Skip to content

Commit 2738239

Browse files
authored
Merge pull request #196 from codatio/speakeasy-sdk-regen-1686701588
chore: speakeasy sdk regeneration - Generate Assess SDK
2 parents c8c14ed + ed24f41 commit 2738239

33 files changed

+171
-191
lines changed

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: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,36 @@ Based on:
518518
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
519519
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
520520
### Releases
521-
- [PyPI v0.26.2] https://pypi.org/project/codat-assess/0.26.2 - assess
521+
- [PyPI v0.26.2] https://pypi.org/project/codat-assess/0.26.2 - assess
522+
523+
## 2023-06-14 00:13:05
524+
### Changes
525+
Based on:
526+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
527+
- Speakeasy CLI 1.47.2 (2.39.8) https://github.com/speakeasy-api/speakeasy
528+
### Releases
529+
- [PyPI v0.26.3] https://pypi.org/project/codat-assess/0.26.3 - assess
530+
531+
## 2023-06-15 00:15:17
532+
### Changes
533+
Based on:
534+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
535+
- Speakeasy CLI 1.47.4 (2.40.1) https://github.com/speakeasy-api/speakeasy
536+
### Releases
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
546+
547+
## 2023-06-16 11:03:15
548+
### Changes
549+
Based on:
550+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
551+
- Speakeasy CLI 1.48.0 (2.41.1) https://github.com/speakeasy-api/speakeasy
552+
### Releases
553+
- [PyPI v0.28.1] https://pypi.org/project/codat-assess/0.28.1 - 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)