@erp-galoper/types 1.0.1735 → 1.0.1737

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 +2 -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=prepaidExpenses
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=deferredExpenses
59667
+ * - get accounts using route /api/v1/chart_of_account/?branchId=1&type=deferredExpense
59668
59668
  */
59669
59669
  deferredExpenseAccount?: number;
59670
59670
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1735",
3
+ "version": "1.0.1737",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],