react-memory-optimization 0.0.101 → 0.0.103

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.
@@ -62,6 +62,8 @@ exports.HOME_DEFAULT_ORDER = {
62
62
  default: {
63
63
  isProviderSection: true,
64
64
  providerSectionPosition: 3,
65
+ isLastWinnerSection: false,
66
+ lastWinnerPosition: null,
65
67
  categories: HOME_CATEGORIES,
66
68
  },
67
69
  };
@@ -134,6 +134,8 @@ export type ResponseHomePageInfo = {
134
134
  })[];
135
135
  isProviderSection: boolean;
136
136
  providerSectionPosition: null | number;
137
+ isLastWinnerSection: boolean;
138
+ lastWinnerPosition: null | number;
137
139
  };
138
140
  export type HomeCategoriesInfo = {
139
141
  [countryCode: string]: CategoriesHomeInfo;
@@ -143,6 +145,8 @@ export type HomeCategoriesInfo = {
143
145
  export type CategoriesHomeInfo = {
144
146
  isProviderSection: boolean;
145
147
  providerSectionPosition: null | number;
148
+ isLastWinnerSection: boolean;
149
+ lastWinnerPosition: null | number;
146
150
  categories: HomeCategoryInfo[];
147
151
  };
148
152
  export type HomeCategoryInfo = {
@@ -1154,7 +1154,6 @@ exports.WELLEXPAY = [
1154
1154
  types_1.PaymentChannelType.BKashFastWellexPay,
1155
1155
  types_1.PaymentChannelType.NagadFastWellexPay,
1156
1156
  types_1.PaymentChannelType.NagadWellexPay,
1157
- types_1.PaymentChannelType.WellxpayRocket,
1158
1157
  types_1.PaymentChannelType.BKashFastWellexPayCopy,
1159
1158
  ];
1160
1159
  exports.XOOM_PAY = [
@@ -175,9 +175,8 @@ export declare enum PaymentChannelType {
175
175
  BKashFastWellexPay = 75,
176
176
  NagadFastWellexPay = 76,
177
177
  NagadWellexPay = 77,
178
- PicPayBkashTwo = 78,
179
178
  PicPayBkashThree = 79,
180
- WellxpayRocket = 80,
179
+ PicPayBkashTwo = 80,
181
180
  EasypaisaFast = 86,
182
181
  Easypaisa = 87,
183
182
  JazzCash = 88,
@@ -275,6 +274,6 @@ export declare enum PaymentChannelType {
275
274
  FluxNagad = 253
276
275
  }
277
276
  export type MPayMethods = PaymentChannelType.MPayParazula | PaymentChannelType.MPayPayco | PaymentChannelType.MPayVCC | PaymentChannelType.PaparaMPay | PaymentChannelType.MefeteMpay | PaymentChannelType.MefeteMpayQr | PaymentChannelType.EFTMPay | PaymentChannelType.MiniHavaleMpay | PaymentChannelType.PopyMpay;
278
- export type WellexPayMethods = PaymentChannelType.BKashFastWellexPay | PaymentChannelType.NagadFastWellexPay | PaymentChannelType.NagadWellexPay | PaymentChannelType.BKashFastWellexPayCopy | PaymentChannelType.WellxpayRocket;
277
+ export type WellexPayMethods = PaymentChannelType.BKashFastWellexPay | PaymentChannelType.NagadFastWellexPay | PaymentChannelType.NagadWellexPay | PaymentChannelType.BKashFastWellexPayCopy;
279
278
  export type CashXMethods = PaymentChannelType.NagadCashX | PaymentChannelType.BkashCashX;
280
279
  export type RublesMethods = PaymentChannelType.WithdrawRubSber | PaymentChannelType.WithdrawRubTinkof | PaymentChannelType.CreditCard | PaymentChannelType.CreditCardFast | PaymentChannelType.CreditCardAcquirning;
@@ -64,9 +64,8 @@ var PaymentChannelType;
64
64
  // ------------------------ DEPOSITS ------------------------ MOVE TO UP
65
65
  PaymentChannelType[PaymentChannelType["NagadFastWellexPay"] = 76] = "NagadFastWellexPay";
66
66
  PaymentChannelType[PaymentChannelType["NagadWellexPay"] = 77] = "NagadWellexPay";
67
- PaymentChannelType[PaymentChannelType["PicPayBkashTwo"] = 78] = "PicPayBkashTwo";
68
67
  PaymentChannelType[PaymentChannelType["PicPayBkashThree"] = 79] = "PicPayBkashThree";
69
- PaymentChannelType[PaymentChannelType["WellxpayRocket"] = 80] = "WellxpayRocket";
68
+ PaymentChannelType[PaymentChannelType["PicPayBkashTwo"] = 80] = "PicPayBkashTwo";
70
69
  // Pakistan
71
70
  PaymentChannelType[PaymentChannelType["EasypaisaFast"] = 86] = "EasypaisaFast";
72
71
  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.101",
3
+ "version": "0.0.103",
4
4
  "description": "react memory optimization library",
5
5
  "sideEffects": false,
6
6
  "files": [