Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit a64b92a

Browse files
authored
Automated update by SDK Generator version:1.4.8 commit:7e3a18e (#123)
1 parent 9832acd commit a64b92a

File tree

1,454 files changed

+1459
-1459
lines changed

Some content is hidden

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

1,454 files changed

+1459
-1459
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
uses: ncipollo/release-action@v1
2121
with:
2222
commit: main
23-
tag: 1.5.0
23+
tag: 1.4.8
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apideck/python",
3-
"version": "1.5.0",
3+
"version": "1.4.8",
44
"description": "Apideck Python SDK",
55
"keywords": [
66
"apideck",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "apideck"
7-
version = "1.5.0"
7+
version = "1.4.8"
88
authors = [
99
{ name="Apideck", email="[email protected]" },
1010
]

src/apideck/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
66
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
77
8-
The version of the OpenAPI document: 10.15.0
8+
The version of the OpenAPI document: 10.15.1
99
1010
Generated by: https://openapi-generator.tech
1111
"""
1212

1313

14-
__version__ = "1.5.0"
14+
__version__ = "1.4.8"
1515

1616
# import ApiClient
1717
from apideck.api_client import ApiClient

src/apideck/api/accounting_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
55

6-
The version of the OpenAPI document: 10.15.0
6+
The version of the OpenAPI document: 10.15.1
77
88
Generated by: https://openapi-generator.tech
99
"""

src/apideck/api/ats_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
55
6-
The version of the OpenAPI document: 10.15.0
6+
The version of the OpenAPI document: 10.15.1
77
88
Generated by: https://openapi-generator.tech
99
"""

src/apideck/api/connector_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
55
6-
The version of the OpenAPI document: 10.15.0
6+
The version of the OpenAPI document: 10.15.1
77
88
Generated by: https://openapi-generator.tech
99
"""

src/apideck/api/crm_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
55
6-
The version of the OpenAPI document: 10.15.0
6+
The version of the OpenAPI document: 10.15.1
77
88
Generated by: https://openapi-generator.tech
99
"""

src/apideck/api/ecommerce_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
55
6-
The version of the OpenAPI document: 10.15.0
6+
The version of the OpenAPI document: 10.15.1
77
88
Generated by: https://openapi-generator.tech
99
"""

src/apideck/api/file_storage_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Apideck OpenAPI Spec: SDK Optimized # noqa: E501
55
6-
The version of the OpenAPI document: 10.15.0
6+
The version of the OpenAPI document: 10.15.1
77
88
Generated by: https://openapi-generator.tech
99
"""

0 commit comments

Comments
 (0)