Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.314.2 (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Jun 24, 2024
1 parent 628a56d commit 7047935
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: 2f8b2839-3001-46b4-b5e0-cec0aad583ed
management:
docChecksum: a34bd1c885aa42eb3175940494581f67
docVersion: 0.2.0
speakeasyVersion: 1.313.0
generationVersion: 2.347.8
releaseVersion: 1.1.1
configChecksum: 137e51571db66a049a5a162e1c1d744b
speakeasyVersion: 1.314.2
generationVersion: 2.349.6
releaseVersion: 1.1.2
configChecksum: b9ed006f3f4253857f003f21786aad3b
repoURL: https://github.com/StyraInc/opa-typescript.git
installationURL: https://github.com/StyraInc/opa-typescript
published: true
features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.5
core: 3.10.1
core: 3.10.2
examples: 2.81.4
flattening: 2.81.1
globalSecurityCallbacks: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 1.1.1
version: 1.1.2
additionalDependencies:
dependencies: {}
devDependencies:
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.313.0
speakeasyVersion: 1.314.2
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:cd8d910f3124c8e7824d22499f712ec07963b37bdeb413e87c6f971bfe83a84d
sourceBlobDigest: sha256:ce2ca6d4477613df234466d897ba0c2109b7fbe349050721af70047a3236f8a3
sourceRevisionDigest: sha256:44803b9388b3eb8b9feff9dcb2d9d7bc6b937da1b30a80d4cdc18364dd3bf213
sourceBlobDigest: sha256:aafd63401c6a16756222e997560cfc95822cdc1bd0d288653bece39534f5424a
tags:
- latest
- main
targets:
first-target:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:cd8d910f3124c8e7824d22499f712ec07963b37bdeb413e87c6f971bfe83a84d
sourceBlobDigest: sha256:ce2ca6d4477613df234466d897ba0c2109b7fbe349050721af70047a3236f8a3
sourceRevisionDigest: sha256:44803b9388b3eb8b9feff9dcb2d9d7bc6b937da1b30a80d4cdc18364dd3bf213
sourceBlobDigest: sha256:aafd63401c6a16756222e997560cfc95822cdc1bd0d288653bece39534f5424a
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,14 @@ Based on:
### Generated
- [typescript v1.1.1] .
### Releases
- [NPM v1.1.1] https://www.npmjs.com/package/@styra/opa/v/1.1.1 - .
- [NPM v1.1.1] https://www.npmjs.com/package/@styra/opa/v/1.1.1 - .

## 2024-06-24 11:57:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.314.2 (2.349.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.1.2] .
### Releases
- [NPM v1.1.2] https://www.npmjs.com/package/@styra/opa/v/1.1.2 - .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@styra/opa",
"version": "1.1.1",
"version": "1.1.2",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styra/opa",
"version": "1.1.1",
"version": "1.1.2",
"author": "Styra",
"license": "Apache-2.0",
"main": "./index.js",
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.2.0",
sdkVersion: "1.1.1",
genVersion: "2.347.8",
userAgent: "speakeasy-sdk/typescript 1.1.1 2.347.8 0.2.0 @styra/opa",
sdkVersion: "1.1.2",
genVersion: "2.349.6",
userAgent: "speakeasy-sdk/typescript 1.1.2 2.349.6 0.2.0 @styra/opa",
} as const;

0 comments on commit 7047935

Please sign in to comment.