jamespot-front-business 1.1.87 → 1.1.88

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
@@ -1,7 +1,7 @@
1
1
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
2
2
  import { EntityState, PayloadAction, Dispatch, Action as Action$1 } from '@reduxjs/toolkit';
3
3
  import * as jamespot_user_api from 'jamespot-user-api';
4
- import { jUserLittle, Filters, Orders, AdminLogNavigation, AdminLogObject, AdminLogSearch, AnimationConfigurationType, AnimationStats, ApplicationType, ApiWrapper, BookableAssetList, AssetReservationConfiguration, ReservationList, WithSocialActions, jCommentList, PagingResults, ContentReportStatus, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, Model as Model$1, NetworkType, WedocFileType, TVChannelList, TinyMCECommonOptions, TinyMCEExtendedOptions, jUserList, WidgetKeys, WidgetDefinitionProps, WidgetWrapperProps, WidgetsRootState, WidgetDisplayMode, CombinedWidgetContent, SocialAction, ValueOf, StudioApplicationBase, jTaxonomyLittle, JamespotUserApi } from 'jamespot-user-api';
4
+ import { jUserLittle, Filters, Orders, AdminLogNavigation, AdminLogObject, AdminLogSearch, AnimationConfigurationType, AnimationStats, ApplicationType, ApiWrapper, BookableAssetList, AssetReservationConfiguration, ReservationList, WithExtension, jCommentList, PagingResults, ContentReportStatus, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, AudienceAutocomplete, JLandMap, AdminLicensesNotAssigned, jArticleView, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, ApiPagingResults, Model as Model$1, NetworkType, WedocFileType, TVChannelList, TinyMCECommonOptions, TinyMCEExtendedOptions, jUserList, WidgetKeys, WidgetDefinitionProps, WidgetWrapperProps, WidgetsRootState, WidgetDisplayMode, CombinedWidgetContent, SocialAction, ValueOf, StudioApplicationBase, jTaxonomyLittle, JamespotUserApi } from 'jamespot-user-api';
5
5
  import * as redux from 'redux';
6
6
  import { Dispatch as Dispatch$1 } from 'redux';
7
7
  import * as _reduxjs_toolkit_dist_tsHelpers from '@reduxjs/toolkit/dist/tsHelpers';
@@ -4256,7 +4256,7 @@ type CommentRootState = {
4256
4256
  };
4257
4257
  type CommentsList = {
4258
4258
  idArticle: number;
4259
- list: Array<WithSocialActions<jCommentList> & {
4259
+ list: Array<WithExtension<jCommentList> & {
4260
4260
  pending?: boolean;
4261
4261
  }>;
4262
4262
  };
@@ -4402,15 +4402,161 @@ declare const Comment: {
4402
4402
  }>)>[] | undefined;
4403
4403
  } & {
4404
4404
  _extend: {
4405
- actions: {
4405
+ comments?: ({
4406
+ type: string;
4407
+ id: number;
4408
+ mainType: string;
4409
+ uri: string;
4410
+ dateCreation: string;
4411
+ dateModified: string | null;
4412
+ description: string | null;
4413
+ _user: jamespot_user_api.jObjectBase & {
4414
+ title: string;
4415
+ _url: string;
4416
+ } & {
4417
+ [key: string]: string | number | null;
4418
+ level: 0 | 9 | 3 | 5;
4419
+ dateCreation: string;
4420
+ dateModified: string;
4421
+ };
4422
+ _right: jamespot_user_api.Rights;
4423
+ _attachedFiles?: {
4424
+ type: string;
4425
+ id: number;
4426
+ mainType: string;
4427
+ uri: string;
4428
+ dateCreation: string;
4429
+ dateModified: string | null;
4430
+ title: string;
4431
+ _url: string;
4432
+ mimetype: string;
4433
+ size: number;
4434
+ path?: string | undefined;
4435
+ }[] | undefined;
4436
+ _actions?: Record<string, {
4437
+ type: string;
4438
+ class: string;
4439
+ label: string;
4440
+ stats: {
4441
+ total: number;
4442
+ };
4443
+ cssClass: string;
4444
+ cssColor: string;
4445
+ isActive: boolean;
4446
+ struct: {
4447
+ type: string;
4448
+ targetId: number;
4449
+ targetType: string;
4450
+ action: string;
4451
+ do: string;
4452
+ };
4453
+ }> | undefined;
4454
+ _widgets?: jamespot_user_api.WidgetWrapperGeneric<({
4455
+ layers?: string[] | undefined;
4456
+ } & jamespot_user_api.WidgetArticleAttachmentType) | ({
4457
+ layers?: string[] | undefined;
4458
+ } & jamespot_user_api.WidgetArticleButtonType) | ({
4459
+ layers?: string[] | undefined;
4460
+ } & jamespot_user_api.WidgetArticleGalleryType) | ({
4461
+ layers?: string[] | undefined;
4462
+ } & jamespot_user_api.WidgetArticleImageType) | ({
4463
+ layers?: string[] | undefined;
4464
+ } & jamespot_user_api.WidgetArticleTitleType) | ({
4465
+ layers?: string[] | undefined;
4466
+ } & jamespot_user_api.WidgetArticleTextType) | ({
4467
+ layers?: string[] | undefined;
4468
+ } & jamespot_user_api.WidgetArticleSliderType) | ({
4469
+ layers?: string[] | undefined;
4470
+ } & jamespot_user_api.WidgetType<{
4471
+ widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
4472
+ arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
4473
+ css?: Record<string, string> | undefined;
4474
+ edit?: boolean | undefined;
4475
+ }>) | ({
4476
+ layers?: string[] | undefined;
4477
+ } & jamespot_user_api.WidgetDatasourceTableType) | ({
4478
+ layers?: string[] | undefined;
4479
+ } & {
4480
+ name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
4481
+ uniqid: string;
4482
+ content: {
4483
+ uri?: string | undefined;
4484
+ limit?: number | boolean | undefined;
4485
+ tableColumnsData?: {
4486
+ name?: string | undefined;
4487
+ label?: string | undefined;
4488
+ isVisible?: boolean | undefined;
4489
+ textEllipsis?: boolean | undefined;
4490
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
4491
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
4492
+ }[] | undefined;
4493
+ tableHeadColor?: string | undefined;
4494
+ tableHeadTextColor?: string | undefined;
4495
+ tableHeadIconColor?: string | undefined;
4496
+ tableRowColor?: string | undefined;
4497
+ tableRowTextColor?: string | undefined;
4498
+ tableBorderRadius?: number | undefined;
4499
+ tableSizedColumns?: boolean | undefined;
4500
+ tableSizedColumnsWidth?: number | undefined;
4501
+ };
4502
+ }) | ({
4503
+ layers?: string[] | undefined;
4504
+ } & jamespot_user_api.WidgetPresenceType) | ({
4505
+ layers?: string[] | undefined;
4506
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
4507
+ layers?: string[] | undefined;
4508
+ } & jamespot_user_api.WidgetType<{
4509
+ calEventsLimit?: boolean | undefined;
4510
+ calEventsLimitValue?: number | undefined;
4511
+ calEventsPromptStatus?: string | undefined;
4512
+ }>) | ({
4513
+ layers?: string[] | undefined;
4514
+ } & jamespot_user_api.WidgetType<{
4515
+ contactLimit?: boolean | undefined;
4516
+ contactLimitValue?: number | undefined;
4517
+ contactPromptStatus?: string | undefined;
4518
+ }>) | ({
4519
+ layers?: string[] | undefined;
4520
+ } & jamespot_user_api.WidgetType<{
4521
+ emailsLimit?: boolean | undefined;
4522
+ emailsLimitValue?: number | undefined;
4523
+ emailsPromptStatus?: string | undefined;
4524
+ }>)>[] | undefined;
4525
+ } & {
4526
+ _extend: {
4527
+ actions?: {
4528
+ type: string;
4529
+ targetId: number;
4530
+ targetType: string;
4531
+ label: string;
4532
+ icon: string | null;
4533
+ isActive?: boolean | undefined;
4534
+ count?: number | undefined;
4535
+ }[] | undefined;
4536
+ };
4537
+ })[] | undefined;
4538
+ attachments?: {
4539
+ type: string;
4540
+ id: number;
4541
+ mainType: string;
4542
+ uri: string;
4543
+ dateCreation: string;
4544
+ dateModified: string | null;
4545
+ title: string;
4546
+ _url: string;
4547
+ mimetype: string;
4548
+ size: number;
4549
+ path?: string | undefined;
4550
+ }[] | undefined;
4551
+ actions?: {
4406
4552
  type: string;
4407
4553
  targetId: number;
4408
4554
  targetType: string;
4409
4555
  label: string;
4410
- icon: string;
4411
- isActive: boolean;
4556
+ icon: string | null;
4557
+ isActive?: boolean | undefined;
4412
4558
  count?: number | undefined;
4413
- }[];
4559
+ }[] | undefined;
4414
4560
  };
4415
4561
  })[];
4416
4562
  }, "commentList/hydrateComment">;
@@ -5003,15 +5149,161 @@ declare const Comment: {
5003
5149
  }>)>[] | undefined;
5004
5150
  } & {
5005
5151
  _extend: {
5006
- actions: {
5152
+ comments?: ({
5153
+ type: string;
5154
+ id: number;
5155
+ mainType: string;
5156
+ uri: string;
5157
+ dateCreation: string;
5158
+ dateModified: string | null;
5159
+ description: string | null;
5160
+ _user: jamespot_user_api.jObjectBase & {
5161
+ title: string;
5162
+ _url: string;
5163
+ } & {
5164
+ [key: string]: string | number | null;
5165
+ level: 0 | 9 | 3 | 5;
5166
+ dateCreation: string;
5167
+ dateModified: string;
5168
+ };
5169
+ _right: jamespot_user_api.Rights;
5170
+ _attachedFiles?: {
5171
+ type: string;
5172
+ id: number;
5173
+ mainType: string;
5174
+ uri: string;
5175
+ dateCreation: string;
5176
+ dateModified: string | null;
5177
+ title: string;
5178
+ _url: string;
5179
+ mimetype: string;
5180
+ size: number;
5181
+ path?: string | undefined;
5182
+ }[] | undefined;
5183
+ _actions?: Record<string, {
5184
+ type: string;
5185
+ class: string;
5186
+ label: string;
5187
+ stats: {
5188
+ total: number;
5189
+ };
5190
+ cssClass: string;
5191
+ cssColor: string;
5192
+ isActive: boolean;
5193
+ struct: {
5194
+ type: string;
5195
+ targetId: number;
5196
+ targetType: string;
5197
+ action: string;
5198
+ do: string;
5199
+ };
5200
+ }> | undefined;
5201
+ _widgets?: jamespot_user_api.WidgetWrapperGeneric<({
5202
+ layers?: string[] | undefined;
5203
+ } & jamespot_user_api.WidgetArticleAttachmentType) | ({
5204
+ layers?: string[] | undefined;
5205
+ } & jamespot_user_api.WidgetArticleButtonType) | ({
5206
+ layers?: string[] | undefined;
5207
+ } & jamespot_user_api.WidgetArticleGalleryType) | ({
5208
+ layers?: string[] | undefined;
5209
+ } & jamespot_user_api.WidgetArticleImageType) | ({
5210
+ layers?: string[] | undefined;
5211
+ } & jamespot_user_api.WidgetArticleTitleType) | ({
5212
+ layers?: string[] | undefined;
5213
+ } & jamespot_user_api.WidgetArticleTextType) | ({
5214
+ layers?: string[] | undefined;
5215
+ } & jamespot_user_api.WidgetArticleSliderType) | ({
5216
+ layers?: string[] | undefined;
5217
+ } & jamespot_user_api.WidgetType<{
5218
+ widgets?: jamespot_user_api.WidgetBaseType[] | undefined;
5219
+ arr?: jamespot_user_api.WidgetCheckListContentArr[] | undefined;
5220
+ css?: Record<string, string> | undefined;
5221
+ edit?: boolean | undefined;
5222
+ }>) | ({
5223
+ layers?: string[] | undefined;
5224
+ } & jamespot_user_api.WidgetDatasourceTableType) | ({
5225
+ layers?: string[] | undefined;
5226
+ } & {
5227
+ name: jamespot_user_api.WidgetsName.ExcelDatasourceTable;
5228
+ uniqid: string;
5229
+ content: {
5230
+ uri?: string | undefined;
5231
+ limit?: number | boolean | undefined;
5232
+ tableColumnsData?: {
5233
+ name?: string | undefined;
5234
+ label?: string | undefined;
5235
+ isVisible?: boolean | undefined;
5236
+ textEllipsis?: boolean | undefined;
5237
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
5238
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
5239
+ }[] | undefined;
5240
+ tableHeadColor?: string | undefined;
5241
+ tableHeadTextColor?: string | undefined;
5242
+ tableHeadIconColor?: string | undefined;
5243
+ tableRowColor?: string | undefined;
5244
+ tableRowTextColor?: string | undefined;
5245
+ tableBorderRadius?: number | undefined;
5246
+ tableSizedColumns?: boolean | undefined;
5247
+ tableSizedColumnsWidth?: number | undefined;
5248
+ };
5249
+ }) | ({
5250
+ layers?: string[] | undefined;
5251
+ } & jamespot_user_api.WidgetPresenceType) | ({
5252
+ layers?: string[] | undefined;
5253
+ } & jamespot_user_api.WidgetQuickSurveyType) | ({
5254
+ layers?: string[] | undefined;
5255
+ } & jamespot_user_api.WidgetType<{
5256
+ calEventsLimit?: boolean | undefined;
5257
+ calEventsLimitValue?: number | undefined;
5258
+ calEventsPromptStatus?: string | undefined;
5259
+ }>) | ({
5260
+ layers?: string[] | undefined;
5261
+ } & jamespot_user_api.WidgetType<{
5262
+ contactLimit?: boolean | undefined;
5263
+ contactLimitValue?: number | undefined;
5264
+ contactPromptStatus?: string | undefined;
5265
+ }>) | ({
5266
+ layers?: string[] | undefined;
5267
+ } & jamespot_user_api.WidgetType<{
5268
+ emailsLimit?: boolean | undefined;
5269
+ emailsLimitValue?: number | undefined;
5270
+ emailsPromptStatus?: string | undefined;
5271
+ }>)>[] | undefined;
5272
+ } & {
5273
+ _extend: {
5274
+ actions?: {
5275
+ type: string;
5276
+ targetId: number;
5277
+ targetType: string;
5278
+ label: string;
5279
+ icon: string | null;
5280
+ isActive?: boolean | undefined;
5281
+ count?: number | undefined;
5282
+ }[] | undefined;
5283
+ };
5284
+ })[] | undefined;
5285
+ attachments?: {
5286
+ type: string;
5287
+ id: number;
5288
+ mainType: string;
5289
+ uri: string;
5290
+ dateCreation: string;
5291
+ dateModified: string | null;
5292
+ title: string;
5293
+ _url: string;
5294
+ mimetype: string;
5295
+ size: number;
5296
+ path?: string | undefined;
5297
+ }[] | undefined;
5298
+ actions?: {
5007
5299
  type: string;
5008
5300
  targetId: number;
5009
5301
  targetType: string;
5010
5302
  label: string;
5011
- icon: string;
5012
- isActive: boolean;
5303
+ icon: string | null;
5304
+ isActive?: boolean | undefined;
5013
5305
  count?: number | undefined;
5014
- }[];
5306
+ }[] | undefined;
5015
5307
  };
5016
5308
  } & {
5017
5309
  pending?: boolean;
@@ -17593,8 +17885,8 @@ declare const SocialActions: {
17593
17885
  targetId: number;
17594
17886
  targetType: string;
17595
17887
  label: string;
17596
- icon: string;
17597
- isActive: boolean;
17888
+ icon: string | null;
17889
+ isActive?: boolean | undefined;
17598
17890
  count?: number | undefined;
17599
17891
  }>, {
17600
17892
  addOne: {
@@ -17603,24 +17895,24 @@ declare const SocialActions: {
17603
17895
  targetId: number;
17604
17896
  targetType: string;
17605
17897
  label: string;
17606
- icon: string;
17607
- isActive: boolean;
17898
+ icon: string | null;
17899
+ isActive?: boolean | undefined;
17608
17900
  count?: number | undefined;
17609
17901
  }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S, EntityState<{
17610
17902
  type: string;
17611
17903
  targetId: number;
17612
17904
  targetType: string;
17613
17905
  label: string;
17614
- icon: string;
17615
- isActive: boolean;
17906
+ icon: string | null;
17907
+ isActive?: boolean | undefined;
17616
17908
  count?: number | undefined;
17617
17909
  }>, S>, entity: {
17618
17910
  type: string;
17619
17911
  targetId: number;
17620
17912
  targetType: string;
17621
17913
  label: string;
17622
- icon: string;
17623
- isActive: boolean;
17914
+ icon: string | null;
17915
+ isActive?: boolean | undefined;
17624
17916
  count?: number | undefined;
17625
17917
  }): S;
17626
17918
  <S_1 extends EntityState<{
@@ -17628,16 +17920,16 @@ declare const SocialActions: {
17628
17920
  targetId: number;
17629
17921
  targetType: string;
17630
17922
  label: string;
17631
- icon: string;
17632
- isActive: boolean;
17923
+ icon: string | null;
17924
+ isActive?: boolean | undefined;
17633
17925
  count?: number | undefined;
17634
17926
  }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_1, EntityState<{
17635
17927
  type: string;
17636
17928
  targetId: number;
17637
17929
  targetType: string;
17638
17930
  label: string;
17639
- icon: string;
17640
- isActive: boolean;
17931
+ icon: string | null;
17932
+ isActive?: boolean | undefined;
17641
17933
  count?: number | undefined;
17642
17934
  }>, S_1>, action: {
17643
17935
  payload: {
@@ -17645,8 +17937,8 @@ declare const SocialActions: {
17645
17937
  targetId: number;
17646
17938
  targetType: string;
17647
17939
  label: string;
17648
- icon: string;
17649
- isActive: boolean;
17940
+ icon: string | null;
17941
+ isActive?: boolean | undefined;
17650
17942
  count?: number | undefined;
17651
17943
  };
17652
17944
  type: string;
@@ -17658,32 +17950,32 @@ declare const SocialActions: {
17658
17950
  targetId: number;
17659
17951
  targetType: string;
17660
17952
  label: string;
17661
- icon: string;
17662
- isActive: boolean;
17953
+ icon: string | null;
17954
+ isActive?: boolean | undefined;
17663
17955
  count?: number | undefined;
17664
17956
  }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_2, EntityState<{
17665
17957
  type: string;
17666
17958
  targetId: number;
17667
17959
  targetType: string;
17668
17960
  label: string;
17669
- icon: string;
17670
- isActive: boolean;
17961
+ icon: string | null;
17962
+ isActive?: boolean | undefined;
17671
17963
  count?: number | undefined;
17672
17964
  }>, S_2>, entities: readonly {
17673
17965
  type: string;
17674
17966
  targetId: number;
17675
17967
  targetType: string;
17676
17968
  label: string;
17677
- icon: string;
17678
- isActive: boolean;
17969
+ icon: string | null;
17970
+ isActive?: boolean | undefined;
17679
17971
  count?: number | undefined;
17680
17972
  }[] | Record<_reduxjs_toolkit.EntityId, {
17681
17973
  type: string;
17682
17974
  targetId: number;
17683
17975
  targetType: string;
17684
17976
  label: string;
17685
- icon: string;
17686
- isActive: boolean;
17977
+ icon: string | null;
17978
+ isActive?: boolean | undefined;
17687
17979
  count?: number | undefined;
17688
17980
  }>): S_2;
17689
17981
  <S_3 extends EntityState<{
@@ -17691,16 +17983,16 @@ declare const SocialActions: {
17691
17983
  targetId: number;
17692
17984
  targetType: string;
17693
17985
  label: string;
17694
- icon: string;
17695
- isActive: boolean;
17986
+ icon: string | null;
17987
+ isActive?: boolean | undefined;
17696
17988
  count?: number | undefined;
17697
17989
  }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_3, EntityState<{
17698
17990
  type: string;
17699
17991
  targetId: number;
17700
17992
  targetType: string;
17701
17993
  label: string;
17702
- icon: string;
17703
- isActive: boolean;
17994
+ icon: string | null;
17995
+ isActive?: boolean | undefined;
17704
17996
  count?: number | undefined;
17705
17997
  }>, S_3>, entities: {
17706
17998
  payload: readonly {
@@ -17708,16 +18000,16 @@ declare const SocialActions: {
17708
18000
  targetId: number;
17709
18001
  targetType: string;
17710
18002
  label: string;
17711
- icon: string;
17712
- isActive: boolean;
18003
+ icon: string | null;
18004
+ isActive?: boolean | undefined;
17713
18005
  count?: number | undefined;
17714
18006
  }[] | Record<_reduxjs_toolkit.EntityId, {
17715
18007
  type: string;
17716
18008
  targetId: number;
17717
18009
  targetType: string;
17718
18010
  label: string;
17719
- icon: string;
17720
- isActive: boolean;
18011
+ icon: string | null;
18012
+ isActive?: boolean | undefined;
17721
18013
  count?: number | undefined;
17722
18014
  }>;
17723
18015
  type: string;
@@ -17729,32 +18021,32 @@ declare const SocialActions: {
17729
18021
  targetId: number;
17730
18022
  targetType: string;
17731
18023
  label: string;
17732
- icon: string;
17733
- isActive: boolean;
18024
+ icon: string | null;
18025
+ isActive?: boolean | undefined;
17734
18026
  count?: number | undefined;
17735
18027
  }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_4, EntityState<{
17736
18028
  type: string;
17737
18029
  targetId: number;
17738
18030
  targetType: string;
17739
18031
  label: string;
17740
- icon: string;
17741
- isActive: boolean;
18032
+ icon: string | null;
18033
+ isActive?: boolean | undefined;
17742
18034
  count?: number | undefined;
17743
18035
  }>, S_4>, entities: readonly {
17744
18036
  type: string;
17745
18037
  targetId: number;
17746
18038
  targetType: string;
17747
18039
  label: string;
17748
- icon: string;
17749
- isActive: boolean;
18040
+ icon: string | null;
18041
+ isActive?: boolean | undefined;
17750
18042
  count?: number | undefined;
17751
18043
  }[] | Record<_reduxjs_toolkit.EntityId, {
17752
18044
  type: string;
17753
18045
  targetId: number;
17754
18046
  targetType: string;
17755
18047
  label: string;
17756
- icon: string;
17757
- isActive: boolean;
18048
+ icon: string | null;
18049
+ isActive?: boolean | undefined;
17758
18050
  count?: number | undefined;
17759
18051
  }>): S_4;
17760
18052
  <S_5 extends EntityState<{
@@ -17762,16 +18054,16 @@ declare const SocialActions: {
17762
18054
  targetId: number;
17763
18055
  targetType: string;
17764
18056
  label: string;
17765
- icon: string;
17766
- isActive: boolean;
18057
+ icon: string | null;
18058
+ isActive?: boolean | undefined;
17767
18059
  count?: number | undefined;
17768
18060
  }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_5, EntityState<{
17769
18061
  type: string;
17770
18062
  targetId: number;
17771
18063
  targetType: string;
17772
18064
  label: string;
17773
- icon: string;
17774
- isActive: boolean;
18065
+ icon: string | null;
18066
+ isActive?: boolean | undefined;
17775
18067
  count?: number | undefined;
17776
18068
  }>, S_5>, entities: {
17777
18069
  payload: readonly {
@@ -17779,16 +18071,16 @@ declare const SocialActions: {
17779
18071
  targetId: number;
17780
18072
  targetType: string;
17781
18073
  label: string;
17782
- icon: string;
17783
- isActive: boolean;
18074
+ icon: string | null;
18075
+ isActive?: boolean | undefined;
17784
18076
  count?: number | undefined;
17785
18077
  }[] | Record<_reduxjs_toolkit.EntityId, {
17786
18078
  type: string;
17787
18079
  targetId: number;
17788
18080
  targetType: string;
17789
18081
  label: string;
17790
- icon: string;
17791
- isActive: boolean;
18082
+ icon: string | null;
18083
+ isActive?: boolean | undefined;
17792
18084
  count?: number | undefined;
17793
18085
  }>;
17794
18086
  type: string;
@@ -17799,16 +18091,16 @@ declare const SocialActions: {
17799
18091
  targetId: number;
17800
18092
  targetType: string;
17801
18093
  label: string;
17802
- icon: string;
17803
- isActive: boolean;
18094
+ icon: string | null;
18095
+ isActive?: boolean | undefined;
17804
18096
  count?: number | undefined;
17805
18097
  }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_6, EntityState<{
17806
18098
  type: string;
17807
18099
  targetId: number;
17808
18100
  targetType: string;
17809
18101
  label: string;
17810
- icon: string;
17811
- isActive: boolean;
18102
+ icon: string | null;
18103
+ isActive?: boolean | undefined;
17812
18104
  count?: number | undefined;
17813
18105
  }>, S_6>) => S_6;
17814
18106
  updateOne: {
@@ -17817,24 +18109,24 @@ declare const SocialActions: {
17817
18109
  targetId: number;
17818
18110
  targetType: string;
17819
18111
  label: string;
17820
- icon: string;
17821
- isActive: boolean;
18112
+ icon: string | null;
18113
+ isActive?: boolean | undefined;
17822
18114
  count?: number | undefined;
17823
18115
  }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_7, EntityState<{
17824
18116
  type: string;
17825
18117
  targetId: number;
17826
18118
  targetType: string;
17827
18119
  label: string;
17828
- icon: string;
17829
- isActive: boolean;
18120
+ icon: string | null;
18121
+ isActive?: boolean | undefined;
17830
18122
  count?: number | undefined;
17831
18123
  }>, S_7>, update: _reduxjs_toolkit.Update<{
17832
18124
  type: string;
17833
18125
  targetId: number;
17834
18126
  targetType: string;
17835
18127
  label: string;
17836
- icon: string;
17837
- isActive: boolean;
18128
+ icon: string | null;
18129
+ isActive?: boolean | undefined;
17838
18130
  count?: number | undefined;
17839
18131
  }>): S_7;
17840
18132
  <S_8 extends EntityState<{
@@ -17842,16 +18134,16 @@ declare const SocialActions: {
17842
18134
  targetId: number;
17843
18135
  targetType: string;
17844
18136
  label: string;
17845
- icon: string;
17846
- isActive: boolean;
18137
+ icon: string | null;
18138
+ isActive?: boolean | undefined;
17847
18139
  count?: number | undefined;
17848
18140
  }>>(state: _reduxjs_toolkit_dist_tsHelpers.IsAny<S_8, EntityState<{
17849
18141
  type: string;
17850
18142
  targetId: number;
17851
18143
  targetType: string;
17852
18144
  label: string;
17853
- icon: string;
17854
- isActive: boolean;
18145
+ icon: string | null;
18146
+ isActive?: boolean | undefined;
17855
18147
  count?: number | undefined;
17856
18148
  }>, S_8>, update: {
17857
18149
  payload: _reduxjs_toolkit.Update<{
@@ -17859,8 +18151,8 @@ declare const SocialActions: {
17859
18151
  targetId: number;
17860
18152
  targetType: string;
17861
18153
  label: string;
17862
- icon: string;
17863
- isActive: boolean;
18154
+ icon: string | null;
18155
+ isActive?: boolean | undefined;
17864
18156
  count?: number | undefined;
17865
18157
  }>;
17866
18158
  type: string;
@@ -17873,8 +18165,8 @@ declare const SocialActions: {
17873
18165
  targetId: number;
17874
18166
  targetType: string;
17875
18167
  label: string;
17876
- icon: string;
17877
- isActive: boolean;
18168
+ icon: string | null;
18169
+ isActive?: boolean | undefined;
17878
18170
  count?: number | undefined;
17879
18171
  }, "socialActions/addOne">;
17880
18172
  addMany: _reduxjs_toolkit.ActionCreatorWithPayload<readonly {
@@ -17882,16 +18174,16 @@ declare const SocialActions: {
17882
18174
  targetId: number;
17883
18175
  targetType: string;
17884
18176
  label: string;
17885
- icon: string;
17886
- isActive: boolean;
18177
+ icon: string | null;
18178
+ isActive?: boolean | undefined;
17887
18179
  count?: number | undefined;
17888
18180
  }[] | Record<_reduxjs_toolkit.EntityId, {
17889
18181
  type: string;
17890
18182
  targetId: number;
17891
18183
  targetType: string;
17892
18184
  label: string;
17893
- icon: string;
17894
- isActive: boolean;
18185
+ icon: string | null;
18186
+ isActive?: boolean | undefined;
17895
18187
  count?: number | undefined;
17896
18188
  }>, "socialActions/addMany">;
17897
18189
  setAll: _reduxjs_toolkit.ActionCreatorWithPayload<readonly {
@@ -17899,16 +18191,16 @@ declare const SocialActions: {
17899
18191
  targetId: number;
17900
18192
  targetType: string;
17901
18193
  label: string;
17902
- icon: string;
17903
- isActive: boolean;
18194
+ icon: string | null;
18195
+ isActive?: boolean | undefined;
17904
18196
  count?: number | undefined;
17905
18197
  }[] | Record<_reduxjs_toolkit.EntityId, {
17906
18198
  type: string;
17907
18199
  targetId: number;
17908
18200
  targetType: string;
17909
18201
  label: string;
17910
- icon: string;
17911
- isActive: boolean;
18202
+ icon: string | null;
18203
+ isActive?: boolean | undefined;
17912
18204
  count?: number | undefined;
17913
18205
  }>, "socialActions/setAll">;
17914
18206
  clear: _reduxjs_toolkit.ActionCreatorWithoutPayload<"socialActions/clear">;
@@ -17917,8 +18209,8 @@ declare const SocialActions: {
17917
18209
  targetId: number;
17918
18210
  targetType: string;
17919
18211
  label: string;
17920
- icon: string;
17921
- isActive: boolean;
18212
+ icon: string | null;
18213
+ isActive?: boolean | undefined;
17922
18214
  count?: number | undefined;
17923
18215
  }>, "socialActions/updateOne">;
17924
18216
  };
@@ -17927,8 +18219,8 @@ declare const SocialActions: {
17927
18219
  targetId: number;
17928
18220
  targetType: string;
17929
18221
  label: string;
17930
- icon: string;
17931
- isActive: boolean;
18222
+ icon: string | null;
18223
+ isActive?: boolean | undefined;
17932
18224
  count?: number | undefined;
17933
18225
  }, RootState$1>;
17934
18226
  };