react-memory-optimization 0.0.37 → 0.0.39
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/bundle.js +1 -1
- package/dist/lib/binary/constants/requestModules/PlixoTryRequests.d.ts +2 -0
- package/dist/lib/binary/constants/requestModules/PlixoTryRequests.js +283 -0
- package/dist/lib/binary/constants/requests.js +3 -2
- package/dist/lib/store/user/types.d.ts +7 -4
- package/dist/lib/store/user/types.js +7 -4
- package/package.json +1 -1
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PLIXO_TRY_REQUESTS = void 0;
|
|
4
|
+
const types_1 = require("binary/types");
|
|
5
|
+
exports.PLIXO_TRY_REQUESTS = {
|
|
6
|
+
'\\205x207x208x210_plixo_try_deposit': {
|
|
7
|
+
command: 'BetPaykassmaDeposit',
|
|
8
|
+
responseKey: 'requestWellxpayWithdraw',
|
|
9
|
+
writeScheme: [
|
|
10
|
+
{
|
|
11
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
12
|
+
binary: types_1.EWriteDataType.Long,
|
|
13
|
+
key: 'bonusId',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
17
|
+
binary: types_1.EWriteDataType.Short,
|
|
18
|
+
key: 'currencyId',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
22
|
+
binary: types_1.EWriteDataType.Byte,
|
|
23
|
+
key: 'channelId',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
27
|
+
binary: types_1.EWriteDataType.UTF,
|
|
28
|
+
key: 'name',
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
32
|
+
binary: types_1.EWriteDataType.UTF,
|
|
33
|
+
key: 'sureName',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
37
|
+
binary: types_1.EWriteDataType.UTF,
|
|
38
|
+
key: 'email',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
42
|
+
binary: types_1.EWriteDataType.UTF,
|
|
43
|
+
key: 'phone',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
47
|
+
binary: types_1.EWriteDataType.Int,
|
|
48
|
+
key: 'amount',
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
52
|
+
binary: types_1.EWriteDataType.Byte,
|
|
53
|
+
key: 'requestId',
|
|
54
|
+
},
|
|
55
|
+
],
|
|
56
|
+
},
|
|
57
|
+
'\\213_plixo_try_deposit': {
|
|
58
|
+
command: 'BetPaykassmaDeposit',
|
|
59
|
+
responseKey: 'requestWellxpayWithdraw',
|
|
60
|
+
writeScheme: [
|
|
61
|
+
{
|
|
62
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
63
|
+
binary: types_1.EWriteDataType.Long,
|
|
64
|
+
key: 'bonusId',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
68
|
+
binary: types_1.EWriteDataType.Short,
|
|
69
|
+
key: 'currencyId',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
73
|
+
binary: types_1.EWriteDataType.Byte,
|
|
74
|
+
key: 'channelId',
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
78
|
+
binary: types_1.EWriteDataType.UTF,
|
|
79
|
+
key: 'name',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
83
|
+
binary: types_1.EWriteDataType.UTF,
|
|
84
|
+
key: 'sureName',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
88
|
+
binary: types_1.EWriteDataType.UTF,
|
|
89
|
+
key: 'email',
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
93
|
+
binary: types_1.EWriteDataType.UTF,
|
|
94
|
+
key: 'phone',
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
98
|
+
binary: types_1.EWriteDataType.UTF,
|
|
99
|
+
key: 'documentId',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
103
|
+
binary: types_1.EWriteDataType.Int,
|
|
104
|
+
key: 'amount',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
108
|
+
binary: types_1.EWriteDataType.Byte,
|
|
109
|
+
key: 'requestId',
|
|
110
|
+
},
|
|
111
|
+
],
|
|
112
|
+
},
|
|
113
|
+
'\\206_plixo_try_deposit': {
|
|
114
|
+
command: 'BetPaykassmaDeposit',
|
|
115
|
+
responseKey: 'requestWellxpayWithdraw',
|
|
116
|
+
writeScheme: [
|
|
117
|
+
{
|
|
118
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
119
|
+
binary: types_1.EWriteDataType.Long,
|
|
120
|
+
key: 'bonusId',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
124
|
+
binary: types_1.EWriteDataType.Short,
|
|
125
|
+
key: 'currencyId',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
129
|
+
binary: types_1.EWriteDataType.Byte,
|
|
130
|
+
key: 'channelId',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
134
|
+
binary: types_1.EWriteDataType.UTF,
|
|
135
|
+
key: 'name',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
139
|
+
binary: types_1.EWriteDataType.UTF,
|
|
140
|
+
key: 'sureName',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
144
|
+
binary: types_1.EWriteDataType.Int,
|
|
145
|
+
key: 'amount',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
149
|
+
binary: types_1.EWriteDataType.Byte,
|
|
150
|
+
key: 'requestId',
|
|
151
|
+
},
|
|
152
|
+
],
|
|
153
|
+
},
|
|
154
|
+
// Withdraw
|
|
155
|
+
'\\205_plixo_try_withdraw': {
|
|
156
|
+
command: 'BetPaymentCreateWithdraw',
|
|
157
|
+
responseKey: 'requestWellxpayWithdraw',
|
|
158
|
+
writeScheme: [
|
|
159
|
+
{
|
|
160
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
161
|
+
binary: types_1.EWriteDataType.Short,
|
|
162
|
+
key: 'currencyId',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
166
|
+
binary: types_1.EWriteDataType.Byte,
|
|
167
|
+
key: 'channelId',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
171
|
+
binary: types_1.EWriteDataType.UTF,
|
|
172
|
+
key: 'name',
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
176
|
+
binary: types_1.EWriteDataType.UTF,
|
|
177
|
+
key: 'sureName',
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
181
|
+
binary: types_1.EWriteDataType.Int,
|
|
182
|
+
key: 'amount',
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
186
|
+
binary: types_1.EWriteDataType.Byte,
|
|
187
|
+
key: 'requestId',
|
|
188
|
+
},
|
|
189
|
+
],
|
|
190
|
+
},
|
|
191
|
+
'\\206_plixo_try_withdraw': {
|
|
192
|
+
command: 'BetPaymentCreateWithdraw',
|
|
193
|
+
responseKey: 'requestWellxpayWithdraw',
|
|
194
|
+
writeScheme: [
|
|
195
|
+
{
|
|
196
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
197
|
+
binary: types_1.EWriteDataType.Short,
|
|
198
|
+
key: 'currencyId',
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
202
|
+
binary: types_1.EWriteDataType.Byte,
|
|
203
|
+
key: 'channelId',
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
207
|
+
binary: types_1.EWriteDataType.UTF,
|
|
208
|
+
key: 'name',
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
212
|
+
binary: types_1.EWriteDataType.UTF,
|
|
213
|
+
key: 'sureName',
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
217
|
+
binary: types_1.EWriteDataType.UTF,
|
|
218
|
+
key: 'bankName',
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
222
|
+
binary: types_1.EWriteDataType.Int,
|
|
223
|
+
key: 'amount',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
227
|
+
binary: types_1.EWriteDataType.Byte,
|
|
228
|
+
key: 'requestId',
|
|
229
|
+
},
|
|
230
|
+
],
|
|
231
|
+
},
|
|
232
|
+
'\\207x208x210x213x224_plixo_try_deposit': {
|
|
233
|
+
command: 'BetPaymentCreateWithdraw',
|
|
234
|
+
responseKey: 'requestWellxpayWithdraw',
|
|
235
|
+
writeScheme: [
|
|
236
|
+
{
|
|
237
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
238
|
+
binary: types_1.EWriteDataType.Short,
|
|
239
|
+
key: 'currencyId',
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
243
|
+
binary: types_1.EWriteDataType.Byte,
|
|
244
|
+
key: 'channelId',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
248
|
+
binary: types_1.EWriteDataType.UTF,
|
|
249
|
+
key: 'name',
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
253
|
+
binary: types_1.EWriteDataType.UTF,
|
|
254
|
+
key: 'sureName',
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
258
|
+
binary: types_1.EWriteDataType.UTF,
|
|
259
|
+
key: 'email',
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
263
|
+
binary: types_1.EWriteDataType.UTF,
|
|
264
|
+
key: 'phone',
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
268
|
+
binary: types_1.EWriteDataType.UTF,
|
|
269
|
+
key: 'documentId',
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
273
|
+
binary: types_1.EWriteDataType.Int,
|
|
274
|
+
key: 'amount',
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
278
|
+
binary: types_1.EWriteDataType.Byte,
|
|
279
|
+
key: 'requestId',
|
|
280
|
+
},
|
|
281
|
+
],
|
|
282
|
+
},
|
|
283
|
+
};
|
|
@@ -4,7 +4,8 @@ exports.REQUEST_COMMANDS = void 0;
|
|
|
4
4
|
const types_1 = require("binary/types");
|
|
5
5
|
const PlixoRequests_1 = require("./requestModules/PlixoRequests");
|
|
6
6
|
const APayRequest_1 = require("./requestModules/APayRequest");
|
|
7
|
-
|
|
7
|
+
const PlixoTryRequests_1 = require("./requestModules/PlixoTryRequests");
|
|
8
|
+
exports.REQUEST_COMMANDS = Object.assign(Object.assign(Object.assign({ '\\x0': {
|
|
8
9
|
command: 'GeoProviders',
|
|
9
10
|
responseKey: '-',
|
|
10
11
|
writeScheme: [],
|
|
@@ -3292,4 +3293,4 @@ exports.REQUEST_COMMANDS = Object.assign(Object.assign({ '\\x0': {
|
|
|
3292
3293
|
key: 'requestId',
|
|
3293
3294
|
},
|
|
3294
3295
|
],
|
|
3295
|
-
} }, PlixoRequests_1.PLIXO_REQUESTS), APayRequest_1.APAY_REQUESTS);
|
|
3296
|
+
} }, PlixoRequests_1.PLIXO_REQUESTS), APayRequest_1.APAY_REQUESTS), PlixoTryRequests_1.PLIXO_TRY_REQUESTS);
|
|
@@ -219,12 +219,15 @@ export declare enum PaymentChannelType {
|
|
|
219
219
|
TurkishPayFix = 198,
|
|
220
220
|
Pix = 201,
|
|
221
221
|
BankPix = 202,
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
222
|
+
PlixopayPayco = 205,
|
|
223
|
+
PlixopayFast = 206,
|
|
224
|
+
PlixopayPaybol = 207,
|
|
225
|
+
PlixopayPaypay = 208,
|
|
226
|
+
PlixopayPapara = 210,
|
|
226
227
|
BKashFast = 211,
|
|
227
228
|
PKRJazzcash = 212,
|
|
229
|
+
PlixopayPopypara = 213,
|
|
230
|
+
PlixopayParaparola = 224,
|
|
228
231
|
PKREasypaisa = 216,
|
|
229
232
|
MNXSpei = 217,
|
|
230
233
|
GLDNBKash = 218,
|
|
@@ -118,13 +118,16 @@ var PaymentChannelType;
|
|
|
118
118
|
PaymentChannelType[PaymentChannelType["TurkishPayFix"] = 198] = "TurkishPayFix";
|
|
119
119
|
PaymentChannelType[PaymentChannelType["Pix"] = 201] = "Pix";
|
|
120
120
|
PaymentChannelType[PaymentChannelType["BankPix"] = 202] = "BankPix";
|
|
121
|
-
PaymentChannelType[PaymentChannelType["
|
|
122
|
-
PaymentChannelType[PaymentChannelType["
|
|
123
|
-
PaymentChannelType[PaymentChannelType["
|
|
124
|
-
PaymentChannelType[PaymentChannelType["
|
|
121
|
+
PaymentChannelType[PaymentChannelType["PlixopayPayco"] = 205] = "PlixopayPayco";
|
|
122
|
+
PaymentChannelType[PaymentChannelType["PlixopayFast"] = 206] = "PlixopayFast";
|
|
123
|
+
PaymentChannelType[PaymentChannelType["PlixopayPaybol"] = 207] = "PlixopayPaybol";
|
|
124
|
+
PaymentChannelType[PaymentChannelType["PlixopayPaypay"] = 208] = "PlixopayPaypay";
|
|
125
|
+
PaymentChannelType[PaymentChannelType["PlixopayPapara"] = 210] = "PlixopayPapara";
|
|
125
126
|
PaymentChannelType[PaymentChannelType["BKashFast"] = 211] = "BKashFast";
|
|
126
127
|
// PKR
|
|
127
128
|
PaymentChannelType[PaymentChannelType["PKRJazzcash"] = 212] = "PKRJazzcash";
|
|
129
|
+
PaymentChannelType[PaymentChannelType["PlixopayPopypara"] = 213] = "PlixopayPopypara";
|
|
130
|
+
PaymentChannelType[PaymentChannelType["PlixopayParaparola"] = 224] = "PlixopayParaparola";
|
|
128
131
|
PaymentChannelType[PaymentChannelType["PKREasypaisa"] = 216] = "PKREasypaisa";
|
|
129
132
|
PaymentChannelType[PaymentChannelType["MNXSpei"] = 217] = "MNXSpei";
|
|
130
133
|
// GLDN
|