@erp-galoper/types 1.0.900 → 1.0.902
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 +12 -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: {
|
|
@@ -45681,6 +45687,12 @@ export interface components {
|
|
|
45681
45687
|
* @default 0
|
|
45682
45688
|
*/
|
|
45683
45689
|
discount: number;
|
|
45690
|
+
/**
|
|
45691
|
+
* Taxes
|
|
45692
|
+
* @description this field is always disabled
|
|
45693
|
+
* @default []
|
|
45694
|
+
*/
|
|
45695
|
+
taxes: components["schemas"]["TaxSharedSchema"][];
|
|
45684
45696
|
};
|
|
45685
45697
|
/** SalesReturnInvoiceTotalCalculationResponse */
|
|
45686
45698
|
SalesReturnInvoiceTotalCalculationResponse: {
|