@erp-galoper/types 1.0.163 → 1.0.165

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 +13 -19
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -21188,10 +21188,7 @@ export interface components {
21188
21188
  usage: components["schemas"]["ItemUsage"];
21189
21189
  /** Variantof */
21190
21190
  variantOf?: number | null;
21191
- /**
21192
- * Unitofmeasure
21193
- * @default []
21194
- */
21191
+ /** Unitofmeasure */
21195
21192
  unitOfMeasure: number[];
21196
21193
  /**
21197
21194
  * Tags
@@ -21429,10 +21426,7 @@ export interface components {
21429
21426
  usage?: components["schemas"]["ItemUsage"] | null;
21430
21427
  /** Variant Of */
21431
21428
  variant_of?: number | null;
21432
- /**
21433
- * Unitofmeasure
21434
- * @default []
21435
- */
21429
+ /** Unitofmeasure */
21436
21430
  unitOfMeasure: number[];
21437
21431
  /**
21438
21432
  * Tags
@@ -26551,7 +26545,7 @@ export interface components {
26551
26545
  /**
26552
26546
  * Id
26553
26547
  * Format: uuid
26554
- * @example 7a0bca21-f2bd-478f-8d21-c86a24d419eb
26548
+ * @example 70b8569f-5b60-458e-ae08-75f944427218
26555
26549
  */
26556
26550
  id: string;
26557
26551
  /**
@@ -28749,10 +28743,10 @@ export interface components {
28749
28743
  /** Ratepercentage */
28750
28744
  ratePercentage: number;
28751
28745
  /**
28752
- * Taxdebtorcreditorbalanceaccount
28753
- * @description Tax Debtor/Creditor Balance Account , this should be dropdown of subsidiary accounts from Chart of accounts
28746
+ * Taxclosingaccount
28747
+ * @description tax Closing Account , get accounts from /api/v1/chart_of_account/?type=detail&branchId={branch-id}
28754
28748
  */
28755
- taxDebtorCreditorBalanceAccount: number | null;
28749
+ taxClosingAccount: number | null;
28756
28750
  /**
28757
28751
  * Deferredsales
28758
28752
  * @description
@@ -28795,8 +28789,8 @@ export interface components {
28795
28789
  assets?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28796
28790
  /** Ratepercentage */
28797
28791
  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;
28792
+ /** @description Tax Closing Account */
28793
+ taxClosingAccount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28800
28794
  deferredSales: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28801
28795
  /** Candelete */
28802
28796
  canDelete: boolean;
@@ -28825,10 +28819,10 @@ export interface components {
28825
28819
  /** Ratepercentage */
28826
28820
  ratePercentage?: number | null;
28827
28821
  /**
28828
- * Taxdebtorcreditorbalanceaccount
28829
- * @description Tax Debtor/Creditor Balance Account , this should be dropdown of subsidiary accounts from Chart of accounts
28822
+ * Taxclosingaccount
28823
+ * @description Tax Closing Account , get accounts from /api/v1/chart_of_account/?type=detail&branchId={branch-id}
28830
28824
  */
28831
- taxDebtorCreditorBalanceAccount?: number | null;
28825
+ taxClosingAccount?: number | null;
28832
28826
  /**
28833
28827
  * Deferredsales
28834
28828
  * @description
@@ -28865,8 +28859,8 @@ export interface components {
28865
28859
  assets?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28866
28860
  /** Ratepercentage */
28867
28861
  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;
28862
+ /** @description Tax Closing Account */
28863
+ taxClosingAccount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28870
28864
  deferredSales: components["schemas"]["ChartOfAccountInfoSchema"] | null;
28871
28865
  };
28872
28866
  /** 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.165",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],