jamespot-front-business 1.3.1 → 1.3.2
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 +5 -5
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1735,13 +1735,13 @@ declare const Bookmark: {
|
|
|
1735
1735
|
bookmarkByArticleId: (state: RootState$1, idArticle: number) => any;
|
|
1736
1736
|
};
|
|
1737
1737
|
getRTHandlers: (dispatch: AppDispatch) => ({
|
|
1738
|
-
namespace: "BOOKMARKS";
|
|
1739
|
-
function: "update" | "add" | "delete";
|
|
1740
|
-
handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
|
|
1741
|
-
} | {
|
|
1742
1738
|
namespace: "CUSTOM-ACTION";
|
|
1743
1739
|
function: "update" | "add" | "remove";
|
|
1744
1740
|
handler: (message: jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "update", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "add", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "remove", {}, {}>) => void;
|
|
1741
|
+
} | {
|
|
1742
|
+
namespace: "BOOKMARKS";
|
|
1743
|
+
function: "update" | "add" | "delete";
|
|
1744
|
+
handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
|
|
1745
1745
|
})[];
|
|
1746
1746
|
};
|
|
1747
1747
|
|
|
@@ -1792,7 +1792,7 @@ declare const Calendar: {
|
|
|
1792
1792
|
fulfilledMeta?: unknown;
|
|
1793
1793
|
rejectedMeta?: unknown;
|
|
1794
1794
|
}>;
|
|
1795
|
-
setTypes: _reduxjs_toolkit.AsyncThunk<boolean, ("
|
|
1795
|
+
setTypes: _reduxjs_toolkit.AsyncThunk<boolean, ("animatedMeeting" | "meeting" | "socialEvent" | "boardCard")[], {
|
|
1796
1796
|
dispatch: AppDispatch;
|
|
1797
1797
|
state: RootState$1;
|
|
1798
1798
|
extra: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"eslint-config-prettier": "^8.10.2",
|
|
32
32
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
33
33
|
"eslint-plugin-import": "^2.32.0",
|
|
34
|
-
"jamespot-user-api": "^1.3.
|
|
34
|
+
"jamespot-user-api": "^1.3.2",
|
|
35
35
|
"jest": "^30.2.0",
|
|
36
36
|
"jest-environment-jsdom": "^30.2.0",
|
|
37
37
|
"knip": "^5.66.4",
|