@erp-galoper/types 1.0.1738 → 1.0.1739

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 +0 -4
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -59602,9 +59602,7 @@ export interface components {
59602
59602
  /** Name */
59603
59603
  name: string;
59604
59604
  expenseAccount: components["schemas"]["ExpenseCategoryAccount"];
59605
- /** @description visible when hasLimit is true */
59606
59605
  prepaidExpenseAccount: components["schemas"]["ExpenseCategoryAccount"] | null;
59607
- /** @description visible when hasLimit is true */
59608
59606
  deferredExpenseAccount: components["schemas"]["ExpenseCategoryAccount"] | null;
59609
59607
  /** Haslimit */
59610
59608
  hasLimit: boolean;
@@ -59656,14 +59654,12 @@ export interface components {
59656
59654
  /**
59657
59655
  * Prepaidexpenseaccount
59658
59656
  * @description - prepaid expense account id
59659
- * - visible and required when hasLimit is true
59660
59657
  * - get accounts using route /api/v1/chart_of_account/?branchId=1&type=prepaidExpense
59661
59658
  */
59662
59659
  prepaidExpenseAccount?: number;
59663
59660
  /**
59664
59661
  * Deferredexpenseaccount
59665
59662
  * @description - deferred expense account id
59666
- * - visible and required when hasLimit is true
59667
59663
  * - get accounts using route /api/v1/chart_of_account/?branchId=1&type=deferredExpense
59668
59664
  */
59669
59665
  deferredExpenseAccount?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1738",
3
+ "version": "1.0.1739",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],