@silexpert/core 0.4.117 → 0.4.119

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 (220) hide show
  1. package/es/api/resources/AccountingIncome.d.ts +6 -0
  2. package/es/api/resources/AccountingIncome.d.ts.map +1 -0
  3. package/es/api/resources/AccountingIncome.js +7 -0
  4. package/es/api/resources/AccountingIncome.js.map +1 -0
  5. package/es/api/resources/BankStatement.d.ts +7 -0
  6. package/es/api/resources/BankStatement.d.ts.map +1 -0
  7. package/es/api/resources/BankStatement.js +15 -0
  8. package/es/api/resources/BankStatement.js.map +1 -0
  9. package/es/api/resources/Provision.d.ts +12 -0
  10. package/es/api/resources/Provision.d.ts.map +1 -0
  11. package/es/api/resources/Provision.js +19 -0
  12. package/es/api/resources/Provision.js.map +1 -0
  13. package/es/api/resources.d.ts +6 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +6 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/BalanceSheetQuestion.d.ts +122 -2
  18. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  19. package/es/types/Enum/BalanceSheetQuestion.js +122 -0
  20. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  21. package/es/types/Enum/BrandClementine.d.ts +5 -0
  22. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  23. package/es/types/Enum/BrandClementine.js +5 -0
  24. package/es/types/Enum/BrandClementine.js.map +1 -1
  25. package/es/types/Enum/BrandComptalib.d.ts +2 -0
  26. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  27. package/es/types/Enum/BrandComptalib.js +2 -0
  28. package/es/types/Enum/BrandComptalib.js.map +1 -1
  29. package/es/types/Enum/BrandLegalstart.d.ts +1 -0
  30. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  31. package/es/types/Enum/BrandLegalstart.js +1 -0
  32. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  33. package/es/types/Enum/Ged.d.ts +2 -0
  34. package/es/types/Enum/Ged.d.ts.map +1 -1
  35. package/es/types/Enum/Ged.js +2 -1
  36. package/es/types/Enum/Ged.js.map +1 -1
  37. package/es/types/Enum/{MealExpenseTresholds.d.ts → MealExpenseThresholds.d.ts} +1 -1
  38. package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -0
  39. package/es/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  40. package/es/types/Enum/MealExpenseThresholds.js.map +1 -0
  41. package/es/types/Enum/ProvisionType.d.ts +12 -0
  42. package/es/types/Enum/ProvisionType.d.ts.map +1 -0
  43. package/es/types/Enum/ProvisionType.js +115 -0
  44. package/es/types/Enum/ProvisionType.js.map +1 -0
  45. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts +4 -0
  46. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts.map +1 -0
  47. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js +2 -0
  48. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
  49. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
  50. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  51. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
  52. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  53. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
  54. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  55. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
  56. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  57. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts +6 -0
  58. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts.map +1 -0
  59. package/es/types/Interface/api/bankStatement/QueryBankStatement.js +25 -0
  60. package/es/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  61. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +9 -0
  62. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -0
  63. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +27 -0
  64. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  65. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts +6 -0
  66. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts.map +1 -0
  67. package/es/types/Interface/api/bankStatement/ReadBankStatement.js +3 -0
  68. package/es/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  69. package/es/types/Interface/api/ocr/OcrTransactions.d.ts +12 -0
  70. package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -0
  71. package/es/types/Interface/api/ocr/OcrTransactions.js +33 -0
  72. package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  73. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +7 -0
  74. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -0
  75. package/es/types/Interface/api/ocr/OcrTypeTransactions.js +2 -0
  76. package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
  77. package/es/types/Interface/api/provision/CreateProvisionForm.d.ts +8 -0
  78. package/es/types/Interface/api/provision/CreateProvisionForm.d.ts.map +1 -0
  79. package/es/types/Interface/api/provision/CreateProvisionForm.js +38 -0
  80. package/es/types/Interface/api/provision/CreateProvisionForm.js.map +1 -0
  81. package/es/types/Interface/api/provision/QueryGetProvisions.d.ts +6 -0
  82. package/es/types/Interface/api/provision/QueryGetProvisions.d.ts.map +1 -0
  83. package/es/types/Interface/api/provision/QueryGetProvisions.js +28 -0
  84. package/es/types/Interface/api/provision/QueryGetProvisions.js.map +1 -0
  85. package/es/types/Interface/api/provision/QueryProvisions.d.ts +8 -0
  86. package/es/types/Interface/api/provision/QueryProvisions.d.ts.map +1 -0
  87. package/es/types/Interface/api/provision/QueryProvisions.js +47 -0
  88. package/es/types/Interface/api/provision/QueryProvisions.js.map +1 -0
  89. package/es/types/Interface/api/provision/ReadProvision.d.ts +11 -0
  90. package/es/types/Interface/api/provision/ReadProvision.d.ts.map +1 -0
  91. package/es/types/Interface/api/provision/ReadProvision.js +3 -0
  92. package/es/types/Interface/api/provision/ReadProvision.js.map +1 -0
  93. package/es/types/Interface/api/provision/UpdateProvisionForm.d.ts +7 -0
  94. package/es/types/Interface/api/provision/UpdateProvisionForm.d.ts.map +1 -0
  95. package/es/types/Interface/api/provision/UpdateProvisionForm.js +35 -0
  96. package/es/types/Interface/api/provision/UpdateProvisionForm.js.map +1 -0
  97. package/es/types/Interface/models/IAccountingTransaction.d.ts +2 -0
  98. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  99. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  100. package/es/types/Interface/models/IBalanceSheet.d.ts +4 -2
  101. package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
  102. package/es/types/Interface/models/IBalanceSheet.js.map +1 -1
  103. package/es/types/Interface/models/IBalanceSheetHistory.d.ts +0 -6
  104. package/es/types/Interface/models/IBalanceSheetHistory.d.ts.map +1 -1
  105. package/es/types/Interface/models/IBalanceSheetHistory.js.map +1 -1
  106. package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
  107. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  108. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  109. package/es/types/Interface/models/IExercicePrestation.d.ts +3 -6
  110. package/es/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
  111. package/es/types/Interface/models/IExercicePrestation.js.map +1 -1
  112. package/es/types/Interface/models/IRelatedAccountingTransaction.d.ts +12 -0
  113. package/es/types/Interface/models/IRelatedAccountingTransaction.d.ts.map +1 -0
  114. package/es/types/Interface/models/IRelatedAccountingTransaction.js +2 -0
  115. package/es/types/Interface/models/IRelatedAccountingTransaction.js.map +1 -0
  116. package/es/types/Interface/models/ISupervision.d.ts +5 -7
  117. package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
  118. package/es/types/Interface/models/ISupervision.js.map +1 -1
  119. package/es/types/index.d.ts +13 -3
  120. package/es/types/index.d.ts.map +1 -1
  121. package/es/types/index.js +13 -3
  122. package/es/types/index.js.map +1 -1
  123. package/js/api/resources/AccountingIncome.js +18 -0
  124. package/js/api/resources/AccountingIncome.js.map +1 -0
  125. package/js/api/resources/BankStatement.js +30 -0
  126. package/js/api/resources/BankStatement.js.map +1 -0
  127. package/js/api/resources/Provision.js +36 -0
  128. package/js/api/resources/Provision.js.map +1 -0
  129. package/js/api/resources.js +10 -1
  130. package/js/api/resources.js.map +1 -1
  131. package/js/types/Enum/BalanceSheetQuestion.js +122 -0
  132. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  133. package/js/types/Enum/BrandClementine.js +7 -2
  134. package/js/types/Enum/BrandClementine.js.map +1 -1
  135. package/js/types/Enum/BrandComptalib.js +2 -0
  136. package/js/types/Enum/BrandComptalib.js.map +1 -1
  137. package/js/types/Enum/BrandLegalstart.js +1 -0
  138. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  139. package/js/types/Enum/Ged.js +4 -3
  140. package/js/types/Enum/Ged.js.map +1 -1
  141. package/js/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  142. package/js/types/Enum/MealExpenseThresholds.js.map +1 -0
  143. package/js/types/Enum/ProvisionType.js +120 -0
  144. package/js/types/Enum/ProvisionType.js.map +1 -0
  145. package/js/types/Interface/{models/IBalanceSheetPartial.js → api/accountingIncome/ReadAccountingIncome.js} +1 -1
  146. package/js/types/Interface/{models/IBalanceSheetPartial.js.map → api/accountingIncome/ReadAccountingIncome.js.map} +1 -1
  147. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
  148. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  149. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
  150. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  151. package/js/types/Interface/api/bankStatement/QueryBankStatement.js +31 -0
  152. package/js/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  153. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +33 -0
  154. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  155. package/js/types/Interface/api/bankStatement/ReadBankStatement.js +10 -0
  156. package/js/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  157. package/js/types/Interface/api/ocr/OcrTransactions.js +37 -0
  158. package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  159. package/js/types/Interface/{models/IBalanceSheetLiquidation.js → api/ocr/OcrTypeTransactions.js} +1 -1
  160. package/js/types/Interface/{models/IBalanceSheetLiquidation.js.map → api/ocr/OcrTypeTransactions.js.map} +1 -1
  161. package/js/types/Interface/api/provision/CreateProvisionForm.js +39 -0
  162. package/js/types/Interface/api/provision/CreateProvisionForm.js.map +1 -0
  163. package/js/types/Interface/api/provision/QueryGetProvisions.js +33 -0
  164. package/js/types/Interface/api/provision/QueryGetProvisions.js.map +1 -0
  165. package/js/types/Interface/api/provision/QueryProvisions.js +41 -0
  166. package/js/types/Interface/api/provision/QueryProvisions.js.map +1 -0
  167. package/js/types/Interface/api/provision/ReadProvision.js +10 -0
  168. package/js/types/Interface/api/provision/ReadProvision.js.map +1 -0
  169. package/js/types/Interface/api/provision/UpdateProvisionForm.js +37 -0
  170. package/js/types/Interface/api/provision/UpdateProvisionForm.js.map +1 -0
  171. package/js/types/Interface/models/IRelatedAccountingTransaction.js +6 -0
  172. package/js/types/Interface/models/IRelatedAccountingTransaction.js.map +1 -0
  173. package/js/types/index.js +147 -27
  174. package/js/types/index.js.map +1 -1
  175. package/package.json +1 -1
  176. package/ts/api/resources/AccountingIncome.ts +8 -0
  177. package/ts/api/resources/BankStatement.ts +20 -0
  178. package/ts/api/resources/Provision.ts +26 -0
  179. package/ts/api/resources.ts +6 -0
  180. package/ts/types/Enum/BalanceSheetQuestion.ts +192 -0
  181. package/ts/types/Enum/BrandClementine.ts +5 -0
  182. package/ts/types/Enum/BrandComptalib.ts +2 -0
  183. package/ts/types/Enum/BrandLegalstart.ts +1 -0
  184. package/ts/types/Enum/Ged.ts +2 -1
  185. package/ts/types/Enum/ProvisionType.ts +126 -0
  186. package/ts/types/Interface/api/accountingIncome/ReadAccountingIncome.ts +3 -0
  187. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
  188. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
  189. package/ts/types/Interface/api/bankStatement/QueryBankStatement.ts +15 -0
  190. package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +15 -0
  191. package/ts/types/Interface/api/bankStatement/ReadBankStatement.ts +6 -0
  192. package/ts/types/Interface/api/ocr/OcrTransactions.ts +24 -0
  193. package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +6 -0
  194. package/ts/types/Interface/api/provision/CreateProvisionForm.ts +27 -0
  195. package/ts/types/Interface/api/provision/QueryGetProvisions.ts +15 -0
  196. package/ts/types/Interface/api/provision/QueryProvisions.ts +34 -0
  197. package/ts/types/Interface/api/provision/ReadProvision.ts +11 -0
  198. package/ts/types/Interface/api/provision/UpdateProvisionForm.ts +25 -0
  199. package/ts/types/Interface/models/IAccountingTransaction.ts +2 -0
  200. package/ts/types/Interface/models/IBalanceSheet.ts +4 -2
  201. package/ts/types/Interface/models/IBalanceSheetHistory.ts +0 -6
  202. package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
  203. package/ts/types/Interface/models/IExercicePrestation.ts +3 -6
  204. package/ts/types/Interface/models/IRelatedAccountingTransaction.ts +15 -0
  205. package/ts/types/Interface/models/ISupervision.ts +5 -7
  206. package/ts/types/index.ts +13 -3
  207. package/es/types/Enum/MealExpenseTresholds.d.ts.map +0 -1
  208. package/es/types/Enum/MealExpenseTresholds.js.map +0 -1
  209. package/es/types/Interface/models/IBalanceSheetLiquidation.d.ts +0 -14
  210. package/es/types/Interface/models/IBalanceSheetLiquidation.d.ts.map +0 -1
  211. package/es/types/Interface/models/IBalanceSheetLiquidation.js +0 -2
  212. package/es/types/Interface/models/IBalanceSheetLiquidation.js.map +0 -1
  213. package/es/types/Interface/models/IBalanceSheetPartial.d.ts +0 -14
  214. package/es/types/Interface/models/IBalanceSheetPartial.d.ts.map +0 -1
  215. package/es/types/Interface/models/IBalanceSheetPartial.js +0 -2
  216. package/es/types/Interface/models/IBalanceSheetPartial.js.map +0 -1
  217. package/js/types/Enum/MealExpenseTresholds.js.map +0 -1
  218. package/ts/types/Interface/models/IBalanceSheetLiquidation.ts +0 -17
  219. package/ts/types/Interface/models/IBalanceSheetPartial.ts +0 -17
  220. /package/ts/types/Enum/{MealExpenseTresholds.ts → MealExpenseThresholds.ts} +0 -0
@@ -1,5 +1,6 @@
1
1
  import { IExercice } from './IExercice';
2
2
  import { ICalendarEvent } from './ICalendarEvent';
3
+ import { ISupervision } from './ISupervision';
3
4
 
4
5
  // balanceSheet
5
6
  export interface IBalanceSheet {
@@ -13,6 +14,7 @@ export interface IBalanceSheet {
13
14
  updatedAt?: Date | null;
14
15
 
15
16
  // Associations
16
- exercice: IExercice;
17
- calendarEvent: ICalendarEvent;
17
+ exercice?: IExercice;
18
+ calendarEvent?: ICalendarEvent;
19
+ supervision: ISupervision;
18
20
  }
@@ -1,19 +1,13 @@
1
1
  import { IBalanceSheet } from './IBalanceSheet';
2
- import { IBalanceSheetPartial } from './IBalanceSheetPartial';
3
- import { IBalanceSheetLiquidation } from './IBalanceSheetLiquidation';
4
2
 
5
3
  // balanceSheetHistory
6
4
  export interface IBalanceSheetHistory {
7
5
  id?: number;
8
6
  idState: number;
9
7
  idBalanceSheet: number | null;
10
- idBalanceSheetPartial: number | null;
11
- idBalanceSheetLiquidation: number | null;
12
8
  createdAt?: Date | null;
13
9
  updatedAt?: Date | null;
14
10
 
15
11
  // Associations
16
12
  balanceSheet: IBalanceSheet;
17
- balanceSheetPartial: IBalanceSheetPartial;
18
- balanceSheetLiquidation: IBalanceSheetLiquidation;
19
13
  }
@@ -3,6 +3,7 @@ export interface IBalanceSheetModule {
3
3
  id?: number;
4
4
  inventory: boolean;
5
5
  loanToDeclare: boolean;
6
+ provisionToDeclare: boolean;
6
7
  // deadlinerecoveryImmobilization: boolean;
7
8
  salariesFile: boolean;
8
9
  hasCustomerInvoiceToEstablish?: boolean | null;
@@ -1,6 +1,5 @@
1
1
  import { IPrestation } from './IPrestation';
2
- import { IBalanceSheetPartial } from './IBalanceSheetPartial';
3
- import { IBalanceSheetLiquidation } from './IBalanceSheetLiquidation';
2
+ import { IBalanceSheet } from './IBalanceSheet';
4
3
 
5
4
  // exercicesPrestations
6
5
  export interface IExercicePrestation {
@@ -11,8 +10,7 @@ export interface IExercicePrestation {
11
10
  amountSocial: number | null;
12
11
  monthOffers: number | null;
13
12
  isInCA: boolean;
14
- idBalanceSheetPartial: number | null;
15
- idBalanceSheetLiquidation: number | null;
13
+ idBalanceSheet: number | null;
16
14
  createdAt?: Date | null;
17
15
  updatedAt?: Date | null;
18
16
  idExercice: number | null;
@@ -20,6 +18,5 @@ export interface IExercicePrestation {
20
18
 
21
19
  // Associations
22
20
  prestation: IPrestation;
23
- balanceSheetPartial: IBalanceSheetPartial;
24
- balanceSheetLiquidation: IBalanceSheetLiquidation;
21
+ balanceSheet?: IBalanceSheet;
25
22
  }
@@ -0,0 +1,15 @@
1
+ import { IAccountingTransaction } from './IAccountingTransaction';
2
+
3
+ // accountingTransactions
4
+ export interface IRelatedAccountingTransaction {
5
+ id?: number;
6
+ idChild:number;
7
+ idParent:number
8
+ createdAt?: Date | null;
9
+ updatedAt?: Date | null;
10
+ deletedAt?: Date | null;
11
+
12
+ // Associations
13
+ parent?: IAccountingTransaction
14
+ child?: IAccountingTransaction
15
+ }
@@ -1,11 +1,11 @@
1
1
  import { IExercice } from './IExercice';
2
2
  import { ISupervisionJob } from './ISupervisionJob';
3
3
  import { IUser } from './IUser';
4
- import { IBalanceSheetPartial } from './IBalanceSheetPartial';
5
- import { IBalanceSheetLiquidation } from './IBalanceSheetLiquidation';
4
+ import { IBalanceSheet } from './IBalanceSheet';
6
5
  import { IFile } from './IFile';
7
6
  import { IPendingPoint } from './IPendingPoint';
8
7
  import { IJob } from './IJob';
8
+ import { ILetter } from './ILetter';
9
9
 
10
10
  // supervisions
11
11
  export interface ISupervision {
@@ -22,8 +22,7 @@ export interface ISupervision {
22
22
  idFile: number | null;
23
23
  idLetter: number | null;
24
24
  checkDateRecommandation: Date | null;
25
- idBalanceSheetPartial: number | null;
26
- idBalanceSheetLiquidation: number | null;
25
+ idBalanceSheet: number | null;
27
26
  createdAt?: Date | null;
28
27
  updatedAt?: Date | null;
29
28
 
@@ -33,10 +32,9 @@ export interface ISupervision {
33
32
  supervisionUsers: IUser;
34
33
  supervisionExpertUsers: IUser;
35
34
  supervisionAccountant: IUser;
36
- balanceSheetPartial: IBalanceSheetPartial;
37
- balanceSheetLiquidation: IBalanceSheetLiquidation;
35
+ balanceSheet: IBalanceSheet;
38
36
  file: IFile;
39
- letter: IFile;
37
+ letter: ILetter;
40
38
  pendingPoints: IPendingPoint[];
41
39
  jobs: IJob[];
42
40
  }
package/ts/types/index.ts CHANGED
@@ -29,8 +29,6 @@ export * from './Interface/models/IAutoLoginToken';
29
29
  export * from './Interface/models/IBalanceBankAccount';
30
30
  export * from './Interface/models/IBalanceSheet';
31
31
  export * from './Interface/models/IBalanceSheetHistory';
32
- export * from './Interface/models/IBalanceSheetLiquidation';
33
- export * from './Interface/models/IBalanceSheetPartial';
34
32
  export * from './Interface/models/IBankAccountSynchroHistory';
35
33
  export * from './Interface/models/IBankAccount';
36
34
  export * from './Interface/models/IBankConnection';
@@ -295,6 +293,7 @@ export * from './Interface/models/IAnswerType';
295
293
  export * from './Interface/models/IAnswerTypeValue';
296
294
  export * from './Interface/models/IBalanceSheetQuestion';
297
295
  export * from './Interface/models/IExerciceQuestion';
296
+ export * from './Interface/models/IRelatedAccountingTransaction';
298
297
 
299
298
  // Forms
300
299
  export * from './Form/FormAuthenticate';
@@ -373,11 +372,12 @@ export * from './Enum/PartneredAccountantServiceState';
373
372
  export * from './Enum/AccountsSectors';
374
373
  export * from './Enum/ProductType';
375
374
  export * from './Enum/Unit';
376
- export * from './Enum/MealExpenseTresholds';
375
+ export * from './Enum/MealExpenseThresholds';
377
376
  export * from './Enum/MimeType';
378
377
  export * from './Enum/BalanceSheetQuestion';
379
378
  export * from './Enum/AnswerTypeValue';
380
379
  export * from './Enum/PartneredAccountantServiceType';
380
+ export * from './Enum/ProvisionType';
381
381
 
382
382
  // Interfaces API
383
383
  export * from './Interface/api/businessPartner/ReadBusinessPartner';
@@ -453,6 +453,12 @@ export * from './Interface/api/internalInvoicing/CreateInternalInvoicing';
453
453
  export * from './Interface/api/internalInvoicing/CreateInternalInvoicing2in';
454
454
  export * from './Interface/api/exercice/QueryExercice';
455
455
  export * from './Interface/api/exercice/CreateExercice';
456
+ export * from './Interface/api/accountingIncome/ReadAccountingIncome';
457
+ export * from './Interface/api/ocr/OcrTransactions';
458
+ export * from './Interface/api/bankStatement/QueryBankStatement';
459
+ export * from './Interface/api/bankStatement/QueryTransactionBankStatement';
460
+ export * from './Interface/api/ocr/OcrTypeTransactions';
461
+ export * from './Interface/api/bankStatement/ReadBankStatement';
456
462
 
457
463
  // export * from './Interface/api/survey/QuerySurvey';
458
464
  export * from './Interface/api/survey/ReadSurvey';
@@ -568,3 +574,7 @@ export * from './Interface/api/mealExpense/CreateMealExpense';
568
574
  export * from './Interface/api/mealExpense/ReadMealExpense';
569
575
  export * from './Interface/api/exerciceQuestion/QueryQuestion';
570
576
  export * from './Interface/api/exerciceQuestion/CreateExerciceQuestion';
577
+ export * from './Interface/api/provision/ReadProvision';
578
+ export * from './Interface/api/provision/CreateProvisionForm';
579
+ export * from './Interface/api/provision/UpdateProvisionForm';
580
+ export * from './Interface/api/provision/QueryGetProvisions';
@@ -1 +0,0 @@
1
- {"version":3,"file":"MealExpenseTresholds.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/MealExpenseTresholds.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAA;CACF;AAED,eAAO,MAAM,qBAAqB,EAAE,sBASnC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MealExpenseTresholds.js","sourceRoot":"","sources":["../../../ts/types/Enum/MealExpenseTresholds.ts"],"names":[],"mappings":"AAOA,MAAM,CAAC,MAAM,qBAAqB,GAA2B;IAC3D,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;QACT,GAAG,EAAE,EAAE;KACR;IACD,IAAI,EAAE;QACJ,GAAG,EAAE,IAAI;QACT,GAAG,EAAE,KAAK;KACX;CACF,CAAC","sourcesContent":["export interface IMealExpenseThresholds {\n [key: string]: {\n min: number;\n max: number;\n }\n}\n\nexport const MealExpenseThresholds: IMealExpenseThresholds = {\n 2020: {\n min: 4.90,\n max: 19,\n },\n 2021: {\n min: 4.95,\n max: 19.10,\n },\n};"]}
@@ -1,14 +0,0 @@
1
- import { ICalendarEvent } from './ICalendarEvent';
2
- import { ISupervision } from './ISupervision';
3
- export interface IBalanceSheetLiquidation {
4
- id?: number;
5
- dateEnd: Date | null;
6
- state: number;
7
- deadline: Date | null;
8
- idCalendarEvent: number | null;
9
- createdAt?: Date | null;
10
- updatedAt?: Date | null;
11
- calendarEvent: ICalendarEvent;
12
- supervision: ISupervision;
13
- }
14
- //# sourceMappingURL=IBalanceSheetLiquidation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IBalanceSheetLiquidation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetLiquidation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,wBAAwB;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,aAAa,EAAE,cAAc,CAAC;IAC9B,WAAW,EAAE,YAAY,CAAC;CAC3B"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IBalanceSheetLiquidation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IBalanceSheetLiquidation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetLiquidation.ts"],"names":[],"mappings":"","sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { ISupervision } from './ISupervision';\n\n// balanceSheetLiquidation\nexport interface IBalanceSheetLiquidation {\n id?: number;\n dateEnd: Date | null;\n state: number;\n deadline: Date | null;\n idCalendarEvent: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n calendarEvent: ICalendarEvent;\n supervision: ISupervision;\n}\n"]}
@@ -1,14 +0,0 @@
1
- import { ICalendarEvent } from './ICalendarEvent';
2
- import { ISupervision } from './ISupervision';
3
- export interface IBalanceSheetPartial {
4
- id?: number;
5
- dateEnd: Date | null;
6
- state: number;
7
- deadline: Date | null;
8
- idCalendarEvent: number | null;
9
- createdAt?: Date | null;
10
- updatedAt?: Date | null;
11
- calendarEvent: ICalendarEvent;
12
- supervision: ISupervision;
13
- }
14
- //# sourceMappingURL=IBalanceSheetPartial.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IBalanceSheetPartial.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetPartial.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,aAAa,EAAE,cAAc,CAAC;IAC9B,WAAW,EAAE,YAAY,CAAC;CAC3B"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IBalanceSheetPartial.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IBalanceSheetPartial.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBalanceSheetPartial.ts"],"names":[],"mappings":"","sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { ISupervision } from './ISupervision';\n\n// balanceSheetPartial\nexport interface IBalanceSheetPartial {\n id?: number;\n dateEnd: Date | null;\n state: number;\n deadline: Date | null;\n idCalendarEvent: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n calendarEvent: ICalendarEvent;\n supervision: ISupervision;\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/MealExpenseTresholds.ts"],"names":[],"mappings":";;;;;AAOO,MAAM,qBAAqB,WAArB,qBAAqB,GAA2B;AAC3D,QAAM;AACJ,IAAA,GAAG,EAAE,IADD;AAEJ,IAAA,GAAG,EAAE;AAFD,GADqD;AAK3D,QAAM;AACJ,IAAA,GAAG,EAAE,IADD;AAEJ,IAAA,GAAG,EAAE;AAFD;AALqD,CAAtD","sourcesContent":["export interface IMealExpenseThresholds {\n [key: string]: {\n min: number;\n max: number;\n }\n}\n\nexport const MealExpenseThresholds: IMealExpenseThresholds = {\n 2020: {\n min: 4.90,\n max: 19,\n },\n 2021: {\n min: 4.95,\n max: 19.10,\n },\n};"],"sourceRoot":"","file":"MealExpenseTresholds.js"}
@@ -1,17 +0,0 @@
1
- import { ICalendarEvent } from './ICalendarEvent';
2
- import { ISupervision } from './ISupervision';
3
-
4
- // balanceSheetLiquidation
5
- export interface IBalanceSheetLiquidation {
6
- id?: number;
7
- dateEnd: Date | null;
8
- state: number;
9
- deadline: Date | null;
10
- idCalendarEvent: number | null;
11
- createdAt?: Date | null;
12
- updatedAt?: Date | null;
13
-
14
- // Associations
15
- calendarEvent: ICalendarEvent;
16
- supervision: ISupervision;
17
- }
@@ -1,17 +0,0 @@
1
- import { ICalendarEvent } from './ICalendarEvent';
2
- import { ISupervision } from './ISupervision';
3
-
4
- // balanceSheetPartial
5
- export interface IBalanceSheetPartial {
6
- id?: number;
7
- dateEnd: Date | null;
8
- state: number;
9
- deadline: Date | null;
10
- idCalendarEvent: number | null;
11
- createdAt?: Date | null;
12
- updatedAt?: Date | null;
13
-
14
- // Associations
15
- calendarEvent: ICalendarEvent;
16
- supervision: ISupervision;
17
- }