nextemos 5.9.10 → 5.9.11

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.
@@ -202,6 +202,7 @@ export interface IInstallmentOption {
202
202
  order: number;
203
203
  isBankPointActive: boolean;
204
204
  options: {
205
+ id: number;
205
206
  name: string;
206
207
  count: number;
207
208
  commissionRate: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.9.10",
3
+ "version": "5.9.11",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",