@epilot/blueprint-manifest-client 2.6.8 → 2.6.9

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
@@ -567,7 +567,7 @@ declare namespace Components {
567
567
  }[];
568
568
  changes?: PlanChanges;
569
569
  }
570
- 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";
570
+ 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" | "coupon";
571
571
  export interface RootResourceNode {
572
572
  /**
573
573
  * ID of the resource
package/dist/openapi.json CHANGED
@@ -663,7 +663,8 @@
663
663
  "closing_reason",
664
664
  "taxonomy_classification",
665
665
  "webhook",
666
- "custom_variable"
666
+ "custom_variable",
667
+ "coupon"
667
668
  ]
668
669
  },
669
670
  "PlanChanges": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/blueprint-manifest-client",
3
- "version": "2.6.8",
3
+ "version": "2.6.9",
4
4
  "description": "Client for epilot Terraform Blueprint Manifest API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",