Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.448.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored and frankie567 committed Nov 29, 2024
1 parent 9ed371a commit 7758c90
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 33 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 983150e6-ebc8-43fe-9b18-750461aad344
management:
docChecksum: 96c7c747483e700f5cb1e106bf2878a5
docChecksum: 8c77dbcf9616a473577c1b831475c46b
docVersion: 0.1.0
speakeasyVersion: 1.448.0
generationVersion: 2.466.0
releaseVersion: 0.17.1
configChecksum: e3199867b6f487ec078c3512b1bcd5eb
speakeasyVersion: 1.448.2
generationVersion: 2.467.4
releaseVersion: 0.17.2
configChecksum: f2ddedcbdbda6531eed6ed345f4371ac
repoURL: https://github.com/polarsource/polar-js.git
installationURL: https://github.com/polarsource/polar-js
published: true
Expand Down
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.17.1
version: 0.17.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.448.0
speakeasyVersion: 1.448.2
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:6e8601d78695b7c6bec4f39bd350d95965816b4999b16587d7d1e12fcb7da3b5
sourceBlobDigest: sha256:3defd416a4202fbf16d78eb0e511f678dbb85e09c9df9dbd75aefd6f66e19dda
sourceRevisionDigest: sha256:37163232a13ba8049c4528922bd4fe92ac3919c51cd82c7fe7264111bfbc0d5b
sourceBlobDigest: sha256:239dfb13abf4b1c207ae51e561a2a4bbfd64f6d2dd849841705967e2302f7371
tags:
- latest
- speakeasy-sdk-regen-1732715938
- speakeasy-sdk-regen-1732840078
- 0.1.0
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:6e8601d78695b7c6bec4f39bd350d95965816b4999b16587d7d1e12fcb7da3b5
sourceBlobDigest: sha256:3defd416a4202fbf16d78eb0e511f678dbb85e09c9df9dbd75aefd6f66e19dda
sourceRevisionDigest: sha256:37163232a13ba8049c4528922bd4fe92ac3919c51cd82c7fe7264111bfbc0d5b
sourceBlobDigest: sha256:239dfb13abf4b1c207ae51e561a2a4bbfd64f6d2dd849841705967e2302f7371
codeSamplesNamespace: polar-oas-code-samples
codeSamplesRevisionDigest: sha256:8f0e05e8e5777504498be81dc69924c155d768074179029c389f5ad406245faa
codeSamplesRevisionDigest: sha256:51a6558cc291ba73e7878396467ffd045ae572b580f3f6a1daf10f08d3030b4f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,24 @@ Read the docs at https://docs.polar.sh/api

<!-- Start Table of Contents [toc] -->
## Table of Contents
<!-- $toc-max-depth=2 -->
* [@polar-sh/sdk](#polar-shsdk)
* [SDK Installation](#sdk-installation)
* [Requirements](#requirements)
* [SDK Example Usage](#sdk-example-usage)
* [Available Resources and Operations](#available-resources-and-operations)
* [Standalone functions](#standalone-functions)
* [Pagination](#pagination)
* [Retries](#retries)
* [Error Handling](#error-handling)
* [Server Selection](#server-selection)
* [Custom HTTP Client](#custom-http-client)
* [Authentication](#authentication)
* [Debugging](#debugging)
* [Development](#development)
* [Maturity](#maturity)
* [Contributions](#contributions)

* [SDK Installation](#sdk-installation)
* [Requirements](#requirements)
* [SDK Example Usage](#sdk-example-usage)
* [Available Resources and Operations](#available-resources-and-operations)
* [Standalone functions](#standalone-functions)
* [Pagination](#pagination)
* [Retries](#retries)
* [Error Handling](#error-handling)
* [Server Selection](#server-selection)
* [Custom HTTP Client](#custom-http-client)
* [Authentication](#authentication)
* [Debugging](#debugging)
<!-- End Table of Contents [toc] -->

<!-- Start SDK Installation [installation] -->
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,14 @@ Based on:
### Generated
- [typescript v0.17.1] .
### Releases
- [NPM v0.17.1] https://www.npmjs.com/package/@polar-sh/sdk/v/0.17.1 - .
- [NPM v0.17.1] https://www.npmjs.com/package/@polar-sh/sdk/v/0.17.1 - .

## 2024-11-29 00:27:55
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.448.2 (2.467.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.17.2] .
### Releases
- [NPM v0.17.2] https://www.npmjs.com/package/@polar-sh/sdk/v/0.17.2 - .
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.17.1",
"version": "0.17.2",
"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.17.1",
"version": "0.17.2",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 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.17.1",
genVersion: "2.466.0",
userAgent: "speakeasy-sdk/typescript 0.17.1 2.466.0 0.1.0 @polar-sh/sdk",
sdkVersion: "0.17.2",
genVersion: "2.467.4",
userAgent: "speakeasy-sdk/typescript 0.17.2 2.467.4 0.1.0 @polar-sh/sdk",
} as const;

0 comments on commit 7758c90

Please sign in to comment.