Skip to content

Commit

Permalink
Merge pull request #58 from apideck-libraries/generator-update
Browse files Browse the repository at this point in the history
Automated update by SDK Generator
  • Loading branch information
thim81 authored Dec 18, 2023
2 parents 567b122 + 1523395 commit 8ffe578
Show file tree
Hide file tree
Showing 1,305 changed files with 1,316 additions and 1,626 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
commit: main
tag: 1.1.1
tag: 1.1.2

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,6 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) |
- [SuppliersFilter](docs/models/SuppliersFilter.md)
- [SuppliersSort](docs/models/SuppliersSort.md)
- [SupportedProperty](docs/models/SupportedProperty.md)
- [SupportedPropertyChildProperties](docs/models/SupportedPropertyChildProperties.md)
- [Tags](docs/models/Tags.md)
- [Tax](docs/models/Tax.md)
- [TaxRate](docs/models/TaxRate.md)
Expand Down
2 changes: 2 additions & 0 deletions docs/apis/AccountingApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3995,6 +3995,7 @@ with apideck.ApiClient(configuration) as api_client:
title="Purchase Invoice-Inventory (USD): 2019/02/01 Batch Summary Entry",
currency_rate=0.69,
currency=Currency("USD"),
company_id="12345",
line_items=[
JournalEntryLineItem(
description="Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.",
Expand Down Expand Up @@ -4505,6 +4506,7 @@ with apideck.ApiClient(configuration) as api_client:
title="Purchase Invoice-Inventory (USD): 2019/02/01 Batch Summary Entry",
currency_rate=0.69,
currency=Currency("USD"),
company_id="12345",
line_items=[
JournalEntryLineItem(
description="Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.",
Expand Down
1 change: 1 addition & 0 deletions docs/apis/CrmApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1807,6 +1807,7 @@ with apideck.ApiClient(configuration) as api_client:
first_name="Elon",
last_name="Musk",
email="[email protected]",
phone_number="111-111-1111",
company_id="12345",
) # ContactsFilter | Apply filters (optional)
sort = ContactsSort(
Expand Down
1 change: 1 addition & 0 deletions docs/models/ContactsFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**first_name** | **str** | First name of the contact to filter on | [optional]
**last_name** | **str** | Last name of the contact to filter on | [optional]
**email** | **str** | Email of the contact to filter on | [optional]
**phone_number** | **str** | Phone number of the contact to filter on | [optional]
**company_id** | **str** | Unique identifier for the associated company of the contact to filter on | [optional]

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/models/JournalEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**title** | **str, none_type** | Journal entry title | [optional]
**currency_rate** | **float, none_type** | Currency Exchange Rate at the time entity was recorded/generated. | [optional]
**currency** | [**Currency**](Currency.md) | | [optional]
**company_id** | **str, none_type** | The company or subsidiary the journal entry belongs to | [optional]
**line_items** | [**[JournalEntryLineItem]**](JournalEntryLineItem.md) | Requires a minimum of 2 line items that sum to 0 | [optional]
**memo** | **str, none_type** | Reference for the journal entry. | [optional]
**posted_at** | **datetime** | This is the date on which the journal entry was added. This can be different from the creation date and can also be backdated. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/models/SupportedProperty.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**unified_property** | **str** | Name of the property in our Unified API. | [optional]
**child_properties** | [**[SupportedPropertyChildProperties]**](SupportedPropertyChildProperties.md) | List of child properties of the unified property. | [optional]
**child_properties** | [**[SupportedProperty]**](SupportedProperty.md) | List of child properties of the unified property. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
Expand Down
12 changes: 0 additions & 12 deletions docs/models/SupportedPropertyChildProperties.md

This file was deleted.

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": "1.1.1",
"version": "1.1.2",
"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 = "1.1.1"
version = "1.1.2"
authors = [
{ name="Apideck", email="[email protected]" },
]
Expand Down
3 changes: 0 additions & 3 deletions src/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ apideck/model/supplier.py
apideck/model/suppliers_filter.py
apideck/model/suppliers_sort.py
apideck/model/supported_property.py
apideck/model/supported_property_child_properties.py
apideck/model/tags.py
apideck/model/tax.py
apideck/model/tax_rate.py
Expand Down Expand Up @@ -1210,7 +1209,6 @@ docs/Supplier.md
docs/SuppliersFilter.md
docs/SuppliersSort.md
docs/SupportedProperty.md
docs/SupportedPropertyChildProperties.md
docs/Tags.md
docs/Tax.md
docs/TaxRate.md
Expand Down Expand Up @@ -1859,7 +1857,6 @@ test/test_supplier.py
test/test_suppliers_filter.py
test/test_suppliers_sort.py
test/test_supported_property.py
test/test_supported_property_child_properties.py
test/test_tags.py
test/test_tax.py
test/test_tax_rate.py
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: 10.1.1
The version of the OpenAPI document: 10.1.3
Generated by: https://openapi-generator.tech
"""


__version__ = "1.1.1"
__version__ = "1.1.2"

# 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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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/1.1.1/python'
self.user_agent = 'OpenAPI-Generator/1.1.2/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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1\n"\
"SDK Package Version: 1.1.1".\
"Version of the API: 10.1.3\n"\
"SDK Package Version: 1.1.2".\
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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.3
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/apideck/model/activities_sort.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.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: 10.1.1
The version of the OpenAPI document: 10.1.3
Generated by: https://openapi-generator.tech
"""

Expand Down
Loading

0 comments on commit 8ffe578

Please sign in to comment.