jamespot-front-business 1.1.31 → 1.1.33
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 +289 -67
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +289 -67
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +110 -24
- package/package.json +4 -2
package/dist/types.d.ts
CHANGED
|
@@ -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;
|
|
@@ -522,7 +522,7 @@ declare const AssetReservation: {
|
|
|
522
522
|
actions: {
|
|
523
523
|
fetchBookableAsset: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<jamespot_user_api.BookableAssetList, jamespot_user_api.BaseMessages>, void, {
|
|
524
524
|
dispatch: any;
|
|
525
|
-
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;
|
|
526
526
|
extra: {
|
|
527
527
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
528
528
|
};
|
|
@@ -534,7 +534,7 @@ declare const AssetReservation: {
|
|
|
534
534
|
}>;
|
|
535
535
|
fetchConfiguration: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<jamespot_user_api.AssetReservationConfiguration, jamespot_user_api.BaseMessages>, void, {
|
|
536
536
|
dispatch: any;
|
|
537
|
-
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;
|
|
538
538
|
extra: {
|
|
539
539
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
540
540
|
};
|
|
@@ -546,7 +546,7 @@ declare const AssetReservation: {
|
|
|
546
546
|
}>;
|
|
547
547
|
fetchReservation: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<jamespot_user_api.ReservationList, jamespot_user_api.BaseMessages>, "history" | undefined, {
|
|
548
548
|
dispatch: any;
|
|
549
|
-
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;
|
|
550
550
|
extra: {
|
|
551
551
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
552
552
|
};
|
|
@@ -684,7 +684,7 @@ declare const Bookmark: {
|
|
|
684
684
|
resetStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/resetStatus">;
|
|
685
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, {
|
|
686
686
|
dispatch: any;
|
|
687
|
-
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;
|
|
688
688
|
extra: {
|
|
689
689
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
690
690
|
};
|
|
@@ -701,7 +701,7 @@ declare const Bookmark: {
|
|
|
701
701
|
requestId?: string | undefined;
|
|
702
702
|
}, {
|
|
703
703
|
dispatch: any;
|
|
704
|
-
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;
|
|
705
705
|
extra: {
|
|
706
706
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
707
707
|
};
|
|
@@ -720,7 +720,7 @@ declare const Bookmark: {
|
|
|
720
720
|
position: "after" | "before";
|
|
721
721
|
}, {
|
|
722
722
|
dispatch: any;
|
|
723
|
-
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;
|
|
724
724
|
extra: {
|
|
725
725
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
726
726
|
};
|
|
@@ -737,7 +737,7 @@ declare const Bookmark: {
|
|
|
737
737
|
requestId?: string | undefined;
|
|
738
738
|
}, {
|
|
739
739
|
dispatch: any;
|
|
740
|
-
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;
|
|
741
741
|
extra: {
|
|
742
742
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
743
743
|
};
|
|
@@ -752,7 +752,7 @@ declare const Bookmark: {
|
|
|
752
752
|
}>;
|
|
753
753
|
editBookmark: _reduxjs_toolkit.AsyncThunk<void, Partial<jamespot_user_api.BookmarkRawList<jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle>>, {
|
|
754
754
|
dispatch: any;
|
|
755
|
-
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;
|
|
756
756
|
extra: {
|
|
757
757
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
758
758
|
};
|
|
@@ -913,7 +913,7 @@ declare const jland: {
|
|
|
913
913
|
retrieveAllMaps: boolean;
|
|
914
914
|
}, {
|
|
915
915
|
dispatch: any;
|
|
916
|
-
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;
|
|
917
917
|
extra: {
|
|
918
918
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
919
919
|
};
|
|
@@ -928,7 +928,7 @@ declare const jland: {
|
|
|
928
928
|
retrieveAllMaps: boolean;
|
|
929
929
|
}, {
|
|
930
930
|
dispatch: any;
|
|
931
|
-
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;
|
|
932
932
|
extra: {
|
|
933
933
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
934
934
|
};
|
|
@@ -943,7 +943,7 @@ declare const jland: {
|
|
|
943
943
|
retrieveAllMaps: boolean;
|
|
944
944
|
}, {
|
|
945
945
|
dispatch: any;
|
|
946
|
-
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;
|
|
947
947
|
extra: {
|
|
948
948
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
949
949
|
};
|
|
@@ -958,7 +958,7 @@ declare const jland: {
|
|
|
958
958
|
retrieveAllMaps: boolean;
|
|
959
959
|
}, {
|
|
960
960
|
dispatch: any;
|
|
961
|
-
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;
|
|
962
962
|
extra: {
|
|
963
963
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
964
964
|
};
|
|
@@ -970,7 +970,7 @@ declare const jland: {
|
|
|
970
970
|
}>;
|
|
971
971
|
fetchJLandAvailableLicenses: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.AdminLicensesNotAssigned, void, {
|
|
972
972
|
dispatch: any;
|
|
973
|
-
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;
|
|
974
974
|
extra: {
|
|
975
975
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
976
976
|
};
|
|
@@ -985,7 +985,7 @@ declare const jland: {
|
|
|
985
985
|
map: MapCreationFront;
|
|
986
986
|
}, {
|
|
987
987
|
dispatch: any;
|
|
988
|
-
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;
|
|
989
989
|
extra: {
|
|
990
990
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
991
991
|
};
|
|
@@ -1143,7 +1143,7 @@ declare const WedocApp: {
|
|
|
1143
1143
|
sort: "DESC" | "ASC";
|
|
1144
1144
|
}, {
|
|
1145
1145
|
dispatch: any;
|
|
1146
|
-
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;
|
|
1147
1147
|
extra: {
|
|
1148
1148
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1149
1149
|
};
|
|
@@ -1155,7 +1155,7 @@ declare const WedocApp: {
|
|
|
1155
1155
|
}>;
|
|
1156
1156
|
fetchRecentFiles: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<jamespot_user_api.PagingResults<jamespot_user_api.WedocFileType>, jamespot_user_api.BaseMessages>, void, {
|
|
1157
1157
|
dispatch: any;
|
|
1158
|
-
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;
|
|
1159
1159
|
extra: {
|
|
1160
1160
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1161
1161
|
};
|
|
@@ -1196,7 +1196,7 @@ declare const Share: {
|
|
|
1196
1196
|
idUser?: number;
|
|
1197
1197
|
}, {
|
|
1198
1198
|
dispatch: any;
|
|
1199
|
-
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;
|
|
1200
1200
|
extra: {
|
|
1201
1201
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1202
1202
|
};
|
|
@@ -1236,7 +1236,7 @@ declare const TVDisplay: {
|
|
|
1236
1236
|
actions: {
|
|
1237
1237
|
fetchChannels: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.PagingResults<jamespot_user_api.TVChannelList>, number | void, {
|
|
1238
1238
|
dispatch: any;
|
|
1239
|
-
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;
|
|
1240
1240
|
extra: {
|
|
1241
1241
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1242
1242
|
};
|
|
@@ -1250,7 +1250,7 @@ declare const TVDisplay: {
|
|
|
1250
1250
|
channel: Pick<jamespot_user_api.TVChannelList, "id">;
|
|
1251
1251
|
}, {
|
|
1252
1252
|
dispatch: any;
|
|
1253
|
-
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;
|
|
1254
1254
|
extra: {
|
|
1255
1255
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1256
1256
|
};
|
|
@@ -1481,29 +1481,44 @@ declare const WidgetEditor: {
|
|
|
1481
1481
|
};
|
|
1482
1482
|
};
|
|
1483
1483
|
|
|
1484
|
+
interface CurrentStudioAppState {
|
|
1485
|
+
currentStudioApp: StudioApplication | null;
|
|
1486
|
+
fetchCurrentStudioAppStatus: 'idle' | 'pending';
|
|
1487
|
+
}
|
|
1488
|
+
declare type CurrentStudioAppRootState = {
|
|
1489
|
+
currentStudioApp: CurrentStudioAppState;
|
|
1490
|
+
};
|
|
1491
|
+
|
|
1484
1492
|
declare type StudioAppsListState = {
|
|
1485
1493
|
studioAppsList: StudioApplication[];
|
|
1486
1494
|
loadingStudioAppsList: 'idle' | 'pending';
|
|
1487
1495
|
deleteStudioAppStatus: 'idle' | 'pending';
|
|
1496
|
+
suspendStudioAppStatus: 'idle' | 'pending';
|
|
1497
|
+
restartStudioAppStatus: 'idle' | 'pending';
|
|
1498
|
+
cloneStudioAppStatus: 'idle' | 'pending';
|
|
1499
|
+
createNewStudioAppStatus: 'idle' | 'pending';
|
|
1488
1500
|
};
|
|
1489
1501
|
declare type StudioAppsListRootState = {
|
|
1490
1502
|
studioAppsList: StudioAppsListState;
|
|
1491
1503
|
};
|
|
1492
1504
|
|
|
1493
1505
|
declare type StudioRootState = {
|
|
1494
|
-
studio: StudioAppsListRootState;
|
|
1506
|
+
studio: StudioAppsListRootState & CurrentStudioAppRootState;
|
|
1495
1507
|
};
|
|
1508
|
+
declare function selectStudioAppsList(state: StudioRootState): StudioAppsListState;
|
|
1509
|
+
declare function selectCurrentStudioApp(state: StudioRootState): CurrentStudioAppState;
|
|
1496
1510
|
declare const studio: {
|
|
1497
1511
|
slice: {
|
|
1498
1512
|
name: "studio";
|
|
1499
1513
|
reducer: redux.Reducer<redux.CombinedState<{
|
|
1500
1514
|
studioAppsList: StudioAppsListState;
|
|
1515
|
+
currentStudioApp: CurrentStudioAppState;
|
|
1501
1516
|
}>, redux.AnyAction>;
|
|
1502
1517
|
};
|
|
1503
1518
|
actions: {
|
|
1504
1519
|
fetchStudioAppsList: _reduxjs_toolkit.AsyncThunk<StudioAppBase[], undefined, {
|
|
1505
1520
|
dispatch: any;
|
|
1506
|
-
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & StudioRootState;
|
|
1521
|
+
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
1507
1522
|
extra: {
|
|
1508
1523
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1509
1524
|
};
|
|
@@ -1514,11 +1529,80 @@ declare const studio: {
|
|
|
1514
1529
|
rejectedMeta?: unknown;
|
|
1515
1530
|
}>;
|
|
1516
1531
|
deleteStudioApp: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.BaseMessages, {
|
|
1532
|
+
idApp: string;
|
|
1533
|
+
status: StatusType;
|
|
1534
|
+
}, {
|
|
1535
|
+
dispatch: any;
|
|
1536
|
+
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
1537
|
+
extra: {
|
|
1538
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
1539
|
+
};
|
|
1540
|
+
rejectValue?: unknown;
|
|
1541
|
+
serializedErrorType?: unknown;
|
|
1542
|
+
pendingMeta?: unknown;
|
|
1543
|
+
fulfilledMeta?: unknown;
|
|
1544
|
+
rejectedMeta?: unknown;
|
|
1545
|
+
}>;
|
|
1546
|
+
suspendStudioApp: _reduxjs_toolkit.AsyncThunk<void, {
|
|
1547
|
+
idApp: string;
|
|
1548
|
+
}, {
|
|
1549
|
+
dispatch: any;
|
|
1550
|
+
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
1551
|
+
extra: {
|
|
1552
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
1553
|
+
};
|
|
1554
|
+
rejectValue?: unknown;
|
|
1555
|
+
serializedErrorType?: unknown;
|
|
1556
|
+
pendingMeta?: unknown;
|
|
1557
|
+
fulfilledMeta?: unknown;
|
|
1558
|
+
rejectedMeta?: unknown;
|
|
1559
|
+
}>;
|
|
1560
|
+
restartStudioApp: _reduxjs_toolkit.AsyncThunk<void, {
|
|
1561
|
+
idApp: string;
|
|
1562
|
+
}, {
|
|
1563
|
+
dispatch: any;
|
|
1564
|
+
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
1565
|
+
extra: {
|
|
1566
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
1567
|
+
};
|
|
1568
|
+
rejectValue?: unknown;
|
|
1569
|
+
serializedErrorType?: unknown;
|
|
1570
|
+
pendingMeta?: unknown;
|
|
1571
|
+
fulfilledMeta?: unknown;
|
|
1572
|
+
rejectedMeta?: unknown;
|
|
1573
|
+
}>;
|
|
1574
|
+
cloneStudioApp: _reduxjs_toolkit.AsyncThunk<StudioApplication, {
|
|
1575
|
+
idApp: string;
|
|
1576
|
+
}, {
|
|
1577
|
+
dispatch: any;
|
|
1578
|
+
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
1579
|
+
extra: {
|
|
1580
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
1581
|
+
};
|
|
1582
|
+
rejectValue?: unknown;
|
|
1583
|
+
serializedErrorType?: unknown;
|
|
1584
|
+
pendingMeta?: unknown;
|
|
1585
|
+
fulfilledMeta?: unknown;
|
|
1586
|
+
rejectedMeta?: unknown;
|
|
1587
|
+
}>;
|
|
1588
|
+
createNewStudioApp: _reduxjs_toolkit.AsyncThunk<StudioApplication, undefined, {
|
|
1589
|
+
dispatch: any;
|
|
1590
|
+
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
1591
|
+
extra: {
|
|
1592
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
1593
|
+
};
|
|
1594
|
+
rejectValue?: unknown;
|
|
1595
|
+
serializedErrorType?: unknown;
|
|
1596
|
+
pendingMeta?: unknown;
|
|
1597
|
+
fulfilledMeta?: unknown;
|
|
1598
|
+
rejectedMeta?: unknown;
|
|
1599
|
+
}>;
|
|
1600
|
+
fetchCurrentStudioApp: _reduxjs_toolkit.AsyncThunk<StudioApplication, {
|
|
1517
1601
|
idApp: string;
|
|
1518
1602
|
status: jamespot_user_api.StudioApplicationStatusEnumBased;
|
|
1519
1603
|
}, {
|
|
1520
1604
|
dispatch: any;
|
|
1521
|
-
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState> & StudioRootState;
|
|
1605
|
+
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
1522
1606
|
extra: {
|
|
1523
1607
|
jApi: jamespot_user_api.JamespotUserApi;
|
|
1524
1608
|
};
|
|
@@ -1528,10 +1612,12 @@ declare const studio: {
|
|
|
1528
1612
|
fulfilledMeta?: unknown;
|
|
1529
1613
|
rejectedMeta?: unknown;
|
|
1530
1614
|
}>;
|
|
1615
|
+
setCurrentApp: _reduxjs_toolkit.ActionCreatorWithPayload<any, "currentStudioApp/setCurrentApp">;
|
|
1531
1616
|
setAppsList: _reduxjs_toolkit.ActionCreatorWithPayload<any, "studioAppsList/setAppsList">;
|
|
1532
1617
|
};
|
|
1533
1618
|
selectors: {
|
|
1534
|
-
selectStudioAppsList:
|
|
1619
|
+
selectStudioAppsList: typeof selectStudioAppsList;
|
|
1620
|
+
selectCurrentStudioApp: typeof selectCurrentStudioApp;
|
|
1535
1621
|
};
|
|
1536
1622
|
};
|
|
1537
1623
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.33",
|
|
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
|
+
"@types/uuid": "^9.0.8",
|
|
40
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",
|