@epilot/blueprint-manifest-client 2.11.0 → 3.0.0-beta.1

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.
@@ -1 +1 @@
1
- (()=>{"use strict";var e={466:e=>{e.exports=JSON.parse('{"openapi":"3.0.3","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":{}}}},"components":{"parameters":{"JobID":{"name":"job_id","in":"path","required":true}}}}')},757:function(e,t,s){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=n(s(466));t.default=o.default}},t={},s=function s(n){var o=t[n];if(void 0!==o)return o.exports;var r=t[n]={exports:{}};return e[n].call(r.exports,r,r.exports,s),r.exports}(757),n=exports;for(var o in s)n[o]=s[o];s.__esModule&&Object.defineProperty(n,"__esModule",{value:!0})})();
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":{}},"delete":{"operationId":"deleteBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"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:syncDependencies":{"post":{"operationId":"syncDependencies","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"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/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.3",
2
+ "openapi": "3.1.0",
3
3
  "info": {
4
4
  "title": "",
5
5
  "version": ""
@@ -131,6 +131,271 @@
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
+ "delete": {
179
+ "operationId": "deleteBlueprint",
180
+ "parameters": [
181
+ {
182
+ "in": "path",
183
+ "required": true,
184
+ "name": "blueprint_id"
185
+ }
186
+ ],
187
+ "responses": {}
188
+ }
189
+ },
190
+ "/v2/blueprint-manifest/blueprints/{blueprint_id}:export": {
191
+ "post": {
192
+ "operationId": "exportBlueprint",
193
+ "parameters": [
194
+ {
195
+ "in": "path",
196
+ "required": true,
197
+ "name": "blueprint_id"
198
+ }
199
+ ],
200
+ "responses": {}
201
+ }
202
+ },
203
+ "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources": {
204
+ "post": {
205
+ "operationId": "addBlueprintResource",
206
+ "parameters": [
207
+ {
208
+ "in": "path",
209
+ "required": true,
210
+ "name": "blueprint_id"
211
+ },
212
+ {
213
+ "in": "query",
214
+ "name": "add_dependencies"
215
+ }
216
+ ],
217
+ "requestBody": {
218
+ "content": {
219
+ "application/json": {}
220
+ }
221
+ },
222
+ "responses": {}
223
+ }
224
+ },
225
+ "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources:syncDependencies": {
226
+ "post": {
227
+ "operationId": "syncDependencies",
228
+ "parameters": [
229
+ {
230
+ "in": "path",
231
+ "required": true,
232
+ "name": "blueprint_id"
233
+ }
234
+ ],
235
+ "responses": {}
236
+ }
237
+ },
238
+ "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk": {
239
+ "post": {
240
+ "operationId": "bulkAddBlueprintResources",
241
+ "parameters": [
242
+ {
243
+ "in": "path",
244
+ "required": true,
245
+ "name": "blueprint_id"
246
+ },
247
+ {
248
+ "in": "query",
249
+ "name": "add_dependencies"
250
+ }
251
+ ],
252
+ "requestBody": {
253
+ "content": {
254
+ "application/json": {}
255
+ }
256
+ },
257
+ "responses": {}
258
+ },
259
+ "put": {
260
+ "operationId": "bulkUpdateBlueprintResources",
261
+ "parameters": [
262
+ {
263
+ "in": "path",
264
+ "required": true,
265
+ "name": "blueprint_id"
266
+ }
267
+ ],
268
+ "requestBody": {
269
+ "content": {
270
+ "application/json": {}
271
+ }
272
+ },
273
+ "responses": {}
274
+ },
275
+ "delete": {
276
+ "operationId": "bulkDeleteBlueprintResources",
277
+ "parameters": [
278
+ {
279
+ "in": "path",
280
+ "required": true,
281
+ "name": "blueprint_id"
282
+ }
283
+ ],
284
+ "requestBody": {
285
+ "content": {
286
+ "application/json": {}
287
+ }
288
+ },
289
+ "responses": {}
290
+ }
291
+ },
292
+ "/v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}": {
293
+ "put": {
294
+ "operationId": "updateBlueprintResource",
295
+ "parameters": [
296
+ {
297
+ "in": "path",
298
+ "required": true,
299
+ "name": "blueprint_id"
300
+ },
301
+ {
302
+ "in": "path",
303
+ "required": true,
304
+ "name": "resource_id"
305
+ }
306
+ ],
307
+ "requestBody": {
308
+ "content": {
309
+ "application/json": {}
310
+ }
311
+ },
312
+ "responses": {}
313
+ },
314
+ "delete": {
315
+ "operationId": "deleteBlueprintResource",
316
+ "parameters": [
317
+ {
318
+ "in": "path",
319
+ "required": true,
320
+ "name": "blueprint_id"
321
+ },
322
+ {
323
+ "in": "path",
324
+ "required": true,
325
+ "name": "resource_id"
326
+ }
327
+ ],
328
+ "responses": {}
329
+ }
330
+ },
331
+ "/v2/blueprint-manifest/installations": {
332
+ "post": {
333
+ "operationId": "createInstallationJob",
334
+ "requestBody": {
335
+ "required": true,
336
+ "content": {
337
+ "application/json": {}
338
+ }
339
+ },
340
+ "responses": {}
341
+ }
342
+ },
343
+ "/v2/blueprint-manifest/installations/{job_id}": {
344
+ "get": {
345
+ "operationId": "getInstallationJob",
346
+ "parameters": [
347
+ {
348
+ "in": "path",
349
+ "required": true,
350
+ "name": "job_id"
351
+ }
352
+ ],
353
+ "responses": {}
354
+ }
355
+ },
356
+ "/v2/blueprint-manifest/installations/{job_id}:continue": {
357
+ "post": {
358
+ "operationId": "continueInstallationJob",
359
+ "parameters": [
360
+ {
361
+ "in": "path",
362
+ "required": true,
363
+ "name": "job_id"
364
+ }
365
+ ],
366
+ "responses": {}
367
+ }
368
+ },
369
+ "/v2/blueprint-manifest/installations/{job_id}:cancel": {
370
+ "operationId": "cancelInstallationJob",
371
+ "parameters": [
372
+ {
373
+ "in": "path",
374
+ "required": true,
375
+ "name": "job_id"
376
+ }
377
+ ],
378
+ "responses": {
379
+ "200": {
380
+ "description": "Installation job cancelled",
381
+ "content": {
382
+ "application/json": {}
383
+ }
384
+ }
385
+ }
386
+ },
387
+ "/v2/blueprint-manifest/installations/{job_id}/events": {
388
+ "get": {
389
+ "operationId": "getInstallationJobEvents",
390
+ "parameters": [
391
+ {
392
+ "in": "path",
393
+ "required": true,
394
+ "name": "job_id"
395
+ }
396
+ ],
397
+ "responses": {}
398
+ }
134
399
  }
135
400
  },
136
401
  "components": {