Skip to content

Commit bdc3c4a

Browse files
authored
Merge pull request #42 from apideck-libraries/speakeasy-sdk-regen-1747324051
chore: 🐝 Update SDK - Generate 0.15.1
2 parents d3cafa7 + 2bdd937 commit bdc3c4a

File tree

65 files changed

+3326
-4393
lines changed

Some content is hidden

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

65 files changed

+3326
-4393
lines changed

.speakeasy/gen.lock

Lines changed: 1486 additions & 1487 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,7 +19,7 @@ generation:
1919
oAuth2ClientCredentialsEnabled: true
2020
oAuth2PasswordEnabled: true
2121
python:
22-
version: 0.15.0
22+
version: 0.15.1
2323
additionalDependencies:
2424
dev: {}
2525
main: {}
@@ -47,8 +47,10 @@ python:
4747
inputModelSuffix: input
4848
maxMethodParams: 999
4949
methodArguments: infer-optional-args
50+
moduleName: ""
5051
outputModelSuffix: output
5152
packageName: apideck-unify
53+
pytestFilterWarnings: []
5254
pytestTimeout: 0
5355
responseFormat: envelope-http
5456
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.545.0
1+
speakeasyVersion: 1.546.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:9d29327a215c002ab498103c45f4dbd16e5c5ed9e35b9d600dfe4bda62224137
6-
sourceBlobDigest: sha256:0f081d5c1d874e9d1ca5f72be3d9947fd8e19bf3ab4331ec9366551e26b7760d
5+
sourceRevisionDigest: sha256:c87e794aadfbc04ebc1da8d587cd6f36a00cdd6dbcaea05aac6408cda694a3d7
6+
sourceBlobDigest: sha256:e7ea81ad6eb58e8b0a5fc5fc2d187c7a627766ea711fd013c5755dec2327f265
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747065454
10-
- 10.16.5
9+
- speakeasy-sdk-regen-1747324051
10+
- 10.16.7
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:9d29327a215c002ab498103c45f4dbd16e5c5ed9e35b9d600dfe4bda62224137
16-
sourceBlobDigest: sha256:0f081d5c1d874e9d1ca5f72be3d9947fd8e19bf3ab4331ec9366551e26b7760d
15+
sourceRevisionDigest: sha256:c87e794aadfbc04ebc1da8d587cd6f36a00cdd6dbcaea05aac6408cda694a3d7
16+
sourceBlobDigest: sha256:e7ea81ad6eb58e8b0a5fc5fc2d187c7a627766ea711fd013c5755dec2327f265
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:caa728509431efa10aa33f8e19ac83080949cd635eef44bb81736e6a40e6833d
18+
codeSamplesRevisionDigest: sha256:9b1ce35a44fe4ee0fe5ae71e97301273b2c24c8c2a211665e97f805b57af13a5
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
@@ -238,4 +238,14 @@ Based on:
238238
### Generated
239239
- [python v0.15.0] .
240240
### Releases
241-
- [PyPI v0.15.0] https://pypi.org/project/apideck-unify/0.15.0 - .
241+
- [PyPI v0.15.0] https://pypi.org/project/apideck-unify/0.15.0 - .
242+
243+
## 2025-05-16 09:14:45
244+
### Changes
245+
Based on:
246+
- OpenAPI Doc
247+
- Speakeasy CLI 1.546.0 (2.603.1) https://github.com/speakeasy-api/speakeasy
248+
### Generated
249+
- [python v0.15.1] .
250+
### Releases
251+
- [PyPI v0.15.1] https://pypi.org/project/apideck-unify/0.15.1 - .

docs/models/accountingbillpaymentsallrequest.md

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

docs/models/accountingpaymentsallrequest.md

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

docs/models/expense.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@
2626
| `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
2727
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
2828
| `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 |
29+
| `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
30+
| `created_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who created the object. | 12345 |
2931
| `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. | |

docs/models/expenselineitem.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
| `tax_rate` | [Optional[models.LinkedTaxRate]](../models/linkedtaxrate.md) | :heavy_minus_sign: | N/A | |
1616
| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | The expense line item description | Travel US. |
1717
| `total_amount` | *Nullable[float]* | :heavy_check_mark: | The total amount of the expense line item. | 275 |
18-
| `billable` | *Optional[bool]* | :heavy_minus_sign: | Boolean that indicates if the line item is billable or not. | true |
18+
| `billable` | *Optional[bool]* | :heavy_minus_sign: | Boolean that indicates if the line item is billable or not. | true |
19+
| `line_number` | *OptionalNullable[int]* | :heavy_minus_sign: | Line number of the resource | 1 |

docs/models/expenselineiteminput.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
| `tax_rate` | [Optional[models.LinkedTaxRateInput]](../models/linkedtaxrateinput.md) | :heavy_minus_sign: | N/A | |
1515
| `description` | *OptionalNullable[str]* | :heavy_minus_sign: | The expense line item description | Travel US. |
1616
| `total_amount` | *Nullable[float]* | :heavy_check_mark: | The total amount of the expense line item. | 275 |
17-
| `billable` | *Optional[bool]* | :heavy_minus_sign: | Boolean that indicates if the line item is billable or not. | true |
17+
| `billable` | *Optional[bool]* | :heavy_minus_sign: | Boolean that indicates if the line item is billable or not. | true |
18+
| `line_number` | *OptionalNullable[int]* | :heavy_minus_sign: | Line number of the resource | 1 |

docs/models/paymentsfilter.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+
| `invoice_id` | *Optional[str]* | :heavy_minus_sign: | N/A | 123 |

0 commit comments

Comments
 (0)