@cbm-common/cbm-types 0.0.266 → 0.0.267
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.
|
@@ -84,6 +84,8 @@ export declare namespace CbmStockItemModel {
|
|
|
84
84
|
batch_date_factory: number;
|
|
85
85
|
batch_date_expired: number;
|
|
86
86
|
batch_date_admission: number;
|
|
87
|
+
available_stock?: number;
|
|
88
|
+
committed?: number;
|
|
87
89
|
}
|
|
88
90
|
}
|
|
89
91
|
interface ListResponseSerie {
|
|
@@ -105,6 +107,8 @@ export declare namespace CbmStockItemModel {
|
|
|
105
107
|
series_series: string;
|
|
106
108
|
series_date_factory: number;
|
|
107
109
|
series_date_admission: number;
|
|
110
|
+
committed?: number;
|
|
111
|
+
available_stock?: number;
|
|
108
112
|
}
|
|
109
113
|
}
|
|
110
114
|
}
|