@epilot/blueprint-manifest-client 3.0.8 → 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/openapi.d.ts CHANGED
@@ -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 {
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": "2.1.2",
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": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/blueprint-manifest-client",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "Client for epilot Terraform Blueprint Manifest API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",