ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.296.1

This commit is contained in:
speakeasybot
2024-05-25 00:37:34 +00:00
parent 8a694cec5e
commit c5fd55098b
9 changed files with 32 additions and 16 deletions

View File

@@ -5,8 +5,10 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.296.1
generationVersion: 2.338.1
releaseVersion: 0.0.3
configChecksum: 94a4c031788b7b113bbcd8e34f1d9a19
releaseVersion: 0.0.4
configChecksum: 3e094faa740940b70e2e36521ff8a7ff
repoURL: https://github.com/log10-io/log10ts.git
installationURL: https://github.com/log10-io/log10ts
features:
typescript:
additionalDependencies: 0.1.0

View File

@@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.0.3
version: 0.0.4
additionalDependencies:
dependencies: {}
devDependencies: {}

View File

@@ -2,17 +2,18 @@ speakeasyVersion: 1.296.1
sources:
default:
sourceNamespace: default
sourceRevisionDigest: sha256:dd5cead9361560316e9c739f0108a03472d866a98a9304037aa5c2d98d8923b9
sourceBlobDigest: sha256:c308fbe03d4912eef94619e105bb7667a453731b94f0f5ca33d33b17f86a185a
sourceRevisionDigest: sha256:792dbd01a09a643056094d59228097e722bdcfcdd02ad47fd2ef4858de713212
sourceBlobDigest: sha256:3ec92119b04b5301697a25fc0d890d3aace8103f8d6a26dff33c1d2779237e5b
tags:
- latest
- main
targets:
my-first-target:
source: default
sourceNamespace: default
sourceRevisionDigest: sha256:dd5cead9361560316e9c739f0108a03472d866a98a9304037aa5c2d98d8923b9
sourceBlobDigest: sha256:c308fbe03d4912eef94619e105bb7667a453731b94f0f5ca33d33b17f86a185a
outLocation: /Users/niklasqnielsen/workspace/log10/log10ts
sourceRevisionDigest: sha256:792dbd01a09a643056094d59228097e722bdcfcdd02ad47fd2ef4858de713212
sourceBlobDigest: sha256:3ec92119b04b5301697a25fc0d890d3aace8103f8d6a26dff33c1d2779237e5b
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest

View File

@@ -22,13 +22,13 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
### NPM
```bash
npm add <UNSET>
npm add https://github.com/log10-io/log10ts
```
### Yarn
```bash
yarn add <UNSET>
yarn add https://github.com/log10-io/log10ts
```
<!-- End SDK Installation [installation] -->

9
RELEASES.md Normal file
View File

@@ -0,0 +1,9 @@
## 2024-05-25 00:36:46
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.296.1 (2.338.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.4] .

View File

@@ -2,7 +2,7 @@
{
"name": "log10ts",
"version": "0.0.3",
"version": "0.0.4",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "log10ts",
"version": "0.0.3",
"version": "0.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "log10ts",
"version": "0.0.3",
"version": "0.0.4",
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@typescript-eslint/eslint-plugin": "^7.7.1",

View File

@@ -1,9 +1,13 @@
{
"name": "log10ts",
"version": "0.0.3",
"version": "0.0.4",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/log10-io/log10ts.git"
},
"scripts": {
"lint": "eslint --max-warnings=0 src",
"build": "tsc",

View File

@@ -54,7 +54,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.0.3",
sdkVersion: "0.0.4",
genVersion: "2.338.1",
userAgent: "speakeasy-sdk/typescript 0.0.3 2.338.1 1.0.0 log10ts",
userAgent: "speakeasy-sdk/typescript 0.0.4 2.338.1 1.0.0 log10ts",
} as const;