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.
|
@@ -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";
|