jamespot-front-business 1.2.24 → 1.2.25
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 +36 -1
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -12426,6 +12426,10 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
12426
12426
|
label: string;
|
|
12427
12427
|
isActive: boolean;
|
|
12428
12428
|
defaultView: "list" | "calendar";
|
|
12429
|
+
iCalendarUrls: {
|
|
12430
|
+
all: string;
|
|
12431
|
+
accepted: string;
|
|
12432
|
+
};
|
|
12429
12433
|
} | undefined;
|
|
12430
12434
|
ContentFactoryHook?: {
|
|
12431
12435
|
label: string;
|
|
@@ -12466,6 +12470,9 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
|
|
|
12466
12470
|
spotRssFeed?: {
|
|
12467
12471
|
isActive: boolean;
|
|
12468
12472
|
} | undefined;
|
|
12473
|
+
SurveyDateHook?: {
|
|
12474
|
+
isActive: boolean;
|
|
12475
|
+
} | undefined;
|
|
12469
12476
|
WidgetHook?: {
|
|
12470
12477
|
create: boolean;
|
|
12471
12478
|
isActive: boolean;
|
|
@@ -12579,6 +12586,10 @@ declare const Hook: {
|
|
|
12579
12586
|
label: string;
|
|
12580
12587
|
isActive: boolean;
|
|
12581
12588
|
defaultView: "list" | "calendar";
|
|
12589
|
+
iCalendarUrls: {
|
|
12590
|
+
all: string;
|
|
12591
|
+
accepted: string;
|
|
12592
|
+
};
|
|
12582
12593
|
} | undefined;
|
|
12583
12594
|
ContentFactoryHook?: {
|
|
12584
12595
|
label: string;
|
|
@@ -12619,6 +12630,9 @@ declare const Hook: {
|
|
|
12619
12630
|
spotRssFeed?: {
|
|
12620
12631
|
isActive: boolean;
|
|
12621
12632
|
} | undefined;
|
|
12633
|
+
SurveyDateHook?: {
|
|
12634
|
+
isActive: boolean;
|
|
12635
|
+
} | undefined;
|
|
12622
12636
|
WidgetHook?: {
|
|
12623
12637
|
create: boolean;
|
|
12624
12638
|
isActive: boolean;
|
|
@@ -12728,6 +12742,10 @@ declare const Hook: {
|
|
|
12728
12742
|
label: string;
|
|
12729
12743
|
isActive: boolean;
|
|
12730
12744
|
defaultView: "list" | "calendar";
|
|
12745
|
+
iCalendarUrls: {
|
|
12746
|
+
all: string;
|
|
12747
|
+
accepted: string;
|
|
12748
|
+
};
|
|
12731
12749
|
} | undefined;
|
|
12732
12750
|
ContentFactoryHook?: {
|
|
12733
12751
|
label: string;
|
|
@@ -12768,6 +12786,9 @@ declare const Hook: {
|
|
|
12768
12786
|
spotRssFeed?: {
|
|
12769
12787
|
isActive: boolean;
|
|
12770
12788
|
} | undefined;
|
|
12789
|
+
SurveyDateHook?: {
|
|
12790
|
+
isActive: boolean;
|
|
12791
|
+
} | undefined;
|
|
12771
12792
|
WidgetHook?: {
|
|
12772
12793
|
create: boolean;
|
|
12773
12794
|
isActive: boolean;
|
|
@@ -12877,6 +12898,10 @@ declare const Hook: {
|
|
|
12877
12898
|
label: string;
|
|
12878
12899
|
isActive: boolean;
|
|
12879
12900
|
defaultView: "list" | "calendar";
|
|
12901
|
+
iCalendarUrls: {
|
|
12902
|
+
all: string;
|
|
12903
|
+
accepted: string;
|
|
12904
|
+
};
|
|
12880
12905
|
} | undefined;
|
|
12881
12906
|
ContentFactoryHook?: {
|
|
12882
12907
|
label: string;
|
|
@@ -12917,6 +12942,9 @@ declare const Hook: {
|
|
|
12917
12942
|
spotRssFeed?: {
|
|
12918
12943
|
isActive: boolean;
|
|
12919
12944
|
} | undefined;
|
|
12945
|
+
SurveyDateHook?: {
|
|
12946
|
+
isActive: boolean;
|
|
12947
|
+
} | undefined;
|
|
12920
12948
|
WidgetHook?: {
|
|
12921
12949
|
create: boolean;
|
|
12922
12950
|
isActive: boolean;
|
|
@@ -13003,7 +13031,7 @@ declare const Hook: {
|
|
|
13003
13031
|
hasLicense: boolean;
|
|
13004
13032
|
} | undefined;
|
|
13005
13033
|
};
|
|
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) => ({
|
|
13034
|
+
selectHook: <T extends "ExtraBotHook" | "AdminAdvancedHook" | "AnimatedMeetingHook" | "BusinessContactHook" | "calendarHook" | "ContentFactoryHook" | "DriveHook" | "FAQHook" | "FileBankHook" | "JitsiHook" | "MessengerHook" | "SharedContentHook" | "spotRssFeed" | "SurveyDateHook" | "WidgetHook" | "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "SpotHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook" | "WeDocHook">(state: HookRootState, hook: T) => ({
|
|
13007
13035
|
AdminAdvancedHook?: {
|
|
13008
13036
|
isActive: boolean;
|
|
13009
13037
|
sendAlert: boolean;
|
|
@@ -13024,6 +13052,10 @@ declare const Hook: {
|
|
|
13024
13052
|
label: string;
|
|
13025
13053
|
isActive: boolean;
|
|
13026
13054
|
defaultView: "list" | "calendar";
|
|
13055
|
+
iCalendarUrls: {
|
|
13056
|
+
all: string;
|
|
13057
|
+
accepted: string;
|
|
13058
|
+
};
|
|
13027
13059
|
} | undefined;
|
|
13028
13060
|
ContentFactoryHook?: {
|
|
13029
13061
|
label: string;
|
|
@@ -13064,6 +13096,9 @@ declare const Hook: {
|
|
|
13064
13096
|
spotRssFeed?: {
|
|
13065
13097
|
isActive: boolean;
|
|
13066
13098
|
} | undefined;
|
|
13099
|
+
SurveyDateHook?: {
|
|
13100
|
+
isActive: boolean;
|
|
13101
|
+
} | undefined;
|
|
13067
13102
|
WidgetHook?: {
|
|
13068
13103
|
create: boolean;
|
|
13069
13104
|
isActive: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.25",
|
|
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.25",
|
|
47
47
|
"react-redux": "7.2.9",
|
|
48
48
|
"redux": "4.2.0",
|
|
49
49
|
"uuid": "^10.0.0"
|