@epilot/blueprint-manifest-client 3.8.0 → 3.8.2
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 +2 -2
- package/dist/openapi.json +3 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -686,7 +686,7 @@ declare namespace Components {
|
|
|
686
686
|
resources?: string[];
|
|
687
687
|
};
|
|
688
688
|
}
|
|
689
|
-
export type FormattedErrorCodes = "dependency_extraction" | "resource_not_found" | "resource_fetch_api_error" | "resource_fetch_unknown_error" | "terraform_cli_process_error" | "terraform_import_block_process_error" | "terraform_init_error" | "terraform_plan_error" | "terraform_apply_error" | "terraform_show_error" | "generic_error" | "bad_request" | "forbidden" | "not_found" | "undeclared_resource" | "invalid_readonly_attribute" | "invalid_attribute_value" | "unsupported_attribute" | "self_referential_block" | "circular_dependency" | "state_mismatch";
|
|
689
|
+
export type FormattedErrorCodes = "dependency_extraction" | "resource_not_found" | "resource_fetch_api_error" | "resource_fetch_unknown_error" | "terraform_cli_process_error" | "terraform_import_block_process_error" | "terraform_init_error" | "terraform_plan_error" | "terraform_apply_error" | "terraform_show_error" | "generic_error" | "bad_request" | "forbidden" | "conflict" | "not_found" | "undeclared_resource" | "invalid_readonly_attribute" | "invalid_attribute_value" | "unsupported_attribute" | "self_referential_block" | "circular_dependency" | "state_mismatch";
|
|
690
690
|
export interface FormattedErrorData {
|
|
691
691
|
id?: string;
|
|
692
692
|
name?: string;
|
|
@@ -1378,7 +1378,7 @@ declare namespace Components {
|
|
|
1378
1378
|
/**
|
|
1379
1379
|
* Type of the resource
|
|
1380
1380
|
*/
|
|
1381
|
-
export type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "erp_integration" | "erp_integration_use_case" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template";
|
|
1381
|
+
export type ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "erp_integration" | "erp_integration_use_case" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy";
|
|
1382
1382
|
export interface ResourceReplacement {
|
|
1383
1383
|
/**
|
|
1384
1384
|
* Original resource ID to be replaced
|
package/dist/openapi.json
CHANGED
|
@@ -2288,7 +2288,8 @@
|
|
|
2288
2288
|
"target",
|
|
2289
2289
|
"kanban",
|
|
2290
2290
|
"validation_rule",
|
|
2291
|
-
"flow_template"
|
|
2291
|
+
"flow_template",
|
|
2292
|
+
"taxonomy"
|
|
2292
2293
|
]
|
|
2293
2294
|
},
|
|
2294
2295
|
"PlanChanges": {
|
|
@@ -2797,6 +2798,7 @@
|
|
|
2797
2798
|
"generic_error",
|
|
2798
2799
|
"bad_request",
|
|
2799
2800
|
"forbidden",
|
|
2801
|
+
"conflict",
|
|
2800
2802
|
"not_found",
|
|
2801
2803
|
"undeclared_resource",
|
|
2802
2804
|
"invalid_readonly_attribute",
|