@erp-galoper/types 1.0.781 → 1.0.783

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.
Files changed (2) hide show
  1. package/openapi.ts +5 -1
  2. 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 Quantity of the item ordered (if applicable)
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.781",
3
+ "version": "1.0.783",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],