jamespot-front-business 1.1.84 → 1.1.85

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/types.d.ts CHANGED
@@ -160,7 +160,25 @@ declare const AdminLogs: {
160
160
  layers?: string[] | undefined;
161
161
  } & jamespot_user_api.WidgetPresenceType) | ({
162
162
  layers?: string[] | undefined;
163
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
163
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
164
+ layers?: string[] | undefined;
165
+ } & jamespot_user_api.WidgetType<{
166
+ calEventsLimit?: boolean | undefined;
167
+ calEventsLimitValue?: number | undefined;
168
+ calEventsPromptStatus?: string | undefined;
169
+ }>) | ({
170
+ layers?: string[] | undefined;
171
+ } & jamespot_user_api.WidgetType<{
172
+ contactLimit?: boolean | undefined;
173
+ contactLimitValue?: number | undefined;
174
+ contactPromptStatus?: string | undefined;
175
+ }>) | ({
176
+ layers?: string[] | undefined;
177
+ } & jamespot_user_api.WidgetType<{
178
+ emailsLimit?: boolean | undefined;
179
+ emailsLimitValue?: number | undefined;
180
+ emailsPromptStatus?: string | undefined;
181
+ }>)>[];
164
182
  uniqid: string;
165
183
  locked: boolean;
166
184
  position?: {
@@ -220,7 +238,25 @@ declare const AdminLogs: {
220
238
  layers?: string[] | undefined;
221
239
  } & jamespot_user_api.WidgetPresenceType) | ({
222
240
  layers?: string[] | undefined;
223
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
241
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
242
+ layers?: string[] | undefined;
243
+ } & jamespot_user_api.WidgetType<{
244
+ calEventsLimit?: boolean | undefined;
245
+ calEventsLimitValue?: number | undefined;
246
+ calEventsPromptStatus?: string | undefined;
247
+ }>) | ({
248
+ layers?: string[] | undefined;
249
+ } & jamespot_user_api.WidgetType<{
250
+ contactLimit?: boolean | undefined;
251
+ contactLimitValue?: number | undefined;
252
+ contactPromptStatus?: string | undefined;
253
+ }>) | ({
254
+ layers?: string[] | undefined;
255
+ } & jamespot_user_api.WidgetType<{
256
+ emailsLimit?: boolean | undefined;
257
+ emailsLimitValue?: number | undefined;
258
+ emailsPromptStatus?: string | undefined;
259
+ }>)>>;
224
260
  states: Record<string, {
225
261
  busy?: boolean | undefined;
226
262
  loading?: boolean | undefined;
@@ -235,6 +271,8 @@ declare const AdminLogs: {
235
271
  index: number;
236
272
  }>;
237
273
  currentEditableIndex: number;
274
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
275
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
238
276
  widgetObject: Record<string, {
239
277
  type?: string | undefined;
240
278
  id?: number | undefined;
@@ -246,6 +284,7 @@ declare const AdminLogs: {
246
284
  _url?: string | undefined;
247
285
  }>;
248
286
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
287
+ widgetChipCount: Record<string, number>;
249
288
  widgetAuthor: Record<string, {
250
289
  type?: string | undefined;
251
290
  id?: number | undefined;
@@ -354,7 +393,25 @@ declare const AdminLogs: {
354
393
  layers?: string[] | undefined;
355
394
  } & jamespot_user_api.WidgetPresenceType) | ({
356
395
  layers?: string[] | undefined;
357
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
396
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
397
+ layers?: string[] | undefined;
398
+ } & jamespot_user_api.WidgetType<{
399
+ calEventsLimit?: boolean | undefined;
400
+ calEventsLimitValue?: number | undefined;
401
+ calEventsPromptStatus?: string | undefined;
402
+ }>) | ({
403
+ layers?: string[] | undefined;
404
+ } & jamespot_user_api.WidgetType<{
405
+ contactLimit?: boolean | undefined;
406
+ contactLimitValue?: number | undefined;
407
+ contactPromptStatus?: string | undefined;
408
+ }>) | ({
409
+ layers?: string[] | undefined;
410
+ } & jamespot_user_api.WidgetType<{
411
+ emailsLimit?: boolean | undefined;
412
+ emailsLimitValue?: number | undefined;
413
+ emailsPromptStatus?: string | undefined;
414
+ }>)>[];
358
415
  uniqid: string;
359
416
  locked: boolean;
360
417
  position?: {
@@ -414,7 +471,25 @@ declare const AdminLogs: {
414
471
  layers?: string[] | undefined;
415
472
  } & jamespot_user_api.WidgetPresenceType) | ({
416
473
  layers?: string[] | undefined;
417
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
474
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
475
+ layers?: string[] | undefined;
476
+ } & jamespot_user_api.WidgetType<{
477
+ calEventsLimit?: boolean | undefined;
478
+ calEventsLimitValue?: number | undefined;
479
+ calEventsPromptStatus?: string | undefined;
480
+ }>) | ({
481
+ layers?: string[] | undefined;
482
+ } & jamespot_user_api.WidgetType<{
483
+ contactLimit?: boolean | undefined;
484
+ contactLimitValue?: number | undefined;
485
+ contactPromptStatus?: string | undefined;
486
+ }>) | ({
487
+ layers?: string[] | undefined;
488
+ } & jamespot_user_api.WidgetType<{
489
+ emailsLimit?: boolean | undefined;
490
+ emailsLimitValue?: number | undefined;
491
+ emailsPromptStatus?: string | undefined;
492
+ }>)>>;
418
493
  states: Record<string, {
419
494
  busy?: boolean | undefined;
420
495
  loading?: boolean | undefined;
@@ -429,6 +504,8 @@ declare const AdminLogs: {
429
504
  index: number;
430
505
  }>;
431
506
  currentEditableIndex: number;
507
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
508
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
432
509
  widgetObject: Record<string, {
433
510
  type?: string | undefined;
434
511
  id?: number | undefined;
@@ -440,6 +517,7 @@ declare const AdminLogs: {
440
517
  _url?: string | undefined;
441
518
  }>;
442
519
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
520
+ widgetChipCount: Record<string, number>;
443
521
  widgetAuthor: Record<string, {
444
522
  type?: string | undefined;
445
523
  id?: number | undefined;
@@ -543,7 +621,25 @@ declare const AdminLogs: {
543
621
  layers?: string[] | undefined;
544
622
  } & jamespot_user_api.WidgetPresenceType) | ({
545
623
  layers?: string[] | undefined;
546
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
624
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
625
+ layers?: string[] | undefined;
626
+ } & jamespot_user_api.WidgetType<{
627
+ calEventsLimit?: boolean | undefined;
628
+ calEventsLimitValue?: number | undefined;
629
+ calEventsPromptStatus?: string | undefined;
630
+ }>) | ({
631
+ layers?: string[] | undefined;
632
+ } & jamespot_user_api.WidgetType<{
633
+ contactLimit?: boolean | undefined;
634
+ contactLimitValue?: number | undefined;
635
+ contactPromptStatus?: string | undefined;
636
+ }>) | ({
637
+ layers?: string[] | undefined;
638
+ } & jamespot_user_api.WidgetType<{
639
+ emailsLimit?: boolean | undefined;
640
+ emailsLimitValue?: number | undefined;
641
+ emailsPromptStatus?: string | undefined;
642
+ }>)>[];
547
643
  uniqid: string;
548
644
  locked: boolean;
549
645
  position?: {
@@ -603,7 +699,25 @@ declare const AdminLogs: {
603
699
  layers?: string[] | undefined;
604
700
  } & jamespot_user_api.WidgetPresenceType) | ({
605
701
  layers?: string[] | undefined;
606
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
702
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
703
+ layers?: string[] | undefined;
704
+ } & jamespot_user_api.WidgetType<{
705
+ calEventsLimit?: boolean | undefined;
706
+ calEventsLimitValue?: number | undefined;
707
+ calEventsPromptStatus?: string | undefined;
708
+ }>) | ({
709
+ layers?: string[] | undefined;
710
+ } & jamespot_user_api.WidgetType<{
711
+ contactLimit?: boolean | undefined;
712
+ contactLimitValue?: number | undefined;
713
+ contactPromptStatus?: string | undefined;
714
+ }>) | ({
715
+ layers?: string[] | undefined;
716
+ } & jamespot_user_api.WidgetType<{
717
+ emailsLimit?: boolean | undefined;
718
+ emailsLimitValue?: number | undefined;
719
+ emailsPromptStatus?: string | undefined;
720
+ }>)>>;
607
721
  states: Record<string, {
608
722
  busy?: boolean | undefined;
609
723
  loading?: boolean | undefined;
@@ -618,6 +732,8 @@ declare const AdminLogs: {
618
732
  index: number;
619
733
  }>;
620
734
  currentEditableIndex: number;
735
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
736
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
621
737
  widgetObject: Record<string, {
622
738
  type?: string | undefined;
623
739
  id?: number | undefined;
@@ -629,6 +745,7 @@ declare const AdminLogs: {
629
745
  _url?: string | undefined;
630
746
  }>;
631
747
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
748
+ widgetChipCount: Record<string, number>;
632
749
  widgetAuthor: Record<string, {
633
750
  type?: string | undefined;
634
751
  id?: number | undefined;
@@ -855,7 +972,25 @@ declare const Animations: {
855
972
  layers?: string[] | undefined;
856
973
  } & jamespot_user_api.WidgetPresenceType) | ({
857
974
  layers?: string[] | undefined;
858
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
975
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
976
+ layers?: string[] | undefined;
977
+ } & jamespot_user_api.WidgetType<{
978
+ calEventsLimit?: boolean | undefined;
979
+ calEventsLimitValue?: number | undefined;
980
+ calEventsPromptStatus?: string | undefined;
981
+ }>) | ({
982
+ layers?: string[] | undefined;
983
+ } & jamespot_user_api.WidgetType<{
984
+ contactLimit?: boolean | undefined;
985
+ contactLimitValue?: number | undefined;
986
+ contactPromptStatus?: string | undefined;
987
+ }>) | ({
988
+ layers?: string[] | undefined;
989
+ } & jamespot_user_api.WidgetType<{
990
+ emailsLimit?: boolean | undefined;
991
+ emailsLimitValue?: number | undefined;
992
+ emailsPromptStatus?: string | undefined;
993
+ }>)>[];
859
994
  uniqid: string;
860
995
  locked: boolean;
861
996
  position?: {
@@ -915,7 +1050,25 @@ declare const Animations: {
915
1050
  layers?: string[] | undefined;
916
1051
  } & jamespot_user_api.WidgetPresenceType) | ({
917
1052
  layers?: string[] | undefined;
918
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
1053
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
1054
+ layers?: string[] | undefined;
1055
+ } & jamespot_user_api.WidgetType<{
1056
+ calEventsLimit?: boolean | undefined;
1057
+ calEventsLimitValue?: number | undefined;
1058
+ calEventsPromptStatus?: string | undefined;
1059
+ }>) | ({
1060
+ layers?: string[] | undefined;
1061
+ } & jamespot_user_api.WidgetType<{
1062
+ contactLimit?: boolean | undefined;
1063
+ contactLimitValue?: number | undefined;
1064
+ contactPromptStatus?: string | undefined;
1065
+ }>) | ({
1066
+ layers?: string[] | undefined;
1067
+ } & jamespot_user_api.WidgetType<{
1068
+ emailsLimit?: boolean | undefined;
1069
+ emailsLimitValue?: number | undefined;
1070
+ emailsPromptStatus?: string | undefined;
1071
+ }>)>>;
919
1072
  states: Record<string, {
920
1073
  busy?: boolean | undefined;
921
1074
  loading?: boolean | undefined;
@@ -930,6 +1083,8 @@ declare const Animations: {
930
1083
  index: number;
931
1084
  }>;
932
1085
  currentEditableIndex: number;
1086
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
1087
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
933
1088
  widgetObject: Record<string, {
934
1089
  type?: string | undefined;
935
1090
  id?: number | undefined;
@@ -941,6 +1096,7 @@ declare const Animations: {
941
1096
  _url?: string | undefined;
942
1097
  }>;
943
1098
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
1099
+ widgetChipCount: Record<string, number>;
944
1100
  widgetAuthor: Record<string, {
945
1101
  type?: string | undefined;
946
1102
  id?: number | undefined;
@@ -1040,7 +1196,25 @@ declare const Animations: {
1040
1196
  layers?: string[] | undefined;
1041
1197
  } & jamespot_user_api.WidgetPresenceType) | ({
1042
1198
  layers?: string[] | undefined;
1043
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
1199
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
1200
+ layers?: string[] | undefined;
1201
+ } & jamespot_user_api.WidgetType<{
1202
+ calEventsLimit?: boolean | undefined;
1203
+ calEventsLimitValue?: number | undefined;
1204
+ calEventsPromptStatus?: string | undefined;
1205
+ }>) | ({
1206
+ layers?: string[] | undefined;
1207
+ } & jamespot_user_api.WidgetType<{
1208
+ contactLimit?: boolean | undefined;
1209
+ contactLimitValue?: number | undefined;
1210
+ contactPromptStatus?: string | undefined;
1211
+ }>) | ({
1212
+ layers?: string[] | undefined;
1213
+ } & jamespot_user_api.WidgetType<{
1214
+ emailsLimit?: boolean | undefined;
1215
+ emailsLimitValue?: number | undefined;
1216
+ emailsPromptStatus?: string | undefined;
1217
+ }>)>[];
1044
1218
  uniqid: string;
1045
1219
  locked: boolean;
1046
1220
  position?: {
@@ -1100,7 +1274,25 @@ declare const Animations: {
1100
1274
  layers?: string[] | undefined;
1101
1275
  } & jamespot_user_api.WidgetPresenceType) | ({
1102
1276
  layers?: string[] | undefined;
1103
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
1277
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
1278
+ layers?: string[] | undefined;
1279
+ } & jamespot_user_api.WidgetType<{
1280
+ calEventsLimit?: boolean | undefined;
1281
+ calEventsLimitValue?: number | undefined;
1282
+ calEventsPromptStatus?: string | undefined;
1283
+ }>) | ({
1284
+ layers?: string[] | undefined;
1285
+ } & jamespot_user_api.WidgetType<{
1286
+ contactLimit?: boolean | undefined;
1287
+ contactLimitValue?: number | undefined;
1288
+ contactPromptStatus?: string | undefined;
1289
+ }>) | ({
1290
+ layers?: string[] | undefined;
1291
+ } & jamespot_user_api.WidgetType<{
1292
+ emailsLimit?: boolean | undefined;
1293
+ emailsLimitValue?: number | undefined;
1294
+ emailsPromptStatus?: string | undefined;
1295
+ }>)>>;
1104
1296
  states: Record<string, {
1105
1297
  busy?: boolean | undefined;
1106
1298
  loading?: boolean | undefined;
@@ -1115,6 +1307,8 @@ declare const Animations: {
1115
1307
  index: number;
1116
1308
  }>;
1117
1309
  currentEditableIndex: number;
1310
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
1311
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
1118
1312
  widgetObject: Record<string, {
1119
1313
  type?: string | undefined;
1120
1314
  id?: number | undefined;
@@ -1126,6 +1320,7 @@ declare const Animations: {
1126
1320
  _url?: string | undefined;
1127
1321
  }>;
1128
1322
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
1323
+ widgetChipCount: Record<string, number>;
1129
1324
  widgetAuthor: Record<string, {
1130
1325
  type?: string | undefined;
1131
1326
  id?: number | undefined;
@@ -1225,7 +1420,25 @@ declare const Animations: {
1225
1420
  layers?: string[] | undefined;
1226
1421
  } & jamespot_user_api.WidgetPresenceType) | ({
1227
1422
  layers?: string[] | undefined;
1228
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
1423
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
1424
+ layers?: string[] | undefined;
1425
+ } & jamespot_user_api.WidgetType<{
1426
+ calEventsLimit?: boolean | undefined;
1427
+ calEventsLimitValue?: number | undefined;
1428
+ calEventsPromptStatus?: string | undefined;
1429
+ }>) | ({
1430
+ layers?: string[] | undefined;
1431
+ } & jamespot_user_api.WidgetType<{
1432
+ contactLimit?: boolean | undefined;
1433
+ contactLimitValue?: number | undefined;
1434
+ contactPromptStatus?: string | undefined;
1435
+ }>) | ({
1436
+ layers?: string[] | undefined;
1437
+ } & jamespot_user_api.WidgetType<{
1438
+ emailsLimit?: boolean | undefined;
1439
+ emailsLimitValue?: number | undefined;
1440
+ emailsPromptStatus?: string | undefined;
1441
+ }>)>[];
1229
1442
  uniqid: string;
1230
1443
  locked: boolean;
1231
1444
  position?: {
@@ -1285,7 +1498,25 @@ declare const Animations: {
1285
1498
  layers?: string[] | undefined;
1286
1499
  } & jamespot_user_api.WidgetPresenceType) | ({
1287
1500
  layers?: string[] | undefined;
1288
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
1501
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
1502
+ layers?: string[] | undefined;
1503
+ } & jamespot_user_api.WidgetType<{
1504
+ calEventsLimit?: boolean | undefined;
1505
+ calEventsLimitValue?: number | undefined;
1506
+ calEventsPromptStatus?: string | undefined;
1507
+ }>) | ({
1508
+ layers?: string[] | undefined;
1509
+ } & jamespot_user_api.WidgetType<{
1510
+ contactLimit?: boolean | undefined;
1511
+ contactLimitValue?: number | undefined;
1512
+ contactPromptStatus?: string | undefined;
1513
+ }>) | ({
1514
+ layers?: string[] | undefined;
1515
+ } & jamespot_user_api.WidgetType<{
1516
+ emailsLimit?: boolean | undefined;
1517
+ emailsLimitValue?: number | undefined;
1518
+ emailsPromptStatus?: string | undefined;
1519
+ }>)>>;
1289
1520
  states: Record<string, {
1290
1521
  busy?: boolean | undefined;
1291
1522
  loading?: boolean | undefined;
@@ -1300,6 +1531,8 @@ declare const Animations: {
1300
1531
  index: number;
1301
1532
  }>;
1302
1533
  currentEditableIndex: number;
1534
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
1535
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
1303
1536
  widgetObject: Record<string, {
1304
1537
  type?: string | undefined;
1305
1538
  id?: number | undefined;
@@ -1311,6 +1544,7 @@ declare const Animations: {
1311
1544
  _url?: string | undefined;
1312
1545
  }>;
1313
1546
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
1547
+ widgetChipCount: Record<string, number>;
1314
1548
  widgetAuthor: Record<string, {
1315
1549
  type?: string | undefined;
1316
1550
  id?: number | undefined;
@@ -1410,7 +1644,25 @@ declare const Animations: {
1410
1644
  layers?: string[] | undefined;
1411
1645
  } & jamespot_user_api.WidgetPresenceType) | ({
1412
1646
  layers?: string[] | undefined;
1413
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
1647
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
1648
+ layers?: string[] | undefined;
1649
+ } & jamespot_user_api.WidgetType<{
1650
+ calEventsLimit?: boolean | undefined;
1651
+ calEventsLimitValue?: number | undefined;
1652
+ calEventsPromptStatus?: string | undefined;
1653
+ }>) | ({
1654
+ layers?: string[] | undefined;
1655
+ } & jamespot_user_api.WidgetType<{
1656
+ contactLimit?: boolean | undefined;
1657
+ contactLimitValue?: number | undefined;
1658
+ contactPromptStatus?: string | undefined;
1659
+ }>) | ({
1660
+ layers?: string[] | undefined;
1661
+ } & jamespot_user_api.WidgetType<{
1662
+ emailsLimit?: boolean | undefined;
1663
+ emailsLimitValue?: number | undefined;
1664
+ emailsPromptStatus?: string | undefined;
1665
+ }>)>[];
1414
1666
  uniqid: string;
1415
1667
  locked: boolean;
1416
1668
  position?: {
@@ -1470,7 +1722,25 @@ declare const Animations: {
1470
1722
  layers?: string[] | undefined;
1471
1723
  } & jamespot_user_api.WidgetPresenceType) | ({
1472
1724
  layers?: string[] | undefined;
1473
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
1725
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
1726
+ layers?: string[] | undefined;
1727
+ } & jamespot_user_api.WidgetType<{
1728
+ calEventsLimit?: boolean | undefined;
1729
+ calEventsLimitValue?: number | undefined;
1730
+ calEventsPromptStatus?: string | undefined;
1731
+ }>) | ({
1732
+ layers?: string[] | undefined;
1733
+ } & jamespot_user_api.WidgetType<{
1734
+ contactLimit?: boolean | undefined;
1735
+ contactLimitValue?: number | undefined;
1736
+ contactPromptStatus?: string | undefined;
1737
+ }>) | ({
1738
+ layers?: string[] | undefined;
1739
+ } & jamespot_user_api.WidgetType<{
1740
+ emailsLimit?: boolean | undefined;
1741
+ emailsLimitValue?: number | undefined;
1742
+ emailsPromptStatus?: string | undefined;
1743
+ }>)>>;
1474
1744
  states: Record<string, {
1475
1745
  busy?: boolean | undefined;
1476
1746
  loading?: boolean | undefined;
@@ -1485,6 +1755,8 @@ declare const Animations: {
1485
1755
  index: number;
1486
1756
  }>;
1487
1757
  currentEditableIndex: number;
1758
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
1759
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
1488
1760
  widgetObject: Record<string, {
1489
1761
  type?: string | undefined;
1490
1762
  id?: number | undefined;
@@ -1496,6 +1768,7 @@ declare const Animations: {
1496
1768
  _url?: string | undefined;
1497
1769
  }>;
1498
1770
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
1771
+ widgetChipCount: Record<string, number>;
1499
1772
  widgetAuthor: Record<string, {
1500
1773
  type?: string | undefined;
1501
1774
  id?: number | undefined;
@@ -1601,7 +1874,25 @@ declare const Animations: {
1601
1874
  layers?: string[] | undefined;
1602
1875
  } & jamespot_user_api.WidgetPresenceType) | ({
1603
1876
  layers?: string[] | undefined;
1604
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
1877
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
1878
+ layers?: string[] | undefined;
1879
+ } & jamespot_user_api.WidgetType<{
1880
+ calEventsLimit?: boolean | undefined;
1881
+ calEventsLimitValue?: number | undefined;
1882
+ calEventsPromptStatus?: string | undefined;
1883
+ }>) | ({
1884
+ layers?: string[] | undefined;
1885
+ } & jamespot_user_api.WidgetType<{
1886
+ contactLimit?: boolean | undefined;
1887
+ contactLimitValue?: number | undefined;
1888
+ contactPromptStatus?: string | undefined;
1889
+ }>) | ({
1890
+ layers?: string[] | undefined;
1891
+ } & jamespot_user_api.WidgetType<{
1892
+ emailsLimit?: boolean | undefined;
1893
+ emailsLimitValue?: number | undefined;
1894
+ emailsPromptStatus?: string | undefined;
1895
+ }>)>[];
1605
1896
  uniqid: string;
1606
1897
  locked: boolean;
1607
1898
  position?: {
@@ -1661,7 +1952,25 @@ declare const Animations: {
1661
1952
  layers?: string[] | undefined;
1662
1953
  } & jamespot_user_api.WidgetPresenceType) | ({
1663
1954
  layers?: string[] | undefined;
1664
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
1955
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
1956
+ layers?: string[] | undefined;
1957
+ } & jamespot_user_api.WidgetType<{
1958
+ calEventsLimit?: boolean | undefined;
1959
+ calEventsLimitValue?: number | undefined;
1960
+ calEventsPromptStatus?: string | undefined;
1961
+ }>) | ({
1962
+ layers?: string[] | undefined;
1963
+ } & jamespot_user_api.WidgetType<{
1964
+ contactLimit?: boolean | undefined;
1965
+ contactLimitValue?: number | undefined;
1966
+ contactPromptStatus?: string | undefined;
1967
+ }>) | ({
1968
+ layers?: string[] | undefined;
1969
+ } & jamespot_user_api.WidgetType<{
1970
+ emailsLimit?: boolean | undefined;
1971
+ emailsLimitValue?: number | undefined;
1972
+ emailsPromptStatus?: string | undefined;
1973
+ }>)>>;
1665
1974
  states: Record<string, {
1666
1975
  busy?: boolean | undefined;
1667
1976
  loading?: boolean | undefined;
@@ -1676,6 +1985,8 @@ declare const Animations: {
1676
1985
  index: number;
1677
1986
  }>;
1678
1987
  currentEditableIndex: number;
1988
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
1989
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
1679
1990
  widgetObject: Record<string, {
1680
1991
  type?: string | undefined;
1681
1992
  id?: number | undefined;
@@ -1687,6 +1998,7 @@ declare const Animations: {
1687
1998
  _url?: string | undefined;
1688
1999
  }>;
1689
2000
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
2001
+ widgetChipCount: Record<string, number>;
1690
2002
  widgetAuthor: Record<string, {
1691
2003
  type?: string | undefined;
1692
2004
  id?: number | undefined;
@@ -1804,7 +2116,25 @@ declare const Animations: {
1804
2116
  layers?: string[] | undefined;
1805
2117
  } & jamespot_user_api.WidgetPresenceType) | ({
1806
2118
  layers?: string[] | undefined;
1807
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
2119
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
2120
+ layers?: string[] | undefined;
2121
+ } & jamespot_user_api.WidgetType<{
2122
+ calEventsLimit?: boolean | undefined;
2123
+ calEventsLimitValue?: number | undefined;
2124
+ calEventsPromptStatus?: string | undefined;
2125
+ }>) | ({
2126
+ layers?: string[] | undefined;
2127
+ } & jamespot_user_api.WidgetType<{
2128
+ contactLimit?: boolean | undefined;
2129
+ contactLimitValue?: number | undefined;
2130
+ contactPromptStatus?: string | undefined;
2131
+ }>) | ({
2132
+ layers?: string[] | undefined;
2133
+ } & jamespot_user_api.WidgetType<{
2134
+ emailsLimit?: boolean | undefined;
2135
+ emailsLimitValue?: number | undefined;
2136
+ emailsPromptStatus?: string | undefined;
2137
+ }>)>[];
1808
2138
  uniqid: string;
1809
2139
  locked: boolean;
1810
2140
  position?: {
@@ -1864,7 +2194,25 @@ declare const Animations: {
1864
2194
  layers?: string[] | undefined;
1865
2195
  } & jamespot_user_api.WidgetPresenceType) | ({
1866
2196
  layers?: string[] | undefined;
1867
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
2197
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
2198
+ layers?: string[] | undefined;
2199
+ } & jamespot_user_api.WidgetType<{
2200
+ calEventsLimit?: boolean | undefined;
2201
+ calEventsLimitValue?: number | undefined;
2202
+ calEventsPromptStatus?: string | undefined;
2203
+ }>) | ({
2204
+ layers?: string[] | undefined;
2205
+ } & jamespot_user_api.WidgetType<{
2206
+ contactLimit?: boolean | undefined;
2207
+ contactLimitValue?: number | undefined;
2208
+ contactPromptStatus?: string | undefined;
2209
+ }>) | ({
2210
+ layers?: string[] | undefined;
2211
+ } & jamespot_user_api.WidgetType<{
2212
+ emailsLimit?: boolean | undefined;
2213
+ emailsLimitValue?: number | undefined;
2214
+ emailsPromptStatus?: string | undefined;
2215
+ }>)>>;
1868
2216
  states: Record<string, {
1869
2217
  busy?: boolean | undefined;
1870
2218
  loading?: boolean | undefined;
@@ -1879,6 +2227,8 @@ declare const Animations: {
1879
2227
  index: number;
1880
2228
  }>;
1881
2229
  currentEditableIndex: number;
2230
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
2231
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
1882
2232
  widgetObject: Record<string, {
1883
2233
  type?: string | undefined;
1884
2234
  id?: number | undefined;
@@ -1890,6 +2240,7 @@ declare const Animations: {
1890
2240
  _url?: string | undefined;
1891
2241
  }>;
1892
2242
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
2243
+ widgetChipCount: Record<string, number>;
1893
2244
  widgetAuthor: Record<string, {
1894
2245
  type?: string | undefined;
1895
2246
  id?: number | undefined;
@@ -2005,7 +2356,25 @@ declare const Animations: {
2005
2356
  layers?: string[] | undefined;
2006
2357
  } & jamespot_user_api.WidgetPresenceType) | ({
2007
2358
  layers?: string[] | undefined;
2008
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
2359
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
2360
+ layers?: string[] | undefined;
2361
+ } & jamespot_user_api.WidgetType<{
2362
+ calEventsLimit?: boolean | undefined;
2363
+ calEventsLimitValue?: number | undefined;
2364
+ calEventsPromptStatus?: string | undefined;
2365
+ }>) | ({
2366
+ layers?: string[] | undefined;
2367
+ } & jamespot_user_api.WidgetType<{
2368
+ contactLimit?: boolean | undefined;
2369
+ contactLimitValue?: number | undefined;
2370
+ contactPromptStatus?: string | undefined;
2371
+ }>) | ({
2372
+ layers?: string[] | undefined;
2373
+ } & jamespot_user_api.WidgetType<{
2374
+ emailsLimit?: boolean | undefined;
2375
+ emailsLimitValue?: number | undefined;
2376
+ emailsPromptStatus?: string | undefined;
2377
+ }>)>[];
2009
2378
  uniqid: string;
2010
2379
  locked: boolean;
2011
2380
  position?: {
@@ -2065,7 +2434,25 @@ declare const Animations: {
2065
2434
  layers?: string[] | undefined;
2066
2435
  } & jamespot_user_api.WidgetPresenceType) | ({
2067
2436
  layers?: string[] | undefined;
2068
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
2437
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
2438
+ layers?: string[] | undefined;
2439
+ } & jamespot_user_api.WidgetType<{
2440
+ calEventsLimit?: boolean | undefined;
2441
+ calEventsLimitValue?: number | undefined;
2442
+ calEventsPromptStatus?: string | undefined;
2443
+ }>) | ({
2444
+ layers?: string[] | undefined;
2445
+ } & jamespot_user_api.WidgetType<{
2446
+ contactLimit?: boolean | undefined;
2447
+ contactLimitValue?: number | undefined;
2448
+ contactPromptStatus?: string | undefined;
2449
+ }>) | ({
2450
+ layers?: string[] | undefined;
2451
+ } & jamespot_user_api.WidgetType<{
2452
+ emailsLimit?: boolean | undefined;
2453
+ emailsLimitValue?: number | undefined;
2454
+ emailsPromptStatus?: string | undefined;
2455
+ }>)>>;
2069
2456
  states: Record<string, {
2070
2457
  busy?: boolean | undefined;
2071
2458
  loading?: boolean | undefined;
@@ -2080,6 +2467,8 @@ declare const Animations: {
2080
2467
  index: number;
2081
2468
  }>;
2082
2469
  currentEditableIndex: number;
2470
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
2471
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
2083
2472
  widgetObject: Record<string, {
2084
2473
  type?: string | undefined;
2085
2474
  id?: number | undefined;
@@ -2091,6 +2480,7 @@ declare const Animations: {
2091
2480
  _url?: string | undefined;
2092
2481
  }>;
2093
2482
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
2483
+ widgetChipCount: Record<string, number>;
2094
2484
  widgetAuthor: Record<string, {
2095
2485
  type?: string | undefined;
2096
2486
  id?: number | undefined;
@@ -2330,7 +2720,25 @@ declare const AssetReservation: {
2330
2720
  layers?: string[] | undefined;
2331
2721
  } & jamespot_user_api.WidgetPresenceType) | ({
2332
2722
  layers?: string[] | undefined;
2333
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
2723
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
2724
+ layers?: string[] | undefined;
2725
+ } & jamespot_user_api.WidgetType<{
2726
+ calEventsLimit?: boolean | undefined;
2727
+ calEventsLimitValue?: number | undefined;
2728
+ calEventsPromptStatus?: string | undefined;
2729
+ }>) | ({
2730
+ layers?: string[] | undefined;
2731
+ } & jamespot_user_api.WidgetType<{
2732
+ contactLimit?: boolean | undefined;
2733
+ contactLimitValue?: number | undefined;
2734
+ contactPromptStatus?: string | undefined;
2735
+ }>) | ({
2736
+ layers?: string[] | undefined;
2737
+ } & jamespot_user_api.WidgetType<{
2738
+ emailsLimit?: boolean | undefined;
2739
+ emailsLimitValue?: number | undefined;
2740
+ emailsPromptStatus?: string | undefined;
2741
+ }>)>[] | undefined;
2334
2742
  }, jamespot_user_api.BaseMessages>, void, {
2335
2743
  dispatch: any;
2336
2744
  state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
@@ -2390,7 +2798,25 @@ declare const AssetReservation: {
2390
2798
  layers?: string[] | undefined;
2391
2799
  } & jamespot_user_api.WidgetPresenceType) | ({
2392
2800
  layers?: string[] | undefined;
2393
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
2801
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
2802
+ layers?: string[] | undefined;
2803
+ } & jamespot_user_api.WidgetType<{
2804
+ calEventsLimit?: boolean | undefined;
2805
+ calEventsLimitValue?: number | undefined;
2806
+ calEventsPromptStatus?: string | undefined;
2807
+ }>) | ({
2808
+ layers?: string[] | undefined;
2809
+ } & jamespot_user_api.WidgetType<{
2810
+ contactLimit?: boolean | undefined;
2811
+ contactLimitValue?: number | undefined;
2812
+ contactPromptStatus?: string | undefined;
2813
+ }>) | ({
2814
+ layers?: string[] | undefined;
2815
+ } & jamespot_user_api.WidgetType<{
2816
+ emailsLimit?: boolean | undefined;
2817
+ emailsLimitValue?: number | undefined;
2818
+ emailsPromptStatus?: string | undefined;
2819
+ }>)>[];
2394
2820
  uniqid: string;
2395
2821
  locked: boolean;
2396
2822
  position?: {
@@ -2450,7 +2876,25 @@ declare const AssetReservation: {
2450
2876
  layers?: string[] | undefined;
2451
2877
  } & jamespot_user_api.WidgetPresenceType) | ({
2452
2878
  layers?: string[] | undefined;
2453
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
2879
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
2880
+ layers?: string[] | undefined;
2881
+ } & jamespot_user_api.WidgetType<{
2882
+ calEventsLimit?: boolean | undefined;
2883
+ calEventsLimitValue?: number | undefined;
2884
+ calEventsPromptStatus?: string | undefined;
2885
+ }>) | ({
2886
+ layers?: string[] | undefined;
2887
+ } & jamespot_user_api.WidgetType<{
2888
+ contactLimit?: boolean | undefined;
2889
+ contactLimitValue?: number | undefined;
2890
+ contactPromptStatus?: string | undefined;
2891
+ }>) | ({
2892
+ layers?: string[] | undefined;
2893
+ } & jamespot_user_api.WidgetType<{
2894
+ emailsLimit?: boolean | undefined;
2895
+ emailsLimitValue?: number | undefined;
2896
+ emailsPromptStatus?: string | undefined;
2897
+ }>)>>;
2454
2898
  states: Record<string, {
2455
2899
  busy?: boolean | undefined;
2456
2900
  loading?: boolean | undefined;
@@ -2465,6 +2909,8 @@ declare const AssetReservation: {
2465
2909
  index: number;
2466
2910
  }>;
2467
2911
  currentEditableIndex: number;
2912
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
2913
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
2468
2914
  widgetObject: Record<string, {
2469
2915
  type?: string | undefined;
2470
2916
  id?: number | undefined;
@@ -2476,6 +2922,7 @@ declare const AssetReservation: {
2476
2922
  _url?: string | undefined;
2477
2923
  }>;
2478
2924
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
2925
+ widgetChipCount: Record<string, number>;
2479
2926
  widgetAuthor: Record<string, {
2480
2927
  type?: string | undefined;
2481
2928
  id?: number | undefined;
@@ -2582,7 +3029,25 @@ declare const AssetReservation: {
2582
3029
  layers?: string[] | undefined;
2583
3030
  } & jamespot_user_api.WidgetPresenceType) | ({
2584
3031
  layers?: string[] | undefined;
2585
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
3032
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
3033
+ layers?: string[] | undefined;
3034
+ } & jamespot_user_api.WidgetType<{
3035
+ calEventsLimit?: boolean | undefined;
3036
+ calEventsLimitValue?: number | undefined;
3037
+ calEventsPromptStatus?: string | undefined;
3038
+ }>) | ({
3039
+ layers?: string[] | undefined;
3040
+ } & jamespot_user_api.WidgetType<{
3041
+ contactLimit?: boolean | undefined;
3042
+ contactLimitValue?: number | undefined;
3043
+ contactPromptStatus?: string | undefined;
3044
+ }>) | ({
3045
+ layers?: string[] | undefined;
3046
+ } & jamespot_user_api.WidgetType<{
3047
+ emailsLimit?: boolean | undefined;
3048
+ emailsLimitValue?: number | undefined;
3049
+ emailsPromptStatus?: string | undefined;
3050
+ }>)>[];
2586
3051
  uniqid: string;
2587
3052
  locked: boolean;
2588
3053
  position?: {
@@ -2642,7 +3107,25 @@ declare const AssetReservation: {
2642
3107
  layers?: string[] | undefined;
2643
3108
  } & jamespot_user_api.WidgetPresenceType) | ({
2644
3109
  layers?: string[] | undefined;
2645
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
3110
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
3111
+ layers?: string[] | undefined;
3112
+ } & jamespot_user_api.WidgetType<{
3113
+ calEventsLimit?: boolean | undefined;
3114
+ calEventsLimitValue?: number | undefined;
3115
+ calEventsPromptStatus?: string | undefined;
3116
+ }>) | ({
3117
+ layers?: string[] | undefined;
3118
+ } & jamespot_user_api.WidgetType<{
3119
+ contactLimit?: boolean | undefined;
3120
+ contactLimitValue?: number | undefined;
3121
+ contactPromptStatus?: string | undefined;
3122
+ }>) | ({
3123
+ layers?: string[] | undefined;
3124
+ } & jamespot_user_api.WidgetType<{
3125
+ emailsLimit?: boolean | undefined;
3126
+ emailsLimitValue?: number | undefined;
3127
+ emailsPromptStatus?: string | undefined;
3128
+ }>)>>;
2646
3129
  states: Record<string, {
2647
3130
  busy?: boolean | undefined;
2648
3131
  loading?: boolean | undefined;
@@ -2657,6 +3140,8 @@ declare const AssetReservation: {
2657
3140
  index: number;
2658
3141
  }>;
2659
3142
  currentEditableIndex: number;
3143
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
3144
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
2660
3145
  widgetObject: Record<string, {
2661
3146
  type?: string | undefined;
2662
3147
  id?: number | undefined;
@@ -2668,6 +3153,7 @@ declare const AssetReservation: {
2668
3153
  _url?: string | undefined;
2669
3154
  }>;
2670
3155
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
3156
+ widgetChipCount: Record<string, number>;
2671
3157
  widgetAuthor: Record<string, {
2672
3158
  type?: string | undefined;
2673
3159
  id?: number | undefined;
@@ -2849,7 +3335,25 @@ declare const AssetReservation: {
2849
3335
  layers?: string[] | undefined;
2850
3336
  } & jamespot_user_api.WidgetPresenceType) | ({
2851
3337
  layers?: string[] | undefined;
2852
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
3338
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
3339
+ layers?: string[] | undefined;
3340
+ } & jamespot_user_api.WidgetType<{
3341
+ calEventsLimit?: boolean | undefined;
3342
+ calEventsLimitValue?: number | undefined;
3343
+ calEventsPromptStatus?: string | undefined;
3344
+ }>) | ({
3345
+ layers?: string[] | undefined;
3346
+ } & jamespot_user_api.WidgetType<{
3347
+ contactLimit?: boolean | undefined;
3348
+ contactLimitValue?: number | undefined;
3349
+ contactPromptStatus?: string | undefined;
3350
+ }>) | ({
3351
+ layers?: string[] | undefined;
3352
+ } & jamespot_user_api.WidgetType<{
3353
+ emailsLimit?: boolean | undefined;
3354
+ emailsLimitValue?: number | undefined;
3355
+ emailsPromptStatus?: string | undefined;
3356
+ }>)>[] | undefined;
2853
3357
  };
2854
3358
  description?: string | null | undefined;
2855
3359
  image?: {
@@ -2908,7 +3412,25 @@ declare const AssetReservation: {
2908
3412
  layers?: string[] | undefined;
2909
3413
  } & jamespot_user_api.WidgetPresenceType) | ({
2910
3414
  layers?: string[] | undefined;
2911
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
3415
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
3416
+ layers?: string[] | undefined;
3417
+ } & jamespot_user_api.WidgetType<{
3418
+ calEventsLimit?: boolean | undefined;
3419
+ calEventsLimitValue?: number | undefined;
3420
+ calEventsPromptStatus?: string | undefined;
3421
+ }>) | ({
3422
+ layers?: string[] | undefined;
3423
+ } & jamespot_user_api.WidgetType<{
3424
+ contactLimit?: boolean | undefined;
3425
+ contactLimitValue?: number | undefined;
3426
+ contactPromptStatus?: string | undefined;
3427
+ }>) | ({
3428
+ layers?: string[] | undefined;
3429
+ } & jamespot_user_api.WidgetType<{
3430
+ emailsLimit?: boolean | undefined;
3431
+ emailsLimitValue?: number | undefined;
3432
+ emailsPromptStatus?: string | undefined;
3433
+ }>)>[] | undefined;
2912
3434
  }, jamespot_user_api.BaseMessages>, "my" | "history", {
2913
3435
  dispatch: any;
2914
3436
  state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
@@ -2968,7 +3490,25 @@ declare const AssetReservation: {
2968
3490
  layers?: string[] | undefined;
2969
3491
  } & jamespot_user_api.WidgetPresenceType) | ({
2970
3492
  layers?: string[] | undefined;
2971
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
3493
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
3494
+ layers?: string[] | undefined;
3495
+ } & jamespot_user_api.WidgetType<{
3496
+ calEventsLimit?: boolean | undefined;
3497
+ calEventsLimitValue?: number | undefined;
3498
+ calEventsPromptStatus?: string | undefined;
3499
+ }>) | ({
3500
+ layers?: string[] | undefined;
3501
+ } & jamespot_user_api.WidgetType<{
3502
+ contactLimit?: boolean | undefined;
3503
+ contactLimitValue?: number | undefined;
3504
+ contactPromptStatus?: string | undefined;
3505
+ }>) | ({
3506
+ layers?: string[] | undefined;
3507
+ } & jamespot_user_api.WidgetType<{
3508
+ emailsLimit?: boolean | undefined;
3509
+ emailsLimitValue?: number | undefined;
3510
+ emailsPromptStatus?: string | undefined;
3511
+ }>)>[];
2972
3512
  uniqid: string;
2973
3513
  locked: boolean;
2974
3514
  position?: {
@@ -3028,7 +3568,25 @@ declare const AssetReservation: {
3028
3568
  layers?: string[] | undefined;
3029
3569
  } & jamespot_user_api.WidgetPresenceType) | ({
3030
3570
  layers?: string[] | undefined;
3031
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
3571
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
3572
+ layers?: string[] | undefined;
3573
+ } & jamespot_user_api.WidgetType<{
3574
+ calEventsLimit?: boolean | undefined;
3575
+ calEventsLimitValue?: number | undefined;
3576
+ calEventsPromptStatus?: string | undefined;
3577
+ }>) | ({
3578
+ layers?: string[] | undefined;
3579
+ } & jamespot_user_api.WidgetType<{
3580
+ contactLimit?: boolean | undefined;
3581
+ contactLimitValue?: number | undefined;
3582
+ contactPromptStatus?: string | undefined;
3583
+ }>) | ({
3584
+ layers?: string[] | undefined;
3585
+ } & jamespot_user_api.WidgetType<{
3586
+ emailsLimit?: boolean | undefined;
3587
+ emailsLimitValue?: number | undefined;
3588
+ emailsPromptStatus?: string | undefined;
3589
+ }>)>>;
3032
3590
  states: Record<string, {
3033
3591
  busy?: boolean | undefined;
3034
3592
  loading?: boolean | undefined;
@@ -3043,6 +3601,8 @@ declare const AssetReservation: {
3043
3601
  index: number;
3044
3602
  }>;
3045
3603
  currentEditableIndex: number;
3604
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
3605
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
3046
3606
  widgetObject: Record<string, {
3047
3607
  type?: string | undefined;
3048
3608
  id?: number | undefined;
@@ -3054,6 +3614,7 @@ declare const AssetReservation: {
3054
3614
  _url?: string | undefined;
3055
3615
  }>;
3056
3616
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
3617
+ widgetChipCount: Record<string, number>;
3057
3618
  widgetAuthor: Record<string, {
3058
3619
  type?: string | undefined;
3059
3620
  id?: number | undefined;
@@ -3197,7 +3758,25 @@ declare const AssetReservation: {
3197
3758
  layers?: string[] | undefined;
3198
3759
  } & jamespot_user_api.WidgetPresenceType) | ({
3199
3760
  layers?: string[] | undefined;
3200
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
3761
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
3762
+ layers?: string[] | undefined;
3763
+ } & jamespot_user_api.WidgetType<{
3764
+ calEventsLimit?: boolean | undefined;
3765
+ calEventsLimitValue?: number | undefined;
3766
+ calEventsPromptStatus?: string | undefined;
3767
+ }>) | ({
3768
+ layers?: string[] | undefined;
3769
+ } & jamespot_user_api.WidgetType<{
3770
+ contactLimit?: boolean | undefined;
3771
+ contactLimitValue?: number | undefined;
3772
+ contactPromptStatus?: string | undefined;
3773
+ }>) | ({
3774
+ layers?: string[] | undefined;
3775
+ } & jamespot_user_api.WidgetType<{
3776
+ emailsLimit?: boolean | undefined;
3777
+ emailsLimitValue?: number | undefined;
3778
+ emailsPromptStatus?: string | undefined;
3779
+ }>)>[] | undefined;
3201
3780
  }[];
3202
3781
  bookableAssetLoading: (state: AssetReservationRootState) => "idle" | "pending";
3203
3782
  reservationEntities: (state: AssetReservationRootState) => {
@@ -3344,7 +3923,25 @@ declare const AssetReservation: {
3344
3923
  layers?: string[] | undefined;
3345
3924
  } & jamespot_user_api.WidgetPresenceType) | ({
3346
3925
  layers?: string[] | undefined;
3347
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
3926
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
3927
+ layers?: string[] | undefined;
3928
+ } & jamespot_user_api.WidgetType<{
3929
+ calEventsLimit?: boolean | undefined;
3930
+ calEventsLimitValue?: number | undefined;
3931
+ calEventsPromptStatus?: string | undefined;
3932
+ }>) | ({
3933
+ layers?: string[] | undefined;
3934
+ } & jamespot_user_api.WidgetType<{
3935
+ contactLimit?: boolean | undefined;
3936
+ contactLimitValue?: number | undefined;
3937
+ contactPromptStatus?: string | undefined;
3938
+ }>) | ({
3939
+ layers?: string[] | undefined;
3940
+ } & jamespot_user_api.WidgetType<{
3941
+ emailsLimit?: boolean | undefined;
3942
+ emailsLimitValue?: number | undefined;
3943
+ emailsPromptStatus?: string | undefined;
3944
+ }>)>[] | undefined;
3348
3945
  };
3349
3946
  description?: string | null | undefined;
3350
3947
  image?: {
@@ -3403,7 +4000,25 @@ declare const AssetReservation: {
3403
4000
  layers?: string[] | undefined;
3404
4001
  } & jamespot_user_api.WidgetPresenceType) | ({
3405
4002
  layers?: string[] | undefined;
3406
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
4003
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
4004
+ layers?: string[] | undefined;
4005
+ } & jamespot_user_api.WidgetType<{
4006
+ calEventsLimit?: boolean | undefined;
4007
+ calEventsLimitValue?: number | undefined;
4008
+ calEventsPromptStatus?: string | undefined;
4009
+ }>) | ({
4010
+ layers?: string[] | undefined;
4011
+ } & jamespot_user_api.WidgetType<{
4012
+ contactLimit?: boolean | undefined;
4013
+ contactLimitValue?: number | undefined;
4014
+ contactPromptStatus?: string | undefined;
4015
+ }>) | ({
4016
+ layers?: string[] | undefined;
4017
+ } & jamespot_user_api.WidgetType<{
4018
+ emailsLimit?: boolean | undefined;
4019
+ emailsLimitValue?: number | undefined;
4020
+ emailsPromptStatus?: string | undefined;
4021
+ }>)>[] | undefined;
3407
4022
  }[];
3408
4023
  reservationLoading: (state: AssetReservationRootState) => "idle" | "pending";
3409
4024
  reservationForm: (state: AssetReservationRootState) => ReservationForm;
@@ -3540,7 +4155,25 @@ declare const Comment: {
3540
4155
  layers?: string[] | undefined;
3541
4156
  } & jamespot_user_api.WidgetPresenceType) | ({
3542
4157
  layers?: string[] | undefined;
3543
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
4158
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
4159
+ layers?: string[] | undefined;
4160
+ } & jamespot_user_api.WidgetType<{
4161
+ calEventsLimit?: boolean | undefined;
4162
+ calEventsLimitValue?: number | undefined;
4163
+ calEventsPromptStatus?: string | undefined;
4164
+ }>) | ({
4165
+ layers?: string[] | undefined;
4166
+ } & jamespot_user_api.WidgetType<{
4167
+ contactLimit?: boolean | undefined;
4168
+ contactLimitValue?: number | undefined;
4169
+ contactPromptStatus?: string | undefined;
4170
+ }>) | ({
4171
+ layers?: string[] | undefined;
4172
+ } & jamespot_user_api.WidgetType<{
4173
+ emailsLimit?: boolean | undefined;
4174
+ emailsLimitValue?: number | undefined;
4175
+ emailsPromptStatus?: string | undefined;
4176
+ }>)>[] | undefined;
3544
4177
  }[];
3545
4178
  }, "commentList/hydrateComment">;
3546
4179
  updateComment: _reduxjs_toolkit.ActionCreatorWithPayload<{
@@ -3616,7 +4249,25 @@ declare const Comment: {
3616
4249
  layers?: string[] | undefined;
3617
4250
  } & jamespot_user_api.WidgetPresenceType) | ({
3618
4251
  layers?: string[] | undefined;
3619
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
4252
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
4253
+ layers?: string[] | undefined;
4254
+ } & jamespot_user_api.WidgetType<{
4255
+ calEventsLimit?: boolean | undefined;
4256
+ calEventsLimitValue?: number | undefined;
4257
+ calEventsPromptStatus?: string | undefined;
4258
+ }>) | ({
4259
+ layers?: string[] | undefined;
4260
+ } & jamespot_user_api.WidgetType<{
4261
+ contactLimit?: boolean | undefined;
4262
+ contactLimitValue?: number | undefined;
4263
+ contactPromptStatus?: string | undefined;
4264
+ }>) | ({
4265
+ layers?: string[] | undefined;
4266
+ } & jamespot_user_api.WidgetType<{
4267
+ emailsLimit?: boolean | undefined;
4268
+ emailsLimitValue?: number | undefined;
4269
+ emailsPromptStatus?: string | undefined;
4270
+ }>)>[];
3620
4271
  uniqid: string;
3621
4272
  locked: boolean;
3622
4273
  position?: {
@@ -3676,7 +4327,25 @@ declare const Comment: {
3676
4327
  layers?: string[] | undefined;
3677
4328
  } & jamespot_user_api.WidgetPresenceType) | ({
3678
4329
  layers?: string[] | undefined;
3679
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
4330
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
4331
+ layers?: string[] | undefined;
4332
+ } & jamespot_user_api.WidgetType<{
4333
+ calEventsLimit?: boolean | undefined;
4334
+ calEventsLimitValue?: number | undefined;
4335
+ calEventsPromptStatus?: string | undefined;
4336
+ }>) | ({
4337
+ layers?: string[] | undefined;
4338
+ } & jamespot_user_api.WidgetType<{
4339
+ contactLimit?: boolean | undefined;
4340
+ contactLimitValue?: number | undefined;
4341
+ contactPromptStatus?: string | undefined;
4342
+ }>) | ({
4343
+ layers?: string[] | undefined;
4344
+ } & jamespot_user_api.WidgetType<{
4345
+ emailsLimit?: boolean | undefined;
4346
+ emailsLimitValue?: number | undefined;
4347
+ emailsPromptStatus?: string | undefined;
4348
+ }>)>>;
3680
4349
  states: Record<string, {
3681
4350
  busy?: boolean | undefined;
3682
4351
  loading?: boolean | undefined;
@@ -3691,6 +4360,8 @@ declare const Comment: {
3691
4360
  index: number;
3692
4361
  }>;
3693
4362
  currentEditableIndex: number;
4363
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
4364
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
3694
4365
  widgetObject: Record<string, {
3695
4366
  type?: string | undefined;
3696
4367
  id?: number | undefined;
@@ -3702,6 +4373,7 @@ declare const Comment: {
3702
4373
  _url?: string | undefined;
3703
4374
  }>;
3704
4375
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
4376
+ widgetChipCount: Record<string, number>;
3705
4377
  widgetAuthor: Record<string, {
3706
4378
  type?: string | undefined;
3707
4379
  id?: number | undefined;
@@ -3804,7 +4476,25 @@ declare const Comment: {
3804
4476
  layers?: string[] | undefined;
3805
4477
  } & jamespot_user_api.WidgetPresenceType) | ({
3806
4478
  layers?: string[] | undefined;
3807
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
4479
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
4480
+ layers?: string[] | undefined;
4481
+ } & jamespot_user_api.WidgetType<{
4482
+ calEventsLimit?: boolean | undefined;
4483
+ calEventsLimitValue?: number | undefined;
4484
+ calEventsPromptStatus?: string | undefined;
4485
+ }>) | ({
4486
+ layers?: string[] | undefined;
4487
+ } & jamespot_user_api.WidgetType<{
4488
+ contactLimit?: boolean | undefined;
4489
+ contactLimitValue?: number | undefined;
4490
+ contactPromptStatus?: string | undefined;
4491
+ }>) | ({
4492
+ layers?: string[] | undefined;
4493
+ } & jamespot_user_api.WidgetType<{
4494
+ emailsLimit?: boolean | undefined;
4495
+ emailsLimitValue?: number | undefined;
4496
+ emailsPromptStatus?: string | undefined;
4497
+ }>)>[];
3808
4498
  uniqid: string;
3809
4499
  locked: boolean;
3810
4500
  position?: {
@@ -3864,7 +4554,25 @@ declare const Comment: {
3864
4554
  layers?: string[] | undefined;
3865
4555
  } & jamespot_user_api.WidgetPresenceType) | ({
3866
4556
  layers?: string[] | undefined;
3867
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
4557
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
4558
+ layers?: string[] | undefined;
4559
+ } & jamespot_user_api.WidgetType<{
4560
+ calEventsLimit?: boolean | undefined;
4561
+ calEventsLimitValue?: number | undefined;
4562
+ calEventsPromptStatus?: string | undefined;
4563
+ }>) | ({
4564
+ layers?: string[] | undefined;
4565
+ } & jamespot_user_api.WidgetType<{
4566
+ contactLimit?: boolean | undefined;
4567
+ contactLimitValue?: number | undefined;
4568
+ contactPromptStatus?: string | undefined;
4569
+ }>) | ({
4570
+ layers?: string[] | undefined;
4571
+ } & jamespot_user_api.WidgetType<{
4572
+ emailsLimit?: boolean | undefined;
4573
+ emailsLimitValue?: number | undefined;
4574
+ emailsPromptStatus?: string | undefined;
4575
+ }>)>>;
3868
4576
  states: Record<string, {
3869
4577
  busy?: boolean | undefined;
3870
4578
  loading?: boolean | undefined;
@@ -3879,6 +4587,8 @@ declare const Comment: {
3879
4587
  index: number;
3880
4588
  }>;
3881
4589
  currentEditableIndex: number;
4590
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
4591
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
3882
4592
  widgetObject: Record<string, {
3883
4593
  type?: string | undefined;
3884
4594
  id?: number | undefined;
@@ -3890,6 +4600,7 @@ declare const Comment: {
3890
4600
  _url?: string | undefined;
3891
4601
  }>;
3892
4602
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
4603
+ widgetChipCount: Record<string, number>;
3893
4604
  widgetAuthor: Record<string, {
3894
4605
  type?: string | undefined;
3895
4606
  id?: number | undefined;
@@ -4033,7 +4744,25 @@ declare const Comment: {
4033
4744
  layers?: string[] | undefined;
4034
4745
  } & jamespot_user_api.WidgetPresenceType) | ({
4035
4746
  layers?: string[] | undefined;
4036
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
4747
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
4748
+ layers?: string[] | undefined;
4749
+ } & jamespot_user_api.WidgetType<{
4750
+ calEventsLimit?: boolean | undefined;
4751
+ calEventsLimitValue?: number | undefined;
4752
+ calEventsPromptStatus?: string | undefined;
4753
+ }>) | ({
4754
+ layers?: string[] | undefined;
4755
+ } & jamespot_user_api.WidgetType<{
4756
+ contactLimit?: boolean | undefined;
4757
+ contactLimitValue?: number | undefined;
4758
+ contactPromptStatus?: string | undefined;
4759
+ }>) | ({
4760
+ layers?: string[] | undefined;
4761
+ } & jamespot_user_api.WidgetType<{
4762
+ emailsLimit?: boolean | undefined;
4763
+ emailsLimitValue?: number | undefined;
4764
+ emailsPromptStatus?: string | undefined;
4765
+ }>)>[] | undefined;
4037
4766
  } & {
4038
4767
  pending?: boolean;
4039
4768
  })[];
@@ -4244,7 +4973,25 @@ declare const Bookmark: {
4244
4973
  layers?: string[] | undefined;
4245
4974
  } & jamespot_user_api.WidgetPresenceType) | ({
4246
4975
  layers?: string[] | undefined;
4247
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
4976
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
4977
+ layers?: string[] | undefined;
4978
+ } & jamespot_user_api.WidgetType<{
4979
+ calEventsLimit?: boolean | undefined;
4980
+ calEventsLimitValue?: number | undefined;
4981
+ calEventsPromptStatus?: string | undefined;
4982
+ }>) | ({
4983
+ layers?: string[] | undefined;
4984
+ } & jamespot_user_api.WidgetType<{
4985
+ contactLimit?: boolean | undefined;
4986
+ contactLimitValue?: number | undefined;
4987
+ contactPromptStatus?: string | undefined;
4988
+ }>) | ({
4989
+ layers?: string[] | undefined;
4990
+ } & jamespot_user_api.WidgetType<{
4991
+ emailsLimit?: boolean | undefined;
4992
+ emailsLimitValue?: number | undefined;
4993
+ emailsPromptStatus?: string | undefined;
4994
+ }>)>[];
4248
4995
  uniqid: string;
4249
4996
  locked: boolean;
4250
4997
  position?: {
@@ -4304,7 +5051,25 @@ declare const Bookmark: {
4304
5051
  layers?: string[] | undefined;
4305
5052
  } & jamespot_user_api.WidgetPresenceType) | ({
4306
5053
  layers?: string[] | undefined;
4307
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
5054
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
5055
+ layers?: string[] | undefined;
5056
+ } & jamespot_user_api.WidgetType<{
5057
+ calEventsLimit?: boolean | undefined;
5058
+ calEventsLimitValue?: number | undefined;
5059
+ calEventsPromptStatus?: string | undefined;
5060
+ }>) | ({
5061
+ layers?: string[] | undefined;
5062
+ } & jamespot_user_api.WidgetType<{
5063
+ contactLimit?: boolean | undefined;
5064
+ contactLimitValue?: number | undefined;
5065
+ contactPromptStatus?: string | undefined;
5066
+ }>) | ({
5067
+ layers?: string[] | undefined;
5068
+ } & jamespot_user_api.WidgetType<{
5069
+ emailsLimit?: boolean | undefined;
5070
+ emailsLimitValue?: number | undefined;
5071
+ emailsPromptStatus?: string | undefined;
5072
+ }>)>>;
4308
5073
  states: Record<string, {
4309
5074
  busy?: boolean | undefined;
4310
5075
  loading?: boolean | undefined;
@@ -4319,6 +5084,8 @@ declare const Bookmark: {
4319
5084
  index: number;
4320
5085
  }>;
4321
5086
  currentEditableIndex: number;
5087
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
5088
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
4322
5089
  widgetObject: Record<string, {
4323
5090
  type?: string | undefined;
4324
5091
  id?: number | undefined;
@@ -4330,6 +5097,7 @@ declare const Bookmark: {
4330
5097
  _url?: string | undefined;
4331
5098
  }>;
4332
5099
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
5100
+ widgetChipCount: Record<string, number>;
4333
5101
  widgetAuthor: Record<string, {
4334
5102
  type?: string | undefined;
4335
5103
  id?: number | undefined;
@@ -4500,7 +5268,25 @@ declare const Bookmark: {
4500
5268
  layers?: string[] | undefined;
4501
5269
  } & jamespot_user_api.WidgetPresenceType) | ({
4502
5270
  layers?: string[] | undefined;
4503
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
5271
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
5272
+ layers?: string[] | undefined;
5273
+ } & jamespot_user_api.WidgetType<{
5274
+ calEventsLimit?: boolean | undefined;
5275
+ calEventsLimitValue?: number | undefined;
5276
+ calEventsPromptStatus?: string | undefined;
5277
+ }>) | ({
5278
+ layers?: string[] | undefined;
5279
+ } & jamespot_user_api.WidgetType<{
5280
+ contactLimit?: boolean | undefined;
5281
+ contactLimitValue?: number | undefined;
5282
+ contactPromptStatus?: string | undefined;
5283
+ }>) | ({
5284
+ layers?: string[] | undefined;
5285
+ } & jamespot_user_api.WidgetType<{
5286
+ emailsLimit?: boolean | undefined;
5287
+ emailsLimitValue?: number | undefined;
5288
+ emailsPromptStatus?: string | undefined;
5289
+ }>)>[];
4504
5290
  uniqid: string;
4505
5291
  locked: boolean;
4506
5292
  position?: {
@@ -4560,7 +5346,25 @@ declare const Bookmark: {
4560
5346
  layers?: string[] | undefined;
4561
5347
  } & jamespot_user_api.WidgetPresenceType) | ({
4562
5348
  layers?: string[] | undefined;
4563
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
5349
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
5350
+ layers?: string[] | undefined;
5351
+ } & jamespot_user_api.WidgetType<{
5352
+ calEventsLimit?: boolean | undefined;
5353
+ calEventsLimitValue?: number | undefined;
5354
+ calEventsPromptStatus?: string | undefined;
5355
+ }>) | ({
5356
+ layers?: string[] | undefined;
5357
+ } & jamespot_user_api.WidgetType<{
5358
+ contactLimit?: boolean | undefined;
5359
+ contactLimitValue?: number | undefined;
5360
+ contactPromptStatus?: string | undefined;
5361
+ }>) | ({
5362
+ layers?: string[] | undefined;
5363
+ } & jamespot_user_api.WidgetType<{
5364
+ emailsLimit?: boolean | undefined;
5365
+ emailsLimitValue?: number | undefined;
5366
+ emailsPromptStatus?: string | undefined;
5367
+ }>)>>;
4564
5368
  states: Record<string, {
4565
5369
  busy?: boolean | undefined;
4566
5370
  loading?: boolean | undefined;
@@ -4575,6 +5379,8 @@ declare const Bookmark: {
4575
5379
  index: number;
4576
5380
  }>;
4577
5381
  currentEditableIndex: number;
5382
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
5383
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
4578
5384
  widgetObject: Record<string, {
4579
5385
  type?: string | undefined;
4580
5386
  id?: number | undefined;
@@ -4586,6 +5392,7 @@ declare const Bookmark: {
4586
5392
  _url?: string | undefined;
4587
5393
  }>;
4588
5394
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
5395
+ widgetChipCount: Record<string, number>;
4589
5396
  widgetAuthor: Record<string, {
4590
5397
  type?: string | undefined;
4591
5398
  id?: number | undefined;
@@ -4727,7 +5534,25 @@ declare const Bookmark: {
4727
5534
  layers?: string[] | undefined;
4728
5535
  } & jamespot_user_api.WidgetPresenceType) | ({
4729
5536
  layers?: string[] | undefined;
4730
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
5537
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
5538
+ layers?: string[] | undefined;
5539
+ } & jamespot_user_api.WidgetType<{
5540
+ calEventsLimit?: boolean | undefined;
5541
+ calEventsLimitValue?: number | undefined;
5542
+ calEventsPromptStatus?: string | undefined;
5543
+ }>) | ({
5544
+ layers?: string[] | undefined;
5545
+ } & jamespot_user_api.WidgetType<{
5546
+ contactLimit?: boolean | undefined;
5547
+ contactLimitValue?: number | undefined;
5548
+ contactPromptStatus?: string | undefined;
5549
+ }>) | ({
5550
+ layers?: string[] | undefined;
5551
+ } & jamespot_user_api.WidgetType<{
5552
+ emailsLimit?: boolean | undefined;
5553
+ emailsLimitValue?: number | undefined;
5554
+ emailsPromptStatus?: string | undefined;
5555
+ }>)>[];
4731
5556
  uniqid: string;
4732
5557
  locked: boolean;
4733
5558
  position?: {
@@ -4787,7 +5612,25 @@ declare const Bookmark: {
4787
5612
  layers?: string[] | undefined;
4788
5613
  } & jamespot_user_api.WidgetPresenceType) | ({
4789
5614
  layers?: string[] | undefined;
4790
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
5615
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
5616
+ layers?: string[] | undefined;
5617
+ } & jamespot_user_api.WidgetType<{
5618
+ calEventsLimit?: boolean | undefined;
5619
+ calEventsLimitValue?: number | undefined;
5620
+ calEventsPromptStatus?: string | undefined;
5621
+ }>) | ({
5622
+ layers?: string[] | undefined;
5623
+ } & jamespot_user_api.WidgetType<{
5624
+ contactLimit?: boolean | undefined;
5625
+ contactLimitValue?: number | undefined;
5626
+ contactPromptStatus?: string | undefined;
5627
+ }>) | ({
5628
+ layers?: string[] | undefined;
5629
+ } & jamespot_user_api.WidgetType<{
5630
+ emailsLimit?: boolean | undefined;
5631
+ emailsLimitValue?: number | undefined;
5632
+ emailsPromptStatus?: string | undefined;
5633
+ }>)>>;
4791
5634
  states: Record<string, {
4792
5635
  busy?: boolean | undefined;
4793
5636
  loading?: boolean | undefined;
@@ -4802,6 +5645,8 @@ declare const Bookmark: {
4802
5645
  index: number;
4803
5646
  }>;
4804
5647
  currentEditableIndex: number;
5648
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
5649
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
4805
5650
  widgetObject: Record<string, {
4806
5651
  type?: string | undefined;
4807
5652
  id?: number | undefined;
@@ -4813,6 +5658,7 @@ declare const Bookmark: {
4813
5658
  _url?: string | undefined;
4814
5659
  }>;
4815
5660
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
5661
+ widgetChipCount: Record<string, number>;
4816
5662
  widgetAuthor: Record<string, {
4817
5663
  type?: string | undefined;
4818
5664
  id?: number | undefined;
@@ -4933,7 +5779,25 @@ declare const Bookmark: {
4933
5779
  layers?: string[] | undefined;
4934
5780
  } & jamespot_user_api.WidgetPresenceType) | ({
4935
5781
  layers?: string[] | undefined;
4936
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
5782
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
5783
+ layers?: string[] | undefined;
5784
+ } & jamespot_user_api.WidgetType<{
5785
+ calEventsLimit?: boolean | undefined;
5786
+ calEventsLimitValue?: number | undefined;
5787
+ calEventsPromptStatus?: string | undefined;
5788
+ }>) | ({
5789
+ layers?: string[] | undefined;
5790
+ } & jamespot_user_api.WidgetType<{
5791
+ contactLimit?: boolean | undefined;
5792
+ contactLimitValue?: number | undefined;
5793
+ contactPromptStatus?: string | undefined;
5794
+ }>) | ({
5795
+ layers?: string[] | undefined;
5796
+ } & jamespot_user_api.WidgetType<{
5797
+ emailsLimit?: boolean | undefined;
5798
+ emailsLimitValue?: number | undefined;
5799
+ emailsPromptStatus?: string | undefined;
5800
+ }>)>[];
4937
5801
  uniqid: string;
4938
5802
  locked: boolean;
4939
5803
  position?: {
@@ -4993,7 +5857,25 @@ declare const Bookmark: {
4993
5857
  layers?: string[] | undefined;
4994
5858
  } & jamespot_user_api.WidgetPresenceType) | ({
4995
5859
  layers?: string[] | undefined;
4996
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
5860
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
5861
+ layers?: string[] | undefined;
5862
+ } & jamespot_user_api.WidgetType<{
5863
+ calEventsLimit?: boolean | undefined;
5864
+ calEventsLimitValue?: number | undefined;
5865
+ calEventsPromptStatus?: string | undefined;
5866
+ }>) | ({
5867
+ layers?: string[] | undefined;
5868
+ } & jamespot_user_api.WidgetType<{
5869
+ contactLimit?: boolean | undefined;
5870
+ contactLimitValue?: number | undefined;
5871
+ contactPromptStatus?: string | undefined;
5872
+ }>) | ({
5873
+ layers?: string[] | undefined;
5874
+ } & jamespot_user_api.WidgetType<{
5875
+ emailsLimit?: boolean | undefined;
5876
+ emailsLimitValue?: number | undefined;
5877
+ emailsPromptStatus?: string | undefined;
5878
+ }>)>>;
4997
5879
  states: Record<string, {
4998
5880
  busy?: boolean | undefined;
4999
5881
  loading?: boolean | undefined;
@@ -5008,6 +5890,8 @@ declare const Bookmark: {
5008
5890
  index: number;
5009
5891
  }>;
5010
5892
  currentEditableIndex: number;
5893
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
5894
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
5011
5895
  widgetObject: Record<string, {
5012
5896
  type?: string | undefined;
5013
5897
  id?: number | undefined;
@@ -5019,6 +5903,7 @@ declare const Bookmark: {
5019
5903
  _url?: string | undefined;
5020
5904
  }>;
5021
5905
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
5906
+ widgetChipCount: Record<string, number>;
5022
5907
  widgetAuthor: Record<string, {
5023
5908
  type?: string | undefined;
5024
5909
  id?: number | undefined;
@@ -5137,7 +6022,25 @@ declare const Bookmark: {
5137
6022
  layers?: string[] | undefined;
5138
6023
  } & jamespot_user_api.WidgetPresenceType) | ({
5139
6024
  layers?: string[] | undefined;
5140
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
6025
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
6026
+ layers?: string[] | undefined;
6027
+ } & jamespot_user_api.WidgetType<{
6028
+ calEventsLimit?: boolean | undefined;
6029
+ calEventsLimitValue?: number | undefined;
6030
+ calEventsPromptStatus?: string | undefined;
6031
+ }>) | ({
6032
+ layers?: string[] | undefined;
6033
+ } & jamespot_user_api.WidgetType<{
6034
+ contactLimit?: boolean | undefined;
6035
+ contactLimitValue?: number | undefined;
6036
+ contactPromptStatus?: string | undefined;
6037
+ }>) | ({
6038
+ layers?: string[] | undefined;
6039
+ } & jamespot_user_api.WidgetType<{
6040
+ emailsLimit?: boolean | undefined;
6041
+ emailsLimitValue?: number | undefined;
6042
+ emailsPromptStatus?: string | undefined;
6043
+ }>)>[];
5141
6044
  uniqid: string;
5142
6045
  locked: boolean;
5143
6046
  position?: {
@@ -5197,7 +6100,25 @@ declare const Bookmark: {
5197
6100
  layers?: string[] | undefined;
5198
6101
  } & jamespot_user_api.WidgetPresenceType) | ({
5199
6102
  layers?: string[] | undefined;
5200
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
6103
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
6104
+ layers?: string[] | undefined;
6105
+ } & jamespot_user_api.WidgetType<{
6106
+ calEventsLimit?: boolean | undefined;
6107
+ calEventsLimitValue?: number | undefined;
6108
+ calEventsPromptStatus?: string | undefined;
6109
+ }>) | ({
6110
+ layers?: string[] | undefined;
6111
+ } & jamespot_user_api.WidgetType<{
6112
+ contactLimit?: boolean | undefined;
6113
+ contactLimitValue?: number | undefined;
6114
+ contactPromptStatus?: string | undefined;
6115
+ }>) | ({
6116
+ layers?: string[] | undefined;
6117
+ } & jamespot_user_api.WidgetType<{
6118
+ emailsLimit?: boolean | undefined;
6119
+ emailsLimitValue?: number | undefined;
6120
+ emailsPromptStatus?: string | undefined;
6121
+ }>)>>;
5201
6122
  states: Record<string, {
5202
6123
  busy?: boolean | undefined;
5203
6124
  loading?: boolean | undefined;
@@ -5212,6 +6133,8 @@ declare const Bookmark: {
5212
6133
  index: number;
5213
6134
  }>;
5214
6135
  currentEditableIndex: number;
6136
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
6137
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
5215
6138
  widgetObject: Record<string, {
5216
6139
  type?: string | undefined;
5217
6140
  id?: number | undefined;
@@ -5223,6 +6146,7 @@ declare const Bookmark: {
5223
6146
  _url?: string | undefined;
5224
6147
  }>;
5225
6148
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
6149
+ widgetChipCount: Record<string, number>;
5226
6150
  widgetAuthor: Record<string, {
5227
6151
  type?: string | undefined;
5228
6152
  id?: number | undefined;
@@ -5479,7 +6403,25 @@ declare const Faq: {
5479
6403
  layers?: string[] | undefined;
5480
6404
  } & jamespot_user_api.WidgetPresenceType) | ({
5481
6405
  layers?: string[] | undefined;
5482
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
6406
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
6407
+ layers?: string[] | undefined;
6408
+ } & jamespot_user_api.WidgetType<{
6409
+ calEventsLimit?: boolean | undefined;
6410
+ calEventsLimitValue?: number | undefined;
6411
+ calEventsPromptStatus?: string | undefined;
6412
+ }>) | ({
6413
+ layers?: string[] | undefined;
6414
+ } & jamespot_user_api.WidgetType<{
6415
+ contactLimit?: boolean | undefined;
6416
+ contactLimitValue?: number | undefined;
6417
+ contactPromptStatus?: string | undefined;
6418
+ }>) | ({
6419
+ layers?: string[] | undefined;
6420
+ } & jamespot_user_api.WidgetType<{
6421
+ emailsLimit?: boolean | undefined;
6422
+ emailsLimitValue?: number | undefined;
6423
+ emailsPromptStatus?: string | undefined;
6424
+ }>)>[] | undefined;
5483
6425
  faqColor?: string | undefined;
5484
6426
  } & {
5485
6427
  _extend: {
@@ -5933,7 +6875,25 @@ declare const jland: {
5933
6875
  layers?: string[] | undefined;
5934
6876
  } & jamespot_user_api.WidgetPresenceType) | ({
5935
6877
  layers?: string[] | undefined;
5936
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
6878
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
6879
+ layers?: string[] | undefined;
6880
+ } & jamespot_user_api.WidgetType<{
6881
+ calEventsLimit?: boolean | undefined;
6882
+ calEventsLimitValue?: number | undefined;
6883
+ calEventsPromptStatus?: string | undefined;
6884
+ }>) | ({
6885
+ layers?: string[] | undefined;
6886
+ } & jamespot_user_api.WidgetType<{
6887
+ contactLimit?: boolean | undefined;
6888
+ contactLimitValue?: number | undefined;
6889
+ contactPromptStatus?: string | undefined;
6890
+ }>) | ({
6891
+ layers?: string[] | undefined;
6892
+ } & jamespot_user_api.WidgetType<{
6893
+ emailsLimit?: boolean | undefined;
6894
+ emailsLimitValue?: number | undefined;
6895
+ emailsPromptStatus?: string | undefined;
6896
+ }>)>[];
5937
6897
  uniqid: string;
5938
6898
  locked: boolean;
5939
6899
  position?: {
@@ -5993,7 +6953,25 @@ declare const jland: {
5993
6953
  layers?: string[] | undefined;
5994
6954
  } & jamespot_user_api.WidgetPresenceType) | ({
5995
6955
  layers?: string[] | undefined;
5996
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
6956
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
6957
+ layers?: string[] | undefined;
6958
+ } & jamespot_user_api.WidgetType<{
6959
+ calEventsLimit?: boolean | undefined;
6960
+ calEventsLimitValue?: number | undefined;
6961
+ calEventsPromptStatus?: string | undefined;
6962
+ }>) | ({
6963
+ layers?: string[] | undefined;
6964
+ } & jamespot_user_api.WidgetType<{
6965
+ contactLimit?: boolean | undefined;
6966
+ contactLimitValue?: number | undefined;
6967
+ contactPromptStatus?: string | undefined;
6968
+ }>) | ({
6969
+ layers?: string[] | undefined;
6970
+ } & jamespot_user_api.WidgetType<{
6971
+ emailsLimit?: boolean | undefined;
6972
+ emailsLimitValue?: number | undefined;
6973
+ emailsPromptStatus?: string | undefined;
6974
+ }>)>>;
5997
6975
  states: Record<string, {
5998
6976
  busy?: boolean | undefined;
5999
6977
  loading?: boolean | undefined;
@@ -6008,6 +6986,8 @@ declare const jland: {
6008
6986
  index: number;
6009
6987
  }>;
6010
6988
  currentEditableIndex: number;
6989
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
6990
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
6011
6991
  widgetObject: Record<string, {
6012
6992
  type?: string | undefined;
6013
6993
  id?: number | undefined;
@@ -6019,6 +6999,7 @@ declare const jland: {
6019
6999
  _url?: string | undefined;
6020
7000
  }>;
6021
7001
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
7002
+ widgetChipCount: Record<string, number>;
6022
7003
  widgetAuthor: Record<string, {
6023
7004
  type?: string | undefined;
6024
7005
  id?: number | undefined;
@@ -6118,7 +7099,25 @@ declare const jland: {
6118
7099
  layers?: string[] | undefined;
6119
7100
  } & jamespot_user_api.WidgetPresenceType) | ({
6120
7101
  layers?: string[] | undefined;
6121
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
7102
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
7103
+ layers?: string[] | undefined;
7104
+ } & jamespot_user_api.WidgetType<{
7105
+ calEventsLimit?: boolean | undefined;
7106
+ calEventsLimitValue?: number | undefined;
7107
+ calEventsPromptStatus?: string | undefined;
7108
+ }>) | ({
7109
+ layers?: string[] | undefined;
7110
+ } & jamespot_user_api.WidgetType<{
7111
+ contactLimit?: boolean | undefined;
7112
+ contactLimitValue?: number | undefined;
7113
+ contactPromptStatus?: string | undefined;
7114
+ }>) | ({
7115
+ layers?: string[] | undefined;
7116
+ } & jamespot_user_api.WidgetType<{
7117
+ emailsLimit?: boolean | undefined;
7118
+ emailsLimitValue?: number | undefined;
7119
+ emailsPromptStatus?: string | undefined;
7120
+ }>)>[];
6122
7121
  uniqid: string;
6123
7122
  locked: boolean;
6124
7123
  position?: {
@@ -6178,7 +7177,25 @@ declare const jland: {
6178
7177
  layers?: string[] | undefined;
6179
7178
  } & jamespot_user_api.WidgetPresenceType) | ({
6180
7179
  layers?: string[] | undefined;
6181
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
7180
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
7181
+ layers?: string[] | undefined;
7182
+ } & jamespot_user_api.WidgetType<{
7183
+ calEventsLimit?: boolean | undefined;
7184
+ calEventsLimitValue?: number | undefined;
7185
+ calEventsPromptStatus?: string | undefined;
7186
+ }>) | ({
7187
+ layers?: string[] | undefined;
7188
+ } & jamespot_user_api.WidgetType<{
7189
+ contactLimit?: boolean | undefined;
7190
+ contactLimitValue?: number | undefined;
7191
+ contactPromptStatus?: string | undefined;
7192
+ }>) | ({
7193
+ layers?: string[] | undefined;
7194
+ } & jamespot_user_api.WidgetType<{
7195
+ emailsLimit?: boolean | undefined;
7196
+ emailsLimitValue?: number | undefined;
7197
+ emailsPromptStatus?: string | undefined;
7198
+ }>)>>;
6182
7199
  states: Record<string, {
6183
7200
  busy?: boolean | undefined;
6184
7201
  loading?: boolean | undefined;
@@ -6193,6 +7210,8 @@ declare const jland: {
6193
7210
  index: number;
6194
7211
  }>;
6195
7212
  currentEditableIndex: number;
7213
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
7214
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
6196
7215
  widgetObject: Record<string, {
6197
7216
  type?: string | undefined;
6198
7217
  id?: number | undefined;
@@ -6204,6 +7223,7 @@ declare const jland: {
6204
7223
  _url?: string | undefined;
6205
7224
  }>;
6206
7225
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
7226
+ widgetChipCount: Record<string, number>;
6207
7227
  widgetAuthor: Record<string, {
6208
7228
  type?: string | undefined;
6209
7229
  id?: number | undefined;
@@ -6303,7 +7323,25 @@ declare const jland: {
6303
7323
  layers?: string[] | undefined;
6304
7324
  } & jamespot_user_api.WidgetPresenceType) | ({
6305
7325
  layers?: string[] | undefined;
6306
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
7326
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
7327
+ layers?: string[] | undefined;
7328
+ } & jamespot_user_api.WidgetType<{
7329
+ calEventsLimit?: boolean | undefined;
7330
+ calEventsLimitValue?: number | undefined;
7331
+ calEventsPromptStatus?: string | undefined;
7332
+ }>) | ({
7333
+ layers?: string[] | undefined;
7334
+ } & jamespot_user_api.WidgetType<{
7335
+ contactLimit?: boolean | undefined;
7336
+ contactLimitValue?: number | undefined;
7337
+ contactPromptStatus?: string | undefined;
7338
+ }>) | ({
7339
+ layers?: string[] | undefined;
7340
+ } & jamespot_user_api.WidgetType<{
7341
+ emailsLimit?: boolean | undefined;
7342
+ emailsLimitValue?: number | undefined;
7343
+ emailsPromptStatus?: string | undefined;
7344
+ }>)>[];
6307
7345
  uniqid: string;
6308
7346
  locked: boolean;
6309
7347
  position?: {
@@ -6363,7 +7401,25 @@ declare const jland: {
6363
7401
  layers?: string[] | undefined;
6364
7402
  } & jamespot_user_api.WidgetPresenceType) | ({
6365
7403
  layers?: string[] | undefined;
6366
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
7404
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
7405
+ layers?: string[] | undefined;
7406
+ } & jamespot_user_api.WidgetType<{
7407
+ calEventsLimit?: boolean | undefined;
7408
+ calEventsLimitValue?: number | undefined;
7409
+ calEventsPromptStatus?: string | undefined;
7410
+ }>) | ({
7411
+ layers?: string[] | undefined;
7412
+ } & jamespot_user_api.WidgetType<{
7413
+ contactLimit?: boolean | undefined;
7414
+ contactLimitValue?: number | undefined;
7415
+ contactPromptStatus?: string | undefined;
7416
+ }>) | ({
7417
+ layers?: string[] | undefined;
7418
+ } & jamespot_user_api.WidgetType<{
7419
+ emailsLimit?: boolean | undefined;
7420
+ emailsLimitValue?: number | undefined;
7421
+ emailsPromptStatus?: string | undefined;
7422
+ }>)>>;
6367
7423
  states: Record<string, {
6368
7424
  busy?: boolean | undefined;
6369
7425
  loading?: boolean | undefined;
@@ -6378,6 +7434,8 @@ declare const jland: {
6378
7434
  index: number;
6379
7435
  }>;
6380
7436
  currentEditableIndex: number;
7437
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
7438
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
6381
7439
  widgetObject: Record<string, {
6382
7440
  type?: string | undefined;
6383
7441
  id?: number | undefined;
@@ -6389,6 +7447,7 @@ declare const jland: {
6389
7447
  _url?: string | undefined;
6390
7448
  }>;
6391
7449
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
7450
+ widgetChipCount: Record<string, number>;
6392
7451
  widgetAuthor: Record<string, {
6393
7452
  type?: string | undefined;
6394
7453
  id?: number | undefined;
@@ -6488,7 +7547,25 @@ declare const jland: {
6488
7547
  layers?: string[] | undefined;
6489
7548
  } & jamespot_user_api.WidgetPresenceType) | ({
6490
7549
  layers?: string[] | undefined;
6491
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
7550
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
7551
+ layers?: string[] | undefined;
7552
+ } & jamespot_user_api.WidgetType<{
7553
+ calEventsLimit?: boolean | undefined;
7554
+ calEventsLimitValue?: number | undefined;
7555
+ calEventsPromptStatus?: string | undefined;
7556
+ }>) | ({
7557
+ layers?: string[] | undefined;
7558
+ } & jamespot_user_api.WidgetType<{
7559
+ contactLimit?: boolean | undefined;
7560
+ contactLimitValue?: number | undefined;
7561
+ contactPromptStatus?: string | undefined;
7562
+ }>) | ({
7563
+ layers?: string[] | undefined;
7564
+ } & jamespot_user_api.WidgetType<{
7565
+ emailsLimit?: boolean | undefined;
7566
+ emailsLimitValue?: number | undefined;
7567
+ emailsPromptStatus?: string | undefined;
7568
+ }>)>[];
6492
7569
  uniqid: string;
6493
7570
  locked: boolean;
6494
7571
  position?: {
@@ -6548,7 +7625,25 @@ declare const jland: {
6548
7625
  layers?: string[] | undefined;
6549
7626
  } & jamespot_user_api.WidgetPresenceType) | ({
6550
7627
  layers?: string[] | undefined;
6551
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
7628
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
7629
+ layers?: string[] | undefined;
7630
+ } & jamespot_user_api.WidgetType<{
7631
+ calEventsLimit?: boolean | undefined;
7632
+ calEventsLimitValue?: number | undefined;
7633
+ calEventsPromptStatus?: string | undefined;
7634
+ }>) | ({
7635
+ layers?: string[] | undefined;
7636
+ } & jamespot_user_api.WidgetType<{
7637
+ contactLimit?: boolean | undefined;
7638
+ contactLimitValue?: number | undefined;
7639
+ contactPromptStatus?: string | undefined;
7640
+ }>) | ({
7641
+ layers?: string[] | undefined;
7642
+ } & jamespot_user_api.WidgetType<{
7643
+ emailsLimit?: boolean | undefined;
7644
+ emailsLimitValue?: number | undefined;
7645
+ emailsPromptStatus?: string | undefined;
7646
+ }>)>>;
6552
7647
  states: Record<string, {
6553
7648
  busy?: boolean | undefined;
6554
7649
  loading?: boolean | undefined;
@@ -6563,6 +7658,8 @@ declare const jland: {
6563
7658
  index: number;
6564
7659
  }>;
6565
7660
  currentEditableIndex: number;
7661
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
7662
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
6566
7663
  widgetObject: Record<string, {
6567
7664
  type?: string | undefined;
6568
7665
  id?: number | undefined;
@@ -6574,6 +7671,7 @@ declare const jland: {
6574
7671
  _url?: string | undefined;
6575
7672
  }>;
6576
7673
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
7674
+ widgetChipCount: Record<string, number>;
6577
7675
  widgetAuthor: Record<string, {
6578
7676
  type?: string | undefined;
6579
7677
  id?: number | undefined;
@@ -6670,7 +7768,25 @@ declare const jland: {
6670
7768
  layers?: string[] | undefined;
6671
7769
  } & jamespot_user_api.WidgetPresenceType) | ({
6672
7770
  layers?: string[] | undefined;
6673
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
7771
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
7772
+ layers?: string[] | undefined;
7773
+ } & jamespot_user_api.WidgetType<{
7774
+ calEventsLimit?: boolean | undefined;
7775
+ calEventsLimitValue?: number | undefined;
7776
+ calEventsPromptStatus?: string | undefined;
7777
+ }>) | ({
7778
+ layers?: string[] | undefined;
7779
+ } & jamespot_user_api.WidgetType<{
7780
+ contactLimit?: boolean | undefined;
7781
+ contactLimitValue?: number | undefined;
7782
+ contactPromptStatus?: string | undefined;
7783
+ }>) | ({
7784
+ layers?: string[] | undefined;
7785
+ } & jamespot_user_api.WidgetType<{
7786
+ emailsLimit?: boolean | undefined;
7787
+ emailsLimitValue?: number | undefined;
7788
+ emailsPromptStatus?: string | undefined;
7789
+ }>)>[];
6674
7790
  uniqid: string;
6675
7791
  locked: boolean;
6676
7792
  position?: {
@@ -6730,7 +7846,25 @@ declare const jland: {
6730
7846
  layers?: string[] | undefined;
6731
7847
  } & jamespot_user_api.WidgetPresenceType) | ({
6732
7848
  layers?: string[] | undefined;
6733
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
7849
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
7850
+ layers?: string[] | undefined;
7851
+ } & jamespot_user_api.WidgetType<{
7852
+ calEventsLimit?: boolean | undefined;
7853
+ calEventsLimitValue?: number | undefined;
7854
+ calEventsPromptStatus?: string | undefined;
7855
+ }>) | ({
7856
+ layers?: string[] | undefined;
7857
+ } & jamespot_user_api.WidgetType<{
7858
+ contactLimit?: boolean | undefined;
7859
+ contactLimitValue?: number | undefined;
7860
+ contactPromptStatus?: string | undefined;
7861
+ }>) | ({
7862
+ layers?: string[] | undefined;
7863
+ } & jamespot_user_api.WidgetType<{
7864
+ emailsLimit?: boolean | undefined;
7865
+ emailsLimitValue?: number | undefined;
7866
+ emailsPromptStatus?: string | undefined;
7867
+ }>)>>;
6734
7868
  states: Record<string, {
6735
7869
  busy?: boolean | undefined;
6736
7870
  loading?: boolean | undefined;
@@ -6745,6 +7879,8 @@ declare const jland: {
6745
7879
  index: number;
6746
7880
  }>;
6747
7881
  currentEditableIndex: number;
7882
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
7883
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
6748
7884
  widgetObject: Record<string, {
6749
7885
  type?: string | undefined;
6750
7886
  id?: number | undefined;
@@ -6756,6 +7892,7 @@ declare const jland: {
6756
7892
  _url?: string | undefined;
6757
7893
  }>;
6758
7894
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
7895
+ widgetChipCount: Record<string, number>;
6759
7896
  widgetAuthor: Record<string, {
6760
7897
  type?: string | undefined;
6761
7898
  id?: number | undefined;
@@ -6880,7 +8017,25 @@ declare const jland: {
6880
8017
  layers?: string[] | undefined;
6881
8018
  } & jamespot_user_api.WidgetPresenceType) | ({
6882
8019
  layers?: string[] | undefined;
6883
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
8020
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
8021
+ layers?: string[] | undefined;
8022
+ } & jamespot_user_api.WidgetType<{
8023
+ calEventsLimit?: boolean | undefined;
8024
+ calEventsLimitValue?: number | undefined;
8025
+ calEventsPromptStatus?: string | undefined;
8026
+ }>) | ({
8027
+ layers?: string[] | undefined;
8028
+ } & jamespot_user_api.WidgetType<{
8029
+ contactLimit?: boolean | undefined;
8030
+ contactLimitValue?: number | undefined;
8031
+ contactPromptStatus?: string | undefined;
8032
+ }>) | ({
8033
+ layers?: string[] | undefined;
8034
+ } & jamespot_user_api.WidgetType<{
8035
+ emailsLimit?: boolean | undefined;
8036
+ emailsLimitValue?: number | undefined;
8037
+ emailsPromptStatus?: string | undefined;
8038
+ }>)>[];
6884
8039
  uniqid: string;
6885
8040
  locked: boolean;
6886
8041
  position?: {
@@ -6940,7 +8095,25 @@ declare const jland: {
6940
8095
  layers?: string[] | undefined;
6941
8096
  } & jamespot_user_api.WidgetPresenceType) | ({
6942
8097
  layers?: string[] | undefined;
6943
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
8098
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
8099
+ layers?: string[] | undefined;
8100
+ } & jamespot_user_api.WidgetType<{
8101
+ calEventsLimit?: boolean | undefined;
8102
+ calEventsLimitValue?: number | undefined;
8103
+ calEventsPromptStatus?: string | undefined;
8104
+ }>) | ({
8105
+ layers?: string[] | undefined;
8106
+ } & jamespot_user_api.WidgetType<{
8107
+ contactLimit?: boolean | undefined;
8108
+ contactLimitValue?: number | undefined;
8109
+ contactPromptStatus?: string | undefined;
8110
+ }>) | ({
8111
+ layers?: string[] | undefined;
8112
+ } & jamespot_user_api.WidgetType<{
8113
+ emailsLimit?: boolean | undefined;
8114
+ emailsLimitValue?: number | undefined;
8115
+ emailsPromptStatus?: string | undefined;
8116
+ }>)>>;
6944
8117
  states: Record<string, {
6945
8118
  busy?: boolean | undefined;
6946
8119
  loading?: boolean | undefined;
@@ -6955,6 +8128,8 @@ declare const jland: {
6955
8128
  index: number;
6956
8129
  }>;
6957
8130
  currentEditableIndex: number;
8131
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
8132
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
6958
8133
  widgetObject: Record<string, {
6959
8134
  type?: string | undefined;
6960
8135
  id?: number | undefined;
@@ -6966,6 +8141,7 @@ declare const jland: {
6966
8141
  _url?: string | undefined;
6967
8142
  }>;
6968
8143
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
8144
+ widgetChipCount: Record<string, number>;
6969
8145
  widgetAuthor: Record<string, {
6970
8146
  type?: string | undefined;
6971
8147
  id?: number | undefined;
@@ -7173,7 +8349,25 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
7173
8349
  layers?: string[] | undefined;
7174
8350
  } & jamespot_user_api.WidgetPresenceType) | ({
7175
8351
  layers?: string[] | undefined;
7176
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
8352
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
8353
+ layers?: string[] | undefined;
8354
+ } & jamespot_user_api.WidgetType<{
8355
+ calEventsLimit?: boolean | undefined;
8356
+ calEventsLimitValue?: number | undefined;
8357
+ calEventsPromptStatus?: string | undefined;
8358
+ }>) | ({
8359
+ layers?: string[] | undefined;
8360
+ } & jamespot_user_api.WidgetType<{
8361
+ contactLimit?: boolean | undefined;
8362
+ contactLimitValue?: number | undefined;
8363
+ contactPromptStatus?: string | undefined;
8364
+ }>) | ({
8365
+ layers?: string[] | undefined;
8366
+ } & jamespot_user_api.WidgetType<{
8367
+ emailsLimit?: boolean | undefined;
8368
+ emailsLimitValue?: number | undefined;
8369
+ emailsPromptStatus?: string | undefined;
8370
+ }>)>[] | undefined;
7177
8371
  }>, {
7178
8372
  idUserLogged: number;
7179
8373
  }, {
@@ -7235,7 +8429,25 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
7235
8429
  layers?: string[] | undefined;
7236
8430
  } & jamespot_user_api.WidgetPresenceType) | ({
7237
8431
  layers?: string[] | undefined;
7238
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
8432
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
8433
+ layers?: string[] | undefined;
8434
+ } & jamespot_user_api.WidgetType<{
8435
+ calEventsLimit?: boolean | undefined;
8436
+ calEventsLimitValue?: number | undefined;
8437
+ calEventsPromptStatus?: string | undefined;
8438
+ }>) | ({
8439
+ layers?: string[] | undefined;
8440
+ } & jamespot_user_api.WidgetType<{
8441
+ contactLimit?: boolean | undefined;
8442
+ contactLimitValue?: number | undefined;
8443
+ contactPromptStatus?: string | undefined;
8444
+ }>) | ({
8445
+ layers?: string[] | undefined;
8446
+ } & jamespot_user_api.WidgetType<{
8447
+ emailsLimit?: boolean | undefined;
8448
+ emailsLimitValue?: number | undefined;
8449
+ emailsPromptStatus?: string | undefined;
8450
+ }>)>[];
7239
8451
  uniqid: string;
7240
8452
  locked: boolean;
7241
8453
  position?: {
@@ -7295,7 +8507,25 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
7295
8507
  layers?: string[] | undefined;
7296
8508
  } & jamespot_user_api.WidgetPresenceType) | ({
7297
8509
  layers?: string[] | undefined;
7298
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
8510
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
8511
+ layers?: string[] | undefined;
8512
+ } & jamespot_user_api.WidgetType<{
8513
+ calEventsLimit?: boolean | undefined;
8514
+ calEventsLimitValue?: number | undefined;
8515
+ calEventsPromptStatus?: string | undefined;
8516
+ }>) | ({
8517
+ layers?: string[] | undefined;
8518
+ } & jamespot_user_api.WidgetType<{
8519
+ contactLimit?: boolean | undefined;
8520
+ contactLimitValue?: number | undefined;
8521
+ contactPromptStatus?: string | undefined;
8522
+ }>) | ({
8523
+ layers?: string[] | undefined;
8524
+ } & jamespot_user_api.WidgetType<{
8525
+ emailsLimit?: boolean | undefined;
8526
+ emailsLimitValue?: number | undefined;
8527
+ emailsPromptStatus?: string | undefined;
8528
+ }>)>>;
7299
8529
  states: Record<string, {
7300
8530
  busy?: boolean | undefined;
7301
8531
  loading?: boolean | undefined;
@@ -7310,6 +8540,8 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
7310
8540
  index: number;
7311
8541
  }>;
7312
8542
  currentEditableIndex: number;
8543
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
8544
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
7313
8545
  widgetObject: Record<string, {
7314
8546
  type?: string | undefined;
7315
8547
  id?: number | undefined;
@@ -7321,6 +8553,7 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
7321
8553
  _url?: string | undefined;
7322
8554
  }>;
7323
8555
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
8556
+ widgetChipCount: Record<string, number>;
7324
8557
  widgetAuthor: Record<string, {
7325
8558
  type?: string | undefined;
7326
8559
  id?: number | undefined;
@@ -7481,7 +8714,25 @@ declare const MagicPad: {
7481
8714
  layers?: string[] | undefined;
7482
8715
  } & jamespot_user_api.WidgetPresenceType) | ({
7483
8716
  layers?: string[] | undefined;
7484
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
8717
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
8718
+ layers?: string[] | undefined;
8719
+ } & jamespot_user_api.WidgetType<{
8720
+ calEventsLimit?: boolean | undefined;
8721
+ calEventsLimitValue?: number | undefined;
8722
+ calEventsPromptStatus?: string | undefined;
8723
+ }>) | ({
8724
+ layers?: string[] | undefined;
8725
+ } & jamespot_user_api.WidgetType<{
8726
+ contactLimit?: boolean | undefined;
8727
+ contactLimitValue?: number | undefined;
8728
+ contactPromptStatus?: string | undefined;
8729
+ }>) | ({
8730
+ layers?: string[] | undefined;
8731
+ } & jamespot_user_api.WidgetType<{
8732
+ emailsLimit?: boolean | undefined;
8733
+ emailsLimitValue?: number | undefined;
8734
+ emailsPromptStatus?: string | undefined;
8735
+ }>)>[] | undefined;
7485
8736
  }>, {
7486
8737
  idUserLogged: number;
7487
8738
  }, {
@@ -7543,7 +8794,25 @@ declare const MagicPad: {
7543
8794
  layers?: string[] | undefined;
7544
8795
  } & jamespot_user_api.WidgetPresenceType) | ({
7545
8796
  layers?: string[] | undefined;
7546
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
8797
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
8798
+ layers?: string[] | undefined;
8799
+ } & jamespot_user_api.WidgetType<{
8800
+ calEventsLimit?: boolean | undefined;
8801
+ calEventsLimitValue?: number | undefined;
8802
+ calEventsPromptStatus?: string | undefined;
8803
+ }>) | ({
8804
+ layers?: string[] | undefined;
8805
+ } & jamespot_user_api.WidgetType<{
8806
+ contactLimit?: boolean | undefined;
8807
+ contactLimitValue?: number | undefined;
8808
+ contactPromptStatus?: string | undefined;
8809
+ }>) | ({
8810
+ layers?: string[] | undefined;
8811
+ } & jamespot_user_api.WidgetType<{
8812
+ emailsLimit?: boolean | undefined;
8813
+ emailsLimitValue?: number | undefined;
8814
+ emailsPromptStatus?: string | undefined;
8815
+ }>)>[];
7547
8816
  uniqid: string;
7548
8817
  locked: boolean;
7549
8818
  position?: {
@@ -7603,7 +8872,25 @@ declare const MagicPad: {
7603
8872
  layers?: string[] | undefined;
7604
8873
  } & jamespot_user_api.WidgetPresenceType) | ({
7605
8874
  layers?: string[] | undefined;
7606
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
8875
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
8876
+ layers?: string[] | undefined;
8877
+ } & jamespot_user_api.WidgetType<{
8878
+ calEventsLimit?: boolean | undefined;
8879
+ calEventsLimitValue?: number | undefined;
8880
+ calEventsPromptStatus?: string | undefined;
8881
+ }>) | ({
8882
+ layers?: string[] | undefined;
8883
+ } & jamespot_user_api.WidgetType<{
8884
+ contactLimit?: boolean | undefined;
8885
+ contactLimitValue?: number | undefined;
8886
+ contactPromptStatus?: string | undefined;
8887
+ }>) | ({
8888
+ layers?: string[] | undefined;
8889
+ } & jamespot_user_api.WidgetType<{
8890
+ emailsLimit?: boolean | undefined;
8891
+ emailsLimitValue?: number | undefined;
8892
+ emailsPromptStatus?: string | undefined;
8893
+ }>)>>;
7607
8894
  states: Record<string, {
7608
8895
  busy?: boolean | undefined;
7609
8896
  loading?: boolean | undefined;
@@ -7618,6 +8905,8 @@ declare const MagicPad: {
7618
8905
  index: number;
7619
8906
  }>;
7620
8907
  currentEditableIndex: number;
8908
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
8909
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
7621
8910
  widgetObject: Record<string, {
7622
8911
  type?: string | undefined;
7623
8912
  id?: number | undefined;
@@ -7629,6 +8918,7 @@ declare const MagicPad: {
7629
8918
  _url?: string | undefined;
7630
8919
  }>;
7631
8920
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
8921
+ widgetChipCount: Record<string, number>;
7632
8922
  widgetAuthor: Record<string, {
7633
8923
  type?: string | undefined;
7634
8924
  id?: number | undefined;
@@ -7835,7 +9125,25 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
7835
9125
  layers?: string[] | undefined;
7836
9126
  } & jamespot_user_api.WidgetPresenceType) | ({
7837
9127
  layers?: string[] | undefined;
7838
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
9128
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
9129
+ layers?: string[] | undefined;
9130
+ } & jamespot_user_api.WidgetType<{
9131
+ calEventsLimit?: boolean | undefined;
9132
+ calEventsLimitValue?: number | undefined;
9133
+ calEventsPromptStatus?: string | undefined;
9134
+ }>) | ({
9135
+ layers?: string[] | undefined;
9136
+ } & jamespot_user_api.WidgetType<{
9137
+ contactLimit?: boolean | undefined;
9138
+ contactLimitValue?: number | undefined;
9139
+ contactPromptStatus?: string | undefined;
9140
+ }>) | ({
9141
+ layers?: string[] | undefined;
9142
+ } & jamespot_user_api.WidgetType<{
9143
+ emailsLimit?: boolean | undefined;
9144
+ emailsLimitValue?: number | undefined;
9145
+ emailsPromptStatus?: string | undefined;
9146
+ }>)>[] | undefined;
7839
9147
  }, jamespot_user_api.BaseMessages>, void, {
7840
9148
  dispatch: any;
7841
9149
  state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
@@ -7895,7 +9203,25 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
7895
9203
  layers?: string[] | undefined;
7896
9204
  } & jamespot_user_api.WidgetPresenceType) | ({
7897
9205
  layers?: string[] | undefined;
7898
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
9206
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
9207
+ layers?: string[] | undefined;
9208
+ } & jamespot_user_api.WidgetType<{
9209
+ calEventsLimit?: boolean | undefined;
9210
+ calEventsLimitValue?: number | undefined;
9211
+ calEventsPromptStatus?: string | undefined;
9212
+ }>) | ({
9213
+ layers?: string[] | undefined;
9214
+ } & jamespot_user_api.WidgetType<{
9215
+ contactLimit?: boolean | undefined;
9216
+ contactLimitValue?: number | undefined;
9217
+ contactPromptStatus?: string | undefined;
9218
+ }>) | ({
9219
+ layers?: string[] | undefined;
9220
+ } & jamespot_user_api.WidgetType<{
9221
+ emailsLimit?: boolean | undefined;
9222
+ emailsLimitValue?: number | undefined;
9223
+ emailsPromptStatus?: string | undefined;
9224
+ }>)>[];
7899
9225
  uniqid: string;
7900
9226
  locked: boolean;
7901
9227
  position?: {
@@ -7955,7 +9281,25 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
7955
9281
  layers?: string[] | undefined;
7956
9282
  } & jamespot_user_api.WidgetPresenceType) | ({
7957
9283
  layers?: string[] | undefined;
7958
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
9284
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
9285
+ layers?: string[] | undefined;
9286
+ } & jamespot_user_api.WidgetType<{
9287
+ calEventsLimit?: boolean | undefined;
9288
+ calEventsLimitValue?: number | undefined;
9289
+ calEventsPromptStatus?: string | undefined;
9290
+ }>) | ({
9291
+ layers?: string[] | undefined;
9292
+ } & jamespot_user_api.WidgetType<{
9293
+ contactLimit?: boolean | undefined;
9294
+ contactLimitValue?: number | undefined;
9295
+ contactPromptStatus?: string | undefined;
9296
+ }>) | ({
9297
+ layers?: string[] | undefined;
9298
+ } & jamespot_user_api.WidgetType<{
9299
+ emailsLimit?: boolean | undefined;
9300
+ emailsLimitValue?: number | undefined;
9301
+ emailsPromptStatus?: string | undefined;
9302
+ }>)>>;
7959
9303
  states: Record<string, {
7960
9304
  busy?: boolean | undefined;
7961
9305
  loading?: boolean | undefined;
@@ -7970,6 +9314,8 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
7970
9314
  index: number;
7971
9315
  }>;
7972
9316
  currentEditableIndex: number;
9317
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
9318
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
7973
9319
  widgetObject: Record<string, {
7974
9320
  type?: string | undefined;
7975
9321
  id?: number | undefined;
@@ -7981,6 +9327,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
7981
9327
  _url?: string | undefined;
7982
9328
  }>;
7983
9329
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
9330
+ widgetChipCount: Record<string, number>;
7984
9331
  widgetAuthor: Record<string, {
7985
9332
  type?: string | undefined;
7986
9333
  id?: number | undefined;
@@ -8147,7 +9494,25 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
8147
9494
  layers?: string[] | undefined;
8148
9495
  } & jamespot_user_api.WidgetPresenceType) | ({
8149
9496
  layers?: string[] | undefined;
8150
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
9497
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
9498
+ layers?: string[] | undefined;
9499
+ } & jamespot_user_api.WidgetType<{
9500
+ calEventsLimit?: boolean | undefined;
9501
+ calEventsLimitValue?: number | undefined;
9502
+ calEventsPromptStatus?: string | undefined;
9503
+ }>) | ({
9504
+ layers?: string[] | undefined;
9505
+ } & jamespot_user_api.WidgetType<{
9506
+ contactLimit?: boolean | undefined;
9507
+ contactLimitValue?: number | undefined;
9508
+ contactPromptStatus?: string | undefined;
9509
+ }>) | ({
9510
+ layers?: string[] | undefined;
9511
+ } & jamespot_user_api.WidgetType<{
9512
+ emailsLimit?: boolean | undefined;
9513
+ emailsLimitValue?: number | undefined;
9514
+ emailsPromptStatus?: string | undefined;
9515
+ }>)>[] | undefined;
8151
9516
  }, jamespot_user_api.BaseMessages>, number, {
8152
9517
  dispatch: any;
8153
9518
  state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
@@ -8207,7 +9572,25 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
8207
9572
  layers?: string[] | undefined;
8208
9573
  } & jamespot_user_api.WidgetPresenceType) | ({
8209
9574
  layers?: string[] | undefined;
8210
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
9575
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
9576
+ layers?: string[] | undefined;
9577
+ } & jamespot_user_api.WidgetType<{
9578
+ calEventsLimit?: boolean | undefined;
9579
+ calEventsLimitValue?: number | undefined;
9580
+ calEventsPromptStatus?: string | undefined;
9581
+ }>) | ({
9582
+ layers?: string[] | undefined;
9583
+ } & jamespot_user_api.WidgetType<{
9584
+ contactLimit?: boolean | undefined;
9585
+ contactLimitValue?: number | undefined;
9586
+ contactPromptStatus?: string | undefined;
9587
+ }>) | ({
9588
+ layers?: string[] | undefined;
9589
+ } & jamespot_user_api.WidgetType<{
9590
+ emailsLimit?: boolean | undefined;
9591
+ emailsLimitValue?: number | undefined;
9592
+ emailsPromptStatus?: string | undefined;
9593
+ }>)>[];
8211
9594
  uniqid: string;
8212
9595
  locked: boolean;
8213
9596
  position?: {
@@ -8267,7 +9650,25 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
8267
9650
  layers?: string[] | undefined;
8268
9651
  } & jamespot_user_api.WidgetPresenceType) | ({
8269
9652
  layers?: string[] | undefined;
8270
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
9653
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
9654
+ layers?: string[] | undefined;
9655
+ } & jamespot_user_api.WidgetType<{
9656
+ calEventsLimit?: boolean | undefined;
9657
+ calEventsLimitValue?: number | undefined;
9658
+ calEventsPromptStatus?: string | undefined;
9659
+ }>) | ({
9660
+ layers?: string[] | undefined;
9661
+ } & jamespot_user_api.WidgetType<{
9662
+ contactLimit?: boolean | undefined;
9663
+ contactLimitValue?: number | undefined;
9664
+ contactPromptStatus?: string | undefined;
9665
+ }>) | ({
9666
+ layers?: string[] | undefined;
9667
+ } & jamespot_user_api.WidgetType<{
9668
+ emailsLimit?: boolean | undefined;
9669
+ emailsLimitValue?: number | undefined;
9670
+ emailsPromptStatus?: string | undefined;
9671
+ }>)>>;
8271
9672
  states: Record<string, {
8272
9673
  busy?: boolean | undefined;
8273
9674
  loading?: boolean | undefined;
@@ -8282,6 +9683,8 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
8282
9683
  index: number;
8283
9684
  }>;
8284
9685
  currentEditableIndex: number;
9686
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
9687
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
8285
9688
  widgetObject: Record<string, {
8286
9689
  type?: string | undefined;
8287
9690
  id?: number | undefined;
@@ -8293,6 +9696,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
8293
9696
  _url?: string | undefined;
8294
9697
  }>;
8295
9698
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
9699
+ widgetChipCount: Record<string, number>;
8296
9700
  widgetAuthor: Record<string, {
8297
9701
  type?: string | undefined;
8298
9702
  id?: number | undefined;
@@ -8389,7 +9793,25 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
8389
9793
  layers?: string[] | undefined;
8390
9794
  } & jamespot_user_api.WidgetPresenceType) | ({
8391
9795
  layers?: string[] | undefined;
8392
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
9796
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
9797
+ layers?: string[] | undefined;
9798
+ } & jamespot_user_api.WidgetType<{
9799
+ calEventsLimit?: boolean | undefined;
9800
+ calEventsLimitValue?: number | undefined;
9801
+ calEventsPromptStatus?: string | undefined;
9802
+ }>) | ({
9803
+ layers?: string[] | undefined;
9804
+ } & jamespot_user_api.WidgetType<{
9805
+ contactLimit?: boolean | undefined;
9806
+ contactLimitValue?: number | undefined;
9807
+ contactPromptStatus?: string | undefined;
9808
+ }>) | ({
9809
+ layers?: string[] | undefined;
9810
+ } & jamespot_user_api.WidgetType<{
9811
+ emailsLimit?: boolean | undefined;
9812
+ emailsLimitValue?: number | undefined;
9813
+ emailsPromptStatus?: string | undefined;
9814
+ }>)>[];
8393
9815
  uniqid: string;
8394
9816
  locked: boolean;
8395
9817
  position?: {
@@ -8449,7 +9871,25 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
8449
9871
  layers?: string[] | undefined;
8450
9872
  } & jamespot_user_api.WidgetPresenceType) | ({
8451
9873
  layers?: string[] | undefined;
8452
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
9874
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
9875
+ layers?: string[] | undefined;
9876
+ } & jamespot_user_api.WidgetType<{
9877
+ calEventsLimit?: boolean | undefined;
9878
+ calEventsLimitValue?: number | undefined;
9879
+ calEventsPromptStatus?: string | undefined;
9880
+ }>) | ({
9881
+ layers?: string[] | undefined;
9882
+ } & jamespot_user_api.WidgetType<{
9883
+ contactLimit?: boolean | undefined;
9884
+ contactLimitValue?: number | undefined;
9885
+ contactPromptStatus?: string | undefined;
9886
+ }>) | ({
9887
+ layers?: string[] | undefined;
9888
+ } & jamespot_user_api.WidgetType<{
9889
+ emailsLimit?: boolean | undefined;
9890
+ emailsLimitValue?: number | undefined;
9891
+ emailsPromptStatus?: string | undefined;
9892
+ }>)>>;
8453
9893
  states: Record<string, {
8454
9894
  busy?: boolean | undefined;
8455
9895
  loading?: boolean | undefined;
@@ -8464,6 +9904,8 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
8464
9904
  index: number;
8465
9905
  }>;
8466
9906
  currentEditableIndex: number;
9907
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
9908
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
8467
9909
  widgetObject: Record<string, {
8468
9910
  type?: string | undefined;
8469
9911
  id?: number | undefined;
@@ -8475,6 +9917,7 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
8475
9917
  _url?: string | undefined;
8476
9918
  }>;
8477
9919
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
9920
+ widgetChipCount: Record<string, number>;
8478
9921
  widgetAuthor: Record<string, {
8479
9922
  type?: string | undefined;
8480
9923
  id?: number | undefined;
@@ -8600,7 +10043,25 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
8600
10043
  layers?: string[] | undefined;
8601
10044
  } & jamespot_user_api.WidgetPresenceType) | ({
8602
10045
  layers?: string[] | undefined;
8603
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
10046
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
10047
+ layers?: string[] | undefined;
10048
+ } & jamespot_user_api.WidgetType<{
10049
+ calEventsLimit?: boolean | undefined;
10050
+ calEventsLimitValue?: number | undefined;
10051
+ calEventsPromptStatus?: string | undefined;
10052
+ }>) | ({
10053
+ layers?: string[] | undefined;
10054
+ } & jamespot_user_api.WidgetType<{
10055
+ contactLimit?: boolean | undefined;
10056
+ contactLimitValue?: number | undefined;
10057
+ contactPromptStatus?: string | undefined;
10058
+ }>) | ({
10059
+ layers?: string[] | undefined;
10060
+ } & jamespot_user_api.WidgetType<{
10061
+ emailsLimit?: boolean | undefined;
10062
+ emailsLimitValue?: number | undefined;
10063
+ emailsPromptStatus?: string | undefined;
10064
+ }>)>[];
8604
10065
  uniqid: string;
8605
10066
  locked: boolean;
8606
10067
  position?: {
@@ -8660,7 +10121,25 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
8660
10121
  layers?: string[] | undefined;
8661
10122
  } & jamespot_user_api.WidgetPresenceType) | ({
8662
10123
  layers?: string[] | undefined;
8663
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
10124
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
10125
+ layers?: string[] | undefined;
10126
+ } & jamespot_user_api.WidgetType<{
10127
+ calEventsLimit?: boolean | undefined;
10128
+ calEventsLimitValue?: number | undefined;
10129
+ calEventsPromptStatus?: string | undefined;
10130
+ }>) | ({
10131
+ layers?: string[] | undefined;
10132
+ } & jamespot_user_api.WidgetType<{
10133
+ contactLimit?: boolean | undefined;
10134
+ contactLimitValue?: number | undefined;
10135
+ contactPromptStatus?: string | undefined;
10136
+ }>) | ({
10137
+ layers?: string[] | undefined;
10138
+ } & jamespot_user_api.WidgetType<{
10139
+ emailsLimit?: boolean | undefined;
10140
+ emailsLimitValue?: number | undefined;
10141
+ emailsPromptStatus?: string | undefined;
10142
+ }>)>>;
8664
10143
  states: Record<string, {
8665
10144
  busy?: boolean | undefined;
8666
10145
  loading?: boolean | undefined;
@@ -8675,6 +10154,8 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
8675
10154
  index: number;
8676
10155
  }>;
8677
10156
  currentEditableIndex: number;
10157
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
10158
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
8678
10159
  widgetObject: Record<string, {
8679
10160
  type?: string | undefined;
8680
10161
  id?: number | undefined;
@@ -8686,6 +10167,7 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
8686
10167
  _url?: string | undefined;
8687
10168
  }>;
8688
10169
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
10170
+ widgetChipCount: Record<string, number>;
8689
10171
  widgetAuthor: Record<string, {
8690
10172
  type?: string | undefined;
8691
10173
  id?: number | undefined;
@@ -8813,7 +10295,25 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
8813
10295
  layers?: string[] | undefined;
8814
10296
  } & jamespot_user_api.WidgetPresenceType) | ({
8815
10297
  layers?: string[] | undefined;
8816
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
10298
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
10299
+ layers?: string[] | undefined;
10300
+ } & jamespot_user_api.WidgetType<{
10301
+ calEventsLimit?: boolean | undefined;
10302
+ calEventsLimitValue?: number | undefined;
10303
+ calEventsPromptStatus?: string | undefined;
10304
+ }>) | ({
10305
+ layers?: string[] | undefined;
10306
+ } & jamespot_user_api.WidgetType<{
10307
+ contactLimit?: boolean | undefined;
10308
+ contactLimitValue?: number | undefined;
10309
+ contactPromptStatus?: string | undefined;
10310
+ }>) | ({
10311
+ layers?: string[] | undefined;
10312
+ } & jamespot_user_api.WidgetType<{
10313
+ emailsLimit?: boolean | undefined;
10314
+ emailsLimitValue?: number | undefined;
10315
+ emailsPromptStatus?: string | undefined;
10316
+ }>)>[];
8817
10317
  uniqid: string;
8818
10318
  locked: boolean;
8819
10319
  position?: {
@@ -8873,7 +10373,25 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
8873
10373
  layers?: string[] | undefined;
8874
10374
  } & jamespot_user_api.WidgetPresenceType) | ({
8875
10375
  layers?: string[] | undefined;
8876
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
10376
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
10377
+ layers?: string[] | undefined;
10378
+ } & jamespot_user_api.WidgetType<{
10379
+ calEventsLimit?: boolean | undefined;
10380
+ calEventsLimitValue?: number | undefined;
10381
+ calEventsPromptStatus?: string | undefined;
10382
+ }>) | ({
10383
+ layers?: string[] | undefined;
10384
+ } & jamespot_user_api.WidgetType<{
10385
+ contactLimit?: boolean | undefined;
10386
+ contactLimitValue?: number | undefined;
10387
+ contactPromptStatus?: string | undefined;
10388
+ }>) | ({
10389
+ layers?: string[] | undefined;
10390
+ } & jamespot_user_api.WidgetType<{
10391
+ emailsLimit?: boolean | undefined;
10392
+ emailsLimitValue?: number | undefined;
10393
+ emailsPromptStatus?: string | undefined;
10394
+ }>)>>;
8877
10395
  states: Record<string, {
8878
10396
  busy?: boolean | undefined;
8879
10397
  loading?: boolean | undefined;
@@ -8888,6 +10406,8 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
8888
10406
  index: number;
8889
10407
  }>;
8890
10408
  currentEditableIndex: number;
10409
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
10410
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
8891
10411
  widgetObject: Record<string, {
8892
10412
  type?: string | undefined;
8893
10413
  id?: number | undefined;
@@ -8899,6 +10419,7 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
8899
10419
  _url?: string | undefined;
8900
10420
  }>;
8901
10421
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
10422
+ widgetChipCount: Record<string, number>;
8902
10423
  widgetAuthor: Record<string, {
8903
10424
  type?: string | undefined;
8904
10425
  id?: number | undefined;
@@ -8998,7 +10519,25 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
8998
10519
  layers?: string[] | undefined;
8999
10520
  } & jamespot_user_api.WidgetPresenceType) | ({
9000
10521
  layers?: string[] | undefined;
9001
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
10522
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
10523
+ layers?: string[] | undefined;
10524
+ } & jamespot_user_api.WidgetType<{
10525
+ calEventsLimit?: boolean | undefined;
10526
+ calEventsLimitValue?: number | undefined;
10527
+ calEventsPromptStatus?: string | undefined;
10528
+ }>) | ({
10529
+ layers?: string[] | undefined;
10530
+ } & jamespot_user_api.WidgetType<{
10531
+ contactLimit?: boolean | undefined;
10532
+ contactLimitValue?: number | undefined;
10533
+ contactPromptStatus?: string | undefined;
10534
+ }>) | ({
10535
+ layers?: string[] | undefined;
10536
+ } & jamespot_user_api.WidgetType<{
10537
+ emailsLimit?: boolean | undefined;
10538
+ emailsLimitValue?: number | undefined;
10539
+ emailsPromptStatus?: string | undefined;
10540
+ }>)>[];
9002
10541
  uniqid: string;
9003
10542
  locked: boolean;
9004
10543
  position?: {
@@ -9058,7 +10597,25 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
9058
10597
  layers?: string[] | undefined;
9059
10598
  } & jamespot_user_api.WidgetPresenceType) | ({
9060
10599
  layers?: string[] | undefined;
9061
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
10600
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
10601
+ layers?: string[] | undefined;
10602
+ } & jamespot_user_api.WidgetType<{
10603
+ calEventsLimit?: boolean | undefined;
10604
+ calEventsLimitValue?: number | undefined;
10605
+ calEventsPromptStatus?: string | undefined;
10606
+ }>) | ({
10607
+ layers?: string[] | undefined;
10608
+ } & jamespot_user_api.WidgetType<{
10609
+ contactLimit?: boolean | undefined;
10610
+ contactLimitValue?: number | undefined;
10611
+ contactPromptStatus?: string | undefined;
10612
+ }>) | ({
10613
+ layers?: string[] | undefined;
10614
+ } & jamespot_user_api.WidgetType<{
10615
+ emailsLimit?: boolean | undefined;
10616
+ emailsLimitValue?: number | undefined;
10617
+ emailsPromptStatus?: string | undefined;
10618
+ }>)>>;
9062
10619
  states: Record<string, {
9063
10620
  busy?: boolean | undefined;
9064
10621
  loading?: boolean | undefined;
@@ -9073,6 +10630,8 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
9073
10630
  index: number;
9074
10631
  }>;
9075
10632
  currentEditableIndex: number;
10633
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
10634
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
9076
10635
  widgetObject: Record<string, {
9077
10636
  type?: string | undefined;
9078
10637
  id?: number | undefined;
@@ -9084,6 +10643,7 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
9084
10643
  _url?: string | undefined;
9085
10644
  }>;
9086
10645
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
10646
+ widgetChipCount: Record<string, number>;
9087
10647
  widgetAuthor: Record<string, {
9088
10648
  type?: string | undefined;
9089
10649
  id?: number | undefined;
@@ -9262,7 +10822,25 @@ declare const MediaLibrary: {
9262
10822
  layers?: string[] | undefined;
9263
10823
  } & jamespot_user_api.WidgetPresenceType) | ({
9264
10824
  layers?: string[] | undefined;
9265
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
10825
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
10826
+ layers?: string[] | undefined;
10827
+ } & jamespot_user_api.WidgetType<{
10828
+ calEventsLimit?: boolean | undefined;
10829
+ calEventsLimitValue?: number | undefined;
10830
+ calEventsPromptStatus?: string | undefined;
10831
+ }>) | ({
10832
+ layers?: string[] | undefined;
10833
+ } & jamespot_user_api.WidgetType<{
10834
+ contactLimit?: boolean | undefined;
10835
+ contactLimitValue?: number | undefined;
10836
+ contactPromptStatus?: string | undefined;
10837
+ }>) | ({
10838
+ layers?: string[] | undefined;
10839
+ } & jamespot_user_api.WidgetType<{
10840
+ emailsLimit?: boolean | undefined;
10841
+ emailsLimitValue?: number | undefined;
10842
+ emailsPromptStatus?: string | undefined;
10843
+ }>)>[] | undefined;
9266
10844
  }, jamespot_user_api.BaseMessages>, void, {
9267
10845
  dispatch: any;
9268
10846
  state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
@@ -9322,7 +10900,25 @@ declare const MediaLibrary: {
9322
10900
  layers?: string[] | undefined;
9323
10901
  } & jamespot_user_api.WidgetPresenceType) | ({
9324
10902
  layers?: string[] | undefined;
9325
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
10903
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
10904
+ layers?: string[] | undefined;
10905
+ } & jamespot_user_api.WidgetType<{
10906
+ calEventsLimit?: boolean | undefined;
10907
+ calEventsLimitValue?: number | undefined;
10908
+ calEventsPromptStatus?: string | undefined;
10909
+ }>) | ({
10910
+ layers?: string[] | undefined;
10911
+ } & jamespot_user_api.WidgetType<{
10912
+ contactLimit?: boolean | undefined;
10913
+ contactLimitValue?: number | undefined;
10914
+ contactPromptStatus?: string | undefined;
10915
+ }>) | ({
10916
+ layers?: string[] | undefined;
10917
+ } & jamespot_user_api.WidgetType<{
10918
+ emailsLimit?: boolean | undefined;
10919
+ emailsLimitValue?: number | undefined;
10920
+ emailsPromptStatus?: string | undefined;
10921
+ }>)>[];
9326
10922
  uniqid: string;
9327
10923
  locked: boolean;
9328
10924
  position?: {
@@ -9382,7 +10978,25 @@ declare const MediaLibrary: {
9382
10978
  layers?: string[] | undefined;
9383
10979
  } & jamespot_user_api.WidgetPresenceType) | ({
9384
10980
  layers?: string[] | undefined;
9385
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
10981
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
10982
+ layers?: string[] | undefined;
10983
+ } & jamespot_user_api.WidgetType<{
10984
+ calEventsLimit?: boolean | undefined;
10985
+ calEventsLimitValue?: number | undefined;
10986
+ calEventsPromptStatus?: string | undefined;
10987
+ }>) | ({
10988
+ layers?: string[] | undefined;
10989
+ } & jamespot_user_api.WidgetType<{
10990
+ contactLimit?: boolean | undefined;
10991
+ contactLimitValue?: number | undefined;
10992
+ contactPromptStatus?: string | undefined;
10993
+ }>) | ({
10994
+ layers?: string[] | undefined;
10995
+ } & jamespot_user_api.WidgetType<{
10996
+ emailsLimit?: boolean | undefined;
10997
+ emailsLimitValue?: number | undefined;
10998
+ emailsPromptStatus?: string | undefined;
10999
+ }>)>>;
9386
11000
  states: Record<string, {
9387
11001
  busy?: boolean | undefined;
9388
11002
  loading?: boolean | undefined;
@@ -9397,6 +11011,8 @@ declare const MediaLibrary: {
9397
11011
  index: number;
9398
11012
  }>;
9399
11013
  currentEditableIndex: number;
11014
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
11015
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
9400
11016
  widgetObject: Record<string, {
9401
11017
  type?: string | undefined;
9402
11018
  id?: number | undefined;
@@ -9408,6 +11024,7 @@ declare const MediaLibrary: {
9408
11024
  _url?: string | undefined;
9409
11025
  }>;
9410
11026
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
11027
+ widgetChipCount: Record<string, number>;
9411
11028
  widgetAuthor: Record<string, {
9412
11029
  type?: string | undefined;
9413
11030
  id?: number | undefined;
@@ -9574,7 +11191,25 @@ declare const MediaLibrary: {
9574
11191
  layers?: string[] | undefined;
9575
11192
  } & jamespot_user_api.WidgetPresenceType) | ({
9576
11193
  layers?: string[] | undefined;
9577
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
11194
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
11195
+ layers?: string[] | undefined;
11196
+ } & jamespot_user_api.WidgetType<{
11197
+ calEventsLimit?: boolean | undefined;
11198
+ calEventsLimitValue?: number | undefined;
11199
+ calEventsPromptStatus?: string | undefined;
11200
+ }>) | ({
11201
+ layers?: string[] | undefined;
11202
+ } & jamespot_user_api.WidgetType<{
11203
+ contactLimit?: boolean | undefined;
11204
+ contactLimitValue?: number | undefined;
11205
+ contactPromptStatus?: string | undefined;
11206
+ }>) | ({
11207
+ layers?: string[] | undefined;
11208
+ } & jamespot_user_api.WidgetType<{
11209
+ emailsLimit?: boolean | undefined;
11210
+ emailsLimitValue?: number | undefined;
11211
+ emailsPromptStatus?: string | undefined;
11212
+ }>)>[] | undefined;
9578
11213
  }, jamespot_user_api.BaseMessages>, number, {
9579
11214
  dispatch: any;
9580
11215
  state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
@@ -9634,7 +11269,25 @@ declare const MediaLibrary: {
9634
11269
  layers?: string[] | undefined;
9635
11270
  } & jamespot_user_api.WidgetPresenceType) | ({
9636
11271
  layers?: string[] | undefined;
9637
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
11272
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
11273
+ layers?: string[] | undefined;
11274
+ } & jamespot_user_api.WidgetType<{
11275
+ calEventsLimit?: boolean | undefined;
11276
+ calEventsLimitValue?: number | undefined;
11277
+ calEventsPromptStatus?: string | undefined;
11278
+ }>) | ({
11279
+ layers?: string[] | undefined;
11280
+ } & jamespot_user_api.WidgetType<{
11281
+ contactLimit?: boolean | undefined;
11282
+ contactLimitValue?: number | undefined;
11283
+ contactPromptStatus?: string | undefined;
11284
+ }>) | ({
11285
+ layers?: string[] | undefined;
11286
+ } & jamespot_user_api.WidgetType<{
11287
+ emailsLimit?: boolean | undefined;
11288
+ emailsLimitValue?: number | undefined;
11289
+ emailsPromptStatus?: string | undefined;
11290
+ }>)>[];
9638
11291
  uniqid: string;
9639
11292
  locked: boolean;
9640
11293
  position?: {
@@ -9694,7 +11347,25 @@ declare const MediaLibrary: {
9694
11347
  layers?: string[] | undefined;
9695
11348
  } & jamespot_user_api.WidgetPresenceType) | ({
9696
11349
  layers?: string[] | undefined;
9697
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
11350
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
11351
+ layers?: string[] | undefined;
11352
+ } & jamespot_user_api.WidgetType<{
11353
+ calEventsLimit?: boolean | undefined;
11354
+ calEventsLimitValue?: number | undefined;
11355
+ calEventsPromptStatus?: string | undefined;
11356
+ }>) | ({
11357
+ layers?: string[] | undefined;
11358
+ } & jamespot_user_api.WidgetType<{
11359
+ contactLimit?: boolean | undefined;
11360
+ contactLimitValue?: number | undefined;
11361
+ contactPromptStatus?: string | undefined;
11362
+ }>) | ({
11363
+ layers?: string[] | undefined;
11364
+ } & jamespot_user_api.WidgetType<{
11365
+ emailsLimit?: boolean | undefined;
11366
+ emailsLimitValue?: number | undefined;
11367
+ emailsPromptStatus?: string | undefined;
11368
+ }>)>>;
9698
11369
  states: Record<string, {
9699
11370
  busy?: boolean | undefined;
9700
11371
  loading?: boolean | undefined;
@@ -9709,6 +11380,8 @@ declare const MediaLibrary: {
9709
11380
  index: number;
9710
11381
  }>;
9711
11382
  currentEditableIndex: number;
11383
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
11384
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
9712
11385
  widgetObject: Record<string, {
9713
11386
  type?: string | undefined;
9714
11387
  id?: number | undefined;
@@ -9720,6 +11393,7 @@ declare const MediaLibrary: {
9720
11393
  _url?: string | undefined;
9721
11394
  }>;
9722
11395
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
11396
+ widgetChipCount: Record<string, number>;
9723
11397
  widgetAuthor: Record<string, {
9724
11398
  type?: string | undefined;
9725
11399
  id?: number | undefined;
@@ -9816,7 +11490,25 @@ declare const MediaLibrary: {
9816
11490
  layers?: string[] | undefined;
9817
11491
  } & jamespot_user_api.WidgetPresenceType) | ({
9818
11492
  layers?: string[] | undefined;
9819
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
11493
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
11494
+ layers?: string[] | undefined;
11495
+ } & jamespot_user_api.WidgetType<{
11496
+ calEventsLimit?: boolean | undefined;
11497
+ calEventsLimitValue?: number | undefined;
11498
+ calEventsPromptStatus?: string | undefined;
11499
+ }>) | ({
11500
+ layers?: string[] | undefined;
11501
+ } & jamespot_user_api.WidgetType<{
11502
+ contactLimit?: boolean | undefined;
11503
+ contactLimitValue?: number | undefined;
11504
+ contactPromptStatus?: string | undefined;
11505
+ }>) | ({
11506
+ layers?: string[] | undefined;
11507
+ } & jamespot_user_api.WidgetType<{
11508
+ emailsLimit?: boolean | undefined;
11509
+ emailsLimitValue?: number | undefined;
11510
+ emailsPromptStatus?: string | undefined;
11511
+ }>)>[];
9820
11512
  uniqid: string;
9821
11513
  locked: boolean;
9822
11514
  position?: {
@@ -9876,7 +11568,25 @@ declare const MediaLibrary: {
9876
11568
  layers?: string[] | undefined;
9877
11569
  } & jamespot_user_api.WidgetPresenceType) | ({
9878
11570
  layers?: string[] | undefined;
9879
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
11571
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
11572
+ layers?: string[] | undefined;
11573
+ } & jamespot_user_api.WidgetType<{
11574
+ calEventsLimit?: boolean | undefined;
11575
+ calEventsLimitValue?: number | undefined;
11576
+ calEventsPromptStatus?: string | undefined;
11577
+ }>) | ({
11578
+ layers?: string[] | undefined;
11579
+ } & jamespot_user_api.WidgetType<{
11580
+ contactLimit?: boolean | undefined;
11581
+ contactLimitValue?: number | undefined;
11582
+ contactPromptStatus?: string | undefined;
11583
+ }>) | ({
11584
+ layers?: string[] | undefined;
11585
+ } & jamespot_user_api.WidgetType<{
11586
+ emailsLimit?: boolean | undefined;
11587
+ emailsLimitValue?: number | undefined;
11588
+ emailsPromptStatus?: string | undefined;
11589
+ }>)>>;
9880
11590
  states: Record<string, {
9881
11591
  busy?: boolean | undefined;
9882
11592
  loading?: boolean | undefined;
@@ -9891,6 +11601,8 @@ declare const MediaLibrary: {
9891
11601
  index: number;
9892
11602
  }>;
9893
11603
  currentEditableIndex: number;
11604
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
11605
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
9894
11606
  widgetObject: Record<string, {
9895
11607
  type?: string | undefined;
9896
11608
  id?: number | undefined;
@@ -9902,6 +11614,7 @@ declare const MediaLibrary: {
9902
11614
  _url?: string | undefined;
9903
11615
  }>;
9904
11616
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
11617
+ widgetChipCount: Record<string, number>;
9905
11618
  widgetAuthor: Record<string, {
9906
11619
  type?: string | undefined;
9907
11620
  id?: number | undefined;
@@ -10001,7 +11714,25 @@ declare const MediaLibrary: {
10001
11714
  layers?: string[] | undefined;
10002
11715
  } & jamespot_user_api.WidgetPresenceType) | ({
10003
11716
  layers?: string[] | undefined;
10004
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
11717
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
11718
+ layers?: string[] | undefined;
11719
+ } & jamespot_user_api.WidgetType<{
11720
+ calEventsLimit?: boolean | undefined;
11721
+ calEventsLimitValue?: number | undefined;
11722
+ calEventsPromptStatus?: string | undefined;
11723
+ }>) | ({
11724
+ layers?: string[] | undefined;
11725
+ } & jamespot_user_api.WidgetType<{
11726
+ contactLimit?: boolean | undefined;
11727
+ contactLimitValue?: number | undefined;
11728
+ contactPromptStatus?: string | undefined;
11729
+ }>) | ({
11730
+ layers?: string[] | undefined;
11731
+ } & jamespot_user_api.WidgetType<{
11732
+ emailsLimit?: boolean | undefined;
11733
+ emailsLimitValue?: number | undefined;
11734
+ emailsPromptStatus?: string | undefined;
11735
+ }>)>[];
10005
11736
  uniqid: string;
10006
11737
  locked: boolean;
10007
11738
  position?: {
@@ -10061,7 +11792,25 @@ declare const MediaLibrary: {
10061
11792
  layers?: string[] | undefined;
10062
11793
  } & jamespot_user_api.WidgetPresenceType) | ({
10063
11794
  layers?: string[] | undefined;
10064
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
11795
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
11796
+ layers?: string[] | undefined;
11797
+ } & jamespot_user_api.WidgetType<{
11798
+ calEventsLimit?: boolean | undefined;
11799
+ calEventsLimitValue?: number | undefined;
11800
+ calEventsPromptStatus?: string | undefined;
11801
+ }>) | ({
11802
+ layers?: string[] | undefined;
11803
+ } & jamespot_user_api.WidgetType<{
11804
+ contactLimit?: boolean | undefined;
11805
+ contactLimitValue?: number | undefined;
11806
+ contactPromptStatus?: string | undefined;
11807
+ }>) | ({
11808
+ layers?: string[] | undefined;
11809
+ } & jamespot_user_api.WidgetType<{
11810
+ emailsLimit?: boolean | undefined;
11811
+ emailsLimitValue?: number | undefined;
11812
+ emailsPromptStatus?: string | undefined;
11813
+ }>)>>;
10065
11814
  states: Record<string, {
10066
11815
  busy?: boolean | undefined;
10067
11816
  loading?: boolean | undefined;
@@ -10076,6 +11825,8 @@ declare const MediaLibrary: {
10076
11825
  index: number;
10077
11826
  }>;
10078
11827
  currentEditableIndex: number;
11828
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
11829
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
10079
11830
  widgetObject: Record<string, {
10080
11831
  type?: string | undefined;
10081
11832
  id?: number | undefined;
@@ -10087,6 +11838,7 @@ declare const MediaLibrary: {
10087
11838
  _url?: string | undefined;
10088
11839
  }>;
10089
11840
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
11841
+ widgetChipCount: Record<string, number>;
10090
11842
  widgetAuthor: Record<string, {
10091
11843
  type?: string | undefined;
10092
11844
  id?: number | undefined;
@@ -10214,7 +11966,25 @@ declare const MediaLibrary: {
10214
11966
  layers?: string[] | undefined;
10215
11967
  } & jamespot_user_api.WidgetPresenceType) | ({
10216
11968
  layers?: string[] | undefined;
10217
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
11969
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
11970
+ layers?: string[] | undefined;
11971
+ } & jamespot_user_api.WidgetType<{
11972
+ calEventsLimit?: boolean | undefined;
11973
+ calEventsLimitValue?: number | undefined;
11974
+ calEventsPromptStatus?: string | undefined;
11975
+ }>) | ({
11976
+ layers?: string[] | undefined;
11977
+ } & jamespot_user_api.WidgetType<{
11978
+ contactLimit?: boolean | undefined;
11979
+ contactLimitValue?: number | undefined;
11980
+ contactPromptStatus?: string | undefined;
11981
+ }>) | ({
11982
+ layers?: string[] | undefined;
11983
+ } & jamespot_user_api.WidgetType<{
11984
+ emailsLimit?: boolean | undefined;
11985
+ emailsLimitValue?: number | undefined;
11986
+ emailsPromptStatus?: string | undefined;
11987
+ }>)>[];
10218
11988
  uniqid: string;
10219
11989
  locked: boolean;
10220
11990
  position?: {
@@ -10274,7 +12044,25 @@ declare const MediaLibrary: {
10274
12044
  layers?: string[] | undefined;
10275
12045
  } & jamespot_user_api.WidgetPresenceType) | ({
10276
12046
  layers?: string[] | undefined;
10277
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
12047
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
12048
+ layers?: string[] | undefined;
12049
+ } & jamespot_user_api.WidgetType<{
12050
+ calEventsLimit?: boolean | undefined;
12051
+ calEventsLimitValue?: number | undefined;
12052
+ calEventsPromptStatus?: string | undefined;
12053
+ }>) | ({
12054
+ layers?: string[] | undefined;
12055
+ } & jamespot_user_api.WidgetType<{
12056
+ contactLimit?: boolean | undefined;
12057
+ contactLimitValue?: number | undefined;
12058
+ contactPromptStatus?: string | undefined;
12059
+ }>) | ({
12060
+ layers?: string[] | undefined;
12061
+ } & jamespot_user_api.WidgetType<{
12062
+ emailsLimit?: boolean | undefined;
12063
+ emailsLimitValue?: number | undefined;
12064
+ emailsPromptStatus?: string | undefined;
12065
+ }>)>>;
10278
12066
  states: Record<string, {
10279
12067
  busy?: boolean | undefined;
10280
12068
  loading?: boolean | undefined;
@@ -10289,6 +12077,8 @@ declare const MediaLibrary: {
10289
12077
  index: number;
10290
12078
  }>;
10291
12079
  currentEditableIndex: number;
12080
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
12081
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
10292
12082
  widgetObject: Record<string, {
10293
12083
  type?: string | undefined;
10294
12084
  id?: number | undefined;
@@ -10300,6 +12090,7 @@ declare const MediaLibrary: {
10300
12090
  _url?: string | undefined;
10301
12091
  }>;
10302
12092
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
12093
+ widgetChipCount: Record<string, number>;
10303
12094
  widgetAuthor: Record<string, {
10304
12095
  type?: string | undefined;
10305
12096
  id?: number | undefined;
@@ -10425,7 +12216,25 @@ declare const MediaLibrary: {
10425
12216
  layers?: string[] | undefined;
10426
12217
  } & jamespot_user_api.WidgetPresenceType) | ({
10427
12218
  layers?: string[] | undefined;
10428
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
12219
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
12220
+ layers?: string[] | undefined;
12221
+ } & jamespot_user_api.WidgetType<{
12222
+ calEventsLimit?: boolean | undefined;
12223
+ calEventsLimitValue?: number | undefined;
12224
+ calEventsPromptStatus?: string | undefined;
12225
+ }>) | ({
12226
+ layers?: string[] | undefined;
12227
+ } & jamespot_user_api.WidgetType<{
12228
+ contactLimit?: boolean | undefined;
12229
+ contactLimitValue?: number | undefined;
12230
+ contactPromptStatus?: string | undefined;
12231
+ }>) | ({
12232
+ layers?: string[] | undefined;
12233
+ } & jamespot_user_api.WidgetType<{
12234
+ emailsLimit?: boolean | undefined;
12235
+ emailsLimitValue?: number | undefined;
12236
+ emailsPromptStatus?: string | undefined;
12237
+ }>)>[];
10429
12238
  uniqid: string;
10430
12239
  locked: boolean;
10431
12240
  position?: {
@@ -10485,7 +12294,25 @@ declare const MediaLibrary: {
10485
12294
  layers?: string[] | undefined;
10486
12295
  } & jamespot_user_api.WidgetPresenceType) | ({
10487
12296
  layers?: string[] | undefined;
10488
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
12297
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
12298
+ layers?: string[] | undefined;
12299
+ } & jamespot_user_api.WidgetType<{
12300
+ calEventsLimit?: boolean | undefined;
12301
+ calEventsLimitValue?: number | undefined;
12302
+ calEventsPromptStatus?: string | undefined;
12303
+ }>) | ({
12304
+ layers?: string[] | undefined;
12305
+ } & jamespot_user_api.WidgetType<{
12306
+ contactLimit?: boolean | undefined;
12307
+ contactLimitValue?: number | undefined;
12308
+ contactPromptStatus?: string | undefined;
12309
+ }>) | ({
12310
+ layers?: string[] | undefined;
12311
+ } & jamespot_user_api.WidgetType<{
12312
+ emailsLimit?: boolean | undefined;
12313
+ emailsLimitValue?: number | undefined;
12314
+ emailsPromptStatus?: string | undefined;
12315
+ }>)>>;
10489
12316
  states: Record<string, {
10490
12317
  busy?: boolean | undefined;
10491
12318
  loading?: boolean | undefined;
@@ -10500,6 +12327,8 @@ declare const MediaLibrary: {
10500
12327
  index: number;
10501
12328
  }>;
10502
12329
  currentEditableIndex: number;
12330
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
12331
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
10503
12332
  widgetObject: Record<string, {
10504
12333
  type?: string | undefined;
10505
12334
  id?: number | undefined;
@@ -10511,6 +12340,7 @@ declare const MediaLibrary: {
10511
12340
  _url?: string | undefined;
10512
12341
  }>;
10513
12342
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
12343
+ widgetChipCount: Record<string, number>;
10514
12344
  widgetAuthor: Record<string, {
10515
12345
  type?: string | undefined;
10516
12346
  id?: number | undefined;
@@ -10999,7 +12829,25 @@ declare const WedocApp: {
10999
12829
  layers?: string[] | undefined;
11000
12830
  } & jamespot_user_api.WidgetPresenceType) | ({
11001
12831
  layers?: string[] | undefined;
11002
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
12832
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
12833
+ layers?: string[] | undefined;
12834
+ } & jamespot_user_api.WidgetType<{
12835
+ calEventsLimit?: boolean | undefined;
12836
+ calEventsLimitValue?: number | undefined;
12837
+ calEventsPromptStatus?: string | undefined;
12838
+ }>) | ({
12839
+ layers?: string[] | undefined;
12840
+ } & jamespot_user_api.WidgetType<{
12841
+ contactLimit?: boolean | undefined;
12842
+ contactLimitValue?: number | undefined;
12843
+ contactPromptStatus?: string | undefined;
12844
+ }>) | ({
12845
+ layers?: string[] | undefined;
12846
+ } & jamespot_user_api.WidgetType<{
12847
+ emailsLimit?: boolean | undefined;
12848
+ emailsLimitValue?: number | undefined;
12849
+ emailsPromptStatus?: string | undefined;
12850
+ }>)>[];
11003
12851
  uniqid: string;
11004
12852
  locked: boolean;
11005
12853
  position?: {
@@ -11059,7 +12907,25 @@ declare const WedocApp: {
11059
12907
  layers?: string[] | undefined;
11060
12908
  } & jamespot_user_api.WidgetPresenceType) | ({
11061
12909
  layers?: string[] | undefined;
11062
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
12910
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
12911
+ layers?: string[] | undefined;
12912
+ } & jamespot_user_api.WidgetType<{
12913
+ calEventsLimit?: boolean | undefined;
12914
+ calEventsLimitValue?: number | undefined;
12915
+ calEventsPromptStatus?: string | undefined;
12916
+ }>) | ({
12917
+ layers?: string[] | undefined;
12918
+ } & jamespot_user_api.WidgetType<{
12919
+ contactLimit?: boolean | undefined;
12920
+ contactLimitValue?: number | undefined;
12921
+ contactPromptStatus?: string | undefined;
12922
+ }>) | ({
12923
+ layers?: string[] | undefined;
12924
+ } & jamespot_user_api.WidgetType<{
12925
+ emailsLimit?: boolean | undefined;
12926
+ emailsLimitValue?: number | undefined;
12927
+ emailsPromptStatus?: string | undefined;
12928
+ }>)>>;
11063
12929
  states: Record<string, {
11064
12930
  busy?: boolean | undefined;
11065
12931
  loading?: boolean | undefined;
@@ -11074,6 +12940,8 @@ declare const WedocApp: {
11074
12940
  index: number;
11075
12941
  }>;
11076
12942
  currentEditableIndex: number;
12943
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
12944
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
11077
12945
  widgetObject: Record<string, {
11078
12946
  type?: string | undefined;
11079
12947
  id?: number | undefined;
@@ -11085,6 +12953,7 @@ declare const WedocApp: {
11085
12953
  _url?: string | undefined;
11086
12954
  }>;
11087
12955
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
12956
+ widgetChipCount: Record<string, number>;
11088
12957
  widgetAuthor: Record<string, {
11089
12958
  type?: string | undefined;
11090
12959
  id?: number | undefined;
@@ -11218,7 +13087,25 @@ declare const WedocApp: {
11218
13087
  layers?: string[] | undefined;
11219
13088
  } & jamespot_user_api.WidgetPresenceType) | ({
11220
13089
  layers?: string[] | undefined;
11221
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
13090
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
13091
+ layers?: string[] | undefined;
13092
+ } & jamespot_user_api.WidgetType<{
13093
+ calEventsLimit?: boolean | undefined;
13094
+ calEventsLimitValue?: number | undefined;
13095
+ calEventsPromptStatus?: string | undefined;
13096
+ }>) | ({
13097
+ layers?: string[] | undefined;
13098
+ } & jamespot_user_api.WidgetType<{
13099
+ contactLimit?: boolean | undefined;
13100
+ contactLimitValue?: number | undefined;
13101
+ contactPromptStatus?: string | undefined;
13102
+ }>) | ({
13103
+ layers?: string[] | undefined;
13104
+ } & jamespot_user_api.WidgetType<{
13105
+ emailsLimit?: boolean | undefined;
13106
+ emailsLimitValue?: number | undefined;
13107
+ emailsPromptStatus?: string | undefined;
13108
+ }>)>[];
11222
13109
  uniqid: string;
11223
13110
  locked: boolean;
11224
13111
  position?: {
@@ -11278,7 +13165,25 @@ declare const WedocApp: {
11278
13165
  layers?: string[] | undefined;
11279
13166
  } & jamespot_user_api.WidgetPresenceType) | ({
11280
13167
  layers?: string[] | undefined;
11281
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
13168
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
13169
+ layers?: string[] | undefined;
13170
+ } & jamespot_user_api.WidgetType<{
13171
+ calEventsLimit?: boolean | undefined;
13172
+ calEventsLimitValue?: number | undefined;
13173
+ calEventsPromptStatus?: string | undefined;
13174
+ }>) | ({
13175
+ layers?: string[] | undefined;
13176
+ } & jamespot_user_api.WidgetType<{
13177
+ contactLimit?: boolean | undefined;
13178
+ contactLimitValue?: number | undefined;
13179
+ contactPromptStatus?: string | undefined;
13180
+ }>) | ({
13181
+ layers?: string[] | undefined;
13182
+ } & jamespot_user_api.WidgetType<{
13183
+ emailsLimit?: boolean | undefined;
13184
+ emailsLimitValue?: number | undefined;
13185
+ emailsPromptStatus?: string | undefined;
13186
+ }>)>>;
11282
13187
  states: Record<string, {
11283
13188
  busy?: boolean | undefined;
11284
13189
  loading?: boolean | undefined;
@@ -11293,6 +13198,8 @@ declare const WedocApp: {
11293
13198
  index: number;
11294
13199
  }>;
11295
13200
  currentEditableIndex: number;
13201
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
13202
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
11296
13203
  widgetObject: Record<string, {
11297
13204
  type?: string | undefined;
11298
13205
  id?: number | undefined;
@@ -11304,6 +13211,7 @@ declare const WedocApp: {
11304
13211
  _url?: string | undefined;
11305
13212
  }>;
11306
13213
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
13214
+ widgetChipCount: Record<string, number>;
11307
13215
  widgetAuthor: Record<string, {
11308
13216
  type?: string | undefined;
11309
13217
  id?: number | undefined;
@@ -11420,7 +13328,25 @@ declare const Share: {
11420
13328
  layers?: string[] | undefined;
11421
13329
  } & jamespot_user_api.WidgetPresenceType) | ({
11422
13330
  layers?: string[] | undefined;
11423
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
13331
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
13332
+ layers?: string[] | undefined;
13333
+ } & jamespot_user_api.WidgetType<{
13334
+ calEventsLimit?: boolean | undefined;
13335
+ calEventsLimitValue?: number | undefined;
13336
+ calEventsPromptStatus?: string | undefined;
13337
+ }>) | ({
13338
+ layers?: string[] | undefined;
13339
+ } & jamespot_user_api.WidgetType<{
13340
+ contactLimit?: boolean | undefined;
13341
+ contactLimitValue?: number | undefined;
13342
+ contactPromptStatus?: string | undefined;
13343
+ }>) | ({
13344
+ layers?: string[] | undefined;
13345
+ } & jamespot_user_api.WidgetType<{
13346
+ emailsLimit?: boolean | undefined;
13347
+ emailsLimitValue?: number | undefined;
13348
+ emailsPromptStatus?: string | undefined;
13349
+ }>)>[];
11424
13350
  uniqid: string;
11425
13351
  locked: boolean;
11426
13352
  position?: {
@@ -11480,7 +13406,25 @@ declare const Share: {
11480
13406
  layers?: string[] | undefined;
11481
13407
  } & jamespot_user_api.WidgetPresenceType) | ({
11482
13408
  layers?: string[] | undefined;
11483
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
13409
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
13410
+ layers?: string[] | undefined;
13411
+ } & jamespot_user_api.WidgetType<{
13412
+ calEventsLimit?: boolean | undefined;
13413
+ calEventsLimitValue?: number | undefined;
13414
+ calEventsPromptStatus?: string | undefined;
13415
+ }>) | ({
13416
+ layers?: string[] | undefined;
13417
+ } & jamespot_user_api.WidgetType<{
13418
+ contactLimit?: boolean | undefined;
13419
+ contactLimitValue?: number | undefined;
13420
+ contactPromptStatus?: string | undefined;
13421
+ }>) | ({
13422
+ layers?: string[] | undefined;
13423
+ } & jamespot_user_api.WidgetType<{
13424
+ emailsLimit?: boolean | undefined;
13425
+ emailsLimitValue?: number | undefined;
13426
+ emailsPromptStatus?: string | undefined;
13427
+ }>)>>;
11484
13428
  states: Record<string, {
11485
13429
  busy?: boolean | undefined;
11486
13430
  loading?: boolean | undefined;
@@ -11495,6 +13439,8 @@ declare const Share: {
11495
13439
  index: number;
11496
13440
  }>;
11497
13441
  currentEditableIndex: number;
13442
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
13443
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
11498
13444
  widgetObject: Record<string, {
11499
13445
  type?: string | undefined;
11500
13446
  id?: number | undefined;
@@ -11506,6 +13452,7 @@ declare const Share: {
11506
13452
  _url?: string | undefined;
11507
13453
  }>;
11508
13454
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
13455
+ widgetChipCount: Record<string, number>;
11509
13456
  widgetAuthor: Record<string, {
11510
13457
  type?: string | undefined;
11511
13458
  id?: number | undefined;
@@ -11653,7 +13600,25 @@ declare const TVDisplay: {
11653
13600
  layers?: string[] | undefined;
11654
13601
  } & jamespot_user_api.WidgetPresenceType) | ({
11655
13602
  layers?: string[] | undefined;
11656
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
13603
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
13604
+ layers?: string[] | undefined;
13605
+ } & jamespot_user_api.WidgetType<{
13606
+ calEventsLimit?: boolean | undefined;
13607
+ calEventsLimitValue?: number | undefined;
13608
+ calEventsPromptStatus?: string | undefined;
13609
+ }>) | ({
13610
+ layers?: string[] | undefined;
13611
+ } & jamespot_user_api.WidgetType<{
13612
+ contactLimit?: boolean | undefined;
13613
+ contactLimitValue?: number | undefined;
13614
+ contactPromptStatus?: string | undefined;
13615
+ }>) | ({
13616
+ layers?: string[] | undefined;
13617
+ } & jamespot_user_api.WidgetType<{
13618
+ emailsLimit?: boolean | undefined;
13619
+ emailsLimitValue?: number | undefined;
13620
+ emailsPromptStatus?: string | undefined;
13621
+ }>)>[] | undefined;
11657
13622
  } & {
11658
13623
  type: string;
11659
13624
  id: number;
@@ -11789,7 +13754,25 @@ declare const TVDisplay: {
11789
13754
  layers?: string[] | undefined;
11790
13755
  } & jamespot_user_api.WidgetPresenceType) | ({
11791
13756
  layers?: string[] | undefined;
11792
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
13757
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
13758
+ layers?: string[] | undefined;
13759
+ } & jamespot_user_api.WidgetType<{
13760
+ calEventsLimit?: boolean | undefined;
13761
+ calEventsLimitValue?: number | undefined;
13762
+ calEventsPromptStatus?: string | undefined;
13763
+ }>) | ({
13764
+ layers?: string[] | undefined;
13765
+ } & jamespot_user_api.WidgetType<{
13766
+ contactLimit?: boolean | undefined;
13767
+ contactLimitValue?: number | undefined;
13768
+ contactPromptStatus?: string | undefined;
13769
+ }>) | ({
13770
+ layers?: string[] | undefined;
13771
+ } & jamespot_user_api.WidgetType<{
13772
+ emailsLimit?: boolean | undefined;
13773
+ emailsLimitValue?: number | undefined;
13774
+ emailsPromptStatus?: string | undefined;
13775
+ }>)>[] | undefined;
11793
13776
  } & {
11794
13777
  type: string;
11795
13778
  id: number;
@@ -11931,7 +13914,25 @@ declare const TVDisplay: {
11931
13914
  layers?: string[] | undefined;
11932
13915
  } & jamespot_user_api.WidgetPresenceType) | ({
11933
13916
  layers?: string[] | undefined;
11934
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
13917
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
13918
+ layers?: string[] | undefined;
13919
+ } & jamespot_user_api.WidgetType<{
13920
+ calEventsLimit?: boolean | undefined;
13921
+ calEventsLimitValue?: number | undefined;
13922
+ calEventsPromptStatus?: string | undefined;
13923
+ }>) | ({
13924
+ layers?: string[] | undefined;
13925
+ } & jamespot_user_api.WidgetType<{
13926
+ contactLimit?: boolean | undefined;
13927
+ contactLimitValue?: number | undefined;
13928
+ contactPromptStatus?: string | undefined;
13929
+ }>) | ({
13930
+ layers?: string[] | undefined;
13931
+ } & jamespot_user_api.WidgetType<{
13932
+ emailsLimit?: boolean | undefined;
13933
+ emailsLimitValue?: number | undefined;
13934
+ emailsPromptStatus?: string | undefined;
13935
+ }>)>[] | undefined;
11935
13936
  } & {
11936
13937
  type: string;
11937
13938
  id: number;
@@ -12067,7 +14068,25 @@ declare const TVDisplay: {
12067
14068
  layers?: string[] | undefined;
12068
14069
  } & jamespot_user_api.WidgetPresenceType) | ({
12069
14070
  layers?: string[] | undefined;
12070
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
14071
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
14072
+ layers?: string[] | undefined;
14073
+ } & jamespot_user_api.WidgetType<{
14074
+ calEventsLimit?: boolean | undefined;
14075
+ calEventsLimitValue?: number | undefined;
14076
+ calEventsPromptStatus?: string | undefined;
14077
+ }>) | ({
14078
+ layers?: string[] | undefined;
14079
+ } & jamespot_user_api.WidgetType<{
14080
+ contactLimit?: boolean | undefined;
14081
+ contactLimitValue?: number | undefined;
14082
+ contactPromptStatus?: string | undefined;
14083
+ }>) | ({
14084
+ layers?: string[] | undefined;
14085
+ } & jamespot_user_api.WidgetType<{
14086
+ emailsLimit?: boolean | undefined;
14087
+ emailsLimitValue?: number | undefined;
14088
+ emailsPromptStatus?: string | undefined;
14089
+ }>)>[] | undefined;
12071
14090
  } & {
12072
14091
  type: string;
12073
14092
  id: number;
@@ -12174,7 +14193,25 @@ declare const TVDisplay: {
12174
14193
  layers?: string[] | undefined;
12175
14194
  } & jamespot_user_api.WidgetPresenceType) | ({
12176
14195
  layers?: string[] | undefined;
12177
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
14196
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
14197
+ layers?: string[] | undefined;
14198
+ } & jamespot_user_api.WidgetType<{
14199
+ calEventsLimit?: boolean | undefined;
14200
+ calEventsLimitValue?: number | undefined;
14201
+ calEventsPromptStatus?: string | undefined;
14202
+ }>) | ({
14203
+ layers?: string[] | undefined;
14204
+ } & jamespot_user_api.WidgetType<{
14205
+ contactLimit?: boolean | undefined;
14206
+ contactLimitValue?: number | undefined;
14207
+ contactPromptStatus?: string | undefined;
14208
+ }>) | ({
14209
+ layers?: string[] | undefined;
14210
+ } & jamespot_user_api.WidgetType<{
14211
+ emailsLimit?: boolean | undefined;
14212
+ emailsLimitValue?: number | undefined;
14213
+ emailsPromptStatus?: string | undefined;
14214
+ }>)>[];
12178
14215
  uniqid: string;
12179
14216
  locked: boolean;
12180
14217
  position?: {
@@ -12234,7 +14271,25 @@ declare const TVDisplay: {
12234
14271
  layers?: string[] | undefined;
12235
14272
  } & jamespot_user_api.WidgetPresenceType) | ({
12236
14273
  layers?: string[] | undefined;
12237
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
14274
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
14275
+ layers?: string[] | undefined;
14276
+ } & jamespot_user_api.WidgetType<{
14277
+ calEventsLimit?: boolean | undefined;
14278
+ calEventsLimitValue?: number | undefined;
14279
+ calEventsPromptStatus?: string | undefined;
14280
+ }>) | ({
14281
+ layers?: string[] | undefined;
14282
+ } & jamespot_user_api.WidgetType<{
14283
+ contactLimit?: boolean | undefined;
14284
+ contactLimitValue?: number | undefined;
14285
+ contactPromptStatus?: string | undefined;
14286
+ }>) | ({
14287
+ layers?: string[] | undefined;
14288
+ } & jamespot_user_api.WidgetType<{
14289
+ emailsLimit?: boolean | undefined;
14290
+ emailsLimitValue?: number | undefined;
14291
+ emailsPromptStatus?: string | undefined;
14292
+ }>)>>;
12238
14293
  states: Record<string, {
12239
14294
  busy?: boolean | undefined;
12240
14295
  loading?: boolean | undefined;
@@ -12249,6 +14304,8 @@ declare const TVDisplay: {
12249
14304
  index: number;
12250
14305
  }>;
12251
14306
  currentEditableIndex: number;
14307
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
14308
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
12252
14309
  widgetObject: Record<string, {
12253
14310
  type?: string | undefined;
12254
14311
  id?: number | undefined;
@@ -12260,6 +14317,7 @@ declare const TVDisplay: {
12260
14317
  _url?: string | undefined;
12261
14318
  }>;
12262
14319
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
14320
+ widgetChipCount: Record<string, number>;
12263
14321
  widgetAuthor: Record<string, {
12264
14322
  type?: string | undefined;
12265
14323
  id?: number | undefined;
@@ -12386,7 +14444,25 @@ declare const TVDisplay: {
12386
14444
  layers?: string[] | undefined;
12387
14445
  } & jamespot_user_api.WidgetPresenceType) | ({
12388
14446
  layers?: string[] | undefined;
12389
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
14447
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
14448
+ layers?: string[] | undefined;
14449
+ } & jamespot_user_api.WidgetType<{
14450
+ calEventsLimit?: boolean | undefined;
14451
+ calEventsLimitValue?: number | undefined;
14452
+ calEventsPromptStatus?: string | undefined;
14453
+ }>) | ({
14454
+ layers?: string[] | undefined;
14455
+ } & jamespot_user_api.WidgetType<{
14456
+ contactLimit?: boolean | undefined;
14457
+ contactLimitValue?: number | undefined;
14458
+ contactPromptStatus?: string | undefined;
14459
+ }>) | ({
14460
+ layers?: string[] | undefined;
14461
+ } & jamespot_user_api.WidgetType<{
14462
+ emailsLimit?: boolean | undefined;
14463
+ emailsLimitValue?: number | undefined;
14464
+ emailsPromptStatus?: string | undefined;
14465
+ }>)>[] | undefined;
12390
14466
  } & {
12391
14467
  type: string;
12392
14468
  id: number;
@@ -12522,7 +14598,25 @@ declare const TVDisplay: {
12522
14598
  layers?: string[] | undefined;
12523
14599
  } & jamespot_user_api.WidgetPresenceType) | ({
12524
14600
  layers?: string[] | undefined;
12525
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
14601
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
14602
+ layers?: string[] | undefined;
14603
+ } & jamespot_user_api.WidgetType<{
14604
+ calEventsLimit?: boolean | undefined;
14605
+ calEventsLimitValue?: number | undefined;
14606
+ calEventsPromptStatus?: string | undefined;
14607
+ }>) | ({
14608
+ layers?: string[] | undefined;
14609
+ } & jamespot_user_api.WidgetType<{
14610
+ contactLimit?: boolean | undefined;
14611
+ contactLimitValue?: number | undefined;
14612
+ contactPromptStatus?: string | undefined;
14613
+ }>) | ({
14614
+ layers?: string[] | undefined;
14615
+ } & jamespot_user_api.WidgetType<{
14616
+ emailsLimit?: boolean | undefined;
14617
+ emailsLimitValue?: number | undefined;
14618
+ emailsPromptStatus?: string | undefined;
14619
+ }>)>[] | undefined;
12526
14620
  } & {
12527
14621
  type: string;
12528
14622
  id: number;
@@ -12630,7 +14724,25 @@ declare const TVDisplay: {
12630
14724
  layers?: string[] | undefined;
12631
14725
  } & jamespot_user_api.WidgetPresenceType) | ({
12632
14726
  layers?: string[] | undefined;
12633
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
14727
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
14728
+ layers?: string[] | undefined;
14729
+ } & jamespot_user_api.WidgetType<{
14730
+ calEventsLimit?: boolean | undefined;
14731
+ calEventsLimitValue?: number | undefined;
14732
+ calEventsPromptStatus?: string | undefined;
14733
+ }>) | ({
14734
+ layers?: string[] | undefined;
14735
+ } & jamespot_user_api.WidgetType<{
14736
+ contactLimit?: boolean | undefined;
14737
+ contactLimitValue?: number | undefined;
14738
+ contactPromptStatus?: string | undefined;
14739
+ }>) | ({
14740
+ layers?: string[] | undefined;
14741
+ } & jamespot_user_api.WidgetType<{
14742
+ emailsLimit?: boolean | undefined;
14743
+ emailsLimitValue?: number | undefined;
14744
+ emailsPromptStatus?: string | undefined;
14745
+ }>)>[];
12634
14746
  uniqid: string;
12635
14747
  locked: boolean;
12636
14748
  position?: {
@@ -12690,7 +14802,25 @@ declare const TVDisplay: {
12690
14802
  layers?: string[] | undefined;
12691
14803
  } & jamespot_user_api.WidgetPresenceType) | ({
12692
14804
  layers?: string[] | undefined;
12693
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
14805
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
14806
+ layers?: string[] | undefined;
14807
+ } & jamespot_user_api.WidgetType<{
14808
+ calEventsLimit?: boolean | undefined;
14809
+ calEventsLimitValue?: number | undefined;
14810
+ calEventsPromptStatus?: string | undefined;
14811
+ }>) | ({
14812
+ layers?: string[] | undefined;
14813
+ } & jamespot_user_api.WidgetType<{
14814
+ contactLimit?: boolean | undefined;
14815
+ contactLimitValue?: number | undefined;
14816
+ contactPromptStatus?: string | undefined;
14817
+ }>) | ({
14818
+ layers?: string[] | undefined;
14819
+ } & jamespot_user_api.WidgetType<{
14820
+ emailsLimit?: boolean | undefined;
14821
+ emailsLimitValue?: number | undefined;
14822
+ emailsPromptStatus?: string | undefined;
14823
+ }>)>>;
12694
14824
  states: Record<string, {
12695
14825
  busy?: boolean | undefined;
12696
14826
  loading?: boolean | undefined;
@@ -12705,6 +14835,8 @@ declare const TVDisplay: {
12705
14835
  index: number;
12706
14836
  }>;
12707
14837
  currentEditableIndex: number;
14838
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
14839
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
12708
14840
  widgetObject: Record<string, {
12709
14841
  type?: string | undefined;
12710
14842
  id?: number | undefined;
@@ -12716,6 +14848,7 @@ declare const TVDisplay: {
12716
14848
  _url?: string | undefined;
12717
14849
  }>;
12718
14850
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
14851
+ widgetChipCount: Record<string, number>;
12719
14852
  widgetAuthor: Record<string, {
12720
14853
  type?: string | undefined;
12721
14854
  id?: number | undefined;
@@ -12963,7 +15096,25 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
12963
15096
  layers?: string[] | undefined;
12964
15097
  } & jamespot_user_api.WidgetPresenceType) | ({
12965
15098
  layers?: string[] | undefined;
12966
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
15099
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
15100
+ layers?: string[] | undefined;
15101
+ } & jamespot_user_api.WidgetType<{
15102
+ calEventsLimit?: boolean | undefined;
15103
+ calEventsLimitValue?: number | undefined;
15104
+ calEventsPromptStatus?: string | undefined;
15105
+ }>) | ({
15106
+ layers?: string[] | undefined;
15107
+ } & jamespot_user_api.WidgetType<{
15108
+ contactLimit?: boolean | undefined;
15109
+ contactLimitValue?: number | undefined;
15110
+ contactPromptStatus?: string | undefined;
15111
+ }>) | ({
15112
+ layers?: string[] | undefined;
15113
+ } & jamespot_user_api.WidgetType<{
15114
+ emailsLimit?: boolean | undefined;
15115
+ emailsLimitValue?: number | undefined;
15116
+ emailsPromptStatus?: string | undefined;
15117
+ }>)>[] | undefined;
12967
15118
  } & (jamespot_user_api.WidgetArticleAttachmentContent | {
12968
15119
  url?: string | undefined;
12969
15120
  target?: string | undefined;
@@ -13046,6 +15197,18 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
13046
15197
  isNotDisabled?: boolean | 0 | 1 | undefined;
13047
15198
  seeResponseAfter?: boolean | 0 | 1 | undefined;
13048
15199
  anonymize?: boolean | 0 | 1 | undefined;
15200
+ } | {
15201
+ calEventsLimit?: boolean | undefined;
15202
+ calEventsLimitValue?: number | undefined;
15203
+ calEventsPromptStatus?: string | undefined;
15204
+ } | {
15205
+ contactLimit?: boolean | undefined;
15206
+ contactLimitValue?: number | undefined;
15207
+ contactPromptStatus?: string | undefined;
15208
+ } | {
15209
+ emailsLimit?: boolean | undefined;
15210
+ emailsLimitValue?: number | undefined;
15211
+ emailsPromptStatus?: string | undefined;
13049
15212
  })>;
13050
15213
  override?: boolean;
13051
15214
  };
@@ -13114,7 +15277,25 @@ declare const Widget: {
13114
15277
  layers?: string[] | undefined;
13115
15278
  } & jamespot_user_api.WidgetPresenceType) | ({
13116
15279
  layers?: string[] | undefined;
13117
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
15280
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
15281
+ layers?: string[] | undefined;
15282
+ } & jamespot_user_api.WidgetType<{
15283
+ calEventsLimit?: boolean | undefined;
15284
+ calEventsLimitValue?: number | undefined;
15285
+ calEventsPromptStatus?: string | undefined;
15286
+ }>) | ({
15287
+ layers?: string[] | undefined;
15288
+ } & jamespot_user_api.WidgetType<{
15289
+ contactLimit?: boolean | undefined;
15290
+ contactLimitValue?: number | undefined;
15291
+ contactPromptStatus?: string | undefined;
15292
+ }>) | ({
15293
+ layers?: string[] | undefined;
15294
+ } & jamespot_user_api.WidgetType<{
15295
+ emailsLimit?: boolean | undefined;
15296
+ emailsLimitValue?: number | undefined;
15297
+ emailsPromptStatus?: string | undefined;
15298
+ }>)>[];
13118
15299
  uniqid: string;
13119
15300
  locked: boolean;
13120
15301
  position?: {
@@ -13174,7 +15355,25 @@ declare const Widget: {
13174
15355
  layers?: string[] | undefined;
13175
15356
  } & jamespot_user_api.WidgetPresenceType) | ({
13176
15357
  layers?: string[] | undefined;
13177
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
15358
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
15359
+ layers?: string[] | undefined;
15360
+ } & jamespot_user_api.WidgetType<{
15361
+ calEventsLimit?: boolean | undefined;
15362
+ calEventsLimitValue?: number | undefined;
15363
+ calEventsPromptStatus?: string | undefined;
15364
+ }>) | ({
15365
+ layers?: string[] | undefined;
15366
+ } & jamespot_user_api.WidgetType<{
15367
+ contactLimit?: boolean | undefined;
15368
+ contactLimitValue?: number | undefined;
15369
+ contactPromptStatus?: string | undefined;
15370
+ }>) | ({
15371
+ layers?: string[] | undefined;
15372
+ } & jamespot_user_api.WidgetType<{
15373
+ emailsLimit?: boolean | undefined;
15374
+ emailsLimitValue?: number | undefined;
15375
+ emailsPromptStatus?: string | undefined;
15376
+ }>)>>;
13178
15377
  states: Record<string, {
13179
15378
  busy?: boolean | undefined;
13180
15379
  loading?: boolean | undefined;
@@ -13189,6 +15388,8 @@ declare const Widget: {
13189
15388
  index: number;
13190
15389
  }>;
13191
15390
  currentEditableIndex: number;
15391
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
15392
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
13192
15393
  widgetObject: Record<string, {
13193
15394
  type?: string | undefined;
13194
15395
  id?: number | undefined;
@@ -13200,6 +15401,7 @@ declare const Widget: {
13200
15401
  _url?: string | undefined;
13201
15402
  }>;
13202
15403
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
15404
+ widgetChipCount: Record<string, number>;
13203
15405
  widgetAuthor: Record<string, {
13204
15406
  type?: string | undefined;
13205
15407
  id?: number | undefined;
@@ -13282,7 +15484,25 @@ declare const Widget: {
13282
15484
  layers?: string[] | undefined;
13283
15485
  } & jamespot_user_api.WidgetPresenceType) | ({
13284
15486
  layers?: string[] | undefined;
13285
- } & jamespot_user_api.WidgetQuickSurveyType)>;
15487
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
15488
+ layers?: string[] | undefined;
15489
+ } & jamespot_user_api.WidgetType<{
15490
+ calEventsLimit?: boolean | undefined;
15491
+ calEventsLimitValue?: number | undefined;
15492
+ calEventsPromptStatus?: string | undefined;
15493
+ }>) | ({
15494
+ layers?: string[] | undefined;
15495
+ } & jamespot_user_api.WidgetType<{
15496
+ contactLimit?: boolean | undefined;
15497
+ contactLimitValue?: number | undefined;
15498
+ contactPromptStatus?: string | undefined;
15499
+ }>) | ({
15500
+ layers?: string[] | undefined;
15501
+ } & jamespot_user_api.WidgetType<{
15502
+ emailsLimit?: boolean | undefined;
15503
+ emailsLimitValue?: number | undefined;
15504
+ emailsPromptStatus?: string | undefined;
15505
+ }>)>;
13286
15506
  };
13287
15507
  type: string;
13288
15508
  }) => void;
@@ -13307,6 +15527,27 @@ declare const Widget: {
13307
15527
  };
13308
15528
  type: string;
13309
15529
  }) => void;
15530
+ setWidgetChipCount: (state: Draft<S>, action: {
15531
+ payload: {
15532
+ uniqid: string;
15533
+ count: number;
15534
+ };
15535
+ type: string;
15536
+ }) => void;
15537
+ setWidgetWrapperStyle: (state: Draft<S>, action: {
15538
+ payload: {
15539
+ uniqid: string;
15540
+ styles: Record<string, string | number>;
15541
+ };
15542
+ type: string;
15543
+ }) => void;
15544
+ setWidgetTitleStyle: (state: Draft<S>, action: {
15545
+ payload: {
15546
+ uniqid: string;
15547
+ styles: Record<string, string | number>;
15548
+ };
15549
+ type: string;
15550
+ }) => void;
13310
15551
  updateWidget: (state: Draft<S>, action: {
13311
15552
  payload: {
13312
15553
  uniqid: string;
@@ -13363,7 +15604,25 @@ declare const Widget: {
13363
15604
  layers?: string[] | undefined;
13364
15605
  } & jamespot_user_api.WidgetPresenceType) | ({
13365
15606
  layers?: string[] | undefined;
13366
- } & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
15607
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
15608
+ layers?: string[] | undefined;
15609
+ } & jamespot_user_api.WidgetType<{
15610
+ calEventsLimit?: boolean | undefined;
15611
+ calEventsLimitValue?: number | undefined;
15612
+ calEventsPromptStatus?: string | undefined;
15613
+ }>) | ({
15614
+ layers?: string[] | undefined;
15615
+ } & jamespot_user_api.WidgetType<{
15616
+ contactLimit?: boolean | undefined;
15617
+ contactLimitValue?: number | undefined;
15618
+ contactPromptStatus?: string | undefined;
15619
+ }>) | ({
15620
+ layers?: string[] | undefined;
15621
+ } & jamespot_user_api.WidgetType<{
15622
+ emailsLimit?: boolean | undefined;
15623
+ emailsLimitValue?: number | undefined;
15624
+ emailsPromptStatus?: string | undefined;
15625
+ }>)>[] | undefined;
13367
15626
  } & (jamespot_user_api.WidgetArticleAttachmentContent | {
13368
15627
  url?: string | undefined;
13369
15628
  target?: string | undefined;
@@ -13446,6 +15705,18 @@ declare const Widget: {
13446
15705
  isNotDisabled?: boolean | 0 | 1 | undefined;
13447
15706
  seeResponseAfter?: boolean | 0 | 1 | undefined;
13448
15707
  anonymize?: boolean | 0 | 1 | undefined;
15708
+ } | {
15709
+ calEventsLimit?: boolean | undefined;
15710
+ calEventsLimitValue?: number | undefined;
15711
+ calEventsPromptStatus?: string | undefined;
15712
+ } | {
15713
+ contactLimit?: boolean | undefined;
15714
+ contactLimitValue?: number | undefined;
15715
+ contactPromptStatus?: string | undefined;
15716
+ } | {
15717
+ emailsLimit?: boolean | undefined;
15718
+ emailsLimitValue?: number | undefined;
15719
+ emailsPromptStatus?: string | undefined;
13449
15720
  })>;
13450
15721
  override?: boolean;
13451
15722
  };
@@ -13474,6 +15745,7 @@ declare const Widget: {
13474
15745
  x: number;
13475
15746
  y: number;
13476
15747
  };
15748
+ level?: 2 | 1 | 3 | 4;
13477
15749
  };
13478
15750
  type: string;
13479
15751
  }) => void;
@@ -13532,7 +15804,25 @@ declare const Widget: {
13532
15804
  layers?: string[] | undefined;
13533
15805
  } & jamespot_user_api.WidgetPresenceType) | ({
13534
15806
  layers?: string[] | undefined;
13535
- } & jamespot_user_api.WidgetQuickSurveyType)>;
15807
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
15808
+ layers?: string[] | undefined;
15809
+ } & jamespot_user_api.WidgetType<{
15810
+ calEventsLimit?: boolean | undefined;
15811
+ calEventsLimitValue?: number | undefined;
15812
+ calEventsPromptStatus?: string | undefined;
15813
+ }>) | ({
15814
+ layers?: string[] | undefined;
15815
+ } & jamespot_user_api.WidgetType<{
15816
+ contactLimit?: boolean | undefined;
15817
+ contactLimitValue?: number | undefined;
15818
+ contactPromptStatus?: string | undefined;
15819
+ }>) | ({
15820
+ layers?: string[] | undefined;
15821
+ } & jamespot_user_api.WidgetType<{
15822
+ emailsLimit?: boolean | undefined;
15823
+ emailsLimitValue?: number | undefined;
15824
+ emailsPromptStatus?: string | undefined;
15825
+ }>)>;
13536
15826
  };
13537
15827
  type: string;
13538
15828
  }) => void;
@@ -13672,7 +15962,25 @@ declare const Widget: {
13672
15962
  layers?: string[] | undefined;
13673
15963
  } & jamespot_user_api.WidgetPresenceType) | ({
13674
15964
  layers?: string[] | undefined;
13675
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
15965
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
15966
+ layers?: string[] | undefined;
15967
+ } & jamespot_user_api.WidgetType<{
15968
+ calEventsLimit?: boolean | undefined;
15969
+ calEventsLimitValue?: number | undefined;
15970
+ calEventsPromptStatus?: string | undefined;
15971
+ }>) | ({
15972
+ layers?: string[] | undefined;
15973
+ } & jamespot_user_api.WidgetType<{
15974
+ contactLimit?: boolean | undefined;
15975
+ contactLimitValue?: number | undefined;
15976
+ contactPromptStatus?: string | undefined;
15977
+ }>) | ({
15978
+ layers?: string[] | undefined;
15979
+ } & jamespot_user_api.WidgetType<{
15980
+ emailsLimit?: boolean | undefined;
15981
+ emailsLimitValue?: number | undefined;
15982
+ emailsPromptStatus?: string | undefined;
15983
+ }>)>>;
13676
15984
  selectWidget: (state: WidgetsRootState, uniqid: string) => jamespot_user_api.WidgetWrapperGeneric<({
13677
15985
  layers?: string[] | undefined;
13678
15986
  } & jamespot_user_api.WidgetArticleAttachmentType) | ({
@@ -13725,7 +16033,25 @@ declare const Widget: {
13725
16033
  layers?: string[] | undefined;
13726
16034
  } & jamespot_user_api.WidgetPresenceType) | ({
13727
16035
  layers?: string[] | undefined;
13728
- } & jamespot_user_api.WidgetQuickSurveyType)> | undefined;
16036
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
16037
+ layers?: string[] | undefined;
16038
+ } & jamespot_user_api.WidgetType<{
16039
+ calEventsLimit?: boolean | undefined;
16040
+ calEventsLimitValue?: number | undefined;
16041
+ calEventsPromptStatus?: string | undefined;
16042
+ }>) | ({
16043
+ layers?: string[] | undefined;
16044
+ } & jamespot_user_api.WidgetType<{
16045
+ contactLimit?: boolean | undefined;
16046
+ contactLimitValue?: number | undefined;
16047
+ contactPromptStatus?: string | undefined;
16048
+ }>) | ({
16049
+ layers?: string[] | undefined;
16050
+ } & jamespot_user_api.WidgetType<{
16051
+ emailsLimit?: boolean | undefined;
16052
+ emailsLimitValue?: number | undefined;
16053
+ emailsPromptStatus?: string | undefined;
16054
+ }>)> | undefined;
13729
16055
  selectWidgetState: (state: WidgetsRootState, uniqid: string) => {
13730
16056
  busy?: boolean | undefined;
13731
16057
  loading?: boolean | undefined;
@@ -13771,6 +16097,10 @@ declare const Widget: {
13771
16097
  fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
13772
16098
  }[];
13773
16099
  selectFlushedWidgets: (state: WidgetsRootState) => string[];
16100
+ selectWidgetLevel: (state: WidgetsRootState, uniqid: string) => 2 | 1 | 3 | 4 | undefined;
16101
+ selectWidgetWrapperStyle: (state: WidgetsRootState, uniqid: string) => Record<string, string | number>;
16102
+ selectWidgetTitleStyle: (state: WidgetsRootState, uniqid: string) => Record<string, string | number>;
16103
+ selectWidgetChipCount: (state: WidgetsRootState, uniqid: string) => number;
13774
16104
  };
13775
16105
  };
13776
16106
 
@@ -15160,7 +17490,25 @@ declare const studio: {
15160
17490
  layers?: string[] | undefined;
15161
17491
  } & jamespot_user_api.WidgetPresenceType) | ({
15162
17492
  layers?: string[] | undefined;
15163
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
17493
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
17494
+ layers?: string[] | undefined;
17495
+ } & jamespot_user_api.WidgetType<{
17496
+ calEventsLimit?: boolean | undefined;
17497
+ calEventsLimitValue?: number | undefined;
17498
+ calEventsPromptStatus?: string | undefined;
17499
+ }>) | ({
17500
+ layers?: string[] | undefined;
17501
+ } & jamespot_user_api.WidgetType<{
17502
+ contactLimit?: boolean | undefined;
17503
+ contactLimitValue?: number | undefined;
17504
+ contactPromptStatus?: string | undefined;
17505
+ }>) | ({
17506
+ layers?: string[] | undefined;
17507
+ } & jamespot_user_api.WidgetType<{
17508
+ emailsLimit?: boolean | undefined;
17509
+ emailsLimitValue?: number | undefined;
17510
+ emailsPromptStatus?: string | undefined;
17511
+ }>)>[];
15164
17512
  uniqid: string;
15165
17513
  locked: boolean;
15166
17514
  position?: {
@@ -15220,7 +17568,25 @@ declare const studio: {
15220
17568
  layers?: string[] | undefined;
15221
17569
  } & jamespot_user_api.WidgetPresenceType) | ({
15222
17570
  layers?: string[] | undefined;
15223
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
17571
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
17572
+ layers?: string[] | undefined;
17573
+ } & jamespot_user_api.WidgetType<{
17574
+ calEventsLimit?: boolean | undefined;
17575
+ calEventsLimitValue?: number | undefined;
17576
+ calEventsPromptStatus?: string | undefined;
17577
+ }>) | ({
17578
+ layers?: string[] | undefined;
17579
+ } & jamespot_user_api.WidgetType<{
17580
+ contactLimit?: boolean | undefined;
17581
+ contactLimitValue?: number | undefined;
17582
+ contactPromptStatus?: string | undefined;
17583
+ }>) | ({
17584
+ layers?: string[] | undefined;
17585
+ } & jamespot_user_api.WidgetType<{
17586
+ emailsLimit?: boolean | undefined;
17587
+ emailsLimitValue?: number | undefined;
17588
+ emailsPromptStatus?: string | undefined;
17589
+ }>)>>;
15224
17590
  states: Record<string, {
15225
17591
  busy?: boolean | undefined;
15226
17592
  loading?: boolean | undefined;
@@ -15235,6 +17601,8 @@ declare const studio: {
15235
17601
  index: number;
15236
17602
  }>;
15237
17603
  currentEditableIndex: number;
17604
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
17605
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
15238
17606
  widgetObject: Record<string, {
15239
17607
  type?: string | undefined;
15240
17608
  id?: number | undefined;
@@ -15246,6 +17614,7 @@ declare const studio: {
15246
17614
  _url?: string | undefined;
15247
17615
  }>;
15248
17616
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
17617
+ widgetChipCount: Record<string, number>;
15249
17618
  widgetAuthor: Record<string, {
15250
17619
  type?: string | undefined;
15251
17620
  id?: number | undefined;
@@ -15345,7 +17714,25 @@ declare const studio: {
15345
17714
  layers?: string[] | undefined;
15346
17715
  } & jamespot_user_api.WidgetPresenceType) | ({
15347
17716
  layers?: string[] | undefined;
15348
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
17717
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
17718
+ layers?: string[] | undefined;
17719
+ } & jamespot_user_api.WidgetType<{
17720
+ calEventsLimit?: boolean | undefined;
17721
+ calEventsLimitValue?: number | undefined;
17722
+ calEventsPromptStatus?: string | undefined;
17723
+ }>) | ({
17724
+ layers?: string[] | undefined;
17725
+ } & jamespot_user_api.WidgetType<{
17726
+ contactLimit?: boolean | undefined;
17727
+ contactLimitValue?: number | undefined;
17728
+ contactPromptStatus?: string | undefined;
17729
+ }>) | ({
17730
+ layers?: string[] | undefined;
17731
+ } & jamespot_user_api.WidgetType<{
17732
+ emailsLimit?: boolean | undefined;
17733
+ emailsLimitValue?: number | undefined;
17734
+ emailsPromptStatus?: string | undefined;
17735
+ }>)>[];
15349
17736
  uniqid: string;
15350
17737
  locked: boolean;
15351
17738
  position?: {
@@ -15405,7 +17792,25 @@ declare const studio: {
15405
17792
  layers?: string[] | undefined;
15406
17793
  } & jamespot_user_api.WidgetPresenceType) | ({
15407
17794
  layers?: string[] | undefined;
15408
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
17795
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
17796
+ layers?: string[] | undefined;
17797
+ } & jamespot_user_api.WidgetType<{
17798
+ calEventsLimit?: boolean | undefined;
17799
+ calEventsLimitValue?: number | undefined;
17800
+ calEventsPromptStatus?: string | undefined;
17801
+ }>) | ({
17802
+ layers?: string[] | undefined;
17803
+ } & jamespot_user_api.WidgetType<{
17804
+ contactLimit?: boolean | undefined;
17805
+ contactLimitValue?: number | undefined;
17806
+ contactPromptStatus?: string | undefined;
17807
+ }>) | ({
17808
+ layers?: string[] | undefined;
17809
+ } & jamespot_user_api.WidgetType<{
17810
+ emailsLimit?: boolean | undefined;
17811
+ emailsLimitValue?: number | undefined;
17812
+ emailsPromptStatus?: string | undefined;
17813
+ }>)>>;
15409
17814
  states: Record<string, {
15410
17815
  busy?: boolean | undefined;
15411
17816
  loading?: boolean | undefined;
@@ -15420,6 +17825,8 @@ declare const studio: {
15420
17825
  index: number;
15421
17826
  }>;
15422
17827
  currentEditableIndex: number;
17828
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
17829
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
15423
17830
  widgetObject: Record<string, {
15424
17831
  type?: string | undefined;
15425
17832
  id?: number | undefined;
@@ -15431,6 +17838,7 @@ declare const studio: {
15431
17838
  _url?: string | undefined;
15432
17839
  }>;
15433
17840
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
17841
+ widgetChipCount: Record<string, number>;
15434
17842
  widgetAuthor: Record<string, {
15435
17843
  type?: string | undefined;
15436
17844
  id?: number | undefined;
@@ -15529,7 +17937,25 @@ declare const studio: {
15529
17937
  layers?: string[] | undefined;
15530
17938
  } & jamespot_user_api.WidgetPresenceType) | ({
15531
17939
  layers?: string[] | undefined;
15532
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
17940
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
17941
+ layers?: string[] | undefined;
17942
+ } & jamespot_user_api.WidgetType<{
17943
+ calEventsLimit?: boolean | undefined;
17944
+ calEventsLimitValue?: number | undefined;
17945
+ calEventsPromptStatus?: string | undefined;
17946
+ }>) | ({
17947
+ layers?: string[] | undefined;
17948
+ } & jamespot_user_api.WidgetType<{
17949
+ contactLimit?: boolean | undefined;
17950
+ contactLimitValue?: number | undefined;
17951
+ contactPromptStatus?: string | undefined;
17952
+ }>) | ({
17953
+ layers?: string[] | undefined;
17954
+ } & jamespot_user_api.WidgetType<{
17955
+ emailsLimit?: boolean | undefined;
17956
+ emailsLimitValue?: number | undefined;
17957
+ emailsPromptStatus?: string | undefined;
17958
+ }>)>[];
15533
17959
  uniqid: string;
15534
17960
  locked: boolean;
15535
17961
  position?: {
@@ -15589,7 +18015,25 @@ declare const studio: {
15589
18015
  layers?: string[] | undefined;
15590
18016
  } & jamespot_user_api.WidgetPresenceType) | ({
15591
18017
  layers?: string[] | undefined;
15592
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
18018
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
18019
+ layers?: string[] | undefined;
18020
+ } & jamespot_user_api.WidgetType<{
18021
+ calEventsLimit?: boolean | undefined;
18022
+ calEventsLimitValue?: number | undefined;
18023
+ calEventsPromptStatus?: string | undefined;
18024
+ }>) | ({
18025
+ layers?: string[] | undefined;
18026
+ } & jamespot_user_api.WidgetType<{
18027
+ contactLimit?: boolean | undefined;
18028
+ contactLimitValue?: number | undefined;
18029
+ contactPromptStatus?: string | undefined;
18030
+ }>) | ({
18031
+ layers?: string[] | undefined;
18032
+ } & jamespot_user_api.WidgetType<{
18033
+ emailsLimit?: boolean | undefined;
18034
+ emailsLimitValue?: number | undefined;
18035
+ emailsPromptStatus?: string | undefined;
18036
+ }>)>>;
15593
18037
  states: Record<string, {
15594
18038
  busy?: boolean | undefined;
15595
18039
  loading?: boolean | undefined;
@@ -15604,6 +18048,8 @@ declare const studio: {
15604
18048
  index: number;
15605
18049
  }>;
15606
18050
  currentEditableIndex: number;
18051
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
18052
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
15607
18053
  widgetObject: Record<string, {
15608
18054
  type?: string | undefined;
15609
18055
  id?: number | undefined;
@@ -15615,6 +18061,7 @@ declare const studio: {
15615
18061
  _url?: string | undefined;
15616
18062
  }>;
15617
18063
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
18064
+ widgetChipCount: Record<string, number>;
15618
18065
  widgetAuthor: Record<string, {
15619
18066
  type?: string | undefined;
15620
18067
  id?: number | undefined;
@@ -15713,7 +18160,25 @@ declare const studio: {
15713
18160
  layers?: string[] | undefined;
15714
18161
  } & jamespot_user_api.WidgetPresenceType) | ({
15715
18162
  layers?: string[] | undefined;
15716
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
18163
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
18164
+ layers?: string[] | undefined;
18165
+ } & jamespot_user_api.WidgetType<{
18166
+ calEventsLimit?: boolean | undefined;
18167
+ calEventsLimitValue?: number | undefined;
18168
+ calEventsPromptStatus?: string | undefined;
18169
+ }>) | ({
18170
+ layers?: string[] | undefined;
18171
+ } & jamespot_user_api.WidgetType<{
18172
+ contactLimit?: boolean | undefined;
18173
+ contactLimitValue?: number | undefined;
18174
+ contactPromptStatus?: string | undefined;
18175
+ }>) | ({
18176
+ layers?: string[] | undefined;
18177
+ } & jamespot_user_api.WidgetType<{
18178
+ emailsLimit?: boolean | undefined;
18179
+ emailsLimitValue?: number | undefined;
18180
+ emailsPromptStatus?: string | undefined;
18181
+ }>)>[];
15717
18182
  uniqid: string;
15718
18183
  locked: boolean;
15719
18184
  position?: {
@@ -15773,7 +18238,25 @@ declare const studio: {
15773
18238
  layers?: string[] | undefined;
15774
18239
  } & jamespot_user_api.WidgetPresenceType) | ({
15775
18240
  layers?: string[] | undefined;
15776
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
18241
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
18242
+ layers?: string[] | undefined;
18243
+ } & jamespot_user_api.WidgetType<{
18244
+ calEventsLimit?: boolean | undefined;
18245
+ calEventsLimitValue?: number | undefined;
18246
+ calEventsPromptStatus?: string | undefined;
18247
+ }>) | ({
18248
+ layers?: string[] | undefined;
18249
+ } & jamespot_user_api.WidgetType<{
18250
+ contactLimit?: boolean | undefined;
18251
+ contactLimitValue?: number | undefined;
18252
+ contactPromptStatus?: string | undefined;
18253
+ }>) | ({
18254
+ layers?: string[] | undefined;
18255
+ } & jamespot_user_api.WidgetType<{
18256
+ emailsLimit?: boolean | undefined;
18257
+ emailsLimitValue?: number | undefined;
18258
+ emailsPromptStatus?: string | undefined;
18259
+ }>)>>;
15777
18260
  states: Record<string, {
15778
18261
  busy?: boolean | undefined;
15779
18262
  loading?: boolean | undefined;
@@ -15788,6 +18271,8 @@ declare const studio: {
15788
18271
  index: number;
15789
18272
  }>;
15790
18273
  currentEditableIndex: number;
18274
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
18275
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
15791
18276
  widgetObject: Record<string, {
15792
18277
  type?: string | undefined;
15793
18278
  id?: number | undefined;
@@ -15799,6 +18284,7 @@ declare const studio: {
15799
18284
  _url?: string | undefined;
15800
18285
  }>;
15801
18286
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
18287
+ widgetChipCount: Record<string, number>;
15802
18288
  widgetAuthor: Record<string, {
15803
18289
  type?: string | undefined;
15804
18290
  id?: number | undefined;
@@ -15898,7 +18384,25 @@ declare const studio: {
15898
18384
  layers?: string[] | undefined;
15899
18385
  } & jamespot_user_api.WidgetPresenceType) | ({
15900
18386
  layers?: string[] | undefined;
15901
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
18387
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
18388
+ layers?: string[] | undefined;
18389
+ } & jamespot_user_api.WidgetType<{
18390
+ calEventsLimit?: boolean | undefined;
18391
+ calEventsLimitValue?: number | undefined;
18392
+ calEventsPromptStatus?: string | undefined;
18393
+ }>) | ({
18394
+ layers?: string[] | undefined;
18395
+ } & jamespot_user_api.WidgetType<{
18396
+ contactLimit?: boolean | undefined;
18397
+ contactLimitValue?: number | undefined;
18398
+ contactPromptStatus?: string | undefined;
18399
+ }>) | ({
18400
+ layers?: string[] | undefined;
18401
+ } & jamespot_user_api.WidgetType<{
18402
+ emailsLimit?: boolean | undefined;
18403
+ emailsLimitValue?: number | undefined;
18404
+ emailsPromptStatus?: string | undefined;
18405
+ }>)>[];
15902
18406
  uniqid: string;
15903
18407
  locked: boolean;
15904
18408
  position?: {
@@ -15958,7 +18462,25 @@ declare const studio: {
15958
18462
  layers?: string[] | undefined;
15959
18463
  } & jamespot_user_api.WidgetPresenceType) | ({
15960
18464
  layers?: string[] | undefined;
15961
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
18465
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
18466
+ layers?: string[] | undefined;
18467
+ } & jamespot_user_api.WidgetType<{
18468
+ calEventsLimit?: boolean | undefined;
18469
+ calEventsLimitValue?: number | undefined;
18470
+ calEventsPromptStatus?: string | undefined;
18471
+ }>) | ({
18472
+ layers?: string[] | undefined;
18473
+ } & jamespot_user_api.WidgetType<{
18474
+ contactLimit?: boolean | undefined;
18475
+ contactLimitValue?: number | undefined;
18476
+ contactPromptStatus?: string | undefined;
18477
+ }>) | ({
18478
+ layers?: string[] | undefined;
18479
+ } & jamespot_user_api.WidgetType<{
18480
+ emailsLimit?: boolean | undefined;
18481
+ emailsLimitValue?: number | undefined;
18482
+ emailsPromptStatus?: string | undefined;
18483
+ }>)>>;
15962
18484
  states: Record<string, {
15963
18485
  busy?: boolean | undefined;
15964
18486
  loading?: boolean | undefined;
@@ -15973,6 +18495,8 @@ declare const studio: {
15973
18495
  index: number;
15974
18496
  }>;
15975
18497
  currentEditableIndex: number;
18498
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
18499
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
15976
18500
  widgetObject: Record<string, {
15977
18501
  type?: string | undefined;
15978
18502
  id?: number | undefined;
@@ -15984,6 +18508,7 @@ declare const studio: {
15984
18508
  _url?: string | undefined;
15985
18509
  }>;
15986
18510
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
18511
+ widgetChipCount: Record<string, number>;
15987
18512
  widgetAuthor: Record<string, {
15988
18513
  type?: string | undefined;
15989
18514
  id?: number | undefined;
@@ -16083,7 +18608,25 @@ declare const studio: {
16083
18608
  layers?: string[] | undefined;
16084
18609
  } & jamespot_user_api.WidgetPresenceType) | ({
16085
18610
  layers?: string[] | undefined;
16086
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
18611
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
18612
+ layers?: string[] | undefined;
18613
+ } & jamespot_user_api.WidgetType<{
18614
+ calEventsLimit?: boolean | undefined;
18615
+ calEventsLimitValue?: number | undefined;
18616
+ calEventsPromptStatus?: string | undefined;
18617
+ }>) | ({
18618
+ layers?: string[] | undefined;
18619
+ } & jamespot_user_api.WidgetType<{
18620
+ contactLimit?: boolean | undefined;
18621
+ contactLimitValue?: number | undefined;
18622
+ contactPromptStatus?: string | undefined;
18623
+ }>) | ({
18624
+ layers?: string[] | undefined;
18625
+ } & jamespot_user_api.WidgetType<{
18626
+ emailsLimit?: boolean | undefined;
18627
+ emailsLimitValue?: number | undefined;
18628
+ emailsPromptStatus?: string | undefined;
18629
+ }>)>[];
16087
18630
  uniqid: string;
16088
18631
  locked: boolean;
16089
18632
  position?: {
@@ -16143,7 +18686,25 @@ declare const studio: {
16143
18686
  layers?: string[] | undefined;
16144
18687
  } & jamespot_user_api.WidgetPresenceType) | ({
16145
18688
  layers?: string[] | undefined;
16146
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
18689
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
18690
+ layers?: string[] | undefined;
18691
+ } & jamespot_user_api.WidgetType<{
18692
+ calEventsLimit?: boolean | undefined;
18693
+ calEventsLimitValue?: number | undefined;
18694
+ calEventsPromptStatus?: string | undefined;
18695
+ }>) | ({
18696
+ layers?: string[] | undefined;
18697
+ } & jamespot_user_api.WidgetType<{
18698
+ contactLimit?: boolean | undefined;
18699
+ contactLimitValue?: number | undefined;
18700
+ contactPromptStatus?: string | undefined;
18701
+ }>) | ({
18702
+ layers?: string[] | undefined;
18703
+ } & jamespot_user_api.WidgetType<{
18704
+ emailsLimit?: boolean | undefined;
18705
+ emailsLimitValue?: number | undefined;
18706
+ emailsPromptStatus?: string | undefined;
18707
+ }>)>>;
16147
18708
  states: Record<string, {
16148
18709
  busy?: boolean | undefined;
16149
18710
  loading?: boolean | undefined;
@@ -16158,6 +18719,8 @@ declare const studio: {
16158
18719
  index: number;
16159
18720
  }>;
16160
18721
  currentEditableIndex: number;
18722
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
18723
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
16161
18724
  widgetObject: Record<string, {
16162
18725
  type?: string | undefined;
16163
18726
  id?: number | undefined;
@@ -16169,6 +18732,7 @@ declare const studio: {
16169
18732
  _url?: string | undefined;
16170
18733
  }>;
16171
18734
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
18735
+ widgetChipCount: Record<string, number>;
16172
18736
  widgetAuthor: Record<string, {
16173
18737
  type?: string | undefined;
16174
18738
  id?: number | undefined;
@@ -16268,7 +18832,25 @@ declare const studio: {
16268
18832
  layers?: string[] | undefined;
16269
18833
  } & jamespot_user_api.WidgetPresenceType) | ({
16270
18834
  layers?: string[] | undefined;
16271
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
18835
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
18836
+ layers?: string[] | undefined;
18837
+ } & jamespot_user_api.WidgetType<{
18838
+ calEventsLimit?: boolean | undefined;
18839
+ calEventsLimitValue?: number | undefined;
18840
+ calEventsPromptStatus?: string | undefined;
18841
+ }>) | ({
18842
+ layers?: string[] | undefined;
18843
+ } & jamespot_user_api.WidgetType<{
18844
+ contactLimit?: boolean | undefined;
18845
+ contactLimitValue?: number | undefined;
18846
+ contactPromptStatus?: string | undefined;
18847
+ }>) | ({
18848
+ layers?: string[] | undefined;
18849
+ } & jamespot_user_api.WidgetType<{
18850
+ emailsLimit?: boolean | undefined;
18851
+ emailsLimitValue?: number | undefined;
18852
+ emailsPromptStatus?: string | undefined;
18853
+ }>)>[];
16272
18854
  uniqid: string;
16273
18855
  locked: boolean;
16274
18856
  position?: {
@@ -16328,7 +18910,25 @@ declare const studio: {
16328
18910
  layers?: string[] | undefined;
16329
18911
  } & jamespot_user_api.WidgetPresenceType) | ({
16330
18912
  layers?: string[] | undefined;
16331
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
18913
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
18914
+ layers?: string[] | undefined;
18915
+ } & jamespot_user_api.WidgetType<{
18916
+ calEventsLimit?: boolean | undefined;
18917
+ calEventsLimitValue?: number | undefined;
18918
+ calEventsPromptStatus?: string | undefined;
18919
+ }>) | ({
18920
+ layers?: string[] | undefined;
18921
+ } & jamespot_user_api.WidgetType<{
18922
+ contactLimit?: boolean | undefined;
18923
+ contactLimitValue?: number | undefined;
18924
+ contactPromptStatus?: string | undefined;
18925
+ }>) | ({
18926
+ layers?: string[] | undefined;
18927
+ } & jamespot_user_api.WidgetType<{
18928
+ emailsLimit?: boolean | undefined;
18929
+ emailsLimitValue?: number | undefined;
18930
+ emailsPromptStatus?: string | undefined;
18931
+ }>)>>;
16332
18932
  states: Record<string, {
16333
18933
  busy?: boolean | undefined;
16334
18934
  loading?: boolean | undefined;
@@ -16343,6 +18943,8 @@ declare const studio: {
16343
18943
  index: number;
16344
18944
  }>;
16345
18945
  currentEditableIndex: number;
18946
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
18947
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
16346
18948
  widgetObject: Record<string, {
16347
18949
  type?: string | undefined;
16348
18950
  id?: number | undefined;
@@ -16354,6 +18956,7 @@ declare const studio: {
16354
18956
  _url?: string | undefined;
16355
18957
  }>;
16356
18958
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
18959
+ widgetChipCount: Record<string, number>;
16357
18960
  widgetAuthor: Record<string, {
16358
18961
  type?: string | undefined;
16359
18962
  id?: number | undefined;
@@ -16450,7 +19053,25 @@ declare const studio: {
16450
19053
  layers?: string[] | undefined;
16451
19054
  } & jamespot_user_api.WidgetPresenceType) | ({
16452
19055
  layers?: string[] | undefined;
16453
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
19056
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
19057
+ layers?: string[] | undefined;
19058
+ } & jamespot_user_api.WidgetType<{
19059
+ calEventsLimit?: boolean | undefined;
19060
+ calEventsLimitValue?: number | undefined;
19061
+ calEventsPromptStatus?: string | undefined;
19062
+ }>) | ({
19063
+ layers?: string[] | undefined;
19064
+ } & jamespot_user_api.WidgetType<{
19065
+ contactLimit?: boolean | undefined;
19066
+ contactLimitValue?: number | undefined;
19067
+ contactPromptStatus?: string | undefined;
19068
+ }>) | ({
19069
+ layers?: string[] | undefined;
19070
+ } & jamespot_user_api.WidgetType<{
19071
+ emailsLimit?: boolean | undefined;
19072
+ emailsLimitValue?: number | undefined;
19073
+ emailsPromptStatus?: string | undefined;
19074
+ }>)>[];
16454
19075
  uniqid: string;
16455
19076
  locked: boolean;
16456
19077
  position?: {
@@ -16510,7 +19131,25 @@ declare const studio: {
16510
19131
  layers?: string[] | undefined;
16511
19132
  } & jamespot_user_api.WidgetPresenceType) | ({
16512
19133
  layers?: string[] | undefined;
16513
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
19134
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
19135
+ layers?: string[] | undefined;
19136
+ } & jamespot_user_api.WidgetType<{
19137
+ calEventsLimit?: boolean | undefined;
19138
+ calEventsLimitValue?: number | undefined;
19139
+ calEventsPromptStatus?: string | undefined;
19140
+ }>) | ({
19141
+ layers?: string[] | undefined;
19142
+ } & jamespot_user_api.WidgetType<{
19143
+ contactLimit?: boolean | undefined;
19144
+ contactLimitValue?: number | undefined;
19145
+ contactPromptStatus?: string | undefined;
19146
+ }>) | ({
19147
+ layers?: string[] | undefined;
19148
+ } & jamespot_user_api.WidgetType<{
19149
+ emailsLimit?: boolean | undefined;
19150
+ emailsLimitValue?: number | undefined;
19151
+ emailsPromptStatus?: string | undefined;
19152
+ }>)>>;
16514
19153
  states: Record<string, {
16515
19154
  busy?: boolean | undefined;
16516
19155
  loading?: boolean | undefined;
@@ -16525,6 +19164,8 @@ declare const studio: {
16525
19164
  index: number;
16526
19165
  }>;
16527
19166
  currentEditableIndex: number;
19167
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
19168
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
16528
19169
  widgetObject: Record<string, {
16529
19170
  type?: string | undefined;
16530
19171
  id?: number | undefined;
@@ -16536,6 +19177,7 @@ declare const studio: {
16536
19177
  _url?: string | undefined;
16537
19178
  }>;
16538
19179
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
19180
+ widgetChipCount: Record<string, number>;
16539
19181
  widgetAuthor: Record<string, {
16540
19182
  type?: string | undefined;
16541
19183
  id?: number | undefined;
@@ -16634,7 +19276,25 @@ declare const studio: {
16634
19276
  layers?: string[] | undefined;
16635
19277
  } & jamespot_user_api.WidgetPresenceType) | ({
16636
19278
  layers?: string[] | undefined;
16637
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
19279
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
19280
+ layers?: string[] | undefined;
19281
+ } & jamespot_user_api.WidgetType<{
19282
+ calEventsLimit?: boolean | undefined;
19283
+ calEventsLimitValue?: number | undefined;
19284
+ calEventsPromptStatus?: string | undefined;
19285
+ }>) | ({
19286
+ layers?: string[] | undefined;
19287
+ } & jamespot_user_api.WidgetType<{
19288
+ contactLimit?: boolean | undefined;
19289
+ contactLimitValue?: number | undefined;
19290
+ contactPromptStatus?: string | undefined;
19291
+ }>) | ({
19292
+ layers?: string[] | undefined;
19293
+ } & jamespot_user_api.WidgetType<{
19294
+ emailsLimit?: boolean | undefined;
19295
+ emailsLimitValue?: number | undefined;
19296
+ emailsPromptStatus?: string | undefined;
19297
+ }>)>[];
16638
19298
  uniqid: string;
16639
19299
  locked: boolean;
16640
19300
  position?: {
@@ -16694,7 +19354,25 @@ declare const studio: {
16694
19354
  layers?: string[] | undefined;
16695
19355
  } & jamespot_user_api.WidgetPresenceType) | ({
16696
19356
  layers?: string[] | undefined;
16697
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
19357
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
19358
+ layers?: string[] | undefined;
19359
+ } & jamespot_user_api.WidgetType<{
19360
+ calEventsLimit?: boolean | undefined;
19361
+ calEventsLimitValue?: number | undefined;
19362
+ calEventsPromptStatus?: string | undefined;
19363
+ }>) | ({
19364
+ layers?: string[] | undefined;
19365
+ } & jamespot_user_api.WidgetType<{
19366
+ contactLimit?: boolean | undefined;
19367
+ contactLimitValue?: number | undefined;
19368
+ contactPromptStatus?: string | undefined;
19369
+ }>) | ({
19370
+ layers?: string[] | undefined;
19371
+ } & jamespot_user_api.WidgetType<{
19372
+ emailsLimit?: boolean | undefined;
19373
+ emailsLimitValue?: number | undefined;
19374
+ emailsPromptStatus?: string | undefined;
19375
+ }>)>>;
16698
19376
  states: Record<string, {
16699
19377
  busy?: boolean | undefined;
16700
19378
  loading?: boolean | undefined;
@@ -16709,6 +19387,8 @@ declare const studio: {
16709
19387
  index: number;
16710
19388
  }>;
16711
19389
  currentEditableIndex: number;
19390
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
19391
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
16712
19392
  widgetObject: Record<string, {
16713
19393
  type?: string | undefined;
16714
19394
  id?: number | undefined;
@@ -16720,6 +19400,7 @@ declare const studio: {
16720
19400
  _url?: string | undefined;
16721
19401
  }>;
16722
19402
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
19403
+ widgetChipCount: Record<string, number>;
16723
19404
  widgetAuthor: Record<string, {
16724
19405
  type?: string | undefined;
16725
19406
  id?: number | undefined;
@@ -16818,7 +19499,25 @@ declare const studio: {
16818
19499
  layers?: string[] | undefined;
16819
19500
  } & jamespot_user_api.WidgetPresenceType) | ({
16820
19501
  layers?: string[] | undefined;
16821
- } & jamespot_user_api.WidgetQuickSurveyType)>[];
19502
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
19503
+ layers?: string[] | undefined;
19504
+ } & jamespot_user_api.WidgetType<{
19505
+ calEventsLimit?: boolean | undefined;
19506
+ calEventsLimitValue?: number | undefined;
19507
+ calEventsPromptStatus?: string | undefined;
19508
+ }>) | ({
19509
+ layers?: string[] | undefined;
19510
+ } & jamespot_user_api.WidgetType<{
19511
+ contactLimit?: boolean | undefined;
19512
+ contactLimitValue?: number | undefined;
19513
+ contactPromptStatus?: string | undefined;
19514
+ }>) | ({
19515
+ layers?: string[] | undefined;
19516
+ } & jamespot_user_api.WidgetType<{
19517
+ emailsLimit?: boolean | undefined;
19518
+ emailsLimitValue?: number | undefined;
19519
+ emailsPromptStatus?: string | undefined;
19520
+ }>)>[];
16822
19521
  uniqid: string;
16823
19522
  locked: boolean;
16824
19523
  position?: {
@@ -16878,7 +19577,25 @@ declare const studio: {
16878
19577
  layers?: string[] | undefined;
16879
19578
  } & jamespot_user_api.WidgetPresenceType) | ({
16880
19579
  layers?: string[] | undefined;
16881
- } & jamespot_user_api.WidgetQuickSurveyType)>>;
19580
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
19581
+ layers?: string[] | undefined;
19582
+ } & jamespot_user_api.WidgetType<{
19583
+ calEventsLimit?: boolean | undefined;
19584
+ calEventsLimitValue?: number | undefined;
19585
+ calEventsPromptStatus?: string | undefined;
19586
+ }>) | ({
19587
+ layers?: string[] | undefined;
19588
+ } & jamespot_user_api.WidgetType<{
19589
+ contactLimit?: boolean | undefined;
19590
+ contactLimitValue?: number | undefined;
19591
+ contactPromptStatus?: string | undefined;
19592
+ }>) | ({
19593
+ layers?: string[] | undefined;
19594
+ } & jamespot_user_api.WidgetType<{
19595
+ emailsLimit?: boolean | undefined;
19596
+ emailsLimitValue?: number | undefined;
19597
+ emailsPromptStatus?: string | undefined;
19598
+ }>)>>;
16882
19599
  states: Record<string, {
16883
19600
  busy?: boolean | undefined;
16884
19601
  loading?: boolean | undefined;
@@ -16893,6 +19610,8 @@ declare const studio: {
16893
19610
  index: number;
16894
19611
  }>;
16895
19612
  currentEditableIndex: number;
19613
+ widgetWrapperStyle: Record<string, Record<string, string | number>>;
19614
+ widgetTitleStyle: Record<string, Record<string, string | number>>;
16896
19615
  widgetObject: Record<string, {
16897
19616
  type?: string | undefined;
16898
19617
  id?: number | undefined;
@@ -16904,6 +19623,7 @@ declare const studio: {
16904
19623
  _url?: string | undefined;
16905
19624
  }>;
16906
19625
  widgetObjectRights: Record<string, jamespot_user_api.Rights>;
19626
+ widgetChipCount: Record<string, number>;
16907
19627
  widgetAuthor: Record<string, {
16908
19628
  type?: string | undefined;
16909
19629
  id?: number | undefined;