react-memory-optimization 0.0.44 → 0.0.46

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.
@@ -1,6 +1,7 @@
1
1
  export type AdaptedPromoCodeResponse = {
2
2
  amount: number;
3
3
  bonusOdd: number;
4
+ gameId: number;
4
5
  bonusForMinDeposit: number;
5
6
  bonusTime: number;
6
7
  wager: number;
@@ -94,6 +94,7 @@ var PaymentChannelType;
94
94
  PaymentChannelType[PaymentChannelType["INRWithdrawImp"] = 147] = "INRWithdrawImp";
95
95
  PaymentChannelType[PaymentChannelType["MPayCC"] = 148] = "MPayCC";
96
96
  PaymentChannelType[PaymentChannelType["MPayFix"] = 149] = "MPayFix";
97
+ // ---------------------------------------------------------------DEPOSITS --------------------------------------------------------------- MOVE TO UP
97
98
  PaymentChannelType[PaymentChannelType["PagsmileBoleto"] = 152] = "PagsmileBoleto";
98
99
  PaymentChannelType[PaymentChannelType["PagsmileDepositExpress"] = 153] = "PagsmileDepositExpress";
99
100
  PaymentChannelType[PaymentChannelType["Lottery"] = 154] = "Lottery";
@@ -103,7 +104,6 @@ var PaymentChannelType;
103
104
  // USDT = 188,
104
105
  PaymentChannelType[PaymentChannelType["BankTransfer"] = 176] = "BankTransfer";
105
106
  PaymentChannelType[PaymentChannelType["NagadApi"] = 180] = "NagadApi";
106
- // INR DEPOSIT
107
107
  PaymentChannelType[PaymentChannelType["INRUpiFast"] = 182] = "INRUpiFast";
108
108
  PaymentChannelType[PaymentChannelType["PKRCashmaal"] = 183] = "PKRCashmaal";
109
109
  // Turkish
@@ -130,9 +130,7 @@ var PaymentChannelType;
130
130
  PaymentChannelType[PaymentChannelType["PlixopayParaparola"] = 224] = "PlixopayParaparola";
131
131
  PaymentChannelType[PaymentChannelType["PKREasypaisa"] = 216] = "PKREasypaisa";
132
132
  PaymentChannelType[PaymentChannelType["MNXSpei"] = 217] = "MNXSpei";
133
- // GLDN
134
133
  PaymentChannelType[PaymentChannelType["GLDNBKash"] = 218] = "GLDNBKash";
135
- // New methods
136
134
  PaymentChannelType[PaymentChannelType["Spei"] = 219] = "Spei";
137
135
  PaymentChannelType[PaymentChannelType["CoDi"] = 220] = "CoDi";
138
136
  PaymentChannelType[PaymentChannelType["Oxxo"] = 221] = "Oxxo";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-memory-optimization",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
4
4
  "description": "react memory optimization library",
5
5
  "sideEffects": false,
6
6
  "files": [