Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.477.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored and frankie567 committed Jan 30, 2025
1 parent 8c4655c commit e90748e
Show file tree
Hide file tree
Showing 35 changed files with 624 additions and 110 deletions.
96 changes: 61 additions & 35 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
python:
version: 0.13.3
version: 0.13.4
additionalDependencies:
dev:
pytest: ^8.3.3
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.476.1
speakeasyVersion: 1.477.2
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:5ac6765de95a4d3c3dcb08e872748b75894f202f863f1437fe03f3aeadb9ba6c
sourceBlobDigest: sha256:8347b0a90e1276e68aa8ba7d6f4a60c7efd2b13ad04c89b8e553e9c6e7517924
sourceRevisionDigest: sha256:cb46bd66fff57497f380c41134109643ebabe2a40e631e4871139b3c6e12beb5
sourceBlobDigest: sha256:af17895c9591a019fcc82332db823c59ef4d18ba276fff2ff3a718d6739e383f
tags:
- latest
- speakeasy-sdk-regen-1737936743
- speakeasy-sdk-regen-1738109507
- 0.1.0
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:5ac6765de95a4d3c3dcb08e872748b75894f202f863f1437fe03f3aeadb9ba6c
sourceBlobDigest: sha256:8347b0a90e1276e68aa8ba7d6f4a60c7efd2b13ad04c89b8e553e9c6e7517924
sourceRevisionDigest: sha256:cb46bd66fff57497f380c41134109643ebabe2a40e631e4871139b3c6e12beb5
sourceBlobDigest: sha256:af17895c9591a019fcc82332db823c59ef4d18ba276fff2ff3a718d6739e383f
codeSamplesNamespace: polar-oas-py-code-samples
codeSamplesRevisionDigest: sha256:3e9ad7ac8b1808a75b17d46ef024326b6d113ff2df9aa814f70c1bf8145156a4
codeSamplesRevisionDigest: sha256:0e8e487ec36c793999172a2d97103a02ab2d0e73700ef2da78ab1e84a1d6226a
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ def webhook():

* [list](docs/sdks/subscriptions/README.md#list) - List Subscriptions
* [export](docs/sdks/subscriptions/README.md#export) - Export Subscriptions
* [get](docs/sdks/subscriptions/README.md#get) - Get Subscription
* [update](docs/sdks/subscriptions/README.md#update) - Update Subscription
* [revoke](docs/sdks/subscriptions/README.md#revoke) - Revoke Subscription

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,14 @@ Based on:
### Generated
- [python v0.13.3] .
### Releases
- [PyPI v0.13.3] https://pypi.org/project/polar-sdk/0.13.3 - .
- [PyPI v0.13.3] https://pypi.org/project/polar-sdk/0.13.3 - .

## 2025-01-30 00:11:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.477.2 (2.497.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.13.4] .
### Releases
- [PyPI v0.13.4] https://pypi.org/project/polar-sdk/0.13.4 - .
16 changes: 11 additions & 5 deletions codeSamples.yaml

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/models/alreadyactivesubscriptionerror.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AlreadyActiveSubscriptionError


## Fields

| Field | Type | Required | Description |
| ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- |
| `detail` | *str* | :heavy_check_mark: | N/A |
| `error` | *Literal["AlreadyActiveSubscriptionError"]* | :heavy_check_mark: | N/A |
3 changes: 2 additions & 1 deletion docs/models/organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
| `pledge_badge_show_amount` | *bool* | :heavy_check_mark: | N/A |
| `default_upfront_split_to_contributors` | *Nullable[int]* | :heavy_check_mark: | N/A |
| `profile_settings` | [Nullable[models.OrganizationProfileSettings]](../models/organizationprofilesettings.md) | :heavy_check_mark: | Settings for the organization profile |
| `feature_settings` | [Nullable[models.OrganizationFeatureSettings]](../models/organizationfeaturesettings.md) | :heavy_check_mark: | Settings for the organization features |
| `feature_settings` | [Nullable[models.OrganizationFeatureSettings]](../models/organizationfeaturesettings.md) | :heavy_check_mark: | Settings for the organization features |
| `subscription_settings` | [models.OrganizationSubscriptionSettings](../models/organizationsubscriptionsettings.md) | :heavy_check_mark: | N/A |
13 changes: 7 additions & 6 deletions docs/models/organizationcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| `name` | *str* | :heavy_check_mark: | N/A |
| `slug` | *str* | :heavy_check_mark: | N/A |
| `avatar_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `feature_settings` | [OptionalNullable[models.OrganizationFeatureSettings]](../models/organizationfeaturesettings.md) | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `name` | *str* | :heavy_check_mark: | N/A |
| `slug` | *str* | :heavy_check_mark: | N/A |
| `avatar_url` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `feature_settings` | [OptionalNullable[models.OrganizationFeatureSettings]](../models/organizationfeaturesettings.md) | :heavy_minus_sign: | N/A |
| `subscription_settings` | [OptionalNullable[models.OrganizationSubscriptionSettings]](../models/organizationsubscriptionsettings.md) | :heavy_minus_sign: | N/A |
10 changes: 10 additions & 0 deletions docs/models/organizationsubscriptionsettings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# OrganizationSubscriptionSettings


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| `allow_multiple_subscriptions` | *bool* | :heavy_check_mark: | N/A |
| `allow_customer_updates` | *bool* | :heavy_check_mark: | N/A |
| `proration_behavior` | [models.SubscriptionProrationBehavior](../models/subscriptionprorationbehavior.md) | :heavy_check_mark: | N/A |
Loading

0 comments on commit e90748e

Please sign in to comment.