@techstuff-dev/foundation-api-utils 1.47.0 → 1.48.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.
- package/dist/cjs/chunks/index-CfrYa4U_.js +9 -0
- package/dist/cjs/chunks/index-CfrYa4U_.js.map +1 -0
- package/dist/cjs/chunks/shared-DeNXjWb4.js +18 -0
- package/dist/cjs/chunks/shared-DeNXjWb4.js.map +1 -0
- package/dist/{index.js → cjs/chunks/slice-CAWa47E3.js} +662 -800
- package/dist/cjs/chunks/slice-CAWa47E3.js.map +1 -0
- package/dist/cjs/index.js +97 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/store/index.native.js +413 -0
- package/dist/cjs/store/index.native.js.map +1 -0
- package/dist/cjs/store/index.web.js +186 -0
- package/dist/cjs/store/index.web.js.map +1 -0
- package/dist/esm/chunks/index-KjhWa1AL.js +6 -0
- package/dist/esm/chunks/index-KjhWa1AL.js.map +1 -0
- package/dist/esm/chunks/shared-CmoKpoEq.js +15 -0
- package/dist/esm/chunks/shared-CmoKpoEq.js.map +1 -0
- package/dist/{index.esm.js → esm/chunks/slice-CRuD2Hce.js} +663 -797
- package/dist/esm/chunks/slice-CRuD2Hce.js.map +1 -0
- package/dist/esm/index.js +15 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/store/index.native.js +411 -0
- package/dist/esm/store/index.native.js.map +1 -0
- package/dist/esm/store/index.web.js +184 -0
- package/dist/esm/store/index.web.js.map +1 -0
- package/dist/types/index-DQ61f1lz.d.ts +1295 -0
- package/dist/{index.d.ts → types/index.d.ts} +63 -1299
- package/dist/types/store/index.d.ts +3 -0
- package/package.json +23 -9
- package/dist/index.esm.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/lib/api/index.d.ts +0 -21
- package/dist/lib/hooks/index.d.ts +0 -4
- package/dist/lib/hooks/useAuth.d.ts +0 -1
- package/dist/lib/index.d.ts +0 -6
- package/dist/lib/services/auth/index.d.ts +0 -2027
- package/dist/lib/services/auth/slice.d.ts +0 -91
- package/dist/lib/services/cart/slice.d.ts +0 -155
- package/dist/lib/services/content/content.interfaces.d.ts +0 -801
- package/dist/lib/services/content/index.d.ts +0 -532
- package/dist/lib/services/index.d.ts +0 -7
- package/dist/lib/services/orders/index.d.ts +0 -271
- package/dist/lib/services/payment/index.d.ts +0 -1063
- package/dist/lib/store/index.d.ts +0 -2
- package/dist/lib/store/index.native.d.ts +0 -68
- package/dist/lib/store/index.web.d.ts +0 -68
- package/dist/lib/store/storage.d.ts +0 -2
- package/dist/lib/types/index.interfaces.d.ts +0 -428
- package/dist/lib/utils/dataFormat/index.d.ts +0 -86
- package/dist/lib/utils/helpers/index.d.ts +0 -14
- package/dist/node_modules/@reduxjs/toolkit/dist/uncheckedindexed.d.ts +0 -5
|
@@ -4,436 +4,9 @@ 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 } 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, 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, C as ESSchedule, G as Schedule, H as ESChallenge, J as Challenge, K as ESChallengeDay, L as ChallengeDay, M as User, N as FederatedSession, O as SocialTokens, Q as ESConfig, T as Config, X as ESSectionPanel, Y as SectionPanel, Z as ESSectionItem, _ as SectionItem, $ as ESTaxonomy, a0 as Taxonomy, a1 as ESSeries, a2 as Series, a3 as ESSeason, a4 as Season, a5 as ESLongform, a6 as LongForm, a7 as ESMediaItem, a8 as MediaItem } from './index-DQ61f1lz.js';
|
|
8
|
+
export { ag as ApiError, ar as DecodedIdToken, ax as ESDataResponse, av as ESLongForm, aw as ESWorkoutResponse, ap as FormattedPayment, ae as Info, ai as LoginRequest, aj as LoginResponse, am as LogoutResponse, aq as PaymentResponse, an as PaymentTokenRequest, as as Plan, ak as RefreshRequest, al as RefreshResponse, ab as RootState, au as S3Image, ao as UpdateUserResponse, ad as UserCreating, af as UserVerify, ac as UsersState, ah as VerifyUserResponse, at as VideoSource, a9 as makeStore, aa as store } from './index-DQ61f1lz.js';
|
|
7
9
|
import * as reselect from 'reselect';
|
|
8
|
-
import * as react_redux from 'react-redux';
|
|
9
|
-
|
|
10
|
-
type UsersState = {
|
|
11
|
-
verifying: boolean;
|
|
12
|
-
authenticated: boolean;
|
|
13
|
-
user: User;
|
|
14
|
-
creating: {
|
|
15
|
-
details: string;
|
|
16
|
-
payment: string;
|
|
17
|
-
};
|
|
18
|
-
loading: boolean;
|
|
19
|
-
error: boolean;
|
|
20
|
-
session: string;
|
|
21
|
-
};
|
|
22
|
-
type UserCreating = {
|
|
23
|
-
details: UserDetails;
|
|
24
|
-
};
|
|
25
|
-
type User = {
|
|
26
|
-
accessToken?: string;
|
|
27
|
-
idToken?: string;
|
|
28
|
-
refreshToken?: string;
|
|
29
|
-
expires?: number;
|
|
30
|
-
accessTokenExpiry?: number | null;
|
|
31
|
-
details?: UserDetails;
|
|
32
|
-
email?: string;
|
|
33
|
-
info?: Info;
|
|
34
|
-
sub?: string;
|
|
35
|
-
socialSignin?: boolean;
|
|
36
|
-
};
|
|
37
|
-
type UserDetails = {
|
|
38
|
-
userSub?: string;
|
|
39
|
-
uuid?: string;
|
|
40
|
-
subscriptionDetails?: {
|
|
41
|
-
status: string;
|
|
42
|
-
id: string;
|
|
43
|
-
created: number;
|
|
44
|
-
nextPayment: number;
|
|
45
|
-
amount: number;
|
|
46
|
-
interval: string;
|
|
47
|
-
currency: string;
|
|
48
|
-
cancelAt?: number;
|
|
49
|
-
planID: string;
|
|
50
|
-
planDescription: string;
|
|
51
|
-
paymentDetails: {
|
|
52
|
-
response: PaymentResponse;
|
|
53
|
-
formatted: FormattedPayment;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
firstName?: string;
|
|
57
|
-
lastName?: string;
|
|
58
|
-
userEmail?: string;
|
|
59
|
-
picture?: string;
|
|
60
|
-
termsAccepted?: string;
|
|
61
|
-
dateOfBirth?: string;
|
|
62
|
-
contactPreference?: boolean;
|
|
63
|
-
password?: string;
|
|
64
|
-
passwordConfirm?: string;
|
|
65
|
-
agency?: boolean;
|
|
66
|
-
'cognito:username'?: string;
|
|
67
|
-
'custom:termsAccepted'?: string;
|
|
68
|
-
'custom:subscriptionId'?: string;
|
|
69
|
-
'custom:contactPreferences'?: string;
|
|
70
|
-
'custom:customerId'?: string;
|
|
71
|
-
customerId?: string;
|
|
72
|
-
[key: string]: any;
|
|
73
|
-
};
|
|
74
|
-
type Info = {
|
|
75
|
-
orders?: string[];
|
|
76
|
-
};
|
|
77
|
-
type UserVerify = {
|
|
78
|
-
route: string;
|
|
79
|
-
message: string;
|
|
80
|
-
};
|
|
81
|
-
interface ApiError {
|
|
82
|
-
status: string;
|
|
83
|
-
message: string;
|
|
84
|
-
}
|
|
85
|
-
interface RegisterRequest {
|
|
86
|
-
email: string;
|
|
87
|
-
password: string;
|
|
88
|
-
passwordConfirm?: string;
|
|
89
|
-
companyName?: string;
|
|
90
|
-
agency?: boolean;
|
|
91
|
-
agencyName?: string;
|
|
92
|
-
contactPreference?: boolean;
|
|
93
|
-
privacy?: boolean;
|
|
94
|
-
}
|
|
95
|
-
interface RegisterResponse {
|
|
96
|
-
userSub: string;
|
|
97
|
-
}
|
|
98
|
-
interface VerifyUserRequest {
|
|
99
|
-
code: string;
|
|
100
|
-
sub: string;
|
|
101
|
-
email: string;
|
|
102
|
-
}
|
|
103
|
-
interface VerifyUserAttributesRequest {
|
|
104
|
-
attributes: boolean;
|
|
105
|
-
code: string;
|
|
106
|
-
email: string;
|
|
107
|
-
sub: string;
|
|
108
|
-
}
|
|
109
|
-
interface VerifyUserResendRequest {
|
|
110
|
-
email: string | (string | null)[] | null;
|
|
111
|
-
}
|
|
112
|
-
interface VerifyUserAttributesResponse {
|
|
113
|
-
result: string;
|
|
114
|
-
}
|
|
115
|
-
interface VerifyUserAttributesResponse {
|
|
116
|
-
message: string;
|
|
117
|
-
}
|
|
118
|
-
interface VerifyUserResponse {
|
|
119
|
-
route: string;
|
|
120
|
-
message: string;
|
|
121
|
-
status?: number;
|
|
122
|
-
}
|
|
123
|
-
interface AuthState {
|
|
124
|
-
authenticated: boolean;
|
|
125
|
-
verifying: boolean;
|
|
126
|
-
user: User;
|
|
127
|
-
loading: boolean;
|
|
128
|
-
error: boolean;
|
|
129
|
-
session?: string;
|
|
130
|
-
}
|
|
131
|
-
interface LoginRequest {
|
|
132
|
-
email: string;
|
|
133
|
-
password: string;
|
|
134
|
-
}
|
|
135
|
-
interface LoginResponse {
|
|
136
|
-
accessToken: string;
|
|
137
|
-
accessTokenExpiry: number;
|
|
138
|
-
idToken: string;
|
|
139
|
-
refreshToken: string;
|
|
140
|
-
}
|
|
141
|
-
interface ResetPasswordAuthRequest {
|
|
142
|
-
email: string | undefined;
|
|
143
|
-
currentPassword: string;
|
|
144
|
-
newPassword: string;
|
|
145
|
-
}
|
|
146
|
-
interface ResetPasswordAuthResponse {
|
|
147
|
-
message: string;
|
|
148
|
-
}
|
|
149
|
-
interface ResetPasswordRequest {
|
|
150
|
-
sub: string | (string | null)[] | null;
|
|
151
|
-
code: string | (string | null)[] | null;
|
|
152
|
-
currentPassword: string;
|
|
153
|
-
newPassword: string;
|
|
154
|
-
}
|
|
155
|
-
interface ResetPasswordResponse {
|
|
156
|
-
message: string;
|
|
157
|
-
}
|
|
158
|
-
interface RefreshRequest {
|
|
159
|
-
sub: string;
|
|
160
|
-
refreshToken: string;
|
|
161
|
-
}
|
|
162
|
-
interface RefreshResponse {
|
|
163
|
-
accessToken: string;
|
|
164
|
-
accessTokenExpiry: number;
|
|
165
|
-
idToken: string;
|
|
166
|
-
refreshToken: string;
|
|
167
|
-
}
|
|
168
|
-
interface LogoutResponse {
|
|
169
|
-
message: string;
|
|
170
|
-
}
|
|
171
|
-
interface UpdateUserInfoRequest {
|
|
172
|
-
sub: string;
|
|
173
|
-
expressions: {
|
|
174
|
-
[key: string]: {
|
|
175
|
-
KEY: string;
|
|
176
|
-
VALUE: any[];
|
|
177
|
-
};
|
|
178
|
-
};
|
|
179
|
-
}
|
|
180
|
-
interface PaymentTokenRequest {
|
|
181
|
-
amount: number;
|
|
182
|
-
metaData: any;
|
|
183
|
-
description: string;
|
|
184
|
-
}
|
|
185
|
-
interface ForgottenPasswordRequest {
|
|
186
|
-
email: string;
|
|
187
|
-
}
|
|
188
|
-
interface ForgottenPasswordResponse {
|
|
189
|
-
message: string;
|
|
190
|
-
}
|
|
191
|
-
interface UpdateUserRequest {
|
|
192
|
-
contactPreference: boolean;
|
|
193
|
-
dateOfBirth: string;
|
|
194
|
-
email: string;
|
|
195
|
-
firstName: string;
|
|
196
|
-
lastName: string;
|
|
197
|
-
termsAccepted: string;
|
|
198
|
-
userEmail: string;
|
|
199
|
-
picture: string;
|
|
200
|
-
uuid: string;
|
|
201
|
-
}
|
|
202
|
-
interface UpdateUserResponse {
|
|
203
|
-
results: string;
|
|
204
|
-
}
|
|
205
|
-
interface UserSubRequest {
|
|
206
|
-
id?: string;
|
|
207
|
-
email: string;
|
|
208
|
-
sub: string;
|
|
209
|
-
}
|
|
210
|
-
interface UserSubResponse {
|
|
211
|
-
response: {
|
|
212
|
-
id: string;
|
|
213
|
-
object: string;
|
|
214
|
-
address: null;
|
|
215
|
-
balance: number;
|
|
216
|
-
created: number;
|
|
217
|
-
currency: string;
|
|
218
|
-
default_currency: string;
|
|
219
|
-
default_source: null;
|
|
220
|
-
delinquent: boolean;
|
|
221
|
-
description: null;
|
|
222
|
-
discount: null;
|
|
223
|
-
email: string;
|
|
224
|
-
invoice_prefix: string;
|
|
225
|
-
invoice_settings: {
|
|
226
|
-
custom_fields: null;
|
|
227
|
-
default_payment_method: string;
|
|
228
|
-
footer: null;
|
|
229
|
-
rendering_options: null;
|
|
230
|
-
};
|
|
231
|
-
livemode: boolean;
|
|
232
|
-
metadata: {};
|
|
233
|
-
name: string;
|
|
234
|
-
phone: null;
|
|
235
|
-
preferred_locales: [];
|
|
236
|
-
shipping: null;
|
|
237
|
-
sources: {
|
|
238
|
-
object: string;
|
|
239
|
-
data: [];
|
|
240
|
-
has_more: boolean;
|
|
241
|
-
total_count: number;
|
|
242
|
-
url: string;
|
|
243
|
-
};
|
|
244
|
-
subscriptions: {
|
|
245
|
-
object: string;
|
|
246
|
-
data: [];
|
|
247
|
-
has_more: boolean;
|
|
248
|
-
total_count: number;
|
|
249
|
-
url: string;
|
|
250
|
-
};
|
|
251
|
-
tax_exempt: string;
|
|
252
|
-
tax_ids: {
|
|
253
|
-
object: string;
|
|
254
|
-
data: [];
|
|
255
|
-
has_more: boolean;
|
|
256
|
-
total_count: number;
|
|
257
|
-
url: string;
|
|
258
|
-
};
|
|
259
|
-
test_clock: null;
|
|
260
|
-
};
|
|
261
|
-
customerId: string;
|
|
262
|
-
subscription: {
|
|
263
|
-
amount: number;
|
|
264
|
-
cancelAt: null;
|
|
265
|
-
created: number;
|
|
266
|
-
currency: string;
|
|
267
|
-
id: string;
|
|
268
|
-
interval: string;
|
|
269
|
-
nextPayment: number;
|
|
270
|
-
planDescription: string;
|
|
271
|
-
planID: string;
|
|
272
|
-
status: string;
|
|
273
|
-
};
|
|
274
|
-
payment: {
|
|
275
|
-
response: PaymentResponse;
|
|
276
|
-
formatted: FormattedPayment;
|
|
277
|
-
};
|
|
278
|
-
}
|
|
279
|
-
interface FormattedPayment {
|
|
280
|
-
id: string;
|
|
281
|
-
maskedNumber: string;
|
|
282
|
-
expirationDate: string;
|
|
283
|
-
cardType: string;
|
|
284
|
-
}
|
|
285
|
-
interface PaymentResponse {
|
|
286
|
-
id: string;
|
|
287
|
-
object: string;
|
|
288
|
-
allow_redisplay: string;
|
|
289
|
-
billing_details: {
|
|
290
|
-
address: {
|
|
291
|
-
city: null;
|
|
292
|
-
country: null;
|
|
293
|
-
line1: null;
|
|
294
|
-
line2: null;
|
|
295
|
-
postal_code: null;
|
|
296
|
-
state: null;
|
|
297
|
-
};
|
|
298
|
-
email: null;
|
|
299
|
-
name: string;
|
|
300
|
-
phone: null;
|
|
301
|
-
};
|
|
302
|
-
card: {
|
|
303
|
-
brand: string;
|
|
304
|
-
checks: {
|
|
305
|
-
address_line1_check: null;
|
|
306
|
-
address_postal_code_check: null;
|
|
307
|
-
cvc_check: string;
|
|
308
|
-
};
|
|
309
|
-
country: string;
|
|
310
|
-
display_brand: string;
|
|
311
|
-
exp_month: number;
|
|
312
|
-
exp_year: number;
|
|
313
|
-
fingerprint: string;
|
|
314
|
-
funding: string;
|
|
315
|
-
generated_from: null;
|
|
316
|
-
last4: string;
|
|
317
|
-
networks: {
|
|
318
|
-
available: string[];
|
|
319
|
-
preferred: null;
|
|
320
|
-
};
|
|
321
|
-
three_d_secure_usage: {
|
|
322
|
-
supported: boolean;
|
|
323
|
-
};
|
|
324
|
-
wallet: null;
|
|
325
|
-
};
|
|
326
|
-
created: number;
|
|
327
|
-
customer: string;
|
|
328
|
-
livemode: boolean;
|
|
329
|
-
metadata: {};
|
|
330
|
-
type: string;
|
|
331
|
-
}
|
|
332
|
-
interface DecodedIdToken {
|
|
333
|
-
at_hash: string;
|
|
334
|
-
sub: string;
|
|
335
|
-
'cognito:groups': string[];
|
|
336
|
-
email_verified: boolean;
|
|
337
|
-
iss: string;
|
|
338
|
-
'cognito:username': string;
|
|
339
|
-
given_name: string;
|
|
340
|
-
nonce: string;
|
|
341
|
-
aud: string;
|
|
342
|
-
identities: {
|
|
343
|
-
userId: string;
|
|
344
|
-
providerName: string;
|
|
345
|
-
providerType: string;
|
|
346
|
-
issuer: string;
|
|
347
|
-
primary: string;
|
|
348
|
-
dateCreated: string;
|
|
349
|
-
}[];
|
|
350
|
-
token_use: string;
|
|
351
|
-
auth_time: number;
|
|
352
|
-
name: string;
|
|
353
|
-
exp: number;
|
|
354
|
-
iat: number;
|
|
355
|
-
family_name: string;
|
|
356
|
-
email: string;
|
|
357
|
-
birthdate?: string;
|
|
358
|
-
picture?: string;
|
|
359
|
-
[key: string]: any;
|
|
360
|
-
}
|
|
361
|
-
interface SocialTokens {
|
|
362
|
-
accessToken: string;
|
|
363
|
-
idToken: string;
|
|
364
|
-
refreshToken: string;
|
|
365
|
-
}
|
|
366
|
-
interface FederatedSession {
|
|
367
|
-
accessToken: {
|
|
368
|
-
jwtToken: string;
|
|
369
|
-
payload: {
|
|
370
|
-
auth_time: number;
|
|
371
|
-
client_id: string;
|
|
372
|
-
'cognito:groups': string[];
|
|
373
|
-
exp: number;
|
|
374
|
-
iat: number;
|
|
375
|
-
iss: string;
|
|
376
|
-
jti: string;
|
|
377
|
-
scope: string;
|
|
378
|
-
sub: string;
|
|
379
|
-
token_use: string;
|
|
380
|
-
username: string;
|
|
381
|
-
version: number;
|
|
382
|
-
};
|
|
383
|
-
};
|
|
384
|
-
idToken: {
|
|
385
|
-
jwtToken: string;
|
|
386
|
-
payload: {
|
|
387
|
-
at_hash: string;
|
|
388
|
-
aud: string;
|
|
389
|
-
auth_time: number;
|
|
390
|
-
'cognito:groups': string[];
|
|
391
|
-
email: string;
|
|
392
|
-
email_verified: boolean;
|
|
393
|
-
exp: number;
|
|
394
|
-
family_name?: string;
|
|
395
|
-
given_name?: string;
|
|
396
|
-
birthdate?: string;
|
|
397
|
-
iat: number;
|
|
398
|
-
identities: {
|
|
399
|
-
dateCreated: string;
|
|
400
|
-
issuer: string;
|
|
401
|
-
primary: string;
|
|
402
|
-
providerName: string;
|
|
403
|
-
providerType: string;
|
|
404
|
-
userId: string;
|
|
405
|
-
}[];
|
|
406
|
-
iss: string;
|
|
407
|
-
name: string;
|
|
408
|
-
nonce: string;
|
|
409
|
-
picture?: string;
|
|
410
|
-
sub: string;
|
|
411
|
-
token_use: string;
|
|
412
|
-
'custom:termsAccepted'?: string;
|
|
413
|
-
'custom:subscriptionId'?: string;
|
|
414
|
-
'custom:contactPreferences'?: string;
|
|
415
|
-
'custom:customerId'?: string;
|
|
416
|
-
};
|
|
417
|
-
};
|
|
418
|
-
refreshToken: {
|
|
419
|
-
token: string;
|
|
420
|
-
};
|
|
421
|
-
}
|
|
422
|
-
interface Plan {
|
|
423
|
-
id: string;
|
|
424
|
-
planID: string;
|
|
425
|
-
description: string;
|
|
426
|
-
amount: number;
|
|
427
|
-
nickname: string;
|
|
428
|
-
metadata: {
|
|
429
|
-
icon: string;
|
|
430
|
-
description: string;
|
|
431
|
-
number: string;
|
|
432
|
-
};
|
|
433
|
-
}
|
|
434
|
-
interface PaymentPlansResponse {
|
|
435
|
-
plans: Plan[];
|
|
436
|
-
}
|
|
437
10
|
|
|
438
11
|
declare const authApi: _reduxjs_toolkit_query.Api<BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError>, {
|
|
439
12
|
resetPassword: _reduxjs_toolkit_query.MutationDefinition<ResetPasswordRequest, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError>, "UserToken" | "UserData", ResetPasswordResponse, "authApi", unknown>;
|
|
@@ -466,14 +39,14 @@ declare const useResetPasswordMutation: <R extends Record<string, any> = ({
|
|
|
466
39
|
} & Omit<{
|
|
467
40
|
requestId: string;
|
|
468
41
|
data?: ResetPasswordResponse | undefined;
|
|
469
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
42
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
470
43
|
endpointName: string;
|
|
471
44
|
startedTimeStamp: number;
|
|
472
45
|
fulfilledTimeStamp?: number;
|
|
473
46
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
474
47
|
requestId: string;
|
|
475
48
|
data?: ResetPasswordResponse | undefined;
|
|
476
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
49
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
477
50
|
endpointName: string;
|
|
478
51
|
startedTimeStamp: number;
|
|
479
52
|
fulfilledTimeStamp?: number;
|
|
@@ -490,7 +63,7 @@ declare const useResetPasswordMutation: <R extends Record<string, any> = ({
|
|
|
490
63
|
} & {
|
|
491
64
|
requestId: string;
|
|
492
65
|
data?: ResetPasswordResponse | undefined;
|
|
493
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
66
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
494
67
|
endpointName: string;
|
|
495
68
|
startedTimeStamp: number;
|
|
496
69
|
fulfilledTimeStamp?: number;
|
|
@@ -507,14 +80,14 @@ declare const useResetPasswordMutation: <R extends Record<string, any> = ({
|
|
|
507
80
|
} & Omit<{
|
|
508
81
|
requestId: string;
|
|
509
82
|
data?: ResetPasswordResponse | undefined;
|
|
510
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
83
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
511
84
|
endpointName: string;
|
|
512
85
|
startedTimeStamp: number;
|
|
513
86
|
fulfilledTimeStamp?: number;
|
|
514
87
|
}, "error"> & Required<Pick<{
|
|
515
88
|
requestId: string;
|
|
516
89
|
data?: ResetPasswordResponse | undefined;
|
|
517
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
90
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
518
91
|
endpointName: string;
|
|
519
92
|
startedTimeStamp: number;
|
|
520
93
|
fulfilledTimeStamp?: number;
|
|
@@ -544,14 +117,14 @@ declare const useResetPasswordMutation: <R extends Record<string, any> = ({
|
|
|
544
117
|
} & Omit<{
|
|
545
118
|
requestId: string;
|
|
546
119
|
data?: ResetPasswordResponse | undefined;
|
|
547
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
120
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
548
121
|
endpointName: string;
|
|
549
122
|
startedTimeStamp: number;
|
|
550
123
|
fulfilledTimeStamp?: number;
|
|
551
124
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
552
125
|
requestId: string;
|
|
553
126
|
data?: ResetPasswordResponse | undefined;
|
|
554
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
127
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
555
128
|
endpointName: string;
|
|
556
129
|
startedTimeStamp: number;
|
|
557
130
|
fulfilledTimeStamp?: number;
|
|
@@ -568,7 +141,7 @@ declare const useResetPasswordMutation: <R extends Record<string, any> = ({
|
|
|
568
141
|
} & {
|
|
569
142
|
requestId: string;
|
|
570
143
|
data?: ResetPasswordResponse | undefined;
|
|
571
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
144
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
572
145
|
endpointName: string;
|
|
573
146
|
startedTimeStamp: number;
|
|
574
147
|
fulfilledTimeStamp?: number;
|
|
@@ -585,14 +158,14 @@ declare const useResetPasswordMutation: <R extends Record<string, any> = ({
|
|
|
585
158
|
} & Omit<{
|
|
586
159
|
requestId: string;
|
|
587
160
|
data?: ResetPasswordResponse | undefined;
|
|
588
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
161
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
589
162
|
endpointName: string;
|
|
590
163
|
startedTimeStamp: number;
|
|
591
164
|
fulfilledTimeStamp?: number;
|
|
592
165
|
}, "error"> & Required<Pick<{
|
|
593
166
|
requestId: string;
|
|
594
167
|
data?: ResetPasswordResponse | undefined;
|
|
595
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
168
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
596
169
|
endpointName: string;
|
|
597
170
|
startedTimeStamp: number;
|
|
598
171
|
fulfilledTimeStamp?: number;
|
|
@@ -627,14 +200,14 @@ declare const useResetPasswordAuthMutation: <R extends Record<string, any> = ({
|
|
|
627
200
|
} & Omit<{
|
|
628
201
|
requestId: string;
|
|
629
202
|
data?: ResetPasswordAuthResponse | undefined;
|
|
630
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
203
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
631
204
|
endpointName: string;
|
|
632
205
|
startedTimeStamp: number;
|
|
633
206
|
fulfilledTimeStamp?: number;
|
|
634
207
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
635
208
|
requestId: string;
|
|
636
209
|
data?: ResetPasswordAuthResponse | undefined;
|
|
637
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
210
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
638
211
|
endpointName: string;
|
|
639
212
|
startedTimeStamp: number;
|
|
640
213
|
fulfilledTimeStamp?: number;
|
|
@@ -651,7 +224,7 @@ declare const useResetPasswordAuthMutation: <R extends Record<string, any> = ({
|
|
|
651
224
|
} & {
|
|
652
225
|
requestId: string;
|
|
653
226
|
data?: ResetPasswordAuthResponse | undefined;
|
|
654
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
227
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
655
228
|
endpointName: string;
|
|
656
229
|
startedTimeStamp: number;
|
|
657
230
|
fulfilledTimeStamp?: number;
|
|
@@ -668,14 +241,14 @@ declare const useResetPasswordAuthMutation: <R extends Record<string, any> = ({
|
|
|
668
241
|
} & Omit<{
|
|
669
242
|
requestId: string;
|
|
670
243
|
data?: ResetPasswordAuthResponse | undefined;
|
|
671
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
244
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
672
245
|
endpointName: string;
|
|
673
246
|
startedTimeStamp: number;
|
|
674
247
|
fulfilledTimeStamp?: number;
|
|
675
248
|
}, "error"> & Required<Pick<{
|
|
676
249
|
requestId: string;
|
|
677
250
|
data?: ResetPasswordAuthResponse | undefined;
|
|
678
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
251
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
679
252
|
endpointName: string;
|
|
680
253
|
startedTimeStamp: number;
|
|
681
254
|
fulfilledTimeStamp?: number;
|
|
@@ -705,14 +278,14 @@ declare const useResetPasswordAuthMutation: <R extends Record<string, any> = ({
|
|
|
705
278
|
} & Omit<{
|
|
706
279
|
requestId: string;
|
|
707
280
|
data?: ResetPasswordAuthResponse | undefined;
|
|
708
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
281
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
709
282
|
endpointName: string;
|
|
710
283
|
startedTimeStamp: number;
|
|
711
284
|
fulfilledTimeStamp?: number;
|
|
712
285
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
713
286
|
requestId: string;
|
|
714
287
|
data?: ResetPasswordAuthResponse | undefined;
|
|
715
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
288
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
716
289
|
endpointName: string;
|
|
717
290
|
startedTimeStamp: number;
|
|
718
291
|
fulfilledTimeStamp?: number;
|
|
@@ -729,7 +302,7 @@ declare const useResetPasswordAuthMutation: <R extends Record<string, any> = ({
|
|
|
729
302
|
} & {
|
|
730
303
|
requestId: string;
|
|
731
304
|
data?: ResetPasswordAuthResponse | undefined;
|
|
732
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
305
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
733
306
|
endpointName: string;
|
|
734
307
|
startedTimeStamp: number;
|
|
735
308
|
fulfilledTimeStamp?: number;
|
|
@@ -746,14 +319,14 @@ declare const useResetPasswordAuthMutation: <R extends Record<string, any> = ({
|
|
|
746
319
|
} & Omit<{
|
|
747
320
|
requestId: string;
|
|
748
321
|
data?: ResetPasswordAuthResponse | undefined;
|
|
749
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
322
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
750
323
|
endpointName: string;
|
|
751
324
|
startedTimeStamp: number;
|
|
752
325
|
fulfilledTimeStamp?: number;
|
|
753
326
|
}, "error"> & Required<Pick<{
|
|
754
327
|
requestId: string;
|
|
755
328
|
data?: ResetPasswordAuthResponse | undefined;
|
|
756
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
329
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
757
330
|
endpointName: string;
|
|
758
331
|
startedTimeStamp: number;
|
|
759
332
|
fulfilledTimeStamp?: number;
|
|
@@ -788,14 +361,14 @@ declare const useRegisterMutation: <R extends Record<string, any> = ({
|
|
|
788
361
|
} & Omit<{
|
|
789
362
|
requestId: string;
|
|
790
363
|
data?: RegisterResponse | undefined;
|
|
791
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
364
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
792
365
|
endpointName: string;
|
|
793
366
|
startedTimeStamp: number;
|
|
794
367
|
fulfilledTimeStamp?: number;
|
|
795
368
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
796
369
|
requestId: string;
|
|
797
370
|
data?: RegisterResponse | undefined;
|
|
798
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
371
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
799
372
|
endpointName: string;
|
|
800
373
|
startedTimeStamp: number;
|
|
801
374
|
fulfilledTimeStamp?: number;
|
|
@@ -812,7 +385,7 @@ declare const useRegisterMutation: <R extends Record<string, any> = ({
|
|
|
812
385
|
} & {
|
|
813
386
|
requestId: string;
|
|
814
387
|
data?: RegisterResponse | undefined;
|
|
815
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
388
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
816
389
|
endpointName: string;
|
|
817
390
|
startedTimeStamp: number;
|
|
818
391
|
fulfilledTimeStamp?: number;
|
|
@@ -829,14 +402,14 @@ declare const useRegisterMutation: <R extends Record<string, any> = ({
|
|
|
829
402
|
} & Omit<{
|
|
830
403
|
requestId: string;
|
|
831
404
|
data?: RegisterResponse | undefined;
|
|
832
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
405
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
833
406
|
endpointName: string;
|
|
834
407
|
startedTimeStamp: number;
|
|
835
408
|
fulfilledTimeStamp?: number;
|
|
836
409
|
}, "error"> & Required<Pick<{
|
|
837
410
|
requestId: string;
|
|
838
411
|
data?: RegisterResponse | undefined;
|
|
839
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
412
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
840
413
|
endpointName: string;
|
|
841
414
|
startedTimeStamp: number;
|
|
842
415
|
fulfilledTimeStamp?: number;
|
|
@@ -866,14 +439,14 @@ declare const useRegisterMutation: <R extends Record<string, any> = ({
|
|
|
866
439
|
} & Omit<{
|
|
867
440
|
requestId: string;
|
|
868
441
|
data?: RegisterResponse | undefined;
|
|
869
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
442
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
870
443
|
endpointName: string;
|
|
871
444
|
startedTimeStamp: number;
|
|
872
445
|
fulfilledTimeStamp?: number;
|
|
873
446
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
874
447
|
requestId: string;
|
|
875
448
|
data?: RegisterResponse | undefined;
|
|
876
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
449
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
877
450
|
endpointName: string;
|
|
878
451
|
startedTimeStamp: number;
|
|
879
452
|
fulfilledTimeStamp?: number;
|
|
@@ -890,7 +463,7 @@ declare const useRegisterMutation: <R extends Record<string, any> = ({
|
|
|
890
463
|
} & {
|
|
891
464
|
requestId: string;
|
|
892
465
|
data?: RegisterResponse | undefined;
|
|
893
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
466
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
894
467
|
endpointName: string;
|
|
895
468
|
startedTimeStamp: number;
|
|
896
469
|
fulfilledTimeStamp?: number;
|
|
@@ -907,14 +480,14 @@ declare const useRegisterMutation: <R extends Record<string, any> = ({
|
|
|
907
480
|
} & Omit<{
|
|
908
481
|
requestId: string;
|
|
909
482
|
data?: RegisterResponse | undefined;
|
|
910
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
483
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
911
484
|
endpointName: string;
|
|
912
485
|
startedTimeStamp: number;
|
|
913
486
|
fulfilledTimeStamp?: number;
|
|
914
487
|
}, "error"> & Required<Pick<{
|
|
915
488
|
requestId: string;
|
|
916
489
|
data?: RegisterResponse | undefined;
|
|
917
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
490
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
918
491
|
endpointName: string;
|
|
919
492
|
startedTimeStamp: number;
|
|
920
493
|
fulfilledTimeStamp?: number;
|
|
@@ -1479,14 +1052,14 @@ declare const useUpdateUserInfoMutation: <R extends Record<string, any> = ({
|
|
|
1479
1052
|
} & Omit<{
|
|
1480
1053
|
requestId: string;
|
|
1481
1054
|
data?: any;
|
|
1482
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1055
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1483
1056
|
endpointName: string;
|
|
1484
1057
|
startedTimeStamp: number;
|
|
1485
1058
|
fulfilledTimeStamp?: number;
|
|
1486
1059
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
1487
1060
|
requestId: string;
|
|
1488
1061
|
data?: any;
|
|
1489
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1062
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1490
1063
|
endpointName: string;
|
|
1491
1064
|
startedTimeStamp: number;
|
|
1492
1065
|
fulfilledTimeStamp?: number;
|
|
@@ -1503,7 +1076,7 @@ declare const useUpdateUserInfoMutation: <R extends Record<string, any> = ({
|
|
|
1503
1076
|
} & {
|
|
1504
1077
|
requestId: string;
|
|
1505
1078
|
data?: any;
|
|
1506
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1079
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1507
1080
|
endpointName: string;
|
|
1508
1081
|
startedTimeStamp: number;
|
|
1509
1082
|
fulfilledTimeStamp?: number;
|
|
@@ -1520,14 +1093,14 @@ declare const useUpdateUserInfoMutation: <R extends Record<string, any> = ({
|
|
|
1520
1093
|
} & Omit<{
|
|
1521
1094
|
requestId: string;
|
|
1522
1095
|
data?: any;
|
|
1523
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1096
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1524
1097
|
endpointName: string;
|
|
1525
1098
|
startedTimeStamp: number;
|
|
1526
1099
|
fulfilledTimeStamp?: number;
|
|
1527
1100
|
}, "error"> & Required<Pick<{
|
|
1528
1101
|
requestId: string;
|
|
1529
1102
|
data?: any;
|
|
1530
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1103
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1531
1104
|
endpointName: string;
|
|
1532
1105
|
startedTimeStamp: number;
|
|
1533
1106
|
fulfilledTimeStamp?: number;
|
|
@@ -1557,14 +1130,14 @@ declare const useUpdateUserInfoMutation: <R extends Record<string, any> = ({
|
|
|
1557
1130
|
} & Omit<{
|
|
1558
1131
|
requestId: string;
|
|
1559
1132
|
data?: any;
|
|
1560
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1133
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1561
1134
|
endpointName: string;
|
|
1562
1135
|
startedTimeStamp: number;
|
|
1563
1136
|
fulfilledTimeStamp?: number;
|
|
1564
1137
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
1565
1138
|
requestId: string;
|
|
1566
1139
|
data?: any;
|
|
1567
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1140
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1568
1141
|
endpointName: string;
|
|
1569
1142
|
startedTimeStamp: number;
|
|
1570
1143
|
fulfilledTimeStamp?: number;
|
|
@@ -1581,7 +1154,7 @@ declare const useUpdateUserInfoMutation: <R extends Record<string, any> = ({
|
|
|
1581
1154
|
} & {
|
|
1582
1155
|
requestId: string;
|
|
1583
1156
|
data?: any;
|
|
1584
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1157
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1585
1158
|
endpointName: string;
|
|
1586
1159
|
startedTimeStamp: number;
|
|
1587
1160
|
fulfilledTimeStamp?: number;
|
|
@@ -1598,14 +1171,14 @@ declare const useUpdateUserInfoMutation: <R extends Record<string, any> = ({
|
|
|
1598
1171
|
} & Omit<{
|
|
1599
1172
|
requestId: string;
|
|
1600
1173
|
data?: any;
|
|
1601
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1174
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1602
1175
|
endpointName: string;
|
|
1603
1176
|
startedTimeStamp: number;
|
|
1604
1177
|
fulfilledTimeStamp?: number;
|
|
1605
1178
|
}, "error"> & Required<Pick<{
|
|
1606
1179
|
requestId: string;
|
|
1607
1180
|
data?: any;
|
|
1608
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1181
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1609
1182
|
endpointName: string;
|
|
1610
1183
|
startedTimeStamp: number;
|
|
1611
1184
|
fulfilledTimeStamp?: number;
|
|
@@ -1640,14 +1213,14 @@ declare const useForgottenPasswordMutation: <R extends Record<string, any> = ({
|
|
|
1640
1213
|
} & Omit<{
|
|
1641
1214
|
requestId: string;
|
|
1642
1215
|
data?: ForgottenPasswordResponse | undefined;
|
|
1643
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1216
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1644
1217
|
endpointName: string;
|
|
1645
1218
|
startedTimeStamp: number;
|
|
1646
1219
|
fulfilledTimeStamp?: number;
|
|
1647
1220
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
1648
1221
|
requestId: string;
|
|
1649
1222
|
data?: ForgottenPasswordResponse | undefined;
|
|
1650
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1223
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1651
1224
|
endpointName: string;
|
|
1652
1225
|
startedTimeStamp: number;
|
|
1653
1226
|
fulfilledTimeStamp?: number;
|
|
@@ -1664,7 +1237,7 @@ declare const useForgottenPasswordMutation: <R extends Record<string, any> = ({
|
|
|
1664
1237
|
} & {
|
|
1665
1238
|
requestId: string;
|
|
1666
1239
|
data?: ForgottenPasswordResponse | undefined;
|
|
1667
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1240
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1668
1241
|
endpointName: string;
|
|
1669
1242
|
startedTimeStamp: number;
|
|
1670
1243
|
fulfilledTimeStamp?: number;
|
|
@@ -1681,14 +1254,14 @@ declare const useForgottenPasswordMutation: <R extends Record<string, any> = ({
|
|
|
1681
1254
|
} & Omit<{
|
|
1682
1255
|
requestId: string;
|
|
1683
1256
|
data?: ForgottenPasswordResponse | undefined;
|
|
1684
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1257
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1685
1258
|
endpointName: string;
|
|
1686
1259
|
startedTimeStamp: number;
|
|
1687
1260
|
fulfilledTimeStamp?: number;
|
|
1688
1261
|
}, "error"> & Required<Pick<{
|
|
1689
1262
|
requestId: string;
|
|
1690
1263
|
data?: ForgottenPasswordResponse | undefined;
|
|
1691
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1264
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1692
1265
|
endpointName: string;
|
|
1693
1266
|
startedTimeStamp: number;
|
|
1694
1267
|
fulfilledTimeStamp?: number;
|
|
@@ -1718,14 +1291,14 @@ declare const useForgottenPasswordMutation: <R extends Record<string, any> = ({
|
|
|
1718
1291
|
} & Omit<{
|
|
1719
1292
|
requestId: string;
|
|
1720
1293
|
data?: ForgottenPasswordResponse | undefined;
|
|
1721
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1294
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1722
1295
|
endpointName: string;
|
|
1723
1296
|
startedTimeStamp: number;
|
|
1724
1297
|
fulfilledTimeStamp?: number;
|
|
1725
1298
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
1726
1299
|
requestId: string;
|
|
1727
1300
|
data?: ForgottenPasswordResponse | undefined;
|
|
1728
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1301
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1729
1302
|
endpointName: string;
|
|
1730
1303
|
startedTimeStamp: number;
|
|
1731
1304
|
fulfilledTimeStamp?: number;
|
|
@@ -1742,7 +1315,7 @@ declare const useForgottenPasswordMutation: <R extends Record<string, any> = ({
|
|
|
1742
1315
|
} & {
|
|
1743
1316
|
requestId: string;
|
|
1744
1317
|
data?: ForgottenPasswordResponse | undefined;
|
|
1745
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1318
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1746
1319
|
endpointName: string;
|
|
1747
1320
|
startedTimeStamp: number;
|
|
1748
1321
|
fulfilledTimeStamp?: number;
|
|
@@ -1759,14 +1332,14 @@ declare const useForgottenPasswordMutation: <R extends Record<string, any> = ({
|
|
|
1759
1332
|
} & Omit<{
|
|
1760
1333
|
requestId: string;
|
|
1761
1334
|
data?: ForgottenPasswordResponse | undefined;
|
|
1762
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1335
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1763
1336
|
endpointName: string;
|
|
1764
1337
|
startedTimeStamp: number;
|
|
1765
1338
|
fulfilledTimeStamp?: number;
|
|
1766
1339
|
}, "error"> & Required<Pick<{
|
|
1767
1340
|
requestId: string;
|
|
1768
1341
|
data?: ForgottenPasswordResponse | undefined;
|
|
1769
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1342
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
1770
1343
|
endpointName: string;
|
|
1771
1344
|
startedTimeStamp: number;
|
|
1772
1345
|
fulfilledTimeStamp?: number;
|
|
@@ -2331,14 +1904,14 @@ declare const useUpdateUserMutation: <R extends Record<string, any> = ({
|
|
|
2331
1904
|
} & Omit<{
|
|
2332
1905
|
requestId: string;
|
|
2333
1906
|
data?: any;
|
|
2334
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1907
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2335
1908
|
endpointName: string;
|
|
2336
1909
|
startedTimeStamp: number;
|
|
2337
1910
|
fulfilledTimeStamp?: number;
|
|
2338
1911
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2339
1912
|
requestId: string;
|
|
2340
1913
|
data?: any;
|
|
2341
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1914
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2342
1915
|
endpointName: string;
|
|
2343
1916
|
startedTimeStamp: number;
|
|
2344
1917
|
fulfilledTimeStamp?: number;
|
|
@@ -2355,7 +1928,7 @@ declare const useUpdateUserMutation: <R extends Record<string, any> = ({
|
|
|
2355
1928
|
} & {
|
|
2356
1929
|
requestId: string;
|
|
2357
1930
|
data?: any;
|
|
2358
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1931
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2359
1932
|
endpointName: string;
|
|
2360
1933
|
startedTimeStamp: number;
|
|
2361
1934
|
fulfilledTimeStamp?: number;
|
|
@@ -2372,14 +1945,14 @@ declare const useUpdateUserMutation: <R extends Record<string, any> = ({
|
|
|
2372
1945
|
} & Omit<{
|
|
2373
1946
|
requestId: string;
|
|
2374
1947
|
data?: any;
|
|
2375
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1948
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2376
1949
|
endpointName: string;
|
|
2377
1950
|
startedTimeStamp: number;
|
|
2378
1951
|
fulfilledTimeStamp?: number;
|
|
2379
1952
|
}, "error"> & Required<Pick<{
|
|
2380
1953
|
requestId: string;
|
|
2381
1954
|
data?: any;
|
|
2382
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1955
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2383
1956
|
endpointName: string;
|
|
2384
1957
|
startedTimeStamp: number;
|
|
2385
1958
|
fulfilledTimeStamp?: number;
|
|
@@ -2409,14 +1982,14 @@ declare const useUpdateUserMutation: <R extends Record<string, any> = ({
|
|
|
2409
1982
|
} & Omit<{
|
|
2410
1983
|
requestId: string;
|
|
2411
1984
|
data?: any;
|
|
2412
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1985
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2413
1986
|
endpointName: string;
|
|
2414
1987
|
startedTimeStamp: number;
|
|
2415
1988
|
fulfilledTimeStamp?: number;
|
|
2416
1989
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2417
1990
|
requestId: string;
|
|
2418
1991
|
data?: any;
|
|
2419
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
1992
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2420
1993
|
endpointName: string;
|
|
2421
1994
|
startedTimeStamp: number;
|
|
2422
1995
|
fulfilledTimeStamp?: number;
|
|
@@ -2433,7 +2006,7 @@ declare const useUpdateUserMutation: <R extends Record<string, any> = ({
|
|
|
2433
2006
|
} & {
|
|
2434
2007
|
requestId: string;
|
|
2435
2008
|
data?: any;
|
|
2436
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
2009
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2437
2010
|
endpointName: string;
|
|
2438
2011
|
startedTimeStamp: number;
|
|
2439
2012
|
fulfilledTimeStamp?: number;
|
|
@@ -2450,14 +2023,14 @@ declare const useUpdateUserMutation: <R extends Record<string, any> = ({
|
|
|
2450
2023
|
} & Omit<{
|
|
2451
2024
|
requestId: string;
|
|
2452
2025
|
data?: any;
|
|
2453
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
2026
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2454
2027
|
endpointName: string;
|
|
2455
2028
|
startedTimeStamp: number;
|
|
2456
2029
|
fulfilledTimeStamp?: number;
|
|
2457
2030
|
}, "error"> & Required<Pick<{
|
|
2458
2031
|
requestId: string;
|
|
2459
2032
|
data?: any;
|
|
2460
|
-
error?: _reduxjs_toolkit.SerializedError |
|
|
2033
|
+
error?: FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2461
2034
|
endpointName: string;
|
|
2462
2035
|
startedTimeStamp: number;
|
|
2463
2036
|
fulfilledTimeStamp?: number;
|
|
@@ -2576,808 +2149,6 @@ declare const selectSubscriptionPrice: reselect.Selector<{
|
|
|
2576
2149
|
unwrapped: (state: AuthState) => number | undefined;
|
|
2577
2150
|
};
|
|
2578
2151
|
|
|
2579
|
-
type VideoSource = {
|
|
2580
|
-
type: string;
|
|
2581
|
-
src: string;
|
|
2582
|
-
};
|
|
2583
|
-
type S3Image = {
|
|
2584
|
-
uri: string;
|
|
2585
|
-
};
|
|
2586
|
-
/**
|
|
2587
|
-
* ES OBJECT INTERFACES
|
|
2588
|
-
**/
|
|
2589
|
-
interface UserPayload {
|
|
2590
|
-
email: string;
|
|
2591
|
-
given_name: string;
|
|
2592
|
-
family_name: string;
|
|
2593
|
-
birthdate: string;
|
|
2594
|
-
picture: string;
|
|
2595
|
-
'cognito:username': string;
|
|
2596
|
-
'custom:termsAccepted': string;
|
|
2597
|
-
'custom:subscriptionId': string;
|
|
2598
|
-
'custom:contactPreferences': string;
|
|
2599
|
-
'custom:customerId': string;
|
|
2600
|
-
}
|
|
2601
|
-
interface ESPromo {
|
|
2602
|
-
_index: string;
|
|
2603
|
-
_id: string;
|
|
2604
|
-
_score: number;
|
|
2605
|
-
_source: {
|
|
2606
|
-
_language: string;
|
|
2607
|
-
align: string[];
|
|
2608
|
-
created: number[];
|
|
2609
|
-
auth_panel: boolean[];
|
|
2610
|
-
image_formatted: string[];
|
|
2611
|
-
background_image_formatted: string[];
|
|
2612
|
-
background_video: string[];
|
|
2613
|
-
background_image: string[];
|
|
2614
|
-
button_text: string[];
|
|
2615
|
-
updated: number[];
|
|
2616
|
-
title: string[];
|
|
2617
|
-
description: string[];
|
|
2618
|
-
image: string[];
|
|
2619
|
-
langcode: string[];
|
|
2620
|
-
link: string[];
|
|
2621
|
-
link_mobile: string[];
|
|
2622
|
-
section: number[];
|
|
2623
|
-
uuid: string[];
|
|
2624
|
-
video: string[];
|
|
2625
|
-
weight: number[];
|
|
2626
|
-
search_api_datasource?: string[];
|
|
2627
|
-
search_api_id?: string[];
|
|
2628
|
-
search_api_language?: string[];
|
|
2629
|
-
term?: string[];
|
|
2630
|
-
};
|
|
2631
|
-
sort: number[];
|
|
2632
|
-
}
|
|
2633
|
-
interface ESWorkout {
|
|
2634
|
-
_index: string;
|
|
2635
|
-
_id: string;
|
|
2636
|
-
_score: number;
|
|
2637
|
-
_source: {
|
|
2638
|
-
changed: number[];
|
|
2639
|
-
created: number[];
|
|
2640
|
-
uuid: string[];
|
|
2641
|
-
description: string[];
|
|
2642
|
-
duration: string[];
|
|
2643
|
-
duration_filter: number[];
|
|
2644
|
-
image_16_9: string[];
|
|
2645
|
-
image: string[];
|
|
2646
|
-
level: string[];
|
|
2647
|
-
published: boolean[];
|
|
2648
|
-
targeted_section: string[];
|
|
2649
|
-
title: string[];
|
|
2650
|
-
uid: string[];
|
|
2651
|
-
video_url: string[];
|
|
2652
|
-
video_poster: string[];
|
|
2653
|
-
video_download: string[];
|
|
2654
|
-
workout_category: string[];
|
|
2655
|
-
workout_type: string[];
|
|
2656
|
-
livestream_section: string[];
|
|
2657
|
-
};
|
|
2658
|
-
sort: number[];
|
|
2659
|
-
}
|
|
2660
|
-
interface ESShortform {
|
|
2661
|
-
_index: string;
|
|
2662
|
-
_id: string;
|
|
2663
|
-
_score: number;
|
|
2664
|
-
_source: {
|
|
2665
|
-
uuid?: string;
|
|
2666
|
-
nid?: string;
|
|
2667
|
-
title?: string;
|
|
2668
|
-
field_image_thumb?: string;
|
|
2669
|
-
field_image_poster?: string;
|
|
2670
|
-
field_short_synopsis?: string;
|
|
2671
|
-
field_body?: string;
|
|
2672
|
-
field_channel?: string;
|
|
2673
|
-
revision_timestamp?: string;
|
|
2674
|
-
langcode?: string;
|
|
2675
|
-
field_videomanifest?: string;
|
|
2676
|
-
field_duration?: string;
|
|
2677
|
-
field_category?: string;
|
|
2678
|
-
};
|
|
2679
|
-
sort: number[];
|
|
2680
|
-
}
|
|
2681
|
-
interface ESLongForm {
|
|
2682
|
-
_index: string;
|
|
2683
|
-
_id: string;
|
|
2684
|
-
_score: number;
|
|
2685
|
-
_source: {
|
|
2686
|
-
uuid?: string[];
|
|
2687
|
-
nid?: string[];
|
|
2688
|
-
title?: string[];
|
|
2689
|
-
image?: string[];
|
|
2690
|
-
image_promo?: string[];
|
|
2691
|
-
image_promo_large?: string[];
|
|
2692
|
-
image_poster?: string[];
|
|
2693
|
-
summary?: string[];
|
|
2694
|
-
created?: number[];
|
|
2695
|
-
revision_timestamp?: string[];
|
|
2696
|
-
video_manifest?: string[];
|
|
2697
|
-
rating?: string[];
|
|
2698
|
-
released_date?: string[];
|
|
2699
|
-
source_id?: string[];
|
|
2700
|
-
director?: string[];
|
|
2701
|
-
duration?: string[];
|
|
2702
|
-
path?: string[];
|
|
2703
|
-
genres?: string[];
|
|
2704
|
-
actors?: string[];
|
|
2705
|
-
writers?: string[];
|
|
2706
|
-
};
|
|
2707
|
-
sort: number[];
|
|
2708
|
-
}
|
|
2709
|
-
interface ESFaq {
|
|
2710
|
-
_index: string;
|
|
2711
|
-
_id: string;
|
|
2712
|
-
_score: number;
|
|
2713
|
-
_source: {
|
|
2714
|
-
uuid?: string[];
|
|
2715
|
-
title?: string[];
|
|
2716
|
-
answer?: string[];
|
|
2717
|
-
created?: number[];
|
|
2718
|
-
updated?: number[];
|
|
2719
|
-
};
|
|
2720
|
-
sort: number[];
|
|
2721
|
-
}
|
|
2722
|
-
interface ESPage {
|
|
2723
|
-
_index: string;
|
|
2724
|
-
_id: string;
|
|
2725
|
-
_score: number;
|
|
2726
|
-
_source: {
|
|
2727
|
-
uuid?: string[];
|
|
2728
|
-
title?: string[];
|
|
2729
|
-
body?: string[];
|
|
2730
|
-
created?: number[];
|
|
2731
|
-
updated?: number[];
|
|
2732
|
-
langcode?: string;
|
|
2733
|
-
url?: string[];
|
|
2734
|
-
};
|
|
2735
|
-
sort: number[];
|
|
2736
|
-
}
|
|
2737
|
-
interface ESSetting {
|
|
2738
|
-
_index: string;
|
|
2739
|
-
_id: string;
|
|
2740
|
-
_score: number;
|
|
2741
|
-
_source: {
|
|
2742
|
-
uuid?: string[];
|
|
2743
|
-
created?: number[];
|
|
2744
|
-
updated?: number[];
|
|
2745
|
-
status?: string[];
|
|
2746
|
-
type?: string[];
|
|
2747
|
-
video?: string[];
|
|
2748
|
-
number?: string[];
|
|
2749
|
-
pass?: string[];
|
|
2750
|
-
fieldset?: string[];
|
|
2751
|
-
};
|
|
2752
|
-
sort: number[];
|
|
2753
|
-
}
|
|
2754
|
-
interface ESPress {
|
|
2755
|
-
_index: string;
|
|
2756
|
-
_id: string;
|
|
2757
|
-
_score: number;
|
|
2758
|
-
_source: {
|
|
2759
|
-
uuid?: string[];
|
|
2760
|
-
title?: string[];
|
|
2761
|
-
image?: string[];
|
|
2762
|
-
created?: number[];
|
|
2763
|
-
updated?: number[];
|
|
2764
|
-
};
|
|
2765
|
-
sort: number[];
|
|
2766
|
-
}
|
|
2767
|
-
interface ESGuest {
|
|
2768
|
-
_index: string;
|
|
2769
|
-
_id: string;
|
|
2770
|
-
_score: number;
|
|
2771
|
-
_source: {
|
|
2772
|
-
uuid?: string[];
|
|
2773
|
-
id?: string[];
|
|
2774
|
-
title?: string[];
|
|
2775
|
-
description?: string[];
|
|
2776
|
-
image_16_9?: string[];
|
|
2777
|
-
display?: string[];
|
|
2778
|
-
updated?: number[];
|
|
2779
|
-
};
|
|
2780
|
-
sort: number[];
|
|
2781
|
-
}
|
|
2782
|
-
interface ESVideo {
|
|
2783
|
-
_index: string;
|
|
2784
|
-
_id: string;
|
|
2785
|
-
_score: number;
|
|
2786
|
-
_source: {
|
|
2787
|
-
uuid: string[];
|
|
2788
|
-
title: string[];
|
|
2789
|
-
created: number[];
|
|
2790
|
-
updated: number[];
|
|
2791
|
-
description: string[];
|
|
2792
|
-
image: string[];
|
|
2793
|
-
duration: number[];
|
|
2794
|
-
section: string[];
|
|
2795
|
-
video_poster: string[];
|
|
2796
|
-
video_url: string[];
|
|
2797
|
-
video_download: string[];
|
|
2798
|
-
section_id: number[];
|
|
2799
|
-
};
|
|
2800
|
-
sort: number[];
|
|
2801
|
-
}
|
|
2802
|
-
interface ESSection {
|
|
2803
|
-
_index: string;
|
|
2804
|
-
_id: string;
|
|
2805
|
-
_score: number;
|
|
2806
|
-
_source: {
|
|
2807
|
-
uuid?: string[];
|
|
2808
|
-
title?: string[];
|
|
2809
|
-
description?: string[];
|
|
2810
|
-
image?: string[];
|
|
2811
|
-
display?: string[];
|
|
2812
|
-
challenge?: string[];
|
|
2813
|
-
id?: string[];
|
|
2814
|
-
};
|
|
2815
|
-
sort: number[];
|
|
2816
|
-
}
|
|
2817
|
-
interface ESSchedule {
|
|
2818
|
-
_index: string;
|
|
2819
|
-
_id: string;
|
|
2820
|
-
_score: number;
|
|
2821
|
-
_source: {
|
|
2822
|
-
uuid: string[];
|
|
2823
|
-
created: string[];
|
|
2824
|
-
langcode: string[];
|
|
2825
|
-
updated: string[];
|
|
2826
|
-
monday_title: string[];
|
|
2827
|
-
monday_start: string[];
|
|
2828
|
-
monday_end: string[];
|
|
2829
|
-
monday_video: string[];
|
|
2830
|
-
monday_live: string[];
|
|
2831
|
-
tuesday_title: string[];
|
|
2832
|
-
tuesday_start: string[];
|
|
2833
|
-
tuesday_end: string[];
|
|
2834
|
-
tuesday_video: string[];
|
|
2835
|
-
tuesday_live: string[];
|
|
2836
|
-
wednesday_title: string[];
|
|
2837
|
-
wednesday_start: string[];
|
|
2838
|
-
wednesday_end: string[];
|
|
2839
|
-
wednesday_video: string[];
|
|
2840
|
-
wednesday_live: string[];
|
|
2841
|
-
thursday_title: string[];
|
|
2842
|
-
thursday_start: string[];
|
|
2843
|
-
thursday_end: string[];
|
|
2844
|
-
thursday_video: string[];
|
|
2845
|
-
thursday_live: string[];
|
|
2846
|
-
friday_title: string[];
|
|
2847
|
-
friday_start: string[];
|
|
2848
|
-
friday_end: string[];
|
|
2849
|
-
friday_video: string[];
|
|
2850
|
-
friday_live: string[];
|
|
2851
|
-
saturday_title: string[];
|
|
2852
|
-
saturday_start: string[];
|
|
2853
|
-
saturday_end: string[];
|
|
2854
|
-
saturday_video: string[];
|
|
2855
|
-
saturday_live: string[];
|
|
2856
|
-
sunday_title: string[];
|
|
2857
|
-
sunday_start: string[];
|
|
2858
|
-
sunday_end: string[];
|
|
2859
|
-
sunday_video: string[];
|
|
2860
|
-
sunday_live: string[];
|
|
2861
|
-
};
|
|
2862
|
-
sort: number[];
|
|
2863
|
-
}
|
|
2864
|
-
interface ESChallenge {
|
|
2865
|
-
_index: string;
|
|
2866
|
-
_id: string;
|
|
2867
|
-
_score: number;
|
|
2868
|
-
_source: {
|
|
2869
|
-
uuid?: string[];
|
|
2870
|
-
title?: string[];
|
|
2871
|
-
body?: string[];
|
|
2872
|
-
image?: string[];
|
|
2873
|
-
challenge_key?: string[];
|
|
2874
|
-
created?: number[];
|
|
2875
|
-
days?: string[];
|
|
2876
|
-
updated?: number[];
|
|
2877
|
-
purchase_button_label?: string[];
|
|
2878
|
-
price?: number[];
|
|
2879
|
-
};
|
|
2880
|
-
sort: number[];
|
|
2881
|
-
}
|
|
2882
|
-
interface ESChallengeDay {
|
|
2883
|
-
_index: string;
|
|
2884
|
-
_id: string;
|
|
2885
|
-
_score: number;
|
|
2886
|
-
_source: {
|
|
2887
|
-
uuid?: string[];
|
|
2888
|
-
title?: string[];
|
|
2889
|
-
body?: string[];
|
|
2890
|
-
image?: string[];
|
|
2891
|
-
created?: number[];
|
|
2892
|
-
updated?: number[];
|
|
2893
|
-
video?: string[];
|
|
2894
|
-
workout?: string[];
|
|
2895
|
-
};
|
|
2896
|
-
sort: number[];
|
|
2897
|
-
}
|
|
2898
|
-
interface ESConfig {
|
|
2899
|
-
_index: string;
|
|
2900
|
-
_id: string;
|
|
2901
|
-
_score: number;
|
|
2902
|
-
_source: {
|
|
2903
|
-
uuid?: string[];
|
|
2904
|
-
id?: string[];
|
|
2905
|
-
created?: number[];
|
|
2906
|
-
updated?: number[];
|
|
2907
|
-
type?: string[];
|
|
2908
|
-
cla?: string[];
|
|
2909
|
-
enabled?: boolean[];
|
|
2910
|
-
name?: string[];
|
|
2911
|
-
price?: number[];
|
|
2912
|
-
video?: string[];
|
|
2913
|
-
image_homepage?: string[];
|
|
2914
|
-
image_section_banner?: string[];
|
|
2915
|
-
search_api_id?: string[];
|
|
2916
|
-
search_api_datasource?: string[];
|
|
2917
|
-
search_api_language?: string[];
|
|
2918
|
-
};
|
|
2919
|
-
sort: number[];
|
|
2920
|
-
}
|
|
2921
|
-
interface ESSectionPanel {
|
|
2922
|
-
_index: string;
|
|
2923
|
-
_id: string;
|
|
2924
|
-
_score: number;
|
|
2925
|
-
_source: {
|
|
2926
|
-
uuid?: string[];
|
|
2927
|
-
title?: string[];
|
|
2928
|
-
created?: number[];
|
|
2929
|
-
updated?: number[];
|
|
2930
|
-
weight?: number[];
|
|
2931
|
-
item_uuid?: string[];
|
|
2932
|
-
type?: string[];
|
|
2933
|
-
};
|
|
2934
|
-
sort: number[];
|
|
2935
|
-
}
|
|
2936
|
-
interface ESSectionItem {
|
|
2937
|
-
_index: string;
|
|
2938
|
-
_id: string;
|
|
2939
|
-
_score: number;
|
|
2940
|
-
_source: {
|
|
2941
|
-
uuid?: string[];
|
|
2942
|
-
title?: string[];
|
|
2943
|
-
created?: number[];
|
|
2944
|
-
updated?: number[];
|
|
2945
|
-
type?: string[];
|
|
2946
|
-
term?: string[];
|
|
2947
|
-
custom_image_formatted?: string[];
|
|
2948
|
-
banner_image_formatted?: string;
|
|
2949
|
-
};
|
|
2950
|
-
sort: number[];
|
|
2951
|
-
}
|
|
2952
|
-
interface ESTaxonomy {
|
|
2953
|
-
_index: string;
|
|
2954
|
-
_id: string;
|
|
2955
|
-
_score: number;
|
|
2956
|
-
_source: {
|
|
2957
|
-
uuid?: string[];
|
|
2958
|
-
updated?: number[];
|
|
2959
|
-
vocabulary?: string[];
|
|
2960
|
-
name?: string[];
|
|
2961
|
-
description?: string[];
|
|
2962
|
-
image?: string[];
|
|
2963
|
-
image_banner?: string[];
|
|
2964
|
-
image_banner_taxonomy?: string[];
|
|
2965
|
-
image_large_16_9?: string[];
|
|
2966
|
-
weight?: number[];
|
|
2967
|
-
parent_name?: string[];
|
|
2968
|
-
color?: string[];
|
|
2969
|
-
};
|
|
2970
|
-
sort: number[];
|
|
2971
|
-
}
|
|
2972
|
-
interface ESSeries {
|
|
2973
|
-
_index: string;
|
|
2974
|
-
_id: string;
|
|
2975
|
-
_score: number;
|
|
2976
|
-
_source: {
|
|
2977
|
-
uuid?: string[];
|
|
2978
|
-
created?: number[];
|
|
2979
|
-
updated?: number[];
|
|
2980
|
-
display_title?: string[];
|
|
2981
|
-
synopsis?: string[];
|
|
2982
|
-
image_style_poster?: string[];
|
|
2983
|
-
image_style_thumb?: string[];
|
|
2984
|
-
category?: string[];
|
|
2985
|
-
category_id?: string[];
|
|
2986
|
-
seasons?: string[];
|
|
2987
|
-
};
|
|
2988
|
-
sort: number[];
|
|
2989
|
-
}
|
|
2990
|
-
interface ESSeason {
|
|
2991
|
-
_index: string;
|
|
2992
|
-
_id: string;
|
|
2993
|
-
_score: number;
|
|
2994
|
-
_source: {
|
|
2995
|
-
uuid?: string[];
|
|
2996
|
-
created?: number[];
|
|
2997
|
-
updated?: number[];
|
|
2998
|
-
display_title?: string[];
|
|
2999
|
-
synopsis?: string[];
|
|
3000
|
-
image_style_poster?: string[];
|
|
3001
|
-
image_style_thumb?: string[];
|
|
3002
|
-
episodes?: string[];
|
|
3003
|
-
season_number?: string[];
|
|
3004
|
-
show?: string[];
|
|
3005
|
-
};
|
|
3006
|
-
sort: number[];
|
|
3007
|
-
}
|
|
3008
|
-
interface ESLongform {
|
|
3009
|
-
_index: string;
|
|
3010
|
-
_id: string;
|
|
3011
|
-
_score: number;
|
|
3012
|
-
_source: {
|
|
3013
|
-
uuid?: string[];
|
|
3014
|
-
created?: number[];
|
|
3015
|
-
updated?: number[];
|
|
3016
|
-
display_title?: string[];
|
|
3017
|
-
synopsis?: string[];
|
|
3018
|
-
image_style_poster?: string[];
|
|
3019
|
-
image_style_thumb?: string[];
|
|
3020
|
-
duration?: string[];
|
|
3021
|
-
release_date?: string[];
|
|
3022
|
-
video?: string[];
|
|
3023
|
-
image_url?: string[];
|
|
3024
|
-
episode_number?: string[];
|
|
3025
|
-
};
|
|
3026
|
-
sort: number[];
|
|
3027
|
-
}
|
|
3028
|
-
interface ESMediaItem {
|
|
3029
|
-
_index: string;
|
|
3030
|
-
_id: string;
|
|
3031
|
-
_score: number;
|
|
3032
|
-
_source: {
|
|
3033
|
-
changed?: number[];
|
|
3034
|
-
created?: number[];
|
|
3035
|
-
image?: string[];
|
|
3036
|
-
custom_thumbnail?: string[];
|
|
3037
|
-
price?: number[];
|
|
3038
|
-
price_2_year?: number[];
|
|
3039
|
-
revision_timestamp?: string[];
|
|
3040
|
-
sku?: string[];
|
|
3041
|
-
status?: string[];
|
|
3042
|
-
uuid?: string[];
|
|
3043
|
-
description?: string[];
|
|
3044
|
-
transcript?: string[];
|
|
3045
|
-
entities?: string[];
|
|
3046
|
-
phrases?: string[];
|
|
3047
|
-
video?: string[];
|
|
3048
|
-
title?: string[];
|
|
3049
|
-
generated_title?: string[];
|
|
3050
|
-
project_pricing?: string[];
|
|
3051
|
-
related_uuids?: string[];
|
|
3052
|
-
franchise_name?: string[];
|
|
3053
|
-
franchise_tid?: string[];
|
|
3054
|
-
original?: boolean[];
|
|
3055
|
-
script?: string[];
|
|
3056
|
-
hide_thumbnail_title?: string[];
|
|
3057
|
-
};
|
|
3058
|
-
sort: number[];
|
|
3059
|
-
}
|
|
3060
|
-
/**
|
|
3061
|
-
* QUERY RESPONSE INTERFACES
|
|
3062
|
-
**/
|
|
3063
|
-
interface ESWorkoutResponse {
|
|
3064
|
-
took: number;
|
|
3065
|
-
timed_out: boolean;
|
|
3066
|
-
_shards: {
|
|
3067
|
-
total: number;
|
|
3068
|
-
successful: number;
|
|
3069
|
-
skipped: number;
|
|
3070
|
-
failed: number;
|
|
3071
|
-
};
|
|
3072
|
-
hits: {
|
|
3073
|
-
total: number;
|
|
3074
|
-
max_score: number;
|
|
3075
|
-
hits: ESWorkout[];
|
|
3076
|
-
};
|
|
3077
|
-
}
|
|
3078
|
-
type ESDataTypes = ESWorkout[] | ESPromo[] | ESShortform[] | ESLongForm[] | ESFaq[] | ESPage[] | ESSetting[] | ESPress[] | ESGuest[] | ESVideo[] | ESSection[] | ESSchedule[] | ESChallenge[] | ESChallengeDay[] | ESConfig[];
|
|
3079
|
-
interface ESDataResponse {
|
|
3080
|
-
took: number;
|
|
3081
|
-
timed_out: boolean;
|
|
3082
|
-
_shards: {
|
|
3083
|
-
total: number;
|
|
3084
|
-
successful: number;
|
|
3085
|
-
skipped: number;
|
|
3086
|
-
failed: number;
|
|
3087
|
-
};
|
|
3088
|
-
hits: {
|
|
3089
|
-
total: number;
|
|
3090
|
-
max_score: number;
|
|
3091
|
-
hits: ESDataTypes;
|
|
3092
|
-
};
|
|
3093
|
-
}
|
|
3094
|
-
/**
|
|
3095
|
-
* QUERY INTERFACES
|
|
3096
|
-
**/
|
|
3097
|
-
interface IdArg {
|
|
3098
|
-
index: string;
|
|
3099
|
-
ids: string[];
|
|
3100
|
-
}
|
|
3101
|
-
interface DataArgs {
|
|
3102
|
-
index: string;
|
|
3103
|
-
options?: {
|
|
3104
|
-
size?: number;
|
|
3105
|
-
sort?: {
|
|
3106
|
-
created: {
|
|
3107
|
-
order: string;
|
|
3108
|
-
};
|
|
3109
|
-
}[];
|
|
3110
|
-
query?: any;
|
|
3111
|
-
};
|
|
3112
|
-
}
|
|
3113
|
-
/**
|
|
3114
|
-
* FORMATTED INTERFACES
|
|
3115
|
-
**/
|
|
3116
|
-
interface Page {
|
|
3117
|
-
uuid?: string;
|
|
3118
|
-
title?: string;
|
|
3119
|
-
body?: string;
|
|
3120
|
-
created?: number;
|
|
3121
|
-
updated?: number;
|
|
3122
|
-
langcode?: string;
|
|
3123
|
-
url?: string;
|
|
3124
|
-
}
|
|
3125
|
-
interface Promo {
|
|
3126
|
-
uuid?: string;
|
|
3127
|
-
id?: string;
|
|
3128
|
-
title?: string;
|
|
3129
|
-
image?: string;
|
|
3130
|
-
imageFormatted?: string;
|
|
3131
|
-
description?: string;
|
|
3132
|
-
created?: number;
|
|
3133
|
-
updated?: number;
|
|
3134
|
-
weight?: number;
|
|
3135
|
-
buttonText?: string;
|
|
3136
|
-
link?: string;
|
|
3137
|
-
linkMobile?: string;
|
|
3138
|
-
}
|
|
3139
|
-
interface Workout {
|
|
3140
|
-
created: number;
|
|
3141
|
-
changed: number;
|
|
3142
|
-
uuid: string;
|
|
3143
|
-
description: string;
|
|
3144
|
-
duration: number;
|
|
3145
|
-
imageStyled: string;
|
|
3146
|
-
image: string;
|
|
3147
|
-
level: string;
|
|
3148
|
-
published: boolean;
|
|
3149
|
-
targeted_section: string;
|
|
3150
|
-
title: string;
|
|
3151
|
-
uid: string;
|
|
3152
|
-
video: string;
|
|
3153
|
-
videoPoster: string;
|
|
3154
|
-
videoDownload: string;
|
|
3155
|
-
workoutCategory: string;
|
|
3156
|
-
workoutType: string;
|
|
3157
|
-
livestreamSection: string;
|
|
3158
|
-
}
|
|
3159
|
-
interface Video {
|
|
3160
|
-
uuid?: string;
|
|
3161
|
-
title: string;
|
|
3162
|
-
created: number;
|
|
3163
|
-
updated: number;
|
|
3164
|
-
description: string;
|
|
3165
|
-
image: string;
|
|
3166
|
-
duration: number;
|
|
3167
|
-
section: string;
|
|
3168
|
-
videoPoster: string;
|
|
3169
|
-
video: string;
|
|
3170
|
-
videoDownload: string;
|
|
3171
|
-
sectionId: number;
|
|
3172
|
-
}
|
|
3173
|
-
interface Section {
|
|
3174
|
-
uuid?: string;
|
|
3175
|
-
title?: string;
|
|
3176
|
-
description?: string;
|
|
3177
|
-
image?: string;
|
|
3178
|
-
display?: string;
|
|
3179
|
-
challenge?: string;
|
|
3180
|
-
id?: string;
|
|
3181
|
-
}
|
|
3182
|
-
interface Schedule {
|
|
3183
|
-
uuid: string;
|
|
3184
|
-
created: string;
|
|
3185
|
-
langcode: string;
|
|
3186
|
-
updated: string;
|
|
3187
|
-
days: {
|
|
3188
|
-
monday?: {
|
|
3189
|
-
title: string;
|
|
3190
|
-
start: string;
|
|
3191
|
-
end: string;
|
|
3192
|
-
video: string;
|
|
3193
|
-
live: string;
|
|
3194
|
-
}[];
|
|
3195
|
-
tuesday?: {
|
|
3196
|
-
title: string;
|
|
3197
|
-
start: string;
|
|
3198
|
-
end: string;
|
|
3199
|
-
video: string;
|
|
3200
|
-
live: string;
|
|
3201
|
-
}[];
|
|
3202
|
-
wednesday?: {
|
|
3203
|
-
title: string;
|
|
3204
|
-
start: string;
|
|
3205
|
-
end: string;
|
|
3206
|
-
video: string;
|
|
3207
|
-
live: string;
|
|
3208
|
-
}[];
|
|
3209
|
-
thursday?: {
|
|
3210
|
-
title: string;
|
|
3211
|
-
start: string;
|
|
3212
|
-
end: string;
|
|
3213
|
-
video: string;
|
|
3214
|
-
live: string;
|
|
3215
|
-
}[];
|
|
3216
|
-
friday?: {
|
|
3217
|
-
title: string;
|
|
3218
|
-
start: string;
|
|
3219
|
-
end: string;
|
|
3220
|
-
video: string;
|
|
3221
|
-
live: string;
|
|
3222
|
-
}[];
|
|
3223
|
-
saturday?: {
|
|
3224
|
-
title: string;
|
|
3225
|
-
start: string;
|
|
3226
|
-
end: string;
|
|
3227
|
-
video: string;
|
|
3228
|
-
live: string;
|
|
3229
|
-
}[];
|
|
3230
|
-
sunday?: {
|
|
3231
|
-
title: string;
|
|
3232
|
-
start: string;
|
|
3233
|
-
end: string;
|
|
3234
|
-
video: string;
|
|
3235
|
-
live: string;
|
|
3236
|
-
}[];
|
|
3237
|
-
}[];
|
|
3238
|
-
}
|
|
3239
|
-
interface Challenge {
|
|
3240
|
-
uuid?: string;
|
|
3241
|
-
title?: string;
|
|
3242
|
-
body?: string;
|
|
3243
|
-
image?: string;
|
|
3244
|
-
challengeKey?: string;
|
|
3245
|
-
created?: number;
|
|
3246
|
-
days?: string[];
|
|
3247
|
-
updated?: number;
|
|
3248
|
-
purchaseButtonLabel?: string;
|
|
3249
|
-
price?: number;
|
|
3250
|
-
}
|
|
3251
|
-
interface ChallengeDay {
|
|
3252
|
-
uuid?: string;
|
|
3253
|
-
title?: string;
|
|
3254
|
-
body?: string;
|
|
3255
|
-
image?: string;
|
|
3256
|
-
created?: number;
|
|
3257
|
-
updated?: number;
|
|
3258
|
-
video?: string;
|
|
3259
|
-
workout?: string;
|
|
3260
|
-
}
|
|
3261
|
-
interface Config {
|
|
3262
|
-
uuid?: string;
|
|
3263
|
-
id?: string;
|
|
3264
|
-
created?: number;
|
|
3265
|
-
updated?: number;
|
|
3266
|
-
type?: string;
|
|
3267
|
-
cla?: string;
|
|
3268
|
-
enabled?: boolean;
|
|
3269
|
-
name?: string;
|
|
3270
|
-
price?: number;
|
|
3271
|
-
video?: string;
|
|
3272
|
-
imageHomepage?: string;
|
|
3273
|
-
imageSectionBanner?: string;
|
|
3274
|
-
searchApiId?: string;
|
|
3275
|
-
searchApiDatasource?: string;
|
|
3276
|
-
searchApiLanguage?: string;
|
|
3277
|
-
}
|
|
3278
|
-
interface SectionPanel {
|
|
3279
|
-
uuid?: string;
|
|
3280
|
-
title?: string;
|
|
3281
|
-
created?: number;
|
|
3282
|
-
updated?: number;
|
|
3283
|
-
weight?: number;
|
|
3284
|
-
items?: string[];
|
|
3285
|
-
type?: string;
|
|
3286
|
-
}
|
|
3287
|
-
interface SectionItem {
|
|
3288
|
-
uuid?: string;
|
|
3289
|
-
title?: string;
|
|
3290
|
-
created?: number;
|
|
3291
|
-
updated?: number;
|
|
3292
|
-
type?: string;
|
|
3293
|
-
term?: string;
|
|
3294
|
-
image?: string;
|
|
3295
|
-
bannerImage?: string;
|
|
3296
|
-
}
|
|
3297
|
-
interface Taxonomy {
|
|
3298
|
-
id?: string;
|
|
3299
|
-
uuid?: string;
|
|
3300
|
-
updated?: number;
|
|
3301
|
-
vocabulary?: string;
|
|
3302
|
-
name?: string;
|
|
3303
|
-
description?: string;
|
|
3304
|
-
image?: string;
|
|
3305
|
-
imageBanner?: string;
|
|
3306
|
-
imageBannerTaxonomy?: string;
|
|
3307
|
-
imageLarge?: string;
|
|
3308
|
-
weight?: number;
|
|
3309
|
-
parentName?: string;
|
|
3310
|
-
color?: string;
|
|
3311
|
-
}
|
|
3312
|
-
interface Series {
|
|
3313
|
-
id?: string;
|
|
3314
|
-
title?: string;
|
|
3315
|
-
uuid?: string;
|
|
3316
|
-
created?: number;
|
|
3317
|
-
updated?: number;
|
|
3318
|
-
displayTitle?: string;
|
|
3319
|
-
synopsis?: string;
|
|
3320
|
-
imagePoster?: string;
|
|
3321
|
-
imageThumb?: string;
|
|
3322
|
-
category?: string;
|
|
3323
|
-
categoryId?: string;
|
|
3324
|
-
seasons?: string[];
|
|
3325
|
-
}
|
|
3326
|
-
interface Season {
|
|
3327
|
-
id?: string;
|
|
3328
|
-
uuid?: string;
|
|
3329
|
-
created?: number;
|
|
3330
|
-
updated?: number;
|
|
3331
|
-
title?: string;
|
|
3332
|
-
synopsis?: string;
|
|
3333
|
-
imagePoster?: string;
|
|
3334
|
-
imageThumb?: string;
|
|
3335
|
-
episodes?: string[];
|
|
3336
|
-
seasonNumber?: string;
|
|
3337
|
-
showId?: string;
|
|
3338
|
-
}
|
|
3339
|
-
interface LongForm {
|
|
3340
|
-
id?: string;
|
|
3341
|
-
uuid?: string;
|
|
3342
|
-
created?: number;
|
|
3343
|
-
updated?: number;
|
|
3344
|
-
title?: string;
|
|
3345
|
-
synopsis?: string;
|
|
3346
|
-
imagePoster?: string;
|
|
3347
|
-
imageThumb?: string;
|
|
3348
|
-
duration?: string;
|
|
3349
|
-
releaseDate?: string;
|
|
3350
|
-
video?: string;
|
|
3351
|
-
imageUrl?: string;
|
|
3352
|
-
episodeNumber?: string;
|
|
3353
|
-
}
|
|
3354
|
-
interface MediaItem {
|
|
3355
|
-
changed?: number;
|
|
3356
|
-
created?: number;
|
|
3357
|
-
image?: string;
|
|
3358
|
-
customThumbnail?: string;
|
|
3359
|
-
price?: number;
|
|
3360
|
-
priceTwoYear?: number;
|
|
3361
|
-
revisionTimestamp?: string;
|
|
3362
|
-
sku?: string;
|
|
3363
|
-
status?: string;
|
|
3364
|
-
uuid?: string;
|
|
3365
|
-
description?: string;
|
|
3366
|
-
transcript?: string;
|
|
3367
|
-
entities?: string[];
|
|
3368
|
-
phrases?: string[];
|
|
3369
|
-
video?: string;
|
|
3370
|
-
title?: string;
|
|
3371
|
-
generatedTitle?: string;
|
|
3372
|
-
projectPricing?: string;
|
|
3373
|
-
relatedItems?: string[];
|
|
3374
|
-
franchises?: string[];
|
|
3375
|
-
franchisesIds?: string[];
|
|
3376
|
-
original?: boolean;
|
|
3377
|
-
script?: string;
|
|
3378
|
-
hideThumbnailTitle?: string;
|
|
3379
|
-
}
|
|
3380
|
-
|
|
3381
2152
|
declare const contentApi: _reduxjs_toolkit_query.Api<_reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, {
|
|
3382
2153
|
getData: _reduxjs_toolkit_query.QueryDefinition<DataArgs, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Data" | "Workout", ESDataTypes, "contentApi", unknown>;
|
|
3383
2154
|
getDataById: _reduxjs_toolkit_query.QueryDefinition<IdArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Data" | "Workout", ESDataTypes, "contentApi", unknown>;
|
|
@@ -3570,12 +2341,6 @@ declare const selectCartItemsIds: ((state: {
|
|
|
3570
2341
|
|
|
3571
2342
|
declare const useLoggedIn: () => boolean;
|
|
3572
2343
|
|
|
3573
|
-
declare const useAppDispatch: react_redux.UseDispatch<AppDispatchWeb>;
|
|
3574
|
-
declare const useAppSelector: react_redux.UseSelector<RootState>;
|
|
3575
|
-
declare const useAppStore: react_redux.UseStore<AppStoreWeb>;
|
|
3576
|
-
|
|
3577
|
-
declare function makeStore(): any;
|
|
3578
|
-
|
|
3579
2344
|
declare const formatUserPayload: (payload: UserPayload) => {
|
|
3580
2345
|
userEmail: string;
|
|
3581
2346
|
lastName: string;
|
|
@@ -3661,5 +2426,4 @@ declare const formatSeasons: (data: ESSeason[]) => Season[];
|
|
|
3661
2426
|
declare const formatLongform: (data: ESLongform[]) => LongForm[];
|
|
3662
2427
|
declare const formatMediaItem: (data: ESMediaItem[]) => MediaItem[];
|
|
3663
2428
|
|
|
3664
|
-
export { addToCart, authApi, authSlice, cartSlice, contentApi, emptyCart, formatAuthSession, formatChallengeDays, formatChallenges, formatConfig, formatFaqs, formatFedaratedSession, formatGuests, formatLongform, formatMediaItem, formatPages, formatPress, formatPromos, formatSchedule, formatSeasons, formatSecondsToISO8601Duration, formatSectionItems, formatSectionPanels, formatSections, formatSeries, formatSettings, formatShortform, formatSocialAuthSession, formatTaxonomies, formatUserPayload, formatVideos, formatWorkout, getUserSession, isAuthenticated, isVerifying, logout,
|
|
3665
|
-
export type { ApiError, AuthState, Challenge, ChallengeDay, Config, DataArgs, DecodedIdToken, ESChallenge, ESChallengeDay, ESConfig, ESDataResponse, ESDataTypes, ESFaq, ESGuest, ESLongForm, ESLongform, ESMediaItem, ESPage, ESPress, ESPromo, ESSchedule, ESSeason, ESSection, ESSectionItem, ESSectionPanel, ESSeries, ESSetting, ESShortform, ESTaxonomy, ESVideo, ESWorkout, ESWorkoutResponse, FederatedSession, ForgottenPasswordRequest, ForgottenPasswordResponse, FormattedPayment, IdArg, Info, LoginRequest, LoginResponse, LogoutResponse, LongForm, MediaItem, Page, PaymentPlansResponse, PaymentResponse, PaymentTokenRequest, Plan, Promo, RefreshRequest, RefreshResponse, RegisterRequest, RegisterResponse, ResetPasswordAuthRequest, ResetPasswordAuthResponse, ResetPasswordRequest, ResetPasswordResponse, S3Image, Schedule, Season, Section, SectionItem, SectionPanel, Series, SocialTokens, Taxonomy, UpdateUserInfoRequest, UpdateUserRequest, UpdateUserResponse, User, UserCreating, UserDetails, UserPayload, UserSubRequest, UserSubResponse, UserVerify, UsersState, VerifyUserAttributesRequest, VerifyUserAttributesResponse, VerifyUserRequest, VerifyUserResendRequest, VerifyUserResponse, Video, VideoSource, Workout };
|
|
2429
|
+
export { AuthState, Challenge, ChallengeDay, Config, DataArgs, ESChallenge, ESChallengeDay, ESConfig, ESDataTypes, ESFaq, ESGuest, ESLongform, ESMediaItem, ESPage, ESPress, ESPromo, ESSchedule, ESSeason, ESSection, ESSectionItem, ESSectionPanel, ESSeries, ESSetting, ESShortform, ESTaxonomy, ESVideo, ESWorkout, FederatedSession, ForgottenPasswordRequest, ForgottenPasswordResponse, IdArg, LongForm, MediaItem, Page, PaymentPlansResponse, Promo, RegisterRequest, RegisterResponse, ResetPasswordAuthRequest, ResetPasswordAuthResponse, ResetPasswordRequest, ResetPasswordResponse, Schedule, Season, Section, SectionItem, SectionPanel, Series, SocialTokens, Taxonomy, UpdateUserInfoRequest, UpdateUserRequest, User, UserDetails, UserPayload, UserSubRequest, UserSubResponse, VerifyUserAttributesRequest, VerifyUserAttributesResponse, VerifyUserRequest, VerifyUserResendRequest, Video, Workout, addToCart, authApi, authSlice, cartSlice, contentApi, emptyCart, formatAuthSession, formatChallengeDays, formatChallenges, formatConfig, formatFaqs, formatFedaratedSession, formatGuests, formatLongform, formatMediaItem, formatPages, formatPress, formatPromos, formatSchedule, formatSeasons, formatSecondsToISO8601Duration, formatSectionItems, formatSectionPanels, formatSections, formatSeries, formatSettings, formatShortform, formatSocialAuthSession, formatTaxonomies, formatUserPayload, formatVideos, formatWorkout, getUserSession, isAuthenticated, isVerifying, logout, ordersApi, paymentApi, removeFromCart, removePromoCode, resetCreating, resetTaxRate, selectAccessToken, selectCartCount, selectCartItems, selectCartItemsIds, selectCartNetTotal, selectCartStatus, selectCartTaxAmount, selectCartTaxRate, selectCartTotal, selectCurrentUser, selectCurrentUserRefreshToken, selectCurrentUserSub, selectMediaInCart, selectPromoCode, selectRefreshToken, selectSubscription, selectSubscriptionPrice, selectUserSubscriptionStatus, selectUserTokens, setCredentials, setPromoCode, setTaxRate, toggleCart, updateCart, updateSubscription, useForgottenPasswordMutation, useGetUserInfoQuery, useLazyGetUserInfoQuery, useLazyVerifyUserAttributesQuery, useLazyVerifyUserQuery, useLazyVerifyUserResendQuery, useLoggedIn, useRegisterMutation, useResetPasswordAuthMutation, useResetPasswordMutation, useUpdateUserInfoMutation, useUpdateUserMutation, useVerifyUserAttributesQuery, useVerifyUserQuery, useVerifyUserResendQuery };
|