jamespot-front-business 1.1.93 → 1.1.95
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/cjs.js +22 -0
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +22 -0
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +916 -45
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -179,6 +179,10 @@ declare const AdminLogs: {
|
|
|
179
179
|
emailsLimit?: boolean | undefined;
|
|
180
180
|
emailsLimitValue?: number | undefined;
|
|
181
181
|
emailsPromptStatus?: string | undefined;
|
|
182
|
+
}>) | ({
|
|
183
|
+
layers?: string[] | undefined;
|
|
184
|
+
} & jamespot_user_api.WidgetType<{
|
|
185
|
+
url?: string | undefined;
|
|
182
186
|
}>)>[];
|
|
183
187
|
uniqid: string;
|
|
184
188
|
locked: boolean;
|
|
@@ -257,6 +261,10 @@ declare const AdminLogs: {
|
|
|
257
261
|
emailsLimit?: boolean | undefined;
|
|
258
262
|
emailsLimitValue?: number | undefined;
|
|
259
263
|
emailsPromptStatus?: string | undefined;
|
|
264
|
+
}>) | ({
|
|
265
|
+
layers?: string[] | undefined;
|
|
266
|
+
} & jamespot_user_api.WidgetType<{
|
|
267
|
+
url?: string | undefined;
|
|
260
268
|
}>)>>;
|
|
261
269
|
states: Record<string, {
|
|
262
270
|
busy?: boolean | undefined;
|
|
@@ -296,6 +304,7 @@ declare const AdminLogs: {
|
|
|
296
304
|
title?: string | undefined;
|
|
297
305
|
_url?: string | undefined;
|
|
298
306
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
307
|
+
variant?: "extraBot" | undefined;
|
|
299
308
|
}>;
|
|
300
309
|
flushedWidgets: string[];
|
|
301
310
|
rtObjectStack: {
|
|
@@ -412,6 +421,10 @@ declare const AdminLogs: {
|
|
|
412
421
|
emailsLimit?: boolean | undefined;
|
|
413
422
|
emailsLimitValue?: number | undefined;
|
|
414
423
|
emailsPromptStatus?: string | undefined;
|
|
424
|
+
}>) | ({
|
|
425
|
+
layers?: string[] | undefined;
|
|
426
|
+
} & jamespot_user_api.WidgetType<{
|
|
427
|
+
url?: string | undefined;
|
|
415
428
|
}>)>[];
|
|
416
429
|
uniqid: string;
|
|
417
430
|
locked: boolean;
|
|
@@ -490,6 +503,10 @@ declare const AdminLogs: {
|
|
|
490
503
|
emailsLimit?: boolean | undefined;
|
|
491
504
|
emailsLimitValue?: number | undefined;
|
|
492
505
|
emailsPromptStatus?: string | undefined;
|
|
506
|
+
}>) | ({
|
|
507
|
+
layers?: string[] | undefined;
|
|
508
|
+
} & jamespot_user_api.WidgetType<{
|
|
509
|
+
url?: string | undefined;
|
|
493
510
|
}>)>>;
|
|
494
511
|
states: Record<string, {
|
|
495
512
|
busy?: boolean | undefined;
|
|
@@ -529,6 +546,7 @@ declare const AdminLogs: {
|
|
|
529
546
|
title?: string | undefined;
|
|
530
547
|
_url?: string | undefined;
|
|
531
548
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
549
|
+
variant?: "extraBot" | undefined;
|
|
532
550
|
}>;
|
|
533
551
|
flushedWidgets: string[];
|
|
534
552
|
rtObjectStack: {
|
|
@@ -640,6 +658,10 @@ declare const AdminLogs: {
|
|
|
640
658
|
emailsLimit?: boolean | undefined;
|
|
641
659
|
emailsLimitValue?: number | undefined;
|
|
642
660
|
emailsPromptStatus?: string | undefined;
|
|
661
|
+
}>) | ({
|
|
662
|
+
layers?: string[] | undefined;
|
|
663
|
+
} & jamespot_user_api.WidgetType<{
|
|
664
|
+
url?: string | undefined;
|
|
643
665
|
}>)>[];
|
|
644
666
|
uniqid: string;
|
|
645
667
|
locked: boolean;
|
|
@@ -718,6 +740,10 @@ declare const AdminLogs: {
|
|
|
718
740
|
emailsLimit?: boolean | undefined;
|
|
719
741
|
emailsLimitValue?: number | undefined;
|
|
720
742
|
emailsPromptStatus?: string | undefined;
|
|
743
|
+
}>) | ({
|
|
744
|
+
layers?: string[] | undefined;
|
|
745
|
+
} & jamespot_user_api.WidgetType<{
|
|
746
|
+
url?: string | undefined;
|
|
721
747
|
}>)>>;
|
|
722
748
|
states: Record<string, {
|
|
723
749
|
busy?: boolean | undefined;
|
|
@@ -757,6 +783,7 @@ declare const AdminLogs: {
|
|
|
757
783
|
title?: string | undefined;
|
|
758
784
|
_url?: string | undefined;
|
|
759
785
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
786
|
+
variant?: "extraBot" | undefined;
|
|
760
787
|
}>;
|
|
761
788
|
flushedWidgets: string[];
|
|
762
789
|
rtObjectStack: {
|
|
@@ -991,6 +1018,10 @@ declare const Animations: {
|
|
|
991
1018
|
emailsLimit?: boolean | undefined;
|
|
992
1019
|
emailsLimitValue?: number | undefined;
|
|
993
1020
|
emailsPromptStatus?: string | undefined;
|
|
1021
|
+
}>) | ({
|
|
1022
|
+
layers?: string[] | undefined;
|
|
1023
|
+
} & jamespot_user_api.WidgetType<{
|
|
1024
|
+
url?: string | undefined;
|
|
994
1025
|
}>)>[];
|
|
995
1026
|
uniqid: string;
|
|
996
1027
|
locked: boolean;
|
|
@@ -1069,6 +1100,10 @@ declare const Animations: {
|
|
|
1069
1100
|
emailsLimit?: boolean | undefined;
|
|
1070
1101
|
emailsLimitValue?: number | undefined;
|
|
1071
1102
|
emailsPromptStatus?: string | undefined;
|
|
1103
|
+
}>) | ({
|
|
1104
|
+
layers?: string[] | undefined;
|
|
1105
|
+
} & jamespot_user_api.WidgetType<{
|
|
1106
|
+
url?: string | undefined;
|
|
1072
1107
|
}>)>>;
|
|
1073
1108
|
states: Record<string, {
|
|
1074
1109
|
busy?: boolean | undefined;
|
|
@@ -1108,6 +1143,7 @@ declare const Animations: {
|
|
|
1108
1143
|
title?: string | undefined;
|
|
1109
1144
|
_url?: string | undefined;
|
|
1110
1145
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
1146
|
+
variant?: "extraBot" | undefined;
|
|
1111
1147
|
}>;
|
|
1112
1148
|
flushedWidgets: string[];
|
|
1113
1149
|
rtObjectStack: {
|
|
@@ -1215,6 +1251,10 @@ declare const Animations: {
|
|
|
1215
1251
|
emailsLimit?: boolean | undefined;
|
|
1216
1252
|
emailsLimitValue?: number | undefined;
|
|
1217
1253
|
emailsPromptStatus?: string | undefined;
|
|
1254
|
+
}>) | ({
|
|
1255
|
+
layers?: string[] | undefined;
|
|
1256
|
+
} & jamespot_user_api.WidgetType<{
|
|
1257
|
+
url?: string | undefined;
|
|
1218
1258
|
}>)>[];
|
|
1219
1259
|
uniqid: string;
|
|
1220
1260
|
locked: boolean;
|
|
@@ -1293,6 +1333,10 @@ declare const Animations: {
|
|
|
1293
1333
|
emailsLimit?: boolean | undefined;
|
|
1294
1334
|
emailsLimitValue?: number | undefined;
|
|
1295
1335
|
emailsPromptStatus?: string | undefined;
|
|
1336
|
+
}>) | ({
|
|
1337
|
+
layers?: string[] | undefined;
|
|
1338
|
+
} & jamespot_user_api.WidgetType<{
|
|
1339
|
+
url?: string | undefined;
|
|
1296
1340
|
}>)>>;
|
|
1297
1341
|
states: Record<string, {
|
|
1298
1342
|
busy?: boolean | undefined;
|
|
@@ -1332,6 +1376,7 @@ declare const Animations: {
|
|
|
1332
1376
|
title?: string | undefined;
|
|
1333
1377
|
_url?: string | undefined;
|
|
1334
1378
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
1379
|
+
variant?: "extraBot" | undefined;
|
|
1335
1380
|
}>;
|
|
1336
1381
|
flushedWidgets: string[];
|
|
1337
1382
|
rtObjectStack: {
|
|
@@ -1439,6 +1484,10 @@ declare const Animations: {
|
|
|
1439
1484
|
emailsLimit?: boolean | undefined;
|
|
1440
1485
|
emailsLimitValue?: number | undefined;
|
|
1441
1486
|
emailsPromptStatus?: string | undefined;
|
|
1487
|
+
}>) | ({
|
|
1488
|
+
layers?: string[] | undefined;
|
|
1489
|
+
} & jamespot_user_api.WidgetType<{
|
|
1490
|
+
url?: string | undefined;
|
|
1442
1491
|
}>)>[];
|
|
1443
1492
|
uniqid: string;
|
|
1444
1493
|
locked: boolean;
|
|
@@ -1517,6 +1566,10 @@ declare const Animations: {
|
|
|
1517
1566
|
emailsLimit?: boolean | undefined;
|
|
1518
1567
|
emailsLimitValue?: number | undefined;
|
|
1519
1568
|
emailsPromptStatus?: string | undefined;
|
|
1569
|
+
}>) | ({
|
|
1570
|
+
layers?: string[] | undefined;
|
|
1571
|
+
} & jamespot_user_api.WidgetType<{
|
|
1572
|
+
url?: string | undefined;
|
|
1520
1573
|
}>)>>;
|
|
1521
1574
|
states: Record<string, {
|
|
1522
1575
|
busy?: boolean | undefined;
|
|
@@ -1556,6 +1609,7 @@ declare const Animations: {
|
|
|
1556
1609
|
title?: string | undefined;
|
|
1557
1610
|
_url?: string | undefined;
|
|
1558
1611
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
1612
|
+
variant?: "extraBot" | undefined;
|
|
1559
1613
|
}>;
|
|
1560
1614
|
flushedWidgets: string[];
|
|
1561
1615
|
rtObjectStack: {
|
|
@@ -1663,6 +1717,10 @@ declare const Animations: {
|
|
|
1663
1717
|
emailsLimit?: boolean | undefined;
|
|
1664
1718
|
emailsLimitValue?: number | undefined;
|
|
1665
1719
|
emailsPromptStatus?: string | undefined;
|
|
1720
|
+
}>) | ({
|
|
1721
|
+
layers?: string[] | undefined;
|
|
1722
|
+
} & jamespot_user_api.WidgetType<{
|
|
1723
|
+
url?: string | undefined;
|
|
1666
1724
|
}>)>[];
|
|
1667
1725
|
uniqid: string;
|
|
1668
1726
|
locked: boolean;
|
|
@@ -1741,6 +1799,10 @@ declare const Animations: {
|
|
|
1741
1799
|
emailsLimit?: boolean | undefined;
|
|
1742
1800
|
emailsLimitValue?: number | undefined;
|
|
1743
1801
|
emailsPromptStatus?: string | undefined;
|
|
1802
|
+
}>) | ({
|
|
1803
|
+
layers?: string[] | undefined;
|
|
1804
|
+
} & jamespot_user_api.WidgetType<{
|
|
1805
|
+
url?: string | undefined;
|
|
1744
1806
|
}>)>>;
|
|
1745
1807
|
states: Record<string, {
|
|
1746
1808
|
busy?: boolean | undefined;
|
|
@@ -1780,6 +1842,7 @@ declare const Animations: {
|
|
|
1780
1842
|
title?: string | undefined;
|
|
1781
1843
|
_url?: string | undefined;
|
|
1782
1844
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
1845
|
+
variant?: "extraBot" | undefined;
|
|
1783
1846
|
}>;
|
|
1784
1847
|
flushedWidgets: string[];
|
|
1785
1848
|
rtObjectStack: {
|
|
@@ -1893,6 +1956,10 @@ declare const Animations: {
|
|
|
1893
1956
|
emailsLimit?: boolean | undefined;
|
|
1894
1957
|
emailsLimitValue?: number | undefined;
|
|
1895
1958
|
emailsPromptStatus?: string | undefined;
|
|
1959
|
+
}>) | ({
|
|
1960
|
+
layers?: string[] | undefined;
|
|
1961
|
+
} & jamespot_user_api.WidgetType<{
|
|
1962
|
+
url?: string | undefined;
|
|
1896
1963
|
}>)>[];
|
|
1897
1964
|
uniqid: string;
|
|
1898
1965
|
locked: boolean;
|
|
@@ -1971,6 +2038,10 @@ declare const Animations: {
|
|
|
1971
2038
|
emailsLimit?: boolean | undefined;
|
|
1972
2039
|
emailsLimitValue?: number | undefined;
|
|
1973
2040
|
emailsPromptStatus?: string | undefined;
|
|
2041
|
+
}>) | ({
|
|
2042
|
+
layers?: string[] | undefined;
|
|
2043
|
+
} & jamespot_user_api.WidgetType<{
|
|
2044
|
+
url?: string | undefined;
|
|
1974
2045
|
}>)>>;
|
|
1975
2046
|
states: Record<string, {
|
|
1976
2047
|
busy?: boolean | undefined;
|
|
@@ -2010,6 +2081,7 @@ declare const Animations: {
|
|
|
2010
2081
|
title?: string | undefined;
|
|
2011
2082
|
_url?: string | undefined;
|
|
2012
2083
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
2084
|
+
variant?: "extraBot" | undefined;
|
|
2013
2085
|
}>;
|
|
2014
2086
|
flushedWidgets: string[];
|
|
2015
2087
|
rtObjectStack: {
|
|
@@ -2135,6 +2207,10 @@ declare const Animations: {
|
|
|
2135
2207
|
emailsLimit?: boolean | undefined;
|
|
2136
2208
|
emailsLimitValue?: number | undefined;
|
|
2137
2209
|
emailsPromptStatus?: string | undefined;
|
|
2210
|
+
}>) | ({
|
|
2211
|
+
layers?: string[] | undefined;
|
|
2212
|
+
} & jamespot_user_api.WidgetType<{
|
|
2213
|
+
url?: string | undefined;
|
|
2138
2214
|
}>)>[];
|
|
2139
2215
|
uniqid: string;
|
|
2140
2216
|
locked: boolean;
|
|
@@ -2213,6 +2289,10 @@ declare const Animations: {
|
|
|
2213
2289
|
emailsLimit?: boolean | undefined;
|
|
2214
2290
|
emailsLimitValue?: number | undefined;
|
|
2215
2291
|
emailsPromptStatus?: string | undefined;
|
|
2292
|
+
}>) | ({
|
|
2293
|
+
layers?: string[] | undefined;
|
|
2294
|
+
} & jamespot_user_api.WidgetType<{
|
|
2295
|
+
url?: string | undefined;
|
|
2216
2296
|
}>)>>;
|
|
2217
2297
|
states: Record<string, {
|
|
2218
2298
|
busy?: boolean | undefined;
|
|
@@ -2252,6 +2332,7 @@ declare const Animations: {
|
|
|
2252
2332
|
title?: string | undefined;
|
|
2253
2333
|
_url?: string | undefined;
|
|
2254
2334
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
2335
|
+
variant?: "extraBot" | undefined;
|
|
2255
2336
|
}>;
|
|
2256
2337
|
flushedWidgets: string[];
|
|
2257
2338
|
rtObjectStack: {
|
|
@@ -2375,6 +2456,10 @@ declare const Animations: {
|
|
|
2375
2456
|
emailsLimit?: boolean | undefined;
|
|
2376
2457
|
emailsLimitValue?: number | undefined;
|
|
2377
2458
|
emailsPromptStatus?: string | undefined;
|
|
2459
|
+
}>) | ({
|
|
2460
|
+
layers?: string[] | undefined;
|
|
2461
|
+
} & jamespot_user_api.WidgetType<{
|
|
2462
|
+
url?: string | undefined;
|
|
2378
2463
|
}>)>[];
|
|
2379
2464
|
uniqid: string;
|
|
2380
2465
|
locked: boolean;
|
|
@@ -2453,6 +2538,10 @@ declare const Animations: {
|
|
|
2453
2538
|
emailsLimit?: boolean | undefined;
|
|
2454
2539
|
emailsLimitValue?: number | undefined;
|
|
2455
2540
|
emailsPromptStatus?: string | undefined;
|
|
2541
|
+
}>) | ({
|
|
2542
|
+
layers?: string[] | undefined;
|
|
2543
|
+
} & jamespot_user_api.WidgetType<{
|
|
2544
|
+
url?: string | undefined;
|
|
2456
2545
|
}>)>>;
|
|
2457
2546
|
states: Record<string, {
|
|
2458
2547
|
busy?: boolean | undefined;
|
|
@@ -2492,6 +2581,7 @@ declare const Animations: {
|
|
|
2492
2581
|
title?: string | undefined;
|
|
2493
2582
|
_url?: string | undefined;
|
|
2494
2583
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
2584
|
+
variant?: "extraBot" | undefined;
|
|
2495
2585
|
}>;
|
|
2496
2586
|
flushedWidgets: string[];
|
|
2497
2587
|
rtObjectStack: {
|
|
@@ -2655,6 +2745,10 @@ declare const Application: {
|
|
|
2655
2745
|
emailsLimit?: boolean | undefined;
|
|
2656
2746
|
emailsLimitValue?: number | undefined;
|
|
2657
2747
|
emailsPromptStatus?: string | undefined;
|
|
2748
|
+
}>) | ({
|
|
2749
|
+
layers?: string[] | undefined;
|
|
2750
|
+
} & jamespot_user_api.WidgetType<{
|
|
2751
|
+
url?: string | undefined;
|
|
2658
2752
|
}>)>[];
|
|
2659
2753
|
uniqid: string;
|
|
2660
2754
|
locked: boolean;
|
|
@@ -2733,6 +2827,10 @@ declare const Application: {
|
|
|
2733
2827
|
emailsLimit?: boolean | undefined;
|
|
2734
2828
|
emailsLimitValue?: number | undefined;
|
|
2735
2829
|
emailsPromptStatus?: string | undefined;
|
|
2830
|
+
}>) | ({
|
|
2831
|
+
layers?: string[] | undefined;
|
|
2832
|
+
} & jamespot_user_api.WidgetType<{
|
|
2833
|
+
url?: string | undefined;
|
|
2736
2834
|
}>)>>;
|
|
2737
2835
|
states: Record<string, {
|
|
2738
2836
|
busy?: boolean | undefined;
|
|
@@ -2772,6 +2870,7 @@ declare const Application: {
|
|
|
2772
2870
|
title?: string | undefined;
|
|
2773
2871
|
_url?: string | undefined;
|
|
2774
2872
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
2873
|
+
variant?: "extraBot" | undefined;
|
|
2775
2874
|
}>;
|
|
2776
2875
|
flushedWidgets: string[];
|
|
2777
2876
|
rtObjectStack: {
|
|
@@ -2859,10 +2958,11 @@ declare const AssetReservation: {
|
|
|
2859
2958
|
title: string;
|
|
2860
2959
|
_url: string;
|
|
2861
2960
|
} & {
|
|
2862
|
-
[key: string]: string | number | null;
|
|
2961
|
+
[key: string]: string | number | null | undefined;
|
|
2863
2962
|
level: 0 | 9 | 3 | 5;
|
|
2864
2963
|
dateCreation: string;
|
|
2865
2964
|
dateModified: string;
|
|
2965
|
+
variant?: "extraBot" | undefined;
|
|
2866
2966
|
};
|
|
2867
2967
|
_right: jamespot_user_api.Rights;
|
|
2868
2968
|
_audience: (jamespot_user_api.jUserLittle | {
|
|
@@ -2964,6 +3064,10 @@ declare const AssetReservation: {
|
|
|
2964
3064
|
emailsLimit?: boolean | undefined;
|
|
2965
3065
|
emailsLimitValue?: number | undefined;
|
|
2966
3066
|
emailsPromptStatus?: string | undefined;
|
|
3067
|
+
}>) | ({
|
|
3068
|
+
layers?: string[] | undefined;
|
|
3069
|
+
} & jamespot_user_api.WidgetType<{
|
|
3070
|
+
url?: string | undefined;
|
|
2967
3071
|
}>)>[] | undefined;
|
|
2968
3072
|
}, jamespot_user_api.BaseMessages>, void, {
|
|
2969
3073
|
dispatch: any;
|
|
@@ -3042,6 +3146,10 @@ declare const AssetReservation: {
|
|
|
3042
3146
|
emailsLimit?: boolean | undefined;
|
|
3043
3147
|
emailsLimitValue?: number | undefined;
|
|
3044
3148
|
emailsPromptStatus?: string | undefined;
|
|
3149
|
+
}>) | ({
|
|
3150
|
+
layers?: string[] | undefined;
|
|
3151
|
+
} & jamespot_user_api.WidgetType<{
|
|
3152
|
+
url?: string | undefined;
|
|
3045
3153
|
}>)>[];
|
|
3046
3154
|
uniqid: string;
|
|
3047
3155
|
locked: boolean;
|
|
@@ -3120,6 +3228,10 @@ declare const AssetReservation: {
|
|
|
3120
3228
|
emailsLimit?: boolean | undefined;
|
|
3121
3229
|
emailsLimitValue?: number | undefined;
|
|
3122
3230
|
emailsPromptStatus?: string | undefined;
|
|
3231
|
+
}>) | ({
|
|
3232
|
+
layers?: string[] | undefined;
|
|
3233
|
+
} & jamespot_user_api.WidgetType<{
|
|
3234
|
+
url?: string | undefined;
|
|
3123
3235
|
}>)>>;
|
|
3124
3236
|
states: Record<string, {
|
|
3125
3237
|
busy?: boolean | undefined;
|
|
@@ -3159,6 +3271,7 @@ declare const AssetReservation: {
|
|
|
3159
3271
|
title?: string | undefined;
|
|
3160
3272
|
_url?: string | undefined;
|
|
3161
3273
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
3274
|
+
variant?: "extraBot" | undefined;
|
|
3162
3275
|
}>;
|
|
3163
3276
|
flushedWidgets: string[];
|
|
3164
3277
|
rtObjectStack: {
|
|
@@ -3273,6 +3386,10 @@ declare const AssetReservation: {
|
|
|
3273
3386
|
emailsLimit?: boolean | undefined;
|
|
3274
3387
|
emailsLimitValue?: number | undefined;
|
|
3275
3388
|
emailsPromptStatus?: string | undefined;
|
|
3389
|
+
}>) | ({
|
|
3390
|
+
layers?: string[] | undefined;
|
|
3391
|
+
} & jamespot_user_api.WidgetType<{
|
|
3392
|
+
url?: string | undefined;
|
|
3276
3393
|
}>)>[];
|
|
3277
3394
|
uniqid: string;
|
|
3278
3395
|
locked: boolean;
|
|
@@ -3351,6 +3468,10 @@ declare const AssetReservation: {
|
|
|
3351
3468
|
emailsLimit?: boolean | undefined;
|
|
3352
3469
|
emailsLimitValue?: number | undefined;
|
|
3353
3470
|
emailsPromptStatus?: string | undefined;
|
|
3471
|
+
}>) | ({
|
|
3472
|
+
layers?: string[] | undefined;
|
|
3473
|
+
} & jamespot_user_api.WidgetType<{
|
|
3474
|
+
url?: string | undefined;
|
|
3354
3475
|
}>)>>;
|
|
3355
3476
|
states: Record<string, {
|
|
3356
3477
|
busy?: boolean | undefined;
|
|
@@ -3390,6 +3511,7 @@ declare const AssetReservation: {
|
|
|
3390
3511
|
title?: string | undefined;
|
|
3391
3512
|
_url?: string | undefined;
|
|
3392
3513
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
3514
|
+
variant?: "extraBot" | undefined;
|
|
3393
3515
|
}>;
|
|
3394
3516
|
flushedWidgets: string[];
|
|
3395
3517
|
rtObjectStack: {
|
|
@@ -3430,10 +3552,11 @@ declare const AssetReservation: {
|
|
|
3430
3552
|
title: string;
|
|
3431
3553
|
_url: string;
|
|
3432
3554
|
} & {
|
|
3433
|
-
[key: string]: string | number | null;
|
|
3555
|
+
[key: string]: string | number | null | undefined;
|
|
3434
3556
|
level: 0 | 9 | 3 | 5;
|
|
3435
3557
|
dateCreation: string;
|
|
3436
3558
|
dateModified: string;
|
|
3559
|
+
variant?: "extraBot" | undefined;
|
|
3437
3560
|
};
|
|
3438
3561
|
_right: jamespot_user_api.Rights;
|
|
3439
3562
|
_audience: (jamespot_user_api.jUserLittle | {
|
|
@@ -3474,10 +3597,11 @@ declare const AssetReservation: {
|
|
|
3474
3597
|
title: string;
|
|
3475
3598
|
_url: string;
|
|
3476
3599
|
} & {
|
|
3477
|
-
[key: string]: string | number | null;
|
|
3600
|
+
[key: string]: string | number | null | undefined;
|
|
3478
3601
|
level: 0 | 9 | 3 | 5;
|
|
3479
3602
|
dateCreation: string;
|
|
3480
3603
|
dateModified: string;
|
|
3604
|
+
variant?: "extraBot" | undefined;
|
|
3481
3605
|
};
|
|
3482
3606
|
_right: jamespot_user_api.Rights;
|
|
3483
3607
|
_audience: (jamespot_user_api.jUserLittle | {
|
|
@@ -3579,6 +3703,10 @@ declare const AssetReservation: {
|
|
|
3579
3703
|
emailsLimit?: boolean | undefined;
|
|
3580
3704
|
emailsLimitValue?: number | undefined;
|
|
3581
3705
|
emailsPromptStatus?: string | undefined;
|
|
3706
|
+
}>) | ({
|
|
3707
|
+
layers?: string[] | undefined;
|
|
3708
|
+
} & jamespot_user_api.WidgetType<{
|
|
3709
|
+
url?: string | undefined;
|
|
3582
3710
|
}>)>[] | undefined;
|
|
3583
3711
|
};
|
|
3584
3712
|
image?: {
|
|
@@ -3656,6 +3784,10 @@ declare const AssetReservation: {
|
|
|
3656
3784
|
emailsLimit?: boolean | undefined;
|
|
3657
3785
|
emailsLimitValue?: number | undefined;
|
|
3658
3786
|
emailsPromptStatus?: string | undefined;
|
|
3787
|
+
}>) | ({
|
|
3788
|
+
layers?: string[] | undefined;
|
|
3789
|
+
} & jamespot_user_api.WidgetType<{
|
|
3790
|
+
url?: string | undefined;
|
|
3659
3791
|
}>)>[] | undefined;
|
|
3660
3792
|
}, jamespot_user_api.BaseMessages>, "my" | "history", {
|
|
3661
3793
|
dispatch: any;
|
|
@@ -3734,6 +3866,10 @@ declare const AssetReservation: {
|
|
|
3734
3866
|
emailsLimit?: boolean | undefined;
|
|
3735
3867
|
emailsLimitValue?: number | undefined;
|
|
3736
3868
|
emailsPromptStatus?: string | undefined;
|
|
3869
|
+
}>) | ({
|
|
3870
|
+
layers?: string[] | undefined;
|
|
3871
|
+
} & jamespot_user_api.WidgetType<{
|
|
3872
|
+
url?: string | undefined;
|
|
3737
3873
|
}>)>[];
|
|
3738
3874
|
uniqid: string;
|
|
3739
3875
|
locked: boolean;
|
|
@@ -3812,6 +3948,10 @@ declare const AssetReservation: {
|
|
|
3812
3948
|
emailsLimit?: boolean | undefined;
|
|
3813
3949
|
emailsLimitValue?: number | undefined;
|
|
3814
3950
|
emailsPromptStatus?: string | undefined;
|
|
3951
|
+
}>) | ({
|
|
3952
|
+
layers?: string[] | undefined;
|
|
3953
|
+
} & jamespot_user_api.WidgetType<{
|
|
3954
|
+
url?: string | undefined;
|
|
3815
3955
|
}>)>>;
|
|
3816
3956
|
states: Record<string, {
|
|
3817
3957
|
busy?: boolean | undefined;
|
|
@@ -3851,6 +3991,7 @@ declare const AssetReservation: {
|
|
|
3851
3991
|
title?: string | undefined;
|
|
3852
3992
|
_url?: string | undefined;
|
|
3853
3993
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
3994
|
+
variant?: "extraBot" | undefined;
|
|
3854
3995
|
}>;
|
|
3855
3996
|
flushedWidgets: string[];
|
|
3856
3997
|
rtObjectStack: {
|
|
@@ -3897,10 +4038,11 @@ declare const AssetReservation: {
|
|
|
3897
4038
|
title: string;
|
|
3898
4039
|
_url: string;
|
|
3899
4040
|
} & {
|
|
3900
|
-
[key: string]: string | number | null;
|
|
4041
|
+
[key: string]: string | number | null | undefined;
|
|
3901
4042
|
level: 0 | 9 | 3 | 5;
|
|
3902
4043
|
dateCreation: string;
|
|
3903
4044
|
dateModified: string;
|
|
4045
|
+
variant?: "extraBot" | undefined;
|
|
3904
4046
|
};
|
|
3905
4047
|
_right: jamespot_user_api.Rights;
|
|
3906
4048
|
_audience: (jamespot_user_api.jUserLittle | {
|
|
@@ -4002,6 +4144,10 @@ declare const AssetReservation: {
|
|
|
4002
4144
|
emailsLimit?: boolean | undefined;
|
|
4003
4145
|
emailsLimitValue?: number | undefined;
|
|
4004
4146
|
emailsPromptStatus?: string | undefined;
|
|
4147
|
+
}>) | ({
|
|
4148
|
+
layers?: string[] | undefined;
|
|
4149
|
+
} & jamespot_user_api.WidgetType<{
|
|
4150
|
+
url?: string | undefined;
|
|
4005
4151
|
}>)>[] | undefined;
|
|
4006
4152
|
}[];
|
|
4007
4153
|
bookableAssetLoading: (state: AssetReservationRootState) => "idle" | "pending";
|
|
@@ -4018,10 +4164,11 @@ declare const AssetReservation: {
|
|
|
4018
4164
|
title: string;
|
|
4019
4165
|
_url: string;
|
|
4020
4166
|
} & {
|
|
4021
|
-
[key: string]: string | number | null;
|
|
4167
|
+
[key: string]: string | number | null | undefined;
|
|
4022
4168
|
level: 0 | 9 | 3 | 5;
|
|
4023
4169
|
dateCreation: string;
|
|
4024
4170
|
dateModified: string;
|
|
4171
|
+
variant?: "extraBot" | undefined;
|
|
4025
4172
|
};
|
|
4026
4173
|
_right: jamespot_user_api.Rights;
|
|
4027
4174
|
_audience: (jamespot_user_api.jUserLittle | {
|
|
@@ -4062,10 +4209,11 @@ declare const AssetReservation: {
|
|
|
4062
4209
|
title: string;
|
|
4063
4210
|
_url: string;
|
|
4064
4211
|
} & {
|
|
4065
|
-
[key: string]: string | number | null;
|
|
4212
|
+
[key: string]: string | number | null | undefined;
|
|
4066
4213
|
level: 0 | 9 | 3 | 5;
|
|
4067
4214
|
dateCreation: string;
|
|
4068
4215
|
dateModified: string;
|
|
4216
|
+
variant?: "extraBot" | undefined;
|
|
4069
4217
|
};
|
|
4070
4218
|
_right: jamespot_user_api.Rights;
|
|
4071
4219
|
_audience: (jamespot_user_api.jUserLittle | {
|
|
@@ -4167,6 +4315,10 @@ declare const AssetReservation: {
|
|
|
4167
4315
|
emailsLimit?: boolean | undefined;
|
|
4168
4316
|
emailsLimitValue?: number | undefined;
|
|
4169
4317
|
emailsPromptStatus?: string | undefined;
|
|
4318
|
+
}>) | ({
|
|
4319
|
+
layers?: string[] | undefined;
|
|
4320
|
+
} & jamespot_user_api.WidgetType<{
|
|
4321
|
+
url?: string | undefined;
|
|
4170
4322
|
}>)>[] | undefined;
|
|
4171
4323
|
};
|
|
4172
4324
|
image?: {
|
|
@@ -4244,6 +4396,10 @@ declare const AssetReservation: {
|
|
|
4244
4396
|
emailsLimit?: boolean | undefined;
|
|
4245
4397
|
emailsLimitValue?: number | undefined;
|
|
4246
4398
|
emailsPromptStatus?: string | undefined;
|
|
4399
|
+
}>) | ({
|
|
4400
|
+
layers?: string[] | undefined;
|
|
4401
|
+
} & jamespot_user_api.WidgetType<{
|
|
4402
|
+
url?: string | undefined;
|
|
4247
4403
|
}>)>[] | undefined;
|
|
4248
4404
|
}[];
|
|
4249
4405
|
reservationLoading: (state: AssetReservationRootState) => "idle" | "pending";
|
|
@@ -4287,10 +4443,11 @@ declare const fetchReports: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
4287
4443
|
title: string;
|
|
4288
4444
|
_url: string;
|
|
4289
4445
|
} & {
|
|
4290
|
-
[key: string]: string | number | null;
|
|
4446
|
+
[key: string]: string | number | null | undefined;
|
|
4291
4447
|
level: 0 | 9 | 3 | 5;
|
|
4292
4448
|
dateCreation: string;
|
|
4293
4449
|
dateModified: string;
|
|
4450
|
+
variant?: "extraBot" | undefined;
|
|
4294
4451
|
};
|
|
4295
4452
|
_right: jamespot_user_api.Rights;
|
|
4296
4453
|
_audience: (jamespot_user_api.jUserLittle | {
|
|
@@ -4394,6 +4551,10 @@ declare const fetchReports: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
4394
4551
|
emailsLimit?: boolean | undefined;
|
|
4395
4552
|
emailsLimitValue?: number | undefined;
|
|
4396
4553
|
emailsPromptStatus?: string | undefined;
|
|
4554
|
+
}>) | ({
|
|
4555
|
+
layers?: string[] | undefined;
|
|
4556
|
+
} & jamespot_user_api.WidgetType<{
|
|
4557
|
+
url?: string | undefined;
|
|
4397
4558
|
}>)>[] | undefined;
|
|
4398
4559
|
commentId?: number | undefined;
|
|
4399
4560
|
commentType?: string | undefined;
|
|
@@ -4474,6 +4635,10 @@ declare const fetchReports: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
4474
4635
|
emailsLimit?: boolean | undefined;
|
|
4475
4636
|
emailsLimitValue?: number | undefined;
|
|
4476
4637
|
emailsPromptStatus?: string | undefined;
|
|
4638
|
+
}>) | ({
|
|
4639
|
+
layers?: string[] | undefined;
|
|
4640
|
+
} & jamespot_user_api.WidgetType<{
|
|
4641
|
+
url?: string | undefined;
|
|
4477
4642
|
}>)>[];
|
|
4478
4643
|
uniqid: string;
|
|
4479
4644
|
locked: boolean;
|
|
@@ -4552,6 +4717,10 @@ declare const fetchReports: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
4552
4717
|
emailsLimit?: boolean | undefined;
|
|
4553
4718
|
emailsLimitValue?: number | undefined;
|
|
4554
4719
|
emailsPromptStatus?: string | undefined;
|
|
4720
|
+
}>) | ({
|
|
4721
|
+
layers?: string[] | undefined;
|
|
4722
|
+
} & jamespot_user_api.WidgetType<{
|
|
4723
|
+
url?: string | undefined;
|
|
4555
4724
|
}>)>>;
|
|
4556
4725
|
states: Record<string, {
|
|
4557
4726
|
busy?: boolean | undefined;
|
|
@@ -4591,6 +4760,7 @@ declare const fetchReports: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
4591
4760
|
title?: string | undefined;
|
|
4592
4761
|
_url?: string | undefined;
|
|
4593
4762
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
4763
|
+
variant?: "extraBot" | undefined;
|
|
4594
4764
|
}>;
|
|
4595
4765
|
flushedWidgets: string[];
|
|
4596
4766
|
rtObjectStack: {
|
|
@@ -4701,6 +4871,10 @@ declare const updateStatus: _reduxjs_toolkit.AsyncThunk<boolean, {
|
|
|
4701
4871
|
emailsLimit?: boolean | undefined;
|
|
4702
4872
|
emailsLimitValue?: number | undefined;
|
|
4703
4873
|
emailsPromptStatus?: string | undefined;
|
|
4874
|
+
}>) | ({
|
|
4875
|
+
layers?: string[] | undefined;
|
|
4876
|
+
} & jamespot_user_api.WidgetType<{
|
|
4877
|
+
url?: string | undefined;
|
|
4704
4878
|
}>)>[];
|
|
4705
4879
|
uniqid: string;
|
|
4706
4880
|
locked: boolean;
|
|
@@ -4779,6 +4953,10 @@ declare const updateStatus: _reduxjs_toolkit.AsyncThunk<boolean, {
|
|
|
4779
4953
|
emailsLimit?: boolean | undefined;
|
|
4780
4954
|
emailsLimitValue?: number | undefined;
|
|
4781
4955
|
emailsPromptStatus?: string | undefined;
|
|
4956
|
+
}>) | ({
|
|
4957
|
+
layers?: string[] | undefined;
|
|
4958
|
+
} & jamespot_user_api.WidgetType<{
|
|
4959
|
+
url?: string | undefined;
|
|
4782
4960
|
}>)>>;
|
|
4783
4961
|
states: Record<string, {
|
|
4784
4962
|
busy?: boolean | undefined;
|
|
@@ -4818,6 +4996,7 @@ declare const updateStatus: _reduxjs_toolkit.AsyncThunk<boolean, {
|
|
|
4818
4996
|
title?: string | undefined;
|
|
4819
4997
|
_url?: string | undefined;
|
|
4820
4998
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
4999
|
+
variant?: "extraBot" | undefined;
|
|
4821
5000
|
}>;
|
|
4822
5001
|
flushedWidgets: string[];
|
|
4823
5002
|
rtObjectStack: {
|
|
@@ -4870,10 +5049,11 @@ declare const ContentReport: {
|
|
|
4870
5049
|
title: string;
|
|
4871
5050
|
_url: string;
|
|
4872
5051
|
} & {
|
|
4873
|
-
[key: string]: string | number | null;
|
|
5052
|
+
[key: string]: string | number | null | undefined;
|
|
4874
5053
|
level: 0 | 9 | 3 | 5;
|
|
4875
5054
|
dateCreation: string;
|
|
4876
5055
|
dateModified: string;
|
|
5056
|
+
variant?: "extraBot" | undefined;
|
|
4877
5057
|
};
|
|
4878
5058
|
_right: jamespot_user_api.Rights;
|
|
4879
5059
|
_audience: (jamespot_user_api.jUserLittle | {
|
|
@@ -4977,6 +5157,10 @@ declare const ContentReport: {
|
|
|
4977
5157
|
emailsLimit?: boolean | undefined;
|
|
4978
5158
|
emailsLimitValue?: number | undefined;
|
|
4979
5159
|
emailsPromptStatus?: string | undefined;
|
|
5160
|
+
}>) | ({
|
|
5161
|
+
layers?: string[] | undefined;
|
|
5162
|
+
} & jamespot_user_api.WidgetType<{
|
|
5163
|
+
url?: string | undefined;
|
|
4980
5164
|
}>)>[] | undefined;
|
|
4981
5165
|
commentId?: number | undefined;
|
|
4982
5166
|
commentType?: string | undefined;
|
|
@@ -5057,6 +5241,10 @@ declare const ContentReport: {
|
|
|
5057
5241
|
emailsLimit?: boolean | undefined;
|
|
5058
5242
|
emailsLimitValue?: number | undefined;
|
|
5059
5243
|
emailsPromptStatus?: string | undefined;
|
|
5244
|
+
}>) | ({
|
|
5245
|
+
layers?: string[] | undefined;
|
|
5246
|
+
} & jamespot_user_api.WidgetType<{
|
|
5247
|
+
url?: string | undefined;
|
|
5060
5248
|
}>)>[];
|
|
5061
5249
|
uniqid: string;
|
|
5062
5250
|
locked: boolean;
|
|
@@ -5135,6 +5323,10 @@ declare const ContentReport: {
|
|
|
5135
5323
|
emailsLimit?: boolean | undefined;
|
|
5136
5324
|
emailsLimitValue?: number | undefined;
|
|
5137
5325
|
emailsPromptStatus?: string | undefined;
|
|
5326
|
+
}>) | ({
|
|
5327
|
+
layers?: string[] | undefined;
|
|
5328
|
+
} & jamespot_user_api.WidgetType<{
|
|
5329
|
+
url?: string | undefined;
|
|
5138
5330
|
}>)>>;
|
|
5139
5331
|
states: Record<string, {
|
|
5140
5332
|
busy?: boolean | undefined;
|
|
@@ -5174,6 +5366,7 @@ declare const ContentReport: {
|
|
|
5174
5366
|
title?: string | undefined;
|
|
5175
5367
|
_url?: string | undefined;
|
|
5176
5368
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
5369
|
+
variant?: "extraBot" | undefined;
|
|
5177
5370
|
}>;
|
|
5178
5371
|
flushedWidgets: string[];
|
|
5179
5372
|
rtObjectStack: {
|
|
@@ -5284,6 +5477,10 @@ declare const ContentReport: {
|
|
|
5284
5477
|
emailsLimit?: boolean | undefined;
|
|
5285
5478
|
emailsLimitValue?: number | undefined;
|
|
5286
5479
|
emailsPromptStatus?: string | undefined;
|
|
5480
|
+
}>) | ({
|
|
5481
|
+
layers?: string[] | undefined;
|
|
5482
|
+
} & jamespot_user_api.WidgetType<{
|
|
5483
|
+
url?: string | undefined;
|
|
5287
5484
|
}>)>[];
|
|
5288
5485
|
uniqid: string;
|
|
5289
5486
|
locked: boolean;
|
|
@@ -5362,6 +5559,10 @@ declare const ContentReport: {
|
|
|
5362
5559
|
emailsLimit?: boolean | undefined;
|
|
5363
5560
|
emailsLimitValue?: number | undefined;
|
|
5364
5561
|
emailsPromptStatus?: string | undefined;
|
|
5562
|
+
}>) | ({
|
|
5563
|
+
layers?: string[] | undefined;
|
|
5564
|
+
} & jamespot_user_api.WidgetType<{
|
|
5565
|
+
url?: string | undefined;
|
|
5365
5566
|
}>)>>;
|
|
5366
5567
|
states: Record<string, {
|
|
5367
5568
|
busy?: boolean | undefined;
|
|
@@ -5401,6 +5602,7 @@ declare const ContentReport: {
|
|
|
5401
5602
|
title?: string | undefined;
|
|
5402
5603
|
_url?: string | undefined;
|
|
5403
5604
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
5605
|
+
variant?: "extraBot" | undefined;
|
|
5404
5606
|
}>;
|
|
5405
5607
|
flushedWidgets: string[];
|
|
5406
5608
|
rtObjectStack: {
|
|
@@ -5657,6 +5859,10 @@ declare const Bookmark: {
|
|
|
5657
5859
|
emailsLimit?: boolean | undefined;
|
|
5658
5860
|
emailsLimitValue?: number | undefined;
|
|
5659
5861
|
emailsPromptStatus?: string | undefined;
|
|
5862
|
+
}>) | ({
|
|
5863
|
+
layers?: string[] | undefined;
|
|
5864
|
+
} & jamespot_user_api.WidgetType<{
|
|
5865
|
+
url?: string | undefined;
|
|
5660
5866
|
}>)>[];
|
|
5661
5867
|
uniqid: string;
|
|
5662
5868
|
locked: boolean;
|
|
@@ -5735,6 +5941,10 @@ declare const Bookmark: {
|
|
|
5735
5941
|
emailsLimit?: boolean | undefined;
|
|
5736
5942
|
emailsLimitValue?: number | undefined;
|
|
5737
5943
|
emailsPromptStatus?: string | undefined;
|
|
5944
|
+
}>) | ({
|
|
5945
|
+
layers?: string[] | undefined;
|
|
5946
|
+
} & jamespot_user_api.WidgetType<{
|
|
5947
|
+
url?: string | undefined;
|
|
5738
5948
|
}>)>>;
|
|
5739
5949
|
states: Record<string, {
|
|
5740
5950
|
busy?: boolean | undefined;
|
|
@@ -5774,6 +5984,7 @@ declare const Bookmark: {
|
|
|
5774
5984
|
title?: string | undefined;
|
|
5775
5985
|
_url?: string | undefined;
|
|
5776
5986
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
5987
|
+
variant?: "extraBot" | undefined;
|
|
5777
5988
|
}>;
|
|
5778
5989
|
flushedWidgets: string[];
|
|
5779
5990
|
rtObjectStack: {
|
|
@@ -5952,6 +6163,10 @@ declare const Bookmark: {
|
|
|
5952
6163
|
emailsLimit?: boolean | undefined;
|
|
5953
6164
|
emailsLimitValue?: number | undefined;
|
|
5954
6165
|
emailsPromptStatus?: string | undefined;
|
|
6166
|
+
}>) | ({
|
|
6167
|
+
layers?: string[] | undefined;
|
|
6168
|
+
} & jamespot_user_api.WidgetType<{
|
|
6169
|
+
url?: string | undefined;
|
|
5955
6170
|
}>)>[];
|
|
5956
6171
|
uniqid: string;
|
|
5957
6172
|
locked: boolean;
|
|
@@ -6030,6 +6245,10 @@ declare const Bookmark: {
|
|
|
6030
6245
|
emailsLimit?: boolean | undefined;
|
|
6031
6246
|
emailsLimitValue?: number | undefined;
|
|
6032
6247
|
emailsPromptStatus?: string | undefined;
|
|
6248
|
+
}>) | ({
|
|
6249
|
+
layers?: string[] | undefined;
|
|
6250
|
+
} & jamespot_user_api.WidgetType<{
|
|
6251
|
+
url?: string | undefined;
|
|
6033
6252
|
}>)>>;
|
|
6034
6253
|
states: Record<string, {
|
|
6035
6254
|
busy?: boolean | undefined;
|
|
@@ -6069,6 +6288,7 @@ declare const Bookmark: {
|
|
|
6069
6288
|
title?: string | undefined;
|
|
6070
6289
|
_url?: string | undefined;
|
|
6071
6290
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
6291
|
+
variant?: "extraBot" | undefined;
|
|
6072
6292
|
}>;
|
|
6073
6293
|
flushedWidgets: string[];
|
|
6074
6294
|
rtObjectStack: {
|
|
@@ -6218,6 +6438,10 @@ declare const Bookmark: {
|
|
|
6218
6438
|
emailsLimit?: boolean | undefined;
|
|
6219
6439
|
emailsLimitValue?: number | undefined;
|
|
6220
6440
|
emailsPromptStatus?: string | undefined;
|
|
6441
|
+
}>) | ({
|
|
6442
|
+
layers?: string[] | undefined;
|
|
6443
|
+
} & jamespot_user_api.WidgetType<{
|
|
6444
|
+
url?: string | undefined;
|
|
6221
6445
|
}>)>[];
|
|
6222
6446
|
uniqid: string;
|
|
6223
6447
|
locked: boolean;
|
|
@@ -6296,6 +6520,10 @@ declare const Bookmark: {
|
|
|
6296
6520
|
emailsLimit?: boolean | undefined;
|
|
6297
6521
|
emailsLimitValue?: number | undefined;
|
|
6298
6522
|
emailsPromptStatus?: string | undefined;
|
|
6523
|
+
}>) | ({
|
|
6524
|
+
layers?: string[] | undefined;
|
|
6525
|
+
} & jamespot_user_api.WidgetType<{
|
|
6526
|
+
url?: string | undefined;
|
|
6299
6527
|
}>)>>;
|
|
6300
6528
|
states: Record<string, {
|
|
6301
6529
|
busy?: boolean | undefined;
|
|
@@ -6335,6 +6563,7 @@ declare const Bookmark: {
|
|
|
6335
6563
|
title?: string | undefined;
|
|
6336
6564
|
_url?: string | undefined;
|
|
6337
6565
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
6566
|
+
variant?: "extraBot" | undefined;
|
|
6338
6567
|
}>;
|
|
6339
6568
|
flushedWidgets: string[];
|
|
6340
6569
|
rtObjectStack: {
|
|
@@ -6463,6 +6692,10 @@ declare const Bookmark: {
|
|
|
6463
6692
|
emailsLimit?: boolean | undefined;
|
|
6464
6693
|
emailsLimitValue?: number | undefined;
|
|
6465
6694
|
emailsPromptStatus?: string | undefined;
|
|
6695
|
+
}>) | ({
|
|
6696
|
+
layers?: string[] | undefined;
|
|
6697
|
+
} & jamespot_user_api.WidgetType<{
|
|
6698
|
+
url?: string | undefined;
|
|
6466
6699
|
}>)>[];
|
|
6467
6700
|
uniqid: string;
|
|
6468
6701
|
locked: boolean;
|
|
@@ -6541,6 +6774,10 @@ declare const Bookmark: {
|
|
|
6541
6774
|
emailsLimit?: boolean | undefined;
|
|
6542
6775
|
emailsLimitValue?: number | undefined;
|
|
6543
6776
|
emailsPromptStatus?: string | undefined;
|
|
6777
|
+
}>) | ({
|
|
6778
|
+
layers?: string[] | undefined;
|
|
6779
|
+
} & jamespot_user_api.WidgetType<{
|
|
6780
|
+
url?: string | undefined;
|
|
6544
6781
|
}>)>>;
|
|
6545
6782
|
states: Record<string, {
|
|
6546
6783
|
busy?: boolean | undefined;
|
|
@@ -6580,6 +6817,7 @@ declare const Bookmark: {
|
|
|
6580
6817
|
title?: string | undefined;
|
|
6581
6818
|
_url?: string | undefined;
|
|
6582
6819
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
6820
|
+
variant?: "extraBot" | undefined;
|
|
6583
6821
|
}>;
|
|
6584
6822
|
flushedWidgets: string[];
|
|
6585
6823
|
rtObjectStack: {
|
|
@@ -6706,6 +6944,10 @@ declare const Bookmark: {
|
|
|
6706
6944
|
emailsLimit?: boolean | undefined;
|
|
6707
6945
|
emailsLimitValue?: number | undefined;
|
|
6708
6946
|
emailsPromptStatus?: string | undefined;
|
|
6947
|
+
}>) | ({
|
|
6948
|
+
layers?: string[] | undefined;
|
|
6949
|
+
} & jamespot_user_api.WidgetType<{
|
|
6950
|
+
url?: string | undefined;
|
|
6709
6951
|
}>)>[];
|
|
6710
6952
|
uniqid: string;
|
|
6711
6953
|
locked: boolean;
|
|
@@ -6784,6 +7026,10 @@ declare const Bookmark: {
|
|
|
6784
7026
|
emailsLimit?: boolean | undefined;
|
|
6785
7027
|
emailsLimitValue?: number | undefined;
|
|
6786
7028
|
emailsPromptStatus?: string | undefined;
|
|
7029
|
+
}>) | ({
|
|
7030
|
+
layers?: string[] | undefined;
|
|
7031
|
+
} & jamespot_user_api.WidgetType<{
|
|
7032
|
+
url?: string | undefined;
|
|
6787
7033
|
}>)>>;
|
|
6788
7034
|
states: Record<string, {
|
|
6789
7035
|
busy?: boolean | undefined;
|
|
@@ -6823,6 +7069,7 @@ declare const Bookmark: {
|
|
|
6823
7069
|
title?: string | undefined;
|
|
6824
7070
|
_url?: string | undefined;
|
|
6825
7071
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
7072
|
+
variant?: "extraBot" | undefined;
|
|
6826
7073
|
}>;
|
|
6827
7074
|
flushedWidgets: string[];
|
|
6828
7075
|
rtObjectStack: {
|
|
@@ -6950,10 +7197,11 @@ declare const Comment: {
|
|
|
6950
7197
|
title: string;
|
|
6951
7198
|
_url: string;
|
|
6952
7199
|
} & {
|
|
6953
|
-
[key: string]: string | number | null;
|
|
7200
|
+
[key: string]: string | number | null | undefined;
|
|
6954
7201
|
level: 0 | 9 | 3 | 5;
|
|
6955
7202
|
dateCreation: string;
|
|
6956
7203
|
dateModified: string;
|
|
7204
|
+
variant?: "extraBot" | undefined;
|
|
6957
7205
|
};
|
|
6958
7206
|
_right: jamespot_user_api.Rights;
|
|
6959
7207
|
_attachedFiles?: {
|
|
@@ -7057,6 +7305,10 @@ declare const Comment: {
|
|
|
7057
7305
|
emailsLimit?: boolean | undefined;
|
|
7058
7306
|
emailsLimitValue?: number | undefined;
|
|
7059
7307
|
emailsPromptStatus?: string | undefined;
|
|
7308
|
+
}>) | ({
|
|
7309
|
+
layers?: string[] | undefined;
|
|
7310
|
+
} & jamespot_user_api.WidgetType<{
|
|
7311
|
+
url?: string | undefined;
|
|
7060
7312
|
}>)>[] | undefined;
|
|
7061
7313
|
}, ["actions"]>[];
|
|
7062
7314
|
}, "commentList/hydrateComment">;
|
|
@@ -7151,6 +7403,10 @@ declare const Comment: {
|
|
|
7151
7403
|
emailsLimit?: boolean | undefined;
|
|
7152
7404
|
emailsLimitValue?: number | undefined;
|
|
7153
7405
|
emailsPromptStatus?: string | undefined;
|
|
7406
|
+
}>) | ({
|
|
7407
|
+
layers?: string[] | undefined;
|
|
7408
|
+
} & jamespot_user_api.WidgetType<{
|
|
7409
|
+
url?: string | undefined;
|
|
7154
7410
|
}>)>[];
|
|
7155
7411
|
uniqid: string;
|
|
7156
7412
|
locked: boolean;
|
|
@@ -7229,6 +7485,10 @@ declare const Comment: {
|
|
|
7229
7485
|
emailsLimit?: boolean | undefined;
|
|
7230
7486
|
emailsLimitValue?: number | undefined;
|
|
7231
7487
|
emailsPromptStatus?: string | undefined;
|
|
7488
|
+
}>) | ({
|
|
7489
|
+
layers?: string[] | undefined;
|
|
7490
|
+
} & jamespot_user_api.WidgetType<{
|
|
7491
|
+
url?: string | undefined;
|
|
7232
7492
|
}>)>>;
|
|
7233
7493
|
states: Record<string, {
|
|
7234
7494
|
busy?: boolean | undefined;
|
|
@@ -7268,6 +7528,7 @@ declare const Comment: {
|
|
|
7268
7528
|
title?: string | undefined;
|
|
7269
7529
|
_url?: string | undefined;
|
|
7270
7530
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
7531
|
+
variant?: "extraBot" | undefined;
|
|
7271
7532
|
}>;
|
|
7272
7533
|
flushedWidgets: string[];
|
|
7273
7534
|
rtObjectStack: {
|
|
@@ -7378,6 +7639,10 @@ declare const Comment: {
|
|
|
7378
7639
|
emailsLimit?: boolean | undefined;
|
|
7379
7640
|
emailsLimitValue?: number | undefined;
|
|
7380
7641
|
emailsPromptStatus?: string | undefined;
|
|
7642
|
+
}>) | ({
|
|
7643
|
+
layers?: string[] | undefined;
|
|
7644
|
+
} & jamespot_user_api.WidgetType<{
|
|
7645
|
+
url?: string | undefined;
|
|
7381
7646
|
}>)>[];
|
|
7382
7647
|
uniqid: string;
|
|
7383
7648
|
locked: boolean;
|
|
@@ -7456,6 +7721,10 @@ declare const Comment: {
|
|
|
7456
7721
|
emailsLimit?: boolean | undefined;
|
|
7457
7722
|
emailsLimitValue?: number | undefined;
|
|
7458
7723
|
emailsPromptStatus?: string | undefined;
|
|
7724
|
+
}>) | ({
|
|
7725
|
+
layers?: string[] | undefined;
|
|
7726
|
+
} & jamespot_user_api.WidgetType<{
|
|
7727
|
+
url?: string | undefined;
|
|
7459
7728
|
}>)>>;
|
|
7460
7729
|
states: Record<string, {
|
|
7461
7730
|
busy?: boolean | undefined;
|
|
@@ -7495,6 +7764,7 @@ declare const Comment: {
|
|
|
7495
7764
|
title?: string | undefined;
|
|
7496
7765
|
_url?: string | undefined;
|
|
7497
7766
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
7767
|
+
variant?: "extraBot" | undefined;
|
|
7498
7768
|
}>;
|
|
7499
7769
|
flushedWidgets: string[];
|
|
7500
7770
|
rtObjectStack: {
|
|
@@ -7539,10 +7809,11 @@ declare const Comment: {
|
|
|
7539
7809
|
title: string;
|
|
7540
7810
|
_url: string;
|
|
7541
7811
|
} & {
|
|
7542
|
-
[key: string]: string | number | null;
|
|
7812
|
+
[key: string]: string | number | null | undefined;
|
|
7543
7813
|
level: 0 | 9 | 3 | 5;
|
|
7544
7814
|
dateCreation: string;
|
|
7545
7815
|
dateModified: string;
|
|
7816
|
+
variant?: "extraBot" | undefined;
|
|
7546
7817
|
};
|
|
7547
7818
|
_right: jamespot_user_api.Rights;
|
|
7548
7819
|
_attachedFiles?: {
|
|
@@ -7646,6 +7917,10 @@ declare const Comment: {
|
|
|
7646
7917
|
emailsLimit?: boolean | undefined;
|
|
7647
7918
|
emailsLimitValue?: number | undefined;
|
|
7648
7919
|
emailsPromptStatus?: string | undefined;
|
|
7920
|
+
}>) | ({
|
|
7921
|
+
layers?: string[] | undefined;
|
|
7922
|
+
} & jamespot_user_api.WidgetType<{
|
|
7923
|
+
url?: string | undefined;
|
|
7649
7924
|
}>)>[] | undefined;
|
|
7650
7925
|
} & {
|
|
7651
7926
|
_extend: Pick<{
|
|
@@ -7677,10 +7952,11 @@ declare const Comment: {
|
|
|
7677
7952
|
title: string;
|
|
7678
7953
|
_url: string;
|
|
7679
7954
|
} & {
|
|
7680
|
-
[key: string]: string | number | null;
|
|
7955
|
+
[key: string]: string | number | null | undefined;
|
|
7681
7956
|
level: 0 | 9 | 3 | 5;
|
|
7682
7957
|
dateCreation: string;
|
|
7683
7958
|
dateModified: string;
|
|
7959
|
+
variant?: "extraBot" | undefined;
|
|
7684
7960
|
};
|
|
7685
7961
|
_right: jamespot_user_api.Rights;
|
|
7686
7962
|
_attachedFiles?: {
|
|
@@ -7784,6 +8060,10 @@ declare const Comment: {
|
|
|
7784
8060
|
emailsLimit?: boolean | undefined;
|
|
7785
8061
|
emailsLimitValue?: number | undefined;
|
|
7786
8062
|
emailsPromptStatus?: string | undefined;
|
|
8063
|
+
}>) | ({
|
|
8064
|
+
layers?: string[] | undefined;
|
|
8065
|
+
} & jamespot_user_api.WidgetType<{
|
|
8066
|
+
url?: string | undefined;
|
|
7787
8067
|
}>)>[] | undefined;
|
|
7788
8068
|
} & {
|
|
7789
8069
|
_extend: {
|
|
@@ -7861,10 +8141,11 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
7861
8141
|
title: string;
|
|
7862
8142
|
_url: string;
|
|
7863
8143
|
} & {
|
|
7864
|
-
[key: string]: string | number | null;
|
|
8144
|
+
[key: string]: string | number | null | undefined;
|
|
7865
8145
|
level: 0 | 9 | 3 | 5;
|
|
7866
8146
|
dateCreation: string;
|
|
7867
8147
|
dateModified: string;
|
|
8148
|
+
variant?: "extraBot" | undefined;
|
|
7868
8149
|
};
|
|
7869
8150
|
_right: jamespot_user_api.Rights;
|
|
7870
8151
|
_attachedFiles: {
|
|
@@ -7993,6 +8274,10 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
7993
8274
|
emailsLimit?: boolean | undefined;
|
|
7994
8275
|
emailsLimitValue?: number | undefined;
|
|
7995
8276
|
emailsPromptStatus?: string | undefined;
|
|
8277
|
+
}>) | ({
|
|
8278
|
+
layers?: string[] | undefined;
|
|
8279
|
+
} & jamespot_user_api.WidgetType<{
|
|
8280
|
+
url?: string | undefined;
|
|
7996
8281
|
}>)>[] | undefined;
|
|
7997
8282
|
moderators?: {
|
|
7998
8283
|
type: string;
|
|
@@ -8028,6 +8313,7 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
8028
8313
|
webhookMethod?: string | undefined;
|
|
8029
8314
|
webhookUrl?: string | undefined;
|
|
8030
8315
|
webhookKey?: string | undefined;
|
|
8316
|
+
webhookAutomationOnly?: boolean | undefined;
|
|
8031
8317
|
}>, void, {
|
|
8032
8318
|
dispatch: any;
|
|
8033
8319
|
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -8105,6 +8391,10 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
8105
8391
|
emailsLimit?: boolean | undefined;
|
|
8106
8392
|
emailsLimitValue?: number | undefined;
|
|
8107
8393
|
emailsPromptStatus?: string | undefined;
|
|
8394
|
+
}>) | ({
|
|
8395
|
+
layers?: string[] | undefined;
|
|
8396
|
+
} & jamespot_user_api.WidgetType<{
|
|
8397
|
+
url?: string | undefined;
|
|
8108
8398
|
}>)>[];
|
|
8109
8399
|
uniqid: string;
|
|
8110
8400
|
locked: boolean;
|
|
@@ -8183,6 +8473,10 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
8183
8473
|
emailsLimit?: boolean | undefined;
|
|
8184
8474
|
emailsLimitValue?: number | undefined;
|
|
8185
8475
|
emailsPromptStatus?: string | undefined;
|
|
8476
|
+
}>) | ({
|
|
8477
|
+
layers?: string[] | undefined;
|
|
8478
|
+
} & jamespot_user_api.WidgetType<{
|
|
8479
|
+
url?: string | undefined;
|
|
8186
8480
|
}>)>>;
|
|
8187
8481
|
states: Record<string, {
|
|
8188
8482
|
busy?: boolean | undefined;
|
|
@@ -8222,6 +8516,7 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
8222
8516
|
title?: string | undefined;
|
|
8223
8517
|
_url?: string | undefined;
|
|
8224
8518
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
8519
|
+
variant?: "extraBot" | undefined;
|
|
8225
8520
|
}>;
|
|
8226
8521
|
flushedWidgets: string[];
|
|
8227
8522
|
rtObjectStack: {
|
|
@@ -8267,10 +8562,11 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
|
|
|
8267
8562
|
title: string;
|
|
8268
8563
|
_url: string;
|
|
8269
8564
|
} & {
|
|
8270
|
-
[key: string]: string | number | null;
|
|
8565
|
+
[key: string]: string | number | null | undefined;
|
|
8271
8566
|
level: 0 | 9 | 3 | 5;
|
|
8272
8567
|
dateCreation: string;
|
|
8273
8568
|
dateModified: string;
|
|
8569
|
+
variant?: "extraBot" | undefined;
|
|
8274
8570
|
};
|
|
8275
8571
|
_right: jamespot_user_api.Rights;
|
|
8276
8572
|
_attachedFiles: {
|
|
@@ -8399,6 +8695,10 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
|
|
|
8399
8695
|
emailsLimit?: boolean | undefined;
|
|
8400
8696
|
emailsLimitValue?: number | undefined;
|
|
8401
8697
|
emailsPromptStatus?: string | undefined;
|
|
8698
|
+
}>) | ({
|
|
8699
|
+
layers?: string[] | undefined;
|
|
8700
|
+
} & jamespot_user_api.WidgetType<{
|
|
8701
|
+
url?: string | undefined;
|
|
8402
8702
|
}>)>[] | undefined;
|
|
8403
8703
|
moderators?: {
|
|
8404
8704
|
type: string;
|
|
@@ -8434,6 +8734,7 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
|
|
|
8434
8734
|
webhookMethod?: string | undefined;
|
|
8435
8735
|
webhookUrl?: string | undefined;
|
|
8436
8736
|
webhookKey?: string | undefined;
|
|
8737
|
+
webhookAutomationOnly?: boolean | undefined;
|
|
8437
8738
|
}>, void, {
|
|
8438
8739
|
dispatch: any;
|
|
8439
8740
|
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -8511,6 +8812,10 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
|
|
|
8511
8812
|
emailsLimit?: boolean | undefined;
|
|
8512
8813
|
emailsLimitValue?: number | undefined;
|
|
8513
8814
|
emailsPromptStatus?: string | undefined;
|
|
8815
|
+
}>) | ({
|
|
8816
|
+
layers?: string[] | undefined;
|
|
8817
|
+
} & jamespot_user_api.WidgetType<{
|
|
8818
|
+
url?: string | undefined;
|
|
8514
8819
|
}>)>[];
|
|
8515
8820
|
uniqid: string;
|
|
8516
8821
|
locked: boolean;
|
|
@@ -8589,6 +8894,10 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
|
|
|
8589
8894
|
emailsLimit?: boolean | undefined;
|
|
8590
8895
|
emailsLimitValue?: number | undefined;
|
|
8591
8896
|
emailsPromptStatus?: string | undefined;
|
|
8897
|
+
}>) | ({
|
|
8898
|
+
layers?: string[] | undefined;
|
|
8899
|
+
} & jamespot_user_api.WidgetType<{
|
|
8900
|
+
url?: string | undefined;
|
|
8592
8901
|
}>)>>;
|
|
8593
8902
|
states: Record<string, {
|
|
8594
8903
|
busy?: boolean | undefined;
|
|
@@ -8628,6 +8937,7 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
|
|
|
8628
8937
|
title?: string | undefined;
|
|
8629
8938
|
_url?: string | undefined;
|
|
8630
8939
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
8940
|
+
variant?: "extraBot" | undefined;
|
|
8631
8941
|
}>;
|
|
8632
8942
|
flushedWidgets: string[];
|
|
8633
8943
|
rtObjectStack: {
|
|
@@ -8673,10 +8983,11 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
|
|
|
8673
8983
|
title: string;
|
|
8674
8984
|
_url: string;
|
|
8675
8985
|
} & {
|
|
8676
|
-
[key: string]: string | number | null;
|
|
8986
|
+
[key: string]: string | number | null | undefined;
|
|
8677
8987
|
level: 0 | 9 | 3 | 5;
|
|
8678
8988
|
dateCreation: string;
|
|
8679
8989
|
dateModified: string;
|
|
8990
|
+
variant?: "extraBot" | undefined;
|
|
8680
8991
|
};
|
|
8681
8992
|
_right: jamespot_user_api.Rights;
|
|
8682
8993
|
_attachedFiles: {
|
|
@@ -8805,6 +9116,10 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
|
|
|
8805
9116
|
emailsLimit?: boolean | undefined;
|
|
8806
9117
|
emailsLimitValue?: number | undefined;
|
|
8807
9118
|
emailsPromptStatus?: string | undefined;
|
|
9119
|
+
}>) | ({
|
|
9120
|
+
layers?: string[] | undefined;
|
|
9121
|
+
} & jamespot_user_api.WidgetType<{
|
|
9122
|
+
url?: string | undefined;
|
|
8808
9123
|
}>)>[] | undefined;
|
|
8809
9124
|
moderators?: {
|
|
8810
9125
|
type: string;
|
|
@@ -8840,6 +9155,7 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
|
|
|
8840
9155
|
webhookMethod?: string | undefined;
|
|
8841
9156
|
webhookUrl?: string | undefined;
|
|
8842
9157
|
webhookKey?: string | undefined;
|
|
9158
|
+
webhookAutomationOnly?: boolean | undefined;
|
|
8843
9159
|
}, {
|
|
8844
9160
|
type: string;
|
|
8845
9161
|
id: number;
|
|
@@ -8855,10 +9171,11 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
|
|
|
8855
9171
|
title: string;
|
|
8856
9172
|
_url: string;
|
|
8857
9173
|
} & {
|
|
8858
|
-
[key: string]: string | number | null;
|
|
9174
|
+
[key: string]: string | number | null | undefined;
|
|
8859
9175
|
level: 0 | 9 | 3 | 5;
|
|
8860
9176
|
dateCreation: string;
|
|
8861
9177
|
dateModified: string;
|
|
9178
|
+
variant?: "extraBot" | undefined;
|
|
8862
9179
|
};
|
|
8863
9180
|
_right: jamespot_user_api.Rights;
|
|
8864
9181
|
_attachedFiles: {
|
|
@@ -8987,6 +9304,10 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
|
|
|
8987
9304
|
emailsLimit?: boolean | undefined;
|
|
8988
9305
|
emailsLimitValue?: number | undefined;
|
|
8989
9306
|
emailsPromptStatus?: string | undefined;
|
|
9307
|
+
}>) | ({
|
|
9308
|
+
layers?: string[] | undefined;
|
|
9309
|
+
} & jamespot_user_api.WidgetType<{
|
|
9310
|
+
url?: string | undefined;
|
|
8990
9311
|
}>)>[] | undefined;
|
|
8991
9312
|
moderators?: {
|
|
8992
9313
|
type: string;
|
|
@@ -9022,6 +9343,7 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
|
|
|
9022
9343
|
webhookMethod?: string | undefined;
|
|
9023
9344
|
webhookUrl?: string | undefined;
|
|
9024
9345
|
webhookKey?: string | undefined;
|
|
9346
|
+
webhookAutomationOnly?: boolean | undefined;
|
|
9025
9347
|
}, {
|
|
9026
9348
|
dispatch: any;
|
|
9027
9349
|
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -9099,6 +9421,10 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
|
|
|
9099
9421
|
emailsLimit?: boolean | undefined;
|
|
9100
9422
|
emailsLimitValue?: number | undefined;
|
|
9101
9423
|
emailsPromptStatus?: string | undefined;
|
|
9424
|
+
}>) | ({
|
|
9425
|
+
layers?: string[] | undefined;
|
|
9426
|
+
} & jamespot_user_api.WidgetType<{
|
|
9427
|
+
url?: string | undefined;
|
|
9102
9428
|
}>)>[];
|
|
9103
9429
|
uniqid: string;
|
|
9104
9430
|
locked: boolean;
|
|
@@ -9177,6 +9503,10 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
|
|
|
9177
9503
|
emailsLimit?: boolean | undefined;
|
|
9178
9504
|
emailsLimitValue?: number | undefined;
|
|
9179
9505
|
emailsPromptStatus?: string | undefined;
|
|
9506
|
+
}>) | ({
|
|
9507
|
+
layers?: string[] | undefined;
|
|
9508
|
+
} & jamespot_user_api.WidgetType<{
|
|
9509
|
+
url?: string | undefined;
|
|
9180
9510
|
}>)>>;
|
|
9181
9511
|
states: Record<string, {
|
|
9182
9512
|
busy?: boolean | undefined;
|
|
@@ -9216,6 +9546,7 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
|
|
|
9216
9546
|
title?: string | undefined;
|
|
9217
9547
|
_url?: string | undefined;
|
|
9218
9548
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
9549
|
+
variant?: "extraBot" | undefined;
|
|
9219
9550
|
}>;
|
|
9220
9551
|
flushedWidgets: string[];
|
|
9221
9552
|
rtObjectStack: {
|
|
@@ -9264,10 +9595,11 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
|
|
|
9264
9595
|
title: string;
|
|
9265
9596
|
_url: string;
|
|
9266
9597
|
} & {
|
|
9267
|
-
[key: string]: string | number | null;
|
|
9598
|
+
[key: string]: string | number | null | undefined;
|
|
9268
9599
|
level: 0 | 9 | 3 | 5;
|
|
9269
9600
|
dateCreation: string;
|
|
9270
9601
|
dateModified: string;
|
|
9602
|
+
variant?: "extraBot" | undefined;
|
|
9271
9603
|
};
|
|
9272
9604
|
_right: jamespot_user_api.Rights;
|
|
9273
9605
|
_attachedFiles: {
|
|
@@ -9396,6 +9728,10 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
|
|
|
9396
9728
|
emailsLimit?: boolean | undefined;
|
|
9397
9729
|
emailsLimitValue?: number | undefined;
|
|
9398
9730
|
emailsPromptStatus?: string | undefined;
|
|
9731
|
+
}>) | ({
|
|
9732
|
+
layers?: string[] | undefined;
|
|
9733
|
+
} & jamespot_user_api.WidgetType<{
|
|
9734
|
+
url?: string | undefined;
|
|
9399
9735
|
}>)>[] | undefined;
|
|
9400
9736
|
moderators?: {
|
|
9401
9737
|
type: string;
|
|
@@ -9431,6 +9767,7 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
|
|
|
9431
9767
|
webhookMethod?: string | undefined;
|
|
9432
9768
|
webhookUrl?: string | undefined;
|
|
9433
9769
|
webhookKey?: string | undefined;
|
|
9770
|
+
webhookAutomationOnly?: boolean | undefined;
|
|
9434
9771
|
}, PayloadSave, {
|
|
9435
9772
|
dispatch: any;
|
|
9436
9773
|
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -9508,6 +9845,10 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
|
|
|
9508
9845
|
emailsLimit?: boolean | undefined;
|
|
9509
9846
|
emailsLimitValue?: number | undefined;
|
|
9510
9847
|
emailsPromptStatus?: string | undefined;
|
|
9848
|
+
}>) | ({
|
|
9849
|
+
layers?: string[] | undefined;
|
|
9850
|
+
} & jamespot_user_api.WidgetType<{
|
|
9851
|
+
url?: string | undefined;
|
|
9511
9852
|
}>)>[];
|
|
9512
9853
|
uniqid: string;
|
|
9513
9854
|
locked: boolean;
|
|
@@ -9586,6 +9927,10 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
|
|
|
9586
9927
|
emailsLimit?: boolean | undefined;
|
|
9587
9928
|
emailsLimitValue?: number | undefined;
|
|
9588
9929
|
emailsPromptStatus?: string | undefined;
|
|
9930
|
+
}>) | ({
|
|
9931
|
+
layers?: string[] | undefined;
|
|
9932
|
+
} & jamespot_user_api.WidgetType<{
|
|
9933
|
+
url?: string | undefined;
|
|
9589
9934
|
}>)>>;
|
|
9590
9935
|
states: Record<string, {
|
|
9591
9936
|
busy?: boolean | undefined;
|
|
@@ -9625,6 +9970,7 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
|
|
|
9625
9970
|
title?: string | undefined;
|
|
9626
9971
|
_url?: string | undefined;
|
|
9627
9972
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
9973
|
+
variant?: "extraBot" | undefined;
|
|
9628
9974
|
}>;
|
|
9629
9975
|
flushedWidgets: string[];
|
|
9630
9976
|
rtObjectStack: {
|
|
@@ -9655,7 +10001,7 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
|
|
|
9655
10001
|
fulfilledMeta?: unknown;
|
|
9656
10002
|
rejectedMeta?: unknown;
|
|
9657
10003
|
}>;
|
|
9658
|
-
declare const updateListBotProperty: <K extends "description" | "id" | "mainType" | "type" | "uri" | "dateCreation" | "dateModified" | "title" | "_url" | "_user" | "_right" | "_audience" | "image" | "articleWidgets" | "_attachedFiles" | "avatar" | "enabled" | "context" | "disclaimer" | "prompt" | "trigger" | "moderators" | "groups" | "matchThreshold" | "bot" | "webhookMethod" | "webhookUrl" | "webhookKey">(state: ExtraBotState, extraBotUri: string, property: K, value: {
|
|
10004
|
+
declare const updateListBotProperty: <K extends "description" | "id" | "mainType" | "type" | "uri" | "dateCreation" | "dateModified" | "title" | "_url" | "_user" | "_right" | "_audience" | "image" | "articleWidgets" | "_attachedFiles" | "avatar" | "enabled" | "context" | "disclaimer" | "prompt" | "trigger" | "moderators" | "groups" | "matchThreshold" | "bot" | "webhookMethod" | "webhookUrl" | "webhookKey" | "webhookAutomationOnly">(state: ExtraBotState, extraBotUri: string, property: K, value: {
|
|
9659
10005
|
type: string;
|
|
9660
10006
|
id: number;
|
|
9661
10007
|
mainType: string;
|
|
@@ -9670,10 +10016,11 @@ declare const updateListBotProperty: <K extends "description" | "id" | "mainType
|
|
|
9670
10016
|
title: string;
|
|
9671
10017
|
_url: string;
|
|
9672
10018
|
} & {
|
|
9673
|
-
[key: string]: string | number | null;
|
|
10019
|
+
[key: string]: string | number | null | undefined;
|
|
9674
10020
|
level: 0 | 9 | 3 | 5;
|
|
9675
10021
|
dateCreation: string;
|
|
9676
10022
|
dateModified: string;
|
|
10023
|
+
variant?: "extraBot" | undefined;
|
|
9677
10024
|
};
|
|
9678
10025
|
_right: jamespot_user_api.Rights;
|
|
9679
10026
|
_attachedFiles: {
|
|
@@ -9802,6 +10149,10 @@ declare const updateListBotProperty: <K extends "description" | "id" | "mainType
|
|
|
9802
10149
|
emailsLimit?: boolean | undefined;
|
|
9803
10150
|
emailsLimitValue?: number | undefined;
|
|
9804
10151
|
emailsPromptStatus?: string | undefined;
|
|
10152
|
+
}>) | ({
|
|
10153
|
+
layers?: string[] | undefined;
|
|
10154
|
+
} & jamespot_user_api.WidgetType<{
|
|
10155
|
+
url?: string | undefined;
|
|
9805
10156
|
}>)>[] | undefined;
|
|
9806
10157
|
moderators?: {
|
|
9807
10158
|
type: string;
|
|
@@ -9837,6 +10188,7 @@ declare const updateListBotProperty: <K extends "description" | "id" | "mainType
|
|
|
9837
10188
|
webhookMethod?: string | undefined;
|
|
9838
10189
|
webhookUrl?: string | undefined;
|
|
9839
10190
|
webhookKey?: string | undefined;
|
|
10191
|
+
webhookAutomationOnly?: boolean | undefined;
|
|
9840
10192
|
}[K]) => void;
|
|
9841
10193
|
declare const extraBotSlice: _reduxjs_toolkit.Slice<ExtraBotState, {
|
|
9842
10194
|
setListAllOrder: (state: Draft<S>, action: PayloadAction<Orders>) => void;
|
|
@@ -9925,10 +10277,11 @@ declare const ExtraBot: {
|
|
|
9925
10277
|
title: string;
|
|
9926
10278
|
_url: string;
|
|
9927
10279
|
} & {
|
|
9928
|
-
[key: string]: string | number | null;
|
|
10280
|
+
[key: string]: string | number | null | undefined;
|
|
9929
10281
|
level: 0 | 9 | 3 | 5;
|
|
9930
10282
|
dateCreation: string;
|
|
9931
10283
|
dateModified: string;
|
|
10284
|
+
variant?: "extraBot" | undefined;
|
|
9932
10285
|
};
|
|
9933
10286
|
_right: jamespot_user_api.Rights;
|
|
9934
10287
|
_attachedFiles: {
|
|
@@ -10057,6 +10410,10 @@ declare const ExtraBot: {
|
|
|
10057
10410
|
emailsLimit?: boolean | undefined;
|
|
10058
10411
|
emailsLimitValue?: number | undefined;
|
|
10059
10412
|
emailsPromptStatus?: string | undefined;
|
|
10413
|
+
}>) | ({
|
|
10414
|
+
layers?: string[] | undefined;
|
|
10415
|
+
} & jamespot_user_api.WidgetType<{
|
|
10416
|
+
url?: string | undefined;
|
|
10060
10417
|
}>)>[] | undefined;
|
|
10061
10418
|
moderators?: {
|
|
10062
10419
|
type: string;
|
|
@@ -10092,6 +10449,7 @@ declare const ExtraBot: {
|
|
|
10092
10449
|
webhookMethod?: string | undefined;
|
|
10093
10450
|
webhookUrl?: string | undefined;
|
|
10094
10451
|
webhookKey?: string | undefined;
|
|
10452
|
+
webhookAutomationOnly?: boolean | undefined;
|
|
10095
10453
|
}>, void, {
|
|
10096
10454
|
dispatch: any;
|
|
10097
10455
|
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -10169,6 +10527,10 @@ declare const ExtraBot: {
|
|
|
10169
10527
|
emailsLimit?: boolean | undefined;
|
|
10170
10528
|
emailsLimitValue?: number | undefined;
|
|
10171
10529
|
emailsPromptStatus?: string | undefined;
|
|
10530
|
+
}>) | ({
|
|
10531
|
+
layers?: string[] | undefined;
|
|
10532
|
+
} & jamespot_user_api.WidgetType<{
|
|
10533
|
+
url?: string | undefined;
|
|
10172
10534
|
}>)>[];
|
|
10173
10535
|
uniqid: string;
|
|
10174
10536
|
locked: boolean;
|
|
@@ -10247,6 +10609,10 @@ declare const ExtraBot: {
|
|
|
10247
10609
|
emailsLimit?: boolean | undefined;
|
|
10248
10610
|
emailsLimitValue?: number | undefined;
|
|
10249
10611
|
emailsPromptStatus?: string | undefined;
|
|
10612
|
+
}>) | ({
|
|
10613
|
+
layers?: string[] | undefined;
|
|
10614
|
+
} & jamespot_user_api.WidgetType<{
|
|
10615
|
+
url?: string | undefined;
|
|
10250
10616
|
}>)>>;
|
|
10251
10617
|
states: Record<string, {
|
|
10252
10618
|
busy?: boolean | undefined;
|
|
@@ -10286,6 +10652,7 @@ declare const ExtraBot: {
|
|
|
10286
10652
|
title?: string | undefined;
|
|
10287
10653
|
_url?: string | undefined;
|
|
10288
10654
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
10655
|
+
variant?: "extraBot" | undefined;
|
|
10289
10656
|
}>;
|
|
10290
10657
|
flushedWidgets: string[];
|
|
10291
10658
|
rtObjectStack: {
|
|
@@ -10331,10 +10698,11 @@ declare const ExtraBot: {
|
|
|
10331
10698
|
title: string;
|
|
10332
10699
|
_url: string;
|
|
10333
10700
|
} & {
|
|
10334
|
-
[key: string]: string | number | null;
|
|
10701
|
+
[key: string]: string | number | null | undefined;
|
|
10335
10702
|
level: 0 | 9 | 3 | 5;
|
|
10336
10703
|
dateCreation: string;
|
|
10337
10704
|
dateModified: string;
|
|
10705
|
+
variant?: "extraBot" | undefined;
|
|
10338
10706
|
};
|
|
10339
10707
|
_right: jamespot_user_api.Rights;
|
|
10340
10708
|
_attachedFiles: {
|
|
@@ -10463,6 +10831,10 @@ declare const ExtraBot: {
|
|
|
10463
10831
|
emailsLimit?: boolean | undefined;
|
|
10464
10832
|
emailsLimitValue?: number | undefined;
|
|
10465
10833
|
emailsPromptStatus?: string | undefined;
|
|
10834
|
+
}>) | ({
|
|
10835
|
+
layers?: string[] | undefined;
|
|
10836
|
+
} & jamespot_user_api.WidgetType<{
|
|
10837
|
+
url?: string | undefined;
|
|
10466
10838
|
}>)>[] | undefined;
|
|
10467
10839
|
moderators?: {
|
|
10468
10840
|
type: string;
|
|
@@ -10498,6 +10870,7 @@ declare const ExtraBot: {
|
|
|
10498
10870
|
webhookMethod?: string | undefined;
|
|
10499
10871
|
webhookUrl?: string | undefined;
|
|
10500
10872
|
webhookKey?: string | undefined;
|
|
10873
|
+
webhookAutomationOnly?: boolean | undefined;
|
|
10501
10874
|
}>, void, {
|
|
10502
10875
|
dispatch: any;
|
|
10503
10876
|
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -10575,6 +10948,10 @@ declare const ExtraBot: {
|
|
|
10575
10948
|
emailsLimit?: boolean | undefined;
|
|
10576
10949
|
emailsLimitValue?: number | undefined;
|
|
10577
10950
|
emailsPromptStatus?: string | undefined;
|
|
10951
|
+
}>) | ({
|
|
10952
|
+
layers?: string[] | undefined;
|
|
10953
|
+
} & jamespot_user_api.WidgetType<{
|
|
10954
|
+
url?: string | undefined;
|
|
10578
10955
|
}>)>[];
|
|
10579
10956
|
uniqid: string;
|
|
10580
10957
|
locked: boolean;
|
|
@@ -10653,6 +11030,10 @@ declare const ExtraBot: {
|
|
|
10653
11030
|
emailsLimit?: boolean | undefined;
|
|
10654
11031
|
emailsLimitValue?: number | undefined;
|
|
10655
11032
|
emailsPromptStatus?: string | undefined;
|
|
11033
|
+
}>) | ({
|
|
11034
|
+
layers?: string[] | undefined;
|
|
11035
|
+
} & jamespot_user_api.WidgetType<{
|
|
11036
|
+
url?: string | undefined;
|
|
10656
11037
|
}>)>>;
|
|
10657
11038
|
states: Record<string, {
|
|
10658
11039
|
busy?: boolean | undefined;
|
|
@@ -10692,6 +11073,7 @@ declare const ExtraBot: {
|
|
|
10692
11073
|
title?: string | undefined;
|
|
10693
11074
|
_url?: string | undefined;
|
|
10694
11075
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
11076
|
+
variant?: "extraBot" | undefined;
|
|
10695
11077
|
}>;
|
|
10696
11078
|
flushedWidgets: string[];
|
|
10697
11079
|
rtObjectStack: {
|
|
@@ -10737,10 +11119,11 @@ declare const ExtraBot: {
|
|
|
10737
11119
|
title: string;
|
|
10738
11120
|
_url: string;
|
|
10739
11121
|
} & {
|
|
10740
|
-
[key: string]: string | number | null;
|
|
11122
|
+
[key: string]: string | number | null | undefined;
|
|
10741
11123
|
level: 0 | 9 | 3 | 5;
|
|
10742
11124
|
dateCreation: string;
|
|
10743
11125
|
dateModified: string;
|
|
11126
|
+
variant?: "extraBot" | undefined;
|
|
10744
11127
|
};
|
|
10745
11128
|
_right: jamespot_user_api.Rights;
|
|
10746
11129
|
_attachedFiles: {
|
|
@@ -10869,6 +11252,10 @@ declare const ExtraBot: {
|
|
|
10869
11252
|
emailsLimit?: boolean | undefined;
|
|
10870
11253
|
emailsLimitValue?: number | undefined;
|
|
10871
11254
|
emailsPromptStatus?: string | undefined;
|
|
11255
|
+
}>) | ({
|
|
11256
|
+
layers?: string[] | undefined;
|
|
11257
|
+
} & jamespot_user_api.WidgetType<{
|
|
11258
|
+
url?: string | undefined;
|
|
10872
11259
|
}>)>[] | undefined;
|
|
10873
11260
|
moderators?: {
|
|
10874
11261
|
type: string;
|
|
@@ -10904,6 +11291,7 @@ declare const ExtraBot: {
|
|
|
10904
11291
|
webhookMethod?: string | undefined;
|
|
10905
11292
|
webhookUrl?: string | undefined;
|
|
10906
11293
|
webhookKey?: string | undefined;
|
|
11294
|
+
webhookAutomationOnly?: boolean | undefined;
|
|
10907
11295
|
}, {
|
|
10908
11296
|
type: string;
|
|
10909
11297
|
id: number;
|
|
@@ -10919,10 +11307,11 @@ declare const ExtraBot: {
|
|
|
10919
11307
|
title: string;
|
|
10920
11308
|
_url: string;
|
|
10921
11309
|
} & {
|
|
10922
|
-
[key: string]: string | number | null;
|
|
11310
|
+
[key: string]: string | number | null | undefined;
|
|
10923
11311
|
level: 0 | 9 | 3 | 5;
|
|
10924
11312
|
dateCreation: string;
|
|
10925
11313
|
dateModified: string;
|
|
11314
|
+
variant?: "extraBot" | undefined;
|
|
10926
11315
|
};
|
|
10927
11316
|
_right: jamespot_user_api.Rights;
|
|
10928
11317
|
_attachedFiles: {
|
|
@@ -11051,6 +11440,10 @@ declare const ExtraBot: {
|
|
|
11051
11440
|
emailsLimit?: boolean | undefined;
|
|
11052
11441
|
emailsLimitValue?: number | undefined;
|
|
11053
11442
|
emailsPromptStatus?: string | undefined;
|
|
11443
|
+
}>) | ({
|
|
11444
|
+
layers?: string[] | undefined;
|
|
11445
|
+
} & jamespot_user_api.WidgetType<{
|
|
11446
|
+
url?: string | undefined;
|
|
11054
11447
|
}>)>[] | undefined;
|
|
11055
11448
|
moderators?: {
|
|
11056
11449
|
type: string;
|
|
@@ -11086,6 +11479,7 @@ declare const ExtraBot: {
|
|
|
11086
11479
|
webhookMethod?: string | undefined;
|
|
11087
11480
|
webhookUrl?: string | undefined;
|
|
11088
11481
|
webhookKey?: string | undefined;
|
|
11482
|
+
webhookAutomationOnly?: boolean | undefined;
|
|
11089
11483
|
}, {
|
|
11090
11484
|
dispatch: any;
|
|
11091
11485
|
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -11163,6 +11557,10 @@ declare const ExtraBot: {
|
|
|
11163
11557
|
emailsLimit?: boolean | undefined;
|
|
11164
11558
|
emailsLimitValue?: number | undefined;
|
|
11165
11559
|
emailsPromptStatus?: string | undefined;
|
|
11560
|
+
}>) | ({
|
|
11561
|
+
layers?: string[] | undefined;
|
|
11562
|
+
} & jamespot_user_api.WidgetType<{
|
|
11563
|
+
url?: string | undefined;
|
|
11166
11564
|
}>)>[];
|
|
11167
11565
|
uniqid: string;
|
|
11168
11566
|
locked: boolean;
|
|
@@ -11241,6 +11639,10 @@ declare const ExtraBot: {
|
|
|
11241
11639
|
emailsLimit?: boolean | undefined;
|
|
11242
11640
|
emailsLimitValue?: number | undefined;
|
|
11243
11641
|
emailsPromptStatus?: string | undefined;
|
|
11642
|
+
}>) | ({
|
|
11643
|
+
layers?: string[] | undefined;
|
|
11644
|
+
} & jamespot_user_api.WidgetType<{
|
|
11645
|
+
url?: string | undefined;
|
|
11244
11646
|
}>)>>;
|
|
11245
11647
|
states: Record<string, {
|
|
11246
11648
|
busy?: boolean | undefined;
|
|
@@ -11280,6 +11682,7 @@ declare const ExtraBot: {
|
|
|
11280
11682
|
title?: string | undefined;
|
|
11281
11683
|
_url?: string | undefined;
|
|
11282
11684
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
11685
|
+
variant?: "extraBot" | undefined;
|
|
11283
11686
|
}>;
|
|
11284
11687
|
flushedWidgets: string[];
|
|
11285
11688
|
rtObjectStack: {
|
|
@@ -11325,10 +11728,11 @@ declare const ExtraBot: {
|
|
|
11325
11728
|
title: string;
|
|
11326
11729
|
_url: string;
|
|
11327
11730
|
} & {
|
|
11328
|
-
[key: string]: string | number | null;
|
|
11731
|
+
[key: string]: string | number | null | undefined;
|
|
11329
11732
|
level: 0 | 9 | 3 | 5;
|
|
11330
11733
|
dateCreation: string;
|
|
11331
11734
|
dateModified: string;
|
|
11735
|
+
variant?: "extraBot" | undefined;
|
|
11332
11736
|
};
|
|
11333
11737
|
_right: jamespot_user_api.Rights;
|
|
11334
11738
|
_attachedFiles: {
|
|
@@ -11457,6 +11861,10 @@ declare const ExtraBot: {
|
|
|
11457
11861
|
emailsLimit?: boolean | undefined;
|
|
11458
11862
|
emailsLimitValue?: number | undefined;
|
|
11459
11863
|
emailsPromptStatus?: string | undefined;
|
|
11864
|
+
}>) | ({
|
|
11865
|
+
layers?: string[] | undefined;
|
|
11866
|
+
} & jamespot_user_api.WidgetType<{
|
|
11867
|
+
url?: string | undefined;
|
|
11460
11868
|
}>)>[] | undefined;
|
|
11461
11869
|
moderators?: {
|
|
11462
11870
|
type: string;
|
|
@@ -11492,6 +11900,7 @@ declare const ExtraBot: {
|
|
|
11492
11900
|
webhookMethod?: string | undefined;
|
|
11493
11901
|
webhookUrl?: string | undefined;
|
|
11494
11902
|
webhookKey?: string | undefined;
|
|
11903
|
+
webhookAutomationOnly?: boolean | undefined;
|
|
11495
11904
|
}, PayloadSave, {
|
|
11496
11905
|
dispatch: any;
|
|
11497
11906
|
state: Partial<AdminLogsRootState & AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -11569,6 +11978,10 @@ declare const ExtraBot: {
|
|
|
11569
11978
|
emailsLimit?: boolean | undefined;
|
|
11570
11979
|
emailsLimitValue?: number | undefined;
|
|
11571
11980
|
emailsPromptStatus?: string | undefined;
|
|
11981
|
+
}>) | ({
|
|
11982
|
+
layers?: string[] | undefined;
|
|
11983
|
+
} & jamespot_user_api.WidgetType<{
|
|
11984
|
+
url?: string | undefined;
|
|
11572
11985
|
}>)>[];
|
|
11573
11986
|
uniqid: string;
|
|
11574
11987
|
locked: boolean;
|
|
@@ -11647,6 +12060,10 @@ declare const ExtraBot: {
|
|
|
11647
12060
|
emailsLimit?: boolean | undefined;
|
|
11648
12061
|
emailsLimitValue?: number | undefined;
|
|
11649
12062
|
emailsPromptStatus?: string | undefined;
|
|
12063
|
+
}>) | ({
|
|
12064
|
+
layers?: string[] | undefined;
|
|
12065
|
+
} & jamespot_user_api.WidgetType<{
|
|
12066
|
+
url?: string | undefined;
|
|
11650
12067
|
}>)>>;
|
|
11651
12068
|
states: Record<string, {
|
|
11652
12069
|
busy?: boolean | undefined;
|
|
@@ -11686,6 +12103,7 @@ declare const ExtraBot: {
|
|
|
11686
12103
|
title?: string | undefined;
|
|
11687
12104
|
_url?: string | undefined;
|
|
11688
12105
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
12106
|
+
variant?: "extraBot" | undefined;
|
|
11689
12107
|
}>;
|
|
11690
12108
|
flushedWidgets: string[];
|
|
11691
12109
|
rtObjectStack: {
|
|
@@ -11798,10 +12216,11 @@ declare const Faq: {
|
|
|
11798
12216
|
title: string;
|
|
11799
12217
|
_url: string;
|
|
11800
12218
|
} & {
|
|
11801
|
-
[key: string]: string | number | null;
|
|
12219
|
+
[key: string]: string | number | null | undefined;
|
|
11802
12220
|
level: 0 | 9 | 3 | 5;
|
|
11803
12221
|
dateCreation: string;
|
|
11804
12222
|
dateModified: string;
|
|
12223
|
+
variant?: "extraBot" | undefined;
|
|
11805
12224
|
};
|
|
11806
12225
|
_right: jamespot_user_api.Rights;
|
|
11807
12226
|
_audience: (jamespot_user_api.jUserLittle | {
|
|
@@ -11901,6 +12320,10 @@ declare const Faq: {
|
|
|
11901
12320
|
emailsLimit?: boolean | undefined;
|
|
11902
12321
|
emailsLimitValue?: number | undefined;
|
|
11903
12322
|
emailsPromptStatus?: string | undefined;
|
|
12323
|
+
}>) | ({
|
|
12324
|
+
layers?: string[] | undefined;
|
|
12325
|
+
} & jamespot_user_api.WidgetType<{
|
|
12326
|
+
url?: string | undefined;
|
|
11904
12327
|
}>)>[] | undefined;
|
|
11905
12328
|
faqColor?: string | undefined;
|
|
11906
12329
|
} & {
|
|
@@ -11996,6 +12419,12 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
11996
12419
|
label: string;
|
|
11997
12420
|
hasLicense: boolean;
|
|
11998
12421
|
}) | undefined;
|
|
12422
|
+
OfficeHook?: ({
|
|
12423
|
+
isActive: boolean;
|
|
12424
|
+
} & {
|
|
12425
|
+
label: string;
|
|
12426
|
+
hasLicense: boolean;
|
|
12427
|
+
}) | undefined;
|
|
11999
12428
|
};
|
|
12000
12429
|
}, "hooks">;
|
|
12001
12430
|
type HookRootState = {
|
|
@@ -12073,6 +12502,12 @@ declare const Hook: {
|
|
|
12073
12502
|
label: string;
|
|
12074
12503
|
hasLicense: boolean;
|
|
12075
12504
|
}) | undefined;
|
|
12505
|
+
OfficeHook?: ({
|
|
12506
|
+
isActive: boolean;
|
|
12507
|
+
} & {
|
|
12508
|
+
label: string;
|
|
12509
|
+
hasLicense: boolean;
|
|
12510
|
+
}) | undefined;
|
|
12076
12511
|
};
|
|
12077
12512
|
}, "hooks">;
|
|
12078
12513
|
actions: _reduxjs_toolkit.CaseReducerActions<{
|
|
@@ -12146,6 +12581,12 @@ declare const Hook: {
|
|
|
12146
12581
|
label: string;
|
|
12147
12582
|
hasLicense: boolean;
|
|
12148
12583
|
}) | undefined;
|
|
12584
|
+
OfficeHook?: ({
|
|
12585
|
+
isActive: boolean;
|
|
12586
|
+
} & {
|
|
12587
|
+
label: string;
|
|
12588
|
+
hasLicense: boolean;
|
|
12589
|
+
}) | undefined;
|
|
12149
12590
|
};
|
|
12150
12591
|
}, "hooks">;
|
|
12151
12592
|
selectors: {
|
|
@@ -12219,8 +12660,14 @@ declare const Hook: {
|
|
|
12219
12660
|
label: string;
|
|
12220
12661
|
hasLicense: boolean;
|
|
12221
12662
|
}) | undefined;
|
|
12663
|
+
OfficeHook?: ({
|
|
12664
|
+
isActive: boolean;
|
|
12665
|
+
} & {
|
|
12666
|
+
label: string;
|
|
12667
|
+
hasLicense: boolean;
|
|
12668
|
+
}) | undefined;
|
|
12222
12669
|
};
|
|
12223
|
-
selectHook: <T extends "ExtraBotHook" | "DriveHook" | "calendarHook" | "FileBankHook" | "StudioHook" | "OnlyOfficeHook" | "spotRssFeed" | "WidgetHook" | "AdminAdvancedHook" | "ExternalAppHook" | "MagicPadHook">(state: HookRootState, hook: T) => ({
|
|
12670
|
+
selectHook: <T extends "ExtraBotHook" | "DriveHook" | "calendarHook" | "FileBankHook" | "StudioHook" | "OnlyOfficeHook" | "spotRssFeed" | "WidgetHook" | "AdminAdvancedHook" | "ExternalAppHook" | "MagicPadHook" | "OfficeHook">(state: HookRootState, hook: T) => ({
|
|
12224
12671
|
DriveHook?: ({
|
|
12225
12672
|
isActive: boolean;
|
|
12226
12673
|
} & {
|
|
@@ -12290,8 +12737,14 @@ declare const Hook: {
|
|
|
12290
12737
|
label: string;
|
|
12291
12738
|
hasLicense: boolean;
|
|
12292
12739
|
}) | undefined;
|
|
12740
|
+
OfficeHook?: ({
|
|
12741
|
+
isActive: boolean;
|
|
12742
|
+
} & {
|
|
12743
|
+
label: string;
|
|
12744
|
+
hasLicense: boolean;
|
|
12745
|
+
}) | undefined;
|
|
12293
12746
|
})[T] | undefined;
|
|
12294
|
-
hasHookLicense: <T_1 extends "MagicPadHook">(state: HookRootState, hook: T_1) => boolean;
|
|
12747
|
+
hasHookLicense: <T_1 extends "MagicPadHook" | "OfficeHook">(state: HookRootState, hook: T_1) => boolean;
|
|
12295
12748
|
};
|
|
12296
12749
|
utils: {
|
|
12297
12750
|
buildDrivesArrayFromObject: (drives: Partial<Record<"drive_microsoft_graph" | "drive_dropbox" | "drive_google", boolean>> | undefined) => string[];
|
|
@@ -12433,6 +12886,10 @@ declare const jland: {
|
|
|
12433
12886
|
emailsLimit?: boolean | undefined;
|
|
12434
12887
|
emailsLimitValue?: number | undefined;
|
|
12435
12888
|
emailsPromptStatus?: string | undefined;
|
|
12889
|
+
}>) | ({
|
|
12890
|
+
layers?: string[] | undefined;
|
|
12891
|
+
} & jamespot_user_api.WidgetType<{
|
|
12892
|
+
url?: string | undefined;
|
|
12436
12893
|
}>)>[];
|
|
12437
12894
|
uniqid: string;
|
|
12438
12895
|
locked: boolean;
|
|
@@ -12511,6 +12968,10 @@ declare const jland: {
|
|
|
12511
12968
|
emailsLimit?: boolean | undefined;
|
|
12512
12969
|
emailsLimitValue?: number | undefined;
|
|
12513
12970
|
emailsPromptStatus?: string | undefined;
|
|
12971
|
+
}>) | ({
|
|
12972
|
+
layers?: string[] | undefined;
|
|
12973
|
+
} & jamespot_user_api.WidgetType<{
|
|
12974
|
+
url?: string | undefined;
|
|
12514
12975
|
}>)>>;
|
|
12515
12976
|
states: Record<string, {
|
|
12516
12977
|
busy?: boolean | undefined;
|
|
@@ -12550,6 +13011,7 @@ declare const jland: {
|
|
|
12550
13011
|
title?: string | undefined;
|
|
12551
13012
|
_url?: string | undefined;
|
|
12552
13013
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
13014
|
+
variant?: "extraBot" | undefined;
|
|
12553
13015
|
}>;
|
|
12554
13016
|
flushedWidgets: string[];
|
|
12555
13017
|
rtObjectStack: {
|
|
@@ -12657,6 +13119,10 @@ declare const jland: {
|
|
|
12657
13119
|
emailsLimit?: boolean | undefined;
|
|
12658
13120
|
emailsLimitValue?: number | undefined;
|
|
12659
13121
|
emailsPromptStatus?: string | undefined;
|
|
13122
|
+
}>) | ({
|
|
13123
|
+
layers?: string[] | undefined;
|
|
13124
|
+
} & jamespot_user_api.WidgetType<{
|
|
13125
|
+
url?: string | undefined;
|
|
12660
13126
|
}>)>[];
|
|
12661
13127
|
uniqid: string;
|
|
12662
13128
|
locked: boolean;
|
|
@@ -12735,6 +13201,10 @@ declare const jland: {
|
|
|
12735
13201
|
emailsLimit?: boolean | undefined;
|
|
12736
13202
|
emailsLimitValue?: number | undefined;
|
|
12737
13203
|
emailsPromptStatus?: string | undefined;
|
|
13204
|
+
}>) | ({
|
|
13205
|
+
layers?: string[] | undefined;
|
|
13206
|
+
} & jamespot_user_api.WidgetType<{
|
|
13207
|
+
url?: string | undefined;
|
|
12738
13208
|
}>)>>;
|
|
12739
13209
|
states: Record<string, {
|
|
12740
13210
|
busy?: boolean | undefined;
|
|
@@ -12774,6 +13244,7 @@ declare const jland: {
|
|
|
12774
13244
|
title?: string | undefined;
|
|
12775
13245
|
_url?: string | undefined;
|
|
12776
13246
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
13247
|
+
variant?: "extraBot" | undefined;
|
|
12777
13248
|
}>;
|
|
12778
13249
|
flushedWidgets: string[];
|
|
12779
13250
|
rtObjectStack: {
|
|
@@ -12881,6 +13352,10 @@ declare const jland: {
|
|
|
12881
13352
|
emailsLimit?: boolean | undefined;
|
|
12882
13353
|
emailsLimitValue?: number | undefined;
|
|
12883
13354
|
emailsPromptStatus?: string | undefined;
|
|
13355
|
+
}>) | ({
|
|
13356
|
+
layers?: string[] | undefined;
|
|
13357
|
+
} & jamespot_user_api.WidgetType<{
|
|
13358
|
+
url?: string | undefined;
|
|
12884
13359
|
}>)>[];
|
|
12885
13360
|
uniqid: string;
|
|
12886
13361
|
locked: boolean;
|
|
@@ -12959,6 +13434,10 @@ declare const jland: {
|
|
|
12959
13434
|
emailsLimit?: boolean | undefined;
|
|
12960
13435
|
emailsLimitValue?: number | undefined;
|
|
12961
13436
|
emailsPromptStatus?: string | undefined;
|
|
13437
|
+
}>) | ({
|
|
13438
|
+
layers?: string[] | undefined;
|
|
13439
|
+
} & jamespot_user_api.WidgetType<{
|
|
13440
|
+
url?: string | undefined;
|
|
12962
13441
|
}>)>>;
|
|
12963
13442
|
states: Record<string, {
|
|
12964
13443
|
busy?: boolean | undefined;
|
|
@@ -12998,6 +13477,7 @@ declare const jland: {
|
|
|
12998
13477
|
title?: string | undefined;
|
|
12999
13478
|
_url?: string | undefined;
|
|
13000
13479
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
13480
|
+
variant?: "extraBot" | undefined;
|
|
13001
13481
|
}>;
|
|
13002
13482
|
flushedWidgets: string[];
|
|
13003
13483
|
rtObjectStack: {
|
|
@@ -13105,6 +13585,10 @@ declare const jland: {
|
|
|
13105
13585
|
emailsLimit?: boolean | undefined;
|
|
13106
13586
|
emailsLimitValue?: number | undefined;
|
|
13107
13587
|
emailsPromptStatus?: string | undefined;
|
|
13588
|
+
}>) | ({
|
|
13589
|
+
layers?: string[] | undefined;
|
|
13590
|
+
} & jamespot_user_api.WidgetType<{
|
|
13591
|
+
url?: string | undefined;
|
|
13108
13592
|
}>)>[];
|
|
13109
13593
|
uniqid: string;
|
|
13110
13594
|
locked: boolean;
|
|
@@ -13183,6 +13667,10 @@ declare const jland: {
|
|
|
13183
13667
|
emailsLimit?: boolean | undefined;
|
|
13184
13668
|
emailsLimitValue?: number | undefined;
|
|
13185
13669
|
emailsPromptStatus?: string | undefined;
|
|
13670
|
+
}>) | ({
|
|
13671
|
+
layers?: string[] | undefined;
|
|
13672
|
+
} & jamespot_user_api.WidgetType<{
|
|
13673
|
+
url?: string | undefined;
|
|
13186
13674
|
}>)>>;
|
|
13187
13675
|
states: Record<string, {
|
|
13188
13676
|
busy?: boolean | undefined;
|
|
@@ -13222,6 +13710,7 @@ declare const jland: {
|
|
|
13222
13710
|
title?: string | undefined;
|
|
13223
13711
|
_url?: string | undefined;
|
|
13224
13712
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
13713
|
+
variant?: "extraBot" | undefined;
|
|
13225
13714
|
}>;
|
|
13226
13715
|
flushedWidgets: string[];
|
|
13227
13716
|
rtObjectStack: {
|
|
@@ -13326,6 +13815,10 @@ declare const jland: {
|
|
|
13326
13815
|
emailsLimit?: boolean | undefined;
|
|
13327
13816
|
emailsLimitValue?: number | undefined;
|
|
13328
13817
|
emailsPromptStatus?: string | undefined;
|
|
13818
|
+
}>) | ({
|
|
13819
|
+
layers?: string[] | undefined;
|
|
13820
|
+
} & jamespot_user_api.WidgetType<{
|
|
13821
|
+
url?: string | undefined;
|
|
13329
13822
|
}>)>[];
|
|
13330
13823
|
uniqid: string;
|
|
13331
13824
|
locked: boolean;
|
|
@@ -13404,6 +13897,10 @@ declare const jland: {
|
|
|
13404
13897
|
emailsLimit?: boolean | undefined;
|
|
13405
13898
|
emailsLimitValue?: number | undefined;
|
|
13406
13899
|
emailsPromptStatus?: string | undefined;
|
|
13900
|
+
}>) | ({
|
|
13901
|
+
layers?: string[] | undefined;
|
|
13902
|
+
} & jamespot_user_api.WidgetType<{
|
|
13903
|
+
url?: string | undefined;
|
|
13407
13904
|
}>)>>;
|
|
13408
13905
|
states: Record<string, {
|
|
13409
13906
|
busy?: boolean | undefined;
|
|
@@ -13443,6 +13940,7 @@ declare const jland: {
|
|
|
13443
13940
|
title?: string | undefined;
|
|
13444
13941
|
_url?: string | undefined;
|
|
13445
13942
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
13943
|
+
variant?: "extraBot" | undefined;
|
|
13446
13944
|
}>;
|
|
13447
13945
|
flushedWidgets: string[];
|
|
13448
13946
|
rtObjectStack: {
|
|
@@ -13575,6 +14073,10 @@ declare const jland: {
|
|
|
13575
14073
|
emailsLimit?: boolean | undefined;
|
|
13576
14074
|
emailsLimitValue?: number | undefined;
|
|
13577
14075
|
emailsPromptStatus?: string | undefined;
|
|
14076
|
+
}>) | ({
|
|
14077
|
+
layers?: string[] | undefined;
|
|
14078
|
+
} & jamespot_user_api.WidgetType<{
|
|
14079
|
+
url?: string | undefined;
|
|
13578
14080
|
}>)>[];
|
|
13579
14081
|
uniqid: string;
|
|
13580
14082
|
locked: boolean;
|
|
@@ -13653,6 +14155,10 @@ declare const jland: {
|
|
|
13653
14155
|
emailsLimit?: boolean | undefined;
|
|
13654
14156
|
emailsLimitValue?: number | undefined;
|
|
13655
14157
|
emailsPromptStatus?: string | undefined;
|
|
14158
|
+
}>) | ({
|
|
14159
|
+
layers?: string[] | undefined;
|
|
14160
|
+
} & jamespot_user_api.WidgetType<{
|
|
14161
|
+
url?: string | undefined;
|
|
13656
14162
|
}>)>>;
|
|
13657
14163
|
states: Record<string, {
|
|
13658
14164
|
busy?: boolean | undefined;
|
|
@@ -13692,6 +14198,7 @@ declare const jland: {
|
|
|
13692
14198
|
title?: string | undefined;
|
|
13693
14199
|
_url?: string | undefined;
|
|
13694
14200
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
14201
|
+
variant?: "extraBot" | undefined;
|
|
13695
14202
|
}>;
|
|
13696
14203
|
flushedWidgets: string[];
|
|
13697
14204
|
rtObjectStack: {
|
|
@@ -13791,10 +14298,11 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
13791
14298
|
title: string;
|
|
13792
14299
|
_url: string;
|
|
13793
14300
|
} & {
|
|
13794
|
-
[key: string]: string | number | null;
|
|
14301
|
+
[key: string]: string | number | null | undefined;
|
|
13795
14302
|
level: 0 | 9 | 3 | 5;
|
|
13796
14303
|
dateCreation: string;
|
|
13797
14304
|
dateModified: string;
|
|
14305
|
+
variant?: "extraBot" | undefined;
|
|
13798
14306
|
};
|
|
13799
14307
|
_right: jamespot_user_api.Rights;
|
|
13800
14308
|
_attachedFiles: {
|
|
@@ -13907,6 +14415,10 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
13907
14415
|
emailsLimit?: boolean | undefined;
|
|
13908
14416
|
emailsLimitValue?: number | undefined;
|
|
13909
14417
|
emailsPromptStatus?: string | undefined;
|
|
14418
|
+
}>) | ({
|
|
14419
|
+
layers?: string[] | undefined;
|
|
14420
|
+
} & jamespot_user_api.WidgetType<{
|
|
14421
|
+
url?: string | undefined;
|
|
13910
14422
|
}>)>[] | undefined;
|
|
13911
14423
|
}>, {
|
|
13912
14424
|
idUserLogged: number;
|
|
@@ -13987,6 +14499,10 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
13987
14499
|
emailsLimit?: boolean | undefined;
|
|
13988
14500
|
emailsLimitValue?: number | undefined;
|
|
13989
14501
|
emailsPromptStatus?: string | undefined;
|
|
14502
|
+
}>) | ({
|
|
14503
|
+
layers?: string[] | undefined;
|
|
14504
|
+
} & jamespot_user_api.WidgetType<{
|
|
14505
|
+
url?: string | undefined;
|
|
13990
14506
|
}>)>[];
|
|
13991
14507
|
uniqid: string;
|
|
13992
14508
|
locked: boolean;
|
|
@@ -14065,6 +14581,10 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
14065
14581
|
emailsLimit?: boolean | undefined;
|
|
14066
14582
|
emailsLimitValue?: number | undefined;
|
|
14067
14583
|
emailsPromptStatus?: string | undefined;
|
|
14584
|
+
}>) | ({
|
|
14585
|
+
layers?: string[] | undefined;
|
|
14586
|
+
} & jamespot_user_api.WidgetType<{
|
|
14587
|
+
url?: string | undefined;
|
|
14068
14588
|
}>)>>;
|
|
14069
14589
|
states: Record<string, {
|
|
14070
14590
|
busy?: boolean | undefined;
|
|
@@ -14104,6 +14624,7 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
14104
14624
|
title?: string | undefined;
|
|
14105
14625
|
_url?: string | undefined;
|
|
14106
14626
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
14627
|
+
variant?: "extraBot" | undefined;
|
|
14107
14628
|
}>;
|
|
14108
14629
|
flushedWidgets: string[];
|
|
14109
14630
|
rtObjectStack: {
|
|
@@ -14156,10 +14677,11 @@ declare const MagicPad: {
|
|
|
14156
14677
|
title: string;
|
|
14157
14678
|
_url: string;
|
|
14158
14679
|
} & {
|
|
14159
|
-
[key: string]: string | number | null;
|
|
14680
|
+
[key: string]: string | number | null | undefined;
|
|
14160
14681
|
level: 0 | 9 | 3 | 5;
|
|
14161
14682
|
dateCreation: string;
|
|
14162
14683
|
dateModified: string;
|
|
14684
|
+
variant?: "extraBot" | undefined;
|
|
14163
14685
|
};
|
|
14164
14686
|
_right: jamespot_user_api.Rights;
|
|
14165
14687
|
_attachedFiles: {
|
|
@@ -14272,6 +14794,10 @@ declare const MagicPad: {
|
|
|
14272
14794
|
emailsLimit?: boolean | undefined;
|
|
14273
14795
|
emailsLimitValue?: number | undefined;
|
|
14274
14796
|
emailsPromptStatus?: string | undefined;
|
|
14797
|
+
}>) | ({
|
|
14798
|
+
layers?: string[] | undefined;
|
|
14799
|
+
} & jamespot_user_api.WidgetType<{
|
|
14800
|
+
url?: string | undefined;
|
|
14275
14801
|
}>)>[] | undefined;
|
|
14276
14802
|
}>, {
|
|
14277
14803
|
idUserLogged: number;
|
|
@@ -14352,6 +14878,10 @@ declare const MagicPad: {
|
|
|
14352
14878
|
emailsLimit?: boolean | undefined;
|
|
14353
14879
|
emailsLimitValue?: number | undefined;
|
|
14354
14880
|
emailsPromptStatus?: string | undefined;
|
|
14881
|
+
}>) | ({
|
|
14882
|
+
layers?: string[] | undefined;
|
|
14883
|
+
} & jamespot_user_api.WidgetType<{
|
|
14884
|
+
url?: string | undefined;
|
|
14355
14885
|
}>)>[];
|
|
14356
14886
|
uniqid: string;
|
|
14357
14887
|
locked: boolean;
|
|
@@ -14430,6 +14960,10 @@ declare const MagicPad: {
|
|
|
14430
14960
|
emailsLimit?: boolean | undefined;
|
|
14431
14961
|
emailsLimitValue?: number | undefined;
|
|
14432
14962
|
emailsPromptStatus?: string | undefined;
|
|
14963
|
+
}>) | ({
|
|
14964
|
+
layers?: string[] | undefined;
|
|
14965
|
+
} & jamespot_user_api.WidgetType<{
|
|
14966
|
+
url?: string | undefined;
|
|
14433
14967
|
}>)>>;
|
|
14434
14968
|
states: Record<string, {
|
|
14435
14969
|
busy?: boolean | undefined;
|
|
@@ -14469,6 +15003,7 @@ declare const MagicPad: {
|
|
|
14469
15003
|
title?: string | undefined;
|
|
14470
15004
|
_url?: string | undefined;
|
|
14471
15005
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
15006
|
+
variant?: "extraBot" | undefined;
|
|
14472
15007
|
}>;
|
|
14473
15008
|
flushedWidgets: string[];
|
|
14474
15009
|
rtObjectStack: {
|
|
@@ -14550,10 +15085,11 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
14550
15085
|
title: string;
|
|
14551
15086
|
_url: string;
|
|
14552
15087
|
} & {
|
|
14553
|
-
[key: string]: string | number | null;
|
|
15088
|
+
[key: string]: string | number | null | undefined;
|
|
14554
15089
|
level: 0 | 9 | 3 | 5;
|
|
14555
15090
|
dateCreation: string;
|
|
14556
15091
|
dateModified: string;
|
|
15092
|
+
variant?: "extraBot" | undefined;
|
|
14557
15093
|
};
|
|
14558
15094
|
_right: jamespot_user_api.Rights;
|
|
14559
15095
|
_audience: ({
|
|
@@ -14683,6 +15219,10 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
14683
15219
|
emailsLimit?: boolean | undefined;
|
|
14684
15220
|
emailsLimitValue?: number | undefined;
|
|
14685
15221
|
emailsPromptStatus?: string | undefined;
|
|
15222
|
+
}>) | ({
|
|
15223
|
+
layers?: string[] | undefined;
|
|
15224
|
+
} & jamespot_user_api.WidgetType<{
|
|
15225
|
+
url?: string | undefined;
|
|
14686
15226
|
}>)>[] | undefined;
|
|
14687
15227
|
}, jamespot_user_api.BaseMessages>, void, {
|
|
14688
15228
|
dispatch: any;
|
|
@@ -14761,6 +15301,10 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
14761
15301
|
emailsLimit?: boolean | undefined;
|
|
14762
15302
|
emailsLimitValue?: number | undefined;
|
|
14763
15303
|
emailsPromptStatus?: string | undefined;
|
|
15304
|
+
}>) | ({
|
|
15305
|
+
layers?: string[] | undefined;
|
|
15306
|
+
} & jamespot_user_api.WidgetType<{
|
|
15307
|
+
url?: string | undefined;
|
|
14764
15308
|
}>)>[];
|
|
14765
15309
|
uniqid: string;
|
|
14766
15310
|
locked: boolean;
|
|
@@ -14839,6 +15383,10 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
14839
15383
|
emailsLimit?: boolean | undefined;
|
|
14840
15384
|
emailsLimitValue?: number | undefined;
|
|
14841
15385
|
emailsPromptStatus?: string | undefined;
|
|
15386
|
+
}>) | ({
|
|
15387
|
+
layers?: string[] | undefined;
|
|
15388
|
+
} & jamespot_user_api.WidgetType<{
|
|
15389
|
+
url?: string | undefined;
|
|
14842
15390
|
}>)>>;
|
|
14843
15391
|
states: Record<string, {
|
|
14844
15392
|
busy?: boolean | undefined;
|
|
@@ -14878,6 +15426,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
14878
15426
|
title?: string | undefined;
|
|
14879
15427
|
_url?: string | undefined;
|
|
14880
15428
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
15429
|
+
variant?: "extraBot" | undefined;
|
|
14881
15430
|
}>;
|
|
14882
15431
|
flushedWidgets: string[];
|
|
14883
15432
|
rtObjectStack: {
|
|
@@ -14919,10 +15468,11 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
14919
15468
|
title: string;
|
|
14920
15469
|
_url: string;
|
|
14921
15470
|
} & {
|
|
14922
|
-
[key: string]: string | number | null;
|
|
15471
|
+
[key: string]: string | number | null | undefined;
|
|
14923
15472
|
level: 0 | 9 | 3 | 5;
|
|
14924
15473
|
dateCreation: string;
|
|
14925
15474
|
dateModified: string;
|
|
15475
|
+
variant?: "extraBot" | undefined;
|
|
14926
15476
|
};
|
|
14927
15477
|
_right: jamespot_user_api.Rights;
|
|
14928
15478
|
_audience: ({
|
|
@@ -15052,6 +15602,10 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
15052
15602
|
emailsLimit?: boolean | undefined;
|
|
15053
15603
|
emailsLimitValue?: number | undefined;
|
|
15054
15604
|
emailsPromptStatus?: string | undefined;
|
|
15605
|
+
}>) | ({
|
|
15606
|
+
layers?: string[] | undefined;
|
|
15607
|
+
} & jamespot_user_api.WidgetType<{
|
|
15608
|
+
url?: string | undefined;
|
|
15055
15609
|
}>)>[] | undefined;
|
|
15056
15610
|
}, jamespot_user_api.BaseMessages>, number, {
|
|
15057
15611
|
dispatch: any;
|
|
@@ -15130,6 +15684,10 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
15130
15684
|
emailsLimit?: boolean | undefined;
|
|
15131
15685
|
emailsLimitValue?: number | undefined;
|
|
15132
15686
|
emailsPromptStatus?: string | undefined;
|
|
15687
|
+
}>) | ({
|
|
15688
|
+
layers?: string[] | undefined;
|
|
15689
|
+
} & jamespot_user_api.WidgetType<{
|
|
15690
|
+
url?: string | undefined;
|
|
15133
15691
|
}>)>[];
|
|
15134
15692
|
uniqid: string;
|
|
15135
15693
|
locked: boolean;
|
|
@@ -15208,6 +15766,10 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
15208
15766
|
emailsLimit?: boolean | undefined;
|
|
15209
15767
|
emailsLimitValue?: number | undefined;
|
|
15210
15768
|
emailsPromptStatus?: string | undefined;
|
|
15769
|
+
}>) | ({
|
|
15770
|
+
layers?: string[] | undefined;
|
|
15771
|
+
} & jamespot_user_api.WidgetType<{
|
|
15772
|
+
url?: string | undefined;
|
|
15211
15773
|
}>)>>;
|
|
15212
15774
|
states: Record<string, {
|
|
15213
15775
|
busy?: boolean | undefined;
|
|
@@ -15247,6 +15809,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
15247
15809
|
title?: string | undefined;
|
|
15248
15810
|
_url?: string | undefined;
|
|
15249
15811
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
15812
|
+
variant?: "extraBot" | undefined;
|
|
15250
15813
|
}>;
|
|
15251
15814
|
flushedWidgets: string[];
|
|
15252
15815
|
rtObjectStack: {
|
|
@@ -15351,6 +15914,10 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
15351
15914
|
emailsLimit?: boolean | undefined;
|
|
15352
15915
|
emailsLimitValue?: number | undefined;
|
|
15353
15916
|
emailsPromptStatus?: string | undefined;
|
|
15917
|
+
}>) | ({
|
|
15918
|
+
layers?: string[] | undefined;
|
|
15919
|
+
} & jamespot_user_api.WidgetType<{
|
|
15920
|
+
url?: string | undefined;
|
|
15354
15921
|
}>)>[];
|
|
15355
15922
|
uniqid: string;
|
|
15356
15923
|
locked: boolean;
|
|
@@ -15429,6 +15996,10 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
15429
15996
|
emailsLimit?: boolean | undefined;
|
|
15430
15997
|
emailsLimitValue?: number | undefined;
|
|
15431
15998
|
emailsPromptStatus?: string | undefined;
|
|
15999
|
+
}>) | ({
|
|
16000
|
+
layers?: string[] | undefined;
|
|
16001
|
+
} & jamespot_user_api.WidgetType<{
|
|
16002
|
+
url?: string | undefined;
|
|
15432
16003
|
}>)>>;
|
|
15433
16004
|
states: Record<string, {
|
|
15434
16005
|
busy?: boolean | undefined;
|
|
@@ -15468,6 +16039,7 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
15468
16039
|
title?: string | undefined;
|
|
15469
16040
|
_url?: string | undefined;
|
|
15470
16041
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
16042
|
+
variant?: "extraBot" | undefined;
|
|
15471
16043
|
}>;
|
|
15472
16044
|
flushedWidgets: string[];
|
|
15473
16045
|
rtObjectStack: {
|
|
@@ -15601,6 +16173,10 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
15601
16173
|
emailsLimit?: boolean | undefined;
|
|
15602
16174
|
emailsLimitValue?: number | undefined;
|
|
15603
16175
|
emailsPromptStatus?: string | undefined;
|
|
16176
|
+
}>) | ({
|
|
16177
|
+
layers?: string[] | undefined;
|
|
16178
|
+
} & jamespot_user_api.WidgetType<{
|
|
16179
|
+
url?: string | undefined;
|
|
15604
16180
|
}>)>[];
|
|
15605
16181
|
uniqid: string;
|
|
15606
16182
|
locked: boolean;
|
|
@@ -15679,6 +16255,10 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
15679
16255
|
emailsLimit?: boolean | undefined;
|
|
15680
16256
|
emailsLimitValue?: number | undefined;
|
|
15681
16257
|
emailsPromptStatus?: string | undefined;
|
|
16258
|
+
}>) | ({
|
|
16259
|
+
layers?: string[] | undefined;
|
|
16260
|
+
} & jamespot_user_api.WidgetType<{
|
|
16261
|
+
url?: string | undefined;
|
|
15682
16262
|
}>)>>;
|
|
15683
16263
|
states: Record<string, {
|
|
15684
16264
|
busy?: boolean | undefined;
|
|
@@ -15718,6 +16298,7 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
15718
16298
|
title?: string | undefined;
|
|
15719
16299
|
_url?: string | undefined;
|
|
15720
16300
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
16301
|
+
variant?: "extraBot" | undefined;
|
|
15721
16302
|
}>;
|
|
15722
16303
|
flushedWidgets: string[];
|
|
15723
16304
|
rtObjectStack: {
|
|
@@ -15853,6 +16434,10 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
15853
16434
|
emailsLimit?: boolean | undefined;
|
|
15854
16435
|
emailsLimitValue?: number | undefined;
|
|
15855
16436
|
emailsPromptStatus?: string | undefined;
|
|
16437
|
+
}>) | ({
|
|
16438
|
+
layers?: string[] | undefined;
|
|
16439
|
+
} & jamespot_user_api.WidgetType<{
|
|
16440
|
+
url?: string | undefined;
|
|
15856
16441
|
}>)>[];
|
|
15857
16442
|
uniqid: string;
|
|
15858
16443
|
locked: boolean;
|
|
@@ -15931,6 +16516,10 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
15931
16516
|
emailsLimit?: boolean | undefined;
|
|
15932
16517
|
emailsLimitValue?: number | undefined;
|
|
15933
16518
|
emailsPromptStatus?: string | undefined;
|
|
16519
|
+
}>) | ({
|
|
16520
|
+
layers?: string[] | undefined;
|
|
16521
|
+
} & jamespot_user_api.WidgetType<{
|
|
16522
|
+
url?: string | undefined;
|
|
15934
16523
|
}>)>>;
|
|
15935
16524
|
states: Record<string, {
|
|
15936
16525
|
busy?: boolean | undefined;
|
|
@@ -15970,6 +16559,7 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
15970
16559
|
title?: string | undefined;
|
|
15971
16560
|
_url?: string | undefined;
|
|
15972
16561
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
16562
|
+
variant?: "extraBot" | undefined;
|
|
15973
16563
|
}>;
|
|
15974
16564
|
flushedWidgets: string[];
|
|
15975
16565
|
rtObjectStack: {
|
|
@@ -16077,6 +16667,10 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
16077
16667
|
emailsLimit?: boolean | undefined;
|
|
16078
16668
|
emailsLimitValue?: number | undefined;
|
|
16079
16669
|
emailsPromptStatus?: string | undefined;
|
|
16670
|
+
}>) | ({
|
|
16671
|
+
layers?: string[] | undefined;
|
|
16672
|
+
} & jamespot_user_api.WidgetType<{
|
|
16673
|
+
url?: string | undefined;
|
|
16080
16674
|
}>)>[];
|
|
16081
16675
|
uniqid: string;
|
|
16082
16676
|
locked: boolean;
|
|
@@ -16155,6 +16749,10 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
16155
16749
|
emailsLimit?: boolean | undefined;
|
|
16156
16750
|
emailsLimitValue?: number | undefined;
|
|
16157
16751
|
emailsPromptStatus?: string | undefined;
|
|
16752
|
+
}>) | ({
|
|
16753
|
+
layers?: string[] | undefined;
|
|
16754
|
+
} & jamespot_user_api.WidgetType<{
|
|
16755
|
+
url?: string | undefined;
|
|
16158
16756
|
}>)>>;
|
|
16159
16757
|
states: Record<string, {
|
|
16160
16758
|
busy?: boolean | undefined;
|
|
@@ -16194,6 +16792,7 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
16194
16792
|
title?: string | undefined;
|
|
16195
16793
|
_url?: string | undefined;
|
|
16196
16794
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
16795
|
+
variant?: "extraBot" | undefined;
|
|
16197
16796
|
}>;
|
|
16198
16797
|
flushedWidgets: string[];
|
|
16199
16798
|
rtObjectStack: {
|
|
@@ -16247,10 +16846,11 @@ declare const MediaLibrary: {
|
|
|
16247
16846
|
title: string;
|
|
16248
16847
|
_url: string;
|
|
16249
16848
|
} & {
|
|
16250
|
-
[key: string]: string | number | null;
|
|
16849
|
+
[key: string]: string | number | null | undefined;
|
|
16251
16850
|
level: 0 | 9 | 3 | 5;
|
|
16252
16851
|
dateCreation: string;
|
|
16253
16852
|
dateModified: string;
|
|
16853
|
+
variant?: "extraBot" | undefined;
|
|
16254
16854
|
};
|
|
16255
16855
|
_right: jamespot_user_api.Rights;
|
|
16256
16856
|
_audience: ({
|
|
@@ -16380,6 +16980,10 @@ declare const MediaLibrary: {
|
|
|
16380
16980
|
emailsLimit?: boolean | undefined;
|
|
16381
16981
|
emailsLimitValue?: number | undefined;
|
|
16382
16982
|
emailsPromptStatus?: string | undefined;
|
|
16983
|
+
}>) | ({
|
|
16984
|
+
layers?: string[] | undefined;
|
|
16985
|
+
} & jamespot_user_api.WidgetType<{
|
|
16986
|
+
url?: string | undefined;
|
|
16383
16987
|
}>)>[] | undefined;
|
|
16384
16988
|
}, jamespot_user_api.BaseMessages>, void, {
|
|
16385
16989
|
dispatch: any;
|
|
@@ -16458,6 +17062,10 @@ declare const MediaLibrary: {
|
|
|
16458
17062
|
emailsLimit?: boolean | undefined;
|
|
16459
17063
|
emailsLimitValue?: number | undefined;
|
|
16460
17064
|
emailsPromptStatus?: string | undefined;
|
|
17065
|
+
}>) | ({
|
|
17066
|
+
layers?: string[] | undefined;
|
|
17067
|
+
} & jamespot_user_api.WidgetType<{
|
|
17068
|
+
url?: string | undefined;
|
|
16461
17069
|
}>)>[];
|
|
16462
17070
|
uniqid: string;
|
|
16463
17071
|
locked: boolean;
|
|
@@ -16536,6 +17144,10 @@ declare const MediaLibrary: {
|
|
|
16536
17144
|
emailsLimit?: boolean | undefined;
|
|
16537
17145
|
emailsLimitValue?: number | undefined;
|
|
16538
17146
|
emailsPromptStatus?: string | undefined;
|
|
17147
|
+
}>) | ({
|
|
17148
|
+
layers?: string[] | undefined;
|
|
17149
|
+
} & jamespot_user_api.WidgetType<{
|
|
17150
|
+
url?: string | undefined;
|
|
16539
17151
|
}>)>>;
|
|
16540
17152
|
states: Record<string, {
|
|
16541
17153
|
busy?: boolean | undefined;
|
|
@@ -16575,6 +17187,7 @@ declare const MediaLibrary: {
|
|
|
16575
17187
|
title?: string | undefined;
|
|
16576
17188
|
_url?: string | undefined;
|
|
16577
17189
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
17190
|
+
variant?: "extraBot" | undefined;
|
|
16578
17191
|
}>;
|
|
16579
17192
|
flushedWidgets: string[];
|
|
16580
17193
|
rtObjectStack: {
|
|
@@ -16616,10 +17229,11 @@ declare const MediaLibrary: {
|
|
|
16616
17229
|
title: string;
|
|
16617
17230
|
_url: string;
|
|
16618
17231
|
} & {
|
|
16619
|
-
[key: string]: string | number | null;
|
|
17232
|
+
[key: string]: string | number | null | undefined;
|
|
16620
17233
|
level: 0 | 9 | 3 | 5;
|
|
16621
17234
|
dateCreation: string;
|
|
16622
17235
|
dateModified: string;
|
|
17236
|
+
variant?: "extraBot" | undefined;
|
|
16623
17237
|
};
|
|
16624
17238
|
_right: jamespot_user_api.Rights;
|
|
16625
17239
|
_audience: ({
|
|
@@ -16749,6 +17363,10 @@ declare const MediaLibrary: {
|
|
|
16749
17363
|
emailsLimit?: boolean | undefined;
|
|
16750
17364
|
emailsLimitValue?: number | undefined;
|
|
16751
17365
|
emailsPromptStatus?: string | undefined;
|
|
17366
|
+
}>) | ({
|
|
17367
|
+
layers?: string[] | undefined;
|
|
17368
|
+
} & jamespot_user_api.WidgetType<{
|
|
17369
|
+
url?: string | undefined;
|
|
16752
17370
|
}>)>[] | undefined;
|
|
16753
17371
|
}, jamespot_user_api.BaseMessages>, number, {
|
|
16754
17372
|
dispatch: any;
|
|
@@ -16827,6 +17445,10 @@ declare const MediaLibrary: {
|
|
|
16827
17445
|
emailsLimit?: boolean | undefined;
|
|
16828
17446
|
emailsLimitValue?: number | undefined;
|
|
16829
17447
|
emailsPromptStatus?: string | undefined;
|
|
17448
|
+
}>) | ({
|
|
17449
|
+
layers?: string[] | undefined;
|
|
17450
|
+
} & jamespot_user_api.WidgetType<{
|
|
17451
|
+
url?: string | undefined;
|
|
16830
17452
|
}>)>[];
|
|
16831
17453
|
uniqid: string;
|
|
16832
17454
|
locked: boolean;
|
|
@@ -16905,6 +17527,10 @@ declare const MediaLibrary: {
|
|
|
16905
17527
|
emailsLimit?: boolean | undefined;
|
|
16906
17528
|
emailsLimitValue?: number | undefined;
|
|
16907
17529
|
emailsPromptStatus?: string | undefined;
|
|
17530
|
+
}>) | ({
|
|
17531
|
+
layers?: string[] | undefined;
|
|
17532
|
+
} & jamespot_user_api.WidgetType<{
|
|
17533
|
+
url?: string | undefined;
|
|
16908
17534
|
}>)>>;
|
|
16909
17535
|
states: Record<string, {
|
|
16910
17536
|
busy?: boolean | undefined;
|
|
@@ -16944,6 +17570,7 @@ declare const MediaLibrary: {
|
|
|
16944
17570
|
title?: string | undefined;
|
|
16945
17571
|
_url?: string | undefined;
|
|
16946
17572
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
17573
|
+
variant?: "extraBot" | undefined;
|
|
16947
17574
|
}>;
|
|
16948
17575
|
flushedWidgets: string[];
|
|
16949
17576
|
rtObjectStack: {
|
|
@@ -17048,6 +17675,10 @@ declare const MediaLibrary: {
|
|
|
17048
17675
|
emailsLimit?: boolean | undefined;
|
|
17049
17676
|
emailsLimitValue?: number | undefined;
|
|
17050
17677
|
emailsPromptStatus?: string | undefined;
|
|
17678
|
+
}>) | ({
|
|
17679
|
+
layers?: string[] | undefined;
|
|
17680
|
+
} & jamespot_user_api.WidgetType<{
|
|
17681
|
+
url?: string | undefined;
|
|
17051
17682
|
}>)>[];
|
|
17052
17683
|
uniqid: string;
|
|
17053
17684
|
locked: boolean;
|
|
@@ -17126,6 +17757,10 @@ declare const MediaLibrary: {
|
|
|
17126
17757
|
emailsLimit?: boolean | undefined;
|
|
17127
17758
|
emailsLimitValue?: number | undefined;
|
|
17128
17759
|
emailsPromptStatus?: string | undefined;
|
|
17760
|
+
}>) | ({
|
|
17761
|
+
layers?: string[] | undefined;
|
|
17762
|
+
} & jamespot_user_api.WidgetType<{
|
|
17763
|
+
url?: string | undefined;
|
|
17129
17764
|
}>)>>;
|
|
17130
17765
|
states: Record<string, {
|
|
17131
17766
|
busy?: boolean | undefined;
|
|
@@ -17165,6 +17800,7 @@ declare const MediaLibrary: {
|
|
|
17165
17800
|
title?: string | undefined;
|
|
17166
17801
|
_url?: string | undefined;
|
|
17167
17802
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
17803
|
+
variant?: "extraBot" | undefined;
|
|
17168
17804
|
}>;
|
|
17169
17805
|
flushedWidgets: string[];
|
|
17170
17806
|
rtObjectStack: {
|
|
@@ -17272,6 +17908,10 @@ declare const MediaLibrary: {
|
|
|
17272
17908
|
emailsLimit?: boolean | undefined;
|
|
17273
17909
|
emailsLimitValue?: number | undefined;
|
|
17274
17910
|
emailsPromptStatus?: string | undefined;
|
|
17911
|
+
}>) | ({
|
|
17912
|
+
layers?: string[] | undefined;
|
|
17913
|
+
} & jamespot_user_api.WidgetType<{
|
|
17914
|
+
url?: string | undefined;
|
|
17275
17915
|
}>)>[];
|
|
17276
17916
|
uniqid: string;
|
|
17277
17917
|
locked: boolean;
|
|
@@ -17350,6 +17990,10 @@ declare const MediaLibrary: {
|
|
|
17350
17990
|
emailsLimit?: boolean | undefined;
|
|
17351
17991
|
emailsLimitValue?: number | undefined;
|
|
17352
17992
|
emailsPromptStatus?: string | undefined;
|
|
17993
|
+
}>) | ({
|
|
17994
|
+
layers?: string[] | undefined;
|
|
17995
|
+
} & jamespot_user_api.WidgetType<{
|
|
17996
|
+
url?: string | undefined;
|
|
17353
17997
|
}>)>>;
|
|
17354
17998
|
states: Record<string, {
|
|
17355
17999
|
busy?: boolean | undefined;
|
|
@@ -17389,6 +18033,7 @@ declare const MediaLibrary: {
|
|
|
17389
18033
|
title?: string | undefined;
|
|
17390
18034
|
_url?: string | undefined;
|
|
17391
18035
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
18036
|
+
variant?: "extraBot" | undefined;
|
|
17392
18037
|
}>;
|
|
17393
18038
|
flushedWidgets: string[];
|
|
17394
18039
|
rtObjectStack: {
|
|
@@ -17524,6 +18169,10 @@ declare const MediaLibrary: {
|
|
|
17524
18169
|
emailsLimit?: boolean | undefined;
|
|
17525
18170
|
emailsLimitValue?: number | undefined;
|
|
17526
18171
|
emailsPromptStatus?: string | undefined;
|
|
18172
|
+
}>) | ({
|
|
18173
|
+
layers?: string[] | undefined;
|
|
18174
|
+
} & jamespot_user_api.WidgetType<{
|
|
18175
|
+
url?: string | undefined;
|
|
17527
18176
|
}>)>[];
|
|
17528
18177
|
uniqid: string;
|
|
17529
18178
|
locked: boolean;
|
|
@@ -17602,6 +18251,10 @@ declare const MediaLibrary: {
|
|
|
17602
18251
|
emailsLimit?: boolean | undefined;
|
|
17603
18252
|
emailsLimitValue?: number | undefined;
|
|
17604
18253
|
emailsPromptStatus?: string | undefined;
|
|
18254
|
+
}>) | ({
|
|
18255
|
+
layers?: string[] | undefined;
|
|
18256
|
+
} & jamespot_user_api.WidgetType<{
|
|
18257
|
+
url?: string | undefined;
|
|
17605
18258
|
}>)>>;
|
|
17606
18259
|
states: Record<string, {
|
|
17607
18260
|
busy?: boolean | undefined;
|
|
@@ -17641,6 +18294,7 @@ declare const MediaLibrary: {
|
|
|
17641
18294
|
title?: string | undefined;
|
|
17642
18295
|
_url?: string | undefined;
|
|
17643
18296
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
18297
|
+
variant?: "extraBot" | undefined;
|
|
17644
18298
|
}>;
|
|
17645
18299
|
flushedWidgets: string[];
|
|
17646
18300
|
rtObjectStack: {
|
|
@@ -17774,6 +18428,10 @@ declare const MediaLibrary: {
|
|
|
17774
18428
|
emailsLimit?: boolean | undefined;
|
|
17775
18429
|
emailsLimitValue?: number | undefined;
|
|
17776
18430
|
emailsPromptStatus?: string | undefined;
|
|
18431
|
+
}>) | ({
|
|
18432
|
+
layers?: string[] | undefined;
|
|
18433
|
+
} & jamespot_user_api.WidgetType<{
|
|
18434
|
+
url?: string | undefined;
|
|
17777
18435
|
}>)>[];
|
|
17778
18436
|
uniqid: string;
|
|
17779
18437
|
locked: boolean;
|
|
@@ -17852,6 +18510,10 @@ declare const MediaLibrary: {
|
|
|
17852
18510
|
emailsLimit?: boolean | undefined;
|
|
17853
18511
|
emailsLimitValue?: number | undefined;
|
|
17854
18512
|
emailsPromptStatus?: string | undefined;
|
|
18513
|
+
}>) | ({
|
|
18514
|
+
layers?: string[] | undefined;
|
|
18515
|
+
} & jamespot_user_api.WidgetType<{
|
|
18516
|
+
url?: string | undefined;
|
|
17855
18517
|
}>)>>;
|
|
17856
18518
|
states: Record<string, {
|
|
17857
18519
|
busy?: boolean | undefined;
|
|
@@ -17891,6 +18553,7 @@ declare const MediaLibrary: {
|
|
|
17891
18553
|
title?: string | undefined;
|
|
17892
18554
|
_url?: string | undefined;
|
|
17893
18555
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
18556
|
+
variant?: "extraBot" | undefined;
|
|
17894
18557
|
}>;
|
|
17895
18558
|
flushedWidgets: string[];
|
|
17896
18559
|
rtObjectStack: {
|
|
@@ -18140,10 +18803,11 @@ declare const WedocApp: {
|
|
|
18140
18803
|
title: string;
|
|
18141
18804
|
_url: string;
|
|
18142
18805
|
} & {
|
|
18143
|
-
[key: string]: string | number | null;
|
|
18806
|
+
[key: string]: string | number | null | undefined;
|
|
18144
18807
|
level: 0 | 9 | 3 | 5;
|
|
18145
18808
|
dateCreation: string;
|
|
18146
18809
|
dateModified: string;
|
|
18810
|
+
variant?: "extraBot" | undefined;
|
|
18147
18811
|
};
|
|
18148
18812
|
_right: jamespot_user_api.Rights;
|
|
18149
18813
|
mimetype: string;
|
|
@@ -18191,10 +18855,11 @@ declare const WedocApp: {
|
|
|
18191
18855
|
title: string;
|
|
18192
18856
|
_url: string;
|
|
18193
18857
|
} & {
|
|
18194
|
-
[key: string]: string | number | null;
|
|
18858
|
+
[key: string]: string | number | null | undefined;
|
|
18195
18859
|
level: 0 | 9 | 3 | 5;
|
|
18196
18860
|
dateCreation: string;
|
|
18197
18861
|
dateModified: string;
|
|
18862
|
+
variant?: "extraBot" | undefined;
|
|
18198
18863
|
};
|
|
18199
18864
|
_right: jamespot_user_api.Rights;
|
|
18200
18865
|
mimetype: string;
|
|
@@ -18236,10 +18901,11 @@ declare const WedocApp: {
|
|
|
18236
18901
|
title: string;
|
|
18237
18902
|
_url: string;
|
|
18238
18903
|
} & {
|
|
18239
|
-
[key: string]: string | number | null;
|
|
18904
|
+
[key: string]: string | number | null | undefined;
|
|
18240
18905
|
level: 0 | 9 | 3 | 5;
|
|
18241
18906
|
dateCreation: string;
|
|
18242
18907
|
dateModified: string;
|
|
18908
|
+
variant?: "extraBot" | undefined;
|
|
18243
18909
|
};
|
|
18244
18910
|
_right: jamespot_user_api.Rights;
|
|
18245
18911
|
mimetype: string;
|
|
@@ -18279,10 +18945,11 @@ declare const WedocApp: {
|
|
|
18279
18945
|
title: string;
|
|
18280
18946
|
_url: string;
|
|
18281
18947
|
} & {
|
|
18282
|
-
[key: string]: string | number | null;
|
|
18948
|
+
[key: string]: string | number | null | undefined;
|
|
18283
18949
|
level: 0 | 9 | 3 | 5;
|
|
18284
18950
|
dateCreation: string;
|
|
18285
18951
|
dateModified: string;
|
|
18952
|
+
variant?: "extraBot" | undefined;
|
|
18286
18953
|
};
|
|
18287
18954
|
_right: jamespot_user_api.Rights;
|
|
18288
18955
|
mimetype: string;
|
|
@@ -18387,6 +19054,10 @@ declare const WedocApp: {
|
|
|
18387
19054
|
emailsLimit?: boolean | undefined;
|
|
18388
19055
|
emailsLimitValue?: number | undefined;
|
|
18389
19056
|
emailsPromptStatus?: string | undefined;
|
|
19057
|
+
}>) | ({
|
|
19058
|
+
layers?: string[] | undefined;
|
|
19059
|
+
} & jamespot_user_api.WidgetType<{
|
|
19060
|
+
url?: string | undefined;
|
|
18390
19061
|
}>)>[];
|
|
18391
19062
|
uniqid: string;
|
|
18392
19063
|
locked: boolean;
|
|
@@ -18465,6 +19136,10 @@ declare const WedocApp: {
|
|
|
18465
19136
|
emailsLimit?: boolean | undefined;
|
|
18466
19137
|
emailsLimitValue?: number | undefined;
|
|
18467
19138
|
emailsPromptStatus?: string | undefined;
|
|
19139
|
+
}>) | ({
|
|
19140
|
+
layers?: string[] | undefined;
|
|
19141
|
+
} & jamespot_user_api.WidgetType<{
|
|
19142
|
+
url?: string | undefined;
|
|
18468
19143
|
}>)>>;
|
|
18469
19144
|
states: Record<string, {
|
|
18470
19145
|
busy?: boolean | undefined;
|
|
@@ -18504,6 +19179,7 @@ declare const WedocApp: {
|
|
|
18504
19179
|
title?: string | undefined;
|
|
18505
19180
|
_url?: string | undefined;
|
|
18506
19181
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
19182
|
+
variant?: "extraBot" | undefined;
|
|
18507
19183
|
}>;
|
|
18508
19184
|
flushedWidgets: string[];
|
|
18509
19185
|
rtObjectStack: {
|
|
@@ -18541,10 +19217,11 @@ declare const WedocApp: {
|
|
|
18541
19217
|
title: string;
|
|
18542
19218
|
_url: string;
|
|
18543
19219
|
} & {
|
|
18544
|
-
[key: string]: string | number | null;
|
|
19220
|
+
[key: string]: string | number | null | undefined;
|
|
18545
19221
|
level: 0 | 9 | 3 | 5;
|
|
18546
19222
|
dateCreation: string;
|
|
18547
19223
|
dateModified: string;
|
|
19224
|
+
variant?: "extraBot" | undefined;
|
|
18548
19225
|
};
|
|
18549
19226
|
_right: jamespot_user_api.Rights;
|
|
18550
19227
|
mimetype: string;
|
|
@@ -18645,6 +19322,10 @@ declare const WedocApp: {
|
|
|
18645
19322
|
emailsLimit?: boolean | undefined;
|
|
18646
19323
|
emailsLimitValue?: number | undefined;
|
|
18647
19324
|
emailsPromptStatus?: string | undefined;
|
|
19325
|
+
}>) | ({
|
|
19326
|
+
layers?: string[] | undefined;
|
|
19327
|
+
} & jamespot_user_api.WidgetType<{
|
|
19328
|
+
url?: string | undefined;
|
|
18648
19329
|
}>)>[];
|
|
18649
19330
|
uniqid: string;
|
|
18650
19331
|
locked: boolean;
|
|
@@ -18723,6 +19404,10 @@ declare const WedocApp: {
|
|
|
18723
19404
|
emailsLimit?: boolean | undefined;
|
|
18724
19405
|
emailsLimitValue?: number | undefined;
|
|
18725
19406
|
emailsPromptStatus?: string | undefined;
|
|
19407
|
+
}>) | ({
|
|
19408
|
+
layers?: string[] | undefined;
|
|
19409
|
+
} & jamespot_user_api.WidgetType<{
|
|
19410
|
+
url?: string | undefined;
|
|
18726
19411
|
}>)>>;
|
|
18727
19412
|
states: Record<string, {
|
|
18728
19413
|
busy?: boolean | undefined;
|
|
@@ -18762,6 +19447,7 @@ declare const WedocApp: {
|
|
|
18762
19447
|
title?: string | undefined;
|
|
18763
19448
|
_url?: string | undefined;
|
|
18764
19449
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
19450
|
+
variant?: "extraBot" | undefined;
|
|
18765
19451
|
}>;
|
|
18766
19452
|
flushedWidgets: string[];
|
|
18767
19453
|
rtObjectStack: {
|
|
@@ -18886,6 +19572,10 @@ declare const Share: {
|
|
|
18886
19572
|
emailsLimit?: boolean | undefined;
|
|
18887
19573
|
emailsLimitValue?: number | undefined;
|
|
18888
19574
|
emailsPromptStatus?: string | undefined;
|
|
19575
|
+
}>) | ({
|
|
19576
|
+
layers?: string[] | undefined;
|
|
19577
|
+
} & jamespot_user_api.WidgetType<{
|
|
19578
|
+
url?: string | undefined;
|
|
18889
19579
|
}>)>[];
|
|
18890
19580
|
uniqid: string;
|
|
18891
19581
|
locked: boolean;
|
|
@@ -18964,6 +19654,10 @@ declare const Share: {
|
|
|
18964
19654
|
emailsLimit?: boolean | undefined;
|
|
18965
19655
|
emailsLimitValue?: number | undefined;
|
|
18966
19656
|
emailsPromptStatus?: string | undefined;
|
|
19657
|
+
}>) | ({
|
|
19658
|
+
layers?: string[] | undefined;
|
|
19659
|
+
} & jamespot_user_api.WidgetType<{
|
|
19660
|
+
url?: string | undefined;
|
|
18967
19661
|
}>)>>;
|
|
18968
19662
|
states: Record<string, {
|
|
18969
19663
|
busy?: boolean | undefined;
|
|
@@ -19003,6 +19697,7 @@ declare const Share: {
|
|
|
19003
19697
|
title?: string | undefined;
|
|
19004
19698
|
_url?: string | undefined;
|
|
19005
19699
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
19700
|
+
variant?: "extraBot" | undefined;
|
|
19006
19701
|
}>;
|
|
19007
19702
|
flushedWidgets: string[];
|
|
19008
19703
|
rtObjectStack: {
|
|
@@ -19158,6 +19853,10 @@ declare const TVDisplay: {
|
|
|
19158
19853
|
emailsLimit?: boolean | undefined;
|
|
19159
19854
|
emailsLimitValue?: number | undefined;
|
|
19160
19855
|
emailsPromptStatus?: string | undefined;
|
|
19856
|
+
}>) | ({
|
|
19857
|
+
layers?: string[] | undefined;
|
|
19858
|
+
} & jamespot_user_api.WidgetType<{
|
|
19859
|
+
url?: string | undefined;
|
|
19161
19860
|
}>)>[] | undefined;
|
|
19162
19861
|
} & {
|
|
19163
19862
|
type: string;
|
|
@@ -19170,10 +19869,11 @@ declare const TVDisplay: {
|
|
|
19170
19869
|
title: string;
|
|
19171
19870
|
_url: string;
|
|
19172
19871
|
} & {
|
|
19173
|
-
[key: string]: string | number | null;
|
|
19872
|
+
[key: string]: string | number | null | undefined;
|
|
19174
19873
|
level: 0 | 9 | 3 | 5;
|
|
19175
19874
|
dateCreation: string;
|
|
19176
19875
|
dateModified: string;
|
|
19876
|
+
variant?: "extraBot" | undefined;
|
|
19177
19877
|
};
|
|
19178
19878
|
_right: jamespot_user_api.Rights;
|
|
19179
19879
|
tvChannelType: "DYNAMIC";
|
|
@@ -19312,6 +20012,10 @@ declare const TVDisplay: {
|
|
|
19312
20012
|
emailsLimit?: boolean | undefined;
|
|
19313
20013
|
emailsLimitValue?: number | undefined;
|
|
19314
20014
|
emailsPromptStatus?: string | undefined;
|
|
20015
|
+
}>) | ({
|
|
20016
|
+
layers?: string[] | undefined;
|
|
20017
|
+
} & jamespot_user_api.WidgetType<{
|
|
20018
|
+
url?: string | undefined;
|
|
19315
20019
|
}>)>[] | undefined;
|
|
19316
20020
|
} & {
|
|
19317
20021
|
type: string;
|
|
@@ -19324,10 +20028,11 @@ declare const TVDisplay: {
|
|
|
19324
20028
|
title: string;
|
|
19325
20029
|
_url: string;
|
|
19326
20030
|
} & {
|
|
19327
|
-
[key: string]: string | number | null;
|
|
20031
|
+
[key: string]: string | number | null | undefined;
|
|
19328
20032
|
level: 0 | 9 | 3 | 5;
|
|
19329
20033
|
dateCreation: string;
|
|
19330
20034
|
dateModified: string;
|
|
20035
|
+
variant?: "extraBot" | undefined;
|
|
19331
20036
|
};
|
|
19332
20037
|
_right: jamespot_user_api.Rights;
|
|
19333
20038
|
tvChannelType: "SLIDESHOW";
|
|
@@ -19472,6 +20177,10 @@ declare const TVDisplay: {
|
|
|
19472
20177
|
emailsLimit?: boolean | undefined;
|
|
19473
20178
|
emailsLimitValue?: number | undefined;
|
|
19474
20179
|
emailsPromptStatus?: string | undefined;
|
|
20180
|
+
}>) | ({
|
|
20181
|
+
layers?: string[] | undefined;
|
|
20182
|
+
} & jamespot_user_api.WidgetType<{
|
|
20183
|
+
url?: string | undefined;
|
|
19475
20184
|
}>)>[] | undefined;
|
|
19476
20185
|
} & {
|
|
19477
20186
|
type: string;
|
|
@@ -19484,10 +20193,11 @@ declare const TVDisplay: {
|
|
|
19484
20193
|
title: string;
|
|
19485
20194
|
_url: string;
|
|
19486
20195
|
} & {
|
|
19487
|
-
[key: string]: string | number | null;
|
|
20196
|
+
[key: string]: string | number | null | undefined;
|
|
19488
20197
|
level: 0 | 9 | 3 | 5;
|
|
19489
20198
|
dateCreation: string;
|
|
19490
20199
|
dateModified: string;
|
|
20200
|
+
variant?: "extraBot" | undefined;
|
|
19491
20201
|
};
|
|
19492
20202
|
_right: jamespot_user_api.Rights;
|
|
19493
20203
|
tvChannelType: "DYNAMIC";
|
|
@@ -19626,6 +20336,10 @@ declare const TVDisplay: {
|
|
|
19626
20336
|
emailsLimit?: boolean | undefined;
|
|
19627
20337
|
emailsLimitValue?: number | undefined;
|
|
19628
20338
|
emailsPromptStatus?: string | undefined;
|
|
20339
|
+
}>) | ({
|
|
20340
|
+
layers?: string[] | undefined;
|
|
20341
|
+
} & jamespot_user_api.WidgetType<{
|
|
20342
|
+
url?: string | undefined;
|
|
19629
20343
|
}>)>[] | undefined;
|
|
19630
20344
|
} & {
|
|
19631
20345
|
type: string;
|
|
@@ -19638,10 +20352,11 @@ declare const TVDisplay: {
|
|
|
19638
20352
|
title: string;
|
|
19639
20353
|
_url: string;
|
|
19640
20354
|
} & {
|
|
19641
|
-
[key: string]: string | number | null;
|
|
20355
|
+
[key: string]: string | number | null | undefined;
|
|
19642
20356
|
level: 0 | 9 | 3 | 5;
|
|
19643
20357
|
dateCreation: string;
|
|
19644
20358
|
dateModified: string;
|
|
20359
|
+
variant?: "extraBot" | undefined;
|
|
19645
20360
|
};
|
|
19646
20361
|
_right: jamespot_user_api.Rights;
|
|
19647
20362
|
tvChannelType: "SLIDESHOW";
|
|
@@ -19751,6 +20466,10 @@ declare const TVDisplay: {
|
|
|
19751
20466
|
emailsLimit?: boolean | undefined;
|
|
19752
20467
|
emailsLimitValue?: number | undefined;
|
|
19753
20468
|
emailsPromptStatus?: string | undefined;
|
|
20469
|
+
}>) | ({
|
|
20470
|
+
layers?: string[] | undefined;
|
|
20471
|
+
} & jamespot_user_api.WidgetType<{
|
|
20472
|
+
url?: string | undefined;
|
|
19754
20473
|
}>)>[];
|
|
19755
20474
|
uniqid: string;
|
|
19756
20475
|
locked: boolean;
|
|
@@ -19829,6 +20548,10 @@ declare const TVDisplay: {
|
|
|
19829
20548
|
emailsLimit?: boolean | undefined;
|
|
19830
20549
|
emailsLimitValue?: number | undefined;
|
|
19831
20550
|
emailsPromptStatus?: string | undefined;
|
|
20551
|
+
}>) | ({
|
|
20552
|
+
layers?: string[] | undefined;
|
|
20553
|
+
} & jamespot_user_api.WidgetType<{
|
|
20554
|
+
url?: string | undefined;
|
|
19832
20555
|
}>)>>;
|
|
19833
20556
|
states: Record<string, {
|
|
19834
20557
|
busy?: boolean | undefined;
|
|
@@ -19868,6 +20591,7 @@ declare const TVDisplay: {
|
|
|
19868
20591
|
title?: string | undefined;
|
|
19869
20592
|
_url?: string | undefined;
|
|
19870
20593
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
20594
|
+
variant?: "extraBot" | undefined;
|
|
19871
20595
|
}>;
|
|
19872
20596
|
flushedWidgets: string[];
|
|
19873
20597
|
rtObjectStack: {
|
|
@@ -20002,6 +20726,10 @@ declare const TVDisplay: {
|
|
|
20002
20726
|
emailsLimit?: boolean | undefined;
|
|
20003
20727
|
emailsLimitValue?: number | undefined;
|
|
20004
20728
|
emailsPromptStatus?: string | undefined;
|
|
20729
|
+
}>) | ({
|
|
20730
|
+
layers?: string[] | undefined;
|
|
20731
|
+
} & jamespot_user_api.WidgetType<{
|
|
20732
|
+
url?: string | undefined;
|
|
20005
20733
|
}>)>[] | undefined;
|
|
20006
20734
|
} & {
|
|
20007
20735
|
type: string;
|
|
@@ -20014,10 +20742,11 @@ declare const TVDisplay: {
|
|
|
20014
20742
|
title: string;
|
|
20015
20743
|
_url: string;
|
|
20016
20744
|
} & {
|
|
20017
|
-
[key: string]: string | number | null;
|
|
20745
|
+
[key: string]: string | number | null | undefined;
|
|
20018
20746
|
level: 0 | 9 | 3 | 5;
|
|
20019
20747
|
dateCreation: string;
|
|
20020
20748
|
dateModified: string;
|
|
20749
|
+
variant?: "extraBot" | undefined;
|
|
20021
20750
|
};
|
|
20022
20751
|
_right: jamespot_user_api.Rights;
|
|
20023
20752
|
tvChannelType: "DYNAMIC";
|
|
@@ -20156,6 +20885,10 @@ declare const TVDisplay: {
|
|
|
20156
20885
|
emailsLimit?: boolean | undefined;
|
|
20157
20886
|
emailsLimitValue?: number | undefined;
|
|
20158
20887
|
emailsPromptStatus?: string | undefined;
|
|
20888
|
+
}>) | ({
|
|
20889
|
+
layers?: string[] | undefined;
|
|
20890
|
+
} & jamespot_user_api.WidgetType<{
|
|
20891
|
+
url?: string | undefined;
|
|
20159
20892
|
}>)>[] | undefined;
|
|
20160
20893
|
} & {
|
|
20161
20894
|
type: string;
|
|
@@ -20168,10 +20901,11 @@ declare const TVDisplay: {
|
|
|
20168
20901
|
title: string;
|
|
20169
20902
|
_url: string;
|
|
20170
20903
|
} & {
|
|
20171
|
-
[key: string]: string | number | null;
|
|
20904
|
+
[key: string]: string | number | null | undefined;
|
|
20172
20905
|
level: 0 | 9 | 3 | 5;
|
|
20173
20906
|
dateCreation: string;
|
|
20174
20907
|
dateModified: string;
|
|
20908
|
+
variant?: "extraBot" | undefined;
|
|
20175
20909
|
};
|
|
20176
20910
|
_right: jamespot_user_api.Rights;
|
|
20177
20911
|
tvChannelType: "SLIDESHOW";
|
|
@@ -20282,6 +21016,10 @@ declare const TVDisplay: {
|
|
|
20282
21016
|
emailsLimit?: boolean | undefined;
|
|
20283
21017
|
emailsLimitValue?: number | undefined;
|
|
20284
21018
|
emailsPromptStatus?: string | undefined;
|
|
21019
|
+
}>) | ({
|
|
21020
|
+
layers?: string[] | undefined;
|
|
21021
|
+
} & jamespot_user_api.WidgetType<{
|
|
21022
|
+
url?: string | undefined;
|
|
20285
21023
|
}>)>[];
|
|
20286
21024
|
uniqid: string;
|
|
20287
21025
|
locked: boolean;
|
|
@@ -20360,6 +21098,10 @@ declare const TVDisplay: {
|
|
|
20360
21098
|
emailsLimit?: boolean | undefined;
|
|
20361
21099
|
emailsLimitValue?: number | undefined;
|
|
20362
21100
|
emailsPromptStatus?: string | undefined;
|
|
21101
|
+
}>) | ({
|
|
21102
|
+
layers?: string[] | undefined;
|
|
21103
|
+
} & jamespot_user_api.WidgetType<{
|
|
21104
|
+
url?: string | undefined;
|
|
20363
21105
|
}>)>>;
|
|
20364
21106
|
states: Record<string, {
|
|
20365
21107
|
busy?: boolean | undefined;
|
|
@@ -20399,6 +21141,7 @@ declare const TVDisplay: {
|
|
|
20399
21141
|
title?: string | undefined;
|
|
20400
21142
|
_url?: string | undefined;
|
|
20401
21143
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
21144
|
+
variant?: "extraBot" | undefined;
|
|
20402
21145
|
}>;
|
|
20403
21146
|
flushedWidgets: string[];
|
|
20404
21147
|
rtObjectStack: {
|
|
@@ -20654,17 +21397,21 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
|
|
|
20654
21397
|
emailsLimit?: boolean | undefined;
|
|
20655
21398
|
emailsLimitValue?: number | undefined;
|
|
20656
21399
|
emailsPromptStatus?: string | undefined;
|
|
21400
|
+
}>) | ({
|
|
21401
|
+
layers?: string[] | undefined;
|
|
21402
|
+
} & jamespot_user_api.WidgetType<{
|
|
21403
|
+
url?: string | undefined;
|
|
20657
21404
|
}>)>[] | undefined;
|
|
20658
21405
|
} & (jamespot_user_api.WidgetArticleAttachmentContent | {
|
|
20659
21406
|
target?: string | undefined;
|
|
20660
21407
|
text?: string | undefined;
|
|
20661
21408
|
color?: string | undefined;
|
|
20662
21409
|
url?: string | undefined;
|
|
21410
|
+
variant?: "contained" | "outlined" | undefined;
|
|
20663
21411
|
backgroundColor?: string | undefined;
|
|
20664
21412
|
borderRadius?: string | undefined;
|
|
20665
21413
|
fontSize?: string | undefined;
|
|
20666
21414
|
buttonSize?: "lg" | "sm" | "md" | undefined;
|
|
20667
|
-
variant?: "contained" | "outlined" | undefined;
|
|
20668
21415
|
openingType?: "popup" | "link" | "anchor" | undefined;
|
|
20669
21416
|
openingTypeLink?: {
|
|
20670
21417
|
target: string;
|
|
@@ -20749,6 +21496,8 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
|
|
|
20749
21496
|
emailsLimit?: boolean | undefined;
|
|
20750
21497
|
emailsLimitValue?: number | undefined;
|
|
20751
21498
|
emailsPromptStatus?: string | undefined;
|
|
21499
|
+
} | {
|
|
21500
|
+
url?: string | undefined;
|
|
20752
21501
|
})>;
|
|
20753
21502
|
override?: boolean;
|
|
20754
21503
|
};
|
|
@@ -20835,6 +21584,10 @@ declare const Widget: {
|
|
|
20835
21584
|
emailsLimit?: boolean | undefined;
|
|
20836
21585
|
emailsLimitValue?: number | undefined;
|
|
20837
21586
|
emailsPromptStatus?: string | undefined;
|
|
21587
|
+
}>) | ({
|
|
21588
|
+
layers?: string[] | undefined;
|
|
21589
|
+
} & jamespot_user_api.WidgetType<{
|
|
21590
|
+
url?: string | undefined;
|
|
20838
21591
|
}>)>[];
|
|
20839
21592
|
uniqid: string;
|
|
20840
21593
|
locked: boolean;
|
|
@@ -20913,6 +21666,10 @@ declare const Widget: {
|
|
|
20913
21666
|
emailsLimit?: boolean | undefined;
|
|
20914
21667
|
emailsLimitValue?: number | undefined;
|
|
20915
21668
|
emailsPromptStatus?: string | undefined;
|
|
21669
|
+
}>) | ({
|
|
21670
|
+
layers?: string[] | undefined;
|
|
21671
|
+
} & jamespot_user_api.WidgetType<{
|
|
21672
|
+
url?: string | undefined;
|
|
20916
21673
|
}>)>>;
|
|
20917
21674
|
states: Record<string, {
|
|
20918
21675
|
busy?: boolean | undefined;
|
|
@@ -20952,6 +21709,7 @@ declare const Widget: {
|
|
|
20952
21709
|
title?: string | undefined;
|
|
20953
21710
|
_url?: string | undefined;
|
|
20954
21711
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
21712
|
+
variant?: "extraBot" | undefined;
|
|
20955
21713
|
}>;
|
|
20956
21714
|
flushedWidgets: string[];
|
|
20957
21715
|
rtObjectStack: {
|
|
@@ -21042,6 +21800,10 @@ declare const Widget: {
|
|
|
21042
21800
|
emailsLimit?: boolean | undefined;
|
|
21043
21801
|
emailsLimitValue?: number | undefined;
|
|
21044
21802
|
emailsPromptStatus?: string | undefined;
|
|
21803
|
+
}>) | ({
|
|
21804
|
+
layers?: string[] | undefined;
|
|
21805
|
+
} & jamespot_user_api.WidgetType<{
|
|
21806
|
+
url?: string | undefined;
|
|
21045
21807
|
}>)>;
|
|
21046
21808
|
};
|
|
21047
21809
|
type: string;
|
|
@@ -21162,17 +21924,21 @@ declare const Widget: {
|
|
|
21162
21924
|
emailsLimit?: boolean | undefined;
|
|
21163
21925
|
emailsLimitValue?: number | undefined;
|
|
21164
21926
|
emailsPromptStatus?: string | undefined;
|
|
21927
|
+
}>) | ({
|
|
21928
|
+
layers?: string[] | undefined;
|
|
21929
|
+
} & jamespot_user_api.WidgetType<{
|
|
21930
|
+
url?: string | undefined;
|
|
21165
21931
|
}>)>[] | undefined;
|
|
21166
21932
|
} & (jamespot_user_api.WidgetArticleAttachmentContent | {
|
|
21167
21933
|
target?: string | undefined;
|
|
21168
21934
|
text?: string | undefined;
|
|
21169
21935
|
color?: string | undefined;
|
|
21170
21936
|
url?: string | undefined;
|
|
21937
|
+
variant?: "contained" | "outlined" | undefined;
|
|
21171
21938
|
backgroundColor?: string | undefined;
|
|
21172
21939
|
borderRadius?: string | undefined;
|
|
21173
21940
|
fontSize?: string | undefined;
|
|
21174
21941
|
buttonSize?: "lg" | "sm" | "md" | undefined;
|
|
21175
|
-
variant?: "contained" | "outlined" | undefined;
|
|
21176
21942
|
openingType?: "popup" | "link" | "anchor" | undefined;
|
|
21177
21943
|
openingTypeLink?: {
|
|
21178
21944
|
target: string;
|
|
@@ -21257,6 +22023,8 @@ declare const Widget: {
|
|
|
21257
22023
|
emailsLimit?: boolean | undefined;
|
|
21258
22024
|
emailsLimitValue?: number | undefined;
|
|
21259
22025
|
emailsPromptStatus?: string | undefined;
|
|
22026
|
+
} | {
|
|
22027
|
+
url?: string | undefined;
|
|
21260
22028
|
})>;
|
|
21261
22029
|
override?: boolean;
|
|
21262
22030
|
};
|
|
@@ -21362,6 +22130,10 @@ declare const Widget: {
|
|
|
21362
22130
|
emailsLimit?: boolean | undefined;
|
|
21363
22131
|
emailsLimitValue?: number | undefined;
|
|
21364
22132
|
emailsPromptStatus?: string | undefined;
|
|
22133
|
+
}>) | ({
|
|
22134
|
+
layers?: string[] | undefined;
|
|
22135
|
+
} & jamespot_user_api.WidgetType<{
|
|
22136
|
+
url?: string | undefined;
|
|
21365
22137
|
}>)>;
|
|
21366
22138
|
};
|
|
21367
22139
|
type: string;
|
|
@@ -21520,6 +22292,10 @@ declare const Widget: {
|
|
|
21520
22292
|
emailsLimit?: boolean | undefined;
|
|
21521
22293
|
emailsLimitValue?: number | undefined;
|
|
21522
22294
|
emailsPromptStatus?: string | undefined;
|
|
22295
|
+
}>) | ({
|
|
22296
|
+
layers?: string[] | undefined;
|
|
22297
|
+
} & jamespot_user_api.WidgetType<{
|
|
22298
|
+
url?: string | undefined;
|
|
21523
22299
|
}>)>>;
|
|
21524
22300
|
selectWidget: (state: WidgetsRootState, uniqid: string) => jamespot_user_api.WidgetWrapperGeneric<({
|
|
21525
22301
|
layers?: string[] | undefined;
|
|
@@ -21591,6 +22367,10 @@ declare const Widget: {
|
|
|
21591
22367
|
emailsLimit?: boolean | undefined;
|
|
21592
22368
|
emailsLimitValue?: number | undefined;
|
|
21593
22369
|
emailsPromptStatus?: string | undefined;
|
|
22370
|
+
}>) | ({
|
|
22371
|
+
layers?: string[] | undefined;
|
|
22372
|
+
} & jamespot_user_api.WidgetType<{
|
|
22373
|
+
url?: string | undefined;
|
|
21594
22374
|
}>)> | undefined;
|
|
21595
22375
|
selectWidgetState: (state: WidgetsRootState, uniqid: string) => {
|
|
21596
22376
|
busy?: boolean | undefined;
|
|
@@ -21626,6 +22406,7 @@ declare const Widget: {
|
|
|
21626
22406
|
title?: string | undefined;
|
|
21627
22407
|
_url?: string | undefined;
|
|
21628
22408
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
22409
|
+
variant?: "extraBot" | undefined;
|
|
21629
22410
|
} | undefined;
|
|
21630
22411
|
selectWidgetObjectRights: (state: WidgetsRootState, uniqid: string) => jamespot_user_api.Rights | undefined;
|
|
21631
22412
|
selectAllWidgetRTObject: (state: WidgetsRootState, uniqid: string) => {
|
|
@@ -22708,6 +23489,10 @@ declare const studio: {
|
|
|
22708
23489
|
emailsLimit?: boolean | undefined;
|
|
22709
23490
|
emailsLimitValue?: number | undefined;
|
|
22710
23491
|
emailsPromptStatus?: string | undefined;
|
|
23492
|
+
}>) | ({
|
|
23493
|
+
layers?: string[] | undefined;
|
|
23494
|
+
} & jamespot_user_api.WidgetType<{
|
|
23495
|
+
url?: string | undefined;
|
|
22711
23496
|
}>)>[];
|
|
22712
23497
|
uniqid: string;
|
|
22713
23498
|
locked: boolean;
|
|
@@ -22786,6 +23571,10 @@ declare const studio: {
|
|
|
22786
23571
|
emailsLimit?: boolean | undefined;
|
|
22787
23572
|
emailsLimitValue?: number | undefined;
|
|
22788
23573
|
emailsPromptStatus?: string | undefined;
|
|
23574
|
+
}>) | ({
|
|
23575
|
+
layers?: string[] | undefined;
|
|
23576
|
+
} & jamespot_user_api.WidgetType<{
|
|
23577
|
+
url?: string | undefined;
|
|
22789
23578
|
}>)>>;
|
|
22790
23579
|
states: Record<string, {
|
|
22791
23580
|
busy?: boolean | undefined;
|
|
@@ -22825,6 +23614,7 @@ declare const studio: {
|
|
|
22825
23614
|
title?: string | undefined;
|
|
22826
23615
|
_url?: string | undefined;
|
|
22827
23616
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
23617
|
+
variant?: "extraBot" | undefined;
|
|
22828
23618
|
}>;
|
|
22829
23619
|
flushedWidgets: string[];
|
|
22830
23620
|
rtObjectStack: {
|
|
@@ -22932,6 +23722,10 @@ declare const studio: {
|
|
|
22932
23722
|
emailsLimit?: boolean | undefined;
|
|
22933
23723
|
emailsLimitValue?: number | undefined;
|
|
22934
23724
|
emailsPromptStatus?: string | undefined;
|
|
23725
|
+
}>) | ({
|
|
23726
|
+
layers?: string[] | undefined;
|
|
23727
|
+
} & jamespot_user_api.WidgetType<{
|
|
23728
|
+
url?: string | undefined;
|
|
22935
23729
|
}>)>[];
|
|
22936
23730
|
uniqid: string;
|
|
22937
23731
|
locked: boolean;
|
|
@@ -23010,6 +23804,10 @@ declare const studio: {
|
|
|
23010
23804
|
emailsLimit?: boolean | undefined;
|
|
23011
23805
|
emailsLimitValue?: number | undefined;
|
|
23012
23806
|
emailsPromptStatus?: string | undefined;
|
|
23807
|
+
}>) | ({
|
|
23808
|
+
layers?: string[] | undefined;
|
|
23809
|
+
} & jamespot_user_api.WidgetType<{
|
|
23810
|
+
url?: string | undefined;
|
|
23013
23811
|
}>)>>;
|
|
23014
23812
|
states: Record<string, {
|
|
23015
23813
|
busy?: boolean | undefined;
|
|
@@ -23049,6 +23847,7 @@ declare const studio: {
|
|
|
23049
23847
|
title?: string | undefined;
|
|
23050
23848
|
_url?: string | undefined;
|
|
23051
23849
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
23850
|
+
variant?: "extraBot" | undefined;
|
|
23052
23851
|
}>;
|
|
23053
23852
|
flushedWidgets: string[];
|
|
23054
23853
|
rtObjectStack: {
|
|
@@ -23155,6 +23954,10 @@ declare const studio: {
|
|
|
23155
23954
|
emailsLimit?: boolean | undefined;
|
|
23156
23955
|
emailsLimitValue?: number | undefined;
|
|
23157
23956
|
emailsPromptStatus?: string | undefined;
|
|
23957
|
+
}>) | ({
|
|
23958
|
+
layers?: string[] | undefined;
|
|
23959
|
+
} & jamespot_user_api.WidgetType<{
|
|
23960
|
+
url?: string | undefined;
|
|
23158
23961
|
}>)>[];
|
|
23159
23962
|
uniqid: string;
|
|
23160
23963
|
locked: boolean;
|
|
@@ -23233,6 +24036,10 @@ declare const studio: {
|
|
|
23233
24036
|
emailsLimit?: boolean | undefined;
|
|
23234
24037
|
emailsLimitValue?: number | undefined;
|
|
23235
24038
|
emailsPromptStatus?: string | undefined;
|
|
24039
|
+
}>) | ({
|
|
24040
|
+
layers?: string[] | undefined;
|
|
24041
|
+
} & jamespot_user_api.WidgetType<{
|
|
24042
|
+
url?: string | undefined;
|
|
23236
24043
|
}>)>>;
|
|
23237
24044
|
states: Record<string, {
|
|
23238
24045
|
busy?: boolean | undefined;
|
|
@@ -23272,6 +24079,7 @@ declare const studio: {
|
|
|
23272
24079
|
title?: string | undefined;
|
|
23273
24080
|
_url?: string | undefined;
|
|
23274
24081
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
24082
|
+
variant?: "extraBot" | undefined;
|
|
23275
24083
|
}>;
|
|
23276
24084
|
flushedWidgets: string[];
|
|
23277
24085
|
rtObjectStack: {
|
|
@@ -23378,6 +24186,10 @@ declare const studio: {
|
|
|
23378
24186
|
emailsLimit?: boolean | undefined;
|
|
23379
24187
|
emailsLimitValue?: number | undefined;
|
|
23380
24188
|
emailsPromptStatus?: string | undefined;
|
|
24189
|
+
}>) | ({
|
|
24190
|
+
layers?: string[] | undefined;
|
|
24191
|
+
} & jamespot_user_api.WidgetType<{
|
|
24192
|
+
url?: string | undefined;
|
|
23381
24193
|
}>)>[];
|
|
23382
24194
|
uniqid: string;
|
|
23383
24195
|
locked: boolean;
|
|
@@ -23456,6 +24268,10 @@ declare const studio: {
|
|
|
23456
24268
|
emailsLimit?: boolean | undefined;
|
|
23457
24269
|
emailsLimitValue?: number | undefined;
|
|
23458
24270
|
emailsPromptStatus?: string | undefined;
|
|
24271
|
+
}>) | ({
|
|
24272
|
+
layers?: string[] | undefined;
|
|
24273
|
+
} & jamespot_user_api.WidgetType<{
|
|
24274
|
+
url?: string | undefined;
|
|
23459
24275
|
}>)>>;
|
|
23460
24276
|
states: Record<string, {
|
|
23461
24277
|
busy?: boolean | undefined;
|
|
@@ -23495,6 +24311,7 @@ declare const studio: {
|
|
|
23495
24311
|
title?: string | undefined;
|
|
23496
24312
|
_url?: string | undefined;
|
|
23497
24313
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
24314
|
+
variant?: "extraBot" | undefined;
|
|
23498
24315
|
}>;
|
|
23499
24316
|
flushedWidgets: string[];
|
|
23500
24317
|
rtObjectStack: {
|
|
@@ -23602,6 +24419,10 @@ declare const studio: {
|
|
|
23602
24419
|
emailsLimit?: boolean | undefined;
|
|
23603
24420
|
emailsLimitValue?: number | undefined;
|
|
23604
24421
|
emailsPromptStatus?: string | undefined;
|
|
24422
|
+
}>) | ({
|
|
24423
|
+
layers?: string[] | undefined;
|
|
24424
|
+
} & jamespot_user_api.WidgetType<{
|
|
24425
|
+
url?: string | undefined;
|
|
23605
24426
|
}>)>[];
|
|
23606
24427
|
uniqid: string;
|
|
23607
24428
|
locked: boolean;
|
|
@@ -23680,6 +24501,10 @@ declare const studio: {
|
|
|
23680
24501
|
emailsLimit?: boolean | undefined;
|
|
23681
24502
|
emailsLimitValue?: number | undefined;
|
|
23682
24503
|
emailsPromptStatus?: string | undefined;
|
|
24504
|
+
}>) | ({
|
|
24505
|
+
layers?: string[] | undefined;
|
|
24506
|
+
} & jamespot_user_api.WidgetType<{
|
|
24507
|
+
url?: string | undefined;
|
|
23683
24508
|
}>)>>;
|
|
23684
24509
|
states: Record<string, {
|
|
23685
24510
|
busy?: boolean | undefined;
|
|
@@ -23719,6 +24544,7 @@ declare const studio: {
|
|
|
23719
24544
|
title?: string | undefined;
|
|
23720
24545
|
_url?: string | undefined;
|
|
23721
24546
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
24547
|
+
variant?: "extraBot" | undefined;
|
|
23722
24548
|
}>;
|
|
23723
24549
|
flushedWidgets: string[];
|
|
23724
24550
|
rtObjectStack: {
|
|
@@ -23826,6 +24652,10 @@ declare const studio: {
|
|
|
23826
24652
|
emailsLimit?: boolean | undefined;
|
|
23827
24653
|
emailsLimitValue?: number | undefined;
|
|
23828
24654
|
emailsPromptStatus?: string | undefined;
|
|
24655
|
+
}>) | ({
|
|
24656
|
+
layers?: string[] | undefined;
|
|
24657
|
+
} & jamespot_user_api.WidgetType<{
|
|
24658
|
+
url?: string | undefined;
|
|
23829
24659
|
}>)>[];
|
|
23830
24660
|
uniqid: string;
|
|
23831
24661
|
locked: boolean;
|
|
@@ -23904,6 +24734,10 @@ declare const studio: {
|
|
|
23904
24734
|
emailsLimit?: boolean | undefined;
|
|
23905
24735
|
emailsLimitValue?: number | undefined;
|
|
23906
24736
|
emailsPromptStatus?: string | undefined;
|
|
24737
|
+
}>) | ({
|
|
24738
|
+
layers?: string[] | undefined;
|
|
24739
|
+
} & jamespot_user_api.WidgetType<{
|
|
24740
|
+
url?: string | undefined;
|
|
23907
24741
|
}>)>>;
|
|
23908
24742
|
states: Record<string, {
|
|
23909
24743
|
busy?: boolean | undefined;
|
|
@@ -23943,6 +24777,7 @@ declare const studio: {
|
|
|
23943
24777
|
title?: string | undefined;
|
|
23944
24778
|
_url?: string | undefined;
|
|
23945
24779
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
24780
|
+
variant?: "extraBot" | undefined;
|
|
23946
24781
|
}>;
|
|
23947
24782
|
flushedWidgets: string[];
|
|
23948
24783
|
rtObjectStack: {
|
|
@@ -24050,6 +24885,10 @@ declare const studio: {
|
|
|
24050
24885
|
emailsLimit?: boolean | undefined;
|
|
24051
24886
|
emailsLimitValue?: number | undefined;
|
|
24052
24887
|
emailsPromptStatus?: string | undefined;
|
|
24888
|
+
}>) | ({
|
|
24889
|
+
layers?: string[] | undefined;
|
|
24890
|
+
} & jamespot_user_api.WidgetType<{
|
|
24891
|
+
url?: string | undefined;
|
|
24053
24892
|
}>)>[];
|
|
24054
24893
|
uniqid: string;
|
|
24055
24894
|
locked: boolean;
|
|
@@ -24128,6 +24967,10 @@ declare const studio: {
|
|
|
24128
24967
|
emailsLimit?: boolean | undefined;
|
|
24129
24968
|
emailsLimitValue?: number | undefined;
|
|
24130
24969
|
emailsPromptStatus?: string | undefined;
|
|
24970
|
+
}>) | ({
|
|
24971
|
+
layers?: string[] | undefined;
|
|
24972
|
+
} & jamespot_user_api.WidgetType<{
|
|
24973
|
+
url?: string | undefined;
|
|
24131
24974
|
}>)>>;
|
|
24132
24975
|
states: Record<string, {
|
|
24133
24976
|
busy?: boolean | undefined;
|
|
@@ -24167,6 +25010,7 @@ declare const studio: {
|
|
|
24167
25010
|
title?: string | undefined;
|
|
24168
25011
|
_url?: string | undefined;
|
|
24169
25012
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
25013
|
+
variant?: "extraBot" | undefined;
|
|
24170
25014
|
}>;
|
|
24171
25015
|
flushedWidgets: string[];
|
|
24172
25016
|
rtObjectStack: {
|
|
@@ -24271,6 +25115,10 @@ declare const studio: {
|
|
|
24271
25115
|
emailsLimit?: boolean | undefined;
|
|
24272
25116
|
emailsLimitValue?: number | undefined;
|
|
24273
25117
|
emailsPromptStatus?: string | undefined;
|
|
25118
|
+
}>) | ({
|
|
25119
|
+
layers?: string[] | undefined;
|
|
25120
|
+
} & jamespot_user_api.WidgetType<{
|
|
25121
|
+
url?: string | undefined;
|
|
24274
25122
|
}>)>[];
|
|
24275
25123
|
uniqid: string;
|
|
24276
25124
|
locked: boolean;
|
|
@@ -24349,6 +25197,10 @@ declare const studio: {
|
|
|
24349
25197
|
emailsLimit?: boolean | undefined;
|
|
24350
25198
|
emailsLimitValue?: number | undefined;
|
|
24351
25199
|
emailsPromptStatus?: string | undefined;
|
|
25200
|
+
}>) | ({
|
|
25201
|
+
layers?: string[] | undefined;
|
|
25202
|
+
} & jamespot_user_api.WidgetType<{
|
|
25203
|
+
url?: string | undefined;
|
|
24352
25204
|
}>)>>;
|
|
24353
25205
|
states: Record<string, {
|
|
24354
25206
|
busy?: boolean | undefined;
|
|
@@ -24388,6 +25240,7 @@ declare const studio: {
|
|
|
24388
25240
|
title?: string | undefined;
|
|
24389
25241
|
_url?: string | undefined;
|
|
24390
25242
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
25243
|
+
variant?: "extraBot" | undefined;
|
|
24391
25244
|
}>;
|
|
24392
25245
|
flushedWidgets: string[];
|
|
24393
25246
|
rtObjectStack: {
|
|
@@ -24494,6 +25347,10 @@ declare const studio: {
|
|
|
24494
25347
|
emailsLimit?: boolean | undefined;
|
|
24495
25348
|
emailsLimitValue?: number | undefined;
|
|
24496
25349
|
emailsPromptStatus?: string | undefined;
|
|
25350
|
+
}>) | ({
|
|
25351
|
+
layers?: string[] | undefined;
|
|
25352
|
+
} & jamespot_user_api.WidgetType<{
|
|
25353
|
+
url?: string | undefined;
|
|
24497
25354
|
}>)>[];
|
|
24498
25355
|
uniqid: string;
|
|
24499
25356
|
locked: boolean;
|
|
@@ -24572,6 +25429,10 @@ declare const studio: {
|
|
|
24572
25429
|
emailsLimit?: boolean | undefined;
|
|
24573
25430
|
emailsLimitValue?: number | undefined;
|
|
24574
25431
|
emailsPromptStatus?: string | undefined;
|
|
25432
|
+
}>) | ({
|
|
25433
|
+
layers?: string[] | undefined;
|
|
25434
|
+
} & jamespot_user_api.WidgetType<{
|
|
25435
|
+
url?: string | undefined;
|
|
24575
25436
|
}>)>>;
|
|
24576
25437
|
states: Record<string, {
|
|
24577
25438
|
busy?: boolean | undefined;
|
|
@@ -24611,6 +25472,7 @@ declare const studio: {
|
|
|
24611
25472
|
title?: string | undefined;
|
|
24612
25473
|
_url?: string | undefined;
|
|
24613
25474
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
25475
|
+
variant?: "extraBot" | undefined;
|
|
24614
25476
|
}>;
|
|
24615
25477
|
flushedWidgets: string[];
|
|
24616
25478
|
rtObjectStack: {
|
|
@@ -24717,6 +25579,10 @@ declare const studio: {
|
|
|
24717
25579
|
emailsLimit?: boolean | undefined;
|
|
24718
25580
|
emailsLimitValue?: number | undefined;
|
|
24719
25581
|
emailsPromptStatus?: string | undefined;
|
|
25582
|
+
}>) | ({
|
|
25583
|
+
layers?: string[] | undefined;
|
|
25584
|
+
} & jamespot_user_api.WidgetType<{
|
|
25585
|
+
url?: string | undefined;
|
|
24720
25586
|
}>)>[];
|
|
24721
25587
|
uniqid: string;
|
|
24722
25588
|
locked: boolean;
|
|
@@ -24795,6 +25661,10 @@ declare const studio: {
|
|
|
24795
25661
|
emailsLimit?: boolean | undefined;
|
|
24796
25662
|
emailsLimitValue?: number | undefined;
|
|
24797
25663
|
emailsPromptStatus?: string | undefined;
|
|
25664
|
+
}>) | ({
|
|
25665
|
+
layers?: string[] | undefined;
|
|
25666
|
+
} & jamespot_user_api.WidgetType<{
|
|
25667
|
+
url?: string | undefined;
|
|
24798
25668
|
}>)>>;
|
|
24799
25669
|
states: Record<string, {
|
|
24800
25670
|
busy?: boolean | undefined;
|
|
@@ -24834,6 +25704,7 @@ declare const studio: {
|
|
|
24834
25704
|
title?: string | undefined;
|
|
24835
25705
|
_url?: string | undefined;
|
|
24836
25706
|
level?: 0 | 9 | 3 | 5 | undefined;
|
|
25707
|
+
variant?: "extraBot" | undefined;
|
|
24837
25708
|
}>;
|
|
24838
25709
|
flushedWidgets: string[];
|
|
24839
25710
|
rtObjectStack: {
|