@voiceflow/dtos-interact 1.74.0 → 1.74.1-2a4d8ed94c.153

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.
Files changed (53) hide show
  1. package/build/cjs/main.d.ts +1 -0
  2. package/build/cjs/main.d.ts.map +1 -1
  3. package/build/cjs/main.js +1 -0
  4. package/build/cjs/main.js.map +1 -1
  5. package/build/cjs/request/any-request.dto.d.ts +150 -12
  6. package/build/cjs/request/any-request.dto.d.ts.map +1 -1
  7. package/build/cjs/request/any-request.dto.js +2 -0
  8. package/build/cjs/request/any-request.dto.js.map +1 -1
  9. package/build/cjs/request/file-request.dto.d.ts +163 -0
  10. package/build/cjs/request/file-request.dto.d.ts.map +1 -0
  11. package/build/cjs/request/file-request.dto.js +25 -0
  12. package/build/cjs/request/file-request.dto.js.map +1 -0
  13. package/build/cjs/request/live-agent-handoff-request.dto.d.ts +16 -16
  14. package/build/cjs/request/request-type.enum.d.ts +1 -0
  15. package/build/cjs/request/request-type.enum.d.ts.map +1 -1
  16. package/build/cjs/request/request-type.enum.js +1 -0
  17. package/build/cjs/request/request-type.enum.js.map +1 -1
  18. package/build/cjs/socket/socket-action-send.dto.d.ts +350 -28
  19. package/build/cjs/socket/socket-action-send.dto.d.ts.map +1 -1
  20. package/build/cjs/socket/socket-action-trace.dto.d.ts +16 -16
  21. package/build/cjs/socket/socket-message.dto.d.ts +1565 -277
  22. package/build/cjs/socket/socket-message.dto.d.ts.map +1 -1
  23. package/build/cjs/socket/socket-server-restart.dto.d.ts +350 -28
  24. package/build/cjs/socket/socket-server-restart.dto.d.ts.map +1 -1
  25. package/build/cjs/trace/any.dto.d.ts +8 -8
  26. package/build/cjs/trace/live-agent-handoff.dto.d.ts +8 -8
  27. package/build/esm/main.d.ts +1 -0
  28. package/build/esm/main.d.ts.map +1 -1
  29. package/build/esm/main.js +1 -0
  30. package/build/esm/main.js.map +1 -1
  31. package/build/esm/request/any-request.dto.d.ts +150 -12
  32. package/build/esm/request/any-request.dto.d.ts.map +1 -1
  33. package/build/esm/request/any-request.dto.js +2 -0
  34. package/build/esm/request/any-request.dto.js.map +1 -1
  35. package/build/esm/request/file-request.dto.d.ts +163 -0
  36. package/build/esm/request/file-request.dto.d.ts.map +1 -0
  37. package/build/esm/request/file-request.dto.js +21 -0
  38. package/build/esm/request/file-request.dto.js.map +1 -0
  39. package/build/esm/request/live-agent-handoff-request.dto.d.ts +16 -16
  40. package/build/esm/request/request-type.enum.d.ts +1 -0
  41. package/build/esm/request/request-type.enum.d.ts.map +1 -1
  42. package/build/esm/request/request-type.enum.js +1 -0
  43. package/build/esm/request/request-type.enum.js.map +1 -1
  44. package/build/esm/socket/socket-action-send.dto.d.ts +350 -28
  45. package/build/esm/socket/socket-action-send.dto.d.ts.map +1 -1
  46. package/build/esm/socket/socket-action-trace.dto.d.ts +16 -16
  47. package/build/esm/socket/socket-message.dto.d.ts +1565 -277
  48. package/build/esm/socket/socket-message.dto.d.ts.map +1 -1
  49. package/build/esm/socket/socket-server-restart.dto.d.ts +350 -28
  50. package/build/esm/socket/socket-server-restart.dto.d.ts.map +1 -1
  51. package/build/esm/trace/any.dto.d.ts +8 -8
  52. package/build/esm/trace/live-agent-handoff.dto.d.ts +8 -8
  53. package/package.json +2 -2
@@ -1,5 +1,6 @@
1
1
  export declare const RequestType: {
2
2
  readonly TEXT: "text";
3
+ readonly FILE: "file";
3
4
  readonly DTMF: "dtmf";
4
5
  readonly MESSAGE: "message";
5
6
  readonly ACTION: "action";
@@ -1 +1 @@
1
- {"version":3,"file":"request-type.enum.d.ts","sourceRoot":"","sources":["../../../src/request/request-type.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;CAad,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"request-type.enum.d.ts","sourceRoot":"","sources":["../../../src/request/request-type.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;CAcd,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC"}
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RequestType = void 0;
4
4
  exports.RequestType = {
5
5
  TEXT: 'text',
6
+ FILE: 'file',
6
7
  DTMF: 'dtmf',
7
8
  MESSAGE: 'message',
8
9
  ACTION: 'action',
@@ -1 +1 @@
1
- {"version":3,"file":"request-type.enum.js","sourceRoot":"","sources":["../../../src/request/request-type.enum.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACzB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,OAAO;IACrB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,aAAa,EAAE,eAAe;IAC9B,GAAG,EAAE,KAAK;IACV,kBAAkB,EAAE,oBAAoB;CAChC,CAAC"}
1
+ {"version":3,"file":"request-type.enum.js","sourceRoot":"","sources":["../../../src/request/request-type.enum.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACzB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,OAAO;IACrB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,aAAa,EAAE,eAAe;IAC9B,GAAG,EAAE,KAAK;IACV,kBAAkB,EAAE,oBAAoB;CAChC,CAAC"}
@@ -84,6 +84,144 @@ export declare const SocketActionSendDTO: z.ZodObject<{
84
84
  diagramID: z.ZodOptional<z.ZodString>;
85
85
  time: z.ZodOptional<z.ZodNumber>;
86
86
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
87
+ } & {
88
+ type: z.ZodLiteral<"file">;
89
+ payload: z.ZodObject<{
90
+ text: z.ZodOptional<z.ZodString>;
91
+ files: z.ZodArray<z.ZodObject<{
92
+ url: z.ZodString;
93
+ mimeType: z.ZodString;
94
+ filename: z.ZodOptional<z.ZodString>;
95
+ size: z.ZodOptional<z.ZodNumber>;
96
+ s3Key: z.ZodOptional<z.ZodString>;
97
+ }, "strip", z.ZodTypeAny, {
98
+ url: string;
99
+ mimeType: string;
100
+ filename?: string | undefined;
101
+ size?: number | undefined;
102
+ s3Key?: string | undefined;
103
+ }, {
104
+ url: string;
105
+ mimeType: string;
106
+ filename?: string | undefined;
107
+ size?: number | undefined;
108
+ s3Key?: string | undefined;
109
+ }>, "many">;
110
+ }, "strip", z.ZodTypeAny, {
111
+ files: {
112
+ url: string;
113
+ mimeType: string;
114
+ filename?: string | undefined;
115
+ size?: number | undefined;
116
+ s3Key?: string | undefined;
117
+ }[];
118
+ text?: string | undefined;
119
+ }, {
120
+ files: {
121
+ url: string;
122
+ mimeType: string;
123
+ filename?: string | undefined;
124
+ size?: number | undefined;
125
+ s3Key?: string | undefined;
126
+ }[];
127
+ text?: string | undefined;
128
+ }>;
129
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
130
+ diagramID: z.ZodOptional<z.ZodString>;
131
+ time: z.ZodOptional<z.ZodNumber>;
132
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
133
+ } & {
134
+ type: z.ZodLiteral<"file">;
135
+ payload: z.ZodObject<{
136
+ text: z.ZodOptional<z.ZodString>;
137
+ files: z.ZodArray<z.ZodObject<{
138
+ url: z.ZodString;
139
+ mimeType: z.ZodString;
140
+ filename: z.ZodOptional<z.ZodString>;
141
+ size: z.ZodOptional<z.ZodNumber>;
142
+ s3Key: z.ZodOptional<z.ZodString>;
143
+ }, "strip", z.ZodTypeAny, {
144
+ url: string;
145
+ mimeType: string;
146
+ filename?: string | undefined;
147
+ size?: number | undefined;
148
+ s3Key?: string | undefined;
149
+ }, {
150
+ url: string;
151
+ mimeType: string;
152
+ filename?: string | undefined;
153
+ size?: number | undefined;
154
+ s3Key?: string | undefined;
155
+ }>, "many">;
156
+ }, "strip", z.ZodTypeAny, {
157
+ files: {
158
+ url: string;
159
+ mimeType: string;
160
+ filename?: string | undefined;
161
+ size?: number | undefined;
162
+ s3Key?: string | undefined;
163
+ }[];
164
+ text?: string | undefined;
165
+ }, {
166
+ files: {
167
+ url: string;
168
+ mimeType: string;
169
+ filename?: string | undefined;
170
+ size?: number | undefined;
171
+ s3Key?: string | undefined;
172
+ }[];
173
+ text?: string | undefined;
174
+ }>;
175
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
176
+ diagramID: z.ZodOptional<z.ZodString>;
177
+ time: z.ZodOptional<z.ZodNumber>;
178
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
179
+ } & {
180
+ type: z.ZodLiteral<"file">;
181
+ payload: z.ZodObject<{
182
+ text: z.ZodOptional<z.ZodString>;
183
+ files: z.ZodArray<z.ZodObject<{
184
+ url: z.ZodString;
185
+ mimeType: z.ZodString;
186
+ filename: z.ZodOptional<z.ZodString>;
187
+ size: z.ZodOptional<z.ZodNumber>;
188
+ s3Key: z.ZodOptional<z.ZodString>;
189
+ }, "strip", z.ZodTypeAny, {
190
+ url: string;
191
+ mimeType: string;
192
+ filename?: string | undefined;
193
+ size?: number | undefined;
194
+ s3Key?: string | undefined;
195
+ }, {
196
+ url: string;
197
+ mimeType: string;
198
+ filename?: string | undefined;
199
+ size?: number | undefined;
200
+ s3Key?: string | undefined;
201
+ }>, "many">;
202
+ }, "strip", z.ZodTypeAny, {
203
+ files: {
204
+ url: string;
205
+ mimeType: string;
206
+ filename?: string | undefined;
207
+ size?: number | undefined;
208
+ s3Key?: string | undefined;
209
+ }[];
210
+ text?: string | undefined;
211
+ }, {
212
+ files: {
213
+ url: string;
214
+ mimeType: string;
215
+ filename?: string | undefined;
216
+ size?: number | undefined;
217
+ s3Key?: string | undefined;
218
+ }[];
219
+ text?: string | undefined;
220
+ }>;
221
+ }, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
222
+ diagramID: z.ZodOptional<z.ZodString>;
223
+ time: z.ZodOptional<z.ZodNumber>;
224
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
87
225
  } & {
88
226
  type: z.ZodLiteral<"action">;
89
227
  payload: z.ZodOptional<z.ZodObject<{
@@ -750,15 +888,15 @@ export declare const SocketActionSendDTO: z.ZodObject<{
750
888
  }, "strip", z.ZodTypeAny, {
751
889
  type: string;
752
890
  name: string;
753
- id: string;
754
891
  size: number;
892
+ id: string;
755
893
  status?: "uploaded" | "failed" | undefined;
756
894
  metadata?: Record<string, any> | undefined;
757
895
  }, {
758
896
  type: string;
759
897
  name: string;
760
- id: string;
761
898
  size: number;
899
+ id: string;
762
900
  status?: "uploaded" | "failed" | undefined;
763
901
  metadata?: Record<string, any> | undefined;
764
902
  }>, "many">;
@@ -767,8 +905,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
767
905
  files: {
768
906
  type: string;
769
907
  name: string;
770
- id: string;
771
908
  size: number;
909
+ id: string;
772
910
  status?: "uploaded" | "failed" | undefined;
773
911
  metadata?: Record<string, any> | undefined;
774
912
  }[];
@@ -777,8 +915,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
777
915
  files: {
778
916
  type: string;
779
917
  name: string;
780
- id: string;
781
918
  size: number;
919
+ id: string;
782
920
  status?: "uploaded" | "failed" | undefined;
783
921
  metadata?: Record<string, any> | undefined;
784
922
  }[];
@@ -822,15 +960,15 @@ export declare const SocketActionSendDTO: z.ZodObject<{
822
960
  }, "strip", z.ZodTypeAny, {
823
961
  type: string;
824
962
  name: string;
825
- id: string;
826
963
  size: number;
964
+ id: string;
827
965
  status?: "uploaded" | "failed" | undefined;
828
966
  metadata?: Record<string, any> | undefined;
829
967
  }, {
830
968
  type: string;
831
969
  name: string;
832
- id: string;
833
970
  size: number;
971
+ id: string;
834
972
  status?: "uploaded" | "failed" | undefined;
835
973
  metadata?: Record<string, any> | undefined;
836
974
  }>, "many">;
@@ -839,8 +977,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
839
977
  files: {
840
978
  type: string;
841
979
  name: string;
842
- id: string;
843
980
  size: number;
981
+ id: string;
844
982
  status?: "uploaded" | "failed" | undefined;
845
983
  metadata?: Record<string, any> | undefined;
846
984
  }[];
@@ -849,8 +987,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
849
987
  files: {
850
988
  type: string;
851
989
  name: string;
852
- id: string;
853
990
  size: number;
991
+ id: string;
854
992
  status?: "uploaded" | "failed" | undefined;
855
993
  metadata?: Record<string, any> | undefined;
856
994
  }[];
@@ -894,15 +1032,15 @@ export declare const SocketActionSendDTO: z.ZodObject<{
894
1032
  }, "strip", z.ZodTypeAny, {
895
1033
  type: string;
896
1034
  name: string;
897
- id: string;
898
1035
  size: number;
1036
+ id: string;
899
1037
  status?: "uploaded" | "failed" | undefined;
900
1038
  metadata?: Record<string, any> | undefined;
901
1039
  }, {
902
1040
  type: string;
903
1041
  name: string;
904
- id: string;
905
1042
  size: number;
1043
+ id: string;
906
1044
  status?: "uploaded" | "failed" | undefined;
907
1045
  metadata?: Record<string, any> | undefined;
908
1046
  }>, "many">;
@@ -911,8 +1049,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
911
1049
  files: {
912
1050
  type: string;
913
1051
  name: string;
914
- id: string;
915
1052
  size: number;
1053
+ id: string;
916
1054
  status?: "uploaded" | "failed" | undefined;
917
1055
  metadata?: Record<string, any> | undefined;
918
1056
  }[];
@@ -921,8 +1059,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
921
1059
  files: {
922
1060
  type: string;
923
1061
  name: string;
924
- id: string;
925
1062
  size: number;
1063
+ id: string;
926
1064
  status?: "uploaded" | "failed" | undefined;
927
1065
  metadata?: Record<string, any> | undefined;
928
1066
  }[];
@@ -1852,6 +1990,52 @@ export declare const SocketActionSendDTO: z.ZodObject<{
1852
1990
  diagramID: z.ZodOptional<z.ZodString>;
1853
1991
  time: z.ZodOptional<z.ZodNumber>;
1854
1992
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1993
+ } & {
1994
+ type: z.ZodLiteral<"file">;
1995
+ payload: z.ZodObject<{
1996
+ text: z.ZodOptional<z.ZodString>;
1997
+ files: z.ZodArray<z.ZodObject<{
1998
+ url: z.ZodString;
1999
+ mimeType: z.ZodString;
2000
+ filename: z.ZodOptional<z.ZodString>;
2001
+ size: z.ZodOptional<z.ZodNumber>;
2002
+ s3Key: z.ZodOptional<z.ZodString>;
2003
+ }, "strip", z.ZodTypeAny, {
2004
+ url: string;
2005
+ mimeType: string;
2006
+ filename?: string | undefined;
2007
+ size?: number | undefined;
2008
+ s3Key?: string | undefined;
2009
+ }, {
2010
+ url: string;
2011
+ mimeType: string;
2012
+ filename?: string | undefined;
2013
+ size?: number | undefined;
2014
+ s3Key?: string | undefined;
2015
+ }>, "many">;
2016
+ }, "strip", z.ZodTypeAny, {
2017
+ files: {
2018
+ url: string;
2019
+ mimeType: string;
2020
+ filename?: string | undefined;
2021
+ size?: number | undefined;
2022
+ s3Key?: string | undefined;
2023
+ }[];
2024
+ text?: string | undefined;
2025
+ }, {
2026
+ files: {
2027
+ url: string;
2028
+ mimeType: string;
2029
+ filename?: string | undefined;
2030
+ size?: number | undefined;
2031
+ s3Key?: string | undefined;
2032
+ }[];
2033
+ text?: string | undefined;
2034
+ }>;
2035
+ }, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
2036
+ diagramID: z.ZodOptional<z.ZodString>;
2037
+ time: z.ZodOptional<z.ZodNumber>;
2038
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1855
2039
  } & {
1856
2040
  type: z.ZodEffects<z.ZodString, string, string>;
1857
2041
  payload: z.ZodOptional<z.ZodObject<{
@@ -2230,15 +2414,15 @@ export declare const SocketActionSendDTO: z.ZodObject<{
2230
2414
  }, "strip", z.ZodTypeAny, {
2231
2415
  type: string;
2232
2416
  name: string;
2233
- id: string;
2234
2417
  size: number;
2418
+ id: string;
2235
2419
  status?: "uploaded" | "failed" | undefined;
2236
2420
  metadata?: Record<string, any> | undefined;
2237
2421
  }, {
2238
2422
  type: string;
2239
2423
  name: string;
2240
- id: string;
2241
2424
  size: number;
2425
+ id: string;
2242
2426
  status?: "uploaded" | "failed" | undefined;
2243
2427
  metadata?: Record<string, any> | undefined;
2244
2428
  }>, "many">;
@@ -2247,8 +2431,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
2247
2431
  files: {
2248
2432
  type: string;
2249
2433
  name: string;
2250
- id: string;
2251
2434
  size: number;
2435
+ id: string;
2252
2436
  status?: "uploaded" | "failed" | undefined;
2253
2437
  metadata?: Record<string, any> | undefined;
2254
2438
  }[];
@@ -2257,8 +2441,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
2257
2441
  files: {
2258
2442
  type: string;
2259
2443
  name: string;
2260
- id: string;
2261
2444
  size: number;
2445
+ id: string;
2262
2446
  status?: "uploaded" | "failed" | undefined;
2263
2447
  metadata?: Record<string, any> | undefined;
2264
2448
  }[];
@@ -2405,6 +2589,52 @@ export declare const SocketActionSendDTO: z.ZodObject<{
2405
2589
  diagramID: z.ZodOptional<z.ZodString>;
2406
2590
  time: z.ZodOptional<z.ZodNumber>;
2407
2591
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2592
+ } & {
2593
+ type: z.ZodLiteral<"file">;
2594
+ payload: z.ZodObject<{
2595
+ text: z.ZodOptional<z.ZodString>;
2596
+ files: z.ZodArray<z.ZodObject<{
2597
+ url: z.ZodString;
2598
+ mimeType: z.ZodString;
2599
+ filename: z.ZodOptional<z.ZodString>;
2600
+ size: z.ZodOptional<z.ZodNumber>;
2601
+ s3Key: z.ZodOptional<z.ZodString>;
2602
+ }, "strip", z.ZodTypeAny, {
2603
+ url: string;
2604
+ mimeType: string;
2605
+ filename?: string | undefined;
2606
+ size?: number | undefined;
2607
+ s3Key?: string | undefined;
2608
+ }, {
2609
+ url: string;
2610
+ mimeType: string;
2611
+ filename?: string | undefined;
2612
+ size?: number | undefined;
2613
+ s3Key?: string | undefined;
2614
+ }>, "many">;
2615
+ }, "strip", z.ZodTypeAny, {
2616
+ files: {
2617
+ url: string;
2618
+ mimeType: string;
2619
+ filename?: string | undefined;
2620
+ size?: number | undefined;
2621
+ s3Key?: string | undefined;
2622
+ }[];
2623
+ text?: string | undefined;
2624
+ }, {
2625
+ files: {
2626
+ url: string;
2627
+ mimeType: string;
2628
+ filename?: string | undefined;
2629
+ size?: number | undefined;
2630
+ s3Key?: string | undefined;
2631
+ }[];
2632
+ text?: string | undefined;
2633
+ }>;
2634
+ }, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
2635
+ diagramID: z.ZodOptional<z.ZodString>;
2636
+ time: z.ZodOptional<z.ZodNumber>;
2637
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2408
2638
  } & {
2409
2639
  type: z.ZodEffects<z.ZodString, string, string>;
2410
2640
  payload: z.ZodOptional<z.ZodObject<{
@@ -2783,15 +3013,15 @@ export declare const SocketActionSendDTO: z.ZodObject<{
2783
3013
  }, "strip", z.ZodTypeAny, {
2784
3014
  type: string;
2785
3015
  name: string;
2786
- id: string;
2787
3016
  size: number;
3017
+ id: string;
2788
3018
  status?: "uploaded" | "failed" | undefined;
2789
3019
  metadata?: Record<string, any> | undefined;
2790
3020
  }, {
2791
3021
  type: string;
2792
3022
  name: string;
2793
- id: string;
2794
3023
  size: number;
3024
+ id: string;
2795
3025
  status?: "uploaded" | "failed" | undefined;
2796
3026
  metadata?: Record<string, any> | undefined;
2797
3027
  }>, "many">;
@@ -2800,8 +3030,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
2800
3030
  files: {
2801
3031
  type: string;
2802
3032
  name: string;
2803
- id: string;
2804
3033
  size: number;
3034
+ id: string;
2805
3035
  status?: "uploaded" | "failed" | undefined;
2806
3036
  metadata?: Record<string, any> | undefined;
2807
3037
  }[];
@@ -2810,8 +3040,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
2810
3040
  files: {
2811
3041
  type: string;
2812
3042
  name: string;
2813
- id: string;
2814
3043
  size: number;
3044
+ id: string;
2815
3045
  status?: "uploaded" | "failed" | undefined;
2816
3046
  metadata?: Record<string, any> | undefined;
2817
3047
  }[];
@@ -2961,6 +3191,52 @@ export declare const SocketActionSendDTO: z.ZodObject<{
2961
3191
  diagramID: z.ZodOptional<z.ZodString>;
2962
3192
  time: z.ZodOptional<z.ZodNumber>;
2963
3193
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3194
+ } & {
3195
+ type: z.ZodLiteral<"file">;
3196
+ payload: z.ZodObject<{
3197
+ text: z.ZodOptional<z.ZodString>;
3198
+ files: z.ZodArray<z.ZodObject<{
3199
+ url: z.ZodString;
3200
+ mimeType: z.ZodString;
3201
+ filename: z.ZodOptional<z.ZodString>;
3202
+ size: z.ZodOptional<z.ZodNumber>;
3203
+ s3Key: z.ZodOptional<z.ZodString>;
3204
+ }, "strip", z.ZodTypeAny, {
3205
+ url: string;
3206
+ mimeType: string;
3207
+ filename?: string | undefined;
3208
+ size?: number | undefined;
3209
+ s3Key?: string | undefined;
3210
+ }, {
3211
+ url: string;
3212
+ mimeType: string;
3213
+ filename?: string | undefined;
3214
+ size?: number | undefined;
3215
+ s3Key?: string | undefined;
3216
+ }>, "many">;
3217
+ }, "strip", z.ZodTypeAny, {
3218
+ files: {
3219
+ url: string;
3220
+ mimeType: string;
3221
+ filename?: string | undefined;
3222
+ size?: number | undefined;
3223
+ s3Key?: string | undefined;
3224
+ }[];
3225
+ text?: string | undefined;
3226
+ }, {
3227
+ files: {
3228
+ url: string;
3229
+ mimeType: string;
3230
+ filename?: string | undefined;
3231
+ size?: number | undefined;
3232
+ s3Key?: string | undefined;
3233
+ }[];
3234
+ text?: string | undefined;
3235
+ }>;
3236
+ }, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
3237
+ diagramID: z.ZodOptional<z.ZodString>;
3238
+ time: z.ZodOptional<z.ZodNumber>;
3239
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2964
3240
  } & {
2965
3241
  type: z.ZodEffects<z.ZodString, string, string>;
2966
3242
  payload: z.ZodOptional<z.ZodObject<{
@@ -3339,15 +3615,15 @@ export declare const SocketActionSendDTO: z.ZodObject<{
3339
3615
  }, "strip", z.ZodTypeAny, {
3340
3616
  type: string;
3341
3617
  name: string;
3342
- id: string;
3343
3618
  size: number;
3619
+ id: string;
3344
3620
  status?: "uploaded" | "failed" | undefined;
3345
3621
  metadata?: Record<string, any> | undefined;
3346
3622
  }, {
3347
3623
  type: string;
3348
3624
  name: string;
3349
- id: string;
3350
3625
  size: number;
3626
+ id: string;
3351
3627
  status?: "uploaded" | "failed" | undefined;
3352
3628
  metadata?: Record<string, any> | undefined;
3353
3629
  }>, "many">;
@@ -3356,8 +3632,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
3356
3632
  files: {
3357
3633
  type: string;
3358
3634
  name: string;
3359
- id: string;
3360
3635
  size: number;
3636
+ id: string;
3361
3637
  status?: "uploaded" | "failed" | undefined;
3362
3638
  metadata?: Record<string, any> | undefined;
3363
3639
  }[];
@@ -3366,8 +3642,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
3366
3642
  files: {
3367
3643
  type: string;
3368
3644
  name: string;
3369
- id: string;
3370
3645
  size: number;
3646
+ id: string;
3371
3647
  status?: "uploaded" | "failed" | undefined;
3372
3648
  metadata?: Record<string, any> | undefined;
3373
3649
  }[];
@@ -3517,6 +3793,52 @@ export declare const SocketActionSendDTO: z.ZodObject<{
3517
3793
  diagramID: z.ZodOptional<z.ZodString>;
3518
3794
  time: z.ZodOptional<z.ZodNumber>;
3519
3795
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3796
+ } & {
3797
+ type: z.ZodLiteral<"file">;
3798
+ payload: z.ZodObject<{
3799
+ text: z.ZodOptional<z.ZodString>;
3800
+ files: z.ZodArray<z.ZodObject<{
3801
+ url: z.ZodString;
3802
+ mimeType: z.ZodString;
3803
+ filename: z.ZodOptional<z.ZodString>;
3804
+ size: z.ZodOptional<z.ZodNumber>;
3805
+ s3Key: z.ZodOptional<z.ZodString>;
3806
+ }, "strip", z.ZodTypeAny, {
3807
+ url: string;
3808
+ mimeType: string;
3809
+ filename?: string | undefined;
3810
+ size?: number | undefined;
3811
+ s3Key?: string | undefined;
3812
+ }, {
3813
+ url: string;
3814
+ mimeType: string;
3815
+ filename?: string | undefined;
3816
+ size?: number | undefined;
3817
+ s3Key?: string | undefined;
3818
+ }>, "many">;
3819
+ }, "strip", z.ZodTypeAny, {
3820
+ files: {
3821
+ url: string;
3822
+ mimeType: string;
3823
+ filename?: string | undefined;
3824
+ size?: number | undefined;
3825
+ s3Key?: string | undefined;
3826
+ }[];
3827
+ text?: string | undefined;
3828
+ }, {
3829
+ files: {
3830
+ url: string;
3831
+ mimeType: string;
3832
+ filename?: string | undefined;
3833
+ size?: number | undefined;
3834
+ s3Key?: string | undefined;
3835
+ }[];
3836
+ text?: string | undefined;
3837
+ }>;
3838
+ }, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
3839
+ diagramID: z.ZodOptional<z.ZodString>;
3840
+ time: z.ZodOptional<z.ZodNumber>;
3841
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3520
3842
  } & {
3521
3843
  type: z.ZodEffects<z.ZodString, string, string>;
3522
3844
  payload: z.ZodOptional<z.ZodObject<{
@@ -3895,15 +4217,15 @@ export declare const SocketActionSendDTO: z.ZodObject<{
3895
4217
  }, "strip", z.ZodTypeAny, {
3896
4218
  type: string;
3897
4219
  name: string;
3898
- id: string;
3899
4220
  size: number;
4221
+ id: string;
3900
4222
  status?: "uploaded" | "failed" | undefined;
3901
4223
  metadata?: Record<string, any> | undefined;
3902
4224
  }, {
3903
4225
  type: string;
3904
4226
  name: string;
3905
- id: string;
3906
4227
  size: number;
4228
+ id: string;
3907
4229
  status?: "uploaded" | "failed" | undefined;
3908
4230
  metadata?: Record<string, any> | undefined;
3909
4231
  }>, "many">;
@@ -3912,8 +4234,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
3912
4234
  files: {
3913
4235
  type: string;
3914
4236
  name: string;
3915
- id: string;
3916
4237
  size: number;
4238
+ id: string;
3917
4239
  status?: "uploaded" | "failed" | undefined;
3918
4240
  metadata?: Record<string, any> | undefined;
3919
4241
  }[];
@@ -3922,8 +4244,8 @@ export declare const SocketActionSendDTO: z.ZodObject<{
3922
4244
  files: {
3923
4245
  type: string;
3924
4246
  name: string;
3925
- id: string;
3926
4247
  size: number;
4248
+ id: string;
3927
4249
  status?: "uploaded" | "failed" | undefined;
3928
4250
  metadata?: Record<string, any> | undefined;
3929
4251
  }[];
@@ -1 +1 @@
1
- {"version":3,"file":"socket-action-send.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-action-send.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoB9B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"socket-action-send.dto.d.ts","sourceRoot":"","sources":["../../../src/socket/socket-action-send.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoB9B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}