react-memory-optimization 0.0.29 → 0.0.31
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/PlixoRequests.d.ts +2 -0
- package/dist/lib/binary/constants/PlixoRequests.js +176 -0
- package/dist/lib/binary/constants/requests.js +86 -170
- package/dist/lib/store/user/types.d.ts +9 -1
- package/dist/lib/store/user/types.js +8 -0
- package/package.json +1 -1
|
@@ -2,13 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.REQUEST_COMMANDS = void 0;
|
|
4
4
|
const types_1 = require("binary/types");
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
const PlixoRequests_1 = require("./PlixoRequests");
|
|
6
|
+
exports.REQUEST_COMMANDS = Object.assign({ '\\x0': {
|
|
7
7
|
command: 'GeoProviders',
|
|
8
8
|
responseKey: '-',
|
|
9
9
|
writeScheme: [],
|
|
10
|
-
},
|
|
11
|
-
'\\x01': {
|
|
10
|
+
}, '\\x01': {
|
|
12
11
|
command: 'UserData',
|
|
13
12
|
responseKey: '-',
|
|
14
13
|
writeScheme: [
|
|
@@ -18,8 +17,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
18
17
|
key: 'requestId',
|
|
19
18
|
},
|
|
20
19
|
],
|
|
21
|
-
},
|
|
22
|
-
'\\x00': {
|
|
20
|
+
}, '\\x00': {
|
|
23
21
|
command: 'AuthByToken',
|
|
24
22
|
responseKey: '-',
|
|
25
23
|
writeScheme: [
|
|
@@ -59,8 +57,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
59
57
|
key: 'requestId',
|
|
60
58
|
},
|
|
61
59
|
],
|
|
62
|
-
},
|
|
63
|
-
'\\x02': {
|
|
60
|
+
}, '\\x02': {
|
|
64
61
|
responseKey: '-',
|
|
65
62
|
command: 'AuthByLogin',
|
|
66
63
|
writeScheme: [
|
|
@@ -105,13 +102,11 @@ exports.REQUEST_COMMANDS = {
|
|
|
105
102
|
key: 'requestId',
|
|
106
103
|
},
|
|
107
104
|
],
|
|
108
|
-
},
|
|
109
|
-
'\\x03': {
|
|
105
|
+
}, '\\x03': {
|
|
110
106
|
command: 'LogOut',
|
|
111
107
|
responseKey: '-',
|
|
112
108
|
writeScheme: [],
|
|
113
|
-
},
|
|
114
|
-
'\\x04': {
|
|
109
|
+
}, '\\x04': {
|
|
115
110
|
command: 'DemoInit',
|
|
116
111
|
responseKey: '-',
|
|
117
112
|
writeScheme: [
|
|
@@ -136,8 +131,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
136
131
|
key: 'requestId',
|
|
137
132
|
},
|
|
138
133
|
],
|
|
139
|
-
},
|
|
140
|
-
'\\05x': {
|
|
134
|
+
}, '\\05x': {
|
|
141
135
|
command: 'Registration',
|
|
142
136
|
responseKey: '-',
|
|
143
137
|
writeScheme: [
|
|
@@ -217,8 +211,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
217
211
|
key: 'requestId',
|
|
218
212
|
},
|
|
219
213
|
],
|
|
220
|
-
},
|
|
221
|
-
'\\06x': {
|
|
214
|
+
}, '\\06x': {
|
|
222
215
|
command: 'Registration',
|
|
223
216
|
responseKey: '-',
|
|
224
217
|
writeScheme: [
|
|
@@ -298,8 +291,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
298
291
|
key: 'requestId',
|
|
299
292
|
},
|
|
300
293
|
],
|
|
301
|
-
},
|
|
302
|
-
'\\06x_with_promo': {
|
|
294
|
+
}, '\\06x_with_promo': {
|
|
303
295
|
command: 'Registration',
|
|
304
296
|
responseKey: '-',
|
|
305
297
|
writeScheme: [
|
|
@@ -384,8 +376,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
384
376
|
key: 'requestId',
|
|
385
377
|
},
|
|
386
378
|
],
|
|
387
|
-
},
|
|
388
|
-
'\\07x': {
|
|
379
|
+
}, '\\07x': {
|
|
389
380
|
command: 'Registration',
|
|
390
381
|
responseKey: '-',
|
|
391
382
|
writeScheme: [
|
|
@@ -410,8 +401,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
410
401
|
key: 'requestId',
|
|
411
402
|
},
|
|
412
403
|
],
|
|
413
|
-
},
|
|
414
|
-
'\\08x': {
|
|
404
|
+
}, '\\08x': {
|
|
415
405
|
command: 'Registration',
|
|
416
406
|
responseKey: '-',
|
|
417
407
|
writeScheme: [
|
|
@@ -516,8 +506,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
516
506
|
key: 'requestId',
|
|
517
507
|
},
|
|
518
508
|
],
|
|
519
|
-
},
|
|
520
|
-
'\\09x': {
|
|
509
|
+
}, '\\09x': {
|
|
521
510
|
command: 'ClientSms',
|
|
522
511
|
responseKey: '-',
|
|
523
512
|
writeScheme: [
|
|
@@ -542,8 +531,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
542
531
|
key: 'requestId',
|
|
543
532
|
},
|
|
544
533
|
],
|
|
545
|
-
},
|
|
546
|
-
'\\10x': {
|
|
534
|
+
}, '\\10x': {
|
|
547
535
|
command: 'ClientSmsEmail',
|
|
548
536
|
responseKey: '-',
|
|
549
537
|
writeScheme: [
|
|
@@ -563,8 +551,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
563
551
|
key: 'requestId',
|
|
564
552
|
},
|
|
565
553
|
],
|
|
566
|
-
},
|
|
567
|
-
'\\12x': {
|
|
554
|
+
}, '\\12x': {
|
|
568
555
|
command: 'BetBitoloDeposit',
|
|
569
556
|
responseKey: '-',
|
|
570
557
|
writeScheme: [
|
|
@@ -639,8 +626,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
639
626
|
key: 'requestId',
|
|
640
627
|
},
|
|
641
628
|
],
|
|
642
|
-
},
|
|
643
|
-
'\\13x': {
|
|
629
|
+
}, '\\13x': {
|
|
644
630
|
command: 'BetPaykassmaActiveOne',
|
|
645
631
|
responseKey: '-',
|
|
646
632
|
writeScheme: [
|
|
@@ -660,8 +646,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
660
646
|
key: 'requestId',
|
|
661
647
|
},
|
|
662
648
|
],
|
|
663
|
-
},
|
|
664
|
-
'\\14x': {
|
|
649
|
+
}, '\\14x': {
|
|
665
650
|
command: 'PaykassmaDepositActiveTwo',
|
|
666
651
|
responseKey: '-',
|
|
667
652
|
writeScheme: [
|
|
@@ -696,8 +681,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
696
681
|
key: 'requestId',
|
|
697
682
|
},
|
|
698
683
|
],
|
|
699
|
-
},
|
|
700
|
-
'\\15x': {
|
|
684
|
+
}, '\\15x': {
|
|
701
685
|
command: 'PaykassmaCreateWithdraw',
|
|
702
686
|
responseKey: '-',
|
|
703
687
|
writeScheme: [
|
|
@@ -737,8 +721,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
737
721
|
key: 'requestId',
|
|
738
722
|
},
|
|
739
723
|
],
|
|
740
|
-
},
|
|
741
|
-
'\\16x': {
|
|
724
|
+
}, '\\16x': {
|
|
742
725
|
command: 'BitoloWithdraw',
|
|
743
726
|
responseKey: '-',
|
|
744
727
|
writeScheme: [
|
|
@@ -803,8 +786,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
803
786
|
key: 'requestId',
|
|
804
787
|
},
|
|
805
788
|
],
|
|
806
|
-
},
|
|
807
|
-
'\\17x': {
|
|
789
|
+
}, '\\17x': {
|
|
808
790
|
command: 'GameInit',
|
|
809
791
|
responseKey: '-',
|
|
810
792
|
writeScheme: [
|
|
@@ -829,8 +811,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
829
811
|
key: 'requestId',
|
|
830
812
|
},
|
|
831
813
|
],
|
|
832
|
-
},
|
|
833
|
-
'\\18x': {
|
|
814
|
+
}, '\\18x': {
|
|
834
815
|
command: 'BetHistory',
|
|
835
816
|
responseKey: '-',
|
|
836
817
|
writeScheme: [
|
|
@@ -850,8 +831,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
850
831
|
key: 'requestId',
|
|
851
832
|
},
|
|
852
833
|
],
|
|
853
|
-
},
|
|
854
|
-
'\\19x': {
|
|
834
|
+
}, '\\19x': {
|
|
855
835
|
command: 'BetGameFlow',
|
|
856
836
|
responseKey: '-',
|
|
857
837
|
writeScheme: [
|
|
@@ -871,8 +851,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
871
851
|
key: 'requestId',
|
|
872
852
|
},
|
|
873
853
|
],
|
|
874
|
-
},
|
|
875
|
-
'\\20x': {
|
|
854
|
+
}, '\\20x': {
|
|
876
855
|
command: 'BetOperation',
|
|
877
856
|
responseKey: '-',
|
|
878
857
|
writeScheme: [
|
|
@@ -892,8 +871,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
892
871
|
key: 'requestId',
|
|
893
872
|
},
|
|
894
873
|
],
|
|
895
|
-
},
|
|
896
|
-
'\\21x': {
|
|
874
|
+
}, '\\21x': {
|
|
897
875
|
command: 'ClientCodePass',
|
|
898
876
|
responseKey: '-',
|
|
899
877
|
writeScheme: [
|
|
@@ -908,8 +886,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
908
886
|
key: 'requestId',
|
|
909
887
|
},
|
|
910
888
|
],
|
|
911
|
-
},
|
|
912
|
-
'\\22x': {
|
|
889
|
+
}, '\\22x': {
|
|
913
890
|
command: 'Registration',
|
|
914
891
|
responseKey: '-',
|
|
915
892
|
writeScheme: [
|
|
@@ -934,8 +911,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
934
911
|
key: 'requestId',
|
|
935
912
|
},
|
|
936
913
|
],
|
|
937
|
-
},
|
|
938
|
-
'\\23x': {
|
|
914
|
+
}, '\\23x': {
|
|
939
915
|
command: 'BetCancelPayment',
|
|
940
916
|
responseKey: '-',
|
|
941
917
|
writeScheme: [
|
|
@@ -950,8 +926,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
950
926
|
key: 'requestId',
|
|
951
927
|
},
|
|
952
928
|
],
|
|
953
|
-
},
|
|
954
|
-
'\\24x': {
|
|
929
|
+
}, '\\24x': {
|
|
955
930
|
responseKey: '-',
|
|
956
931
|
command: 'BetBonusPack',
|
|
957
932
|
writeScheme: [
|
|
@@ -966,8 +941,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
966
941
|
key: 'requestId',
|
|
967
942
|
},
|
|
968
943
|
],
|
|
969
|
-
},
|
|
970
|
-
'\\25x': {
|
|
944
|
+
}, '\\25x': {
|
|
971
945
|
command: 'RequestMax',
|
|
972
946
|
responseKey: '-',
|
|
973
947
|
writeScheme: [
|
|
@@ -994,8 +968,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
994
968
|
key: 'bets',
|
|
995
969
|
},
|
|
996
970
|
],
|
|
997
|
-
},
|
|
998
|
-
'\\26x': {
|
|
971
|
+
}, '\\26x': {
|
|
999
972
|
command: 'RequestMax',
|
|
1000
973
|
responseKey: '-',
|
|
1001
974
|
writeScheme: [
|
|
@@ -1027,8 +1000,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1027
1000
|
key: 'rang',
|
|
1028
1001
|
},
|
|
1029
1002
|
],
|
|
1030
|
-
},
|
|
1031
|
-
'\\27x': {
|
|
1003
|
+
}, '\\27x': {
|
|
1032
1004
|
command: 'ExtraLines',
|
|
1033
1005
|
responseKey: '-',
|
|
1034
1006
|
writeScheme: [
|
|
@@ -1043,8 +1015,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1043
1015
|
key: 'requestId',
|
|
1044
1016
|
},
|
|
1045
1017
|
],
|
|
1046
|
-
},
|
|
1047
|
-
'\\28x': {
|
|
1018
|
+
}, '\\28x': {
|
|
1048
1019
|
command: 'MultiTicket',
|
|
1049
1020
|
responseKey: '-',
|
|
1050
1021
|
writeScheme: [
|
|
@@ -1079,8 +1050,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1079
1050
|
key: 'typeMultiBet',
|
|
1080
1051
|
},
|
|
1081
1052
|
],
|
|
1082
|
-
},
|
|
1083
|
-
'\\29x': {
|
|
1053
|
+
}, '\\29x': {
|
|
1084
1054
|
command: 'Registration',
|
|
1085
1055
|
responseKey: '-',
|
|
1086
1056
|
writeScheme: [
|
|
@@ -1215,8 +1185,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1215
1185
|
key: 'requestId',
|
|
1216
1186
|
},
|
|
1217
1187
|
],
|
|
1218
|
-
},
|
|
1219
|
-
'\\30x': {
|
|
1188
|
+
}, '\\30x': {
|
|
1220
1189
|
command: 'ClientPsw',
|
|
1221
1190
|
responseKey: '-',
|
|
1222
1191
|
writeScheme: [
|
|
@@ -1236,8 +1205,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1236
1205
|
key: 'requestId',
|
|
1237
1206
|
},
|
|
1238
1207
|
],
|
|
1239
|
-
},
|
|
1240
|
-
'\\31x': {
|
|
1208
|
+
}, '\\31x': {
|
|
1241
1209
|
command: 'СlientСode',
|
|
1242
1210
|
responseKey: '-',
|
|
1243
1211
|
writeScheme: [
|
|
@@ -1252,8 +1220,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1252
1220
|
key: 'requestId',
|
|
1253
1221
|
},
|
|
1254
1222
|
],
|
|
1255
|
-
},
|
|
1256
|
-
'\\32x': {
|
|
1223
|
+
}, '\\32x': {
|
|
1257
1224
|
command: 'BetPaykassmaDeposit',
|
|
1258
1225
|
responseKey: '-',
|
|
1259
1226
|
writeScheme: [
|
|
@@ -1288,8 +1255,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1288
1255
|
key: 'requestId',
|
|
1289
1256
|
},
|
|
1290
1257
|
],
|
|
1291
|
-
},
|
|
1292
|
-
'\\33x': {
|
|
1258
|
+
}, '\\33x': {
|
|
1293
1259
|
responseKey: '-',
|
|
1294
1260
|
command: 'CurrencyProvider',
|
|
1295
1261
|
writeScheme: [
|
|
@@ -1299,13 +1265,11 @@ exports.REQUEST_COMMANDS = {
|
|
|
1299
1265
|
key: 'currencyId',
|
|
1300
1266
|
},
|
|
1301
1267
|
],
|
|
1302
|
-
},
|
|
1303
|
-
'\\34x': {
|
|
1268
|
+
}, '\\34x': {
|
|
1304
1269
|
command: 'GetUserGeoAndCurrency',
|
|
1305
1270
|
responseKey: '-',
|
|
1306
1271
|
writeScheme: [],
|
|
1307
|
-
},
|
|
1308
|
-
'\\35x': {
|
|
1272
|
+
}, '\\35x': {
|
|
1309
1273
|
command: 'SendBets',
|
|
1310
1274
|
responseKey: '-',
|
|
1311
1275
|
writeScheme: [
|
|
@@ -1448,13 +1412,11 @@ exports.REQUEST_COMMANDS = {
|
|
|
1448
1412
|
key: 'ordinarBets',
|
|
1449
1413
|
},
|
|
1450
1414
|
],
|
|
1451
|
-
},
|
|
1452
|
-
'\\36x': {
|
|
1415
|
+
}, '\\36x': {
|
|
1453
1416
|
command: 'ClientTournament',
|
|
1454
1417
|
responseKey: '-',
|
|
1455
1418
|
writeScheme: [],
|
|
1456
|
-
},
|
|
1457
|
-
'\\37x': {
|
|
1419
|
+
}, '\\37x': {
|
|
1458
1420
|
command: 'BetPaymentCreateDeposit',
|
|
1459
1421
|
responseKey: '-',
|
|
1460
1422
|
writeScheme: [
|
|
@@ -1484,8 +1446,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1484
1446
|
key: 'requestId',
|
|
1485
1447
|
},
|
|
1486
1448
|
],
|
|
1487
|
-
},
|
|
1488
|
-
'\\38x': {
|
|
1449
|
+
}, '\\38x': {
|
|
1489
1450
|
command: 'BetPaymentCreateWithdraw',
|
|
1490
1451
|
responseKey: '-',
|
|
1491
1452
|
writeScheme: [
|
|
@@ -1515,8 +1476,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1515
1476
|
key: 'requestId',
|
|
1516
1477
|
},
|
|
1517
1478
|
],
|
|
1518
|
-
},
|
|
1519
|
-
'\\39x': {
|
|
1479
|
+
}, '\\39x': {
|
|
1520
1480
|
command: 'ClientSettings',
|
|
1521
1481
|
responseKey: '-',
|
|
1522
1482
|
writeScheme: [
|
|
@@ -1526,8 +1486,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1526
1486
|
key: 'json',
|
|
1527
1487
|
},
|
|
1528
1488
|
],
|
|
1529
|
-
},
|
|
1530
|
-
'\\40x': {
|
|
1489
|
+
}, '\\40x': {
|
|
1531
1490
|
command: 'BetPagsmileDep',
|
|
1532
1491
|
responseKey: '-',
|
|
1533
1492
|
writeScheme: [
|
|
@@ -1557,8 +1516,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1557
1516
|
key: 'requestId',
|
|
1558
1517
|
},
|
|
1559
1518
|
],
|
|
1560
|
-
},
|
|
1561
|
-
'\\41x': {
|
|
1519
|
+
}, '\\41x': {
|
|
1562
1520
|
command: 'UserTag',
|
|
1563
1521
|
responseKey: '-',
|
|
1564
1522
|
writeScheme: [
|
|
@@ -1568,8 +1526,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1568
1526
|
key: 'tag',
|
|
1569
1527
|
},
|
|
1570
1528
|
],
|
|
1571
|
-
},
|
|
1572
|
-
'\\42x': {
|
|
1529
|
+
}, '\\42x': {
|
|
1573
1530
|
command: 'BetPagsmileWithdraw',
|
|
1574
1531
|
responseKey: '-',
|
|
1575
1532
|
writeScheme: [
|
|
@@ -1639,8 +1596,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1639
1596
|
key: 'requestId',
|
|
1640
1597
|
},
|
|
1641
1598
|
],
|
|
1642
|
-
},
|
|
1643
|
-
'\\43x': {
|
|
1599
|
+
}, '\\43x': {
|
|
1644
1600
|
command: 'BetManual',
|
|
1645
1601
|
responseKey: '-',
|
|
1646
1602
|
writeScheme: [
|
|
@@ -1660,8 +1616,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1660
1616
|
key: 'requestId',
|
|
1661
1617
|
},
|
|
1662
1618
|
],
|
|
1663
|
-
},
|
|
1664
|
-
'\\44x': {
|
|
1619
|
+
}, '\\44x': {
|
|
1665
1620
|
command: 'BetPaymentCreateDeposit',
|
|
1666
1621
|
responseKey: '-',
|
|
1667
1622
|
writeScheme: [
|
|
@@ -1691,8 +1646,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1691
1646
|
key: 'requestId',
|
|
1692
1647
|
},
|
|
1693
1648
|
],
|
|
1694
|
-
},
|
|
1695
|
-
'\\45_withdraw': {
|
|
1649
|
+
}, '\\45_withdraw': {
|
|
1696
1650
|
command: 'BetPaymentCreateWithdraw',
|
|
1697
1651
|
responseKey: '-',
|
|
1698
1652
|
writeScheme: [
|
|
@@ -1722,8 +1676,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1722
1676
|
key: 'requestId',
|
|
1723
1677
|
},
|
|
1724
1678
|
],
|
|
1725
|
-
},
|
|
1726
|
-
'\\45x': {
|
|
1679
|
+
}, '\\45x': {
|
|
1727
1680
|
command: 'TournamentUserInfo',
|
|
1728
1681
|
responseKey: '-',
|
|
1729
1682
|
writeScheme: [
|
|
@@ -1738,8 +1691,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1738
1691
|
key: 'requestId',
|
|
1739
1692
|
},
|
|
1740
1693
|
],
|
|
1741
|
-
},
|
|
1742
|
-
'\\46x': {
|
|
1694
|
+
}, '\\46x': {
|
|
1743
1695
|
command: 'BetLoyaltyPage',
|
|
1744
1696
|
responseKey: '-',
|
|
1745
1697
|
writeScheme: [
|
|
@@ -1754,18 +1706,15 @@ exports.REQUEST_COMMANDS = {
|
|
|
1754
1706
|
key: 'name',
|
|
1755
1707
|
},
|
|
1756
1708
|
],
|
|
1757
|
-
},
|
|
1758
|
-
'\\47x': {
|
|
1709
|
+
}, '\\47x': {
|
|
1759
1710
|
command: 'StartBetting',
|
|
1760
1711
|
responseKey: '-',
|
|
1761
1712
|
writeScheme: [],
|
|
1762
|
-
},
|
|
1763
|
-
'\\48x': {
|
|
1713
|
+
}, '\\48x': {
|
|
1764
1714
|
command: 'StopBetting',
|
|
1765
1715
|
responseKey: '-',
|
|
1766
1716
|
writeScheme: [],
|
|
1767
|
-
},
|
|
1768
|
-
'\\49x': {
|
|
1717
|
+
}, '\\49x': {
|
|
1769
1718
|
command: 'BetPaymentCreateDeposit',
|
|
1770
1719
|
responseKey: '-',
|
|
1771
1720
|
writeScheme: [
|
|
@@ -1795,8 +1744,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1795
1744
|
key: 'requestId',
|
|
1796
1745
|
},
|
|
1797
1746
|
],
|
|
1798
|
-
},
|
|
1799
|
-
'\\50x': {
|
|
1747
|
+
}, '\\50x': {
|
|
1800
1748
|
command: 'BetPaymentCreateWithdraw',
|
|
1801
1749
|
responseKey: '-',
|
|
1802
1750
|
writeScheme: [
|
|
@@ -1831,8 +1779,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1831
1779
|
key: 'requestId',
|
|
1832
1780
|
},
|
|
1833
1781
|
],
|
|
1834
|
-
},
|
|
1835
|
-
'\\51x': {
|
|
1782
|
+
}, '\\51x': {
|
|
1836
1783
|
command: 'BetInstapaysCreateDeposit',
|
|
1837
1784
|
responseKey: '69',
|
|
1838
1785
|
writeScheme: [
|
|
@@ -1887,8 +1834,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1887
1834
|
key: 'requestId',
|
|
1888
1835
|
},
|
|
1889
1836
|
],
|
|
1890
|
-
},
|
|
1891
|
-
'\\52x': {
|
|
1837
|
+
}, '\\52x': {
|
|
1892
1838
|
command: 'BetPayAnindaCreateDeposit',
|
|
1893
1839
|
responseKey: '78',
|
|
1894
1840
|
writeScheme: [
|
|
@@ -1928,8 +1874,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1928
1874
|
key: 'requestId',
|
|
1929
1875
|
},
|
|
1930
1876
|
],
|
|
1931
|
-
},
|
|
1932
|
-
'\\53x': {
|
|
1877
|
+
}, '\\53x': {
|
|
1933
1878
|
command: 'BetPayfixCreateDeposit',
|
|
1934
1879
|
responseKey: '-',
|
|
1935
1880
|
writeScheme: [
|
|
@@ -1969,8 +1914,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
1969
1914
|
key: 'requestId',
|
|
1970
1915
|
},
|
|
1971
1916
|
],
|
|
1972
|
-
},
|
|
1973
|
-
'\\54x': {
|
|
1917
|
+
}, '\\54x': {
|
|
1974
1918
|
command: 'BetPayheraCreateDeposit',
|
|
1975
1919
|
responseKey: '82',
|
|
1976
1920
|
writeScheme: [
|
|
@@ -2015,8 +1959,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2015
1959
|
key: 'requestId',
|
|
2016
1960
|
},
|
|
2017
1961
|
],
|
|
2018
|
-
},
|
|
2019
|
-
'\\55x': {
|
|
1962
|
+
}, '\\55x': {
|
|
2020
1963
|
command: 'BetInstaPaysCreateWithdraw',
|
|
2021
1964
|
responseKey: '70',
|
|
2022
1965
|
writeScheme: [
|
|
@@ -2096,8 +2039,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2096
2039
|
key: 'requestId',
|
|
2097
2040
|
},
|
|
2098
2041
|
],
|
|
2099
|
-
},
|
|
2100
|
-
'\\56x': {
|
|
2042
|
+
}, '\\56x': {
|
|
2101
2043
|
command: 'BetPayAnindaCreateWithdraw',
|
|
2102
2044
|
responseKey: '70',
|
|
2103
2045
|
writeScheme: [
|
|
@@ -2142,8 +2084,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2142
2084
|
key: 'requestId',
|
|
2143
2085
|
},
|
|
2144
2086
|
],
|
|
2145
|
-
},
|
|
2146
|
-
'\\57x': {
|
|
2087
|
+
}, '\\57x': {
|
|
2147
2088
|
command: 'BetPaymentCreateWithdraw',
|
|
2148
2089
|
responseKey: '95',
|
|
2149
2090
|
writeScheme: [
|
|
@@ -2188,8 +2129,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2188
2129
|
key: 'requestId',
|
|
2189
2130
|
},
|
|
2190
2131
|
],
|
|
2191
|
-
},
|
|
2192
|
-
'\\58x': {
|
|
2132
|
+
}, '\\58x': {
|
|
2193
2133
|
command: 'BetPayheraCreateWithdraw',
|
|
2194
2134
|
responseKey: '83',
|
|
2195
2135
|
writeScheme: [
|
|
@@ -2244,8 +2184,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2244
2184
|
key: 'requestId',
|
|
2245
2185
|
},
|
|
2246
2186
|
],
|
|
2247
|
-
},
|
|
2248
|
-
'\\59x': {
|
|
2187
|
+
}, '\\59x': {
|
|
2249
2188
|
command: 'BetPaymentCreateWithdraw',
|
|
2250
2189
|
responseKey: '53',
|
|
2251
2190
|
writeScheme: [
|
|
@@ -2300,8 +2239,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2300
2239
|
key: 'requestId',
|
|
2301
2240
|
},
|
|
2302
2241
|
],
|
|
2303
|
-
},
|
|
2304
|
-
'\\60x': {
|
|
2242
|
+
}, '\\60x': {
|
|
2305
2243
|
command: 'BetPaymentCreateDeposit',
|
|
2306
2244
|
responseKey: ' MPAY METHODS ',
|
|
2307
2245
|
writeScheme: [
|
|
@@ -2351,8 +2289,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2351
2289
|
key: 'requestId',
|
|
2352
2290
|
},
|
|
2353
2291
|
],
|
|
2354
|
-
},
|
|
2355
|
-
'\\61x': {
|
|
2292
|
+
}, '\\61x': {
|
|
2356
2293
|
command: 'BetPaymentCreateDeposit',
|
|
2357
2294
|
responseKey: '94 Monetics methods',
|
|
2358
2295
|
writeScheme: [
|
|
@@ -2397,8 +2334,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2397
2334
|
key: 'requestId',
|
|
2398
2335
|
},
|
|
2399
2336
|
],
|
|
2400
|
-
},
|
|
2401
|
-
'\\62x': {
|
|
2337
|
+
}, '\\62x': {
|
|
2402
2338
|
command: 'GetLotteries',
|
|
2403
2339
|
responseKey: '208',
|
|
2404
2340
|
writeScheme: [
|
|
@@ -2420,8 +2356,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2420
2356
|
key: 'requestId',
|
|
2421
2357
|
},
|
|
2422
2358
|
],
|
|
2423
|
-
},
|
|
2424
|
-
'\\63x': {
|
|
2359
|
+
}, '\\63x': {
|
|
2425
2360
|
command: 'BuyLottery',
|
|
2426
2361
|
responseKey: '-',
|
|
2427
2362
|
writeScheme: [
|
|
@@ -2441,8 +2376,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2441
2376
|
key: 'requestId',
|
|
2442
2377
|
},
|
|
2443
2378
|
],
|
|
2444
|
-
},
|
|
2445
|
-
'\\64x': {
|
|
2379
|
+
}, '\\64x': {
|
|
2446
2380
|
command: 'HistoryLottery',
|
|
2447
2381
|
responseKey: '27',
|
|
2448
2382
|
writeScheme: [
|
|
@@ -2452,8 +2386,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2452
2386
|
key: 'requestId',
|
|
2453
2387
|
},
|
|
2454
2388
|
],
|
|
2455
|
-
},
|
|
2456
|
-
'\\65x': {
|
|
2389
|
+
}, '\\65x': {
|
|
2457
2390
|
command: 'BetPaymentCreateDeposit',
|
|
2458
2391
|
responseKey: 'WellxpayDeposit',
|
|
2459
2392
|
writeScheme: [
|
|
@@ -2483,8 +2416,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2483
2416
|
key: 'requestId',
|
|
2484
2417
|
},
|
|
2485
2418
|
],
|
|
2486
|
-
},
|
|
2487
|
-
'\\66x': {
|
|
2419
|
+
}, '\\66x': {
|
|
2488
2420
|
command: 'BetPaymentCreateWithdraw',
|
|
2489
2421
|
responseKey: 'requestWellxpayWithdraw',
|
|
2490
2422
|
writeScheme: [
|
|
@@ -2514,8 +2446,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2514
2446
|
key: 'requestId',
|
|
2515
2447
|
},
|
|
2516
2448
|
],
|
|
2517
|
-
},
|
|
2518
|
-
'\\67x': {
|
|
2449
|
+
}, '\\67x': {
|
|
2519
2450
|
command: 'BetPaymentCreateDeposit',
|
|
2520
2451
|
responseKey: 'ReadPyamentResponse',
|
|
2521
2452
|
writeScheme: [
|
|
@@ -2575,8 +2506,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2575
2506
|
key: 'requestId',
|
|
2576
2507
|
},
|
|
2577
2508
|
],
|
|
2578
|
-
},
|
|
2579
|
-
'\\68x': {
|
|
2509
|
+
}, '\\68x': {
|
|
2580
2510
|
command: 'BetPaymentCreateWithdraw',
|
|
2581
2511
|
responseKey: 'ReadPyamentResponse',
|
|
2582
2512
|
writeScheme: [
|
|
@@ -2606,8 +2536,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2606
2536
|
key: 'requestId',
|
|
2607
2537
|
},
|
|
2608
2538
|
],
|
|
2609
|
-
},
|
|
2610
|
-
'\\69x': {
|
|
2539
|
+
}, '\\69x': {
|
|
2611
2540
|
command: 'BetPaymentCreateDeposit',
|
|
2612
2541
|
responseKey: 'ReadPyamentResponse',
|
|
2613
2542
|
writeScheme: [
|
|
@@ -2637,8 +2566,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2637
2566
|
key: 'requestId',
|
|
2638
2567
|
},
|
|
2639
2568
|
],
|
|
2640
|
-
},
|
|
2641
|
-
'\\70x': {
|
|
2569
|
+
}, '\\70x': {
|
|
2642
2570
|
command: 'BetPaymentCreateWithdraw',
|
|
2643
2571
|
responseKey: 'ReadPyamentResponse',
|
|
2644
2572
|
writeScheme: [
|
|
@@ -2668,8 +2596,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2668
2596
|
key: 'requestId',
|
|
2669
2597
|
},
|
|
2670
2598
|
],
|
|
2671
|
-
},
|
|
2672
|
-
'\\71x': {
|
|
2599
|
+
}, '\\71x': {
|
|
2673
2600
|
command: 'BetPaymentCreateDeposit',
|
|
2674
2601
|
responseKey: '--- INR',
|
|
2675
2602
|
writeScheme: [
|
|
@@ -2719,8 +2646,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2719
2646
|
key: 'requestId',
|
|
2720
2647
|
},
|
|
2721
2648
|
],
|
|
2722
|
-
},
|
|
2723
|
-
'\\72x': {
|
|
2649
|
+
}, '\\72x': {
|
|
2724
2650
|
command: 'BetPaymentCreateWithdraw',
|
|
2725
2651
|
responseKey: '--- INR Response withdraw',
|
|
2726
2652
|
writeScheme: [
|
|
@@ -2765,8 +2691,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2765
2691
|
key: 'requestId',
|
|
2766
2692
|
},
|
|
2767
2693
|
],
|
|
2768
|
-
},
|
|
2769
|
-
'\\73x': {
|
|
2694
|
+
}, '\\73x': {
|
|
2770
2695
|
command: 'BetPaymentCreateDeposit',
|
|
2771
2696
|
responseKey: '--- PKR',
|
|
2772
2697
|
writeScheme: [
|
|
@@ -2811,8 +2736,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2811
2736
|
key: 'requestId',
|
|
2812
2737
|
},
|
|
2813
2738
|
],
|
|
2814
|
-
},
|
|
2815
|
-
'\\74x': {
|
|
2739
|
+
}, '\\74x': {
|
|
2816
2740
|
command: 'BetPaymentCreateWithdraw',
|
|
2817
2741
|
responseKey: '--- ЗЛК Response withdraw',
|
|
2818
2742
|
writeScheme: [
|
|
@@ -2857,8 +2781,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2857
2781
|
key: 'requestId',
|
|
2858
2782
|
},
|
|
2859
2783
|
],
|
|
2860
|
-
},
|
|
2861
|
-
'\\75x': {
|
|
2784
|
+
}, '\\75x': {
|
|
2862
2785
|
command: 'BetPaymentCreateDeposit',
|
|
2863
2786
|
responseKey: 'GLDN BKAsh',
|
|
2864
2787
|
writeScheme: [
|
|
@@ -2893,8 +2816,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2893
2816
|
key: 'requestId',
|
|
2894
2817
|
},
|
|
2895
2818
|
],
|
|
2896
|
-
},
|
|
2897
|
-
'\\76x': {
|
|
2819
|
+
}, '\\76x': {
|
|
2898
2820
|
command: 'BetPaymentCreateWithdraw',
|
|
2899
2821
|
responseKey: 'Speitwo 219',
|
|
2900
2822
|
writeScheme: [
|
|
@@ -2959,8 +2881,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
2959
2881
|
key: 'requestId',
|
|
2960
2882
|
},
|
|
2961
2883
|
],
|
|
2962
|
-
},
|
|
2963
|
-
'\\77x': {
|
|
2884
|
+
}, '\\77x': {
|
|
2964
2885
|
command: 'BetPaymentCreateDeposit',
|
|
2965
2886
|
responseKey: '102',
|
|
2966
2887
|
writeScheme: [
|
|
@@ -3010,8 +2931,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
3010
2931
|
key: 'requestId',
|
|
3011
2932
|
},
|
|
3012
2933
|
],
|
|
3013
|
-
},
|
|
3014
|
-
'\\78x': {
|
|
2934
|
+
}, '\\78x': {
|
|
3015
2935
|
command: 'BetPaymentCreateWithdraw',
|
|
3016
2936
|
responseKey: '103',
|
|
3017
2937
|
writeScheme: [
|
|
@@ -3061,8 +2981,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
3061
2981
|
key: 'requestId',
|
|
3062
2982
|
},
|
|
3063
2983
|
],
|
|
3064
|
-
},
|
|
3065
|
-
'\\79x': {
|
|
2984
|
+
}, '\\79x': {
|
|
3066
2985
|
command: 'BetPaymentCreateDeposit',
|
|
3067
2986
|
responseKey: '152',
|
|
3068
2987
|
writeScheme: [
|
|
@@ -3112,8 +3031,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
3112
3031
|
key: 'requestId',
|
|
3113
3032
|
},
|
|
3114
3033
|
],
|
|
3115
|
-
},
|
|
3116
|
-
'\\80x': {
|
|
3034
|
+
}, '\\80x': {
|
|
3117
3035
|
command: 'BetPaymentCreateWithdraw',
|
|
3118
3036
|
responseKey: '153',
|
|
3119
3037
|
writeScheme: [
|
|
@@ -3173,8 +3091,7 @@ exports.REQUEST_COMMANDS = {
|
|
|
3173
3091
|
key: 'requestId',
|
|
3174
3092
|
},
|
|
3175
3093
|
],
|
|
3176
|
-
},
|
|
3177
|
-
'\\81x': {
|
|
3094
|
+
}, '\\81x': {
|
|
3178
3095
|
command: 'Registration',
|
|
3179
3096
|
responseKey: '-',
|
|
3180
3097
|
writeScheme: [
|
|
@@ -3309,5 +3226,4 @@ exports.REQUEST_COMMANDS = {
|
|
|
3309
3226
|
key: 'requestId',
|
|
3310
3227
|
},
|
|
3311
3228
|
],
|
|
3312
|
-
},
|
|
3313
|
-
};
|
|
3229
|
+
} }, PlixoRequests_1.PLIXO_REQUESTS);
|