Skip to content

Commit bcc52a3

Browse files
chore(deps): update openapitools/openapi-generator-cli docker tag to v7.7.0
1 parent be4eb13 commit bcc52a3

File tree

96 files changed

+1331
-966
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1331
-966
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: v4.0.8.1874
77
- Package version: 1.0.1 <!--- x-release-please-version -->
8-
- Generator version: 7.6.0
8+
- Generator version: 7.7.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
## Requirements.

docs/ApplyTags.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# ApplyTags
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `ADD` (value: `'add'`)
7+
8+
* `REMOVE` (value: `'remove'`)
9+
10+
* `REPLACE` (value: `'replace'`)
811

912
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1013

docs/AuthenticationRequiredType.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# AuthenticationRequiredType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `ENABLED` (value: `'enabled'`)
7+
8+
* `DISABLEDFORLOCALADDRESSES` (value: `'disabledForLocalAddresses'`)
89

910
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1011

docs/AuthenticationType.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# AuthenticationType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `NONE` (value: `'none'`)
7+
8+
* `BASIC` (value: `'basic'`)
9+
10+
* `FORMS` (value: `'forms'`)
11+
12+
* `EXTERNAL` (value: `'external'`)
813

914
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1015

docs/BackupType.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# BackupType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `SCHEDULED` (value: `'scheduled'`)
7+
8+
* `MANUAL` (value: `'manual'`)
9+
10+
* `UPDATE` (value: `'update'`)
811

912
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1013

docs/CertificateValidationType.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CertificateValidationType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `ENABLED` (value: `'enabled'`)
7+
8+
* `DISABLEDFORLOCALADDRESSES` (value: `'disabledForLocalAddresses'`)
9+
10+
* `DISABLED` (value: `'disabled'`)
811

912
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1013

docs/CommandPriority.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CommandPriority
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `NORMAL` (value: `'normal'`)
7+
8+
* `HIGH` (value: `'high'`)
9+
10+
* `LOW` (value: `'low'`)
811

912
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1013

docs/CommandResult.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CommandResult
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `UNKNOWN` (value: `'unknown'`)
7+
8+
* `SUCCESSFUL` (value: `'successful'`)
9+
10+
* `UNSUCCESSFUL` (value: `'unsuccessful'`)
811

912
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1013

docs/CommandStatus.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# CommandStatus
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `QUEUED` (value: `'queued'`)
7+
8+
* `STARTED` (value: `'started'`)
9+
10+
* `COMPLETED` (value: `'completed'`)
11+
12+
* `FAILED` (value: `'failed'`)
13+
14+
* `ABORTED` (value: `'aborted'`)
15+
16+
* `CANCELLED` (value: `'cancelled'`)
17+
18+
* `ORPHANED` (value: `'orphaned'`)
819

920
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1021

docs/CommandTrigger.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CommandTrigger
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `UNSPECIFIED` (value: `'unspecified'`)
7+
8+
* `MANUAL` (value: `'manual'`)
9+
10+
* `SCHEDULED` (value: `'scheduled'`)
811

912
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1013

docs/DatabaseType.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# DatabaseType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `SQLITE` (value: `'sqLite'`)
7+
8+
* `POSTGRESQL` (value: `'postgreSQL'`)
89

910
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1011

docs/DownloadProtocol.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# DownloadProtocol
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `UNKNOWN` (value: `'unknown'`)
7+
8+
* `USENET` (value: `'usenet'`)
9+
10+
* `TORRENT` (value: `'torrent'`)
811

912
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1013

docs/EpisodeHistoryEventType.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# EpisodeHistoryEventType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `UNKNOWN` (value: `'unknown'`)
7+
8+
* `GRABBED` (value: `'grabbed'`)
9+
10+
* `SERIESFOLDERIMPORTED` (value: `'seriesFolderImported'`)
11+
12+
* `DOWNLOADFOLDERIMPORTED` (value: `'downloadFolderImported'`)
13+
14+
* `DOWNLOADFAILED` (value: `'downloadFailed'`)
15+
16+
* `EPISODEFILEDELETED` (value: `'episodeFileDeleted'`)
17+
18+
* `EPISODEFILERENAMED` (value: `'episodeFileRenamed'`)
19+
20+
* `DOWNLOADIGNORED` (value: `'downloadIgnored'`)
821

922
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1023

docs/EpisodeTitleRequiredType.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# EpisodeTitleRequiredType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `ALWAYS` (value: `'always'`)
7+
8+
* `BULKSEASONRELEASES` (value: `'bulkSeasonReleases'`)
9+
10+
* `NEVER` (value: `'never'`)
811

912
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1013

docs/FileDateType.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# FileDateType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `NONE` (value: `'none'`)
7+
8+
* `LOCALAIRDATE` (value: `'localAirDate'`)
9+
10+
* `UTCAIRDATE` (value: `'utcAirDate'`)
811

912
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1013

docs/HealthCheckResult.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# HealthCheckResult
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `OK` (value: `'ok'`)
7+
8+
* `NOTICE` (value: `'notice'`)
9+
10+
* `WARNING` (value: `'warning'`)
11+
12+
* `ERROR` (value: `'error'`)
813

914
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1015

docs/ImportListType.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# ImportListType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `PROGRAM` (value: `'program'`)
7+
8+
* `PLEX` (value: `'plex'`)
9+
10+
* `TRAKT` (value: `'trakt'`)
11+
12+
* `SIMKL` (value: `'simkl'`)
13+
14+
* `OTHER` (value: `'other'`)
15+
16+
* `ADVANCED` (value: `'advanced'`)
817

918
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1019

docs/ListSyncLevelType.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# ListSyncLevelType
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `DISABLED` (value: `'disabled'`)
7+
8+
* `LOGONLY` (value: `'logOnly'`)
9+
10+
* `KEEPANDUNMONITOR` (value: `'keepAndUnmonitor'`)
11+
12+
* `KEEPANDTAG` (value: `'keepAndTag'`)
813

914
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1015

docs/MediaCoverTypes.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# MediaCoverTypes
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `UNKNOWN` (value: `'unknown'`)
7+
8+
* `POSTER` (value: `'poster'`)
9+
10+
* `BANNER` (value: `'banner'`)
11+
12+
* `FANART` (value: `'fanart'`)
13+
14+
* `SCREENSHOT` (value: `'screenshot'`)
15+
16+
* `HEADSHOT` (value: `'headshot'`)
17+
18+
* `CLEARLOGO` (value: `'clearlogo'`)
819

920
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1021

docs/MonitorTypes.md

+28-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,35 @@
11
# MonitorTypes
22

33

4-
## Properties
4+
## Enum
55

6-
Name | Type | Description | Notes
7-
------------ | ------------- | ------------- | -------------
6+
* `UNKNOWN` (value: `'unknown'`)
7+
8+
* `ALL` (value: `'all'`)
9+
10+
* `FUTURE` (value: `'future'`)
11+
12+
* `MISSING` (value: `'missing'`)
13+
14+
* `EXISTING` (value: `'existing'`)
15+
16+
* `FIRSTSEASON` (value: `'firstSeason'`)
17+
18+
* `LASTSEASON` (value: `'lastSeason'`)
19+
20+
* `LATESTSEASON` (value: `'latestSeason'`)
21+
22+
* `PILOT` (value: `'pilot'`)
23+
24+
* `RECENT` (value: `'recent'`)
25+
26+
* `MONITORSPECIALS` (value: `'monitorSpecials'`)
27+
28+
* `UNMONITORSPECIALS` (value: `'unmonitorSpecials'`)
29+
30+
* `NONE` (value: `'none'`)
31+
32+
* `SKIP` (value: `'skip'`)
833

934
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1035

0 commit comments

Comments
 (0)