@kl1/contracts 1.2.19-uat → 1.2.21-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,7 @@ export declare const ExtCallStatisticsListSchema: z.ZodObject<{
25
25
  /** @example "mobile" */
26
26
  mobile: z.ZodString;
27
27
  }, "strip", z.ZodTypeAny, {
28
+ mobile: string;
28
29
  ext_num: string;
29
30
  ext_name: string;
30
31
  answered_calls: number;
@@ -36,8 +37,8 @@ export declare const ExtCallStatisticsListSchema: z.ZodObject<{
36
37
  total_talking_time: number;
37
38
  src_name: string;
38
39
  total_call_count: number;
39
- mobile: string;
40
40
  }, {
41
+ mobile: string;
41
42
  ext_num: string;
42
43
  ext_name: string;
43
44
  answered_calls: number;
@@ -49,7 +50,6 @@ export declare const ExtCallStatisticsListSchema: z.ZodObject<{
49
50
  total_talking_time: number;
50
51
  src_name: string;
51
52
  total_call_count: number;
52
- mobile: string;
53
53
  }>;
54
54
  export declare const ExtStatisticSchema: z.ZodObject<{
55
55
  ext_num: z.ZodString;
@@ -65,6 +65,7 @@ export declare const ExtStatisticSchema: z.ZodObject<{
65
65
  mobile: z.ZodString;
66
66
  }, "strip", z.ZodTypeAny, {
67
67
  time: number;
68
+ mobile: string;
68
69
  ext_num: string;
69
70
  ext_name: string;
70
71
  answered_calls: number;
@@ -74,9 +75,9 @@ export declare const ExtStatisticSchema: z.ZodObject<{
74
75
  voicemail_calls: number;
75
76
  total_holding_time: number;
76
77
  total_talking_time: number;
77
- mobile: string;
78
78
  }, {
79
79
  time: number;
80
+ mobile: string;
80
81
  ext_num: string;
81
82
  ext_name: string;
82
83
  answered_calls: number;
@@ -86,7 +87,6 @@ export declare const ExtStatisticSchema: z.ZodObject<{
86
87
  voicemail_calls: number;
87
88
  total_holding_time: number;
88
89
  total_talking_time: number;
89
- mobile: string;
90
90
  }>;
91
91
  export declare const ExtCallActivityListSchema: z.ZodObject<{
92
92
  time: z.ZodNumber;
@@ -111,6 +111,7 @@ export declare const ExtCallActivityListSchema: z.ZodObject<{
111
111
  mobile: z.ZodString;
112
112
  }, "strip", z.ZodTypeAny, {
113
113
  time: number;
114
+ mobile: string;
114
115
  ext_num: string;
115
116
  ext_name: string;
116
117
  answered_calls: number;
@@ -120,9 +121,9 @@ export declare const ExtCallActivityListSchema: z.ZodObject<{
120
121
  voicemail_calls: number;
121
122
  total_holding_time: number;
122
123
  total_talking_time: number;
123
- mobile: string;
124
124
  }, {
125
125
  time: number;
126
+ mobile: string;
126
127
  ext_num: string;
127
128
  ext_name: string;
128
129
  answered_calls: number;
@@ -132,7 +133,6 @@ export declare const ExtCallActivityListSchema: z.ZodObject<{
132
133
  voicemail_calls: number;
133
134
  total_holding_time: number;
134
135
  total_talking_time: number;
135
- mobile: string;
136
136
  }>, "many">;
137
137
  }, "strip", z.ZodTypeAny, {
138
138
  time: number;
@@ -145,6 +145,7 @@ export declare const ExtCallActivityListSchema: z.ZodObject<{
145
145
  total_talking_time: number;
146
146
  ext_statistics: {
147
147
  time: number;
148
+ mobile: string;
148
149
  ext_num: string;
149
150
  ext_name: string;
150
151
  answered_calls: number;
@@ -154,7 +155,6 @@ export declare const ExtCallActivityListSchema: z.ZodObject<{
154
155
  voicemail_calls: number;
155
156
  total_holding_time: number;
156
157
  total_talking_time: number;
157
- mobile: string;
158
158
  }[];
159
159
  }, {
160
160
  time: number;
@@ -167,6 +167,7 @@ export declare const ExtCallActivityListSchema: z.ZodObject<{
167
167
  total_talking_time: number;
168
168
  ext_statistics: {
169
169
  time: number;
170
+ mobile: string;
170
171
  ext_num: string;
171
172
  ext_name: string;
172
173
  answered_calls: number;
@@ -176,7 +177,6 @@ export declare const ExtCallActivityListSchema: z.ZodObject<{
176
177
  voicemail_calls: number;
177
178
  total_holding_time: number;
178
179
  total_talking_time: number;
179
- mobile: string;
180
180
  }[];
181
181
  }>;
182
182
  export declare const TrunkActivityListSchema: z.ZodObject<{
@@ -513,6 +513,7 @@ export declare const CallReportModel: z.ZodObject<{
513
513
  /** @example "mobile" */
514
514
  mobile: z.ZodString;
515
515
  }, "strip", z.ZodTypeAny, {
516
+ mobile: string;
516
517
  ext_num: string;
517
518
  ext_name: string;
518
519
  answered_calls: number;
@@ -524,8 +525,8 @@ export declare const CallReportModel: z.ZodObject<{
524
525
  total_talking_time: number;
525
526
  src_name: string;
526
527
  total_call_count: number;
527
- mobile: string;
528
528
  }, {
529
+ mobile: string;
529
530
  ext_num: string;
530
531
  ext_name: string;
531
532
  answered_calls: number;
@@ -537,7 +538,6 @@ export declare const CallReportModel: z.ZodObject<{
537
538
  total_talking_time: number;
538
539
  src_name: string;
539
540
  total_call_count: number;
540
- mobile: string;
541
541
  }>, "many">>;
542
542
  ext_call_activity_list: z.ZodOptional<z.ZodArray<z.ZodObject<{
543
543
  time: z.ZodNumber;
@@ -562,6 +562,7 @@ export declare const CallReportModel: z.ZodObject<{
562
562
  mobile: z.ZodString;
563
563
  }, "strip", z.ZodTypeAny, {
564
564
  time: number;
565
+ mobile: string;
565
566
  ext_num: string;
566
567
  ext_name: string;
567
568
  answered_calls: number;
@@ -571,9 +572,9 @@ export declare const CallReportModel: z.ZodObject<{
571
572
  voicemail_calls: number;
572
573
  total_holding_time: number;
573
574
  total_talking_time: number;
574
- mobile: string;
575
575
  }, {
576
576
  time: number;
577
+ mobile: string;
577
578
  ext_num: string;
578
579
  ext_name: string;
579
580
  answered_calls: number;
@@ -583,7 +584,6 @@ export declare const CallReportModel: z.ZodObject<{
583
584
  voicemail_calls: number;
584
585
  total_holding_time: number;
585
586
  total_talking_time: number;
586
- mobile: string;
587
587
  }>, "many">;
588
588
  }, "strip", z.ZodTypeAny, {
589
589
  time: number;
@@ -596,6 +596,7 @@ export declare const CallReportModel: z.ZodObject<{
596
596
  total_talking_time: number;
597
597
  ext_statistics: {
598
598
  time: number;
599
+ mobile: string;
599
600
  ext_num: string;
600
601
  ext_name: string;
601
602
  answered_calls: number;
@@ -605,7 +606,6 @@ export declare const CallReportModel: z.ZodObject<{
605
606
  voicemail_calls: number;
606
607
  total_holding_time: number;
607
608
  total_talking_time: number;
608
- mobile: string;
609
609
  }[];
610
610
  }, {
611
611
  time: number;
@@ -618,6 +618,7 @@ export declare const CallReportModel: z.ZodObject<{
618
618
  total_talking_time: number;
619
619
  ext_statistics: {
620
620
  time: number;
621
+ mobile: string;
621
622
  ext_num: string;
622
623
  ext_name: string;
623
624
  answered_calls: number;
@@ -627,7 +628,6 @@ export declare const CallReportModel: z.ZodObject<{
627
628
  voicemail_calls: number;
628
629
  total_holding_time: number;
629
630
  total_talking_time: number;
630
- mobile: string;
631
631
  }[];
632
632
  }>, "many">>;
633
633
  trunk_activity_list: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -888,6 +888,7 @@ export declare const CallReportModel: z.ZodObject<{
888
888
  callback_result: string;
889
889
  is_12hour?: number | undefined;
890
890
  ext_call_statistics_list?: {
891
+ mobile: string;
891
892
  ext_num: string;
892
893
  ext_name: string;
893
894
  answered_calls: number;
@@ -899,7 +900,6 @@ export declare const CallReportModel: z.ZodObject<{
899
900
  total_talking_time: number;
900
901
  src_name: string;
901
902
  total_call_count: number;
902
- mobile: string;
903
903
  }[] | undefined;
904
904
  ext_call_activity_list?: {
905
905
  time: number;
@@ -912,6 +912,7 @@ export declare const CallReportModel: z.ZodObject<{
912
912
  total_talking_time: number;
913
913
  ext_statistics: {
914
914
  time: number;
915
+ mobile: string;
915
916
  ext_num: string;
916
917
  ext_name: string;
917
918
  answered_calls: number;
@@ -921,7 +922,6 @@ export declare const CallReportModel: z.ZodObject<{
921
922
  voicemail_calls: number;
922
923
  total_holding_time: number;
923
924
  total_talking_time: number;
924
- mobile: string;
925
925
  }[];
926
926
  }[] | undefined;
927
927
  trunk_activity_list?: {
@@ -1005,6 +1005,7 @@ export declare const CallReportModel: z.ZodObject<{
1005
1005
  callback_result: string;
1006
1006
  is_12hour?: number | undefined;
1007
1007
  ext_call_statistics_list?: {
1008
+ mobile: string;
1008
1009
  ext_num: string;
1009
1010
  ext_name: string;
1010
1011
  answered_calls: number;
@@ -1016,7 +1017,6 @@ export declare const CallReportModel: z.ZodObject<{
1016
1017
  total_talking_time: number;
1017
1018
  src_name: string;
1018
1019
  total_call_count: number;
1019
- mobile: string;
1020
1020
  }[] | undefined;
1021
1021
  ext_call_activity_list?: {
1022
1022
  time: number;
@@ -1029,6 +1029,7 @@ export declare const CallReportModel: z.ZodObject<{
1029
1029
  total_talking_time: number;
1030
1030
  ext_statistics: {
1031
1031
  time: number;
1032
+ mobile: string;
1032
1033
  ext_num: string;
1033
1034
  ext_name: string;
1034
1035
  answered_calls: number;
@@ -1038,7 +1039,6 @@ export declare const CallReportModel: z.ZodObject<{
1038
1039
  voicemail_calls: number;
1039
1040
  total_holding_time: number;
1040
1041
  total_talking_time: number;
1041
- mobile: string;
1042
1042
  }[];
1043
1043
  }[] | undefined;
1044
1044
  trunk_activity_list?: {
@@ -1147,6 +1147,7 @@ export declare const CallReportSchema: z.ZodObject<{
1147
1147
  /** @example "mobile" */
1148
1148
  mobile: z.ZodString;
1149
1149
  }, "strip", z.ZodTypeAny, {
1150
+ mobile: string;
1150
1151
  ext_num: string;
1151
1152
  ext_name: string;
1152
1153
  answered_calls: number;
@@ -1158,8 +1159,8 @@ export declare const CallReportSchema: z.ZodObject<{
1158
1159
  total_talking_time: number;
1159
1160
  src_name: string;
1160
1161
  total_call_count: number;
1161
- mobile: string;
1162
1162
  }, {
1163
+ mobile: string;
1163
1164
  ext_num: string;
1164
1165
  ext_name: string;
1165
1166
  answered_calls: number;
@@ -1171,7 +1172,6 @@ export declare const CallReportSchema: z.ZodObject<{
1171
1172
  total_talking_time: number;
1172
1173
  src_name: string;
1173
1174
  total_call_count: number;
1174
- mobile: string;
1175
1175
  }>, "many">>;
1176
1176
  ext_call_activity_list: z.ZodOptional<z.ZodArray<z.ZodObject<{
1177
1177
  time: z.ZodNumber;
@@ -1196,6 +1196,7 @@ export declare const CallReportSchema: z.ZodObject<{
1196
1196
  mobile: z.ZodString;
1197
1197
  }, "strip", z.ZodTypeAny, {
1198
1198
  time: number;
1199
+ mobile: string;
1199
1200
  ext_num: string;
1200
1201
  ext_name: string;
1201
1202
  answered_calls: number;
@@ -1205,9 +1206,9 @@ export declare const CallReportSchema: z.ZodObject<{
1205
1206
  voicemail_calls: number;
1206
1207
  total_holding_time: number;
1207
1208
  total_talking_time: number;
1208
- mobile: string;
1209
1209
  }, {
1210
1210
  time: number;
1211
+ mobile: string;
1211
1212
  ext_num: string;
1212
1213
  ext_name: string;
1213
1214
  answered_calls: number;
@@ -1217,7 +1218,6 @@ export declare const CallReportSchema: z.ZodObject<{
1217
1218
  voicemail_calls: number;
1218
1219
  total_holding_time: number;
1219
1220
  total_talking_time: number;
1220
- mobile: string;
1221
1221
  }>, "many">;
1222
1222
  }, "strip", z.ZodTypeAny, {
1223
1223
  time: number;
@@ -1230,6 +1230,7 @@ export declare const CallReportSchema: z.ZodObject<{
1230
1230
  total_talking_time: number;
1231
1231
  ext_statistics: {
1232
1232
  time: number;
1233
+ mobile: string;
1233
1234
  ext_num: string;
1234
1235
  ext_name: string;
1235
1236
  answered_calls: number;
@@ -1239,7 +1240,6 @@ export declare const CallReportSchema: z.ZodObject<{
1239
1240
  voicemail_calls: number;
1240
1241
  total_holding_time: number;
1241
1242
  total_talking_time: number;
1242
- mobile: string;
1243
1243
  }[];
1244
1244
  }, {
1245
1245
  time: number;
@@ -1252,6 +1252,7 @@ export declare const CallReportSchema: z.ZodObject<{
1252
1252
  total_talking_time: number;
1253
1253
  ext_statistics: {
1254
1254
  time: number;
1255
+ mobile: string;
1255
1256
  ext_num: string;
1256
1257
  ext_name: string;
1257
1258
  answered_calls: number;
@@ -1261,7 +1262,6 @@ export declare const CallReportSchema: z.ZodObject<{
1261
1262
  voicemail_calls: number;
1262
1263
  total_holding_time: number;
1263
1264
  total_talking_time: number;
1264
- mobile: string;
1265
1265
  }[];
1266
1266
  }>, "many">>;
1267
1267
  trunk_activity_list: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1522,6 +1522,7 @@ export declare const CallReportSchema: z.ZodObject<{
1522
1522
  callback_result: string;
1523
1523
  is_12hour?: number | undefined;
1524
1524
  ext_call_statistics_list?: {
1525
+ mobile: string;
1525
1526
  ext_num: string;
1526
1527
  ext_name: string;
1527
1528
  answered_calls: number;
@@ -1533,7 +1534,6 @@ export declare const CallReportSchema: z.ZodObject<{
1533
1534
  total_talking_time: number;
1534
1535
  src_name: string;
1535
1536
  total_call_count: number;
1536
- mobile: string;
1537
1537
  }[] | undefined;
1538
1538
  ext_call_activity_list?: {
1539
1539
  time: number;
@@ -1546,6 +1546,7 @@ export declare const CallReportSchema: z.ZodObject<{
1546
1546
  total_talking_time: number;
1547
1547
  ext_statistics: {
1548
1548
  time: number;
1549
+ mobile: string;
1549
1550
  ext_num: string;
1550
1551
  ext_name: string;
1551
1552
  answered_calls: number;
@@ -1555,7 +1556,6 @@ export declare const CallReportSchema: z.ZodObject<{
1555
1556
  voicemail_calls: number;
1556
1557
  total_holding_time: number;
1557
1558
  total_talking_time: number;
1558
- mobile: string;
1559
1559
  }[];
1560
1560
  }[] | undefined;
1561
1561
  trunk_activity_list?: {
@@ -1639,6 +1639,7 @@ export declare const CallReportSchema: z.ZodObject<{
1639
1639
  callback_result: string;
1640
1640
  is_12hour?: number | undefined;
1641
1641
  ext_call_statistics_list?: {
1642
+ mobile: string;
1642
1643
  ext_num: string;
1643
1644
  ext_name: string;
1644
1645
  answered_calls: number;
@@ -1650,7 +1651,6 @@ export declare const CallReportSchema: z.ZodObject<{
1650
1651
  total_talking_time: number;
1651
1652
  src_name: string;
1652
1653
  total_call_count: number;
1653
- mobile: string;
1654
1654
  }[] | undefined;
1655
1655
  ext_call_activity_list?: {
1656
1656
  time: number;
@@ -1663,6 +1663,7 @@ export declare const CallReportSchema: z.ZodObject<{
1663
1663
  total_talking_time: number;
1664
1664
  ext_statistics: {
1665
1665
  time: number;
1666
+ mobile: string;
1666
1667
  ext_num: string;
1667
1668
  ext_name: string;
1668
1669
  answered_calls: number;
@@ -1672,7 +1673,6 @@ export declare const CallReportSchema: z.ZodObject<{
1672
1673
  voicemail_calls: number;
1673
1674
  total_holding_time: number;
1674
1675
  total_talking_time: number;
1675
- mobile: string;
1676
1676
  }[];
1677
1677
  }[] | undefined;
1678
1678
  trunk_activity_list?: {
@@ -51,7 +51,7 @@ export declare enum EMessageType {
51
51
  HANDED_OVER = "handed_over",
52
52
  UPDATED = "updated",
53
53
  STARTED = "started",
54
- EDITED = "edited",
54
+ EDITED = "edited",// this is for customer editing the message.
55
55
  DELETED = "deleted",
56
56
  UNSUPPORTED = "unsupported"
57
57
  }
@@ -1 +1 @@
1
- {"version":3,"file":"chat.d.ts","sourceRoot":"","sources":["../../../../../entities/src/enums/chat.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,QAAQ,YAAY;IACpB,aAAa,kBAAkB;IAG/B,UAAU,eAAe;CAC1B;AAED,MAAM,MAAM,YAAY,GAAG,GAAG,YAAY,EAAE,CAAC;AAE7C,oBAAY,iBAAiB;IAC3B,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,MAAM,WAAW;CAClB;AAED,oBAAY,SAAS;IACnB,IAAI,SAAS;IACb,YAAY,iBAAiB;CAC9B;AAED,MAAM,MAAM,iBAAiB,GAAG,GAAG,iBAAiB,EAAE,CAAC;AAEvD,oBAAY,cAAc;IACxB,QAAQ,aAAa;IACrB,QAAQ,aAAa;CACtB;AAED,MAAM,MAAM,cAAc,GAAG,GAAG,cAAc,EAAE,CAAC;AAEjD,oBAAY,YAAY;IACtB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;IAGrB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,QAAQ,aAAa;IAGrB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;IAGnB,WAAW,gBAAgB;CAC5B;AAED,MAAM,MAAM,YAAY,GAAG,GAAG,YAAY,EAAE,CAAC;AAE7C,oBAAY,aAAa;IACvB,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,oBAAoB,yBAAyB;IAC7C,OAAO,YAAY;IAEnB,WAAW,gBAAgB;CAC5B;AACD,MAAM,MAAM,aAAa,GAAG,GAAG,aAAa,EAAE,CAAC;AAE/C,oBAAY,cAAc;IACxB,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;CACV;AAED,MAAM,MAAM,cAAc,GAAG,GAAG,cAAc,EAAE,CAAC;AAEjD,oBAAY,cAAc;IACxB,oBAAoB,yBAAyB;IAC7C,cAAc,mBAAmB;IACjC,sBAAsB,2BAA2B;IACjD,WAAW,gBAAgB;CAC5B;AAED,oBAAY,eAAe;IACzB,KAAK,KAAK;IACV,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,aAAa,kBAAkB;CAChC"}
1
+ {"version":3,"file":"chat.d.ts","sourceRoot":"","sources":["../../../../../entities/src/enums/chat.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,QAAQ,YAAY;IACpB,aAAa,kBAAkB;IAG/B,UAAU,eAAe;CAC1B;AAED,MAAM,MAAM,YAAY,GAAG,GAAG,YAAY,EAAE,CAAC;AAE7C,oBAAY,iBAAiB;IAC3B,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,MAAM,WAAW;CAClB;AAED,oBAAY,SAAS;IACnB,IAAI,SAAS;IACb,YAAY,iBAAiB;CAC9B;AAED,MAAM,MAAM,iBAAiB,GAAG,GAAG,iBAAiB,EAAE,CAAC;AAEvD,oBAAY,cAAc;IACxB,QAAQ,aAAa;IACrB,QAAQ,aAAa;CACtB;AAED,MAAM,MAAM,cAAc,GAAG,GAAG,cAAc,EAAE,CAAC;AAEjD,oBAAY,YAAY;IACtB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;IAGrB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,QAAQ,aAAa;IAGrB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW,CAAE,4CAA4C;IAC/D,OAAO,YAAY;IAGnB,WAAW,gBAAgB;CAC5B;AAED,MAAM,MAAM,YAAY,GAAG,GAAG,YAAY,EAAE,CAAC;AAE7C,oBAAY,aAAa;IACvB,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,oBAAoB,yBAAyB;IAC7C,OAAO,YAAY;IAEnB,WAAW,gBAAgB;CAC5B;AACD,MAAM,MAAM,aAAa,GAAG,GAAG,aAAa,EAAE,CAAC;AAE/C,oBAAY,cAAc;IACxB,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;CACV;AAED,MAAM,MAAM,cAAc,GAAG,GAAG,cAAc,EAAE,CAAC;AAEjD,oBAAY,cAAc;IACxB,oBAAoB,yBAAyB;IAC7C,cAAc,mBAAmB;IACjC,sBAAsB,2BAA2B;IACjD,WAAW,gBAAgB;CAC5B;AAED,oBAAY,eAAe;IACzB,KAAK,KAAK;IACV,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,aAAa,kBAAkB;CAChC"}