@silexpert/core 1.3.138 → 1.3.140-esm-1

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 (6131) hide show
  1. package/dist/cjs/api/resources/DashboardLayout.d.ts +3 -4
  2. package/dist/cjs/api/resources/DashboardLayout.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/DashboardLayout.js.map +1 -1
  4. package/dist/cjs/api/resources/Registration.js +1 -1
  5. package/dist/cjs/api/resources/Registration.js.map +1 -1
  6. package/dist/cjs/types/Enum/Aspone.d.ts +8 -0
  7. package/dist/cjs/types/Enum/Aspone.d.ts.map +1 -1
  8. package/dist/cjs/types/Enum/Aspone.js +11 -1
  9. package/dist/cjs/types/Enum/Aspone.js.map +1 -1
  10. package/dist/cjs/types/Enum/BalanceSheet.d.ts +66 -0
  11. package/dist/cjs/types/Enum/BalanceSheet.d.ts.map +1 -1
  12. package/dist/cjs/types/Enum/BalanceSheet.js +136 -69
  13. package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
  14. package/dist/cjs/types/Enum/BalanceSheetQuestion.d.ts +62 -1
  15. package/dist/cjs/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  16. package/dist/cjs/types/Enum/BalanceSheetQuestion.js +62 -0
  17. package/dist/cjs/types/Enum/BalanceSheetQuestion.js.map +1 -1
  18. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts +58 -13
  19. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
  20. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js +58 -12
  21. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  22. package/dist/cjs/types/Enum/GlobalRegime.js +19 -19
  23. package/dist/cjs/types/Enum/GlobalRegime.js.map +1 -1
  24. package/dist/cjs/types/Enum/IncomeStatement.d.ts +32 -0
  25. package/dist/cjs/types/Enum/IncomeStatement.d.ts.map +1 -1
  26. package/dist/cjs/types/Enum/IncomeStatement.js +74 -41
  27. package/dist/cjs/types/Enum/IncomeStatement.js.map +1 -1
  28. package/dist/cjs/types/Enum/LegalForm.d.ts +1 -0
  29. package/dist/cjs/types/Enum/LegalForm.d.ts.map +1 -1
  30. package/dist/cjs/types/Enum/LegalForm.js +39 -4
  31. package/dist/cjs/types/Enum/LegalForm.js.map +1 -1
  32. package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +3 -2
  33. package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +1 -1
  34. package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -1
  35. package/dist/cjs/types/Interface/api/cerfa/2031.d.ts +3 -2
  36. package/dist/cjs/types/Interface/api/cerfa/2031.d.ts.map +1 -1
  37. package/dist/cjs/types/Interface/api/cerfa/2031.js.map +1 -1
  38. package/dist/cjs/types/Interface/api/cerfa/2050.d.ts +1592 -1634
  39. package/dist/cjs/types/Interface/api/cerfa/2050.d.ts.map +1 -1
  40. package/dist/cjs/types/Interface/api/cerfa/2050.js.map +1 -1
  41. package/dist/cjs/types/Interface/api/cerfa/2065.d.ts +3 -2
  42. package/dist/cjs/types/Interface/api/cerfa/2065.d.ts.map +1 -1
  43. package/dist/cjs/types/Interface/api/cerfa/2065.js.map +1 -1
  44. package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.d.ts +10 -1
  45. package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
  46. package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
  47. package/dist/cjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts +3 -2
  48. package/dist/cjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts.map +1 -1
  49. package/dist/cjs/types/Interface/api/incomeStatement/ReadIncomeStatement.js.map +1 -1
  50. package/dist/cjs/types/Interface/api/payment/Params.d.ts +1 -0
  51. package/dist/cjs/types/Interface/api/payment/Params.d.ts.map +1 -1
  52. package/dist/cjs/types/Interface/api/payment/Params.js +9 -0
  53. package/dist/cjs/types/Interface/api/payment/Params.js.map +1 -1
  54. package/dist/cjs/types/Interface/api/registration/ReadRegistration.d.ts +4 -0
  55. package/dist/cjs/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
  56. package/dist/cjs/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  57. package/dist/cjs/utils/bankAccount.js +5 -5
  58. package/dist/cjs/utils/bankAccount.js.map +1 -1
  59. package/dist/cjs/utils/checkup.js +20 -20
  60. package/dist/cjs/utils/checkup.js.map +1 -1
  61. package/dist/cjs/utils/commercialManagement/document.js +4 -4
  62. package/dist/cjs/utils/commercialManagement/document.js.map +1 -1
  63. package/dist/cjs/utils/commercialManagement/recurrence.js +7 -7
  64. package/dist/cjs/utils/commercialManagement/recurrence.js.map +1 -1
  65. package/dist/cjs/utils/commercialOffer.js +4 -4
  66. package/dist/cjs/utils/commercialOffer.js.map +1 -1
  67. package/dist/cjs/utils/date.js +8 -8
  68. package/dist/cjs/utils/date.js.map +1 -1
  69. package/dist/cjs/utils/documents.js +3 -3
  70. package/dist/cjs/utils/documents.js.map +1 -1
  71. package/dist/cjs/utils/email.js +1 -1
  72. package/dist/cjs/utils/email.js.map +1 -1
  73. package/dist/cjs/utils/exercice.js +4 -4
  74. package/dist/cjs/utils/exercice.js.map +1 -1
  75. package/dist/cjs/utils/payment.js +23 -23
  76. package/dist/cjs/utils/payment.js.map +1 -1
  77. package/dist/cjs/utils/prestation.js +3 -3
  78. package/dist/cjs/utils/prestation.js.map +1 -1
  79. package/dist/cjs/utils/quotation.js +2 -2
  80. package/dist/cjs/utils/quotation.js.map +1 -1
  81. package/dist/cjs/utils/tests/payment.spec.js +42 -42
  82. package/dist/cjs/utils/tests/payment.spec.js.map +1 -1
  83. package/dist/cjs/utils/vat/3310/century23.js +8 -8
  84. package/dist/cjs/utils/vat/3310/century23.js.map +1 -1
  85. package/dist/cjs/utils/vat/3310/century24.js +8 -8
  86. package/dist/cjs/utils/vat/3310/century24.js.map +1 -1
  87. package/dist/cjs/utils/vat/3310/century25.js +8 -8
  88. package/dist/cjs/utils/vat/3310/century25.js.map +1 -1
  89. package/dist/cjs/utils/vat/3514/century22.js +5 -5
  90. package/dist/cjs/utils/vat/3514/century22.js.map +1 -1
  91. package/dist/cjs/utils/vat/3517/century23.d.ts.map +1 -1
  92. package/dist/cjs/utils/vat/3517/century23.js +13 -13
  93. package/dist/cjs/utils/vat/3517/century23.js.map +1 -1
  94. package/dist/cjs/utils/vat/3517/century25.js +13 -13
  95. package/dist/cjs/utils/vat/3517/century25.js.map +1 -1
  96. package/dist/cjs/utils/vat/3519/century17.js +3 -3
  97. package/dist/cjs/utils/vat/3519/century17.js.map +1 -1
  98. package/dist/cjs/utils/vat/3519/century23.js +3 -3
  99. package/dist/cjs/utils/vat/3519/century23.js.map +1 -1
  100. package/dist/cjs/utils/vat/centuries.js +4 -4
  101. package/dist/cjs/utils/vat/centuries.js.map +1 -1
  102. package/dist/cjs/utils/vat/registration.js +4 -4
  103. package/dist/cjs/utils/vat/registration.js.map +1 -1
  104. package/dist/esm/api/resources/DashboardLayout.d.ts +9 -0
  105. package/dist/esm/api/resources/DashboardLayout.d.ts.map +1 -0
  106. package/dist/esm/api/resources/DashboardLayout.js.map +1 -0
  107. package/dist/esm/api/resources/Registration.js +74 -0
  108. package/dist/esm/api/resources/Registration.js.map +1 -0
  109. package/dist/esm/types/Enum/Aspone.d.ts +192 -0
  110. package/dist/esm/types/Enum/Aspone.d.ts.map +1 -0
  111. package/dist/esm/types/Enum/Aspone.js +212 -0
  112. package/dist/esm/types/Enum/Aspone.js.map +1 -0
  113. package/dist/esm/types/Enum/BalanceSheet.d.ts +315 -0
  114. package/dist/esm/types/Enum/BalanceSheet.d.ts.map +1 -0
  115. package/dist/esm/types/Enum/BalanceSheet.js +972 -0
  116. package/dist/esm/types/Enum/BalanceSheet.js.map +1 -0
  117. package/dist/esm/types/Enum/BalanceSheetQuestion.d.ts +513 -0
  118. package/dist/esm/types/Enum/BalanceSheetQuestion.d.ts.map +1 -0
  119. package/dist/esm/types/Enum/BalanceSheetQuestion.js +520 -0
  120. package/dist/esm/types/Enum/BalanceSheetQuestion.js.map +1 -0
  121. package/dist/esm/types/Enum/BalanceSheetQuestionWording.d.ts +558 -0
  122. package/dist/esm/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -0
  123. package/dist/esm/types/Enum/BalanceSheetQuestionWording.js +565 -0
  124. package/dist/esm/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
  125. package/dist/esm/types/Enum/GlobalRegime.js +574 -0
  126. package/dist/esm/types/Enum/GlobalRegime.js.map +1 -0
  127. package/dist/esm/types/Enum/IncomeStatement.d.ts +54 -0
  128. package/dist/esm/types/Enum/IncomeStatement.d.ts.map +1 -0
  129. package/dist/esm/types/Enum/IncomeStatement.js +348 -0
  130. package/dist/esm/types/Enum/IncomeStatement.js.map +1 -0
  131. package/dist/esm/types/Enum/LegalForm.d.ts +41 -0
  132. package/dist/esm/types/Enum/LegalForm.d.ts.map +1 -0
  133. package/dist/esm/types/Enum/LegalForm.js +278 -0
  134. package/dist/esm/types/Enum/LegalForm.js.map +1 -0
  135. package/dist/esm/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +13 -0
  136. package/dist/esm/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +1 -0
  137. package/dist/esm/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -0
  138. package/dist/esm/types/Interface/api/cerfa/2031.d.ts +572 -0
  139. package/dist/esm/types/Interface/api/cerfa/2031.d.ts.map +1 -0
  140. package/dist/esm/types/Interface/api/cerfa/2031.js.map +1 -0
  141. package/dist/esm/types/Interface/api/cerfa/2050.d.ts +1634 -0
  142. package/dist/esm/types/Interface/api/cerfa/2050.d.ts.map +1 -0
  143. package/dist/esm/types/Interface/api/cerfa/2050.js.map +1 -0
  144. package/dist/esm/types/Interface/api/cerfa/2065.d.ts +418 -0
  145. package/dist/esm/types/Interface/api/cerfa/2065.d.ts.map +1 -0
  146. package/dist/esm/types/Interface/api/cerfa/2065.js.map +1 -0
  147. package/dist/esm/types/Interface/api/cerfa/ReadCerfa.d.ts +137 -0
  148. package/dist/esm/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -0
  149. package/dist/esm/types/Interface/api/cerfa/ReadCerfa.js.map +1 -0
  150. package/dist/esm/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts +8 -0
  151. package/dist/esm/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts.map +1 -0
  152. package/dist/esm/types/Interface/api/incomeStatement/ReadIncomeStatement.js.map +1 -0
  153. package/dist/esm/types/Interface/api/payment/Params.d.ts +28 -0
  154. package/dist/esm/types/Interface/api/payment/Params.d.ts.map +1 -0
  155. package/dist/esm/types/Interface/api/payment/Params.js +162 -0
  156. package/dist/esm/types/Interface/api/payment/Params.js.map +1 -0
  157. package/dist/esm/types/Interface/api/registration/ReadRegistration.d.ts +56 -0
  158. package/dist/esm/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -0
  159. package/dist/esm/types/Interface/api/registration/ReadRegistration.js.map +1 -0
  160. package/dist/esm/utils/bankAccount.js +38 -0
  161. package/dist/esm/utils/bankAccount.js.map +1 -0
  162. package/dist/esm/utils/checkup.js +771 -0
  163. package/dist/esm/utils/checkup.js.map +1 -0
  164. package/dist/esm/utils/commercialManagement/document.js +154 -0
  165. package/dist/esm/utils/commercialManagement/document.js.map +1 -0
  166. package/dist/esm/utils/commercialManagement/recurrence.js +30 -0
  167. package/dist/esm/utils/commercialManagement/recurrence.js.map +1 -0
  168. package/dist/esm/utils/commercialOffer.js +41 -0
  169. package/dist/esm/utils/commercialOffer.js.map +1 -0
  170. package/dist/esm/utils/date.js +92 -0
  171. package/dist/esm/utils/date.js.map +1 -0
  172. package/dist/esm/utils/documents.js +74 -0
  173. package/dist/esm/utils/documents.js.map +1 -0
  174. package/dist/esm/utils/email.js +426 -0
  175. package/dist/esm/utils/email.js.map +1 -0
  176. package/dist/esm/utils/exercice.js +24 -0
  177. package/dist/esm/utils/exercice.js.map +1 -0
  178. package/dist/esm/utils/payment.js +354 -0
  179. package/dist/esm/utils/payment.js.map +1 -0
  180. package/dist/esm/utils/prestation.js +388 -0
  181. package/dist/esm/utils/prestation.js.map +1 -0
  182. package/dist/esm/utils/quotation.js +275 -0
  183. package/dist/esm/utils/quotation.js.map +1 -0
  184. package/dist/esm/utils/tests/payment.spec.js +482 -0
  185. package/dist/esm/utils/tests/payment.spec.js.map +1 -0
  186. package/dist/esm/utils/vat/3310/century23.js +1641 -0
  187. package/dist/esm/utils/vat/3310/century23.js.map +1 -0
  188. package/dist/esm/utils/vat/3310/century24.js +1661 -0
  189. package/dist/esm/utils/vat/3310/century24.js.map +1 -0
  190. package/dist/esm/utils/vat/3310/century25.js +1704 -0
  191. package/dist/esm/utils/vat/3310/century25.js.map +1 -0
  192. package/dist/esm/utils/vat/3514/century22.js +109 -0
  193. package/dist/esm/utils/vat/3514/century22.js.map +1 -0
  194. package/dist/esm/utils/vat/3517/century23.d.ts.map +1 -0
  195. package/dist/esm/utils/vat/3517/century23.js +2108 -0
  196. package/dist/esm/utils/vat/3517/century23.js.map +1 -0
  197. package/dist/esm/utils/vat/3517/century25.js +2183 -0
  198. package/dist/esm/utils/vat/3517/century25.js.map +1 -0
  199. package/dist/esm/utils/vat/3519/century17.js +89 -0
  200. package/dist/esm/utils/vat/3519/century17.js.map +1 -0
  201. package/dist/esm/utils/vat/3519/century23.js +149 -0
  202. package/dist/esm/utils/vat/3519/century23.js.map +1 -0
  203. package/dist/esm/utils/vat/centuries.js +111 -0
  204. package/dist/esm/utils/vat/centuries.js.map +1 -0
  205. package/dist/esm/utils/vat/registration.js +210 -0
  206. package/dist/esm/utils/vat/registration.js.map +1 -0
  207. package/package.json +1 -1
  208. package/ts/api/resources/DashboardLayout.ts +3 -4
  209. package/ts/api/resources/Registration.ts +1 -1
  210. package/ts/types/Enum/Aspone.ts +10 -0
  211. package/ts/types/Enum/BalanceSheet.ts +137 -68
  212. package/ts/types/Enum/BalanceSheetQuestion.ts +63 -0
  213. package/ts/types/Enum/BalanceSheetQuestionWording.ts +130 -81
  214. package/ts/types/Enum/GlobalRegime.ts +19 -19
  215. package/ts/types/Enum/IncomeStatement.ts +73 -40
  216. package/ts/types/Enum/LegalForm.ts +40 -4
  217. package/ts/types/Interface/api/balanceSheet/ReadBalanceSheet.ts +4 -2
  218. package/ts/types/Interface/api/cerfa/2031.ts +3 -2
  219. package/ts/types/Interface/api/cerfa/2050.ts +1580 -1399
  220. package/ts/types/Interface/api/cerfa/2065.ts +2 -2
  221. package/ts/types/Interface/api/cerfa/ReadCerfa.ts +20 -2
  222. package/ts/types/Interface/api/incomeStatement/ReadIncomeStatement.ts +4 -2
  223. package/ts/types/Interface/api/payment/Params.ts +9 -1
  224. package/ts/types/Interface/api/registration/ReadRegistration.ts +4 -0
  225. package/ts/utils/bankAccount.ts +1 -1
  226. package/ts/utils/checkup.ts +18 -18
  227. package/ts/utils/commercialManagement/document.ts +1 -1
  228. package/ts/utils/commercialManagement/recurrence.ts +3 -3
  229. package/ts/utils/commercialOffer.ts +2 -2
  230. package/ts/utils/date.ts +3 -3
  231. package/ts/utils/documents.ts +1 -1
  232. package/ts/utils/email.ts +1 -1
  233. package/ts/utils/exercice.ts +1 -1
  234. package/ts/utils/payment.ts +1 -1
  235. package/ts/utils/prestation.ts +1 -1
  236. package/ts/utils/quotation.ts +1 -1
  237. package/ts/utils/tests/payment.spec.ts +1 -1
  238. package/ts/utils/vat/3310/century23.ts +1 -1
  239. package/ts/utils/vat/3310/century24.ts +1 -1
  240. package/ts/utils/vat/3310/century25.ts +1 -1
  241. package/ts/utils/vat/3514/century22.ts +3 -3
  242. package/ts/utils/vat/3517/century23.ts +1 -2
  243. package/ts/utils/vat/3517/century25.ts +1 -1
  244. package/ts/utils/vat/3519/century17.ts +1 -1
  245. package/ts/utils/vat/3519/century23.ts +1 -1
  246. package/ts/utils/vat/centuries.ts +1 -1
  247. package/ts/utils/vat/registration.ts +1 -1
  248. package/dist/mjs/api/resources/DashboardLayout.d.ts +0 -10
  249. package/dist/mjs/api/resources/DashboardLayout.d.ts.map +0 -1
  250. package/dist/mjs/api/resources/DashboardLayout.js.map +0 -1
  251. package/dist/mjs/api/resources/Registration.js +0 -74
  252. package/dist/mjs/api/resources/Registration.js.map +0 -1
  253. package/dist/mjs/types/Enum/Aspone.d.ts +0 -184
  254. package/dist/mjs/types/Enum/Aspone.d.ts.map +0 -1
  255. package/dist/mjs/types/Enum/Aspone.js +0 -202
  256. package/dist/mjs/types/Enum/Aspone.js.map +0 -1
  257. package/dist/mjs/types/Enum/BalanceSheet.d.ts +0 -249
  258. package/dist/mjs/types/Enum/BalanceSheet.d.ts.map +0 -1
  259. package/dist/mjs/types/Enum/BalanceSheet.js +0 -905
  260. package/dist/mjs/types/Enum/BalanceSheet.js.map +0 -1
  261. package/dist/mjs/types/Enum/BalanceSheetQuestion.d.ts +0 -452
  262. package/dist/mjs/types/Enum/BalanceSheetQuestion.d.ts.map +0 -1
  263. package/dist/mjs/types/Enum/BalanceSheetQuestion.js +0 -458
  264. package/dist/mjs/types/Enum/BalanceSheetQuestion.js.map +0 -1
  265. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts +0 -513
  266. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +0 -1
  267. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js +0 -519
  268. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js.map +0 -1
  269. package/dist/mjs/types/Enum/GlobalRegime.js +0 -574
  270. package/dist/mjs/types/Enum/GlobalRegime.js.map +0 -1
  271. package/dist/mjs/types/Enum/IncomeStatement.d.ts +0 -22
  272. package/dist/mjs/types/Enum/IncomeStatement.d.ts.map +0 -1
  273. package/dist/mjs/types/Enum/IncomeStatement.js +0 -315
  274. package/dist/mjs/types/Enum/IncomeStatement.js.map +0 -1
  275. package/dist/mjs/types/Enum/LegalForm.d.ts +0 -40
  276. package/dist/mjs/types/Enum/LegalForm.d.ts.map +0 -1
  277. package/dist/mjs/types/Enum/LegalForm.js +0 -243
  278. package/dist/mjs/types/Enum/LegalForm.js.map +0 -1
  279. package/dist/mjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +0 -12
  280. package/dist/mjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +0 -1
  281. package/dist/mjs/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +0 -1
  282. package/dist/mjs/types/Interface/api/cerfa/2031.d.ts +0 -571
  283. package/dist/mjs/types/Interface/api/cerfa/2031.d.ts.map +0 -1
  284. package/dist/mjs/types/Interface/api/cerfa/2031.js.map +0 -1
  285. package/dist/mjs/types/Interface/api/cerfa/2050.d.ts +0 -1676
  286. package/dist/mjs/types/Interface/api/cerfa/2050.d.ts.map +0 -1
  287. package/dist/mjs/types/Interface/api/cerfa/2050.js.map +0 -1
  288. package/dist/mjs/types/Interface/api/cerfa/2065.d.ts +0 -417
  289. package/dist/mjs/types/Interface/api/cerfa/2065.d.ts.map +0 -1
  290. package/dist/mjs/types/Interface/api/cerfa/2065.js.map +0 -1
  291. package/dist/mjs/types/Interface/api/cerfa/ReadCerfa.d.ts +0 -128
  292. package/dist/mjs/types/Interface/api/cerfa/ReadCerfa.d.ts.map +0 -1
  293. package/dist/mjs/types/Interface/api/cerfa/ReadCerfa.js.map +0 -1
  294. package/dist/mjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts +0 -7
  295. package/dist/mjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts.map +0 -1
  296. package/dist/mjs/types/Interface/api/incomeStatement/ReadIncomeStatement.js.map +0 -1
  297. package/dist/mjs/types/Interface/api/payment/Params.d.ts +0 -27
  298. package/dist/mjs/types/Interface/api/payment/Params.d.ts.map +0 -1
  299. package/dist/mjs/types/Interface/api/payment/Params.js +0 -152
  300. package/dist/mjs/types/Interface/api/payment/Params.js.map +0 -1
  301. package/dist/mjs/types/Interface/api/registration/ReadRegistration.d.ts +0 -52
  302. package/dist/mjs/types/Interface/api/registration/ReadRegistration.d.ts.map +0 -1
  303. package/dist/mjs/types/Interface/api/registration/ReadRegistration.js.map +0 -1
  304. package/dist/mjs/utils/bankAccount.js +0 -38
  305. package/dist/mjs/utils/bankAccount.js.map +0 -1
  306. package/dist/mjs/utils/checkup.js +0 -771
  307. package/dist/mjs/utils/checkup.js.map +0 -1
  308. package/dist/mjs/utils/commercialManagement/document.js +0 -154
  309. package/dist/mjs/utils/commercialManagement/document.js.map +0 -1
  310. package/dist/mjs/utils/commercialManagement/recurrence.js +0 -30
  311. package/dist/mjs/utils/commercialManagement/recurrence.js.map +0 -1
  312. package/dist/mjs/utils/commercialOffer.js +0 -41
  313. package/dist/mjs/utils/commercialOffer.js.map +0 -1
  314. package/dist/mjs/utils/date.js +0 -92
  315. package/dist/mjs/utils/date.js.map +0 -1
  316. package/dist/mjs/utils/documents.js +0 -74
  317. package/dist/mjs/utils/documents.js.map +0 -1
  318. package/dist/mjs/utils/email.js +0 -426
  319. package/dist/mjs/utils/email.js.map +0 -1
  320. package/dist/mjs/utils/exercice.js +0 -24
  321. package/dist/mjs/utils/exercice.js.map +0 -1
  322. package/dist/mjs/utils/payment.js +0 -354
  323. package/dist/mjs/utils/payment.js.map +0 -1
  324. package/dist/mjs/utils/prestation.js +0 -388
  325. package/dist/mjs/utils/prestation.js.map +0 -1
  326. package/dist/mjs/utils/quotation.js +0 -275
  327. package/dist/mjs/utils/quotation.js.map +0 -1
  328. package/dist/mjs/utils/tests/payment.spec.js +0 -482
  329. package/dist/mjs/utils/tests/payment.spec.js.map +0 -1
  330. package/dist/mjs/utils/vat/3310/century23.js +0 -1641
  331. package/dist/mjs/utils/vat/3310/century23.js.map +0 -1
  332. package/dist/mjs/utils/vat/3310/century24.js +0 -1661
  333. package/dist/mjs/utils/vat/3310/century24.js.map +0 -1
  334. package/dist/mjs/utils/vat/3310/century25.js +0 -1704
  335. package/dist/mjs/utils/vat/3310/century25.js.map +0 -1
  336. package/dist/mjs/utils/vat/3514/century22.js +0 -109
  337. package/dist/mjs/utils/vat/3514/century22.js.map +0 -1
  338. package/dist/mjs/utils/vat/3517/century23.d.ts.map +0 -1
  339. package/dist/mjs/utils/vat/3517/century23.js +0 -2108
  340. package/dist/mjs/utils/vat/3517/century23.js.map +0 -1
  341. package/dist/mjs/utils/vat/3517/century25.js +0 -2183
  342. package/dist/mjs/utils/vat/3517/century25.js.map +0 -1
  343. package/dist/mjs/utils/vat/3519/century17.js +0 -89
  344. package/dist/mjs/utils/vat/3519/century17.js.map +0 -1
  345. package/dist/mjs/utils/vat/3519/century23.js +0 -149
  346. package/dist/mjs/utils/vat/3519/century23.js.map +0 -1
  347. package/dist/mjs/utils/vat/centuries.js +0 -111
  348. package/dist/mjs/utils/vat/centuries.js.map +0 -1
  349. package/dist/mjs/utils/vat/registration.js +0 -210
  350. package/dist/mjs/utils/vat/registration.js.map +0 -1
  351. /package/dist/{mjs → esm}/api/Resource.d.ts +0 -0
  352. /package/dist/{mjs → esm}/api/Resource.d.ts.map +0 -0
  353. /package/dist/{mjs → esm}/api/Resource.js +0 -0
  354. /package/dist/{mjs → esm}/api/Resource.js.map +0 -0
  355. /package/dist/{mjs → esm}/api/index.d.ts +0 -0
  356. /package/dist/{mjs → esm}/api/index.d.ts.map +0 -0
  357. /package/dist/{mjs → esm}/api/index.js +0 -0
  358. /package/dist/{mjs → esm}/api/index.js.map +0 -0
  359. /package/dist/{mjs → esm}/api/resources/3cx.d.ts +0 -0
  360. /package/dist/{mjs → esm}/api/resources/3cx.d.ts.map +0 -0
  361. /package/dist/{mjs → esm}/api/resources/3cx.js +0 -0
  362. /package/dist/{mjs → esm}/api/resources/3cx.js.map +0 -0
  363. /package/dist/{mjs → esm}/api/resources/AbsenceRequest.d.ts +0 -0
  364. /package/dist/{mjs → esm}/api/resources/AbsenceRequest.d.ts.map +0 -0
  365. /package/dist/{mjs → esm}/api/resources/AbsenceRequest.js +0 -0
  366. /package/dist/{mjs → esm}/api/resources/AbsenceRequest.js.map +0 -0
  367. /package/dist/{mjs → esm}/api/resources/Acceptance.d.ts +0 -0
  368. /package/dist/{mjs → esm}/api/resources/Acceptance.d.ts.map +0 -0
  369. /package/dist/{mjs → esm}/api/resources/Acceptance.js +0 -0
  370. /package/dist/{mjs → esm}/api/resources/Acceptance.js.map +0 -0
  371. /package/dist/{mjs → esm}/api/resources/Account.d.ts +0 -0
  372. /package/dist/{mjs → esm}/api/resources/Account.d.ts.map +0 -0
  373. /package/dist/{mjs → esm}/api/resources/Account.js +0 -0
  374. /package/dist/{mjs → esm}/api/resources/Account.js.map +0 -0
  375. /package/dist/{mjs → esm}/api/resources/AccountType.d.ts +0 -0
  376. /package/dist/{mjs → esm}/api/resources/AccountType.d.ts.map +0 -0
  377. /package/dist/{mjs → esm}/api/resources/AccountType.js +0 -0
  378. /package/dist/{mjs → esm}/api/resources/AccountType.js.map +0 -0
  379. /package/dist/{mjs → esm}/api/resources/AccountingFiles.d.ts +0 -0
  380. /package/dist/{mjs → esm}/api/resources/AccountingFiles.d.ts.map +0 -0
  381. /package/dist/{mjs → esm}/api/resources/AccountingFiles.js +0 -0
  382. /package/dist/{mjs → esm}/api/resources/AccountingFiles.js.map +0 -0
  383. /package/dist/{mjs → esm}/api/resources/AccountingIncome.d.ts +0 -0
  384. /package/dist/{mjs → esm}/api/resources/AccountingIncome.d.ts.map +0 -0
  385. /package/dist/{mjs → esm}/api/resources/AccountingIncome.js +0 -0
  386. /package/dist/{mjs → esm}/api/resources/AccountingIncome.js.map +0 -0
  387. /package/dist/{mjs → esm}/api/resources/AccountsSectors.d.ts +0 -0
  388. /package/dist/{mjs → esm}/api/resources/AccountsSectors.d.ts.map +0 -0
  389. /package/dist/{mjs → esm}/api/resources/AccountsSectors.js +0 -0
  390. /package/dist/{mjs → esm}/api/resources/AccountsSectors.js.map +0 -0
  391. /package/dist/{mjs → esm}/api/resources/AffectedPatrimony.d.ts +0 -0
  392. /package/dist/{mjs → esm}/api/resources/AffectedPatrimony.d.ts.map +0 -0
  393. /package/dist/{mjs → esm}/api/resources/AffectedPatrimony.js +0 -0
  394. /package/dist/{mjs → esm}/api/resources/AffectedPatrimony.js.map +0 -0
  395. /package/dist/{mjs → esm}/api/resources/Ai.d.ts +0 -0
  396. /package/dist/{mjs → esm}/api/resources/Ai.d.ts.map +0 -0
  397. /package/dist/{mjs → esm}/api/resources/Ai.js +0 -0
  398. /package/dist/{mjs → esm}/api/resources/Ai.js.map +0 -0
  399. /package/dist/{mjs → esm}/api/resources/Alert.d.ts +0 -0
  400. /package/dist/{mjs → esm}/api/resources/Alert.d.ts.map +0 -0
  401. /package/dist/{mjs → esm}/api/resources/Alert.js +0 -0
  402. /package/dist/{mjs → esm}/api/resources/Alert.js.map +0 -0
  403. /package/dist/{mjs → esm}/api/resources/AnalyticsUtm.d.ts +0 -0
  404. /package/dist/{mjs → esm}/api/resources/AnalyticsUtm.d.ts.map +0 -0
  405. /package/dist/{mjs → esm}/api/resources/AnalyticsUtm.js +0 -0
  406. /package/dist/{mjs → esm}/api/resources/AnalyticsUtm.js.map +0 -0
  407. /package/dist/{mjs → esm}/api/resources/Archive.d.ts +0 -0
  408. /package/dist/{mjs → esm}/api/resources/Archive.d.ts.map +0 -0
  409. /package/dist/{mjs → esm}/api/resources/Archive.js +0 -0
  410. /package/dist/{mjs → esm}/api/resources/Archive.js.map +0 -0
  411. /package/dist/{mjs → esm}/api/resources/Authenticate.d.ts +0 -0
  412. /package/dist/{mjs → esm}/api/resources/Authenticate.d.ts.map +0 -0
  413. /package/dist/{mjs → esm}/api/resources/Authenticate.js +0 -0
  414. /package/dist/{mjs → esm}/api/resources/Authenticate.js.map +0 -0
  415. /package/dist/{mjs → esm}/api/resources/BalanceSheet.d.ts +0 -0
  416. /package/dist/{mjs → esm}/api/resources/BalanceSheet.d.ts.map +0 -0
  417. /package/dist/{mjs → esm}/api/resources/BalanceSheet.js +0 -0
  418. /package/dist/{mjs → esm}/api/resources/BalanceSheet.js.map +0 -0
  419. /package/dist/{mjs → esm}/api/resources/BalanceSheetCompletion.d.ts +0 -0
  420. /package/dist/{mjs → esm}/api/resources/BalanceSheetCompletion.d.ts.map +0 -0
  421. /package/dist/{mjs → esm}/api/resources/BalanceSheetCompletion.js +0 -0
  422. /package/dist/{mjs → esm}/api/resources/BalanceSheetCompletion.js.map +0 -0
  423. /package/dist/{mjs → esm}/api/resources/BalanceSheetModule.d.ts +0 -0
  424. /package/dist/{mjs → esm}/api/resources/BalanceSheetModule.d.ts.map +0 -0
  425. /package/dist/{mjs → esm}/api/resources/BalanceSheetModule.js +0 -0
  426. /package/dist/{mjs → esm}/api/resources/BalanceSheetModule.js.map +0 -0
  427. /package/dist/{mjs → esm}/api/resources/BalanceSheetQuestion.d.ts +0 -0
  428. /package/dist/{mjs → esm}/api/resources/BalanceSheetQuestion.d.ts.map +0 -0
  429. /package/dist/{mjs → esm}/api/resources/BalanceSheetQuestion.js +0 -0
  430. /package/dist/{mjs → esm}/api/resources/BalanceSheetQuestion.js.map +0 -0
  431. /package/dist/{mjs → esm}/api/resources/BalanceSheetReport.d.ts +0 -0
  432. /package/dist/{mjs → esm}/api/resources/BalanceSheetReport.d.ts.map +0 -0
  433. /package/dist/{mjs → esm}/api/resources/BalanceSheetReport.js +0 -0
  434. /package/dist/{mjs → esm}/api/resources/BalanceSheetReport.js.map +0 -0
  435. /package/dist/{mjs → esm}/api/resources/BalanceSheetSupervision.d.ts +0 -0
  436. /package/dist/{mjs → esm}/api/resources/BalanceSheetSupervision.d.ts.map +0 -0
  437. /package/dist/{mjs → esm}/api/resources/BalanceSheetSupervision.js +0 -0
  438. /package/dist/{mjs → esm}/api/resources/BalanceSheetSupervision.js.map +0 -0
  439. /package/dist/{mjs → esm}/api/resources/BankAccount.d.ts +0 -0
  440. /package/dist/{mjs → esm}/api/resources/BankAccount.d.ts.map +0 -0
  441. /package/dist/{mjs → esm}/api/resources/BankAccount.js +0 -0
  442. /package/dist/{mjs → esm}/api/resources/BankAccount.js.map +0 -0
  443. /package/dist/{mjs → esm}/api/resources/BankConnection.d.ts +0 -0
  444. /package/dist/{mjs → esm}/api/resources/BankConnection.d.ts.map +0 -0
  445. /package/dist/{mjs → esm}/api/resources/BankConnection.js +0 -0
  446. /package/dist/{mjs → esm}/api/resources/BankConnection.js.map +0 -0
  447. /package/dist/{mjs → esm}/api/resources/BankDedup.d.ts +0 -0
  448. /package/dist/{mjs → esm}/api/resources/BankDedup.d.ts.map +0 -0
  449. /package/dist/{mjs → esm}/api/resources/BankDedup.js +0 -0
  450. /package/dist/{mjs → esm}/api/resources/BankDedup.js.map +0 -0
  451. /package/dist/{mjs → esm}/api/resources/BankList.d.ts +0 -0
  452. /package/dist/{mjs → esm}/api/resources/BankList.d.ts.map +0 -0
  453. /package/dist/{mjs → esm}/api/resources/BankList.js +0 -0
  454. /package/dist/{mjs → esm}/api/resources/BankList.js.map +0 -0
  455. /package/dist/{mjs → esm}/api/resources/BankStatement.d.ts +0 -0
  456. /package/dist/{mjs → esm}/api/resources/BankStatement.d.ts.map +0 -0
  457. /package/dist/{mjs → esm}/api/resources/BankStatement.js +0 -0
  458. /package/dist/{mjs → esm}/api/resources/BankStatement.js.map +0 -0
  459. /package/dist/{mjs → esm}/api/resources/Brevo.d.ts +0 -0
  460. /package/dist/{mjs → esm}/api/resources/Brevo.d.ts.map +0 -0
  461. /package/dist/{mjs → esm}/api/resources/Brevo.js +0 -0
  462. /package/dist/{mjs → esm}/api/resources/Brevo.js.map +0 -0
  463. /package/dist/{mjs → esm}/api/resources/BudgetInsight.d.ts +0 -0
  464. /package/dist/{mjs → esm}/api/resources/BudgetInsight.d.ts.map +0 -0
  465. /package/dist/{mjs → esm}/api/resources/BudgetInsight.js +0 -0
  466. /package/dist/{mjs → esm}/api/resources/BudgetInsight.js.map +0 -0
  467. /package/dist/{mjs → esm}/api/resources/BusinessPartner.d.ts +0 -0
  468. /package/dist/{mjs → esm}/api/resources/BusinessPartner.d.ts.map +0 -0
  469. /package/dist/{mjs → esm}/api/resources/BusinessPartner.js +0 -0
  470. /package/dist/{mjs → esm}/api/resources/BusinessPartner.js.map +0 -0
  471. /package/dist/{mjs → esm}/api/resources/BusinessSector.d.ts +0 -0
  472. /package/dist/{mjs → esm}/api/resources/BusinessSector.d.ts.map +0 -0
  473. /package/dist/{mjs → esm}/api/resources/BusinessSector.js +0 -0
  474. /package/dist/{mjs → esm}/api/resources/BusinessSector.js.map +0 -0
  475. /package/dist/{mjs → esm}/api/resources/Caarl.d.ts +0 -0
  476. /package/dist/{mjs → esm}/api/resources/Caarl.d.ts.map +0 -0
  477. /package/dist/{mjs → esm}/api/resources/Caarl.js +0 -0
  478. /package/dist/{mjs → esm}/api/resources/Caarl.js.map +0 -0
  479. /package/dist/{mjs → esm}/api/resources/CalendarEvent.d.ts +0 -0
  480. /package/dist/{mjs → esm}/api/resources/CalendarEvent.d.ts.map +0 -0
  481. /package/dist/{mjs → esm}/api/resources/CalendarEvent.js +0 -0
  482. /package/dist/{mjs → esm}/api/resources/CalendarEvent.js.map +0 -0
  483. /package/dist/{mjs → esm}/api/resources/Card.d.ts +0 -0
  484. /package/dist/{mjs → esm}/api/resources/Card.d.ts.map +0 -0
  485. /package/dist/{mjs → esm}/api/resources/Card.js +0 -0
  486. /package/dist/{mjs → esm}/api/resources/Card.js.map +0 -0
  487. /package/dist/{mjs → esm}/api/resources/CashAndExpense.d.ts +0 -0
  488. /package/dist/{mjs → esm}/api/resources/CashAndExpense.d.ts.map +0 -0
  489. /package/dist/{mjs → esm}/api/resources/CashAndExpense.js +0 -0
  490. /package/dist/{mjs → esm}/api/resources/CashAndExpense.js.map +0 -0
  491. /package/dist/{mjs → esm}/api/resources/ChangeLog.d.ts +0 -0
  492. /package/dist/{mjs → esm}/api/resources/ChangeLog.d.ts.map +0 -0
  493. /package/dist/{mjs → esm}/api/resources/ChangeLog.js +0 -0
  494. /package/dist/{mjs → esm}/api/resources/ChangeLog.js.map +0 -0
  495. /package/dist/{mjs → esm}/api/resources/Checklist.d.ts +0 -0
  496. /package/dist/{mjs → esm}/api/resources/Checklist.d.ts.map +0 -0
  497. /package/dist/{mjs → esm}/api/resources/Checklist.js +0 -0
  498. /package/dist/{mjs → esm}/api/resources/Checklist.js.map +0 -0
  499. /package/dist/{mjs → esm}/api/resources/Closing.d.ts +0 -0
  500. /package/dist/{mjs → esm}/api/resources/Closing.d.ts.map +0 -0
  501. /package/dist/{mjs → esm}/api/resources/Closing.js +0 -0
  502. /package/dist/{mjs → esm}/api/resources/Closing.js.map +0 -0
  503. /package/dist/{mjs → esm}/api/resources/CollaboraterDetail.d.ts +0 -0
  504. /package/dist/{mjs → esm}/api/resources/CollaboraterDetail.d.ts.map +0 -0
  505. /package/dist/{mjs → esm}/api/resources/CollaboraterDetail.js +0 -0
  506. /package/dist/{mjs → esm}/api/resources/CollaboraterDetail.js.map +0 -0
  507. /package/dist/{mjs → esm}/api/resources/Comment.d.ts +0 -0
  508. /package/dist/{mjs → esm}/api/resources/Comment.d.ts.map +0 -0
  509. /package/dist/{mjs → esm}/api/resources/Comment.js +0 -0
  510. /package/dist/{mjs → esm}/api/resources/Comment.js.map +0 -0
  511. /package/dist/{mjs → esm}/api/resources/Commercial.d.ts +0 -0
  512. /package/dist/{mjs → esm}/api/resources/Commercial.d.ts.map +0 -0
  513. /package/dist/{mjs → esm}/api/resources/Commercial.js +0 -0
  514. /package/dist/{mjs → esm}/api/resources/Commercial.js.map +0 -0
  515. /package/dist/{mjs → esm}/api/resources/CommercialConditionOfSale.d.ts +0 -0
  516. /package/dist/{mjs → esm}/api/resources/CommercialConditionOfSale.d.ts.map +0 -0
  517. /package/dist/{mjs → esm}/api/resources/CommercialConditionOfSale.js +0 -0
  518. /package/dist/{mjs → esm}/api/resources/CommercialConditionOfSale.js.map +0 -0
  519. /package/dist/{mjs → esm}/api/resources/CommercialDocument.d.ts +0 -0
  520. /package/dist/{mjs → esm}/api/resources/CommercialDocument.d.ts.map +0 -0
  521. /package/dist/{mjs → esm}/api/resources/CommercialDocument.js +0 -0
  522. /package/dist/{mjs → esm}/api/resources/CommercialDocument.js.map +0 -0
  523. /package/dist/{mjs → esm}/api/resources/CommercialDocumentTemplate.d.ts +0 -0
  524. /package/dist/{mjs → esm}/api/resources/CommercialDocumentTemplate.d.ts.map +0 -0
  525. /package/dist/{mjs → esm}/api/resources/CommercialDocumentTemplate.js +0 -0
  526. /package/dist/{mjs → esm}/api/resources/CommercialDocumentTemplate.js.map +0 -0
  527. /package/dist/{mjs → esm}/api/resources/CommercialEmail.d.ts +0 -0
  528. /package/dist/{mjs → esm}/api/resources/CommercialEmail.d.ts.map +0 -0
  529. /package/dist/{mjs → esm}/api/resources/CommercialEmail.js +0 -0
  530. /package/dist/{mjs → esm}/api/resources/CommercialEmail.js.map +0 -0
  531. /package/dist/{mjs → esm}/api/resources/CommercialImport.d.ts +0 -0
  532. /package/dist/{mjs → esm}/api/resources/CommercialImport.d.ts.map +0 -0
  533. /package/dist/{mjs → esm}/api/resources/CommercialImport.js +0 -0
  534. /package/dist/{mjs → esm}/api/resources/CommercialImport.js.map +0 -0
  535. /package/dist/{mjs → esm}/api/resources/CommercialOffer.d.ts +0 -0
  536. /package/dist/{mjs → esm}/api/resources/CommercialOffer.d.ts.map +0 -0
  537. /package/dist/{mjs → esm}/api/resources/CommercialOffer.js +0 -0
  538. /package/dist/{mjs → esm}/api/resources/CommercialOffer.js.map +0 -0
  539. /package/dist/{mjs → esm}/api/resources/CommercialSetting.d.ts +0 -0
  540. /package/dist/{mjs → esm}/api/resources/CommercialSetting.d.ts.map +0 -0
  541. /package/dist/{mjs → esm}/api/resources/CommercialSetting.js +0 -0
  542. /package/dist/{mjs → esm}/api/resources/CommercialSetting.js.map +0 -0
  543. /package/dist/{mjs → esm}/api/resources/CompanyCreationForm.d.ts +0 -0
  544. /package/dist/{mjs → esm}/api/resources/CompanyCreationForm.d.ts.map +0 -0
  545. /package/dist/{mjs → esm}/api/resources/CompanyCreationForm.js +0 -0
  546. /package/dist/{mjs → esm}/api/resources/CompanyCreationForm.js.map +0 -0
  547. /package/dist/{mjs → esm}/api/resources/CompanyMarketingInformation.d.ts +0 -0
  548. /package/dist/{mjs → esm}/api/resources/CompanyMarketingInformation.d.ts.map +0 -0
  549. /package/dist/{mjs → esm}/api/resources/CompanyMarketingInformation.js +0 -0
  550. /package/dist/{mjs → esm}/api/resources/CompanyMarketingInformation.js.map +0 -0
  551. /package/dist/{mjs → esm}/api/resources/Connection.d.ts +0 -0
  552. /package/dist/{mjs → esm}/api/resources/Connection.d.ts.map +0 -0
  553. /package/dist/{mjs → esm}/api/resources/Connection.js +0 -0
  554. /package/dist/{mjs → esm}/api/resources/Connection.js.map +0 -0
  555. /package/dist/{mjs → esm}/api/resources/Connector.d.ts +0 -0
  556. /package/dist/{mjs → esm}/api/resources/Connector.d.ts.map +0 -0
  557. /package/dist/{mjs → esm}/api/resources/Connector.js +0 -0
  558. /package/dist/{mjs → esm}/api/resources/Connector.js.map +0 -0
  559. /package/dist/{mjs → esm}/api/resources/ConstitutionHistory.d.ts +0 -0
  560. /package/dist/{mjs → esm}/api/resources/ConstitutionHistory.d.ts.map +0 -0
  561. /package/dist/{mjs → esm}/api/resources/ConstitutionHistory.js +0 -0
  562. /package/dist/{mjs → esm}/api/resources/ConstitutionHistory.js.map +0 -0
  563. /package/dist/{mjs → esm}/api/resources/Contest.d.ts +0 -0
  564. /package/dist/{mjs → esm}/api/resources/Contest.d.ts.map +0 -0
  565. /package/dist/{mjs → esm}/api/resources/Contest.js +0 -0
  566. /package/dist/{mjs → esm}/api/resources/Contest.js.map +0 -0
  567. /package/dist/{mjs → esm}/api/resources/CustomerActivity.d.ts +0 -0
  568. /package/dist/{mjs → esm}/api/resources/CustomerActivity.d.ts.map +0 -0
  569. /package/dist/{mjs → esm}/api/resources/CustomerActivity.js +0 -0
  570. /package/dist/{mjs → esm}/api/resources/CustomerActivity.js.map +0 -0
  571. /package/dist/{mjs → esm}/api/resources/CustomerProviderOperation.d.ts +0 -0
  572. /package/dist/{mjs → esm}/api/resources/CustomerProviderOperation.d.ts.map +0 -0
  573. /package/dist/{mjs → esm}/api/resources/CustomerProviderOperation.js +0 -0
  574. /package/dist/{mjs → esm}/api/resources/CustomerProviderOperation.js.map +0 -0
  575. /package/dist/{mjs → esm}/api/resources/CustomerSignature.d.ts +0 -0
  576. /package/dist/{mjs → esm}/api/resources/CustomerSignature.d.ts.map +0 -0
  577. /package/dist/{mjs → esm}/api/resources/CustomerSignature.js +0 -0
  578. /package/dist/{mjs → esm}/api/resources/CustomerSignature.js.map +0 -0
  579. /package/dist/{mjs → esm}/api/resources/Das.d.ts +0 -0
  580. /package/dist/{mjs → esm}/api/resources/Das.d.ts.map +0 -0
  581. /package/dist/{mjs → esm}/api/resources/Das.js +0 -0
  582. /package/dist/{mjs → esm}/api/resources/Das.js.map +0 -0
  583. /package/dist/{mjs → esm}/api/resources/Dashboard.d.ts +0 -0
  584. /package/dist/{mjs → esm}/api/resources/Dashboard.d.ts.map +0 -0
  585. /package/dist/{mjs → esm}/api/resources/Dashboard.js +0 -0
  586. /package/dist/{mjs → esm}/api/resources/Dashboard.js.map +0 -0
  587. /package/dist/{mjs → esm}/api/resources/DashboardLayout.js +0 -0
  588. /package/dist/{mjs → esm}/api/resources/DocumentRequest.d.ts +0 -0
  589. /package/dist/{mjs → esm}/api/resources/DocumentRequest.d.ts.map +0 -0
  590. /package/dist/{mjs → esm}/api/resources/DocumentRequest.js +0 -0
  591. /package/dist/{mjs → esm}/api/resources/DocumentRequest.js.map +0 -0
  592. /package/dist/{mjs → esm}/api/resources/DocumentSection.d.ts +0 -0
  593. /package/dist/{mjs → esm}/api/resources/DocumentSection.d.ts.map +0 -0
  594. /package/dist/{mjs → esm}/api/resources/DocumentSection.js +0 -0
  595. /package/dist/{mjs → esm}/api/resources/DocumentSection.js.map +0 -0
  596. /package/dist/{mjs → esm}/api/resources/DubiousCustomer.d.ts +0 -0
  597. /package/dist/{mjs → esm}/api/resources/DubiousCustomer.d.ts.map +0 -0
  598. /package/dist/{mjs → esm}/api/resources/DubiousCustomer.js +0 -0
  599. /package/dist/{mjs → esm}/api/resources/DubiousCustomer.js.map +0 -0
  600. /package/dist/{mjs → esm}/api/resources/Echo.d.ts +0 -0
  601. /package/dist/{mjs → esm}/api/resources/Echo.d.ts.map +0 -0
  602. /package/dist/{mjs → esm}/api/resources/Echo.js +0 -0
  603. /package/dist/{mjs → esm}/api/resources/Echo.js.map +0 -0
  604. /package/dist/{mjs → esm}/api/resources/Employee.d.ts +0 -0
  605. /package/dist/{mjs → esm}/api/resources/Employee.d.ts.map +0 -0
  606. /package/dist/{mjs → esm}/api/resources/Employee.js +0 -0
  607. /package/dist/{mjs → esm}/api/resources/Employee.js.map +0 -0
  608. /package/dist/{mjs → esm}/api/resources/Equipment.d.ts +0 -0
  609. /package/dist/{mjs → esm}/api/resources/Equipment.d.ts.map +0 -0
  610. /package/dist/{mjs → esm}/api/resources/Equipment.js +0 -0
  611. /package/dist/{mjs → esm}/api/resources/Equipment.js.map +0 -0
  612. /package/dist/{mjs → esm}/api/resources/Exercice.d.ts +0 -0
  613. /package/dist/{mjs → esm}/api/resources/Exercice.d.ts.map +0 -0
  614. /package/dist/{mjs → esm}/api/resources/Exercice.js +0 -0
  615. /package/dist/{mjs → esm}/api/resources/Exercice.js.map +0 -0
  616. /package/dist/{mjs → esm}/api/resources/ExerciceNote.d.ts +0 -0
  617. /package/dist/{mjs → esm}/api/resources/ExerciceNote.d.ts.map +0 -0
  618. /package/dist/{mjs → esm}/api/resources/ExerciceNote.js +0 -0
  619. /package/dist/{mjs → esm}/api/resources/ExerciceNote.js.map +0 -0
  620. /package/dist/{mjs → esm}/api/resources/ExercicePrestation.d.ts +0 -0
  621. /package/dist/{mjs → esm}/api/resources/ExercicePrestation.d.ts.map +0 -0
  622. /package/dist/{mjs → esm}/api/resources/ExercicePrestation.js +0 -0
  623. /package/dist/{mjs → esm}/api/resources/ExercicePrestation.js.map +0 -0
  624. /package/dist/{mjs → esm}/api/resources/ExerciceQuestion.d.ts +0 -0
  625. /package/dist/{mjs → esm}/api/resources/ExerciceQuestion.d.ts.map +0 -0
  626. /package/dist/{mjs → esm}/api/resources/ExerciceQuestion.js +0 -0
  627. /package/dist/{mjs → esm}/api/resources/ExerciceQuestion.js.map +0 -0
  628. /package/dist/{mjs → esm}/api/resources/ExpertAnnuary.d.ts +0 -0
  629. /package/dist/{mjs → esm}/api/resources/ExpertAnnuary.d.ts.map +0 -0
  630. /package/dist/{mjs → esm}/api/resources/ExpertAnnuary.js +0 -0
  631. /package/dist/{mjs → esm}/api/resources/ExpertAnnuary.js.map +0 -0
  632. /package/dist/{mjs → esm}/api/resources/FIle.d.ts +0 -0
  633. /package/dist/{mjs → esm}/api/resources/FIle.d.ts.map +0 -0
  634. /package/dist/{mjs → esm}/api/resources/FIle.js +0 -0
  635. /package/dist/{mjs → esm}/api/resources/FIle.js.map +0 -0
  636. /package/dist/{mjs → esm}/api/resources/Facturation.d.ts +0 -0
  637. /package/dist/{mjs → esm}/api/resources/Facturation.d.ts.map +0 -0
  638. /package/dist/{mjs → esm}/api/resources/Facturation.js +0 -0
  639. /package/dist/{mjs → esm}/api/resources/Facturation.js.map +0 -0
  640. /package/dist/{mjs → esm}/api/resources/FecFile.d.ts +0 -0
  641. /package/dist/{mjs → esm}/api/resources/FecFile.d.ts.map +0 -0
  642. /package/dist/{mjs → esm}/api/resources/FecFile.js +0 -0
  643. /package/dist/{mjs → esm}/api/resources/FecFile.js.map +0 -0
  644. /package/dist/{mjs → esm}/api/resources/FinancialCharge.d.ts +0 -0
  645. /package/dist/{mjs → esm}/api/resources/FinancialCharge.d.ts.map +0 -0
  646. /package/dist/{mjs → esm}/api/resources/FinancialCharge.js +0 -0
  647. /package/dist/{mjs → esm}/api/resources/FinancialCharge.js.map +0 -0
  648. /package/dist/{mjs → esm}/api/resources/FirstStep.d.ts +0 -0
  649. /package/dist/{mjs → esm}/api/resources/FirstStep.d.ts.map +0 -0
  650. /package/dist/{mjs → esm}/api/resources/FirstStep.js +0 -0
  651. /package/dist/{mjs → esm}/api/resources/FirstStep.js.map +0 -0
  652. /package/dist/{mjs → esm}/api/resources/Follow.d.ts +0 -0
  653. /package/dist/{mjs → esm}/api/resources/Follow.d.ts.map +0 -0
  654. /package/dist/{mjs → esm}/api/resources/Follow.js +0 -0
  655. /package/dist/{mjs → esm}/api/resources/Follow.js.map +0 -0
  656. /package/dist/{mjs → esm}/api/resources/Fusion.d.ts +0 -0
  657. /package/dist/{mjs → esm}/api/resources/Fusion.d.ts.map +0 -0
  658. /package/dist/{mjs → esm}/api/resources/Fusion.js +0 -0
  659. /package/dist/{mjs → esm}/api/resources/Fusion.js.map +0 -0
  660. /package/dist/{mjs → esm}/api/resources/Gdpr.d.ts +0 -0
  661. /package/dist/{mjs → esm}/api/resources/Gdpr.d.ts.map +0 -0
  662. /package/dist/{mjs → esm}/api/resources/Gdpr.js +0 -0
  663. /package/dist/{mjs → esm}/api/resources/Gdpr.js.map +0 -0
  664. /package/dist/{mjs → esm}/api/resources/GeneralLedger.d.ts +0 -0
  665. /package/dist/{mjs → esm}/api/resources/GeneralLedger.d.ts.map +0 -0
  666. /package/dist/{mjs → esm}/api/resources/GeneralLedger.js +0 -0
  667. /package/dist/{mjs → esm}/api/resources/GeneralLedger.js.map +0 -0
  668. /package/dist/{mjs → esm}/api/resources/HumanResourceLibrary.d.ts +0 -0
  669. /package/dist/{mjs → esm}/api/resources/HumanResourceLibrary.d.ts.map +0 -0
  670. /package/dist/{mjs → esm}/api/resources/HumanResourceLibrary.js +0 -0
  671. /package/dist/{mjs → esm}/api/resources/HumanResourceLibrary.js.map +0 -0
  672. /package/dist/{mjs → esm}/api/resources/Immobilization.d.ts +0 -0
  673. /package/dist/{mjs → esm}/api/resources/Immobilization.d.ts.map +0 -0
  674. /package/dist/{mjs → esm}/api/resources/Immobilization.js +0 -0
  675. /package/dist/{mjs → esm}/api/resources/Immobilization.js.map +0 -0
  676. /package/dist/{mjs → esm}/api/resources/IncomeAllocation.d.ts +0 -0
  677. /package/dist/{mjs → esm}/api/resources/IncomeAllocation.d.ts.map +0 -0
  678. /package/dist/{mjs → esm}/api/resources/IncomeAllocation.js +0 -0
  679. /package/dist/{mjs → esm}/api/resources/IncomeAllocation.js.map +0 -0
  680. /package/dist/{mjs → esm}/api/resources/IncomeStatement.d.ts +0 -0
  681. /package/dist/{mjs → esm}/api/resources/IncomeStatement.d.ts.map +0 -0
  682. /package/dist/{mjs → esm}/api/resources/IncomeStatement.js +0 -0
  683. /package/dist/{mjs → esm}/api/resources/IncomeStatement.js.map +0 -0
  684. /package/dist/{mjs → esm}/api/resources/Inpi.d.ts +0 -0
  685. /package/dist/{mjs → esm}/api/resources/Inpi.d.ts.map +0 -0
  686. /package/dist/{mjs → esm}/api/resources/Inpi.js +0 -0
  687. /package/dist/{mjs → esm}/api/resources/Inpi.js.map +0 -0
  688. /package/dist/{mjs → esm}/api/resources/IntermediateManagementRebate.d.ts +0 -0
  689. /package/dist/{mjs → esm}/api/resources/IntermediateManagementRebate.d.ts.map +0 -0
  690. /package/dist/{mjs → esm}/api/resources/IntermediateManagementRebate.js +0 -0
  691. /package/dist/{mjs → esm}/api/resources/IntermediateManagementRebate.js.map +0 -0
  692. /package/dist/{mjs → esm}/api/resources/InternalInvoicing.d.ts +0 -0
  693. /package/dist/{mjs → esm}/api/resources/InternalInvoicing.d.ts.map +0 -0
  694. /package/dist/{mjs → esm}/api/resources/InternalInvoicing.js +0 -0
  695. /package/dist/{mjs → esm}/api/resources/InternalInvoicing.js.map +0 -0
  696. /package/dist/{mjs → esm}/api/resources/Invoice.d.ts +0 -0
  697. /package/dist/{mjs → esm}/api/resources/Invoice.d.ts.map +0 -0
  698. /package/dist/{mjs → esm}/api/resources/Invoice.js +0 -0
  699. /package/dist/{mjs → esm}/api/resources/Invoice.js.map +0 -0
  700. /package/dist/{mjs → esm}/api/resources/Journal.d.ts +0 -0
  701. /package/dist/{mjs → esm}/api/resources/Journal.d.ts.map +0 -0
  702. /package/dist/{mjs → esm}/api/resources/Journal.js +0 -0
  703. /package/dist/{mjs → esm}/api/resources/Journal.js.map +0 -0
  704. /package/dist/{mjs → esm}/api/resources/JuridicalMission.d.ts +0 -0
  705. /package/dist/{mjs → esm}/api/resources/JuridicalMission.d.ts.map +0 -0
  706. /package/dist/{mjs → esm}/api/resources/JuridicalMission.js +0 -0
  707. /package/dist/{mjs → esm}/api/resources/JuridicalMission.js.map +0 -0
  708. /package/dist/{mjs → esm}/api/resources/KilometricAllowance.d.ts +0 -0
  709. /package/dist/{mjs → esm}/api/resources/KilometricAllowance.d.ts.map +0 -0
  710. /package/dist/{mjs → esm}/api/resources/KilometricAllowance.js +0 -0
  711. /package/dist/{mjs → esm}/api/resources/KilometricAllowance.js.map +0 -0
  712. /package/dist/{mjs → esm}/api/resources/LeadsToPartners.d.ts +0 -0
  713. /package/dist/{mjs → esm}/api/resources/LeadsToPartners.d.ts.map +0 -0
  714. /package/dist/{mjs → esm}/api/resources/LeadsToPartners.js +0 -0
  715. /package/dist/{mjs → esm}/api/resources/LeadsToPartners.js.map +0 -0
  716. /package/dist/{mjs → esm}/api/resources/LegalNotice.d.ts +0 -0
  717. /package/dist/{mjs → esm}/api/resources/LegalNotice.d.ts.map +0 -0
  718. /package/dist/{mjs → esm}/api/resources/LegalNotice.js +0 -0
  719. /package/dist/{mjs → esm}/api/resources/LegalNotice.js.map +0 -0
  720. /package/dist/{mjs → esm}/api/resources/Letter.d.ts +0 -0
  721. /package/dist/{mjs → esm}/api/resources/Letter.d.ts.map +0 -0
  722. /package/dist/{mjs → esm}/api/resources/Letter.js +0 -0
  723. /package/dist/{mjs → esm}/api/resources/Letter.js.map +0 -0
  724. /package/dist/{mjs → esm}/api/resources/Lettering.d.ts +0 -0
  725. /package/dist/{mjs → esm}/api/resources/Lettering.d.ts.map +0 -0
  726. /package/dist/{mjs → esm}/api/resources/Lettering.js +0 -0
  727. /package/dist/{mjs → esm}/api/resources/Lettering.js.map +0 -0
  728. /package/dist/{mjs → esm}/api/resources/Library.d.ts +0 -0
  729. /package/dist/{mjs → esm}/api/resources/Library.d.ts.map +0 -0
  730. /package/dist/{mjs → esm}/api/resources/Library.js +0 -0
  731. /package/dist/{mjs → esm}/api/resources/Library.js.map +0 -0
  732. /package/dist/{mjs → esm}/api/resources/Loan.d.ts +0 -0
  733. /package/dist/{mjs → esm}/api/resources/Loan.d.ts.map +0 -0
  734. /package/dist/{mjs → esm}/api/resources/Loan.js +0 -0
  735. /package/dist/{mjs → esm}/api/resources/Loan.js.map +0 -0
  736. /package/dist/{mjs → esm}/api/resources/Log.d.ts +0 -0
  737. /package/dist/{mjs → esm}/api/resources/Log.d.ts.map +0 -0
  738. /package/dist/{mjs → esm}/api/resources/Log.js +0 -0
  739. /package/dist/{mjs → esm}/api/resources/Log.js.map +0 -0
  740. /package/dist/{mjs → esm}/api/resources/MachineLearning.d.ts +0 -0
  741. /package/dist/{mjs → esm}/api/resources/MachineLearning.d.ts.map +0 -0
  742. /package/dist/{mjs → esm}/api/resources/MachineLearning.js +0 -0
  743. /package/dist/{mjs → esm}/api/resources/MachineLearning.js.map +0 -0
  744. /package/dist/{mjs → esm}/api/resources/Mail.d.ts +0 -0
  745. /package/dist/{mjs → esm}/api/resources/Mail.d.ts.map +0 -0
  746. /package/dist/{mjs → esm}/api/resources/Mail.js +0 -0
  747. /package/dist/{mjs → esm}/api/resources/Mail.js.map +0 -0
  748. /package/dist/{mjs → esm}/api/resources/MealExpense.d.ts +0 -0
  749. /package/dist/{mjs → esm}/api/resources/MealExpense.d.ts.map +0 -0
  750. /package/dist/{mjs → esm}/api/resources/MealExpense.js +0 -0
  751. /package/dist/{mjs → esm}/api/resources/MealExpense.js.map +0 -0
  752. /package/dist/{mjs → esm}/api/resources/Mobile.d.ts +0 -0
  753. /package/dist/{mjs → esm}/api/resources/Mobile.d.ts.map +0 -0
  754. /package/dist/{mjs → esm}/api/resources/Mobile.js +0 -0
  755. /package/dist/{mjs → esm}/api/resources/Mobile.js.map +0 -0
  756. /package/dist/{mjs → esm}/api/resources/NafCode.d.ts +0 -0
  757. /package/dist/{mjs → esm}/api/resources/NafCode.d.ts.map +0 -0
  758. /package/dist/{mjs → esm}/api/resources/NafCode.js +0 -0
  759. /package/dist/{mjs → esm}/api/resources/NafCode.js.map +0 -0
  760. /package/dist/{mjs → esm}/api/resources/Notification.d.ts +0 -0
  761. /package/dist/{mjs → esm}/api/resources/Notification.d.ts.map +0 -0
  762. /package/dist/{mjs → esm}/api/resources/Notification.js +0 -0
  763. /package/dist/{mjs → esm}/api/resources/Notification.js.map +0 -0
  764. /package/dist/{mjs → esm}/api/resources/NotificationSetting.d.ts +0 -0
  765. /package/dist/{mjs → esm}/api/resources/NotificationSetting.d.ts.map +0 -0
  766. /package/dist/{mjs → esm}/api/resources/NotificationSetting.js +0 -0
  767. /package/dist/{mjs → esm}/api/resources/NotificationSetting.js.map +0 -0
  768. /package/dist/{mjs → esm}/api/resources/Notion.d.ts +0 -0
  769. /package/dist/{mjs → esm}/api/resources/Notion.d.ts.map +0 -0
  770. /package/dist/{mjs → esm}/api/resources/Notion.js +0 -0
  771. /package/dist/{mjs → esm}/api/resources/Notion.js.map +0 -0
  772. /package/dist/{mjs → esm}/api/resources/OldExpertInfos.d.ts +0 -0
  773. /package/dist/{mjs → esm}/api/resources/OldExpertInfos.d.ts.map +0 -0
  774. /package/dist/{mjs → esm}/api/resources/OldExpertInfos.js +0 -0
  775. /package/dist/{mjs → esm}/api/resources/OldExpertInfos.js.map +0 -0
  776. /package/dist/{mjs → esm}/api/resources/OnBoarding.d.ts +0 -0
  777. /package/dist/{mjs → esm}/api/resources/OnBoarding.d.ts.map +0 -0
  778. /package/dist/{mjs → esm}/api/resources/OnBoarding.js +0 -0
  779. /package/dist/{mjs → esm}/api/resources/OnBoarding.js.map +0 -0
  780. /package/dist/{mjs → esm}/api/resources/Partner.d.ts +0 -0
  781. /package/dist/{mjs → esm}/api/resources/Partner.d.ts.map +0 -0
  782. /package/dist/{mjs → esm}/api/resources/Partner.js +0 -0
  783. /package/dist/{mjs → esm}/api/resources/Partner.js.map +0 -0
  784. /package/dist/{mjs → esm}/api/resources/Payment.d.ts +0 -0
  785. /package/dist/{mjs → esm}/api/resources/Payment.d.ts.map +0 -0
  786. /package/dist/{mjs → esm}/api/resources/Payment.js +0 -0
  787. /package/dist/{mjs → esm}/api/resources/Payment.js.map +0 -0
  788. /package/dist/{mjs → esm}/api/resources/PaymentExpectation.d.ts +0 -0
  789. /package/dist/{mjs → esm}/api/resources/PaymentExpectation.d.ts.map +0 -0
  790. /package/dist/{mjs → esm}/api/resources/PaymentExpectation.js +0 -0
  791. /package/dist/{mjs → esm}/api/resources/PaymentExpectation.js.map +0 -0
  792. /package/dist/{mjs → esm}/api/resources/PaymentExpectationCustomer.d.ts +0 -0
  793. /package/dist/{mjs → esm}/api/resources/PaymentExpectationCustomer.d.ts.map +0 -0
  794. /package/dist/{mjs → esm}/api/resources/PaymentExpectationCustomer.js +0 -0
  795. /package/dist/{mjs → esm}/api/resources/PaymentExpectationCustomer.js.map +0 -0
  796. /package/dist/{mjs → esm}/api/resources/PrestationComplementary.d.ts +0 -0
  797. /package/dist/{mjs → esm}/api/resources/PrestationComplementary.d.ts.map +0 -0
  798. /package/dist/{mjs → esm}/api/resources/PrestationComplementary.js +0 -0
  799. /package/dist/{mjs → esm}/api/resources/PrestationComplementary.js.map +0 -0
  800. /package/dist/{mjs → esm}/api/resources/Prestations.d.ts +0 -0
  801. /package/dist/{mjs → esm}/api/resources/Prestations.d.ts.map +0 -0
  802. /package/dist/{mjs → esm}/api/resources/Prestations.js +0 -0
  803. /package/dist/{mjs → esm}/api/resources/Prestations.js.map +0 -0
  804. /package/dist/{mjs → esm}/api/resources/PrevisionalForm.d.ts +0 -0
  805. /package/dist/{mjs → esm}/api/resources/PrevisionalForm.d.ts.map +0 -0
  806. /package/dist/{mjs → esm}/api/resources/PrevisionalForm.js +0 -0
  807. /package/dist/{mjs → esm}/api/resources/PrevisionalForm.js.map +0 -0
  808. /package/dist/{mjs → esm}/api/resources/Product.d.ts +0 -0
  809. /package/dist/{mjs → esm}/api/resources/Product.d.ts.map +0 -0
  810. /package/dist/{mjs → esm}/api/resources/Product.js +0 -0
  811. /package/dist/{mjs → esm}/api/resources/Product.js.map +0 -0
  812. /package/dist/{mjs → esm}/api/resources/Project.d.ts +0 -0
  813. /package/dist/{mjs → esm}/api/resources/Project.d.ts.map +0 -0
  814. /package/dist/{mjs → esm}/api/resources/Project.js +0 -0
  815. /package/dist/{mjs → esm}/api/resources/Project.js.map +0 -0
  816. /package/dist/{mjs → esm}/api/resources/Provision.d.ts +0 -0
  817. /package/dist/{mjs → esm}/api/resources/Provision.d.ts.map +0 -0
  818. /package/dist/{mjs → esm}/api/resources/Provision.js +0 -0
  819. /package/dist/{mjs → esm}/api/resources/Provision.js.map +0 -0
  820. /package/dist/{mjs → esm}/api/resources/Qonto.d.ts +0 -0
  821. /package/dist/{mjs → esm}/api/resources/Qonto.d.ts.map +0 -0
  822. /package/dist/{mjs → esm}/api/resources/Qonto.js +0 -0
  823. /package/dist/{mjs → esm}/api/resources/Qonto.js.map +0 -0
  824. /package/dist/{mjs → esm}/api/resources/Quotation.d.ts +0 -0
  825. /package/dist/{mjs → esm}/api/resources/Quotation.d.ts.map +0 -0
  826. /package/dist/{mjs → esm}/api/resources/Quotation.js +0 -0
  827. /package/dist/{mjs → esm}/api/resources/Quotation.js.map +0 -0
  828. /package/dist/{mjs → esm}/api/resources/QuotesAccount.d.ts +0 -0
  829. /package/dist/{mjs → esm}/api/resources/QuotesAccount.d.ts.map +0 -0
  830. /package/dist/{mjs → esm}/api/resources/QuotesAccount.js +0 -0
  831. /package/dist/{mjs → esm}/api/resources/QuotesAccount.js.map +0 -0
  832. /package/dist/{mjs → esm}/api/resources/Rating.d.ts +0 -0
  833. /package/dist/{mjs → esm}/api/resources/Rating.d.ts.map +0 -0
  834. /package/dist/{mjs → esm}/api/resources/Rating.js +0 -0
  835. /package/dist/{mjs → esm}/api/resources/Rating.js.map +0 -0
  836. /package/dist/{mjs → esm}/api/resources/Recurrence.d.ts +0 -0
  837. /package/dist/{mjs → esm}/api/resources/Recurrence.d.ts.map +0 -0
  838. /package/dist/{mjs → esm}/api/resources/Recurrence.js +0 -0
  839. /package/dist/{mjs → esm}/api/resources/Recurrence.js.map +0 -0
  840. /package/dist/{mjs → esm}/api/resources/Refund.d.ts +0 -0
  841. /package/dist/{mjs → esm}/api/resources/Refund.d.ts.map +0 -0
  842. /package/dist/{mjs → esm}/api/resources/Refund.js +0 -0
  843. /package/dist/{mjs → esm}/api/resources/Refund.js.map +0 -0
  844. /package/dist/{mjs → esm}/api/resources/Registration.d.ts +0 -0
  845. /package/dist/{mjs → esm}/api/resources/Registration.d.ts.map +0 -0
  846. /package/dist/{mjs → esm}/api/resources/RegistrationForm.d.ts +0 -0
  847. /package/dist/{mjs → esm}/api/resources/RegistrationForm.d.ts.map +0 -0
  848. /package/dist/{mjs → esm}/api/resources/RegistrationForm.js +0 -0
  849. /package/dist/{mjs → esm}/api/resources/RegistrationForm.js.map +0 -0
  850. /package/dist/{mjs → esm}/api/resources/Regulate.d.ts +0 -0
  851. /package/dist/{mjs → esm}/api/resources/Regulate.d.ts.map +0 -0
  852. /package/dist/{mjs → esm}/api/resources/Regulate.js +0 -0
  853. /package/dist/{mjs → esm}/api/resources/Regulate.js.map +0 -0
  854. /package/dist/{mjs → esm}/api/resources/Regulation.d.ts +0 -0
  855. /package/dist/{mjs → esm}/api/resources/Regulation.d.ts.map +0 -0
  856. /package/dist/{mjs → esm}/api/resources/Regulation.js +0 -0
  857. /package/dist/{mjs → esm}/api/resources/Regulation.js.map +0 -0
  858. /package/dist/{mjs → esm}/api/resources/Reminder.d.ts +0 -0
  859. /package/dist/{mjs → esm}/api/resources/Reminder.d.ts.map +0 -0
  860. /package/dist/{mjs → esm}/api/resources/Reminder.js +0 -0
  861. /package/dist/{mjs → esm}/api/resources/Reminder.js.map +0 -0
  862. /package/dist/{mjs → esm}/api/resources/Report.d.ts +0 -0
  863. /package/dist/{mjs → esm}/api/resources/Report.d.ts.map +0 -0
  864. /package/dist/{mjs → esm}/api/resources/Report.js +0 -0
  865. /package/dist/{mjs → esm}/api/resources/Report.js.map +0 -0
  866. /package/dist/{mjs → esm}/api/resources/ReportMessage.d.ts +0 -0
  867. /package/dist/{mjs → esm}/api/resources/ReportMessage.d.ts.map +0 -0
  868. /package/dist/{mjs → esm}/api/resources/ReportMessage.js +0 -0
  869. /package/dist/{mjs → esm}/api/resources/ReportMessage.js.map +0 -0
  870. /package/dist/{mjs → esm}/api/resources/Revision.d.ts +0 -0
  871. /package/dist/{mjs → esm}/api/resources/Revision.d.ts.map +0 -0
  872. /package/dist/{mjs → esm}/api/resources/Revision.js +0 -0
  873. /package/dist/{mjs → esm}/api/resources/Revision.js.map +0 -0
  874. /package/dist/{mjs → esm}/api/resources/RevisionGuide.d.ts +0 -0
  875. /package/dist/{mjs → esm}/api/resources/RevisionGuide.d.ts.map +0 -0
  876. /package/dist/{mjs → esm}/api/resources/RevisionGuide.js +0 -0
  877. /package/dist/{mjs → esm}/api/resources/RevisionGuide.js.map +0 -0
  878. /package/dist/{mjs → esm}/api/resources/Rule.d.ts +0 -0
  879. /package/dist/{mjs → esm}/api/resources/Rule.d.ts.map +0 -0
  880. /package/dist/{mjs → esm}/api/resources/Rule.js +0 -0
  881. /package/dist/{mjs → esm}/api/resources/Rule.js.map +0 -0
  882. /package/dist/{mjs → esm}/api/resources/SalariesFile.d.ts +0 -0
  883. /package/dist/{mjs → esm}/api/resources/SalariesFile.d.ts.map +0 -0
  884. /package/dist/{mjs → esm}/api/resources/SalariesFile.js +0 -0
  885. /package/dist/{mjs → esm}/api/resources/SalariesFile.js.map +0 -0
  886. /package/dist/{mjs → esm}/api/resources/SalesContract.d.ts +0 -0
  887. /package/dist/{mjs → esm}/api/resources/SalesContract.d.ts.map +0 -0
  888. /package/dist/{mjs → esm}/api/resources/SalesContract.js +0 -0
  889. /package/dist/{mjs → esm}/api/resources/SalesContract.js.map +0 -0
  890. /package/dist/{mjs → esm}/api/resources/Search.d.ts +0 -0
  891. /package/dist/{mjs → esm}/api/resources/Search.d.ts.map +0 -0
  892. /package/dist/{mjs → esm}/api/resources/Search.js +0 -0
  893. /package/dist/{mjs → esm}/api/resources/Search.js.map +0 -0
  894. /package/dist/{mjs → esm}/api/resources/Sellsy.d.ts +0 -0
  895. /package/dist/{mjs → esm}/api/resources/Sellsy.d.ts.map +0 -0
  896. /package/dist/{mjs → esm}/api/resources/Sellsy.js +0 -0
  897. /package/dist/{mjs → esm}/api/resources/Sellsy.js.map +0 -0
  898. /package/dist/{mjs → esm}/api/resources/SheetMonthSchedule.d.ts +0 -0
  899. /package/dist/{mjs → esm}/api/resources/SheetMonthSchedule.d.ts.map +0 -0
  900. /package/dist/{mjs → esm}/api/resources/SheetMonthSchedule.js +0 -0
  901. /package/dist/{mjs → esm}/api/resources/SheetMonthSchedule.js.map +0 -0
  902. /package/dist/{mjs → esm}/api/resources/Shine.d.ts +0 -0
  903. /package/dist/{mjs → esm}/api/resources/Shine.d.ts.map +0 -0
  904. /package/dist/{mjs → esm}/api/resources/Shine.js +0 -0
  905. /package/dist/{mjs → esm}/api/resources/Shine.js.map +0 -0
  906. /package/dist/{mjs → esm}/api/resources/SignFile.d.ts +0 -0
  907. /package/dist/{mjs → esm}/api/resources/SignFile.d.ts.map +0 -0
  908. /package/dist/{mjs → esm}/api/resources/SignFile.js +0 -0
  909. /package/dist/{mjs → esm}/api/resources/SignFile.js.map +0 -0
  910. /package/dist/{mjs → esm}/api/resources/SlowDetection.d.ts +0 -0
  911. /package/dist/{mjs → esm}/api/resources/SlowDetection.d.ts.map +0 -0
  912. /package/dist/{mjs → esm}/api/resources/SlowDetection.js +0 -0
  913. /package/dist/{mjs → esm}/api/resources/SlowDetection.js.map +0 -0
  914. /package/dist/{mjs → esm}/api/resources/Society.d.ts +0 -0
  915. /package/dist/{mjs → esm}/api/resources/Society.d.ts.map +0 -0
  916. /package/dist/{mjs → esm}/api/resources/Society.js +0 -0
  917. /package/dist/{mjs → esm}/api/resources/Society.js.map +0 -0
  918. /package/dist/{mjs → esm}/api/resources/SocietyConfig.d.ts +0 -0
  919. /package/dist/{mjs → esm}/api/resources/SocietyConfig.d.ts.map +0 -0
  920. /package/dist/{mjs → esm}/api/resources/SocietyConfig.js +0 -0
  921. /package/dist/{mjs → esm}/api/resources/SocietyConfig.js.map +0 -0
  922. /package/dist/{mjs → esm}/api/resources/SocietyConfigBalanceSheet.d.ts +0 -0
  923. /package/dist/{mjs → esm}/api/resources/SocietyConfigBalanceSheet.d.ts.map +0 -0
  924. /package/dist/{mjs → esm}/api/resources/SocietyConfigBalanceSheet.js +0 -0
  925. /package/dist/{mjs → esm}/api/resources/SocietyConfigBalanceSheet.js.map +0 -0
  926. /package/dist/{mjs → esm}/api/resources/SocietyDetail.d.ts +0 -0
  927. /package/dist/{mjs → esm}/api/resources/SocietyDetail.d.ts.map +0 -0
  928. /package/dist/{mjs → esm}/api/resources/SocietyDetail.js +0 -0
  929. /package/dist/{mjs → esm}/api/resources/SocietyDetail.js.map +0 -0
  930. /package/dist/{mjs → esm}/api/resources/SocietyEvent.d.ts +0 -0
  931. /package/dist/{mjs → esm}/api/resources/SocietyEvent.d.ts.map +0 -0
  932. /package/dist/{mjs → esm}/api/resources/SocietyEvent.js +0 -0
  933. /package/dist/{mjs → esm}/api/resources/SocietyEvent.js.map +0 -0
  934. /package/dist/{mjs → esm}/api/resources/Source.d.ts +0 -0
  935. /package/dist/{mjs → esm}/api/resources/Source.d.ts.map +0 -0
  936. /package/dist/{mjs → esm}/api/resources/Source.js +0 -0
  937. /package/dist/{mjs → esm}/api/resources/Source.js.map +0 -0
  938. /package/dist/{mjs → esm}/api/resources/Sources.d.ts +0 -0
  939. /package/dist/{mjs → esm}/api/resources/Sources.d.ts.map +0 -0
  940. /package/dist/{mjs → esm}/api/resources/Sources.js +0 -0
  941. /package/dist/{mjs → esm}/api/resources/Sources.js.map +0 -0
  942. /package/dist/{mjs → esm}/api/resources/StatutsGeneration.d.ts +0 -0
  943. /package/dist/{mjs → esm}/api/resources/StatutsGeneration.d.ts.map +0 -0
  944. /package/dist/{mjs → esm}/api/resources/StatutsGeneration.js +0 -0
  945. /package/dist/{mjs → esm}/api/resources/StatutsGeneration.js.map +0 -0
  946. /package/dist/{mjs → esm}/api/resources/Step.d.ts +0 -0
  947. /package/dist/{mjs → esm}/api/resources/Step.d.ts.map +0 -0
  948. /package/dist/{mjs → esm}/api/resources/Step.js +0 -0
  949. /package/dist/{mjs → esm}/api/resources/Step.js.map +0 -0
  950. /package/dist/{mjs → esm}/api/resources/Stocks.d.ts +0 -0
  951. /package/dist/{mjs → esm}/api/resources/Stocks.d.ts.map +0 -0
  952. /package/dist/{mjs → esm}/api/resources/Stocks.js +0 -0
  953. /package/dist/{mjs → esm}/api/resources/Stocks.js.map +0 -0
  954. /package/dist/{mjs → esm}/api/resources/Stripe.d.ts +0 -0
  955. /package/dist/{mjs → esm}/api/resources/Stripe.d.ts.map +0 -0
  956. /package/dist/{mjs → esm}/api/resources/Stripe.js +0 -0
  957. /package/dist/{mjs → esm}/api/resources/Stripe.js.map +0 -0
  958. /package/dist/{mjs → esm}/api/resources/StripePurchase.d.ts +0 -0
  959. /package/dist/{mjs → esm}/api/resources/StripePurchase.d.ts.map +0 -0
  960. /package/dist/{mjs → esm}/api/resources/StripePurchase.js +0 -0
  961. /package/dist/{mjs → esm}/api/resources/StripePurchase.js.map +0 -0
  962. /package/dist/{mjs → esm}/api/resources/Subscription.d.ts +0 -0
  963. /package/dist/{mjs → esm}/api/resources/Subscription.d.ts.map +0 -0
  964. /package/dist/{mjs → esm}/api/resources/Subscription.js +0 -0
  965. /package/dist/{mjs → esm}/api/resources/Subscription.js.map +0 -0
  966. /package/dist/{mjs → esm}/api/resources/Survey.d.ts +0 -0
  967. /package/dist/{mjs → esm}/api/resources/Survey.d.ts.map +0 -0
  968. /package/dist/{mjs → esm}/api/resources/Survey.js +0 -0
  969. /package/dist/{mjs → esm}/api/resources/Survey.js.map +0 -0
  970. /package/dist/{mjs → esm}/api/resources/Synchronisation.d.ts +0 -0
  971. /package/dist/{mjs → esm}/api/resources/Synchronisation.d.ts.map +0 -0
  972. /package/dist/{mjs → esm}/api/resources/Synchronisation.js +0 -0
  973. /package/dist/{mjs → esm}/api/resources/Synchronisation.js.map +0 -0
  974. /package/dist/{mjs → esm}/api/resources/Task.d.ts +0 -0
  975. /package/dist/{mjs → esm}/api/resources/Task.d.ts.map +0 -0
  976. /package/dist/{mjs → esm}/api/resources/Task.js +0 -0
  977. /package/dist/{mjs → esm}/api/resources/Task.js.map +0 -0
  978. /package/dist/{mjs → esm}/api/resources/Tax.d.ts +0 -0
  979. /package/dist/{mjs → esm}/api/resources/Tax.d.ts.map +0 -0
  980. /package/dist/{mjs → esm}/api/resources/Tax.js +0 -0
  981. /package/dist/{mjs → esm}/api/resources/Tax.js.map +0 -0
  982. /package/dist/{mjs → esm}/api/resources/TaxDeadline.d.ts +0 -0
  983. /package/dist/{mjs → esm}/api/resources/TaxDeadline.d.ts.map +0 -0
  984. /package/dist/{mjs → esm}/api/resources/TaxDeadline.js +0 -0
  985. /package/dist/{mjs → esm}/api/resources/TaxDeadline.js.map +0 -0
  986. /package/dist/{mjs → esm}/api/resources/Team.d.ts +0 -0
  987. /package/dist/{mjs → esm}/api/resources/Team.d.ts.map +0 -0
  988. /package/dist/{mjs → esm}/api/resources/Team.js +0 -0
  989. /package/dist/{mjs → esm}/api/resources/Team.js.map +0 -0
  990. /package/dist/{mjs → esm}/api/resources/TerminationList.d.ts +0 -0
  991. /package/dist/{mjs → esm}/api/resources/TerminationList.d.ts.map +0 -0
  992. /package/dist/{mjs → esm}/api/resources/TerminationList.js +0 -0
  993. /package/dist/{mjs → esm}/api/resources/TerminationList.js.map +0 -0
  994. /package/dist/{mjs → esm}/api/resources/TextMessage.d.ts +0 -0
  995. /package/dist/{mjs → esm}/api/resources/TextMessage.d.ts.map +0 -0
  996. /package/dist/{mjs → esm}/api/resources/TextMessage.js +0 -0
  997. /package/dist/{mjs → esm}/api/resources/TextMessage.js.map +0 -0
  998. /package/dist/{mjs → esm}/api/resources/ThirdParty.d.ts +0 -0
  999. /package/dist/{mjs → esm}/api/resources/ThirdParty.d.ts.map +0 -0
  1000. /package/dist/{mjs → esm}/api/resources/ThirdParty.js +0 -0
  1001. /package/dist/{mjs → esm}/api/resources/ThirdParty.js.map +0 -0
  1002. /package/dist/{mjs → esm}/api/resources/TimeRecorder.d.ts +0 -0
  1003. /package/dist/{mjs → esm}/api/resources/TimeRecorder.d.ts.map +0 -0
  1004. /package/dist/{mjs → esm}/api/resources/TimeRecorder.js +0 -0
  1005. /package/dist/{mjs → esm}/api/resources/TimeRecorder.js.map +0 -0
  1006. /package/dist/{mjs → esm}/api/resources/TimeTracking.d.ts +0 -0
  1007. /package/dist/{mjs → esm}/api/resources/TimeTracking.d.ts.map +0 -0
  1008. /package/dist/{mjs → esm}/api/resources/TimeTracking.js +0 -0
  1009. /package/dist/{mjs → esm}/api/resources/TimeTracking.js.map +0 -0
  1010. /package/dist/{mjs → esm}/api/resources/ToDoBalanceSheet.d.ts +0 -0
  1011. /package/dist/{mjs → esm}/api/resources/ToDoBalanceSheet.d.ts.map +0 -0
  1012. /package/dist/{mjs → esm}/api/resources/ToDoBalanceSheet.js +0 -0
  1013. /package/dist/{mjs → esm}/api/resources/ToDoBalanceSheet.js.map +0 -0
  1014. /package/dist/{mjs → esm}/api/resources/Transaction.d.ts +0 -0
  1015. /package/dist/{mjs → esm}/api/resources/Transaction.d.ts.map +0 -0
  1016. /package/dist/{mjs → esm}/api/resources/Transaction.js +0 -0
  1017. /package/dist/{mjs → esm}/api/resources/Transaction.js.map +0 -0
  1018. /package/dist/{mjs → esm}/api/resources/UnpaidCallHistory.d.ts +0 -0
  1019. /package/dist/{mjs → esm}/api/resources/UnpaidCallHistory.d.ts.map +0 -0
  1020. /package/dist/{mjs → esm}/api/resources/UnpaidCallHistory.js +0 -0
  1021. /package/dist/{mjs → esm}/api/resources/UnpaidCallHistory.js.map +0 -0
  1022. /package/dist/{mjs → esm}/api/resources/UpToDate.d.ts +0 -0
  1023. /package/dist/{mjs → esm}/api/resources/UpToDate.d.ts.map +0 -0
  1024. /package/dist/{mjs → esm}/api/resources/UpToDate.js +0 -0
  1025. /package/dist/{mjs → esm}/api/resources/UpToDate.js.map +0 -0
  1026. /package/dist/{mjs → esm}/api/resources/User.d.ts +0 -0
  1027. /package/dist/{mjs → esm}/api/resources/User.d.ts.map +0 -0
  1028. /package/dist/{mjs → esm}/api/resources/User.js +0 -0
  1029. /package/dist/{mjs → esm}/api/resources/User.js.map +0 -0
  1030. /package/dist/{mjs → esm}/api/resources/UserSocietyPermission.d.ts +0 -0
  1031. /package/dist/{mjs → esm}/api/resources/UserSocietyPermission.d.ts.map +0 -0
  1032. /package/dist/{mjs → esm}/api/resources/UserSocietyPermission.js +0 -0
  1033. /package/dist/{mjs → esm}/api/resources/UserSocietyPermission.js.map +0 -0
  1034. /package/dist/{mjs → esm}/api/resources/UserSpecialDay.d.ts +0 -0
  1035. /package/dist/{mjs → esm}/api/resources/UserSpecialDay.d.ts.map +0 -0
  1036. /package/dist/{mjs → esm}/api/resources/UserSpecialDay.js +0 -0
  1037. /package/dist/{mjs → esm}/api/resources/UserSpecialDay.js.map +0 -0
  1038. /package/dist/{mjs → esm}/api/resources/UserTimeSlot.d.ts +0 -0
  1039. /package/dist/{mjs → esm}/api/resources/UserTimeSlot.d.ts.map +0 -0
  1040. /package/dist/{mjs → esm}/api/resources/UserTimeSlot.js +0 -0
  1041. /package/dist/{mjs → esm}/api/resources/UserTimeSlot.js.map +0 -0
  1042. /package/dist/{mjs → esm}/api/resources/Vat.d.ts +0 -0
  1043. /package/dist/{mjs → esm}/api/resources/Vat.d.ts.map +0 -0
  1044. /package/dist/{mjs → esm}/api/resources/Vat.js +0 -0
  1045. /package/dist/{mjs → esm}/api/resources/Vat.js.map +0 -0
  1046. /package/dist/{mjs → esm}/api/resources/VatControl.d.ts +0 -0
  1047. /package/dist/{mjs → esm}/api/resources/VatControl.d.ts.map +0 -0
  1048. /package/dist/{mjs → esm}/api/resources/VatControl.js +0 -0
  1049. /package/dist/{mjs → esm}/api/resources/VatControl.js.map +0 -0
  1050. /package/dist/{mjs → esm}/api/resources/VatRegimeHistory.d.ts +0 -0
  1051. /package/dist/{mjs → esm}/api/resources/VatRegimeHistory.d.ts.map +0 -0
  1052. /package/dist/{mjs → esm}/api/resources/VatRegimeHistory.js +0 -0
  1053. /package/dist/{mjs → esm}/api/resources/VatRegimeHistory.js.map +0 -0
  1054. /package/dist/{mjs → esm}/api/resources/Vehicle.d.ts +0 -0
  1055. /package/dist/{mjs → esm}/api/resources/Vehicle.d.ts.map +0 -0
  1056. /package/dist/{mjs → esm}/api/resources/Vehicle.js +0 -0
  1057. /package/dist/{mjs → esm}/api/resources/Vehicle.js.map +0 -0
  1058. /package/dist/{mjs → esm}/api/resources/VisualizedInformation.d.ts +0 -0
  1059. /package/dist/{mjs → esm}/api/resources/VisualizedInformation.d.ts.map +0 -0
  1060. /package/dist/{mjs → esm}/api/resources/VisualizedInformation.js +0 -0
  1061. /package/dist/{mjs → esm}/api/resources/VisualizedInformation.js.map +0 -0
  1062. /package/dist/{mjs → esm}/api/resources/Wallet.d.ts +0 -0
  1063. /package/dist/{mjs → esm}/api/resources/Wallet.d.ts.map +0 -0
  1064. /package/dist/{mjs → esm}/api/resources/Wallet.js +0 -0
  1065. /package/dist/{mjs → esm}/api/resources/Wallet.js.map +0 -0
  1066. /package/dist/{mjs → esm}/api/resources/WorkingSchedule.d.ts +0 -0
  1067. /package/dist/{mjs → esm}/api/resources/WorkingSchedule.d.ts.map +0 -0
  1068. /package/dist/{mjs → esm}/api/resources/WorkingSchedule.js +0 -0
  1069. /package/dist/{mjs → esm}/api/resources/WorkingSchedule.js.map +0 -0
  1070. /package/dist/{mjs → esm}/api/resources/YouSign.d.ts +0 -0
  1071. /package/dist/{mjs → esm}/api/resources/YouSign.d.ts.map +0 -0
  1072. /package/dist/{mjs → esm}/api/resources/YouSign.js +0 -0
  1073. /package/dist/{mjs → esm}/api/resources/YouSign.js.map +0 -0
  1074. /package/dist/{mjs → esm}/api/resources/ZTicket.d.ts +0 -0
  1075. /package/dist/{mjs → esm}/api/resources/ZTicket.d.ts.map +0 -0
  1076. /package/dist/{mjs → esm}/api/resources/ZTicket.js +0 -0
  1077. /package/dist/{mjs → esm}/api/resources/ZTicket.js.map +0 -0
  1078. /package/dist/{mjs → esm}/api/resources/prestation.d.ts +0 -0
  1079. /package/dist/{mjs → esm}/api/resources/prestation.d.ts.map +0 -0
  1080. /package/dist/{mjs → esm}/api/resources/prestation.js +0 -0
  1081. /package/dist/{mjs → esm}/api/resources/prestation.js.map +0 -0
  1082. /package/dist/{mjs → esm}/api/resources/shareCapital.d.ts +0 -0
  1083. /package/dist/{mjs → esm}/api/resources/shareCapital.d.ts.map +0 -0
  1084. /package/dist/{mjs → esm}/api/resources/shareCapital.js +0 -0
  1085. /package/dist/{mjs → esm}/api/resources/shareCapital.js.map +0 -0
  1086. /package/dist/{mjs → esm}/api/resources/statistic/Accountant.d.ts +0 -0
  1087. /package/dist/{mjs → esm}/api/resources/statistic/Accountant.d.ts.map +0 -0
  1088. /package/dist/{mjs → esm}/api/resources/statistic/Accountant.js +0 -0
  1089. /package/dist/{mjs → esm}/api/resources/statistic/Accountant.js.map +0 -0
  1090. /package/dist/{mjs → esm}/api/resources/statistic/CustomerSuccess.d.ts +0 -0
  1091. /package/dist/{mjs → esm}/api/resources/statistic/CustomerSuccess.d.ts.map +0 -0
  1092. /package/dist/{mjs → esm}/api/resources/statistic/CustomerSuccess.js +0 -0
  1093. /package/dist/{mjs → esm}/api/resources/statistic/CustomerSuccess.js.map +0 -0
  1094. /package/dist/{mjs → esm}/api/resources/statistic/DataOfficer.d.ts +0 -0
  1095. /package/dist/{mjs → esm}/api/resources/statistic/DataOfficer.d.ts.map +0 -0
  1096. /package/dist/{mjs → esm}/api/resources/statistic/DataOfficer.js +0 -0
  1097. /package/dist/{mjs → esm}/api/resources/statistic/DataOfficer.js.map +0 -0
  1098. /package/dist/{mjs → esm}/api/resources/statistic/Direction.d.ts +0 -0
  1099. /package/dist/{mjs → esm}/api/resources/statistic/Direction.d.ts.map +0 -0
  1100. /package/dist/{mjs → esm}/api/resources/statistic/Direction.js +0 -0
  1101. /package/dist/{mjs → esm}/api/resources/statistic/Direction.js.map +0 -0
  1102. /package/dist/{mjs → esm}/api/resources/statistic/ExpertAccountant.d.ts +0 -0
  1103. /package/dist/{mjs → esm}/api/resources/statistic/ExpertAccountant.d.ts.map +0 -0
  1104. /package/dist/{mjs → esm}/api/resources/statistic/ExpertAccountant.js +0 -0
  1105. /package/dist/{mjs → esm}/api/resources/statistic/ExpertAccountant.js.map +0 -0
  1106. /package/dist/{mjs → esm}/api/resources/statistic/Legal.d.ts +0 -0
  1107. /package/dist/{mjs → esm}/api/resources/statistic/Legal.d.ts.map +0 -0
  1108. /package/dist/{mjs → esm}/api/resources/statistic/Legal.js +0 -0
  1109. /package/dist/{mjs → esm}/api/resources/statistic/Legal.js.map +0 -0
  1110. /package/dist/{mjs → esm}/api/resources/statistic/Marketing.d.ts +0 -0
  1111. /package/dist/{mjs → esm}/api/resources/statistic/Marketing.d.ts.map +0 -0
  1112. /package/dist/{mjs → esm}/api/resources/statistic/Marketing.js +0 -0
  1113. /package/dist/{mjs → esm}/api/resources/statistic/Marketing.js.map +0 -0
  1114. /package/dist/{mjs → esm}/api/resources.d.ts +0 -0
  1115. /package/dist/{mjs → esm}/api/resources.d.ts.map +0 -0
  1116. /package/dist/{mjs → esm}/api/resources.js +0 -0
  1117. /package/dist/{mjs → esm}/api/resources.js.map +0 -0
  1118. /package/dist/{mjs → esm}/index.d.ts +0 -0
  1119. /package/dist/{mjs → esm}/index.d.ts.map +0 -0
  1120. /package/dist/{mjs → esm}/index.js +0 -0
  1121. /package/dist/{mjs → esm}/index.js.map +0 -0
  1122. /package/dist/{mjs → esm}/types/Enum/AIPrompt.d.ts +0 -0
  1123. /package/dist/{mjs → esm}/types/Enum/AIPrompt.d.ts.map +0 -0
  1124. /package/dist/{mjs → esm}/types/Enum/AIPrompt.js +0 -0
  1125. /package/dist/{mjs → esm}/types/Enum/AIPrompt.js.map +0 -0
  1126. /package/dist/{mjs → esm}/types/Enum/AbsenceType.d.ts +0 -0
  1127. /package/dist/{mjs → esm}/types/Enum/AbsenceType.d.ts.map +0 -0
  1128. /package/dist/{mjs → esm}/types/Enum/AbsenceType.js +0 -0
  1129. /package/dist/{mjs → esm}/types/Enum/AbsenceType.js.map +0 -0
  1130. /package/dist/{mjs → esm}/types/Enum/Acceptance.d.ts +0 -0
  1131. /package/dist/{mjs → esm}/types/Enum/Acceptance.d.ts.map +0 -0
  1132. /package/dist/{mjs → esm}/types/Enum/Acceptance.js +0 -0
  1133. /package/dist/{mjs → esm}/types/Enum/Acceptance.js.map +0 -0
  1134. /package/dist/{mjs → esm}/types/Enum/Account.d.ts +0 -0
  1135. /package/dist/{mjs → esm}/types/Enum/Account.d.ts.map +0 -0
  1136. /package/dist/{mjs → esm}/types/Enum/Account.js +0 -0
  1137. /package/dist/{mjs → esm}/types/Enum/Account.js.map +0 -0
  1138. /package/dist/{mjs → esm}/types/Enum/AccountType.d.ts +0 -0
  1139. /package/dist/{mjs → esm}/types/Enum/AccountType.d.ts.map +0 -0
  1140. /package/dist/{mjs → esm}/types/Enum/AccountType.js +0 -0
  1141. /package/dist/{mjs → esm}/types/Enum/AccountType.js.map +0 -0
  1142. /package/dist/{mjs → esm}/types/Enum/AccountingFileType.d.ts +0 -0
  1143. /package/dist/{mjs → esm}/types/Enum/AccountingFileType.d.ts.map +0 -0
  1144. /package/dist/{mjs → esm}/types/Enum/AccountingFileType.js +0 -0
  1145. /package/dist/{mjs → esm}/types/Enum/AccountingFileType.js.map +0 -0
  1146. /package/dist/{mjs → esm}/types/Enum/AccountingJournal.d.ts +0 -0
  1147. /package/dist/{mjs → esm}/types/Enum/AccountingJournal.d.ts.map +0 -0
  1148. /package/dist/{mjs → esm}/types/Enum/AccountingJournal.js +0 -0
  1149. /package/dist/{mjs → esm}/types/Enum/AccountingJournal.js.map +0 -0
  1150. /package/dist/{mjs → esm}/types/Enum/AccountsSectors.d.ts +0 -0
  1151. /package/dist/{mjs → esm}/types/Enum/AccountsSectors.d.ts.map +0 -0
  1152. /package/dist/{mjs → esm}/types/Enum/AccountsSectors.js +0 -0
  1153. /package/dist/{mjs → esm}/types/Enum/AccountsSectors.js.map +0 -0
  1154. /package/dist/{mjs → esm}/types/Enum/ActionCategoryForNotation.d.ts +0 -0
  1155. /package/dist/{mjs → esm}/types/Enum/ActionCategoryForNotation.d.ts.map +0 -0
  1156. /package/dist/{mjs → esm}/types/Enum/ActionCategoryForNotation.js +0 -0
  1157. /package/dist/{mjs → esm}/types/Enum/ActionCategoryForNotation.js.map +0 -0
  1158. /package/dist/{mjs → esm}/types/Enum/Activity.d.ts +0 -0
  1159. /package/dist/{mjs → esm}/types/Enum/Activity.d.ts.map +0 -0
  1160. /package/dist/{mjs → esm}/types/Enum/Activity.js +0 -0
  1161. /package/dist/{mjs → esm}/types/Enum/Activity.js.map +0 -0
  1162. /package/dist/{mjs → esm}/types/Enum/AdditionnalSells.d.ts +0 -0
  1163. /package/dist/{mjs → esm}/types/Enum/AdditionnalSells.d.ts.map +0 -0
  1164. /package/dist/{mjs → esm}/types/Enum/AdditionnalSells.js +0 -0
  1165. /package/dist/{mjs → esm}/types/Enum/AdditionnalSells.js.map +0 -0
  1166. /package/dist/{mjs → esm}/types/Enum/AdjustmentType.d.ts +0 -0
  1167. /package/dist/{mjs → esm}/types/Enum/AdjustmentType.d.ts.map +0 -0
  1168. /package/dist/{mjs → esm}/types/Enum/AdjustmentType.js +0 -0
  1169. /package/dist/{mjs → esm}/types/Enum/AdjustmentType.js.map +0 -0
  1170. /package/dist/{mjs → esm}/types/Enum/AdminAcceptance.d.ts +0 -0
  1171. /package/dist/{mjs → esm}/types/Enum/AdminAcceptance.d.ts.map +0 -0
  1172. /package/dist/{mjs → esm}/types/Enum/AdminAcceptance.js +0 -0
  1173. /package/dist/{mjs → esm}/types/Enum/AdminAcceptance.js.map +0 -0
  1174. /package/dist/{mjs → esm}/types/Enum/Annotation.d.ts +0 -0
  1175. /package/dist/{mjs → esm}/types/Enum/Annotation.d.ts.map +0 -0
  1176. /package/dist/{mjs → esm}/types/Enum/Annotation.js +0 -0
  1177. /package/dist/{mjs → esm}/types/Enum/Annotation.js.map +0 -0
  1178. /package/dist/{mjs → esm}/types/Enum/AnswerTypeValue.d.ts +0 -0
  1179. /package/dist/{mjs → esm}/types/Enum/AnswerTypeValue.d.ts.map +0 -0
  1180. /package/dist/{mjs → esm}/types/Enum/AnswerTypeValue.js +0 -0
  1181. /package/dist/{mjs → esm}/types/Enum/AnswerTypeValue.js.map +0 -0
  1182. /package/dist/{mjs → esm}/types/Enum/AppointmentState.d.ts +0 -0
  1183. /package/dist/{mjs → esm}/types/Enum/AppointmentState.d.ts.map +0 -0
  1184. /package/dist/{mjs → esm}/types/Enum/AppointmentState.js +0 -0
  1185. /package/dist/{mjs → esm}/types/Enum/AppointmentState.js.map +0 -0
  1186. /package/dist/{mjs → esm}/types/Enum/AutomaticRegistration.d.ts +0 -0
  1187. /package/dist/{mjs → esm}/types/Enum/AutomaticRegistration.d.ts.map +0 -0
  1188. /package/dist/{mjs → esm}/types/Enum/AutomaticRegistration.js +0 -0
  1189. /package/dist/{mjs → esm}/types/Enum/AutomaticRegistration.js.map +0 -0
  1190. /package/dist/{mjs → esm}/types/Enum/BalanceSheetModule.d.ts +0 -0
  1191. /package/dist/{mjs → esm}/types/Enum/BalanceSheetModule.d.ts.map +0 -0
  1192. /package/dist/{mjs → esm}/types/Enum/BalanceSheetModule.js +0 -0
  1193. /package/dist/{mjs → esm}/types/Enum/BalanceSheetModule.js.map +0 -0
  1194. /package/dist/{mjs → esm}/types/Enum/BalanceSheetStatus.d.ts +0 -0
  1195. /package/dist/{mjs → esm}/types/Enum/BalanceSheetStatus.d.ts.map +0 -0
  1196. /package/dist/{mjs → esm}/types/Enum/BalanceSheetStatus.js +0 -0
  1197. /package/dist/{mjs → esm}/types/Enum/BalanceSheetStatus.js.map +0 -0
  1198. /package/dist/{mjs → esm}/types/Enum/Bank.d.ts +0 -0
  1199. /package/dist/{mjs → esm}/types/Enum/Bank.d.ts.map +0 -0
  1200. /package/dist/{mjs → esm}/types/Enum/Bank.js +0 -0
  1201. /package/dist/{mjs → esm}/types/Enum/Bank.js.map +0 -0
  1202. /package/dist/{mjs → esm}/types/Enum/BankAccountType.d.ts +0 -0
  1203. /package/dist/{mjs → esm}/types/Enum/BankAccountType.d.ts.map +0 -0
  1204. /package/dist/{mjs → esm}/types/Enum/BankAccountType.js +0 -0
  1205. /package/dist/{mjs → esm}/types/Enum/BankAccountType.js.map +0 -0
  1206. /package/dist/{mjs → esm}/types/Enum/BankCollectingState.d.ts +0 -0
  1207. /package/dist/{mjs → esm}/types/Enum/BankCollectingState.d.ts.map +0 -0
  1208. /package/dist/{mjs → esm}/types/Enum/BankCollectingState.js +0 -0
  1209. /package/dist/{mjs → esm}/types/Enum/BankCollectingState.js.map +0 -0
  1210. /package/dist/{mjs → esm}/types/Enum/BrandAnytime.d.ts +0 -0
  1211. /package/dist/{mjs → esm}/types/Enum/BrandAnytime.d.ts.map +0 -0
  1212. /package/dist/{mjs → esm}/types/Enum/BrandAnytime.js +0 -0
  1213. /package/dist/{mjs → esm}/types/Enum/BrandAnytime.js.map +0 -0
  1214. /package/dist/{mjs → esm}/types/Enum/BrandClementine.d.ts +0 -0
  1215. /package/dist/{mjs → esm}/types/Enum/BrandClementine.d.ts.map +0 -0
  1216. /package/dist/{mjs → esm}/types/Enum/BrandClementine.js +0 -0
  1217. /package/dist/{mjs → esm}/types/Enum/BrandClementine.js.map +0 -0
  1218. /package/dist/{mjs → esm}/types/Enum/BrandComptalib.d.ts +0 -0
  1219. /package/dist/{mjs → esm}/types/Enum/BrandComptalib.d.ts.map +0 -0
  1220. /package/dist/{mjs → esm}/types/Enum/BrandComptalib.js +0 -0
  1221. /package/dist/{mjs → esm}/types/Enum/BrandComptalib.js.map +0 -0
  1222. /package/dist/{mjs → esm}/types/Enum/BrandLegalstart.d.ts +0 -0
  1223. /package/dist/{mjs → esm}/types/Enum/BrandLegalstart.d.ts.map +0 -0
  1224. /package/dist/{mjs → esm}/types/Enum/BrandLegalstart.js +0 -0
  1225. /package/dist/{mjs → esm}/types/Enum/BrandLegalstart.js.map +0 -0
  1226. /package/dist/{mjs → esm}/types/Enum/BrandPourcentage.d.ts +0 -0
  1227. /package/dist/{mjs → esm}/types/Enum/BrandPourcentage.d.ts.map +0 -0
  1228. /package/dist/{mjs → esm}/types/Enum/BrandPourcentage.js +0 -0
  1229. /package/dist/{mjs → esm}/types/Enum/BrandPourcentage.js.map +0 -0
  1230. /package/dist/{mjs → esm}/types/Enum/BrandStatutsExpress.d.ts +0 -0
  1231. /package/dist/{mjs → esm}/types/Enum/BrandStatutsExpress.d.ts.map +0 -0
  1232. /package/dist/{mjs → esm}/types/Enum/BrandStatutsExpress.js +0 -0
  1233. /package/dist/{mjs → esm}/types/Enum/BrandStatutsExpress.js.map +0 -0
  1234. /package/dist/{mjs → esm}/types/Enum/Brevo.d.ts +0 -0
  1235. /package/dist/{mjs → esm}/types/Enum/Brevo.d.ts.map +0 -0
  1236. /package/dist/{mjs → esm}/types/Enum/Brevo.js +0 -0
  1237. /package/dist/{mjs → esm}/types/Enum/Brevo.js.map +0 -0
  1238. /package/dist/{mjs → esm}/types/Enum/BudgetInsight.d.ts +0 -0
  1239. /package/dist/{mjs → esm}/types/Enum/BudgetInsight.d.ts.map +0 -0
  1240. /package/dist/{mjs → esm}/types/Enum/BudgetInsight.js +0 -0
  1241. /package/dist/{mjs → esm}/types/Enum/BudgetInsight.js.map +0 -0
  1242. /package/dist/{mjs → esm}/types/Enum/Call.d.ts +0 -0
  1243. /package/dist/{mjs → esm}/types/Enum/Call.d.ts.map +0 -0
  1244. /package/dist/{mjs → esm}/types/Enum/Call.js +0 -0
  1245. /package/dist/{mjs → esm}/types/Enum/Call.js.map +0 -0
  1246. /package/dist/{mjs → esm}/types/Enum/Card.d.ts +0 -0
  1247. /package/dist/{mjs → esm}/types/Enum/Card.d.ts.map +0 -0
  1248. /package/dist/{mjs → esm}/types/Enum/Card.js +0 -0
  1249. /package/dist/{mjs → esm}/types/Enum/Card.js.map +0 -0
  1250. /package/dist/{mjs → esm}/types/Enum/CashDeskTransactionType.d.ts +0 -0
  1251. /package/dist/{mjs → esm}/types/Enum/CashDeskTransactionType.d.ts.map +0 -0
  1252. /package/dist/{mjs → esm}/types/Enum/CashDeskTransactionType.js +0 -0
  1253. /package/dist/{mjs → esm}/types/Enum/CashDeskTransactionType.js.map +0 -0
  1254. /package/dist/{mjs → esm}/types/Enum/CerfaType.d.ts +0 -0
  1255. /package/dist/{mjs → esm}/types/Enum/CerfaType.d.ts.map +0 -0
  1256. /package/dist/{mjs → esm}/types/Enum/CerfaType.js +0 -0
  1257. /package/dist/{mjs → esm}/types/Enum/CerfaType.js.map +0 -0
  1258. /package/dist/{mjs → esm}/types/Enum/ChangeLog.d.ts +0 -0
  1259. /package/dist/{mjs → esm}/types/Enum/ChangeLog.d.ts.map +0 -0
  1260. /package/dist/{mjs → esm}/types/Enum/ChangeLog.js +0 -0
  1261. /package/dist/{mjs → esm}/types/Enum/ChangeLog.js.map +0 -0
  1262. /package/dist/{mjs → esm}/types/Enum/Channel.d.ts +0 -0
  1263. /package/dist/{mjs → esm}/types/Enum/Channel.d.ts.map +0 -0
  1264. /package/dist/{mjs → esm}/types/Enum/Channel.js +0 -0
  1265. /package/dist/{mjs → esm}/types/Enum/Channel.js.map +0 -0
  1266. /package/dist/{mjs → esm}/types/Enum/ChecklistType.d.ts +0 -0
  1267. /package/dist/{mjs → esm}/types/Enum/ChecklistType.d.ts.map +0 -0
  1268. /package/dist/{mjs → esm}/types/Enum/ChecklistType.js +0 -0
  1269. /package/dist/{mjs → esm}/types/Enum/ChecklistType.js.map +0 -0
  1270. /package/dist/{mjs → esm}/types/Enum/CityOfGreffe.d.ts +0 -0
  1271. /package/dist/{mjs → esm}/types/Enum/CityOfGreffe.d.ts.map +0 -0
  1272. /package/dist/{mjs → esm}/types/Enum/CityOfGreffe.js +0 -0
  1273. /package/dist/{mjs → esm}/types/Enum/CityOfGreffe.js.map +0 -0
  1274. /package/dist/{mjs → esm}/types/Enum/Civility.d.ts +0 -0
  1275. /package/dist/{mjs → esm}/types/Enum/Civility.d.ts.map +0 -0
  1276. /package/dist/{mjs → esm}/types/Enum/Civility.js +0 -0
  1277. /package/dist/{mjs → esm}/types/Enum/Civility.js.map +0 -0
  1278. /package/dist/{mjs → esm}/types/Enum/ClientOrProspect.d.ts +0 -0
  1279. /package/dist/{mjs → esm}/types/Enum/ClientOrProspect.d.ts.map +0 -0
  1280. /package/dist/{mjs → esm}/types/Enum/ClientOrProspect.js +0 -0
  1281. /package/dist/{mjs → esm}/types/Enum/ClientOrProspect.js.map +0 -0
  1282. /package/dist/{mjs → esm}/types/Enum/ClosingType.d.ts +0 -0
  1283. /package/dist/{mjs → esm}/types/Enum/ClosingType.d.ts.map +0 -0
  1284. /package/dist/{mjs → esm}/types/Enum/ClosingType.js +0 -0
  1285. /package/dist/{mjs → esm}/types/Enum/ClosingType.js.map +0 -0
  1286. /package/dist/{mjs → esm}/types/Enum/Comment.d.ts +0 -0
  1287. /package/dist/{mjs → esm}/types/Enum/Comment.d.ts.map +0 -0
  1288. /package/dist/{mjs → esm}/types/Enum/Comment.js +0 -0
  1289. /package/dist/{mjs → esm}/types/Enum/Comment.js.map +0 -0
  1290. /package/dist/{mjs → esm}/types/Enum/CommercialGrade.d.ts +0 -0
  1291. /package/dist/{mjs → esm}/types/Enum/CommercialGrade.d.ts.map +0 -0
  1292. /package/dist/{mjs → esm}/types/Enum/CommercialGrade.js +0 -0
  1293. /package/dist/{mjs → esm}/types/Enum/CommercialGrade.js.map +0 -0
  1294. /package/dist/{mjs → esm}/types/Enum/CommercialImportHeader.d.ts +0 -0
  1295. /package/dist/{mjs → esm}/types/Enum/CommercialImportHeader.d.ts.map +0 -0
  1296. /package/dist/{mjs → esm}/types/Enum/CommercialImportHeader.js +0 -0
  1297. /package/dist/{mjs → esm}/types/Enum/CommercialImportHeader.js.map +0 -0
  1298. /package/dist/{mjs → esm}/types/Enum/CommercialManagement.d.ts +0 -0
  1299. /package/dist/{mjs → esm}/types/Enum/CommercialManagement.d.ts.map +0 -0
  1300. /package/dist/{mjs → esm}/types/Enum/CommercialManagement.js +0 -0
  1301. /package/dist/{mjs → esm}/types/Enum/CommercialManagement.js.map +0 -0
  1302. /package/dist/{mjs → esm}/types/Enum/CommercialOfferType.d.ts +0 -0
  1303. /package/dist/{mjs → esm}/types/Enum/CommercialOfferType.d.ts.map +0 -0
  1304. /package/dist/{mjs → esm}/types/Enum/CommercialOfferType.js +0 -0
  1305. /package/dist/{mjs → esm}/types/Enum/CommercialOfferType.js.map +0 -0
  1306. /package/dist/{mjs → esm}/types/Enum/Compensation.d.ts +0 -0
  1307. /package/dist/{mjs → esm}/types/Enum/Compensation.d.ts.map +0 -0
  1308. /package/dist/{mjs → esm}/types/Enum/Compensation.js +0 -0
  1309. /package/dist/{mjs → esm}/types/Enum/Compensation.js.map +0 -0
  1310. /package/dist/{mjs → esm}/types/Enum/ComptaType.d.ts +0 -0
  1311. /package/dist/{mjs → esm}/types/Enum/ComptaType.d.ts.map +0 -0
  1312. /package/dist/{mjs → esm}/types/Enum/ComptaType.js +0 -0
  1313. /package/dist/{mjs → esm}/types/Enum/ComptaType.js.map +0 -0
  1314. /package/dist/{mjs → esm}/types/Enum/ConnectionError.d.ts +0 -0
  1315. /package/dist/{mjs → esm}/types/Enum/ConnectionError.d.ts.map +0 -0
  1316. /package/dist/{mjs → esm}/types/Enum/ConnectionError.js +0 -0
  1317. /package/dist/{mjs → esm}/types/Enum/ConnectionError.js.map +0 -0
  1318. /package/dist/{mjs → esm}/types/Enum/ConnectorType.d.ts +0 -0
  1319. /package/dist/{mjs → esm}/types/Enum/ConnectorType.d.ts.map +0 -0
  1320. /package/dist/{mjs → esm}/types/Enum/ConnectorType.js +0 -0
  1321. /package/dist/{mjs → esm}/types/Enum/ConnectorType.js.map +0 -0
  1322. /package/dist/{mjs → esm}/types/Enum/Consistency.d.ts +0 -0
  1323. /package/dist/{mjs → esm}/types/Enum/Consistency.d.ts.map +0 -0
  1324. /package/dist/{mjs → esm}/types/Enum/Consistency.js +0 -0
  1325. /package/dist/{mjs → esm}/types/Enum/Consistency.js.map +0 -0
  1326. /package/dist/{mjs → esm}/types/Enum/Constants.d.ts +0 -0
  1327. /package/dist/{mjs → esm}/types/Enum/Constants.d.ts.map +0 -0
  1328. /package/dist/{mjs → esm}/types/Enum/Constants.js +0 -0
  1329. /package/dist/{mjs → esm}/types/Enum/Constants.js.map +0 -0
  1330. /package/dist/{mjs → esm}/types/Enum/Constitution.d.ts +0 -0
  1331. /package/dist/{mjs → esm}/types/Enum/Constitution.d.ts.map +0 -0
  1332. /package/dist/{mjs → esm}/types/Enum/Constitution.js +0 -0
  1333. /package/dist/{mjs → esm}/types/Enum/Constitution.js.map +0 -0
  1334. /package/dist/{mjs → esm}/types/Enum/ConstitutionState.d.ts +0 -0
  1335. /package/dist/{mjs → esm}/types/Enum/ConstitutionState.d.ts.map +0 -0
  1336. /package/dist/{mjs → esm}/types/Enum/ConstitutionState.js +0 -0
  1337. /package/dist/{mjs → esm}/types/Enum/ConstitutionState.js.map +0 -0
  1338. /package/dist/{mjs → esm}/types/Enum/Contest.d.ts +0 -0
  1339. /package/dist/{mjs → esm}/types/Enum/Contest.d.ts.map +0 -0
  1340. /package/dist/{mjs → esm}/types/Enum/Contest.js +0 -0
  1341. /package/dist/{mjs → esm}/types/Enum/Contest.js.map +0 -0
  1342. /package/dist/{mjs → esm}/types/Enum/Contract.d.ts +0 -0
  1343. /package/dist/{mjs → esm}/types/Enum/Contract.d.ts.map +0 -0
  1344. /package/dist/{mjs → esm}/types/Enum/Contract.js +0 -0
  1345. /package/dist/{mjs → esm}/types/Enum/Contract.js.map +0 -0
  1346. /package/dist/{mjs → esm}/types/Enum/Contribution.d.ts +0 -0
  1347. /package/dist/{mjs → esm}/types/Enum/Contribution.d.ts.map +0 -0
  1348. /package/dist/{mjs → esm}/types/Enum/Contribution.js +0 -0
  1349. /package/dist/{mjs → esm}/types/Enum/Contribution.js.map +0 -0
  1350. /package/dist/{mjs → esm}/types/Enum/Country.d.ts +0 -0
  1351. /package/dist/{mjs → esm}/types/Enum/Country.d.ts.map +0 -0
  1352. /package/dist/{mjs → esm}/types/Enum/Country.js +0 -0
  1353. /package/dist/{mjs → esm}/types/Enum/Country.js.map +0 -0
  1354. /package/dist/{mjs → esm}/types/Enum/Currency.d.ts +0 -0
  1355. /package/dist/{mjs → esm}/types/Enum/Currency.d.ts.map +0 -0
  1356. /package/dist/{mjs → esm}/types/Enum/Currency.js +0 -0
  1357. /package/dist/{mjs → esm}/types/Enum/Currency.js.map +0 -0
  1358. /package/dist/{mjs → esm}/types/Enum/CustomerSignature.d.ts +0 -0
  1359. /package/dist/{mjs → esm}/types/Enum/CustomerSignature.d.ts.map +0 -0
  1360. /package/dist/{mjs → esm}/types/Enum/CustomerSignature.js +0 -0
  1361. /package/dist/{mjs → esm}/types/Enum/CustomerSignature.js.map +0 -0
  1362. /package/dist/{mjs → esm}/types/Enum/CustomerVat.d.ts +0 -0
  1363. /package/dist/{mjs → esm}/types/Enum/CustomerVat.d.ts.map +0 -0
  1364. /package/dist/{mjs → esm}/types/Enum/CustomerVat.js +0 -0
  1365. /package/dist/{mjs → esm}/types/Enum/CustomerVat.js.map +0 -0
  1366. /package/dist/{mjs → esm}/types/Enum/Cycle.d.ts +0 -0
  1367. /package/dist/{mjs → esm}/types/Enum/Cycle.d.ts.map +0 -0
  1368. /package/dist/{mjs → esm}/types/Enum/Cycle.js +0 -0
  1369. /package/dist/{mjs → esm}/types/Enum/Cycle.js.map +0 -0
  1370. /package/dist/{mjs → esm}/types/Enum/Das.d.ts +0 -0
  1371. /package/dist/{mjs → esm}/types/Enum/Das.d.ts.map +0 -0
  1372. /package/dist/{mjs → esm}/types/Enum/Das.js +0 -0
  1373. /package/dist/{mjs → esm}/types/Enum/Das.js.map +0 -0
  1374. /package/dist/{mjs → esm}/types/Enum/DashboardBlock.d.ts +0 -0
  1375. /package/dist/{mjs → esm}/types/Enum/DashboardBlock.d.ts.map +0 -0
  1376. /package/dist/{mjs → esm}/types/Enum/DashboardBlock.js +0 -0
  1377. /package/dist/{mjs → esm}/types/Enum/DashboardBlock.js.map +0 -0
  1378. /package/dist/{mjs → esm}/types/Enum/Degree.d.ts +0 -0
  1379. /package/dist/{mjs → esm}/types/Enum/Degree.d.ts.map +0 -0
  1380. /package/dist/{mjs → esm}/types/Enum/Degree.js +0 -0
  1381. /package/dist/{mjs → esm}/types/Enum/Degree.js.map +0 -0
  1382. /package/dist/{mjs → esm}/types/Enum/DepositDocumentType.d.ts +0 -0
  1383. /package/dist/{mjs → esm}/types/Enum/DepositDocumentType.d.ts.map +0 -0
  1384. /package/dist/{mjs → esm}/types/Enum/DepositDocumentType.js +0 -0
  1385. /package/dist/{mjs → esm}/types/Enum/DepositDocumentType.js.map +0 -0
  1386. /package/dist/{mjs → esm}/types/Enum/DocumentForHumanResourceType.d.ts +0 -0
  1387. /package/dist/{mjs → esm}/types/Enum/DocumentForHumanResourceType.d.ts.map +0 -0
  1388. /package/dist/{mjs → esm}/types/Enum/DocumentForHumanResourceType.js +0 -0
  1389. /package/dist/{mjs → esm}/types/Enum/DocumentForHumanResourceType.js.map +0 -0
  1390. /package/dist/{mjs → esm}/types/Enum/EnglishLevel.d.ts +0 -0
  1391. /package/dist/{mjs → esm}/types/Enum/EnglishLevel.d.ts.map +0 -0
  1392. /package/dist/{mjs → esm}/types/Enum/EnglishLevel.js +0 -0
  1393. /package/dist/{mjs → esm}/types/Enum/EnglishLevel.js.map +0 -0
  1394. /package/dist/{mjs → esm}/types/Enum/EntityType.d.ts +0 -0
  1395. /package/dist/{mjs → esm}/types/Enum/EntityType.d.ts.map +0 -0
  1396. /package/dist/{mjs → esm}/types/Enum/EntityType.js +0 -0
  1397. /package/dist/{mjs → esm}/types/Enum/EntityType.js.map +0 -0
  1398. /package/dist/{mjs → esm}/types/Enum/EquipmentAvailability.d.ts +0 -0
  1399. /package/dist/{mjs → esm}/types/Enum/EquipmentAvailability.d.ts.map +0 -0
  1400. /package/dist/{mjs → esm}/types/Enum/EquipmentAvailability.js +0 -0
  1401. /package/dist/{mjs → esm}/types/Enum/EquipmentAvailability.js.map +0 -0
  1402. /package/dist/{mjs → esm}/types/Enum/EquipmentState.d.ts +0 -0
  1403. /package/dist/{mjs → esm}/types/Enum/EquipmentState.d.ts.map +0 -0
  1404. /package/dist/{mjs → esm}/types/Enum/EquipmentState.js +0 -0
  1405. /package/dist/{mjs → esm}/types/Enum/EquipmentState.js.map +0 -0
  1406. /package/dist/{mjs → esm}/types/Enum/EquipmentType.d.ts +0 -0
  1407. /package/dist/{mjs → esm}/types/Enum/EquipmentType.d.ts.map +0 -0
  1408. /package/dist/{mjs → esm}/types/Enum/EquipmentType.js +0 -0
  1409. /package/dist/{mjs → esm}/types/Enum/EquipmentType.js.map +0 -0
  1410. /package/dist/{mjs → esm}/types/Enum/EstimateInvoice.d.ts +0 -0
  1411. /package/dist/{mjs → esm}/types/Enum/EstimateInvoice.d.ts.map +0 -0
  1412. /package/dist/{mjs → esm}/types/Enum/EstimateInvoice.js +0 -0
  1413. /package/dist/{mjs → esm}/types/Enum/EstimateInvoice.js.map +0 -0
  1414. /package/dist/{mjs → esm}/types/Enum/ExerciceNoteType.d.ts +0 -0
  1415. /package/dist/{mjs → esm}/types/Enum/ExerciceNoteType.d.ts.map +0 -0
  1416. /package/dist/{mjs → esm}/types/Enum/ExerciceNoteType.js +0 -0
  1417. /package/dist/{mjs → esm}/types/Enum/ExerciceNoteType.js.map +0 -0
  1418. /package/dist/{mjs → esm}/types/Enum/Feature.d.ts +0 -0
  1419. /package/dist/{mjs → esm}/types/Enum/Feature.d.ts.map +0 -0
  1420. /package/dist/{mjs → esm}/types/Enum/Feature.js +0 -0
  1421. /package/dist/{mjs → esm}/types/Enum/Feature.js.map +0 -0
  1422. /package/dist/{mjs → esm}/types/Enum/FecFileDelimiter.d.ts +0 -0
  1423. /package/dist/{mjs → esm}/types/Enum/FecFileDelimiter.d.ts.map +0 -0
  1424. /package/dist/{mjs → esm}/types/Enum/FecFileDelimiter.js +0 -0
  1425. /package/dist/{mjs → esm}/types/Enum/FecFileDelimiter.js.map +0 -0
  1426. /package/dist/{mjs → esm}/types/Enum/FieldSocietyStat.d.ts +0 -0
  1427. /package/dist/{mjs → esm}/types/Enum/FieldSocietyStat.d.ts.map +0 -0
  1428. /package/dist/{mjs → esm}/types/Enum/FieldSocietyStat.js +0 -0
  1429. /package/dist/{mjs → esm}/types/Enum/FieldSocietyStat.js.map +0 -0
  1430. /package/dist/{mjs → esm}/types/Enum/FileType.d.ts +0 -0
  1431. /package/dist/{mjs → esm}/types/Enum/FileType.d.ts.map +0 -0
  1432. /package/dist/{mjs → esm}/types/Enum/FileType.js +0 -0
  1433. /package/dist/{mjs → esm}/types/Enum/FileType.js.map +0 -0
  1434. /package/dist/{mjs → esm}/types/Enum/FiscalRegime.d.ts +0 -0
  1435. /package/dist/{mjs → esm}/types/Enum/FiscalRegime.d.ts.map +0 -0
  1436. /package/dist/{mjs → esm}/types/Enum/FiscalRegime.js +0 -0
  1437. /package/dist/{mjs → esm}/types/Enum/FiscalRegime.js.map +0 -0
  1438. /package/dist/{mjs → esm}/types/Enum/FolderFile.d.ts +0 -0
  1439. /package/dist/{mjs → esm}/types/Enum/FolderFile.d.ts.map +0 -0
  1440. /package/dist/{mjs → esm}/types/Enum/FolderFile.js +0 -0
  1441. /package/dist/{mjs → esm}/types/Enum/FolderFile.js.map +0 -0
  1442. /package/dist/{mjs → esm}/types/Enum/FollowList.d.ts +0 -0
  1443. /package/dist/{mjs → esm}/types/Enum/FollowList.d.ts.map +0 -0
  1444. /package/dist/{mjs → esm}/types/Enum/FollowList.js +0 -0
  1445. /package/dist/{mjs → esm}/types/Enum/FollowList.js.map +0 -0
  1446. /package/dist/{mjs → esm}/types/Enum/FuelType.d.ts +0 -0
  1447. /package/dist/{mjs → esm}/types/Enum/FuelType.d.ts.map +0 -0
  1448. /package/dist/{mjs → esm}/types/Enum/FuelType.js +0 -0
  1449. /package/dist/{mjs → esm}/types/Enum/FuelType.js.map +0 -0
  1450. /package/dist/{mjs → esm}/types/Enum/Ged.d.ts +0 -0
  1451. /package/dist/{mjs → esm}/types/Enum/Ged.d.ts.map +0 -0
  1452. /package/dist/{mjs → esm}/types/Enum/Ged.js +0 -0
  1453. /package/dist/{mjs → esm}/types/Enum/Ged.js.map +0 -0
  1454. /package/dist/{mjs → esm}/types/Enum/GeneralThirdParty.d.ts +0 -0
  1455. /package/dist/{mjs → esm}/types/Enum/GeneralThirdParty.d.ts.map +0 -0
  1456. /package/dist/{mjs → esm}/types/Enum/GeneralThirdParty.js +0 -0
  1457. /package/dist/{mjs → esm}/types/Enum/GeneralThirdParty.js.map +0 -0
  1458. /package/dist/{mjs → esm}/types/Enum/Gescom.d.ts +0 -0
  1459. /package/dist/{mjs → esm}/types/Enum/Gescom.d.ts.map +0 -0
  1460. /package/dist/{mjs → esm}/types/Enum/Gescom.js +0 -0
  1461. /package/dist/{mjs → esm}/types/Enum/Gescom.js.map +0 -0
  1462. /package/dist/{mjs → esm}/types/Enum/GlobalRegime.d.ts +0 -0
  1463. /package/dist/{mjs → esm}/types/Enum/GlobalRegime.d.ts.map +0 -0
  1464. /package/dist/{mjs → esm}/types/Enum/Holidays.d.ts +0 -0
  1465. /package/dist/{mjs → esm}/types/Enum/Holidays.d.ts.map +0 -0
  1466. /package/dist/{mjs → esm}/types/Enum/Holidays.js +0 -0
  1467. /package/dist/{mjs → esm}/types/Enum/Holidays.js.map +0 -0
  1468. /package/dist/{mjs → esm}/types/Enum/ImmobilizationType.d.ts +0 -0
  1469. /package/dist/{mjs → esm}/types/Enum/ImmobilizationType.d.ts.map +0 -0
  1470. /package/dist/{mjs → esm}/types/Enum/ImmobilizationType.js +0 -0
  1471. /package/dist/{mjs → esm}/types/Enum/ImmobilizationType.js.map +0 -0
  1472. /package/dist/{mjs → esm}/types/Enum/InpiType.d.ts +0 -0
  1473. /package/dist/{mjs → esm}/types/Enum/InpiType.d.ts.map +0 -0
  1474. /package/dist/{mjs → esm}/types/Enum/InpiType.js +0 -0
  1475. /package/dist/{mjs → esm}/types/Enum/InpiType.js.map +0 -0
  1476. /package/dist/{mjs → esm}/types/Enum/IntermediateManagementRebate.d.ts +0 -0
  1477. /package/dist/{mjs → esm}/types/Enum/IntermediateManagementRebate.d.ts.map +0 -0
  1478. /package/dist/{mjs → esm}/types/Enum/IntermediateManagementRebate.js +0 -0
  1479. /package/dist/{mjs → esm}/types/Enum/IntermediateManagementRebate.js.map +0 -0
  1480. /package/dist/{mjs → esm}/types/Enum/InternalService.d.ts +0 -0
  1481. /package/dist/{mjs → esm}/types/Enum/InternalService.d.ts.map +0 -0
  1482. /package/dist/{mjs → esm}/types/Enum/InternalService.js +0 -0
  1483. /package/dist/{mjs → esm}/types/Enum/InternalService.js.map +0 -0
  1484. /package/dist/{mjs → esm}/types/Enum/IssueType.d.ts +0 -0
  1485. /package/dist/{mjs → esm}/types/Enum/IssueType.d.ts.map +0 -0
  1486. /package/dist/{mjs → esm}/types/Enum/IssueType.js +0 -0
  1487. /package/dist/{mjs → esm}/types/Enum/IssueType.js.map +0 -0
  1488. /package/dist/{mjs → esm}/types/Enum/JeDeclare.d.ts +0 -0
  1489. /package/dist/{mjs → esm}/types/Enum/JeDeclare.d.ts.map +0 -0
  1490. /package/dist/{mjs → esm}/types/Enum/JeDeclare.js +0 -0
  1491. /package/dist/{mjs → esm}/types/Enum/JeDeclare.js.map +0 -0
  1492. /package/dist/{mjs → esm}/types/Enum/JobTitle.d.ts +0 -0
  1493. /package/dist/{mjs → esm}/types/Enum/JobTitle.d.ts.map +0 -0
  1494. /package/dist/{mjs → esm}/types/Enum/JobTitle.js +0 -0
  1495. /package/dist/{mjs → esm}/types/Enum/JobTitle.js.map +0 -0
  1496. /package/dist/{mjs → esm}/types/Enum/JuridicalSociety.d.ts +0 -0
  1497. /package/dist/{mjs → esm}/types/Enum/JuridicalSociety.d.ts.map +0 -0
  1498. /package/dist/{mjs → esm}/types/Enum/JuridicalSociety.js +0 -0
  1499. /package/dist/{mjs → esm}/types/Enum/JuridicalSociety.js.map +0 -0
  1500. /package/dist/{mjs → esm}/types/Enum/KilometricAllowanceScale.d.ts +0 -0
  1501. /package/dist/{mjs → esm}/types/Enum/KilometricAllowanceScale.d.ts.map +0 -0
  1502. /package/dist/{mjs → esm}/types/Enum/KilometricAllowanceScale.js +0 -0
  1503. /package/dist/{mjs → esm}/types/Enum/KilometricAllowanceScale.js.map +0 -0
  1504. /package/dist/{mjs → esm}/types/Enum/Lab.d.ts +0 -0
  1505. /package/dist/{mjs → esm}/types/Enum/Lab.d.ts.map +0 -0
  1506. /package/dist/{mjs → esm}/types/Enum/Lab.js +0 -0
  1507. /package/dist/{mjs → esm}/types/Enum/Lab.js.map +0 -0
  1508. /package/dist/{mjs → esm}/types/Enum/LegalInformation.d.ts +0 -0
  1509. /package/dist/{mjs → esm}/types/Enum/LegalInformation.d.ts.map +0 -0
  1510. /package/dist/{mjs → esm}/types/Enum/LegalInformation.js +0 -0
  1511. /package/dist/{mjs → esm}/types/Enum/LegalInformation.js.map +0 -0
  1512. /package/dist/{mjs → esm}/types/Enum/LetterRecoveryState.d.ts +0 -0
  1513. /package/dist/{mjs → esm}/types/Enum/LetterRecoveryState.d.ts.map +0 -0
  1514. /package/dist/{mjs → esm}/types/Enum/LetterRecoveryState.js +0 -0
  1515. /package/dist/{mjs → esm}/types/Enum/LetterRecoveryState.js.map +0 -0
  1516. /package/dist/{mjs → esm}/types/Enum/LetterResponseType.d.ts +0 -0
  1517. /package/dist/{mjs → esm}/types/Enum/LetterResponseType.d.ts.map +0 -0
  1518. /package/dist/{mjs → esm}/types/Enum/LetterResponseType.js +0 -0
  1519. /package/dist/{mjs → esm}/types/Enum/LetterResponseType.js.map +0 -0
  1520. /package/dist/{mjs → esm}/types/Enum/LetterState.d.ts +0 -0
  1521. /package/dist/{mjs → esm}/types/Enum/LetterState.d.ts.map +0 -0
  1522. /package/dist/{mjs → esm}/types/Enum/LetterState.js +0 -0
  1523. /package/dist/{mjs → esm}/types/Enum/LetterState.js.map +0 -0
  1524. /package/dist/{mjs → esm}/types/Enum/LetterType.d.ts +0 -0
  1525. /package/dist/{mjs → esm}/types/Enum/LetterType.d.ts.map +0 -0
  1526. /package/dist/{mjs → esm}/types/Enum/LetterType.js +0 -0
  1527. /package/dist/{mjs → esm}/types/Enum/LetterType.js.map +0 -0
  1528. /package/dist/{mjs → esm}/types/Enum/Log.d.ts +0 -0
  1529. /package/dist/{mjs → esm}/types/Enum/Log.d.ts.map +0 -0
  1530. /package/dist/{mjs → esm}/types/Enum/Log.js +0 -0
  1531. /package/dist/{mjs → esm}/types/Enum/Log.js.map +0 -0
  1532. /package/dist/{mjs → esm}/types/Enum/MachineLearning.d.ts +0 -0
  1533. /package/dist/{mjs → esm}/types/Enum/MachineLearning.d.ts.map +0 -0
  1534. /package/dist/{mjs → esm}/types/Enum/MachineLearning.js +0 -0
  1535. /package/dist/{mjs → esm}/types/Enum/MachineLearning.js.map +0 -0
  1536. /package/dist/{mjs → esm}/types/Enum/MailAddressType.d.ts +0 -0
  1537. /package/dist/{mjs → esm}/types/Enum/MailAddressType.d.ts.map +0 -0
  1538. /package/dist/{mjs → esm}/types/Enum/MailAddressType.js +0 -0
  1539. /package/dist/{mjs → esm}/types/Enum/MailAddressType.js.map +0 -0
  1540. /package/dist/{mjs → esm}/types/Enum/MailAuto.d.ts +0 -0
  1541. /package/dist/{mjs → esm}/types/Enum/MailAuto.d.ts.map +0 -0
  1542. /package/dist/{mjs → esm}/types/Enum/MailAuto.js +0 -0
  1543. /package/dist/{mjs → esm}/types/Enum/MailAuto.js.map +0 -0
  1544. /package/dist/{mjs → esm}/types/Enum/MailDomainType.d.ts +0 -0
  1545. /package/dist/{mjs → esm}/types/Enum/MailDomainType.d.ts.map +0 -0
  1546. /package/dist/{mjs → esm}/types/Enum/MailDomainType.js +0 -0
  1547. /package/dist/{mjs → esm}/types/Enum/MailDomainType.js.map +0 -0
  1548. /package/dist/{mjs → esm}/types/Enum/MailFlag.d.ts +0 -0
  1549. /package/dist/{mjs → esm}/types/Enum/MailFlag.d.ts.map +0 -0
  1550. /package/dist/{mjs → esm}/types/Enum/MailFlag.js +0 -0
  1551. /package/dist/{mjs → esm}/types/Enum/MailFlag.js.map +0 -0
  1552. /package/dist/{mjs → esm}/types/Enum/MaritalStatus.d.ts +0 -0
  1553. /package/dist/{mjs → esm}/types/Enum/MaritalStatus.d.ts.map +0 -0
  1554. /package/dist/{mjs → esm}/types/Enum/MaritalStatus.js +0 -0
  1555. /package/dist/{mjs → esm}/types/Enum/MaritalStatus.js.map +0 -0
  1556. /package/dist/{mjs → esm}/types/Enum/Marketing.d.ts +0 -0
  1557. /package/dist/{mjs → esm}/types/Enum/Marketing.d.ts.map +0 -0
  1558. /package/dist/{mjs → esm}/types/Enum/Marketing.js +0 -0
  1559. /package/dist/{mjs → esm}/types/Enum/Marketing.js.map +0 -0
  1560. /package/dist/{mjs → esm}/types/Enum/MealExpenseThresholds.d.ts +0 -0
  1561. /package/dist/{mjs → esm}/types/Enum/MealExpenseThresholds.d.ts.map +0 -0
  1562. /package/dist/{mjs → esm}/types/Enum/MealExpenseThresholds.js +0 -0
  1563. /package/dist/{mjs → esm}/types/Enum/MealExpenseThresholds.js.map +0 -0
  1564. /package/dist/{mjs → esm}/types/Enum/MimeType.d.ts +0 -0
  1565. /package/dist/{mjs → esm}/types/Enum/MimeType.d.ts.map +0 -0
  1566. /package/dist/{mjs → esm}/types/Enum/MimeType.js +0 -0
  1567. /package/dist/{mjs → esm}/types/Enum/MimeType.js.map +0 -0
  1568. /package/dist/{mjs → esm}/types/Enum/MissionAcceptation.d.ts +0 -0
  1569. /package/dist/{mjs → esm}/types/Enum/MissionAcceptation.d.ts.map +0 -0
  1570. /package/dist/{mjs → esm}/types/Enum/MissionAcceptation.js +0 -0
  1571. /package/dist/{mjs → esm}/types/Enum/MissionAcceptation.js.map +0 -0
  1572. /package/dist/{mjs → esm}/types/Enum/NafCode.d.ts +0 -0
  1573. /package/dist/{mjs → esm}/types/Enum/NafCode.d.ts.map +0 -0
  1574. /package/dist/{mjs → esm}/types/Enum/NafCode.js +0 -0
  1575. /package/dist/{mjs → esm}/types/Enum/NafCode.js.map +0 -0
  1576. /package/dist/{mjs → esm}/types/Enum/Nature.d.ts +0 -0
  1577. /package/dist/{mjs → esm}/types/Enum/Nature.d.ts.map +0 -0
  1578. /package/dist/{mjs → esm}/types/Enum/Nature.js +0 -0
  1579. /package/dist/{mjs → esm}/types/Enum/Nature.js.map +0 -0
  1580. /package/dist/{mjs → esm}/types/Enum/Notification.d.ts +0 -0
  1581. /package/dist/{mjs → esm}/types/Enum/Notification.d.ts.map +0 -0
  1582. /package/dist/{mjs → esm}/types/Enum/Notification.js +0 -0
  1583. /package/dist/{mjs → esm}/types/Enum/Notification.js.map +0 -0
  1584. /package/dist/{mjs → esm}/types/Enum/NotificationType.d.ts +0 -0
  1585. /package/dist/{mjs → esm}/types/Enum/NotificationType.d.ts.map +0 -0
  1586. /package/dist/{mjs → esm}/types/Enum/NotificationType.js +0 -0
  1587. /package/dist/{mjs → esm}/types/Enum/NotificationType.js.map +0 -0
  1588. /package/dist/{mjs → esm}/types/Enum/Ocr.d.ts +0 -0
  1589. /package/dist/{mjs → esm}/types/Enum/Ocr.d.ts.map +0 -0
  1590. /package/dist/{mjs → esm}/types/Enum/Ocr.js +0 -0
  1591. /package/dist/{mjs → esm}/types/Enum/Ocr.js.map +0 -0
  1592. /package/dist/{mjs → esm}/types/Enum/OperationLegalNotice.d.ts +0 -0
  1593. /package/dist/{mjs → esm}/types/Enum/OperationLegalNotice.d.ts.map +0 -0
  1594. /package/dist/{mjs → esm}/types/Enum/OperationLegalNotice.js +0 -0
  1595. /package/dist/{mjs → esm}/types/Enum/OperationLegalNotice.js.map +0 -0
  1596. /package/dist/{mjs → esm}/types/Enum/OrderStatus.d.ts +0 -0
  1597. /package/dist/{mjs → esm}/types/Enum/OrderStatus.d.ts.map +0 -0
  1598. /package/dist/{mjs → esm}/types/Enum/OrderStatus.js +0 -0
  1599. /package/dist/{mjs → esm}/types/Enum/OrderStatus.js.map +0 -0
  1600. /package/dist/{mjs → esm}/types/Enum/PartnerTransactionType.d.ts +0 -0
  1601. /package/dist/{mjs → esm}/types/Enum/PartnerTransactionType.d.ts.map +0 -0
  1602. /package/dist/{mjs → esm}/types/Enum/PartnerTransactionType.js +0 -0
  1603. /package/dist/{mjs → esm}/types/Enum/PartnerTransactionType.js.map +0 -0
  1604. /package/dist/{mjs → esm}/types/Enum/PartnerType.d.ts +0 -0
  1605. /package/dist/{mjs → esm}/types/Enum/PartnerType.d.ts.map +0 -0
  1606. /package/dist/{mjs → esm}/types/Enum/PartnerType.js +0 -0
  1607. /package/dist/{mjs → esm}/types/Enum/PartnerType.js.map +0 -0
  1608. /package/dist/{mjs → esm}/types/Enum/PartneredAccountantServiceType.d.ts +0 -0
  1609. /package/dist/{mjs → esm}/types/Enum/PartneredAccountantServiceType.d.ts.map +0 -0
  1610. /package/dist/{mjs → esm}/types/Enum/PartneredAccountantServiceType.js +0 -0
  1611. /package/dist/{mjs → esm}/types/Enum/PartneredAccountantServiceType.js.map +0 -0
  1612. /package/dist/{mjs → esm}/types/Enum/PartneredAccountantServiceTypeId.d.ts +0 -0
  1613. /package/dist/{mjs → esm}/types/Enum/PartneredAccountantServiceTypeId.d.ts.map +0 -0
  1614. /package/dist/{mjs → esm}/types/Enum/PartneredAccountantServiceTypeId.js +0 -0
  1615. /package/dist/{mjs → esm}/types/Enum/PartneredAccountantServiceTypeId.js.map +0 -0
  1616. /package/dist/{mjs → esm}/types/Enum/Partners.d.ts +0 -0
  1617. /package/dist/{mjs → esm}/types/Enum/Partners.d.ts.map +0 -0
  1618. /package/dist/{mjs → esm}/types/Enum/Partners.js +0 -0
  1619. /package/dist/{mjs → esm}/types/Enum/Partners.js.map +0 -0
  1620. /package/dist/{mjs → esm}/types/Enum/PaymentAttempt.d.ts +0 -0
  1621. /package/dist/{mjs → esm}/types/Enum/PaymentAttempt.d.ts.map +0 -0
  1622. /package/dist/{mjs → esm}/types/Enum/PaymentAttempt.js +0 -0
  1623. /package/dist/{mjs → esm}/types/Enum/PaymentAttempt.js.map +0 -0
  1624. /package/dist/{mjs → esm}/types/Enum/PaymentExpectation.d.ts +0 -0
  1625. /package/dist/{mjs → esm}/types/Enum/PaymentExpectation.d.ts.map +0 -0
  1626. /package/dist/{mjs → esm}/types/Enum/PaymentExpectation.js +0 -0
  1627. /package/dist/{mjs → esm}/types/Enum/PaymentExpectation.js.map +0 -0
  1628. /package/dist/{mjs → esm}/types/Enum/PaymentMethod.d.ts +0 -0
  1629. /package/dist/{mjs → esm}/types/Enum/PaymentMethod.d.ts.map +0 -0
  1630. /package/dist/{mjs → esm}/types/Enum/PaymentMethod.js +0 -0
  1631. /package/dist/{mjs → esm}/types/Enum/PaymentMethod.js.map +0 -0
  1632. /package/dist/{mjs → esm}/types/Enum/PaymentReason.d.ts +0 -0
  1633. /package/dist/{mjs → esm}/types/Enum/PaymentReason.d.ts.map +0 -0
  1634. /package/dist/{mjs → esm}/types/Enum/PaymentReason.js +0 -0
  1635. /package/dist/{mjs → esm}/types/Enum/PaymentReason.js.map +0 -0
  1636. /package/dist/{mjs → esm}/types/Enum/PaymentRecovery.d.ts +0 -0
  1637. /package/dist/{mjs → esm}/types/Enum/PaymentRecovery.d.ts.map +0 -0
  1638. /package/dist/{mjs → esm}/types/Enum/PaymentRecovery.js +0 -0
  1639. /package/dist/{mjs → esm}/types/Enum/PaymentRecovery.js.map +0 -0
  1640. /package/dist/{mjs → esm}/types/Enum/Pdf2PicLocalType.d.ts +0 -0
  1641. /package/dist/{mjs → esm}/types/Enum/Pdf2PicLocalType.d.ts.map +0 -0
  1642. /package/dist/{mjs → esm}/types/Enum/Pdf2PicLocalType.js +0 -0
  1643. /package/dist/{mjs → esm}/types/Enum/Pdf2PicLocalType.js.map +0 -0
  1644. /package/dist/{mjs → esm}/types/Enum/Phone.d.ts +0 -0
  1645. /package/dist/{mjs → esm}/types/Enum/Phone.d.ts.map +0 -0
  1646. /package/dist/{mjs → esm}/types/Enum/Phone.js +0 -0
  1647. /package/dist/{mjs → esm}/types/Enum/Phone.js.map +0 -0
  1648. /package/dist/{mjs → esm}/types/Enum/PrestationListType.d.ts +0 -0
  1649. /package/dist/{mjs → esm}/types/Enum/PrestationListType.d.ts.map +0 -0
  1650. /package/dist/{mjs → esm}/types/Enum/PrestationListType.js +0 -0
  1651. /package/dist/{mjs → esm}/types/Enum/PrestationListType.js.map +0 -0
  1652. /package/dist/{mjs → esm}/types/Enum/PrestationOption.d.ts +0 -0
  1653. /package/dist/{mjs → esm}/types/Enum/PrestationOption.d.ts.map +0 -0
  1654. /package/dist/{mjs → esm}/types/Enum/PrestationOption.js +0 -0
  1655. /package/dist/{mjs → esm}/types/Enum/PrestationOption.js.map +0 -0
  1656. /package/dist/{mjs → esm}/types/Enum/PrestationState.d.ts +0 -0
  1657. /package/dist/{mjs → esm}/types/Enum/PrestationState.d.ts.map +0 -0
  1658. /package/dist/{mjs → esm}/types/Enum/PrestationState.js +0 -0
  1659. /package/dist/{mjs → esm}/types/Enum/PrestationState.js.map +0 -0
  1660. /package/dist/{mjs → esm}/types/Enum/PrestationType.d.ts +0 -0
  1661. /package/dist/{mjs → esm}/types/Enum/PrestationType.d.ts.map +0 -0
  1662. /package/dist/{mjs → esm}/types/Enum/PrestationType.js +0 -0
  1663. /package/dist/{mjs → esm}/types/Enum/PrestationType.js.map +0 -0
  1664. /package/dist/{mjs → esm}/types/Enum/PrevisionalForm.d.ts +0 -0
  1665. /package/dist/{mjs → esm}/types/Enum/PrevisionalForm.d.ts.map +0 -0
  1666. /package/dist/{mjs → esm}/types/Enum/PrevisionalForm.js +0 -0
  1667. /package/dist/{mjs → esm}/types/Enum/PrevisionalForm.js.map +0 -0
  1668. /package/dist/{mjs → esm}/types/Enum/PriceGridClementine.d.ts +0 -0
  1669. /package/dist/{mjs → esm}/types/Enum/PriceGridClementine.d.ts.map +0 -0
  1670. /package/dist/{mjs → esm}/types/Enum/PriceGridClementine.js +0 -0
  1671. /package/dist/{mjs → esm}/types/Enum/PriceGridClementine.js.map +0 -0
  1672. /package/dist/{mjs → esm}/types/Enum/PriceGridLegalstart.d.ts +0 -0
  1673. /package/dist/{mjs → esm}/types/Enum/PriceGridLegalstart.d.ts.map +0 -0
  1674. /package/dist/{mjs → esm}/types/Enum/PriceGridLegalstart.js +0 -0
  1675. /package/dist/{mjs → esm}/types/Enum/PriceGridLegalstart.js.map +0 -0
  1676. /package/dist/{mjs → esm}/types/Enum/PriceGridPourcentage.d.ts +0 -0
  1677. /package/dist/{mjs → esm}/types/Enum/PriceGridPourcentage.d.ts.map +0 -0
  1678. /package/dist/{mjs → esm}/types/Enum/PriceGridPourcentage.js +0 -0
  1679. /package/dist/{mjs → esm}/types/Enum/PriceGridPourcentage.js.map +0 -0
  1680. /package/dist/{mjs → esm}/types/Enum/PriceGridStatutsExpress.d.ts +0 -0
  1681. /package/dist/{mjs → esm}/types/Enum/PriceGridStatutsExpress.d.ts.map +0 -0
  1682. /package/dist/{mjs → esm}/types/Enum/PriceGridStatutsExpress.js +0 -0
  1683. /package/dist/{mjs → esm}/types/Enum/PriceGridStatutsExpress.js.map +0 -0
  1684. /package/dist/{mjs → esm}/types/Enum/Proceding.d.ts +0 -0
  1685. /package/dist/{mjs → esm}/types/Enum/Proceding.d.ts.map +0 -0
  1686. /package/dist/{mjs → esm}/types/Enum/Proceding.js +0 -0
  1687. /package/dist/{mjs → esm}/types/Enum/Proceding.js.map +0 -0
  1688. /package/dist/{mjs → esm}/types/Enum/ProcessingState.d.ts +0 -0
  1689. /package/dist/{mjs → esm}/types/Enum/ProcessingState.d.ts.map +0 -0
  1690. /package/dist/{mjs → esm}/types/Enum/ProcessingState.js +0 -0
  1691. /package/dist/{mjs → esm}/types/Enum/ProcessingState.js.map +0 -0
  1692. /package/dist/{mjs → esm}/types/Enum/ProductType.d.ts +0 -0
  1693. /package/dist/{mjs → esm}/types/Enum/ProductType.d.ts.map +0 -0
  1694. /package/dist/{mjs → esm}/types/Enum/ProductType.js +0 -0
  1695. /package/dist/{mjs → esm}/types/Enum/ProductType.js.map +0 -0
  1696. /package/dist/{mjs → esm}/types/Enum/ProfitsType.d.ts +0 -0
  1697. /package/dist/{mjs → esm}/types/Enum/ProfitsType.d.ts.map +0 -0
  1698. /package/dist/{mjs → esm}/types/Enum/ProfitsType.js +0 -0
  1699. /package/dist/{mjs → esm}/types/Enum/ProfitsType.js.map +0 -0
  1700. /package/dist/{mjs → esm}/types/Enum/ProvisionType.d.ts +0 -0
  1701. /package/dist/{mjs → esm}/types/Enum/ProvisionType.d.ts.map +0 -0
  1702. /package/dist/{mjs → esm}/types/Enum/ProvisionType.js +0 -0
  1703. /package/dist/{mjs → esm}/types/Enum/ProvisionType.js.map +0 -0
  1704. /package/dist/{mjs → esm}/types/Enum/QualificationLead.d.ts +0 -0
  1705. /package/dist/{mjs → esm}/types/Enum/QualificationLead.d.ts.map +0 -0
  1706. /package/dist/{mjs → esm}/types/Enum/QualificationLead.js +0 -0
  1707. /package/dist/{mjs → esm}/types/Enum/QualificationLead.js.map +0 -0
  1708. /package/dist/{mjs → esm}/types/Enum/Quality.d.ts +0 -0
  1709. /package/dist/{mjs → esm}/types/Enum/Quality.d.ts.map +0 -0
  1710. /package/dist/{mjs → esm}/types/Enum/Quality.js +0 -0
  1711. /package/dist/{mjs → esm}/types/Enum/Quality.js.map +0 -0
  1712. /package/dist/{mjs → esm}/types/Enum/ReasonCancelSignatureRequest.d.ts +0 -0
  1713. /package/dist/{mjs → esm}/types/Enum/ReasonCancelSignatureRequest.d.ts.map +0 -0
  1714. /package/dist/{mjs → esm}/types/Enum/ReasonCancelSignatureRequest.js +0 -0
  1715. /package/dist/{mjs → esm}/types/Enum/ReasonCancelSignatureRequest.js.map +0 -0
  1716. /package/dist/{mjs → esm}/types/Enum/ReasonNotSubscribed.d.ts +0 -0
  1717. /package/dist/{mjs → esm}/types/Enum/ReasonNotSubscribed.d.ts.map +0 -0
  1718. /package/dist/{mjs → esm}/types/Enum/ReasonNotSubscribed.js +0 -0
  1719. /package/dist/{mjs → esm}/types/Enum/ReasonNotSubscribed.js.map +0 -0
  1720. /package/dist/{mjs → esm}/types/Enum/ReasonTerminationType.d.ts +0 -0
  1721. /package/dist/{mjs → esm}/types/Enum/ReasonTerminationType.d.ts.map +0 -0
  1722. /package/dist/{mjs → esm}/types/Enum/ReasonTerminationType.js +0 -0
  1723. /package/dist/{mjs → esm}/types/Enum/ReasonTerminationType.js.map +0 -0
  1724. /package/dist/{mjs → esm}/types/Enum/RecurrenceType.d.ts +0 -0
  1725. /package/dist/{mjs → esm}/types/Enum/RecurrenceType.d.ts.map +0 -0
  1726. /package/dist/{mjs → esm}/types/Enum/RecurrenceType.js +0 -0
  1727. /package/dist/{mjs → esm}/types/Enum/RecurrenceType.js.map +0 -0
  1728. /package/dist/{mjs → esm}/types/Enum/RefundReason.d.ts +0 -0
  1729. /package/dist/{mjs → esm}/types/Enum/RefundReason.d.ts.map +0 -0
  1730. /package/dist/{mjs → esm}/types/Enum/RefundReason.js +0 -0
  1731. /package/dist/{mjs → esm}/types/Enum/RefundReason.js.map +0 -0
  1732. /package/dist/{mjs → esm}/types/Enum/RegisterCategory.d.ts +0 -0
  1733. /package/dist/{mjs → esm}/types/Enum/RegisterCategory.d.ts.map +0 -0
  1734. /package/dist/{mjs → esm}/types/Enum/RegisterCategory.js +0 -0
  1735. /package/dist/{mjs → esm}/types/Enum/RegisterCategory.js.map +0 -0
  1736. /package/dist/{mjs → esm}/types/Enum/Registration.d.ts +0 -0
  1737. /package/dist/{mjs → esm}/types/Enum/Registration.d.ts.map +0 -0
  1738. /package/dist/{mjs → esm}/types/Enum/Registration.js +0 -0
  1739. /package/dist/{mjs → esm}/types/Enum/Registration.js.map +0 -0
  1740. /package/dist/{mjs → esm}/types/Enum/RegistrationSource.d.ts +0 -0
  1741. /package/dist/{mjs → esm}/types/Enum/RegistrationSource.d.ts.map +0 -0
  1742. /package/dist/{mjs → esm}/types/Enum/RegistrationSource.js +0 -0
  1743. /package/dist/{mjs → esm}/types/Enum/RegistrationSource.js.map +0 -0
  1744. /package/dist/{mjs → esm}/types/Enum/RegulateType.d.ts +0 -0
  1745. /package/dist/{mjs → esm}/types/Enum/RegulateType.d.ts.map +0 -0
  1746. /package/dist/{mjs → esm}/types/Enum/RegulateType.js +0 -0
  1747. /package/dist/{mjs → esm}/types/Enum/RegulateType.js.map +0 -0
  1748. /package/dist/{mjs → esm}/types/Enum/RemoteType.d.ts +0 -0
  1749. /package/dist/{mjs → esm}/types/Enum/RemoteType.d.ts.map +0 -0
  1750. /package/dist/{mjs → esm}/types/Enum/RemoteType.js +0 -0
  1751. /package/dist/{mjs → esm}/types/Enum/RemoteType.js.map +0 -0
  1752. /package/dist/{mjs → esm}/types/Enum/ReportService.d.ts +0 -0
  1753. /package/dist/{mjs → esm}/types/Enum/ReportService.d.ts.map +0 -0
  1754. /package/dist/{mjs → esm}/types/Enum/ReportService.js +0 -0
  1755. /package/dist/{mjs → esm}/types/Enum/ReportService.js.map +0 -0
  1756. /package/dist/{mjs → esm}/types/Enum/ReportState.d.ts +0 -0
  1757. /package/dist/{mjs → esm}/types/Enum/ReportState.d.ts.map +0 -0
  1758. /package/dist/{mjs → esm}/types/Enum/ReportState.js +0 -0
  1759. /package/dist/{mjs → esm}/types/Enum/ReportState.js.map +0 -0
  1760. /package/dist/{mjs → esm}/types/Enum/ReportType.d.ts +0 -0
  1761. /package/dist/{mjs → esm}/types/Enum/ReportType.d.ts.map +0 -0
  1762. /package/dist/{mjs → esm}/types/Enum/ReportType.js +0 -0
  1763. /package/dist/{mjs → esm}/types/Enum/ReportType.js.map +0 -0
  1764. /package/dist/{mjs → esm}/types/Enum/RevisionGuide.d.ts +0 -0
  1765. /package/dist/{mjs → esm}/types/Enum/RevisionGuide.d.ts.map +0 -0
  1766. /package/dist/{mjs → esm}/types/Enum/RevisionGuide.js +0 -0
  1767. /package/dist/{mjs → esm}/types/Enum/RevisionGuide.js.map +0 -0
  1768. /package/dist/{mjs → esm}/types/Enum/Role.d.ts +0 -0
  1769. /package/dist/{mjs → esm}/types/Enum/Role.d.ts.map +0 -0
  1770. /package/dist/{mjs → esm}/types/Enum/Role.js +0 -0
  1771. /package/dist/{mjs → esm}/types/Enum/Role.js.map +0 -0
  1772. /package/dist/{mjs → esm}/types/Enum/RoleDetail.d.ts +0 -0
  1773. /package/dist/{mjs → esm}/types/Enum/RoleDetail.d.ts.map +0 -0
  1774. /package/dist/{mjs → esm}/types/Enum/RoleDetail.js +0 -0
  1775. /package/dist/{mjs → esm}/types/Enum/RoleDetail.js.map +0 -0
  1776. /package/dist/{mjs → esm}/types/Enum/Room.d.ts +0 -0
  1777. /package/dist/{mjs → esm}/types/Enum/Room.d.ts.map +0 -0
  1778. /package/dist/{mjs → esm}/types/Enum/Room.js +0 -0
  1779. /package/dist/{mjs → esm}/types/Enum/Room.js.map +0 -0
  1780. /package/dist/{mjs → esm}/types/Enum/Rules.d.ts +0 -0
  1781. /package/dist/{mjs → esm}/types/Enum/Rules.d.ts.map +0 -0
  1782. /package/dist/{mjs → esm}/types/Enum/Rules.js +0 -0
  1783. /package/dist/{mjs → esm}/types/Enum/Rules.js.map +0 -0
  1784. /package/dist/{mjs → esm}/types/Enum/SalariesType.d.ts +0 -0
  1785. /package/dist/{mjs → esm}/types/Enum/SalariesType.d.ts.map +0 -0
  1786. /package/dist/{mjs → esm}/types/Enum/SalariesType.js +0 -0
  1787. /package/dist/{mjs → esm}/types/Enum/SalariesType.js.map +0 -0
  1788. /package/dist/{mjs → esm}/types/Enum/SaleType.d.ts +0 -0
  1789. /package/dist/{mjs → esm}/types/Enum/SaleType.d.ts.map +0 -0
  1790. /package/dist/{mjs → esm}/types/Enum/SaleType.js +0 -0
  1791. /package/dist/{mjs → esm}/types/Enum/SaleType.js.map +0 -0
  1792. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandClementine.d.ts +0 -0
  1793. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandClementine.d.ts.map +0 -0
  1794. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandClementine.js +0 -0
  1795. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandClementine.js.map +0 -0
  1796. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandLegalstart.d.ts +0 -0
  1797. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandLegalstart.d.ts.map +0 -0
  1798. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandLegalstart.js +0 -0
  1799. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandLegalstart.js.map +0 -0
  1800. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandPourcentage.d.ts +0 -0
  1801. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandPourcentage.d.ts.map +0 -0
  1802. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandPourcentage.js +0 -0
  1803. /package/dist/{mjs → esm}/types/Enum/SalesContractBrandPourcentage.js.map +0 -0
  1804. /package/dist/{mjs → esm}/types/Enum/SalesContractConfig.d.ts +0 -0
  1805. /package/dist/{mjs → esm}/types/Enum/SalesContractConfig.d.ts.map +0 -0
  1806. /package/dist/{mjs → esm}/types/Enum/SalesContractConfig.js +0 -0
  1807. /package/dist/{mjs → esm}/types/Enum/SalesContractConfig.js.map +0 -0
  1808. /package/dist/{mjs → esm}/types/Enum/Sector.d.ts +0 -0
  1809. /package/dist/{mjs → esm}/types/Enum/Sector.d.ts.map +0 -0
  1810. /package/dist/{mjs → esm}/types/Enum/Sector.js +0 -0
  1811. /package/dist/{mjs → esm}/types/Enum/Sector.js.map +0 -0
  1812. /package/dist/{mjs → esm}/types/Enum/SendMethod.d.ts +0 -0
  1813. /package/dist/{mjs → esm}/types/Enum/SendMethod.d.ts.map +0 -0
  1814. /package/dist/{mjs → esm}/types/Enum/SendMethod.js +0 -0
  1815. /package/dist/{mjs → esm}/types/Enum/SendMethod.js.map +0 -0
  1816. /package/dist/{mjs → esm}/types/Enum/Sepa.d.ts +0 -0
  1817. /package/dist/{mjs → esm}/types/Enum/Sepa.d.ts.map +0 -0
  1818. /package/dist/{mjs → esm}/types/Enum/Sepa.js +0 -0
  1819. /package/dist/{mjs → esm}/types/Enum/Sepa.js.map +0 -0
  1820. /package/dist/{mjs → esm}/types/Enum/SheetMonthScheduleDetailType.d.ts +0 -0
  1821. /package/dist/{mjs → esm}/types/Enum/SheetMonthScheduleDetailType.d.ts.map +0 -0
  1822. /package/dist/{mjs → esm}/types/Enum/SheetMonthScheduleDetailType.js +0 -0
  1823. /package/dist/{mjs → esm}/types/Enum/SheetMonthScheduleDetailType.js.map +0 -0
  1824. /package/dist/{mjs → esm}/types/Enum/SocietyTypeEvent.d.ts +0 -0
  1825. /package/dist/{mjs → esm}/types/Enum/SocietyTypeEvent.d.ts.map +0 -0
  1826. /package/dist/{mjs → esm}/types/Enum/SocietyTypeEvent.js +0 -0
  1827. /package/dist/{mjs → esm}/types/Enum/SocietyTypeEvent.js.map +0 -0
  1828. /package/dist/{mjs → esm}/types/Enum/SocietyTypeExportCsv.d.ts +0 -0
  1829. /package/dist/{mjs → esm}/types/Enum/SocietyTypeExportCsv.d.ts.map +0 -0
  1830. /package/dist/{mjs → esm}/types/Enum/SocietyTypeExportCsv.js +0 -0
  1831. /package/dist/{mjs → esm}/types/Enum/SocietyTypeExportCsv.js.map +0 -0
  1832. /package/dist/{mjs → esm}/types/Enum/SpecialDayType.d.ts +0 -0
  1833. /package/dist/{mjs → esm}/types/Enum/SpecialDayType.d.ts.map +0 -0
  1834. /package/dist/{mjs → esm}/types/Enum/SpecialDayType.js +0 -0
  1835. /package/dist/{mjs → esm}/types/Enum/SpecialDayType.js.map +0 -0
  1836. /package/dist/{mjs → esm}/types/Enum/StateSynchro.d.ts +0 -0
  1837. /package/dist/{mjs → esm}/types/Enum/StateSynchro.d.ts.map +0 -0
  1838. /package/dist/{mjs → esm}/types/Enum/StateSynchro.js +0 -0
  1839. /package/dist/{mjs → esm}/types/Enum/StateSynchro.js.map +0 -0
  1840. /package/dist/{mjs → esm}/types/Enum/StatisticType.d.ts +0 -0
  1841. /package/dist/{mjs → esm}/types/Enum/StatisticType.d.ts.map +0 -0
  1842. /package/dist/{mjs → esm}/types/Enum/StatisticType.js +0 -0
  1843. /package/dist/{mjs → esm}/types/Enum/StatisticType.js.map +0 -0
  1844. /package/dist/{mjs → esm}/types/Enum/StatsCaStateDetail.d.ts +0 -0
  1845. /package/dist/{mjs → esm}/types/Enum/StatsCaStateDetail.d.ts.map +0 -0
  1846. /package/dist/{mjs → esm}/types/Enum/StatsCaStateDetail.js +0 -0
  1847. /package/dist/{mjs → esm}/types/Enum/StatsCaStateDetail.js.map +0 -0
  1848. /package/dist/{mjs → esm}/types/Enum/StatusRating.d.ts +0 -0
  1849. /package/dist/{mjs → esm}/types/Enum/StatusRating.d.ts.map +0 -0
  1850. /package/dist/{mjs → esm}/types/Enum/StatusRating.js +0 -0
  1851. /package/dist/{mjs → esm}/types/Enum/StatusRating.js.map +0 -0
  1852. /package/dist/{mjs → esm}/types/Enum/StatusSignature.d.ts +0 -0
  1853. /package/dist/{mjs → esm}/types/Enum/StatusSignature.d.ts.map +0 -0
  1854. /package/dist/{mjs → esm}/types/Enum/StatusSignature.js +0 -0
  1855. /package/dist/{mjs → esm}/types/Enum/StatusSignature.js.map +0 -0
  1856. /package/dist/{mjs → esm}/types/Enum/StatutsSection.d.ts +0 -0
  1857. /package/dist/{mjs → esm}/types/Enum/StatutsSection.d.ts.map +0 -0
  1858. /package/dist/{mjs → esm}/types/Enum/StatutsSection.js +0 -0
  1859. /package/dist/{mjs → esm}/types/Enum/StatutsSection.js.map +0 -0
  1860. /package/dist/{mjs → esm}/types/Enum/StockType.d.ts +0 -0
  1861. /package/dist/{mjs → esm}/types/Enum/StockType.d.ts.map +0 -0
  1862. /package/dist/{mjs → esm}/types/Enum/StockType.js +0 -0
  1863. /package/dist/{mjs → esm}/types/Enum/StockType.js.map +0 -0
  1864. /package/dist/{mjs → esm}/types/Enum/Stripe.d.ts +0 -0
  1865. /package/dist/{mjs → esm}/types/Enum/Stripe.d.ts.map +0 -0
  1866. /package/dist/{mjs → esm}/types/Enum/Stripe.js +0 -0
  1867. /package/dist/{mjs → esm}/types/Enum/Stripe.js.map +0 -0
  1868. /package/dist/{mjs → esm}/types/Enum/SubscriptionType.d.ts +0 -0
  1869. /package/dist/{mjs → esm}/types/Enum/SubscriptionType.d.ts.map +0 -0
  1870. /package/dist/{mjs → esm}/types/Enum/SubscriptionType.js +0 -0
  1871. /package/dist/{mjs → esm}/types/Enum/SubscriptionType.js.map +0 -0
  1872. /package/dist/{mjs → esm}/types/Enum/Supervision.d.ts +0 -0
  1873. /package/dist/{mjs → esm}/types/Enum/Supervision.d.ts.map +0 -0
  1874. /package/dist/{mjs → esm}/types/Enum/Supervision.js +0 -0
  1875. /package/dist/{mjs → esm}/types/Enum/Supervision.js.map +0 -0
  1876. /package/dist/{mjs → esm}/types/Enum/SurveyType.d.ts +0 -0
  1877. /package/dist/{mjs → esm}/types/Enum/SurveyType.d.ts.map +0 -0
  1878. /package/dist/{mjs → esm}/types/Enum/SurveyType.js +0 -0
  1879. /package/dist/{mjs → esm}/types/Enum/SurveyType.js.map +0 -0
  1880. /package/dist/{mjs → esm}/types/Enum/SurveyTypeDatas.d.ts +0 -0
  1881. /package/dist/{mjs → esm}/types/Enum/SurveyTypeDatas.d.ts.map +0 -0
  1882. /package/dist/{mjs → esm}/types/Enum/SurveyTypeDatas.js +0 -0
  1883. /package/dist/{mjs → esm}/types/Enum/SurveyTypeDatas.js.map +0 -0
  1884. /package/dist/{mjs → esm}/types/Enum/TaskResponseType.d.ts +0 -0
  1885. /package/dist/{mjs → esm}/types/Enum/TaskResponseType.d.ts.map +0 -0
  1886. /package/dist/{mjs → esm}/types/Enum/TaskResponseType.js +0 -0
  1887. /package/dist/{mjs → esm}/types/Enum/TaskResponseType.js.map +0 -0
  1888. /package/dist/{mjs → esm}/types/Enum/Tax.d.ts +0 -0
  1889. /package/dist/{mjs → esm}/types/Enum/Tax.d.ts.map +0 -0
  1890. /package/dist/{mjs → esm}/types/Enum/Tax.js +0 -0
  1891. /package/dist/{mjs → esm}/types/Enum/Tax.js.map +0 -0
  1892. /package/dist/{mjs → esm}/types/Enum/TaxSystem.d.ts +0 -0
  1893. /package/dist/{mjs → esm}/types/Enum/TaxSystem.d.ts.map +0 -0
  1894. /package/dist/{mjs → esm}/types/Enum/TaxSystem.js +0 -0
  1895. /package/dist/{mjs → esm}/types/Enum/TaxSystem.js.map +0 -0
  1896. /package/dist/{mjs → esm}/types/Enum/TeamType.d.ts +0 -0
  1897. /package/dist/{mjs → esm}/types/Enum/TeamType.d.ts.map +0 -0
  1898. /package/dist/{mjs → esm}/types/Enum/TeamType.js +0 -0
  1899. /package/dist/{mjs → esm}/types/Enum/TeamType.js.map +0 -0
  1900. /package/dist/{mjs → esm}/types/Enum/Template.d.ts +0 -0
  1901. /package/dist/{mjs → esm}/types/Enum/Template.d.ts.map +0 -0
  1902. /package/dist/{mjs → esm}/types/Enum/Template.js +0 -0
  1903. /package/dist/{mjs → esm}/types/Enum/Template.js.map +0 -0
  1904. /package/dist/{mjs → esm}/types/Enum/TerminationList.d.ts +0 -0
  1905. /package/dist/{mjs → esm}/types/Enum/TerminationList.d.ts.map +0 -0
  1906. /package/dist/{mjs → esm}/types/Enum/TerminationList.js +0 -0
  1907. /package/dist/{mjs → esm}/types/Enum/TerminationList.js.map +0 -0
  1908. /package/dist/{mjs → esm}/types/Enum/TextMessageType.d.ts +0 -0
  1909. /package/dist/{mjs → esm}/types/Enum/TextMessageType.d.ts.map +0 -0
  1910. /package/dist/{mjs → esm}/types/Enum/TextMessageType.js +0 -0
  1911. /package/dist/{mjs → esm}/types/Enum/TextMessageType.js.map +0 -0
  1912. /package/dist/{mjs → esm}/types/Enum/ThirdParty.d.ts +0 -0
  1913. /package/dist/{mjs → esm}/types/Enum/ThirdParty.d.ts.map +0 -0
  1914. /package/dist/{mjs → esm}/types/Enum/ThirdParty.js +0 -0
  1915. /package/dist/{mjs → esm}/types/Enum/ThirdParty.js.map +0 -0
  1916. /package/dist/{mjs → esm}/types/Enum/ThirdPartyType.d.ts +0 -0
  1917. /package/dist/{mjs → esm}/types/Enum/ThirdPartyType.d.ts.map +0 -0
  1918. /package/dist/{mjs → esm}/types/Enum/ThirdPartyType.js +0 -0
  1919. /package/dist/{mjs → esm}/types/Enum/ThirdPartyType.js.map +0 -0
  1920. /package/dist/{mjs → esm}/types/Enum/TimeCounterType.d.ts +0 -0
  1921. /package/dist/{mjs → esm}/types/Enum/TimeCounterType.d.ts.map +0 -0
  1922. /package/dist/{mjs → esm}/types/Enum/TimeCounterType.js +0 -0
  1923. /package/dist/{mjs → esm}/types/Enum/TimeCounterType.js.map +0 -0
  1924. /package/dist/{mjs → esm}/types/Enum/TimeSlot.d.ts +0 -0
  1925. /package/dist/{mjs → esm}/types/Enum/TimeSlot.d.ts.map +0 -0
  1926. /package/dist/{mjs → esm}/types/Enum/TimeSlot.js +0 -0
  1927. /package/dist/{mjs → esm}/types/Enum/TimeSlot.js.map +0 -0
  1928. /package/dist/{mjs → esm}/types/Enum/TimeTrackingSource.d.ts +0 -0
  1929. /package/dist/{mjs → esm}/types/Enum/TimeTrackingSource.d.ts.map +0 -0
  1930. /package/dist/{mjs → esm}/types/Enum/TimeTrackingSource.js +0 -0
  1931. /package/dist/{mjs → esm}/types/Enum/TimeTrackingSource.js.map +0 -0
  1932. /package/dist/{mjs → esm}/types/Enum/ToRecallRating.d.ts +0 -0
  1933. /package/dist/{mjs → esm}/types/Enum/ToRecallRating.d.ts.map +0 -0
  1934. /package/dist/{mjs → esm}/types/Enum/ToRecallRating.js +0 -0
  1935. /package/dist/{mjs → esm}/types/Enum/ToRecallRating.js.map +0 -0
  1936. /package/dist/{mjs → esm}/types/Enum/TransactionKind.d.ts +0 -0
  1937. /package/dist/{mjs → esm}/types/Enum/TransactionKind.d.ts.map +0 -0
  1938. /package/dist/{mjs → esm}/types/Enum/TransactionKind.js +0 -0
  1939. /package/dist/{mjs → esm}/types/Enum/TransactionKind.js.map +0 -0
  1940. /package/dist/{mjs → esm}/types/Enum/TransactionStatus.d.ts +0 -0
  1941. /package/dist/{mjs → esm}/types/Enum/TransactionStatus.d.ts.map +0 -0
  1942. /package/dist/{mjs → esm}/types/Enum/TransactionStatus.js +0 -0
  1943. /package/dist/{mjs → esm}/types/Enum/TransactionStatus.js.map +0 -0
  1944. /package/dist/{mjs → esm}/types/Enum/TypeBankConnection.d.ts +0 -0
  1945. /package/dist/{mjs → esm}/types/Enum/TypeBankConnection.d.ts.map +0 -0
  1946. /package/dist/{mjs → esm}/types/Enum/TypeBankConnection.js +0 -0
  1947. /package/dist/{mjs → esm}/types/Enum/TypeBankConnection.js.map +0 -0
  1948. /package/dist/{mjs → esm}/types/Enum/TypeCustomerProviderOperation.d.ts +0 -0
  1949. /package/dist/{mjs → esm}/types/Enum/TypeCustomerProviderOperation.d.ts.map +0 -0
  1950. /package/dist/{mjs → esm}/types/Enum/TypeCustomerProviderOperation.js +0 -0
  1951. /package/dist/{mjs → esm}/types/Enum/TypeCustomerProviderOperation.js.map +0 -0
  1952. /package/dist/{mjs → esm}/types/Enum/TypeIncomeAllocation.d.ts +0 -0
  1953. /package/dist/{mjs → esm}/types/Enum/TypeIncomeAllocation.d.ts.map +0 -0
  1954. /package/dist/{mjs → esm}/types/Enum/TypeIncomeAllocation.js +0 -0
  1955. /package/dist/{mjs → esm}/types/Enum/TypeIncomeAllocation.js.map +0 -0
  1956. /package/dist/{mjs → esm}/types/Enum/TypePayment.d.ts +0 -0
  1957. /package/dist/{mjs → esm}/types/Enum/TypePayment.d.ts.map +0 -0
  1958. /package/dist/{mjs → esm}/types/Enum/TypePayment.js +0 -0
  1959. /package/dist/{mjs → esm}/types/Enum/TypePayment.js.map +0 -0
  1960. /package/dist/{mjs → esm}/types/Enum/TypeSupportForNotation.d.ts +0 -0
  1961. /package/dist/{mjs → esm}/types/Enum/TypeSupportForNotation.d.ts.map +0 -0
  1962. /package/dist/{mjs → esm}/types/Enum/TypeSupportForNotation.js +0 -0
  1963. /package/dist/{mjs → esm}/types/Enum/TypeSupportForNotation.js.map +0 -0
  1964. /package/dist/{mjs → esm}/types/Enum/Unit.d.ts +0 -0
  1965. /package/dist/{mjs → esm}/types/Enum/Unit.d.ts.map +0 -0
  1966. /package/dist/{mjs → esm}/types/Enum/Unit.js +0 -0
  1967. /package/dist/{mjs → esm}/types/Enum/Unit.js.map +0 -0
  1968. /package/dist/{mjs → esm}/types/Enum/UnpaidCallHistoryType.d.ts +0 -0
  1969. /package/dist/{mjs → esm}/types/Enum/UnpaidCallHistoryType.d.ts.map +0 -0
  1970. /package/dist/{mjs → esm}/types/Enum/UnpaidCallHistoryType.js +0 -0
  1971. /package/dist/{mjs → esm}/types/Enum/UnpaidCallHistoryType.js.map +0 -0
  1972. /package/dist/{mjs → esm}/types/Enum/UnpaidReason.d.ts +0 -0
  1973. /package/dist/{mjs → esm}/types/Enum/UnpaidReason.d.ts.map +0 -0
  1974. /package/dist/{mjs → esm}/types/Enum/UnpaidReason.js +0 -0
  1975. /package/dist/{mjs → esm}/types/Enum/UnpaidReason.js.map +0 -0
  1976. /package/dist/{mjs → esm}/types/Enum/Util.d.ts +0 -0
  1977. /package/dist/{mjs → esm}/types/Enum/Util.d.ts.map +0 -0
  1978. /package/dist/{mjs → esm}/types/Enum/Util.js +0 -0
  1979. /package/dist/{mjs → esm}/types/Enum/Util.js.map +0 -0
  1980. /package/dist/{mjs → esm}/types/Enum/Vat.d.ts +0 -0
  1981. /package/dist/{mjs → esm}/types/Enum/Vat.d.ts.map +0 -0
  1982. /package/dist/{mjs → esm}/types/Enum/Vat.js +0 -0
  1983. /package/dist/{mjs → esm}/types/Enum/Vat.js.map +0 -0
  1984. /package/dist/{mjs → esm}/types/Enum/VatControl.d.ts +0 -0
  1985. /package/dist/{mjs → esm}/types/Enum/VatControl.d.ts.map +0 -0
  1986. /package/dist/{mjs → esm}/types/Enum/VatControl.js +0 -0
  1987. /package/dist/{mjs → esm}/types/Enum/VatControl.js.map +0 -0
  1988. /package/dist/{mjs → esm}/types/Enum/VatDeclarationType.d.ts +0 -0
  1989. /package/dist/{mjs → esm}/types/Enum/VatDeclarationType.d.ts.map +0 -0
  1990. /package/dist/{mjs → esm}/types/Enum/VatDeclarationType.js +0 -0
  1991. /package/dist/{mjs → esm}/types/Enum/VatDeclarationType.js.map +0 -0
  1992. /package/dist/{mjs → esm}/types/Enum/VatRegime.d.ts +0 -0
  1993. /package/dist/{mjs → esm}/types/Enum/VatRegime.d.ts.map +0 -0
  1994. /package/dist/{mjs → esm}/types/Enum/VatRegime.js +0 -0
  1995. /package/dist/{mjs → esm}/types/Enum/VatRegime.js.map +0 -0
  1996. /package/dist/{mjs → esm}/types/Enum/Vehicle.d.ts +0 -0
  1997. /package/dist/{mjs → esm}/types/Enum/Vehicle.d.ts.map +0 -0
  1998. /package/dist/{mjs → esm}/types/Enum/Vehicle.js +0 -0
  1999. /package/dist/{mjs → esm}/types/Enum/Vehicle.js.map +0 -0
  2000. /package/dist/{mjs → esm}/types/Enum/VehicleType.d.ts +0 -0
  2001. /package/dist/{mjs → esm}/types/Enum/VehicleType.d.ts.map +0 -0
  2002. /package/dist/{mjs → esm}/types/Enum/VehicleType.js +0 -0
  2003. /package/dist/{mjs → esm}/types/Enum/VehicleType.js.map +0 -0
  2004. /package/dist/{mjs → esm}/types/Enum/VisualizedInformation.d.ts +0 -0
  2005. /package/dist/{mjs → esm}/types/Enum/VisualizedInformation.d.ts.map +0 -0
  2006. /package/dist/{mjs → esm}/types/Enum/VisualizedInformation.js +0 -0
  2007. /package/dist/{mjs → esm}/types/Enum/VisualizedInformation.js.map +0 -0
  2008. /package/dist/{mjs → esm}/types/Enum/WebmailFlag.d.ts +0 -0
  2009. /package/dist/{mjs → esm}/types/Enum/WebmailFlag.d.ts.map +0 -0
  2010. /package/dist/{mjs → esm}/types/Enum/WebmailFlag.js +0 -0
  2011. /package/dist/{mjs → esm}/types/Enum/WebmailFlag.js.map +0 -0
  2012. /package/dist/{mjs → esm}/types/Enum/WebmailType.d.ts +0 -0
  2013. /package/dist/{mjs → esm}/types/Enum/WebmailType.d.ts.map +0 -0
  2014. /package/dist/{mjs → esm}/types/Enum/WebmailType.js +0 -0
  2015. /package/dist/{mjs → esm}/types/Enum/WebmailType.js.map +0 -0
  2016. /package/dist/{mjs → esm}/types/Enum/ZoneCode.d.ts +0 -0
  2017. /package/dist/{mjs → esm}/types/Enum/ZoneCode.d.ts.map +0 -0
  2018. /package/dist/{mjs → esm}/types/Enum/ZoneCode.js +0 -0
  2019. /package/dist/{mjs → esm}/types/Enum/ZoneCode.js.map +0 -0
  2020. /package/dist/{mjs → esm}/types/Form/FormAuthenticate.d.ts +0 -0
  2021. /package/dist/{mjs → esm}/types/Form/FormAuthenticate.d.ts.map +0 -0
  2022. /package/dist/{mjs → esm}/types/Form/FormAuthenticate.js +0 -0
  2023. /package/dist/{mjs → esm}/types/Form/FormAuthenticate.js.map +0 -0
  2024. /package/dist/{mjs → esm}/types/Form/FormConnector.d.ts +0 -0
  2025. /package/dist/{mjs → esm}/types/Form/FormConnector.d.ts.map +0 -0
  2026. /package/dist/{mjs → esm}/types/Form/FormConnector.js +0 -0
  2027. /package/dist/{mjs → esm}/types/Form/FormConnector.js.map +0 -0
  2028. /package/dist/{mjs → esm}/types/Interface/api/3cx/Create3cxLog.d.ts +0 -0
  2029. /package/dist/{mjs → esm}/types/Interface/api/3cx/Create3cxLog.d.ts.map +0 -0
  2030. /package/dist/{mjs → esm}/types/Interface/api/3cx/Create3cxLog.js +0 -0
  2031. /package/dist/{mjs → esm}/types/Interface/api/3cx/Create3cxLog.js.map +0 -0
  2032. /package/dist/{mjs → esm}/types/Interface/api/3cx/Query3cxMeeting.d.ts +0 -0
  2033. /package/dist/{mjs → esm}/types/Interface/api/3cx/Query3cxMeeting.d.ts.map +0 -0
  2034. /package/dist/{mjs → esm}/types/Interface/api/3cx/Query3cxMeeting.js +0 -0
  2035. /package/dist/{mjs → esm}/types/Interface/api/3cx/Query3cxMeeting.js.map +0 -0
  2036. /package/dist/{mjs → esm}/types/Interface/api/3cx/Query3cxSearch.d.ts +0 -0
  2037. /package/dist/{mjs → esm}/types/Interface/api/3cx/Query3cxSearch.d.ts.map +0 -0
  2038. /package/dist/{mjs → esm}/types/Interface/api/3cx/Query3cxSearch.js +0 -0
  2039. /package/dist/{mjs → esm}/types/Interface/api/3cx/Query3cxSearch.js.map +0 -0
  2040. /package/dist/{mjs → esm}/types/Interface/api/3cx/Read3cxMeeting.d.ts +0 -0
  2041. /package/dist/{mjs → esm}/types/Interface/api/3cx/Read3cxMeeting.d.ts.map +0 -0
  2042. /package/dist/{mjs → esm}/types/Interface/api/3cx/Read3cxMeeting.js +0 -0
  2043. /package/dist/{mjs → esm}/types/Interface/api/3cx/Read3cxMeeting.js.map +0 -0
  2044. /package/dist/{mjs → esm}/types/Interface/api/3cx/Read3cxSearch.d.ts +0 -0
  2045. /package/dist/{mjs → esm}/types/Interface/api/3cx/Read3cxSearch.d.ts.map +0 -0
  2046. /package/dist/{mjs → esm}/types/Interface/api/3cx/Read3cxSearch.js +0 -0
  2047. /package/dist/{mjs → esm}/types/Interface/api/3cx/Read3cxSearch.js.map +0 -0
  2048. /package/dist/{mjs → esm}/types/Interface/api/3cx/Update3cxMeeting.d.ts +0 -0
  2049. /package/dist/{mjs → esm}/types/Interface/api/3cx/Update3cxMeeting.d.ts.map +0 -0
  2050. /package/dist/{mjs → esm}/types/Interface/api/3cx/Update3cxMeeting.js +0 -0
  2051. /package/dist/{mjs → esm}/types/Interface/api/3cx/Update3cxMeeting.js.map +0 -0
  2052. /package/dist/{mjs → esm}/types/Interface/api/BasePaginate.d.ts +0 -0
  2053. /package/dist/{mjs → esm}/types/Interface/api/BasePaginate.d.ts.map +0 -0
  2054. /package/dist/{mjs → esm}/types/Interface/api/BasePaginate.js +0 -0
  2055. /package/dist/{mjs → esm}/types/Interface/api/BasePaginate.js.map +0 -0
  2056. /package/dist/{mjs → esm}/types/Interface/api/BaseRequest.d.ts +0 -0
  2057. /package/dist/{mjs → esm}/types/Interface/api/BaseRequest.d.ts.map +0 -0
  2058. /package/dist/{mjs → esm}/types/Interface/api/BaseRequest.js +0 -0
  2059. /package/dist/{mjs → esm}/types/Interface/api/BaseRequest.js.map +0 -0
  2060. /package/dist/{mjs → esm}/types/Interface/api/DashboardLayout.d.ts +0 -0
  2061. /package/dist/{mjs → esm}/types/Interface/api/DashboardLayout.d.ts.map +0 -0
  2062. /package/dist/{mjs → esm}/types/Interface/api/DashboardLayout.js +0 -0
  2063. /package/dist/{mjs → esm}/types/Interface/api/DashboardLayout.js.map +0 -0
  2064. /package/dist/{mjs → esm}/types/Interface/api/IntermediateManagementRebate.d.ts +0 -0
  2065. /package/dist/{mjs → esm}/types/Interface/api/IntermediateManagementRebate.d.ts.map +0 -0
  2066. /package/dist/{mjs → esm}/types/Interface/api/IntermediateManagementRebate.js +0 -0
  2067. /package/dist/{mjs → esm}/types/Interface/api/IntermediateManagementRebate.js.map +0 -0
  2068. /package/dist/{mjs → esm}/types/Interface/api/OnBoarding.d.ts +0 -0
  2069. /package/dist/{mjs → esm}/types/Interface/api/OnBoarding.d.ts.map +0 -0
  2070. /package/dist/{mjs → esm}/types/Interface/api/OnBoarding.js +0 -0
  2071. /package/dist/{mjs → esm}/types/Interface/api/OnBoarding.js.map +0 -0
  2072. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Caarl.d.ts +0 -0
  2073. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Caarl.d.ts.map +0 -0
  2074. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Caarl.js +0 -0
  2075. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Caarl.js.map +0 -0
  2076. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Create.d.ts +0 -0
  2077. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Create.d.ts.map +0 -0
  2078. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Create.js +0 -0
  2079. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Create.js.map +0 -0
  2080. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Query.d.ts +0 -0
  2081. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Query.d.ts.map +0 -0
  2082. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Query.js +0 -0
  2083. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Query.js.map +0 -0
  2084. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Read.d.ts +0 -0
  2085. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Read.d.ts.map +0 -0
  2086. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Read.js +0 -0
  2087. /package/dist/{mjs → esm}/types/Interface/api/PaymentRecovery/Read.js.map +0 -0
  2088. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/Query.d.ts +0 -0
  2089. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/Query.d.ts.map +0 -0
  2090. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/Query.js +0 -0
  2091. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/Query.js.map +0 -0
  2092. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.d.ts +0 -0
  2093. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.d.ts.map +0 -0
  2094. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js +0 -0
  2095. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/QuerySocietyTransactionCount.js.map +0 -0
  2096. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/Read.d.ts +0 -0
  2097. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/Read.d.ts.map +0 -0
  2098. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/Read.js +0 -0
  2099. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/Read.js.map +0 -0
  2100. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.d.ts +0 -0
  2101. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.d.ts.map +0 -0
  2102. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js +0 -0
  2103. /package/dist/{mjs → esm}/types/Interface/api/SocietyTransaction/ReadSocietyTransactionCount.js.map +0 -0
  2104. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/CreateAbsenceRequest.d.ts +0 -0
  2105. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/CreateAbsenceRequest.d.ts.map +0 -0
  2106. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/CreateAbsenceRequest.js +0 -0
  2107. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/CreateAbsenceRequest.js.map +0 -0
  2108. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/QueryAbsenceRequest.d.ts +0 -0
  2109. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/QueryAbsenceRequest.d.ts.map +0 -0
  2110. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/QueryAbsenceRequest.js +0 -0
  2111. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/QueryAbsenceRequest.js.map +0 -0
  2112. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/QueryCalendarAbsenceRequest.d.ts +0 -0
  2113. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/QueryCalendarAbsenceRequest.d.ts.map +0 -0
  2114. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/QueryCalendarAbsenceRequest.js +0 -0
  2115. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/QueryCalendarAbsenceRequest.js.map +0 -0
  2116. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/ReadAbsenceRequest.d.ts +0 -0
  2117. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/ReadAbsenceRequest.d.ts.map +0 -0
  2118. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/ReadAbsenceRequest.js +0 -0
  2119. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/ReadAbsenceRequest.js.map +0 -0
  2120. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/UpdateAbsenceRequest.d.ts +0 -0
  2121. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/UpdateAbsenceRequest.d.ts.map +0 -0
  2122. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/UpdateAbsenceRequest.js +0 -0
  2123. /package/dist/{mjs → esm}/types/Interface/api/absenceRequest/UpdateAbsenceRequest.js.map +0 -0
  2124. /package/dist/{mjs → esm}/types/Interface/api/acceptance/CreateAcceptance.d.ts +0 -0
  2125. /package/dist/{mjs → esm}/types/Interface/api/acceptance/CreateAcceptance.d.ts.map +0 -0
  2126. /package/dist/{mjs → esm}/types/Interface/api/acceptance/CreateAcceptance.js +0 -0
  2127. /package/dist/{mjs → esm}/types/Interface/api/acceptance/CreateAcceptance.js.map +0 -0
  2128. /package/dist/{mjs → esm}/types/Interface/api/account/Create.d.ts +0 -0
  2129. /package/dist/{mjs → esm}/types/Interface/api/account/Create.d.ts.map +0 -0
  2130. /package/dist/{mjs → esm}/types/Interface/api/account/Create.js +0 -0
  2131. /package/dist/{mjs → esm}/types/Interface/api/account/Create.js.map +0 -0
  2132. /package/dist/{mjs → esm}/types/Interface/api/account/Delete.d.ts +0 -0
  2133. /package/dist/{mjs → esm}/types/Interface/api/account/Delete.d.ts.map +0 -0
  2134. /package/dist/{mjs → esm}/types/Interface/api/account/Delete.js +0 -0
  2135. /package/dist/{mjs → esm}/types/Interface/api/account/Delete.js.map +0 -0
  2136. /package/dist/{mjs → esm}/types/Interface/api/account/Query.d.ts +0 -0
  2137. /package/dist/{mjs → esm}/types/Interface/api/account/Query.d.ts.map +0 -0
  2138. /package/dist/{mjs → esm}/types/Interface/api/account/Query.js +0 -0
  2139. /package/dist/{mjs → esm}/types/Interface/api/account/Query.js.map +0 -0
  2140. /package/dist/{mjs → esm}/types/Interface/api/account/Read.d.ts +0 -0
  2141. /package/dist/{mjs → esm}/types/Interface/api/account/Read.d.ts.map +0 -0
  2142. /package/dist/{mjs → esm}/types/Interface/api/account/Read.js +0 -0
  2143. /package/dist/{mjs → esm}/types/Interface/api/account/Read.js.map +0 -0
  2144. /package/dist/{mjs → esm}/types/Interface/api/account/Update.d.ts +0 -0
  2145. /package/dist/{mjs → esm}/types/Interface/api/account/Update.d.ts.map +0 -0
  2146. /package/dist/{mjs → esm}/types/Interface/api/account/Update.js +0 -0
  2147. /package/dist/{mjs → esm}/types/Interface/api/account/Update.js.map +0 -0
  2148. /package/dist/{mjs → esm}/types/Interface/api/accountType/ReadAccountType.d.ts +0 -0
  2149. /package/dist/{mjs → esm}/types/Interface/api/accountType/ReadAccountType.d.ts.map +0 -0
  2150. /package/dist/{mjs → esm}/types/Interface/api/accountType/ReadAccountType.js +0 -0
  2151. /package/dist/{mjs → esm}/types/Interface/api/accountType/ReadAccountType.js.map +0 -0
  2152. /package/dist/{mjs → esm}/types/Interface/api/accountant/ReadAccountantBalance.d.ts +0 -0
  2153. /package/dist/{mjs → esm}/types/Interface/api/accountant/ReadAccountantBalance.d.ts.map +0 -0
  2154. /package/dist/{mjs → esm}/types/Interface/api/accountant/ReadAccountantBalance.js +0 -0
  2155. /package/dist/{mjs → esm}/types/Interface/api/accountant/ReadAccountantBalance.js.map +0 -0
  2156. /package/dist/{mjs → esm}/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +0 -0
  2157. /package/dist/{mjs → esm}/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +0 -0
  2158. /package/dist/{mjs → esm}/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +0 -0
  2159. /package/dist/{mjs → esm}/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +0 -0
  2160. /package/dist/{mjs → esm}/types/Interface/api/accountingEntry/Create.d.ts +0 -0
  2161. /package/dist/{mjs → esm}/types/Interface/api/accountingEntry/Create.d.ts.map +0 -0
  2162. /package/dist/{mjs → esm}/types/Interface/api/accountingEntry/Create.js +0 -0
  2163. /package/dist/{mjs → esm}/types/Interface/api/accountingEntry/Create.js.map +0 -0
  2164. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/Ocr.d.ts +0 -0
  2165. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/Ocr.d.ts.map +0 -0
  2166. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/Ocr.js +0 -0
  2167. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/Ocr.js.map +0 -0
  2168. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/OcrPayload.d.ts +0 -0
  2169. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/OcrPayload.d.ts.map +0 -0
  2170. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/OcrPayload.js +0 -0
  2171. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/OcrPayload.js.map +0 -0
  2172. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/OcrValue.d.ts +0 -0
  2173. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/OcrValue.d.ts.map +0 -0
  2174. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/OcrValue.js +0 -0
  2175. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/OcrValue.js.map +0 -0
  2176. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/Read.d.ts +0 -0
  2177. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/Read.d.ts.map +0 -0
  2178. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/Read.js +0 -0
  2179. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/Read.js.map +0 -0
  2180. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +0 -0
  2181. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +0 -0
  2182. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/queryAccountingFiles.js +0 -0
  2183. /package/dist/{mjs → esm}/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +0 -0
  2184. /package/dist/{mjs → esm}/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts +0 -0
  2185. /package/dist/{mjs → esm}/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts.map +0 -0
  2186. /package/dist/{mjs → esm}/types/Interface/api/accountingIncome/ReadAccountingIncome.js +0 -0
  2187. /package/dist/{mjs → esm}/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +0 -0
  2188. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/DeleteInvoices.d.ts +0 -0
  2189. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/DeleteInvoices.d.ts.map +0 -0
  2190. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/DeleteInvoices.js +0 -0
  2191. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/DeleteInvoices.js.map +0 -0
  2192. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.d.ts +0 -0
  2193. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.d.ts.map +0 -0
  2194. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.js +0 -0
  2195. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/GetTransactionsBetweenDates.js.map +0 -0
  2196. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/QueryBankAccountSum.d.ts +0 -0
  2197. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/QueryBankAccountSum.d.ts.map +0 -0
  2198. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/QueryBankAccountSum.js +0 -0
  2199. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/QueryBankAccountSum.js.map +0 -0
  2200. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/QueryTransaction.d.ts +0 -0
  2201. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/QueryTransaction.d.ts.map +0 -0
  2202. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/QueryTransaction.js +0 -0
  2203. /package/dist/{mjs → esm}/types/Interface/api/accountingTransaction/QueryTransaction.js.map +0 -0
  2204. /package/dist/{mjs → esm}/types/Interface/api/accountsSectors/Create.d.ts +0 -0
  2205. /package/dist/{mjs → esm}/types/Interface/api/accountsSectors/Create.d.ts.map +0 -0
  2206. /package/dist/{mjs → esm}/types/Interface/api/accountsSectors/Create.js +0 -0
  2207. /package/dist/{mjs → esm}/types/Interface/api/accountsSectors/Create.js.map +0 -0
  2208. /package/dist/{mjs → esm}/types/Interface/api/accountsSectors/Query.d.ts +0 -0
  2209. /package/dist/{mjs → esm}/types/Interface/api/accountsSectors/Query.d.ts.map +0 -0
  2210. /package/dist/{mjs → esm}/types/Interface/api/accountsSectors/Query.js +0 -0
  2211. /package/dist/{mjs → esm}/types/Interface/api/accountsSectors/Query.js.map +0 -0
  2212. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Create.d.ts +0 -0
  2213. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Create.d.ts.map +0 -0
  2214. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Create.js +0 -0
  2215. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Create.js.map +0 -0
  2216. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Query.d.ts +0 -0
  2217. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Query.d.ts.map +0 -0
  2218. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Query.js +0 -0
  2219. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Query.js.map +0 -0
  2220. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Read.d.ts +0 -0
  2221. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Read.d.ts.map +0 -0
  2222. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Read.js +0 -0
  2223. /package/dist/{mjs → esm}/types/Interface/api/adjustment/Read.js.map +0 -0
  2224. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.d.ts +0 -0
  2225. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.d.ts.map +0 -0
  2226. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js +0 -0
  2227. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js.map +0 -0
  2228. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.d.ts +0 -0
  2229. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.d.ts.map +0 -0
  2230. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js +0 -0
  2231. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js.map +0 -0
  2232. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/ReadAffectedPatrimony.d.ts +0 -0
  2233. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/ReadAffectedPatrimony.d.ts.map +0 -0
  2234. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/ReadAffectedPatrimony.js +0 -0
  2235. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/ReadAffectedPatrimony.js.map +0 -0
  2236. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony.d.ts +0 -0
  2237. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony.d.ts.map +0 -0
  2238. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony.js +0 -0
  2239. /package/dist/{mjs → esm}/types/Interface/api/affectedPatrimony/ResultCreateAffectedPatrimony.js.map +0 -0
  2240. /package/dist/{mjs → esm}/types/Interface/api/ai/AskQuestionCollaborator.d.ts +0 -0
  2241. /package/dist/{mjs → esm}/types/Interface/api/ai/AskQuestionCollaborator.d.ts.map +0 -0
  2242. /package/dist/{mjs → esm}/types/Interface/api/ai/AskQuestionCollaborator.js +0 -0
  2243. /package/dist/{mjs → esm}/types/Interface/api/ai/AskQuestionCollaborator.js.map +0 -0
  2244. /package/dist/{mjs → esm}/types/Interface/api/alert/CreateAlert.d.ts +0 -0
  2245. /package/dist/{mjs → esm}/types/Interface/api/alert/CreateAlert.d.ts.map +0 -0
  2246. /package/dist/{mjs → esm}/types/Interface/api/alert/CreateAlert.js +0 -0
  2247. /package/dist/{mjs → esm}/types/Interface/api/alert/CreateAlert.js.map +0 -0
  2248. /package/dist/{mjs → esm}/types/Interface/api/amount/FormattedAmount.d.ts +0 -0
  2249. /package/dist/{mjs → esm}/types/Interface/api/amount/FormattedAmount.d.ts.map +0 -0
  2250. /package/dist/{mjs → esm}/types/Interface/api/amount/FormattedAmount.js +0 -0
  2251. /package/dist/{mjs → esm}/types/Interface/api/amount/FormattedAmount.js.map +0 -0
  2252. /package/dist/{mjs → esm}/types/Interface/api/appNotification/Update.d.ts +0 -0
  2253. /package/dist/{mjs → esm}/types/Interface/api/appNotification/Update.d.ts.map +0 -0
  2254. /package/dist/{mjs → esm}/types/Interface/api/appNotification/Update.js +0 -0
  2255. /package/dist/{mjs → esm}/types/Interface/api/appNotification/Update.js.map +0 -0
  2256. /package/dist/{mjs → esm}/types/Interface/api/archive/ImportSocietyArchive.d.ts +0 -0
  2257. /package/dist/{mjs → esm}/types/Interface/api/archive/ImportSocietyArchive.d.ts.map +0 -0
  2258. /package/dist/{mjs → esm}/types/Interface/api/archive/ImportSocietyArchive.js +0 -0
  2259. /package/dist/{mjs → esm}/types/Interface/api/archive/ImportSocietyArchive.js.map +0 -0
  2260. /package/dist/{mjs → esm}/types/Interface/api/aspone/AsponeApi.d.ts +0 -0
  2261. /package/dist/{mjs → esm}/types/Interface/api/aspone/AsponeApi.d.ts.map +0 -0
  2262. /package/dist/{mjs → esm}/types/Interface/api/aspone/AsponeApi.js +0 -0
  2263. /package/dist/{mjs → esm}/types/Interface/api/aspone/AsponeApi.js.map +0 -0
  2264. /package/dist/{mjs → esm}/types/Interface/api/aspone/ReadInterchange.d.ts +0 -0
  2265. /package/dist/{mjs → esm}/types/Interface/api/aspone/ReadInterchange.d.ts.map +0 -0
  2266. /package/dist/{mjs → esm}/types/Interface/api/aspone/ReadInterchange.js +0 -0
  2267. /package/dist/{mjs → esm}/types/Interface/api/aspone/ReadInterchange.js.map +0 -0
  2268. /package/dist/{mjs → esm}/types/Interface/api/authentification/ConnectFromSSO.d.ts +0 -0
  2269. /package/dist/{mjs → esm}/types/Interface/api/authentification/ConnectFromSSO.d.ts.map +0 -0
  2270. /package/dist/{mjs → esm}/types/Interface/api/authentification/ConnectFromSSO.js +0 -0
  2271. /package/dist/{mjs → esm}/types/Interface/api/authentification/ConnectFromSSO.js.map +0 -0
  2272. /package/dist/{mjs → esm}/types/Interface/api/authentification/ForgotPassword.d.ts +0 -0
  2273. /package/dist/{mjs → esm}/types/Interface/api/authentification/ForgotPassword.d.ts.map +0 -0
  2274. /package/dist/{mjs → esm}/types/Interface/api/authentification/ForgotPassword.js +0 -0
  2275. /package/dist/{mjs → esm}/types/Interface/api/authentification/ForgotPassword.js.map +0 -0
  2276. /package/dist/{mjs → esm}/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +0 -0
  2277. /package/dist/{mjs → esm}/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts.map +0 -0
  2278. /package/dist/{mjs → esm}/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +0 -0
  2279. /package/dist/{mjs → esm}/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +0 -0
  2280. /package/dist/{mjs → esm}/types/Interface/api/authentification/ResetPassword.d.ts +0 -0
  2281. /package/dist/{mjs → esm}/types/Interface/api/authentification/ResetPassword.d.ts.map +0 -0
  2282. /package/dist/{mjs → esm}/types/Interface/api/authentification/ResetPassword.js +0 -0
  2283. /package/dist/{mjs → esm}/types/Interface/api/authentification/ResetPassword.js.map +0 -0
  2284. /package/dist/{mjs → esm}/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts +0 -0
  2285. /package/dist/{mjs → esm}/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts.map +0 -0
  2286. /package/dist/{mjs → esm}/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +0 -0
  2287. /package/dist/{mjs → esm}/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +0 -0
  2288. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/Query.d.ts +0 -0
  2289. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/Query.d.ts.map +0 -0
  2290. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/Query.js +0 -0
  2291. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/Query.js.map +0 -0
  2292. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/Read.d.ts +0 -0
  2293. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/Read.d.ts.map +0 -0
  2294. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/Read.js +0 -0
  2295. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/Read.js.map +0 -0
  2296. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/ReadBalanceSheet.js +0 -0
  2297. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.d.ts +0 -0
  2298. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.d.ts.map +0 -0
  2299. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js +0 -0
  2300. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +0 -0
  2301. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/ReadFreelanceTurnover.d.ts +0 -0
  2302. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/ReadFreelanceTurnover.d.ts.map +0 -0
  2303. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/ReadFreelanceTurnover.js +0 -0
  2304. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/ReadFreelanceTurnover.js.map +0 -0
  2305. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +0 -0
  2306. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +0 -0
  2307. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +0 -0
  2308. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +0 -0
  2309. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/VatControl.d.ts +0 -0
  2310. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/VatControl.d.ts.map +0 -0
  2311. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/VatControl.js +0 -0
  2312. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/VatControl.js.map +0 -0
  2313. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/consistency/Read.d.ts +0 -0
  2314. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/consistency/Read.d.ts.map +0 -0
  2315. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/consistency/Read.js +0 -0
  2316. /package/dist/{mjs → esm}/types/Interface/api/balanceSheet/consistency/Read.js.map +0 -0
  2317. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetCompletion/UpdateBalanceSheetCompletion.d.ts +0 -0
  2318. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetCompletion/UpdateBalanceSheetCompletion.d.ts.map +0 -0
  2319. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetCompletion/UpdateBalanceSheetCompletion.js +0 -0
  2320. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetCompletion/UpdateBalanceSheetCompletion.js.map +0 -0
  2321. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +0 -0
  2322. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +0 -0
  2323. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +0 -0
  2324. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +0 -0
  2325. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.d.ts +0 -0
  2326. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.d.ts.map +0 -0
  2327. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js +0 -0
  2328. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/GetBalanceSheetModule.js.map +0 -0
  2329. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +0 -0
  2330. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +0 -0
  2331. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +0 -0
  2332. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +0 -0
  2333. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetReport/Query.d.ts +0 -0
  2334. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetReport/Query.d.ts.map +0 -0
  2335. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetReport/Query.js +0 -0
  2336. /package/dist/{mjs → esm}/types/Interface/api/balanceSheetReport/Query.js.map +0 -0
  2337. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Create.d.ts +0 -0
  2338. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Create.d.ts.map +0 -0
  2339. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Create.js +0 -0
  2340. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Create.js.map +0 -0
  2341. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Delete.d.ts +0 -0
  2342. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Delete.d.ts.map +0 -0
  2343. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Delete.js +0 -0
  2344. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Delete.js.map +0 -0
  2345. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Query.d.ts +0 -0
  2346. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Query.d.ts.map +0 -0
  2347. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Query.js +0 -0
  2348. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Query.js.map +0 -0
  2349. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Read.d.ts +0 -0
  2350. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Read.d.ts.map +0 -0
  2351. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Read.js +0 -0
  2352. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Read.js.map +0 -0
  2353. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Update.d.ts +0 -0
  2354. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Update.d.ts.map +0 -0
  2355. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Update.js +0 -0
  2356. /package/dist/{mjs → esm}/types/Interface/api/bankAccount/Update.js.map +0 -0
  2357. /package/dist/{mjs → esm}/types/Interface/api/bankDedup/BankDedup.d.ts +0 -0
  2358. /package/dist/{mjs → esm}/types/Interface/api/bankDedup/BankDedup.d.ts.map +0 -0
  2359. /package/dist/{mjs → esm}/types/Interface/api/bankDedup/BankDedup.js +0 -0
  2360. /package/dist/{mjs → esm}/types/Interface/api/bankDedup/BankDedup.js.map +0 -0
  2361. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/QueryBankStatement.d.ts +0 -0
  2362. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/QueryBankStatement.d.ts.map +0 -0
  2363. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/QueryBankStatement.js +0 -0
  2364. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/QueryBankStatement.js.map +0 -0
  2365. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +0 -0
  2366. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +0 -0
  2367. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +0 -0
  2368. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +0 -0
  2369. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/ReadBankStatement.d.ts +0 -0
  2370. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/ReadBankStatement.d.ts.map +0 -0
  2371. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/ReadBankStatement.js +0 -0
  2372. /package/dist/{mjs → esm}/types/Interface/api/bankStatement/ReadBankStatement.js.map +0 -0
  2373. /package/dist/{mjs → esm}/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.d.ts +0 -0
  2374. /package/dist/{mjs → esm}/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.d.ts.map +0 -0
  2375. /package/dist/{mjs → esm}/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.js +0 -0
  2376. /package/dist/{mjs → esm}/types/Interface/api/billingHistory/QueryPaginatedBillingHistory.js.map +0 -0
  2377. /package/dist/{mjs → esm}/types/Interface/api/brevo/BrevoElement.d.ts +0 -0
  2378. /package/dist/{mjs → esm}/types/Interface/api/brevo/BrevoElement.d.ts.map +0 -0
  2379. /package/dist/{mjs → esm}/types/Interface/api/brevo/BrevoElement.js +0 -0
  2380. /package/dist/{mjs → esm}/types/Interface/api/brevo/BrevoElement.js.map +0 -0
  2381. /package/dist/{mjs → esm}/types/Interface/api/brevo/EmailSendOptions.dto.d.ts +0 -0
  2382. /package/dist/{mjs → esm}/types/Interface/api/brevo/EmailSendOptions.dto.d.ts.map +0 -0
  2383. /package/dist/{mjs → esm}/types/Interface/api/brevo/EmailSendOptions.dto.js +0 -0
  2384. /package/dist/{mjs → esm}/types/Interface/api/brevo/EmailSendOptions.dto.js.map +0 -0
  2385. /package/dist/{mjs → esm}/types/Interface/api/brevo/Read.d.ts +0 -0
  2386. /package/dist/{mjs → esm}/types/Interface/api/brevo/Read.d.ts.map +0 -0
  2387. /package/dist/{mjs → esm}/types/Interface/api/brevo/Read.js +0 -0
  2388. /package/dist/{mjs → esm}/types/Interface/api/brevo/Read.js.map +0 -0
  2389. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Create.d.ts +0 -0
  2390. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Create.d.ts.map +0 -0
  2391. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Create.js +0 -0
  2392. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Create.js.map +0 -0
  2393. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Delete.d.ts +0 -0
  2394. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Delete.d.ts.map +0 -0
  2395. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Delete.js +0 -0
  2396. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Delete.js.map +0 -0
  2397. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Query.d.ts +0 -0
  2398. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Query.d.ts.map +0 -0
  2399. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Query.js +0 -0
  2400. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Query.js.map +0 -0
  2401. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Read.d.ts +0 -0
  2402. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Read.d.ts.map +0 -0
  2403. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Read.js +0 -0
  2404. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/Read.js.map +0 -0
  2405. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.d.ts +0 -0
  2406. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.d.ts.map +0 -0
  2407. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js +0 -0
  2408. /package/dist/{mjs → esm}/types/Interface/api/budgetInsight/UpdateBudgetPermanentToken.js.map +0 -0
  2409. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/CreateBusinessPartnerParams.d.ts +0 -0
  2410. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/CreateBusinessPartnerParams.d.ts.map +0 -0
  2411. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js +0 -0
  2412. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/CreateBusinessPartnerParams.js.map +0 -0
  2413. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/QueryBusinessPartnerAll.d.ts +0 -0
  2414. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/QueryBusinessPartnerAll.d.ts.map +0 -0
  2415. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js +0 -0
  2416. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/QueryBusinessPartnerAll.js.map +0 -0
  2417. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/ReadBusinessPartner.d.ts +0 -0
  2418. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/ReadBusinessPartner.d.ts.map +0 -0
  2419. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/ReadBusinessPartner.js +0 -0
  2420. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/ReadBusinessPartner.js.map +0 -0
  2421. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.d.ts +0 -0
  2422. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.d.ts.map +0 -0
  2423. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js +0 -0
  2424. /package/dist/{mjs → esm}/types/Interface/api/businessPartner/UpdateBusinessPartnerParams.js.map +0 -0
  2425. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Create.d.ts +0 -0
  2426. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Create.d.ts.map +0 -0
  2427. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Create.js +0 -0
  2428. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Create.js.map +0 -0
  2429. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Delete.d.ts +0 -0
  2430. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Delete.d.ts.map +0 -0
  2431. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Delete.js +0 -0
  2432. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Delete.js.map +0 -0
  2433. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Query.d.ts +0 -0
  2434. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Query.d.ts.map +0 -0
  2435. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Query.js +0 -0
  2436. /package/dist/{mjs → esm}/types/Interface/api/businessSector/Query.js.map +0 -0
  2437. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/calendarEvent.d.ts +0 -0
  2438. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/calendarEvent.d.ts.map +0 -0
  2439. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/calendarEvent.js +0 -0
  2440. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/calendarEvent.js.map +0 -0
  2441. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/calendarEventIcs.d.ts +0 -0
  2442. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/calendarEventIcs.d.ts.map +0 -0
  2443. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/calendarEventIcs.js +0 -0
  2444. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/calendarEventIcs.js.map +0 -0
  2445. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/countCalendarEvent.d.ts +0 -0
  2446. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/countCalendarEvent.d.ts.map +0 -0
  2447. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/countCalendarEvent.js +0 -0
  2448. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/countCalendarEvent.js.map +0 -0
  2449. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +0 -0
  2450. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +0 -0
  2451. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/createCalendarEvent.js +0 -0
  2452. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/createCalendarEvent.js.map +0 -0
  2453. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +0 -0
  2454. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +0 -0
  2455. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +0 -0
  2456. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +0 -0
  2457. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/interval.d.ts +0 -0
  2458. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/interval.d.ts.map +0 -0
  2459. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/interval.js +0 -0
  2460. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/interval.js.map +0 -0
  2461. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/query.d.ts +0 -0
  2462. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/query.d.ts.map +0 -0
  2463. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/query.js +0 -0
  2464. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/query.js.map +0 -0
  2465. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts +0 -0
  2466. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts.map +0 -0
  2467. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/readAllCalendarEvent.js +0 -0
  2468. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +0 -0
  2469. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/readCalendarEventCall.d.ts +0 -0
  2470. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/readCalendarEventCall.d.ts.map +0 -0
  2471. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/readCalendarEventCall.js +0 -0
  2472. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/readCalendarEventCall.js.map +0 -0
  2473. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +0 -0
  2474. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +0 -0
  2475. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/updateCalendarEvent.js +0 -0
  2476. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +0 -0
  2477. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/verifyCalendarEvent.d.ts +0 -0
  2478. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/verifyCalendarEvent.d.ts.map +0 -0
  2479. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/verifyCalendarEvent.js +0 -0
  2480. /package/dist/{mjs → esm}/types/Interface/api/calendarEvent/verifyCalendarEvent.js.map +0 -0
  2481. /package/dist/{mjs → esm}/types/Interface/api/card/Cron.d.ts +0 -0
  2482. /package/dist/{mjs → esm}/types/Interface/api/card/Cron.d.ts.map +0 -0
  2483. /package/dist/{mjs → esm}/types/Interface/api/card/Cron.js +0 -0
  2484. /package/dist/{mjs → esm}/types/Interface/api/card/Cron.js.map +0 -0
  2485. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyAcceptation.d.ts +0 -0
  2486. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyAcceptation.d.ts.map +0 -0
  2487. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyAcceptation.js +0 -0
  2488. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyAcceptation.js.map +0 -0
  2489. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyBalanceSheet.d.ts +0 -0
  2490. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyBalanceSheet.d.ts.map +0 -0
  2491. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyBalanceSheet.js +0 -0
  2492. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyBalanceSheet.js.map +0 -0
  2493. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyCustomerVat.d.ts +0 -0
  2494. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyCustomerVat.d.ts.map +0 -0
  2495. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyCustomerVat.js +0 -0
  2496. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyCustomerVat.js.map +0 -0
  2497. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyPlanning.d.ts +0 -0
  2498. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyPlanning.d.ts.map +0 -0
  2499. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyPlanning.js +0 -0
  2500. /package/dist/{mjs → esm}/types/Interface/api/card/ModifyPlanning.js.map +0 -0
  2501. /package/dist/{mjs → esm}/types/Interface/api/card/Query.d.ts +0 -0
  2502. /package/dist/{mjs → esm}/types/Interface/api/card/Query.d.ts.map +0 -0
  2503. /package/dist/{mjs → esm}/types/Interface/api/card/Query.js +0 -0
  2504. /package/dist/{mjs → esm}/types/Interface/api/card/Query.js.map +0 -0
  2505. /package/dist/{mjs → esm}/types/Interface/api/card/QueryUserCards.d.ts +0 -0
  2506. /package/dist/{mjs → esm}/types/Interface/api/card/QueryUserCards.d.ts.map +0 -0
  2507. /package/dist/{mjs → esm}/types/Interface/api/card/QueryUserCards.js +0 -0
  2508. /package/dist/{mjs → esm}/types/Interface/api/card/QueryUserCards.js.map +0 -0
  2509. /package/dist/{mjs → esm}/types/Interface/api/card/QueryUserCardsStats.d.ts +0 -0
  2510. /package/dist/{mjs → esm}/types/Interface/api/card/QueryUserCardsStats.d.ts.map +0 -0
  2511. /package/dist/{mjs → esm}/types/Interface/api/card/QueryUserCardsStats.js +0 -0
  2512. /package/dist/{mjs → esm}/types/Interface/api/card/QueryUserCardsStats.js.map +0 -0
  2513. /package/dist/{mjs → esm}/types/Interface/api/card/UpdateCard.d.ts +0 -0
  2514. /package/dist/{mjs → esm}/types/Interface/api/card/UpdateCard.d.ts.map +0 -0
  2515. /package/dist/{mjs → esm}/types/Interface/api/card/UpdateCard.js +0 -0
  2516. /package/dist/{mjs → esm}/types/Interface/api/card/UpdateCard.js.map +0 -0
  2517. /package/dist/{mjs → esm}/types/Interface/api/cashAndExpense/Create.d.ts +0 -0
  2518. /package/dist/{mjs → esm}/types/Interface/api/cashAndExpense/Create.d.ts.map +0 -0
  2519. /package/dist/{mjs → esm}/types/Interface/api/cashAndExpense/Create.js +0 -0
  2520. /package/dist/{mjs → esm}/types/Interface/api/cashAndExpense/Create.js.map +0 -0
  2521. /package/dist/{mjs → esm}/types/Interface/api/cashAndExpense/Query.d.ts +0 -0
  2522. /package/dist/{mjs → esm}/types/Interface/api/cashAndExpense/Query.d.ts.map +0 -0
  2523. /package/dist/{mjs → esm}/types/Interface/api/cashAndExpense/Query.js +0 -0
  2524. /package/dist/{mjs → esm}/types/Interface/api/cashAndExpense/Query.js.map +0 -0
  2525. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2031.js +0 -0
  2526. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2033.d.ts +0 -0
  2527. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2033.d.ts.map +0 -0
  2528. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2033.js +0 -0
  2529. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2033.js.map +0 -0
  2530. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2035.d.ts +0 -0
  2531. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2035.d.ts.map +0 -0
  2532. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2035.js +0 -0
  2533. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2035.js.map +0 -0
  2534. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2050.js +0 -0
  2535. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2065.js +0 -0
  2536. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2069RCI.d.ts +0 -0
  2537. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2069RCI.d.ts.map +0 -0
  2538. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2069RCI.js +0 -0
  2539. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2069RCI.js.map +0 -0
  2540. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2571.d.ts +0 -0
  2541. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2571.d.ts.map +0 -0
  2542. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2571.js +0 -0
  2543. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2571.js.map +0 -0
  2544. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2572.d.ts +0 -0
  2545. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2572.d.ts.map +0 -0
  2546. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2572.js +0 -0
  2547. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2572.js.map +0 -0
  2548. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2573.d.ts +0 -0
  2549. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2573.d.ts.map +0 -0
  2550. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2573.js +0 -0
  2551. /package/dist/{mjs → esm}/types/Interface/api/cerfa/2573.js.map +0 -0
  2552. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3310.d.ts +0 -0
  2553. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3310.d.ts.map +0 -0
  2554. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3310.js +0 -0
  2555. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3310.js.map +0 -0
  2556. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3514.d.ts +0 -0
  2557. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3514.d.ts.map +0 -0
  2558. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3514.js +0 -0
  2559. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3514.js.map +0 -0
  2560. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3517.d.ts +0 -0
  2561. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3517.d.ts.map +0 -0
  2562. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3517.js +0 -0
  2563. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3517.js.map +0 -0
  2564. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3519.d.ts +0 -0
  2565. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3519.d.ts.map +0 -0
  2566. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3519.js +0 -0
  2567. /package/dist/{mjs → esm}/types/Interface/api/cerfa/3519.js.map +0 -0
  2568. /package/dist/{mjs → esm}/types/Interface/api/cerfa/CreateCerfa.d.ts +0 -0
  2569. /package/dist/{mjs → esm}/types/Interface/api/cerfa/CreateCerfa.d.ts.map +0 -0
  2570. /package/dist/{mjs → esm}/types/Interface/api/cerfa/CreateCerfa.js +0 -0
  2571. /package/dist/{mjs → esm}/types/Interface/api/cerfa/CreateCerfa.js.map +0 -0
  2572. /package/dist/{mjs → esm}/types/Interface/api/cerfa/ReadCerfa.js +0 -0
  2573. /package/dist/{mjs → esm}/types/Interface/api/cerfa/Utils.d.ts +0 -0
  2574. /package/dist/{mjs → esm}/types/Interface/api/cerfa/Utils.d.ts.map +0 -0
  2575. /package/dist/{mjs → esm}/types/Interface/api/cerfa/Utils.js +0 -0
  2576. /package/dist/{mjs → esm}/types/Interface/api/cerfa/Utils.js.map +0 -0
  2577. /package/dist/{mjs → esm}/types/Interface/api/cerfa/das2.d.ts +0 -0
  2578. /package/dist/{mjs → esm}/types/Interface/api/cerfa/das2.d.ts.map +0 -0
  2579. /package/dist/{mjs → esm}/types/Interface/api/cerfa/das2.js +0 -0
  2580. /package/dist/{mjs → esm}/types/Interface/api/cerfa/das2.js.map +0 -0
  2581. /package/dist/{mjs → esm}/types/Interface/api/changelog/Create.d.ts +0 -0
  2582. /package/dist/{mjs → esm}/types/Interface/api/changelog/Create.d.ts.map +0 -0
  2583. /package/dist/{mjs → esm}/types/Interface/api/changelog/Create.js +0 -0
  2584. /package/dist/{mjs → esm}/types/Interface/api/changelog/Create.js.map +0 -0
  2585. /package/dist/{mjs → esm}/types/Interface/api/checklist/Query.d.ts +0 -0
  2586. /package/dist/{mjs → esm}/types/Interface/api/checklist/Query.d.ts.map +0 -0
  2587. /package/dist/{mjs → esm}/types/Interface/api/checklist/Query.js +0 -0
  2588. /package/dist/{mjs → esm}/types/Interface/api/checklist/Query.js.map +0 -0
  2589. /package/dist/{mjs → esm}/types/Interface/api/checklist/Read.d.ts +0 -0
  2590. /package/dist/{mjs → esm}/types/Interface/api/checklist/Read.d.ts.map +0 -0
  2591. /package/dist/{mjs → esm}/types/Interface/api/checklist/Read.js +0 -0
  2592. /package/dist/{mjs → esm}/types/Interface/api/checklist/Read.js.map +0 -0
  2593. /package/dist/{mjs → esm}/types/Interface/api/checklist/Update.d.ts +0 -0
  2594. /package/dist/{mjs → esm}/types/Interface/api/checklist/Update.d.ts.map +0 -0
  2595. /package/dist/{mjs → esm}/types/Interface/api/checklist/Update.js +0 -0
  2596. /package/dist/{mjs → esm}/types/Interface/api/checklist/Update.js.map +0 -0
  2597. /package/dist/{mjs → esm}/types/Interface/api/closing/ProcessedClosing.d.ts +0 -0
  2598. /package/dist/{mjs → esm}/types/Interface/api/closing/ProcessedClosing.d.ts.map +0 -0
  2599. /package/dist/{mjs → esm}/types/Interface/api/closing/ProcessedClosing.js +0 -0
  2600. /package/dist/{mjs → esm}/types/Interface/api/closing/ProcessedClosing.js.map +0 -0
  2601. /package/dist/{mjs → esm}/types/Interface/api/collaboraterDetail/CreateCollaboraterDetail.d.ts +0 -0
  2602. /package/dist/{mjs → esm}/types/Interface/api/collaboraterDetail/CreateCollaboraterDetail.d.ts.map +0 -0
  2603. /package/dist/{mjs → esm}/types/Interface/api/collaboraterDetail/CreateCollaboraterDetail.js +0 -0
  2604. /package/dist/{mjs → esm}/types/Interface/api/collaboraterDetail/CreateCollaboraterDetail.js.map +0 -0
  2605. /package/dist/{mjs → esm}/types/Interface/api/commercial/Query.d.ts +0 -0
  2606. /package/dist/{mjs → esm}/types/Interface/api/commercial/Query.d.ts.map +0 -0
  2607. /package/dist/{mjs → esm}/types/Interface/api/commercial/Query.js +0 -0
  2608. /package/dist/{mjs → esm}/types/Interface/api/commercial/Query.js.map +0 -0
  2609. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts +0 -0
  2610. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts.map +0 -0
  2611. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +0 -0
  2612. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +0 -0
  2613. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryGetStats.d.ts +0 -0
  2614. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryGetStats.d.ts.map +0 -0
  2615. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryGetStats.js +0 -0
  2616. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryGetStats.js.map +0 -0
  2617. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryGetStatsHistory.d.ts +0 -0
  2618. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryGetStatsHistory.d.ts.map +0 -0
  2619. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryGetStatsHistory.js +0 -0
  2620. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryGetStatsHistory.js.map +0 -0
  2621. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.d.ts +0 -0
  2622. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.d.ts.map +0 -0
  2623. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js +0 -0
  2624. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryMovePrestationsToNextMonth.js.map +0 -0
  2625. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedFollowProspect.d.ts +0 -0
  2626. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedFollowProspect.d.ts.map +0 -0
  2627. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedFollowProspect.js +0 -0
  2628. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedFollowProspect.js.map +0 -0
  2629. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedNewProspect.d.ts +0 -0
  2630. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedNewProspect.d.ts.map +0 -0
  2631. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedNewProspect.js +0 -0
  2632. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedNewProspect.js.map +0 -0
  2633. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +0 -0
  2634. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +0 -0
  2635. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +0 -0
  2636. /package/dist/{mjs → esm}/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +0 -0
  2637. /package/dist/{mjs → esm}/types/Interface/api/commercial/ReadStatsProspect.d.ts +0 -0
  2638. /package/dist/{mjs → esm}/types/Interface/api/commercial/ReadStatsProspect.d.ts.map +0 -0
  2639. /package/dist/{mjs → esm}/types/Interface/api/commercial/ReadStatsProspect.js +0 -0
  2640. /package/dist/{mjs → esm}/types/Interface/api/commercial/ReadStatsProspect.js.map +0 -0
  2641. /package/dist/{mjs → esm}/types/Interface/api/commercial/RequiredDocsTypeParams.d.ts +0 -0
  2642. /package/dist/{mjs → esm}/types/Interface/api/commercial/RequiredDocsTypeParams.d.ts.map +0 -0
  2643. /package/dist/{mjs → esm}/types/Interface/api/commercial/RequiredDocsTypeParams.js +0 -0
  2644. /package/dist/{mjs → esm}/types/Interface/api/commercial/RequiredDocsTypeParams.js.map +0 -0
  2645. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Create.d.ts +0 -0
  2646. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Create.d.ts.map +0 -0
  2647. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Create.js +0 -0
  2648. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Create.js.map +0 -0
  2649. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Query.d.ts +0 -0
  2650. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Query.d.ts.map +0 -0
  2651. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Query.js +0 -0
  2652. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Query.js.map +0 -0
  2653. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Read.d.ts +0 -0
  2654. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Read.d.ts.map +0 -0
  2655. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Read.js +0 -0
  2656. /package/dist/{mjs → esm}/types/Interface/api/commercialImport/Read.js.map +0 -0
  2657. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Create.d.ts +0 -0
  2658. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Create.d.ts.map +0 -0
  2659. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Create.js +0 -0
  2660. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Create.js.map +0 -0
  2661. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Query.d.ts +0 -0
  2662. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Query.d.ts.map +0 -0
  2663. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Query.js +0 -0
  2664. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Query.js.map +0 -0
  2665. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Read.d.ts +0 -0
  2666. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Read.d.ts.map +0 -0
  2667. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Read.js +0 -0
  2668. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Read.js.map +0 -0
  2669. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Update.d.ts +0 -0
  2670. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Update.d.ts.map +0 -0
  2671. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Update.js +0 -0
  2672. /package/dist/{mjs → esm}/types/Interface/api/commercialManagement/Update.js.map +0 -0
  2673. /package/dist/{mjs → esm}/types/Interface/api/commercialOffer/Query.d.ts +0 -0
  2674. /package/dist/{mjs → esm}/types/Interface/api/commercialOffer/Query.d.ts.map +0 -0
  2675. /package/dist/{mjs → esm}/types/Interface/api/commercialOffer/Query.js +0 -0
  2676. /package/dist/{mjs → esm}/types/Interface/api/commercialOffer/Query.js.map +0 -0
  2677. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts +0 -0
  2678. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts.map +0 -0
  2679. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.js +0 -0
  2680. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.js.map +0 -0
  2681. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts +0 -0
  2682. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts.map +0 -0
  2683. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js +0 -0
  2684. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js.map +0 -0
  2685. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.d.ts +0 -0
  2686. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.d.ts.map +0 -0
  2687. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.js +0 -0
  2688. /package/dist/{mjs → esm}/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.js.map +0 -0
  2689. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/CompanyMarketingInformationPayload.d.ts +0 -0
  2690. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/CompanyMarketingInformationPayload.d.ts.map +0 -0
  2691. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/CompanyMarketingInformationPayload.js +0 -0
  2692. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/CompanyMarketingInformationPayload.js.map +0 -0
  2693. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/CreateCompanyMarketingInformation.d.ts +0 -0
  2694. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/CreateCompanyMarketingInformation.d.ts.map +0 -0
  2695. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/CreateCompanyMarketingInformation.js +0 -0
  2696. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/CreateCompanyMarketingInformation.js.map +0 -0
  2697. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/UpdateCompanyMarketingInformation.d.ts +0 -0
  2698. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/UpdateCompanyMarketingInformation.d.ts.map +0 -0
  2699. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/UpdateCompanyMarketingInformation.js +0 -0
  2700. /package/dist/{mjs → esm}/types/Interface/api/companyMarketingInformation/UpdateCompanyMarketingInformation.js.map +0 -0
  2701. /package/dist/{mjs → esm}/types/Interface/api/config/ConfigType.d.ts +0 -0
  2702. /package/dist/{mjs → esm}/types/Interface/api/config/ConfigType.d.ts.map +0 -0
  2703. /package/dist/{mjs → esm}/types/Interface/api/config/ConfigType.js +0 -0
  2704. /package/dist/{mjs → esm}/types/Interface/api/config/ConfigType.js.map +0 -0
  2705. /package/dist/{mjs → esm}/types/Interface/api/connection/Query.d.ts +0 -0
  2706. /package/dist/{mjs → esm}/types/Interface/api/connection/Query.d.ts.map +0 -0
  2707. /package/dist/{mjs → esm}/types/Interface/api/connection/Query.js +0 -0
  2708. /package/dist/{mjs → esm}/types/Interface/api/connection/Query.js.map +0 -0
  2709. /package/dist/{mjs → esm}/types/Interface/api/connection/QueryConnectionState.d.ts +0 -0
  2710. /package/dist/{mjs → esm}/types/Interface/api/connection/QueryConnectionState.d.ts.map +0 -0
  2711. /package/dist/{mjs → esm}/types/Interface/api/connection/QueryConnectionState.js +0 -0
  2712. /package/dist/{mjs → esm}/types/Interface/api/connection/QueryConnectionState.js.map +0 -0
  2713. /package/dist/{mjs → esm}/types/Interface/api/connection/ReadConnectionState.d.ts +0 -0
  2714. /package/dist/{mjs → esm}/types/Interface/api/connection/ReadConnectionState.d.ts.map +0 -0
  2715. /package/dist/{mjs → esm}/types/Interface/api/connection/ReadConnectionState.js +0 -0
  2716. /package/dist/{mjs → esm}/types/Interface/api/connection/ReadConnectionState.js.map +0 -0
  2717. /package/dist/{mjs → esm}/types/Interface/api/connector/CreateConnector.d.ts +0 -0
  2718. /package/dist/{mjs → esm}/types/Interface/api/connector/CreateConnector.d.ts.map +0 -0
  2719. /package/dist/{mjs → esm}/types/Interface/api/connector/CreateConnector.js +0 -0
  2720. /package/dist/{mjs → esm}/types/Interface/api/connector/CreateConnector.js.map +0 -0
  2721. /package/dist/{mjs → esm}/types/Interface/api/connector/OAuthTokenRequest.d.ts +0 -0
  2722. /package/dist/{mjs → esm}/types/Interface/api/connector/OAuthTokenRequest.d.ts.map +0 -0
  2723. /package/dist/{mjs → esm}/types/Interface/api/connector/OAuthTokenRequest.js +0 -0
  2724. /package/dist/{mjs → esm}/types/Interface/api/connector/OAuthTokenRequest.js.map +0 -0
  2725. /package/dist/{mjs → esm}/types/Interface/api/connector/QueryConnector.d.ts +0 -0
  2726. /package/dist/{mjs → esm}/types/Interface/api/connector/QueryConnector.d.ts.map +0 -0
  2727. /package/dist/{mjs → esm}/types/Interface/api/connector/QueryConnector.js +0 -0
  2728. /package/dist/{mjs → esm}/types/Interface/api/connector/QueryConnector.js.map +0 -0
  2729. /package/dist/{mjs → esm}/types/Interface/api/connector/Sirene.d.ts +0 -0
  2730. /package/dist/{mjs → esm}/types/Interface/api/connector/Sirene.d.ts.map +0 -0
  2731. /package/dist/{mjs → esm}/types/Interface/api/connector/Sirene.js +0 -0
  2732. /package/dist/{mjs → esm}/types/Interface/api/connector/Sirene.js.map +0 -0
  2733. /package/dist/{mjs → esm}/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.d.ts +0 -0
  2734. /package/dist/{mjs → esm}/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.d.ts.map +0 -0
  2735. /package/dist/{mjs → esm}/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.js +0 -0
  2736. /package/dist/{mjs → esm}/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.js.map +0 -0
  2737. /package/dist/{mjs → esm}/types/Interface/api/contest/Create.d.ts +0 -0
  2738. /package/dist/{mjs → esm}/types/Interface/api/contest/Create.d.ts.map +0 -0
  2739. /package/dist/{mjs → esm}/types/Interface/api/contest/Create.js +0 -0
  2740. /package/dist/{mjs → esm}/types/Interface/api/contest/Create.js.map +0 -0
  2741. /package/dist/{mjs → esm}/types/Interface/api/contest/Query.d.ts +0 -0
  2742. /package/dist/{mjs → esm}/types/Interface/api/contest/Query.d.ts.map +0 -0
  2743. /package/dist/{mjs → esm}/types/Interface/api/contest/Query.js +0 -0
  2744. /package/dist/{mjs → esm}/types/Interface/api/contest/Query.js.map +0 -0
  2745. /package/dist/{mjs → esm}/types/Interface/api/contest/Read.d.ts +0 -0
  2746. /package/dist/{mjs → esm}/types/Interface/api/contest/Read.d.ts.map +0 -0
  2747. /package/dist/{mjs → esm}/types/Interface/api/contest/Read.js +0 -0
  2748. /package/dist/{mjs → esm}/types/Interface/api/contest/Read.js.map +0 -0
  2749. /package/dist/{mjs → esm}/types/Interface/api/crisp/GetCrisp.d.ts +0 -0
  2750. /package/dist/{mjs → esm}/types/Interface/api/crisp/GetCrisp.d.ts.map +0 -0
  2751. /package/dist/{mjs → esm}/types/Interface/api/crisp/GetCrisp.js +0 -0
  2752. /package/dist/{mjs → esm}/types/Interface/api/crisp/GetCrisp.js.map +0 -0
  2753. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/Create.d.ts +0 -0
  2754. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/Create.d.ts.map +0 -0
  2755. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/Create.js +0 -0
  2756. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/Create.js.map +0 -0
  2757. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/CreateCustomerActivityReport.d.ts +0 -0
  2758. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/CreateCustomerActivityReport.d.ts.map +0 -0
  2759. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/CreateCustomerActivityReport.js +0 -0
  2760. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/CreateCustomerActivityReport.js.map +0 -0
  2761. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/Query.d.ts +0 -0
  2762. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/Query.d.ts.map +0 -0
  2763. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/Query.js +0 -0
  2764. /package/dist/{mjs → esm}/types/Interface/api/customerActivity/Query.js.map +0 -0
  2765. /package/dist/{mjs → esm}/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts +0 -0
  2766. /package/dist/{mjs → esm}/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts.map +0 -0
  2767. /package/dist/{mjs → esm}/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +0 -0
  2768. /package/dist/{mjs → esm}/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +0 -0
  2769. /package/dist/{mjs → esm}/types/Interface/api/customerSignature/Query.d.ts +0 -0
  2770. /package/dist/{mjs → esm}/types/Interface/api/customerSignature/Query.d.ts.map +0 -0
  2771. /package/dist/{mjs → esm}/types/Interface/api/customerSignature/Query.js +0 -0
  2772. /package/dist/{mjs → esm}/types/Interface/api/customerSignature/Query.js.map +0 -0
  2773. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryBalanceBankAccount.d.ts +0 -0
  2774. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryBalanceBankAccount.d.ts.map +0 -0
  2775. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryBalanceBankAccount.js +0 -0
  2776. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryBalanceBankAccount.js.map +0 -0
  2777. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryDeadline.d.ts +0 -0
  2778. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryDeadline.d.ts.map +0 -0
  2779. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryDeadline.js +0 -0
  2780. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryDeadline.js.map +0 -0
  2781. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTopBuys.d.ts +0 -0
  2782. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTopBuys.d.ts.map +0 -0
  2783. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTopBuys.js +0 -0
  2784. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTopBuys.js.map +0 -0
  2785. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTopProviders.d.ts +0 -0
  2786. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTopProviders.d.ts.map +0 -0
  2787. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTopProviders.js +0 -0
  2788. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTopProviders.js.map +0 -0
  2789. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTurnoverProfitAndLoss.d.ts +0 -0
  2790. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTurnoverProfitAndLoss.d.ts.map +0 -0
  2791. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTurnoverProfitAndLoss.js +0 -0
  2792. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryTurnoverProfitAndLoss.js.map +0 -0
  2793. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryVatDisbursed.d.ts +0 -0
  2794. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryVatDisbursed.d.ts.map +0 -0
  2795. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryVatDisbursed.js +0 -0
  2796. /package/dist/{mjs → esm}/types/Interface/api/dashboard/QueryVatDisbursed.js.map +0 -0
  2797. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts +0 -0
  2798. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +0 -0
  2799. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadBalanceBankAccount.js +0 -0
  2800. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +0 -0
  2801. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadDeadline.d.ts +0 -0
  2802. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadDeadline.d.ts.map +0 -0
  2803. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadDeadline.js +0 -0
  2804. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadDeadline.js.map +0 -0
  2805. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTopBuys.d.ts +0 -0
  2806. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +0 -0
  2807. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTopBuys.js +0 -0
  2808. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTopBuys.js.map +0 -0
  2809. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTopProviders.d.ts +0 -0
  2810. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +0 -0
  2811. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTopProviders.js +0 -0
  2812. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTopProviders.js.map +0 -0
  2813. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.d.ts +0 -0
  2814. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.d.ts.map +0 -0
  2815. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js +0 -0
  2816. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadTurnOverProfitAndLossAndVats.js.map +0 -0
  2817. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadVatDisbursed.d.ts +0 -0
  2818. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadVatDisbursed.d.ts.map +0 -0
  2819. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadVatDisbursed.js +0 -0
  2820. /package/dist/{mjs → esm}/types/Interface/api/dashboard/ReadVatDisbursed.js.map +0 -0
  2821. /package/dist/{mjs → esm}/types/Interface/api/documentRequest/Create.d.ts +0 -0
  2822. /package/dist/{mjs → esm}/types/Interface/api/documentRequest/Create.d.ts.map +0 -0
  2823. /package/dist/{mjs → esm}/types/Interface/api/documentRequest/Create.js +0 -0
  2824. /package/dist/{mjs → esm}/types/Interface/api/documentRequest/Create.js.map +0 -0
  2825. /package/dist/{mjs → esm}/types/Interface/api/documentRequest/Query.d.ts +0 -0
  2826. /package/dist/{mjs → esm}/types/Interface/api/documentRequest/Query.d.ts.map +0 -0
  2827. /package/dist/{mjs → esm}/types/Interface/api/documentRequest/Query.js +0 -0
  2828. /package/dist/{mjs → esm}/types/Interface/api/documentRequest/Query.js.map +0 -0
  2829. /package/dist/{mjs → esm}/types/Interface/api/documentSection/Update.d.ts +0 -0
  2830. /package/dist/{mjs → esm}/types/Interface/api/documentSection/Update.d.ts.map +0 -0
  2831. /package/dist/{mjs → esm}/types/Interface/api/documentSection/Update.js +0 -0
  2832. /package/dist/{mjs → esm}/types/Interface/api/documentSection/Update.js.map +0 -0
  2833. /package/dist/{mjs → esm}/types/Interface/api/dubiousCustomer/Create.d.ts +0 -0
  2834. /package/dist/{mjs → esm}/types/Interface/api/dubiousCustomer/Create.d.ts.map +0 -0
  2835. /package/dist/{mjs → esm}/types/Interface/api/dubiousCustomer/Create.js +0 -0
  2836. /package/dist/{mjs → esm}/types/Interface/api/dubiousCustomer/Create.js.map +0 -0
  2837. /package/dist/{mjs → esm}/types/Interface/api/dubiousCustomer/Update.d.ts +0 -0
  2838. /package/dist/{mjs → esm}/types/Interface/api/dubiousCustomer/Update.d.ts.map +0 -0
  2839. /package/dist/{mjs → esm}/types/Interface/api/dubiousCustomer/Update.js +0 -0
  2840. /package/dist/{mjs → esm}/types/Interface/api/dubiousCustomer/Update.js.map +0 -0
  2841. /package/dist/{mjs → esm}/types/Interface/api/echo/CreateOrder.d.ts +0 -0
  2842. /package/dist/{mjs → esm}/types/Interface/api/echo/CreateOrder.d.ts.map +0 -0
  2843. /package/dist/{mjs → esm}/types/Interface/api/echo/CreateOrder.js +0 -0
  2844. /package/dist/{mjs → esm}/types/Interface/api/echo/CreateOrder.js.map +0 -0
  2845. /package/dist/{mjs → esm}/types/Interface/api/echo/Mission.d.ts +0 -0
  2846. /package/dist/{mjs → esm}/types/Interface/api/echo/Mission.d.ts.map +0 -0
  2847. /package/dist/{mjs → esm}/types/Interface/api/echo/Mission.js +0 -0
  2848. /package/dist/{mjs → esm}/types/Interface/api/echo/Mission.js.map +0 -0
  2849. /package/dist/{mjs → esm}/types/Interface/api/echo/NewsPaper.d.ts +0 -0
  2850. /package/dist/{mjs → esm}/types/Interface/api/echo/NewsPaper.d.ts.map +0 -0
  2851. /package/dist/{mjs → esm}/types/Interface/api/echo/NewsPaper.js +0 -0
  2852. /package/dist/{mjs → esm}/types/Interface/api/echo/NewsPaper.js.map +0 -0
  2853. /package/dist/{mjs → esm}/types/Interface/api/echo/Order.d.ts +0 -0
  2854. /package/dist/{mjs → esm}/types/Interface/api/echo/Order.d.ts.map +0 -0
  2855. /package/dist/{mjs → esm}/types/Interface/api/echo/Order.js +0 -0
  2856. /package/dist/{mjs → esm}/types/Interface/api/echo/Order.js.map +0 -0
  2857. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryCreateEmployee.d.ts +0 -0
  2858. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryCreateEmployee.d.ts.map +0 -0
  2859. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryCreateEmployee.js +0 -0
  2860. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryCreateEmployee.js.map +0 -0
  2861. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryEmployeeSearch.d.ts +0 -0
  2862. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryEmployeeSearch.d.ts.map +0 -0
  2863. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryEmployeeSearch.js +0 -0
  2864. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryEmployeeSearch.js.map +0 -0
  2865. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryUpdateEmployee.d.ts +0 -0
  2866. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryUpdateEmployee.d.ts.map +0 -0
  2867. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryUpdateEmployee.js +0 -0
  2868. /package/dist/{mjs → esm}/types/Interface/api/employee/QueryUpdateEmployee.js.map +0 -0
  2869. /package/dist/{mjs → esm}/types/Interface/api/equipment/Query.d.ts +0 -0
  2870. /package/dist/{mjs → esm}/types/Interface/api/equipment/Query.d.ts.map +0 -0
  2871. /package/dist/{mjs → esm}/types/Interface/api/equipment/Query.js +0 -0
  2872. /package/dist/{mjs → esm}/types/Interface/api/equipment/Query.js.map +0 -0
  2873. /package/dist/{mjs → esm}/types/Interface/api/equipment/StockAmount.d.ts +0 -0
  2874. /package/dist/{mjs → esm}/types/Interface/api/equipment/StockAmount.d.ts.map +0 -0
  2875. /package/dist/{mjs → esm}/types/Interface/api/equipment/StockAmount.js +0 -0
  2876. /package/dist/{mjs → esm}/types/Interface/api/equipment/StockAmount.js.map +0 -0
  2877. /package/dist/{mjs → esm}/types/Interface/api/exercice/Create.d.ts +0 -0
  2878. /package/dist/{mjs → esm}/types/Interface/api/exercice/Create.d.ts.map +0 -0
  2879. /package/dist/{mjs → esm}/types/Interface/api/exercice/Create.js +0 -0
  2880. /package/dist/{mjs → esm}/types/Interface/api/exercice/Create.js.map +0 -0
  2881. /package/dist/{mjs → esm}/types/Interface/api/exercice/QueryExercice.d.ts +0 -0
  2882. /package/dist/{mjs → esm}/types/Interface/api/exercice/QueryExercice.d.ts.map +0 -0
  2883. /package/dist/{mjs → esm}/types/Interface/api/exercice/QueryExercice.js +0 -0
  2884. /package/dist/{mjs → esm}/types/Interface/api/exercice/QueryExercice.js.map +0 -0
  2885. /package/dist/{mjs → esm}/types/Interface/api/exercice/ReadExercice.d.ts +0 -0
  2886. /package/dist/{mjs → esm}/types/Interface/api/exercice/ReadExercice.d.ts.map +0 -0
  2887. /package/dist/{mjs → esm}/types/Interface/api/exercice/ReadExercice.js +0 -0
  2888. /package/dist/{mjs → esm}/types/Interface/api/exercice/ReadExercice.js.map +0 -0
  2889. /package/dist/{mjs → esm}/types/Interface/api/exercice/UpdateExercice.d.ts +0 -0
  2890. /package/dist/{mjs → esm}/types/Interface/api/exercice/UpdateExercice.d.ts.map +0 -0
  2891. /package/dist/{mjs → esm}/types/Interface/api/exercice/UpdateExercice.js +0 -0
  2892. /package/dist/{mjs → esm}/types/Interface/api/exercice/UpdateExercice.js.map +0 -0
  2893. /package/dist/{mjs → esm}/types/Interface/api/exerciceNote/CreateExerciceNote.d.ts +0 -0
  2894. /package/dist/{mjs → esm}/types/Interface/api/exerciceNote/CreateExerciceNote.d.ts.map +0 -0
  2895. /package/dist/{mjs → esm}/types/Interface/api/exerciceNote/CreateExerciceNote.js +0 -0
  2896. /package/dist/{mjs → esm}/types/Interface/api/exerciceNote/CreateExerciceNote.js.map +0 -0
  2897. /package/dist/{mjs → esm}/types/Interface/api/exerciceNote/QueryExerciceNote.d.ts +0 -0
  2898. /package/dist/{mjs → esm}/types/Interface/api/exerciceNote/QueryExerciceNote.d.ts.map +0 -0
  2899. /package/dist/{mjs → esm}/types/Interface/api/exerciceNote/QueryExerciceNote.js +0 -0
  2900. /package/dist/{mjs → esm}/types/Interface/api/exerciceNote/QueryExerciceNote.js.map +0 -0
  2901. /package/dist/{mjs → esm}/types/Interface/api/exercicePrestation/Query.d.ts +0 -0
  2902. /package/dist/{mjs → esm}/types/Interface/api/exercicePrestation/Query.d.ts.map +0 -0
  2903. /package/dist/{mjs → esm}/types/Interface/api/exercicePrestation/Query.js +0 -0
  2904. /package/dist/{mjs → esm}/types/Interface/api/exercicePrestation/Query.js.map +0 -0
  2905. /package/dist/{mjs → esm}/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.d.ts +0 -0
  2906. /package/dist/{mjs → esm}/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.d.ts.map +0 -0
  2907. /package/dist/{mjs → esm}/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.js +0 -0
  2908. /package/dist/{mjs → esm}/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.js.map +0 -0
  2909. /package/dist/{mjs → esm}/types/Interface/api/exerciceQuestion/QueryQuestion.d.ts +0 -0
  2910. /package/dist/{mjs → esm}/types/Interface/api/exerciceQuestion/QueryQuestion.d.ts.map +0 -0
  2911. /package/dist/{mjs → esm}/types/Interface/api/exerciceQuestion/QueryQuestion.js +0 -0
  2912. /package/dist/{mjs → esm}/types/Interface/api/exerciceQuestion/QueryQuestion.js.map +0 -0
  2913. /package/dist/{mjs → esm}/types/Interface/api/expertAnnuary/Query.d.ts +0 -0
  2914. /package/dist/{mjs → esm}/types/Interface/api/expertAnnuary/Query.d.ts.map +0 -0
  2915. /package/dist/{mjs → esm}/types/Interface/api/expertAnnuary/Query.js +0 -0
  2916. /package/dist/{mjs → esm}/types/Interface/api/expertAnnuary/Query.js.map +0 -0
  2917. /package/dist/{mjs → esm}/types/Interface/api/facturation/CreateRebilling.d.ts +0 -0
  2918. /package/dist/{mjs → esm}/types/Interface/api/facturation/CreateRebilling.d.ts.map +0 -0
  2919. /package/dist/{mjs → esm}/types/Interface/api/facturation/CreateRebilling.js +0 -0
  2920. /package/dist/{mjs → esm}/types/Interface/api/facturation/CreateRebilling.js.map +0 -0
  2921. /package/dist/{mjs → esm}/types/Interface/api/facturation/GoToFacturation.d.ts +0 -0
  2922. /package/dist/{mjs → esm}/types/Interface/api/facturation/GoToFacturation.d.ts.map +0 -0
  2923. /package/dist/{mjs → esm}/types/Interface/api/facturation/GoToFacturation.js +0 -0
  2924. /package/dist/{mjs → esm}/types/Interface/api/facturation/GoToFacturation.js.map +0 -0
  2925. /package/dist/{mjs → esm}/types/Interface/api/facturation/Query.d.ts +0 -0
  2926. /package/dist/{mjs → esm}/types/Interface/api/facturation/Query.d.ts.map +0 -0
  2927. /package/dist/{mjs → esm}/types/Interface/api/facturation/Query.js +0 -0
  2928. /package/dist/{mjs → esm}/types/Interface/api/facturation/Query.js.map +0 -0
  2929. /package/dist/{mjs → esm}/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.d.ts +0 -0
  2930. /package/dist/{mjs → esm}/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.d.ts.map +0 -0
  2931. /package/dist/{mjs → esm}/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js +0 -0
  2932. /package/dist/{mjs → esm}/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js.map +0 -0
  2933. /package/dist/{mjs → esm}/types/Interface/api/facturation/ReadRecommanded.d.ts +0 -0
  2934. /package/dist/{mjs → esm}/types/Interface/api/facturation/ReadRecommanded.d.ts.map +0 -0
  2935. /package/dist/{mjs → esm}/types/Interface/api/facturation/ReadRecommanded.js +0 -0
  2936. /package/dist/{mjs → esm}/types/Interface/api/facturation/ReadRecommanded.js.map +0 -0
  2937. /package/dist/{mjs → esm}/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts +0 -0
  2938. /package/dist/{mjs → esm}/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts.map +0 -0
  2939. /package/dist/{mjs → esm}/types/Interface/api/feature/GetAvailableDashboardBlocks.js +0 -0
  2940. /package/dist/{mjs → esm}/types/Interface/api/feature/GetAvailableDashboardBlocks.js.map +0 -0
  2941. /package/dist/{mjs → esm}/types/Interface/api/fecFile/CreateFecFile.d.ts +0 -0
  2942. /package/dist/{mjs → esm}/types/Interface/api/fecFile/CreateFecFile.d.ts.map +0 -0
  2943. /package/dist/{mjs → esm}/types/Interface/api/fecFile/CreateFecFile.js +0 -0
  2944. /package/dist/{mjs → esm}/types/Interface/api/fecFile/CreateFecFile.js.map +0 -0
  2945. /package/dist/{mjs → esm}/types/Interface/api/fecFile/DeleteFecFile.d.ts +0 -0
  2946. /package/dist/{mjs → esm}/types/Interface/api/fecFile/DeleteFecFile.d.ts.map +0 -0
  2947. /package/dist/{mjs → esm}/types/Interface/api/fecFile/DeleteFecFile.js +0 -0
  2948. /package/dist/{mjs → esm}/types/Interface/api/fecFile/DeleteFecFile.js.map +0 -0
  2949. /package/dist/{mjs → esm}/types/Interface/api/fecFile/QueryFecFile.d.ts +0 -0
  2950. /package/dist/{mjs → esm}/types/Interface/api/fecFile/QueryFecFile.d.ts.map +0 -0
  2951. /package/dist/{mjs → esm}/types/Interface/api/fecFile/QueryFecFile.js +0 -0
  2952. /package/dist/{mjs → esm}/types/Interface/api/fecFile/QueryFecFile.js.map +0 -0
  2953. /package/dist/{mjs → esm}/types/Interface/api/fecFile/ReadFecFile.d.ts +0 -0
  2954. /package/dist/{mjs → esm}/types/Interface/api/fecFile/ReadFecFile.d.ts.map +0 -0
  2955. /package/dist/{mjs → esm}/types/Interface/api/fecFile/ReadFecFile.js +0 -0
  2956. /package/dist/{mjs → esm}/types/Interface/api/fecFile/ReadFecFile.js.map +0 -0
  2957. /package/dist/{mjs → esm}/types/Interface/api/file/Create.d.ts +0 -0
  2958. /package/dist/{mjs → esm}/types/Interface/api/file/Create.d.ts.map +0 -0
  2959. /package/dist/{mjs → esm}/types/Interface/api/file/Create.js +0 -0
  2960. /package/dist/{mjs → esm}/types/Interface/api/file/Create.js.map +0 -0
  2961. /package/dist/{mjs → esm}/types/Interface/api/file/Query.d.ts +0 -0
  2962. /package/dist/{mjs → esm}/types/Interface/api/file/Query.d.ts.map +0 -0
  2963. /package/dist/{mjs → esm}/types/Interface/api/file/Query.js +0 -0
  2964. /package/dist/{mjs → esm}/types/Interface/api/file/Query.js.map +0 -0
  2965. /package/dist/{mjs → esm}/types/Interface/api/file/Read.d.ts +0 -0
  2966. /package/dist/{mjs → esm}/types/Interface/api/file/Read.d.ts.map +0 -0
  2967. /package/dist/{mjs → esm}/types/Interface/api/file/Read.js +0 -0
  2968. /package/dist/{mjs → esm}/types/Interface/api/file/Read.js.map +0 -0
  2969. /package/dist/{mjs → esm}/types/Interface/api/file/TFile.d.ts +0 -0
  2970. /package/dist/{mjs → esm}/types/Interface/api/file/TFile.d.ts.map +0 -0
  2971. /package/dist/{mjs → esm}/types/Interface/api/file/TFile.js +0 -0
  2972. /package/dist/{mjs → esm}/types/Interface/api/file/TFile.js.map +0 -0
  2973. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/CreateNonDeductibleInterests.d.ts +0 -0
  2974. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/CreateNonDeductibleInterests.d.ts.map +0 -0
  2975. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js +0 -0
  2976. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +0 -0
  2977. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.d.ts +0 -0
  2978. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.d.ts.map +0 -0
  2979. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js +0 -0
  2980. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/CreatedNonDeductibleInterests.js.map +0 -0
  2981. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/ReadFinancialChargesBalance.d.ts +0 -0
  2982. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/ReadFinancialChargesBalance.d.ts.map +0 -0
  2983. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js +0 -0
  2984. /package/dist/{mjs → esm}/types/Interface/api/financialCharge/ReadFinancialChargesBalance.js.map +0 -0
  2985. /package/dist/{mjs → esm}/types/Interface/api/firstStep/Create.d.ts +0 -0
  2986. /package/dist/{mjs → esm}/types/Interface/api/firstStep/Create.d.ts.map +0 -0
  2987. /package/dist/{mjs → esm}/types/Interface/api/firstStep/Create.js +0 -0
  2988. /package/dist/{mjs → esm}/types/Interface/api/firstStep/Create.js.map +0 -0
  2989. /package/dist/{mjs → esm}/types/Interface/api/fusion/FusionSocieties.d.ts +0 -0
  2990. /package/dist/{mjs → esm}/types/Interface/api/fusion/FusionSocieties.d.ts.map +0 -0
  2991. /package/dist/{mjs → esm}/types/Interface/api/fusion/FusionSocieties.js +0 -0
  2992. /package/dist/{mjs → esm}/types/Interface/api/fusion/FusionSocieties.js.map +0 -0
  2993. /package/dist/{mjs → esm}/types/Interface/api/gedFile/createFileAndGed.d.ts +0 -0
  2994. /package/dist/{mjs → esm}/types/Interface/api/gedFile/createFileAndGed.d.ts.map +0 -0
  2995. /package/dist/{mjs → esm}/types/Interface/api/gedFile/createFileAndGed.js +0 -0
  2996. /package/dist/{mjs → esm}/types/Interface/api/gedFile/createFileAndGed.js.map +0 -0
  2997. /package/dist/{mjs → esm}/types/Interface/api/gedFile/updateGedFile.d.ts +0 -0
  2998. /package/dist/{mjs → esm}/types/Interface/api/gedFile/updateGedFile.d.ts.map +0 -0
  2999. /package/dist/{mjs → esm}/types/Interface/api/gedFile/updateGedFile.js +0 -0
  3000. /package/dist/{mjs → esm}/types/Interface/api/gedFile/updateGedFile.js.map +0 -0
  3001. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerAccount.d.ts +0 -0
  3002. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerAccount.d.ts.map +0 -0
  3003. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerAccount.js +0 -0
  3004. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerAccount.js.map +0 -0
  3005. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.d.ts +0 -0
  3006. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.d.ts.map +0 -0
  3007. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.js +0 -0
  3008. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerAccountingEntry.js.map +0 -0
  3009. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts +0 -0
  3010. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts.map +0 -0
  3011. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +0 -0
  3012. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +0 -0
  3013. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/QueryGeneralLedger.d.ts +0 -0
  3014. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/QueryGeneralLedger.d.ts.map +0 -0
  3015. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/QueryGeneralLedger.js +0 -0
  3016. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/QueryGeneralLedger.js.map +0 -0
  3017. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.d.ts +0 -0
  3018. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.d.ts.map +0 -0
  3019. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js +0 -0
  3020. /package/dist/{mjs → esm}/types/Interface/api/generalLedger/QueryGeneralLedgerAuxiliary.js.map +0 -0
  3021. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.d.ts +0 -0
  3022. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.d.ts.map +0 -0
  3023. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.js +0 -0
  3024. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.js.map +0 -0
  3025. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.d.ts +0 -0
  3026. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.d.ts.map +0 -0
  3027. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.js +0 -0
  3028. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary.js.map +0 -0
  3029. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.d.ts +0 -0
  3030. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.d.ts.map +0 -0
  3031. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.js +0 -0
  3032. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.js.map +0 -0
  3033. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.d.ts +0 -0
  3034. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.d.ts.map +0 -0
  3035. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.js +0 -0
  3036. /package/dist/{mjs → esm}/types/Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceLibrary.js.map +0 -0
  3037. /package/dist/{mjs → esm}/types/Interface/api/iDocus/CreateExport.d.ts +0 -0
  3038. /package/dist/{mjs → esm}/types/Interface/api/iDocus/CreateExport.d.ts.map +0 -0
  3039. /package/dist/{mjs → esm}/types/Interface/api/iDocus/CreateExport.js +0 -0
  3040. /package/dist/{mjs → esm}/types/Interface/api/iDocus/CreateExport.js.map +0 -0
  3041. /package/dist/{mjs → esm}/types/Interface/api/iDocus/iDocus.d.ts +0 -0
  3042. /package/dist/{mjs → esm}/types/Interface/api/iDocus/iDocus.d.ts.map +0 -0
  3043. /package/dist/{mjs → esm}/types/Interface/api/iDocus/iDocus.js +0 -0
  3044. /package/dist/{mjs → esm}/types/Interface/api/iDocus/iDocus.js.map +0 -0
  3045. /package/dist/{mjs → esm}/types/Interface/api/immobilization/CreateImmobilization.d.ts +0 -0
  3046. /package/dist/{mjs → esm}/types/Interface/api/immobilization/CreateImmobilization.d.ts.map +0 -0
  3047. /package/dist/{mjs → esm}/types/Interface/api/immobilization/CreateImmobilization.js +0 -0
  3048. /package/dist/{mjs → esm}/types/Interface/api/immobilization/CreateImmobilization.js.map +0 -0
  3049. /package/dist/{mjs → esm}/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts +0 -0
  3050. /package/dist/{mjs → esm}/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts.map +0 -0
  3051. /package/dist/{mjs → esm}/types/Interface/api/immobilization/ReadFormattedImmobilization.js +0 -0
  3052. /package/dist/{mjs → esm}/types/Interface/api/immobilization/ReadFormattedImmobilization.js.map +0 -0
  3053. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts +0 -0
  3054. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts.map +0 -0
  3055. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +0 -0
  3056. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +0 -0
  3057. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/ReadIncomeAllocation.d.ts +0 -0
  3058. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/ReadIncomeAllocation.d.ts.map +0 -0
  3059. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js +0 -0
  3060. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js.map +0 -0
  3061. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/TypeAndAmount.d.ts +0 -0
  3062. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/TypeAndAmount.d.ts.map +0 -0
  3063. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/TypeAndAmount.js +0 -0
  3064. /package/dist/{mjs → esm}/types/Interface/api/incomeAllocation/TypeAndAmount.js.map +0 -0
  3065. /package/dist/{mjs → esm}/types/Interface/api/incomeStatement/QueryIncomeStatement.d.ts +0 -0
  3066. /package/dist/{mjs → esm}/types/Interface/api/incomeStatement/QueryIncomeStatement.d.ts.map +0 -0
  3067. /package/dist/{mjs → esm}/types/Interface/api/incomeStatement/QueryIncomeStatement.js +0 -0
  3068. /package/dist/{mjs → esm}/types/Interface/api/incomeStatement/QueryIncomeStatement.js.map +0 -0
  3069. /package/dist/{mjs → esm}/types/Interface/api/incomeStatement/ReadIncomeStatement.js +0 -0
  3070. /package/dist/{mjs → esm}/types/Interface/api/inpi/inpi.d.ts +0 -0
  3071. /package/dist/{mjs → esm}/types/Interface/api/inpi/inpi.d.ts.map +0 -0
  3072. /package/dist/{mjs → esm}/types/Interface/api/inpi/inpi.js +0 -0
  3073. /package/dist/{mjs → esm}/types/Interface/api/inpi/inpi.js.map +0 -0
  3074. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.d.ts +0 -0
  3075. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.d.ts.map +0 -0
  3076. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js +0 -0
  3077. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/QueryInpiBalancePaginated.js.map +0 -0
  3078. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.d.ts +0 -0
  3079. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.d.ts.map +0 -0
  3080. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js +0 -0
  3081. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/QueryInpiBalanceStatistic.js.map +0 -0
  3082. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/inpiBalanceStatistic.d.ts +0 -0
  3083. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/inpiBalanceStatistic.d.ts.map +0 -0
  3084. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/inpiBalanceStatistic.js +0 -0
  3085. /package/dist/{mjs → esm}/types/Interface/api/inpiBalance/inpiBalanceStatistic.js.map +0 -0
  3086. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/Query.d.ts +0 -0
  3087. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/Query.d.ts.map +0 -0
  3088. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/Query.js +0 -0
  3089. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/Query.js.map +0 -0
  3090. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.d.ts +0 -0
  3091. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.d.ts.map +0 -0
  3092. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js +0 -0
  3093. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/QueryInpiPaymentPaginated.js.map +0 -0
  3094. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.d.ts +0 -0
  3095. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.d.ts.map +0 -0
  3096. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js +0 -0
  3097. /package/dist/{mjs → esm}/types/Interface/api/inpiPayment/QueryInpiPaymentStatistic.js.map +0 -0
  3098. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +0 -0
  3099. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +0 -0
  3100. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +0 -0
  3101. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +0 -0
  3102. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts +0 -0
  3103. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.d.ts.map +0 -0
  3104. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js +0 -0
  3105. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/CreateInternalInvoicing2in.js.map +0 -0
  3106. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/GenerateCutOff.d.ts +0 -0
  3107. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/GenerateCutOff.d.ts.map +0 -0
  3108. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/GenerateCutOff.js +0 -0
  3109. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/GenerateCutOff.js.map +0 -0
  3110. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/GetLastRef.d.ts +0 -0
  3111. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/GetLastRef.d.ts.map +0 -0
  3112. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/GetLastRef.js +0 -0
  3113. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/GetLastRef.js.map +0 -0
  3114. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/Read.d.ts +0 -0
  3115. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/Read.d.ts.map +0 -0
  3116. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/Read.js +0 -0
  3117. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/Read.js.map +0 -0
  3118. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/RegenerateInternalInvoicing.d.ts +0 -0
  3119. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/RegenerateInternalInvoicing.d.ts.map +0 -0
  3120. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/RegenerateInternalInvoicing.js +0 -0
  3121. /package/dist/{mjs → esm}/types/Interface/api/internalInvoicing/RegenerateInternalInvoicing.js.map +0 -0
  3122. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/CreateDocumentsParams.d.ts +0 -0
  3123. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/CreateDocumentsParams.d.ts.map +0 -0
  3124. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/CreateDocumentsParams.js +0 -0
  3125. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/CreateDocumentsParams.js.map +0 -0
  3126. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/ReadJeDeclare.d.ts +0 -0
  3127. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/ReadJeDeclare.d.ts.map +0 -0
  3128. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/ReadJeDeclare.js +0 -0
  3129. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/ReadJeDeclare.js.map +0 -0
  3130. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/Util.d.ts +0 -0
  3131. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/Util.d.ts.map +0 -0
  3132. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/Util.js +0 -0
  3133. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/Util.js.map +0 -0
  3134. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/UtilCFONB.d.ts +0 -0
  3135. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/UtilCFONB.d.ts.map +0 -0
  3136. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/UtilCFONB.js +0 -0
  3137. /package/dist/{mjs → esm}/types/Interface/api/jeDeclare/UtilCFONB.js.map +0 -0
  3138. /package/dist/{mjs → esm}/types/Interface/api/journal/Journals.d.ts +0 -0
  3139. /package/dist/{mjs → esm}/types/Interface/api/journal/Journals.d.ts.map +0 -0
  3140. /package/dist/{mjs → esm}/types/Interface/api/journal/Journals.js +0 -0
  3141. /package/dist/{mjs → esm}/types/Interface/api/journal/Journals.js.map +0 -0
  3142. /package/dist/{mjs → esm}/types/Interface/api/journal/QueryJournal.d.ts +0 -0
  3143. /package/dist/{mjs → esm}/types/Interface/api/journal/QueryJournal.d.ts.map +0 -0
  3144. /package/dist/{mjs → esm}/types/Interface/api/journal/QueryJournal.js +0 -0
  3145. /package/dist/{mjs → esm}/types/Interface/api/journal/QueryJournal.js.map +0 -0
  3146. /package/dist/{mjs → esm}/types/Interface/api/juridicalMission/Query.d.ts +0 -0
  3147. /package/dist/{mjs → esm}/types/Interface/api/juridicalMission/Query.d.ts.map +0 -0
  3148. /package/dist/{mjs → esm}/types/Interface/api/juridicalMission/Query.js +0 -0
  3149. /package/dist/{mjs → esm}/types/Interface/api/juridicalMission/Query.js.map +0 -0
  3150. /package/dist/{mjs → esm}/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.d.ts +0 -0
  3151. /package/dist/{mjs → esm}/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.d.ts.map +0 -0
  3152. /package/dist/{mjs → esm}/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.js +0 -0
  3153. /package/dist/{mjs → esm}/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.js.map +0 -0
  3154. /package/dist/{mjs → esm}/types/Interface/api/kilometricAllowance/ReadKilometricAllowance.d.ts +0 -0
  3155. /package/dist/{mjs → esm}/types/Interface/api/kilometricAllowance/ReadKilometricAllowance.d.ts.map +0 -0
  3156. /package/dist/{mjs → esm}/types/Interface/api/kilometricAllowance/ReadKilometricAllowance.js +0 -0
  3157. /package/dist/{mjs → esm}/types/Interface/api/kilometricAllowance/ReadKilometricAllowance.js.map +0 -0
  3158. /package/dist/{mjs → esm}/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +0 -0
  3159. /package/dist/{mjs → esm}/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +0 -0
  3160. /package/dist/{mjs → esm}/types/Interface/api/legalNotice/UpdateLegalNotice.js +0 -0
  3161. /package/dist/{mjs → esm}/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +0 -0
  3162. /package/dist/{mjs → esm}/types/Interface/api/letter/CreateLetter.d.ts +0 -0
  3163. /package/dist/{mjs → esm}/types/Interface/api/letter/CreateLetter.d.ts.map +0 -0
  3164. /package/dist/{mjs → esm}/types/Interface/api/letter/CreateLetter.js +0 -0
  3165. /package/dist/{mjs → esm}/types/Interface/api/letter/CreateLetter.js.map +0 -0
  3166. /package/dist/{mjs → esm}/types/Interface/api/letter/Query.d.ts +0 -0
  3167. /package/dist/{mjs → esm}/types/Interface/api/letter/Query.d.ts.map +0 -0
  3168. /package/dist/{mjs → esm}/types/Interface/api/letter/Query.js +0 -0
  3169. /package/dist/{mjs → esm}/types/Interface/api/letter/Query.js.map +0 -0
  3170. /package/dist/{mjs → esm}/types/Interface/api/letter/Read.d.ts +0 -0
  3171. /package/dist/{mjs → esm}/types/Interface/api/letter/Read.d.ts.map +0 -0
  3172. /package/dist/{mjs → esm}/types/Interface/api/letter/Read.js +0 -0
  3173. /package/dist/{mjs → esm}/types/Interface/api/letter/Read.js.map +0 -0
  3174. /package/dist/{mjs → esm}/types/Interface/api/lettering/QueryRegroupLettering.d.ts +0 -0
  3175. /package/dist/{mjs → esm}/types/Interface/api/lettering/QueryRegroupLettering.d.ts.map +0 -0
  3176. /package/dist/{mjs → esm}/types/Interface/api/lettering/QueryRegroupLettering.js +0 -0
  3177. /package/dist/{mjs → esm}/types/Interface/api/lettering/QueryRegroupLettering.js.map +0 -0
  3178. /package/dist/{mjs → esm}/types/Interface/api/library/QueryLibrary.d.ts +0 -0
  3179. /package/dist/{mjs → esm}/types/Interface/api/library/QueryLibrary.d.ts.map +0 -0
  3180. /package/dist/{mjs → esm}/types/Interface/api/library/QueryLibrary.js +0 -0
  3181. /package/dist/{mjs → esm}/types/Interface/api/library/QueryLibrary.js.map +0 -0
  3182. /package/dist/{mjs → esm}/types/Interface/api/library/ReadLibraryFile.d.ts +0 -0
  3183. /package/dist/{mjs → esm}/types/Interface/api/library/ReadLibraryFile.d.ts.map +0 -0
  3184. /package/dist/{mjs → esm}/types/Interface/api/library/ReadLibraryFile.js +0 -0
  3185. /package/dist/{mjs → esm}/types/Interface/api/library/ReadLibraryFile.js.map +0 -0
  3186. /package/dist/{mjs → esm}/types/Interface/api/loan/CreateLoan.d.ts +0 -0
  3187. /package/dist/{mjs → esm}/types/Interface/api/loan/CreateLoan.d.ts.map +0 -0
  3188. /package/dist/{mjs → esm}/types/Interface/api/loan/CreateLoan.js +0 -0
  3189. /package/dist/{mjs → esm}/types/Interface/api/loan/CreateLoan.js.map +0 -0
  3190. /package/dist/{mjs → esm}/types/Interface/api/loan/ReadLoan.d.ts +0 -0
  3191. /package/dist/{mjs → esm}/types/Interface/api/loan/ReadLoan.d.ts.map +0 -0
  3192. /package/dist/{mjs → esm}/types/Interface/api/loan/ReadLoan.js +0 -0
  3193. /package/dist/{mjs → esm}/types/Interface/api/loan/ReadLoan.js.map +0 -0
  3194. /package/dist/{mjs → esm}/types/Interface/api/loan/UpdateLoan.d.ts +0 -0
  3195. /package/dist/{mjs → esm}/types/Interface/api/loan/UpdateLoan.d.ts.map +0 -0
  3196. /package/dist/{mjs → esm}/types/Interface/api/loan/UpdateLoan.js +0 -0
  3197. /package/dist/{mjs → esm}/types/Interface/api/loan/UpdateLoan.js.map +0 -0
  3198. /package/dist/{mjs → esm}/types/Interface/api/log/CreateLog.d.ts +0 -0
  3199. /package/dist/{mjs → esm}/types/Interface/api/log/CreateLog.d.ts.map +0 -0
  3200. /package/dist/{mjs → esm}/types/Interface/api/log/CreateLog.js +0 -0
  3201. /package/dist/{mjs → esm}/types/Interface/api/log/CreateLog.js.map +0 -0
  3202. /package/dist/{mjs → esm}/types/Interface/api/log/QueryLogPagination.d.ts +0 -0
  3203. /package/dist/{mjs → esm}/types/Interface/api/log/QueryLogPagination.d.ts.map +0 -0
  3204. /package/dist/{mjs → esm}/types/Interface/api/log/QueryLogPagination.js +0 -0
  3205. /package/dist/{mjs → esm}/types/Interface/api/log/QueryLogPagination.js.map +0 -0
  3206. /package/dist/{mjs → esm}/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.d.ts +0 -0
  3207. /package/dist/{mjs → esm}/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.d.ts.map +0 -0
  3208. /package/dist/{mjs → esm}/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js +0 -0
  3209. /package/dist/{mjs → esm}/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js.map +0 -0
  3210. /package/dist/{mjs → esm}/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.d.ts +0 -0
  3211. /package/dist/{mjs → esm}/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.d.ts.map +0 -0
  3212. /package/dist/{mjs → esm}/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.js +0 -0
  3213. /package/dist/{mjs → esm}/types/Interface/api/machineLearning/ResultCreateMachineLearningAnnotation.js.map +0 -0
  3214. /package/dist/{mjs → esm}/types/Interface/api/mail/CreateMailParams.d.ts +0 -0
  3215. /package/dist/{mjs → esm}/types/Interface/api/mail/CreateMailParams.d.ts.map +0 -0
  3216. /package/dist/{mjs → esm}/types/Interface/api/mail/CreateMailParams.js +0 -0
  3217. /package/dist/{mjs → esm}/types/Interface/api/mail/CreateMailParams.js.map +0 -0
  3218. /package/dist/{mjs → esm}/types/Interface/api/mail/EmailStatus.d.ts +0 -0
  3219. /package/dist/{mjs → esm}/types/Interface/api/mail/EmailStatus.d.ts.map +0 -0
  3220. /package/dist/{mjs → esm}/types/Interface/api/mail/EmailStatus.js +0 -0
  3221. /package/dist/{mjs → esm}/types/Interface/api/mail/EmailStatus.js.map +0 -0
  3222. /package/dist/{mjs → esm}/types/Interface/api/mail/GetMailPromise.d.ts +0 -0
  3223. /package/dist/{mjs → esm}/types/Interface/api/mail/GetMailPromise.d.ts.map +0 -0
  3224. /package/dist/{mjs → esm}/types/Interface/api/mail/GetMailPromise.js +0 -0
  3225. /package/dist/{mjs → esm}/types/Interface/api/mail/GetMailPromise.js.map +0 -0
  3226. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryAllMail.d.ts +0 -0
  3227. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryAllMail.d.ts.map +0 -0
  3228. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryAllMail.js +0 -0
  3229. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryAllMail.js.map +0 -0
  3230. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryCountMail.d.ts +0 -0
  3231. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryCountMail.d.ts.map +0 -0
  3232. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryCountMail.js +0 -0
  3233. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryCountMail.js.map +0 -0
  3234. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryCountProcessedByUser.d.ts +0 -0
  3235. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryCountProcessedByUser.d.ts.map +0 -0
  3236. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryCountProcessedByUser.js +0 -0
  3237. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryCountProcessedByUser.js.map +0 -0
  3238. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryGetAnsweringTimeByUser.d.ts +0 -0
  3239. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryGetAnsweringTimeByUser.d.ts.map +0 -0
  3240. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js +0 -0
  3241. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js.map +0 -0
  3242. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryGetSignature.d.ts +0 -0
  3243. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryGetSignature.d.ts.map +0 -0
  3244. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryGetSignature.js +0 -0
  3245. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryGetSignature.js.map +0 -0
  3246. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryMail.d.ts +0 -0
  3247. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryMail.d.ts.map +0 -0
  3248. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryMail.js +0 -0
  3249. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryMail.js.map +0 -0
  3250. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryMailBySociety.d.ts +0 -0
  3251. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryMailBySociety.d.ts.map +0 -0
  3252. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryMailBySociety.js +0 -0
  3253. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryMailBySociety.js.map +0 -0
  3254. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryPaginatedMail.d.ts +0 -0
  3255. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryPaginatedMail.d.ts.map +0 -0
  3256. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryPaginatedMail.js +0 -0
  3257. /package/dist/{mjs → esm}/types/Interface/api/mail/QueryPaginatedMail.js.map +0 -0
  3258. /package/dist/{mjs → esm}/types/Interface/api/mail/ReadMailBySociety.d.ts +0 -0
  3259. /package/dist/{mjs → esm}/types/Interface/api/mail/ReadMailBySociety.d.ts.map +0 -0
  3260. /package/dist/{mjs → esm}/types/Interface/api/mail/ReadMailBySociety.js +0 -0
  3261. /package/dist/{mjs → esm}/types/Interface/api/mail/ReadMailBySociety.js.map +0 -0
  3262. /package/dist/{mjs → esm}/types/Interface/api/mail/UpdateMail.d.ts +0 -0
  3263. /package/dist/{mjs → esm}/types/Interface/api/mail/UpdateMail.d.ts.map +0 -0
  3264. /package/dist/{mjs → esm}/types/Interface/api/mail/UpdateMail.js +0 -0
  3265. /package/dist/{mjs → esm}/types/Interface/api/mail/UpdateMail.js.map +0 -0
  3266. /package/dist/{mjs → esm}/types/Interface/api/mail/UpdateMailParams.d.ts +0 -0
  3267. /package/dist/{mjs → esm}/types/Interface/api/mail/UpdateMailParams.d.ts.map +0 -0
  3268. /package/dist/{mjs → esm}/types/Interface/api/mail/UpdateMailParams.js +0 -0
  3269. /package/dist/{mjs → esm}/types/Interface/api/mail/UpdateMailParams.js.map +0 -0
  3270. /package/dist/{mjs → esm}/types/Interface/api/mailInvoice/CreateInvoiceMail.d.ts +0 -0
  3271. /package/dist/{mjs → esm}/types/Interface/api/mailInvoice/CreateInvoiceMail.d.ts.map +0 -0
  3272. /package/dist/{mjs → esm}/types/Interface/api/mailInvoice/CreateInvoiceMail.js +0 -0
  3273. /package/dist/{mjs → esm}/types/Interface/api/mailInvoice/CreateInvoiceMail.js.map +0 -0
  3274. /package/dist/{mjs → esm}/types/Interface/api/mailInvoice/UpdateInvoiceMail.d.ts +0 -0
  3275. /package/dist/{mjs → esm}/types/Interface/api/mailInvoice/UpdateInvoiceMail.d.ts.map +0 -0
  3276. /package/dist/{mjs → esm}/types/Interface/api/mailInvoice/UpdateInvoiceMail.js +0 -0
  3277. /package/dist/{mjs → esm}/types/Interface/api/mailInvoice/UpdateInvoiceMail.js.map +0 -0
  3278. /package/dist/{mjs → esm}/types/Interface/api/marketing/NewLeadSheet.d.ts +0 -0
  3279. /package/dist/{mjs → esm}/types/Interface/api/marketing/NewLeadSheet.d.ts.map +0 -0
  3280. /package/dist/{mjs → esm}/types/Interface/api/marketing/NewLeadSheet.js +0 -0
  3281. /package/dist/{mjs → esm}/types/Interface/api/marketing/NewLeadSheet.js.map +0 -0
  3282. /package/dist/{mjs → esm}/types/Interface/api/mealExpense/CreateMealExpense.d.ts +0 -0
  3283. /package/dist/{mjs → esm}/types/Interface/api/mealExpense/CreateMealExpense.d.ts.map +0 -0
  3284. /package/dist/{mjs → esm}/types/Interface/api/mealExpense/CreateMealExpense.js +0 -0
  3285. /package/dist/{mjs → esm}/types/Interface/api/mealExpense/CreateMealExpense.js.map +0 -0
  3286. /package/dist/{mjs → esm}/types/Interface/api/mealExpense/ReadMealExpense.d.ts +0 -0
  3287. /package/dist/{mjs → esm}/types/Interface/api/mealExpense/ReadMealExpense.d.ts.map +0 -0
  3288. /package/dist/{mjs → esm}/types/Interface/api/mealExpense/ReadMealExpense.js +0 -0
  3289. /package/dist/{mjs → esm}/types/Interface/api/mealExpense/ReadMealExpense.js.map +0 -0
  3290. /package/dist/{mjs → esm}/types/Interface/api/mobile/QueryMobileMigration.d.ts +0 -0
  3291. /package/dist/{mjs → esm}/types/Interface/api/mobile/QueryMobileMigration.d.ts.map +0 -0
  3292. /package/dist/{mjs → esm}/types/Interface/api/mobile/QueryMobileMigration.js +0 -0
  3293. /package/dist/{mjs → esm}/types/Interface/api/mobile/QueryMobileMigration.js.map +0 -0
  3294. /package/dist/{mjs → esm}/types/Interface/api/mobile/UpdateMobile.d.ts +0 -0
  3295. /package/dist/{mjs → esm}/types/Interface/api/mobile/UpdateMobile.d.ts.map +0 -0
  3296. /package/dist/{mjs → esm}/types/Interface/api/mobile/UpdateMobile.js +0 -0
  3297. /package/dist/{mjs → esm}/types/Interface/api/mobile/UpdateMobile.js.map +0 -0
  3298. /package/dist/{mjs → esm}/types/Interface/api/notification/CreateNotification.d.ts +0 -0
  3299. /package/dist/{mjs → esm}/types/Interface/api/notification/CreateNotification.d.ts.map +0 -0
  3300. /package/dist/{mjs → esm}/types/Interface/api/notification/CreateNotification.js +0 -0
  3301. /package/dist/{mjs → esm}/types/Interface/api/notification/CreateNotification.js.map +0 -0
  3302. /package/dist/{mjs → esm}/types/Interface/api/notification/Delete.d.ts +0 -0
  3303. /package/dist/{mjs → esm}/types/Interface/api/notification/Delete.d.ts.map +0 -0
  3304. /package/dist/{mjs → esm}/types/Interface/api/notification/Delete.js +0 -0
  3305. /package/dist/{mjs → esm}/types/Interface/api/notification/Delete.js.map +0 -0
  3306. /package/dist/{mjs → esm}/types/Interface/api/notification/Update.d.ts +0 -0
  3307. /package/dist/{mjs → esm}/types/Interface/api/notification/Update.d.ts.map +0 -0
  3308. /package/dist/{mjs → esm}/types/Interface/api/notification/Update.js +0 -0
  3309. /package/dist/{mjs → esm}/types/Interface/api/notification/Update.js.map +0 -0
  3310. /package/dist/{mjs → esm}/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts +0 -0
  3311. /package/dist/{mjs → esm}/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts.map +0 -0
  3312. /package/dist/{mjs → esm}/types/Interface/api/notificationSetting/CreateNotificationSetting.js +0 -0
  3313. /package/dist/{mjs → esm}/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +0 -0
  3314. /package/dist/{mjs → esm}/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts +0 -0
  3315. /package/dist/{mjs → esm}/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts.map +0 -0
  3316. /package/dist/{mjs → esm}/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +0 -0
  3317. /package/dist/{mjs → esm}/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +0 -0
  3318. /package/dist/{mjs → esm}/types/Interface/api/notion/NotionResponse.d.ts +0 -0
  3319. /package/dist/{mjs → esm}/types/Interface/api/notion/NotionResponse.d.ts.map +0 -0
  3320. /package/dist/{mjs → esm}/types/Interface/api/notion/NotionResponse.js +0 -0
  3321. /package/dist/{mjs → esm}/types/Interface/api/notion/NotionResponse.js.map +0 -0
  3322. /package/dist/{mjs → esm}/types/Interface/api/notion/Read.d.ts +0 -0
  3323. /package/dist/{mjs → esm}/types/Interface/api/notion/Read.d.ts.map +0 -0
  3324. /package/dist/{mjs → esm}/types/Interface/api/notion/Read.js +0 -0
  3325. /package/dist/{mjs → esm}/types/Interface/api/notion/Read.js.map +0 -0
  3326. /package/dist/{mjs → esm}/types/Interface/api/ocr/CreateOcr.d.ts +0 -0
  3327. /package/dist/{mjs → esm}/types/Interface/api/ocr/CreateOcr.d.ts.map +0 -0
  3328. /package/dist/{mjs → esm}/types/Interface/api/ocr/CreateOcr.js +0 -0
  3329. /package/dist/{mjs → esm}/types/Interface/api/ocr/CreateOcr.js.map +0 -0
  3330. /package/dist/{mjs → esm}/types/Interface/api/ocr/OcrTransactions.d.ts +0 -0
  3331. /package/dist/{mjs → esm}/types/Interface/api/ocr/OcrTransactions.d.ts.map +0 -0
  3332. /package/dist/{mjs → esm}/types/Interface/api/ocr/OcrTransactions.js +0 -0
  3333. /package/dist/{mjs → esm}/types/Interface/api/ocr/OcrTransactions.js.map +0 -0
  3334. /package/dist/{mjs → esm}/types/Interface/api/ocr/OcrTypeTransactions.d.ts +0 -0
  3335. /package/dist/{mjs → esm}/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +0 -0
  3336. /package/dist/{mjs → esm}/types/Interface/api/ocr/OcrTypeTransactions.js +0 -0
  3337. /package/dist/{mjs → esm}/types/Interface/api/ocr/OcrTypeTransactions.js.map +0 -0
  3338. /package/dist/{mjs → esm}/types/Interface/api/oldExportInfo/OldExpertInfos.d.ts +0 -0
  3339. /package/dist/{mjs → esm}/types/Interface/api/oldExportInfo/OldExpertInfos.d.ts.map +0 -0
  3340. /package/dist/{mjs → esm}/types/Interface/api/oldExportInfo/OldExpertInfos.js +0 -0
  3341. /package/dist/{mjs → esm}/types/Interface/api/oldExportInfo/OldExpertInfos.js.map +0 -0
  3342. /package/dist/{mjs → esm}/types/Interface/api/pappers/CreatePappers.d.ts +0 -0
  3343. /package/dist/{mjs → esm}/types/Interface/api/pappers/CreatePappers.d.ts.map +0 -0
  3344. /package/dist/{mjs → esm}/types/Interface/api/pappers/CreatePappers.js +0 -0
  3345. /package/dist/{mjs → esm}/types/Interface/api/pappers/CreatePappers.js.map +0 -0
  3346. /package/dist/{mjs → esm}/types/Interface/api/pappers/QueryPappers.d.ts +0 -0
  3347. /package/dist/{mjs → esm}/types/Interface/api/pappers/QueryPappers.d.ts.map +0 -0
  3348. /package/dist/{mjs → esm}/types/Interface/api/pappers/QueryPappers.js +0 -0
  3349. /package/dist/{mjs → esm}/types/Interface/api/pappers/QueryPappers.js.map +0 -0
  3350. /package/dist/{mjs → esm}/types/Interface/api/pappers/ReadPappers.d.ts +0 -0
  3351. /package/dist/{mjs → esm}/types/Interface/api/pappers/ReadPappers.d.ts.map +0 -0
  3352. /package/dist/{mjs → esm}/types/Interface/api/pappers/ReadPappers.js +0 -0
  3353. /package/dist/{mjs → esm}/types/Interface/api/pappers/ReadPappers.js.map +0 -0
  3354. /package/dist/{mjs → esm}/types/Interface/api/partner/CreatePartner.d.ts +0 -0
  3355. /package/dist/{mjs → esm}/types/Interface/api/partner/CreatePartner.d.ts.map +0 -0
  3356. /package/dist/{mjs → esm}/types/Interface/api/partner/CreatePartner.js +0 -0
  3357. /package/dist/{mjs → esm}/types/Interface/api/partner/CreatePartner.js.map +0 -0
  3358. /package/dist/{mjs → esm}/types/Interface/api/partner/Query.d.ts +0 -0
  3359. /package/dist/{mjs → esm}/types/Interface/api/partner/Query.d.ts.map +0 -0
  3360. /package/dist/{mjs → esm}/types/Interface/api/partner/Query.js +0 -0
  3361. /package/dist/{mjs → esm}/types/Interface/api/partner/Query.js.map +0 -0
  3362. /package/dist/{mjs → esm}/types/Interface/api/partner/Read.d.ts +0 -0
  3363. /package/dist/{mjs → esm}/types/Interface/api/partner/Read.d.ts.map +0 -0
  3364. /package/dist/{mjs → esm}/types/Interface/api/partner/Read.js +0 -0
  3365. /package/dist/{mjs → esm}/types/Interface/api/partner/Read.js.map +0 -0
  3366. /package/dist/{mjs → esm}/types/Interface/api/partner/UpdatePartner.d.ts +0 -0
  3367. /package/dist/{mjs → esm}/types/Interface/api/partner/UpdatePartner.d.ts.map +0 -0
  3368. /package/dist/{mjs → esm}/types/Interface/api/partner/UpdatePartner.js +0 -0
  3369. /package/dist/{mjs → esm}/types/Interface/api/partner/UpdatePartner.js.map +0 -0
  3370. /package/dist/{mjs → esm}/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.d.ts +0 -0
  3371. /package/dist/{mjs → esm}/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.d.ts.map +0 -0
  3372. /package/dist/{mjs → esm}/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.js +0 -0
  3373. /package/dist/{mjs → esm}/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.js.map +0 -0
  3374. /package/dist/{mjs → esm}/types/Interface/api/partners/CreatePartner.d.ts +0 -0
  3375. /package/dist/{mjs → esm}/types/Interface/api/partners/CreatePartner.d.ts.map +0 -0
  3376. /package/dist/{mjs → esm}/types/Interface/api/partners/CreatePartner.js +0 -0
  3377. /package/dist/{mjs → esm}/types/Interface/api/partners/CreatePartner.js.map +0 -0
  3378. /package/dist/{mjs → esm}/types/Interface/api/partners/PartnerStatisticType.d.ts +0 -0
  3379. /package/dist/{mjs → esm}/types/Interface/api/partners/PartnerStatisticType.d.ts.map +0 -0
  3380. /package/dist/{mjs → esm}/types/Interface/api/partners/PartnerStatisticType.js +0 -0
  3381. /package/dist/{mjs → esm}/types/Interface/api/partners/PartnerStatisticType.js.map +0 -0
  3382. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerAll.d.ts +0 -0
  3383. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerAll.d.ts.map +0 -0
  3384. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerAll.js +0 -0
  3385. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerAll.js.map +0 -0
  3386. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerCsv.d.ts +0 -0
  3387. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerCsv.d.ts.map +0 -0
  3388. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerCsv.js +0 -0
  3389. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerCsv.js.map +0 -0
  3390. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerStatistic.d.ts +0 -0
  3391. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerStatistic.d.ts.map +0 -0
  3392. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerStatistic.js +0 -0
  3393. /package/dist/{mjs → esm}/types/Interface/api/partners/QueryPartnerStatistic.js.map +0 -0
  3394. /package/dist/{mjs → esm}/types/Interface/api/payment/CreateNotifyCustomer.d.ts +0 -0
  3395. /package/dist/{mjs → esm}/types/Interface/api/payment/CreateNotifyCustomer.d.ts.map +0 -0
  3396. /package/dist/{mjs → esm}/types/Interface/api/payment/CreateNotifyCustomer.js +0 -0
  3397. /package/dist/{mjs → esm}/types/Interface/api/payment/CreateNotifyCustomer.js.map +0 -0
  3398. /package/dist/{mjs → esm}/types/Interface/api/payment/CreateNotifyCustomerInvoice.d.ts +0 -0
  3399. /package/dist/{mjs → esm}/types/Interface/api/payment/CreateNotifyCustomerInvoice.d.ts.map +0 -0
  3400. /package/dist/{mjs → esm}/types/Interface/api/payment/CreateNotifyCustomerInvoice.js +0 -0
  3401. /package/dist/{mjs → esm}/types/Interface/api/payment/CreateNotifyCustomerInvoice.js.map +0 -0
  3402. /package/dist/{mjs → esm}/types/Interface/api/payment/Query.d.ts +0 -0
  3403. /package/dist/{mjs → esm}/types/Interface/api/payment/Query.d.ts.map +0 -0
  3404. /package/dist/{mjs → esm}/types/Interface/api/payment/Query.js +0 -0
  3405. /package/dist/{mjs → esm}/types/Interface/api/payment/Query.js.map +0 -0
  3406. /package/dist/{mjs → esm}/types/Interface/api/payment/QueryMonthlyPayment.d.ts +0 -0
  3407. /package/dist/{mjs → esm}/types/Interface/api/payment/QueryMonthlyPayment.d.ts.map +0 -0
  3408. /package/dist/{mjs → esm}/types/Interface/api/payment/QueryMonthlyPayment.js +0 -0
  3409. /package/dist/{mjs → esm}/types/Interface/api/payment/QueryMonthlyPayment.js.map +0 -0
  3410. /package/dist/{mjs → esm}/types/Interface/api/payment/QueryPayment.d.ts +0 -0
  3411. /package/dist/{mjs → esm}/types/Interface/api/payment/QueryPayment.d.ts.map +0 -0
  3412. /package/dist/{mjs → esm}/types/Interface/api/payment/QueryPayment.js +0 -0
  3413. /package/dist/{mjs → esm}/types/Interface/api/payment/QueryPayment.js.map +0 -0
  3414. /package/dist/{mjs → esm}/types/Interface/api/payment/ReadPayment.d.ts +0 -0
  3415. /package/dist/{mjs → esm}/types/Interface/api/payment/ReadPayment.d.ts.map +0 -0
  3416. /package/dist/{mjs → esm}/types/Interface/api/payment/ReadPayment.js +0 -0
  3417. /package/dist/{mjs → esm}/types/Interface/api/payment/ReadPayment.js.map +0 -0
  3418. /package/dist/{mjs → esm}/types/Interface/api/payment/Util.d.ts +0 -0
  3419. /package/dist/{mjs → esm}/types/Interface/api/payment/Util.d.ts.map +0 -0
  3420. /package/dist/{mjs → esm}/types/Interface/api/payment/Util.js +0 -0
  3421. /package/dist/{mjs → esm}/types/Interface/api/payment/Util.js.map +0 -0
  3422. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts +0 -0
  3423. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts.map +0 -0
  3424. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js +0 -0
  3425. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js.map +0 -0
  3426. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +0 -0
  3427. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +0 -0
  3428. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +0 -0
  3429. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +0 -0
  3430. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts +0 -0
  3431. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.d.ts.map +0 -0
  3432. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js +0 -0
  3433. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/CreatePaymentExpectationCustomer.js.map +0 -0
  3434. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts +0 -0
  3435. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.d.ts.map +0 -0
  3436. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js +0 -0
  3437. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/QueryPaymentExpectationCustomer.js.map +0 -0
  3438. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts +0 -0
  3439. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.d.ts.map +0 -0
  3440. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js +0 -0
  3441. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/ReadPaymentExpectationCustomer.js.map +0 -0
  3442. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts +0 -0
  3443. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.d.ts.map +0 -0
  3444. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js +0 -0
  3445. /package/dist/{mjs → esm}/types/Interface/api/paymentExpectationCustomer/UpdatePaymentExpectationCustomer.js.map +0 -0
  3446. /package/dist/{mjs → esm}/types/Interface/api/pdf/ReadPdfizer.d.ts +0 -0
  3447. /package/dist/{mjs → esm}/types/Interface/api/pdf/ReadPdfizer.d.ts.map +0 -0
  3448. /package/dist/{mjs → esm}/types/Interface/api/pdf/ReadPdfizer.js +0 -0
  3449. /package/dist/{mjs → esm}/types/Interface/api/pdf/ReadPdfizer.js.map +0 -0
  3450. /package/dist/{mjs → esm}/types/Interface/api/pdf/ReadPdftkizer.d.ts +0 -0
  3451. /package/dist/{mjs → esm}/types/Interface/api/pdf/ReadPdftkizer.d.ts.map +0 -0
  3452. /package/dist/{mjs → esm}/types/Interface/api/pdf/ReadPdftkizer.js +0 -0
  3453. /package/dist/{mjs → esm}/types/Interface/api/pdf/ReadPdftkizer.js.map +0 -0
  3454. /package/dist/{mjs → esm}/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.d.ts +0 -0
  3455. /package/dist/{mjs → esm}/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.d.ts.map +0 -0
  3456. /package/dist/{mjs → esm}/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.js +0 -0
  3457. /package/dist/{mjs → esm}/types/Interface/api/prestashop/GetPrestashopDataFromJSONOutputParams.js.map +0 -0
  3458. /package/dist/{mjs → esm}/types/Interface/api/prestashop/InvoicesPrestashop.d.ts +0 -0
  3459. /package/dist/{mjs → esm}/types/Interface/api/prestashop/InvoicesPrestashop.d.ts.map +0 -0
  3460. /package/dist/{mjs → esm}/types/Interface/api/prestashop/InvoicesPrestashop.js +0 -0
  3461. /package/dist/{mjs → esm}/types/Interface/api/prestashop/InvoicesPrestashop.js.map +0 -0
  3462. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSAddress.d.ts +0 -0
  3463. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSAddress.d.ts.map +0 -0
  3464. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSAddress.js +0 -0
  3465. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSAddress.js.map +0 -0
  3466. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSCountry.d.ts +0 -0
  3467. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSCountry.d.ts.map +0 -0
  3468. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSCountry.js +0 -0
  3469. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSCountry.js.map +0 -0
  3470. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSObject.d.ts +0 -0
  3471. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSObject.d.ts.map +0 -0
  3472. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSObject.js +0 -0
  3473. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSObject.js.map +0 -0
  3474. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSOrder.d.ts +0 -0
  3475. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSOrder.d.ts.map +0 -0
  3476. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSOrder.js +0 -0
  3477. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSOrder.js.map +0 -0
  3478. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSOrderRow.d.ts +0 -0
  3479. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSOrderRow.d.ts.map +0 -0
  3480. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSOrderRow.js +0 -0
  3481. /package/dist/{mjs → esm}/types/Interface/api/prestashop/PSOrderRow.js.map +0 -0
  3482. /package/dist/{mjs → esm}/types/Interface/api/prestation/BodyCreatePrestationSocieties.d.ts +0 -0
  3483. /package/dist/{mjs → esm}/types/Interface/api/prestation/BodyCreatePrestationSocieties.d.ts.map +0 -0
  3484. /package/dist/{mjs → esm}/types/Interface/api/prestation/BodyCreatePrestationSocieties.js +0 -0
  3485. /package/dist/{mjs → esm}/types/Interface/api/prestation/BodyCreatePrestationSocieties.js.map +0 -0
  3486. /package/dist/{mjs → esm}/types/Interface/api/prestation/CreatePrestation.d.ts +0 -0
  3487. /package/dist/{mjs → esm}/types/Interface/api/prestation/CreatePrestation.d.ts.map +0 -0
  3488. /package/dist/{mjs → esm}/types/Interface/api/prestation/CreatePrestation.js +0 -0
  3489. /package/dist/{mjs → esm}/types/Interface/api/prestation/CreatePrestation.js.map +0 -0
  3490. /package/dist/{mjs → esm}/types/Interface/api/prestation/Query.d.ts +0 -0
  3491. /package/dist/{mjs → esm}/types/Interface/api/prestation/Query.d.ts.map +0 -0
  3492. /package/dist/{mjs → esm}/types/Interface/api/prestation/Query.js +0 -0
  3493. /package/dist/{mjs → esm}/types/Interface/api/prestation/Query.js.map +0 -0
  3494. /package/dist/{mjs → esm}/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.d.ts +0 -0
  3495. /package/dist/{mjs → esm}/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.d.ts.map +0 -0
  3496. /package/dist/{mjs → esm}/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js +0 -0
  3497. /package/dist/{mjs → esm}/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js.map +0 -0
  3498. /package/dist/{mjs → esm}/types/Interface/api/prestation/QueryPrestation.d.ts +0 -0
  3499. /package/dist/{mjs → esm}/types/Interface/api/prestation/QueryPrestation.d.ts.map +0 -0
  3500. /package/dist/{mjs → esm}/types/Interface/api/prestation/QueryPrestation.js +0 -0
  3501. /package/dist/{mjs → esm}/types/Interface/api/prestation/QueryPrestation.js.map +0 -0
  3502. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryCreate.d.ts +0 -0
  3503. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryCreate.d.ts.map +0 -0
  3504. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryCreate.js +0 -0
  3505. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryCreate.js.map +0 -0
  3506. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryGetAllPrestations.d.ts +0 -0
  3507. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryGetAllPrestations.d.ts.map +0 -0
  3508. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryGetAllPrestations.js +0 -0
  3509. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryGetAllPrestations.js.map +0 -0
  3510. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryUpdate.d.ts +0 -0
  3511. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryUpdate.d.ts.map +0 -0
  3512. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryUpdate.js +0 -0
  3513. /package/dist/{mjs → esm}/types/Interface/api/prestations/QueryUpdate.js.map +0 -0
  3514. /package/dist/{mjs → esm}/types/Interface/api/previsionalForm/CreatePrevisionalForm.d.ts +0 -0
  3515. /package/dist/{mjs → esm}/types/Interface/api/previsionalForm/CreatePrevisionalForm.d.ts.map +0 -0
  3516. /package/dist/{mjs → esm}/types/Interface/api/previsionalForm/CreatePrevisionalForm.js +0 -0
  3517. /package/dist/{mjs → esm}/types/Interface/api/previsionalForm/CreatePrevisionalForm.js.map +0 -0
  3518. /package/dist/{mjs → esm}/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts +0 -0
  3519. /package/dist/{mjs → esm}/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts.map +0 -0
  3520. /package/dist/{mjs → esm}/types/Interface/api/previsionalForm/PrevisionalFormPayload.js +0 -0
  3521. /package/dist/{mjs → esm}/types/Interface/api/previsionalForm/PrevisionalFormPayload.js.map +0 -0
  3522. /package/dist/{mjs → esm}/types/Interface/api/product/CreateProduct.d.ts +0 -0
  3523. /package/dist/{mjs → esm}/types/Interface/api/product/CreateProduct.d.ts.map +0 -0
  3524. /package/dist/{mjs → esm}/types/Interface/api/product/CreateProduct.js +0 -0
  3525. /package/dist/{mjs → esm}/types/Interface/api/product/CreateProduct.js.map +0 -0
  3526. /package/dist/{mjs → esm}/types/Interface/api/product/QueryProduct.d.ts +0 -0
  3527. /package/dist/{mjs → esm}/types/Interface/api/product/QueryProduct.d.ts.map +0 -0
  3528. /package/dist/{mjs → esm}/types/Interface/api/product/QueryProduct.js +0 -0
  3529. /package/dist/{mjs → esm}/types/Interface/api/product/QueryProduct.js.map +0 -0
  3530. /package/dist/{mjs → esm}/types/Interface/api/product/UpdateProduct.d.ts +0 -0
  3531. /package/dist/{mjs → esm}/types/Interface/api/product/UpdateProduct.d.ts.map +0 -0
  3532. /package/dist/{mjs → esm}/types/Interface/api/product/UpdateProduct.js +0 -0
  3533. /package/dist/{mjs → esm}/types/Interface/api/product/UpdateProduct.js.map +0 -0
  3534. /package/dist/{mjs → esm}/types/Interface/api/provision/CreateProvisionForm.d.ts +0 -0
  3535. /package/dist/{mjs → esm}/types/Interface/api/provision/CreateProvisionForm.d.ts.map +0 -0
  3536. /package/dist/{mjs → esm}/types/Interface/api/provision/CreateProvisionForm.js +0 -0
  3537. /package/dist/{mjs → esm}/types/Interface/api/provision/CreateProvisionForm.js.map +0 -0
  3538. /package/dist/{mjs → esm}/types/Interface/api/provision/QueryGetProvisions.d.ts +0 -0
  3539. /package/dist/{mjs → esm}/types/Interface/api/provision/QueryGetProvisions.d.ts.map +0 -0
  3540. /package/dist/{mjs → esm}/types/Interface/api/provision/QueryGetProvisions.js +0 -0
  3541. /package/dist/{mjs → esm}/types/Interface/api/provision/QueryGetProvisions.js.map +0 -0
  3542. /package/dist/{mjs → esm}/types/Interface/api/provision/QueryProvisions.d.ts +0 -0
  3543. /package/dist/{mjs → esm}/types/Interface/api/provision/QueryProvisions.d.ts.map +0 -0
  3544. /package/dist/{mjs → esm}/types/Interface/api/provision/QueryProvisions.js +0 -0
  3545. /package/dist/{mjs → esm}/types/Interface/api/provision/QueryProvisions.js.map +0 -0
  3546. /package/dist/{mjs → esm}/types/Interface/api/provision/ReadProvision.d.ts +0 -0
  3547. /package/dist/{mjs → esm}/types/Interface/api/provision/ReadProvision.d.ts.map +0 -0
  3548. /package/dist/{mjs → esm}/types/Interface/api/provision/ReadProvision.js +0 -0
  3549. /package/dist/{mjs → esm}/types/Interface/api/provision/ReadProvision.js.map +0 -0
  3550. /package/dist/{mjs → esm}/types/Interface/api/provision/UpdateProvisionForm.d.ts +0 -0
  3551. /package/dist/{mjs → esm}/types/Interface/api/provision/UpdateProvisionForm.d.ts.map +0 -0
  3552. /package/dist/{mjs → esm}/types/Interface/api/provision/UpdateProvisionForm.js +0 -0
  3553. /package/dist/{mjs → esm}/types/Interface/api/provision/UpdateProvisionForm.js.map +0 -0
  3554. /package/dist/{mjs → esm}/types/Interface/api/qonto/Create.d.ts +0 -0
  3555. /package/dist/{mjs → esm}/types/Interface/api/qonto/Create.d.ts.map +0 -0
  3556. /package/dist/{mjs → esm}/types/Interface/api/qonto/Create.js +0 -0
  3557. /package/dist/{mjs → esm}/types/Interface/api/qonto/Create.js.map +0 -0
  3558. /package/dist/{mjs → esm}/types/Interface/api/qonto/GetConnectionInformation.d.ts +0 -0
  3559. /package/dist/{mjs → esm}/types/Interface/api/qonto/GetConnectionInformation.d.ts.map +0 -0
  3560. /package/dist/{mjs → esm}/types/Interface/api/qonto/GetConnectionInformation.js +0 -0
  3561. /package/dist/{mjs → esm}/types/Interface/api/qonto/GetConnectionInformation.js.map +0 -0
  3562. /package/dist/{mjs → esm}/types/Interface/api/qonto/Query.d.ts +0 -0
  3563. /package/dist/{mjs → esm}/types/Interface/api/qonto/Query.d.ts.map +0 -0
  3564. /package/dist/{mjs → esm}/types/Interface/api/qonto/Query.js +0 -0
  3565. /package/dist/{mjs → esm}/types/Interface/api/qonto/Query.js.map +0 -0
  3566. /package/dist/{mjs → esm}/types/Interface/api/qonto/Read.d.ts +0 -0
  3567. /package/dist/{mjs → esm}/types/Interface/api/qonto/Read.d.ts.map +0 -0
  3568. /package/dist/{mjs → esm}/types/Interface/api/qonto/Read.js +0 -0
  3569. /package/dist/{mjs → esm}/types/Interface/api/qonto/Read.js.map +0 -0
  3570. /package/dist/{mjs → esm}/types/Interface/api/qonto/UpdateConnection.d.ts +0 -0
  3571. /package/dist/{mjs → esm}/types/Interface/api/qonto/UpdateConnection.d.ts.map +0 -0
  3572. /package/dist/{mjs → esm}/types/Interface/api/qonto/UpdateConnection.js +0 -0
  3573. /package/dist/{mjs → esm}/types/Interface/api/qonto/UpdateConnection.js.map +0 -0
  3574. /package/dist/{mjs → esm}/types/Interface/api/quotation/ReadClientQuotation.d.ts +0 -0
  3575. /package/dist/{mjs → esm}/types/Interface/api/quotation/ReadClientQuotation.d.ts.map +0 -0
  3576. /package/dist/{mjs → esm}/types/Interface/api/quotation/ReadClientQuotation.js +0 -0
  3577. /package/dist/{mjs → esm}/types/Interface/api/quotation/ReadClientQuotation.js.map +0 -0
  3578. /package/dist/{mjs → esm}/types/Interface/api/quotes/CreateQuoteAccount.d.ts +0 -0
  3579. /package/dist/{mjs → esm}/types/Interface/api/quotes/CreateQuoteAccount.d.ts.map +0 -0
  3580. /package/dist/{mjs → esm}/types/Interface/api/quotes/CreateQuoteAccount.js +0 -0
  3581. /package/dist/{mjs → esm}/types/Interface/api/quotes/CreateQuoteAccount.js.map +0 -0
  3582. /package/dist/{mjs → esm}/types/Interface/api/quotes/QueryQuotesAccount.d.ts +0 -0
  3583. /package/dist/{mjs → esm}/types/Interface/api/quotes/QueryQuotesAccount.d.ts.map +0 -0
  3584. /package/dist/{mjs → esm}/types/Interface/api/quotes/QueryQuotesAccount.js +0 -0
  3585. /package/dist/{mjs → esm}/types/Interface/api/quotes/QueryQuotesAccount.js.map +0 -0
  3586. /package/dist/{mjs → esm}/types/Interface/api/rating/CreateRating.d.ts +0 -0
  3587. /package/dist/{mjs → esm}/types/Interface/api/rating/CreateRating.d.ts.map +0 -0
  3588. /package/dist/{mjs → esm}/types/Interface/api/rating/CreateRating.js +0 -0
  3589. /package/dist/{mjs → esm}/types/Interface/api/rating/CreateRating.js.map +0 -0
  3590. /package/dist/{mjs → esm}/types/Interface/api/rating/QueryRatingPaginated.d.ts +0 -0
  3591. /package/dist/{mjs → esm}/types/Interface/api/rating/QueryRatingPaginated.d.ts.map +0 -0
  3592. /package/dist/{mjs → esm}/types/Interface/api/rating/QueryRatingPaginated.js +0 -0
  3593. /package/dist/{mjs → esm}/types/Interface/api/rating/QueryRatingPaginated.js.map +0 -0
  3594. /package/dist/{mjs → esm}/types/Interface/api/rating/UpdateRating.d.ts +0 -0
  3595. /package/dist/{mjs → esm}/types/Interface/api/rating/UpdateRating.d.ts.map +0 -0
  3596. /package/dist/{mjs → esm}/types/Interface/api/rating/UpdateRating.js +0 -0
  3597. /package/dist/{mjs → esm}/types/Interface/api/rating/UpdateRating.js.map +0 -0
  3598. /package/dist/{mjs → esm}/types/Interface/api/ratingHistory/CreateRatingHistory.d.ts +0 -0
  3599. /package/dist/{mjs → esm}/types/Interface/api/ratingHistory/CreateRatingHistory.d.ts.map +0 -0
  3600. /package/dist/{mjs → esm}/types/Interface/api/ratingHistory/CreateRatingHistory.js +0 -0
  3601. /package/dist/{mjs → esm}/types/Interface/api/ratingHistory/CreateRatingHistory.js.map +0 -0
  3602. /package/dist/{mjs → esm}/types/Interface/api/recurrence/Query.d.ts +0 -0
  3603. /package/dist/{mjs → esm}/types/Interface/api/recurrence/Query.d.ts.map +0 -0
  3604. /package/dist/{mjs → esm}/types/Interface/api/recurrence/Query.js +0 -0
  3605. /package/dist/{mjs → esm}/types/Interface/api/recurrence/Query.js.map +0 -0
  3606. /package/dist/{mjs → esm}/types/Interface/api/recurrence/Read.d.ts +0 -0
  3607. /package/dist/{mjs → esm}/types/Interface/api/recurrence/Read.d.ts.map +0 -0
  3608. /package/dist/{mjs → esm}/types/Interface/api/recurrence/Read.js +0 -0
  3609. /package/dist/{mjs → esm}/types/Interface/api/recurrence/Read.js.map +0 -0
  3610. /package/dist/{mjs → esm}/types/Interface/api/refund/QueryRefundPaginated.d.ts +0 -0
  3611. /package/dist/{mjs → esm}/types/Interface/api/refund/QueryRefundPaginated.d.ts.map +0 -0
  3612. /package/dist/{mjs → esm}/types/Interface/api/refund/QueryRefundPaginated.js +0 -0
  3613. /package/dist/{mjs → esm}/types/Interface/api/refund/QueryRefundPaginated.js.map +0 -0
  3614. /package/dist/{mjs → esm}/types/Interface/api/registration/CreateRegistration.d.ts +0 -0
  3615. /package/dist/{mjs → esm}/types/Interface/api/registration/CreateRegistration.d.ts.map +0 -0
  3616. /package/dist/{mjs → esm}/types/Interface/api/registration/CreateRegistration.js +0 -0
  3617. /package/dist/{mjs → esm}/types/Interface/api/registration/CreateRegistration.js.map +0 -0
  3618. /package/dist/{mjs → esm}/types/Interface/api/registration/DeclareRegistration.d.ts +0 -0
  3619. /package/dist/{mjs → esm}/types/Interface/api/registration/DeclareRegistration.d.ts.map +0 -0
  3620. /package/dist/{mjs → esm}/types/Interface/api/registration/DeclareRegistration.js +0 -0
  3621. /package/dist/{mjs → esm}/types/Interface/api/registration/DeclareRegistration.js.map +0 -0
  3622. /package/dist/{mjs → esm}/types/Interface/api/registration/QueryRegistration.d.ts +0 -0
  3623. /package/dist/{mjs → esm}/types/Interface/api/registration/QueryRegistration.d.ts.map +0 -0
  3624. /package/dist/{mjs → esm}/types/Interface/api/registration/QueryRegistration.js +0 -0
  3625. /package/dist/{mjs → esm}/types/Interface/api/registration/QueryRegistration.js.map +0 -0
  3626. /package/dist/{mjs → esm}/types/Interface/api/registration/ReadRegistration.js +0 -0
  3627. /package/dist/{mjs → esm}/types/Interface/api/registration/UpdateRegistration.d.ts +0 -0
  3628. /package/dist/{mjs → esm}/types/Interface/api/registration/UpdateRegistration.d.ts.map +0 -0
  3629. /package/dist/{mjs → esm}/types/Interface/api/registration/UpdateRegistration.js +0 -0
  3630. /package/dist/{mjs → esm}/types/Interface/api/registration/UpdateRegistration.js.map +0 -0
  3631. /package/dist/{mjs → esm}/types/Interface/api/regulate/DestroyRegulate.d.ts +0 -0
  3632. /package/dist/{mjs → esm}/types/Interface/api/regulate/DestroyRegulate.d.ts.map +0 -0
  3633. /package/dist/{mjs → esm}/types/Interface/api/regulate/DestroyRegulate.js +0 -0
  3634. /package/dist/{mjs → esm}/types/Interface/api/regulate/DestroyRegulate.js.map +0 -0
  3635. /package/dist/{mjs → esm}/types/Interface/api/regulate/QueryGetAll.d.ts +0 -0
  3636. /package/dist/{mjs → esm}/types/Interface/api/regulate/QueryGetAll.d.ts.map +0 -0
  3637. /package/dist/{mjs → esm}/types/Interface/api/regulate/QueryGetAll.js +0 -0
  3638. /package/dist/{mjs → esm}/types/Interface/api/regulate/QueryGetAll.js.map +0 -0
  3639. /package/dist/{mjs → esm}/types/Interface/api/regulate/RegulateWithStats.d.ts +0 -0
  3640. /package/dist/{mjs → esm}/types/Interface/api/regulate/RegulateWithStats.d.ts.map +0 -0
  3641. /package/dist/{mjs → esm}/types/Interface/api/regulate/RegulateWithStats.js +0 -0
  3642. /package/dist/{mjs → esm}/types/Interface/api/regulate/RegulateWithStats.js.map +0 -0
  3643. /package/dist/{mjs → esm}/types/Interface/api/regulation/Create.d.ts +0 -0
  3644. /package/dist/{mjs → esm}/types/Interface/api/regulation/Create.d.ts.map +0 -0
  3645. /package/dist/{mjs → esm}/types/Interface/api/regulation/Create.js +0 -0
  3646. /package/dist/{mjs → esm}/types/Interface/api/regulation/Create.js.map +0 -0
  3647. /package/dist/{mjs → esm}/types/Interface/api/regulation/Query.d.ts +0 -0
  3648. /package/dist/{mjs → esm}/types/Interface/api/regulation/Query.d.ts.map +0 -0
  3649. /package/dist/{mjs → esm}/types/Interface/api/regulation/Query.js +0 -0
  3650. /package/dist/{mjs → esm}/types/Interface/api/regulation/Query.js.map +0 -0
  3651. /package/dist/{mjs → esm}/types/Interface/api/regulation/Read.d.ts +0 -0
  3652. /package/dist/{mjs → esm}/types/Interface/api/regulation/Read.d.ts.map +0 -0
  3653. /package/dist/{mjs → esm}/types/Interface/api/regulation/Read.js +0 -0
  3654. /package/dist/{mjs → esm}/types/Interface/api/regulation/Read.js.map +0 -0
  3655. /package/dist/{mjs → esm}/types/Interface/api/report/CreateReport.d.ts +0 -0
  3656. /package/dist/{mjs → esm}/types/Interface/api/report/CreateReport.d.ts.map +0 -0
  3657. /package/dist/{mjs → esm}/types/Interface/api/report/CreateReport.js +0 -0
  3658. /package/dist/{mjs → esm}/types/Interface/api/report/CreateReport.js.map +0 -0
  3659. /package/dist/{mjs → esm}/types/Interface/api/report/DeleteReport.d.ts +0 -0
  3660. /package/dist/{mjs → esm}/types/Interface/api/report/DeleteReport.d.ts.map +0 -0
  3661. /package/dist/{mjs → esm}/types/Interface/api/report/DeleteReport.js +0 -0
  3662. /package/dist/{mjs → esm}/types/Interface/api/report/DeleteReport.js.map +0 -0
  3663. /package/dist/{mjs → esm}/types/Interface/api/report/ExternalReport.d.ts +0 -0
  3664. /package/dist/{mjs → esm}/types/Interface/api/report/ExternalReport.d.ts.map +0 -0
  3665. /package/dist/{mjs → esm}/types/Interface/api/report/ExternalReport.js +0 -0
  3666. /package/dist/{mjs → esm}/types/Interface/api/report/ExternalReport.js.map +0 -0
  3667. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReports.d.ts +0 -0
  3668. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReports.d.ts.map +0 -0
  3669. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReports.js +0 -0
  3670. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReports.js.map +0 -0
  3671. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReportsForLetter.d.ts +0 -0
  3672. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReportsForLetter.d.ts.map +0 -0
  3673. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReportsForLetter.js +0 -0
  3674. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReportsForLetter.js.map +0 -0
  3675. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReportsStats.d.ts +0 -0
  3676. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReportsStats.d.ts.map +0 -0
  3677. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReportsStats.js +0 -0
  3678. /package/dist/{mjs → esm}/types/Interface/api/report/QueryReportsStats.js.map +0 -0
  3679. /package/dist/{mjs → esm}/types/Interface/api/report/ReadReport.d.ts +0 -0
  3680. /package/dist/{mjs → esm}/types/Interface/api/report/ReadReport.d.ts.map +0 -0
  3681. /package/dist/{mjs → esm}/types/Interface/api/report/ReadReport.js +0 -0
  3682. /package/dist/{mjs → esm}/types/Interface/api/report/ReadReport.js.map +0 -0
  3683. /package/dist/{mjs → esm}/types/Interface/api/report/ReadReportStats.d.ts +0 -0
  3684. /package/dist/{mjs → esm}/types/Interface/api/report/ReadReportStats.d.ts.map +0 -0
  3685. /package/dist/{mjs → esm}/types/Interface/api/report/ReadReportStats.js +0 -0
  3686. /package/dist/{mjs → esm}/types/Interface/api/report/ReadReportStats.js.map +0 -0
  3687. /package/dist/{mjs → esm}/types/Interface/api/report/UpdateReport.d.ts +0 -0
  3688. /package/dist/{mjs → esm}/types/Interface/api/report/UpdateReport.d.ts.map +0 -0
  3689. /package/dist/{mjs → esm}/types/Interface/api/report/UpdateReport.js +0 -0
  3690. /package/dist/{mjs → esm}/types/Interface/api/report/UpdateReport.js.map +0 -0
  3691. /package/dist/{mjs → esm}/types/Interface/api/reportMessage/Query.d.ts +0 -0
  3692. /package/dist/{mjs → esm}/types/Interface/api/reportMessage/Query.d.ts.map +0 -0
  3693. /package/dist/{mjs → esm}/types/Interface/api/reportMessage/Query.js +0 -0
  3694. /package/dist/{mjs → esm}/types/Interface/api/reportMessage/Query.js.map +0 -0
  3695. /package/dist/{mjs → esm}/types/Interface/api/revision/Create.d.ts +0 -0
  3696. /package/dist/{mjs → esm}/types/Interface/api/revision/Create.d.ts.map +0 -0
  3697. /package/dist/{mjs → esm}/types/Interface/api/revision/Create.js +0 -0
  3698. /package/dist/{mjs → esm}/types/Interface/api/revision/Create.js.map +0 -0
  3699. /package/dist/{mjs → esm}/types/Interface/api/revision/Query.d.ts +0 -0
  3700. /package/dist/{mjs → esm}/types/Interface/api/revision/Query.d.ts.map +0 -0
  3701. /package/dist/{mjs → esm}/types/Interface/api/revision/Query.js +0 -0
  3702. /package/dist/{mjs → esm}/types/Interface/api/revision/Query.js.map +0 -0
  3703. /package/dist/{mjs → esm}/types/Interface/api/revision/Read.d.ts +0 -0
  3704. /package/dist/{mjs → esm}/types/Interface/api/revision/Read.d.ts.map +0 -0
  3705. /package/dist/{mjs → esm}/types/Interface/api/revision/Read.js +0 -0
  3706. /package/dist/{mjs → esm}/types/Interface/api/revision/Read.js.map +0 -0
  3707. /package/dist/{mjs → esm}/types/Interface/api/revision/Revision.d.ts +0 -0
  3708. /package/dist/{mjs → esm}/types/Interface/api/revision/Revision.d.ts.map +0 -0
  3709. /package/dist/{mjs → esm}/types/Interface/api/revision/Revision.js +0 -0
  3710. /package/dist/{mjs → esm}/types/Interface/api/revision/Revision.js.map +0 -0
  3711. /package/dist/{mjs → esm}/types/Interface/api/revision/RevisionObject.d.ts +0 -0
  3712. /package/dist/{mjs → esm}/types/Interface/api/revision/RevisionObject.d.ts.map +0 -0
  3713. /package/dist/{mjs → esm}/types/Interface/api/revision/RevisionObject.js +0 -0
  3714. /package/dist/{mjs → esm}/types/Interface/api/revision/RevisionObject.js.map +0 -0
  3715. /package/dist/{mjs → esm}/types/Interface/api/revisionGuide/CreateRevisionGuide.d.ts +0 -0
  3716. /package/dist/{mjs → esm}/types/Interface/api/revisionGuide/CreateRevisionGuide.d.ts.map +0 -0
  3717. /package/dist/{mjs → esm}/types/Interface/api/revisionGuide/CreateRevisionGuide.js +0 -0
  3718. /package/dist/{mjs → esm}/types/Interface/api/revisionGuide/CreateRevisionGuide.js.map +0 -0
  3719. /package/dist/{mjs → esm}/types/Interface/api/revive/PostRevive.d.ts +0 -0
  3720. /package/dist/{mjs → esm}/types/Interface/api/revive/PostRevive.d.ts.map +0 -0
  3721. /package/dist/{mjs → esm}/types/Interface/api/revive/PostRevive.js +0 -0
  3722. /package/dist/{mjs → esm}/types/Interface/api/revive/PostRevive.js.map +0 -0
  3723. /package/dist/{mjs → esm}/types/Interface/api/rule/Create.d.ts +0 -0
  3724. /package/dist/{mjs → esm}/types/Interface/api/rule/Create.d.ts.map +0 -0
  3725. /package/dist/{mjs → esm}/types/Interface/api/rule/Create.js +0 -0
  3726. /package/dist/{mjs → esm}/types/Interface/api/rule/Create.js.map +0 -0
  3727. /package/dist/{mjs → esm}/types/Interface/api/rule/Query.d.ts +0 -0
  3728. /package/dist/{mjs → esm}/types/Interface/api/rule/Query.d.ts.map +0 -0
  3729. /package/dist/{mjs → esm}/types/Interface/api/rule/Query.js +0 -0
  3730. /package/dist/{mjs → esm}/types/Interface/api/rule/Query.js.map +0 -0
  3731. /package/dist/{mjs → esm}/types/Interface/api/rule/Read.d.ts +0 -0
  3732. /package/dist/{mjs → esm}/types/Interface/api/rule/Read.d.ts.map +0 -0
  3733. /package/dist/{mjs → esm}/types/Interface/api/rule/Read.js +0 -0
  3734. /package/dist/{mjs → esm}/types/Interface/api/rule/Read.js.map +0 -0
  3735. /package/dist/{mjs → esm}/types/Interface/api/rule/Update.d.ts +0 -0
  3736. /package/dist/{mjs → esm}/types/Interface/api/rule/Update.d.ts.map +0 -0
  3737. /package/dist/{mjs → esm}/types/Interface/api/rule/Update.js +0 -0
  3738. /package/dist/{mjs → esm}/types/Interface/api/rule/Update.js.map +0 -0
  3739. /package/dist/{mjs → esm}/types/Interface/api/salariesFile/CreateSalariesFile.d.ts +0 -0
  3740. /package/dist/{mjs → esm}/types/Interface/api/salariesFile/CreateSalariesFile.d.ts.map +0 -0
  3741. /package/dist/{mjs → esm}/types/Interface/api/salariesFile/CreateSalariesFile.js +0 -0
  3742. /package/dist/{mjs → esm}/types/Interface/api/salariesFile/CreateSalariesFile.js.map +0 -0
  3743. /package/dist/{mjs → esm}/types/Interface/api/salariesFile/ReadSalariesFile.d.ts +0 -0
  3744. /package/dist/{mjs → esm}/types/Interface/api/salariesFile/ReadSalariesFile.d.ts.map +0 -0
  3745. /package/dist/{mjs → esm}/types/Interface/api/salariesFile/ReadSalariesFile.js +0 -0
  3746. /package/dist/{mjs → esm}/types/Interface/api/salariesFile/ReadSalariesFile.js.map +0 -0
  3747. /package/dist/{mjs → esm}/types/Interface/api/salesContract/GenerateSalesContractParams.d.ts +0 -0
  3748. /package/dist/{mjs → esm}/types/Interface/api/salesContract/GenerateSalesContractParams.d.ts.map +0 -0
  3749. /package/dist/{mjs → esm}/types/Interface/api/salesContract/GenerateSalesContractParams.js +0 -0
  3750. /package/dist/{mjs → esm}/types/Interface/api/salesContract/GenerateSalesContractParams.js.map +0 -0
  3751. /package/dist/{mjs → esm}/types/Interface/api/salesContract/Read.d.ts +0 -0
  3752. /package/dist/{mjs → esm}/types/Interface/api/salesContract/Read.d.ts.map +0 -0
  3753. /package/dist/{mjs → esm}/types/Interface/api/salesContract/Read.js +0 -0
  3754. /package/dist/{mjs → esm}/types/Interface/api/salesContract/Read.js.map +0 -0
  3755. /package/dist/{mjs → esm}/types/Interface/api/salesContract/SendSalesContractParams.d.ts +0 -0
  3756. /package/dist/{mjs → esm}/types/Interface/api/salesContract/SendSalesContractParams.d.ts.map +0 -0
  3757. /package/dist/{mjs → esm}/types/Interface/api/salesContract/SendSalesContractParams.js +0 -0
  3758. /package/dist/{mjs → esm}/types/Interface/api/salesContract/SendSalesContractParams.js.map +0 -0
  3759. /package/dist/{mjs → esm}/types/Interface/api/sellsy/CreateInvoicesSellsy.d.ts +0 -0
  3760. /package/dist/{mjs → esm}/types/Interface/api/sellsy/CreateInvoicesSellsy.d.ts.map +0 -0
  3761. /package/dist/{mjs → esm}/types/Interface/api/sellsy/CreateInvoicesSellsy.js +0 -0
  3762. /package/dist/{mjs → esm}/types/Interface/api/sellsy/CreateInvoicesSellsy.js.map +0 -0
  3763. /package/dist/{mjs → esm}/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts +0 -0
  3764. /package/dist/{mjs → esm}/types/Interface/api/sellsy/SellsyConnectionStatus.d.ts.map +0 -0
  3765. /package/dist/{mjs → esm}/types/Interface/api/sellsy/SellsyConnectionStatus.js +0 -0
  3766. /package/dist/{mjs → esm}/types/Interface/api/sellsy/SellsyConnectionStatus.js.map +0 -0
  3767. /package/dist/{mjs → esm}/types/Interface/api/sellsy/SellsyOauthCallback.d.ts +0 -0
  3768. /package/dist/{mjs → esm}/types/Interface/api/sellsy/SellsyOauthCallback.d.ts.map +0 -0
  3769. /package/dist/{mjs → esm}/types/Interface/api/sellsy/SellsyOauthCallback.js +0 -0
  3770. /package/dist/{mjs → esm}/types/Interface/api/sellsy/SellsyOauthCallback.js.map +0 -0
  3771. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/CreateInKindContribution.d.ts +0 -0
  3772. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/CreateInKindContribution.d.ts.map +0 -0
  3773. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/CreateInKindContribution.js +0 -0
  3774. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/CreateInKindContribution.js.map +0 -0
  3775. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/CreateShareCapital.d.ts +0 -0
  3776. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/CreateShareCapital.d.ts.map +0 -0
  3777. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/CreateShareCapital.js +0 -0
  3778. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/CreateShareCapital.js.map +0 -0
  3779. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ReadShareCapital.d.ts +0 -0
  3780. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ReadShareCapital.d.ts.map +0 -0
  3781. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ReadShareCapital.js +0 -0
  3782. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ReadShareCapital.js.map +0 -0
  3783. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts +0 -0
  3784. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts.map +0 -0
  3785. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +0 -0
  3786. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +0 -0
  3787. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts +0 -0
  3788. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts.map +0 -0
  3789. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ResultCreateShareCapital.js +0 -0
  3790. /package/dist/{mjs → esm}/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +0 -0
  3791. /package/dist/{mjs → esm}/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts +0 -0
  3792. /package/dist/{mjs → esm}/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts.map +0 -0
  3793. /package/dist/{mjs → esm}/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +0 -0
  3794. /package/dist/{mjs → esm}/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +0 -0
  3795. /package/dist/{mjs → esm}/types/Interface/api/shine/ConnectResponse.d.ts +0 -0
  3796. /package/dist/{mjs → esm}/types/Interface/api/shine/ConnectResponse.d.ts.map +0 -0
  3797. /package/dist/{mjs → esm}/types/Interface/api/shine/ConnectResponse.js +0 -0
  3798. /package/dist/{mjs → esm}/types/Interface/api/shine/ConnectResponse.js.map +0 -0
  3799. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShine.d.ts +0 -0
  3800. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShine.d.ts.map +0 -0
  3801. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShine.js +0 -0
  3802. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShine.js.map +0 -0
  3803. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShineAccount.d.ts +0 -0
  3804. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShineAccount.d.ts.map +0 -0
  3805. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShineAccount.js +0 -0
  3806. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShineAccount.js.map +0 -0
  3807. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShineTransactions.d.ts +0 -0
  3808. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShineTransactions.d.ts.map +0 -0
  3809. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShineTransactions.js +0 -0
  3810. /package/dist/{mjs → esm}/types/Interface/api/shine/CreateShineTransactions.js.map +0 -0
  3811. /package/dist/{mjs → esm}/types/Interface/api/shine/GetConnect.d.ts +0 -0
  3812. /package/dist/{mjs → esm}/types/Interface/api/shine/GetConnect.d.ts.map +0 -0
  3813. /package/dist/{mjs → esm}/types/Interface/api/shine/GetConnect.js +0 -0
  3814. /package/dist/{mjs → esm}/types/Interface/api/shine/GetConnect.js.map +0 -0
  3815. /package/dist/{mjs → esm}/types/Interface/api/shopify/InvoicesShopify.d.ts +0 -0
  3816. /package/dist/{mjs → esm}/types/Interface/api/shopify/InvoicesShopify.d.ts.map +0 -0
  3817. /package/dist/{mjs → esm}/types/Interface/api/shopify/InvoicesShopify.js +0 -0
  3818. /package/dist/{mjs → esm}/types/Interface/api/shopify/InvoicesShopify.js.map +0 -0
  3819. /package/dist/{mjs → esm}/types/Interface/api/shopify/ShopifyFinancialStatus.d.ts +0 -0
  3820. /package/dist/{mjs → esm}/types/Interface/api/shopify/ShopifyFinancialStatus.d.ts.map +0 -0
  3821. /package/dist/{mjs → esm}/types/Interface/api/shopify/ShopifyFinancialStatus.js +0 -0
  3822. /package/dist/{mjs → esm}/types/Interface/api/shopify/ShopifyFinancialStatus.js.map +0 -0
  3823. /package/dist/{mjs → esm}/types/Interface/api/shopify/ShopifyOrder.d.ts +0 -0
  3824. /package/dist/{mjs → esm}/types/Interface/api/shopify/ShopifyOrder.d.ts.map +0 -0
  3825. /package/dist/{mjs → esm}/types/Interface/api/shopify/ShopifyOrder.js +0 -0
  3826. /package/dist/{mjs → esm}/types/Interface/api/shopify/ShopifyOrder.js.map +0 -0
  3827. /package/dist/{mjs → esm}/types/Interface/api/shopify/address.d.ts +0 -0
  3828. /package/dist/{mjs → esm}/types/Interface/api/shopify/address.d.ts.map +0 -0
  3829. /package/dist/{mjs → esm}/types/Interface/api/shopify/address.js +0 -0
  3830. /package/dist/{mjs → esm}/types/Interface/api/shopify/address.js.map +0 -0
  3831. /package/dist/{mjs → esm}/types/Interface/api/shopify/base.d.ts +0 -0
  3832. /package/dist/{mjs → esm}/types/Interface/api/shopify/base.d.ts.map +0 -0
  3833. /package/dist/{mjs → esm}/types/Interface/api/shopify/base.js +0 -0
  3834. /package/dist/{mjs → esm}/types/Interface/api/shopify/base.js.map +0 -0
  3835. /package/dist/{mjs → esm}/types/Interface/api/shopify/client_details.d.ts +0 -0
  3836. /package/dist/{mjs → esm}/types/Interface/api/shopify/client_details.d.ts.map +0 -0
  3837. /package/dist/{mjs → esm}/types/Interface/api/shopify/client_details.js +0 -0
  3838. /package/dist/{mjs → esm}/types/Interface/api/shopify/client_details.js.map +0 -0
  3839. /package/dist/{mjs → esm}/types/Interface/api/shopify/customer.d.ts +0 -0
  3840. /package/dist/{mjs → esm}/types/Interface/api/shopify/customer.d.ts.map +0 -0
  3841. /package/dist/{mjs → esm}/types/Interface/api/shopify/customer.js +0 -0
  3842. /package/dist/{mjs → esm}/types/Interface/api/shopify/customer.js.map +0 -0
  3843. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_allocation.d.ts +0 -0
  3844. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_allocation.d.ts.map +0 -0
  3845. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_allocation.js +0 -0
  3846. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_allocation.js.map +0 -0
  3847. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_application.d.ts +0 -0
  3848. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_application.d.ts.map +0 -0
  3849. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_application.js +0 -0
  3850. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_application.js.map +0 -0
  3851. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_code.d.ts +0 -0
  3852. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_code.d.ts.map +0 -0
  3853. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_code.js +0 -0
  3854. /package/dist/{mjs → esm}/types/Interface/api/shopify/discount_code.js.map +0 -0
  3855. /package/dist/{mjs → esm}/types/Interface/api/shopify/fulfillment.d.ts +0 -0
  3856. /package/dist/{mjs → esm}/types/Interface/api/shopify/fulfillment.d.ts.map +0 -0
  3857. /package/dist/{mjs → esm}/types/Interface/api/shopify/fulfillment.js +0 -0
  3858. /package/dist/{mjs → esm}/types/Interface/api/shopify/fulfillment.js.map +0 -0
  3859. /package/dist/{mjs → esm}/types/Interface/api/shopify/line_item.d.ts +0 -0
  3860. /package/dist/{mjs → esm}/types/Interface/api/shopify/line_item.d.ts.map +0 -0
  3861. /package/dist/{mjs → esm}/types/Interface/api/shopify/line_item.js +0 -0
  3862. /package/dist/{mjs → esm}/types/Interface/api/shopify/line_item.js.map +0 -0
  3863. /package/dist/{mjs → esm}/types/Interface/api/shopify/line_item_property.d.ts +0 -0
  3864. /package/dist/{mjs → esm}/types/Interface/api/shopify/line_item_property.d.ts.map +0 -0
  3865. /package/dist/{mjs → esm}/types/Interface/api/shopify/line_item_property.js +0 -0
  3866. /package/dist/{mjs → esm}/types/Interface/api/shopify/line_item_property.js.map +0 -0
  3867. /package/dist/{mjs → esm}/types/Interface/api/shopify/location.d.ts +0 -0
  3868. /package/dist/{mjs → esm}/types/Interface/api/shopify/location.d.ts.map +0 -0
  3869. /package/dist/{mjs → esm}/types/Interface/api/shopify/location.js +0 -0
  3870. /package/dist/{mjs → esm}/types/Interface/api/shopify/location.js.map +0 -0
  3871. /package/dist/{mjs → esm}/types/Interface/api/shopify/note_attribute.d.ts +0 -0
  3872. /package/dist/{mjs → esm}/types/Interface/api/shopify/note_attribute.d.ts.map +0 -0
  3873. /package/dist/{mjs → esm}/types/Interface/api/shopify/note_attribute.js +0 -0
  3874. /package/dist/{mjs → esm}/types/Interface/api/shopify/note_attribute.js.map +0 -0
  3875. /package/dist/{mjs → esm}/types/Interface/api/shopify/payment_details.d.ts +0 -0
  3876. /package/dist/{mjs → esm}/types/Interface/api/shopify/payment_details.d.ts.map +0 -0
  3877. /package/dist/{mjs → esm}/types/Interface/api/shopify/payment_details.js +0 -0
  3878. /package/dist/{mjs → esm}/types/Interface/api/shopify/payment_details.js.map +0 -0
  3879. /package/dist/{mjs → esm}/types/Interface/api/shopify/price_set.d.ts +0 -0
  3880. /package/dist/{mjs → esm}/types/Interface/api/shopify/price_set.d.ts.map +0 -0
  3881. /package/dist/{mjs → esm}/types/Interface/api/shopify/price_set.js +0 -0
  3882. /package/dist/{mjs → esm}/types/Interface/api/shopify/price_set.js.map +0 -0
  3883. /package/dist/{mjs → esm}/types/Interface/api/shopify/refund.d.ts +0 -0
  3884. /package/dist/{mjs → esm}/types/Interface/api/shopify/refund.d.ts.map +0 -0
  3885. /package/dist/{mjs → esm}/types/Interface/api/shopify/refund.js +0 -0
  3886. /package/dist/{mjs → esm}/types/Interface/api/shopify/refund.js.map +0 -0
  3887. /package/dist/{mjs → esm}/types/Interface/api/shopify/shipping_line.d.ts +0 -0
  3888. /package/dist/{mjs → esm}/types/Interface/api/shopify/shipping_line.d.ts.map +0 -0
  3889. /package/dist/{mjs → esm}/types/Interface/api/shopify/shipping_line.js +0 -0
  3890. /package/dist/{mjs → esm}/types/Interface/api/shopify/shipping_line.js.map +0 -0
  3891. /package/dist/{mjs → esm}/types/Interface/api/shopify/tax_line.d.ts +0 -0
  3892. /package/dist/{mjs → esm}/types/Interface/api/shopify/tax_line.d.ts.map +0 -0
  3893. /package/dist/{mjs → esm}/types/Interface/api/shopify/tax_line.js +0 -0
  3894. /package/dist/{mjs → esm}/types/Interface/api/shopify/tax_line.js.map +0 -0
  3895. /package/dist/{mjs → esm}/types/Interface/api/shopify/transaction.d.ts +0 -0
  3896. /package/dist/{mjs → esm}/types/Interface/api/shopify/transaction.d.ts.map +0 -0
  3897. /package/dist/{mjs → esm}/types/Interface/api/shopify/transaction.js +0 -0
  3898. /package/dist/{mjs → esm}/types/Interface/api/shopify/transaction.js.map +0 -0
  3899. /package/dist/{mjs → esm}/types/Interface/api/signFile/CreateFileToSign.d.ts +0 -0
  3900. /package/dist/{mjs → esm}/types/Interface/api/signFile/CreateFileToSign.d.ts.map +0 -0
  3901. /package/dist/{mjs → esm}/types/Interface/api/signFile/CreateFileToSign.js +0 -0
  3902. /package/dist/{mjs → esm}/types/Interface/api/signFile/CreateFileToSign.js.map +0 -0
  3903. /package/dist/{mjs → esm}/types/Interface/api/society/CreateSociety.d.ts +0 -0
  3904. /package/dist/{mjs → esm}/types/Interface/api/society/CreateSociety.d.ts.map +0 -0
  3905. /package/dist/{mjs → esm}/types/Interface/api/society/CreateSociety.js +0 -0
  3906. /package/dist/{mjs → esm}/types/Interface/api/society/CreateSociety.js.map +0 -0
  3907. /package/dist/{mjs → esm}/types/Interface/api/society/CreateUserToSocietyWithPermission.d.ts +0 -0
  3908. /package/dist/{mjs → esm}/types/Interface/api/society/CreateUserToSocietyWithPermission.d.ts.map +0 -0
  3909. /package/dist/{mjs → esm}/types/Interface/api/society/CreateUserToSocietyWithPermission.js +0 -0
  3910. /package/dist/{mjs → esm}/types/Interface/api/society/CreateUserToSocietyWithPermission.js.map +0 -0
  3911. /package/dist/{mjs → esm}/types/Interface/api/society/DataCustomersCsv.d.ts +0 -0
  3912. /package/dist/{mjs → esm}/types/Interface/api/society/DataCustomersCsv.d.ts.map +0 -0
  3913. /package/dist/{mjs → esm}/types/Interface/api/society/DataCustomersCsv.js +0 -0
  3914. /package/dist/{mjs → esm}/types/Interface/api/society/DataCustomersCsv.js.map +0 -0
  3915. /package/dist/{mjs → esm}/types/Interface/api/society/Export.d.ts +0 -0
  3916. /package/dist/{mjs → esm}/types/Interface/api/society/Export.d.ts.map +0 -0
  3917. /package/dist/{mjs → esm}/types/Interface/api/society/Export.js +0 -0
  3918. /package/dist/{mjs → esm}/types/Interface/api/society/Export.js.map +0 -0
  3919. /package/dist/{mjs → esm}/types/Interface/api/society/GetDataSociety.d.ts +0 -0
  3920. /package/dist/{mjs → esm}/types/Interface/api/society/GetDataSociety.d.ts.map +0 -0
  3921. /package/dist/{mjs → esm}/types/Interface/api/society/GetDataSociety.js +0 -0
  3922. /package/dist/{mjs → esm}/types/Interface/api/society/GetDataSociety.js.map +0 -0
  3923. /package/dist/{mjs → esm}/types/Interface/api/society/GetSocietyDetail.d.ts +0 -0
  3924. /package/dist/{mjs → esm}/types/Interface/api/society/GetSocietyDetail.d.ts.map +0 -0
  3925. /package/dist/{mjs → esm}/types/Interface/api/society/GetSocietyDetail.js +0 -0
  3926. /package/dist/{mjs → esm}/types/Interface/api/society/GetSocietyDetail.js.map +0 -0
  3927. /package/dist/{mjs → esm}/types/Interface/api/society/LegalFormSiren.d.ts +0 -0
  3928. /package/dist/{mjs → esm}/types/Interface/api/society/LegalFormSiren.d.ts.map +0 -0
  3929. /package/dist/{mjs → esm}/types/Interface/api/society/LegalFormSiren.js +0 -0
  3930. /package/dist/{mjs → esm}/types/Interface/api/society/LegalFormSiren.js.map +0 -0
  3931. /package/dist/{mjs → esm}/types/Interface/api/society/ListUserSociety.d.ts +0 -0
  3932. /package/dist/{mjs → esm}/types/Interface/api/society/ListUserSociety.d.ts.map +0 -0
  3933. /package/dist/{mjs → esm}/types/Interface/api/society/ListUserSociety.js +0 -0
  3934. /package/dist/{mjs → esm}/types/Interface/api/society/ListUserSociety.js.map +0 -0
  3935. /package/dist/{mjs → esm}/types/Interface/api/society/QueryArchived.d.ts +0 -0
  3936. /package/dist/{mjs → esm}/types/Interface/api/society/QueryArchived.d.ts.map +0 -0
  3937. /package/dist/{mjs → esm}/types/Interface/api/society/QueryArchived.js +0 -0
  3938. /package/dist/{mjs → esm}/types/Interface/api/society/QueryArchived.js.map +0 -0
  3939. /package/dist/{mjs → esm}/types/Interface/api/society/QueryPaginatedSociety.d.ts +0 -0
  3940. /package/dist/{mjs → esm}/types/Interface/api/society/QueryPaginatedSociety.d.ts.map +0 -0
  3941. /package/dist/{mjs → esm}/types/Interface/api/society/QueryPaginatedSociety.js +0 -0
  3942. /package/dist/{mjs → esm}/types/Interface/api/society/QueryPaginatedSociety.js.map +0 -0
  3943. /package/dist/{mjs → esm}/types/Interface/api/society/QuerySociety.d.ts +0 -0
  3944. /package/dist/{mjs → esm}/types/Interface/api/society/QuerySociety.d.ts.map +0 -0
  3945. /package/dist/{mjs → esm}/types/Interface/api/society/QuerySociety.js +0 -0
  3946. /package/dist/{mjs → esm}/types/Interface/api/society/QuerySociety.js.map +0 -0
  3947. /package/dist/{mjs → esm}/types/Interface/api/society/QueryToArchived.d.ts +0 -0
  3948. /package/dist/{mjs → esm}/types/Interface/api/society/QueryToArchived.d.ts.map +0 -0
  3949. /package/dist/{mjs → esm}/types/Interface/api/society/QueryToArchived.js +0 -0
  3950. /package/dist/{mjs → esm}/types/Interface/api/society/QueryToArchived.js.map +0 -0
  3951. /package/dist/{mjs → esm}/types/Interface/api/society/QueryUnpaid.d.ts +0 -0
  3952. /package/dist/{mjs → esm}/types/Interface/api/society/QueryUnpaid.d.ts.map +0 -0
  3953. /package/dist/{mjs → esm}/types/Interface/api/society/QueryUnpaid.js +0 -0
  3954. /package/dist/{mjs → esm}/types/Interface/api/society/QueryUnpaid.js.map +0 -0
  3955. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSociety.d.ts +0 -0
  3956. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSociety.d.ts.map +0 -0
  3957. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSociety.js +0 -0
  3958. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSociety.js.map +0 -0
  3959. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSocietyUnpaidStats.d.ts +0 -0
  3960. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSocietyUnpaidStats.d.ts.map +0 -0
  3961. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSocietyUnpaidStats.js +0 -0
  3962. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSocietyUnpaidStats.js.map +0 -0
  3963. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSocietyUsers.d.ts +0 -0
  3964. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSocietyUsers.d.ts.map +0 -0
  3965. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSocietyUsers.js +0 -0
  3966. /package/dist/{mjs → esm}/types/Interface/api/society/ReadSocietyUsers.js.map +0 -0
  3967. /package/dist/{mjs → esm}/types/Interface/api/society/SocietyWithStatsCaParams.d.ts +0 -0
  3968. /package/dist/{mjs → esm}/types/Interface/api/society/SocietyWithStatsCaParams.d.ts.map +0 -0
  3969. /package/dist/{mjs → esm}/types/Interface/api/society/SocietyWithStatsCaParams.js +0 -0
  3970. /package/dist/{mjs → esm}/types/Interface/api/society/SocietyWithStatsCaParams.js.map +0 -0
  3971. /package/dist/{mjs → esm}/types/Interface/api/society/State.d.ts +0 -0
  3972. /package/dist/{mjs → esm}/types/Interface/api/society/State.d.ts.map +0 -0
  3973. /package/dist/{mjs → esm}/types/Interface/api/society/State.js +0 -0
  3974. /package/dist/{mjs → esm}/types/Interface/api/society/State.js.map +0 -0
  3975. /package/dist/{mjs → esm}/types/Interface/api/society/UpdateSociety.d.ts +0 -0
  3976. /package/dist/{mjs → esm}/types/Interface/api/society/UpdateSociety.d.ts.map +0 -0
  3977. /package/dist/{mjs → esm}/types/Interface/api/society/UpdateSociety.js +0 -0
  3978. /package/dist/{mjs → esm}/types/Interface/api/society/UpdateSociety.js.map +0 -0
  3979. /package/dist/{mjs → esm}/types/Interface/api/society/UpdateUserToSocietyWithPermission.d.ts +0 -0
  3980. /package/dist/{mjs → esm}/types/Interface/api/society/UpdateUserToSocietyWithPermission.d.ts.map +0 -0
  3981. /package/dist/{mjs → esm}/types/Interface/api/society/UpdateUserToSocietyWithPermission.js +0 -0
  3982. /package/dist/{mjs → esm}/types/Interface/api/society/UpdateUserToSocietyWithPermission.js.map +0 -0
  3983. /package/dist/{mjs → esm}/types/Interface/api/societyConfig/update.d.ts +0 -0
  3984. /package/dist/{mjs → esm}/types/Interface/api/societyConfig/update.d.ts.map +0 -0
  3985. /package/dist/{mjs → esm}/types/Interface/api/societyConfig/update.js +0 -0
  3986. /package/dist/{mjs → esm}/types/Interface/api/societyConfig/update.js.map +0 -0
  3987. /package/dist/{mjs → esm}/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.d.ts +0 -0
  3988. /package/dist/{mjs → esm}/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.d.ts.map +0 -0
  3989. /package/dist/{mjs → esm}/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js +0 -0
  3990. /package/dist/{mjs → esm}/types/Interface/api/societyConfigBalanceSheet/QueryGetAllSocietyConfigBalanceSheet.js.map +0 -0
  3991. /package/dist/{mjs → esm}/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.d.ts +0 -0
  3992. /package/dist/{mjs → esm}/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.d.ts.map +0 -0
  3993. /package/dist/{mjs → esm}/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js +0 -0
  3994. /package/dist/{mjs → esm}/types/Interface/api/societyConfigBalanceSheet/QueryPaginatedSocietyConfigBalanceSheet.js.map +0 -0
  3995. /package/dist/{mjs → esm}/types/Interface/api/societyEvent/CreateSocietyEvent.d.ts +0 -0
  3996. /package/dist/{mjs → esm}/types/Interface/api/societyEvent/CreateSocietyEvent.d.ts.map +0 -0
  3997. /package/dist/{mjs → esm}/types/Interface/api/societyEvent/CreateSocietyEvent.js +0 -0
  3998. /package/dist/{mjs → esm}/types/Interface/api/societyEvent/CreateSocietyEvent.js.map +0 -0
  3999. /package/dist/{mjs → esm}/types/Interface/api/societyEvent/QuerySocietyEvent.d.ts +0 -0
  4000. /package/dist/{mjs → esm}/types/Interface/api/societyEvent/QuerySocietyEvent.d.ts.map +0 -0
  4001. /package/dist/{mjs → esm}/types/Interface/api/societyEvent/QuerySocietyEvent.js +0 -0
  4002. /package/dist/{mjs → esm}/types/Interface/api/societyEvent/QuerySocietyEvent.js.map +0 -0
  4003. /package/dist/{mjs → esm}/types/Interface/api/societyFollow/Query.d.ts +0 -0
  4004. /package/dist/{mjs → esm}/types/Interface/api/societyFollow/Query.d.ts.map +0 -0
  4005. /package/dist/{mjs → esm}/types/Interface/api/societyFollow/Query.js +0 -0
  4006. /package/dist/{mjs → esm}/types/Interface/api/societyFollow/Query.js.map +0 -0
  4007. /package/dist/{mjs → esm}/types/Interface/api/stateBankAccount/Query.d.ts +0 -0
  4008. /package/dist/{mjs → esm}/types/Interface/api/stateBankAccount/Query.d.ts.map +0 -0
  4009. /package/dist/{mjs → esm}/types/Interface/api/stateBankAccount/Query.js +0 -0
  4010. /package/dist/{mjs → esm}/types/Interface/api/stateBankAccount/Query.js.map +0 -0
  4011. /package/dist/{mjs → esm}/types/Interface/api/statistic/ExitRequest.d.ts +0 -0
  4012. /package/dist/{mjs → esm}/types/Interface/api/statistic/ExitRequest.d.ts.map +0 -0
  4013. /package/dist/{mjs → esm}/types/Interface/api/statistic/ExitRequest.js +0 -0
  4014. /package/dist/{mjs → esm}/types/Interface/api/statistic/ExitRequest.js.map +0 -0
  4015. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryAccountant.d.ts +0 -0
  4016. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryAccountant.d.ts.map +0 -0
  4017. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryAccountant.js +0 -0
  4018. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryAccountant.js.map +0 -0
  4019. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryCustomerSuccess.d.ts +0 -0
  4020. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryCustomerSuccess.d.ts.map +0 -0
  4021. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryCustomerSuccess.js +0 -0
  4022. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryCustomerSuccess.js.map +0 -0
  4023. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryDataOfficer.d.ts +0 -0
  4024. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryDataOfficer.d.ts.map +0 -0
  4025. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryDataOfficer.js +0 -0
  4026. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryDataOfficer.js.map +0 -0
  4027. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryDirection.d.ts +0 -0
  4028. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryDirection.d.ts.map +0 -0
  4029. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryDirection.js +0 -0
  4030. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryDirection.js.map +0 -0
  4031. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryExpertAccountant.d.ts +0 -0
  4032. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryExpertAccountant.d.ts.map +0 -0
  4033. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryExpertAccountant.js +0 -0
  4034. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryExpertAccountant.js.map +0 -0
  4035. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetAccountant.d.ts +0 -0
  4036. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetAccountant.d.ts.map +0 -0
  4037. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetAccountant.js +0 -0
  4038. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetAccountant.js.map +0 -0
  4039. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetDirection.d.ts +0 -0
  4040. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetDirection.d.ts.map +0 -0
  4041. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetDirection.js +0 -0
  4042. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetDirection.js.map +0 -0
  4043. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts +0 -0
  4044. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts.map +0 -0
  4045. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetExpertAccountant.js +0 -0
  4046. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +0 -0
  4047. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryInternal.d.ts +0 -0
  4048. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryInternal.d.ts.map +0 -0
  4049. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryInternal.js +0 -0
  4050. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryInternal.js.map +0 -0
  4051. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryLegal.d.ts +0 -0
  4052. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryLegal.d.ts.map +0 -0
  4053. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryLegal.js +0 -0
  4054. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryLegal.js.map +0 -0
  4055. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryMarketing.d.ts +0 -0
  4056. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryMarketing.d.ts.map +0 -0
  4057. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryMarketing.js +0 -0
  4058. /package/dist/{mjs → esm}/types/Interface/api/statistic/QueryMarketing.js.map +0 -0
  4059. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts +0 -0
  4060. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map +0 -0
  4061. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +0 -0
  4062. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +0 -0
  4063. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.d.ts +0 -0
  4064. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.d.ts.map +0 -0
  4065. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js +0 -0
  4066. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/IntentToPayPrestationParams.js.map +0 -0
  4067. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/QueryGetUser.d.ts +0 -0
  4068. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/QueryGetUser.d.ts.map +0 -0
  4069. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/QueryGetUser.js +0 -0
  4070. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/QueryGetUser.js.map +0 -0
  4071. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/SendInviteMailParams.d.ts +0 -0
  4072. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/SendInviteMailParams.d.ts.map +0 -0
  4073. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/SendInviteMailParams.js +0 -0
  4074. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/SendInviteMailParams.js.map +0 -0
  4075. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/TemplateParams.d.ts +0 -0
  4076. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/TemplateParams.d.ts.map +0 -0
  4077. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/TemplateParams.js +0 -0
  4078. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/TemplateParams.js.map +0 -0
  4079. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/UpdateExercice.d.ts +0 -0
  4080. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/UpdateExercice.d.ts.map +0 -0
  4081. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/UpdateExercice.js +0 -0
  4082. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/UpdateExercice.js.map +0 -0
  4083. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/UpdateExerciceParams.d.ts +0 -0
  4084. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/UpdateExerciceParams.d.ts.map +0 -0
  4085. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/UpdateExerciceParams.js +0 -0
  4086. /package/dist/{mjs → esm}/types/Interface/api/statutsGeneration/UpdateExerciceParams.js.map +0 -0
  4087. /package/dist/{mjs → esm}/types/Interface/api/stock/StockEntries.d.ts +0 -0
  4088. /package/dist/{mjs → esm}/types/Interface/api/stock/StockEntries.d.ts.map +0 -0
  4089. /package/dist/{mjs → esm}/types/Interface/api/stock/StockEntries.js +0 -0
  4090. /package/dist/{mjs → esm}/types/Interface/api/stock/StockEntries.js.map +0 -0
  4091. /package/dist/{mjs → esm}/types/Interface/api/stock/Stocks.d.ts +0 -0
  4092. /package/dist/{mjs → esm}/types/Interface/api/stock/Stocks.d.ts.map +0 -0
  4093. /package/dist/{mjs → esm}/types/Interface/api/stock/Stocks.js +0 -0
  4094. /package/dist/{mjs → esm}/types/Interface/api/stock/Stocks.js.map +0 -0
  4095. /package/dist/{mjs → esm}/types/Interface/api/stock/StocksDepreciationInterface.d.ts +0 -0
  4096. /package/dist/{mjs → esm}/types/Interface/api/stock/StocksDepreciationInterface.d.ts.map +0 -0
  4097. /package/dist/{mjs → esm}/types/Interface/api/stock/StocksDepreciationInterface.js +0 -0
  4098. /package/dist/{mjs → esm}/types/Interface/api/stock/StocksDepreciationInterface.js.map +0 -0
  4099. /package/dist/{mjs → esm}/types/Interface/api/stock/StocksType.d.ts +0 -0
  4100. /package/dist/{mjs → esm}/types/Interface/api/stock/StocksType.d.ts.map +0 -0
  4101. /package/dist/{mjs → esm}/types/Interface/api/stock/StocksType.js +0 -0
  4102. /package/dist/{mjs → esm}/types/Interface/api/stock/StocksType.js.map +0 -0
  4103. /package/dist/{mjs → esm}/types/Interface/api/stripe/Create.d.ts +0 -0
  4104. /package/dist/{mjs → esm}/types/Interface/api/stripe/Create.d.ts.map +0 -0
  4105. /package/dist/{mjs → esm}/types/Interface/api/stripe/Create.js +0 -0
  4106. /package/dist/{mjs → esm}/types/Interface/api/stripe/Create.js.map +0 -0
  4107. /package/dist/{mjs → esm}/types/Interface/api/stripe/QueryStripe.d.ts +0 -0
  4108. /package/dist/{mjs → esm}/types/Interface/api/stripe/QueryStripe.d.ts.map +0 -0
  4109. /package/dist/{mjs → esm}/types/Interface/api/stripe/QueryStripe.js +0 -0
  4110. /package/dist/{mjs → esm}/types/Interface/api/stripe/QueryStripe.js.map +0 -0
  4111. /package/dist/{mjs → esm}/types/Interface/api/stripe/Update.d.ts +0 -0
  4112. /package/dist/{mjs → esm}/types/Interface/api/stripe/Update.d.ts.map +0 -0
  4113. /package/dist/{mjs → esm}/types/Interface/api/stripe/Update.js +0 -0
  4114. /package/dist/{mjs → esm}/types/Interface/api/stripe/Update.js.map +0 -0
  4115. /package/dist/{mjs → esm}/types/Interface/api/supervision/Query.d.ts +0 -0
  4116. /package/dist/{mjs → esm}/types/Interface/api/supervision/Query.d.ts.map +0 -0
  4117. /package/dist/{mjs → esm}/types/Interface/api/supervision/Query.js +0 -0
  4118. /package/dist/{mjs → esm}/types/Interface/api/supervision/Query.js.map +0 -0
  4119. /package/dist/{mjs → esm}/types/Interface/api/supervision/Read.d.ts +0 -0
  4120. /package/dist/{mjs → esm}/types/Interface/api/supervision/Read.d.ts.map +0 -0
  4121. /package/dist/{mjs → esm}/types/Interface/api/supervision/Read.js +0 -0
  4122. /package/dist/{mjs → esm}/types/Interface/api/supervision/Read.js.map +0 -0
  4123. /package/dist/{mjs → esm}/types/Interface/api/survey/CreateSurvey.d.ts +0 -0
  4124. /package/dist/{mjs → esm}/types/Interface/api/survey/CreateSurvey.d.ts.map +0 -0
  4125. /package/dist/{mjs → esm}/types/Interface/api/survey/CreateSurvey.js +0 -0
  4126. /package/dist/{mjs → esm}/types/Interface/api/survey/CreateSurvey.js.map +0 -0
  4127. /package/dist/{mjs → esm}/types/Interface/api/survey/QuerySurvey.d.ts +0 -0
  4128. /package/dist/{mjs → esm}/types/Interface/api/survey/QuerySurvey.d.ts.map +0 -0
  4129. /package/dist/{mjs → esm}/types/Interface/api/survey/QuerySurvey.js +0 -0
  4130. /package/dist/{mjs → esm}/types/Interface/api/survey/QuerySurvey.js.map +0 -0
  4131. /package/dist/{mjs → esm}/types/Interface/api/survey/QuerySurveys.d.ts +0 -0
  4132. /package/dist/{mjs → esm}/types/Interface/api/survey/QuerySurveys.d.ts.map +0 -0
  4133. /package/dist/{mjs → esm}/types/Interface/api/survey/QuerySurveys.js +0 -0
  4134. /package/dist/{mjs → esm}/types/Interface/api/survey/QuerySurveys.js.map +0 -0
  4135. /package/dist/{mjs → esm}/types/Interface/api/survey/ReadSurvey.d.ts +0 -0
  4136. /package/dist/{mjs → esm}/types/Interface/api/survey/ReadSurvey.d.ts.map +0 -0
  4137. /package/dist/{mjs → esm}/types/Interface/api/survey/ReadSurvey.js +0 -0
  4138. /package/dist/{mjs → esm}/types/Interface/api/survey/ReadSurvey.js.map +0 -0
  4139. /package/dist/{mjs → esm}/types/Interface/api/survey/UpdateSurvey.d.ts +0 -0
  4140. /package/dist/{mjs → esm}/types/Interface/api/survey/UpdateSurvey.d.ts.map +0 -0
  4141. /package/dist/{mjs → esm}/types/Interface/api/survey/UpdateSurvey.js +0 -0
  4142. /package/dist/{mjs → esm}/types/Interface/api/survey/UpdateSurvey.js.map +0 -0
  4143. /package/dist/{mjs → esm}/types/Interface/api/synchronisation/Query.d.ts +0 -0
  4144. /package/dist/{mjs → esm}/types/Interface/api/synchronisation/Query.d.ts.map +0 -0
  4145. /package/dist/{mjs → esm}/types/Interface/api/synchronisation/Query.js +0 -0
  4146. /package/dist/{mjs → esm}/types/Interface/api/synchronisation/Query.js.map +0 -0
  4147. /package/dist/{mjs → esm}/types/Interface/api/synchronisation/Read.d.ts +0 -0
  4148. /package/dist/{mjs → esm}/types/Interface/api/synchronisation/Read.d.ts.map +0 -0
  4149. /package/dist/{mjs → esm}/types/Interface/api/synchronisation/Read.js +0 -0
  4150. /package/dist/{mjs → esm}/types/Interface/api/synchronisation/Read.js.map +0 -0
  4151. /package/dist/{mjs → esm}/types/Interface/api/task/QueryCountTask.d.ts +0 -0
  4152. /package/dist/{mjs → esm}/types/Interface/api/task/QueryCountTask.d.ts.map +0 -0
  4153. /package/dist/{mjs → esm}/types/Interface/api/task/QueryCountTask.js +0 -0
  4154. /package/dist/{mjs → esm}/types/Interface/api/task/QueryCountTask.js.map +0 -0
  4155. /package/dist/{mjs → esm}/types/Interface/api/task/QueryCreateTask.d.ts +0 -0
  4156. /package/dist/{mjs → esm}/types/Interface/api/task/QueryCreateTask.d.ts.map +0 -0
  4157. /package/dist/{mjs → esm}/types/Interface/api/task/QueryCreateTask.js +0 -0
  4158. /package/dist/{mjs → esm}/types/Interface/api/task/QueryCreateTask.js.map +0 -0
  4159. /package/dist/{mjs → esm}/types/Interface/api/task/QueryGetAllTask.d.ts +0 -0
  4160. /package/dist/{mjs → esm}/types/Interface/api/task/QueryGetAllTask.d.ts.map +0 -0
  4161. /package/dist/{mjs → esm}/types/Interface/api/task/QueryGetAllTask.js +0 -0
  4162. /package/dist/{mjs → esm}/types/Interface/api/task/QueryGetAllTask.js.map +0 -0
  4163. /package/dist/{mjs → esm}/types/Interface/api/task/QueryGetTask.d.ts +0 -0
  4164. /package/dist/{mjs → esm}/types/Interface/api/task/QueryGetTask.d.ts.map +0 -0
  4165. /package/dist/{mjs → esm}/types/Interface/api/task/QueryGetTask.js +0 -0
  4166. /package/dist/{mjs → esm}/types/Interface/api/task/QueryGetTask.js.map +0 -0
  4167. /package/dist/{mjs → esm}/types/Interface/api/task/QueryPaginatedTask.d.ts +0 -0
  4168. /package/dist/{mjs → esm}/types/Interface/api/task/QueryPaginatedTask.d.ts.map +0 -0
  4169. /package/dist/{mjs → esm}/types/Interface/api/task/QueryPaginatedTask.js +0 -0
  4170. /package/dist/{mjs → esm}/types/Interface/api/task/QueryPaginatedTask.js.map +0 -0
  4171. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByManager.d.ts +0 -0
  4172. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByManager.d.ts.map +0 -0
  4173. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByManager.js +0 -0
  4174. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByManager.js.map +0 -0
  4175. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByRolesInCsv.d.ts +0 -0
  4176. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByRolesInCsv.d.ts.map +0 -0
  4177. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByRolesInCsv.js +0 -0
  4178. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByRolesInCsv.js.map +0 -0
  4179. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByServiceInCsv.d.ts +0 -0
  4180. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByServiceInCsv.d.ts.map +0 -0
  4181. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByServiceInCsv.js +0 -0
  4182. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByServiceInCsv.js.map +0 -0
  4183. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByTaskTypeInCsv.d.ts +0 -0
  4184. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByTaskTypeInCsv.d.ts.map +0 -0
  4185. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js +0 -0
  4186. /package/dist/{mjs → esm}/types/Interface/api/task/QueryStatsByTaskTypeInCsv.js.map +0 -0
  4187. /package/dist/{mjs → esm}/types/Interface/api/tax/CreateTax.d.ts +0 -0
  4188. /package/dist/{mjs → esm}/types/Interface/api/tax/CreateTax.d.ts.map +0 -0
  4189. /package/dist/{mjs → esm}/types/Interface/api/tax/CreateTax.js +0 -0
  4190. /package/dist/{mjs → esm}/types/Interface/api/tax/CreateTax.js.map +0 -0
  4191. /package/dist/{mjs → esm}/types/Interface/api/tax/QueryTax.d.ts +0 -0
  4192. /package/dist/{mjs → esm}/types/Interface/api/tax/QueryTax.d.ts.map +0 -0
  4193. /package/dist/{mjs → esm}/types/Interface/api/tax/QueryTax.js +0 -0
  4194. /package/dist/{mjs → esm}/types/Interface/api/tax/QueryTax.js.map +0 -0
  4195. /package/dist/{mjs → esm}/types/Interface/api/tax/ReadCompanyTax.d.ts +0 -0
  4196. /package/dist/{mjs → esm}/types/Interface/api/tax/ReadCompanyTax.d.ts.map +0 -0
  4197. /package/dist/{mjs → esm}/types/Interface/api/tax/ReadCompanyTax.js +0 -0
  4198. /package/dist/{mjs → esm}/types/Interface/api/tax/ReadCompanyTax.js.map +0 -0
  4199. /package/dist/{mjs → esm}/types/Interface/api/tax/ReadTax.d.ts +0 -0
  4200. /package/dist/{mjs → esm}/types/Interface/api/tax/ReadTax.d.ts.map +0 -0
  4201. /package/dist/{mjs → esm}/types/Interface/api/tax/ReadTax.js +0 -0
  4202. /package/dist/{mjs → esm}/types/Interface/api/tax/ReadTax.js.map +0 -0
  4203. /package/dist/{mjs → esm}/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +0 -0
  4204. /package/dist/{mjs → esm}/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +0 -0
  4205. /package/dist/{mjs → esm}/types/Interface/api/taxDeadline/QueryTaxDeadline.js +0 -0
  4206. /package/dist/{mjs → esm}/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +0 -0
  4207. /package/dist/{mjs → esm}/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +0 -0
  4208. /package/dist/{mjs → esm}/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +0 -0
  4209. /package/dist/{mjs → esm}/types/Interface/api/taxDeadline/ReadTaxDeadline.js +0 -0
  4210. /package/dist/{mjs → esm}/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +0 -0
  4211. /package/dist/{mjs → esm}/types/Interface/api/team/QueryCreate.d.ts +0 -0
  4212. /package/dist/{mjs → esm}/types/Interface/api/team/QueryCreate.d.ts.map +0 -0
  4213. /package/dist/{mjs → esm}/types/Interface/api/team/QueryCreate.js +0 -0
  4214. /package/dist/{mjs → esm}/types/Interface/api/team/QueryCreate.js.map +0 -0
  4215. /package/dist/{mjs → esm}/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +0 -0
  4216. /package/dist/{mjs → esm}/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +0 -0
  4217. /package/dist/{mjs → esm}/types/Interface/api/team/QueryGetAllWithIncludes.js +0 -0
  4218. /package/dist/{mjs → esm}/types/Interface/api/team/QueryGetAllWithIncludes.js.map +0 -0
  4219. /package/dist/{mjs → esm}/types/Interface/api/team/QueryUpdate.d.ts +0 -0
  4220. /package/dist/{mjs → esm}/types/Interface/api/team/QueryUpdate.d.ts.map +0 -0
  4221. /package/dist/{mjs → esm}/types/Interface/api/team/QueryUpdate.js +0 -0
  4222. /package/dist/{mjs → esm}/types/Interface/api/team/QueryUpdate.js.map +0 -0
  4223. /package/dist/{mjs → esm}/types/Interface/api/team/UpdateTeamsForUser.d.ts +0 -0
  4224. /package/dist/{mjs → esm}/types/Interface/api/team/UpdateTeamsForUser.d.ts.map +0 -0
  4225. /package/dist/{mjs → esm}/types/Interface/api/team/UpdateTeamsForUser.js +0 -0
  4226. /package/dist/{mjs → esm}/types/Interface/api/team/UpdateTeamsForUser.js.map +0 -0
  4227. /package/dist/{mjs → esm}/types/Interface/api/terminationList/CreateTerminationList.d.ts +0 -0
  4228. /package/dist/{mjs → esm}/types/Interface/api/terminationList/CreateTerminationList.d.ts.map +0 -0
  4229. /package/dist/{mjs → esm}/types/Interface/api/terminationList/CreateTerminationList.js +0 -0
  4230. /package/dist/{mjs → esm}/types/Interface/api/terminationList/CreateTerminationList.js.map +0 -0
  4231. /package/dist/{mjs → esm}/types/Interface/api/terminationList/DestroyTerminationList.d.ts +0 -0
  4232. /package/dist/{mjs → esm}/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +0 -0
  4233. /package/dist/{mjs → esm}/types/Interface/api/terminationList/DestroyTerminationList.js +0 -0
  4234. /package/dist/{mjs → esm}/types/Interface/api/terminationList/DestroyTerminationList.js.map +0 -0
  4235. /package/dist/{mjs → esm}/types/Interface/api/terminationList/QueryPaginateTerminationList.d.ts +0 -0
  4236. /package/dist/{mjs → esm}/types/Interface/api/terminationList/QueryPaginateTerminationList.d.ts.map +0 -0
  4237. /package/dist/{mjs → esm}/types/Interface/api/terminationList/QueryPaginateTerminationList.js +0 -0
  4238. /package/dist/{mjs → esm}/types/Interface/api/terminationList/QueryPaginateTerminationList.js.map +0 -0
  4239. /package/dist/{mjs → esm}/types/Interface/api/terminationList/QueryTerminationList.d.ts +0 -0
  4240. /package/dist/{mjs → esm}/types/Interface/api/terminationList/QueryTerminationList.d.ts.map +0 -0
  4241. /package/dist/{mjs → esm}/types/Interface/api/terminationList/QueryTerminationList.js +0 -0
  4242. /package/dist/{mjs → esm}/types/Interface/api/terminationList/QueryTerminationList.js.map +0 -0
  4243. /package/dist/{mjs → esm}/types/Interface/api/terminationList/Read.d.ts +0 -0
  4244. /package/dist/{mjs → esm}/types/Interface/api/terminationList/Read.d.ts.map +0 -0
  4245. /package/dist/{mjs → esm}/types/Interface/api/terminationList/Read.js +0 -0
  4246. /package/dist/{mjs → esm}/types/Interface/api/terminationList/Read.js.map +0 -0
  4247. /package/dist/{mjs → esm}/types/Interface/api/terminationList/TerminationList.d.ts +0 -0
  4248. /package/dist/{mjs → esm}/types/Interface/api/terminationList/TerminationList.d.ts.map +0 -0
  4249. /package/dist/{mjs → esm}/types/Interface/api/terminationList/TerminationList.js +0 -0
  4250. /package/dist/{mjs → esm}/types/Interface/api/terminationList/TerminationList.js.map +0 -0
  4251. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Create.d.ts +0 -0
  4252. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Create.d.ts.map +0 -0
  4253. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Create.js +0 -0
  4254. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Create.js.map +0 -0
  4255. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Query.d.ts +0 -0
  4256. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Query.d.ts.map +0 -0
  4257. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Query.js +0 -0
  4258. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Query.js.map +0 -0
  4259. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Read.d.ts +0 -0
  4260. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Read.d.ts.map +0 -0
  4261. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Read.js +0 -0
  4262. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Read.js.map +0 -0
  4263. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Update.d.ts +0 -0
  4264. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Update.d.ts.map +0 -0
  4265. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Update.js +0 -0
  4266. /package/dist/{mjs → esm}/types/Interface/api/textMessage/Update.js.map +0 -0
  4267. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts +0 -0
  4268. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/CreateThirdPartyForm.d.ts.map +0 -0
  4269. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/CreateThirdPartyForm.js +0 -0
  4270. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/CreateThirdPartyForm.js.map +0 -0
  4271. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/QueryThirdParty.d.ts +0 -0
  4272. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/QueryThirdParty.d.ts.map +0 -0
  4273. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/QueryThirdParty.js +0 -0
  4274. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/QueryThirdParty.js.map +0 -0
  4275. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/UpdateThirdPartyForm.d.ts +0 -0
  4276. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/UpdateThirdPartyForm.d.ts.map +0 -0
  4277. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/UpdateThirdPartyForm.js +0 -0
  4278. /package/dist/{mjs → esm}/types/Interface/api/thirdParty/UpdateThirdPartyForm.js.map +0 -0
  4279. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/CreateRecorder.d.ts +0 -0
  4280. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/CreateRecorder.d.ts.map +0 -0
  4281. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/CreateRecorder.js +0 -0
  4282. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/CreateRecorder.js.map +0 -0
  4283. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/Query.d.ts +0 -0
  4284. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/Query.d.ts.map +0 -0
  4285. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/Query.js +0 -0
  4286. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/Query.js.map +0 -0
  4287. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryAttendance.d.ts +0 -0
  4288. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryAttendance.d.ts.map +0 -0
  4289. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryAttendance.js +0 -0
  4290. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryAttendance.js.map +0 -0
  4291. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts +0 -0
  4292. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts.map +0 -0
  4293. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +0 -0
  4294. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +0 -0
  4295. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts +0 -0
  4296. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts.map +0 -0
  4297. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +0 -0
  4298. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +0 -0
  4299. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts +0 -0
  4300. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts.map +0 -0
  4301. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadAttendanceHours.js +0 -0
  4302. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadAttendanceHours.js.map +0 -0
  4303. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +0 -0
  4304. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +0 -0
  4305. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadPaginatedDelays.js +0 -0
  4306. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +0 -0
  4307. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadUsersAbsent.d.ts +0 -0
  4308. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadUsersAbsent.d.ts.map +0 -0
  4309. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadUsersAbsent.js +0 -0
  4310. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadUsersAbsent.js.map +0 -0
  4311. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts +0 -0
  4312. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts.map +0 -0
  4313. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadUsersNotConnected.js +0 -0
  4314. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/ReadUsersNotConnected.js.map +0 -0
  4315. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/UpdateRecorder.d.ts +0 -0
  4316. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/UpdateRecorder.d.ts.map +0 -0
  4317. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/UpdateRecorder.js +0 -0
  4318. /package/dist/{mjs → esm}/types/Interface/api/timeRecorder/UpdateRecorder.js.map +0 -0
  4319. /package/dist/{mjs → esm}/types/Interface/api/timeTracking/Create.d.ts +0 -0
  4320. /package/dist/{mjs → esm}/types/Interface/api/timeTracking/Create.d.ts.map +0 -0
  4321. /package/dist/{mjs → esm}/types/Interface/api/timeTracking/Create.js +0 -0
  4322. /package/dist/{mjs → esm}/types/Interface/api/timeTracking/Create.js.map +0 -0
  4323. /package/dist/{mjs → esm}/types/Interface/api/timeTracking/Query.d.ts +0 -0
  4324. /package/dist/{mjs → esm}/types/Interface/api/timeTracking/Query.d.ts.map +0 -0
  4325. /package/dist/{mjs → esm}/types/Interface/api/timeTracking/Query.js +0 -0
  4326. /package/dist/{mjs → esm}/types/Interface/api/timeTracking/Query.js.map +0 -0
  4327. /package/dist/{mjs → esm}/types/Interface/api/toDoExpress/Query.d.ts +0 -0
  4328. /package/dist/{mjs → esm}/types/Interface/api/toDoExpress/Query.d.ts.map +0 -0
  4329. /package/dist/{mjs → esm}/types/Interface/api/toDoExpress/Query.js +0 -0
  4330. /package/dist/{mjs → esm}/types/Interface/api/toDoExpress/Query.js.map +0 -0
  4331. /package/dist/{mjs → esm}/types/Interface/api/toDoExpress/Read.d.ts +0 -0
  4332. /package/dist/{mjs → esm}/types/Interface/api/toDoExpress/Read.d.ts.map +0 -0
  4333. /package/dist/{mjs → esm}/types/Interface/api/toDoExpress/Read.js +0 -0
  4334. /package/dist/{mjs → esm}/types/Interface/api/toDoExpress/Read.js.map +0 -0
  4335. /package/dist/{mjs → esm}/types/Interface/api/transactions/Query.d.ts +0 -0
  4336. /package/dist/{mjs → esm}/types/Interface/api/transactions/Query.d.ts.map +0 -0
  4337. /package/dist/{mjs → esm}/types/Interface/api/transactions/Query.js +0 -0
  4338. /package/dist/{mjs → esm}/types/Interface/api/transactions/Query.js.map +0 -0
  4339. /package/dist/{mjs → esm}/types/Interface/api/user/CollaboratorsByRoles.d.ts +0 -0
  4340. /package/dist/{mjs → esm}/types/Interface/api/user/CollaboratorsByRoles.d.ts.map +0 -0
  4341. /package/dist/{mjs → esm}/types/Interface/api/user/CollaboratorsByRoles.js +0 -0
  4342. /package/dist/{mjs → esm}/types/Interface/api/user/CollaboratorsByRoles.js.map +0 -0
  4343. /package/dist/{mjs → esm}/types/Interface/api/user/CreateCoworker.d.ts +0 -0
  4344. /package/dist/{mjs → esm}/types/Interface/api/user/CreateCoworker.d.ts.map +0 -0
  4345. /package/dist/{mjs → esm}/types/Interface/api/user/CreateCoworker.js +0 -0
  4346. /package/dist/{mjs → esm}/types/Interface/api/user/CreateCoworker.js.map +0 -0
  4347. /package/dist/{mjs → esm}/types/Interface/api/user/CreateUser.d.ts +0 -0
  4348. /package/dist/{mjs → esm}/types/Interface/api/user/CreateUser.d.ts.map +0 -0
  4349. /package/dist/{mjs → esm}/types/Interface/api/user/CreateUser.js +0 -0
  4350. /package/dist/{mjs → esm}/types/Interface/api/user/CreateUser.js.map +0 -0
  4351. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAll.d.ts +0 -0
  4352. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAll.d.ts.map +0 -0
  4353. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAll.js +0 -0
  4354. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAll.js.map +0 -0
  4355. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAllCollaborators.d.ts +0 -0
  4356. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAllCollaborators.d.ts.map +0 -0
  4357. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAllCollaborators.js +0 -0
  4358. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAllCollaborators.js.map +0 -0
  4359. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts +0 -0
  4360. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAllUserWithRoles.d.ts.map +0 -0
  4361. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAllUserWithRoles.js +0 -0
  4362. /package/dist/{mjs → esm}/types/Interface/api/user/ParamsGetAllUserWithRoles.js.map +0 -0
  4363. /package/dist/{mjs → esm}/types/Interface/api/user/Permissions.d.ts +0 -0
  4364. /package/dist/{mjs → esm}/types/Interface/api/user/Permissions.d.ts.map +0 -0
  4365. /package/dist/{mjs → esm}/types/Interface/api/user/Permissions.js +0 -0
  4366. /package/dist/{mjs → esm}/types/Interface/api/user/Permissions.js.map +0 -0
  4367. /package/dist/{mjs → esm}/types/Interface/api/user/Query.d.ts +0 -0
  4368. /package/dist/{mjs → esm}/types/Interface/api/user/Query.d.ts.map +0 -0
  4369. /package/dist/{mjs → esm}/types/Interface/api/user/Query.js +0 -0
  4370. /package/dist/{mjs → esm}/types/Interface/api/user/Query.js.map +0 -0
  4371. /package/dist/{mjs → esm}/types/Interface/api/user/RegisterProspect.d.ts +0 -0
  4372. /package/dist/{mjs → esm}/types/Interface/api/user/RegisterProspect.d.ts.map +0 -0
  4373. /package/dist/{mjs → esm}/types/Interface/api/user/RegisterProspect.js +0 -0
  4374. /package/dist/{mjs → esm}/types/Interface/api/user/RegisterProspect.js.map +0 -0
  4375. /package/dist/{mjs → esm}/types/Interface/api/user/RegisterWebhook.d.ts +0 -0
  4376. /package/dist/{mjs → esm}/types/Interface/api/user/RegisterWebhook.d.ts.map +0 -0
  4377. /package/dist/{mjs → esm}/types/Interface/api/user/RegisterWebhook.js +0 -0
  4378. /package/dist/{mjs → esm}/types/Interface/api/user/RegisterWebhook.js.map +0 -0
  4379. /package/dist/{mjs → esm}/types/Interface/api/user/UpdateCoworker.d.ts +0 -0
  4380. /package/dist/{mjs → esm}/types/Interface/api/user/UpdateCoworker.d.ts.map +0 -0
  4381. /package/dist/{mjs → esm}/types/Interface/api/user/UpdateCoworker.js +0 -0
  4382. /package/dist/{mjs → esm}/types/Interface/api/user/UpdateCoworker.js.map +0 -0
  4383. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/BulkUpdate.d.ts +0 -0
  4384. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/BulkUpdate.d.ts.map +0 -0
  4385. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/BulkUpdate.js +0 -0
  4386. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/BulkUpdate.js.map +0 -0
  4387. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/CreateSignature.d.ts +0 -0
  4388. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/CreateSignature.d.ts.map +0 -0
  4389. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/CreateSignature.js +0 -0
  4390. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/CreateSignature.js.map +0 -0
  4391. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/Query.d.ts +0 -0
  4392. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/Query.d.ts.map +0 -0
  4393. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/Query.js +0 -0
  4394. /package/dist/{mjs → esm}/types/Interface/api/userRoomEquipment/Query.js.map +0 -0
  4395. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/CreateSocietyPermission.d.ts +0 -0
  4396. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/CreateSocietyPermission.d.ts.map +0 -0
  4397. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/CreateSocietyPermission.js +0 -0
  4398. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/CreateSocietyPermission.js.map +0 -0
  4399. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.d.ts +0 -0
  4400. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.d.ts.map +0 -0
  4401. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.js +0 -0
  4402. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/CreateSocietyPermissionForExistingUser.js.map +0 -0
  4403. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.d.ts +0 -0
  4404. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.d.ts.map +0 -0
  4405. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.js +0 -0
  4406. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/GetAllSocietyPermission.js.map +0 -0
  4407. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.d.ts +0 -0
  4408. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.d.ts.map +0 -0
  4409. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.js +0 -0
  4410. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/GetPaginatedUserSocietyPermission.js.map +0 -0
  4411. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.d.ts +0 -0
  4412. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.d.ts.map +0 -0
  4413. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.js +0 -0
  4414. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/QueryDeleteSocietyPermission.js.map +0 -0
  4415. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.d.ts +0 -0
  4416. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.d.ts.map +0 -0
  4417. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.js +0 -0
  4418. /package/dist/{mjs → esm}/types/Interface/api/userSocietyPermission/UpdateSocietyPermission.js.map +0 -0
  4419. /package/dist/{mjs → esm}/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts +0 -0
  4420. /package/dist/{mjs → esm}/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts.map +0 -0
  4421. /package/dist/{mjs → esm}/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +0 -0
  4422. /package/dist/{mjs → esm}/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +0 -0
  4423. /package/dist/{mjs → esm}/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts +0 -0
  4424. /package/dist/{mjs → esm}/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts.map +0 -0
  4425. /package/dist/{mjs → esm}/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +0 -0
  4426. /package/dist/{mjs → esm}/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +0 -0
  4427. /package/dist/{mjs → esm}/types/Interface/api/userTimeSlot/QueryUserTimeSlot.d.ts +0 -0
  4428. /package/dist/{mjs → esm}/types/Interface/api/userTimeSlot/QueryUserTimeSlot.d.ts.map +0 -0
  4429. /package/dist/{mjs → esm}/types/Interface/api/userTimeSlot/QueryUserTimeSlot.js +0 -0
  4430. /package/dist/{mjs → esm}/types/Interface/api/userTimeSlot/QueryUserTimeSlot.js.map +0 -0
  4431. /package/dist/{mjs → esm}/types/Interface/api/vatControl/CreateVatControl.d.ts +0 -0
  4432. /package/dist/{mjs → esm}/types/Interface/api/vatControl/CreateVatControl.d.ts.map +0 -0
  4433. /package/dist/{mjs → esm}/types/Interface/api/vatControl/CreateVatControl.js +0 -0
  4434. /package/dist/{mjs → esm}/types/Interface/api/vatControl/CreateVatControl.js.map +0 -0
  4435. /package/dist/{mjs → esm}/types/Interface/api/vatControl/QueryVatControl.d.ts +0 -0
  4436. /package/dist/{mjs → esm}/types/Interface/api/vatControl/QueryVatControl.d.ts.map +0 -0
  4437. /package/dist/{mjs → esm}/types/Interface/api/vatControl/QueryVatControl.js +0 -0
  4438. /package/dist/{mjs → esm}/types/Interface/api/vatControl/QueryVatControl.js.map +0 -0
  4439. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/CreateVatDeclaration.d.ts +0 -0
  4440. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/CreateVatDeclaration.d.ts.map +0 -0
  4441. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/CreateVatDeclaration.js +0 -0
  4442. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/CreateVatDeclaration.js.map +0 -0
  4443. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +0 -0
  4444. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts.map +0 -0
  4445. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +0 -0
  4446. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +0 -0
  4447. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ReadVatDeclaration.d.ts +0 -0
  4448. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ReadVatDeclaration.d.ts.map +0 -0
  4449. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ReadVatDeclaration.js +0 -0
  4450. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ReadVatDeclaration.js.map +0 -0
  4451. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ReadVatVariousOperations.d.ts +0 -0
  4452. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ReadVatVariousOperations.d.ts.map +0 -0
  4453. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ReadVatVariousOperations.js +0 -0
  4454. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ReadVatVariousOperations.js.map +0 -0
  4455. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ResultDataNote.d.ts +0 -0
  4456. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ResultDataNote.d.ts.map +0 -0
  4457. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ResultDataNote.js +0 -0
  4458. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ResultDataNote.js.map +0 -0
  4459. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ResultFormatToEntries.d.ts +0 -0
  4460. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ResultFormatToEntries.d.ts.map +0 -0
  4461. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ResultFormatToEntries.js +0 -0
  4462. /package/dist/{mjs → esm}/types/Interface/api/vatDeclaration/ResultFormatToEntries.js.map +0 -0
  4463. /package/dist/{mjs → esm}/types/Interface/api/vatRegimeHistory/QueryVatRegimeHistory.d.ts +0 -0
  4464. /package/dist/{mjs → esm}/types/Interface/api/vatRegimeHistory/QueryVatRegimeHistory.d.ts.map +0 -0
  4465. /package/dist/{mjs → esm}/types/Interface/api/vatRegimeHistory/QueryVatRegimeHistory.js +0 -0
  4466. /package/dist/{mjs → esm}/types/Interface/api/vatRegimeHistory/QueryVatRegimeHistory.js.map +0 -0
  4467. /package/dist/{mjs → esm}/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts +0 -0
  4468. /package/dist/{mjs → esm}/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts.map +0 -0
  4469. /package/dist/{mjs → esm}/types/Interface/api/vehicle/CreateSocietyVehicle.js +0 -0
  4470. /package/dist/{mjs → esm}/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +0 -0
  4471. /package/dist/{mjs → esm}/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts +0 -0
  4472. /package/dist/{mjs → esm}/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts.map +0 -0
  4473. /package/dist/{mjs → esm}/types/Interface/api/vehicle/UpdateSocietyVehicle.js +0 -0
  4474. /package/dist/{mjs → esm}/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +0 -0
  4475. /package/dist/{mjs → esm}/types/Interface/api/visualizedInformation/Query.d.ts +0 -0
  4476. /package/dist/{mjs → esm}/types/Interface/api/visualizedInformation/Query.d.ts.map +0 -0
  4477. /package/dist/{mjs → esm}/types/Interface/api/visualizedInformation/Query.js +0 -0
  4478. /package/dist/{mjs → esm}/types/Interface/api/visualizedInformation/Query.js.map +0 -0
  4479. /package/dist/{mjs → esm}/types/Interface/api/visualizedInformation/Update.d.ts +0 -0
  4480. /package/dist/{mjs → esm}/types/Interface/api/visualizedInformation/Update.d.ts.map +0 -0
  4481. /package/dist/{mjs → esm}/types/Interface/api/visualizedInformation/Update.js +0 -0
  4482. /package/dist/{mjs → esm}/types/Interface/api/visualizedInformation/Update.js.map +0 -0
  4483. /package/dist/{mjs → esm}/types/Interface/api/wallet/QueryWallet.d.ts +0 -0
  4484. /package/dist/{mjs → esm}/types/Interface/api/wallet/QueryWallet.d.ts.map +0 -0
  4485. /package/dist/{mjs → esm}/types/Interface/api/wallet/QueryWallet.js +0 -0
  4486. /package/dist/{mjs → esm}/types/Interface/api/wallet/QueryWallet.js.map +0 -0
  4487. /package/dist/{mjs → esm}/types/Interface/api/wallet/UpdateAttribution.d.ts +0 -0
  4488. /package/dist/{mjs → esm}/types/Interface/api/wallet/UpdateAttribution.d.ts.map +0 -0
  4489. /package/dist/{mjs → esm}/types/Interface/api/wallet/UpdateAttribution.js +0 -0
  4490. /package/dist/{mjs → esm}/types/Interface/api/wallet/UpdateAttribution.js.map +0 -0
  4491. /package/dist/{mjs → esm}/types/Interface/api/webmail/CreateMailFromLambda.d.ts +0 -0
  4492. /package/dist/{mjs → esm}/types/Interface/api/webmail/CreateMailFromLambda.d.ts.map +0 -0
  4493. /package/dist/{mjs → esm}/types/Interface/api/webmail/CreateMailFromLambda.js +0 -0
  4494. /package/dist/{mjs → esm}/types/Interface/api/webmail/CreateMailFromLambda.js.map +0 -0
  4495. /package/dist/{mjs → esm}/types/Interface/api/webmail/ExportEmails.d.ts +0 -0
  4496. /package/dist/{mjs → esm}/types/Interface/api/webmail/ExportEmails.d.ts.map +0 -0
  4497. /package/dist/{mjs → esm}/types/Interface/api/webmail/ExportEmails.js +0 -0
  4498. /package/dist/{mjs → esm}/types/Interface/api/webmail/ExportEmails.js.map +0 -0
  4499. /package/dist/{mjs → esm}/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts +0 -0
  4500. /package/dist/{mjs → esm}/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts.map +0 -0
  4501. /package/dist/{mjs → esm}/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js +0 -0
  4502. /package/dist/{mjs → esm}/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js.map +0 -0
  4503. /package/dist/{mjs → esm}/types/Interface/api/webmail/MigrateMailAddresses.d.ts +0 -0
  4504. /package/dist/{mjs → esm}/types/Interface/api/webmail/MigrateMailAddresses.d.ts.map +0 -0
  4505. /package/dist/{mjs → esm}/types/Interface/api/webmail/MigrateMailAddresses.js +0 -0
  4506. /package/dist/{mjs → esm}/types/Interface/api/webmail/MigrateMailAddresses.js.map +0 -0
  4507. /package/dist/{mjs → esm}/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +0 -0
  4508. /package/dist/{mjs → esm}/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +0 -0
  4509. /package/dist/{mjs → esm}/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +0 -0
  4510. /package/dist/{mjs → esm}/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +0 -0
  4511. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts +0 -0
  4512. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts.map +0 -0
  4513. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/InvoicesWoocommerce.js +0 -0
  4514. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +0 -0
  4515. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCBilling.d.ts +0 -0
  4516. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCBilling.d.ts.map +0 -0
  4517. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCBilling.js +0 -0
  4518. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCBilling.js.map +0 -0
  4519. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCLineItem.d.ts +0 -0
  4520. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCLineItem.d.ts.map +0 -0
  4521. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCLineItem.js +0 -0
  4522. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCLineItem.js.map +0 -0
  4523. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCLinks.d.ts +0 -0
  4524. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCLinks.d.ts.map +0 -0
  4525. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCLinks.js +0 -0
  4526. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCLinks.js.map +0 -0
  4527. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCMetaData.d.ts +0 -0
  4528. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCMetaData.d.ts.map +0 -0
  4529. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCMetaData.js +0 -0
  4530. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCMetaData.js.map +0 -0
  4531. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCOrder.d.ts +0 -0
  4532. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCOrder.d.ts.map +0 -0
  4533. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCOrder.js +0 -0
  4534. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCOrder.js.map +0 -0
  4535. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCSelf.d.ts +0 -0
  4536. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCSelf.d.ts.map +0 -0
  4537. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCSelf.js +0 -0
  4538. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCSelf.js.map +0 -0
  4539. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCShiping.d.ts +0 -0
  4540. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCShiping.d.ts.map +0 -0
  4541. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCShiping.js +0 -0
  4542. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCShiping.js.map +0 -0
  4543. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCShippingLine.d.ts +0 -0
  4544. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCShippingLine.d.ts.map +0 -0
  4545. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCShippingLine.js +0 -0
  4546. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCShippingLine.js.map +0 -0
  4547. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCTaxes.d.ts +0 -0
  4548. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCTaxes.d.ts.map +0 -0
  4549. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCTaxes.js +0 -0
  4550. /package/dist/{mjs → esm}/types/Interface/api/woocommerce/WCTaxes.js.map +0 -0
  4551. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/Query.d.ts +0 -0
  4552. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/Query.d.ts.map +0 -0
  4553. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/Query.js +0 -0
  4554. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/Query.js.map +0 -0
  4555. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/QueryAvailableTimeSlot.d.ts +0 -0
  4556. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/QueryAvailableTimeSlot.d.ts.map +0 -0
  4557. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/QueryAvailableTimeSlot.js +0 -0
  4558. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/QueryAvailableTimeSlot.js.map +0 -0
  4559. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/QueryDailyHour.d.ts +0 -0
  4560. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/QueryDailyHour.d.ts.map +0 -0
  4561. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/QueryDailyHour.js +0 -0
  4562. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/QueryDailyHour.js.map +0 -0
  4563. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.d.ts +0 -0
  4564. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.d.ts.map +0 -0
  4565. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.js +0 -0
  4566. /package/dist/{mjs → esm}/types/Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule.js.map +0 -0
  4567. /package/dist/{mjs → esm}/types/Interface/api/yousign/index.d.ts +0 -0
  4568. /package/dist/{mjs → esm}/types/Interface/api/yousign/index.d.ts.map +0 -0
  4569. /package/dist/{mjs → esm}/types/Interface/api/yousign/index.js +0 -0
  4570. /package/dist/{mjs → esm}/types/Interface/api/yousign/index.js.map +0 -0
  4571. /package/dist/{mjs → esm}/types/Interface/api/zticket/CreateZTicket.d.ts +0 -0
  4572. /package/dist/{mjs → esm}/types/Interface/api/zticket/CreateZTicket.d.ts.map +0 -0
  4573. /package/dist/{mjs → esm}/types/Interface/api/zticket/CreateZTicket.js +0 -0
  4574. /package/dist/{mjs → esm}/types/Interface/api/zticket/CreateZTicket.js.map +0 -0
  4575. /package/dist/{mjs → esm}/types/Interface/api/zticket/QueryZTicket.d.ts +0 -0
  4576. /package/dist/{mjs → esm}/types/Interface/api/zticket/QueryZTicket.d.ts.map +0 -0
  4577. /package/dist/{mjs → esm}/types/Interface/api/zticket/QueryZTicket.js +0 -0
  4578. /package/dist/{mjs → esm}/types/Interface/api/zticket/QueryZTicket.js.map +0 -0
  4579. /package/dist/{mjs → esm}/types/Interface/enum/Date.d.ts +0 -0
  4580. /package/dist/{mjs → esm}/types/Interface/enum/Date.d.ts.map +0 -0
  4581. /package/dist/{mjs → esm}/types/Interface/enum/Date.js +0 -0
  4582. /package/dist/{mjs → esm}/types/Interface/enum/Date.js.map +0 -0
  4583. /package/dist/{mjs → esm}/types/Interface/enum/Util.d.ts +0 -0
  4584. /package/dist/{mjs → esm}/types/Interface/enum/Util.d.ts.map +0 -0
  4585. /package/dist/{mjs → esm}/types/Interface/enum/Util.js +0 -0
  4586. /package/dist/{mjs → esm}/types/Interface/enum/Util.js.map +0 -0
  4587. /package/dist/{mjs → esm}/types/Interface/models/IAIConversation.d.ts +0 -0
  4588. /package/dist/{mjs → esm}/types/Interface/models/IAIConversation.d.ts.map +0 -0
  4589. /package/dist/{mjs → esm}/types/Interface/models/IAIConversation.js +0 -0
  4590. /package/dist/{mjs → esm}/types/Interface/models/IAIConversation.js.map +0 -0
  4591. /package/dist/{mjs → esm}/types/Interface/models/IAIQuestion.d.ts +0 -0
  4592. /package/dist/{mjs → esm}/types/Interface/models/IAIQuestion.d.ts.map +0 -0
  4593. /package/dist/{mjs → esm}/types/Interface/models/IAIQuestion.js +0 -0
  4594. /package/dist/{mjs → esm}/types/Interface/models/IAIQuestion.js.map +0 -0
  4595. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceRequest.d.ts +0 -0
  4596. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceRequest.d.ts.map +0 -0
  4597. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceRequest.js +0 -0
  4598. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceRequest.js.map +0 -0
  4599. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceRequestTime.d.ts +0 -0
  4600. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceRequestTime.d.ts.map +0 -0
  4601. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceRequestTime.js +0 -0
  4602. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceRequestTime.js.map +0 -0
  4603. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceType.d.ts +0 -0
  4604. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceType.d.ts.map +0 -0
  4605. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceType.js +0 -0
  4606. /package/dist/{mjs → esm}/types/Interface/models/IAbsenceType.js.map +0 -0
  4607. /package/dist/{mjs → esm}/types/Interface/models/IAccessToken.d.ts +0 -0
  4608. /package/dist/{mjs → esm}/types/Interface/models/IAccessToken.d.ts.map +0 -0
  4609. /package/dist/{mjs → esm}/types/Interface/models/IAccessToken.js +0 -0
  4610. /package/dist/{mjs → esm}/types/Interface/models/IAccessToken.js.map +0 -0
  4611. /package/dist/{mjs → esm}/types/Interface/models/IAccount.d.ts +0 -0
  4612. /package/dist/{mjs → esm}/types/Interface/models/IAccount.d.ts.map +0 -0
  4613. /package/dist/{mjs → esm}/types/Interface/models/IAccount.js +0 -0
  4614. /package/dist/{mjs → esm}/types/Interface/models/IAccount.js.map +0 -0
  4615. /package/dist/{mjs → esm}/types/Interface/models/IAccountDetail.d.ts +0 -0
  4616. /package/dist/{mjs → esm}/types/Interface/models/IAccountDetail.d.ts.map +0 -0
  4617. /package/dist/{mjs → esm}/types/Interface/models/IAccountDetail.js +0 -0
  4618. /package/dist/{mjs → esm}/types/Interface/models/IAccountDetail.js.map +0 -0
  4619. /package/dist/{mjs → esm}/types/Interface/models/IAccountHelp.d.ts +0 -0
  4620. /package/dist/{mjs → esm}/types/Interface/models/IAccountHelp.d.ts.map +0 -0
  4621. /package/dist/{mjs → esm}/types/Interface/models/IAccountHelp.js +0 -0
  4622. /package/dist/{mjs → esm}/types/Interface/models/IAccountHelp.js.map +0 -0
  4623. /package/dist/{mjs → esm}/types/Interface/models/IAccountType.d.ts +0 -0
  4624. /package/dist/{mjs → esm}/types/Interface/models/IAccountType.d.ts.map +0 -0
  4625. /package/dist/{mjs → esm}/types/Interface/models/IAccountType.js +0 -0
  4626. /package/dist/{mjs → esm}/types/Interface/models/IAccountType.js.map +0 -0
  4627. /package/dist/{mjs → esm}/types/Interface/models/IAccountantTracker.d.ts +0 -0
  4628. /package/dist/{mjs → esm}/types/Interface/models/IAccountantTracker.d.ts.map +0 -0
  4629. /package/dist/{mjs → esm}/types/Interface/models/IAccountantTracker.js +0 -0
  4630. /package/dist/{mjs → esm}/types/Interface/models/IAccountantTracker.js.map +0 -0
  4631. /package/dist/{mjs → esm}/types/Interface/models/IAccountingEntry.d.ts +0 -0
  4632. /package/dist/{mjs → esm}/types/Interface/models/IAccountingEntry.d.ts.map +0 -0
  4633. /package/dist/{mjs → esm}/types/Interface/models/IAccountingEntry.js +0 -0
  4634. /package/dist/{mjs → esm}/types/Interface/models/IAccountingEntry.js.map +0 -0
  4635. /package/dist/{mjs → esm}/types/Interface/models/IAccountingFile.d.ts +0 -0
  4636. /package/dist/{mjs → esm}/types/Interface/models/IAccountingFile.d.ts.map +0 -0
  4637. /package/dist/{mjs → esm}/types/Interface/models/IAccountingFile.js +0 -0
  4638. /package/dist/{mjs → esm}/types/Interface/models/IAccountingFile.js.map +0 -0
  4639. /package/dist/{mjs → esm}/types/Interface/models/IAccountingFileType.d.ts +0 -0
  4640. /package/dist/{mjs → esm}/types/Interface/models/IAccountingFileType.d.ts.map +0 -0
  4641. /package/dist/{mjs → esm}/types/Interface/models/IAccountingFileType.js +0 -0
  4642. /package/dist/{mjs → esm}/types/Interface/models/IAccountingFileType.js.map +0 -0
  4643. /package/dist/{mjs → esm}/types/Interface/models/IAccountingJournal.d.ts +0 -0
  4644. /package/dist/{mjs → esm}/types/Interface/models/IAccountingJournal.d.ts.map +0 -0
  4645. /package/dist/{mjs → esm}/types/Interface/models/IAccountingJournal.js +0 -0
  4646. /package/dist/{mjs → esm}/types/Interface/models/IAccountingJournal.js.map +0 -0
  4647. /package/dist/{mjs → esm}/types/Interface/models/IAccountingState.d.ts +0 -0
  4648. /package/dist/{mjs → esm}/types/Interface/models/IAccountingState.d.ts.map +0 -0
  4649. /package/dist/{mjs → esm}/types/Interface/models/IAccountingState.js +0 -0
  4650. /package/dist/{mjs → esm}/types/Interface/models/IAccountingState.js.map +0 -0
  4651. /package/dist/{mjs → esm}/types/Interface/models/IAccountingStateType.d.ts +0 -0
  4652. /package/dist/{mjs → esm}/types/Interface/models/IAccountingStateType.d.ts.map +0 -0
  4653. /package/dist/{mjs → esm}/types/Interface/models/IAccountingStateType.js +0 -0
  4654. /package/dist/{mjs → esm}/types/Interface/models/IAccountingStateType.js.map +0 -0
  4655. /package/dist/{mjs → esm}/types/Interface/models/IAccountingStatementHistory.d.ts +0 -0
  4656. /package/dist/{mjs → esm}/types/Interface/models/IAccountingStatementHistory.d.ts.map +0 -0
  4657. /package/dist/{mjs → esm}/types/Interface/models/IAccountingStatementHistory.js +0 -0
  4658. /package/dist/{mjs → esm}/types/Interface/models/IAccountingStatementHistory.js.map +0 -0
  4659. /package/dist/{mjs → esm}/types/Interface/models/IAccountingTransaction.d.ts +0 -0
  4660. /package/dist/{mjs → esm}/types/Interface/models/IAccountingTransaction.d.ts.map +0 -0
  4661. /package/dist/{mjs → esm}/types/Interface/models/IAccountingTransaction.js +0 -0
  4662. /package/dist/{mjs → esm}/types/Interface/models/IAccountingTransaction.js.map +0 -0
  4663. /package/dist/{mjs → esm}/types/Interface/models/IAccountsSectors.d.ts +0 -0
  4664. /package/dist/{mjs → esm}/types/Interface/models/IAccountsSectors.d.ts.map +0 -0
  4665. /package/dist/{mjs → esm}/types/Interface/models/IAccountsSectors.js +0 -0
  4666. /package/dist/{mjs → esm}/types/Interface/models/IAccountsSectors.js.map +0 -0
  4667. /package/dist/{mjs → esm}/types/Interface/models/IAccountsSocieties.d.ts +0 -0
  4668. /package/dist/{mjs → esm}/types/Interface/models/IAccountsSocieties.d.ts.map +0 -0
  4669. /package/dist/{mjs → esm}/types/Interface/models/IAccountsSocieties.js +0 -0
  4670. /package/dist/{mjs → esm}/types/Interface/models/IAccountsSocieties.js.map +0 -0
  4671. /package/dist/{mjs → esm}/types/Interface/models/IActivity.d.ts +0 -0
  4672. /package/dist/{mjs → esm}/types/Interface/models/IActivity.d.ts.map +0 -0
  4673. /package/dist/{mjs → esm}/types/Interface/models/IActivity.js +0 -0
  4674. /package/dist/{mjs → esm}/types/Interface/models/IActivity.js.map +0 -0
  4675. /package/dist/{mjs → esm}/types/Interface/models/IAdditionalBalance.d.ts +0 -0
  4676. /package/dist/{mjs → esm}/types/Interface/models/IAdditionalBalance.d.ts.map +0 -0
  4677. /package/dist/{mjs → esm}/types/Interface/models/IAdditionalBalance.js +0 -0
  4678. /package/dist/{mjs → esm}/types/Interface/models/IAdditionalBalance.js.map +0 -0
  4679. /package/dist/{mjs → esm}/types/Interface/models/IAdjustment.d.ts +0 -0
  4680. /package/dist/{mjs → esm}/types/Interface/models/IAdjustment.d.ts.map +0 -0
  4681. /package/dist/{mjs → esm}/types/Interface/models/IAdjustment.js +0 -0
  4682. /package/dist/{mjs → esm}/types/Interface/models/IAdjustment.js.map +0 -0
  4683. /package/dist/{mjs → esm}/types/Interface/models/IAlert.d.ts +0 -0
  4684. /package/dist/{mjs → esm}/types/Interface/models/IAlert.d.ts.map +0 -0
  4685. /package/dist/{mjs → esm}/types/Interface/models/IAlert.js +0 -0
  4686. /package/dist/{mjs → esm}/types/Interface/models/IAlert.js.map +0 -0
  4687. /package/dist/{mjs → esm}/types/Interface/models/IAllowedIp.d.ts +0 -0
  4688. /package/dist/{mjs → esm}/types/Interface/models/IAllowedIp.d.ts.map +0 -0
  4689. /package/dist/{mjs → esm}/types/Interface/models/IAllowedIp.js +0 -0
  4690. /package/dist/{mjs → esm}/types/Interface/models/IAllowedIp.js.map +0 -0
  4691. /package/dist/{mjs → esm}/types/Interface/models/IAnalyticsUtm.d.ts +0 -0
  4692. /package/dist/{mjs → esm}/types/Interface/models/IAnalyticsUtm.d.ts.map +0 -0
  4693. /package/dist/{mjs → esm}/types/Interface/models/IAnalyticsUtm.js +0 -0
  4694. /package/dist/{mjs → esm}/types/Interface/models/IAnalyticsUtm.js.map +0 -0
  4695. /package/dist/{mjs → esm}/types/Interface/models/IAnnotation.d.ts +0 -0
  4696. /package/dist/{mjs → esm}/types/Interface/models/IAnnotation.d.ts.map +0 -0
  4697. /package/dist/{mjs → esm}/types/Interface/models/IAnnotation.js +0 -0
  4698. /package/dist/{mjs → esm}/types/Interface/models/IAnnotation.js.map +0 -0
  4699. /package/dist/{mjs → esm}/types/Interface/models/IAnswerType.d.ts +0 -0
  4700. /package/dist/{mjs → esm}/types/Interface/models/IAnswerType.d.ts.map +0 -0
  4701. /package/dist/{mjs → esm}/types/Interface/models/IAnswerType.js +0 -0
  4702. /package/dist/{mjs → esm}/types/Interface/models/IAnswerType.js.map +0 -0
  4703. /package/dist/{mjs → esm}/types/Interface/models/IAnswerTypeValue.d.ts +0 -0
  4704. /package/dist/{mjs → esm}/types/Interface/models/IAnswerTypeValue.d.ts.map +0 -0
  4705. /package/dist/{mjs → esm}/types/Interface/models/IAnswerTypeValue.js +0 -0
  4706. /package/dist/{mjs → esm}/types/Interface/models/IAnswerTypeValue.js.map +0 -0
  4707. /package/dist/{mjs → esm}/types/Interface/models/IApiError.d.ts +0 -0
  4708. /package/dist/{mjs → esm}/types/Interface/models/IApiError.d.ts.map +0 -0
  4709. /package/dist/{mjs → esm}/types/Interface/models/IApiError.js +0 -0
  4710. /package/dist/{mjs → esm}/types/Interface/models/IApiError.js.map +0 -0
  4711. /package/dist/{mjs → esm}/types/Interface/models/IAppConfig.d.ts +0 -0
  4712. /package/dist/{mjs → esm}/types/Interface/models/IAppConfig.d.ts.map +0 -0
  4713. /package/dist/{mjs → esm}/types/Interface/models/IAppConfig.js +0 -0
  4714. /package/dist/{mjs → esm}/types/Interface/models/IAppConfig.js.map +0 -0
  4715. /package/dist/{mjs → esm}/types/Interface/models/IAppNotification.d.ts +0 -0
  4716. /package/dist/{mjs → esm}/types/Interface/models/IAppNotification.d.ts.map +0 -0
  4717. /package/dist/{mjs → esm}/types/Interface/models/IAppNotification.js +0 -0
  4718. /package/dist/{mjs → esm}/types/Interface/models/IAppNotification.js.map +0 -0
  4719. /package/dist/{mjs → esm}/types/Interface/models/IAreasInvoice.d.ts +0 -0
  4720. /package/dist/{mjs → esm}/types/Interface/models/IAreasInvoice.d.ts.map +0 -0
  4721. /package/dist/{mjs → esm}/types/Interface/models/IAreasInvoice.js +0 -0
  4722. /package/dist/{mjs → esm}/types/Interface/models/IAreasInvoice.js.map +0 -0
  4723. /package/dist/{mjs → esm}/types/Interface/models/IAttachmentFile.d.ts +0 -0
  4724. /package/dist/{mjs → esm}/types/Interface/models/IAttachmentFile.d.ts.map +0 -0
  4725. /package/dist/{mjs → esm}/types/Interface/models/IAttachmentFile.js +0 -0
  4726. /package/dist/{mjs → esm}/types/Interface/models/IAttachmentFile.js.map +0 -0
  4727. /package/dist/{mjs → esm}/types/Interface/models/IAttestation.d.ts +0 -0
  4728. /package/dist/{mjs → esm}/types/Interface/models/IAttestation.d.ts.map +0 -0
  4729. /package/dist/{mjs → esm}/types/Interface/models/IAttestation.js +0 -0
  4730. /package/dist/{mjs → esm}/types/Interface/models/IAttestation.js.map +0 -0
  4731. /package/dist/{mjs → esm}/types/Interface/models/IAttributionHistory.d.ts +0 -0
  4732. /package/dist/{mjs → esm}/types/Interface/models/IAttributionHistory.d.ts.map +0 -0
  4733. /package/dist/{mjs → esm}/types/Interface/models/IAttributionHistory.js +0 -0
  4734. /package/dist/{mjs → esm}/types/Interface/models/IAttributionHistory.js.map +0 -0
  4735. /package/dist/{mjs → esm}/types/Interface/models/IAutomaticRegistration.d.ts +0 -0
  4736. /package/dist/{mjs → esm}/types/Interface/models/IAutomaticRegistration.d.ts.map +0 -0
  4737. /package/dist/{mjs → esm}/types/Interface/models/IAutomaticRegistration.js +0 -0
  4738. /package/dist/{mjs → esm}/types/Interface/models/IAutomaticRegistration.js.map +0 -0
  4739. /package/dist/{mjs → esm}/types/Interface/models/IBalanceBankAccount.d.ts +0 -0
  4740. /package/dist/{mjs → esm}/types/Interface/models/IBalanceBankAccount.d.ts.map +0 -0
  4741. /package/dist/{mjs → esm}/types/Interface/models/IBalanceBankAccount.js +0 -0
  4742. /package/dist/{mjs → esm}/types/Interface/models/IBalanceBankAccount.js.map +0 -0
  4743. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheet.d.ts +0 -0
  4744. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheet.d.ts.map +0 -0
  4745. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheet.js +0 -0
  4746. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheet.js.map +0 -0
  4747. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetCompletion.d.ts +0 -0
  4748. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetCompletion.d.ts.map +0 -0
  4749. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetCompletion.js +0 -0
  4750. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetCompletion.js.map +0 -0
  4751. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetHistory.d.ts +0 -0
  4752. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetHistory.d.ts.map +0 -0
  4753. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetHistory.js +0 -0
  4754. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetHistory.js.map +0 -0
  4755. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetModule.d.ts +0 -0
  4756. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetModule.d.ts.map +0 -0
  4757. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetModule.js +0 -0
  4758. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetModule.js.map +0 -0
  4759. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetModule2.d.ts +0 -0
  4760. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetModule2.d.ts.map +0 -0
  4761. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetModule2.js +0 -0
  4762. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetModule2.js.map +0 -0
  4763. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetQuestion.d.ts +0 -0
  4764. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetQuestion.d.ts.map +0 -0
  4765. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetQuestion.js +0 -0
  4766. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetQuestion.js.map +0 -0
  4767. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetStatus.d.ts +0 -0
  4768. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetStatus.d.ts.map +0 -0
  4769. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetStatus.js +0 -0
  4770. /package/dist/{mjs → esm}/types/Interface/models/IBalanceSheetStatus.js.map +0 -0
  4771. /package/dist/{mjs → esm}/types/Interface/models/IBankAccount.d.ts +0 -0
  4772. /package/dist/{mjs → esm}/types/Interface/models/IBankAccount.d.ts.map +0 -0
  4773. /package/dist/{mjs → esm}/types/Interface/models/IBankAccount.js +0 -0
  4774. /package/dist/{mjs → esm}/types/Interface/models/IBankAccount.js.map +0 -0
  4775. /package/dist/{mjs → esm}/types/Interface/models/IBankAccountSynchroHistory.d.ts +0 -0
  4776. /package/dist/{mjs → esm}/types/Interface/models/IBankAccountSynchroHistory.d.ts.map +0 -0
  4777. /package/dist/{mjs → esm}/types/Interface/models/IBankAccountSynchroHistory.js +0 -0
  4778. /package/dist/{mjs → esm}/types/Interface/models/IBankAccountSynchroHistory.js.map +0 -0
  4779. /package/dist/{mjs → esm}/types/Interface/models/IBankConnection.d.ts +0 -0
  4780. /package/dist/{mjs → esm}/types/Interface/models/IBankConnection.d.ts.map +0 -0
  4781. /package/dist/{mjs → esm}/types/Interface/models/IBankConnection.js +0 -0
  4782. /package/dist/{mjs → esm}/types/Interface/models/IBankConnection.js.map +0 -0
  4783. /package/dist/{mjs → esm}/types/Interface/models/IBankList.d.ts +0 -0
  4784. /package/dist/{mjs → esm}/types/Interface/models/IBankList.d.ts.map +0 -0
  4785. /package/dist/{mjs → esm}/types/Interface/models/IBankList.js +0 -0
  4786. /package/dist/{mjs → esm}/types/Interface/models/IBankList.js.map +0 -0
  4787. /package/dist/{mjs → esm}/types/Interface/models/IBillingHistory.d.ts +0 -0
  4788. /package/dist/{mjs → esm}/types/Interface/models/IBillingHistory.d.ts.map +0 -0
  4789. /package/dist/{mjs → esm}/types/Interface/models/IBillingHistory.js +0 -0
  4790. /package/dist/{mjs → esm}/types/Interface/models/IBillingHistory.js.map +0 -0
  4791. /package/dist/{mjs → esm}/types/Interface/models/IBrandType.d.ts +0 -0
  4792. /package/dist/{mjs → esm}/types/Interface/models/IBrandType.d.ts.map +0 -0
  4793. /package/dist/{mjs → esm}/types/Interface/models/IBrandType.js +0 -0
  4794. /package/dist/{mjs → esm}/types/Interface/models/IBrandType.js.map +0 -0
  4795. /package/dist/{mjs → esm}/types/Interface/models/IBusinessLine.d.ts +0 -0
  4796. /package/dist/{mjs → esm}/types/Interface/models/IBusinessLine.d.ts.map +0 -0
  4797. /package/dist/{mjs → esm}/types/Interface/models/IBusinessLine.js +0 -0
  4798. /package/dist/{mjs → esm}/types/Interface/models/IBusinessLine.js.map +0 -0
  4799. /package/dist/{mjs → esm}/types/Interface/models/IBusinessLineUser.d.ts +0 -0
  4800. /package/dist/{mjs → esm}/types/Interface/models/IBusinessLineUser.d.ts.map +0 -0
  4801. /package/dist/{mjs → esm}/types/Interface/models/IBusinessLineUser.js +0 -0
  4802. /package/dist/{mjs → esm}/types/Interface/models/IBusinessLineUser.js.map +0 -0
  4803. /package/dist/{mjs → esm}/types/Interface/models/IBusinessPartner.d.ts +0 -0
  4804. /package/dist/{mjs → esm}/types/Interface/models/IBusinessPartner.d.ts.map +0 -0
  4805. /package/dist/{mjs → esm}/types/Interface/models/IBusinessPartner.js +0 -0
  4806. /package/dist/{mjs → esm}/types/Interface/models/IBusinessPartner.js.map +0 -0
  4807. /package/dist/{mjs → esm}/types/Interface/models/IBusinessSector.d.ts +0 -0
  4808. /package/dist/{mjs → esm}/types/Interface/models/IBusinessSector.d.ts.map +0 -0
  4809. /package/dist/{mjs → esm}/types/Interface/models/IBusinessSector.js +0 -0
  4810. /package/dist/{mjs → esm}/types/Interface/models/IBusinessSector.js.map +0 -0
  4811. /package/dist/{mjs → esm}/types/Interface/models/ICalendarEvent.d.ts +0 -0
  4812. /package/dist/{mjs → esm}/types/Interface/models/ICalendarEvent.d.ts.map +0 -0
  4813. /package/dist/{mjs → esm}/types/Interface/models/ICalendarEvent.js +0 -0
  4814. /package/dist/{mjs → esm}/types/Interface/models/ICalendarEvent.js.map +0 -0
  4815. /package/dist/{mjs → esm}/types/Interface/models/ICalendarEventUser.d.ts +0 -0
  4816. /package/dist/{mjs → esm}/types/Interface/models/ICalendarEventUser.d.ts.map +0 -0
  4817. /package/dist/{mjs → esm}/types/Interface/models/ICalendarEventUser.js +0 -0
  4818. /package/dist/{mjs → esm}/types/Interface/models/ICalendarEventUser.js.map +0 -0
  4819. /package/dist/{mjs → esm}/types/Interface/models/ICallHistory.d.ts +0 -0
  4820. /package/dist/{mjs → esm}/types/Interface/models/ICallHistory.d.ts.map +0 -0
  4821. /package/dist/{mjs → esm}/types/Interface/models/ICallHistory.js +0 -0
  4822. /package/dist/{mjs → esm}/types/Interface/models/ICallHistory.js.map +0 -0
  4823. /package/dist/{mjs → esm}/types/Interface/models/ICard.d.ts +0 -0
  4824. /package/dist/{mjs → esm}/types/Interface/models/ICard.d.ts.map +0 -0
  4825. /package/dist/{mjs → esm}/types/Interface/models/ICard.js +0 -0
  4826. /package/dist/{mjs → esm}/types/Interface/models/ICard.js.map +0 -0
  4827. /package/dist/{mjs → esm}/types/Interface/models/ICardHistory.d.ts +0 -0
  4828. /package/dist/{mjs → esm}/types/Interface/models/ICardHistory.d.ts.map +0 -0
  4829. /package/dist/{mjs → esm}/types/Interface/models/ICardHistory.js +0 -0
  4830. /package/dist/{mjs → esm}/types/Interface/models/ICardHistory.js.map +0 -0
  4831. /package/dist/{mjs → esm}/types/Interface/models/ICashDeskTransactionType.d.ts +0 -0
  4832. /package/dist/{mjs → esm}/types/Interface/models/ICashDeskTransactionType.d.ts.map +0 -0
  4833. /package/dist/{mjs → esm}/types/Interface/models/ICashDeskTransactionType.js +0 -0
  4834. /package/dist/{mjs → esm}/types/Interface/models/ICashDeskTransactionType.js.map +0 -0
  4835. /package/dist/{mjs → esm}/types/Interface/models/ICategory.d.ts +0 -0
  4836. /package/dist/{mjs → esm}/types/Interface/models/ICategory.d.ts.map +0 -0
  4837. /package/dist/{mjs → esm}/types/Interface/models/ICategory.js +0 -0
  4838. /package/dist/{mjs → esm}/types/Interface/models/ICategory.js.map +0 -0
  4839. /package/dist/{mjs → esm}/types/Interface/models/ICerfaType.d.ts +0 -0
  4840. /package/dist/{mjs → esm}/types/Interface/models/ICerfaType.d.ts.map +0 -0
  4841. /package/dist/{mjs → esm}/types/Interface/models/ICerfaType.js +0 -0
  4842. /package/dist/{mjs → esm}/types/Interface/models/ICerfaType.js.map +0 -0
  4843. /package/dist/{mjs → esm}/types/Interface/models/ICerfaValue.d.ts +0 -0
  4844. /package/dist/{mjs → esm}/types/Interface/models/ICerfaValue.d.ts.map +0 -0
  4845. /package/dist/{mjs → esm}/types/Interface/models/ICerfaValue.js +0 -0
  4846. /package/dist/{mjs → esm}/types/Interface/models/ICerfaValue.js.map +0 -0
  4847. /package/dist/{mjs → esm}/types/Interface/models/IChangeLog.d.ts +0 -0
  4848. /package/dist/{mjs → esm}/types/Interface/models/IChangeLog.d.ts.map +0 -0
  4849. /package/dist/{mjs → esm}/types/Interface/models/IChangeLog.js +0 -0
  4850. /package/dist/{mjs → esm}/types/Interface/models/IChangeLog.js.map +0 -0
  4851. /package/dist/{mjs → esm}/types/Interface/models/IChannelType.d.ts +0 -0
  4852. /package/dist/{mjs → esm}/types/Interface/models/IChannelType.d.ts.map +0 -0
  4853. /package/dist/{mjs → esm}/types/Interface/models/IChannelType.js +0 -0
  4854. /package/dist/{mjs → esm}/types/Interface/models/IChannelType.js.map +0 -0
  4855. /package/dist/{mjs → esm}/types/Interface/models/IChecklist.d.ts +0 -0
  4856. /package/dist/{mjs → esm}/types/Interface/models/IChecklist.d.ts.map +0 -0
  4857. /package/dist/{mjs → esm}/types/Interface/models/IChecklist.js +0 -0
  4858. /package/dist/{mjs → esm}/types/Interface/models/IChecklist.js.map +0 -0
  4859. /package/dist/{mjs → esm}/types/Interface/models/IChecklistCategoryType.d.ts +0 -0
  4860. /package/dist/{mjs → esm}/types/Interface/models/IChecklistCategoryType.d.ts.map +0 -0
  4861. /package/dist/{mjs → esm}/types/Interface/models/IChecklistCategoryType.js +0 -0
  4862. /package/dist/{mjs → esm}/types/Interface/models/IChecklistCategoryType.js.map +0 -0
  4863. /package/dist/{mjs → esm}/types/Interface/models/IChecklistDetail.d.ts +0 -0
  4864. /package/dist/{mjs → esm}/types/Interface/models/IChecklistDetail.d.ts.map +0 -0
  4865. /package/dist/{mjs → esm}/types/Interface/models/IChecklistDetail.js +0 -0
  4866. /package/dist/{mjs → esm}/types/Interface/models/IChecklistDetail.js.map +0 -0
  4867. /package/dist/{mjs → esm}/types/Interface/models/IChecklistType.d.ts +0 -0
  4868. /package/dist/{mjs → esm}/types/Interface/models/IChecklistType.d.ts.map +0 -0
  4869. /package/dist/{mjs → esm}/types/Interface/models/IChecklistType.js +0 -0
  4870. /package/dist/{mjs → esm}/types/Interface/models/IChecklistType.js.map +0 -0
  4871. /package/dist/{mjs → esm}/types/Interface/models/ICivility.d.ts +0 -0
  4872. /package/dist/{mjs → esm}/types/Interface/models/ICivility.d.ts.map +0 -0
  4873. /package/dist/{mjs → esm}/types/Interface/models/ICivility.js +0 -0
  4874. /package/dist/{mjs → esm}/types/Interface/models/ICivility.js.map +0 -0
  4875. /package/dist/{mjs → esm}/types/Interface/models/ICollaboraterDetail.d.ts +0 -0
  4876. /package/dist/{mjs → esm}/types/Interface/models/ICollaboraterDetail.d.ts.map +0 -0
  4877. /package/dist/{mjs → esm}/types/Interface/models/ICollaboraterDetail.js +0 -0
  4878. /package/dist/{mjs → esm}/types/Interface/models/ICollaboraterDetail.js.map +0 -0
  4879. /package/dist/{mjs → esm}/types/Interface/models/IColor.d.ts +0 -0
  4880. /package/dist/{mjs → esm}/types/Interface/models/IColor.d.ts.map +0 -0
  4881. /package/dist/{mjs → esm}/types/Interface/models/IColor.js +0 -0
  4882. /package/dist/{mjs → esm}/types/Interface/models/IColor.js.map +0 -0
  4883. /package/dist/{mjs → esm}/types/Interface/models/IComment.d.ts +0 -0
  4884. /package/dist/{mjs → esm}/types/Interface/models/IComment.d.ts.map +0 -0
  4885. /package/dist/{mjs → esm}/types/Interface/models/IComment.js +0 -0
  4886. /package/dist/{mjs → esm}/types/Interface/models/IComment.js.map +0 -0
  4887. /package/dist/{mjs → esm}/types/Interface/models/ICommentType.d.ts +0 -0
  4888. /package/dist/{mjs → esm}/types/Interface/models/ICommentType.d.ts.map +0 -0
  4889. /package/dist/{mjs → esm}/types/Interface/models/ICommentType.js +0 -0
  4890. /package/dist/{mjs → esm}/types/Interface/models/ICommentType.js.map +0 -0
  4891. /package/dist/{mjs → esm}/types/Interface/models/ICommercialMail.d.ts +0 -0
  4892. /package/dist/{mjs → esm}/types/Interface/models/ICommercialMail.d.ts.map +0 -0
  4893. /package/dist/{mjs → esm}/types/Interface/models/ICommercialMail.js +0 -0
  4894. /package/dist/{mjs → esm}/types/Interface/models/ICommercialMail.js.map +0 -0
  4895. /package/dist/{mjs → esm}/types/Interface/models/ICommercialOffer.d.ts +0 -0
  4896. /package/dist/{mjs → esm}/types/Interface/models/ICommercialOffer.d.ts.map +0 -0
  4897. /package/dist/{mjs → esm}/types/Interface/models/ICommercialOffer.js +0 -0
  4898. /package/dist/{mjs → esm}/types/Interface/models/ICommercialOffer.js.map +0 -0
  4899. /package/dist/{mjs → esm}/types/Interface/models/ICompanyCreationForm.d.ts +0 -0
  4900. /package/dist/{mjs → esm}/types/Interface/models/ICompanyCreationForm.d.ts.map +0 -0
  4901. /package/dist/{mjs → esm}/types/Interface/models/ICompanyCreationForm.js +0 -0
  4902. /package/dist/{mjs → esm}/types/Interface/models/ICompanyCreationForm.js.map +0 -0
  4903. /package/dist/{mjs → esm}/types/Interface/models/ICompanyMarketingInformation.d.ts +0 -0
  4904. /package/dist/{mjs → esm}/types/Interface/models/ICompanyMarketingInformation.d.ts.map +0 -0
  4905. /package/dist/{mjs → esm}/types/Interface/models/ICompanyMarketingInformation.js +0 -0
  4906. /package/dist/{mjs → esm}/types/Interface/models/ICompanyMarketingInformation.js.map +0 -0
  4907. /package/dist/{mjs → esm}/types/Interface/models/IComptaHistoryType.d.ts +0 -0
  4908. /package/dist/{mjs → esm}/types/Interface/models/IComptaHistoryType.d.ts.map +0 -0
  4909. /package/dist/{mjs → esm}/types/Interface/models/IComptaHistoryType.js +0 -0
  4910. /package/dist/{mjs → esm}/types/Interface/models/IComptaHistoryType.js.map +0 -0
  4911. /package/dist/{mjs → esm}/types/Interface/models/IComptaType.d.ts +0 -0
  4912. /package/dist/{mjs → esm}/types/Interface/models/IComptaType.d.ts.map +0 -0
  4913. /package/dist/{mjs → esm}/types/Interface/models/IComptaType.js +0 -0
  4914. /package/dist/{mjs → esm}/types/Interface/models/IComptaType.js.map +0 -0
  4915. /package/dist/{mjs → esm}/types/Interface/models/IConnector.d.ts +0 -0
  4916. /package/dist/{mjs → esm}/types/Interface/models/IConnector.d.ts.map +0 -0
  4917. /package/dist/{mjs → esm}/types/Interface/models/IConnector.js +0 -0
  4918. /package/dist/{mjs → esm}/types/Interface/models/IConnector.js.map +0 -0
  4919. /package/dist/{mjs → esm}/types/Interface/models/IConnectorType.d.ts +0 -0
  4920. /package/dist/{mjs → esm}/types/Interface/models/IConnectorType.d.ts.map +0 -0
  4921. /package/dist/{mjs → esm}/types/Interface/models/IConnectorType.js +0 -0
  4922. /package/dist/{mjs → esm}/types/Interface/models/IConnectorType.js.map +0 -0
  4923. /package/dist/{mjs → esm}/types/Interface/models/IConstitutionHistory.d.ts +0 -0
  4924. /package/dist/{mjs → esm}/types/Interface/models/IConstitutionHistory.d.ts.map +0 -0
  4925. /package/dist/{mjs → esm}/types/Interface/models/IConstitutionHistory.js +0 -0
  4926. /package/dist/{mjs → esm}/types/Interface/models/IConstitutionHistory.js.map +0 -0
  4927. /package/dist/{mjs → esm}/types/Interface/models/IContest.d.ts +0 -0
  4928. /package/dist/{mjs → esm}/types/Interface/models/IContest.d.ts.map +0 -0
  4929. /package/dist/{mjs → esm}/types/Interface/models/IContest.js +0 -0
  4930. /package/dist/{mjs → esm}/types/Interface/models/IContest.js.map +0 -0
  4931. /package/dist/{mjs → esm}/types/Interface/models/IContractType.d.ts +0 -0
  4932. /package/dist/{mjs → esm}/types/Interface/models/IContractType.d.ts.map +0 -0
  4933. /package/dist/{mjs → esm}/types/Interface/models/IContractType.js +0 -0
  4934. /package/dist/{mjs → esm}/types/Interface/models/IContractType.js.map +0 -0
  4935. /package/dist/{mjs → esm}/types/Interface/models/ICotation.d.ts +0 -0
  4936. /package/dist/{mjs → esm}/types/Interface/models/ICotation.d.ts.map +0 -0
  4937. /package/dist/{mjs → esm}/types/Interface/models/ICotation.js +0 -0
  4938. /package/dist/{mjs → esm}/types/Interface/models/ICotation.js.map +0 -0
  4939. /package/dist/{mjs → esm}/types/Interface/models/ICountry.d.ts +0 -0
  4940. /package/dist/{mjs → esm}/types/Interface/models/ICountry.d.ts.map +0 -0
  4941. /package/dist/{mjs → esm}/types/Interface/models/ICountry.js +0 -0
  4942. /package/dist/{mjs → esm}/types/Interface/models/ICountry.js.map +0 -0
  4943. /package/dist/{mjs → esm}/types/Interface/models/ICurrency.d.ts +0 -0
  4944. /package/dist/{mjs → esm}/types/Interface/models/ICurrency.d.ts.map +0 -0
  4945. /package/dist/{mjs → esm}/types/Interface/models/ICurrency.js +0 -0
  4946. /package/dist/{mjs → esm}/types/Interface/models/ICurrency.js.map +0 -0
  4947. /package/dist/{mjs → esm}/types/Interface/models/ICustomerAcceptance.d.ts +0 -0
  4948. /package/dist/{mjs → esm}/types/Interface/models/ICustomerAcceptance.d.ts.map +0 -0
  4949. /package/dist/{mjs → esm}/types/Interface/models/ICustomerAcceptance.js +0 -0
  4950. /package/dist/{mjs → esm}/types/Interface/models/ICustomerAcceptance.js.map +0 -0
  4951. /package/dist/{mjs → esm}/types/Interface/models/ICustomerIsRegime.d.ts +0 -0
  4952. /package/dist/{mjs → esm}/types/Interface/models/ICustomerIsRegime.d.ts.map +0 -0
  4953. /package/dist/{mjs → esm}/types/Interface/models/ICustomerIsRegime.js +0 -0
  4954. /package/dist/{mjs → esm}/types/Interface/models/ICustomerIsRegime.js.map +0 -0
  4955. /package/dist/{mjs → esm}/types/Interface/models/ICustomerSignature.d.ts +0 -0
  4956. /package/dist/{mjs → esm}/types/Interface/models/ICustomerSignature.d.ts.map +0 -0
  4957. /package/dist/{mjs → esm}/types/Interface/models/ICustomerSignature.js +0 -0
  4958. /package/dist/{mjs → esm}/types/Interface/models/ICustomerSignature.js.map +0 -0
  4959. /package/dist/{mjs → esm}/types/Interface/models/ICustomerVat.d.ts +0 -0
  4960. /package/dist/{mjs → esm}/types/Interface/models/ICustomerVat.d.ts.map +0 -0
  4961. /package/dist/{mjs → esm}/types/Interface/models/ICustomerVat.js +0 -0
  4962. /package/dist/{mjs → esm}/types/Interface/models/ICustomerVat.js.map +0 -0
  4963. /package/dist/{mjs → esm}/types/Interface/models/ICustomisation.d.ts +0 -0
  4964. /package/dist/{mjs → esm}/types/Interface/models/ICustomisation.d.ts.map +0 -0
  4965. /package/dist/{mjs → esm}/types/Interface/models/ICustomisation.js +0 -0
  4966. /package/dist/{mjs → esm}/types/Interface/models/ICustomisation.js.map +0 -0
  4967. /package/dist/{mjs → esm}/types/Interface/models/ICustomizationType.d.ts +0 -0
  4968. /package/dist/{mjs → esm}/types/Interface/models/ICustomizationType.d.ts.map +0 -0
  4969. /package/dist/{mjs → esm}/types/Interface/models/ICustomizationType.js +0 -0
  4970. /package/dist/{mjs → esm}/types/Interface/models/ICustomizationType.js.map +0 -0
  4971. /package/dist/{mjs → esm}/types/Interface/models/ICycle.d.ts +0 -0
  4972. /package/dist/{mjs → esm}/types/Interface/models/ICycle.d.ts.map +0 -0
  4973. /package/dist/{mjs → esm}/types/Interface/models/ICycle.js +0 -0
  4974. /package/dist/{mjs → esm}/types/Interface/models/ICycle.js.map +0 -0
  4975. /package/dist/{mjs → esm}/types/Interface/models/IDay.d.ts +0 -0
  4976. /package/dist/{mjs → esm}/types/Interface/models/IDay.d.ts.map +0 -0
  4977. /package/dist/{mjs → esm}/types/Interface/models/IDay.js +0 -0
  4978. /package/dist/{mjs → esm}/types/Interface/models/IDay.js.map +0 -0
  4979. /package/dist/{mjs → esm}/types/Interface/models/IDetailedLogBi.d.ts +0 -0
  4980. /package/dist/{mjs → esm}/types/Interface/models/IDetailedLogBi.d.ts.map +0 -0
  4981. /package/dist/{mjs → esm}/types/Interface/models/IDetailedLogBi.js +0 -0
  4982. /package/dist/{mjs → esm}/types/Interface/models/IDetailedLogBi.js.map +0 -0
  4983. /package/dist/{mjs → esm}/types/Interface/models/IDirectDebitHistory.d.ts +0 -0
  4984. /package/dist/{mjs → esm}/types/Interface/models/IDirectDebitHistory.d.ts.map +0 -0
  4985. /package/dist/{mjs → esm}/types/Interface/models/IDirectDebitHistory.js +0 -0
  4986. /package/dist/{mjs → esm}/types/Interface/models/IDirectDebitHistory.js.map +0 -0
  4987. /package/dist/{mjs → esm}/types/Interface/models/IDocumentRequest.d.ts +0 -0
  4988. /package/dist/{mjs → esm}/types/Interface/models/IDocumentRequest.d.ts.map +0 -0
  4989. /package/dist/{mjs → esm}/types/Interface/models/IDocumentRequest.js +0 -0
  4990. /package/dist/{mjs → esm}/types/Interface/models/IDocumentRequest.js.map +0 -0
  4991. /package/dist/{mjs → esm}/types/Interface/models/IDocumentSection.d.ts +0 -0
  4992. /package/dist/{mjs → esm}/types/Interface/models/IDocumentSection.d.ts.map +0 -0
  4993. /package/dist/{mjs → esm}/types/Interface/models/IDocumentSection.js +0 -0
  4994. /package/dist/{mjs → esm}/types/Interface/models/IDocumentSection.js.map +0 -0
  4995. /package/dist/{mjs → esm}/types/Interface/models/IDocumentWaitingType.d.ts +0 -0
  4996. /package/dist/{mjs → esm}/types/Interface/models/IDocumentWaitingType.d.ts.map +0 -0
  4997. /package/dist/{mjs → esm}/types/Interface/models/IDocumentWaitingType.js +0 -0
  4998. /package/dist/{mjs → esm}/types/Interface/models/IDocumentWaitingType.js.map +0 -0
  4999. /package/dist/{mjs → esm}/types/Interface/models/IDubiousCustomer.d.ts +0 -0
  5000. /package/dist/{mjs → esm}/types/Interface/models/IDubiousCustomer.d.ts.map +0 -0
  5001. /package/dist/{mjs → esm}/types/Interface/models/IDubiousCustomer.js +0 -0
  5002. /package/dist/{mjs → esm}/types/Interface/models/IDubiousCustomer.js.map +0 -0
  5003. /package/dist/{mjs → esm}/types/Interface/models/IEmployee.d.ts +0 -0
  5004. /package/dist/{mjs → esm}/types/Interface/models/IEmployee.d.ts.map +0 -0
  5005. /package/dist/{mjs → esm}/types/Interface/models/IEmployee.js +0 -0
  5006. /package/dist/{mjs → esm}/types/Interface/models/IEmployee.js.map +0 -0
  5007. /package/dist/{mjs → esm}/types/Interface/models/IEngagementOcrExtraction.d.ts +0 -0
  5008. /package/dist/{mjs → esm}/types/Interface/models/IEngagementOcrExtraction.d.ts.map +0 -0
  5009. /package/dist/{mjs → esm}/types/Interface/models/IEngagementOcrExtraction.js +0 -0
  5010. /package/dist/{mjs → esm}/types/Interface/models/IEngagementOcrExtraction.js.map +0 -0
  5011. /package/dist/{mjs → esm}/types/Interface/models/IEquipment.d.ts +0 -0
  5012. /package/dist/{mjs → esm}/types/Interface/models/IEquipment.d.ts.map +0 -0
  5013. /package/dist/{mjs → esm}/types/Interface/models/IEquipment.js +0 -0
  5014. /package/dist/{mjs → esm}/types/Interface/models/IEquipment.js.map +0 -0
  5015. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoice.d.ts +0 -0
  5016. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoice.d.ts.map +0 -0
  5017. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoice.js +0 -0
  5018. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoice.js.map +0 -0
  5019. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoiceRepeat.d.ts +0 -0
  5020. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoiceRepeat.d.ts.map +0 -0
  5021. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoiceRepeat.js +0 -0
  5022. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoiceRepeat.js.map +0 -0
  5023. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoiceType.d.ts +0 -0
  5024. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoiceType.d.ts.map +0 -0
  5025. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoiceType.js +0 -0
  5026. /package/dist/{mjs → esm}/types/Interface/models/IEstimateInvoiceType.js.map +0 -0
  5027. /package/dist/{mjs → esm}/types/Interface/models/IExercice.d.ts +0 -0
  5028. /package/dist/{mjs → esm}/types/Interface/models/IExercice.d.ts.map +0 -0
  5029. /package/dist/{mjs → esm}/types/Interface/models/IExercice.js +0 -0
  5030. /package/dist/{mjs → esm}/types/Interface/models/IExercice.js.map +0 -0
  5031. /package/dist/{mjs → esm}/types/Interface/models/IExerciceComment.d.ts +0 -0
  5032. /package/dist/{mjs → esm}/types/Interface/models/IExerciceComment.d.ts.map +0 -0
  5033. /package/dist/{mjs → esm}/types/Interface/models/IExerciceComment.js +0 -0
  5034. /package/dist/{mjs → esm}/types/Interface/models/IExerciceComment.js.map +0 -0
  5035. /package/dist/{mjs → esm}/types/Interface/models/IExerciceDetail.d.ts +0 -0
  5036. /package/dist/{mjs → esm}/types/Interface/models/IExerciceDetail.d.ts.map +0 -0
  5037. /package/dist/{mjs → esm}/types/Interface/models/IExerciceDetail.js +0 -0
  5038. /package/dist/{mjs → esm}/types/Interface/models/IExerciceDetail.js.map +0 -0
  5039. /package/dist/{mjs → esm}/types/Interface/models/IExerciceNote.d.ts +0 -0
  5040. /package/dist/{mjs → esm}/types/Interface/models/IExerciceNote.d.ts.map +0 -0
  5041. /package/dist/{mjs → esm}/types/Interface/models/IExerciceNote.js +0 -0
  5042. /package/dist/{mjs → esm}/types/Interface/models/IExerciceNote.js.map +0 -0
  5043. /package/dist/{mjs → esm}/types/Interface/models/IExercicePrestation.d.ts +0 -0
  5044. /package/dist/{mjs → esm}/types/Interface/models/IExercicePrestation.d.ts.map +0 -0
  5045. /package/dist/{mjs → esm}/types/Interface/models/IExercicePrestation.js +0 -0
  5046. /package/dist/{mjs → esm}/types/Interface/models/IExercicePrestation.js.map +0 -0
  5047. /package/dist/{mjs → esm}/types/Interface/models/IExercicePrestationOffer.d.ts +0 -0
  5048. /package/dist/{mjs → esm}/types/Interface/models/IExercicePrestationOffer.d.ts.map +0 -0
  5049. /package/dist/{mjs → esm}/types/Interface/models/IExercicePrestationOffer.js +0 -0
  5050. /package/dist/{mjs → esm}/types/Interface/models/IExercicePrestationOffer.js.map +0 -0
  5051. /package/dist/{mjs → esm}/types/Interface/models/IExerciceQuestion.d.ts +0 -0
  5052. /package/dist/{mjs → esm}/types/Interface/models/IExerciceQuestion.d.ts.map +0 -0
  5053. /package/dist/{mjs → esm}/types/Interface/models/IExerciceQuestion.js +0 -0
  5054. /package/dist/{mjs → esm}/types/Interface/models/IExerciceQuestion.js.map +0 -0
  5055. /package/dist/{mjs → esm}/types/Interface/models/IExpertAnnuary.d.ts +0 -0
  5056. /package/dist/{mjs → esm}/types/Interface/models/IExpertAnnuary.d.ts.map +0 -0
  5057. /package/dist/{mjs → esm}/types/Interface/models/IExpertAnnuary.js +0 -0
  5058. /package/dist/{mjs → esm}/types/Interface/models/IExpertAnnuary.js.map +0 -0
  5059. /package/dist/{mjs → esm}/types/Interface/models/IFailedLoginAttempt.d.ts +0 -0
  5060. /package/dist/{mjs → esm}/types/Interface/models/IFailedLoginAttempt.d.ts.map +0 -0
  5061. /package/dist/{mjs → esm}/types/Interface/models/IFailedLoginAttempt.js +0 -0
  5062. /package/dist/{mjs → esm}/types/Interface/models/IFailedLoginAttempt.js.map +0 -0
  5063. /package/dist/{mjs → esm}/types/Interface/models/IFecFile.d.ts +0 -0
  5064. /package/dist/{mjs → esm}/types/Interface/models/IFecFile.d.ts.map +0 -0
  5065. /package/dist/{mjs → esm}/types/Interface/models/IFecFile.js +0 -0
  5066. /package/dist/{mjs → esm}/types/Interface/models/IFecFile.js.map +0 -0
  5067. /package/dist/{mjs → esm}/types/Interface/models/IField.d.ts +0 -0
  5068. /package/dist/{mjs → esm}/types/Interface/models/IField.d.ts.map +0 -0
  5069. /package/dist/{mjs → esm}/types/Interface/models/IField.js +0 -0
  5070. /package/dist/{mjs → esm}/types/Interface/models/IField.js.map +0 -0
  5071. /package/dist/{mjs → esm}/types/Interface/models/IFile.d.ts +0 -0
  5072. /package/dist/{mjs → esm}/types/Interface/models/IFile.d.ts.map +0 -0
  5073. /package/dist/{mjs → esm}/types/Interface/models/IFile.js +0 -0
  5074. /package/dist/{mjs → esm}/types/Interface/models/IFile.js.map +0 -0
  5075. /package/dist/{mjs → esm}/types/Interface/models/IFileMissing.d.ts +0 -0
  5076. /package/dist/{mjs → esm}/types/Interface/models/IFileMissing.d.ts.map +0 -0
  5077. /package/dist/{mjs → esm}/types/Interface/models/IFileMissing.js +0 -0
  5078. /package/dist/{mjs → esm}/types/Interface/models/IFileMissing.js.map +0 -0
  5079. /package/dist/{mjs → esm}/types/Interface/models/IFileType.d.ts +0 -0
  5080. /package/dist/{mjs → esm}/types/Interface/models/IFileType.d.ts.map +0 -0
  5081. /package/dist/{mjs → esm}/types/Interface/models/IFileType.js +0 -0
  5082. /package/dist/{mjs → esm}/types/Interface/models/IFileType.js.map +0 -0
  5083. /package/dist/{mjs → esm}/types/Interface/models/IFirstStep.d.ts +0 -0
  5084. /package/dist/{mjs → esm}/types/Interface/models/IFirstStep.d.ts.map +0 -0
  5085. /package/dist/{mjs → esm}/types/Interface/models/IFirstStep.js +0 -0
  5086. /package/dist/{mjs → esm}/types/Interface/models/IFirstStep.js.map +0 -0
  5087. /package/dist/{mjs → esm}/types/Interface/models/IFiscalRegime.d.ts +0 -0
  5088. /package/dist/{mjs → esm}/types/Interface/models/IFiscalRegime.d.ts.map +0 -0
  5089. /package/dist/{mjs → esm}/types/Interface/models/IFiscalRegime.js +0 -0
  5090. /package/dist/{mjs → esm}/types/Interface/models/IFiscalRegime.js.map +0 -0
  5091. /package/dist/{mjs → esm}/types/Interface/models/IFolderFile.d.ts +0 -0
  5092. /package/dist/{mjs → esm}/types/Interface/models/IFolderFile.d.ts.map +0 -0
  5093. /package/dist/{mjs → esm}/types/Interface/models/IFolderFile.js +0 -0
  5094. /package/dist/{mjs → esm}/types/Interface/models/IFolderFile.js.map +0 -0
  5095. /package/dist/{mjs → esm}/types/Interface/models/IFollow.d.ts +0 -0
  5096. /package/dist/{mjs → esm}/types/Interface/models/IFollow.d.ts.map +0 -0
  5097. /package/dist/{mjs → esm}/types/Interface/models/IFollow.js +0 -0
  5098. /package/dist/{mjs → esm}/types/Interface/models/IFollow.js.map +0 -0
  5099. /package/dist/{mjs → esm}/types/Interface/models/IFollowList.d.ts +0 -0
  5100. /package/dist/{mjs → esm}/types/Interface/models/IFollowList.d.ts.map +0 -0
  5101. /package/dist/{mjs → esm}/types/Interface/models/IFollowList.js +0 -0
  5102. /package/dist/{mjs → esm}/types/Interface/models/IFollowList.js.map +0 -0
  5103. /package/dist/{mjs → esm}/types/Interface/models/IFormalism.d.ts +0 -0
  5104. /package/dist/{mjs → esm}/types/Interface/models/IFormalism.d.ts.map +0 -0
  5105. /package/dist/{mjs → esm}/types/Interface/models/IFormalism.js +0 -0
  5106. /package/dist/{mjs → esm}/types/Interface/models/IFormalism.js.map +0 -0
  5107. /package/dist/{mjs → esm}/types/Interface/models/IFormalismValue.d.ts +0 -0
  5108. /package/dist/{mjs → esm}/types/Interface/models/IFormalismValue.d.ts.map +0 -0
  5109. /package/dist/{mjs → esm}/types/Interface/models/IFormalismValue.js +0 -0
  5110. /package/dist/{mjs → esm}/types/Interface/models/IFormalismValue.js.map +0 -0
  5111. /package/dist/{mjs → esm}/types/Interface/models/IFrequency.d.ts +0 -0
  5112. /package/dist/{mjs → esm}/types/Interface/models/IFrequency.d.ts.map +0 -0
  5113. /package/dist/{mjs → esm}/types/Interface/models/IFrequency.js +0 -0
  5114. /package/dist/{mjs → esm}/types/Interface/models/IFrequency.js.map +0 -0
  5115. /package/dist/{mjs → esm}/types/Interface/models/IFuel.d.ts +0 -0
  5116. /package/dist/{mjs → esm}/types/Interface/models/IFuel.d.ts.map +0 -0
  5117. /package/dist/{mjs → esm}/types/Interface/models/IFuel.js +0 -0
  5118. /package/dist/{mjs → esm}/types/Interface/models/IFuel.js.map +0 -0
  5119. /package/dist/{mjs → esm}/types/Interface/models/IGedCategory.d.ts +0 -0
  5120. /package/dist/{mjs → esm}/types/Interface/models/IGedCategory.d.ts.map +0 -0
  5121. /package/dist/{mjs → esm}/types/Interface/models/IGedCategory.js +0 -0
  5122. /package/dist/{mjs → esm}/types/Interface/models/IGedCategory.js.map +0 -0
  5123. /package/dist/{mjs → esm}/types/Interface/models/IGedFile.d.ts +0 -0
  5124. /package/dist/{mjs → esm}/types/Interface/models/IGedFile.d.ts.map +0 -0
  5125. /package/dist/{mjs → esm}/types/Interface/models/IGedFile.js +0 -0
  5126. /package/dist/{mjs → esm}/types/Interface/models/IGedFile.js.map +0 -0
  5127. /package/dist/{mjs → esm}/types/Interface/models/IGedFileType.d.ts +0 -0
  5128. /package/dist/{mjs → esm}/types/Interface/models/IGedFileType.d.ts.map +0 -0
  5129. /package/dist/{mjs → esm}/types/Interface/models/IGedFileType.js +0 -0
  5130. /package/dist/{mjs → esm}/types/Interface/models/IGedFileType.js.map +0 -0
  5131. /package/dist/{mjs → esm}/types/Interface/models/IGedFolder.d.ts +0 -0
  5132. /package/dist/{mjs → esm}/types/Interface/models/IGedFolder.d.ts.map +0 -0
  5133. /package/dist/{mjs → esm}/types/Interface/models/IGedFolder.js +0 -0
  5134. /package/dist/{mjs → esm}/types/Interface/models/IGedFolder.js.map +0 -0
  5135. /package/dist/{mjs → esm}/types/Interface/models/IGeneralConditionOfSale.d.ts +0 -0
  5136. /package/dist/{mjs → esm}/types/Interface/models/IGeneralConditionOfSale.d.ts.map +0 -0
  5137. /package/dist/{mjs → esm}/types/Interface/models/IGeneralConditionOfSale.js +0 -0
  5138. /package/dist/{mjs → esm}/types/Interface/models/IGeneralConditionOfSale.js.map +0 -0
  5139. /package/dist/{mjs → esm}/types/Interface/models/IHumanResourceLibrary.d.ts +0 -0
  5140. /package/dist/{mjs → esm}/types/Interface/models/IHumanResourceLibrary.d.ts.map +0 -0
  5141. /package/dist/{mjs → esm}/types/Interface/models/IHumanResourceLibrary.js +0 -0
  5142. /package/dist/{mjs → esm}/types/Interface/models/IHumanResourceLibrary.js.map +0 -0
  5143. /package/dist/{mjs → esm}/types/Interface/models/IImmobilization.d.ts +0 -0
  5144. /package/dist/{mjs → esm}/types/Interface/models/IImmobilization.d.ts.map +0 -0
  5145. /package/dist/{mjs → esm}/types/Interface/models/IImmobilization.js +0 -0
  5146. /package/dist/{mjs → esm}/types/Interface/models/IImmobilization.js.map +0 -0
  5147. /package/dist/{mjs → esm}/types/Interface/models/IIndependentReview.d.ts +0 -0
  5148. /package/dist/{mjs → esm}/types/Interface/models/IIndependentReview.d.ts.map +0 -0
  5149. /package/dist/{mjs → esm}/types/Interface/models/IIndependentReview.js +0 -0
  5150. /package/dist/{mjs → esm}/types/Interface/models/IIndependentReview.js.map +0 -0
  5151. /package/dist/{mjs → esm}/types/Interface/models/IInpiBalance.d.ts +0 -0
  5152. /package/dist/{mjs → esm}/types/Interface/models/IInpiBalance.d.ts.map +0 -0
  5153. /package/dist/{mjs → esm}/types/Interface/models/IInpiBalance.js +0 -0
  5154. /package/dist/{mjs → esm}/types/Interface/models/IInpiBalance.js.map +0 -0
  5155. /package/dist/{mjs → esm}/types/Interface/models/IInpiPayment.d.ts +0 -0
  5156. /package/dist/{mjs → esm}/types/Interface/models/IInpiPayment.d.ts.map +0 -0
  5157. /package/dist/{mjs → esm}/types/Interface/models/IInpiPayment.js +0 -0
  5158. /package/dist/{mjs → esm}/types/Interface/models/IInpiPayment.js.map +0 -0
  5159. /package/dist/{mjs → esm}/types/Interface/models/IInternalEstimate.d.ts +0 -0
  5160. /package/dist/{mjs → esm}/types/Interface/models/IInternalEstimate.d.ts.map +0 -0
  5161. /package/dist/{mjs → esm}/types/Interface/models/IInternalEstimate.js +0 -0
  5162. /package/dist/{mjs → esm}/types/Interface/models/IInternalEstimate.js.map +0 -0
  5163. /package/dist/{mjs → esm}/types/Interface/models/IInvoiceRecurrence.d.ts +0 -0
  5164. /package/dist/{mjs → esm}/types/Interface/models/IInvoiceRecurrence.d.ts.map +0 -0
  5165. /package/dist/{mjs → esm}/types/Interface/models/IInvoiceRecurrence.js +0 -0
  5166. /package/dist/{mjs → esm}/types/Interface/models/IInvoiceRecurrence.js.map +0 -0
  5167. /package/dist/{mjs → esm}/types/Interface/models/IInvoiceReminderAttachment.d.ts +0 -0
  5168. /package/dist/{mjs → esm}/types/Interface/models/IInvoiceReminderAttachment.d.ts.map +0 -0
  5169. /package/dist/{mjs → esm}/types/Interface/models/IInvoiceReminderAttachment.js +0 -0
  5170. /package/dist/{mjs → esm}/types/Interface/models/IInvoiceReminderAttachment.js.map +0 -0
  5171. /package/dist/{mjs → esm}/types/Interface/models/IIpTmpBlocked.d.ts +0 -0
  5172. /package/dist/{mjs → esm}/types/Interface/models/IIpTmpBlocked.d.ts.map +0 -0
  5173. /package/dist/{mjs → esm}/types/Interface/models/IIpTmpBlocked.js +0 -0
  5174. /package/dist/{mjs → esm}/types/Interface/models/IIpTmpBlocked.js.map +0 -0
  5175. /package/dist/{mjs → esm}/types/Interface/models/IKilometricAllowanceScale.d.ts +0 -0
  5176. /package/dist/{mjs → esm}/types/Interface/models/IKilometricAllowanceScale.d.ts.map +0 -0
  5177. /package/dist/{mjs → esm}/types/Interface/models/IKilometricAllowanceScale.js +0 -0
  5178. /package/dist/{mjs → esm}/types/Interface/models/IKilometricAllowanceScale.js.map +0 -0
  5179. /package/dist/{mjs → esm}/types/Interface/models/ILabelPaymentWaiting.d.ts +0 -0
  5180. /package/dist/{mjs → esm}/types/Interface/models/ILabelPaymentWaiting.d.ts.map +0 -0
  5181. /package/dist/{mjs → esm}/types/Interface/models/ILabelPaymentWaiting.js +0 -0
  5182. /package/dist/{mjs → esm}/types/Interface/models/ILabelPaymentWaiting.js.map +0 -0
  5183. /package/dist/{mjs → esm}/types/Interface/models/ILastUpdateConnection.d.ts +0 -0
  5184. /package/dist/{mjs → esm}/types/Interface/models/ILastUpdateConnection.d.ts.map +0 -0
  5185. /package/dist/{mjs → esm}/types/Interface/models/ILastUpdateConnection.js +0 -0
  5186. /package/dist/{mjs → esm}/types/Interface/models/ILastUpdateConnection.js.map +0 -0
  5187. /package/dist/{mjs → esm}/types/Interface/models/ILeadsToPartners.d.ts +0 -0
  5188. /package/dist/{mjs → esm}/types/Interface/models/ILeadsToPartners.d.ts.map +0 -0
  5189. /package/dist/{mjs → esm}/types/Interface/models/ILeadsToPartners.js +0 -0
  5190. /package/dist/{mjs → esm}/types/Interface/models/ILeadsToPartners.js.map +0 -0
  5191. /package/dist/{mjs → esm}/types/Interface/models/ILegalForm.d.ts +0 -0
  5192. /package/dist/{mjs → esm}/types/Interface/models/ILegalForm.d.ts.map +0 -0
  5193. /package/dist/{mjs → esm}/types/Interface/models/ILegalForm.js +0 -0
  5194. /package/dist/{mjs → esm}/types/Interface/models/ILegalForm.js.map +0 -0
  5195. /package/dist/{mjs → esm}/types/Interface/models/ILegalNotice.d.ts +0 -0
  5196. /package/dist/{mjs → esm}/types/Interface/models/ILegalNotice.d.ts.map +0 -0
  5197. /package/dist/{mjs → esm}/types/Interface/models/ILegalNotice.js +0 -0
  5198. /package/dist/{mjs → esm}/types/Interface/models/ILegalNotice.js.map +0 -0
  5199. /package/dist/{mjs → esm}/types/Interface/models/ILetter.d.ts +0 -0
  5200. /package/dist/{mjs → esm}/types/Interface/models/ILetter.d.ts.map +0 -0
  5201. /package/dist/{mjs → esm}/types/Interface/models/ILetter.js +0 -0
  5202. /package/dist/{mjs → esm}/types/Interface/models/ILetter.js.map +0 -0
  5203. /package/dist/{mjs → esm}/types/Interface/models/ILetterType.d.ts +0 -0
  5204. /package/dist/{mjs → esm}/types/Interface/models/ILetterType.d.ts.map +0 -0
  5205. /package/dist/{mjs → esm}/types/Interface/models/ILetterType.js +0 -0
  5206. /package/dist/{mjs → esm}/types/Interface/models/ILetterType.js.map +0 -0
  5207. /package/dist/{mjs → esm}/types/Interface/models/ILettering.d.ts +0 -0
  5208. /package/dist/{mjs → esm}/types/Interface/models/ILettering.d.ts.map +0 -0
  5209. /package/dist/{mjs → esm}/types/Interface/models/ILettering.js +0 -0
  5210. /package/dist/{mjs → esm}/types/Interface/models/ILettering.js.map +0 -0
  5211. /package/dist/{mjs → esm}/types/Interface/models/ILoan.d.ts +0 -0
  5212. /package/dist/{mjs → esm}/types/Interface/models/ILoan.d.ts.map +0 -0
  5213. /package/dist/{mjs → esm}/types/Interface/models/ILoan.js +0 -0
  5214. /package/dist/{mjs → esm}/types/Interface/models/ILoan.js.map +0 -0
  5215. /package/dist/{mjs → esm}/types/Interface/models/ILoanEarlyRepayment.d.ts +0 -0
  5216. /package/dist/{mjs → esm}/types/Interface/models/ILoanEarlyRepayment.d.ts.map +0 -0
  5217. /package/dist/{mjs → esm}/types/Interface/models/ILoanEarlyRepayment.js +0 -0
  5218. /package/dist/{mjs → esm}/types/Interface/models/ILoanEarlyRepayment.js.map +0 -0
  5219. /package/dist/{mjs → esm}/types/Interface/models/ILoanFile.d.ts +0 -0
  5220. /package/dist/{mjs → esm}/types/Interface/models/ILoanFile.d.ts.map +0 -0
  5221. /package/dist/{mjs → esm}/types/Interface/models/ILoanFile.js +0 -0
  5222. /package/dist/{mjs → esm}/types/Interface/models/ILoanFile.js.map +0 -0
  5223. /package/dist/{mjs → esm}/types/Interface/models/ILog.d.ts +0 -0
  5224. /package/dist/{mjs → esm}/types/Interface/models/ILog.d.ts.map +0 -0
  5225. /package/dist/{mjs → esm}/types/Interface/models/ILog.js +0 -0
  5226. /package/dist/{mjs → esm}/types/Interface/models/ILog.js.map +0 -0
  5227. /package/dist/{mjs → esm}/types/Interface/models/ILogBi.d.ts +0 -0
  5228. /package/dist/{mjs → esm}/types/Interface/models/ILogBi.d.ts.map +0 -0
  5229. /package/dist/{mjs → esm}/types/Interface/models/ILogBi.js +0 -0
  5230. /package/dist/{mjs → esm}/types/Interface/models/ILogBi.js.map +0 -0
  5231. /package/dist/{mjs → esm}/types/Interface/models/ILogType.d.ts +0 -0
  5232. /package/dist/{mjs → esm}/types/Interface/models/ILogType.d.ts.map +0 -0
  5233. /package/dist/{mjs → esm}/types/Interface/models/ILogType.js +0 -0
  5234. /package/dist/{mjs → esm}/types/Interface/models/ILogType.js.map +0 -0
  5235. /package/dist/{mjs → esm}/types/Interface/models/IMachineLearningResult.d.ts +0 -0
  5236. /package/dist/{mjs → esm}/types/Interface/models/IMachineLearningResult.d.ts.map +0 -0
  5237. /package/dist/{mjs → esm}/types/Interface/models/IMachineLearningResult.js +0 -0
  5238. /package/dist/{mjs → esm}/types/Interface/models/IMachineLearningResult.js.map +0 -0
  5239. /package/dist/{mjs → esm}/types/Interface/models/IMail.d.ts +0 -0
  5240. /package/dist/{mjs → esm}/types/Interface/models/IMail.d.ts.map +0 -0
  5241. /package/dist/{mjs → esm}/types/Interface/models/IMail.js +0 -0
  5242. /package/dist/{mjs → esm}/types/Interface/models/IMail.js.map +0 -0
  5243. /package/dist/{mjs → esm}/types/Interface/models/IMailAddress.d.ts +0 -0
  5244. /package/dist/{mjs → esm}/types/Interface/models/IMailAddress.d.ts.map +0 -0
  5245. /package/dist/{mjs → esm}/types/Interface/models/IMailAddress.js +0 -0
  5246. /package/dist/{mjs → esm}/types/Interface/models/IMailAddress.js.map +0 -0
  5247. /package/dist/{mjs → esm}/types/Interface/models/IMailAddressMail.d.ts +0 -0
  5248. /package/dist/{mjs → esm}/types/Interface/models/IMailAddressMail.d.ts.map +0 -0
  5249. /package/dist/{mjs → esm}/types/Interface/models/IMailAddressMail.js +0 -0
  5250. /package/dist/{mjs → esm}/types/Interface/models/IMailAddressMail.js.map +0 -0
  5251. /package/dist/{mjs → esm}/types/Interface/models/IMailAttachment.d.ts +0 -0
  5252. /package/dist/{mjs → esm}/types/Interface/models/IMailAttachment.d.ts.map +0 -0
  5253. /package/dist/{mjs → esm}/types/Interface/models/IMailAttachment.js +0 -0
  5254. /package/dist/{mjs → esm}/types/Interface/models/IMailAttachment.js.map +0 -0
  5255. /package/dist/{mjs → esm}/types/Interface/models/IMailAuto.d.ts +0 -0
  5256. /package/dist/{mjs → esm}/types/Interface/models/IMailAuto.d.ts.map +0 -0
  5257. /package/dist/{mjs → esm}/types/Interface/models/IMailAuto.js +0 -0
  5258. /package/dist/{mjs → esm}/types/Interface/models/IMailAuto.js.map +0 -0
  5259. /package/dist/{mjs → esm}/types/Interface/models/IMailAutoType.d.ts +0 -0
  5260. /package/dist/{mjs → esm}/types/Interface/models/IMailAutoType.d.ts.map +0 -0
  5261. /package/dist/{mjs → esm}/types/Interface/models/IMailAutoType.js +0 -0
  5262. /package/dist/{mjs → esm}/types/Interface/models/IMailAutoType.js.map +0 -0
  5263. /package/dist/{mjs → esm}/types/Interface/models/IMailContent.d.ts +0 -0
  5264. /package/dist/{mjs → esm}/types/Interface/models/IMailContent.d.ts.map +0 -0
  5265. /package/dist/{mjs → esm}/types/Interface/models/IMailContent.js +0 -0
  5266. /package/dist/{mjs → esm}/types/Interface/models/IMailContent.js.map +0 -0
  5267. /package/dist/{mjs → esm}/types/Interface/models/IMailRelation.d.ts +0 -0
  5268. /package/dist/{mjs → esm}/types/Interface/models/IMailRelation.d.ts.map +0 -0
  5269. /package/dist/{mjs → esm}/types/Interface/models/IMailRelation.js +0 -0
  5270. /package/dist/{mjs → esm}/types/Interface/models/IMailRelation.js.map +0 -0
  5271. /package/dist/{mjs → esm}/types/Interface/models/IMailSociety.d.ts +0 -0
  5272. /package/dist/{mjs → esm}/types/Interface/models/IMailSociety.d.ts.map +0 -0
  5273. /package/dist/{mjs → esm}/types/Interface/models/IMailSociety.js +0 -0
  5274. /package/dist/{mjs → esm}/types/Interface/models/IMailSociety.js.map +0 -0
  5275. /package/dist/{mjs → esm}/types/Interface/models/IMobile.d.ts +0 -0
  5276. /package/dist/{mjs → esm}/types/Interface/models/IMobile.d.ts.map +0 -0
  5277. /package/dist/{mjs → esm}/types/Interface/models/IMobile.js +0 -0
  5278. /package/dist/{mjs → esm}/types/Interface/models/IMobile.js.map +0 -0
  5279. /package/dist/{mjs → esm}/types/Interface/models/IMobileNotificationLog.d.ts +0 -0
  5280. /package/dist/{mjs → esm}/types/Interface/models/IMobileNotificationLog.d.ts.map +0 -0
  5281. /package/dist/{mjs → esm}/types/Interface/models/IMobileNotificationLog.js +0 -0
  5282. /package/dist/{mjs → esm}/types/Interface/models/IMobileNotificationLog.js.map +0 -0
  5283. /package/dist/{mjs → esm}/types/Interface/models/IMobileNotificationSetting.d.ts +0 -0
  5284. /package/dist/{mjs → esm}/types/Interface/models/IMobileNotificationSetting.d.ts.map +0 -0
  5285. /package/dist/{mjs → esm}/types/Interface/models/IMobileNotificationSetting.js +0 -0
  5286. /package/dist/{mjs → esm}/types/Interface/models/IMobileNotificationSetting.js.map +0 -0
  5287. /package/dist/{mjs → esm}/types/Interface/models/IMonth.d.ts +0 -0
  5288. /package/dist/{mjs → esm}/types/Interface/models/IMonth.d.ts.map +0 -0
  5289. /package/dist/{mjs → esm}/types/Interface/models/IMonth.js +0 -0
  5290. /package/dist/{mjs → esm}/types/Interface/models/IMonth.js.map +0 -0
  5291. /package/dist/{mjs → esm}/types/Interface/models/INafCode.d.ts +0 -0
  5292. /package/dist/{mjs → esm}/types/Interface/models/INafCode.d.ts.map +0 -0
  5293. /package/dist/{mjs → esm}/types/Interface/models/INafCode.js +0 -0
  5294. /package/dist/{mjs → esm}/types/Interface/models/INafCode.js.map +0 -0
  5295. /package/dist/{mjs → esm}/types/Interface/models/INationality.d.ts +0 -0
  5296. /package/dist/{mjs → esm}/types/Interface/models/INationality.d.ts.map +0 -0
  5297. /package/dist/{mjs → esm}/types/Interface/models/INationality.js +0 -0
  5298. /package/dist/{mjs → esm}/types/Interface/models/INationality.js.map +0 -0
  5299. /package/dist/{mjs → esm}/types/Interface/models/INature.d.ts +0 -0
  5300. /package/dist/{mjs → esm}/types/Interface/models/INature.d.ts.map +0 -0
  5301. /package/dist/{mjs → esm}/types/Interface/models/INature.js +0 -0
  5302. /package/dist/{mjs → esm}/types/Interface/models/INature.js.map +0 -0
  5303. /package/dist/{mjs → esm}/types/Interface/models/INote.d.ts +0 -0
  5304. /package/dist/{mjs → esm}/types/Interface/models/INote.d.ts.map +0 -0
  5305. /package/dist/{mjs → esm}/types/Interface/models/INote.js +0 -0
  5306. /package/dist/{mjs → esm}/types/Interface/models/INote.js.map +0 -0
  5307. /package/dist/{mjs → esm}/types/Interface/models/INotification.d.ts +0 -0
  5308. /package/dist/{mjs → esm}/types/Interface/models/INotification.d.ts.map +0 -0
  5309. /package/dist/{mjs → esm}/types/Interface/models/INotification.js +0 -0
  5310. /package/dist/{mjs → esm}/types/Interface/models/INotification.js.map +0 -0
  5311. /package/dist/{mjs → esm}/types/Interface/models/INotificationCodeType.d.ts +0 -0
  5312. /package/dist/{mjs → esm}/types/Interface/models/INotificationCodeType.d.ts.map +0 -0
  5313. /package/dist/{mjs → esm}/types/Interface/models/INotificationCodeType.js +0 -0
  5314. /package/dist/{mjs → esm}/types/Interface/models/INotificationCodeType.js.map +0 -0
  5315. /package/dist/{mjs → esm}/types/Interface/models/INotificationType.d.ts +0 -0
  5316. /package/dist/{mjs → esm}/types/Interface/models/INotificationType.d.ts.map +0 -0
  5317. /package/dist/{mjs → esm}/types/Interface/models/INotificationType.js +0 -0
  5318. /package/dist/{mjs → esm}/types/Interface/models/INotificationType.js.map +0 -0
  5319. /package/dist/{mjs → esm}/types/Interface/models/IOldExpertInfo.d.ts +0 -0
  5320. /package/dist/{mjs → esm}/types/Interface/models/IOldExpertInfo.d.ts.map +0 -0
  5321. /package/dist/{mjs → esm}/types/Interface/models/IOldExpertInfo.js +0 -0
  5322. /package/dist/{mjs → esm}/types/Interface/models/IOldExpertInfo.js.map +0 -0
  5323. /package/dist/{mjs → esm}/types/Interface/models/IOperationLegalNotice.d.ts +0 -0
  5324. /package/dist/{mjs → esm}/types/Interface/models/IOperationLegalNotice.d.ts.map +0 -0
  5325. /package/dist/{mjs → esm}/types/Interface/models/IOperationLegalNotice.js +0 -0
  5326. /package/dist/{mjs → esm}/types/Interface/models/IOperationLegalNotice.js.map +0 -0
  5327. /package/dist/{mjs → esm}/types/Interface/models/IPartnerTransaction.d.ts +0 -0
  5328. /package/dist/{mjs → esm}/types/Interface/models/IPartnerTransaction.d.ts.map +0 -0
  5329. /package/dist/{mjs → esm}/types/Interface/models/IPartnerTransaction.js +0 -0
  5330. /package/dist/{mjs → esm}/types/Interface/models/IPartnerTransaction.js.map +0 -0
  5331. /package/dist/{mjs → esm}/types/Interface/models/IPartnerTransactionType.d.ts +0 -0
  5332. /package/dist/{mjs → esm}/types/Interface/models/IPartnerTransactionType.d.ts.map +0 -0
  5333. /package/dist/{mjs → esm}/types/Interface/models/IPartnerTransactionType.js +0 -0
  5334. /package/dist/{mjs → esm}/types/Interface/models/IPartnerTransactionType.js.map +0 -0
  5335. /package/dist/{mjs → esm}/types/Interface/models/IPayPlan.d.ts +0 -0
  5336. /package/dist/{mjs → esm}/types/Interface/models/IPayPlan.d.ts.map +0 -0
  5337. /package/dist/{mjs → esm}/types/Interface/models/IPayPlan.js +0 -0
  5338. /package/dist/{mjs → esm}/types/Interface/models/IPayPlan.js.map +0 -0
  5339. /package/dist/{mjs → esm}/types/Interface/models/IPayment.d.ts +0 -0
  5340. /package/dist/{mjs → esm}/types/Interface/models/IPayment.d.ts.map +0 -0
  5341. /package/dist/{mjs → esm}/types/Interface/models/IPayment.js +0 -0
  5342. /package/dist/{mjs → esm}/types/Interface/models/IPayment.js.map +0 -0
  5343. /package/dist/{mjs → esm}/types/Interface/models/IPaymentAttempt.d.ts +0 -0
  5344. /package/dist/{mjs → esm}/types/Interface/models/IPaymentAttempt.d.ts.map +0 -0
  5345. /package/dist/{mjs → esm}/types/Interface/models/IPaymentAttempt.js +0 -0
  5346. /package/dist/{mjs → esm}/types/Interface/models/IPaymentAttempt.js.map +0 -0
  5347. /package/dist/{mjs → esm}/types/Interface/models/IPaymentDelay.d.ts +0 -0
  5348. /package/dist/{mjs → esm}/types/Interface/models/IPaymentDelay.d.ts.map +0 -0
  5349. /package/dist/{mjs → esm}/types/Interface/models/IPaymentDelay.js +0 -0
  5350. /package/dist/{mjs → esm}/types/Interface/models/IPaymentDelay.js.map +0 -0
  5351. /package/dist/{mjs → esm}/types/Interface/models/IPaymentDirectDebitHistory.d.ts +0 -0
  5352. /package/dist/{mjs → esm}/types/Interface/models/IPaymentDirectDebitHistory.d.ts.map +0 -0
  5353. /package/dist/{mjs → esm}/types/Interface/models/IPaymentDirectDebitHistory.js +0 -0
  5354. /package/dist/{mjs → esm}/types/Interface/models/IPaymentDirectDebitHistory.js.map +0 -0
  5355. /package/dist/{mjs → esm}/types/Interface/models/IPaymentExpectation.d.ts +0 -0
  5356. /package/dist/{mjs → esm}/types/Interface/models/IPaymentExpectation.d.ts.map +0 -0
  5357. /package/dist/{mjs → esm}/types/Interface/models/IPaymentExpectation.js +0 -0
  5358. /package/dist/{mjs → esm}/types/Interface/models/IPaymentExpectation.js.map +0 -0
  5359. /package/dist/{mjs → esm}/types/Interface/models/IPaymentExpectationCustomer.d.ts +0 -0
  5360. /package/dist/{mjs → esm}/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +0 -0
  5361. /package/dist/{mjs → esm}/types/Interface/models/IPaymentExpectationCustomer.js +0 -0
  5362. /package/dist/{mjs → esm}/types/Interface/models/IPaymentExpectationCustomer.js.map +0 -0
  5363. /package/dist/{mjs → esm}/types/Interface/models/IPaymentMethod.d.ts +0 -0
  5364. /package/dist/{mjs → esm}/types/Interface/models/IPaymentMethod.d.ts.map +0 -0
  5365. /package/dist/{mjs → esm}/types/Interface/models/IPaymentMethod.js +0 -0
  5366. /package/dist/{mjs → esm}/types/Interface/models/IPaymentMethod.js.map +0 -0
  5367. /package/dist/{mjs → esm}/types/Interface/models/IPaymentRecovery.d.ts +0 -0
  5368. /package/dist/{mjs → esm}/types/Interface/models/IPaymentRecovery.d.ts.map +0 -0
  5369. /package/dist/{mjs → esm}/types/Interface/models/IPaymentRecovery.js +0 -0
  5370. /package/dist/{mjs → esm}/types/Interface/models/IPaymentRecovery.js.map +0 -0
  5371. /package/dist/{mjs → esm}/types/Interface/models/IPaymentSchedule.d.ts +0 -0
  5372. /package/dist/{mjs → esm}/types/Interface/models/IPaymentSchedule.d.ts.map +0 -0
  5373. /package/dist/{mjs → esm}/types/Interface/models/IPaymentSchedule.js +0 -0
  5374. /package/dist/{mjs → esm}/types/Interface/models/IPaymentSchedule.js.map +0 -0
  5375. /package/dist/{mjs → esm}/types/Interface/models/IPaymentWaiting.d.ts +0 -0
  5376. /package/dist/{mjs → esm}/types/Interface/models/IPaymentWaiting.d.ts.map +0 -0
  5377. /package/dist/{mjs → esm}/types/Interface/models/IPaymentWaiting.js +0 -0
  5378. /package/dist/{mjs → esm}/types/Interface/models/IPaymentWaiting.js.map +0 -0
  5379. /package/dist/{mjs → esm}/types/Interface/models/IPendingPoint.d.ts +0 -0
  5380. /package/dist/{mjs → esm}/types/Interface/models/IPendingPoint.d.ts.map +0 -0
  5381. /package/dist/{mjs → esm}/types/Interface/models/IPendingPoint.js +0 -0
  5382. /package/dist/{mjs → esm}/types/Interface/models/IPendingPoint.js.map +0 -0
  5383. /package/dist/{mjs → esm}/types/Interface/models/IPermission.d.ts +0 -0
  5384. /package/dist/{mjs → esm}/types/Interface/models/IPermission.d.ts.map +0 -0
  5385. /package/dist/{mjs → esm}/types/Interface/models/IPermission.js +0 -0
  5386. /package/dist/{mjs → esm}/types/Interface/models/IPermission.js.map +0 -0
  5387. /package/dist/{mjs → esm}/types/Interface/models/IPhoneNumber.d.ts +0 -0
  5388. /package/dist/{mjs → esm}/types/Interface/models/IPhoneNumber.d.ts.map +0 -0
  5389. /package/dist/{mjs → esm}/types/Interface/models/IPhoneNumber.js +0 -0
  5390. /package/dist/{mjs → esm}/types/Interface/models/IPhoneNumber.js.map +0 -0
  5391. /package/dist/{mjs → esm}/types/Interface/models/IPhonePrefix.d.ts +0 -0
  5392. /package/dist/{mjs → esm}/types/Interface/models/IPhonePrefix.d.ts.map +0 -0
  5393. /package/dist/{mjs → esm}/types/Interface/models/IPhonePrefix.js +0 -0
  5394. /package/dist/{mjs → esm}/types/Interface/models/IPhonePrefix.js.map +0 -0
  5395. /package/dist/{mjs → esm}/types/Interface/models/IPhonePrefixChild.d.ts +0 -0
  5396. /package/dist/{mjs → esm}/types/Interface/models/IPhonePrefixChild.d.ts.map +0 -0
  5397. /package/dist/{mjs → esm}/types/Interface/models/IPhonePrefixChild.js +0 -0
  5398. /package/dist/{mjs → esm}/types/Interface/models/IPhonePrefixChild.js.map +0 -0
  5399. /package/dist/{mjs → esm}/types/Interface/models/IPrestation.d.ts +0 -0
  5400. /package/dist/{mjs → esm}/types/Interface/models/IPrestation.d.ts.map +0 -0
  5401. /package/dist/{mjs → esm}/types/Interface/models/IPrestation.js +0 -0
  5402. /package/dist/{mjs → esm}/types/Interface/models/IPrestation.js.map +0 -0
  5403. /package/dist/{mjs → esm}/types/Interface/models/IPrestationComplementary.d.ts +0 -0
  5404. /package/dist/{mjs → esm}/types/Interface/models/IPrestationComplementary.d.ts.map +0 -0
  5405. /package/dist/{mjs → esm}/types/Interface/models/IPrestationComplementary.js +0 -0
  5406. /package/dist/{mjs → esm}/types/Interface/models/IPrestationComplementary.js.map +0 -0
  5407. /package/dist/{mjs → esm}/types/Interface/models/IPrestationComplementaryHistory.d.ts +0 -0
  5408. /package/dist/{mjs → esm}/types/Interface/models/IPrestationComplementaryHistory.d.ts.map +0 -0
  5409. /package/dist/{mjs → esm}/types/Interface/models/IPrestationComplementaryHistory.js +0 -0
  5410. /package/dist/{mjs → esm}/types/Interface/models/IPrestationComplementaryHistory.js.map +0 -0
  5411. /package/dist/{mjs → esm}/types/Interface/models/IPrestationHistory.d.ts +0 -0
  5412. /package/dist/{mjs → esm}/types/Interface/models/IPrestationHistory.d.ts.map +0 -0
  5413. /package/dist/{mjs → esm}/types/Interface/models/IPrestationHistory.js +0 -0
  5414. /package/dist/{mjs → esm}/types/Interface/models/IPrestationHistory.js.map +0 -0
  5415. /package/dist/{mjs → esm}/types/Interface/models/IPrestationList.d.ts +0 -0
  5416. /package/dist/{mjs → esm}/types/Interface/models/IPrestationList.d.ts.map +0 -0
  5417. /package/dist/{mjs → esm}/types/Interface/models/IPrestationList.js +0 -0
  5418. /package/dist/{mjs → esm}/types/Interface/models/IPrestationList.js.map +0 -0
  5419. /package/dist/{mjs → esm}/types/Interface/models/IPrestationOption.d.ts +0 -0
  5420. /package/dist/{mjs → esm}/types/Interface/models/IPrestationOption.d.ts.map +0 -0
  5421. /package/dist/{mjs → esm}/types/Interface/models/IPrestationOption.js +0 -0
  5422. /package/dist/{mjs → esm}/types/Interface/models/IPrestationOption.js.map +0 -0
  5423. /package/dist/{mjs → esm}/types/Interface/models/IPrevisionalForm.d.ts +0 -0
  5424. /package/dist/{mjs → esm}/types/Interface/models/IPrevisionalForm.d.ts.map +0 -0
  5425. /package/dist/{mjs → esm}/types/Interface/models/IPrevisionalForm.js +0 -0
  5426. /package/dist/{mjs → esm}/types/Interface/models/IPrevisionalForm.js.map +0 -0
  5427. /package/dist/{mjs → esm}/types/Interface/models/IProcedure.d.ts +0 -0
  5428. /package/dist/{mjs → esm}/types/Interface/models/IProcedure.d.ts.map +0 -0
  5429. /package/dist/{mjs → esm}/types/Interface/models/IProcedure.js +0 -0
  5430. /package/dist/{mjs → esm}/types/Interface/models/IProcedure.js.map +0 -0
  5431. /package/dist/{mjs → esm}/types/Interface/models/IProduct.d.ts +0 -0
  5432. /package/dist/{mjs → esm}/types/Interface/models/IProduct.d.ts.map +0 -0
  5433. /package/dist/{mjs → esm}/types/Interface/models/IProduct.js +0 -0
  5434. /package/dist/{mjs → esm}/types/Interface/models/IProduct.js.map +0 -0
  5435. /package/dist/{mjs → esm}/types/Interface/models/IProductInvoice.d.ts +0 -0
  5436. /package/dist/{mjs → esm}/types/Interface/models/IProductInvoice.d.ts.map +0 -0
  5437. /package/dist/{mjs → esm}/types/Interface/models/IProductInvoice.js +0 -0
  5438. /package/dist/{mjs → esm}/types/Interface/models/IProductInvoice.js.map +0 -0
  5439. /package/dist/{mjs → esm}/types/Interface/models/IQuality.d.ts +0 -0
  5440. /package/dist/{mjs → esm}/types/Interface/models/IQuality.d.ts.map +0 -0
  5441. /package/dist/{mjs → esm}/types/Interface/models/IQuality.js +0 -0
  5442. /package/dist/{mjs → esm}/types/Interface/models/IQuality.js.map +0 -0
  5443. /package/dist/{mjs → esm}/types/Interface/models/IQuotaLead.d.ts +0 -0
  5444. /package/dist/{mjs → esm}/types/Interface/models/IQuotaLead.d.ts.map +0 -0
  5445. /package/dist/{mjs → esm}/types/Interface/models/IQuotaLead.js +0 -0
  5446. /package/dist/{mjs → esm}/types/Interface/models/IQuotaLead.js.map +0 -0
  5447. /package/dist/{mjs → esm}/types/Interface/models/IRating.d.ts +0 -0
  5448. /package/dist/{mjs → esm}/types/Interface/models/IRating.d.ts.map +0 -0
  5449. /package/dist/{mjs → esm}/types/Interface/models/IRating.js +0 -0
  5450. /package/dist/{mjs → esm}/types/Interface/models/IRating.js.map +0 -0
  5451. /package/dist/{mjs → esm}/types/Interface/models/IRatingHistory.d.ts +0 -0
  5452. /package/dist/{mjs → esm}/types/Interface/models/IRatingHistory.d.ts.map +0 -0
  5453. /package/dist/{mjs → esm}/types/Interface/models/IRatingHistory.js +0 -0
  5454. /package/dist/{mjs → esm}/types/Interface/models/IRatingHistory.js.map +0 -0
  5455. /package/dist/{mjs → esm}/types/Interface/models/IReason.d.ts +0 -0
  5456. /package/dist/{mjs → esm}/types/Interface/models/IReason.d.ts.map +0 -0
  5457. /package/dist/{mjs → esm}/types/Interface/models/IReason.js +0 -0
  5458. /package/dist/{mjs → esm}/types/Interface/models/IReason.js.map +0 -0
  5459. /package/dist/{mjs → esm}/types/Interface/models/IRecontactHistory.d.ts +0 -0
  5460. /package/dist/{mjs → esm}/types/Interface/models/IRecontactHistory.d.ts.map +0 -0
  5461. /package/dist/{mjs → esm}/types/Interface/models/IRecontactHistory.js +0 -0
  5462. /package/dist/{mjs → esm}/types/Interface/models/IRecontactHistory.js.map +0 -0
  5463. /package/dist/{mjs → esm}/types/Interface/models/IRefund.d.ts +0 -0
  5464. /package/dist/{mjs → esm}/types/Interface/models/IRefund.d.ts.map +0 -0
  5465. /package/dist/{mjs → esm}/types/Interface/models/IRefund.js +0 -0
  5466. /package/dist/{mjs → esm}/types/Interface/models/IRefund.js.map +0 -0
  5467. /package/dist/{mjs → esm}/types/Interface/models/IRefundMotif.d.ts +0 -0
  5468. /package/dist/{mjs → esm}/types/Interface/models/IRefundMotif.d.ts.map +0 -0
  5469. /package/dist/{mjs → esm}/types/Interface/models/IRefundMotif.js +0 -0
  5470. /package/dist/{mjs → esm}/types/Interface/models/IRefundMotif.js.map +0 -0
  5471. /package/dist/{mjs → esm}/types/Interface/models/IRegion.d.ts +0 -0
  5472. /package/dist/{mjs → esm}/types/Interface/models/IRegion.d.ts.map +0 -0
  5473. /package/dist/{mjs → esm}/types/Interface/models/IRegion.js +0 -0
  5474. /package/dist/{mjs → esm}/types/Interface/models/IRegion.js.map +0 -0
  5475. /package/dist/{mjs → esm}/types/Interface/models/IRegisterCategory.d.ts +0 -0
  5476. /package/dist/{mjs → esm}/types/Interface/models/IRegisterCategory.d.ts.map +0 -0
  5477. /package/dist/{mjs → esm}/types/Interface/models/IRegisterCategory.js +0 -0
  5478. /package/dist/{mjs → esm}/types/Interface/models/IRegisterCategory.js.map +0 -0
  5479. /package/dist/{mjs → esm}/types/Interface/models/IRegistration.d.ts +0 -0
  5480. /package/dist/{mjs → esm}/types/Interface/models/IRegistration.d.ts.map +0 -0
  5481. /package/dist/{mjs → esm}/types/Interface/models/IRegistration.js +0 -0
  5482. /package/dist/{mjs → esm}/types/Interface/models/IRegistration.js.map +0 -0
  5483. /package/dist/{mjs → esm}/types/Interface/models/IRegistrationCertificate.d.ts +0 -0
  5484. /package/dist/{mjs → esm}/types/Interface/models/IRegistrationCertificate.d.ts.map +0 -0
  5485. /package/dist/{mjs → esm}/types/Interface/models/IRegistrationCertificate.js +0 -0
  5486. /package/dist/{mjs → esm}/types/Interface/models/IRegistrationCertificate.js.map +0 -0
  5487. /package/dist/{mjs → esm}/types/Interface/models/IRegulate.d.ts +0 -0
  5488. /package/dist/{mjs → esm}/types/Interface/models/IRegulate.d.ts.map +0 -0
  5489. /package/dist/{mjs → esm}/types/Interface/models/IRegulate.js +0 -0
  5490. /package/dist/{mjs → esm}/types/Interface/models/IRegulate.js.map +0 -0
  5491. /package/dist/{mjs → esm}/types/Interface/models/IRegulation.d.ts +0 -0
  5492. /package/dist/{mjs → esm}/types/Interface/models/IRegulation.d.ts.map +0 -0
  5493. /package/dist/{mjs → esm}/types/Interface/models/IRegulation.js +0 -0
  5494. /package/dist/{mjs → esm}/types/Interface/models/IRegulation.js.map +0 -0
  5495. /package/dist/{mjs → esm}/types/Interface/models/IRelatedAccountingTransaction.d.ts +0 -0
  5496. /package/dist/{mjs → esm}/types/Interface/models/IRelatedAccountingTransaction.d.ts.map +0 -0
  5497. /package/dist/{mjs → esm}/types/Interface/models/IRelatedAccountingTransaction.js +0 -0
  5498. /package/dist/{mjs → esm}/types/Interface/models/IRelatedAccountingTransaction.js.map +0 -0
  5499. /package/dist/{mjs → esm}/types/Interface/models/IReminder.d.ts +0 -0
  5500. /package/dist/{mjs → esm}/types/Interface/models/IReminder.d.ts.map +0 -0
  5501. /package/dist/{mjs → esm}/types/Interface/models/IReminder.js +0 -0
  5502. /package/dist/{mjs → esm}/types/Interface/models/IReminder.js.map +0 -0
  5503. /package/dist/{mjs → esm}/types/Interface/models/IReminderAttachment.d.ts +0 -0
  5504. /package/dist/{mjs → esm}/types/Interface/models/IReminderAttachment.d.ts.map +0 -0
  5505. /package/dist/{mjs → esm}/types/Interface/models/IReminderAttachment.js +0 -0
  5506. /package/dist/{mjs → esm}/types/Interface/models/IReminderAttachment.js.map +0 -0
  5507. /package/dist/{mjs → esm}/types/Interface/models/IRepeatType.d.ts +0 -0
  5508. /package/dist/{mjs → esm}/types/Interface/models/IRepeatType.d.ts.map +0 -0
  5509. /package/dist/{mjs → esm}/types/Interface/models/IRepeatType.js +0 -0
  5510. /package/dist/{mjs → esm}/types/Interface/models/IRepeatType.js.map +0 -0
  5511. /package/dist/{mjs → esm}/types/Interface/models/IReport.d.ts +0 -0
  5512. /package/dist/{mjs → esm}/types/Interface/models/IReport.d.ts.map +0 -0
  5513. /package/dist/{mjs → esm}/types/Interface/models/IReport.js +0 -0
  5514. /package/dist/{mjs → esm}/types/Interface/models/IReport.js.map +0 -0
  5515. /package/dist/{mjs → esm}/types/Interface/models/IReportMessage.d.ts +0 -0
  5516. /package/dist/{mjs → esm}/types/Interface/models/IReportMessage.d.ts.map +0 -0
  5517. /package/dist/{mjs → esm}/types/Interface/models/IReportMessage.js +0 -0
  5518. /package/dist/{mjs → esm}/types/Interface/models/IReportMessage.js.map +0 -0
  5519. /package/dist/{mjs → esm}/types/Interface/models/IReportType.d.ts +0 -0
  5520. /package/dist/{mjs → esm}/types/Interface/models/IReportType.d.ts.map +0 -0
  5521. /package/dist/{mjs → esm}/types/Interface/models/IReportType.js +0 -0
  5522. /package/dist/{mjs → esm}/types/Interface/models/IReportType.js.map +0 -0
  5523. /package/dist/{mjs → esm}/types/Interface/models/IRevisionGuide.d.ts +0 -0
  5524. /package/dist/{mjs → esm}/types/Interface/models/IRevisionGuide.d.ts.map +0 -0
  5525. /package/dist/{mjs → esm}/types/Interface/models/IRevisionGuide.js +0 -0
  5526. /package/dist/{mjs → esm}/types/Interface/models/IRevisionGuide.js.map +0 -0
  5527. /package/dist/{mjs → esm}/types/Interface/models/IRole.d.ts +0 -0
  5528. /package/dist/{mjs → esm}/types/Interface/models/IRole.d.ts.map +0 -0
  5529. /package/dist/{mjs → esm}/types/Interface/models/IRole.js +0 -0
  5530. /package/dist/{mjs → esm}/types/Interface/models/IRole.js.map +0 -0
  5531. /package/dist/{mjs → esm}/types/Interface/models/IRoleUser.d.ts +0 -0
  5532. /package/dist/{mjs → esm}/types/Interface/models/IRoleUser.d.ts.map +0 -0
  5533. /package/dist/{mjs → esm}/types/Interface/models/IRoleUser.js +0 -0
  5534. /package/dist/{mjs → esm}/types/Interface/models/IRoleUser.js.map +0 -0
  5535. /package/dist/{mjs → esm}/types/Interface/models/IRoom.d.ts +0 -0
  5536. /package/dist/{mjs → esm}/types/Interface/models/IRoom.d.ts.map +0 -0
  5537. /package/dist/{mjs → esm}/types/Interface/models/IRoom.js +0 -0
  5538. /package/dist/{mjs → esm}/types/Interface/models/IRoom.js.map +0 -0
  5539. /package/dist/{mjs → esm}/types/Interface/models/IRule.d.ts +0 -0
  5540. /package/dist/{mjs → esm}/types/Interface/models/IRule.d.ts.map +0 -0
  5541. /package/dist/{mjs → esm}/types/Interface/models/IRule.js +0 -0
  5542. /package/dist/{mjs → esm}/types/Interface/models/IRule.js.map +0 -0
  5543. /package/dist/{mjs → esm}/types/Interface/models/ISalariesFile.d.ts +0 -0
  5544. /package/dist/{mjs → esm}/types/Interface/models/ISalariesFile.d.ts.map +0 -0
  5545. /package/dist/{mjs → esm}/types/Interface/models/ISalariesFile.js +0 -0
  5546. /package/dist/{mjs → esm}/types/Interface/models/ISalariesFile.js.map +0 -0
  5547. /package/dist/{mjs → esm}/types/Interface/models/ISaleDocumentTemplate.d.ts +0 -0
  5548. /package/dist/{mjs → esm}/types/Interface/models/ISaleDocumentTemplate.d.ts.map +0 -0
  5549. /package/dist/{mjs → esm}/types/Interface/models/ISaleDocumentTemplate.js +0 -0
  5550. /package/dist/{mjs → esm}/types/Interface/models/ISaleDocumentTemplate.js.map +0 -0
  5551. /package/dist/{mjs → esm}/types/Interface/models/ISaleEmail.d.ts +0 -0
  5552. /package/dist/{mjs → esm}/types/Interface/models/ISaleEmail.d.ts.map +0 -0
  5553. /package/dist/{mjs → esm}/types/Interface/models/ISaleEmail.js +0 -0
  5554. /package/dist/{mjs → esm}/types/Interface/models/ISaleEmail.js.map +0 -0
  5555. /package/dist/{mjs → esm}/types/Interface/models/ISchedule.d.ts +0 -0
  5556. /package/dist/{mjs → esm}/types/Interface/models/ISchedule.d.ts.map +0 -0
  5557. /package/dist/{mjs → esm}/types/Interface/models/ISchedule.js +0 -0
  5558. /package/dist/{mjs → esm}/types/Interface/models/ISchedule.js.map +0 -0
  5559. /package/dist/{mjs → esm}/types/Interface/models/IScheduledReminder.d.ts +0 -0
  5560. /package/dist/{mjs → esm}/types/Interface/models/IScheduledReminder.d.ts.map +0 -0
  5561. /package/dist/{mjs → esm}/types/Interface/models/IScheduledReminder.js +0 -0
  5562. /package/dist/{mjs → esm}/types/Interface/models/IScheduledReminder.js.map +0 -0
  5563. /package/dist/{mjs → esm}/types/Interface/models/ISector.d.ts +0 -0
  5564. /package/dist/{mjs → esm}/types/Interface/models/ISector.d.ts.map +0 -0
  5565. /package/dist/{mjs → esm}/types/Interface/models/ISector.js +0 -0
  5566. /package/dist/{mjs → esm}/types/Interface/models/ISector.js.map +0 -0
  5567. /package/dist/{mjs → esm}/types/Interface/models/ISendMethod.d.ts +0 -0
  5568. /package/dist/{mjs → esm}/types/Interface/models/ISendMethod.d.ts.map +0 -0
  5569. /package/dist/{mjs → esm}/types/Interface/models/ISendMethod.js +0 -0
  5570. /package/dist/{mjs → esm}/types/Interface/models/ISendMethod.js.map +0 -0
  5571. /package/dist/{mjs → esm}/types/Interface/models/IService.d.ts +0 -0
  5572. /package/dist/{mjs → esm}/types/Interface/models/IService.d.ts.map +0 -0
  5573. /package/dist/{mjs → esm}/types/Interface/models/IService.js +0 -0
  5574. /package/dist/{mjs → esm}/types/Interface/models/IService.js.map +0 -0
  5575. /package/dist/{mjs → esm}/types/Interface/models/ISheetMonthSchedule.d.ts +0 -0
  5576. /package/dist/{mjs → esm}/types/Interface/models/ISheetMonthSchedule.d.ts.map +0 -0
  5577. /package/dist/{mjs → esm}/types/Interface/models/ISheetMonthSchedule.js +0 -0
  5578. /package/dist/{mjs → esm}/types/Interface/models/ISheetMonthSchedule.js.map +0 -0
  5579. /package/dist/{mjs → esm}/types/Interface/models/ISheetMonthScheduleDetails.d.ts +0 -0
  5580. /package/dist/{mjs → esm}/types/Interface/models/ISheetMonthScheduleDetails.d.ts.map +0 -0
  5581. /package/dist/{mjs → esm}/types/Interface/models/ISheetMonthScheduleDetails.js +0 -0
  5582. /package/dist/{mjs → esm}/types/Interface/models/ISheetMonthScheduleDetails.js.map +0 -0
  5583. /package/dist/{mjs → esm}/types/Interface/models/ISlowDetection.d.ts +0 -0
  5584. /package/dist/{mjs → esm}/types/Interface/models/ISlowDetection.d.ts.map +0 -0
  5585. /package/dist/{mjs → esm}/types/Interface/models/ISlowDetection.js +0 -0
  5586. /package/dist/{mjs → esm}/types/Interface/models/ISlowDetection.js.map +0 -0
  5587. /package/dist/{mjs → esm}/types/Interface/models/ISms.d.ts +0 -0
  5588. /package/dist/{mjs → esm}/types/Interface/models/ISms.d.ts.map +0 -0
  5589. /package/dist/{mjs → esm}/types/Interface/models/ISms.js +0 -0
  5590. /package/dist/{mjs → esm}/types/Interface/models/ISms.js.map +0 -0
  5591. /package/dist/{mjs → esm}/types/Interface/models/ISmsType.d.ts +0 -0
  5592. /package/dist/{mjs → esm}/types/Interface/models/ISmsType.d.ts.map +0 -0
  5593. /package/dist/{mjs → esm}/types/Interface/models/ISmsType.js +0 -0
  5594. /package/dist/{mjs → esm}/types/Interface/models/ISmsType.js.map +0 -0
  5595. /package/dist/{mjs → esm}/types/Interface/models/ISocialDetail.d.ts +0 -0
  5596. /package/dist/{mjs → esm}/types/Interface/models/ISocialDetail.d.ts.map +0 -0
  5597. /package/dist/{mjs → esm}/types/Interface/models/ISocialDetail.js +0 -0
  5598. /package/dist/{mjs → esm}/types/Interface/models/ISocialDetail.js.map +0 -0
  5599. /package/dist/{mjs → esm}/types/Interface/models/ISociety.d.ts +0 -0
  5600. /package/dist/{mjs → esm}/types/Interface/models/ISociety.d.ts.map +0 -0
  5601. /package/dist/{mjs → esm}/types/Interface/models/ISociety.js +0 -0
  5602. /package/dist/{mjs → esm}/types/Interface/models/ISociety.js.map +0 -0
  5603. /package/dist/{mjs → esm}/types/Interface/models/ISocietyApproval.d.ts +0 -0
  5604. /package/dist/{mjs → esm}/types/Interface/models/ISocietyApproval.d.ts.map +0 -0
  5605. /package/dist/{mjs → esm}/types/Interface/models/ISocietyApproval.js +0 -0
  5606. /package/dist/{mjs → esm}/types/Interface/models/ISocietyApproval.js.map +0 -0
  5607. /package/dist/{mjs → esm}/types/Interface/models/ISocietyBank.d.ts +0 -0
  5608. /package/dist/{mjs → esm}/types/Interface/models/ISocietyBank.d.ts.map +0 -0
  5609. /package/dist/{mjs → esm}/types/Interface/models/ISocietyBank.js +0 -0
  5610. /package/dist/{mjs → esm}/types/Interface/models/ISocietyBank.js.map +0 -0
  5611. /package/dist/{mjs → esm}/types/Interface/models/ISocietyBudgetConnection.d.ts +0 -0
  5612. /package/dist/{mjs → esm}/types/Interface/models/ISocietyBudgetConnection.d.ts.map +0 -0
  5613. /package/dist/{mjs → esm}/types/Interface/models/ISocietyBudgetConnection.js +0 -0
  5614. /package/dist/{mjs → esm}/types/Interface/models/ISocietyBudgetConnection.js.map +0 -0
  5615. /package/dist/{mjs → esm}/types/Interface/models/ISocietyConfig.d.ts +0 -0
  5616. /package/dist/{mjs → esm}/types/Interface/models/ISocietyConfig.d.ts.map +0 -0
  5617. /package/dist/{mjs → esm}/types/Interface/models/ISocietyConfig.js +0 -0
  5618. /package/dist/{mjs → esm}/types/Interface/models/ISocietyConfig.js.map +0 -0
  5619. /package/dist/{mjs → esm}/types/Interface/models/ISocietyConfigBalanceSheet.d.ts +0 -0
  5620. /package/dist/{mjs → esm}/types/Interface/models/ISocietyConfigBalanceSheet.d.ts.map +0 -0
  5621. /package/dist/{mjs → esm}/types/Interface/models/ISocietyConfigBalanceSheet.js +0 -0
  5622. /package/dist/{mjs → esm}/types/Interface/models/ISocietyConfigBalanceSheet.js.map +0 -0
  5623. /package/dist/{mjs → esm}/types/Interface/models/ISocietyDetail.d.ts +0 -0
  5624. /package/dist/{mjs → esm}/types/Interface/models/ISocietyDetail.d.ts.map +0 -0
  5625. /package/dist/{mjs → esm}/types/Interface/models/ISocietyDetail.js +0 -0
  5626. /package/dist/{mjs → esm}/types/Interface/models/ISocietyDetail.js.map +0 -0
  5627. /package/dist/{mjs → esm}/types/Interface/models/ISocietyEvent.d.ts +0 -0
  5628. /package/dist/{mjs → esm}/types/Interface/models/ISocietyEvent.d.ts.map +0 -0
  5629. /package/dist/{mjs → esm}/types/Interface/models/ISocietyEvent.js +0 -0
  5630. /package/dist/{mjs → esm}/types/Interface/models/ISocietyEvent.js.map +0 -0
  5631. /package/dist/{mjs → esm}/types/Interface/models/ISocietyFile.d.ts +0 -0
  5632. /package/dist/{mjs → esm}/types/Interface/models/ISocietyFile.d.ts.map +0 -0
  5633. /package/dist/{mjs → esm}/types/Interface/models/ISocietyFile.js +0 -0
  5634. /package/dist/{mjs → esm}/types/Interface/models/ISocietyFile.js.map +0 -0
  5635. /package/dist/{mjs → esm}/types/Interface/models/ISocietyGescom.d.ts +0 -0
  5636. /package/dist/{mjs → esm}/types/Interface/models/ISocietyGescom.d.ts.map +0 -0
  5637. /package/dist/{mjs → esm}/types/Interface/models/ISocietyGescom.js +0 -0
  5638. /package/dist/{mjs → esm}/types/Interface/models/ISocietyGescom.js.map +0 -0
  5639. /package/dist/{mjs → esm}/types/Interface/models/ISocietyJuridical.d.ts +0 -0
  5640. /package/dist/{mjs → esm}/types/Interface/models/ISocietyJuridical.d.ts.map +0 -0
  5641. /package/dist/{mjs → esm}/types/Interface/models/ISocietyJuridical.js +0 -0
  5642. /package/dist/{mjs → esm}/types/Interface/models/ISocietyJuridical.js.map +0 -0
  5643. /package/dist/{mjs → esm}/types/Interface/models/ISocietyNote.d.ts +0 -0
  5644. /package/dist/{mjs → esm}/types/Interface/models/ISocietyNote.d.ts.map +0 -0
  5645. /package/dist/{mjs → esm}/types/Interface/models/ISocietyNote.js +0 -0
  5646. /package/dist/{mjs → esm}/types/Interface/models/ISocietyNote.js.map +0 -0
  5647. /package/dist/{mjs → esm}/types/Interface/models/ISocietyPartner.d.ts +0 -0
  5648. /package/dist/{mjs → esm}/types/Interface/models/ISocietyPartner.d.ts.map +0 -0
  5649. /package/dist/{mjs → esm}/types/Interface/models/ISocietyPartner.js +0 -0
  5650. /package/dist/{mjs → esm}/types/Interface/models/ISocietyPartner.js.map +0 -0
  5651. /package/dist/{mjs → esm}/types/Interface/models/ISocietyProceding.d.ts +0 -0
  5652. /package/dist/{mjs → esm}/types/Interface/models/ISocietyProceding.d.ts.map +0 -0
  5653. /package/dist/{mjs → esm}/types/Interface/models/ISocietyProceding.js +0 -0
  5654. /package/dist/{mjs → esm}/types/Interface/models/ISocietyProceding.js.map +0 -0
  5655. /package/dist/{mjs → esm}/types/Interface/models/ISocietySocial.d.ts +0 -0
  5656. /package/dist/{mjs → esm}/types/Interface/models/ISocietySocial.d.ts.map +0 -0
  5657. /package/dist/{mjs → esm}/types/Interface/models/ISocietySocial.js +0 -0
  5658. /package/dist/{mjs → esm}/types/Interface/models/ISocietySocial.js.map +0 -0
  5659. /package/dist/{mjs → esm}/types/Interface/models/ISocietySoftware.d.ts +0 -0
  5660. /package/dist/{mjs → esm}/types/Interface/models/ISocietySoftware.d.ts.map +0 -0
  5661. /package/dist/{mjs → esm}/types/Interface/models/ISocietySoftware.js +0 -0
  5662. /package/dist/{mjs → esm}/types/Interface/models/ISocietySoftware.js.map +0 -0
  5663. /package/dist/{mjs → esm}/types/Interface/models/ISocietyStat.d.ts +0 -0
  5664. /package/dist/{mjs → esm}/types/Interface/models/ISocietyStat.d.ts.map +0 -0
  5665. /package/dist/{mjs → esm}/types/Interface/models/ISocietyStat.js +0 -0
  5666. /package/dist/{mjs → esm}/types/Interface/models/ISocietyStat.js.map +0 -0
  5667. /package/dist/{mjs → esm}/types/Interface/models/ISocietyVehicle.d.ts +0 -0
  5668. /package/dist/{mjs → esm}/types/Interface/models/ISocietyVehicle.d.ts.map +0 -0
  5669. /package/dist/{mjs → esm}/types/Interface/models/ISocietyVehicle.js +0 -0
  5670. /package/dist/{mjs → esm}/types/Interface/models/ISocietyVehicle.js.map +0 -0
  5671. /package/dist/{mjs → esm}/types/Interface/models/ISoftwareCompta.d.ts +0 -0
  5672. /package/dist/{mjs → esm}/types/Interface/models/ISoftwareCompta.d.ts.map +0 -0
  5673. /package/dist/{mjs → esm}/types/Interface/models/ISoftwareCompta.js +0 -0
  5674. /package/dist/{mjs → esm}/types/Interface/models/ISoftwareCompta.js.map +0 -0
  5675. /package/dist/{mjs → esm}/types/Interface/models/ISource.d.ts +0 -0
  5676. /package/dist/{mjs → esm}/types/Interface/models/ISource.d.ts.map +0 -0
  5677. /package/dist/{mjs → esm}/types/Interface/models/ISource.js +0 -0
  5678. /package/dist/{mjs → esm}/types/Interface/models/ISource.js.map +0 -0
  5679. /package/dist/{mjs → esm}/types/Interface/models/ISpecialOperation.d.ts +0 -0
  5680. /package/dist/{mjs → esm}/types/Interface/models/ISpecialOperation.d.ts.map +0 -0
  5681. /package/dist/{mjs → esm}/types/Interface/models/ISpecialOperation.js +0 -0
  5682. /package/dist/{mjs → esm}/types/Interface/models/ISpecialOperation.js.map +0 -0
  5683. /package/dist/{mjs → esm}/types/Interface/models/IStateBankAccount.d.ts +0 -0
  5684. /package/dist/{mjs → esm}/types/Interface/models/IStateBankAccount.d.ts.map +0 -0
  5685. /package/dist/{mjs → esm}/types/Interface/models/IStateBankAccount.js +0 -0
  5686. /package/dist/{mjs → esm}/types/Interface/models/IStateBankAccount.js.map +0 -0
  5687. /package/dist/{mjs → esm}/types/Interface/models/IStatistic.d.ts +0 -0
  5688. /package/dist/{mjs → esm}/types/Interface/models/IStatistic.d.ts.map +0 -0
  5689. /package/dist/{mjs → esm}/types/Interface/models/IStatistic.js +0 -0
  5690. /package/dist/{mjs → esm}/types/Interface/models/IStatistic.js.map +0 -0
  5691. /package/dist/{mjs → esm}/types/Interface/models/IStatusSignature.d.ts +0 -0
  5692. /package/dist/{mjs → esm}/types/Interface/models/IStatusSignature.d.ts.map +0 -0
  5693. /package/dist/{mjs → esm}/types/Interface/models/IStatusSignature.js +0 -0
  5694. /package/dist/{mjs → esm}/types/Interface/models/IStatusSignature.js.map +0 -0
  5695. /package/dist/{mjs → esm}/types/Interface/models/IStock.d.ts +0 -0
  5696. /package/dist/{mjs → esm}/types/Interface/models/IStock.d.ts.map +0 -0
  5697. /package/dist/{mjs → esm}/types/Interface/models/IStock.js +0 -0
  5698. /package/dist/{mjs → esm}/types/Interface/models/IStock.js.map +0 -0
  5699. /package/dist/{mjs → esm}/types/Interface/models/IStripeEvent.d.ts +0 -0
  5700. /package/dist/{mjs → esm}/types/Interface/models/IStripeEvent.d.ts.map +0 -0
  5701. /package/dist/{mjs → esm}/types/Interface/models/IStripeEvent.js +0 -0
  5702. /package/dist/{mjs → esm}/types/Interface/models/IStripeEvent.js.map +0 -0
  5703. /package/dist/{mjs → esm}/types/Interface/models/IStripeEventType.d.ts +0 -0
  5704. /package/dist/{mjs → esm}/types/Interface/models/IStripeEventType.d.ts.map +0 -0
  5705. /package/dist/{mjs → esm}/types/Interface/models/IStripeEventType.js +0 -0
  5706. /package/dist/{mjs → esm}/types/Interface/models/IStripeEventType.js.map +0 -0
  5707. /package/dist/{mjs → esm}/types/Interface/models/ISubscriptionType.d.ts +0 -0
  5708. /package/dist/{mjs → esm}/types/Interface/models/ISubscriptionType.d.ts.map +0 -0
  5709. /package/dist/{mjs → esm}/types/Interface/models/ISubscriptionType.js +0 -0
  5710. /package/dist/{mjs → esm}/types/Interface/models/ISubscriptionType.js.map +0 -0
  5711. /package/dist/{mjs → esm}/types/Interface/models/ISupervision.d.ts +0 -0
  5712. /package/dist/{mjs → esm}/types/Interface/models/ISupervision.d.ts.map +0 -0
  5713. /package/dist/{mjs → esm}/types/Interface/models/ISupervision.js +0 -0
  5714. /package/dist/{mjs → esm}/types/Interface/models/ISupervision.js.map +0 -0
  5715. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPendingPoint.d.ts +0 -0
  5716. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPendingPoint.d.ts.map +0 -0
  5717. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPendingPoint.js +0 -0
  5718. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPendingPoint.js.map +0 -0
  5719. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPendingPointReply.d.ts +0 -0
  5720. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPendingPointReply.d.ts.map +0 -0
  5721. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPendingPointReply.js +0 -0
  5722. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPendingPointReply.js.map +0 -0
  5723. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPersonalAccountantNote.d.ts +0 -0
  5724. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPersonalAccountantNote.d.ts.map +0 -0
  5725. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPersonalAccountantNote.js +0 -0
  5726. /package/dist/{mjs → esm}/types/Interface/models/ISupervisionPersonalAccountantNote.js.map +0 -0
  5727. /package/dist/{mjs → esm}/types/Interface/models/ISurvey.d.ts +0 -0
  5728. /package/dist/{mjs → esm}/types/Interface/models/ISurvey.d.ts.map +0 -0
  5729. /package/dist/{mjs → esm}/types/Interface/models/ISurvey.js +0 -0
  5730. /package/dist/{mjs → esm}/types/Interface/models/ISurvey.js.map +0 -0
  5731. /package/dist/{mjs → esm}/types/Interface/models/ITag.d.ts +0 -0
  5732. /package/dist/{mjs → esm}/types/Interface/models/ITag.d.ts.map +0 -0
  5733. /package/dist/{mjs → esm}/types/Interface/models/ITag.js +0 -0
  5734. /package/dist/{mjs → esm}/types/Interface/models/ITag.js.map +0 -0
  5735. /package/dist/{mjs → esm}/types/Interface/models/ITask.d.ts +0 -0
  5736. /package/dist/{mjs → esm}/types/Interface/models/ITask.d.ts.map +0 -0
  5737. /package/dist/{mjs → esm}/types/Interface/models/ITask.js +0 -0
  5738. /package/dist/{mjs → esm}/types/Interface/models/ITask.js.map +0 -0
  5739. /package/dist/{mjs → esm}/types/Interface/models/ITaskAttachment.d.ts +0 -0
  5740. /package/dist/{mjs → esm}/types/Interface/models/ITaskAttachment.d.ts.map +0 -0
  5741. /package/dist/{mjs → esm}/types/Interface/models/ITaskAttachment.js +0 -0
  5742. /package/dist/{mjs → esm}/types/Interface/models/ITaskAttachment.js.map +0 -0
  5743. /package/dist/{mjs → esm}/types/Interface/models/ITaxSystem.d.ts +0 -0
  5744. /package/dist/{mjs → esm}/types/Interface/models/ITaxSystem.d.ts.map +0 -0
  5745. /package/dist/{mjs → esm}/types/Interface/models/ITaxSystem.js +0 -0
  5746. /package/dist/{mjs → esm}/types/Interface/models/ITaxSystem.js.map +0 -0
  5747. /package/dist/{mjs → esm}/types/Interface/models/ITeam.d.ts +0 -0
  5748. /package/dist/{mjs → esm}/types/Interface/models/ITeam.d.ts.map +0 -0
  5749. /package/dist/{mjs → esm}/types/Interface/models/ITeam.js +0 -0
  5750. /package/dist/{mjs → esm}/types/Interface/models/ITeam.js.map +0 -0
  5751. /package/dist/{mjs → esm}/types/Interface/models/ITeamBusinessLine.d.ts +0 -0
  5752. /package/dist/{mjs → esm}/types/Interface/models/ITeamBusinessLine.d.ts.map +0 -0
  5753. /package/dist/{mjs → esm}/types/Interface/models/ITeamBusinessLine.js +0 -0
  5754. /package/dist/{mjs → esm}/types/Interface/models/ITeamBusinessLine.js.map +0 -0
  5755. /package/dist/{mjs → esm}/types/Interface/models/ITerminationList.d.ts +0 -0
  5756. /package/dist/{mjs → esm}/types/Interface/models/ITerminationList.d.ts.map +0 -0
  5757. /package/dist/{mjs → esm}/types/Interface/models/ITerminationList.js +0 -0
  5758. /package/dist/{mjs → esm}/types/Interface/models/ITerminationList.js.map +0 -0
  5759. /package/dist/{mjs → esm}/types/Interface/models/IThirdParty.d.ts +0 -0
  5760. /package/dist/{mjs → esm}/types/Interface/models/IThirdParty.d.ts.map +0 -0
  5761. /package/dist/{mjs → esm}/types/Interface/models/IThirdParty.js +0 -0
  5762. /package/dist/{mjs → esm}/types/Interface/models/IThirdParty.js.map +0 -0
  5763. /package/dist/{mjs → esm}/types/Interface/models/IThirdPartySociety.d.ts +0 -0
  5764. /package/dist/{mjs → esm}/types/Interface/models/IThirdPartySociety.d.ts.map +0 -0
  5765. /package/dist/{mjs → esm}/types/Interface/models/IThirdPartySociety.js +0 -0
  5766. /package/dist/{mjs → esm}/types/Interface/models/IThirdPartySociety.js.map +0 -0
  5767. /package/dist/{mjs → esm}/types/Interface/models/IThirdPartyType.d.ts +0 -0
  5768. /package/dist/{mjs → esm}/types/Interface/models/IThirdPartyType.d.ts.map +0 -0
  5769. /package/dist/{mjs → esm}/types/Interface/models/IThirdPartyType.js +0 -0
  5770. /package/dist/{mjs → esm}/types/Interface/models/IThirdPartyType.js.map +0 -0
  5771. /package/dist/{mjs → esm}/types/Interface/models/ITicketSupport.d.ts +0 -0
  5772. /package/dist/{mjs → esm}/types/Interface/models/ITicketSupport.d.ts.map +0 -0
  5773. /package/dist/{mjs → esm}/types/Interface/models/ITicketSupport.js +0 -0
  5774. /package/dist/{mjs → esm}/types/Interface/models/ITicketSupport.js.map +0 -0
  5775. /package/dist/{mjs → esm}/types/Interface/models/ITicketSupportFollow.d.ts +0 -0
  5776. /package/dist/{mjs → esm}/types/Interface/models/ITicketSupportFollow.d.ts.map +0 -0
  5777. /package/dist/{mjs → esm}/types/Interface/models/ITicketSupportFollow.js +0 -0
  5778. /package/dist/{mjs → esm}/types/Interface/models/ITicketSupportFollow.js.map +0 -0
  5779. /package/dist/{mjs → esm}/types/Interface/models/ITimeRecorder.d.ts +0 -0
  5780. /package/dist/{mjs → esm}/types/Interface/models/ITimeRecorder.d.ts.map +0 -0
  5781. /package/dist/{mjs → esm}/types/Interface/models/ITimeRecorder.js +0 -0
  5782. /package/dist/{mjs → esm}/types/Interface/models/ITimeRecorder.js.map +0 -0
  5783. /package/dist/{mjs → esm}/types/Interface/models/ITimeTracking.d.ts +0 -0
  5784. /package/dist/{mjs → esm}/types/Interface/models/ITimeTracking.d.ts.map +0 -0
  5785. /package/dist/{mjs → esm}/types/Interface/models/ITimeTracking.js +0 -0
  5786. /package/dist/{mjs → esm}/types/Interface/models/ITimeTracking.js.map +0 -0
  5787. /package/dist/{mjs → esm}/types/Interface/models/ITimeTrackingSource.d.ts +0 -0
  5788. /package/dist/{mjs → esm}/types/Interface/models/ITimeTrackingSource.d.ts.map +0 -0
  5789. /package/dist/{mjs → esm}/types/Interface/models/ITimeTrackingSource.js +0 -0
  5790. /package/dist/{mjs → esm}/types/Interface/models/ITimeTrackingSource.js.map +0 -0
  5791. /package/dist/{mjs → esm}/types/Interface/models/IUnpaidCallHistory.d.ts +0 -0
  5792. /package/dist/{mjs → esm}/types/Interface/models/IUnpaidCallHistory.d.ts.map +0 -0
  5793. /package/dist/{mjs → esm}/types/Interface/models/IUnpaidCallHistory.js +0 -0
  5794. /package/dist/{mjs → esm}/types/Interface/models/IUnpaidCallHistory.js.map +0 -0
  5795. /package/dist/{mjs → esm}/types/Interface/models/IUpToDateBankAccount.d.ts +0 -0
  5796. /package/dist/{mjs → esm}/types/Interface/models/IUpToDateBankAccount.d.ts.map +0 -0
  5797. /package/dist/{mjs → esm}/types/Interface/models/IUpToDateBankAccount.js +0 -0
  5798. /package/dist/{mjs → esm}/types/Interface/models/IUpToDateBankAccount.js.map +0 -0
  5799. /package/dist/{mjs → esm}/types/Interface/models/IUser.d.ts +0 -0
  5800. /package/dist/{mjs → esm}/types/Interface/models/IUser.d.ts.map +0 -0
  5801. /package/dist/{mjs → esm}/types/Interface/models/IUser.js +0 -0
  5802. /package/dist/{mjs → esm}/types/Interface/models/IUser.js.map +0 -0
  5803. /package/dist/{mjs → esm}/types/Interface/models/IUserBrand.d.ts +0 -0
  5804. /package/dist/{mjs → esm}/types/Interface/models/IUserBrand.d.ts.map +0 -0
  5805. /package/dist/{mjs → esm}/types/Interface/models/IUserBrand.js +0 -0
  5806. /package/dist/{mjs → esm}/types/Interface/models/IUserBrand.js.map +0 -0
  5807. /package/dist/{mjs → esm}/types/Interface/models/IUserChangeLog.d.ts +0 -0
  5808. /package/dist/{mjs → esm}/types/Interface/models/IUserChangeLog.d.ts.map +0 -0
  5809. /package/dist/{mjs → esm}/types/Interface/models/IUserChangeLog.js +0 -0
  5810. /package/dist/{mjs → esm}/types/Interface/models/IUserChangeLog.js.map +0 -0
  5811. /package/dist/{mjs → esm}/types/Interface/models/IUserContest.d.ts +0 -0
  5812. /package/dist/{mjs → esm}/types/Interface/models/IUserContest.d.ts.map +0 -0
  5813. /package/dist/{mjs → esm}/types/Interface/models/IUserContest.js +0 -0
  5814. /package/dist/{mjs → esm}/types/Interface/models/IUserContest.js.map +0 -0
  5815. /package/dist/{mjs → esm}/types/Interface/models/IUserFile.d.ts +0 -0
  5816. /package/dist/{mjs → esm}/types/Interface/models/IUserFile.d.ts.map +0 -0
  5817. /package/dist/{mjs → esm}/types/Interface/models/IUserFile.js +0 -0
  5818. /package/dist/{mjs → esm}/types/Interface/models/IUserFile.js.map +0 -0
  5819. /package/dist/{mjs → esm}/types/Interface/models/IUserHumanResourceLibrary.d.ts +0 -0
  5820. /package/dist/{mjs → esm}/types/Interface/models/IUserHumanResourceLibrary.d.ts.map +0 -0
  5821. /package/dist/{mjs → esm}/types/Interface/models/IUserHumanResourceLibrary.js +0 -0
  5822. /package/dist/{mjs → esm}/types/Interface/models/IUserHumanResourceLibrary.js.map +0 -0
  5823. /package/dist/{mjs → esm}/types/Interface/models/IUserNotification.d.ts +0 -0
  5824. /package/dist/{mjs → esm}/types/Interface/models/IUserNotification.d.ts.map +0 -0
  5825. /package/dist/{mjs → esm}/types/Interface/models/IUserNotification.js +0 -0
  5826. /package/dist/{mjs → esm}/types/Interface/models/IUserNotification.js.map +0 -0
  5827. /package/dist/{mjs → esm}/types/Interface/models/IUserRoomEquipment.d.ts +0 -0
  5828. /package/dist/{mjs → esm}/types/Interface/models/IUserRoomEquipment.d.ts.map +0 -0
  5829. /package/dist/{mjs → esm}/types/Interface/models/IUserRoomEquipment.js +0 -0
  5830. /package/dist/{mjs → esm}/types/Interface/models/IUserRoomEquipment.js.map +0 -0
  5831. /package/dist/{mjs → esm}/types/Interface/models/IUserSocietyPermission.d.ts +0 -0
  5832. /package/dist/{mjs → esm}/types/Interface/models/IUserSocietyPermission.d.ts.map +0 -0
  5833. /package/dist/{mjs → esm}/types/Interface/models/IUserSocietyPermission.js +0 -0
  5834. /package/dist/{mjs → esm}/types/Interface/models/IUserSocietyPermission.js.map +0 -0
  5835. /package/dist/{mjs → esm}/types/Interface/models/IUserSpecialDay.d.ts +0 -0
  5836. /package/dist/{mjs → esm}/types/Interface/models/IUserSpecialDay.d.ts.map +0 -0
  5837. /package/dist/{mjs → esm}/types/Interface/models/IUserSpecialDay.js +0 -0
  5838. /package/dist/{mjs → esm}/types/Interface/models/IUserSpecialDay.js.map +0 -0
  5839. /package/dist/{mjs → esm}/types/Interface/models/IUserTeam.d.ts +0 -0
  5840. /package/dist/{mjs → esm}/types/Interface/models/IUserTeam.d.ts.map +0 -0
  5841. /package/dist/{mjs → esm}/types/Interface/models/IUserTeam.js +0 -0
  5842. /package/dist/{mjs → esm}/types/Interface/models/IUserTeam.js.map +0 -0
  5843. /package/dist/{mjs → esm}/types/Interface/models/IUserTimeSlot.d.ts +0 -0
  5844. /package/dist/{mjs → esm}/types/Interface/models/IUserTimeSlot.d.ts.map +0 -0
  5845. /package/dist/{mjs → esm}/types/Interface/models/IUserTimeSlot.js +0 -0
  5846. /package/dist/{mjs → esm}/types/Interface/models/IUserTimeSlot.js.map +0 -0
  5847. /package/dist/{mjs → esm}/types/Interface/models/IVat.d.ts +0 -0
  5848. /package/dist/{mjs → esm}/types/Interface/models/IVat.d.ts.map +0 -0
  5849. /package/dist/{mjs → esm}/types/Interface/models/IVat.js +0 -0
  5850. /package/dist/{mjs → esm}/types/Interface/models/IVat.js.map +0 -0
  5851. /package/dist/{mjs → esm}/types/Interface/models/IVatDeclaration.d.ts +0 -0
  5852. /package/dist/{mjs → esm}/types/Interface/models/IVatDeclaration.d.ts.map +0 -0
  5853. /package/dist/{mjs → esm}/types/Interface/models/IVatDeclaration.js +0 -0
  5854. /package/dist/{mjs → esm}/types/Interface/models/IVatDeclaration.js.map +0 -0
  5855. /package/dist/{mjs → esm}/types/Interface/models/IVatDeclarationSocietyDetail.d.ts +0 -0
  5856. /package/dist/{mjs → esm}/types/Interface/models/IVatDeclarationSocietyDetail.d.ts.map +0 -0
  5857. /package/dist/{mjs → esm}/types/Interface/models/IVatDeclarationSocietyDetail.js +0 -0
  5858. /package/dist/{mjs → esm}/types/Interface/models/IVatDeclarationSocietyDetail.js.map +0 -0
  5859. /package/dist/{mjs → esm}/types/Interface/models/IVatRegime.d.ts +0 -0
  5860. /package/dist/{mjs → esm}/types/Interface/models/IVatRegime.d.ts.map +0 -0
  5861. /package/dist/{mjs → esm}/types/Interface/models/IVatRegime.js +0 -0
  5862. /package/dist/{mjs → esm}/types/Interface/models/IVatRegime.js.map +0 -0
  5863. /package/dist/{mjs → esm}/types/Interface/models/IVatRegimeHistory.d.ts +0 -0
  5864. /package/dist/{mjs → esm}/types/Interface/models/IVatRegimeHistory.d.ts.map +0 -0
  5865. /package/dist/{mjs → esm}/types/Interface/models/IVatRegimeHistory.js +0 -0
  5866. /package/dist/{mjs → esm}/types/Interface/models/IVatRegimeHistory.js.map +0 -0
  5867. /package/dist/{mjs → esm}/types/Interface/models/IVehicleType.d.ts +0 -0
  5868. /package/dist/{mjs → esm}/types/Interface/models/IVehicleType.d.ts.map +0 -0
  5869. /package/dist/{mjs → esm}/types/Interface/models/IVehicleType.js +0 -0
  5870. /package/dist/{mjs → esm}/types/Interface/models/IVehicleType.js.map +0 -0
  5871. /package/dist/{mjs → esm}/types/Interface/models/IVisualizedInformation.d.ts +0 -0
  5872. /package/dist/{mjs → esm}/types/Interface/models/IVisualizedInformation.d.ts.map +0 -0
  5873. /package/dist/{mjs → esm}/types/Interface/models/IVisualizedInformation.js +0 -0
  5874. /package/dist/{mjs → esm}/types/Interface/models/IVisualizedInformation.js.map +0 -0
  5875. /package/dist/{mjs → esm}/types/Interface/models/IWebMail.d.ts +0 -0
  5876. /package/dist/{mjs → esm}/types/Interface/models/IWebMail.d.ts.map +0 -0
  5877. /package/dist/{mjs → esm}/types/Interface/models/IWebMail.js +0 -0
  5878. /package/dist/{mjs → esm}/types/Interface/models/IWebMail.js.map +0 -0
  5879. /package/dist/{mjs → esm}/types/Interface/models/IWebMailAttachment.d.ts +0 -0
  5880. /package/dist/{mjs → esm}/types/Interface/models/IWebMailAttachment.d.ts.map +0 -0
  5881. /package/dist/{mjs → esm}/types/Interface/models/IWebMailAttachment.js +0 -0
  5882. /package/dist/{mjs → esm}/types/Interface/models/IWebMailAttachment.js.map +0 -0
  5883. /package/dist/{mjs → esm}/types/Interface/models/IWebMailStat.d.ts +0 -0
  5884. /package/dist/{mjs → esm}/types/Interface/models/IWebMailStat.d.ts.map +0 -0
  5885. /package/dist/{mjs → esm}/types/Interface/models/IWebMailStat.js +0 -0
  5886. /package/dist/{mjs → esm}/types/Interface/models/IWebMailStat.js.map +0 -0
  5887. /package/dist/{mjs → esm}/types/Interface/models/IWebMailType.d.ts +0 -0
  5888. /package/dist/{mjs → esm}/types/Interface/models/IWebMailType.d.ts.map +0 -0
  5889. /package/dist/{mjs → esm}/types/Interface/models/IWebMailType.js +0 -0
  5890. /package/dist/{mjs → esm}/types/Interface/models/IWebMailType.js.map +0 -0
  5891. /package/dist/{mjs → esm}/types/Interface/models/IWorkingSchedule.d.ts +0 -0
  5892. /package/dist/{mjs → esm}/types/Interface/models/IWorkingSchedule.d.ts.map +0 -0
  5893. /package/dist/{mjs → esm}/types/Interface/models/IWorkingSchedule.js +0 -0
  5894. /package/dist/{mjs → esm}/types/Interface/models/IWorkingSchedule.js.map +0 -0
  5895. /package/dist/{mjs → esm}/types/Interface/models/IZTicket.d.ts +0 -0
  5896. /package/dist/{mjs → esm}/types/Interface/models/IZTicket.d.ts.map +0 -0
  5897. /package/dist/{mjs → esm}/types/Interface/models/IZTicket.js +0 -0
  5898. /package/dist/{mjs → esm}/types/Interface/models/IZTicket.js.map +0 -0
  5899. /package/dist/{mjs → esm}/types/Interface/schemas/IRegistrationDetail.d.ts +0 -0
  5900. /package/dist/{mjs → esm}/types/Interface/schemas/IRegistrationDetail.d.ts.map +0 -0
  5901. /package/dist/{mjs → esm}/types/Interface/schemas/IRegistrationDetail.js +0 -0
  5902. /package/dist/{mjs → esm}/types/Interface/schemas/IRegistrationDetail.js.map +0 -0
  5903. /package/dist/{mjs → esm}/types/Interface/schemas/ITransactionHistory.d.ts +0 -0
  5904. /package/dist/{mjs → esm}/types/Interface/schemas/ITransactionHistory.d.ts.map +0 -0
  5905. /package/dist/{mjs → esm}/types/Interface/schemas/ITransactionHistory.js +0 -0
  5906. /package/dist/{mjs → esm}/types/Interface/schemas/ITransactionHistory.js.map +0 -0
  5907. /package/dist/{mjs → esm}/types/index.d.ts +0 -0
  5908. /package/dist/{mjs → esm}/types/index.d.ts.map +0 -0
  5909. /package/dist/{mjs → esm}/types/index.js +0 -0
  5910. /package/dist/{mjs → esm}/types/index.js.map +0 -0
  5911. /package/dist/{mjs → esm}/utils/amount.d.ts +0 -0
  5912. /package/dist/{mjs → esm}/utils/amount.d.ts.map +0 -0
  5913. /package/dist/{mjs → esm}/utils/amount.js +0 -0
  5914. /package/dist/{mjs → esm}/utils/amount.js.map +0 -0
  5915. /package/dist/{mjs → esm}/utils/balanceSheetModule.d.ts +0 -0
  5916. /package/dist/{mjs → esm}/utils/balanceSheetModule.d.ts.map +0 -0
  5917. /package/dist/{mjs → esm}/utils/balanceSheetModule.js +0 -0
  5918. /package/dist/{mjs → esm}/utils/balanceSheetModule.js.map +0 -0
  5919. /package/dist/{mjs → esm}/utils/bankAccount.d.ts +0 -0
  5920. /package/dist/{mjs → esm}/utils/bankAccount.d.ts.map +0 -0
  5921. /package/dist/{mjs → esm}/utils/brands.d.ts +0 -0
  5922. /package/dist/{mjs → esm}/utils/brands.d.ts.map +0 -0
  5923. /package/dist/{mjs → esm}/utils/brands.js +0 -0
  5924. /package/dist/{mjs → esm}/utils/brands.js.map +0 -0
  5925. /package/dist/{mjs → esm}/utils/cerfa.d.ts +0 -0
  5926. /package/dist/{mjs → esm}/utils/cerfa.d.ts.map +0 -0
  5927. /package/dist/{mjs → esm}/utils/cerfa.js +0 -0
  5928. /package/dist/{mjs → esm}/utils/cerfa.js.map +0 -0
  5929. /package/dist/{mjs → esm}/utils/checklist.d.ts +0 -0
  5930. /package/dist/{mjs → esm}/utils/checklist.d.ts.map +0 -0
  5931. /package/dist/{mjs → esm}/utils/checklist.js +0 -0
  5932. /package/dist/{mjs → esm}/utils/checklist.js.map +0 -0
  5933. /package/dist/{mjs → esm}/utils/checkup.d.ts +0 -0
  5934. /package/dist/{mjs → esm}/utils/checkup.d.ts.map +0 -0
  5935. /package/dist/{mjs → esm}/utils/commercialManagement/document.d.ts +0 -0
  5936. /package/dist/{mjs → esm}/utils/commercialManagement/document.d.ts.map +0 -0
  5937. /package/dist/{mjs → esm}/utils/commercialManagement/internationalization/choices.d.ts +0 -0
  5938. /package/dist/{mjs → esm}/utils/commercialManagement/internationalization/choices.d.ts.map +0 -0
  5939. /package/dist/{mjs → esm}/utils/commercialManagement/internationalization/choices.js +0 -0
  5940. /package/dist/{mjs → esm}/utils/commercialManagement/internationalization/choices.js.map +0 -0
  5941. /package/dist/{mjs → esm}/utils/commercialManagement/internationalization/type.d.ts +0 -0
  5942. /package/dist/{mjs → esm}/utils/commercialManagement/internationalization/type.d.ts.map +0 -0
  5943. /package/dist/{mjs → esm}/utils/commercialManagement/internationalization/type.js +0 -0
  5944. /package/dist/{mjs → esm}/utils/commercialManagement/internationalization/type.js.map +0 -0
  5945. /package/dist/{mjs → esm}/utils/commercialManagement/product.d.ts +0 -0
  5946. /package/dist/{mjs → esm}/utils/commercialManagement/product.d.ts.map +0 -0
  5947. /package/dist/{mjs → esm}/utils/commercialManagement/product.js +0 -0
  5948. /package/dist/{mjs → esm}/utils/commercialManagement/product.js.map +0 -0
  5949. /package/dist/{mjs → esm}/utils/commercialManagement/recovery.d.ts +0 -0
  5950. /package/dist/{mjs → esm}/utils/commercialManagement/recovery.d.ts.map +0 -0
  5951. /package/dist/{mjs → esm}/utils/commercialManagement/recovery.js +0 -0
  5952. /package/dist/{mjs → esm}/utils/commercialManagement/recovery.js.map +0 -0
  5953. /package/dist/{mjs → esm}/utils/commercialManagement/recurrence.d.ts +0 -0
  5954. /package/dist/{mjs → esm}/utils/commercialManagement/recurrence.d.ts.map +0 -0
  5955. /package/dist/{mjs → esm}/utils/commercialManagement/saleEmail.d.ts +0 -0
  5956. /package/dist/{mjs → esm}/utils/commercialManagement/saleEmail.d.ts.map +0 -0
  5957. /package/dist/{mjs → esm}/utils/commercialManagement/saleEmail.js +0 -0
  5958. /package/dist/{mjs → esm}/utils/commercialManagement/saleEmail.js.map +0 -0
  5959. /package/dist/{mjs → esm}/utils/commercialManagement/templates/body.d.ts +0 -0
  5960. /package/dist/{mjs → esm}/utils/commercialManagement/templates/body.d.ts.map +0 -0
  5961. /package/dist/{mjs → esm}/utils/commercialManagement/templates/body.js +0 -0
  5962. /package/dist/{mjs → esm}/utils/commercialManagement/templates/body.js.map +0 -0
  5963. /package/dist/{mjs → esm}/utils/commercialManagement/templates/common.d.ts +0 -0
  5964. /package/dist/{mjs → esm}/utils/commercialManagement/templates/common.d.ts.map +0 -0
  5965. /package/dist/{mjs → esm}/utils/commercialManagement/templates/common.js +0 -0
  5966. /package/dist/{mjs → esm}/utils/commercialManagement/templates/common.js.map +0 -0
  5967. /package/dist/{mjs → esm}/utils/commercialManagement/thirdParty.d.ts +0 -0
  5968. /package/dist/{mjs → esm}/utils/commercialManagement/thirdParty.d.ts.map +0 -0
  5969. /package/dist/{mjs → esm}/utils/commercialManagement/thirdParty.js +0 -0
  5970. /package/dist/{mjs → esm}/utils/commercialManagement/thirdParty.js.map +0 -0
  5971. /package/dist/{mjs → esm}/utils/commercialManagement/vat.d.ts +0 -0
  5972. /package/dist/{mjs → esm}/utils/commercialManagement/vat.d.ts.map +0 -0
  5973. /package/dist/{mjs → esm}/utils/commercialManagement/vat.js +0 -0
  5974. /package/dist/{mjs → esm}/utils/commercialManagement/vat.js.map +0 -0
  5975. /package/dist/{mjs → esm}/utils/commercialOffer.d.ts +0 -0
  5976. /package/dist/{mjs → esm}/utils/commercialOffer.d.ts.map +0 -0
  5977. /package/dist/{mjs → esm}/utils/date.d.ts +0 -0
  5978. /package/dist/{mjs → esm}/utils/date.d.ts.map +0 -0
  5979. /package/dist/{mjs → esm}/utils/decorators/isE164PhoneNumber.decorator.d.ts +0 -0
  5980. /package/dist/{mjs → esm}/utils/decorators/isE164PhoneNumber.decorator.d.ts.map +0 -0
  5981. /package/dist/{mjs → esm}/utils/decorators/isE164PhoneNumber.decorator.js +0 -0
  5982. /package/dist/{mjs → esm}/utils/decorators/isE164PhoneNumber.decorator.js.map +0 -0
  5983. /package/dist/{mjs → esm}/utils/decorators.d.ts +0 -0
  5984. /package/dist/{mjs → esm}/utils/decorators.d.ts.map +0 -0
  5985. /package/dist/{mjs → esm}/utils/decorators.js +0 -0
  5986. /package/dist/{mjs → esm}/utils/decorators.js.map +0 -0
  5987. /package/dist/{mjs → esm}/utils/documents.d.ts +0 -0
  5988. /package/dist/{mjs → esm}/utils/documents.d.ts.map +0 -0
  5989. /package/dist/{mjs → esm}/utils/email/templates/signature.d.ts +0 -0
  5990. /package/dist/{mjs → esm}/utils/email/templates/signature.d.ts.map +0 -0
  5991. /package/dist/{mjs → esm}/utils/email/templates/signature.js +0 -0
  5992. /package/dist/{mjs → esm}/utils/email/templates/signature.js.map +0 -0
  5993. /package/dist/{mjs → esm}/utils/email.d.ts +0 -0
  5994. /package/dist/{mjs → esm}/utils/email.d.ts.map +0 -0
  5995. /package/dist/{mjs → esm}/utils/exercice.d.ts +0 -0
  5996. /package/dist/{mjs → esm}/utils/exercice.d.ts.map +0 -0
  5997. /package/dist/{mjs → esm}/utils/geolocation.d.ts +0 -0
  5998. /package/dist/{mjs → esm}/utils/geolocation.d.ts.map +0 -0
  5999. /package/dist/{mjs → esm}/utils/geolocation.js +0 -0
  6000. /package/dist/{mjs → esm}/utils/geolocation.js.map +0 -0
  6001. /package/dist/{mjs → esm}/utils/index.d.ts +0 -0
  6002. /package/dist/{mjs → esm}/utils/index.d.ts.map +0 -0
  6003. /package/dist/{mjs → esm}/utils/index.js +0 -0
  6004. /package/dist/{mjs → esm}/utils/index.js.map +0 -0
  6005. /package/dist/{mjs → esm}/utils/isHtml.d.ts +0 -0
  6006. /package/dist/{mjs → esm}/utils/isHtml.d.ts.map +0 -0
  6007. /package/dist/{mjs → esm}/utils/isHtml.js +0 -0
  6008. /package/dist/{mjs → esm}/utils/isHtml.js.map +0 -0
  6009. /package/dist/{mjs → esm}/utils/isUrl.d.ts +0 -0
  6010. /package/dist/{mjs → esm}/utils/isUrl.d.ts.map +0 -0
  6011. /package/dist/{mjs → esm}/utils/isUrl.js +0 -0
  6012. /package/dist/{mjs → esm}/utils/isUrl.js.map +0 -0
  6013. /package/dist/{mjs → esm}/utils/logger.d.ts +0 -0
  6014. /package/dist/{mjs → esm}/utils/logger.d.ts.map +0 -0
  6015. /package/dist/{mjs → esm}/utils/logger.js +0 -0
  6016. /package/dist/{mjs → esm}/utils/logger.js.map +0 -0
  6017. /package/dist/{mjs → esm}/utils/noLodash.d.ts +0 -0
  6018. /package/dist/{mjs → esm}/utils/noLodash.d.ts.map +0 -0
  6019. /package/dist/{mjs → esm}/utils/noLodash.js +0 -0
  6020. /package/dist/{mjs → esm}/utils/noLodash.js.map +0 -0
  6021. /package/dist/{mjs → esm}/utils/objectUtils/BaseEntity.d.ts +0 -0
  6022. /package/dist/{mjs → esm}/utils/objectUtils/BaseEntity.d.ts.map +0 -0
  6023. /package/dist/{mjs → esm}/utils/objectUtils/BaseEntity.js +0 -0
  6024. /package/dist/{mjs → esm}/utils/objectUtils/BaseEntity.js.map +0 -0
  6025. /package/dist/{mjs → esm}/utils/objectUtils/flattenObject.d.ts +0 -0
  6026. /package/dist/{mjs → esm}/utils/objectUtils/flattenObject.d.ts.map +0 -0
  6027. /package/dist/{mjs → esm}/utils/objectUtils/flattenObject.js +0 -0
  6028. /package/dist/{mjs → esm}/utils/objectUtils/flattenObject.js.map +0 -0
  6029. /package/dist/{mjs → esm}/utils/objectUtils/fullFlattenObject.d.ts +0 -0
  6030. /package/dist/{mjs → esm}/utils/objectUtils/fullFlattenObject.d.ts.map +0 -0
  6031. /package/dist/{mjs → esm}/utils/objectUtils/fullFlattenObject.js +0 -0
  6032. /package/dist/{mjs → esm}/utils/objectUtils/fullFlattenObject.js.map +0 -0
  6033. /package/dist/{mjs → esm}/utils/objectUtils/index.d.ts +0 -0
  6034. /package/dist/{mjs → esm}/utils/objectUtils/index.d.ts.map +0 -0
  6035. /package/dist/{mjs → esm}/utils/objectUtils/index.js +0 -0
  6036. /package/dist/{mjs → esm}/utils/objectUtils/index.js.map +0 -0
  6037. /package/dist/{mjs → esm}/utils/objectUtils/isValidObject.d.ts +0 -0
  6038. /package/dist/{mjs → esm}/utils/objectUtils/isValidObject.d.ts.map +0 -0
  6039. /package/dist/{mjs → esm}/utils/objectUtils/isValidObject.js +0 -0
  6040. /package/dist/{mjs → esm}/utils/objectUtils/isValidObject.js.map +0 -0
  6041. /package/dist/{mjs → esm}/utils/objectUtils/overwrite.d.ts +0 -0
  6042. /package/dist/{mjs → esm}/utils/objectUtils/overwrite.d.ts.map +0 -0
  6043. /package/dist/{mjs → esm}/utils/objectUtils/overwrite.js +0 -0
  6044. /package/dist/{mjs → esm}/utils/objectUtils/overwrite.js.map +0 -0
  6045. /package/dist/{mjs → esm}/utils/objectUtils/unflattenObject.d.ts +0 -0
  6046. /package/dist/{mjs → esm}/utils/objectUtils/unflattenObject.d.ts.map +0 -0
  6047. /package/dist/{mjs → esm}/utils/objectUtils/unflattenObject.js +0 -0
  6048. /package/dist/{mjs → esm}/utils/objectUtils/unflattenObject.js.map +0 -0
  6049. /package/dist/{mjs → esm}/utils/payment.d.ts +0 -0
  6050. /package/dist/{mjs → esm}/utils/payment.d.ts.map +0 -0
  6051. /package/dist/{mjs → esm}/utils/phone.d.ts +0 -0
  6052. /package/dist/{mjs → esm}/utils/phone.d.ts.map +0 -0
  6053. /package/dist/{mjs → esm}/utils/phone.js +0 -0
  6054. /package/dist/{mjs → esm}/utils/phone.js.map +0 -0
  6055. /package/dist/{mjs → esm}/utils/prestation.d.ts +0 -0
  6056. /package/dist/{mjs → esm}/utils/prestation.d.ts.map +0 -0
  6057. /package/dist/{mjs → esm}/utils/quotation.d.ts +0 -0
  6058. /package/dist/{mjs → esm}/utils/quotation.d.ts.map +0 -0
  6059. /package/dist/{mjs → esm}/utils/siretValidation.d.ts +0 -0
  6060. /package/dist/{mjs → esm}/utils/siretValidation.d.ts.map +0 -0
  6061. /package/dist/{mjs → esm}/utils/siretValidation.js +0 -0
  6062. /package/dist/{mjs → esm}/utils/siretValidation.js.map +0 -0
  6063. /package/dist/{mjs → esm}/utils/social.d.ts +0 -0
  6064. /package/dist/{mjs → esm}/utils/social.d.ts.map +0 -0
  6065. /package/dist/{mjs → esm}/utils/social.js +0 -0
  6066. /package/dist/{mjs → esm}/utils/social.js.map +0 -0
  6067. /package/dist/{mjs → esm}/utils/statutsGeneration.d.ts +0 -0
  6068. /package/dist/{mjs → esm}/utils/statutsGeneration.d.ts.map +0 -0
  6069. /package/dist/{mjs → esm}/utils/statutsGeneration.js +0 -0
  6070. /package/dist/{mjs → esm}/utils/statutsGeneration.js.map +0 -0
  6071. /package/dist/{mjs → esm}/utils/stringUtils/clean.d.ts +0 -0
  6072. /package/dist/{mjs → esm}/utils/stringUtils/clean.d.ts.map +0 -0
  6073. /package/dist/{mjs → esm}/utils/stringUtils/clean.js +0 -0
  6074. /package/dist/{mjs → esm}/utils/stringUtils/clean.js.map +0 -0
  6075. /package/dist/{mjs → esm}/utils/stringUtils/index.d.ts +0 -0
  6076. /package/dist/{mjs → esm}/utils/stringUtils/index.d.ts.map +0 -0
  6077. /package/dist/{mjs → esm}/utils/stringUtils/index.js +0 -0
  6078. /package/dist/{mjs → esm}/utils/stringUtils/index.js.map +0 -0
  6079. /package/dist/{mjs → esm}/utils/task.d.ts +0 -0
  6080. /package/dist/{mjs → esm}/utils/task.d.ts.map +0 -0
  6081. /package/dist/{mjs → esm}/utils/task.js +0 -0
  6082. /package/dist/{mjs → esm}/utils/task.js.map +0 -0
  6083. /package/dist/{mjs → esm}/utils/tests/payment.spec.d.ts +0 -0
  6084. /package/dist/{mjs → esm}/utils/tests/payment.spec.d.ts.map +0 -0
  6085. /package/dist/{mjs → esm}/utils/transforms/boolean.transform.d.ts +0 -0
  6086. /package/dist/{mjs → esm}/utils/transforms/boolean.transform.d.ts.map +0 -0
  6087. /package/dist/{mjs → esm}/utils/transforms/boolean.transform.js +0 -0
  6088. /package/dist/{mjs → esm}/utils/transforms/boolean.transform.js.map +0 -0
  6089. /package/dist/{mjs → esm}/utils/validators/formattedDateString.validator.d.ts +0 -0
  6090. /package/dist/{mjs → esm}/utils/validators/formattedDateString.validator.d.ts.map +0 -0
  6091. /package/dist/{mjs → esm}/utils/validators/formattedDateString.validator.js +0 -0
  6092. /package/dist/{mjs → esm}/utils/validators/formattedDateString.validator.js.map +0 -0
  6093. /package/dist/{mjs → esm}/utils/validators/objectId.validator.d.ts +0 -0
  6094. /package/dist/{mjs → esm}/utils/validators/objectId.validator.d.ts.map +0 -0
  6095. /package/dist/{mjs → esm}/utils/validators/objectId.validator.js +0 -0
  6096. /package/dist/{mjs → esm}/utils/validators/objectId.validator.js.map +0 -0
  6097. /package/dist/{mjs → esm}/utils/vat/3310/century23.d.ts +0 -0
  6098. /package/dist/{mjs → esm}/utils/vat/3310/century23.d.ts.map +0 -0
  6099. /package/dist/{mjs → esm}/utils/vat/3310/century24.d.ts +0 -0
  6100. /package/dist/{mjs → esm}/utils/vat/3310/century24.d.ts.map +0 -0
  6101. /package/dist/{mjs → esm}/utils/vat/3310/century25.d.ts +0 -0
  6102. /package/dist/{mjs → esm}/utils/vat/3310/century25.d.ts.map +0 -0
  6103. /package/dist/{mjs → esm}/utils/vat/3514/century22.d.ts +0 -0
  6104. /package/dist/{mjs → esm}/utils/vat/3514/century22.d.ts.map +0 -0
  6105. /package/dist/{mjs → esm}/utils/vat/3514/century23.d.ts +0 -0
  6106. /package/dist/{mjs → esm}/utils/vat/3514/century23.d.ts.map +0 -0
  6107. /package/dist/{mjs → esm}/utils/vat/3514/century23.js +0 -0
  6108. /package/dist/{mjs → esm}/utils/vat/3514/century23.js.map +0 -0
  6109. /package/dist/{mjs → esm}/utils/vat/3517/century23.d.ts +0 -0
  6110. /package/dist/{mjs → esm}/utils/vat/3517/century25.d.ts +0 -0
  6111. /package/dist/{mjs → esm}/utils/vat/3517/century25.d.ts.map +0 -0
  6112. /package/dist/{mjs → esm}/utils/vat/3519/century17.d.ts +0 -0
  6113. /package/dist/{mjs → esm}/utils/vat/3519/century17.d.ts.map +0 -0
  6114. /package/dist/{mjs → esm}/utils/vat/3519/century23.d.ts +0 -0
  6115. /package/dist/{mjs → esm}/utils/vat/3519/century23.d.ts.map +0 -0
  6116. /package/dist/{mjs → esm}/utils/vat/centuries.d.ts +0 -0
  6117. /package/dist/{mjs → esm}/utils/vat/centuries.d.ts.map +0 -0
  6118. /package/dist/{mjs → esm}/utils/vat/index.d.ts +0 -0
  6119. /package/dist/{mjs → esm}/utils/vat/index.d.ts.map +0 -0
  6120. /package/dist/{mjs → esm}/utils/vat/index.js +0 -0
  6121. /package/dist/{mjs → esm}/utils/vat/index.js.map +0 -0
  6122. /package/dist/{mjs → esm}/utils/vat/registration.d.ts +0 -0
  6123. /package/dist/{mjs → esm}/utils/vat/registration.d.ts.map +0 -0
  6124. /package/dist/{mjs → esm}/utils/vat/utils.d.ts +0 -0
  6125. /package/dist/{mjs → esm}/utils/vat/utils.d.ts.map +0 -0
  6126. /package/dist/{mjs → esm}/utils/vat/utils.js +0 -0
  6127. /package/dist/{mjs → esm}/utils/vat/utils.js.map +0 -0
  6128. /package/dist/{mjs → esm}/utils/webmail.d.ts +0 -0
  6129. /package/dist/{mjs → esm}/utils/webmail.d.ts.map +0 -0
  6130. /package/dist/{mjs → esm}/utils/webmail.js +0 -0
  6131. /package/dist/{mjs → esm}/utils/webmail.js.map +0 -0
@@ -1,519 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-duplicate-enum-values */
2
- export var QuestionCategoryWording;
3
- (function (QuestionCategoryWording) {
4
- /**
5
- * COMPANY TAXES 2033
6
- */
7
- QuestionCategoryWording["NON_DEDUCTIBLE_ACCOUNTING_COSTS"] = "Avez-vous l'une des charges comptables non d\u00E9ductibles suivantes :";
8
- QuestionCategoryWording["NON_DEDUCTIBLE_EXPENSES"] = "Avez-vous l'une des charges non d\u00E9ductibles suivantes :";
9
- QuestionCategoryWording["FAVOURABLE_REGIME_ACCOUNTING"] = "Avez-vous l\u2019un des produits comptables b\u00E9n\u00E9ficiant d\u2019un r\u00E9gime de faveur suivants :";
10
- QuestionCategoryWording["TAX_BENEFITS"] = "Votre entreprise b\u00E9n\u00E9ficie t-elle d\u2019avantages fiscaux particuliers ?";
11
- QuestionCategoryWording["NON_RECURRING_DEDUCTIONS"] = "Si vous avez des d\u00E9ductions exceptionnelles li\u00E9es \u00E0 l\u2019article 39 decies, indiquez-les ici :";
12
- QuestionCategoryWording["DEFICIT"] = "";
13
- /**
14
- * COMPANY TAXES 2050
15
- */
16
- QuestionCategoryWording["COMPENSATION"] = "Avez-vous des r\u00E9mun\u00E9rations et avantages personnels non d\u00E9ductibles ?";
17
- QuestionCategoryWording["NON_DEDUCTIBLE_DEPRECIATION"] = "Avez-vous l\u2019un de ces amortissements exc\u00E9dentaires ou autres amortissements non d\u00E9ductibles suivants :";
18
- QuestionCategoryWording["NON_DEDUCTIBLE_PROVISIONS"] = "Avez-vous l\u2019une des provisions non d\u00E9ductibles suivantes :";
19
- QuestionCategoryWording["SPECIFIC_REINTEGRATIONS"] = "Avez-vous l\u2019une des r\u00E9int\u00E9grations sp\u00E9cifiques suivantes :";
20
- QuestionCategoryWording["SPECIFIC_REGIME"] = "B\u00E9n\u00E9ficiez-vous de l\u2019un des r\u00E9gimes particuliers et/ou impositions diff\u00E9r\u00E9s suivants :";
21
- QuestionCategoryWording["OTHER_REINTEGRATIONS"] = "Avez-vous l\u2019une des r\u00E9int\u00E9grations diverses suivantes :";
22
- QuestionCategoryWording["OTHER_ADDITIONS"] = "Si vous avez d\u2019autres r\u00E9int\u00E9grations fiscales diverses, indiquez-les ici :";
23
- QuestionCategoryWording["SPECIFIC_TAX_REGIME"] = "B\u00E9n\u00E9ficiez-vous de l\u2019un des r\u00E9gimes particuliers et/ou impositions diff\u00E9r\u00E9s suivants :";
24
- QuestionCategoryWording["ADDITIONAL_DEDUCTIONS"] = "B\u00E9n\u00E9ficiez-vous de l\u2019une des d\u00E9ductions suivantes :";
25
- QuestionCategoryWording["BENEFIT_ALLOWANCE"] = "Votre entreprise b\u00E9n\u00E9ficie t-elle d\u2019avantages fiscaux particuliers ?";
26
- QuestionCategoryWording["OTHER_TAX_DEDUCTIONS"] = "Si vous avez des d\u00E9ductions diverses, indiquez-les ici :";
27
- /**
28
- * CERFA 2035
29
- */
30
- QuestionCategoryWording["GENERAL_INFORMATIONS"] = "Informations g\u00E9n\u00E9rales";
31
- QuestionCategoryWording["PARTNERS"] = "Associ\u00E9s et participations (1/2)";
32
- QuestionCategoryWording["AFFILIATES"] = "Associ\u00E9s et participations (2/2)";
33
- QuestionCategoryWording["LEGAL_STRUCTURE"] = "Structure juridique";
34
- QuestionCategoryWording["INCOMES_EXEMPTIONS"] = "Revenus, exclusions et exon\u00E9rations";
35
- QuestionCategoryWording["PROFESSIONAL_INCOMES_EXEMPTIONS_PART_1"] = "Revenus, exclusions et exon\u00E9rations";
36
- QuestionCategoryWording["PROFESSIONAL_INCOMES_EXEMPTIONS_PART_2"] = "Revenus, exclusions et exon\u00E9rations";
37
- QuestionCategoryWording["PROFESSIONAL_INCOMES_EXEMPTIONS_PART_3"] = "Revenus, exclusions et exon\u00E9rations";
38
- QuestionCategoryWording["NON_PROFESSIONAL_INCOMES_EXEMPTIONS"] = "Revenus, exclusions et exon\u00E9rations";
39
- QuestionCategoryWording["ACCOUNTING"] = "Comptabilit\u00E9";
40
- QuestionCategoryWording["TOTAL_PAYROLL"] = "Masse salariale";
41
- QuestionCategoryWording["TAXABLE_GAIN"] = "Plus-values (1/2)";
42
- QuestionCategoryWording["TAXABLE_GAIN_PART_2"] = "Plus-values (2/2)";
43
- QuestionCategoryWording["ADDITIONAL_DETAILS"] = "Informations compl\u00E9mentaires (1/4)";
44
- QuestionCategoryWording["ADDITIONAL_DETAILS_PART_2"] = "Informations compl\u00E9mentaires (2/4)";
45
- QuestionCategoryWording["ADDITIONAL_DETAILS_PART_3"] = "Informations compl\u00E9mentaires (3/4)";
46
- QuestionCategoryWording["ADDITIONAL_DETAILS_PART_4"] = "Informations compl\u00E9mentaires (4/4)";
47
- /**
48
- * CERFA 2065
49
- */
50
- QuestionCategoryWording["2065_ACCOUNTING"] = "Comptabilit\u00E9 (1/2)";
51
- QuestionCategoryWording["2065_ACCOUNTING_PART_2"] = "Comptalibilit\u00E9 (2/2)";
52
- QuestionCategoryWording["2065_GROUP"] = "Groupe et filiales";
53
- QuestionCategoryWording["2065_IMPUTATION"] = "Imputations";
54
- QuestionCategoryWording["2065_CAPITAL_LOSS"] = "Moins-values";
55
- QuestionCategoryWording["2065_INCOME_DISTRIBUTION"] = "R\u00E9partition, distribution de produits et revenus";
56
- QuestionCategoryWording["2065_INCOME_DISTRIBUTION_PART_2"] = "R\u00E9partition, distribution de produits et revenus (suite)";
57
- QuestionCategoryWording["2065_PARTNERS_REMUNERATION"] = "R\u00E9mun\u00E9rations vers\u00E9es aux associ\u00E9s";
58
- QuestionCategoryWording["2065_ADDITIONAL_DETAILS"] = "Informations compl\u00E9mentaires (3/4)";
59
- QuestionCategoryWording["2065_ADDITIONAL_DETAILS_PART_2"] = "Informations compl\u00E9mentaires (4/4)";
60
- /**
61
- * CERFA 2033
62
- */
63
- QuestionCategoryWording["2033_REGULARIZATION"] = "R\u00E9gularisation des plus-values et moins-values";
64
- QuestionCategoryWording["2033_PROVISION_AMORTIZATION_DEFICIT_PART_1"] = "Provisions, amortissements, d\u00E9ficits (1/3)";
65
- QuestionCategoryWording["2033_PROVISION_AMORTIZATION_DEFICIT_PART_2"] = "Provisions, amortissements, d\u00E9ficits (2/3)";
66
- QuestionCategoryWording["2033_PROVISION_AMORTIZATION_DEFICIT_PART_3"] = "Provisions, amortissements, d\u00E9ficits (3/3)";
67
- QuestionCategoryWording["2033_COMPANY_WORKFORCE"] = "Effectifs de l'entreprise";
68
- QuestionCategoryWording["2033_ADDED_VALUE"] = "Valeur ajout\u00E9e";
69
- QuestionCategoryWording["2033_ADDITIONNAL_INFORMATIONS_PART_1"] = "Informations compl\u00E9mentaires (1/4)";
70
- QuestionCategoryWording["2033_ADDITIONNAL_INFORMATIONS_PART_2"] = "Informations compl\u00E9mentaires (2/4)";
71
- /**
72
- * CERFA 2031
73
- */
74
- QuestionCategoryWording["2031_ADDED_VALUE"] = "Plus-values";
75
- QuestionCategoryWording["2031_BENEFIT_ALLOWANCE"] = "Exon\u00E9rations, abattements et cr\u00E9dit d\u2019imp\u00F4t";
76
- QuestionCategoryWording["2031_NON_PROFESSIONAL_INCOME_PART_1"] = "Informations BIC revenus non professionnels (1/2)";
77
- QuestionCategoryWording["2031_NON_PROFESSIONAL_INCOME_PART_2"] = "Informations BIC revenus non professionnels (2/2)";
78
- QuestionCategoryWording["2031_PROFESSIONAL_INCOME"] = "Informations BIC revenus professionnels";
79
- QuestionCategoryWording["2031_ADDITIONAL_INFORMATION_PART_1"] = "Informations compl\u00E9mentaires (1/2)";
80
- QuestionCategoryWording["2031_ADDITIONAL_INFORMATION_PART_2"] = "Informations compl\u00E9mentaires (2/2)";
81
- })(QuestionCategoryWording || (QuestionCategoryWording = {}));
82
- export var QuestionWording;
83
- (function (QuestionWording) {
84
- QuestionWording["CAPITAL_FULLY_REPAID"] = "Le capital a-t-il \u00E9t\u00E9 enti\u00E8rement revers\u00E9 et est-il d\u00E9tenu \u00E0 au moins 75% par des personnes physiques (ou par une soci\u00E9t\u00E9 appliquant ce crit\u00E8re) ?";
85
- QuestionWording["CAPITAL_FULLY_PAID_UP"] = "Le capital social a-t-il \u00E9t\u00E9 enti\u00E8rement lib\u00E9r\u00E9 ?";
86
- QuestionWording["VERIFIED_DEDUCTIBLE_VAT"] = "TVA d\u00E9ductible";
87
- QuestionWording["VERIFIED_COLLECTED_VAT"] = "TVA collect\u00E9e";
88
- QuestionWording["VERIFIED_DEDUCTIBLE_VAT_FROM_RETROCESSION_FEES"] = "Dont TVA d\u00E9ductible aff\u00E9rente aux honoraires retroc\u00E9d\u00E9s";
89
- /**
90
- * COMPANY TAXES 2033
91
- */
92
- QuestionWording["NON_DEDUCTIBLE_PERSONAL_PAY_AND_BENEFITS"] = "Avez-vous des r\u00E9mun\u00E9rations et avantages personnels non d\u00E9ductibles ?";
93
- QuestionWording["NON_DEDUCTIBLE_DEPRECIATIONS"] = "Amortissements exc\u00E9dentaires et autres amortissements non d\u00E9ductibles";
94
- QuestionWording["NON_DEDUCTIBLE_PROVISION"] = "Provisions non d\u00E9ductibles";
95
- QuestionWording["NON_DEDUCTIBLE_TAXES"] = "Imp\u00F4ts et taxes non d\u00E9ductibles";
96
- QuestionWording["TONNAGE_TAX_EXPENSES_FOR_SEA_TRANSPORT_COMPANY"] = "Charges de l\u2019activit\u00E9 relevant du r\u00E9gime optionnel de taxation au tonnage (transport maritime)";
97
- QuestionWording["TONNAGE_TAX_RESULT_FOR_SEA_TRANSPORT_COMPANY"] = "R\u00E9sultat de l\u2019activit\u00E9 relevant du r\u00E9gime optionnel de taxation au tonnage (transport maritime)";
98
- QuestionWording["REAL_ESTATE_LEASING_AND_FUNDRAISING"] = "Fractions de loyer \u00E0 r\u00E9int\u00E9grer dans le cadre d\u2019un cr\u00E9dit-bail immobilier et de lev\u00E9e de fonds";
99
- QuestionWording["REAL_ESTATE_EXEMPT_RENTS"] = "Parts de loyers dispens\u00E9es";
100
- QuestionWording["EXCESS_INTERESTS_OF_PARTNER_CURRENT_ACCOUNTS"] = "Int\u00E9r\u00EAts exc\u00E9dentaires des comptes courants d\u2019associ\u00E9s";
101
- QuestionWording["DIFFERENCE_IN_NET_ASSET_VALUE_OF_MUTUAL_FUNDS"] = "\u00C9carts de valeurs liquidatives sur OPCVM";
102
- QuestionWording["RELATED_PRODUCTS_OF_SEA_TRANSPORT_COMPANY"] = "Produits de l\u2019activit\u00E9 relevant du r\u00E9gime optionnel de taxation au tonnage (transport maritime)";
103
- QuestionWording["DEBT_OBLIGATION_OF_DEFICI_CARRY_BACK"] = "Cr\u00E9ances dues au titre du report en arri\u00E8re du d\u00E9ficit";
104
- QuestionWording["START_UPS"] = "Entreprises nouvelles (art. 44 sexies)";
105
- QuestionWording["URBAN_FREE_ZONE"] = "Zone Franche Urbaine-Territoire Entrepreneurs (art. 44 octies et octies A)";
106
- QuestionWording["TAKEOVER_OF_AILING_FIRMS"] = "Reprise d\u2019entreprises en difficult\u00E9s (art. 44 septies)";
107
- QuestionWording["INNOVATIVE_YOUNG_COMPANY"] = "Jeune Entreprise Innovante (art. 44 sexies A)";
108
- QuestionWording["DEFENSE_RESTRUCTURING_ZONE"] = "Zone de Restructuration de la D\u00E9fense (art. 44 terdecies)";
109
- QuestionWording["RURAL_DEVELOPMENT_ZONE"] = "Zone de Revitalisation Rurale (art. 44 quindecies)";
110
- QuestionWording["EMPLOYMENT_AREA_TO_BE_REVITALIZED"] = "Bassin d\u2019emploi \u00E0 redynamiser (art. 44 duodecies)";
111
- QuestionWording["OVERSEAS_INVESTMENTS"] = "Investissements outre-mer";
112
- QuestionWording["OVERSEAS_INVESTMENTS_2024"] = "Investissements et souscriptions outre-mer";
113
- QuestionWording["NEW_GENERATION_ACTIVITY_ZONE"] = "Zone franche d\u2019Activit\u00E9 Nouvelle G\u00E9n\u00E9ration (art. 44 quaterdecies)";
114
- QuestionWording["URBAN_ZONE_TO_BE_REVITALIZED"] = "Bassin Urbain \u00E0 Dynamiser (art. 44 sexdecies)";
115
- QuestionWording["PRIORITY_DEVELOPMENT_ZONE"] = "Zone de d\u00E9veloppement prioritaire (art. 44 septdecies)";
116
- QuestionWording["2031_NON_PROFESSIONAL_TAXABLE_EXCLUDED_SOURCE_TAX_SHARE"] = "Plus-values \u00E0 court terme, subventions d'\u00E9quipement et indemnit\u00E9s d'assurance pour perte d'un \u00E9l\u00E9ment d'actif d\u00E9finies \u00E0 l\u2019article 39 duodecies du CGI :";
117
- QuestionWording["2031_PROFESSIONAL_CAPITAL_LOSS_SHORT_TERM"] = "Moins-values \u00E0 court-terme d\u00E9finies \u00E0 l\u2019article 39 duodecies du CGI";
118
- QuestionWording["2031_PROFESSIONAL_TAXABLE_EXCLUDED_SOURCE_TAX_SHARE"] = "Quote-part de subvention d\u2019\u00E9quipement, indemnit\u00E9s d\u2019assurance compensant la perte d\u2019un\n \u00E9l\u00E9ment de l\u2019actif immobilis\u00E9 et des plus-values \u00E0 court terme d\u00E9finies \u00E0 l\u2019article 39\n duodecies du CGI";
119
- QuestionWording["SOLIDARITY_RANGE"] = "Assiette de la contribution temporaire de solidarit\u00E9";
120
- QuestionWording["39_DECIES"] = "Art. 39 decies";
121
- QuestionWording["39_DECIES_A"] = "Art. 39 decies A";
122
- QuestionWording["39_DECIES_B"] = "Art. 39 decies B";
123
- QuestionWording["39_DECIES_C"] = "Art. 39 decies C";
124
- QuestionWording["39_DECIES_D"] = "Art. 39 decies D";
125
- QuestionWording["39_DECIES_E"] = "Art. 39 decies E";
126
- QuestionWording["39_DECIES_F"] = "Art. 39 decies F";
127
- QuestionWording["39_DECIES_G"] = "Art. 39 decies G";
128
- QuestionWording["DEFERRED_CARRY_BACK_DEFICITS"] = "Avez-vous un d\u00E9ficit report\u00E9 en arri\u00E8re ?";
129
- QuestionWording["CARRIED_FORWARD_PREVIOUS_DEFICIT"] = "Avez-vous des d\u00E9ficits ant\u00E9rieurs reportables imput\u00E9s sur le r\u00E9sultat ?";
130
- QuestionWording["2033_LONG_RUN_NET_CAPITAL_LOSS_AT_15_RATE"] = "Moins-values nettes \u00E0 long terme impos\u00E9es aux taux de 15% (12,80% pour les entreprises \u00E0 l'IR)";
131
- QuestionWording["2033_LONG_RUN_NET_CAPITAL_LOSS_AT_0_RATE"] = "Moins-values nettes \u00E0 long terme impors\u00E9es aux taux de 0%";
132
- QuestionWording["2033_SHORT_RUN_TAXABLE_GAIN"] = "Fractions imposables des plus values r\u00E9alis\u00E9s au cours des exercices ant\u00E9rieurs: plus-values nettes \u00E0 court terme";
133
- QuestionWording["2033_MERGE_REGIME_TAXABLE_GAIN"] = "Fraction imposable des plus-values re\u0301alise\u0301es au cours d\u2019exercices ante\u0301rieurs : plus-values soumises au re\u0301gime des fusions";
134
- QuestionWording["2033_LONG_RUN_TAXABLE_GAIN_AT_15_RATE"] = "Plus-value nettes \u00E0 long termes impos\u00E9es au taux de 15% (12.8 pour les entreprises \u00E0 l'IR)";
135
- QuestionWording["2033_LONG_RUN_TAXABLE_GAIN_AT_0_RATE"] = "Plus-values nette \u00E0 long terme impos\u00E9es au taux de 0%";
136
- QuestionWording["2033_LONG_RUN_TAXABLE_GAIN_AT_19_RATE"] = "Plus-values nettes a\u0300 long terme impose\u0301es au taux de 19%";
137
- QuestionWording["2033_EXONERATE_GAIN"] = "Plus-values exon\u00E9r\u00E9es (art. 238 quindecies)";
138
- QuestionWording["2033_LONG_RUN_TAXABLE_GAIN_ON_PREVIOUS_NET_CAPITAL_LOSS"] = "Plus-values nettes a\u0300 long terme impute\u0301es sur les moins-values nettes a\u0300 long terme ante\u0301rieure";
139
- QuestionWording["2033_LONG_RUN_TAXATBLE_GAIN_ON_PREVIOUS_DEFICITS"] = "Plus-values nettes a\u0300 long terme impute\u0301es sur les de\u0301ficits ante\u0301rieurs";
140
- QuestionWording["2033_TRANSFER_TAXABLE_GAIN_AT_10_RATE"] = "Plus-values de cession, de concession ou de sous-cession soumis au taux de 10%";
141
- QuestionWording["2033_OTHER_TAXABLE_GAIN_AT_19_RATE"] = "Autres plus-values impose\u0301es au taux de 19%";
142
- QuestionWording["2033_SHORT_RUN_TAXABLE_GAIN_PROPORTION"] = "Fraction des plus-values nettes a\u0300 court terme de l\u2019exercice dont l\u2019imposition est diffe\u0301re\u0301e";
143
- QuestionWording["2033_NET_GAIN_ON_SHARES"] = "Re\u0301gime des socie\u0301te\u0301s me\u0300res et des filiales / produits net des actions et parts d\u2019inte\u0301re\u0302ts";
144
- QuestionWording["2033_INCLUDED_EXPENSE_SHARE"] = "Dont quote-part de frais et charges restant imposable a\u0300 de\u0301duire des produits nets de participation";
145
- QuestionWording["2033_INELIGIBLE_SHARES"] = "Produits de participations ine\u0301ligibles au re\u0301gime des socie\u0301te\u0301s me\u0300res de\u0301ductibles a\u0300 hauteur de 99% (art. 233 B du CGI)";
146
- // TAX CREDIT
147
- QuestionWording["COURSE_MANAGER_TAX_CREDIT"] = "Cr\u00E9dit d\u2019imp\u00F4t formation des dirigeants d\u2019entreprise";
148
- QuestionWording["FAMILY_TAX_CREDIT"] = "Cr\u00E9dit d\u2019imp\u00F4t famille";
149
- QuestionWording["PATRONAGE_FRANCE_TAX_CREDIT"] = "R\u00E9duction d\u2019imp\u00F4t au titre du m\u00E9c\u00E9nat";
150
- QuestionWording["RESEARCH_TAX_CREDIT"] = "Cr\u00E9dit d\u2019imp\u00F4t recherche";
151
- QuestionWording["REPORT_DEFICIT_TAX_CREDIT"] = "Report en arri\u00E8re de d\u00E9ficit";
152
- /**
153
- * COMPANY TAXES 2050
154
- */
155
- QuestionWording["OWNER_OR_ASSOCIATE_COMPENSATION"] = "R\u00E9mun\u00E9ration du travail de l'exploitant ou des associ\u00E9s (entreprises \u00E0 l'IR)";
156
- QuestionWording["NON_DEDUCTIBLE_PERSONNAL_BENEFITS"] = "Avantages personnels non d\u00E9ductibles (sauf amortissements \u00E0 porter ci-dessous)";
157
- QuestionWording["2050_NON_DEDUCTIBLE_DEPRECIATIONS"] = "Amortissements exc\u00E9dentaires (art. 39-4 di CGI) et autres amortissements non d\u00E9ductibles";
158
- QuestionWording["OTHER_AND_SUMPTUARY_EXPENSES"] = "Autres charges et d\u00E9penses somptuaires (art. 39-4 du CGI)";
159
- QuestionWording["COMPANY_VEHICLE_TAXES"] = "Taxes sur les v\u00E9hicules des soci\u00E9t\u00E9s (entreprises \u00E0 l'IS)";
160
- QuestionWording["2050_REAL_ESTATE_LEASING_AND_FUNDRAISING"] = "Fraction des loyers \u00E0 r\u00E9int\u00E9grer dans le cadre d'un cr\u00E9dit-bail immobilier et de lev\u00E9e d'option";
161
- QuestionWording["2050_REAL_ESTATE_EXEMPT_RENTS"] = "Part des loyers dispens\u00E9s de r\u00E9int\u00E9grations (art. 239 sexies D du CGI) (DONT du montant RA)";
162
- QuestionWording["2050_NON_DEDUCTIBLE_PROVISIONS"] = "Provisions et charges \u00E0 payer non d\u00E9ductibles (cf. tableau n\u00B02058-B, cadre III)";
163
- QuestionWording["NON_DEDUCTIBLE_UNCOOPERATIVE_TERRITORY_EXPENSES"] = "Charges \u00E0 payer li\u00E9es \u00E0 des \u00E9tats de territoires non coop\u00E9ratifs non d\u00E9ductibles (cf. 2067-bis)";
164
- QuestionWording["FINES_AND_PENALTIES"] = "Amendes et p\u00E9nalit\u00E9s";
165
- QuestionWording["FINANCIAL_EXPENSES"] = "Charges financi\u00E8res (art. 39-1-3 et 212 bis du CGI)";
166
- QuestionWording["155_REINTEGRATIONS"] = "R\u00E9int\u00E9grations pr\u00E9vues \u00E0 l'<a class=\"link\" href=\"https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000041468265/\" target=\"_blank\">article 155 du CGI</a>";
167
- QuestionWording["TAXES"] = "Imp\u00F4ts et taxes";
168
- QuestionWording["ECONOMICAL_INTEREST_GROUP_SHARE"] = "Quote-part de b\u00E9n\u00E9fices r\u00E9alis\u00E9s par une soci\u00E9t\u00E9 de personne ou un G.I.E";
169
- QuestionWording["209B_BENEFITS"] = "R\u00E9sultats b\u00E9n\u00E9ficiaires vis\u00E9s \u00E0 l'article 209B du CGI";
170
- QuestionWording["LONG_RUN_NET_CAPITAL_LOSS_AT_15_RATE"] = "Moins-values nettes \u00E0 long terme impos\u00E9es aux taux de 15% (12,80% pour les entreprises \u00E0 l'IR)";
171
- QuestionWording["LONG_RUN_NET_CAPITAL_LOSS_AT_0_RATE"] = "Moins-values nettes \u00E0 long terme impos\u00E9es aux taux de 0%";
172
- QuestionWording["SHORT_RUN_TAXABLE_GAIN"] = "Fractions imposables des plus values r\u00E9alis\u00E9s au cours des exercices ant\u00E9rieurs: plus-values nettes \u00E0 court terme";
173
- QuestionWording["MERGE_REGIME_TAXABLE_GAIN"] = "Fraction imposable des plus-values re\u0301alise\u0301es au cours d\u2019exercices ante\u0301rieurs : plus-values soumises au re\u0301gime des fusions";
174
- QuestionWording["2050_DIFFERENCE_IN_NET_ASSET_VALUE_OF_MUTUAL_FUNDS"] = "Ecarts de valeurs liquidatives sur OPCVM (entreprises a\u0300 l\u2019IS)";
175
- QuestionWording["EXCESS_INTERESTS"] = "Inte\u0301re\u0302ts exce\u0301dentaires (art. 39-1-3e\u0300me et 212 du CGI)";
176
- QuestionWording["EXEMPT_ACTIVITIES"] = "Zone d\u2019entreprises (activite\u0301s exone\u0301re\u0301es)";
177
- QuestionWording["209C_DEFICITS"] = "D\u00E9ficits \u00E9trangers ant\u00E9rieurement d\u00E9duits par les PME";
178
- QuestionWording["12_SHARE_OF_0_RATE_GAIN"] = "Quote-part de 12% des plus values \u00E0 taux 0";
179
- QuestionWording["2050_TONNAGE_TAX_EXPENSES_FOR_SEA_TRANSPORT_COMPANY"] = "Charges affect\u00E9es aux activit\u00E9s \u00E9ligibles au r\u00E9gime de taxation au tonnage";
180
- QuestionWording["2050_TONNAGE_TAX_RESULT_FOR_SEA_TRANSPORT_COMPANY"] = "R\u00E9sultat fiscal aff\u00E9rent au r\u00E9gime optionnel de taxation au tonnage des entreprises de transport maritime";
181
- QuestionWording["ECONOMICAL_INTEREST_GROUP_LOSS_SHARE"] = "Quote-part dans les pertes subies par une soci\u00E9t\u00E9 de personne ou une GIE";
182
- QuestionWording["NON_DEDUCTIBLE_EXPENSES_AND_PROVISIONS_ASSIGN_BACK_IN_FISCAL_YEAR"] = "Provisions et charges \u00E0 payer non d\u00E9ductibles, ant\u00E9rieurement tax\u00E9es et r\u00E9int\u00E9gr\u00E9es dans les r\u00E9sultats comptables de l'exercice (2058 B SD, cadre III)";
183
- QuestionWording["LONG_RUN_TAXABLE_GAIN_AT_15_RATE"] = "Plus-value nettes \u00E0 long termes impos\u00E9es au taux de 15% (12.8 pour les entreprises \u00E0 l'IR)";
184
- QuestionWording["LONG_RUN_TAXABLE_GAIN_AT_0_RATE"] = "plus-values nette \u00E0 long terme impos\u00E9es au taux de 0%";
185
- QuestionWording["LONG_RUN_TAXABLE_GAIN_AT_19_RATE"] = "Plus-values nettes a\u0300 long terme impose\u0301es au taux de 19%";
186
- QuestionWording["EXONERATE_GAIN"] = "Plus-values exon\u00E9r\u00E9es (art. 238 quindecies)";
187
- QuestionWording["LONG_RUN_TAXABLE_GAIN_ON_PREVIOUS_NET_CAPITAL_LOSS"] = "Plus-values nettes a\u0300 long terme impute\u0301es sur les moins-values nettes a\u0300 long terme ante\u0301rieure";
188
- QuestionWording["LONG_RUN_TAXATBLE_GAIN_ON_PREVIOUS_DEFICITS"] = "Plus-values nettes a\u0300 long terme impute\u0301es sur les de\u0301ficits ante\u0301rieurs";
189
- QuestionWording["TRANSFER_TAXABLE_GAIN_AT_10_RATE"] = "Plus-values de cession, de concession ou de sous-cession soumis au taux de 10%";
190
- QuestionWording["OTHER_TAXABLE_GAIN_AT_19_RATE"] = "Autres plus-values impose\u0301es au taux de 19%";
191
- QuestionWording["SHORT_RUN_TAXABLE_GAIN_PROPORTION"] = "Fraction des plus-values nettes a\u0300 court terme de l\u2019exercice dont l\u2019imposition est diffe\u0301re\u0301e";
192
- QuestionWording["NET_GAIN_ON_SHARES"] = "Re\u0301gime des socie\u0301te\u0301s me\u0300res et des filiales / produits net des actions et parts d\u2019inte\u0301re\u0302ts";
193
- QuestionWording["INCLUDED_EXPENSE_SHARE"] = "Dont quote-part de frais et charges restant imposable a\u0300 de\u0301duire des produits nets de participation";
194
- QuestionWording["INELIGIBLE_SHARES"] = "Produits de participations ine\u0301ligibles au re\u0301gime des socie\u0301te\u0301s me\u0300res de\u0301ductibles a\u0300 hauteur de 99% (art. 233 B du CGI)";
195
- QuestionWording["DEDUCTIBLE_OVERSEAS_INVESTMENT"] = "mesures d\u2019incitation d\u2019une de\u0301duction autorise\u0301e au titre des investissements re\u0301alise\u0301s dans les collectivite\u0301s d\u2019outre-mer";
196
- QuestionWording["DEPRECIATION_INCREASE"] = "majoration d\u2019amortissement";
197
- QuestionWording["2050_TAKEOVER_OF_AILING_FIRMS"] = "Reprise d\u2019entreprise en difficulte\u0301 (art. 44 septies)";
198
- QuestionWording["2050_START_UPS"] = "Entreprises nouvelles (art. 44 sexies)";
199
- QuestionWording["2050_INNOVATIVE_YOUNG_COMPANY"] = "JEI : Jeune Entreprise Innovante (art. 44 sexies A)";
200
- QuestionWording["LISTED_REAL_ESTATE_INVESTMENT_COMPANY"] = "S.I.I.C. (art. 208 C)";
201
- QuestionWording["2050_DEFENSE_RESTRUCTURING_ZONE"] = "ZRD : Zone de restructuration de la de\u0301fense (art. 44 terdecies)";
202
- QuestionWording["2050_URBAN_FREE_ZONE"] = "ZFU -TE : Zone Franche Urbaine - Territoire Entrepreneurs (art. 44 octies et octies A)";
203
- QuestionWording["2050_EMPLOYMENT_AREA_TO_BE_REVITALIZED"] = "BER : Bassin d\u2019Emploi a\u0300 Redynamiser (art. 44 duodecies)";
204
- QuestionWording["2050_NEW_GENERATION_ACTIVITY_ZONE"] = "ZFANG : Zone Franche d\u2019Activite\u0301 Nouvelle Ge\u0301ne\u0301ration (art. 44 quaterdecies)";
205
- QuestionWording["2050_URBAN_ZONE_TO_BE_REVITALIZED"] = "BUD : Bassin Urbain a\u0300 Dynamiser (art. 44 sexdecies)";
206
- QuestionWording["2050_RURAL_DEVELOPMENT_ZONE"] = "ZRR : Zone de Revitalisation Rurale (art. 44 quindecies)";
207
- QuestionWording["2050_PRIORITY_DEVELOPMENT_ZONE"] = "ZDP : Zone de De\u0301veloppement Prioritaire (art. 44 septdecies";
208
- QuestionWording["2050_BIS_DIFFERENCE_IN_NET_ASSET_VALUE_OF_MUTUAL_FUNDS"] = "e\u0301carts de valeurs liquidatives sur OPCVM";
209
- QuestionWording["2050_DEBT_OBLIGATION_OF_DEFICI_CARRY_BACK"] = "Cr\u00E9ances dues au titre de report en arri\u00E8re";
210
- QuestionWording["2050_39_DECIES"] = "Art. 39 decies";
211
- QuestionWording["2050_39_DECIES_A"] = "Art. 39 decies A";
212
- QuestionWording["2050_39_DECIES_B"] = "Art. 39 decies B";
213
- QuestionWording["2050_39_DECIES_C"] = "Art. 39 decies C";
214
- QuestionWording["2050_39_DECIES_D"] = "Art. 39 decies D";
215
- QuestionWording["2050_39_DECIES_E"] = "Art. 39 decies E";
216
- QuestionWording["2050_39_DECIES_F"] = "Art. 39 decies F";
217
- QuestionWording["2050_39_DECIES_G"] = "Art. 39 decies G";
218
- QuestionWording["2050_RELATED_PRODUCTS_OF_SEA_TRANSPORT_COMPANY"] = "produits affe\u0301rents a\u0300 l'activite\u0301 relevant du re\u0301gime optionnel de taxation au tonnage des entreprises de transport maritime";
219
- QuestionWording["2050_DEFERRED_CARRY_BACK_DEFICITS"] = "D\u00E9ficit report\u00E9 en arri\u00E8re (entrperise \u00E0 l'IS)";
220
- QuestionWording["2050_CARRIED_FORWARD_PREVIOUS_DEFICIT"] = "de\u0301ficits ante\u0301rieurs reportables (entreprises a\u0300 l\u2019IS)";
221
- QuestionWording["REDUCED_RATE_TAX"] = "REDUCED_RATE_TAX";
222
- QuestionWording["NORMAL_RATE_TAX"] = "NORMAL_RATE_TAX";
223
- QuestionWording["CAPITAL_AFFECTED_CAPITAL"] = "Quel est le montant de votre patrimoine affecte\u0301 ?";
224
- QuestionWording["DATE_AFFECTED_CAPITAL"] = "A quelle date ce patrimoine a-t-il e\u0301te\u0301 affecte\u0301 ?";
225
- /**
226
- * used in IS tax credit and 2572
227
- */
228
- QuestionWording["N-1_PAYMENT_OR_DEPOSIT"] = "Avez-vous r\u00E9alis\u00E9 des versements ou acomptes au cours de l'exercice ?";
229
- QuestionWording["ENTITY_ADDRESS"] = "Adresse de l'entit\u00E9";
230
- QuestionWording["PREVIOUS_ENTITY_ADDRESS"] = "Pr\u00E9c\u00E9dente adresse de l'entit\u00E9";
231
- QuestionWording["DECLARANT_ADDRESS"] = "Adresse du d\u00E9clarant";
232
- QuestionWording["SECONDARY_ADDRESSES"] = "Adresse des cabinets secondaires (facultatif)";
233
- QuestionWording["PARTNERS"] = "Associ\u00E9s";
234
- QuestionWording["INDEPENDANT_GROUPING"] = "L\u2019entit\u00E9 est-elle membre d\u2019une soci\u00E9t\u00E9 ou d\u2019un groupement d\u2019activit\u00E9s lib\u00E9rales et non soumis \u00E0 l\u2019IS ?";
235
- QuestionWording["CIVIL_SOCIETY_MEMBER"] = "L\u2019entit\u00E9 est-elle membre d\u2019une soci\u00E9t\u00E9 civile de moyens ?";
236
- QuestionWording["OTHER_ACTIVITIES"] = "OTHER_ACTIVITIES";
237
- QuestionWording["APPROVED_MANAGEMENT_ORGANISM_ADDRESS"] = "APPROVED_MANAGEMENT_ORGANISM_ADDRESS";
238
- QuestionWording["EXTERNAL_PROVIDER_ADDRESS"] = "EXTERNAL_PROVIDER_ADDRESS";
239
- QuestionWording["AFFILIATES"] = "Indiquez si l\u2019entit\u00E9 a des filiales ou des participations dont elle poss\u00E8de plus de 10% :";
240
- QuestionWording["VERIFIED_INFORMATIONS"] = "J'ai v\u00E9rifi\u00E9 l'exactitude des donn\u00E9es pr\u00E9c\u00E9demment cit\u00E9es";
241
- QuestionWording["NAME"] = "Nom, pr\u00E9nom ou d\u00E9nomination de l'entit\u00E9";
242
- QuestionWording["EMAIL"] = "Adresse e-mail";
243
- QuestionWording["PHONE"] = "Num\u00E9ro de t\u00E9l\u00E9phone";
244
- QuestionWording["SIRET"] = "Num\u00E9ro SIRET (14 chiffres)";
245
- QuestionWording["INITIAL_DATE"] = "Date de d\u00E9but de l\u2019exercice de votre profession";
246
- QuestionWording["ACTIVITY_TYPE"] = "Nature pr\u00E9cise de l\u2019activit\u00E9";
247
- QuestionWording["MEDICAL_PRACTITIONER_ACTIVITY_CODE"] = "Pr\u00E9cisez votre code activit\u00E9";
248
- QuestionWording["ENTITY_PLAN"] = "ENTITY_PLAN";
249
- QuestionWording["INVESTMENT_INCOME"] = "Revenus de capitaux mobiliers";
250
- QuestionWording["PATENT_TRANSFER_OR_INTANGIBLE_ASSTES_NET_TOTAL"] = "R\u00E9sultat net de cession, de concession ou de sous-concession de brevets et actifs incorporels assimil\u00E9s impos\u00E9 au taux de 10%";
251
- QuestionWording["INCOME_TAX_EXCLUDED_YIELDS"] = "Produits exclus du calcul des acomptes d\u2019IR";
252
- QuestionWording["INCOME_TAX_EXCLUDED_EXPENSES"] = "Charges exclues du calcul des acomptes d\u2019IR";
253
- QuestionWording["BENEFIT_EXEMPTIONS"] = "\u00C9xon\u00E9ration sur le b\u00E9n\u00E9fice";
254
- QuestionWording["PROFESSIONAL_LONG_RUN_TAXABLE_GAIN_AT_12-8_EXEMPTIONS"] = "\u00C9xon\u00E9ration sur les plus-values \u00E0 long terme imposables aux taux de 12,8%";
255
- QuestionWording["EXEMPTION_START_UPS_44_SEXIES"] = "Entreprise nouvelle, art. 44 sexies";
256
- QuestionWording["EXEMPTION_START_UPS_44_QUINDECIES"] = "Entreprise nouvelle, art. 44 quindecies";
257
- QuestionWording["EXEMPTION_44_QUINDECIES_2024"] = "Zone de revitalisation rurale, art. 44 quindecies";
258
- QuestionWording["EXEMPTION_44_QUINDECIES_A"] = "Zone France Ruralit\u00E9s Revitalisation art.44 quindecies A";
259
- QuestionWording["EXEMPTION_URBAN_FREE_ZONE_ACTIVITIES"] = "Activit\u00E9 exerc\u00E9e en ZFU-TE, art. 44 octies ou 44 octies A";
260
- QuestionWording["DEFICIT_ZONE_DOCTOR_EXEMPTIONS"] = "Exon\u00E9ration m\u00E9decins \u201Czones d\u00E9ficitaires en offres de soins\u201D";
261
- QuestionWording["SECTOR_1_DOCTOR_EXEMPTIONS"] = "D\u00E9ductions \u201Cm\u00E9decins conventionn\u00E9s de secteur I\u201D";
262
- QuestionWording["YOUNG_ARTIST_BENEFIT_EXEMPTIONS"] = "Exon\u00E9ration sur le b\u00E9n\u00E9fice \u201Cjeunes artistes\u201D";
263
- QuestionWording["SALARY_SAVINGS_CONTRIBUTION"] = "Abondement sur l\u2019\u00E9pargne salariale";
264
- QuestionWording["COVID_19_FUNDS"] = "Fonds de solidarit\u00E9 COVID-19";
265
- QuestionWording["EXEMPTION_ENTRY_DATE"] = "Date de cr\u00E9ation ou d\u2019entr\u00E9e dans un de ces r\u00E9gimes";
266
- QuestionWording["EXEMPTION_INNOVATIVE_START_UPS"] = "Activit\u00E9 \u00E9ligible \u00E0 l\u2019exon\u00E9ration en faveur des jeunes entreprises innovantes, art. 44 sexies A";
267
- QuestionWording["EXEMPTION_ACTIVITY_START_DATE"] = "Date de d\u00E9but d\u2019activit\u00E9 (ou de cr\u00E9ation) dans un de ces r\u00E9gimes";
268
- QuestionWording["BENEFIT_EXEMPTION"] = "Exon\u00E9rations sur le b\u00E9n\u00E9fice non-professionnel";
269
- QuestionWording["INCLUDED_YOUNG_ARTIST_EXEMPTION"] = "dont sp\u00E9cialit\u00E9 \u201Cjeunes artistes\u201D";
270
- QuestionWording["LONG_RUN_TAXABLE_GAIN_AT_12-8_RATE"] = "Plus-values \u00E0 long-terme imposable aux taux de 12,8%";
271
- QuestionWording["NON_PROFESSIONAL_SHORT_RUN_TAXABLE_GAIN"] = "Plus-values \u00E0 court-terme";
272
- QuestionWording["HAS_AMO_OR_APPOINTED_AUDITOR"] = "B\u00E9n\u00E9ficiez-vous de l\u2019un des accompagnements sp\u00E9cifiques suivants ?";
273
- QuestionWording["APPROVED_MANAGEMENT_ORGANISM_NAME"] = "Nom de l\u2019organisme";
274
- QuestionWording["APPROVED_MANAGEMENT_ORGANISM_APPROVAL_NUMBER"] = "N\u00B0 d\u2019agr\u00E9ment";
275
- QuestionWording["APPROVED_MANAGEMENT_ORGANISM_MEMBERSHIP_YEAR"] = "Ann\u00E9e d\u2019adh\u00E9sion";
276
- QuestionWording["APPROVED_MANAGEMENT_ORGANISM_PHONE"] = "Num\u00E9ro de t\u00E9l\u00E9phone";
277
- QuestionWording["EXTERNAL_PROVIDER"] = "Avez-vous un prestataire de conseil qui vous aide pour cette d\u00E9claration ?";
278
- QuestionWording["EXTERNAL_PROVIDER_NAME"] = "Nom de l\u2019organisme";
279
- QuestionWording["EXTERNAL_PROVIDER_PHONE"] = "Num\u00E9ro de t\u00E9l\u00E9phone";
280
- QuestionWording["HAS_ACCOUNTANT"] = "Votre comptabilit\u00E9 est-elle g\u00E9r\u00E9e par un cabinet d\u2019expertise-comptable ?";
281
- QuestionWording["ACCOUNTANT_NAME"] = "Nom de l\u2019organisme";
282
- QuestionWording["ACCOUNTANT_ADDRESS"] = "Adresse";
283
- QuestionWording["ACCOUNTANT_PHONE"] = "Num\u00E9ro de t\u00E9l\u00E9phone";
284
- QuestionWording["TOTAL_PAYROLL"] = "Avez-vous des salari\u00E9s ?";
285
- QuestionWording["TOTAL_EMPLOYEES"] = "Nombre total de salari\u00E9s";
286
- QuestionWording["DISABLED_EMPLOYEES"] = "dont en situation de handicap";
287
- QuestionWording["APPRENTICE_EMPLOYEES"] = "dont apprentis";
288
- QuestionWording["EMPLOYEE_SALARIES"] = "Montant brut des salaires";
289
- QuestionWording["TAXABLE_GAIN_SPREADING"] = "Souhaitez-vous opter pour l\u2019\u00E9talement de la plus-value \u00E0 court-terme de cet exercice ?";
290
- QuestionWording["N_TAXABLE_GAIN_SPREADING"] = "plus-value \u00E0 court-terme \u00E0 \u00E9taler \u00E0 partir de #year#";
291
- QuestionWording["N-1_TAXABLE_GAIN_SPREADING"] = "plus-value \u00E0 court-terme \u00E9tal\u00E9e en #year-1#";
292
- QuestionWording["N-2_TAXABLE_GAIN_SPREADING"] = "plus-value \u00E0 court-terme \u00E9tal\u00E9e en #year-2#";
293
- QuestionWording["SHORT_RUN_TAXABLE_GAIN_EXEMPTION_151_SEPTIES"] = "Article 151 septies du CGI";
294
- QuestionWording["SHORT_RUN_TAXABLE_GAIN_EXEMPTION_151_SEPTIES_A"] = "Article 151 septies A du CGI";
295
- QuestionWording["SHORT_RUN_TAXABLE_GAIN_EXEMPTION_238_QUINDECIES"] = "Article 238 quindecies du CGI";
296
- QuestionWording["LONG_RUN_TAXABLE_GAIN_EXEMPTION_151_SEPTIES"] = "Article 151 septies du CGI";
297
- QuestionWording["LONG_RUN_TAXABLE_GAIN_EXEMPTION_151_SEPTIES_A"] = "Article 151 septies A du CGI";
298
- QuestionWording["LONG_RUN_TAXABLE_GAIN_EXEMPTION_151_SEPTIES_B"] = "Article 151 septies B du CGI";
299
- QuestionWording["LONG_RUN_TAXABLE_GAIN_EXEMPTION_238_QUINDECIES"] = "Article 238 quindecies du CGI";
300
- QuestionWording["STOCK"] = "Avez-vous un stock ?";
301
- QuestionWording["FISCAL_PERIOD_STARTING_STOCK"] = "Montant du stock \u00E0 l\u2019ouverture de l\u2019exercice";
302
- QuestionWording["FISCAL_PERIOD_ENDING_STOCK"] = "Montant du stock \u00E0 la fermeture de l\u2019exercice";
303
- QuestionWording["RENTS_AND_ROYALTIES"] = "Avez-vous des loyers et redevances aff\u00E9rents \u00E0 des immobilisations corporelles mise \u00E0 disposition dans le cadre d\u2019une convention de location-g\u00E9rance ou de cr\u00E9dit-bail ou d\u2019une convention de location de plus de 6 mois ?";
304
- QuestionWording["RENTS_AND_ROYALTIES_INCOME"] = "Montant pour cet exercice";
305
- QuestionWording["RENTS_AND_ROYALTIES_ENDOWMENTS"] = "Montant de dotations aux amortissements de ces biens";
306
- QuestionWording["ENERGY_COMMODITIES_PARTICIPATION"] = "Avez-vous des contributions indirectes, taxes int\u00E9rieures de consommation sur les produits \u00E9nerg\u00E9tiques ?";
307
- QuestionWording["CVAE_MONO_FACILITY"] = "\u00CAtes-vous mono-\u00E9tablissement au sens de la CVAE ?";
308
- QuestionWording["CVAE_ENTITY_STAFF"] = "Effectif de l\u2019entit\u00E9 au sens de la CVAE pour cet exercice ?";
309
- QuestionWording["REVENUES_EXEMPT_OF_TERRITORIAL_CONTRIBUTION"] = "Montant des recettes exon\u00E9r\u00E9es";
310
- QuestionWording["RETROCESSION_FEES"] = "Montant des honoraires r\u00E9troc\u00E9d\u00E9s sur l\u2019exercice (facultatif)";
311
- QuestionWording["COLLABORATION_FEES"] = "Montant des redevances de collaboration sur l\u2019exercice (facultatif)";
312
- QuestionWording["MANDATORY_SOCIAL_CHARGES"] = "Charges sociales obligatoires";
313
- QuestionWording["OPTIONAL_SOCIAL_CHARGES"] = "Charges sociales facultatives (type loi Madelin)";
314
- QuestionWording["OPTIONAL_SOCIAL_CHARGES_FOR_RETIREMENT_SAVINGS"] = "Charges sociales facultatives aux nouveaux plans d\u2019\u00E9pargne retraite";
315
- QuestionWording["N_LONG_RUN_ADDED_GAIN_DEFERRED_2_YEARS"] = "montant de la plus-value \u00E0 long-terme \u00E0 \u00E9taler \u00E0 partir de #year#";
316
- QuestionWording["N-1_LONG_RUN_ADDED_GAIN_DEFERRED_2_YEARS"] = "plus-value \u00E0 long-terme \u00E9tal\u00E9e en #year#";
317
- QuestionWording["DATE_OF_TERMINATION"] = "Date de cessation";
318
- QuestionWording["2031_EXONERATE_SHORT_TERM_ADDED_VALUE"] = "Dont plus-value \u00E0 court terme exon\u00E9r\u00E9e (Art. 151 septies, septies A et 238 quindecies)";
319
- QuestionWording["2031_EXONERATE_LONG_TERM_ADDED_VALUE"] = "Dont plus-value \u00E0 long terme exon\u00E9r\u00E9e (Art. 151 septies A)";
320
- QuestionWording["2031_GROSS_AMOUNT_WORKFORCE"] = "Montant brut des salaires, abstraction faite des sommes comprises dans les DSN et vers\u00E9es aux apprentis sous contrat et aux handicap\u00E9s";
321
- QuestionWording["2031_COMMISION_RETRO_TRANSFER_WORKFORCE"] = "Montant des r\u00E9trocessions d\u2019honoraires, de commissions et de courtages (facultatif)";
322
- QuestionWording["VAT_REGULARISATION"] = "Montant de la r\u00E9gulation de TVA";
323
- QuestionWording["ACCOUNTING_TAX_CREDIT"] = "Montant de la r\u00E9duction d\u2019imp\u00F4ts pour tenue de comptabilit\u00E9";
324
- QuestionWording["NOW_TAXABLE_ADDED_GAIN"] = "Montant des plus-values devenues imposables";
325
- QuestionWording["TERMINATION_MOTIVE"] = "Motif de cessation";
326
- QuestionWording["DATE_OF_ENTRY_IN_THE_GROUP"] = "Date d\u2019entr\u00E9e de la soci\u00E9t\u00E9 dans le groupe";
327
- QuestionWording["2258-SD_HEAD_OF_GROUP"] = "La soci\u00E9t\u00E9 est-elle t\u00EAte de groupe soumise au d\u00E9p\u00F4t de la d\u00E9claration n\u00B02258-SD (art. 223 quinquies C-I-1 du CGI) ?";
328
- QuestionWording["2258-SD_HEAD_OF_GROUP_DESIGNATED_ENTITY_NAME"] = "D\u00E9nomination de l\u2019entit\u00E9 d\u00E9sign\u00E9e";
329
- QuestionWording["2258-SD_HEAD_OF_GROUP_DESIGNATED_ENTITY_NUMBER"] = "Num\u00E9ro d\u2019identification fiscale";
330
- QuestionWording["COUNTRY_TO_COUNTRY_ESTABLISHMENT_ENTITY_NAME"] = "D\u00E9nomination de l'entit\u00E9 du groupe qui a souscrit la d\u00E9claration pays par pays";
331
- QuestionWording["COUNTRY_TO_COUNTRY_ESTABLISHMENT_ENTITY_NUMBER"] = "Num\u00E9ro d'identification fiscale";
332
- QuestionWording["2258-SD_DESIGNATED_COMPANY"] = "La soci\u00E9t\u00E9 est-elle d\u00E9sign\u00E9e par la soci\u00E9t\u00E9 t\u00EAte de groupe pour souscrire la d\u00E9claration n\u00B02285-SD ?";
333
- QuestionWording["2258-SD_HEAD_OF_GROUP_NAME"] = "D\u00E9nomination de la soci\u00E9t\u00E9 t\u00EAte de groupe";
334
- QuestionWording["2258-SD_HEAD_OF_GROUP_NUMBER"] = "Num\u00E9ro d\u2019identification fiscale";
335
- QuestionWording["FRENCH_OR_FOREIGN_MOVABLE_INCOME"] = "Imputations au titre de revenus mobiliers de source fran\u00E7aise ou \u00E9trang\u00E8re";
336
- QuestionWording["FOREIGN_FISCAL_CONVENTION_INCOME"] = "Imputations au titre des revenus attach\u00E9s en vertu d\u2019une convention fiscale avec un \u00C9tat \u00E9tranger, un territoire ou une collectivit\u00E9 territoriale d\u2019Outre-mer";
337
- QuestionWording["LONG_RUN_CAPITAL_LOSS_ALLOCATED_ON_ADDED_VALUES"] = "Moins-values \u00E0 long terme imput\u00E9e sur les plus values long-terme de l\u2019exercice";
338
- QuestionWording["LONG_RUN_CAPITAL_LOSS_LEFT_TO_POSTPONE"] = "Moins-values \u00E0 long terme restant \u00E0 reporter";
339
- QuestionWording["LONG_RUN_CAPITAL_LOSS_TO_POSTPONE"] = "Moins-values \u00E0 long terme \u00E0 reporter \u00E0 l\u2019ouverture de l\u2019exercice";
340
- QuestionWording["LONG_RUN_CAPITAL_LOSS_UNDER_FISCAL_PERIOD"] = "Moins-values \u00E0 long terme r\u00E9alis\u00E9es au cours de l\u2019exercice";
341
- QuestionWording["AFFILIATES_AND_SHAREHOLDERS_INCOMES_PAID_BY_COMPANY"] = "Versement aux associ\u00E9s et actionnaires de revenus pay\u00E9s par la soci\u00E9t\u00E9 elle-m\u00EAme";
342
- QuestionWording["AFFILIATES_AND_SHAREHOLDERS_INCOMES_PAID_BY_SHARE_MANAGEMENT_ESTABLISHMENT"] = "Versement aux associ\u00E9s et actionnaires de revenus vers\u00E9s par un \u00E9tablissement charg\u00E9 du service des titres";
343
- QuestionWording["DECLARANT_NAME"] = "Nom du d\u00E9clarant";
344
- QuestionWording["DECLARANT_OCCUPATION"] = "Poste du d\u00E9clarant";
345
- QuestionWording["PAYMENTS_OR_ADVANTAGES_TO_UNKNOWN_BENEFICIARY"] = "Montant des distributions correspondant \u00E0 des r\u00E9mun\u00E9rations ou avantages dont la soci\u00E9t\u00E9 de d\u00E9signe pas les b\u00E9n\u00E9ficiaires";
346
- QuestionWording["AFFILIATES_OR_SHAREHOLDERS_PREPAYMENTS"] = "Versement de pr\u00EAts, avances ou acomptes consentis aux associ\u00E9s, actionnaires et porteurs de parts.";
347
- QuestionWording["DEDUCTIBLE_DISTRIBUTED_INCOMES"] = "Montant \u00E9ligible";
348
- QuestionWording["LEASE_MANAGEMENT_NAME"] = "Nom du propri\u00E9taire des fonds";
349
- QuestionWording["DONATION_AMOUNT"] = "Montant cumul\u00E9 des dons et versements mentionn\u00E9s sur les re\u00E7us ou attestations";
350
- QuestionWording["DONATION_NUMBER"] = "Nombre de re\u00E7us, attestations ou autres documents";
351
- QuestionWording["RENTAL_INCOME_CONTRIBUTION"] = "Recettes nettes soumises \u00E0 la contribution annuelle de 2,5%";
352
- QuestionWording["TOTAL_AMOUNT_OF_GROSS_WAGES"] = "Montant brut des salaires, abstraction faite des sommes comprises dans les DSN et vers\u00E9es aux apprentis sous contrat et aux handicap\u00E9s";
353
- QuestionWording["RETROCESSION_FEE_INCOMES"] = "Montant des r\u00E9trocessions d\u2019honoraires, de commissions et de courtages (facultatif)";
354
- QuestionWording["EXEMPTED_ADDED_VALUES_RELATED_TO_15_RATE"] = "Montant total";
355
- QuestionWording["HAS_TONNAGE_OPTION"] = "Cochez cette case si vous \u00EAtes une entreprise de transport maritime appliquant le r\u00E9gime optionnel de taxation au tonnage.";
356
- QuestionWording["IS_SME"] = "Cochez cette case si vous \u00EAtes PME innovante";
357
- QuestionWording["REGULARIZATION_IMMOBILIZATION_RATE_0"] = "R\u00E9gularisation de plus ou moins values \u00E0 long terme au taux de 0%";
358
- QuestionWording["REGULARIZATION_IMMOBILIZATION_RATE_15_12"] = "R\u00E9gularisation de plus ou moins values \u00E0 long terme au taux de 15% ou 12,8%";
359
- QuestionWording["REGULARIZATION_IMMOBILIZATION_RATE_19"] = "R\u00E9gularisation de plus ou moins values \u00E0 long terme au taux de 19%";
360
- QuestionWording["REGULARIZATION_IMMOBILIZATION_ST"] = "R\u00E9gularisation de plus ou moins values \u00E0 court terme";
361
- QuestionWording["EXCEPTIONAL_ENDOWMENT_INCREASE_30"] = "Montant des dotations exceptionnelles de 30% au d\u00E9but de l\u2019exercice";
362
- QuestionWording["REGULATED_PROVISIONS_ENDOWMENT"] = "Montant de dotations";
363
- QuestionWording["REGULATED_PROVISIONS_RECOVERY"] = "Montant de reprises";
364
- QuestionWording["COMMERCIAL_FUNDS"] = "Autre immobilisations incorporelles";
365
- QuestionWording["INTANGIBLE_IMMOBILIZATIONS"] = "Autre immobilisations incorporelles";
366
- QuestionWording["SITE"] = "Terrains";
367
- QuestionWording["CONSTRUCTIONS"] = "Constructions";
368
- QuestionWording["TECHNICAL_INSTALLATIONS"] = "Installations techniques, mat\u00E9riels et outillages";
369
- QuestionWording["GENERAL_INSTALLATIONS"] = "Installations g\u00E9n\u00E9rales, agencements, am\u00E9nagements divers";
370
- QuestionWording["TRANSPORTATION_EQUIPMENT"] = "Mat\u00E9riel de transport";
371
- QuestionWording["OTHER_IMMOBILIZATIONS"] = "Autres immobilisations corporelles";
372
- QuestionWording["N-1_DEFICIT_REPORTED"] = "Avez-vous des d\u00E9ficits restants \u00E0 reporter au titre de l\u2019exercice pr\u00E9c\u00E9dent ?";
373
- QuestionWording["FULL_RIGHT_DEFICIT_IMPACTED"] = "Montant des d\u00E9ficits transf\u00E9r\u00E9s";
374
- QuestionWording["FULL_RIGHT_DEFICIT_TRANSFERRED"] = "Nombre d\u2019op\u00E9rations impact\u00E9es";
375
- QuestionWording["TOTAL_WORKFORCE"] = "Quel est l\u2019effectif moyen du personnel de l\u2019entreprise ?";
376
- QuestionWording["HANDMADE_ASSIGNED_EMPLOYEES"] = "Quel est l\u2019effectif affect\u00E9 \u00E0 l\u2019activit\u00E9 artisanale ?";
377
- QuestionWording["INVOICE_CHARGE_TRANSFER"] = "Avez-vous des refacturations de frais inscrites au compte de transfert de charges ?";
378
- QuestionWording["REAL_ESTATE_ROYALTY_FEES_RENTS"] = "Avez-vous des loyers et redevances aff\u00E9rents \u00E0 des immobilisations corporelles mises \u00E0 disposition dans le cadre d'une convention de location-g\u00E9rance ou de cr\u00E9dit-bail ou encore d'une convention de location de plus de 6 mois ?";
379
- QuestionWording["2033_CFE_CVAE"] = "La soci\u00E9t\u00E9 b\u00E9n\u00E9ficie-t-elle d\u2019exon\u00E9rations permanentes ou temporaires applicables \u00E0 la CFE et CVAE ?";
380
- QuestionWording["CA_ECONOMIC_GROUP"] = "Chiffre d\u2019affaires du groupe \u00E9conomique";
381
- QuestionWording["2033_CVAE_ENTITY_STAFF"] = "Effectif au sens de la CVAE";
382
- QuestionWording["DEDUCTIBLE_EXPENSE_ADDED_VALUE"] = "Avez-vous des charges d\u00E9ductibles de la valeur ajout\u00E9e aff\u00E9rentes \u00E0 la production immobilis\u00E9e d\u00E9clar\u00E9e ?";
383
- QuestionWording["DEDUCTIBLE_TAX_ADDED_VALUE"] = "Avez-vous des taxes d\u00E9ductibles de la valeur ajout\u00E9e ?";
384
- QuestionWording["DEDUCTIBLE_FRACTION_ADDED_VALUE"] = "Avez-vous des dotations aux amortissements aff\u00E9rents \u00E0 des immobilisations corporelles mises \u00E0 disposition dans le cadre d'une convention de location-g\u00E9rance ou de cr\u00E9dit-bail ou encore d'une convention de location de plus de 6 mois ?";
385
- QuestionWording["2033_CVAE_MONO_FACILITY"] = "\u00CAtes-vous mono-\u00E9tablissement au sens de la CVAE ?";
386
- QuestionWording["ORIGINAL_ARTWORK_RESERVE"] = "Parmi vos capitaux propres, avez-vous des r\u00E9serves relatives \u00E0 l\u2019achat d\u2019\u0153uvres originales d\u2019artistes vivants ?";
387
- QuestionWording["DEBTS_SUPERIOR_YEAR"] = "Avez-vous des dettes \u00E0 plus d\u2019un an ?";
388
- QuestionWording["RECEIVABLES_SUPERIOR_YEAR"] = "Avez-vous des cr\u00E9ances \u00E0 plus d\u2019un an ?";
389
- QuestionWording["EXCEPTIONAL_FEES_INNOVATIVE_COMPANY"] = "Avez-vous investi dans des PME innovantes ?";
390
- QuestionWording["OPTIONAL_CONTRIBUTIONS_DEDUCTIBLE"] = "montant d\u00E9ductible des cotisations facultatives vers\u00E9es en application du I de l\u2019art. 154 bis du CGI (cotisation facultatives de type loi Madelin)";
391
- QuestionWording["OPTIONAL_CONTRIBUTIONS"] = "montant des cotisations facultatives aux nouveaux plans d\u2019\u00E9pargne retraite (PER)";
392
- QuestionWording["MANDATORY_PERSO_CONTRIBUTION"] = "Montant des cotisations personnelles obligatoires de l\u2019exploitant vers\u00E9es au titre des allocations familiales, allocations vieillesse ou assurance-maladie-maternit\u00E9";
393
- QuestionWording["MANDATORY_PERSO_CONTRIBUTION_DEDUCTIBLE"] = "dont montant d\u00E9ductible des cotisations sociales obligatoires hors CSG-CRDS";
394
- QuestionWording["PERSONAL_TAKING_AMOUNT"] = "L\u2019exploitant et/ou dirigeant a-t-il r\u00E9alis\u00E9 des pr\u00E9l\u00E8vements personnels de marchandises pour les besoins de ses salari\u00E9s ou besoins personnels (pr\u00E9l\u00E8vements en nature : marchandises ou services \u00E9valu\u00E9s \u00E0 leur co\u00FBt r\u00E9el ou, pour les soci\u00E9t\u00E9s de capitaux, au prix normal de facturation) ?";
395
- QuestionWording["TAX_REDUCTION_AID"] = "La soci\u00E9t\u00E9 a-t-elle b\u00E9n\u00E9fici\u00E9 d\u2019aides per\u00E7ues ayant donn\u00E9 droit \u00E0 la r\u00E9duction d'imp\u00F4t (pr\u00E9vue au paragraphe 4 de l'article 238 bis du CGI) pour l'entreprise donatrice ?";
396
- QuestionWording["INVESTMENT_AMOUNT_RECEIVED"] = "La soci\u00E9t\u00E9 a-t-elle des investissements re\u00E7us ayant donn\u00E9 lieu \u00E0 des amortissements exceptionnels chez l'entreprise investisseur dans le cadre de l'article 217 octies du CGI ?";
397
- QuestionWording["FISCAL_COMPLIANCE_REVIEW_PROVIDER_NAME"] = "Nom de l\u2019organisme";
398
- /**
399
- * cerfa 2065
400
- */
401
- QuestionWording["RENTAL_INCOME_DEPOSIT_AMOUNT"] = "Avez-vous r\u00E9alis\u00E9 des acomptes sur la contribution des revenus locatifs ?";
402
- })(QuestionWording || (QuestionWording = {}));
403
- export var SubQuestionWording;
404
- (function (SubQuestionWording) {
405
- /**
406
- * COMPANY TAXES 2050
407
- */
408
- SubQuestionWording["REAL_ESTATE_EXEMPT_RENTS"] = "Parts de loyers dispens\u00E9es";
409
- SubQuestionWording["2033_INCLUDED_EXPENSE_SHARE"] = "dont quote-part de frais et charges imposables";
410
- SubQuestionWording["INCLUDED_EXPENSE_SHARE"] = "dont quote-part de frais et charges imposables";
411
- /**
412
- * TAX_CREDIT
413
- * equivalent to input label when multiple input for same block ( see figma IS 2033 déduction 1/6)
414
- */
415
- SubQuestionWording["PATRONAGE_FRANCE_TAX_CREDIT"] = "Montant obtenu par des organismes fran\u00E7ais";
416
- SubQuestionWording["PATRONAGE_EU_TAX_CREDIT"] = "Montant obtenu par des organismes europ\u00E9ens";
417
- SubQuestionWording["N-X_PATRONAGE_TAX_CREDIT"] = "Montant obtenu lors d\u2019exercices pr\u00E9c\u00E9dents";
418
- SubQuestionWording["RESEARCH_TAX_CREDIT"] = "Montant pour l\u2019exercice en cours";
419
- SubQuestionWording["N-X_RESEARCH_TAX_CREDIT"] = "Cr\u00E9ance de cr\u00E9dit d\u2019imp\u00F4t non utilis\u00E9";
420
- SubQuestionWording["REPORT_DEFICIT_TAX_CREDIT"] = "Montant pour l\u2019exercice en cours";
421
- SubQuestionWording["N-X_REPORT_DEFICIT_TAX_CREDIT"] = "Cr\u00E9ance de report en arri\u00E8re de d\u00E9ficit non utilis\u00E9";
422
- SubQuestionWording["N-1_PAYMENT_OR_DEPOSIT"] = "Montant des acomptes d\u00E9j\u00E0 r\u00E9alis\u00E9s";
423
- })(SubQuestionWording || (SubQuestionWording = {}));
424
- export var QuestionInfoWording;
425
- (function (QuestionInfoWording) {
426
- /**
427
- * COMPANY TAXES 2033
428
- */
429
- QuestionInfoWording["NON_DEDUCTIBLE_PERSONAL_PAY_AND_BENEFITS"] = "Avantages personnels non d\u00E9ductibles dont notamment les d\u00E9penses personnelles des associ\u00E9s-dirigeants comptabilis\u00E9s en charges. Si la soci\u00E9t\u00E9 est soumise \u00E0 l\u2019imp\u00F4t sur le revenu, r\u00E9int\u00E9gration de la r\u00E9mun\u00E9ration de l\u2019exploitant dans une entreprise individuelle et la r\u00E9mun\u00E9ration des associ\u00E9s de soci\u00E9t\u00E9s de personnes.";
430
- QuestionInfoWording["NON_DEDUCTIBLE_DEPRECIATIONS"] = "Concerne notamment l\u2019amortissement des v\u00E9hicules de tourisme, si le v\u00E9hicule est lou\u00E9s ou pris en cr\u00E9dit-bail, le montant calcul\u00E9 par le bailleur. La base amortissable est limit\u00E9e \u00E0 30 000\u20AC, 20 300\u20AC, 18 300\u20AC ou 9 900\u20AC selon qu'il s'agit ou non d'un v\u00E9hicule polluant.";
431
- QuestionInfoWording["NON_DEDUCTIBLE_PROVISION"] = "Le d\u00E9tail des provisions non d\u00E9ductibles sera indiqu\u00E9 sur le tableau n\u00B0 2033-D-SD - cadre IC. Les dotations qui ne sont pas d\u00E9ductibles et qui doivent \u00EAtre r\u00E9int\u00E9gr\u00E9es sont notamment desdotations de provisions pour indemnit\u00E9s de d\u00E9part \u00E0 la retraite (IDR), des dotations de provisions pouricenciement \u00E9conomique, des dotations de provisions pour perte de change, des dotations deprovisions pour amende,\u2026";
432
- QuestionInfoWording["NON_DEDUCTIBLE_TAXES"] = "<ul>Les principaux exemples d\u2019imp\u00F4ts et taxes non d\u00E9ductibles :\n <li>La taxe sur les v\u00E9hicules des soci\u00E9t\u00E9s (TVS) sera r\u00E9int\u00E9gr\u00E9e par les soci\u00E9t\u00E9s \u00E0 l'IS et les\n soci\u00E9t\u00E9s de personnes dont les associ\u00E9s sont passibles de l'IS.</li>\n <li>Taxe sur les bureaux en Ile-de-France</li>\n <li>Les CSG et CRDS comptabilis\u00E9es en charges des travailleurs ind\u00E9pendants sont r\u00E9int\u00E9gr\u00E9es</li></ul>";
433
- QuestionInfoWording["TONNAGE_TAX_EXPENSES_FOR_SEA_TRANSPORT_COMPANY"] = "Les soci\u00E9t\u00E9s ayant opt\u00E9 pour le r\u00E9gime de la taxation au tonnage sont tenues de r\u00E9int\u00E9grer les charges affect\u00E9es aux activit\u00E9s \u00E9ligibles pour la d\u00E9termination du b\u00E9n\u00E9fice imposable de la soci\u00E9t\u00E9.";
434
- QuestionInfoWording["TONNAGE_TAX_RESULT_FOR_SEA_TRANSPORT_COMPANY"] = "Les soci\u00E9t\u00E9s ayant opt\u00E9 pour le r\u00E9gime de la taxation au tonnage sont tenues de r\u00E9int\u00E9grer le r\u00E9sultat fiscal aff\u00E9rent aux activit\u00E9s \u00E9ligibles pour la d\u00E9termination du b\u00E9n\u00E9fice imposable de la soci\u00E9t\u00E9.";
435
- QuestionInfoWording["REAL_ESTATE_LEASING_AND_FUNDRAISING"] = "En cas de lev\u00E9e d'option d'achat d'un contrat de cr\u00E9dit-bail immobilier, le locataire acqu\u00E9reur de l'immeuble doit proc\u00E9der, le cas \u00E9ch\u00E9ant, \u00E0 la r\u00E9int\u00E9gration d'une fraction des loyers vers\u00E9s en cours de contrat ( art. 239 sexies du CGI). Sous certaines conditions tenant au lieu de situation de l'immeuble et de dur\u00E9e de contrat, les cr\u00E9dit-preneurs qui r\u00E9pondent aux conditions des paragraphes a et b de l'article 39 quinquies D du CGI sont dispens\u00E9s de toute r\u00E9int\u00E9gration au moment de la lev\u00E9e d'option.";
436
- QuestionInfoWording["EXCESS_INTERESTS_OF_PARTNER_CURRENT_ACCOUNTS"] = " Les int\u00E9r\u00EAts vers\u00E9s aux associ\u00E9s pour les sommes qu\u2019ils laissent \u00E0 la disposition de la soci\u00E9t\u00E9 ne sont d\u00E9ductibles sous conditions, la fraction non d\u00E9ductible est d\u00E9clar\u00E9e et doit donc \u00EAtre r\u00E9int\u00E9gr\u00E9e. Le taux de d\u00E9ductibilit\u00E9 maximum des comptes courants d\u2019associ\u00E9s est publi\u00E9 tous les mois.";
437
- QuestionInfoWording["DIFFERENCE_IN_NET_ASSET_VALUE_OF_MUTUAL_FUNDS"] = ": En mati\u00E8re d\u2019imp\u00F4t sur les soci\u00E9t\u00E9s, l\u2019\u00E9cart positif entre la valeur liquidative \u00E0 l\u2019ouverture et \u00E0 la cl\u00F4ture de l\u2019exercice constat\u00E9 lors de l'\u00E9valuation des parts ou actions d'OPCVM (SICAV et FCP) est compris dans le r\u00E9sultat imposable de l'exercice concern\u00E9 du porteur de parts personne morale soumis \u00E0 cet imp\u00F4t.";
438
- QuestionInfoWording["RELATED_PRODUCTS_OF_SEA_TRANSPORT_COMPANY"] = "Les soci\u00E9t\u00E9s ayant opt\u00E9 pour le r\u00E9gime de la taxation au tonnage sont tenues de d\u00E9duire les produits affect\u00E9s aux activit\u00E9s \u00E9ligibles pour la d\u00E9termination du b\u00E9n\u00E9fice imposable de la soci\u00E9t\u00E9.";
439
- QuestionInfoWording["DEBT_OBLIGATION_OF_DEFICI_CARRY_BACK"] = "Le montant de la cr\u00E9ance d\u00E9gag\u00E9 par le report en arri\u00E8re des d\u00E9ficits (art. 220 quinquies du CGI)";
440
- QuestionInfoWording["START_UPS"] = "Pour les entreprises nouvelles cr\u00E9\u00E9es dans les Zones d\u2019Aide \u00E0 Fiscalit\u00E9 R\u00E9gionale (ZAFR)";
441
- QuestionInfoWording["39_DECIES"] = "D\u00E9duction exceptionnelle en faveur des investissements productifs pr\u00E9vue \u00E0 l'article 39 decies du CGI";
442
- QuestionInfoWording["39_DECIES_A"] = "D\u00E9duction exceptionnelle applicable aux poids lourds et aux v\u00E9hicules utilitaires l\u00E9gers utilisant des \u00E9nergies propres pr\u00E9vue \u00E0 l'article 39 decies A du CGI";
443
- QuestionInfoWording["39_DECIES_B"] = "D\u00E9duction exceptionnelle applicable aux investissements dans la transformation num\u00E9rique et la robotisation pr\u00E9vue \u00E0 l'article 39 decies B du CGI";
444
- QuestionInfoWording["39_DECIES_C"] = "D\u00E9duction exceptionnelle applicable aux navires et bateaux de transport de marchandises ou de passagers qui utilisent de l'hydrog\u00E8ne ou tout autre propulsion d\u00E9carbon\u00E9e pr\u00E9vue \u00E0 l'article 39 decies C du CGI";
445
- QuestionInfoWording["39_DECIES_D"] = "D\u00E9duction exceptionnelle en faveur des investissements dans des \u00E9quipements de r\u00E9frig\u00E9ration et de traitement de l'air n'utilisant pas d'hydrofluorocarbures pr\u00E9vue \u00E0 l'article 39 decies D du CGI";
446
- QuestionInfoWording["39_DECIES_E"] = "D\u00E9duction exceptionnelle applicable aux simulateurs d'apprentissage de la conduite dot\u00E9s d'un poste de conduite \u00E0 compter du 9 mai 2019 et jusqu'au 8 mai 2021 pr\u00E9vue \u00E0 l'article 39 decies E du CGI (BOI-BIC-BASE-100-60). Indiquer sur papier libre, la nature des d\u00E9ductions pratiqu\u00E9es.";
447
- QuestionInfoWording["39_DECIES_F"] = "D\u00E9ductions exceptionnelles en faveur des investissements dans des engins non routiers de substitution \u00E0 ceux fonctionnant au gazole non routier (GNR) pr\u00E9vues \u00E0 l\u2019article 39 decies F du CGI (BOI-BIC-BASE-100-70).";
448
- QuestionInfoWording["39_DECIES_G"] = "D\u00E9duction exceptionnelle en faveur de certaines entreprises de commerce de d\u00E9tail de gazole non routier (GNR) pr\u00E9vue \u00E0 l\u2019article 39 decies G du CGI (BOI-BIC-BASE-100-80).";
449
- /**
450
- * COMPANY TAXES 2050
451
- */
452
- QuestionInfoWording["OWNER_OR_ASSOCIATE_COMPENSATION"] = "Avantages personnels non d\u00E9ductibles dont notamment les d\u00E9penses personnelles des associ\u00E9s-dirigeants comptabilis\u00E9s en charges. Si la soci\u00E9t\u00E9 est soumise \u00E0 l\u2019imp\u00F4t sur le revenu, r\u00E9int\u00E9gration de la r\u00E9mun\u00E9ration de l\u2019exploitant dans une entreprise individuelle et la r\u00E9mun\u00E9ration des associ\u00E9s de soci\u00E9t\u00E9s de personnes.";
453
- QuestionInfoWording["2050_NON_DEDUCTIBLE_DEPRECIATIONS"] = "Concerne notamment l\u2019amortissement des v\u00E9hicules de tourisme, si le v\u00E9hicule est lou\u00E9s ou pris en cr\u00E9dit-bail, le montant calcul\u00E9 par le bailleur. La base amortissable est limit\u00E9e \u00E0 30 000\u20AC, 20 300\u20AC, 18 300\u20AC ou 9 900\u20AC selon qu'il s'agit ou non d'un v\u00E9hicule polluant.";
454
- QuestionInfoWording["OTHER_AND_SUMPTUARY_EXPENSES"] = "Charges ayant trait \u00E0 l'exercice de la chasse ou de la p\u00EAche, \u00E0 la disposition de r\u00E9sidences (sauf r\u00E9sidences servant d'adresse ou de si\u00E8ge social de l'entreprise et r\u00E9sidences int\u00E9gr\u00E9es \u00E0 un \u00E9tablissement de production et servant \u00E0 l'accueil de la client\u00E8le) ou de bateaux de plaisance";
455
- QuestionInfoWording["COMPANY_VEHICLE_TAXES"] = "La taxe sur les v\u00E9hicules des soci\u00E9t\u00E9s (TVS) sera r\u00E9int\u00E9gr\u00E9e par les soci\u00E9t\u00E9s \u00E0 l'IS et les soci\u00E9t\u00E9s de personnes dont les associ\u00E9s sont passibles de l'IS";
456
- QuestionInfoWording["2050_REAL_ESTATE_LEASING_AND_FUNDRAISING"] = "En cas de lev\u00E9e d'option d'achat d'un contrat de cr\u00E9dit-bail immobilier, le locataire acqu\u00E9reur de l'immeuble doit proc\u00E9der, le cas \u00E9ch\u00E9ant, \u00E0 la r\u00E9int\u00E9gration d'une fraction des loyers vers\u00E9s en cours de contrat (art. 239 sexies du CGI).";
457
- QuestionInfoWording["2050_REAL_ESTATE_EXEMPT_RENTS"] = "Sous certaines conditions tenant au lieu de situation de l'immeuble et de dur\u00E9e de contrat, les cr\u00E9dit-preneurs qui r\u00E9pondent aux conditions des a et b de l'article 39 quinquies D du CGI sont dispens\u00E9s de toute r\u00E9int\u00E9gration au moment de la lev\u00E9e d'option. Indiquer ici, la fraction \u00E9ventuellement dispens\u00E9e de r\u00E9int\u00E9gration.";
458
- QuestionInfoWording["2050_NON_DEDUCTIBLE_PROVISIONS"] = "Les dotations qui ne sont pas d\u00E9ductibles et qui doivent \u00EAtre r\u00E9int\u00E9gr\u00E9es sont notamment des dotations de provisions pour indemnit\u00E9s de d\u00E9part \u00E0 la retraite (IDR), des dotations de provisions pour licenciement \u00E9conomique, des dotations de provisions pour perte de change, des dotations de provisions pour amende,\u2026";
459
- QuestionInfoWording["NON_DEDUCTIBLE_UNCOOPERATIVE_TERRITORY_EXPENSES"] = "Charges sp\u00E9cifiques non d\u00E9ductibles en lien avec des \u00E9tats et territoires non coop\u00E9ratifs pour les soci\u00E9t\u00E9s soumis \u00E0 l\u2019imp\u00F4t sur les soci\u00E9t\u00E9s. Remplir le cerfa 2067-Bis.";
460
- QuestionInfoWording["FINES_AND_PENALTIES"] = "Ensemble des amendes et p\u00E9nalit\u00E9s de la soci\u00E9t\u00E9 qui ne sont pas d\u00E9ductibles.";
461
- QuestionInfoWording["FINANCIAL_EXPENSES"] = "Il convient de r\u00E9int\u00E9grer la fraction des int\u00E9r\u00EAts allou\u00E9s aux comptes courants d'associ\u00E9s (art. 39-1-3\u00B0 du CGI) ou r\u00E9mun\u00E9rant les sommes mises \u00E0 disposition par des soci\u00E9t\u00E9s li\u00E9es (art. 212 du m\u00EAme code) exclue des charges d\u00E9ductibles et le montant des charges financi\u00E8res nettes.";
462
- QuestionInfoWording["155_REINTEGRATIONS"] = "Porter les r\u00E9int\u00E9grations rendues obligatoires par l'application de la suppression des effets de la th\u00E9orie du bilan (article 155 du CGI).";
463
- QuestionInfoWording["TAXES"] = "<ul>Les principaux exemples d\u2019imp\u00F4ts et taxes non d\u00E9ductibles :\n <li> La taxe sur les v\u00E9hicules des soci\u00E9t\u00E9s (TVS) sera r\u00E9int\u00E9gr\u00E9e par les soci\u00E9t\u00E9s \u00E0 l'IS et les\n soci\u00E9t\u00E9s de personnes dont les associ\u00E9s sont passibles de l'IS.</li>\n <li> Taxe sur les bureaux en Ile-de-France</li>\n <li> Les CSG et CRDS comptabilis\u00E9es en charges des travailleurs ind\u00E9pendants sont r\u00E9int\u00E9gr\u00E9es</li></ul>";
464
- QuestionInfoWording["ECONOMICAL_INTEREST_GROUP_SHARE"] = "Porter la quote-part des b\u00E9n\u00E9fices fiscaux r\u00E9alis\u00E9s par une soci\u00E9t\u00E9 de personnes ou un G.I.E. dont les titres sont inscrits \u00E0 l'actif du bilan. Corr\u00E9lativement, la quote-part comptabilis\u00E9e du b\u00E9n\u00E9fice distribu\u00E9 par cet organisme doit \u00EAtre d\u00E9duite extra-comptablement ligne WT";
465
- QuestionInfoWording["209B_BENEFITS"] = "B\u00E9n\u00E9fices vis\u00E9s \u00E0 l\u2019article 209 B du CGI. Il s'agit des r\u00E9sultats b\u00E9n\u00E9ficiaires provenant d'une entit\u00E9 \u00E9tablie dans un pays \u00E0 fiscalit\u00E9 privil\u00E9gi\u00E9e.";
466
- QuestionInfoWording["SHORT_RUN_TAXABLE_GAIN"] = "Plus-values nettes \u00E0 court terme: montant d\u00E9taill\u00E9 sur le formulaire n\u00B0 2059-B-SD (cadre A, total 2 de la colonne 3).";
467
- QuestionInfoWording["MERGE_REGIME_TAXABLE_GAIN"] = "Plus-values soumises au r\u00E9gime des fusions: le montant des plus-values \u00E0 r\u00E9int\u00E9grer est d\u00E9taill\u00E9 sur le tableau n\u00B0 2059-B-SD (cadre B, total de la colonne 3) et par l'\u00E9tat de suivi pr\u00E9vu par l'article 54 septies du CGI.";
468
- QuestionInfoWording["2050_DIFFERENCE_IN_NET_ASSET_VALUE_OF_MUTUAL_FUNDS"] = "En mati\u00E8re d'imp\u00F4t sur les soci\u00E9t\u00E9s, l'\u00E9cart entre la valeur liquidative \u00E0 l'ouverture et \u00E0 la cl\u00F4ture de l'exercice constat\u00E9 lors de l'\u00E9valuation des parts ou actions d'OPCVM (SICAV\u2026) est compris dans le r\u00E9sultat imposable de l'exercice concern\u00E9. Indiquer dans la case XR, l'\u00E9cart net positif de l'exercice.";
469
- QuestionInfoWording["EXCESS_INTERESTS"] = "Les int\u00E9r\u00EAts vers\u00E9s aux associ\u00E9s pour les sommes qu\u2019ils laissent \u00E0 la disposition de la soci\u00E9t\u00E9 ne sont d\u00E9ductibles sous conditions, la fraction non d\u00E9ductible est d\u00E9clar\u00E9e et doit donc \u00EAtre r\u00E9int\u00E9gr\u00E9e. Le taux de d\u00E9ductibilit\u00E9 maximum des comptes courants d\u2019associ\u00E9s est publi\u00E9 tous les mois.";
470
- QuestionInfoWording["EXEMPT_ACTIVITIES"] = "Pour les soci\u00E9t\u00E9s cr\u00E9\u00E9es dans les zones d'entreprises, le d\u00E9ficit fiscal et les moins-values \u00E0 long terme, subis dans le secteur d'activit\u00E9 exon\u00E9r\u00E9 au cours d'un exercice doivent \u00EAtre retranch\u00E9s des b\u00E9n\u00E9fices suivants r\u00E9alis\u00E9s dans le m\u00EAme secteur; ils ne peuvent pas \u00EAtre imput\u00E9s sur les b\u00E9n\u00E9fices r\u00E9alis\u00E9s dans le secteur imposable pendant toute la p\u00E9riode couverte par l'exon\u00E9ration.";
471
- QuestionInfoWording["12_SHARE_OF_0_RATE_GAIN"] = "La quote-part de frais et charges \u00E9gale \u00E0 12% du montant brut des plus-values de cession aff\u00E9rentes aux titres de participation, autres que les titres de SPI, ainsi que, sous certaines conditions, les produits et plus-values provenant de la d\u00E9tention de FCPR ou SCR au taux de 0 %.";
472
- QuestionInfoWording["2050_TONNAGE_TAX_EXPENSES_FOR_SEA_TRANSPORT_COMPANY"] = "Les soci\u00E9t\u00E9s ayant opt\u00E9 pour le r\u00E9gime de la taxation au tonnage sont tenues de r\u00E9int\u00E9grer les charges affect\u00E9es aux activit\u00E9s \u00E9ligibles pour la d\u00E9termination du b\u00E9n\u00E9fice imposable de la soci\u00E9t\u00E9.";
473
- QuestionInfoWording["2050_TONNAGE_TAX_RESULT_FOR_SEA_TRANSPORT_COMPANY"] = "Les soci\u00E9t\u00E9s ayant opt\u00E9 pour le r\u00E9gime de la taxation au tonnage sont tenues de r\u00E9int\u00E9grer le r\u00E9sultat fiscal aff\u00E9rent aux activit\u00E9s \u00E9ligibles pour la d\u00E9termination du b\u00E9n\u00E9fice imposable de la soci\u00E9t\u00E9.";
474
- QuestionInfoWording["ECONOMICAL_INTEREST_GROUP_LOSS_SHARE"] = "Porter la quote-part des d\u00E9ficits fiscaux constat\u00E9s au cours de l'exercice, par une soci\u00E9t\u00E9 de personnes ou un GIE dont les titres sont inscrits \u00E0 l'actif du bilan.";
475
- QuestionInfoWording["NON_DEDUCTIBLE_EXPENSES_AND_PROVISIONS_ASSIGN_BACK_IN_FISCAL_YEAR"] = "Les reprises qui sont d\u00E9ductibles et qui doivent \u00EAtre d\u00E9duites sont notamment des reprises de provisions pour indemnit\u00E9s de d\u00E9part \u00E0 la retraite (IDR), des reprises de provisions pour licenciement \u00E9conomique, des reprises de provisions pour perte de change, des reprises de provisions pour amende,\u2026";
476
- QuestionInfoWording["LONG_RUN_TAXABLE_GAIN_AT_15_RATE"] = "Inscrire le montant net des plus-values \u00E0 long terme imposables au taux de 12,8 % (pour l'imp\u00F4t sur le revenu) ou au taux de 15 % (pour l'imp\u00F4t sur les soci\u00E9t\u00E9s).";
477
- QuestionInfoWording["LONG_RUN_TAXABLE_GAIN_AT_0_RATE"] = "Inscrire le montant net imposable des plus-values \u00E0 long terme aff\u00E9rentes aux titres de participation, autres que les titres de SPI, ainsi que, sous certaines conditions, les produits et plus-values provenant de la d\u00E9tention de FCPR ou SCR au taux de 0 %. La quote-part de frais et charges \u00E9gale \u00E0 12% du montant brut des plus-values de cession est r\u00E9int\u00E9gr\u00E9e ligne WQ et inscrite ligne M8";
478
- QuestionInfoWording["LONG_RUN_TAXABLE_GAIN_AT_19_RATE"] = "Inscrire le montant net des plus-values \u00E0 long terme aff\u00E9rentes aux titres de SPI cot\u00E9es imposables \u00E0 l'imp\u00F4t sur les soci\u00E9t\u00E9s au taux de 19 % (article 219 I a du CGI).";
479
- QuestionInfoWording["OTHER_TAXABLE_GAIN_AT_19_RATE"] = "<ul>Il s\u2019agit du montant :\n <li>des plus-values r\u00E9alis\u00E9es en cas de cession de locaux professionnels ou de terrains \u00E0 b\u00E2tir lorsque le cessionnaire s'engage dans les quatre ans \u00E0 les transformer ou \u00E0 y faire construire des logements (article 210 F du CGI);</li>\n <li>des plus-values sur cession de titres de soci\u00E9t\u00E9s cot\u00E9es \u00E0 pr\u00E9pond\u00E9rance immobili\u00E8re (art. 219. I a-sexies-0. bis du CGI) ou des plus-values latentes impos\u00E9es lors de l'option pour le r\u00E9gime des soci\u00E9t\u00E9s d'investissements immobiliers cot\u00E9es (art. 208 C du CGI) ou lors de la transformation d'une soci\u00E9t\u00E9 \u00E0 l'IS en soci\u00E9t\u00E9s de placement \u00E0 pr\u00E9pond\u00E9rance immobili\u00E8re \u00E0 capital variable (art. 208. 3\u00B0 nonies du CGI)</li></ul>";
480
- QuestionInfoWording["SHORT_RUN_TAXABLE_GAIN_PROPORTION"] = "Pour les entreprises soumises \u00E0 l'imp\u00F4t sur le revenu, le montant des plus-values \u00E0 court terme peut \u00EAtre r\u00E9parti sur l'ann\u00E9e de leur r\u00E9alisation et sur les deux ann\u00E9es suivantes (cf. tableau n\u00B0 2059-B-SD).";
481
- QuestionInfoWording["NET_GAIN_ON_SHARES"] = "Lorsque les conditions pr\u00E9vues aux articles 145 et 216 du CGI sont remplies, les produits nets des participations ouvrant droit \u00E0 l'application du r\u00E9gime des soci\u00E9t\u00E9s-m\u00E8res, touch\u00E9s au cours d'un exercice par une soci\u00E9t\u00E9 m\u00E8re, peuvent \u00EAtre retranch\u00E9s du b\u00E9n\u00E9fice net total de celle-ci. Le montant \u00E0 d\u00E9duire correspond au montant net des produits de participation, d\u00E9falcation faite d'une quote-part de frais et charges restant imposable, \u00E9gale \u00E0 5 % des produits bruts.";
482
- QuestionInfoWording["INCLUDED_EXPENSE_SHARE"] = "La quote-part de frais et charges est calcul\u00E9e au taux de 1 % dans le cas particulier des distributions r\u00E9alis\u00E9es entre membres d'un groupe fiscal, et des distributions que per\u00E7oit une soci\u00E9t\u00E9 membre d'un groupe fiscal, soumise \u00E0 un imp\u00F4t \u00E9quivalent \u00E0 l'imp\u00F4t sur les soci\u00E9t\u00E9s dans un \u00C9tat membre de l'Union europ\u00E9enne ou dans un autre \u00C9tat partie \u00E0 l'accord sur l'Espace \u00E9conomique europ\u00E9en et qui remplirait les conditions qui lui permettraient, si elle \u00E9tait \u00E9tablie en France, d'\u00EAtre membre d'un groupe auquel appartient la soci\u00E9t\u00E9 b\u00E9n\u00E9ficiaire des produits de participations.";
483
- QuestionInfoWording["INELIGIBLE_SHARES"] = "Pour les exercices ouverts \u00E0 compter du 1er janvier 2019, mentionner 99 % du montant des produits de participations in\u00E9ligibles au r\u00E9gime des soci\u00E9t\u00E9s m\u00E8res (art. 145 et 216 du CGI) lorsqu'ils sont per\u00E7us par une soci\u00E9t\u00E9 non membre d'un groupe fiscal d'une soci\u00E9t\u00E9 soumise \u00E0 un imp\u00F4t \u00E9quivalent \u00E0 l'imp\u00F4t sur les soci\u00E9t\u00E9s dans un autre \u00C9tat membre de l'Union europ\u00E9enne ou dans un autre \u00C9tat partie \u00E0 l'accord sur l'Espace \u00E9conomique europ\u00E9en et qui remplirait les conditions lui permettant, si elle \u00E9tait \u00E9tablie en France, d'\u00EAtre membre d'un groupe avec la soci\u00E9t\u00E9 b\u00E9n\u00E9ficiaire (sauf si cette derni\u00E8re n'appartient pas \u00E0 un groupe uniquement du fait de l'absence des options et accords en ce sens) (art. 223 B, al.2 du CGI).";
484
- QuestionInfoWording["DEDUCTIBLE_OVERSEAS_INVESTMENT"] = "Porter sur cette ligne le montant des investissements productifs et des souscriptions r\u00E9alis\u00E9s outre-mer au cours de l'exercice par les entreprises soumises \u00E0 l'imp\u00F4t sur les soci\u00E9t\u00E9s dans le cadre d'exploitations appartenant \u00E0 un secteur d'activit\u00E9 \u00E9ligible en application de l'article 217 undecies du CGI. Pour les entreprises soumises \u00E0 l'imp\u00F4t sur le revenu, les investissements r\u00E9alis\u00E9s donnent lieu soit \u00E0 une d\u00E9duction du revenu net global imposable, soit \u00E0 une r\u00E9duction d'imp\u00F4t et n'ont donc pas \u00E0 figurer sur la d\u00E9claration de revenus professionnels. Toutefois, les investissements relevant de l'article 217 undecies du CGI doivent \u00EAtre port\u00E9s sur cette ligne.";
485
- QuestionInfoWording["DEPRECIATION_INCREASE"] = "Majoration de l'amortissement des immobilisations financ\u00E9es par certaines primes d'\u00E9quipement (art. 39 quinquies FA du CGI). La base de calcul de l'amortissement des immobilisations acquises ou cr\u00E9\u00E9es au moyen de primes de d\u00E9veloppement r\u00E9gional ou d'am\u00E9nagement du territoire, d'orientation pour les entreprises de produits agricoles et alimentaires, d'installation et de d\u00E9veloppement artisanal, d'\u00E9quipement dans les d\u00E9partements d'outre-mer, accord\u00E9es au cours des ann\u00E9es ant\u00E9rieures \u00E0 2006 est major\u00E9e, pour la d\u00E9termination du b\u00E9n\u00E9fice imposable, de la moiti\u00E9 du montant de la prime. La majoration d'amortissement qui en r\u00E9sulte est d\u00E9duite de fa\u00E7on extra comptable sur cette ligne.";
486
- QuestionInfoWording["2050_TAKEOVER_OF_AILING_FIRMS"] = "https://www.service-public.fr/professionnels-entreprises/vosdroits/F31837";
487
- QuestionInfoWording["2050_START_UPS"] = "pour les entreprises nouvelles cr\u00E9\u00E9es dans les Zones d\u2019Aide \u00E0 Fiscalit\u00E9 R\u00E9gionale (ZAFR) https://www.economie.gouv.fr/entreprises/exonerations-impots-zones-afr-zafr";
488
- QuestionInfoWording["2050_INNOVATIVE_YOUNG_COMPANY"] = "https://www.service-public.fr/professionnels-entreprises/vosdroits/F31188";
489
- QuestionInfoWording["2050_DEFENSE_RESTRUCTURING_ZONE"] = "https://www.service-public.fr/professionnels-entreprises/vosdroits/F31177";
490
- QuestionInfoWording["2050_URBAN_FREE_ZONE"] = "https://www.service-public.fr/professionnels-entreprises/vosdroits/F31149";
491
- QuestionInfoWording["2050_EMPLOYMENT_AREA_TO_BE_REVITALIZED"] = "https://www.service-public.fr/professionnels-entreprises/vosdroits/F31154";
492
- QuestionInfoWording["2050_NEW_GENERATION_ACTIVITY_ZONE"] = "https://les-aides.fr/aide/FVdvGSwMDA4v/ddfip/zfang-zones-franches-d-activite-nouvelle-generation-abattement-sur-l-impot-sur-les-benefices-pour-les-pme-des-dom.html";
493
- QuestionInfoWording["2050_URBAN_ZONE_TO_BE_REVITALIZED"] = "https://www.service-public.fr/professionnels-entreprises/vosdroits/F34799";
494
- QuestionInfoWording["2050_RURAL_DEVELOPMENT_ZONE"] = "https://www.service-public.fr/professionnels-entreprises/vosdroits/F31139";
495
- QuestionInfoWording["2050_PRIORITY_DEVELOPMENT_ZONE"] = "https://les-aides.fr/aide/UxNvgThVnw/ddfip/zdpzones-de-developpement-prioritaire-exonerationd-impot-sur-les-benefices.html";
496
- QuestionInfoWording["2050_BIS_DIFFERENCE_IN_NET_ASSET_VALUE_OF_MUTUAL_FUNDS"] = "En mati\u00E8re d\u2019imp\u00F4t sur les soci\u00E9t\u00E9s, l\u2019\u00E9cart positif entre la valeur liquidative \u00E0 l\u2019ouverture et \u00E0 la cl\u00F4ture de l\u2019exercice constat\u00E9 lors de l'\u00E9valuation des parts ou actions d'OPCVM (SICAV et FCP) est compris dans le r\u00E9sultat imposable de l'exercice concern\u00E9 du porteur de parts personne morale soumis \u00E0 cet imp\u00F4t.e\u0301carts de valeurs liquidatives sur OPCVM";
497
- QuestionInfoWording["2050_DEBT_OBLIGATION_OF_DEFICI_CARRY_BACK"] = "Le montant de la cr\u00E9ance d\u00E9gag\u00E9 par le report en arri\u00E8re des d\u00E9ficits (art. 220 quinquies du CGI).";
498
- QuestionInfoWording["2050_39_DECIES"] = "D\u00E9duction exceptionnelle en faveur des investissements productifs pr\u00E9vue \u00E0 l'article 39 decies du CGI";
499
- QuestionInfoWording["2050_39_DECIES_A"] = "D\u00E9duction exceptionnelle applicable aux poids lourds et aux v\u00E9hicules utilitaires l\u00E9gers utilisant des \u00E9nergies propres pr\u00E9vue \u00E0 l'article 39 decies A du CGI";
500
- QuestionInfoWording["2050_39_DECIES_B"] = "D\u00E9duction exceptionnelle applicable aux investissements dans la transformation num\u00E9rique et la robotisation pr\u00E9vue \u00E0 l'article 39 decies B du CGI";
501
- QuestionInfoWording["2050_39_DECIES_C"] = "D\u00E9duction exceptionnelle applicable aux navires et bateaux de transport de marchandises ou de passagers qui utilisent de l'hydrog\u00E8ne ou tout autre propulsion d\u00E9carbon\u00E9e pr\u00E9vue \u00E0 l'article 39 decies C du CGI";
502
- QuestionInfoWording["2050_39_DECIES_D"] = "D\u00E9duction exceptionnelle en faveur des investissements dans des \u00E9quipements de r\u00E9frig\u00E9ration et de traitement de l'air n'utilisant pas d'hydrofluorocarbures pr\u00E9vue \u00E0 l'article 39 decies D du CGI";
503
- QuestionInfoWording["2050_39_DECIES_E"] = "D\u00E9duction exceptionnelle applicable aux simulateurs d'apprentissage de la conduite dot\u00E9s d'un poste de conduite \u00E0 compter du 9 mai 2019 et jusqu'au 8 mai 2021 pr\u00E9vue \u00E0 l'article 39 decies E du CGI (BOI-BIC-BASE-100-60). Indiquer sur papier libre, la nature des d\u00E9ductions pratiqu\u00E9es.";
504
- QuestionInfoWording["2050_39_DECIES_F"] = "D\u00E9ductions exceptionnelles en faveur des investissements dans des engins non routiers de substitution \u00E0 ceux fonctionnant au gazole non routier (GNR) pr\u00E9vues \u00E0 l\u2019article 39 decies F du CGI (BOI-BIC-BASE-100-70).";
505
- QuestionInfoWording["2050_39_DECIES_G"] = "D\u00E9duction exceptionnelle en faveur de certaines entreprises de commerce de d\u00E9tail de gazole non routier (GNR) pr\u00E9vue \u00E0 l\u2019article 39 decies G du CGI (BOI-BIC-BASE-100-80).";
506
- QuestionInfoWording["2050_RELATED_PRODUCTS_OF_SEA_TRANSPORT_COMPANY"] = "Les soci\u00E9t\u00E9s ayant opt\u00E9 pour le r\u00E9gime de la taxation au tonnage sont tenues de d\u00E9duire les produits affect\u00E9s aux activit\u00E9s \u00E9ligibles pour la d\u00E9termination du b\u00E9n\u00E9fice imposable de la soci\u00E9t\u00E9.";
507
- QuestionInfoWording["2050_DEFERRED_CARRY_BACK_DEFICITS"] = "En application des dispositions de l'article 220 quinquies du CGI, modifi\u00E9 par l'article 2 de la loi n\u00B0 2011-1117 du 21 septembre 2011 de finances rectificative 2011, le report en arri\u00E8re d'un d\u00E9ficit n'est possible que sur le seul b\u00E9n\u00E9fice de l'exercice pr\u00E9c\u00E9dent, et dans la limite du montant le plus faible entre le b\u00E9n\u00E9fice dudit exercice pr\u00E9c\u00E9dent et un montant de 1.000.000 \u20AC. L'option pour le report en arri\u00E8re du d\u00E9ficit subi au titre de l'exercice est exerc\u00E9e dans le d\u00E9lai de d\u00E9p\u00F4t de la d\u00E9claration de r\u00E9sultats n\u00B0 2065-SD et formalis\u00E9e en compl\u00E9tant la ligne 356 du tableau 2033-B-SD du montant du d\u00E9ficit report\u00E9 en arri\u00E8re. Conform\u00E9ment aux dispositions de l'article 46 quater -0 W de l'annexe III au CGI, le calcul de la cr\u00E9ance de report en arri\u00E8re du d\u00E9ficit s'effectue sur la d\u00E9claration sp\u00E9ciale n\u00B0 2039-SD \u00E0 joindre au relev\u00E9 de solde d\u2019imp\u00F4t sur les soci\u00E9t\u00E9s de l'exercice (formulaire n\u00B0 2572-SD).";
508
- QuestionInfoWording["2050_CARRIED_FORWARD_PREVIOUS_DEFICIT"] = "Le montant port\u00E9 \u00E0 cette ligne correspond \u00E0 la fraction des d\u00E9ficits imput\u00E9s sur le b\u00E9n\u00E9fice de l\u2019exercice par les entreprises relevant de l'imp\u00F4t sur les soci\u00E9t\u00E9s. En application du I de l'article 209 du CGI, les d\u00E9ficits subis par une soci\u00E9t\u00E9 passible de l'imp\u00F4t sur les soci\u00E9t\u00E9s ne peuvent \u00EAtre d\u00E9duits du b\u00E9n\u00E9fice d'un exercice ult\u00E9rieur que dans la limite d'un montant de 1.000.000 \u20AC, major\u00E9 le cas \u00E9ch\u00E9ant de 50% du b\u00E9n\u00E9fice exc\u00E9dant ce m\u00EAme montant. La fraction du d\u00E9ficit qui ne peut \u00EAtre imput\u00E9e est reportable sur les exercices suivants et imputable sous les m\u00EAmes conditions et limites ; le montant de d\u00E9ficit port\u00E9 sur cette ligne correspond \u00E0 celui d\u00E9termin\u00E9 apr\u00E8s une \u00E9ventuelle application des mesures de plafonnement d'imputation expos\u00E9es supra.";
509
- QuestionInfoWording["COURSE_MANAGER_TAX_CREDIT"] = "Pour b\u00E9n\u00E9ficier du cr\u00E9dit d'imp\u00F4t, l'entreprise doit joindre l'imprim\u00E9 2079-FCE-FC et la d\u00E9claration 2069-RCI-SD sur laquelle est report\u00E9 le montant du cr\u00E9dit d'imp\u00F4t.";
510
- QuestionInfoWording["FAMILY_TAX_CREDIT"] = "Pour b\u00E9n\u00E9ficier du cr\u00E9dit d'imp\u00F4t, l'entreprise doit joindre l'imprim\u00E9 fiscal\u00A0n\u00B02069-FA\u00A0 et indiquer le montant du cr\u00E9dit d'imp\u00F4t famille dans la case Cr\u00E9dit d'imp\u00F4t famille, sur la t\u00E9l\u00E9d\u00E9claration de r\u00E9sultat,\u00A0imprim\u00E9 n\u00B02069-RCI\u00A0qui r\u00E9capitule toutes les r\u00E9ductions et cr\u00E9dits d'imp\u00F4t de l'exercice.";
511
- QuestionInfoWording["PATRONAGE_FRANCE_TAX_CREDIT"] = "La r\u00E9duction d'imp\u00F4t vient en soustraction du montant d'imp\u00F4t d\u00FB par l'entreprise donatrice lors de l'ann\u00E9e des versements.";
512
- QuestionInfoWording["RESEARCH_TAX_CREDIT"] = "Le cr\u00E9dit d'imp\u00F4t recherche peut \u00EAtre imput\u00E9 sur l'exercice en cours et les 3 exercices suivants.";
513
- QuestionInfoWording["REPORT_DEFICIT_TAX_CREDIT"] = "Le report en arri\u00E8re de d\u00E9ficit peut \u00EAtre imput\u00E9 sur les 5 exercices suivants.";
514
- /**
515
- * used in IS tax Credit and CERFA 2572
516
- */
517
- QuestionInfoWording["N-1_PAYMENT_OR_DEPOSIT"] = "bien reprendre l\u2019ensemble des versements effectu\u00E9s (acomptes et/ou soldes) cf. cerfa 2571 vers\u00E9 le 15 de chaque trimestre moins les remboursements d\u00E9j\u00E0 obtenus.";
518
- })(QuestionInfoWording || (QuestionInfoWording = {}));
519
- //# sourceMappingURL=BalanceSheetQuestionWording.js.map