@erp-galoper/types 1.0.707 → 1.0.709

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 +3 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -27555,7 +27555,7 @@ export interface components {
27555
27555
  /**
27556
27556
  * Id
27557
27557
  * Format: uuid
27558
- * @example 5a08954f-7751-427d-ad5d-3b0d4a9b0531
27558
+ * @example e25276a5-43a8-41a8-93ab-0b3055bff131
27559
27559
  */
27560
27560
  id: string;
27561
27561
  /**
@@ -38255,6 +38255,7 @@ export interface components {
38255
38255
  * @description When upload file the type in payload should be commission
38256
38256
  */
38257
38257
  attachments: string[];
38258
+ /** @description when structure is paymentBased, calculation should be billed */
38258
38259
  calculation: components["schemas"]["CommissionCalculation"];
38259
38260
  /** @description
38260
38261
  * In all structures user should specify commission value and commission value type
@@ -38413,6 +38414,7 @@ export interface components {
38413
38414
  * @description When upload file the type in payload should be commission
38414
38415
  */
38415
38416
  attachments: string[];
38417
+ /** @description when structure is paymentBased, calculation should be billed */
38416
38418
  calculation: components["schemas"]["CommissionCalculation"];
38417
38419
  /** @description
38418
38420
  * In all structures user should specify comiision value and commission value type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.707",
3
+ "version": "1.0.709",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],