jamespot-front-business 1.1.101 → 1.1.103
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/cjs.js +1 -1
- package/dist/esm.js +1 -1
- package/dist/types.d.ts +107 -22
- package/package.json +2 -2
package/dist/cjs.js
CHANGED
|
@@ -2842,7 +2842,7 @@ const widgetArticleAttachmentContent = {
|
|
|
2842
2842
|
};
|
|
2843
2843
|
|
|
2844
2844
|
const widgetArticleButtonDefinition = {
|
|
2845
|
-
label: '
|
|
2845
|
+
label: 'WIDGET_BUTTON',
|
|
2846
2846
|
description: 'WIDGET_Button_Description',
|
|
2847
2847
|
name: jamespot.WidgetsName.ArticleButton,
|
|
2848
2848
|
img: '/img/article-widget-thumbnail/widget_thumbnail_button.png',
|
package/dist/esm.js
CHANGED
|
@@ -2834,7 +2834,7 @@ const widgetArticleAttachmentContent = {
|
|
|
2834
2834
|
};
|
|
2835
2835
|
|
|
2836
2836
|
const widgetArticleButtonDefinition = {
|
|
2837
|
-
label: '
|
|
2837
|
+
label: 'WIDGET_BUTTON',
|
|
2838
2838
|
description: 'WIDGET_Button_Description',
|
|
2839
2839
|
name: WidgetsName.ArticleButton,
|
|
2840
2840
|
img: '/img/article-widget-thumbnail/widget_thumbnail_button.png',
|
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
|
-
|
|
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;
|
|
@@ -12444,12 +12462,11 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
12444
12462
|
actions: string;
|
|
12445
12463
|
}[] | null;
|
|
12446
12464
|
} | undefined;
|
|
12447
|
-
|
|
12448
|
-
label: string;
|
|
12465
|
+
MediaLibraryHook?: {
|
|
12449
12466
|
isActive: boolean;
|
|
12450
12467
|
hasLicense: boolean;
|
|
12451
12468
|
} | undefined;
|
|
12452
|
-
|
|
12469
|
+
OfficeHook?: {
|
|
12453
12470
|
label: string;
|
|
12454
12471
|
isActive: boolean;
|
|
12455
12472
|
hasLicense: boolean;
|
|
@@ -12532,6 +12549,14 @@ declare const Hook: {
|
|
|
12532
12549
|
label: string;
|
|
12533
12550
|
isActive: boolean;
|
|
12534
12551
|
} | undefined;
|
|
12552
|
+
MessengerHook?: {
|
|
12553
|
+
isActive: boolean;
|
|
12554
|
+
maxParticipants: number;
|
|
12555
|
+
minParticipantsForSpotDiscussion: number;
|
|
12556
|
+
} | undefined;
|
|
12557
|
+
SharedContentHook?: {
|
|
12558
|
+
isActive: boolean;
|
|
12559
|
+
} | undefined;
|
|
12535
12560
|
spotRssFeed?: {
|
|
12536
12561
|
isActive: boolean;
|
|
12537
12562
|
} | undefined;
|
|
@@ -12541,11 +12566,21 @@ declare const Hook: {
|
|
|
12541
12566
|
autorize: ("message" | "article" | "comment" | "board" | undefined)[];
|
|
12542
12567
|
} | undefined;
|
|
12543
12568
|
} & {
|
|
12569
|
+
BigBlueButtonHook?: {
|
|
12570
|
+
label: string;
|
|
12571
|
+
isActive: boolean;
|
|
12572
|
+
hasLicense: boolean;
|
|
12573
|
+
} | undefined;
|
|
12544
12574
|
ExternalAppHook?: {
|
|
12545
12575
|
isActive: boolean;
|
|
12546
12576
|
hasLicense: boolean;
|
|
12547
12577
|
} | undefined;
|
|
12548
|
-
|
|
12578
|
+
DigitalWorkplaceHook?: {
|
|
12579
|
+
isActive: boolean;
|
|
12580
|
+
hasLicense: boolean;
|
|
12581
|
+
v2: boolean;
|
|
12582
|
+
} | undefined;
|
|
12583
|
+
LuccaAbsenceHook?: {
|
|
12549
12584
|
label: string;
|
|
12550
12585
|
isActive: boolean;
|
|
12551
12586
|
hasLicense: boolean;
|
|
@@ -12565,12 +12600,11 @@ declare const Hook: {
|
|
|
12565
12600
|
actions: string;
|
|
12566
12601
|
}[] | null;
|
|
12567
12602
|
} | undefined;
|
|
12568
|
-
|
|
12569
|
-
label: string;
|
|
12603
|
+
MediaLibraryHook?: {
|
|
12570
12604
|
isActive: boolean;
|
|
12571
12605
|
hasLicense: boolean;
|
|
12572
12606
|
} | undefined;
|
|
12573
|
-
|
|
12607
|
+
OfficeHook?: {
|
|
12574
12608
|
label: string;
|
|
12575
12609
|
isActive: boolean;
|
|
12576
12610
|
hasLicense: boolean;
|
|
@@ -12649,6 +12683,14 @@ declare const Hook: {
|
|
|
12649
12683
|
label: string;
|
|
12650
12684
|
isActive: boolean;
|
|
12651
12685
|
} | undefined;
|
|
12686
|
+
MessengerHook?: {
|
|
12687
|
+
isActive: boolean;
|
|
12688
|
+
maxParticipants: number;
|
|
12689
|
+
minParticipantsForSpotDiscussion: number;
|
|
12690
|
+
} | undefined;
|
|
12691
|
+
SharedContentHook?: {
|
|
12692
|
+
isActive: boolean;
|
|
12693
|
+
} | undefined;
|
|
12652
12694
|
spotRssFeed?: {
|
|
12653
12695
|
isActive: boolean;
|
|
12654
12696
|
} | undefined;
|
|
@@ -12658,11 +12700,21 @@ declare const Hook: {
|
|
|
12658
12700
|
autorize: ("message" | "article" | "comment" | "board" | undefined)[];
|
|
12659
12701
|
} | undefined;
|
|
12660
12702
|
} & {
|
|
12703
|
+
BigBlueButtonHook?: {
|
|
12704
|
+
label: string;
|
|
12705
|
+
isActive: boolean;
|
|
12706
|
+
hasLicense: boolean;
|
|
12707
|
+
} | undefined;
|
|
12661
12708
|
ExternalAppHook?: {
|
|
12662
12709
|
isActive: boolean;
|
|
12663
12710
|
hasLicense: boolean;
|
|
12664
12711
|
} | undefined;
|
|
12665
|
-
|
|
12712
|
+
DigitalWorkplaceHook?: {
|
|
12713
|
+
isActive: boolean;
|
|
12714
|
+
hasLicense: boolean;
|
|
12715
|
+
v2: boolean;
|
|
12716
|
+
} | undefined;
|
|
12717
|
+
LuccaAbsenceHook?: {
|
|
12666
12718
|
label: string;
|
|
12667
12719
|
isActive: boolean;
|
|
12668
12720
|
hasLicense: boolean;
|
|
@@ -12682,12 +12734,11 @@ declare const Hook: {
|
|
|
12682
12734
|
actions: string;
|
|
12683
12735
|
}[] | null;
|
|
12684
12736
|
} | undefined;
|
|
12685
|
-
|
|
12686
|
-
label: string;
|
|
12737
|
+
MediaLibraryHook?: {
|
|
12687
12738
|
isActive: boolean;
|
|
12688
12739
|
hasLicense: boolean;
|
|
12689
12740
|
} | undefined;
|
|
12690
|
-
|
|
12741
|
+
OfficeHook?: {
|
|
12691
12742
|
label: string;
|
|
12692
12743
|
isActive: boolean;
|
|
12693
12744
|
hasLicense: boolean;
|
|
@@ -12766,6 +12817,14 @@ declare const Hook: {
|
|
|
12766
12817
|
label: string;
|
|
12767
12818
|
isActive: boolean;
|
|
12768
12819
|
} | undefined;
|
|
12820
|
+
MessengerHook?: {
|
|
12821
|
+
isActive: boolean;
|
|
12822
|
+
maxParticipants: number;
|
|
12823
|
+
minParticipantsForSpotDiscussion: number;
|
|
12824
|
+
} | undefined;
|
|
12825
|
+
SharedContentHook?: {
|
|
12826
|
+
isActive: boolean;
|
|
12827
|
+
} | undefined;
|
|
12769
12828
|
spotRssFeed?: {
|
|
12770
12829
|
isActive: boolean;
|
|
12771
12830
|
} | undefined;
|
|
@@ -12775,11 +12834,21 @@ declare const Hook: {
|
|
|
12775
12834
|
autorize: ("message" | "article" | "comment" | "board" | undefined)[];
|
|
12776
12835
|
} | undefined;
|
|
12777
12836
|
} & {
|
|
12837
|
+
BigBlueButtonHook?: {
|
|
12838
|
+
label: string;
|
|
12839
|
+
isActive: boolean;
|
|
12840
|
+
hasLicense: boolean;
|
|
12841
|
+
} | undefined;
|
|
12778
12842
|
ExternalAppHook?: {
|
|
12779
12843
|
isActive: boolean;
|
|
12780
12844
|
hasLicense: boolean;
|
|
12781
12845
|
} | undefined;
|
|
12782
|
-
|
|
12846
|
+
DigitalWorkplaceHook?: {
|
|
12847
|
+
isActive: boolean;
|
|
12848
|
+
hasLicense: boolean;
|
|
12849
|
+
v2: boolean;
|
|
12850
|
+
} | undefined;
|
|
12851
|
+
LuccaAbsenceHook?: {
|
|
12783
12852
|
label: string;
|
|
12784
12853
|
isActive: boolean;
|
|
12785
12854
|
hasLicense: boolean;
|
|
@@ -12799,12 +12868,11 @@ declare const Hook: {
|
|
|
12799
12868
|
actions: string;
|
|
12800
12869
|
}[] | null;
|
|
12801
12870
|
} | undefined;
|
|
12802
|
-
|
|
12803
|
-
label: string;
|
|
12871
|
+
MediaLibraryHook?: {
|
|
12804
12872
|
isActive: boolean;
|
|
12805
12873
|
hasLicense: boolean;
|
|
12806
12874
|
} | undefined;
|
|
12807
|
-
|
|
12875
|
+
OfficeHook?: {
|
|
12808
12876
|
label: string;
|
|
12809
12877
|
isActive: boolean;
|
|
12810
12878
|
hasLicense: boolean;
|
|
@@ -12841,7 +12909,7 @@ declare const Hook: {
|
|
|
12841
12909
|
hasLicense: boolean;
|
|
12842
12910
|
} | undefined;
|
|
12843
12911
|
};
|
|
12844
|
-
selectHook: <T extends "ExtraBotHook" | "AdminAdvancedHook" | "AnimatedMeetingHook" | "calendarHook" | "DriveHook" | "FAQHook" | "FileBankHook" | "JitsiHook" | "spotRssFeed" | "WidgetHook" | "ExternalAppHook" | "
|
|
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) => ({
|
|
12845
12913
|
AdminAdvancedHook?: {
|
|
12846
12914
|
isActive: boolean;
|
|
12847
12915
|
sendAlert: boolean;
|
|
@@ -12881,6 +12949,14 @@ declare const Hook: {
|
|
|
12881
12949
|
label: string;
|
|
12882
12950
|
isActive: boolean;
|
|
12883
12951
|
} | undefined;
|
|
12952
|
+
MessengerHook?: {
|
|
12953
|
+
isActive: boolean;
|
|
12954
|
+
maxParticipants: number;
|
|
12955
|
+
minParticipantsForSpotDiscussion: number;
|
|
12956
|
+
} | undefined;
|
|
12957
|
+
SharedContentHook?: {
|
|
12958
|
+
isActive: boolean;
|
|
12959
|
+
} | undefined;
|
|
12884
12960
|
spotRssFeed?: {
|
|
12885
12961
|
isActive: boolean;
|
|
12886
12962
|
} | undefined;
|
|
@@ -12890,11 +12966,21 @@ declare const Hook: {
|
|
|
12890
12966
|
autorize: ("message" | "article" | "comment" | "board" | undefined)[];
|
|
12891
12967
|
} | undefined;
|
|
12892
12968
|
} & {
|
|
12969
|
+
BigBlueButtonHook?: {
|
|
12970
|
+
label: string;
|
|
12971
|
+
isActive: boolean;
|
|
12972
|
+
hasLicense: boolean;
|
|
12973
|
+
} | undefined;
|
|
12893
12974
|
ExternalAppHook?: {
|
|
12894
12975
|
isActive: boolean;
|
|
12895
12976
|
hasLicense: boolean;
|
|
12896
12977
|
} | undefined;
|
|
12897
|
-
|
|
12978
|
+
DigitalWorkplaceHook?: {
|
|
12979
|
+
isActive: boolean;
|
|
12980
|
+
hasLicense: boolean;
|
|
12981
|
+
v2: boolean;
|
|
12982
|
+
} | undefined;
|
|
12983
|
+
LuccaAbsenceHook?: {
|
|
12898
12984
|
label: string;
|
|
12899
12985
|
isActive: boolean;
|
|
12900
12986
|
hasLicense: boolean;
|
|
@@ -12914,12 +13000,11 @@ declare const Hook: {
|
|
|
12914
13000
|
actions: string;
|
|
12915
13001
|
}[] | null;
|
|
12916
13002
|
} | undefined;
|
|
12917
|
-
|
|
12918
|
-
label: string;
|
|
13003
|
+
MediaLibraryHook?: {
|
|
12919
13004
|
isActive: boolean;
|
|
12920
13005
|
hasLicense: boolean;
|
|
12921
13006
|
} | undefined;
|
|
12922
|
-
|
|
13007
|
+
OfficeHook?: {
|
|
12923
13008
|
label: string;
|
|
12924
13009
|
isActive: boolean;
|
|
12925
13010
|
hasLicense: boolean;
|
|
@@ -12956,7 +13041,7 @@ declare const Hook: {
|
|
|
12956
13041
|
hasLicense: boolean;
|
|
12957
13042
|
} | undefined;
|
|
12958
13043
|
})[T] | undefined;
|
|
12959
|
-
hasHookLicense: <T_1 extends "ExternalAppHook" | "
|
|
13044
|
+
hasHookLicense: <T_1 extends "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T_1) => boolean;
|
|
12960
13045
|
};
|
|
12961
13046
|
utils: {
|
|
12962
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.
|
|
3
|
+
"version": "1.1.103",
|
|
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.
|
|
46
|
+
"jamespot-user-api": "^1.0.230",
|
|
47
47
|
"react-redux": "7.2.9",
|
|
48
48
|
"redux": "4.2.0",
|
|
49
49
|
"uuid": "^10.0.0"
|