@mobilon-dev/chotto 0.3.64 → 0.3.66
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/dist/chotto.css +1 -1
- package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue.js +1 -1
- package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue2.js +429 -308
- package/dist/components/2_feed_elements/CallMessage/CallMessage.vue.js +4 -4
- package/dist/components/2_feed_elements/CallMessage/CallMessage.vue2.js +456 -361
- package/dist/themes/dark.css +1 -1
- package/dist/themes/default.css +1 -1
- package/dist/themes/glass.css +1 -1
- package/dist/themes/green.css +1 -1
- package/dist/themes/mobilon1.css +1 -1
- package/dist/types/apps/data/messages.d.ts +235 -10
- package/dist/types/components/2_feed_elements/AudioMessage/AudioMessage.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/AudioMessage/styles/types.d.ts +64 -0
- package/dist/types/components/2_feed_elements/CallMessage/CallMessage.vue.d.ts +1 -1
- package/dist/types/components/2_feed_elements/CallMessage/styles/types.d.ts +44 -44
- package/dist/types/components/2_feed_elements/types/messages.d.ts +33 -1
- package/package.json +1 -1
|
@@ -38,6 +38,8 @@ export declare const messages: ({
|
|
|
38
38
|
backgroundColor?: undefined;
|
|
39
39
|
hasMessengerAccount?: undefined;
|
|
40
40
|
callAttemptDuration?: undefined;
|
|
41
|
+
recordUrl?: undefined;
|
|
42
|
+
callSummary?: undefined;
|
|
41
43
|
autoRemove?: undefined;
|
|
42
44
|
tooltipText?: undefined;
|
|
43
45
|
} | {
|
|
@@ -75,6 +77,8 @@ export declare const messages: ({
|
|
|
75
77
|
backgroundColor?: undefined;
|
|
76
78
|
hasMessengerAccount?: undefined;
|
|
77
79
|
callAttemptDuration?: undefined;
|
|
80
|
+
recordUrl?: undefined;
|
|
81
|
+
callSummary?: undefined;
|
|
78
82
|
autoRemove?: undefined;
|
|
79
83
|
tooltipText?: undefined;
|
|
80
84
|
} | {
|
|
@@ -117,6 +121,8 @@ export declare const messages: ({
|
|
|
117
121
|
backgroundColor?: undefined;
|
|
118
122
|
hasMessengerAccount?: undefined;
|
|
119
123
|
callAttemptDuration?: undefined;
|
|
124
|
+
recordUrl?: undefined;
|
|
125
|
+
callSummary?: undefined;
|
|
120
126
|
autoRemove?: undefined;
|
|
121
127
|
tooltipText?: undefined;
|
|
122
128
|
} | {
|
|
@@ -151,6 +157,8 @@ export declare const messages: ({
|
|
|
151
157
|
backgroundColor?: undefined;
|
|
152
158
|
hasMessengerAccount?: undefined;
|
|
153
159
|
callAttemptDuration?: undefined;
|
|
160
|
+
recordUrl?: undefined;
|
|
161
|
+
callSummary?: undefined;
|
|
154
162
|
autoRemove?: undefined;
|
|
155
163
|
tooltipText?: undefined;
|
|
156
164
|
} | {
|
|
@@ -193,6 +201,8 @@ export declare const messages: ({
|
|
|
193
201
|
backgroundColor?: undefined;
|
|
194
202
|
hasMessengerAccount?: undefined;
|
|
195
203
|
callAttemptDuration?: undefined;
|
|
204
|
+
recordUrl?: undefined;
|
|
205
|
+
callSummary?: undefined;
|
|
196
206
|
autoRemove?: undefined;
|
|
197
207
|
tooltipText?: undefined;
|
|
198
208
|
} | {
|
|
@@ -235,6 +245,8 @@ export declare const messages: ({
|
|
|
235
245
|
backgroundColor?: undefined;
|
|
236
246
|
hasMessengerAccount?: undefined;
|
|
237
247
|
callAttemptDuration?: undefined;
|
|
248
|
+
recordUrl?: undefined;
|
|
249
|
+
callSummary?: undefined;
|
|
238
250
|
autoRemove?: undefined;
|
|
239
251
|
tooltipText?: undefined;
|
|
240
252
|
} | {
|
|
@@ -283,6 +295,8 @@ export declare const messages: ({
|
|
|
283
295
|
backgroundColor?: undefined;
|
|
284
296
|
hasMessengerAccount?: undefined;
|
|
285
297
|
callAttemptDuration?: undefined;
|
|
298
|
+
recordUrl?: undefined;
|
|
299
|
+
callSummary?: undefined;
|
|
286
300
|
autoRemove?: undefined;
|
|
287
301
|
tooltipText?: undefined;
|
|
288
302
|
} | {
|
|
@@ -323,6 +337,8 @@ export declare const messages: ({
|
|
|
323
337
|
backgroundColor?: undefined;
|
|
324
338
|
hasMessengerAccount?: undefined;
|
|
325
339
|
callAttemptDuration?: undefined;
|
|
340
|
+
recordUrl?: undefined;
|
|
341
|
+
callSummary?: undefined;
|
|
326
342
|
autoRemove?: undefined;
|
|
327
343
|
tooltipText?: undefined;
|
|
328
344
|
} | {
|
|
@@ -363,6 +379,8 @@ export declare const messages: ({
|
|
|
363
379
|
backgroundColor?: undefined;
|
|
364
380
|
hasMessengerAccount?: undefined;
|
|
365
381
|
callAttemptDuration?: undefined;
|
|
382
|
+
recordUrl?: undefined;
|
|
383
|
+
callSummary?: undefined;
|
|
366
384
|
autoRemove?: undefined;
|
|
367
385
|
tooltipText?: undefined;
|
|
368
386
|
} | {
|
|
@@ -397,6 +415,8 @@ export declare const messages: ({
|
|
|
397
415
|
backgroundColor?: undefined;
|
|
398
416
|
hasMessengerAccount?: undefined;
|
|
399
417
|
callAttemptDuration?: undefined;
|
|
418
|
+
recordUrl?: undefined;
|
|
419
|
+
callSummary?: undefined;
|
|
400
420
|
autoRemove?: undefined;
|
|
401
421
|
tooltipText?: undefined;
|
|
402
422
|
} | {
|
|
@@ -439,6 +459,8 @@ export declare const messages: ({
|
|
|
439
459
|
backgroundColor?: undefined;
|
|
440
460
|
hasMessengerAccount?: undefined;
|
|
441
461
|
callAttemptDuration?: undefined;
|
|
462
|
+
recordUrl?: undefined;
|
|
463
|
+
callSummary?: undefined;
|
|
442
464
|
autoRemove?: undefined;
|
|
443
465
|
tooltipText?: undefined;
|
|
444
466
|
} | {
|
|
@@ -479,6 +501,8 @@ export declare const messages: ({
|
|
|
479
501
|
backgroundColor?: undefined;
|
|
480
502
|
hasMessengerAccount?: undefined;
|
|
481
503
|
callAttemptDuration?: undefined;
|
|
504
|
+
recordUrl?: undefined;
|
|
505
|
+
callSummary?: undefined;
|
|
482
506
|
autoRemove?: undefined;
|
|
483
507
|
tooltipText?: undefined;
|
|
484
508
|
} | {
|
|
@@ -519,6 +543,8 @@ export declare const messages: ({
|
|
|
519
543
|
backgroundColor?: undefined;
|
|
520
544
|
hasMessengerAccount?: undefined;
|
|
521
545
|
callAttemptDuration?: undefined;
|
|
546
|
+
recordUrl?: undefined;
|
|
547
|
+
callSummary?: undefined;
|
|
522
548
|
autoRemove?: undefined;
|
|
523
549
|
tooltipText?: undefined;
|
|
524
550
|
} | {
|
|
@@ -526,7 +552,6 @@ export declare const messages: ({
|
|
|
526
552
|
dialogId: string;
|
|
527
553
|
type: string;
|
|
528
554
|
url: string;
|
|
529
|
-
text: string;
|
|
530
555
|
direction: string;
|
|
531
556
|
status: string;
|
|
532
557
|
subText: string;
|
|
@@ -553,6 +578,7 @@ export declare const messages: ({
|
|
|
553
578
|
header?: undefined;
|
|
554
579
|
callParticipant?: undefined;
|
|
555
580
|
avatar?: undefined;
|
|
581
|
+
text?: undefined;
|
|
556
582
|
embed?: undefined;
|
|
557
583
|
views?: undefined;
|
|
558
584
|
alt?: undefined;
|
|
@@ -564,6 +590,8 @@ export declare const messages: ({
|
|
|
564
590
|
backgroundColor?: undefined;
|
|
565
591
|
hasMessengerAccount?: undefined;
|
|
566
592
|
callAttemptDuration?: undefined;
|
|
593
|
+
recordUrl?: undefined;
|
|
594
|
+
callSummary?: undefined;
|
|
567
595
|
autoRemove?: undefined;
|
|
568
596
|
tooltipText?: undefined;
|
|
569
597
|
} | {
|
|
@@ -603,6 +631,8 @@ export declare const messages: ({
|
|
|
603
631
|
backgroundColor?: undefined;
|
|
604
632
|
hasMessengerAccount?: undefined;
|
|
605
633
|
callAttemptDuration?: undefined;
|
|
634
|
+
recordUrl?: undefined;
|
|
635
|
+
callSummary?: undefined;
|
|
606
636
|
autoRemove?: undefined;
|
|
607
637
|
tooltipText?: undefined;
|
|
608
638
|
} | {
|
|
@@ -649,6 +679,8 @@ export declare const messages: ({
|
|
|
649
679
|
backgroundColor?: undefined;
|
|
650
680
|
hasMessengerAccount?: undefined;
|
|
651
681
|
callAttemptDuration?: undefined;
|
|
682
|
+
recordUrl?: undefined;
|
|
683
|
+
callSummary?: undefined;
|
|
652
684
|
autoRemove?: undefined;
|
|
653
685
|
tooltipText?: undefined;
|
|
654
686
|
} | {
|
|
@@ -691,6 +723,8 @@ export declare const messages: ({
|
|
|
691
723
|
backgroundColor?: undefined;
|
|
692
724
|
hasMessengerAccount?: undefined;
|
|
693
725
|
callAttemptDuration?: undefined;
|
|
726
|
+
recordUrl?: undefined;
|
|
727
|
+
callSummary?: undefined;
|
|
694
728
|
autoRemove?: undefined;
|
|
695
729
|
tooltipText?: undefined;
|
|
696
730
|
} | {
|
|
@@ -702,6 +736,7 @@ export declare const messages: ({
|
|
|
702
736
|
status: string;
|
|
703
737
|
timestamp: string;
|
|
704
738
|
header: string;
|
|
739
|
+
messageId: string;
|
|
705
740
|
actions: ({
|
|
706
741
|
action: string;
|
|
707
742
|
title: string;
|
|
@@ -714,7 +749,6 @@ export declare const messages: ({
|
|
|
714
749
|
dialogId?: undefined;
|
|
715
750
|
position?: undefined;
|
|
716
751
|
time?: undefined;
|
|
717
|
-
messageId?: undefined;
|
|
718
752
|
callDuration?: undefined;
|
|
719
753
|
isMissedCall?: undefined;
|
|
720
754
|
callParticipant?: undefined;
|
|
@@ -733,6 +767,8 @@ export declare const messages: ({
|
|
|
733
767
|
backgroundColor?: undefined;
|
|
734
768
|
hasMessengerAccount?: undefined;
|
|
735
769
|
callAttemptDuration?: undefined;
|
|
770
|
+
recordUrl?: undefined;
|
|
771
|
+
callSummary?: undefined;
|
|
736
772
|
autoRemove?: undefined;
|
|
737
773
|
tooltipText?: undefined;
|
|
738
774
|
} | {
|
|
@@ -743,10 +779,10 @@ export declare const messages: ({
|
|
|
743
779
|
status: string;
|
|
744
780
|
timestamp: string;
|
|
745
781
|
header: string;
|
|
782
|
+
messageId: string;
|
|
746
783
|
dialogId?: undefined;
|
|
747
784
|
position?: undefined;
|
|
748
785
|
time?: undefined;
|
|
749
|
-
messageId?: undefined;
|
|
750
786
|
callDuration?: undefined;
|
|
751
787
|
isMissedCall?: undefined;
|
|
752
788
|
callParticipant?: undefined;
|
|
@@ -767,6 +803,8 @@ export declare const messages: ({
|
|
|
767
803
|
backgroundColor?: undefined;
|
|
768
804
|
hasMessengerAccount?: undefined;
|
|
769
805
|
callAttemptDuration?: undefined;
|
|
806
|
+
recordUrl?: undefined;
|
|
807
|
+
callSummary?: undefined;
|
|
770
808
|
autoRemove?: undefined;
|
|
771
809
|
tooltipText?: undefined;
|
|
772
810
|
} | {
|
|
@@ -801,6 +839,8 @@ export declare const messages: ({
|
|
|
801
839
|
backgroundColor?: undefined;
|
|
802
840
|
hasMessengerAccount?: undefined;
|
|
803
841
|
callAttemptDuration?: undefined;
|
|
842
|
+
recordUrl?: undefined;
|
|
843
|
+
callSummary?: undefined;
|
|
804
844
|
autoRemove?: undefined;
|
|
805
845
|
tooltipText?: undefined;
|
|
806
846
|
} | {
|
|
@@ -810,6 +850,7 @@ export declare const messages: ({
|
|
|
810
850
|
filename: string;
|
|
811
851
|
direction: string;
|
|
812
852
|
status: string;
|
|
853
|
+
messageId: string;
|
|
813
854
|
timestamp: string;
|
|
814
855
|
actions: {
|
|
815
856
|
action: string;
|
|
@@ -820,7 +861,6 @@ export declare const messages: ({
|
|
|
820
861
|
dialogId?: undefined;
|
|
821
862
|
position?: undefined;
|
|
822
863
|
time?: undefined;
|
|
823
|
-
messageId?: undefined;
|
|
824
864
|
callDuration?: undefined;
|
|
825
865
|
isMissedCall?: undefined;
|
|
826
866
|
callParticipant?: undefined;
|
|
@@ -838,11 +878,14 @@ export declare const messages: ({
|
|
|
838
878
|
backgroundColor?: undefined;
|
|
839
879
|
hasMessengerAccount?: undefined;
|
|
840
880
|
callAttemptDuration?: undefined;
|
|
881
|
+
recordUrl?: undefined;
|
|
882
|
+
callSummary?: undefined;
|
|
841
883
|
autoRemove?: undefined;
|
|
842
884
|
tooltipText?: undefined;
|
|
843
885
|
} | {
|
|
844
886
|
chatId: number;
|
|
845
887
|
header: string;
|
|
888
|
+
messageId: string;
|
|
846
889
|
type: string;
|
|
847
890
|
text: string;
|
|
848
891
|
direction: string;
|
|
@@ -851,7 +894,6 @@ export declare const messages: ({
|
|
|
851
894
|
dialogId?: undefined;
|
|
852
895
|
position?: undefined;
|
|
853
896
|
time?: undefined;
|
|
854
|
-
messageId?: undefined;
|
|
855
897
|
url?: undefined;
|
|
856
898
|
callDuration?: undefined;
|
|
857
899
|
isMissedCall?: undefined;
|
|
@@ -872,14 +914,16 @@ export declare const messages: ({
|
|
|
872
914
|
backgroundColor?: undefined;
|
|
873
915
|
hasMessengerAccount?: undefined;
|
|
874
916
|
callAttemptDuration?: undefined;
|
|
917
|
+
recordUrl?: undefined;
|
|
918
|
+
callSummary?: undefined;
|
|
875
919
|
autoRemove?: undefined;
|
|
876
920
|
tooltipText?: undefined;
|
|
877
921
|
} | {
|
|
878
922
|
chatId: number;
|
|
879
923
|
type: string;
|
|
880
924
|
url: string;
|
|
881
|
-
text: string;
|
|
882
925
|
direction: string;
|
|
926
|
+
messageId: string;
|
|
883
927
|
status: string;
|
|
884
928
|
subText: string;
|
|
885
929
|
timestamp: string;
|
|
@@ -894,11 +938,11 @@ export declare const messages: ({
|
|
|
894
938
|
dialogId?: undefined;
|
|
895
939
|
position?: undefined;
|
|
896
940
|
time?: undefined;
|
|
897
|
-
messageId?: undefined;
|
|
898
941
|
callDuration?: undefined;
|
|
899
942
|
isMissedCall?: undefined;
|
|
900
943
|
callParticipant?: undefined;
|
|
901
944
|
avatar?: undefined;
|
|
945
|
+
text?: undefined;
|
|
902
946
|
embed?: undefined;
|
|
903
947
|
views?: undefined;
|
|
904
948
|
alt?: undefined;
|
|
@@ -911,14 +955,16 @@ export declare const messages: ({
|
|
|
911
955
|
backgroundColor?: undefined;
|
|
912
956
|
hasMessengerAccount?: undefined;
|
|
913
957
|
callAttemptDuration?: undefined;
|
|
958
|
+
recordUrl?: undefined;
|
|
959
|
+
callSummary?: undefined;
|
|
914
960
|
autoRemove?: undefined;
|
|
915
961
|
tooltipText?: undefined;
|
|
916
962
|
} | {
|
|
917
963
|
chatId: number;
|
|
918
964
|
type: string;
|
|
919
965
|
url: string;
|
|
920
|
-
text: string;
|
|
921
966
|
direction: string;
|
|
967
|
+
messageId: string;
|
|
922
968
|
status: string;
|
|
923
969
|
subText: string;
|
|
924
970
|
timestamp: string;
|
|
@@ -930,11 +976,11 @@ export declare const messages: ({
|
|
|
930
976
|
dialogId?: undefined;
|
|
931
977
|
position?: undefined;
|
|
932
978
|
time?: undefined;
|
|
933
|
-
messageId?: undefined;
|
|
934
979
|
callDuration?: undefined;
|
|
935
980
|
isMissedCall?: undefined;
|
|
936
981
|
callParticipant?: undefined;
|
|
937
982
|
avatar?: undefined;
|
|
983
|
+
text?: undefined;
|
|
938
984
|
embed?: undefined;
|
|
939
985
|
views?: undefined;
|
|
940
986
|
alt?: undefined;
|
|
@@ -948,6 +994,8 @@ export declare const messages: ({
|
|
|
948
994
|
backgroundColor?: undefined;
|
|
949
995
|
hasMessengerAccount?: undefined;
|
|
950
996
|
callAttemptDuration?: undefined;
|
|
997
|
+
recordUrl?: undefined;
|
|
998
|
+
callSummary?: undefined;
|
|
951
999
|
autoRemove?: undefined;
|
|
952
1000
|
tooltipText?: undefined;
|
|
953
1001
|
} | {
|
|
@@ -957,6 +1005,7 @@ export declare const messages: ({
|
|
|
957
1005
|
alt: string;
|
|
958
1006
|
header: string;
|
|
959
1007
|
text: string;
|
|
1008
|
+
messageId: string;
|
|
960
1009
|
direction: string;
|
|
961
1010
|
subText: string;
|
|
962
1011
|
timestamp: string;
|
|
@@ -964,7 +1013,6 @@ export declare const messages: ({
|
|
|
964
1013
|
position?: undefined;
|
|
965
1014
|
status?: undefined;
|
|
966
1015
|
time?: undefined;
|
|
967
|
-
messageId?: undefined;
|
|
968
1016
|
callDuration?: undefined;
|
|
969
1017
|
isMissedCall?: undefined;
|
|
970
1018
|
callParticipant?: undefined;
|
|
@@ -982,6 +1030,8 @@ export declare const messages: ({
|
|
|
982
1030
|
backgroundColor?: undefined;
|
|
983
1031
|
hasMessengerAccount?: undefined;
|
|
984
1032
|
callAttemptDuration?: undefined;
|
|
1033
|
+
recordUrl?: undefined;
|
|
1034
|
+
callSummary?: undefined;
|
|
985
1035
|
autoRemove?: undefined;
|
|
986
1036
|
tooltipText?: undefined;
|
|
987
1037
|
} | {
|
|
@@ -1016,6 +1066,8 @@ export declare const messages: ({
|
|
|
1016
1066
|
backgroundColor?: undefined;
|
|
1017
1067
|
hasMessengerAccount?: undefined;
|
|
1018
1068
|
callAttemptDuration?: undefined;
|
|
1069
|
+
recordUrl?: undefined;
|
|
1070
|
+
callSummary?: undefined;
|
|
1019
1071
|
autoRemove?: undefined;
|
|
1020
1072
|
tooltipText?: undefined;
|
|
1021
1073
|
} | {
|
|
@@ -1050,6 +1102,8 @@ export declare const messages: ({
|
|
|
1050
1102
|
backgroundColor?: undefined;
|
|
1051
1103
|
hasMessengerAccount?: undefined;
|
|
1052
1104
|
callAttemptDuration?: undefined;
|
|
1105
|
+
recordUrl?: undefined;
|
|
1106
|
+
callSummary?: undefined;
|
|
1053
1107
|
autoRemove?: undefined;
|
|
1054
1108
|
tooltipText?: undefined;
|
|
1055
1109
|
} | {
|
|
@@ -1086,6 +1140,8 @@ export declare const messages: ({
|
|
|
1086
1140
|
backgroundColor?: undefined;
|
|
1087
1141
|
hasMessengerAccount?: undefined;
|
|
1088
1142
|
callAttemptDuration?: undefined;
|
|
1143
|
+
recordUrl?: undefined;
|
|
1144
|
+
callSummary?: undefined;
|
|
1089
1145
|
autoRemove?: undefined;
|
|
1090
1146
|
tooltipText?: undefined;
|
|
1091
1147
|
} | {
|
|
@@ -1120,6 +1176,8 @@ export declare const messages: ({
|
|
|
1120
1176
|
backgroundColor?: undefined;
|
|
1121
1177
|
hasMessengerAccount?: undefined;
|
|
1122
1178
|
callAttemptDuration?: undefined;
|
|
1179
|
+
recordUrl?: undefined;
|
|
1180
|
+
callSummary?: undefined;
|
|
1123
1181
|
autoRemove?: undefined;
|
|
1124
1182
|
tooltipText?: undefined;
|
|
1125
1183
|
} | {
|
|
@@ -1154,6 +1212,8 @@ export declare const messages: ({
|
|
|
1154
1212
|
backgroundColor?: undefined;
|
|
1155
1213
|
hasMessengerAccount?: undefined;
|
|
1156
1214
|
callAttemptDuration?: undefined;
|
|
1215
|
+
recordUrl?: undefined;
|
|
1216
|
+
callSummary?: undefined;
|
|
1157
1217
|
autoRemove?: undefined;
|
|
1158
1218
|
tooltipText?: undefined;
|
|
1159
1219
|
} | {
|
|
@@ -1191,6 +1251,8 @@ export declare const messages: ({
|
|
|
1191
1251
|
backgroundColor?: undefined;
|
|
1192
1252
|
hasMessengerAccount?: undefined;
|
|
1193
1253
|
callAttemptDuration?: undefined;
|
|
1254
|
+
recordUrl?: undefined;
|
|
1255
|
+
callSummary?: undefined;
|
|
1194
1256
|
autoRemove?: undefined;
|
|
1195
1257
|
tooltipText?: undefined;
|
|
1196
1258
|
} | {
|
|
@@ -1232,6 +1294,8 @@ export declare const messages: ({
|
|
|
1232
1294
|
backgroundColor?: undefined;
|
|
1233
1295
|
hasMessengerAccount?: undefined;
|
|
1234
1296
|
callAttemptDuration?: undefined;
|
|
1297
|
+
recordUrl?: undefined;
|
|
1298
|
+
callSummary?: undefined;
|
|
1235
1299
|
autoRemove?: undefined;
|
|
1236
1300
|
tooltipText?: undefined;
|
|
1237
1301
|
} | {
|
|
@@ -1274,6 +1338,8 @@ export declare const messages: ({
|
|
|
1274
1338
|
backgroundColor?: undefined;
|
|
1275
1339
|
hasMessengerAccount?: undefined;
|
|
1276
1340
|
callAttemptDuration?: undefined;
|
|
1341
|
+
recordUrl?: undefined;
|
|
1342
|
+
callSummary?: undefined;
|
|
1277
1343
|
autoRemove?: undefined;
|
|
1278
1344
|
tooltipText?: undefined;
|
|
1279
1345
|
} | {
|
|
@@ -1308,6 +1374,8 @@ export declare const messages: ({
|
|
|
1308
1374
|
backgroundColor?: undefined;
|
|
1309
1375
|
hasMessengerAccount?: undefined;
|
|
1310
1376
|
callAttemptDuration?: undefined;
|
|
1377
|
+
recordUrl?: undefined;
|
|
1378
|
+
callSummary?: undefined;
|
|
1311
1379
|
autoRemove?: undefined;
|
|
1312
1380
|
tooltipText?: undefined;
|
|
1313
1381
|
} | {
|
|
@@ -1342,6 +1410,8 @@ export declare const messages: ({
|
|
|
1342
1410
|
backgroundColor?: undefined;
|
|
1343
1411
|
hasMessengerAccount?: undefined;
|
|
1344
1412
|
callAttemptDuration?: undefined;
|
|
1413
|
+
recordUrl?: undefined;
|
|
1414
|
+
callSummary?: undefined;
|
|
1345
1415
|
autoRemove?: undefined;
|
|
1346
1416
|
tooltipText?: undefined;
|
|
1347
1417
|
} | {
|
|
@@ -1389,6 +1459,8 @@ export declare const messages: ({
|
|
|
1389
1459
|
backgroundColor?: undefined;
|
|
1390
1460
|
hasMessengerAccount?: undefined;
|
|
1391
1461
|
callAttemptDuration?: undefined;
|
|
1462
|
+
recordUrl?: undefined;
|
|
1463
|
+
callSummary?: undefined;
|
|
1392
1464
|
autoRemove?: undefined;
|
|
1393
1465
|
tooltipText?: undefined;
|
|
1394
1466
|
} | {
|
|
@@ -1432,6 +1504,8 @@ export declare const messages: ({
|
|
|
1432
1504
|
backgroundColor?: undefined;
|
|
1433
1505
|
hasMessengerAccount?: undefined;
|
|
1434
1506
|
callAttemptDuration?: undefined;
|
|
1507
|
+
recordUrl?: undefined;
|
|
1508
|
+
callSummary?: undefined;
|
|
1435
1509
|
autoRemove?: undefined;
|
|
1436
1510
|
tooltipText?: undefined;
|
|
1437
1511
|
} | {
|
|
@@ -1469,6 +1543,8 @@ export declare const messages: ({
|
|
|
1469
1543
|
backgroundColor?: undefined;
|
|
1470
1544
|
hasMessengerAccount?: undefined;
|
|
1471
1545
|
callAttemptDuration?: undefined;
|
|
1546
|
+
recordUrl?: undefined;
|
|
1547
|
+
callSummary?: undefined;
|
|
1472
1548
|
autoRemove?: undefined;
|
|
1473
1549
|
tooltipText?: undefined;
|
|
1474
1550
|
} | {
|
|
@@ -1515,6 +1591,8 @@ export declare const messages: ({
|
|
|
1515
1591
|
backgroundColor?: undefined;
|
|
1516
1592
|
hasMessengerAccount?: undefined;
|
|
1517
1593
|
callAttemptDuration?: undefined;
|
|
1594
|
+
recordUrl?: undefined;
|
|
1595
|
+
callSummary?: undefined;
|
|
1518
1596
|
autoRemove?: undefined;
|
|
1519
1597
|
tooltipText?: undefined;
|
|
1520
1598
|
} | {
|
|
@@ -1549,6 +1627,8 @@ export declare const messages: ({
|
|
|
1549
1627
|
backgroundColor?: undefined;
|
|
1550
1628
|
hasMessengerAccount?: undefined;
|
|
1551
1629
|
callAttemptDuration?: undefined;
|
|
1630
|
+
recordUrl?: undefined;
|
|
1631
|
+
callSummary?: undefined;
|
|
1552
1632
|
autoRemove?: undefined;
|
|
1553
1633
|
tooltipText?: undefined;
|
|
1554
1634
|
} | {
|
|
@@ -1583,6 +1663,8 @@ export declare const messages: ({
|
|
|
1583
1663
|
backgroundColor?: undefined;
|
|
1584
1664
|
hasMessengerAccount?: undefined;
|
|
1585
1665
|
callAttemptDuration?: undefined;
|
|
1666
|
+
recordUrl?: undefined;
|
|
1667
|
+
callSummary?: undefined;
|
|
1586
1668
|
autoRemove?: undefined;
|
|
1587
1669
|
tooltipText?: undefined;
|
|
1588
1670
|
} | {
|
|
@@ -1623,6 +1705,8 @@ export declare const messages: ({
|
|
|
1623
1705
|
backgroundColor?: undefined;
|
|
1624
1706
|
hasMessengerAccount?: undefined;
|
|
1625
1707
|
callAttemptDuration?: undefined;
|
|
1708
|
+
recordUrl?: undefined;
|
|
1709
|
+
callSummary?: undefined;
|
|
1626
1710
|
autoRemove?: undefined;
|
|
1627
1711
|
tooltipText?: undefined;
|
|
1628
1712
|
} | {
|
|
@@ -1657,6 +1741,8 @@ export declare const messages: ({
|
|
|
1657
1741
|
backgroundColor?: undefined;
|
|
1658
1742
|
hasMessengerAccount?: undefined;
|
|
1659
1743
|
callAttemptDuration?: undefined;
|
|
1744
|
+
recordUrl?: undefined;
|
|
1745
|
+
callSummary?: undefined;
|
|
1660
1746
|
autoRemove?: undefined;
|
|
1661
1747
|
tooltipText?: undefined;
|
|
1662
1748
|
} | {
|
|
@@ -1700,6 +1786,8 @@ export declare const messages: ({
|
|
|
1700
1786
|
backgroundColor?: undefined;
|
|
1701
1787
|
hasMessengerAccount?: undefined;
|
|
1702
1788
|
callAttemptDuration?: undefined;
|
|
1789
|
+
recordUrl?: undefined;
|
|
1790
|
+
callSummary?: undefined;
|
|
1703
1791
|
autoRemove?: undefined;
|
|
1704
1792
|
tooltipText?: undefined;
|
|
1705
1793
|
} | {
|
|
@@ -1734,6 +1822,8 @@ export declare const messages: ({
|
|
|
1734
1822
|
backgroundColor?: undefined;
|
|
1735
1823
|
hasMessengerAccount?: undefined;
|
|
1736
1824
|
callAttemptDuration?: undefined;
|
|
1825
|
+
recordUrl?: undefined;
|
|
1826
|
+
callSummary?: undefined;
|
|
1737
1827
|
autoRemove?: undefined;
|
|
1738
1828
|
tooltipText?: undefined;
|
|
1739
1829
|
} | {
|
|
@@ -1781,6 +1871,8 @@ export declare const messages: ({
|
|
|
1781
1871
|
backgroundColor?: undefined;
|
|
1782
1872
|
hasMessengerAccount?: undefined;
|
|
1783
1873
|
callAttemptDuration?: undefined;
|
|
1874
|
+
recordUrl?: undefined;
|
|
1875
|
+
callSummary?: undefined;
|
|
1784
1876
|
autoRemove?: undefined;
|
|
1785
1877
|
tooltipText?: undefined;
|
|
1786
1878
|
} | {
|
|
@@ -1823,6 +1915,8 @@ export declare const messages: ({
|
|
|
1823
1915
|
backgroundColor?: undefined;
|
|
1824
1916
|
hasMessengerAccount?: undefined;
|
|
1825
1917
|
callAttemptDuration?: undefined;
|
|
1918
|
+
recordUrl?: undefined;
|
|
1919
|
+
callSummary?: undefined;
|
|
1826
1920
|
autoRemove?: undefined;
|
|
1827
1921
|
tooltipText?: undefined;
|
|
1828
1922
|
} | {
|
|
@@ -1874,6 +1968,8 @@ export declare const messages: ({
|
|
|
1874
1968
|
backgroundColor?: undefined;
|
|
1875
1969
|
hasMessengerAccount?: undefined;
|
|
1876
1970
|
callAttemptDuration?: undefined;
|
|
1971
|
+
recordUrl?: undefined;
|
|
1972
|
+
callSummary?: undefined;
|
|
1877
1973
|
autoRemove?: undefined;
|
|
1878
1974
|
tooltipText?: undefined;
|
|
1879
1975
|
} | {
|
|
@@ -1908,6 +2004,8 @@ export declare const messages: ({
|
|
|
1908
2004
|
statusMsg?: undefined;
|
|
1909
2005
|
hasMessengerAccount?: undefined;
|
|
1910
2006
|
callAttemptDuration?: undefined;
|
|
2007
|
+
recordUrl?: undefined;
|
|
2008
|
+
callSummary?: undefined;
|
|
1911
2009
|
autoRemove?: undefined;
|
|
1912
2010
|
tooltipText?: undefined;
|
|
1913
2011
|
} | {
|
|
@@ -1942,6 +2040,8 @@ export declare const messages: ({
|
|
|
1942
2040
|
reactions?: undefined;
|
|
1943
2041
|
backgroundColor?: undefined;
|
|
1944
2042
|
callAttemptDuration?: undefined;
|
|
2043
|
+
recordUrl?: undefined;
|
|
2044
|
+
callSummary?: undefined;
|
|
1945
2045
|
autoRemove?: undefined;
|
|
1946
2046
|
tooltipText?: undefined;
|
|
1947
2047
|
} | {
|
|
@@ -1984,6 +2084,8 @@ export declare const messages: ({
|
|
|
1984
2084
|
backgroundColor?: undefined;
|
|
1985
2085
|
hasMessengerAccount?: undefined;
|
|
1986
2086
|
callAttemptDuration?: undefined;
|
|
2087
|
+
recordUrl?: undefined;
|
|
2088
|
+
callSummary?: undefined;
|
|
1987
2089
|
autoRemove?: undefined;
|
|
1988
2090
|
tooltipText?: undefined;
|
|
1989
2091
|
} | {
|
|
@@ -2018,6 +2120,8 @@ export declare const messages: ({
|
|
|
2018
2120
|
statusMsg?: undefined;
|
|
2019
2121
|
backgroundColor?: undefined;
|
|
2020
2122
|
hasMessengerAccount?: undefined;
|
|
2123
|
+
recordUrl?: undefined;
|
|
2124
|
+
callSummary?: undefined;
|
|
2021
2125
|
autoRemove?: undefined;
|
|
2022
2126
|
tooltipText?: undefined;
|
|
2023
2127
|
} | {
|
|
@@ -2052,6 +2156,8 @@ export declare const messages: ({
|
|
|
2052
2156
|
backgroundColor?: undefined;
|
|
2053
2157
|
hasMessengerAccount?: undefined;
|
|
2054
2158
|
callAttemptDuration?: undefined;
|
|
2159
|
+
recordUrl?: undefined;
|
|
2160
|
+
callSummary?: undefined;
|
|
2055
2161
|
autoRemove?: undefined;
|
|
2056
2162
|
tooltipText?: undefined;
|
|
2057
2163
|
} | {
|
|
@@ -2094,6 +2200,83 @@ export declare const messages: ({
|
|
|
2094
2200
|
backgroundColor?: undefined;
|
|
2095
2201
|
hasMessengerAccount?: undefined;
|
|
2096
2202
|
callAttemptDuration?: undefined;
|
|
2203
|
+
recordUrl?: undefined;
|
|
2204
|
+
callSummary?: undefined;
|
|
2205
|
+
autoRemove?: undefined;
|
|
2206
|
+
tooltipText?: undefined;
|
|
2207
|
+
} | {
|
|
2208
|
+
chatId: number;
|
|
2209
|
+
dialogId: string;
|
|
2210
|
+
type: string;
|
|
2211
|
+
direction: string;
|
|
2212
|
+
position: string;
|
|
2213
|
+
status: string;
|
|
2214
|
+
time: string;
|
|
2215
|
+
messageId: string;
|
|
2216
|
+
url: string;
|
|
2217
|
+
callDuration: string;
|
|
2218
|
+
isMissedCall: boolean;
|
|
2219
|
+
timestamp: string;
|
|
2220
|
+
header: string;
|
|
2221
|
+
subText: string;
|
|
2222
|
+
callParticipant: string;
|
|
2223
|
+
recordUrl: string;
|
|
2224
|
+
callSummary: string;
|
|
2225
|
+
transcript: string;
|
|
2226
|
+
actions: {
|
|
2227
|
+
action: string;
|
|
2228
|
+
title: string;
|
|
2229
|
+
}[];
|
|
2230
|
+
avatar?: undefined;
|
|
2231
|
+
text?: undefined;
|
|
2232
|
+
embed?: undefined;
|
|
2233
|
+
views?: undefined;
|
|
2234
|
+
alt?: undefined;
|
|
2235
|
+
reply?: undefined;
|
|
2236
|
+
filename?: undefined;
|
|
2237
|
+
linkPreview?: undefined;
|
|
2238
|
+
keyboard?: undefined;
|
|
2239
|
+
reactions?: undefined;
|
|
2240
|
+
statusMsg?: undefined;
|
|
2241
|
+
backgroundColor?: undefined;
|
|
2242
|
+
hasMessengerAccount?: undefined;
|
|
2243
|
+
callAttemptDuration?: undefined;
|
|
2244
|
+
autoRemove?: undefined;
|
|
2245
|
+
tooltipText?: undefined;
|
|
2246
|
+
} | {
|
|
2247
|
+
chatId: number;
|
|
2248
|
+
dialogId: string;
|
|
2249
|
+
type: string;
|
|
2250
|
+
direction: string;
|
|
2251
|
+
position: string;
|
|
2252
|
+
status: string;
|
|
2253
|
+
time: string;
|
|
2254
|
+
messageId: string;
|
|
2255
|
+
url: string;
|
|
2256
|
+
callDuration: string;
|
|
2257
|
+
isMissedCall: boolean;
|
|
2258
|
+
timestamp: string;
|
|
2259
|
+
header: string;
|
|
2260
|
+
subText: string;
|
|
2261
|
+
callParticipant: string;
|
|
2262
|
+
recordUrl: string;
|
|
2263
|
+
callSummary: string;
|
|
2264
|
+
transcript: string;
|
|
2265
|
+
avatar?: undefined;
|
|
2266
|
+
actions?: undefined;
|
|
2267
|
+
text?: undefined;
|
|
2268
|
+
embed?: undefined;
|
|
2269
|
+
views?: undefined;
|
|
2270
|
+
alt?: undefined;
|
|
2271
|
+
reply?: undefined;
|
|
2272
|
+
filename?: undefined;
|
|
2273
|
+
linkPreview?: undefined;
|
|
2274
|
+
keyboard?: undefined;
|
|
2275
|
+
reactions?: undefined;
|
|
2276
|
+
statusMsg?: undefined;
|
|
2277
|
+
backgroundColor?: undefined;
|
|
2278
|
+
hasMessengerAccount?: undefined;
|
|
2279
|
+
callAttemptDuration?: undefined;
|
|
2097
2280
|
autoRemove?: undefined;
|
|
2098
2281
|
tooltipText?: undefined;
|
|
2099
2282
|
} | {
|
|
@@ -2128,6 +2311,8 @@ export declare const messages: ({
|
|
|
2128
2311
|
backgroundColor?: undefined;
|
|
2129
2312
|
hasMessengerAccount?: undefined;
|
|
2130
2313
|
callAttemptDuration?: undefined;
|
|
2314
|
+
recordUrl?: undefined;
|
|
2315
|
+
callSummary?: undefined;
|
|
2131
2316
|
autoRemove?: undefined;
|
|
2132
2317
|
tooltipText?: undefined;
|
|
2133
2318
|
} | {
|
|
@@ -2162,6 +2347,8 @@ export declare const messages: ({
|
|
|
2162
2347
|
backgroundColor?: undefined;
|
|
2163
2348
|
hasMessengerAccount?: undefined;
|
|
2164
2349
|
callAttemptDuration?: undefined;
|
|
2350
|
+
recordUrl?: undefined;
|
|
2351
|
+
callSummary?: undefined;
|
|
2165
2352
|
autoRemove?: undefined;
|
|
2166
2353
|
tooltipText?: undefined;
|
|
2167
2354
|
} | {
|
|
@@ -2196,6 +2383,8 @@ export declare const messages: ({
|
|
|
2196
2383
|
backgroundColor?: undefined;
|
|
2197
2384
|
hasMessengerAccount?: undefined;
|
|
2198
2385
|
callAttemptDuration?: undefined;
|
|
2386
|
+
recordUrl?: undefined;
|
|
2387
|
+
callSummary?: undefined;
|
|
2199
2388
|
autoRemove?: undefined;
|
|
2200
2389
|
tooltipText?: undefined;
|
|
2201
2390
|
} | {
|
|
@@ -2230,6 +2419,8 @@ export declare const messages: ({
|
|
|
2230
2419
|
reactions?: undefined;
|
|
2231
2420
|
backgroundColor?: undefined;
|
|
2232
2421
|
callAttemptDuration?: undefined;
|
|
2422
|
+
recordUrl?: undefined;
|
|
2423
|
+
callSummary?: undefined;
|
|
2233
2424
|
autoRemove?: undefined;
|
|
2234
2425
|
tooltipText?: undefined;
|
|
2235
2426
|
} | {
|
|
@@ -2264,6 +2455,8 @@ export declare const messages: ({
|
|
|
2264
2455
|
reactions?: undefined;
|
|
2265
2456
|
backgroundColor?: undefined;
|
|
2266
2457
|
callAttemptDuration?: undefined;
|
|
2458
|
+
recordUrl?: undefined;
|
|
2459
|
+
callSummary?: undefined;
|
|
2267
2460
|
autoRemove?: undefined;
|
|
2268
2461
|
tooltipText?: undefined;
|
|
2269
2462
|
} | {
|
|
@@ -2298,6 +2491,8 @@ export declare const messages: ({
|
|
|
2298
2491
|
reactions?: undefined;
|
|
2299
2492
|
backgroundColor?: undefined;
|
|
2300
2493
|
callAttemptDuration?: undefined;
|
|
2494
|
+
recordUrl?: undefined;
|
|
2495
|
+
callSummary?: undefined;
|
|
2301
2496
|
autoRemove?: undefined;
|
|
2302
2497
|
tooltipText?: undefined;
|
|
2303
2498
|
} | {
|
|
@@ -2332,6 +2527,8 @@ export declare const messages: ({
|
|
|
2332
2527
|
reactions?: undefined;
|
|
2333
2528
|
backgroundColor?: undefined;
|
|
2334
2529
|
callAttemptDuration?: undefined;
|
|
2530
|
+
recordUrl?: undefined;
|
|
2531
|
+
callSummary?: undefined;
|
|
2335
2532
|
autoRemove?: undefined;
|
|
2336
2533
|
tooltipText?: undefined;
|
|
2337
2534
|
} | {
|
|
@@ -2367,6 +2564,8 @@ export declare const messages: ({
|
|
|
2367
2564
|
backgroundColor?: undefined;
|
|
2368
2565
|
hasMessengerAccount?: undefined;
|
|
2369
2566
|
callAttemptDuration?: undefined;
|
|
2567
|
+
recordUrl?: undefined;
|
|
2568
|
+
callSummary?: undefined;
|
|
2370
2569
|
tooltipText?: undefined;
|
|
2371
2570
|
} | {
|
|
2372
2571
|
chatId: number;
|
|
@@ -2401,6 +2600,8 @@ export declare const messages: ({
|
|
|
2401
2600
|
backgroundColor?: undefined;
|
|
2402
2601
|
hasMessengerAccount?: undefined;
|
|
2403
2602
|
callAttemptDuration?: undefined;
|
|
2603
|
+
recordUrl?: undefined;
|
|
2604
|
+
callSummary?: undefined;
|
|
2404
2605
|
autoRemove?: undefined;
|
|
2405
2606
|
} | {
|
|
2406
2607
|
chatId: number;
|
|
@@ -2434,6 +2635,8 @@ export declare const messages: ({
|
|
|
2434
2635
|
backgroundColor?: undefined;
|
|
2435
2636
|
hasMessengerAccount?: undefined;
|
|
2436
2637
|
callAttemptDuration?: undefined;
|
|
2638
|
+
recordUrl?: undefined;
|
|
2639
|
+
callSummary?: undefined;
|
|
2437
2640
|
autoRemove?: undefined;
|
|
2438
2641
|
tooltipText?: undefined;
|
|
2439
2642
|
} | {
|
|
@@ -2476,6 +2679,8 @@ export declare const messages: ({
|
|
|
2476
2679
|
backgroundColor?: undefined;
|
|
2477
2680
|
hasMessengerAccount?: undefined;
|
|
2478
2681
|
callAttemptDuration?: undefined;
|
|
2682
|
+
recordUrl?: undefined;
|
|
2683
|
+
callSummary?: undefined;
|
|
2479
2684
|
autoRemove?: undefined;
|
|
2480
2685
|
tooltipText?: undefined;
|
|
2481
2686
|
} | {
|
|
@@ -2510,6 +2715,8 @@ export declare const messages: ({
|
|
|
2510
2715
|
backgroundColor?: undefined;
|
|
2511
2716
|
hasMessengerAccount?: undefined;
|
|
2512
2717
|
callAttemptDuration?: undefined;
|
|
2718
|
+
recordUrl?: undefined;
|
|
2719
|
+
callSummary?: undefined;
|
|
2513
2720
|
autoRemove?: undefined;
|
|
2514
2721
|
tooltipText?: undefined;
|
|
2515
2722
|
} | {
|
|
@@ -2544,6 +2751,8 @@ export declare const messages: ({
|
|
|
2544
2751
|
backgroundColor?: undefined;
|
|
2545
2752
|
hasMessengerAccount?: undefined;
|
|
2546
2753
|
callAttemptDuration?: undefined;
|
|
2754
|
+
recordUrl?: undefined;
|
|
2755
|
+
callSummary?: undefined;
|
|
2547
2756
|
autoRemove?: undefined;
|
|
2548
2757
|
tooltipText?: undefined;
|
|
2549
2758
|
} | {
|
|
@@ -2578,6 +2787,8 @@ export declare const messages: ({
|
|
|
2578
2787
|
statusMsg?: undefined;
|
|
2579
2788
|
hasMessengerAccount?: undefined;
|
|
2580
2789
|
callAttemptDuration?: undefined;
|
|
2790
|
+
recordUrl?: undefined;
|
|
2791
|
+
callSummary?: undefined;
|
|
2581
2792
|
autoRemove?: undefined;
|
|
2582
2793
|
tooltipText?: undefined;
|
|
2583
2794
|
} | {
|
|
@@ -2612,6 +2823,8 @@ export declare const messages: ({
|
|
|
2612
2823
|
statusMsg?: undefined;
|
|
2613
2824
|
hasMessengerAccount?: undefined;
|
|
2614
2825
|
callAttemptDuration?: undefined;
|
|
2826
|
+
recordUrl?: undefined;
|
|
2827
|
+
callSummary?: undefined;
|
|
2615
2828
|
autoRemove?: undefined;
|
|
2616
2829
|
tooltipText?: undefined;
|
|
2617
2830
|
} | {
|
|
@@ -2646,6 +2859,8 @@ export declare const messages: ({
|
|
|
2646
2859
|
statusMsg?: undefined;
|
|
2647
2860
|
hasMessengerAccount?: undefined;
|
|
2648
2861
|
callAttemptDuration?: undefined;
|
|
2862
|
+
recordUrl?: undefined;
|
|
2863
|
+
callSummary?: undefined;
|
|
2649
2864
|
autoRemove?: undefined;
|
|
2650
2865
|
tooltipText?: undefined;
|
|
2651
2866
|
} | {
|
|
@@ -2680,6 +2895,8 @@ export declare const messages: ({
|
|
|
2680
2895
|
backgroundColor?: undefined;
|
|
2681
2896
|
hasMessengerAccount?: undefined;
|
|
2682
2897
|
callAttemptDuration?: undefined;
|
|
2898
|
+
recordUrl?: undefined;
|
|
2899
|
+
callSummary?: undefined;
|
|
2683
2900
|
autoRemove?: undefined;
|
|
2684
2901
|
tooltipText?: undefined;
|
|
2685
2902
|
} | {
|
|
@@ -2720,6 +2937,8 @@ export declare const messages: ({
|
|
|
2720
2937
|
backgroundColor?: undefined;
|
|
2721
2938
|
hasMessengerAccount?: undefined;
|
|
2722
2939
|
callAttemptDuration?: undefined;
|
|
2940
|
+
recordUrl?: undefined;
|
|
2941
|
+
callSummary?: undefined;
|
|
2723
2942
|
autoRemove?: undefined;
|
|
2724
2943
|
tooltipText?: undefined;
|
|
2725
2944
|
} | {
|
|
@@ -2754,6 +2973,8 @@ export declare const messages: ({
|
|
|
2754
2973
|
backgroundColor?: undefined;
|
|
2755
2974
|
hasMessengerAccount?: undefined;
|
|
2756
2975
|
callAttemptDuration?: undefined;
|
|
2976
|
+
recordUrl?: undefined;
|
|
2977
|
+
callSummary?: undefined;
|
|
2757
2978
|
autoRemove?: undefined;
|
|
2758
2979
|
tooltipText?: undefined;
|
|
2759
2980
|
} | {
|
|
@@ -2788,6 +3009,8 @@ export declare const messages: ({
|
|
|
2788
3009
|
backgroundColor?: undefined;
|
|
2789
3010
|
hasMessengerAccount?: undefined;
|
|
2790
3011
|
callAttemptDuration?: undefined;
|
|
3012
|
+
recordUrl?: undefined;
|
|
3013
|
+
callSummary?: undefined;
|
|
2791
3014
|
autoRemove?: undefined;
|
|
2792
3015
|
tooltipText?: undefined;
|
|
2793
3016
|
} | {
|
|
@@ -2822,6 +3045,8 @@ export declare const messages: ({
|
|
|
2822
3045
|
backgroundColor?: undefined;
|
|
2823
3046
|
hasMessengerAccount?: undefined;
|
|
2824
3047
|
callAttemptDuration?: undefined;
|
|
3048
|
+
recordUrl?: undefined;
|
|
3049
|
+
callSummary?: undefined;
|
|
2825
3050
|
autoRemove?: undefined;
|
|
2826
3051
|
tooltipText?: undefined;
|
|
2827
3052
|
})[];
|