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

Commit 2977443

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.257.1 (#46)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 7a45967 commit 2977443

File tree

8 files changed

+47
-15
lines changed

8 files changed

+47
-15
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ id: 2f8b2839-3001-46b4-b5e0-cec0aad583ed
33
management:
44
docChecksum: 2401c7030f847f72ab31c8f75de58a66
55
docVersion: 0.2.0
6-
speakeasyVersion: 1.253.3
7-
generationVersion: 2.306.3
8-
releaseVersion: 0.2.7
9-
configChecksum: eb913bd831bfbcc5c4a404ff8aa54f1c
6+
speakeasyVersion: 1.257.1
7+
generationVersion: 2.308.2
8+
releaseVersion: 0.2.8
9+
configChecksum: 7f4440ef5511489d871961cca99331f5
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
constsAndDefaults: 0.1.5
16-
core: 3.7.1
16+
core: 3.7.2
1717
examples: 2.81.3
1818
flattening: 2.81.1
1919
globalServerURLs: 2.82.4

.speakeasy/gen.yaml

Lines changed: 2 additions & 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.2.7
15+
version: 0.2.8
1616
additionalDependencies:
1717
dependencies: {}
1818
devDependencies:
@@ -24,6 +24,7 @@ typescript:
2424
typedoc-plugin-extras: ^3.0.0
2525
typedoc-plugin-replace-text: ^3.3.0
2626
peerDependencies: {}
27+
additionalPackageJSON: {}
2728
author: Styra
2829
clientServerStatusCodesAsErrors: true
2930
enumFormat: enum

.speakeasy/workflow.lock

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
speakeasyVersion: 1.257.1
2+
sources:
3+
openapi: {}
4+
targets:
5+
first-target:
6+
source: openapi
7+
outLocation: /github/workspace/repo
8+
workflow:
9+
workflowVersion: 1.0.0
10+
speakeasyVersion: latest
11+
sources:
12+
openapi:
13+
inputs:
14+
- location: https://raw.githubusercontent.com/StyraInc/enterprise-opa/main/openapi/openapi.yaml
15+
targets:
16+
first-target:
17+
target: typescript
18+
source: openapi
19+
publish:
20+
npm:
21+
token: $npm_token

.speakeasy/workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
workflowVersion: 1.0.0
2+
speakeasyVersion: latest
23
sources:
34
openapi:
45
inputs:

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,14 @@ Based on:
108108
### Generated
109109
- [typescript v0.2.7] .
110110
### Releases
111-
- [NPM v0.2.7] https://www.npmjs.com/package/@styra/opa/v/0.2.7 - .
111+
- [NPM v0.2.7] https://www.npmjs.com/package/@styra/opa/v/0.2.7 - .
112+
113+
## 2024-04-18 00:14:17
114+
### Changes
115+
Based on:
116+
- OpenAPI Doc
117+
- Speakeasy CLI 1.257.1 (2.308.2) https://github.com/speakeasy-api/speakeasy
118+
### Generated
119+
- [typescript v0.2.8] .
120+
### Releases
121+
- [NPM v0.2.8] https://www.npmjs.com/package/@styra/opa/v/0.2.8 - .

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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@styra/opa",
3-
"version": "0.2.7",
4-
"author": "Styra",
3+
"version": "0.2.8",
4+
"author": "Styra",
55
"main": "./index.js",
66
"sideEffects": false,
77
"repository": {
@@ -13,7 +13,6 @@
1313
"build": "tsc",
1414
"prepare": "npm run build"
1515
},
16-
"keywords": [],
1716
"peerDependencies": {
1817
"zod": ">= 3"
1918
},

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 = Object.freeze({
5353
language: "typescript",
5454
openapiDocVersion: "0.2.0",
55-
sdkVersion: "0.2.7",
56-
genVersion: "2.306.3",
57-
userAgent: "speakeasy-sdk/typescript 0.2.7 2.306.3 0.2.0 @styra/opa",
55+
sdkVersion: "0.2.8",
56+
genVersion: "2.308.2",
57+
userAgent: "speakeasy-sdk/typescript 0.2.8 2.308.2 0.2.0 @styra/opa",
5858
});

0 commit comments

Comments
 (0)