@silexpert/core 2.0.28-0 → 2.0.29

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 (684) hide show
  1. package/dist/api/resources/Alert.d.ts +7 -0
  2. package/dist/api/resources/Alert.d.ts.map +1 -0
  3. package/dist/api/resources/Alert.js +10 -0
  4. package/dist/api/resources/Alert.js.map +1 -0
  5. package/dist/api/resources/ExerciceNote.d.ts +10 -0
  6. package/dist/api/resources/ExerciceNote.d.ts.map +1 -0
  7. package/dist/api/resources/ExerciceNote.js +13 -0
  8. package/dist/api/resources/ExerciceNote.js.map +1 -0
  9. package/dist/api/resources/GeneralLedger.d.ts +4 -0
  10. package/dist/api/resources/GeneralLedger.d.ts.map +1 -1
  11. package/dist/api/resources/GeneralLedger.js +12 -0
  12. package/dist/api/resources/GeneralLedger.js.map +1 -1
  13. package/dist/api/resources/Mail.d.ts +10 -0
  14. package/dist/api/resources/Mail.d.ts.map +1 -1
  15. package/dist/api/resources/Mail.js +6 -0
  16. package/dist/api/resources/Mail.js.map +1 -1
  17. package/dist/api/resources/SocietyEvent.d.ts +7 -0
  18. package/dist/api/resources/SocietyEvent.d.ts.map +1 -0
  19. package/dist/api/resources/SocietyEvent.js +10 -0
  20. package/dist/api/resources/SocietyEvent.js.map +1 -0
  21. package/dist/api/resources/UnpaidCallHistory.d.ts +6 -0
  22. package/dist/api/resources/UnpaidCallHistory.d.ts.map +1 -0
  23. package/dist/api/resources/UnpaidCallHistory.js +7 -0
  24. package/dist/api/resources/UnpaidCallHistory.js.map +1 -0
  25. package/dist/api/resources/UserSpecialDay.d.ts +10 -0
  26. package/dist/api/resources/UserSpecialDay.d.ts.map +1 -0
  27. package/dist/api/resources/UserSpecialDay.js +24 -0
  28. package/dist/api/resources/UserSpecialDay.js.map +1 -0
  29. package/dist/api/resources.d.ts +10 -0
  30. package/dist/api/resources.d.ts.map +1 -1
  31. package/dist/api/resources.js +10 -0
  32. package/dist/api/resources.js.map +1 -1
  33. package/dist/types/Enum/CommercialGrade.d.ts +5 -0
  34. package/dist/types/Enum/CommercialGrade.d.ts.map +1 -1
  35. package/dist/types/Enum/CommercialGrade.js +6 -0
  36. package/dist/types/Enum/CommercialGrade.js.map +1 -1
  37. package/dist/types/Enum/Constitution.d.ts +7 -0
  38. package/dist/types/Enum/Constitution.d.ts.map +1 -0
  39. package/dist/types/Enum/Constitution.js +8 -0
  40. package/dist/types/Enum/Constitution.js.map +1 -0
  41. package/dist/types/Enum/ExerciceNoteType.d.ts +5 -0
  42. package/dist/types/Enum/ExerciceNoteType.d.ts.map +1 -0
  43. package/dist/types/Enum/ExerciceNoteType.js +6 -0
  44. package/dist/types/Enum/ExerciceNoteType.js.map +1 -0
  45. package/dist/types/Enum/{JuridicalSocietyEnum.d.ts → JuridicalSociety.d.ts} +1 -1
  46. package/dist/types/Enum/JuridicalSociety.d.ts.map +1 -0
  47. package/dist/types/Enum/{JuridicalSocietyEnum.js → JuridicalSociety.js} +1 -1
  48. package/dist/types/Enum/JuridicalSociety.js.map +1 -0
  49. package/dist/types/Enum/TaskResponseType.d.ts +2 -1
  50. package/dist/types/Enum/TaskResponseType.d.ts.map +1 -1
  51. package/dist/types/Enum/TaskResponseType.js +1 -0
  52. package/dist/types/Enum/TaskResponseType.js.map +1 -1
  53. package/dist/types/Enum/UnpaidCallHistoryType.d.ts +10 -0
  54. package/dist/types/Enum/UnpaidCallHistoryType.d.ts.map +1 -0
  55. package/dist/types/Enum/UnpaidCallHistoryType.js +21 -0
  56. package/dist/types/Enum/UnpaidCallHistoryType.js.map +1 -0
  57. package/dist/types/Enum/VatDeclarationType.d.ts +2 -0
  58. package/dist/types/Enum/VatDeclarationType.d.ts.map +1 -1
  59. package/dist/types/Enum/VatDeclarationType.js +228 -0
  60. package/dist/types/Enum/VatDeclarationType.js.map +1 -1
  61. package/dist/types/Form/FormAuthenticate.d.ts +1 -0
  62. package/dist/types/Form/FormAuthenticate.d.ts.map +1 -1
  63. package/dist/types/Form/FormAuthenticate.js +6 -0
  64. package/dist/types/Form/FormAuthenticate.js.map +1 -1
  65. package/dist/types/Interface/api/SocietyApproval.d.ts +1 -0
  66. package/dist/types/Interface/api/SocietyApproval.d.ts.map +1 -1
  67. package/dist/types/Interface/api/SocietyApproval.js +7 -0
  68. package/dist/types/Interface/api/SocietyApproval.js.map +1 -1
  69. package/dist/types/Interface/api/alert/CreateAlert.d.ts +13 -0
  70. package/dist/types/Interface/api/alert/CreateAlert.d.ts.map +1 -0
  71. package/dist/types/Interface/api/alert/CreateAlert.js +95 -0
  72. package/dist/types/Interface/api/alert/CreateAlert.js.map +1 -0
  73. package/dist/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +1 -0
  74. package/dist/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
  75. package/dist/types/Interface/api/calendarEvent/createCalendarEvent.js +5 -0
  76. package/dist/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
  77. package/dist/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +1 -0
  78. package/dist/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
  79. package/dist/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +5 -0
  80. package/dist/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
  81. package/dist/types/Interface/api/calendarEvent/query.js +1 -1
  82. package/dist/types/Interface/api/calendarEvent/query.js.map +1 -1
  83. package/dist/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +1 -0
  84. package/dist/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
  85. package/dist/types/Interface/api/calendarEvent/updateCalendarEvent.js +5 -0
  86. package/dist/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
  87. package/dist/types/Interface/api/cerfa/2031.d.ts +7 -185
  88. package/dist/types/Interface/api/cerfa/2031.d.ts.map +1 -1
  89. package/dist/types/Interface/api/cerfa/2031.js.map +1 -1
  90. package/dist/types/Interface/api/cerfa/2033.d.ts +129 -98
  91. package/dist/types/Interface/api/cerfa/2033.d.ts.map +1 -1
  92. package/dist/types/Interface/api/cerfa/2033.js +0 -218
  93. package/dist/types/Interface/api/cerfa/2033.js.map +1 -1
  94. package/dist/types/Interface/api/cerfa/2035.d.ts +86 -263
  95. package/dist/types/Interface/api/cerfa/2035.d.ts.map +1 -1
  96. package/dist/types/Interface/api/cerfa/2035.js.map +1 -1
  97. package/dist/types/Interface/api/cerfa/2050.d.ts +460 -1
  98. package/dist/types/Interface/api/cerfa/2050.d.ts.map +1 -1
  99. package/dist/types/Interface/api/cerfa/2050.js.map +1 -1
  100. package/dist/types/Interface/api/cerfa/2065.d.ts +4 -126
  101. package/dist/types/Interface/api/cerfa/2065.d.ts.map +1 -1
  102. package/dist/types/Interface/api/cerfa/2065.js +0 -9
  103. package/dist/types/Interface/api/cerfa/2065.js.map +1 -1
  104. package/dist/types/Interface/api/checklist/Read.d.ts +1 -0
  105. package/dist/types/Interface/api/checklist/Read.d.ts.map +1 -1
  106. package/dist/types/Interface/api/checklist/Read.js.map +1 -1
  107. package/dist/types/Interface/api/commercialManagement/Create.d.ts +7 -0
  108. package/dist/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
  109. package/dist/types/Interface/api/commercialManagement/Create.js +32 -0
  110. package/dist/types/Interface/api/commercialManagement/Create.js.map +1 -1
  111. package/dist/types/Interface/api/config/ConfigType.d.ts +2 -0
  112. package/dist/types/Interface/api/config/ConfigType.d.ts.map +1 -1
  113. package/dist/types/Interface/api/config/ConfigType.js.map +1 -1
  114. package/dist/types/Interface/api/exerciceNote/CreateExerciceNote.d.ts +9 -0
  115. package/dist/types/Interface/api/exerciceNote/CreateExerciceNote.d.ts.map +1 -0
  116. package/dist/types/Interface/api/exerciceNote/CreateExerciceNote.js +31 -0
  117. package/dist/types/Interface/api/exerciceNote/CreateExerciceNote.js.map +1 -0
  118. package/dist/types/Interface/api/exerciceNote/QueryExerciceNote.d.ts +5 -0
  119. package/dist/types/Interface/api/exerciceNote/QueryExerciceNote.d.ts.map +1 -0
  120. package/dist/types/Interface/api/exerciceNote/QueryExerciceNote.js +19 -0
  121. package/dist/types/Interface/api/exerciceNote/QueryExerciceNote.js.map +1 -0
  122. package/dist/types/Interface/api/payment/Util.d.ts.map +1 -1
  123. package/dist/types/Interface/api/payment/Util.js.map +1 -1
  124. package/dist/types/Interface/api/prestation/Query.d.ts +1 -0
  125. package/dist/types/Interface/api/prestation/Query.d.ts.map +1 -1
  126. package/dist/types/Interface/api/prestation/Query.js +8 -0
  127. package/dist/types/Interface/api/prestation/Query.js.map +1 -1
  128. package/dist/types/Interface/api/registration/CreateRegistration.d.ts +4 -2
  129. package/dist/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
  130. package/dist/types/Interface/api/registration/CreateRegistration.js +14 -16
  131. package/dist/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  132. package/dist/types/Interface/api/revision/Read.d.ts +2 -0
  133. package/dist/types/Interface/api/revision/Read.d.ts.map +1 -1
  134. package/dist/types/Interface/api/revision/Read.js.map +1 -1
  135. package/dist/types/Interface/api/society/QuerySociety.d.ts.map +1 -1
  136. package/dist/types/Interface/api/society/QuerySociety.js +1 -0
  137. package/dist/types/Interface/api/society/QuerySociety.js.map +1 -1
  138. package/dist/types/Interface/api/societyConfig/update.d.ts +13 -0
  139. package/dist/types/Interface/api/societyConfig/update.d.ts.map +1 -1
  140. package/dist/types/Interface/api/societyConfig/update.js +100 -0
  141. package/dist/types/Interface/api/societyConfig/update.js.map +1 -1
  142. package/dist/types/Interface/api/societyEvent/CreateSocietyEvent.d.ts +6 -0
  143. package/dist/types/Interface/api/societyEvent/CreateSocietyEvent.d.ts.map +1 -0
  144. package/dist/types/Interface/api/societyEvent/CreateSocietyEvent.js +24 -0
  145. package/dist/types/Interface/api/societyEvent/CreateSocietyEvent.js.map +1 -0
  146. package/dist/types/Interface/api/societyEvent/QuerySocietyEvent.d.ts +5 -0
  147. package/dist/types/Interface/api/societyEvent/QuerySocietyEvent.d.ts.map +1 -0
  148. package/dist/types/Interface/api/societyEvent/QuerySocietyEvent.js +18 -0
  149. package/dist/types/Interface/api/societyEvent/QuerySocietyEvent.js.map +1 -0
  150. package/dist/types/Interface/api/terminationList/CreateTerminationList.d.ts +2 -0
  151. package/dist/types/Interface/api/terminationList/CreateTerminationList.d.ts.map +1 -1
  152. package/dist/types/Interface/api/terminationList/CreateTerminationList.js +16 -0
  153. package/dist/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
  154. package/dist/types/Interface/api/terminationList/DestroyTerminationList.d.ts +2 -0
  155. package/dist/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +1 -1
  156. package/dist/types/Interface/api/terminationList/DestroyTerminationList.js +16 -0
  157. package/dist/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -1
  158. package/dist/types/Interface/api/terminationList/QueryTerminationList.d.ts +2 -0
  159. package/dist/types/Interface/api/terminationList/QueryTerminationList.d.ts.map +1 -1
  160. package/dist/types/Interface/api/terminationList/QueryTerminationList.js +16 -0
  161. package/dist/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -1
  162. package/dist/types/Interface/api/user/Permissions.d.ts +2 -0
  163. package/dist/types/Interface/api/user/Permissions.d.ts.map +1 -1
  164. package/dist/types/Interface/api/user/Permissions.js.map +1 -1
  165. package/dist/types/Interface/api/user/UpdateCoworker.d.ts +5 -1
  166. package/dist/types/Interface/api/user/UpdateCoworker.d.ts.map +1 -1
  167. package/dist/types/Interface/api/user/UpdateCoworker.js +11 -1
  168. package/dist/types/Interface/api/user/UpdateCoworker.js.map +1 -1
  169. package/dist/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts +14 -0
  170. package/dist/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts.map +1 -0
  171. package/dist/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +66 -0
  172. package/dist/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -0
  173. package/dist/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts +8 -0
  174. package/dist/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts.map +1 -0
  175. package/dist/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +41 -0
  176. package/dist/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -0
  177. package/dist/types/Interface/api/webmail/MigrateMailAddresses.d.ts +9 -0
  178. package/dist/types/Interface/api/webmail/MigrateMailAddresses.d.ts.map +1 -0
  179. package/dist/types/Interface/api/webmail/MigrateMailAddresses.js +42 -0
  180. package/dist/types/Interface/api/webmail/MigrateMailAddresses.js.map +1 -0
  181. package/dist/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +15 -0
  182. package/dist/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +1 -1
  183. package/dist/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +69 -1
  184. package/dist/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
  185. package/dist/types/Interface/models/IAccount.d.ts +4 -1
  186. package/dist/types/Interface/models/IAccount.d.ts.map +1 -1
  187. package/dist/types/Interface/models/IAccount.js +4 -1
  188. package/dist/types/Interface/models/IAccount.js.map +1 -1
  189. package/dist/types/Interface/models/IAccountantTracker.d.ts +12 -0
  190. package/dist/types/Interface/models/IAccountantTracker.d.ts.map +1 -0
  191. package/dist/types/Interface/models/IAccountantTracker.js +13 -0
  192. package/dist/types/Interface/models/IAccountantTracker.js.map +1 -0
  193. package/dist/types/Interface/models/IAccountingFile.d.ts +2 -1
  194. package/dist/types/Interface/models/IAccountingFile.d.ts.map +1 -1
  195. package/dist/types/Interface/models/IAccountingFile.js +1 -0
  196. package/dist/types/Interface/models/IAccountingFile.js.map +1 -1
  197. package/dist/types/Interface/models/IAccountingState.d.ts +19 -0
  198. package/dist/types/Interface/models/IAccountingState.d.ts.map +1 -0
  199. package/dist/types/Interface/models/IAccountingState.js +18 -0
  200. package/dist/types/Interface/models/IAccountingState.js.map +1 -0
  201. package/dist/types/Interface/models/IAccountingStateType.d.ts +7 -0
  202. package/dist/types/Interface/models/IAccountingStateType.d.ts.map +1 -0
  203. package/dist/types/Interface/models/IAccountingStateType.js +8 -0
  204. package/dist/types/Interface/models/IAccountingStateType.js.map +1 -0
  205. package/dist/types/Interface/models/IAccountingTransaction.d.ts +5 -0
  206. package/dist/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  207. package/dist/types/Interface/models/IAccountingTransaction.js +5 -0
  208. package/dist/types/Interface/models/IAccountingTransaction.js.map +1 -1
  209. package/dist/types/Interface/models/IAlert.d.ts +17 -0
  210. package/dist/types/Interface/models/IAlert.d.ts.map +1 -0
  211. package/dist/types/Interface/models/IAlert.js +18 -0
  212. package/dist/types/Interface/models/IAlert.js.map +1 -0
  213. package/dist/types/Interface/models/IAppConfig.d.ts +8 -0
  214. package/dist/types/Interface/models/IAppConfig.d.ts.map +1 -0
  215. package/dist/types/Interface/models/IAppConfig.js +9 -0
  216. package/dist/types/Interface/models/IAppConfig.js.map +1 -0
  217. package/dist/types/Interface/models/IAreasInvoice.d.ts +13 -0
  218. package/dist/types/Interface/models/IAreasInvoice.d.ts.map +1 -0
  219. package/dist/types/Interface/models/IAreasInvoice.js +14 -0
  220. package/dist/types/Interface/models/IAreasInvoice.js.map +1 -0
  221. package/dist/types/Interface/models/IAttachmentFile.d.ts +17 -0
  222. package/dist/types/Interface/models/IAttachmentFile.d.ts.map +1 -0
  223. package/dist/types/Interface/models/IAttachmentFile.js +16 -0
  224. package/dist/types/Interface/models/IAttachmentFile.js.map +1 -0
  225. package/dist/types/Interface/models/IBalanceSheetCompletion.d.ts +2 -1
  226. package/dist/types/Interface/models/IBalanceSheetCompletion.d.ts.map +1 -1
  227. package/dist/types/Interface/models/IBalanceSheetCompletion.js +1 -0
  228. package/dist/types/Interface/models/IBalanceSheetCompletion.js.map +1 -1
  229. package/dist/types/Interface/models/IBalanceSheetStatus.d.ts +7 -0
  230. package/dist/types/Interface/models/IBalanceSheetStatus.d.ts.map +1 -0
  231. package/dist/types/Interface/models/IBalanceSheetStatus.js +7 -0
  232. package/dist/types/Interface/models/IBalanceSheetStatus.js.map +1 -0
  233. package/dist/types/Interface/models/IBankList.d.ts +10 -0
  234. package/dist/types/Interface/models/IBankList.d.ts.map +1 -1
  235. package/dist/types/Interface/models/IBankList.js +10 -0
  236. package/dist/types/Interface/models/IBankList.js.map +1 -1
  237. package/dist/types/Interface/models/IBusinessLine.d.ts +2 -0
  238. package/dist/types/Interface/models/IBusinessLine.d.ts.map +1 -1
  239. package/dist/types/Interface/models/IBusinessLine.js +3 -0
  240. package/dist/types/Interface/models/IBusinessLine.js.map +1 -1
  241. package/dist/types/Interface/models/ICalendarEvent.d.ts +5 -0
  242. package/dist/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
  243. package/dist/types/Interface/models/ICalendarEvent.js +3 -0
  244. package/dist/types/Interface/models/ICalendarEvent.js.map +1 -1
  245. package/dist/types/Interface/models/ICategory.d.ts +9 -0
  246. package/dist/types/Interface/models/ICategory.d.ts.map +1 -0
  247. package/dist/types/Interface/models/ICategory.js +10 -0
  248. package/dist/types/Interface/models/ICategory.js.map +1 -0
  249. package/dist/types/Interface/models/ICerfaValue.d.ts +11 -0
  250. package/dist/types/Interface/models/ICerfaValue.d.ts.map +1 -0
  251. package/dist/types/Interface/models/ICerfaValue.js +12 -0
  252. package/dist/types/Interface/models/ICerfaValue.js.map +1 -0
  253. package/dist/types/Interface/models/IChecklist.d.ts +2 -0
  254. package/dist/types/Interface/models/IChecklist.d.ts.map +1 -1
  255. package/dist/types/Interface/models/IChecklist.js +1 -0
  256. package/dist/types/Interface/models/IChecklist.js.map +1 -1
  257. package/dist/types/Interface/models/IColor.d.ts +7 -0
  258. package/dist/types/Interface/models/IColor.d.ts.map +1 -0
  259. package/dist/types/Interface/models/IColor.js +8 -0
  260. package/dist/types/Interface/models/IColor.js.map +1 -0
  261. package/dist/types/Interface/models/ICustomerVat.d.ts +3 -0
  262. package/dist/types/Interface/models/ICustomerVat.d.ts.map +1 -1
  263. package/dist/types/Interface/models/ICustomerVat.js +2 -0
  264. package/dist/types/Interface/models/ICustomerVat.js.map +1 -1
  265. package/dist/types/Interface/models/ICustomisation.d.ts +11 -0
  266. package/dist/types/Interface/models/ICustomisation.d.ts.map +1 -0
  267. package/dist/types/Interface/models/ICustomisation.js +12 -0
  268. package/dist/types/Interface/models/ICustomisation.js.map +1 -0
  269. package/dist/types/Interface/models/ICustomizationType.d.ts +7 -0
  270. package/dist/types/Interface/models/ICustomizationType.d.ts.map +1 -0
  271. package/dist/types/Interface/models/ICustomizationType.js +8 -0
  272. package/dist/types/Interface/models/ICustomizationType.js.map +1 -0
  273. package/dist/types/Interface/models/IDay.d.ts +7 -0
  274. package/dist/types/Interface/models/IDay.d.ts.map +1 -0
  275. package/dist/types/Interface/models/IDay.js +8 -0
  276. package/dist/types/Interface/models/IDay.js.map +1 -0
  277. package/dist/types/Interface/models/IDetailedLogBi.d.ts +19 -0
  278. package/dist/types/Interface/models/IDetailedLogBi.d.ts.map +1 -0
  279. package/dist/types/Interface/models/IDetailedLogBi.js +20 -0
  280. package/dist/types/Interface/models/IDetailedLogBi.js.map +1 -0
  281. package/dist/types/Interface/models/IEmployee.d.ts +3 -0
  282. package/dist/types/Interface/models/IEmployee.d.ts.map +1 -1
  283. package/dist/types/Interface/models/IEmployee.js +2 -0
  284. package/dist/types/Interface/models/IEmployee.js.map +1 -1
  285. package/dist/types/Interface/models/IEstimateInvoice.d.ts +4 -1
  286. package/dist/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
  287. package/dist/types/Interface/models/IEstimateInvoice.js +3 -1
  288. package/dist/types/Interface/models/IEstimateInvoice.js.map +1 -1
  289. package/dist/types/Interface/models/IEstimateInvoiceRepeat.d.ts +13 -0
  290. package/dist/types/Interface/models/IEstimateInvoiceRepeat.d.ts.map +1 -0
  291. package/dist/types/Interface/models/IEstimateInvoiceRepeat.js +14 -0
  292. package/dist/types/Interface/models/IEstimateInvoiceRepeat.js.map +1 -0
  293. package/dist/types/Interface/models/IExerciceNote.d.ts +15 -0
  294. package/dist/types/Interface/models/IExerciceNote.d.ts.map +1 -0
  295. package/dist/types/Interface/models/IExerciceNote.js +13 -0
  296. package/dist/types/Interface/models/IExerciceNote.js.map +1 -0
  297. package/dist/types/Interface/models/IFailedLoginAttempt.d.ts +10 -0
  298. package/dist/types/Interface/models/IFailedLoginAttempt.d.ts.map +1 -0
  299. package/dist/types/Interface/models/IFailedLoginAttempt.js +11 -0
  300. package/dist/types/Interface/models/IFailedLoginAttempt.js.map +1 -0
  301. package/dist/types/Interface/models/IFile.d.ts +2 -0
  302. package/dist/types/Interface/models/IFile.d.ts.map +1 -1
  303. package/dist/types/Interface/models/IFile.js +1 -0
  304. package/dist/types/Interface/models/IFile.js.map +1 -1
  305. package/dist/types/Interface/models/IFileMissing.d.ts +13 -0
  306. package/dist/types/Interface/models/IFileMissing.d.ts.map +1 -0
  307. package/dist/types/Interface/models/IFileMissing.js +14 -0
  308. package/dist/types/Interface/models/IFileMissing.js.map +1 -0
  309. package/dist/types/Interface/models/IFrequency.d.ts +7 -0
  310. package/dist/types/Interface/models/IFrequency.d.ts.map +1 -0
  311. package/dist/types/Interface/models/IFrequency.js +8 -0
  312. package/dist/types/Interface/models/IFrequency.js.map +1 -0
  313. package/dist/types/Interface/models/IInternalEstimate.d.ts +14 -0
  314. package/dist/types/Interface/models/IInternalEstimate.d.ts.map +1 -0
  315. package/dist/types/Interface/models/IInternalEstimate.js +15 -0
  316. package/dist/types/Interface/models/IInternalEstimate.js.map +1 -0
  317. package/dist/types/Interface/models/IKilometricAllowanceScale.d.ts +10 -0
  318. package/dist/types/Interface/models/IKilometricAllowanceScale.d.ts.map +1 -0
  319. package/dist/types/Interface/models/IKilometricAllowanceScale.js +11 -0
  320. package/dist/types/Interface/models/IKilometricAllowanceScale.js.map +1 -0
  321. package/dist/types/Interface/models/ILabelPaymentWaiting.d.ts +7 -0
  322. package/dist/types/Interface/models/ILabelPaymentWaiting.d.ts.map +1 -0
  323. package/dist/types/Interface/models/ILabelPaymentWaiting.js +8 -0
  324. package/dist/types/Interface/models/ILabelPaymentWaiting.js.map +1 -0
  325. package/dist/types/Interface/models/ILastUpdateConnection.d.ts +11 -0
  326. package/dist/types/Interface/models/ILastUpdateConnection.d.ts.map +1 -0
  327. package/dist/types/Interface/models/ILastUpdateConnection.js +11 -0
  328. package/dist/types/Interface/models/ILastUpdateConnection.js.map +1 -0
  329. package/dist/types/Interface/models/ILogBi.d.ts +12 -0
  330. package/dist/types/Interface/models/ILogBi.d.ts.map +1 -0
  331. package/dist/types/Interface/models/ILogBi.js +13 -0
  332. package/dist/types/Interface/models/ILogBi.js.map +1 -0
  333. package/dist/types/Interface/models/IMail.d.ts +1 -0
  334. package/dist/types/Interface/models/IMail.d.ts.map +1 -1
  335. package/dist/types/Interface/models/IMail.js +1 -0
  336. package/dist/types/Interface/models/IMail.js.map +1 -1
  337. package/dist/types/Interface/models/IMailRelation.d.ts +12 -0
  338. package/dist/types/Interface/models/IMailRelation.d.ts.map +1 -0
  339. package/dist/types/Interface/models/IMailRelation.js +12 -0
  340. package/dist/types/Interface/models/IMailRelation.js.map +1 -0
  341. package/dist/types/Interface/models/IMobileNotificationLog.d.ts +4 -0
  342. package/dist/types/Interface/models/IMobileNotificationLog.d.ts.map +1 -1
  343. package/dist/types/Interface/models/IMobileNotificationLog.js +4 -0
  344. package/dist/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  345. package/dist/types/Interface/models/IMonth.d.ts +7 -0
  346. package/dist/types/Interface/models/IMonth.d.ts.map +1 -0
  347. package/dist/types/Interface/models/IMonth.js +8 -0
  348. package/dist/types/Interface/models/IMonth.js.map +1 -0
  349. package/dist/types/Interface/models/INote.d.ts +8 -0
  350. package/dist/types/Interface/models/INote.d.ts.map +1 -0
  351. package/dist/types/Interface/models/INote.js +9 -0
  352. package/dist/types/Interface/models/INote.js.map +1 -0
  353. package/dist/types/Interface/models/IPayPlan.d.ts +7 -0
  354. package/dist/types/Interface/models/IPayPlan.d.ts.map +1 -0
  355. package/dist/types/Interface/models/IPayPlan.js +8 -0
  356. package/dist/types/Interface/models/IPayPlan.js.map +1 -0
  357. package/dist/types/Interface/models/IPaymentDelay.d.ts +7 -0
  358. package/dist/types/Interface/models/IPaymentDelay.d.ts.map +1 -0
  359. package/dist/types/Interface/models/IPaymentDelay.js +8 -0
  360. package/dist/types/Interface/models/IPaymentDelay.js.map +1 -0
  361. package/dist/types/Interface/models/IPaymentWaiting.d.ts +19 -0
  362. package/dist/types/Interface/models/IPaymentWaiting.d.ts.map +1 -0
  363. package/dist/types/Interface/models/IPaymentWaiting.js +19 -0
  364. package/dist/types/Interface/models/IPaymentWaiting.js.map +1 -0
  365. package/dist/types/Interface/models/IPermission.d.ts +2 -0
  366. package/dist/types/Interface/models/IPermission.d.ts.map +1 -1
  367. package/dist/types/Interface/models/IPermission.js +2 -0
  368. package/dist/types/Interface/models/IPermission.js.map +1 -1
  369. package/dist/types/Interface/models/IPhoneNumber.d.ts +10 -0
  370. package/dist/types/Interface/models/IPhoneNumber.d.ts.map +1 -0
  371. package/dist/types/Interface/models/IPhoneNumber.js +11 -0
  372. package/dist/types/Interface/models/IPhoneNumber.js.map +1 -0
  373. package/dist/types/Interface/models/IPhonePrefix.d.ts +10 -0
  374. package/dist/types/Interface/models/IPhonePrefix.d.ts.map +1 -0
  375. package/dist/types/Interface/models/IPhonePrefix.js +11 -0
  376. package/dist/types/Interface/models/IPhonePrefix.js.map +1 -0
  377. package/dist/types/Interface/models/IPhonePrefixChild.d.ts +8 -0
  378. package/dist/types/Interface/models/IPhonePrefixChild.d.ts.map +1 -0
  379. package/dist/types/Interface/models/IPhonePrefixChild.js +9 -0
  380. package/dist/types/Interface/models/IPhonePrefixChild.js.map +1 -0
  381. package/dist/types/Interface/models/IPrestation.d.ts +2 -0
  382. package/dist/types/Interface/models/IPrestation.d.ts.map +1 -1
  383. package/dist/types/Interface/models/IPrestation.js +3 -0
  384. package/dist/types/Interface/models/IPrestation.js.map +1 -1
  385. package/dist/types/Interface/models/IQuotaLead.d.ts +14 -0
  386. package/dist/types/Interface/models/IQuotaLead.d.ts.map +1 -0
  387. package/dist/types/Interface/models/IQuotaLead.js +15 -0
  388. package/dist/types/Interface/models/IQuotaLead.js.map +1 -0
  389. package/dist/types/Interface/models/IRefundMotif.d.ts +7 -0
  390. package/dist/types/Interface/models/IRefundMotif.d.ts.map +1 -0
  391. package/dist/types/Interface/models/IRefundMotif.js +9 -0
  392. package/dist/types/Interface/models/IRefundMotif.js.map +1 -0
  393. package/dist/types/Interface/models/IRegion.d.ts +7 -0
  394. package/dist/types/Interface/models/IRegion.d.ts.map +1 -0
  395. package/dist/types/Interface/models/IRegion.js +8 -0
  396. package/dist/types/Interface/models/IRegion.js.map +1 -0
  397. package/dist/types/Interface/models/IRegistrationCertificate.d.ts +3 -0
  398. package/dist/types/Interface/models/IRegistrationCertificate.d.ts.map +1 -1
  399. package/dist/types/Interface/models/IRegistrationCertificate.js +2 -0
  400. package/dist/types/Interface/models/IRegistrationCertificate.js.map +1 -1
  401. package/dist/types/Interface/models/IRepeatType.d.ts +7 -0
  402. package/dist/types/Interface/models/IRepeatType.d.ts.map +1 -0
  403. package/dist/types/Interface/models/IRepeatType.js +8 -0
  404. package/dist/types/Interface/models/IRepeatType.js.map +1 -0
  405. package/dist/types/Interface/models/IRoom.d.ts +7 -0
  406. package/dist/types/Interface/models/IRoom.d.ts.map +1 -0
  407. package/dist/types/Interface/models/IRoom.js +8 -0
  408. package/dist/types/Interface/models/IRoom.js.map +1 -0
  409. package/dist/types/Interface/models/ISchedule.d.ts +12 -0
  410. package/dist/types/Interface/models/ISchedule.d.ts.map +1 -0
  411. package/dist/types/Interface/models/ISchedule.js +13 -0
  412. package/dist/types/Interface/models/ISchedule.js.map +1 -0
  413. package/dist/types/Interface/models/IService.d.ts +7 -0
  414. package/dist/types/Interface/models/IService.d.ts.map +1 -0
  415. package/dist/types/Interface/models/IService.js +8 -0
  416. package/dist/types/Interface/models/IService.js.map +1 -0
  417. package/dist/types/Interface/models/ISheetMonthSchedule.d.ts +2 -0
  418. package/dist/types/Interface/models/ISheetMonthSchedule.d.ts.map +1 -1
  419. package/dist/types/Interface/models/ISheetMonthSchedule.js +1 -0
  420. package/dist/types/Interface/models/ISheetMonthSchedule.js.map +1 -1
  421. package/dist/types/Interface/models/ISociety.d.ts +47 -1
  422. package/dist/types/Interface/models/ISociety.d.ts.map +1 -1
  423. package/dist/types/Interface/models/ISociety.js +41 -0
  424. package/dist/types/Interface/models/ISociety.js.map +1 -1
  425. package/dist/types/Interface/models/ISocietyApproval.d.ts +3 -0
  426. package/dist/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
  427. package/dist/types/Interface/models/ISocietyApproval.js +2 -0
  428. package/dist/types/Interface/models/ISocietyApproval.js.map +1 -1
  429. package/dist/types/Interface/models/ISocietyBudgetConnection.d.ts +9 -0
  430. package/dist/types/Interface/models/ISocietyBudgetConnection.d.ts.map +1 -0
  431. package/dist/types/Interface/models/ISocietyBudgetConnection.js +10 -0
  432. package/dist/types/Interface/models/ISocietyBudgetConnection.js.map +1 -0
  433. package/dist/types/Interface/models/ISocietyConfig.d.ts +14 -0
  434. package/dist/types/Interface/models/ISocietyConfig.d.ts.map +1 -1
  435. package/dist/types/Interface/models/ISocietyConfig.js +14 -0
  436. package/dist/types/Interface/models/ISocietyConfig.js.map +1 -1
  437. package/dist/types/Interface/models/ISocietyDetail.d.ts +58 -0
  438. package/dist/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
  439. package/dist/types/Interface/models/ISocietyDetail.js +58 -0
  440. package/dist/types/Interface/models/ISocietyDetail.js.map +1 -1
  441. package/dist/types/Interface/models/ISocietyEvent.d.ts +12 -0
  442. package/dist/types/Interface/models/ISocietyEvent.d.ts.map +1 -0
  443. package/dist/types/Interface/models/ISocietyEvent.js +11 -0
  444. package/dist/types/Interface/models/ISocietyEvent.js.map +1 -0
  445. package/dist/types/Interface/models/ISocietyFile.d.ts +16 -0
  446. package/dist/types/Interface/models/ISocietyFile.d.ts.map +1 -0
  447. package/dist/types/Interface/models/ISocietyFile.js +17 -0
  448. package/dist/types/Interface/models/ISocietyFile.js.map +1 -0
  449. package/dist/types/Interface/models/ISocietyGescom.d.ts +6 -0
  450. package/dist/types/Interface/models/ISocietyGescom.d.ts.map +1 -1
  451. package/dist/types/Interface/models/ISocietyGescom.js +6 -0
  452. package/dist/types/Interface/models/ISocietyGescom.js.map +1 -1
  453. package/dist/types/Interface/models/ISocietyNote.d.ts +7 -0
  454. package/dist/types/Interface/models/ISocietyNote.d.ts.map +1 -0
  455. package/dist/types/Interface/models/ISocietyNote.js +8 -0
  456. package/dist/types/Interface/models/ISocietyNote.js.map +1 -0
  457. package/dist/types/Interface/models/IStripeEvent.d.ts +12 -0
  458. package/dist/types/Interface/models/IStripeEvent.d.ts.map +1 -0
  459. package/dist/types/Interface/models/IStripeEvent.js +13 -0
  460. package/dist/types/Interface/models/IStripeEvent.js.map +1 -0
  461. package/dist/types/Interface/models/IStripeEventType.d.ts +7 -0
  462. package/dist/types/Interface/models/IStripeEventType.d.ts.map +1 -0
  463. package/dist/types/Interface/models/IStripeEventType.js +8 -0
  464. package/dist/types/Interface/models/IStripeEventType.js.map +1 -0
  465. package/dist/types/Interface/models/ITeam.d.ts +2 -0
  466. package/dist/types/Interface/models/ITeam.d.ts.map +1 -1
  467. package/dist/types/Interface/models/ITeam.js +1 -0
  468. package/dist/types/Interface/models/ITeam.js.map +1 -1
  469. package/dist/types/Interface/models/ITeamBusinessLine.d.ts +8 -0
  470. package/dist/types/Interface/models/ITeamBusinessLine.d.ts.map +1 -0
  471. package/dist/types/Interface/models/ITeamBusinessLine.js +9 -0
  472. package/dist/types/Interface/models/ITeamBusinessLine.js.map +1 -0
  473. package/dist/types/Interface/models/ITerminationList.d.ts +2 -0
  474. package/dist/types/Interface/models/ITerminationList.d.ts.map +1 -1
  475. package/dist/types/Interface/models/ITerminationList.js +4 -0
  476. package/dist/types/Interface/models/ITerminationList.js.map +1 -1
  477. package/dist/types/Interface/models/ITimeRecorder.d.ts.map +1 -1
  478. package/dist/types/Interface/models/ITimeRecorder.js +1 -0
  479. package/dist/types/Interface/models/ITimeRecorder.js.map +1 -1
  480. package/dist/types/Interface/models/IUnpaidCallHistory.d.ts +14 -0
  481. package/dist/types/Interface/models/IUnpaidCallHistory.d.ts.map +1 -0
  482. package/dist/types/Interface/models/IUnpaidCallHistory.js +13 -0
  483. package/dist/types/Interface/models/IUnpaidCallHistory.js.map +1 -0
  484. package/dist/types/Interface/models/IUpToDateBankAccount.d.ts +9 -0
  485. package/dist/types/Interface/models/IUpToDateBankAccount.d.ts.map +1 -1
  486. package/dist/types/Interface/models/IUpToDateBankAccount.js +7 -0
  487. package/dist/types/Interface/models/IUpToDateBankAccount.js.map +1 -1
  488. package/dist/types/Interface/models/IUser.d.ts +22 -0
  489. package/dist/types/Interface/models/IUser.d.ts.map +1 -1
  490. package/dist/types/Interface/models/IUser.js +23 -0
  491. package/dist/types/Interface/models/IUser.js.map +1 -1
  492. package/dist/types/Interface/models/IUserSpecialDay.d.ts +14 -0
  493. package/dist/types/Interface/models/IUserSpecialDay.d.ts.map +1 -0
  494. package/dist/types/Interface/models/IUserSpecialDay.js +14 -0
  495. package/dist/types/Interface/models/IUserSpecialDay.js.map +1 -0
  496. package/dist/types/Interface/models/IVatDeclaration.d.ts +118 -0
  497. package/dist/types/Interface/models/IVatDeclaration.d.ts.map +1 -0
  498. package/dist/types/Interface/models/IVatDeclaration.js +113 -0
  499. package/dist/types/Interface/models/IVatDeclaration.js.map +1 -0
  500. package/dist/types/Interface/models/IWebMail.d.ts +64 -0
  501. package/dist/types/Interface/models/IWebMail.d.ts.map +1 -0
  502. package/dist/types/Interface/models/IWebMail.js +61 -0
  503. package/dist/types/Interface/models/IWebMail.js.map +1 -0
  504. package/dist/types/Interface/models/IWebMailAttachment.d.ts +8 -0
  505. package/dist/types/Interface/models/IWebMailAttachment.d.ts.map +1 -0
  506. package/dist/types/Interface/models/IWebMailAttachment.js +9 -0
  507. package/dist/types/Interface/models/IWebMailAttachment.js.map +1 -0
  508. package/dist/types/Interface/models/IWebMailStat.d.ts +9 -0
  509. package/dist/types/Interface/models/IWebMailStat.d.ts.map +1 -0
  510. package/dist/types/Interface/models/IWebMailStat.js +10 -0
  511. package/dist/types/Interface/models/IWebMailStat.js.map +1 -0
  512. package/dist/types/Interface/models/IWebMailType.d.ts +7 -0
  513. package/dist/types/Interface/models/IWebMailType.d.ts.map +1 -0
  514. package/dist/types/Interface/models/IWebMailType.js +8 -0
  515. package/dist/types/Interface/models/IWebMailType.js.map +1 -0
  516. package/dist/types/index.d.ts +67 -1
  517. package/dist/types/index.d.ts.map +1 -1
  518. package/dist/types/index.js +68 -1
  519. package/dist/types/index.js.map +1 -1
  520. package/dist/utils/commercialManagement/document.js +1 -1
  521. package/dist/utils/commercialManagement/document.js.map +1 -1
  522. package/dist/utils/payment.d.ts +1 -0
  523. package/dist/utils/payment.d.ts.map +1 -1
  524. package/dist/utils/payment.js +30 -3
  525. package/dist/utils/payment.js.map +1 -1
  526. package/dist/utils/prestation.d.ts +10 -2
  527. package/dist/utils/prestation.d.ts.map +1 -1
  528. package/dist/utils/prestation.js +27 -3
  529. package/dist/utils/prestation.js.map +1 -1
  530. package/dist/utils/societyApproval.d.ts +7 -0
  531. package/dist/utils/societyApproval.d.ts.map +1 -1
  532. package/dist/utils/societyApproval.js +12 -0
  533. package/dist/utils/societyApproval.js.map +1 -1
  534. package/dist/utils/task.d.ts.map +1 -1
  535. package/dist/utils/task.js +1 -0
  536. package/dist/utils/task.js.map +1 -1
  537. package/dist/utils/tests/payment.spec.js +32 -0
  538. package/dist/utils/tests/payment.spec.js.map +1 -1
  539. package/dist/utils/webmail.d.ts.map +1 -1
  540. package/dist/utils/webmail.js +8 -1
  541. package/dist/utils/webmail.js.map +1 -1
  542. package/package.json +1 -1
  543. package/ts/api/resources/Alert.ts +12 -0
  544. package/ts/api/resources/ExerciceNote.ts +16 -0
  545. package/ts/api/resources/GeneralLedger.ts +13 -0
  546. package/ts/api/resources/Mail.ts +8 -0
  547. package/ts/api/resources/SocietyEvent.ts +12 -0
  548. package/ts/api/resources/UnpaidCallHistory.ts +8 -0
  549. package/ts/api/resources/UserSpecialDay.ts +29 -0
  550. package/ts/api/resources.ts +10 -0
  551. package/ts/types/Enum/CommercialGrade.ts +6 -0
  552. package/ts/types/Enum/Constitution.ts +6 -0
  553. package/ts/types/Enum/ExerciceNoteType.ts +4 -0
  554. package/ts/types/Enum/TaskResponseType.ts +1 -0
  555. package/ts/types/Enum/UnpaidCallHistoryType.ts +20 -0
  556. package/ts/types/Enum/VatDeclarationType.ts +230 -0
  557. package/ts/types/Form/FormAuthenticate.ts +4 -0
  558. package/ts/types/Interface/api/SocietyApproval.ts +5 -0
  559. package/ts/types/Interface/api/alert/CreateAlert.ts +65 -0
  560. package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +3 -0
  561. package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +3 -0
  562. package/ts/types/Interface/api/calendarEvent/query.ts +1 -1
  563. package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +3 -0
  564. package/ts/types/Interface/api/cerfa/2031.ts +14 -177
  565. package/ts/types/Interface/api/cerfa/2033.ts +129 -101
  566. package/ts/types/Interface/api/cerfa/2035.ts +78 -251
  567. package/ts/types/Interface/api/cerfa/2050.ts +455 -1
  568. package/ts/types/Interface/api/cerfa/2065.ts +8 -103
  569. package/ts/types/Interface/api/checklist/Read.ts +1 -0
  570. package/ts/types/Interface/api/commercialManagement/Create.ts +24 -0
  571. package/ts/types/Interface/api/config/ConfigType.ts +2 -0
  572. package/ts/types/Interface/api/exerciceNote/CreateExerciceNote.ts +15 -0
  573. package/ts/types/Interface/api/exerciceNote/QueryExerciceNote.ts +7 -0
  574. package/ts/types/Interface/api/payment/Util.ts +2 -0
  575. package/ts/types/Interface/api/prestation/Query.ts +6 -0
  576. package/ts/types/Interface/api/registration/CreateRegistration.ts +10 -12
  577. package/ts/types/Interface/api/revision/Read.ts +2 -0
  578. package/ts/types/Interface/api/society/QuerySociety.ts +1 -0
  579. package/ts/types/Interface/api/societyConfig/update.ts +74 -0
  580. package/ts/types/Interface/api/societyEvent/CreateSocietyEvent.ts +10 -0
  581. package/ts/types/Interface/api/societyEvent/QuerySocietyEvent.ts +7 -0
  582. package/ts/types/Interface/api/terminationList/CreateTerminationList.ts +12 -0
  583. package/ts/types/Interface/api/terminationList/DestroyTerminationList.ts +12 -0
  584. package/ts/types/Interface/api/terminationList/QueryTerminationList.ts +12 -0
  585. package/ts/types/Interface/api/user/Permissions.ts +2 -0
  586. package/ts/types/Interface/api/user/UpdateCoworker.ts +10 -1
  587. package/ts/types/Interface/api/userSpecialDay/BodyUserSpecialDay.ts +40 -0
  588. package/ts/types/Interface/api/userSpecialDay/QueryUserSpecialDay.ts +23 -0
  589. package/ts/types/Interface/api/webmail/MigrateMailAddresses.ts +23 -0
  590. package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +49 -1
  591. package/ts/types/Interface/models/IAccount.ts +4 -1
  592. package/ts/types/Interface/models/IAccountantTracker.ts +12 -0
  593. package/ts/types/Interface/models/IAccountingFile.ts +2 -1
  594. package/ts/types/Interface/models/IAccountingState.ts +22 -0
  595. package/ts/types/Interface/models/IAccountingStateType.ts +7 -0
  596. package/ts/types/Interface/models/IAccountingTransaction.ts +5 -0
  597. package/ts/types/Interface/models/IAlert.ts +17 -0
  598. package/ts/types/Interface/models/IAppConfig.ts +8 -0
  599. package/ts/types/Interface/models/IAreasInvoice.ts +16 -0
  600. package/ts/types/Interface/models/IAttachmentFile.ts +20 -0
  601. package/ts/types/Interface/models/IBalanceSheetCompletion.ts +2 -1
  602. package/ts/types/Interface/models/IBalanceSheetStatus.ts +7 -0
  603. package/ts/types/Interface/models/IBankList.ts +10 -0
  604. package/ts/types/Interface/models/IBusinessLine.ts +6 -0
  605. package/ts/types/Interface/models/ICalendarEvent.ts +5 -0
  606. package/ts/types/Interface/models/ICategory.ts +9 -0
  607. package/ts/types/Interface/models/ICerfaValue.ts +14 -0
  608. package/ts/types/Interface/models/IChecklist.ts +2 -0
  609. package/ts/types/Interface/models/IColor.ts +7 -0
  610. package/ts/types/Interface/models/ICustomerVat.ts +3 -0
  611. package/ts/types/Interface/models/ICustomisation.ts +11 -0
  612. package/ts/types/Interface/models/ICustomizationType.ts +7 -0
  613. package/ts/types/Interface/models/IDay.ts +7 -0
  614. package/ts/types/Interface/models/IDetailedLogBi.ts +19 -0
  615. package/ts/types/Interface/models/IEmployee.ts +3 -0
  616. package/ts/types/Interface/models/IEstimateInvoice.ts +4 -1
  617. package/ts/types/Interface/models/IEstimateInvoiceRepeat.ts +13 -0
  618. package/ts/types/Interface/models/IExerciceNote.ts +17 -0
  619. package/ts/types/Interface/models/IFailedLoginAttempt.ts +13 -0
  620. package/ts/types/Interface/models/IFile.ts +2 -0
  621. package/ts/types/Interface/models/IFileMissing.ts +13 -0
  622. package/ts/types/Interface/models/IFrequency.ts +7 -0
  623. package/ts/types/Interface/models/IInternalEstimate.ts +14 -0
  624. package/ts/types/Interface/models/IKilometricAllowanceScale.ts +10 -0
  625. package/ts/types/Interface/models/ILabelPaymentWaiting.ts +7 -0
  626. package/ts/types/Interface/models/ILastUpdateConnection.ts +13 -0
  627. package/ts/types/Interface/models/ILogBi.ts +12 -0
  628. package/ts/types/Interface/models/IMail.ts +1 -0
  629. package/ts/types/Interface/models/IMailRelation.ts +15 -0
  630. package/ts/types/Interface/models/IMobileNotificationLog.ts +4 -0
  631. package/ts/types/Interface/models/IMonth.ts +7 -0
  632. package/ts/types/Interface/models/INote.ts +8 -0
  633. package/ts/types/Interface/models/IPayPlan.ts +7 -0
  634. package/ts/types/Interface/models/IPaymentDelay.ts +7 -0
  635. package/ts/types/Interface/models/IPaymentWaiting.ts +22 -0
  636. package/ts/types/Interface/models/IPermission.ts +2 -0
  637. package/ts/types/Interface/models/IPhoneNumber.ts +10 -0
  638. package/ts/types/Interface/models/IPhonePrefix.ts +13 -0
  639. package/ts/types/Interface/models/IPhonePrefixChild.ts +8 -0
  640. package/ts/types/Interface/models/IPrestation.ts +3 -0
  641. package/ts/types/Interface/models/IQuotaLead.ts +17 -0
  642. package/ts/types/Interface/models/IRefundMotif.ts +8 -0
  643. package/ts/types/Interface/models/IRegion.ts +7 -0
  644. package/ts/types/Interface/models/IRegistrationCertificate.ts +3 -0
  645. package/ts/types/Interface/models/IRepeatType.ts +7 -0
  646. package/ts/types/Interface/models/IRoom.ts +7 -0
  647. package/ts/types/Interface/models/ISchedule.ts +12 -0
  648. package/ts/types/Interface/models/IService.ts +7 -0
  649. package/ts/types/Interface/models/ISheetMonthSchedule.ts +2 -0
  650. package/ts/types/Interface/models/ISociety.ts +47 -0
  651. package/ts/types/Interface/models/ISocietyApproval.ts +3 -0
  652. package/ts/types/Interface/models/ISocietyBudgetConnection.ts +9 -0
  653. package/ts/types/Interface/models/ISocietyConfig.ts +14 -0
  654. package/ts/types/Interface/models/ISocietyDetail.ts +58 -0
  655. package/ts/types/Interface/models/ISocietyEvent.ts +14 -0
  656. package/ts/types/Interface/models/ISocietyFile.ts +19 -0
  657. package/ts/types/Interface/models/ISocietyGescom.ts +6 -0
  658. package/ts/types/Interface/models/ISocietyNote.ts +7 -0
  659. package/ts/types/Interface/models/IStripeEvent.ts +12 -0
  660. package/ts/types/Interface/models/IStripeEventType.ts +7 -0
  661. package/ts/types/Interface/models/ITeam.ts +2 -0
  662. package/ts/types/Interface/models/ITeamBusinessLine.ts +8 -0
  663. package/ts/types/Interface/models/ITerminationList.ts +4 -0
  664. package/ts/types/Interface/models/ITimeRecorder.ts +2 -0
  665. package/ts/types/Interface/models/IUnpaidCallHistory.ts +16 -0
  666. package/ts/types/Interface/models/IUpToDateBankAccount.ts +9 -0
  667. package/ts/types/Interface/models/IUser.ts +23 -0
  668. package/ts/types/Interface/models/IUserSpecialDay.ts +16 -0
  669. package/ts/types/Interface/models/IVatDeclaration.ts +121 -0
  670. package/ts/types/Interface/models/IWebMail.ts +67 -0
  671. package/ts/types/Interface/models/IWebMailAttachment.ts +8 -0
  672. package/ts/types/Interface/models/IWebMailStat.ts +9 -0
  673. package/ts/types/Interface/models/IWebMailType.ts +7 -0
  674. package/ts/types/index.ts +69 -1
  675. package/ts/utils/commercialManagement/document.ts +1 -1
  676. package/ts/utils/payment.ts +29 -2
  677. package/ts/utils/prestation.ts +28 -1
  678. package/ts/utils/societyApproval.ts +16 -0
  679. package/ts/utils/task.ts +1 -0
  680. package/ts/utils/tests/payment.spec.ts +32 -0
  681. package/ts/utils/webmail.ts +7 -1
  682. package/dist/types/Enum/JuridicalSocietyEnum.d.ts.map +0 -1
  683. package/dist/types/Enum/JuridicalSocietyEnum.js.map +0 -1
  684. /package/ts/types/Enum/{JuridicalSocietyEnum.ts → JuridicalSociety.ts} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPhoneNumber.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhoneNumber.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,MAAM,OAAO,YAAY;IACvB,EAAE,CAAU;IACZ,IAAI,CAAgB;IACpB,eAAe,CAAgB;IAC/B,eAAe,CAAgB;IAC/B,SAAS,CAAgB;IACzB,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// phoneNumber\nexport class IPhoneNumber {\n id?: number;\n name: string | null;\n internalNumbers: string | null;\n externalNumbers: string | null;\n idService: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -0,0 +1,10 @@
1
+ import { IPhonePrefixChild } from './IPhonePrefixChild.js';
2
+ export declare class IPhonePrefix {
3
+ id?: number;
4
+ value: string;
5
+ description: string | null;
6
+ createdAt?: Date | null;
7
+ updatedAt?: Date | null;
8
+ phonePrefixChildren: IPhonePrefixChild[];
9
+ }
10
+ //# sourceMappingURL=IPhonePrefix.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPhonePrefix.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefix.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,qBAAa,YAAY;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,mBAAmB,EAAE,iBAAiB,EAAE,CAAC;CAC1C"}
@@ -0,0 +1,11 @@
1
+ // phonePrefix
2
+ export class IPhonePrefix {
3
+ id;
4
+ value;
5
+ description;
6
+ createdAt;
7
+ updatedAt;
8
+ // Associations
9
+ phonePrefixChildren;
10
+ }
11
+ //# sourceMappingURL=IPhonePrefix.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPhonePrefix.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefix.ts"],"names":[],"mappings":"AAEA,cAAc;AACd,MAAM,OAAO,YAAY;IACvB,EAAE,CAAU;IACZ,KAAK,CAAS;IACd,WAAW,CAAgB;IAC3B,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,mBAAmB,CAAsB;CAC1C","sourcesContent":["import { IPhonePrefixChild } from './IPhonePrefixChild.js';\n\n// phonePrefix\nexport class IPhonePrefix {\n id?: number;\n value: string;\n description: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n phonePrefixChildren: IPhonePrefixChild[];\n}\n"]}
@@ -0,0 +1,8 @@
1
+ export declare class IPhonePrefixChild {
2
+ id?: number;
3
+ value: string;
4
+ idPhonePrefix: number;
5
+ createdAt?: Date | null;
6
+ updatedAt?: Date | null;
7
+ }
8
+ //# sourceMappingURL=IPhonePrefixChild.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPhonePrefixChild.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefixChild.ts"],"names":[],"mappings":"AACA,qBAAa,iBAAiB;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -0,0 +1,9 @@
1
+ // phonePrefixChild
2
+ export class IPhonePrefixChild {
3
+ id;
4
+ value;
5
+ idPhonePrefix;
6
+ createdAt;
7
+ updatedAt;
8
+ }
9
+ //# sourceMappingURL=IPhonePrefixChild.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPhonePrefixChild.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefixChild.ts"],"names":[],"mappings":"AAAA,mBAAmB;AACnB,MAAM,OAAO,iBAAiB;IAC5B,EAAE,CAAU;IACZ,KAAK,CAAS;IACd,aAAa,CAAS;IACtB,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// phonePrefixChild\nexport class IPhonePrefixChild {\n id?: number;\n value: string;\n idPhonePrefix: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -30,9 +30,11 @@ export declare class IPrestation {
30
30
  goToFacturation?: Date | null;
31
31
  dateLeavingFacturation?: Date | null;
32
32
  scoring: number | null;
33
+ isWithApplicationFees?: boolean;
33
34
  state: boolean;
34
35
  commentPdf: string | null;
35
36
  token: string | null;
37
+ size: number | null;
36
38
  inProgress: number | null;
37
39
  idSociety: number;
38
40
  idPrestationList: number;
@@ -1 +1 @@
1
- {"version":3,"file":"IPrestation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IPrestation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"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"}
@@ -22,9 +22,12 @@ export class IPrestation {
22
22
  goToFacturation;
23
23
  dateLeavingFacturation;
24
24
  scoring;
25
+ // @deprecated Application fees are not charged anymore
26
+ isWithApplicationFees;
25
27
  state;
26
28
  commentPdf;
27
29
  token;
30
+ size;
28
31
  inProgress;
29
32
  idSociety;
30
33
  idPrestationList;
@@ -1 +1 @@
1
- {"version":3,"file":"IPrestation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"AAUA,cAAc;AACd,MAAM,OAAO,WAAW;IACtB,EAAE,CAAU;IACZ,aAAa,CAAgB;IAC7B,UAAU,CAAgB;IAC1B,OAAO,CAAU;IACjB,kBAAkB,CAAiB;IACnC,kBAAkB,CAAiB;IACnC,wBAAwB,CAAiB;IACzC,+BAA+B,CAAiB;IAChD,qBAAqB,CAAiB;IACtC,IAAI,CAAiB;IACrB,MAAM,CAAiB;IACvB,eAAe,CAAgB;IAC/B,iBAAiB,CAAc;IAC/B,mBAAmB,CAAS;IAC5B,cAAc,CAAS;IACvB,mBAAmB,CAAc;IACjC,cAAc,CAAc;IAC5B,qBAAqB,CAAe;IACpC,UAAU,CAAc;IACxB,eAAe,CAAe;IAC9B,sBAAsB,CAAe;IACrC,OAAO,CAAgB;IACvB,KAAK,CAAU;IACf,UAAU,CAAgB;IAC1B,KAAK,CAAgB;IACrB,UAAU,CAAgB;IAC1B,SAAS,CAAS;IAClB,gBAAgB,CAAS;IACzB,yBAAyB,CAAgB;IACzC,gBAAgB,CAAU;IAC1B,kBAAkB,CAAgB;IAClC,qBAAqB,CAAgB;IACrC,oBAAoB,CAAgB;IACpC,yBAAyB,CAAgB;IACzC,0BAA0B,CAAgB;IAC1C,WAAW,CAAgB;IAC3B,kBAAkB,CAAgB;IAClC,WAAW,CAAU;IACrB,cAAc,CAAU;IACxB,SAAS,CAAU;IACnB,SAAS,CAAe;IACxB,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,SAAS,CAAe;IACxB,mBAAmB,CAAc;IACjC,eAAe,CAAmB;IAClC,wBAAwB,CAA4B;IACpD,mBAAmB,CAAe;IAClC,gBAAgB,CAAe;IAC/B,kBAAkB,CAAe;IACjC,wBAAwB,CAAe;IACvC,oBAAoB,CAAY;IAChC,gCAAgC,CAAyB;IACzD,mBAAmB,CAAwB;IAC3C,eAAe,CAAoB;IACnC,SAAS,CAAS;CACnB","sourcesContent":["import { IExercice } from './IExercice.js';\nimport { IPayment } from './IPayment.js';\nimport { IPrestationList } from './IPrestationList.js';\nimport { IPrestationComplementary } from './IPrestationComplementary.js';\nimport { ISociety } from './ISociety.js';\nimport { IExercicePrestation } from './IExercicePrestation.js';\nimport { ICustomerSignature } from './ICustomerSignature.js';\nimport { ITerminationList } from './ITerminationList.js';\nimport { IUser } from '../../index.js';\n\n// prestations\nexport class IPrestation {\n id?: number;\n numPrestation: string | null;\n statePrevi: number | null;\n archive: boolean;\n withStatuteDrafted: boolean | null;\n withCaptainContrat: boolean | null;\n withStatutesApportNature: boolean | null;\n withStatutesAutorisationTutelle: boolean | null;\n withStatutesFileAccre: boolean | null;\n paid: boolean | null;\n signed: boolean | null;\n toAdministratif: number | null;\n goToAdministratif: Date | null;\n administratifStatus: number;\n toConstitution: number;\n dateValidPrestation: Date | null;\n goToOnboarding: Date | null;\n dateLeavingOnboarding?: Date | null;\n goToClient: Date | null;\n goToFacturation?: Date | null;\n dateLeavingFacturation?: Date | null;\n scoring: number | null;\n state: boolean;\n commentPdf: string | null;\n token: string | null;\n inProgress: number | null;\n idSociety: number;\n idPrestationList: number;\n idPrestationComplementary: number | null;\n gestionJuridique: boolean;\n idPrestationSocial: number | null;\n idPrestationJuridique: number | null;\n idPrestationCreation: number | null;\n idPrestationDeclarationIR: number | null;\n idPrestationControleFiscal: number | null;\n idOnBoarder: number | null;\n idStateAppointment: number | null;\n totalAmount?: number;\n discountAmount?: number;\n debitType?: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n exercices?: IExercice[];\n prestationsPayments?: IPayment[];\n prestationsList?: IPrestationList;\n prestationsComplementary?: IPrestationComplementary;\n prestationJuridique?: IPrestation;\n prestationSocial?: IPrestation;\n prestationCreation?: IPrestation;\n prestationControleFiscal?: IPrestation;\n societiesPrestations?: ISociety;\n prestationsDetailsBeforeExercice?: IExercicePrestation[];\n customersSignatures?: ICustomerSignature[];\n terminationList?: ITerminationList;\n onBoarder?: IUser;\n}\n"]}
1
+ {"version":3,"file":"IPrestation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"AAUA,cAAc;AACd,MAAM,OAAO,WAAW;IACtB,EAAE,CAAU;IACZ,aAAa,CAAgB;IAC7B,UAAU,CAAgB;IAC1B,OAAO,CAAU;IACjB,kBAAkB,CAAiB;IACnC,kBAAkB,CAAiB;IACnC,wBAAwB,CAAiB;IACzC,+BAA+B,CAAiB;IAChD,qBAAqB,CAAiB;IACtC,IAAI,CAAiB;IACrB,MAAM,CAAiB;IACvB,eAAe,CAAgB;IAC/B,iBAAiB,CAAc;IAC/B,mBAAmB,CAAS;IAC5B,cAAc,CAAS;IACvB,mBAAmB,CAAc;IACjC,cAAc,CAAc;IAC5B,qBAAqB,CAAe;IACpC,UAAU,CAAc;IACxB,eAAe,CAAe;IAC9B,sBAAsB,CAAe;IACrC,OAAO,CAAgB;IACvB,uDAAuD;IACvD,qBAAqB,CAAW;IAChC,KAAK,CAAU;IACf,UAAU,CAAgB;IAC1B,KAAK,CAAgB;IACrB,IAAI,CAAgB;IACpB,UAAU,CAAgB;IAC1B,SAAS,CAAS;IAClB,gBAAgB,CAAS;IACzB,yBAAyB,CAAgB;IACzC,gBAAgB,CAAU;IAC1B,kBAAkB,CAAgB;IAClC,qBAAqB,CAAgB;IACrC,oBAAoB,CAAgB;IACpC,yBAAyB,CAAgB;IACzC,0BAA0B,CAAgB;IAC1C,WAAW,CAAgB;IAC3B,kBAAkB,CAAgB;IAClC,WAAW,CAAU;IACrB,cAAc,CAAU;IACxB,SAAS,CAAU;IACnB,SAAS,CAAe;IACxB,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,SAAS,CAAe;IACxB,mBAAmB,CAAc;IACjC,eAAe,CAAmB;IAClC,wBAAwB,CAA4B;IACpD,mBAAmB,CAAe;IAClC,gBAAgB,CAAe;IAC/B,kBAAkB,CAAe;IACjC,wBAAwB,CAAe;IACvC,oBAAoB,CAAY;IAChC,gCAAgC,CAAyB;IACzD,mBAAmB,CAAwB;IAC3C,eAAe,CAAoB;IACnC,SAAS,CAAS;CACnB","sourcesContent":["import { IExercice } from './IExercice.js';\nimport { IPayment } from './IPayment.js';\nimport { IPrestationList } from './IPrestationList.js';\nimport { IPrestationComplementary } from './IPrestationComplementary.js';\nimport { ISociety } from './ISociety.js';\nimport { IExercicePrestation } from './IExercicePrestation.js';\nimport { ICustomerSignature } from './ICustomerSignature.js';\nimport { ITerminationList } from './ITerminationList.js';\nimport { IUser } from '../../index.js';\n\n// prestations\nexport class IPrestation {\n id?: number;\n numPrestation: string | null;\n statePrevi: number | null;\n archive: boolean;\n withStatuteDrafted: boolean | null;\n withCaptainContrat: boolean | null;\n withStatutesApportNature: boolean | null;\n withStatutesAutorisationTutelle: boolean | null;\n withStatutesFileAccre: boolean | null;\n paid: boolean | null;\n signed: boolean | null;\n toAdministratif: number | null;\n goToAdministratif: Date | null;\n administratifStatus: number;\n toConstitution: number;\n dateValidPrestation: Date | null;\n goToOnboarding: Date | null;\n dateLeavingOnboarding?: Date | null;\n goToClient: Date | null;\n goToFacturation?: Date | null;\n dateLeavingFacturation?: Date | null;\n scoring: number | null;\n // @deprecated Application fees are not charged anymore\n isWithApplicationFees?: boolean;\n state: boolean;\n commentPdf: string | null;\n token: string | null;\n size: number | null;\n inProgress: number | null;\n idSociety: number;\n idPrestationList: number;\n idPrestationComplementary: number | null;\n gestionJuridique: boolean;\n idPrestationSocial: number | null;\n idPrestationJuridique: number | null;\n idPrestationCreation: number | null;\n idPrestationDeclarationIR: number | null;\n idPrestationControleFiscal: number | null;\n idOnBoarder: number | null;\n idStateAppointment: number | null;\n totalAmount?: number;\n discountAmount?: number;\n debitType?: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n exercices?: IExercice[];\n prestationsPayments?: IPayment[];\n prestationsList?: IPrestationList;\n prestationsComplementary?: IPrestationComplementary;\n prestationJuridique?: IPrestation;\n prestationSocial?: IPrestation;\n prestationCreation?: IPrestation;\n prestationControleFiscal?: IPrestation;\n societiesPrestations?: ISociety;\n prestationsDetailsBeforeExercice?: IExercicePrestation[];\n customersSignatures?: ICustomerSignature[];\n terminationList?: ITerminationList;\n onBoarder?: IUser;\n}\n"]}
@@ -0,0 +1,14 @@
1
+ import { IUser } from './IUser.js';
2
+ export declare class IQuotaLead {
3
+ id?: number;
4
+ period: Date;
5
+ nbLeadsMax: number;
6
+ currentNbLeads: number;
7
+ handicap: number;
8
+ active: boolean;
9
+ idUser: number;
10
+ createdAt?: Date | null;
11
+ updatedAt?: Date | null;
12
+ user: IUser;
13
+ }
14
+ //# sourceMappingURL=IQuotaLead.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IQuotaLead.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IQuotaLead.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAGnC,qBAAa,UAAU;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,IAAI,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,IAAI,EAAE,KAAK,CAAC;CACb"}
@@ -0,0 +1,15 @@
1
+ // quotaLeads
2
+ export class IQuotaLead {
3
+ id;
4
+ period;
5
+ nbLeadsMax;
6
+ currentNbLeads;
7
+ handicap;
8
+ active;
9
+ idUser;
10
+ createdAt;
11
+ updatedAt;
12
+ // Associations
13
+ user;
14
+ }
15
+ //# sourceMappingURL=IQuotaLead.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IQuotaLead.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IQuotaLead.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,MAAM,OAAO,UAAU;IACrB,EAAE,CAAU;IACZ,MAAM,CAAO;IACb,UAAU,CAAS;IACnB,cAAc,CAAS;IACvB,QAAQ,CAAS;IACjB,MAAM,CAAU;IAChB,MAAM,CAAS;IACf,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,IAAI,CAAQ;CACb","sourcesContent":["import { IUser } from './IUser.js';\n\n// quotaLeads\nexport class IQuotaLead {\n id?: number;\n period: Date;\n nbLeadsMax: number;\n currentNbLeads: number;\n handicap: number;\n active: boolean;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user: IUser;\n}\n"]}
@@ -0,0 +1,7 @@
1
+ export declare class IRefundMotif {
2
+ id?: number;
3
+ name: string;
4
+ createdAt?: Date | null;
5
+ updatedAt?: Date | null;
6
+ }
7
+ //# sourceMappingURL=IRefundMotif.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRefundMotif.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRefundMotif.ts"],"names":[],"mappings":"AAEA,qBAAa,YAAY;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -0,0 +1,9 @@
1
+ // refundsMotif
2
+ // @deprecated
3
+ export class IRefundMotif {
4
+ id;
5
+ name;
6
+ createdAt;
7
+ updatedAt;
8
+ }
9
+ //# sourceMappingURL=IRefundMotif.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRefundMotif.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRefundMotif.ts"],"names":[],"mappings":"AAAA,eAAe;AACf,cAAc;AACd,MAAM,OAAO,YAAY;IACvB,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// refundsMotif\n// @deprecated\nexport class IRefundMotif {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -0,0 +1,7 @@
1
+ export declare class IRegion {
2
+ id?: number;
3
+ name: string;
4
+ createdAt?: Date | null;
5
+ updatedAt?: Date | null;
6
+ }
7
+ //# sourceMappingURL=IRegion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRegion.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegion.ts"],"names":[],"mappings":"AACA,qBAAa,OAAO;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -0,0 +1,8 @@
1
+ // region
2
+ export class IRegion {
3
+ id;
4
+ name;
5
+ createdAt;
6
+ updatedAt;
7
+ }
8
+ //# sourceMappingURL=IRegion.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRegion.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegion.ts"],"names":[],"mappings":"AAAA,SAAS;AACT,MAAM,OAAO,OAAO;IAClB,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// region\nexport class IRegion {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -1,12 +1,15 @@
1
+ import { IVatDeclaration } from './IVatDeclaration.js';
1
2
  import { IFile } from './IFile.js';
2
3
  import { IRegistration } from './IRegistration.js';
3
4
  export declare class IRegistrationCertificate {
4
5
  id?: number;
5
6
  declarationId: string;
6
7
  idFile: number;
8
+ idVatDeclaration: number | null;
7
9
  idRegistration: number | null;
8
10
  createdAt?: Date | null;
9
11
  updatedAt?: Date | null;
12
+ vatDeclaration: IVatDeclaration;
10
13
  registration: IRegistration;
11
14
  file: IFile;
12
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"IRegistrationCertificate.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistrationCertificate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,qBAAa,wBAAwB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,YAAY,EAAE,aAAa,CAAC;IAC5B,IAAI,EAAE,KAAK,CAAC;CACb"}
1
+ {"version":3,"file":"IRegistrationCertificate.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistrationCertificate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,qBAAa,wBAAwB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,cAAc,EAAE,eAAe,CAAC;IAChC,YAAY,EAAE,aAAa,CAAC;IAC5B,IAAI,EAAE,KAAK,CAAC;CACb"}
@@ -2,10 +2,12 @@ export class IRegistrationCertificate {
2
2
  id;
3
3
  declarationId;
4
4
  idFile;
5
+ idVatDeclaration;
5
6
  idRegistration;
6
7
  createdAt;
7
8
  updatedAt;
8
9
  // Associations
10
+ vatDeclaration;
9
11
  registration;
10
12
  file;
11
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"IRegistrationCertificate.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistrationCertificate.ts"],"names":[],"mappings":"AAGA,MAAM,OAAO,wBAAwB;IACnC,EAAE,CAAU;IACZ,aAAa,CAAS;IACtB,MAAM,CAAS;IACf,cAAc,CAAgB;IAC9B,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,YAAY,CAAgB;IAC5B,IAAI,CAAQ;CACb","sourcesContent":["import { IFile } from './IFile.js';\nimport { IRegistration } from './IRegistration.js';\n\nexport class IRegistrationCertificate {\n id?: number;\n declarationId: string;\n idFile: number;\n idRegistration: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n registration: IRegistration;\n file: IFile;\n}\n"]}
1
+ {"version":3,"file":"IRegistrationCertificate.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRegistrationCertificate.ts"],"names":[],"mappings":"AAIA,MAAM,OAAO,wBAAwB;IACnC,EAAE,CAAU;IACZ,aAAa,CAAS;IACtB,MAAM,CAAS;IACf,gBAAgB,CAAgB;IAChC,cAAc,CAAgB;IAC9B,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,cAAc,CAAkB;IAChC,YAAY,CAAgB;IAC5B,IAAI,CAAQ;CACb","sourcesContent":["import { IVatDeclaration } from './IVatDeclaration.js';\nimport { IFile } from './IFile.js';\nimport { IRegistration } from './IRegistration.js';\n\nexport class IRegistrationCertificate {\n id?: number;\n declarationId: string;\n idFile: number;\n idVatDeclaration: number | null;\n idRegistration: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n vatDeclaration: IVatDeclaration;\n registration: IRegistration;\n file: IFile;\n}\n"]}
@@ -0,0 +1,7 @@
1
+ export declare class IRepeatType {
2
+ id?: number;
3
+ name: string;
4
+ createdAt?: Date | null;
5
+ updatedAt?: Date | null;
6
+ }
7
+ //# sourceMappingURL=IRepeatType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRepeatType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRepeatType.ts"],"names":[],"mappings":"AACA,qBAAa,WAAW;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -0,0 +1,8 @@
1
+ // typeRepeat
2
+ export class IRepeatType {
3
+ id;
4
+ name;
5
+ createdAt;
6
+ updatedAt;
7
+ }
8
+ //# sourceMappingURL=IRepeatType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRepeatType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRepeatType.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,MAAM,OAAO,WAAW;IACtB,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// typeRepeat\nexport class IRepeatType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -0,0 +1,7 @@
1
+ export declare class IRoom {
2
+ id?: number;
3
+ name: string;
4
+ createdAt?: Date | null;
5
+ updatedAt?: Date | null;
6
+ }
7
+ //# sourceMappingURL=IRoom.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRoom.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRoom.ts"],"names":[],"mappings":"AACA,qBAAa,KAAK;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -0,0 +1,8 @@
1
+ // rooms
2
+ export class IRoom {
3
+ id;
4
+ name;
5
+ createdAt;
6
+ updatedAt;
7
+ }
8
+ //# sourceMappingURL=IRoom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRoom.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IRoom.ts"],"names":[],"mappings":"AAAA,QAAQ;AACR,MAAM,OAAO,KAAK;IAChB,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// rooms\nexport class IRoom {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -0,0 +1,12 @@
1
+ export declare class ISchedule {
2
+ id?: number;
3
+ morningStart: string | null;
4
+ morningEnd: string | null;
5
+ afternoonStart: string | null;
6
+ afternoonEnd: string | null;
7
+ idUser: number;
8
+ idDay: number;
9
+ createdAt?: Date | null;
10
+ updatedAt?: Date | null;
11
+ }
12
+ //# sourceMappingURL=ISchedule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ISchedule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISchedule.ts"],"names":[],"mappings":"AACA,qBAAa,SAAS;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -0,0 +1,13 @@
1
+ // schedule
2
+ export class ISchedule {
3
+ id;
4
+ morningStart;
5
+ morningEnd;
6
+ afternoonStart;
7
+ afternoonEnd;
8
+ idUser;
9
+ idDay;
10
+ createdAt;
11
+ updatedAt;
12
+ }
13
+ //# sourceMappingURL=ISchedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ISchedule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISchedule.ts"],"names":[],"mappings":"AAAA,WAAW;AACX,MAAM,OAAO,SAAS;IACpB,EAAE,CAAU;IACZ,YAAY,CAAgB;IAC5B,UAAU,CAAgB;IAC1B,cAAc,CAAgB;IAC9B,YAAY,CAAgB;IAC5B,MAAM,CAAS;IACf,KAAK,CAAS;IACd,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// schedule\nexport class ISchedule {\n id?: number;\n morningStart: string | null;\n morningEnd: string | null;\n afternoonStart: string | null;\n afternoonEnd: string | null;\n idUser: number;\n idDay: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -0,0 +1,7 @@
1
+ export declare class IService {
2
+ id?: number;
3
+ name: string;
4
+ createdAt?: Date | null;
5
+ updatedAt?: Date | null;
6
+ }
7
+ //# sourceMappingURL=IService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IService.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IService.ts"],"names":[],"mappings":"AACA,qBAAa,QAAQ;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -0,0 +1,8 @@
1
+ // services
2
+ export class IService {
3
+ id;
4
+ name;
5
+ createdAt;
6
+ updatedAt;
7
+ }
8
+ //# sourceMappingURL=IService.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IService.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IService.ts"],"names":[],"mappings":"AAAA,WAAW;AACX,MAAM,OAAO,QAAQ;IACnB,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// services\nexport class IService {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -1,4 +1,5 @@
1
1
  import { IEmployee } from './IEmployee.js';
2
+ import { IMonth } from './IMonth.js';
2
3
  import { ISheetMonthScheduleDetail } from './ISheetMonthScheduleDetails.js';
3
4
  export declare class ISheetMonthSchedule {
4
5
  id?: number;
@@ -36,6 +37,7 @@ export declare class ISheetMonthSchedule {
36
37
  createdAt?: Date | null;
37
38
  updatedAt?: Date | null;
38
39
  employee: IEmployee;
40
+ month: IMonth;
39
41
  sheetMonthScheduleDetails: ISheetMonthScheduleDetail[];
40
42
  }
41
43
  //# sourceMappingURL=ISheetMonthSchedule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ISheetMonthSchedule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISheetMonthSchedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAG5E,qBAAa,mBAAmB;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,GAAG,EAAE,OAAO,GAAG,IAAI,CAAC;IACpB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,eAAe,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,EAAE,SAAS,CAAC;IACpB,yBAAyB,EAAE,yBAAyB,EAAE,CAAC;CACxD"}
1
+ {"version":3,"file":"ISheetMonthSchedule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISheetMonthSchedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAG5E,qBAAa,mBAAmB;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,GAAG,EAAE,OAAO,GAAG,IAAI,CAAC;IACpB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,eAAe,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,yBAAyB,EAAE,yBAAyB,EAAE,CAAC;CACxD"}
@@ -36,6 +36,7 @@ export class ISheetMonthSchedule {
36
36
  updatedAt;
37
37
  // Associations
38
38
  employee;
39
+ month;
39
40
  sheetMonthScheduleDetails;
40
41
  }
41
42
  //# sourceMappingURL=ISheetMonthSchedule.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ISheetMonthSchedule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISheetMonthSchedule.ts"],"names":[],"mappings":"AAGA,sBAAsB;AACtB,MAAM,OAAO,mBAAmB;IAC9B,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,OAAO,CAAiB;IACxB,GAAG,CAAiB;IACpB,YAAY,CAAgB;IAC5B,IAAI,CAAgB;IACpB,YAAY,CAAgB;IAC5B,QAAQ,CAAgB;IACxB,UAAU,CAAgB;IAC1B,UAAU,CAAgB;IAC1B,UAAU,CAAgB;IAC1B,QAAQ,CAAgB;IACxB,SAAS,CAAgB;IACzB,UAAU,CAAc;IACxB,QAAQ,CAAc;IACtB,WAAW,CAAc;IACzB,SAAS,CAAc;IACvB,eAAe,CAAc;IAC7B,aAAa,CAAc;IAC3B,QAAQ,CAAc;IACtB,MAAM,CAAc;IACpB,KAAK,CAAgB;IACrB,OAAO,CAAgB;IACvB,aAAa,CAAgB;IAC7B,OAAO,CAAgB;IACvB,KAAK,CAAgB;IACrB,IAAI,CAAgB;IACpB,OAAO,CAAU;IACjB,OAAO,CAAS;IAChB,UAAU,CAAS;IACnB,WAAW,CAAgB;IAC3B,SAAS,CAAc;IACvB,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,QAAQ,CAAY;IACpB,yBAAyB,CAA8B;CACxD","sourcesContent":["import { IEmployee } from './IEmployee.js';\nimport { ISheetMonthScheduleDetail } from './ISheetMonthScheduleDetails.js';\n\n// sheetMonthSchedules\nexport class ISheetMonthSchedule {\n id?: number;\n year: number;\n isBlock: boolean | null;\n ras: boolean | null;\n monthlyHours: number | null;\n cart: number | null;\n cartBuilding: number | null;\n absences: number | null;\n overtime10: number | null;\n overtime25: number | null;\n overtime50: number | null;\n fraisPro: string | null;\n fraiTrans: number | null;\n startLeave: Date | null;\n endLeave: Date | null;\n startLeave2: Date | null;\n endLeave2: Date | null;\n startStickLeave: Date | null;\n endStickLeave: Date | null;\n startRtt: Date | null;\n endRtt: Date | null;\n bonus: string | null;\n deposit: string | null;\n eateryTickets: number | null;\n comment: string | null;\n files: string | null;\n size: string | null;\n checked: boolean;\n idMonth: number;\n idEmployee: number;\n idUserVerif: number | null;\n dateVerif: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n employee: IEmployee;\n sheetMonthScheduleDetails: ISheetMonthScheduleDetail[];\n}\n"]}
1
+ {"version":3,"file":"ISheetMonthSchedule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISheetMonthSchedule.ts"],"names":[],"mappings":"AAIA,sBAAsB;AACtB,MAAM,OAAO,mBAAmB;IAC9B,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,OAAO,CAAiB;IACxB,GAAG,CAAiB;IACpB,YAAY,CAAgB;IAC5B,IAAI,CAAgB;IACpB,YAAY,CAAgB;IAC5B,QAAQ,CAAgB;IACxB,UAAU,CAAgB;IAC1B,UAAU,CAAgB;IAC1B,UAAU,CAAgB;IAC1B,QAAQ,CAAgB;IACxB,SAAS,CAAgB;IACzB,UAAU,CAAc;IACxB,QAAQ,CAAc;IACtB,WAAW,CAAc;IACzB,SAAS,CAAc;IACvB,eAAe,CAAc;IAC7B,aAAa,CAAc;IAC3B,QAAQ,CAAc;IACtB,MAAM,CAAc;IACpB,KAAK,CAAgB;IACrB,OAAO,CAAgB;IACvB,aAAa,CAAgB;IAC7B,OAAO,CAAgB;IACvB,KAAK,CAAgB;IACrB,IAAI,CAAgB;IACpB,OAAO,CAAU;IACjB,OAAO,CAAS;IAChB,UAAU,CAAS;IACnB,WAAW,CAAgB;IAC3B,SAAS,CAAc;IACvB,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,QAAQ,CAAY;IACpB,KAAK,CAAS;IACd,yBAAyB,CAA8B;CACxD","sourcesContent":["import { IEmployee } from './IEmployee.js';\nimport { IMonth } from './IMonth.js';\nimport { ISheetMonthScheduleDetail } from './ISheetMonthScheduleDetails.js';\n\n// sheetMonthSchedules\nexport class ISheetMonthSchedule {\n id?: number;\n year: number;\n isBlock: boolean | null;\n ras: boolean | null;\n monthlyHours: number | null;\n cart: number | null;\n cartBuilding: number | null;\n absences: number | null;\n overtime10: number | null;\n overtime25: number | null;\n overtime50: number | null;\n fraisPro: string | null;\n fraiTrans: number | null;\n startLeave: Date | null;\n endLeave: Date | null;\n startLeave2: Date | null;\n endLeave2: Date | null;\n startStickLeave: Date | null;\n endStickLeave: Date | null;\n startRtt: Date | null;\n endRtt: Date | null;\n bonus: string | null;\n deposit: string | null;\n eateryTickets: number | null;\n comment: string | null;\n files: string | null;\n size: string | null;\n checked: boolean;\n idMonth: number;\n idEmployee: number;\n idUserVerif: number | null;\n dateVerif: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n employee: IEmployee;\n month: IMonth;\n sheetMonthScheduleDetails: ISheetMonthScheduleDetail[];\n}\n"]}
@@ -17,6 +17,7 @@ import { ISubscriptionType } from './ISubscriptionType.js';
17
17
  import { ISocietyConfig } from './ISocietyConfig.js';
18
18
  import { ISocietyGescom } from './ISocietyGescom.js';
19
19
  import { IFormalism } from './IFormalism.js';
20
+ import { ISocietyNote } from './ISocietyNote.js';
20
21
  import { ITaxSystem } from './ITaxSystem.js';
21
22
  import { IVatRegime } from './IVatRegime.js';
22
23
  import { IFiscalRegime } from './IFiscalRegime.js';
@@ -29,17 +30,21 @@ import { ICotation } from './ICotation.js';
29
30
  import { ISocietyVehicle } from './ISocietyVehicle.js';
30
31
  import { ICountry } from './ICountry.js';
31
32
  import { ITerminationList } from './ITerminationList.js';
33
+ import { ISocietyFile } from './ISocietyFile.js';
32
34
  import { ISocietyDetail } from './ISocietyDetail.js';
33
35
  import { ISocietySocial } from './ISocietySocial.js';
34
36
  import { ISocietyJuridical } from './ISocietyJuridical.js';
37
+ import { IPaymentWaiting } from './IPaymentWaiting.js';
35
38
  import { IExercice } from './IExercice.js';
39
+ import { IWebMail } from './IWebMail.js';
36
40
  import { ISocietyProceding } from './ISocietyProceding.js';
37
41
  import { ISocietyStat } from './ISocietyStat.js';
38
42
  import { ISurvey } from './ISurvey.js';
39
43
  import { ILog } from './ILog.js';
40
44
  import { ISms } from './ISms.js';
41
45
  import { IUser } from './IUser.js';
42
- import { ComptaType, CountryId, INafCode, Sector, UnpaidDetail, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission, ISocietyConfigBalanceSheet, IAccountsSocieties, IAccountingFile, IThirdPartySociety, ICalendarEvent, IRegulation, IGeneralConditionOfSale, IConstitutionHistory } from '../../index.js';
46
+ import { ISocietyEvent } from './ISocietyEvent.js';
47
+ import { ComptaType, CountryId, INafCode, Sector, UnpaidDetail, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission, ISocietyConfigBalanceSheet, IAccountsSocieties, IUnpaidCallHistory, IAccountingFile, IThirdPartySociety, ICalendarEvent, IRegulation, IGeneralConditionOfSale, IConstitutionHistory } from '../../index.js';
43
48
  import { IBrandType } from './IBrandType.js';
44
49
  import { IFile } from './IFile.js';
45
50
  import { IBusinessSector } from './IBusinessSector.js';
@@ -52,6 +57,7 @@ export declare class ISociety {
52
57
  dateOfRegistration?: Date | null;
53
58
  dateInscription?: Date | null;
54
59
  dateIsClient?: Date | null;
60
+ partnerSubscriptionECDate?: Date | null;
55
61
  dateStatus?: Date | null;
56
62
  socialStatut?: number | null;
57
63
  juridicalStatut?: number | null;
@@ -69,18 +75,28 @@ export declare class ISociety {
69
75
  isBlocked?: boolean | null;
70
76
  isEndorsementSigned?: boolean | null;
71
77
  autoAnnotate?: boolean;
78
+ managementSoftware?: boolean | null;
72
79
  cashbook?: boolean | null;
73
80
  balanceZero?: boolean | null;
74
81
  mailRecovery?: boolean | null;
75
82
  folderIsFinished?: boolean | null;
83
+ hideInformationsBanner?: boolean | null;
84
+ dateUploadTva?: Date | null;
76
85
  vatUploadDay?: number | null;
86
+ lockImposition?: boolean | null;
87
+ lockTva?: boolean | null;
77
88
  isWaitingEnd?: boolean | null;
89
+ waitFirstContact?: boolean | null;
90
+ sendFirstContact?: boolean | null;
78
91
  toConstitution?: number | null;
79
92
  numberFrp?: string | null;
93
+ socialParts?: string | null;
80
94
  numberSie?: string | null;
81
95
  aga?: string | null;
82
96
  statutoryAuditor?: string | null;
97
+ typeSales?: string | null;
83
98
  dateRelanceCommercial?: Date | null;
99
+ firstPayslipDate?: Date | null;
84
100
  externalId?: string | null;
85
101
  totalSharesHeld?: number | null;
86
102
  leadQuotation?: number | null;
@@ -90,23 +106,44 @@ export declare class ISociety {
90
106
  profitsType?: number | null;
91
107
  idSource?: number | null;
92
108
  idFiscalRegime?: number | null;
109
+ idRegion?: number | null;
93
110
  idLegalForm?: number | null;
94
111
  idComptaType?: ComptaType | null;
95
112
  idTypeBrand?: number | null;
96
113
  idSubscriptionType?: number | null;
97
114
  idCountry?: CountryId | null;
98
115
  idSector?: Sector | null;
116
+ idSocietyNotes?: number | null;
99
117
  folderNote?: string | null;
100
118
  oldNafCode?: string | null;
119
+ dateSendAdvise?: Date | null;
101
120
  inpiDate?: Date | null;
121
+ idUserAdvise?: number | null;
102
122
  idVatForInternalInvoicing?: number;
123
+ dateFirstSendUnpaid?: Date | null;
103
124
  reasonUnpaid?: number | null;
104
125
  stripeSubscriptionId?: string | null;
126
+ stateSynchroBankAccount?: number | null;
127
+ noShowPopUpSynchroDate?: Date | null;
128
+ stateFollowCall?: number | null;
105
129
  folderCreation?: boolean;
130
+ hideSimulationBetaMessage?: boolean;
106
131
  unpaid?: number | null;
107
132
  isLate?: boolean | null;
108
133
  unpaidDetails?: UnpaidDetail[] | null;
109
134
  owner?: IUser | null;
135
+ /**
136
+ * @deprecated
137
+ */
138
+ social?: string | null;
139
+ /**
140
+ * @deprecated
141
+ */
142
+ exercices?: string | null;
143
+ /**
144
+ * @deprecated
145
+ */
146
+ recoveryDate?: string | null;
110
147
  createdAt?: Date | null;
111
148
  updatedAt?: Date | null;
112
149
  startAt?: Date | null;
@@ -117,6 +154,9 @@ export declare class ISociety {
117
154
  idNafCode?: number | null;
118
155
  canceledFirstStepTourAt?: Date | null;
119
156
  step?: string | null;
157
+ /** @deprecated */
158
+ hidePartneredAccountantsBubbleLink?: boolean | null;
159
+ cancelCompleteCreationModal?: Date | null;
120
160
  isCreatedInApp?: number;
121
161
  passwordIsuite?: string | null;
122
162
  unpaidState?: number | null;
@@ -144,6 +184,7 @@ export declare class ISociety {
144
184
  gescom?: ISocietyGescom;
145
185
  generalConditionsOfSales?: IGeneralConditionOfSale[];
146
186
  formalism?: IFormalism;
187
+ notes?: ISocietyNote;
147
188
  taxSystem?: ITaxSystem;
148
189
  tvaRegime?: IVatRegime;
149
190
  fiscalRegime?: IFiscalRegime;
@@ -157,10 +198,13 @@ export declare class ISociety {
157
198
  societyVehicles?: ISocietyVehicle[];
158
199
  societyCountry?: ICountry;
159
200
  terminationsList?: ITerminationList;
201
+ societyFiles?: ISocietyFile[];
160
202
  societyDetail?: ISocietyDetail;
161
203
  societySocials?: ISocietySocial[];
162
204
  societyJuridical?: ISocietyJuridical;
205
+ paymentWaitings?: IPaymentWaiting[];
163
206
  societyExercices?: IExercice[];
207
+ webmailMails?: IWebMail[];
164
208
  societyProcedings?: ISocietyProceding[];
165
209
  societyStats?: ISocietyStat[];
166
210
  survey?: ISurvey[];
@@ -172,12 +216,14 @@ export declare class ISociety {
172
216
  regulates?: IRegulate[];
173
217
  regulations?: IRegulation[];
174
218
  brandType?: IBrandType;
219
+ events?: ISocietyEvent[];
175
220
  mails?: IMail[];
176
221
  transactions?: IAccountingTransaction[];
177
222
  businessPartners?: IBusinessPartner[];
178
223
  fecFile?: IFecFile | null;
179
224
  gedFiles?: IGedFile[];
180
225
  files?: IFile[];
226
+ unpaidCallHistory?: IUnpaidCallHistory[];
181
227
  accountingFiles?: IAccountingFile[];
182
228
  businessSectors?: IBusinessSector[];
183
229
  calendarEvents?: ICalendarEvent[];