Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.330.0 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Jul 9, 2024
1 parent 6a0b15f commit a67d9e7
Show file tree
Hide file tree
Showing 31 changed files with 1,625 additions and 1,023 deletions.
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 1.2.3
version: 1.2.4
additionalDependencies:
dependencies: {}
devDependencies:
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.327.0
speakeasyVersion: 1.330.0
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:b485ba46f3a9a585756d3feceeeba921e81f98a55838c80d8cb682088c7c1b0a
sourceBlobDigest: sha256:8f58407d3ddbfe94698b9870ed55aac3eb11c0209404291c2079db005f303e53
sourceRevisionDigest: sha256:acf6599a1b570ac30cf8cff6c0662fb807966cbda6b6db393183e4f35a8b8f18
sourceBlobDigest: sha256:fc374bf62c1682edb19bc8836c945ee52b636543d5b1983eac63347e4befa208
tags:
- latest
- main
targets:
first-target:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:b485ba46f3a9a585756d3feceeeba921e81f98a55838c80d8cb682088c7c1b0a
sourceBlobDigest: sha256:8f58407d3ddbfe94698b9870ed55aac3eb11c0209404291c2079db005f303e53
sourceRevisionDigest: sha256:acf6599a1b570ac30cf8cff6c0662fb807966cbda6b6db393183e4f35a8b8f18
sourceBlobDigest: sha256:fc374bf62c1682edb19bc8836c945ee52b636543d5b1983eac63347e4befa208
outLocation: packages/opa
workflow:
workflowVersion: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/opa/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: 078615ff-ff96-44f8-8aca-2f4d3e687bf0
management:
docChecksum: 965922378d3f89a95cf055454ae72ad7
docVersion: 0.2.0
speakeasyVersion: 1.327.0
generationVersion: 2.359.6
releaseVersion: 1.2.3
configChecksum: a692932d3640c04e3cd0cb4ee1853f2a
speakeasyVersion: 1.330.0
generationVersion: 2.361.10
releaseVersion: 1.2.4
configChecksum: 874e7c8e782347bdcc7e57e979df1fa4
repoURL: https://github.com/StyraInc/opa-typescript.git
repoSubDirectory: packages/opa
installationURL: https://gitpkg.now.sh/StyraInc/opa-typescript/packages/opa
features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.5
core: 3.11.3
core: 3.11.5
examples: 2.81.4
flattening: 2.81.1
globalSecurityCallbacks: 0.1.0
Expand Down
10 changes: 9 additions & 1 deletion packages/opa/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.327.0 (2.359.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.2.3] packages/opa
- [typescript v1.2.3] packages/opa

## 2024-07-09 00:19:52
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.330.0 (2.361.10) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.2.4] packages/opa
2 changes: 1 addition & 1 deletion packages/opa/RUNTIMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This SDK is intended to be used in JavaScript runtimes that support the following features:

* [Web Fetch API][web-fetch]
* [Web Streams API](web-streams) and in particular `ReadableStream`
* [Web Streams API][web-streams] and in particular `ReadableStream`
* [Async iterables][async-iter] using `Symbol.asyncIterator`

[web-fetch]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
Expand Down
2 changes: 1 addition & 1 deletion packages/opa/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@styra/opa",
"version": "1.2.3",
"version": "1.2.4",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/opa/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "@styra/opa",
"version": "1.2.3",
"version": "1.2.4",
"author": "Styra",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"keywords": [
"OPA",
"Open Policy Agent",
Expand All @@ -15,6 +11,10 @@
"rbac",
"role based access control"
],
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"tshy": {
"exports": {
".": "./src/index.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/opa/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.2.0",
sdkVersion: "1.2.3",
genVersion: "2.359.6",
userAgent: "speakeasy-sdk/typescript 1.2.3 2.359.6 0.2.0 @styra/opa",
sdkVersion: "1.2.4",
genVersion: "2.361.10",
userAgent: "speakeasy-sdk/typescript 1.2.4 2.361.10 0.2.0 @styra/opa",
} as const;
2 changes: 1 addition & 1 deletion packages/opa/src/lib/sdks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const webWorkerLike =
const isBrowserLike =
webWorkerLike ||
(typeof navigator !== "undefined" && "serviceWorker" in navigator) ||
typeof window === "object";
(typeof window === "object" && typeof window.document !== "undefined");

export class ClientSDK {
private readonly client: HTTPClient;
Expand Down
Loading

0 comments on commit a67d9e7

Please sign in to comment.