-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgen.yaml
executable file
·59 lines (59 loc) · 1.47 KB
/
gen.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
configVersion: 2.0.0
generation:
sdkClassName: opaApiClient
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 1.6.0
additionalDependencies:
dependencies: {}
devDependencies:
'@types/node': ^22.5.5
prettier: 3.2.5
testcontainers: ^10.13.1
tsx: ^4.16.2
typedoc: ^0.26.5
typedoc-plugin-extras: ^3.1.0
typedoc-plugin-replace-text: ^4.0.0
peerDependencies: {}
additionalPackageJSON:
keywords:
- OPA
- Open Policy Agent
- authorization
- policy
- permissions
- rbac
- role based access control
license: Apache-2.0
publishConfig:
access: public
author: Styra
clientServerStatusCodesAsErrors: true
enumFormat: enum
flattenGlobalSecurity: true
imports:
option: openapi
paths:
callbacks: sdk/models/callbacks
errors: sdk/models/errors
operations: sdk/models/operations
shared: sdk/models/components
webhooks: sdk/models/webhooks
inputModelSuffix: input
maxMethodParams: 4
methodArguments: require-security-and-request
moduleFormat: dual
outputModelSuffix: output
packageName: '@styra/opa'
responseFormat: envelope-http
templateVersion: v2
useIndexModules: true