@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,16 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var LegalInformation = exports.LegalInformation = undefined;
7
+
8
+ (function (LegalInformation) {
9
+ LegalInformation["ADDRESS_NUMBER"] = "9";
10
+ LegalInformation["ADDRESS_STREET"] = "AVENUE DU RHIN";
11
+ LegalInformation["ADDRESS_ZIP_CODE"] = "54520";
12
+ LegalInformation["ADDRESS_CITY"] = "LAXOU";
13
+ LegalInformation["ADDRESS_COUNTRY"] = "FRANCE";
14
+ LegalInformation["ADDRESS_COUNTRY_ISO3166"] = "FR";
15
+ })(LegalInformation || (exports.LegalInformation = LegalInformation = {}));
16
+ //# sourceMappingURL=LegalInformation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/types/Enum/LegalInformation.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,gBAOX,WAPW,gBAOX,YAPD;;AAAA,CAAA,UAAY,gBAAZ,EAA4B;AAC1B,EAAA,gBAAA,CAAA,gBAAA,CAAA,GAAA,GAAA;AACA,EAAA,gBAAA,CAAA,gBAAA,CAAA,GAAA,gBAAA;AACA,EAAA,gBAAA,CAAA,kBAAA,CAAA,GAAA,OAAA;AACA,EAAA,gBAAA,CAAA,cAAA,CAAA,GAAA,OAAA;AACA,EAAA,gBAAA,CAAA,iBAAA,CAAA,GAAA,QAAA;AACA,EAAA,gBAAA,CAAA,yBAAA,CAAA,GAAA,IAAA;AACD,CAPD,EAAY,gBAAgB,aAAhB,gBAAgB,GAAhB,gBAAgB,GAAA,EAAA,CAA5B","sourcesContent":["export enum LegalInformation {\n ADDRESS_NUMBER = '9',\n ADDRESS_STREET = 'AVENUE DU RHIN',\n ADDRESS_ZIP_CODE = '54520',\n ADDRESS_CITY = 'LAXOU',\n ADDRESS_COUNTRY = 'FRANCE',\n ADDRESS_COUNTRY_ISO3166 = 'FR',\n}"],"sourceRoot":"","file":"LegalInformation.js"}
@@ -13,4 +13,4 @@ const MealExpenseThresholds = exports.MealExpenseThresholds = {
13
13
  max: 19.10
14
14
  }
15
15
  };
16
- //# sourceMappingURL=MealExpenseTresholds.js.map
16
+ //# sourceMappingURL=MealExpenseThresholds.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/types/Enum/MealExpenseThresholds.ts"],"names":[],"mappings":";;;;;AAOO,MAAM,qBAAqB,WAArB,qBAAqB,GAA2B;AAC3D,QAAM;AACJ,IAAA,GAAG,EAAE,IADD;AAEJ,IAAA,GAAG,EAAE;AAFD,GADqD;AAK3D,QAAM;AACJ,IAAA,GAAG,EAAE,IADD;AAEJ,IAAA,GAAG,EAAE;AAFD;AALqD,CAAtD","sourcesContent":["export interface IMealExpenseThresholds {\n [key: string]: {\n min: number;\n max: number;\n }\n}\n\nexport const MealExpenseThresholds: IMealExpenseThresholds = {\n 2020: {\n min: 4.90,\n max: 19,\n },\n 2021: {\n min: 4.95,\n max: 19.10,\n },\n};"],"sourceRoot":"","file":"MealExpenseThresholds.js"}
@@ -6,9 +6,15 @@ Object.defineProperty(exports, "__esModule", {
6
6
  var Prestation = exports.Prestation = undefined;
7
7
 
8
8
  (function (Prestation) {
9
+ Prestation[Prestation["PREVISIONNEL"] = 6] = "PREVISIONNEL";
10
+ Prestation[Prestation["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
9
11
  Prestation[Prestation["TELEDECLARATION"] = 13] = "TELEDECLARATION";
12
+ Prestation[Prestation["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
10
13
  Prestation[Prestation["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
14
+ Prestation[Prestation["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
15
+ Prestation[Prestation["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
11
16
  Prestation[Prestation["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
12
17
  Prestation[Prestation["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
18
+ Prestation[Prestation["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
13
19
  })(Prestation || (exports.Prestation = Prestation = {}));
14
20
  //# sourceMappingURL=Prestation.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,UAKX,WALW,UAKX,YALD;;AAAA,CAAA,UAAY,UAAZ,EAAsB;AACpB,EAAA,UAAA,CAAA,UAAA,CAAA,iBAAA,CAAA,GAAA,EAAA,CAAA,GAAA,iBAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,iBAAA,CAAA,GAAA,EAAA,CAAA,GAAA,iBAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,8BAAA,CAAA,GAAA,EAAA,CAAA,GAAA,8BAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,cAAA,CAAA,GAAA,GAAA,CAAA,GAAA,cAAA;AACD,CALD,EAAY,UAAU,aAAV,UAAU,GAAV,UAAU,GAAA,EAAA,CAAtB","sourcesContent":["export enum Prestation {\n TELEDECLARATION = 13,\n CESSION_ACTIONS = 51,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n}"],"sourceRoot":"","file":"Prestation.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/Prestation.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,UAWX,WAXW,UAWX,YAXD;;AAAA,CAAA,UAAY,UAAZ,EAAsB;AACpB,EAAA,UAAA,CAAA,UAAA,CAAA,cAAA,CAAA,GAAA,CAAA,CAAA,GAAA,cAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,qBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,qBAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,iBAAA,CAAA,GAAA,EAAA,CAAA,GAAA,iBAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,mBAAA,CAAA,GAAA,EAAA,CAAA,GAAA,mBAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,iBAAA,CAAA,GAAA,EAAA,CAAA,GAAA,iBAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,wCAAA,CAAA,GAAA,EAAA,CAAA,GAAA,wCAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,2CAAA,CAAA,GAAA,EAAA,CAAA,GAAA,2CAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,8BAAA,CAAA,GAAA,EAAA,CAAA,GAAA,8BAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,cAAA,CAAA,GAAA,GAAA,CAAA,GAAA,cAAA;AACA,EAAA,UAAA,CAAA,UAAA,CAAA,oBAAA,CAAA,GAAA,GAAA,CAAA,GAAA,oBAAA;AACD,CAXD,EAAY,UAAU,aAAV,UAAU,GAAV,UAAU,GAAA,EAAA,CAAtB","sourcesContent":["export enum Prestation {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n}"],"sourceRoot":"","file":"Prestation.js"}
@@ -10,4 +10,11 @@ var YesNoNstState = exports.YesNoNstState = undefined;
10
10
  YesNoNstState[YesNoNstState["YES"] = 1] = "YES";
11
11
  YesNoNstState[YesNoNstState["NOT_SUBJECT_TO"] = 2] = "NOT_SUBJECT_TO";
12
12
  })(YesNoNstState || (exports.YesNoNstState = YesNoNstState = {}));
13
+
14
+ var ToDoOrDone = exports.ToDoOrDone = undefined;
15
+
16
+ (function (ToDoOrDone) {
17
+ ToDoOrDone["TO_DO"] = "TO_DO";
18
+ ToDoOrDone["DONE"] = "DONE";
19
+ })(ToDoOrDone || (exports.ToDoOrDone = ToDoOrDone = {}));
13
20
  //# sourceMappingURL=Util.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/Util.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,aAIX,WAJW,aAIX,YAJD;;AAAA,CAAA,UAAY,aAAZ,EAAyB;AACvB,EAAA,aAAA,CAAA,aAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,KAAA,CAAA,GAAA,CAAA,CAAA,GAAA,KAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,gBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,gBAAA;AACD,CAJD,EAAY,aAAa,aAAb,aAAa,GAAb,aAAa,GAAA,EAAA,CAAzB","sourcesContent":["export enum YesNoNstState {\n NO = 0,\n YES = 1,\n NOT_SUBJECT_TO = 2,\n}"],"sourceRoot":"","file":"Util.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/Util.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,aAIX,WAJW,aAIX,YAJD;;AAAA,CAAA,UAAY,aAAZ,EAAyB;AACvB,EAAA,aAAA,CAAA,aAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,KAAA,CAAA,GAAA,CAAA,CAAA,GAAA,KAAA;AACA,EAAA,aAAA,CAAA,aAAA,CAAA,gBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,gBAAA;AACD,CAJD,EAAY,aAAa,aAAb,aAAa,GAAb,aAAa,GAAA,EAAA,CAAzB;;AAKA,IAAY,UAGX,WAHW,UAGX,YAHD;;AAAA,CAAA,UAAY,UAAZ,EAAsB;AACpB,EAAA,UAAA,CAAA,OAAA,CAAA,GAAA,OAAA;AACA,EAAA,UAAA,CAAA,MAAA,CAAA,GAAA,MAAA;AACD,CAHD,EAAY,UAAU,aAAV,UAAU,GAAV,UAAU,GAAA,EAAA,CAAtB","sourcesContent":["export enum YesNoNstState {\n NO = 0,\n YES = 1,\n NOT_SUBJECT_TO = 2,\n}\nexport enum ToDoOrDone {\n TO_DO = 'TO_DO',\n DONE = 'DONE',\n}"],"sourceRoot":"","file":"Util.js"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ReadAccountingIncome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourceRoot":"","file":"ReadAccountingIncome.js"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class ReadDeclaration {}
8
+
9
+ exports.ReadDeclaration = ReadDeclaration;
10
+
11
+ class ReadInterchange {}
12
+
13
+ exports.ReadInterchange = ReadInterchange;
14
+
15
+ class RedactorAddress {}
16
+
17
+ exports.RedactorAddress = RedactorAddress;
18
+
19
+ class Redactor {}
20
+
21
+ exports.Redactor = Redactor;
22
+ //# sourceMappingURL=ReadInterchange.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/aspone/ReadInterchange.ts"],"names":[],"mappings":";;;;;;AAkBM,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e;;AAYP,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e;;AAQP,MAAO,eAAP,CAAsB;;QAAf,e,GAAA,e;;AAUP,MAAO,QAAP,CAAe;;QAAR,Q,GAAA,Q","sourcesContent":["export type PaymentState = {\n isError: boolean;\n details: string[];\n};\n\ntype Interchange = {\n name: string |null;\n label: string|null;\n isError: boolean;\n isFinal: boolean;\n date: string|null;\n detailledLabel?: string|null\n};\n\nexport type InterchangeState = Array<Interchange>;\n\nexport type InterchangeHistory = Interchange & { stateDetailsHistory: InterchangeState };\n\nexport class ReadDeclaration {\n idDeclaration: string;\n type: string;\n declarationType: {\n code: string| null;\n label: string | null\n };\n payment: PaymentState;\n dld: any;\n states: InterchangeHistory[];\n}\n\nexport class ReadInterchange {\n idDeposit: string;\n date: string;\n idInterchange: string;\n history: InterchangeHistory[];\n declarations: ReadDeclaration[];\n}\n\nexport class RedactorAddress {\n adresseNumero: string;\n adresseType: string | null;\n adresseVoie: string;\n adresseComplement: string;\n adresseCodePostal: string;\n adresseVille: string;\n adresseCodePays: string;\n}\n\nexport class Redactor {\n siret: string;\n designation: string;\n designationSuite1: string;\n adresse: RedactorAddress;\n referenceDossier: string;\n}\n\ntype Tag = 'Valeur' | 'AdresseVille' | 'AdresseVoie' | 'AdresseCodePays' | 'AdresseComplement' | 'AdresseCodePostal' | 'AdresseHameau' | 'Telephone' | 'Designation' | 'DesignationSuite1' | 'DesignationSuite2' | 'Identifiant' | 'TexteLibre1' | 'TexteLibre2' | 'DesignationSuite3';\ntype Tags = Array<{ description: string; tag: Tag; value: any }>;\n\ninterface FieldForGeneration {\n tag?: Tag;\n tags?: Tags,\n description?: string;\n key: string;\n value?: any;\n isMultiple: boolean;\n}\n\nexport interface PayloadForRegistration {\n isTest: boolean;\n redactor: Redactor;\n indebted: any;\n forms: Array<{ name: string; fields: FieldForGeneration[] }>;\n xml: string\n}"],"sourceRoot":"","file":"ReadInterchange.js"}
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class PasswordDigest {}
8
+
9
+ exports.PasswordDigest = PasswordDigest;
10
+
11
+ class WSDL {}
12
+
13
+ exports.WSDL = WSDL;
14
+
15
+ class AccessKeys {}
16
+
17
+ exports.AccessKeys = AccessKeys;
18
+
19
+ class RegistrationParams {}
20
+
21
+ exports.RegistrationParams = RegistrationParams;
22
+
23
+ class RegistrationResponse {}
24
+
25
+ exports.RegistrationResponse = RegistrationResponse;
26
+
27
+ class IndebtedIdentification {}
28
+
29
+ exports.IndebtedIdentification = IndebtedIdentification;
30
+
31
+ class StateHistory {}
32
+
33
+ exports.StateHistory = StateHistory;
34
+
35
+ class InterchangeDeclaration {}
36
+
37
+ exports.InterchangeDeclaration = InterchangeDeclaration;
38
+ //# sourceMappingURL=Util.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/aspone/Util.ts"],"names":[],"mappings":";;;;;;AAEM,MAAO,cAAP,CAAqB;;QAAd,c,GAAA,c;;AAMP,MAAO,IAAP,CAAW;;QAAJ,I,GAAA,I;;AAKP,MAAO,UAAP,CAAiB;;QAAV,U,GAAA,U;;AASP,MAAO,kBAAP,CAAyB;;QAAlB,kB,GAAA,kB;;AAUP,MAAO,oBAAP,CAA2B;;QAApB,oB,GAAA,oB;;AAMP,MAAO,sBAAP,CAA6B;;QAAtB,sB,GAAA,sB;;AAUP,MAAO,YAAP,CAAmB;;QAAZ,Y,GAAA,Y;;AAYP,MAAO,sBAAP,CAA6B;;QAAtB,sB,GAAA,sB","sourcesContent":["import { InterchangeHistory, PaymentState, Rof } from '../../..';\n\nexport class PasswordDigest {\n nonce: string;\n created: string;\n passwordDigest: string;\n}\n\nexport class WSDL {\n deposit: string;\n monitoring: string;\n}\n\nexport class AccessKeys {\n login: string;\n password: string;\n loginMB: string;\n passwordMB: string;\n apiKey: string;\n wsdl: WSDL;\n}\n\nexport class RegistrationParams {\n subject: string;\n idSociety: number;\n file: {\n buffer: Buffer,\n token: string\n };\n forceTestMode: boolean;\n}\n\nexport class RegistrationResponse {\n status: number;\n response: string;\n depositId: string | null;\n}\n\nexport class IndebtedIdentification {\n identifiant: string;\n designation: string;\n adresseVoie: string;\n adresseCodePostal: string;\n adresseVille: string;\n adresseCodePays: string;\n rof: Rof;\n}\n\nexport class StateHistory {\n name: string[];\n label: string[];\n isError: string[];\n isFinal: string[];\n date: string[];\n}\n\nexport type DeclarationStateHistory = StateHistory & { stateDetailsHistory: Array<{ stateDetail: InterchangeHistory[] }> };\n\nexport type DeclarationType = { code: string[]; libelle: string[] };\n\nexport class InterchangeDeclaration {\n interchange: [];\n numInterchangeDestinataire:string[];\n recipient: {\n name: string[];\n type: string[]\n };\n periodStart: string[];\n periodEnd: string[];\n nameDosier: string[];\n numDossier: string[];\n declarationId: string[];\n declarantSiret: string[];\n declarationType: DeclarationType[];\n statesHistory: Array<{ stateHistory: DeclarationStateHistory[] }>;\n dld: any[];\n}\n\nexport type DeclarationStates = {\n status: number;\n declarationType: {\n code: string| null;\n label: string | null\n }; type: string;\n payment: PaymentState;\n states: InterchangeHistory[],\n dld: any;\n idDeclaration: string|null\n};\nexport type InterchangeParsed = Array<{\n interchange: Array<{\n depositId: string[];\n depositDate: string[];\n depositSubject: string[];\n interchangeId: string[];\n numADS: string[];\n adsDate: string[];\n alias: string[];\n version: string[];\n isTest: string[];\n deposantAccount: string[];\n teleProdecure: string[];\n statesHistory: Array<{\n stateHistory: DeclarationStateHistory[]\n }>;\n declarationIds: string[];\n }>\n}>;"],"sourceRoot":"","file":"Util.js"}
@@ -27,11 +27,13 @@ class CreateBalanceSheetModuleForm {}
27
27
 
28
28
  exports.CreateBalanceSheetModuleForm = CreateBalanceSheetModuleForm;
29
29
 
30
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateBalanceSheetModuleForm.prototype, "inventory", void 0);
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "inventory", void 0);
31
31
 
32
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateBalanceSheetModuleForm.prototype, "loanToDeclare", void 0);
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "recoveryImmobilization", void 0);
33
33
 
34
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], CreateBalanceSheetModuleForm.prototype, "salariesFile", void 0);
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "incomeAllocation", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "salariesFile", void 0);
35
37
 
36
38
  __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "provisionToDeclare", void 0);
37
39
 
@@ -55,5 +57,7 @@ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(),
55
57
 
56
58
  __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "hasCheckedVAT", void 0);
57
59
 
60
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "hasCheckedCompanyTax", void 0);
61
+
58
62
  __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateBalanceSheetModuleForm.prototype, "idExercice", void 0);
59
63
  //# sourceMappingURL=CreateBalanceSheetModule.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,eAAA,E,KAAwB,CAAxB,CAAA;;AAMA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,cAAA,E,KAAuB,CAAvB,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,oBAAA,E,KAAoC,CAApC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,6BAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,0BAAA,E,KAA0C,CAA1C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,yBAAA,E,KAAyC,CAAzC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,gBAAA,E,KAAgC,CAAhC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,iBAAA,E,KAAiC,CAAjC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,eAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","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 inventory?: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile?: boolean;\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 @ApiProperty()\n idExercice: number;\n}"],"sourceRoot":"","file":"CreateBalanceSheetModule.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAKX,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,WAAA,E,KAA0B,CAA1B,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,wBAAA,E,KAAuC,CAAvC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,kBAAA,E,KAAgC,CAAhC,CAAA;;AASA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,cAAA,E,KAA8B,CAA9B,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,oBAAA,E,KAAoC,CAApC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,6BAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,0BAAA,E,KAA0C,CAA1C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,yBAAA,E,KAAyC,CAAzC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,gBAAA,E,KAAgC,CAAhC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,iBAAA,E,KAAiC,CAAjC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,eAAA,E,KAA+B,CAA/B,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,sBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","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 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}"],"sourceRoot":"","file":"CreateBalanceSheetModule.js"}
@@ -27,7 +27,11 @@ class UpdateBalanceSheetModuleForm {}
27
27
 
28
28
  exports.UpdateBalanceSheetModuleForm = UpdateBalanceSheetModuleForm;
29
29
 
30
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateBalanceSheetModuleForm.prototype, "inventory", void 0);
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "inventory", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "recoveryImmobilization", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "incomeAllocation", void 0);
31
35
 
32
36
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateBalanceSheetModuleForm.prototype, "loanToDeclare", void 0);
33
37
 
@@ -45,7 +49,7 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)
45
49
 
46
50
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "hasProviderInvoiceNotReceived", void 0);
47
51
 
48
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateBalanceSheetModuleForm.prototype, "salariesFile", void 0);
52
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "salariesFile", void 0);
49
53
 
50
54
  __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "hasManualEntryToDeclare", void 0);
51
55
 
@@ -55,5 +59,7 @@ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(),
55
59
 
56
60
  __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "hasCheckedVAT", void 0);
57
61
 
62
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "hasCheckedCompanyTax", void 0);
63
+
58
64
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateBalanceSheetModuleForm.prototype, "idExercice", void 0);
59
65
  //# sourceMappingURL=UpdateBalanceSheetModule.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,WAAA,E,KAAmB,CAAnB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,eAAA,E,KAAwB,CAAxB,CAAA;;AASA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,oBAAA,E,KAAoC,CAApC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,6BAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,0BAAA,E,KAA0C,CAA1C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,cAAA,E,KAAuB,CAAvB,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,yBAAA,E,KAAyC,CAAzC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,gBAAA,E,KAAgC,CAAhC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,iBAAA,E,KAAiC,CAAjC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,eAAA,E,KAA+B,CAA/B,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAoB,CAApB,CAAA","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\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 salariesFile?: boolean;\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 idExercice?: number;\n}"],"sourceRoot":"","file":"UpdateBalanceSheetModule.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAKX,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,WAAA,E,KAA0B,CAA1B,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,wBAAA,E,KAAuC,CAAvC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,kBAAA,E,KAAgC,CAAhC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,eAAA,E,KAAwB,CAAxB,CAAA;;AASA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,oBAAA,E,KAAoC,CAApC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,6BAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,0BAAA,E,KAA0C,CAA1C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,cAAA,E,KAA8B,CAA9B,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,yBAAA,E,KAAyC,CAAzC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,gBAAA,E,KAAgC,CAAhC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,iBAAA,E,KAAiC,CAAjC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,eAAA,E,KAA+B,CAA/B,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,sBAAA,E,KAAsC,CAAtC,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAoB,CAApB,CAAA","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n inventory: 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 loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\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 salariesFile?: 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 @ApiPropertyOptional()\n idExercice?: number;\n}"],"sourceRoot":"","file":"UpdateBalanceSheetModule.js"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UploadBankStatement = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class UploadBankStatement {}
25
+
26
+ exports.UploadBankStatement = UploadBankStatement;
27
+
28
+ __decorate([(0, _classValidator.IsOptional)(), (0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UploadBankStatement.prototype, "tokenCsv", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsNotEmpty)(), __metadata("design:type", Number)], UploadBankStatement.prototype, "idBankAccount", void 0);
31
+ //# sourceMappingURL=QueryBankStatement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/bankStatement/QueryBankStatement.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,mBAAP,CAA0B;;QAAnB,mB,GAAA,mB;;AAGX,UAAA,CAAA,CAFC,iCAED,EADC,iCACD,E,iCAAA,CAAA,E,6BAAA,E,UAAA,E,KAAkB,CAAlB,CAAA;;AAKA,UAAA,CAAA,CAHC,yBAGD,EAFC,+BAED,EADC,iCACD,E,iCAAA,CAAA,E,6BAAA,E,eAAA,E,KAAsB,CAAtB,CAAA","sourcesContent":["import { IsNotEmpty, IsNumber, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class UploadBankStatement {\n @IsOptional()\n @ApiPropertyOptional()\n tokenCsv?: string;\n\n @ApiProperty()\n @IsNumber()\n @IsNotEmpty()\n idBankAccount: number;\n\n file: File;\n}"],"sourceRoot":"","file":"QueryBankStatement.js"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryTransactionBankStatement = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _ = require("../../../..");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryTransactionBankStatement {}
25
+
26
+ exports.QueryTransactionBankStatement = QueryTransactionBankStatement;
27
+
28
+ __decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], QueryTransactionBankStatement.prototype, "accountingFile", void 0);
29
+
30
+ __decorate([(0, _.ApiProperty)(), __metadata("design:type", Array)], QueryTransactionBankStatement.prototype, "transactions", void 0);
31
+
32
+ __decorate([(0, _.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryTransactionBankStatement.prototype, "idBankAccount", void 0);
33
+ //# sourceMappingURL=QueryTransactionBankStatement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAGM,MAAO,6BAAP,CAAoC;;QAA7B,6B,GAAA,6B;;AAEX,UAAA,CAAA,CADC,4BACD,E,iCAAA,CAAA,E,uCAAA,E,gBAAA,E,KAAgC,CAAhC,CAAA;;AAGA,UAAA,CAAA,CADC,oBACD,E,gCAAA,CAAA,E,uCAAA,E,cAAA,E,KAAsC,CAAtC,CAAA;;AAIA,UAAA,CAAA,CAFC,oBAED,EADC,+BACD,E,iCAAA,CAAA,E,uCAAA,E,eAAA,E,KAAuB,CAAvB,CAAA","sourcesContent":["import { IsNumber } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../..';\nimport { OcrTransactionDetails } from '../ocr/OcrTypeTransactions';\n\nexport class QueryTransactionBankStatement {\n @ApiPropertyOptional()\n accountingFile?: { id: number };\n\n @ApiProperty()\n transactions: OcrTransactionDetails[];\n\n @ApiProperty()\n @IsNumber()\n idBankAccount?: number;\n}\n"],"sourceRoot":"","file":"QueryTransactionBankStatement.js"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ class ReadBankStatement {}
8
+
9
+ exports.ReadBankStatement = ReadBankStatement;
10
+ //# sourceMappingURL=ReadBankStatement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/bankStatement/ReadBankStatement.ts"],"names":[],"mappings":";;;;;;AAEM,MAAO,iBAAP,CAAwB;;QAAjB,iB,GAAA,iB","sourcesContent":["import { OcrTransactions } from '../ocr/OcrTransactions';\n\nexport class ReadBankStatement {\n success: boolean;\n data: OcrTransactions | null;\n}"],"sourceRoot":"","file":"ReadBankStatement.js"}
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.ParamsGenerate2065 = exports.Cerfa2065Remunerations = exports.Cerfa2065Society = exports.ParamsGenerate2033 = exports.Cerfa2033WorkForce = exports.Cerfa2033ApplicationDiverse = exports.Cerfa2033ApplicationDeficits = exports.Cerfa2033ReportableDeficits = exports.Cerfa2033ProvisionMoves = exports.Cerfa2033ProvisionNatures = exports.Cerfa2033Values = exports.Cerfa2033Amortizations = exports.Cerfa2033Immobilizations = exports.Cerfa2033FiscalResult = exports.Cerfa2033ExploitationResult = exports.Cerfa2033AccountingIncome = exports.Cerfa2033ExploitationExpenses = exports.Cerfa2033ExeploitationProducts = exports.Cerfa2033Referrals = exports.Cerfa2033Debts = exports.Cerfa2033Equity = exports.Cerfa2033CirculatingActive = exports.Cerfa2033FixedAsset = exports.Cerfa2033Society = exports.ParamsGenerate2035 = undefined;
6
+ exports.ParamsGenerate2065 = exports.Cerfa2065Remunerations = exports.Cerfa2065Society = exports.ParamsGenerate2033 = exports.Cerfa2033WorkForce = exports.Cerfa2033ApplicationDiverse = exports.Cerfa2033ApplicationDeficits = exports.Cerfa2033ReportableDeficits = exports.Cerfa2033ProvisionMoves = exports.Cerfa2033ProvisionNatures = exports.Cerfa2033Values = exports.Cerfa2033Amortizations = exports.Cerfa2033Immobilizations = exports.Cerfa2033FiscalResult = exports.Cerfa2033ExploitationResult = exports.Cerfa2033AccountingIncome = exports.Cerfa2033ExploitationExpenses = exports.Cerfa2033ExeploitationProducts = exports.Cerfa2033Referrals = exports.Cerfa2033Debts = exports.Cerfa2033Equity = exports.Cerfa2033CirculatingActive = exports.Cerfa2033FixedAsset = exports.Cerfa2033Society = exports.ParamsGenerate2035FullDocument = exports.ParamsGenerate2035 = exports.ParamsGenerate2050 = exports.ParamsGenerate2031 = undefined;
7
7
 
8
8
  var _classValidator = require("class-validator");
9
9
 
@@ -23,63 +23,39 @@ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
23
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
24
  };
25
25
 
26
- class ParamsGenerate2035 {}
27
-
28
- exports.ParamsGenerate2035 = ParamsGenerate2035;
29
-
30
- __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], ParamsGenerate2035.prototype, "isTest", void 0);
31
-
32
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], ParamsGenerate2035.prototype, "isNil", void 0);
33
-
34
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], ParamsGenerate2035.prototype, "withoutTax", void 0);
35
-
36
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], ParamsGenerate2035.prototype, "withTax", void 0);
37
-
38
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "disbursements", void 0);
39
-
40
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "supplement", void 0);
41
-
42
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "activityCode", void 0);
43
-
44
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "valueAddedTax", void 0);
45
-
46
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "equipmentRentalCollaborationFees", void 0);
26
+ class ParamsGenerate2031 {}
47
27
 
48
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "lumpSumAssessment", void 0);
28
+ exports.ParamsGenerate2031 = ParamsGenerate2031;
49
29
 
50
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "personalSocialChargesObligatory", void 0);
51
-
52
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "contributionsMadelin", void 0);
53
-
54
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "retirementSavingsPlans", void 0);
55
-
56
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "miscellaneousToBeReinstated", void 0);
57
-
58
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "civilSocietyBenefit", void 0);
59
-
60
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "administrationFees", void 0);
30
+ __decorate([(0, _utils.ApiProperty)({
31
+ description: 'Formulaire à néant'
32
+ }), __metadata("design:type", Boolean)], ParamsGenerate2031.prototype, "isNil", void 0);
61
33
 
62
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "mtbdFreeZoneAmount", void 0);
34
+ class ParamsGenerate2050 {}
63
35
 
64
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "mtbdNewBusinessAmount", void 0);
36
+ exports.ParamsGenerate2050 = ParamsGenerate2050;
65
37
 
66
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "mtbdInnovativeCompaniesAmount", void 0);
38
+ class ParamsGenerate2035 {}
67
39
 
68
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "mtbdInnovativeCompaniesYoungArtists", void 0);
40
+ exports.ParamsGenerate2035 = ParamsGenerate2035;
69
41
 
70
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "mtbdDoctorsExemptionAmount", void 0);
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], ParamsGenerate2035.prototype, "isNil", void 0);
71
43
 
72
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "mtbdDoctorsExemptionSectorApprovedDoctors", void 0);
44
+ __decorate([(0, _utils.ApiPropertyOptional)({
45
+ description: 'Modifie le chemin du PDF'
46
+ }), (0, _boolean.ToBoolean)(), (0, _classValidator.IsBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], ParamsGenerate2035.prototype, "isTest", void 0);
73
47
 
74
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "grossReceipts", void 0);
48
+ class ParamsGenerate2035FullDocument {}
75
49
 
76
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "relatedToPurchasesAmount", void 0);
50
+ exports.ParamsGenerate2035FullDocument = ParamsGenerate2035FullDocument;
77
51
 
78
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "retrocededFees", void 0);
52
+ __decorate([(0, _utils.ApiPropertyOptional)({
53
+ description: 'Modifie le chemin du PDF'
54
+ }), __metadata("design:type", Boolean)], ParamsGenerate2035FullDocument.prototype, "isTest", void 0);
79
55
 
80
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "territorialContribution", void 0);
56
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", ParamsGenerate2035)], ParamsGenerate2035FullDocument.prototype, "cerfa2035", void 0);
81
57
 
82
- __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2035.prototype, "miscellaneousToBeDeductedTotal", void 0);
58
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2035FullDocument.prototype, "cerfa2035WithSuites", void 0);
83
59
  /**
84
60
  * CERFA 2033 TYPES
85
61
  */
@@ -169,7 +145,9 @@ class ParamsGenerate2033 {}
169
145
 
170
146
  exports.ParamsGenerate2033 = ParamsGenerate2033;
171
147
 
172
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], ParamsGenerate2033.prototype, "isTest", void 0);
148
+ __decorate([(0, _utils.ApiPropertyOptional)({
149
+ description: 'Modifie le chemin du PDF'
150
+ }), __metadata("design:type", Boolean)], ParamsGenerate2033.prototype, "isTest", void 0);
173
151
 
174
152
  __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], ParamsGenerate2033.prototype, "isNil", void 0);
175
153
 
@@ -372,132 +350,4 @@ exports.ParamsGenerate2065 = ParamsGenerate2065;
372
350
  __decorate([(0, _utils.ApiPropertyOptional)({
373
351
  description: 'Modifie le chemin du PDF'
374
352
  }), __metadata("design:type", Boolean)], ParamsGenerate2065.prototype, "isTest", void 0);
375
-
376
- __decorate([(0, _utils.ApiProperty)({
377
- description: 'Adresse du siège social'
378
- }), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "headOfficeAddress", void 0);
379
-
380
- __decorate([(0, _utils.ApiProperty)({
381
- description: 'Adresse du principal établissement'
382
- }), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "principalEstablishmentAddress", void 0);
383
-
384
- __decorate([(0, _utils.ApiProperty)({
385
- description: 'Ancienne adresse en cas de changement:'
386
- }), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "oldAddress", void 0);
387
-
388
- __decorate([(0, _utils.ApiProperty)({}), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "hasChangedActivity", void 0);
389
-
390
- __decorate([(0, _utils.ApiProperty)({
391
- description: 'Recettes nettes soumises à la contribution de 2,5%'
392
- }), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "income2Dot5", void 0);
393
-
394
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "addedValues15", void 0);
395
-
396
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "addedValues19", void 0);
397
-
398
- __decorate([(0, _utils.ApiProperty)({
399
- description: 'PV exonérées (art. 238 quindecies)'
400
- }), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "exoneration", void 0);
401
-
402
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "otherAddedValues19", void 0);
403
-
404
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "otherAddedValues0", void 0);
405
-
406
- __decorate([(0, _utils.ApiProperty)({
407
- description: 'Entreprise nouvelle, art. 44 sexies'
408
- }), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isNewBusinessSexies", void 0);
409
-
410
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isYoungBusiness", void 0);
411
-
412
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isNewBusinessSepties", void 0);
413
-
414
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isActivityZone", void 0);
415
-
416
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isRestructuration", void 0);
417
-
418
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isUrbanToDynamise", void 0);
419
-
420
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isUrban", void 0);
421
-
422
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isOther", void 0);
423
-
424
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isPriorityZone", void 0);
425
-
426
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isInvestmentBusiness", void 0);
427
-
428
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "benefitOrDeficit", void 0);
429
-
430
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "exoneration15", void 0);
431
-
432
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isImpositionDOMTOM", void 0);
433
-
434
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "furnitureIncome", void 0);
435
-
436
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "icomeOther", void 0);
437
-
438
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isSocietyHead", void 0);
439
-
440
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "otherSocietyHeadName", void 0);
441
-
442
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "otherSocietyHeadNumber", void 0);
443
-
444
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "isSocietyDesigned", void 0);
445
-
446
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "societyHeadName", void 0);
447
-
448
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "societyHeadNumber", void 0);
449
-
450
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "hasAccountancyComputerized", void 0);
451
-
452
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "hasNotAccountancyComputerized", void 0);
453
-
454
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "accountancyComputerizedName", void 0);
455
-
456
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "distributionAmountBySociety", void 0);
457
-
458
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "distributionAmountByEstablishment", void 0);
459
-
460
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "remuneration", void 0);
461
-
462
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "advances", void 0);
463
-
464
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "other1", void 0);
465
-
466
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "other2", void 0);
467
-
468
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "other3", void 0);
469
-
470
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "other4", void 0);
471
-
472
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "elligible", void 0);
473
-
474
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "noElligible", void 0);
475
-
476
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Object)], ParamsGenerate2065.prototype, "amountRemunerations", void 0);
477
-
478
- __decorate([(0, _utils.ApiProperty)({
479
- description: 'RÉMUNÉRATIONS NETTES VERSÉES AUX MEMBRES DE CERTAINES SOCIÉTÉS'
480
- }), __metadata("design:type", Array)], ParamsGenerate2065.prototype, "businessPartnersValues", void 0);
481
-
482
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], ParamsGenerate2065.prototype, "diverseName", void 0);
483
-
484
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], ParamsGenerate2065.prototype, "diverseAddress", void 0);
485
-
486
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], ParamsGenerate2065.prototype, "diverseOtherAddress", void 0);
487
-
488
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], ParamsGenerate2065.prototype, "simplifiedAmount", void 0);
489
-
490
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], ParamsGenerate2065.prototype, "simplifiedRetrocessions", void 0);
491
-
492
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], ParamsGenerate2065.prototype, "simplifiedRemainingExerciceStart", void 0);
493
-
494
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], ParamsGenerate2065.prototype, "simplifiedImputed", void 0);
495
-
496
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], ParamsGenerate2065.prototype, "simplifiedRealized", void 0);
497
-
498
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], ParamsGenerate2065.prototype, "simplifiedRemaining", void 0);
499
-
500
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], ParamsGenerate2065.prototype, "hasReduceRate", void 0);
501
-
502
- __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], ParamsGenerate2065.prototype, "hasViewer", void 0);
503
353
  //# sourceMappingURL=CreateCerfa.js.map