@epilot/blueprint-manifest-client 4.2.0 → 4.3.0

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 CHANGED
@@ -1430,7 +1430,7 @@ declare namespace Components {
1430
1430
  /**
1431
1431
  * Type of the resource
1432
1432
  */
1433
- 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";
1433
+ 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" | "integration" | "dashboard" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template";
1434
1434
  export interface ResourceReplacement {
1435
1435
  /**
1436
1436
  * Original resource ID to be replaced
package/dist/openapi.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "openapi": "3.1.0",
3
3
  "info": {
4
4
  "title": "Blueprint Manifest API",
5
- "version": "3.3.0",
5
+ "version": "3.4.0",
6
6
  "description": "Service to create and install Blueprint Manifest files"
7
7
  },
8
8
  "tags": [
@@ -37,9 +37,6 @@
37
37
  }
38
38
  ],
39
39
  "servers": [
40
- {
41
- "url": "https://blueprint-manifest.sls.epilot.io"
42
- },
43
40
  {
44
41
  "url": "https://blueprint-manifest.sls.epilot.io"
45
42
  }
@@ -2411,8 +2408,7 @@
2411
2408
  "closing_reason",
2412
2409
  "taxonomy_classification",
2413
2410
  "webhook",
2414
- "erp_integration",
2415
- "erp_integration_use_case",
2411
+ "integration",
2416
2412
  "dashboard",
2417
2413
  "custom_variable",
2418
2414
  "usergroup",
@@ -2424,7 +2420,8 @@
2424
2420
  "kanban",
2425
2421
  "validation_rule",
2426
2422
  "flow_template",
2427
- "taxonomy"
2423
+ "taxonomy",
2424
+ "notification_template"
2428
2425
  ]
2429
2426
  },
2430
2427
  "PlanChanges": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/blueprint-manifest-client",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "description": "Client for epilot Terraform Blueprint Manifest API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",