jamespot-front-business 1.2.13 → 1.2.14

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
@@ -12384,6 +12384,10 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
12384
12384
  icon: string;
12385
12385
  isActive: boolean;
12386
12386
  } | undefined;
12387
+ BusinessContactHook?: {
12388
+ label: string;
12389
+ isActive: boolean;
12390
+ } | undefined;
12387
12391
  calendarHook?: {
12388
12392
  label: string;
12389
12393
  isActive: boolean;
@@ -12490,6 +12494,11 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
12490
12494
  }[];
12491
12495
  hasLicense: boolean;
12492
12496
  } | undefined;
12497
+ SpotHook?: {
12498
+ label: string;
12499
+ isActive: boolean;
12500
+ hasLicense: boolean;
12501
+ } | undefined;
12493
12502
  StudioHook?: {
12494
12503
  isActive: boolean;
12495
12504
  hasLicense: boolean;
@@ -12527,6 +12536,10 @@ declare const Hook: {
12527
12536
  icon: string;
12528
12537
  isActive: boolean;
12529
12538
  } | undefined;
12539
+ BusinessContactHook?: {
12540
+ label: string;
12541
+ isActive: boolean;
12542
+ } | undefined;
12530
12543
  calendarHook?: {
12531
12544
  label: string;
12532
12545
  isActive: boolean;
@@ -12633,6 +12646,11 @@ declare const Hook: {
12633
12646
  }[];
12634
12647
  hasLicense: boolean;
12635
12648
  } | undefined;
12649
+ SpotHook?: {
12650
+ label: string;
12651
+ isActive: boolean;
12652
+ hasLicense: boolean;
12653
+ } | undefined;
12636
12654
  StudioHook?: {
12637
12655
  isActive: boolean;
12638
12656
  hasLicense: boolean;
@@ -12666,6 +12684,10 @@ declare const Hook: {
12666
12684
  icon: string;
12667
12685
  isActive: boolean;
12668
12686
  } | undefined;
12687
+ BusinessContactHook?: {
12688
+ label: string;
12689
+ isActive: boolean;
12690
+ } | undefined;
12669
12691
  calendarHook?: {
12670
12692
  label: string;
12671
12693
  isActive: boolean;
@@ -12772,6 +12794,11 @@ declare const Hook: {
12772
12794
  }[];
12773
12795
  hasLicense: boolean;
12774
12796
  } | undefined;
12797
+ SpotHook?: {
12798
+ label: string;
12799
+ isActive: boolean;
12800
+ hasLicense: boolean;
12801
+ } | undefined;
12775
12802
  StudioHook?: {
12776
12803
  isActive: boolean;
12777
12804
  hasLicense: boolean;
@@ -12805,6 +12832,10 @@ declare const Hook: {
12805
12832
  icon: string;
12806
12833
  isActive: boolean;
12807
12834
  } | undefined;
12835
+ BusinessContactHook?: {
12836
+ label: string;
12837
+ isActive: boolean;
12838
+ } | undefined;
12808
12839
  calendarHook?: {
12809
12840
  label: string;
12810
12841
  isActive: boolean;
@@ -12911,6 +12942,11 @@ declare const Hook: {
12911
12942
  }[];
12912
12943
  hasLicense: boolean;
12913
12944
  } | undefined;
12945
+ SpotHook?: {
12946
+ label: string;
12947
+ isActive: boolean;
12948
+ hasLicense: boolean;
12949
+ } | undefined;
12914
12950
  StudioHook?: {
12915
12951
  isActive: boolean;
12916
12952
  hasLicense: boolean;
@@ -12929,7 +12965,7 @@ declare const Hook: {
12929
12965
  hasLicense: boolean;
12930
12966
  } | undefined;
12931
12967
  };
12932
- selectHook: <T extends "ExtraBotHook" | "AdminAdvancedHook" | "AnimatedMeetingHook" | "calendarHook" | "ContentFactoryHook" | "DriveHook" | "FAQHook" | "FileBankHook" | "JitsiHook" | "MessengerHook" | "SharedContentHook" | "spotRssFeed" | "WidgetHook" | "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T) => ({
12968
+ selectHook: <T extends "ExtraBotHook" | "AdminAdvancedHook" | "AnimatedMeetingHook" | "BusinessContactHook" | "calendarHook" | "ContentFactoryHook" | "DriveHook" | "FAQHook" | "FileBankHook" | "JitsiHook" | "MessengerHook" | "SharedContentHook" | "spotRssFeed" | "WidgetHook" | "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "OnlyOfficeHook" | "SpotHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T) => ({
12933
12969
  AdminAdvancedHook?: {
12934
12970
  isActive: boolean;
12935
12971
  sendAlert: boolean;
@@ -12942,6 +12978,10 @@ declare const Hook: {
12942
12978
  icon: string;
12943
12979
  isActive: boolean;
12944
12980
  } | undefined;
12981
+ BusinessContactHook?: {
12982
+ label: string;
12983
+ isActive: boolean;
12984
+ } | undefined;
12945
12985
  calendarHook?: {
12946
12986
  label: string;
12947
12987
  isActive: boolean;
@@ -13048,6 +13088,11 @@ declare const Hook: {
13048
13088
  }[];
13049
13089
  hasLicense: boolean;
13050
13090
  } | undefined;
13091
+ SpotHook?: {
13092
+ label: string;
13093
+ isActive: boolean;
13094
+ hasLicense: boolean;
13095
+ } | undefined;
13051
13096
  StudioHook?: {
13052
13097
  isActive: boolean;
13053
13098
  hasLicense: boolean;
@@ -13066,7 +13111,7 @@ declare const Hook: {
13066
13111
  hasLicense: boolean;
13067
13112
  } | undefined;
13068
13113
  })[T] | undefined;
13069
- hasHookLicense: <T_1 extends "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T_1) => boolean;
13114
+ hasHookLicense: <T_1 extends "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "OnlyOfficeHook" | "SpotHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T_1) => boolean;
13070
13115
  };
13071
13116
  utils: {
13072
13117
  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.2.13",
3
+ "version": "1.2.14",
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.2.13",
46
+ "jamespot-user-api": "^1.2.14",
47
47
  "react-redux": "7.2.9",
48
48
  "redux": "4.2.0",
49
49
  "uuid": "^10.0.0"