Skip to content

Commit 74b2d83

Browse files
authored
Merge pull request #545 from codatio/speakeasy-sdk-regen-1702562866
chore: 🐝 Update SDK - Generate Lending library
2 parents cbe6fcd + dee63ad commit 74b2d83

File tree

128 files changed

+564
-447
lines changed

Some content is hidden

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

128 files changed

+564
-447
lines changed

β€Žlending/RELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,14 @@ Based on:
6868
### Generated
6969
- [python v6.0.0] lending
7070
### Releases
71-
- [PyPI v6.0.0] https://pypi.org/project/codat-lending/6.0.0 - lending
71+
- [PyPI v6.0.0] https://pypi.org/project/codat-lending/6.0.0 - lending
72+
73+
## 2023-12-14 14:07:41
74+
### Changes
75+
Based on:
76+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
77+
- Speakeasy CLI 1.126.3 (2.214.3) https://github.com/speakeasy-api/speakeasy
78+
### Generated
79+
- [python v6.1.0] lending
80+
### Releases
81+
- [PyPI v6.1.0] https://pypi.org/project/codat-lending/6.1.0 - lending

β€Žlending/docs/models/operations/downloadfilesrequest.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
88
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
9-
| `date_` | *Optional[str]* | :heavy_minus_sign: | Only download files uploaded on this date. | 2022-10-23T00:00:00.000Z |
9+
| `date_` | *Optional[str]* | :heavy_minus_sign: | Only download files uploaded on this date. | 2022-10-23 00:00:00 +0000 UTC |

β€Žlending/docs/models/operations/getaccountingbalancesheetrequest.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
99
| `period_length` | *int* | :heavy_check_mark: | Number of months defining the period of interest. | 4 |
1010
| `periods_to_compare` | *int* | :heavy_check_mark: | Number of periods with `periodLength` to compare. | 20 |
11-
| `start_month` | *Optional[str]* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23T00:00:00.000Z |
11+
| `start_month` | *Optional[str]* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23 00:00:00 +0000 UTC |

β€Žlending/docs/models/operations/getaccountingcashflowstatementrequest.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
99
| `period_length` | *int* | :heavy_check_mark: | Number of months defining the period of interest. | 4 |
1010
| `periods_to_compare` | *int* | :heavy_check_mark: | Number of periods with `periodLength` to compare. | 20 |
11-
| `start_month` | *Optional[str]* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23T00:00:00.000Z |
11+
| `start_month` | *Optional[str]* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23 00:00:00 +0000 UTC |

β€Žlending/docs/models/operations/getaccountingprofitandlossrequest.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
99
| `period_length` | *int* | :heavy_check_mark: | Number of months defining the period of interest. | 4 |
1010
| `periods_to_compare` | *int* | :heavy_check_mark: | Number of periods with `periodLength` to compare. | 20 |
11-
| `start_month` | *Optional[str]* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23T00:00:00.000Z |
11+
| `start_month` | *Optional[str]* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23 00:00:00 +0000 UTC |

0 commit comments

Comments
Β (0)