react-memory-optimization 0.0.77 → 0.0.79

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 KODAK_REQUESTS: RequestCommands;
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.KODAK_REQUESTS = void 0;
4
+ const types_1 = require("binary/types");
5
+ exports.KODAK_REQUESTS = {
6
+ '\\65x_kodak_upi_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
+ '\\65x_kodak_upi_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: 'accountNumber',
55
+ },
56
+ {
57
+ type: 0 /* EWriteModifiedDataType.Usual */,
58
+ binary: types_1.EWriteDataType.UTF,
59
+ key: 'accountName',
60
+ },
61
+ {
62
+ type: 0 /* EWriteModifiedDataType.Usual */,
63
+ binary: types_1.EWriteDataType.UTF,
64
+ key: 'bankCode',
65
+ },
66
+ {
67
+ type: 0 /* EWriteModifiedDataType.Usual */,
68
+ binary: types_1.EWriteDataType.Int,
69
+ key: 'amount',
70
+ },
71
+ {
72
+ type: 0 /* EWriteModifiedDataType.Usual */,
73
+ binary: types_1.EWriteDataType.Byte,
74
+ key: 'requestId',
75
+ },
76
+ ],
77
+ },
78
+ };
@@ -9,7 +9,8 @@ const PlixoCreedo_1 = require("./requestModules/PlixoCreedo");
9
9
  const PlixoPkr_1 = require("./requestModules/PlixoPkr");
10
10
  const Registration_1 = require("./requestModules/Registration");
11
11
  const FlashCall_1 = require("./requestModules/FlashCall");
12
- exports.REQUEST_COMMANDS = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({ '\\x0': {
12
+ const KodakRequest_1 = require("./requestModules/KodakRequest");
13
+ exports.REQUEST_COMMANDS = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({ '\\x0': {
13
14
  command: 'GeoProviders',
14
15
  responseKey: '-',
15
16
  writeScheme: [],
@@ -2992,4 +2993,4 @@ exports.REQUEST_COMMANDS = Object.assign(Object.assign(Object.assign(Object.assi
2992
2993
  key: 'requestId',
2993
2994
  },
2994
2995
  ],
2995
- } }, FlashCall_1.FLASH_CALL_REQUESTS), Registration_1.REGISTRATION_REQUESTS), PlixoRequests_1.PLIXO_REQUESTS), APayRequest_1.APAY_REQUESTS), PlixoTryRequests_1.PLIXO_TRY_REQUESTS), PlixoCreedo_1.PLIXO_CREEDO_REQUESTS), PlixoPkr_1.PLIXO_CASHX_REQUESTS);
2996
+ } }, FlashCall_1.FLASH_CALL_REQUESTS), Registration_1.REGISTRATION_REQUESTS), PlixoRequests_1.PLIXO_REQUESTS), APayRequest_1.APAY_REQUESTS), PlixoTryRequests_1.PLIXO_TRY_REQUESTS), PlixoCreedo_1.PLIXO_CREEDO_REQUESTS), PlixoPkr_1.PLIXO_CASHX_REQUESTS), KodakRequest_1.KODAK_REQUESTS);
@@ -231,7 +231,8 @@ export declare enum PaymentChannelType {
231
231
  BKashFast = 211,
232
232
  PKRJazzcash = 212,
233
233
  PlixopayPopypara = 213,
234
- PlixopayParaparola = 224,
234
+ KodakUpi = 214,
235
+ KodakImpus = 215,
235
236
  PKREasypaisa = 216,
236
237
  MNXSpei = 217,
237
238
  GLDNBKash = 218,
@@ -240,6 +241,7 @@ export declare enum PaymentChannelType {
240
241
  Oxxo = 221,
241
242
  BankTransferTwo = 222,
242
243
  NagadGldn = 223,
244
+ PlixopayParaparola = 224,
243
245
  CashXAZN = 225,
244
246
  PlixoBKash = 226,
245
247
  PlixoNagad = 227,
@@ -127,7 +127,8 @@ var PaymentChannelType;
127
127
  // PKR
128
128
  PaymentChannelType[PaymentChannelType["PKRJazzcash"] = 212] = "PKRJazzcash";
129
129
  PaymentChannelType[PaymentChannelType["PlixopayPopypara"] = 213] = "PlixopayPopypara";
130
- PaymentChannelType[PaymentChannelType["PlixopayParaparola"] = 224] = "PlixopayParaparola";
130
+ PaymentChannelType[PaymentChannelType["KodakUpi"] = 214] = "KodakUpi";
131
+ PaymentChannelType[PaymentChannelType["KodakImpus"] = 215] = "KodakImpus";
131
132
  PaymentChannelType[PaymentChannelType["PKREasypaisa"] = 216] = "PKREasypaisa";
132
133
  PaymentChannelType[PaymentChannelType["MNXSpei"] = 217] = "MNXSpei";
133
134
  PaymentChannelType[PaymentChannelType["GLDNBKash"] = 218] = "GLDNBKash";
@@ -136,6 +137,7 @@ var PaymentChannelType;
136
137
  PaymentChannelType[PaymentChannelType["Oxxo"] = 221] = "Oxxo";
137
138
  PaymentChannelType[PaymentChannelType["BankTransferTwo"] = 222] = "BankTransferTwo";
138
139
  PaymentChannelType[PaymentChannelType["NagadGldn"] = 223] = "NagadGldn";
140
+ PaymentChannelType[PaymentChannelType["PlixopayParaparola"] = 224] = "PlixopayParaparola";
139
141
  PaymentChannelType[PaymentChannelType["CashXAZN"] = 225] = "CashXAZN";
140
142
  PaymentChannelType[PaymentChannelType["PlixoBKash"] = 226] = "PlixoBKash";
141
143
  PaymentChannelType[PaymentChannelType["PlixoNagad"] = 227] = "PlixoNagad";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-memory-optimization",
3
- "version": "0.0.77",
3
+ "version": "0.0.79",
4
4
  "description": "react memory optimization library",
5
5
  "sideEffects": false,
6
6
  "files": [