Skip to content

Commit 661925b

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.13.0
1 parent b086bdc commit 661925b

32 files changed

+683
-295
lines changed

commerce/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,12 @@ Based on:
110110
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
111111
- Speakeasy CLI 1.12.4 https://github.com/speakeasy-api/speakeasy
112112
### Releases
113-
- [PyPI v0.5.3] https://pypi.org/project/codat-commerce/0.5.3 - commerce
113+
- [PyPI v0.5.3] https://pypi.org/project/codat-commerce/0.5.3 - commerce
114+
115+
## 2023-03-22 00:17:46
116+
### Changes
117+
Based on:
118+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
119+
- Speakeasy CLI 1.13.0 https://github.com/speakeasy-api/speakeasy
120+
### Releases
121+
- [PyPI v0.6.0] https://pypi.org/project/codat-commerce/0.6.0 - commerce

commerce/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ configVersion: 1.0.0
22
management:
33
docChecksum: acb3d544c813bc9862f61eb872eadf7c
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.12.4
5+
speakeasyVersion: 1.13.0
66
generation:
77
telemetryEnabled: false
88
sdkClassName: codat
99
sdkFlattening: true
1010
python:
11-
version: 0.5.3
11+
version: 0.6.0
1212
author: Speakeasy
1313
description: Python Client SDK Generated by Speakeasy
1414
packageName: codat-commerce

commerce/setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
2+
13
import setuptools
24

35
try:
@@ -8,7 +10,7 @@
810

911
setuptools.setup(
1012
name="codat-commerce",
11-
version="0.5.3",
13+
version="0.6.0",
1214
author="Speakeasy",
1315
description="Python Client SDK Generated by Speakeasy",
1416
long_description=long_description,

commerce/src/codat/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
2+
13
from .sdk import *

commerce/src/codat/company_info.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
2+
13
import requests as requests_http
24
from . import utils
35
from codat.models import operations
46
from typing import Optional
57

68
class CompanyInfo:
9+
r"""Retrieve standardized data from linked commerce platforms."""
710
_client: requests_http.Session
811
_security_client: requests_http.Session
912
_server_url: str
@@ -25,7 +28,6 @@ def get_commerce_info(self, request: operations.GetCommerceInfoRequest) -> opera
2528
2629
This may include information like addresses, tax registration details and social media or website information.
2730
"""
28-
2931
base_url = self._server_url
3032

3133
url = utils.generate_url(operations.GetCommerceInfoRequest, base_url, '/companies/{companyId}/connections/{connectionId}/data/commerce-info', request)

commerce/src/codat/customers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
2+
13
import requests as requests_http
24
from . import utils
35
from codat.models import operations
46
from typing import Optional
57

68
class Customers:
9+
r"""Retrieve standardized data from linked commerce platforms."""
710
_client: requests_http.Session
811
_security_client: requests_http.Session
912
_server_url: str
@@ -23,7 +26,6 @@ def list_commerce_customers(self, request: operations.ListCommerceCustomersReque
2326
r"""List customers
2427
List all commerce customers for the given company and data connection
2528
"""
26-
2729
base_url = self._server_url
2830

2931
url = utils.generate_url(operations.ListCommerceCustomersRequest, base_url, '/companies/{companyId}/connections/{connectionId}/data/commerce-customers', request)

commerce/src/codat/disputes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
2+
13
import requests as requests_http
24
from . import utils
35
from codat.models import operations
46
from typing import Optional
57

68
class Disputes:
9+
r"""Retrieve standardized data from linked commerce platforms."""
710
_client: requests_http.Session
811
_security_client: requests_http.Session
912
_server_url: str
@@ -23,7 +26,6 @@ def list_commerce_disputes(self, request: operations.ListCommerceDisputesRequest
2326
r"""List disputes
2427
List commerce disputes
2528
"""
26-
2729
base_url = self._server_url
2830

2931
url = utils.generate_url(operations.ListCommerceDisputesRequest, base_url, '/companies/{companyId}/connections/{connectionId}/data/commerce-disputes', request)

commerce/src/codat/locations.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
2+
13
import requests as requests_http
24
from . import utils
35
from codat.models import operations
46
from typing import Optional
57

68
class Locations:
9+
r"""Retrieve standardized data from linked commerce platforms."""
710
_client: requests_http.Session
811
_security_client: requests_http.Session
912
_server_url: str
@@ -25,7 +28,6 @@ def list_commerce_locations(self, request: operations.ListCommerceLocationsReque
2528
2629
A `location` is a geographic place at which stocks of products may be held, or from where orders were placed.
2730
"""
28-
2931
base_url = self._server_url
3032

3133
url = utils.generate_url(operations.ListCommerceLocationsRequest, base_url, '/companies/{companyId}/connections/{connectionId}/data/commerce-locations', request)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
2+

commerce/src/codat/models/operations/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
2+
13
from .get_commerce_info import *
24
from .get_companies_companyid_connections_connectionid_data_commerce_taxcomponents import *
35
from .list_commerce_customers import *
@@ -10,4 +12,4 @@
1012
from .list_commerce_products import *
1113
from .list_commerce_transactions import *
1214

13-
__all__ = ["GetCommerceInfoRequest","GetCommerceInfoResponse","GetCommerceInfoSourceModifiedDate","GetCommerceInfoSourceModifiedDateAccountBalances","GetCommerceInfoSourceModifiedDateAddress","GetCommerceInfoSourceModifiedDatePhoneNumbers","GetCommerceInfoSourceModifiedDatePhoneNumbersTypeEnum","GetCompaniesCompanyIDConnectionsConnectionIDDataCommerceTaxComponents200ApplicationJSON","GetCompaniesCompanyIDConnectionsConnectionIDDataCommerceTaxComponents200ApplicationJSONSourceModifiedDate","GetCompaniesCompanyIDConnectionsConnectionIDDataCommerceTaxComponentsRequest","GetCompaniesCompanyIDConnectionsConnectionIDDataCommerceTaxComponentsResponse","ListCommerceCustomersLinks","ListCommerceCustomersLinksLinks","ListCommerceCustomersLinksLinksCurrent","ListCommerceCustomersLinksLinksNext","ListCommerceCustomersLinksLinksPrevious","ListCommerceCustomersLinksLinksSelf","ListCommerceCustomersLinksSourceModifiedDate","ListCommerceCustomersLinksSourceModifiedDateAddress","ListCommerceCustomersRequest","ListCommerceCustomersResponse","ListCommerceDisputesLinks","ListCommerceDisputesLinksLinks","ListCommerceDisputesLinksLinksCurrent","ListCommerceDisputesLinksLinksNext","ListCommerceDisputesLinksLinksPrevious","ListCommerceDisputesLinksLinksSelf","ListCommerceDisputesLinksSourceModifiedDate","ListCommerceDisputesLinksSourceModifiedDateRecordRef","ListCommerceDisputesLinksSourceModifiedDateStatusEnum","ListCommerceDisputesRequest","ListCommerceDisputesResponse","ListCommerceLocationsLinks","ListCommerceLocationsLinksLinks","ListCommerceLocationsLinksLinksCurrent","ListCommerceLocationsLinksLinksNext","ListCommerceLocationsLinksLinksPrevious","ListCommerceLocationsLinksLinksSelf","ListCommerceLocationsLinksSourceModifiedDate","ListCommerceLocationsLinksSourceModifiedDateAddress","ListCommerceLocationsRequest","ListCommerceLocationsResponse","ListCommerceOrdersLinks","ListCommerceOrdersLinksLinks","ListCommerceOrdersLinksLinksCurrent","ListCommerceOrdersLinksLinksNext","ListCommerceOrdersLinksLinksPrevious","ListCommerceOrdersLinksLinksSelf","ListCommerceOrdersLinksSourceModifiedDate","ListCommerceOrdersLinksSourceModifiedDateNameRef","ListCommerceOrdersLinksSourceModifiedDateOrderLineItems","ListCommerceOrdersLinksSourceModifiedDateOrderLineItemsDiscountAllocations","ListCommerceOrdersLinksSourceModifiedDateOrderLineItemsNameRef","ListCommerceOrdersLinksSourceModifiedDateServiceCharges","ListCommerceOrdersLinksSourceModifiedDateServiceChargesTypeEnum","ListCommerceOrdersLinksSourceModifiedDateSourceModifiedDate","ListCommerceOrdersLinksSourceModifiedDateSourceModifiedDateStatusEnum","ListCommerceOrdersLinksSourceModifiedDateSourceModifiedDateTypeEnum","ListCommerceOrdersRequest","ListCommerceOrdersResponse","ListCommercePaymentMethodsLinks","ListCommercePaymentMethodsLinksLinks","ListCommercePaymentMethodsLinksLinksCurrent","ListCommercePaymentMethodsLinksLinksNext","ListCommercePaymentMethodsLinksLinksPrevious","ListCommercePaymentMethodsLinksLinksSelf","ListCommercePaymentMethodsLinksSourceModifiedDate","ListCommercePaymentMethodsLinksSourceModifiedDateStatusEnum","ListCommercePaymentMethodsRequest","ListCommercePaymentMethodsResponse","ListCommercePaymentsLinks","ListCommercePaymentsLinksLinks","ListCommercePaymentsLinksLinksCurrent","ListCommercePaymentsLinksLinksNext","ListCommercePaymentsLinksLinksPrevious","ListCommercePaymentsLinksLinksSelf","ListCommercePaymentsLinksSourceModifiedDate","ListCommercePaymentsLinksSourceModifiedDateNameRef","ListCommercePaymentsLinksSourceModifiedDateStatusEnum","ListCommercePaymentsRequest","ListCommercePaymentsResponse","ListCommerceProductCategoriesLinks","ListCommerceProductCategoriesLinksLinks","ListCommerceProductCategoriesLinksLinksCurrent","ListCommerceProductCategoriesLinksLinksNext","ListCommerceProductCategoriesLinksLinksPrevious","ListCommerceProductCategoriesLinksLinksSelf","ListCommerceProductCategoriesLinksProductCategory","ListCommerceProductCategoriesLinksProductCategoryRecordRef","ListCommerceProductCategoriesRequest","ListCommerceProductCategoriesResponse","ListCommerceProductsLinks","ListCommerceProductsLinksLinks","ListCommerceProductsLinksLinksCurrent","ListCommerceProductsLinksLinksNext","ListCommerceProductsLinksLinksPrevious","ListCommerceProductsLinksLinksSelf","ListCommerceProductsLinksProduct","ListCommerceProductsLinksProductSourceModifiedDate","ListCommerceProductsLinksProductSourceModifiedDateStatusEnum","ListCommerceProductsRequest","ListCommerceProductsResponse","ListCommerceTransactionsLinks","ListCommerceTransactionsLinksLinks","ListCommerceTransactionsLinksLinksCurrent","ListCommerceTransactionsLinksLinksNext","ListCommerceTransactionsLinksLinksPrevious","ListCommerceTransactionsLinksLinksSelf","ListCommerceTransactionsLinksSourceModifiedDate","ListCommerceTransactionsLinksSourceModifiedDateRecordRef","ListCommerceTransactionsLinksSourceModifiedDateTypeEnum","ListCommerceTransactionsRequest","ListCommerceTransactionsResponse"]
15+
__all__ = ["GetCommerceInfoRequest","GetCommerceInfoResponse","GetCommerceInfoSourceModifiedDate","GetCommerceInfoSourceModifiedDateAccountBalances","GetCommerceInfoSourceModifiedDateAddress","GetCommerceInfoSourceModifiedDateAddressTypeEnum","GetCommerceInfoSourceModifiedDatePhoneNumbers","GetCommerceInfoSourceModifiedDatePhoneNumbersTypeEnum","GetCompaniesCompanyIDConnectionsConnectionIDDataCommerceTaxComponents200ApplicationJSON","GetCompaniesCompanyIDConnectionsConnectionIDDataCommerceTaxComponents200ApplicationJSONSourceModifiedDate","GetCompaniesCompanyIDConnectionsConnectionIDDataCommerceTaxComponentsRequest","GetCompaniesCompanyIDConnectionsConnectionIDDataCommerceTaxComponentsResponse","ListCommerceCustomersLinks","ListCommerceCustomersLinksLinks","ListCommerceCustomersLinksLinksCurrent","ListCommerceCustomersLinksLinksNext","ListCommerceCustomersLinksLinksPrevious","ListCommerceCustomersLinksLinksSelf","ListCommerceCustomersLinksSourceModifiedDate","ListCommerceCustomersLinksSourceModifiedDateAddress","ListCommerceCustomersLinksSourceModifiedDateAddressTypeEnum","ListCommerceCustomersRequest","ListCommerceCustomersResponse","ListCommerceDisputesLinks","ListCommerceDisputesLinksLinks","ListCommerceDisputesLinksLinksCurrent","ListCommerceDisputesLinksLinksNext","ListCommerceDisputesLinksLinksPrevious","ListCommerceDisputesLinksLinksSelf","ListCommerceDisputesLinksSourceModifiedDate","ListCommerceDisputesLinksSourceModifiedDateRecordRef","ListCommerceDisputesLinksSourceModifiedDateRecordRefTypeEnum","ListCommerceDisputesLinksSourceModifiedDateStatusEnum","ListCommerceDisputesRequest","ListCommerceDisputesResponse","ListCommerceLocationsLinks","ListCommerceLocationsLinksLinks","ListCommerceLocationsLinksLinksCurrent","ListCommerceLocationsLinksLinksNext","ListCommerceLocationsLinksLinksPrevious","ListCommerceLocationsLinksLinksSelf","ListCommerceLocationsLinksSourceModifiedDate","ListCommerceLocationsLinksSourceModifiedDateAddress","ListCommerceLocationsLinksSourceModifiedDateAddressTypeEnum","ListCommerceLocationsRequest","ListCommerceLocationsResponse","ListCommerceOrdersLinks","ListCommerceOrdersLinksLinks","ListCommerceOrdersLinksLinksCurrent","ListCommerceOrdersLinksLinksNext","ListCommerceOrdersLinksLinksPrevious","ListCommerceOrdersLinksLinksSelf","ListCommerceOrdersLinksSourceModifiedDate","ListCommerceOrdersLinksSourceModifiedDateNameRef","ListCommerceOrdersLinksSourceModifiedDateOrderLineItems","ListCommerceOrdersLinksSourceModifiedDateOrderLineItemsDiscountAllocations","ListCommerceOrdersLinksSourceModifiedDateOrderLineItemsNameRef","ListCommerceOrdersLinksSourceModifiedDateServiceCharges","ListCommerceOrdersLinksSourceModifiedDateServiceChargesTypeEnum","ListCommerceOrdersLinksSourceModifiedDateSourceModifiedDate","ListCommerceOrdersLinksSourceModifiedDateSourceModifiedDateStatusEnum","ListCommerceOrdersLinksSourceModifiedDateSourceModifiedDateTypeEnum","ListCommerceOrdersRequest","ListCommerceOrdersResponse","ListCommercePaymentMethodsLinks","ListCommercePaymentMethodsLinksLinks","ListCommercePaymentMethodsLinksLinksCurrent","ListCommercePaymentMethodsLinksLinksNext","ListCommercePaymentMethodsLinksLinksPrevious","ListCommercePaymentMethodsLinksLinksSelf","ListCommercePaymentMethodsLinksSourceModifiedDate","ListCommercePaymentMethodsLinksSourceModifiedDateStatusEnum","ListCommercePaymentMethodsRequest","ListCommercePaymentMethodsResponse","ListCommercePaymentsLinks","ListCommercePaymentsLinksLinks","ListCommercePaymentsLinksLinksCurrent","ListCommercePaymentsLinksLinksNext","ListCommercePaymentsLinksLinksPrevious","ListCommercePaymentsLinksLinksSelf","ListCommercePaymentsLinksSourceModifiedDate","ListCommercePaymentsLinksSourceModifiedDateNameRef","ListCommercePaymentsLinksSourceModifiedDateStatusEnum","ListCommercePaymentsRequest","ListCommercePaymentsResponse","ListCommerceProductCategoriesLinks","ListCommerceProductCategoriesLinksLinks","ListCommerceProductCategoriesLinksLinksCurrent","ListCommerceProductCategoriesLinksLinksNext","ListCommerceProductCategoriesLinksLinksPrevious","ListCommerceProductCategoriesLinksLinksSelf","ListCommerceProductCategoriesLinksProductCategory","ListCommerceProductCategoriesLinksProductCategoryRecordRef","ListCommerceProductCategoriesRequest","ListCommerceProductCategoriesResponse","ListCommerceProductsLinks","ListCommerceProductsLinksLinks","ListCommerceProductsLinksLinksCurrent","ListCommerceProductsLinksLinksNext","ListCommerceProductsLinksLinksPrevious","ListCommerceProductsLinksLinksSelf","ListCommerceProductsLinksProduct","ListCommerceProductsLinksProductSourceModifiedDate","ListCommerceProductsLinksProductSourceModifiedDateStatusEnum","ListCommerceProductsRequest","ListCommerceProductsResponse","ListCommerceTransactionsLinks","ListCommerceTransactionsLinksLinks","ListCommerceTransactionsLinksLinksCurrent","ListCommerceTransactionsLinksLinksNext","ListCommerceTransactionsLinksLinksPrevious","ListCommerceTransactionsLinksLinksSelf","ListCommerceTransactionsLinksSourceModifiedDate","ListCommerceTransactionsLinksSourceModifiedDateRecordRef","ListCommerceTransactionsLinksSourceModifiedDateRecordRefTypeEnum","ListCommerceTransactionsLinksSourceModifiedDateTypeEnum","ListCommerceTransactionsRequest","ListCommerceTransactionsResponse"]

0 commit comments

Comments
 (0)