@erp-galoper/types 1.0.163 → 1.0.164

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 +11 -11
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26551,7 +26551,7 @@ export interface components {
26551
26551
  /**
26552
26552
  * Id
26553
26553
  * Format: uuid
26554
- * @example 7a0bca21-f2bd-478f-8d21-c86a24d419eb
26554
+ * @example 414fbb2c-0ddb-46a7-afdd-27bcdcad4c65
26555
26555
  */
26556
26556
  id: string;
26557
26557
  /**
@@ -28749,10 +28749,10 @@ export interface components {
28749
28749
  /** Ratepercentage */
28750
28750
  ratePercentage: number;
28751
28751
  /**
28752
- * Taxdebtorcreditorbalanceaccount
28753
- * @description Tax Debtor/Creditor Balance Account , this should be dropdown of subsidiary accounts from Chart of accounts
28752
+ * Taxclosingaccount
28753
+ * @description tax Closing Account , get accounts from /api/v1/chart_of_account/?type=detail&branchId={branch-id}
28754
28754
  */
28755
- taxDebtorCreditorBalanceAccount: number | null;
28755
+ taxClosingAccount: number | null;
28756
28756
  /**
28757
28757
  * Deferredsales
28758
28758
  * @description
@@ -28795,8 +28795,8 @@ export interface components {
28795
28795
  assets?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28796
28796
  /** Ratepercentage */
28797
28797
  ratePercentage: number;
28798
- /** @description Tax Debtor/Creditor Balance Account , this should be dropdown of subsidiary accounts from Chart of accounts */
28799
- taxDebtorCreditorBalanceAccount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28798
+ /** @description Tax Closing Account */
28799
+ taxClosingAccount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28800
28800
  deferredSales: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28801
28801
  /** Candelete */
28802
28802
  canDelete: boolean;
@@ -28825,10 +28825,10 @@ export interface components {
28825
28825
  /** Ratepercentage */
28826
28826
  ratePercentage?: number | null;
28827
28827
  /**
28828
- * Taxdebtorcreditorbalanceaccount
28829
- * @description Tax Debtor/Creditor Balance Account , this should be dropdown of subsidiary accounts from Chart of accounts
28828
+ * Taxclosingaccount
28829
+ * @description Tax Closing Account , get accounts from /api/v1/chart_of_account/?type=detail&branchId={branch-id}
28830
28830
  */
28831
- taxDebtorCreditorBalanceAccount?: number | null;
28831
+ taxClosingAccount?: number | null;
28832
28832
  /**
28833
28833
  * Deferredsales
28834
28834
  * @description
@@ -28865,8 +28865,8 @@ export interface components {
28865
28865
  assets?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28866
28866
  /** Ratepercentage */
28867
28867
  ratePercentage: number;
28868
- /** @description Tax Debtor/Creditor Balance Account , this should be dropdown of subsidiary accounts from Chart of accounts */
28869
- taxDebtorCreditorBalanceAccount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28868
+ /** @description Tax Closing Account */
28869
+ taxClosingAccount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28870
28870
  deferredSales: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28871
28871
  };
28872
28872
  /** CreateAccountingSetting */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.163",
3
+ "version": "1.0.164",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],