@erp-galoper/types 1.0.899 → 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.
Files changed (2) hide show
  1. package/openapi.ts +12 -0
  2. 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: {
@@ -45231,6 +45237,12 @@ export interface components {
45231
45237
  * @default 0
45232
45238
  */
45233
45239
  discount: number;
45240
+ /**
45241
+ * Taxes
45242
+ * @description this field is always disabled
45243
+ * @default []
45244
+ */
45245
+ taxes: components["schemas"]["TaxSharedSchema"][];
45234
45246
  };
45235
45247
  /** SalesReturnOrderTotalCalculationResponse */
45236
45248
  SalesReturnOrderTotalCalculationResponse: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.899",
3
+ "version": "1.0.901",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],