ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.395.1

This commit is contained in:
speakeasybot
2024-09-11 00:11:04 +00:00
parent 39d3a40524
commit ffedf47cad
8 changed files with 27 additions and 17 deletions

View File

@@ -3,10 +3,10 @@ id: 16f22cbf-f23f-4419-8924-3a4b06381947
management:
docChecksum: a6fee1797b2da7ccbaf7743772a40b56
docVersion: 0.0.3
speakeasyVersion: 1.394.0
generationVersion: 2.413.0
releaseVersion: 0.22.0
configChecksum: d564900123a71faa49f3efd7732519bf
speakeasyVersion: 1.395.1
generationVersion: 2.415.0
releaseVersion: 0.22.1
configChecksum: 30d4beb34b158a0634eb15cf49c39592
repoURL: https://github.com/LukeHagar/plexjs.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexjs

View File

@@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.22.0
version: 0.22.1
additionalDependencies:
dependencies: {}
devDependencies: {}

View File

@@ -1,8 +1,8 @@
speakeasyVersion: 1.394.0
speakeasyVersion: 1.395.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:289c5a73965c8fa779f32919d1353d0d275163982c0a0f5525ef4146c462a486
sourceRevisionDigest: sha256:8dde4ceac0d70dbb80e1116944b322673b43f8cd0d200c4b8acfe8c5d554df08
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
tags:
- latest
@@ -11,10 +11,10 @@ targets:
plexjs:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:289c5a73965c8fa779f32919d1353d0d275163982c0a0f5525ef4146c462a486
sourceRevisionDigest: sha256:8dde4ceac0d70dbb80e1116944b322673b43f8cd0d200c4b8acfe8c5d554df08
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
codeSamplesNamespace: code-samples-typescript-plexjs
codeSamplesRevisionDigest: sha256:4839a28a1c341cc984e5d46aabc2c5a1885e0fdea0a670ef61e83286ee087e19
codeSamplesRevisionDigest: sha256:27b3e7ba3e015189dd58dffa14453151707c595c39a094519389e0b4615496b8
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0

View File

@@ -988,4 +988,14 @@ Based on:
### Generated
- [typescript v0.22.0] .
### Releases
- [NPM v0.22.0] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.22.0 - .
- [NPM v0.22.0] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.22.0 - .
## 2024-09-11 00:09:01
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.395.1 (2.415.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.22.1] .
### Releases
- [NPM v0.22.1] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.22.1 - .

View File

@@ -2,7 +2,7 @@
{
"name": "@lukehagar/plexjs",
"version": "0.22.0",
"version": "0.22.1",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@lukehagar/plexjs",
"version": "0.22.0",
"version": "0.22.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@lukehagar/plexjs",
"version": "0.22.0",
"version": "0.22.1",
"devDependencies": {
"@types/node": "^18.19.3",
"@typescript-eslint/eslint-plugin": "^7.7.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@lukehagar/plexjs",
"version": "0.22.0",
"version": "0.22.1",
"author": "LukeHagar",
"main": "./index.js",
"sideEffects": false,

View File

@@ -95,7 +95,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.0.3",
sdkVersion: "0.22.0",
genVersion: "2.413.0",
userAgent: "speakeasy-sdk/typescript 0.22.0 2.413.0 0.0.3 @lukehagar/plexjs",
sdkVersion: "0.22.1",
genVersion: "2.415.0",
userAgent: "speakeasy-sdk/typescript 0.22.1 2.415.0 0.0.3 @lukehagar/plexjs",
} as const;