Skip to content

Commit 648b56b

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.456.0
1 parent 94b734d commit 648b56b

Some content is hidden

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

56 files changed

+890
-561
lines changed

.speakeasy/gen.lock

+252-138
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: false
1818
python:
19-
version: 0.10.0
19+
version: 0.11.0
2020
additionalDependencies:
2121
dev:
2222
pytest: ^8.3.3

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.455.5
1+
speakeasyVersion: 1.456.0
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:5f642f4be299fc0a21691e07260b56a1dde09e20d467efb0b282447c5fca06a6
6-
sourceBlobDigest: sha256:746fb8a17154acb4253dd58e3b93f50646552e700f06a7c253bfdd8dffc219a0
5+
sourceRevisionDigest: sha256:bf5ff5b95a411e176747cc3d436aa5e5587c97a32cf7d19697fad3bbf66de6a2
6+
sourceBlobDigest: sha256:937f1e89736ba0d1ed3c2affd965fdb1e7213012c7b7f15b20541a9e9f829620
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1734355597
9+
- speakeasy-sdk-regen-1734426902
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:5f642f4be299fc0a21691e07260b56a1dde09e20d467efb0b282447c5fca06a6
16-
sourceBlobDigest: sha256:746fb8a17154acb4253dd58e3b93f50646552e700f06a7c253bfdd8dffc219a0
15+
sourceRevisionDigest: sha256:bf5ff5b95a411e176747cc3d436aa5e5587c97a32cf7d19697fad3bbf66de6a2
16+
sourceBlobDigest: sha256:937f1e89736ba0d1ed3c2affd965fdb1e7213012c7b7f15b20541a9e9f829620
1717
codeSamplesNamespace: polar-oas-code-samples
18-
codeSamplesRevisionDigest: sha256:2646f0e25ec24b3d90d3ad8337bc12ee77e3a2bb4317adae15300e210b9377c3
18+
codeSamplesRevisionDigest: sha256:6d72157e60f4b6c750710d45f83796e1d03eec680f8aa712d0e076c995a8280c
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ with Polar() as polar:
234234
"required": True,
235235
},
236236
],
237+
customer_metadata={
238+
"key": "<value>",
239+
"key1": "<value>",
240+
},
237241
payment_processor=polar_sdk.PaymentProcessor.STRIPE,
238242
),
239243
type=polar_sdk.WebhookCheckoutCreatedPayloadType.CHECKOUT_CREATED,
@@ -435,6 +439,10 @@ async def main():
435439
"required": True,
436440
},
437441
],
442+
customer_metadata={
443+
"key": "<value>",
444+
"key1": "<value>",
445+
},
438446
payment_processor=polar_sdk.PaymentProcessor.STRIPE,
439447
),
440448
type=polar_sdk.WebhookCheckoutCreatedPayloadType.CHECKOUT_CREATED,

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,14 @@ Based on:
383383
### Generated
384384
- [python v0.10.0] .
385385
### Releases
386-
- [PyPI v0.10.0] https://pypi.org/project/polar-sdk/0.10.0 - .
386+
- [PyPI v0.10.0] https://pypi.org/project/polar-sdk/0.10.0 - .
387+
388+
## 2024-12-18 08:38:26
389+
### Changes
390+
Based on:
391+
- OpenAPI Doc
392+
- Speakeasy CLI 1.456.0 (2.481.0) https://github.com/speakeasy-api/speakeasy
393+
### Generated
394+
- [python v0.11.0] .
395+
### Releases
396+
- [PyPI v0.11.0] https://pypi.org/project/polar-sdk/0.11.0 - .

codeSamples.yaml

+3-3
Large diffs are not rendered by default.

docs/models/benefitcustom.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Use it to grant any kind of benefit that doesn't fit in the other types.
77

88
## Fields
99

10-
| Field | Type | Required | Description |
11-
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
12-
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Creation timestamp of the object. |
13-
| `modified_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Last modification timestamp of the object. |
14-
| `id` | *str* | :heavy_check_mark: | The ID of the benefit. |
15-
| `description` | *str* | :heavy_check_mark: | The description of the benefit. |
16-
| `selectable` | *bool* | :heavy_check_mark: | Whether the benefit is selectable when creating a product. |
17-
| `deletable` | *bool* | :heavy_check_mark: | Whether the benefit is deletable. |
18-
| `organization_id` | *str* | :heavy_check_mark: | The ID of the organization owning the benefit. |
19-
| `properties` | [models.BenefitCustomProperties](../models/benefitcustomproperties.md) | :heavy_check_mark: | Properties for a benefit of type `custom`. |
20-
| `is_tax_applicable` | *bool* | :heavy_check_mark: | Whether the benefit is taxable. |
21-
| `type` | [models.BenefitCustomType](../models/benefitcustomtype.md) | :heavy_check_mark: | N/A |
10+
| Field | Type | Required | Description |
11+
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
12+
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Creation timestamp of the object. |
13+
| `modified_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Last modification timestamp of the object. |
14+
| `id` | *str* | :heavy_check_mark: | The ID of the benefit. |
15+
| `description` | *str* | :heavy_check_mark: | The description of the benefit. |
16+
| `selectable` | *bool* | :heavy_check_mark: | Whether the benefit is selectable when creating a product. |
17+
| `deletable` | *bool* | :heavy_check_mark: | Whether the benefit is deletable. |
18+
| `organization_id` | *str* | :heavy_check_mark: | The ID of the organization owning the benefit. |
19+
| `properties` | [models.BenefitCustomProperties](../models/benefitcustomproperties.md) | :heavy_check_mark: | Properties for a benefit of type `custom`. |
20+
| ~~`is_tax_applicable`~~ | *bool* | :heavy_check_mark: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
21+
| `type` | [models.BenefitCustomType](../models/benefitcustomtype.md) | :heavy_check_mark: | N/A |

docs/models/benefitcustomcreate.md

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Schema to create a benefit of type `custom`.
88
| Field | Type | Required | Description |
99
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
1010
| `description` | *str* | :heavy_check_mark: | The description of the benefit. Will be displayed on products having this benefit. |
11-
| `is_tax_applicable` | *bool* | :heavy_check_mark: | Whether the benefit is taxable. |
1211
| `properties` | [models.BenefitCustomCreateProperties](../models/benefitcustomcreateproperties.md) | :heavy_check_mark: | Properties for creating a benefit of type `custom`. |
1312
| `type` | [models.BenefitCustomCreateType](../models/benefitcustomcreatetype.md) | :heavy_check_mark: | N/A |
1413
| `organization_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the organization owning the benefit. **Required unless you use an organization token.** |

0 commit comments

Comments
 (0)