ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.323.0

This commit is contained in:
speakeasybot
2024-07-01 15:45:04 +00:00
parent 06e59965bd
commit dca338d40f
9 changed files with 904 additions and 890 deletions

View File

@@ -3,10 +3,10 @@ id: 16f22cbf-f23f-4419-8924-3a4b06381947
management: management:
docChecksum: e73920abd3a55e8d249592f2e3090574 docChecksum: e73920abd3a55e8d249592f2e3090574
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.314.2 speakeasyVersion: 1.323.0
generationVersion: 2.349.6 generationVersion: 2.356.0
releaseVersion: 0.18.0 releaseVersion: 0.18.1
configChecksum: 1f3f4b17023439730da2bea719ba5703 configChecksum: 85719ed12dded10484b522822b0eff1a
repoURL: https://github.com/LukeHagar/plexjs.git repoURL: https://github.com/LukeHagar/plexjs.git
repoSubDirectory: . repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexjs installationURL: https://github.com/LukeHagar/plexjs

View File

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

View File

@@ -1,9 +1,9 @@
speakeasyVersion: 1.322.3 speakeasyVersion: 1.323.0
sources: sources:
my-source: my-source:
sourceNamespace: my-source sourceNamespace: my-source
sourceRevisionDigest: sha256:dfe8f9ab1f51394101a47bf021b019fe4355adc2c3bd2c95e36941b0c3b1d762 sourceRevisionDigest: sha256:0e26af4bb9b5be12ffae3b400ee850d3b01e316f5b63346bc24f5173f8f17609
sourceBlobDigest: sha256:078894e40b1da6255dbddab4b5938b81e1711a6ca581da00affcad91adfa1394 sourceBlobDigest: sha256:879ee990da6c37e0b2972ef14220e0ce5db709dc39390ef8c2c24d3f4bba8b13
tags: tags:
- latest - latest
- main - main
@@ -11,8 +11,10 @@ targets:
plexjs: plexjs:
source: my-source source: my-source
sourceNamespace: my-source sourceNamespace: my-source
sourceRevisionDigest: sha256:dfe8f9ab1f51394101a47bf021b019fe4355adc2c3bd2c95e36941b0c3b1d762 sourceRevisionDigest: sha256:0e26af4bb9b5be12ffae3b400ee850d3b01e316f5b63346bc24f5173f8f17609
sourceBlobDigest: sha256:078894e40b1da6255dbddab4b5938b81e1711a6ca581da00affcad91adfa1394 sourceBlobDigest: sha256:879ee990da6c37e0b2972ef14220e0ce5db709dc39390ef8c2c24d3f4bba8b13
codeSamplesNamespace: code-samples-typescript-plexjs
codeSamplesRevisionDigest: sha256:a9631d3ae79a06641a20d5334a699ffa86a70ae2e64f326d280e285e21258893
outLocation: /github/workspace/repo outLocation: /github/workspace/repo
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0
@@ -32,3 +34,5 @@ workflow:
token: $NPM_TOKEN token: $NPM_TOKEN
codeSamples: codeSamples:
output: codeSamples.yaml output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/lukehagar/lukehagar/code-samples-typescript-plexjs

View File

@@ -908,4 +908,14 @@ Based on:
### Generated ### Generated
- [typescript v0.18.0] . - [typescript v0.18.0] .
### Releases ### Releases
- [NPM v0.18.0] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.18.0 - . - [NPM v0.18.0] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.18.0 - .
## 2024-07-01 15:43:13
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.323.0 (2.356.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.18.1] .
### Releases
- [NPM v0.18.1] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.18.1 - .

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
{ {
"name": "@lukehagar/plexjs", "name": "@lukehagar/plexjs",
"version": "0.18.0", "version": "0.18.1",
"exports": { "exports": {
".": "./src/index.ts", ".": "./src/index.ts",
"./models": "./src/models/index.ts", "./models": "./src/models/index.ts",

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@lukehagar/plexjs", "name": "@lukehagar/plexjs",
"version": "0.18.0", "version": "0.18.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@lukehagar/plexjs", "name": "@lukehagar/plexjs",
"version": "0.18.0", "version": "0.18.1",
"devDependencies": { "devDependencies": {
"@types/jsonpath": "^0.2.4", "@types/jsonpath": "^0.2.4",
"@typescript-eslint/eslint-plugin": "^7.7.1", "@typescript-eslint/eslint-plugin": "^7.7.1",

View File

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

View File

@@ -84,7 +84,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = { export const SDK_METADATA = {
language: "typescript", language: "typescript",
openapiDocVersion: "0.0.3", openapiDocVersion: "0.0.3",
sdkVersion: "0.18.0", sdkVersion: "0.18.1",
genVersion: "2.349.6", genVersion: "2.356.0",
userAgent: "speakeasy-sdk/typescript 0.18.0 2.349.6 0.0.3 @lukehagar/plexjs", userAgent: "speakeasy-sdk/typescript 0.18.1 2.356.0 0.0.3 @lukehagar/plexjs",
} as const; } as const;