@epilot/blueprint-manifest-client 2.3.2 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/openapi.d.ts +1 -1
- package/dist/openapi.json +3 -3
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -356,7 +356,7 @@ declare namespace Components {
|
|
|
356
356
|
}[];
|
|
357
357
|
changes?: PlanChanges;
|
|
358
358
|
}
|
|
359
|
-
export type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "
|
|
359
|
+
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";
|
|
360
360
|
export interface RootResourceNode {
|
|
361
361
|
/**
|
|
362
362
|
* ID of the resource
|
package/dist/openapi.json
CHANGED
|
@@ -526,11 +526,11 @@
|
|
|
526
526
|
"schema_attribute",
|
|
527
527
|
"schema_capability",
|
|
528
528
|
"schema_group",
|
|
529
|
-
"schema_group_headline",
|
|
530
529
|
"workflow_definition",
|
|
531
530
|
"closing_reason",
|
|
532
531
|
"taxonomy_classification",
|
|
533
|
-
"webhook"
|
|
532
|
+
"webhook",
|
|
533
|
+
"custom_variable"
|
|
534
534
|
]
|
|
535
535
|
},
|
|
536
536
|
"PlanChanges": {
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
"manifest": {
|
|
843
843
|
"type": "string",
|
|
844
844
|
"description": "Markdown content shown before installing the manifest",
|
|
845
|
-
"example": "This is the content of the manifest.md file which contains the manifest descripton
|
|
845
|
+
"example": "This is the content of the manifest.md file which contains the manifest descripton.\n"
|
|
846
846
|
},
|
|
847
847
|
"preinstall": {
|
|
848
848
|
"type": "string",
|