@erp-galoper/types 1.0.1276 → 1.0.1278
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 -3
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -25426,13 +25426,12 @@ export interface components {
|
|
|
25426
25426
|
priceList?: string | null;
|
|
25427
25427
|
/**
|
|
25428
25428
|
* Companyrate
|
|
25429
|
-
* @description "
|
|
25430
|
-
* required when price list is chosen and its pricing_method is profit
|
|
25429
|
+
* @description " visible and required when price list is chosen and its pricing_method is profit
|
|
25431
25430
|
*/
|
|
25432
25431
|
companyRate?: number | null;
|
|
25433
25432
|
/**
|
|
25434
25433
|
* Secondaryrate
|
|
25435
|
-
* @description required when price list is chosen and its pricing_method is profit
|
|
25434
|
+
* @description visible and required when price list is chosen and its pricing_method is profit
|
|
25436
25435
|
*/
|
|
25437
25436
|
secondaryRate?: number | null;
|
|
25438
25437
|
/**
|