@epilot/blueprint-manifest-client 2.11.0 → 3.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/definition.js +1 -1
- package/dist/openapi-runtime.json +260 -1
- package/dist/openapi.d.ts +989 -8
- package/dist/openapi.json +1184 -5
- package/package.json +1 -1
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={
|
|
1
|
+
(()=>{"use strict";var e={914:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=r(n(240));t.default=s.default},240:e=>{e.exports=JSON.parse('{"openapi":"3.1.0","info":{"title":"","version":""},"servers":[{"url":"https://blueprint-manifest.sls.epilot.io"}],"paths":{"/v1/blueprint-manifest/jobs/{job_id}":{"get":{"operationId":"getJob","parameters":[{"$ref":"#/components/parameters/JobID"}],"responses":{}}},"/v1/blueprint-manifest/jobs:createExport":{"post":{"operationId":"createExport","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/jobs/{job_id}:exportManifest":{"post":{"operationId":"exportManifest","parameters":[{"$ref":"#/components/parameters/JobID"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest:uploadManifest":{"post":{"operationId":"uploadManifest","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/jobs:createPlan":{"post":{"operationId":"createPlan","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/jobs/{job_id}:applyPlan":{"post":{"operationId":"applyPlan","parameters":[{"$ref":"#/components/parameters/JobID"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/manifests":{"get":{"operationId":"listInstalledManifests","responses":{}}},"/v1/blueprint-manifest/manifests/{manifest_id}":{"get":{"operationId":"getManifest","parameters":[{"in":"path","required":true,"name":"manifest_id"}],"responses":{}},"put":{"operationId":"updateManifest","parameters":[{"in":"path","required":true,"name":"manifest_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteManifest","parameters":[{"in":"path","required":true,"name":"manifest_id"}],"responses":{}}},"/v2/blueprint-manifest/blueprints":{"get":{"operationId":"listBlueprints","responses":{}},"post":{"operationId":"createBlueprint","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}":{"get":{"operationId":"getBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"responses":{}},"put":{"operationId":"updateBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}:export":{"post":{"operationId":"exportBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources":{"post":{"operationId":"addBlueprintResource","parameters":[{"in":"path","required":true,"name":"blueprint_id"},{"in":"query","name":"add_dependencies"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk":{"post":{"operationId":"bulkAddBlueprintResources","parameters":[{"in":"path","required":true,"name":"blueprint_id"},{"in":"query","name":"add_dependencies"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"put":{"operationId":"bulkUpdateBlueprintResources","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"bulkDeleteBlueprintResources","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}":{"put":{"operationId":"updateBlueprintResource","parameters":[{"in":"path","required":true,"name":"blueprint_id"},{"in":"path","required":true,"name":"resource_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteBlueprintResource","parameters":[{"in":"path","required":true,"name":"blueprint_id"},{"in":"path","required":true,"name":"resource_id"}],"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}:syncDependencies":{"post":{"operationId":"syncDependencies","parameters":[{"in":"path","required":true,"name":"blueprint_id"},{"in":"path","required":true,"name":"resource_id"}],"responses":{}}},"/v2/blueprint-manifest/installations":{"post":{"operationId":"createInstallationJob","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/installations/{job_id}":{"get":{"operationId":"getInstallationJob","parameters":[{"in":"path","required":true,"name":"job_id"}],"responses":{}}},"/v2/blueprint-manifest/installations/{job_id}:continue":{"post":{"operationId":"continueInstallationJob","parameters":[{"in":"path","required":true,"name":"job_id"}],"responses":{}}},"/v2/blueprint-manifest/installations/{job_id}:cancel":{"operationId":"cancelInstallationJob","parameters":[{"in":"path","required":true,"name":"job_id"}],"responses":{"200":{"description":"Installation job cancelled","content":{"application/json":{}}}}},"/v2/blueprint-manifest/installations/{job_id}/events":{"get":{"operationId":"getInstallationJobEvents","parameters":[{"in":"path","required":true,"name":"job_id"}],"responses":{}}}},"components":{"parameters":{"JobID":{"name":"job_id","in":"path","required":true}}}}')}},t={},n=function n(r){var s=t[r];if(void 0!==s)return s.exports;var i=t[r]={exports:{}};return e[r].call(i.exports,i,i.exports,n),i.exports}(914),r=exports;for(var s in n)r[s]=n[s];n.__esModule&&Object.defineProperty(r,"__esModule",{value:!0})})();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"openapi": "3.0
|
|
2
|
+
"openapi": "3.1.0",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "",
|
|
5
5
|
"version": ""
|
|
@@ -131,6 +131,265 @@
|
|
|
131
131
|
],
|
|
132
132
|
"responses": {}
|
|
133
133
|
}
|
|
134
|
+
},
|
|
135
|
+
"/v2/blueprint-manifest/blueprints": {
|
|
136
|
+
"get": {
|
|
137
|
+
"operationId": "listBlueprints",
|
|
138
|
+
"responses": {}
|
|
139
|
+
},
|
|
140
|
+
"post": {
|
|
141
|
+
"operationId": "createBlueprint",
|
|
142
|
+
"requestBody": {
|
|
143
|
+
"content": {
|
|
144
|
+
"application/json": {}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"responses": {}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"/v2/blueprint-manifest/blueprints/{blueprint_id}": {
|
|
151
|
+
"get": {
|
|
152
|
+
"operationId": "getBlueprint",
|
|
153
|
+
"parameters": [
|
|
154
|
+
{
|
|
155
|
+
"in": "path",
|
|
156
|
+
"required": true,
|
|
157
|
+
"name": "blueprint_id"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"responses": {}
|
|
161
|
+
},
|
|
162
|
+
"put": {
|
|
163
|
+
"operationId": "updateBlueprint",
|
|
164
|
+
"parameters": [
|
|
165
|
+
{
|
|
166
|
+
"in": "path",
|
|
167
|
+
"required": true,
|
|
168
|
+
"name": "blueprint_id"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"requestBody": {
|
|
172
|
+
"content": {
|
|
173
|
+
"application/json": {}
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"responses": {}
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"/v2/blueprint-manifest/blueprints/{blueprint_id}:export": {
|
|
180
|
+
"post": {
|
|
181
|
+
"operationId": "exportBlueprint",
|
|
182
|
+
"parameters": [
|
|
183
|
+
{
|
|
184
|
+
"in": "path",
|
|
185
|
+
"required": true,
|
|
186
|
+
"name": "blueprint_id"
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
"responses": {}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources": {
|
|
193
|
+
"post": {
|
|
194
|
+
"operationId": "addBlueprintResource",
|
|
195
|
+
"parameters": [
|
|
196
|
+
{
|
|
197
|
+
"in": "path",
|
|
198
|
+
"required": true,
|
|
199
|
+
"name": "blueprint_id"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"in": "query",
|
|
203
|
+
"name": "add_dependencies"
|
|
204
|
+
}
|
|
205
|
+
],
|
|
206
|
+
"requestBody": {
|
|
207
|
+
"content": {
|
|
208
|
+
"application/json": {}
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"responses": {}
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk": {
|
|
215
|
+
"post": {
|
|
216
|
+
"operationId": "bulkAddBlueprintResources",
|
|
217
|
+
"parameters": [
|
|
218
|
+
{
|
|
219
|
+
"in": "path",
|
|
220
|
+
"required": true,
|
|
221
|
+
"name": "blueprint_id"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"in": "query",
|
|
225
|
+
"name": "add_dependencies"
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"requestBody": {
|
|
229
|
+
"content": {
|
|
230
|
+
"application/json": {}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"responses": {}
|
|
234
|
+
},
|
|
235
|
+
"put": {
|
|
236
|
+
"operationId": "bulkUpdateBlueprintResources",
|
|
237
|
+
"parameters": [
|
|
238
|
+
{
|
|
239
|
+
"in": "path",
|
|
240
|
+
"required": true,
|
|
241
|
+
"name": "blueprint_id"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"requestBody": {
|
|
245
|
+
"content": {
|
|
246
|
+
"application/json": {}
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"responses": {}
|
|
250
|
+
},
|
|
251
|
+
"delete": {
|
|
252
|
+
"operationId": "bulkDeleteBlueprintResources",
|
|
253
|
+
"parameters": [
|
|
254
|
+
{
|
|
255
|
+
"in": "path",
|
|
256
|
+
"required": true,
|
|
257
|
+
"name": "blueprint_id"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"requestBody": {
|
|
261
|
+
"content": {
|
|
262
|
+
"application/json": {}
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"responses": {}
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}": {
|
|
269
|
+
"put": {
|
|
270
|
+
"operationId": "updateBlueprintResource",
|
|
271
|
+
"parameters": [
|
|
272
|
+
{
|
|
273
|
+
"in": "path",
|
|
274
|
+
"required": true,
|
|
275
|
+
"name": "blueprint_id"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"in": "path",
|
|
279
|
+
"required": true,
|
|
280
|
+
"name": "resource_id"
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"requestBody": {
|
|
284
|
+
"content": {
|
|
285
|
+
"application/json": {}
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"responses": {}
|
|
289
|
+
},
|
|
290
|
+
"delete": {
|
|
291
|
+
"operationId": "deleteBlueprintResource",
|
|
292
|
+
"parameters": [
|
|
293
|
+
{
|
|
294
|
+
"in": "path",
|
|
295
|
+
"required": true,
|
|
296
|
+
"name": "blueprint_id"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"in": "path",
|
|
300
|
+
"required": true,
|
|
301
|
+
"name": "resource_id"
|
|
302
|
+
}
|
|
303
|
+
],
|
|
304
|
+
"responses": {}
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
"/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}:syncDependencies": {
|
|
308
|
+
"post": {
|
|
309
|
+
"operationId": "syncDependencies",
|
|
310
|
+
"parameters": [
|
|
311
|
+
{
|
|
312
|
+
"in": "path",
|
|
313
|
+
"required": true,
|
|
314
|
+
"name": "blueprint_id"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"in": "path",
|
|
318
|
+
"required": true,
|
|
319
|
+
"name": "resource_id"
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
"responses": {}
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"/v2/blueprint-manifest/installations": {
|
|
326
|
+
"post": {
|
|
327
|
+
"operationId": "createInstallationJob",
|
|
328
|
+
"requestBody": {
|
|
329
|
+
"required": true,
|
|
330
|
+
"content": {
|
|
331
|
+
"application/json": {}
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"responses": {}
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"/v2/blueprint-manifest/installations/{job_id}": {
|
|
338
|
+
"get": {
|
|
339
|
+
"operationId": "getInstallationJob",
|
|
340
|
+
"parameters": [
|
|
341
|
+
{
|
|
342
|
+
"in": "path",
|
|
343
|
+
"required": true,
|
|
344
|
+
"name": "job_id"
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"responses": {}
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"/v2/blueprint-manifest/installations/{job_id}:continue": {
|
|
351
|
+
"post": {
|
|
352
|
+
"operationId": "continueInstallationJob",
|
|
353
|
+
"parameters": [
|
|
354
|
+
{
|
|
355
|
+
"in": "path",
|
|
356
|
+
"required": true,
|
|
357
|
+
"name": "job_id"
|
|
358
|
+
}
|
|
359
|
+
],
|
|
360
|
+
"responses": {}
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"/v2/blueprint-manifest/installations/{job_id}:cancel": {
|
|
364
|
+
"operationId": "cancelInstallationJob",
|
|
365
|
+
"parameters": [
|
|
366
|
+
{
|
|
367
|
+
"in": "path",
|
|
368
|
+
"required": true,
|
|
369
|
+
"name": "job_id"
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"responses": {
|
|
373
|
+
"200": {
|
|
374
|
+
"description": "Installation job cancelled",
|
|
375
|
+
"content": {
|
|
376
|
+
"application/json": {}
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"/v2/blueprint-manifest/installations/{job_id}/events": {
|
|
382
|
+
"get": {
|
|
383
|
+
"operationId": "getInstallationJobEvents",
|
|
384
|
+
"parameters": [
|
|
385
|
+
{
|
|
386
|
+
"in": "path",
|
|
387
|
+
"required": true,
|
|
388
|
+
"name": "job_id"
|
|
389
|
+
}
|
|
390
|
+
],
|
|
391
|
+
"responses": {}
|
|
392
|
+
}
|
|
134
393
|
}
|
|
135
394
|
},
|
|
136
395
|
"components": {
|