jamespot-front-business 1.1.46 → 1.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -1,13 +1,13 @@
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, PagingResults, TVChannelList, TinyMCECommonOptions, jUserList, WidgetKeys, WidgetWrapperProps, WidgetTypeKeys, WidgetDefinitionProps, CombinedWidgetContent, WidgetsState, WidgetVector, WidgetStateProps } from 'jamespot-user-api';
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';
8
8
  import React from 'react';
9
- import { MapCreationFront as MapCreationFront$1 } from 'src/types';
10
9
  import { Loading as Loading$1 } from 'src/types/utils';
10
+ import { MapCreationFront as MapCreationFront$1 } from 'src/types';
11
11
  import * as zod from 'zod';
12
12
  import { jCommentList } from 'jamespot-user-api/lib/src/types/comment';
13
13
 
@@ -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
  };
@@ -694,20 +694,19 @@ declare const AssetReservation: {
694
694
  };
695
695
  };
696
696
 
697
+ declare type CommentRootState = {
698
+ comment: CommentListRootState;
699
+ };
697
700
  declare type CommentsList = {
698
701
  idArticle: number;
699
702
  list: jCommentList[];
700
703
  };
701
- declare type CommentListState = Loading & {
704
+ declare type CommentListState = Loading$1 & {
702
705
  comments: Array<CommentsList>;
703
706
  };
704
707
  declare type CommentListRootState = {
705
708
  commentList: CommentListState;
706
709
  };
707
-
708
- declare type CommentRootState = {
709
- comment: CommentListRootState;
710
- };
711
710
  declare const Comment: {
712
711
  slice: {
713
712
  name: "comment";
@@ -721,7 +720,7 @@ declare const Comment: {
721
720
  }, "commentList/discardComments">;
722
721
  fetchComments: _reduxjs_toolkit.AsyncThunk<CommentsList, jamespot_user_api.GetCommentsParams, {
723
722
  dispatch: any;
724
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & CommentRootState;
723
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & CommentRootState;
725
724
  extra: {
726
725
  jApi: jamespot_user_api.JamespotUserApi;
727
726
  };
@@ -913,7 +912,7 @@ declare const Bookmark: {
913
912
  dateModified: zod.ZodString;
914
913
  }, 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
914
  dispatch: any;
916
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
915
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
917
916
  extra: {
918
917
  jApi: jamespot_user_api.JamespotUserApi;
919
918
  };
@@ -987,7 +986,7 @@ declare const Bookmark: {
987
986
  requestId?: string | undefined;
988
987
  }, {
989
988
  dispatch: any;
990
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
989
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
991
990
  extra: {
992
991
  jApi: jamespot_user_api.JamespotUserApi;
993
992
  };
@@ -1054,7 +1053,7 @@ declare const Bookmark: {
1054
1053
  position: "after" | "before";
1055
1054
  }, {
1056
1055
  dispatch: any;
1057
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
1056
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
1058
1057
  extra: {
1059
1058
  jApi: jamespot_user_api.JamespotUserApi;
1060
1059
  };
@@ -1095,7 +1094,7 @@ declare const Bookmark: {
1095
1094
  requestId?: string | undefined;
1096
1095
  }, {
1097
1096
  dispatch: any;
1098
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
1097
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
1099
1098
  extra: {
1100
1099
  jApi: jamespot_user_api.JamespotUserApi;
1101
1100
  };
@@ -1134,7 +1133,7 @@ declare const Bookmark: {
1134
1133
  dateModified: zod.ZodString;
1135
1134
  }, 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
1135
  dispatch: any;
1137
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
1136
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
1138
1137
  extra: {
1139
1138
  jApi: jamespot_user_api.JamespotUserApi;
1140
1139
  };
@@ -1284,6 +1283,15 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
1284
1283
  orderBy: string;
1285
1284
  order: "DESC" | "ASC";
1286
1285
  }) | undefined;
1286
+ spotRssFeed?: {
1287
+ isActive: boolean;
1288
+ } | undefined;
1289
+ WidgetHook?: ({
1290
+ isActive: boolean;
1291
+ } & {
1292
+ create: boolean;
1293
+ autorize: ("comment" | "article" | "message" | "board" | undefined)[];
1294
+ }) | undefined;
1287
1295
  };
1288
1296
  }, "hooks">;
1289
1297
  declare type HookRootState = {
@@ -1308,6 +1316,15 @@ declare const Hook: {
1308
1316
  orderBy: string;
1309
1317
  order: "DESC" | "ASC";
1310
1318
  }) | undefined;
1319
+ spotRssFeed?: {
1320
+ isActive: boolean;
1321
+ } | undefined;
1322
+ WidgetHook?: ({
1323
+ isActive: boolean;
1324
+ } & {
1325
+ create: boolean;
1326
+ autorize: ("comment" | "article" | "message" | "board" | undefined)[];
1327
+ }) | undefined;
1311
1328
  };
1312
1329
  }, "hooks">;
1313
1330
  actions: _reduxjs_toolkit.CaseReducerActions<{
@@ -1328,6 +1345,15 @@ declare const Hook: {
1328
1345
  orderBy: string;
1329
1346
  order: "DESC" | "ASC";
1330
1347
  }) | undefined;
1348
+ spotRssFeed?: {
1349
+ isActive: boolean;
1350
+ } | undefined;
1351
+ WidgetHook?: ({
1352
+ isActive: boolean;
1353
+ } & {
1354
+ create: boolean;
1355
+ autorize: ("comment" | "article" | "message" | "board" | undefined)[];
1356
+ }) | undefined;
1331
1357
  };
1332
1358
  }, "hooks">;
1333
1359
  selectors: {
@@ -1348,8 +1374,17 @@ declare const Hook: {
1348
1374
  orderBy: string;
1349
1375
  order: "DESC" | "ASC";
1350
1376
  }) | undefined;
1377
+ spotRssFeed?: {
1378
+ isActive: boolean;
1379
+ } | undefined;
1380
+ WidgetHook?: ({
1381
+ isActive: boolean;
1382
+ } & {
1383
+ create: boolean;
1384
+ autorize: ("comment" | "article" | "message" | "board" | undefined)[];
1385
+ }) | undefined;
1351
1386
  };
1352
- selectHook: <T extends "DriveHook" | "calendarHook" | "FileBankHook">(state: HookRootState, hook: T) => {
1387
+ selectHook: <T extends "DriveHook" | "calendarHook" | "FileBankHook" | "spotRssFeed" | "WidgetHook">(state: HookRootState, hook: T) => {
1353
1388
  DriveHook?: ({
1354
1389
  isActive: boolean;
1355
1390
  } & {
@@ -1366,6 +1401,15 @@ declare const Hook: {
1366
1401
  orderBy: string;
1367
1402
  order: "DESC" | "ASC";
1368
1403
  }) | undefined;
1404
+ spotRssFeed?: {
1405
+ isActive: boolean;
1406
+ } | undefined;
1407
+ WidgetHook?: ({
1408
+ isActive: boolean;
1409
+ } & {
1410
+ create: boolean;
1411
+ autorize: ("comment" | "article" | "message" | "board" | undefined)[];
1412
+ }) | undefined;
1369
1413
  }[T] | undefined;
1370
1414
  };
1371
1415
  utils: {
@@ -1428,7 +1472,7 @@ declare const jland: {
1428
1472
  retrieveAllMaps: boolean;
1429
1473
  }, {
1430
1474
  dispatch: any;
1431
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1475
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1432
1476
  extra: {
1433
1477
  jApi: jamespot_user_api.JamespotUserApi;
1434
1478
  };
@@ -1443,7 +1487,7 @@ declare const jland: {
1443
1487
  retrieveAllMaps: boolean;
1444
1488
  }, {
1445
1489
  dispatch: any;
1446
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1490
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1447
1491
  extra: {
1448
1492
  jApi: jamespot_user_api.JamespotUserApi;
1449
1493
  };
@@ -1458,7 +1502,7 @@ declare const jland: {
1458
1502
  retrieveAllMaps: boolean;
1459
1503
  }, {
1460
1504
  dispatch: any;
1461
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1505
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1462
1506
  extra: {
1463
1507
  jApi: jamespot_user_api.JamespotUserApi;
1464
1508
  };
@@ -1473,7 +1517,7 @@ declare const jland: {
1473
1517
  retrieveAllMaps: boolean;
1474
1518
  }, {
1475
1519
  dispatch: any;
1476
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1520
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1477
1521
  extra: {
1478
1522
  jApi: jamespot_user_api.JamespotUserApi;
1479
1523
  };
@@ -1485,7 +1529,7 @@ declare const jland: {
1485
1529
  }>;
1486
1530
  fetchJLandAvailableLicenses: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.AdminLicensesNotAssigned, void, {
1487
1531
  dispatch: any;
1488
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1532
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1489
1533
  extra: {
1490
1534
  jApi: jamespot_user_api.JamespotUserApi;
1491
1535
  };
@@ -1500,7 +1544,7 @@ declare const jland: {
1500
1544
  map: MapCreationFront;
1501
1545
  }, {
1502
1546
  dispatch: any;
1503
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1547
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
1504
1548
  extra: {
1505
1549
  jApi: jamespot_user_api.JamespotUserApi;
1506
1550
  };
@@ -1523,6 +1567,75 @@ declare const jland: {
1523
1567
  };
1524
1568
  };
1525
1569
 
1570
+ declare type MagicPadSliceRootState = Loading & {
1571
+ pads: jArticleList[];
1572
+ query: string;
1573
+ page: number;
1574
+ tab: 'my-pads' | 'all-pads';
1575
+ filters: Filters;
1576
+ orders: Orders;
1577
+ limit: number;
1578
+ nbResults: number;
1579
+ };
1580
+ declare type MagicPadRootState = {
1581
+ magicPad: MagicPadSliceRootState;
1582
+ };
1583
+ declare const magicPadSlice: _reduxjs_toolkit.Slice<MagicPadSliceRootState, {
1584
+ setTab: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['tab']>) => void;
1585
+ setQuery: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['query']>) => void;
1586
+ setPage: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['page']>) => void;
1587
+ setFilters: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['filters']>) => void;
1588
+ setOrders: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['orders']>) => void;
1589
+ }, "magicPad">;
1590
+ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<jArticleList>, {
1591
+ idUserLogged: number;
1592
+ }, {
1593
+ dispatch: any;
1594
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MagicPadRootState;
1595
+ extra: {
1596
+ jApi: jamespot_user_api.JamespotUserApi;
1597
+ };
1598
+ rejectValue: {
1599
+ error: number;
1600
+ errorMsg: string;
1601
+ };
1602
+ serializedErrorType?: unknown;
1603
+ pendingMeta?: unknown;
1604
+ fulfilledMeta?: unknown;
1605
+ rejectedMeta?: unknown;
1606
+ }>;
1607
+ declare const MagicPad: {
1608
+ slice: _reduxjs_toolkit.Slice<MagicPadSliceRootState, {
1609
+ setTab: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['tab']>) => void;
1610
+ setQuery: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['query']>) => void;
1611
+ setPage: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['page']>) => void;
1612
+ setFilters: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['filters']>) => void;
1613
+ setOrders: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['orders']>) => void;
1614
+ }, "magicPad">;
1615
+ actions: {
1616
+ fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<jArticleList>, {
1617
+ idUserLogged: number;
1618
+ }, {
1619
+ dispatch: any;
1620
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MagicPadRootState;
1621
+ extra: {
1622
+ jApi: jamespot_user_api.JamespotUserApi;
1623
+ };
1624
+ rejectValue: {
1625
+ error: number;
1626
+ errorMsg: string;
1627
+ };
1628
+ serializedErrorType?: unknown;
1629
+ pendingMeta?: unknown;
1630
+ fulfilledMeta?: unknown;
1631
+ rejectedMeta?: unknown;
1632
+ }>;
1633
+ };
1634
+ selectors: {
1635
+ selectMagicPad: (state: MagicPadRootState) => MagicPadSliceRootState;
1636
+ };
1637
+ };
1638
+
1526
1639
  declare type MediaLibraryRootState = {
1527
1640
  mediaLibrary: MediaLibraryState;
1528
1641
  };
@@ -1549,7 +1662,7 @@ declare const mediaLibrarySlice: _reduxjs_toolkit.Slice<MediaLibraryState, {
1549
1662
  }, "mediaLibrary">;
1550
1663
  declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingResults<MediaLibraryList, jamespot_user_api.BaseMessages>, void, {
1551
1664
  dispatch: any;
1552
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1665
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1553
1666
  extra: {
1554
1667
  jApi: jamespot_user_api.JamespotUserApi;
1555
1668
  };
@@ -1561,7 +1674,7 @@ declare const fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingRes
1561
1674
  }>;
1562
1675
  declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<ApiPagingResults<MediaLibraryList, jamespot_user_api.BaseMessages>, number, {
1563
1676
  dispatch: any;
1564
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1677
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1565
1678
  extra: {
1566
1679
  jApi: jamespot_user_api.JamespotUserApi;
1567
1680
  };
@@ -1573,7 +1686,7 @@ declare const fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<Ap
1573
1686
  }>;
1574
1687
  declare const fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<boolean, jamespot_user_api.BaseMessages>, void, {
1575
1688
  dispatch: any;
1576
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1689
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1577
1690
  extra: {
1578
1691
  jApi: jamespot_user_api.JamespotUserApi;
1579
1692
  };
@@ -1597,7 +1710,7 @@ declare const MediaLibrary: {
1597
1710
  actions: {
1598
1711
  fetchMediaLibraryFolders: _reduxjs_toolkit.AsyncThunk<ApiPagingResults<MediaLibraryList, jamespot_user_api.BaseMessages>, void, {
1599
1712
  dispatch: any;
1600
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1713
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1601
1714
  extra: {
1602
1715
  jApi: jamespot_user_api.JamespotUserApi;
1603
1716
  };
@@ -1609,7 +1722,7 @@ declare const MediaLibrary: {
1609
1722
  }>;
1610
1723
  fetchMediaLibraryUnclassifiedFiles: _reduxjs_toolkit.AsyncThunk<ApiPagingResults<MediaLibraryList, jamespot_user_api.BaseMessages>, number, {
1611
1724
  dispatch: any;
1612
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1725
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1613
1726
  extra: {
1614
1727
  jApi: jamespot_user_api.JamespotUserApi;
1615
1728
  };
@@ -1621,7 +1734,7 @@ declare const MediaLibrary: {
1621
1734
  }>;
1622
1735
  fetchMediaLibraryConfig: _reduxjs_toolkit.AsyncThunk<ApiWrapper<boolean, jamespot_user_api.BaseMessages>, void, {
1623
1736
  dispatch: any;
1624
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1737
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & MediaLibraryRootState;
1625
1738
  extra: {
1626
1739
  jApi: jamespot_user_api.JamespotUserApi;
1627
1740
  };
@@ -1808,7 +1921,7 @@ declare const WedocApp: {
1808
1921
  sort: "DESC" | "ASC";
1809
1922
  }, {
1810
1923
  dispatch: any;
1811
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & WedocAppRootState;
1924
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & WedocAppRootState;
1812
1925
  extra: {
1813
1926
  jApi: jamespot_user_api.JamespotUserApi;
1814
1927
  };
@@ -1820,7 +1933,7 @@ declare const WedocApp: {
1820
1933
  }>;
1821
1934
  fetchRecentFiles: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<jamespot_user_api.PagingResults<jamespot_user_api.WedocFileType>, jamespot_user_api.BaseMessages>, void, {
1822
1935
  dispatch: any;
1823
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & WedocAppRootState;
1936
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & WedocAppRootState;
1824
1937
  extra: {
1825
1938
  jApi: jamespot_user_api.JamespotUserApi;
1826
1939
  };
@@ -1891,7 +2004,7 @@ declare const Share: {
1891
2004
  idUser?: number;
1892
2005
  }, {
1893
2006
  dispatch: any;
1894
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & ShareRootState;
2007
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & ShareRootState;
1895
2008
  extra: {
1896
2009
  jApi: jamespot_user_api.JamespotUserApi;
1897
2010
  };
@@ -1931,7 +2044,7 @@ declare const TVDisplay: {
1931
2044
  actions: {
1932
2045
  fetchChannels: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.PagingResults<jamespot_user_api.TVChannelList>, number | void, {
1933
2046
  dispatch: any;
1934
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & TVDisplayRootState;
2047
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & TVDisplayRootState;
1935
2048
  extra: {
1936
2049
  jApi: jamespot_user_api.JamespotUserApi;
1937
2050
  };
@@ -1945,7 +2058,7 @@ declare const TVDisplay: {
1945
2058
  channel: Pick<jamespot_user_api.TVChannelList, "id">;
1946
2059
  }, {
1947
2060
  dispatch: any;
1948
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & TVDisplayRootState;
2061
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & TVDisplayRootState;
1949
2062
  extra: {
1950
2063
  jApi: jamespot_user_api.JamespotUserApi;
1951
2064
  };
@@ -2127,6 +2240,9 @@ declare const WIDGET_ARTICLE_IMAGE = "widget-article-image";
2127
2240
  declare const WIDGET_ARTICLE_BUTTON = "widget-article-button";
2128
2241
  declare const WIDGET_ARTICLE_GALLERY = "widget-article-gallery";
2129
2242
  declare const WIDGET_ARTICLE_ATTACHMENT = "widget-article-attachment";
2243
+ declare const WIDGET_CHECK_LIST = "widget-check-list";
2244
+ declare const WIDGET_CHECK_LIST_LABEL = "WIDGET_Check_List";
2245
+ declare const WIDGET_CHECK_LIST_DESCRIPTION = "WIDGET_Check_List_Description";
2130
2246
 
2131
2247
  declare const WIDGETS_WIDGET_ARTICLE_TITLE: typeof WIDGET_ARTICLE_TITLE;
2132
2248
  declare const WIDGETS_WIDGET_ARTICLE_TEXT: typeof WIDGET_ARTICLE_TEXT;
@@ -2134,6 +2250,9 @@ declare const WIDGETS_WIDGET_ARTICLE_IMAGE: typeof WIDGET_ARTICLE_IMAGE;
2134
2250
  declare const WIDGETS_WIDGET_ARTICLE_BUTTON: typeof WIDGET_ARTICLE_BUTTON;
2135
2251
  declare const WIDGETS_WIDGET_ARTICLE_GALLERY: typeof WIDGET_ARTICLE_GALLERY;
2136
2252
  declare const WIDGETS_WIDGET_ARTICLE_ATTACHMENT: typeof WIDGET_ARTICLE_ATTACHMENT;
2253
+ declare const WIDGETS_WIDGET_CHECK_LIST: typeof WIDGET_CHECK_LIST;
2254
+ declare const WIDGETS_WIDGET_CHECK_LIST_LABEL: typeof WIDGET_CHECK_LIST_LABEL;
2255
+ declare const WIDGETS_WIDGET_CHECK_LIST_DESCRIPTION: typeof WIDGET_CHECK_LIST_DESCRIPTION;
2137
2256
  declare namespace WIDGETS {
2138
2257
  export {
2139
2258
  WIDGETS_WIDGET_ARTICLE_TITLE as WIDGET_ARTICLE_TITLE,
@@ -2142,6 +2261,9 @@ declare namespace WIDGETS {
2142
2261
  WIDGETS_WIDGET_ARTICLE_BUTTON as WIDGET_ARTICLE_BUTTON,
2143
2262
  WIDGETS_WIDGET_ARTICLE_GALLERY as WIDGET_ARTICLE_GALLERY,
2144
2263
  WIDGETS_WIDGET_ARTICLE_ATTACHMENT as WIDGET_ARTICLE_ATTACHMENT,
2264
+ WIDGETS_WIDGET_CHECK_LIST as WIDGET_CHECK_LIST,
2265
+ WIDGETS_WIDGET_CHECK_LIST_LABEL as WIDGET_CHECK_LIST_LABEL,
2266
+ WIDGETS_WIDGET_CHECK_LIST_DESCRIPTION as WIDGET_CHECK_LIST_DESCRIPTION,
2145
2267
  };
2146
2268
  }
2147
2269
 
@@ -2320,7 +2442,7 @@ declare const studio: {
2320
2442
  actions: {
2321
2443
  fetchStudioAppsList: _reduxjs_toolkit.AsyncThunk<StudioAppBase[], undefined, {
2322
2444
  dispatch: any;
2323
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2445
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2324
2446
  extra: {
2325
2447
  jApi: jamespot_user_api.JamespotUserApi;
2326
2448
  };
@@ -2335,7 +2457,7 @@ declare const studio: {
2335
2457
  status: StatusType;
2336
2458
  }, {
2337
2459
  dispatch: any;
2338
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2460
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2339
2461
  extra: {
2340
2462
  jApi: jamespot_user_api.JamespotUserApi;
2341
2463
  };
@@ -2349,7 +2471,7 @@ declare const studio: {
2349
2471
  idApp: string;
2350
2472
  }, {
2351
2473
  dispatch: any;
2352
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2474
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2353
2475
  extra: {
2354
2476
  jApi: jamespot_user_api.JamespotUserApi;
2355
2477
  };
@@ -2363,7 +2485,7 @@ declare const studio: {
2363
2485
  idApp: string;
2364
2486
  }, {
2365
2487
  dispatch: any;
2366
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2488
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2367
2489
  extra: {
2368
2490
  jApi: jamespot_user_api.JamespotUserApi;
2369
2491
  };
@@ -2377,7 +2499,7 @@ declare const studio: {
2377
2499
  idApp: string;
2378
2500
  }, {
2379
2501
  dispatch: any;
2380
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2502
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2381
2503
  extra: {
2382
2504
  jApi: jamespot_user_api.JamespotUserApi;
2383
2505
  };
@@ -2392,7 +2514,7 @@ declare const studio: {
2392
2514
  callback?: () => void;
2393
2515
  }, {
2394
2516
  dispatch: any;
2395
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2517
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2396
2518
  extra: {
2397
2519
  jApi: jamespot_user_api.JamespotUserApi;
2398
2520
  };
@@ -2407,7 +2529,7 @@ declare const studio: {
2407
2529
  status: jamespot_user_api.StudioApplicationStatusEnumBased;
2408
2530
  }, {
2409
2531
  dispatch: any;
2410
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2532
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2411
2533
  extra: {
2412
2534
  jApi: jamespot_user_api.JamespotUserApi;
2413
2535
  };
@@ -2419,7 +2541,7 @@ declare const studio: {
2419
2541
  }>;
2420
2542
  saveCurrentStudioApp: _reduxjs_toolkit.AsyncThunk<void, undefined, {
2421
2543
  dispatch: any;
2422
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2544
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2423
2545
  extra: {
2424
2546
  jApi: jamespot_user_api.JamespotUserApi;
2425
2547
  };
@@ -2433,7 +2555,7 @@ declare const studio: {
2433
2555
  callback?: () => void;
2434
2556
  }, {
2435
2557
  dispatch: any;
2436
- state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2558
+ state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
2437
2559
  extra: {
2438
2560
  jApi: jamespot_user_api.JamespotUserApi;
2439
2561
  };
@@ -2454,4 +2576,4 @@ declare const studio: {
2454
2576
  };
2455
2577
  };
2456
2578
 
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 };
2579
+ 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, CommentListRootState, CommentListState, CommentRootState, CommentsList, 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 };