jamespot-front-business 1.2.8 → 1.2.10
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 +31 -6
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -12388,6 +12388,11 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
12388
12388
|
label: string;
|
|
12389
12389
|
isActive: boolean;
|
|
12390
12390
|
} | undefined;
|
|
12391
|
+
ContentFactoryHook?: {
|
|
12392
|
+
label: string;
|
|
12393
|
+
isActive: boolean;
|
|
12394
|
+
canCreateTemplate: boolean;
|
|
12395
|
+
} | undefined;
|
|
12391
12396
|
DriveHook?: {
|
|
12392
12397
|
isActive: boolean;
|
|
12393
12398
|
drives: Partial<Record<"drive_microsoft_graph" | "drive_dropbox" | "drive_google", boolean>>;
|
|
@@ -12494,7 +12499,7 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
12494
12499
|
name: string;
|
|
12495
12500
|
isActive: boolean;
|
|
12496
12501
|
hasLicense: boolean;
|
|
12497
|
-
providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "
|
|
12502
|
+
providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "mandatory" | "no" | "optional">>;
|
|
12498
12503
|
banLifespan: number;
|
|
12499
12504
|
} | undefined;
|
|
12500
12505
|
VisioConnectHook?: {
|
|
@@ -12526,6 +12531,11 @@ declare const Hook: {
|
|
|
12526
12531
|
label: string;
|
|
12527
12532
|
isActive: boolean;
|
|
12528
12533
|
} | undefined;
|
|
12534
|
+
ContentFactoryHook?: {
|
|
12535
|
+
label: string;
|
|
12536
|
+
isActive: boolean;
|
|
12537
|
+
canCreateTemplate: boolean;
|
|
12538
|
+
} | undefined;
|
|
12529
12539
|
DriveHook?: {
|
|
12530
12540
|
isActive: boolean;
|
|
12531
12541
|
drives: Partial<Record<"drive_microsoft_graph" | "drive_dropbox" | "drive_google", boolean>>;
|
|
@@ -12632,7 +12642,7 @@ declare const Hook: {
|
|
|
12632
12642
|
name: string;
|
|
12633
12643
|
isActive: boolean;
|
|
12634
12644
|
hasLicense: boolean;
|
|
12635
|
-
providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "
|
|
12645
|
+
providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "mandatory" | "no" | "optional">>;
|
|
12636
12646
|
banLifespan: number;
|
|
12637
12647
|
} | undefined;
|
|
12638
12648
|
VisioConnectHook?: {
|
|
@@ -12660,6 +12670,11 @@ declare const Hook: {
|
|
|
12660
12670
|
label: string;
|
|
12661
12671
|
isActive: boolean;
|
|
12662
12672
|
} | undefined;
|
|
12673
|
+
ContentFactoryHook?: {
|
|
12674
|
+
label: string;
|
|
12675
|
+
isActive: boolean;
|
|
12676
|
+
canCreateTemplate: boolean;
|
|
12677
|
+
} | undefined;
|
|
12663
12678
|
DriveHook?: {
|
|
12664
12679
|
isActive: boolean;
|
|
12665
12680
|
drives: Partial<Record<"drive_microsoft_graph" | "drive_dropbox" | "drive_google", boolean>>;
|
|
@@ -12766,7 +12781,7 @@ declare const Hook: {
|
|
|
12766
12781
|
name: string;
|
|
12767
12782
|
isActive: boolean;
|
|
12768
12783
|
hasLicense: boolean;
|
|
12769
|
-
providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "
|
|
12784
|
+
providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "mandatory" | "no" | "optional">>;
|
|
12770
12785
|
banLifespan: number;
|
|
12771
12786
|
} | undefined;
|
|
12772
12787
|
VisioConnectHook?: {
|
|
@@ -12794,6 +12809,11 @@ declare const Hook: {
|
|
|
12794
12809
|
label: string;
|
|
12795
12810
|
isActive: boolean;
|
|
12796
12811
|
} | undefined;
|
|
12812
|
+
ContentFactoryHook?: {
|
|
12813
|
+
label: string;
|
|
12814
|
+
isActive: boolean;
|
|
12815
|
+
canCreateTemplate: boolean;
|
|
12816
|
+
} | undefined;
|
|
12797
12817
|
DriveHook?: {
|
|
12798
12818
|
isActive: boolean;
|
|
12799
12819
|
drives: Partial<Record<"drive_microsoft_graph" | "drive_dropbox" | "drive_google", boolean>>;
|
|
@@ -12900,7 +12920,7 @@ declare const Hook: {
|
|
|
12900
12920
|
name: string;
|
|
12901
12921
|
isActive: boolean;
|
|
12902
12922
|
hasLicense: boolean;
|
|
12903
|
-
providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "
|
|
12923
|
+
providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "mandatory" | "no" | "optional">>;
|
|
12904
12924
|
banLifespan: number;
|
|
12905
12925
|
} | undefined;
|
|
12906
12926
|
VisioConnectHook?: {
|
|
@@ -12909,7 +12929,7 @@ declare const Hook: {
|
|
|
12909
12929
|
hasLicense: boolean;
|
|
12910
12930
|
} | undefined;
|
|
12911
12931
|
};
|
|
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) => ({
|
|
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) => ({
|
|
12913
12933
|
AdminAdvancedHook?: {
|
|
12914
12934
|
isActive: boolean;
|
|
12915
12935
|
sendAlert: boolean;
|
|
@@ -12926,6 +12946,11 @@ declare const Hook: {
|
|
|
12926
12946
|
label: string;
|
|
12927
12947
|
isActive: boolean;
|
|
12928
12948
|
} | undefined;
|
|
12949
|
+
ContentFactoryHook?: {
|
|
12950
|
+
label: string;
|
|
12951
|
+
isActive: boolean;
|
|
12952
|
+
canCreateTemplate: boolean;
|
|
12953
|
+
} | undefined;
|
|
12929
12954
|
DriveHook?: {
|
|
12930
12955
|
isActive: boolean;
|
|
12931
12956
|
drives: Partial<Record<"drive_microsoft_graph" | "drive_dropbox" | "drive_google", boolean>>;
|
|
@@ -13032,7 +13057,7 @@ declare const Hook: {
|
|
|
13032
13057
|
name: string;
|
|
13033
13058
|
isActive: boolean;
|
|
13034
13059
|
hasLicense: boolean;
|
|
13035
|
-
providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "
|
|
13060
|
+
providers: Partial<Record<"loginPassword" | "saml" | "oAuth", "mandatory" | "no" | "optional">>;
|
|
13036
13061
|
banLifespan: number;
|
|
13037
13062
|
} | undefined;
|
|
13038
13063
|
VisioConnectHook?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
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.10",
|
|
47
47
|
"react-redux": "7.2.9",
|
|
48
48
|
"redux": "4.2.0",
|
|
49
49
|
"uuid": "^10.0.0"
|