jp.ui.app.toolkit 1.0.72 → 1.0.73
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/index.d.ts +224 -158
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/src/base-app/base-application.d.ts +2 -2
- package/dist/src/data/hooks.d.ts +2 -0
- package/dist/src/data/middleware/app/utils.d.ts +3 -0
- package/dist/src/data/middleware/shop/index.d.ts +2 -0
- package/dist/src/data/middleware/shop/shop-screen-back-click-middleware.d.ts +1 -1
- package/dist/src/data/middleware/shop/shop-screen-dialog-primary-button-click-middleware.d.ts +1 -0
- package/dist/src/data/middleware/shop/shop-screen-dialog-secondary-button-click-middleware.d.ts +1 -0
- package/dist/src/data/middleware/shop/shop-screen-init-middleware.d.ts +1 -0
- package/dist/src/data/middleware/shop/shop-screen-item-click-middleware.d.ts +1 -0
- package/dist/src/data/middleware/tables/tables-screen-dialog-primary-button-click-middleware.d.ts +0 -2
- package/dist/src/data/requests/auth/auth-ok-request.d.ts +2 -3
- package/dist/src/data/requests/auth/auth-request.d.ts +2 -2
- package/dist/src/data/requests/auth/auth-tg-request.d.ts +2 -3
- package/dist/src/data/requests/auth/auth-vk-request.d.ts +2 -3
- package/dist/src/data/requests/auth/auth-web-request.d.ts +2 -3
- package/dist/src/data/requests/auth/auth-ya-login-request.d.ts +3 -0
- package/dist/src/data/requests/auth/auth-ya-request.d.ts +2 -3
- package/dist/src/data/requests/daily-bonus/daily-bonus-request.d.ts +2 -2
- package/dist/src/data/requests/find-free-table/find-free-table-request.d.ts +2 -6
- package/dist/src/data/requests/friends/friends-request.d.ts +2 -2
- package/dist/src/data/requests/index.d.ts +3 -0
- package/dist/src/data/requests/many-tables-tournament/many-tables-tournament-buy-ticket-request.d.ts +2 -2
- package/dist/src/data/requests/many-tables-tournament/many-tables-tournament-join-tournament-request.d.ts +2 -6
- package/dist/src/data/requests/many-tables-tournament/many-tables-tournament-status-request.d.ts +2 -2
- package/dist/src/data/requests/many-tables-tournament/many-tables-tournament-status-subscribe-request.d.ts +2 -2
- package/dist/src/data/requests/many-tables-tournament/many-tables-tournament-status-unsubscribe-request.d.ts +2 -2
- package/dist/src/data/requests/many-tables-tournament/many-tables-tournament-table-list-request.d.ts +2 -2
- package/dist/src/data/requests/menu/menu-request.d.ts +2 -2
- package/dist/src/data/requests/one-table-tournament/one-table-tournament-join-tournament-request.d.ts +2 -2
- package/dist/src/data/requests/one-table-tournament/one-table-tournament-status-request.d.ts +2 -2
- package/dist/src/data/requests/one-table-tournament/one-table-tournament-status-subscribe-request.d.ts +2 -2
- package/dist/src/data/requests/one-table-tournament/one-table-tournament-status-unsubscribe-request.d.ts +2 -2
- package/dist/src/data/requests/payments/ya-process-unprocessed-purchases-request.d.ts +2 -0
- package/dist/src/data/requests/payments/ya-purchase-request.d.ts +2 -0
- package/dist/src/data/requests/player-check-state/player-check-state-request.d.ts +2 -6
- package/dist/src/data/requests/players-profile/players-profile-request.d.ts +2 -2
- package/dist/src/data/requests/premium/premium-request.d.ts +2 -2
- package/dist/src/data/requests/rating/rating-request.d.ts +2 -2
- package/dist/src/data/requests/rules/rules-request.d.ts +2 -2
- package/dist/src/data/requests/settings/save-settings-request.d.ts +2 -2
- package/dist/src/data/requests/settings/settings-request.d.ts +2 -2
- package/dist/src/data/requests/shop/shop-request.d.ts +2 -2
- package/dist/src/data/requests/tables/tables-request.d.ts +2 -2
- package/dist/src/data/requests/welcome/welcome-request.d.ts +2 -2
- package/dist/src/data/slices/auth-slice.d.ts +33 -0
- package/dist/src/data/slices/index.d.ts +80 -49
- package/dist/src/data/slices/many-tables-tournament-table-list-screen-slice.d.ts +2 -2
- package/dist/src/data/slices/menu-screen-slice.d.ts +2 -2
- package/dist/src/data/slices/settings-screen-slice.d.ts +5 -11
- package/dist/src/data/slices/shop-screen-slice.d.ts +8 -1
- package/dist/src/data/slices/tables-screen-slice.d.ts +3 -6
- package/dist/src/data/store.d.ts +2 -0
- package/dist/src/index-build.d.ts +1 -1
- package/dist/src/integration/index.d.ts +2 -0
- package/dist/src/integration/init-adv-banner.d.ts +1 -0
- package/dist/src/integration/vk/vk-adv-banner-hide.d.ts +1 -0
- package/dist/src/integration/vk/vk-adv-banner-show.d.ts +1 -0
- package/dist/src/integration/vk/vk-purchase.d.ts +7 -0
- package/dist/src/integration/ya/ya-adv-banner-hide.d.ts +1 -0
- package/dist/src/integration/ya/ya-adv-banner-show.d.ts +1 -0
- package/dist/src/integration/ya/ya-auth.d.ts +1 -0
- package/dist/src/integration/ya/ya-get-products.d.ts +3 -0
- package/dist/src/integration/ya/ya-get-purchases.d.ts +1 -0
- package/dist/src/integration/ya/ya-purchase.d.ts +1 -0
- package/dist/src/utils/client-logger.d.ts +1 -0
- package/dist/src/utils/config.d.ts +6 -1
- package/dist/src/utils/global-storage.enum.d.ts +4 -1
- package/package.json +3 -3
- package/dist/src/data/middleware/menu/menu-screen-item-type.d.ts +0 -10
- package/dist/src/data/middleware/one-table-tournament-status/one-table-tournament-status-screen-middleware.d.ts +0 -1
- package/dist/src/data/middleware/shop/shop-screen-middleware.d.ts +0 -1
- package/dist/src/data/middleware/tables/server-error-response.d.ts +0 -6
- package/dist/src/data/requests/auth/auth-response.d.ts +0 -8
- package/dist/src/events/one-table-tournament/one-table-tournament-player-kicked-out.ws.server.event.d.ts +0 -4
- package/dist/src/events/one-table-tournament/one-table-tournament-player-made-move.ws.server.event.d.ts +0 -6
- package/dist/src/events/one-table-tournament/one-table-tournament-update-table-state.ws.server.event.d.ts +0 -4
- package/dist/src/types/channel-types.d.ts +0 -9
- package/dist/src/types/ws-event.enum.d.ts +0 -5
package/dist/index.d.ts
CHANGED
|
@@ -5,9 +5,9 @@ import { Store, PayloadAction, ListenerMiddleware, ListenerEffectAPI } from '@re
|
|
|
5
5
|
import * as redux from 'redux';
|
|
6
6
|
import * as immer from 'immer';
|
|
7
7
|
import * as jp_common_models from 'jp.common.models';
|
|
8
|
-
import { IAppScreen,
|
|
8
|
+
import { IAuthResponse, IAppScreen, IAppScreenSectionListItem, IAppScreenSectionButton, IClientInfo, IBaseAppScreen, IRedirectPlayerResponse, IBaseTableGameState } from 'jp.common.models';
|
|
9
9
|
import * as jp_ui_app_ds from 'jp.ui.app.ds';
|
|
10
|
-
import { IUniversalScreenDialogButtonClickData, IUniversalScreenDialogFieldChangeData, IUniversalScreenSectionButtonClickData } from 'jp.ui.app.ds';
|
|
10
|
+
import { UniversalScreenDialogOpenParams, UniversalScreenDialogCloseParams, IUniversalScreenDialogButtonClickData, IUniversalScreenDialogFieldChangeData, IUniversalScreenSectionButtonClickData } from 'jp.ui.app.ds';
|
|
11
11
|
import { AxiosResponse } from 'axios';
|
|
12
12
|
import { DictionaryItem } from 'jp.ui.app.ds/dist/just_poker/bottom-selection-panel/bottom-selection-panel';
|
|
13
13
|
import { NavigateFunction } from 'react-router';
|
|
@@ -31,6 +31,36 @@ declare abstract class BaseApplication extends Component<BaseApplicationProps, B
|
|
|
31
31
|
render(): React__default.JSX.Element;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
+
interface IAuthSliceState {
|
|
35
|
+
isLoading: boolean;
|
|
36
|
+
isError: boolean;
|
|
37
|
+
data: IAuthResponse | undefined;
|
|
38
|
+
}
|
|
39
|
+
declare const authSlice: _reduxjs_toolkit.Slice<IAuthSliceState, {
|
|
40
|
+
start: (state: IAuthSliceState) => {
|
|
41
|
+
isLoading: boolean;
|
|
42
|
+
isError: boolean;
|
|
43
|
+
data: undefined;
|
|
44
|
+
};
|
|
45
|
+
error: (state: IAuthSliceState) => {
|
|
46
|
+
isLoading: boolean;
|
|
47
|
+
isError: boolean;
|
|
48
|
+
data: IAuthResponse | undefined;
|
|
49
|
+
};
|
|
50
|
+
success: (state: IAuthSliceState, action: PayloadAction<IAuthResponse | undefined>) => {
|
|
51
|
+
isLoading: boolean;
|
|
52
|
+
isError: boolean;
|
|
53
|
+
data: IAuthResponse | undefined;
|
|
54
|
+
};
|
|
55
|
+
init: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
56
|
+
backClick: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
57
|
+
}, "authSlice", "authSlice", {
|
|
58
|
+
getData: (sliceState: IAuthSliceState) => IAuthResponse | undefined;
|
|
59
|
+
getIsGuest: (sliceState: IAuthSliceState) => boolean;
|
|
60
|
+
isLoading: (sliceState: IAuthSliceState) => boolean;
|
|
61
|
+
isError: (sliceState: IAuthSliceState) => boolean;
|
|
62
|
+
}>;
|
|
63
|
+
|
|
34
64
|
interface playersProfileScreenState {
|
|
35
65
|
isLoading: boolean;
|
|
36
66
|
isError: boolean;
|
|
@@ -60,6 +90,57 @@ declare const playersProfileScreenSlice: _reduxjs_toolkit.Slice<playersProfileSc
|
|
|
60
90
|
isError: (sliceState: playersProfileScreenState) => boolean;
|
|
61
91
|
}>;
|
|
62
92
|
|
|
93
|
+
interface ISettingsScreenState {
|
|
94
|
+
isLoading: boolean;
|
|
95
|
+
isError: boolean;
|
|
96
|
+
data: IAppScreen | undefined;
|
|
97
|
+
}
|
|
98
|
+
declare const settingsScreenSlice: _reduxjs_toolkit.Slice<ISettingsScreenState, {
|
|
99
|
+
start: (state: ISettingsScreenState) => {
|
|
100
|
+
isLoading: boolean;
|
|
101
|
+
isError: boolean;
|
|
102
|
+
data: undefined;
|
|
103
|
+
};
|
|
104
|
+
error: (state: ISettingsScreenState) => {
|
|
105
|
+
isLoading: boolean;
|
|
106
|
+
isError: boolean;
|
|
107
|
+
data: IAppScreen | undefined;
|
|
108
|
+
};
|
|
109
|
+
success: (state: ISettingsScreenState, action: PayloadAction<IAppScreen | undefined>) => {
|
|
110
|
+
isLoading: boolean;
|
|
111
|
+
isError: boolean;
|
|
112
|
+
data: IAppScreen | undefined;
|
|
113
|
+
};
|
|
114
|
+
startSave: (state: ISettingsScreenState) => {
|
|
115
|
+
isLoading: boolean;
|
|
116
|
+
isError: boolean;
|
|
117
|
+
data: undefined;
|
|
118
|
+
};
|
|
119
|
+
errorSave: (state: ISettingsScreenState) => {
|
|
120
|
+
isLoading: boolean;
|
|
121
|
+
isError: boolean;
|
|
122
|
+
data: IAppScreen | undefined;
|
|
123
|
+
};
|
|
124
|
+
successSave: (state: ISettingsScreenState, action: PayloadAction<IAppScreen | undefined>) => {
|
|
125
|
+
isLoading: boolean;
|
|
126
|
+
isError: boolean;
|
|
127
|
+
data: IAppScreen | undefined;
|
|
128
|
+
};
|
|
129
|
+
init: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
130
|
+
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IAppScreenSectionListItem>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
131
|
+
openDialog: (state: ISettingsScreenState, action: PayloadAction<UniversalScreenDialogOpenParams>) => ISettingsScreenState;
|
|
132
|
+
closeDialog: (state: ISettingsScreenState, action: PayloadAction<UniversalScreenDialogCloseParams>) => ISettingsScreenState;
|
|
133
|
+
primaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
134
|
+
secondaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
135
|
+
changeDialogField: (state: ISettingsScreenState, action: PayloadAction<IUniversalScreenDialogFieldChangeData>) => ISettingsScreenState;
|
|
136
|
+
}, "settingsScreenSlice", "settingsScreenSlice", {
|
|
137
|
+
getScreen: (sliceState: ISettingsScreenState) => IAppScreen | undefined;
|
|
138
|
+
getScreenId: (sliceState: ISettingsScreenState) => string;
|
|
139
|
+
getDialogs: (sliceState: ISettingsScreenState) => jp_common_models.IAppScreenDialog[];
|
|
140
|
+
isLoading: (sliceState: ISettingsScreenState) => boolean;
|
|
141
|
+
isError: (sliceState: ISettingsScreenState) => boolean;
|
|
142
|
+
}>;
|
|
143
|
+
|
|
63
144
|
interface welcomeScreenState {
|
|
64
145
|
isLoading: boolean;
|
|
65
146
|
isError: boolean;
|
|
@@ -280,7 +361,7 @@ declare const manyTablesTournamentTableListScreenSlice: _reduxjs_toolkit.Slice<M
|
|
|
280
361
|
};
|
|
281
362
|
init: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
282
363
|
backClick: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
283
|
-
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<
|
|
364
|
+
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IAppScreenSectionListItem>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
284
365
|
}, "manyTablesTournamentTableListScreenSlice", "manyTablesTournamentTableListScreenSlice", {
|
|
285
366
|
getScreen: (sliceState: ManyTablesTournamentTableListScreenState) => IAppScreen | undefined;
|
|
286
367
|
isLoading: (sliceState: ManyTablesTournamentTableListScreenState) => boolean;
|
|
@@ -374,72 +455,13 @@ declare const raiseBottomSheetBlockSlice: _reduxjs_toolkit.Slice<RaiseBottomShee
|
|
|
374
455
|
getIsOpen: (sliceState: RaiseBottomSheetBlockState) => boolean;
|
|
375
456
|
}>;
|
|
376
457
|
|
|
377
|
-
interface ISettingsScreenState {
|
|
378
|
-
isLoading: boolean;
|
|
379
|
-
isError: boolean;
|
|
380
|
-
data: IAppScreen | undefined;
|
|
381
|
-
}
|
|
382
|
-
interface IOpenDialogParams$1 {
|
|
383
|
-
screenId: string;
|
|
384
|
-
dialogId: string;
|
|
385
|
-
}
|
|
386
|
-
interface ICloseDialogParams extends IOpenDialogParams$1 {
|
|
387
|
-
}
|
|
388
|
-
declare const settingsScreenSlice: _reduxjs_toolkit.Slice<ISettingsScreenState, {
|
|
389
|
-
start: (state: ISettingsScreenState) => {
|
|
390
|
-
isLoading: boolean;
|
|
391
|
-
isError: boolean;
|
|
392
|
-
data: undefined;
|
|
393
|
-
};
|
|
394
|
-
error: (state: ISettingsScreenState) => {
|
|
395
|
-
isLoading: boolean;
|
|
396
|
-
isError: boolean;
|
|
397
|
-
data: IAppScreen | undefined;
|
|
398
|
-
};
|
|
399
|
-
success: (state: ISettingsScreenState, action: PayloadAction<IAppScreen | undefined>) => {
|
|
400
|
-
isLoading: boolean;
|
|
401
|
-
isError: boolean;
|
|
402
|
-
data: IAppScreen | undefined;
|
|
403
|
-
};
|
|
404
|
-
startSave: (state: ISettingsScreenState) => {
|
|
405
|
-
isLoading: boolean;
|
|
406
|
-
isError: boolean;
|
|
407
|
-
data: undefined;
|
|
408
|
-
};
|
|
409
|
-
errorSave: (state: ISettingsScreenState) => {
|
|
410
|
-
isLoading: boolean;
|
|
411
|
-
isError: boolean;
|
|
412
|
-
data: IAppScreen | undefined;
|
|
413
|
-
};
|
|
414
|
-
successSave: (state: ISettingsScreenState, action: PayloadAction<IAppScreen | undefined>) => {
|
|
415
|
-
isLoading: boolean;
|
|
416
|
-
isError: boolean;
|
|
417
|
-
data: IAppScreen | undefined;
|
|
418
|
-
};
|
|
419
|
-
init: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
420
|
-
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<AppScreenSectionListItem>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
421
|
-
openDialog: (state: ISettingsScreenState, action: PayloadAction<IOpenDialogParams$1>) => ISettingsScreenState;
|
|
422
|
-
closeDialog: (state: ISettingsScreenState, action: PayloadAction<ICloseDialogParams>) => ISettingsScreenState;
|
|
423
|
-
primaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
424
|
-
secondaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
425
|
-
changeDialogField: (state: ISettingsScreenState, action: PayloadAction<IUniversalScreenDialogFieldChangeData>) => ISettingsScreenState;
|
|
426
|
-
}, "settingsScreenSlice", "settingsScreenSlice", {
|
|
427
|
-
getScreen: (sliceState: ISettingsScreenState) => IAppScreen | undefined;
|
|
428
|
-
getScreenId: (sliceState: ISettingsScreenState) => string;
|
|
429
|
-
getDialogs: (sliceState: ISettingsScreenState) => jp_common_models.IAppScreenDialog[];
|
|
430
|
-
isLoading: (sliceState: ISettingsScreenState) => boolean;
|
|
431
|
-
isError: (sliceState: ISettingsScreenState) => boolean;
|
|
432
|
-
}>;
|
|
433
|
-
|
|
434
458
|
interface ITablesScreenState {
|
|
435
459
|
isLoading: boolean;
|
|
436
460
|
isError: boolean;
|
|
437
461
|
data?: IAppScreen | undefined;
|
|
438
462
|
dialogTournamentId: string;
|
|
439
463
|
}
|
|
440
|
-
interface IOpenDialogParams {
|
|
441
|
-
screenId: string;
|
|
442
|
-
dialogId: string;
|
|
464
|
+
interface IOpenDialogParams extends UniversalScreenDialogOpenParams {
|
|
443
465
|
dialogTournamentId: string;
|
|
444
466
|
}
|
|
445
467
|
declare const tablesScreenSlice: _reduxjs_toolkit.Slice<ITablesScreenState, {
|
|
@@ -465,7 +487,7 @@ declare const tablesScreenSlice: _reduxjs_toolkit.Slice<ITablesScreenState, {
|
|
|
465
487
|
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IAppScreenSectionListItem>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
466
488
|
backClick: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
467
489
|
openDialog: (state: ITablesScreenState, action: PayloadAction<IOpenDialogParams>) => ITablesScreenState;
|
|
468
|
-
closeDialog: (state: ITablesScreenState, action: PayloadAction<
|
|
490
|
+
closeDialog: (state: ITablesScreenState, action: PayloadAction<UniversalScreenDialogCloseParams>) => ITablesScreenState;
|
|
469
491
|
primaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
470
492
|
secondaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
471
493
|
listSectionButtonClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IUniversalScreenSectionButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
@@ -506,12 +528,18 @@ declare const shopScreenSlice: _reduxjs_toolkit.Slice<ShopScreenState, {
|
|
|
506
528
|
isError: boolean;
|
|
507
529
|
data: IAppScreen | undefined;
|
|
508
530
|
};
|
|
509
|
-
init: (state: Map<immer.Draft<K>, immer.Draft<V
|
|
531
|
+
init: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<string | undefined>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
510
532
|
backClick: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
533
|
+
listSectionButtonClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IUniversalScreenSectionButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
534
|
+
openDialog: (state: ShopScreenState, action: PayloadAction<UniversalScreenDialogOpenParams>) => ShopScreenState;
|
|
535
|
+
closeDialog: (state: ShopScreenState, action: PayloadAction<UniversalScreenDialogCloseParams>) => ShopScreenState;
|
|
536
|
+
primaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
537
|
+
secondaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
511
538
|
}, "shopScreenSlice", "shopScreenSlice", {
|
|
512
539
|
getScreen: (sliceState: ShopScreenState) => IAppScreen | undefined;
|
|
513
540
|
isLoading: (sliceState: ShopScreenState) => boolean;
|
|
514
541
|
isError: (sliceState: ShopScreenState) => boolean;
|
|
542
|
+
getScreenId: (sliceState: ShopScreenState) => string;
|
|
515
543
|
}>;
|
|
516
544
|
|
|
517
545
|
interface MenuScreenState {
|
|
@@ -536,7 +564,7 @@ declare const menuScreenSlice: _reduxjs_toolkit.Slice<MenuScreenState, {
|
|
|
536
564
|
data: IAppScreen | undefined;
|
|
537
565
|
};
|
|
538
566
|
init: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
539
|
-
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<
|
|
567
|
+
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: PayloadAction<IAppScreenSectionListItem>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
540
568
|
}, "menuScreenSlice", "menuScreenSlice", {
|
|
541
569
|
getScreen: (sliceState: MenuScreenState) => IAppScreen | undefined;
|
|
542
570
|
isLoading: (sliceState: MenuScreenState) => boolean;
|
|
@@ -617,7 +645,7 @@ declare function getBaseSlices(): (_reduxjs_toolkit.Slice<AppSlice, {
|
|
|
617
645
|
data: jp_common_models.IAppScreen | undefined;
|
|
618
646
|
};
|
|
619
647
|
init: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
620
|
-
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_common_models.
|
|
648
|
+
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_common_models.IAppScreenSectionListItem>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
621
649
|
}, "menuScreenSlice", "menuScreenSlice", {
|
|
622
650
|
getScreen: (sliceState: MenuScreenState) => jp_common_models.IAppScreen | undefined;
|
|
623
651
|
isLoading: (sliceState: MenuScreenState) => boolean;
|
|
@@ -638,56 +666,18 @@ declare function getBaseSlices(): (_reduxjs_toolkit.Slice<AppSlice, {
|
|
|
638
666
|
isError: boolean;
|
|
639
667
|
data: jp_common_models.IAppScreen | undefined;
|
|
640
668
|
};
|
|
641
|
-
init: (state: Map<immer.Draft<K>, immer.Draft<V
|
|
669
|
+
init: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<string | undefined>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
642
670
|
backClick: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
671
|
+
listSectionButtonClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenSectionButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
672
|
+
openDialog: (state: ShopScreenState, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.UniversalScreenDialogOpenParams>) => ShopScreenState;
|
|
673
|
+
closeDialog: (state: ShopScreenState, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.UniversalScreenDialogCloseParams>) => ShopScreenState;
|
|
674
|
+
primaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
675
|
+
secondaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
643
676
|
}, "shopScreenSlice", "shopScreenSlice", {
|
|
644
677
|
getScreen: (sliceState: ShopScreenState) => jp_common_models.IAppScreen | undefined;
|
|
645
678
|
isLoading: (sliceState: ShopScreenState) => boolean;
|
|
646
679
|
isError: (sliceState: ShopScreenState) => boolean;
|
|
647
|
-
|
|
648
|
-
start: (state: ISettingsScreenState) => {
|
|
649
|
-
isLoading: boolean;
|
|
650
|
-
isError: boolean;
|
|
651
|
-
data: undefined;
|
|
652
|
-
};
|
|
653
|
-
error: (state: ISettingsScreenState) => {
|
|
654
|
-
isLoading: boolean;
|
|
655
|
-
isError: boolean;
|
|
656
|
-
data: jp_common_models.IAppScreen | undefined;
|
|
657
|
-
};
|
|
658
|
-
success: (state: ISettingsScreenState, action: _reduxjs_toolkit.PayloadAction<jp_common_models.IAppScreen | undefined>) => {
|
|
659
|
-
isLoading: boolean;
|
|
660
|
-
isError: boolean;
|
|
661
|
-
data: jp_common_models.IAppScreen | undefined;
|
|
662
|
-
};
|
|
663
|
-
startSave: (state: ISettingsScreenState) => {
|
|
664
|
-
isLoading: boolean;
|
|
665
|
-
isError: boolean;
|
|
666
|
-
data: undefined;
|
|
667
|
-
};
|
|
668
|
-
errorSave: (state: ISettingsScreenState) => {
|
|
669
|
-
isLoading: boolean;
|
|
670
|
-
isError: boolean;
|
|
671
|
-
data: jp_common_models.IAppScreen | undefined;
|
|
672
|
-
};
|
|
673
|
-
successSave: (state: ISettingsScreenState, action: _reduxjs_toolkit.PayloadAction<jp_common_models.IAppScreen | undefined>) => {
|
|
674
|
-
isLoading: boolean;
|
|
675
|
-
isError: boolean;
|
|
676
|
-
data: jp_common_models.IAppScreen | undefined;
|
|
677
|
-
};
|
|
678
|
-
init: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
679
|
-
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_common_models.AppScreenSectionListItem>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
680
|
-
openDialog: (state: ISettingsScreenState, action: _reduxjs_toolkit.PayloadAction<IOpenDialogParams$1>) => ISettingsScreenState;
|
|
681
|
-
closeDialog: (state: ISettingsScreenState, action: _reduxjs_toolkit.PayloadAction<ICloseDialogParams>) => ISettingsScreenState;
|
|
682
|
-
primaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
683
|
-
secondaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
684
|
-
changeDialogField: (state: ISettingsScreenState, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenDialogFieldChangeData>) => ISettingsScreenState;
|
|
685
|
-
}, "settingsScreenSlice", "settingsScreenSlice", {
|
|
686
|
-
getScreen: (sliceState: ISettingsScreenState) => jp_common_models.IAppScreen | undefined;
|
|
687
|
-
getScreenId: (sliceState: ISettingsScreenState) => string;
|
|
688
|
-
getDialogs: (sliceState: ISettingsScreenState) => jp_common_models.IAppScreenDialog[];
|
|
689
|
-
isLoading: (sliceState: ISettingsScreenState) => boolean;
|
|
690
|
-
isError: (sliceState: ISettingsScreenState) => boolean;
|
|
680
|
+
getScreenId: (sliceState: ShopScreenState) => string;
|
|
691
681
|
}> | _reduxjs_toolkit.Slice<ITablesScreenState, {
|
|
692
682
|
start: (state: ITablesScreenState) => {
|
|
693
683
|
isLoading: boolean;
|
|
@@ -711,7 +701,7 @@ declare function getBaseSlices(): (_reduxjs_toolkit.Slice<AppSlice, {
|
|
|
711
701
|
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_common_models.IAppScreenSectionListItem>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
712
702
|
backClick: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
713
703
|
openDialog: (state: ITablesScreenState, action: _reduxjs_toolkit.PayloadAction<IOpenDialogParams>) => ITablesScreenState;
|
|
714
|
-
closeDialog: (state: ITablesScreenState, action: _reduxjs_toolkit.PayloadAction<
|
|
704
|
+
closeDialog: (state: ITablesScreenState, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.UniversalScreenDialogCloseParams>) => ITablesScreenState;
|
|
715
705
|
primaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
716
706
|
secondaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
717
707
|
listSectionButtonClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenSectionButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
@@ -810,7 +800,7 @@ declare function getBaseSlices(): (_reduxjs_toolkit.Slice<AppSlice, {
|
|
|
810
800
|
};
|
|
811
801
|
init: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
812
802
|
backClick: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
813
|
-
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_common_models.
|
|
803
|
+
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_common_models.IAppScreenSectionListItem>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
814
804
|
}, "manyTablesTournamentTableListScreenSlice", "manyTablesTournamentTableListScreenSlice", {
|
|
815
805
|
getScreen: (sliceState: ManyTablesTournamentTableListScreenState) => jp_common_models.IAppScreen | undefined;
|
|
816
806
|
isLoading: (sliceState: ManyTablesTournamentTableListScreenState) => boolean;
|
|
@@ -964,6 +954,50 @@ declare function getBaseSlices(): (_reduxjs_toolkit.Slice<AppSlice, {
|
|
|
964
954
|
getScreen: (sliceState: welcomeScreenState) => jp_common_models.IAppScreen | undefined;
|
|
965
955
|
isLoading: (sliceState: welcomeScreenState) => boolean;
|
|
966
956
|
isError: (sliceState: welcomeScreenState) => boolean;
|
|
957
|
+
}> | _reduxjs_toolkit.Slice<ISettingsScreenState, {
|
|
958
|
+
start: (state: ISettingsScreenState) => {
|
|
959
|
+
isLoading: boolean;
|
|
960
|
+
isError: boolean;
|
|
961
|
+
data: undefined;
|
|
962
|
+
};
|
|
963
|
+
error: (state: ISettingsScreenState) => {
|
|
964
|
+
isLoading: boolean;
|
|
965
|
+
isError: boolean;
|
|
966
|
+
data: jp_common_models.IAppScreen | undefined;
|
|
967
|
+
};
|
|
968
|
+
success: (state: ISettingsScreenState, action: _reduxjs_toolkit.PayloadAction<jp_common_models.IAppScreen | undefined>) => {
|
|
969
|
+
isLoading: boolean;
|
|
970
|
+
isError: boolean;
|
|
971
|
+
data: jp_common_models.IAppScreen | undefined;
|
|
972
|
+
};
|
|
973
|
+
startSave: (state: ISettingsScreenState) => {
|
|
974
|
+
isLoading: boolean;
|
|
975
|
+
isError: boolean;
|
|
976
|
+
data: undefined;
|
|
977
|
+
};
|
|
978
|
+
errorSave: (state: ISettingsScreenState) => {
|
|
979
|
+
isLoading: boolean;
|
|
980
|
+
isError: boolean;
|
|
981
|
+
data: jp_common_models.IAppScreen | undefined;
|
|
982
|
+
};
|
|
983
|
+
successSave: (state: ISettingsScreenState, action: _reduxjs_toolkit.PayloadAction<jp_common_models.IAppScreen | undefined>) => {
|
|
984
|
+
isLoading: boolean;
|
|
985
|
+
isError: boolean;
|
|
986
|
+
data: jp_common_models.IAppScreen | undefined;
|
|
987
|
+
};
|
|
988
|
+
init: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
989
|
+
listItemClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_common_models.IAppScreenSectionListItem>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
990
|
+
openDialog: (state: ISettingsScreenState, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.UniversalScreenDialogOpenParams>) => ISettingsScreenState;
|
|
991
|
+
closeDialog: (state: ISettingsScreenState, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.UniversalScreenDialogCloseParams>) => ISettingsScreenState;
|
|
992
|
+
primaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
993
|
+
secondaryButtonDialogClick: (state: Map<immer.Draft<K>, immer.Draft<V>>, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenDialogButtonClickData>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
994
|
+
changeDialogField: (state: ISettingsScreenState, action: _reduxjs_toolkit.PayloadAction<jp_ui_app_ds.IUniversalScreenDialogFieldChangeData>) => ISettingsScreenState;
|
|
995
|
+
}, "settingsScreenSlice", "settingsScreenSlice", {
|
|
996
|
+
getScreen: (sliceState: ISettingsScreenState) => jp_common_models.IAppScreen | undefined;
|
|
997
|
+
getScreenId: (sliceState: ISettingsScreenState) => string;
|
|
998
|
+
getDialogs: (sliceState: ISettingsScreenState) => jp_common_models.IAppScreenDialog[];
|
|
999
|
+
isLoading: (sliceState: ISettingsScreenState) => boolean;
|
|
1000
|
+
isError: (sliceState: ISettingsScreenState) => boolean;
|
|
967
1001
|
}> | _reduxjs_toolkit.Slice<playersProfileScreenState, {
|
|
968
1002
|
start: (state: playersProfileScreenState) => {
|
|
969
1003
|
isLoading: boolean;
|
|
@@ -986,6 +1020,29 @@ declare function getBaseSlices(): (_reduxjs_toolkit.Slice<AppSlice, {
|
|
|
986
1020
|
getScreen: (sliceState: playersProfileScreenState) => jp_common_models.IAppScreen | undefined;
|
|
987
1021
|
isLoading: (sliceState: playersProfileScreenState) => boolean;
|
|
988
1022
|
isError: (sliceState: playersProfileScreenState) => boolean;
|
|
1023
|
+
}> | _reduxjs_toolkit.Slice<IAuthSliceState, {
|
|
1024
|
+
start: (state: IAuthSliceState) => {
|
|
1025
|
+
isLoading: boolean;
|
|
1026
|
+
isError: boolean;
|
|
1027
|
+
data: undefined;
|
|
1028
|
+
};
|
|
1029
|
+
error: (state: IAuthSliceState) => {
|
|
1030
|
+
isLoading: boolean;
|
|
1031
|
+
isError: boolean;
|
|
1032
|
+
data: jp_common_models.IAuthResponse | undefined;
|
|
1033
|
+
};
|
|
1034
|
+
success: (state: IAuthSliceState, action: _reduxjs_toolkit.PayloadAction<jp_common_models.IAuthResponse | undefined>) => {
|
|
1035
|
+
isLoading: boolean;
|
|
1036
|
+
isError: boolean;
|
|
1037
|
+
data: jp_common_models.IAuthResponse | undefined;
|
|
1038
|
+
};
|
|
1039
|
+
init: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
1040
|
+
backClick: (state: Map<immer.Draft<K>, immer.Draft<V>>) => Map<immer.Draft<K>, immer.Draft<V>>;
|
|
1041
|
+
}, "authSlice", "authSlice", {
|
|
1042
|
+
getData: (sliceState: IAuthSliceState) => jp_common_models.IAuthResponse | undefined;
|
|
1043
|
+
getIsGuest: (sliceState: IAuthSliceState) => boolean;
|
|
1044
|
+
isLoading: (sliceState: IAuthSliceState) => boolean;
|
|
1045
|
+
isError: (sliceState: IAuthSliceState) => boolean;
|
|
989
1046
|
}>)[];
|
|
990
1047
|
declare function getBaseSlicesReducer(): {
|
|
991
1048
|
appSlice: redux.Reducer<AppSlice>;
|
|
@@ -1006,92 +1063,82 @@ declare function getBaseSlicesReducer(): {
|
|
|
1006
1063
|
manyTablesTournamentStatusScreenSlice: redux.Reducer<ManyTablesTournamentStatusScreenState>;
|
|
1007
1064
|
manyTablesTournamentTableListScreenSlice: redux.Reducer<ManyTablesTournamentTableListScreenState>;
|
|
1008
1065
|
wsConnectorSlice: redux.Reducer<WsConnectorState>;
|
|
1066
|
+
authSlice: redux.Reducer<IAuthSliceState>;
|
|
1009
1067
|
};
|
|
1010
1068
|
|
|
1011
1069
|
declare function getBaseMiddlewares(): Array<ListenerMiddleware>;
|
|
1012
1070
|
|
|
1013
|
-
|
|
1014
|
-
token: string;
|
|
1015
|
-
fullName: string;
|
|
1016
|
-
avatarUrl: string;
|
|
1017
|
-
httpAddress: string;
|
|
1018
|
-
wsAddress: string;
|
|
1019
|
-
language: string;
|
|
1020
|
-
};
|
|
1071
|
+
declare function authRequest(): Promise<AxiosResponse<IAuthResponse>>;
|
|
1021
1072
|
|
|
1022
|
-
declare function
|
|
1073
|
+
declare function authYALoginRequest(clientInfo: IClientInfo): Promise<AxiosResponse<IAuthResponse>>;
|
|
1023
1074
|
|
|
1024
|
-
declare function getMenuRequest(): Promise<AxiosResponse<
|
|
1075
|
+
declare function getMenuRequest(): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1025
1076
|
|
|
1026
|
-
declare function getShopRequest(): Promise<AxiosResponse<
|
|
1077
|
+
declare function getShopRequest(parentId: string | undefined): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1027
1078
|
|
|
1028
|
-
declare function getRulesRequest(): Promise<AxiosResponse<
|
|
1079
|
+
declare function getRulesRequest(): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1029
1080
|
|
|
1030
|
-
declare function getPremiumRequest(): Promise<AxiosResponse<
|
|
1081
|
+
declare function getPremiumRequest(): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1031
1082
|
|
|
1032
|
-
declare function getFriendsRequest(): Promise<AxiosResponse<
|
|
1083
|
+
declare function getFriendsRequest(): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1033
1084
|
|
|
1034
|
-
declare function getSettingsRequest(): Promise<AxiosResponse<
|
|
1085
|
+
declare function getSettingsRequest(): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1035
1086
|
|
|
1036
|
-
declare function getWelcomeRequest(): Promise<AxiosResponse<
|
|
1087
|
+
declare function getWelcomeRequest(): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1037
1088
|
|
|
1038
|
-
declare function getRatingRequest(): Promise<AxiosResponse<
|
|
1089
|
+
declare function getRatingRequest(): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1039
1090
|
|
|
1040
|
-
declare function getDailyBonusRequest(): Promise<AxiosResponse<
|
|
1091
|
+
declare function getDailyBonusRequest(): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1041
1092
|
|
|
1042
|
-
declare function getTablesRequest(): Promise<AxiosResponse<
|
|
1093
|
+
declare function getTablesRequest(): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1043
1094
|
|
|
1044
1095
|
declare function enterTheTableRequest<GS>(tableId: string): Promise<AxiosResponse<GS>>;
|
|
1045
1096
|
|
|
1046
1097
|
declare function watchTheTableRequest<GS>(tableId: string): Promise<AxiosResponse<GS>>;
|
|
1047
1098
|
|
|
1048
|
-
declare function getPlayersProfileRequest(): Promise<AxiosResponse<
|
|
1099
|
+
declare function getPlayersProfileRequest(): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1049
1100
|
|
|
1050
1101
|
declare function exitTheTableRequest<GS>(tableId: string): Promise<AxiosResponse<GS>>;
|
|
1051
1102
|
|
|
1052
1103
|
declare function moveOnTheTableRequest<GS, MD>(tableId: string, moveData: MD): Promise<AxiosResponse<GS>>;
|
|
1053
1104
|
|
|
1054
|
-
|
|
1055
|
-
playerId?: string;
|
|
1056
|
-
redirectUrl: string;
|
|
1057
|
-
};
|
|
1058
|
-
declare function playerCheckStateRequest(): Promise<AxiosResponse<PlayerCheckStateDto>>;
|
|
1105
|
+
declare function playerCheckStateRequest(): Promise<AxiosResponse<IRedirectPlayerResponse>>;
|
|
1059
1106
|
|
|
1060
|
-
declare function oneTableTournamentStatusRequest(tournamentId: string): Promise<AxiosResponse<
|
|
1107
|
+
declare function oneTableTournamentStatusRequest(tournamentId: string): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1061
1108
|
|
|
1062
|
-
declare function oneTableTournamentStatusSubscribeRequest(tournamentId: string): Promise<AxiosResponse<
|
|
1109
|
+
declare function oneTableTournamentStatusSubscribeRequest(tournamentId: string): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1063
1110
|
|
|
1064
|
-
declare function oneTableTournamentStatusUnsubscribeRequest(tournamentId: string): Promise<AxiosResponse<
|
|
1111
|
+
declare function oneTableTournamentStatusUnsubscribeRequest(tournamentId: string): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1065
1112
|
|
|
1066
1113
|
declare function oneTableTournamentWatchTheTableRequest<GS>(tableId: string): Promise<AxiosResponse<GS>>;
|
|
1067
1114
|
|
|
1068
1115
|
declare function oneTableTournamentMoveOnTheTableRequest<GS, MD>(tableId: string, moveData: MD): Promise<AxiosResponse<GS>>;
|
|
1069
1116
|
|
|
1070
|
-
declare function oneTableTournamentJoinTournamentRequest(tournamentId: string): Promise<AxiosResponse<
|
|
1117
|
+
declare function oneTableTournamentJoinTournamentRequest(tournamentId: string): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1071
1118
|
|
|
1072
1119
|
declare function oneTableTournamentLeaveTournamentRequest(tournamentId: string): Promise<AxiosResponse<void>>;
|
|
1073
1120
|
|
|
1074
|
-
declare function manyTablesTournamentStatusRequest(tournamentId: string): Promise<AxiosResponse<
|
|
1121
|
+
declare function manyTablesTournamentStatusRequest(tournamentId: string): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1075
1122
|
|
|
1076
|
-
declare function manyTablesTournamentTableListRequest(tournamentId: string): Promise<AxiosResponse<
|
|
1123
|
+
declare function manyTablesTournamentTableListRequest(tournamentId: string): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1077
1124
|
|
|
1078
1125
|
declare function manyTablesTournamentWatchTheTableRequest<GS>(tableId: string): Promise<AxiosResponse<GS>>;
|
|
1079
1126
|
|
|
1080
1127
|
declare function manyTablesTournamentMoveOnTheTableRequest<GS, MD>(tableId: string, moveData: MD): Promise<AxiosResponse<GS>>;
|
|
1081
1128
|
|
|
1082
|
-
|
|
1083
|
-
playerId: string;
|
|
1084
|
-
redirectUrl: string;
|
|
1085
|
-
};
|
|
1086
|
-
declare function manyTablesTournamentJoinTournamentRequest(tournamentId: string): Promise<AxiosResponse<ManyTablesJoinTournamentDto>>;
|
|
1129
|
+
declare function manyTablesTournamentJoinTournamentRequest(tournamentId: string): Promise<AxiosResponse<IRedirectPlayerResponse>>;
|
|
1087
1130
|
|
|
1088
1131
|
declare function manyTablesTournamentLeaveTournamentRequest(tournamentId: string): Promise<AxiosResponse<object>>;
|
|
1089
1132
|
|
|
1090
|
-
declare function manyTablesTournamentBuyTicketRequest(tournamentId: string): Promise<AxiosResponse<
|
|
1133
|
+
declare function manyTablesTournamentBuyTicketRequest(tournamentId: string): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1134
|
+
|
|
1135
|
+
declare function manyTablesTournamentStatusSubscribeRequest(tournamentId: string): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1136
|
+
|
|
1137
|
+
declare function manyTableseTournamentStatusUnsubscribeRequest(tournamentId: string): Promise<AxiosResponse<IBaseAppScreen>>;
|
|
1091
1138
|
|
|
1092
|
-
declare function
|
|
1139
|
+
declare function yaProcessUnprocessedPurchasesRequest(purchasesSignature: string): Promise<AxiosResponse<void>>;
|
|
1093
1140
|
|
|
1094
|
-
declare function
|
|
1141
|
+
declare function yaPurchaseRequest(purchasesSignature: string): Promise<AxiosResponse<void>>;
|
|
1095
1142
|
|
|
1096
1143
|
declare const MenuScreen: () => React.JSX.Element;
|
|
1097
1144
|
|
|
@@ -1139,12 +1186,15 @@ declare const ReactionBottomSheetBlock: ({ items, itemClick, title, closeTitle }
|
|
|
1139
1186
|
|
|
1140
1187
|
declare function getClientVersion(): any;
|
|
1141
1188
|
declare function isAppDevelopment(): boolean;
|
|
1189
|
+
declare function isYAChannel(): boolean;
|
|
1190
|
+
declare function isVKChannel(): boolean;
|
|
1142
1191
|
declare function getClientBaseHost(): string;
|
|
1143
1192
|
declare function getClientGame(): string;
|
|
1144
1193
|
declare function getClientChannel(): string;
|
|
1145
1194
|
declare function getClientAppEnv(): string;
|
|
1146
1195
|
declare function getClientAuthVKUrl(): string;
|
|
1147
1196
|
declare function getClientAuthYAUrl(): string;
|
|
1197
|
+
declare function getClientAuthYALoginUrl(): string;
|
|
1148
1198
|
declare function getClientAuthTGUrl(): any;
|
|
1149
1199
|
declare function getClientAuthOKUrl(): any;
|
|
1150
1200
|
declare function getClientAuthWEBUrl(): string;
|
|
@@ -1182,13 +1232,16 @@ declare function getClientManyTablesTournamentWatchTheTableUrl(): string;
|
|
|
1182
1232
|
declare function getClientManyTablesTournamentMoveOnTheTableUrl(): string;
|
|
1183
1233
|
declare function getClientManyTablesTournamentJoinTournamentUrl(): string;
|
|
1184
1234
|
declare function getClientManyTablesTournamentLeaveTournamentUrl(): string;
|
|
1185
|
-
declare function
|
|
1235
|
+
declare function getClientManyTablesTournamentBuyTicketUrl(): string;
|
|
1236
|
+
declare function getClientPaymentsYAPurchaseUrl(): string;
|
|
1237
|
+
declare function getClientPaymentsYAProcessUnprocessedPurchasesUrl(): string;
|
|
1186
1238
|
|
|
1187
1239
|
declare const config_d_getClientAppEnv: typeof getClientAppEnv;
|
|
1188
1240
|
declare const config_d_getClientAuthOKUrl: typeof getClientAuthOKUrl;
|
|
1189
1241
|
declare const config_d_getClientAuthTGUrl: typeof getClientAuthTGUrl;
|
|
1190
1242
|
declare const config_d_getClientAuthVKUrl: typeof getClientAuthVKUrl;
|
|
1191
1243
|
declare const config_d_getClientAuthWEBUrl: typeof getClientAuthWEBUrl;
|
|
1244
|
+
declare const config_d_getClientAuthYALoginUrl: typeof getClientAuthYALoginUrl;
|
|
1192
1245
|
declare const config_d_getClientAuthYAUrl: typeof getClientAuthYAUrl;
|
|
1193
1246
|
declare const config_d_getClientBaseHost: typeof getClientBaseHost;
|
|
1194
1247
|
declare const config_d_getClientChannel: typeof getClientChannel;
|
|
@@ -1198,7 +1251,7 @@ declare const config_d_getClientExitTheTableUrl: typeof getClientExitTheTableUrl
|
|
|
1198
1251
|
declare const config_d_getClientFindFreeTableUrl: typeof getClientFindFreeTableUrl;
|
|
1199
1252
|
declare const config_d_getClientFriendsUrl: typeof getClientFriendsUrl;
|
|
1200
1253
|
declare const config_d_getClientGame: typeof getClientGame;
|
|
1201
|
-
declare const
|
|
1254
|
+
declare const config_d_getClientManyTablesTournamentBuyTicketUrl: typeof getClientManyTablesTournamentBuyTicketUrl;
|
|
1202
1255
|
declare const config_d_getClientManyTablesTournamentJoinTournamentUrl: typeof getClientManyTablesTournamentJoinTournamentUrl;
|
|
1203
1256
|
declare const config_d_getClientManyTablesTournamentLeaveTournamentUrl: typeof getClientManyTablesTournamentLeaveTournamentUrl;
|
|
1204
1257
|
declare const config_d_getClientManyTablesTournamentMoveOnTheTableUrl: typeof getClientManyTablesTournamentMoveOnTheTableUrl;
|
|
@@ -1216,6 +1269,8 @@ declare const config_d_getClientOneTableTournamentStatusSubscribeUrl: typeof get
|
|
|
1216
1269
|
declare const config_d_getClientOneTableTournamentStatusUnsubscribeUrl: typeof getClientOneTableTournamentStatusUnsubscribeUrl;
|
|
1217
1270
|
declare const config_d_getClientOneTableTournamentStatusUrl: typeof getClientOneTableTournamentStatusUrl;
|
|
1218
1271
|
declare const config_d_getClientOneTableTournamentWatchTheTableUrl: typeof getClientOneTableTournamentWatchTheTableUrl;
|
|
1272
|
+
declare const config_d_getClientPaymentsYAProcessUnprocessedPurchasesUrl: typeof getClientPaymentsYAProcessUnprocessedPurchasesUrl;
|
|
1273
|
+
declare const config_d_getClientPaymentsYAPurchaseUrl: typeof getClientPaymentsYAPurchaseUrl;
|
|
1219
1274
|
declare const config_d_getClientPlayerCheckStateUrl: typeof getClientPlayerCheckStateUrl;
|
|
1220
1275
|
declare const config_d_getClientPlayersProfileUrl: typeof getClientPlayersProfileUrl;
|
|
1221
1276
|
declare const config_d_getClientPremiumUrl: typeof getClientPremiumUrl;
|
|
@@ -1230,6 +1285,8 @@ declare const config_d_getClientVersion: typeof getClientVersion;
|
|
|
1230
1285
|
declare const config_d_getClientWatchTheTableUrl: typeof getClientWatchTheTableUrl;
|
|
1231
1286
|
declare const config_d_getClientWelcomeUrl: typeof getClientWelcomeUrl;
|
|
1232
1287
|
declare const config_d_isAppDevelopment: typeof isAppDevelopment;
|
|
1288
|
+
declare const config_d_isVKChannel: typeof isVKChannel;
|
|
1289
|
+
declare const config_d_isYAChannel: typeof isYAChannel;
|
|
1233
1290
|
declare namespace config_d {
|
|
1234
1291
|
export {
|
|
1235
1292
|
config_d_getClientAppEnv as getClientAppEnv,
|
|
@@ -1237,6 +1294,7 @@ declare namespace config_d {
|
|
|
1237
1294
|
config_d_getClientAuthTGUrl as getClientAuthTGUrl,
|
|
1238
1295
|
config_d_getClientAuthVKUrl as getClientAuthVKUrl,
|
|
1239
1296
|
config_d_getClientAuthWEBUrl as getClientAuthWEBUrl,
|
|
1297
|
+
config_d_getClientAuthYALoginUrl as getClientAuthYALoginUrl,
|
|
1240
1298
|
config_d_getClientAuthYAUrl as getClientAuthYAUrl,
|
|
1241
1299
|
config_d_getClientBaseHost as getClientBaseHost,
|
|
1242
1300
|
config_d_getClientChannel as getClientChannel,
|
|
@@ -1246,7 +1304,7 @@ declare namespace config_d {
|
|
|
1246
1304
|
config_d_getClientFindFreeTableUrl as getClientFindFreeTableUrl,
|
|
1247
1305
|
config_d_getClientFriendsUrl as getClientFriendsUrl,
|
|
1248
1306
|
config_d_getClientGame as getClientGame,
|
|
1249
|
-
|
|
1307
|
+
config_d_getClientManyTablesTournamentBuyTicketUrl as getClientManyTablesTournamentBuyTicketUrl,
|
|
1250
1308
|
config_d_getClientManyTablesTournamentJoinTournamentUrl as getClientManyTablesTournamentJoinTournamentUrl,
|
|
1251
1309
|
config_d_getClientManyTablesTournamentLeaveTournamentUrl as getClientManyTablesTournamentLeaveTournamentUrl,
|
|
1252
1310
|
config_d_getClientManyTablesTournamentMoveOnTheTableUrl as getClientManyTablesTournamentMoveOnTheTableUrl,
|
|
@@ -1264,6 +1322,8 @@ declare namespace config_d {
|
|
|
1264
1322
|
config_d_getClientOneTableTournamentStatusUnsubscribeUrl as getClientOneTableTournamentStatusUnsubscribeUrl,
|
|
1265
1323
|
config_d_getClientOneTableTournamentStatusUrl as getClientOneTableTournamentStatusUrl,
|
|
1266
1324
|
config_d_getClientOneTableTournamentWatchTheTableUrl as getClientOneTableTournamentWatchTheTableUrl,
|
|
1325
|
+
config_d_getClientPaymentsYAProcessUnprocessedPurchasesUrl as getClientPaymentsYAProcessUnprocessedPurchasesUrl,
|
|
1326
|
+
config_d_getClientPaymentsYAPurchaseUrl as getClientPaymentsYAPurchaseUrl,
|
|
1267
1327
|
config_d_getClientPlayerCheckStateUrl as getClientPlayerCheckStateUrl,
|
|
1268
1328
|
config_d_getClientPlayersProfileUrl as getClientPlayersProfileUrl,
|
|
1269
1329
|
config_d_getClientPremiumUrl as getClientPremiumUrl,
|
|
@@ -1278,6 +1338,8 @@ declare namespace config_d {
|
|
|
1278
1338
|
config_d_getClientWatchTheTableUrl as getClientWatchTheTableUrl,
|
|
1279
1339
|
config_d_getClientWelcomeUrl as getClientWelcomeUrl,
|
|
1280
1340
|
config_d_isAppDevelopment as isAppDevelopment,
|
|
1341
|
+
config_d_isVKChannel as isVKChannel,
|
|
1342
|
+
config_d_isYAChannel as isYAChannel,
|
|
1281
1343
|
};
|
|
1282
1344
|
}
|
|
1283
1345
|
|
|
@@ -1299,6 +1361,7 @@ declare class ClientLogger {
|
|
|
1299
1361
|
};
|
|
1300
1362
|
log(description: string): void;
|
|
1301
1363
|
error(error: Error): void;
|
|
1364
|
+
info(data: object): void;
|
|
1302
1365
|
}
|
|
1303
1366
|
|
|
1304
1367
|
declare class WSConnector {
|
|
@@ -1330,6 +1393,7 @@ declare enum GlobalStorageEnum {
|
|
|
1330
1393
|
CLIENT_AUTH_VK_URL = "CLIENT_AUTH_VK_URL",
|
|
1331
1394
|
CLIENT_AUTH_OK_URL = "CLIENT_AUTH_OK_URL",
|
|
1332
1395
|
CLIENT_AUTH_YA_URL = "CLIENT_AUTH_YA_URL",
|
|
1396
|
+
CLIENT_AUTH_YA_LOGIN_URL = "CLIENT_AUTH_YA_LOGIN_URL",
|
|
1333
1397
|
CLIENT_AUTH_TG_URL = "CLIENT_AUTH_TG_URL",
|
|
1334
1398
|
CLIENT_AUTH_WEB_URL = "CLIENT_AUTH_WEB_URL",
|
|
1335
1399
|
CLIENT_MENU_URL = "CLIENT_MENU_URL",
|
|
@@ -1366,7 +1430,9 @@ declare enum GlobalStorageEnum {
|
|
|
1366
1430
|
CLIENT_MANY_TABLES_TOURNAMENT_MOVE_ON_THE_TABLE_URL = "CLIENT_MANY_TABLES_TOURNAMENT_MOVE_ON_THE_TABLE_URL",
|
|
1367
1431
|
CLIENT_MANY_TABLES_TOURNAMENT_JOIN_TOURNAMENT_URL = "CLIENT_MANY_TABLES_TOURNAMENT_JOIN_TOURNAMENT_URL",
|
|
1368
1432
|
CLIENT_MANY_TABLES_TOURNAMENT_LEAVE_TOURNAMENT_URL = "CLIENT_MANY_TABLES_TOURNAMENT_LEAVE_TOURNAMENT_URL",
|
|
1369
|
-
CLIENT_MANY_TABLES_TOURNAMENT_BUY_TICKET_URL = "CLIENT_MANY_TABLES_TOURNAMENT_BUY_TICKET_URL"
|
|
1433
|
+
CLIENT_MANY_TABLES_TOURNAMENT_BUY_TICKET_URL = "CLIENT_MANY_TABLES_TOURNAMENT_BUY_TICKET_URL",
|
|
1434
|
+
CLIENT_PAYMENTS_YA_PURCHASE_URL = "CLIENT_PAYMENTS_YA_PURCHASE_URL",
|
|
1435
|
+
CLIENT_PAYMENTS_YA_PROCESS_UNPROCESSED_PURCHASES_URL = "CLIENT_PAYMENTS_YA_PROCESS_UNPROCESSED_PURCHASES_URL"
|
|
1370
1436
|
}
|
|
1371
1437
|
|
|
1372
1438
|
declare class GlobalStorage {
|
|
@@ -1517,5 +1583,5 @@ declare class WsEventsFactory {
|
|
|
1517
1583
|
declare class NoEventWsServerEvent extends BaseWsServerEvent {
|
|
1518
1584
|
}
|
|
1519
1585
|
|
|
1520
|
-
export { BaseApplication, BaseManyTablesTournamentUpdateTableStateWsServerEvent, BaseManyTablesTournamentWsServerEvent, BaseOneTableTournamentUpdateTableStateWsServerEvent, BaseOneTableTournamentWsServerEvent, BaseSimpleRoomUpdateTableStateWsServerEvent, BaseSimpleRoomWsServerEvent, BaseWsServerEvent, ClientLogger, DailyBonusScreen, FriendsScreen, GlobalStorage, GlobalStorageEnum, MainTablesUpdateListWsServerEvent, ManyTablesTournamentMoveToTheFinishWsServerEvent, ManyTablesTournamentMoveToTheTableWsServerEvent, ManyTablesTournamentPlayerKickedOutWsServerEvent, ManyTablesTournamentPlayerMadeMoveWsServerEvent, ManyTablesTournamentStatusScreen, ManyTablesTournamentTableListScreen, ManyTablesTournamentUpdateStatusWsServerEvent, ManyTablesTournamentUpdateTableStateWsServerEvent, MenuScreen, Navigator, NoEventWsServerEvent, OneTableTournamentMoveToTheFinishWsServerEvent, OneTableTournamentMoveToTheTableWsServerEvent, OneTableTournamentPlayerKickedOutWsServerEvent, OneTableTournamentPlayerMadeMoveWsServerEvent, OneTableTournamentStatusScreen, OneTableTournamentUpdateStatusWsServerEvent, OneTableTournamentUpdateTableStateWsServerEvent, PlayersProfileScreen, PremiumScreen, RaiseBottomSheetBlock, RatingScreen, ReactionBottomSheetBlock, RulesScreen, SettingsScreen, ShopScreen, SimpleRoomPlayerKickedOutWsServerEvent, SimpleRoomPlayerMadeMoveWsServerEvent, SimpleRoomUpdateTableStateWsServerEvent, SnackbarSendToPlayerWsServerEvent, TablesScreen, WSConnector, WelcomeScreen, WsEventsFactory, appSlice, authRequest, config_d as config, dailyBonusScreenSlice, enterTheTableRequest, exitTheTableRequest, friendsScreenSlice, getBaseMiddlewares, getBaseSlices, getBaseSlicesReducer, getClientInfo, getDailyBonusRequest, getFriendsRequest, getMenuRequest, getPlayersProfileRequest, getPremiumRequest, getRatingRequest, getRulesRequest, getSettingsRequest, getShopRequest, getTablesRequest, getWelcomeRequest, manyTablesTournamentBuyTicketRequest, manyTablesTournamentJoinTournamentRequest, manyTablesTournamentLeaveTournamentRequest, manyTablesTournamentMoveOnTheTableRequest, manyTablesTournamentStatusRequest, manyTablesTournamentStatusScreenSlice, manyTablesTournamentStatusSubscribeRequest, manyTablesTournamentTableListRequest, manyTablesTournamentTableListScreenSlice, manyTablesTournamentWatchTheTableRequest, manyTableseTournamentStatusUnsubscribeRequest, menuScreenSlice, moveOnTheTableRequest, oneTableTournamentJoinTournamentRequest, oneTableTournamentLeaveTournamentRequest, oneTableTournamentMoveOnTheTableRequest, oneTableTournamentStatusRequest, oneTableTournamentStatusScreenSlice, oneTableTournamentStatusSubscribeRequest, oneTableTournamentStatusUnsubscribeRequest, oneTableTournamentWatchTheTableRequest, playerCheckStateRequest, playersProfileScreenSlice, premiumScreenSlice, raiseBottomSheetBlockSlice, ratingScreenSlice, reactionBottomSheetBlockSlice, rulesScreenSlice, settingsScreenSlice, shopScreenSlice, tablesScreenSlice, watchTheTableRequest, welcomeScreenSlice, wsConnectorSlice };
|
|
1586
|
+
export { BaseApplication, BaseManyTablesTournamentUpdateTableStateWsServerEvent, BaseManyTablesTournamentWsServerEvent, BaseOneTableTournamentUpdateTableStateWsServerEvent, BaseOneTableTournamentWsServerEvent, BaseSimpleRoomUpdateTableStateWsServerEvent, BaseSimpleRoomWsServerEvent, BaseWsServerEvent, ClientLogger, DailyBonusScreen, FriendsScreen, GlobalStorage, GlobalStorageEnum, MainTablesUpdateListWsServerEvent, ManyTablesTournamentMoveToTheFinishWsServerEvent, ManyTablesTournamentMoveToTheTableWsServerEvent, ManyTablesTournamentPlayerKickedOutWsServerEvent, ManyTablesTournamentPlayerMadeMoveWsServerEvent, ManyTablesTournamentStatusScreen, ManyTablesTournamentTableListScreen, ManyTablesTournamentUpdateStatusWsServerEvent, ManyTablesTournamentUpdateTableStateWsServerEvent, MenuScreen, Navigator, NoEventWsServerEvent, OneTableTournamentMoveToTheFinishWsServerEvent, OneTableTournamentMoveToTheTableWsServerEvent, OneTableTournamentPlayerKickedOutWsServerEvent, OneTableTournamentPlayerMadeMoveWsServerEvent, OneTableTournamentStatusScreen, OneTableTournamentUpdateStatusWsServerEvent, OneTableTournamentUpdateTableStateWsServerEvent, PlayersProfileScreen, PremiumScreen, RaiseBottomSheetBlock, RatingScreen, ReactionBottomSheetBlock, RulesScreen, SettingsScreen, ShopScreen, SimpleRoomPlayerKickedOutWsServerEvent, SimpleRoomPlayerMadeMoveWsServerEvent, SimpleRoomUpdateTableStateWsServerEvent, SnackbarSendToPlayerWsServerEvent, TablesScreen, WSConnector, WelcomeScreen, WsEventsFactory, appSlice, authRequest, authSlice, authYALoginRequest, config_d as config, dailyBonusScreenSlice, enterTheTableRequest, exitTheTableRequest, friendsScreenSlice, getBaseMiddlewares, getBaseSlices, getBaseSlicesReducer, getClientInfo, getDailyBonusRequest, getFriendsRequest, getMenuRequest, getPlayersProfileRequest, getPremiumRequest, getRatingRequest, getRulesRequest, getSettingsRequest, getShopRequest, getTablesRequest, getWelcomeRequest, manyTablesTournamentBuyTicketRequest, manyTablesTournamentJoinTournamentRequest, manyTablesTournamentLeaveTournamentRequest, manyTablesTournamentMoveOnTheTableRequest, manyTablesTournamentStatusRequest, manyTablesTournamentStatusScreenSlice, manyTablesTournamentStatusSubscribeRequest, manyTablesTournamentTableListRequest, manyTablesTournamentTableListScreenSlice, manyTablesTournamentWatchTheTableRequest, manyTableseTournamentStatusUnsubscribeRequest, menuScreenSlice, moveOnTheTableRequest, oneTableTournamentJoinTournamentRequest, oneTableTournamentLeaveTournamentRequest, oneTableTournamentMoveOnTheTableRequest, oneTableTournamentStatusRequest, oneTableTournamentStatusScreenSlice, oneTableTournamentStatusSubscribeRequest, oneTableTournamentStatusUnsubscribeRequest, oneTableTournamentWatchTheTableRequest, playerCheckStateRequest, playersProfileScreenSlice, premiumScreenSlice, raiseBottomSheetBlockSlice, ratingScreenSlice, reactionBottomSheetBlockSlice, rulesScreenSlice, settingsScreenSlice, shopScreenSlice, tablesScreenSlice, watchTheTableRequest, welcomeScreenSlice, wsConnectorSlice, yaProcessUnprocessedPurchasesRequest, yaPurchaseRequest };
|
|
1521
1587
|
export type { RouteType };
|