react-memory-optimization 0.0.30 → 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.
@@ -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
  };
@@ -249,7 +249,7 @@ export declare enum PaymentChannelType {
249
249
  PlixoAznM10 = 238,
250
250
  PlixoAznMPay = 239,
251
251
  PlixoBdtBkash = 240,
252
- PlixoBdtBkashSecond = 241
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["PlixoBdtBkashSecond"] = 241] = "PlixoBdtBkashSecond";
154
+ PaymentChannelType[PaymentChannelType["PlixoNagadBkashSecond"] = 241] = "PlixoNagadBkashSecond";
155
155
  })(PaymentChannelType || (exports.PaymentChannelType = PaymentChannelType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-memory-optimization",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "react memory optimization library",
5
5
  "sideEffects": false,
6
6
  "files": [