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 9b566bc commit 2ea8f23
Show file tree
Hide file tree
Showing 304 changed files with 3,504 additions and 2,573 deletions.
87 changes: 57 additions & 30 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
typescript:
version: 0.22.1
version: 0.22.2
additionalDependencies:
dependencies:
standardwebhooks: ^1.0.0
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:a50e445effbe0b6e01c0195b065a0ab4233a8f99423dd0115036082a3d22e07f
sourceBlobDigest: sha256:8347b0a90e1276e68aa8ba7d6f4a60c7efd2b13ad04c89b8e553e9c6e7517924
sourceRevisionDigest: sha256:50796bf80a8b95a6fa4dfa9425a6da75a233d33eff208913434e30f662258211
sourceBlobDigest: sha256:af17895c9591a019fcc82332db823c59ef4d18ba276fff2ff3a718d6739e383f
tags:
- latest
- speakeasy-sdk-regen-1737937614
- speakeasy-sdk-regen-1738110353
- 0.1.0
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:a50e445effbe0b6e01c0195b065a0ab4233a8f99423dd0115036082a3d22e07f
sourceBlobDigest: sha256:8347b0a90e1276e68aa8ba7d6f4a60c7efd2b13ad04c89b8e553e9c6e7517924
sourceRevisionDigest: sha256:50796bf80a8b95a6fa4dfa9425a6da75a233d33eff208913434e30f662258211
sourceBlobDigest: sha256:af17895c9591a019fcc82332db823c59ef4d18ba276fff2ff3a718d6739e383f
codeSamplesNamespace: polar-oas-ts-code-samples
codeSamplesRevisionDigest: sha256:a7ae0dd9e5d0b360b7fb30a8958895c8222e179a7e6a445a8a617470bc3fb757
codeSamplesRevisionDigest: sha256:444cb9d6aac04eb3711415ce6a5f04836c16d2b593fcb75bf9016277d39c17ba
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ app.post("/webhook", express.raw({ type: "application/json" }), (req: Request, r

* [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 Expand Up @@ -621,6 +622,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`repositoriesList`](docs/sdks/repositories/README.md#list) - List Repositories
- [`repositoriesUpdate`](docs/sdks/repositories/README.md#update) - Update Repository
- [`subscriptionsExport`](docs/sdks/subscriptions/README.md#export) - Export Subscriptions
- [`subscriptionsGet`](docs/sdks/subscriptions/README.md#get) - Get Subscription
- [`subscriptionsList`](docs/sdks/subscriptions/README.md#list) - List Subscriptions
- [`subscriptionsRevoke`](docs/sdks/subscriptions/README.md#revoke) - Revoke Subscription
- [`subscriptionsUpdate`](docs/sdks/subscriptions/README.md#update) - Update Subscription
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,14 @@ Based on:
### Generated
- [typescript v0.22.1] .
### Releases
- [NPM v0.22.1] https://www.npmjs.com/package/@polar-sh/sdk/v/0.22.1 - .
- [NPM v0.22.1] https://www.npmjs.com/package/@polar-sh/sdk/v/0.22.1 - .

## 2025-01-30 00:25:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.477.2 (2.497.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.22.2] .
### Releases
- [NPM v0.22.2] https://www.npmjs.com/package/@polar-sh/sdk/v/0.22.2 - .
16 changes: 11 additions & 5 deletions codeSamples.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/models/components/advertisementcampaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
import { AdvertisementCampaign } from "@polar-sh/sdk/models/components/advertisementcampaign.js";

let value: AdvertisementCampaign = {
createdAt: new Date("2023-10-13T09:29:12.610Z"),
modifiedAt: new Date("2025-08-21T02:40:22.469Z"),
createdAt: new Date("2025-05-26T03:06:13.474Z"),
modifiedAt: new Date("2025-02-13T22:50:11.093Z"),
id: "<value>",
imageUrl: "https://sinful-acquaintance.name",
imageUrlDark: "https://feline-contractor.name/",
imageUrl: "https://untimely-diagram.name",
imageUrlDark: "https://eminent-curl.net",
text: "<value>",
linkUrl: "https://diligent-tribe.biz/",
linkUrl: "https://unfortunate-hygienic.net",
};
```

Expand Down
16 changes: 8 additions & 8 deletions docs/models/components/advertisementcampaignlistresource.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ import { AdvertisementCampaignListResource } from "@polar-sh/sdk/models/componen
let value: AdvertisementCampaignListResource = {
items: [
{
createdAt: new Date("2024-02-09T00:05:44.146Z"),
modifiedAt: new Date("2024-12-04T15:42:27.623Z"),
createdAt: new Date("2025-12-04T07:40:55.524Z"),
modifiedAt: new Date("2025-12-05T19:52:32.444Z"),
id: "<value>",
imageUrl: "https://forsaken-platter.org/",
imageUrlDark: "https://mixed-cake.com",
imageUrl: "https://tense-ferret.org",
imageUrlDark: "https://fearless-commercial.net",
text: "<value>",
linkUrl: "https://acceptable-jellyfish.net",
linkUrl: "https://celebrated-guard.biz",
},
],
pagination: {
totalCount: 209963,
maxPage: 459564,
totalCount: 660691,
maxPage: 420405,
},
dimensions: [
493061,
648676,
],
};
```
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/advertisementsortproperty.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```typescript
import { AdvertisementSortProperty } from "@polar-sh/sdk/models/components/advertisementsortproperty.js";

let value: AdvertisementSortProperty = "clicks";
let value: AdvertisementSortProperty = "-created_at";
```

## Values
Expand Down
8 changes: 4 additions & 4 deletions docs/models/components/assignee.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import { Assignee } from "@polar-sh/sdk/models/components/assignee.js";

let value: Assignee = {
id: 522048,
login: "Dewitt_Jacobi77",
htmlUrl: "https://scornful-lawmaker.com",
avatarUrl: "https://ironclad-fencing.name",
id: 295284,
login: "Sydni_Bradtke",
htmlUrl: "https://outgoing-sermon.com",
avatarUrl: "https://selfish-amendment.name",
};
```

Expand Down
8 changes: 4 additions & 4 deletions docs/models/components/author.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import { Author } from "@polar-sh/sdk/models/components/author.js";

let value: Author = {
id: 324872,
login: "Darron_Effertz",
htmlUrl: "https://deadly-secret.org",
avatarUrl: "https://familiar-coast.org",
id: 28033,
login: "Jerrod29",
htmlUrl: "https://rare-shore.net/",
avatarUrl: "https://prime-self-confidence.org",
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/authorizeorganization.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { AuthorizeOrganization } from "@polar-sh/sdk/models/components/authorize
let value: AuthorizeOrganization = {
id: "<value>",
slug: "<value>",
avatarUrl: "https://experienced-lady.net",
avatarUrl: "https://common-advertisement.info/",
};
```

Expand Down
18 changes: 9 additions & 9 deletions docs/models/components/authorizeresponseorganization.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ import { AuthorizeResponseOrganization } from "@polar-sh/sdk/models/components/a

let value: AuthorizeResponseOrganization = {
client: {
createdAt: new Date("2025-11-11T12:00:22.100Z"),
modifiedAt: new Date("2023-09-28T20:54:23.206Z"),
createdAt: new Date("2023-12-29T02:54:01.627Z"),
modifiedAt: new Date("2024-12-29T09:32:24.672Z"),
clientId: "<id>",
clientName: "<value>",
clientUri: "https://monstrous-range.net",
logoUri: "https://wise-wallaby.org/",
tosUri: "https://good-sticker.org",
policyUri: "https://dearest-retention.name/",
clientUri: "https://warped-sonata.name",
logoUri: "https://pleasing-opera.biz/",
tosUri: "https://miserable-exhaust.info/",
policyUri: "https://responsible-backburn.net/",
},
sub: {
id: "<value>",
slug: "<value>",
avatarUrl: "https://impish-finding.name/",
avatarUrl: "https://dark-nerve.org/",
},
scopes: [
"products:write",
"benefits:read",
],
organizations: [
{
id: "<value>",
slug: "<value>",
avatarUrl: "https://steep-privilege.name",
avatarUrl: "https://beloved-lamp.net",
},
],
};
Expand Down
18 changes: 9 additions & 9 deletions docs/models/components/authorizeresponseuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ import { AuthorizeResponseUser } from "@polar-sh/sdk/models/components/authorize

let value: AuthorizeResponseUser = {
client: {
createdAt: new Date("2023-01-28T01:28:09.985Z"),
modifiedAt: new Date("2023-07-21T02:15:38.786Z"),
createdAt: new Date("2023-12-11T23:25:38.550Z"),
modifiedAt: new Date("2024-11-23T19:18:21.236Z"),
clientId: "<id>",
clientName: "<value>",
clientUri: "https://muted-partridge.info",
logoUri: "https://colorful-commercial.org/",
tosUri: "https://linear-piglet.com/",
policyUri: "https://unfit-heating.info",
clientUri: "https://well-off-cauliflower.net/",
logoUri: "https://shameless-habit.net/",
tosUri: "https://partial-coin.org",
policyUri: "https://evil-hammock.net",
},
sub: {
id: "<value>",
email: "Rudy5@yahoo.com",
avatarUrl: "https://ornery-arcade.org",
email: "Sven_Swaniawski@hotmail.com",
avatarUrl: "https://tepid-pepper.com",
},
scopes: [
"benefits:write",
"external_organizations:read",
],
};
```
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/authorizeuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { AuthorizeUser } from "@polar-sh/sdk/models/components/authorizeuser.js"

let value: AuthorizeUser = {
id: "<value>",
email: "Kitty.Koelpin@yahoo.com",
avatarUrl: "https://teeming-address.info",
email: "Irma.Gerhold78@yahoo.com",
avatarUrl: "https://affectionate-charlatan.org",
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/benefitadscreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { BenefitAdsCreate } from "@polar-sh/sdk/models/components/benefitadscreate.js";

let value: BenefitAdsCreate = {
description: "oxygenate forenenst uproot",
description: "instead carelessly quicker ew",
properties: {},
};
```
Expand Down
26 changes: 15 additions & 11 deletions docs/models/components/benefitadssubscriber.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,36 @@
import { BenefitAdsSubscriber } from "@polar-sh/sdk/models/components/benefitadssubscriber.js";

let value: BenefitAdsSubscriber = {
createdAt: new Date("2023-01-10T13:24:18.025Z"),
modifiedAt: new Date("2024-02-26T18:38:22.806Z"),
createdAt: new Date("2023-07-01T14:29:36.398Z"),
modifiedAt: new Date("2023-11-02T18:12:33.953Z"),
id: "<value>",
description:
"modulo boyfriend miserable actually truthfully spear yuck ultimately whether misspend",
description: "aside yawningly modulo apud yowza warp",
selectable: false,
deletable: false,
organizationId: "<value>",
organization: {
createdAt: new Date("2025-07-04T11:17:21.724Z"),
modifiedAt: new Date("2024-10-16T06:34:22.622Z"),
createdAt: new Date("2025-05-18T00:30:59.700Z"),
modifiedAt: new Date("2023-07-09T01:59:04.501Z"),
id: "<value>",
name: "<value>",
slug: "<value>",
avatarUrl: "https://informal-perp.org/",
avatarUrl: "https://scary-testimonial.info",
bio: "<value>",
company: "Wyman LLC",
company: "Price, Goodwin and Hudson",
blog: "<value>",
location: "<value>",
email: "Hassie.Keebler@yahoo.com",
email: "Rafaela_Smith@hotmail.com",
twitterUsername: "<value>",
pledgeMinimumAmount: 780189,
pledgeMinimumAmount: 541162,
pledgeBadgeShowAmount: false,
defaultUpfrontSplitToContributors: 506298,
defaultUpfrontSplitToContributors: 845961,
profileSettings: {},
featureSettings: {},
subscriptionSettings: {
allowMultipleSubscriptions: false,
allowCustomerUpdates: false,
prorationBehavior: "prorate",
},
},
properties: {},
};
Expand Down
17 changes: 8 additions & 9 deletions docs/models/components/benefitcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
```typescript
const value: components.BenefitAdsCreate = {
description:
"where dependency ha gadzooks burdensome pfft nor equate per mid",
"numeric round apropos separate impish whenever viability outside blissfully",
properties: {},
};
```
Expand All @@ -17,7 +17,8 @@ const value: components.BenefitAdsCreate = {

```typescript
const value: components.BenefitCustomCreate = {
description: "pine once till how gadzooks birth",
description:
"recount concerning eek essence although flawed reasonable while carefully ouch",
properties: {},
};
```
Expand All @@ -26,8 +27,7 @@ const value: components.BenefitCustomCreate = {

```typescript
const value: components.BenefitDiscordCreate = {
description:
"orange think encode jubilantly hm scram fortunately daily though",
description: "whoa woot psst liberalize besmirch distinction",
properties: {
guildToken: "<value>",
roleId: "<id>",
Expand All @@ -39,7 +39,7 @@ const value: components.BenefitDiscordCreate = {

```typescript
const value: components.BenefitDownloadablesCreate = {
description: "far-off beloved decent",
description: "ick meanwhile likewise excitedly ugh bakeware",
properties: {
files: [
"<value>",
Expand All @@ -52,12 +52,11 @@ const value: components.BenefitDownloadablesCreate = {

```typescript
const value: components.BenefitGitHubRepositoryCreate = {
description:
"onto whenever pneumonia decriminalize wasteful who fat iridescence yahoo deer",
description: "gee limply swath",
properties: {
repositoryOwner: "polarsource",
repositoryName: "private_repo",
permission: "push",
permission: "pull",
},
};
```
Expand All @@ -66,7 +65,7 @@ const value: components.BenefitGitHubRepositoryCreate = {

```typescript
const value: components.BenefitLicenseKeysCreate = {
description: "sleepily and ice-cream quaintly beneath annually toward",
description: "unless unexpectedly upside-down foolhardy pish live spring",
properties: {},
};
```
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/benefitcustomcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Schema to create a benefit of type `custom`.
import { BenefitCustomCreate } from "@polar-sh/sdk/models/components/benefitcustomcreate.js";

let value: BenefitCustomCreate = {
description: "wire majestically yet",
description: "but entire a overstay shinny before",
properties: {},
};
```
Expand Down
Loading

0 comments on commit 2ea8f23

Please sign in to comment.