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

Commit fb14aa1

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.299.6 (#73)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent b2aa19f commit fb14aa1

File tree

7 files changed

+28
-18
lines changed

7 files changed

+28
-18
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ id: 2f8b2839-3001-46b4-b5e0-cec0aad583ed
33
management:
44
docChecksum: 11b8c1e1d3f9d5dab18c36b33f81200d
55
docVersion: 0.2.0
6-
speakeasyVersion: 1.299.1
7-
generationVersion: 2.338.5
8-
releaseVersion: 0.5.5
9-
configChecksum: a1bf0188d55ea128f368d996280b0c86
6+
speakeasyVersion: 1.299.6
7+
generationVersion: 2.338.12
8+
releaseVersion: 1.0.0
9+
configChecksum: a34d9161551fa1e6338554d167cbc20c
1010
repoURL: https://github.com/StyraInc/opa-typescript.git
1111
installationURL: https://github.com/StyraInc/opa-typescript
1212
published: true
1313
features:
1414
typescript:
1515
additionalDependencies: 0.1.0
1616
constsAndDefaults: 0.1.5
17-
core: 3.9.10
17+
core: 3.9.11
1818
examples: 2.81.4
1919
flattening: 2.81.1
2020
globalSecurityCallbacks: 0.1.0

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.299.1
1+
speakeasyVersion: 1.299.6
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:e908c01044141e0872553f8f761319f7497218088fc3054c60233ba95dc992ea
6-
sourceBlobDigest: sha256:e5dffbd5b6bf79499904969b71b7887124c34dc7d28420f4624947986f997222
5+
sourceRevisionDigest: sha256:6ec91c16a2cb3686bf0f809c3241287085e5c61f9088e9a5baf3ed3e95d48ed0
6+
sourceBlobDigest: sha256:5fe47030247a3de8f6f5765dcbfea985c64f84652d63a45f8eb9d50f81791cbd
77
tags:
88
- latest
99
- main
1010
targets:
1111
first-target:
1212
source: openapi
1313
sourceNamespace: openapi
14-
sourceRevisionDigest: sha256:e908c01044141e0872553f8f761319f7497218088fc3054c60233ba95dc992ea
15-
sourceBlobDigest: sha256:e5dffbd5b6bf79499904969b71b7887124c34dc7d28420f4624947986f997222
14+
sourceRevisionDigest: sha256:6ec91c16a2cb3686bf0f809c3241287085e5c61f9088e9a5baf3ed3e95d48ed0
15+
sourceBlobDigest: sha256:5fe47030247a3de8f6f5765dcbfea985c64f84652d63a45f8eb9d50f81791cbd
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,14 @@ Based on:
248248
### Generated
249249
- [typescript v0.5.5] .
250250
### Releases
251-
- [NPM v0.5.5] https://www.npmjs.com/package/@styra/opa/v/0.5.5 - .
251+
- [NPM v0.5.5] https://www.npmjs.com/package/@styra/opa/v/0.5.5 - .
252+
253+
## 2024-06-03 19:03:28
254+
### Changes
255+
Based on:
256+
- OpenAPI Doc
257+
- Speakeasy CLI 1.299.6 (2.338.12) https://github.com/speakeasy-api/speakeasy
258+
### Generated
259+
- [typescript v1.0.0] .
260+
### Releases
261+
- [NPM v1.0.0] https://www.npmjs.com/package/@styra/opa/v/1.0.0 - .

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@styra/opa",
5-
"version": "0.5.5",
5+
"version": "1.0.0",
66
"exports": {
77
".": "./src/index.ts",
88
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@styra/opa",
3-
"version": "0.5.5",
3+
"version": "1.0.0",
44
"author": "Styra",
55
"main": "./index.js",
66
"sideEffects": false,

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5252
export const SDK_METADATA = {
5353
language: "typescript",
5454
openapiDocVersion: "0.2.0",
55-
sdkVersion: "0.5.5",
56-
genVersion: "2.338.5",
57-
userAgent: "speakeasy-sdk/typescript 0.5.5 2.338.5 0.2.0 @styra/opa",
55+
sdkVersion: "1.0.0",
56+
genVersion: "2.338.12",
57+
userAgent: "speakeasy-sdk/typescript 1.0.0 2.338.12 0.2.0 @styra/opa",
5858
} as const;

0 commit comments

Comments
 (0)