@epilot/blueprint-manifest-client 2.5.0 → 2.5.1
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 +1 -3
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -372,7 +372,7 @@ declare namespace Components {
|
|
|
372
372
|
}[];
|
|
373
373
|
changes?: PlanChanges;
|
|
374
374
|
}
|
|
375
|
-
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";
|
|
375
|
+
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" | "custom_variable";
|
|
376
376
|
export interface RootResourceNode {
|
|
377
377
|
/**
|
|
378
378
|
* ID of the resource
|
package/dist/openapi.json
CHANGED
|
@@ -32,9 +32,6 @@
|
|
|
32
32
|
{
|
|
33
33
|
"url": "https://blueprint-manifest.sls.epilot.io"
|
|
34
34
|
},
|
|
35
|
-
{
|
|
36
|
-
"url": "https://blueprint-manifest.sls.epilot.io"
|
|
37
|
-
},
|
|
38
35
|
{
|
|
39
36
|
"url": "https://blueprint-manifest.sls.epilot.io"
|
|
40
37
|
}
|
|
@@ -530,6 +527,7 @@
|
|
|
530
527
|
"schema_attribute",
|
|
531
528
|
"schema_capability",
|
|
532
529
|
"schema_group",
|
|
530
|
+
"schema_group_headline",
|
|
533
531
|
"workflow_definition",
|
|
534
532
|
"closing_reason",
|
|
535
533
|
"taxonomy_classification",
|