@erp-galoper/types 1.0.674 → 1.0.675

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 +5 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -13153,6 +13153,7 @@ export interface paths {
13153
13153
  * - customerOrCustomerGroupIsRequired
13154
13154
  * - targetAndTargetPeriodMustBeFilledIfOneOfThemIsSet
13155
13155
  * - commissionStructureAlreadyExistForSalesperson
13156
+ * - customerGroupShouldBelongsToCustomer
13156
13157
  * - 403:
13157
13158
  * - permissionDenied
13158
13159
  * - noModuleAccess
@@ -13221,6 +13222,7 @@ export interface paths {
13221
13222
  * - startDateShouldBeLessThanEndDate
13222
13223
  * - customerOrCustomerGroupIsRequired
13223
13224
  * - commissionStructureAlreadyExistForSalesperson
13225
+ * - customerGroupShouldBelongsToCustomer
13224
13226
  * - cantChangeMajorFields
13225
13227
  * - 403:
13226
13228
  * - permissionDenied
@@ -27547,7 +27549,7 @@ export interface components {
27547
27549
  /**
27548
27550
  * Id
27549
27551
  * Format: uuid
27550
- * @example 062c4c2b-9a9e-4a8c-adb9-8d011b719f72
27552
+ * @example b34d4b09-cfa5-43c5-9ac7-0417f01eb515
27551
27553
  */
27552
27554
  id: string;
27553
27555
  /**
@@ -38249,6 +38251,7 @@ export interface components {
38249
38251
  * - if structure is tiered user can select categories or salesTierType -> salesVolumeValue -> currency
38250
38252
  * - if structure is paymentMethod user should select paymentMethod
38251
38253
  * - if structure is category use should select category
38254
+ * Note that if inventory off allowed structures are fixed, paymentBased and tiered with salesVolumeValue and its related fields
38252
38255
  * */
38253
38256
  structure: components["schemas"]["CommissionStructureEnum"];
38254
38257
  /**
@@ -38406,6 +38409,7 @@ export interface components {
38406
38409
  * - if structure is tiered user can select categories or salesTierType -> salesVolumeValue -> currency
38407
38410
  * - if structure is paymentMethod user should select paymentMethod
38408
38411
  * - if structure is category use should select category
38412
+ * Note that if inventory off allowed structures are fixed, paymentBased and tiered with salesVolumeValue and its related fields
38409
38413
  * */
38410
38414
  structure: components["schemas"]["CommissionStructureEnum"];
38411
38415
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.674",
3
+ "version": "1.0.675",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],