jamespot-front-business 1.1.102 → 1.2.1

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 +97 -32
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -12411,6 +12411,14 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
12411
12411
  label: string;
12412
12412
  isActive: boolean;
12413
12413
  } | undefined;
12414
+ MessengerHook?: {
12415
+ isActive: boolean;
12416
+ maxParticipants: number;
12417
+ minParticipantsForSpotDiscussion: number;
12418
+ } | undefined;
12419
+ SharedContentHook?: {
12420
+ isActive: boolean;
12421
+ } | undefined;
12414
12422
  spotRssFeed?: {
12415
12423
  isActive: boolean;
12416
12424
  } | undefined;
@@ -12420,11 +12428,21 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
12420
12428
  autorize: ("message" | "article" | "comment" | "board" | undefined)[];
12421
12429
  } | undefined;
12422
12430
  } & {
12431
+ BigBlueButtonHook?: {
12432
+ label: string;
12433
+ isActive: boolean;
12434
+ hasLicense: boolean;
12435
+ } | undefined;
12423
12436
  ExternalAppHook?: {
12424
12437
  isActive: boolean;
12425
12438
  hasLicense: boolean;
12426
12439
  } | undefined;
12427
- BigBlueButtonHook?: {
12440
+ DigitalWorkplaceHook?: {
12441
+ isActive: boolean;
12442
+ hasLicense: boolean;
12443
+ v2: boolean;
12444
+ } | undefined;
12445
+ LuccaAbsenceHook?: {
12428
12446
  label: string;
12429
12447
  isActive: boolean;
12430
12448
  hasLicense: boolean;
@@ -12453,11 +12471,6 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
12453
12471
  isActive: boolean;
12454
12472
  hasLicense: boolean;
12455
12473
  } | undefined;
12456
- LuccaAbsenceHook?: {
12457
- label: string;
12458
- isActive: boolean;
12459
- hasLicense: boolean;
12460
- } | undefined;
12461
12474
  OnlyOfficeHook?: {
12462
12475
  color: string;
12463
12476
  description: string;
@@ -12536,6 +12549,14 @@ declare const Hook: {
12536
12549
  label: string;
12537
12550
  isActive: boolean;
12538
12551
  } | undefined;
12552
+ MessengerHook?: {
12553
+ isActive: boolean;
12554
+ maxParticipants: number;
12555
+ minParticipantsForSpotDiscussion: number;
12556
+ } | undefined;
12557
+ SharedContentHook?: {
12558
+ isActive: boolean;
12559
+ } | undefined;
12539
12560
  spotRssFeed?: {
12540
12561
  isActive: boolean;
12541
12562
  } | undefined;
@@ -12545,11 +12566,21 @@ declare const Hook: {
12545
12566
  autorize: ("message" | "article" | "comment" | "board" | undefined)[];
12546
12567
  } | undefined;
12547
12568
  } & {
12569
+ BigBlueButtonHook?: {
12570
+ label: string;
12571
+ isActive: boolean;
12572
+ hasLicense: boolean;
12573
+ } | undefined;
12548
12574
  ExternalAppHook?: {
12549
12575
  isActive: boolean;
12550
12576
  hasLicense: boolean;
12551
12577
  } | undefined;
12552
- BigBlueButtonHook?: {
12578
+ DigitalWorkplaceHook?: {
12579
+ isActive: boolean;
12580
+ hasLicense: boolean;
12581
+ v2: boolean;
12582
+ } | undefined;
12583
+ LuccaAbsenceHook?: {
12553
12584
  label: string;
12554
12585
  isActive: boolean;
12555
12586
  hasLicense: boolean;
@@ -12578,11 +12609,6 @@ declare const Hook: {
12578
12609
  isActive: boolean;
12579
12610
  hasLicense: boolean;
12580
12611
  } | undefined;
12581
- LuccaAbsenceHook?: {
12582
- label: string;
12583
- isActive: boolean;
12584
- hasLicense: boolean;
12585
- } | undefined;
12586
12612
  OnlyOfficeHook?: {
12587
12613
  color: string;
12588
12614
  description: string;
@@ -12657,6 +12683,14 @@ declare const Hook: {
12657
12683
  label: string;
12658
12684
  isActive: boolean;
12659
12685
  } | undefined;
12686
+ MessengerHook?: {
12687
+ isActive: boolean;
12688
+ maxParticipants: number;
12689
+ minParticipantsForSpotDiscussion: number;
12690
+ } | undefined;
12691
+ SharedContentHook?: {
12692
+ isActive: boolean;
12693
+ } | undefined;
12660
12694
  spotRssFeed?: {
12661
12695
  isActive: boolean;
12662
12696
  } | undefined;
@@ -12666,11 +12700,21 @@ declare const Hook: {
12666
12700
  autorize: ("message" | "article" | "comment" | "board" | undefined)[];
12667
12701
  } | undefined;
12668
12702
  } & {
12703
+ BigBlueButtonHook?: {
12704
+ label: string;
12705
+ isActive: boolean;
12706
+ hasLicense: boolean;
12707
+ } | undefined;
12669
12708
  ExternalAppHook?: {
12670
12709
  isActive: boolean;
12671
12710
  hasLicense: boolean;
12672
12711
  } | undefined;
12673
- BigBlueButtonHook?: {
12712
+ DigitalWorkplaceHook?: {
12713
+ isActive: boolean;
12714
+ hasLicense: boolean;
12715
+ v2: boolean;
12716
+ } | undefined;
12717
+ LuccaAbsenceHook?: {
12674
12718
  label: string;
12675
12719
  isActive: boolean;
12676
12720
  hasLicense: boolean;
@@ -12699,11 +12743,6 @@ declare const Hook: {
12699
12743
  isActive: boolean;
12700
12744
  hasLicense: boolean;
12701
12745
  } | undefined;
12702
- LuccaAbsenceHook?: {
12703
- label: string;
12704
- isActive: boolean;
12705
- hasLicense: boolean;
12706
- } | undefined;
12707
12746
  OnlyOfficeHook?: {
12708
12747
  color: string;
12709
12748
  description: string;
@@ -12778,6 +12817,14 @@ declare const Hook: {
12778
12817
  label: string;
12779
12818
  isActive: boolean;
12780
12819
  } | undefined;
12820
+ MessengerHook?: {
12821
+ isActive: boolean;
12822
+ maxParticipants: number;
12823
+ minParticipantsForSpotDiscussion: number;
12824
+ } | undefined;
12825
+ SharedContentHook?: {
12826
+ isActive: boolean;
12827
+ } | undefined;
12781
12828
  spotRssFeed?: {
12782
12829
  isActive: boolean;
12783
12830
  } | undefined;
@@ -12787,11 +12834,21 @@ declare const Hook: {
12787
12834
  autorize: ("message" | "article" | "comment" | "board" | undefined)[];
12788
12835
  } | undefined;
12789
12836
  } & {
12837
+ BigBlueButtonHook?: {
12838
+ label: string;
12839
+ isActive: boolean;
12840
+ hasLicense: boolean;
12841
+ } | undefined;
12790
12842
  ExternalAppHook?: {
12791
12843
  isActive: boolean;
12792
12844
  hasLicense: boolean;
12793
12845
  } | undefined;
12794
- BigBlueButtonHook?: {
12846
+ DigitalWorkplaceHook?: {
12847
+ isActive: boolean;
12848
+ hasLicense: boolean;
12849
+ v2: boolean;
12850
+ } | undefined;
12851
+ LuccaAbsenceHook?: {
12795
12852
  label: string;
12796
12853
  isActive: boolean;
12797
12854
  hasLicense: boolean;
@@ -12820,11 +12877,6 @@ declare const Hook: {
12820
12877
  isActive: boolean;
12821
12878
  hasLicense: boolean;
12822
12879
  } | undefined;
12823
- LuccaAbsenceHook?: {
12824
- label: string;
12825
- isActive: boolean;
12826
- hasLicense: boolean;
12827
- } | undefined;
12828
12880
  OnlyOfficeHook?: {
12829
12881
  color: string;
12830
12882
  description: string;
@@ -12857,7 +12909,7 @@ declare const Hook: {
12857
12909
  hasLicense: boolean;
12858
12910
  } | undefined;
12859
12911
  };
12860
- selectHook: <T extends "ExtraBotHook" | "AdminAdvancedHook" | "AnimatedMeetingHook" | "calendarHook" | "DriveHook" | "FAQHook" | "FileBankHook" | "JitsiHook" | "spotRssFeed" | "WidgetHook" | "ExternalAppHook" | "BigBlueButtonHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "LuccaAbsenceHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T) => ({
12912
+ selectHook: <T extends "ExtraBotHook" | "AdminAdvancedHook" | "AnimatedMeetingHook" | "calendarHook" | "DriveHook" | "FAQHook" | "FileBankHook" | "JitsiHook" | "MessengerHook" | "SharedContentHook" | "spotRssFeed" | "WidgetHook" | "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T) => ({
12861
12913
  AdminAdvancedHook?: {
12862
12914
  isActive: boolean;
12863
12915
  sendAlert: boolean;
@@ -12897,6 +12949,14 @@ declare const Hook: {
12897
12949
  label: string;
12898
12950
  isActive: boolean;
12899
12951
  } | undefined;
12952
+ MessengerHook?: {
12953
+ isActive: boolean;
12954
+ maxParticipants: number;
12955
+ minParticipantsForSpotDiscussion: number;
12956
+ } | undefined;
12957
+ SharedContentHook?: {
12958
+ isActive: boolean;
12959
+ } | undefined;
12900
12960
  spotRssFeed?: {
12901
12961
  isActive: boolean;
12902
12962
  } | undefined;
@@ -12906,11 +12966,21 @@ declare const Hook: {
12906
12966
  autorize: ("message" | "article" | "comment" | "board" | undefined)[];
12907
12967
  } | undefined;
12908
12968
  } & {
12969
+ BigBlueButtonHook?: {
12970
+ label: string;
12971
+ isActive: boolean;
12972
+ hasLicense: boolean;
12973
+ } | undefined;
12909
12974
  ExternalAppHook?: {
12910
12975
  isActive: boolean;
12911
12976
  hasLicense: boolean;
12912
12977
  } | undefined;
12913
- BigBlueButtonHook?: {
12978
+ DigitalWorkplaceHook?: {
12979
+ isActive: boolean;
12980
+ hasLicense: boolean;
12981
+ v2: boolean;
12982
+ } | undefined;
12983
+ LuccaAbsenceHook?: {
12914
12984
  label: string;
12915
12985
  isActive: boolean;
12916
12986
  hasLicense: boolean;
@@ -12939,11 +13009,6 @@ declare const Hook: {
12939
13009
  isActive: boolean;
12940
13010
  hasLicense: boolean;
12941
13011
  } | undefined;
12942
- LuccaAbsenceHook?: {
12943
- label: string;
12944
- isActive: boolean;
12945
- hasLicense: boolean;
12946
- } | undefined;
12947
13012
  OnlyOfficeHook?: {
12948
13013
  color: string;
12949
13014
  description: string;
@@ -12976,7 +13041,7 @@ declare const Hook: {
12976
13041
  hasLicense: boolean;
12977
13042
  } | undefined;
12978
13043
  })[T] | undefined;
12979
- hasHookLicense: <T_1 extends "ExternalAppHook" | "BigBlueButtonHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "LuccaAbsenceHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T_1) => boolean;
13044
+ hasHookLicense: <T_1 extends "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T_1) => boolean;
12980
13045
  };
12981
13046
  utils: {
12982
13047
  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.102",
3
+ "version": "1.2.1",
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.228",
46
+ "jamespot-user-api": "^1.2.1",
47
47
  "react-redux": "7.2.9",
48
48
  "redux": "4.2.0",
49
49
  "uuid": "^10.0.0"