Skip to content

Commit c2bc925

Browse files
authored
Merge pull request #72 from apideck-libraries/speakeasy-sdk-regen-1764663871
chore: 🐝 Update SDK - Generate 0.25.0
2 parents 34e0c3c + 68b0bba commit c2bc925

432 files changed

Lines changed: 19040 additions & 5140 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

Lines changed: 14738 additions & 2967 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,29 @@ generation:
1616
requestResponseComponentNamesFeb2024: true
1717
securityFeb2025: false
1818
sharedErrorComponentsApr2025: false
19+
sharedNestedComponentsJan2026: false
1920
auth:
2021
oAuth2ClientCredentialsEnabled: true
2122
oAuth2PasswordEnabled: true
2223
hoistGlobalSecurity: true
2324
schemas:
2425
allOfMergeStrategy: shallowMerge
2526
requestBodyFieldName: ""
27+
persistentEdits: {}
2628
tests:
2729
generateTests: true
2830
generateNewTests: false
2931
skipResponseBodyAssertions: false
3032
go:
31-
version: 0.24.0
33+
version: 0.25.0
3234
additionalDependencies: {}
3335
allowUnknownFieldsInWeakUnions: false
3436
baseErrorName: ApideckError
3537
clientServerStatusCodesAsErrors: true
3638
defaultErrorName: APIError
3739
envVarPrefix: APIDECK
3840
flattenGlobalSecurity: true
41+
forwardCompatibleEnumsByDefault: false
3942
imports:
4043
option: openapi
4144
paths:

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.665.0
1+
speakeasyVersion: 1.690.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
6-
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
5+
sourceRevisionDigest: sha256:93a7c9345489c63d383b12bdc575fed5425348ae728f7463a1842f7b0fea2c48
6+
sourceBlobDigest: sha256:c23e7c16e40a73194b3022b382e3522e7ee2d4690a6d1a2c3be072661fbd1e30
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1764264824
10-
- 10.22.0
9+
- speakeasy-sdk-regen-1764663871
10+
- 10.23.10
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
16-
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
15+
sourceRevisionDigest: sha256:93a7c9345489c63d383b12bdc575fed5425348ae728f7463a1842f7b0fea2c48
16+
sourceBlobDigest: sha256:c23e7c16e40a73194b3022b382e3522e7ee2d4690a6d1a2c3be072661fbd1e30
1717
codeSamplesNamespace: apideck-go-code-samples
18-
codeSamplesRevisionDigest: sha256:3f5bd246a5c052fd8602903d6833298a5d59f91d0487b64b4b25fd2700bc3d2a
18+
codeSamplesRevisionDigest: sha256:3ac89771b2e094c4a8b1be2d18a27c79a4ad84591774294d33e6d62fee151a6c
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 87 additions & 87 deletions
Large diffs are not rendered by default.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,4 +628,14 @@ Based on:
628628
### Generated
629629
- [go v0.24.0] .
630630
### Releases
631-
- [Go v0.24.0] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.24.0 - .
631+
- [Go v0.24.0] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.24.0 - .
632+
633+
## 2026-01-20 10:25:30
634+
### Changes
635+
Based on:
636+
- OpenAPI Doc
637+
- Speakeasy CLI 1.690.0 (2.797.1) https://github.com/speakeasy-api/speakeasy
638+
### Generated
639+
- [go v0.25.0] .
640+
### Releases
641+
- [Go v0.25.0] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.25.0 - .

apideck.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package sdkgo
44

5-
// Generated from OpenAPI doc version 10.22.0 and generator version 2.767.2
5+
// Generated from OpenAPI doc version 10.23.10 and generator version 2.797.1
66

77
import (
88
"context"
@@ -154,9 +154,9 @@ func WithTimeout(timeout time.Duration) SDKOption {
154154
// New creates a new instance of the SDK with the provided options
155155
func New(opts ...SDKOption) *Apideck {
156156
sdk := &Apideck{
157-
SDKVersion: "0.24.0",
157+
SDKVersion: "0.25.0",
158158
sdkConfiguration: config.SDKConfiguration{
159-
UserAgent: "speakeasy-sdk/go 0.24.0 2.767.2 10.22.0 github.com/apideck-libraries/sdk-go",
159+
UserAgent: "speakeasy-sdk/go 0.25.0 2.797.1 10.23.10 github.com/apideck-libraries/sdk-go",
160160
Globals: globals.Globals{},
161161
ServerList: ServerList,
162162
},

docs/models/components/accountingdepartment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `ID` | **string* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
99
| `ParentID` | **string* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
10+
| `DisplayID` | **string* | :heavy_minus_sign: | Id to be displayed. | 123456 |
1011
| `Name` | **string* | :heavy_minus_sign: | The name of the department. | Sales |
1112
| `Status` | [*components.DepartmentStatus](../../models/components/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1213
| `Subsidiaries` | [][components.SubsidiaryReference](../../models/components/subsidiaryreference.md) | :heavy_minus_sign: | N/A | |
1314
| `Code` | **string* | :heavy_minus_sign: | The code of the department. | 123 |
15+
| `DownstreamID` | **string* | :heavy_minus_sign: | The third-party API ID of original entity | 12345 |
1416
| `CustomMappings` | map[string]*any* | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
1517
| `RowVersion` | **string* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
1618
| `UpdatedBy` | **string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |

docs/models/components/accountingdepartmentinput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `ParentID` | **string* | :heavy_minus_sign: | A unique identifier for an object. | 12345 |
9+
| `DisplayID` | **string* | :heavy_minus_sign: | Id to be displayed. | 123456 |
910
| `Name` | **string* | :heavy_minus_sign: | The name of the department. | Sales |
1011
| `Status` | [*components.DepartmentStatus](../../models/components/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1112
| `Subsidiaries` | [][components.SubsidiaryReferenceInput](../../models/components/subsidiaryreferenceinput.md) | :heavy_minus_sign: | N/A | |

0 commit comments

Comments
 (0)