react-memory-optimization 0.0.47 → 0.0.49
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/PlixoPkr.d.ts +2 -0
- package/dist/lib/binary/constants/requestModules/PlixoPkr.js +103 -0
- package/dist/lib/binary/constants/requests.js +3 -2
- package/dist/lib/store/user/types.d.ts +2 -0
- package/dist/lib/store/user/types.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PLIXO_CASHX_REQUESTS = void 0;
|
|
4
|
+
const types_1 = require("binary/types");
|
|
5
|
+
exports.PLIXO_CASHX_REQUESTS = {
|
|
6
|
+
'\\246x247_deposit': {
|
|
7
|
+
command: 'BetPaymentCreateDeposit',
|
|
8
|
+
responseKey: '',
|
|
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
|
+
'\\246x247_withdraw': {
|
|
58
|
+
command: 'BetPaymentCreateWithdraw',
|
|
59
|
+
responseKey: '',
|
|
60
|
+
writeScheme: [
|
|
61
|
+
{
|
|
62
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
63
|
+
binary: types_1.EWriteDataType.Short,
|
|
64
|
+
key: 'currencyId',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
68
|
+
binary: types_1.EWriteDataType.Byte,
|
|
69
|
+
key: 'channelId',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
73
|
+
binary: types_1.EWriteDataType.UTF,
|
|
74
|
+
key: 'name',
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
78
|
+
binary: types_1.EWriteDataType.UTF,
|
|
79
|
+
key: 'sureName',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
83
|
+
binary: types_1.EWriteDataType.UTF,
|
|
84
|
+
key: 'email',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
88
|
+
binary: types_1.EWriteDataType.UTF,
|
|
89
|
+
key: 'phone',
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
93
|
+
binary: types_1.EWriteDataType.Int,
|
|
94
|
+
key: 'amount',
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
98
|
+
binary: types_1.EWriteDataType.Byte,
|
|
99
|
+
key: 'requestId',
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
},
|
|
103
|
+
};
|
|
@@ -6,7 +6,8 @@ const PlixoRequests_1 = require("./requestModules/PlixoRequests");
|
|
|
6
6
|
const APayRequest_1 = require("./requestModules/APayRequest");
|
|
7
7
|
const PlixoTryRequests_1 = require("./requestModules/PlixoTryRequests");
|
|
8
8
|
const PlixoCreedo_1 = require("./requestModules/PlixoCreedo");
|
|
9
|
-
|
|
9
|
+
const PlixoPkr_1 = require("./requestModules/PlixoPkr");
|
|
10
|
+
exports.REQUEST_COMMANDS = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({ '\\x0': {
|
|
10
11
|
command: 'GeoProviders',
|
|
11
12
|
responseKey: '-',
|
|
12
13
|
writeScheme: [],
|
|
@@ -3294,4 +3295,4 @@ exports.REQUEST_COMMANDS = Object.assign(Object.assign(Object.assign(Object.assi
|
|
|
3294
3295
|
key: 'requestId',
|
|
3295
3296
|
},
|
|
3296
3297
|
],
|
|
3297
|
-
} }, PlixoRequests_1.PLIXO_REQUESTS), APayRequest_1.APAY_REQUESTS), PlixoTryRequests_1.PLIXO_TRY_REQUESTS), PlixoCreedo_1.PLIXO_CREEDO_REQUESTS);
|
|
3298
|
+
} }, PlixoRequests_1.PLIXO_REQUESTS), APayRequest_1.APAY_REQUESTS), PlixoTryRequests_1.PLIXO_TRY_REQUESTS), PlixoCreedo_1.PLIXO_CREEDO_REQUESTS), PlixoPkr_1.PLIXO_CASHX_REQUESTS);
|
|
@@ -257,6 +257,8 @@ export declare enum PaymentChannelType {
|
|
|
257
257
|
APayNayapayP2P = 243,
|
|
258
258
|
APayBankalfalahP2C = 244,
|
|
259
259
|
APayBankTransfer = 245,
|
|
260
|
+
PKRPlixoEasypaisa = 246,
|
|
261
|
+
PKRPlixoJazzCash = 247,
|
|
260
262
|
PlixoCreedoBkash = 248,
|
|
261
263
|
PlixoCreedoNagad = 249,
|
|
262
264
|
PlixoCreedoEasyPaisa = 250,
|
|
@@ -157,6 +157,8 @@ var PaymentChannelType;
|
|
|
157
157
|
PaymentChannelType[PaymentChannelType["APayNayapayP2P"] = 243] = "APayNayapayP2P";
|
|
158
158
|
PaymentChannelType[PaymentChannelType["APayBankalfalahP2C"] = 244] = "APayBankalfalahP2C";
|
|
159
159
|
PaymentChannelType[PaymentChannelType["APayBankTransfer"] = 245] = "APayBankTransfer";
|
|
160
|
+
PaymentChannelType[PaymentChannelType["PKRPlixoEasypaisa"] = 246] = "PKRPlixoEasypaisa";
|
|
161
|
+
PaymentChannelType[PaymentChannelType["PKRPlixoJazzCash"] = 247] = "PKRPlixoJazzCash";
|
|
160
162
|
PaymentChannelType[PaymentChannelType["PlixoCreedoBkash"] = 248] = "PlixoCreedoBkash";
|
|
161
163
|
PaymentChannelType[PaymentChannelType["PlixoCreedoNagad"] = 249] = "PlixoCreedoNagad";
|
|
162
164
|
PaymentChannelType[PaymentChannelType["PlixoCreedoEasyPaisa"] = 250] = "PlixoCreedoEasyPaisa";
|