Skip to content

Commit a463983

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.48.0
1 parent eeab259 commit a463983

28 files changed

Lines changed: 119 additions & 112 deletions

assess/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ venv/
22
src/*.egg-info/
33
__pycache__/
44
.pytest_cache/
5-
.python-version`
5+
.python-version`

assess/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,4 +534,12 @@ Based on:
534534
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
535535
- Speakeasy CLI 1.47.4 (2.40.1) https://github.com/speakeasy-api/speakeasy
536536
### Releases
537-
- [PyPI v0.27.0] https://pypi.org/project/codat-assess/0.27.0 - assess
537+
- [PyPI v0.27.0] https://pypi.org/project/codat-assess/0.27.0 - assess
538+
539+
## 2023-06-16 00:14:34
540+
### Changes
541+
Based on:
542+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
543+
- Speakeasy CLI 1.48.0 (2.41.1) https://github.com/speakeasy-api/speakeasy
544+
### Releases
545+
- [PyPI v0.28.0] https://pypi.org/project/codat-assess/0.28.0 - assess

assess/docs/models/operations/getaccountingmarketingmetricsrequest.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
8-
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |
9-
| `connection_id` | *str* | :heavy_check_mark: | N/A | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
10-
| `include_display_names` | *Optional[bool]* | :heavy_minus_sign: | Shows the dimensionDisplayName and itemDisplayName in measures to make the report data human-readable. | |
11-
| `number_of_periods` | *int* | :heavy_check_mark: | The number of periods to return. There will be no pagination as a query parameter, however Codat will limit the number of periods to request to 12 periods. | |
12-
| `period_length` | *int* | :heavy_check_mark: | The number of months per period. E.g. 2 = 2 months per period. | |
13-
| `period_unit` | [shared.PeriodUnit](../../models/shared/periodunit.md) | :heavy_check_mark: | The period unit of time returned. | |
14-
| `report_date` | *str* | :heavy_check_mark: | The date in which the report is created up to. Users must specify a specific date, however the response will be provided for the full month. | 29-09-2020 |
15-
| `show_input_values` | *Optional[bool]* | :heavy_minus_sign: | If set to true, then the system includes the input values within the response. | |
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
8+
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |
9+
| `connection_id` | *str* | :heavy_check_mark: | N/A | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
10+
| `include_display_names` | *Optional[bool]* | :heavy_minus_sign: | Shows the dimensionDisplayName and itemDisplayName in measures to make the report data human-readable. | |
11+
| `number_of_periods` | *int* | :heavy_check_mark: | The number of periods to return. There will be no pagination as a query parameter. | |
12+
| `period_length` | *int* | :heavy_check_mark: | The number of months per period. E.g. 2 = 2 months per period. | |
13+
| `period_unit` | [shared.PeriodUnit](../../models/shared/periodunit.md) | :heavy_check_mark: | The period unit of time returned. | |
14+
| `report_date` | *str* | :heavy_check_mark: | The date in which the report is created up to. Users must specify a specific date, however the response will be provided for the full month. | 29-09-2020 |
15+
| `show_input_values` | *Optional[bool]* | :heavy_minus_sign: | If set to true, then the system includes the input values within the response. | |

0 commit comments

Comments
 (0)