From 8a1cf81b71921d7f5dbc3366bfaec4dcee1a0b45 Mon Sep 17 00:00:00 2001 From: Nishu Goel Date: Wed, 13 Nov 2024 19:16:53 +0530 Subject: [PATCH] chore(blueprint-manifest-client): update client with new spec --- clients/blueprint-manifest-client/package.json | 2 +- clients/blueprint-manifest-client/src/openapi.d.ts | 4 ++++ clients/blueprint-manifest-client/src/openapi.json | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/blueprint-manifest-client/package.json b/clients/blueprint-manifest-client/package.json index 5b5e3a6..0576f8c 100644 --- a/clients/blueprint-manifest-client/package.json +++ b/clients/blueprint-manifest-client/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/blueprint-manifest-client", - "version": "2.5.7", + "version": "2.5.8", "description": "Client for epilot Terraform Blueprint Manifest API", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/clients/blueprint-manifest-client/src/openapi.d.ts b/clients/blueprint-manifest-client/src/openapi.d.ts index d157d4c..c32f6f3 100644 --- a/clients/blueprint-manifest-client/src/openapi.d.ts +++ b/clients/blueprint-manifest-client/src/openapi.d.ts @@ -91,6 +91,7 @@ declare namespace Components { * https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip */ source_blueprint_file?: string; + source_blueprint_file_ref?: S3Reference; /** * Whether the manifest comes from a trusted source and is signed by epilot */ @@ -264,6 +265,7 @@ declare namespace Components { * https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip */ source_blueprint_file?: string; + source_blueprint_file_ref?: S3Reference; created_by?: CallerIdentity; updated_by?: CallerIdentity; } @@ -311,6 +313,7 @@ declare namespace Components { * https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip */ source_blueprint_file?: string; + source_blueprint_file_ref?: S3Reference; /** * Whether the manifest comes from a trusted source and is signed by epilot */ @@ -399,6 +402,7 @@ declare namespace Components { * https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip */ source_blueprint_file?: string; + source_blueprint_file_ref?: S3Reference; /** * Whether the manifest comes from a trusted source and is signed by epilot */ diff --git a/clients/blueprint-manifest-client/src/openapi.json b/clients/blueprint-manifest-client/src/openapi.json index 8b301bc..a108990 100644 --- a/clients/blueprint-manifest-client/src/openapi.json +++ b/clients/blueprint-manifest-client/src/openapi.json @@ -849,6 +849,9 @@ "description": "A URL to download the source blueprint file used to import the blueprint", "example": "https://blueprint-manifest-prod.s3.eu-central-1.amazonaws.com/manifest.zip" }, + "source_blueprint_file_ref": { + "$ref": "#/components/schemas/S3Reference" + }, "is_verified": { "type": "boolean", "description": "Whether the manifest comes from a trusted source and is signed by epilot"