jamespot-front-business 1.1.48 → 1.1.49

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 CHANGED
@@ -1292,6 +1292,11 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
1292
1292
  create: boolean;
1293
1293
  autorize: ("comment" | "article" | "message" | "board" | undefined)[];
1294
1294
  }) | undefined;
1295
+ AdminAdvancedHook?: ({
1296
+ isActive: boolean;
1297
+ } & {
1298
+ sendAlert: boolean;
1299
+ }) | undefined;
1295
1300
  };
1296
1301
  }, "hooks">;
1297
1302
  declare type HookRootState = {
@@ -1325,6 +1330,11 @@ declare const Hook: {
1325
1330
  create: boolean;
1326
1331
  autorize: ("comment" | "article" | "message" | "board" | undefined)[];
1327
1332
  }) | undefined;
1333
+ AdminAdvancedHook?: ({
1334
+ isActive: boolean;
1335
+ } & {
1336
+ sendAlert: boolean;
1337
+ }) | undefined;
1328
1338
  };
1329
1339
  }, "hooks">;
1330
1340
  actions: _reduxjs_toolkit.CaseReducerActions<{
@@ -1354,6 +1364,11 @@ declare const Hook: {
1354
1364
  create: boolean;
1355
1365
  autorize: ("comment" | "article" | "message" | "board" | undefined)[];
1356
1366
  }) | undefined;
1367
+ AdminAdvancedHook?: ({
1368
+ isActive: boolean;
1369
+ } & {
1370
+ sendAlert: boolean;
1371
+ }) | undefined;
1357
1372
  };
1358
1373
  }, "hooks">;
1359
1374
  selectors: {
@@ -1383,8 +1398,13 @@ declare const Hook: {
1383
1398
  create: boolean;
1384
1399
  autorize: ("comment" | "article" | "message" | "board" | undefined)[];
1385
1400
  }) | undefined;
1401
+ AdminAdvancedHook?: ({
1402
+ isActive: boolean;
1403
+ } & {
1404
+ sendAlert: boolean;
1405
+ }) | undefined;
1386
1406
  };
1387
- selectHook: <T extends "DriveHook" | "calendarHook" | "FileBankHook" | "spotRssFeed" | "WidgetHook">(state: HookRootState, hook: T) => {
1407
+ selectHook: <T extends "DriveHook" | "calendarHook" | "FileBankHook" | "spotRssFeed" | "WidgetHook" | "AdminAdvancedHook">(state: HookRootState, hook: T) => {
1388
1408
  DriveHook?: ({
1389
1409
  isActive: boolean;
1390
1410
  } & {
@@ -1410,6 +1430,11 @@ declare const Hook: {
1410
1430
  create: boolean;
1411
1431
  autorize: ("comment" | "article" | "message" | "board" | undefined)[];
1412
1432
  }) | undefined;
1433
+ AdminAdvancedHook?: ({
1434
+ isActive: boolean;
1435
+ } & {
1436
+ sendAlert: boolean;
1437
+ }) | undefined;
1413
1438
  }[T] | undefined;
1414
1439
  };
1415
1440
  utils: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.1.48",
3
+ "version": "1.1.49",
4
4
  "description": "typescript utils",
5
5
  "main": "dist/cjs.js",
6
6
  "module": "dist/esm.js",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@reduxjs/toolkit": "1.9.0",
41
41
  "@types/uuid": "^9.0.8",
42
- "jamespot-user-api": "^1.0.158",
42
+ "jamespot-user-api": "^1.0.160",
43
43
  "react-redux": "7.2.9",
44
44
  "redux": "4.2.0",
45
45
  "uuid": "^9.0.1"