@silexpert/core 1.3.128 → 1.3.129-2

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 (295) hide show
  1. package/dist/cjs/api/resources/BalanceSheetReport.d.ts +10 -0
  2. package/dist/cjs/api/resources/BalanceSheetReport.d.ts.map +1 -0
  3. package/dist/cjs/api/resources/BalanceSheetReport.js +23 -0
  4. package/dist/cjs/api/resources/BalanceSheetReport.js.map +1 -0
  5. package/dist/cjs/api/resources/Checklist.d.ts +28 -1
  6. package/dist/cjs/api/resources/Checklist.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/Checklist.js +39 -0
  8. package/dist/cjs/api/resources/Checklist.js.map +1 -1
  9. package/dist/cjs/api/resources/DashboardLayout.d.ts +10 -0
  10. package/dist/cjs/api/resources/DashboardLayout.d.ts.map +1 -0
  11. package/dist/cjs/api/resources/DashboardLayout.js +20 -0
  12. package/dist/cjs/api/resources/DashboardLayout.js.map +1 -0
  13. package/dist/cjs/api/resources/DocumentRequest.d.ts +10 -0
  14. package/dist/cjs/api/resources/DocumentRequest.d.ts.map +1 -0
  15. package/dist/cjs/api/resources/DocumentRequest.js +23 -0
  16. package/dist/cjs/api/resources/DocumentRequest.js.map +1 -0
  17. package/dist/cjs/api/resources/Exercice.d.ts +1 -0
  18. package/dist/cjs/api/resources/Exercice.d.ts.map +1 -1
  19. package/dist/cjs/api/resources/Exercice.js +3 -0
  20. package/dist/cjs/api/resources/Exercice.js.map +1 -1
  21. package/dist/cjs/api/resources/feature.d.ts +6 -0
  22. package/dist/cjs/api/resources/feature.d.ts.map +1 -0
  23. package/dist/cjs/api/resources/feature.js +11 -0
  24. package/dist/cjs/api/resources/feature.js.map +1 -0
  25. package/dist/cjs/api/resources.d.ts +8 -0
  26. package/dist/cjs/api/resources.d.ts.map +1 -1
  27. package/dist/cjs/api/resources.js +8 -0
  28. package/dist/cjs/api/resources.js.map +1 -1
  29. package/dist/cjs/types/Enum/ChecklistType.d.ts +8 -1
  30. package/dist/cjs/types/Enum/ChecklistType.d.ts.map +1 -1
  31. package/dist/cjs/types/Enum/ChecklistType.js +8 -0
  32. package/dist/cjs/types/Enum/ChecklistType.js.map +1 -1
  33. package/dist/cjs/types/Enum/ConstitutionState.js +1 -1
  34. package/dist/cjs/types/Enum/ConstitutionState.js.map +1 -1
  35. package/dist/cjs/types/Enum/DashboardBlock.d.ts +13 -0
  36. package/dist/cjs/types/Enum/DashboardBlock.d.ts.map +1 -0
  37. package/dist/cjs/types/Enum/DashboardBlock.js +17 -0
  38. package/dist/cjs/types/Enum/DashboardBlock.js.map +1 -0
  39. package/dist/cjs/types/Enum/Ged.d.ts +31 -1
  40. package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
  41. package/dist/cjs/types/Enum/Ged.js +152 -5
  42. package/dist/cjs/types/Enum/Ged.js.map +1 -1
  43. package/dist/cjs/types/Enum/PrestationType.d.ts +14 -1
  44. package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
  45. package/dist/cjs/types/Enum/PrestationType.js +193 -16
  46. package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
  47. package/dist/cjs/types/Enum/SalesContractBrandClementine.js +7 -7
  48. package/dist/cjs/types/Enum/SalesContractBrandClementine.js.map +1 -1
  49. package/dist/cjs/types/Enum/ZoneCode.d.ts +6 -0
  50. package/dist/cjs/types/Enum/ZoneCode.d.ts.map +1 -1
  51. package/dist/cjs/types/Enum/ZoneCode.js +7 -0
  52. package/dist/cjs/types/Enum/ZoneCode.js.map +1 -1
  53. package/dist/cjs/types/Interface/api/DashboardLayout.d.ts +23 -0
  54. package/dist/cjs/types/Interface/api/DashboardLayout.d.ts.map +1 -0
  55. package/dist/cjs/types/Interface/api/DashboardLayout.js +3 -0
  56. package/dist/cjs/types/Interface/api/DashboardLayout.js.map +1 -0
  57. package/dist/cjs/types/Interface/api/balanceSheetReport/Query.d.ts +40 -0
  58. package/dist/cjs/types/Interface/api/balanceSheetReport/Query.d.ts.map +1 -0
  59. package/dist/cjs/types/Interface/api/balanceSheetReport/Query.js +207 -0
  60. package/dist/cjs/types/Interface/api/balanceSheetReport/Query.js.map +1 -0
  61. package/dist/cjs/types/Interface/api/checklist/Query.d.ts +3 -0
  62. package/dist/cjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
  63. package/dist/cjs/types/Interface/api/checklist/Query.js +10 -1
  64. package/dist/cjs/types/Interface/api/checklist/Query.js.map +1 -1
  65. package/dist/cjs/types/Interface/api/checklist/Update.d.ts +11 -1
  66. package/dist/cjs/types/Interface/api/checklist/Update.d.ts.map +1 -1
  67. package/dist/cjs/types/Interface/api/checklist/Update.js +49 -1
  68. package/dist/cjs/types/Interface/api/checklist/Update.js.map +1 -1
  69. package/dist/cjs/types/Interface/api/documentRequest/Create.d.ts +10 -0
  70. package/dist/cjs/types/Interface/api/documentRequest/Create.d.ts.map +1 -0
  71. package/dist/cjs/types/Interface/api/documentRequest/Create.js +46 -0
  72. package/dist/cjs/types/Interface/api/documentRequest/Create.js.map +1 -0
  73. package/dist/cjs/types/Interface/api/documentRequest/Query.d.ts +5 -0
  74. package/dist/cjs/types/Interface/api/documentRequest/Query.d.ts.map +1 -0
  75. package/dist/cjs/types/Interface/api/documentRequest/Query.js +30 -0
  76. package/dist/cjs/types/Interface/api/documentRequest/Query.js.map +1 -0
  77. package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts +5 -0
  78. package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts.map +1 -0
  79. package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js +3 -0
  80. package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js.map +1 -0
  81. package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.d.ts +2 -0
  82. package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -1
  83. package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js +9 -1
  84. package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
  85. package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts +4 -2
  86. package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  87. package/dist/cjs/types/Interface/api/library/QueryLibrary.js +6 -2
  88. package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
  89. package/dist/cjs/types/Interface/api/payment/Query.d.ts +2 -0
  90. package/dist/cjs/types/Interface/api/payment/Query.d.ts.map +1 -1
  91. package/dist/cjs/types/Interface/api/payment/Query.js +12 -0
  92. package/dist/cjs/types/Interface/api/payment/Query.js.map +1 -1
  93. package/dist/cjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +1 -1
  94. package/dist/cjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -1
  95. package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts +7 -3
  96. package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
  97. package/dist/cjs/types/Interface/api/society/ReadSociety.js.map +1 -1
  98. package/dist/cjs/types/Interface/api/stripe/Create.d.ts +1 -0
  99. package/dist/cjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
  100. package/dist/cjs/types/Interface/api/stripe/Create.js +6 -0
  101. package/dist/cjs/types/Interface/api/stripe/Create.js.map +1 -1
  102. package/dist/cjs/types/Interface/models/IAttestation.d.ts +20 -18
  103. package/dist/cjs/types/Interface/models/IAttestation.d.ts.map +1 -1
  104. package/dist/cjs/types/Interface/models/IAttestation.js.map +1 -1
  105. package/dist/cjs/types/Interface/models/IChecklist.d.ts +2 -2
  106. package/dist/cjs/types/Interface/models/IChecklist.d.ts.map +1 -1
  107. package/dist/cjs/types/Interface/models/IChecklist.js.map +1 -1
  108. package/dist/cjs/types/Interface/models/IChecklistDetail.d.ts +3 -3
  109. package/dist/cjs/types/Interface/models/IChecklistDetail.d.ts.map +1 -1
  110. package/dist/cjs/types/Interface/models/IChecklistDetail.js.map +1 -1
  111. package/dist/cjs/types/Interface/models/IDocumentRequest.d.ts +23 -0
  112. package/dist/cjs/types/Interface/models/IDocumentRequest.d.ts.map +1 -0
  113. package/dist/cjs/types/Interface/models/IDocumentRequest.js +3 -0
  114. package/dist/cjs/types/Interface/models/IDocumentRequest.js.map +1 -0
  115. package/dist/cjs/types/Interface/models/IGedFile.d.ts +6 -1
  116. package/dist/cjs/types/Interface/models/IGedFile.d.ts.map +1 -1
  117. package/dist/cjs/types/Interface/models/IGedFile.js.map +1 -1
  118. package/dist/cjs/types/Interface/models/ISociety.d.ts +1 -0
  119. package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
  120. package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
  121. package/dist/cjs/types/index.d.ts +5 -0
  122. package/dist/cjs/types/index.d.ts.map +1 -1
  123. package/dist/cjs/types/index.js +5 -0
  124. package/dist/cjs/types/index.js.map +1 -1
  125. package/dist/cjs/utils/vat/utils.js +3 -3
  126. package/dist/cjs/utils/vat/utils.js.map +1 -1
  127. package/dist/cjs/utils/webmail.d.ts.map +1 -1
  128. package/dist/cjs/utils/webmail.js +4 -3
  129. package/dist/cjs/utils/webmail.js.map +1 -1
  130. package/dist/mjs/api/resources/BalanceSheetReport.d.ts +10 -0
  131. package/dist/mjs/api/resources/BalanceSheetReport.d.ts.map +1 -0
  132. package/dist/mjs/api/resources/BalanceSheetReport.js +22 -0
  133. package/dist/mjs/api/resources/BalanceSheetReport.js.map +1 -0
  134. package/dist/mjs/api/resources/Checklist.d.ts +28 -1
  135. package/dist/mjs/api/resources/Checklist.d.ts.map +1 -1
  136. package/dist/mjs/api/resources/Checklist.js +39 -0
  137. package/dist/mjs/api/resources/Checklist.js.map +1 -1
  138. package/dist/mjs/api/resources/DashboardLayout.d.ts +10 -0
  139. package/dist/mjs/api/resources/DashboardLayout.d.ts.map +1 -0
  140. package/dist/mjs/api/resources/DashboardLayout.js +16 -0
  141. package/dist/mjs/api/resources/DashboardLayout.js.map +1 -0
  142. package/dist/mjs/api/resources/DocumentRequest.d.ts +10 -0
  143. package/dist/mjs/api/resources/DocumentRequest.d.ts.map +1 -0
  144. package/dist/mjs/api/resources/DocumentRequest.js +27 -0
  145. package/dist/mjs/api/resources/DocumentRequest.js.map +1 -0
  146. package/dist/mjs/api/resources/Exercice.d.ts +1 -0
  147. package/dist/mjs/api/resources/Exercice.d.ts.map +1 -1
  148. package/dist/mjs/api/resources/Exercice.js +3 -0
  149. package/dist/mjs/api/resources/Exercice.js.map +1 -1
  150. package/dist/mjs/api/resources/feature.d.ts +6 -0
  151. package/dist/mjs/api/resources/feature.d.ts.map +1 -0
  152. package/dist/mjs/api/resources/feature.js +7 -0
  153. package/dist/mjs/api/resources/feature.js.map +1 -0
  154. package/dist/mjs/api/resources.d.ts +8 -0
  155. package/dist/mjs/api/resources.d.ts.map +1 -1
  156. package/dist/mjs/api/resources.js +8 -0
  157. package/dist/mjs/api/resources.js.map +1 -1
  158. package/dist/mjs/types/Enum/ChecklistType.d.ts +8 -1
  159. package/dist/mjs/types/Enum/ChecklistType.d.ts.map +1 -1
  160. package/dist/mjs/types/Enum/ChecklistType.js +8 -0
  161. package/dist/mjs/types/Enum/ChecklistType.js.map +1 -1
  162. package/dist/mjs/types/Enum/ConstitutionState.js +1 -1
  163. package/dist/mjs/types/Enum/ConstitutionState.js.map +1 -1
  164. package/dist/mjs/types/Enum/DashboardBlock.d.ts +13 -0
  165. package/dist/mjs/types/Enum/DashboardBlock.d.ts.map +1 -0
  166. package/dist/mjs/types/Enum/DashboardBlock.js +14 -0
  167. package/dist/mjs/types/Enum/DashboardBlock.js.map +1 -0
  168. package/dist/mjs/types/Enum/Ged.d.ts +31 -1
  169. package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
  170. package/dist/mjs/types/Enum/Ged.js +151 -4
  171. package/dist/mjs/types/Enum/Ged.js.map +1 -1
  172. package/dist/mjs/types/Enum/PrestationType.d.ts +14 -1
  173. package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
  174. package/dist/mjs/types/Enum/PrestationType.js +192 -15
  175. package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
  176. package/dist/mjs/types/Enum/SalesContractBrandClementine.js +7 -7
  177. package/dist/mjs/types/Enum/SalesContractBrandClementine.js.map +1 -1
  178. package/dist/mjs/types/Enum/ZoneCode.d.ts +6 -0
  179. package/dist/mjs/types/Enum/ZoneCode.d.ts.map +1 -1
  180. package/dist/mjs/types/Enum/ZoneCode.js +7 -0
  181. package/dist/mjs/types/Enum/ZoneCode.js.map +1 -1
  182. package/dist/mjs/types/Interface/api/DashboardLayout.d.ts +23 -0
  183. package/dist/mjs/types/Interface/api/DashboardLayout.d.ts.map +1 -0
  184. package/dist/mjs/types/Interface/api/DashboardLayout.js +2 -0
  185. package/dist/mjs/types/Interface/api/DashboardLayout.js.map +1 -0
  186. package/dist/mjs/types/Interface/api/balanceSheetReport/Query.d.ts +40 -0
  187. package/dist/mjs/types/Interface/api/balanceSheetReport/Query.d.ts.map +1 -0
  188. package/dist/mjs/types/Interface/api/balanceSheetReport/Query.js +200 -0
  189. package/dist/mjs/types/Interface/api/balanceSheetReport/Query.js.map +1 -0
  190. package/dist/mjs/types/Interface/api/checklist/Query.d.ts +3 -0
  191. package/dist/mjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
  192. package/dist/mjs/types/Interface/api/checklist/Query.js +9 -0
  193. package/dist/mjs/types/Interface/api/checklist/Query.js.map +1 -1
  194. package/dist/mjs/types/Interface/api/checklist/Update.d.ts +11 -1
  195. package/dist/mjs/types/Interface/api/checklist/Update.d.ts.map +1 -1
  196. package/dist/mjs/types/Interface/api/checklist/Update.js +57 -3
  197. package/dist/mjs/types/Interface/api/checklist/Update.js.map +1 -1
  198. package/dist/mjs/types/Interface/api/documentRequest/Create.d.ts +10 -0
  199. package/dist/mjs/types/Interface/api/documentRequest/Create.d.ts.map +1 -0
  200. package/dist/mjs/types/Interface/api/documentRequest/Create.js +47 -0
  201. package/dist/mjs/types/Interface/api/documentRequest/Create.js.map +1 -0
  202. package/dist/mjs/types/Interface/api/documentRequest/Query.d.ts +5 -0
  203. package/dist/mjs/types/Interface/api/documentRequest/Query.d.ts.map +1 -0
  204. package/dist/mjs/types/Interface/api/documentRequest/Query.js +28 -0
  205. package/dist/mjs/types/Interface/api/documentRequest/Query.js.map +1 -0
  206. package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts +5 -0
  207. package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts.map +1 -0
  208. package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js +2 -0
  209. package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js.map +1 -0
  210. package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.d.ts +2 -0
  211. package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -1
  212. package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.js +12 -2
  213. package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
  214. package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts +4 -2
  215. package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  216. package/dist/mjs/types/Interface/api/library/QueryLibrary.js +9 -3
  217. package/dist/mjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
  218. package/dist/mjs/types/Interface/api/payment/Query.d.ts +2 -0
  219. package/dist/mjs/types/Interface/api/payment/Query.d.ts.map +1 -1
  220. package/dist/mjs/types/Interface/api/payment/Query.js +14 -0
  221. package/dist/mjs/types/Interface/api/payment/Query.js.map +1 -1
  222. package/dist/mjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +1 -1
  223. package/dist/mjs/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -1
  224. package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts +7 -3
  225. package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
  226. package/dist/mjs/types/Interface/api/society/ReadSociety.js.map +1 -1
  227. package/dist/mjs/types/Interface/api/stripe/Create.d.ts +1 -0
  228. package/dist/mjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
  229. package/dist/mjs/types/Interface/api/stripe/Create.js +7 -0
  230. package/dist/mjs/types/Interface/api/stripe/Create.js.map +1 -1
  231. package/dist/mjs/types/Interface/models/IAttestation.d.ts +20 -18
  232. package/dist/mjs/types/Interface/models/IAttestation.d.ts.map +1 -1
  233. package/dist/mjs/types/Interface/models/IAttestation.js.map +1 -1
  234. package/dist/mjs/types/Interface/models/IChecklist.d.ts +2 -2
  235. package/dist/mjs/types/Interface/models/IChecklist.d.ts.map +1 -1
  236. package/dist/mjs/types/Interface/models/IChecklist.js.map +1 -1
  237. package/dist/mjs/types/Interface/models/IChecklistDetail.d.ts +3 -3
  238. package/dist/mjs/types/Interface/models/IChecklistDetail.d.ts.map +1 -1
  239. package/dist/mjs/types/Interface/models/IChecklistDetail.js.map +1 -1
  240. package/dist/mjs/types/Interface/models/IDocumentRequest.d.ts +23 -0
  241. package/dist/mjs/types/Interface/models/IDocumentRequest.d.ts.map +1 -0
  242. package/dist/mjs/types/Interface/models/IDocumentRequest.js +2 -0
  243. package/dist/mjs/types/Interface/models/IDocumentRequest.js.map +1 -0
  244. package/dist/mjs/types/Interface/models/IGedFile.d.ts +6 -1
  245. package/dist/mjs/types/Interface/models/IGedFile.d.ts.map +1 -1
  246. package/dist/mjs/types/Interface/models/IGedFile.js.map +1 -1
  247. package/dist/mjs/types/Interface/models/ISociety.d.ts +1 -0
  248. package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
  249. package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
  250. package/dist/mjs/types/index.d.ts +5 -0
  251. package/dist/mjs/types/index.d.ts.map +1 -1
  252. package/dist/mjs/types/index.js +5 -0
  253. package/dist/mjs/types/index.js.map +1 -1
  254. package/dist/mjs/utils/vat/utils.js +3 -3
  255. package/dist/mjs/utils/vat/utils.js.map +1 -1
  256. package/dist/mjs/utils/webmail.d.ts.map +1 -1
  257. package/dist/mjs/utils/webmail.js +4 -3
  258. package/dist/mjs/utils/webmail.js.map +1 -1
  259. package/package.json +14 -14
  260. package/ts/api/resources/BalanceSheetReport.ts +36 -0
  261. package/ts/api/resources/Checklist.ts +49 -0
  262. package/ts/api/resources/DashboardLayout.ts +19 -0
  263. package/ts/api/resources/DocumentRequest.ts +32 -0
  264. package/ts/api/resources/Exercice.ts +4 -0
  265. package/ts/api/resources/feature.ts +8 -0
  266. package/ts/api/resources.ts +8 -0
  267. package/ts/types/Enum/ChecklistType.ts +9 -0
  268. package/ts/types/Enum/ConstitutionState.ts +1 -1
  269. package/ts/types/Enum/DashboardBlock.ts +12 -0
  270. package/ts/types/Enum/Ged.ts +345 -193
  271. package/ts/types/Enum/PrestationType.ts +199 -15
  272. package/ts/types/Enum/SalesContractBrandClementine.ts +7 -7
  273. package/ts/types/Enum/ZoneCode.ts +7 -0
  274. package/ts/types/Interface/api/DashboardLayout.ts +26 -0
  275. package/ts/types/Interface/api/balanceSheetReport/Query.ts +160 -0
  276. package/ts/types/Interface/api/checklist/Query.ts +7 -0
  277. package/ts/types/Interface/api/checklist/Update.ts +44 -3
  278. package/ts/types/Interface/api/documentRequest/Create.ts +28 -0
  279. package/ts/types/Interface/api/documentRequest/Query.ts +14 -0
  280. package/ts/types/Interface/api/feature/GetAvailableDashboardBlocks.ts +5 -0
  281. package/ts/types/Interface/api/gedFile/createFileAndGed.ts +7 -1
  282. package/ts/types/Interface/api/library/QueryLibrary.ts +4 -2
  283. package/ts/types/Interface/api/payment/Query.ts +13 -3
  284. package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +3 -3
  285. package/ts/types/Interface/api/society/ReadSociety.ts +7 -3
  286. package/ts/types/Interface/api/stripe/Create.ts +5 -0
  287. package/ts/types/Interface/models/IAttestation.ts +20 -18
  288. package/ts/types/Interface/models/IChecklist.ts +2 -2
  289. package/ts/types/Interface/models/IChecklistDetail.ts +3 -3
  290. package/ts/types/Interface/models/IDocumentRequest.ts +25 -0
  291. package/ts/types/Interface/models/IGedFile.ts +6 -1
  292. package/ts/types/Interface/models/ISociety.ts +1 -0
  293. package/ts/types/index.ts +5 -0
  294. package/ts/utils/vat/utils.ts +3 -3
  295. package/ts/utils/webmail.ts +19 -16
@@ -132,6 +132,31 @@ export enum TypeFile {
132
132
  BALANCESHEET_NOTE = 73,
133
133
  PERSONNAL_RIB = 74, // RIB PERSO,
134
134
  FISCAL_BUNDLE = 75, // LIASSE FISCALE
135
+ CHECKLIST_NOTE = 76, // Note de conseils
136
+ INSURANCE_CONTRACT = 77, // Contrat d'assurance
137
+ COMPANY_CONTRIBUTION_PROOF = 78, // Justificatif des apports fait à la société
138
+ NOTARY_STATEMENT_AND_PURCHASE_DEED = 79, // Décompte de notaire et acte d'achat
139
+ PV_RESULT_ALLOCATION = 80, // PV d'AG d'affectation du résultat
140
+ SUBSIDY_PROOF = 81, // Justificatifs des subventions reçues
141
+ LOAN_AMORTIZATION_TABLE = 82, // Tableau d'amortissement des emprunts
142
+ COMMERCIAL_OR_RENTAL_LEASE = 83, // Bail commercial ou de location
143
+ LEASE_PAYMENT_SCHEDULE = 84, // Échéancier de crédit bail
144
+ CULTURE_BOOK_OR_PHYTOSANITARY_REGISTER = 85, // Carnet de culture ou registre phytosanitaire
145
+ LIVESTOCK_REGISTER = 86, // Registre d'élevage
146
+ LIVESTOCK_INVENTORY = 87, // Inventaire du cheptel
147
+ AGRICULTURAL_STOCK_STATEMENT = 88, // État des stocks agricoles
148
+ PAC_SUBSIDIES_AND_AIDS = 89, // Subventions et aides PAC
149
+ FARMING_OR_SHARECROPPING_CONTRACTS = 90, // Contrats de fermage ou de métayage
150
+ RURAL_LEASES_OR_LAND_TITLES = 91, // Baux ruraux ou titres de propriété
151
+ AGRICULTURAL_TAX_CREDIT_PROOF = 92, // Justificatifs de crédits d'impôt agricoles
152
+ LOAN_REPAYMENT_PROOF = 93, // Justificatifs de remboursement de prêts
153
+ RENT_RECEIVED_STATEMENT = 94, // État des loyers perçus
154
+ RENTAL_CHARGES_PROOF = 95, // Justificatifs de charges locatives
155
+ CONDOMINIUM_CHARGES_CALL = 96, // Appels de charges de copropriété
156
+ CONDOMINIUM_AGM_MINUTES = 97, // Procès-verbaux d'AG de copropriété
157
+ TAX_NOTICE = 98, // Avis d'imposition (CFE, taxe foncière)
158
+ SUBSIDY_ALLOCATION_NOTIFICATION = 99, // Notifications d'attribution de subventions publiques
159
+ FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS = 100, // Contrats de financement ou conventions de subvention
135
160
  }
136
161
 
137
162
  export enum GedFileType {
@@ -242,7 +267,7 @@ export const GedFileTypeDetail = {
242
267
  },
243
268
  IDENTITY_CARD: {
244
269
  id: GedFileType.IDENTITY_CARD,
245
- name: "Carte d'identité",
270
+ name: 'Carte d\'identité',
246
271
  idGedFolder: GedFolder.KBIS,
247
272
  typeFile: TypeFile.IDENTITY_CARD_RECTO,
248
273
  },
@@ -376,185 +401,185 @@ export const GedFolderList: Array<{
376
401
  idGedCategory: GedCategory;
377
402
  name: string;
378
403
  }> = [
379
- {
380
- id: GedFolder.KBIS,
381
- name: "K-bis & Carte d'identité & Mémento fiscal",
382
- isVisibleForClient: true,
383
- idGedCategory: GedCategory.COMPANY,
384
- },
385
- { id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
386
- { id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
387
- {
388
- id: GedFolder.BALANCE_GL,
389
- name: 'Balance-GL Journaux',
390
- isVisibleForClient: true,
391
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
392
- },
393
- {
394
- id: GedFolder.CLOSE_BALANCE_SHEET,
395
- name: 'Clôtures & Bilans',
396
- isVisibleForClient: true,
397
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
398
- },
399
- {
400
- id: GedFolder.VAT,
401
- name: 'Déclarations de TVA',
402
- isVisibleForClient: true,
403
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
404
- },
405
- {
406
- id: GedFolder.IS_DECLARATIONS,
407
- name: "Déclarations d'IS",
408
- isVisibleForClient: true,
409
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
410
- },
411
- { id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
412
- {
413
- id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX,
414
- name: 'Formation et taxe professionnelle',
415
- isVisibleForClient: true,
416
- idGedCategory: GedCategory.SOCIAL,
417
- },
418
- { id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
419
- { id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
420
- {
421
- id: GedFolder.PAY_SLIPS,
422
- name: 'Bulletins de salaires',
423
- isVisibleForClient: true,
424
- idGedCategory: GedCategory.SOCIAL,
425
- },
426
- { id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
427
- { id: GedFolder.AGM, name: "PV d'AG", isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
428
- {
429
- id: GedFolder.CONTRACTS_LEASES,
430
- name: 'Contrats & Baux',
431
- isVisibleForClient: true,
432
- idGedCategory: GedCategory.GENERALITY,
433
- },
434
- { id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
435
- {
436
- id: GedFolder.CABINET_INVOICES,
437
- name: 'Factures Cabinet',
438
- isVisibleForClient: true,
439
- idGedCategory: GedCategory.BILLING,
440
- },
441
- { id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
442
- { id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
443
- {
444
- id: GedFolder.BORROWING_TABLES,
445
- name: 'Tableaux d’emprunts',
446
- isVisibleForClient: true,
447
- idGedCategory: GedCategory.GENERALITY,
448
- },
449
- { id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
450
- {
451
- id: GedFolder.GA_BALANCE_PV,
452
- name: 'Bilan & PV d’AG antérieur',
453
- isVisibleForClient: true,
454
- idGedCategory: GedCategory.GENERALITY,
455
- },
456
- {
457
- id: GedFolder.SLIPS_CFE,
458
- name: 'Bordereaux pour la CFE',
459
- isVisibleForClient: true,
460
- idGedCategory: GedCategory.GENERALITY,
461
- },
462
- {
463
- id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS,
464
- name: 'Annexes fournisseurs/clients',
465
- isVisibleForClient: true,
466
- idGedCategory: GedCategory.GENERALITY,
467
- },
468
- {
469
- id: GedFolder.MISCELLANEOUS,
470
- name: 'Divers',
471
- isVisibleForClient: true,
472
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
473
- },
474
- {
475
- id: GedFolder.LEGAL_ANNOUNCEMENTS,
476
- name: 'Annonces Légales',
477
- isVisibleForClient: true,
478
- idGedCategory: GedCategory.JURIDIC,
479
- },
480
- { id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
481
- { id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
482
- {
483
- id: GedFolder.INCOMING_MAILS,
484
- name: 'Courriers entrants',
485
- isVisibleForClient: true,
486
- idGedCategory: GedCategory.MAIL,
487
- },
488
- {
489
- id: GedFolder.OUTGOING_MAIL,
490
- name: 'Courriers sortants',
491
- isVisibleForClient: true,
492
- idGedCategory: GedCategory.MAIL,
493
- },
494
- {
495
- id: GedFolder.BANK_STATEMENT,
496
- name: 'Relevés Bancaires',
497
- isVisibleForClient: true,
498
- idGedCategory: GedCategory.BANK_STATEMENT,
499
- },
500
- {
501
- id: GedFolder.FORMALISM,
502
- name: 'Formalisme',
503
- isVisibleForClient: false,
504
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
505
- },
506
- {
507
- id: GedFolder.PENDING_POINTS,
508
- name: 'Points en suspens',
509
- isVisibleForClient: false,
510
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
511
- },
512
- {
513
- id: GedFolder.BALANCE_GL_JOURNALS_YEAR,
514
- name: 'Balance-GL Journaux Année N-1',
515
- isVisibleForClient: true,
516
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
517
- },
518
- { id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
519
- { id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
520
- {
521
- id: GedFolder.EMPLOYEMENT_CONTRACT,
522
- name: 'Contrats de travail & avenants',
523
- isVisibleForClient: true,
524
- idGedCategory: GedCategory.SOCIAL,
525
- },
526
- {
527
- id: GedFolder.EXIT_DOCUMENT,
528
- name: 'Documents de sorties',
529
- isVisibleForClient: true,
530
- idGedCategory: GedCategory.SOCIAL,
531
- },
532
- {
533
- id: GedFolder.JEDECLARE_MANDATES,
534
- name: 'Mandat JeDeclare',
535
- isVisibleForClient: true,
536
- idGedCategory: GedCategory.COMPANY,
537
- },
538
- {
539
- id: GedFolder.COMPANY_PASSWORD_SERVICE,
540
- name: 'Mot de passe service entreprise',
541
- isVisibleForClient: false,
542
- idGedCategory: GedCategory.COMPANY,
543
- },
544
- { id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
545
- {
546
- id: GedFolder.PREVISIONAL,
547
- name: 'Prévisionnels',
548
- isVisibleForClient: true,
549
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
550
- },
551
- {
552
- id: GedFolder.PREVISIONAL_ANNEX,
553
- name: 'Annexes Prévisionnels',
554
- isVisibleForClient: false,
555
- idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
556
- },
557
- ];
404
+ {
405
+ id: GedFolder.KBIS,
406
+ name: 'K-bis & Carte d\'identité & Mémento fiscal',
407
+ isVisibleForClient: true,
408
+ idGedCategory: GedCategory.COMPANY,
409
+ },
410
+ { id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
411
+ { id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
412
+ {
413
+ id: GedFolder.BALANCE_GL,
414
+ name: 'Balance-GL Journaux',
415
+ isVisibleForClient: true,
416
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
417
+ },
418
+ {
419
+ id: GedFolder.CLOSE_BALANCE_SHEET,
420
+ name: 'Clôtures & Bilans',
421
+ isVisibleForClient: true,
422
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
423
+ },
424
+ {
425
+ id: GedFolder.VAT,
426
+ name: 'Déclarations de TVA',
427
+ isVisibleForClient: true,
428
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
429
+ },
430
+ {
431
+ id: GedFolder.IS_DECLARATIONS,
432
+ name: 'Déclarations d\'IS',
433
+ isVisibleForClient: true,
434
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
435
+ },
436
+ { id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
437
+ {
438
+ id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX,
439
+ name: 'Formation et taxe professionnelle',
440
+ isVisibleForClient: true,
441
+ idGedCategory: GedCategory.SOCIAL,
442
+ },
443
+ { id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
444
+ { id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
445
+ {
446
+ id: GedFolder.PAY_SLIPS,
447
+ name: 'Bulletins de salaires',
448
+ isVisibleForClient: true,
449
+ idGedCategory: GedCategory.SOCIAL,
450
+ },
451
+ { id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
452
+ { id: GedFolder.AGM, name: 'PV d\'AG', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
453
+ {
454
+ id: GedFolder.CONTRACTS_LEASES,
455
+ name: 'Contrats & Baux',
456
+ isVisibleForClient: true,
457
+ idGedCategory: GedCategory.GENERALITY,
458
+ },
459
+ { id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
460
+ {
461
+ id: GedFolder.CABINET_INVOICES,
462
+ name: 'Factures Cabinet',
463
+ isVisibleForClient: true,
464
+ idGedCategory: GedCategory.BILLING,
465
+ },
466
+ { id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
467
+ { id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
468
+ {
469
+ id: GedFolder.BORROWING_TABLES,
470
+ name: 'Tableaux d’emprunts',
471
+ isVisibleForClient: true,
472
+ idGedCategory: GedCategory.GENERALITY,
473
+ },
474
+ { id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
475
+ {
476
+ id: GedFolder.GA_BALANCE_PV,
477
+ name: 'Bilan & PV d’AG antérieur',
478
+ isVisibleForClient: true,
479
+ idGedCategory: GedCategory.GENERALITY,
480
+ },
481
+ {
482
+ id: GedFolder.SLIPS_CFE,
483
+ name: 'Bordereaux pour la CFE',
484
+ isVisibleForClient: true,
485
+ idGedCategory: GedCategory.GENERALITY,
486
+ },
487
+ {
488
+ id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS,
489
+ name: 'Annexes fournisseurs/clients',
490
+ isVisibleForClient: true,
491
+ idGedCategory: GedCategory.GENERALITY,
492
+ },
493
+ {
494
+ id: GedFolder.MISCELLANEOUS,
495
+ name: 'Divers',
496
+ isVisibleForClient: true,
497
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
498
+ },
499
+ {
500
+ id: GedFolder.LEGAL_ANNOUNCEMENTS,
501
+ name: 'Annonces Légales',
502
+ isVisibleForClient: true,
503
+ idGedCategory: GedCategory.JURIDIC,
504
+ },
505
+ { id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
506
+ { id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
507
+ {
508
+ id: GedFolder.INCOMING_MAILS,
509
+ name: 'Courriers entrants',
510
+ isVisibleForClient: true,
511
+ idGedCategory: GedCategory.MAIL,
512
+ },
513
+ {
514
+ id: GedFolder.OUTGOING_MAIL,
515
+ name: 'Courriers sortants',
516
+ isVisibleForClient: true,
517
+ idGedCategory: GedCategory.MAIL,
518
+ },
519
+ {
520
+ id: GedFolder.BANK_STATEMENT,
521
+ name: 'Relevés Bancaires',
522
+ isVisibleForClient: true,
523
+ idGedCategory: GedCategory.BANK_STATEMENT,
524
+ },
525
+ {
526
+ id: GedFolder.FORMALISM,
527
+ name: 'Formalisme',
528
+ isVisibleForClient: false,
529
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
530
+ },
531
+ {
532
+ id: GedFolder.PENDING_POINTS,
533
+ name: 'Points en suspens',
534
+ isVisibleForClient: false,
535
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
536
+ },
537
+ {
538
+ id: GedFolder.BALANCE_GL_JOURNALS_YEAR,
539
+ name: 'Balance-GL Journaux Année N-1',
540
+ isVisibleForClient: true,
541
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
542
+ },
543
+ { id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
544
+ { id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
545
+ {
546
+ id: GedFolder.EMPLOYEMENT_CONTRACT,
547
+ name: 'Contrats de travail & avenants',
548
+ isVisibleForClient: true,
549
+ idGedCategory: GedCategory.SOCIAL,
550
+ },
551
+ {
552
+ id: GedFolder.EXIT_DOCUMENT,
553
+ name: 'Documents de sorties',
554
+ isVisibleForClient: true,
555
+ idGedCategory: GedCategory.SOCIAL,
556
+ },
557
+ {
558
+ id: GedFolder.JEDECLARE_MANDATES,
559
+ name: 'Mandat JeDeclare',
560
+ isVisibleForClient: true,
561
+ idGedCategory: GedCategory.COMPANY,
562
+ },
563
+ {
564
+ id: GedFolder.COMPANY_PASSWORD_SERVICE,
565
+ name: 'Mot de passe service entreprise',
566
+ isVisibleForClient: false,
567
+ idGedCategory: GedCategory.COMPANY,
568
+ },
569
+ { id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
570
+ {
571
+ id: GedFolder.PREVISIONAL,
572
+ name: 'Prévisionnels',
573
+ isVisibleForClient: true,
574
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
575
+ },
576
+ {
577
+ id: GedFolder.PREVISIONAL_ANNEX,
578
+ name: 'Annexes Prévisionnels',
579
+ isVisibleForClient: false,
580
+ idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
581
+ },
582
+ ];
558
583
 
559
584
  export const gedCategoryWithName: Array<{
560
585
  idGedCategory: number;
@@ -562,17 +587,144 @@ export const gedCategoryWithName: Array<{
562
587
  usableByClient: boolean;
563
588
  brandCondition?: string[];
564
589
  }> = [
565
- { idGedCategory: GedCategory.COMPANY, name: 'Entreprise', usableByClient: true },
566
- { idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité', usableByClient: false },
567
- { idGedCategory: GedCategory.SOCIAL, name: 'Social', usableByClient: false },
568
- { idGedCategory: GedCategory.JURIDIC, name: 'Juridique', usableByClient: false },
569
- { idGedCategory: GedCategory.GENERALITY, name: 'Généralités', usableByClient: true },
570
- { idGedCategory: GedCategory.BILLING, name: 'Facturation', usableByClient: false },
571
- {
572
- idGedCategory: GedCategory.MAIL,
573
- name: 'Courriers',
574
- usableByClient: true,
575
- brandCondition: ['Clementine', 'Comptastart'],
590
+ { idGedCategory: GedCategory.COMPANY, name: 'Entreprise', usableByClient: true },
591
+ { idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité', usableByClient: false },
592
+ { idGedCategory: GedCategory.SOCIAL, name: 'Social', usableByClient: false },
593
+ { idGedCategory: GedCategory.JURIDIC, name: 'Juridique', usableByClient: false },
594
+ { idGedCategory: GedCategory.GENERALITY, name: 'Généralités', usableByClient: true },
595
+ { idGedCategory: GedCategory.BILLING, name: 'Facturation', usableByClient: false },
596
+ {
597
+ idGedCategory: GedCategory.MAIL,
598
+ name: 'Courriers',
599
+ usableByClient: true,
600
+ brandCondition: ['Clementine', 'Comptastart'],
601
+ },
602
+ { idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires', usableByClient: true },
603
+ ];
604
+
605
+ export const TypeFileDetail: Record<number, {
606
+ typeFile: TypeFile;
607
+ name: string;
608
+ idGedFolder?: GedFolder;
609
+ }> = {
610
+ [TypeFile.INSURANCE_CONTRACT]: {
611
+ typeFile: TypeFile.INSURANCE_CONTRACT,
612
+ name: 'Contrat d\'assurance',
613
+ idGedFolder: GedFolder.INSURANCES,
614
+ },
615
+ [TypeFile.COMPANY_CONTRIBUTION_PROOF]: {
616
+ typeFile: TypeFile.COMPANY_CONTRIBUTION_PROOF,
617
+ name: 'Justificatif des apports fait à la société',
618
+ idGedFolder: GedFolder.JURIDICAL,
576
619
  },
577
- { idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires', usableByClient: true },
578
- ];
620
+ [TypeFile.NOTARY_STATEMENT_AND_PURCHASE_DEED]: {
621
+ typeFile: TypeFile.NOTARY_STATEMENT_AND_PURCHASE_DEED,
622
+ name: 'Décompte de notaire et acte d\'achat',
623
+ idGedFolder: GedFolder.JURIDICAL,
624
+ },
625
+ [TypeFile.PV_RESULT_ALLOCATION]: {
626
+ typeFile: TypeFile.PV_RESULT_ALLOCATION,
627
+ name: 'PV d\'AG d\'affectation du résultat',
628
+ idGedFolder: GedFolder.AGM,
629
+ },
630
+ [TypeFile.SUBSIDY_PROOF]: {
631
+ typeFile: TypeFile.SUBSIDY_PROOF,
632
+ name: 'Justificatifs des subventions reçues',
633
+ idGedFolder: GedFolder.SUBVENTION,
634
+ },
635
+ [TypeFile.LOAN_AMORTIZATION_TABLE]: {
636
+ typeFile: TypeFile.LOAN_AMORTIZATION_TABLE,
637
+ name: 'Tableau d\'amortissement des emprunts',
638
+ idGedFolder: GedFolder.BORROWING_TABLES,
639
+ },
640
+ [TypeFile.COMMERCIAL_OR_RENTAL_LEASE]: {
641
+ typeFile: TypeFile.COMMERCIAL_OR_RENTAL_LEASE,
642
+ name: 'Bail commercial ou de location',
643
+ idGedFolder: GedFolder.CONTRACTS_LEASES,
644
+ },
645
+ [TypeFile.LEASE_PAYMENT_SCHEDULE]: {
646
+ typeFile: TypeFile.LEASE_PAYMENT_SCHEDULE,
647
+ name: 'Échéancier de crédit bail',
648
+ idGedFolder: GedFolder.CONTRACTS_LEASES,
649
+ },
650
+ [TypeFile.CULTURE_BOOK_OR_PHYTOSANITARY_REGISTER]: {
651
+ typeFile: TypeFile.CULTURE_BOOK_OR_PHYTOSANITARY_REGISTER,
652
+ name: 'Carnet de culture ou registre phytosanitaire',
653
+ idGedFolder: GedFolder.OTHER,
654
+ },
655
+ [TypeFile.LIVESTOCK_REGISTER]: {
656
+ typeFile: TypeFile.LIVESTOCK_REGISTER,
657
+ name: 'Registre d\'élevage',
658
+ idGedFolder: GedFolder.OTHER,
659
+ },
660
+ [TypeFile.LIVESTOCK_INVENTORY]: {
661
+ typeFile: TypeFile.LIVESTOCK_INVENTORY,
662
+ name: 'Inventaire du cheptel (bovin, ovin, caprin, etc.)',
663
+ idGedFolder: GedFolder.OTHER,
664
+ },
665
+ [TypeFile.AGRICULTURAL_STOCK_STATEMENT]: {
666
+ typeFile: TypeFile.AGRICULTURAL_STOCK_STATEMENT,
667
+ name: 'État des stocks agricoles (récoltes en cours, fourrages, engrais, etc.)',
668
+ idGedFolder: GedFolder.OTHER,
669
+ },
670
+ [TypeFile.PAC_SUBSIDIES_AND_AIDS]: {
671
+ typeFile: TypeFile.PAC_SUBSIDIES_AND_AIDS,
672
+ name: 'Subventions et aides PAC (justificatifs de versement, notifications de droits)',
673
+ idGedFolder: GedFolder.SUBVENTION,
674
+ },
675
+ [TypeFile.FARMING_OR_SHARECROPPING_CONTRACTS]: {
676
+ typeFile: TypeFile.FARMING_OR_SHARECROPPING_CONTRACTS,
677
+ name: 'Contrats de fermage ou de métayage',
678
+ idGedFolder: GedFolder.CONTRACTS_LEASES,
679
+ },
680
+ [TypeFile.RURAL_LEASES_OR_LAND_TITLES]: {
681
+ typeFile: TypeFile.RURAL_LEASES_OR_LAND_TITLES,
682
+ name: 'Baux ruraux ou titres de propriété',
683
+ idGedFolder: GedFolder.CONTRACTS_LEASES,
684
+ },
685
+ [TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF]: {
686
+ typeFile: TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF,
687
+ name: 'Justificatifs de crédits d\'impôt agricoles',
688
+ idGedFolder: GedFolder.MISCELLANEOUS,
689
+ },
690
+ [TypeFile.LOAN_REPAYMENT_PROOF]: {
691
+ typeFile: TypeFile.LOAN_REPAYMENT_PROOF,
692
+ name: 'Justificatifs de remboursement de prêts',
693
+ idGedFolder: GedFolder.BORROWING_TABLES,
694
+ },
695
+ [TypeFile.RENT_RECEIVED_STATEMENT]: {
696
+ typeFile: TypeFile.RENT_RECEIVED_STATEMENT,
697
+ name: 'État des loyers perçus',
698
+ idGedFolder: GedFolder.OTHER,
699
+ },
700
+ [TypeFile.RENTAL_CHARGES_PROOF]: {
701
+ typeFile: TypeFile.RENTAL_CHARGES_PROOF,
702
+ name: 'Justificatifs de charges locatives',
703
+ idGedFolder: GedFolder.OTHER,
704
+ },
705
+ [TypeFile.CONDOMINIUM_CHARGES_CALL]: {
706
+ typeFile: TypeFile.CONDOMINIUM_CHARGES_CALL,
707
+ name: 'Appels de charges de copropriété',
708
+ idGedFolder: GedFolder.OTHER,
709
+ },
710
+ [TypeFile.CONDOMINIUM_AGM_MINUTES]: {
711
+ typeFile: TypeFile.CONDOMINIUM_AGM_MINUTES,
712
+ name: 'Procès-verbaux d\'AG de copropriété',
713
+ idGedFolder: GedFolder.AGM,
714
+ },
715
+ [TypeFile.TAX_NOTICE]: {
716
+ typeFile: TypeFile.TAX_NOTICE,
717
+ name: 'Avis d\'imposition (CFE, taxe foncière)',
718
+ idGedFolder: GedFolder.SLIPS_CFE,
719
+ },
720
+ [TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION]: {
721
+ typeFile: TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION,
722
+ name: 'Notifications d\'attribution de subventions publiques',
723
+ idGedFolder: GedFolder.SUBVENTION,
724
+ },
725
+ [TypeFile.FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS]: {
726
+ typeFile: TypeFile.FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS,
727
+ name: 'Contrats de financement ou conventions de subvention',
728
+ idGedFolder: GedFolder.SUBVENTION,
729
+ }
730
+ };