@silexpert/core 0.4.118 → 0.4.121

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 (286) 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/Cerfa.d.ts +2 -2
  10. package/es/api/resources/Cerfa.d.ts.map +1 -1
  11. package/es/api/resources/Cerfa.js.map +1 -1
  12. package/es/api/resources/Tax.d.ts +3 -1
  13. package/es/api/resources/Tax.d.ts.map +1 -1
  14. package/es/api/resources/Tax.js +6 -0
  15. package/es/api/resources/Tax.js.map +1 -1
  16. package/es/api/resources.d.ts +4 -0
  17. package/es/api/resources.d.ts.map +1 -1
  18. package/es/api/resources.js +4 -0
  19. package/es/api/resources.js.map +1 -1
  20. package/es/types/Enum/Account.d.ts +4 -0
  21. package/es/types/Enum/Account.d.ts.map +1 -1
  22. package/es/types/Enum/Account.js +4 -0
  23. package/es/types/Enum/Account.js.map +1 -1
  24. package/es/types/Enum/AnswerTypeValue.d.ts +15 -1
  25. package/es/types/Enum/AnswerTypeValue.d.ts.map +1 -1
  26. package/es/types/Enum/AnswerTypeValue.js +17 -2
  27. package/es/types/Enum/AnswerTypeValue.js.map +1 -1
  28. package/es/types/Enum/Aspone.d.ts +42 -0
  29. package/es/types/Enum/Aspone.d.ts.map +1 -0
  30. package/es/types/Enum/Aspone.js +48 -0
  31. package/es/types/Enum/Aspone.js.map +1 -0
  32. package/es/types/Enum/BalanceSheetQuestion.d.ts +42 -6
  33. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  34. package/es/types/Enum/BalanceSheetQuestion.js +42 -5
  35. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  36. package/es/types/Enum/BalanceSheetQuestionWording.d.ts +221 -0
  37. package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -0
  38. package/es/types/Enum/BalanceSheetQuestionWording.js +224 -0
  39. package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
  40. package/es/types/Enum/BrandClementine.d.ts +5 -0
  41. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  42. package/es/types/Enum/BrandClementine.js +5 -0
  43. package/es/types/Enum/BrandClementine.js.map +1 -1
  44. package/es/types/Enum/BrandComptalib.d.ts +2 -0
  45. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  46. package/es/types/Enum/BrandComptalib.js +2 -0
  47. package/es/types/Enum/BrandComptalib.js.map +1 -1
  48. package/es/types/Enum/BrandLegalstart.d.ts +1 -0
  49. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  50. package/es/types/Enum/BrandLegalstart.js +1 -0
  51. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  52. package/es/types/Enum/Ged.d.ts +2 -0
  53. package/es/types/Enum/Ged.d.ts.map +1 -1
  54. package/es/types/Enum/Ged.js +2 -1
  55. package/es/types/Enum/Ged.js.map +1 -1
  56. package/es/types/Enum/GlobalRegime.d.ts.map +1 -1
  57. package/es/types/Enum/GlobalRegime.js +66 -14
  58. package/es/types/Enum/GlobalRegime.js.map +1 -1
  59. package/es/types/Enum/LegalInformation.d.ts +9 -0
  60. package/es/types/Enum/LegalInformation.d.ts.map +1 -0
  61. package/es/types/Enum/LegalInformation.js +10 -0
  62. package/es/types/Enum/LegalInformation.js.map +1 -0
  63. package/es/types/Enum/{MealExpenseTresholds.d.ts → MealExpenseThresholds.d.ts} +1 -1
  64. package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -0
  65. package/es/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  66. package/es/types/Enum/MealExpenseThresholds.js.map +1 -0
  67. package/es/types/Enum/Prestation.d.ts +7 -1
  68. package/es/types/Enum/Prestation.d.ts.map +1 -1
  69. package/es/types/Enum/Prestation.js +6 -0
  70. package/es/types/Enum/Prestation.js.map +1 -1
  71. package/es/types/Enum/Util.d.ts +4 -0
  72. package/es/types/Enum/Util.d.ts.map +1 -1
  73. package/es/types/Enum/Util.js +5 -0
  74. package/es/types/Enum/Util.js.map +1 -1
  75. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts +4 -0
  76. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts.map +1 -0
  77. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js +2 -0
  78. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
  79. package/es/types/Interface/api/aspone/ReadInterchange.d.ts +76 -0
  80. package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -0
  81. package/es/types/Interface/api/aspone/ReadInterchange.js +9 -0
  82. package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
  83. package/es/types/Interface/api/aspone/Util.d.ts +109 -0
  84. package/es/types/Interface/api/aspone/Util.d.ts.map +1 -0
  85. package/es/types/Interface/api/aspone/Util.js +17 -0
  86. package/es/types/Interface/api/aspone/Util.js.map +1 -0
  87. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +5 -3
  88. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  89. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +27 -4
  90. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  91. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +5 -2
  92. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  93. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +29 -2
  94. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  95. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts +6 -0
  96. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts.map +1 -0
  97. package/es/types/Interface/api/bankStatement/QueryBankStatement.js +25 -0
  98. package/es/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  99. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +9 -0
  100. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -0
  101. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +27 -0
  102. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  103. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts +6 -0
  104. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts.map +1 -0
  105. package/es/types/Interface/api/bankStatement/ReadBankStatement.js +3 -0
  106. package/es/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  107. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +379 -88
  108. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  109. package/es/types/Interface/api/cerfa/CreateCerfa.js +24 -327
  110. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  111. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
  112. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
  113. package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
  114. package/es/types/Interface/api/ocr/OcrTransactions.d.ts +12 -0
  115. package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -0
  116. package/es/types/Interface/api/ocr/OcrTransactions.js +33 -0
  117. package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  118. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +7 -0
  119. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -0
  120. package/es/types/Interface/api/ocr/OcrTypeTransactions.js +2 -0
  121. package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
  122. package/es/types/Interface/api/registration/CreateRegistration.d.ts +13 -2
  123. package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
  124. package/es/types/Interface/api/registration/CreateRegistration.js +20 -4
  125. package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  126. package/es/types/Interface/api/registration/DeclareRegistration.d.ts +4 -0
  127. package/es/types/Interface/api/registration/DeclareRegistration.d.ts.map +1 -0
  128. package/es/types/Interface/api/registration/DeclareRegistration.js +22 -0
  129. package/es/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
  130. package/es/types/Interface/api/registration/ReadRegistration.d.ts +18 -1
  131. package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
  132. package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  133. package/es/types/Interface/api/tax/ReadCompanyTax.d.ts +11 -0
  134. package/es/types/Interface/api/tax/ReadCompanyTax.d.ts.map +1 -0
  135. package/es/types/Interface/api/tax/ReadCompanyTax.js +2 -0
  136. package/es/types/Interface/api/tax/ReadCompanyTax.js.map +1 -0
  137. package/es/types/Interface/api/tax/ReadTax.d.ts +6 -1
  138. package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -1
  139. package/es/types/Interface/api/tax/ReadTax.js.map +1 -1
  140. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +2 -1
  141. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  142. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +8 -1
  143. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  144. package/es/types/Interface/models/IApiError.d.ts +1 -0
  145. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  146. package/es/types/Interface/models/IApiError.js +1 -0
  147. package/es/types/Interface/models/IApiError.js.map +1 -1
  148. package/es/types/Interface/models/IBalanceSheetModule.d.ts +7 -4
  149. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  150. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  151. package/es/types/Interface/models/IBalanceSheetQuestion.d.ts +1 -0
  152. package/es/types/Interface/models/IBalanceSheetQuestion.d.ts.map +1 -1
  153. package/es/types/Interface/models/IBalanceSheetQuestion.js.map +1 -1
  154. package/es/types/Interface/models/ICountry.d.ts +1 -0
  155. package/es/types/Interface/models/ICountry.d.ts.map +1 -1
  156. package/es/types/Interface/models/ICountry.js.map +1 -1
  157. package/es/types/Interface/models/ISocietySocial.d.ts +2 -2
  158. package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -1
  159. package/es/types/Interface/models/ISocietySocial.js.map +1 -1
  160. package/es/types/index.d.ts +17 -4
  161. package/es/types/index.d.ts.map +1 -1
  162. package/es/types/index.js +17 -4
  163. package/es/types/index.js.map +1 -1
  164. package/js/api/resources/AccountingIncome.js +18 -0
  165. package/js/api/resources/AccountingIncome.js.map +1 -0
  166. package/js/api/resources/BankStatement.js +30 -0
  167. package/js/api/resources/BankStatement.js.map +1 -0
  168. package/js/api/resources/Cerfa.js.map +1 -1
  169. package/js/api/resources/Tax.js +8 -0
  170. package/js/api/resources/Tax.js.map +1 -1
  171. package/js/api/resources.js +7 -1
  172. package/js/api/resources.js.map +1 -1
  173. package/js/types/Enum/Account.js +4 -0
  174. package/js/types/Enum/Account.js.map +1 -1
  175. package/js/types/Enum/AnswerTypeValue.js +21 -2
  176. package/js/types/Enum/AnswerTypeValue.js.map +1 -1
  177. package/js/types/Enum/Aspone.js +64 -0
  178. package/js/types/Enum/Aspone.js.map +1 -0
  179. package/js/types/Enum/BalanceSheetQuestion.js +47 -5
  180. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  181. package/js/types/Enum/BalanceSheetQuestionWording.js +238 -0
  182. package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
  183. package/js/types/Enum/BrandClementine.js +7 -2
  184. package/js/types/Enum/BrandClementine.js.map +1 -1
  185. package/js/types/Enum/BrandComptalib.js +2 -0
  186. package/js/types/Enum/BrandComptalib.js.map +1 -1
  187. package/js/types/Enum/BrandLegalstart.js +1 -0
  188. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  189. package/js/types/Enum/Ged.js +4 -3
  190. package/js/types/Enum/Ged.js.map +1 -1
  191. package/js/types/Enum/GlobalRegime.js +68 -21
  192. package/js/types/Enum/GlobalRegime.js.map +1 -1
  193. package/js/types/Enum/LegalInformation.js +16 -0
  194. package/js/types/Enum/LegalInformation.js.map +1 -0
  195. package/js/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  196. package/js/types/Enum/MealExpenseThresholds.js.map +1 -0
  197. package/js/types/Enum/Prestation.js +6 -0
  198. package/js/types/Enum/Prestation.js.map +1 -1
  199. package/js/types/Enum/Util.js +7 -0
  200. package/js/types/Enum/Util.js.map +1 -1
  201. package/js/types/Interface/api/accountingIncome/ReadAccountingIncome.js +6 -0
  202. package/js/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
  203. package/js/types/Interface/api/aspone/ReadInterchange.js +22 -0
  204. package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
  205. package/js/types/Interface/api/aspone/Util.js +38 -0
  206. package/js/types/Interface/api/aspone/Util.js.map +1 -0
  207. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -3
  208. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  209. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +8 -2
  210. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  211. package/js/types/Interface/api/bankStatement/QueryBankStatement.js +31 -0
  212. package/js/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  213. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +33 -0
  214. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  215. package/js/types/Interface/api/bankStatement/ReadBankStatement.js +10 -0
  216. package/js/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  217. package/js/types/Interface/api/cerfa/CreateCerfa.js +24 -174
  218. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  219. package/js/types/Interface/api/ocr/OcrTransactions.js +37 -0
  220. package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  221. package/js/types/Interface/api/ocr/OcrTypeTransactions.js +6 -0
  222. package/js/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
  223. package/js/types/Interface/api/registration/CreateRegistration.js +11 -3
  224. package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  225. package/js/types/Interface/api/registration/DeclareRegistration.js +31 -0
  226. package/js/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
  227. package/js/types/Interface/{models/IPrestationSocial.js → api/tax/ReadCompanyTax.js} +1 -1
  228. package/js/types/Interface/{models/IPrestationSocial.js.map → api/tax/ReadCompanyTax.js.map} +1 -1
  229. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -0
  230. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  231. package/js/types/Interface/models/IApiError.js +2 -1
  232. package/js/types/Interface/models/IApiError.js.map +1 -1
  233. package/js/types/index.js +183 -27
  234. package/js/types/index.js.map +1 -1
  235. package/package.json +1 -1
  236. package/ts/api/resources/AccountingIncome.ts +8 -0
  237. package/ts/api/resources/BankStatement.ts +20 -0
  238. package/ts/api/resources/Cerfa.ts +2 -2
  239. package/ts/api/resources/Tax.ts +9 -1
  240. package/ts/api/resources.ts +4 -0
  241. package/ts/types/Enum/Account.ts +4 -0
  242. package/ts/types/Enum/AnswerTypeValue.ts +16 -0
  243. package/ts/types/Enum/Aspone.ts +46 -0
  244. package/ts/types/Enum/BalanceSheetQuestion.ts +48 -5
  245. package/ts/types/Enum/BalanceSheetQuestionWording.ts +283 -0
  246. package/ts/types/Enum/BrandClementine.ts +5 -0
  247. package/ts/types/Enum/BrandComptalib.ts +2 -0
  248. package/ts/types/Enum/BrandLegalstart.ts +1 -0
  249. package/ts/types/Enum/Ged.ts +2 -1
  250. package/ts/types/Enum/GlobalRegime.ts +67 -21
  251. package/ts/types/Enum/LegalInformation.ts +8 -0
  252. package/ts/types/Enum/Prestation.ts +6 -0
  253. package/ts/types/Enum/Util.ts +4 -0
  254. package/ts/types/Interface/api/accountingIncome/ReadAccountingIncome.ts +3 -0
  255. package/ts/types/Interface/api/aspone/ReadInterchange.ts +75 -0
  256. package/ts/types/Interface/api/aspone/Util.ts +108 -0
  257. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +24 -3
  258. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +26 -2
  259. package/ts/types/Interface/api/bankStatement/QueryBankStatement.ts +15 -0
  260. package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +15 -0
  261. package/ts/types/Interface/api/bankStatement/ReadBankStatement.ts +6 -0
  262. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +533 -178
  263. package/ts/types/Interface/api/cerfa/ReadCerfa.ts +4 -0
  264. package/ts/types/Interface/api/ocr/OcrTransactions.ts +24 -0
  265. package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +6 -0
  266. package/ts/types/Interface/api/registration/CreateRegistration.ts +28 -4
  267. package/ts/types/Interface/api/registration/DeclareRegistration.ts +11 -0
  268. package/ts/types/Interface/api/registration/ReadRegistration.ts +19 -1
  269. package/ts/types/Interface/api/tax/ReadCompanyTax.ts +12 -0
  270. package/ts/types/Interface/api/tax/ReadTax.ts +6 -1
  271. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +7 -1
  272. package/ts/types/Interface/models/IApiError.ts +1 -0
  273. package/ts/types/Interface/models/IBalanceSheetModule.ts +7 -4
  274. package/ts/types/Interface/models/IBalanceSheetQuestion.ts +1 -0
  275. package/ts/types/Interface/models/ICountry.ts +1 -0
  276. package/ts/types/Interface/models/ISocietySocial.ts +2 -2
  277. package/ts/types/index.ts +18 -4
  278. package/es/types/Enum/MealExpenseTresholds.d.ts.map +0 -1
  279. package/es/types/Enum/MealExpenseTresholds.js.map +0 -1
  280. package/es/types/Interface/models/IPrestationSocial.d.ts +0 -7
  281. package/es/types/Interface/models/IPrestationSocial.d.ts.map +0 -1
  282. package/es/types/Interface/models/IPrestationSocial.js +0 -2
  283. package/es/types/Interface/models/IPrestationSocial.js.map +0 -1
  284. package/js/types/Enum/MealExpenseTresholds.js.map +0 -1
  285. package/ts/types/Interface/models/IPrestationSocial.ts +0 -7
  286. /package/ts/types/Enum/{MealExpenseTresholds.ts → MealExpenseThresholds.ts} +0 -0
@@ -42,6 +42,7 @@ export interface MoralShareholder {
42
42
  zipCode: string;
43
43
  city: string;
44
44
  country: string;
45
+ countryCode: string | null | undefined;
45
46
  };
46
47
  }
47
48
 
@@ -57,12 +58,14 @@ export interface PhysicShareholder {
57
58
  department: string | undefined;
58
59
  city: string;
59
60
  country: string;
60
- }
61
+ countryCode: string | null | undefined;
62
+ },
61
63
  address: {
62
64
  street: string | undefined;
63
65
  zipCode: string | undefined;
64
66
  city: string | undefined;
65
67
  country: string | undefined;
68
+ countryCode: string | null | undefined;
66
69
  number: string | undefined;
67
70
  }
68
71
  }
@@ -78,6 +81,7 @@ export interface Subsidiarie {
78
81
  zipCode: string;
79
82
  city: string;
80
83
  country: string;
84
+ countryCode: string | null | undefined;
81
85
  };
82
86
  }
83
87
 
@@ -276,92 +280,301 @@ export interface Cerfa2035 {
276
280
  }
277
281
  }
278
282
 
283
+ export interface Cerfa2035WithSuites {
284
+ header: {
285
+ siret: string;
286
+ mail: string;
287
+ phone: string;
288
+ name: string;
289
+ change: {
290
+ st: string;
291
+ nd: string;
292
+ },
293
+ declarantAddress: string;
294
+ activityType: string;
295
+ activityStartDate: string;
296
+ privateSocietyAddress: string;
297
+ civilSocietyAddress: string;
298
+ informationsStartingPeriod: string;
299
+ informationsEndingPeriod: string;
300
+ address: {
301
+ st: string;
302
+ nd: string;
303
+ city: string;
304
+ country: string;
305
+ countryCode: string | null;
306
+ },
307
+ secondaryPracticeAddress: string;
308
+ },
309
+ taxation: {
310
+ profitResult: number;
311
+ deficitResult: number;
312
+ exemptCharges: number;
313
+ depreciationCharges: number;
314
+ addedValueProducts: number;
315
+ portfolioCapitalIncome: number;
316
+ taxedNetTotal: number;
317
+ longTermTaxableAddedValue: number;
318
+ longTermDefferedAddedValue: number;
319
+ quintiesNewCompany: boolean;
320
+ sexiesNewCompany: boolean;
321
+ exemptInnovatingActivity: boolean;
322
+ urbanZoneActivity: boolean;
323
+ othersExemption: boolean;
324
+ relatedCreationDate: string;
325
+ relatedActivityStartingDate: string;
326
+ nonProfessionnalProfit: number;
327
+ nonProfessionnalAddedValue: number;
328
+ nonProfessionnalProfitExemptions: number;
329
+ nonProfessionnalDeficit: number;
330
+ nonProfessionnalLongTermAddedValue: number;
331
+ nonProfessionnalYoungArtistsExemptions: number;
332
+ nonProfessionnalShortTermAddedValue: number;
333
+ productsAddedValue: { duodecies: number; }
334
+ chargesDeprecatedValue: { duodecies: number; };
335
+ accountantInfos: number;
336
+ committeeInfos: number;
337
+ certifiedAssociation: number;
338
+ serviceProvider: number;
339
+ ecf: boolean;
340
+ declarantSignature: string;
341
+ signatureDate: string;
342
+ signaturePlace: string;
343
+ accountingSoftwareName: string;
344
+ isAccountingAccounterised: {
345
+ yes: boolean;
346
+ no: boolean;
347
+ }
348
+ certifiedAccountingProfessionnal: string;
349
+ aaOrOmga: boolean;
350
+ aaOmgaAgreementNumber: string;
351
+ longTermExemptAddedValue151: number;
352
+ longTermExemptAddedValue151A: number;
353
+ longTermExemptAddedValue238: number;
354
+ longTermExemptAddedValue151B: number;
355
+ profitExoneration: number;
356
+ addedValueExoneration: number;
357
+ },
358
+ declaration: {
359
+ paidService: string[];
360
+ incomesAmount: number;
361
+ employees: {
362
+ total: number;
363
+ disabled: number;
364
+ apprentice: number;
365
+ }
366
+ grossAmountSalary: number;
367
+ employeesCivilSociety: number;
368
+ netSalaryShare: number;
369
+ fixedAssets: {
370
+ currentYearPartDepreciation: number;
371
+ pastAssociatedPartDepreciation: number;
372
+ grossPriceTotal: number;
373
+ grossPriceLastAnnexTotal: number;
374
+ depreciableBaseTotal: number;
375
+ currentAssociatedPartDepreciation: number;
376
+ depreciableBaseLastAnnexTotal: number;
377
+ pastDepreciationsAmountsTotal: number;
378
+ pastDepreciationsAmountsLastAnnexTotal: number;
379
+ currentYearDepreciationsAmountsLastAnnexTotal: number;
380
+ currentYearDepreciationsAmountsTotal: number;
381
+ currentYearTotal: number;
382
+ vehicules: number;
383
+ currentYearNetGrant: number;
384
+ grossPriceDepreciationFraction: number;
385
+ vatAmountDepreciationFraction: number;
386
+ vatAmountTotal: number;
387
+ vatAmountLastAnnexTotal: number;
388
+ depreciableBaseDepreciationFraction: number;
389
+ list: Array<{
390
+ purchaseDate: string;
391
+ grossPrice: number;
392
+ vatAmount: number;
393
+ depreciableBase: number;
394
+ depreciationType: string;
395
+ pastDepreciationsAmounts: number;
396
+ currentYearDepreciationsAmounts: number;
397
+ type: string;
398
+ }>,
399
+ total: number;
400
+ },
401
+ addedValueEstablishing: {
402
+ list: Array<{
403
+ type: string;
404
+ purchaseDate: string;
405
+ transferDate: string;
406
+ originalValue: number;
407
+ depreciations: number;
408
+ residualValue: number;
409
+ handoverPrice: number;
410
+ shortTermValue: number;
411
+ longTermValue: number;
412
+ longTermSpread: number;
413
+ }>,
414
+ shortTermExemptArt151: number;
415
+ shortTermExemptArt151A: number;
416
+ shortTermExemptArt238: number;
417
+ longTermExemptArt151: number;
418
+ longTermExemptArt151A: number;
419
+ longTermExemptArt238: number;
420
+ longTermExemptArt151B: number;
421
+ shortTermValue: { toReport: number }
422
+ longTermSpread: number;
423
+ shortTermSpread: number;
424
+ },
425
+ resultsDistribution: {
426
+ slicePercentage: {
427
+ annexTotal: number
428
+ },
429
+ resultShare: {
430
+ annexTotal: number
431
+ },
432
+ individualProCharges: {
433
+ annexTotal: number
434
+ },
435
+ netAmount: {
436
+ annexTotal: number
437
+ },
438
+ longTermAddedValue: {
439
+ annexTotal: number
440
+ }
441
+ list: Array<{
442
+ basicInfos: string;
443
+ managerPartner: boolean;
444
+ slicePercentage: number;
445
+ resultShare: number;
446
+ individualProCharges: number;
447
+ netAmount: number;
448
+ longTermAddedValue: number
449
+ birthdate?: string;
450
+ birthplace?: string;
451
+ birthCountry?: string;
452
+ birthCountryCode: string | null;
453
+ birthDepartment?: string;
454
+ siren?: string;
455
+ fiscalNumber?: string;
456
+ name: string;
457
+ address: string;
458
+ isPhysic: boolean
459
+ city?: string;
460
+ country?: string;
461
+ countryCode?: string;
462
+ }>
463
+ }
464
+ name: string;
465
+ siret: string;
466
+ }
467
+ }
468
+
469
+ export class ParamsGenerate2031 {
470
+ @ApiProperty({ description: 'Formulaire à néant' })
471
+ isNil: boolean;
472
+ }
473
+
474
+ export class ParamsGenerate2050 {
475
+ }
476
+
279
477
  export class ParamsGenerate2035 {
280
478
  @ApiPropertyOptional()
479
+ @ToBoolean()
281
480
  @IsBoolean()
481
+ @IsOptional()
482
+ isNil?: boolean;
483
+
484
+ @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
282
485
  @ToBoolean()
486
+ @IsBoolean()
283
487
  @IsOptional()
284
- isTest?: boolean; // Modifie le chemin du PDF
488
+ isTest?: boolean;
489
+ }
490
+
491
+ export class ParamsGenerate2035FullDocument {
492
+ @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
493
+ isTest?: boolean;
285
494
 
286
495
  @ApiProperty()
287
- isNil: boolean; // Néant
496
+ cerfa2035?: ParamsGenerate2035;
288
497
 
289
- @ApiPropertyOptional()
290
- withoutTax?: boolean;
498
+ @ApiProperty()
499
+ cerfa2035WithSuites?: ParamsGenerate2035WithSuites;
291
500
 
292
- @ApiPropertyOptional()
293
- withTax?: boolean;
501
+ // @ApiPropertyOptional()
502
+ // withoutTax?: boolean;
294
503
 
295
- @ApiPropertyOptional()
296
- disbursements?: number | null; // Débours payés pour le compte des clients
504
+ // @ApiPropertyOptional()
505
+ // withTax?: boolean;
297
506
 
298
- @ApiPropertyOptional()
299
- supplement?: number | null; // Honoraires rétrocédés (dont suppléments rétrocédés)
507
+ // @ApiPropertyOptional()
508
+ // disbursements?: number | null; // Débours payés pour le compte des clients
300
509
 
301
- @ApiPropertyOptional()
302
- activityCode?: string | null; // Code activité pour les praticiens médicaux
510
+ // @ApiPropertyOptional()
511
+ // supplement?: number | null; // Honoraires rétrocédés (dont suppléments rétrocédés)
303
512
 
304
- @ApiPropertyOptional()
305
- valueAddedTax?: number | null; // Impôts et taxes : Taxe sur la valeur ajoutée
513
+ // @ApiPropertyOptional()
514
+ // activityCode?: string | null; // Code activité pour les praticiens médicaux
306
515
 
307
- @ApiPropertyOptional()
308
- equipmentRentalCollaborationFees?: number | null; // Location de matériel et de mobilier dont redevances de collaboration
516
+ // @ApiPropertyOptional()
517
+ // valueAddedTax?: number | null; // Impôts et taxes : Taxe sur la valeur ajoutée
309
518
 
310
- @ApiPropertyOptional()
311
- lumpSumAssessment?: boolean | null; // Frais de véhicules - (cocher la case si évaluation forfaitaire)
519
+ // @ApiPropertyOptional()
520
+ // equipmentRentalCollaborationFees?: number | null; // Location de matériel et de mobilier dont redevances de collaboration
312
521
 
313
- @ApiPropertyOptional()
314
- personalSocialChargesObligatory?: number | null; // Charges sociales personnelles - dont obligatoires
522
+ // @ApiPropertyOptional()
523
+ // lumpSumAssessment?: boolean | null; // Frais de véhicules - (cocher la case si évaluation forfaitaire)
315
524
 
316
- @ApiPropertyOptional()
317
- contributionsMadelin?: number | null; // Charges sociales personnelles - dont cotisations facultatives Madelin
525
+ // @ApiPropertyOptional()
526
+ // personalSocialChargesObligatory?: number | null; // Charges sociales personnelles - dont obligatoires
318
527
 
319
- @ApiPropertyOptional()
320
- retirementSavingsPlans?: number | null; // Dont facultatives aux nouveaux plans d’épargne retraite
528
+ // @ApiPropertyOptional()
529
+ // contributionsMadelin?: number | null; // Charges sociales personnelles - dont cotisations facultatives Madelin
321
530
 
322
- @ApiPropertyOptional()
323
- miscellaneousToBeReinstated?: number | null; // Divers à réintégrer
531
+ // @ApiPropertyOptional()
532
+ // retirementSavingsPlans?: number | null; // Dont facultatives aux nouveaux plans d’épargne retraite
324
533
 
325
- @ApiPropertyOptional()
326
- civilSocietyBenefit?: number | null; // Bénéfice Société civile de moyen
534
+ // @ApiPropertyOptional()
535
+ // miscellaneousToBeReinstated?: number | null; // Divers à réintégrer
327
536
 
328
- @ApiPropertyOptional()
329
- administrationFees?: number | null; // Frais d'établissement
537
+ // @ApiPropertyOptional()
538
+ // civilSocietyBenefit?: number | null; // Bénéfice Société civile de moyen
330
539
 
331
- @ApiPropertyOptional()
332
- mtbdFreeZoneAmount?: number | null; // dont exonération sur le bénéfice « zone franche urbaine territoire entrepreneur »
540
+ // @ApiPropertyOptional()
541
+ // administrationFees?: number | null; // Frais d'établissement
333
542
 
334
- @ApiPropertyOptional()
335
- mtbdNewBusinessAmount?: number | null; // dont exonération sur le bénéfice « entreprise nouvelle »
543
+ // @ApiPropertyOptional()
544
+ // mtbdFreeZoneAmount?: number | null; // dont exonération sur le bénéfice « zone franche urbaine territoire entrepreneur »
336
545
 
337
- @ApiPropertyOptional()
338
- mtbdInnovativeCompaniesAmount?: number | null; // dont exonération « jeunes entreprises innovantes »
546
+ // @ApiPropertyOptional()
547
+ // mtbdNewBusinessAmount?: number | null; // dont exonération sur le bénéfice « entreprise nouvelle »
339
548
 
340
- @ApiPropertyOptional()
341
- mtbdInnovativeCompaniesYoungArtists?: number | null; // dont exonération sur le bénéfice « jeunes artistes »
549
+ // @ApiPropertyOptional()
550
+ // mtbdInnovativeCompaniesAmount?: number | null; // dont exonération « jeunes entreprises innovantes »
342
551
 
343
- @ApiPropertyOptional()
344
- mtbdDoctorsExemptionAmount?: number | null; // dont exonération médecins « zones déficitaires en offre de soins »
552
+ // @ApiPropertyOptional()
553
+ // mtbdInnovativeCompaniesYoungArtists?: number | null; // dont exonération sur le bénéfice « jeunes artistes »
345
554
 
346
- @ApiPropertyOptional()
347
- mtbdDoctorsExemptionSectorApprovedDoctors?: number | null; // dont déductions « médecins conventionnés de secteur I »
555
+ // @ApiPropertyOptional()
556
+ // mtbdDoctorsExemptionAmount?: number | null; // dont exonération médecins « zones déficitaires en offre de soins »
348
557
 
349
- @ApiPropertyOptional()
350
- grossReceipts?: number | null; // Montant de la TVA afférente aux recettes brutes
558
+ // @ApiPropertyOptional()
559
+ // mtbdDoctorsExemptionSectorApprovedDoctors?: number | null; // dont déductions « médecins conventionnés de secteur I »
351
560
 
352
- @ApiPropertyOptional()
353
- relatedToPurchasesAmount?: number | null; // Montant de la TVA afférente aux achats (biens et services autres qu'immobilisations) :
561
+ // @ApiPropertyOptional()
562
+ // grossReceipts?: number | null; // Montant de la TVA afférente aux recettes brutes
354
563
 
355
- @ApiPropertyOptional()
356
- retrocededFees?: number | null; // dont montant de la TVA afférente aux honoraires rétrocédés
564
+ // @ApiPropertyOptional()
565
+ // relatedToPurchasesAmount?: number | null; // Montant de la TVA afférente aux achats (biens et services autres qu'immobilisations) :
357
566
 
358
- @ApiPropertyOptional()
359
- territorialContribution?: number | null; // Recettes provenant d'activités exonérées à titre permanent
567
+ // @ApiPropertyOptional()
568
+ // retrocededFees?: number | null; // dont montant de la TVA afférente aux honoraires rétrocédés
360
569
 
361
- @ApiPropertyOptional()
362
- miscellaneousToBeDeductedTotal?: number | null; // Divers à déduire (CL)
570
+ // @ApiPropertyOptional()
571
+ // territorialContribution?: number | null; // Recettes provenant d'activités exonérées à titre permanent
572
+
573
+ // @ApiPropertyOptional()
574
+ // miscellaneousToBeDeductedTotal?: number | null; // Divers à déduire (CL)
363
575
  }
364
576
 
577
+ export type ParamsGenerate2035WithSuites = Record<string, unknown>;
365
578
  /**
366
579
  * CERFA 2033 TYPES
367
580
  */
@@ -802,8 +1015,8 @@ export interface Cerfa2033 {
802
1015
  }
803
1016
 
804
1017
  export class ParamsGenerate2033 {
805
- @ApiProperty()
806
- isTest?: boolean; // Modifie le chemin du PDF
1018
+ @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
1019
+ isTest?: boolean;
807
1020
 
808
1021
  @ApiProperty()
809
1022
  isNil: boolean; // Néant
@@ -1095,6 +1308,7 @@ export class Cerfa2065Society {
1095
1308
 
1096
1309
  export class Cerfa2065Remunerations {
1097
1310
  name: string;
1311
+ address: { country: string; address: string; countryCode: string | null; };
1098
1312
  sharesHeld: number;
1099
1313
  year: string;
1100
1314
  amount: number;
@@ -1102,12 +1316,15 @@ export class Cerfa2065Remunerations {
1102
1316
  refund: number;
1103
1317
  indemnities2: number;
1104
1318
  refunds2: number;
1319
+ reason: string;
1105
1320
  }
1106
1321
  export interface Cerfa2065 {
1322
+ isNil?: boolean;
1107
1323
  society: Cerfa2065Society;
1108
1324
  period: {
1109
1325
  startDate: Date,
1110
1326
  endDate: Date,
1327
+ months: string;
1111
1328
  };
1112
1329
  isSimplifiedRegime: boolean;
1113
1330
  isDeclarationForGroup: boolean;
@@ -1115,7 +1332,7 @@ export interface Cerfa2065 {
1115
1332
  isPME: boolean;
1116
1333
  fillialeText: string | null;
1117
1334
  isTonnageOption: boolean;
1118
- headOffice: { addressFormatted: string; }
1335
+ headOffice: { addressFormatted: string; country: string; countryCode: string | null; street: string; zipCode: string; city: string; }
1119
1336
  incomeDate: Date | null;
1120
1337
  siret: string | null;
1121
1338
  activity: string;
@@ -1142,7 +1359,7 @@ export interface Cerfa2065 {
1142
1359
  isInvestmentBusiness: boolean;
1143
1360
  benefitOrDeficit: string;
1144
1361
  exoneration15: number;
1145
- isImpositionDOMTOM: number;
1362
+ isImpositionDOMTOM: boolean;
1146
1363
  furnitureIncome: number;
1147
1364
  icomeOther: number;
1148
1365
  income2Dot5: number;
@@ -1174,10 +1391,7 @@ export interface Cerfa2065 {
1174
1391
  distributionAmount: { bySociety: number; byEstablishment: number };
1175
1392
  remuneration: number;
1176
1393
  advances: number;
1177
- other1: number;
1178
- other2: number;
1179
- other3: number;
1180
- other4: number;
1394
+ others: Array<{ label: string; amount: number; }>;
1181
1395
  elligible: number;
1182
1396
  noElligible: number;
1183
1397
  amountRemunerations: number;
@@ -1197,6 +1411,156 @@ export interface Cerfa2065 {
1197
1411
  }
1198
1412
  }
1199
1413
 
1414
+ export type Cerfa2050 = Record<string, unknown>;
1415
+
1416
+ export interface Cerfa2031 {
1417
+ period: { months: number; },
1418
+ header: {
1419
+ opening: string;
1420
+ closure: string;
1421
+ realSystem: boolean,
1422
+ simplifiedAccounting: boolean,
1423
+ vat: boolean,
1424
+ tonnageTaxation: boolean,
1425
+ simplifiedSystem: boolean
1426
+ },
1427
+ identification: {
1428
+ companyDenomination: string;
1429
+ companyAddress: string;
1430
+ phoneNumber: string;
1431
+ email: string;
1432
+ siren: string;
1433
+ declarantEmail: string;
1434
+ declarantAddress: string;
1435
+ lastAddress: string;
1436
+ },
1437
+ miscellaneous: {
1438
+ activities: string;
1439
+ onJobList: boolean;
1440
+ ownerInfos: string;
1441
+ otherEstablishmentsAddresses : string;
1442
+ },
1443
+ recapitulation: {
1444
+ column2: number;
1445
+ cdSum: number;
1446
+ col1: { total: number; };
1447
+ col2: { total: number; };
1448
+ taxableBenefit: number;
1449
+ deductibleDeficit: number;
1450
+ netHandoverResult: number;
1451
+ incomeTaxSubjectEarnings: number;
1452
+ netExemptIncome: number;
1453
+ shareToDeduce: number;
1454
+ incomeTaxExemptEarnings: number;
1455
+ shortTermDepreciation: number;
1456
+ column1: number;
1457
+ creditTaxOption: number;
1458
+ shareEquipmentGrant: number;
1459
+ partnershipFiscalResult: number;
1460
+ publicAccountant: boolean;
1461
+ addedValue: {
1462
+ privateTaxed: number;
1463
+ longTermDiffered: number;
1464
+ exonerated: number;
1465
+ longTermExonerated: number;
1466
+ shortTermExonerated: number;
1467
+ }
1468
+ exemption: {
1469
+ newCompanyArt: boolean;
1470
+ zfuArt: boolean;
1471
+ zrrArt: boolean;
1472
+ reorganisationArt: boolean;
1473
+ freeZoneActivityArt: boolean;
1474
+ others: boolean;
1475
+ youngCompaniesArt: boolean;
1476
+ budArt: boolean;
1477
+ developmentZoneArt: boolean;
1478
+ taxableAddedValue: number;
1479
+ professionnalProfit: number;
1480
+ },
1481
+ industrialBenefits: {
1482
+ benefits: number;
1483
+ deficit: number;
1484
+ taxableBenefitIncome: {
1485
+ shortTermGrant: number;
1486
+ shortTermDepreciation: number;
1487
+ },
1488
+ addedValue: {
1489
+ longTermNet: number;
1490
+ nonProfessionalBenefitExemption: number;
1491
+ }
1492
+ },
1493
+ computerizedAccounting?: {
1494
+ yes: boolean;
1495
+ no: boolean;
1496
+ softwareName: string;
1497
+ omga: boolean;
1498
+ omgaInfos: string;
1499
+ approvalNumber: string;
1500
+ professionalAccountantInfos: string;
1501
+ declarantIdentity: string;
1502
+ place: string;
1503
+ date: string;
1504
+ declarantOccupation: string;
1505
+ signature: string;
1506
+ ecf: boolean;
1507
+ serviceProvider: string;
1508
+ };
1509
+ },
1510
+ benefitsDeficitsRepartition: {
1511
+ list: Array<{
1512
+ managerPartner: string;
1513
+ industrialBenefits: string;
1514
+ share0: string;
1515
+ share1: string;
1516
+ taxableAddedValueShare: string;
1517
+ label: string;
1518
+ }>,
1519
+ distributedBenefitsAmount: {
1520
+ taxableAddedValueShare: number;
1521
+ share: number;
1522
+ }
1523
+ },
1524
+ generalExpensesList: {
1525
+ receptionExpenses: number;
1526
+ gift: number
1527
+ },
1528
+ simplifiedTaxationSystemCompanies: {
1529
+ grossSalary: string;
1530
+ retrocessingFee: string;
1531
+ directDebitAmount: string;
1532
+ capitalSupplyAmount: string;
1533
+ list: Array<{
1534
+ nonDepreciableImmobilization: number;
1535
+ reassessValue: number;
1536
+ purchaseValue: number;
1537
+ addedValue: number;
1538
+ }>
1539
+ },
1540
+ nonProfessionalIndustrialBenefits: {
1541
+ rentalPropretySocialContribution: {
1542
+ benefit: number;
1543
+ deficit: number;
1544
+ },
1545
+ rentalProprety: {
1546
+ benefit: number;
1547
+ deficit: number
1548
+ };
1549
+ leaseManagement: {
1550
+ benefit: number;
1551
+ deficit: number
1552
+ },
1553
+ collectiveRaceHorseOwnership: {
1554
+ benefit: number;
1555
+ deficit: number;
1556
+ },
1557
+ others: {
1558
+ benefit: number;
1559
+ deficit: number;
1560
+ }
1561
+ }
1562
+ }
1563
+
1200
1564
  export type BusinessPartnersValue = {
1201
1565
  idBusinessPartner: number,
1202
1566
  amount: number;
@@ -1210,174 +1574,165 @@ export class ParamsGenerate2065 {
1210
1574
  @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })
1211
1575
  isTest?: boolean;
1212
1576
 
1213
- @ApiProperty({ description: 'Adresse du siège social' })
1214
- headOfficeAddress: string | null;
1577
+ // @ApiProperty({ description: 'Adresse du siège social' })
1578
+ // headOfficeAddress: string | null;
1215
1579
 
1216
- @ApiProperty({ description: 'Adresse du principal établissement' })
1217
- principalEstablishmentAddress: string | null;
1580
+ // @ApiProperty({ description: 'Adresse du principal établissement' })
1581
+ // principalEstablishmentAddress: string | null;
1218
1582
 
1219
- @ApiProperty({ description: 'Ancienne adresse en cas de changement:' })
1220
- oldAddress: string | null;
1583
+ // @ApiProperty({ description: 'Ancienne adresse en cas de changement:' })
1584
+ // oldAddress: string | null;
1221
1585
 
1222
- @ApiProperty({})
1223
- hasChangedActivity: boolean | null;
1586
+ // @ApiProperty({})
1587
+ // hasChangedActivity: boolean | null;
1224
1588
 
1225
- @ApiProperty({ description: 'Recettes nettes soumises à la contribution de 2,5%' })
1226
- income2Dot5: number | null;
1589
+ // @ApiProperty({ description: 'Recettes nettes soumises à la contribution de 2,5%' })
1590
+ // income2Dot5: number | null;
1227
1591
 
1228
- @ApiProperty()
1229
- addedValues15: number | null;
1592
+ // @ApiProperty()
1593
+ // addedValues15: number | null;
1230
1594
 
1231
- @ApiProperty()
1232
- addedValues19: number | null;
1595
+ // @ApiProperty()
1596
+ // addedValues19: number | null;
1233
1597
 
1234
- @ApiProperty({ description: 'PV exonérées (art. 238 quindecies)' })
1235
- exoneration: number | null;
1598
+ // @ApiProperty({ description: 'PV exonérées (art. 238 quindecies)' })
1599
+ // exoneration: number | null;
1236
1600
 
1237
- @ApiProperty()
1238
- otherAddedValues19: number | null;
1601
+ // @ApiProperty()
1602
+ // otherAddedValues19: number | null;
1239
1603
 
1240
- @ApiProperty()
1241
- otherAddedValues0: number | null;
1604
+ // @ApiProperty()
1605
+ // otherAddedValues0: number | null;
1242
1606
 
1243
- @ApiProperty({ description: 'Entreprise nouvelle, art. 44 sexies' })
1244
- isNewBusinessSexies: boolean | null;
1607
+ // @ApiProperty({ description: 'Entreprise nouvelle, art. 44 sexies' })
1608
+ // isNewBusinessSexies: boolean | null;
1245
1609
 
1246
- @ApiProperty()
1247
- isYoungBusiness: boolean | null;
1610
+ // @ApiProperty()
1611
+ // isYoungBusiness: boolean | null;
1248
1612
 
1249
- @ApiProperty()
1250
- isNewBusinessSepties: boolean | null;
1613
+ // @ApiProperty()
1614
+ // isNewBusinessSepties: boolean | null;
1251
1615
 
1252
- @ApiProperty()
1253
- isActivityZone: boolean | null;
1616
+ // @ApiProperty()
1617
+ // isActivityZone: boolean | null;
1254
1618
 
1255
- @ApiProperty()
1256
- isRestructuration: boolean | null;
1619
+ // @ApiProperty()
1620
+ // isRestructuration: boolean | null;
1257
1621
 
1258
- @ApiProperty()
1259
- isUrbanToDynamise: boolean | null;
1622
+ // @ApiProperty()
1623
+ // isUrbanToDynamise: boolean | null;
1260
1624
 
1261
- @ApiProperty()
1262
- isUrban: boolean | null;
1625
+ // @ApiProperty()
1626
+ // isUrban: boolean | null;
1263
1627
 
1264
- @ApiProperty()
1265
- isOther: boolean | null;
1628
+ // @ApiProperty()
1629
+ // isOther: boolean | null;
1266
1630
 
1267
- @ApiProperty()
1268
- isPriorityZone: boolean | null;
1631
+ // @ApiProperty()
1632
+ // isPriorityZone: boolean | null;
1269
1633
 
1270
- @ApiProperty()
1271
- isInvestmentBusiness: boolean | null;
1634
+ // @ApiProperty()
1635
+ // isInvestmentBusiness: boolean | null;
1272
1636
 
1273
- @ApiProperty()
1274
- benefitOrDeficit: string | null;
1637
+ // @ApiProperty()
1638
+ // benefitOrDeficit: string | null;
1275
1639
 
1276
- @ApiProperty()
1277
- exoneration15: number | null;
1640
+ // @ApiProperty()
1641
+ // exoneration15: number | null;
1278
1642
 
1279
- @ApiProperty()
1280
- isImpositionDOMTOM: number | null;
1643
+ // @ApiProperty()
1644
+ // isImpositionDOMTOM: boolean | null;
1281
1645
 
1282
- @ApiProperty()
1283
- furnitureIncome: number | null;
1646
+ // @ApiProperty()
1647
+ // furnitureIncome: number | null;
1284
1648
 
1285
- @ApiProperty()
1286
- icomeOther: number | null;
1649
+ // @ApiProperty()
1650
+ // icomeOther: number | null;
1287
1651
 
1288
- @ApiProperty()
1289
- isSocietyHead: boolean | null;
1652
+ // @ApiProperty()
1653
+ // isSocietyHead: boolean | null;
1290
1654
 
1291
- @ApiProperty()
1292
- otherSocietyHeadName: string | null;
1655
+ // @ApiProperty()
1656
+ // otherSocietyHeadName: string | null;
1293
1657
 
1294
- @ApiProperty()
1295
- otherSocietyHeadNumber: string | null;
1658
+ // @ApiProperty()
1659
+ // otherSocietyHeadNumber: string | null;
1296
1660
 
1297
- @ApiProperty()
1298
- isSocietyDesigned: boolean | null;
1661
+ // @ApiProperty()
1662
+ // isSocietyDesigned: boolean | null;
1299
1663
 
1300
- @ApiProperty()
1301
- societyHeadName: string | null;
1664
+ // @ApiProperty()
1665
+ // societyHeadName: string | null;
1302
1666
 
1303
- @ApiProperty()
1304
- societyHeadNumber: string | null;
1667
+ // @ApiProperty()
1668
+ // societyHeadNumber: string | null;
1305
1669
 
1306
- @ApiProperty()
1307
- hasAccountancyComputerized: boolean | null;
1670
+ // @ApiProperty()
1671
+ // hasAccountancyComputerized: boolean | null;
1308
1672
 
1309
- @ApiProperty()
1310
- hasNotAccountancyComputerized: boolean | null;
1673
+ // @ApiProperty()
1674
+ // hasNotAccountancyComputerized: boolean | null;
1311
1675
 
1312
- @ApiProperty()
1313
- accountancyComputerizedName: string | null;
1676
+ // @ApiProperty()
1677
+ // accountancyComputerizedName: string | null;
1314
1678
 
1315
- @ApiProperty()
1316
- distributionAmountBySociety: number | null;
1679
+ // @ApiProperty()
1680
+ // distributionAmountBySociety: number | null;
1317
1681
 
1318
- @ApiProperty()
1319
- distributionAmountByEstablishment: number| null;
1320
-
1321
- @ApiProperty()
1322
- remuneration: number | null;
1323
-
1324
- @ApiProperty()
1325
- advances: number | null;
1326
-
1327
- @ApiProperty()
1328
- other1: number | null;
1682
+ // @ApiProperty()
1683
+ // distributionAmountByEstablishment: number| null;
1329
1684
 
1330
- @ApiProperty()
1331
- other2: number | null;
1685
+ // @ApiProperty()
1686
+ // remuneration: number | null;
1332
1687
 
1333
- @ApiProperty()
1334
- other3: number | null;
1688
+ // @ApiProperty()
1689
+ // advances: number | null;
1335
1690
 
1336
- @ApiProperty()
1337
- other4: number | null;
1691
+ // @ApiProperty()
1692
+ // others: Array<{ label: string; amount: number; }>;
1338
1693
 
1339
- @ApiProperty()
1340
- elligible: number | null;
1694
+ // @ApiProperty()
1695
+ // elligible: number | null;
1341
1696
 
1342
- @ApiProperty()
1343
- noElligible: number | null;
1697
+ // @ApiProperty()
1698
+ // noElligible: number | null;
1344
1699
 
1345
- @ApiProperty()
1346
- amountRemunerations: number | null;
1700
+ // @ApiProperty()
1701
+ // amountRemunerations: number | null;
1347
1702
 
1348
- @ApiProperty({ description: 'RÉMUNÉRATIONS NETTES VERSÉES AUX MEMBRES DE CERTAINES SOCIÉTÉS' })
1349
- businessPartnersValues: BusinessPartnersValue[];
1703
+ // @ApiProperty({ description: 'RÉMUNÉRATIONS NETTES VERSÉES AUX MEMBRES DE CERTAINES SOCIÉTÉS' })
1704
+ // businessPartnersValues: BusinessPartnersValue[];
1350
1705
 
1351
- @ApiProperty()
1352
- diverseName: string;
1706
+ // @ApiProperty()
1707
+ // diverseName: string;
1353
1708
 
1354
- @ApiProperty()
1355
- diverseAddress: string;
1709
+ // @ApiProperty()
1710
+ // diverseAddress: string;
1356
1711
 
1357
- @ApiProperty()
1358
- diverseOtherAddress: string;
1712
+ // @ApiProperty()
1713
+ // diverseOtherAddress: string;
1359
1714
 
1360
- @ApiProperty()
1361
- simplifiedAmount: number;
1715
+ // @ApiProperty()
1716
+ // simplifiedAmount: number;
1362
1717
 
1363
- @ApiProperty()
1364
- simplifiedRetrocessions: number;
1718
+ // @ApiProperty()
1719
+ // simplifiedRetrocessions: number;
1365
1720
 
1366
- @ApiProperty()
1367
- simplifiedRemainingExerciceStart: number;
1721
+ // @ApiProperty()
1722
+ // simplifiedRemainingExerciceStart: number;
1368
1723
 
1369
- @ApiProperty()
1370
- simplifiedImputed: number;
1724
+ // @ApiProperty()
1725
+ // simplifiedImputed: number;
1371
1726
 
1372
- @ApiProperty()
1373
- simplifiedRealized: number;
1727
+ // @ApiProperty()
1728
+ // simplifiedRealized: number;
1374
1729
 
1375
- @ApiProperty()
1376
- simplifiedRemaining: number;
1730
+ // @ApiProperty()
1731
+ // simplifiedRemaining: number;
1377
1732
 
1378
- @ApiProperty()
1379
- hasReduceRate: boolean;
1733
+ // @ApiProperty()
1734
+ // hasReduceRate: boolean;
1380
1735
 
1381
- @ApiProperty()
1382
- hasViewer: boolean;
1736
+ // @ApiProperty()
1737
+ // hasViewer: boolean;
1383
1738
  }