@silexpert/core 0.4.109 → 0.4.110

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 (154) 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/MealExpense.d.ts +33 -0
  7. package/es/api/resources/MealExpense.d.ts.map +1 -0
  8. package/es/api/resources/MealExpense.js +37 -0
  9. package/es/api/resources/MealExpense.js.map +1 -0
  10. package/es/api/resources.d.ts +2 -0
  11. package/es/api/resources.d.ts.map +1 -1
  12. package/es/api/resources.js +2 -0
  13. package/es/api/resources.js.map +1 -1
  14. package/es/types/Enum/AccountingFileType.d.ts +2 -1
  15. package/es/types/Enum/AccountingFileType.d.ts.map +1 -1
  16. package/es/types/Enum/AccountingFileType.js +1 -0
  17. package/es/types/Enum/AccountingFileType.js.map +1 -1
  18. package/es/types/Enum/MealExpenseTresholds.d.ts +8 -0
  19. package/es/types/Enum/MealExpenseTresholds.d.ts.map +1 -0
  20. package/es/types/Enum/MealExpenseTresholds.js +11 -0
  21. package/es/types/Enum/MealExpenseTresholds.js.map +1 -0
  22. package/es/types/Enum/MimeType.d.ts +24 -0
  23. package/es/types/Enum/MimeType.d.ts.map +1 -0
  24. package/es/types/Enum/MimeType.js +24 -0
  25. package/es/types/Enum/MimeType.js.map +1 -0
  26. package/es/types/Enum/Vat.d.ts +9 -0
  27. package/es/types/Enum/Vat.d.ts.map +1 -1
  28. package/es/types/Enum/Vat.js +9 -0
  29. package/es/types/Enum/Vat.js.map +1 -1
  30. package/es/types/Interface/api/accountingFiles/Ocr.d.ts +14 -0
  31. package/es/types/Interface/api/accountingFiles/Ocr.d.ts.map +1 -0
  32. package/es/types/Interface/api/accountingFiles/Ocr.js +2 -0
  33. package/es/types/Interface/api/accountingFiles/Ocr.js.map +1 -0
  34. package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts +15 -0
  35. package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts.map +1 -0
  36. package/es/types/Interface/api/accountingFiles/OcrPayload.js +2 -0
  37. package/es/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -0
  38. package/es/types/Interface/api/accountingFiles/OcrValue.d.ts +14 -0
  39. package/es/types/Interface/api/accountingFiles/OcrValue.d.ts.map +1 -0
  40. package/es/types/Interface/api/accountingFiles/OcrValue.js +2 -0
  41. package/es/types/Interface/api/accountingFiles/OcrValue.js.map +1 -0
  42. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +7 -0
  43. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -0
  44. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js +32 -0
  45. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -0
  46. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.d.ts +7 -0
  47. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.d.ts.map +1 -0
  48. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js +3 -0
  49. package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +1 -0
  50. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
  51. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  52. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
  53. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  54. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
  55. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  56. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
  57. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  58. package/es/types/Interface/api/exercice/CreateExercice.d.ts +16 -0
  59. package/es/types/Interface/api/exercice/CreateExercice.d.ts.map +1 -0
  60. package/es/types/Interface/api/exercice/CreateExercice.js +101 -0
  61. package/es/types/Interface/api/exercice/CreateExercice.js.map +1 -0
  62. package/es/types/Interface/api/exercice/QueryExercice.d.ts +7 -0
  63. package/es/types/Interface/api/exercice/QueryExercice.d.ts.map +1 -0
  64. package/es/types/Interface/api/exercice/QueryExercice.js +39 -0
  65. package/es/types/Interface/api/exercice/QueryExercice.js.map +1 -0
  66. package/es/types/Interface/api/mealExpense/CreateMealExpense.d.ts +4 -0
  67. package/es/types/Interface/api/mealExpense/CreateMealExpense.d.ts.map +1 -0
  68. package/es/types/Interface/api/mealExpense/CreateMealExpense.js +25 -0
  69. package/es/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -0
  70. package/es/types/Interface/api/mealExpense/ReadMealExpense.d.ts +8 -0
  71. package/es/types/Interface/api/mealExpense/ReadMealExpense.d.ts.map +1 -0
  72. package/es/types/Interface/api/mealExpense/ReadMealExpense.js +3 -0
  73. package/es/types/Interface/api/mealExpense/ReadMealExpense.js.map +1 -0
  74. package/es/types/Interface/models/IApiError.d.ts +2 -1
  75. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  76. package/es/types/Interface/models/IApiError.js +2 -0
  77. package/es/types/Interface/models/IApiError.js.map +1 -1
  78. package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
  79. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  80. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  81. package/es/types/Interface/models/IExercice.d.ts +8 -8
  82. package/es/types/Interface/models/IExercice.d.ts.map +1 -1
  83. package/es/types/Interface/models/IExercice.js.map +1 -1
  84. package/es/types/Interface/models/IPayment.d.ts +0 -1
  85. package/es/types/Interface/models/IPayment.d.ts.map +1 -1
  86. package/es/types/Interface/models/IPayment.js.map +1 -1
  87. package/es/types/index.d.ts +11 -0
  88. package/es/types/index.d.ts.map +1 -1
  89. package/es/types/index.js +11 -0
  90. package/es/types/index.js.map +1 -1
  91. package/js/api/resources/AccountingFiles.js +29 -0
  92. package/js/api/resources/AccountingFiles.js.map +1 -0
  93. package/js/api/resources/MealExpense.js +52 -0
  94. package/js/api/resources/MealExpense.js.map +1 -0
  95. package/js/api/resources.js +4 -1
  96. package/js/api/resources.js.map +1 -1
  97. package/js/types/Enum/AccountingFileType.js +1 -0
  98. package/js/types/Enum/AccountingFileType.js.map +1 -1
  99. package/js/types/Enum/MealExpenseTresholds.js +16 -0
  100. package/js/types/Enum/MealExpenseTresholds.js.map +1 -0
  101. package/js/types/Enum/MimeType.js +29 -0
  102. package/js/types/Enum/MimeType.js.map +1 -0
  103. package/js/types/Enum/Vat.js +18 -9
  104. package/js/types/Enum/Vat.js.map +1 -1
  105. package/js/types/Interface/api/accountingFiles/Ocr.js +6 -0
  106. package/js/types/Interface/api/accountingFiles/Ocr.js.map +1 -0
  107. package/js/types/Interface/api/accountingFiles/OcrPayload.js +6 -0
  108. package/js/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -0
  109. package/js/types/Interface/api/accountingFiles/OcrValue.js +6 -0
  110. package/js/types/Interface/api/accountingFiles/OcrValue.js.map +1 -0
  111. package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js +35 -0
  112. package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -0
  113. package/js/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js +10 -0
  114. package/js/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +1 -0
  115. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
  116. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  117. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
  118. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  119. package/js/types/Interface/api/exercice/CreateExercice.js +55 -0
  120. package/js/types/Interface/api/exercice/CreateExercice.js.map +1 -0
  121. package/js/types/Interface/api/exercice/QueryExercice.js +37 -0
  122. package/js/types/Interface/api/exercice/QueryExercice.js.map +1 -0
  123. package/js/types/Interface/api/mealExpense/CreateMealExpense.js +33 -0
  124. package/js/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -0
  125. package/js/types/Interface/api/mealExpense/ReadMealExpense.js +10 -0
  126. package/js/types/Interface/api/mealExpense/ReadMealExpense.js.map +1 -0
  127. package/js/types/Interface/models/IApiError.js +3 -1
  128. package/js/types/Interface/models/IApiError.js.map +1 -1
  129. package/js/types/index.js +132 -0
  130. package/js/types/index.js.map +1 -1
  131. package/package.json +1 -1
  132. package/ts/api/resources/AccountingFiles.ts +18 -0
  133. package/ts/api/resources/MealExpense.ts +41 -0
  134. package/ts/api/resources.ts +2 -0
  135. package/ts/types/Enum/AccountingFileType.ts +1 -0
  136. package/ts/types/Enum/MealExpenseTresholds.ts +17 -0
  137. package/ts/types/Enum/MimeType.ts +23 -0
  138. package/ts/types/Enum/Vat.ts +9 -0
  139. package/ts/types/Interface/api/accountingFiles/Ocr.ts +13 -0
  140. package/ts/types/Interface/api/accountingFiles/OcrPayload.ts +15 -0
  141. package/ts/types/Interface/api/accountingFiles/OcrValue.ts +13 -0
  142. package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +18 -0
  143. package/ts/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.ts +6 -0
  144. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
  145. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
  146. package/ts/types/Interface/api/exercice/CreateExercice.ts +80 -0
  147. package/ts/types/Interface/api/exercice/QueryExercice.ts +25 -0
  148. package/ts/types/Interface/api/mealExpense/CreateMealExpense.ts +16 -0
  149. package/ts/types/Interface/api/mealExpense/ReadMealExpense.ts +8 -0
  150. package/ts/types/Interface/models/IApiError.ts +2 -0
  151. package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
  152. package/ts/types/Interface/models/IExercice.ts +8 -8
  153. package/ts/types/Interface/models/IPayment.ts +0 -1
  154. package/ts/types/index.ts +11 -0
@@ -9,6 +9,7 @@ export const Vat = {
9
9
  collected: 212,
10
10
  deductible: 221,
11
11
  immobilization: 19,
12
+ roundPercentage: [0],
12
13
  },
13
14
  TX_5_5: {
14
15
  id: 2,
@@ -20,6 +21,7 @@ export const Vat = {
20
21
  collected: 209,
21
22
  deductible: 4,
22
23
  immobilization: 10,
24
+ roundPercentage: [5, 6],
23
25
  },
24
26
  TX_10: {
25
27
  id: 3,
@@ -31,6 +33,7 @@ export const Vat = {
31
33
  collected: 210,
32
34
  deductible: 5,
33
35
  immobilization: 11,
36
+ roundPercentage: [10, 11],
34
37
  },
35
38
  TX_20: {
36
39
  id: 4,
@@ -42,6 +45,7 @@ export const Vat = {
42
45
  collected: 211,
43
46
  deductible: 6,
44
47
  immobilization: 12,
48
+ roundPercentage: [19, 20, 21],
45
49
  },
46
50
  TX_2_1: {
47
51
  id: 6,
@@ -53,6 +57,7 @@ export const Vat = {
53
57
  collected: 222,
54
58
  deductible: 7,
55
59
  immobilization: 13,
60
+ roundPercentage: [2, 3],
56
61
  },
57
62
  TX_8_5: {
58
63
  id: 7,
@@ -64,6 +69,7 @@ export const Vat = {
64
69
  collected: 345,
65
70
  deductible: 8,
66
71
  immobilization: 15,
72
+ roundPercentage: [8, 9],
67
73
  },
68
74
  MARGE: {
69
75
  id: 8,
@@ -75,6 +81,7 @@ export const Vat = {
75
81
  collected: 211,
76
82
  deductible: 9,
77
83
  immobilization: null,
84
+ roundPercentage: [],
78
85
  },
79
86
  INTRACOM: {
80
87
  id: 9,
@@ -86,6 +93,7 @@ export const Vat = {
86
93
  collected: 207,
87
94
  deductible: 208,
88
95
  immobilization: 208,
96
+ roundPercentage: [],
89
97
  },
90
98
  MANUAL: {
91
99
  id: 11,
@@ -97,5 +105,6 @@ export const Vat = {
97
105
  collected: 0,
98
106
  deductible: 0,
99
107
  immobilization: null,
108
+ roundPercentage: [],
100
109
  },
101
110
  };
@@ -0,0 +1,13 @@
1
+ export interface IOcr {
2
+ Invoice_Number: number | any;
3
+ Invoice_Date: Date | any;
4
+ date: Date | any;
5
+ TTC: number | any;
6
+ ttc: number | any;
7
+ TVA: number | any;
8
+ tva: number | any;
9
+ HT: number | any;
10
+ ht: number | any;
11
+ Vendor: string | any;
12
+ vendor_name: string | any;
13
+ }
@@ -0,0 +1,15 @@
1
+ export interface IOcrPayload extends Partial<IOcrPayloadOptionnal> {
2
+ invoiceNumber: string;
3
+ dateValue: Date;
4
+ totalAmount: number;
5
+ vatAmount: number;
6
+ subAmount: number;
7
+ merchantName: string;
8
+ }
9
+
10
+ export interface IOcrPayloadOptionnal {
11
+ idEngagementAccountingFile: number | null;
12
+ idAccountingTransaction: number;
13
+ idSociety: number;
14
+ idFile: number;
15
+ }
@@ -0,0 +1,13 @@
1
+ export interface IOcrValue {
2
+ invoiceNumber: number | null;
3
+ invoiceDate: Date | null;
4
+ receiptsDate: Date | null;
5
+ invoicesTotalAmount: number | null;
6
+ receiptsTotalAmount: number | null;
7
+ invoicesVatAmount: number | null;
8
+ receiptsVatAmount: number | null;
9
+ invoicesSubAmount: number | null;
10
+ receiptsSubAmount: number | null;
11
+ invoicesMerchantName: string | null;
12
+ receiptsMerchantName: string | null;
13
+ }
@@ -0,0 +1,18 @@
1
+ import { ApiProperty } from '../../../../utils';
2
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
3
+
4
+ export class QueryAccountingFiles {
5
+ @ApiProperty()
6
+ idAccountingType: number;
7
+
8
+ @ApiProperty()
9
+ @ToBoolean()
10
+ split: boolean;
11
+
12
+ @ApiProperty()
13
+ @ToBoolean()
14
+ isPayPerso: boolean;
15
+
16
+ @ApiProperty()
17
+ files: File[];
18
+ }
@@ -0,0 +1,6 @@
1
+ export class ReadBalanceSheetTransaction {
2
+ idAccountingTransaction: number;
3
+ label: string;
4
+ date: Date;
5
+ totalPriceTaxIncluded: number;
6
+ }
@@ -45,6 +45,12 @@ export class CreateBalanceSheetModuleForm {
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
  @ApiProperty()
49
55
  idExercice: number;
50
56
  }
@@ -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
  }
@@ -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,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,8 @@ 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/exercice/QueryExercice';
445
+ export * from './Interface/api/exercice/CreateExercice';
438
446
 
439
447
  // export * from './Interface/api/survey/QuerySurvey';
440
448
  export * from './Interface/api/survey/ReadSurvey';
@@ -544,3 +552,6 @@ export * from './Interface/api/registration/ReadRegistration';
544
552
  export * from './Interface/api/registration/CreateRegistration';
545
553
  export * from './Interface/api/journal/Journals';
546
554
  export * from './Interface/api/journal/QueryJournal';
555
+ export * from './Interface/api/balanceSheet/ReadBalanceSheetTransaction';
556
+ export * from './Interface/api/mealExpense/CreateMealExpense';
557
+ export * from './Interface/api/mealExpense/ReadMealExpense';