jamespot-front-business 1.1.17 → 1.1.18

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, Action, Dispatch as Dispatch$1, PayloadAction } from '@reduxjs/toolkit';
3
3
  import * as _reduxjs_toolkit_dist_tsHelpers from '@reduxjs/toolkit/dist/tsHelpers';
4
4
  import * as jamespot_user_api from 'jamespot-user-api';
5
- import { ApplicationType, WidgetsRootState, JamespotUserApi, AudienceAutocomplete, ReservationList, BookableAssetList, AssetReservationConfiguration, BookmarkRawList, JLandMap, AdminLicensesNotAssigned, Model as Model$1, PagingResults, TVChannelList, jUserList, WidgetKeys, WidgetWrapperProps, WidgetTypeKeys, WidgetDefinitionProps, WidgetsState, CombinedWidgetContent, WidgetVector, WidgetStateProps } from 'jamespot-user-api';
5
+ import { ApplicationType, WidgetsRootState, JamespotUserApi, AudienceAutocomplete, ReservationList, BookableAssetList, AssetReservationConfiguration, BookmarkRawList, JLandMap, AdminLicensesNotAssigned, Model as Model$1, WedocFileType, jUserLittle, PagingResults, TVChannelList, jUserList, WidgetKeys, WidgetWrapperProps, WidgetTypeKeys, WidgetDefinitionProps, WidgetsState, CombinedWidgetContent, WidgetVector, WidgetStateProps } from 'jamespot-user-api';
6
6
  import * as redux from 'redux';
7
7
  import { Dispatch } from 'redux';
8
8
  import { MapCreationFront as MapCreationFront$1 } from 'src/types';
@@ -46,7 +46,7 @@ declare const Application: {
46
46
  selectors: _reduxjs_toolkit.EntitySelectors<ApplicationType, ApplicationRootState>;
47
47
  };
48
48
 
49
- type RootState = Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & WidgetsRootState & WidgetsRootState>;
49
+ type RootState = Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & WidgetsRootState & WidgetsRootState & WedocAppRootState & ShareRootState>;
50
50
  type RootDispatch = Dispatch<Action>;
51
51
  type ThunkApiConfig<T> = {
52
52
  dispatch: any;
@@ -115,7 +115,7 @@ declare const AssetReservation: {
115
115
  actions: {
116
116
  fetchBookableAsset: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<jamespot_user_api.BookableAssetList, jamespot_user_api.BaseMessages>, void, {
117
117
  dispatch: any;
118
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & BookableAssetRootState;
118
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & BookableAssetRootState;
119
119
  extra: {
120
120
  jApi: jamespot_user_api.JamespotUserApi;
121
121
  };
@@ -127,7 +127,7 @@ declare const AssetReservation: {
127
127
  }>;
128
128
  fetchConfiguration: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<jamespot_user_api.AssetReservationConfiguration, jamespot_user_api.BaseMessages>, void, {
129
129
  dispatch: any;
130
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & jamespot_user_api.AssetReservationConfiguration & Loading;
130
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & jamespot_user_api.AssetReservationConfiguration & Loading;
131
131
  extra: {
132
132
  jApi: jamespot_user_api.JamespotUserApi;
133
133
  };
@@ -139,7 +139,7 @@ declare const AssetReservation: {
139
139
  }>;
140
140
  fetchReservation: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<jamespot_user_api.ReservationList, jamespot_user_api.BaseMessages>, "history" | undefined, {
141
141
  dispatch: any;
142
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & ReservationRootState;
142
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & ReservationRootState;
143
143
  extra: {
144
144
  jApi: jamespot_user_api.JamespotUserApi;
145
145
  };
@@ -309,7 +309,7 @@ declare const Bookmark: {
309
309
  _url: string;
310
310
  } | jamespot_user_api.jUserLittle>, jamespot_user_api.BaseMessages>, void, {
311
311
  dispatch: any;
312
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & BookmarkRootState;
312
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & BookmarkRootState;
313
313
  extra: {
314
314
  jApi: jamespot_user_api.JamespotUserApi;
315
315
  };
@@ -353,7 +353,7 @@ declare const Bookmark: {
353
353
  requestId?: string | undefined;
354
354
  }, {
355
355
  dispatch: any;
356
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & BookmarkRootState;
356
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & BookmarkRootState;
357
357
  extra: {
358
358
  jApi: jamespot_user_api.JamespotUserApi;
359
359
  };
@@ -390,7 +390,7 @@ declare const Bookmark: {
390
390
  position: "after" | "before";
391
391
  }, {
392
392
  dispatch: any;
393
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & BookmarkRootState;
393
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & BookmarkRootState;
394
394
  extra: {
395
395
  jApi: jamespot_user_api.JamespotUserApi;
396
396
  };
@@ -416,7 +416,7 @@ declare const Bookmark: {
416
416
  requestId?: string | undefined;
417
417
  }, {
418
418
  dispatch: any;
419
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & BookmarkRootState;
419
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & BookmarkRootState;
420
420
  extra: {
421
421
  jApi: jamespot_user_api.JamespotUserApi;
422
422
  };
@@ -440,7 +440,7 @@ declare const Bookmark: {
440
440
  _url: string;
441
441
  } | jamespot_user_api.jUserLittle>>, {
442
442
  dispatch: any;
443
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & BookmarkRootState;
443
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & BookmarkRootState;
444
444
  extra: {
445
445
  jApi: jamespot_user_api.JamespotUserApi;
446
446
  };
@@ -534,7 +534,7 @@ declare const jland: {
534
534
  retrieveAllMaps: boolean;
535
535
  }, {
536
536
  dispatch: any;
537
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & JLandRootState;
537
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & JLandRootState;
538
538
  extra: {
539
539
  jApi: jamespot_user_api.JamespotUserApi;
540
540
  };
@@ -549,7 +549,7 @@ declare const jland: {
549
549
  retrieveAllMaps: boolean;
550
550
  }, {
551
551
  dispatch: any;
552
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & JLandRootState;
552
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & JLandRootState;
553
553
  extra: {
554
554
  jApi: jamespot_user_api.JamespotUserApi;
555
555
  };
@@ -564,7 +564,7 @@ declare const jland: {
564
564
  retrieveAllMaps: boolean;
565
565
  }, {
566
566
  dispatch: any;
567
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & JLandRootState;
567
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & JLandRootState;
568
568
  extra: {
569
569
  jApi: jamespot_user_api.JamespotUserApi;
570
570
  };
@@ -579,7 +579,7 @@ declare const jland: {
579
579
  retrieveAllMaps: boolean;
580
580
  }, {
581
581
  dispatch: any;
582
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & JLandRootState;
582
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & JLandRootState;
583
583
  extra: {
584
584
  jApi: jamespot_user_api.JamespotUserApi;
585
585
  };
@@ -591,7 +591,7 @@ declare const jland: {
591
591
  }>;
592
592
  fetchJLandAvailableLicenses: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.AdminLicensesNotAssigned, void, {
593
593
  dispatch: any;
594
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & JLandRootState;
594
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & JLandRootState;
595
595
  extra: {
596
596
  jApi: jamespot_user_api.JamespotUserApi;
597
597
  };
@@ -606,7 +606,7 @@ declare const jland: {
606
606
  map: MapCreationFront;
607
607
  }, {
608
608
  dispatch: any;
609
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & JLandRootState;
609
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & JLandRootState;
610
610
  extra: {
611
611
  jApi: jamespot_user_api.JamespotUserApi;
612
612
  };
@@ -673,6 +673,124 @@ declare const Model: {
673
673
  };
674
674
  };
675
675
 
676
+ type WedocAppState = {
677
+ entities: WedocFileType[];
678
+ nbEntities: number;
679
+ entitiesRecent: WedocFileType[];
680
+ tab: WedocAppTabKeys;
681
+ loading: 'idle' | 'pending';
682
+ loadingRecent: 'idle' | 'pending';
683
+ query: string;
684
+ page: number;
685
+ };
686
+
687
+ type WedocAppRootState = {
688
+ wedoc: WedocAppState;
689
+ };
690
+ type WedocAppTabKeys = 'my-documents' | 'all-documents';
691
+ declare const WedocApp: {
692
+ slice: _reduxjs_toolkit.Slice<WedocAppState, {
693
+ update: (state: immer_dist_internal.WritableDraft<WedocAppState>, action: {
694
+ payload: jamespot_user_api.WedocFileType;
695
+ type: string;
696
+ }) => void;
697
+ setQuery: (state: immer_dist_internal.WritableDraft<WedocAppState>, action: {
698
+ payload: string;
699
+ type: string;
700
+ }) => void;
701
+ setTab: (state: immer_dist_internal.WritableDraft<WedocAppState>, action: {
702
+ payload: WedocAppTabKeys;
703
+ type: string;
704
+ }) => void;
705
+ }, "wedoc">;
706
+ selectors: {
707
+ getFiles: (state: WedocAppRootState) => {
708
+ entities: jamespot_user_api.WedocFileType[];
709
+ nbEntities: number;
710
+ loading: boolean;
711
+ tab: WedocAppTabKeys;
712
+ query: string;
713
+ page: number;
714
+ };
715
+ getRecent: (state: WedocAppRootState) => {
716
+ entities: jamespot_user_api.WedocFileType[];
717
+ loading: boolean;
718
+ tab: WedocAppTabKeys;
719
+ };
720
+ };
721
+ actions: {
722
+ fetchFiles: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<jamespot_user_api.PagingResults<jamespot_user_api.WedocFileType>, jamespot_user_api.BaseMessages>, {
723
+ page: number;
724
+ query: string;
725
+ sort: "DESC" | "ASC";
726
+ }, {
727
+ dispatch: any;
728
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & WedocAppRootState;
729
+ extra: {
730
+ jApi: jamespot_user_api.JamespotUserApi;
731
+ };
732
+ rejectValue?: unknown;
733
+ serializedErrorType?: unknown;
734
+ pendingMeta?: unknown;
735
+ fulfilledMeta?: unknown;
736
+ rejectedMeta?: unknown;
737
+ }>;
738
+ fetchRecentFiles: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<jamespot_user_api.PagingResults<jamespot_user_api.WedocFileType>, jamespot_user_api.BaseMessages>, void, {
739
+ dispatch: any;
740
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & WedocAppRootState;
741
+ extra: {
742
+ jApi: jamespot_user_api.JamespotUserApi;
743
+ };
744
+ rejectValue?: unknown;
745
+ serializedErrorType?: unknown;
746
+ pendingMeta?: unknown;
747
+ fulfilledMeta?: unknown;
748
+ rejectedMeta?: unknown;
749
+ }>;
750
+ };
751
+ };
752
+
753
+ type ShareAppState = {
754
+ entities: jUserLittle[];
755
+ nbEntities: number;
756
+ loading: 'idle' | 'pending';
757
+ };
758
+
759
+ type ShareRootState = {
760
+ share: ShareAppState;
761
+ };
762
+ declare const Share: {
763
+ slice: _reduxjs_toolkit.Slice<ShareAppState, {
764
+ remove: (state: immer_dist_internal.WritableDraft<ShareAppState>, action: {
765
+ payload: number;
766
+ type: string;
767
+ }) => void;
768
+ }, "share">;
769
+ selectors: {
770
+ requests: (state: ShareRootState) => {
771
+ loading: "idle" | "pending";
772
+ entities: jamespot_user_api.jUserLittle[];
773
+ };
774
+ };
775
+ actions: {
776
+ fetchRequest: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<jamespot_user_api.jUserLittle[], jamespot_user_api.BaseMessages>, {
777
+ uri: string;
778
+ idUser?: number;
779
+ }, {
780
+ dispatch: any;
781
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & ShareRootState;
782
+ extra: {
783
+ jApi: jamespot_user_api.JamespotUserApi;
784
+ };
785
+ rejectValue?: unknown;
786
+ serializedErrorType?: unknown;
787
+ pendingMeta?: unknown;
788
+ fulfilledMeta?: unknown;
789
+ rejectedMeta?: unknown;
790
+ }>;
791
+ };
792
+ };
793
+
676
794
  type ChannelsListState = Loading & {
677
795
  channels: PagingResults<TVChannelList> | undefined;
678
796
  loadingChannelDeletion: 'idle' | 'pending';
@@ -700,7 +818,7 @@ declare const TVDisplay: {
700
818
  actions: {
701
819
  fetchChannels: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.PagingResults<jamespot_user_api.TVChannelList>, number | void, {
702
820
  dispatch: any;
703
- state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState> & TVDisplayRootState;
821
+ state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & ShareRootState> & TVDisplayRootState;
704
822
  extra: {
705
823
  jApi: jamespot_user_api.JamespotUserApi;
706
824
  };
@@ -894,4 +1012,4 @@ declare const WidgetEditor: {
894
1012
  };
895
1013
  };
896
1014
 
897
- export { Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, EditorProps, EditorsRootState, EditorsState, JLandMapFront, JLandRootState, MODE_EDIT, MODE_VIEW, MapCreationFront, Model, ModelRootState, ReservationForm, RootDispatch, RootState, TVDisplay, TVDisplayRootState, ThunkApiConfig, Toast, ToastRootState, UserCurrent, UserCurrentRootState, Widget, WidgetEditor, WidgetModalProps, actions, jland, slice };
1015
+ export { Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, EditorProps, EditorsRootState, EditorsState, JLandMapFront, JLandRootState, MODE_EDIT, MODE_VIEW, MapCreationFront, Model, ModelRootState, ReservationForm, RootDispatch, RootState, Share, ShareRootState, TVDisplay, TVDisplayRootState, ThunkApiConfig, Toast, ToastRootState, UserCurrent, UserCurrentRootState, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, jland, slice };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "description": "typescript utils",
5
5
  "main": "dist/cjs.js",
6
6
  "module": "dist/esm.js",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@reduxjs/toolkit": "1.9.0",
48
- "jamespot-user-api": "^1.0.107",
48
+ "jamespot-user-api": "^1.0.108",
49
49
  "react-redux": "7.2.9",
50
50
  "redux": "4.2.0"
51
51
  }
package/pnpm-lock.yaml CHANGED
@@ -10,7 +10,7 @@ specifiers:
10
10
  '@typescript-eslint/parser': ^5.30.5
11
11
  eslint: ^8.19.0
12
12
  eslint-config-prettier: ^8.5.0
13
- jamespot-user-api: ../jamespot-user-api
13
+ jamespot-user-api: link:../jamespot-user-api
14
14
  jest: ^28.1.2
15
15
  jest-environment-jsdom: ^29.0.1
16
16
  prettier: ^2.7.1
@@ -36,7 +36,7 @@ devDependencies:
36
36
  '@typescript-eslint/eslint-plugin': 5.30.5_6zdoc3rn4mpiddqwhppni2mnnm
37
37
  '@typescript-eslint/parser': 5.30.5_4x5o4skxv6sl53vpwefgt23khm
38
38
  eslint: 8.19.0
39
- eslint-config-prettier: 8.5.0
39
+ eslint-config-prettier: 8.5.0_eslint@8.19.0
40
40
  jest: 28.1.2
41
41
  jest-environment-jsdom: 29.0.1
42
42
  prettier: 2.7.1
@@ -1983,12 +1983,12 @@ packages:
1983
1983
  source-map: 0.6.1
1984
1984
  dev: true
1985
1985
 
1986
- /eslint-config-prettier/8.5.0:
1986
+ /eslint-config-prettier/8.5.0_eslint@8.19.0:
1987
1987
  resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
1988
+ peerDependencies:
1989
+ eslint: '>=7.0.0'
1988
1990
  dependencies:
1989
1991
  eslint: 8.19.0
1990
- transitivePeerDependencies:
1991
- - supports-color
1992
1992
  dev: true
1993
1993
 
1994
1994
  /eslint-scope/5.1.1:
@@ -2802,6 +2802,7 @@ packages:
2802
2802
  /jest-cli/28.1.2:
2803
2803
  resolution: {integrity: sha512-l6eoi5Do/IJUXAFL9qRmDiFpBeEJAnjJb1dcd9i/VWfVWbp3mJhuH50dNtX67Ali4Ecvt4eBkWb4hXhPHkAZTw==}
2804
2804
  engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
2805
+ hasBin: true
2805
2806
  peerDependencies:
2806
2807
  node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
2807
2808
  peerDependenciesMeta:
@@ -3242,6 +3243,7 @@ packages:
3242
3243
  /jest/28.1.2:
3243
3244
  resolution: {integrity: sha512-Tuf05DwLeCh2cfWCQbcz9UxldoDyiR1E9Igaei5khjonKncYdc6LDfynKCEWozK0oLE3GD+xKAo2u8x/0s6GOg==}
3244
3245
  engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
3246
+ hasBin: true
3245
3247
  peerDependencies:
3246
3248
  node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
3247
3249
  peerDependenciesMeta:
@@ -4398,6 +4400,7 @@ packages:
4398
4400
  /ts-jest/28.0.5_lt5llx2ti6zt4eclhanfli5ynu:
4399
4401
  resolution: {integrity: sha512-Sx9FyP9pCY7pUzQpy4FgRZf2bhHY3za576HMKJFs+OnQ9jS96Du5vNsDKkyedQkik+sEabbKAnCliv9BEsHZgQ==}
4400
4402
  engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
4403
+ hasBin: true
4401
4404
  peerDependencies:
4402
4405
  '@babel/core': '>=7.0.0-beta.0 <8'
4403
4406
  babel-jest: ^28.0.0
@@ -4525,6 +4528,7 @@ packages:
4525
4528
 
4526
4529
  /update-browserslist-db/1.0.4_browserslist@4.21.1:
4527
4530
  resolution: {integrity: sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==}
4531
+ hasBin: true
4528
4532
  peerDependencies:
4529
4533
  browserslist: '>= 4.21.0'
4530
4534
  dependencies: