Skip to content

Commit bd7b89e

Browse files
authored
Merge pull request #187 from codatio/speakeasy-sdk-regen-1686183525
chore: speakeasy sdk regeneration - Generate Common SDK
2 parents 7233316 + 0afd67b commit bd7b89e

File tree

240 files changed

+3649
-1227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+3649
-1227
lines changed

common/README.md

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from codatcommon.models import shared
1616

1717
s = codatcommon.CodatCommon(
1818
security=shared.Security(
19-
auth_header="YOUR_API_KEY_HERE",
19+
auth_header="",
2020
),
2121
)
2222

@@ -36,54 +36,55 @@ if res.company is not None:
3636
## Available Resources and Operations
3737

3838

39-
### [companies](docs/companies/README.md)
39+
### [companies](docs/sdks/companies/README.md)
4040

41-
* [create](docs/companies/README.md#create) - Create company
42-
* [delete](docs/companies/README.md#delete) - Delete a company
43-
* [get](docs/companies/README.md#get) - Get company
44-
* [list](docs/companies/README.md#list) - List companies
45-
* [update](docs/companies/README.md#update) - Update company
41+
* [create](docs/sdks/companies/README.md#create) - Create company
42+
* [delete](docs/sdks/companies/README.md#delete) - Delete a company
43+
* [get](docs/sdks/companies/README.md#get) - Get company
44+
* [list](docs/sdks/companies/README.md#list) - List companies
45+
* [update](docs/sdks/companies/README.md#update) - Update company
4646

47-
### [connections](docs/connections/README.md)
47+
### [connections](docs/sdks/connections/README.md)
4848

49-
* [create](docs/connections/README.md#create) - Create connection
50-
* [delete](docs/connections/README.md#delete) - Delete connection
51-
* [get](docs/connections/README.md#get) - Get connection
52-
* [list](docs/connections/README.md#list) - List connections
53-
* [unlink_connection](docs/connections/README.md#unlink_connection) - Unlink connection
54-
* [update_authorization](docs/connections/README.md#update_authorization) - Update authorization
49+
* [create](docs/sdks/connections/README.md#create) - Create connection
50+
* [delete](docs/sdks/connections/README.md#delete) - Delete connection
51+
* [get](docs/sdks/connections/README.md#get) - Get connection
52+
* [list](docs/sdks/connections/README.md#list) - List connections
53+
* [unlink_connection](docs/sdks/connections/README.md#unlink_connection) - Unlink connection
54+
* [update_authorization](docs/sdks/connections/README.md#update_authorization) - Update authorization
5555

56-
### [integrations](docs/integrations/README.md)
56+
### [integrations](docs/sdks/integrations/README.md)
5757

58-
* [get](docs/integrations/README.md#get) - Get integration
59-
* [get_branding](docs/integrations/README.md#get_branding) - Get branding
60-
* [list](docs/integrations/README.md#list) - List integrations
58+
* [get](docs/sdks/integrations/README.md#get) - Get integration
59+
* [get_branding](docs/sdks/integrations/README.md#get_branding) - Get branding
60+
* [list](docs/sdks/integrations/README.md#list) - List integrations
6161

62-
### [push_data](docs/pushdata/README.md)
62+
### [push_data](docs/sdks/pushdata/README.md)
6363

64-
* [get_model_options](docs/pushdata/README.md#get_model_options) - Get push options
65-
* [get_operation](docs/pushdata/README.md#get_operation) - Get push operation
66-
* [list_operations](docs/pushdata/README.md#list_operations) - List push operations
64+
* [get_model_options](docs/sdks/pushdata/README.md#get_model_options) - Get push options
65+
* [get_operation](docs/sdks/pushdata/README.md#get_operation) - Get push operation
66+
* [list_operations](docs/sdks/pushdata/README.md#list_operations) - List push operations
6767

68-
### [refresh_data](docs/refreshdata/README.md)
68+
### [refresh_data](docs/sdks/refreshdata/README.md)
6969

70-
* [all](docs/refreshdata/README.md#all) - Refresh all data
71-
* [by_data_type](docs/refreshdata/README.md#by_data_type) - Refresh data type
72-
* [get](docs/refreshdata/README.md#get) - Get data status
73-
* [get_pull_operation](docs/refreshdata/README.md#get_pull_operation) - Get pull operation
74-
* [list_pull_operations](docs/refreshdata/README.md#list_pull_operations) - List pull operations
70+
* [all](docs/sdks/refreshdata/README.md#all) - Refresh all data
71+
* [by_data_type](docs/sdks/refreshdata/README.md#by_data_type) - Refresh data type
72+
* [get](docs/sdks/refreshdata/README.md#get) - Get data status
73+
* [get_pull_operation](docs/sdks/refreshdata/README.md#get_pull_operation) - Get pull operation
74+
* [list_pull_operations](docs/sdks/refreshdata/README.md#list_pull_operations) - List pull operations
7575

76-
### [settings](docs/settings/README.md)
76+
### [settings](docs/sdks/settings/README.md)
7777

78-
* [~~get_profile~~](docs/settings/README.md#get_profile) - Get profile :warning: **Deprecated**
79-
* [get_sync_settings](docs/settings/README.md#get_sync_settings) - Update all sync settings
80-
* [update_profile](docs/settings/README.md#update_profile) - Update profile
78+
* [~~get_profile~~](docs/sdks/settings/README.md#get_profile) - Get profile :warning: **Deprecated**
79+
* [get_sync_settings](docs/sdks/settings/README.md#get_sync_settings) - Get sync settings
80+
* [update_profile](docs/sdks/settings/README.md#update_profile) - Update profile
81+
* [update_sync_settings](docs/sdks/settings/README.md#update_sync_settings) - Update all sync settings
8182

82-
### [webhooks](docs/webhooks/README.md)
83+
### [webhooks](docs/sdks/webhooks/README.md)
8384

84-
* [create](docs/webhooks/README.md#create) - Create webhook
85-
* [get](docs/webhooks/README.md#get) - Get webhook
86-
* [list](docs/webhooks/README.md#list) - List webhooks
85+
* [create](docs/sdks/webhooks/README.md#create) - Create webhook
86+
* [get](docs/sdks/webhooks/README.md#get) - Get webhook
87+
* [list](docs/sdks/webhooks/README.md#list) - List webhooks
8788
<!-- End SDK Available Operations -->
8889

8990
### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

common/RELEASES.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,4 +414,44 @@ Based on:
414414
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
415415
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
416416
### Releases
417-
- [PyPI v0.21.1] https://pypi.org/project/codat-common/0.21.1 - common
417+
- [PyPI v0.21.1] https://pypi.org/project/codat-common/0.21.1 - common
418+
419+
## 2023-06-08 00:18:42
420+
### Changes
421+
Based on:
422+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
423+
- Speakeasy CLI 1.45.0 (2.37.0) https://github.com/speakeasy-api/speakeasy
424+
### Releases
425+
- [PyPI v0.22.0] https://pypi.org/project/codat-common/0.22.0 - common
426+
427+
## 2023-06-09 00:19:58
428+
### Changes
429+
Based on:
430+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
431+
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy
432+
### Releases
433+
- [PyPI v0.22.1] https://pypi.org/project/codat-common/0.22.1 - common
434+
435+
## 2023-06-10 00:17:13
436+
### Changes
437+
Based on:
438+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
439+
- Speakeasy CLI 1.47.0 (2.39.0) https://github.com/speakeasy-api/speakeasy
440+
### Releases
441+
- [PyPI v0.23.0] https://pypi.org/project/codat-common/0.23.0 - common
442+
443+
## 2023-06-11 00:20:15
444+
### Changes
445+
Based on:
446+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
447+
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
448+
### Releases
449+
- [PyPI v0.23.1] https://pypi.org/project/codat-common/0.23.1 - common
450+
451+
## 2023-06-12 09:30:38
452+
### Changes
453+
Based on:
454+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
455+
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
456+
### Releases
457+
- [PyPI v0.23.2] https://pypi.org/project/codat-common/0.23.2 - common

common/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from codatcommon.models import shared
55

66
s = codatcommon.CodatCommon(
77
security=shared.Security(
8-
auth_header="YOUR_API_KEY_HERE",
8+
auth_header="",
99
),
1010
)
1111

common/docs/companies/README.md

Lines changed: 0 additions & 152 deletions
This file was deleted.

0 commit comments

Comments
 (0)