@erp-galoper/types 1.0.900 → 1.0.901
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 +6 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -34718,6 +34718,12 @@ export interface components {
|
|
|
34718
34718
|
* @default 0
|
|
34719
34719
|
*/
|
|
34720
34720
|
discount: number;
|
|
34721
|
+
/**
|
|
34722
|
+
* Taxes
|
|
34723
|
+
* @description this field is always disabled
|
|
34724
|
+
* @default []
|
|
34725
|
+
*/
|
|
34726
|
+
taxes: components["schemas"]["TaxSharedSchema"][];
|
|
34721
34727
|
};
|
|
34722
34728
|
/** ReturnPurchaseOrderTotalCalculationResponse */
|
|
34723
34729
|
ReturnPurchaseOrderTotalCalculationResponse: {
|