jamespot-front-business 1.1.76 → 1.1.77
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 +486 -133
- 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?: {
|
|
@@ -6823,7 +6963,9 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6823
6963
|
};
|
|
6824
6964
|
}) | ({
|
|
6825
6965
|
layers?: string[] | undefined;
|
|
6826
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
6966
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
6967
|
+
layers?: string[] | undefined;
|
|
6968
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
6827
6969
|
}, jamespot_user_api.BaseMessages>, void, {
|
|
6828
6970
|
dispatch: any;
|
|
6829
6971
|
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -6881,7 +7023,9 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6881
7023
|
};
|
|
6882
7024
|
}) | ({
|
|
6883
7025
|
layers?: string[] | undefined;
|
|
6884
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7026
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7027
|
+
layers?: string[] | undefined;
|
|
7028
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
6885
7029
|
uniqid: string;
|
|
6886
7030
|
locked: boolean;
|
|
6887
7031
|
position?: {
|
|
@@ -6939,7 +7083,9 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6939
7083
|
};
|
|
6940
7084
|
}) | ({
|
|
6941
7085
|
layers?: string[] | undefined;
|
|
6942
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7086
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7087
|
+
layers?: string[] | undefined;
|
|
7088
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
6943
7089
|
states: Record<string, {
|
|
6944
7090
|
busy?: boolean | undefined;
|
|
6945
7091
|
loading?: boolean | undefined;
|
|
@@ -6988,6 +7134,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
6988
7134
|
_url: string;
|
|
6989
7135
|
};
|
|
6990
7136
|
uniqid: string;
|
|
7137
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
6991
7138
|
}[];
|
|
6992
7139
|
token?: string | undefined;
|
|
6993
7140
|
modal?: {
|
|
@@ -7132,7 +7279,9 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
7132
7279
|
};
|
|
7133
7280
|
}) | ({
|
|
7134
7281
|
layers?: string[] | undefined;
|
|
7135
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7282
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7283
|
+
layers?: string[] | undefined;
|
|
7284
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
7136
7285
|
}, jamespot_user_api.BaseMessages>, number, {
|
|
7137
7286
|
dispatch: any;
|
|
7138
7287
|
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -7190,7 +7339,9 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
7190
7339
|
};
|
|
7191
7340
|
}) | ({
|
|
7192
7341
|
layers?: string[] | undefined;
|
|
7193
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7342
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7343
|
+
layers?: string[] | undefined;
|
|
7344
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
7194
7345
|
uniqid: string;
|
|
7195
7346
|
locked: boolean;
|
|
7196
7347
|
position?: {
|
|
@@ -7248,7 +7399,9 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
7248
7399
|
};
|
|
7249
7400
|
}) | ({
|
|
7250
7401
|
layers?: string[] | undefined;
|
|
7251
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7402
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7403
|
+
layers?: string[] | undefined;
|
|
7404
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
7252
7405
|
states: Record<string, {
|
|
7253
7406
|
busy?: boolean | undefined;
|
|
7254
7407
|
loading?: boolean | undefined;
|
|
@@ -7297,6 +7450,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
7297
7450
|
_url: string;
|
|
7298
7451
|
};
|
|
7299
7452
|
uniqid: string;
|
|
7453
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
7300
7454
|
}[];
|
|
7301
7455
|
token?: string | undefined;
|
|
7302
7456
|
modal?: {
|
|
@@ -7372,7 +7526,9 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
7372
7526
|
};
|
|
7373
7527
|
}) | ({
|
|
7374
7528
|
layers?: string[] | undefined;
|
|
7375
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7529
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7530
|
+
layers?: string[] | undefined;
|
|
7531
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
7376
7532
|
uniqid: string;
|
|
7377
7533
|
locked: boolean;
|
|
7378
7534
|
position?: {
|
|
@@ -7430,7 +7586,9 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
7430
7586
|
};
|
|
7431
7587
|
}) | ({
|
|
7432
7588
|
layers?: string[] | undefined;
|
|
7433
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7589
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7590
|
+
layers?: string[] | undefined;
|
|
7591
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
7434
7592
|
states: Record<string, {
|
|
7435
7593
|
busy?: boolean | undefined;
|
|
7436
7594
|
loading?: boolean | undefined;
|
|
@@ -7479,6 +7637,7 @@ declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<bo
|
|
|
7479
7637
|
_url: string;
|
|
7480
7638
|
};
|
|
7481
7639
|
uniqid: string;
|
|
7640
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
7482
7641
|
}[];
|
|
7483
7642
|
token?: string | undefined;
|
|
7484
7643
|
modal?: {
|
|
@@ -7583,7 +7742,9 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
7583
7742
|
};
|
|
7584
7743
|
}) | ({
|
|
7585
7744
|
layers?: string[] | undefined;
|
|
7586
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7745
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7746
|
+
layers?: string[] | undefined;
|
|
7747
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
7587
7748
|
uniqid: string;
|
|
7588
7749
|
locked: boolean;
|
|
7589
7750
|
position?: {
|
|
@@ -7641,7 +7802,9 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
7641
7802
|
};
|
|
7642
7803
|
}) | ({
|
|
7643
7804
|
layers?: string[] | undefined;
|
|
7644
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7805
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7806
|
+
layers?: string[] | undefined;
|
|
7807
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
7645
7808
|
states: Record<string, {
|
|
7646
7809
|
busy?: boolean | undefined;
|
|
7647
7810
|
loading?: boolean | undefined;
|
|
@@ -7690,6 +7853,7 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
|
|
|
7690
7853
|
_url: string;
|
|
7691
7854
|
};
|
|
7692
7855
|
uniqid: string;
|
|
7856
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
7693
7857
|
}[];
|
|
7694
7858
|
token?: string | undefined;
|
|
7695
7859
|
modal?: {
|
|
@@ -7796,7 +7960,9 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
7796
7960
|
};
|
|
7797
7961
|
}) | ({
|
|
7798
7962
|
layers?: string[] | undefined;
|
|
7799
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
7963
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
7964
|
+
layers?: string[] | undefined;
|
|
7965
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
7800
7966
|
uniqid: string;
|
|
7801
7967
|
locked: boolean;
|
|
7802
7968
|
position?: {
|
|
@@ -7854,7 +8020,9 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
7854
8020
|
};
|
|
7855
8021
|
}) | ({
|
|
7856
8022
|
layers?: string[] | undefined;
|
|
7857
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8023
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8024
|
+
layers?: string[] | undefined;
|
|
8025
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
7858
8026
|
states: Record<string, {
|
|
7859
8027
|
busy?: boolean | undefined;
|
|
7860
8028
|
loading?: boolean | undefined;
|
|
@@ -7903,6 +8071,7 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
|
|
|
7903
8071
|
_url: string;
|
|
7904
8072
|
};
|
|
7905
8073
|
uniqid: string;
|
|
8074
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
7906
8075
|
}[];
|
|
7907
8076
|
token?: string | undefined;
|
|
7908
8077
|
modal?: {
|
|
@@ -7981,7 +8150,9 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
7981
8150
|
};
|
|
7982
8151
|
}) | ({
|
|
7983
8152
|
layers?: string[] | undefined;
|
|
7984
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8153
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8154
|
+
layers?: string[] | undefined;
|
|
8155
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
7985
8156
|
uniqid: string;
|
|
7986
8157
|
locked: boolean;
|
|
7987
8158
|
position?: {
|
|
@@ -8039,7 +8210,9 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
8039
8210
|
};
|
|
8040
8211
|
}) | ({
|
|
8041
8212
|
layers?: string[] | undefined;
|
|
8042
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8213
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8214
|
+
layers?: string[] | undefined;
|
|
8215
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
8043
8216
|
states: Record<string, {
|
|
8044
8217
|
busy?: boolean | undefined;
|
|
8045
8218
|
loading?: boolean | undefined;
|
|
@@ -8088,6 +8261,7 @@ declare const fetchMediaLibraryStats: _reduxjs_toolkit.AsyncThunk<ApiWrapper<{
|
|
|
8088
8261
|
_url: string;
|
|
8089
8262
|
};
|
|
8090
8263
|
uniqid: string;
|
|
8264
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
8091
8265
|
}[];
|
|
8092
8266
|
token?: string | undefined;
|
|
8093
8267
|
modal?: {
|
|
@@ -8244,7 +8418,9 @@ declare const MediaLibrary: {
|
|
|
8244
8418
|
};
|
|
8245
8419
|
}) | ({
|
|
8246
8420
|
layers?: string[] | undefined;
|
|
8247
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8421
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8422
|
+
layers?: string[] | undefined;
|
|
8423
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
8248
8424
|
}, jamespot_user_api.BaseMessages>, void, {
|
|
8249
8425
|
dispatch: any;
|
|
8250
8426
|
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -8302,7 +8478,9 @@ declare const MediaLibrary: {
|
|
|
8302
8478
|
};
|
|
8303
8479
|
}) | ({
|
|
8304
8480
|
layers?: string[] | undefined;
|
|
8305
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8481
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8482
|
+
layers?: string[] | undefined;
|
|
8483
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
8306
8484
|
uniqid: string;
|
|
8307
8485
|
locked: boolean;
|
|
8308
8486
|
position?: {
|
|
@@ -8360,7 +8538,9 @@ declare const MediaLibrary: {
|
|
|
8360
8538
|
};
|
|
8361
8539
|
}) | ({
|
|
8362
8540
|
layers?: string[] | undefined;
|
|
8363
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8541
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8542
|
+
layers?: string[] | undefined;
|
|
8543
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
8364
8544
|
states: Record<string, {
|
|
8365
8545
|
busy?: boolean | undefined;
|
|
8366
8546
|
loading?: boolean | undefined;
|
|
@@ -8409,6 +8589,7 @@ declare const MediaLibrary: {
|
|
|
8409
8589
|
_url: string;
|
|
8410
8590
|
};
|
|
8411
8591
|
uniqid: string;
|
|
8592
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
8412
8593
|
}[];
|
|
8413
8594
|
token?: string | undefined;
|
|
8414
8595
|
modal?: {
|
|
@@ -8553,7 +8734,9 @@ declare const MediaLibrary: {
|
|
|
8553
8734
|
};
|
|
8554
8735
|
}) | ({
|
|
8555
8736
|
layers?: string[] | undefined;
|
|
8556
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8737
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8738
|
+
layers?: string[] | undefined;
|
|
8739
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
8557
8740
|
}, jamespot_user_api.BaseMessages>, number, {
|
|
8558
8741
|
dispatch: any;
|
|
8559
8742
|
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
@@ -8611,7 +8794,9 @@ declare const MediaLibrary: {
|
|
|
8611
8794
|
};
|
|
8612
8795
|
}) | ({
|
|
8613
8796
|
layers?: string[] | undefined;
|
|
8614
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8797
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8798
|
+
layers?: string[] | undefined;
|
|
8799
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
8615
8800
|
uniqid: string;
|
|
8616
8801
|
locked: boolean;
|
|
8617
8802
|
position?: {
|
|
@@ -8669,7 +8854,9 @@ declare const MediaLibrary: {
|
|
|
8669
8854
|
};
|
|
8670
8855
|
}) | ({
|
|
8671
8856
|
layers?: string[] | undefined;
|
|
8672
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8857
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8858
|
+
layers?: string[] | undefined;
|
|
8859
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
8673
8860
|
states: Record<string, {
|
|
8674
8861
|
busy?: boolean | undefined;
|
|
8675
8862
|
loading?: boolean | undefined;
|
|
@@ -8718,6 +8905,7 @@ declare const MediaLibrary: {
|
|
|
8718
8905
|
_url: string;
|
|
8719
8906
|
};
|
|
8720
8907
|
uniqid: string;
|
|
8908
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
8721
8909
|
}[];
|
|
8722
8910
|
token?: string | undefined;
|
|
8723
8911
|
modal?: {
|
|
@@ -8793,7 +8981,9 @@ declare const MediaLibrary: {
|
|
|
8793
8981
|
};
|
|
8794
8982
|
}) | ({
|
|
8795
8983
|
layers?: string[] | undefined;
|
|
8796
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
8984
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
8985
|
+
layers?: string[] | undefined;
|
|
8986
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
8797
8987
|
uniqid: string;
|
|
8798
8988
|
locked: boolean;
|
|
8799
8989
|
position?: {
|
|
@@ -8851,7 +9041,9 @@ declare const MediaLibrary: {
|
|
|
8851
9041
|
};
|
|
8852
9042
|
}) | ({
|
|
8853
9043
|
layers?: string[] | undefined;
|
|
8854
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9044
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9045
|
+
layers?: string[] | undefined;
|
|
9046
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
8855
9047
|
states: Record<string, {
|
|
8856
9048
|
busy?: boolean | undefined;
|
|
8857
9049
|
loading?: boolean | undefined;
|
|
@@ -8900,6 +9092,7 @@ declare const MediaLibrary: {
|
|
|
8900
9092
|
_url: string;
|
|
8901
9093
|
};
|
|
8902
9094
|
uniqid: string;
|
|
9095
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
8903
9096
|
}[];
|
|
8904
9097
|
token?: string | undefined;
|
|
8905
9098
|
modal?: {
|
|
@@ -8978,7 +9171,9 @@ declare const MediaLibrary: {
|
|
|
8978
9171
|
};
|
|
8979
9172
|
}) | ({
|
|
8980
9173
|
layers?: string[] | undefined;
|
|
8981
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9174
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9175
|
+
layers?: string[] | undefined;
|
|
9176
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
8982
9177
|
uniqid: string;
|
|
8983
9178
|
locked: boolean;
|
|
8984
9179
|
position?: {
|
|
@@ -9036,7 +9231,9 @@ declare const MediaLibrary: {
|
|
|
9036
9231
|
};
|
|
9037
9232
|
}) | ({
|
|
9038
9233
|
layers?: string[] | undefined;
|
|
9039
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9234
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9235
|
+
layers?: string[] | undefined;
|
|
9236
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
9040
9237
|
states: Record<string, {
|
|
9041
9238
|
busy?: boolean | undefined;
|
|
9042
9239
|
loading?: boolean | undefined;
|
|
@@ -9085,6 +9282,7 @@ declare const MediaLibrary: {
|
|
|
9085
9282
|
_url: string;
|
|
9086
9283
|
};
|
|
9087
9284
|
uniqid: string;
|
|
9285
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
9088
9286
|
}[];
|
|
9089
9287
|
token?: string | undefined;
|
|
9090
9288
|
modal?: {
|
|
@@ -9191,7 +9389,9 @@ declare const MediaLibrary: {
|
|
|
9191
9389
|
};
|
|
9192
9390
|
}) | ({
|
|
9193
9391
|
layers?: string[] | undefined;
|
|
9194
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9392
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9393
|
+
layers?: string[] | undefined;
|
|
9394
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
9195
9395
|
uniqid: string;
|
|
9196
9396
|
locked: boolean;
|
|
9197
9397
|
position?: {
|
|
@@ -9249,7 +9449,9 @@ declare const MediaLibrary: {
|
|
|
9249
9449
|
};
|
|
9250
9450
|
}) | ({
|
|
9251
9451
|
layers?: string[] | undefined;
|
|
9252
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9452
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9453
|
+
layers?: string[] | undefined;
|
|
9454
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
9253
9455
|
states: Record<string, {
|
|
9254
9456
|
busy?: boolean | undefined;
|
|
9255
9457
|
loading?: boolean | undefined;
|
|
@@ -9298,6 +9500,7 @@ declare const MediaLibrary: {
|
|
|
9298
9500
|
_url: string;
|
|
9299
9501
|
};
|
|
9300
9502
|
uniqid: string;
|
|
9503
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
9301
9504
|
}[];
|
|
9302
9505
|
token?: string | undefined;
|
|
9303
9506
|
modal?: {
|
|
@@ -9402,7 +9605,9 @@ declare const MediaLibrary: {
|
|
|
9402
9605
|
};
|
|
9403
9606
|
}) | ({
|
|
9404
9607
|
layers?: string[] | undefined;
|
|
9405
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9608
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9609
|
+
layers?: string[] | undefined;
|
|
9610
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
9406
9611
|
uniqid: string;
|
|
9407
9612
|
locked: boolean;
|
|
9408
9613
|
position?: {
|
|
@@ -9460,7 +9665,9 @@ declare const MediaLibrary: {
|
|
|
9460
9665
|
};
|
|
9461
9666
|
}) | ({
|
|
9462
9667
|
layers?: string[] | undefined;
|
|
9463
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
9668
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
9669
|
+
layers?: string[] | undefined;
|
|
9670
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
9464
9671
|
states: Record<string, {
|
|
9465
9672
|
busy?: boolean | undefined;
|
|
9466
9673
|
loading?: boolean | undefined;
|
|
@@ -9509,6 +9716,7 @@ declare const MediaLibrary: {
|
|
|
9509
9716
|
_url: string;
|
|
9510
9717
|
};
|
|
9511
9718
|
uniqid: string;
|
|
9719
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
9512
9720
|
}[];
|
|
9513
9721
|
token?: string | undefined;
|
|
9514
9722
|
modal?: {
|
|
@@ -9976,7 +10184,9 @@ declare const WedocApp: {
|
|
|
9976
10184
|
};
|
|
9977
10185
|
}) | ({
|
|
9978
10186
|
layers?: string[] | undefined;
|
|
9979
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10187
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10188
|
+
layers?: string[] | undefined;
|
|
10189
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
9980
10190
|
uniqid: string;
|
|
9981
10191
|
locked: boolean;
|
|
9982
10192
|
position?: {
|
|
@@ -10034,7 +10244,9 @@ declare const WedocApp: {
|
|
|
10034
10244
|
};
|
|
10035
10245
|
}) | ({
|
|
10036
10246
|
layers?: string[] | undefined;
|
|
10037
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10247
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10248
|
+
layers?: string[] | undefined;
|
|
10249
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
10038
10250
|
states: Record<string, {
|
|
10039
10251
|
busy?: boolean | undefined;
|
|
10040
10252
|
loading?: boolean | undefined;
|
|
@@ -10083,6 +10295,7 @@ declare const WedocApp: {
|
|
|
10083
10295
|
_url: string;
|
|
10084
10296
|
};
|
|
10085
10297
|
uniqid: string;
|
|
10298
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
10086
10299
|
}[];
|
|
10087
10300
|
token?: string | undefined;
|
|
10088
10301
|
modal?: {
|
|
@@ -10195,7 +10408,9 @@ declare const WedocApp: {
|
|
|
10195
10408
|
};
|
|
10196
10409
|
}) | ({
|
|
10197
10410
|
layers?: string[] | undefined;
|
|
10198
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10411
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10412
|
+
layers?: string[] | undefined;
|
|
10413
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
10199
10414
|
uniqid: string;
|
|
10200
10415
|
locked: boolean;
|
|
10201
10416
|
position?: {
|
|
@@ -10253,7 +10468,9 @@ declare const WedocApp: {
|
|
|
10253
10468
|
};
|
|
10254
10469
|
}) | ({
|
|
10255
10470
|
layers?: string[] | undefined;
|
|
10256
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10471
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10472
|
+
layers?: string[] | undefined;
|
|
10473
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
10257
10474
|
states: Record<string, {
|
|
10258
10475
|
busy?: boolean | undefined;
|
|
10259
10476
|
loading?: boolean | undefined;
|
|
@@ -10302,6 +10519,7 @@ declare const WedocApp: {
|
|
|
10302
10519
|
_url: string;
|
|
10303
10520
|
};
|
|
10304
10521
|
uniqid: string;
|
|
10522
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
10305
10523
|
}[];
|
|
10306
10524
|
token?: string | undefined;
|
|
10307
10525
|
modal?: {
|
|
@@ -10397,7 +10615,9 @@ declare const Share: {
|
|
|
10397
10615
|
};
|
|
10398
10616
|
}) | ({
|
|
10399
10617
|
layers?: string[] | undefined;
|
|
10400
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10618
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10619
|
+
layers?: string[] | undefined;
|
|
10620
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
10401
10621
|
uniqid: string;
|
|
10402
10622
|
locked: boolean;
|
|
10403
10623
|
position?: {
|
|
@@ -10455,7 +10675,9 @@ declare const Share: {
|
|
|
10455
10675
|
};
|
|
10456
10676
|
}) | ({
|
|
10457
10677
|
layers?: string[] | undefined;
|
|
10458
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10678
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10679
|
+
layers?: string[] | undefined;
|
|
10680
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
10459
10681
|
states: Record<string, {
|
|
10460
10682
|
busy?: boolean | undefined;
|
|
10461
10683
|
loading?: boolean | undefined;
|
|
@@ -10504,6 +10726,7 @@ declare const Share: {
|
|
|
10504
10726
|
_url: string;
|
|
10505
10727
|
};
|
|
10506
10728
|
uniqid: string;
|
|
10729
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
10507
10730
|
}[];
|
|
10508
10731
|
token?: string | undefined;
|
|
10509
10732
|
modal?: {
|
|
@@ -10630,7 +10853,9 @@ declare const TVDisplay: {
|
|
|
10630
10853
|
};
|
|
10631
10854
|
}) | ({
|
|
10632
10855
|
layers?: string[] | undefined;
|
|
10633
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10856
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10857
|
+
layers?: string[] | undefined;
|
|
10858
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
10634
10859
|
} & {
|
|
10635
10860
|
type: string;
|
|
10636
10861
|
id: number;
|
|
@@ -10764,7 +10989,9 @@ declare const TVDisplay: {
|
|
|
10764
10989
|
};
|
|
10765
10990
|
}) | ({
|
|
10766
10991
|
layers?: string[] | undefined;
|
|
10767
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
10992
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
10993
|
+
layers?: string[] | undefined;
|
|
10994
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
10768
10995
|
} & {
|
|
10769
10996
|
type: string;
|
|
10770
10997
|
id: number;
|
|
@@ -10904,7 +11131,9 @@ declare const TVDisplay: {
|
|
|
10904
11131
|
};
|
|
10905
11132
|
}) | ({
|
|
10906
11133
|
layers?: string[] | undefined;
|
|
10907
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11134
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11135
|
+
layers?: string[] | undefined;
|
|
11136
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
10908
11137
|
} & {
|
|
10909
11138
|
type: string;
|
|
10910
11139
|
id: number;
|
|
@@ -11038,7 +11267,9 @@ declare const TVDisplay: {
|
|
|
11038
11267
|
};
|
|
11039
11268
|
}) | ({
|
|
11040
11269
|
layers?: string[] | undefined;
|
|
11041
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11270
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11271
|
+
layers?: string[] | undefined;
|
|
11272
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
11042
11273
|
} & {
|
|
11043
11274
|
type: string;
|
|
11044
11275
|
id: number;
|
|
@@ -11143,7 +11374,9 @@ declare const TVDisplay: {
|
|
|
11143
11374
|
};
|
|
11144
11375
|
}) | ({
|
|
11145
11376
|
layers?: string[] | undefined;
|
|
11146
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11377
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11378
|
+
layers?: string[] | undefined;
|
|
11379
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
11147
11380
|
uniqid: string;
|
|
11148
11381
|
locked: boolean;
|
|
11149
11382
|
position?: {
|
|
@@ -11201,7 +11434,9 @@ declare const TVDisplay: {
|
|
|
11201
11434
|
};
|
|
11202
11435
|
}) | ({
|
|
11203
11436
|
layers?: string[] | undefined;
|
|
11204
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11437
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11438
|
+
layers?: string[] | undefined;
|
|
11439
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
11205
11440
|
states: Record<string, {
|
|
11206
11441
|
busy?: boolean | undefined;
|
|
11207
11442
|
loading?: boolean | undefined;
|
|
@@ -11250,6 +11485,7 @@ declare const TVDisplay: {
|
|
|
11250
11485
|
_url: string;
|
|
11251
11486
|
};
|
|
11252
11487
|
uniqid: string;
|
|
11488
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
11253
11489
|
}[];
|
|
11254
11490
|
token?: string | undefined;
|
|
11255
11491
|
modal?: {
|
|
@@ -11355,7 +11591,9 @@ declare const TVDisplay: {
|
|
|
11355
11591
|
};
|
|
11356
11592
|
}) | ({
|
|
11357
11593
|
layers?: string[] | undefined;
|
|
11358
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11594
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11595
|
+
layers?: string[] | undefined;
|
|
11596
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
11359
11597
|
} & {
|
|
11360
11598
|
type: string;
|
|
11361
11599
|
id: number;
|
|
@@ -11489,7 +11727,9 @@ declare const TVDisplay: {
|
|
|
11489
11727
|
};
|
|
11490
11728
|
}) | ({
|
|
11491
11729
|
layers?: string[] | undefined;
|
|
11492
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11730
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11731
|
+
layers?: string[] | undefined;
|
|
11732
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
11493
11733
|
} & {
|
|
11494
11734
|
type: string;
|
|
11495
11735
|
id: number;
|
|
@@ -11595,7 +11835,9 @@ declare const TVDisplay: {
|
|
|
11595
11835
|
};
|
|
11596
11836
|
}) | ({
|
|
11597
11837
|
layers?: string[] | undefined;
|
|
11598
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11838
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11839
|
+
layers?: string[] | undefined;
|
|
11840
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
11599
11841
|
uniqid: string;
|
|
11600
11842
|
locked: boolean;
|
|
11601
11843
|
position?: {
|
|
@@ -11653,7 +11895,9 @@ declare const TVDisplay: {
|
|
|
11653
11895
|
};
|
|
11654
11896
|
}) | ({
|
|
11655
11897
|
layers?: string[] | undefined;
|
|
11656
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
11898
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
11899
|
+
layers?: string[] | undefined;
|
|
11900
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
11657
11901
|
states: Record<string, {
|
|
11658
11902
|
busy?: boolean | undefined;
|
|
11659
11903
|
loading?: boolean | undefined;
|
|
@@ -11702,6 +11946,7 @@ declare const TVDisplay: {
|
|
|
11702
11946
|
_url: string;
|
|
11703
11947
|
};
|
|
11704
11948
|
uniqid: string;
|
|
11949
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
11705
11950
|
}[];
|
|
11706
11951
|
token?: string | undefined;
|
|
11707
11952
|
modal?: {
|
|
@@ -11834,6 +12079,9 @@ declare const WIDGET_ARTICLE_ATTACHMENT = "widget-article-attachment";
|
|
|
11834
12079
|
declare const WIDGET_CHECK_LIST = "widget-check-list";
|
|
11835
12080
|
declare const WIDGET_CHECK_LIST_LABEL = "WIDGET_Check_List";
|
|
11836
12081
|
declare const WIDGET_CHECK_LIST_DESCRIPTION = "WIDGET_Check_List_Description";
|
|
12082
|
+
declare const WIDGET_QUICK_SURVEY = "widget-quick-survey";
|
|
12083
|
+
declare const WIDGET_QUICK_SURVEY_LABEL = "WIDGET_Quick_Survey";
|
|
12084
|
+
declare const WIDGET_QUICK_SURVEY_DESCRIPTION = "WIDGET_Quick_Survey_Text";
|
|
11837
12085
|
|
|
11838
12086
|
declare const WIDGETS_WIDGET_ARTICLE_TITLE: typeof WIDGET_ARTICLE_TITLE;
|
|
11839
12087
|
declare const WIDGETS_WIDGET_ARTICLE_TEXT: typeof WIDGET_ARTICLE_TEXT;
|
|
@@ -11844,6 +12092,9 @@ declare const WIDGETS_WIDGET_ARTICLE_ATTACHMENT: typeof WIDGET_ARTICLE_ATTACHMEN
|
|
|
11844
12092
|
declare const WIDGETS_WIDGET_CHECK_LIST: typeof WIDGET_CHECK_LIST;
|
|
11845
12093
|
declare const WIDGETS_WIDGET_CHECK_LIST_LABEL: typeof WIDGET_CHECK_LIST_LABEL;
|
|
11846
12094
|
declare const WIDGETS_WIDGET_CHECK_LIST_DESCRIPTION: typeof WIDGET_CHECK_LIST_DESCRIPTION;
|
|
12095
|
+
declare const WIDGETS_WIDGET_QUICK_SURVEY: typeof WIDGET_QUICK_SURVEY;
|
|
12096
|
+
declare const WIDGETS_WIDGET_QUICK_SURVEY_LABEL: typeof WIDGET_QUICK_SURVEY_LABEL;
|
|
12097
|
+
declare const WIDGETS_WIDGET_QUICK_SURVEY_DESCRIPTION: typeof WIDGET_QUICK_SURVEY_DESCRIPTION;
|
|
11847
12098
|
declare namespace WIDGETS {
|
|
11848
12099
|
export {
|
|
11849
12100
|
WIDGETS_WIDGET_ARTICLE_TITLE as WIDGET_ARTICLE_TITLE,
|
|
@@ -11855,6 +12106,9 @@ declare namespace WIDGETS {
|
|
|
11855
12106
|
WIDGETS_WIDGET_CHECK_LIST as WIDGET_CHECK_LIST,
|
|
11856
12107
|
WIDGETS_WIDGET_CHECK_LIST_LABEL as WIDGET_CHECK_LIST_LABEL,
|
|
11857
12108
|
WIDGETS_WIDGET_CHECK_LIST_DESCRIPTION as WIDGET_CHECK_LIST_DESCRIPTION,
|
|
12109
|
+
WIDGETS_WIDGET_QUICK_SURVEY as WIDGET_QUICK_SURVEY,
|
|
12110
|
+
WIDGETS_WIDGET_QUICK_SURVEY_LABEL as WIDGET_QUICK_SURVEY_LABEL,
|
|
12111
|
+
WIDGETS_WIDGET_QUICK_SURVEY_DESCRIPTION as WIDGET_QUICK_SURVEY_DESCRIPTION,
|
|
11858
12112
|
};
|
|
11859
12113
|
}
|
|
11860
12114
|
|
|
@@ -11916,7 +12170,9 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
|
|
|
11916
12170
|
};
|
|
11917
12171
|
}) | ({
|
|
11918
12172
|
layers?: string[] | undefined;
|
|
11919
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12173
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12174
|
+
layers?: string[] | undefined;
|
|
12175
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
11920
12176
|
} & (jamespot_user_api.WidgetArticleAttachmentContent | {
|
|
11921
12177
|
url?: string | undefined;
|
|
11922
12178
|
target?: string | undefined;
|
|
@@ -11987,6 +12243,19 @@ declare const updateWidgetContent: <T>(uniqid: string, content: Partial<T>, over
|
|
|
11987
12243
|
limitValue?: number | undefined;
|
|
11988
12244
|
closing?: boolean | undefined;
|
|
11989
12245
|
isClosed?: boolean | undefined;
|
|
12246
|
+
} | {
|
|
12247
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
12248
|
+
arr?: jamespot_user_api.WidgetQuickSurveyContentArr[] | undefined;
|
|
12249
|
+
css?: Record<string, string> | undefined;
|
|
12250
|
+
closing?: boolean | undefined;
|
|
12251
|
+
isClosed?: boolean | undefined;
|
|
12252
|
+
userTotal?: number | undefined;
|
|
12253
|
+
open?: boolean | undefined;
|
|
12254
|
+
multi?: boolean | undefined;
|
|
12255
|
+
showResult?: boolean | undefined;
|
|
12256
|
+
isNotDisabled?: boolean | undefined;
|
|
12257
|
+
seeResponseAfter?: boolean | undefined;
|
|
12258
|
+
anonymize?: boolean | undefined;
|
|
11990
12259
|
})>;
|
|
11991
12260
|
override?: boolean;
|
|
11992
12261
|
};
|
|
@@ -12053,7 +12322,9 @@ declare const Widget: {
|
|
|
12053
12322
|
};
|
|
12054
12323
|
}) | ({
|
|
12055
12324
|
layers?: string[] | undefined;
|
|
12056
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12325
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12326
|
+
layers?: string[] | undefined;
|
|
12327
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
12057
12328
|
uniqid: string;
|
|
12058
12329
|
locked: boolean;
|
|
12059
12330
|
position?: {
|
|
@@ -12111,7 +12382,9 @@ declare const Widget: {
|
|
|
12111
12382
|
};
|
|
12112
12383
|
}) | ({
|
|
12113
12384
|
layers?: string[] | undefined;
|
|
12114
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12385
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12386
|
+
layers?: string[] | undefined;
|
|
12387
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
12115
12388
|
states: Record<string, {
|
|
12116
12389
|
busy?: boolean | undefined;
|
|
12117
12390
|
loading?: boolean | undefined;
|
|
@@ -12160,6 +12433,7 @@ declare const Widget: {
|
|
|
12160
12433
|
_url: string;
|
|
12161
12434
|
};
|
|
12162
12435
|
uniqid: string;
|
|
12436
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
12163
12437
|
}[];
|
|
12164
12438
|
token?: string | undefined;
|
|
12165
12439
|
modal?: {
|
|
@@ -12221,7 +12495,9 @@ declare const Widget: {
|
|
|
12221
12495
|
};
|
|
12222
12496
|
}) | ({
|
|
12223
12497
|
layers?: string[] | undefined;
|
|
12224
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12498
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12499
|
+
layers?: string[] | undefined;
|
|
12500
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>;
|
|
12225
12501
|
};
|
|
12226
12502
|
type: string;
|
|
12227
12503
|
}) => void;
|
|
@@ -12300,7 +12576,9 @@ declare const Widget: {
|
|
|
12300
12576
|
};
|
|
12301
12577
|
}) | ({
|
|
12302
12578
|
layers?: string[] | undefined;
|
|
12303
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12579
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12580
|
+
layers?: string[] | undefined;
|
|
12581
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[] | undefined;
|
|
12304
12582
|
} & (jamespot_user_api.WidgetArticleAttachmentContent | {
|
|
12305
12583
|
url?: string | undefined;
|
|
12306
12584
|
target?: string | undefined;
|
|
@@ -12371,6 +12649,19 @@ declare const Widget: {
|
|
|
12371
12649
|
limitValue?: number | undefined;
|
|
12372
12650
|
closing?: boolean | undefined;
|
|
12373
12651
|
isClosed?: boolean | undefined;
|
|
12652
|
+
} | {
|
|
12653
|
+
widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
|
|
12654
|
+
arr?: jamespot_user_api.WidgetQuickSurveyContentArr[] | undefined;
|
|
12655
|
+
css?: Record<string, string> | undefined;
|
|
12656
|
+
closing?: boolean | undefined;
|
|
12657
|
+
isClosed?: boolean | undefined;
|
|
12658
|
+
userTotal?: number | undefined;
|
|
12659
|
+
open?: boolean | undefined;
|
|
12660
|
+
multi?: boolean | undefined;
|
|
12661
|
+
showResult?: boolean | undefined;
|
|
12662
|
+
isNotDisabled?: boolean | undefined;
|
|
12663
|
+
seeResponseAfter?: boolean | undefined;
|
|
12664
|
+
anonymize?: boolean | undefined;
|
|
12374
12665
|
})>;
|
|
12375
12666
|
override?: boolean;
|
|
12376
12667
|
};
|
|
@@ -12379,6 +12670,7 @@ declare const Widget: {
|
|
|
12379
12670
|
registerWidgetRTObject: (state: Draft<S>, action: {
|
|
12380
12671
|
payload: {
|
|
12381
12672
|
uniqid: string;
|
|
12673
|
+
fn: jamespot_user_api.WidgetFunctions;
|
|
12382
12674
|
object: jamespot_user_api.jObjectLittle;
|
|
12383
12675
|
};
|
|
12384
12676
|
type: string;
|
|
@@ -12454,7 +12746,9 @@ declare const Widget: {
|
|
|
12454
12746
|
};
|
|
12455
12747
|
}) | ({
|
|
12456
12748
|
layers?: string[] | undefined;
|
|
12457
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12749
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12750
|
+
layers?: string[] | undefined;
|
|
12751
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>;
|
|
12458
12752
|
};
|
|
12459
12753
|
type: string;
|
|
12460
12754
|
}) => void;
|
|
@@ -12538,7 +12832,7 @@ declare const Widget: {
|
|
|
12538
12832
|
}) => void;
|
|
12539
12833
|
flushModal: (state: Draft<S>) => void;
|
|
12540
12834
|
}, "widgets">;
|
|
12541
|
-
getWidgetRTHandlers: (dispatch: RTDispatch, uniqid: string) => jamespot_user_api.RTMessageHandler<"WIDGET",
|
|
12835
|
+
getWidgetRTHandlers: (dispatch: RTDispatch, uniqid: string) => jamespot_user_api.RTMessageHandler<"WIDGET", jamespot_user_api.WidgetFunctions>[];
|
|
12542
12836
|
selectors: {
|
|
12543
12837
|
isActive: (state: WidgetsRootState, uniqid: string) => boolean;
|
|
12544
12838
|
selectToken: (state: WidgetsRootState) => string | undefined;
|
|
@@ -12592,7 +12886,9 @@ declare const Widget: {
|
|
|
12592
12886
|
};
|
|
12593
12887
|
}) | ({
|
|
12594
12888
|
layers?: string[] | undefined;
|
|
12595
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12889
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12890
|
+
layers?: string[] | undefined;
|
|
12891
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
12596
12892
|
selectWidget: (state: WidgetsRootState, uniqid: string) => jamespot_user_api.WidgetWrapperGeneric<({
|
|
12597
12893
|
layers?: string[] | undefined;
|
|
12598
12894
|
} & jamespot_user_api.WidgetArticleAttachmentType) | ({
|
|
@@ -12643,7 +12939,9 @@ declare const Widget: {
|
|
|
12643
12939
|
};
|
|
12644
12940
|
}) | ({
|
|
12645
12941
|
layers?: string[] | undefined;
|
|
12646
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
12942
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
12943
|
+
layers?: string[] | undefined;
|
|
12944
|
+
} & jamespot_user_api.WidgetQuickSurveyType)> | undefined;
|
|
12647
12945
|
selectWidgetState: (state: WidgetsRootState, uniqid: string) => {
|
|
12648
12946
|
busy?: boolean | undefined;
|
|
12649
12947
|
loading?: boolean | undefined;
|
|
@@ -12667,6 +12965,7 @@ declare const Widget: {
|
|
|
12667
12965
|
title?: string | undefined;
|
|
12668
12966
|
_url?: string | undefined;
|
|
12669
12967
|
} | undefined;
|
|
12968
|
+
selectWidgetObjectUri: (state: WidgetsRootState, uniqid: string) => string | undefined;
|
|
12670
12969
|
selectWidgetAuthor: (state: WidgetsRootState, uniqid: string) => zod.objectOutputType<{
|
|
12671
12970
|
id: zod.ZodOptional<zod.ZodType<number, zod.ZodTypeDef, number>>;
|
|
12672
12971
|
mainType: zod.ZodOptional<zod.ZodType<string, zod.ZodTypeDef, string>>;
|
|
@@ -12690,6 +12989,7 @@ declare const Widget: {
|
|
|
12690
12989
|
_url: string;
|
|
12691
12990
|
};
|
|
12692
12991
|
uniqid: string;
|
|
12992
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
12693
12993
|
}[];
|
|
12694
12994
|
selectFlushedWidgets: (state: WidgetsRootState) => string[];
|
|
12695
12995
|
};
|
|
@@ -12699,6 +12999,7 @@ type EditorProps = {
|
|
|
12699
12999
|
uniqid: string;
|
|
12700
13000
|
name: WidgetKeys;
|
|
12701
13001
|
position: 'left' | 'right';
|
|
13002
|
+
mode: WidgetDisplayMode;
|
|
12702
13003
|
popup?: boolean;
|
|
12703
13004
|
view?: React$1.ReactNode;
|
|
12704
13005
|
onSave?: <T = CombinedWidgetContent>(content: Partial<T>) => void;
|
|
@@ -12711,7 +13012,9 @@ type EditorsRootState = {
|
|
|
12711
13012
|
};
|
|
12712
13013
|
declare const WidgetEditor: {
|
|
12713
13014
|
slice: _reduxjs_toolkit.Slice<EditorsState, {
|
|
12714
|
-
registerEditor: (state: Draft<S>, action: PayloadAction<Pick<EditorProps, 'name' | 'onSave' | 'uniqid'
|
|
13015
|
+
registerEditor: (state: Draft<S>, action: PayloadAction<Pick<EditorProps, 'name' | 'onSave' | 'uniqid'> & {
|
|
13016
|
+
mode?: WidgetDisplayMode;
|
|
13017
|
+
}>) => void;
|
|
12715
13018
|
registerEditorPopup: (state: Draft<S>, action: PayloadAction<{
|
|
12716
13019
|
uniqid: string;
|
|
12717
13020
|
view: React$1.ReactNode;
|
|
@@ -14057,7 +14360,9 @@ declare const studio: {
|
|
|
14057
14360
|
};
|
|
14058
14361
|
}) | ({
|
|
14059
14362
|
layers?: string[] | undefined;
|
|
14060
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14363
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14364
|
+
layers?: string[] | undefined;
|
|
14365
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14061
14366
|
uniqid: string;
|
|
14062
14367
|
locked: boolean;
|
|
14063
14368
|
position?: {
|
|
@@ -14115,7 +14420,9 @@ declare const studio: {
|
|
|
14115
14420
|
};
|
|
14116
14421
|
}) | ({
|
|
14117
14422
|
layers?: string[] | undefined;
|
|
14118
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14423
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14424
|
+
layers?: string[] | undefined;
|
|
14425
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
14119
14426
|
states: Record<string, {
|
|
14120
14427
|
busy?: boolean | undefined;
|
|
14121
14428
|
loading?: boolean | undefined;
|
|
@@ -14164,6 +14471,7 @@ declare const studio: {
|
|
|
14164
14471
|
_url: string;
|
|
14165
14472
|
};
|
|
14166
14473
|
uniqid: string;
|
|
14474
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
14167
14475
|
}[];
|
|
14168
14476
|
token?: string | undefined;
|
|
14169
14477
|
modal?: {
|
|
@@ -14242,7 +14550,9 @@ declare const studio: {
|
|
|
14242
14550
|
};
|
|
14243
14551
|
}) | ({
|
|
14244
14552
|
layers?: string[] | undefined;
|
|
14245
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14553
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14554
|
+
layers?: string[] | undefined;
|
|
14555
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14246
14556
|
uniqid: string;
|
|
14247
14557
|
locked: boolean;
|
|
14248
14558
|
position?: {
|
|
@@ -14300,7 +14610,9 @@ declare const studio: {
|
|
|
14300
14610
|
};
|
|
14301
14611
|
}) | ({
|
|
14302
14612
|
layers?: string[] | undefined;
|
|
14303
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14613
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14614
|
+
layers?: string[] | undefined;
|
|
14615
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
14304
14616
|
states: Record<string, {
|
|
14305
14617
|
busy?: boolean | undefined;
|
|
14306
14618
|
loading?: boolean | undefined;
|
|
@@ -14349,6 +14661,7 @@ declare const studio: {
|
|
|
14349
14661
|
_url: string;
|
|
14350
14662
|
};
|
|
14351
14663
|
uniqid: string;
|
|
14664
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
14352
14665
|
}[];
|
|
14353
14666
|
token?: string | undefined;
|
|
14354
14667
|
modal?: {
|
|
@@ -14426,7 +14739,9 @@ declare const studio: {
|
|
|
14426
14739
|
};
|
|
14427
14740
|
}) | ({
|
|
14428
14741
|
layers?: string[] | undefined;
|
|
14429
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14742
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14743
|
+
layers?: string[] | undefined;
|
|
14744
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14430
14745
|
uniqid: string;
|
|
14431
14746
|
locked: boolean;
|
|
14432
14747
|
position?: {
|
|
@@ -14484,7 +14799,9 @@ declare const studio: {
|
|
|
14484
14799
|
};
|
|
14485
14800
|
}) | ({
|
|
14486
14801
|
layers?: string[] | undefined;
|
|
14487
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14802
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14803
|
+
layers?: string[] | undefined;
|
|
14804
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
14488
14805
|
states: Record<string, {
|
|
14489
14806
|
busy?: boolean | undefined;
|
|
14490
14807
|
loading?: boolean | undefined;
|
|
@@ -14533,6 +14850,7 @@ declare const studio: {
|
|
|
14533
14850
|
_url: string;
|
|
14534
14851
|
};
|
|
14535
14852
|
uniqid: string;
|
|
14853
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
14536
14854
|
}[];
|
|
14537
14855
|
token?: string | undefined;
|
|
14538
14856
|
modal?: {
|
|
@@ -14610,7 +14928,9 @@ declare const studio: {
|
|
|
14610
14928
|
};
|
|
14611
14929
|
}) | ({
|
|
14612
14930
|
layers?: string[] | undefined;
|
|
14613
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14931
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14932
|
+
layers?: string[] | undefined;
|
|
14933
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14614
14934
|
uniqid: string;
|
|
14615
14935
|
locked: boolean;
|
|
14616
14936
|
position?: {
|
|
@@ -14668,7 +14988,9 @@ declare const studio: {
|
|
|
14668
14988
|
};
|
|
14669
14989
|
}) | ({
|
|
14670
14990
|
layers?: string[] | undefined;
|
|
14671
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
14991
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
14992
|
+
layers?: string[] | undefined;
|
|
14993
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
14672
14994
|
states: Record<string, {
|
|
14673
14995
|
busy?: boolean | undefined;
|
|
14674
14996
|
loading?: boolean | undefined;
|
|
@@ -14717,6 +15039,7 @@ declare const studio: {
|
|
|
14717
15039
|
_url: string;
|
|
14718
15040
|
};
|
|
14719
15041
|
uniqid: string;
|
|
15042
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
14720
15043
|
}[];
|
|
14721
15044
|
token?: string | undefined;
|
|
14722
15045
|
modal?: {
|
|
@@ -14795,7 +15118,9 @@ declare const studio: {
|
|
|
14795
15118
|
};
|
|
14796
15119
|
}) | ({
|
|
14797
15120
|
layers?: string[] | undefined;
|
|
14798
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15121
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15122
|
+
layers?: string[] | undefined;
|
|
15123
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14799
15124
|
uniqid: string;
|
|
14800
15125
|
locked: boolean;
|
|
14801
15126
|
position?: {
|
|
@@ -14853,7 +15178,9 @@ declare const studio: {
|
|
|
14853
15178
|
};
|
|
14854
15179
|
}) | ({
|
|
14855
15180
|
layers?: string[] | undefined;
|
|
14856
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15181
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15182
|
+
layers?: string[] | undefined;
|
|
15183
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
14857
15184
|
states: Record<string, {
|
|
14858
15185
|
busy?: boolean | undefined;
|
|
14859
15186
|
loading?: boolean | undefined;
|
|
@@ -14902,6 +15229,7 @@ declare const studio: {
|
|
|
14902
15229
|
_url: string;
|
|
14903
15230
|
};
|
|
14904
15231
|
uniqid: string;
|
|
15232
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
14905
15233
|
}[];
|
|
14906
15234
|
token?: string | undefined;
|
|
14907
15235
|
modal?: {
|
|
@@ -14980,7 +15308,9 @@ declare const studio: {
|
|
|
14980
15308
|
};
|
|
14981
15309
|
}) | ({
|
|
14982
15310
|
layers?: string[] | undefined;
|
|
14983
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15311
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15312
|
+
layers?: string[] | undefined;
|
|
15313
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
14984
15314
|
uniqid: string;
|
|
14985
15315
|
locked: boolean;
|
|
14986
15316
|
position?: {
|
|
@@ -15038,7 +15368,9 @@ declare const studio: {
|
|
|
15038
15368
|
};
|
|
15039
15369
|
}) | ({
|
|
15040
15370
|
layers?: string[] | undefined;
|
|
15041
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15371
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15372
|
+
layers?: string[] | undefined;
|
|
15373
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
15042
15374
|
states: Record<string, {
|
|
15043
15375
|
busy?: boolean | undefined;
|
|
15044
15376
|
loading?: boolean | undefined;
|
|
@@ -15087,6 +15419,7 @@ declare const studio: {
|
|
|
15087
15419
|
_url: string;
|
|
15088
15420
|
};
|
|
15089
15421
|
uniqid: string;
|
|
15422
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
15090
15423
|
}[];
|
|
15091
15424
|
token?: string | undefined;
|
|
15092
15425
|
modal?: {
|
|
@@ -15165,7 +15498,9 @@ declare const studio: {
|
|
|
15165
15498
|
};
|
|
15166
15499
|
}) | ({
|
|
15167
15500
|
layers?: string[] | undefined;
|
|
15168
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15501
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15502
|
+
layers?: string[] | undefined;
|
|
15503
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
15169
15504
|
uniqid: string;
|
|
15170
15505
|
locked: boolean;
|
|
15171
15506
|
position?: {
|
|
@@ -15223,7 +15558,9 @@ declare const studio: {
|
|
|
15223
15558
|
};
|
|
15224
15559
|
}) | ({
|
|
15225
15560
|
layers?: string[] | undefined;
|
|
15226
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15561
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15562
|
+
layers?: string[] | undefined;
|
|
15563
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
15227
15564
|
states: Record<string, {
|
|
15228
15565
|
busy?: boolean | undefined;
|
|
15229
15566
|
loading?: boolean | undefined;
|
|
@@ -15272,6 +15609,7 @@ declare const studio: {
|
|
|
15272
15609
|
_url: string;
|
|
15273
15610
|
};
|
|
15274
15611
|
uniqid: string;
|
|
15612
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
15275
15613
|
}[];
|
|
15276
15614
|
token?: string | undefined;
|
|
15277
15615
|
modal?: {
|
|
@@ -15347,7 +15685,9 @@ declare const studio: {
|
|
|
15347
15685
|
};
|
|
15348
15686
|
}) | ({
|
|
15349
15687
|
layers?: string[] | undefined;
|
|
15350
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15688
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15689
|
+
layers?: string[] | undefined;
|
|
15690
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
15351
15691
|
uniqid: string;
|
|
15352
15692
|
locked: boolean;
|
|
15353
15693
|
position?: {
|
|
@@ -15405,7 +15745,9 @@ declare const studio: {
|
|
|
15405
15745
|
};
|
|
15406
15746
|
}) | ({
|
|
15407
15747
|
layers?: string[] | undefined;
|
|
15408
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15748
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15749
|
+
layers?: string[] | undefined;
|
|
15750
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
15409
15751
|
states: Record<string, {
|
|
15410
15752
|
busy?: boolean | undefined;
|
|
15411
15753
|
loading?: boolean | undefined;
|
|
@@ -15454,6 +15796,7 @@ declare const studio: {
|
|
|
15454
15796
|
_url: string;
|
|
15455
15797
|
};
|
|
15456
15798
|
uniqid: string;
|
|
15799
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
15457
15800
|
}[];
|
|
15458
15801
|
token?: string | undefined;
|
|
15459
15802
|
modal?: {
|
|
@@ -15531,7 +15874,9 @@ declare const studio: {
|
|
|
15531
15874
|
};
|
|
15532
15875
|
}) | ({
|
|
15533
15876
|
layers?: string[] | undefined;
|
|
15534
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15877
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15878
|
+
layers?: string[] | undefined;
|
|
15879
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
15535
15880
|
uniqid: string;
|
|
15536
15881
|
locked: boolean;
|
|
15537
15882
|
position?: {
|
|
@@ -15589,7 +15934,9 @@ declare const studio: {
|
|
|
15589
15934
|
};
|
|
15590
15935
|
}) | ({
|
|
15591
15936
|
layers?: string[] | undefined;
|
|
15592
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
15937
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
15938
|
+
layers?: string[] | undefined;
|
|
15939
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
15593
15940
|
states: Record<string, {
|
|
15594
15941
|
busy?: boolean | undefined;
|
|
15595
15942
|
loading?: boolean | undefined;
|
|
@@ -15638,6 +15985,7 @@ declare const studio: {
|
|
|
15638
15985
|
_url: string;
|
|
15639
15986
|
};
|
|
15640
15987
|
uniqid: string;
|
|
15988
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
15641
15989
|
}[];
|
|
15642
15990
|
token?: string | undefined;
|
|
15643
15991
|
modal?: {
|
|
@@ -15715,7 +16063,9 @@ declare const studio: {
|
|
|
15715
16063
|
};
|
|
15716
16064
|
}) | ({
|
|
15717
16065
|
layers?: string[] | undefined;
|
|
15718
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
16066
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
16067
|
+
layers?: string[] | undefined;
|
|
16068
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>[];
|
|
15719
16069
|
uniqid: string;
|
|
15720
16070
|
locked: boolean;
|
|
15721
16071
|
position?: {
|
|
@@ -15773,7 +16123,9 @@ declare const studio: {
|
|
|
15773
16123
|
};
|
|
15774
16124
|
}) | ({
|
|
15775
16125
|
layers?: string[] | undefined;
|
|
15776
|
-
} & jamespot_user_api.WidgetPresenceType)
|
|
16126
|
+
} & jamespot_user_api.WidgetPresenceType) | ({
|
|
16127
|
+
layers?: string[] | undefined;
|
|
16128
|
+
} & jamespot_user_api.WidgetQuickSurveyType)>>;
|
|
15777
16129
|
states: Record<string, {
|
|
15778
16130
|
busy?: boolean | undefined;
|
|
15779
16131
|
loading?: boolean | undefined;
|
|
@@ -15822,6 +16174,7 @@ declare const studio: {
|
|
|
15822
16174
|
_url: string;
|
|
15823
16175
|
};
|
|
15824
16176
|
uniqid: string;
|
|
16177
|
+
fn: "widget-presence-response" | "check-list-response" | "widget-update" | "widget-quick-survey-response";
|
|
15825
16178
|
}[];
|
|
15826
16179
|
token?: string | undefined;
|
|
15827
16180
|
modal?: {
|