From 273c2a7dfc937857647807e85455a81c42d70af1 Mon Sep 17 00:00:00 2001 From: Siddardh Padyala Date: Wed, 1 Apr 2026 11:02:34 +0530 Subject: [PATCH 1/2] feat(blueprint-manifest-client): add marketplace_slug to listMarketplaceSlugs response (v4.6.2) --- clients/blueprint-manifest-client/package.json | 2 +- clients/blueprint-manifest-client/src/openapi.d.ts | 7 +++++++ clients/blueprint-manifest-client/src/openapi.json | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/clients/blueprint-manifest-client/package.json b/clients/blueprint-manifest-client/package.json index af315c59..84bcc5b2 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": "4.6.1", + "version": "4.6.2", "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 c6b46921..dd28c75a 100644 --- a/clients/blueprint-manifest-client/src/openapi.d.ts +++ b/clients/blueprint-manifest-client/src/openapi.d.ts @@ -2384,10 +2384,17 @@ declare namespace Paths { export interface $200 { results?: { /** + * The installation slug identifier for the blueprint (used for publishing). * example: * wallbox_b2c */ slug?: string; + /** + * The marketplace page slug for the Webflow CMS item (used for display). + * example: + * wallbox-b2c + */ + marketplace_slug?: string; /** * example: * v1.0.0 diff --git a/clients/blueprint-manifest-client/src/openapi.json b/clients/blueprint-manifest-client/src/openapi.json index b6e1ad6c..c418d267 100644 --- a/clients/blueprint-manifest-client/src/openapi.json +++ b/clients/blueprint-manifest-client/src/openapi.json @@ -1214,8 +1214,14 @@ "properties": { "slug": { "type": "string", + "description": "The installation slug identifier for the blueprint (used for publishing).", "example": "wallbox_b2c" }, + "marketplace_slug": { + "type": "string", + "description": "The marketplace page slug for the Webflow CMS item (used for display).", + "example": "wallbox-b2c" + }, "version": { "type": "string", "example": "v1.0.0" From 74b3176a41593175387452d20754fd19215b2fd3 Mon Sep 17 00:00:00 2001 From: Siddardh Padyala Date: Wed, 1 Apr 2026 11:47:55 +0530 Subject: [PATCH 2/2] chore: update package-lock.json --- package-lock.json | 49 +---------------------------------------------- 1 file changed, 1 insertion(+), 48 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b1a9ed0..623aacca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -879,7 +879,7 @@ }, "clients/blueprint-manifest-client": { "name": "@epilot/blueprint-manifest-client", - "version": "4.6.1", + "version": "4.6.2", "license": "MIT", "dependencies": { "@dazn/lambda-powertools-correlation-ids": "^1.28.1", @@ -6441,7 +6441,6 @@ "os": [ "darwin" ], - "peer": true, "engines": { "node": ">=18" } @@ -9422,18 +9421,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/debug": { - "version": "4.1.13", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz", - "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "@types/ms": "*" - } - }, "node_modules/@types/deep-eql": { "version": "4.0.2", "dev": true, @@ -9504,15 +9491,6 @@ "version": "7.0.15", "license": "MIT" }, - "node_modules/@types/ms": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", - "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true - }, "node_modules/@types/node": { "version": "24.2.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.0.tgz", @@ -11892,7 +11870,6 @@ "os": [ "aix" ], - "peer": true, "engines": { "node": ">=18" } @@ -11909,7 +11886,6 @@ "os": [ "android" ], - "peer": true, "engines": { "node": ">=18" } @@ -11926,7 +11902,6 @@ "os": [ "android" ], - "peer": true, "engines": { "node": ">=18" } @@ -11943,7 +11918,6 @@ "os": [ "android" ], - "peer": true, "engines": { "node": ">=18" } @@ -11960,7 +11934,6 @@ "os": [ "darwin" ], - "peer": true, "engines": { "node": ">=18" } @@ -11977,7 +11950,6 @@ "os": [ "freebsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -11994,7 +11966,6 @@ "os": [ "freebsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -12011,7 +11982,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -12028,7 +11998,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -12045,7 +12014,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -12062,7 +12030,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -12079,7 +12046,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -12096,7 +12062,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -12113,7 +12078,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -12130,7 +12094,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -12147,7 +12110,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -12164,7 +12126,6 @@ "os": [ "netbsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -12181,7 +12142,6 @@ "os": [ "netbsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -12198,7 +12158,6 @@ "os": [ "openbsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -12215,7 +12174,6 @@ "os": [ "openbsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -12232,7 +12190,6 @@ "os": [ "openharmony" ], - "peer": true, "engines": { "node": ">=18" } @@ -12249,7 +12206,6 @@ "os": [ "sunos" ], - "peer": true, "engines": { "node": ">=18" } @@ -12266,7 +12222,6 @@ "os": [ "win32" ], - "peer": true, "engines": { "node": ">=18" } @@ -12283,7 +12238,6 @@ "os": [ "win32" ], - "peer": true, "engines": { "node": ">=18" } @@ -12300,7 +12254,6 @@ "os": [ "win32" ], - "peer": true, "engines": { "node": ">=18" }