@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.
- package/openapi.ts +5 -1
- 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
|
|
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
|
/**
|