@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.
Files changed (2) hide show
  1. package/openapi.ts +6 -6
  2. 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/?branchId={branch-id}&type=children and filter by isActive equal true
36802
- * - related_party_type = Customer: use route /api/v1/customers/?type=children and filter by isActive equal true
36803
- * - related_party_type = Supplier: use route /api/v1/suppliers/?type=children and filter by isActive equal true
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/?branchId={branch-id}&type=children and filter by isActive equal true
36836
- * - related_party_type = Customer: use route /api/v1/customers/?type=children and filter by isActive equal true
36837
- * - related_party_type = Supplier: use route /api/v1/suppliers/?type=children and filter by isActive equal true
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.980",
3
+ "version": "1.0.981",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],