@erp-galoper/types 1.0.296 → 1.0.298

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 +23 -31
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26631,7 +26631,7 @@ export interface components {
26631
26631
  /**
26632
26632
  * Id
26633
26633
  * Format: uuid
26634
- * @example 2cf9a5c1-fb5f-43b5-8583-ca2f1197857a
26634
+ * @example 3375721b-88b4-49ff-9440-b9ece5f72abe
26635
26635
  */
26636
26636
  id: string;
26637
26637
  /**
@@ -27380,23 +27380,15 @@ export interface components {
27380
27380
  CreateFinancialPeriods: {
27381
27381
  /** Fiscalyeardaystart */
27382
27382
  fiscalYearDayStart: number;
27383
- /** Fiscalyeardayend */
27384
- fiscalYearDayEnd: number;
27385
27383
  /** Fiscalyearmonthstart */
27386
27384
  fiscalYearMonthStart: number;
27387
- /** Fiscalyearmonthend */
27388
- fiscalYearMonthEnd: number;
27389
27385
  };
27390
27386
  /** UpdateFinancialPeriods */
27391
27387
  UpdateFinancialPeriods: {
27392
27388
  /** Fiscalyeardaystart */
27393
27389
  fiscalYearDayStart?: number | null;
27394
- /** Fiscalyeardayend */
27395
- fiscalYearDayEnd?: number | null;
27396
27390
  /** Fiscalyearmonthstart */
27397
27391
  fiscalYearMonthStart?: number | null;
27398
- /** Fiscalyearmonthend */
27399
- fiscalYearMonthEnd?: number | null;
27400
27392
  };
27401
27393
  /** RetrieveFinancialPeriods */
27402
27394
  RetrieveFinancialPeriods: {
@@ -29021,10 +29013,10 @@ export interface components {
29021
29013
  /** Ratepercentage */
29022
29014
  ratePercentage: number;
29023
29015
  /**
29024
- * Taxclosingaccount
29025
- * @description tax Closing Account , get accounts from /api/v1/chart_of_account/?type=detail&branchId={branch-id}
29016
+ * Taxpayableaccount
29017
+ * @description tax Payable Account , get accounts from /api/v1/chart_of_account/?type=detail&branchId={branch-id}
29026
29018
  */
29027
- taxClosingAccount: number | null;
29019
+ taxPayableAccount: number | null;
29028
29020
  /**
29029
29021
  * Deferredsales
29030
29022
  * @description
@@ -29067,8 +29059,8 @@ export interface components {
29067
29059
  assets?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29068
29060
  /** Ratepercentage */
29069
29061
  ratePercentage: number;
29070
- /** @description Tax Closing Account */
29071
- taxClosingAccount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29062
+ /** @description Tax Payable Account */
29063
+ taxPayableAccount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29072
29064
  deferredSales: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29073
29065
  /** Candelete */
29074
29066
  canDelete: boolean;
@@ -29097,10 +29089,10 @@ export interface components {
29097
29089
  /** Ratepercentage */
29098
29090
  ratePercentage?: number | null;
29099
29091
  /**
29100
- * Taxclosingaccount
29101
- * @description Tax Closing Account , get accounts from /api/v1/chart_of_account/?type=detail&branchId={branch-id}
29092
+ * Taxpayableaccount
29093
+ * @description Tax Payable Account , get accounts from /api/v1/chart_of_account/?type=detail&branchId={branch-id}
29102
29094
  */
29103
- taxClosingAccount?: number | null;
29095
+ taxPayableAccount?: number | null;
29104
29096
  /**
29105
29097
  * Deferredsales
29106
29098
  * @description
@@ -29137,8 +29129,8 @@ export interface components {
29137
29129
  assets?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29138
29130
  /** Ratepercentage */
29139
29131
  ratePercentage: number;
29140
- /** @description Tax Closing Account */
29141
- taxClosingAccount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29132
+ /** @description Tax Payable Account */
29133
+ taxPayableAccount?: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29142
29134
  deferredSales: components["schemas"]["ChartOfAccountInfoSchema"] | null;
29143
29135
  };
29144
29136
  /** CreateAccountingSetting */
@@ -33408,13 +33400,13 @@ export interface components {
33408
33400
  */
33409
33401
  companyRate?: string;
33410
33402
  /**
33411
- * Usdrate
33403
+ * Secondaryrate
33412
33404
  * @description
33413
33405
  * - This field is number
33414
33406
  * - This field is visible and required if allow rate change is on in system settings and the country is Lebanon
33415
33407
  * and supplier currency is foreign currency meaning (NOT COMPANY CURRENCY)
33416
33408
  */
33417
- usdRate?: string;
33409
+ secondaryRate?: string;
33418
33410
  };
33419
33411
  /** ListPaymentVouchers */
33420
33412
  ListPaymentVouchers: {
@@ -33571,13 +33563,13 @@ export interface components {
33571
33563
  */
33572
33564
  companyRate?: string;
33573
33565
  /**
33574
- * Usdrate
33566
+ * Secondaryrate
33575
33567
  * @description
33576
33568
  * - This field is number
33577
33569
  * - This field is visible and required if allow rate change is on in system settings and the country is Lebanon
33578
33570
  * and supplier currency is foreign currency meaning (NOT COMPANY CURRENCY)
33579
33571
  */
33580
- usdRate?: string;
33572
+ secondaryRate?: string;
33581
33573
  };
33582
33574
  /** UpdatePaymentVoucherSchema */
33583
33575
  UpdatePaymentVoucherSchema: {
@@ -35870,7 +35862,7 @@ export interface components {
35870
35862
  bankName?: string;
35871
35863
  /**
35872
35864
  * Amount
35873
- * @description field is number
35865
+ * @description field is number, should be greater than zero
35874
35866
  */
35875
35867
  amount: string;
35876
35868
  /**
@@ -36020,7 +36012,7 @@ export interface components {
36020
36012
  bankName?: string;
36021
36013
  /**
36022
36014
  * Amount
36023
- * @description field is number
36015
+ * @description field is number, should be greater than zero
36024
36016
  */
36025
36017
  amount: string;
36026
36018
  /**
@@ -39255,7 +39247,7 @@ export interface components {
39255
39247
  bankName?: string;
39256
39248
  /**
39257
39249
  * Amount
39258
- * @description field is number
39250
+ * @description field is number, should be greater than zero
39259
39251
  */
39260
39252
  amount: string;
39261
39253
  /**
@@ -39400,7 +39392,7 @@ export interface components {
39400
39392
  bankName?: string;
39401
39393
  /**
39402
39394
  * Amount
39403
- * @description field is number
39395
+ * @description field is number, should be greater than zero
39404
39396
  */
39405
39397
  amount: string;
39406
39398
  /**
@@ -40677,7 +40669,7 @@ export interface components {
40677
40669
  bankName?: string;
40678
40670
  /**
40679
40671
  * Amount
40680
- * @description field is number
40672
+ * @description field is number, should be greater than zero
40681
40673
  */
40682
40674
  amount: string;
40683
40675
  /**
@@ -40833,7 +40825,7 @@ export interface components {
40833
40825
  bankName?: string;
40834
40826
  /**
40835
40827
  * Amount
40836
- * @description field is number
40828
+ * @description field is number, should be greater than zero
40837
40829
  */
40838
40830
  amount: string;
40839
40831
  /**
@@ -42854,7 +42846,7 @@ export interface components {
42854
42846
  bankName?: string;
42855
42847
  /**
42856
42848
  * Amount
42857
- * @description field is number
42849
+ * @description field is number, should be greater than zero
42858
42850
  */
42859
42851
  amount: string;
42860
42852
  /**
@@ -43027,7 +43019,7 @@ export interface components {
43027
43019
  bankName?: string;
43028
43020
  /**
43029
43021
  * Amount
43030
- * @description field is number
43022
+ * @description field is number, should be greater than zero
43031
43023
  */
43032
43024
  amount: string;
43033
43025
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.296",
3
+ "version": "1.0.298",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],