From bc34c326b109c8d22455470f14a69981296e3f99 Mon Sep 17 00:00:00 2001 From: Mateus Nardo Date: Thu, 3 Oct 2024 11:57:59 +0200 Subject: [PATCH] chore(blueprint-manifest-client): bump version --- clients/blueprint-manifest-client/package-lock.json | 4 ++-- clients/blueprint-manifest-client/package.json | 2 +- clients/blueprint-manifest-client/src/openapi.d.ts | 2 +- clients/blueprint-manifest-client/src/openapi.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/clients/blueprint-manifest-client/package-lock.json b/clients/blueprint-manifest-client/package-lock.json index 4d23652..38996ea 100644 --- a/clients/blueprint-manifest-client/package-lock.json +++ b/clients/blueprint-manifest-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@epilot/blueprint-manifest-client", - "version": "2.2.6", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@epilot/blueprint-manifest-client", - "version": "2.2.6", + "version": "2.3.2", "license": "MIT", "dependencies": { "@dazn/lambda-powertools-correlation-ids": "^1.28.1", diff --git a/clients/blueprint-manifest-client/package.json b/clients/blueprint-manifest-client/package.json index e58f641..6c56cf2 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.3.2", + "version": "2.3.3", "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 bf6b3e2..05238b5 100644 --- a/clients/blueprint-manifest-client/src/openapi.d.ts +++ b/clients/blueprint-manifest-client/src/openapi.d.ts @@ -356,7 +356,7 @@ declare namespace Components { }[]; changes?: PlanChanges; } - export type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook"; + export type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "custom_variable"; export interface RootResourceNode { /** * ID of the resource diff --git a/clients/blueprint-manifest-client/src/openapi.json b/clients/blueprint-manifest-client/src/openapi.json index 8369c0b..44a35d4 100644 --- a/clients/blueprint-manifest-client/src/openapi.json +++ b/clients/blueprint-manifest-client/src/openapi.json @@ -526,11 +526,11 @@ "schema_attribute", "schema_capability", "schema_group", - "schema_group_headline", "workflow_definition", "closing_reason", "taxonomy_classification", - "webhook" + "webhook", + "custom_variable" ] }, "PlanChanges": { @@ -842,7 +842,7 @@ "manifest": { "type": "string", "description": "Markdown content shown before installing the manifest", - "example": "This is the content of the manifest.md file which contains the manifest descripton. \n" + "example": "This is the content of the manifest.md file which contains the manifest descripton.\n" }, "preinstall": { "type": "string",