@nomalism-com/types 0.27.75 → 0.27.77

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.
@@ -1,5 +1,6 @@
1
1
  import { DocumentHeader } from "../../../shared/entities";
2
2
  import * as IShared from "../../../shared/interface";
3
+ import { type IProductType } from '../../stock/productGoogleSheets/interface';
3
4
  export declare const Route = "material_entrance";
4
5
  export declare const UpperName = "MaterialEntrance";
5
6
  export declare const LowerName: string;
@@ -76,6 +77,7 @@ export interface IUnfinishedPickingLineGroup {
76
77
  product_provider_ref: string | null;
77
78
  product_measure: string | null;
78
79
  product_stock: number;
80
+ product_type: IProductType;
79
81
  ordered_quantity: number;
80
82
  provider_estimated_delivery_date: string;
81
83
  ef_dla_ids: string[];
@@ -29,6 +29,7 @@ export interface IFindProviderProductsResponse {
29
29
  pfs: IFindProposals[];
30
30
  pcs: IFindProposals[];
31
31
  client_quantity: number;
32
+ pre_ordered_quantity: number;
32
33
  last6m_consumption: number;
33
34
  }
34
35
  export interface IFindProductHistoryRequest {
@@ -957,6 +957,7 @@ export type ProviderProductView = {
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.75",
12
+ "version": "0.27.77",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [