Skip to content

Commit

Permalink
chore(blueprint-manifest-client): update client with new spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishu Goel committed Nov 13, 2024
1 parent 14a7f9f commit 8a1cf81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clients/blueprint-manifest-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions clients/blueprint-manifest-client/src/openapi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down
3 changes: 3 additions & 0 deletions clients/blueprint-manifest-client/src/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8a1cf81

Please sign in to comment.