@voiceflow/dtos-interact 1.34.0 → 1.35.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.
@@ -1500,26 +1500,26 @@ export declare const AnyTraceDTO: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1500
1500
  type: z.ZodLiteral<"dtmf">;
1501
1501
  payload: z.ZodObject<{
1502
1502
  enabled: z.ZodBoolean;
1503
- endKey: z.ZodUnion<[z.ZodLiteral<"#">, z.ZodLiteral<"*">]>;
1504
- timeoutInMS: z.ZodNumber;
1503
+ timeoutInSeconds: z.ZodNumber;
1504
+ delimiter: z.ZodArray<z.ZodEnum<["#", "*"]>, "many">;
1505
1505
  maxDigits: z.ZodNumber;
1506
1506
  }, "strip", z.ZodTypeAny, {
1507
1507
  enabled: boolean;
1508
- endKey: "#" | "*";
1509
- timeoutInMS: number;
1508
+ timeoutInSeconds: number;
1509
+ delimiter: ("#" | "*")[];
1510
1510
  maxDigits: number;
1511
1511
  }, {
1512
1512
  enabled: boolean;
1513
- endKey: "#" | "*";
1514
- timeoutInMS: number;
1513
+ timeoutInSeconds: number;
1514
+ delimiter: ("#" | "*")[];
1515
1515
  maxDigits: number;
1516
1516
  }>;
1517
1517
  }, "strip", z.ZodTypeAny, {
1518
1518
  type: "dtmf";
1519
1519
  payload: {
1520
1520
  enabled: boolean;
1521
- endKey: "#" | "*";
1522
- timeoutInMS: number;
1521
+ timeoutInSeconds: number;
1522
+ delimiter: ("#" | "*")[];
1523
1523
  maxDigits: number;
1524
1524
  };
1525
1525
  paths?: {
@@ -1536,8 +1536,8 @@ export declare const AnyTraceDTO: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1536
1536
  type: "dtmf";
1537
1537
  payload: {
1538
1538
  enabled: boolean;
1539
- endKey: "#" | "*";
1540
- timeoutInMS: number;
1539
+ timeoutInSeconds: number;
1540
+ delimiter: ("#" | "*")[];
1541
1541
  maxDigits: number;
1542
1542
  };
1543
1543
  paths?: {
@@ -1,18 +1,18 @@
1
1
  import { z } from 'zod';
2
2
  export declare const DTMFTracePayloadDTO: z.ZodObject<{
3
3
  enabled: z.ZodBoolean;
4
- endKey: z.ZodUnion<[z.ZodLiteral<"#">, z.ZodLiteral<"*">]>;
5
- timeoutInMS: z.ZodNumber;
4
+ timeoutInSeconds: z.ZodNumber;
5
+ delimiter: z.ZodArray<z.ZodEnum<["#", "*"]>, "many">;
6
6
  maxDigits: z.ZodNumber;
7
7
  }, "strip", z.ZodTypeAny, {
8
8
  enabled: boolean;
9
- endKey: "#" | "*";
10
- timeoutInMS: number;
9
+ timeoutInSeconds: number;
10
+ delimiter: ("#" | "*")[];
11
11
  maxDigits: number;
12
12
  }, {
13
13
  enabled: boolean;
14
- endKey: "#" | "*";
15
- timeoutInMS: number;
14
+ timeoutInSeconds: number;
15
+ delimiter: ("#" | "*")[];
16
16
  maxDigits: number;
17
17
  }>;
18
18
  export type DTMFTracePayload = z.infer<typeof DTMFTracePayloadDTO>;
@@ -53,26 +53,26 @@ export declare const DTMFTraceDTO: z.ZodObject<{
53
53
  type: z.ZodLiteral<"dtmf">;
54
54
  payload: z.ZodObject<{
55
55
  enabled: z.ZodBoolean;
56
- endKey: z.ZodUnion<[z.ZodLiteral<"#">, z.ZodLiteral<"*">]>;
57
- timeoutInMS: z.ZodNumber;
56
+ timeoutInSeconds: z.ZodNumber;
57
+ delimiter: z.ZodArray<z.ZodEnum<["#", "*"]>, "many">;
58
58
  maxDigits: z.ZodNumber;
59
59
  }, "strip", z.ZodTypeAny, {
60
60
  enabled: boolean;
61
- endKey: "#" | "*";
62
- timeoutInMS: number;
61
+ timeoutInSeconds: number;
62
+ delimiter: ("#" | "*")[];
63
63
  maxDigits: number;
64
64
  }, {
65
65
  enabled: boolean;
66
- endKey: "#" | "*";
67
- timeoutInMS: number;
66
+ timeoutInSeconds: number;
67
+ delimiter: ("#" | "*")[];
68
68
  maxDigits: number;
69
69
  }>;
70
70
  }, "strip", z.ZodTypeAny, {
71
71
  type: "dtmf";
72
72
  payload: {
73
73
  enabled: boolean;
74
- endKey: "#" | "*";
75
- timeoutInMS: number;
74
+ timeoutInSeconds: number;
75
+ delimiter: ("#" | "*")[];
76
76
  maxDigits: number;
77
77
  };
78
78
  paths?: {
@@ -89,8 +89,8 @@ export declare const DTMFTraceDTO: z.ZodObject<{
89
89
  type: "dtmf";
90
90
  payload: {
91
91
  enabled: boolean;
92
- endKey: "#" | "*";
93
- timeoutInMS: number;
92
+ timeoutInSeconds: number;
93
+ delimiter: ("#" | "*")[];
94
94
  maxDigits: number;
95
95
  };
96
96
  paths?: {
@@ -1 +1 @@
1
- {"version":3,"file":"dtmf.dto.d.ts","sourceRoot":"","sources":["../../../src/trace/dtmf.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAS9B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEnE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
1
+ {"version":3,"file":"dtmf.dto.d.ts","sourceRoot":"","sources":["../../../src/trace/dtmf.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAW9B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEnE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
@@ -6,12 +6,12 @@ const trace_type_enum_1 = require("./trace-type.enum");
6
6
  const utils_dto_1 = require("./utils.dto");
7
7
  exports.DTMFTracePayloadDTO = zod_1.z.object({
8
8
  enabled: zod_1.z.boolean().describe('Enables the new DTMF collection and configuration'),
9
- endKey: zod_1.z.union([zod_1.z.literal('#'), zod_1.z.literal('*')]).describe("Which key to use to end DTMF input. Defaults to '#'"),
10
- timeoutInMS: zod_1.z
9
+ timeoutInSeconds: zod_1.z
11
10
  .number()
12
11
  .min(0)
13
- .max(5_000)
14
- .describe('How long between key presses before we assume the user is finished'),
12
+ .max(10)
13
+ .describe('How long to wait before processing the DTMF input. Set to 0 to process only after a delimiter is provided.'),
14
+ delimiter: zod_1.z.array(zod_1.z.enum(['#', '*'])).describe("Which key to use to end DTMF input. Defaults to '#'"),
15
15
  maxDigits: zod_1.z.number().min(1).max(20).describe('The maximum number of digits before we finish their input'),
16
16
  });
17
17
  exports.DTMFTraceDTO = utils_dto_1.BaseTraceDTO.extend({
@@ -1 +1 @@
1
- {"version":3,"file":"dtmf.dto.js","sourceRoot":"","sources":["../../../src/trace/dtmf.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,uDAA8C;AAC9C,2CAA2C;AAE9B,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,mDAAmD,CAAC;IAClF,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,CAAC,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,qDAAqD,CAAC;IACjH,WAAW,EAAE,OAAC;SACX,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,CAAC;SACN,GAAG,CAAC,KAAK,CAAC;SACV,QAAQ,CAAC,oEAAoE,CAAC;IACjF,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,2DAA2D,CAAC;CAC3G,CAAC,CAAC;AAIU,QAAA,YAAY,GAAG,wBAAY,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,2BAAS,CAAC,IAAI,CAAC;IAC/B,OAAO,EAAE,2BAAmB;CAC7B,CAAC,CAAC"}
1
+ {"version":3,"file":"dtmf.dto.js","sourceRoot":"","sources":["../../../src/trace/dtmf.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,uDAA8C;AAC9C,2CAA2C;AAE9B,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,mDAAmD,CAAC;IAClF,gBAAgB,EAAE,OAAC;SAChB,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,CAAC;SACN,GAAG,CAAC,EAAE,CAAC;SACP,QAAQ,CACP,4GAA4G,CAC7G;IACH,SAAS,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,qDAAqD,CAAC;IACtG,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,2DAA2D,CAAC;CAC3G,CAAC,CAAC;AAIU,QAAA,YAAY,GAAG,wBAAY,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,2BAAS,CAAC,IAAI,CAAC;IAC/B,OAAO,EAAE,2BAAmB;CAC7B,CAAC,CAAC"}
@@ -1500,26 +1500,26 @@ export declare const AnyTraceDTO: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1500
1500
  type: z.ZodLiteral<"dtmf">;
1501
1501
  payload: z.ZodObject<{
1502
1502
  enabled: z.ZodBoolean;
1503
- endKey: z.ZodUnion<[z.ZodLiteral<"#">, z.ZodLiteral<"*">]>;
1504
- timeoutInMS: z.ZodNumber;
1503
+ timeoutInSeconds: z.ZodNumber;
1504
+ delimiter: z.ZodArray<z.ZodEnum<["#", "*"]>, "many">;
1505
1505
  maxDigits: z.ZodNumber;
1506
1506
  }, "strip", z.ZodTypeAny, {
1507
1507
  enabled: boolean;
1508
- endKey: "#" | "*";
1509
- timeoutInMS: number;
1508
+ timeoutInSeconds: number;
1509
+ delimiter: ("#" | "*")[];
1510
1510
  maxDigits: number;
1511
1511
  }, {
1512
1512
  enabled: boolean;
1513
- endKey: "#" | "*";
1514
- timeoutInMS: number;
1513
+ timeoutInSeconds: number;
1514
+ delimiter: ("#" | "*")[];
1515
1515
  maxDigits: number;
1516
1516
  }>;
1517
1517
  }, "strip", z.ZodTypeAny, {
1518
1518
  type: "dtmf";
1519
1519
  payload: {
1520
1520
  enabled: boolean;
1521
- endKey: "#" | "*";
1522
- timeoutInMS: number;
1521
+ timeoutInSeconds: number;
1522
+ delimiter: ("#" | "*")[];
1523
1523
  maxDigits: number;
1524
1524
  };
1525
1525
  paths?: {
@@ -1536,8 +1536,8 @@ export declare const AnyTraceDTO: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1536
1536
  type: "dtmf";
1537
1537
  payload: {
1538
1538
  enabled: boolean;
1539
- endKey: "#" | "*";
1540
- timeoutInMS: number;
1539
+ timeoutInSeconds: number;
1540
+ delimiter: ("#" | "*")[];
1541
1541
  maxDigits: number;
1542
1542
  };
1543
1543
  paths?: {
@@ -1,18 +1,18 @@
1
1
  import { z } from 'zod';
2
2
  export declare const DTMFTracePayloadDTO: z.ZodObject<{
3
3
  enabled: z.ZodBoolean;
4
- endKey: z.ZodUnion<[z.ZodLiteral<"#">, z.ZodLiteral<"*">]>;
5
- timeoutInMS: z.ZodNumber;
4
+ timeoutInSeconds: z.ZodNumber;
5
+ delimiter: z.ZodArray<z.ZodEnum<["#", "*"]>, "many">;
6
6
  maxDigits: z.ZodNumber;
7
7
  }, "strip", z.ZodTypeAny, {
8
8
  enabled: boolean;
9
- endKey: "#" | "*";
10
- timeoutInMS: number;
9
+ timeoutInSeconds: number;
10
+ delimiter: ("#" | "*")[];
11
11
  maxDigits: number;
12
12
  }, {
13
13
  enabled: boolean;
14
- endKey: "#" | "*";
15
- timeoutInMS: number;
14
+ timeoutInSeconds: number;
15
+ delimiter: ("#" | "*")[];
16
16
  maxDigits: number;
17
17
  }>;
18
18
  export type DTMFTracePayload = z.infer<typeof DTMFTracePayloadDTO>;
@@ -53,26 +53,26 @@ export declare const DTMFTraceDTO: z.ZodObject<{
53
53
  type: z.ZodLiteral<"dtmf">;
54
54
  payload: z.ZodObject<{
55
55
  enabled: z.ZodBoolean;
56
- endKey: z.ZodUnion<[z.ZodLiteral<"#">, z.ZodLiteral<"*">]>;
57
- timeoutInMS: z.ZodNumber;
56
+ timeoutInSeconds: z.ZodNumber;
57
+ delimiter: z.ZodArray<z.ZodEnum<["#", "*"]>, "many">;
58
58
  maxDigits: z.ZodNumber;
59
59
  }, "strip", z.ZodTypeAny, {
60
60
  enabled: boolean;
61
- endKey: "#" | "*";
62
- timeoutInMS: number;
61
+ timeoutInSeconds: number;
62
+ delimiter: ("#" | "*")[];
63
63
  maxDigits: number;
64
64
  }, {
65
65
  enabled: boolean;
66
- endKey: "#" | "*";
67
- timeoutInMS: number;
66
+ timeoutInSeconds: number;
67
+ delimiter: ("#" | "*")[];
68
68
  maxDigits: number;
69
69
  }>;
70
70
  }, "strip", z.ZodTypeAny, {
71
71
  type: "dtmf";
72
72
  payload: {
73
73
  enabled: boolean;
74
- endKey: "#" | "*";
75
- timeoutInMS: number;
74
+ timeoutInSeconds: number;
75
+ delimiter: ("#" | "*")[];
76
76
  maxDigits: number;
77
77
  };
78
78
  paths?: {
@@ -89,8 +89,8 @@ export declare const DTMFTraceDTO: z.ZodObject<{
89
89
  type: "dtmf";
90
90
  payload: {
91
91
  enabled: boolean;
92
- endKey: "#" | "*";
93
- timeoutInMS: number;
92
+ timeoutInSeconds: number;
93
+ delimiter: ("#" | "*")[];
94
94
  maxDigits: number;
95
95
  };
96
96
  paths?: {
@@ -1 +1 @@
1
- {"version":3,"file":"dtmf.dto.d.ts","sourceRoot":"","sources":["../../../src/trace/dtmf.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAS9B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEnE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
1
+ {"version":3,"file":"dtmf.dto.d.ts","sourceRoot":"","sources":["../../../src/trace/dtmf.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAW9B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEnE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
@@ -3,12 +3,12 @@ import { TraceType } from './trace-type.enum.js';
3
3
  import { BaseTraceDTO } from './utils.dto.js';
4
4
  export const DTMFTracePayloadDTO = z.object({
5
5
  enabled: z.boolean().describe('Enables the new DTMF collection and configuration'),
6
- endKey: z.union([z.literal('#'), z.literal('*')]).describe("Which key to use to end DTMF input. Defaults to '#'"),
7
- timeoutInMS: z
6
+ timeoutInSeconds: z
8
7
  .number()
9
8
  .min(0)
10
- .max(5_000)
11
- .describe('How long between key presses before we assume the user is finished'),
9
+ .max(10)
10
+ .describe('How long to wait before processing the DTMF input. Set to 0 to process only after a delimiter is provided.'),
11
+ delimiter: z.array(z.enum(['#', '*'])).describe("Which key to use to end DTMF input. Defaults to '#'"),
12
12
  maxDigits: z.number().min(1).max(20).describe('The maximum number of digits before we finish their input'),
13
13
  });
14
14
  export const DTMFTraceDTO = BaseTraceDTO.extend({
@@ -1 +1 @@
1
- {"version":3,"file":"dtmf.dto.js","sourceRoot":"","sources":["../../../src/trace/dtmf.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,mDAAmD,CAAC;IAClF,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,qDAAqD,CAAC;IACjH,WAAW,EAAE,CAAC;SACX,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,CAAC;SACN,GAAG,CAAC,KAAK,CAAC;SACV,QAAQ,CAAC,oEAAoE,CAAC;IACjF,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,2DAA2D,CAAC;CAC3G,CAAC,CAAC;AAIH,MAAM,CAAC,MAAM,YAAY,GAAG,YAAY,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC;IAC/B,OAAO,EAAE,mBAAmB;CAC7B,CAAC,CAAC"}
1
+ {"version":3,"file":"dtmf.dto.js","sourceRoot":"","sources":["../../../src/trace/dtmf.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,mDAAmD,CAAC;IAClF,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,CAAC;SACN,GAAG,CAAC,EAAE,CAAC;SACP,QAAQ,CACP,4GAA4G,CAC7G;IACH,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,qDAAqD,CAAC;IACtG,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,2DAA2D,CAAC;CAC3G,CAAC,CAAC;AAIH,MAAM,CAAC,MAAM,YAAY,GAAG,YAAY,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC;IAC/B,OAAO,EAAE,mBAAmB;CAC7B,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voiceflow/dtos-interact",
3
- "version": "1.34.0",
3
+ "version": "1.35.0",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./build/cjs/main.d.ts",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "a1963c424bbb91c43ab3965eab56e866872dcecf"
46
+ "gitHead": "a48d469625622455b6172055d2ee9701c96ad47c"
47
47
  }