@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.
- package/openapi.ts +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
|
-
*
|
|
40229
|
+
* Secondarydiscountamount
|
|
40230
40230
|
* @description Discount amount in USD
|
|
40231
40231
|
*/
|
|
40232
|
-
|
|
40232
|
+
secondaryDiscountAmount?: string | null;
|
|
40233
40233
|
/**
|
|
40234
40234
|
* Companydiscountamount
|
|
40235
40235
|
* @description Discount amount in company currency
|