Skip to content

Commit dca5b2a

Browse files
authored
Merge pull request #8 from apideck-libraries/speakeasy-sdk-regen-1744382822
chore: 🐝 Update SDK - Generate 0.12.0
2 parents 6a58198 + a59788a commit dca5b2a

File tree

95 files changed

+1013
-868
lines changed

Some content is hidden

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

95 files changed

+1013
-868
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.531.0
1+
speakeasyVersion: 1.537.0
22
sources:
33
accounting:
44
sourceNamespace: apideck-accounting-only-oas
5-
sourceRevisionDigest: sha256:24096027786c0e55d8ccb1c632949cd2050402fc9ee0a514d894e74f3895efa9
6-
sourceBlobDigest: sha256:4200436bc7e18e263494800f3af3b5008fe47ccec5503b543fd27b62fed59ca6
5+
sourceRevisionDigest: sha256:75c224edb00d73aa60f62a0075d908560d8db919cd55ab8ca3ec3ce84ef2ed94
6+
sourceBlobDigest: sha256:e0356494399782addc098dfb7e231ab8409a591907b88c09520d2d0bfe295d57
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744101202
10-
- 10.14.1
9+
- speakeasy-sdk-regen-1744382822
10+
- 10.16.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:24096027786c0e55d8ccb1c632949cd2050402fc9ee0a514d894e74f3895efa9
23-
sourceBlobDigest: sha256:4200436bc7e18e263494800f3af3b5008fe47ccec5503b543fd27b62fed59ca6
22+
sourceRevisionDigest: sha256:75c224edb00d73aa60f62a0075d908560d8db919cd55ab8ca3ec3ce84ef2ed94
23+
sourceBlobDigest: sha256:e0356494399782addc098dfb7e231ab8409a591907b88c09520d2d0bfe295d57
2424
codeSamplesNamespace: apideck-accounting-only-oas-python-code-samples
25-
codeSamplesRevisionDigest: sha256:cb5f6fecd0bbf7448f144e3f10e291095e2558c5dea729067e4500680b413905
25+
codeSamplesRevisionDigest: sha256:234ec945e5c7bb06743ead0efedef87416e277c0fbf77172fa15a632d60008e5
2626
accounting-ts:
2727
source: accounting
2828
sourceNamespace: accounting

accounting/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
README-PYPI.md
2+
.speakeasy/temp/
13
.venv/
24
venv/
35
src/*.egg-info/

accounting/.speakeasy/gen.lock

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

accounting/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: true
2020
python:
21-
version: 0.11.1
21+
version: 0.12.0
2222
additionalDependencies:
2323
dev: {}
2424
main: {}

accounting/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,14 @@ Based on:
3838
### Generated
3939
- [python v0.11.1] accounting
4040
### Releases
41-
- [PyPI v0.11.1] https://pypi.org/project/apideck-accounting-unify/0.11.1 - accounting
41+
- [PyPI v0.11.1] https://pypi.org/project/apideck-accounting-unify/0.11.1 - accounting
42+
43+
## 2025-04-22 00:04:51
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc
47+
- Speakeasy CLI 1.537.0 (2.588.0) https://github.com/speakeasy-api/speakeasy
48+
### Generated
49+
- [python v0.12.0] accounting
50+
### Releases
51+
- [PyPI v0.12.0] https://pypi.org/project/apideck-accounting-unify/0.12.0 - accounting

accounting/docs/models/accountingdepartment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the department. | Sales |
1111
| `status` | [Optional[models.DepartmentStatus]](../models/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1212
| `subsidiaries` | List[[models.SubsidiaryReference](../models/subsidiaryreference.md)] | :heavy_minus_sign: | N/A | |
13+
| `code` | *Optional[str]* | :heavy_minus_sign: | The code of the department. | 123 |
1314
| `custom_mappings` | [OptionalNullable[models.CustomMappings]](../models/custommappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
1415
| `row_version` | *OptionalNullable[str]* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
1516
| `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 |

accounting/docs/models/accountingdepartmentinput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the department. | Sales |
1010
| `status` | [Optional[models.DepartmentStatus]](../models/departmentstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1111
| `subsidiaries` | List[[models.SubsidiaryReferenceInput](../models/subsidiaryreferenceinput.md)] | :heavy_minus_sign: | N/A | |
12+
| `code` | *Optional[str]* | :heavy_minus_sign: | The code of the department. | 123 |
1213
| `row_version` | *OptionalNullable[str]* | :heavy_minus_sign: | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
1314
| `pass_through` | List[[models.PassThroughBody](../models/passthroughbody.md)] | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |

accounting/docs/models/invoice.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
| `shipping_address` | [Optional[models.Address]](../models/address.md) | :heavy_minus_sign: | N/A | |
3838
| `template_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Optional invoice template | 123456 |
3939
| `source_document_url` | *OptionalNullable[str]* | :heavy_minus_sign: | URL link to a source document - shown as 'Go to [appName]' in the downstream app. Currently only supported for Xero. | https://www.invoicesolution.com/invoice/123456 |
40+
| `payment_allocations` | List[[models.PaymentAllocations](../models/paymentallocations.md)] | :heavy_minus_sign: | IDs of payments made on the invoice | |
4041
| `payment_method` | *OptionalNullable[str]* | :heavy_minus_sign: | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | cash |
4142
| `channel` | *OptionalNullable[str]* | :heavy_minus_sign: | The channel through which the transaction is processed. | email |
4243
| `language` | *OptionalNullable[str]* | :heavy_minus_sign: | language code according to ISO 639-1. For the United States - EN | EN |

0 commit comments

Comments
 (0)