Compare commits

..

2 Commits

Author SHA1 Message Date
speakeasybot
9911164ab0 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.2 2024-09-12 00:11:23 +00:00
speakeasybot
ffedf47cad ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.395.1 2024-09-11 00:11:04 +00:00
8 changed files with 37 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.396.2
generationVersion: 2.415.0
releaseVersion: 0.22.2
configChecksum: e65c328af8105e1370559202495a7a0e
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.2
additionalDependencies:
dependencies: {}
devDependencies: {}

View File

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

View File

@@ -988,4 +988,24 @@ 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 - .
## 2024-09-12 00:09:10
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.396.2 (2.415.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.22.2] .
### Releases
- [NPM v0.22.2] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.22.2 - .

View File

@@ -2,7 +2,7 @@
{
"name": "@lukehagar/plexjs",
"version": "0.22.0",
"version": "0.22.2",
"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.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@lukehagar/plexjs",
"version": "0.22.0",
"version": "0.22.2",
"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.2",
"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.2",
genVersion: "2.415.0",
userAgent: "speakeasy-sdk/typescript 0.22.2 2.415.0 0.0.3 @lukehagar/plexjs",
} as const;