nextemos 5.2.1 → 5.2.2

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.
@@ -191,6 +191,7 @@ export interface IInstallmentOption {
191
191
  bankName: string;
192
192
  logoUrl: string;
193
193
  order: number;
194
+ isBankPointActive: boolean;
194
195
  options: {
195
196
  name: string;
196
197
  count: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",