@silexpert/core 0.4.109 → 0.4.113

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 (174) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/es/api/resources/AccountingFiles.d.ts +6 -0
  3. package/es/api/resources/AccountingFiles.d.ts.map +1 -0
  4. package/es/api/resources/AccountingFiles.js +14 -0
  5. package/es/api/resources/AccountingFiles.js.map +1 -0
  6. package/es/api/resources/InternalInvoicing.d.ts +3 -1
  7. package/es/api/resources/InternalInvoicing.d.ts.map +1 -1
  8. package/es/api/resources/InternalInvoicing.js +5 -0
  9. package/es/api/resources/InternalInvoicing.js.map +1 -1
  10. package/es/api/resources/MealExpense.d.ts +33 -0
  11. package/es/api/resources/MealExpense.d.ts.map +1 -0
  12. package/es/api/resources/MealExpense.js +37 -0
  13. package/es/api/resources/MealExpense.js.map +1 -0
  14. package/es/api/resources.d.ts +2 -0
  15. package/es/api/resources.d.ts.map +1 -1
  16. package/es/api/resources.js +2 -0
  17. package/es/api/resources.js.map +1 -1
  18. package/es/types/Enum/AccountingFileType.d.ts +2 -1
  19. package/es/types/Enum/AccountingFileType.d.ts.map +1 -1
  20. package/es/types/Enum/AccountingFileType.js +1 -0
  21. package/es/types/Enum/AccountingFileType.js.map +1 -1
  22. package/es/types/Enum/MealExpenseTresholds.d.ts +8 -0
  23. package/es/types/Enum/MealExpenseTresholds.d.ts.map +1 -0
  24. package/es/types/Enum/MealExpenseTresholds.js +11 -0
  25. package/es/types/Enum/MealExpenseTresholds.js.map +1 -0
  26. package/es/types/Enum/MimeType.d.ts +24 -0
  27. package/es/types/Enum/MimeType.d.ts.map +1 -0
  28. package/es/types/Enum/MimeType.js +24 -0
  29. package/es/types/Enum/MimeType.js.map +1 -0
  30. package/es/types/Enum/Vat.d.ts +9 -0
  31. package/es/types/Enum/Vat.d.ts.map +1 -1
  32. package/es/types/Enum/Vat.js +9 -0
  33. package/es/types/Enum/Vat.js.map +1 -1
  34. package/es/types/Interface/api/accountingFiles/Ocr.d.ts +14 -0
  35. package/es/types/Interface/api/accountingFiles/Ocr.d.ts.map +1 -0
  36. package/es/types/Interface/api/accountingFiles/Ocr.js +2 -0
  37. package/es/types/Interface/api/accountingFiles/Ocr.js.map +1 -0
  38. package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts +15 -0
  39. package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts.map +1 -0
  40. package/es/types/Interface/api/accountingFiles/OcrPayload.js +2 -0
  41. package/es/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -0
  42. package/es/types/Interface/api/accountingFiles/OcrValue.d.ts +14 -0
  43. package/es/types/Interface/api/accountingFiles/OcrValue.d.ts.map +1 -0
  44. package/es/types/Interface/api/accountingFiles/OcrValue.js +2 -0
  45. package/es/types/Interface/api/accountingFiles/OcrValue.js.map +1 -0
  46. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +7 -0
  47. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -0
  48. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js +32 -0
  49. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -0
  50. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.d.ts +7 -0
  51. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.d.ts.map +1 -0
  52. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js +3 -0
  53. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +1 -0
  54. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
  55. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  56. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
  57. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  58. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
  59. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  60. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
  61. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  62. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  63. package/es/types/Interface/api/cerfa/CreateCerfa.js +5 -0
  64. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  65. package/es/types/Interface/api/exercice/CreateExercice.d.ts +16 -0
  66. package/es/types/Interface/api/exercice/CreateExercice.d.ts.map +1 -0
  67. package/es/types/Interface/api/exercice/CreateExercice.js +101 -0
  68. package/es/types/Interface/api/exercice/CreateExercice.js.map +1 -0
  69. package/es/types/Interface/api/exercice/QueryExercice.d.ts +7 -0
  70. package/es/types/Interface/api/exercice/QueryExercice.d.ts.map +1 -0
  71. package/es/types/Interface/api/exercice/QueryExercice.js +39 -0
  72. package/es/types/Interface/api/exercice/QueryExercice.js.map +1 -0
  73. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts +5 -0
  74. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts.map +1 -0
  75. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +21 -0
  76. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -0
  77. package/es/types/Interface/api/mealExpense/CreateMealExpense.d.ts +4 -0
  78. package/es/types/Interface/api/mealExpense/CreateMealExpense.d.ts.map +1 -0
  79. package/es/types/Interface/api/mealExpense/CreateMealExpense.js +25 -0
  80. package/es/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -0
  81. package/es/types/Interface/api/mealExpense/ReadMealExpense.d.ts +8 -0
  82. package/es/types/Interface/api/mealExpense/ReadMealExpense.d.ts.map +1 -0
  83. package/es/types/Interface/api/mealExpense/ReadMealExpense.js +3 -0
  84. package/es/types/Interface/api/mealExpense/ReadMealExpense.js.map +1 -0
  85. package/es/types/Interface/models/IApiError.d.ts +2 -1
  86. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  87. package/es/types/Interface/models/IApiError.js +2 -0
  88. package/es/types/Interface/models/IApiError.js.map +1 -1
  89. package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
  90. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  91. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  92. package/es/types/Interface/models/IExercice.d.ts +8 -8
  93. package/es/types/Interface/models/IExercice.d.ts.map +1 -1
  94. package/es/types/Interface/models/IExercice.js.map +1 -1
  95. package/es/types/Interface/models/IPayment.d.ts +0 -1
  96. package/es/types/Interface/models/IPayment.d.ts.map +1 -1
  97. package/es/types/Interface/models/IPayment.js.map +1 -1
  98. package/es/types/index.d.ts +12 -0
  99. package/es/types/index.d.ts.map +1 -1
  100. package/es/types/index.js +12 -0
  101. package/es/types/index.js.map +1 -1
  102. package/js/api/resources/AccountingFiles.js +29 -0
  103. package/js/api/resources/AccountingFiles.js.map +1 -0
  104. package/js/api/resources/InternalInvoicing.js +9 -0
  105. package/js/api/resources/InternalInvoicing.js.map +1 -1
  106. package/js/api/resources/MealExpense.js +52 -0
  107. package/js/api/resources/MealExpense.js.map +1 -0
  108. package/js/api/resources.js +4 -1
  109. package/js/api/resources.js.map +1 -1
  110. package/js/types/Enum/AccountingFileType.js +1 -0
  111. package/js/types/Enum/AccountingFileType.js.map +1 -1
  112. package/js/types/Enum/MealExpenseTresholds.js +16 -0
  113. package/js/types/Enum/MealExpenseTresholds.js.map +1 -0
  114. package/js/types/Enum/MimeType.js +29 -0
  115. package/js/types/Enum/MimeType.js.map +1 -0
  116. package/js/types/Enum/Vat.js +18 -9
  117. package/js/types/Enum/Vat.js.map +1 -1
  118. package/js/types/Interface/api/accountingFiles/Ocr.js +6 -0
  119. package/js/types/Interface/api/accountingFiles/Ocr.js.map +1 -0
  120. package/js/types/Interface/api/accountingFiles/OcrPayload.js +6 -0
  121. package/js/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -0
  122. package/js/types/Interface/api/accountingFiles/OcrValue.js +6 -0
  123. package/js/types/Interface/api/accountingFiles/OcrValue.js.map +1 -0
  124. package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js +35 -0
  125. package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -0
  126. package/js/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js +10 -0
  127. package/js/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +1 -0
  128. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
  129. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  130. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
  131. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  132. package/js/types/Interface/api/cerfa/CreateCerfa.js +5 -1
  133. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  134. package/js/types/Interface/api/exercice/CreateExercice.js +55 -0
  135. package/js/types/Interface/api/exercice/CreateExercice.js.map +1 -0
  136. package/js/types/Interface/api/exercice/QueryExercice.js +37 -0
  137. package/js/types/Interface/api/exercice/QueryExercice.js.map +1 -0
  138. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +29 -0
  139. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +1 -0
  140. package/js/types/Interface/api/mealExpense/CreateMealExpense.js +33 -0
  141. package/js/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -0
  142. package/js/types/Interface/api/mealExpense/ReadMealExpense.js +10 -0
  143. package/js/types/Interface/api/mealExpense/ReadMealExpense.js.map +1 -0
  144. package/js/types/Interface/models/IApiError.js +3 -1
  145. package/js/types/Interface/models/IApiError.js.map +1 -1
  146. package/js/types/index.js +144 -0
  147. package/js/types/index.js.map +1 -1
  148. package/package.json +1 -1
  149. package/ts/api/resources/AccountingFiles.ts +18 -0
  150. package/ts/api/resources/InternalInvoicing.ts +10 -1
  151. package/ts/api/resources/MealExpense.ts +41 -0
  152. package/ts/api/resources.ts +2 -0
  153. package/ts/types/Enum/AccountingFileType.ts +1 -0
  154. package/ts/types/Enum/MealExpenseTresholds.ts +17 -0
  155. package/ts/types/Enum/MimeType.ts +23 -0
  156. package/ts/types/Enum/Vat.ts +9 -0
  157. package/ts/types/Interface/api/accountingFiles/Ocr.ts +13 -0
  158. package/ts/types/Interface/api/accountingFiles/OcrPayload.ts +15 -0
  159. package/ts/types/Interface/api/accountingFiles/OcrValue.ts +13 -0
  160. package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +18 -0
  161. package/ts/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.ts +6 -0
  162. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
  163. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
  164. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +5 -0
  165. package/ts/types/Interface/api/exercice/CreateExercice.ts +80 -0
  166. package/ts/types/Interface/api/exercice/QueryExercice.ts +25 -0
  167. package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.ts +9 -0
  168. package/ts/types/Interface/api/mealExpense/CreateMealExpense.ts +16 -0
  169. package/ts/types/Interface/api/mealExpense/ReadMealExpense.ts +8 -0
  170. package/ts/types/Interface/models/IApiError.ts +2 -0
  171. package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
  172. package/ts/types/Interface/models/IExercice.ts +8 -8
  173. package/ts/types/Interface/models/IPayment.ts +0 -1
  174. package/ts/types/index.ts +12 -0
@@ -45,6 +45,12 @@ export class UpdateBalanceSheetModuleForm {
45
45
  @IsOptional()
46
46
  hasLaundryFees?: boolean | null;
47
47
 
48
+ @ApiPropertyOptional()
49
+ @IsBoolean()
50
+ @ToBoolean()
51
+ @IsOptional()
52
+ hasMealExpenses?: boolean | null;
53
+
48
54
  @ApiPropertyOptional()
49
55
  idExercice?: number;
50
56
  }
@@ -1,5 +1,7 @@
1
+ import { IsBoolean, IsOptional } from 'class-validator';
1
2
  import { VehicleCerfaFuel } from '../../../Enum/Vehicle';
2
3
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
4
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
3
5
 
4
6
  export interface DeterminedResult {
5
7
  incomeExpenditure: boolean; // d'après les règles « recettes-dépenses »
@@ -276,6 +278,9 @@ export interface Cerfa2035 {
276
278
 
277
279
  export class ParamsGenerate2035 {
278
280
  @ApiPropertyOptional()
281
+ @IsBoolean()
282
+ @ToBoolean()
283
+ @IsOptional()
279
284
  isTest?: boolean; // Modifie le chemin du PDF
280
285
 
281
286
  @ApiProperty()
@@ -0,0 +1,80 @@
1
+ import {
2
+ IsBoolean, IsDate, IsNumber, IsOptional,
3
+ } from 'class-validator';
4
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';
5
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
6
+
7
+ export class CreateExercice {
8
+ @ApiProperty()
9
+ @IsDate()
10
+ startDate: Date;
11
+
12
+ @ApiProperty()
13
+ @IsDate()
14
+ endDate: Date;
15
+
16
+ @ApiPropertyOptional()
17
+ @IsBoolean()
18
+ @ToBoolean()
19
+ @IsOptional()
20
+ isBack?: boolean;
21
+
22
+ @ApiPropertyOptional()
23
+ @IsBoolean()
24
+ @ToBoolean()
25
+ @IsOptional()
26
+ close?: boolean;
27
+
28
+ @ApiPropertyOptional()
29
+ @IsBoolean()
30
+ @ToBoolean()
31
+ @IsOptional()
32
+ allAnnote?: boolean;
33
+
34
+ @ApiPropertyOptional()
35
+ @IsBoolean()
36
+ @ToBoolean()
37
+ @IsOptional()
38
+ current?: boolean;
39
+
40
+ @ApiPropertyOptional()
41
+ @IsBoolean()
42
+ @ToBoolean()
43
+ @IsOptional()
44
+ withApproval?: boolean;
45
+
46
+ @ApiPropertyOptional()
47
+ @IsBoolean()
48
+ @ToBoolean()
49
+ @IsOptional()
50
+ reviewGuide?: boolean;
51
+
52
+ @ApiPropertyOptional()
53
+ @IsBoolean()
54
+ @ToBoolean()
55
+ @IsOptional()
56
+ summaryNote?: boolean;
57
+
58
+ @ApiPropertyOptional()
59
+ @IsBoolean()
60
+ @ToBoolean()
61
+ @IsOptional()
62
+ receiptJeDeclare?: boolean;
63
+
64
+ @ApiPropertyOptional()
65
+ @IsBoolean()
66
+ @ToBoolean()
67
+ @IsOptional()
68
+ annualFolderEdition?: boolean;
69
+
70
+ @ApiPropertyOptional()
71
+ @IsBoolean()
72
+ @ToBoolean()
73
+ @IsOptional()
74
+ processClossingExercice?: boolean;
75
+
76
+ @ApiPropertyOptional()
77
+ @IsNumber()
78
+ @IsOptional()
79
+ idSociety: number;
80
+ }
@@ -0,0 +1,25 @@
1
+ import { IsBoolean, IsDate, IsOptional } from 'class-validator';
2
+ import { ApiPropertyOptional } from '../../../../utils/decorators';
3
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
+
5
+ export class QueryExercice {
6
+ @ApiPropertyOptional()
7
+ @IsOptional()
8
+ id?: number | number[];
9
+
10
+ @ApiPropertyOptional()
11
+ @IsDate()
12
+ @IsOptional()
13
+ startDate?: Date;
14
+
15
+ @ApiPropertyOptional()
16
+ @IsDate()
17
+ @IsOptional()
18
+ endDate?: Date;
19
+
20
+ @ApiPropertyOptional()
21
+ @IsBoolean()
22
+ @ToBoolean()
23
+ @IsOptional()
24
+ isBack?: boolean;
25
+ }
@@ -0,0 +1,9 @@
1
+ import { ApiProperty } from '../../../../utils';
2
+
3
+ export class CreateInternalInvoicing2in {
4
+ @ApiProperty()
5
+ month: number;
6
+
7
+ @ApiProperty()
8
+ year: number;
9
+ }
@@ -0,0 +1,16 @@
1
+ import {
2
+ ArrayUnique, IsInt, IsPositive,
3
+ } from 'class-validator';
4
+ import { ApiProperty } from '../../../..';
5
+
6
+ export class CreateMealExpense {
7
+ @ApiProperty()
8
+ @ArrayUnique()
9
+ @IsInt({
10
+ each: true,
11
+ })
12
+ @IsPositive({
13
+ each: true,
14
+ })
15
+ transactionIds: Array<number>;
16
+ }
@@ -0,0 +1,8 @@
1
+ import { IAccountingTransaction } from '../../..';
2
+
3
+ export class ReadMealExpense {
4
+ transactionNumber: number;
5
+ totalPrice: number;
6
+ deductiblePrice: number;
7
+ transactions: Array<IAccountingTransaction>;
8
+ }
@@ -136,6 +136,8 @@ export enum Code {
136
136
  fetchNewTokenFailed = 'fetch_new_token_failed',
137
137
  udpateTokenFailed = 'update_token_failed',
138
138
 
139
+ // Accounts
140
+ GENERIC_ACCOUNT_NOT_FOUND = 'GENERIC_ACCOUNT_NOT_FOUND',
139
141
  }
140
142
 
141
143
  export interface IApiError {
@@ -13,6 +13,7 @@ export interface IBalanceSheetModule {
13
13
  hasProviderInvoiceNotReceived?: boolean | null;
14
14
  hasManualEntryToDeclare?: boolean | null;
15
15
  hasLaundryFees?: boolean | null;
16
+ hasMealExpenses?: boolean | null;
16
17
  idSociety: number;
17
18
  idExercice: number;
18
19
  createdAt?: Date | null;
@@ -16,16 +16,16 @@ export interface IExercice {
16
16
  id?: number;
17
17
  startDate: Date | null;
18
18
  endDate: Date | null;
19
- turnover: string | null;
20
- invoicePurchase: number | null;
21
- invoiceSales: number | null;
19
+ turnover?: string | null;
20
+ invoicePurchase?: number | null;
21
+ invoiceSales?: number | null;
22
22
  isBack: boolean;
23
23
  close: boolean;
24
24
  allAnnote: boolean;
25
25
  current: boolean;
26
- deliveryDate: Date | null;
27
- employeesNumber: number | null;
28
- rentsNumber: number | null;
26
+ deliveryDate?: Date | null;
27
+ employeesNumber?: number | null;
28
+ rentsNumber?: number | null;
29
29
  withApproval: boolean;
30
30
  reviewGuide: boolean;
31
31
  summaryNote: boolean;
@@ -34,8 +34,8 @@ export interface IExercice {
34
34
  annualFolderEdition: boolean;
35
35
  turnoverDone: string;
36
36
  processClossingExercice: boolean;
37
- idFilePaymentSchedule: number | null;
38
- idSociety: number | null;
37
+ idFilePaymentSchedule?: number | null;
38
+ idSociety?: number | null;
39
39
  createdAt?: Date | null;
40
40
  updatedAt?: Date | null;
41
41
  deletedAt?: Date | null;
@@ -25,7 +25,6 @@ export interface IPayment {
25
25
  idUser?: number | null;
26
26
  idPaymentMethod: number;
27
27
  idFile?: number | null;
28
- idSociety: number;
29
28
  createdAt?: Date | null;
30
29
  updatedAt?: Date | null;
31
30
 
package/ts/types/index.ts CHANGED
@@ -368,6 +368,8 @@ export * from './Enum/PartneredAccountantServiceState';
368
368
  export * from './Enum/AccountsSectors';
369
369
  export * from './Enum/ProductType';
370
370
  export * from './Enum/Unit';
371
+ export * from './Enum/MealExpenseTresholds';
372
+ export * from './Enum/MimeType';
371
373
 
372
374
  // Interfaces API
373
375
  export * from './Interface/api/businessPartner/ReadBusinessPartner';
@@ -413,6 +415,10 @@ export * from './Interface/api/BasePaginate';
413
415
  export * from './Interface/api/BaseRequest';
414
416
  export * from './Interface/api/generalLedger/IGeneralLedgerAccount';
415
417
  export * from './Interface/api/generalLedger/IGeneralLedgerAccountingEntry';
418
+ export * from './Interface/api/accountingFiles/queryAccountingFiles';
419
+ export * from './Interface/api/accountingFiles/Ocr';
420
+ export * from './Interface/api/accountingFiles/OcrPayload';
421
+ export * from './Interface/api/accountingFiles/OcrValue';
416
422
  // export * from './Interface/api/stock/stockEntries';
417
423
  export * from './Interface/api/stock/StockEntries';
418
424
  export * from './Interface/api/dashboard/QueryTurnoverProfitAndLoss';
@@ -435,6 +441,9 @@ export * from './Interface/api/quotes/QueryQuotesAccount';
435
441
  export * from './Interface/api/quotes/CreateQuoteAccount';
436
442
  export * from './Interface/api/account/ReadQuoteAccount';
437
443
  export * from './Interface/api/internalInvoicing/CreateInternalInvoicing';
444
+ export * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';
445
+ export * from './Interface/api/exercice/QueryExercice';
446
+ export * from './Interface/api/exercice/CreateExercice';
438
447
 
439
448
  // export * from './Interface/api/survey/QuerySurvey';
440
449
  export * from './Interface/api/survey/ReadSurvey';
@@ -544,3 +553,6 @@ export * from './Interface/api/registration/ReadRegistration';
544
553
  export * from './Interface/api/registration/CreateRegistration';
545
554
  export * from './Interface/api/journal/Journals';
546
555
  export * from './Interface/api/journal/QueryJournal';
556
+ export * from './Interface/api/balanceSheet/ReadBalanceSheetTransaction';
557
+ export * from './Interface/api/mealExpense/CreateMealExpense';
558
+ export * from './Interface/api/mealExpense/ReadMealExpense';