@voiceflow/utils-designer 1.58.13 → 1.58.14-224d88eb5c.10

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.
@@ -30,8 +30,8 @@ export declare const entityVariantsValidator: import("./main").IValidatorWithCon
30
30
  id: string;
31
31
  createdAt: string;
32
32
  entityID: string;
33
- synonyms: string[];
34
33
  language: "en-us";
34
+ synonyms: string[];
35
35
  updatedAt?: string | undefined;
36
36
  updatedByID?: number | null | undefined;
37
37
  assistantID?: string | undefined;
@@ -30,8 +30,8 @@ export declare const entityVariantsValidator: import("./main.js").IValidatorWith
30
30
  id: string;
31
31
  createdAt: string;
32
32
  entityID: string;
33
- synonyms: string[];
34
33
  language: "en-us";
34
+ synonyms: string[];
35
35
  updatedAt?: string | undefined;
36
36
  updatedByID?: number | null | undefined;
37
37
  assistantID?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voiceflow/utils-designer",
3
- "version": "1.58.13",
3
+ "version": "1.58.14-224d88eb5c.10+224d88eb5c",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./build/cjs/main.d.ts",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@voiceflow/common": "8.7.1",
35
- "@voiceflow/dtos": "1.290.2",
35
+ "@voiceflow/dtos": "1.290.3-224d88eb5c.10+224d88eb5c",
36
36
  "bidirectional-adapter": "1.2.1",
37
37
  "polished": "4.2.2",
38
38
  "slate": "^0.103.0",
@@ -44,5 +44,5 @@
44
44
  "volta": {
45
45
  "extends": "../../package.json"
46
46
  },
47
- "gitHead": "69528f775969aeaec862795b2ac7d60d91f6f6e0"
47
+ "gitHead": "224d88eb5c0bddbafb1e4c99996558eafd8c80ab"
48
48
  }