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

Commit 0a69354

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.276.0
1 parent e479961 commit 0a69354

File tree

12 files changed

+39
-39
lines changed

12 files changed

+39
-39
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 2f8b2839-3001-46b4-b5e0-cec0aad583ed
33
management:
4-
docChecksum: 2401c7030f847f72ab31c8f75de58a66
4+
docChecksum: 2422daf10293e923232daf08349ae0ae
55
docVersion: 0.2.0
6-
speakeasyVersion: 1.274.1
6+
speakeasyVersion: 1.276.0
77
generationVersion: 2.314.0
8-
releaseVersion: 0.4.0
9-
configChecksum: b02e7a1aec479cdaff173c813fc5f9c5
8+
releaseVersion: 0.4.1
9+
configChecksum: 02bbee7871c8eb9f1e6449a9a884ae2e
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.4.0
15+
version: 0.4.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.274.1
1+
speakeasyVersion: 1.276.0
22
sources:
33
openapi: {}
44
targets:

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,14 @@ Based on:
168168
### Generated
169169
- [typescript v0.4.0] .
170170
### Releases
171-
- [NPM v0.4.0] https://www.npmjs.com/package/@styra/opa/v/0.4.0 - .
171+
- [NPM v0.4.0] https://www.npmjs.com/package/@styra/opa/v/0.4.0 - .
172+
173+
## 2024-04-27 00:14:10
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.276.0 (2.314.0) https://github.com/speakeasy-api/speakeasy
178+
### Generated
179+
- [typescript v0.4.1] .
180+
### Releases
181+
- [NPM v0.4.1] https://www.npmjs.com/package/@styra/opa/v/0.4.1 - .

USAGE.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ async function run() {
88
const result = await opaApiClient.executePolicyWithInput({
99
path: "app/rbac",
1010
requestBody: {
11-
input: {
12-
user: "alice",
13-
action: "read",
14-
object: "id123",
15-
type: "dog",
16-
},
11+
input: false,
1712
},
1813
});
1914

docs/sdks/opaapiclient/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,7 @@ async function run() {
6969
const result = await opaApiClient.executePolicyWithInput({
7070
path: "app/rbac",
7171
requestBody: {
72-
input: {
73-
"user": "alice",
74-
"action": "read",
75-
"object": "id123",
76-
"type": "dog",
77-
},
72+
input: false,
7873
},
7974
});
8075

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.4.0",
5+
"version": "0.4.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.4.0",
3+
"version": "0.4.1",
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 = {
5353
language: "typescript",
5454
openapiDocVersion: "0.2.0",
55-
sdkVersion: "0.4.0",
55+
sdkVersion: "0.4.1",
5656
genVersion: "2.314.0",
57-
userAgent: "speakeasy-sdk/typescript 0.4.0 2.314.0 0.2.0 @styra/opa",
57+
userAgent: "speakeasy-sdk/typescript 0.4.1 2.314.0 0.2.0 @styra/opa",
5858
} as const;

0 commit comments

Comments
 (0)