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

Commit ee49b1a

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.272.0 (#52)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent aa26f6e commit ee49b1a

File tree

8 files changed

+24
-14
lines changed

8 files changed

+24
-14
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 2f8b2839-3001-46b4-b5e0-cec0aad583ed
33
management:
44
docChecksum: 2401c7030f847f72ab31c8f75de58a66
55
docVersion: 0.2.0
6-
speakeasyVersion: 1.260.6
7-
generationVersion: 2.311.1
8-
releaseVersion: 0.3.0
9-
configChecksum: a5ef199e8eaf4f35475bc5e2dda2090c
6+
speakeasyVersion: 1.272.0
7+
generationVersion: 2.312.1
8+
releaseVersion: 0.3.1
9+
configChecksum: 3511ca90987d281d7586b05fbcdafadf
1010
repoURL: https://github.com/StyraInc/opa-typescript.git
1111
installationURL: https://github.com/StyraInc/opa-typescript
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: false
1414
typescript:
15-
version: 0.3.0
15+
version: 0.3.1
1616
additionalDependencies:
1717
dependencies: {}
1818
devDependencies:

.speakeasy/workflow.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.269.1
1+
speakeasyVersion: 1.272.0
22
sources:
33
openapi: {}
44
targets:

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,14 @@ Based on:
138138
### Generated
139139
- [typescript v0.3.0] .
140140
### Releases
141-
- [NPM v0.3.0] https://www.npmjs.com/package/@styra/opa/v/0.3.0 - .
141+
- [NPM v0.3.0] https://www.npmjs.com/package/@styra/opa/v/0.3.0 - .
142+
143+
## 2024-04-24 13:21:39
144+
### Changes
145+
Based on:
146+
- OpenAPI Doc
147+
- Speakeasy CLI 1.272.0 (2.312.1) https://github.com/speakeasy-api/speakeasy
148+
### Generated
149+
- [typescript v0.3.1] .
150+
### Releases
151+
- [NPM v0.3.1] https://www.npmjs.com/package/@styra/opa/v/0.3.1 - .

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.3.0",
5+
"version": "0.3.1",
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.3.0",
3+
"version": "0.3.1",
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.3.0",
56-
genVersion: "2.311.1",
57-
userAgent: "speakeasy-sdk/typescript 0.3.0 2.311.1 0.2.0 @styra/opa",
55+
sdkVersion: "0.3.1",
56+
genVersion: "2.312.1",
57+
userAgent: "speakeasy-sdk/typescript 0.3.1 2.312.1 0.2.0 @styra/opa",
5858
} as const;

0 commit comments

Comments
 (0)