Skip to content

Commit 49fb049

Browse files
committed
ci: regenerated with OpenAPI Doc 1.1, Speakeay CLI 1.44.2
1 parent 1265ba5 commit 49fb049

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

synccommerce/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,12 @@ Based on:
366366
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
367367
- Speakeasy CLI 1.43.0 (2.35.3) https://github.com/speakeasy-api/speakeasy
368368
### Releases
369-
- [PyPI v0.20.0] https://pypi.org/project/codat-sync-for-commerce/0.20.0 - synccommerce
369+
- [PyPI v0.20.0] https://pypi.org/project/codat-sync-for-commerce/0.20.0 - synccommerce
370+
371+
## 2023-06-06 20:45:32
372+
### Changes
373+
Based on:
374+
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
375+
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
376+
### Releases
377+
- [PyPI v0.20.1] https://pypi.org/project/codat-sync-for-commerce/0.20.1 - synccommerce

synccommerce/docs/codatsynccommerce/README.md

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

33
## Overview
44

5-
The API for Sync for Commerce. Sync for Commerce is an API and a set of supporting tools. It has been built to enable e-commerce, point of sale platforms to provide high-quality integrations with numerous accounting platform through standardized API, seamlessly transforming business sale's data into accounting artefacts.
5+
Sync for Commerce API: The API for Sync for Commerce. Sync for Commerce is an API and a set of supporting tools. It has been built to enable e-commerce, point of sale platforms to provide high-quality integrations with numerous accounting platform through standardized API, seamlessly transforming business sale's data into accounting artefacts.
66
[Read More...](https://docs.codat.io/sfc/overview)
77

88
### Available Operations

synccommerce/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 8cc3a1b9c823b4b797813c3974127b89
44
docVersion: "1.1"
5-
speakeasyVersion: 1.43.0
6-
generationVersion: 2.35.3
5+
speakeasyVersion: 1.44.2
6+
generationVersion: 2.35.9
77
generation:
88
sdkClassName: CodatSyncCommerce
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
python:
12-
version: 0.20.0
12+
version: 0.20.1
1313
author: Speakeasy
1414
description: Python Client SDK Generated by Speakeasy
1515
maxMethodParams: 0

synccommerce/setup.py

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

1111
setuptools.setup(
1212
name="codat-sync-for-commerce",
13-
version="0.20.0",
13+
version="0.20.1",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

synccommerce/src/codatsynccommerce/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from codatsynccommerce.models import shared
1212

1313
class CodatSyncCommerce:
14-
r"""The API for Sync for Commerce. Sync for Commerce is an API and a set of supporting tools. It has been built to enable e-commerce, point of sale platforms to provide high-quality integrations with numerous accounting platform through standardized API, seamlessly transforming business sale's data into accounting artefacts.
14+
r"""Sync for Commerce API: The API for Sync for Commerce. Sync for Commerce is an API and a set of supporting tools. It has been built to enable e-commerce, point of sale platforms to provide high-quality integrations with numerous accounting platform through standardized API, seamlessly transforming business sale's data into accounting artefacts.
1515
[Read More...](https://docs.codat.io/sfc/overview)
1616
"""
1717
company_management: CompanyManagement

synccommerce/src/codatsynccommerce/sdkconfiguration.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import requests
44
from dataclasses import dataclass
55

6+
67
SERVERS = [
78
'https://api.codat.io',
89
# Production
@@ -16,8 +17,8 @@ class SDKConfiguration:
1617
server_url: str = ''
1718
server_idx: int = 0
1819
language: str = 'python'
19-
sdk_version: str = '0.20.0'
20-
gen_version: str = '2.35.3'
20+
sdk_version: str = '0.20.1'
21+
gen_version: str = '2.35.9'
2122

2223
def get_server_details(self) -> tuple[str, dict[str, str]]:
2324
if self.server_url:

0 commit comments

Comments
 (0)