jamespot-front-business 1.2.22 → 1.2.24
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 +77 -77
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -12515,20 +12515,6 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
12515
12515
|
isActive: boolean;
|
|
12516
12516
|
hasLicense: boolean;
|
|
12517
12517
|
} | undefined;
|
|
12518
|
-
OnlyOfficeHook?: {
|
|
12519
|
-
color: string;
|
|
12520
|
-
description: string;
|
|
12521
|
-
label: string;
|
|
12522
|
-
isActive: boolean;
|
|
12523
|
-
templates: {
|
|
12524
|
-
color: string;
|
|
12525
|
-
description: string;
|
|
12526
|
-
label: string;
|
|
12527
|
-
icon: string;
|
|
12528
|
-
extension: string;
|
|
12529
|
-
}[];
|
|
12530
|
-
hasLicense: boolean;
|
|
12531
|
-
} | undefined;
|
|
12532
12518
|
SpotHook?: {
|
|
12533
12519
|
label: string;
|
|
12534
12520
|
isActive: boolean;
|
|
@@ -12551,6 +12537,20 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
12551
12537
|
isActive: boolean;
|
|
12552
12538
|
hasLicense: boolean;
|
|
12553
12539
|
} | undefined;
|
|
12540
|
+
WeDocHook?: {
|
|
12541
|
+
color: string;
|
|
12542
|
+
description: string;
|
|
12543
|
+
label: string;
|
|
12544
|
+
isActive: boolean;
|
|
12545
|
+
templates: {
|
|
12546
|
+
color: string;
|
|
12547
|
+
description: string;
|
|
12548
|
+
label: string;
|
|
12549
|
+
icon: string;
|
|
12550
|
+
extension: string;
|
|
12551
|
+
}[];
|
|
12552
|
+
hasLicense: boolean;
|
|
12553
|
+
} | undefined;
|
|
12554
12554
|
};
|
|
12555
12555
|
}, "hooks">;
|
|
12556
12556
|
type HookRootState = {
|
|
@@ -12668,20 +12668,6 @@ declare const Hook: {
|
|
|
12668
12668
|
isActive: boolean;
|
|
12669
12669
|
hasLicense: boolean;
|
|
12670
12670
|
} | undefined;
|
|
12671
|
-
OnlyOfficeHook?: {
|
|
12672
|
-
color: string;
|
|
12673
|
-
description: string;
|
|
12674
|
-
label: string;
|
|
12675
|
-
isActive: boolean;
|
|
12676
|
-
templates: {
|
|
12677
|
-
color: string;
|
|
12678
|
-
description: string;
|
|
12679
|
-
label: string;
|
|
12680
|
-
icon: string;
|
|
12681
|
-
extension: string;
|
|
12682
|
-
}[];
|
|
12683
|
-
hasLicense: boolean;
|
|
12684
|
-
} | undefined;
|
|
12685
12671
|
SpotHook?: {
|
|
12686
12672
|
label: string;
|
|
12687
12673
|
isActive: boolean;
|
|
@@ -12704,6 +12690,20 @@ declare const Hook: {
|
|
|
12704
12690
|
isActive: boolean;
|
|
12705
12691
|
hasLicense: boolean;
|
|
12706
12692
|
} | undefined;
|
|
12693
|
+
WeDocHook?: {
|
|
12694
|
+
color: string;
|
|
12695
|
+
description: string;
|
|
12696
|
+
label: string;
|
|
12697
|
+
isActive: boolean;
|
|
12698
|
+
templates: {
|
|
12699
|
+
color: string;
|
|
12700
|
+
description: string;
|
|
12701
|
+
label: string;
|
|
12702
|
+
icon: string;
|
|
12703
|
+
extension: string;
|
|
12704
|
+
}[];
|
|
12705
|
+
hasLicense: boolean;
|
|
12706
|
+
} | undefined;
|
|
12707
12707
|
};
|
|
12708
12708
|
}, "hooks">;
|
|
12709
12709
|
actions: _reduxjs_toolkit.CaseReducerActions<{
|
|
@@ -12817,20 +12817,6 @@ declare const Hook: {
|
|
|
12817
12817
|
isActive: boolean;
|
|
12818
12818
|
hasLicense: boolean;
|
|
12819
12819
|
} | undefined;
|
|
12820
|
-
OnlyOfficeHook?: {
|
|
12821
|
-
color: string;
|
|
12822
|
-
description: string;
|
|
12823
|
-
label: string;
|
|
12824
|
-
isActive: boolean;
|
|
12825
|
-
templates: {
|
|
12826
|
-
color: string;
|
|
12827
|
-
description: string;
|
|
12828
|
-
label: string;
|
|
12829
|
-
icon: string;
|
|
12830
|
-
extension: string;
|
|
12831
|
-
}[];
|
|
12832
|
-
hasLicense: boolean;
|
|
12833
|
-
} | undefined;
|
|
12834
12820
|
SpotHook?: {
|
|
12835
12821
|
label: string;
|
|
12836
12822
|
isActive: boolean;
|
|
@@ -12853,6 +12839,20 @@ declare const Hook: {
|
|
|
12853
12839
|
isActive: boolean;
|
|
12854
12840
|
hasLicense: boolean;
|
|
12855
12841
|
} | undefined;
|
|
12842
|
+
WeDocHook?: {
|
|
12843
|
+
color: string;
|
|
12844
|
+
description: string;
|
|
12845
|
+
label: string;
|
|
12846
|
+
isActive: boolean;
|
|
12847
|
+
templates: {
|
|
12848
|
+
color: string;
|
|
12849
|
+
description: string;
|
|
12850
|
+
label: string;
|
|
12851
|
+
icon: string;
|
|
12852
|
+
extension: string;
|
|
12853
|
+
}[];
|
|
12854
|
+
hasLicense: boolean;
|
|
12855
|
+
} | undefined;
|
|
12856
12856
|
};
|
|
12857
12857
|
}, "hooks">;
|
|
12858
12858
|
selectors: {
|
|
@@ -12966,20 +12966,6 @@ declare const Hook: {
|
|
|
12966
12966
|
isActive: boolean;
|
|
12967
12967
|
hasLicense: boolean;
|
|
12968
12968
|
} | undefined;
|
|
12969
|
-
OnlyOfficeHook?: {
|
|
12970
|
-
color: string;
|
|
12971
|
-
description: string;
|
|
12972
|
-
label: string;
|
|
12973
|
-
isActive: boolean;
|
|
12974
|
-
templates: {
|
|
12975
|
-
color: string;
|
|
12976
|
-
description: string;
|
|
12977
|
-
label: string;
|
|
12978
|
-
icon: string;
|
|
12979
|
-
extension: string;
|
|
12980
|
-
}[];
|
|
12981
|
-
hasLicense: boolean;
|
|
12982
|
-
} | undefined;
|
|
12983
12969
|
SpotHook?: {
|
|
12984
12970
|
label: string;
|
|
12985
12971
|
isActive: boolean;
|
|
@@ -13002,8 +12988,22 @@ declare const Hook: {
|
|
|
13002
12988
|
isActive: boolean;
|
|
13003
12989
|
hasLicense: boolean;
|
|
13004
12990
|
} | undefined;
|
|
12991
|
+
WeDocHook?: {
|
|
12992
|
+
color: string;
|
|
12993
|
+
description: string;
|
|
12994
|
+
label: string;
|
|
12995
|
+
isActive: boolean;
|
|
12996
|
+
templates: {
|
|
12997
|
+
color: string;
|
|
12998
|
+
description: string;
|
|
12999
|
+
label: string;
|
|
13000
|
+
icon: string;
|
|
13001
|
+
extension: string;
|
|
13002
|
+
}[];
|
|
13003
|
+
hasLicense: boolean;
|
|
13004
|
+
} | undefined;
|
|
13005
13005
|
};
|
|
13006
|
-
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" | "
|
|
13006
|
+
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" | "SpotHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook" | "WeDocHook">(state: HookRootState, hook: T) => ({
|
|
13007
13007
|
AdminAdvancedHook?: {
|
|
13008
13008
|
isActive: boolean;
|
|
13009
13009
|
sendAlert: boolean;
|
|
@@ -13113,20 +13113,6 @@ declare const Hook: {
|
|
|
13113
13113
|
isActive: boolean;
|
|
13114
13114
|
hasLicense: boolean;
|
|
13115
13115
|
} | undefined;
|
|
13116
|
-
OnlyOfficeHook?: {
|
|
13117
|
-
color: string;
|
|
13118
|
-
description: string;
|
|
13119
|
-
label: string;
|
|
13120
|
-
isActive: boolean;
|
|
13121
|
-
templates: {
|
|
13122
|
-
color: string;
|
|
13123
|
-
description: string;
|
|
13124
|
-
label: string;
|
|
13125
|
-
icon: string;
|
|
13126
|
-
extension: string;
|
|
13127
|
-
}[];
|
|
13128
|
-
hasLicense: boolean;
|
|
13129
|
-
} | undefined;
|
|
13130
13116
|
SpotHook?: {
|
|
13131
13117
|
label: string;
|
|
13132
13118
|
isActive: boolean;
|
|
@@ -13149,8 +13135,22 @@ declare const Hook: {
|
|
|
13149
13135
|
isActive: boolean;
|
|
13150
13136
|
hasLicense: boolean;
|
|
13151
13137
|
} | undefined;
|
|
13138
|
+
WeDocHook?: {
|
|
13139
|
+
color: string;
|
|
13140
|
+
description: string;
|
|
13141
|
+
label: string;
|
|
13142
|
+
isActive: boolean;
|
|
13143
|
+
templates: {
|
|
13144
|
+
color: string;
|
|
13145
|
+
description: string;
|
|
13146
|
+
label: string;
|
|
13147
|
+
icon: string;
|
|
13148
|
+
extension: string;
|
|
13149
|
+
}[];
|
|
13150
|
+
hasLicense: boolean;
|
|
13151
|
+
} | undefined;
|
|
13152
13152
|
})[T] | undefined;
|
|
13153
|
-
hasHookLicense: <T_1 extends "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "
|
|
13153
|
+
hasHookLicense: <T_1 extends "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "SpotHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook" | "WeDocHook">(state: HookRootState, hook: T_1) => boolean;
|
|
13154
13154
|
};
|
|
13155
13155
|
utils: {
|
|
13156
13156
|
buildDrivesArrayFromObject: (drives: Partial<Record<"drive_microsoft_graph" | "drive_dropbox" | "drive_google", boolean>> | undefined) => string[];
|
|
@@ -19242,7 +19242,6 @@ declare const WedocApp: {
|
|
|
19242
19242
|
dateCreation: string;
|
|
19243
19243
|
dateModified: string;
|
|
19244
19244
|
_url: string;
|
|
19245
|
-
parentType: string;
|
|
19246
19245
|
generalAccessRule: string;
|
|
19247
19246
|
fileInfo: {
|
|
19248
19247
|
color: string;
|
|
@@ -19252,6 +19251,7 @@ declare const WedocApp: {
|
|
|
19252
19251
|
extension: string;
|
|
19253
19252
|
};
|
|
19254
19253
|
parentId: number;
|
|
19254
|
+
parentType: string;
|
|
19255
19255
|
parentFiles: number[];
|
|
19256
19256
|
generalAccessHash?: string | undefined;
|
|
19257
19257
|
};
|
|
@@ -19294,7 +19294,6 @@ declare const WedocApp: {
|
|
|
19294
19294
|
dateCreation: string;
|
|
19295
19295
|
dateModified: string;
|
|
19296
19296
|
_url: string;
|
|
19297
|
-
parentType: string;
|
|
19298
19297
|
generalAccessRule: string;
|
|
19299
19298
|
fileInfo: {
|
|
19300
19299
|
color: string;
|
|
@@ -19304,6 +19303,7 @@ declare const WedocApp: {
|
|
|
19304
19303
|
extension: string;
|
|
19305
19304
|
};
|
|
19306
19305
|
parentId: number;
|
|
19306
|
+
parentType: string;
|
|
19307
19307
|
parentFiles: number[];
|
|
19308
19308
|
generalAccessHash?: string | undefined;
|
|
19309
19309
|
};
|
|
@@ -19340,7 +19340,6 @@ declare const WedocApp: {
|
|
|
19340
19340
|
dateCreation: string;
|
|
19341
19341
|
dateModified: string;
|
|
19342
19342
|
_url: string;
|
|
19343
|
-
parentType: string;
|
|
19344
19343
|
generalAccessRule: string;
|
|
19345
19344
|
fileInfo: {
|
|
19346
19345
|
color: string;
|
|
@@ -19350,6 +19349,7 @@ declare const WedocApp: {
|
|
|
19350
19349
|
extension: string;
|
|
19351
19350
|
};
|
|
19352
19351
|
parentId: number;
|
|
19352
|
+
parentType: string;
|
|
19353
19353
|
parentFiles: number[];
|
|
19354
19354
|
generalAccessHash?: string | undefined;
|
|
19355
19355
|
};
|
|
@@ -19384,7 +19384,6 @@ declare const WedocApp: {
|
|
|
19384
19384
|
dateCreation: string;
|
|
19385
19385
|
dateModified: string;
|
|
19386
19386
|
_url: string;
|
|
19387
|
-
parentType: string;
|
|
19388
19387
|
generalAccessRule: string;
|
|
19389
19388
|
fileInfo: {
|
|
19390
19389
|
color: string;
|
|
@@ -19394,6 +19393,7 @@ declare const WedocApp: {
|
|
|
19394
19393
|
extension: string;
|
|
19395
19394
|
};
|
|
19396
19395
|
parentId: number;
|
|
19396
|
+
parentType: string;
|
|
19397
19397
|
parentFiles: number[];
|
|
19398
19398
|
generalAccessHash?: string | undefined;
|
|
19399
19399
|
};
|
|
@@ -19657,7 +19657,6 @@ declare const WedocApp: {
|
|
|
19657
19657
|
dateCreation: string;
|
|
19658
19658
|
dateModified: string;
|
|
19659
19659
|
_url: string;
|
|
19660
|
-
parentType: string;
|
|
19661
19660
|
generalAccessRule: string;
|
|
19662
19661
|
fileInfo: {
|
|
19663
19662
|
color: string;
|
|
@@ -19667,6 +19666,7 @@ declare const WedocApp: {
|
|
|
19667
19666
|
extension: string;
|
|
19668
19667
|
};
|
|
19669
19668
|
parentId: number;
|
|
19669
|
+
parentType: string;
|
|
19670
19670
|
parentFiles: number[];
|
|
19671
19671
|
generalAccessHash?: string | undefined;
|
|
19672
19672
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.24",
|
|
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.
|
|
46
|
+
"jamespot-user-api": "^1.2.24",
|
|
47
47
|
"react-redux": "7.2.9",
|
|
48
48
|
"redux": "4.2.0",
|
|
49
49
|
"uuid": "^10.0.0"
|