jamespot-front-business 1.1.71 → 1.1.73
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 +17 -6
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +17 -6
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +5 -5
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ declare const Animations: {
|
|
|
96
96
|
};
|
|
97
97
|
actions: {
|
|
98
98
|
saveCurrentAnimation: _reduxjs_toolkit.AsyncThunk<void, {
|
|
99
|
-
name: "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
99
|
+
name: "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
100
100
|
audience: string[];
|
|
101
101
|
activeClickEffect: number;
|
|
102
102
|
activeDecor: number;
|
|
@@ -842,7 +842,7 @@ declare const Animations: {
|
|
|
842
842
|
rejectedMeta?: unknown;
|
|
843
843
|
}>;
|
|
844
844
|
fetchCurrentAnimationApp: _reduxjs_toolkit.AsyncThunk<{
|
|
845
|
-
name: "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
845
|
+
name: "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
846
846
|
audience: string[];
|
|
847
847
|
activeClickEffect: number;
|
|
848
848
|
activeDecor: number;
|
|
@@ -1439,7 +1439,7 @@ declare const Animations: {
|
|
|
1439
1439
|
};
|
|
1440
1440
|
selectors: {
|
|
1441
1441
|
selectCurrentAnimation: (state: AnimationsRootState) => {
|
|
1442
|
-
name: "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1442
|
+
name: "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1443
1443
|
audience: string[];
|
|
1444
1444
|
activeClickEffect: number;
|
|
1445
1445
|
activeDecor: number;
|
|
@@ -1448,7 +1448,7 @@ declare const Animations: {
|
|
|
1448
1448
|
isActiveAnimation: (state: AnimationsRootState) => boolean;
|
|
1449
1449
|
isToggleLoading: (state: AnimationsRootState) => boolean;
|
|
1450
1450
|
selectAnimationConfigurationApp: (state: AnimationsRootState) => {
|
|
1451
|
-
name: "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1451
|
+
name: "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1452
1452
|
audience: string[];
|
|
1453
1453
|
activeClickEffect: number;
|
|
1454
1454
|
activeDecor: number;
|
|
@@ -2208,7 +2208,7 @@ declare const AssetReservation: {
|
|
|
2208
2208
|
}) | ({
|
|
2209
2209
|
layers?: string[] | undefined;
|
|
2210
2210
|
} & jamespot_user_api.WidgetPresenceType)>[] | undefined;
|
|
2211
|
-
}, jamespot_user_api.BaseMessages>, "
|
|
2211
|
+
}, jamespot_user_api.BaseMessages>, "my" | "history", {
|
|
2212
2212
|
dispatch: any;
|
|
2213
2213
|
state: Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & {
|
|
2214
2214
|
widgets: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.73",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@reduxjs/toolkit": "1.9.0",
|
|
45
45
|
"@types/uuid": "^10.0.0",
|
|
46
|
-
"jamespot-user-api": "^1.0.
|
|
46
|
+
"jamespot-user-api": "^1.0.196",
|
|
47
47
|
"react-redux": "7.2.9",
|
|
48
48
|
"redux": "4.2.0",
|
|
49
49
|
"uuid": "^10.0.0"
|