@epilot/blueprint-manifest-client 3.0.7 → 3.0.9
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.d.ts +9 -6
- package/dist/openapi.json +17 -4
- package/package.json +1 -1
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={
|
|
1
|
+
(()=>{"use strict";var e={466: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/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}:export":{"post":{"operationId":"exportBlueprint","parameters":[{"in":"path","required":true,"name":"blueprint_id"}],"requestBody":{"required":false,"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":{}}}},"components":{"parameters":{"JobID":{"name":"job_id","in":"path","required":true}}}}')},757:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=n(r(466));t.default=s.default}},t={},r=function r(n){var s=t[n];if(void 0!==s)return s.exports;var i=t[n]={exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}(757),n=exports;for(var s in r)n[s]=r[s];r.__esModule&&Object.defineProperty(n,"__esModule",{value:!0})})();
|
package/dist/openapi.d.ts
CHANGED
|
@@ -47,7 +47,6 @@ declare namespace Components {
|
|
|
47
47
|
postinstall?: string;
|
|
48
48
|
};
|
|
49
49
|
version?: string;
|
|
50
|
-
latest_download_file?: S3Reference;
|
|
51
50
|
deployments?: {
|
|
52
51
|
source_org_id?: string;
|
|
53
52
|
source_blueprint_id?: string;
|
|
@@ -59,6 +58,7 @@ declare namespace Components {
|
|
|
59
58
|
* Whether the blueprint is verified by epilot
|
|
60
59
|
*/
|
|
61
60
|
is_verified?: boolean;
|
|
61
|
+
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED";
|
|
62
62
|
created_at?: string; // date-time
|
|
63
63
|
updated_at?: string; // date-time
|
|
64
64
|
created_by?: CallerIdentity;
|
|
@@ -251,7 +251,6 @@ declare namespace Components {
|
|
|
251
251
|
postinstall?: string;
|
|
252
252
|
};
|
|
253
253
|
version?: string;
|
|
254
|
-
latest_download_file?: S3Reference;
|
|
255
254
|
deployments?: {
|
|
256
255
|
source_org_id?: string;
|
|
257
256
|
source_blueprint_id?: string;
|
|
@@ -263,6 +262,7 @@ declare namespace Components {
|
|
|
263
262
|
* Whether the blueprint is verified by epilot
|
|
264
263
|
*/
|
|
265
264
|
is_verified?: boolean;
|
|
265
|
+
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED";
|
|
266
266
|
created_at?: string; // date-time
|
|
267
267
|
updated_at?: string; // date-time
|
|
268
268
|
created_by?: CallerIdentity;
|
|
@@ -480,7 +480,6 @@ declare namespace Components {
|
|
|
480
480
|
postinstall?: string;
|
|
481
481
|
};
|
|
482
482
|
version?: string;
|
|
483
|
-
latest_download_file?: S3Reference;
|
|
484
483
|
deployments?: {
|
|
485
484
|
source_org_id?: string;
|
|
486
485
|
source_blueprint_id?: string;
|
|
@@ -492,6 +491,7 @@ declare namespace Components {
|
|
|
492
491
|
* Whether the blueprint is verified by epilot
|
|
493
492
|
*/
|
|
494
493
|
is_verified?: boolean;
|
|
494
|
+
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED";
|
|
495
495
|
created_at?: string; // date-time
|
|
496
496
|
updated_at?: string; // date-time
|
|
497
497
|
created_by?: CallerIdentity;
|
|
@@ -525,7 +525,6 @@ declare namespace Components {
|
|
|
525
525
|
postinstall?: string;
|
|
526
526
|
};
|
|
527
527
|
version?: string;
|
|
528
|
-
latest_download_file?: S3Reference;
|
|
529
528
|
deployments?: {
|
|
530
529
|
source_org_id?: string;
|
|
531
530
|
source_blueprint_id?: string;
|
|
@@ -537,6 +536,7 @@ declare namespace Components {
|
|
|
537
536
|
* Whether the blueprint is verified by epilot
|
|
538
537
|
*/
|
|
539
538
|
is_verified?: boolean;
|
|
539
|
+
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED";
|
|
540
540
|
created_at?: string; // date-time
|
|
541
541
|
updated_at?: string; // date-time
|
|
542
542
|
created_by?: CallerIdentity;
|
|
@@ -570,7 +570,6 @@ declare namespace Components {
|
|
|
570
570
|
postinstall?: string;
|
|
571
571
|
};
|
|
572
572
|
version?: string;
|
|
573
|
-
latest_download_file?: S3Reference;
|
|
574
573
|
deployments?: {
|
|
575
574
|
source_org_id?: string;
|
|
576
575
|
source_blueprint_id?: string;
|
|
@@ -582,6 +581,7 @@ declare namespace Components {
|
|
|
582
581
|
* Whether the blueprint is verified by epilot
|
|
583
582
|
*/
|
|
584
583
|
is_verified?: boolean;
|
|
584
|
+
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED";
|
|
585
585
|
created_at?: string; // date-time
|
|
586
586
|
updated_at?: string; // date-time
|
|
587
587
|
created_by?: CallerIdentity;
|
|
@@ -1136,7 +1136,6 @@ declare namespace Components {
|
|
|
1136
1136
|
postinstall?: string;
|
|
1137
1137
|
};
|
|
1138
1138
|
version?: string;
|
|
1139
|
-
latest_download_file?: S3Reference;
|
|
1140
1139
|
deployments?: {
|
|
1141
1140
|
source_org_id?: string;
|
|
1142
1141
|
source_blueprint_id?: string;
|
|
@@ -1148,6 +1147,7 @@ declare namespace Components {
|
|
|
1148
1147
|
* Whether the blueprint is verified by epilot
|
|
1149
1148
|
*/
|
|
1150
1149
|
is_verified?: boolean;
|
|
1150
|
+
installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED";
|
|
1151
1151
|
created_at?: string; // date-time
|
|
1152
1152
|
updated_at?: string; // date-time
|
|
1153
1153
|
created_by?: CallerIdentity;
|
|
@@ -1863,6 +1863,7 @@ declare namespace Paths {
|
|
|
1863
1863
|
* Installation mode
|
|
1864
1864
|
*/
|
|
1865
1865
|
mode: "simple" | "advanced";
|
|
1866
|
+
source_blueprint_type?: "marketplace";
|
|
1866
1867
|
}
|
|
1867
1868
|
namespace Responses {
|
|
1868
1869
|
export interface $202 {
|
|
@@ -2010,6 +2011,7 @@ declare namespace Paths {
|
|
|
2010
2011
|
}
|
|
2011
2012
|
}
|
|
2012
2013
|
|
|
2014
|
+
|
|
2013
2015
|
export interface OperationMethods {
|
|
2014
2016
|
/**
|
|
2015
2017
|
* getJob - getJob
|
|
@@ -2644,6 +2646,7 @@ export interface PathsDictionary {
|
|
|
2644
2646
|
|
|
2645
2647
|
export type Client = OpenAPIClient<OperationMethods, PathsDictionary>
|
|
2646
2648
|
|
|
2649
|
+
|
|
2647
2650
|
export type AppBlueprint = Components.Schemas.AppBlueprint;
|
|
2648
2651
|
export type Blueprint = Components.Schemas.Blueprint;
|
|
2649
2652
|
export type BlueprintExportJob = Components.Schemas.BlueprintExportJob;
|
package/dist/openapi.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"openapi": "3.1.0",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Blueprint Manifest API",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "3.0.0",
|
|
6
6
|
"description": "Service to create and install Blueprint Manifest files"
|
|
7
7
|
},
|
|
8
8
|
"tags": [
|
|
@@ -792,6 +792,12 @@
|
|
|
792
792
|
"advanced"
|
|
793
793
|
],
|
|
794
794
|
"description": "Installation mode"
|
|
795
|
+
},
|
|
796
|
+
"source_blueprint_type": {
|
|
797
|
+
"type": "string",
|
|
798
|
+
"enum": [
|
|
799
|
+
"marketplace"
|
|
800
|
+
]
|
|
795
801
|
}
|
|
796
802
|
},
|
|
797
803
|
"required": [
|
|
@@ -1540,9 +1546,6 @@
|
|
|
1540
1546
|
"version": {
|
|
1541
1547
|
"type": "string"
|
|
1542
1548
|
},
|
|
1543
|
-
"latest_download_file": {
|
|
1544
|
-
"$ref": "#/components/schemas/S3Reference"
|
|
1545
|
-
},
|
|
1546
1549
|
"deployments": {
|
|
1547
1550
|
"type": "array",
|
|
1548
1551
|
"items": {
|
|
@@ -1571,6 +1574,16 @@
|
|
|
1571
1574
|
"type": "boolean",
|
|
1572
1575
|
"description": "Whether the blueprint is verified by epilot"
|
|
1573
1576
|
},
|
|
1577
|
+
"installation_status": {
|
|
1578
|
+
"type": "string",
|
|
1579
|
+
"enum": [
|
|
1580
|
+
"IN_PROGRESS",
|
|
1581
|
+
"CANCELED",
|
|
1582
|
+
"PARTIAL",
|
|
1583
|
+
"SUCCESS",
|
|
1584
|
+
"FAILED"
|
|
1585
|
+
]
|
|
1586
|
+
},
|
|
1574
1587
|
"created_at": {
|
|
1575
1588
|
"type": "string",
|
|
1576
1589
|
"format": "date-time"
|