@erp-galoper/types 1.0.1415 → 1.0.1417
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 +2 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -57269,13 +57269,13 @@ export interface components {
|
|
|
57269
57269
|
* - Use the API: /api/v1/chart_of_account/
|
|
57270
57270
|
* - Query Parameters:
|
|
57271
57271
|
* - type: Same as the payment method name.
|
|
57272
|
-
* - {entity-id}: ID of the {entity} options:(supplier, customer , sales_person, account)
|
|
57272
|
+
* - {entity-id}: ID of the {entity} options:(supplier, customer , sales_person, account), note that if entity is employee you should filter by account currency equals primary or secondary
|
|
57273
57273
|
* - Filter: Accounts where status = true.
|
|
57274
57274
|
* 2. For Payment Method [Bank Transfer]:
|
|
57275
57275
|
* - Use the API: /api/v1/banks/
|
|
57276
57276
|
* - Query Parameters:
|
|
57277
57277
|
* - type: Same as the payment method name.
|
|
57278
|
-
* - {entity-id}: ID of the {entity} options:(supplier, customer , sales_person, account)
|
|
57278
|
+
* - {entity-id}: ID of the {entity} options:(supplier, customer , sales_person, account), note that if entity is employee you should filter by account currency equals primary or secondary
|
|
57279
57279
|
* - Filter: Banks where `status = true.
|
|
57280
57280
|
*/
|
|
57281
57281
|
accountNumber?: string;
|