Skip to content

Commit

Permalink
Merge pull request #19 from apideck-libraries/speakeasy-sdk-regen-174…
Browse files Browse the repository at this point in the history
…0396880

chore: 🐝 Update SDK - Generate 0.7.1
  • Loading branch information
Amzani authored Feb 24, 2025
2 parents 42f04ca + af07a16 commit e123f28
Show file tree
Hide file tree
Showing 497 changed files with 3,486 additions and 1,016 deletions.
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
lockVersion: 2.0.0
id: a6dcebe4-2c17-41e4-82d6-4019bcec33d5
management:
docChecksum: 8a84b005337515a4311dec5a8c491146
docChecksum: 1b699953c6695d1307d5ba6eeb4cfd5f
docVersion: 10.11.5
speakeasyVersion: 1.497.0
generationVersion: 2.517.3
releaseVersion: 0.7.0
configChecksum: 4ca431ad4763bbb799c4cdf70c43d9fb
speakeasyVersion: 1.501.1
generationVersion: 2.522.5
releaseVersion: 0.7.1
configChecksum: 1fe13a6a391037f859870c4aff5f2bf0
repoURL: https://github.com/apideck-libraries/sdk-go.git
installationURL: https://github.com/apideck-libraries/sdk-go
features:
go:
acceptHeaders: 2.81.2
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.10
core: 3.7.1
core: 3.7.2
deepObjectParams: 0.1.1
defaultEnabledRetries: 0.2.0
deprecations: 2.81.3
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
go:
version: 0.7.0
version: 0.7.1
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.497.0
speakeasyVersion: 1.501.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:3c6e85afb1fc4b3c3d397826bcf7239927aa182001742e3d66ec9d27cc378651
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
sourceRevisionDigest: sha256:338e46603976c9af7f6e19af45db43fc252e0c9e1024fe0265e666ef379fe733
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
tags:
- latest
- speakeasy-sdk-regen-1739290024
- speakeasy-sdk-regen-1740396880
- 10.11.5
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:3c6e85afb1fc4b3c3d397826bcf7239927aa182001742e3d66ec9d27cc378651
sourceBlobDigest: sha256:865d927d8e074531019c9b85b8edc30bb0baa6723da420039355c7b15192becd
sourceRevisionDigest: sha256:338e46603976c9af7f6e19af45db43fc252e0c9e1024fe0265e666ef379fe733
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
codeSamplesNamespace: apideck-go-code-samples
codeSamplesRevisionDigest: sha256:955503bc5db879129744054224cad48a1ce1bdfa258e754877005ab4e57d7750
codeSamplesRevisionDigest: sha256:8429d713ccf3f0da11c4984ee813100aa2d3c594761f05ad27c0449dd7896e6f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,14 @@ Based on:
### Generated
- [go v0.7.0] .
### Releases
- [Go v0.7.0] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.7.0 - .
- [Go v0.7.0] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.7.0 - .

## 2025-02-24 11:37:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.501.1 (2.522.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.7.1] .
### Releases
- [Go v0.7.1] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.7.1 - .
6 changes: 3 additions & 3 deletions apideck.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ func New(opts ...SDKOption) *Apideck {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "10.11.5",
SDKVersion: "0.7.0",
GenVersion: "2.517.3",
UserAgent: "speakeasy-sdk/go 0.7.0 2.517.3 10.11.5 github.com/apideck-libraries/sdk-go",
SDKVersion: "0.7.1",
GenVersion: "2.522.5",
UserAgent: "speakeasy-sdk/go 0.7.1 2.522.5 10.11.5 github.com/apideck-libraries/sdk-go",
Globals: globals.Globals{},
Hooks: hooks.New(),
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Consumers Request Counts within Date Range
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `StatusCode` | *int64* | :heavy_check_mark: | HTTP Response Status Code | 200 |
| `Status` | *string* | :heavy_check_mark: | HTTP Response Status | OK |
| `Data` | [components.ConsumerRequestCountsInDateRangeResponseData](../../models/components/consumerrequestcountsindaterangeresponsedata.md) | :heavy_check_mark: | N/A | |
| `Data` | [components.ConsumerRequestCountsInDateRangeResponseData](../../models/components/consumerrequestcountsindaterangeresponsedata.md) | :heavy_check_mark: | N/A | |
| `Raw` | map[string]*any* | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/models/components/createaccountingdepartmentresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Department
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | quickbooks |
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | departments |
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
| `Data` | [components.UnifiedID](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Data` | [components.UnifiedID](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Raw` | map[string]*any* | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/models/components/createaccountinglocationresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Location
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | quickbooks |
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | locations |
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
| `Data` | [components.UnifiedID](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Data` | [components.UnifiedID](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Raw` | map[string]*any* | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/models/components/createactivityresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Activity created
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | zoho-crm |
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | activities |
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
| `Data` | [components.UnifiedID](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Data` | [components.UnifiedID](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Raw` | map[string]*any* | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
3 changes: 2 additions & 1 deletion docs/models/components/createapplicantresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Applicants
| `Service` | *string* | :heavy_check_mark: | Apideck ID of service provider | lever |
| `Resource` | *string* | :heavy_check_mark: | Unified API resource name | Applicants |
| `Operation` | *string* | :heavy_check_mark: | Operation performed | add |
| `Data` | [components.UnifiedID](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Data` | [components.UnifiedID](../../models/components/unifiedid.md) | :heavy_check_mark: | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
| `Raw` | map[string]*any* | :heavy_minus_sign: | Raw response from the integration when raw=true query param is provided | |
Loading

0 comments on commit e123f28

Please sign in to comment.