@erp-galoper/types 1.0.781 → 1.0.782
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.
- package/openapi.ts +5 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -36331,7 +36331,11 @@ export interface components {
|
|
|
36331
36331
|
quantityReceived: number;
|
|
36332
36332
|
/**
|
|
36333
36333
|
* Quantityordered
|
|
36334
|
-
* @description
|
|
36334
|
+
* @description
|
|
36335
|
+
* Quantity of the item ordered (if applicable)
|
|
36336
|
+
* - if the item is not linked to a purchase order or invoice, this field should be None
|
|
36337
|
+
* - if the item is linked to a purchase order or invoice, this field should be the quantity ordered from the purchase order or invoice
|
|
36338
|
+
*
|
|
36335
36339
|
*/
|
|
36336
36340
|
quantityOrdered?: number | null;
|
|
36337
36341
|
/**
|