@epilot/blueprint-manifest-client 2.5.7 → 2.5.8

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
@@ -91,6 +91,7 @@ declare namespace Components {
91
91
  * https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip
92
92
  */
93
93
  source_blueprint_file?: string;
94
+ source_blueprint_file_ref?: S3Reference;
94
95
  /**
95
96
  * Whether the manifest comes from a trusted source and is signed by epilot
96
97
  */
@@ -264,6 +265,7 @@ declare namespace Components {
264
265
  * https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip
265
266
  */
266
267
  source_blueprint_file?: string;
268
+ source_blueprint_file_ref?: S3Reference;
267
269
  created_by?: CallerIdentity;
268
270
  updated_by?: CallerIdentity;
269
271
  }
@@ -311,6 +313,7 @@ declare namespace Components {
311
313
  * https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip
312
314
  */
313
315
  source_blueprint_file?: string;
316
+ source_blueprint_file_ref?: S3Reference;
314
317
  /**
315
318
  * Whether the manifest comes from a trusted source and is signed by epilot
316
319
  */
@@ -399,6 +402,7 @@ declare namespace Components {
399
402
  * https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip
400
403
  */
401
404
  source_blueprint_file?: string;
405
+ source_blueprint_file_ref?: S3Reference;
402
406
  /**
403
407
  * Whether the manifest comes from a trusted source and is signed by epilot
404
408
  */
package/dist/openapi.json CHANGED
@@ -849,6 +849,9 @@
849
849
  "description": "A URL to download the source blueprint file used to import the blueprint",
850
850
  "example": "https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip"
851
851
  },
852
+ "source_blueprint_file_ref": {
853
+ "$ref": "#/components/schemas/S3Reference"
854
+ },
852
855
  "is_verified": {
853
856
  "type": "boolean",
854
857
  "description": "Whether the manifest comes from a trusted source and is signed by epilot"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/blueprint-manifest-client",
3
- "version": "2.5.7",
3
+ "version": "2.5.8",
4
4
  "description": "Client for epilot Terraform Blueprint Manifest API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",