@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.
- package/openapi.ts +11 -11
- 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
|
|
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
|
-
*
|
|
28753
|
-
* @description
|
|
28752
|
+
* Taxclosingaccount
|
|
28753
|
+
* @description tax Closing Account , get accounts from /api/v1/chart_of_account/?type=detail&branchId={branch-id}
|
|
28754
28754
|
*/
|
|
28755
|
-
|
|
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
|
|
28799
|
-
|
|
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
|
-
*
|
|
28829
|
-
* @description Tax
|
|
28828
|
+
* Taxclosingaccount
|
|
28829
|
+
* @description Tax Closing Account , get accounts from /api/v1/chart_of_account/?type=detail&branchId={branch-id}
|
|
28830
28830
|
*/
|
|
28831
|
-
|
|
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
|
|
28869
|
-
|
|
28868
|
+
/** @description Tax Closing Account */
|
|
28869
|
+
taxClosingAccount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28870
28870
|
deferredSales: components["schemas"]["ChartOfAccountInfoSchema"] | null;
|
|
28871
28871
|
};
|
|
28872
28872
|
/** CreateAccountingSetting */
|