Skip to content

Commit d4635bb

Browse files
Merge pull request #106 from devopsarr/feature/code-generation
fix(deps): update openapitools/openapi-generator-cli docker tag to v7.20.0
2 parents af5c5fe + 350ad4e commit d4635bb

76 files changed

Lines changed: 81 additions & 156 deletions

Some content is hidden

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

README.md

Lines changed: 1 addition & 1 deletion
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: v6.0.4.10291
77
- Package version: 1.2.1 <!--- x-release-please-version -->
8-
- Generator version: 7.19.0
8+
- Generator version: 7.20.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
## Requirements.

radarr/api/alternative_title_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
Radarr
53
@@ -11,6 +9,7 @@
119
Do not edit the class manually.
1210
""" # noqa: E501
1311

12+
1413
import warnings
1514
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1615
from typing import Any, Dict, List, Optional, Tuple, Union

radarr/api/api_info_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
Radarr
53
@@ -11,6 +9,7 @@
119
Do not edit the class manually.
1210
""" # noqa: E501
1311

12+
1413
import warnings
1514
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1615
from typing import Any, Dict, List, Optional, Tuple, Union

radarr/api/authentication_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
Radarr
53
@@ -11,6 +9,7 @@
119
Do not edit the class manually.
1210
""" # noqa: E501
1311

12+
1413
import warnings
1514
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1615
from typing import Any, Dict, List, Optional, Tuple, Union

radarr/api/auto_tagging_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
Radarr
53
@@ -11,6 +9,7 @@
119
Do not edit the class manually.
1210
""" # noqa: E501
1311

12+
1413
import warnings
1514
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1615
from typing import Any, Dict, List, Optional, Tuple, Union

radarr/api/backup_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
Radarr
53
@@ -11,6 +9,7 @@
119
Do not edit the class manually.
1210
""" # noqa: E501
1311

12+
1413
import warnings
1514
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1615
from typing import Any, Dict, List, Optional, Tuple, Union

radarr/api/blocklist_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
Radarr
53
@@ -11,6 +9,7 @@
119
Do not edit the class manually.
1210
""" # noqa: E501
1311

12+
1413
import warnings
1514
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1615
from typing import Any, Dict, List, Optional, Tuple, Union

radarr/api/calendar_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
Radarr
53
@@ -11,6 +9,7 @@
119
Do not edit the class manually.
1210
""" # noqa: E501
1311

12+
1413
import warnings
1514
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1615
from typing import Any, Dict, List, Optional, Tuple, Union

radarr/api/calendar_feed_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
Radarr
53
@@ -11,6 +9,7 @@
119
Do not edit the class manually.
1210
""" # noqa: E501
1311

12+
1413
import warnings
1514
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1615
from typing import Any, Dict, List, Optional, Tuple, Union

radarr/api/collection_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
"""
42
Radarr
53
@@ -11,6 +9,7 @@
119
Do not edit the class manually.
1210
""" # noqa: E501
1311

12+
1413
import warnings
1514
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
1615
from typing import Any, Dict, List, Optional, Tuple, Union

0 commit comments

Comments
 (0)