Skip to content

Commit b7af63b

Browse files
authored
Merge pull request #72 from apideck-libraries/speakeasy-sdk-regen-1760429792
chore: 🐝 Update SDK - Generate 0.25.0
2 parents 5fba7fc + 681d719 commit b7af63b

Some content is hidden

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

65 files changed

+2349
-933
lines changed

.speakeasy/gen.lock

Lines changed: 59 additions & 41 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: false
2628
skipResponseBodyAssertions: false
2729
python:
28-
version: 0.24.0
30+
version: 0.25.0
2931
additionalDependencies:
3032
dev: {}
3133
main: {}

.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:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:0001c8be3f6855abd69c6ee62db478782143893ea00db5640610ed27fa5eea1f
6-
sourceBlobDigest: sha256:a0ae14ddbd29a241c79c1b784c947ea6b900eb15301886845e3377afe27a740f
5+
sourceRevisionDigest: sha256:d3002cd086dd8191494e602f80ee9d2bbb4bb39942afec3f9a8ec19192efe288
6+
sourceBlobDigest: sha256:fb0c6662cf721556237d6752071880b78125ceee214afacf1b18bb6e992fa646
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1760344155
10-
- 10.21.4
9+
- speakeasy-sdk-regen-1760429792
10+
- 10.21.6
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:0001c8be3f6855abd69c6ee62db478782143893ea00db5640610ed27fa5eea1f
16-
sourceBlobDigest: sha256:a0ae14ddbd29a241c79c1b784c947ea6b900eb15301886845e3377afe27a740f
15+
sourceRevisionDigest: sha256:d3002cd086dd8191494e602f80ee9d2bbb4bb39942afec3f9a8ec19192efe288
16+
sourceBlobDigest: sha256:fb0c6662cf721556237d6752071880b78125ceee214afacf1b18bb6e992fa646
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:7bfdc5048bb11e95d94921b1483abccdf8747b8258ca8ae68eb3b39d0b8e73a2
18+
codeSamplesRevisionDigest: sha256:27a74bc987982d9e6af257bbbf9b1df6625d1db1ff79dd1b2e084e3c5f378a3d
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
@@ -488,4 +488,14 @@ Based on:
488488
### Generated
489489
- [python v0.24.0] .
490490
### Releases
491-
- [PyPI v0.24.0] https://pypi.org/project/apideck-unify/0.24.0 - .
491+
- [PyPI v0.24.0] https://pypi.org/project/apideck-unify/0.24.0 - .
492+
493+
## 2025-10-22 00:18:47
494+
### Changes
495+
Based on:
496+
- OpenAPI Doc
497+
- Speakeasy CLI 1.638.0 (2.728.0) https://github.com/speakeasy-api/speakeasy
498+
### Generated
499+
- [python v0.25.0] .
500+
### Releases
501+
- [PyPI v0.25.0] https://pypi.org/project/apideck-unify/0.25.0 - .

docs/models/accountingbankaccount.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
88
| `id` | *str* | :heavy_check_mark: | A unique identifier for an object. | 12345 |
99
| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Display ID for the bank account | BA-001 |
10-
| `name` | *Optional[str]* | :heavy_minus_sign: | The name of the bank account as it appears in the accounting system | Main Operating Account |
11-
| `account_number` | *OptionalNullable[str]* | :heavy_minus_sign: | The bank account number | 1234567890 |
10+
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the bank account | Main Operating Account |
11+
| `account_number` | *OptionalNullable[str]* | :heavy_minus_sign: | The bank account number | 123465 |
1212
| `account_type` | [Optional[models.AccountingBankAccountAccountType]](../models/accountingbankaccountaccounttype.md) | :heavy_minus_sign: | The type of bank account | checking |
13+
| `ledger_account` | [OptionalNullable[models.LinkedLedgerAccount]](../models/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | |
1314
| `bank_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the bank or financial institution | Chase Bank |
1415
| `currency` | [OptionalNullable[models.Currency]](../models/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 |
1516
| `balance` | *OptionalNullable[float]* | :heavy_minus_sign: | The current balance of the bank account | 25000 |

docs/models/accountingbankaccountaccounttype.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ The type of bank account
1212
| `CREDIT_CARD` | credit_card |
1313
| `MONEY_MARKET` | money_market |
1414
| `LINE_OF_CREDIT` | line_of_credit |
15-
| `OTHER` | other |
15+
| `OTHER` | other |
16+
| `CASH` | cash |

docs/models/accountingbankaccountinput.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
| Field | Type | Required | Description | Example |
77
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
88
| `display_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Display ID for the bank account | BA-001 |
9-
| `name` | *Optional[str]* | :heavy_minus_sign: | The name of the bank account as it appears in the accounting system | Main Operating Account |
10-
| `account_number` | *OptionalNullable[str]* | :heavy_minus_sign: | The bank account number | 1234567890 |
9+
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the bank account | Main Operating Account |
10+
| `account_number` | *OptionalNullable[str]* | :heavy_minus_sign: | The bank account number | 123465 |
1111
| `account_type` | [Optional[models.AccountingBankAccountAccountType]](../models/accountingbankaccountaccounttype.md) | :heavy_minus_sign: | The type of bank account | checking |
12+
| `ledger_account` | [OptionalNullable[models.LinkedLedgerAccountInput]](../models/linkedledgeraccountinput.md) | :heavy_minus_sign: | N/A | |
1213
| `bank_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the bank or financial institution | Chase Bank |
1314
| `currency` | [OptionalNullable[models.Currency]](../models/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 |
1415
| `balance` | *OptionalNullable[float]* | :heavy_minus_sign: | The current balance of the bank account | 25000 |

0 commit comments

Comments
 (0)