Skip to content

Commit 8150a65

Browse files
chore: speakeasy sdk regeneration - Generate Sync Commerce SDK (#29)
* ci: regenerated with OpenAPI Doc 1.1, Speakeay CLI 1.8.2 * ci: regenerated with OpenAPI Doc 1.1, Speakeay CLI 1.8.4 * ci: regenerated with OpenAPI Doc 1.1, Speakeay CLI 1.8.5 * ci: regenerated with OpenAPI Doc 1.1, Speakeay CLI 1.8.6 * ci: regenerated with OpenAPI Doc 1.1, Speakeay CLI 1.8.7 * ci: regenerated with OpenAPI Doc 1.1, Speakeay CLI 1.9.1 * ci: regenerated with OpenAPI Doc 1.1, Speakeay CLI 1.9.2 * ci: regenerated with OpenAPI Doc 1.1, Speakeay CLI 1.11.0 --------- Co-authored-by: speakeasybot <[email protected]>
1 parent ff5dcd7 commit 8150a65

37 files changed

+1818
-1165
lines changed

synccommerce/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,16 @@ pip install codat-synccommerce
1414
import codat
1515
from codat.models import operations, shared
1616

17-
s = codat.Codat()
18-
s.config_security(
17+
s = codat.Codat(
1918
security=shared.Security(
20-
api_key="YOUR_API_KEY_HERE",
21-
)
19+
auth_header="YOUR_API_KEY_HERE",
20+
),
2221
)
23-
22+
23+
2424
req = operations.AddDataConnectionRequest(
25-
path_params=operations.AddDataConnectionPathParams(
26-
company_id="unde",
27-
),
28-
request="deserunt",
25+
request_body="unde",
26+
company_id="deserunt",
2927
)
3028

3129
res = s.company_management.add_data_connection(req)
@@ -44,7 +42,7 @@ if res.add_data_connection_200_application_json_object is not None:
4442
* `add_data_connection` - Create data connection
4543
* `companies` - List companies
4644
* `get_dataconnections` - List connections
47-
* `post_companies` - Create a Sync for commerce company
45+
* `post_companies` - Create a Sync for Commerce company
4846
* `update_data_connection` - Update data connection
4947

5048
### integrations

synccommerce/RELEASES.md

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,68 @@ Based on:
1414
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
1515
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
1616
### Releases
17-
- [PyPI v0.1.1] https://pypi.org/project/codat-synccommerce/0.1.1 - synccommerce
17+
- [PyPI v0.1.1] https://pypi.org/project/codat-synccommerce/0.1.1 - synccommerce
18+
19+
## 2023-03-04 00:07:24
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
23+
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
24+
### Releases
25+
- [PyPI v0.2.0] https://pypi.org/project/codat-synccommerce/0.2.0 - synccommerce
26+
27+
## 2023-03-06 00:08:09
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
31+
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
32+
### Releases
33+
- [PyPI v0.2.1] https://pypi.org/project/codat-synccommerce/0.2.1 - synccommerce
34+
35+
## 2023-03-07 00:08:46
36+
### Changes
37+
Based on:
38+
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
39+
- Speakeasy CLI 1.8.5 https://github.com/speakeasy-api/speakeasy
40+
### Releases
41+
- [PyPI v0.2.2] https://pypi.org/project/codat-synccommerce/0.2.2 - synccommerce
42+
43+
## 2023-03-08 00:07:55
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
47+
- Speakeasy CLI 1.8.6 https://github.com/speakeasy-api/speakeasy
48+
### Releases
49+
- [PyPI v0.2.3] https://pypi.org/project/codat-synccommerce/0.2.3 - synccommerce
50+
51+
## 2023-03-09 00:07:58
52+
### Changes
53+
Based on:
54+
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
55+
- Speakeasy CLI 1.8.7 https://github.com/speakeasy-api/speakeasy
56+
### Releases
57+
- [PyPI v0.2.4] https://pypi.org/project/codat-synccommerce/0.2.4 - synccommerce
58+
59+
## 2023-03-10 00:08:24
60+
### Changes
61+
Based on:
62+
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
63+
- Speakeasy CLI 1.9.1 https://github.com/speakeasy-api/speakeasy
64+
### Releases
65+
- [PyPI v0.3.0] https://pypi.org/project/codat-synccommerce/0.3.0 - synccommerce
66+
67+
## 2023-03-11 00:07:15
68+
### Changes
69+
Based on:
70+
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
71+
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy
72+
### Releases
73+
- [PyPI v0.3.1] https://pypi.org/project/codat-synccommerce/0.3.1 - synccommerce
74+
75+
## 2023-03-15 00:07:46
76+
### Changes
77+
Based on:
78+
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
79+
- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy
80+
### Releases
81+
- [PyPI v0.4.0] https://pypi.org/project/codat-synccommerce/0.4.0 - synccommerce

synccommerce/USAGE.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@
33
import codat
44
from codat.models import operations, shared
55

6-
s = codat.Codat()
7-
s.config_security(
6+
s = codat.Codat(
87
security=shared.Security(
9-
api_key="YOUR_API_KEY_HERE",
10-
)
8+
auth_header="YOUR_API_KEY_HERE",
9+
),
1110
)
12-
11+
12+
1313
req = operations.AddDataConnectionRequest(
14-
path_params=operations.AddDataConnectionPathParams(
15-
company_id="unde",
16-
),
17-
request="deserunt",
14+
request_body="unde",
15+
company_id="deserunt",
1816
)
1917

2018
res = s.company_management.add_data_connection(req)

synccommerce/files.gen

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ src/codat/sync.py
44
src/codat/sync_configuration.py
55
src/codat/sync_data.py
66
src/codat/sdk.py
7+
pylintrc
78
setup.py
89
src/codat/__init__.py
910
src/codat/models/__init__.py

synccommerce/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: 61f4faedb5cff207a308dde1b4192a48
3+
docChecksum: 14c33ec0ee8fd105e857cf9f51835a45
44
docVersion: "1.1"
5-
speakeasyVersion: 1.7.1
5+
speakeasyVersion: 1.11.0
66
generation:
77
telemetryEnabled: false
88
sdkClassName: codat
99
sdkFlattening: true
1010
python:
11-
version: 0.1.1
11+
version: 0.4.0
1212
author: Speakeasy
1313
description: Python Client SDK Generated by Speakeasy
1414
packageName: codat-synccommerce

0 commit comments

Comments
 (0)