jamespot-front-business 1.1.14 → 1.1.16
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/README.md +1 -2
- package/dist/types.d.ts +12 -12
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -265,7 +265,7 @@ declare const Bookmark: {
|
|
|
265
265
|
dateModified?: string;
|
|
266
266
|
title: string;
|
|
267
267
|
_url: string;
|
|
268
|
-
}>, "bookmarkList/addBookmarkRT">;
|
|
268
|
+
} | jamespot_user_api.jUserLittle>, "bookmarkList/addBookmarkRT">;
|
|
269
269
|
deleteBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<jamespot_user_api.BookmarkRawList<{
|
|
270
270
|
id: number;
|
|
271
271
|
mainType: string;
|
|
@@ -275,7 +275,7 @@ declare const Bookmark: {
|
|
|
275
275
|
dateModified?: string;
|
|
276
276
|
title: string;
|
|
277
277
|
_url: string;
|
|
278
|
-
}>, "bookmarkList/deleteBookmarkRT">;
|
|
278
|
+
} | jamespot_user_api.jUserLittle>, "bookmarkList/deleteBookmarkRT">;
|
|
279
279
|
updateBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<jamespot_user_api.BookmarkRawList<{
|
|
280
280
|
id: number;
|
|
281
281
|
mainType: string;
|
|
@@ -285,7 +285,7 @@ declare const Bookmark: {
|
|
|
285
285
|
dateModified?: string;
|
|
286
286
|
title: string;
|
|
287
287
|
_url: string;
|
|
288
|
-
}>, "bookmarkList/updateBookmarkRT">;
|
|
288
|
+
} | jamespot_user_api.jUserLittle>, "bookmarkList/updateBookmarkRT">;
|
|
289
289
|
setEditBookmark: _reduxjs_toolkit.ActionCreatorWithPayload<jamespot_user_api.BookmarkRawList<{
|
|
290
290
|
id: number;
|
|
291
291
|
mainType: string;
|
|
@@ -295,7 +295,7 @@ declare const Bookmark: {
|
|
|
295
295
|
dateModified?: string;
|
|
296
296
|
title: string;
|
|
297
297
|
_url: string;
|
|
298
|
-
}>, "bookmarkEdit/setEditBookmark">;
|
|
298
|
+
} | jamespot_user_api.jUserLittle>, "bookmarkEdit/setEditBookmark">;
|
|
299
299
|
unsetEditBookmark: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/unsetEditBookmark">;
|
|
300
300
|
resetStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/resetStatus">;
|
|
301
301
|
fetchBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<jamespot_user_api.BookmarkRawList<{
|
|
@@ -307,7 +307,7 @@ declare const Bookmark: {
|
|
|
307
307
|
dateModified?: string;
|
|
308
308
|
title: string;
|
|
309
309
|
_url: string;
|
|
310
|
-
}>, jamespot_user_api.BaseMessages>, void, {
|
|
310
|
+
} | jamespot_user_api.jUserLittle>, jamespot_user_api.BaseMessages>, void, {
|
|
311
311
|
dispatch: any;
|
|
312
312
|
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & BookmarkRootState;
|
|
313
313
|
extra: {
|
|
@@ -331,7 +331,7 @@ declare const Bookmark: {
|
|
|
331
331
|
dateModified?: string;
|
|
332
332
|
title: string;
|
|
333
333
|
_url: string;
|
|
334
|
-
}> | jamespot_user_api.BookmarkList<{
|
|
334
|
+
} | jamespot_user_api.jUserLittle> | jamespot_user_api.BookmarkList<{
|
|
335
335
|
id: number;
|
|
336
336
|
mainType: string;
|
|
337
337
|
type: string;
|
|
@@ -349,7 +349,7 @@ declare const Bookmark: {
|
|
|
349
349
|
dateModified?: string;
|
|
350
350
|
title: string;
|
|
351
351
|
_url: string;
|
|
352
|
-
}>, jamespot_user_api.BaseMessages>, (jamespot_user_api.BookmarkCustom | jamespot_user_api.BookmarkLink) & {
|
|
352
|
+
} | jamespot_user_api.jUserLittle>, jamespot_user_api.BaseMessages>, (jamespot_user_api.BookmarkCustom | jamespot_user_api.BookmarkLink) & {
|
|
353
353
|
requestId?: string | undefined;
|
|
354
354
|
}, {
|
|
355
355
|
dispatch: any;
|
|
@@ -376,7 +376,7 @@ declare const Bookmark: {
|
|
|
376
376
|
dateModified?: string;
|
|
377
377
|
title: string;
|
|
378
378
|
_url: string;
|
|
379
|
-
}>, "id">;
|
|
379
|
+
} | jamespot_user_api.jUserLittle>, "id">;
|
|
380
380
|
bookmarkReference: Pick<jamespot_user_api.BookmarkRawList<{
|
|
381
381
|
id: number;
|
|
382
382
|
mainType: string;
|
|
@@ -386,7 +386,7 @@ declare const Bookmark: {
|
|
|
386
386
|
dateModified?: string;
|
|
387
387
|
title: string;
|
|
388
388
|
_url: string;
|
|
389
|
-
}>, "id">;
|
|
389
|
+
} | jamespot_user_api.jUserLittle>, "id">;
|
|
390
390
|
position: "after" | "before";
|
|
391
391
|
}, {
|
|
392
392
|
dispatch: any;
|
|
@@ -412,7 +412,7 @@ declare const Bookmark: {
|
|
|
412
412
|
dateModified?: string;
|
|
413
413
|
title: string;
|
|
414
414
|
_url: string;
|
|
415
|
-
}>, "id"> & {
|
|
415
|
+
} | jamespot_user_api.jUserLittle>, "id"> & {
|
|
416
416
|
requestId?: string | undefined;
|
|
417
417
|
}, {
|
|
418
418
|
dispatch: any;
|
|
@@ -438,7 +438,7 @@ declare const Bookmark: {
|
|
|
438
438
|
dateModified?: string;
|
|
439
439
|
title: string;
|
|
440
440
|
_url: string;
|
|
441
|
-
}>>, {
|
|
441
|
+
} | jamespot_user_api.jUserLittle>>, {
|
|
442
442
|
dispatch: any;
|
|
443
443
|
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & BookmarkRootState;
|
|
444
444
|
extra: {
|
|
@@ -466,7 +466,7 @@ declare const Bookmark: {
|
|
|
466
466
|
dateModified?: string;
|
|
467
467
|
title: string;
|
|
468
468
|
_url: string;
|
|
469
|
-
}> | undefined;
|
|
469
|
+
} | jamespot_user_api.jUserLittle> | undefined;
|
|
470
470
|
};
|
|
471
471
|
getRTHandlers: (dispatch: redux.Dispatch<any>) => (jamespot_user_api.RTMessageHandler<"BOOKMARKS"> | jamespot_user_api.RTMessageHandler<"CUSTOM-ACTION">)[];
|
|
472
472
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.16",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@reduxjs/toolkit": "1.9.0",
|
|
48
|
-
"jamespot-user-api": "^1.0.
|
|
48
|
+
"jamespot-user-api": "^1.0.106",
|
|
49
49
|
"react-redux": "7.2.9",
|
|
50
50
|
"redux": "4.2.0"
|
|
51
51
|
}
|