Skip to content

Commit

Permalink
Merge pull request #501 from codatio/speakeasy-sdk-regen-1702562997
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Lending library
  • Loading branch information
dcoplowe authored Dec 14, 2023
2 parents 7866b9d + f4cd2a2 commit 968f133
Show file tree
Hide file tree
Showing 117 changed files with 533 additions and 418 deletions.
12 changes: 11 additions & 1 deletion lending/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,14 @@ Based on:
### Generated
- [go v5.0.0] lending
### Releases
- [Go v5.0.0] https://github.com/codatio/client-sdk-go/releases/tag/lending/v5.0.0 - lending
- [Go v5.0.0] https://github.com/codatio/client-sdk-go/releases/tag/lending/v5.0.0 - lending

## 2023-12-14 14:09:54
### Changes
Based on:
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
- Speakeasy CLI 1.126.3 (2.214.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v5.1.0] lending
### Releases
- [Go v5.1.0] https://github.com/codatio/client-sdk-go/releases/tag/lending/v5.1.0 - lending
7 changes: 3 additions & 4 deletions lending/codatlending.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func withSecurity(security interface{}) func(context.Context) (interface{}, erro
}

// WithSecurity configures the SDK to use the provided security details

func WithSecurity(security shared.Security) SDKOption {
return func(sdk *CodatLending) {
sdk.sdkConfiguration.Security = withSecurity(security)
Expand Down Expand Up @@ -191,9 +190,9 @@ func New(opts ...SDKOption) *CodatLending {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "3.0.0",
SDKVersion: "5.0.0",
GenVersion: "2.210.3",
UserAgent: "speakeasy-sdk/go 5.0.0 2.210.3 3.0.0 github.com/codatio/client-sdk-go/lending",
SDKVersion: "5.1.0",
GenVersion: "2.214.3",
UserAgent: "speakeasy-sdk/go 5.1.0 2.214.3 3.0.0 github.com/codatio/client-sdk-go/lending",
},
}
for _, opt := range opts {
Expand Down
2 changes: 1 addition & 1 deletion lending/docs/pkg/models/operations/downloadfilesrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
| `CompanyID` | *string* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `Date` | **string* | :heavy_minus_sign: | Only download files uploaded on this date. | 2022-10-23T00:00:00.000Z |
| `Date` | **string* | :heavy_minus_sign: | Only download files uploaded on this date. | 2022-10-23 00:00:00 +0000 UTC |
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `CompanyID` | *string* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `NumberOfPeriods` | **int* | :heavy_minus_sign: | Number of periods to include in the report. | 12 |
| `PeriodLengthDays` | **int* | :heavy_minus_sign: | The length of period in days. | 30 |
| `ReportDate` | [*types.Date](../../types/date.md) | :heavy_minus_sign: | Date the report is generated up to. | 2022-12-31 |
| `ReportDate` | [*types.Date](../../../types/date.md) | :heavy_minus_sign: | Date the report is generated up to. | 2022-12-31 |
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `CompanyID` | *string* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `NumberOfPeriods` | **int* | :heavy_minus_sign: | Number of periods to include in the report. | 12 |
| `PeriodLengthDays` | **int* | :heavy_minus_sign: | The length of period in days. | 30 |
| `ReportDate` | [*types.Date](../../types/date.md) | :heavy_minus_sign: | Date the report is generated up to. | 2022-12-31 |
| `ReportDate` | [*types.Date](../../../types/date.md) | :heavy_minus_sign: | Date the report is generated up to. | 2022-12-31 |
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `CompanyID` | *string* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `PeriodLength` | *int* | :heavy_check_mark: | Number of months defining the period of interest. | 4 |
| `PeriodsToCompare` | *int* | :heavy_check_mark: | Number of periods with `periodLength` to compare. | 20 |
| `StartMonth` | **string* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23T00:00:00.000Z |
| `StartMonth` | **string* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23 00:00:00 +0000 UTC |
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `CompanyID` | *string* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `PeriodLength` | *int* | :heavy_check_mark: | Number of months defining the period of interest. | 4 |
| `PeriodsToCompare` | *int* | :heavy_check_mark: | Number of periods with `periodLength` to compare. | 20 |
| `StartMonth` | **string* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23T00:00:00.000Z |
| `StartMonth` | **string* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23 00:00:00 +0000 UTC |
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `CompanyID` | *string* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `PeriodLength` | *int* | :heavy_check_mark: | Number of months defining the period of interest. | 4 |
| `PeriodsToCompare` | *int* | :heavy_check_mark: | Number of periods with `periodLength` to compare. | 20 |
| `StartMonth` | **string* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23T00:00:00.000Z |
| `StartMonth` | **string* | :heavy_minus_sign: | The month the report starts from. | 2022-10-23 00:00:00 +0000 UTC |
Loading

0 comments on commit 968f133

Please sign in to comment.