Skip to content

Commit 8143961

Browse files
authored
Merge pull request #12 from apideck-libraries/speakeasy-sdk-regen-1747353922
chore: 🐝 Update SDK - Generate 0.14.1
2 parents 8a03c0d + b59f50a commit 8143961

File tree

90 files changed

+1439
-3055
lines changed

Some content is hidden

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

90 files changed

+1439
-3055
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.545.0
1+
speakeasyVersion: 1.548.4
22
sources:
33
accounting:
44
sourceNamespace: apideck-accounting-only-oas
5-
sourceRevisionDigest: sha256:36d94ab873cddb45ae85869e93f44bf28f0c0f3171c35571fe9579327ff3d7e4
6-
sourceBlobDigest: sha256:e597b94de9c3ebabe8ede8eff2e032af026fc89e7a591cb7997ca0c6ca31fc22
5+
sourceRevisionDigest: sha256:9219307046c32aa474a28ab827a725703c83b3852b7f5d79aa2156544c104cb5
6+
sourceBlobDigest: sha256:ae4f43cc5a5d7370a036d74356c761eb977126b548877d7b9f1e4e3c50ee7a55
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746230695
10-
- 10.16.5
9+
- speakeasy-sdk-regen-1747353922
10+
- 10.16.7
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:36d94ab873cddb45ae85869e93f44bf28f0c0f3171c35571fe9579327ff3d7e4
23-
sourceBlobDigest: sha256:e597b94de9c3ebabe8ede8eff2e032af026fc89e7a591cb7997ca0c6ca31fc22
22+
sourceRevisionDigest: sha256:9219307046c32aa474a28ab827a725703c83b3852b7f5d79aa2156544c104cb5
23+
sourceBlobDigest: sha256:ae4f43cc5a5d7370a036d74356c761eb977126b548877d7b9f1e4e3c50ee7a55
2424
codeSamplesNamespace: apideck-accounting-only-oas-python-code-samples
25-
codeSamplesRevisionDigest: sha256:7a8c131993ef0d201936bf68b0c571192a59f914bfbc218c29d74344dee37513
25+
codeSamplesRevisionDigest: sha256:de8cbdb37a091410efe8fc8de0e6a752cca315510f40d77fce980fcf17dc7c2b
2626
accounting-ts:
2727
source: accounting
2828
sourceNamespace: accounting

accounting/.speakeasy/gen.lock

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

accounting/.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.14.0
22+
version: 0.14.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-accounting-unify
53+
pytestFilterWarnings: []
5254
pytestTimeout: 0
5355
responseFormat: envelope-http
5456
templateVersion: v2

accounting/README-PYPI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,9 @@ with Apideck(
449449

450450
* [list](https://github.com/apideck-libraries/sdk-python-pack/blob/master/docs/sdks/customfields/README.md#list) - Get resource custom fields
451451

452-
#### [vault.custom_mappings](https://github.com/apideck-libraries/sdk-python-pack/blob/master/docs/sdks/custommappingssdk/README.md)
452+
#### [vault.custom_mappings](https://github.com/apideck-libraries/sdk-python-pack/blob/master/docs/sdks/custommappings/README.md)
453453

454-
* [list](https://github.com/apideck-libraries/sdk-python-pack/blob/master/docs/sdks/custommappingssdk/README.md#list) - List custom mappings
454+
* [list](https://github.com/apideck-libraries/sdk-python-pack/blob/master/docs/sdks/custommappings/README.md#list) - List custom mappings
455455

456456
#### [vault.logs](https://github.com/apideck-libraries/sdk-python-pack/blob/master/docs/sdks/logs/README.md)
457457

accounting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,9 @@ with Apideck(
449449

450450
* [list](docs/sdks/customfields/README.md#list) - Get resource custom fields
451451

452-
#### [vault.custom_mappings](docs/sdks/custommappingssdk/README.md)
452+
#### [vault.custom_mappings](docs/sdks/custommappings/README.md)
453453

454-
* [list](docs/sdks/custommappingssdk/README.md#list) - List custom mappings
454+
* [list](docs/sdks/custommappings/README.md#list) - List custom mappings
455455

456456
#### [vault.logs](docs/sdks/logs/README.md)
457457

accounting/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,14 @@ Based on:
6868
### Generated
6969
- [python v0.14.0] accounting
7070
### Releases
71-
- [PyPI v0.14.0] https://pypi.org/project/apideck-accounting-unify/0.14.0 - accounting
71+
- [PyPI v0.14.0] https://pypi.org/project/apideck-accounting-unify/0.14.0 - accounting
72+
73+
## 2025-05-22 00:05:09
74+
### Changes
75+
Based on:
76+
- OpenAPI Doc
77+
- Speakeasy CLI 1.548.4 (2.605.6) https://github.com/speakeasy-api/speakeasy
78+
### Generated
79+
- [python v0.14.1] accounting
80+
### Releases
81+
- [PyPI v0.14.1] https://pypi.org/project/apideck-accounting-unify/0.14.1 - accounting

accounting/docs/models/accountingbillpaymentsallrequest.md

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

accounting/docs/models/accountingdepartment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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 | |
1313
| `code` | *Optional[str]* | :heavy_minus_sign: | The code of the department. | 123 |
14-
| `custom_mappings` | [OptionalNullable[models.CustomMappings]](../models/custommappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
14+
| `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
1515
| `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 |
1616
| `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
1717
| `created_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who created the object. | 12345 |

accounting/docs/models/accountinglocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| `status` | [Optional[models.LocationStatus]](../models/locationstatus.md) | :heavy_minus_sign: | Based on the status some functionality is enabled or disabled. | active |
1313
| `addresses` | List[[models.Address](../models/address.md)] | :heavy_minus_sign: | N/A | |
1414
| `subsidiaries` | List[[models.SubsidiaryReference](../models/subsidiaryreference.md)] | :heavy_minus_sign: | N/A | |
15-
| `custom_mappings` | [OptionalNullable[models.CustomMappings]](../models/custommappings.md) | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
15+
| `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
1616
| `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 |
1717
| `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
1818
| `created_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who created the object. | 12345 |

0 commit comments

Comments
 (0)