Skip to content

Commit 627351d

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.540.1
1 parent 4aa6cd8 commit 627351d

28 files changed

+405
-113
lines changed

.speakeasy/gen.lock

Lines changed: 25 additions & 21 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: false
2121
python:
22-
version: 0.18.0
22+
version: 0.18.1
2323
additionalDependencies:
2424
dev:
2525
pydantic-ai-slim: ^0.1.0

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.540.1
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:74abbbe971a34a66c633efef6ecb23fae822a42aae7f7c0445a1f46916f13bd9
6-
sourceBlobDigest: sha256:9c3c60a2ecad54592b832103ba035a65f3234879086d031ef15fcc2f9f7cb0db
5+
sourceRevisionDigest: sha256:c8a3b2a2e7047db32d582d996bda619c50edee815dd2a5fcd2ce199c2e0c1d7e
6+
sourceBlobDigest: sha256:a91e551d3642dc4f3fe89819ad3ee0f9c8fb808b449f85f750d6af2695a080f9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746004662
9+
- speakeasy-sdk-regen-1746022587
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:74abbbe971a34a66c633efef6ecb23fae822a42aae7f7c0445a1f46916f13bd9
16-
sourceBlobDigest: sha256:9c3c60a2ecad54592b832103ba035a65f3234879086d031ef15fcc2f9f7cb0db
15+
sourceRevisionDigest: sha256:c8a3b2a2e7047db32d582d996bda619c50edee815dd2a5fcd2ce199c2e0c1d7e
16+
sourceBlobDigest: sha256:a91e551d3642dc4f3fe89819ad3ee0f9c8fb808b449f85f750d6af2695a080f9
1717
codeSamplesNamespace: polar-oas-py-code-samples
18-
codeSamplesRevisionDigest: sha256:abe91eff6675f94d693cd6b5489e8bbe5131de277bca747369463c09e97a7d11
18+
codeSamplesRevisionDigest: sha256:18d178e8bea027dd04ff486be39c4ee43501a2d2e7780abf86672875e299a9b1
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
@@ -723,4 +723,14 @@ Based on:
723723
### Generated
724724
- [python v0.18.0] .
725725
### Releases
726-
- [PyPI v0.18.0] https://pypi.org/project/polar-sdk/0.18.0 - .
726+
- [PyPI v0.18.0] https://pypi.org/project/polar-sdk/0.18.0 - .
727+
728+
## 2025-04-30 14:16:10
729+
### Changes
730+
Based on:
731+
- OpenAPI Doc
732+
- Speakeasy CLI 1.540.1 (2.593.4) https://github.com/speakeasy-api/speakeasy
733+
### Generated
734+
- [python v0.18.1] .
735+
### Releases
736+
- [PyPI v0.18.1] https://pypi.org/project/polar-sdk/0.18.1 - .

codeSamples.yaml

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

docs/models/customerorder.md

Lines changed: 27 additions & 22 deletions
Large diffs are not rendered by default.

docs/models/customersupdateexternalrequest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
8-
| `external_id` | *str* | :heavy_check_mark: | The customer external ID. |
9-
| `customer_update` | [models.CustomerUpdate](../models/customerupdate.md) | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
8+
| `external_id` | *str* | :heavy_check_mark: | The customer external ID. |
9+
| `customer_update_external_id` | [models.CustomerUpdateExternalID](../models/customerupdateexternalid.md) | :heavy_check_mark: | N/A |

docs/models/customerupdate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
| Field | Type | Required | Description | Example |
77
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `metadata` | Dict[str, [models.CustomerUpdateMetadata](../models/customerupdatemetadata.md)] | :heavy_minus_sign: | Key-value object allowing you to store additional information.<br/><br/>The key must be a string with a maximum length of **40 characters**.<br/>The value must be either:<br/><br/>* A string with a maximum length of **500 characters**<br/>* An integer<br/>* A floating-point number<br/>* A boolean<br/><br/>You can store up to **50 key-value pairs**. | |
9-
| `external_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated. | usr_1337 |
109
| `email` | *OptionalNullable[str]* | :heavy_minus_sign: | The email address of the customer. This must be unique within the organization. | customer@example.com |
1110
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the customer. | John Doe |
1211
| `billing_address` | [OptionalNullable[models.Address]](../models/address.md) | :heavy_minus_sign: | N/A | |
13-
| `tax_id` | List[[Nullable[models.CustomerUpdateTaxID]](../models/customerupdatetaxid.md)] | :heavy_minus_sign: | N/A | [<br/>"911144442",<br/>"us_ein"<br/>] |
12+
| `tax_id` | List[[Nullable[models.CustomerUpdateTaxID]](../models/customerupdatetaxid.md)] | :heavy_minus_sign: | N/A | [<br/>"911144442",<br/>"us_ein"<br/>] |
13+
| `external_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated. | usr_1337 |

0 commit comments

Comments
 (0)