react-memory-optimization 0.0.30 → 0.0.32
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.js +103 -0
- package/dist/lib/binary/constants/requests.js +65 -0
- package/dist/lib/binary/constants/scheme.js +30 -20
- package/dist/lib/store/user/types.d.ts +1 -1
- package/dist/lib/store/user/types.js +1 -1
- package/package.json +1 -1
|
@@ -70,4 +70,107 @@ exports.PLIXO_REQUESTS = {
|
|
|
70
70
|
},
|
|
71
71
|
],
|
|
72
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
|
+
},
|
|
73
176
|
};
|
|
@@ -3226,4 +3226,69 @@ exports.REQUEST_COMMANDS = Object.assign({ '\\x0': {
|
|
|
3226
3226
|
key: 'requestId',
|
|
3227
3227
|
},
|
|
3228
3228
|
],
|
|
3229
|
+
}, '\\82x': {
|
|
3230
|
+
command: 'BetPaymentCreateWithdraw',
|
|
3231
|
+
responseKey: '153',
|
|
3232
|
+
writeScheme: [
|
|
3233
|
+
{
|
|
3234
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3235
|
+
binary: types_1.EWriteDataType.Short,
|
|
3236
|
+
key: 'currencyId',
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3240
|
+
binary: types_1.EWriteDataType.Byte,
|
|
3241
|
+
key: 'channelId',
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3245
|
+
binary: types_1.EWriteDataType.UTF,
|
|
3246
|
+
key: 'name',
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3250
|
+
binary: types_1.EWriteDataType.UTF,
|
|
3251
|
+
key: 'surname',
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3255
|
+
binary: types_1.EWriteDataType.UTF,
|
|
3256
|
+
key: 'email',
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3260
|
+
binary: types_1.EWriteDataType.UTF,
|
|
3261
|
+
key: 'phone',
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3265
|
+
binary: types_1.EWriteDataType.UTF,
|
|
3266
|
+
key: 'bankCode',
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3270
|
+
binary: types_1.EWriteDataType.UTF,
|
|
3271
|
+
key: 'bankName',
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3275
|
+
binary: types_1.EWriteDataType.UTF,
|
|
3276
|
+
key: 'branch',
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3280
|
+
binary: types_1.EWriteDataType.UTF,
|
|
3281
|
+
key: 'accountNumber',
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3285
|
+
binary: types_1.EWriteDataType.Int,
|
|
3286
|
+
key: 'amount',
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
type: 0 /* EWriteModifiedDataType.Usual */,
|
|
3290
|
+
binary: types_1.EWriteDataType.Byte,
|
|
3291
|
+
key: 'requestId',
|
|
3292
|
+
},
|
|
3293
|
+
],
|
|
3229
3294
|
} }, PlixoRequests_1.PLIXO_REQUESTS);
|
|
@@ -1233,6 +1233,36 @@ exports.binaryDecoderScheme = {
|
|
|
1233
1233
|
},
|
|
1234
1234
|
],
|
|
1235
1235
|
},
|
|
1236
|
+
'151': {
|
|
1237
|
+
data: [
|
|
1238
|
+
{
|
|
1239
|
+
type: -2 /* EReadModifiedDataType.Module */,
|
|
1240
|
+
name: 'paymentResponse',
|
|
1241
|
+
isSave: true,
|
|
1242
|
+
dependencyName: types_1.ReadModuleKeys.ReadPaymentResponse,
|
|
1243
|
+
},
|
|
1244
|
+
],
|
|
1245
|
+
},
|
|
1246
|
+
'152': {
|
|
1247
|
+
data: [
|
|
1248
|
+
{
|
|
1249
|
+
type: -2 /* EReadModifiedDataType.Module */,
|
|
1250
|
+
name: 'paymentResponse',
|
|
1251
|
+
isSave: true,
|
|
1252
|
+
dependencyName: types_1.ReadModuleKeys.ReadPaymentResponse,
|
|
1253
|
+
},
|
|
1254
|
+
],
|
|
1255
|
+
},
|
|
1256
|
+
'153': {
|
|
1257
|
+
data: [
|
|
1258
|
+
{
|
|
1259
|
+
type: -2 /* EReadModifiedDataType.Module */,
|
|
1260
|
+
name: 'paymentResponse',
|
|
1261
|
+
isSave: true,
|
|
1262
|
+
dependencyName: types_1.ReadModuleKeys.ReadPaymentResponse,
|
|
1263
|
+
},
|
|
1264
|
+
],
|
|
1265
|
+
},
|
|
1236
1266
|
'200': {
|
|
1237
1267
|
data: [
|
|
1238
1268
|
{
|
|
@@ -1535,24 +1565,4 @@ exports.binaryDecoderScheme = {
|
|
|
1535
1565
|
},
|
|
1536
1566
|
],
|
|
1537
1567
|
},
|
|
1538
|
-
'151': {
|
|
1539
|
-
data: [
|
|
1540
|
-
{
|
|
1541
|
-
type: -2 /* EReadModifiedDataType.Module */,
|
|
1542
|
-
name: 'paymentResponse',
|
|
1543
|
-
isSave: true,
|
|
1544
|
-
dependencyName: types_1.ReadModuleKeys.ReadPaymentResponse,
|
|
1545
|
-
},
|
|
1546
|
-
],
|
|
1547
|
-
},
|
|
1548
|
-
'152': {
|
|
1549
|
-
data: [
|
|
1550
|
-
{
|
|
1551
|
-
type: -2 /* EReadModifiedDataType.Module */,
|
|
1552
|
-
name: 'paymentResponse',
|
|
1553
|
-
isSave: true,
|
|
1554
|
-
dependencyName: types_1.ReadModuleKeys.ReadPaymentResponse,
|
|
1555
|
-
},
|
|
1556
|
-
],
|
|
1557
|
-
},
|
|
1558
1568
|
};
|
|
@@ -249,7 +249,7 @@ export declare enum PaymentChannelType {
|
|
|
249
249
|
PlixoAznM10 = 238,
|
|
250
250
|
PlixoAznMPay = 239,
|
|
251
251
|
PlixoBdtBkash = 240,
|
|
252
|
-
|
|
252
|
+
PlixoNagadBkashSecond = 241
|
|
253
253
|
}
|
|
254
254
|
export type MPayMethods = PaymentChannelType.MPayParazula | PaymentChannelType.MPayPayco | PaymentChannelType.MPayVCC | PaymentChannelType.PaparaMPay | PaymentChannelType.MefeteMpay | PaymentChannelType.MefeteMpayQr | PaymentChannelType.EFTMPay | PaymentChannelType.MiniHavaleMpay | PaymentChannelType.PopyMpay;
|
|
255
255
|
export type WellexPayMethods = PaymentChannelType.BKashFastWellexPay | PaymentChannelType.NagadFastWellexPay | PaymentChannelType.NagadWellexPay | PaymentChannelType.BkashWellexPay | PaymentChannelType.WellxpayUpay | PaymentChannelType.BKashFastWellexPayCopy | PaymentChannelType.NagadFastWellexPayCopy | PaymentChannelType.WellxpayRocket;
|
|
@@ -151,5 +151,5 @@ var PaymentChannelType;
|
|
|
151
151
|
PaymentChannelType[PaymentChannelType["PlixoAznM10"] = 238] = "PlixoAznM10";
|
|
152
152
|
PaymentChannelType[PaymentChannelType["PlixoAznMPay"] = 239] = "PlixoAznMPay";
|
|
153
153
|
PaymentChannelType[PaymentChannelType["PlixoBdtBkash"] = 240] = "PlixoBdtBkash";
|
|
154
|
-
PaymentChannelType[PaymentChannelType["
|
|
154
|
+
PaymentChannelType[PaymentChannelType["PlixoNagadBkashSecond"] = 241] = "PlixoNagadBkashSecond";
|
|
155
155
|
})(PaymentChannelType || (exports.PaymentChannelType = PaymentChannelType = {}));
|