@voiceflow/dtos-interact 1.38.0 → 1.40.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.
- package/build/cjs/request/any-request.dto.d.ts +75 -30
- package/build/cjs/request/any-request.dto.d.ts.map +1 -1
- package/build/cjs/request/live-agent-handoff-request.dto.d.ts +100 -40
- package/build/cjs/request/live-agent-handoff-request.dto.d.ts.map +1 -1
- package/build/cjs/request/live-agent-handoff-request.dto.js +5 -2
- package/build/cjs/request/live-agent-handoff-request.dto.js.map +1 -1
- package/build/cjs/widget-settings/widget-settings.constant.d.ts +1 -0
- package/build/cjs/widget-settings/widget-settings.constant.d.ts.map +1 -1
- package/build/cjs/widget-settings/widget-settings.constant.js +1 -0
- package/build/cjs/widget-settings/widget-settings.constant.js.map +1 -1
- package/build/esm/request/any-request.dto.d.ts +75 -30
- package/build/esm/request/any-request.dto.d.ts.map +1 -1
- package/build/esm/request/live-agent-handoff-request.dto.d.ts +100 -40
- package/build/esm/request/live-agent-handoff-request.dto.d.ts.map +1 -1
- package/build/esm/request/live-agent-handoff-request.dto.js +5 -2
- package/build/esm/request/live-agent-handoff-request.dto.js.map +1 -1
- package/build/esm/widget-settings/widget-settings.constant.d.ts +1 -0
- package/build/esm/widget-settings/widget-settings.constant.d.ts.map +1 -1
- package/build/esm/widget-settings/widget-settings.constant.js +1 -0
- package/build/esm/widget-settings/widget-settings.constant.js.map +1 -1
- package/package.json +2 -2
|
@@ -1447,26 +1447,41 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1447
1447
|
}>, z.ZodObject<{
|
|
1448
1448
|
type: z.ZodLiteral<"file_upload">;
|
|
1449
1449
|
files: z.ZodArray<z.ZodObject<{
|
|
1450
|
-
id: z.
|
|
1451
|
-
|
|
1450
|
+
id: z.ZodString;
|
|
1451
|
+
name: z.ZodString;
|
|
1452
|
+
size: z.ZodNumber;
|
|
1453
|
+
type: z.ZodString;
|
|
1454
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1452
1455
|
}, "strip", z.ZodTypeAny, {
|
|
1453
|
-
|
|
1454
|
-
|
|
1456
|
+
type: string;
|
|
1457
|
+
name: string;
|
|
1458
|
+
id: string;
|
|
1459
|
+
size: number;
|
|
1460
|
+
metadata?: Record<string, any> | undefined;
|
|
1455
1461
|
}, {
|
|
1456
|
-
|
|
1457
|
-
|
|
1462
|
+
type: string;
|
|
1463
|
+
name: string;
|
|
1464
|
+
id: string;
|
|
1465
|
+
size: number;
|
|
1466
|
+
metadata?: Record<string, any> | undefined;
|
|
1458
1467
|
}>, "many">;
|
|
1459
1468
|
}, "strict", z.ZodTypeAny, {
|
|
1460
1469
|
type: "file_upload";
|
|
1461
1470
|
files: {
|
|
1462
|
-
|
|
1463
|
-
|
|
1471
|
+
type: string;
|
|
1472
|
+
name: string;
|
|
1473
|
+
id: string;
|
|
1474
|
+
size: number;
|
|
1475
|
+
metadata?: Record<string, any> | undefined;
|
|
1464
1476
|
}[];
|
|
1465
1477
|
}, {
|
|
1466
1478
|
type: "file_upload";
|
|
1467
1479
|
files: {
|
|
1468
|
-
|
|
1469
|
-
|
|
1480
|
+
type: string;
|
|
1481
|
+
name: string;
|
|
1482
|
+
id: string;
|
|
1483
|
+
size: number;
|
|
1484
|
+
metadata?: Record<string, any> | undefined;
|
|
1470
1485
|
}[];
|
|
1471
1486
|
}>, z.ZodObject<{
|
|
1472
1487
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -1491,26 +1506,41 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1491
1506
|
}>, z.ZodObject<{
|
|
1492
1507
|
type: z.ZodLiteral<"file_upload">;
|
|
1493
1508
|
files: z.ZodArray<z.ZodObject<{
|
|
1494
|
-
id: z.
|
|
1495
|
-
|
|
1509
|
+
id: z.ZodString;
|
|
1510
|
+
name: z.ZodString;
|
|
1511
|
+
size: z.ZodNumber;
|
|
1512
|
+
type: z.ZodString;
|
|
1513
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1496
1514
|
}, "strip", z.ZodTypeAny, {
|
|
1497
|
-
|
|
1498
|
-
|
|
1515
|
+
type: string;
|
|
1516
|
+
name: string;
|
|
1517
|
+
id: string;
|
|
1518
|
+
size: number;
|
|
1519
|
+
metadata?: Record<string, any> | undefined;
|
|
1499
1520
|
}, {
|
|
1500
|
-
|
|
1501
|
-
|
|
1521
|
+
type: string;
|
|
1522
|
+
name: string;
|
|
1523
|
+
id: string;
|
|
1524
|
+
size: number;
|
|
1525
|
+
metadata?: Record<string, any> | undefined;
|
|
1502
1526
|
}>, "many">;
|
|
1503
1527
|
}, "strict", z.ZodTypeAny, {
|
|
1504
1528
|
type: "file_upload";
|
|
1505
1529
|
files: {
|
|
1506
|
-
|
|
1507
|
-
|
|
1530
|
+
type: string;
|
|
1531
|
+
name: string;
|
|
1532
|
+
id: string;
|
|
1533
|
+
size: number;
|
|
1534
|
+
metadata?: Record<string, any> | undefined;
|
|
1508
1535
|
}[];
|
|
1509
1536
|
}, {
|
|
1510
1537
|
type: "file_upload";
|
|
1511
1538
|
files: {
|
|
1512
|
-
|
|
1513
|
-
|
|
1539
|
+
type: string;
|
|
1540
|
+
name: string;
|
|
1541
|
+
id: string;
|
|
1542
|
+
size: number;
|
|
1543
|
+
metadata?: Record<string, any> | undefined;
|
|
1514
1544
|
}[];
|
|
1515
1545
|
}>, z.ZodObject<{
|
|
1516
1546
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -1535,26 +1565,41 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1535
1565
|
}>, z.ZodObject<{
|
|
1536
1566
|
type: z.ZodLiteral<"file_upload">;
|
|
1537
1567
|
files: z.ZodArray<z.ZodObject<{
|
|
1538
|
-
id: z.
|
|
1539
|
-
|
|
1568
|
+
id: z.ZodString;
|
|
1569
|
+
name: z.ZodString;
|
|
1570
|
+
size: z.ZodNumber;
|
|
1571
|
+
type: z.ZodString;
|
|
1572
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1540
1573
|
}, "strip", z.ZodTypeAny, {
|
|
1541
|
-
|
|
1542
|
-
|
|
1574
|
+
type: string;
|
|
1575
|
+
name: string;
|
|
1576
|
+
id: string;
|
|
1577
|
+
size: number;
|
|
1578
|
+
metadata?: Record<string, any> | undefined;
|
|
1543
1579
|
}, {
|
|
1544
|
-
|
|
1545
|
-
|
|
1580
|
+
type: string;
|
|
1581
|
+
name: string;
|
|
1582
|
+
id: string;
|
|
1583
|
+
size: number;
|
|
1584
|
+
metadata?: Record<string, any> | undefined;
|
|
1546
1585
|
}>, "many">;
|
|
1547
1586
|
}, "strict", z.ZodTypeAny, {
|
|
1548
1587
|
type: "file_upload";
|
|
1549
1588
|
files: {
|
|
1550
|
-
|
|
1551
|
-
|
|
1589
|
+
type: string;
|
|
1590
|
+
name: string;
|
|
1591
|
+
id: string;
|
|
1592
|
+
size: number;
|
|
1593
|
+
metadata?: Record<string, any> | undefined;
|
|
1552
1594
|
}[];
|
|
1553
1595
|
}, {
|
|
1554
1596
|
type: "file_upload";
|
|
1555
1597
|
files: {
|
|
1556
|
-
|
|
1557
|
-
|
|
1598
|
+
type: string;
|
|
1599
|
+
name: string;
|
|
1600
|
+
id: string;
|
|
1601
|
+
size: number;
|
|
1602
|
+
metadata?: Record<string, any> | undefined;
|
|
1558
1603
|
}[];
|
|
1559
1604
|
}>, z.ZodObject<{
|
|
1560
1605
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"any-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/any-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"any-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/any-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAexB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAEvD,eAAO,MAAM,YAAY,UAAW,OAAO,KAAG,KAAK,IAAI,UAAoD,CAAC"}
|
|
@@ -21,26 +21,41 @@ export type LiveAgentHandoffFileUploadPayload = z.infer<typeof LiveAgentHandoffF
|
|
|
21
21
|
export declare const LiveAgentHandoffFileUploadPayloadDTO: z.ZodObject<{
|
|
22
22
|
type: z.ZodLiteral<"file_upload">;
|
|
23
23
|
files: z.ZodArray<z.ZodObject<{
|
|
24
|
-
id: z.
|
|
25
|
-
|
|
24
|
+
id: z.ZodString;
|
|
25
|
+
name: z.ZodString;
|
|
26
|
+
size: z.ZodNumber;
|
|
27
|
+
type: z.ZodString;
|
|
28
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
26
29
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
|
|
28
|
-
|
|
30
|
+
type: string;
|
|
31
|
+
name: string;
|
|
32
|
+
id: string;
|
|
33
|
+
size: number;
|
|
34
|
+
metadata?: Record<string, any> | undefined;
|
|
29
35
|
}, {
|
|
30
|
-
|
|
31
|
-
|
|
36
|
+
type: string;
|
|
37
|
+
name: string;
|
|
38
|
+
id: string;
|
|
39
|
+
size: number;
|
|
40
|
+
metadata?: Record<string, any> | undefined;
|
|
32
41
|
}>, "many">;
|
|
33
42
|
}, "strict", z.ZodTypeAny, {
|
|
34
43
|
type: "file_upload";
|
|
35
44
|
files: {
|
|
36
|
-
|
|
37
|
-
|
|
45
|
+
type: string;
|
|
46
|
+
name: string;
|
|
47
|
+
id: string;
|
|
48
|
+
size: number;
|
|
49
|
+
metadata?: Record<string, any> | undefined;
|
|
38
50
|
}[];
|
|
39
51
|
}, {
|
|
40
52
|
type: "file_upload";
|
|
41
53
|
files: {
|
|
42
|
-
|
|
43
|
-
|
|
54
|
+
type: string;
|
|
55
|
+
name: string;
|
|
56
|
+
id: string;
|
|
57
|
+
size: number;
|
|
58
|
+
metadata?: Record<string, any> | undefined;
|
|
44
59
|
}[];
|
|
45
60
|
}>;
|
|
46
61
|
export type LiveAgentHandoffContinueConversationPayload = z.infer<typeof LiveAgentHandoffContinueConversationPayloadDTO>;
|
|
@@ -68,26 +83,41 @@ export declare const LiveAgentHandoffRequestDTO: z.ZodObject<{
|
|
|
68
83
|
}>, z.ZodObject<{
|
|
69
84
|
type: z.ZodLiteral<"file_upload">;
|
|
70
85
|
files: z.ZodArray<z.ZodObject<{
|
|
71
|
-
id: z.
|
|
72
|
-
|
|
86
|
+
id: z.ZodString;
|
|
87
|
+
name: z.ZodString;
|
|
88
|
+
size: z.ZodNumber;
|
|
89
|
+
type: z.ZodString;
|
|
90
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
73
91
|
}, "strip", z.ZodTypeAny, {
|
|
74
|
-
|
|
75
|
-
|
|
92
|
+
type: string;
|
|
93
|
+
name: string;
|
|
94
|
+
id: string;
|
|
95
|
+
size: number;
|
|
96
|
+
metadata?: Record<string, any> | undefined;
|
|
76
97
|
}, {
|
|
77
|
-
|
|
78
|
-
|
|
98
|
+
type: string;
|
|
99
|
+
name: string;
|
|
100
|
+
id: string;
|
|
101
|
+
size: number;
|
|
102
|
+
metadata?: Record<string, any> | undefined;
|
|
79
103
|
}>, "many">;
|
|
80
104
|
}, "strict", z.ZodTypeAny, {
|
|
81
105
|
type: "file_upload";
|
|
82
106
|
files: {
|
|
83
|
-
|
|
84
|
-
|
|
107
|
+
type: string;
|
|
108
|
+
name: string;
|
|
109
|
+
id: string;
|
|
110
|
+
size: number;
|
|
111
|
+
metadata?: Record<string, any> | undefined;
|
|
85
112
|
}[];
|
|
86
113
|
}, {
|
|
87
114
|
type: "file_upload";
|
|
88
115
|
files: {
|
|
89
|
-
|
|
90
|
-
|
|
116
|
+
type: string;
|
|
117
|
+
name: string;
|
|
118
|
+
id: string;
|
|
119
|
+
size: number;
|
|
120
|
+
metadata?: Record<string, any> | undefined;
|
|
91
121
|
}[];
|
|
92
122
|
}>, z.ZodObject<{
|
|
93
123
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -112,26 +142,41 @@ export declare const LiveAgentHandoffRequestDTO: z.ZodObject<{
|
|
|
112
142
|
}>, z.ZodObject<{
|
|
113
143
|
type: z.ZodLiteral<"file_upload">;
|
|
114
144
|
files: z.ZodArray<z.ZodObject<{
|
|
115
|
-
id: z.
|
|
116
|
-
|
|
145
|
+
id: z.ZodString;
|
|
146
|
+
name: z.ZodString;
|
|
147
|
+
size: z.ZodNumber;
|
|
148
|
+
type: z.ZodString;
|
|
149
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
117
150
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
|
|
119
|
-
|
|
151
|
+
type: string;
|
|
152
|
+
name: string;
|
|
153
|
+
id: string;
|
|
154
|
+
size: number;
|
|
155
|
+
metadata?: Record<string, any> | undefined;
|
|
120
156
|
}, {
|
|
121
|
-
|
|
122
|
-
|
|
157
|
+
type: string;
|
|
158
|
+
name: string;
|
|
159
|
+
id: string;
|
|
160
|
+
size: number;
|
|
161
|
+
metadata?: Record<string, any> | undefined;
|
|
123
162
|
}>, "many">;
|
|
124
163
|
}, "strict", z.ZodTypeAny, {
|
|
125
164
|
type: "file_upload";
|
|
126
165
|
files: {
|
|
127
|
-
|
|
128
|
-
|
|
166
|
+
type: string;
|
|
167
|
+
name: string;
|
|
168
|
+
id: string;
|
|
169
|
+
size: number;
|
|
170
|
+
metadata?: Record<string, any> | undefined;
|
|
129
171
|
}[];
|
|
130
172
|
}, {
|
|
131
173
|
type: "file_upload";
|
|
132
174
|
files: {
|
|
133
|
-
|
|
134
|
-
|
|
175
|
+
type: string;
|
|
176
|
+
name: string;
|
|
177
|
+
id: string;
|
|
178
|
+
size: number;
|
|
179
|
+
metadata?: Record<string, any> | undefined;
|
|
135
180
|
}[];
|
|
136
181
|
}>, z.ZodObject<{
|
|
137
182
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -156,26 +201,41 @@ export declare const LiveAgentHandoffRequestDTO: z.ZodObject<{
|
|
|
156
201
|
}>, z.ZodObject<{
|
|
157
202
|
type: z.ZodLiteral<"file_upload">;
|
|
158
203
|
files: z.ZodArray<z.ZodObject<{
|
|
159
|
-
id: z.
|
|
160
|
-
|
|
204
|
+
id: z.ZodString;
|
|
205
|
+
name: z.ZodString;
|
|
206
|
+
size: z.ZodNumber;
|
|
207
|
+
type: z.ZodString;
|
|
208
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
161
209
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
|
|
163
|
-
|
|
210
|
+
type: string;
|
|
211
|
+
name: string;
|
|
212
|
+
id: string;
|
|
213
|
+
size: number;
|
|
214
|
+
metadata?: Record<string, any> | undefined;
|
|
164
215
|
}, {
|
|
165
|
-
|
|
166
|
-
|
|
216
|
+
type: string;
|
|
217
|
+
name: string;
|
|
218
|
+
id: string;
|
|
219
|
+
size: number;
|
|
220
|
+
metadata?: Record<string, any> | undefined;
|
|
167
221
|
}>, "many">;
|
|
168
222
|
}, "strict", z.ZodTypeAny, {
|
|
169
223
|
type: "file_upload";
|
|
170
224
|
files: {
|
|
171
|
-
|
|
172
|
-
|
|
225
|
+
type: string;
|
|
226
|
+
name: string;
|
|
227
|
+
id: string;
|
|
228
|
+
size: number;
|
|
229
|
+
metadata?: Record<string, any> | undefined;
|
|
173
230
|
}[];
|
|
174
231
|
}, {
|
|
175
232
|
type: "file_upload";
|
|
176
233
|
files: {
|
|
177
|
-
|
|
178
|
-
|
|
234
|
+
type: string;
|
|
235
|
+
name: string;
|
|
236
|
+
id: string;
|
|
237
|
+
size: number;
|
|
238
|
+
metadata?: Record<string, any> | undefined;
|
|
179
239
|
}[];
|
|
180
240
|
}>, z.ZodObject<{
|
|
181
241
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"live-agent-handoff-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAK9C,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC,OAAO,2BAA2B,CAAC,CAAC;AACnF,eAAO,MAAM,2BAA2B;;;;CAI9B,CAAC;AAEX,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAC/F,eAAO,MAAM,iCAAiC;;;;;;;;;EAKnC,CAAC;AAEZ,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AACrG,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"live-agent-handoff-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAK9C,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC,OAAO,2BAA2B,CAAC,CAAC;AACnF,eAAO,MAAM,2BAA2B;;;;CAI9B,CAAC;AAEX,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAC/F,eAAO,MAAM,iCAAiC;;;;;;;;;EAKnC,CAAC;AAEZ,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AACrG,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAetC,CAAC;AAEZ,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAC/D,OAAO,8CAA8C,CACtD,CAAC;AACF,eAAO,MAAM,8CAA8C;;;;;;EAIhD,CAAC;AAEZ,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACjF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAOvB,CAAC;AAEjB,eAAO,MAAM,yBAAyB,UAAW,OAAO,KAAG,KAAK,IAAI,uBACf,CAAC"}
|
|
@@ -20,8 +20,11 @@ exports.LiveAgentHandoffFileUploadPayloadDTO = zod_1.z
|
|
|
20
20
|
type: zod_1.z.literal(exports.LiveAgentHandoffRequestType.FILE_UPLOAD),
|
|
21
21
|
files: zod_1.z
|
|
22
22
|
.array(zod_1.z.object({
|
|
23
|
-
id: zod_1.z.string().min(1)
|
|
24
|
-
|
|
23
|
+
id: zod_1.z.string().min(1),
|
|
24
|
+
name: zod_1.z.string(),
|
|
25
|
+
size: zod_1.z.number(),
|
|
26
|
+
type: zod_1.z.string(),
|
|
27
|
+
metadata: zod_1.z.record(zod_1.z.any()).optional(),
|
|
25
28
|
}))
|
|
26
29
|
.min(1),
|
|
27
30
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"live-agent-handoff-request.dto.js","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAIxB,2DAAkD;AAClD,2CAA6C;AAGhC,QAAA,2BAA2B,GAAG;IACzC,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,qBAAqB,EAAE,uBAAuB;CACtC,CAAC;AAGE,QAAA,iCAAiC,GAAG,OAAC;KAC/C,MAAM,CAAC;IACN,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,mCAA2B,CAAC,OAAO,CAAC;IACpD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;CACpB,CAAC;KACD,MAAM,EAAE,CAAC;AAGC,QAAA,oCAAoC,GAAG,OAAC;KAClD,MAAM,CAAC;IACN,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,mCAA2B,CAAC,WAAW,CAAC;IACxD,KAAK,EAAE,OAAC;SACL,KAAK,CACJ,OAAC,CAAC,MAAM,CAAC;QACP,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"live-agent-handoff-request.dto.js","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAIxB,2DAAkD;AAClD,2CAA6C;AAGhC,QAAA,2BAA2B,GAAG;IACzC,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,qBAAqB,EAAE,uBAAuB;CACtC,CAAC;AAGE,QAAA,iCAAiC,GAAG,OAAC;KAC/C,MAAM,CAAC;IACN,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,mCAA2B,CAAC,OAAO,CAAC;IACpD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;CACpB,CAAC;KACD,MAAM,EAAE,CAAC;AAGC,QAAA,oCAAoC,GAAG,OAAC;KAClD,MAAM,CAAC;IACN,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,mCAA2B,CAAC,WAAW,CAAC;IACxD,KAAK,EAAE,OAAC;SACL,KAAK,CACJ,OAAC,CAAC,MAAM,CAAC;QACP,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;QACrB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;QAChB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;QAChB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;QAChB,QAAQ,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;KACvC,CAAC,CACH;SACA,GAAG,CAAC,CAAC,CAAC;CACV,CAAC;KACD,MAAM,EAAE,CAAC;AAKC,QAAA,8CAA8C,GAAG,OAAC;KAC5D,MAAM,CAAC;IACN,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,mCAA2B,CAAC,qBAAqB,CAAC;CACnE,CAAC;KACD,MAAM,EAAE,CAAC;AAGC,QAAA,0BAA0B,GAAG,0BAAc,CAAC,MAAM,CAAC;IAC9D,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,+BAAW,CAAC,kBAAkB,CAAC;IAC/C,OAAO,EAAE,OAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE;QACpC,yCAAiC;QACjC,4CAAoC;QACpC,sDAA8C;KAC/C,CAAC;CACH,CAAC,CAAC,WAAW,EAAE,CAAC;AAEV,MAAM,yBAAyB,GAAG,CAAC,KAAc,EAAoC,EAAE,CAC5F,kCAA0B,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC;AADzC,QAAA,yBAAyB,6BACgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"widget-settings.constant.d.ts","sourceRoot":"","sources":["../../../src/widget-settings/widget-settings.constant.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,kCAAkC,YAAY,CAAC;AAE5D,eAAO,MAAM,+BAA+B;;;;;;;;;;;CAW3C,CAAC;AAEF,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"widget-settings.constant.d.ts","sourceRoot":"","sources":["../../../src/widget-settings/widget-settings.constant.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,kCAAkC,YAAY,CAAC;AAE5D,eAAO,MAAM,+BAA+B;;;;;;;;;;;CAW3C,CAAC;AAEF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyEnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"widget-settings.constant.js","sourceRoot":"","sources":["../../../src/widget-settings/widget-settings.constant.ts"],"names":[],"mappings":";;;AACA,iEAOgC;AAEnB,QAAA,kCAAkC,GAAG,SAAS,CAAC;AAE/C,QAAA,+BAA+B,GAAG;IAC7C,EAAE,EAAE,SAAS;IACb,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,0CAAkC;IACvC,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;CACf,CAAC;AAEW,QAAA,gCAAgC,GAAG;IAC9C,IAAI,EAAE,+CAAwB,CAAC,IAAI;IAEnC,IAAI,EAAE;QACJ,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,KAAK;
|
|
1
|
+
{"version":3,"file":"widget-settings.constant.js","sourceRoot":"","sources":["../../../src/widget-settings/widget-settings.constant.ts"],"names":[],"mappings":";;;AACA,iEAOgC;AAEnB,QAAA,kCAAkC,GAAG,SAAS,CAAC;AAE/C,QAAA,+BAA+B,GAAG;IAC7C,EAAE,EAAE,SAAS;IACb,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,0CAAkC;IACvC,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;CACf,CAAC;AAEW,QAAA,gCAAgC,GAAG;IAC9C,IAAI,EAAE,+CAAwB,CAAC,IAAI;IAEnC,IAAI,EAAE;QACJ,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,KAAK;QAClB,SAAS,EAAE,IAAI;QAEf,UAAU,EAAE,mDAA4B,CAAC,MAAM;QAE/C,WAAW,EAAE;YACX,OAAO,EAAE,IAAI;SACd;QACD,UAAU,EAAE;YACV,OAAO,EAAE,IAAI;SACd;QACD,MAAM,EAAE;YACN,OAAO,EAAE,IAAI;YACb,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,2BAA2B;SACzC;QACD,eAAe,EAAE,YAAY;QAC7B,YAAY,EAAE;YACZ,OAAO,EAAE,KAAK;YACd,IAAI,EAAE,6CAA6C;SACpD;QACD,UAAU,EAAE;YACV,OAAO,EAAE,KAAK;YACd,KAAK,EAAE,gBAAgB;YACvB,WAAW,EACT,iMAAiM;YACnM,iBAAiB,EAAE,QAAQ;YAC3B,mBAAmB,EAAE,gBAAgB;YACrC,kBAAkB,EAAE,EAAE;SACvB;QACD,sBAAsB,EAAE,EAAE;KAC3B;IACD,KAAK,EAAE;QACL,UAAU,EAAE,oDAA6B,CAAC,IAAI;QAC9C,OAAO,EAAE;YACP,gBAAgB,EAAE,qBAAqB;YACvC,eAAe,EAAE,cAAc;YAC/B,aAAa,EAAE,cAAc;YAC7B,WAAW,EAAE,mBAAmB;YAChC,aAAa,EAAE,KAAK;SACrB;KACF;IACD,MAAM,EAAE;QACN,UAAU,EAAE,WAAW;QACvB,QAAQ,EAAE;YACR,IAAI,EAAE,iBAAiB;YACvB,IAAI,EAAE,iDAA0B,CAAC,IAAI;SACtC;QACD,SAAS,EAAE,IAAI;QACf,UAAU,EAAE;YACV,OAAO,EAAE,IAAI;SACd;QACD,QAAQ,EAAE,mDAA4B,CAAC,KAAK;QAC5C,WAAW,EAAE,IAAI;QACjB,aAAa,EAAE,IAAI;QACnB,YAAY,EAAE;YACZ,KAAK,EAAE,0CAAkC;YACzC,OAAO,EAAE,uCAA+B;SACzC;QACD,WAAW,EAAE,oDAA6B,CAAC,aAAa;KACzD;IACD,QAAQ,EAAE;QACR,eAAe,EAAE;YACf,OAAO,EAAE,KAAK;YACd,OAAO,EAAE,EAAE;SACZ;QACD,iBAAiB,EAAE,KAAK;KACzB;CACuB,CAAC"}
|
|
@@ -1447,26 +1447,41 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1447
1447
|
}>, z.ZodObject<{
|
|
1448
1448
|
type: z.ZodLiteral<"file_upload">;
|
|
1449
1449
|
files: z.ZodArray<z.ZodObject<{
|
|
1450
|
-
id: z.
|
|
1451
|
-
|
|
1450
|
+
id: z.ZodString;
|
|
1451
|
+
name: z.ZodString;
|
|
1452
|
+
size: z.ZodNumber;
|
|
1453
|
+
type: z.ZodString;
|
|
1454
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1452
1455
|
}, "strip", z.ZodTypeAny, {
|
|
1453
|
-
|
|
1454
|
-
|
|
1456
|
+
type: string;
|
|
1457
|
+
name: string;
|
|
1458
|
+
id: string;
|
|
1459
|
+
size: number;
|
|
1460
|
+
metadata?: Record<string, any> | undefined;
|
|
1455
1461
|
}, {
|
|
1456
|
-
|
|
1457
|
-
|
|
1462
|
+
type: string;
|
|
1463
|
+
name: string;
|
|
1464
|
+
id: string;
|
|
1465
|
+
size: number;
|
|
1466
|
+
metadata?: Record<string, any> | undefined;
|
|
1458
1467
|
}>, "many">;
|
|
1459
1468
|
}, "strict", z.ZodTypeAny, {
|
|
1460
1469
|
type: "file_upload";
|
|
1461
1470
|
files: {
|
|
1462
|
-
|
|
1463
|
-
|
|
1471
|
+
type: string;
|
|
1472
|
+
name: string;
|
|
1473
|
+
id: string;
|
|
1474
|
+
size: number;
|
|
1475
|
+
metadata?: Record<string, any> | undefined;
|
|
1464
1476
|
}[];
|
|
1465
1477
|
}, {
|
|
1466
1478
|
type: "file_upload";
|
|
1467
1479
|
files: {
|
|
1468
|
-
|
|
1469
|
-
|
|
1480
|
+
type: string;
|
|
1481
|
+
name: string;
|
|
1482
|
+
id: string;
|
|
1483
|
+
size: number;
|
|
1484
|
+
metadata?: Record<string, any> | undefined;
|
|
1470
1485
|
}[];
|
|
1471
1486
|
}>, z.ZodObject<{
|
|
1472
1487
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -1491,26 +1506,41 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1491
1506
|
}>, z.ZodObject<{
|
|
1492
1507
|
type: z.ZodLiteral<"file_upload">;
|
|
1493
1508
|
files: z.ZodArray<z.ZodObject<{
|
|
1494
|
-
id: z.
|
|
1495
|
-
|
|
1509
|
+
id: z.ZodString;
|
|
1510
|
+
name: z.ZodString;
|
|
1511
|
+
size: z.ZodNumber;
|
|
1512
|
+
type: z.ZodString;
|
|
1513
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1496
1514
|
}, "strip", z.ZodTypeAny, {
|
|
1497
|
-
|
|
1498
|
-
|
|
1515
|
+
type: string;
|
|
1516
|
+
name: string;
|
|
1517
|
+
id: string;
|
|
1518
|
+
size: number;
|
|
1519
|
+
metadata?: Record<string, any> | undefined;
|
|
1499
1520
|
}, {
|
|
1500
|
-
|
|
1501
|
-
|
|
1521
|
+
type: string;
|
|
1522
|
+
name: string;
|
|
1523
|
+
id: string;
|
|
1524
|
+
size: number;
|
|
1525
|
+
metadata?: Record<string, any> | undefined;
|
|
1502
1526
|
}>, "many">;
|
|
1503
1527
|
}, "strict", z.ZodTypeAny, {
|
|
1504
1528
|
type: "file_upload";
|
|
1505
1529
|
files: {
|
|
1506
|
-
|
|
1507
|
-
|
|
1530
|
+
type: string;
|
|
1531
|
+
name: string;
|
|
1532
|
+
id: string;
|
|
1533
|
+
size: number;
|
|
1534
|
+
metadata?: Record<string, any> | undefined;
|
|
1508
1535
|
}[];
|
|
1509
1536
|
}, {
|
|
1510
1537
|
type: "file_upload";
|
|
1511
1538
|
files: {
|
|
1512
|
-
|
|
1513
|
-
|
|
1539
|
+
type: string;
|
|
1540
|
+
name: string;
|
|
1541
|
+
id: string;
|
|
1542
|
+
size: number;
|
|
1543
|
+
metadata?: Record<string, any> | undefined;
|
|
1514
1544
|
}[];
|
|
1515
1545
|
}>, z.ZodObject<{
|
|
1516
1546
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -1535,26 +1565,41 @@ export declare const AnyRequestDTO: z.ZodUnion<[z.ZodObject<{
|
|
|
1535
1565
|
}>, z.ZodObject<{
|
|
1536
1566
|
type: z.ZodLiteral<"file_upload">;
|
|
1537
1567
|
files: z.ZodArray<z.ZodObject<{
|
|
1538
|
-
id: z.
|
|
1539
|
-
|
|
1568
|
+
id: z.ZodString;
|
|
1569
|
+
name: z.ZodString;
|
|
1570
|
+
size: z.ZodNumber;
|
|
1571
|
+
type: z.ZodString;
|
|
1572
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1540
1573
|
}, "strip", z.ZodTypeAny, {
|
|
1541
|
-
|
|
1542
|
-
|
|
1574
|
+
type: string;
|
|
1575
|
+
name: string;
|
|
1576
|
+
id: string;
|
|
1577
|
+
size: number;
|
|
1578
|
+
metadata?: Record<string, any> | undefined;
|
|
1543
1579
|
}, {
|
|
1544
|
-
|
|
1545
|
-
|
|
1580
|
+
type: string;
|
|
1581
|
+
name: string;
|
|
1582
|
+
id: string;
|
|
1583
|
+
size: number;
|
|
1584
|
+
metadata?: Record<string, any> | undefined;
|
|
1546
1585
|
}>, "many">;
|
|
1547
1586
|
}, "strict", z.ZodTypeAny, {
|
|
1548
1587
|
type: "file_upload";
|
|
1549
1588
|
files: {
|
|
1550
|
-
|
|
1551
|
-
|
|
1589
|
+
type: string;
|
|
1590
|
+
name: string;
|
|
1591
|
+
id: string;
|
|
1592
|
+
size: number;
|
|
1593
|
+
metadata?: Record<string, any> | undefined;
|
|
1552
1594
|
}[];
|
|
1553
1595
|
}, {
|
|
1554
1596
|
type: "file_upload";
|
|
1555
1597
|
files: {
|
|
1556
|
-
|
|
1557
|
-
|
|
1598
|
+
type: string;
|
|
1599
|
+
name: string;
|
|
1600
|
+
id: string;
|
|
1601
|
+
size: number;
|
|
1602
|
+
metadata?: Record<string, any> | undefined;
|
|
1558
1603
|
}[];
|
|
1559
1604
|
}>, z.ZodObject<{
|
|
1560
1605
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"any-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/any-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"any-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/any-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiBxB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAexB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAEvD,eAAO,MAAM,YAAY,UAAW,OAAO,KAAG,KAAK,IAAI,UAAoD,CAAC"}
|
|
@@ -21,26 +21,41 @@ export type LiveAgentHandoffFileUploadPayload = z.infer<typeof LiveAgentHandoffF
|
|
|
21
21
|
export declare const LiveAgentHandoffFileUploadPayloadDTO: z.ZodObject<{
|
|
22
22
|
type: z.ZodLiteral<"file_upload">;
|
|
23
23
|
files: z.ZodArray<z.ZodObject<{
|
|
24
|
-
id: z.
|
|
25
|
-
|
|
24
|
+
id: z.ZodString;
|
|
25
|
+
name: z.ZodString;
|
|
26
|
+
size: z.ZodNumber;
|
|
27
|
+
type: z.ZodString;
|
|
28
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
26
29
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
|
|
28
|
-
|
|
30
|
+
type: string;
|
|
31
|
+
name: string;
|
|
32
|
+
id: string;
|
|
33
|
+
size: number;
|
|
34
|
+
metadata?: Record<string, any> | undefined;
|
|
29
35
|
}, {
|
|
30
|
-
|
|
31
|
-
|
|
36
|
+
type: string;
|
|
37
|
+
name: string;
|
|
38
|
+
id: string;
|
|
39
|
+
size: number;
|
|
40
|
+
metadata?: Record<string, any> | undefined;
|
|
32
41
|
}>, "many">;
|
|
33
42
|
}, "strict", z.ZodTypeAny, {
|
|
34
43
|
type: "file_upload";
|
|
35
44
|
files: {
|
|
36
|
-
|
|
37
|
-
|
|
45
|
+
type: string;
|
|
46
|
+
name: string;
|
|
47
|
+
id: string;
|
|
48
|
+
size: number;
|
|
49
|
+
metadata?: Record<string, any> | undefined;
|
|
38
50
|
}[];
|
|
39
51
|
}, {
|
|
40
52
|
type: "file_upload";
|
|
41
53
|
files: {
|
|
42
|
-
|
|
43
|
-
|
|
54
|
+
type: string;
|
|
55
|
+
name: string;
|
|
56
|
+
id: string;
|
|
57
|
+
size: number;
|
|
58
|
+
metadata?: Record<string, any> | undefined;
|
|
44
59
|
}[];
|
|
45
60
|
}>;
|
|
46
61
|
export type LiveAgentHandoffContinueConversationPayload = z.infer<typeof LiveAgentHandoffContinueConversationPayloadDTO>;
|
|
@@ -68,26 +83,41 @@ export declare const LiveAgentHandoffRequestDTO: z.ZodObject<{
|
|
|
68
83
|
}>, z.ZodObject<{
|
|
69
84
|
type: z.ZodLiteral<"file_upload">;
|
|
70
85
|
files: z.ZodArray<z.ZodObject<{
|
|
71
|
-
id: z.
|
|
72
|
-
|
|
86
|
+
id: z.ZodString;
|
|
87
|
+
name: z.ZodString;
|
|
88
|
+
size: z.ZodNumber;
|
|
89
|
+
type: z.ZodString;
|
|
90
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
73
91
|
}, "strip", z.ZodTypeAny, {
|
|
74
|
-
|
|
75
|
-
|
|
92
|
+
type: string;
|
|
93
|
+
name: string;
|
|
94
|
+
id: string;
|
|
95
|
+
size: number;
|
|
96
|
+
metadata?: Record<string, any> | undefined;
|
|
76
97
|
}, {
|
|
77
|
-
|
|
78
|
-
|
|
98
|
+
type: string;
|
|
99
|
+
name: string;
|
|
100
|
+
id: string;
|
|
101
|
+
size: number;
|
|
102
|
+
metadata?: Record<string, any> | undefined;
|
|
79
103
|
}>, "many">;
|
|
80
104
|
}, "strict", z.ZodTypeAny, {
|
|
81
105
|
type: "file_upload";
|
|
82
106
|
files: {
|
|
83
|
-
|
|
84
|
-
|
|
107
|
+
type: string;
|
|
108
|
+
name: string;
|
|
109
|
+
id: string;
|
|
110
|
+
size: number;
|
|
111
|
+
metadata?: Record<string, any> | undefined;
|
|
85
112
|
}[];
|
|
86
113
|
}, {
|
|
87
114
|
type: "file_upload";
|
|
88
115
|
files: {
|
|
89
|
-
|
|
90
|
-
|
|
116
|
+
type: string;
|
|
117
|
+
name: string;
|
|
118
|
+
id: string;
|
|
119
|
+
size: number;
|
|
120
|
+
metadata?: Record<string, any> | undefined;
|
|
91
121
|
}[];
|
|
92
122
|
}>, z.ZodObject<{
|
|
93
123
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -112,26 +142,41 @@ export declare const LiveAgentHandoffRequestDTO: z.ZodObject<{
|
|
|
112
142
|
}>, z.ZodObject<{
|
|
113
143
|
type: z.ZodLiteral<"file_upload">;
|
|
114
144
|
files: z.ZodArray<z.ZodObject<{
|
|
115
|
-
id: z.
|
|
116
|
-
|
|
145
|
+
id: z.ZodString;
|
|
146
|
+
name: z.ZodString;
|
|
147
|
+
size: z.ZodNumber;
|
|
148
|
+
type: z.ZodString;
|
|
149
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
117
150
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
|
|
119
|
-
|
|
151
|
+
type: string;
|
|
152
|
+
name: string;
|
|
153
|
+
id: string;
|
|
154
|
+
size: number;
|
|
155
|
+
metadata?: Record<string, any> | undefined;
|
|
120
156
|
}, {
|
|
121
|
-
|
|
122
|
-
|
|
157
|
+
type: string;
|
|
158
|
+
name: string;
|
|
159
|
+
id: string;
|
|
160
|
+
size: number;
|
|
161
|
+
metadata?: Record<string, any> | undefined;
|
|
123
162
|
}>, "many">;
|
|
124
163
|
}, "strict", z.ZodTypeAny, {
|
|
125
164
|
type: "file_upload";
|
|
126
165
|
files: {
|
|
127
|
-
|
|
128
|
-
|
|
166
|
+
type: string;
|
|
167
|
+
name: string;
|
|
168
|
+
id: string;
|
|
169
|
+
size: number;
|
|
170
|
+
metadata?: Record<string, any> | undefined;
|
|
129
171
|
}[];
|
|
130
172
|
}, {
|
|
131
173
|
type: "file_upload";
|
|
132
174
|
files: {
|
|
133
|
-
|
|
134
|
-
|
|
175
|
+
type: string;
|
|
176
|
+
name: string;
|
|
177
|
+
id: string;
|
|
178
|
+
size: number;
|
|
179
|
+
metadata?: Record<string, any> | undefined;
|
|
135
180
|
}[];
|
|
136
181
|
}>, z.ZodObject<{
|
|
137
182
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -156,26 +201,41 @@ export declare const LiveAgentHandoffRequestDTO: z.ZodObject<{
|
|
|
156
201
|
}>, z.ZodObject<{
|
|
157
202
|
type: z.ZodLiteral<"file_upload">;
|
|
158
203
|
files: z.ZodArray<z.ZodObject<{
|
|
159
|
-
id: z.
|
|
160
|
-
|
|
204
|
+
id: z.ZodString;
|
|
205
|
+
name: z.ZodString;
|
|
206
|
+
size: z.ZodNumber;
|
|
207
|
+
type: z.ZodString;
|
|
208
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
161
209
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
|
|
163
|
-
|
|
210
|
+
type: string;
|
|
211
|
+
name: string;
|
|
212
|
+
id: string;
|
|
213
|
+
size: number;
|
|
214
|
+
metadata?: Record<string, any> | undefined;
|
|
164
215
|
}, {
|
|
165
|
-
|
|
166
|
-
|
|
216
|
+
type: string;
|
|
217
|
+
name: string;
|
|
218
|
+
id: string;
|
|
219
|
+
size: number;
|
|
220
|
+
metadata?: Record<string, any> | undefined;
|
|
167
221
|
}>, "many">;
|
|
168
222
|
}, "strict", z.ZodTypeAny, {
|
|
169
223
|
type: "file_upload";
|
|
170
224
|
files: {
|
|
171
|
-
|
|
172
|
-
|
|
225
|
+
type: string;
|
|
226
|
+
name: string;
|
|
227
|
+
id: string;
|
|
228
|
+
size: number;
|
|
229
|
+
metadata?: Record<string, any> | undefined;
|
|
173
230
|
}[];
|
|
174
231
|
}, {
|
|
175
232
|
type: "file_upload";
|
|
176
233
|
files: {
|
|
177
|
-
|
|
178
|
-
|
|
234
|
+
type: string;
|
|
235
|
+
name: string;
|
|
236
|
+
id: string;
|
|
237
|
+
size: number;
|
|
238
|
+
metadata?: Record<string, any> | undefined;
|
|
179
239
|
}[];
|
|
180
240
|
}>, z.ZodObject<{
|
|
181
241
|
type: z.ZodLiteral<"continue_conversation">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"live-agent-handoff-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAK9C,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC,OAAO,2BAA2B,CAAC,CAAC;AACnF,eAAO,MAAM,2BAA2B;;;;CAI9B,CAAC;AAEX,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAC/F,eAAO,MAAM,iCAAiC;;;;;;;;;EAKnC,CAAC;AAEZ,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AACrG,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"live-agent-handoff-request.dto.d.ts","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAK9C,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC,OAAO,2BAA2B,CAAC,CAAC;AACnF,eAAO,MAAM,2BAA2B;;;;CAI9B,CAAC;AAEX,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAC/F,eAAO,MAAM,iCAAiC;;;;;;;;;EAKnC,CAAC;AAEZ,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AACrG,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAetC,CAAC;AAEZ,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAC/D,OAAO,8CAA8C,CACtD,CAAC;AACF,eAAO,MAAM,8CAA8C;;;;;;EAIhD,CAAC;AAEZ,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACjF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAOvB,CAAC;AAEjB,eAAO,MAAM,yBAAyB,UAAW,OAAO,KAAG,KAAK,IAAI,uBACf,CAAC"}
|
|
@@ -17,8 +17,11 @@ export const LiveAgentHandoffFileUploadPayloadDTO = z
|
|
|
17
17
|
type: z.literal(LiveAgentHandoffRequestType.FILE_UPLOAD),
|
|
18
18
|
files: z
|
|
19
19
|
.array(z.object({
|
|
20
|
-
id: z.string().min(1)
|
|
21
|
-
|
|
20
|
+
id: z.string().min(1),
|
|
21
|
+
name: z.string(),
|
|
22
|
+
size: z.number(),
|
|
23
|
+
type: z.string(),
|
|
24
|
+
metadata: z.record(z.any()).optional(),
|
|
22
25
|
}))
|
|
23
26
|
.min(1),
|
|
24
27
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"live-agent-handoff-request.dto.js","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7C,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,qBAAqB,EAAE,uBAAuB;CACtC,CAAC;AAGX,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC;KAC/C,MAAM,CAAC;IACN,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,2BAA2B,CAAC,OAAO,CAAC;IACpD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC;KACD,MAAM,EAAE,CAAC;AAGZ,MAAM,CAAC,MAAM,oCAAoC,GAAG,CAAC;KAClD,MAAM,CAAC;IACN,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,2BAA2B,CAAC,WAAW,CAAC;IACxD,KAAK,EAAE,CAAC;SACL,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"live-agent-handoff-request.dto.js","sourceRoot":"","sources":["../../../src/request/live-agent-handoff-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7C,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,qBAAqB,EAAE,uBAAuB;CACtC,CAAC;AAGX,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC;KAC/C,MAAM,CAAC;IACN,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,2BAA2B,CAAC,OAAO,CAAC;IACpD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC;KACD,MAAM,EAAE,CAAC;AAGZ,MAAM,CAAC,MAAM,oCAAoC,GAAG,CAAC;KAClD,MAAM,CAAC;IACN,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,2BAA2B,CAAC,WAAW,CAAC;IACxD,KAAK,EAAE,CAAC;SACL,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;QACrB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;QAChB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;QAChB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;QAChB,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;KACvC,CAAC,CACH;SACA,GAAG,CAAC,CAAC,CAAC;CACV,CAAC;KACD,MAAM,EAAE,CAAC;AAKZ,MAAM,CAAC,MAAM,8CAA8C,GAAG,CAAC;KAC5D,MAAM,CAAC;IACN,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,2BAA2B,CAAC,qBAAqB,CAAC;CACnE,CAAC;KACD,MAAM,EAAE,CAAC;AAGZ,MAAM,CAAC,MAAM,0BAA0B,GAAG,cAAc,CAAC,MAAM,CAAC;IAC9D,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC,kBAAkB,CAAC;IAC/C,OAAO,EAAE,CAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE;QACpC,iCAAiC;QACjC,oCAAoC;QACpC,8CAA8C;KAC/C,CAAC;CACH,CAAC,CAAC,WAAW,EAAE,CAAC;AAEjB,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,KAAc,EAAoC,EAAE,CAC5F,0BAA0B,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"widget-settings.constant.d.ts","sourceRoot":"","sources":["../../../src/widget-settings/widget-settings.constant.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,kCAAkC,YAAY,CAAC;AAE5D,eAAO,MAAM,+BAA+B;;;;;;;;;;;CAW3C,CAAC;AAEF,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"widget-settings.constant.d.ts","sourceRoot":"","sources":["../../../src/widget-settings/widget-settings.constant.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,kCAAkC,YAAY,CAAC;AAE5D,eAAO,MAAM,+BAA+B;;;;;;;;;;;CAW3C,CAAC;AAEF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyEnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"widget-settings.constant.js","sourceRoot":"","sources":["../../../src/widget-settings/widget-settings.constant.ts"],"names":[],"mappings":"AACA,OAAO,EACL,6BAA6B,EAC7B,4BAA4B,EAC5B,0BAA0B,EAC1B,6BAA6B,EAC7B,4BAA4B,EAC5B,wBAAwB,GACzB,MAAM,wBAAwB,CAAC;AAEhC,MAAM,CAAC,MAAM,kCAAkC,GAAG,SAAS,CAAC;AAE5D,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,EAAE,EAAE,SAAS;IACb,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,kCAAkC;IACvC,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;CACf,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,IAAI,EAAE,wBAAwB,CAAC,IAAI;IAEnC,IAAI,EAAE;QACJ,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,KAAK;
|
|
1
|
+
{"version":3,"file":"widget-settings.constant.js","sourceRoot":"","sources":["../../../src/widget-settings/widget-settings.constant.ts"],"names":[],"mappings":"AACA,OAAO,EACL,6BAA6B,EAC7B,4BAA4B,EAC5B,0BAA0B,EAC1B,6BAA6B,EAC7B,4BAA4B,EAC5B,wBAAwB,GACzB,MAAM,wBAAwB,CAAC;AAEhC,MAAM,CAAC,MAAM,kCAAkC,GAAG,SAAS,CAAC;AAE5D,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,EAAE,EAAE,SAAS;IACb,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,kCAAkC;IACvC,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;CACf,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,IAAI,EAAE,wBAAwB,CAAC,IAAI;IAEnC,IAAI,EAAE;QACJ,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,KAAK;QAClB,SAAS,EAAE,IAAI;QAEf,UAAU,EAAE,4BAA4B,CAAC,MAAM;QAE/C,WAAW,EAAE;YACX,OAAO,EAAE,IAAI;SACd;QACD,UAAU,EAAE;YACV,OAAO,EAAE,IAAI;SACd;QACD,MAAM,EAAE;YACN,OAAO,EAAE,IAAI;YACb,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,2BAA2B;SACzC;QACD,eAAe,EAAE,YAAY;QAC7B,YAAY,EAAE;YACZ,OAAO,EAAE,KAAK;YACd,IAAI,EAAE,6CAA6C;SACpD;QACD,UAAU,EAAE;YACV,OAAO,EAAE,KAAK;YACd,KAAK,EAAE,gBAAgB;YACvB,WAAW,EACT,iMAAiM;YACnM,iBAAiB,EAAE,QAAQ;YAC3B,mBAAmB,EAAE,gBAAgB;YACrC,kBAAkB,EAAE,EAAE;SACvB;QACD,sBAAsB,EAAE,EAAE;KAC3B;IACD,KAAK,EAAE;QACL,UAAU,EAAE,6BAA6B,CAAC,IAAI;QAC9C,OAAO,EAAE;YACP,gBAAgB,EAAE,qBAAqB;YACvC,eAAe,EAAE,cAAc;YAC/B,aAAa,EAAE,cAAc;YAC7B,WAAW,EAAE,mBAAmB;YAChC,aAAa,EAAE,KAAK;SACrB;KACF;IACD,MAAM,EAAE;QACN,UAAU,EAAE,WAAW;QACvB,QAAQ,EAAE;YACR,IAAI,EAAE,iBAAiB;YACvB,IAAI,EAAE,0BAA0B,CAAC,IAAI;SACtC;QACD,SAAS,EAAE,IAAI;QACf,UAAU,EAAE;YACV,OAAO,EAAE,IAAI;SACd;QACD,QAAQ,EAAE,4BAA4B,CAAC,KAAK;QAC5C,WAAW,EAAE,IAAI;QACjB,aAAa,EAAE,IAAI;QACnB,YAAY,EAAE;YACZ,KAAK,EAAE,kCAAkC;YACzC,OAAO,EAAE,+BAA+B;SACzC;QACD,WAAW,EAAE,6BAA6B,CAAC,aAAa;KACzD;IACD,QAAQ,EAAE;QACR,eAAe,EAAE;YACf,OAAO,EAAE,KAAK;YACd,OAAO,EAAE,EAAE;SACZ;QACD,iBAAiB,EAAE,KAAK;KACzB;CACuB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voiceflow/dtos-interact",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.40.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": "
|
|
46
|
+
"gitHead": "ca1e94e971b97beceb2584fb397a4af28cfd2575"
|
|
47
47
|
}
|