@nomalism-com/types 0.27.98 → 0.27.99

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.
@@ -663,13 +663,13 @@ export type ProductBaseVirtuals = {
663
663
  price_cost: number;
664
664
  price_sale: number;
665
665
  last_avg_unit_cost: number;
666
- margin: number;
666
+ margin: number | null;
667
667
  };
668
668
  export type ProductVirtuals = {
669
669
  product_id: string;
670
670
  price_cost: number;
671
671
  price_sale: number;
672
- margin: number;
672
+ margin: number | null;
673
673
  last_avg_unit_cost: number;
674
674
  reserved: number;
675
675
  prison: number;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.27.98",
12
+ "version": "0.27.99",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [