@nomalism-com/types 0.27.74 → 0.27.76

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.
@@ -951,12 +951,13 @@ export type ProviderProductView = {
951
951
  price_sale: number;
952
952
  available: number;
953
953
  last_ef_date: Date | null;
954
- ordered_quantity: number | null;
954
+ ordered_quantity: number;
955
955
  last_em_date: Date | null;
956
956
  notation: string;
957
957
  pfs: IFindProposals[];
958
958
  pcs: IFindProposals[];
959
959
  client_quantity: number;
960
+ pre_ordered_quantity: number;
960
961
  last6m_consumption: number;
961
962
  };
962
963
  export type DocumentLineGroup = {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.27.74",
12
+ "version": "0.27.76",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [