Skip to content

Commit 5998bb7

Browse files
authored
Merge pull request #76 from apideck-libraries/speakeasy-sdk-regen-1760709504
chore: 🐝 Update SDK - Generate 0.31.0
2 parents d19c76b + 5953211 commit 5998bb7

File tree

1,076 files changed

+7891
-2769
lines changed

Some content is hidden

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

1,076 files changed

+7891
-2769
lines changed

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ generation:
2020
oAuth2ClientCredentialsEnabled: true
2121
oAuth2PasswordEnabled: true
2222
hoistGlobalSecurity: true
23+
schemas:
24+
allOfMergeStrategy: shallowMerge
2325
tests:
2426
generateTests: true
2527
generateNewTests: true
2628
skipResponseBodyAssertions: false
2729
typescript:
28-
version: 0.30.1
30+
version: 0.31.0
2931
acceptHeaderEnum: true
3032
additionalDependencies:
3133
dependencies: {}

.speakeasy/tests.arazzo.yaml

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51772,7 +51772,7 @@ workflows:
5177251772
requestBody:
5177351773
contentType: application/json
5177451774
payload:
51775-
account_number: "1234567890"
51775+
account_number: "123465"
5177651776
account_type: checking
5177751777
available_balance: 24500
5177851778
balance: 25000
@@ -51791,6 +51791,12 @@ workflows:
5179151791
description: Primary operating account for daily transactions
5179251792
display_id: BA-001
5179351793
iban: GB33BUKB20201555555555
51794+
ledger_account:
51795+
code: "453"
51796+
display_id: "123456"
51797+
id: "123456"
51798+
nominal_code: N091
51799+
parent_id: "123456"
5179451800
name: Main Operating Account
5179551801
overdraft_limit: 5000
5179651802
routing_number: "021000021"
@@ -51851,8 +51857,16 @@ workflows:
5185151857
"id": "12345",
5185251858
"display_id": "BA-001",
5185351859
"name": "Main Operating Account",
51854-
"account_number": "1234567890",
51860+
"account_number": "123465",
5185551861
"account_type": "checking",
51862+
"ledger_account": {
51863+
"id": "123456",
51864+
"name": "Bank account",
51865+
"nominal_code": "N091",
51866+
"code": "453",
51867+
"parent_id": "123456",
51868+
"display_id": "123456"
51869+
},
5185651870
"bank_name": "Chase Bank",
5185751871
"currency": "USD",
5185851872
"balance": 25000,
@@ -51907,7 +51921,7 @@ workflows:
5190751921
requestBody:
5190851922
contentType: application/json
5190951923
payload:
51910-
account_number: "1234567890"
51924+
account_number: "123465"
5191151925
account_type: checking
5191251926
available_balance: 24500
5191351927
balance: 25000
@@ -51926,6 +51940,12 @@ workflows:
5192651940
description: Primary operating account for daily transactions
5192751941
display_id: BA-001
5192851942
iban: GB33BUKB20201555555555
51943+
ledger_account:
51944+
code: "453"
51945+
display_id: "123456"
51946+
id: "123456"
51947+
nominal_code: N091
51948+
parent_id: "123456"
5192951949
name: Main Operating Account
5193051950
overdraft_limit: 5000
5193151951
routing_number: "021000021"

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.636.3
1+
speakeasyVersion: 1.638.0
22
sources:
33
Apideck-OAS:
44
sourceNamespace: apideck-oas
5-
sourceRevisionDigest: sha256:a3b90485381109d57125172009dc1f6b28d95b61c6880ca886d0aa3346b6a8e4
6-
sourceBlobDigest: sha256:182e6edb630179748b900a2acb25d2af8eb6d9e7106892d562c4925840cbd4c0
5+
sourceRevisionDigest: sha256:d38f634aafc8bd67fab6d8580a3df253866a63416570d238f73e9f72ce0577ad
6+
sourceBlobDigest: sha256:4176a0d252e96d7734ac1c58d1f2a519ddc86675491690f88723e29950634315
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1760429793
10-
- 10.21.5
9+
- speakeasy-sdk-regen-1760709504
10+
- 10.21.6
1111
targets:
1212
apideck:
1313
source: Apideck-OAS
1414
sourceNamespace: apideck-oas
15-
sourceRevisionDigest: sha256:a3b90485381109d57125172009dc1f6b28d95b61c6880ca886d0aa3346b6a8e4
16-
sourceBlobDigest: sha256:182e6edb630179748b900a2acb25d2af8eb6d9e7106892d562c4925840cbd4c0
15+
sourceRevisionDigest: sha256:d38f634aafc8bd67fab6d8580a3df253866a63416570d238f73e9f72ce0577ad
16+
sourceBlobDigest: sha256:4176a0d252e96d7734ac1c58d1f2a519ddc86675491690f88723e29950634315
1717
codeSamplesNamespace: apideck-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:a92681647ea27866b98f837c45853d06bc837dafa4d4731e4321d7f2c4e3bead
18+
codeSamplesRevisionDigest: sha256:b0154b59a5b030462923afda9b80ebfd6276d15fd1a9be2ad59c8f8dc80b254d
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,14 @@ Based on:
518518
### Generated
519519
- [typescript v0.30.1] .
520520
### Releases
521-
- [NPM v0.30.1] https://www.npmjs.com/package/@apideck/unify/v/0.30.1 - .
521+
- [NPM v0.30.1] https://www.npmjs.com/package/@apideck/unify/v/0.30.1 - .
522+
523+
## 2025-10-22 00:02:51
524+
### Changes
525+
Based on:
526+
- OpenAPI Doc
527+
- Speakeasy CLI 1.638.0 (2.728.0) https://github.com/speakeasy-api/speakeasy
528+
### Generated
529+
- [typescript v0.31.0] .
530+
### Releases
531+
- [NPM v0.31.0] https://www.npmjs.com/package/@apideck/unify/v/0.31.0 - .

docs/models/components/accountingbankaccount.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ let value: AccountingBankAccount = {
99
id: "12345",
1010
displayId: "BA-001",
1111
name: "Main Operating Account",
12-
accountNumber: "1234567890",
12+
accountNumber: "123465",
1313
accountType: "checking",
14+
ledgerAccount: null,
1415
bankName: "Chase Bank",
1516
currency: "USD",
1617
balance: 25000,
@@ -46,9 +47,10 @@ let value: AccountingBankAccount = {
4647
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
4748
| `id` | *string* | :heavy_check_mark: | A unique identifier for an object. | 12345 |
4849
| `displayId` | *string* | :heavy_minus_sign: | Display ID for the bank account | BA-001 |
49-
| `name` | *string* | :heavy_minus_sign: | The name of the bank account as it appears in the accounting system | Main Operating Account |
50-
| `accountNumber` | *string* | :heavy_minus_sign: | The bank account number | 1234567890 |
50+
| `name` | *string* | :heavy_minus_sign: | The name of the bank account | Main Operating Account |
51+
| `accountNumber` | *string* | :heavy_minus_sign: | The bank account number | 123465 |
5152
| `accountType` | [components.AccountingBankAccountAccountType](../../models/components/accountingbankaccountaccounttype.md) | :heavy_minus_sign: | The type of bank account | checking |
53+
| `ledgerAccount` | [components.LinkedLedgerAccount](../../models/components/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | |
5254
| `bankName` | *string* | :heavy_minus_sign: | The name of the bank or financial institution | Chase Bank |
5355
| `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 |
5456
| `balance` | *number* | :heavy_minus_sign: | The current balance of the bank account | 25000 |

docs/models/components/accountingbankaccountaccounttype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ let value: AccountingBankAccountAccountType = "checking";
1313
## Values
1414

1515
```typescript
16-
"checking" | "savings" | "credit_card" | "money_market" | "line_of_credit" | "other"
16+
"checking" | "savings" | "credit_card" | "money_market" | "line_of_credit" | "other" | "cash"
1717
```

0 commit comments

Comments
 (0)