jamespot-front-business 1.3.3 → 1.3.4
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 +24 -5
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +24 -5
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +4 -7
- 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: "CUSTOM-ACTION";
|
|
1739
|
-
function: "update" | "add" | "remove";
|
|
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
1738
|
namespace: "BOOKMARKS";
|
|
1743
1739
|
function: "update" | "add" | "delete";
|
|
1744
1740
|
handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
|
|
1741
|
+
} | {
|
|
1742
|
+
namespace: "CUSTOM-ACTION";
|
|
1743
|
+
function: "update" | "add" | "remove";
|
|
1744
|
+
handler: (message: jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "update", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "add", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "remove", {}, {}>) => void;
|
|
1745
1745
|
})[];
|
|
1746
1746
|
};
|
|
1747
1747
|
|
|
@@ -6105,20 +6105,17 @@ declare const WIDGET_CHECK_LIST_LABEL = "WIDGET_Check_List";
|
|
|
6105
6105
|
declare const WIDGET_CHECK_LIST_DESCRIPTION = "WIDGET_Check_List_Description";
|
|
6106
6106
|
declare const WIDGET_QUICK_SURVEY_LABEL = "WIDGET_Quick_Survey";
|
|
6107
6107
|
declare const WIDGET_QUICK_SURVEY_DESCRIPTION = "WIDGET_Quick_Survey_Text";
|
|
6108
|
-
declare const WIDGET_USER_PROFILE = "widget-user-profil";
|
|
6109
6108
|
|
|
6110
6109
|
declare const WIDGETS_WIDGET_CHECK_LIST_DESCRIPTION: typeof WIDGET_CHECK_LIST_DESCRIPTION;
|
|
6111
6110
|
declare const WIDGETS_WIDGET_CHECK_LIST_LABEL: typeof WIDGET_CHECK_LIST_LABEL;
|
|
6112
6111
|
declare const WIDGETS_WIDGET_QUICK_SURVEY_DESCRIPTION: typeof WIDGET_QUICK_SURVEY_DESCRIPTION;
|
|
6113
6112
|
declare const WIDGETS_WIDGET_QUICK_SURVEY_LABEL: typeof WIDGET_QUICK_SURVEY_LABEL;
|
|
6114
|
-
declare const WIDGETS_WIDGET_USER_PROFILE: typeof WIDGET_USER_PROFILE;
|
|
6115
6113
|
declare namespace WIDGETS {
|
|
6116
6114
|
export {
|
|
6117
6115
|
WIDGETS_WIDGET_CHECK_LIST_DESCRIPTION as WIDGET_CHECK_LIST_DESCRIPTION,
|
|
6118
6116
|
WIDGETS_WIDGET_CHECK_LIST_LABEL as WIDGET_CHECK_LIST_LABEL,
|
|
6119
6117
|
WIDGETS_WIDGET_QUICK_SURVEY_DESCRIPTION as WIDGET_QUICK_SURVEY_DESCRIPTION,
|
|
6120
6118
|
WIDGETS_WIDGET_QUICK_SURVEY_LABEL as WIDGET_QUICK_SURVEY_LABEL,
|
|
6121
|
-
WIDGETS_WIDGET_USER_PROFILE as WIDGET_USER_PROFILE,
|
|
6122
6119
|
};
|
|
6123
6120
|
}
|
|
6124
6121
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
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.4",
|
|
35
35
|
"jest": "^30.2.0",
|
|
36
36
|
"jest-environment-jsdom": "^30.2.0",
|
|
37
37
|
"knip": "^5.67.1",
|