Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored and frankie567 committed Jan 27, 2025
1 parent 5faa5eb commit 9b566bc
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 23 deletions.
16 changes: 8 additions & 8 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.0
version: 0.22.1
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.475.0
speakeasyVersion: 1.476.1
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:66a404e8dead21b781a713e2dacfa0818742678a2b85c68d4a885e021ec5bb89
sourceBlobDigest: sha256:a2c4a9d1003b730a2305769700bfb4c9028732a336ffa7c8c219658d82bd24a1
sourceRevisionDigest: sha256:a50e445effbe0b6e01c0195b065a0ab4233a8f99423dd0115036082a3d22e07f
sourceBlobDigest: sha256:8347b0a90e1276e68aa8ba7d6f4a60c7efd2b13ad04c89b8e553e9c6e7517924
tags:
- latest
- speakeasy-sdk-regen-1737734302
- speakeasy-sdk-regen-1737937614
- 0.1.0
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:66a404e8dead21b781a713e2dacfa0818742678a2b85c68d4a885e021ec5bb89
sourceBlobDigest: sha256:a2c4a9d1003b730a2305769700bfb4c9028732a336ffa7c8c219658d82bd24a1
sourceRevisionDigest: sha256:a50e445effbe0b6e01c0195b065a0ab4233a8f99423dd0115036082a3d22e07f
sourceBlobDigest: sha256:8347b0a90e1276e68aa8ba7d6f4a60c7efd2b13ad04c89b8e553e9c6e7517924
codeSamplesNamespace: polar-oas-ts-code-samples
codeSamplesRevisionDigest: sha256:4404606551c3b133d33d7fd0fe71c90470d17671b2fceb0f9302adbf14a2820e
codeSamplesRevisionDigest: sha256:a7ae0dd9e5d0b360b7fb30a8958895c8222e179a7e6a445a8a617470bc3fb757
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 @@ -408,4 +408,14 @@ Based on:
### Generated
- [typescript v0.22.0] .
### Releases
- [NPM v0.22.0] https://www.npmjs.com/package/@polar-sh/sdk/v/0.22.0 - .
- [NPM v0.22.0] https://www.npmjs.com/package/@polar-sh/sdk/v/0.22.0 - .

## 2025-01-27 00:26:39
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.476.1 (2.495.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.22.1] .
### Releases
- [NPM v0.22.1] https://www.npmjs.com/package/@polar-sh/sdk/v/0.22.1 - .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@polar-sh/sdk",
"version": "0.22.0",
"version": "0.22.1",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar-sh/sdk",
"version": "0.22.0",
"version": "0.22.1",
"author": "Speakeasy",
"type": "module",
"tshy": {
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.1.0",
sdkVersion: "0.22.0",
sdkVersion: "0.22.1",
genVersion: "2.495.1",
userAgent: "speakeasy-sdk/typescript 0.22.0 2.495.1 0.1.0 @polar-sh/sdk",
userAgent: "speakeasy-sdk/typescript 0.22.1 2.495.1 0.1.0 @polar-sh/sdk",
} as const;

0 comments on commit 9b566bc

Please sign in to comment.