@nomalism-com/types 0.36.4 → 0.36.5
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.
|
@@ -66,7 +66,7 @@ export interface IEntradaDeMaterialNC {
|
|
|
66
66
|
}
|
|
67
67
|
export interface IGetMaterialEntranceInfoResponse {
|
|
68
68
|
clientOrders: IEntradaDeMaterialClientOrder[];
|
|
69
|
-
stock:
|
|
69
|
+
stock: IEntradaDeMaterialStock[];
|
|
70
70
|
not_ok: IEntradaDeMaterialNC;
|
|
71
71
|
saved_id: string | null;
|
|
72
72
|
}
|
package/package.json
CHANGED
|
@@ -115,7 +115,7 @@ export interface IEntradaDeMaterialNC {
|
|
|
115
115
|
|
|
116
116
|
export interface IGetMaterialEntranceInfoResponse {
|
|
117
117
|
clientOrders: IEntradaDeMaterialClientOrder[];
|
|
118
|
-
stock:
|
|
118
|
+
stock: IEntradaDeMaterialStock[];
|
|
119
119
|
not_ok: IEntradaDeMaterialNC;
|
|
120
120
|
saved_id: string | null;
|
|
121
121
|
}
|