@erp-galoper/types 1.0.804 → 1.0.806

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 +8 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -38779,7 +38779,10 @@ export interface components {
38779
38779
  * Format: date
38780
38780
  */
38781
38781
  endDate?: string;
38782
- /** Commissionlevels */
38782
+ /**
38783
+ * Commissionlevels
38784
+ * @description when structure is paymentBased, only one commission level is allowed
38785
+ */
38783
38786
  commissionLevels?: components["schemas"]["CreateCommissionLevels"][];
38784
38787
  };
38785
38788
  /** CommissionDetailSchema */
@@ -38938,7 +38941,10 @@ export interface components {
38938
38941
  * Format: date
38939
38942
  */
38940
38943
  endDate?: string;
38941
- /** Commissionlevels */
38944
+ /**
38945
+ * Commissionlevels
38946
+ * @description when structure is paymentBased, only one commission level is allowed
38947
+ */
38942
38948
  commissionLevels?: components["schemas"]["UpdateCommissionLevels"][];
38943
38949
  };
38944
38950
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.804",
3
+ "version": "1.0.806",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],