Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 35 additions & 31 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 @@ -22,7 +22,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
php:
version: 0.5.2
version: 0.5.3
additionalDependencies:
autoload: {}
autoload-dev: {}
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.631.4
speakeasyVersion: 1.634.2
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:1892991b5bcde6ddaa85ab053285b4b16032e0abd39596d3904bcfd4b0f2b9b5
sourceBlobDigest: sha256:3d99dbf80059f5861879922b94bf7f2ebee0dd1e8c0acdfc80eed643f31aa1f0
sourceRevisionDigest: sha256:c88e15a80e3c7c6c964fec9669bbe02e747a3841a4f585866985fbe56b6e091e
sourceBlobDigest: sha256:6b24a59807187e80be341747e82020ba1d67643ba4afb56be13205fe9aecf4c2
tags:
- latest
- speakeasy-sdk-regen-1758673098
- speakeasy-sdk-regen-1759191519
- 0.1.0
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:1892991b5bcde6ddaa85ab053285b4b16032e0abd39596d3904bcfd4b0f2b9b5
sourceBlobDigest: sha256:3d99dbf80059f5861879922b94bf7f2ebee0dd1e8c0acdfc80eed643f31aa1f0
sourceRevisionDigest: sha256:c88e15a80e3c7c6c964fec9669bbe02e747a3841a4f585866985fbe56b6e091e
sourceBlobDigest: sha256:6b24a59807187e80be341747e82020ba1d67643ba4afb56be13205fe9aecf4c2
codeSamplesNamespace: polar-api-php-code-samples
codeSamplesRevisionDigest: sha256:05735902b1dce4624dcf0deb760a35b095c3bc5998bfa66b55a6f8b0d8660c9a
codeSamplesRevisionDigest: sha256:3645ff7936005290a5c0da01320905cb332fa281c88df3696d5bec98c093fbb1
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,14 @@ Based on:
### Generated
- [php v0.5.2] .
### Releases
- [Composer v0.5.2] https://packagist.org/packages/polar-sh/sdk#v0.5.2 - .
- [Composer v0.5.2] https://packagist.org/packages/polar-sh/sdk#v0.5.2 - .

## 2025-10-06 00:18:35
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.634.2 (2.721.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.5.3] .
### Releases
- [Composer v0.5.3] https://packagist.org/packages/polar-sh/sdk#v0.5.3 - .
109 changes: 55 additions & 54 deletions docs/Models/Components/Checkout.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/Models/Components/CheckoutConfirmStripe.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Confirm a checkout session using a Stripe confirmation token.
| `productId` | *?string* | :heavy_minus_sign: | ID of the product to checkout. Must be present in the checkout's product list. |
| ~~`productPriceId`~~ | *?string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>ID of the product price to checkout. Must correspond to a price present in the checkout's product list. |
| `amount` | *?int* | :heavy_minus_sign: | N/A |
| `seats` | *?int* | :heavy_minus_sign: | Number of seats for seat-based pricing. |
| `isBusinessCustomer` | *?bool* | :heavy_minus_sign: | N/A |
| `customerName` | *?string* | :heavy_minus_sign: | N/A |
| `customerEmail` | *?string* | :heavy_minus_sign: | N/A |
Expand Down
1 change: 1 addition & 0 deletions docs/Models/Components/CheckoutCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ to the resulting order and/or subscription.
| `allowDiscountCodes` | *?bool* | :heavy_minus_sign: | Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it. |
| `requireBillingAddress` | *?bool* | :heavy_minus_sign: | Whether to require the customer to fill their full billing address, instead of just the country. Customers in the US will always be required to fill their full address, regardless of this setting. If you preset the billing address, this setting will be automatically set to `true`. |
| `amount` | *?int* | :heavy_minus_sign: | N/A |
| `seats` | *?int* | :heavy_minus_sign: | Number of seats for seat-based pricing. Required for seat-based products. |
| `customerId` | *?string* | :heavy_minus_sign: | ID of an existing customer in the organization. The customer data will be pre-filled in the checkout form. The resulting order will be linked to this customer. |
| `isBusinessCustomer` | *?bool* | :heavy_minus_sign: | Whether the customer is a business or an individual. If `true`, the customer will be required to fill their full billing address and billing name. |
| `externalCustomerId` | *?string* | :heavy_minus_sign: | ID of the customer in your system. If a matching customer exists on Polar, the resulting order will be linked to this customer. Otherwise, a new customer will be created with this external ID set. |
Expand Down
Loading