Skip to content

Commit 2904030

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.53.0
1 parent 9d84ea8 commit 2904030

15 files changed

Lines changed: 77 additions & 46 deletions

common/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,4 +550,12 @@ Based on:
550550
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
551551
- Speakeasy CLI 1.52.2 (2.57.2) https://github.com/speakeasy-api/speakeasy
552552
### Releases
553-
- [PyPI v0.30.0] https://pypi.org/project/codat-common/0.30.0 - common
553+
- [PyPI v0.30.0] https://pypi.org/project/codat-common/0.30.0 - common
554+
555+
## 2023-07-07 00:20:42
556+
### Changes
557+
Based on:
558+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
559+
- Speakeasy CLI 1.53.0 (2.58.0) https://github.com/speakeasy-api/speakeasy
560+
### Releases
561+
- [PyPI v0.31.0] https://pypi.org/project/codat-common/0.31.0 - common

common/docs/models/operations/configuresupplementaldatarequest.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
8-
| `request_body` | dict[str, [shared.SupplementalDataConfiguration](../../models/shared/supplementaldataconfiguration.md)] | :heavy_minus_sign: | The configuration for the specified platform and data type. | |
9-
| `data_type` | [ConfigureSupplementalDataDataType](../../models/operations/configuresupplementaldatadatatype.md) | :heavy_check_mark: | Data types that support supplemental data | invoices |
10-
| `platform_key` | *str* | :heavy_check_mark: | N/A | |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
8+
| `supplemental_data_configuration` | [Optional[shared.SupplementalDataConfiguration]](../../models/shared/supplementaldataconfiguration.md) | :heavy_minus_sign: | The configuration for the specified platform and data type. | |
9+
| `data_type` | [ConfigureSupplementalDataDataType](../../models/operations/configuresupplementaldatadatatype.md) | :heavy_check_mark: | Data types that support supplemental data | invoices |
10+
| `platform_key` | *str* | :heavy_check_mark: | N/A | |

common/docs/models/operations/getsupplementaldataconfigurationresponse.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
9-
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
10-
| `status_code` | *int* | :heavy_check_mark: | N/A |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
12-
| `supplemental_data_configuration` | dict[str, [shared.SupplementalDataConfiguration](../../models/shared/supplementaldataconfiguration.md)] | :heavy_minus_sign: | OK |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
8+
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
10+
| `status_code` | *int* | :heavy_check_mark: | N/A |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
12+
| `supplemental_data_configuration` | [Optional[shared.SupplementalDataConfiguration]](../../models/shared/supplementaldataconfiguration.md) | :heavy_minus_sign: | OK |
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# SupplementalDataConfiguration
22

3-
The client's defined name for the object.
3+
OK
44

55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
10-
| `data_source` | *Optional[str]* | :heavy_minus_sign: | The underlying endpoint of the source system which the configuration is targeting. |
11-
| `pull_data` | dict[str, *str*] | :heavy_minus_sign: | The additional properties that are required when pulling records. |
12-
| `push_data` | dict[str, *str*] | :heavy_minus_sign: | The additional properties that are required to create and/or update records. |
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `supplemental_data_config` | dict[str, [SupplementalDataConfigurationSupplementalDataSourceConfiguration](../../models/shared/supplementaldataconfigurationsupplementaldatasourceconfiguration.md)] | :heavy_minus_sign: | N/A |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SupplementalDataConfigurationSupplementalDataSourceConfiguration
2+
3+
The client's defined name for the object.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
10+
| `data_source` | *Optional[str]* | :heavy_minus_sign: | The underlying endpoint of the source system which the configuration is targeting. |
11+
| `pull_data` | dict[str, *str*] | :heavy_minus_sign: | The additional properties that are required when pulling records. |
12+
| `push_data` | dict[str, *str*] | :heavy_minus_sign: | The additional properties that are required to create and/or update records. |

common/docs/sdks/supplementaldata/README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,22 @@ s = codatcommon.CodatCommon(
3131
)
3232

3333
req = operations.ConfigureSupplementalDataRequest(
34-
request_body={
35-
"reiciendis": shared.SupplementalDataConfiguration(
36-
data_source='est',
37-
pull_data={
38-
"laborum": 'dolores',
39-
"dolorem": 'corporis',
40-
"explicabo": 'nobis',
41-
},
42-
push_data={
43-
"omnis": 'nemo',
44-
"minima": 'excepturi',
45-
},
46-
),
47-
},
34+
supplemental_data_configuration=shared.SupplementalDataConfiguration(
35+
supplemental_data_config={
36+
"reiciendis": shared.SupplementalDataConfigurationSupplementalDataSourceConfiguration(
37+
data_source='est',
38+
pull_data={
39+
"laborum": 'dolores',
40+
"dolorem": 'corporis',
41+
"explicabo": 'nobis',
42+
},
43+
push_data={
44+
"omnis": 'nemo',
45+
"minima": 'excepturi',
46+
},
47+
),
48+
},
49+
),
4850
data_type=operations.ConfigureSupplementalDataDataType.INVOICES,
4951
platform_key='accusantium',
5052
)

common/files.gen

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ docs/models/shared/profile.md
230230
docs/models/shared/syncsettings.md
231231
docs/models/shared/syncsettingdatatype.md
232232
docs/models/shared/syncsetting.md
233+
docs/models/shared/supplementaldataconfigurationsupplementaldatasourceconfiguration.md
233234
docs/models/shared/supplementaldataconfiguration.md
234235
docs/models/shared/rulenotifiers.md
235236
docs/models/shared/rule.md

common/gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: a344345eeaae89ebc1c39906a36a2ff6
3+
docChecksum: 66fddb0475e8356aa93740637a794543
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.52.2
6-
generationVersion: 2.57.2
5+
speakeasyVersion: 1.53.0
6+
generationVersion: 2.58.0
77
generation:
88
sdkClassName: CodatCommon
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
python:
12-
version: 0.30.0
12+
version: 0.31.0
1313
author: Speakeasy
1414
description: Python Client SDK Generated by Speakeasy
1515
maxMethodParams: 0

common/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-common",
13-
version="0.30.0",
13+
version="0.31.0",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

0 commit comments

Comments
 (0)