Skip to content

Commit d4a37f8

Browse files
authored
Merge pull request #51 from apideck-libraries/speakeasy-sdk-regen-1750931281
chore: 🐝 Update SDK - Generate 0.19.0
2 parents e956af9 + 064d7a6 commit d4a37f8

File tree

896 files changed

+99733
-40
lines changed

Some content is hidden

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

896 files changed

+99733
-40
lines changed

.speakeasy/gen.lock

Lines changed: 887 additions & 6 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ generation:
1919
auth:
2020
oAuth2ClientCredentialsEnabled: true
2121
oAuth2PasswordEnabled: true
22+
tests:
23+
generateTests: true
24+
generateNewTests: false
25+
skipResponseBodyAssertions: false
2226
python:
23-
version: 0.18.0
27+
version: 0.19.0
2428
additionalDependencies:
2529
dev: {}
2630
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.568.0
1+
speakeasyVersion: 1.570.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:ad760ed44b7d60c858ea3d1136a7c79e905e1f2574e5bec9bffb62328d82867b
6-
sourceBlobDigest: sha256:a761c9ee266e63a8a31116d1f991fd23da703ad75180498168769de82fd9bef9
5+
sourceRevisionDigest: sha256:92f29919dab3af53e6278cecca2b95c38d5977dcc46fb4d9086360225ea2fd48
6+
sourceBlobDigest: sha256:312c9a0c323d213f0d91e2124e1feb346c5657e76b815a7a9b1bbcf6b5beb357
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749932059
9+
- speakeasy-sdk-regen-1750931281
1010
- 10.18.0
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:ad760ed44b7d60c858ea3d1136a7c79e905e1f2574e5bec9bffb62328d82867b
16-
sourceBlobDigest: sha256:a761c9ee266e63a8a31116d1f991fd23da703ad75180498168769de82fd9bef9
15+
sourceRevisionDigest: sha256:92f29919dab3af53e6278cecca2b95c38d5977dcc46fb4d9086360225ea2fd48
16+
sourceBlobDigest: sha256:312c9a0c323d213f0d91e2124e1feb346c5657e76b815a7a9b1bbcf6b5beb357
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:e6a87210d7b1a5a5627c02e79efa236205a809ca069a392aa00e5fe73687737f
18+
codeSamplesRevisionDigest: sha256:9f78fe93304d35cc64773e1adb027e0a6bb591ee982759f7b19b4deac7e0b490
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
@@ -318,4 +318,14 @@ Based on:
318318
### Generated
319319
- [python v0.18.0] .
320320
### Releases
321-
- [PyPI v0.18.0] https://pypi.org/project/apideck-unify/0.18.0 - .
321+
- [PyPI v0.18.0] https://pypi.org/project/apideck-unify/0.18.0 - .
322+
323+
## 2025-06-26 09:47:43
324+
### Changes
325+
Based on:
326+
- OpenAPI Doc
327+
- Speakeasy CLI 1.570.1 (2.638.1) https://github.com/speakeasy-api/speakeasy
328+
### Generated
329+
- [python v0.19.0] .
330+
### Releases
331+
- [PyPI v0.19.0] https://pypi.org/project/apideck-unify/0.19.0 - .

docs/models/accountingledgeraccountsallrequest.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/models/classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Classification
22

3-
The classification of account.
3+
Filter by account classification.
44

55

66
## Values

docs/models/ledgeraccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| `display_id` | *Optional[str]* | :heavy_minus_sign: | The human readable display ID used when displaying the account | 1-12345 |
1010
| ~~`nominal_code`~~ | *OptionalNullable[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The nominal code of the ledger account. | N091 |
1111
| `code` | *OptionalNullable[str]* | :heavy_minus_sign: | The code assigned to the account. | 453 |
12-
| `classification` | [OptionalNullable[models.Classification]](../models/classification.md) | :heavy_minus_sign: | The classification of account. | asset |
12+
| `classification` | [OptionalNullable[models.LedgerAccountClassification]](../models/ledgeraccountclassification.md) | :heavy_minus_sign: | The classification of account. | asset |
1313
| `type` | [Optional[models.LedgerAccountType]](../models/ledgeraccounttype.md) | :heavy_minus_sign: | The type of account. | bank |
1414
| `sub_type` | *OptionalNullable[str]* | :heavy_minus_sign: | The sub type of account. | CHECKING_ACCOUNT |
1515
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the account. | Bank account |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# LedgerAccountClassification
2+
3+
The classification of account.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ---------------- | ---------------- |
10+
| `ASSET` | asset |
11+
| `EQUITY` | equity |
12+
| `EXPENSE` | expense |
13+
| `LIABILITY` | liability |
14+
| `REVENUE` | revenue |
15+
| `INCOME` | income |
16+
| `OTHER_INCOME` | other_income |
17+
| `OTHER_EXPENSE` | other_expense |
18+
| `COSTS_OF_SALES` | costs_of_sales |
19+
| `OTHER` | other |

docs/models/ledgeraccountinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| `display_id` | *Optional[str]* | :heavy_minus_sign: | The human readable display ID used when displaying the account | 1-12345 |
99
| ~~`nominal_code`~~ | *OptionalNullable[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The nominal code of the ledger account. | N091 |
1010
| `code` | *OptionalNullable[str]* | :heavy_minus_sign: | The code assigned to the account. | 453 |
11-
| `classification` | [OptionalNullable[models.Classification]](../models/classification.md) | :heavy_minus_sign: | The classification of account. | asset |
11+
| `classification` | [OptionalNullable[models.LedgerAccountClassification]](../models/ledgeraccountclassification.md) | :heavy_minus_sign: | The classification of account. | asset |
1212
| `type` | [Optional[models.LedgerAccountType]](../models/ledgeraccounttype.md) | :heavy_minus_sign: | The type of account. | bank |
1313
| `sub_type` | *OptionalNullable[str]* | :heavy_minus_sign: | The sub type of account. | CHECKING_ACCOUNT |
1414
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the account. | Bank account |

docs/models/ledgeraccountsfilter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
| Field | Type | Required | Description | Example |
77
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
8-
| `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
8+
| `updated_since` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A | 2020-09-30T07:43:32.000Z |
9+
| `classification` | [Optional[models.Classification]](../models/classification.md) | :heavy_minus_sign: | Filter by account classification. | asset |

0 commit comments

Comments
 (0)