@voiceflow/dtos-interact 2.12.0 → 2.12.1-0e4da8c5a4.353
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/esm/action/action-type.enum.d.ts +2 -2
- package/build/esm/action/action-type.enum.d.ts.map +1 -1
- package/build/esm/action/action.dto.d.ts.map +1 -1
- package/build/esm/enum/canvas-visibility.enum.d.ts +6 -6
- package/build/esm/enum/canvas-visibility.enum.d.ts.map +1 -1
- package/build/esm/enum/carousel-layout.enum.d.ts +4 -4
- package/build/esm/enum/carousel-layout.enum.d.ts.map +1 -1
- package/build/esm/enum/environment-tag.enum.d.ts +6 -6
- package/build/esm/enum/environment-tag.enum.d.ts.map +1 -1
- package/build/esm/enum/modality.enum.d.ts +6 -6
- package/build/esm/enum/modality.enum.d.ts.map +1 -1
- package/build/esm/enum/version-variant.enum.d.ts +4 -4
- package/build/esm/enum/version-variant.enum.d.ts.map +1 -1
- package/build/esm/enum/visual-type.enum.d.ts +4 -4
- package/build/esm/enum/visual-type.enum.d.ts.map +1 -1
- package/build/esm/request/action-request.dto.d.ts.map +1 -1
- package/build/esm/request/any-request.dto.d.ts +5 -6
- package/build/esm/request/any-request.dto.d.ts.map +1 -1
- package/build/esm/request/dtmf-request.dto.d.ts.map +1 -1
- package/build/esm/request/end-request.dto.d.ts.map +1 -1
- package/build/esm/request/event-request.dto.d.ts.map +1 -1
- package/build/esm/request/exit-scenario-request.dto.d.ts.map +1 -1
- package/build/esm/request/file-request.dto.d.ts +6 -8
- package/build/esm/request/file-request.dto.d.ts.map +1 -1
- package/build/esm/request/file-request.dto.js +3 -4
- package/build/esm/request/file-request.dto.js.map +1 -1
- package/build/esm/request/general/general-request.dto.d.ts.map +1 -1
- package/build/esm/request/general/path-request.dto.d.ts.map +1 -1
- package/build/esm/request/intent/alexa-intent-request.dto.d.ts.map +1 -1
- package/build/esm/request/intent/general-intent-request.dto.d.ts +1 -1
- package/build/esm/request/intent/general-intent-request.dto.d.ts.map +1 -1
- package/build/esm/request/intent/intent-request.dto.d.ts.map +1 -1
- package/build/esm/request/launch-request.dto.d.ts.map +1 -1
- package/build/esm/request/live-agent-handoff-request.dto.d.ts +6 -6
- package/build/esm/request/live-agent-handoff-request.dto.d.ts.map +1 -1
- package/build/esm/request/message-request.dto.d.ts.map +1 -1
- package/build/esm/request/no-reply-request.dto.d.ts.map +1 -1
- package/build/esm/request/request-type.enum.d.ts +26 -26
- package/build/esm/request/request-type.enum.d.ts.map +1 -1
- package/build/esm/request/text-request.dto.d.ts.map +1 -1
- package/build/esm/socket/socket-action-send.dto.d.ts +5 -6
- package/build/esm/socket/socket-action-send.dto.d.ts.map +1 -1
- package/build/esm/socket/socket-action-status.dto.d.ts +9 -9
- package/build/esm/socket/socket-action-status.dto.d.ts.map +1 -1
- package/build/esm/socket/socket-action-trace.dto.d.ts +28 -28
- package/build/esm/socket/socket-client-start.dto.d.ts +8 -8
- package/build/esm/socket/socket-message-type.enum.d.ts +32 -32
- package/build/esm/socket/socket-message-type.enum.d.ts.map +1 -1
- package/build/esm/socket/socket-message.dto.d.ts +98 -102
- package/build/esm/socket/socket-message.dto.d.ts.map +1 -1
- package/build/esm/socket/socket-server-restart.dto.d.ts +5 -6
- package/build/esm/socket/socket-server-restart.dto.d.ts.map +1 -1
- package/build/esm/text/text.dto.d.ts +10 -10
- package/build/esm/text/text.dto.d.ts.map +1 -1
- package/build/esm/trace/any.dto.d.ts +28 -28
- package/build/esm/trace/audio/audio-encoding.enum.d.ts +6 -6
- package/build/esm/trace/audio/audio-encoding.enum.d.ts.map +1 -1
- package/build/esm/trace/audio/audio-state.enum.d.ts +6 -6
- package/build/esm/trace/audio/audio-state.enum.d.ts.map +1 -1
- package/build/esm/trace/audio/audio.dto.d.ts +3 -3
- package/build/esm/trace/call-forward.dto.d.ts +4 -4
- package/build/esm/trace/call-forward.dto.d.ts.map +1 -1
- package/build/esm/trace/carousel.dto.d.ts +2 -2
- package/build/esm/trace/completion.dto.d.ts +3 -3
- package/build/esm/trace/completion.dto.d.ts.map +1 -1
- package/build/esm/trace/debug.dto.d.ts +23 -23
- package/build/esm/trace/debug.dto.d.ts.map +1 -1
- package/build/esm/trace/live-agent-handoff-provider.enum.d.ts +6 -6
- package/build/esm/trace/live-agent-handoff-provider.enum.d.ts.map +1 -1
- package/build/esm/trace/live-agent-handoff.dto.d.ts +12 -12
- package/build/esm/trace/live-agent-handoff.dto.d.ts.map +1 -1
- package/build/esm/trace/realtime-agent.dto.d.ts +9 -9
- package/build/esm/trace/realtime-agent.dto.d.ts.map +1 -1
- package/build/esm/trace/reasoning.dto.d.ts +4 -4
- package/build/esm/trace/reasoning.dto.d.ts.map +1 -1
- package/build/esm/trace/speak/speak.dto.d.ts +2 -2
- package/build/esm/trace/speak/trace-speak-type.enum.d.ts +4 -4
- package/build/esm/trace/speak/trace-speak-type.enum.d.ts.map +1 -1
- package/build/esm/trace/stream/stream.dto.d.ts +4 -4
- package/build/esm/trace/stream/trace-stream-action.enum.d.ts +8 -8
- package/build/esm/trace/stream/trace-stream-action.enum.d.ts.map +1 -1
- package/build/esm/trace/tool-call.dto.d.ts +2 -2
- package/build/esm/trace/tool-call.dto.d.ts.map +1 -1
- package/build/esm/trace/trace-type.enum.d.ts +54 -54
- package/build/esm/trace/trace-type.enum.d.ts.map +1 -1
- package/build/esm/trace/visual.dto.d.ts +6 -6
- package/build/esm/widget-settings/widget-settings-chat-settings/response-loader/widget-settings-chat-settings-response-loader.enum.d.ts +4 -4
- package/build/esm/widget-settings/widget-settings-chat-settings/response-loader/widget-settings-chat-settings-response-loader.enum.d.ts.map +1 -1
- package/build/esm/widget-settings/widget-settings-chat-settings/widget-settings-chat-settings.dto.d.ts +3 -3
- package/build/esm/widget-settings/widget-settings.constant.d.ts.map +1 -1
- package/build/esm/widget-settings/widget-settings.dto.d.ts +30 -30
- package/build/esm/widget-settings/widget-settings.enum.d.ts +32 -32
- package/build/esm/widget-settings/widget-settings.enum.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -7,8 +7,8 @@ export declare const SocketClientMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
7
7
|
sessionKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
8
|
environmentID: z.ZodOptional<z.ZodString>;
|
|
9
9
|
versionVariant: z.ZodOptional<z.ZodEnum<{
|
|
10
|
-
readonly DRAFT:
|
|
11
|
-
readonly PUBLISHED:
|
|
10
|
+
readonly DRAFT: 'draft';
|
|
11
|
+
readonly PUBLISHED: 'published';
|
|
12
12
|
}>>;
|
|
13
13
|
authorization: z.ZodOptional<z.ZodString>;
|
|
14
14
|
projectID: z.ZodOptional<z.ZodString>;
|
|
@@ -20,15 +20,15 @@ export declare const SocketClientMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
20
20
|
completionEvents: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
21
21
|
audioEvents: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
22
22
|
audioEncoding: z.ZodOptional<z.ZodEnum<{
|
|
23
|
-
readonly MP3:
|
|
24
|
-
readonly MULAW:
|
|
25
|
-
readonly PCM:
|
|
23
|
+
readonly MP3: 'audio/mp3';
|
|
24
|
+
readonly MULAW: 'audio/x-mulaw';
|
|
25
|
+
readonly PCM: 'audio/pcm';
|
|
26
26
|
}>>;
|
|
27
27
|
platform: z.ZodOptional<z.ZodString>;
|
|
28
28
|
modality: z.ZodOptional<z.ZodEnum<{
|
|
29
|
-
readonly VOICE:
|
|
30
|
-
readonly CHAT:
|
|
31
|
-
readonly API:
|
|
29
|
+
readonly VOICE: 'voice';
|
|
30
|
+
readonly CHAT: 'chat';
|
|
31
|
+
readonly API: 'api';
|
|
32
32
|
}>>;
|
|
33
33
|
os: z.ZodOptional<z.ZodString>;
|
|
34
34
|
device: z.ZodOptional<z.ZodString>;
|
|
@@ -72,11 +72,10 @@ export declare const SocketClientMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
72
72
|
payload: z.ZodObject<{
|
|
73
73
|
text: z.ZodOptional<z.ZodString>;
|
|
74
74
|
files: z.ZodArray<z.ZodObject<{
|
|
75
|
-
url: z.
|
|
75
|
+
url: z.ZodURL;
|
|
76
76
|
mimeType: z.ZodString;
|
|
77
|
-
filename: z.
|
|
78
|
-
size: z.
|
|
79
|
-
s3Key: z.ZodOptional<z.ZodString>;
|
|
77
|
+
filename: z.ZodString;
|
|
78
|
+
size: z.ZodNumber;
|
|
80
79
|
}, z.core.$loose>>;
|
|
81
80
|
}, z.core.$loose>;
|
|
82
81
|
}, z.core.$loose>, z.ZodObject<{
|
|
@@ -189,8 +188,8 @@ export declare const SocketClientMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
189
188
|
size: z.ZodNumber;
|
|
190
189
|
type: z.ZodString;
|
|
191
190
|
status: z.ZodOptional<z.ZodEnum<{
|
|
192
|
-
uploaded: "uploaded";
|
|
193
191
|
failed: "failed";
|
|
192
|
+
uploaded: "uploaded";
|
|
194
193
|
}>>;
|
|
195
194
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
196
195
|
}, z.core.$strip>>;
|
|
@@ -250,10 +249,10 @@ export declare const SocketClientMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
250
249
|
payload: z.ZodUnknown;
|
|
251
250
|
}, z.core.$strip>>>;
|
|
252
251
|
label: z.ZodOptional<z.ZodString>;
|
|
252
|
+
query: z.ZodDefault<z.ZodString>;
|
|
253
253
|
intent: z.ZodObject<{
|
|
254
254
|
name: z.ZodString;
|
|
255
255
|
}, z.core.$loose>;
|
|
256
|
-
query: z.ZodDefault<z.ZodString>;
|
|
257
256
|
entities: z.ZodNonOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
258
257
|
name: z.ZodString;
|
|
259
258
|
value: z.ZodString;
|
|
@@ -325,9 +324,9 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
325
324
|
type: z.ZodLiteral<"action.status">;
|
|
326
325
|
payload: z.ZodObject<{
|
|
327
326
|
status: z.ZodEnum<{
|
|
328
|
-
readonly ACCEPTED:
|
|
329
|
-
readonly REJECTED:
|
|
330
|
-
readonly COMPLETED:
|
|
327
|
+
readonly ACCEPTED: 'accepted';
|
|
328
|
+
readonly REJECTED: 'rejected';
|
|
329
|
+
readonly COMPLETED: 'completed';
|
|
331
330
|
}>;
|
|
332
331
|
messageID: z.ZodString;
|
|
333
332
|
reason: z.ZodOptional<z.ZodString>;
|
|
@@ -359,9 +358,9 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
359
358
|
state: z.ZodLiteral<"content">;
|
|
360
359
|
content: z.ZodString;
|
|
361
360
|
encoding: z.ZodEnum<{
|
|
362
|
-
readonly MP3:
|
|
363
|
-
readonly MULAW:
|
|
364
|
-
readonly PCM:
|
|
361
|
+
readonly MP3: 'audio/mp3';
|
|
362
|
+
readonly MULAW: 'audio/x-mulaw';
|
|
363
|
+
readonly PCM: 'audio/pcm';
|
|
365
364
|
}>;
|
|
366
365
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
367
366
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -387,8 +386,8 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
387
386
|
ai: z.ZodOptional<z.ZodBoolean>;
|
|
388
387
|
message: z.ZodString;
|
|
389
388
|
type: z.ZodEnum<{
|
|
390
|
-
readonly AUDIO:
|
|
391
|
-
readonly MESSAGE:
|
|
389
|
+
readonly AUDIO: 'audio';
|
|
390
|
+
readonly MESSAGE: 'message';
|
|
392
391
|
}>;
|
|
393
392
|
src: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
394
393
|
voice: z.ZodOptional<z.ZodString>;
|
|
@@ -414,10 +413,10 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
414
413
|
src: z.ZodString;
|
|
415
414
|
token: z.ZodString;
|
|
416
415
|
action: z.ZodEnum<{
|
|
417
|
-
readonly LOOP:
|
|
418
|
-
readonly PLAY:
|
|
419
|
-
readonly PAUSE:
|
|
420
|
-
readonly END:
|
|
416
|
+
readonly LOOP: 'LOOP';
|
|
417
|
+
readonly PLAY: 'PLAY';
|
|
418
|
+
readonly PAUSE: 'PAUSE';
|
|
419
|
+
readonly END: 'END';
|
|
421
420
|
}>;
|
|
422
421
|
loop: z.ZodOptional<z.ZodBoolean>;
|
|
423
422
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -655,8 +654,8 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
655
654
|
id: z.ZodOptional<z.ZodString>;
|
|
656
655
|
}, z.core.$strip>>;
|
|
657
656
|
layout: z.ZodEnum<{
|
|
658
|
-
readonly LIST:
|
|
659
|
-
readonly CAROUSEL:
|
|
657
|
+
readonly LIST: 'List';
|
|
658
|
+
readonly CAROUSEL: 'Carousel';
|
|
660
659
|
}>;
|
|
661
660
|
messageID: z.ZodOptional<z.ZodString>;
|
|
662
661
|
}, z.core.$strip>;
|
|
@@ -943,11 +942,11 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
943
942
|
}, z.core.$strip>], "type">>;
|
|
944
943
|
type: z.ZodOptional<z.ZodString>;
|
|
945
944
|
level: z.ZodOptional<z.ZodEnum<{
|
|
946
|
-
readonly FATAL:
|
|
947
|
-
readonly ERROR:
|
|
948
|
-
readonly WARN:
|
|
949
|
-
readonly INFO:
|
|
950
|
-
readonly DEBUG:
|
|
945
|
+
readonly FATAL: 'fatal';
|
|
946
|
+
readonly ERROR: 'error';
|
|
947
|
+
readonly WARN: 'warn';
|
|
948
|
+
readonly INFO: 'info';
|
|
949
|
+
readonly DEBUG: 'debug';
|
|
951
950
|
}>>;
|
|
952
951
|
message: z.ZodString;
|
|
953
952
|
context: z.ZodOptional<z.ZodString>;
|
|
@@ -1279,9 +1278,9 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
1279
1278
|
height: z.ZodNumber;
|
|
1280
1279
|
}, z.core.$strip>>>;
|
|
1281
1280
|
canvasVisibility: z.ZodOptional<z.ZodEnum<{
|
|
1282
|
-
readonly FULL:
|
|
1283
|
-
readonly HIDDEN:
|
|
1284
|
-
readonly CROPPED:
|
|
1281
|
+
readonly FULL: 'full';
|
|
1282
|
+
readonly HIDDEN: 'hidden';
|
|
1283
|
+
readonly CROPPED: 'cropped';
|
|
1285
1284
|
}>>;
|
|
1286
1285
|
}, z.core.$strip>;
|
|
1287
1286
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1359,17 +1358,17 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
1359
1358
|
action: z.ZodLiteral<"START">;
|
|
1360
1359
|
input: z.ZodObject<{
|
|
1361
1360
|
encoding: z.ZodEnum<{
|
|
1362
|
-
readonly MP3:
|
|
1363
|
-
readonly MULAW:
|
|
1364
|
-
readonly PCM:
|
|
1361
|
+
readonly MP3: 'audio/mp3';
|
|
1362
|
+
readonly MULAW: 'audio/x-mulaw';
|
|
1363
|
+
readonly PCM: 'audio/pcm';
|
|
1365
1364
|
}>;
|
|
1366
1365
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1367
1366
|
}, z.core.$strip>;
|
|
1368
1367
|
output: z.ZodObject<{
|
|
1369
1368
|
encoding: z.ZodEnum<{
|
|
1370
|
-
readonly MP3:
|
|
1371
|
-
readonly MULAW:
|
|
1372
|
-
readonly PCM:
|
|
1369
|
+
readonly MP3: 'audio/mp3';
|
|
1370
|
+
readonly MULAW: 'audio/x-mulaw';
|
|
1371
|
+
readonly PCM: 'audio/pcm';
|
|
1373
1372
|
}>;
|
|
1374
1373
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1375
1374
|
}, z.core.$strip>;
|
|
@@ -1405,9 +1404,9 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
1405
1404
|
}, z.core.$strip>>;
|
|
1406
1405
|
event: z.ZodLiteral<"chat_started">;
|
|
1407
1406
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
1408
|
-
readonly UJET:
|
|
1409
|
-
readonly GENESYS:
|
|
1410
|
-
readonly KUSTOMER:
|
|
1407
|
+
readonly UJET: 'ujet';
|
|
1408
|
+
readonly GENESYS: 'genesys';
|
|
1409
|
+
readonly KUSTOMER: 'kustomer';
|
|
1411
1410
|
}>>;
|
|
1412
1411
|
config: z.ZodOptional<z.ZodObject<{
|
|
1413
1412
|
returnToAI: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1513,11 +1512,10 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
1513
1512
|
payload: z.ZodObject<{
|
|
1514
1513
|
text: z.ZodOptional<z.ZodString>;
|
|
1515
1514
|
files: z.ZodArray<z.ZodObject<{
|
|
1516
|
-
url: z.
|
|
1515
|
+
url: z.ZodURL;
|
|
1517
1516
|
mimeType: z.ZodString;
|
|
1518
|
-
filename: z.
|
|
1519
|
-
size: z.
|
|
1520
|
-
s3Key: z.ZodOptional<z.ZodString>;
|
|
1517
|
+
filename: z.ZodString;
|
|
1518
|
+
size: z.ZodNumber;
|
|
1521
1519
|
}, z.core.$loose>>;
|
|
1522
1520
|
}, z.core.$loose>;
|
|
1523
1521
|
}, z.core.$loose>, z.ZodObject<{
|
|
@@ -1630,8 +1628,8 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
1630
1628
|
size: z.ZodNumber;
|
|
1631
1629
|
type: z.ZodString;
|
|
1632
1630
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1633
|
-
uploaded: "uploaded";
|
|
1634
1631
|
failed: "failed";
|
|
1632
|
+
uploaded: "uploaded";
|
|
1635
1633
|
}>>;
|
|
1636
1634
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1637
1635
|
}, z.core.$strip>>;
|
|
@@ -1691,10 +1689,10 @@ export declare const SocketServerMessageDTO: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
1691
1689
|
payload: z.ZodUnknown;
|
|
1692
1690
|
}, z.core.$strip>>>;
|
|
1693
1691
|
label: z.ZodOptional<z.ZodString>;
|
|
1692
|
+
query: z.ZodDefault<z.ZodString>;
|
|
1694
1693
|
intent: z.ZodObject<{
|
|
1695
1694
|
name: z.ZodString;
|
|
1696
1695
|
}, z.core.$loose>;
|
|
1697
|
-
query: z.ZodDefault<z.ZodString>;
|
|
1698
1696
|
entities: z.ZodNonOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1699
1697
|
name: z.ZodString;
|
|
1700
1698
|
value: z.ZodString;
|
|
@@ -1725,8 +1723,8 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
1725
1723
|
sessionKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1726
1724
|
environmentID: z.ZodOptional<z.ZodString>;
|
|
1727
1725
|
versionVariant: z.ZodOptional<z.ZodEnum<{
|
|
1728
|
-
readonly DRAFT:
|
|
1729
|
-
readonly PUBLISHED:
|
|
1726
|
+
readonly DRAFT: 'draft';
|
|
1727
|
+
readonly PUBLISHED: 'published';
|
|
1730
1728
|
}>>;
|
|
1731
1729
|
authorization: z.ZodOptional<z.ZodString>;
|
|
1732
1730
|
projectID: z.ZodOptional<z.ZodString>;
|
|
@@ -1738,15 +1736,15 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
1738
1736
|
completionEvents: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1739
1737
|
audioEvents: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1740
1738
|
audioEncoding: z.ZodOptional<z.ZodEnum<{
|
|
1741
|
-
readonly MP3:
|
|
1742
|
-
readonly MULAW:
|
|
1743
|
-
readonly PCM:
|
|
1739
|
+
readonly MP3: 'audio/mp3';
|
|
1740
|
+
readonly MULAW: 'audio/x-mulaw';
|
|
1741
|
+
readonly PCM: 'audio/pcm';
|
|
1744
1742
|
}>>;
|
|
1745
1743
|
platform: z.ZodOptional<z.ZodString>;
|
|
1746
1744
|
modality: z.ZodOptional<z.ZodEnum<{
|
|
1747
|
-
readonly VOICE:
|
|
1748
|
-
readonly CHAT:
|
|
1749
|
-
readonly API:
|
|
1745
|
+
readonly VOICE: 'voice';
|
|
1746
|
+
readonly CHAT: 'chat';
|
|
1747
|
+
readonly API: 'api';
|
|
1750
1748
|
}>>;
|
|
1751
1749
|
os: z.ZodOptional<z.ZodString>;
|
|
1752
1750
|
device: z.ZodOptional<z.ZodString>;
|
|
@@ -1790,11 +1788,10 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
1790
1788
|
payload: z.ZodObject<{
|
|
1791
1789
|
text: z.ZodOptional<z.ZodString>;
|
|
1792
1790
|
files: z.ZodArray<z.ZodObject<{
|
|
1793
|
-
url: z.
|
|
1791
|
+
url: z.ZodURL;
|
|
1794
1792
|
mimeType: z.ZodString;
|
|
1795
|
-
filename: z.
|
|
1796
|
-
size: z.
|
|
1797
|
-
s3Key: z.ZodOptional<z.ZodString>;
|
|
1793
|
+
filename: z.ZodString;
|
|
1794
|
+
size: z.ZodNumber;
|
|
1798
1795
|
}, z.core.$loose>>;
|
|
1799
1796
|
}, z.core.$loose>;
|
|
1800
1797
|
}, z.core.$loose>, z.ZodObject<{
|
|
@@ -1907,8 +1904,8 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
1907
1904
|
size: z.ZodNumber;
|
|
1908
1905
|
type: z.ZodString;
|
|
1909
1906
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1910
|
-
uploaded: "uploaded";
|
|
1911
1907
|
failed: "failed";
|
|
1908
|
+
uploaded: "uploaded";
|
|
1912
1909
|
}>>;
|
|
1913
1910
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1914
1911
|
}, z.core.$strip>>;
|
|
@@ -1968,10 +1965,10 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
1968
1965
|
payload: z.ZodUnknown;
|
|
1969
1966
|
}, z.core.$strip>>>;
|
|
1970
1967
|
label: z.ZodOptional<z.ZodString>;
|
|
1968
|
+
query: z.ZodDefault<z.ZodString>;
|
|
1971
1969
|
intent: z.ZodObject<{
|
|
1972
1970
|
name: z.ZodString;
|
|
1973
1971
|
}, z.core.$loose>;
|
|
1974
|
-
query: z.ZodDefault<z.ZodString>;
|
|
1975
1972
|
entities: z.ZodNonOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1976
1973
|
name: z.ZodString;
|
|
1977
1974
|
value: z.ZodString;
|
|
@@ -2036,9 +2033,9 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
2036
2033
|
type: z.ZodLiteral<"action.status">;
|
|
2037
2034
|
payload: z.ZodObject<{
|
|
2038
2035
|
status: z.ZodEnum<{
|
|
2039
|
-
readonly ACCEPTED:
|
|
2040
|
-
readonly REJECTED:
|
|
2041
|
-
readonly COMPLETED:
|
|
2036
|
+
readonly ACCEPTED: 'accepted';
|
|
2037
|
+
readonly REJECTED: 'rejected';
|
|
2038
|
+
readonly COMPLETED: 'completed';
|
|
2042
2039
|
}>;
|
|
2043
2040
|
messageID: z.ZodString;
|
|
2044
2041
|
reason: z.ZodOptional<z.ZodString>;
|
|
@@ -2070,9 +2067,9 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
2070
2067
|
state: z.ZodLiteral<"content">;
|
|
2071
2068
|
content: z.ZodString;
|
|
2072
2069
|
encoding: z.ZodEnum<{
|
|
2073
|
-
readonly MP3:
|
|
2074
|
-
readonly MULAW:
|
|
2075
|
-
readonly PCM:
|
|
2070
|
+
readonly MP3: 'audio/mp3';
|
|
2071
|
+
readonly MULAW: 'audio/x-mulaw';
|
|
2072
|
+
readonly PCM: 'audio/pcm';
|
|
2076
2073
|
}>;
|
|
2077
2074
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
2078
2075
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -2098,8 +2095,8 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
2098
2095
|
ai: z.ZodOptional<z.ZodBoolean>;
|
|
2099
2096
|
message: z.ZodString;
|
|
2100
2097
|
type: z.ZodEnum<{
|
|
2101
|
-
readonly AUDIO:
|
|
2102
|
-
readonly MESSAGE:
|
|
2098
|
+
readonly AUDIO: 'audio';
|
|
2099
|
+
readonly MESSAGE: 'message';
|
|
2103
2100
|
}>;
|
|
2104
2101
|
src: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2105
2102
|
voice: z.ZodOptional<z.ZodString>;
|
|
@@ -2125,10 +2122,10 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
2125
2122
|
src: z.ZodString;
|
|
2126
2123
|
token: z.ZodString;
|
|
2127
2124
|
action: z.ZodEnum<{
|
|
2128
|
-
readonly LOOP:
|
|
2129
|
-
readonly PLAY:
|
|
2130
|
-
readonly PAUSE:
|
|
2131
|
-
readonly END:
|
|
2125
|
+
readonly LOOP: 'LOOP';
|
|
2126
|
+
readonly PLAY: 'PLAY';
|
|
2127
|
+
readonly PAUSE: 'PAUSE';
|
|
2128
|
+
readonly END: 'END';
|
|
2132
2129
|
}>;
|
|
2133
2130
|
loop: z.ZodOptional<z.ZodBoolean>;
|
|
2134
2131
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -2366,8 +2363,8 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
2366
2363
|
id: z.ZodOptional<z.ZodString>;
|
|
2367
2364
|
}, z.core.$strip>>;
|
|
2368
2365
|
layout: z.ZodEnum<{
|
|
2369
|
-
readonly LIST:
|
|
2370
|
-
readonly CAROUSEL:
|
|
2366
|
+
readonly LIST: 'List';
|
|
2367
|
+
readonly CAROUSEL: 'Carousel';
|
|
2371
2368
|
}>;
|
|
2372
2369
|
messageID: z.ZodOptional<z.ZodString>;
|
|
2373
2370
|
}, z.core.$strip>;
|
|
@@ -2654,11 +2651,11 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
2654
2651
|
}, z.core.$strip>], "type">>;
|
|
2655
2652
|
type: z.ZodOptional<z.ZodString>;
|
|
2656
2653
|
level: z.ZodOptional<z.ZodEnum<{
|
|
2657
|
-
readonly FATAL:
|
|
2658
|
-
readonly ERROR:
|
|
2659
|
-
readonly WARN:
|
|
2660
|
-
readonly INFO:
|
|
2661
|
-
readonly DEBUG:
|
|
2654
|
+
readonly FATAL: 'fatal';
|
|
2655
|
+
readonly ERROR: 'error';
|
|
2656
|
+
readonly WARN: 'warn';
|
|
2657
|
+
readonly INFO: 'info';
|
|
2658
|
+
readonly DEBUG: 'debug';
|
|
2662
2659
|
}>>;
|
|
2663
2660
|
message: z.ZodString;
|
|
2664
2661
|
context: z.ZodOptional<z.ZodString>;
|
|
@@ -2990,9 +2987,9 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
2990
2987
|
height: z.ZodNumber;
|
|
2991
2988
|
}, z.core.$strip>>>;
|
|
2992
2989
|
canvasVisibility: z.ZodOptional<z.ZodEnum<{
|
|
2993
|
-
readonly FULL:
|
|
2994
|
-
readonly HIDDEN:
|
|
2995
|
-
readonly CROPPED:
|
|
2990
|
+
readonly FULL: 'full';
|
|
2991
|
+
readonly HIDDEN: 'hidden';
|
|
2992
|
+
readonly CROPPED: 'cropped';
|
|
2996
2993
|
}>>;
|
|
2997
2994
|
}, z.core.$strip>;
|
|
2998
2995
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -3070,17 +3067,17 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
3070
3067
|
action: z.ZodLiteral<"START">;
|
|
3071
3068
|
input: z.ZodObject<{
|
|
3072
3069
|
encoding: z.ZodEnum<{
|
|
3073
|
-
readonly MP3:
|
|
3074
|
-
readonly MULAW:
|
|
3075
|
-
readonly PCM:
|
|
3070
|
+
readonly MP3: 'audio/mp3';
|
|
3071
|
+
readonly MULAW: 'audio/x-mulaw';
|
|
3072
|
+
readonly PCM: 'audio/pcm';
|
|
3076
3073
|
}>;
|
|
3077
3074
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
3078
3075
|
}, z.core.$strip>;
|
|
3079
3076
|
output: z.ZodObject<{
|
|
3080
3077
|
encoding: z.ZodEnum<{
|
|
3081
|
-
readonly MP3:
|
|
3082
|
-
readonly MULAW:
|
|
3083
|
-
readonly PCM:
|
|
3078
|
+
readonly MP3: 'audio/mp3';
|
|
3079
|
+
readonly MULAW: 'audio/x-mulaw';
|
|
3080
|
+
readonly PCM: 'audio/pcm';
|
|
3084
3081
|
}>;
|
|
3085
3082
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
3086
3083
|
}, z.core.$strip>;
|
|
@@ -3116,9 +3113,9 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
3116
3113
|
}, z.core.$strip>>;
|
|
3117
3114
|
event: z.ZodLiteral<"chat_started">;
|
|
3118
3115
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
3119
|
-
readonly UJET:
|
|
3120
|
-
readonly GENESYS:
|
|
3121
|
-
readonly KUSTOMER:
|
|
3116
|
+
readonly UJET: 'ujet';
|
|
3117
|
+
readonly GENESYS: 'genesys';
|
|
3118
|
+
readonly KUSTOMER: 'kustomer';
|
|
3122
3119
|
}>>;
|
|
3123
3120
|
config: z.ZodOptional<z.ZodObject<{
|
|
3124
3121
|
returnToAI: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3224,11 +3221,10 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
3224
3221
|
payload: z.ZodObject<{
|
|
3225
3222
|
text: z.ZodOptional<z.ZodString>;
|
|
3226
3223
|
files: z.ZodArray<z.ZodObject<{
|
|
3227
|
-
url: z.
|
|
3224
|
+
url: z.ZodURL;
|
|
3228
3225
|
mimeType: z.ZodString;
|
|
3229
|
-
filename: z.
|
|
3230
|
-
size: z.
|
|
3231
|
-
s3Key: z.ZodOptional<z.ZodString>;
|
|
3226
|
+
filename: z.ZodString;
|
|
3227
|
+
size: z.ZodNumber;
|
|
3232
3228
|
}, z.core.$loose>>;
|
|
3233
3229
|
}, z.core.$loose>;
|
|
3234
3230
|
}, z.core.$loose>, z.ZodObject<{
|
|
@@ -3341,8 +3337,8 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
3341
3337
|
size: z.ZodNumber;
|
|
3342
3338
|
type: z.ZodString;
|
|
3343
3339
|
status: z.ZodOptional<z.ZodEnum<{
|
|
3344
|
-
uploaded: "uploaded";
|
|
3345
3340
|
failed: "failed";
|
|
3341
|
+
uploaded: "uploaded";
|
|
3346
3342
|
}>>;
|
|
3347
3343
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3348
3344
|
}, z.core.$strip>>;
|
|
@@ -3402,10 +3398,10 @@ export declare const SocketMessageDTO: z.ZodUnion<readonly [z.ZodDiscriminatedUn
|
|
|
3402
3398
|
payload: z.ZodUnknown;
|
|
3403
3399
|
}, z.core.$strip>>>;
|
|
3404
3400
|
label: z.ZodOptional<z.ZodString>;
|
|
3401
|
+
query: z.ZodDefault<z.ZodString>;
|
|
3405
3402
|
intent: z.ZodObject<{
|
|
3406
3403
|
name: z.ZodString;
|
|
3407
3404
|
}, z.core.$loose>;
|
|
3408
|
-
query: z.ZodDefault<z.ZodString>;
|
|
3409
3405
|
entities: z.ZodNonOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
3410
3406
|
name: z.ZodString;
|
|
3411
3407
|
value: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"socket-message.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-message.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAkBxB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"socket-message.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-message.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -26,11 +26,10 @@ export declare const SocketServerRestartDTO: z.ZodObject<{
|
|
|
26
26
|
payload: z.ZodObject<{
|
|
27
27
|
text: z.ZodOptional<z.ZodString>;
|
|
28
28
|
files: z.ZodArray<z.ZodObject<{
|
|
29
|
-
url: z.
|
|
29
|
+
url: z.ZodURL;
|
|
30
30
|
mimeType: z.ZodString;
|
|
31
|
-
filename: z.
|
|
32
|
-
size: z.
|
|
33
|
-
s3Key: z.ZodOptional<z.ZodString>;
|
|
31
|
+
filename: z.ZodString;
|
|
32
|
+
size: z.ZodNumber;
|
|
34
33
|
}, z.core.$loose>>;
|
|
35
34
|
}, z.core.$loose>;
|
|
36
35
|
}, z.core.$loose>, z.ZodObject<{
|
|
@@ -143,8 +142,8 @@ export declare const SocketServerRestartDTO: z.ZodObject<{
|
|
|
143
142
|
size: z.ZodNumber;
|
|
144
143
|
type: z.ZodString;
|
|
145
144
|
status: z.ZodOptional<z.ZodEnum<{
|
|
146
|
-
uploaded: "uploaded";
|
|
147
145
|
failed: "failed";
|
|
146
|
+
uploaded: "uploaded";
|
|
148
147
|
}>>;
|
|
149
148
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
150
149
|
}, z.core.$strip>>;
|
|
@@ -204,10 +203,10 @@ export declare const SocketServerRestartDTO: z.ZodObject<{
|
|
|
204
203
|
payload: z.ZodUnknown;
|
|
205
204
|
}, z.core.$strip>>>;
|
|
206
205
|
label: z.ZodOptional<z.ZodString>;
|
|
206
|
+
query: z.ZodDefault<z.ZodString>;
|
|
207
207
|
intent: z.ZodObject<{
|
|
208
208
|
name: z.ZodString;
|
|
209
209
|
}, z.core.$loose>;
|
|
210
|
-
query: z.ZodDefault<z.ZodString>;
|
|
211
210
|
entities: z.ZodNonOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
212
211
|
name: z.ZodString;
|
|
213
212
|
value: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"socket-server-restart.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-server-restart.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"socket-server-restart.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-server-restart.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQG,CAAC;AAEvC,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -7,22 +7,22 @@ export interface SlateTextColor {
|
|
|
7
7
|
a: number;
|
|
8
8
|
}
|
|
9
9
|
export declare const SlateTextProperty: {
|
|
10
|
-
readonly COLOR:
|
|
11
|
-
readonly ITALIC:
|
|
12
|
-
readonly UNDERLINE:
|
|
13
|
-
readonly FONT_WEIGHT:
|
|
14
|
-
readonly FONT_FAMILY:
|
|
15
|
-
readonly STRIKE_THROUGH:
|
|
16
|
-
readonly BACKGROUND_COLOR:
|
|
10
|
+
readonly COLOR: 'color';
|
|
11
|
+
readonly ITALIC: 'italic';
|
|
12
|
+
readonly UNDERLINE: 'underline';
|
|
13
|
+
readonly FONT_WEIGHT: 'fontWeight';
|
|
14
|
+
readonly FONT_FAMILY: 'fontFamily';
|
|
15
|
+
readonly STRIKE_THROUGH: 'strikeThrough';
|
|
16
|
+
readonly BACKGROUND_COLOR: 'backgroundColor';
|
|
17
17
|
};
|
|
18
18
|
export type SlateTextProperty = Enum<typeof SlateTextProperty>;
|
|
19
19
|
export declare const SlateTextElementType: {
|
|
20
|
-
readonly LINK:
|
|
21
|
-
readonly VARIABLE:
|
|
20
|
+
readonly LINK: 'link';
|
|
21
|
+
readonly VARIABLE: 'variable';
|
|
22
22
|
};
|
|
23
23
|
export type SlateTextElementType = Enum<typeof SlateTextElementType>;
|
|
24
24
|
export declare const SlateTextElementProperty: {
|
|
25
|
-
readonly TEXT_ALIGN:
|
|
25
|
+
readonly TEXT_ALIGN: 'textAlign';
|
|
26
26
|
};
|
|
27
27
|
export type SlateTextElementProperty = Enum<typeof SlateTextElementProperty>;
|
|
28
28
|
export interface SlateText {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.dto.d.ts","sourceRoot":"","sources":["../../../src/text/text.dto.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAE9C,MAAM,WAAW,cAAc;IAC7B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"text.dto.d.ts","sourceRoot":"","sources":["../../../src/text/text.dto.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAE9C,MAAM,WAAW,cAAc;IAC7B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,eAAO,MAAM,iBAAiB;aAC5B,KAAK,EAAE,OAAO;aACd,MAAM,EAAE,QAAQ;aAChB,SAAS,EAAE,WAAW;aACtB,WAAW,EAAE,YAAY;aACzB,WAAW,EAAE,YAAY;aACzB,cAAc,EAAE,eAAe;aAC/B,gBAAgB,EAAE,iBAAiB;CAC3B,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE/D,eAAO,MAAM,oBAAoB;aAC/B,IAAI,EAAE,MAAM;aACZ,QAAQ,EAAE,UAAU;CACZ,CAAC;AAEX,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAErE,eAAO,MAAM,wBAAwB;aACnC,UAAU,EAAE,WAAW;CACf,CAAC;AAEX,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE7E,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,EAAE,cAAc,CAAC;IAC3C,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,EAAE,OAAO,CAAC;IACrC,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,EAAE,OAAO,CAAC;IACxC,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAC;IACzC,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAC;IACzC,CAAC,iBAAiB,CAAC,cAAc,CAAC,CAAC,EAAE,OAAO,CAAC;IAC7C,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,EAAE,cAAc,CAAC;CACvD;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,UAAU,EAAE,CAAC;IACvB,CAAC,wBAAwB,CAAC,UAAU,CAAC,CAAC,EAAE,MAAM,CAAC;CAChD;AAED,MAAM,WAAW,oBAAqB,SAAQ,gBAAgB;IAC5D,IAAI,EAAE,OAAO,oBAAoB,CAAC,IAAI,CAAC;IACvC,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAChE,IAAI,EAAE,OAAO,oBAAoB,CAAC,QAAQ,CAAC;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,GAAG,oBAAoB,GAAG,wBAAwB,CAAC;AAErG,MAAM,MAAM,UAAU,GAAG,mBAAmB,GAAG,SAAS,CAAC;AAEzD,eAAO,MAAM,0BAA0B,YAAa,gBAAgB,KAAG,OAAO,IAAI,wBAClC,CAAC;AAEjD,eAAO,MAAM,sBAAsB,YAAa,gBAAgB,KAAG,OAAO,IAAI,oBAClC,CAAC;AAG7C,eAAO,MAAM,iBAAiB,sIAA2D,CAAC;AAE1F,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
|