react-memory-optimization 0.0.50 → 0.0.51

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.
@@ -66,6 +66,7 @@ export type ObservableSettingGames = {
66
66
  excludeGameId?: number;
67
67
  search: string;
68
68
  sortType?: ESortType;
69
+ providerNames: string[];
69
70
  };
70
71
  export type GetSearchingGamesProps = {
71
72
  providerId: number;
@@ -59,6 +59,7 @@ var PaymentChannelType;
59
59
  PaymentChannelType[PaymentChannelType["WithdrawRubSber"] = 71] = "WithdrawRubSber";
60
60
  PaymentChannelType[PaymentChannelType["WithdrawRubTinkof"] = 72] = "WithdrawRubTinkof";
61
61
  PaymentChannelType[PaymentChannelType["BKashFastWellexPay"] = 75] = "BKashFastWellexPay";
62
+ // ------------------------ DEPOSITS ------------------------ MOVE TO UP
62
63
  PaymentChannelType[PaymentChannelType["NagadFastWellexPay"] = 76] = "NagadFastWellexPay";
63
64
  PaymentChannelType[PaymentChannelType["NagadWellexPay"] = 77] = "NagadWellexPay";
64
65
  PaymentChannelType[PaymentChannelType["BkashWellexPay"] = 78] = "BkashWellexPay";
@@ -94,7 +95,6 @@ var PaymentChannelType;
94
95
  PaymentChannelType[PaymentChannelType["INRWithdrawImp"] = 147] = "INRWithdrawImp";
95
96
  PaymentChannelType[PaymentChannelType["MPayCC"] = 148] = "MPayCC";
96
97
  PaymentChannelType[PaymentChannelType["MPayFix"] = 149] = "MPayFix";
97
- // ---------------------------------------------------------------DEPOSITS --------------------------------------------------------------- MOVE TO UP
98
98
  PaymentChannelType[PaymentChannelType["PagsmileBoleto"] = 152] = "PagsmileBoleto";
99
99
  PaymentChannelType[PaymentChannelType["PagsmileDepositExpress"] = 153] = "PagsmileDepositExpress";
100
100
  PaymentChannelType[PaymentChannelType["Lottery"] = 154] = "Lottery";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-memory-optimization",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "description": "react memory optimization library",
5
5
  "sideEffects": false,
6
6
  "files": [