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
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PLIXO_REQUESTS = void 0;
|
|
4
|
+
const types_1 = require("binary/types");
|
|
5
|
+
exports.PLIXO_REQUESTS = {
|
|
6
|
+
'\\234x235_plixo_deposit': {
|
|
7
|
+
command: 'BetPaymentCreateDeposit',
|
|
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: 'email',
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
32
|
+
binary: types_1.EWriteDataType.Int,
|
|
33
|
+
key: 'amount',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
37
|
+
binary: types_1.EWriteDataType.Byte,
|
|
38
|
+
key: 'requestId',
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
},
|
|
42
|
+
'\\237x238x239x240x241_plixo_deposit': {
|
|
43
|
+
command: 'BetPaymentCreateDeposit',
|
|
44
|
+
responseKey: 'requestWellxpayWithdraw',
|
|
45
|
+
writeScheme: [
|
|
46
|
+
{
|
|
47
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
48
|
+
binary: types_1.EWriteDataType.Long,
|
|
49
|
+
key: 'bonusId',
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
53
|
+
binary: types_1.EWriteDataType.Short,
|
|
54
|
+
key: 'currencyId',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
58
|
+
binary: types_1.EWriteDataType.Byte,
|
|
59
|
+
key: 'channelId',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
63
|
+
binary: types_1.EWriteDataType.Int,
|
|
64
|
+
key: 'amount',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
68
|
+
binary: types_1.EWriteDataType.Byte,
|
|
69
|
+
key: 'requestId',
|
|
70
|
+
},
|
|
71
|
+
],
|
|
72
|
+
},
|
|
73
|
+
'\\236x_plixo_withdraw': {
|
|
74
|
+
command: 'BetPaymentCreateWithdraw',
|
|
75
|
+
responseKey: 'requestWellxpayWithdraw',
|
|
76
|
+
writeScheme: [
|
|
77
|
+
{
|
|
78
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
79
|
+
binary: types_1.EWriteDataType.Short,
|
|
80
|
+
key: 'currencyId',
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
84
|
+
binary: types_1.EWriteDataType.Byte,
|
|
85
|
+
key: 'channelId',
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
89
|
+
binary: types_1.EWriteDataType.UTF,
|
|
90
|
+
key: 'accountNumber',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
94
|
+
binary: types_1.EWriteDataType.UTF,
|
|
95
|
+
key: 'bankCode',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
99
|
+
binary: types_1.EWriteDataType.UTF,
|
|
100
|
+
key: 'bankName',
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
104
|
+
binary: types_1.EWriteDataType.Int,
|
|
105
|
+
key: 'amount',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
109
|
+
binary: types_1.EWriteDataType.Byte,
|
|
110
|
+
key: 'requestId',
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
},
|
|
114
|
+
'\\237x_plixo_withdraw': {
|
|
115
|
+
command: 'BetPaymentCreateWithdraw',
|
|
116
|
+
responseKey: 'requestWellxpayWithdraw',
|
|
117
|
+
writeScheme: [
|
|
118
|
+
{
|
|
119
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
120
|
+
binary: types_1.EWriteDataType.Short,
|
|
121
|
+
key: 'currencyId',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
125
|
+
binary: types_1.EWriteDataType.Byte,
|
|
126
|
+
key: 'channelId',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
130
|
+
binary: types_1.EWriteDataType.UTF,
|
|
131
|
+
key: 'accountNumber',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
135
|
+
binary: types_1.EWriteDataType.Int,
|
|
136
|
+
key: 'amount',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
140
|
+
binary: types_1.EWriteDataType.Byte,
|
|
141
|
+
key: 'requestId',
|
|
142
|
+
},
|
|
143
|
+
],
|
|
144
|
+
},
|
|
145
|
+
'\\240x241x_plixo_withdraw': {
|
|
146
|
+
command: 'BetPaymentCreateWithdraw',
|
|
147
|
+
responseKey: 'requestWellxpayWithdraw',
|
|
148
|
+
writeScheme: [
|
|
149
|
+
{
|
|
150
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
151
|
+
binary: types_1.EWriteDataType.Short,
|
|
152
|
+
key: 'currencyId',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
156
|
+
binary: types_1.EWriteDataType.Byte,
|
|
157
|
+
key: 'channelId',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
161
|
+
binary: types_1.EWriteDataType.UTF,
|
|
162
|
+
key: 'accountNumber',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
166
|
+
binary: types_1.EWriteDataType.Int,
|
|
167
|
+
key: 'amount',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
171
|
+
binary: types_1.EWriteDataType.Byte,
|
|
172
|
+
key: 'requestId',
|
|
173
|
+
},
|
|
174
|
+
],
|
|
175
|
+
},
|
|
176
|
+
};
|