@techstuff-dev/foundation-api-utils 2.1.0 → 2.2.0

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.
@@ -4,8 +4,8 @@ import * as _reduxjs_toolkit_query_react from '@reduxjs/toolkit/query/react';
4
4
  import { BaseQueryFn as BaseQueryFn$1, FetchArgs as FetchArgs$1, FetchBaseQueryError as FetchBaseQueryError$1, fetchBaseQuery } from '@reduxjs/toolkit/query/react';
5
5
  import * as _reduxjs_toolkit_query from '@reduxjs/toolkit/query';
6
6
  import { BaseQueryFn, FetchArgs, FetchBaseQueryError } from '@reduxjs/toolkit/query';
7
- import { R as ResetPasswordRequest, a as ResetPasswordResponse, b as ResetPasswordAuthRequest, c as ResetPasswordAuthResponse, F as ForgottenPasswordRequest, d as ForgottenPasswordResponse, e as RegisterRequest, f as RegisterResponse, V as VerifyUserRequest, g as VerifyUserAttributesRequest, h as VerifyUserAttributesResponse, i as VerifyUserResendRequest, U as UpdateUserInfoRequest, j as UpdateUserRequest, A as AuthState, k as UserDetails, D as DataArgs, E as ESDataTypes, I as IdArg, l as UserSubRequest, m as UserSubResponse, P as PaymentPlansResponse, C as CartState, M as MediaEntity, n as UserPayload, o as ESPromo, p as Promo, q as ESWorkout, W as Workout, r as ESShortform, s as ESFaq, t as ESPage, u as Page, v as ESSetting, w as ESPress, x as ESGuest, y as ESVideo, z as Video, B as ESSection, S as Section, G as ESSchedule, H as Schedule, J as ESChallenge, K as Challenge, L as ESChallengeDay, N as ChallengeDay, O as User, Q as FederatedSession, T as SocialTokens, X as ESConfig, Y as Config, Z as ESSectionPanel, _ as SectionPanel, $ as ESSectionItem, a0 as SectionItem, a1 as ESTaxonomy, a2 as Taxonomy, a3 as ESSeries, a4 as Series, a5 as ESSeason, a6 as Season, a7 as ESLongform, a8 as LongForm, a9 as ESMediaItem, aa as MediaItem } from './index-LcKStAjF.js';
8
- export { ak as ApiError, af as AppDispatch, ae as AppStore, av as DecodedIdToken, aB as ESDataResponse, az as ESLongForm, aA as ESWorkoutResponse, at as FormattedPayment, ai as Info, am as LoginRequest, an as LoginResponse, aq as LogoutResponse, au as PaymentResponse, ar as PaymentTokenRequest, aw as Plan, ao as RefreshRequest, ap as RefreshResponse, ab as RootState, ay as S3Image, as as UpdateUserResponse, ah as UserCreating, aj as UserVerify, ag as UsersState, al as VerifyUserResponse, ax as VideoSource, ac as makeStore, ad as store } from './index-LcKStAjF.js';
7
+ import { R as ResetPasswordRequest, a as ResetPasswordResponse, b as ResetPasswordAuthRequest, c as ResetPasswordAuthResponse, F as ForgottenPasswordRequest, d as ForgottenPasswordResponse, e as RegisterRequest, f as RegisterResponse, V as VerifyUserRequest, g as VerifyUserAttributesRequest, h as VerifyUserAttributesResponse, i as VerifyUserResendRequest, U as UpdateUserInfoRequest, j as UpdateUserRequest, A as AuthState, k as UserDetails, D as DataArgs, E as ESDataTypes, I as IdArg, l as UserSubRequest, m as UserSubResponse, P as PaymentPlansResponse, C as CartState, M as MediaEntity, n as UserPayload, o as ESPromo, p as Promo, q as ESWorkout, W as Workout, r as ESShortform, s as ESFaq, t as ESPage, u as Page, v as ESSetting, w as ESPress, x as ESGuest, y as ESVideo, z as Video, B as ESSection, S as Section, G as ESSchedule, H as Schedule, J as ESChallenge, K as Challenge, L as ESChallengeDay, N as ChallengeDay, O as User, Q as FederatedSession, T as SocialTokens, X as ESConfig, Y as Config, Z as ESSectionPanel, _ as SectionPanel, $ as ESSectionItem, a0 as SectionItem, a1 as ESTaxonomy, a2 as Taxonomy, a3 as ESSeries, a4 as Series, a5 as ESSeason, a6 as Season, a7 as ESLongform, a8 as LongForm, a9 as ESMediaItem, aa as MediaItem } from './index-Cc1emcVx.js';
8
+ export { as as ApiError, an as AppDispatch, am as AppStore, aD as DecodedIdToken, aJ as ESDataResponse, aH as ESLongForm, aI as ESWorkoutResponse, aB as FormattedPayment, aq as Info, au as LoginRequest, av as LoginResponse, ay as LogoutResponse, aC as PaymentResponse, az as PaymentTokenRequest, aE as Plan, ac as Product, ae as ProductPurchaseRequest, af as ProductPurchaseResponse, ad as ProductsResponse, aw as RefreshRequest, ax as RefreshResponse, aj as RootState, aG as S3Image, aA as UpdateUserResponse, ap as UserCreating, ar as UserVerify, ao as UsersState, at as VerifyUserResponse, aF as VideoSource, ak as makeStore, ab as productsApi, al as store, ag as useGetProductsQuery, ah as useLazyGetProductsQuery, ai as usePurchaseProductMutation } from './index-Cc1emcVx.js';
9
9
  import * as reselect from 'reselect';
10
10
  export { useAppDispatch, useAppSelector, useAppStore, useLoggedIn } from './hooks/index.js';
11
11
  import 'react-redux';
@@ -1,3 +1,4 @@
1
1
  import '@reduxjs/toolkit';
2
- export { af as AppDispatch, ae as AppStore, ab as RootState, ac as makeStore, ad as store } from '../index-LcKStAjF.js';
2
+ export { an as AppDispatch, am as AppStore, aj as RootState, ak as makeStore, al as store } from '../index-Cc1emcVx.js';
3
3
  import '@reduxjs/toolkit/query';
4
+ import '@reduxjs/toolkit/query/react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techstuff-dev/foundation-api-utils",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "Foundation shared applications utilities.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -93,8 +93,8 @@
93
93
  "author": "",
94
94
  "license": "ISC",
95
95
  "dependencies": {
96
- "@reduxjs/toolkit": "^2.9.2",
97
- "aws-amplify": "5.3.27",
96
+ "@reduxjs/toolkit": "^2.11.2",
97
+ "aws-amplify": "5.3.29",
98
98
  "jwt-decode": "^4.0.0",
99
99
  "react-native-web": "^0.21.2",
100
100
  "react-redux": "^9.2.0",
@@ -1 +0,0 @@
1
- {"version":3,"file":"shared-DiVQNZtX.js","sources":["../../../lib/store/shared.ts"],"sourcesContent":[null],"names":["combineSlices","cartSlice","authSlice","authApi","contentApi","paymentApi","ordersApi"],"mappings":";;;;;;AAAA;AACA;AASA;AAEA;AACO,MAAM,WAAW,GAAGA,qBAAa,CACtCC,eAAS,EACTC,iBAAS,EACTC,aAAO,EACPC,gBAAU,EACVC,gBAAU,EACVC,eAAS;;;;"}