@erp-galoper/types 1.0.673 → 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.
- package/openapi.ts +7 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -12034,6 +12034,7 @@ export interface paths {
|
|
|
12034
12034
|
* - assignedRegionsDoesNotExist
|
|
12035
12035
|
* - relatedPartyShouldBeChild
|
|
12036
12036
|
* - relatedPartyShouldBeActive
|
|
12037
|
+
* - salesPersonWithGivenRelatedPartyTypeAndRelatedPartyIdAlreadyExists
|
|
12037
12038
|
* - 403:
|
|
12038
12039
|
* - permissionDenied
|
|
12039
12040
|
* - noModuleAccess
|
|
@@ -12084,6 +12085,7 @@ export interface paths {
|
|
|
12084
12085
|
* - relatedPartyShouldBeChild
|
|
12085
12086
|
* - relatedPartyShouldBeActive
|
|
12086
12087
|
* - cantChangeRelatedPartyWhenTransactionsExist
|
|
12088
|
+
* - salesPersonWithGivenRelatedPartyTypeAndRelatedPartyIdAlreadyExists
|
|
12087
12089
|
* - 404:
|
|
12088
12090
|
* - salesPersonDoesNotExist
|
|
12089
12091
|
* - 403:
|
|
@@ -13151,6 +13153,7 @@ export interface paths {
|
|
|
13151
13153
|
* - customerOrCustomerGroupIsRequired
|
|
13152
13154
|
* - targetAndTargetPeriodMustBeFilledIfOneOfThemIsSet
|
|
13153
13155
|
* - commissionStructureAlreadyExistForSalesperson
|
|
13156
|
+
* - customerGroupShouldBelongsToCustomer
|
|
13154
13157
|
* - 403:
|
|
13155
13158
|
* - permissionDenied
|
|
13156
13159
|
* - noModuleAccess
|
|
@@ -13219,6 +13222,7 @@ export interface paths {
|
|
|
13219
13222
|
* - startDateShouldBeLessThanEndDate
|
|
13220
13223
|
* - customerOrCustomerGroupIsRequired
|
|
13221
13224
|
* - commissionStructureAlreadyExistForSalesperson
|
|
13225
|
+
* - customerGroupShouldBelongsToCustomer
|
|
13222
13226
|
* - cantChangeMajorFields
|
|
13223
13227
|
* - 403:
|
|
13224
13228
|
* - permissionDenied
|
|
@@ -27545,7 +27549,7 @@ export interface components {
|
|
|
27545
27549
|
/**
|
|
27546
27550
|
* Id
|
|
27547
27551
|
* Format: uuid
|
|
27548
|
-
* @example
|
|
27552
|
+
* @example b34d4b09-cfa5-43c5-9ac7-0417f01eb515
|
|
27549
27553
|
*/
|
|
27550
27554
|
id: string;
|
|
27551
27555
|
/**
|
|
@@ -38247,6 +38251,7 @@ export interface components {
|
|
|
38247
38251
|
* - if structure is tiered user can select categories or salesTierType -> salesVolumeValue -> currency
|
|
38248
38252
|
* - if structure is paymentMethod user should select paymentMethod
|
|
38249
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
|
|
38250
38255
|
* */
|
|
38251
38256
|
structure: components["schemas"]["CommissionStructureEnum"];
|
|
38252
38257
|
/**
|
|
@@ -38404,6 +38409,7 @@ export interface components {
|
|
|
38404
38409
|
* - if structure is tiered user can select categories or salesTierType -> salesVolumeValue -> currency
|
|
38405
38410
|
* - if structure is paymentMethod user should select paymentMethod
|
|
38406
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
|
|
38407
38413
|
* */
|
|
38408
38414
|
structure: components["schemas"]["CommissionStructureEnum"];
|
|
38409
38415
|
/**
|