jamespot-front-business 1.1.99 → 1.1.100

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 +27 -2
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -12427,6 +12427,11 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
12427
12427
  isActive: boolean;
12428
12428
  hasLicense: boolean;
12429
12429
  } | undefined;
12430
+ LuccaAbsenceHook?: {
12431
+ label: string;
12432
+ isActive: boolean;
12433
+ hasLicense: boolean;
12434
+ } | undefined;
12430
12435
  OnlyOfficeHook?: {
12431
12436
  color: string;
12432
12437
  description: string;
@@ -12543,6 +12548,11 @@ declare const Hook: {
12543
12548
  isActive: boolean;
12544
12549
  hasLicense: boolean;
12545
12550
  } | undefined;
12551
+ LuccaAbsenceHook?: {
12552
+ label: string;
12553
+ isActive: boolean;
12554
+ hasLicense: boolean;
12555
+ } | undefined;
12546
12556
  OnlyOfficeHook?: {
12547
12557
  color: string;
12548
12558
  description: string;
@@ -12655,6 +12665,11 @@ declare const Hook: {
12655
12665
  isActive: boolean;
12656
12666
  hasLicense: boolean;
12657
12667
  } | undefined;
12668
+ LuccaAbsenceHook?: {
12669
+ label: string;
12670
+ isActive: boolean;
12671
+ hasLicense: boolean;
12672
+ } | undefined;
12658
12673
  OnlyOfficeHook?: {
12659
12674
  color: string;
12660
12675
  description: string;
@@ -12767,6 +12782,11 @@ declare const Hook: {
12767
12782
  isActive: boolean;
12768
12783
  hasLicense: boolean;
12769
12784
  } | undefined;
12785
+ LuccaAbsenceHook?: {
12786
+ label: string;
12787
+ isActive: boolean;
12788
+ hasLicense: boolean;
12789
+ } | undefined;
12770
12790
  OnlyOfficeHook?: {
12771
12791
  color: string;
12772
12792
  description: string;
@@ -12799,7 +12819,7 @@ declare const Hook: {
12799
12819
  hasLicense: boolean;
12800
12820
  } | undefined;
12801
12821
  };
12802
- selectHook: <T extends "ExtraBotHook" | "AdminAdvancedHook" | "AnimatedMeetingHook" | "calendarHook" | "DriveHook" | "FAQHook" | "FileBankHook" | "JitsiHook" | "spotRssFeed" | "WidgetHook" | "ExternalAppHook" | "BigBlueButtonHook" | "MagicPadHook" | "MagicWandHook" | "OfficeHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T) => ({
12822
+ selectHook: <T extends "ExtraBotHook" | "AdminAdvancedHook" | "AnimatedMeetingHook" | "calendarHook" | "DriveHook" | "FAQHook" | "FileBankHook" | "JitsiHook" | "spotRssFeed" | "WidgetHook" | "ExternalAppHook" | "BigBlueButtonHook" | "MagicPadHook" | "MagicWandHook" | "OfficeHook" | "LuccaAbsenceHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T) => ({
12803
12823
  AdminAdvancedHook?: {
12804
12824
  isActive: boolean;
12805
12825
  sendAlert: boolean;
@@ -12877,6 +12897,11 @@ declare const Hook: {
12877
12897
  isActive: boolean;
12878
12898
  hasLicense: boolean;
12879
12899
  } | undefined;
12900
+ LuccaAbsenceHook?: {
12901
+ label: string;
12902
+ isActive: boolean;
12903
+ hasLicense: boolean;
12904
+ } | undefined;
12880
12905
  OnlyOfficeHook?: {
12881
12906
  color: string;
12882
12907
  description: string;
@@ -12909,7 +12934,7 @@ declare const Hook: {
12909
12934
  hasLicense: boolean;
12910
12935
  } | undefined;
12911
12936
  })[T] | undefined;
12912
- hasHookLicense: <T_1 extends "ExternalAppHook" | "BigBlueButtonHook" | "MagicPadHook" | "MagicWandHook" | "OfficeHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T_1) => boolean;
12937
+ hasHookLicense: <T_1 extends "ExternalAppHook" | "BigBlueButtonHook" | "MagicPadHook" | "MagicWandHook" | "OfficeHook" | "LuccaAbsenceHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T_1) => boolean;
12913
12938
  };
12914
12939
  utils: {
12915
12940
  buildDrivesArrayFromObject: (drives: Partial<Record<"drive_microsoft_graph" | "drive_dropbox" | "drive_google", boolean>> | undefined) => string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.1.99",
3
+ "version": "1.1.100",
4
4
  "description": "typescript utils",
5
5
  "main": "dist/cjs.js",
6
6
  "module": "dist/esm.js",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@reduxjs/toolkit": "1.9.0",
45
45
  "@types/uuid": "^10.0.0",
46
- "jamespot-user-api": "^1.0.225",
46
+ "jamespot-user-api": "^1.0.226",
47
47
  "react-redux": "7.2.9",
48
48
  "redux": "4.2.0",
49
49
  "uuid": "^10.0.0"