nextemos 5.2.12 → 5.2.13

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.
@@ -127,6 +127,7 @@ export interface IInvoice {
127
127
  export interface IOrderTotal {
128
128
  type: string;
129
129
  value: number;
130
+ dividedValue: number;
130
131
  }
131
132
  export interface IOrderShipment {
132
133
  waybillNo: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.2.12",
3
+ "version": "5.2.13",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",