jamespot-front-business 1.2.42 → 1.2.43

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +4 -4
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -1890,13 +1890,13 @@ declare const Bookmark: {
1890
1890
  } | undefined;
1891
1891
  };
1892
1892
  getRTHandlers: (dispatch: AppDispatch) => ({
1893
- namespace: "BOOKMARKS";
1894
- function: "update" | "add" | "delete";
1895
- handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
1896
- } | {
1897
1893
  namespace: "CUSTOM-ACTION";
1898
1894
  function: "update" | "add" | "remove";
1899
1895
  handler: (message: jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "update", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "add", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "remove", {}, {}>) => void;
1896
+ } | {
1897
+ namespace: "BOOKMARKS";
1898
+ function: "update" | "add" | "delete";
1899
+ handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
1900
1900
  })[];
1901
1901
  };
1902
1902
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.2.42",
3
+ "version": "1.2.43",
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.2.42",
34
+ "jamespot-user-api": "^1.2.43",
35
35
  "jest": "^30.1.2",
36
36
  "jest-environment-jsdom": "^30.1.2",
37
37
  "prettier": "^3.6.2",