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

Commit 6e535b6

Browse files
authored
Automated update by SDK Generator version:1.5.0 commit:0dc5791 (#125)
1 parent 4502333 commit 6e535b6

File tree

1,458 files changed

+1469
-1461
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,458 files changed

+1469
-1461
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.4.8
23+
tag: 1.5.0
2424

docs/apis/AccountingApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4277,6 +4277,7 @@ with apideck.ApiClient(configuration) as api_client:
42774277
name="SpaceX",
42784278
),
42794279
],
4280+
code="123",
42804281
row_version="1-12345",
42814282
pass_through=PassThroughBody([
42824283
{
@@ -4733,6 +4734,7 @@ with apideck.ApiClient(configuration) as api_client:
47334734
name="SpaceX",
47344735
),
47354736
],
4737+
code="123",
47364738
row_version="1-12345",
47374739
pass_through=PassThroughBody([
47384740
{

docs/models/AccountingDepartment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**name** | **str, none_type** | The name of the department. | [optional]
1010
**status** | **str** | Based on the status some functionality is enabled or disabled. | [optional]
1111
**subsidiaries** | [**[SubsidiaryReference]**](SubsidiaryReference.md) | | [optional]
12+
**code** | **str** | The code of the department. | [optional]
1213
**custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly]
1314
**row_version** | **str, none_type** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
1415
**updated_by** | **str, none_type** | The user who last updated the object. | [optional] [readonly]

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.4.8",
3+
"version": "1.5.0",
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.4.8"
7+
version = "1.5.0"
88
authors = [
99
{ name="Apideck", email="support@apideck.com" },
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.2
8+
The version of the OpenAPI document: 10.16.0
99
Contact: support@apideck.com
1010
Generated by: https://openapi-generator.tech
1111
"""
1212

1313

14-
__version__ = "1.4.8"
14+
__version__ = "1.5.0"
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.2
6+
The version of the OpenAPI document: 10.16.0
77
Contact: support@apideck.com
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.2
6+
The version of the OpenAPI document: 10.16.0
77
Contact: support@apideck.com
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.2
6+
The version of the OpenAPI document: 10.16.0
77
Contact: support@apideck.com
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.2
6+
The version of the OpenAPI document: 10.16.0
77
Contact: support@apideck.com
88
Generated by: https://openapi-generator.tech
99
"""

0 commit comments

Comments
 (0)