Skip to content

Commit

Permalink
chore: speakeasy sdk regeneration - Generate Sync Commerce SDK (#29)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Mar 15, 2023
1 parent ff5dcd7 commit 8150a65
Show file tree
Hide file tree
Showing 37 changed files with 1,818 additions and 1,165 deletions.
18 changes: 8 additions & 10 deletions synccommerce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,16 @@ pip install codat-synccommerce
import codat
from codat.models import operations, shared

s = codat.Codat()
s.config_security(
s = codat.Codat(
security=shared.Security(
api_key="YOUR_API_KEY_HERE",
)
auth_header="YOUR_API_KEY_HERE",
),
)



req = operations.AddDataConnectionRequest(
path_params=operations.AddDataConnectionPathParams(
company_id="unde",
),
request="deserunt",
request_body="unde",
company_id="deserunt",
)

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

### integrations
Expand Down
66 changes: 65 additions & 1 deletion synccommerce/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,68 @@ Based on:
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.1.1] https://pypi.org/project/codat-synccommerce/0.1.1 - synccommerce
- [PyPI v0.1.1] https://pypi.org/project/codat-synccommerce/0.1.1 - synccommerce

## 2023-03-04 00:07:24
### Changes
Based on:
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.2.0] https://pypi.org/project/codat-synccommerce/0.2.0 - synccommerce

## 2023-03-06 00:08:09
### Changes
Based on:
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.2.1] https://pypi.org/project/codat-synccommerce/0.2.1 - synccommerce

## 2023-03-07 00:08:46
### Changes
Based on:
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
- Speakeasy CLI 1.8.5 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.2.2] https://pypi.org/project/codat-synccommerce/0.2.2 - synccommerce

## 2023-03-08 00:07:55
### Changes
Based on:
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
- Speakeasy CLI 1.8.6 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.2.3] https://pypi.org/project/codat-synccommerce/0.2.3 - synccommerce

## 2023-03-09 00:07:58
### Changes
Based on:
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
- Speakeasy CLI 1.8.7 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.2.4] https://pypi.org/project/codat-synccommerce/0.2.4 - synccommerce

## 2023-03-10 00:08:24
### Changes
Based on:
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
- Speakeasy CLI 1.9.1 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.3.0] https://pypi.org/project/codat-synccommerce/0.3.0 - synccommerce

## 2023-03-11 00:07:15
### Changes
Based on:
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.3.1] https://pypi.org/project/codat-synccommerce/0.3.1 - synccommerce

## 2023-03-15 00:07:46
### Changes
Based on:
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.4.0] https://pypi.org/project/codat-synccommerce/0.4.0 - synccommerce
16 changes: 7 additions & 9 deletions synccommerce/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
import codat
from codat.models import operations, shared

s = codat.Codat()
s.config_security(
s = codat.Codat(
security=shared.Security(
api_key="YOUR_API_KEY_HERE",
)
auth_header="YOUR_API_KEY_HERE",
),
)



req = operations.AddDataConnectionRequest(
path_params=operations.AddDataConnectionPathParams(
company_id="unde",
),
request="deserunt",
request_body="unde",
company_id="deserunt",
)

res = s.company_management.add_data_connection(req)
Expand Down
1 change: 1 addition & 0 deletions synccommerce/files.gen
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ src/codat/sync.py
src/codat/sync_configuration.py
src/codat/sync_data.py
src/codat/sdk.py
pylintrc
setup.py
src/codat/__init__.py
src/codat/models/__init__.py
Expand Down
6 changes: 3 additions & 3 deletions synccommerce/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
configVersion: 1.0.0
management:
docChecksum: 61f4faedb5cff207a308dde1b4192a48
docChecksum: 14c33ec0ee8fd105e857cf9f51835a45
docVersion: "1.1"
speakeasyVersion: 1.7.1
speakeasyVersion: 1.11.0
generation:
telemetryEnabled: false
sdkClassName: codat
sdkFlattening: true
python:
version: 0.1.1
version: 0.4.0
author: Speakeasy
description: Python Client SDK Generated by Speakeasy
packageName: codat-synccommerce
Loading

0 comments on commit 8150a65

Please sign in to comment.