Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 45 additions & 44 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
python:
version: 0.10.1
version: 0.11.1
additionalDependencies:
dev: {}
main: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.531.0
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:a1d949f00079636b5a621b20b0d0257e340152123c11e4bd49970bebfb80ac78
sourceBlobDigest: sha256:906b149a050d755018fe4c94262c6d4f38ceab3045fbee0faca173c5344c7cfb
sourceRevisionDigest: sha256:5326cc06f815c421d0371ad0dc61bdaa1a0b516d4778b7ee5f618380c72f686d
sourceBlobDigest: sha256:34803a8c494bacaca4b7e1422b5aed969b8a90ed7a17f5a1921b7084538fcad6
tags:
- latest
- speakeasy-sdk-regen-1744101387
- 10.14.1
- speakeasy-sdk-regen-1744214944
- 10.15.2
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:a1d949f00079636b5a621b20b0d0257e340152123c11e4bd49970bebfb80ac78
sourceBlobDigest: sha256:906b149a050d755018fe4c94262c6d4f38ceab3045fbee0faca173c5344c7cfb
sourceRevisionDigest: sha256:5326cc06f815c421d0371ad0dc61bdaa1a0b516d4778b7ee5f618380c72f686d
sourceBlobDigest: sha256:34803a8c494bacaca4b7e1422b5aed969b8a90ed7a17f5a1921b7084538fcad6
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:cdf9f27190df71f83569595ba756dba937e801ad21a358c603c153eea9ea4002
codeSamplesRevisionDigest: sha256:04e18f11a2b8f4b54f9457f9aa310be9458c22188270b16c030241558c748217
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,14 @@ Based on:
### Generated
- [python v0.10.1] .
### Releases
- [PyPI v0.10.1] https://pypi.org/project/apideck-unify/0.10.1 - .
- [PyPI v0.10.1] https://pypi.org/project/apideck-unify/0.10.1 - .

## 2025-04-11 14:35:24
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.531.0 (2.568.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.11.1] .
### Releases
- [PyPI v0.11.1] https://pypi.org/project/apideck-unify/0.11.1 - .
1 change: 1 addition & 0 deletions docs/models/invoice.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
| `shipping_address` | [Optional[models.Address]](../models/address.md) | :heavy_minus_sign: | N/A | |
| `template_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Optional invoice template | 123456 |
| `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 |
| `payment_allocations` | List[[models.PaymentAllocations](../models/paymentallocations.md)] | :heavy_minus_sign: | IDs of payments made on the invoice | |
| `payment_method` | *OptionalNullable[str]* | :heavy_minus_sign: | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | cash |
| `channel` | *OptionalNullable[str]* | :heavy_minus_sign: | The channel through which the transaction is processed. | email |
| `language` | *OptionalNullable[str]* | :heavy_minus_sign: | language code according to ISO 639-1. For the United States - EN | EN |
Expand Down
1 change: 1 addition & 0 deletions docs/models/invoiceinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
| `shipping_address` | [Optional[models.Address]](../models/address.md) | :heavy_minus_sign: | N/A | |
| `template_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Optional invoice template | 123456 |
| `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 |
| `payment_allocations` | List[[models.PaymentAllocations](../models/paymentallocations.md)] | :heavy_minus_sign: | IDs of payments made on the invoice | |
| `payment_method` | *OptionalNullable[str]* | :heavy_minus_sign: | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | cash |
| `channel` | *OptionalNullable[str]* | :heavy_minus_sign: | The channel through which the transaction is processed. | email |
| `language` | *OptionalNullable[str]* | :heavy_minus_sign: | language code according to ISO 639-1. For the United States - EN | EN |
Expand Down
10 changes: 10 additions & 0 deletions docs/models/paymentallocations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# PaymentAllocations


## Fields

| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `id` | *Optional[str]* | :heavy_minus_sign: | ID of the payment | 123456 |
| `allocated_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Amount of the payment allocated to the invoice | 1000 |
| `date_` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Date of the payment | 2020-09-30T07:43:32.000Z |
Loading