@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.
Files changed (2) hide show
  1. package/openapi.ts +2 -3
  2. 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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1276",
3
+ "version": "1.0.1278",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],