@erp-galoper/types 1.0.667 → 1.0.668

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
@@ -27545,7 +27545,7 @@ export interface components {
27545
27545
  /**
27546
27546
  * Id
27547
27547
  * Format: uuid
27548
- * @example 90237414-b8e6-4764-8911-22e569c46bb8
27548
+ * @example bd0453a7-c5e5-46c3-b661-24887f17a74f
27549
27549
  */
27550
27550
  id: string;
27551
27551
  /**
@@ -44867,6 +44867,10 @@ export interface components {
44867
44867
  SalesReturnInvoiceItemTotalCalculated: {
44868
44868
  /** Total */
44869
44869
  total: string;
44870
+ /** Quantity */
44871
+ quantity: number;
44872
+ /** Unitpackage */
44873
+ unitPackage?: number | null;
44870
44874
  /** Unitprice */
44871
44875
  unitPrice: string;
44872
44876
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.667",
3
+ "version": "1.0.668",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],