react-memory-optimization 0.0.1
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/README.md +0 -0
- package/dist/bundle.js +1 -0
- package/dist/lib/binary/constants/modules.d.ts +2 -0
- package/dist/lib/binary/constants/modules.js +685 -0
- package/dist/lib/binary/constants/requests.d.ts +2 -0
- package/dist/lib/binary/constants/requests.js +3065 -0
- package/dist/lib/binary/constants/scheme.d.ts +2 -0
- package/dist/lib/binary/constants/scheme.js +1548 -0
- package/dist/lib/binary/index.d.ts +81 -0
- package/dist/lib/binary/types.d.ts +287 -0
- package/dist/lib/binary/types.js +159 -0
- package/dist/lib/constants/pagination.d.ts +1 -0
- package/dist/lib/constants/pagination.js +4 -0
- package/dist/lib/index.d.ts +3 -0
- package/dist/lib/service/experimental/index.d.ts +16 -0
- package/dist/lib/service/experimental/instaNews/index.d.ts +12 -0
- package/dist/lib/service/experimental/instaNews/types.d.ts +9 -0
- package/dist/lib/service/experimental/instaNews/types.js +2 -0
- package/dist/lib/service/experimental/jackpots/index.d.ts +21 -0
- package/dist/lib/service/experimental/jackpots/types.d.ts +38 -0
- package/dist/lib/service/experimental/jackpots/types.js +2 -0
- package/dist/lib/service/experimental/push/index.d.ts +7 -0
- package/dist/lib/service/experimental/service/index.d.ts +12 -0
- package/dist/lib/service/experimental/types.d.ts +21 -0
- package/dist/lib/service/experimental/types.js +2 -0
- package/dist/lib/service/moneyResponse/index.d.ts +8 -0
- package/dist/lib/service/moneyResponse/types.d.ts +101 -0
- package/dist/lib/service/moneyResponse/types.js +59 -0
- package/dist/lib/service/observable/index.d.ts +19 -0
- package/dist/lib/service/observable/type.d.ts +17 -0
- package/dist/lib/service/observable/type.js +2 -0
- package/dist/lib/service/observableEntity/index.d.ts +14 -0
- package/dist/lib/service/observableEntity/types.d.ts +7 -0
- package/dist/lib/service/observableEntity/types.js +2 -0
- package/dist/lib/service/responseAdapter/adapters.d.ts +80 -0
- package/dist/lib/service/responseAdapter/adapters.js +113 -0
- package/dist/lib/service/responseAdapter/constants.d.ts +1 -0
- package/dist/lib/service/responseAdapter/constants.js +4 -0
- package/dist/lib/service/responseAdapter/index.d.ts +41 -0
- package/dist/lib/service/responseAdapter/services/index.d.ts +12 -0
- package/dist/lib/service/responseAdapter/services/types.d.ts +7 -0
- package/dist/lib/service/responseAdapter/services/types.js +2 -0
- package/dist/lib/service/responseAdapter/types.d.ts +164 -0
- package/dist/lib/service/responseAdapter/types.js +12 -0
- package/dist/lib/service/responseAdapter/utils.d.ts +27 -0
- package/dist/lib/service/responseAdapter/utils.js +63 -0
- package/dist/lib/socket/index.d.ts +253 -0
- package/dist/lib/socket/methodTypes.d.ts +23 -0
- package/dist/lib/socket/methodTypes.js +2 -0
- package/dist/lib/socket/services.d.ts +39 -0
- package/dist/lib/socket/services.js +115 -0
- package/dist/lib/socket/types.d.ts +297 -0
- package/dist/lib/socket/types.js +83 -0
- package/dist/lib/store/betting/entities/betslip/index.d.ts +56 -0
- package/dist/lib/store/betting/entities/betslip/types.d.ts +200 -0
- package/dist/lib/store/betting/entities/betslip/types.js +62 -0
- package/dist/lib/store/betting/entities/categories/index.d.ts +20 -0
- package/dist/lib/store/betting/entities/categories/types.d.ts +41 -0
- package/dist/lib/store/betting/entities/categories/types.js +2 -0
- package/dist/lib/store/betting/entities/events/index.d.ts +41 -0
- package/dist/lib/store/betting/entities/events/live/index.d.ts +56 -0
- package/dist/lib/store/betting/entities/events/live/types.d.ts +116 -0
- package/dist/lib/store/betting/entities/events/live/types.js +2 -0
- package/dist/lib/store/betting/entities/events/prematch/index.d.ts +44 -0
- package/dist/lib/store/betting/entities/events/prematch/types.d.ts +66 -0
- package/dist/lib/store/betting/entities/events/prematch/types.js +2 -0
- package/dist/lib/store/betting/entities/events/top/index.d.ts +7 -0
- package/dist/lib/store/betting/entities/events/top/types.d.ts +5 -0
- package/dist/lib/store/betting/entities/events/top/types.js +2 -0
- package/dist/lib/store/betting/entities/events/types.d.ts +255 -0
- package/dist/lib/store/betting/entities/events/types.js +84 -0
- package/dist/lib/store/betting/entities/events/utils.d.ts +11 -0
- package/dist/lib/store/betting/entities/events/utils.js +184 -0
- package/dist/lib/store/betting/entities/markets/index.d.ts +22 -0
- package/dist/lib/store/betting/entities/markets/types.d.ts +115 -0
- package/dist/lib/store/betting/entities/markets/types.js +22 -0
- package/dist/lib/store/betting/entities/sports/index.d.ts +20 -0
- package/dist/lib/store/betting/entities/sports/types.d.ts +62 -0
- package/dist/lib/store/betting/entities/sports/types.js +37 -0
- package/dist/lib/store/betting/entities/tickets/index.d.ts +26 -0
- package/dist/lib/store/betting/entities/tickets/types.d.ts +105 -0
- package/dist/lib/store/betting/entities/tickets/types.js +16 -0
- package/dist/lib/store/betting/entities/tournaments/index.d.ts +30 -0
- package/dist/lib/store/betting/entities/tournaments/types.d.ts +69 -0
- package/dist/lib/store/betting/entities/tournaments/types.js +2 -0
- package/dist/lib/store/betting/index.d.ts +45 -0
- package/dist/lib/store/betting/services/constants.d.ts +1 -0
- package/dist/lib/store/betting/services/constants.js +11 -0
- package/dist/lib/store/betting/services/index.d.ts +311 -0
- package/dist/lib/store/betting/services/types.d.ts +42 -0
- package/dist/lib/store/betting/services/types.js +9 -0
- package/dist/lib/store/betting/services/utils.d.ts +6 -0
- package/dist/lib/store/betting/services/utils.js +73 -0
- package/dist/lib/store/betting/types.d.ts +44 -0
- package/dist/lib/store/betting/types.js +2 -0
- package/dist/lib/store/casino/entities/casinoTournaments/index.d.ts +43 -0
- package/dist/lib/store/casino/entities/casinoTournaments/service/constants.d.ts +2 -0
- package/dist/lib/store/casino/entities/casinoTournaments/service/constants.js +11 -0
- package/dist/lib/store/casino/entities/casinoTournaments/service/index.d.ts +18 -0
- package/dist/lib/store/casino/entities/casinoTournaments/types.d.ts +134 -0
- package/dist/lib/store/casino/entities/casinoTournaments/types.js +10 -0
- package/dist/lib/store/casino/entities/categories/index.d.ts +33 -0
- package/dist/lib/store/casino/entities/categories/types.d.ts +152 -0
- package/dist/lib/store/casino/entities/categories/types.js +23 -0
- package/dist/lib/store/casino/entities/games/index.d.ts +32 -0
- package/dist/lib/store/casino/entities/games/types.d.ts +128 -0
- package/dist/lib/store/casino/entities/games/types.js +17 -0
- package/dist/lib/store/casino/entities/jackpots/constants.d.ts +14 -0
- package/dist/lib/store/casino/entities/jackpots/constants.js +17 -0
- package/dist/lib/store/casino/entities/jackpots/index.d.ts +23 -0
- package/dist/lib/store/casino/entities/jackpots/types.d.ts +48 -0
- package/dist/lib/store/casino/entities/jackpots/types.js +9 -0
- package/dist/lib/store/casino/entities/lastWinners/index.d.ts +23 -0
- package/dist/lib/store/casino/entities/lastWinners/types.d.ts +14 -0
- package/dist/lib/store/casino/entities/lastWinners/types.js +2 -0
- package/dist/lib/store/casino/entities/providers/index.d.ts +32 -0
- package/dist/lib/store/casino/entities/providers/types.d.ts +45 -0
- package/dist/lib/store/casino/entities/providers/types.js +2 -0
- package/dist/lib/store/casino/index.d.ts +30 -0
- package/dist/lib/store/casino/services/constants.d.ts +4 -0
- package/dist/lib/store/casino/services/constants.js +22 -0
- package/dist/lib/store/casino/services/index.d.ts +67 -0
- package/dist/lib/store/casino/types.d.ts +50 -0
- package/dist/lib/store/casino/types.js +27 -0
- package/dist/lib/store/lottery/entities/freeCash/index.d.ts +20 -0
- package/dist/lib/store/lottery/entities/freeCash/types.d.ts +34 -0
- package/dist/lib/store/lottery/entities/freeCash/types.js +2 -0
- package/dist/lib/store/lottery/entities/history/index.d.ts +19 -0
- package/dist/lib/store/lottery/entities/history/types.d.ts +49 -0
- package/dist/lib/store/lottery/entities/history/types.js +16 -0
- package/dist/lib/store/lottery/entities/instantCash/index.d.ts +20 -0
- package/dist/lib/store/lottery/entities/instantCash/types.d.ts +22 -0
- package/dist/lib/store/lottery/entities/instantCash/types.js +2 -0
- package/dist/lib/store/lottery/index.d.ts +27 -0
- package/dist/lib/store/lottery/services/index.d.ts +24 -0
- package/dist/lib/store/lottery/types.d.ts +53 -0
- package/dist/lib/store/lottery/types.js +9 -0
- package/dist/lib/store/notifications/types.d.ts +17 -0
- package/dist/lib/store/notifications/types.js +21 -0
- package/dist/lib/store/operations/entities/activeBonuses/index.d.ts +18 -0
- package/dist/lib/store/operations/entities/activeBonuses/types.d.ts +8 -0
- package/dist/lib/store/operations/entities/activeBonuses/types.js +3 -0
- package/dist/lib/store/operations/entities/availableBonuses/index.d.ts +18 -0
- package/dist/lib/store/operations/entities/availableBonuses/types.d.ts +8 -0
- package/dist/lib/store/operations/entities/availableBonuses/types.js +3 -0
- package/dist/lib/store/operations/entities/cashBonuses/index.d.ts +49 -0
- package/dist/lib/store/operations/entities/cashBonuses/types.d.ts +3 -0
- package/dist/lib/store/operations/entities/cashBonuses/types.js +2 -0
- package/dist/lib/store/operations/entities/casinoHistory/index.d.ts +18 -0
- package/dist/lib/store/operations/entities/casinoHistory/types.d.ts +15 -0
- package/dist/lib/store/operations/entities/casinoHistory/types.js +2 -0
- package/dist/lib/store/operations/entities/payments/index.d.ts +31 -0
- package/dist/lib/store/operations/entities/referralOperations/index.d.ts +11 -0
- package/dist/lib/store/operations/entities/tournaments/constants.d.ts +2 -0
- package/dist/lib/store/operations/entities/tournaments/constants.js +8 -0
- package/dist/lib/store/operations/entities/tournaments/index.d.ts +24 -0
- package/dist/lib/store/operations/entities/tournaments/types.d.ts +9 -0
- package/dist/lib/store/operations/entities/tournaments/types.js +2 -0
- package/dist/lib/store/operations/entities/vipClub/cosntants.d.ts +3 -0
- package/dist/lib/store/operations/entities/vipClub/cosntants.js +21 -0
- package/dist/lib/store/operations/entities/vipClub/index.d.ts +64 -0
- package/dist/lib/store/operations/entities/vipClub/types.d.ts +31 -0
- package/dist/lib/store/operations/entities/vipClub/types.js +2 -0
- package/dist/lib/store/operations/index.d.ts +49 -0
- package/dist/lib/store/operations/services/index.d.ts +17 -0
- package/dist/lib/store/operations/types.d.ts +245 -0
- package/dist/lib/store/operations/types.js +80 -0
- package/dist/lib/store/operations/utils.d.ts +3 -0
- package/dist/lib/store/operations/utils.js +65 -0
- package/dist/lib/store/user/constants.d.ts +31 -0
- package/dist/lib/store/user/constants.js +1173 -0
- package/dist/lib/store/user/entities/avatar/constants.d.ts +2 -0
- package/dist/lib/store/user/entities/avatar/constants.js +75 -0
- package/dist/lib/store/user/entities/avatar/index.d.ts +28 -0
- package/dist/lib/store/user/entities/avatar/types.d.ts +30 -0
- package/dist/lib/store/user/entities/avatar/types.js +2 -0
- package/dist/lib/store/user/entities/balance/index.d.ts +25 -0
- package/dist/lib/store/user/entities/balance/types.d.ts +29 -0
- package/dist/lib/store/user/entities/balance/types.js +2 -0
- package/dist/lib/store/user/entities/bonusWheel/constants.d.ts +1 -0
- package/dist/lib/store/user/entities/bonusWheel/constants.js +7 -0
- package/dist/lib/store/user/entities/bonusWheel/index.d.ts +17 -0
- package/dist/lib/store/user/entities/bonusWheel/types.d.ts +7 -0
- package/dist/lib/store/user/entities/bonusWheel/types.js +2 -0
- package/dist/lib/store/user/entities/daily/index.d.ts +20 -0
- package/dist/lib/store/user/entities/daily/types.d.ts +21 -0
- package/dist/lib/store/user/entities/daily/types.js +2 -0
- package/dist/lib/store/user/entities/favorites/constants.d.ts +2 -0
- package/dist/lib/store/user/entities/favorites/constants.js +32 -0
- package/dist/lib/store/user/entities/favorites/index.d.ts +27 -0
- package/dist/lib/store/user/entities/favorites/types.d.ts +122 -0
- package/dist/lib/store/user/entities/favorites/types.js +2 -0
- package/dist/lib/store/user/entities/hamster/constant.d.ts +10 -0
- package/dist/lib/store/user/entities/hamster/constant.js +39 -0
- package/dist/lib/store/user/entities/hamster/index.d.ts +21 -0
- package/dist/lib/store/user/entities/hamster/types.d.ts +28 -0
- package/dist/lib/store/user/entities/hamster/types.js +2 -0
- package/dist/lib/store/user/entities/lootBox/constants.d.ts +8 -0
- package/dist/lib/store/user/entities/lootBox/constants.js +26 -0
- package/dist/lib/store/user/entities/lootBox/index.d.ts +39 -0
- package/dist/lib/store/user/entities/lootBox/types.d.ts +10 -0
- package/dist/lib/store/user/entities/lootBox/types.js +2 -0
- package/dist/lib/store/user/entities/promoCode/index.d.ts +8 -0
- package/dist/lib/store/user/entities/promoCode/type.d.ts +19 -0
- package/dist/lib/store/user/entities/promoCode/type.js +15 -0
- package/dist/lib/store/user/entities/referral/index.d.ts +30 -0
- package/dist/lib/store/user/entities/referral/types.d.ts +26 -0
- package/dist/lib/store/user/entities/referral/types.js +8 -0
- package/dist/lib/store/user/index.d.ts +59 -0
- package/dist/lib/store/user/services/index.d.ts +31 -0
- package/dist/lib/store/user/services/types.d.ts +4 -0
- package/dist/lib/store/user/services/types.js +2 -0
- package/dist/lib/store/user/services/utils.d.ts +4 -0
- package/dist/lib/store/user/services/utils.js +10 -0
- package/dist/lib/store/user/types.d.ts +270 -0
- package/dist/lib/store/user/types.js +180 -0
- package/dist/lib/store/user/utils.d.ts +4 -0
- package/dist/lib/store/user/utils.js +22 -0
- package/dist/lib/utils/betting.d.ts +4 -0
- package/dist/lib/utils/betting.js +93 -0
- package/dist/lib/utils/casino.d.ts +1 -0
- package/dist/lib/utils/casino.js +6 -0
- package/dist/lib/utils/pagination.d.ts +2 -0
- package/dist/lib/utils/pagination.js +25 -0
- package/dist/lib/utils/shader.d.ts +16 -0
- package/dist/lib/utils/shader.js +27 -0
- package/package.json +63 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Jackpot } from './jackpots/types';
|
|
2
|
+
export declare const enum EAppSocketCommand {
|
|
3
|
+
UserVerification = "user-verification",
|
|
4
|
+
CasinoJackpots = "casino-jackpots",
|
|
5
|
+
GetBalance = "get-balance",
|
|
6
|
+
Wheel = "wheel-update",
|
|
7
|
+
InformationMessages = "info-update"
|
|
8
|
+
}
|
|
9
|
+
export type EventJackpotUpdate = {
|
|
10
|
+
name: EAppSocketCommand.CasinoJackpots;
|
|
11
|
+
id: number;
|
|
12
|
+
isActive: boolean;
|
|
13
|
+
isDrawTime: boolean;
|
|
14
|
+
jackpot: Jackpot;
|
|
15
|
+
} & ({
|
|
16
|
+
isDelete: true;
|
|
17
|
+
ids: (number | string)[];
|
|
18
|
+
} | {
|
|
19
|
+
isDelete: false;
|
|
20
|
+
ids?: any[] | undefined;
|
|
21
|
+
});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TWithdrawResponse, ParseResponseType, TQrFormResponse, HandleDepositQrFormResponse } from './types';
|
|
2
|
+
export declare class MoneyResponse {
|
|
3
|
+
qrFormResponse(data: TQrFormResponse): HandleDepositQrFormResponse;
|
|
4
|
+
private isQRMethod;
|
|
5
|
+
private getQrInfo;
|
|
6
|
+
parseResponse(data: TWithdrawResponse): ParseResponseType;
|
|
7
|
+
private getErrorCodeByStatus;
|
|
8
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { ERequestIds } from '../../binary/types';
|
|
2
|
+
export declare enum EWithdrawStatusCode {
|
|
3
|
+
ManyTime = -38,
|
|
4
|
+
PagsmileDocumentId = -35,
|
|
5
|
+
InstapaysNameSurname = -33,
|
|
6
|
+
PaparaNo = -32,
|
|
7
|
+
PaparaEmpty = -31,
|
|
8
|
+
InvalidBonus = -30,
|
|
9
|
+
PagsmileAccountType2 = -29,
|
|
10
|
+
PagsmileAccountType1 = -28,
|
|
11
|
+
PagsmileAccountType0 = -27,
|
|
12
|
+
PagsmileAccount = -26,
|
|
13
|
+
PagsmileAccountDigit = -25,
|
|
14
|
+
PagsmileBranche = -24,
|
|
15
|
+
PagsmileBankCode = -23,
|
|
16
|
+
PagsmileDocumentType = -22,
|
|
17
|
+
PaykassmaTransactionIsAlreadyProcess = -21,
|
|
18
|
+
ClientBan = -20,
|
|
19
|
+
OperatorInvalidResponse = -18,
|
|
20
|
+
PayazoftTransactionIsAlreadyProcess = -17,
|
|
21
|
+
PayazoftTransactionNotFound = -16,
|
|
22
|
+
ClientNotIdentify = -15,
|
|
23
|
+
ActiveBonus = -14,
|
|
24
|
+
ExceededBalance = -13,
|
|
25
|
+
Max = -12,
|
|
26
|
+
Min = -11,
|
|
27
|
+
OperatorResponseError = -10,
|
|
28
|
+
ResponsibleDate = -9,
|
|
29
|
+
ResponsibleRefill = -8,
|
|
30
|
+
ChannelNotSupportMethod = -7,
|
|
31
|
+
ClientNotRolled = -6,
|
|
32
|
+
ClientNotDeposit = -5,
|
|
33
|
+
ClientCurrency = -4,
|
|
34
|
+
Channel = -3,
|
|
35
|
+
PaymentCurrency = -2,
|
|
36
|
+
Success = 0,
|
|
37
|
+
Postponed = 1,
|
|
38
|
+
NeedOpenApk = 7,
|
|
39
|
+
QrLink = 8,
|
|
40
|
+
QrLinkCode = 9,
|
|
41
|
+
Iframe = 10,
|
|
42
|
+
BarLinkCode = 11,
|
|
43
|
+
PayoutUrl = 12
|
|
44
|
+
}
|
|
45
|
+
export type TWithdrawResponse = {
|
|
46
|
+
status: EWithdrawStatusCode;
|
|
47
|
+
response: any;
|
|
48
|
+
qr?: string;
|
|
49
|
+
url?: string;
|
|
50
|
+
requestId: ERequestIds;
|
|
51
|
+
} & {
|
|
52
|
+
billingAccount: string;
|
|
53
|
+
imgType: EImgType;
|
|
54
|
+
imgTypeMessage: string;
|
|
55
|
+
requestId: ERequestIds.GetBillingAddress;
|
|
56
|
+
status: number;
|
|
57
|
+
};
|
|
58
|
+
export type TQrFormResponse = {
|
|
59
|
+
operationId: number;
|
|
60
|
+
requestId: ERequestIds;
|
|
61
|
+
response: string;
|
|
62
|
+
status: number;
|
|
63
|
+
tag: string;
|
|
64
|
+
};
|
|
65
|
+
export type HandleDepositQrFormResponse = {
|
|
66
|
+
isError: boolean;
|
|
67
|
+
isTag: boolean;
|
|
68
|
+
tagText: string;
|
|
69
|
+
qrInfo: string;
|
|
70
|
+
responseText: string;
|
|
71
|
+
requestId: ERequestIds;
|
|
72
|
+
iconType: EIconType;
|
|
73
|
+
};
|
|
74
|
+
export declare enum EIconType {
|
|
75
|
+
Error = 0,
|
|
76
|
+
Wait = 1,
|
|
77
|
+
Success = 2
|
|
78
|
+
}
|
|
79
|
+
export declare enum EImgType {
|
|
80
|
+
Money = 0,
|
|
81
|
+
RedCoin = 1,
|
|
82
|
+
Pack = 2
|
|
83
|
+
}
|
|
84
|
+
export type ParseResponseType = {
|
|
85
|
+
text: string;
|
|
86
|
+
url: string;
|
|
87
|
+
isQR: boolean;
|
|
88
|
+
iconType: EIconType;
|
|
89
|
+
requestId: ERequestIds;
|
|
90
|
+
isError: boolean;
|
|
91
|
+
} & {
|
|
92
|
+
requestId: ERequestIds.GetBillingAddress;
|
|
93
|
+
billingAccount: string;
|
|
94
|
+
imgType: EImgType;
|
|
95
|
+
};
|
|
96
|
+
export type GetQrInfoProps = {
|
|
97
|
+
qr: string;
|
|
98
|
+
text: string;
|
|
99
|
+
response: string;
|
|
100
|
+
requestId: ERequestIds;
|
|
101
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EImgType = exports.EIconType = exports.EWithdrawStatusCode = void 0;
|
|
4
|
+
var EWithdrawStatusCode;
|
|
5
|
+
(function (EWithdrawStatusCode) {
|
|
6
|
+
EWithdrawStatusCode[EWithdrawStatusCode["ManyTime"] = -38] = "ManyTime";
|
|
7
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PagsmileDocumentId"] = -35] = "PagsmileDocumentId";
|
|
8
|
+
EWithdrawStatusCode[EWithdrawStatusCode["InstapaysNameSurname"] = -33] = "InstapaysNameSurname";
|
|
9
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PaparaNo"] = -32] = "PaparaNo";
|
|
10
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PaparaEmpty"] = -31] = "PaparaEmpty";
|
|
11
|
+
EWithdrawStatusCode[EWithdrawStatusCode["InvalidBonus"] = -30] = "InvalidBonus";
|
|
12
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PagsmileAccountType2"] = -29] = "PagsmileAccountType2";
|
|
13
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PagsmileAccountType1"] = -28] = "PagsmileAccountType1";
|
|
14
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PagsmileAccountType0"] = -27] = "PagsmileAccountType0";
|
|
15
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PagsmileAccount"] = -26] = "PagsmileAccount";
|
|
16
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PagsmileAccountDigit"] = -25] = "PagsmileAccountDigit";
|
|
17
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PagsmileBranche"] = -24] = "PagsmileBranche";
|
|
18
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PagsmileBankCode"] = -23] = "PagsmileBankCode";
|
|
19
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PagsmileDocumentType"] = -22] = "PagsmileDocumentType";
|
|
20
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PaykassmaTransactionIsAlreadyProcess"] = -21] = "PaykassmaTransactionIsAlreadyProcess";
|
|
21
|
+
EWithdrawStatusCode[EWithdrawStatusCode["ClientBan"] = -20] = "ClientBan";
|
|
22
|
+
EWithdrawStatusCode[EWithdrawStatusCode["OperatorInvalidResponse"] = -18] = "OperatorInvalidResponse";
|
|
23
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PayazoftTransactionIsAlreadyProcess"] = -17] = "PayazoftTransactionIsAlreadyProcess";
|
|
24
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PayazoftTransactionNotFound"] = -16] = "PayazoftTransactionNotFound";
|
|
25
|
+
EWithdrawStatusCode[EWithdrawStatusCode["ClientNotIdentify"] = -15] = "ClientNotIdentify";
|
|
26
|
+
EWithdrawStatusCode[EWithdrawStatusCode["ActiveBonus"] = -14] = "ActiveBonus";
|
|
27
|
+
EWithdrawStatusCode[EWithdrawStatusCode["ExceededBalance"] = -13] = "ExceededBalance";
|
|
28
|
+
EWithdrawStatusCode[EWithdrawStatusCode["Max"] = -12] = "Max";
|
|
29
|
+
EWithdrawStatusCode[EWithdrawStatusCode["Min"] = -11] = "Min";
|
|
30
|
+
EWithdrawStatusCode[EWithdrawStatusCode["OperatorResponseError"] = -10] = "OperatorResponseError";
|
|
31
|
+
EWithdrawStatusCode[EWithdrawStatusCode["ResponsibleDate"] = -9] = "ResponsibleDate";
|
|
32
|
+
EWithdrawStatusCode[EWithdrawStatusCode["ResponsibleRefill"] = -8] = "ResponsibleRefill";
|
|
33
|
+
EWithdrawStatusCode[EWithdrawStatusCode["ChannelNotSupportMethod"] = -7] = "ChannelNotSupportMethod";
|
|
34
|
+
EWithdrawStatusCode[EWithdrawStatusCode["ClientNotRolled"] = -6] = "ClientNotRolled";
|
|
35
|
+
EWithdrawStatusCode[EWithdrawStatusCode["ClientNotDeposit"] = -5] = "ClientNotDeposit";
|
|
36
|
+
EWithdrawStatusCode[EWithdrawStatusCode["ClientCurrency"] = -4] = "ClientCurrency";
|
|
37
|
+
EWithdrawStatusCode[EWithdrawStatusCode["Channel"] = -3] = "Channel";
|
|
38
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PaymentCurrency"] = -2] = "PaymentCurrency";
|
|
39
|
+
EWithdrawStatusCode[EWithdrawStatusCode["Success"] = 0] = "Success";
|
|
40
|
+
EWithdrawStatusCode[EWithdrawStatusCode["Postponed"] = 1] = "Postponed";
|
|
41
|
+
EWithdrawStatusCode[EWithdrawStatusCode["NeedOpenApk"] = 7] = "NeedOpenApk";
|
|
42
|
+
EWithdrawStatusCode[EWithdrawStatusCode["QrLink"] = 8] = "QrLink";
|
|
43
|
+
EWithdrawStatusCode[EWithdrawStatusCode["QrLinkCode"] = 9] = "QrLinkCode";
|
|
44
|
+
EWithdrawStatusCode[EWithdrawStatusCode["Iframe"] = 10] = "Iframe";
|
|
45
|
+
EWithdrawStatusCode[EWithdrawStatusCode["BarLinkCode"] = 11] = "BarLinkCode";
|
|
46
|
+
EWithdrawStatusCode[EWithdrawStatusCode["PayoutUrl"] = 12] = "PayoutUrl";
|
|
47
|
+
})(EWithdrawStatusCode || (exports.EWithdrawStatusCode = EWithdrawStatusCode = {}));
|
|
48
|
+
var EIconType;
|
|
49
|
+
(function (EIconType) {
|
|
50
|
+
EIconType[EIconType["Error"] = 0] = "Error";
|
|
51
|
+
EIconType[EIconType["Wait"] = 1] = "Wait";
|
|
52
|
+
EIconType[EIconType["Success"] = 2] = "Success";
|
|
53
|
+
})(EIconType || (exports.EIconType = EIconType = {}));
|
|
54
|
+
var EImgType;
|
|
55
|
+
(function (EImgType) {
|
|
56
|
+
EImgType[EImgType["Money"] = 0] = "Money";
|
|
57
|
+
EImgType[EImgType["RedCoin"] = 1] = "RedCoin";
|
|
58
|
+
EImgType[EImgType["Pack"] = 2] = "Pack";
|
|
59
|
+
})(EImgType || (exports.EImgType = EImgType = {}));
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { UpdateData } from './type';
|
|
2
|
+
export declare class Observable {
|
|
3
|
+
callbackQueue: {
|
|
4
|
+
[callbackId: string]: (d: any) => void;
|
|
5
|
+
};
|
|
6
|
+
lastUpdate: {
|
|
7
|
+
[uid: string]: any;
|
|
8
|
+
};
|
|
9
|
+
endTimeOfLive: number;
|
|
10
|
+
currentTime: number;
|
|
11
|
+
constructor();
|
|
12
|
+
addToCallbackQueue(id: string, callback: (d: any) => void): void;
|
|
13
|
+
sendUpdate: (props: UpdateData & {
|
|
14
|
+
fn: (d: any) => void;
|
|
15
|
+
}) => boolean;
|
|
16
|
+
update(props: UpdateData): void;
|
|
17
|
+
removeFn(id: string): void;
|
|
18
|
+
removeAll(): void;
|
|
19
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export type BaseObservableSubscriber = {
|
|
2
|
+
uid: string;
|
|
3
|
+
callback: <T>(value: T) => void;
|
|
4
|
+
};
|
|
5
|
+
export type UpdateData = {
|
|
6
|
+
data: any;
|
|
7
|
+
isArray?: boolean;
|
|
8
|
+
uid?: string;
|
|
9
|
+
withCompare?: boolean;
|
|
10
|
+
property?: string;
|
|
11
|
+
} & ({
|
|
12
|
+
withCompare: true;
|
|
13
|
+
property: string;
|
|
14
|
+
} | {
|
|
15
|
+
withCompare?: false | undefined;
|
|
16
|
+
property?: string;
|
|
17
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Observable } from 'service/observable';
|
|
2
|
+
import { ObservableEntities, ObservableEntitySubscriber } from './types';
|
|
3
|
+
import { BaseObservableSubscriber, UpdateData } from 'service/observable/type';
|
|
4
|
+
export declare class ObservableEntity<T> {
|
|
5
|
+
observable: Observable;
|
|
6
|
+
subscribes: ObservableEntities<T>;
|
|
7
|
+
constructor();
|
|
8
|
+
sendUpdateEntity(d: BaseObservableSubscriber & {
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
}): UpdateData | null;
|
|
11
|
+
sendUpdates(): void;
|
|
12
|
+
subscribe(props: ObservableEntitySubscriber<T>): void;
|
|
13
|
+
unsubscribe(uid: string): void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { CasinoHistoryBet } from 'store/operations/entities/casinoHistory/types';
|
|
2
|
+
import { AdaptedCasinoGameOperationsProps, HandleAdditionalUserInfoProps, HandlePaymentOperationsProps, HandleTicketResultProps } from './types';
|
|
3
|
+
export declare const getUserSettingInfo: (json: string) => {
|
|
4
|
+
betSlipSettingsInit: {
|
|
5
|
+
isFastBetMode: any;
|
|
6
|
+
fastBetStake: any;
|
|
7
|
+
changeTypeOdd: any;
|
|
8
|
+
alternativeStakeAllowed: any;
|
|
9
|
+
cashoutChangeType: any;
|
|
10
|
+
clearBetSlip: any;
|
|
11
|
+
pendingCashout: any;
|
|
12
|
+
submitCashoutModal: any;
|
|
13
|
+
betSlipTab: any;
|
|
14
|
+
isAddToFavorites: any;
|
|
15
|
+
activePresetType: any;
|
|
16
|
+
presets: any;
|
|
17
|
+
};
|
|
18
|
+
userInfoInit: {
|
|
19
|
+
avatarId: any;
|
|
20
|
+
};
|
|
21
|
+
eventDetailsInit: {
|
|
22
|
+
favoriteMarkets: any;
|
|
23
|
+
rospisView: any;
|
|
24
|
+
};
|
|
25
|
+
casinoFavorites: any;
|
|
26
|
+
};
|
|
27
|
+
export declare const adaptedBackOfficeInfo: (result: {
|
|
28
|
+
backOfficeSettings: any;
|
|
29
|
+
}) => {
|
|
30
|
+
settings: any;
|
|
31
|
+
topEvents: any;
|
|
32
|
+
registrationCurrencies: any;
|
|
33
|
+
};
|
|
34
|
+
export declare const adaptedAdditionalUserInfo: (result: any) => {
|
|
35
|
+
balance: any;
|
|
36
|
+
isAvailableBonusPack: boolean;
|
|
37
|
+
userPermissions: {
|
|
38
|
+
isBonusBan: boolean;
|
|
39
|
+
isBetsPause: boolean;
|
|
40
|
+
minDepOdd: number;
|
|
41
|
+
isLoginBan: boolean;
|
|
42
|
+
isWithdrawalBan: boolean;
|
|
43
|
+
isWithDrawalPostponed: boolean;
|
|
44
|
+
isCashOutBan: boolean;
|
|
45
|
+
verificationStatus: any;
|
|
46
|
+
};
|
|
47
|
+
totalDeposit: any;
|
|
48
|
+
requestId: any;
|
|
49
|
+
};
|
|
50
|
+
export declare const adaptedOperationInfo: (result: HandleAdditionalUserInfoProps) => {
|
|
51
|
+
ticketTimestamps: number[];
|
|
52
|
+
operationTimestamps: number[];
|
|
53
|
+
casinoGamesTimestamps: number[];
|
|
54
|
+
ticketsInGame: any[];
|
|
55
|
+
currentOperations: any;
|
|
56
|
+
};
|
|
57
|
+
export declare const adaptedCasinoGameOperations: (result: AdaptedCasinoGameOperationsProps) => CasinoHistoryBet[];
|
|
58
|
+
export declare const adaptedPaymentOperations: (result: HandlePaymentOperationsProps) => any;
|
|
59
|
+
export declare const adaptedTicketResponse: (ticketResponse: HandleTicketResultProps) => {
|
|
60
|
+
payout: number;
|
|
61
|
+
points: number;
|
|
62
|
+
bonusBalance: number;
|
|
63
|
+
acceptedOdd: number;
|
|
64
|
+
settlementOdd: number;
|
|
65
|
+
requestId: number;
|
|
66
|
+
id: number;
|
|
67
|
+
status: number;
|
|
68
|
+
balance: {
|
|
69
|
+
bonusBalance: number;
|
|
70
|
+
deposit: number;
|
|
71
|
+
inGameBalance: number;
|
|
72
|
+
inGameBonusBalance: number;
|
|
73
|
+
inGameTotoBalance: number;
|
|
74
|
+
loyaltyLvl: number;
|
|
75
|
+
loyaltyWager: number;
|
|
76
|
+
mainBalance: number;
|
|
77
|
+
points: number;
|
|
78
|
+
successDepositCnt: number;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.adaptedTicketResponse = exports.adaptedPaymentOperations = exports.adaptedCasinoGameOperations = exports.adaptedOperationInfo = exports.adaptedAdditionalUserInfo = exports.adaptedBackOfficeInfo = exports.getUserSettingInfo = void 0;
|
|
4
|
+
const utils_1 = require("../../store/operations/utils");
|
|
5
|
+
const constants_1 = require("./constants");
|
|
6
|
+
const utils_2 = require("./utils");
|
|
7
|
+
// JSON SETTINGS
|
|
8
|
+
const getUserSettingInfo = (json) => {
|
|
9
|
+
try {
|
|
10
|
+
const data = JSON.parse(json);
|
|
11
|
+
const { betSlipSettings, userInfo, eventDetailsSettings, casinoFavorites = {}, } = data;
|
|
12
|
+
const betSlipSettingsInit = {
|
|
13
|
+
isFastBetMode: betSlipSettings.isFastBetMode || false,
|
|
14
|
+
fastBetStake: betSlipSettings.fastBetStake || '',
|
|
15
|
+
changeTypeOdd: betSlipSettings.changeTypeOdd || 0,
|
|
16
|
+
alternativeStakeAllowed: betSlipSettings.alternativeStakeAllowed || false,
|
|
17
|
+
cashoutChangeType: betSlipSettings.cashoutChangeType || 0,
|
|
18
|
+
clearBetSlip: betSlipSettings.clearBetSlip || false,
|
|
19
|
+
pendingCashout: betSlipSettings.pendingCashout || false,
|
|
20
|
+
submitCashoutModal: betSlipSettings.submitCashoutModal || false,
|
|
21
|
+
betSlipTab: betSlipSettings.betSlipTab || 0,
|
|
22
|
+
isAddToFavorites: betSlipSettings.isAddToFavorites || false,
|
|
23
|
+
activePresetType: betSlipSettings.activePresetType || 0,
|
|
24
|
+
presets: betSlipSettings.presets || [],
|
|
25
|
+
};
|
|
26
|
+
const userInfoInit = {
|
|
27
|
+
avatarId: (userInfo === null || userInfo === void 0 ? void 0 : userInfo.avatarId) || 0,
|
|
28
|
+
};
|
|
29
|
+
const eventDetailsInit = {
|
|
30
|
+
favoriteMarkets: eventDetailsSettings.favoriteMarkets || {},
|
|
31
|
+
rospisView: eventDetailsSettings.rospisView || 0, //TODO | ERospisView.Base,
|
|
32
|
+
};
|
|
33
|
+
return {
|
|
34
|
+
betSlipSettingsInit,
|
|
35
|
+
userInfoInit,
|
|
36
|
+
eventDetailsInit,
|
|
37
|
+
casinoFavorites,
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
catch (error) {
|
|
41
|
+
console.log(error, 'ERROR FAVdata');
|
|
42
|
+
return null;
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
exports.getUserSettingInfo = getUserSettingInfo;
|
|
46
|
+
const adaptedBackOfficeInfo = (result) => {
|
|
47
|
+
var _a;
|
|
48
|
+
const { backOfficeSettings = {} } = result;
|
|
49
|
+
if (!backOfficeSettings.topEvents) {
|
|
50
|
+
console.error('ERROR NOT FOUND topEvents:', result);
|
|
51
|
+
}
|
|
52
|
+
const topEvents = ((_a = backOfficeSettings.topEvents) === null || _a === void 0 ? void 0 : _a.sort((a, b) => a.position - b.position)) || [];
|
|
53
|
+
const registrationCurrencies = backOfficeSettings.registrationCurrencies;
|
|
54
|
+
const settings = backOfficeSettings.settings;
|
|
55
|
+
return {
|
|
56
|
+
settings,
|
|
57
|
+
topEvents,
|
|
58
|
+
registrationCurrencies,
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
exports.adaptedBackOfficeInfo = adaptedBackOfficeInfo;
|
|
62
|
+
const adaptedAdditionalUserInfo = (result) => {
|
|
63
|
+
const { balance, bonusPackInfo, totalDeposit, requestId } = result;
|
|
64
|
+
return {
|
|
65
|
+
balance: (0, utils_2.adaptedBalance)(balance),
|
|
66
|
+
isAvailableBonusPack: Boolean(bonusPackInfo.isAvailableBonusPack),
|
|
67
|
+
userPermissions: (0, utils_2.adaptedUserPermissions)({
|
|
68
|
+
bonusPackInfo,
|
|
69
|
+
isVerificationIgnored: bonusPackInfo.isVerificationIgnored,
|
|
70
|
+
verificationStatus: bonusPackInfo.verificationStatus,
|
|
71
|
+
}),
|
|
72
|
+
totalDeposit,
|
|
73
|
+
requestId,
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
exports.adaptedAdditionalUserInfo = adaptedAdditionalUserInfo;
|
|
77
|
+
// OPERATIONS ADAPTED
|
|
78
|
+
const adaptedOperationInfo = (result) => {
|
|
79
|
+
const { availableTicketDates, availableOperationDates, casinoDates, inGameTickets, currentOperations, } = result;
|
|
80
|
+
const ticketTimestamps = Object.values(availableTicketDates).map((ticket) => ticket.timestamp * 1000);
|
|
81
|
+
const operationTimestamps = Object.values(availableOperationDates).map((ticket) => ticket.timestamp * 1000);
|
|
82
|
+
const casinoGamesTimestamps = Object.values(casinoDates)
|
|
83
|
+
.map((ticket) => ticket.timestamp * 1000)
|
|
84
|
+
.sort((a, b) => a - b); // sort by timestamp
|
|
85
|
+
const ticketsInGame = Object.values(inGameTickets).map(({ ticket }) => ticket);
|
|
86
|
+
const currentOperationsData = (0, utils_1.adaptedOperations)(Object.values(currentOperations).map(({ operation }) => operation));
|
|
87
|
+
return {
|
|
88
|
+
ticketTimestamps,
|
|
89
|
+
operationTimestamps,
|
|
90
|
+
casinoGamesTimestamps,
|
|
91
|
+
ticketsInGame,
|
|
92
|
+
currentOperations: currentOperationsData,
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
exports.adaptedOperationInfo = adaptedOperationInfo;
|
|
96
|
+
const adaptedCasinoGameOperations = (result) => {
|
|
97
|
+
const { operations } = result;
|
|
98
|
+
return Object.values(operations).map(({ operation }) => (Object.assign(Object.assign({}, operation), { creationTimestamp: operation.creationTimestamp * 1000, dateEnd: operation.dateEnd * 1000, betsAmount: operation.betsAmount / 100, winsAmount: operation.winsAmount / 100, refundsAmount: operation.refundsAmount / 100 })));
|
|
99
|
+
};
|
|
100
|
+
exports.adaptedCasinoGameOperations = adaptedCasinoGameOperations;
|
|
101
|
+
// TODO rename
|
|
102
|
+
const adaptedPaymentOperations = (result) => {
|
|
103
|
+
const operations = Object.values(result.operations)
|
|
104
|
+
.map(({ operation }) => operation
|
|
105
|
+
// TODO this should to remove bonuses
|
|
106
|
+
)
|
|
107
|
+
.filter((o) => o.provider !== constants_1.BONUS_OPERATION_NUMBER);
|
|
108
|
+
return (0, utils_1.adaptedOperations)(operations).map((o) => (0, utils_1.adaptedWithdrawOrDeposit)(o));
|
|
109
|
+
};
|
|
110
|
+
exports.adaptedPaymentOperations = adaptedPaymentOperations;
|
|
111
|
+
// NOTICE: only for result of ticket
|
|
112
|
+
const adaptedTicketResponse = (ticketResponse) => (Object.assign(Object.assign({}, ticketResponse), { payout: ticketResponse.payout / 100, points: ticketResponse.points / 100, bonusBalance: ticketResponse.bonusBalance / 100, acceptedOdd: ticketResponse.acceptedOdd / 1000, settlementOdd: ticketResponse.settlementOdd / 1000 }));
|
|
113
|
+
exports.adaptedTicketResponse = adaptedTicketResponse;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BONUS_OPERATION_NUMBER = 2;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { MoneyResponse } from '../moneyResponse';
|
|
2
|
+
import { SendCommand, TBettingSettings, TCasinoSettings } from '../../socket/types';
|
|
3
|
+
import { Casino } from '../../store/casino';
|
|
4
|
+
import { CasinoTournaments } from '../../store/casino/entities/casinoTournaments';
|
|
5
|
+
import { UserOperations } from '../../store/operations';
|
|
6
|
+
import { User } from '../../store/user';
|
|
7
|
+
import { Betting } from '../../store/betting';
|
|
8
|
+
import { Lottery } from 'store/lottery';
|
|
9
|
+
import { HandleBackOfficeResponse } from './types';
|
|
10
|
+
import { ResponseAdapterService } from './services';
|
|
11
|
+
import { SocketServices } from 'socket/services';
|
|
12
|
+
import { AdaptedCasinoTournamentProps } from 'store/casino/entities/casinoTournaments/types';
|
|
13
|
+
export declare class ResponseAdapter {
|
|
14
|
+
callbackStatus: (s: string, result: any) => void;
|
|
15
|
+
sendCommand: SendCommand;
|
|
16
|
+
services: ResponseAdapterService;
|
|
17
|
+
parentService: SocketServices;
|
|
18
|
+
casino: Casino;
|
|
19
|
+
operations: UserOperations;
|
|
20
|
+
casinoTournament: CasinoTournaments;
|
|
21
|
+
moneyResponse: MoneyResponse;
|
|
22
|
+
user: User;
|
|
23
|
+
betting: Betting;
|
|
24
|
+
lottery: Lottery;
|
|
25
|
+
constructor(callbackStatus: (s: string, result: any) => void, casinoSettings: TCasinoSettings, bettingSettings: TBettingSettings, language: string, sendCommand: SendCommand, parentService: SocketServices);
|
|
26
|
+
resultEffect(key: string, result?: any): void;
|
|
27
|
+
private handleBonusPackAvailable;
|
|
28
|
+
private handleBetSlipResponse;
|
|
29
|
+
private handleBetHistory;
|
|
30
|
+
private handleLotteryTicketsResponse;
|
|
31
|
+
private handleHistoryTickets;
|
|
32
|
+
private handleBuyLotteryTicketResponse;
|
|
33
|
+
private handleLotteryHistoryTickets;
|
|
34
|
+
private handleOperations;
|
|
35
|
+
private handleBetStop;
|
|
36
|
+
private ticketSummaryResultResponse;
|
|
37
|
+
private ticketResultResponse;
|
|
38
|
+
private handleAdditionalUserInfo;
|
|
39
|
+
handleBackOfficeSettings(result: HandleBackOfficeResponse): void;
|
|
40
|
+
handleCasinoTournament(result: AdaptedCasinoTournamentProps, isInitial?: boolean): void;
|
|
41
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CallbackStatus, SendCommand } from 'socket/types';
|
|
2
|
+
import { ResponseAdapter } from '..';
|
|
3
|
+
import { ResponseAdapterServiceProps } from './types';
|
|
4
|
+
export declare class ResponseAdapterService {
|
|
5
|
+
parent: ResponseAdapter;
|
|
6
|
+
sendCallbackStatus: CallbackStatus;
|
|
7
|
+
sendCommand: SendCommand;
|
|
8
|
+
constructor(props: ResponseAdapterServiceProps);
|
|
9
|
+
getSettings(): import("socket/types").ISocketSettings;
|
|
10
|
+
getSocketLanguage(): string;
|
|
11
|
+
getEventKeyTypeEvent(eventTypeRadar: number, objectId: number): string;
|
|
12
|
+
}
|