Skip to content

Commit

Permalink
feat: sdk generation alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsarr[bot] committed Mar 23, 2023
1 parent b22c5ad commit cf10f9d
Show file tree
Hide file tree
Showing 145 changed files with 1,398 additions and 2,634 deletions.
460 changes: 231 additions & 229 deletions README.md

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions sonarr/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ docs/HistoryResource.md
docs/HistoryResourcePagingResource.md
docs/HostConfigApi.md
docs/HostConfigResource.md
docs/HttpUri.md
docs/ImportListApi.md
docs/ImportListExclusionApi.md
docs/ImportListExclusionResource.md
Expand Down Expand Up @@ -258,7 +257,6 @@ docs/UpdateChanges.md
docs/UpdateLogFileApi.md
docs/UpdateMechanism.md
docs/UpdateResource.md
docs/Version.md
go.mod
model_add_series_options.go
model_alternate_title_resource.go
Expand Down Expand Up @@ -300,7 +298,6 @@ model_health_resource.go
model_history_resource.go
model_history_resource_paging_resource.go
model_host_config_resource.go
model_http_uri.go
model_import_list_exclusion_resource.go
model_import_list_resource.go
model_import_list_type.go
Expand Down Expand Up @@ -381,6 +378,5 @@ model_unmapped_folder.go
model_update_changes.go
model_update_mechanism.go
model_update_resource.go
model_version.go
response.go
utils.go
2 changes: 1 addition & 1 deletion sonarr/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.0-SNAPSHOT
6.5.0-SNAPSHOT
82 changes: 5 additions & 77 deletions sonarr/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4402,7 +4402,7 @@ paths:
- SeriesImport
/api/v3/series/lookup:
get:
operationId: ListSeriesLookup
operationId: GetSeriesLookup
parameters:
- explode: true
in: query
Expand Down Expand Up @@ -8842,14 +8842,7 @@ components:
HealthResource:
additionalProperties: false
example:
wikiUrl:
path: path
fragment: fragment
scheme: scheme
port: 6
query: query
host: host
fullUri: fullUri
wikiUrl: wikiUrl
id: 0
source: source
type: null
Expand All @@ -8867,7 +8860,7 @@ components:
nullable: true
type: string
wikiUrl:
$ref: '#/components/schemas/HttpUri'
type: string
type: object
HistoryResource:
additionalProperties: false
Expand Down Expand Up @@ -11490,46 +11483,7 @@ components:
type: integer
type: object
HttpUri:
additionalProperties: false
example:
path: path
fragment: fragment
scheme: scheme
port: 6
query: query
host: host
fullUri: fullUri
properties:
fullUri:
nullable: true
readOnly: true
type: string
scheme:
nullable: true
readOnly: true
type: string
host:
nullable: true
readOnly: true
type: string
port:
format: int32
nullable: true
readOnly: true
type: integer
path:
nullable: true
readOnly: true
type: string
query:
nullable: true
readOnly: true
type: string
fragment:
nullable: true
readOnly: true
type: string
type: object
type: string
ImportListExclusionResource:
additionalProperties: false
example:
Expand Down Expand Up @@ -20591,33 +20545,7 @@ components:
type: string
type: object
Version:
additionalProperties: false
properties:
major:
format: int32
readOnly: true
type: integer
minor:
format: int32
readOnly: true
type: integer
build:
format: int32
readOnly: true
type: integer
revision:
format: int32
readOnly: true
type: integer
majorRevision:
format: int32
readOnly: true
type: integer
minorRevision:
format: int32
readOnly: true
type: integer
type: object
type: string
CreateLogin_request:
properties:
Username:
Expand Down
8 changes: 4 additions & 4 deletions sonarr/api_api_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions sonarr/api_authentication.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cf10f9d

Please sign in to comment.