Skip to content

Commit e2c15ad

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.527.1
1 parent c0a359e commit e2c15ad

File tree

122 files changed

+4697
-1629
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

+4697
-1629
lines changed

.speakeasy/gen.lock

+417-432
Large diffs are not rendered by default.

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: false
2020
python:
21-
version: 0.16.11
21+
version: 0.16.13
2222
additionalDependencies:
2323
dev:
2424
pytest: ^8.3.3

.speakeasy/workflow.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.527.1
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:0ac7bc567f03acd4fc259e670464b21316958aaf9b0409c34642d639b5a8047f
6-
sourceBlobDigest: sha256:5cddc184176cae393b3a61eb84da432174ed99573c510d70d17ca69479f8eb2f
5+
sourceRevisionDigest: sha256:fba929fed8be1e3512ae409caa1bb84d35493a45750fa3be66c21a949c971d0e
6+
sourceBlobDigest: sha256:2719930aca074bf7d7c5afe35c30d486afda2f05ea1f227ce9925818b13d982e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1743120761
9+
- speakeasy-sdk-regen-1743639182
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:0ac7bc567f03acd4fc259e670464b21316958aaf9b0409c34642d639b5a8047f
16-
sourceBlobDigest: sha256:5cddc184176cae393b3a61eb84da432174ed99573c510d70d17ca69479f8eb2f
15+
sourceRevisionDigest: sha256:fba929fed8be1e3512ae409caa1bb84d35493a45750fa3be66c21a949c971d0e
16+
sourceBlobDigest: sha256:2719930aca074bf7d7c5afe35c30d486afda2f05ea1f227ce9925818b13d982e
1717
codeSamplesNamespace: polar-oas-py-code-samples
18-
codeSamplesRevisionDigest: sha256:cfa9a8a5f94ba722626dd20dce761cc1f85bda8b04682adaf613b1ed8f611e0f
18+
codeSamplesRevisionDigest: sha256:8d1798707b2668e243a888652809a7e3bd20ca7e8539a01cc8057f42e114b191
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

+214-627
Large diffs are not rendered by default.

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -653,4 +653,14 @@ Based on:
653653
### Generated
654654
- [python v0.16.11] .
655655
### Releases
656-
- [PyPI v0.16.11] https://pypi.org/project/polar-sdk/0.16.11 - .
656+
- [PyPI v0.16.11] https://pypi.org/project/polar-sdk/0.16.11 - .
657+
658+
## 2025-04-11 11:57:02
659+
### Changes
660+
Based on:
661+
- OpenAPI Doc
662+
- Speakeasy CLI 1.527.1 (2.564.5) https://github.com/speakeasy-api/speakeasy
663+
### Generated
664+
- [python v0.16.13] .
665+
### Releases
666+
- [PyPI v0.16.13] https://pypi.org/project/polar-sdk/0.16.13 - .

codeSamples.yaml

+39-15
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# BenefitGrantMeterCreditProperties
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------ | ------------------------ | ------------------------ | ------------------------ |
8+
| `last_credited_meter_id` | *str* | :heavy_check_mark: | N/A |
9+
| `last_credited_units` | *int* | :heavy_check_mark: | N/A |
10+
| `last_credited_at` | *str* | :heavy_check_mark: | N/A |

docs/models/benefitmetercreditcreateproperties.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Properties for creating a benefit of type `meter_unit`.
77

88
| Field | Type | Required | Description |
99
| ------------------ | ------------------ | ------------------ | ------------------ |
10-
| `unit` | *int* | :heavy_check_mark: | N/A |
10+
| `units` | *int* | :heavy_check_mark: | N/A |
1111
| `meter_id` | *str* | :heavy_check_mark: | N/A |

docs/models/benefitmetercreditproperties.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Properties for a benefit of type `meter_unit`.
77

88
| Field | Type | Required | Description |
99
| ------------------ | ------------------ | ------------------ | ------------------ |
10-
| `unit` | *int* | :heavy_check_mark: | N/A |
10+
| `units` | *int* | :heavy_check_mark: | N/A |
1111
| `meter_id` | *str* | :heavy_check_mark: | N/A |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# BenefitMeterCreditSubscriber
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
8+
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Creation timestamp of the object. |
9+
| `modified_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Last modification timestamp of the object. |
10+
| `id` | *str* | :heavy_check_mark: | The ID of the benefit. |
11+
| `description` | *str* | :heavy_check_mark: | The description of the benefit. |
12+
| `selectable` | *bool* | :heavy_check_mark: | Whether the benefit is selectable when creating a product. |
13+
| `deletable` | *bool* | :heavy_check_mark: | Whether the benefit is deletable. |
14+
| `organization_id` | *str* | :heavy_check_mark: | The ID of the organization owning the benefit. |
15+
| `organization` | [models.Organization](../models/organization.md) | :heavy_check_mark: | N/A |
16+
| `properties` | [models.BenefitMeterCreditSubscriberProperties](../models/benefitmetercreditsubscriberproperties.md) | :heavy_check_mark: | Properties available to subscribers for a benefit of type `meter_unit`. |
17+
| `type` | *Literal["meter_credit"]* | :heavy_check_mark: | N/A |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BenefitMeterCreditSubscriberProperties
2+
3+
Properties available to subscribers for a benefit of type `meter_unit`.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------ | ------------------ | ------------------ | ------------------ |
10+
| `units` | *int* | :heavy_check_mark: | N/A |
11+
| `meter_id` | *str* | :heavy_check_mark: | N/A |

docs/models/checkout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Checkout session data retrieved using an access token.
2222
| `net_amount` | *int* | :heavy_check_mark: | Amount in cents, after discounts but before taxes. |
2323
| `tax_amount` | *Nullable[int]* | :heavy_check_mark: | Sales tax amount in cents. If `null`, it means there is no enough information yet to calculate it. |
2424
| `total_amount` | *int* | :heavy_check_mark: | Amount in cents, after discounts and taxes. |
25-
| `currency` | *Nullable[str]* | :heavy_check_mark: | Currency code of the checkout session. |
25+
| `currency` | *str* | :heavy_check_mark: | Currency code of the checkout session. |
2626
| `product_id` | *str* | :heavy_check_mark: | ID of the product to checkout. |
2727
| `product_price_id` | *str* | :heavy_check_mark: | ID of the product price to checkout. |
2828
| `discount_id` | *Nullable[str]* | :heavy_check_mark: | ID of the discount applied to the checkout. |

0 commit comments

Comments
 (0)