@epilot/blueprint-manifest-client 4.6.3 → 4.6.4
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 +163 -1
- package/dist/openapi.d.ts +704 -21
- package/dist/openapi.json +1274 -151
- package/package.json +1 -1
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={330(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=n(r(466));t.default=i.default},466(e){e.exports=JSON.parse('{"openapi":"3.
|
|
1
|
+
(()=>{"use strict";var e={330(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=n(r(466));t.default=i.default},466(e){e.exports=JSON.parse('{"openapi":"3.0.2","info":{"title":"","version":""},"servers":[{"url":"https://blueprint-manifest.sls.epilot.io"}],"paths":{"/v1/blueprint-manifest/jobs/{job_id}":{"get":{"operationId":"getJob","deprecated":true,"parameters":[{"$ref":"#/components/parameters/JobID"}],"responses":{}}},"/v1/blueprint-manifest/jobs:createExport":{"post":{"operationId":"createExport","deprecated":true,"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/jobs/{job_id}:exportManifest":{"post":{"operationId":"exportManifest","deprecated":true,"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","deprecated":true,"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/jobs/{job_id}:applyPlan":{"post":{"operationId":"applyPlan","deprecated":true,"parameters":[{"$ref":"#/components/parameters/JobID"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/blueprint-manifest/manifests":{"get":{"operationId":"listInstalledManifests","deprecated":true,"responses":{}}},"/v1/blueprint-manifest/manifests/{manifest_id}":{"get":{"operationId":"getManifest","deprecated":true,"parameters":[{"in":"path","required":true,"name":"manifest_id"}],"responses":{}},"put":{"operationId":"updateManifest","deprecated":true,"parameters":[{"in":"path","required":true,"name":"manifest_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteManifest","deprecated":true,"parameters":[{"in":"path","required":true,"name":"manifest_id"}],"responses":{}}},"/v2/blueprint-manifest/blueprints":{"get":{"operationId":"listBlueprints","parameters":[{"name":"archived","in":"query","required":false}],"responses":{}},"post":{"operationId":"createBlueprint","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints:marketplace":{"get":{"operationId":"listInstalledMarketplaceBlueprints","responses":{}}},"/v2/blueprint-manifest/blueprints:pre-install":{"post":{"operationId":"preInstallBlueprint","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints:preview/{preview_id}":{"get":{"operationId":"getBlueprintPreview","parameters":[{"in":"path","required":true,"name":"preview_id"}],"responses":{}}},"/v2/blueprint-manifest/blueprint:install":{"post":{"operationId":"installBlueprint","requestBody":{"required":true,"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}/validate":{"post":{"operationId":"validateBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}:verify":{"post":{"operationId":"verifyBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}:export":{"post":{"operationId":"exportBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"required":false,"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/marketplace/slugs":{"get":{"operationId":"listMarketplaceSlugs","responses":{}}},"/v2/blueprint-manifest/blueprints:publish":{"post":{"operationId":"publishBlueprint","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/blueprints/{blueprint_id}:format-description":{"post":{"operationId":"formatBlueprintDescription","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"required":true,"content":{"application/json":{}}},"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/jobs":{"get":{"operationId":"listBlueprintJobs","responses":{}}},"/v2/blueprint-manifest/jobs/{job_id}":{"get":{"operationId":"getBlueprintJob","parameters":[{"in":"path","required":true,"name":"job_id"}],"responses":{}}},"/v2/blueprint-manifest/jobs/{job_id}:continue":{"post":{"operationId":"continueInstallationJob","parameters":[{"in":"path","required":true,"name":"job_id"}],"requestBody":{"required":false,"content":{"application/json":{}}},"responses":{}}},"/v2/blueprint-manifest/jobs/{job_id}:cancel":{"post":{"operationId":"cancelBlueprintJob","parameters":[{"in":"path","required":true,"name":"job_id"}],"responses":{}}},"/v1/blueprints/{blueprint_id}/marketplace-listing":{"post":{"operationId":"createMarketplaceListing","parameters":[{"name":"blueprint_id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}},"get":{"operationId":"getMarketplaceListing","parameters":[{"name":"blueprint_id","in":"path","required":true}],"responses":{}}},"/v1/marketplace-listings/{listing_id}":{"get":{"operationId":"getMarketplaceListingById","parameters":[{"name":"listing_id","in":"path","required":true}],"responses":{}},"patch":{"operationId":"updateMarketplaceListing","parameters":[{"name":"listing_id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteMarketplaceListing","parameters":[{"name":"listing_id","in":"path","required":true}],"responses":{}}},"/v1/marketplace-listings/{listing_id}/versions":{"post":{"operationId":"createMarketplaceListingVersion","parameters":[{"name":"listing_id","in":"path","required":true}],"responses":{}},"get":{"operationId":"listMarketplaceListingVersions","parameters":[{"name":"listing_id","in":"path","required":true}],"responses":{}}},"/v1/marketplace-listings/{listing_id}/versions/{version_id}":{"patch":{"operationId":"updateMarketplaceListingVersion","parameters":[{"name":"listing_id","in":"path","required":true},{"name":"version_id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/marketplace-listings/{listing_id}/versions/{version_id}/publish":{"post":{"operationId":"publishMarketplaceListingVersion","parameters":[{"name":"listing_id","in":"path","required":true},{"name":"version_id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}}},"components":{"parameters":{"JobID":{"name":"job_id","in":"path","required":true}}}}')}},t={},r=function r(n){var i=t[n];if(void 0!==i)return i.exports;var s=t[n]={exports:{}};return e[n].call(s.exports,s,s.exports,r),s.exports}(330),n=exports;for(var i in r)n[i]=r[i];r.__esModule&&Object.defineProperty(n,"__esModule",{value:!0})})();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"openapi": "3.
|
|
2
|
+
"openapi": "3.0.2",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "",
|
|
5
5
|
"version": ""
|
|
@@ -258,6 +258,25 @@
|
|
|
258
258
|
"responses": {}
|
|
259
259
|
}
|
|
260
260
|
},
|
|
261
|
+
"/v2/blueprint-manifest/blueprints/{blueprint_id}:verify": {
|
|
262
|
+
"post": {
|
|
263
|
+
"operationId": "verifyBlueprint",
|
|
264
|
+
"parameters": [
|
|
265
|
+
{
|
|
266
|
+
"in": "path",
|
|
267
|
+
"required": true,
|
|
268
|
+
"name": "blueprint_id"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"requestBody": {
|
|
272
|
+
"required": true,
|
|
273
|
+
"content": {
|
|
274
|
+
"application/json": {}
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"responses": {}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
261
280
|
"/v2/blueprint-manifest/blueprints/{blueprint_id}:export": {
|
|
262
281
|
"post": {
|
|
263
282
|
"operationId": "exportBlueprint",
|
|
@@ -492,6 +511,149 @@
|
|
|
492
511
|
],
|
|
493
512
|
"responses": {}
|
|
494
513
|
}
|
|
514
|
+
},
|
|
515
|
+
"/v1/blueprints/{blueprint_id}/marketplace-listing": {
|
|
516
|
+
"post": {
|
|
517
|
+
"operationId": "createMarketplaceListing",
|
|
518
|
+
"parameters": [
|
|
519
|
+
{
|
|
520
|
+
"name": "blueprint_id",
|
|
521
|
+
"in": "path",
|
|
522
|
+
"required": true
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"requestBody": {
|
|
526
|
+
"required": true,
|
|
527
|
+
"content": {
|
|
528
|
+
"application/json": {}
|
|
529
|
+
}
|
|
530
|
+
},
|
|
531
|
+
"responses": {}
|
|
532
|
+
},
|
|
533
|
+
"get": {
|
|
534
|
+
"operationId": "getMarketplaceListing",
|
|
535
|
+
"parameters": [
|
|
536
|
+
{
|
|
537
|
+
"name": "blueprint_id",
|
|
538
|
+
"in": "path",
|
|
539
|
+
"required": true
|
|
540
|
+
}
|
|
541
|
+
],
|
|
542
|
+
"responses": {}
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
"/v1/marketplace-listings/{listing_id}": {
|
|
546
|
+
"get": {
|
|
547
|
+
"operationId": "getMarketplaceListingById",
|
|
548
|
+
"parameters": [
|
|
549
|
+
{
|
|
550
|
+
"name": "listing_id",
|
|
551
|
+
"in": "path",
|
|
552
|
+
"required": true
|
|
553
|
+
}
|
|
554
|
+
],
|
|
555
|
+
"responses": {}
|
|
556
|
+
},
|
|
557
|
+
"patch": {
|
|
558
|
+
"operationId": "updateMarketplaceListing",
|
|
559
|
+
"parameters": [
|
|
560
|
+
{
|
|
561
|
+
"name": "listing_id",
|
|
562
|
+
"in": "path",
|
|
563
|
+
"required": true
|
|
564
|
+
}
|
|
565
|
+
],
|
|
566
|
+
"requestBody": {
|
|
567
|
+
"required": true,
|
|
568
|
+
"content": {
|
|
569
|
+
"application/json": {}
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"responses": {}
|
|
573
|
+
},
|
|
574
|
+
"delete": {
|
|
575
|
+
"operationId": "deleteMarketplaceListing",
|
|
576
|
+
"parameters": [
|
|
577
|
+
{
|
|
578
|
+
"name": "listing_id",
|
|
579
|
+
"in": "path",
|
|
580
|
+
"required": true
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"responses": {}
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"/v1/marketplace-listings/{listing_id}/versions": {
|
|
587
|
+
"post": {
|
|
588
|
+
"operationId": "createMarketplaceListingVersion",
|
|
589
|
+
"parameters": [
|
|
590
|
+
{
|
|
591
|
+
"name": "listing_id",
|
|
592
|
+
"in": "path",
|
|
593
|
+
"required": true
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"responses": {}
|
|
597
|
+
},
|
|
598
|
+
"get": {
|
|
599
|
+
"operationId": "listMarketplaceListingVersions",
|
|
600
|
+
"parameters": [
|
|
601
|
+
{
|
|
602
|
+
"name": "listing_id",
|
|
603
|
+
"in": "path",
|
|
604
|
+
"required": true
|
|
605
|
+
}
|
|
606
|
+
],
|
|
607
|
+
"responses": {}
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
"/v1/marketplace-listings/{listing_id}/versions/{version_id}": {
|
|
611
|
+
"patch": {
|
|
612
|
+
"operationId": "updateMarketplaceListingVersion",
|
|
613
|
+
"parameters": [
|
|
614
|
+
{
|
|
615
|
+
"name": "listing_id",
|
|
616
|
+
"in": "path",
|
|
617
|
+
"required": true
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "version_id",
|
|
621
|
+
"in": "path",
|
|
622
|
+
"required": true
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"requestBody": {
|
|
626
|
+
"required": true,
|
|
627
|
+
"content": {
|
|
628
|
+
"application/json": {}
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
"responses": {}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
"/v1/marketplace-listings/{listing_id}/versions/{version_id}/publish": {
|
|
635
|
+
"post": {
|
|
636
|
+
"operationId": "publishMarketplaceListingVersion",
|
|
637
|
+
"parameters": [
|
|
638
|
+
{
|
|
639
|
+
"name": "listing_id",
|
|
640
|
+
"in": "path",
|
|
641
|
+
"required": true
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"name": "version_id",
|
|
645
|
+
"in": "path",
|
|
646
|
+
"required": true
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"requestBody": {
|
|
650
|
+
"required": true,
|
|
651
|
+
"content": {
|
|
652
|
+
"application/json": {}
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"responses": {}
|
|
656
|
+
}
|
|
495
657
|
}
|
|
496
658
|
},
|
|
497
659
|
"components": {
|