@erp-galoper/types 1.0.980 → 1.0.981
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 +6 -6
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -36798,9 +36798,9 @@ export interface components {
|
|
|
36798
36798
|
/**
|
|
36799
36799
|
* Relatedpartyid
|
|
36800
36800
|
* @description
|
|
36801
|
-
* - related_party_type = Employee: use route /api/v1/employees
|
|
36802
|
-
* - related_party_type = Customer: use route /api/v1/customers
|
|
36803
|
-
* - related_party_type = Supplier: use route /api/v1/suppliers
|
|
36801
|
+
* - related_party_type = Employee: use route /api/v1/employees?documentType=salesPerson&branch={branch_id}
|
|
36802
|
+
* - related_party_type = Customer: use route /api/v1/customers?documentType=salesPerson
|
|
36803
|
+
* - related_party_type = Supplier: use route /api/v1/suppliers?documentType=salesPerson
|
|
36804
36804
|
*
|
|
36805
36805
|
*/
|
|
36806
36806
|
relatedPartyId: number | string;
|
|
@@ -36832,9 +36832,9 @@ export interface components {
|
|
|
36832
36832
|
/**
|
|
36833
36833
|
* Relatedpartyid
|
|
36834
36834
|
* @description
|
|
36835
|
-
* - related_party_type = Employee: use route /api/v1/employees
|
|
36836
|
-
* - related_party_type = Customer: use route /api/v1/customers
|
|
36837
|
-
* - related_party_type = Supplier: use route /api/v1/suppliers
|
|
36835
|
+
* - related_party_type = Employee: use route /api/v1/employees?documentType=salesPerson&branch={branch_id}
|
|
36836
|
+
* - related_party_type = Customer: use route /api/v1/customers?documentType=salesPerson
|
|
36837
|
+
* - related_party_type = Supplier: use route /api/v1/suppliers?documentType=salesPerson
|
|
36838
36838
|
*
|
|
36839
36839
|
*/
|
|
36840
36840
|
relatedPartyId: number | string;
|