mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-10 04:20:25 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.296.1
This commit is contained in:
@@ -5,8 +5,10 @@ management:
|
|||||||
docVersion: 1.0.0
|
docVersion: 1.0.0
|
||||||
speakeasyVersion: 1.296.1
|
speakeasyVersion: 1.296.1
|
||||||
generationVersion: 2.338.1
|
generationVersion: 2.338.1
|
||||||
releaseVersion: 0.0.3
|
releaseVersion: 0.0.4
|
||||||
configChecksum: 94a4c031788b7b113bbcd8e34f1d9a19
|
configChecksum: 3e094faa740940b70e2e36521ff8a7ff
|
||||||
|
repoURL: https://github.com/log10-io/log10ts.git
|
||||||
|
installationURL: https://github.com/log10-io/log10ts
|
||||||
features:
|
features:
|
||||||
typescript:
|
typescript:
|
||||||
additionalDependencies: 0.1.0
|
additionalDependencies: 0.1.0
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ generation:
|
|||||||
auth:
|
auth:
|
||||||
oAuth2ClientCredentialsEnabled: false
|
oAuth2ClientCredentialsEnabled: false
|
||||||
typescript:
|
typescript:
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
additionalDependencies:
|
additionalDependencies:
|
||||||
dependencies: {}
|
dependencies: {}
|
||||||
devDependencies: {}
|
devDependencies: {}
|
||||||
|
|||||||
@@ -2,17 +2,18 @@ speakeasyVersion: 1.296.1
|
|||||||
sources:
|
sources:
|
||||||
default:
|
default:
|
||||||
sourceNamespace: default
|
sourceNamespace: default
|
||||||
sourceRevisionDigest: sha256:dd5cead9361560316e9c739f0108a03472d866a98a9304037aa5c2d98d8923b9
|
sourceRevisionDigest: sha256:792dbd01a09a643056094d59228097e722bdcfcdd02ad47fd2ef4858de713212
|
||||||
sourceBlobDigest: sha256:c308fbe03d4912eef94619e105bb7667a453731b94f0f5ca33d33b17f86a185a
|
sourceBlobDigest: sha256:3ec92119b04b5301697a25fc0d890d3aace8103f8d6a26dff33c1d2779237e5b
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
- main
|
||||||
targets:
|
targets:
|
||||||
my-first-target:
|
my-first-target:
|
||||||
source: default
|
source: default
|
||||||
sourceNamespace: default
|
sourceNamespace: default
|
||||||
sourceRevisionDigest: sha256:dd5cead9361560316e9c739f0108a03472d866a98a9304037aa5c2d98d8923b9
|
sourceRevisionDigest: sha256:792dbd01a09a643056094d59228097e722bdcfcdd02ad47fd2ef4858de713212
|
||||||
sourceBlobDigest: sha256:c308fbe03d4912eef94619e105bb7667a453731b94f0f5ca33d33b17f86a185a
|
sourceBlobDigest: sha256:3ec92119b04b5301697a25fc0d890d3aace8103f8d6a26dff33c1d2779237e5b
|
||||||
outLocation: /Users/niklasqnielsen/workspace/log10/log10ts
|
outLocation: /github/workspace/repo
|
||||||
workflow:
|
workflow:
|
||||||
workflowVersion: 1.0.0
|
workflowVersion: 1.0.0
|
||||||
speakeasyVersion: latest
|
speakeasyVersion: latest
|
||||||
|
|||||||
@@ -22,13 +22,13 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
|
|||||||
### NPM
|
### NPM
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm add <UNSET>
|
npm add https://github.com/log10-io/log10ts
|
||||||
```
|
```
|
||||||
|
|
||||||
### Yarn
|
### Yarn
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn add <UNSET>
|
yarn add https://github.com/log10-io/log10ts
|
||||||
```
|
```
|
||||||
<!-- End SDK Installation [installation] -->
|
<!-- End SDK Installation [installation] -->
|
||||||
|
|
||||||
|
|||||||
9
RELEASES.md
Normal file
9
RELEASES.md
Normal 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] .
|
||||||
2
jsr.json
2
jsr.json
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "log10ts",
|
"name": "log10ts",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/index.ts",
|
".": "./src/index.ts",
|
||||||
"./models/errors": "./src/models/errors/index.ts",
|
"./models/errors": "./src/models/errors/index.ts",
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "log10ts",
|
"name": "log10ts",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "log10ts",
|
"name": "log10ts",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"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",
|
||||||
|
|||||||
@@ -1,9 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "log10ts",
|
"name": "log10ts",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"author": "Speakeasy",
|
"author": "Speakeasy",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/log10-io/log10ts.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint --max-warnings=0 src",
|
"lint": "eslint --max-warnings=0 src",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|||||||
export const SDK_METADATA = {
|
export const SDK_METADATA = {
|
||||||
language: "typescript",
|
language: "typescript",
|
||||||
openapiDocVersion: "1.0.0",
|
openapiDocVersion: "1.0.0",
|
||||||
sdkVersion: "0.0.3",
|
sdkVersion: "0.0.4",
|
||||||
genVersion: "2.338.1",
|
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;
|
} as const;
|
||||||
|
|||||||
Reference in New Issue
Block a user