react-memory-optimization 0.0.108 → 0.0.110

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.
@@ -31,4 +31,12 @@ exports.PAYMENT_REQUEST_PATHS = {
31
31
  path: types_1.EApiPath.CreateProdWithdraw,
32
32
  adapterFn: utils_1.restAdapterWithdraw,
33
33
  },
34
+ [types_1.EPaymentRequestPath.JazzcashPTCPkrDeposit]: {
35
+ path: types_1.EApiPath.CreateProdDeposit,
36
+ adapterFn: utils_1.restAdapterDeposit,
37
+ },
38
+ [types_1.EPaymentRequestPath.JazzcashPTCPkrWithdraw]: {
39
+ path: types_1.EApiPath.CreateProdWithdraw,
40
+ adapterFn: utils_1.restAdapterWithdraw,
41
+ },
34
42
  };
@@ -20,7 +20,9 @@ export declare enum EPaymentRequestPath {
20
20
  PicoPayBkashNagadDeposit = "pico_pay_bkash_nagad_deposit",
21
21
  PicoPayBkashNagadWithdraw = "pico_pay_bkash_nagad_withdraw",
22
22
  PiqPayPkDeposit = "piq_pay_pk_deposit",
23
- PiqPayPkWithdraw = "piq_pay_pk_withdraw"
23
+ PiqPayPkWithdraw = "piq_pay_pk_withdraw",
24
+ JazzcashPTCPkrDeposit = "jazzcash_ptc_pkr_deposit",
25
+ JazzcashPTCPkrWithdraw = "jazzcash_ptc_pkr_withdraw"
24
26
  }
25
27
  export type ApiList = {
26
28
  [key: string]: {
@@ -24,6 +24,8 @@ var EPaymentRequestPath;
24
24
  EPaymentRequestPath["PicoPayBkashNagadWithdraw"] = "pico_pay_bkash_nagad_withdraw";
25
25
  EPaymentRequestPath["PiqPayPkDeposit"] = "piq_pay_pk_deposit";
26
26
  EPaymentRequestPath["PiqPayPkWithdraw"] = "piq_pay_pk_withdraw";
27
+ EPaymentRequestPath["JazzcashPTCPkrDeposit"] = "jazzcash_ptc_pkr_deposit";
28
+ EPaymentRequestPath["JazzcashPTCPkrWithdraw"] = "jazzcash_ptc_pkr_withdraw";
27
29
  })(EPaymentRequestPath || (exports.EPaymentRequestPath = EPaymentRequestPath = {}));
28
30
  // FlashPayUpiDeposit
29
31
  var EPaymentStatusCode;
@@ -178,6 +178,7 @@ export declare enum PaymentChannelType {
178
178
  PicPayBkashThree = 79,
179
179
  PicPayBkashTwo = 80,
180
180
  PicPayPkr = 83,
181
+ JazzcashPTCPkr = 84,
181
182
  EasypaisaFast = 86,
182
183
  Easypaisa = 87,
183
184
  JazzCash = 88,
@@ -67,6 +67,7 @@ var PaymentChannelType;
67
67
  PaymentChannelType[PaymentChannelType["PicPayBkashThree"] = 79] = "PicPayBkashThree";
68
68
  PaymentChannelType[PaymentChannelType["PicPayBkashTwo"] = 80] = "PicPayBkashTwo";
69
69
  PaymentChannelType[PaymentChannelType["PicPayPkr"] = 83] = "PicPayPkr";
70
+ PaymentChannelType[PaymentChannelType["JazzcashPTCPkr"] = 84] = "JazzcashPTCPkr";
70
71
  // Pakistan
71
72
  PaymentChannelType[PaymentChannelType["EasypaisaFast"] = 86] = "EasypaisaFast";
72
73
  PaymentChannelType[PaymentChannelType["Easypaisa"] = 87] = "Easypaisa";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-memory-optimization",
3
- "version": "0.0.108",
3
+ "version": "0.0.110",
4
4
  "description": "react memory optimization library",
5
5
  "sideEffects": false,
6
6
  "files": [