@erp-galoper/types 1.0.1543 → 1.0.1544

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 +2 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -40226,10 +40226,10 @@ export interface components {
40226
40226
  */
40227
40227
  discountAmount?: string | null;
40228
40228
  /**
40229
- * Usddiscountamount
40229
+ * Secondarydiscountamount
40230
40230
  * @description Discount amount in USD
40231
40231
  */
40232
- usdDiscountAmount?: string | null;
40232
+ secondaryDiscountAmount?: string | null;
40233
40233
  /**
40234
40234
  * Companydiscountamount
40235
40235
  * @description Discount amount in company currency
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1543",
3
+ "version": "1.0.1544",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],