Skip to content

Commit 18eb40e

Browse files
authored
Merge pull request #44 from apideck-libraries/speakeasy-sdk-regen-1747735046
chore: 🐝 Update SDK - Generate 0.15.2
2 parents d682e3c + 5b87d91 commit 18eb40e

File tree

122 files changed

+997
-1054
lines changed

Some content is hidden

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

122 files changed

+997
-1054
lines changed

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 1 addition & 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.1
22+
version: 0.15.2
2323
additionalDependencies:
2424
dev: {}
2525
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.546.0
1+
speakeasyVersion: 1.548.4
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:c87e794aadfbc04ebc1da8d587cd6f36a00cdd6dbcaea05aac6408cda694a3d7
6-
sourceBlobDigest: sha256:e7ea81ad6eb58e8b0a5fc5fc2d187c7a627766ea711fd013c5755dec2327f265
5+
sourceRevisionDigest: sha256:2ce7ed6b9a5b92dcd1be2bbe0783a095b389df53ae58abaf42b194b606988be0
6+
sourceBlobDigest: sha256:1621aeff3c31574f6f1380d06b2594609dab16b8d622bcbc810fe7abe1d82fa2
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747324051
9+
- speakeasy-sdk-regen-1747735046
1010
- 10.16.7
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:c87e794aadfbc04ebc1da8d587cd6f36a00cdd6dbcaea05aac6408cda694a3d7
16-
sourceBlobDigest: sha256:e7ea81ad6eb58e8b0a5fc5fc2d187c7a627766ea711fd013c5755dec2327f265
15+
sourceRevisionDigest: sha256:2ce7ed6b9a5b92dcd1be2bbe0783a095b389df53ae58abaf42b194b606988be0
16+
sourceBlobDigest: sha256:1621aeff3c31574f6f1380d06b2594609dab16b8d622bcbc810fe7abe1d82fa2
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:9b1ce35a44fe4ee0fe5ae71e97301273b2c24c8c2a211665e97f805b57af13a5
18+
codeSamplesRevisionDigest: sha256:749c6d66857d9bde9573c29b71a1ae81eb934020192aefb24a4e3dcc5f020604
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

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

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

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

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

745745
#### [vault.logs](docs/sdks/logs/README.md)
746746

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,14 @@ Based on:
248248
### Generated
249249
- [python v0.15.1] .
250250
### Releases
251-
- [PyPI v0.15.1] https://pypi.org/project/apideck-unify/0.15.1 - .
251+
- [PyPI v0.15.1] https://pypi.org/project/apideck-unify/0.15.1 - .
252+
253+
## 2025-05-22 00:18:49
254+
### Changes
255+
Based on:
256+
- OpenAPI Doc
257+
- Speakeasy CLI 1.548.4 (2.605.6) https://github.com/speakeasy-api/speakeasy
258+
### Generated
259+
- [python v0.15.2] .
260+
### Releases
261+
- [PyPI v0.15.2] https://pypi.org/project/apideck-unify/0.15.2 - .

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 |

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)