jamespot-front-business 1.1.66 → 1.1.68

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 CHANGED
@@ -2,7 +2,7 @@ import * as _reduxjs_toolkit from '@reduxjs/toolkit';
2
2
  import { EntityState, Dispatch, PayloadAction, Action } from '@reduxjs/toolkit';
3
3
  import * as zod from 'zod';
4
4
  import * as jamespot_user_api from 'jamespot-user-api';
5
- import { AnimationConfigurationType, AnimationStats, ApplicationType, BookableAssetList, AssetReservationConfiguration, ReservationList, jCommentList, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, Filters, Orders, PagingResults, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, jUserLittle, TVChannelList, TinyMCECommonOptions, jUserList, WidgetKeys, WidgetDefinitionProps, WidgetWrapperProps, CombinedWidgetContent, WidgetsName, Rights, jObjectLittle, WidgetVector, WidgetStateProps, WidgetsRootState, JamespotUserApi, StudioApplicationBase, jTaxonomyLittle } from 'jamespot-user-api';
5
+ import { AnimationConfigurationType, AnimationStats, ApplicationType, BookableAssetList, AssetReservationConfiguration, ReservationList, jCommentList, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, Filters, Orders, PagingResults, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, jUserLittle, TVChannelList, TinyMCECommonOptions, jUserList, WidgetKeys, WidgetDefinitionProps, WidgetWrapperProps, CombinedWidgetContent, WidgetsName, Rights, jObjectLittle, WidgetVector, WidgetStateProps, WidgetsRootState, SocialAction, JamespotUserApi, StudioApplicationBase, jTaxonomyLittle } from 'jamespot-user-api';
6
6
  import * as redux from 'redux';
7
7
  import { Dispatch as Dispatch$1 } from 'redux';
8
8
  import * as _reduxjs_toolkit_dist_tsHelpers from '@reduxjs/toolkit/dist/tsHelpers';
@@ -2679,6 +2679,117 @@ declare const Comment: {
2679
2679
  discardComments: _reduxjs_toolkit.ActionCreatorWithPayload<{
2680
2680
  idArticle: number;
2681
2681
  }, "commentList/discardComments">;
2682
+ hydrateComment: _reduxjs_toolkit.ActionCreatorWithPayload<{
2683
+ idArticle: number;
2684
+ list: {
2685
+ type: string;
2686
+ id: number;
2687
+ mainType: string;
2688
+ uri: string;
2689
+ dateCreation: string;
2690
+ dateModified: string | null;
2691
+ description: string | null;
2692
+ _user: jamespot_user_api.jObjectBase & {
2693
+ title: string;
2694
+ _url: string;
2695
+ } & {
2696
+ [key: string]: string | number | null;
2697
+ level: 0 | 3 | 5 | 9;
2698
+ dateCreation: string;
2699
+ dateModified: string;
2700
+ };
2701
+ _right: jamespot_user_api.Rights;
2702
+ _attachedFiles?: {
2703
+ type: string;
2704
+ id: number;
2705
+ mainType: string;
2706
+ uri: string;
2707
+ dateCreation: string;
2708
+ dateModified: string | null;
2709
+ title: string;
2710
+ _url: string;
2711
+ mimetype: string;
2712
+ size: number;
2713
+ path?: string | undefined;
2714
+ }[] | undefined;
2715
+ _actions?: Record<string, {
2716
+ type: string;
2717
+ class: string;
2718
+ label: string;
2719
+ stats: {
2720
+ total: number;
2721
+ };
2722
+ cssClass: string;
2723
+ cssColor: string;
2724
+ isActive: boolean;
2725
+ struct: {
2726
+ type: string;
2727
+ targetId: number;
2728
+ targetType: string;
2729
+ action: string;
2730
+ do: string;
2731
+ };
2732
+ }> | undefined;
2733
+ _widgets?: jamespot_user_api.WidgetWrapperGeneric<({
2734
+ layers?: string[] | undefined;
2735
+ } & jamespot_user_api.WidgetArticleAttachmentType) | ({
2736
+ layers?: string[] | undefined;
2737
+ } & jamespot_user_api.WidgetArticleButtonType) | ({
2738
+ layers?: string[] | undefined;
2739
+ } & jamespot_user_api.WidgetArticleGalleryType) | ({
2740
+ layers?: string[] | undefined;
2741
+ } & jamespot_user_api.WidgetArticleImageType) | ({
2742
+ layers?: string[] | undefined;
2743
+ } & jamespot_user_api.WidgetArticleTitleType) | ({
2744
+ layers?: string[] | undefined;
2745
+ } & jamespot_user_api.WidgetArticleTextType) | ({
2746
+ layers?: string[] | undefined;
2747
+ } & jamespot_user_api.WidgetArticleSliderType) | ({
2748
+ layers?: string[] | undefined;
2749
+ } & jamespot_user_api.WidgetType<{
2750
+ widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
2751
+ arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
2752
+ css?: Record<string, string> | undefined;
2753
+ edit?: boolean | undefined;
2754
+ }>) | ({
2755
+ layers?: string[] | undefined;
2756
+ } & jamespot_user_api.WidgetDatasourceTableType) | ({
2757
+ layers?: string[] | undefined;
2758
+ } & {
2759
+ name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
2760
+ uniqid: string;
2761
+ content: {
2762
+ uri?: string | undefined;
2763
+ limit?: number | boolean | undefined;
2764
+ tableColumnsData?: {
2765
+ name?: string | undefined;
2766
+ label?: string | undefined;
2767
+ isVisible?: boolean | undefined;
2768
+ textEllipsis?: boolean | undefined;
2769
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
2770
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
2771
+ }[] | undefined;
2772
+ tableHeadColor?: string | undefined;
2773
+ tableHeadTextColor?: string | undefined;
2774
+ tableHeadIconColor?: string | undefined;
2775
+ tableRowColor?: string | undefined;
2776
+ tableRowTextColor?: string | undefined;
2777
+ tableBorderRadius?: number | undefined;
2778
+ tableSizedColumns?: boolean | undefined;
2779
+ tableSizedColumnsWidth?: number | undefined;
2780
+ };
2781
+ }) | ({
2782
+ layers?: string[] | undefined;
2783
+ } & jamespot_user_api.WidgetPresenceType)>[] | undefined;
2784
+ }[];
2785
+ }, "commentList/hydrateComment">;
2786
+ updateComment: _reduxjs_toolkit.ActionCreatorWithPayload<{
2787
+ idArticle: number;
2788
+ idComment: number;
2789
+ data: {
2790
+ description: string;
2791
+ };
2792
+ }, "commentList/updateComment">;
2682
2793
  fetchComments: _reduxjs_toolkit.AsyncThunk<CommentsList, {
2683
2794
  idArticle: number;
2684
2795
  attachment?: boolean | undefined;
@@ -12216,6 +12327,699 @@ declare const WidgetEditor: {
12216
12327
  };
12217
12328
  };
12218
12329
 
12330
+ type RootState$1 = {
12331
+ entities: {
12332
+ socialActions: EntityState<SocialAction>;
12333
+ };
12334
+ };
12335
+ declare const SocialActions: {
12336
+ slice: _reduxjs_toolkit.Slice<EntityState<{
12337
+ type: string;
12338
+ class: string;
12339
+ label: string;
12340
+ stats: {
12341
+ total: number;
12342
+ };
12343
+ cssClass: string;
12344
+ cssColor: string;
12345
+ isActive: boolean;
12346
+ struct: {
12347
+ type: string;
12348
+ targetId: number;
12349
+ targetType: string;
12350
+ action: string;
12351
+ do: string;
12352
+ };
12353
+ }>, {
12354
+ addOne: {
12355
+ <S extends EntityState<{
12356
+ type: string;
12357
+ class: string;
12358
+ label: string;
12359
+ stats: {
12360
+ total: number;
12361
+ };
12362
+ cssClass: string;
12363
+ cssColor: string;
12364
+ isActive: boolean;
12365
+ struct: {
12366
+ type: string;
12367
+ targetId: number;
12368
+ targetType: string;
12369
+ action: string;
12370
+ do: string;
12371
+ };
12372
+ }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S, EntityState<{
12373
+ type: string;
12374
+ class: string;
12375
+ label: string;
12376
+ stats: {
12377
+ total: number;
12378
+ };
12379
+ cssClass: string;
12380
+ cssColor: string;
12381
+ isActive: boolean;
12382
+ struct: {
12383
+ type: string;
12384
+ targetId: number;
12385
+ targetType: string;
12386
+ action: string;
12387
+ do: string;
12388
+ };
12389
+ }>, S>, entity: {
12390
+ type: string;
12391
+ class: string;
12392
+ label: string;
12393
+ stats: {
12394
+ total: number;
12395
+ };
12396
+ cssClass: string;
12397
+ cssColor: string;
12398
+ isActive: boolean;
12399
+ struct: {
12400
+ type: string;
12401
+ targetId: number;
12402
+ targetType: string;
12403
+ action: string;
12404
+ do: string;
12405
+ };
12406
+ }): S;
12407
+ <S_1 extends EntityState<{
12408
+ type: string;
12409
+ class: string;
12410
+ label: string;
12411
+ stats: {
12412
+ total: number;
12413
+ };
12414
+ cssClass: string;
12415
+ cssColor: string;
12416
+ isActive: boolean;
12417
+ struct: {
12418
+ type: string;
12419
+ targetId: number;
12420
+ targetType: string;
12421
+ action: string;
12422
+ do: string;
12423
+ };
12424
+ }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_1, EntityState<{
12425
+ type: string;
12426
+ class: string;
12427
+ label: string;
12428
+ stats: {
12429
+ total: number;
12430
+ };
12431
+ cssClass: string;
12432
+ cssColor: string;
12433
+ isActive: boolean;
12434
+ struct: {
12435
+ type: string;
12436
+ targetId: number;
12437
+ targetType: string;
12438
+ action: string;
12439
+ do: string;
12440
+ };
12441
+ }>, S_1>, action: {
12442
+ payload: {
12443
+ type: string;
12444
+ class: string;
12445
+ label: string;
12446
+ stats: {
12447
+ total: number;
12448
+ };
12449
+ cssClass: string;
12450
+ cssColor: string;
12451
+ isActive: boolean;
12452
+ struct: {
12453
+ type: string;
12454
+ targetId: number;
12455
+ targetType: string;
12456
+ action: string;
12457
+ do: string;
12458
+ };
12459
+ };
12460
+ type: string;
12461
+ }): S_1;
12462
+ };
12463
+ addMany: {
12464
+ <S_2 extends EntityState<{
12465
+ type: string;
12466
+ class: string;
12467
+ label: string;
12468
+ stats: {
12469
+ total: number;
12470
+ };
12471
+ cssClass: string;
12472
+ cssColor: string;
12473
+ isActive: boolean;
12474
+ struct: {
12475
+ type: string;
12476
+ targetId: number;
12477
+ targetType: string;
12478
+ action: string;
12479
+ do: string;
12480
+ };
12481
+ }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_2, EntityState<{
12482
+ type: string;
12483
+ class: string;
12484
+ label: string;
12485
+ stats: {
12486
+ total: number;
12487
+ };
12488
+ cssClass: string;
12489
+ cssColor: string;
12490
+ isActive: boolean;
12491
+ struct: {
12492
+ type: string;
12493
+ targetId: number;
12494
+ targetType: string;
12495
+ action: string;
12496
+ do: string;
12497
+ };
12498
+ }>, S_2>, entities: readonly {
12499
+ type: string;
12500
+ class: string;
12501
+ label: string;
12502
+ stats: {
12503
+ total: number;
12504
+ };
12505
+ cssClass: string;
12506
+ cssColor: string;
12507
+ isActive: boolean;
12508
+ struct: {
12509
+ type: string;
12510
+ targetId: number;
12511
+ targetType: string;
12512
+ action: string;
12513
+ do: string;
12514
+ };
12515
+ }[] | Record<_reduxjs_toolkit.EntityId, {
12516
+ type: string;
12517
+ class: string;
12518
+ label: string;
12519
+ stats: {
12520
+ total: number;
12521
+ };
12522
+ cssClass: string;
12523
+ cssColor: string;
12524
+ isActive: boolean;
12525
+ struct: {
12526
+ type: string;
12527
+ targetId: number;
12528
+ targetType: string;
12529
+ action: string;
12530
+ do: string;
12531
+ };
12532
+ }>): S_2;
12533
+ <S_3 extends EntityState<{
12534
+ type: string;
12535
+ class: string;
12536
+ label: string;
12537
+ stats: {
12538
+ total: number;
12539
+ };
12540
+ cssClass: string;
12541
+ cssColor: string;
12542
+ isActive: boolean;
12543
+ struct: {
12544
+ type: string;
12545
+ targetId: number;
12546
+ targetType: string;
12547
+ action: string;
12548
+ do: string;
12549
+ };
12550
+ }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_3, EntityState<{
12551
+ type: string;
12552
+ class: string;
12553
+ label: string;
12554
+ stats: {
12555
+ total: number;
12556
+ };
12557
+ cssClass: string;
12558
+ cssColor: string;
12559
+ isActive: boolean;
12560
+ struct: {
12561
+ type: string;
12562
+ targetId: number;
12563
+ targetType: string;
12564
+ action: string;
12565
+ do: string;
12566
+ };
12567
+ }>, S_3>, entities: {
12568
+ payload: readonly {
12569
+ type: string;
12570
+ class: string;
12571
+ label: string;
12572
+ stats: {
12573
+ total: number;
12574
+ };
12575
+ cssClass: string;
12576
+ cssColor: string;
12577
+ isActive: boolean;
12578
+ struct: {
12579
+ type: string;
12580
+ targetId: number;
12581
+ targetType: string;
12582
+ action: string;
12583
+ do: string;
12584
+ };
12585
+ }[] | Record<_reduxjs_toolkit.EntityId, {
12586
+ type: string;
12587
+ class: string;
12588
+ label: string;
12589
+ stats: {
12590
+ total: number;
12591
+ };
12592
+ cssClass: string;
12593
+ cssColor: string;
12594
+ isActive: boolean;
12595
+ struct: {
12596
+ type: string;
12597
+ targetId: number;
12598
+ targetType: string;
12599
+ action: string;
12600
+ do: string;
12601
+ };
12602
+ }>;
12603
+ type: string;
12604
+ }): S_3;
12605
+ };
12606
+ setAll: {
12607
+ <S_4 extends EntityState<{
12608
+ type: string;
12609
+ class: string;
12610
+ label: string;
12611
+ stats: {
12612
+ total: number;
12613
+ };
12614
+ cssClass: string;
12615
+ cssColor: string;
12616
+ isActive: boolean;
12617
+ struct: {
12618
+ type: string;
12619
+ targetId: number;
12620
+ targetType: string;
12621
+ action: string;
12622
+ do: string;
12623
+ };
12624
+ }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_4, EntityState<{
12625
+ type: string;
12626
+ class: string;
12627
+ label: string;
12628
+ stats: {
12629
+ total: number;
12630
+ };
12631
+ cssClass: string;
12632
+ cssColor: string;
12633
+ isActive: boolean;
12634
+ struct: {
12635
+ type: string;
12636
+ targetId: number;
12637
+ targetType: string;
12638
+ action: string;
12639
+ do: string;
12640
+ };
12641
+ }>, S_4>, entities: readonly {
12642
+ type: string;
12643
+ class: string;
12644
+ label: string;
12645
+ stats: {
12646
+ total: number;
12647
+ };
12648
+ cssClass: string;
12649
+ cssColor: string;
12650
+ isActive: boolean;
12651
+ struct: {
12652
+ type: string;
12653
+ targetId: number;
12654
+ targetType: string;
12655
+ action: string;
12656
+ do: string;
12657
+ };
12658
+ }[] | Record<_reduxjs_toolkit.EntityId, {
12659
+ type: string;
12660
+ class: string;
12661
+ label: string;
12662
+ stats: {
12663
+ total: number;
12664
+ };
12665
+ cssClass: string;
12666
+ cssColor: string;
12667
+ isActive: boolean;
12668
+ struct: {
12669
+ type: string;
12670
+ targetId: number;
12671
+ targetType: string;
12672
+ action: string;
12673
+ do: string;
12674
+ };
12675
+ }>): S_4;
12676
+ <S_5 extends EntityState<{
12677
+ type: string;
12678
+ class: string;
12679
+ label: string;
12680
+ stats: {
12681
+ total: number;
12682
+ };
12683
+ cssClass: string;
12684
+ cssColor: string;
12685
+ isActive: boolean;
12686
+ struct: {
12687
+ type: string;
12688
+ targetId: number;
12689
+ targetType: string;
12690
+ action: string;
12691
+ do: string;
12692
+ };
12693
+ }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_5, EntityState<{
12694
+ type: string;
12695
+ class: string;
12696
+ label: string;
12697
+ stats: {
12698
+ total: number;
12699
+ };
12700
+ cssClass: string;
12701
+ cssColor: string;
12702
+ isActive: boolean;
12703
+ struct: {
12704
+ type: string;
12705
+ targetId: number;
12706
+ targetType: string;
12707
+ action: string;
12708
+ do: string;
12709
+ };
12710
+ }>, S_5>, entities: {
12711
+ payload: readonly {
12712
+ type: string;
12713
+ class: string;
12714
+ label: string;
12715
+ stats: {
12716
+ total: number;
12717
+ };
12718
+ cssClass: string;
12719
+ cssColor: string;
12720
+ isActive: boolean;
12721
+ struct: {
12722
+ type: string;
12723
+ targetId: number;
12724
+ targetType: string;
12725
+ action: string;
12726
+ do: string;
12727
+ };
12728
+ }[] | Record<_reduxjs_toolkit.EntityId, {
12729
+ type: string;
12730
+ class: string;
12731
+ label: string;
12732
+ stats: {
12733
+ total: number;
12734
+ };
12735
+ cssClass: string;
12736
+ cssColor: string;
12737
+ isActive: boolean;
12738
+ struct: {
12739
+ type: string;
12740
+ targetId: number;
12741
+ targetType: string;
12742
+ action: string;
12743
+ do: string;
12744
+ };
12745
+ }>;
12746
+ type: string;
12747
+ }): S_5;
12748
+ };
12749
+ clear: <S_6 extends EntityState<{
12750
+ type: string;
12751
+ class: string;
12752
+ label: string;
12753
+ stats: {
12754
+ total: number;
12755
+ };
12756
+ cssClass: string;
12757
+ cssColor: string;
12758
+ isActive: boolean;
12759
+ struct: {
12760
+ type: string;
12761
+ targetId: number;
12762
+ targetType: string;
12763
+ action: string;
12764
+ do: string;
12765
+ };
12766
+ }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_6, EntityState<{
12767
+ type: string;
12768
+ class: string;
12769
+ label: string;
12770
+ stats: {
12771
+ total: number;
12772
+ };
12773
+ cssClass: string;
12774
+ cssColor: string;
12775
+ isActive: boolean;
12776
+ struct: {
12777
+ type: string;
12778
+ targetId: number;
12779
+ targetType: string;
12780
+ action: string;
12781
+ do: string;
12782
+ };
12783
+ }>, S_6>) => S_6;
12784
+ updateOne: {
12785
+ <S_7 extends EntityState<{
12786
+ type: string;
12787
+ class: string;
12788
+ label: string;
12789
+ stats: {
12790
+ total: number;
12791
+ };
12792
+ cssClass: string;
12793
+ cssColor: string;
12794
+ isActive: boolean;
12795
+ struct: {
12796
+ type: string;
12797
+ targetId: number;
12798
+ targetType: string;
12799
+ action: string;
12800
+ do: string;
12801
+ };
12802
+ }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_7, EntityState<{
12803
+ type: string;
12804
+ class: string;
12805
+ label: string;
12806
+ stats: {
12807
+ total: number;
12808
+ };
12809
+ cssClass: string;
12810
+ cssColor: string;
12811
+ isActive: boolean;
12812
+ struct: {
12813
+ type: string;
12814
+ targetId: number;
12815
+ targetType: string;
12816
+ action: string;
12817
+ do: string;
12818
+ };
12819
+ }>, S_7>, update: _reduxjs_toolkit.Update<{
12820
+ type: string;
12821
+ class: string;
12822
+ label: string;
12823
+ stats: {
12824
+ total: number;
12825
+ };
12826
+ cssClass: string;
12827
+ cssColor: string;
12828
+ isActive: boolean;
12829
+ struct: {
12830
+ type: string;
12831
+ targetId: number;
12832
+ targetType: string;
12833
+ action: string;
12834
+ do: string;
12835
+ };
12836
+ }>): S_7;
12837
+ <S_8 extends EntityState<{
12838
+ type: string;
12839
+ class: string;
12840
+ label: string;
12841
+ stats: {
12842
+ total: number;
12843
+ };
12844
+ cssClass: string;
12845
+ cssColor: string;
12846
+ isActive: boolean;
12847
+ struct: {
12848
+ type: string;
12849
+ targetId: number;
12850
+ targetType: string;
12851
+ action: string;
12852
+ do: string;
12853
+ };
12854
+ }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_8, EntityState<{
12855
+ type: string;
12856
+ class: string;
12857
+ label: string;
12858
+ stats: {
12859
+ total: number;
12860
+ };
12861
+ cssClass: string;
12862
+ cssColor: string;
12863
+ isActive: boolean;
12864
+ struct: {
12865
+ type: string;
12866
+ targetId: number;
12867
+ targetType: string;
12868
+ action: string;
12869
+ do: string;
12870
+ };
12871
+ }>, S_8>, update: {
12872
+ payload: _reduxjs_toolkit.Update<{
12873
+ type: string;
12874
+ class: string;
12875
+ label: string;
12876
+ stats: {
12877
+ total: number;
12878
+ };
12879
+ cssClass: string;
12880
+ cssColor: string;
12881
+ isActive: boolean;
12882
+ struct: {
12883
+ type: string;
12884
+ targetId: number;
12885
+ targetType: string;
12886
+ action: string;
12887
+ do: string;
12888
+ };
12889
+ }>;
12890
+ type: string;
12891
+ }): S_8;
12892
+ };
12893
+ }, "socialActions">;
12894
+ actions: {
12895
+ addOne: _reduxjs_toolkit.ActionCreatorWithPayload<{
12896
+ type: string;
12897
+ class: string;
12898
+ label: string;
12899
+ stats: {
12900
+ total: number;
12901
+ };
12902
+ cssClass: string;
12903
+ cssColor: string;
12904
+ isActive: boolean;
12905
+ struct: {
12906
+ type: string;
12907
+ targetId: number;
12908
+ targetType: string;
12909
+ action: string;
12910
+ do: string;
12911
+ };
12912
+ }, "socialActions/addOne">;
12913
+ addMany: _reduxjs_toolkit.ActionCreatorWithPayload<readonly {
12914
+ type: string;
12915
+ class: string;
12916
+ label: string;
12917
+ stats: {
12918
+ total: number;
12919
+ };
12920
+ cssClass: string;
12921
+ cssColor: string;
12922
+ isActive: boolean;
12923
+ struct: {
12924
+ type: string;
12925
+ targetId: number;
12926
+ targetType: string;
12927
+ action: string;
12928
+ do: string;
12929
+ };
12930
+ }[] | Record<_reduxjs_toolkit.EntityId, {
12931
+ type: string;
12932
+ class: string;
12933
+ label: string;
12934
+ stats: {
12935
+ total: number;
12936
+ };
12937
+ cssClass: string;
12938
+ cssColor: string;
12939
+ isActive: boolean;
12940
+ struct: {
12941
+ type: string;
12942
+ targetId: number;
12943
+ targetType: string;
12944
+ action: string;
12945
+ do: string;
12946
+ };
12947
+ }>, "socialActions/addMany">;
12948
+ setAll: _reduxjs_toolkit.ActionCreatorWithPayload<readonly {
12949
+ type: string;
12950
+ class: string;
12951
+ label: string;
12952
+ stats: {
12953
+ total: number;
12954
+ };
12955
+ cssClass: string;
12956
+ cssColor: string;
12957
+ isActive: boolean;
12958
+ struct: {
12959
+ type: string;
12960
+ targetId: number;
12961
+ targetType: string;
12962
+ action: string;
12963
+ do: string;
12964
+ };
12965
+ }[] | Record<_reduxjs_toolkit.EntityId, {
12966
+ type: string;
12967
+ class: string;
12968
+ label: string;
12969
+ stats: {
12970
+ total: number;
12971
+ };
12972
+ cssClass: string;
12973
+ cssColor: string;
12974
+ isActive: boolean;
12975
+ struct: {
12976
+ type: string;
12977
+ targetId: number;
12978
+ targetType: string;
12979
+ action: string;
12980
+ do: string;
12981
+ };
12982
+ }>, "socialActions/setAll">;
12983
+ clear: _reduxjs_toolkit.ActionCreatorWithoutPayload<"socialActions/clear">;
12984
+ updateOne: _reduxjs_toolkit.ActionCreatorWithPayload<_reduxjs_toolkit.Update<{
12985
+ type: string;
12986
+ class: string;
12987
+ label: string;
12988
+ stats: {
12989
+ total: number;
12990
+ };
12991
+ cssClass: string;
12992
+ cssColor: string;
12993
+ isActive: boolean;
12994
+ struct: {
12995
+ type: string;
12996
+ targetId: number;
12997
+ targetType: string;
12998
+ action: string;
12999
+ do: string;
13000
+ };
13001
+ }>, "socialActions/updateOne">;
13002
+ };
13003
+ selectors: _reduxjs_toolkit.EntitySelectors<{
13004
+ type: string;
13005
+ class: string;
13006
+ label: string;
13007
+ stats: {
13008
+ total: number;
13009
+ };
13010
+ cssClass: string;
13011
+ cssColor: string;
13012
+ isActive: boolean;
13013
+ struct: {
13014
+ type: string;
13015
+ targetId: number;
13016
+ targetType: string;
13017
+ action: string;
13018
+ do: string;
13019
+ };
13020
+ }, RootState$1>;
13021
+ };
13022
+
12219
13023
  type RootState = Partial<AnimationsRootState & ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & MagicPadRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & WidgetsRootState & WidgetsRootState & WedocAppRootState & UserCurrentRootState>;
12220
13024
  type RootDispatch = Dispatch$1<Action>;
12221
13025
  type RTDispatch = Dispatch<any>;
@@ -14217,4 +15021,4 @@ declare const studio: {
14217
15021
  };
14218
15022
  };
14219
15023
 
14220
- export { APP_STATUS_TYPE, AUDIENCE, AnimationSliceListState, AnimationStatsCurrentSliceState, AnimationStatsSliceState, Animations, AnimationsRootState, ApiError, AppAttrSolrModel, AppAttrWidgetModel, AppColumnsDefaultTypes, AppFieldFormProperty, AppFieldFormPropertyTypes, AppFieldView, AppFieldsFormItem, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormUniqueList, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Comment, CommentListRootState, CommentListState, CommentRootState, CommentsList, ContentTypePropertyValue, EditorProps, EditorsRootState, EditorsState, ExtraAppFieldsItemViews, Faq, FaqRootState, Hook, HookRootState, JLandMapFront, JLandRootState, JType, MODE_EDIT, MODE_VIEW, MagicPad, MagicPadRootState, MagicPadSliceRootState, MapCreationFront, MapExtraFieldsWithView, MediaLibrary, MediaLibraryRootState, MediaLibraryState, Model, ModelRootState, Network, NetworkRootState, PagingState, Platform, PlatformRootState, RTDispatch, ReservationForm, RootDispatch, RootState, STUDIO_VIEW, Share, ShareRootState, StatusType, StudioAppBase, StudioAppManifest, StudioApplication, StudioAudienceType, StudioRootState, TVDisplay, TVDisplayRootState, TaxonomyPropertyValue, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, ToastRootState, UserCurrent, UserCurrentRootState, ViewName, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, animationsReducer, animationsSlice, fetchMediaLibraryConfig, fetchMediaLibraryFilesStats, fetchMediaLibraryFolders, fetchMediaLibraryFoldersStats, fetchMediaLibraryStats, fetchMediaLibraryUnclassifiedFiles, fetchPads, jland, magicPadSlice, mediaLibraryReducer, mediaLibrarySlice, slice, studio, updateWidgetContent, viewsList };
15024
+ export { APP_STATUS_TYPE, AUDIENCE, AnimationSliceListState, AnimationStatsCurrentSliceState, AnimationStatsSliceState, Animations, AnimationsRootState, ApiError, AppAttrSolrModel, AppAttrWidgetModel, AppColumnsDefaultTypes, AppFieldFormProperty, AppFieldFormPropertyTypes, AppFieldView, AppFieldsFormItem, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormUniqueList, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Comment, CommentListRootState, CommentListState, CommentRootState, CommentsList, ContentTypePropertyValue, EditorProps, EditorsRootState, EditorsState, ExtraAppFieldsItemViews, Faq, FaqRootState, Hook, HookRootState, JLandMapFront, JLandRootState, JType, MODE_EDIT, MODE_VIEW, MagicPad, MagicPadRootState, MagicPadSliceRootState, MapCreationFront, MapExtraFieldsWithView, MediaLibrary, MediaLibraryRootState, MediaLibraryState, Model, ModelRootState, Network, NetworkRootState, PagingState, Platform, PlatformRootState, RTDispatch, ReservationForm, RootDispatch, RootState, STUDIO_VIEW, Share, ShareRootState, SocialActions, StatusType, StudioAppBase, StudioAppManifest, StudioApplication, StudioAudienceType, StudioRootState, TVDisplay, TVDisplayRootState, TaxonomyPropertyValue, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, ToastRootState, UserCurrent, UserCurrentRootState, ViewName, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, animationsReducer, animationsSlice, fetchMediaLibraryConfig, fetchMediaLibraryFilesStats, fetchMediaLibraryFolders, fetchMediaLibraryFoldersStats, fetchMediaLibraryStats, fetchMediaLibraryUnclassifiedFiles, fetchPads, jland, magicPadSlice, mediaLibraryReducer, mediaLibrarySlice, slice, studio, updateWidgetContent, viewsList };