jamespot-front-business 1.2.23 → 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.
Files changed (2) hide show
  1. package/dist/types.d.ts +112 -77
  2. 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;
@@ -12515,20 +12522,6 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
12515
12522
  isActive: boolean;
12516
12523
  hasLicense: boolean;
12517
12524
  } | 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
12525
  SpotHook?: {
12533
12526
  label: string;
12534
12527
  isActive: boolean;
@@ -12551,6 +12544,20 @@ declare const slice$1: _reduxjs_toolkit.Slice<{}, {
12551
12544
  isActive: boolean;
12552
12545
  hasLicense: boolean;
12553
12546
  } | undefined;
12547
+ WeDocHook?: {
12548
+ color: string;
12549
+ description: string;
12550
+ label: string;
12551
+ isActive: boolean;
12552
+ templates: {
12553
+ color: string;
12554
+ description: string;
12555
+ label: string;
12556
+ icon: string;
12557
+ extension: string;
12558
+ }[];
12559
+ hasLicense: boolean;
12560
+ } | undefined;
12554
12561
  };
12555
12562
  }, "hooks">;
12556
12563
  type HookRootState = {
@@ -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;
@@ -12668,20 +12682,6 @@ declare const Hook: {
12668
12682
  isActive: boolean;
12669
12683
  hasLicense: boolean;
12670
12684
  } | 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
12685
  SpotHook?: {
12686
12686
  label: string;
12687
12687
  isActive: boolean;
@@ -12704,6 +12704,20 @@ declare const Hook: {
12704
12704
  isActive: boolean;
12705
12705
  hasLicense: boolean;
12706
12706
  } | undefined;
12707
+ WeDocHook?: {
12708
+ color: string;
12709
+ description: string;
12710
+ label: string;
12711
+ isActive: boolean;
12712
+ templates: {
12713
+ color: string;
12714
+ description: string;
12715
+ label: string;
12716
+ icon: string;
12717
+ extension: string;
12718
+ }[];
12719
+ hasLicense: boolean;
12720
+ } | undefined;
12707
12721
  };
12708
12722
  }, "hooks">;
12709
12723
  actions: _reduxjs_toolkit.CaseReducerActions<{
@@ -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;
@@ -12817,20 +12838,6 @@ declare const Hook: {
12817
12838
  isActive: boolean;
12818
12839
  hasLicense: boolean;
12819
12840
  } | 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
12841
  SpotHook?: {
12835
12842
  label: string;
12836
12843
  isActive: boolean;
@@ -12853,6 +12860,20 @@ declare const Hook: {
12853
12860
  isActive: boolean;
12854
12861
  hasLicense: boolean;
12855
12862
  } | undefined;
12863
+ WeDocHook?: {
12864
+ color: string;
12865
+ description: string;
12866
+ label: string;
12867
+ isActive: boolean;
12868
+ templates: {
12869
+ color: string;
12870
+ description: string;
12871
+ label: string;
12872
+ icon: string;
12873
+ extension: string;
12874
+ }[];
12875
+ hasLicense: boolean;
12876
+ } | undefined;
12856
12877
  };
12857
12878
  }, "hooks">;
12858
12879
  selectors: {
@@ -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;
@@ -12966,20 +12994,6 @@ declare const Hook: {
12966
12994
  isActive: boolean;
12967
12995
  hasLicense: boolean;
12968
12996
  } | 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
12997
  SpotHook?: {
12984
12998
  label: string;
12985
12999
  isActive: boolean;
@@ -13002,8 +13016,22 @@ declare const Hook: {
13002
13016
  isActive: boolean;
13003
13017
  hasLicense: boolean;
13004
13018
  } | undefined;
13019
+ WeDocHook?: {
13020
+ color: string;
13021
+ description: string;
13022
+ label: string;
13023
+ isActive: boolean;
13024
+ templates: {
13025
+ color: string;
13026
+ description: string;
13027
+ label: string;
13028
+ icon: string;
13029
+ extension: string;
13030
+ }[];
13031
+ hasLicense: boolean;
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" | "OnlyOfficeHook" | "SpotHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(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;
@@ -13113,20 +13148,6 @@ declare const Hook: {
13113
13148
  isActive: boolean;
13114
13149
  hasLicense: boolean;
13115
13150
  } | 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
13151
  SpotHook?: {
13131
13152
  label: string;
13132
13153
  isActive: boolean;
@@ -13149,8 +13170,22 @@ declare const Hook: {
13149
13170
  isActive: boolean;
13150
13171
  hasLicense: boolean;
13151
13172
  } | undefined;
13173
+ WeDocHook?: {
13174
+ color: string;
13175
+ description: string;
13176
+ label: string;
13177
+ isActive: boolean;
13178
+ templates: {
13179
+ color: string;
13180
+ description: string;
13181
+ label: string;
13182
+ icon: string;
13183
+ extension: string;
13184
+ }[];
13185
+ hasLicense: boolean;
13186
+ } | undefined;
13152
13187
  })[T] | undefined;
13153
- hasHookLicense: <T_1 extends "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "OnlyOfficeHook" | "SpotHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook">(state: HookRootState, hook: T_1) => boolean;
13188
+ hasHookLicense: <T_1 extends "BigBlueButtonHook" | "ExternalAppHook" | "DigitalWorkplaceHook" | "LuccaAbsenceHook" | "MagicPadHook" | "MagicWandHook" | "MediaLibraryHook" | "OfficeHook" | "SpotHook" | "StudioHook" | "TwoFactorAuthenticationHook" | "VisioConnectHook" | "WeDocHook">(state: HookRootState, hook: T_1) => boolean;
13154
13189
  };
13155
13190
  utils: {
13156
13191
  buildDrivesArrayFromObject: (drives: Partial<Record<"drive_microsoft_graph" | "drive_dropbox" | "drive_google", boolean>> | undefined) => string[];
@@ -19242,7 +19277,6 @@ declare const WedocApp: {
19242
19277
  dateCreation: string;
19243
19278
  dateModified: string;
19244
19279
  _url: string;
19245
- parentType: string;
19246
19280
  generalAccessRule: string;
19247
19281
  fileInfo: {
19248
19282
  color: string;
@@ -19252,6 +19286,7 @@ declare const WedocApp: {
19252
19286
  extension: string;
19253
19287
  };
19254
19288
  parentId: number;
19289
+ parentType: string;
19255
19290
  parentFiles: number[];
19256
19291
  generalAccessHash?: string | undefined;
19257
19292
  };
@@ -19294,7 +19329,6 @@ declare const WedocApp: {
19294
19329
  dateCreation: string;
19295
19330
  dateModified: string;
19296
19331
  _url: string;
19297
- parentType: string;
19298
19332
  generalAccessRule: string;
19299
19333
  fileInfo: {
19300
19334
  color: string;
@@ -19304,6 +19338,7 @@ declare const WedocApp: {
19304
19338
  extension: string;
19305
19339
  };
19306
19340
  parentId: number;
19341
+ parentType: string;
19307
19342
  parentFiles: number[];
19308
19343
  generalAccessHash?: string | undefined;
19309
19344
  };
@@ -19340,7 +19375,6 @@ declare const WedocApp: {
19340
19375
  dateCreation: string;
19341
19376
  dateModified: string;
19342
19377
  _url: string;
19343
- parentType: string;
19344
19378
  generalAccessRule: string;
19345
19379
  fileInfo: {
19346
19380
  color: string;
@@ -19350,6 +19384,7 @@ declare const WedocApp: {
19350
19384
  extension: string;
19351
19385
  };
19352
19386
  parentId: number;
19387
+ parentType: string;
19353
19388
  parentFiles: number[];
19354
19389
  generalAccessHash?: string | undefined;
19355
19390
  };
@@ -19384,7 +19419,6 @@ declare const WedocApp: {
19384
19419
  dateCreation: string;
19385
19420
  dateModified: string;
19386
19421
  _url: string;
19387
- parentType: string;
19388
19422
  generalAccessRule: string;
19389
19423
  fileInfo: {
19390
19424
  color: string;
@@ -19394,6 +19428,7 @@ declare const WedocApp: {
19394
19428
  extension: string;
19395
19429
  };
19396
19430
  parentId: number;
19431
+ parentType: string;
19397
19432
  parentFiles: number[];
19398
19433
  generalAccessHash?: string | undefined;
19399
19434
  };
@@ -19657,7 +19692,6 @@ declare const WedocApp: {
19657
19692
  dateCreation: string;
19658
19693
  dateModified: string;
19659
19694
  _url: string;
19660
- parentType: string;
19661
19695
  generalAccessRule: string;
19662
19696
  fileInfo: {
19663
19697
  color: string;
@@ -19667,6 +19701,7 @@ declare const WedocApp: {
19667
19701
  extension: string;
19668
19702
  };
19669
19703
  parentId: number;
19704
+ parentType: string;
19670
19705
  parentFiles: number[];
19671
19706
  generalAccessHash?: string | undefined;
19672
19707
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.2.23",
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.23",
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"