@epilot/blueprint-manifest-client 2.2.6 → 2.3.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 CHANGED
@@ -313,7 +313,7 @@ declare namespace Components {
313
313
  type?: ResourceNodeType;
314
314
  }[];
315
315
  }
316
- 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";
316
+ 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";
317
317
  export interface RootResourceNode {
318
318
  id: string;
319
319
  type: ResourceNodeType;
@@ -390,7 +390,7 @@ declare namespace Paths {
390
390
  }
391
391
  namespace CreateExport {
392
392
  export interface RequestBody {
393
- resourceType?: "journey" | "product" | "price" | "tax" | "automation_flow" | "designbuilder" | "file" | "emailtemplate" | "entity" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "workflow_definition" | "closing_reason" | "taxonomy_classification";
393
+ resourceType?: Components.Schemas.ResourceNodeType;
394
394
  resourceIds?: [
395
395
  string,
396
396
  string?,
package/dist/openapi.json CHANGED
@@ -79,25 +79,7 @@
79
79
  "type": "object",
80
80
  "properties": {
81
81
  "resourceType": {
82
- "type": "string",
83
- "enum": [
84
- "journey",
85
- "product",
86
- "price",
87
- "tax",
88
- "automation_flow",
89
- "designbuilder",
90
- "file",
91
- "emailtemplate",
92
- "entity",
93
- "schema",
94
- "schema_attribute",
95
- "schema_capability",
96
- "schema_group",
97
- "workflow_definition",
98
- "closing_reason",
99
- "taxonomy_classification"
100
- ]
82
+ "$ref": "#/components/schemas/ResourceNodeType"
101
83
  },
102
84
  "resourceIds": {
103
85
  "type": "array",
@@ -528,7 +510,8 @@
528
510
  "schema_group",
529
511
  "workflow_definition",
530
512
  "closing_reason",
531
- "taxonomy_classification"
513
+ "taxonomy_classification",
514
+ "webhook"
532
515
  ]
533
516
  },
534
517
  "RootResourceNode": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/blueprint-manifest-client",
3
- "version": "2.2.6",
3
+ "version": "2.3.1",
4
4
  "description": "Client for epilot Terraform Blueprint Manifest API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",