@silexpert/core 0.4.123 → 0.4.125

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 (251) hide show
  1. package/es/api/resources/BankStatement.js +1 -1
  2. package/es/api/resources/BankStatement.js.map +1 -1
  3. package/es/api/resources/Closing.d.ts +6 -0
  4. package/es/api/resources/Closing.d.ts.map +1 -0
  5. package/es/api/resources/Closing.js +7 -0
  6. package/es/api/resources/Closing.js.map +1 -0
  7. package/es/api/resources/FinancialCharge.d.ts +29 -0
  8. package/es/api/resources/FinancialCharge.d.ts.map +1 -0
  9. package/es/api/resources/FinancialCharge.js +34 -0
  10. package/es/api/resources/FinancialCharge.js.map +1 -0
  11. package/es/api/resources/IncomeAllocation.d.ts +2 -2
  12. package/es/api/resources/IncomeAllocation.d.ts.map +1 -1
  13. package/es/api/resources/IncomeAllocation.js.map +1 -1
  14. package/es/api/resources/shareCapital.d.ts +29 -0
  15. package/es/api/resources/shareCapital.d.ts.map +1 -0
  16. package/es/api/resources/shareCapital.js +32 -0
  17. package/es/api/resources/shareCapital.js.map +1 -0
  18. package/es/api/resources.d.ts +4 -0
  19. package/es/api/resources.d.ts.map +1 -1
  20. package/es/api/resources.js +4 -0
  21. package/es/api/resources.js.map +1 -1
  22. package/es/types/Enum/Account.d.ts +8 -0
  23. package/es/types/Enum/Account.d.ts.map +1 -1
  24. package/es/types/Enum/Account.js +8 -0
  25. package/es/types/Enum/Account.js.map +1 -1
  26. package/es/types/Enum/BalanceSheetQuestion.d.ts +2 -1
  27. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  28. package/es/types/Enum/BalanceSheetQuestion.js +1 -0
  29. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  30. package/es/types/Enum/Ocr.d.ts +5 -0
  31. package/es/types/Enum/Ocr.d.ts.map +1 -0
  32. package/es/types/Enum/Ocr.js +6 -0
  33. package/es/types/Enum/Ocr.js.map +1 -0
  34. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +3 -1
  35. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  36. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +18 -1
  37. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  38. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +3 -1
  39. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  40. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +18 -1
  41. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  42. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +0 -3
  43. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -1
  44. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +1 -5
  45. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
  46. package/es/types/Interface/api/cerfa/2031.d.ts +176 -0
  47. package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -0
  48. package/es/types/Interface/api/cerfa/2031.js +17 -0
  49. package/es/types/Interface/api/cerfa/2031.js.map +1 -0
  50. package/es/types/Interface/api/cerfa/2033.d.ts +511 -0
  51. package/es/types/Interface/api/cerfa/2033.d.ts.map +1 -0
  52. package/es/types/Interface/api/cerfa/2033.js +429 -0
  53. package/es/types/Interface/api/cerfa/2033.js.map +1 -0
  54. package/es/types/Interface/api/cerfa/2035.d.ts +396 -0
  55. package/es/types/Interface/api/cerfa/2035.d.ts.map +1 -0
  56. package/es/types/Interface/api/cerfa/2035.js +43 -0
  57. package/es/types/Interface/api/cerfa/2035.js.map +1 -0
  58. package/es/types/Interface/api/cerfa/2050.d.ts +1678 -0
  59. package/es/types/Interface/api/cerfa/2050.d.ts.map +1 -0
  60. package/es/types/Interface/api/cerfa/2050.js +3 -0
  61. package/es/types/Interface/api/cerfa/2050.js.map +1 -0
  62. package/es/types/Interface/api/cerfa/2065.d.ts +149 -0
  63. package/es/types/Interface/api/cerfa/2065.d.ts.map +1 -0
  64. package/es/types/Interface/api/cerfa/2065.js +21 -0
  65. package/es/types/Interface/api/cerfa/2065.js.map +1 -0
  66. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +6 -1215
  67. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  68. package/es/types/Interface/api/cerfa/CreateCerfa.js +5 -481
  69. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  70. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
  71. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
  72. package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
  73. package/es/types/Interface/api/closing/ProcessedClosing.d.ts +6 -0
  74. package/es/types/Interface/api/closing/ProcessedClosing.d.ts.map +1 -0
  75. package/es/types/Interface/api/closing/ProcessedClosing.js +2 -0
  76. package/es/types/Interface/api/closing/ProcessedClosing.js.map +1 -0
  77. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.d.ts +4 -0
  78. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.d.ts.map +1 -0
  79. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js +25 -0
  80. package/es/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -0
  81. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.d.ts +6 -0
  82. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.d.ts.map +1 -0
  83. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js +3 -0
  84. package/es/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +1 -0
  85. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.d.ts +4 -0
  86. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.d.ts.map +1 -0
  87. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js +2 -0
  88. package/es/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js.map +1 -0
  89. package/es/types/Interface/api/library/ReadLibraryFile.d.ts +5 -0
  90. package/es/types/Interface/api/library/ReadLibraryFile.d.ts.map +1 -0
  91. package/es/types/Interface/api/library/ReadLibraryFile.js +2 -0
  92. package/es/types/Interface/api/library/ReadLibraryFile.js.map +1 -0
  93. package/es/types/Interface/api/ocr/CreateOcr.d.ts +13 -0
  94. package/es/types/Interface/api/ocr/CreateOcr.d.ts.map +1 -0
  95. package/es/types/Interface/api/ocr/CreateOcr.js +53 -0
  96. package/es/types/Interface/api/ocr/CreateOcr.js.map +1 -0
  97. package/es/types/Interface/api/ocr/OcrTransactions.d.ts +2 -3
  98. package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
  99. package/es/types/Interface/api/ocr/OcrTransactions.js +2 -2
  100. package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
  101. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +17 -0
  102. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -1
  103. package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -1
  104. package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts +6 -0
  105. package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts.map +1 -0
  106. package/es/types/Interface/api/shareCapital/CreateInKindContribution.js +32 -0
  107. package/es/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
  108. package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts +6 -0
  109. package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts.map +1 -0
  110. package/es/types/Interface/api/shareCapital/CreateShareCapital.js +27 -0
  111. package/es/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
  112. package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts +7 -0
  113. package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts.map +1 -0
  114. package/es/types/Interface/api/shareCapital/ReadShareCapital.js +3 -0
  115. package/es/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
  116. package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts +4 -0
  117. package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts.map +1 -0
  118. package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +3 -0
  119. package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
  120. package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts +7 -0
  121. package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts.map +1 -0
  122. package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js +3 -0
  123. package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
  124. package/es/types/Interface/api/society/UpdateSociety.d.ts +1 -0
  125. package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
  126. package/es/types/Interface/api/society/UpdateSociety.js +4 -0
  127. package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
  128. package/es/types/Interface/api/transactions/QueryUnexport.d.ts +2 -1
  129. package/es/types/Interface/api/transactions/QueryUnexport.d.ts.map +1 -1
  130. package/es/types/Interface/api/transactions/QueryUnexport.js +24 -2
  131. package/es/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
  132. package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
  133. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  134. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  135. package/es/types/Interface/models/IApiError.d.ts +5 -1
  136. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  137. package/es/types/Interface/models/IApiError.js +5 -0
  138. package/es/types/Interface/models/IApiError.js.map +1 -1
  139. package/es/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
  140. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  141. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  142. package/es/types/index.d.ts +12 -0
  143. package/es/types/index.d.ts.map +1 -1
  144. package/es/types/index.js +12 -0
  145. package/es/types/index.js.map +1 -1
  146. package/js/api/resources/BankStatement.js +1 -1
  147. package/js/api/resources/BankStatement.js.map +1 -1
  148. package/js/api/resources/Closing.js +18 -0
  149. package/js/api/resources/Closing.js.map +1 -0
  150. package/js/api/resources/FinancialCharge.js +49 -0
  151. package/js/api/resources/FinancialCharge.js.map +1 -0
  152. package/js/api/resources/IncomeAllocation.js.map +1 -1
  153. package/js/api/resources/shareCapital.js +47 -0
  154. package/js/api/resources/shareCapital.js.map +1 -0
  155. package/js/api/resources.js +7 -1
  156. package/js/api/resources.js.map +1 -1
  157. package/js/types/Enum/Account.js +8 -0
  158. package/js/types/Enum/Account.js.map +1 -1
  159. package/js/types/Enum/BalanceSheetQuestion.js +1 -0
  160. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  161. package/js/types/Enum/Ocr.js +12 -0
  162. package/js/types/Enum/Ocr.js.map +1 -0
  163. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +5 -1
  164. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  165. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +5 -1
  166. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  167. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +0 -2
  168. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -1
  169. package/js/types/Interface/api/cerfa/2031.js +29 -0
  170. package/js/types/Interface/api/cerfa/2031.js.map +1 -0
  171. package/js/types/Interface/api/cerfa/2033.js +295 -0
  172. package/js/types/Interface/api/cerfa/2033.js.map +1 -0
  173. package/js/types/Interface/api/cerfa/2035.js +47 -0
  174. package/js/types/Interface/api/cerfa/2035.js.map +1 -0
  175. package/js/types/Interface/api/cerfa/2050.js +10 -0
  176. package/js/types/Interface/api/cerfa/2050.js.map +1 -0
  177. package/js/types/Interface/api/cerfa/2065.js +37 -0
  178. package/js/types/Interface/api/cerfa/2065.js.map +1 -0
  179. package/js/types/Interface/api/cerfa/CreateCerfa.js +50 -337
  180. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  181. package/js/types/Interface/api/closing/ProcessedClosing.js +6 -0
  182. package/js/types/Interface/api/closing/ProcessedClosing.js.map +1 -0
  183. package/js/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js +33 -0
  184. package/js/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -0
  185. package/js/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js +10 -0
  186. package/js/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +1 -0
  187. package/js/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js +6 -0
  188. package/js/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js.map +1 -0
  189. package/js/types/Interface/api/library/ReadLibraryFile.js +6 -0
  190. package/js/types/Interface/api/library/ReadLibraryFile.js.map +1 -0
  191. package/js/types/Interface/api/ocr/CreateOcr.js +45 -0
  192. package/js/types/Interface/api/ocr/CreateOcr.js.map +1 -0
  193. package/js/types/Interface/api/ocr/OcrTransactions.js +1 -1
  194. package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
  195. package/js/types/Interface/api/shareCapital/CreateInKindContribution.js +35 -0
  196. package/js/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
  197. package/js/types/Interface/api/shareCapital/CreateShareCapital.js +33 -0
  198. package/js/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
  199. package/js/types/Interface/api/shareCapital/ReadShareCapital.js +10 -0
  200. package/js/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
  201. package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +10 -0
  202. package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
  203. package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js +10 -0
  204. package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
  205. package/js/types/Interface/api/society/UpdateSociety.js +2 -0
  206. package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
  207. package/js/types/Interface/api/transactions/QueryUnexport.js +17 -3
  208. package/js/types/Interface/api/transactions/QueryUnexport.js.map +1 -1
  209. package/js/types/Interface/models/IApiError.js +6 -1
  210. package/js/types/Interface/models/IApiError.js.map +1 -1
  211. package/js/types/index.js +147 -3
  212. package/js/types/index.js.map +1 -1
  213. package/package.json +1 -1
  214. package/ts/api/resources/BankStatement.ts +1 -1
  215. package/ts/api/resources/Closing.ts +8 -0
  216. package/ts/api/resources/FinancialCharge.ts +42 -0
  217. package/ts/api/resources/IncomeAllocation.ts +2 -2
  218. package/ts/api/resources/shareCapital.ts +37 -0
  219. package/ts/api/resources.ts +4 -0
  220. package/ts/types/Enum/Account.ts +8 -0
  221. package/ts/types/Enum/BalanceSheetQuestion.ts +1 -0
  222. package/ts/types/Enum/Ocr.ts +4 -0
  223. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +16 -1
  224. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +16 -1
  225. package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +1 -4
  226. package/ts/types/Interface/api/cerfa/2031.ts +173 -0
  227. package/ts/types/Interface/api/cerfa/2033.ts +722 -0
  228. package/ts/types/Interface/api/cerfa/2035.ts +414 -0
  229. package/ts/types/Interface/api/cerfa/2050.ts +1416 -0
  230. package/ts/types/Interface/api/cerfa/2065.ts +128 -0
  231. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -1657
  232. package/ts/types/Interface/api/cerfa/ReadCerfa.ts +6 -1
  233. package/ts/types/Interface/api/closing/ProcessedClosing.ts +6 -0
  234. package/ts/types/Interface/api/financialCharge/CreateNonDeductibleInterests.ts +16 -0
  235. package/ts/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.ts +6 -0
  236. package/ts/types/Interface/api/financialCharge/ReadFinancialChargesBalance.ts +3 -0
  237. package/ts/types/Interface/api/library/ReadLibraryFile.ts +5 -0
  238. package/ts/types/Interface/api/ocr/CreateOcr.ts +33 -0
  239. package/ts/types/Interface/api/ocr/OcrTransactions.ts +4 -5
  240. package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +20 -0
  241. package/ts/types/Interface/api/shareCapital/CreateInKindContribution.ts +19 -0
  242. package/ts/types/Interface/api/shareCapital/CreateShareCapital.ts +17 -0
  243. package/ts/types/Interface/api/shareCapital/ReadShareCapital.ts +6 -0
  244. package/ts/types/Interface/api/shareCapital/ReadShareCapitalProvided.ts +3 -0
  245. package/ts/types/Interface/api/shareCapital/ResultCreateShareCapital.ts +6 -0
  246. package/ts/types/Interface/api/society/UpdateSociety.ts +3 -0
  247. package/ts/types/Interface/api/transactions/QueryUnexport.ts +27 -3
  248. package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
  249. package/ts/types/Interface/models/IApiError.ts +6 -0
  250. package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
  251. package/ts/types/index.ts +13 -1
@@ -9,7 +9,7 @@ export class BankStatement extends Resource {
9
9
  return this.axios.$post('/bank-statements/upload', params, { headers: { 'Content-Type': 'multipart/form-data' } });
10
10
  }
11
11
  createTransactions(params) {
12
- return this.axios.$post('/bank-statements/transactions', params);
12
+ return this.axios.$post(`/bank-statements/${params.idBankAccount}/transactions`, params);
13
13
  }
14
14
  }
15
15
  //# sourceMappingURL=BankStatement.js.map
@@ -1 +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
+ {"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,oBAAoB,MAAM,CAAC,aAAa,eAAe,EAAE,MAAM,CAAC,CAAC;IAC3F,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/${params.idBankAccount}/transactions`, params);\n }\n}\n"]}
@@ -0,0 +1,6 @@
1
+ import { ProcessedClosing } from '../../types';
2
+ import { Resource } from '../Resource';
3
+ export declare class Closing extends Resource {
4
+ process(idExercice: number): Promise<ProcessedClosing>;
5
+ }
6
+ //# sourceMappingURL=Closing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Closing.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Closing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,OAAO,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC;CAGvD"}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export class Closing extends Resource {
3
+ process(idExercice) {
4
+ return this.axios.$post(`/balance-sheets/exercices/${idExercice}/closings`);
5
+ }
6
+ }
7
+ //# sourceMappingURL=Closing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Closing.js","sourceRoot":"","sources":["../../../ts/api/resources/Closing.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,OAAO,CAAC,UAAkB;QACxB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,WAAW,CAAC,CAAC;IAC9E,CAAC;CACF","sourcesContent":["import { ProcessedClosing } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class Closing extends Resource {\n process(idExercice: number): Promise<ProcessedClosing> {\n return this.axios.$post(`/balance-sheets/exercices/${idExercice}/closings`);\n }\n}"]}
@@ -0,0 +1,29 @@
1
+ import { CreatedNonDeductibleInterests, CreateNonDeductibleInterests, ReadBalanceSheetTransaction, ReadFinancialChargesBalance } from '../..';
2
+ import { Resource } from '../Resource';
3
+ export declare class FinancialCharge extends Resource {
4
+ /**
5
+ * Return the current balance for the client on accounts 108100 & 101100
6
+ * If the balance is negative then proceed to next step. Else nothing to do
7
+ * @param idExercice Exercice id
8
+ * @returns The computed balance
9
+ */
10
+ getBalance(idExercice: number): Promise<ReadFinancialChargesBalance>;
11
+ /**
12
+ * Return the list of transaction with their date of amout, for the accounts 16, 59 and 512
13
+ * The client will choose loan, overdraft transactions so we can compute his non deductible interests
14
+ * @param idExercice Exercice id
15
+ * @returns Array of BalanceSheetTransaction to choose from
16
+ */
17
+ getCandidates(idExercice: number): Promise<Array<ReadBalanceSheetTransaction>>;
18
+ /**
19
+ * Compute the non deductible interests for the client depending on the picked transactions
20
+ * Will process automatically the value of the balance sheet module depending on the list of transaction ids
21
+ * @param idExercice Exercice id
22
+ * @param payload { transactionIds: number } The list of transactions the client has pick as loan and overdrafts
23
+ * @returns CreatedNonDeductibleInterests
24
+ * Include question and its value if the client picked transaction ids
25
+ * Else return hasNonDeductibleInterests false
26
+ */
27
+ createNonDeductibleInterests(idExercice: number, payload: CreateNonDeductibleInterests): Promise<CreatedNonDeductibleInterests>;
28
+ }
29
+ //# sourceMappingURL=FinancialCharge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FinancialCharge.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/FinancialCharge.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,6BAA6B,EAC7B,4BAA4B,EAC5B,2BAA2B,EAC3B,2BAA2B,EAC5B,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,eAAgB,SAAQ,QAAQ;IAC3C;;;;;OAKG;IACH,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAIpE;;;;;OAKG;IACH,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAI9E;;;;;;;;OAQG;IACH,4BAA4B,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,4BAA4B,GAAG,OAAO,CAAC,6BAA6B,CAAC;CAGhI"}
@@ -0,0 +1,34 @@
1
+ import { Resource } from '../Resource';
2
+ export class FinancialCharge extends Resource {
3
+ /**
4
+ * Return the current balance for the client on accounts 108100 & 101100
5
+ * If the balance is negative then proceed to next step. Else nothing to do
6
+ * @param idExercice Exercice id
7
+ * @returns The computed balance
8
+ */
9
+ getBalance(idExercice) {
10
+ return this.axios.$get(`/balance-sheets/exercices/${idExercice}/financial-charges/balances`);
11
+ }
12
+ /**
13
+ * Return the list of transaction with their date of amout, for the accounts 16, 59 and 512
14
+ * The client will choose loan, overdraft transactions so we can compute his non deductible interests
15
+ * @param idExercice Exercice id
16
+ * @returns Array of BalanceSheetTransaction to choose from
17
+ */
18
+ getCandidates(idExercice) {
19
+ return this.axios.$get(`/balance-sheets/exercices/${idExercice}/financial-charges/loan-and-overdraft-candidates`);
20
+ }
21
+ /**
22
+ * Compute the non deductible interests for the client depending on the picked transactions
23
+ * Will process automatically the value of the balance sheet module depending on the list of transaction ids
24
+ * @param idExercice Exercice id
25
+ * @param payload { transactionIds: number } The list of transactions the client has pick as loan and overdrafts
26
+ * @returns CreatedNonDeductibleInterests
27
+ * Include question and its value if the client picked transaction ids
28
+ * Else return hasNonDeductibleInterests false
29
+ */
30
+ createNonDeductibleInterests(idExercice, payload) {
31
+ return this.axios.$post(`/balance-sheets/exercices/${idExercice}/financial-charges/non-deductible-interests`, payload);
32
+ }
33
+ }
34
+ //# sourceMappingURL=FinancialCharge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FinancialCharge.js","sourceRoot":"","sources":["../../../ts/api/resources/FinancialCharge.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,eAAgB,SAAQ,QAAQ;IAC3C;;;;;OAKG;IACH,UAAU,CAAC,UAAkB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,UAAU,6BAA6B,CAAC,CAAC;IAC/F,CAAC;IAED;;;;;OAKG;IACH,aAAa,CAAC,UAAkB;QAC9B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,UAAU,kDAAkD,CAAC,CAAC;IACpH,CAAC;IAED;;;;;;;;OAQG;IACH,4BAA4B,CAAC,UAAkB,EAAE,OAAqC;QACpF,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,6CAA6C,EAAE,OAAO,CAAC,CAAC;IACzH,CAAC;CACF","sourcesContent":["import {\n CreatedNonDeductibleInterests,\n CreateNonDeductibleInterests,\n ReadBalanceSheetTransaction,\n ReadFinancialChargesBalance,\n} from '../..';\nimport { Resource } from '../Resource';\n\nexport class FinancialCharge extends Resource {\n /**\n * Return the current balance for the client on accounts 108100 & 101100\n * If the balance is negative then proceed to next step. Else nothing to do\n * @param idExercice Exercice id\n * @returns The computed balance\n */\n getBalance(idExercice: number): Promise<ReadFinancialChargesBalance> {\n return this.axios.$get(`/balance-sheets/exercices/${idExercice}/financial-charges/balances`);\n }\n\n /**\n * Return the list of transaction with their date of amout, for the accounts 16, 59 and 512\n * The client will choose loan, overdraft transactions so we can compute his non deductible interests\n * @param idExercice Exercice id\n * @returns Array of BalanceSheetTransaction to choose from\n */\n getCandidates(idExercice: number): Promise<Array<ReadBalanceSheetTransaction>> {\n return this.axios.$get(`/balance-sheets/exercices/${idExercice}/financial-charges/loan-and-overdraft-candidates`);\n }\n\n /**\n * Compute the non deductible interests for the client depending on the picked transactions\n * Will process automatically the value of the balance sheet module depending on the list of transaction ids\n * @param idExercice Exercice id\n * @param payload { transactionIds: number } The list of transactions the client has pick as loan and overdrafts\n * @returns CreatedNonDeductibleInterests\n * Include question and its value if the client picked transaction ids\n * Else return hasNonDeductibleInterests false\n */\n createNonDeductibleInterests(idExercice: number, payload: CreateNonDeductibleInterests): Promise<CreatedNonDeductibleInterests> {\n return this.axios.$post(`/balance-sheets/exercices/${idExercice}/financial-charges/non-deductible-interests`, payload);\n }\n}\n"]}
@@ -1,8 +1,8 @@
1
1
  import { Resource } from '../Resource';
2
- import { CreateIncomeAllocation, IFile, TypeAndAmount, ReadIncomeAllocation, IGedFile, IAccountingEntry } from '../../types';
2
+ import { CreateIncomeAllocation, IFile, TypeAndAmount, ReadIncomeAllocation, IAccountingEntry, ReadLibraryFile } from '../../types';
3
3
  export declare class IncomeAllocation extends Resource {
4
4
  getTypeAndAmount(idExercice: number): Promise<TypeAndAmount>;
5
- createAnnualGeneralMeeting(idExercice: number, formData: FormData): Promise<IGedFile>;
5
+ createAnnualGeneralMeeting(idExercice: number, formData: FormData): Promise<ReadLibraryFile>;
6
6
  getAnnualGeneralMeeting(idExercice: number): Promise<IFile | null>;
7
7
  create(params: CreateIncomeAllocation): Promise<IAccountingEntry[]>;
8
8
  get(idExercice: number): Promise<ReadIncomeAllocation>;
@@ -1 +1 @@
1
- {"version":3,"file":"IncomeAllocation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/IncomeAllocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,sBAAsB,EAAE,KAAK,EAAE,aAAa,EAAE,oBAAoB,EAAE,QAAQ,EAAE,gBAAgB,EAC/F,MAAM,aAAa,CAAC;AAErB,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAI5D,0BAA0B,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIrF,uBAAuB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC;IAIlE,MAAM,CAAC,MAAM,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAInE,GAAG,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAItD,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAG7C"}
1
+ {"version":3,"file":"IncomeAllocation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/IncomeAllocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,sBAAsB,EAAE,KAAK,EAAE,aAAa,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,eAAe,EACtG,MAAM,aAAa,CAAC;AAErB,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAI5D,0BAA0B,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAAG,OAAO,CAAC,eAAe,CAAC;IAI5F,uBAAuB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC;IAIlE,MAAM,CAAC,MAAM,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAInE,GAAG,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAItD,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAG7C"}
@@ -1 +1 @@
1
- {"version":3,"file":"IncomeAllocation.js","sourceRoot":"","sources":["../../../ts/api/resources/IncomeAllocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,UAAkB;QACjC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,4CAA4C,UAAU,EAAE,CAAC,CAAC;IACnF,CAAC;IAED,0BAA0B,CAAC,UAAkB,EAAE,QAAkB;QAC/D,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,mDAAmD,UAAU,EAAE,EAAE,QAAQ,CAAC,CAAC;IACrG,CAAC;IAED,uBAAuB,CAAC,UAAkB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,mDAAmD,UAAU,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED,MAAM,CAAC,MAA8B;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC;IACxD,CAAC;IAED,GAAG,CAAC,UAAkB;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,8BAA8B,UAAU,EAAE,CAAC,CAAC;IACrE,CAAC;IAED,MAAM,CAAC,UAAkB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,8BAA8B,UAAU,EAAE,CAAC,CAAC;IACxE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateIncomeAllocation, IFile, TypeAndAmount, ReadIncomeAllocation, IGedFile, IAccountingEntry,\n} from '../../types';\n\nexport class IncomeAllocation extends Resource {\n getTypeAndAmount(idExercice: number): Promise<TypeAndAmount> {\n return this.axios.$get(`/incomeAllocation/typeAndAmount/exercice/${idExercice}`);\n }\n\n createAnnualGeneralMeeting(idExercice: number, formData: FormData): Promise<IGedFile> {\n return this.axios.$post(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`, formData);\n }\n\n getAnnualGeneralMeeting(idExercice: number): Promise<IFile | null> {\n return this.axios.$get(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`);\n }\n\n create(params: CreateIncomeAllocation): Promise<IAccountingEntry[]> {\n return this.axios.$post('/incomeAllocation/', params);\n }\n\n get(idExercice: number): Promise<ReadIncomeAllocation> {\n return this.axios.$get(`/incomeAllocation/exercice/${idExercice}`);\n }\n\n delete(idExercice: number): Promise<boolean> {\n return this.axios.$delete(`/incomeAllocation/exercice/${idExercice}`);\n }\n}\n"]}
1
+ {"version":3,"file":"IncomeAllocation.js","sourceRoot":"","sources":["../../../ts/api/resources/IncomeAllocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,UAAkB;QACjC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,4CAA4C,UAAU,EAAE,CAAC,CAAC;IACnF,CAAC;IAED,0BAA0B,CAAC,UAAkB,EAAE,QAAkB;QAC/D,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,mDAAmD,UAAU,EAAE,EAAE,QAAQ,CAAC,CAAC;IACrG,CAAC;IAED,uBAAuB,CAAC,UAAkB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,mDAAmD,UAAU,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED,MAAM,CAAC,MAA8B;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC;IACxD,CAAC;IAED,GAAG,CAAC,UAAkB;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,8BAA8B,UAAU,EAAE,CAAC,CAAC;IACrE,CAAC;IAED,MAAM,CAAC,UAAkB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,8BAA8B,UAAU,EAAE,CAAC,CAAC;IACxE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateIncomeAllocation, IFile, TypeAndAmount, ReadIncomeAllocation, IAccountingEntry, ReadLibraryFile,\n} from '../../types';\n\nexport class IncomeAllocation extends Resource {\n getTypeAndAmount(idExercice: number): Promise<TypeAndAmount> {\n return this.axios.$get(`/incomeAllocation/typeAndAmount/exercice/${idExercice}`);\n }\n\n createAnnualGeneralMeeting(idExercice: number, formData: FormData): Promise<ReadLibraryFile> {\n return this.axios.$post(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`, formData);\n }\n\n getAnnualGeneralMeeting(idExercice: number): Promise<IFile | null> {\n return this.axios.$get(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`);\n }\n\n create(params: CreateIncomeAllocation): Promise<IAccountingEntry[]> {\n return this.axios.$post('/incomeAllocation/', params);\n }\n\n get(idExercice: number): Promise<ReadIncomeAllocation> {\n return this.axios.$get(`/incomeAllocation/exercice/${idExercice}`);\n }\n\n delete(idExercice: number): Promise<boolean> {\n return this.axios.$delete(`/incomeAllocation/exercice/${idExercice}`);\n }\n}\n"]}
@@ -0,0 +1,29 @@
1
+ import { Resource } from '../Resource';
2
+ import { CreateShareCapital } from '../../types/Interface/api/shareCapital/CreateShareCapital';
3
+ import { ReadShareCapital } from '../../types/Interface/api/shareCapital/ReadShareCapital';
4
+ import { ReadShareCapitalProvided, ResultCreateShareCapital } from '../..';
5
+ export declare class ShareCapital extends Resource {
6
+ /**
7
+ * Get allready provided share capital (number)
8
+ * @param idExercice Exercice id
9
+ * @returns ReadShareCapital
10
+ */
11
+ getProvided(idExercice: number): Promise<ReadShareCapitalProvided>;
12
+ /**
13
+ * Get share capital, totalInKindContribution, totalProvided and unpaid
14
+ * @param idExercice Exercice id
15
+ * @returns ReadShareCapital
16
+ */
17
+ get(idExercice: number): Promise<ReadShareCapital>;
18
+ /**
19
+ * Create kind contribution and unpaid share capital
20
+ * @param idExercice Exercice id
21
+ * @param payload CreateShareCapital
22
+ * @returns ResultCreateShareCapital
23
+ * Inserted total values.
24
+ *
25
+ * Fails if exercice is unknown, or if shareCapital (Society.socialCapital) is not a number or if total is not equal to 0.
26
+ */
27
+ create(idExercice: number, payload: CreateShareCapital): Promise<ResultCreateShareCapital>;
28
+ }
29
+ //# sourceMappingURL=shareCapital.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shareCapital.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/shareCapital.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,2DAA2D,CAAC;AAC/F,OAAO,EAAE,gBAAgB,EAAE,MAAM,yDAAyD,CAAC;AAC3F,OAAO,EAAE,wBAAwB,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAE3E,qBAAa,YAAa,SAAQ,QAAQ;IACxC;;;;OAIG;IACH,WAAW,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,wBAAwB,CAAC;IAIlE;;;;OAIG;IACH,GAAG,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAIlD;;;;;;;;OAQG;IACH,MAAM,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,wBAAwB,CAAC;CAG3F"}
@@ -0,0 +1,32 @@
1
+ import { Resource } from '../Resource';
2
+ export class ShareCapital extends Resource {
3
+ /**
4
+ * Get allready provided share capital (number)
5
+ * @param idExercice Exercice id
6
+ * @returns ReadShareCapital
7
+ */
8
+ getProvided(idExercice) {
9
+ return this.axios.$get(`/balance-sheets/exercices/${idExercice}/provided-share-capitals`);
10
+ }
11
+ /**
12
+ * Get share capital, totalInKindContribution, totalProvided and unpaid
13
+ * @param idExercice Exercice id
14
+ * @returns ReadShareCapital
15
+ */
16
+ get(idExercice) {
17
+ return this.axios.$get(`/balance-sheets/exercices/${idExercice}/share-capitals`);
18
+ }
19
+ /**
20
+ * Create kind contribution and unpaid share capital
21
+ * @param idExercice Exercice id
22
+ * @param payload CreateShareCapital
23
+ * @returns ResultCreateShareCapital
24
+ * Inserted total values.
25
+ *
26
+ * Fails if exercice is unknown, or if shareCapital (Society.socialCapital) is not a number or if total is not equal to 0.
27
+ */
28
+ create(idExercice, payload) {
29
+ return this.axios.$post(`/balance-sheets/exercices/${idExercice}/share-capitals`, payload);
30
+ }
31
+ }
32
+ //# sourceMappingURL=shareCapital.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shareCapital.js","sourceRoot":"","sources":["../../../ts/api/resources/shareCapital.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,YAAa,SAAQ,QAAQ;IACxC;;;;OAIG;IACH,WAAW,CAAC,UAAkB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,UAAU,0BAA0B,CAAC,CAAC;IAC5F,CAAC;IAED;;;;OAIG;IACH,GAAG,CAAC,UAAkB;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,UAAU,iBAAiB,CAAC,CAAC;IACnF,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CAAC,UAAkB,EAAE,OAA2B;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,6BAA6B,UAAU,iBAAiB,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateShareCapital } from '../../types/Interface/api/shareCapital/CreateShareCapital';\nimport { ReadShareCapital } from '../../types/Interface/api/shareCapital/ReadShareCapital';\nimport { ReadShareCapitalProvided, ResultCreateShareCapital } from '../..';\n\nexport class ShareCapital extends Resource {\n /**\n * Get allready provided share capital (number)\n * @param idExercice Exercice id\n * @returns ReadShareCapital\n */\n getProvided(idExercice: number): Promise<ReadShareCapitalProvided> {\n return this.axios.$get(`/balance-sheets/exercices/${idExercice}/provided-share-capitals`);\n }\n\n /**\n * Get share capital, totalInKindContribution, totalProvided and unpaid\n * @param idExercice Exercice id\n * @returns ReadShareCapital\n */\n get(idExercice: number): Promise<ReadShareCapital> {\n return this.axios.$get(`/balance-sheets/exercices/${idExercice}/share-capitals`);\n }\n\n /**\n * Create kind contribution and unpaid share capital\n * @param idExercice Exercice id\n * @param payload CreateShareCapital\n * @returns ResultCreateShareCapital\n * Inserted total values.\n *\n * Fails if exercice is unknown, or if shareCapital (Society.socialCapital) is not a number or if total is not equal to 0.\n */\n create(idExercice: number, payload: CreateShareCapital): Promise<ResultCreateShareCapital> {\n return this.axios.$post(`/balance-sheets/exercices/${idExercice}/share-capitals`, payload);\n }\n}\n"]}
@@ -53,6 +53,8 @@ import { VatControl } from './resources/VatControl';
53
53
  import { Provision } from './resources/Provision';
54
54
  import { AccountingIncome } from './resources/AccountingIncome';
55
55
  import { BankStatement } from './resources/BankStatement';
56
+ import { ShareCapital } from './resources/shareCapital';
57
+ import { Closing } from './resources/Closing';
56
58
  export declare const resources: {
57
59
  simulation: typeof Simulation;
58
60
  country: typeof Country;
@@ -109,5 +111,7 @@ export declare const resources: {
109
111
  vatControl: typeof VatControl;
110
112
  accountingIncome: typeof AccountingIncome;
111
113
  bankStatement: typeof BankStatement;
114
+ shareCapital: typeof ShareCapital;
115
+ closing: typeof Closing;
112
116
  };
113
117
  //# sourceMappingURL=resources.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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"}
@@ -53,6 +53,8 @@ import { VatControl } from './resources/VatControl';
53
53
  import { Provision } from './resources/Provision';
54
54
  import { AccountingIncome } from './resources/AccountingIncome';
55
55
  import { BankStatement } from './resources/BankStatement';
56
+ import { ShareCapital } from './resources/shareCapital';
57
+ import { Closing } from './resources/Closing';
56
58
  export const resources = {
57
59
  simulation: Simulation,
58
60
  country: Country,
@@ -109,5 +111,7 @@ export const resources = {
109
111
  vatControl: VatControl,
110
112
  accountingIncome: AccountingIncome,
111
113
  bankStatement: BankStatement,
114
+ shareCapital: ShareCapital,
115
+ closing: Closing,
112
116
  };
113
117
  //# 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';\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"]}
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';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\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 shareCapital: ShareCapital,\n closing: Closing,\n};\n"]}
@@ -63,5 +63,13 @@ export declare const Account: {
63
63
  id: number;
64
64
  number: number;
65
65
  };
66
+ SHARE_CAPITAL_BANK_PROVIDED: {
67
+ id: number;
68
+ number: number;
69
+ };
70
+ SHAREHOLDER_SHARE_CAPITAL_BANK_PROVIDED: {
71
+ id: number;
72
+ number: number;
73
+ };
66
74
  };
67
75
  //# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiEnB,CAAC"}
1
+ {"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyEnB,CAAC"}
@@ -63,5 +63,13 @@ export const Account = {
63
63
  id: 201,
64
64
  number: 444000,
65
65
  },
66
+ SHARE_CAPITAL_BANK_PROVIDED: {
67
+ id: 0,
68
+ number: 101300,
69
+ },
70
+ SHAREHOLDER_SHARE_CAPITAL_BANK_PROVIDED: {
71
+ id: 0,
72
+ number: 109100,
73
+ },
66
74
  };
67
75
  //# 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;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
+ {"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;IACD,2BAA2B,EAAE;QAC3B,EAAE,EAAE,CAAC;QACL,MAAM,EAAE,MAAM;KACf;IACD,uCAAuC,EAAE;QACvC,EAAE,EAAE,CAAC;QACL,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 SHARE_CAPITAL_BANK_PROVIDED: {\n id: 0,\n number: 101300,\n },\n SHAREHOLDER_SHARE_CAPITAL_BANK_PROVIDED: {\n id: 0,\n number: 109100,\n },\n};"]}
@@ -2,7 +2,8 @@ export declare enum QuestionTheme {
2
2
  CAPITAL = "CAPITAL",
3
3
  VAT_CONTROL = "VAT_CONTROL",
4
4
  COMPANY_TAXES_2033 = "COMPANY_TAXES_2033",
5
- COMPANY_TAXES_2050 = "COMPANY_TAXES_2050"
5
+ COMPANY_TAXES_2050 = "COMPANY_TAXES_2050",
6
+ FINANCIAL_CHARGES = "FINANCIAL_CHARGES"
6
7
  }
7
8
  export declare enum QuestionCategory {
8
9
  /**
@@ -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;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"}
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;IACzC,iBAAiB,sBAAsB;CACxC;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"}
@@ -4,6 +4,7 @@ export var QuestionTheme;
4
4
  QuestionTheme["VAT_CONTROL"] = "VAT_CONTROL";
5
5
  QuestionTheme["COMPANY_TAXES_2033"] = "COMPANY_TAXES_2033";
6
6
  QuestionTheme["COMPANY_TAXES_2050"] = "COMPANY_TAXES_2050";
7
+ QuestionTheme["FINANCIAL_CHARGES"] = "FINANCIAL_CHARGES";
7
8
  })(QuestionTheme || (QuestionTheme = {}));
8
9
  export var QuestionCategory;
9
10
  (function (QuestionCategory) {
@@ -1 +1 @@
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}"]}
1
+ {"version":3,"file":"BalanceSheetQuestion.js","sourceRoot":"","sources":["../../../ts/types/Enum/BalanceSheetQuestion.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,4CAA2B,CAAA;IAC3B,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,wDAAuC,CAAA;AACzC,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB;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 FINANCIAL_CHARGES = 'FINANCIAL_CHARGES',\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}"]}
@@ -0,0 +1,5 @@
1
+ export declare enum OcrType {
2
+ SUBCONFIRMATION = "SubscriptionConfirmation",
3
+ NOTIFICATION = "Notification"
4
+ }
5
+ //# sourceMappingURL=Ocr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Ocr.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Ocr.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,eAAe,6BAA6B;IAC5C,YAAY,iBAAiB;CAC9B"}
@@ -0,0 +1,6 @@
1
+ export var OcrType;
2
+ (function (OcrType) {
3
+ OcrType["SUBCONFIRMATION"] = "SubscriptionConfirmation";
4
+ OcrType["NOTIFICATION"] = "Notification";
5
+ })(OcrType || (OcrType = {}));
6
+ //# sourceMappingURL=Ocr.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Ocr.js","sourceRoot":"","sources":["../../../ts/types/Enum/Ocr.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,OAGX;AAHD,WAAY,OAAO;IACjB,uDAA4C,CAAA;IAC5C,wCAA6B,CAAA;AAC/B,CAAC,EAHW,OAAO,KAAP,OAAO,QAGlB","sourcesContent":["export enum OcrType {\n SUBCONFIRMATION = 'SubscriptionConfirmation',\n NOTIFICATION = 'Notification',\n}"]}
@@ -1,9 +1,10 @@
1
1
  export declare class CreateBalanceSheetModuleForm {
2
2
  inventory?: boolean | null;
3
- loanToDeclare?: boolean;
3
+ loanToDeclare?: boolean | null;
4
4
  hasPreviousExercice?: boolean | null;
5
5
  recoveryImmobilization?: boolean | null;
6
6
  incomeAllocation?: boolean | null;
7
+ hasShareCapital?: boolean;
7
8
  salariesFile?: boolean | null;
8
9
  provisionToDeclare?: boolean | null;
9
10
  hasCustomerInvoiceToEstablish?: boolean | null;
@@ -15,6 +16,7 @@ export declare class CreateBalanceSheetModuleForm {
15
16
  hasManualEntryToDeclare?: boolean | null;
16
17
  hasLaundryFees?: boolean | null;
17
18
  hasMealExpenses?: boolean | null;
19
+ hasFinancialCharges?: boolean | null;
18
20
  hasCheckedVAT?: boolean | null;
19
21
  hasCheckedCompanyTax?: boolean | null;
20
22
  idExercice: number;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAKvC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG3B,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMrC,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMxC,gBAAgB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IASlC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM9B,kBAAkB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGpC,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMhC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMjC,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/B,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGtC,UAAU,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"CreateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAKvC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM3B,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/B,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMrC,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMxC,gBAAgB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IASlC,eAAe,CAAC,EAAE,OAAO,CAAC;IAM1B,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM9B,kBAAkB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGpC,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMhC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMjC,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMrC,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/B,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGtC,UAAU,EAAE,MAAM,CAAC;CACpB"}
@@ -21,7 +21,10 @@ __decorate([
21
21
  ], CreateBalanceSheetModuleForm.prototype, "inventory", void 0);
22
22
  __decorate([
23
23
  ApiPropertyOptional(),
24
- __metadata("design:type", Boolean)
24
+ IsBoolean(),
25
+ ToBoolean(),
26
+ IsOptional(),
27
+ __metadata("design:type", Object)
25
28
  ], CreateBalanceSheetModuleForm.prototype, "loanToDeclare", void 0);
26
29
  __decorate([
27
30
  ApiPropertyOptional(),
@@ -44,6 +47,13 @@ __decorate([
44
47
  IsOptional(),
45
48
  __metadata("design:type", Object)
46
49
  ], CreateBalanceSheetModuleForm.prototype, "incomeAllocation", void 0);
50
+ __decorate([
51
+ ApiPropertyOptional(),
52
+ IsBoolean(),
53
+ ToBoolean(),
54
+ IsOptional(),
55
+ __metadata("design:type", Boolean)
56
+ ], CreateBalanceSheetModuleForm.prototype, "hasShareCapital", void 0);
47
57
  __decorate([
48
58
  ApiPropertyOptional(),
49
59
  IsBoolean(),
@@ -103,6 +113,13 @@ __decorate([
103
113
  IsOptional(),
104
114
  __metadata("design:type", Object)
105
115
  ], CreateBalanceSheetModuleForm.prototype, "hasMealExpenses", void 0);
116
+ __decorate([
117
+ ApiPropertyOptional(),
118
+ IsBoolean(),
119
+ ToBoolean(),
120
+ IsOptional(),
121
+ __metadata("design:type", Object)
122
+ ], CreateBalanceSheetModuleForm.prototype, "hasFinancialCharges", void 0);
106
123
  __decorate([
107
124
  ApiPropertyOptional(),
108
125
  IsBoolean(),
@@ -1 +1 @@
1
- {"version":3,"file":"CreateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;CA6FxC;AAxFC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;+DACc;AAG3B;IADC,mBAAmB,EAAE;;mEACE;AAMxB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;yEACwB;AAMrC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;4EAC2B;AAMxC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;sEACqB;AASlC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kEACiB;AAM9B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;wEACuB;AAGpC;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;iFACuB;AAG7C;IADC,mBAAmB,EAAE;;8EACoB;AAG1C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;mFACyB;AAM/C;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6EAC4B;AAMzC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;oEACmB;AAMhC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;qEACoB;AAMjC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;mEACkB;AAM/B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;0EACyB;AAGtC;IADC,WAAW,EAAE;;gEACK","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n inventory?: boolean | null;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasPreviousExercice?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n recoveryImmobilization?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n incomeAllocation?: boolean | null;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n salariesFile?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n provisionToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasLaundryFees?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasMealExpenses?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedVAT?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedCompanyTax?: boolean | null;\n\n @ApiProperty()\n idExercice: number;\n}"]}
1
+ {"version":3,"file":"CreateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;CA4GxC;AAvGC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;+DACc;AAM3B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;mEACkB;AAM/B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;yEACwB;AAMrC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;4EAC2B;AAMxC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;sEACqB;AASlC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;qEACa;AAM1B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;kEACiB;AAM9B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;wEACuB;AAGpC;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;iFACuB;AAG7C;IADC,mBAAmB,EAAE;;8EACoB;AAG1C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;mFACyB;AAM/C;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6EAC4B;AAMzC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;oEACmB;AAMhC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;qEACoB;AAMjC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;yEACwB;AAMrC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;mEACkB;AAM/B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;0EACyB;AAGtC;IADC,WAAW,EAAE;;gEACK","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n inventory?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n loanToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasPreviousExercice?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n recoveryImmobilization?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n incomeAllocation?: boolean | null;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasShareCapital?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n salariesFile?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n provisionToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasLaundryFees?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasMealExpenses?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasFinancialCharges?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedVAT?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedCompanyTax?: boolean | null;\n\n @ApiProperty()\n idExercice: number;\n}"]}
@@ -3,8 +3,9 @@ export declare class UpdateBalanceSheetModuleForm {
3
3
  recoveryImmobilization?: boolean | null;
4
4
  hasPreviousExercice?: boolean | null;
5
5
  incomeAllocation?: boolean | null;
6
- loanToDeclare?: boolean;
6
+ loanToDeclare?: boolean | null;
7
7
  provisionToDeclare?: boolean | null;
8
+ hasShareCapital?: boolean;
8
9
  hasCustomerInvoiceToEstablish?: boolean | null;
9
10
  hasCustomerAssetToEstablish?: boolean | null;
10
11
  hasCustomerPrepaidIncome?: boolean | null;
@@ -15,6 +16,7 @@ export declare class UpdateBalanceSheetModuleForm {
15
16
  hasManualEntryToDeclare?: boolean | null;
16
17
  hasLaundryFees?: boolean | null;
17
18
  hasMealExpenses?: boolean | null;
19
+ hasFinancialCharges?: boolean | null;
18
20
  hasCheckedVAT?: boolean | null;
19
21
  hasCheckedCompanyTax?: boolean | null;
20
22
  idExercice?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAKvC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM3B,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMxC,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMrC,gBAAgB,CAAC,EAAC,OAAO,GAAG,IAAI,CAAC;IAGjC,aAAa,CAAC,EAAE,OAAO,CAAC;IASxB,kBAAkB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGpC,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/C,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM9B,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMhC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMjC,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/B,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGtC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
1
+ {"version":3,"file":"UpdateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAKvC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM3B,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMxC,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMrC,gBAAgB,CAAC,EAAC,OAAO,GAAG,IAAI,CAAC;IAMjC,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAS/B,kBAAkB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMpC,eAAe,CAAC,EAAE,OAAO,CAAC;IAG1B,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/C,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM9B,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMhC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMjC,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMrC,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/B,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGtC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}