@epilot/blueprint-manifest-client 2.6.7 → 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
@@ -869,6 +869,7 @@ declare namespace Paths {
869
869
  */
870
870
  isExportingMultipleResources?: boolean;
871
871
  generateAISummary?: boolean;
872
+ language?: "en" | "de";
872
873
  }
873
874
  namespace Responses {
874
875
  export interface $200 {
package/dist/openapi.json CHANGED
@@ -207,6 +207,13 @@
207
207
  "generateAISummary": {
208
208
  "type": "boolean",
209
209
  "default": false
210
+ },
211
+ "language": {
212
+ "type": "string",
213
+ "enum": [
214
+ "en",
215
+ "de"
216
+ ]
210
217
  }
211
218
  },
212
219
  "required": [
@@ -656,7 +663,8 @@
656
663
  "closing_reason",
657
664
  "taxonomy_classification",
658
665
  "webhook",
659
- "custom_variable"
666
+ "custom_variable",
667
+ "coupon"
660
668
  ]
661
669
  },
662
670
  "PlanChanges": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/blueprint-manifest-client",
3
- "version": "2.6.7",
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",