@erp-galoper/types 1.0.672 → 1.0.674
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 +3 -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:
|
|
@@ -27545,7 +27547,7 @@ export interface components {
|
|
|
27545
27547
|
/**
|
|
27546
27548
|
* Id
|
|
27547
27549
|
* Format: uuid
|
|
27548
|
-
* @example
|
|
27550
|
+
* @example 062c4c2b-9a9e-4a8c-adb9-8d011b719f72
|
|
27549
27551
|
*/
|
|
27550
27552
|
id: string;
|
|
27551
27553
|
/**
|