jamespot-front-business 1.1.94 → 1.1.96

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
@@ -138,8 +138,8 @@ declare const AdminLogs: {
138
138
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
139
139
  uniqid: string;
140
140
  content: {
141
- limit?: number | boolean | undefined;
142
141
  uri?: string | undefined;
142
+ limit?: number | boolean | undefined;
143
143
  tableColumnsData?: {
144
144
  name?: string | undefined;
145
145
  label?: string | undefined;
@@ -220,8 +220,8 @@ declare const AdminLogs: {
220
220
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
221
221
  uniqid: string;
222
222
  content: {
223
- limit?: number | boolean | undefined;
224
223
  uri?: string | undefined;
224
+ limit?: number | boolean | undefined;
225
225
  tableColumnsData?: {
226
226
  name?: string | undefined;
227
227
  label?: string | undefined;
@@ -304,6 +304,7 @@ declare const AdminLogs: {
304
304
  title?: string | undefined;
305
305
  _url?: string | undefined;
306
306
  level?: 0 | 9 | 3 | 5 | undefined;
307
+ variant?: "extraBot" | undefined;
307
308
  }>;
308
309
  flushedWidgets: string[];
309
310
  rtObjectStack: {
@@ -379,8 +380,8 @@ declare const AdminLogs: {
379
380
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
380
381
  uniqid: string;
381
382
  content: {
382
- limit?: number | boolean | undefined;
383
383
  uri?: string | undefined;
384
+ limit?: number | boolean | undefined;
384
385
  tableColumnsData?: {
385
386
  name?: string | undefined;
386
387
  label?: string | undefined;
@@ -461,8 +462,8 @@ declare const AdminLogs: {
461
462
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
462
463
  uniqid: string;
463
464
  content: {
464
- limit?: number | boolean | undefined;
465
465
  uri?: string | undefined;
466
+ limit?: number | boolean | undefined;
466
467
  tableColumnsData?: {
467
468
  name?: string | undefined;
468
469
  label?: string | undefined;
@@ -545,6 +546,7 @@ declare const AdminLogs: {
545
546
  title?: string | undefined;
546
547
  _url?: string | undefined;
547
548
  level?: 0 | 9 | 3 | 5 | undefined;
549
+ variant?: "extraBot" | undefined;
548
550
  }>;
549
551
  flushedWidgets: string[];
550
552
  rtObjectStack: {
@@ -615,8 +617,8 @@ declare const AdminLogs: {
615
617
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
616
618
  uniqid: string;
617
619
  content: {
618
- limit?: number | boolean | undefined;
619
620
  uri?: string | undefined;
621
+ limit?: number | boolean | undefined;
620
622
  tableColumnsData?: {
621
623
  name?: string | undefined;
622
624
  label?: string | undefined;
@@ -697,8 +699,8 @@ declare const AdminLogs: {
697
699
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
698
700
  uniqid: string;
699
701
  content: {
700
- limit?: number | boolean | undefined;
701
702
  uri?: string | undefined;
703
+ limit?: number | boolean | undefined;
702
704
  tableColumnsData?: {
703
705
  name?: string | undefined;
704
706
  label?: string | undefined;
@@ -781,6 +783,7 @@ declare const AdminLogs: {
781
783
  title?: string | undefined;
782
784
  _url?: string | undefined;
783
785
  level?: 0 | 9 | 3 | 5 | undefined;
786
+ variant?: "extraBot" | undefined;
784
787
  }>;
785
788
  flushedWidgets: string[];
786
789
  rtObjectStack: {
@@ -827,8 +830,8 @@ declare const AdminLogs: {
827
830
  end: string;
828
831
  };
829
832
  name: string;
830
- operator?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | undefined;
831
- method?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | "+" | "-" | undefined;
833
+ operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
834
+ method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
832
835
  or?: boolean | undefined;
833
836
  isNull?: boolean | undefined;
834
837
  isNotNull?: boolean | undefined;
@@ -850,8 +853,8 @@ declare const AdminLogs: {
850
853
  end: string;
851
854
  };
852
855
  name: string;
853
- operator?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | undefined;
854
- method?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | "+" | "-" | undefined;
856
+ operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
857
+ method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
855
858
  or?: boolean | undefined;
856
859
  isNull?: boolean | undefined;
857
860
  isNotNull?: boolean | undefined;
@@ -873,8 +876,8 @@ declare const AdminLogs: {
873
876
  end: string;
874
877
  };
875
878
  name: string;
876
- operator?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | undefined;
877
- method?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | "+" | "-" | undefined;
879
+ operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
880
+ method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
878
881
  or?: boolean | undefined;
879
882
  isNull?: boolean | undefined;
880
883
  isNotNull?: boolean | undefined;
@@ -933,8 +936,8 @@ declare const Animations: {
933
936
  };
934
937
  actions: {
935
938
  saveCurrentAnimation: _reduxjs_toolkit.AsyncThunk<void, {
936
- name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
937
939
  audience: string[];
940
+ name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
938
941
  auto: boolean;
939
942
  activeClickEffect: number;
940
943
  activeDecor: number;
@@ -974,8 +977,8 @@ declare const Animations: {
974
977
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
975
978
  uniqid: string;
976
979
  content: {
977
- limit?: number | boolean | undefined;
978
980
  uri?: string | undefined;
981
+ limit?: number | boolean | undefined;
979
982
  tableColumnsData?: {
980
983
  name?: string | undefined;
981
984
  label?: string | undefined;
@@ -1056,8 +1059,8 @@ declare const Animations: {
1056
1059
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
1057
1060
  uniqid: string;
1058
1061
  content: {
1059
- limit?: number | boolean | undefined;
1060
1062
  uri?: string | undefined;
1063
+ limit?: number | boolean | undefined;
1061
1064
  tableColumnsData?: {
1062
1065
  name?: string | undefined;
1063
1066
  label?: string | undefined;
@@ -1140,6 +1143,7 @@ declare const Animations: {
1140
1143
  title?: string | undefined;
1141
1144
  _url?: string | undefined;
1142
1145
  level?: 0 | 9 | 3 | 5 | undefined;
1146
+ variant?: "extraBot" | undefined;
1143
1147
  }>;
1144
1148
  flushedWidgets: string[];
1145
1149
  rtObjectStack: {
@@ -1206,8 +1210,8 @@ declare const Animations: {
1206
1210
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
1207
1211
  uniqid: string;
1208
1212
  content: {
1209
- limit?: number | boolean | undefined;
1210
1213
  uri?: string | undefined;
1214
+ limit?: number | boolean | undefined;
1211
1215
  tableColumnsData?: {
1212
1216
  name?: string | undefined;
1213
1217
  label?: string | undefined;
@@ -1288,8 +1292,8 @@ declare const Animations: {
1288
1292
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
1289
1293
  uniqid: string;
1290
1294
  content: {
1291
- limit?: number | boolean | undefined;
1292
1295
  uri?: string | undefined;
1296
+ limit?: number | boolean | undefined;
1293
1297
  tableColumnsData?: {
1294
1298
  name?: string | undefined;
1295
1299
  label?: string | undefined;
@@ -1372,6 +1376,7 @@ declare const Animations: {
1372
1376
  title?: string | undefined;
1373
1377
  _url?: string | undefined;
1374
1378
  level?: 0 | 9 | 3 | 5 | undefined;
1379
+ variant?: "extraBot" | undefined;
1375
1380
  }>;
1376
1381
  flushedWidgets: string[];
1377
1382
  rtObjectStack: {
@@ -1438,8 +1443,8 @@ declare const Animations: {
1438
1443
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
1439
1444
  uniqid: string;
1440
1445
  content: {
1441
- limit?: number | boolean | undefined;
1442
1446
  uri?: string | undefined;
1447
+ limit?: number | boolean | undefined;
1443
1448
  tableColumnsData?: {
1444
1449
  name?: string | undefined;
1445
1450
  label?: string | undefined;
@@ -1520,8 +1525,8 @@ declare const Animations: {
1520
1525
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
1521
1526
  uniqid: string;
1522
1527
  content: {
1523
- limit?: number | boolean | undefined;
1524
1528
  uri?: string | undefined;
1529
+ limit?: number | boolean | undefined;
1525
1530
  tableColumnsData?: {
1526
1531
  name?: string | undefined;
1527
1532
  label?: string | undefined;
@@ -1604,6 +1609,7 @@ declare const Animations: {
1604
1609
  title?: string | undefined;
1605
1610
  _url?: string | undefined;
1606
1611
  level?: 0 | 9 | 3 | 5 | undefined;
1612
+ variant?: "extraBot" | undefined;
1607
1613
  }>;
1608
1614
  flushedWidgets: string[];
1609
1615
  rtObjectStack: {
@@ -1670,8 +1676,8 @@ declare const Animations: {
1670
1676
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
1671
1677
  uniqid: string;
1672
1678
  content: {
1673
- limit?: number | boolean | undefined;
1674
1679
  uri?: string | undefined;
1680
+ limit?: number | boolean | undefined;
1675
1681
  tableColumnsData?: {
1676
1682
  name?: string | undefined;
1677
1683
  label?: string | undefined;
@@ -1752,8 +1758,8 @@ declare const Animations: {
1752
1758
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
1753
1759
  uniqid: string;
1754
1760
  content: {
1755
- limit?: number | boolean | undefined;
1756
1761
  uri?: string | undefined;
1762
+ limit?: number | boolean | undefined;
1757
1763
  tableColumnsData?: {
1758
1764
  name?: string | undefined;
1759
1765
  label?: string | undefined;
@@ -1836,6 +1842,7 @@ declare const Animations: {
1836
1842
  title?: string | undefined;
1837
1843
  _url?: string | undefined;
1838
1844
  level?: 0 | 9 | 3 | 5 | undefined;
1845
+ variant?: "extraBot" | undefined;
1839
1846
  }>;
1840
1847
  flushedWidgets: string[];
1841
1848
  rtObjectStack: {
@@ -1867,8 +1874,8 @@ declare const Animations: {
1867
1874
  rejectedMeta?: unknown;
1868
1875
  }>;
1869
1876
  fetchCurrentAnimationApp: _reduxjs_toolkit.AsyncThunk<{
1870
- name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
1871
1877
  audience: string[];
1878
+ name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
1872
1879
  auto: boolean;
1873
1880
  activeClickEffect: number;
1874
1881
  activeDecor: number;
@@ -1908,8 +1915,8 @@ declare const Animations: {
1908
1915
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
1909
1916
  uniqid: string;
1910
1917
  content: {
1911
- limit?: number | boolean | undefined;
1912
1918
  uri?: string | undefined;
1919
+ limit?: number | boolean | undefined;
1913
1920
  tableColumnsData?: {
1914
1921
  name?: string | undefined;
1915
1922
  label?: string | undefined;
@@ -1990,8 +1997,8 @@ declare const Animations: {
1990
1997
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
1991
1998
  uniqid: string;
1992
1999
  content: {
1993
- limit?: number | boolean | undefined;
1994
2000
  uri?: string | undefined;
2001
+ limit?: number | boolean | undefined;
1995
2002
  tableColumnsData?: {
1996
2003
  name?: string | undefined;
1997
2004
  label?: string | undefined;
@@ -2074,6 +2081,7 @@ declare const Animations: {
2074
2081
  title?: string | undefined;
2075
2082
  _url?: string | undefined;
2076
2083
  level?: 0 | 9 | 3 | 5 | undefined;
2084
+ variant?: "extraBot" | undefined;
2077
2085
  }>;
2078
2086
  flushedWidgets: string[];
2079
2087
  rtObjectStack: {
@@ -2158,8 +2166,8 @@ declare const Animations: {
2158
2166
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
2159
2167
  uniqid: string;
2160
2168
  content: {
2161
- limit?: number | boolean | undefined;
2162
2169
  uri?: string | undefined;
2170
+ limit?: number | boolean | undefined;
2163
2171
  tableColumnsData?: {
2164
2172
  name?: string | undefined;
2165
2173
  label?: string | undefined;
@@ -2240,8 +2248,8 @@ declare const Animations: {
2240
2248
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
2241
2249
  uniqid: string;
2242
2250
  content: {
2243
- limit?: number | boolean | undefined;
2244
2251
  uri?: string | undefined;
2252
+ limit?: number | boolean | undefined;
2245
2253
  tableColumnsData?: {
2246
2254
  name?: string | undefined;
2247
2255
  label?: string | undefined;
@@ -2324,6 +2332,7 @@ declare const Animations: {
2324
2332
  title?: string | undefined;
2325
2333
  _url?: string | undefined;
2326
2334
  level?: 0 | 9 | 3 | 5 | undefined;
2335
+ variant?: "extraBot" | undefined;
2327
2336
  }>;
2328
2337
  flushedWidgets: string[];
2329
2338
  rtObjectStack: {
@@ -2406,8 +2415,8 @@ declare const Animations: {
2406
2415
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
2407
2416
  uniqid: string;
2408
2417
  content: {
2409
- limit?: number | boolean | undefined;
2410
2418
  uri?: string | undefined;
2419
+ limit?: number | boolean | undefined;
2411
2420
  tableColumnsData?: {
2412
2421
  name?: string | undefined;
2413
2422
  label?: string | undefined;
@@ -2488,8 +2497,8 @@ declare const Animations: {
2488
2497
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
2489
2498
  uniqid: string;
2490
2499
  content: {
2491
- limit?: number | boolean | undefined;
2492
2500
  uri?: string | undefined;
2501
+ limit?: number | boolean | undefined;
2493
2502
  tableColumnsData?: {
2494
2503
  name?: string | undefined;
2495
2504
  label?: string | undefined;
@@ -2572,6 +2581,7 @@ declare const Animations: {
2572
2581
  title?: string | undefined;
2573
2582
  _url?: string | undefined;
2574
2583
  level?: 0 | 9 | 3 | 5 | undefined;
2584
+ variant?: "extraBot" | undefined;
2575
2585
  }>;
2576
2586
  flushedWidgets: string[];
2577
2587
  rtObjectStack: {
@@ -2605,8 +2615,8 @@ declare const Animations: {
2605
2615
  };
2606
2616
  selectors: {
2607
2617
  selectCurrentAnimation: (state: AnimationsRootState) => {
2608
- name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
2609
2618
  audience: string[];
2619
+ name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
2610
2620
  auto: boolean;
2611
2621
  activeClickEffect: number;
2612
2622
  activeDecor: number;
@@ -2614,8 +2624,8 @@ declare const Animations: {
2614
2624
  isActiveAnimation: (state: AnimationsRootState) => boolean;
2615
2625
  isToggleLoading: (state: AnimationsRootState) => boolean;
2616
2626
  selectAnimationConfigurationApp: (state: AnimationsRootState) => {
2617
- name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
2618
2627
  audience: string[];
2628
+ name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
2619
2629
  auto: boolean;
2620
2630
  activeClickEffect: number;
2621
2631
  activeDecor: number;
@@ -2694,8 +2704,8 @@ declare const Application: {
2694
2704
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
2695
2705
  uniqid: string;
2696
2706
  content: {
2697
- limit?: number | boolean | undefined;
2698
2707
  uri?: string | undefined;
2708
+ limit?: number | boolean | undefined;
2699
2709
  tableColumnsData?: {
2700
2710
  name?: string | undefined;
2701
2711
  label?: string | undefined;
@@ -2776,8 +2786,8 @@ declare const Application: {
2776
2786
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
2777
2787
  uniqid: string;
2778
2788
  content: {
2779
- limit?: number | boolean | undefined;
2780
2789
  uri?: string | undefined;
2790
+ limit?: number | boolean | undefined;
2781
2791
  tableColumnsData?: {
2782
2792
  name?: string | undefined;
2783
2793
  label?: string | undefined;
@@ -2860,6 +2870,7 @@ declare const Application: {
2860
2870
  title?: string | undefined;
2861
2871
  _url?: string | undefined;
2862
2872
  level?: 0 | 9 | 3 | 5 | undefined;
2873
+ variant?: "extraBot" | undefined;
2863
2874
  }>;
2864
2875
  flushedWidgets: string[];
2865
2876
  rtObjectStack: {
@@ -2947,10 +2958,11 @@ declare const AssetReservation: {
2947
2958
  title: string;
2948
2959
  _url: string;
2949
2960
  } & {
2950
- [key: string]: string | number | null;
2961
+ [key: string]: string | number | null | undefined;
2951
2962
  level: 0 | 9 | 3 | 5;
2952
2963
  dateCreation: string;
2953
2964
  dateModified: string;
2965
+ variant?: "extraBot" | undefined;
2954
2966
  };
2955
2967
  _right: jamespot_user_api.Rights;
2956
2968
  _audience: (jamespot_user_api.jUserLittle | {
@@ -3011,8 +3023,8 @@ declare const AssetReservation: {
3011
3023
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
3012
3024
  uniqid: string;
3013
3025
  content: {
3014
- limit?: number | boolean | undefined;
3015
3026
  uri?: string | undefined;
3027
+ limit?: number | boolean | undefined;
3016
3028
  tableColumnsData?: {
3017
3029
  name?: string | undefined;
3018
3030
  label?: string | undefined;
@@ -3093,8 +3105,8 @@ declare const AssetReservation: {
3093
3105
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
3094
3106
  uniqid: string;
3095
3107
  content: {
3096
- limit?: number | boolean | undefined;
3097
3108
  uri?: string | undefined;
3109
+ limit?: number | boolean | undefined;
3098
3110
  tableColumnsData?: {
3099
3111
  name?: string | undefined;
3100
3112
  label?: string | undefined;
@@ -3175,8 +3187,8 @@ declare const AssetReservation: {
3175
3187
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
3176
3188
  uniqid: string;
3177
3189
  content: {
3178
- limit?: number | boolean | undefined;
3179
3190
  uri?: string | undefined;
3191
+ limit?: number | boolean | undefined;
3180
3192
  tableColumnsData?: {
3181
3193
  name?: string | undefined;
3182
3194
  label?: string | undefined;
@@ -3259,6 +3271,7 @@ declare const AssetReservation: {
3259
3271
  title?: string | undefined;
3260
3272
  _url?: string | undefined;
3261
3273
  level?: 0 | 9 | 3 | 5 | undefined;
3274
+ variant?: "extraBot" | undefined;
3262
3275
  }>;
3263
3276
  flushedWidgets: string[];
3264
3277
  rtObjectStack: {
@@ -3332,8 +3345,8 @@ declare const AssetReservation: {
3332
3345
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
3333
3346
  uniqid: string;
3334
3347
  content: {
3335
- limit?: number | boolean | undefined;
3336
3348
  uri?: string | undefined;
3349
+ limit?: number | boolean | undefined;
3337
3350
  tableColumnsData?: {
3338
3351
  name?: string | undefined;
3339
3352
  label?: string | undefined;
@@ -3414,8 +3427,8 @@ declare const AssetReservation: {
3414
3427
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
3415
3428
  uniqid: string;
3416
3429
  content: {
3417
- limit?: number | boolean | undefined;
3418
3430
  uri?: string | undefined;
3431
+ limit?: number | boolean | undefined;
3419
3432
  tableColumnsData?: {
3420
3433
  name?: string | undefined;
3421
3434
  label?: string | undefined;
@@ -3498,6 +3511,7 @@ declare const AssetReservation: {
3498
3511
  title?: string | undefined;
3499
3512
  _url?: string | undefined;
3500
3513
  level?: 0 | 9 | 3 | 5 | undefined;
3514
+ variant?: "extraBot" | undefined;
3501
3515
  }>;
3502
3516
  flushedWidgets: string[];
3503
3517
  rtObjectStack: {
@@ -3538,10 +3552,11 @@ declare const AssetReservation: {
3538
3552
  title: string;
3539
3553
  _url: string;
3540
3554
  } & {
3541
- [key: string]: string | number | null;
3555
+ [key: string]: string | number | null | undefined;
3542
3556
  level: 0 | 9 | 3 | 5;
3543
3557
  dateCreation: string;
3544
3558
  dateModified: string;
3559
+ variant?: "extraBot" | undefined;
3545
3560
  };
3546
3561
  _right: jamespot_user_api.Rights;
3547
3562
  _audience: (jamespot_user_api.jUserLittle | {
@@ -3582,10 +3597,11 @@ declare const AssetReservation: {
3582
3597
  title: string;
3583
3598
  _url: string;
3584
3599
  } & {
3585
- [key: string]: string | number | null;
3600
+ [key: string]: string | number | null | undefined;
3586
3601
  level: 0 | 9 | 3 | 5;
3587
3602
  dateCreation: string;
3588
3603
  dateModified: string;
3604
+ variant?: "extraBot" | undefined;
3589
3605
  };
3590
3606
  _right: jamespot_user_api.Rights;
3591
3607
  _audience: (jamespot_user_api.jUserLittle | {
@@ -3646,8 +3662,8 @@ declare const AssetReservation: {
3646
3662
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
3647
3663
  uniqid: string;
3648
3664
  content: {
3649
- limit?: number | boolean | undefined;
3650
3665
  uri?: string | undefined;
3666
+ limit?: number | boolean | undefined;
3651
3667
  tableColumnsData?: {
3652
3668
  name?: string | undefined;
3653
3669
  label?: string | undefined;
@@ -3727,8 +3743,8 @@ declare const AssetReservation: {
3727
3743
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
3728
3744
  uniqid: string;
3729
3745
  content: {
3730
- limit?: number | boolean | undefined;
3731
3746
  uri?: string | undefined;
3747
+ limit?: number | boolean | undefined;
3732
3748
  tableColumnsData?: {
3733
3749
  name?: string | undefined;
3734
3750
  label?: string | undefined;
@@ -3809,8 +3825,8 @@ declare const AssetReservation: {
3809
3825
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
3810
3826
  uniqid: string;
3811
3827
  content: {
3812
- limit?: number | boolean | undefined;
3813
3828
  uri?: string | undefined;
3829
+ limit?: number | boolean | undefined;
3814
3830
  tableColumnsData?: {
3815
3831
  name?: string | undefined;
3816
3832
  label?: string | undefined;
@@ -3891,8 +3907,8 @@ declare const AssetReservation: {
3891
3907
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
3892
3908
  uniqid: string;
3893
3909
  content: {
3894
- limit?: number | boolean | undefined;
3895
3910
  uri?: string | undefined;
3911
+ limit?: number | boolean | undefined;
3896
3912
  tableColumnsData?: {
3897
3913
  name?: string | undefined;
3898
3914
  label?: string | undefined;
@@ -3975,6 +3991,7 @@ declare const AssetReservation: {
3975
3991
  title?: string | undefined;
3976
3992
  _url?: string | undefined;
3977
3993
  level?: 0 | 9 | 3 | 5 | undefined;
3994
+ variant?: "extraBot" | undefined;
3978
3995
  }>;
3979
3996
  flushedWidgets: string[];
3980
3997
  rtObjectStack: {
@@ -4021,10 +4038,11 @@ declare const AssetReservation: {
4021
4038
  title: string;
4022
4039
  _url: string;
4023
4040
  } & {
4024
- [key: string]: string | number | null;
4041
+ [key: string]: string | number | null | undefined;
4025
4042
  level: 0 | 9 | 3 | 5;
4026
4043
  dateCreation: string;
4027
4044
  dateModified: string;
4045
+ variant?: "extraBot" | undefined;
4028
4046
  };
4029
4047
  _right: jamespot_user_api.Rights;
4030
4048
  _audience: (jamespot_user_api.jUserLittle | {
@@ -4085,8 +4103,8 @@ declare const AssetReservation: {
4085
4103
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
4086
4104
  uniqid: string;
4087
4105
  content: {
4088
- limit?: number | boolean | undefined;
4089
4106
  uri?: string | undefined;
4107
+ limit?: number | boolean | undefined;
4090
4108
  tableColumnsData?: {
4091
4109
  name?: string | undefined;
4092
4110
  label?: string | undefined;
@@ -4146,10 +4164,11 @@ declare const AssetReservation: {
4146
4164
  title: string;
4147
4165
  _url: string;
4148
4166
  } & {
4149
- [key: string]: string | number | null;
4167
+ [key: string]: string | number | null | undefined;
4150
4168
  level: 0 | 9 | 3 | 5;
4151
4169
  dateCreation: string;
4152
4170
  dateModified: string;
4171
+ variant?: "extraBot" | undefined;
4153
4172
  };
4154
4173
  _right: jamespot_user_api.Rights;
4155
4174
  _audience: (jamespot_user_api.jUserLittle | {
@@ -4190,10 +4209,11 @@ declare const AssetReservation: {
4190
4209
  title: string;
4191
4210
  _url: string;
4192
4211
  } & {
4193
- [key: string]: string | number | null;
4212
+ [key: string]: string | number | null | undefined;
4194
4213
  level: 0 | 9 | 3 | 5;
4195
4214
  dateCreation: string;
4196
4215
  dateModified: string;
4216
+ variant?: "extraBot" | undefined;
4197
4217
  };
4198
4218
  _right: jamespot_user_api.Rights;
4199
4219
  _audience: (jamespot_user_api.jUserLittle | {
@@ -4254,8 +4274,8 @@ declare const AssetReservation: {
4254
4274
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
4255
4275
  uniqid: string;
4256
4276
  content: {
4257
- limit?: number | boolean | undefined;
4258
4277
  uri?: string | undefined;
4278
+ limit?: number | boolean | undefined;
4259
4279
  tableColumnsData?: {
4260
4280
  name?: string | undefined;
4261
4281
  label?: string | undefined;
@@ -4335,8 +4355,8 @@ declare const AssetReservation: {
4335
4355
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
4336
4356
  uniqid: string;
4337
4357
  content: {
4338
- limit?: number | boolean | undefined;
4339
4358
  uri?: string | undefined;
4359
+ limit?: number | boolean | undefined;
4340
4360
  tableColumnsData?: {
4341
4361
  name?: string | undefined;
4342
4362
  label?: string | undefined;
@@ -4423,10 +4443,11 @@ declare const fetchReports: _reduxjs_toolkit.AsyncThunk<PagingResults<{
4423
4443
  title: string;
4424
4444
  _url: string;
4425
4445
  } & {
4426
- [key: string]: string | number | null;
4446
+ [key: string]: string | number | null | undefined;
4427
4447
  level: 0 | 9 | 3 | 5;
4428
4448
  dateCreation: string;
4429
4449
  dateModified: string;
4450
+ variant?: "extraBot" | undefined;
4430
4451
  };
4431
4452
  _right: jamespot_user_api.Rights;
4432
4453
  _audience: (jamespot_user_api.jUserLittle | {
@@ -4489,8 +4510,8 @@ declare const fetchReports: _reduxjs_toolkit.AsyncThunk<PagingResults<{
4489
4510
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
4490
4511
  uniqid: string;
4491
4512
  content: {
4492
- limit?: number | boolean | undefined;
4493
4513
  uri?: string | undefined;
4514
+ limit?: number | boolean | undefined;
4494
4515
  tableColumnsData?: {
4495
4516
  name?: string | undefined;
4496
4517
  label?: string | undefined;
@@ -4573,8 +4594,8 @@ declare const fetchReports: _reduxjs_toolkit.AsyncThunk<PagingResults<{
4573
4594
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
4574
4595
  uniqid: string;
4575
4596
  content: {
4576
- limit?: number | boolean | undefined;
4577
4597
  uri?: string | undefined;
4598
+ limit?: number | boolean | undefined;
4578
4599
  tableColumnsData?: {
4579
4600
  name?: string | undefined;
4580
4601
  label?: string | undefined;
@@ -4655,8 +4676,8 @@ declare const fetchReports: _reduxjs_toolkit.AsyncThunk<PagingResults<{
4655
4676
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
4656
4677
  uniqid: string;
4657
4678
  content: {
4658
- limit?: number | boolean | undefined;
4659
4679
  uri?: string | undefined;
4680
+ limit?: number | boolean | undefined;
4660
4681
  tableColumnsData?: {
4661
4682
  name?: string | undefined;
4662
4683
  label?: string | undefined;
@@ -4739,6 +4760,7 @@ declare const fetchReports: _reduxjs_toolkit.AsyncThunk<PagingResults<{
4739
4760
  title?: string | undefined;
4740
4761
  _url?: string | undefined;
4741
4762
  level?: 0 | 9 | 3 | 5 | undefined;
4763
+ variant?: "extraBot" | undefined;
4742
4764
  }>;
4743
4765
  flushedWidgets: string[];
4744
4766
  rtObjectStack: {
@@ -4808,8 +4830,8 @@ declare const updateStatus: _reduxjs_toolkit.AsyncThunk<boolean, {
4808
4830
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
4809
4831
  uniqid: string;
4810
4832
  content: {
4811
- limit?: number | boolean | undefined;
4812
4833
  uri?: string | undefined;
4834
+ limit?: number | boolean | undefined;
4813
4835
  tableColumnsData?: {
4814
4836
  name?: string | undefined;
4815
4837
  label?: string | undefined;
@@ -4890,8 +4912,8 @@ declare const updateStatus: _reduxjs_toolkit.AsyncThunk<boolean, {
4890
4912
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
4891
4913
  uniqid: string;
4892
4914
  content: {
4893
- limit?: number | boolean | undefined;
4894
4915
  uri?: string | undefined;
4916
+ limit?: number | boolean | undefined;
4895
4917
  tableColumnsData?: {
4896
4918
  name?: string | undefined;
4897
4919
  label?: string | undefined;
@@ -4974,6 +4996,7 @@ declare const updateStatus: _reduxjs_toolkit.AsyncThunk<boolean, {
4974
4996
  title?: string | undefined;
4975
4997
  _url?: string | undefined;
4976
4998
  level?: 0 | 9 | 3 | 5 | undefined;
4999
+ variant?: "extraBot" | undefined;
4977
5000
  }>;
4978
5001
  flushedWidgets: string[];
4979
5002
  rtObjectStack: {
@@ -5026,10 +5049,11 @@ declare const ContentReport: {
5026
5049
  title: string;
5027
5050
  _url: string;
5028
5051
  } & {
5029
- [key: string]: string | number | null;
5052
+ [key: string]: string | number | null | undefined;
5030
5053
  level: 0 | 9 | 3 | 5;
5031
5054
  dateCreation: string;
5032
5055
  dateModified: string;
5056
+ variant?: "extraBot" | undefined;
5033
5057
  };
5034
5058
  _right: jamespot_user_api.Rights;
5035
5059
  _audience: (jamespot_user_api.jUserLittle | {
@@ -5092,8 +5116,8 @@ declare const ContentReport: {
5092
5116
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
5093
5117
  uniqid: string;
5094
5118
  content: {
5095
- limit?: number | boolean | undefined;
5096
5119
  uri?: string | undefined;
5120
+ limit?: number | boolean | undefined;
5097
5121
  tableColumnsData?: {
5098
5122
  name?: string | undefined;
5099
5123
  label?: string | undefined;
@@ -5176,8 +5200,8 @@ declare const ContentReport: {
5176
5200
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
5177
5201
  uniqid: string;
5178
5202
  content: {
5179
- limit?: number | boolean | undefined;
5180
5203
  uri?: string | undefined;
5204
+ limit?: number | boolean | undefined;
5181
5205
  tableColumnsData?: {
5182
5206
  name?: string | undefined;
5183
5207
  label?: string | undefined;
@@ -5258,8 +5282,8 @@ declare const ContentReport: {
5258
5282
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
5259
5283
  uniqid: string;
5260
5284
  content: {
5261
- limit?: number | boolean | undefined;
5262
5285
  uri?: string | undefined;
5286
+ limit?: number | boolean | undefined;
5263
5287
  tableColumnsData?: {
5264
5288
  name?: string | undefined;
5265
5289
  label?: string | undefined;
@@ -5342,6 +5366,7 @@ declare const ContentReport: {
5342
5366
  title?: string | undefined;
5343
5367
  _url?: string | undefined;
5344
5368
  level?: 0 | 9 | 3 | 5 | undefined;
5369
+ variant?: "extraBot" | undefined;
5345
5370
  }>;
5346
5371
  flushedWidgets: string[];
5347
5372
  rtObjectStack: {
@@ -5411,8 +5436,8 @@ declare const ContentReport: {
5411
5436
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
5412
5437
  uniqid: string;
5413
5438
  content: {
5414
- limit?: number | boolean | undefined;
5415
5439
  uri?: string | undefined;
5440
+ limit?: number | boolean | undefined;
5416
5441
  tableColumnsData?: {
5417
5442
  name?: string | undefined;
5418
5443
  label?: string | undefined;
@@ -5493,8 +5518,8 @@ declare const ContentReport: {
5493
5518
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
5494
5519
  uniqid: string;
5495
5520
  content: {
5496
- limit?: number | boolean | undefined;
5497
5521
  uri?: string | undefined;
5522
+ limit?: number | boolean | undefined;
5498
5523
  tableColumnsData?: {
5499
5524
  name?: string | undefined;
5500
5525
  label?: string | undefined;
@@ -5577,6 +5602,7 @@ declare const ContentReport: {
5577
5602
  title?: string | undefined;
5578
5603
  _url?: string | undefined;
5579
5604
  level?: 0 | 9 | 3 | 5 | undefined;
5605
+ variant?: "extraBot" | undefined;
5580
5606
  }>;
5581
5607
  flushedWidgets: string[];
5582
5608
  rtObjectStack: {
@@ -5792,8 +5818,8 @@ declare const Bookmark: {
5792
5818
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
5793
5819
  uniqid: string;
5794
5820
  content: {
5795
- limit?: number | boolean | undefined;
5796
5821
  uri?: string | undefined;
5822
+ limit?: number | boolean | undefined;
5797
5823
  tableColumnsData?: {
5798
5824
  name?: string | undefined;
5799
5825
  label?: string | undefined;
@@ -5874,8 +5900,8 @@ declare const Bookmark: {
5874
5900
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
5875
5901
  uniqid: string;
5876
5902
  content: {
5877
- limit?: number | boolean | undefined;
5878
5903
  uri?: string | undefined;
5904
+ limit?: number | boolean | undefined;
5879
5905
  tableColumnsData?: {
5880
5906
  name?: string | undefined;
5881
5907
  label?: string | undefined;
@@ -5958,6 +5984,7 @@ declare const Bookmark: {
5958
5984
  title?: string | undefined;
5959
5985
  _url?: string | undefined;
5960
5986
  level?: 0 | 9 | 3 | 5 | undefined;
5987
+ variant?: "extraBot" | undefined;
5961
5988
  }>;
5962
5989
  flushedWidgets: string[];
5963
5990
  rtObjectStack: {
@@ -6095,8 +6122,8 @@ declare const Bookmark: {
6095
6122
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
6096
6123
  uniqid: string;
6097
6124
  content: {
6098
- limit?: number | boolean | undefined;
6099
6125
  uri?: string | undefined;
6126
+ limit?: number | boolean | undefined;
6100
6127
  tableColumnsData?: {
6101
6128
  name?: string | undefined;
6102
6129
  label?: string | undefined;
@@ -6177,8 +6204,8 @@ declare const Bookmark: {
6177
6204
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
6178
6205
  uniqid: string;
6179
6206
  content: {
6180
- limit?: number | boolean | undefined;
6181
6207
  uri?: string | undefined;
6208
+ limit?: number | boolean | undefined;
6182
6209
  tableColumnsData?: {
6183
6210
  name?: string | undefined;
6184
6211
  label?: string | undefined;
@@ -6261,6 +6288,7 @@ declare const Bookmark: {
6261
6288
  title?: string | undefined;
6262
6289
  _url?: string | undefined;
6263
6290
  level?: 0 | 9 | 3 | 5 | undefined;
6291
+ variant?: "extraBot" | undefined;
6264
6292
  }>;
6265
6293
  flushedWidgets: string[];
6266
6294
  rtObjectStack: {
@@ -6369,8 +6397,8 @@ declare const Bookmark: {
6369
6397
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
6370
6398
  uniqid: string;
6371
6399
  content: {
6372
- limit?: number | boolean | undefined;
6373
6400
  uri?: string | undefined;
6401
+ limit?: number | boolean | undefined;
6374
6402
  tableColumnsData?: {
6375
6403
  name?: string | undefined;
6376
6404
  label?: string | undefined;
@@ -6451,8 +6479,8 @@ declare const Bookmark: {
6451
6479
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
6452
6480
  uniqid: string;
6453
6481
  content: {
6454
- limit?: number | boolean | undefined;
6455
6482
  uri?: string | undefined;
6483
+ limit?: number | boolean | undefined;
6456
6484
  tableColumnsData?: {
6457
6485
  name?: string | undefined;
6458
6486
  label?: string | undefined;
@@ -6535,6 +6563,7 @@ declare const Bookmark: {
6535
6563
  title?: string | undefined;
6536
6564
  _url?: string | undefined;
6537
6565
  level?: 0 | 9 | 3 | 5 | undefined;
6566
+ variant?: "extraBot" | undefined;
6538
6567
  }>;
6539
6568
  flushedWidgets: string[];
6540
6569
  rtObjectStack: {
@@ -6622,8 +6651,8 @@ declare const Bookmark: {
6622
6651
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
6623
6652
  uniqid: string;
6624
6653
  content: {
6625
- limit?: number | boolean | undefined;
6626
6654
  uri?: string | undefined;
6655
+ limit?: number | boolean | undefined;
6627
6656
  tableColumnsData?: {
6628
6657
  name?: string | undefined;
6629
6658
  label?: string | undefined;
@@ -6704,8 +6733,8 @@ declare const Bookmark: {
6704
6733
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
6705
6734
  uniqid: string;
6706
6735
  content: {
6707
- limit?: number | boolean | undefined;
6708
6736
  uri?: string | undefined;
6737
+ limit?: number | boolean | undefined;
6709
6738
  tableColumnsData?: {
6710
6739
  name?: string | undefined;
6711
6740
  label?: string | undefined;
@@ -6788,6 +6817,7 @@ declare const Bookmark: {
6788
6817
  title?: string | undefined;
6789
6818
  _url?: string | undefined;
6790
6819
  level?: 0 | 9 | 3 | 5 | undefined;
6820
+ variant?: "extraBot" | undefined;
6791
6821
  }>;
6792
6822
  flushedWidgets: string[];
6793
6823
  rtObjectStack: {
@@ -6873,8 +6903,8 @@ declare const Bookmark: {
6873
6903
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
6874
6904
  uniqid: string;
6875
6905
  content: {
6876
- limit?: number | boolean | undefined;
6877
6906
  uri?: string | undefined;
6907
+ limit?: number | boolean | undefined;
6878
6908
  tableColumnsData?: {
6879
6909
  name?: string | undefined;
6880
6910
  label?: string | undefined;
@@ -6955,8 +6985,8 @@ declare const Bookmark: {
6955
6985
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
6956
6986
  uniqid: string;
6957
6987
  content: {
6958
- limit?: number | boolean | undefined;
6959
6988
  uri?: string | undefined;
6989
+ limit?: number | boolean | undefined;
6960
6990
  tableColumnsData?: {
6961
6991
  name?: string | undefined;
6962
6992
  label?: string | undefined;
@@ -7039,6 +7069,7 @@ declare const Bookmark: {
7039
7069
  title?: string | undefined;
7040
7070
  _url?: string | undefined;
7041
7071
  level?: 0 | 9 | 3 | 5 | undefined;
7072
+ variant?: "extraBot" | undefined;
7042
7073
  }>;
7043
7074
  flushedWidgets: string[];
7044
7075
  rtObjectStack: {
@@ -7130,7 +7161,7 @@ type CommentRootState = {
7130
7161
  };
7131
7162
  type CommentsList = {
7132
7163
  idArticle: number;
7133
- list: Array<CommentWithExtensions<jCommentList, ['actions', 'extraBotRedacted']> & {
7164
+ list: Array<CommentWithExtensions<jCommentList, ['actions']> & {
7134
7165
  pending?: boolean;
7135
7166
  }>;
7136
7167
  };
@@ -7166,10 +7197,11 @@ declare const Comment: {
7166
7197
  title: string;
7167
7198
  _url: string;
7168
7199
  } & {
7169
- [key: string]: string | number | null;
7200
+ [key: string]: string | number | null | undefined;
7170
7201
  level: 0 | 9 | 3 | 5;
7171
7202
  dateCreation: string;
7172
7203
  dateModified: string;
7204
+ variant?: "extraBot" | undefined;
7173
7205
  };
7174
7206
  _right: jamespot_user_api.Rights;
7175
7207
  _attachedFiles?: {
@@ -7232,8 +7264,8 @@ declare const Comment: {
7232
7264
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
7233
7265
  uniqid: string;
7234
7266
  content: {
7235
- limit?: number | boolean | undefined;
7236
7267
  uri?: string | undefined;
7268
+ limit?: number | boolean | undefined;
7237
7269
  tableColumnsData?: {
7238
7270
  name?: string | undefined;
7239
7271
  label?: string | undefined;
@@ -7291,8 +7323,8 @@ declare const Comment: {
7291
7323
  idArticle: number;
7292
7324
  attachment?: boolean | undefined;
7293
7325
  limits?: {
7294
- start: number;
7295
7326
  max: number;
7327
+ start: number;
7296
7328
  } | undefined;
7297
7329
  }, {
7298
7330
  dispatch: any;
@@ -7330,8 +7362,8 @@ declare const Comment: {
7330
7362
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
7331
7363
  uniqid: string;
7332
7364
  content: {
7333
- limit?: number | boolean | undefined;
7334
7365
  uri?: string | undefined;
7366
+ limit?: number | boolean | undefined;
7335
7367
  tableColumnsData?: {
7336
7368
  name?: string | undefined;
7337
7369
  label?: string | undefined;
@@ -7412,8 +7444,8 @@ declare const Comment: {
7412
7444
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
7413
7445
  uniqid: string;
7414
7446
  content: {
7415
- limit?: number | boolean | undefined;
7416
7447
  uri?: string | undefined;
7448
+ limit?: number | boolean | undefined;
7417
7449
  tableColumnsData?: {
7418
7450
  name?: string | undefined;
7419
7451
  label?: string | undefined;
@@ -7496,6 +7528,7 @@ declare const Comment: {
7496
7528
  title?: string | undefined;
7497
7529
  _url?: string | undefined;
7498
7530
  level?: 0 | 9 | 3 | 5 | undefined;
7531
+ variant?: "extraBot" | undefined;
7499
7532
  }>;
7500
7533
  flushedWidgets: string[];
7501
7534
  rtObjectStack: {
@@ -7565,8 +7598,8 @@ declare const Comment: {
7565
7598
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
7566
7599
  uniqid: string;
7567
7600
  content: {
7568
- limit?: number | boolean | undefined;
7569
7601
  uri?: string | undefined;
7602
+ limit?: number | boolean | undefined;
7570
7603
  tableColumnsData?: {
7571
7604
  name?: string | undefined;
7572
7605
  label?: string | undefined;
@@ -7647,8 +7680,8 @@ declare const Comment: {
7647
7680
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
7648
7681
  uniqid: string;
7649
7682
  content: {
7650
- limit?: number | boolean | undefined;
7651
7683
  uri?: string | undefined;
7684
+ limit?: number | boolean | undefined;
7652
7685
  tableColumnsData?: {
7653
7686
  name?: string | undefined;
7654
7687
  label?: string | undefined;
@@ -7731,6 +7764,7 @@ declare const Comment: {
7731
7764
  title?: string | undefined;
7732
7765
  _url?: string | undefined;
7733
7766
  level?: 0 | 9 | 3 | 5 | undefined;
7767
+ variant?: "extraBot" | undefined;
7734
7768
  }>;
7735
7769
  flushedWidgets: string[];
7736
7770
  rtObjectStack: {
@@ -7775,10 +7809,11 @@ declare const Comment: {
7775
7809
  title: string;
7776
7810
  _url: string;
7777
7811
  } & {
7778
- [key: string]: string | number | null;
7812
+ [key: string]: string | number | null | undefined;
7779
7813
  level: 0 | 9 | 3 | 5;
7780
7814
  dateCreation: string;
7781
7815
  dateModified: string;
7816
+ variant?: "extraBot" | undefined;
7782
7817
  };
7783
7818
  _right: jamespot_user_api.Rights;
7784
7819
  _attachedFiles?: {
@@ -7841,8 +7876,8 @@ declare const Comment: {
7841
7876
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
7842
7877
  uniqid: string;
7843
7878
  content: {
7844
- limit?: number | boolean | undefined;
7845
7879
  uri?: string | undefined;
7880
+ limit?: number | boolean | undefined;
7846
7881
  tableColumnsData?: {
7847
7882
  name?: string | undefined;
7848
7883
  label?: string | undefined;
@@ -7917,10 +7952,11 @@ declare const Comment: {
7917
7952
  title: string;
7918
7953
  _url: string;
7919
7954
  } & {
7920
- [key: string]: string | number | null;
7955
+ [key: string]: string | number | null | undefined;
7921
7956
  level: 0 | 9 | 3 | 5;
7922
7957
  dateCreation: string;
7923
7958
  dateModified: string;
7959
+ variant?: "extraBot" | undefined;
7924
7960
  };
7925
7961
  _right: jamespot_user_api.Rights;
7926
7962
  _attachedFiles?: {
@@ -7983,8 +8019,8 @@ declare const Comment: {
7983
8019
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
7984
8020
  uniqid: string;
7985
8021
  content: {
7986
- limit?: number | boolean | undefined;
7987
8022
  uri?: string | undefined;
8023
+ limit?: number | boolean | undefined;
7988
8024
  tableColumnsData?: {
7989
8025
  name?: string | undefined;
7990
8026
  label?: string | undefined;
@@ -8061,8 +8097,7 @@ declare const Comment: {
8061
8097
  monthRequestsMax: number;
8062
8098
  monthRequestsHit: number;
8063
8099
  } | undefined;
8064
- extraBotRedacted?: boolean | undefined;
8065
- }, "actions" | "extraBotRedacted">;
8100
+ }, "actions">;
8066
8101
  } & {
8067
8102
  pending?: boolean;
8068
8103
  })[];
@@ -8106,10 +8141,11 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
8106
8141
  title: string;
8107
8142
  _url: string;
8108
8143
  } & {
8109
- [key: string]: string | number | null;
8144
+ [key: string]: string | number | null | undefined;
8110
8145
  level: 0 | 9 | 3 | 5;
8111
8146
  dateCreation: string;
8112
8147
  dateModified: string;
8148
+ variant?: "extraBot" | undefined;
8113
8149
  };
8114
8150
  _right: jamespot_user_api.Rights;
8115
8151
  _attachedFiles: {
@@ -8197,8 +8233,8 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
8197
8233
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
8198
8234
  uniqid: string;
8199
8235
  content: {
8200
- limit?: number | boolean | undefined;
8201
8236
  uri?: string | undefined;
8237
+ limit?: number | boolean | undefined;
8202
8238
  tableColumnsData?: {
8203
8239
  name?: string | undefined;
8204
8240
  label?: string | undefined;
@@ -8245,13 +8281,13 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
8245
8281
  }>)>[] | undefined;
8246
8282
  moderators?: {
8247
8283
  type: string;
8248
- name: string;
8249
8284
  id: string;
8250
8285
  mainType: string;
8251
8286
  uri: string;
8252
8287
  title: string;
8253
8288
  _url: string;
8254
8289
  class: string;
8290
+ name: string;
8255
8291
  label: string;
8256
8292
  Pseudo: string;
8257
8293
  cssClass: string;
@@ -8260,12 +8296,12 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
8260
8296
  }[] | undefined;
8261
8297
  groups?: {
8262
8298
  type: string;
8263
- name: string;
8264
8299
  id: string;
8265
8300
  mainType: string;
8266
8301
  uri: string;
8267
8302
  title: string;
8268
8303
  class: string;
8304
+ name: string;
8269
8305
  label: string;
8270
8306
  cssClass: string;
8271
8307
  cssColor: string;
@@ -8314,8 +8350,8 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
8314
8350
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
8315
8351
  uniqid: string;
8316
8352
  content: {
8317
- limit?: number | boolean | undefined;
8318
8353
  uri?: string | undefined;
8354
+ limit?: number | boolean | undefined;
8319
8355
  tableColumnsData?: {
8320
8356
  name?: string | undefined;
8321
8357
  label?: string | undefined;
@@ -8396,8 +8432,8 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
8396
8432
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
8397
8433
  uniqid: string;
8398
8434
  content: {
8399
- limit?: number | boolean | undefined;
8400
8435
  uri?: string | undefined;
8436
+ limit?: number | boolean | undefined;
8401
8437
  tableColumnsData?: {
8402
8438
  name?: string | undefined;
8403
8439
  label?: string | undefined;
@@ -8480,6 +8516,7 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
8480
8516
  title?: string | undefined;
8481
8517
  _url?: string | undefined;
8482
8518
  level?: 0 | 9 | 3 | 5 | undefined;
8519
+ variant?: "extraBot" | undefined;
8483
8520
  }>;
8484
8521
  flushedWidgets: string[];
8485
8522
  rtObjectStack: {
@@ -8525,10 +8562,11 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
8525
8562
  title: string;
8526
8563
  _url: string;
8527
8564
  } & {
8528
- [key: string]: string | number | null;
8565
+ [key: string]: string | number | null | undefined;
8529
8566
  level: 0 | 9 | 3 | 5;
8530
8567
  dateCreation: string;
8531
8568
  dateModified: string;
8569
+ variant?: "extraBot" | undefined;
8532
8570
  };
8533
8571
  _right: jamespot_user_api.Rights;
8534
8572
  _attachedFiles: {
@@ -8616,8 +8654,8 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
8616
8654
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
8617
8655
  uniqid: string;
8618
8656
  content: {
8619
- limit?: number | boolean | undefined;
8620
8657
  uri?: string | undefined;
8658
+ limit?: number | boolean | undefined;
8621
8659
  tableColumnsData?: {
8622
8660
  name?: string | undefined;
8623
8661
  label?: string | undefined;
@@ -8664,13 +8702,13 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
8664
8702
  }>)>[] | undefined;
8665
8703
  moderators?: {
8666
8704
  type: string;
8667
- name: string;
8668
8705
  id: string;
8669
8706
  mainType: string;
8670
8707
  uri: string;
8671
8708
  title: string;
8672
8709
  _url: string;
8673
8710
  class: string;
8711
+ name: string;
8674
8712
  label: string;
8675
8713
  Pseudo: string;
8676
8714
  cssClass: string;
@@ -8679,12 +8717,12 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
8679
8717
  }[] | undefined;
8680
8718
  groups?: {
8681
8719
  type: string;
8682
- name: string;
8683
8720
  id: string;
8684
8721
  mainType: string;
8685
8722
  uri: string;
8686
8723
  title: string;
8687
8724
  class: string;
8725
+ name: string;
8688
8726
  label: string;
8689
8727
  cssClass: string;
8690
8728
  cssColor: string;
@@ -8733,8 +8771,8 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
8733
8771
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
8734
8772
  uniqid: string;
8735
8773
  content: {
8736
- limit?: number | boolean | undefined;
8737
8774
  uri?: string | undefined;
8775
+ limit?: number | boolean | undefined;
8738
8776
  tableColumnsData?: {
8739
8777
  name?: string | undefined;
8740
8778
  label?: string | undefined;
@@ -8815,8 +8853,8 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
8815
8853
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
8816
8854
  uniqid: string;
8817
8855
  content: {
8818
- limit?: number | boolean | undefined;
8819
8856
  uri?: string | undefined;
8857
+ limit?: number | boolean | undefined;
8820
8858
  tableColumnsData?: {
8821
8859
  name?: string | undefined;
8822
8860
  label?: string | undefined;
@@ -8899,6 +8937,7 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
8899
8937
  title?: string | undefined;
8900
8938
  _url?: string | undefined;
8901
8939
  level?: 0 | 9 | 3 | 5 | undefined;
8940
+ variant?: "extraBot" | undefined;
8902
8941
  }>;
8903
8942
  flushedWidgets: string[];
8904
8943
  rtObjectStack: {
@@ -8944,10 +8983,11 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
8944
8983
  title: string;
8945
8984
  _url: string;
8946
8985
  } & {
8947
- [key: string]: string | number | null;
8986
+ [key: string]: string | number | null | undefined;
8948
8987
  level: 0 | 9 | 3 | 5;
8949
8988
  dateCreation: string;
8950
8989
  dateModified: string;
8990
+ variant?: "extraBot" | undefined;
8951
8991
  };
8952
8992
  _right: jamespot_user_api.Rights;
8953
8993
  _attachedFiles: {
@@ -9035,8 +9075,8 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
9035
9075
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
9036
9076
  uniqid: string;
9037
9077
  content: {
9038
- limit?: number | boolean | undefined;
9039
9078
  uri?: string | undefined;
9079
+ limit?: number | boolean | undefined;
9040
9080
  tableColumnsData?: {
9041
9081
  name?: string | undefined;
9042
9082
  label?: string | undefined;
@@ -9083,13 +9123,13 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
9083
9123
  }>)>[] | undefined;
9084
9124
  moderators?: {
9085
9125
  type: string;
9086
- name: string;
9087
9126
  id: string;
9088
9127
  mainType: string;
9089
9128
  uri: string;
9090
9129
  title: string;
9091
9130
  _url: string;
9092
9131
  class: string;
9132
+ name: string;
9093
9133
  label: string;
9094
9134
  Pseudo: string;
9095
9135
  cssClass: string;
@@ -9098,12 +9138,12 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
9098
9138
  }[] | undefined;
9099
9139
  groups?: {
9100
9140
  type: string;
9101
- name: string;
9102
9141
  id: string;
9103
9142
  mainType: string;
9104
9143
  uri: string;
9105
9144
  title: string;
9106
9145
  class: string;
9146
+ name: string;
9107
9147
  label: string;
9108
9148
  cssClass: string;
9109
9149
  cssColor: string;
@@ -9131,10 +9171,11 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
9131
9171
  title: string;
9132
9172
  _url: string;
9133
9173
  } & {
9134
- [key: string]: string | number | null;
9174
+ [key: string]: string | number | null | undefined;
9135
9175
  level: 0 | 9 | 3 | 5;
9136
9176
  dateCreation: string;
9137
9177
  dateModified: string;
9178
+ variant?: "extraBot" | undefined;
9138
9179
  };
9139
9180
  _right: jamespot_user_api.Rights;
9140
9181
  _attachedFiles: {
@@ -9222,8 +9263,8 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
9222
9263
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
9223
9264
  uniqid: string;
9224
9265
  content: {
9225
- limit?: number | boolean | undefined;
9226
9266
  uri?: string | undefined;
9267
+ limit?: number | boolean | undefined;
9227
9268
  tableColumnsData?: {
9228
9269
  name?: string | undefined;
9229
9270
  label?: string | undefined;
@@ -9270,13 +9311,13 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
9270
9311
  }>)>[] | undefined;
9271
9312
  moderators?: {
9272
9313
  type: string;
9273
- name: string;
9274
9314
  id: string;
9275
9315
  mainType: string;
9276
9316
  uri: string;
9277
9317
  title: string;
9278
9318
  _url: string;
9279
9319
  class: string;
9320
+ name: string;
9280
9321
  label: string;
9281
9322
  Pseudo: string;
9282
9323
  cssClass: string;
@@ -9285,12 +9326,12 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
9285
9326
  }[] | undefined;
9286
9327
  groups?: {
9287
9328
  type: string;
9288
- name: string;
9289
9329
  id: string;
9290
9330
  mainType: string;
9291
9331
  uri: string;
9292
9332
  title: string;
9293
9333
  class: string;
9334
+ name: string;
9294
9335
  label: string;
9295
9336
  cssClass: string;
9296
9337
  cssColor: string;
@@ -9339,8 +9380,8 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
9339
9380
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
9340
9381
  uniqid: string;
9341
9382
  content: {
9342
- limit?: number | boolean | undefined;
9343
9383
  uri?: string | undefined;
9384
+ limit?: number | boolean | undefined;
9344
9385
  tableColumnsData?: {
9345
9386
  name?: string | undefined;
9346
9387
  label?: string | undefined;
@@ -9421,8 +9462,8 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
9421
9462
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
9422
9463
  uniqid: string;
9423
9464
  content: {
9424
- limit?: number | boolean | undefined;
9425
9465
  uri?: string | undefined;
9466
+ limit?: number | boolean | undefined;
9426
9467
  tableColumnsData?: {
9427
9468
  name?: string | undefined;
9428
9469
  label?: string | undefined;
@@ -9505,6 +9546,7 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
9505
9546
  title?: string | undefined;
9506
9547
  _url?: string | undefined;
9507
9548
  level?: 0 | 9 | 3 | 5 | undefined;
9549
+ variant?: "extraBot" | undefined;
9508
9550
  }>;
9509
9551
  flushedWidgets: string[];
9510
9552
  rtObjectStack: {
@@ -9553,10 +9595,11 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
9553
9595
  title: string;
9554
9596
  _url: string;
9555
9597
  } & {
9556
- [key: string]: string | number | null;
9598
+ [key: string]: string | number | null | undefined;
9557
9599
  level: 0 | 9 | 3 | 5;
9558
9600
  dateCreation: string;
9559
9601
  dateModified: string;
9602
+ variant?: "extraBot" | undefined;
9560
9603
  };
9561
9604
  _right: jamespot_user_api.Rights;
9562
9605
  _attachedFiles: {
@@ -9644,8 +9687,8 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
9644
9687
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
9645
9688
  uniqid: string;
9646
9689
  content: {
9647
- limit?: number | boolean | undefined;
9648
9690
  uri?: string | undefined;
9691
+ limit?: number | boolean | undefined;
9649
9692
  tableColumnsData?: {
9650
9693
  name?: string | undefined;
9651
9694
  label?: string | undefined;
@@ -9692,13 +9735,13 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
9692
9735
  }>)>[] | undefined;
9693
9736
  moderators?: {
9694
9737
  type: string;
9695
- name: string;
9696
9738
  id: string;
9697
9739
  mainType: string;
9698
9740
  uri: string;
9699
9741
  title: string;
9700
9742
  _url: string;
9701
9743
  class: string;
9744
+ name: string;
9702
9745
  label: string;
9703
9746
  Pseudo: string;
9704
9747
  cssClass: string;
@@ -9707,12 +9750,12 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
9707
9750
  }[] | undefined;
9708
9751
  groups?: {
9709
9752
  type: string;
9710
- name: string;
9711
9753
  id: string;
9712
9754
  mainType: string;
9713
9755
  uri: string;
9714
9756
  title: string;
9715
9757
  class: string;
9758
+ name: string;
9716
9759
  label: string;
9717
9760
  cssClass: string;
9718
9761
  cssColor: string;
@@ -9761,8 +9804,8 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
9761
9804
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
9762
9805
  uniqid: string;
9763
9806
  content: {
9764
- limit?: number | boolean | undefined;
9765
9807
  uri?: string | undefined;
9808
+ limit?: number | boolean | undefined;
9766
9809
  tableColumnsData?: {
9767
9810
  name?: string | undefined;
9768
9811
  label?: string | undefined;
@@ -9843,8 +9886,8 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
9843
9886
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
9844
9887
  uniqid: string;
9845
9888
  content: {
9846
- limit?: number | boolean | undefined;
9847
9889
  uri?: string | undefined;
9890
+ limit?: number | boolean | undefined;
9848
9891
  tableColumnsData?: {
9849
9892
  name?: string | undefined;
9850
9893
  label?: string | undefined;
@@ -9927,6 +9970,7 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
9927
9970
  title?: string | undefined;
9928
9971
  _url?: string | undefined;
9929
9972
  level?: 0 | 9 | 3 | 5 | undefined;
9973
+ variant?: "extraBot" | undefined;
9930
9974
  }>;
9931
9975
  flushedWidgets: string[];
9932
9976
  rtObjectStack: {
@@ -9972,10 +10016,11 @@ declare const updateListBotProperty: <K extends "description" | "id" | "mainType
9972
10016
  title: string;
9973
10017
  _url: string;
9974
10018
  } & {
9975
- [key: string]: string | number | null;
10019
+ [key: string]: string | number | null | undefined;
9976
10020
  level: 0 | 9 | 3 | 5;
9977
10021
  dateCreation: string;
9978
10022
  dateModified: string;
10023
+ variant?: "extraBot" | undefined;
9979
10024
  };
9980
10025
  _right: jamespot_user_api.Rights;
9981
10026
  _attachedFiles: {
@@ -10063,8 +10108,8 @@ declare const updateListBotProperty: <K extends "description" | "id" | "mainType
10063
10108
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
10064
10109
  uniqid: string;
10065
10110
  content: {
10066
- limit?: number | boolean | undefined;
10067
10111
  uri?: string | undefined;
10112
+ limit?: number | boolean | undefined;
10068
10113
  tableColumnsData?: {
10069
10114
  name?: string | undefined;
10070
10115
  label?: string | undefined;
@@ -10111,13 +10156,13 @@ declare const updateListBotProperty: <K extends "description" | "id" | "mainType
10111
10156
  }>)>[] | undefined;
10112
10157
  moderators?: {
10113
10158
  type: string;
10114
- name: string;
10115
10159
  id: string;
10116
10160
  mainType: string;
10117
10161
  uri: string;
10118
10162
  title: string;
10119
10163
  _url: string;
10120
10164
  class: string;
10165
+ name: string;
10121
10166
  label: string;
10122
10167
  Pseudo: string;
10123
10168
  cssClass: string;
@@ -10126,12 +10171,12 @@ declare const updateListBotProperty: <K extends "description" | "id" | "mainType
10126
10171
  }[] | undefined;
10127
10172
  groups?: {
10128
10173
  type: string;
10129
- name: string;
10130
10174
  id: string;
10131
10175
  mainType: string;
10132
10176
  uri: string;
10133
10177
  title: string;
10134
10178
  class: string;
10179
+ name: string;
10135
10180
  label: string;
10136
10181
  cssClass: string;
10137
10182
  cssColor: string;
@@ -10185,8 +10230,8 @@ declare const ExtraBot: {
10185
10230
  end: string;
10186
10231
  };
10187
10232
  name: string;
10188
- operator?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | undefined;
10189
- method?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | "+" | "-" | undefined;
10233
+ operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
10234
+ method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
10190
10235
  or?: boolean | undefined;
10191
10236
  isNull?: boolean | undefined;
10192
10237
  isNotNull?: boolean | undefined;
@@ -10208,8 +10253,8 @@ declare const ExtraBot: {
10208
10253
  end: string;
10209
10254
  };
10210
10255
  name: string;
10211
- operator?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | undefined;
10212
- method?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | "+" | "-" | undefined;
10256
+ operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
10257
+ method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
10213
10258
  or?: boolean | undefined;
10214
10259
  isNull?: boolean | undefined;
10215
10260
  isNotNull?: boolean | undefined;
@@ -10232,10 +10277,11 @@ declare const ExtraBot: {
10232
10277
  title: string;
10233
10278
  _url: string;
10234
10279
  } & {
10235
- [key: string]: string | number | null;
10280
+ [key: string]: string | number | null | undefined;
10236
10281
  level: 0 | 9 | 3 | 5;
10237
10282
  dateCreation: string;
10238
10283
  dateModified: string;
10284
+ variant?: "extraBot" | undefined;
10239
10285
  };
10240
10286
  _right: jamespot_user_api.Rights;
10241
10287
  _attachedFiles: {
@@ -10323,8 +10369,8 @@ declare const ExtraBot: {
10323
10369
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
10324
10370
  uniqid: string;
10325
10371
  content: {
10326
- limit?: number | boolean | undefined;
10327
10372
  uri?: string | undefined;
10373
+ limit?: number | boolean | undefined;
10328
10374
  tableColumnsData?: {
10329
10375
  name?: string | undefined;
10330
10376
  label?: string | undefined;
@@ -10371,13 +10417,13 @@ declare const ExtraBot: {
10371
10417
  }>)>[] | undefined;
10372
10418
  moderators?: {
10373
10419
  type: string;
10374
- name: string;
10375
10420
  id: string;
10376
10421
  mainType: string;
10377
10422
  uri: string;
10378
10423
  title: string;
10379
10424
  _url: string;
10380
10425
  class: string;
10426
+ name: string;
10381
10427
  label: string;
10382
10428
  Pseudo: string;
10383
10429
  cssClass: string;
@@ -10386,12 +10432,12 @@ declare const ExtraBot: {
10386
10432
  }[] | undefined;
10387
10433
  groups?: {
10388
10434
  type: string;
10389
- name: string;
10390
10435
  id: string;
10391
10436
  mainType: string;
10392
10437
  uri: string;
10393
10438
  title: string;
10394
10439
  class: string;
10440
+ name: string;
10395
10441
  label: string;
10396
10442
  cssClass: string;
10397
10443
  cssColor: string;
@@ -10440,8 +10486,8 @@ declare const ExtraBot: {
10440
10486
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
10441
10487
  uniqid: string;
10442
10488
  content: {
10443
- limit?: number | boolean | undefined;
10444
10489
  uri?: string | undefined;
10490
+ limit?: number | boolean | undefined;
10445
10491
  tableColumnsData?: {
10446
10492
  name?: string | undefined;
10447
10493
  label?: string | undefined;
@@ -10522,8 +10568,8 @@ declare const ExtraBot: {
10522
10568
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
10523
10569
  uniqid: string;
10524
10570
  content: {
10525
- limit?: number | boolean | undefined;
10526
10571
  uri?: string | undefined;
10572
+ limit?: number | boolean | undefined;
10527
10573
  tableColumnsData?: {
10528
10574
  name?: string | undefined;
10529
10575
  label?: string | undefined;
@@ -10606,6 +10652,7 @@ declare const ExtraBot: {
10606
10652
  title?: string | undefined;
10607
10653
  _url?: string | undefined;
10608
10654
  level?: 0 | 9 | 3 | 5 | undefined;
10655
+ variant?: "extraBot" | undefined;
10609
10656
  }>;
10610
10657
  flushedWidgets: string[];
10611
10658
  rtObjectStack: {
@@ -10651,10 +10698,11 @@ declare const ExtraBot: {
10651
10698
  title: string;
10652
10699
  _url: string;
10653
10700
  } & {
10654
- [key: string]: string | number | null;
10701
+ [key: string]: string | number | null | undefined;
10655
10702
  level: 0 | 9 | 3 | 5;
10656
10703
  dateCreation: string;
10657
10704
  dateModified: string;
10705
+ variant?: "extraBot" | undefined;
10658
10706
  };
10659
10707
  _right: jamespot_user_api.Rights;
10660
10708
  _attachedFiles: {
@@ -10742,8 +10790,8 @@ declare const ExtraBot: {
10742
10790
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
10743
10791
  uniqid: string;
10744
10792
  content: {
10745
- limit?: number | boolean | undefined;
10746
10793
  uri?: string | undefined;
10794
+ limit?: number | boolean | undefined;
10747
10795
  tableColumnsData?: {
10748
10796
  name?: string | undefined;
10749
10797
  label?: string | undefined;
@@ -10790,13 +10838,13 @@ declare const ExtraBot: {
10790
10838
  }>)>[] | undefined;
10791
10839
  moderators?: {
10792
10840
  type: string;
10793
- name: string;
10794
10841
  id: string;
10795
10842
  mainType: string;
10796
10843
  uri: string;
10797
10844
  title: string;
10798
10845
  _url: string;
10799
10846
  class: string;
10847
+ name: string;
10800
10848
  label: string;
10801
10849
  Pseudo: string;
10802
10850
  cssClass: string;
@@ -10805,12 +10853,12 @@ declare const ExtraBot: {
10805
10853
  }[] | undefined;
10806
10854
  groups?: {
10807
10855
  type: string;
10808
- name: string;
10809
10856
  id: string;
10810
10857
  mainType: string;
10811
10858
  uri: string;
10812
10859
  title: string;
10813
10860
  class: string;
10861
+ name: string;
10814
10862
  label: string;
10815
10863
  cssClass: string;
10816
10864
  cssColor: string;
@@ -10859,8 +10907,8 @@ declare const ExtraBot: {
10859
10907
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
10860
10908
  uniqid: string;
10861
10909
  content: {
10862
- limit?: number | boolean | undefined;
10863
10910
  uri?: string | undefined;
10911
+ limit?: number | boolean | undefined;
10864
10912
  tableColumnsData?: {
10865
10913
  name?: string | undefined;
10866
10914
  label?: string | undefined;
@@ -10941,8 +10989,8 @@ declare const ExtraBot: {
10941
10989
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
10942
10990
  uniqid: string;
10943
10991
  content: {
10944
- limit?: number | boolean | undefined;
10945
10992
  uri?: string | undefined;
10993
+ limit?: number | boolean | undefined;
10946
10994
  tableColumnsData?: {
10947
10995
  name?: string | undefined;
10948
10996
  label?: string | undefined;
@@ -11025,6 +11073,7 @@ declare const ExtraBot: {
11025
11073
  title?: string | undefined;
11026
11074
  _url?: string | undefined;
11027
11075
  level?: 0 | 9 | 3 | 5 | undefined;
11076
+ variant?: "extraBot" | undefined;
11028
11077
  }>;
11029
11078
  flushedWidgets: string[];
11030
11079
  rtObjectStack: {
@@ -11070,10 +11119,11 @@ declare const ExtraBot: {
11070
11119
  title: string;
11071
11120
  _url: string;
11072
11121
  } & {
11073
- [key: string]: string | number | null;
11122
+ [key: string]: string | number | null | undefined;
11074
11123
  level: 0 | 9 | 3 | 5;
11075
11124
  dateCreation: string;
11076
11125
  dateModified: string;
11126
+ variant?: "extraBot" | undefined;
11077
11127
  };
11078
11128
  _right: jamespot_user_api.Rights;
11079
11129
  _attachedFiles: {
@@ -11161,8 +11211,8 @@ declare const ExtraBot: {
11161
11211
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
11162
11212
  uniqid: string;
11163
11213
  content: {
11164
- limit?: number | boolean | undefined;
11165
11214
  uri?: string | undefined;
11215
+ limit?: number | boolean | undefined;
11166
11216
  tableColumnsData?: {
11167
11217
  name?: string | undefined;
11168
11218
  label?: string | undefined;
@@ -11209,13 +11259,13 @@ declare const ExtraBot: {
11209
11259
  }>)>[] | undefined;
11210
11260
  moderators?: {
11211
11261
  type: string;
11212
- name: string;
11213
11262
  id: string;
11214
11263
  mainType: string;
11215
11264
  uri: string;
11216
11265
  title: string;
11217
11266
  _url: string;
11218
11267
  class: string;
11268
+ name: string;
11219
11269
  label: string;
11220
11270
  Pseudo: string;
11221
11271
  cssClass: string;
@@ -11224,12 +11274,12 @@ declare const ExtraBot: {
11224
11274
  }[] | undefined;
11225
11275
  groups?: {
11226
11276
  type: string;
11227
- name: string;
11228
11277
  id: string;
11229
11278
  mainType: string;
11230
11279
  uri: string;
11231
11280
  title: string;
11232
11281
  class: string;
11282
+ name: string;
11233
11283
  label: string;
11234
11284
  cssClass: string;
11235
11285
  cssColor: string;
@@ -11257,10 +11307,11 @@ declare const ExtraBot: {
11257
11307
  title: string;
11258
11308
  _url: string;
11259
11309
  } & {
11260
- [key: string]: string | number | null;
11310
+ [key: string]: string | number | null | undefined;
11261
11311
  level: 0 | 9 | 3 | 5;
11262
11312
  dateCreation: string;
11263
11313
  dateModified: string;
11314
+ variant?: "extraBot" | undefined;
11264
11315
  };
11265
11316
  _right: jamespot_user_api.Rights;
11266
11317
  _attachedFiles: {
@@ -11348,8 +11399,8 @@ declare const ExtraBot: {
11348
11399
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
11349
11400
  uniqid: string;
11350
11401
  content: {
11351
- limit?: number | boolean | undefined;
11352
11402
  uri?: string | undefined;
11403
+ limit?: number | boolean | undefined;
11353
11404
  tableColumnsData?: {
11354
11405
  name?: string | undefined;
11355
11406
  label?: string | undefined;
@@ -11396,13 +11447,13 @@ declare const ExtraBot: {
11396
11447
  }>)>[] | undefined;
11397
11448
  moderators?: {
11398
11449
  type: string;
11399
- name: string;
11400
11450
  id: string;
11401
11451
  mainType: string;
11402
11452
  uri: string;
11403
11453
  title: string;
11404
11454
  _url: string;
11405
11455
  class: string;
11456
+ name: string;
11406
11457
  label: string;
11407
11458
  Pseudo: string;
11408
11459
  cssClass: string;
@@ -11411,12 +11462,12 @@ declare const ExtraBot: {
11411
11462
  }[] | undefined;
11412
11463
  groups?: {
11413
11464
  type: string;
11414
- name: string;
11415
11465
  id: string;
11416
11466
  mainType: string;
11417
11467
  uri: string;
11418
11468
  title: string;
11419
11469
  class: string;
11470
+ name: string;
11420
11471
  label: string;
11421
11472
  cssClass: string;
11422
11473
  cssColor: string;
@@ -11465,8 +11516,8 @@ declare const ExtraBot: {
11465
11516
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
11466
11517
  uniqid: string;
11467
11518
  content: {
11468
- limit?: number | boolean | undefined;
11469
11519
  uri?: string | undefined;
11520
+ limit?: number | boolean | undefined;
11470
11521
  tableColumnsData?: {
11471
11522
  name?: string | undefined;
11472
11523
  label?: string | undefined;
@@ -11547,8 +11598,8 @@ declare const ExtraBot: {
11547
11598
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
11548
11599
  uniqid: string;
11549
11600
  content: {
11550
- limit?: number | boolean | undefined;
11551
11601
  uri?: string | undefined;
11602
+ limit?: number | boolean | undefined;
11552
11603
  tableColumnsData?: {
11553
11604
  name?: string | undefined;
11554
11605
  label?: string | undefined;
@@ -11631,6 +11682,7 @@ declare const ExtraBot: {
11631
11682
  title?: string | undefined;
11632
11683
  _url?: string | undefined;
11633
11684
  level?: 0 | 9 | 3 | 5 | undefined;
11685
+ variant?: "extraBot" | undefined;
11634
11686
  }>;
11635
11687
  flushedWidgets: string[];
11636
11688
  rtObjectStack: {
@@ -11676,10 +11728,11 @@ declare const ExtraBot: {
11676
11728
  title: string;
11677
11729
  _url: string;
11678
11730
  } & {
11679
- [key: string]: string | number | null;
11731
+ [key: string]: string | number | null | undefined;
11680
11732
  level: 0 | 9 | 3 | 5;
11681
11733
  dateCreation: string;
11682
11734
  dateModified: string;
11735
+ variant?: "extraBot" | undefined;
11683
11736
  };
11684
11737
  _right: jamespot_user_api.Rights;
11685
11738
  _attachedFiles: {
@@ -11767,8 +11820,8 @@ declare const ExtraBot: {
11767
11820
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
11768
11821
  uniqid: string;
11769
11822
  content: {
11770
- limit?: number | boolean | undefined;
11771
11823
  uri?: string | undefined;
11824
+ limit?: number | boolean | undefined;
11772
11825
  tableColumnsData?: {
11773
11826
  name?: string | undefined;
11774
11827
  label?: string | undefined;
@@ -11815,13 +11868,13 @@ declare const ExtraBot: {
11815
11868
  }>)>[] | undefined;
11816
11869
  moderators?: {
11817
11870
  type: string;
11818
- name: string;
11819
11871
  id: string;
11820
11872
  mainType: string;
11821
11873
  uri: string;
11822
11874
  title: string;
11823
11875
  _url: string;
11824
11876
  class: string;
11877
+ name: string;
11825
11878
  label: string;
11826
11879
  Pseudo: string;
11827
11880
  cssClass: string;
@@ -11830,12 +11883,12 @@ declare const ExtraBot: {
11830
11883
  }[] | undefined;
11831
11884
  groups?: {
11832
11885
  type: string;
11833
- name: string;
11834
11886
  id: string;
11835
11887
  mainType: string;
11836
11888
  uri: string;
11837
11889
  title: string;
11838
11890
  class: string;
11891
+ name: string;
11839
11892
  label: string;
11840
11893
  cssClass: string;
11841
11894
  cssColor: string;
@@ -11884,8 +11937,8 @@ declare const ExtraBot: {
11884
11937
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
11885
11938
  uniqid: string;
11886
11939
  content: {
11887
- limit?: number | boolean | undefined;
11888
11940
  uri?: string | undefined;
11941
+ limit?: number | boolean | undefined;
11889
11942
  tableColumnsData?: {
11890
11943
  name?: string | undefined;
11891
11944
  label?: string | undefined;
@@ -11966,8 +12019,8 @@ declare const ExtraBot: {
11966
12019
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
11967
12020
  uniqid: string;
11968
12021
  content: {
11969
- limit?: number | boolean | undefined;
11970
12022
  uri?: string | undefined;
12023
+ limit?: number | boolean | undefined;
11971
12024
  tableColumnsData?: {
11972
12025
  name?: string | undefined;
11973
12026
  label?: string | undefined;
@@ -12050,6 +12103,7 @@ declare const ExtraBot: {
12050
12103
  title?: string | undefined;
12051
12104
  _url?: string | undefined;
12052
12105
  level?: 0 | 9 | 3 | 5 | undefined;
12106
+ variant?: "extraBot" | undefined;
12053
12107
  }>;
12054
12108
  flushedWidgets: string[];
12055
12109
  rtObjectStack: {
@@ -12162,10 +12216,11 @@ declare const Faq: {
12162
12216
  title: string;
12163
12217
  _url: string;
12164
12218
  } & {
12165
- [key: string]: string | number | null;
12219
+ [key: string]: string | number | null | undefined;
12166
12220
  level: 0 | 9 | 3 | 5;
12167
12221
  dateCreation: string;
12168
12222
  dateModified: string;
12223
+ variant?: "extraBot" | undefined;
12169
12224
  };
12170
12225
  _right: jamespot_user_api.Rights;
12171
12226
  _audience: (jamespot_user_api.jUserLittle | {
@@ -12224,8 +12279,8 @@ declare const Faq: {
12224
12279
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
12225
12280
  uniqid: string;
12226
12281
  content: {
12227
- limit?: number | boolean | undefined;
12228
12282
  uri?: string | undefined;
12283
+ limit?: number | boolean | undefined;
12229
12284
  tableColumnsData?: {
12230
12285
  name?: string | undefined;
12231
12286
  label?: string | undefined;
@@ -12352,6 +12407,15 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
12352
12407
  create: boolean;
12353
12408
  label: string;
12354
12409
  }) | undefined;
12410
+ TwoFactorAuthenticationHook?: ({
12411
+ isActive: boolean;
12412
+ } & {
12413
+ name: string;
12414
+ isActive: boolean;
12415
+ hasLicense: boolean;
12416
+ providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "no" | "optional" | "mandatory">>;
12417
+ banLifespan: number;
12418
+ }) | undefined;
12355
12419
  ExternalAppHook?: ({
12356
12420
  isActive: boolean;
12357
12421
  } & {
@@ -12435,6 +12499,15 @@ declare const Hook: {
12435
12499
  create: boolean;
12436
12500
  label: string;
12437
12501
  }) | undefined;
12502
+ TwoFactorAuthenticationHook?: ({
12503
+ isActive: boolean;
12504
+ } & {
12505
+ name: string;
12506
+ isActive: boolean;
12507
+ hasLicense: boolean;
12508
+ providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "no" | "optional" | "mandatory">>;
12509
+ banLifespan: number;
12510
+ }) | undefined;
12438
12511
  ExternalAppHook?: ({
12439
12512
  isActive: boolean;
12440
12513
  } & {
@@ -12514,6 +12587,15 @@ declare const Hook: {
12514
12587
  create: boolean;
12515
12588
  label: string;
12516
12589
  }) | undefined;
12590
+ TwoFactorAuthenticationHook?: ({
12591
+ isActive: boolean;
12592
+ } & {
12593
+ name: string;
12594
+ isActive: boolean;
12595
+ hasLicense: boolean;
12596
+ providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "no" | "optional" | "mandatory">>;
12597
+ banLifespan: number;
12598
+ }) | undefined;
12517
12599
  ExternalAppHook?: ({
12518
12600
  isActive: boolean;
12519
12601
  } & {
@@ -12593,6 +12675,15 @@ declare const Hook: {
12593
12675
  create: boolean;
12594
12676
  label: string;
12595
12677
  }) | undefined;
12678
+ TwoFactorAuthenticationHook?: ({
12679
+ isActive: boolean;
12680
+ } & {
12681
+ name: string;
12682
+ isActive: boolean;
12683
+ hasLicense: boolean;
12684
+ providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "no" | "optional" | "mandatory">>;
12685
+ banLifespan: number;
12686
+ }) | undefined;
12596
12687
  ExternalAppHook?: ({
12597
12688
  isActive: boolean;
12598
12689
  } & {
@@ -12612,7 +12703,7 @@ declare const Hook: {
12612
12703
  hasLicense: boolean;
12613
12704
  }) | undefined;
12614
12705
  };
12615
- selectHook: <T extends "ExtraBotHook" | "DriveHook" | "calendarHook" | "FileBankHook" | "StudioHook" | "OnlyOfficeHook" | "spotRssFeed" | "WidgetHook" | "AdminAdvancedHook" | "ExternalAppHook" | "MagicPadHook" | "OfficeHook">(state: HookRootState, hook: T) => ({
12706
+ selectHook: <T extends "ExtraBotHook" | "DriveHook" | "calendarHook" | "FileBankHook" | "StudioHook" | "OnlyOfficeHook" | "spotRssFeed" | "WidgetHook" | "AdminAdvancedHook" | "TwoFactorAuthenticationHook" | "ExternalAppHook" | "MagicPadHook" | "OfficeHook">(state: HookRootState, hook: T) => ({
12616
12707
  DriveHook?: ({
12617
12708
  isActive: boolean;
12618
12709
  } & {
@@ -12670,6 +12761,15 @@ declare const Hook: {
12670
12761
  create: boolean;
12671
12762
  label: string;
12672
12763
  }) | undefined;
12764
+ TwoFactorAuthenticationHook?: ({
12765
+ isActive: boolean;
12766
+ } & {
12767
+ name: string;
12768
+ isActive: boolean;
12769
+ hasLicense: boolean;
12770
+ providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "no" | "optional" | "mandatory">>;
12771
+ banLifespan: number;
12772
+ }) | undefined;
12673
12773
  ExternalAppHook?: ({
12674
12774
  isActive: boolean;
12675
12775
  } & {
@@ -12790,8 +12890,8 @@ declare const jland: {
12790
12890
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
12791
12891
  uniqid: string;
12792
12892
  content: {
12793
- limit?: number | boolean | undefined;
12794
12893
  uri?: string | undefined;
12894
+ limit?: number | boolean | undefined;
12795
12895
  tableColumnsData?: {
12796
12896
  name?: string | undefined;
12797
12897
  label?: string | undefined;
@@ -12872,8 +12972,8 @@ declare const jland: {
12872
12972
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
12873
12973
  uniqid: string;
12874
12974
  content: {
12875
- limit?: number | boolean | undefined;
12876
12975
  uri?: string | undefined;
12976
+ limit?: number | boolean | undefined;
12877
12977
  tableColumnsData?: {
12878
12978
  name?: string | undefined;
12879
12979
  label?: string | undefined;
@@ -12956,6 +13056,7 @@ declare const jland: {
12956
13056
  title?: string | undefined;
12957
13057
  _url?: string | undefined;
12958
13058
  level?: 0 | 9 | 3 | 5 | undefined;
13059
+ variant?: "extraBot" | undefined;
12959
13060
  }>;
12960
13061
  flushedWidgets: string[];
12961
13062
  rtObjectStack: {
@@ -13022,8 +13123,8 @@ declare const jland: {
13022
13123
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
13023
13124
  uniqid: string;
13024
13125
  content: {
13025
- limit?: number | boolean | undefined;
13026
13126
  uri?: string | undefined;
13127
+ limit?: number | boolean | undefined;
13027
13128
  tableColumnsData?: {
13028
13129
  name?: string | undefined;
13029
13130
  label?: string | undefined;
@@ -13104,8 +13205,8 @@ declare const jland: {
13104
13205
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
13105
13206
  uniqid: string;
13106
13207
  content: {
13107
- limit?: number | boolean | undefined;
13108
13208
  uri?: string | undefined;
13209
+ limit?: number | boolean | undefined;
13109
13210
  tableColumnsData?: {
13110
13211
  name?: string | undefined;
13111
13212
  label?: string | undefined;
@@ -13188,6 +13289,7 @@ declare const jland: {
13188
13289
  title?: string | undefined;
13189
13290
  _url?: string | undefined;
13190
13291
  level?: 0 | 9 | 3 | 5 | undefined;
13292
+ variant?: "extraBot" | undefined;
13191
13293
  }>;
13192
13294
  flushedWidgets: string[];
13193
13295
  rtObjectStack: {
@@ -13254,8 +13356,8 @@ declare const jland: {
13254
13356
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
13255
13357
  uniqid: string;
13256
13358
  content: {
13257
- limit?: number | boolean | undefined;
13258
13359
  uri?: string | undefined;
13360
+ limit?: number | boolean | undefined;
13259
13361
  tableColumnsData?: {
13260
13362
  name?: string | undefined;
13261
13363
  label?: string | undefined;
@@ -13336,8 +13438,8 @@ declare const jland: {
13336
13438
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
13337
13439
  uniqid: string;
13338
13440
  content: {
13339
- limit?: number | boolean | undefined;
13340
13441
  uri?: string | undefined;
13442
+ limit?: number | boolean | undefined;
13341
13443
  tableColumnsData?: {
13342
13444
  name?: string | undefined;
13343
13445
  label?: string | undefined;
@@ -13420,6 +13522,7 @@ declare const jland: {
13420
13522
  title?: string | undefined;
13421
13523
  _url?: string | undefined;
13422
13524
  level?: 0 | 9 | 3 | 5 | undefined;
13525
+ variant?: "extraBot" | undefined;
13423
13526
  }>;
13424
13527
  flushedWidgets: string[];
13425
13528
  rtObjectStack: {
@@ -13486,8 +13589,8 @@ declare const jland: {
13486
13589
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
13487
13590
  uniqid: string;
13488
13591
  content: {
13489
- limit?: number | boolean | undefined;
13490
13592
  uri?: string | undefined;
13593
+ limit?: number | boolean | undefined;
13491
13594
  tableColumnsData?: {
13492
13595
  name?: string | undefined;
13493
13596
  label?: string | undefined;
@@ -13568,8 +13671,8 @@ declare const jland: {
13568
13671
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
13569
13672
  uniqid: string;
13570
13673
  content: {
13571
- limit?: number | boolean | undefined;
13572
13674
  uri?: string | undefined;
13675
+ limit?: number | boolean | undefined;
13573
13676
  tableColumnsData?: {
13574
13677
  name?: string | undefined;
13575
13678
  label?: string | undefined;
@@ -13652,6 +13755,7 @@ declare const jland: {
13652
13755
  title?: string | undefined;
13653
13756
  _url?: string | undefined;
13654
13757
  level?: 0 | 9 | 3 | 5 | undefined;
13758
+ variant?: "extraBot" | undefined;
13655
13759
  }>;
13656
13760
  flushedWidgets: string[];
13657
13761
  rtObjectStack: {
@@ -13715,8 +13819,8 @@ declare const jland: {
13715
13819
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
13716
13820
  uniqid: string;
13717
13821
  content: {
13718
- limit?: number | boolean | undefined;
13719
13822
  uri?: string | undefined;
13823
+ limit?: number | boolean | undefined;
13720
13824
  tableColumnsData?: {
13721
13825
  name?: string | undefined;
13722
13826
  label?: string | undefined;
@@ -13797,8 +13901,8 @@ declare const jland: {
13797
13901
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
13798
13902
  uniqid: string;
13799
13903
  content: {
13800
- limit?: number | boolean | undefined;
13801
13904
  uri?: string | undefined;
13905
+ limit?: number | boolean | undefined;
13802
13906
  tableColumnsData?: {
13803
13907
  name?: string | undefined;
13804
13908
  label?: string | undefined;
@@ -13881,6 +13985,7 @@ declare const jland: {
13881
13985
  title?: string | undefined;
13882
13986
  _url?: string | undefined;
13883
13987
  level?: 0 | 9 | 3 | 5 | undefined;
13988
+ variant?: "extraBot" | undefined;
13884
13989
  }>;
13885
13990
  flushedWidgets: string[];
13886
13991
  rtObjectStack: {
@@ -13972,8 +14077,8 @@ declare const jland: {
13972
14077
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
13973
14078
  uniqid: string;
13974
14079
  content: {
13975
- limit?: number | boolean | undefined;
13976
14080
  uri?: string | undefined;
14081
+ limit?: number | boolean | undefined;
13977
14082
  tableColumnsData?: {
13978
14083
  name?: string | undefined;
13979
14084
  label?: string | undefined;
@@ -14054,8 +14159,8 @@ declare const jland: {
14054
14159
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
14055
14160
  uniqid: string;
14056
14161
  content: {
14057
- limit?: number | boolean | undefined;
14058
14162
  uri?: string | undefined;
14163
+ limit?: number | boolean | undefined;
14059
14164
  tableColumnsData?: {
14060
14165
  name?: string | undefined;
14061
14166
  label?: string | undefined;
@@ -14138,6 +14243,7 @@ declare const jland: {
14138
14243
  title?: string | undefined;
14139
14244
  _url?: string | undefined;
14140
14245
  level?: 0 | 9 | 3 | 5 | undefined;
14246
+ variant?: "extraBot" | undefined;
14141
14247
  }>;
14142
14248
  flushedWidgets: string[];
14143
14249
  rtObjectStack: {
@@ -14237,10 +14343,11 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
14237
14343
  title: string;
14238
14344
  _url: string;
14239
14345
  } & {
14240
- [key: string]: string | number | null;
14346
+ [key: string]: string | number | null | undefined;
14241
14347
  level: 0 | 9 | 3 | 5;
14242
14348
  dateCreation: string;
14243
14349
  dateModified: string;
14350
+ variant?: "extraBot" | undefined;
14244
14351
  };
14245
14352
  _right: jamespot_user_api.Rights;
14246
14353
  _attachedFiles: {
@@ -14312,8 +14419,8 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
14312
14419
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
14313
14420
  uniqid: string;
14314
14421
  content: {
14315
- limit?: number | boolean | undefined;
14316
14422
  uri?: string | undefined;
14423
+ limit?: number | boolean | undefined;
14317
14424
  tableColumnsData?: {
14318
14425
  name?: string | undefined;
14319
14426
  label?: string | undefined;
@@ -14396,8 +14503,8 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
14396
14503
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
14397
14504
  uniqid: string;
14398
14505
  content: {
14399
- limit?: number | boolean | undefined;
14400
14506
  uri?: string | undefined;
14507
+ limit?: number | boolean | undefined;
14401
14508
  tableColumnsData?: {
14402
14509
  name?: string | undefined;
14403
14510
  label?: string | undefined;
@@ -14478,8 +14585,8 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
14478
14585
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
14479
14586
  uniqid: string;
14480
14587
  content: {
14481
- limit?: number | boolean | undefined;
14482
14588
  uri?: string | undefined;
14589
+ limit?: number | boolean | undefined;
14483
14590
  tableColumnsData?: {
14484
14591
  name?: string | undefined;
14485
14592
  label?: string | undefined;
@@ -14562,6 +14669,7 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
14562
14669
  title?: string | undefined;
14563
14670
  _url?: string | undefined;
14564
14671
  level?: 0 | 9 | 3 | 5 | undefined;
14672
+ variant?: "extraBot" | undefined;
14565
14673
  }>;
14566
14674
  flushedWidgets: string[];
14567
14675
  rtObjectStack: {
@@ -14614,10 +14722,11 @@ declare const MagicPad: {
14614
14722
  title: string;
14615
14723
  _url: string;
14616
14724
  } & {
14617
- [key: string]: string | number | null;
14725
+ [key: string]: string | number | null | undefined;
14618
14726
  level: 0 | 9 | 3 | 5;
14619
14727
  dateCreation: string;
14620
14728
  dateModified: string;
14729
+ variant?: "extraBot" | undefined;
14621
14730
  };
14622
14731
  _right: jamespot_user_api.Rights;
14623
14732
  _attachedFiles: {
@@ -14689,8 +14798,8 @@ declare const MagicPad: {
14689
14798
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
14690
14799
  uniqid: string;
14691
14800
  content: {
14692
- limit?: number | boolean | undefined;
14693
14801
  uri?: string | undefined;
14802
+ limit?: number | boolean | undefined;
14694
14803
  tableColumnsData?: {
14695
14804
  name?: string | undefined;
14696
14805
  label?: string | undefined;
@@ -14773,8 +14882,8 @@ declare const MagicPad: {
14773
14882
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
14774
14883
  uniqid: string;
14775
14884
  content: {
14776
- limit?: number | boolean | undefined;
14777
14885
  uri?: string | undefined;
14886
+ limit?: number | boolean | undefined;
14778
14887
  tableColumnsData?: {
14779
14888
  name?: string | undefined;
14780
14889
  label?: string | undefined;
@@ -14855,8 +14964,8 @@ declare const MagicPad: {
14855
14964
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
14856
14965
  uniqid: string;
14857
14966
  content: {
14858
- limit?: number | boolean | undefined;
14859
14967
  uri?: string | undefined;
14968
+ limit?: number | boolean | undefined;
14860
14969
  tableColumnsData?: {
14861
14970
  name?: string | undefined;
14862
14971
  label?: string | undefined;
@@ -14939,6 +15048,7 @@ declare const MagicPad: {
14939
15048
  title?: string | undefined;
14940
15049
  _url?: string | undefined;
14941
15050
  level?: 0 | 9 | 3 | 5 | undefined;
15051
+ variant?: "extraBot" | undefined;
14942
15052
  }>;
14943
15053
  flushedWidgets: string[];
14944
15054
  rtObjectStack: {
@@ -15020,33 +15130,34 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
15020
15130
  title: string;
15021
15131
  _url: string;
15022
15132
  } & {
15023
- [key: string]: string | number | null;
15133
+ [key: string]: string | number | null | undefined;
15024
15134
  level: 0 | 9 | 3 | 5;
15025
15135
  dateCreation: string;
15026
15136
  dateModified: string;
15137
+ variant?: "extraBot" | undefined;
15027
15138
  };
15028
15139
  _right: jamespot_user_api.Rights;
15029
15140
  _audience: ({
15030
15141
  type: string;
15031
- name: string;
15032
15142
  id: string;
15033
15143
  mainType: string;
15034
15144
  uri: string;
15035
15145
  title: string;
15036
15146
  class: string;
15147
+ name: string;
15037
15148
  label: string;
15038
15149
  cssClass: string;
15039
15150
  cssColor: string;
15040
15151
  shortUri: string;
15041
15152
  } | {
15042
15153
  type: string;
15043
- name: string;
15044
15154
  id: string;
15045
15155
  mainType: string;
15046
15156
  uri: string;
15047
15157
  title: string;
15048
15158
  _url: string;
15049
15159
  class: string;
15160
+ name: string;
15050
15161
  label: string;
15051
15162
  Pseudo: string;
15052
15163
  cssClass: string;
@@ -15054,12 +15165,12 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
15054
15165
  shortUri: string;
15055
15166
  } | {
15056
15167
  type: string;
15057
- name: string;
15058
15168
  id: string;
15059
15169
  mainType: string;
15060
15170
  uri: string;
15061
15171
  title: string;
15062
15172
  class: string;
15173
+ name: string;
15063
15174
  label: string;
15064
15175
  cssClass: string;
15065
15176
  cssColor: string;
@@ -15112,8 +15223,8 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
15112
15223
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
15113
15224
  uniqid: string;
15114
15225
  content: {
15115
- limit?: number | boolean | undefined;
15116
15226
  uri?: string | undefined;
15227
+ limit?: number | boolean | undefined;
15117
15228
  tableColumnsData?: {
15118
15229
  name?: string | undefined;
15119
15230
  label?: string | undefined;
@@ -15194,8 +15305,8 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
15194
15305
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
15195
15306
  uniqid: string;
15196
15307
  content: {
15197
- limit?: number | boolean | undefined;
15198
15308
  uri?: string | undefined;
15309
+ limit?: number | boolean | undefined;
15199
15310
  tableColumnsData?: {
15200
15311
  name?: string | undefined;
15201
15312
  label?: string | undefined;
@@ -15276,8 +15387,8 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
15276
15387
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
15277
15388
  uniqid: string;
15278
15389
  content: {
15279
- limit?: number | boolean | undefined;
15280
15390
  uri?: string | undefined;
15391
+ limit?: number | boolean | undefined;
15281
15392
  tableColumnsData?: {
15282
15393
  name?: string | undefined;
15283
15394
  label?: string | undefined;
@@ -15360,6 +15471,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
15360
15471
  title?: string | undefined;
15361
15472
  _url?: string | undefined;
15362
15473
  level?: 0 | 9 | 3 | 5 | undefined;
15474
+ variant?: "extraBot" | undefined;
15363
15475
  }>;
15364
15476
  flushedWidgets: string[];
15365
15477
  rtObjectStack: {
@@ -15401,33 +15513,34 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
15401
15513
  title: string;
15402
15514
  _url: string;
15403
15515
  } & {
15404
- [key: string]: string | number | null;
15516
+ [key: string]: string | number | null | undefined;
15405
15517
  level: 0 | 9 | 3 | 5;
15406
15518
  dateCreation: string;
15407
15519
  dateModified: string;
15520
+ variant?: "extraBot" | undefined;
15408
15521
  };
15409
15522
  _right: jamespot_user_api.Rights;
15410
15523
  _audience: ({
15411
15524
  type: string;
15412
- name: string;
15413
15525
  id: string;
15414
15526
  mainType: string;
15415
15527
  uri: string;
15416
15528
  title: string;
15417
15529
  class: string;
15530
+ name: string;
15418
15531
  label: string;
15419
15532
  cssClass: string;
15420
15533
  cssColor: string;
15421
15534
  shortUri: string;
15422
15535
  } | {
15423
15536
  type: string;
15424
- name: string;
15425
15537
  id: string;
15426
15538
  mainType: string;
15427
15539
  uri: string;
15428
15540
  title: string;
15429
15541
  _url: string;
15430
15542
  class: string;
15543
+ name: string;
15431
15544
  label: string;
15432
15545
  Pseudo: string;
15433
15546
  cssClass: string;
@@ -15435,12 +15548,12 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
15435
15548
  shortUri: string;
15436
15549
  } | {
15437
15550
  type: string;
15438
- name: string;
15439
15551
  id: string;
15440
15552
  mainType: string;
15441
15553
  uri: string;
15442
15554
  title: string;
15443
15555
  class: string;
15556
+ name: string;
15444
15557
  label: string;
15445
15558
  cssClass: string;
15446
15559
  cssColor: string;
@@ -15493,8 +15606,8 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
15493
15606
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
15494
15607
  uniqid: string;
15495
15608
  content: {
15496
- limit?: number | boolean | undefined;
15497
15609
  uri?: string | undefined;
15610
+ limit?: number | boolean | undefined;
15498
15611
  tableColumnsData?: {
15499
15612
  name?: string | undefined;
15500
15613
  label?: string | undefined;
@@ -15575,8 +15688,8 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
15575
15688
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
15576
15689
  uniqid: string;
15577
15690
  content: {
15578
- limit?: number | boolean | undefined;
15579
15691
  uri?: string | undefined;
15692
+ limit?: number | boolean | undefined;
15580
15693
  tableColumnsData?: {
15581
15694
  name?: string | undefined;
15582
15695
  label?: string | undefined;
@@ -15657,8 +15770,8 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
15657
15770
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
15658
15771
  uniqid: string;
15659
15772
  content: {
15660
- limit?: number | boolean | undefined;
15661
15773
  uri?: string | undefined;
15774
+ limit?: number | boolean | undefined;
15662
15775
  tableColumnsData?: {
15663
15776
  name?: string | undefined;
15664
15777
  label?: string | undefined;
@@ -15741,6 +15854,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
15741
15854
  title?: string | undefined;
15742
15855
  _url?: string | undefined;
15743
15856
  level?: 0 | 9 | 3 | 5 | undefined;
15857
+ variant?: "extraBot" | undefined;
15744
15858
  }>;
15745
15859
  flushedWidgets: string[];
15746
15860
  rtObjectStack: {
@@ -15804,8 +15918,8 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
15804
15918
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
15805
15919
  uniqid: string;
15806
15920
  content: {
15807
- limit?: number | boolean | undefined;
15808
15921
  uri?: string | undefined;
15922
+ limit?: number | boolean | undefined;
15809
15923
  tableColumnsData?: {
15810
15924
  name?: string | undefined;
15811
15925
  label?: string | undefined;
@@ -15886,8 +16000,8 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
15886
16000
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
15887
16001
  uniqid: string;
15888
16002
  content: {
15889
- limit?: number | boolean | undefined;
15890
16003
  uri?: string | undefined;
16004
+ limit?: number | boolean | undefined;
15891
16005
  tableColumnsData?: {
15892
16006
  name?: string | undefined;
15893
16007
  label?: string | undefined;
@@ -15970,6 +16084,7 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
15970
16084
  title?: string | undefined;
15971
16085
  _url?: string | undefined;
15972
16086
  level?: 0 | 9 | 3 | 5 | undefined;
16087
+ variant?: "extraBot" | undefined;
15973
16088
  }>;
15974
16089
  flushedWidgets: string[];
15975
16090
  rtObjectStack: {
@@ -16016,8 +16131,8 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
16016
16131
  end: string;
16017
16132
  };
16018
16133
  name: string;
16019
- operator?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | undefined;
16020
- method?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | "+" | "-" | undefined;
16134
+ operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
16135
+ method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
16021
16136
  or?: boolean | undefined;
16022
16137
  isNull?: boolean | undefined;
16023
16138
  isNotNull?: boolean | undefined;
@@ -16062,8 +16177,8 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
16062
16177
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
16063
16178
  uniqid: string;
16064
16179
  content: {
16065
- limit?: number | boolean | undefined;
16066
16180
  uri?: string | undefined;
16181
+ limit?: number | boolean | undefined;
16067
16182
  tableColumnsData?: {
16068
16183
  name?: string | undefined;
16069
16184
  label?: string | undefined;
@@ -16144,8 +16259,8 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
16144
16259
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
16145
16260
  uniqid: string;
16146
16261
  content: {
16147
- limit?: number | boolean | undefined;
16148
16262
  uri?: string | undefined;
16263
+ limit?: number | boolean | undefined;
16149
16264
  tableColumnsData?: {
16150
16265
  name?: string | undefined;
16151
16266
  label?: string | undefined;
@@ -16228,6 +16343,7 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
16228
16343
  title?: string | undefined;
16229
16344
  _url?: string | undefined;
16230
16345
  level?: 0 | 9 | 3 | 5 | undefined;
16346
+ variant?: "extraBot" | undefined;
16231
16347
  }>;
16232
16348
  flushedWidgets: string[];
16233
16349
  rtObjectStack: {
@@ -16276,8 +16392,8 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
16276
16392
  end: string;
16277
16393
  };
16278
16394
  name: string;
16279
- operator?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | undefined;
16280
- method?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | "+" | "-" | undefined;
16395
+ operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
16396
+ method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
16281
16397
  or?: boolean | undefined;
16282
16398
  isNull?: boolean | undefined;
16283
16399
  isNotNull?: boolean | undefined;
@@ -16322,8 +16438,8 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
16322
16438
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
16323
16439
  uniqid: string;
16324
16440
  content: {
16325
- limit?: number | boolean | undefined;
16326
16441
  uri?: string | undefined;
16442
+ limit?: number | boolean | undefined;
16327
16443
  tableColumnsData?: {
16328
16444
  name?: string | undefined;
16329
16445
  label?: string | undefined;
@@ -16404,8 +16520,8 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
16404
16520
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
16405
16521
  uniqid: string;
16406
16522
  content: {
16407
- limit?: number | boolean | undefined;
16408
16523
  uri?: string | undefined;
16524
+ limit?: number | boolean | undefined;
16409
16525
  tableColumnsData?: {
16410
16526
  name?: string | undefined;
16411
16527
  label?: string | undefined;
@@ -16488,6 +16604,7 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
16488
16604
  title?: string | undefined;
16489
16605
  _url?: string | undefined;
16490
16606
  level?: 0 | 9 | 3 | 5 | undefined;
16607
+ variant?: "extraBot" | undefined;
16491
16608
  }>;
16492
16609
  flushedWidgets: string[];
16493
16610
  rtObjectStack: {
@@ -16554,8 +16671,8 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
16554
16671
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
16555
16672
  uniqid: string;
16556
16673
  content: {
16557
- limit?: number | boolean | undefined;
16558
16674
  uri?: string | undefined;
16675
+ limit?: number | boolean | undefined;
16559
16676
  tableColumnsData?: {
16560
16677
  name?: string | undefined;
16561
16678
  label?: string | undefined;
@@ -16636,8 +16753,8 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
16636
16753
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
16637
16754
  uniqid: string;
16638
16755
  content: {
16639
- limit?: number | boolean | undefined;
16640
16756
  uri?: string | undefined;
16757
+ limit?: number | boolean | undefined;
16641
16758
  tableColumnsData?: {
16642
16759
  name?: string | undefined;
16643
16760
  label?: string | undefined;
@@ -16720,6 +16837,7 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
16720
16837
  title?: string | undefined;
16721
16838
  _url?: string | undefined;
16722
16839
  level?: 0 | 9 | 3 | 5 | undefined;
16840
+ variant?: "extraBot" | undefined;
16723
16841
  }>;
16724
16842
  flushedWidgets: string[];
16725
16843
  rtObjectStack: {
@@ -16773,33 +16891,34 @@ declare const MediaLibrary: {
16773
16891
  title: string;
16774
16892
  _url: string;
16775
16893
  } & {
16776
- [key: string]: string | number | null;
16894
+ [key: string]: string | number | null | undefined;
16777
16895
  level: 0 | 9 | 3 | 5;
16778
16896
  dateCreation: string;
16779
16897
  dateModified: string;
16898
+ variant?: "extraBot" | undefined;
16780
16899
  };
16781
16900
  _right: jamespot_user_api.Rights;
16782
16901
  _audience: ({
16783
16902
  type: string;
16784
- name: string;
16785
16903
  id: string;
16786
16904
  mainType: string;
16787
16905
  uri: string;
16788
16906
  title: string;
16789
16907
  class: string;
16908
+ name: string;
16790
16909
  label: string;
16791
16910
  cssClass: string;
16792
16911
  cssColor: string;
16793
16912
  shortUri: string;
16794
16913
  } | {
16795
16914
  type: string;
16796
- name: string;
16797
16915
  id: string;
16798
16916
  mainType: string;
16799
16917
  uri: string;
16800
16918
  title: string;
16801
16919
  _url: string;
16802
16920
  class: string;
16921
+ name: string;
16803
16922
  label: string;
16804
16923
  Pseudo: string;
16805
16924
  cssClass: string;
@@ -16807,12 +16926,12 @@ declare const MediaLibrary: {
16807
16926
  shortUri: string;
16808
16927
  } | {
16809
16928
  type: string;
16810
- name: string;
16811
16929
  id: string;
16812
16930
  mainType: string;
16813
16931
  uri: string;
16814
16932
  title: string;
16815
16933
  class: string;
16934
+ name: string;
16816
16935
  label: string;
16817
16936
  cssClass: string;
16818
16937
  cssColor: string;
@@ -16865,8 +16984,8 @@ declare const MediaLibrary: {
16865
16984
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
16866
16985
  uniqid: string;
16867
16986
  content: {
16868
- limit?: number | boolean | undefined;
16869
16987
  uri?: string | undefined;
16988
+ limit?: number | boolean | undefined;
16870
16989
  tableColumnsData?: {
16871
16990
  name?: string | undefined;
16872
16991
  label?: string | undefined;
@@ -16947,8 +17066,8 @@ declare const MediaLibrary: {
16947
17066
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
16948
17067
  uniqid: string;
16949
17068
  content: {
16950
- limit?: number | boolean | undefined;
16951
17069
  uri?: string | undefined;
17070
+ limit?: number | boolean | undefined;
16952
17071
  tableColumnsData?: {
16953
17072
  name?: string | undefined;
16954
17073
  label?: string | undefined;
@@ -17029,8 +17148,8 @@ declare const MediaLibrary: {
17029
17148
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
17030
17149
  uniqid: string;
17031
17150
  content: {
17032
- limit?: number | boolean | undefined;
17033
17151
  uri?: string | undefined;
17152
+ limit?: number | boolean | undefined;
17034
17153
  tableColumnsData?: {
17035
17154
  name?: string | undefined;
17036
17155
  label?: string | undefined;
@@ -17113,6 +17232,7 @@ declare const MediaLibrary: {
17113
17232
  title?: string | undefined;
17114
17233
  _url?: string | undefined;
17115
17234
  level?: 0 | 9 | 3 | 5 | undefined;
17235
+ variant?: "extraBot" | undefined;
17116
17236
  }>;
17117
17237
  flushedWidgets: string[];
17118
17238
  rtObjectStack: {
@@ -17154,33 +17274,34 @@ declare const MediaLibrary: {
17154
17274
  title: string;
17155
17275
  _url: string;
17156
17276
  } & {
17157
- [key: string]: string | number | null;
17277
+ [key: string]: string | number | null | undefined;
17158
17278
  level: 0 | 9 | 3 | 5;
17159
17279
  dateCreation: string;
17160
17280
  dateModified: string;
17281
+ variant?: "extraBot" | undefined;
17161
17282
  };
17162
17283
  _right: jamespot_user_api.Rights;
17163
17284
  _audience: ({
17164
17285
  type: string;
17165
- name: string;
17166
17286
  id: string;
17167
17287
  mainType: string;
17168
17288
  uri: string;
17169
17289
  title: string;
17170
17290
  class: string;
17291
+ name: string;
17171
17292
  label: string;
17172
17293
  cssClass: string;
17173
17294
  cssColor: string;
17174
17295
  shortUri: string;
17175
17296
  } | {
17176
17297
  type: string;
17177
- name: string;
17178
17298
  id: string;
17179
17299
  mainType: string;
17180
17300
  uri: string;
17181
17301
  title: string;
17182
17302
  _url: string;
17183
17303
  class: string;
17304
+ name: string;
17184
17305
  label: string;
17185
17306
  Pseudo: string;
17186
17307
  cssClass: string;
@@ -17188,12 +17309,12 @@ declare const MediaLibrary: {
17188
17309
  shortUri: string;
17189
17310
  } | {
17190
17311
  type: string;
17191
- name: string;
17192
17312
  id: string;
17193
17313
  mainType: string;
17194
17314
  uri: string;
17195
17315
  title: string;
17196
17316
  class: string;
17317
+ name: string;
17197
17318
  label: string;
17198
17319
  cssClass: string;
17199
17320
  cssColor: string;
@@ -17246,8 +17367,8 @@ declare const MediaLibrary: {
17246
17367
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
17247
17368
  uniqid: string;
17248
17369
  content: {
17249
- limit?: number | boolean | undefined;
17250
17370
  uri?: string | undefined;
17371
+ limit?: number | boolean | undefined;
17251
17372
  tableColumnsData?: {
17252
17373
  name?: string | undefined;
17253
17374
  label?: string | undefined;
@@ -17328,8 +17449,8 @@ declare const MediaLibrary: {
17328
17449
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
17329
17450
  uniqid: string;
17330
17451
  content: {
17331
- limit?: number | boolean | undefined;
17332
17452
  uri?: string | undefined;
17453
+ limit?: number | boolean | undefined;
17333
17454
  tableColumnsData?: {
17334
17455
  name?: string | undefined;
17335
17456
  label?: string | undefined;
@@ -17410,8 +17531,8 @@ declare const MediaLibrary: {
17410
17531
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
17411
17532
  uniqid: string;
17412
17533
  content: {
17413
- limit?: number | boolean | undefined;
17414
17534
  uri?: string | undefined;
17535
+ limit?: number | boolean | undefined;
17415
17536
  tableColumnsData?: {
17416
17537
  name?: string | undefined;
17417
17538
  label?: string | undefined;
@@ -17494,6 +17615,7 @@ declare const MediaLibrary: {
17494
17615
  title?: string | undefined;
17495
17616
  _url?: string | undefined;
17496
17617
  level?: 0 | 9 | 3 | 5 | undefined;
17618
+ variant?: "extraBot" | undefined;
17497
17619
  }>;
17498
17620
  flushedWidgets: string[];
17499
17621
  rtObjectStack: {
@@ -17557,8 +17679,8 @@ declare const MediaLibrary: {
17557
17679
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
17558
17680
  uniqid: string;
17559
17681
  content: {
17560
- limit?: number | boolean | undefined;
17561
17682
  uri?: string | undefined;
17683
+ limit?: number | boolean | undefined;
17562
17684
  tableColumnsData?: {
17563
17685
  name?: string | undefined;
17564
17686
  label?: string | undefined;
@@ -17639,8 +17761,8 @@ declare const MediaLibrary: {
17639
17761
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
17640
17762
  uniqid: string;
17641
17763
  content: {
17642
- limit?: number | boolean | undefined;
17643
17764
  uri?: string | undefined;
17765
+ limit?: number | boolean | undefined;
17644
17766
  tableColumnsData?: {
17645
17767
  name?: string | undefined;
17646
17768
  label?: string | undefined;
@@ -17723,6 +17845,7 @@ declare const MediaLibrary: {
17723
17845
  title?: string | undefined;
17724
17846
  _url?: string | undefined;
17725
17847
  level?: 0 | 9 | 3 | 5 | undefined;
17848
+ variant?: "extraBot" | undefined;
17726
17849
  }>;
17727
17850
  flushedWidgets: string[];
17728
17851
  rtObjectStack: {
@@ -17789,8 +17912,8 @@ declare const MediaLibrary: {
17789
17912
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
17790
17913
  uniqid: string;
17791
17914
  content: {
17792
- limit?: number | boolean | undefined;
17793
17915
  uri?: string | undefined;
17916
+ limit?: number | boolean | undefined;
17794
17917
  tableColumnsData?: {
17795
17918
  name?: string | undefined;
17796
17919
  label?: string | undefined;
@@ -17871,8 +17994,8 @@ declare const MediaLibrary: {
17871
17994
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
17872
17995
  uniqid: string;
17873
17996
  content: {
17874
- limit?: number | boolean | undefined;
17875
17997
  uri?: string | undefined;
17998
+ limit?: number | boolean | undefined;
17876
17999
  tableColumnsData?: {
17877
18000
  name?: string | undefined;
17878
18001
  label?: string | undefined;
@@ -17955,6 +18078,7 @@ declare const MediaLibrary: {
17955
18078
  title?: string | undefined;
17956
18079
  _url?: string | undefined;
17957
18080
  level?: 0 | 9 | 3 | 5 | undefined;
18081
+ variant?: "extraBot" | undefined;
17958
18082
  }>;
17959
18083
  flushedWidgets: string[];
17960
18084
  rtObjectStack: {
@@ -18003,8 +18127,8 @@ declare const MediaLibrary: {
18003
18127
  end: string;
18004
18128
  };
18005
18129
  name: string;
18006
- operator?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | undefined;
18007
- method?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | "+" | "-" | undefined;
18130
+ operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
18131
+ method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
18008
18132
  or?: boolean | undefined;
18009
18133
  isNull?: boolean | undefined;
18010
18134
  isNotNull?: boolean | undefined;
@@ -18049,8 +18173,8 @@ declare const MediaLibrary: {
18049
18173
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
18050
18174
  uniqid: string;
18051
18175
  content: {
18052
- limit?: number | boolean | undefined;
18053
18176
  uri?: string | undefined;
18177
+ limit?: number | boolean | undefined;
18054
18178
  tableColumnsData?: {
18055
18179
  name?: string | undefined;
18056
18180
  label?: string | undefined;
@@ -18131,8 +18255,8 @@ declare const MediaLibrary: {
18131
18255
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
18132
18256
  uniqid: string;
18133
18257
  content: {
18134
- limit?: number | boolean | undefined;
18135
18258
  uri?: string | undefined;
18259
+ limit?: number | boolean | undefined;
18136
18260
  tableColumnsData?: {
18137
18261
  name?: string | undefined;
18138
18262
  label?: string | undefined;
@@ -18215,6 +18339,7 @@ declare const MediaLibrary: {
18215
18339
  title?: string | undefined;
18216
18340
  _url?: string | undefined;
18217
18341
  level?: 0 | 9 | 3 | 5 | undefined;
18342
+ variant?: "extraBot" | undefined;
18218
18343
  }>;
18219
18344
  flushedWidgets: string[];
18220
18345
  rtObjectStack: {
@@ -18261,8 +18386,8 @@ declare const MediaLibrary: {
18261
18386
  end: string;
18262
18387
  };
18263
18388
  name: string;
18264
- operator?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | undefined;
18265
- method?: "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "link" | "match" | "equal" | "+" | "-" | undefined;
18389
+ operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
18390
+ method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
18266
18391
  or?: boolean | undefined;
18267
18392
  isNull?: boolean | undefined;
18268
18393
  isNotNull?: boolean | undefined;
@@ -18307,8 +18432,8 @@ declare const MediaLibrary: {
18307
18432
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
18308
18433
  uniqid: string;
18309
18434
  content: {
18310
- limit?: number | boolean | undefined;
18311
18435
  uri?: string | undefined;
18436
+ limit?: number | boolean | undefined;
18312
18437
  tableColumnsData?: {
18313
18438
  name?: string | undefined;
18314
18439
  label?: string | undefined;
@@ -18389,8 +18514,8 @@ declare const MediaLibrary: {
18389
18514
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
18390
18515
  uniqid: string;
18391
18516
  content: {
18392
- limit?: number | boolean | undefined;
18393
18517
  uri?: string | undefined;
18518
+ limit?: number | boolean | undefined;
18394
18519
  tableColumnsData?: {
18395
18520
  name?: string | undefined;
18396
18521
  label?: string | undefined;
@@ -18473,6 +18598,7 @@ declare const MediaLibrary: {
18473
18598
  title?: string | undefined;
18474
18599
  _url?: string | undefined;
18475
18600
  level?: 0 | 9 | 3 | 5 | undefined;
18601
+ variant?: "extraBot" | undefined;
18476
18602
  }>;
18477
18603
  flushedWidgets: string[];
18478
18604
  rtObjectStack: {
@@ -18722,10 +18848,11 @@ declare const WedocApp: {
18722
18848
  title: string;
18723
18849
  _url: string;
18724
18850
  } & {
18725
- [key: string]: string | number | null;
18851
+ [key: string]: string | number | null | undefined;
18726
18852
  level: 0 | 9 | 3 | 5;
18727
18853
  dateCreation: string;
18728
18854
  dateModified: string;
18855
+ variant?: "extraBot" | undefined;
18729
18856
  };
18730
18857
  _right: jamespot_user_api.Rights;
18731
18858
  mimetype: string;
@@ -18773,10 +18900,11 @@ declare const WedocApp: {
18773
18900
  title: string;
18774
18901
  _url: string;
18775
18902
  } & {
18776
- [key: string]: string | number | null;
18903
+ [key: string]: string | number | null | undefined;
18777
18904
  level: 0 | 9 | 3 | 5;
18778
18905
  dateCreation: string;
18779
18906
  dateModified: string;
18907
+ variant?: "extraBot" | undefined;
18780
18908
  };
18781
18909
  _right: jamespot_user_api.Rights;
18782
18910
  mimetype: string;
@@ -18818,10 +18946,11 @@ declare const WedocApp: {
18818
18946
  title: string;
18819
18947
  _url: string;
18820
18948
  } & {
18821
- [key: string]: string | number | null;
18949
+ [key: string]: string | number | null | undefined;
18822
18950
  level: 0 | 9 | 3 | 5;
18823
18951
  dateCreation: string;
18824
18952
  dateModified: string;
18953
+ variant?: "extraBot" | undefined;
18825
18954
  };
18826
18955
  _right: jamespot_user_api.Rights;
18827
18956
  mimetype: string;
@@ -18861,10 +18990,11 @@ declare const WedocApp: {
18861
18990
  title: string;
18862
18991
  _url: string;
18863
18992
  } & {
18864
- [key: string]: string | number | null;
18993
+ [key: string]: string | number | null | undefined;
18865
18994
  level: 0 | 9 | 3 | 5;
18866
18995
  dateCreation: string;
18867
18996
  dateModified: string;
18997
+ variant?: "extraBot" | undefined;
18868
18998
  };
18869
18999
  _right: jamespot_user_api.Rights;
18870
19000
  mimetype: string;
@@ -18928,8 +19058,8 @@ declare const WedocApp: {
18928
19058
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
18929
19059
  uniqid: string;
18930
19060
  content: {
18931
- limit?: number | boolean | undefined;
18932
19061
  uri?: string | undefined;
19062
+ limit?: number | boolean | undefined;
18933
19063
  tableColumnsData?: {
18934
19064
  name?: string | undefined;
18935
19065
  label?: string | undefined;
@@ -19010,8 +19140,8 @@ declare const WedocApp: {
19010
19140
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
19011
19141
  uniqid: string;
19012
19142
  content: {
19013
- limit?: number | boolean | undefined;
19014
19143
  uri?: string | undefined;
19144
+ limit?: number | boolean | undefined;
19015
19145
  tableColumnsData?: {
19016
19146
  name?: string | undefined;
19017
19147
  label?: string | undefined;
@@ -19094,6 +19224,7 @@ declare const WedocApp: {
19094
19224
  title?: string | undefined;
19095
19225
  _url?: string | undefined;
19096
19226
  level?: 0 | 9 | 3 | 5 | undefined;
19227
+ variant?: "extraBot" | undefined;
19097
19228
  }>;
19098
19229
  flushedWidgets: string[];
19099
19230
  rtObjectStack: {
@@ -19131,10 +19262,11 @@ declare const WedocApp: {
19131
19262
  title: string;
19132
19263
  _url: string;
19133
19264
  } & {
19134
- [key: string]: string | number | null;
19265
+ [key: string]: string | number | null | undefined;
19135
19266
  level: 0 | 9 | 3 | 5;
19136
19267
  dateCreation: string;
19137
19268
  dateModified: string;
19269
+ variant?: "extraBot" | undefined;
19138
19270
  };
19139
19271
  _right: jamespot_user_api.Rights;
19140
19272
  mimetype: string;
@@ -19194,8 +19326,8 @@ declare const WedocApp: {
19194
19326
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
19195
19327
  uniqid: string;
19196
19328
  content: {
19197
- limit?: number | boolean | undefined;
19198
19329
  uri?: string | undefined;
19330
+ limit?: number | boolean | undefined;
19199
19331
  tableColumnsData?: {
19200
19332
  name?: string | undefined;
19201
19333
  label?: string | undefined;
@@ -19276,8 +19408,8 @@ declare const WedocApp: {
19276
19408
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
19277
19409
  uniqid: string;
19278
19410
  content: {
19279
- limit?: number | boolean | undefined;
19280
19411
  uri?: string | undefined;
19412
+ limit?: number | boolean | undefined;
19281
19413
  tableColumnsData?: {
19282
19414
  name?: string | undefined;
19283
19415
  label?: string | undefined;
@@ -19360,6 +19492,7 @@ declare const WedocApp: {
19360
19492
  title?: string | undefined;
19361
19493
  _url?: string | undefined;
19362
19494
  level?: 0 | 9 | 3 | 5 | undefined;
19495
+ variant?: "extraBot" | undefined;
19363
19496
  }>;
19364
19497
  flushedWidgets: string[];
19365
19498
  rtObjectStack: {
@@ -19443,8 +19576,8 @@ declare const Share: {
19443
19576
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
19444
19577
  uniqid: string;
19445
19578
  content: {
19446
- limit?: number | boolean | undefined;
19447
19579
  uri?: string | undefined;
19580
+ limit?: number | boolean | undefined;
19448
19581
  tableColumnsData?: {
19449
19582
  name?: string | undefined;
19450
19583
  label?: string | undefined;
@@ -19525,8 +19658,8 @@ declare const Share: {
19525
19658
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
19526
19659
  uniqid: string;
19527
19660
  content: {
19528
- limit?: number | boolean | undefined;
19529
19661
  uri?: string | undefined;
19662
+ limit?: number | boolean | undefined;
19530
19663
  tableColumnsData?: {
19531
19664
  name?: string | undefined;
19532
19665
  label?: string | undefined;
@@ -19609,6 +19742,7 @@ declare const Share: {
19609
19742
  title?: string | undefined;
19610
19743
  _url?: string | undefined;
19611
19744
  level?: 0 | 9 | 3 | 5 | undefined;
19745
+ variant?: "extraBot" | undefined;
19612
19746
  }>;
19613
19747
  flushedWidgets: string[];
19614
19748
  rtObjectStack: {
@@ -19723,8 +19857,8 @@ declare const TVDisplay: {
19723
19857
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
19724
19858
  uniqid: string;
19725
19859
  content: {
19726
- limit?: number | boolean | undefined;
19727
19860
  uri?: string | undefined;
19861
+ limit?: number | boolean | undefined;
19728
19862
  tableColumnsData?: {
19729
19863
  name?: string | undefined;
19730
19864
  label?: string | undefined;
@@ -19780,10 +19914,11 @@ declare const TVDisplay: {
19780
19914
  title: string;
19781
19915
  _url: string;
19782
19916
  } & {
19783
- [key: string]: string | number | null;
19917
+ [key: string]: string | number | null | undefined;
19784
19918
  level: 0 | 9 | 3 | 5;
19785
19919
  dateCreation: string;
19786
19920
  dateModified: string;
19921
+ variant?: "extraBot" | undefined;
19787
19922
  };
19788
19923
  _right: jamespot_user_api.Rights;
19789
19924
  tvChannelType: "DYNAMIC";
@@ -19881,8 +20016,8 @@ declare const TVDisplay: {
19881
20016
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
19882
20017
  uniqid: string;
19883
20018
  content: {
19884
- limit?: number | boolean | undefined;
19885
20019
  uri?: string | undefined;
20020
+ limit?: number | boolean | undefined;
19886
20021
  tableColumnsData?: {
19887
20022
  name?: string | undefined;
19888
20023
  label?: string | undefined;
@@ -19938,10 +20073,11 @@ declare const TVDisplay: {
19938
20073
  title: string;
19939
20074
  _url: string;
19940
20075
  } & {
19941
- [key: string]: string | number | null;
20076
+ [key: string]: string | number | null | undefined;
19942
20077
  level: 0 | 9 | 3 | 5;
19943
20078
  dateCreation: string;
19944
20079
  dateModified: string;
20080
+ variant?: "extraBot" | undefined;
19945
20081
  };
19946
20082
  _right: jamespot_user_api.Rights;
19947
20083
  tvChannelType: "SLIDESHOW";
@@ -20045,8 +20181,8 @@ declare const TVDisplay: {
20045
20181
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
20046
20182
  uniqid: string;
20047
20183
  content: {
20048
- limit?: number | boolean | undefined;
20049
20184
  uri?: string | undefined;
20185
+ limit?: number | boolean | undefined;
20050
20186
  tableColumnsData?: {
20051
20187
  name?: string | undefined;
20052
20188
  label?: string | undefined;
@@ -20102,10 +20238,11 @@ declare const TVDisplay: {
20102
20238
  title: string;
20103
20239
  _url: string;
20104
20240
  } & {
20105
- [key: string]: string | number | null;
20241
+ [key: string]: string | number | null | undefined;
20106
20242
  level: 0 | 9 | 3 | 5;
20107
20243
  dateCreation: string;
20108
20244
  dateModified: string;
20245
+ variant?: "extraBot" | undefined;
20109
20246
  };
20110
20247
  _right: jamespot_user_api.Rights;
20111
20248
  tvChannelType: "DYNAMIC";
@@ -20203,8 +20340,8 @@ declare const TVDisplay: {
20203
20340
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
20204
20341
  uniqid: string;
20205
20342
  content: {
20206
- limit?: number | boolean | undefined;
20207
20343
  uri?: string | undefined;
20344
+ limit?: number | boolean | undefined;
20208
20345
  tableColumnsData?: {
20209
20346
  name?: string | undefined;
20210
20347
  label?: string | undefined;
@@ -20260,10 +20397,11 @@ declare const TVDisplay: {
20260
20397
  title: string;
20261
20398
  _url: string;
20262
20399
  } & {
20263
- [key: string]: string | number | null;
20400
+ [key: string]: string | number | null | undefined;
20264
20401
  level: 0 | 9 | 3 | 5;
20265
20402
  dateCreation: string;
20266
20403
  dateModified: string;
20404
+ variant?: "extraBot" | undefined;
20267
20405
  };
20268
20406
  _right: jamespot_user_api.Rights;
20269
20407
  tvChannelType: "SLIDESHOW";
@@ -20332,8 +20470,8 @@ declare const TVDisplay: {
20332
20470
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
20333
20471
  uniqid: string;
20334
20472
  content: {
20335
- limit?: number | boolean | undefined;
20336
20473
  uri?: string | undefined;
20474
+ limit?: number | boolean | undefined;
20337
20475
  tableColumnsData?: {
20338
20476
  name?: string | undefined;
20339
20477
  label?: string | undefined;
@@ -20414,8 +20552,8 @@ declare const TVDisplay: {
20414
20552
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
20415
20553
  uniqid: string;
20416
20554
  content: {
20417
- limit?: number | boolean | undefined;
20418
20555
  uri?: string | undefined;
20556
+ limit?: number | boolean | undefined;
20419
20557
  tableColumnsData?: {
20420
20558
  name?: string | undefined;
20421
20559
  label?: string | undefined;
@@ -20498,6 +20636,7 @@ declare const TVDisplay: {
20498
20636
  title?: string | undefined;
20499
20637
  _url?: string | undefined;
20500
20638
  level?: 0 | 9 | 3 | 5 | undefined;
20639
+ variant?: "extraBot" | undefined;
20501
20640
  }>;
20502
20641
  flushedWidgets: string[];
20503
20642
  rtObjectStack: {
@@ -20591,8 +20730,8 @@ declare const TVDisplay: {
20591
20730
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
20592
20731
  uniqid: string;
20593
20732
  content: {
20594
- limit?: number | boolean | undefined;
20595
20733
  uri?: string | undefined;
20734
+ limit?: number | boolean | undefined;
20596
20735
  tableColumnsData?: {
20597
20736
  name?: string | undefined;
20598
20737
  label?: string | undefined;
@@ -20648,10 +20787,11 @@ declare const TVDisplay: {
20648
20787
  title: string;
20649
20788
  _url: string;
20650
20789
  } & {
20651
- [key: string]: string | number | null;
20790
+ [key: string]: string | number | null | undefined;
20652
20791
  level: 0 | 9 | 3 | 5;
20653
20792
  dateCreation: string;
20654
20793
  dateModified: string;
20794
+ variant?: "extraBot" | undefined;
20655
20795
  };
20656
20796
  _right: jamespot_user_api.Rights;
20657
20797
  tvChannelType: "DYNAMIC";
@@ -20749,8 +20889,8 @@ declare const TVDisplay: {
20749
20889
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
20750
20890
  uniqid: string;
20751
20891
  content: {
20752
- limit?: number | boolean | undefined;
20753
20892
  uri?: string | undefined;
20893
+ limit?: number | boolean | undefined;
20754
20894
  tableColumnsData?: {
20755
20895
  name?: string | undefined;
20756
20896
  label?: string | undefined;
@@ -20806,10 +20946,11 @@ declare const TVDisplay: {
20806
20946
  title: string;
20807
20947
  _url: string;
20808
20948
  } & {
20809
- [key: string]: string | number | null;
20949
+ [key: string]: string | number | null | undefined;
20810
20950
  level: 0 | 9 | 3 | 5;
20811
20951
  dateCreation: string;
20812
20952
  dateModified: string;
20953
+ variant?: "extraBot" | undefined;
20813
20954
  };
20814
20955
  _right: jamespot_user_api.Rights;
20815
20956
  tvChannelType: "SLIDESHOW";
@@ -20879,8 +21020,8 @@ declare const TVDisplay: {
20879
21020
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
20880
21021
  uniqid: string;
20881
21022
  content: {
20882
- limit?: number | boolean | undefined;
20883
21023
  uri?: string | undefined;
21024
+ limit?: number | boolean | undefined;
20884
21025
  tableColumnsData?: {
20885
21026
  name?: string | undefined;
20886
21027
  label?: string | undefined;
@@ -20961,8 +21102,8 @@ declare const TVDisplay: {
20961
21102
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
20962
21103
  uniqid: string;
20963
21104
  content: {
20964
- limit?: number | boolean | undefined;
20965
21105
  uri?: string | undefined;
21106
+ limit?: number | boolean | undefined;
20966
21107
  tableColumnsData?: {
20967
21108
  name?: string | undefined;
20968
21109
  label?: string | undefined;
@@ -21045,6 +21186,7 @@ declare const TVDisplay: {
21045
21186
  title?: string | undefined;
21046
21187
  _url?: string | undefined;
21047
21188
  level?: 0 | 9 | 3 | 5 | undefined;
21189
+ variant?: "extraBot" | undefined;
21048
21190
  }>;
21049
21191
  flushedWidgets: string[];
21050
21192
  rtObjectStack: {
@@ -21121,8 +21263,8 @@ declare const TinyMCE: {
21121
21263
  plugins: string[];
21122
21264
  text_patterns: {
21123
21265
  start: string;
21124
- end?: string | undefined;
21125
21266
  format?: string | undefined;
21267
+ end?: string | undefined;
21126
21268
  cmd?: string | undefined;
21127
21269
  }[];
21128
21270
  menubar: boolean;
@@ -21259,8 +21401,8 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
21259
21401
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
21260
21402
  uniqid: string;
21261
21403
  content: {
21262
- limit?: number | boolean | undefined;
21263
21404
  uri?: string | undefined;
21405
+ limit?: number | boolean | undefined;
21264
21406
  tableColumnsData?: {
21265
21407
  name?: string | undefined;
21266
21408
  label?: string | undefined;
@@ -21306,19 +21448,19 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
21306
21448
  url?: string | undefined;
21307
21449
  }>)>[] | undefined;
21308
21450
  } & (jamespot_user_api.WidgetArticleAttachmentContent | {
21309
- target?: string | undefined;
21310
21451
  text?: string | undefined;
21311
21452
  color?: string | undefined;
21312
21453
  url?: string | undefined;
21454
+ target?: string | undefined;
21455
+ variant?: "contained" | "outlined" | undefined;
21313
21456
  backgroundColor?: string | undefined;
21314
21457
  borderRadius?: string | undefined;
21315
21458
  fontSize?: string | undefined;
21316
21459
  buttonSize?: "lg" | "sm" | "md" | undefined;
21317
- variant?: "contained" | "outlined" | undefined;
21318
21460
  openingType?: "popup" | "link" | "anchor" | undefined;
21319
21461
  openingTypeLink?: {
21320
- target: string;
21321
21462
  url: string;
21463
+ target: string;
21322
21464
  } | undefined;
21323
21465
  openingTypeAnchor?: {
21324
21466
  uniqid: string;
@@ -21333,8 +21475,8 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
21333
21475
  css?: Record<string, string> | undefined;
21334
21476
  edit?: boolean | undefined;
21335
21477
  } | {
21336
- limit?: number | boolean | undefined;
21337
21478
  uri?: string | undefined;
21479
+ limit?: number | boolean | undefined;
21338
21480
  tableColumnsData?: {
21339
21481
  name?: string | undefined;
21340
21482
  label?: string | undefined;
@@ -21352,8 +21494,8 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
21352
21494
  tableSizedColumns?: boolean | undefined;
21353
21495
  tableSizedColumnsWidth?: number | undefined;
21354
21496
  } | {
21355
- limit?: number | boolean | undefined;
21356
21497
  uri?: string | undefined;
21498
+ limit?: number | boolean | undefined;
21357
21499
  tableColumnsData?: {
21358
21500
  name?: string | undefined;
21359
21501
  label?: string | undefined;
@@ -21446,8 +21588,8 @@ declare const Widget: {
21446
21588
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
21447
21589
  uniqid: string;
21448
21590
  content: {
21449
- limit?: number | boolean | undefined;
21450
21591
  uri?: string | undefined;
21592
+ limit?: number | boolean | undefined;
21451
21593
  tableColumnsData?: {
21452
21594
  name?: string | undefined;
21453
21595
  label?: string | undefined;
@@ -21528,8 +21670,8 @@ declare const Widget: {
21528
21670
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
21529
21671
  uniqid: string;
21530
21672
  content: {
21531
- limit?: number | boolean | undefined;
21532
21673
  uri?: string | undefined;
21674
+ limit?: number | boolean | undefined;
21533
21675
  tableColumnsData?: {
21534
21676
  name?: string | undefined;
21535
21677
  label?: string | undefined;
@@ -21612,6 +21754,7 @@ declare const Widget: {
21612
21754
  title?: string | undefined;
21613
21755
  _url?: string | undefined;
21614
21756
  level?: 0 | 9 | 3 | 5 | undefined;
21757
+ variant?: "extraBot" | undefined;
21615
21758
  }>;
21616
21759
  flushedWidgets: string[];
21617
21760
  rtObjectStack: {
@@ -21661,8 +21804,8 @@ declare const Widget: {
21661
21804
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
21662
21805
  uniqid: string;
21663
21806
  content: {
21664
- limit?: number | boolean | undefined;
21665
21807
  uri?: string | undefined;
21808
+ limit?: number | boolean | undefined;
21666
21809
  tableColumnsData?: {
21667
21810
  name?: string | undefined;
21668
21811
  label?: string | undefined;
@@ -21785,8 +21928,8 @@ declare const Widget: {
21785
21928
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
21786
21929
  uniqid: string;
21787
21930
  content: {
21788
- limit?: number | boolean | undefined;
21789
21931
  uri?: string | undefined;
21932
+ limit?: number | boolean | undefined;
21790
21933
  tableColumnsData?: {
21791
21934
  name?: string | undefined;
21792
21935
  label?: string | undefined;
@@ -21832,19 +21975,19 @@ declare const Widget: {
21832
21975
  url?: string | undefined;
21833
21976
  }>)>[] | undefined;
21834
21977
  } & (jamespot_user_api.WidgetArticleAttachmentContent | {
21835
- target?: string | undefined;
21836
21978
  text?: string | undefined;
21837
21979
  color?: string | undefined;
21838
21980
  url?: string | undefined;
21981
+ target?: string | undefined;
21982
+ variant?: "contained" | "outlined" | undefined;
21839
21983
  backgroundColor?: string | undefined;
21840
21984
  borderRadius?: string | undefined;
21841
21985
  fontSize?: string | undefined;
21842
21986
  buttonSize?: "lg" | "sm" | "md" | undefined;
21843
- variant?: "contained" | "outlined" | undefined;
21844
21987
  openingType?: "popup" | "link" | "anchor" | undefined;
21845
21988
  openingTypeLink?: {
21846
- target: string;
21847
21989
  url: string;
21990
+ target: string;
21848
21991
  } | undefined;
21849
21992
  openingTypeAnchor?: {
21850
21993
  uniqid: string;
@@ -21859,8 +22002,8 @@ declare const Widget: {
21859
22002
  css?: Record<string, string> | undefined;
21860
22003
  edit?: boolean | undefined;
21861
22004
  } | {
21862
- limit?: number | boolean | undefined;
21863
22005
  uri?: string | undefined;
22006
+ limit?: number | boolean | undefined;
21864
22007
  tableColumnsData?: {
21865
22008
  name?: string | undefined;
21866
22009
  label?: string | undefined;
@@ -21878,8 +22021,8 @@ declare const Widget: {
21878
22021
  tableSizedColumns?: boolean | undefined;
21879
22022
  tableSizedColumnsWidth?: number | undefined;
21880
22023
  } | {
21881
- limit?: number | boolean | undefined;
21882
22024
  uri?: string | undefined;
22025
+ limit?: number | boolean | undefined;
21883
22026
  tableColumnsData?: {
21884
22027
  name?: string | undefined;
21885
22028
  label?: string | undefined;
@@ -21991,8 +22134,8 @@ declare const Widget: {
21991
22134
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
21992
22135
  uniqid: string;
21993
22136
  content: {
21994
- limit?: number | boolean | undefined;
21995
22137
  uri?: string | undefined;
22138
+ limit?: number | boolean | undefined;
21996
22139
  tableColumnsData?: {
21997
22140
  name?: string | undefined;
21998
22141
  label?: string | undefined;
@@ -22153,8 +22296,8 @@ declare const Widget: {
22153
22296
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
22154
22297
  uniqid: string;
22155
22298
  content: {
22156
- limit?: number | boolean | undefined;
22157
22299
  uri?: string | undefined;
22300
+ limit?: number | boolean | undefined;
22158
22301
  tableColumnsData?: {
22159
22302
  name?: string | undefined;
22160
22303
  label?: string | undefined;
@@ -22228,8 +22371,8 @@ declare const Widget: {
22228
22371
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
22229
22372
  uniqid: string;
22230
22373
  content: {
22231
- limit?: number | boolean | undefined;
22232
22374
  uri?: string | undefined;
22375
+ limit?: number | boolean | undefined;
22233
22376
  tableColumnsData?: {
22234
22377
  name?: string | undefined;
22235
22378
  label?: string | undefined;
@@ -22308,6 +22451,7 @@ declare const Widget: {
22308
22451
  title?: string | undefined;
22309
22452
  _url?: string | undefined;
22310
22453
  level?: 0 | 9 | 3 | 5 | undefined;
22454
+ variant?: "extraBot" | undefined;
22311
22455
  } | undefined;
22312
22456
  selectWidgetObjectRights: (state: WidgetsRootState, uniqid: string) => jamespot_user_api.Rights | undefined;
22313
22457
  selectAllWidgetRTObject: (state: WidgetsRootState, uniqid: string) => {
@@ -23349,8 +23493,8 @@ declare const studio: {
23349
23493
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
23350
23494
  uniqid: string;
23351
23495
  content: {
23352
- limit?: number | boolean | undefined;
23353
23496
  uri?: string | undefined;
23497
+ limit?: number | boolean | undefined;
23354
23498
  tableColumnsData?: {
23355
23499
  name?: string | undefined;
23356
23500
  label?: string | undefined;
@@ -23431,8 +23575,8 @@ declare const studio: {
23431
23575
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
23432
23576
  uniqid: string;
23433
23577
  content: {
23434
- limit?: number | boolean | undefined;
23435
23578
  uri?: string | undefined;
23579
+ limit?: number | boolean | undefined;
23436
23580
  tableColumnsData?: {
23437
23581
  name?: string | undefined;
23438
23582
  label?: string | undefined;
@@ -23515,6 +23659,7 @@ declare const studio: {
23515
23659
  title?: string | undefined;
23516
23660
  _url?: string | undefined;
23517
23661
  level?: 0 | 9 | 3 | 5 | undefined;
23662
+ variant?: "extraBot" | undefined;
23518
23663
  }>;
23519
23664
  flushedWidgets: string[];
23520
23665
  rtObjectStack: {
@@ -23581,8 +23726,8 @@ declare const studio: {
23581
23726
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
23582
23727
  uniqid: string;
23583
23728
  content: {
23584
- limit?: number | boolean | undefined;
23585
23729
  uri?: string | undefined;
23730
+ limit?: number | boolean | undefined;
23586
23731
  tableColumnsData?: {
23587
23732
  name?: string | undefined;
23588
23733
  label?: string | undefined;
@@ -23663,8 +23808,8 @@ declare const studio: {
23663
23808
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
23664
23809
  uniqid: string;
23665
23810
  content: {
23666
- limit?: number | boolean | undefined;
23667
23811
  uri?: string | undefined;
23812
+ limit?: number | boolean | undefined;
23668
23813
  tableColumnsData?: {
23669
23814
  name?: string | undefined;
23670
23815
  label?: string | undefined;
@@ -23747,6 +23892,7 @@ declare const studio: {
23747
23892
  title?: string | undefined;
23748
23893
  _url?: string | undefined;
23749
23894
  level?: 0 | 9 | 3 | 5 | undefined;
23895
+ variant?: "extraBot" | undefined;
23750
23896
  }>;
23751
23897
  flushedWidgets: string[];
23752
23898
  rtObjectStack: {
@@ -23812,8 +23958,8 @@ declare const studio: {
23812
23958
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
23813
23959
  uniqid: string;
23814
23960
  content: {
23815
- limit?: number | boolean | undefined;
23816
23961
  uri?: string | undefined;
23962
+ limit?: number | boolean | undefined;
23817
23963
  tableColumnsData?: {
23818
23964
  name?: string | undefined;
23819
23965
  label?: string | undefined;
@@ -23894,8 +24040,8 @@ declare const studio: {
23894
24040
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
23895
24041
  uniqid: string;
23896
24042
  content: {
23897
- limit?: number | boolean | undefined;
23898
24043
  uri?: string | undefined;
24044
+ limit?: number | boolean | undefined;
23899
24045
  tableColumnsData?: {
23900
24046
  name?: string | undefined;
23901
24047
  label?: string | undefined;
@@ -23978,6 +24124,7 @@ declare const studio: {
23978
24124
  title?: string | undefined;
23979
24125
  _url?: string | undefined;
23980
24126
  level?: 0 | 9 | 3 | 5 | undefined;
24127
+ variant?: "extraBot" | undefined;
23981
24128
  }>;
23982
24129
  flushedWidgets: string[];
23983
24130
  rtObjectStack: {
@@ -24043,8 +24190,8 @@ declare const studio: {
24043
24190
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
24044
24191
  uniqid: string;
24045
24192
  content: {
24046
- limit?: number | boolean | undefined;
24047
24193
  uri?: string | undefined;
24194
+ limit?: number | boolean | undefined;
24048
24195
  tableColumnsData?: {
24049
24196
  name?: string | undefined;
24050
24197
  label?: string | undefined;
@@ -24125,8 +24272,8 @@ declare const studio: {
24125
24272
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
24126
24273
  uniqid: string;
24127
24274
  content: {
24128
- limit?: number | boolean | undefined;
24129
24275
  uri?: string | undefined;
24276
+ limit?: number | boolean | undefined;
24130
24277
  tableColumnsData?: {
24131
24278
  name?: string | undefined;
24132
24279
  label?: string | undefined;
@@ -24209,6 +24356,7 @@ declare const studio: {
24209
24356
  title?: string | undefined;
24210
24357
  _url?: string | undefined;
24211
24358
  level?: 0 | 9 | 3 | 5 | undefined;
24359
+ variant?: "extraBot" | undefined;
24212
24360
  }>;
24213
24361
  flushedWidgets: string[];
24214
24362
  rtObjectStack: {
@@ -24275,8 +24423,8 @@ declare const studio: {
24275
24423
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
24276
24424
  uniqid: string;
24277
24425
  content: {
24278
- limit?: number | boolean | undefined;
24279
24426
  uri?: string | undefined;
24427
+ limit?: number | boolean | undefined;
24280
24428
  tableColumnsData?: {
24281
24429
  name?: string | undefined;
24282
24430
  label?: string | undefined;
@@ -24357,8 +24505,8 @@ declare const studio: {
24357
24505
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
24358
24506
  uniqid: string;
24359
24507
  content: {
24360
- limit?: number | boolean | undefined;
24361
24508
  uri?: string | undefined;
24509
+ limit?: number | boolean | undefined;
24362
24510
  tableColumnsData?: {
24363
24511
  name?: string | undefined;
24364
24512
  label?: string | undefined;
@@ -24441,6 +24589,7 @@ declare const studio: {
24441
24589
  title?: string | undefined;
24442
24590
  _url?: string | undefined;
24443
24591
  level?: 0 | 9 | 3 | 5 | undefined;
24592
+ variant?: "extraBot" | undefined;
24444
24593
  }>;
24445
24594
  flushedWidgets: string[];
24446
24595
  rtObjectStack: {
@@ -24507,8 +24656,8 @@ declare const studio: {
24507
24656
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
24508
24657
  uniqid: string;
24509
24658
  content: {
24510
- limit?: number | boolean | undefined;
24511
24659
  uri?: string | undefined;
24660
+ limit?: number | boolean | undefined;
24512
24661
  tableColumnsData?: {
24513
24662
  name?: string | undefined;
24514
24663
  label?: string | undefined;
@@ -24589,8 +24738,8 @@ declare const studio: {
24589
24738
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
24590
24739
  uniqid: string;
24591
24740
  content: {
24592
- limit?: number | boolean | undefined;
24593
24741
  uri?: string | undefined;
24742
+ limit?: number | boolean | undefined;
24594
24743
  tableColumnsData?: {
24595
24744
  name?: string | undefined;
24596
24745
  label?: string | undefined;
@@ -24673,6 +24822,7 @@ declare const studio: {
24673
24822
  title?: string | undefined;
24674
24823
  _url?: string | undefined;
24675
24824
  level?: 0 | 9 | 3 | 5 | undefined;
24825
+ variant?: "extraBot" | undefined;
24676
24826
  }>;
24677
24827
  flushedWidgets: string[];
24678
24828
  rtObjectStack: {
@@ -24739,8 +24889,8 @@ declare const studio: {
24739
24889
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
24740
24890
  uniqid: string;
24741
24891
  content: {
24742
- limit?: number | boolean | undefined;
24743
24892
  uri?: string | undefined;
24893
+ limit?: number | boolean | undefined;
24744
24894
  tableColumnsData?: {
24745
24895
  name?: string | undefined;
24746
24896
  label?: string | undefined;
@@ -24821,8 +24971,8 @@ declare const studio: {
24821
24971
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
24822
24972
  uniqid: string;
24823
24973
  content: {
24824
- limit?: number | boolean | undefined;
24825
24974
  uri?: string | undefined;
24975
+ limit?: number | boolean | undefined;
24826
24976
  tableColumnsData?: {
24827
24977
  name?: string | undefined;
24828
24978
  label?: string | undefined;
@@ -24905,6 +25055,7 @@ declare const studio: {
24905
25055
  title?: string | undefined;
24906
25056
  _url?: string | undefined;
24907
25057
  level?: 0 | 9 | 3 | 5 | undefined;
25058
+ variant?: "extraBot" | undefined;
24908
25059
  }>;
24909
25060
  flushedWidgets: string[];
24910
25061
  rtObjectStack: {
@@ -24968,8 +25119,8 @@ declare const studio: {
24968
25119
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
24969
25120
  uniqid: string;
24970
25121
  content: {
24971
- limit?: number | boolean | undefined;
24972
25122
  uri?: string | undefined;
25123
+ limit?: number | boolean | undefined;
24973
25124
  tableColumnsData?: {
24974
25125
  name?: string | undefined;
24975
25126
  label?: string | undefined;
@@ -25050,8 +25201,8 @@ declare const studio: {
25050
25201
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
25051
25202
  uniqid: string;
25052
25203
  content: {
25053
- limit?: number | boolean | undefined;
25054
25204
  uri?: string | undefined;
25205
+ limit?: number | boolean | undefined;
25055
25206
  tableColumnsData?: {
25056
25207
  name?: string | undefined;
25057
25208
  label?: string | undefined;
@@ -25134,6 +25285,7 @@ declare const studio: {
25134
25285
  title?: string | undefined;
25135
25286
  _url?: string | undefined;
25136
25287
  level?: 0 | 9 | 3 | 5 | undefined;
25288
+ variant?: "extraBot" | undefined;
25137
25289
  }>;
25138
25290
  flushedWidgets: string[];
25139
25291
  rtObjectStack: {
@@ -25199,8 +25351,8 @@ declare const studio: {
25199
25351
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
25200
25352
  uniqid: string;
25201
25353
  content: {
25202
- limit?: number | boolean | undefined;
25203
25354
  uri?: string | undefined;
25355
+ limit?: number | boolean | undefined;
25204
25356
  tableColumnsData?: {
25205
25357
  name?: string | undefined;
25206
25358
  label?: string | undefined;
@@ -25281,8 +25433,8 @@ declare const studio: {
25281
25433
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
25282
25434
  uniqid: string;
25283
25435
  content: {
25284
- limit?: number | boolean | undefined;
25285
25436
  uri?: string | undefined;
25437
+ limit?: number | boolean | undefined;
25286
25438
  tableColumnsData?: {
25287
25439
  name?: string | undefined;
25288
25440
  label?: string | undefined;
@@ -25365,6 +25517,7 @@ declare const studio: {
25365
25517
  title?: string | undefined;
25366
25518
  _url?: string | undefined;
25367
25519
  level?: 0 | 9 | 3 | 5 | undefined;
25520
+ variant?: "extraBot" | undefined;
25368
25521
  }>;
25369
25522
  flushedWidgets: string[];
25370
25523
  rtObjectStack: {
@@ -25430,8 +25583,8 @@ declare const studio: {
25430
25583
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
25431
25584
  uniqid: string;
25432
25585
  content: {
25433
- limit?: number | boolean | undefined;
25434
25586
  uri?: string | undefined;
25587
+ limit?: number | boolean | undefined;
25435
25588
  tableColumnsData?: {
25436
25589
  name?: string | undefined;
25437
25590
  label?: string | undefined;
@@ -25512,8 +25665,8 @@ declare const studio: {
25512
25665
  name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
25513
25666
  uniqid: string;
25514
25667
  content: {
25515
- limit?: number | boolean | undefined;
25516
25668
  uri?: string | undefined;
25669
+ limit?: number | boolean | undefined;
25517
25670
  tableColumnsData?: {
25518
25671
  name?: string | undefined;
25519
25672
  label?: string | undefined;
@@ -25596,6 +25749,7 @@ declare const studio: {
25596
25749
  title?: string | undefined;
25597
25750
  _url?: string | undefined;
25598
25751
  level?: 0 | 9 | 3 | 5 | undefined;
25752
+ variant?: "extraBot" | undefined;
25599
25753
  }>;
25600
25754
  flushedWidgets: string[];
25601
25755
  rtObjectStack: {