Skip to content

Commit

Permalink
chore(blueprint-manifest-client): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Nardo committed Oct 3, 2024
1 parent d1d5858 commit bc34c32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions clients/blueprint-manifest-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.2",
"version": "2.3.3",
"description": "Client for epilot Terraform Blueprint Manifest API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion clients/blueprint-manifest-client/src/openapi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions clients/blueprint-manifest-client/src/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,11 +526,11 @@
"schema_attribute",
"schema_capability",
"schema_group",
"schema_group_headline",
"workflow_definition",
"closing_reason",
"taxonomy_classification",
"webhook"
"webhook",
"custom_variable"
]
},
"PlanChanges": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit bc34c32

Please sign in to comment.