@erp-galoper/types 1.0.1736 → 1.0.1738
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
|
@@ -59657,14 +59657,14 @@ export interface components {
|
|
|
59657
59657
|
* Prepaidexpenseaccount
|
|
59658
59658
|
* @description - prepaid expense account id
|
|
59659
59659
|
* - visible and required when hasLimit is true
|
|
59660
|
-
* - get accounts using route /api/v1/chart_of_account/?branchId=1&type=
|
|
59660
|
+
* - get accounts using route /api/v1/chart_of_account/?branchId=1&type=prepaidExpense
|
|
59661
59661
|
*/
|
|
59662
59662
|
prepaidExpenseAccount?: number;
|
|
59663
59663
|
/**
|
|
59664
59664
|
* Deferredexpenseaccount
|
|
59665
59665
|
* @description - deferred expense account id
|
|
59666
59666
|
* - visible and required when hasLimit is true
|
|
59667
|
-
* - get accounts using route /api/v1/chart_of_account/?branchId=1&type=
|
|
59667
|
+
* - get accounts using route /api/v1/chart_of_account/?branchId=1&type=deferredExpense
|
|
59668
59668
|
*/
|
|
59669
59669
|
deferredExpenseAccount?: number;
|
|
59670
59670
|
/**
|