Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated update by SDK Generator #47

Merged
merged 25 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
24f1c2f
Automated update by SDK Generator version:0.3.0 commit:19c29da
github-actions[bot] Jul 20, 2023
b188d84
Automated update by SDK Generator version:0.3.0 commit:4d67026
github-actions[bot] Aug 1, 2023
bb990e4
Automated update by SDK Generator version:0.3.0 commit:d983248
github-actions[bot] Aug 1, 2023
abde79f
Automated update by SDK Generator version:0.3.0 commit:fdf535d
github-actions[bot] Aug 2, 2023
9aebcbe
Automated update by SDK Generator version:0.3.0 commit:8ca5408
github-actions[bot] Aug 2, 2023
23db61f
Automated update by SDK Generator version:0.3.0 commit:1545cc7
github-actions[bot] Aug 7, 2023
d5d9401
Merge branch 'main' of github.com:apideck-libraries/python-sdk into g…
Aug 7, 2023
c56905a
Automated update by SDK Generator version:0.3.0 commit:cf1e12a
github-actions[bot] Aug 11, 2023
a99de64
Automated update by SDK Generator version:0.3.0 commit:e3e4264
github-actions[bot] Aug 11, 2023
0c42335
Merge branch 'main' of github.com:apideck-libraries/python-sdk into g…
Aug 23, 2023
cce11f1
Automated update by SDK Generator version:0.4.0 commit:5105da6
github-actions[bot] Aug 24, 2023
0d5ea6a
Automated update by SDK Generator version:0.4.0 commit:91f9989
github-actions[bot] Aug 31, 2023
b9c3a21
Automated update by SDK Generator version:0.4.0 commit:47ec089
github-actions[bot] Aug 31, 2023
715b54e
Automated update by SDK Generator version:0.4.0 commit:22c5861
github-actions[bot] Sep 6, 2023
617660c
Automated update by SDK Generator version:0.4.0 commit:fed9f88
github-actions[bot] Sep 15, 2023
8927fc5
Automated update by SDK Generator version:0.4.0 commit:4fd35a0
github-actions[bot] Sep 18, 2023
f12f181
Automated update by SDK Generator version:0.4.0 commit:0960c92
github-actions[bot] Sep 21, 2023
29379a7
Automated update by SDK Generator version:0.4.0 commit:021842f
github-actions[bot] Sep 25, 2023
827be90
Automated update by SDK Generator version:0.4.1 commit:d7bdb04
github-actions[bot] Sep 25, 2023
ee41c48
Merge branch 'main' of github.com:apideck-libraries/python-sdk into g…
Sep 25, 2023
55e1354
Automated update by SDK Generator version:0.4.1 commit:d27898b
github-actions[bot] Sep 29, 2023
327e301
Automated update by SDK Generator version:0.4.2 commit:d044e96
github-actions[bot] Sep 29, 2023
8f6f597
Merge branch 'main' of github.com:apideck-libraries/python-sdk into g…
Sep 29, 2023
c793256
Automated update by SDK Generator version:0.4.3 commit:05a5f4b
github-actions[bot] Oct 23, 2023
a3da5d5
Merge branch 'main' of github.com:apideck-libraries/python-sdk into g…
Oct 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
commit: main
tag: 0.4.2
tag: 0.4.3

70 changes: 70 additions & 0 deletions docs/apis/AccountingApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3987,6 +3987,41 @@ with apideck.ApiClient(configuration) as api_client:
nominal_code="N091",
code="453",
),
customer=LinkedCustomer(
id="12345",
display_name="Windsurf Shop",
name="Windsurf Shop",
),
supplier=LinkedSupplier(
id="12345",
display_name="Windsurf Shop",
address=Address(
id="123",
type="primary",
string="25 Spring Street, Blackburn, VIC 3130",
name="HQ US",
line1="Main street",
line2="apt #",
line3="Suite #",
line4="delivery instructions",
street_number="25",
city="San Francisco",
state="CA",
postal_code="94104",
country="US",
latitude="40.759211",
longitude="-73.984638",
county="Santa Clara",
contact_name="Elon Musk",
salutation="Mr",
phone_number="111-111-1111",
fax="122-111-1111",
email="[email protected]",
website="https://elonmusk.com",
notes="Address notes or delivery instructions.",
row_version="1-12345",
),
),
),
],
memo="Thank you for your business and have a great day!",
Expand Down Expand Up @@ -4451,6 +4486,41 @@ with apideck.ApiClient(configuration) as api_client:
nominal_code="N091",
code="453",
),
customer=LinkedCustomer(
id="12345",
display_name="Windsurf Shop",
name="Windsurf Shop",
),
supplier=LinkedSupplier(
id="12345",
display_name="Windsurf Shop",
address=Address(
id="123",
type="primary",
string="25 Spring Street, Blackburn, VIC 3130",
name="HQ US",
line1="Main street",
line2="apt #",
line3="Suite #",
line4="delivery instructions",
street_number="25",
city="San Francisco",
state="CA",
postal_code="94104",
country="US",
latitude="40.759211",
longitude="-73.984638",
county="Santa Clara",
contact_name="Elon Musk",
salutation="Mr",
phone_number="111-111-1111",
fax="122-111-1111",
email="[email protected]",
website="https://elonmusk.com",
notes="Address notes or delivery instructions.",
row_version="1-12345",
),
),
),
],
memo="Thank you for your business and have a great day!",
Expand Down
2 changes: 2 additions & 0 deletions docs/models/JournalEntryLineItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Name | Type | Description | Notes
**total_amount** | **float, none_type** | Debit entries are considered positive, and credit entries are considered negative. | [optional]
**tax_rate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional]
**tracking_category** | [**LinkedTrackingCategory**](LinkedTrackingCategory.md) | | [optional]
**customer** | [**LinkedCustomer**](LinkedCustomer.md) | | [optional]
**supplier** | [**LinkedSupplier**](LinkedSupplier.md) | | [optional]
**department_id** | **str** | A unique identifier for an object. | [optional] [readonly]
**location_id** | **str** | A unique identifier for an object. | [optional] [readonly]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apideck/python",
"version": "0.4.2",
"version": "0.4.3",
"description": "Apideck Python SDK",
"keywords": [
"apideck",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "apideck"
version = "0.4.2"
version = "0.4.3"
authors = [
{ name="Apideck", email="[email protected]" },
]
Expand Down
4 changes: 2 additions & 2 deletions src/apideck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""


__version__ = "0.4.2"
__version__ = "0.4.3"

# import ApiClient
from apideck.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/accounting_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/ats_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/connector_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/crm_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/ecommerce_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/file_storage_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/hris_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/issue_tracking_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/lead_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/pos_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/sms_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/vault_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/api/webhook_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
4 changes: 2 additions & 2 deletions src/apideck/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down Expand Up @@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/0.4.2/python'
self.user_agent = 'OpenAPI-Generator/0.4.3/python'

def __enter__(self):
return self
Expand Down
6 changes: 3 additions & 3 deletions src/apideck/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down Expand Up @@ -426,8 +426,8 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 9.9.2\n"\
"SDK Package Version: 0.4.2".\
"Version of the API: 9.9.3\n"\
"SDK Package Version: 0.4.3".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion src/apideck/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/accounting_customer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/accounting_event_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/activities_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/activity_attendee.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/api_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/api_resource_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/api_resource_coverage_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/api_resource_linked_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Apideck OpenAPI Spec: SDK Optimized # noqa: E501

The version of the OpenAPI document: 9.9.2
The version of the OpenAPI document: 9.9.3
Generated by: https://openapi-generator.tech
"""

Expand Down
Loading
Loading