@erp-galoper/types 1.0.740 → 1.0.741

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 +11 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -27564,7 +27564,7 @@ export interface components {
27564
27564
  /**
27565
27565
  * Id
27566
27566
  * Format: uuid
27567
- * @example 6407c05a-ea9d-4381-8d7e-73e433d811fc
27567
+ * @example 8996a64d-6799-48c6-8306-4599dc5f16fd
27568
27568
  */
27569
27569
  id: string;
27570
27570
  /**
@@ -45775,6 +45775,11 @@ export interface components {
45775
45775
  unitPackage: number | null;
45776
45776
  /** Quantity */
45777
45777
  quantity: number;
45778
+ /**
45779
+ * Quantityordered
45780
+ * @description Quantity ordered from the linked sales order or invoice
45781
+ */
45782
+ quantityOrdered?: number | null;
45778
45783
  /**
45779
45784
  * Tracking
45780
45785
  * @description Tracking details (serial numbers, batches, or quantities)
@@ -45900,6 +45905,11 @@ export interface components {
45900
45905
  unitPackage?: number;
45901
45906
  /** Quantity */
45902
45907
  quantity: number;
45908
+ /**
45909
+ * Quantityordered
45910
+ * @description Quantity of the item ordered (if applicable)
45911
+ */
45912
+ quantityOrdered?: number | null;
45903
45913
  /**
45904
45914
  * Tracking
45905
45915
  * @description Get the tracking from the item
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.740",
3
+ "version": "1.0.741",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],