jamespot-front-business 1.1.101 → 1.1.102
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 +22 -2
- 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
|
@@ -12444,6 +12444,10 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
12444
12444
|
actions: string;
|
|
12445
12445
|
}[] | null;
|
|
12446
12446
|
} | undefined;
|
|
12447
|
+
MediaLibraryHook?: {
|
|
12448
|
+
isActive: boolean;
|
|
12449
|
+
hasLicense: boolean;
|
|
12450
|
+
} | undefined;
|
|
12447
12451
|
OfficeHook?: {
|
|
12448
12452
|
label: string;
|
|
12449
12453
|
isActive: boolean;
|
|
@@ -12565,6 +12569,10 @@ declare const Hook: {
|
|
|
12565
12569
|
actions: string;
|
|
12566
12570
|
}[] | null;
|
|
12567
12571
|
} | undefined;
|
|
12572
|
+
MediaLibraryHook?: {
|
|
12573
|
+
isActive: boolean;
|
|
12574
|
+
hasLicense: boolean;
|
|
12575
|
+
} | undefined;
|
|
12568
12576
|
OfficeHook?: {
|
|
12569
12577
|
label: string;
|
|
12570
12578
|
isActive: boolean;
|
|
@@ -12682,6 +12690,10 @@ declare const Hook: {
|
|
|
12682
12690
|
actions: string;
|
|
12683
12691
|
}[] | null;
|
|
12684
12692
|
} | undefined;
|
|
12693
|
+
MediaLibraryHook?: {
|
|
12694
|
+
isActive: boolean;
|
|
12695
|
+
hasLicense: boolean;
|
|
12696
|
+
} | undefined;
|
|
12685
12697
|
OfficeHook?: {
|
|
12686
12698
|
label: string;
|
|
12687
12699
|
isActive: boolean;
|
|
@@ -12799,6 +12811,10 @@ declare const Hook: {
|
|
|
12799
12811
|
actions: string;
|
|
12800
12812
|
}[] | null;
|
|
12801
12813
|
} | undefined;
|
|
12814
|
+
MediaLibraryHook?: {
|
|
12815
|
+
isActive: boolean;
|
|
12816
|
+
hasLicense: boolean;
|
|
12817
|
+
} | undefined;
|
|
12802
12818
|
OfficeHook?: {
|
|
12803
12819
|
label: string;
|
|
12804
12820
|
isActive: boolean;
|
|
@@ -12841,7 +12857,7 @@ declare const Hook: {
|
|
|
12841
12857
|
hasLicense: boolean;
|
|
12842
12858
|
} | undefined;
|
|
12843
12859
|
};
|
|
12844
|
-
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) => ({
|
|
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) => ({
|
|
12845
12861
|
AdminAdvancedHook?: {
|
|
12846
12862
|
isActive: boolean;
|
|
12847
12863
|
sendAlert: boolean;
|
|
@@ -12914,6 +12930,10 @@ declare const Hook: {
|
|
|
12914
12930
|
actions: string;
|
|
12915
12931
|
}[] | null;
|
|
12916
12932
|
} | undefined;
|
|
12933
|
+
MediaLibraryHook?: {
|
|
12934
|
+
isActive: boolean;
|
|
12935
|
+
hasLicense: boolean;
|
|
12936
|
+
} | undefined;
|
|
12917
12937
|
OfficeHook?: {
|
|
12918
12938
|
label: string;
|
|
12919
12939
|
isActive: boolean;
|
|
@@ -12956,7 +12976,7 @@ declare const Hook: {
|
|
|
12956
12976
|
hasLicense: boolean;
|
|
12957
12977
|
} | undefined;
|
|
12958
12978
|
})[T] | undefined;
|
|
12959
|
-
hasHookLicense: <T_1 extends "ExternalAppHook" | "BigBlueButtonHook" | "MagicPadHook" | "MagicWandHook" | "OfficeHook" | "LuccaAbsenceHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T_1) => boolean;
|
|
12979
|
+
hasHookLicense: <T_1 extends "ExternalAppHook" | "BigBlueButtonHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "LuccaAbsenceHook" | "OnlyOfficeHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T_1) => boolean;
|
|
12960
12980
|
};
|
|
12961
12981
|
utils: {
|
|
12962
12982
|
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.102",
|
|
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.228",
|
|
47
47
|
"react-redux": "7.2.9",
|
|
48
48
|
"redux": "4.2.0",
|
|
49
49
|
"uuid": "^10.0.0"
|