jamespot-front-business 1.1.49 → 1.1.50

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 redux from 'redux';
2
2
  import { Dispatch as Dispatch$1 } from 'redux';
3
3
  import * as jamespot_user_api from 'jamespot-user-api';
4
- import { AnimationConfigurationType, ApplicationType, WidgetsRootState, JamespotUserApi, AudienceAutocomplete, StudioApplicationBase, jTaxonomyLittle, ReservationList, BookableAssetList, AssetReservationConfiguration, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, JLandMap, AdminLicensesNotAssigned, jArticleList, Filters, Orders, PagingResults, MediaLibraryList, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, jUserLittle, TVChannelList, TinyMCECommonOptions, jUserList, WidgetKeys, WidgetWrapperProps, WidgetTypeKeys, WidgetDefinitionProps, CombinedWidgetContent, WidgetsState, WidgetVector, WidgetStateProps } from 'jamespot-user-api';
4
+ import { AnimationConfigurationType, ApplicationType, WidgetsRootState, JamespotUserApi, AudienceAutocomplete, StudioApplicationBase, jTaxonomyLittle, ReservationList, BookableAssetList, AssetReservationConfiguration, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, JLandMap, AdminLicensesNotAssigned, jArticleView, Filters, Orders, PagingResults, MediaLibraryList, ApiPagingResults, ApiWrapper, Model as Model$1, NetworkType, WedocFileType, jUserLittle, TVChannelList, TinyMCECommonOptions, jUserList, WidgetKeys, WidgetWrapperProps, WidgetTypeKeys, WidgetDefinitionProps, CombinedWidgetContent, WidgetsState, WidgetVector, WidgetStateProps } from 'jamespot-user-api';
5
5
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
6
6
  import { EntityState, Dispatch, Action, PayloadAction } from '@reduxjs/toolkit';
7
7
  import * as _reduxjs_toolkit_dist_tsHelpers from '@reduxjs/toolkit/dist/tsHelpers';
@@ -1593,7 +1593,7 @@ declare const jland: {
1593
1593
  };
1594
1594
 
1595
1595
  declare type MagicPadSliceRootState = Loading & {
1596
- pads: jArticleList[];
1596
+ pads: jArticleView[];
1597
1597
  query: string;
1598
1598
  page: number;
1599
1599
  tab: 'my-pads' | 'all-pads';
@@ -1612,7 +1612,7 @@ declare const magicPadSlice: _reduxjs_toolkit.Slice<MagicPadSliceRootState, {
1612
1612
  setFilters: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['filters']>) => void;
1613
1613
  setOrders: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['orders']>) => void;
1614
1614
  }, "magicPad">;
1615
- declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<jArticleList>, {
1615
+ declare const fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<jArticleView>, {
1616
1616
  idUserLogged: number;
1617
1617
  }, {
1618
1618
  dispatch: any;
@@ -1638,7 +1638,7 @@ declare const MagicPad: {
1638
1638
  setOrders: (state: Draft<S>, action: PayloadAction<MagicPadSliceRootState['orders']>) => void;
1639
1639
  }, "magicPad">;
1640
1640
  actions: {
1641
- fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<jArticleList>, {
1641
+ fetchPads: _reduxjs_toolkit.AsyncThunk<PagingResults<jArticleView>, {
1642
1642
  idUserLogged: number;
1643
1643
  }, {
1644
1644
  dispatch: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "description": "typescript utils",
5
5
  "main": "dist/cjs.js",
6
6
  "module": "dist/esm.js",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@reduxjs/toolkit": "1.9.0",
41
41
  "@types/uuid": "^9.0.8",
42
- "jamespot-user-api": "^1.0.160",
42
+ "jamespot-user-api": "^1.0.163",
43
43
  "react-redux": "7.2.9",
44
44
  "redux": "4.2.0",
45
45
  "uuid": "^9.0.1"