Skip to content

Commit 75c7085

Browse files
authored
Merge pull request #66 from apideck-libraries/speakeasy-sdk-regen-1757940178
chore: 🐝 Update SDK - Generate 0.22.1
2 parents b39c2c7 + 1a75959 commit 75c7085

File tree

64 files changed

+4398
-52
lines changed

Some content is hidden

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

64 files changed

+4398
-52
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.env
2+
.env.local
13
**/__pycache__/
24
**/.speakeasy/temp/
35
**/.speakeasy/logs/

.speakeasy/gen.lock

Lines changed: 197 additions & 11 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
@@ -19,12 +19,13 @@ generation:
1919
auth:
2020
oAuth2ClientCredentialsEnabled: true
2121
oAuth2PasswordEnabled: true
22+
hoistGlobalSecurity: true
2223
tests:
2324
generateTests: true
2425
generateNewTests: false
2526
skipResponseBodyAssertions: false
2627
python:
27-
version: 0.22.0
28+
version: 0.22.1
2829
additionalDependencies:
2930
dev: {}
3031
main: {}
@@ -63,4 +64,5 @@ python:
6364
pytestFilterWarnings: []
6465
pytestTimeout: 0
6566
responseFormat: envelope-http
67+
sseFlatResponse: false
6668
templateVersion: v2

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.609.0
1+
speakeasyVersion: 1.622.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:0c5ea90fb5d7f038f77defc1282b15163192166b35a4982eed994ba91c8c9908
6-
sourceBlobDigest: sha256:1ca7f3036ed7d494f1b27dfbbe3f36be62064cdd31b0a7d7f66c8466e14722b3
5+
sourceRevisionDigest: sha256:b89dfeac61b6af51fea1bff368bfcd5a23f74d793f66299c9aeeaa5063dbd460
6+
sourceBlobDigest: sha256:8c94ca80af7cb854257519a8bf08a7a060c73248058c63f17aca9cc5208673ba
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1756369056
10-
- 10.20.13
9+
- speakeasy-sdk-regen-1757940178
10+
- 10.20.16
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:0c5ea90fb5d7f038f77defc1282b15163192166b35a4982eed994ba91c8c9908
16-
sourceBlobDigest: sha256:1ca7f3036ed7d494f1b27dfbbe3f36be62064cdd31b0a7d7f66c8466e14722b3
15+
sourceRevisionDigest: sha256:b89dfeac61b6af51fea1bff368bfcd5a23f74d793f66299c9aeeaa5063dbd460
16+
sourceBlobDigest: sha256:8c94ca80af7cb854257519a8bf08a7a060c73248058c63f17aca9cc5208673ba
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:4a910f95ad399ec101baf38e09b1dff30e1e9e2a21c4b1fa590779705042c82b
18+
codeSamplesRevisionDigest: sha256:cb341d086c4574b622244fea504d29462dcbc772b1d63c39541b255c1d2e55bc
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,14 @@ with Apideck(
256256

257257
* [get](docs/sdks/balancesheetsdk/README.md#get) - Get BalanceSheet
258258

259+
#### [accounting.bank_accounts](docs/sdks/bankaccounts/README.md)
260+
261+
* [list](docs/sdks/bankaccounts/README.md#list) - List Bank Accounts
262+
* [create](docs/sdks/bankaccounts/README.md#create) - Create Bank Account
263+
* [get](docs/sdks/bankaccounts/README.md#get) - Get Bank Account
264+
* [update](docs/sdks/bankaccounts/README.md#update) - Update Bank Account
265+
* [delete](docs/sdks/bankaccounts/README.md#delete) - Delete Bank Account
266+
259267
#### [accounting.bank_feed_accounts](docs/sdks/bankfeedaccounts/README.md)
260268

261269
* [list](docs/sdks/bankfeedaccounts/README.md#list) - List Bank Feed Accounts

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,4 +458,14 @@ Based on:
458458
### Generated
459459
- [python v0.22.0] .
460460
### Releases
461-
- [PyPI v0.22.0] https://pypi.org/project/apideck-unify/0.22.0 - .
461+
- [PyPI v0.22.0] https://pypi.org/project/apideck-unify/0.22.0 - .
462+
463+
## 2025-09-23 00:18:03
464+
### Changes
465+
Based on:
466+
- OpenAPI Doc
467+
- Speakeasy CLI 1.622.1 (2.709.0) https://github.com/speakeasy-api/speakeasy
468+
### Generated
469+
- [python v0.22.1] .
470+
### Releases
471+
- [PyPI v0.22.1] https://pypi.org/project/apideck-unify/0.22.1 - .

docs/models/accountingbankaccount.md

Lines changed: 32 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AccountingBankAccountAccountType
2+
3+
The type of bank account
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ---------------- | ---------------- |
10+
| `CHECKING` | checking |
11+
| `SAVINGS` | savings |
12+
| `CREDIT_CARD` | credit_card |
13+
| `MONEY_MARKET` | money_market |
14+
| `LINE_OF_CREDIT` | line_of_credit |
15+
| `OTHER` | other |
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# AccountingBankAccountInput
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
8+
| `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 |
11+
| `account_type` | [Optional[models.AccountingBankAccountAccountType]](../models/accountingbankaccountaccounttype.md) | :heavy_minus_sign: | The type of bank account | checking |
12+
| `bank_name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the bank or financial institution | Chase Bank |
13+
| `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 |
14+
| `balance` | *OptionalNullable[float]* | :heavy_minus_sign: | The current balance of the bank account | 25000 |
15+
| `available_balance` | *OptionalNullable[float]* | :heavy_minus_sign: | The available balance (considering pending transactions and overdraft) | 24500 |
16+
| `overdraft_limit` | *OptionalNullable[float]* | :heavy_minus_sign: | The overdraft limit for the account | 5000 |
17+
| `routing_number` | *OptionalNullable[str]* | :heavy_minus_sign: | Bank routing number (US) | 021000021 |
18+
| `iban` | *OptionalNullable[str]* | :heavy_minus_sign: | International Bank Account Number | GB33BUKB20201555555555 |
19+
| `bic` | *OptionalNullable[str]* | :heavy_minus_sign: | Bank Identifier Code / SWIFT Code | CHASUS33 |
20+
| `bsb_number` | *OptionalNullable[str]* | :heavy_minus_sign: | Bank State Branch number (Australia/New Zealand) | 062-001 |
21+
| `branch_identifier` | *OptionalNullable[str]* | :heavy_minus_sign: | Bank branch identifier | 001 |
22+
| `bank_code` | *OptionalNullable[str]* | :heavy_minus_sign: | Bank code assigned by central bank | BNH |
23+
| `country` | *OptionalNullable[str]* | :heavy_minus_sign: | Country code according to ISO 3166-1 alpha-2. | US |
24+
| `status` | [OptionalNullable[models.AccountingBankAccountStatus]](../models/accountingbankaccountstatus.md) | :heavy_minus_sign: | The status of the bank account | active |
25+
| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | Description or notes about the bank account | Primary operating account for daily transactions |
26+
| `custom_fields` | List[[models.CustomField](../models/customfield.md)] | :heavy_minus_sign: | N/A | |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# AccountingBankAccountsAddGlobals
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
8+
| `consumer_id` | *Optional[str]* | :heavy_minus_sign: | ID of the consumer which you want to get or push data from | test-consumer |
9+
| `app_id` | *Optional[str]* | :heavy_minus_sign: | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |

0 commit comments

Comments
 (0)