jamespot-front-business 1.1.46 → 1.1.47
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 +122 -21
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +120 -22
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +133 -49
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as redux from 'redux';
|
|
2
2
|
import { Dispatch as Dispatch$1 } from 'redux';
|
|
3
3
|
import * as jamespot_user_api from 'jamespot-user-api';
|
|
4
|
-
import { AnimationConfigurationType, ApplicationType, WidgetsRootState, JamespotUserApi, AudienceAutocomplete, StudioApplicationBase, jTaxonomyLittle, ReservationList, BookableAssetList, AssetReservationConfiguration, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, JLandMap, AdminLicensesNotAssigned, MediaLibraryList, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, jUserLittle,
|
|
4
|
+
import { AnimationConfigurationType, ApplicationType, WidgetsRootState, JamespotUserApi, AudienceAutocomplete, StudioApplicationBase, jTaxonomyLittle, ReservationList, BookableAssetList, AssetReservationConfiguration, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, JLandMap, AdminLicensesNotAssigned, jArticleList, Filters, Orders, PagingResults, MediaLibraryList, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, jUserLittle, TVChannelList, TinyMCECommonOptions, jUserList, WidgetKeys, WidgetWrapperProps, WidgetTypeKeys, WidgetDefinitionProps, CombinedWidgetContent, WidgetsState, WidgetVector, WidgetStateProps } from 'jamespot-user-api';
|
|
5
5
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
6
6
|
import { EntityState, Dispatch, Action, PayloadAction } from '@reduxjs/toolkit';
|
|
7
7
|
import * as _reduxjs_toolkit_dist_tsHelpers from '@reduxjs/toolkit/dist/tsHelpers';
|
|
@@ -87,7 +87,7 @@ declare type AnimationsRootState = {
|
|
|
87
87
|
declare const animationsSlice: _reduxjs_toolkit.Slice<AnimationSliceRootState, {}, "animations">;
|
|
88
88
|
declare const fetchCurrentAnimation: _reduxjs_toolkit.AsyncThunk<Omit<AnimationSliceRootState, "isToggleLoading">, void, {
|
|
89
89
|
dispatch: any;
|
|
90
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
90
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
91
91
|
extra: {
|
|
92
92
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
93
93
|
};
|
|
@@ -102,7 +102,7 @@ declare const fetchCurrentAnimation: _reduxjs_toolkit.AsyncThunk<Omit<AnimationS
|
|
|
102
102
|
}>;
|
|
103
103
|
declare const fetchCurrentAnimationApp: _reduxjs_toolkit.AsyncThunk<AnimationConfigurationType | null, void, {
|
|
104
104
|
dispatch: any;
|
|
105
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
105
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
106
106
|
extra: {
|
|
107
107
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
108
108
|
};
|
|
@@ -117,7 +117,7 @@ declare const fetchCurrentAnimationApp: _reduxjs_toolkit.AsyncThunk<AnimationCon
|
|
|
117
117
|
}>;
|
|
118
118
|
declare const deleteCurrentAnimation: _reduxjs_toolkit.AsyncThunk<void, void, {
|
|
119
119
|
dispatch: any;
|
|
120
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
120
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
121
121
|
extra: {
|
|
122
122
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
123
123
|
};
|
|
@@ -132,7 +132,7 @@ declare const deleteCurrentAnimation: _reduxjs_toolkit.AsyncThunk<void, void, {
|
|
|
132
132
|
}>;
|
|
133
133
|
declare const saveCurrentAnimation: _reduxjs_toolkit.AsyncThunk<void, AnimationConfigurationType, {
|
|
134
134
|
dispatch: any;
|
|
135
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
135
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
136
136
|
extra: {
|
|
137
137
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
138
138
|
};
|
|
@@ -147,7 +147,7 @@ declare const saveCurrentAnimation: _reduxjs_toolkit.AsyncThunk<void, AnimationC
|
|
|
147
147
|
}>;
|
|
148
148
|
declare const toggleAnimationIsActive: _reduxjs_toolkit.AsyncThunk<void, void, {
|
|
149
149
|
dispatch: any;
|
|
150
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
150
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
151
151
|
extra: {
|
|
152
152
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
153
153
|
};
|
|
@@ -166,7 +166,7 @@ declare const Animations: {
|
|
|
166
166
|
actions: {
|
|
167
167
|
saveCurrentAnimation: _reduxjs_toolkit.AsyncThunk<void, AnimationConfigurationType, {
|
|
168
168
|
dispatch: any;
|
|
169
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
169
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
170
170
|
extra: {
|
|
171
171
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
172
172
|
};
|
|
@@ -181,7 +181,7 @@ declare const Animations: {
|
|
|
181
181
|
}>;
|
|
182
182
|
fetchCurrentAnimation: _reduxjs_toolkit.AsyncThunk<Omit<AnimationSliceRootState, "isToggleLoading">, void, {
|
|
183
183
|
dispatch: any;
|
|
184
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
184
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
185
185
|
extra: {
|
|
186
186
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
187
187
|
};
|
|
@@ -196,7 +196,7 @@ declare const Animations: {
|
|
|
196
196
|
}>;
|
|
197
197
|
deleteCurrentAnimation: _reduxjs_toolkit.AsyncThunk<void, void, {
|
|
198
198
|
dispatch: any;
|
|
199
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
199
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
200
200
|
extra: {
|
|
201
201
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
202
202
|
};
|
|
@@ -211,7 +211,7 @@ declare const Animations: {
|
|
|
211
211
|
}>;
|
|
212
212
|
toggleAnimationIsActive: _reduxjs_toolkit.AsyncThunk<void, void, {
|
|
213
213
|
dispatch: any;
|
|
214
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
214
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
215
215
|
extra: {
|
|
216
216
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
217
217
|
};
|
|
@@ -226,7 +226,7 @@ declare const Animations: {
|
|
|
226
226
|
}>;
|
|
227
227
|
fetchCurrentAnimationApp: _reduxjs_toolkit.AsyncThunk<AnimationConfigurationType | null, void, {
|
|
228
228
|
dispatch: any;
|
|
229
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
229
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & AnimationsRootState;
|
|
230
230
|
extra: {
|
|
231
231
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
232
232
|
};
|
|
@@ -286,7 +286,7 @@ declare const Application: {
|
|
|
286
286
|
selectors: _reduxjs_toolkit.EntitySelectors<ApplicationType, ApplicationRootState>;
|
|
287
287
|
};
|
|
288
288
|
|
|
289
|
-
declare type RootState = Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & WidgetsRootState & WidgetsRootState & WedocAppRootState & UserCurrentRootState>;
|
|
289
|
+
declare type RootState = Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & WidgetsRootState & WidgetsRootState & WedocAppRootState & UserCurrentRootState>;
|
|
290
290
|
declare type RootDispatch = Dispatch$1<Action>;
|
|
291
291
|
declare type ThunkApiConfig<T> = {
|
|
292
292
|
dispatch: any;
|
|
@@ -646,7 +646,7 @@ declare const AssetReservation: {
|
|
|
646
646
|
actions: {
|
|
647
647
|
fetchBookableAsset: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<jamespot_user_api.BookableAssetList, jamespot_user_api.BaseMessages>, void, {
|
|
648
648
|
dispatch: any;
|
|
649
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookableAssetRootState;
|
|
649
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookableAssetRootState;
|
|
650
650
|
extra: {
|
|
651
651
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
652
652
|
};
|
|
@@ -658,7 +658,7 @@ declare const AssetReservation: {
|
|
|
658
658
|
}>;
|
|
659
659
|
fetchConfiguration: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<jamespot_user_api.AssetReservationConfiguration, jamespot_user_api.BaseMessages>, void, {
|
|
660
660
|
dispatch: any;
|
|
661
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & jamespot_user_api.AssetReservationConfiguration & Loading;
|
|
661
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & jamespot_user_api.AssetReservationConfiguration & Loading;
|
|
662
662
|
extra: {
|
|
663
663
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
664
664
|
};
|
|
@@ -670,7 +670,7 @@ declare const AssetReservation: {
|
|
|
670
670
|
}>;
|
|
671
671
|
fetchReservation: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<jamespot_user_api.ReservationList, jamespot_user_api.BaseMessages>, "history" | undefined, {
|
|
672
672
|
dispatch: any;
|
|
673
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & ReservationRootState;
|
|
673
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & ReservationRootState;
|
|
674
674
|
extra: {
|
|
675
675
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
676
676
|
};
|
|
@@ -721,7 +721,7 @@ declare const Comment: {
|
|
|
721
721
|
}, "commentList/discardComments">;
|
|
722
722
|
fetchComments: _reduxjs_toolkit.AsyncThunk<CommentsList, jamespot_user_api.GetCommentsParams, {
|
|
723
723
|
dispatch: any;
|
|
724
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & CommentRootState;
|
|
724
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & CommentRootState;
|
|
725
725
|
extra: {
|
|
726
726
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
727
727
|
};
|
|
@@ -913,7 +913,7 @@ declare const Bookmark: {
|
|
|
913
913
|
dateModified: zod.ZodString;
|
|
914
914
|
}, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>, jamespot_user_api.BaseMessages>, void, {
|
|
915
915
|
dispatch: any;
|
|
916
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
|
|
916
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
|
|
917
917
|
extra: {
|
|
918
918
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
919
919
|
};
|
|
@@ -987,7 +987,7 @@ declare const Bookmark: {
|
|
|
987
987
|
requestId?: string | undefined;
|
|
988
988
|
}, {
|
|
989
989
|
dispatch: any;
|
|
990
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
|
|
990
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
|
|
991
991
|
extra: {
|
|
992
992
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
993
993
|
};
|
|
@@ -1054,7 +1054,7 @@ declare const Bookmark: {
|
|
|
1054
1054
|
position: "after" | "before";
|
|
1055
1055
|
}, {
|
|
1056
1056
|
dispatch: any;
|
|
1057
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
|
|
1057
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
|
|
1058
1058
|
extra: {
|
|
1059
1059
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1060
1060
|
};
|
|
@@ -1095,7 +1095,7 @@ declare const Bookmark: {
|
|
|
1095
1095
|
requestId?: string | undefined;
|
|
1096
1096
|
}, {
|
|
1097
1097
|
dispatch: any;
|
|
1098
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
|
|
1098
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
|
|
1099
1099
|
extra: {
|
|
1100
1100
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1101
1101
|
};
|
|
@@ -1134,7 +1134,7 @@ declare const Bookmark: {
|
|
|
1134
1134
|
dateModified: zod.ZodString;
|
|
1135
1135
|
}, zod.ZodUnion<[zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodNumber, zod.ZodNullable<zod.ZodString>, zod.ZodString, zod.ZodString]>, "strip">>>, {
|
|
1136
1136
|
dispatch: any;
|
|
1137
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
|
|
1137
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
|
|
1138
1138
|
extra: {
|
|
1139
1139
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1140
1140
|
};
|
|
@@ -1284,6 +1284,9 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
1284
1284
|
orderBy: string;
|
|
1285
1285
|
order: "DESC" | "ASC";
|
|
1286
1286
|
}) | undefined;
|
|
1287
|
+
spotRssFeed?: {
|
|
1288
|
+
isActive: boolean;
|
|
1289
|
+
} | undefined;
|
|
1287
1290
|
};
|
|
1288
1291
|
}, "hooks">;
|
|
1289
1292
|
declare type HookRootState = {
|
|
@@ -1308,6 +1311,9 @@ declare const Hook: {
|
|
|
1308
1311
|
orderBy: string;
|
|
1309
1312
|
order: "DESC" | "ASC";
|
|
1310
1313
|
}) | undefined;
|
|
1314
|
+
spotRssFeed?: {
|
|
1315
|
+
isActive: boolean;
|
|
1316
|
+
} | undefined;
|
|
1311
1317
|
};
|
|
1312
1318
|
}, "hooks">;
|
|
1313
1319
|
actions: _reduxjs_toolkit.CaseReducerActions<{
|
|
@@ -1328,6 +1334,9 @@ declare const Hook: {
|
|
|
1328
1334
|
orderBy: string;
|
|
1329
1335
|
order: "DESC" | "ASC";
|
|
1330
1336
|
}) | undefined;
|
|
1337
|
+
spotRssFeed?: {
|
|
1338
|
+
isActive: boolean;
|
|
1339
|
+
} | undefined;
|
|
1331
1340
|
};
|
|
1332
1341
|
}, "hooks">;
|
|
1333
1342
|
selectors: {
|
|
@@ -1348,8 +1357,11 @@ declare const Hook: {
|
|
|
1348
1357
|
orderBy: string;
|
|
1349
1358
|
order: "DESC" | "ASC";
|
|
1350
1359
|
}) | undefined;
|
|
1360
|
+
spotRssFeed?: {
|
|
1361
|
+
isActive: boolean;
|
|
1362
|
+
} | undefined;
|
|
1351
1363
|
};
|
|
1352
|
-
selectHook: <T extends "DriveHook" | "calendarHook" | "FileBankHook">(state: HookRootState, hook: T) => {
|
|
1364
|
+
selectHook: <T extends "DriveHook" | "calendarHook" | "FileBankHook" | "spotRssFeed">(state: HookRootState, hook: T) => {
|
|
1353
1365
|
DriveHook?: ({
|
|
1354
1366
|
isActive: boolean;
|
|
1355
1367
|
} & {
|
|
@@ -1366,6 +1378,9 @@ declare const Hook: {
|
|
|
1366
1378
|
orderBy: string;
|
|
1367
1379
|
order: "DESC" | "ASC";
|
|
1368
1380
|
}) | undefined;
|
|
1381
|
+
spotRssFeed?: {
|
|
1382
|
+
isActive: boolean;
|
|
1383
|
+
} | undefined;
|
|
1369
1384
|
}[T] | undefined;
|
|
1370
1385
|
};
|
|
1371
1386
|
utils: {
|
|
@@ -1428,7 +1443,7 @@ declare const jland: {
|
|
|
1428
1443
|
retrieveAllMaps: boolean;
|
|
1429
1444
|
}, {
|
|
1430
1445
|
dispatch: any;
|
|
1431
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1446
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1432
1447
|
extra: {
|
|
1433
1448
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1434
1449
|
};
|
|
@@ -1443,7 +1458,7 @@ declare const jland: {
|
|
|
1443
1458
|
retrieveAllMaps: boolean;
|
|
1444
1459
|
}, {
|
|
1445
1460
|
dispatch: any;
|
|
1446
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1461
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1447
1462
|
extra: {
|
|
1448
1463
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1449
1464
|
};
|
|
@@ -1458,7 +1473,7 @@ declare const jland: {
|
|
|
1458
1473
|
retrieveAllMaps: boolean;
|
|
1459
1474
|
}, {
|
|
1460
1475
|
dispatch: any;
|
|
1461
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1476
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1462
1477
|
extra: {
|
|
1463
1478
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1464
1479
|
};
|
|
@@ -1473,7 +1488,7 @@ declare const jland: {
|
|
|
1473
1488
|
retrieveAllMaps: boolean;
|
|
1474
1489
|
}, {
|
|
1475
1490
|
dispatch: any;
|
|
1476
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1491
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1477
1492
|
extra: {
|
|
1478
1493
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1479
1494
|
};
|
|
@@ -1485,7 +1500,7 @@ declare const jland: {
|
|
|
1485
1500
|
}>;
|
|
1486
1501
|
fetchJLandAvailableLicenses: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.AdminLicensesNotAssigned, void, {
|
|
1487
1502
|
dispatch: any;
|
|
1488
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1503
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1489
1504
|
extra: {
|
|
1490
1505
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1491
1506
|
};
|
|
@@ -1500,7 +1515,7 @@ declare const jland: {
|
|
|
1500
1515
|
map: MapCreationFront;
|
|
1501
1516
|
}, {
|
|
1502
1517
|
dispatch: any;
|
|
1503
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1518
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
|
|
1504
1519
|
extra: {
|
|
1505
1520
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1506
1521
|
};
|
|
@@ -1523,6 +1538,75 @@ declare const jland: {
|
|
|
1523
1538
|
};
|
|
1524
1539
|
};
|
|
1525
1540
|
|
|
1541
|
+
declare type MagicPadSliceRootState = Loading & {
|
|
1542
|
+
pads: jArticleList[];
|
|
1543
|
+
query: string;
|
|
1544
|
+
page: number;
|
|
1545
|
+
tab: 'my-pads' | 'all-pads';
|
|
1546
|
+
filters: Filters;
|
|
1547
|
+
orders: Orders;
|
|
1548
|
+
limit: number;
|
|
1549
|
+
nbResults: number;
|
|
1550
|
+
};
|
|
1551
|
+
declare type MagicPadRootState = {
|
|
1552
|
+
magicPad: MagicPadSliceRootState;
|
|
1553
|
+
};
|
|
1554
|
+
declare const magicPadSlice: _reduxjs_toolkit.Slice<MagicPadSliceRootState, {
|
|
1555
|
+
setTab: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['tab']>) => void;
|
|
1556
|
+
setQuery: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['query']>) => void;
|
|
1557
|
+
setPage: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['page']>) => void;
|
|
1558
|
+
setFilters: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['filters']>) => void;
|
|
1559
|
+
setOrders: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['orders']>) => void;
|
|
1560
|
+
}, "magicPad">;
|
|
1561
|
+
declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<jArticleList>, {
|
|
1562
|
+
idUserLogged: number;
|
|
1563
|
+
}, {
|
|
1564
|
+
dispatch: any;
|
|
1565
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MagicPadRootState;
|
|
1566
|
+
extra: {
|
|
1567
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
1568
|
+
};
|
|
1569
|
+
rejectValue: {
|
|
1570
|
+
error: number;
|
|
1571
|
+
errorMsg: string;
|
|
1572
|
+
};
|
|
1573
|
+
serializedErrorType?: unknown;
|
|
1574
|
+
pendingMeta?: unknown;
|
|
1575
|
+
fulfilledMeta?: unknown;
|
|
1576
|
+
rejectedMeta?: unknown;
|
|
1577
|
+
}>;
|
|
1578
|
+
declare const MagicPad: {
|
|
1579
|
+
slice: _reduxjs_toolkit.Slice<MagicPadSliceRootState, {
|
|
1580
|
+
setTab: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['tab']>) => void;
|
|
1581
|
+
setQuery: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['query']>) => void;
|
|
1582
|
+
setPage: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['page']>) => void;
|
|
1583
|
+
setFilters: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['filters']>) => void;
|
|
1584
|
+
setOrders: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['orders']>) => void;
|
|
1585
|
+
}, "magicPad">;
|
|
1586
|
+
actions: {
|
|
1587
|
+
fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<jArticleList>, {
|
|
1588
|
+
idUserLogged: number;
|
|
1589
|
+
}, {
|
|
1590
|
+
dispatch: any;
|
|
1591
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MagicPadRootState;
|
|
1592
|
+
extra: {
|
|
1593
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
1594
|
+
};
|
|
1595
|
+
rejectValue: {
|
|
1596
|
+
error: number;
|
|
1597
|
+
errorMsg: string;
|
|
1598
|
+
};
|
|
1599
|
+
serializedErrorType?: unknown;
|
|
1600
|
+
pendingMeta?: unknown;
|
|
1601
|
+
fulfilledMeta?: unknown;
|
|
1602
|
+
rejectedMeta?: unknown;
|
|
1603
|
+
}>;
|
|
1604
|
+
};
|
|
1605
|
+
selectors: {
|
|
1606
|
+
selectMagicPad: (state: MagicPadRootState) => MagicPadSliceRootState;
|
|
1607
|
+
};
|
|
1608
|
+
};
|
|
1609
|
+
|
|
1526
1610
|
declare type MediaLibraryRootState = {
|
|
1527
1611
|
mediaLibrary: MediaLibraryState;
|
|
1528
1612
|
};
|
|
@@ -1549,7 +1633,7 @@ declare const mediaLibrarySlice: _reduxjs_toolkit.Slice<MediaLibraryState, {
|
|
|
1549
1633
|
}, "mediaLibrary">;
|
|
1550
1634
|
declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingResults<MediaLibraryList, jamespot_user_api.BaseMessages>, void, {
|
|
1551
1635
|
dispatch: any;
|
|
1552
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1636
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1553
1637
|
extra: {
|
|
1554
1638
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1555
1639
|
};
|
|
@@ -1561,7 +1645,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
|
|
|
1561
1645
|
}>;
|
|
1562
1646
|
declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<ApiPagingResults<MediaLibraryList, jamespot_user_api.BaseMessages>, number, {
|
|
1563
1647
|
dispatch: any;
|
|
1564
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1648
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1565
1649
|
extra: {
|
|
1566
1650
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1567
1651
|
};
|
|
@@ -1573,7 +1657,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
|
|
|
1573
1657
|
}>;
|
|
1574
1658
|
declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<boolean, jamespot_user_api.BaseMessages>, void, {
|
|
1575
1659
|
dispatch: any;
|
|
1576
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1660
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1577
1661
|
extra: {
|
|
1578
1662
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1579
1663
|
};
|
|
@@ -1597,7 +1681,7 @@ declare const MediaLibrary: {
|
|
|
1597
1681
|
actions: {
|
|
1598
1682
|
fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingResults<MediaLibraryList, jamespot_user_api.BaseMessages>, void, {
|
|
1599
1683
|
dispatch: any;
|
|
1600
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1684
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1601
1685
|
extra: {
|
|
1602
1686
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1603
1687
|
};
|
|
@@ -1609,7 +1693,7 @@ declare const MediaLibrary: {
|
|
|
1609
1693
|
}>;
|
|
1610
1694
|
fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<ApiPagingResults<MediaLibraryList, jamespot_user_api.BaseMessages>, number, {
|
|
1611
1695
|
dispatch: any;
|
|
1612
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1696
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1613
1697
|
extra: {
|
|
1614
1698
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1615
1699
|
};
|
|
@@ -1621,7 +1705,7 @@ declare const MediaLibrary: {
|
|
|
1621
1705
|
}>;
|
|
1622
1706
|
fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<boolean, jamespot_user_api.BaseMessages>, void, {
|
|
1623
1707
|
dispatch: any;
|
|
1624
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1708
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
|
|
1625
1709
|
extra: {
|
|
1626
1710
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1627
1711
|
};
|
|
@@ -1808,7 +1892,7 @@ declare const WedocApp: {
|
|
|
1808
1892
|
sort: "DESC" | "ASC";
|
|
1809
1893
|
}, {
|
|
1810
1894
|
dispatch: any;
|
|
1811
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & WedocAppRootState;
|
|
1895
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & WedocAppRootState;
|
|
1812
1896
|
extra: {
|
|
1813
1897
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1814
1898
|
};
|
|
@@ -1820,7 +1904,7 @@ declare const WedocApp: {
|
|
|
1820
1904
|
}>;
|
|
1821
1905
|
fetchRecentFiles: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<jamespot_user_api.PagingResults<jamespot_user_api.WedocFileType>, jamespot_user_api.BaseMessages>, void, {
|
|
1822
1906
|
dispatch: any;
|
|
1823
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & WedocAppRootState;
|
|
1907
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & WedocAppRootState;
|
|
1824
1908
|
extra: {
|
|
1825
1909
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1826
1910
|
};
|
|
@@ -1891,7 +1975,7 @@ declare const Share: {
|
|
|
1891
1975
|
idUser?: number;
|
|
1892
1976
|
}, {
|
|
1893
1977
|
dispatch: any;
|
|
1894
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & ShareRootState;
|
|
1978
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & ShareRootState;
|
|
1895
1979
|
extra: {
|
|
1896
1980
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1897
1981
|
};
|
|
@@ -1931,7 +2015,7 @@ declare const TVDisplay: {
|
|
|
1931
2015
|
actions: {
|
|
1932
2016
|
fetchChannels: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.PagingResults<jamespot_user_api.TVChannelList>, number | void, {
|
|
1933
2017
|
dispatch: any;
|
|
1934
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & TVDisplayRootState;
|
|
2018
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & TVDisplayRootState;
|
|
1935
2019
|
extra: {
|
|
1936
2020
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1937
2021
|
};
|
|
@@ -1945,7 +2029,7 @@ declare const TVDisplay: {
|
|
|
1945
2029
|
channel: Pick<jamespot_user_api.TVChannelList, "id">;
|
|
1946
2030
|
}, {
|
|
1947
2031
|
dispatch: any;
|
|
1948
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & TVDisplayRootState;
|
|
2032
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & TVDisplayRootState;
|
|
1949
2033
|
extra: {
|
|
1950
2034
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1951
2035
|
};
|
|
@@ -2320,7 +2404,7 @@ declare const studio: {
|
|
|
2320
2404
|
actions: {
|
|
2321
2405
|
fetchStudioAppsList: _reduxjs_toolkit.AsyncThunk<StudioAppBase[], undefined, {
|
|
2322
2406
|
dispatch: any;
|
|
2323
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2407
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2324
2408
|
extra: {
|
|
2325
2409
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
2326
2410
|
};
|
|
@@ -2335,7 +2419,7 @@ declare const studio: {
|
|
|
2335
2419
|
status: StatusType;
|
|
2336
2420
|
}, {
|
|
2337
2421
|
dispatch: any;
|
|
2338
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2422
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2339
2423
|
extra: {
|
|
2340
2424
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
2341
2425
|
};
|
|
@@ -2349,7 +2433,7 @@ declare const studio: {
|
|
|
2349
2433
|
idApp: string;
|
|
2350
2434
|
}, {
|
|
2351
2435
|
dispatch: any;
|
|
2352
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2436
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2353
2437
|
extra: {
|
|
2354
2438
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
2355
2439
|
};
|
|
@@ -2363,7 +2447,7 @@ declare const studio: {
|
|
|
2363
2447
|
idApp: string;
|
|
2364
2448
|
}, {
|
|
2365
2449
|
dispatch: any;
|
|
2366
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2450
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2367
2451
|
extra: {
|
|
2368
2452
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
2369
2453
|
};
|
|
@@ -2377,7 +2461,7 @@ declare const studio: {
|
|
|
2377
2461
|
idApp: string;
|
|
2378
2462
|
}, {
|
|
2379
2463
|
dispatch: any;
|
|
2380
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2464
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2381
2465
|
extra: {
|
|
2382
2466
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
2383
2467
|
};
|
|
@@ -2392,7 +2476,7 @@ declare const studio: {
|
|
|
2392
2476
|
callback?: () => void;
|
|
2393
2477
|
}, {
|
|
2394
2478
|
dispatch: any;
|
|
2395
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2479
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2396
2480
|
extra: {
|
|
2397
2481
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
2398
2482
|
};
|
|
@@ -2407,7 +2491,7 @@ declare const studio: {
|
|
|
2407
2491
|
status: jamespot_user_api.StudioApplicationStatusEnumBased;
|
|
2408
2492
|
}, {
|
|
2409
2493
|
dispatch: any;
|
|
2410
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2494
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2411
2495
|
extra: {
|
|
2412
2496
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
2413
2497
|
};
|
|
@@ -2419,7 +2503,7 @@ declare const studio: {
|
|
|
2419
2503
|
}>;
|
|
2420
2504
|
saveCurrentStudioApp: _reduxjs_toolkit.AsyncThunk<void, undefined, {
|
|
2421
2505
|
dispatch: any;
|
|
2422
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2506
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2423
2507
|
extra: {
|
|
2424
2508
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
2425
2509
|
};
|
|
@@ -2433,7 +2517,7 @@ declare const studio: {
|
|
|
2433
2517
|
callback?: () => void;
|
|
2434
2518
|
}, {
|
|
2435
2519
|
dispatch: any;
|
|
2436
|
-
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2520
|
+
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
2437
2521
|
extra: {
|
|
2438
2522
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
2439
2523
|
};
|
|
@@ -2454,4 +2538,4 @@ declare const studio: {
|
|
|
2454
2538
|
};
|
|
2455
2539
|
};
|
|
2456
2540
|
|
|
2457
|
-
export { APP_STATUS_TYPE, AUDIENCE, AnimationSliceRootState, Animations, AnimationsRootState, AppAttrSolrModel, AppAttrWidgetModel, AppColumnsDefaultTypes, AppFieldFormProperty, AppFieldFormPropertyTypes, AppFieldView, AppFieldsFormItem, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormUniqueList, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Comment, CommentRootState, ContentTypePropertyValue, EditorProps, EditorsRootState, EditorsState, ExtraAppFieldsItemViews, Faq, FaqRootState, Hook, HookRootState, JLandMapFront, JLandRootState, JType, MODE_EDIT, MODE_VIEW, MapCreationFront, MapExtraFieldsWithView, MediaLibrary, MediaLibraryRootState, MediaLibraryState, Model, ModelRootState, Network, NetworkRootState, Platform, PlatformRootState, ReservationForm, RootDispatch, RootState, STUDIO_VIEW, Share, ShareRootState, StatusType, StudioAppBase, StudioAppManifest, StudioApplication, StudioAudienceType, StudioRootState, TVDisplay, TVDisplayRootState, TaxonomyPropertyValue, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, ToastRootState, UserCurrent, UserCurrentRootState, ViewName, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, animationsReducer, animationsSlice, deleteCurrentAnimation, fetchCurrentAnimation, fetchCurrentAnimationApp, fetchMediaLibraryConfig, fetchMediaLibraryFolders, fetchMediaLibraryUnclassifiedFiles, jland, mediaLibraryReducer, mediaLibrarySlice, saveCurrentAnimation, slice, studio, toggleAnimationIsActive, updateWidgetContent, viewsList };
|
|
2541
|
+
export { APP_STATUS_TYPE, AUDIENCE, AnimationSliceRootState, Animations, AnimationsRootState, AppAttrSolrModel, AppAttrWidgetModel, AppColumnsDefaultTypes, AppFieldFormProperty, AppFieldFormPropertyTypes, AppFieldView, AppFieldsFormItem, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormUniqueList, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Comment, CommentRootState, ContentTypePropertyValue, EditorProps, EditorsRootState, EditorsState, ExtraAppFieldsItemViews, Faq, FaqRootState, Hook, HookRootState, JLandMapFront, JLandRootState, JType, MODE_EDIT, MODE_VIEW, MagicPad, MagicPadRootState, MagicPadSliceRootState, MapCreationFront, MapExtraFieldsWithView, MediaLibrary, MediaLibraryRootState, MediaLibraryState, Model, ModelRootState, Network, NetworkRootState, Platform, PlatformRootState, ReservationForm, RootDispatch, RootState, STUDIO_VIEW, Share, ShareRootState, StatusType, StudioAppBase, StudioAppManifest, StudioApplication, StudioAudienceType, StudioRootState, TVDisplay, TVDisplayRootState, TaxonomyPropertyValue, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, ToastRootState, UserCurrent, UserCurrentRootState, ViewName, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, animationsReducer, animationsSlice, deleteCurrentAnimation, fetchCurrentAnimation, fetchCurrentAnimationApp, fetchMediaLibraryConfig, fetchMediaLibraryFolders, fetchMediaLibraryUnclassifiedFiles, fetchPads, jland, magicPadSlice, mediaLibraryReducer, mediaLibrarySlice, saveCurrentAnimation, slice, studio, toggleAnimationIsActive, updateWidgetContent, viewsList };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.47",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@reduxjs/toolkit": "1.9.0",
|
|
41
41
|
"@types/uuid": "^9.0.8",
|
|
42
|
-
"jamespot-user-api": "^1.0.
|
|
42
|
+
"jamespot-user-api": "^1.0.157",
|
|
43
43
|
"react-redux": "7.2.9",
|
|
44
44
|
"redux": "4.2.0",
|
|
45
45
|
"uuid": "^9.0.1"
|