@erp-galoper/types 1.0.780 → 1.0.781
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 +6 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -17349,6 +17349,7 @@ export interface paths {
|
|
|
17349
17349
|
* - branchDoesNotExist
|
|
17350
17350
|
* - itemNotInOrder
|
|
17351
17351
|
* - itemNotInInvoice
|
|
17352
|
+
* - quantityOrderedIsRequired
|
|
17352
17353
|
* - 403: - noModuleAccess
|
|
17353
17354
|
* - permissionDenied
|
|
17354
17355
|
* - noBranchAccess
|
|
@@ -46387,7 +46388,11 @@ export interface components {
|
|
|
46387
46388
|
quantity: number;
|
|
46388
46389
|
/**
|
|
46389
46390
|
* Quantityordered
|
|
46390
|
-
* @description
|
|
46391
|
+
* @description
|
|
46392
|
+
* Quantity of the item ordered (if applicable)
|
|
46393
|
+
* - if the item is not linked to a sales order or invoice, this field should be None
|
|
46394
|
+
* - if the item is linked to a sales order or invoice, this field should be the quantity ordered from the sales order or invoice
|
|
46395
|
+
*
|
|
46391
46396
|
*/
|
|
46392
46397
|
quantityOrdered?: number | null;
|
|
46393
46398
|
/**
|