-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgen.yaml
49 lines (49 loc) · 1.27 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
configVersion: 2.0.0
generation:
sdkClassName: unstructured_client
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.19.0
additionalDependencies:
dependencies:
async: ^3.2.5
pdf-lib: ^1.17.1
devDependencies:
'@types/async': ^3.2.24
vitest: ^2.1.3
peerDependencies: {}
additionalPackageJSON: {}
author: Unstructured
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
enableCustomCodeRegions: false
enableReactQuery: false
enumFormat: enum
flattenGlobalSecurity: false
flatteningOrder: body-first
imports:
option: openapi
paths:
callbacks: sdk/models/callbacks
errors: sdk/models/errors
operations: sdk/models/operations
shared: sdk/models/shared
webhooks: sdk/models/webhooks
inputModelSuffix: input
license: MIT
maxMethodParams: 0
methodArguments: require-security-and-request
moduleFormat: commonjs
outputModelSuffix: output
packageName: unstructured-client
responseFormat: envelope
templateVersion: v2
useIndexModules: true