@erp-galoper/types 1.0.1055 → 1.0.1057
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 +1 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -37749,7 +37749,7 @@ export interface components {
|
|
|
37749
37749
|
* RelatedPartyType
|
|
37750
37750
|
* @enum {string}
|
|
37751
37751
|
*/
|
|
37752
|
-
RelatedPartyType: "
|
|
37752
|
+
RelatedPartyType: "employee" | "customer" | "supplier";
|
|
37753
37753
|
/** SalesPersonDetailSchema */
|
|
37754
37754
|
SalesPersonDetailSchema: {
|
|
37755
37755
|
/**
|