Skip to content

Commit

Permalink
Merge pull request #497 from codatio/speakeasy-sdk-regen-1702562693
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Accounting library
  • Loading branch information
dcoplowe authored Dec 14, 2023
2 parents 8f3e0be + 727e0bb commit f8ba808
Show file tree
Hide file tree
Showing 120 changed files with 688 additions and 545 deletions.
12 changes: 11 additions & 1 deletion previous-versions/accounting/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,4 +400,14 @@ Based on:
### Generated
- [go v0.29.0] previous-versions/accounting
### Releases
- [Go v0.29.0] https://github.com/codatio/client-sdk-go/releases/tag/previous-versions/accounting/v0.29.0 - previous-versions/accounting
- [Go v0.29.0] https://github.com/codatio/client-sdk-go/releases/tag/previous-versions/accounting/v0.29.0 - previous-versions/accounting

## 2023-12-14 14:04:50
### Changes
Based on:
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
- Speakeasy CLI 1.126.3 (2.214.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.30.0] previous-versions/accounting
### Releases
- [Go v0.30.0] https://github.com/codatio/client-sdk-go/releases/tag/previous-versions/accounting/v0.30.0 - previous-versions/accounting
7 changes: 3 additions & 4 deletions previous-versions/accounting/codataccounting.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,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 *CodatAccounting) {
sdk.sdkConfiguration.Security = withSecurity(security)
Expand Down Expand Up @@ -199,9 +198,9 @@ func New(opts ...SDKOption) *CodatAccounting {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "3.0.0",
SDKVersion: "0.29.0",
GenVersion: "2.210.6",
UserAgent: "speakeasy-sdk/go 0.29.0 2.210.6 3.0.0 github.com/codatio/client-sdk-go/previous-versions/accounting",
SDKVersion: "0.30.0",
GenVersion: "2.214.3",
UserAgent: "speakeasy-sdk/go 0.30.0 2.214.3 3.0.0 github.com/codatio/client-sdk-go/previous-versions/accounting",
},
}
for _, opt := range opts {
Expand Down
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 f8ba808

Please sign in to comment.