jamespot-front-business 1.1.76 → 1.1.78
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 +153 -62
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +153 -62
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +493 -138
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
|
2
2
|
import { EntityState, PayloadAction, Dispatch, Action as Action$1 } from '@reduxjs/toolkit';
|
|
3
3
|
import * as zod from 'zod';
|
|
4
4
|
import * as jamespot_user_api from 'jamespot-user-api';
|
|
5
|
-
import { jUserLittle, AnimationConfigurationType, AnimationStats, ApplicationType, BookableAssetList, AssetReservationConfiguration, ReservationList, jCommentList, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, Filters, Orders, PagingResults, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, TVChannelList, TinyMCECommonOptions, TinyMCEExtendedOptions, jUserList, WidgetKeys, WidgetDefinitionProps, WidgetWrapperProps, WidgetsRootState, CombinedWidgetContent, SocialAction, ValueOf, StudioApplicationBase, jTaxonomyLittle, JamespotUserApi } from 'jamespot-user-api';
|
|
5
|
+
import { jUserLittle, AnimationConfigurationType, AnimationStats, ApplicationType, BookableAssetList, AssetReservationConfiguration, ReservationList, jCommentList, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, Filters, Orders, PagingResults, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, TVChannelList, TinyMCECommonOptions, TinyMCEExtendedOptions, jUserList, WidgetKeys, WidgetDefinitionProps, WidgetWrapperProps, WidgetsRootState, WidgetDisplayMode, CombinedWidgetContent, SocialAction, ValueOf, StudioApplicationBase, jTaxonomyLittle, JamespotUserApi } from 'jamespot-user-api';
|
|
6
6
|
import * as redux from 'redux';
|
|
7
7
|
import { Dispatch as Dispatch$1 } from 'redux';
|
|
8
8
|
import * as _reduxjs_toolkit_dist_tsHelpers from '@reduxjs/toolkit/dist/tsHelpers';
|
|
@@ -158,7 +158,9 @@ declare const Animations: {
|
|
|
158
158
|
};
|
|
159
159
|
}) | ({
|
|
160
160
|
layers?: string[] | undefined;
|
|
161
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
161
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
162
|
+
layers?: string[] | undefined;
|
|
163
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
162
164
|
uniqid: string;
|
|
163
165
|
locked: boolean;
|
|
164
166
|
position?: {
|
|
@@ -216,7 +218,9 @@ declare const Animations: {
|
|
|
216
218
|
};
|
|
217
219
|
}) | ({
|
|
218
220
|
layers?: string[] | undefined;
|
|
219
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
221
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
222
|
+
layers?: string[] | undefined;
|
|
223
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
220
224
|
states: Record<string, {
|
|
221
225
|
busy?: boolean | undefined;
|
|
222
226
|
loading?: boolean | undefined;
|
|
@@ -265,6 +269,7 @@ declare const Animations: {
|
|
|
265
269
|
_url: string;
|
|
266
270
|
};
|
|
267
271
|
uniqid: string;
|
|
272
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
268
273
|
}[];
|
|
269
274
|
token?: string | undefined;
|
|
270
275
|
modal?: {
|
|
@@ -343,7 +348,9 @@ declare const Animations: {
|
|
|
343
348
|
};
|
|
344
349
|
}) | ({
|
|
345
350
|
layers?: string[] | undefined;
|
|
346
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
351
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
352
|
+
layers?: string[] | undefined;
|
|
353
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
347
354
|
uniqid: string;
|
|
348
355
|
locked: boolean;
|
|
349
356
|
position?: {
|
|
@@ -401,7 +408,9 @@ declare const Animations: {
|
|
|
401
408
|
};
|
|
402
409
|
}) | ({
|
|
403
410
|
layers?: string[] | undefined;
|
|
404
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
411
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
412
|
+
layers?: string[] | undefined;
|
|
413
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
405
414
|
states: Record<string, {
|
|
406
415
|
busy?: boolean | undefined;
|
|
407
416
|
loading?: boolean | undefined;
|
|
@@ -450,6 +459,7 @@ declare const Animations: {
|
|
|
450
459
|
_url: string;
|
|
451
460
|
};
|
|
452
461
|
uniqid: string;
|
|
462
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
453
463
|
}[];
|
|
454
464
|
token?: string | undefined;
|
|
455
465
|
modal?: {
|
|
@@ -528,7 +538,9 @@ declare const Animations: {
|
|
|
528
538
|
};
|
|
529
539
|
}) | ({
|
|
530
540
|
layers?: string[] | undefined;
|
|
531
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
541
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
542
|
+
layers?: string[] | undefined;
|
|
543
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
532
544
|
uniqid: string;
|
|
533
545
|
locked: boolean;
|
|
534
546
|
position?: {
|
|
@@ -586,7 +598,9 @@ declare const Animations: {
|
|
|
586
598
|
};
|
|
587
599
|
}) | ({
|
|
588
600
|
layers?: string[] | undefined;
|
|
589
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
601
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
602
|
+
layers?: string[] | undefined;
|
|
603
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
590
604
|
states: Record<string, {
|
|
591
605
|
busy?: boolean | undefined;
|
|
592
606
|
loading?: boolean | undefined;
|
|
@@ -635,6 +649,7 @@ declare const Animations: {
|
|
|
635
649
|
_url: string;
|
|
636
650
|
};
|
|
637
651
|
uniqid: string;
|
|
652
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
638
653
|
}[];
|
|
639
654
|
token?: string | undefined;
|
|
640
655
|
modal?: {
|
|
@@ -713,7 +728,9 @@ declare const Animations: {
|
|
|
713
728
|
};
|
|
714
729
|
}) | ({
|
|
715
730
|
layers?: string[] | undefined;
|
|
716
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
731
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
732
|
+
layers?: string[] | undefined;
|
|
733
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
717
734
|
uniqid: string;
|
|
718
735
|
locked: boolean;
|
|
719
736
|
position?: {
|
|
@@ -771,7 +788,9 @@ declare const Animations: {
|
|
|
771
788
|
};
|
|
772
789
|
}) | ({
|
|
773
790
|
layers?: string[] | undefined;
|
|
774
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
791
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
792
|
+
layers?: string[] | undefined;
|
|
793
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
775
794
|
states: Record<string, {
|
|
776
795
|
busy?: boolean | undefined;
|
|
777
796
|
loading?: boolean | undefined;
|
|
@@ -820,6 +839,7 @@ declare const Animations: {
|
|
|
820
839
|
_url: string;
|
|
821
840
|
};
|
|
822
841
|
uniqid: string;
|
|
842
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
823
843
|
}[];
|
|
824
844
|
token?: string | undefined;
|
|
825
845
|
modal?: {
|
|
@@ -904,7 +924,9 @@ declare const Animations: {
|
|
|
904
924
|
};
|
|
905
925
|
}) | ({
|
|
906
926
|
layers?: string[] | undefined;
|
|
907
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
927
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
928
|
+
layers?: string[] | undefined;
|
|
929
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
908
930
|
uniqid: string;
|
|
909
931
|
locked: boolean;
|
|
910
932
|
position?: {
|
|
@@ -962,7 +984,9 @@ declare const Animations: {
|
|
|
962
984
|
};
|
|
963
985
|
}) | ({
|
|
964
986
|
layers?: string[] | undefined;
|
|
965
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
987
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
988
|
+
layers?: string[] | undefined;
|
|
989
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
966
990
|
states: Record<string, {
|
|
967
991
|
busy?: boolean | undefined;
|
|
968
992
|
loading?: boolean | undefined;
|
|
@@ -1011,6 +1035,7 @@ declare const Animations: {
|
|
|
1011
1035
|
_url: string;
|
|
1012
1036
|
};
|
|
1013
1037
|
uniqid: string;
|
|
1038
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
1014
1039
|
}[];
|
|
1015
1040
|
token?: string | undefined;
|
|
1016
1041
|
modal?: {
|
|
@@ -1107,7 +1132,9 @@ declare const Animations: {
|
|
|
1107
1132
|
};
|
|
1108
1133
|
}) | ({
|
|
1109
1134
|
layers?: string[] | undefined;
|
|
1110
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
1135
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
1136
|
+
layers?: string[] | undefined;
|
|
1137
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
1111
1138
|
uniqid: string;
|
|
1112
1139
|
locked: boolean;
|
|
1113
1140
|
position?: {
|
|
@@ -1165,7 +1192,9 @@ declare const Animations: {
|
|
|
1165
1192
|
};
|
|
1166
1193
|
}) | ({
|
|
1167
1194
|
layers?: string[] | undefined;
|
|
1168
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
1195
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
1196
|
+
layers?: string[] | undefined;
|
|
1197
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
1169
1198
|
states: Record<string, {
|
|
1170
1199
|
busy?: boolean | undefined;
|
|
1171
1200
|
loading?: boolean | undefined;
|
|
@@ -1214,6 +1243,7 @@ declare const Animations: {
|
|
|
1214
1243
|
_url: string;
|
|
1215
1244
|
};
|
|
1216
1245
|
uniqid: string;
|
|
1246
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
1217
1247
|
}[];
|
|
1218
1248
|
token?: string | undefined;
|
|
1219
1249
|
modal?: {
|
|
@@ -1308,7 +1338,9 @@ declare const Animations: {
|
|
|
1308
1338
|
};
|
|
1309
1339
|
}) | ({
|
|
1310
1340
|
layers?: string[] | undefined;
|
|
1311
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
1341
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
1342
|
+
layers?: string[] | undefined;
|
|
1343
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
1312
1344
|
uniqid: string;
|
|
1313
1345
|
locked: boolean;
|
|
1314
1346
|
position?: {
|
|
@@ -1366,7 +1398,9 @@ declare const Animations: {
|
|
|
1366
1398
|
};
|
|
1367
1399
|
}) | ({
|
|
1368
1400
|
layers?: string[] | undefined;
|
|
1369
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
1401
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
1402
|
+
layers?: string[] | undefined;
|
|
1403
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
1370
1404
|
states: Record<string, {
|
|
1371
1405
|
busy?: boolean | undefined;
|
|
1372
1406
|
loading?: boolean | undefined;
|
|
@@ -1415,6 +1449,7 @@ declare const Animations: {
|
|
|
1415
1449
|
_url: string;
|
|
1416
1450
|
};
|
|
1417
1451
|
uniqid: string;
|
|
1452
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
1418
1453
|
}[];
|
|
1419
1454
|
token?: string | undefined;
|
|
1420
1455
|
modal?: {
|
|
@@ -1633,7 +1668,9 @@ declare const AssetReservation: {
|
|
|
1633
1668
|
};
|
|
1634
1669
|
}) | ({
|
|
1635
1670
|
layers?: string[] | undefined;
|
|
1636
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
1671
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
1672
|
+
layers?: string[] | undefined;
|
|
1673
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
1637
1674
|
}, jamespot_user_api.BaseMessages>, void, {
|
|
1638
1675
|
dispatch: any;
|
|
1639
1676
|
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -1691,7 +1728,9 @@ declare const AssetReservation: {
|
|
|
1691
1728
|
};
|
|
1692
1729
|
}) | ({
|
|
1693
1730
|
layers?: string[] | undefined;
|
|
1694
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
1731
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
1732
|
+
layers?: string[] | undefined;
|
|
1733
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
1695
1734
|
uniqid: string;
|
|
1696
1735
|
locked: boolean;
|
|
1697
1736
|
position?: {
|
|
@@ -1749,7 +1788,9 @@ declare const AssetReservation: {
|
|
|
1749
1788
|
};
|
|
1750
1789
|
}) | ({
|
|
1751
1790
|
layers?: string[] | undefined;
|
|
1752
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
1791
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
1792
|
+
layers?: string[] | undefined;
|
|
1793
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
1753
1794
|
states: Record<string, {
|
|
1754
1795
|
busy?: boolean | undefined;
|
|
1755
1796
|
loading?: boolean | undefined;
|
|
@@ -1798,6 +1839,7 @@ declare const AssetReservation: {
|
|
|
1798
1839
|
_url: string;
|
|
1799
1840
|
};
|
|
1800
1841
|
uniqid: string;
|
|
1842
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
1801
1843
|
}[];
|
|
1802
1844
|
token?: string | undefined;
|
|
1803
1845
|
modal?: {
|
|
@@ -1883,7 +1925,9 @@ declare const AssetReservation: {
|
|
|
1883
1925
|
};
|
|
1884
1926
|
}) | ({
|
|
1885
1927
|
layers?: string[] | undefined;
|
|
1886
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
1928
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
1929
|
+
layers?: string[] | undefined;
|
|
1930
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
1887
1931
|
uniqid: string;
|
|
1888
1932
|
locked: boolean;
|
|
1889
1933
|
position?: {
|
|
@@ -1941,7 +1985,9 @@ declare const AssetReservation: {
|
|
|
1941
1985
|
};
|
|
1942
1986
|
}) | ({
|
|
1943
1987
|
layers?: string[] | undefined;
|
|
1944
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
1988
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
1989
|
+
layers?: string[] | undefined;
|
|
1990
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
1945
1991
|
states: Record<string, {
|
|
1946
1992
|
busy?: boolean | undefined;
|
|
1947
1993
|
loading?: boolean | undefined;
|
|
@@ -1990,6 +2036,7 @@ declare const AssetReservation: {
|
|
|
1990
2036
|
_url: string;
|
|
1991
2037
|
};
|
|
1992
2038
|
uniqid: string;
|
|
2039
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
1993
2040
|
}[];
|
|
1994
2041
|
token?: string | undefined;
|
|
1995
2042
|
modal?: {
|
|
@@ -2150,7 +2197,9 @@ declare const AssetReservation: {
|
|
|
2150
2197
|
};
|
|
2151
2198
|
}) | ({
|
|
2152
2199
|
layers?: string[] | undefined;
|
|
2153
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
2200
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2201
|
+
layers?: string[] | undefined;
|
|
2202
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
2154
2203
|
};
|
|
2155
2204
|
description?: string | null | undefined;
|
|
2156
2205
|
image?: {
|
|
@@ -2207,7 +2256,9 @@ declare const AssetReservation: {
|
|
|
2207
2256
|
};
|
|
2208
2257
|
}) | ({
|
|
2209
2258
|
layers?: string[] | undefined;
|
|
2210
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
2259
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2260
|
+
layers?: string[] | undefined;
|
|
2261
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
2211
2262
|
}, jamespot_user_api.BaseMessages>, "my" | "history", {
|
|
2212
2263
|
dispatch: any;
|
|
2213
2264
|
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -2265,7 +2316,9 @@ declare const AssetReservation: {
|
|
|
2265
2316
|
};
|
|
2266
2317
|
}) | ({
|
|
2267
2318
|
layers?: string[] | undefined;
|
|
2268
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
2319
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2320
|
+
layers?: string[] | undefined;
|
|
2321
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
2269
2322
|
uniqid: string;
|
|
2270
2323
|
locked: boolean;
|
|
2271
2324
|
position?: {
|
|
@@ -2323,7 +2376,9 @@ declare const AssetReservation: {
|
|
|
2323
2376
|
};
|
|
2324
2377
|
}) | ({
|
|
2325
2378
|
layers?: string[] | undefined;
|
|
2326
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
2379
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2380
|
+
layers?: string[] | undefined;
|
|
2381
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
2327
2382
|
states: Record<string, {
|
|
2328
2383
|
busy?: boolean | undefined;
|
|
2329
2384
|
loading?: boolean | undefined;
|
|
@@ -2372,6 +2427,7 @@ declare const AssetReservation: {
|
|
|
2372
2427
|
_url: string;
|
|
2373
2428
|
};
|
|
2374
2429
|
uniqid: string;
|
|
2430
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
2375
2431
|
}[];
|
|
2376
2432
|
token?: string | undefined;
|
|
2377
2433
|
modal?: {
|
|
@@ -2494,7 +2550,9 @@ declare const AssetReservation: {
|
|
|
2494
2550
|
};
|
|
2495
2551
|
}) | ({
|
|
2496
2552
|
layers?: string[] | undefined;
|
|
2497
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
2553
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2554
|
+
layers?: string[] | undefined;
|
|
2555
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
2498
2556
|
}[];
|
|
2499
2557
|
bookableAssetLoading: (state: AssetReservationRootState) => "idle" | "pending";
|
|
2500
2558
|
reservationEntities: (state: AssetReservationRootState) => {
|
|
@@ -2639,7 +2697,9 @@ declare const AssetReservation: {
|
|
|
2639
2697
|
};
|
|
2640
2698
|
}) | ({
|
|
2641
2699
|
layers?: string[] | undefined;
|
|
2642
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
2700
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2701
|
+
layers?: string[] | undefined;
|
|
2702
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
2643
2703
|
};
|
|
2644
2704
|
description?: string | null | undefined;
|
|
2645
2705
|
image?: {
|
|
@@ -2696,7 +2756,9 @@ declare const AssetReservation: {
|
|
|
2696
2756
|
};
|
|
2697
2757
|
}) | ({
|
|
2698
2758
|
layers?: string[] | undefined;
|
|
2699
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
2759
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2760
|
+
layers?: string[] | undefined;
|
|
2761
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
2700
2762
|
}[];
|
|
2701
2763
|
reservationLoading: (state: AssetReservationRootState) => "idle" | "pending";
|
|
2702
2764
|
reservationForm: (state: AssetReservationRootState) => ReservationForm;
|
|
@@ -2829,7 +2891,9 @@ declare const Comment: {
|
|
|
2829
2891
|
};
|
|
2830
2892
|
}) | ({
|
|
2831
2893
|
layers?: string[] | undefined;
|
|
2832
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
2894
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2895
|
+
layers?: string[] | undefined;
|
|
2896
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
2833
2897
|
}[];
|
|
2834
2898
|
}, "commentList/hydrateComment">;
|
|
2835
2899
|
updateComment: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
@@ -2903,7 +2967,9 @@ declare const Comment: {
|
|
|
2903
2967
|
};
|
|
2904
2968
|
}) | ({
|
|
2905
2969
|
layers?: string[] | undefined;
|
|
2906
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
2970
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
2971
|
+
layers?: string[] | undefined;
|
|
2972
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
2907
2973
|
uniqid: string;
|
|
2908
2974
|
locked: boolean;
|
|
2909
2975
|
position?: {
|
|
@@ -2961,7 +3027,9 @@ declare const Comment: {
|
|
|
2961
3027
|
};
|
|
2962
3028
|
}) | ({
|
|
2963
3029
|
layers?: string[] | undefined;
|
|
2964
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
3030
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
3031
|
+
layers?: string[] | undefined;
|
|
3032
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
2965
3033
|
states: Record<string, {
|
|
2966
3034
|
busy?: boolean | undefined;
|
|
2967
3035
|
loading?: boolean | undefined;
|
|
@@ -3010,6 +3078,7 @@ declare const Comment: {
|
|
|
3010
3078
|
_url: string;
|
|
3011
3079
|
};
|
|
3012
3080
|
uniqid: string;
|
|
3081
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3013
3082
|
}[];
|
|
3014
3083
|
token?: string | undefined;
|
|
3015
3084
|
modal?: {
|
|
@@ -3239,7 +3308,9 @@ declare const Bookmark: {
|
|
|
3239
3308
|
};
|
|
3240
3309
|
}) | ({
|
|
3241
3310
|
layers?: string[] | undefined;
|
|
3242
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
3311
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
3312
|
+
layers?: string[] | undefined;
|
|
3313
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
3243
3314
|
uniqid: string;
|
|
3244
3315
|
locked: boolean;
|
|
3245
3316
|
position?: {
|
|
@@ -3297,7 +3368,9 @@ declare const Bookmark: {
|
|
|
3297
3368
|
};
|
|
3298
3369
|
}) | ({
|
|
3299
3370
|
layers?: string[] | undefined;
|
|
3300
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
3371
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
3372
|
+
layers?: string[] | undefined;
|
|
3373
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
3301
3374
|
states: Record<string, {
|
|
3302
3375
|
busy?: boolean | undefined;
|
|
3303
3376
|
loading?: boolean | undefined;
|
|
@@ -3346,6 +3419,7 @@ declare const Bookmark: {
|
|
|
3346
3419
|
_url: string;
|
|
3347
3420
|
};
|
|
3348
3421
|
uniqid: string;
|
|
3422
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3349
3423
|
}[];
|
|
3350
3424
|
token?: string | undefined;
|
|
3351
3425
|
modal?: {
|
|
@@ -3495,7 +3569,9 @@ declare const Bookmark: {
|
|
|
3495
3569
|
};
|
|
3496
3570
|
}) | ({
|
|
3497
3571
|
layers?: string[] | undefined;
|
|
3498
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
3572
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
3573
|
+
layers?: string[] | undefined;
|
|
3574
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
3499
3575
|
uniqid: string;
|
|
3500
3576
|
locked: boolean;
|
|
3501
3577
|
position?: {
|
|
@@ -3553,7 +3629,9 @@ declare const Bookmark: {
|
|
|
3553
3629
|
};
|
|
3554
3630
|
}) | ({
|
|
3555
3631
|
layers?: string[] | undefined;
|
|
3556
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
3632
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
3633
|
+
layers?: string[] | undefined;
|
|
3634
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
3557
3635
|
states: Record<string, {
|
|
3558
3636
|
busy?: boolean | undefined;
|
|
3559
3637
|
loading?: boolean | undefined;
|
|
@@ -3602,6 +3680,7 @@ declare const Bookmark: {
|
|
|
3602
3680
|
_url: string;
|
|
3603
3681
|
};
|
|
3604
3682
|
uniqid: string;
|
|
3683
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3605
3684
|
}[];
|
|
3606
3685
|
token?: string | undefined;
|
|
3607
3686
|
modal?: {
|
|
@@ -3722,7 +3801,9 @@ declare const Bookmark: {
|
|
|
3722
3801
|
};
|
|
3723
3802
|
}) | ({
|
|
3724
3803
|
layers?: string[] | undefined;
|
|
3725
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
3804
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
3805
|
+
layers?: string[] | undefined;
|
|
3806
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
3726
3807
|
uniqid: string;
|
|
3727
3808
|
locked: boolean;
|
|
3728
3809
|
position?: {
|
|
@@ -3780,7 +3861,9 @@ declare const Bookmark: {
|
|
|
3780
3861
|
};
|
|
3781
3862
|
}) | ({
|
|
3782
3863
|
layers?: string[] | undefined;
|
|
3783
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
3864
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
3865
|
+
layers?: string[] | undefined;
|
|
3866
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
3784
3867
|
states: Record<string, {
|
|
3785
3868
|
busy?: boolean | undefined;
|
|
3786
3869
|
loading?: boolean | undefined;
|
|
@@ -3829,6 +3912,7 @@ declare const Bookmark: {
|
|
|
3829
3912
|
_url: string;
|
|
3830
3913
|
};
|
|
3831
3914
|
uniqid: string;
|
|
3915
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
3832
3916
|
}[];
|
|
3833
3917
|
token?: string | undefined;
|
|
3834
3918
|
modal?: {
|
|
@@ -3928,7 +4012,9 @@ declare const Bookmark: {
|
|
|
3928
4012
|
};
|
|
3929
4013
|
}) | ({
|
|
3930
4014
|
layers?: string[] | undefined;
|
|
3931
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
4015
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
4016
|
+
layers?: string[] | undefined;
|
|
4017
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
3932
4018
|
uniqid: string;
|
|
3933
4019
|
locked: boolean;
|
|
3934
4020
|
position?: {
|
|
@@ -3986,7 +4072,9 @@ declare const Bookmark: {
|
|
|
3986
4072
|
};
|
|
3987
4073
|
}) | ({
|
|
3988
4074
|
layers?: string[] | undefined;
|
|
3989
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
4075
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
4076
|
+
layers?: string[] | undefined;
|
|
4077
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
3990
4078
|
states: Record<string, {
|
|
3991
4079
|
busy?: boolean | undefined;
|
|
3992
4080
|
loading?: boolean | undefined;
|
|
@@ -4035,6 +4123,7 @@ declare const Bookmark: {
|
|
|
4035
4123
|
_url: string;
|
|
4036
4124
|
};
|
|
4037
4125
|
uniqid: string;
|
|
4126
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
4038
4127
|
}[];
|
|
4039
4128
|
token?: string | undefined;
|
|
4040
4129
|
modal?: {
|
|
@@ -4132,7 +4221,9 @@ declare const Bookmark: {
|
|
|
4132
4221
|
};
|
|
4133
4222
|
}) | ({
|
|
4134
4223
|
layers?: string[] | undefined;
|
|
4135
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
4224
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
4225
|
+
layers?: string[] | undefined;
|
|
4226
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
4136
4227
|
uniqid: string;
|
|
4137
4228
|
locked: boolean;
|
|
4138
4229
|
position?: {
|
|
@@ -4190,7 +4281,9 @@ declare const Bookmark: {
|
|
|
4190
4281
|
};
|
|
4191
4282
|
}) | ({
|
|
4192
4283
|
layers?: string[] | undefined;
|
|
4193
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
4284
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
4285
|
+
layers?: string[] | undefined;
|
|
4286
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
4194
4287
|
states: Record<string, {
|
|
4195
4288
|
busy?: boolean | undefined;
|
|
4196
4289
|
loading?: boolean | undefined;
|
|
@@ -4239,6 +4332,7 @@ declare const Bookmark: {
|
|
|
4239
4332
|
_url: string;
|
|
4240
4333
|
};
|
|
4241
4334
|
uniqid: string;
|
|
4335
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
4242
4336
|
}[];
|
|
4243
4337
|
token?: string | undefined;
|
|
4244
4338
|
modal?: {
|
|
@@ -4474,7 +4568,9 @@ declare const Faq: {
|
|
|
4474
4568
|
};
|
|
4475
4569
|
}) | ({
|
|
4476
4570
|
layers?: string[] | undefined;
|
|
4477
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
4571
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
4572
|
+
layers?: string[] | undefined;
|
|
4573
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
4478
4574
|
faqColor?: string | undefined;
|
|
4479
4575
|
} & {
|
|
4480
4576
|
_extend: {
|
|
@@ -4926,7 +5022,9 @@ declare const jland: {
|
|
|
4926
5022
|
};
|
|
4927
5023
|
}) | ({
|
|
4928
5024
|
layers?: string[] | undefined;
|
|
4929
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
5025
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5026
|
+
layers?: string[] | undefined;
|
|
5027
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
4930
5028
|
uniqid: string;
|
|
4931
5029
|
locked: boolean;
|
|
4932
5030
|
position?: {
|
|
@@ -4984,7 +5082,9 @@ declare const jland: {
|
|
|
4984
5082
|
};
|
|
4985
5083
|
}) | ({
|
|
4986
5084
|
layers?: string[] | undefined;
|
|
4987
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
5085
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5086
|
+
layers?: string[] | undefined;
|
|
5087
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
4988
5088
|
states: Record<string, {
|
|
4989
5089
|
busy?: boolean | undefined;
|
|
4990
5090
|
loading?: boolean | undefined;
|
|
@@ -5033,6 +5133,7 @@ declare const jland: {
|
|
|
5033
5133
|
_url: string;
|
|
5034
5134
|
};
|
|
5035
5135
|
uniqid: string;
|
|
5136
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
5036
5137
|
}[];
|
|
5037
5138
|
token?: string | undefined;
|
|
5038
5139
|
modal?: {
|
|
@@ -5111,7 +5212,9 @@ declare const jland: {
|
|
|
5111
5212
|
};
|
|
5112
5213
|
}) | ({
|
|
5113
5214
|
layers?: string[] | undefined;
|
|
5114
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
5215
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5216
|
+
layers?: string[] | undefined;
|
|
5217
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
5115
5218
|
uniqid: string;
|
|
5116
5219
|
locked: boolean;
|
|
5117
5220
|
position?: {
|
|
@@ -5169,7 +5272,9 @@ declare const jland: {
|
|
|
5169
5272
|
};
|
|
5170
5273
|
}) | ({
|
|
5171
5274
|
layers?: string[] | undefined;
|
|
5172
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
5275
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5276
|
+
layers?: string[] | undefined;
|
|
5277
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
5173
5278
|
states: Record<string, {
|
|
5174
5279
|
busy?: boolean | undefined;
|
|
5175
5280
|
loading?: boolean | undefined;
|
|
@@ -5218,6 +5323,7 @@ declare const jland: {
|
|
|
5218
5323
|
_url: string;
|
|
5219
5324
|
};
|
|
5220
5325
|
uniqid: string;
|
|
5326
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
5221
5327
|
}[];
|
|
5222
5328
|
token?: string | undefined;
|
|
5223
5329
|
modal?: {
|
|
@@ -5296,7 +5402,9 @@ declare const jland: {
|
|
|
5296
5402
|
};
|
|
5297
5403
|
}) | ({
|
|
5298
5404
|
layers?: string[] | undefined;
|
|
5299
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
5405
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5406
|
+
layers?: string[] | undefined;
|
|
5407
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
5300
5408
|
uniqid: string;
|
|
5301
5409
|
locked: boolean;
|
|
5302
5410
|
position?: {
|
|
@@ -5354,7 +5462,9 @@ declare const jland: {
|
|
|
5354
5462
|
};
|
|
5355
5463
|
}) | ({
|
|
5356
5464
|
layers?: string[] | undefined;
|
|
5357
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
5465
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5466
|
+
layers?: string[] | undefined;
|
|
5467
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
5358
5468
|
states: Record<string, {
|
|
5359
5469
|
busy?: boolean | undefined;
|
|
5360
5470
|
loading?: boolean | undefined;
|
|
@@ -5403,6 +5513,7 @@ declare const jland: {
|
|
|
5403
5513
|
_url: string;
|
|
5404
5514
|
};
|
|
5405
5515
|
uniqid: string;
|
|
5516
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
5406
5517
|
}[];
|
|
5407
5518
|
token?: string | undefined;
|
|
5408
5519
|
modal?: {
|
|
@@ -5481,7 +5592,9 @@ declare const jland: {
|
|
|
5481
5592
|
};
|
|
5482
5593
|
}) | ({
|
|
5483
5594
|
layers?: string[] | undefined;
|
|
5484
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
5595
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5596
|
+
layers?: string[] | undefined;
|
|
5597
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
5485
5598
|
uniqid: string;
|
|
5486
5599
|
locked: boolean;
|
|
5487
5600
|
position?: {
|
|
@@ -5539,7 +5652,9 @@ declare const jland: {
|
|
|
5539
5652
|
};
|
|
5540
5653
|
}) | ({
|
|
5541
5654
|
layers?: string[] | undefined;
|
|
5542
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
5655
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5656
|
+
layers?: string[] | undefined;
|
|
5657
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
5543
5658
|
states: Record<string, {
|
|
5544
5659
|
busy?: boolean | undefined;
|
|
5545
5660
|
loading?: boolean | undefined;
|
|
@@ -5588,6 +5703,7 @@ declare const jland: {
|
|
|
5588
5703
|
_url: string;
|
|
5589
5704
|
};
|
|
5590
5705
|
uniqid: string;
|
|
5706
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
5591
5707
|
}[];
|
|
5592
5708
|
token?: string | undefined;
|
|
5593
5709
|
modal?: {
|
|
@@ -5663,7 +5779,9 @@ declare const jland: {
|
|
|
5663
5779
|
};
|
|
5664
5780
|
}) | ({
|
|
5665
5781
|
layers?: string[] | undefined;
|
|
5666
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
5782
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5783
|
+
layers?: string[] | undefined;
|
|
5784
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
5667
5785
|
uniqid: string;
|
|
5668
5786
|
locked: boolean;
|
|
5669
5787
|
position?: {
|
|
@@ -5721,7 +5839,9 @@ declare const jland: {
|
|
|
5721
5839
|
};
|
|
5722
5840
|
}) | ({
|
|
5723
5841
|
layers?: string[] | undefined;
|
|
5724
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
5842
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5843
|
+
layers?: string[] | undefined;
|
|
5844
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
5725
5845
|
states: Record<string, {
|
|
5726
5846
|
busy?: boolean | undefined;
|
|
5727
5847
|
loading?: boolean | undefined;
|
|
@@ -5770,6 +5890,7 @@ declare const jland: {
|
|
|
5770
5890
|
_url: string;
|
|
5771
5891
|
};
|
|
5772
5892
|
uniqid: string;
|
|
5893
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
5773
5894
|
}[];
|
|
5774
5895
|
token?: string | undefined;
|
|
5775
5896
|
modal?: {
|
|
@@ -5873,7 +5994,9 @@ declare const jland: {
|
|
|
5873
5994
|
};
|
|
5874
5995
|
}) | ({
|
|
5875
5996
|
layers?: string[] | undefined;
|
|
5876
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
5997
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
5998
|
+
layers?: string[] | undefined;
|
|
5999
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
5877
6000
|
uniqid: string;
|
|
5878
6001
|
locked: boolean;
|
|
5879
6002
|
position?: {
|
|
@@ -5931,7 +6054,9 @@ declare const jland: {
|
|
|
5931
6054
|
};
|
|
5932
6055
|
}) | ({
|
|
5933
6056
|
layers?: string[] | undefined;
|
|
5934
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
6057
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
6058
|
+
layers?: string[] | undefined;
|
|
6059
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
5935
6060
|
states: Record<string, {
|
|
5936
6061
|
busy?: boolean | undefined;
|
|
5937
6062
|
loading?: boolean | undefined;
|
|
@@ -5980,6 +6105,7 @@ declare const jland: {
|
|
|
5980
6105
|
_url: string;
|
|
5981
6106
|
};
|
|
5982
6107
|
uniqid: string;
|
|
6108
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
5983
6109
|
}[];
|
|
5984
6110
|
token?: string | undefined;
|
|
5985
6111
|
modal?: {
|
|
@@ -6166,7 +6292,9 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
6166
6292
|
};
|
|
6167
6293
|
}) | ({
|
|
6168
6294
|
layers?: string[] | undefined;
|
|
6169
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
6295
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
6296
|
+
layers?: string[] | undefined;
|
|
6297
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
6170
6298
|
}>, {
|
|
6171
6299
|
idUserLogged: number;
|
|
6172
6300
|
}, {
|
|
@@ -6226,7 +6354,9 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
6226
6354
|
};
|
|
6227
6355
|
}) | ({
|
|
6228
6356
|
layers?: string[] | undefined;
|
|
6229
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
6357
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
6358
|
+
layers?: string[] | undefined;
|
|
6359
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
6230
6360
|
uniqid: string;
|
|
6231
6361
|
locked: boolean;
|
|
6232
6362
|
position?: {
|
|
@@ -6284,7 +6414,9 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
6284
6414
|
};
|
|
6285
6415
|
}) | ({
|
|
6286
6416
|
layers?: string[] | undefined;
|
|
6287
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
6417
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
6418
|
+
layers?: string[] | undefined;
|
|
6419
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
6288
6420
|
states: Record<string, {
|
|
6289
6421
|
busy?: boolean | undefined;
|
|
6290
6422
|
loading?: boolean | undefined;
|
|
@@ -6333,6 +6465,7 @@ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<{
|
|
|
6333
6465
|
_url: string;
|
|
6334
6466
|
};
|
|
6335
6467
|
uniqid: string;
|
|
6468
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
6336
6469
|
}[];
|
|
6337
6470
|
token?: string | undefined;
|
|
6338
6471
|
modal?: {
|
|
@@ -6472,7 +6605,9 @@ declare const MagicPad: {
|
|
|
6472
6605
|
};
|
|
6473
6606
|
}) | ({
|
|
6474
6607
|
layers?: string[] | undefined;
|
|
6475
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
6608
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
6609
|
+
layers?: string[] | undefined;
|
|
6610
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
6476
6611
|
}>, {
|
|
6477
6612
|
idUserLogged: number;
|
|
6478
6613
|
}, {
|
|
@@ -6532,7 +6667,9 @@ declare const MagicPad: {
|
|
|
6532
6667
|
};
|
|
6533
6668
|
}) | ({
|
|
6534
6669
|
layers?: string[] | undefined;
|
|
6535
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
6670
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
6671
|
+
layers?: string[] | undefined;
|
|
6672
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
6536
6673
|
uniqid: string;
|
|
6537
6674
|
locked: boolean;
|
|
6538
6675
|
position?: {
|
|
@@ -6590,7 +6727,9 @@ declare const MagicPad: {
|
|
|
6590
6727
|
};
|
|
6591
6728
|
}) | ({
|
|
6592
6729
|
layers?: string[] | undefined;
|
|
6593
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
6730
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
6731
|
+
layers?: string[] | undefined;
|
|
6732
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
6594
6733
|
states: Record<string, {
|
|
6595
6734
|
busy?: boolean | undefined;
|
|
6596
6735
|
loading?: boolean | undefined;
|
|
@@ -6639,6 +6778,7 @@ declare const MagicPad: {
|
|
|
6639
6778
|
_url: string;
|
|
6640
6779
|
};
|
|
6641
6780
|
uniqid: string;
|
|
6781
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
6642
6782
|
}[];
|
|
6643
6783
|
token?: string | undefined;
|
|
6644
6784
|
modal?: {
|
|
@@ -6735,6 +6875,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6735
6875
|
mainType: string;
|
|
6736
6876
|
uri: string;
|
|
6737
6877
|
title: string;
|
|
6878
|
+
_url: string;
|
|
6738
6879
|
name: string;
|
|
6739
6880
|
Pseudo: string;
|
|
6740
6881
|
class: string;
|
|
@@ -6823,7 +6964,9 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6823
6964
|
};
|
|
6824
6965
|
}) | ({
|
|
6825
6966
|
layers?: string[] | undefined;
|
|
6826
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
6967
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
6968
|
+
layers?: string[] | undefined;
|
|
6969
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
6827
6970
|
}, jamespot_user_api.BaseMessages>, void, {
|
|
6828
6971
|
dispatch: any;
|
|
6829
6972
|
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -6881,7 +7024,9 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6881
7024
|
};
|
|
6882
7025
|
}) | ({
|
|
6883
7026
|
layers?: string[] | undefined;
|
|
6884
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7027
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7028
|
+
layers?: string[] | undefined;
|
|
7029
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
6885
7030
|
uniqid: string;
|
|
6886
7031
|
locked: boolean;
|
|
6887
7032
|
position?: {
|
|
@@ -6939,7 +7084,9 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6939
7084
|
};
|
|
6940
7085
|
}) | ({
|
|
6941
7086
|
layers?: string[] | undefined;
|
|
6942
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7087
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7088
|
+
layers?: string[] | undefined;
|
|
7089
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
6943
7090
|
states: Record<string, {
|
|
6944
7091
|
busy?: boolean | undefined;
|
|
6945
7092
|
loading?: boolean | undefined;
|
|
@@ -6988,6 +7135,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6988
7135
|
_url: string;
|
|
6989
7136
|
};
|
|
6990
7137
|
uniqid: string;
|
|
7138
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
6991
7139
|
}[];
|
|
6992
7140
|
token?: string | undefined;
|
|
6993
7141
|
modal?: {
|
|
@@ -7044,6 +7192,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
7044
7192
|
mainType: string;
|
|
7045
7193
|
uri: string;
|
|
7046
7194
|
title: string;
|
|
7195
|
+
_url: string;
|
|
7047
7196
|
name: string;
|
|
7048
7197
|
Pseudo: string;
|
|
7049
7198
|
class: string;
|
|
@@ -7132,7 +7281,9 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
7132
7281
|
};
|
|
7133
7282
|
}) | ({
|
|
7134
7283
|
layers?: string[] | undefined;
|
|
7135
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7284
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7285
|
+
layers?: string[] | undefined;
|
|
7286
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
7136
7287
|
}, jamespot_user_api.BaseMessages>, number, {
|
|
7137
7288
|
dispatch: any;
|
|
7138
7289
|
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -7190,7 +7341,9 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
7190
7341
|
};
|
|
7191
7342
|
}) | ({
|
|
7192
7343
|
layers?: string[] | undefined;
|
|
7193
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7344
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7345
|
+
layers?: string[] | undefined;
|
|
7346
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
7194
7347
|
uniqid: string;
|
|
7195
7348
|
locked: boolean;
|
|
7196
7349
|
position?: {
|
|
@@ -7248,7 +7401,9 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
7248
7401
|
};
|
|
7249
7402
|
}) | ({
|
|
7250
7403
|
layers?: string[] | undefined;
|
|
7251
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7404
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7405
|
+
layers?: string[] | undefined;
|
|
7406
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
7252
7407
|
states: Record<string, {
|
|
7253
7408
|
busy?: boolean | undefined;
|
|
7254
7409
|
loading?: boolean | undefined;
|
|
@@ -7297,6 +7452,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
7297
7452
|
_url: string;
|
|
7298
7453
|
};
|
|
7299
7454
|
uniqid: string;
|
|
7455
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
7300
7456
|
}[];
|
|
7301
7457
|
token?: string | undefined;
|
|
7302
7458
|
modal?: {
|
|
@@ -7372,7 +7528,9 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
7372
7528
|
};
|
|
7373
7529
|
}) | ({
|
|
7374
7530
|
layers?: string[] | undefined;
|
|
7375
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7531
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7532
|
+
layers?: string[] | undefined;
|
|
7533
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
7376
7534
|
uniqid: string;
|
|
7377
7535
|
locked: boolean;
|
|
7378
7536
|
position?: {
|
|
@@ -7430,7 +7588,9 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
7430
7588
|
};
|
|
7431
7589
|
}) | ({
|
|
7432
7590
|
layers?: string[] | undefined;
|
|
7433
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7591
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7592
|
+
layers?: string[] | undefined;
|
|
7593
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
7434
7594
|
states: Record<string, {
|
|
7435
7595
|
busy?: boolean | undefined;
|
|
7436
7596
|
loading?: boolean | undefined;
|
|
@@ -7479,6 +7639,7 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
7479
7639
|
_url: string;
|
|
7480
7640
|
};
|
|
7481
7641
|
uniqid: string;
|
|
7642
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
7482
7643
|
}[];
|
|
7483
7644
|
token?: string | undefined;
|
|
7484
7645
|
modal?: {
|
|
@@ -7583,7 +7744,9 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
7583
7744
|
};
|
|
7584
7745
|
}) | ({
|
|
7585
7746
|
layers?: string[] | undefined;
|
|
7586
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7747
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7748
|
+
layers?: string[] | undefined;
|
|
7749
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
7587
7750
|
uniqid: string;
|
|
7588
7751
|
locked: boolean;
|
|
7589
7752
|
position?: {
|
|
@@ -7641,7 +7804,9 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
7641
7804
|
};
|
|
7642
7805
|
}) | ({
|
|
7643
7806
|
layers?: string[] | undefined;
|
|
7644
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7807
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7808
|
+
layers?: string[] | undefined;
|
|
7809
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
7645
7810
|
states: Record<string, {
|
|
7646
7811
|
busy?: boolean | undefined;
|
|
7647
7812
|
loading?: boolean | undefined;
|
|
@@ -7690,6 +7855,7 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
7690
7855
|
_url: string;
|
|
7691
7856
|
};
|
|
7692
7857
|
uniqid: string;
|
|
7858
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
7693
7859
|
}[];
|
|
7694
7860
|
token?: string | undefined;
|
|
7695
7861
|
modal?: {
|
|
@@ -7796,7 +7962,9 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
7796
7962
|
};
|
|
7797
7963
|
}) | ({
|
|
7798
7964
|
layers?: string[] | undefined;
|
|
7799
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7965
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7966
|
+
layers?: string[] | undefined;
|
|
7967
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
7800
7968
|
uniqid: string;
|
|
7801
7969
|
locked: boolean;
|
|
7802
7970
|
position?: {
|
|
@@ -7854,7 +8022,9 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
7854
8022
|
};
|
|
7855
8023
|
}) | ({
|
|
7856
8024
|
layers?: string[] | undefined;
|
|
7857
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8025
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8026
|
+
layers?: string[] | undefined;
|
|
8027
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
7858
8028
|
states: Record<string, {
|
|
7859
8029
|
busy?: boolean | undefined;
|
|
7860
8030
|
loading?: boolean | undefined;
|
|
@@ -7903,6 +8073,7 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
7903
8073
|
_url: string;
|
|
7904
8074
|
};
|
|
7905
8075
|
uniqid: string;
|
|
8076
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
7906
8077
|
}[];
|
|
7907
8078
|
token?: string | undefined;
|
|
7908
8079
|
modal?: {
|
|
@@ -7981,7 +8152,9 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
7981
8152
|
};
|
|
7982
8153
|
}) | ({
|
|
7983
8154
|
layers?: string[] | undefined;
|
|
7984
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8155
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8156
|
+
layers?: string[] | undefined;
|
|
8157
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
7985
8158
|
uniqid: string;
|
|
7986
8159
|
locked: boolean;
|
|
7987
8160
|
position?: {
|
|
@@ -8039,7 +8212,9 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
8039
8212
|
};
|
|
8040
8213
|
}) | ({
|
|
8041
8214
|
layers?: string[] | undefined;
|
|
8042
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8215
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8216
|
+
layers?: string[] | undefined;
|
|
8217
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
8043
8218
|
states: Record<string, {
|
|
8044
8219
|
busy?: boolean | undefined;
|
|
8045
8220
|
loading?: boolean | undefined;
|
|
@@ -8088,6 +8263,7 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
8088
8263
|
_url: string;
|
|
8089
8264
|
};
|
|
8090
8265
|
uniqid: string;
|
|
8266
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
8091
8267
|
}[];
|
|
8092
8268
|
token?: string | undefined;
|
|
8093
8269
|
modal?: {
|
|
@@ -8156,6 +8332,7 @@ declare const MediaLibrary: {
|
|
|
8156
8332
|
mainType: string;
|
|
8157
8333
|
uri: string;
|
|
8158
8334
|
title: string;
|
|
8335
|
+
_url: string;
|
|
8159
8336
|
name: string;
|
|
8160
8337
|
Pseudo: string;
|
|
8161
8338
|
class: string;
|
|
@@ -8244,7 +8421,9 @@ declare const MediaLibrary: {
|
|
|
8244
8421
|
};
|
|
8245
8422
|
}) | ({
|
|
8246
8423
|
layers?: string[] | undefined;
|
|
8247
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8424
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8425
|
+
layers?: string[] | undefined;
|
|
8426
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
8248
8427
|
}, jamespot_user_api.BaseMessages>, void, {
|
|
8249
8428
|
dispatch: any;
|
|
8250
8429
|
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -8302,7 +8481,9 @@ declare const MediaLibrary: {
|
|
|
8302
8481
|
};
|
|
8303
8482
|
}) | ({
|
|
8304
8483
|
layers?: string[] | undefined;
|
|
8305
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8484
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8485
|
+
layers?: string[] | undefined;
|
|
8486
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
8306
8487
|
uniqid: string;
|
|
8307
8488
|
locked: boolean;
|
|
8308
8489
|
position?: {
|
|
@@ -8360,7 +8541,9 @@ declare const MediaLibrary: {
|
|
|
8360
8541
|
};
|
|
8361
8542
|
}) | ({
|
|
8362
8543
|
layers?: string[] | undefined;
|
|
8363
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8544
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8545
|
+
layers?: string[] | undefined;
|
|
8546
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
8364
8547
|
states: Record<string, {
|
|
8365
8548
|
busy?: boolean | undefined;
|
|
8366
8549
|
loading?: boolean | undefined;
|
|
@@ -8409,6 +8592,7 @@ declare const MediaLibrary: {
|
|
|
8409
8592
|
_url: string;
|
|
8410
8593
|
};
|
|
8411
8594
|
uniqid: string;
|
|
8595
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
8412
8596
|
}[];
|
|
8413
8597
|
token?: string | undefined;
|
|
8414
8598
|
modal?: {
|
|
@@ -8465,6 +8649,7 @@ declare const MediaLibrary: {
|
|
|
8465
8649
|
mainType: string;
|
|
8466
8650
|
uri: string;
|
|
8467
8651
|
title: string;
|
|
8652
|
+
_url: string;
|
|
8468
8653
|
name: string;
|
|
8469
8654
|
Pseudo: string;
|
|
8470
8655
|
class: string;
|
|
@@ -8553,7 +8738,9 @@ declare const MediaLibrary: {
|
|
|
8553
8738
|
};
|
|
8554
8739
|
}) | ({
|
|
8555
8740
|
layers?: string[] | undefined;
|
|
8556
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8741
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8742
|
+
layers?: string[] | undefined;
|
|
8743
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
8557
8744
|
}, jamespot_user_api.BaseMessages>, number, {
|
|
8558
8745
|
dispatch: any;
|
|
8559
8746
|
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -8611,7 +8798,9 @@ declare const MediaLibrary: {
|
|
|
8611
8798
|
};
|
|
8612
8799
|
}) | ({
|
|
8613
8800
|
layers?: string[] | undefined;
|
|
8614
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8801
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8802
|
+
layers?: string[] | undefined;
|
|
8803
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
8615
8804
|
uniqid: string;
|
|
8616
8805
|
locked: boolean;
|
|
8617
8806
|
position?: {
|
|
@@ -8669,7 +8858,9 @@ declare const MediaLibrary: {
|
|
|
8669
8858
|
};
|
|
8670
8859
|
}) | ({
|
|
8671
8860
|
layers?: string[] | undefined;
|
|
8672
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8861
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8862
|
+
layers?: string[] | undefined;
|
|
8863
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
8673
8864
|
states: Record<string, {
|
|
8674
8865
|
busy?: boolean | undefined;
|
|
8675
8866
|
loading?: boolean | undefined;
|
|
@@ -8718,6 +8909,7 @@ declare const MediaLibrary: {
|
|
|
8718
8909
|
_url: string;
|
|
8719
8910
|
};
|
|
8720
8911
|
uniqid: string;
|
|
8912
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
8721
8913
|
}[];
|
|
8722
8914
|
token?: string | undefined;
|
|
8723
8915
|
modal?: {
|
|
@@ -8793,7 +8985,9 @@ declare const MediaLibrary: {
|
|
|
8793
8985
|
};
|
|
8794
8986
|
}) | ({
|
|
8795
8987
|
layers?: string[] | undefined;
|
|
8796
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8988
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8989
|
+
layers?: string[] | undefined;
|
|
8990
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
8797
8991
|
uniqid: string;
|
|
8798
8992
|
locked: boolean;
|
|
8799
8993
|
position?: {
|
|
@@ -8851,7 +9045,9 @@ declare const MediaLibrary: {
|
|
|
8851
9045
|
};
|
|
8852
9046
|
}) | ({
|
|
8853
9047
|
layers?: string[] | undefined;
|
|
8854
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9048
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9049
|
+
layers?: string[] | undefined;
|
|
9050
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
8855
9051
|
states: Record<string, {
|
|
8856
9052
|
busy?: boolean | undefined;
|
|
8857
9053
|
loading?: boolean | undefined;
|
|
@@ -8900,6 +9096,7 @@ declare const MediaLibrary: {
|
|
|
8900
9096
|
_url: string;
|
|
8901
9097
|
};
|
|
8902
9098
|
uniqid: string;
|
|
9099
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
8903
9100
|
}[];
|
|
8904
9101
|
token?: string | undefined;
|
|
8905
9102
|
modal?: {
|
|
@@ -8978,7 +9175,9 @@ declare const MediaLibrary: {
|
|
|
8978
9175
|
};
|
|
8979
9176
|
}) | ({
|
|
8980
9177
|
layers?: string[] | undefined;
|
|
8981
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9178
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9179
|
+
layers?: string[] | undefined;
|
|
9180
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
8982
9181
|
uniqid: string;
|
|
8983
9182
|
locked: boolean;
|
|
8984
9183
|
position?: {
|
|
@@ -9036,7 +9235,9 @@ declare const MediaLibrary: {
|
|
|
9036
9235
|
};
|
|
9037
9236
|
}) | ({
|
|
9038
9237
|
layers?: string[] | undefined;
|
|
9039
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9238
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9239
|
+
layers?: string[] | undefined;
|
|
9240
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
9040
9241
|
states: Record<string, {
|
|
9041
9242
|
busy?: boolean | undefined;
|
|
9042
9243
|
loading?: boolean | undefined;
|
|
@@ -9085,6 +9286,7 @@ declare const MediaLibrary: {
|
|
|
9085
9286
|
_url: string;
|
|
9086
9287
|
};
|
|
9087
9288
|
uniqid: string;
|
|
9289
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
9088
9290
|
}[];
|
|
9089
9291
|
token?: string | undefined;
|
|
9090
9292
|
modal?: {
|
|
@@ -9191,7 +9393,9 @@ declare const MediaLibrary: {
|
|
|
9191
9393
|
};
|
|
9192
9394
|
}) | ({
|
|
9193
9395
|
layers?: string[] | undefined;
|
|
9194
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9396
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9397
|
+
layers?: string[] | undefined;
|
|
9398
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
9195
9399
|
uniqid: string;
|
|
9196
9400
|
locked: boolean;
|
|
9197
9401
|
position?: {
|
|
@@ -9249,7 +9453,9 @@ declare const MediaLibrary: {
|
|
|
9249
9453
|
};
|
|
9250
9454
|
}) | ({
|
|
9251
9455
|
layers?: string[] | undefined;
|
|
9252
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9456
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9457
|
+
layers?: string[] | undefined;
|
|
9458
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
9253
9459
|
states: Record<string, {
|
|
9254
9460
|
busy?: boolean | undefined;
|
|
9255
9461
|
loading?: boolean | undefined;
|
|
@@ -9298,6 +9504,7 @@ declare const MediaLibrary: {
|
|
|
9298
9504
|
_url: string;
|
|
9299
9505
|
};
|
|
9300
9506
|
uniqid: string;
|
|
9507
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
9301
9508
|
}[];
|
|
9302
9509
|
token?: string | undefined;
|
|
9303
9510
|
modal?: {
|
|
@@ -9402,7 +9609,9 @@ declare const MediaLibrary: {
|
|
|
9402
9609
|
};
|
|
9403
9610
|
}) | ({
|
|
9404
9611
|
layers?: string[] | undefined;
|
|
9405
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9612
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9613
|
+
layers?: string[] | undefined;
|
|
9614
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
9406
9615
|
uniqid: string;
|
|
9407
9616
|
locked: boolean;
|
|
9408
9617
|
position?: {
|
|
@@ -9460,7 +9669,9 @@ declare const MediaLibrary: {
|
|
|
9460
9669
|
};
|
|
9461
9670
|
}) | ({
|
|
9462
9671
|
layers?: string[] | undefined;
|
|
9463
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9672
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9673
|
+
layers?: string[] | undefined;
|
|
9674
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
9464
9675
|
states: Record<string, {
|
|
9465
9676
|
busy?: boolean | undefined;
|
|
9466
9677
|
loading?: boolean | undefined;
|
|
@@ -9509,6 +9720,7 @@ declare const MediaLibrary: {
|
|
|
9509
9720
|
_url: string;
|
|
9510
9721
|
};
|
|
9511
9722
|
uniqid: string;
|
|
9723
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
9512
9724
|
}[];
|
|
9513
9725
|
token?: string | undefined;
|
|
9514
9726
|
modal?: {
|
|
@@ -9976,7 +10188,9 @@ declare const WedocApp: {
|
|
|
9976
10188
|
};
|
|
9977
10189
|
}) | ({
|
|
9978
10190
|
layers?: string[] | undefined;
|
|
9979
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10191
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10192
|
+
layers?: string[] | undefined;
|
|
10193
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
9980
10194
|
uniqid: string;
|
|
9981
10195
|
locked: boolean;
|
|
9982
10196
|
position?: {
|
|
@@ -10034,7 +10248,9 @@ declare const WedocApp: {
|
|
|
10034
10248
|
};
|
|
10035
10249
|
}) | ({
|
|
10036
10250
|
layers?: string[] | undefined;
|
|
10037
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10251
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10252
|
+
layers?: string[] | undefined;
|
|
10253
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
10038
10254
|
states: Record<string, {
|
|
10039
10255
|
busy?: boolean | undefined;
|
|
10040
10256
|
loading?: boolean | undefined;
|
|
@@ -10083,6 +10299,7 @@ declare const WedocApp: {
|
|
|
10083
10299
|
_url: string;
|
|
10084
10300
|
};
|
|
10085
10301
|
uniqid: string;
|
|
10302
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
10086
10303
|
}[];
|
|
10087
10304
|
token?: string | undefined;
|
|
10088
10305
|
modal?: {
|
|
@@ -10195,7 +10412,9 @@ declare const WedocApp: {
|
|
|
10195
10412
|
};
|
|
10196
10413
|
}) | ({
|
|
10197
10414
|
layers?: string[] | undefined;
|
|
10198
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10415
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10416
|
+
layers?: string[] | undefined;
|
|
10417
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
10199
10418
|
uniqid: string;
|
|
10200
10419
|
locked: boolean;
|
|
10201
10420
|
position?: {
|
|
@@ -10253,7 +10472,9 @@ declare const WedocApp: {
|
|
|
10253
10472
|
};
|
|
10254
10473
|
}) | ({
|
|
10255
10474
|
layers?: string[] | undefined;
|
|
10256
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10475
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10476
|
+
layers?: string[] | undefined;
|
|
10477
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
10257
10478
|
states: Record<string, {
|
|
10258
10479
|
busy?: boolean | undefined;
|
|
10259
10480
|
loading?: boolean | undefined;
|
|
@@ -10302,6 +10523,7 @@ declare const WedocApp: {
|
|
|
10302
10523
|
_url: string;
|
|
10303
10524
|
};
|
|
10304
10525
|
uniqid: string;
|
|
10526
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
10305
10527
|
}[];
|
|
10306
10528
|
token?: string | undefined;
|
|
10307
10529
|
modal?: {
|
|
@@ -10397,7 +10619,9 @@ declare const Share: {
|
|
|
10397
10619
|
};
|
|
10398
10620
|
}) | ({
|
|
10399
10621
|
layers?: string[] | undefined;
|
|
10400
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10622
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10623
|
+
layers?: string[] | undefined;
|
|
10624
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
10401
10625
|
uniqid: string;
|
|
10402
10626
|
locked: boolean;
|
|
10403
10627
|
position?: {
|
|
@@ -10455,7 +10679,9 @@ declare const Share: {
|
|
|
10455
10679
|
};
|
|
10456
10680
|
}) | ({
|
|
10457
10681
|
layers?: string[] | undefined;
|
|
10458
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10682
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10683
|
+
layers?: string[] | undefined;
|
|
10684
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
10459
10685
|
states: Record<string, {
|
|
10460
10686
|
busy?: boolean | undefined;
|
|
10461
10687
|
loading?: boolean | undefined;
|
|
@@ -10504,6 +10730,7 @@ declare const Share: {
|
|
|
10504
10730
|
_url: string;
|
|
10505
10731
|
};
|
|
10506
10732
|
uniqid: string;
|
|
10733
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
10507
10734
|
}[];
|
|
10508
10735
|
token?: string | undefined;
|
|
10509
10736
|
modal?: {
|
|
@@ -10630,7 +10857,9 @@ declare const TVDisplay: {
|
|
|
10630
10857
|
};
|
|
10631
10858
|
}) | ({
|
|
10632
10859
|
layers?: string[] | undefined;
|
|
10633
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10860
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10861
|
+
layers?: string[] | undefined;
|
|
10862
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
10634
10863
|
} & {
|
|
10635
10864
|
type: string;
|
|
10636
10865
|
id: number;
|
|
@@ -10764,7 +10993,9 @@ declare const TVDisplay: {
|
|
|
10764
10993
|
};
|
|
10765
10994
|
}) | ({
|
|
10766
10995
|
layers?: string[] | undefined;
|
|
10767
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10996
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10997
|
+
layers?: string[] | undefined;
|
|
10998
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
10768
10999
|
} & {
|
|
10769
11000
|
type: string;
|
|
10770
11001
|
id: number;
|
|
@@ -10904,7 +11135,9 @@ declare const TVDisplay: {
|
|
|
10904
11135
|
};
|
|
10905
11136
|
}) | ({
|
|
10906
11137
|
layers?: string[] | undefined;
|
|
10907
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11138
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11139
|
+
layers?: string[] | undefined;
|
|
11140
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
10908
11141
|
} & {
|
|
10909
11142
|
type: string;
|
|
10910
11143
|
id: number;
|
|
@@ -11038,7 +11271,9 @@ declare const TVDisplay: {
|
|
|
11038
11271
|
};
|
|
11039
11272
|
}) | ({
|
|
11040
11273
|
layers?: string[] | undefined;
|
|
11041
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11274
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11275
|
+
layers?: string[] | undefined;
|
|
11276
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
11042
11277
|
} & {
|
|
11043
11278
|
type: string;
|
|
11044
11279
|
id: number;
|
|
@@ -11143,7 +11378,9 @@ declare const TVDisplay: {
|
|
|
11143
11378
|
};
|
|
11144
11379
|
}) | ({
|
|
11145
11380
|
layers?: string[] | undefined;
|
|
11146
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11381
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11382
|
+
layers?: string[] | undefined;
|
|
11383
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
11147
11384
|
uniqid: string;
|
|
11148
11385
|
locked: boolean;
|
|
11149
11386
|
position?: {
|
|
@@ -11201,7 +11438,9 @@ declare const TVDisplay: {
|
|
|
11201
11438
|
};
|
|
11202
11439
|
}) | ({
|
|
11203
11440
|
layers?: string[] | undefined;
|
|
11204
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11441
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11442
|
+
layers?: string[] | undefined;
|
|
11443
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
11205
11444
|
states: Record<string, {
|
|
11206
11445
|
busy?: boolean | undefined;
|
|
11207
11446
|
loading?: boolean | undefined;
|
|
@@ -11250,6 +11489,7 @@ declare const TVDisplay: {
|
|
|
11250
11489
|
_url: string;
|
|
11251
11490
|
};
|
|
11252
11491
|
uniqid: string;
|
|
11492
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
11253
11493
|
}[];
|
|
11254
11494
|
token?: string | undefined;
|
|
11255
11495
|
modal?: {
|
|
@@ -11355,7 +11595,9 @@ declare const TVDisplay: {
|
|
|
11355
11595
|
};
|
|
11356
11596
|
}) | ({
|
|
11357
11597
|
layers?: string[] | undefined;
|
|
11358
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11598
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11599
|
+
layers?: string[] | undefined;
|
|
11600
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
11359
11601
|
} & {
|
|
11360
11602
|
type: string;
|
|
11361
11603
|
id: number;
|
|
@@ -11489,7 +11731,9 @@ declare const TVDisplay: {
|
|
|
11489
11731
|
};
|
|
11490
11732
|
}) | ({
|
|
11491
11733
|
layers?: string[] | undefined;
|
|
11492
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11734
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11735
|
+
layers?: string[] | undefined;
|
|
11736
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
11493
11737
|
} & {
|
|
11494
11738
|
type: string;
|
|
11495
11739
|
id: number;
|
|
@@ -11595,7 +11839,9 @@ declare const TVDisplay: {
|
|
|
11595
11839
|
};
|
|
11596
11840
|
}) | ({
|
|
11597
11841
|
layers?: string[] | undefined;
|
|
11598
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11842
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11843
|
+
layers?: string[] | undefined;
|
|
11844
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
11599
11845
|
uniqid: string;
|
|
11600
11846
|
locked: boolean;
|
|
11601
11847
|
position?: {
|
|
@@ -11653,7 +11899,9 @@ declare const TVDisplay: {
|
|
|
11653
11899
|
};
|
|
11654
11900
|
}) | ({
|
|
11655
11901
|
layers?: string[] | undefined;
|
|
11656
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11902
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11903
|
+
layers?: string[] | undefined;
|
|
11904
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
11657
11905
|
states: Record<string, {
|
|
11658
11906
|
busy?: boolean | undefined;
|
|
11659
11907
|
loading?: boolean | undefined;
|
|
@@ -11702,6 +11950,7 @@ declare const TVDisplay: {
|
|
|
11702
11950
|
_url: string;
|
|
11703
11951
|
};
|
|
11704
11952
|
uniqid: string;
|
|
11953
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
11705
11954
|
}[];
|
|
11706
11955
|
token?: string | undefined;
|
|
11707
11956
|
modal?: {
|
|
@@ -11834,6 +12083,9 @@ declare const WIDGET_ARTICLE_ATTACHMENT = "widget-article-attachment";
|
|
|
11834
12083
|
declare const WIDGET_CHECK_LIST = "widget-check-list";
|
|
11835
12084
|
declare const WIDGET_CHECK_LIST_LABEL = "WIDGET_Check_List";
|
|
11836
12085
|
declare const WIDGET_CHECK_LIST_DESCRIPTION = "WIDGET_Check_List_Description";
|
|
12086
|
+
declare const WIDGET_QUICK_SURVEY = "widget-quick-survey";
|
|
12087
|
+
declare const WIDGET_QUICK_SURVEY_LABEL = "WIDGET_Quick_Survey";
|
|
12088
|
+
declare const WIDGET_QUICK_SURVEY_DESCRIPTION = "WIDGET_Quick_Survey_Text";
|
|
11837
12089
|
|
|
11838
12090
|
declare const WIDGETS_WIDGET_ARTICLE_TITLE: typeof WIDGET_ARTICLE_TITLE;
|
|
11839
12091
|
declare const WIDGETS_WIDGET_ARTICLE_TEXT: typeof WIDGET_ARTICLE_TEXT;
|
|
@@ -11844,6 +12096,9 @@ declare const WIDGETS_WIDGET_ARTICLE_ATTACHMENT: typeof WIDGET_ARTICLE_ATTACHMEN
|
|
|
11844
12096
|
declare const WIDGETS_WIDGET_CHECK_LIST: typeof WIDGET_CHECK_LIST;
|
|
11845
12097
|
declare const WIDGETS_WIDGET_CHECK_LIST_LABEL: typeof WIDGET_CHECK_LIST_LABEL;
|
|
11846
12098
|
declare const WIDGETS_WIDGET_CHECK_LIST_DESCRIPTION: typeof WIDGET_CHECK_LIST_DESCRIPTION;
|
|
12099
|
+
declare const WIDGETS_WIDGET_QUICK_SURVEY: typeof WIDGET_QUICK_SURVEY;
|
|
12100
|
+
declare const WIDGETS_WIDGET_QUICK_SURVEY_LABEL: typeof WIDGET_QUICK_SURVEY_LABEL;
|
|
12101
|
+
declare const WIDGETS_WIDGET_QUICK_SURVEY_DESCRIPTION: typeof WIDGET_QUICK_SURVEY_DESCRIPTION;
|
|
11847
12102
|
declare namespace WIDGETS {
|
|
11848
12103
|
export {
|
|
11849
12104
|
WIDGETS_WIDGET_ARTICLE_TITLE as WIDGET_ARTICLE_TITLE,
|
|
@@ -11855,6 +12110,9 @@ declare namespace WIDGETS {
|
|
|
11855
12110
|
WIDGETS_WIDGET_CHECK_LIST as WIDGET_CHECK_LIST,
|
|
11856
12111
|
WIDGETS_WIDGET_CHECK_LIST_LABEL as WIDGET_CHECK_LIST_LABEL,
|
|
11857
12112
|
WIDGETS_WIDGET_CHECK_LIST_DESCRIPTION as WIDGET_CHECK_LIST_DESCRIPTION,
|
|
12113
|
+
WIDGETS_WIDGET_QUICK_SURVEY as WIDGET_QUICK_SURVEY,
|
|
12114
|
+
WIDGETS_WIDGET_QUICK_SURVEY_LABEL as WIDGET_QUICK_SURVEY_LABEL,
|
|
12115
|
+
WIDGETS_WIDGET_QUICK_SURVEY_DESCRIPTION as WIDGET_QUICK_SURVEY_DESCRIPTION,
|
|
11858
12116
|
};
|
|
11859
12117
|
}
|
|
11860
12118
|
|
|
@@ -11916,7 +12174,9 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
|
|
|
11916
12174
|
};
|
|
11917
12175
|
}) | ({
|
|
11918
12176
|
layers?: string[] | undefined;
|
|
11919
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12177
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12178
|
+
layers?: string[] | undefined;
|
|
12179
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
11920
12180
|
} & (jamespot_user_api.WidgetArticleAttachmentContent | {
|
|
11921
12181
|
url?: string | undefined;
|
|
11922
12182
|
target?: string | undefined;
|
|
@@ -11985,8 +12245,20 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
|
|
|
11985
12245
|
} | {
|
|
11986
12246
|
limit?: number | boolean | undefined;
|
|
11987
12247
|
limitValue?: number | undefined;
|
|
11988
|
-
closing?: boolean | undefined;
|
|
11989
|
-
isClosed?: boolean | undefined;
|
|
12248
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
12249
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
12250
|
+
} | {
|
|
12251
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
12252
|
+
arr?: jamespot_user_api.WidgetQuickSurveyContentArr[] | undefined;
|
|
12253
|
+
css?: Record<string, string> | undefined;
|
|
12254
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
12255
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
12256
|
+
open?: boolean | 0 | 1 | undefined;
|
|
12257
|
+
multi?: boolean | 0 | 1 | undefined;
|
|
12258
|
+
showResult?: boolean | 0 | 1 | undefined;
|
|
12259
|
+
isNotDisabled?: boolean | 0 | 1 | undefined;
|
|
12260
|
+
seeResponseAfter?: boolean | 0 | 1 | undefined;
|
|
12261
|
+
anonymize?: boolean | 0 | 1 | undefined;
|
|
11990
12262
|
})>;
|
|
11991
12263
|
override?: boolean;
|
|
11992
12264
|
};
|
|
@@ -12053,7 +12325,9 @@ declare const Widget: {
|
|
|
12053
12325
|
};
|
|
12054
12326
|
}) | ({
|
|
12055
12327
|
layers?: string[] | undefined;
|
|
12056
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12328
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12329
|
+
layers?: string[] | undefined;
|
|
12330
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
12057
12331
|
uniqid: string;
|
|
12058
12332
|
locked: boolean;
|
|
12059
12333
|
position?: {
|
|
@@ -12111,7 +12385,9 @@ declare const Widget: {
|
|
|
12111
12385
|
};
|
|
12112
12386
|
}) | ({
|
|
12113
12387
|
layers?: string[] | undefined;
|
|
12114
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12388
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12389
|
+
layers?: string[] | undefined;
|
|
12390
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
12115
12391
|
states: Record<string, {
|
|
12116
12392
|
busy?: boolean | undefined;
|
|
12117
12393
|
loading?: boolean | undefined;
|
|
@@ -12160,6 +12436,7 @@ declare const Widget: {
|
|
|
12160
12436
|
_url: string;
|
|
12161
12437
|
};
|
|
12162
12438
|
uniqid: string;
|
|
12439
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
12163
12440
|
}[];
|
|
12164
12441
|
token?: string | undefined;
|
|
12165
12442
|
modal?: {
|
|
@@ -12221,7 +12498,9 @@ declare const Widget: {
|
|
|
12221
12498
|
};
|
|
12222
12499
|
}) | ({
|
|
12223
12500
|
layers?: string[] | undefined;
|
|
12224
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12501
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12502
|
+
layers?: string[] | undefined;
|
|
12503
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>;
|
|
12225
12504
|
};
|
|
12226
12505
|
type: string;
|
|
12227
12506
|
}) => void;
|
|
@@ -12300,7 +12579,9 @@ declare const Widget: {
|
|
|
12300
12579
|
};
|
|
12301
12580
|
}) | ({
|
|
12302
12581
|
layers?: string[] | undefined;
|
|
12303
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12582
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12583
|
+
layers?: string[] | undefined;
|
|
12584
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
12304
12585
|
} & (jamespot_user_api.WidgetArticleAttachmentContent | {
|
|
12305
12586
|
url?: string | undefined;
|
|
12306
12587
|
target?: string | undefined;
|
|
@@ -12369,8 +12650,20 @@ declare const Widget: {
|
|
|
12369
12650
|
} | {
|
|
12370
12651
|
limit?: number | boolean | undefined;
|
|
12371
12652
|
limitValue?: number | undefined;
|
|
12372
|
-
closing?: boolean | undefined;
|
|
12373
|
-
isClosed?: boolean | undefined;
|
|
12653
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
12654
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
12655
|
+
} | {
|
|
12656
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
12657
|
+
arr?: jamespot_user_api.WidgetQuickSurveyContentArr[] | undefined;
|
|
12658
|
+
css?: Record<string, string> | undefined;
|
|
12659
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
12660
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
12661
|
+
open?: boolean | 0 | 1 | undefined;
|
|
12662
|
+
multi?: boolean | 0 | 1 | undefined;
|
|
12663
|
+
showResult?: boolean | 0 | 1 | undefined;
|
|
12664
|
+
isNotDisabled?: boolean | 0 | 1 | undefined;
|
|
12665
|
+
seeResponseAfter?: boolean | 0 | 1 | undefined;
|
|
12666
|
+
anonymize?: boolean | 0 | 1 | undefined;
|
|
12374
12667
|
})>;
|
|
12375
12668
|
override?: boolean;
|
|
12376
12669
|
};
|
|
@@ -12379,6 +12672,7 @@ declare const Widget: {
|
|
|
12379
12672
|
registerWidgetRTObject: (state: Draft<S>, action: {
|
|
12380
12673
|
payload: {
|
|
12381
12674
|
uniqid: string;
|
|
12675
|
+
fn: jamespot_user_api.WidgetFunctions;
|
|
12382
12676
|
object: jamespot_user_api.jObjectLittle;
|
|
12383
12677
|
};
|
|
12384
12678
|
type: string;
|
|
@@ -12454,7 +12748,9 @@ declare const Widget: {
|
|
|
12454
12748
|
};
|
|
12455
12749
|
}) | ({
|
|
12456
12750
|
layers?: string[] | undefined;
|
|
12457
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12751
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12752
|
+
layers?: string[] | undefined;
|
|
12753
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>;
|
|
12458
12754
|
};
|
|
12459
12755
|
type: string;
|
|
12460
12756
|
}) => void;
|
|
@@ -12538,7 +12834,7 @@ declare const Widget: {
|
|
|
12538
12834
|
}) => void;
|
|
12539
12835
|
flushModal: (state: Draft<S>) => void;
|
|
12540
12836
|
}, "widgets">;
|
|
12541
|
-
getWidgetRTHandlers: (dispatch: RTDispatch, uniqid: string) => jamespot_user_api.RTMessageHandler<"WIDGET",
|
|
12837
|
+
getWidgetRTHandlers: (dispatch: RTDispatch, uniqid: string) => jamespot_user_api.RTMessageHandler<"WIDGET", jamespot_user_api.WidgetFunctions>[];
|
|
12542
12838
|
selectors: {
|
|
12543
12839
|
isActive: (state: WidgetsRootState, uniqid: string) => boolean;
|
|
12544
12840
|
selectToken: (state: WidgetsRootState) => string | undefined;
|
|
@@ -12592,7 +12888,9 @@ declare const Widget: {
|
|
|
12592
12888
|
};
|
|
12593
12889
|
}) | ({
|
|
12594
12890
|
layers?: string[] | undefined;
|
|
12595
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12891
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12892
|
+
layers?: string[] | undefined;
|
|
12893
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
12596
12894
|
selectWidget: (state: WidgetsRootState, uniqid: string) => jamespot_user_api.WidgetWrapperGeneric<({
|
|
12597
12895
|
layers?: string[] | undefined;
|
|
12598
12896
|
} & jamespot_user_api.WidgetArticleAttachmentType) | ({
|
|
@@ -12643,7 +12941,9 @@ declare const Widget: {
|
|
|
12643
12941
|
};
|
|
12644
12942
|
}) | ({
|
|
12645
12943
|
layers?: string[] | undefined;
|
|
12646
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12944
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12945
|
+
layers?: string[] | undefined;
|
|
12946
|
+
} & jamespot_user_api.WidgetQuickSurveyType)> | undefined;
|
|
12647
12947
|
selectWidgetState: (state: WidgetsRootState, uniqid: string) => {
|
|
12648
12948
|
busy?: boolean | undefined;
|
|
12649
12949
|
loading?: boolean | undefined;
|
|
@@ -12667,6 +12967,7 @@ declare const Widget: {
|
|
|
12667
12967
|
title?: string | undefined;
|
|
12668
12968
|
_url?: string | undefined;
|
|
12669
12969
|
} | undefined;
|
|
12970
|
+
selectWidgetObjectUri: (state: WidgetsRootState, uniqid: string) => string | undefined;
|
|
12670
12971
|
selectWidgetAuthor: (state: WidgetsRootState, uniqid: string) => zod.objectOutputType<{
|
|
12671
12972
|
id: zod.ZodOptional<zod.ZodType<number, zod.ZodTypeDef, number>>;
|
|
12672
12973
|
mainType: zod.ZodOptional<zod.ZodType<string, zod.ZodTypeDef, string>>;
|
|
@@ -12690,6 +12991,7 @@ declare const Widget: {
|
|
|
12690
12991
|
_url: string;
|
|
12691
12992
|
};
|
|
12692
12993
|
uniqid: string;
|
|
12994
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
12693
12995
|
}[];
|
|
12694
12996
|
selectFlushedWidgets: (state: WidgetsRootState) => string[];
|
|
12695
12997
|
};
|
|
@@ -12699,6 +13001,7 @@ type EditorProps = {
|
|
|
12699
13001
|
uniqid: string;
|
|
12700
13002
|
name: WidgetKeys;
|
|
12701
13003
|
position: 'left' | 'right';
|
|
13004
|
+
mode: WidgetDisplayMode;
|
|
12702
13005
|
popup?: boolean;
|
|
12703
13006
|
view?: React$1.ReactNode;
|
|
12704
13007
|
onSave?: <T = CombinedWidgetContent>(content: Partial<T>) => void;
|
|
@@ -12711,7 +13014,9 @@ type EditorsRootState = {
|
|
|
12711
13014
|
};
|
|
12712
13015
|
declare const WidgetEditor: {
|
|
12713
13016
|
slice: _reduxjs_toolkit.Slice<EditorsState, {
|
|
12714
|
-
registerEditor: (state: Draft<S>, action: PayloadAction<Pick<EditorProps, 'name' | 'onSave' | 'uniqid'
|
|
13017
|
+
registerEditor: (state: Draft<S>, action: PayloadAction<Pick<EditorProps, 'name' | 'onSave' | 'uniqid'> & {
|
|
13018
|
+
mode?: WidgetDisplayMode;
|
|
13019
|
+
}>) => void;
|
|
12715
13020
|
registerEditorPopup: (state: Draft<S>, action: PayloadAction<{
|
|
12716
13021
|
uniqid: string;
|
|
12717
13022
|
view: React$1.ReactNode;
|
|
@@ -13750,7 +14055,7 @@ interface InstalledApp {
|
|
|
13750
14055
|
color: string;
|
|
13751
14056
|
url: string;
|
|
13752
14057
|
type: string;
|
|
13753
|
-
urlTarget:
|
|
14058
|
+
urlTarget: "_blank";
|
|
13754
14059
|
description: string;
|
|
13755
14060
|
order: number;
|
|
13756
14061
|
studioVersion: number;
|
|
@@ -14057,7 +14362,9 @@ declare const studio: {
|
|
|
14057
14362
|
};
|
|
14058
14363
|
}) | ({
|
|
14059
14364
|
layers?: string[] | undefined;
|
|
14060
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14365
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14366
|
+
layers?: string[] | undefined;
|
|
14367
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14061
14368
|
uniqid: string;
|
|
14062
14369
|
locked: boolean;
|
|
14063
14370
|
position?: {
|
|
@@ -14115,7 +14422,9 @@ declare const studio: {
|
|
|
14115
14422
|
};
|
|
14116
14423
|
}) | ({
|
|
14117
14424
|
layers?: string[] | undefined;
|
|
14118
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14425
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14426
|
+
layers?: string[] | undefined;
|
|
14427
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
14119
14428
|
states: Record<string, {
|
|
14120
14429
|
busy?: boolean | undefined;
|
|
14121
14430
|
loading?: boolean | undefined;
|
|
@@ -14164,6 +14473,7 @@ declare const studio: {
|
|
|
14164
14473
|
_url: string;
|
|
14165
14474
|
};
|
|
14166
14475
|
uniqid: string;
|
|
14476
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
14167
14477
|
}[];
|
|
14168
14478
|
token?: string | undefined;
|
|
14169
14479
|
modal?: {
|
|
@@ -14242,7 +14552,9 @@ declare const studio: {
|
|
|
14242
14552
|
};
|
|
14243
14553
|
}) | ({
|
|
14244
14554
|
layers?: string[] | undefined;
|
|
14245
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14555
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14556
|
+
layers?: string[] | undefined;
|
|
14557
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14246
14558
|
uniqid: string;
|
|
14247
14559
|
locked: boolean;
|
|
14248
14560
|
position?: {
|
|
@@ -14300,7 +14612,9 @@ declare const studio: {
|
|
|
14300
14612
|
};
|
|
14301
14613
|
}) | ({
|
|
14302
14614
|
layers?: string[] | undefined;
|
|
14303
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14615
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14616
|
+
layers?: string[] | undefined;
|
|
14617
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
14304
14618
|
states: Record<string, {
|
|
14305
14619
|
busy?: boolean | undefined;
|
|
14306
14620
|
loading?: boolean | undefined;
|
|
@@ -14349,6 +14663,7 @@ declare const studio: {
|
|
|
14349
14663
|
_url: string;
|
|
14350
14664
|
};
|
|
14351
14665
|
uniqid: string;
|
|
14666
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
14352
14667
|
}[];
|
|
14353
14668
|
token?: string | undefined;
|
|
14354
14669
|
modal?: {
|
|
@@ -14426,7 +14741,9 @@ declare const studio: {
|
|
|
14426
14741
|
};
|
|
14427
14742
|
}) | ({
|
|
14428
14743
|
layers?: string[] | undefined;
|
|
14429
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14744
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14745
|
+
layers?: string[] | undefined;
|
|
14746
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14430
14747
|
uniqid: string;
|
|
14431
14748
|
locked: boolean;
|
|
14432
14749
|
position?: {
|
|
@@ -14484,7 +14801,9 @@ declare const studio: {
|
|
|
14484
14801
|
};
|
|
14485
14802
|
}) | ({
|
|
14486
14803
|
layers?: string[] | undefined;
|
|
14487
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14804
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14805
|
+
layers?: string[] | undefined;
|
|
14806
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
14488
14807
|
states: Record<string, {
|
|
14489
14808
|
busy?: boolean | undefined;
|
|
14490
14809
|
loading?: boolean | undefined;
|
|
@@ -14533,6 +14852,7 @@ declare const studio: {
|
|
|
14533
14852
|
_url: string;
|
|
14534
14853
|
};
|
|
14535
14854
|
uniqid: string;
|
|
14855
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
14536
14856
|
}[];
|
|
14537
14857
|
token?: string | undefined;
|
|
14538
14858
|
modal?: {
|
|
@@ -14610,7 +14930,9 @@ declare const studio: {
|
|
|
14610
14930
|
};
|
|
14611
14931
|
}) | ({
|
|
14612
14932
|
layers?: string[] | undefined;
|
|
14613
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14933
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14934
|
+
layers?: string[] | undefined;
|
|
14935
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14614
14936
|
uniqid: string;
|
|
14615
14937
|
locked: boolean;
|
|
14616
14938
|
position?: {
|
|
@@ -14668,7 +14990,9 @@ declare const studio: {
|
|
|
14668
14990
|
};
|
|
14669
14991
|
}) | ({
|
|
14670
14992
|
layers?: string[] | undefined;
|
|
14671
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14993
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14994
|
+
layers?: string[] | undefined;
|
|
14995
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
14672
14996
|
states: Record<string, {
|
|
14673
14997
|
busy?: boolean | undefined;
|
|
14674
14998
|
loading?: boolean | undefined;
|
|
@@ -14717,6 +15041,7 @@ declare const studio: {
|
|
|
14717
15041
|
_url: string;
|
|
14718
15042
|
};
|
|
14719
15043
|
uniqid: string;
|
|
15044
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
14720
15045
|
}[];
|
|
14721
15046
|
token?: string | undefined;
|
|
14722
15047
|
modal?: {
|
|
@@ -14795,7 +15120,9 @@ declare const studio: {
|
|
|
14795
15120
|
};
|
|
14796
15121
|
}) | ({
|
|
14797
15122
|
layers?: string[] | undefined;
|
|
14798
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15123
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15124
|
+
layers?: string[] | undefined;
|
|
15125
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14799
15126
|
uniqid: string;
|
|
14800
15127
|
locked: boolean;
|
|
14801
15128
|
position?: {
|
|
@@ -14853,7 +15180,9 @@ declare const studio: {
|
|
|
14853
15180
|
};
|
|
14854
15181
|
}) | ({
|
|
14855
15182
|
layers?: string[] | undefined;
|
|
14856
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15183
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15184
|
+
layers?: string[] | undefined;
|
|
15185
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
14857
15186
|
states: Record<string, {
|
|
14858
15187
|
busy?: boolean | undefined;
|
|
14859
15188
|
loading?: boolean | undefined;
|
|
@@ -14902,6 +15231,7 @@ declare const studio: {
|
|
|
14902
15231
|
_url: string;
|
|
14903
15232
|
};
|
|
14904
15233
|
uniqid: string;
|
|
15234
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
14905
15235
|
}[];
|
|
14906
15236
|
token?: string | undefined;
|
|
14907
15237
|
modal?: {
|
|
@@ -14980,7 +15310,9 @@ declare const studio: {
|
|
|
14980
15310
|
};
|
|
14981
15311
|
}) | ({
|
|
14982
15312
|
layers?: string[] | undefined;
|
|
14983
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15313
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15314
|
+
layers?: string[] | undefined;
|
|
15315
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14984
15316
|
uniqid: string;
|
|
14985
15317
|
locked: boolean;
|
|
14986
15318
|
position?: {
|
|
@@ -15038,7 +15370,9 @@ declare const studio: {
|
|
|
15038
15370
|
};
|
|
15039
15371
|
}) | ({
|
|
15040
15372
|
layers?: string[] | undefined;
|
|
15041
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15373
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15374
|
+
layers?: string[] | undefined;
|
|
15375
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
15042
15376
|
states: Record<string, {
|
|
15043
15377
|
busy?: boolean | undefined;
|
|
15044
15378
|
loading?: boolean | undefined;
|
|
@@ -15087,6 +15421,7 @@ declare const studio: {
|
|
|
15087
15421
|
_url: string;
|
|
15088
15422
|
};
|
|
15089
15423
|
uniqid: string;
|
|
15424
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
15090
15425
|
}[];
|
|
15091
15426
|
token?: string | undefined;
|
|
15092
15427
|
modal?: {
|
|
@@ -15165,7 +15500,9 @@ declare const studio: {
|
|
|
15165
15500
|
};
|
|
15166
15501
|
}) | ({
|
|
15167
15502
|
layers?: string[] | undefined;
|
|
15168
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15503
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15504
|
+
layers?: string[] | undefined;
|
|
15505
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
15169
15506
|
uniqid: string;
|
|
15170
15507
|
locked: boolean;
|
|
15171
15508
|
position?: {
|
|
@@ -15223,7 +15560,9 @@ declare const studio: {
|
|
|
15223
15560
|
};
|
|
15224
15561
|
}) | ({
|
|
15225
15562
|
layers?: string[] | undefined;
|
|
15226
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15563
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15564
|
+
layers?: string[] | undefined;
|
|
15565
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
15227
15566
|
states: Record<string, {
|
|
15228
15567
|
busy?: boolean | undefined;
|
|
15229
15568
|
loading?: boolean | undefined;
|
|
@@ -15272,6 +15611,7 @@ declare const studio: {
|
|
|
15272
15611
|
_url: string;
|
|
15273
15612
|
};
|
|
15274
15613
|
uniqid: string;
|
|
15614
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
15275
15615
|
}[];
|
|
15276
15616
|
token?: string | undefined;
|
|
15277
15617
|
modal?: {
|
|
@@ -15347,7 +15687,9 @@ declare const studio: {
|
|
|
15347
15687
|
};
|
|
15348
15688
|
}) | ({
|
|
15349
15689
|
layers?: string[] | undefined;
|
|
15350
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15690
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15691
|
+
layers?: string[] | undefined;
|
|
15692
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
15351
15693
|
uniqid: string;
|
|
15352
15694
|
locked: boolean;
|
|
15353
15695
|
position?: {
|
|
@@ -15405,7 +15747,9 @@ declare const studio: {
|
|
|
15405
15747
|
};
|
|
15406
15748
|
}) | ({
|
|
15407
15749
|
layers?: string[] | undefined;
|
|
15408
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15750
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15751
|
+
layers?: string[] | undefined;
|
|
15752
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
15409
15753
|
states: Record<string, {
|
|
15410
15754
|
busy?: boolean | undefined;
|
|
15411
15755
|
loading?: boolean | undefined;
|
|
@@ -15454,6 +15798,7 @@ declare const studio: {
|
|
|
15454
15798
|
_url: string;
|
|
15455
15799
|
};
|
|
15456
15800
|
uniqid: string;
|
|
15801
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
15457
15802
|
}[];
|
|
15458
15803
|
token?: string | undefined;
|
|
15459
15804
|
modal?: {
|
|
@@ -15531,7 +15876,9 @@ declare const studio: {
|
|
|
15531
15876
|
};
|
|
15532
15877
|
}) | ({
|
|
15533
15878
|
layers?: string[] | undefined;
|
|
15534
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15879
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15880
|
+
layers?: string[] | undefined;
|
|
15881
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
15535
15882
|
uniqid: string;
|
|
15536
15883
|
locked: boolean;
|
|
15537
15884
|
position?: {
|
|
@@ -15589,7 +15936,9 @@ declare const studio: {
|
|
|
15589
15936
|
};
|
|
15590
15937
|
}) | ({
|
|
15591
15938
|
layers?: string[] | undefined;
|
|
15592
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15939
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15940
|
+
layers?: string[] | undefined;
|
|
15941
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
15593
15942
|
states: Record<string, {
|
|
15594
15943
|
busy?: boolean | undefined;
|
|
15595
15944
|
loading?: boolean | undefined;
|
|
@@ -15638,6 +15987,7 @@ declare const studio: {
|
|
|
15638
15987
|
_url: string;
|
|
15639
15988
|
};
|
|
15640
15989
|
uniqid: string;
|
|
15990
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
15641
15991
|
}[];
|
|
15642
15992
|
token?: string | undefined;
|
|
15643
15993
|
modal?: {
|
|
@@ -15715,7 +16065,9 @@ declare const studio: {
|
|
|
15715
16065
|
};
|
|
15716
16066
|
}) | ({
|
|
15717
16067
|
layers?: string[] | undefined;
|
|
15718
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
16068
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
16069
|
+
layers?: string[] | undefined;
|
|
16070
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
15719
16071
|
uniqid: string;
|
|
15720
16072
|
locked: boolean;
|
|
15721
16073
|
position?: {
|
|
@@ -15773,7 +16125,9 @@ declare const studio: {
|
|
|
15773
16125
|
};
|
|
15774
16126
|
}) | ({
|
|
15775
16127
|
layers?: string[] | undefined;
|
|
15776
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
16128
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
16129
|
+
layers?: string[] | undefined;
|
|
16130
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
15777
16131
|
states: Record<string, {
|
|
15778
16132
|
busy?: boolean | undefined;
|
|
15779
16133
|
loading?: boolean | undefined;
|
|
@@ -15822,6 +16176,7 @@ declare const studio: {
|
|
|
15822
16176
|
_url: string;
|
|
15823
16177
|
};
|
|
15824
16178
|
uniqid: string;
|
|
16179
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
15825
16180
|
}[];
|
|
15826
16181
|
token?: string | undefined;
|
|
15827
16182
|
modal?: {
|