-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.manifest.json
More file actions
182 lines (182 loc) · 5.36 KB
/
.manifest.json
File metadata and controls
182 lines (182 loc) · 5.36 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"liblabVersion": "2.9.7",
"date": "2024-12-11T13:57:02.548Z",
"config": {
"apiId": 511,
"sdkName": "devin",
"sdkVersion": "1.0.0",
"languages": ["typescript"],
"auth": ["bearer"],
"docs": [],
"liblabVersion": "2",
"deliveryMethods": ["zip"],
"apiVersion": "1.0.0",
"apiName": "devin",
"specFilePath": "./api-specs/openapi-3.0/devin.yaml",
"languageOptions": {
"go": {
"goModuleName": "github.com/swagger-api/swagger-petstore",
"githubRepoName": "",
"ignoreFiles": [],
"liblabVersion": "2",
"sdkVersion": "1.0.0"
},
"java": {
"groupId": "com.swagger",
"artifactId": "petstore",
"ignoreFiles": [],
"liblabVersion": "2",
"sdkVersion": "1.0.0"
},
"python": {
"alwaysInitializeOptionals": false,
"pypiPackageName": "",
"githubRepoName": "",
"ignoreFiles": [],
"liblabVersion": "2",
"sdkVersion": "1.0.0"
},
"typescript": {
"bundle": true,
"exportClassDefault": false,
"httpClient": "fetch",
"npmName": "",
"npmOrg": "",
"githubRepoName": "",
"ignoreFiles": [],
"liblabVersion": "2",
"sdkVersion": "1.0.0",
"generateEnumAs": "union"
}
},
"publishing": {
"githubOrg": ""
},
"authentication": {
"access": {
"prefix": "Bearer"
}
},
"devContainer": true,
"generateEnv": true,
"includeOptionalSnippetParameters": false,
"inferServiceNames": false,
"injectedModels": [],
"license": {
"type": "MIT",
"name": "MIT",
"url": "https://opensource.org/licenses/MIT",
"path": "MIT.ejs"
},
"responseHeaders": false,
"retry": {
"enabled": true,
"maxAttempts": 3,
"retryDelay": 150,
"maxDelay": 5000,
"retryDelayJitter": 50,
"backOffFactor": 2,
"httpCodesToRetry": [408, 429, 500, 502, 503, 504],
"httpMethodsToRetry": ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS"]
},
"multiTenant": true,
"includeWatermark": false,
"language": "typescript",
"deliveryMethod": "zip",
"hooks": {
"enabled": false,
"sourceDir": ""
},
"bundle": true,
"exportClassDefault": false,
"httpClient": "fetch",
"npmName": "",
"npmOrg": "",
"githubRepoName": "",
"ignoreFiles": [],
"generateEnumAs": "union",
"typescriptVersion": "5.3.3",
"zodVersion": "3.22.0",
"compilerOptions": {
"target": "es6",
"module": "Node16",
"lib": ["es2018", "dom"]
},
"usesFormData": false,
"environmentVariables": [],
"fileOutput": "/tmp",
"httpLibrary": {
"name": "fetch",
"packages": {},
"languages": ["typescript"],
"types": {
"packageName": "@types/isomorphic-fetch",
"version": "^0.0.36"
}
},
"customQueries": {
"paths": [],
"rawQueries": [],
"queriesData": []
},
"ai": false
},
"files": [
"package.json",
"tsconfig.json",
"examples/tsconfig.json",
"examples/package.json",
"examples/README.md",
"examples/src/index.ts",
"src/http/client.ts",
"src/services/auth-status/models/auth-status-ok-response.ts",
"src/services/sessions/models/create-session-request.ts",
"src/services/sessions/models/create-session-ok-response.ts",
"src/services/sessions/models/get-session-details-ok-response.ts",
"src/services/attachments/models/create-v1-attachments-request.ts",
".gitignore",
"src/services/base-service.ts",
"src/services/auth-status/auth-status.ts",
"src/services/sessions/sessions.ts",
"src/services/attachments/attachments.ts",
"src/index.ts",
"src/services/auth-status/models/index.ts",
"src/services/sessions/models/index.ts",
"src/services/attachments/models/index.ts",
"src/services/auth-status/index.ts",
"src/services/sessions/index.ts",
"src/services/attachments/index.ts",
"src/http/index.ts",
"src/http/handlers/handler-chain.ts",
"src/http/types.ts",
"src/http/error.ts",
"src/http/handlers/terminating-handler.ts",
"src/http/handlers/hook-handler.ts",
"src/http/hooks/custom-hook.ts",
"src/http/hooks/hook.ts",
"src/http/handlers/retry-handler.ts",
"src/http/environment.ts",
"src/http/handlers/response-validation-handler.ts",
"src/http/handlers/auth-handler.ts",
"./LICENSE",
"documentation/models/AuthStatusOkResponse.md",
"documentation/models/CreateSessionRequest.md",
"documentation/models/CreateSessionOkResponse.md",
"documentation/models/GetSessionDetailsOkResponse.md",
"documentation/models/CreateV1AttachmentsRequest.md",
"src/http/handlers/request-validation-handler.ts",
".devcontainer/devcontainer.json",
"src/http/transport/request.ts",
"src/http/transport/request-builder.ts",
"src/http/serialization/base-serializer.ts",
"src/http/serialization/query-serializer.ts",
"src/http/serialization/path-serializer.ts",
"src/http/serialization/header-serializer.ts",
"src/http/transport/request-fetch-adapter.ts",
"src/http/transport/transport-hook-adapter.ts",
"documentation/services/AuthStatusService.md",
"documentation/services/AttachmentsService.md",
"documentation/services/SessionsService.md",
"README.md"
]
}