@nomalism-com/types 0.27.74 → 0.27.75

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.
@@ -29,7 +29,6 @@ export interface IFindProviderProductsResponse {
29
29
  pfs: IFindProposals[];
30
30
  pcs: IFindProposals[];
31
31
  client_quantity: number;
32
- pre_ordered_quantity: number;
33
32
  last6m_consumption: number;
34
33
  }
35
34
  export interface IFindProductHistoryRequest {
@@ -951,7 +951,7 @@ 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[];
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.75",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [