react-memory-optimization 0.0.40 → 0.0.42

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.
@@ -0,0 +1,2 @@
1
+ import { RequestCommands } from 'binary/types';
2
+ export declare const PLIXO_CREEDO_REQUESTS: RequestCommands;
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PLIXO_CREEDO_REQUESTS = void 0;
4
+ const types_1 = require("binary/types");
5
+ exports.PLIXO_CREEDO_REQUESTS = {
6
+ '\\248x249x250x251_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.Int,
28
+ key: 'amount',
29
+ },
30
+ {
31
+ type: 0 /* EWriteModifiedDataType.Usual */,
32
+ binary: types_1.EWriteDataType.Byte,
33
+ key: 'requestId',
34
+ },
35
+ ],
36
+ },
37
+ '\\248x249x250x251_withdraw': {
38
+ command: 'BetPaymentCreateWithdraw',
39
+ responseKey: '',
40
+ writeScheme: [
41
+ {
42
+ type: 0 /* EWriteModifiedDataType.Usual */,
43
+ binary: types_1.EWriteDataType.Short,
44
+ key: 'currencyId',
45
+ },
46
+ {
47
+ type: 0 /* EWriteModifiedDataType.Usual */,
48
+ binary: types_1.EWriteDataType.Byte,
49
+ key: 'channelId',
50
+ },
51
+ {
52
+ type: 0 /* EWriteModifiedDataType.Usual */,
53
+ binary: types_1.EWriteDataType.UTF,
54
+ key: 'phone',
55
+ },
56
+ {
57
+ type: 0 /* EWriteModifiedDataType.Usual */,
58
+ binary: types_1.EWriteDataType.Int,
59
+ key: 'amount',
60
+ },
61
+ {
62
+ type: 0 /* EWriteModifiedDataType.Usual */,
63
+ binary: types_1.EWriteDataType.Byte,
64
+ key: 'requestId',
65
+ },
66
+ ],
67
+ },
68
+ };
@@ -5,7 +5,8 @@ const types_1 = require("binary/types");
5
5
  const PlixoRequests_1 = require("./requestModules/PlixoRequests");
6
6
  const APayRequest_1 = require("./requestModules/APayRequest");
7
7
  const PlixoTryRequests_1 = require("./requestModules/PlixoTryRequests");
8
- exports.REQUEST_COMMANDS = Object.assign(Object.assign(Object.assign({ '\\x0': {
8
+ const PlixoCreedo_1 = require("./requestModules/PlixoCreedo");
9
+ exports.REQUEST_COMMANDS = Object.assign(Object.assign(Object.assign(Object.assign({ '\\x0': {
9
10
  command: 'GeoProviders',
10
11
  responseKey: '-',
11
12
  writeScheme: [],
@@ -3293,4 +3294,4 @@ exports.REQUEST_COMMANDS = Object.assign(Object.assign(Object.assign({ '\\x0': {
3293
3294
  key: 'requestId',
3294
3295
  },
3295
3296
  ],
3296
- } }, PlixoRequests_1.PLIXO_REQUESTS), APayRequest_1.APAY_REQUESTS), PlixoTryRequests_1.PLIXO_TRY_REQUESTS);
3297
+ } }, PlixoRequests_1.PLIXO_REQUESTS), APayRequest_1.APAY_REQUESTS), PlixoTryRequests_1.PLIXO_TRY_REQUESTS), PlixoCreedo_1.PLIXO_CREEDO_REQUESTS);
@@ -256,7 +256,11 @@ export declare enum PaymentChannelType {
256
256
  APayJazzcashP2C = 242,
257
257
  APayNayapayP2P = 243,
258
258
  APayBankalfalahP2C = 244,
259
- APayBankTransfer = 245
259
+ APayBankTransfer = 245,
260
+ PlixoCreedoBkash = 248,
261
+ PlixoCreedoNagad = 249,
262
+ PlixoCreedoEasyPaisa = 250,
263
+ PlixoCreedoJazzCash = 251
260
264
  }
261
265
  export type MPayMethods = PaymentChannelType.MPayParazula | PaymentChannelType.MPayPayco | PaymentChannelType.MPayVCC | PaymentChannelType.PaparaMPay | PaymentChannelType.MefeteMpay | PaymentChannelType.MefeteMpayQr | PaymentChannelType.EFTMPay | PaymentChannelType.MiniHavaleMpay | PaymentChannelType.PopyMpay;
262
266
  export type WellexPayMethods = PaymentChannelType.BKashFastWellexPay | PaymentChannelType.NagadFastWellexPay | PaymentChannelType.NagadWellexPay | PaymentChannelType.BkashWellexPay | PaymentChannelType.WellxpayUpay | PaymentChannelType.BKashFastWellexPayCopy | PaymentChannelType.NagadFastWellexPayCopy | PaymentChannelType.WellxpayRocket;
@@ -159,4 +159,8 @@ var PaymentChannelType;
159
159
  PaymentChannelType[PaymentChannelType["APayNayapayP2P"] = 243] = "APayNayapayP2P";
160
160
  PaymentChannelType[PaymentChannelType["APayBankalfalahP2C"] = 244] = "APayBankalfalahP2C";
161
161
  PaymentChannelType[PaymentChannelType["APayBankTransfer"] = 245] = "APayBankTransfer";
162
+ PaymentChannelType[PaymentChannelType["PlixoCreedoBkash"] = 248] = "PlixoCreedoBkash";
163
+ PaymentChannelType[PaymentChannelType["PlixoCreedoNagad"] = 249] = "PlixoCreedoNagad";
164
+ PaymentChannelType[PaymentChannelType["PlixoCreedoEasyPaisa"] = 250] = "PlixoCreedoEasyPaisa";
165
+ PaymentChannelType[PaymentChannelType["PlixoCreedoJazzCash"] = 251] = "PlixoCreedoJazzCash";
162
166
  })(PaymentChannelType || (exports.PaymentChannelType = PaymentChannelType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-memory-optimization",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "description": "react memory optimization library",
5
5
  "sideEffects": false,
6
6
  "files": [