Skip to content

Commit fe28ea8

Browse files
speakeasybotfrankie567
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.523.2
1 parent 2a72d2b commit fe28ea8

File tree

376 files changed

+3823
-3678
lines changed

Some content is hidden

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

376 files changed

+3823
-3678
lines changed

.speakeasy/gen.lock

+23-23
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
typescript:
21-
version: 0.32.1
21+
version: 0.32.2
2222
additionalDependencies:
2323
dependencies:
2424
standardwebhooks: ^1.0.0

.speakeasy/workflow.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.523.2
22
sources:
33
Polar-OAS:
44
sourceNamespace: polar-oas
5-
sourceRevisionDigest: sha256:8af7f8f20325e3b89c8cfc05f24103dffc6015f4d66dbf63aa3678441377ae71
6-
sourceBlobDigest: sha256:aa706681192c43c18e8fe0473eca692e13875bbb30cfcdb14ca0e06937f5eb8a
5+
sourceRevisionDigest: sha256:8870ef2804c580a3273d5b59989cb5f5f76c26f44532667cc1021f25bbcaabaf
6+
sourceBlobDigest: sha256:89511768d90f66b243db9ee6a29e2e5c2e9b8d810c196be56a26e95382886c60
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1742893314
9+
- speakeasy-sdk-regen-1742916882
1010
- 0.1.0
1111
targets:
1212
polar:
1313
source: Polar-OAS
1414
sourceNamespace: polar-oas
15-
sourceRevisionDigest: sha256:8af7f8f20325e3b89c8cfc05f24103dffc6015f4d66dbf63aa3678441377ae71
16-
sourceBlobDigest: sha256:aa706681192c43c18e8fe0473eca692e13875bbb30cfcdb14ca0e06937f5eb8a
15+
sourceRevisionDigest: sha256:8870ef2804c580a3273d5b59989cb5f5f76c26f44532667cc1021f25bbcaabaf
16+
sourceBlobDigest: sha256:89511768d90f66b243db9ee6a29e2e5c2e9b8d810c196be56a26e95382886c60
1717
codeSamplesNamespace: polar-oas-ts-code-samples
18-
codeSamplesRevisionDigest: sha256:df84cd6057cd64a21f8ef116b8c9e0091bb28ebb9294855793dc826ba777f539
18+
codeSamplesRevisionDigest: sha256:be8e29c2c4a4dea137c33c9ec0b9b10538985b2de4baa868168e31361791d652
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,11 @@ async function run() {
192192
successUrl: "https://sardonic-final.info/",
193193
embedOrigin: "<value>",
194194
amount: 962818,
195+
discountAmount: 954929,
196+
netAmount: 467348,
195197
taxAmount: 6400,
196-
currency: "Yen",
197-
subtotalAmount: 648726,
198198
totalAmount: 210702,
199+
currency: "Yen",
199200
productId: "<value>",
200201
productPriceId: "<value>",
201202
discountId: "<value>",
@@ -218,6 +219,7 @@ async function run() {
218219
"key1": "<value>",
219220
"key2": "<value>",
220221
},
222+
subtotalAmount: 648726,
221223
metadata: {
222224
"key": "<value>",
223225
},
@@ -564,6 +566,7 @@ async function run() {
564566
productId: "<value>",
565567
type: "recurring",
566568
recurringInterval: "month",
569+
priceCurrency: "<value>",
567570
unitAmount: 199664,
568571
includedUnits: 440790,
569572
capAmount: 856200,

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -598,4 +598,14 @@ Based on:
598598
### Generated
599599
- [typescript v0.32.1] .
600600
### Releases
601-
- [NPM v0.32.1] https://www.npmjs.com/package/@polar-sh/sdk/v/0.32.1 - .
601+
- [NPM v0.32.1] https://www.npmjs.com/package/@polar-sh/sdk/v/0.32.1 - .
602+
603+
## 2025-03-25 15:34:25
604+
### Changes
605+
Based on:
606+
- OpenAPI Doc
607+
- Speakeasy CLI 1.523.2 (2.560.1) https://github.com/speakeasy-api/speakeasy
608+
### Generated
609+
- [typescript v0.32.2] .
610+
### Releases
611+
- [NPM v0.32.2] https://www.npmjs.com/package/@polar-sh/sdk/v/0.32.2 - .

codeSamples.yaml

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

docs/models/components/address.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { Address } from "@polar-sh/sdk/models/components/address.js";
77

88
let value: Address = {
9-
country: "US",
9+
country: "FR",
1010
};
1111
```
1212

docs/models/components/aggregation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
```typescript
99
const value: components.PropertyAggregation = {
10-
func: "min",
10+
func: "max",
1111
property: "<value>",
1212
};
1313
```
@@ -40,7 +40,7 @@ const value: components.PropertyAggregation = {
4040

4141
```typescript
4242
const value: components.PropertyAggregation = {
43-
func: "min",
43+
func: "avg",
4444
property: "<value>",
4545
};
4646
```

docs/models/components/attachedcustomfield.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ import { AttachedCustomField } from "@polar-sh/sdk/models/components/attachedcus
1010
let value: AttachedCustomField = {
1111
customFieldId: "<value>",
1212
customField: {
13-
createdAt: new Date("2023-03-08T22:36:35.420Z"),
14-
modifiedAt: new Date("2025-09-21T21:00:27.770Z"),
13+
createdAt: new Date("2025-10-09T21:04:19.910Z"),
14+
modifiedAt: new Date("2025-08-03T02:25:37.402Z"),
1515
id: "<value>",
1616
metadata: {
17-
"key": false,
17+
"key": "<value>",
1818
},
1919
slug: "<value>",
2020
name: "<value>",
2121
organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
2222
properties: {},
2323
},
24-
order: 898063,
24+
order: 253642,
2525
required: false,
2626
};
2727
```

docs/models/components/benefitbase.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
import { BenefitBase } from "@polar-sh/sdk/models/components/benefitbase.js";
77

88
let value: BenefitBase = {
9-
createdAt: new Date("2023-06-03T18:52:21.127Z"),
10-
modifiedAt: new Date("2024-01-29T11:00:42.485Z"),
9+
createdAt: new Date("2025-10-17T04:15:19.944Z"),
10+
modifiedAt: new Date("2024-07-24T18:06:31.843Z"),
1111
id: "<value>",
12-
type: "license_keys",
12+
type: "discord",
1313
description:
14-
"store lively perfectly starch state belabor zowie incidentally nifty and",
14+
"drat squiggly inventory sit since dilate uh-huh pluck slowly trek",
1515
selectable: false,
1616
deletable: false,
1717
organizationId: "<value>",

docs/models/components/benefitcustomsubscriber.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@
66
import { BenefitCustomSubscriber } from "@polar-sh/sdk/models/components/benefitcustomsubscriber.js";
77

88
let value: BenefitCustomSubscriber = {
9-
createdAt: new Date("2025-01-21T03:42:55.455Z"),
10-
modifiedAt: new Date("2024-04-03T18:27:33.065Z"),
9+
createdAt: new Date("2025-08-23T21:58:47.391Z"),
10+
modifiedAt: new Date("2023-01-19T14:46:34.753Z"),
1111
id: "<value>",
12-
description: "psst iterate woot carelessly gadzooks ah within",
12+
description: "even boo however as before hoot forenenst untimely",
1313
selectable: false,
1414
deletable: false,
1515
organizationId: "<value>",
1616
organization: {
17-
createdAt: new Date("2024-11-07T19:38:45.779Z"),
18-
modifiedAt: new Date("2025-09-20T14:09:26.370Z"),
17+
createdAt: new Date("2023-12-09T23:28:03.526Z"),
18+
modifiedAt: new Date("2025-05-13T12:44:04.791Z"),
1919
id: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
2020
name: "<value>",
2121
slug: "<value>",
22-
avatarUrl: "https://splendid-roundabout.info/",
23-
email: "Augustus_Ebert20@hotmail.com",
22+
avatarUrl: "https://happy-go-lucky-pupil.com",
23+
email: "Cornelius27@gmail.com",
2424
website: "<value>",
2525
socials: [
2626
{
27-
platform: "facebook",
28-
url: "https://wee-sonata.info",
27+
platform: "other",
28+
url: "https://known-jungle.info",
2929
},
3030
],
31-
detailsSubmittedAt: new Date("2024-06-21T02:41:42.733Z"),
31+
detailsSubmittedAt: new Date("2024-05-20T01:39:36.546Z"),
3232
featureSettings: {},
3333
subscriptionSettings: {
3434
allowMultipleSubscriptions: false,
3535
allowCustomerUpdates: false,
3636
prorationBehavior: "invoice",
3737
},
3838
bio: "<value>",
39-
company: "Connelly Inc",
39+
company: "Denesik - Thompson",
4040
blog: "<value>",
4141
location: "<value>",
4242
twitterUsername: "<value>",
43-
pledgeMinimumAmount: 185101,
43+
pledgeMinimumAmount: 689973,
4444
pledgeBadgeShowAmount: false,
45-
defaultUpfrontSplitToContributors: 880907,
45+
defaultUpfrontSplitToContributors: 133334,
4646
profileSettings: {},
4747
},
4848
properties: {

docs/models/components/benefitdiscordsubscriber.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@
66
import { BenefitDiscordSubscriber } from "@polar-sh/sdk/models/components/benefitdiscordsubscriber.js";
77

88
let value: BenefitDiscordSubscriber = {
9-
createdAt: new Date("2025-12-01T13:32:00.955Z"),
10-
modifiedAt: new Date("2025-10-12T11:04:42.724Z"),
9+
createdAt: new Date("2025-08-12T21:27:15.147Z"),
10+
modifiedAt: new Date("2024-03-24T14:39:48.268Z"),
1111
id: "<value>",
12-
description: "across until toothpick uh-huh amidst broadcast however",
12+
description: "scarcely idolized closely uh-huh now whoa mid failing beside",
1313
selectable: false,
1414
deletable: false,
1515
organizationId: "<value>",
1616
organization: {
17-
createdAt: new Date("2023-03-23T01:23:19.166Z"),
18-
modifiedAt: new Date("2023-03-16T12:13:00.379Z"),
17+
createdAt: new Date("2025-09-08T18:09:01.569Z"),
18+
modifiedAt: new Date("2023-01-31T04:12:47.832Z"),
1919
id: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
2020
name: "<value>",
2121
slug: "<value>",
22-
avatarUrl: "https://immediate-costume.biz/",
23-
email: "Elias17@gmail.com",
22+
avatarUrl: "https://stupendous-stir-fry.org/",
23+
email: "Osbaldo.Legros-Fritsch75@gmail.com",
2424
website: "<value>",
2525
socials: [
2626
{
27-
platform: "tiktok",
28-
url: "https://jagged-suitcase.net",
27+
platform: "instagram",
28+
url: "https://infatuated-testimonial.info/",
2929
},
3030
],
31-
detailsSubmittedAt: new Date("2023-10-27T07:25:37.639Z"),
31+
detailsSubmittedAt: new Date("2025-09-27T08:49:35.038Z"),
3232
featureSettings: {},
3333
subscriptionSettings: {
3434
allowMultipleSubscriptions: false,
3535
allowCustomerUpdates: false,
36-
prorationBehavior: "invoice",
36+
prorationBehavior: "prorate",
3737
},
3838
bio: "<value>",
39-
company: "Schowalter, Franecki and Smith",
39+
company: "Hamill - Hills",
4040
blog: "<value>",
4141
location: "<value>",
4242
twitterUsername: "<value>",
43-
pledgeMinimumAmount: 945758,
43+
pledgeMinimumAmount: 605647,
4444
pledgeBadgeShowAmount: false,
45-
defaultUpfrontSplitToContributors: 877770,
45+
defaultUpfrontSplitToContributors: 674063,
4646
profileSettings: {},
4747
},
4848
properties: {

docs/models/components/benefitdownloadablessubscriber.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@
66
import { BenefitDownloadablesSubscriber } from "@polar-sh/sdk/models/components/benefitdownloadablessubscriber.js";
77

88
let value: BenefitDownloadablesSubscriber = {
9-
createdAt: new Date("2024-04-23T18:30:17.394Z"),
10-
modifiedAt: new Date("2023-10-07T17:52:57.869Z"),
9+
createdAt: new Date("2025-10-06T18:59:00.388Z"),
10+
modifiedAt: new Date("2024-12-12T02:05:45.362Z"),
1111
id: "<value>",
12-
description: "aha insecure husk jiggle",
12+
description: "once because as daily on unlike ew aw",
1313
selectable: false,
1414
deletable: false,
1515
organizationId: "<value>",
1616
organization: {
17-
createdAt: new Date("2024-03-16T08:26:07.884Z"),
18-
modifiedAt: new Date("2023-04-06T18:47:15.591Z"),
17+
createdAt: new Date("2025-03-07T07:35:49.542Z"),
18+
modifiedAt: new Date("2023-05-08T18:50:11.491Z"),
1919
id: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
2020
name: "<value>",
2121
slug: "<value>",
22-
avatarUrl: "https://magnificent-governance.org/",
23-
email: "Kristopher_Beatty@hotmail.com",
22+
avatarUrl: "https://eminent-help.net/",
23+
email: "Kali.Harvey@gmail.com",
2424
website: "<value>",
2525
socials: [
2626
{
27-
platform: "linkedin",
28-
url: "https://edible-contrail.name",
27+
platform: "x",
28+
url: "https://magnificent-governance.org/",
2929
},
3030
],
31-
detailsSubmittedAt: new Date("2023-12-29T13:25:29.981Z"),
31+
detailsSubmittedAt: new Date("2025-04-23T12:04:17.140Z"),
3232
featureSettings: {},
3333
subscriptionSettings: {
3434
allowMultipleSubscriptions: false,
3535
allowCustomerUpdates: false,
36-
prorationBehavior: "invoice",
36+
prorationBehavior: "prorate",
3737
},
3838
bio: "<value>",
39-
company: "Kassulke - Weissnat",
39+
company: "Beatty LLC",
4040
blog: "<value>",
4141
location: "<value>",
4242
twitterUsername: "<value>",
43-
pledgeMinimumAmount: 687669,
43+
pledgeMinimumAmount: 565430,
4444
pledgeBadgeShowAmount: false,
45-
defaultUpfrontSplitToContributors: 819406,
45+
defaultUpfrontSplitToContributors: 515900,
4646
profileSettings: {},
4747
},
4848
properties: {

docs/models/components/benefitgithubrepositorysubscriber.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@
66
import { BenefitGitHubRepositorySubscriber } from "@polar-sh/sdk/models/components/benefitgithubrepositorysubscriber.js";
77

88
let value: BenefitGitHubRepositorySubscriber = {
9-
createdAt: new Date("2024-01-19T13:26:23.208Z"),
10-
modifiedAt: new Date("2025-09-09T13:26:58.540Z"),
9+
createdAt: new Date("2025-05-29T11:27:32.508Z"),
10+
modifiedAt: new Date("2024-09-07T09:12:50.878Z"),
1111
id: "<value>",
12-
description: "verve whoever circumnavigate settle",
12+
description: "colonialism for that off underneath concerning management",
1313
selectable: false,
1414
deletable: false,
1515
organizationId: "<value>",
1616
organization: {
17-
createdAt: new Date("2023-04-22T08:22:38.865Z"),
18-
modifiedAt: new Date("2024-05-03T21:33:55.459Z"),
17+
createdAt: new Date("2025-05-12T15:20:34.562Z"),
18+
modifiedAt: new Date("2024-12-04T12:38:16.171Z"),
1919
id: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
2020
name: "<value>",
2121
slug: "<value>",
22-
avatarUrl: "https://deadly-rust.biz/",
23-
email: "Letitia.Volkman91@yahoo.com",
22+
avatarUrl: "https://elastic-overload.biz",
23+
email: "Donato34@gmail.com",
2424
website: "<value>",
2525
socials: [
2626
{
27-
platform: "other",
28-
url: "https://square-grass.net/",
27+
platform: "github",
28+
url: "https://basic-procurement.name/",
2929
},
3030
],
31-
detailsSubmittedAt: new Date("2025-07-23T05:17:11.148Z"),
31+
detailsSubmittedAt: new Date("2024-06-03T20:31:20.070Z"),
3232
featureSettings: {},
3333
subscriptionSettings: {
3434
allowMultipleSubscriptions: false,
3535
allowCustomerUpdates: false,
36-
prorationBehavior: "prorate",
36+
prorationBehavior: "invoice",
3737
},
3838
bio: "<value>",
39-
company: "Huels Group",
39+
company: "Sporer, Schuster and Swift",
4040
blog: "<value>",
4141
location: "<value>",
4242
twitterUsername: "<value>",
43-
pledgeMinimumAmount: 14815,
43+
pledgeMinimumAmount: 777025,
4444
pledgeBadgeShowAmount: false,
45-
defaultUpfrontSplitToContributors: 743570,
45+
defaultUpfrontSplitToContributors: 139437,
4646
profileSettings: {},
4747
},
4848
properties: {

0 commit comments

Comments
 (0)