Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 771260a

Browse files
authored
Merge pull request #14 from apideck-libraries/speakeasy-sdk-regen-1748304302
chore: 🐝 Update SDK - Generate 0.16.0
2 parents 1766ed8 + d328656 commit 771260a

Some content is hidden

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

56 files changed

+549
-247
lines changed

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
speakeasyVersion: 1.551.0
1+
speakeasyVersion: 1.554.1
22
sources:
33
accounting:
44
sourceNamespace: apideck-accounting-only-oas
5-
sourceRevisionDigest: sha256:4e15a2f624a591c164d04f53055f3dabac3c4261cfc9c8589c46ce8e60ece11f
6-
sourceBlobDigest: sha256:5892930aa87b7e7b8c81797872017a46a55ba92a11cfdf4559031adbba3f97dc
5+
sourceRevisionDigest: sha256:07f00dd1d80112ff7b0cd20f760547d7d794f77f99f52977c8b16493f85728a5
6+
sourceBlobDigest: sha256:031ea6d40063706f7d27efc31ec09f35d18017945c4a7d419c90a7e948957cc8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748045101
10-
- 10.16.8
9+
- speakeasy-sdk-regen-1748304302
10+
- 10.17.2
1111
lending:
1212
sourceNamespace: lending
1313
sourceRevisionDigest: sha256:178885971cf1c04155e742359cad4b10d0eba3a8d7de8e7a64d2e33a0678995d
@@ -19,10 +19,10 @@ targets:
1919
accounting-py:
2020
source: accounting
2121
sourceNamespace: apideck-accounting-only-oas
22-
sourceRevisionDigest: sha256:4e15a2f624a591c164d04f53055f3dabac3c4261cfc9c8589c46ce8e60ece11f
23-
sourceBlobDigest: sha256:5892930aa87b7e7b8c81797872017a46a55ba92a11cfdf4559031adbba3f97dc
22+
sourceRevisionDigest: sha256:07f00dd1d80112ff7b0cd20f760547d7d794f77f99f52977c8b16493f85728a5
23+
sourceBlobDigest: sha256:031ea6d40063706f7d27efc31ec09f35d18017945c4a7d419c90a7e948957cc8
2424
codeSamplesNamespace: apideck-accounting-only-oas-python-code-samples
25-
codeSamplesRevisionDigest: sha256:ec1f3d7a162cc6a10003636b9d0c8e953027fa3581bd476f812ed5ae4f1b9be0
25+
codeSamplesRevisionDigest: sha256:2c637e1c1d81342f5e869ec43b968a4e1818dbf62ce06ea4e0045ad8f2d9b5e1
2626
accounting-ts:
2727
source: accounting
2828
sourceNamespace: accounting

accounting/.speakeasy/gen.lock

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

accounting/.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ generation:
77
maintainOpenAPIOrder: true
88
usageSnippets:
99
optionalPropertyRendering: withExample
10+
sdkInitStyle: constructor
1011
useClassNamesForArrayFields: true
1112
fixes:
1213
nameResolutionDec2023: true
@@ -19,7 +20,7 @@ generation:
1920
oAuth2ClientCredentialsEnabled: true
2021
oAuth2PasswordEnabled: true
2122
python:
22-
version: 0.15.0
23+
version: 0.16.0
2324
additionalDependencies:
2425
dev: {}
2526
main: {}

accounting/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,14 @@ Based on:
8888
### Generated
8989
- [python v0.15.0] accounting
9090
### Releases
91-
- [PyPI v0.15.0] https://pypi.org/project/apideck-accounting-unify/0.15.0 - accounting
91+
- [PyPI v0.15.0] https://pypi.org/project/apideck-accounting-unify/0.15.0 - accounting
92+
93+
## 2025-05-30 00:05:10
94+
### Changes
95+
Based on:
96+
- OpenAPI Doc
97+
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
98+
### Generated
99+
- [python v0.16.0] accounting
100+
### Releases
101+
- [PyPI v0.16.0] https://pypi.org/project/apideck-accounting-unify/0.16.0 - accounting

accounting/docs/models/journalentry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| `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 |
1212
| `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company or subsidiary id the transaction belongs to | 12345 |
1313
| `line_items` | List[[models.JournalEntryLineItem](../models/journalentrylineitem.md)] | :heavy_minus_sign: | Requires a minimum of 2 line items that sum to 0 | |
14+
| `status` | [OptionalNullable[models.JournalEntryStatus]](../models/journalentrystatus.md) | :heavy_minus_sign: | Journal entry status | draft |
1415
| `memo` | *OptionalNullable[str]* | :heavy_minus_sign: | Reference for the journal entry. | Thank you for your business and have a great day! |
1516
| `posted_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | This is the date on which the journal entry was added. This can be different from the creation date and can also be backdated. | 2020-09-30T07:43:32.000Z |
1617
| `journal_symbol` | *OptionalNullable[str]* | :heavy_minus_sign: | Journal symbol of the entry. For example IND for indirect costs | IND |

accounting/docs/models/journalentryinput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| `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 |
1111
| `company_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The company or subsidiary id the transaction belongs to | 12345 |
1212
| `line_items` | List[[models.JournalEntryLineItemInput](../models/journalentrylineiteminput.md)] | :heavy_minus_sign: | Requires a minimum of 2 line items that sum to 0 | |
13+
| `status` | [OptionalNullable[models.JournalEntryStatus]](../models/journalentrystatus.md) | :heavy_minus_sign: | Journal entry status | draft |
1314
| `memo` | *OptionalNullable[str]* | :heavy_minus_sign: | Reference for the journal entry. | Thank you for your business and have a great day! |
1415
| `posted_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | This is the date on which the journal entry was added. This can be different from the creation date and can also be backdated. | 2020-09-30T07:43:32.000Z |
1516
| `journal_symbol` | *OptionalNullable[str]* | :heavy_minus_sign: | Journal symbol of the entry. For example IND for indirect costs | IND |
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# JournalEntryStatus
2+
3+
Journal entry status
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------------------ | ------------------ |
10+
| `DRAFT` | draft |
11+
| `PENDING_APPROVAL` | pending_approval |
12+
| `APPROVED` | approved |
13+
| `POSTED` | posted |
14+
| `VOIDED` | voided |
15+
| `REJECTED` | rejected |
16+
| `DELETED` | deleted |

0 commit comments

Comments
 (0)