@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
@@ -0,0 +1,6 @@
1
+ import { ReadAccountingIncome } from '../../types';
2
+ import { Resource } from '../Resource';
3
+ export declare class AccountingIncome extends Resource {
4
+ get(idExercice: number): Promise<ReadAccountingIncome>;
5
+ }
6
+ //# sourceMappingURL=AccountingIncome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountingIncome.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/AccountingIncome.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,GAAG,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,oBAAoB,CAAC;CAGvD"}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export class AccountingIncome extends Resource {
3
+ get(idExercice) {
4
+ return this.axios.$get(`/exercice/${idExercice}/accounting-income`);
5
+ }
6
+ }
7
+ //# sourceMappingURL=AccountingIncome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountingIncome.js","sourceRoot":"","sources":["../../../ts/api/resources/AccountingIncome.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,GAAG,CAAC,UAAkB;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,UAAU,oBAAoB,CAAC,CAAC;IACtE,CAAC;CACF","sourcesContent":["import { ReadAccountingIncome } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class AccountingIncome extends Resource {\n get(idExercice: number): Promise<ReadAccountingIncome> {\n return this.axios.$get(`/exercice/${idExercice}/accounting-income`);\n }\n}"]}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ import { IAccountingTransaction, UploadBankStatement, QueryTransactionBankStatement, ReadBankStatement } from '../../types';
3
+ export declare class BankStatement extends Resource {
4
+ upload(params: UploadBankStatement): Promise<ReadBankStatement>;
5
+ createTransactions(params: QueryTransactionBankStatement): Promise<IAccountingTransaction[]>;
6
+ }
7
+ //# sourceMappingURL=BankStatement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BankStatement.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/BankStatement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,sBAAsB,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,iBAAiB,EAC9F,MAAM,aAAa,CAAC;AAErB,qBAAa,aAAc,SAAQ,QAAQ;IACzC,MAAM,CAAC,MAAM,EAAE,mBAAmB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAU/D,kBAAkB,CAAC,MAAM,EAAE,6BAA6B,GAAG,OAAO,CAAC,sBAAsB,EAAE,CAAC;CAG7F"}
@@ -0,0 +1,15 @@
1
+ import { Resource } from '../Resource';
2
+ export class BankStatement extends Resource {
3
+ upload(params) {
4
+ const sendAccountingFiles = new FormData();
5
+ if (params.tokenCsv)
6
+ sendAccountingFiles.append('tokenCsv', params.tokenCsv);
7
+ sendAccountingFiles.append('idBankAccount', params.idBankAccount.toString());
8
+ sendAccountingFiles.append('file', params.file);
9
+ return this.axios.$post('/bank-statements/upload', params, { headers: { 'Content-Type': 'multipart/form-data' } });
10
+ }
11
+ createTransactions(params) {
12
+ return this.axios.$post('/bank-statements/transactions', params);
13
+ }
14
+ }
15
+ //# sourceMappingURL=BankStatement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BankStatement.js","sourceRoot":"","sources":["../../../ts/api/resources/BankStatement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,aAAc,SAAQ,QAAQ;IACzC,MAAM,CAAC,MAA2B;QAChC,MAAM,mBAAmB,GAAG,IAAI,QAAQ,EAAE,CAAC;QAE3C,IAAI,MAAM,CAAC,QAAQ;YAAE,mBAAmB,CAAC,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC;QAC7E,mBAAmB,CAAC,MAAM,CAAC,eAAe,EAAE,MAAM,CAAC,aAAa,CAAC,QAAQ,EAAE,CAAC,CAAC;QAC7E,mBAAmB,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC;QAEhD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,yBAAyB,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,EAAE,cAAc,EAAE,qBAAqB,EAAE,EAAE,CAAC,CAAC;IACrH,CAAC;IAED,kBAAkB,CAAC,MAAqC;QACtD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,+BAA+B,EAAE,MAAM,CAAC,CAAC;IACnE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n IAccountingTransaction, UploadBankStatement, QueryTransactionBankStatement, ReadBankStatement,\n} from '../../types';\n\nexport class BankStatement extends Resource {\n upload(params: UploadBankStatement): Promise<ReadBankStatement> {\n const sendAccountingFiles = new FormData();\n\n if (params.tokenCsv) sendAccountingFiles.append('tokenCsv', params.tokenCsv);\n sendAccountingFiles.append('idBankAccount', params.idBankAccount.toString());\n sendAccountingFiles.append('file', params.file);\n\n return this.axios.$post('/bank-statements/upload', params, { headers: { 'Content-Type': 'multipart/form-data' } });\n }\n\n createTransactions(params: QueryTransactionBankStatement): Promise<IAccountingTransaction[]> {\n return this.axios.$post('/bank-statements/transactions', params);\n }\n}\n"]}
@@ -1,11 +1,11 @@
1
1
  /// <reference types="node" />
2
2
  import { Resource } from '../Resource';
3
- import { ParamsGenerate2035, ParamsGenerate2033, ParamsGenerate2065, ReadCerfaToComplete } from '../..';
3
+ import { ParamsGenerate2035FullDocument, ParamsGenerate2033, ParamsGenerate2065, ReadCerfaToComplete } from '../..';
4
4
  import { TaxSystem, FiscalRegime, ProfitsType } from '../../types';
5
5
  export declare class Cerfa extends Resource {
6
6
  get2035Pdf(params: {
7
7
  idExercice: number;
8
- data: ParamsGenerate2035;
8
+ data: ParamsGenerate2035FullDocument;
9
9
  }): Promise<Buffer>;
10
10
  get2033Pdf(params: {
11
11
  idExercice: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Cerfa.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Cerfa.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,mBAAmB,EAChF,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAEnE,qBAAa,KAAM,SAAQ,QAAQ;IACjC,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,kBAAkB,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;IAQrF,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,kBAAkB,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;IAQrF,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,kBAAkB,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;IAQrF,kBAAkB,CAAC,OAAO,EAAE;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,SAAS,CAAC;QAAC,cAAc,EAAE,YAAY,CAAC;QAAC,WAAW,EAAE,WAAW,CAAA;KAAE,GAAG,mBAAmB;CAM1J"}
1
+ {"version":3,"file":"Cerfa.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Cerfa.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,8BAA8B,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,mBAAmB,EAC5F,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAEnE,qBAAa,KAAM,SAAQ,QAAQ;IACjC,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,8BAA8B,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;IAQjG,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,kBAAkB,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;IAQrF,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,kBAAkB,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;IAQrF,kBAAkB,CAAC,OAAO,EAAE;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,SAAS,CAAC;QAAC,cAAc,EAAE,YAAY,CAAC;QAAC,WAAW,EAAE,WAAW,CAAA;KAAE,GAAG,mBAAmB;CAM1J"}
@@ -1 +1 @@
1
- {"version":3,"file":"Cerfa.js","sourceRoot":"","sources":["../../../ts/api/resources/Cerfa.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIvC,OAAO,EAAE,oCAAoC,EAAE,MAAM,mBAAmB,CAAC;AAGzE,MAAM,OAAO,KAAM,SAAQ,QAAQ;IACjC,UAAU,CAAC,MAAwD;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IACD,UAAU,CAAC,MAAwD;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IACD,UAAU,CAAC,MAAwD;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IACD,kBAAkB,CAAC,OAAgH;QACjI,MAAM,EACJ,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,WAAW,GACtD,GAAG,OAAO,CAAC;QACZ,OAAO,oCAAoC,CAAC,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,WAAW,CAAC,CAAC;IACrG,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ParamsGenerate2035, ParamsGenerate2033, ParamsGenerate2065, ReadCerfaToComplete,\n} from '../..';\nimport { retrieveCerfaFromSocietyInformations } from '../../utils/cerfa';\nimport { TaxSystem, FiscalRegime, ProfitsType } from '../../types';\n\nexport class Cerfa extends Resource {\n get2035Pdf(params: { idExercice: number, data: ParamsGenerate2035 }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2035`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n get2033Pdf(params: { idExercice: number, data: ParamsGenerate2033 }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2033`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n get2065Pdf(params: { idExercice: number, data: ParamsGenerate2065 }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2065`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n getCerfaToComplete(payload: { idLegalForm: number; idTaxSystem: TaxSystem, idFiscalRegime: FiscalRegime; profitsType: ProfitsType }): ReadCerfaToComplete {\n const {\n idLegalForm, idTaxSystem, idFiscalRegime, profitsType,\n } = payload;\n return retrieveCerfaFromSocietyInformations(idLegalForm, idTaxSystem, idFiscalRegime, profitsType);\n }\n}\n"]}
1
+ {"version":3,"file":"Cerfa.js","sourceRoot":"","sources":["../../../ts/api/resources/Cerfa.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAIvC,OAAO,EAAE,oCAAoC,EAAE,MAAM,mBAAmB,CAAC;AAGzE,MAAM,OAAO,KAAM,SAAQ,QAAQ;IACjC,UAAU,CAAC,MAAoE;QAC7E,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IACD,UAAU,CAAC,MAAwD;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IACD,UAAU,CAAC,MAAwD;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IACD,kBAAkB,CAAC,OAAgH;QACjI,MAAM,EACJ,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,WAAW,GACtD,GAAG,OAAO,CAAC;QACZ,OAAO,oCAAoC,CAAC,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,WAAW,CAAC,CAAC;IACrG,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ParamsGenerate2035FullDocument, ParamsGenerate2033, ParamsGenerate2065, ReadCerfaToComplete,\n} from '../..';\nimport { retrieveCerfaFromSocietyInformations } from '../../utils/cerfa';\nimport { TaxSystem, FiscalRegime, ProfitsType } from '../../types';\n\nexport class Cerfa extends Resource {\n get2035Pdf(params: { idExercice: number, data: ParamsGenerate2035FullDocument }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2035`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n get2033Pdf(params: { idExercice: number, data: ParamsGenerate2033 }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2033`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n get2065Pdf(params: { idExercice: number, data: ParamsGenerate2065 }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2065`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n getCerfaToComplete(payload: { idLegalForm: number; idTaxSystem: TaxSystem, idFiscalRegime: FiscalRegime; profitsType: ProfitsType }): ReadCerfaToComplete {\n const {\n idLegalForm, idTaxSystem, idFiscalRegime, profitsType,\n } = payload;\n return retrieveCerfaFromSocietyInformations(idLegalForm, idTaxSystem, idFiscalRegime, profitsType);\n }\n}\n"]}
@@ -1,7 +1,9 @@
1
1
  import { Resource } from '../Resource';
2
- import { ReadTax, CreateTax, ICustomerIsRegime } from '../../types';
2
+ import { ReadTax, CreateTax, ICustomerIsRegime, ReadCompanyTax, IAccountingTransaction } from '../../types';
3
3
  export declare class Tax extends Resource {
4
4
  getAll(id: number): Promise<ReadTax>;
5
5
  create(id: number, payload: CreateTax): Promise<ICustomerIsRegime>;
6
+ createCompanyTax(idExercice: number): Promise<ReadCompanyTax>;
7
+ getCompanyTax(idExercice: number): Promise<IAccountingTransaction>;
6
8
  }
7
9
  //# sourceMappingURL=Tax.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tax.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Tax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,OAAO,EAAE,SAAS,EAAE,iBAAiB,EACtC,MAAM,aAAa,CAAC;AAErB,qBAAa,GAAI,SAAQ,QAAQ;IAC/B,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAGpC,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAGnE"}
1
+ {"version":3,"file":"Tax.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Tax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,cAAc,EAAE,sBAAsB,EAC9E,MAAM,aAAa,CAAC;AAErB,qBAAa,GAAI,SAAQ,QAAQ;IAC/B,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAGpC,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAIlE,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;IAI7D,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,sBAAsB,CAAC;CAGnE"}
@@ -6,5 +6,11 @@ export class Tax extends Resource {
6
6
  create(id, payload) {
7
7
  return this.axios.$post(`/exercice/${id}/taxes`, payload);
8
8
  }
9
+ createCompanyTax(idExercice) {
10
+ return this.axios.$post(`/exercices/${idExercice}/company-taxes`);
11
+ }
12
+ getCompanyTax(idExercice) {
13
+ return this.axios.$get(`/exercices/${idExercice}/company-taxes`);
14
+ }
9
15
  }
10
16
  //# sourceMappingURL=Tax.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tax.js","sourceRoot":"","sources":["../../../ts/api/resources/Tax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,GAAI,SAAQ,QAAQ;IAC/B,MAAM,CAAC,EAAU;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;IAClD,CAAC;IACD,MAAM,CAAC,EAAU,EAAE,OAAkB;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ReadTax, CreateTax, ICustomerIsRegime,\n} from '../../types';\n\nexport class Tax extends Resource {\n getAll(id: number): Promise<ReadTax> {\n return this.axios.$get(`/exercice/${id}/taxes`);\n }\n create(id: number, payload: CreateTax): Promise<ICustomerIsRegime> {\n return this.axios.$post(`/exercice/${id}/taxes`, payload);\n }\n}"]}
1
+ {"version":3,"file":"Tax.js","sourceRoot":"","sources":["../../../ts/api/resources/Tax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,GAAI,SAAQ,QAAQ;IAC/B,MAAM,CAAC,EAAU;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;IAClD,CAAC;IACD,MAAM,CAAC,EAAU,EAAE,OAAkB;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;IAED,gBAAgB,CAAC,UAAkB;QACjC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,cAAc,UAAU,gBAAgB,CAAC,CAAC;IACpE,CAAC;IAED,aAAa,CAAC,UAAkB;QAC9B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,UAAU,gBAAgB,CAAC,CAAC;IACnE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ReadTax, CreateTax, ICustomerIsRegime, ReadCompanyTax, IAccountingTransaction,\n} from '../../types';\n\nexport class Tax extends Resource {\n getAll(id: number): Promise<ReadTax> {\n return this.axios.$get(`/exercice/${id}/taxes`);\n }\n create(id: number, payload: CreateTax): Promise<ICustomerIsRegime> {\n return this.axios.$post(`/exercice/${id}/taxes`, payload);\n }\n\n createCompanyTax(idExercice: number): Promise<ReadCompanyTax> {\n return this.axios.$post(`/exercices/${idExercice}/company-taxes`);\n }\n\n getCompanyTax(idExercice: number): Promise<IAccountingTransaction> {\n return this.axios.$get(`/exercices/${idExercice}/company-taxes`);\n }\n}"]}
@@ -51,6 +51,8 @@ import { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';
51
51
  import { ExerciceQuestion } from './resources/ExerciceQuestion';
52
52
  import { VatControl } from './resources/VatControl';
53
53
  import { Provision } from './resources/Provision';
54
+ import { AccountingIncome } from './resources/AccountingIncome';
55
+ import { BankStatement } from './resources/BankStatement';
54
56
  export declare const resources: {
55
57
  simulation: typeof Simulation;
56
58
  country: typeof Country;
@@ -105,5 +107,7 @@ export declare const resources: {
105
107
  balanceSheetQuestion: typeof BalanceSheetQuestion;
106
108
  exerciceQuestion: typeof ExerciceQuestion;
107
109
  vatControl: typeof VatControl;
110
+ accountingIncome: typeof AccountingIncome;
111
+ bankStatement: typeof BankStatement;
108
112
  };
109
113
  //# sourceMappingURL=resources.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsDrB,CAAC"}
1
+ {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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"}
@@ -51,6 +51,8 @@ import { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';
51
51
  import { ExerciceQuestion } from './resources/ExerciceQuestion';
52
52
  import { VatControl } from './resources/VatControl';
53
53
  import { Provision } from './resources/Provision';
54
+ import { AccountingIncome } from './resources/AccountingIncome';
55
+ import { BankStatement } from './resources/BankStatement';
54
56
  export const resources = {
55
57
  simulation: Simulation,
56
58
  country: Country,
@@ -105,5 +107,7 @@ export const resources = {
105
107
  balanceSheetQuestion: BalanceSheetQuestion,
106
108
  exerciceQuestion: ExerciceQuestion,
107
109
  vatControl: VatControl,
110
+ accountingIncome: AccountingIncome,
111
+ bankStatement: BankStatement,
108
112
  };
109
113
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n};\n"]}
1
+ {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n};\n"]}
@@ -59,5 +59,9 @@ export declare const Account: {
59
59
  id: number;
60
60
  number: number;
61
61
  };
62
+ COMPANY_TAX: {
63
+ id: number;
64
+ number: number;
65
+ };
62
66
  };
63
67
  //# sourceMappingURL=Account.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DnB,CAAC"}
1
+ {"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiEnB,CAAC"}
@@ -59,5 +59,9 @@ export const Account = {
59
59
  id: 70,
60
60
  number: 106800,
61
61
  },
62
+ COMPANY_TAX: {
63
+ id: 201,
64
+ number: 444000,
65
+ },
62
66
  };
63
67
  //# sourceMappingURL=Account.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;CACF,CAAC","sourcesContent":["export const Account = {\n RESULT_BENEFIT: {\n id: 91,\n number: 120000,\n },\n RESULT_LOSS: {\n id: 92,\n number: 129000,\n },\n PRODUCTION: {\n id: 40,\n number: 701000,\n },\n SERVICE: {\n id: 47,\n number: 706000,\n },\n MERCHANDISE: {\n id: 48,\n number: 707000,\n },\n CAPITAL: {\n id: 112,\n number: 101100,\n },\n REPORT_DEBIT: {\n id: 89,\n number: 119000,\n },\n REPORT_CREDIT: {\n id: 87,\n number: 110000,\n },\n LEGAL_RESERVE: {\n id: 61,\n number: 106100,\n },\n STATUTORY_RESERVE: {\n id: 65,\n number: 106300,\n },\n REGULATED_RESERVE: {\n id: 66,\n number: 106400,\n },\n OPTIONAL_RESERVE: {\n id: 70,\n number: 106800,\n },\n UNAVAILABLE_RESERVE: {\n id: 64,\n number: 106200,\n },\n DIVIDEND: {\n id: 250,\n number: 457000,\n },\n LEVY_ON_RESERVE: {\n id: 70,\n number: 106800,\n },\n};"]}
1
+ {"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;CACF,CAAC","sourcesContent":["export const Account = {\n RESULT_BENEFIT: {\n id: 91,\n number: 120000,\n },\n RESULT_LOSS: {\n id: 92,\n number: 129000,\n },\n PRODUCTION: {\n id: 40,\n number: 701000,\n },\n SERVICE: {\n id: 47,\n number: 706000,\n },\n MERCHANDISE: {\n id: 48,\n number: 707000,\n },\n CAPITAL: {\n id: 112,\n number: 101100,\n },\n REPORT_DEBIT: {\n id: 89,\n number: 119000,\n },\n REPORT_CREDIT: {\n id: 87,\n number: 110000,\n },\n LEGAL_RESERVE: {\n id: 61,\n number: 106100,\n },\n STATUTORY_RESERVE: {\n id: 65,\n number: 106300,\n },\n REGULATED_RESERVE: {\n id: 66,\n number: 106400,\n },\n OPTIONAL_RESERVE: {\n id: 70,\n number: 106800,\n },\n UNAVAILABLE_RESERVE: {\n id: 64,\n number: 106200,\n },\n DIVIDEND: {\n id: 250,\n number: 457000,\n },\n LEVY_ON_RESERVE: {\n id: 70,\n number: 106800,\n },\n COMPANY_TAX: {\n id: 201,\n number: 444000,\n },\n};"]}
@@ -1,9 +1,23 @@
1
1
  export declare enum AnswerType {
2
2
  YES_NO_ENUM = "YES_NO_ENUM",
3
3
  FREE_TEXT = "FREE_TEXT",
4
- PRICE = "PRICE"
4
+ PRICE = "PRICE",
5
+ /**
6
+ * Either the price or NA
7
+ */
8
+ POSITIVE_PRICE_OR_NA = "POSITIVE_PRICE_OR_NA",
9
+ /**
10
+ * Either the price or NA
11
+ * The value should always be positive, the type will be used to computed the price later on as negative
12
+ */
13
+ NEGATIVE_PRICE_OR_NA = "NEGATIVE_PRICE_OR_NA"
5
14
  }
15
+ export declare const ANSWER_TYPE_NA = "NA";
6
16
  export declare enum AnswerTypeValue {
17
+ YES = "YES",
18
+ NO = "NO"
19
+ }
20
+ export declare enum AnswerTypeValueWording {
7
21
  YES = "Oui",
8
22
  NO = "Non"
9
23
  }
@@ -1 +1 @@
1
- {"version":3,"file":"AnswerTypeValue.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AnswerTypeValue.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,KAAK,UAAU;CAChB;AAED,oBAAY,eAAe;IACzB,GAAG,QAAQ;IACX,EAAE,QAAQ;CACX"}
1
+ {"version":3,"file":"AnswerTypeValue.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AnswerTypeValue.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,KAAK,UAAU;IACf;;OAEG;IACH,oBAAoB,yBAAyB;IAC7C;;;OAGG;IACH,oBAAoB,yBAAyB;CAC9C;AAED,eAAO,MAAM,cAAc,OAAO,CAAC;AAEnC,oBAAY,eAAe;IACzB,GAAG,QAAQ;IACX,EAAE,OAAO;CACV;AAED,oBAAY,sBAAsB;IAChC,GAAG,QAAQ;IACX,EAAE,QAAQ;CACX"}
@@ -3,10 +3,25 @@ export var AnswerType;
3
3
  AnswerType["YES_NO_ENUM"] = "YES_NO_ENUM";
4
4
  AnswerType["FREE_TEXT"] = "FREE_TEXT";
5
5
  AnswerType["PRICE"] = "PRICE";
6
+ /**
7
+ * Either the price or NA
8
+ */
9
+ AnswerType["POSITIVE_PRICE_OR_NA"] = "POSITIVE_PRICE_OR_NA";
10
+ /**
11
+ * Either the price or NA
12
+ * The value should always be positive, the type will be used to computed the price later on as negative
13
+ */
14
+ AnswerType["NEGATIVE_PRICE_OR_NA"] = "NEGATIVE_PRICE_OR_NA";
6
15
  })(AnswerType || (AnswerType = {}));
16
+ export const ANSWER_TYPE_NA = 'NA';
7
17
  export var AnswerTypeValue;
8
18
  (function (AnswerTypeValue) {
9
- AnswerTypeValue["YES"] = "Oui";
10
- AnswerTypeValue["NO"] = "Non";
19
+ AnswerTypeValue["YES"] = "YES";
20
+ AnswerTypeValue["NO"] = "NO";
11
21
  })(AnswerTypeValue || (AnswerTypeValue = {}));
22
+ export var AnswerTypeValueWording;
23
+ (function (AnswerTypeValueWording) {
24
+ AnswerTypeValueWording["YES"] = "Oui";
25
+ AnswerTypeValueWording["NO"] = "Non";
26
+ })(AnswerTypeValueWording || (AnswerTypeValueWording = {}));
12
27
  //# sourceMappingURL=AnswerTypeValue.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AnswerTypeValue.js","sourceRoot":"","sources":["../../../ts/types/Enum/AnswerTypeValue.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,yCAA2B,CAAA;IAC3B,qCAAuB,CAAA;IACvB,6BAAe,CAAA;AACjB,CAAC,EAJW,UAAU,KAAV,UAAU,QAIrB;AAED,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,8BAAW,CAAA;IACX,6BAAU,CAAA;AACZ,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B","sourcesContent":["export enum AnswerType {\n YES_NO_ENUM = 'YES_NO_ENUM',\n FREE_TEXT = 'FREE_TEXT',\n PRICE = 'PRICE',\n}\n\nexport enum AnswerTypeValue {\n YES = 'Oui',\n NO = 'Non',\n}"]}
1
+ {"version":3,"file":"AnswerTypeValue.js","sourceRoot":"","sources":["../../../ts/types/Enum/AnswerTypeValue.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAaX;AAbD,WAAY,UAAU;IACpB,yCAA2B,CAAA;IAC3B,qCAAuB,CAAA;IACvB,6BAAe,CAAA;IACf;;OAEG;IACH,2DAA6C,CAAA;IAC7C;;;OAGG;IACH,2DAA6C,CAAA;AAC/C,CAAC,EAbW,UAAU,KAAV,UAAU,QAarB;AAED,MAAM,CAAC,MAAM,cAAc,GAAG,IAAI,CAAC;AAEnC,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,8BAAW,CAAA;IACX,4BAAS,CAAA;AACX,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAED,MAAM,CAAN,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,qCAAW,CAAA;IACX,oCAAU,CAAA;AACZ,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,QAGjC","sourcesContent":["export enum AnswerType {\n YES_NO_ENUM = 'YES_NO_ENUM',\n FREE_TEXT = 'FREE_TEXT',\n PRICE = 'PRICE',\n /**\n * Either the price or NA\n */\n POSITIVE_PRICE_OR_NA = 'POSITIVE_PRICE_OR_NA',\n /**\n * Either the price or NA\n * The value should always be positive, the type will be used to computed the price later on as negative\n */\n NEGATIVE_PRICE_OR_NA = 'NEGATIVE_PRICE_OR_NA',\n}\n\nexport const ANSWER_TYPE_NA = 'NA';\n\nexport enum AnswerTypeValue {\n YES = 'YES',\n NO = 'NO',\n}\n\nexport enum AnswerTypeValueWording {\n YES = 'Oui',\n NO = 'Non',\n}"]}
@@ -0,0 +1,42 @@
1
+ export declare enum RedactorDesignation {
2
+ TVA = "CEC_EDI_TVA",
3
+ TDFC = "CEC_EDI_TDFC"
4
+ }
5
+ export declare enum Rof {
6
+ TVA = "TVA1",
7
+ BNC = "BNC1",
8
+ BIC = "IS1"
9
+ }
10
+ export declare enum AsponeTaxSystem {
11
+ BN = "BN",
12
+ BS = "BS",
13
+ DC = "DC",
14
+ RN = "RN",
15
+ RS = "RS",
16
+ GM = "GM",
17
+ GT = "GT",
18
+ NE = "NE",
19
+ SE = "SE",
20
+ MN = "MN",
21
+ MS = "MS",
22
+ TR = "TR",
23
+ IMMO_2072 = "72",
24
+ CV = "CV",
25
+ CF = "CF"
26
+ }
27
+ export declare enum AsponeTaxCategory {
28
+ BI = "BI",
29
+ BA = "BA",
30
+ BC = "BC",
31
+ RF = "RF",
32
+ FL = "FL"
33
+ }
34
+ export declare enum AsponeTaxType {
35
+ IR = "IR",
36
+ IS = "IS"
37
+ }
38
+ export declare enum AsponeDepositType {
39
+ DPR = "DPR",
40
+ NOR = "NOR"
41
+ }
42
+ //# sourceMappingURL=Aspone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Aspone.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Aspone.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,GAAG,gBAAgB;IACnB,IAAI,iBAAiB;CACtB;AAED,oBAAY,GAAG;IACb,GAAG,SAAS;IACZ,GAAG,SAAS;IACZ,GAAG,QAAQ;CACZ;AAED,oBAAY,eAAe;IACzB,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,SAAS,OAAO;IAChB,EAAE,OAAO;IACT,EAAE,OAAO;CACV;AAED,oBAAY,iBAAiB;IAC3B,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;CACV;AAED,oBAAY,aAAa;IACvB,EAAE,OAAO;IACT,EAAE,OAAO;CACV;AAED,oBAAY,iBAAiB;IAC3B,GAAG,QAAQ;IACX,GAAG,QAAQ;CACZ"}
@@ -0,0 +1,48 @@
1
+ export var RedactorDesignation;
2
+ (function (RedactorDesignation) {
3
+ RedactorDesignation["TVA"] = "CEC_EDI_TVA";
4
+ RedactorDesignation["TDFC"] = "CEC_EDI_TDFC";
5
+ })(RedactorDesignation || (RedactorDesignation = {}));
6
+ export var Rof;
7
+ (function (Rof) {
8
+ Rof["TVA"] = "TVA1";
9
+ Rof["BNC"] = "BNC1";
10
+ Rof["BIC"] = "IS1";
11
+ })(Rof || (Rof = {}));
12
+ export var AsponeTaxSystem;
13
+ (function (AsponeTaxSystem) {
14
+ AsponeTaxSystem["BN"] = "BN";
15
+ AsponeTaxSystem["BS"] = "BS";
16
+ AsponeTaxSystem["DC"] = "DC";
17
+ AsponeTaxSystem["RN"] = "RN";
18
+ AsponeTaxSystem["RS"] = "RS";
19
+ AsponeTaxSystem["GM"] = "GM";
20
+ AsponeTaxSystem["GT"] = "GT";
21
+ AsponeTaxSystem["NE"] = "NE";
22
+ AsponeTaxSystem["SE"] = "SE";
23
+ AsponeTaxSystem["MN"] = "MN";
24
+ AsponeTaxSystem["MS"] = "MS";
25
+ AsponeTaxSystem["TR"] = "TR";
26
+ AsponeTaxSystem["IMMO_2072"] = "72";
27
+ AsponeTaxSystem["CV"] = "CV";
28
+ AsponeTaxSystem["CF"] = "CF";
29
+ })(AsponeTaxSystem || (AsponeTaxSystem = {}));
30
+ export var AsponeTaxCategory;
31
+ (function (AsponeTaxCategory) {
32
+ AsponeTaxCategory["BI"] = "BI";
33
+ AsponeTaxCategory["BA"] = "BA";
34
+ AsponeTaxCategory["BC"] = "BC";
35
+ AsponeTaxCategory["RF"] = "RF";
36
+ AsponeTaxCategory["FL"] = "FL";
37
+ })(AsponeTaxCategory || (AsponeTaxCategory = {}));
38
+ export var AsponeTaxType;
39
+ (function (AsponeTaxType) {
40
+ AsponeTaxType["IR"] = "IR";
41
+ AsponeTaxType["IS"] = "IS";
42
+ })(AsponeTaxType || (AsponeTaxType = {}));
43
+ export var AsponeDepositType;
44
+ (function (AsponeDepositType) {
45
+ AsponeDepositType["DPR"] = "DPR";
46
+ AsponeDepositType["NOR"] = "NOR";
47
+ })(AsponeDepositType || (AsponeDepositType = {}));
48
+ //# sourceMappingURL=Aspone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Aspone.js","sourceRoot":"","sources":["../../../ts/types/Enum/Aspone.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,4CAAqB,CAAA;AACvB,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B;AAED,MAAM,CAAN,IAAY,GAIX;AAJD,WAAY,GAAG;IACb,mBAAY,CAAA;IACZ,mBAAY,CAAA;IACZ,kBAAW,CAAA;AACb,CAAC,EAJW,GAAG,KAAH,GAAG,QAId;AAED,MAAM,CAAN,IAAY,eAgBX;AAhBD,WAAY,eAAe;IACzB,4BAAS,CAAA;IACT,4BAAS,CAAA;IACT,4BAAS,CAAA;IACT,4BAAS,CAAA;IACT,4BAAS,CAAA;IACT,4BAAS,CAAA;IACT,4BAAS,CAAA;IACT,4BAAS,CAAA;IACT,4BAAS,CAAA;IACT,4BAAS,CAAA;IACT,4BAAS,CAAA;IACT,4BAAS,CAAA;IACT,mCAAgB,CAAA;IAChB,4BAAS,CAAA;IACT,4BAAS,CAAA;AACX,CAAC,EAhBW,eAAe,KAAf,eAAe,QAgB1B;AAED,MAAM,CAAN,IAAY,iBAMX;AAND,WAAY,iBAAiB;IAC3B,8BAAS,CAAA;IACT,8BAAS,CAAA;IACT,8BAAS,CAAA;IACT,8BAAS,CAAA;IACT,8BAAS,CAAA;AACX,CAAC,EANW,iBAAiB,KAAjB,iBAAiB,QAM5B;AAED,MAAM,CAAN,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,0BAAS,CAAA;IACT,0BAAS,CAAA;AACX,CAAC,EAHW,aAAa,KAAb,aAAa,QAGxB;AAED,MAAM,CAAN,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,gCAAW,CAAA;IACX,gCAAW,CAAA;AACb,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B","sourcesContent":["export enum RedactorDesignation {\n TVA = 'CEC_EDI_TVA',\n TDFC = 'CEC_EDI_TDFC',\n}\n\nexport enum Rof {\n TVA = 'TVA1',\n BNC = 'BNC1',\n BIC = 'IS1',\n}\n\nexport enum AsponeTaxSystem {\n BN = 'BN', // Catégorie fiscale BA régime réel normal\n BS = 'BS', // Catégorie fiscale BA régime réel simplifié\n DC = 'DC', // Catégorie fiscale BNC régime de la déclaration contrôlée\n RN = 'RN', // Catégorie fiscale BIC/IS régime réel normal\n RS = 'RS', // Catégorie fiscale BIC/IS régime réel simplifié\n GM = 'GM', // Catégorie fiscale IS régime de groupe société membre du groupe\n GT = 'GT', // Catégorie fiscale IS régime de groupe société tête de groupe\n NE = 'NE', // Catégorie fiscale IS régime normal étranger\n SE = 'SE', // Catégorie fiscale IS régime simplifié étranger\n MN = 'MN', // Catégorie fiscale BIC/IR SCM option pour le régime réel\n MS = 'MS', // Catégorie fiscale BIC/IR SCM sans option (régime simplifié)\n TR = 'TR', // Catégorie fiscale RF tous régimes, hors sociétés immobilières déposant des 2072\n IMMO_2072 = '72', // Catégorie fiscale RF des sociétés immobilières déposant des 2072\n CV = 'CV', // Dépôt catégorie CVAE\n CF = 'CF', // Dépôt catégorie CF\n}\n\nexport enum AsponeTaxCategory {\n BI = 'BI', // Catégorie fiscale BIC/IS\n BA = 'BA', // Catégorie fiscale BA\n BC = 'BC', // Catégorie fiscale BNC\n RF = 'RF', // Catégorie fiscale RF\n FL = 'FL', // Catégorie de dépôt fiscalité locale\n}\n\nexport enum AsponeTaxType {\n IR = 'IR',\n IS = 'IS',\n}\n\nexport enum AsponeDepositType {\n DPR = 'DPR', // Dépôt provisoire\n NOR = 'NOR', // NOR = Dépôt non provisoire\n}"]}
@@ -1,12 +1,48 @@
1
1
  export declare enum QuestionTheme {
2
2
  CAPITAL = "CAPITAL",
3
- VAT_CONTROL = "VAT_CONTROL"
3
+ VAT_CONTROL = "VAT_CONTROL",
4
+ COMPANY_TAXES_2033 = "COMPANY_TAXES_2033",
5
+ COMPANY_TAXES_2050 = "COMPANY_TAXES_2050"
6
+ }
7
+ export declare enum QuestionCategory {
8
+ /**
9
+ * COMPANY TAXES 2033
10
+ */
11
+ NON_DEDUCTIBLE_ACCOUNTING_COSTS = "NON_DEDUCTIBLE_ACCOUNTING_COSTS",
12
+ NON_DEDUCTIBLE_EXPENSES = "NON_DEDUCTIBLE_EXPENSES",
13
+ FAVOURABLE_REGIME_ACCOUNTING = "FAVOURABLE_REGIME_ACCOUNTING",
14
+ TAX_BENEFITS = "TAX_BENEFITS",
15
+ NON_RECURRING_DEDUCTIONS = "NON_RECURRING_DEDUCTIONS",
16
+ DEFICIT = "DEFICIT",
17
+ /**
18
+ * COMPANY TAXES 2050
19
+ */
20
+ COMPENSATION = "COMPENSATION",
21
+ NON_DEDUCTIBLE_DEPRECIATION = "NON_DEDUCTIBLE_DEPRECIATION",
22
+ NON_DEDUCTIBLE_PROVISIONS = "NON_DEDUCTIBLE_PROVISIONS",
23
+ SPECIFIC_REINTEGRATIONS = "SPECIFIC_REINTEGRATIONS",
24
+ SPECIFIC_REGIME = "SPECIFIC_REGIME",
25
+ OTHER_REINTEGRATIONS = "OTHER_REINTEGRATIONS",
26
+ SPECIFIC_TAX_REGIME = "SPECIFIC_TAX_REGIME",
27
+ OTHER_ADDITIONS = "OTHER_ADDITIONS",
28
+ ADDITIONAL_DEDUCTIONS = " ADDITIONAL_DEDUCTIONS",
29
+ BENEFIT_ALLOWANCE = "BENEFIT_ALLOWANCE",
30
+ OTHER_TAX_DEDUCTIONS = "OTHER_TAX_DEDUCTIONS"
4
31
  }
5
32
  export declare enum Question {
6
- CAPITAL_FULLY_REPAID = "Est ce que le capital a \u00E9t\u00E9 enti\u00E8rement revers\u00E9 et est d\u00E9tenu \u00E0 au moins 75 % par des personnes physiques ?",
7
- CAPITAL_FULLY_PAID_UP = "Est ce que le capital social est enti\u00E8rement lib\u00E9r\u00E9 ?",
8
- VERIFIED_DEDUCTIBLE_VAT = "TVA d\u00E9ductible",
9
- VERIFIED_COLLECTED_VAT = "TVA collect\u00E9e",
10
- VERIFIED_DEDUCTIBLE_VAT_FROM_RETROCESSION_FEES = "Dont TVA d\u00E9ductible aff\u00E9rente aux honoraires retroc\u00E9d\u00E9s"
33
+ CAPITAL_FULLY_REPAID = "CAPITAL_FULLY_REPAID",
34
+ CAPITAL_FULLY_PAID_UP = "CAPITAL_FULLY_PAID_UP",
35
+ /**
36
+ * COMPANY TAXES 2033
37
+ */
38
+ NON_DEDUCTIBLE_PERSONAL_PAY_AND_BENEFITS = "NON_DEDUCTIBLE_PERSONAL_PAY_AND_BENEFITS",
39
+ NON_DEDUCTIBLE_DEPRECIATIONS = "NON_DEDUCTIBLE_DEPRECIATIONS",
40
+ REAL_ESTATE_EXEMPT_RENTS = "REAL_ESTATE_EXEMPT_RENTS",
41
+ START_UPS = "START_UPS",
42
+ /**
43
+ * CCOMPANY TAXES 2050
44
+ */
45
+ '2050_REAL_ESTATE_EXEMPT_RENTS' = "2050_REAL_ESTATE_EXEMPT_RENTS",
46
+ INCLUDED_EXPENSE_SHARE = "INCLUDED_EXPENSE_SHARE"
11
47
  }
12
48
  //# sourceMappingURL=BalanceSheetQuestion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BalanceSheetQuestion.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BalanceSheetQuestion.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,WAAW,gBAAgB;CAC5B;AAED,oBAAY,QAAQ;IAClB,oBAAoB,8IAAgH;IACpI,qBAAqB,yEAA0D;IAC/E,uBAAuB,wBAAmB;IAC1C,sBAAsB,uBAAkB;IACxC,8CAA8C,gFAA4D;CAC3G"}
1
+ {"version":3,"file":"BalanceSheetQuestion.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/BalanceSheetQuestion.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,kBAAkB,uBAAuB;IACzC,kBAAkB,uBAAuB;CAC1C;AAED,oBAAY,gBAAgB;IAC1B;;OAEG;IACH,+BAA+B,oCAAoC;IACnE,uBAAuB,4BAA4B;IACnD,4BAA4B,iCAAiC;IAC7D,YAAY,iBAAiB;IAC7B,wBAAwB,6BAA6B;IACrD,OAAO,YAAY;IAEnB;;OAEG;IAEH,YAAY,iBAAiB;IAC7B,2BAA2B,gCAAgC;IAC3D,yBAAyB,8BAA8B;IACvD,uBAAuB,4BAA4B;IACnD,eAAe,oBAAoB;IACnC,oBAAoB,yBAAyB;IAC7C,mBAAmB,wBAAwB;IAC3C,eAAe,oBAAoB;IACnC,qBAAqB,2BAA2B;IAChD,iBAAiB,sBAAsB;IACvC,oBAAoB,yBAAyB;CAC9C;AAED,oBAAY,QAAQ;IAClB,oBAAoB,yBAAyB;IAC7C,qBAAqB,0BAA0B;IAE/C;;OAEG;IACH,wCAAwC,6CAA6C;IACrF,4BAA4B,iCAAiC;IAE7D,wBAAwB,6BAA6B;IAErD,SAAS,cAAc;IAEvB;;OAEG;IACH,+BAA+B,kCAAkC;IACjE,sBAAsB,2BAA2B;CAClD"}
@@ -2,13 +2,50 @@ export var QuestionTheme;
2
2
  (function (QuestionTheme) {
3
3
  QuestionTheme["CAPITAL"] = "CAPITAL";
4
4
  QuestionTheme["VAT_CONTROL"] = "VAT_CONTROL";
5
+ QuestionTheme["COMPANY_TAXES_2033"] = "COMPANY_TAXES_2033";
6
+ QuestionTheme["COMPANY_TAXES_2050"] = "COMPANY_TAXES_2050";
5
7
  })(QuestionTheme || (QuestionTheme = {}));
8
+ export var QuestionCategory;
9
+ (function (QuestionCategory) {
10
+ /**
11
+ * COMPANY TAXES 2033
12
+ */
13
+ QuestionCategory["NON_DEDUCTIBLE_ACCOUNTING_COSTS"] = "NON_DEDUCTIBLE_ACCOUNTING_COSTS";
14
+ QuestionCategory["NON_DEDUCTIBLE_EXPENSES"] = "NON_DEDUCTIBLE_EXPENSES";
15
+ QuestionCategory["FAVOURABLE_REGIME_ACCOUNTING"] = "FAVOURABLE_REGIME_ACCOUNTING";
16
+ QuestionCategory["TAX_BENEFITS"] = "TAX_BENEFITS";
17
+ QuestionCategory["NON_RECURRING_DEDUCTIONS"] = "NON_RECURRING_DEDUCTIONS";
18
+ QuestionCategory["DEFICIT"] = "DEFICIT";
19
+ /**
20
+ * COMPANY TAXES 2050
21
+ */
22
+ QuestionCategory["COMPENSATION"] = "COMPENSATION";
23
+ QuestionCategory["NON_DEDUCTIBLE_DEPRECIATION"] = "NON_DEDUCTIBLE_DEPRECIATION";
24
+ QuestionCategory["NON_DEDUCTIBLE_PROVISIONS"] = "NON_DEDUCTIBLE_PROVISIONS";
25
+ QuestionCategory["SPECIFIC_REINTEGRATIONS"] = "SPECIFIC_REINTEGRATIONS";
26
+ QuestionCategory["SPECIFIC_REGIME"] = "SPECIFIC_REGIME";
27
+ QuestionCategory["OTHER_REINTEGRATIONS"] = "OTHER_REINTEGRATIONS";
28
+ QuestionCategory["SPECIFIC_TAX_REGIME"] = "SPECIFIC_TAX_REGIME";
29
+ QuestionCategory["OTHER_ADDITIONS"] = "OTHER_ADDITIONS";
30
+ QuestionCategory["ADDITIONAL_DEDUCTIONS"] = " ADDITIONAL_DEDUCTIONS";
31
+ QuestionCategory["BENEFIT_ALLOWANCE"] = "BENEFIT_ALLOWANCE";
32
+ QuestionCategory["OTHER_TAX_DEDUCTIONS"] = "OTHER_TAX_DEDUCTIONS";
33
+ })(QuestionCategory || (QuestionCategory = {}));
6
34
  export var Question;
7
35
  (function (Question) {
8
- Question["CAPITAL_FULLY_REPAID"] = "Est ce que le capital a \u00E9t\u00E9 enti\u00E8rement revers\u00E9 et est d\u00E9tenu \u00E0 au moins 75 % par des personnes physiques ?";
9
- Question["CAPITAL_FULLY_PAID_UP"] = "Est ce que le capital social est enti\u00E8rement lib\u00E9r\u00E9 ?";
10
- Question["VERIFIED_DEDUCTIBLE_VAT"] = "TVA d\u00E9ductible";
11
- Question["VERIFIED_COLLECTED_VAT"] = "TVA collect\u00E9e";
12
- Question["VERIFIED_DEDUCTIBLE_VAT_FROM_RETROCESSION_FEES"] = "Dont TVA d\u00E9ductible aff\u00E9rente aux honoraires retroc\u00E9d\u00E9s";
36
+ Question["CAPITAL_FULLY_REPAID"] = "CAPITAL_FULLY_REPAID";
37
+ Question["CAPITAL_FULLY_PAID_UP"] = "CAPITAL_FULLY_PAID_UP";
38
+ /**
39
+ * COMPANY TAXES 2033
40
+ */
41
+ Question["NON_DEDUCTIBLE_PERSONAL_PAY_AND_BENEFITS"] = "NON_DEDUCTIBLE_PERSONAL_PAY_AND_BENEFITS";
42
+ Question["NON_DEDUCTIBLE_DEPRECIATIONS"] = "NON_DEDUCTIBLE_DEPRECIATIONS";
43
+ Question["REAL_ESTATE_EXEMPT_RENTS"] = "REAL_ESTATE_EXEMPT_RENTS";
44
+ Question["START_UPS"] = "START_UPS";
45
+ /**
46
+ * CCOMPANY TAXES 2050
47
+ */
48
+ Question["2050_REAL_ESTATE_EXEMPT_RENTS"] = "2050_REAL_ESTATE_EXEMPT_RENTS";
49
+ Question["INCLUDED_EXPENSE_SHARE"] = "INCLUDED_EXPENSE_SHARE";
13
50
  })(Question || (Question = {}));
14
51
  //# sourceMappingURL=BalanceSheetQuestion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BalanceSheetQuestion.js","sourceRoot":"","sources":["../../../ts/types/Enum/BalanceSheetQuestion.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,4CAA2B,CAAA;AAC7B,CAAC,EAHW,aAAa,KAAb,aAAa,QAGxB;AAED,MAAM,CAAN,IAAY,QAMX;AAND,WAAY,QAAQ;IAClB,8KAAoI,CAAA;IACpI,0GAA+E,CAAA;IAC/E,2DAA0C,CAAA;IAC1C,yDAAwC,CAAA;IACxC,0IAA0G,CAAA;AAC5G,CAAC,EANW,QAAQ,KAAR,QAAQ,QAMnB","sourcesContent":["export enum QuestionTheme {\n CAPITAL = 'CAPITAL',\n VAT_CONTROL = 'VAT_CONTROL',\n}\n\nexport enum Question {\n CAPITAL_FULLY_REPAID = 'Est ce que le capital a été entièrement reversé et est détenu à au moins 75 % par des personnes physiques ?',\n CAPITAL_FULLY_PAID_UP = 'Est ce que le capital social est entièrement libéré ?',\n VERIFIED_DEDUCTIBLE_VAT = 'TVA déductible',\n VERIFIED_COLLECTED_VAT = 'TVA collectée',\n VERIFIED_DEDUCTIBLE_VAT_FROM_RETROCESSION_FEES = 'Dont TVA déductible afférente aux honoraires retrocédés',\n}"]}
1
+ {"version":3,"file":"BalanceSheetQuestion.js","sourceRoot":"","sources":["../../../ts/types/Enum/BalanceSheetQuestion.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,4CAA2B,CAAA;IAC3B,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;AAC3C,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAED,MAAM,CAAN,IAAY,gBA0BX;AA1BD,WAAY,gBAAgB;IAC1B;;OAEG;IACH,uFAAmE,CAAA;IACnE,uEAAmD,CAAA;IACnD,iFAA6D,CAAA;IAC7D,iDAA6B,CAAA;IAC7B,yEAAqD,CAAA;IACrD,uCAAmB,CAAA;IAEnB;;OAEG;IAEH,iDAA6B,CAAA;IAC7B,+EAA2D,CAAA;IAC3D,2EAAuD,CAAA;IACvD,uEAAmD,CAAA;IACnD,uDAAmC,CAAA;IACnC,iEAA6C,CAAA;IAC7C,+DAA2C,CAAA;IAC3C,uDAAmC,CAAA;IACnC,oEAAgD,CAAA;IAChD,2DAAuC,CAAA;IACvC,iEAA6C,CAAA;AAC/C,CAAC,EA1BW,gBAAgB,KAAhB,gBAAgB,QA0B3B;AAED,MAAM,CAAN,IAAY,QAmBX;AAnBD,WAAY,QAAQ;IAClB,yDAA6C,CAAA;IAC7C,2DAA+C,CAAA;IAE/C;;OAEG;IACH,iGAAqF,CAAA;IACrF,yEAA6D,CAAA;IAE7D,iEAAqD,CAAA;IAErD,mCAAuB,CAAA;IAEvB;;OAEG;IACH,2EAAiE,CAAA;IACjE,6DAAiD,CAAA;AACnD,CAAC,EAnBW,QAAQ,KAAR,QAAQ,QAmBnB","sourcesContent":["export enum QuestionTheme {\n CAPITAL = 'CAPITAL',\n VAT_CONTROL = 'VAT_CONTROL',\n COMPANY_TAXES_2033 = 'COMPANY_TAXES_2033',\n COMPANY_TAXES_2050 = 'COMPANY_TAXES_2050',\n}\n\nexport enum QuestionCategory {\n /**\n * COMPANY TAXES 2033\n */\n NON_DEDUCTIBLE_ACCOUNTING_COSTS = 'NON_DEDUCTIBLE_ACCOUNTING_COSTS',\n NON_DEDUCTIBLE_EXPENSES = 'NON_DEDUCTIBLE_EXPENSES',\n FAVOURABLE_REGIME_ACCOUNTING = 'FAVOURABLE_REGIME_ACCOUNTING',\n TAX_BENEFITS = 'TAX_BENEFITS',\n NON_RECURRING_DEDUCTIONS = 'NON_RECURRING_DEDUCTIONS',\n DEFICIT = 'DEFICIT',\n\n /**\n * COMPANY TAXES 2050\n */\n\n COMPENSATION = 'COMPENSATION',\n NON_DEDUCTIBLE_DEPRECIATION = 'NON_DEDUCTIBLE_DEPRECIATION',\n NON_DEDUCTIBLE_PROVISIONS = 'NON_DEDUCTIBLE_PROVISIONS',\n SPECIFIC_REINTEGRATIONS = 'SPECIFIC_REINTEGRATIONS',\n SPECIFIC_REGIME = 'SPECIFIC_REGIME',\n OTHER_REINTEGRATIONS = 'OTHER_REINTEGRATIONS',\n SPECIFIC_TAX_REGIME = 'SPECIFIC_TAX_REGIME',\n OTHER_ADDITIONS = 'OTHER_ADDITIONS',\n ADDITIONAL_DEDUCTIONS = ' ADDITIONAL_DEDUCTIONS',\n BENEFIT_ALLOWANCE = 'BENEFIT_ALLOWANCE',\n OTHER_TAX_DEDUCTIONS = 'OTHER_TAX_DEDUCTIONS',\n}\n\nexport enum Question {\n CAPITAL_FULLY_REPAID = 'CAPITAL_FULLY_REPAID',\n CAPITAL_FULLY_PAID_UP = 'CAPITAL_FULLY_PAID_UP',\n\n /**\n * COMPANY TAXES 2033\n */\n NON_DEDUCTIBLE_PERSONAL_PAY_AND_BENEFITS = 'NON_DEDUCTIBLE_PERSONAL_PAY_AND_BENEFITS',\n NON_DEDUCTIBLE_DEPRECIATIONS = 'NON_DEDUCTIBLE_DEPRECIATIONS',\n\n REAL_ESTATE_EXEMPT_RENTS = 'REAL_ESTATE_EXEMPT_RENTS',\n\n START_UPS = 'START_UPS',\n\n /**\n * CCOMPANY TAXES 2050\n */\n '2050_REAL_ESTATE_EXEMPT_RENTS' = '2050_REAL_ESTATE_EXEMPT_RENTS',\n INCLUDED_EXPENSE_SHARE = 'INCLUDED_EXPENSE_SHARE',\n}"]}