jamespot-front-business 1.2.12 → 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
@@ -830,8 +830,8 @@ declare const AdminLogs: {
830
830
  end: string;
831
831
  };
832
832
  name: string;
833
- operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
834
- method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
833
+ operator?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
834
+ method?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
835
835
  or?: boolean | undefined;
836
836
  isNull?: boolean | undefined;
837
837
  isNotNull?: boolean | undefined;
@@ -853,8 +853,8 @@ declare const AdminLogs: {
853
853
  end: string;
854
854
  };
855
855
  name: string;
856
- operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
857
- method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
856
+ operator?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
857
+ method?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
858
858
  or?: boolean | undefined;
859
859
  isNull?: boolean | undefined;
860
860
  isNotNull?: boolean | undefined;
@@ -876,8 +876,8 @@ declare const AdminLogs: {
876
876
  end: string;
877
877
  };
878
878
  name: string;
879
- operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
880
- method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
879
+ operator?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
880
+ method?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
881
881
  or?: boolean | undefined;
882
882
  isNull?: boolean | undefined;
883
883
  isNotNull?: boolean | undefined;
@@ -10252,8 +10252,8 @@ declare const ExtraBot: {
10252
10252
  end: string;
10253
10253
  };
10254
10254
  name: string;
10255
- operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
10256
- method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
10255
+ operator?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
10256
+ method?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
10257
10257
  or?: boolean | undefined;
10258
10258
  isNull?: boolean | undefined;
10259
10259
  isNotNull?: boolean | undefined;
@@ -10275,8 +10275,8 @@ declare const ExtraBot: {
10275
10275
  end: string;
10276
10276
  };
10277
10277
  name: string;
10278
- operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
10279
- method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
10278
+ operator?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
10279
+ method?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
10280
10280
  or?: boolean | undefined;
10281
10281
  isNull?: boolean | undefined;
10282
10282
  isNotNull?: boolean | undefined;
@@ -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[];
@@ -16408,8 +16453,8 @@ declare const fetchMediaLibraryFoldersStats: _reduxjs_toolkit.AsyncThunk<ApiWrap
16408
16453
  end: string;
16409
16454
  };
16410
16455
  name: string;
16411
- operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
16412
- method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
16456
+ operator?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
16457
+ method?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
16413
16458
  or?: boolean | undefined;
16414
16459
  isNull?: boolean | undefined;
16415
16460
  isNotNull?: boolean | undefined;
@@ -16669,8 +16714,8 @@ declare const fetchMediaLibraryFilesStats: _reduxjs_toolkit.AsyncThunk<ApiWrappe
16669
16714
  end: string;
16670
16715
  };
16671
16716
  name: string;
16672
- operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
16673
- method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
16717
+ operator?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
16718
+ method?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
16674
16719
  or?: boolean | undefined;
16675
16720
  isNull?: boolean | undefined;
16676
16721
  isNotNull?: boolean | undefined;
@@ -18404,8 +18449,8 @@ declare const MediaLibrary: {
18404
18449
  end: string;
18405
18450
  };
18406
18451
  name: string;
18407
- operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
18408
- method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
18452
+ operator?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
18453
+ method?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
18409
18454
  or?: boolean | undefined;
18410
18455
  isNull?: boolean | undefined;
18411
18456
  isNotNull?: boolean | undefined;
@@ -18663,8 +18708,8 @@ declare const MediaLibrary: {
18663
18708
  end: string;
18664
18709
  };
18665
18710
  name: string;
18666
- operator?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
18667
- method?: "between" | "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
18711
+ operator?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | undefined;
18712
+ method?: "link" | "between" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
18668
18713
  or?: boolean | undefined;
18669
18714
  isNull?: boolean | undefined;
18670
18715
  isNotNull?: boolean | undefined;
@@ -18963,6 +19008,7 @@ declare const Model: {
18963
19008
  };
18964
19009
  utils: {
18965
19010
  getModelIconSrc: (model: Model$1<string> | undefined, size?: string) => string;
19011
+ getModelFontAwesomeIcon: (icon: string) => string;
18966
19012
  };
18967
19013
  selectors: {
18968
19014
  selectByIds: (state: ModelRootState, types: Array<string>) => (Model$1<string> | undefined)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.2.12",
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.12",
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"