jamespot-front-business 1.1.30 → 1.1.32

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
@@ -2,7 +2,7 @@ import * as _reduxjs_toolkit from '@reduxjs/toolkit';
2
2
  import { EntityState, Action, Dispatch as Dispatch$1, PayloadAction } from '@reduxjs/toolkit';
3
3
  import * as _reduxjs_toolkit_dist_tsHelpers from '@reduxjs/toolkit/dist/tsHelpers';
4
4
  import * as jamespot_user_api from 'jamespot-user-api';
5
- import { ApplicationType, WidgetsRootState, JamespotUserApi, AudienceAutocomplete, Taxonomy, jObjectLittle, ReservationList, BookableAssetList, AssetReservationConfiguration, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, JLandMap, AdminLicensesNotAssigned, Model as Model$1, NetworkType, WedocFileType, jUserLittle, PagingResults, TVChannelList, TinyMCECommonOptions, jUserList, WidgetKeys, WidgetWrapperProps, WidgetTypeKeys, WidgetDefinitionProps, WidgetsState, CombinedWidgetContent, WidgetVector, WidgetStateProps } from 'jamespot-user-api';
5
+ import { ApplicationType, WidgetsRootState, JamespotUserApi, AudienceAutocomplete, StudioApplicationBase, Taxonomy, jObjectLittle, ReservationList, BookableAssetList, AssetReservationConfiguration, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, JLandMap, AdminLicensesNotAssigned, Model as Model$1, NetworkType, WedocFileType, jUserLittle, PagingResults, TVChannelList, TinyMCECommonOptions, jUserList, WidgetKeys, WidgetWrapperProps, WidgetTypeKeys, WidgetDefinitionProps, WidgetsState, CombinedWidgetContent, WidgetVector, WidgetStateProps } from 'jamespot-user-api';
6
6
  import * as redux from 'redux';
7
7
  import { Dispatch } from 'redux';
8
8
  import React from 'react';
@@ -46,7 +46,7 @@ declare const Application: {
46
46
  selectors: _reduxjs_toolkit.EntitySelectors<ApplicationType, ApplicationRootState>;
47
47
  };
48
48
 
49
- declare type RootState = Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & WidgetsRootState & WidgetsRootState & WedocAppRootState>;
49
+ declare type RootState = Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & WidgetsRootState & WidgetsRootState & WedocAppRootState & UserCurrentRootState>;
50
50
  declare type RootDispatch = Dispatch<Action>;
51
51
  declare type ThunkApiConfig<T> = {
52
52
  dispatch: any;
@@ -91,6 +91,9 @@ declare const APP_STATUS_TYPE: {
91
91
  };
92
92
  declare type AppStatusKeys = keyof typeof APP_STATUS_TYPE;
93
93
  declare type AppStatusType = StatusType.draft | StatusType.installed | StatusType.suspended;
94
+ interface StudioAppBase extends StudioApplicationBase {
95
+ articlesCount?: number;
96
+ }
94
97
  interface StudioApplication {
95
98
  idApp: string;
96
99
  status: AppStatusType;
@@ -133,6 +136,7 @@ interface StudioAppManifest {
133
136
  checkAccess: boolean;
134
137
  accessRightList?: string;
135
138
  attrExposed: Array<string>;
139
+ articlesCount?: number;
136
140
  }
137
141
  interface AppForm {
138
142
  formItems: AppFormItem[];
@@ -518,7 +522,7 @@ declare const AssetReservation: {
518
522
  actions: {
519
523
  fetchBookableAsset: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<jamespot_user_api.BookableAssetList, jamespot_user_api.BaseMessages>, void, {
520
524
  dispatch: any;
521
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & BookableAssetRootState;
525
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookableAssetRootState;
522
526
  extra: {
523
527
  jApi: jamespot_user_api.JamespotUserApi;
524
528
  };
@@ -530,7 +534,7 @@ declare const AssetReservation: {
530
534
  }>;
531
535
  fetchConfiguration: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<jamespot_user_api.AssetReservationConfiguration, jamespot_user_api.BaseMessages>, void, {
532
536
  dispatch: any;
533
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & jamespot_user_api.AssetReservationConfiguration & Loading;
537
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & jamespot_user_api.AssetReservationConfiguration & Loading;
534
538
  extra: {
535
539
  jApi: jamespot_user_api.JamespotUserApi;
536
540
  };
@@ -542,7 +546,7 @@ declare const AssetReservation: {
542
546
  }>;
543
547
  fetchReservation: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<jamespot_user_api.ReservationList, jamespot_user_api.BaseMessages>, "history" | undefined, {
544
548
  dispatch: any;
545
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & ReservationRootState;
549
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & ReservationRootState;
546
550
  extra: {
547
551
  jApi: jamespot_user_api.JamespotUserApi;
548
552
  };
@@ -680,7 +684,7 @@ declare const Bookmark: {
680
684
  resetStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/resetStatus">;
681
685
  fetchBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<jamespot_user_api.BookmarkRawList<jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle>, jamespot_user_api.BaseMessages>, void, {
682
686
  dispatch: any;
683
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & BookmarkRootState;
687
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
684
688
  extra: {
685
689
  jApi: jamespot_user_api.JamespotUserApi;
686
690
  };
@@ -697,7 +701,7 @@ declare const Bookmark: {
697
701
  requestId?: string | undefined;
698
702
  }, {
699
703
  dispatch: any;
700
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & BookmarkRootState;
704
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
701
705
  extra: {
702
706
  jApi: jamespot_user_api.JamespotUserApi;
703
707
  };
@@ -716,7 +720,7 @@ declare const Bookmark: {
716
720
  position: "after" | "before";
717
721
  }, {
718
722
  dispatch: any;
719
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & BookmarkRootState;
723
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
720
724
  extra: {
721
725
  jApi: jamespot_user_api.JamespotUserApi;
722
726
  };
@@ -733,7 +737,7 @@ declare const Bookmark: {
733
737
  requestId?: string | undefined;
734
738
  }, {
735
739
  dispatch: any;
736
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & BookmarkRootState;
740
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
737
741
  extra: {
738
742
  jApi: jamespot_user_api.JamespotUserApi;
739
743
  };
@@ -748,7 +752,7 @@ declare const Bookmark: {
748
752
  }>;
749
753
  editBookmark: _reduxjs_toolkit.AsyncThunk<void, Partial<jamespot_user_api.BookmarkRawList<jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle>>, {
750
754
  dispatch: any;
751
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & BookmarkRootState;
755
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & BookmarkRootState;
752
756
  extra: {
753
757
  jApi: jamespot_user_api.JamespotUserApi;
754
758
  };
@@ -909,7 +913,7 @@ declare const jland: {
909
913
  retrieveAllMaps: boolean;
910
914
  }, {
911
915
  dispatch: any;
912
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & JLandRootState;
916
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
913
917
  extra: {
914
918
  jApi: jamespot_user_api.JamespotUserApi;
915
919
  };
@@ -924,7 +928,7 @@ declare const jland: {
924
928
  retrieveAllMaps: boolean;
925
929
  }, {
926
930
  dispatch: any;
927
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & JLandRootState;
931
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
928
932
  extra: {
929
933
  jApi: jamespot_user_api.JamespotUserApi;
930
934
  };
@@ -939,7 +943,7 @@ declare const jland: {
939
943
  retrieveAllMaps: boolean;
940
944
  }, {
941
945
  dispatch: any;
942
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & JLandRootState;
946
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
943
947
  extra: {
944
948
  jApi: jamespot_user_api.JamespotUserApi;
945
949
  };
@@ -954,7 +958,7 @@ declare const jland: {
954
958
  retrieveAllMaps: boolean;
955
959
  }, {
956
960
  dispatch: any;
957
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & JLandRootState;
961
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
958
962
  extra: {
959
963
  jApi: jamespot_user_api.JamespotUserApi;
960
964
  };
@@ -966,7 +970,7 @@ declare const jland: {
966
970
  }>;
967
971
  fetchJLandAvailableLicenses: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.AdminLicensesNotAssigned, void, {
968
972
  dispatch: any;
969
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & JLandRootState;
973
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
970
974
  extra: {
971
975
  jApi: jamespot_user_api.JamespotUserApi;
972
976
  };
@@ -981,7 +985,7 @@ declare const jland: {
981
985
  map: MapCreationFront;
982
986
  }, {
983
987
  dispatch: any;
984
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & JLandRootState;
988
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & JLandRootState;
985
989
  extra: {
986
990
  jApi: jamespot_user_api.JamespotUserApi;
987
991
  };
@@ -1139,7 +1143,7 @@ declare const WedocApp: {
1139
1143
  sort: "DESC" | "ASC";
1140
1144
  }, {
1141
1145
  dispatch: any;
1142
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & WedocAppRootState;
1146
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & WedocAppRootState;
1143
1147
  extra: {
1144
1148
  jApi: jamespot_user_api.JamespotUserApi;
1145
1149
  };
@@ -1151,7 +1155,7 @@ declare const WedocApp: {
1151
1155
  }>;
1152
1156
  fetchRecentFiles: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<jamespot_user_api.PagingResults<jamespot_user_api.WedocFileType>, jamespot_user_api.BaseMessages>, void, {
1153
1157
  dispatch: any;
1154
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & WedocAppRootState;
1158
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & WedocAppRootState;
1155
1159
  extra: {
1156
1160
  jApi: jamespot_user_api.JamespotUserApi;
1157
1161
  };
@@ -1192,7 +1196,7 @@ declare const Share: {
1192
1196
  idUser?: number;
1193
1197
  }, {
1194
1198
  dispatch: any;
1195
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & ShareRootState;
1199
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & ShareRootState;
1196
1200
  extra: {
1197
1201
  jApi: jamespot_user_api.JamespotUserApi;
1198
1202
  };
@@ -1232,7 +1236,7 @@ declare const TVDisplay: {
1232
1236
  actions: {
1233
1237
  fetchChannels: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.PagingResults<jamespot_user_api.TVChannelList>, number | void, {
1234
1238
  dispatch: any;
1235
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & TVDisplayRootState;
1239
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & TVDisplayRootState;
1236
1240
  extra: {
1237
1241
  jApi: jamespot_user_api.JamespotUserApi;
1238
1242
  };
@@ -1246,7 +1250,7 @@ declare const TVDisplay: {
1246
1250
  channel: Pick<jamespot_user_api.TVChannelList, "id">;
1247
1251
  }, {
1248
1252
  dispatch: any;
1249
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & TVDisplayRootState;
1253
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & TVDisplayRootState;
1250
1254
  extra: {
1251
1255
  jApi: jamespot_user_api.JamespotUserApi;
1252
1256
  };
@@ -1480,6 +1484,10 @@ declare const WidgetEditor: {
1480
1484
  declare type StudioAppsListState = {
1481
1485
  studioAppsList: StudioApplication[];
1482
1486
  loadingStudioAppsList: 'idle' | 'pending';
1487
+ deleteStudioAppStatus: 'idle' | 'pending';
1488
+ suspendStudioAppStatus: 'idle' | 'pending';
1489
+ restartStudioAppStatus: 'idle' | 'pending';
1490
+ cloneStudioAppStatus: 'idle' | 'pending';
1483
1491
  };
1484
1492
  declare type StudioAppsListRootState = {
1485
1493
  studioAppsList: StudioAppsListState;
@@ -1496,9 +1504,66 @@ declare const studio: {
1496
1504
  }>, redux.AnyAction>;
1497
1505
  };
1498
1506
  actions: {
1499
- fetchStudioAppsList: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.StudioApplicationBase[], undefined, {
1507
+ fetchStudioAppsList: _reduxjs_toolkit.AsyncThunk<StudioAppBase[], undefined, {
1508
+ dispatch: any;
1509
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
1510
+ extra: {
1511
+ jApi: jamespot_user_api.JamespotUserApi;
1512
+ };
1513
+ rejectValue?: unknown;
1514
+ serializedErrorType?: unknown;
1515
+ pendingMeta?: unknown;
1516
+ fulfilledMeta?: unknown;
1517
+ rejectedMeta?: unknown;
1518
+ }>;
1519
+ deleteStudioApp: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.BaseMessages, {
1520
+ idApp: string;
1521
+ status: StatusType;
1522
+ }, {
1523
+ dispatch: any;
1524
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
1525
+ extra: {
1526
+ jApi: jamespot_user_api.JamespotUserApi;
1527
+ };
1528
+ rejectValue?: unknown;
1529
+ serializedErrorType?: unknown;
1530
+ pendingMeta?: unknown;
1531
+ fulfilledMeta?: unknown;
1532
+ rejectedMeta?: unknown;
1533
+ }>;
1534
+ suspendStudioApp: _reduxjs_toolkit.AsyncThunk<void, {
1535
+ idApp: string;
1536
+ }, {
1537
+ dispatch: any;
1538
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
1539
+ extra: {
1540
+ jApi: jamespot_user_api.JamespotUserApi;
1541
+ };
1542
+ rejectValue?: unknown;
1543
+ serializedErrorType?: unknown;
1544
+ pendingMeta?: unknown;
1545
+ fulfilledMeta?: unknown;
1546
+ rejectedMeta?: unknown;
1547
+ }>;
1548
+ restartStudioApp: _reduxjs_toolkit.AsyncThunk<void, {
1549
+ idApp: string;
1550
+ }, {
1551
+ dispatch: any;
1552
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
1553
+ extra: {
1554
+ jApi: jamespot_user_api.JamespotUserApi;
1555
+ };
1556
+ rejectValue?: unknown;
1557
+ serializedErrorType?: unknown;
1558
+ pendingMeta?: unknown;
1559
+ fulfilledMeta?: unknown;
1560
+ rejectedMeta?: unknown;
1561
+ }>;
1562
+ cloneStudioApp: _reduxjs_toolkit.AsyncThunk<StudioApplication, {
1563
+ idApp: string;
1564
+ }, {
1500
1565
  dispatch: any;
1501
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & StudioRootState;
1566
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
1502
1567
  extra: {
1503
1568
  jApi: jamespot_user_api.JamespotUserApi;
1504
1569
  };
@@ -1508,10 +1573,11 @@ declare const studio: {
1508
1573
  fulfilledMeta?: unknown;
1509
1574
  rejectedMeta?: unknown;
1510
1575
  }>;
1576
+ setAppsList: _reduxjs_toolkit.ActionCreatorWithPayload<any, "studioAppsList/setAppsList">;
1511
1577
  };
1512
1578
  selectors: {
1513
1579
  selectStudioAppsList: (state: StudioRootState) => StudioAppsListState;
1514
1580
  };
1515
1581
  };
1516
1582
 
1517
- export { APP_STATUS_TYPE, AUDIENCE, AbstractAppFormProperties, AppAttrSolrModel, AppAttrWidgetModel, AppForm, AppFormAddFileAttachmentProperties, AppFormAudienceProperties, AppFormBannedFromViews, AppFormCheckboxProperties, AppFormCodeHTMLProperties, AppFormContentLinkProperties, AppFormDateProperties, AppFormDateTimeProperties, AppFormDescriptionProperties, AppFormEmailProperties, AppFormFieldOnlyInView, AppFormFieldValueType, AppFormFixedFootList4View, AppFormFixedHeadList, AppFormFixedList, AppFormIdUserProperties, AppFormItem, AppFormItemRefInView, AppFormItemType, AppFormItemsView, AppFormNoAsFieldList, AppFormNoFixedValueList, AppFormNonPrimaryList, AppFormNotFields, AppFormNumberProperties, AppFormOption, AppFormOptionsProperties, AppFormPrimaryList, AppFormProperties, AppFormRadioProperties, AppFormRangeProperties, AppFormSelectProperties, AppFormTagsProperties, AppFormTextAreaHTMLProperties, AppFormTextAreaProperties, AppFormTextProperties, AppFormToggleProperties, AppFormURLProperties, AppFormUniqueList, AppFormUserLinkProperties, AppInstallForType, AppLabelContentType, AppLabelsType, AppManifest, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewsType, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, EditorProps, EditorsRootState, EditorsState, Faq, FaqRootState, HtmlValue, JLandMapFront, JLandRootState, MODE_EDIT, MODE_VIEW, MapCreationFront, Model, ModelRootState, Network, NetworkRootState, ReservationForm, RootDispatch, RootState, STUDIO_VIEW, Share, ShareRootState, StatusType, StudioAppManifest, StudioApplication, StudioAudienceType, StudioRootState, TVDisplay, TVDisplayRootState, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, ToastRootState, UserCurrent, UserCurrentRootState, ViewName, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, jland, slice, studio };
1583
+ export { APP_STATUS_TYPE, AUDIENCE, AbstractAppFormProperties, AppAttrSolrModel, AppAttrWidgetModel, AppForm, AppFormAddFileAttachmentProperties, AppFormAudienceProperties, AppFormBannedFromViews, AppFormCheckboxProperties, AppFormCodeHTMLProperties, AppFormContentLinkProperties, AppFormDateProperties, AppFormDateTimeProperties, AppFormDescriptionProperties, AppFormEmailProperties, AppFormFieldOnlyInView, AppFormFieldValueType, AppFormFixedFootList4View, AppFormFixedHeadList, AppFormFixedList, AppFormIdUserProperties, AppFormItem, AppFormItemRefInView, AppFormItemType, AppFormItemsView, AppFormNoAsFieldList, AppFormNoFixedValueList, AppFormNonPrimaryList, AppFormNotFields, AppFormNumberProperties, AppFormOption, AppFormOptionsProperties, AppFormPrimaryList, AppFormProperties, AppFormRadioProperties, AppFormRangeProperties, AppFormSelectProperties, AppFormTagsProperties, AppFormTextAreaHTMLProperties, AppFormTextAreaProperties, AppFormTextProperties, AppFormToggleProperties, AppFormURLProperties, AppFormUniqueList, AppFormUserLinkProperties, AppInstallForType, AppLabelContentType, AppLabelsType, AppManifest, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewsType, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, EditorProps, EditorsRootState, EditorsState, Faq, FaqRootState, HtmlValue, JLandMapFront, JLandRootState, MODE_EDIT, MODE_VIEW, MapCreationFront, Model, ModelRootState, Network, NetworkRootState, ReservationForm, RootDispatch, RootState, STUDIO_VIEW, Share, ShareRootState, StatusType, StudioAppBase, StudioAppManifest, StudioApplication, StudioAudienceType, StudioRootState, TVDisplay, TVDisplayRootState, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, ToastRootState, UserCurrent, UserCurrentRootState, ViewName, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, jland, slice, studio };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.1.30",
3
+ "version": "1.1.32",
4
4
  "description": "typescript utils",
5
5
  "main": "dist/cjs.js",
6
6
  "module": "dist/esm.js",
@@ -37,9 +37,11 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@reduxjs/toolkit": "1.9.0",
40
- "jamespot-user-api": "^1.0.137",
40
+ "@types/uuid": "^9.0.8",
41
+ "jamespot-user-api": "^1.0.138",
41
42
  "react-redux": "7.2.9",
42
- "redux": "4.2.0"
43
+ "redux": "4.2.0",
44
+ "uuid": "^9.0.1"
43
45
  },
44
46
  "scripts": {
45
47
  "build": "rollup -c",