@erp-galoper/types 1.0.665 → 1.0.667
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 90237414-b8e6-4764-8911-22e569c46bb8
|
|
27549
27549
|
*/
|
|
27550
27550
|
id: string;
|
|
27551
27551
|
/**
|
|
@@ -44430,6 +44430,10 @@ export interface components {
|
|
|
44430
44430
|
total: string;
|
|
44431
44431
|
/** Unitprice */
|
|
44432
44432
|
unitPrice: string;
|
|
44433
|
+
/** Quantity */
|
|
44434
|
+
quantity: number;
|
|
44435
|
+
/** Unitpackage */
|
|
44436
|
+
unitPackage?: number | null;
|
|
44433
44437
|
/**
|
|
44434
44438
|
* Discount
|
|
44435
44439
|
* @description The discount percentage applied to the sales invoice.
|