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

Commit 38ae083

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.250.0 (#37)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent ac01058 commit 38ae083

File tree

7 files changed

+22
-11
lines changed

7 files changed

+22
-11
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ management:
55
docVersion: 0.2.0
66
speakeasyVersion: 1.250.0
77
generationVersion: 2.304.1
8-
releaseVersion: 0.2.4
9-
configChecksum: 68f60302393b6d2fe8281a325713eb25
8+
releaseVersion: 0.2.5
9+
configChecksum: 3718ba08271d1d35549f6862040a1f7a
1010
repoURL: https://github.com/StyraInc/opa-typescript.git
1111
installationURL: https://github.com/StyraInc/opa-typescript
12+
published: true
1213
features:
1314
typescript:
1415
constsAndDefaults: 0.1.5

.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.2.4
15+
version: 0.2.5
1616
additionalDependencies:
1717
dependencies: {}
1818
devDependencies:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
### NPM
99

1010
```bash
11-
npm add https://github.com/StyraInc/opa-typescript
11+
npm add @styra/opa
1212
```
1313

1414
### Yarn
1515

1616
```bash
17-
yarn add https://github.com/StyraInc/opa-typescript
17+
yarn add @styra/opa
1818
```
1919
<!-- End SDK Installation [installation] -->
2020

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,14 @@ Based on:
7878
- OpenAPI Doc
7979
- Speakeasy CLI 1.250.0 (2.304.1) https://github.com/speakeasy-api/speakeasy
8080
### Generated
81-
- [typescript v0.2.4] .
81+
- [typescript v0.2.4] .
82+
83+
## 2024-04-12 08:37:02
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc
87+
- Speakeasy CLI 1.250.0 (2.304.1) https://github.com/speakeasy-api/speakeasy
88+
### Generated
89+
- [typescript v0.2.5] .
90+
### Releases
91+
- [NPM v0.2.5] https://www.npmjs.com/package/@styra/opa/v/0.2.5 - .

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.2.4",
3+
"version": "0.2.5",
44
"author": "Styra",
55
"main": "./index.js",
66
"sideEffects": false,

src/lib/config.ts

Lines changed: 2 additions & 2 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.4",
55+
sdkVersion: "0.2.5",
5656
genVersion: "2.304.1",
57-
userAgent: "speakeasy-sdk/typescript 0.2.4 2.304.1 0.2.0 @styra/opa",
57+
userAgent: "speakeasy-sdk/typescript 0.2.5 2.304.1 0.2.0 @styra/opa",
5858
});

0 commit comments

Comments
 (0)