This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +47
-15
lines changed Expand file tree Collapse file tree 8 files changed +47
-15
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ id: 2f8b2839-3001-46b4-b5e0-cec0aad583ed
33management:
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
1313features:
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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
1212 auth :
1313 oAuth2ClientCredentialsEnabled : false
1414typescript :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11workflowVersion : 1.0.0
2+ speakeasyVersion : latest
23sources :
34 openapi :
45 inputs :
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change 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" : {
1313 "build" : " tsc" ,
1414 "prepare" : " npm run build"
1515 },
16- "keywords" : [],
1716 "peerDependencies" : {
1817 "zod" : " >= 3"
1918 },
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5252export 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} ) ;
You can’t perform that action at this time.
0 commit comments