Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 60 additions & 42 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
hoistGlobalSecurity: true
schemas:
allOfMergeStrategy: shallowMerge
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
go:
version: 0.20.0
version: 0.21.0
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
baseErrorName: ApideckError
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.636.3
speakeasyVersion: 1.638.0
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:284c332c5f33230229bc34bc3a70fb5e205f40df0d163f7911e41d874e0cb1c8
sourceBlobDigest: sha256:cc1a0fc165bc74203fb1b352268314fd298f2abbd75dd8a29d132371b842d45e
sourceRevisionDigest: sha256:d38f634aafc8bd67fab6d8580a3df253866a63416570d238f73e9f72ce0577ad
sourceBlobDigest: sha256:4176a0d252e96d7734ac1c58d1f2a519ddc86675491690f88723e29950634315
tags:
- latest
- speakeasy-sdk-regen-1759403531
- 10.21.4
- speakeasy-sdk-regen-1760429787
- 10.21.6
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:284c332c5f33230229bc34bc3a70fb5e205f40df0d163f7911e41d874e0cb1c8
sourceBlobDigest: sha256:cc1a0fc165bc74203fb1b352268314fd298f2abbd75dd8a29d132371b842d45e
sourceRevisionDigest: sha256:d38f634aafc8bd67fab6d8580a3df253866a63416570d238f73e9f72ce0577ad
sourceBlobDigest: sha256:4176a0d252e96d7734ac1c58d1f2a519ddc86675491690f88723e29950634315
codeSamplesNamespace: apideck-go-code-samples
codeSamplesRevisionDigest: sha256:300912f63bebb92a8e74142e31d9878538ee0f62a8ffafe3319f2bd58b949401
codeSamplesRevisionDigest: sha256:e34479086f2e56b8d37e339a0af298fd9d9b5eac6b6b759b55fa3767065477e9
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 @@ -458,4 +458,14 @@ Based on:
### Generated
- [go v0.20.0] .
### Releases
- [Go v0.20.0] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.20.0 - .
- [Go v0.20.0] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.20.0 - .

## 2025-10-22 00:25:33
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.638.0 (2.728.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.21.0] .
### Releases
- [Go v0.21.0] https://github.com/apideck-libraries/sdk-go/releases/tag/v0.21.0 - .
6 changes: 3 additions & 3 deletions apideck.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package sdkgo

// Generated from OpenAPI doc version 10.21.4 and generator version 2.723.11
// Generated from OpenAPI doc version 10.21.6 and generator version 2.728.0

import (
"context"
Expand Down Expand Up @@ -154,9 +154,9 @@ func WithTimeout(timeout time.Duration) SDKOption {
// New creates a new instance of the SDK with the provided options
func New(opts ...SDKOption) *Apideck {
sdk := &Apideck{
SDKVersion: "0.20.0",
SDKVersion: "0.21.0",
sdkConfiguration: config.SDKConfiguration{
UserAgent: "speakeasy-sdk/go 0.20.0 2.723.11 10.21.4 github.com/apideck-libraries/sdk-go",
UserAgent: "speakeasy-sdk/go 0.21.0 2.728.0 10.21.6 github.com/apideck-libraries/sdk-go",
Globals: globals.Globals{},
ServerList: ServerList,
},
Expand Down
5 changes: 3 additions & 2 deletions docs/models/components/accountingbankaccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `ID` | *string* | :heavy_check_mark: | A unique identifier for an object. | 12345 |
| `DisplayID` | **string* | :heavy_minus_sign: | Display ID for the bank account | BA-001 |
| `Name` | **string* | :heavy_minus_sign: | The name of the bank account as it appears in the accounting system | Main Operating Account |
| `AccountNumber` | **string* | :heavy_minus_sign: | The bank account number | 1234567890 |
| `Name` | **string* | :heavy_minus_sign: | The name of the bank account | Main Operating Account |
| `AccountNumber` | **string* | :heavy_minus_sign: | The bank account number | 123465 |
| `AccountType` | [*components.AccountingBankAccountAccountType](../../models/components/accountingbankaccountaccounttype.md) | :heavy_minus_sign: | The type of bank account | checking |
| `LedgerAccount` | [*components.LinkedLedgerAccount](../../models/components/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | |
| `BankName` | **string* | :heavy_minus_sign: | The name of the bank or financial institution | Chase Bank |
| `Currency` | [*components.Currency](../../models/components/currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
| `Balance` | **float64* | :heavy_minus_sign: | The current balance of the bank account | 25000 |
Expand Down
3 changes: 2 additions & 1 deletion docs/models/components/accountingbankaccountaccounttype.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ The type of bank account
| `AccountingBankAccountAccountTypeCreditCard` | credit_card |
| `AccountingBankAccountAccountTypeMoneyMarket` | money_market |
| `AccountingBankAccountAccountTypeLineOfCredit` | line_of_credit |
| `AccountingBankAccountAccountTypeOther` | other |
| `AccountingBankAccountAccountTypeOther` | other |
| `AccountingBankAccountAccountTypeCash` | cash |
5 changes: 3 additions & 2 deletions docs/models/components/accountingbankaccountinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `DisplayID` | **string* | :heavy_minus_sign: | Display ID for the bank account | BA-001 |
| `Name` | **string* | :heavy_minus_sign: | The name of the bank account as it appears in the accounting system | Main Operating Account |
| `AccountNumber` | **string* | :heavy_minus_sign: | The bank account number | 1234567890 |
| `Name` | **string* | :heavy_minus_sign: | The name of the bank account | Main Operating Account |
| `AccountNumber` | **string* | :heavy_minus_sign: | The bank account number | 123465 |
| `AccountType` | [*components.AccountingBankAccountAccountType](../../models/components/accountingbankaccountaccounttype.md) | :heavy_minus_sign: | The type of bank account | checking |
| `LedgerAccount` | [*components.LinkedLedgerAccountInput](../../models/components/linkedledgeraccountinput.md) | :heavy_minus_sign: | N/A | |
| `BankName` | **string* | :heavy_minus_sign: | The name of the bank or financial institution | Chase Bank |
| `Currency` | [*components.Currency](../../models/components/currency.md) | :heavy_minus_sign: | Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
| `Balance` | **float64* | :heavy_minus_sign: | The current balance of the bank account | 25000 |
Expand Down
Loading