@silexpert/core 1.1.6 → 1.1.8

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 (280) hide show
  1. package/es/api/resources/Notification.d.ts +3 -0
  2. package/es/api/resources/Notification.d.ts.map +1 -1
  3. package/es/api/resources/Notification.js +7 -1
  4. package/es/api/resources/Notification.js.map +1 -1
  5. package/es/api/resources/Registration.d.ts +2 -0
  6. package/es/api/resources/Registration.d.ts.map +1 -1
  7. package/es/api/resources/Registration.js +8 -0
  8. package/es/api/resources/Registration.js.map +1 -1
  9. package/es/api/resources/Team.d.ts +30 -0
  10. package/es/api/resources/Team.d.ts.map +1 -0
  11. package/es/api/resources/Team.js +37 -0
  12. package/es/api/resources/Team.js.map +1 -0
  13. package/es/api/resources/Vat.js +1 -1
  14. package/es/api/resources/Vat.js.map +1 -1
  15. package/es/api/resources.d.ts +2 -0
  16. package/es/api/resources.d.ts.map +1 -1
  17. package/es/api/resources.js +2 -0
  18. package/es/api/resources.js.map +1 -1
  19. package/es/types/Enum/BrandClementine.d.ts +0 -126
  20. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  21. package/es/types/Enum/BrandClementine.js +0 -109
  22. package/es/types/Enum/BrandClementine.js.map +1 -1
  23. package/es/types/Enum/BrandComptalib.d.ts +0 -83
  24. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  25. package/es/types/Enum/BrandComptalib.js +0 -77
  26. package/es/types/Enum/BrandComptalib.js.map +1 -1
  27. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  28. package/es/types/Enum/BrandPourcentage.js +436 -1
  29. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  30. package/es/types/Enum/CommercialImportHeader.d.ts.map +1 -1
  31. package/es/types/Enum/CommercialImportHeader.js +23 -16
  32. package/es/types/Enum/CommercialImportHeader.js.map +1 -1
  33. package/es/types/Enum/EntityType.d.ts +18 -0
  34. package/es/types/Enum/EntityType.d.ts.map +1 -0
  35. package/es/types/Enum/EntityType.js +66 -0
  36. package/es/types/Enum/EntityType.js.map +1 -0
  37. package/es/types/Enum/NotificationType.d.ts +15 -2
  38. package/es/types/Enum/NotificationType.d.ts.map +1 -1
  39. package/es/types/Enum/NotificationType.js +41 -5
  40. package/es/types/Enum/NotificationType.js.map +1 -1
  41. package/es/types/Enum/Phone.js +1 -1
  42. package/es/types/Enum/Phone.js.map +1 -1
  43. package/es/types/Enum/ReasonTerminationType.d.ts +23 -0
  44. package/es/types/Enum/ReasonTerminationType.d.ts.map +1 -0
  45. package/es/types/Enum/ReasonTerminationType.js +86 -0
  46. package/es/types/Enum/ReasonTerminationType.js.map +1 -0
  47. package/es/types/Enum/RegistrationSource.d.ts +1 -0
  48. package/es/types/Enum/RegistrationSource.d.ts.map +1 -1
  49. package/es/types/Enum/RegistrationSource.js +1 -0
  50. package/es/types/Enum/RegistrationSource.js.map +1 -1
  51. package/es/types/Enum/RemoteType.d.ts +10 -0
  52. package/es/types/Enum/RemoteType.d.ts.map +1 -0
  53. package/es/types/Enum/RemoteType.js +21 -0
  54. package/es/types/Enum/RemoteType.js.map +1 -0
  55. package/es/types/Enum/TaxSystem.d.ts +2 -0
  56. package/es/types/Enum/TaxSystem.d.ts.map +1 -1
  57. package/es/types/Enum/TaxSystem.js +14 -0
  58. package/es/types/Enum/TaxSystem.js.map +1 -1
  59. package/es/types/Enum/TimeRecorderLocation.d.ts +0 -4
  60. package/es/types/Enum/TimeRecorderLocation.d.ts.map +1 -1
  61. package/es/types/Enum/TimeRecorderLocation.js +0 -3
  62. package/es/types/Enum/TimeRecorderLocation.js.map +1 -1
  63. package/es/types/Interface/api/appNotification/Update.d.ts +5 -0
  64. package/es/types/Interface/api/appNotification/Update.d.ts.map +1 -0
  65. package/es/types/Interface/api/appNotification/Update.js +25 -0
  66. package/es/types/Interface/api/appNotification/Update.js.map +1 -0
  67. package/es/types/Interface/api/aspone/ReadInterchange.d.ts +1 -1
  68. package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -1
  69. package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
  70. package/es/types/Interface/api/commercialImport/Query.d.ts +1 -1
  71. package/es/types/Interface/api/commercialImport/Query.d.ts.map +1 -1
  72. package/es/types/Interface/api/commercialImport/Query.js.map +1 -1
  73. package/es/types/Interface/api/commercialImport/Read.d.ts +2 -1
  74. package/es/types/Interface/api/commercialImport/Read.d.ts.map +1 -1
  75. package/es/types/Interface/api/commercialImport/Read.js.map +1 -1
  76. package/es/types/Interface/api/companeo/CompaneoReturn.d.ts +21 -3
  77. package/es/types/Interface/api/companeo/CompaneoReturn.d.ts.map +1 -1
  78. package/es/types/Interface/api/companeo/CompaneoReturn.js.map +1 -1
  79. package/es/types/Interface/api/exercice/UpdateExercice.d.ts +1 -0
  80. package/es/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -1
  81. package/es/types/Interface/api/exercice/UpdateExercice.js +7 -0
  82. package/es/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
  83. package/es/types/Interface/api/notification/CreateNotification.d.ts +2 -2
  84. package/es/types/Interface/api/notification/CreateNotification.d.ts.map +1 -1
  85. package/es/types/Interface/api/notification/CreateNotification.js +2 -2
  86. package/es/types/Interface/api/notification/CreateNotification.js.map +1 -1
  87. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts +2 -2
  88. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts.map +1 -1
  89. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js +2 -2
  90. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  91. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts +2 -2
  92. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts.map +1 -1
  93. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +2 -2
  94. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  95. package/es/types/Interface/api/registration/ReadRegistration.d.ts +1 -0
  96. package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
  97. package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  98. package/es/types/Interface/api/registration/UpdateRegistration.d.ts +1 -1
  99. package/es/types/Interface/api/registration/UpdateRegistration.d.ts.map +1 -1
  100. package/es/types/Interface/api/registration/UpdateRegistration.js +1 -1
  101. package/es/types/Interface/api/registration/UpdateRegistration.js.map +1 -1
  102. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +1 -0
  103. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  104. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -0
  105. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  106. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
  107. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  108. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  109. package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
  110. package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
  111. package/es/types/Interface/api/{companeo/Query.js → team/QueryCreate.js} +9 -10
  112. package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
  113. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
  114. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
  115. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
  116. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  117. package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
  118. package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
  119. package/es/types/Interface/api/team/QueryUpdate.js +38 -0
  120. package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
  121. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +1 -1
  122. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -1
  123. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  124. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +7 -0
  125. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts.map +1 -1
  126. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +23 -3
  127. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  128. package/es/types/Interface/models/IAppNotification.d.ts +20 -0
  129. package/es/types/Interface/models/IAppNotification.d.ts.map +1 -0
  130. package/es/types/Interface/models/IAppNotification.js +2 -0
  131. package/es/types/Interface/models/IAppNotification.js.map +1 -0
  132. package/es/types/Interface/models/IBalanceSheet.d.ts +2 -0
  133. package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
  134. package/es/types/Interface/models/IBalanceSheet.js.map +1 -1
  135. package/es/types/Interface/models/IMobileNotificationLog.d.ts +2 -2
  136. package/es/types/Interface/models/IMobileNotificationLog.d.ts.map +1 -1
  137. package/es/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  138. package/es/types/Interface/models/IMobileNotificationSetting.d.ts +2 -2
  139. package/es/types/Interface/models/IMobileNotificationSetting.d.ts.map +1 -1
  140. package/es/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  141. package/es/types/Interface/models/IRegistration.d.ts +2 -2
  142. package/es/types/Interface/models/IRegistration.d.ts.map +1 -1
  143. package/es/types/Interface/models/IRegistration.js.map +1 -1
  144. package/es/types/Interface/models/IUser.d.ts +4 -0
  145. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  146. package/es/types/Interface/models/IUser.js.map +1 -1
  147. package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
  148. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  149. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  150. package/es/types/index.d.ts +8 -1
  151. package/es/types/index.d.ts.map +1 -1
  152. package/es/types/index.js +8 -1
  153. package/es/types/index.js.map +1 -1
  154. package/es/utils/vat/registration.js +1 -1
  155. package/es/utils/vat/registration.js.map +1 -1
  156. package/js/api/resources/Notification.js +7 -1
  157. package/js/api/resources/Notification.js.map +1 -1
  158. package/js/api/resources/Registration.js +8 -0
  159. package/js/api/resources/Registration.js.map +1 -1
  160. package/js/api/resources/Team.js +46 -0
  161. package/js/api/resources/Team.js.map +1 -0
  162. package/js/api/resources/Vat.js +1 -1
  163. package/js/api/resources/Vat.js.map +1 -1
  164. package/js/api/resources.js +3 -1
  165. package/js/api/resources.js.map +1 -1
  166. package/js/types/Enum/BrandClementine.js +0 -107
  167. package/js/types/Enum/BrandClementine.js.map +1 -1
  168. package/js/types/Enum/BrandComptalib.js +0 -76
  169. package/js/types/Enum/BrandComptalib.js.map +1 -1
  170. package/js/types/Enum/BrandPourcentage.js +431 -1
  171. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  172. package/js/types/Enum/CommercialImportHeader.js +23 -16
  173. package/js/types/Enum/CommercialImportHeader.js.map +1 -1
  174. package/js/types/Enum/EntityType.js +64 -0
  175. package/js/types/Enum/EntityType.js.map +1 -0
  176. package/js/types/Enum/NotificationType.js +41 -5
  177. package/js/types/Enum/NotificationType.js.map +1 -1
  178. package/js/types/Enum/Phone.js +1 -1
  179. package/js/types/Enum/Phone.js.map +1 -1
  180. package/js/types/Enum/ReasonTerminationType.js +74 -0
  181. package/js/types/Enum/ReasonTerminationType.js.map +1 -0
  182. package/js/types/Enum/RegistrationSource.js +1 -0
  183. package/js/types/Enum/RegistrationSource.js.map +1 -1
  184. package/js/types/Enum/RemoteType.js +22 -0
  185. package/js/types/Enum/RemoteType.js.map +1 -0
  186. package/js/types/Enum/TaxSystem.js +10 -0
  187. package/js/types/Enum/TaxSystem.js.map +1 -1
  188. package/js/types/Enum/TimeRecorderLocation.js +0 -4
  189. package/js/types/Enum/TimeRecorderLocation.js.map +1 -1
  190. package/js/types/Interface/api/appNotification/Update.js +24 -0
  191. package/js/types/Interface/api/appNotification/Update.js.map +1 -0
  192. package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
  193. package/js/types/Interface/api/commercialImport/Query.js.map +1 -1
  194. package/js/types/Interface/api/commercialImport/Read.js.map +1 -1
  195. package/js/types/Interface/api/companeo/CompaneoReturn.js.map +1 -1
  196. package/js/types/Interface/api/exercice/UpdateExercice.js +1 -0
  197. package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
  198. package/js/types/Interface/api/notification/CreateNotification.js +1 -1
  199. package/js/types/Interface/api/notification/CreateNotification.js.map +1 -1
  200. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js +1 -1
  201. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  202. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +1 -1
  203. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  204. package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  205. package/js/types/Interface/api/registration/UpdateRegistration.js +1 -1
  206. package/js/types/Interface/api/registration/UpdateRegistration.js.map +1 -1
  207. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +3 -0
  208. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  209. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  210. package/js/types/Interface/api/{companeo/Query.js → team/QueryCreate.js} +6 -6
  211. package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
  212. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
  213. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  214. package/js/types/Interface/api/team/QueryUpdate.js +25 -0
  215. package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
  216. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  217. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +9 -2
  218. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  219. package/js/types/Interface/models/IAppNotification.js +6 -0
  220. package/js/types/Interface/models/IAppNotification.js.map +1 -0
  221. package/js/types/Interface/models/IBalanceSheet.js.map +1 -1
  222. package/js/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  223. package/js/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  224. package/js/types/Interface/models/IRegistration.js.map +1 -1
  225. package/js/types/Interface/models/IUser.js.map +1 -1
  226. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
  227. package/js/types/index.js +106 -36
  228. package/js/types/index.js.map +1 -1
  229. package/js/utils/vat/registration.js +1 -1
  230. package/js/utils/vat/registration.js.map +1 -1
  231. package/package.json +1 -1
  232. package/ts/api/resources/Notification.ts +10 -1
  233. package/ts/api/resources/Registration.ts +10 -0
  234. package/ts/api/resources/Team.ts +43 -0
  235. package/ts/api/resources/Vat.ts +1 -1
  236. package/ts/api/resources.ts +2 -0
  237. package/ts/types/Enum/BrandClementine.ts +0 -109
  238. package/ts/types/Enum/BrandComptalib.ts +0 -77
  239. package/ts/types/Enum/BrandPourcentage.ts +436 -1
  240. package/ts/types/Enum/CommercialImportHeader.ts +23 -16
  241. package/ts/types/Enum/EntityType.ts +65 -0
  242. package/ts/types/Enum/NotificationType.ts +49 -2
  243. package/ts/types/Enum/Phone.ts +1 -1
  244. package/ts/types/Enum/ReasonTerminationType.ts +85 -0
  245. package/ts/types/Enum/RegistrationSource.ts +1 -0
  246. package/ts/types/Enum/RemoteType.ts +20 -0
  247. package/ts/types/Enum/TaxSystem.ts +18 -1
  248. package/ts/types/Enum/TimeRecorderLocation.ts +0 -4
  249. package/ts/types/Interface/api/appNotification/Update.ts +13 -0
  250. package/ts/types/Interface/api/aspone/ReadInterchange.ts +1 -1
  251. package/ts/types/Interface/api/commercialImport/Query.ts +2 -1
  252. package/ts/types/Interface/api/commercialImport/Read.ts +2 -1
  253. package/ts/types/Interface/api/companeo/CompaneoReturn.ts +23 -3
  254. package/ts/types/Interface/api/exercice/UpdateExercice.ts +6 -0
  255. package/ts/types/Interface/api/notification/CreateNotification.ts +3 -3
  256. package/ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts +3 -3
  257. package/ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts +3 -3
  258. package/ts/types/Interface/api/registration/ReadRegistration.ts +1 -0
  259. package/ts/types/Interface/api/registration/UpdateRegistration.ts +1 -1
  260. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +5 -0
  261. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
  262. package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
  263. package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
  264. package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
  265. package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +2 -2
  266. package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +19 -2
  267. package/ts/types/Interface/models/IAppNotification.ts +22 -0
  268. package/ts/types/Interface/models/IBalanceSheet.ts +2 -0
  269. package/ts/types/Interface/models/IMobileNotificationLog.ts +2 -2
  270. package/ts/types/Interface/models/IMobileNotificationSetting.ts +2 -2
  271. package/ts/types/Interface/models/IRegistration.ts +2 -2
  272. package/ts/types/Interface/models/IUser.ts +4 -0
  273. package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
  274. package/ts/types/index.ts +9 -2
  275. package/ts/utils/vat/registration.ts +1 -1
  276. package/es/types/Interface/api/companeo/Query.d.ts +0 -5
  277. package/es/types/Interface/api/companeo/Query.d.ts.map +0 -1
  278. package/es/types/Interface/api/companeo/Query.js.map +0 -1
  279. package/js/types/Interface/api/companeo/Query.js.map +0 -1
  280. package/ts/types/Interface/api/companeo/Query.ts +0 -14
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var ReasonTerminationType = exports.ReasonTerminationType = undefined;
7
+ (function (ReasonTerminationType) {
8
+ ReasonTerminationType[ReasonTerminationType["LIQUIDATION"] = 1] = "LIQUIDATION";
9
+ ReasonTerminationType[ReasonTerminationType["PRICE"] = 2] = "PRICE";
10
+ ReasonTerminationType[ReasonTerminationType["CHANGE_EC_ONLINE"] = 3] = "CHANGE_EC_ONLINE";
11
+ ReasonTerminationType[ReasonTerminationType["CHANGE_EC_CLASSIC"] = 4] = "CHANGE_EC_CLASSIC";
12
+ ReasonTerminationType[ReasonTerminationType["RETIREMENT"] = 5] = "RETIREMENT";
13
+ ReasonTerminationType[ReasonTerminationType["SELL"] = 6] = "SELL";
14
+ ReasonTerminationType[ReasonTerminationType["CONFLICT"] = 7] = "CONFLICT";
15
+ ReasonTerminationType[ReasonTerminationType["UNPAYED"] = 8] = "UNPAYED";
16
+ ReasonTerminationType[ReasonTerminationType["SOFTWARE"] = 9] = "SOFTWARE";
17
+ ReasonTerminationType[ReasonTerminationType["RESIGNATION_FROM_THE_MISSION"] = 10] = "RESIGNATION_FROM_THE_MISSION";
18
+ ReasonTerminationType[ReasonTerminationType["MAIL_LRAR"] = 11] = "MAIL_LRAR";
19
+ ReasonTerminationType[ReasonTerminationType["NON_COMPLIANT"] = 12] = "NON_COMPLIANT";
20
+ ReasonTerminationType[ReasonTerminationType["NO_RESPONSE"] = 13] = "NO_RESPONSE";
21
+ ReasonTerminationType[ReasonTerminationType["DISCONTINUED"] = 14] = "DISCONTINUED";
22
+ ReasonTerminationType[ReasonTerminationType["UPDATE"] = 15] = "UPDATE";
23
+ ReasonTerminationType[ReasonTerminationType["ACTIVITY_CESSATION"] = 16] = "ACTIVITY_CESSATION";
24
+ })(ReasonTerminationType || (exports.ReasonTerminationType = ReasonTerminationType = {}));
25
+ const ReasonTerminationTypeDetail = exports.ReasonTerminationTypeDetail = [{
26
+ id: ReasonTerminationType.LIQUIDATION,
27
+ label: 'Liquidation'
28
+ }, {
29
+ id: ReasonTerminationType.PRICE,
30
+ label: 'Prix'
31
+ }, {
32
+ id: ReasonTerminationType.CHANGE_EC_ONLINE,
33
+ label: 'Changement EC en ligne'
34
+ }, {
35
+ id: ReasonTerminationType.CHANGE_EC_CLASSIC,
36
+ label: 'Changement EC classique'
37
+ }, {
38
+ id: ReasonTerminationType.RETIREMENT,
39
+ label: 'Retraite'
40
+ }, {
41
+ id: ReasonTerminationType.SELL,
42
+ label: 'Vente'
43
+ }, {
44
+ id: ReasonTerminationType.CONFLICT,
45
+ label: 'Conflit'
46
+ }, {
47
+ id: ReasonTerminationType.UNPAYED,
48
+ label: 'Impayé'
49
+ }, {
50
+ id: ReasonTerminationType.SOFTWARE,
51
+ label: 'Logiciel'
52
+ }, {
53
+ id: ReasonTerminationType.RESIGNATION_FROM_THE_MISSION,
54
+ label: 'Démission de la mission'
55
+ }, {
56
+ id: ReasonTerminationType.MAIL_LRAR,
57
+ label: 'Mail/LRAR'
58
+ }, {
59
+ id: ReasonTerminationType.NON_COMPLIANT,
60
+ label: 'Non conforme'
61
+ }, {
62
+ id: ReasonTerminationType.NO_RESPONSE,
63
+ label: 'Pas de réponse au premier entretien'
64
+ }, {
65
+ id: ReasonTerminationType.DISCONTINUED,
66
+ label: 'Abandon de constitution'
67
+ }, {
68
+ id: ReasonTerminationType.UPDATE,
69
+ label: 'Mise à jour du clémentinier'
70
+ }, {
71
+ id: ReasonTerminationType.ACTIVITY_CESSATION,
72
+ label: 'Cessation d\'activité'
73
+ }];
74
+ //# sourceMappingURL=ReasonTerminationType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReasonTerminationType.js","names":["ReasonTerminationType","exports","undefined","ReasonTerminationTypeDetail","id","LIQUIDATION","label","PRICE","CHANGE_EC_ONLINE","CHANGE_EC_CLASSIC","RETIREMENT","SELL","CONFLICT","UNPAYED","SOFTWARE","RESIGNATION_FROM_THE_MISSION","MAIL_LRAR","NON_COMPLIANT","NO_RESPONSE","DISCONTINUED","UPDATE","ACTIVITY_CESSATION"],"sources":["../../../ts/types/Enum/ReasonTerminationType.ts"],"sourcesContent":["export enum ReasonTerminationType {\n LIQUIDATION = 1,\n PRICE = 2,\n CHANGE_EC_ONLINE = 3,\n CHANGE_EC_CLASSIC = 4,\n RETIREMENT = 5,\n SELL = 6,\n CONFLICT = 7,\n UNPAYED = 8,\n SOFTWARE = 9,\n RESIGNATION_FROM_THE_MISSION = 10,\n MAIL_LRAR = 11,\n NON_COMPLIANT = 12,\n NO_RESPONSE = 13,\n DISCONTINUED = 14,\n UPDATE = 15,\n ACTIVITY_CESSATION = 16,\n}\n\nexport const ReasonTerminationTypeDetail = [\n {\n id: ReasonTerminationType.LIQUIDATION,\n label: 'Liquidation',\n },\n {\n id: ReasonTerminationType.PRICE,\n label: 'Prix',\n },\n {\n id: ReasonTerminationType.CHANGE_EC_ONLINE,\n label: 'Changement EC en ligne',\n },\n {\n id: ReasonTerminationType.CHANGE_EC_CLASSIC,\n label: 'Changement EC classique',\n },\n {\n id: ReasonTerminationType.RETIREMENT,\n label: 'Retraite',\n },\n {\n id: ReasonTerminationType.SELL,\n label: 'Vente',\n },\n {\n id: ReasonTerminationType.CONFLICT,\n label: 'Conflit',\n },\n {\n id: ReasonTerminationType.UNPAYED,\n label: 'Impayé',\n },\n {\n id: ReasonTerminationType.SOFTWARE,\n label: 'Logiciel',\n },\n {\n id: ReasonTerminationType.RESIGNATION_FROM_THE_MISSION,\n label: 'Démission de la mission',\n },\n {\n id: ReasonTerminationType.MAIL_LRAR,\n label: 'Mail/LRAR',\n },\n {\n id: ReasonTerminationType.NON_COMPLIANT,\n label: 'Non conforme',\n },\n {\n id: ReasonTerminationType.NO_RESPONSE,\n label: 'Pas de réponse au premier entretien',\n },\n {\n id: ReasonTerminationType.DISCONTINUED,\n label: 'Abandon de constitution',\n },\n {\n id: ReasonTerminationType.UPDATE,\n label: 'Mise à jour du clémentinier',\n },\n {\n id: ReasonTerminationType.ACTIVITY_CESSATION,\n label: 'Cessation d\\'activité',\n },\n];"],"mappings":";;;;;AAAA,IAAYA,qBAiBX,GAAAC,OAAA,CAjBWD,qBAiBX,GAAAE,SAAA;AAjBD,WAAYF,qBAAqB;EAC/BA,qBAAA,CAAAA,qBAAA,oCAAe;EACfA,qBAAA,CAAAA,qBAAA,wBAAS;EACTA,qBAAA,CAAAA,qBAAA,8CAAoB;EACpBA,qBAAA,CAAAA,qBAAA,gDAAqB;EACrBA,qBAAA,CAAAA,qBAAA,kCAAc;EACdA,qBAAA,CAAAA,qBAAA,sBAAQ;EACRA,qBAAA,CAAAA,qBAAA,8BAAY;EACZA,qBAAA,CAAAA,qBAAA,4BAAW;EACXA,qBAAA,CAAAA,qBAAA,8BAAY;EACZA,qBAAA,CAAAA,qBAAA,uEAAiC;EACjCA,qBAAA,CAAAA,qBAAA,iCAAc;EACdA,qBAAA,CAAAA,qBAAA,yCAAkB;EAClBA,qBAAA,CAAAA,qBAAA,qCAAgB;EAChBA,qBAAA,CAAAA,qBAAA,uCAAiB;EACjBA,qBAAA,CAAAA,qBAAA,2BAAW;EACXA,qBAAA,CAAAA,qBAAA,mDAAuB;AACzB,CAAC,EAjBWA,qBAAqB,KAAAC,OAAA,CAArBD,qBAiBX,GAjBWA,qBAAqB;AAmB1B,MAAMG,2BAA2B,GAAAF,OAAA,CAA3BE,2BAA2B,GAAG,CACzC;EACEC,EAAE,EAAEJ,qBAAqB,CAACK,WAAW;EACrCC,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACO,KAAK;EAC/BD,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACQ,gBAAgB;EAC1CF,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACS,iBAAiB;EAC3CH,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACU,UAAU;EACpCJ,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACW,IAAI;EAC9BL,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACY,QAAQ;EAClCN,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACa,OAAO;EACjCP,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACc,QAAQ;EAClCR,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACe,4BAA4B;EACtDT,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACgB,SAAS;EACnCV,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACiB,aAAa;EACvCX,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACkB,WAAW;EACrCZ,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACmB,YAAY;EACtCb,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACoB,MAAM;EAChCd,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,qBAAqB,CAACqB,kBAAkB;EAC5Cf,KAAK,EAAE;CACR,CACF"}
@@ -7,6 +7,7 @@ var RegistrationSource = exports.RegistrationSource = undefined;
7
7
  (function (RegistrationSource) {
8
8
  RegistrationSource[RegistrationSource["INCOMING_CALL"] = 2] = "INCOMING_CALL";
9
9
  RegistrationSource[RegistrationSource["CHAT"] = 29] = "CHAT";
10
+ RegistrationSource[RegistrationSource["COMPANEO"] = 32] = "COMPANEO";
10
11
  RegistrationSource[RegistrationSource["ONLINE_SUBSCRIPTION"] = 70] = "ONLINE_SUBSCRIPTION";
11
12
  RegistrationSource[RegistrationSource["PARTNERED_ACCOUNTANT"] = 90] = "PARTNERED_ACCOUNTANT";
12
13
  })(RegistrationSource || (exports.RegistrationSource = RegistrationSource = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"RegistrationSource.js","names":["RegistrationSource","exports","undefined"],"sources":["../../../ts/types/Enum/RegistrationSource.ts"],"sourcesContent":["export enum RegistrationSource {\n INCOMING_CALL = 2,\n CHAT = 29,\n ONLINE_SUBSCRIPTION = 70,\n PARTNERED_ACCOUNTANT = 90,\n}"],"mappings":";;;;;AAAA,IAAYA,kBAKX,GAAAC,OAAA,CALWD,kBAKX,GAAAE,SAAA;AALD,WAAYF,kBAAkB;EAC5BA,kBAAA,CAAAA,kBAAA,wCAAiB;EACjBA,kBAAA,CAAAA,kBAAA,uBAAS;EACTA,kBAAA,CAAAA,kBAAA,qDAAwB;EACxBA,kBAAA,CAAAA,kBAAA,uDAAyB;AAC3B,CAAC,EALWA,kBAAkB,KAAAC,OAAA,CAAlBD,kBAKX,GALWA,kBAAkB"}
1
+ {"version":3,"file":"RegistrationSource.js","names":["RegistrationSource","exports","undefined"],"sources":["../../../ts/types/Enum/RegistrationSource.ts"],"sourcesContent":["export enum RegistrationSource {\n INCOMING_CALL = 2,\n CHAT = 29,\n COMPANEO = 32,\n ONLINE_SUBSCRIPTION = 70,\n PARTNERED_ACCOUNTANT = 90,\n}"],"mappings":";;;;;AAAA,IAAYA,kBAMX,GAAAC,OAAA,CANWD,kBAMX,GAAAE,SAAA;AAND,WAAYF,kBAAkB;EAC5BA,kBAAA,CAAAA,kBAAA,wCAAiB;EACjBA,kBAAA,CAAAA,kBAAA,uBAAS;EACTA,kBAAA,CAAAA,kBAAA,+BAAa;EACbA,kBAAA,CAAAA,kBAAA,qDAAwB;EACxBA,kBAAA,CAAAA,kBAAA,uDAAyB;AAC3B,CAAC,EANWA,kBAAkB,KAAAC,OAAA,CAAlBD,kBAMX,GANWA,kBAAkB"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var RemoteType = exports.RemoteType = undefined;
7
+ (function (RemoteType) {
8
+ RemoteType[RemoteType["PRESENTIAL"] = 0] = "PRESENTIAL";
9
+ RemoteType[RemoteType["REMOTE"] = 1] = "REMOTE";
10
+ RemoteType[RemoteType["SCHOOL"] = 2] = "SCHOOL";
11
+ })(RemoteType || (exports.RemoteType = RemoteType = {}));
12
+ const RemoteTypeDetail = exports.RemoteTypeDetail = [{
13
+ id: RemoteType.PRESENTIAL,
14
+ label: 'Présentiel'
15
+ }, {
16
+ id: RemoteType.REMOTE,
17
+ label: 'Télétravail'
18
+ }, {
19
+ id: RemoteType.SCHOOL,
20
+ label: 'Ecole'
21
+ }];
22
+ //# sourceMappingURL=RemoteType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoteType.js","names":["RemoteType","exports","undefined","RemoteTypeDetail","id","PRESENTIAL","label","REMOTE","SCHOOL"],"sources":["../../../ts/types/Enum/RemoteType.ts"],"sourcesContent":["export enum RemoteType {\n PRESENTIAL = 0,\n REMOTE = 1,\n SCHOOL = 2,\n}\n\nexport const RemoteTypeDetail: Array<{ id: RemoteType, label: string }> = [\n {\n id: RemoteType.PRESENTIAL,\n label: 'Présentiel',\n },\n {\n id: RemoteType.REMOTE,\n label: 'Télétravail',\n },\n {\n id: RemoteType.SCHOOL,\n label: 'Ecole',\n },\n];"],"mappings":";;;;;AAAA,IAAYA,UAIX,GAAAC,OAAA,CAJWD,UAIX,GAAAE,SAAA;AAJD,WAAYF,UAAU;EACpBA,UAAA,CAAAA,UAAA,kCAAc;EACdA,UAAA,CAAAA,UAAA,0BAAU;EACVA,UAAA,CAAAA,UAAA,0BAAU;AACZ,CAAC,EAJWA,UAAU,KAAAC,OAAA,CAAVD,UAIX,GAJWA,UAAU;AAMf,MAAMG,gBAAgB,GAAAF,OAAA,CAAhBE,gBAAgB,GAA6C,CACxE;EACEC,EAAE,EAAEJ,UAAU,CAACK,UAAU;EACzBC,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,UAAU,CAACO,MAAM;EACrBD,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,UAAU,CAACQ,MAAM;EACrBF,KAAK,EAAE;CACR,CACF"}
@@ -9,4 +9,14 @@ var TaxSystem = exports.TaxSystem = undefined;
9
9
  TaxSystem[TaxSystem["IR"] = 2] = "IR";
10
10
  TaxSystem[TaxSystem["NA"] = 3] = "NA";
11
11
  })(TaxSystem || (exports.TaxSystem = TaxSystem = {}));
12
+ const TaxSystemList = exports.TaxSystemList = [{
13
+ id: TaxSystem.IS,
14
+ label: 'IS'
15
+ }, {
16
+ id: TaxSystem.IR,
17
+ label: 'IR'
18
+ }, {
19
+ id: TaxSystem.NA,
20
+ label: 'N/A'
21
+ }];
12
22
  //# sourceMappingURL=TaxSystem.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TaxSystem.js","names":["TaxSystem","exports","undefined"],"sources":["../../../ts/types/Enum/TaxSystem.ts"],"sourcesContent":["export enum TaxSystem {\n IS = 1,\n IR = 2,\n NA = 3,\n}"],"mappings":";;;;;AAAA,IAAYA,SAIX,GAAAC,OAAA,CAJWD,SAIX,GAAAE,SAAA;AAJD,WAAYF,SAAS;EACnBA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;AACR,CAAC,EAJWA,SAAS,KAAAC,OAAA,CAATD,SAIX,GAJWA,SAAS"}
1
+ {"version":3,"file":"TaxSystem.js","names":["TaxSystem","exports","undefined","TaxSystemList","id","IS","label","IR","NA"],"sources":["../../../ts/types/Enum/TaxSystem.ts"],"sourcesContent":["import { List } from '../Interface/enum/Util';\n\nexport enum TaxSystem {\n IS = 1,\n IR = 2,\n NA = 3,\n}\n\nexport const TaxSystemList: List = [\n {\n id: TaxSystem.IS,\n label: 'IS',\n },\n {\n id: TaxSystem.IR,\n label: 'IR',\n },\n {\n id: TaxSystem.NA,\n label: 'N/A',\n },\n];"],"mappings":";;;;;AAEA,IAAYA,SAIX,GAAAC,OAAA,CAJWD,SAIX,GAAAE,SAAA;AAJD,WAAYF,SAAS;EACnBA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;AACR,CAAC,EAJWA,SAAS,KAAAC,OAAA,CAATD,SAIX,GAJWA,SAAS;AAMd,MAAMG,aAAa,GAAAF,OAAA,CAAbE,aAAa,GAAS,CACjC;EACEC,EAAE,EAAEJ,SAAS,CAACK,EAAE;EAChBC,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,SAAS,CAACO,EAAE;EAChBD,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,SAAS,CAACQ,EAAE;EAChBF,KAAK,EAAE;CACR,CACF"}
@@ -9,10 +9,6 @@ const TimeRecorderLocation = exports.TimeRecorderLocation = Object.assign(Object
9
9
  HOME_OFFICE: {
10
10
  id: 5,
11
11
  name: 'Télétravail'
12
- },
13
- WITHOUT_PLACE: {
14
- id: 6,
15
- name: 'NC'
16
12
  }
17
13
  });
18
14
  //# sourceMappingURL=TimeRecorderLocation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TimeRecorderLocation.js","names":["_Office","require","TimeRecorderLocation","exports","Object","assign","Office","HOME_OFFICE","id","name","WITHOUT_PLACE"],"sources":["../../../ts/types/Enum/TimeRecorderLocation.ts"],"sourcesContent":["import { Office } from './Office';\n\nexport const TimeRecorderLocation = {\n ...Office,\n HOME_OFFICE: {\n id: 5,\n name: 'Télétravail',\n },\n WITHOUT_PLACE: {\n id: 6,\n name: 'NC',\n },\n};"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAEO,MAAMC,oBAAoB,GAAAC,OAAA,CAApBD,oBAAoB,GAAAE,MAAA,CAAAC,MAAA,CAAAD,MAAA,CAAAC,MAAA,KAC5BC,cAAM;EACTC,WAAW,EAAE;IACXC,EAAE,EAAE,CAAC;IACLC,IAAI,EAAE;GACP;EACDC,aAAa,EAAE;IACbF,EAAE,EAAE,CAAC;IACLC,IAAI,EAAE;;AACP,EACF"}
1
+ {"version":3,"file":"TimeRecorderLocation.js","names":["_Office","require","TimeRecorderLocation","exports","Object","assign","Office","HOME_OFFICE","id","name"],"sources":["../../../ts/types/Enum/TimeRecorderLocation.ts"],"sourcesContent":["import { Office } from './Office';\n\nexport const TimeRecorderLocation = {\n ...Office,\n HOME_OFFICE: {\n id: 5,\n name: 'Télétravail',\n },\n};"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAEO,MAAMC,oBAAoB,GAAAC,OAAA,CAApBD,oBAAoB,GAAAE,MAAA,CAAAC,MAAA,CAAAD,MAAA,CAAAC,MAAA,KAC5BC,cAAM;EACTC,WAAW,EAAE;IACXC,EAAE,EAAE,CAAC;IACLC,IAAI,EAAE;;AACP,EACF"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateAppNotificationStatus = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _utils = require("../../../../utils");
9
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
18
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
19
+ };
20
+ class UpdateAppNotificationStatus {}
21
+ exports.UpdateAppNotificationStatus = UpdateAppNotificationStatus;
22
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateAppNotificationStatus.prototype, "idNotifications", void 0);
23
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], UpdateAppNotificationStatus.prototype, "markAsRead", void 0);
24
+ //# sourceMappingURL=Update.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Update.js","names":["_classValidator","require","_utils","_boolean","UpdateAppNotificationStatus","exports","__decorate","ApiPropertyOptional","ApiProperty","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/appNotification/Update.ts"],"sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateAppNotificationStatus {\n @ApiPropertyOptional()\n idNotifications?: number[] | null;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n markAsRead: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,2BAA2B;AAQvCC,OAAA,CARYD,2BAA2B,GAA3BA,2BAA2B;AACtCE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,qGACY;AAElCD,UAAA,EAAC,IAAAE,kBAAW,GAAE,EACb,IAAAC,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,iGACQ"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadInterchange.js","names":["ReadDeclaration","exports","ReadInterchange","RedactorAddress","Redactor"],"sources":["../../../../../ts/types/Interface/api/aspone/ReadInterchange.ts"],"sourcesContent":["import { AsponeFormFields } from '../cerfa/ReadCerfa';\n\nexport type PaymentState = {\n isError: boolean;\n details: string[];\n};\n\nexport type Interchange = {\n name: string | null;\n label: string | null;\n isError: boolean;\n isFinal: boolean;\n date: string | null;\n detailledLabel?: string | null\n};\n\nexport type InterchangeState = Array<Interchange>;\n\nexport type InterchangeHistory = Interchange & { stateDetailsHistory: InterchangeState };\n\nexport class ReadDeclaration {\n idDeclaration: string;\n type: string;\n declarationType: {\n code: string | null;\n label: string | null\n };\n payment: PaymentState;\n dld: any;\n states: InterchangeHistory[];\n}\n\nexport class ReadInterchange {\n idDeposit: string;\n date: string;\n idInterchange: string;\n history: InterchangeHistory[];\n declarations: ReadDeclaration[];\n}\n\nexport class RedactorAddress {\n adresseNumero: string;\n adresseType: string | null;\n adresseVoie: string;\n adresseComplement: string;\n adresseCodePostal: string;\n adresseVille: string;\n adresseCodePays: string;\n}\n\nexport class Redactor {\n siret: string;\n designation: string;\n designationSuite1: string;\n adresse: RedactorAddress;\n referenceDossier: string;\n}\n\ntype Tag = 'Valeur' | 'AdresseVille' | 'AdresseVoie' | 'AdresseCodePays' | 'AdresseComplement' | 'AdresseCodePostal' | 'AdresseHameau' | 'Telephone' | 'Designation' | 'DesignationSuite1' | 'DesignationSuite2' | 'Identifiant' | 'TexteLibre1' | 'TexteLibre2' | 'TexteLibre3' | 'TexteLibre4' | 'TexteLibre5' | 'DesignationSuite3' | 'AdresseNumero' | 'Iban' | 'Bic' | 'TitulaireDesignation';\ntype Tags = Array<{ description: string; tag: Tag; value: any }>;\n\nexport interface FieldForGeneration {\n tag?: Tag;\n tags?: Tags,\n description?: string;\n key: string;\n value?: any;\n isMultiple: boolean;\n}\n\nexport interface PayloadForRegistration {\n isTest: boolean;\n redactor: Redactor;\n indebted: any;\n forms: AsponeFormFields;\n xml?: string\n}"],"mappings":";;;;;AAoBM,MAAOA,eAAe;AAU3BC,OAAA,CAVYD,eAAe,GAAfA,eAAe;AAYtB,MAAOE,eAAe;AAM3BD,OAAA,CANYC,eAAe,GAAfA,eAAe;AAQtB,MAAOC,eAAe;AAQ3BF,OAAA,CARYE,eAAe,GAAfA,eAAe;AAUtB,MAAOC,QAAQ;AAMpBH,OAAA,CANYG,QAAQ,GAARA,QAAQ"}
1
+ {"version":3,"file":"ReadInterchange.js","names":["ReadDeclaration","exports","ReadInterchange","RedactorAddress","Redactor"],"sources":["../../../../../ts/types/Interface/api/aspone/ReadInterchange.ts"],"sourcesContent":["import { AsponeFormFields } from '../cerfa/ReadCerfa';\n\nexport type PaymentState = {\n isError: boolean | null;\n details: string[];\n};\n\nexport type Interchange = {\n name: string | null;\n label: string | null;\n isError: boolean;\n isFinal: boolean;\n date: string | null;\n detailledLabel?: string | null\n};\n\nexport type InterchangeState = Array<Interchange>;\n\nexport type InterchangeHistory = Interchange & { stateDetailsHistory: InterchangeState };\n\nexport class ReadDeclaration {\n idDeclaration: string;\n type: string;\n declarationType: {\n code: string | null;\n label: string | null\n };\n payment: PaymentState;\n dld: any;\n states: InterchangeHistory[];\n}\n\nexport class ReadInterchange {\n idDeposit: string;\n date: string;\n idInterchange: string;\n history: InterchangeHistory[];\n declarations: ReadDeclaration[];\n}\n\nexport class RedactorAddress {\n adresseNumero: string;\n adresseType: string | null;\n adresseVoie: string;\n adresseComplement: string;\n adresseCodePostal: string;\n adresseVille: string;\n adresseCodePays: string;\n}\n\nexport class Redactor {\n siret: string;\n designation: string;\n designationSuite1: string;\n adresse: RedactorAddress;\n referenceDossier: string;\n}\n\ntype Tag = 'Valeur' | 'AdresseVille' | 'AdresseVoie' | 'AdresseCodePays' | 'AdresseComplement' | 'AdresseCodePostal' | 'AdresseHameau' | 'Telephone' | 'Designation' | 'DesignationSuite1' | 'DesignationSuite2' | 'Identifiant' | 'TexteLibre1' | 'TexteLibre2' | 'TexteLibre3' | 'TexteLibre4' | 'TexteLibre5' | 'DesignationSuite3' | 'AdresseNumero' | 'Iban' | 'Bic' | 'TitulaireDesignation';\ntype Tags = Array<{ description: string; tag: Tag; value: any }>;\n\nexport interface FieldForGeneration {\n tag?: Tag;\n tags?: Tags,\n description?: string;\n key: string;\n value?: any;\n isMultiple: boolean;\n}\n\nexport interface PayloadForRegistration {\n isTest: boolean;\n redactor: Redactor;\n indebted: any;\n forms: AsponeFormFields;\n xml?: string\n}"],"mappings":";;;;;AAoBM,MAAOA,eAAe;AAU3BC,OAAA,CAVYD,eAAe,GAAfA,eAAe;AAYtB,MAAOE,eAAe;AAM3BD,OAAA,CANYC,eAAe,GAAfA,eAAe;AAQtB,MAAOC,eAAe;AAQ3BF,OAAA,CARYE,eAAe,GAAfA,eAAe;AAUtB,MAAOC,QAAQ;AAMpBH,OAAA,CANYG,QAAQ,GAARA,QAAQ"}
@@ -1 +1 @@
1
- {"version":3,"file":"Query.js","names":["_utils","require","QueryHeader","exports","__decorate","ApiProperty","QueryProcessCsv"],"sources":["../../../../../ts/types/Interface/api/commercialImport/Query.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport type MappingImport = {\n [K in HeadersMappingImport]?: string\n};\n\nexport type HeadersMappingImport =\n'dateValue' |\n'label' |\n'customerName' |\n'invoiceNumber' |\n'taxIncludedAmount' |\n'taxExcludedAmount' |\n'taxExcludedAmount_2_1' |\n'amountVat_2_1' |\n'taxExcludedAmount_5_5' |\n'amountVat_5_5' |\n'taxExcludedAmount_8_5' |\n'amountVat_8_5' |\n'taxExcludedAmount_10' |\n'amountVat_10' |\n'taxExcludedAmount_20' |\n'amountVat_20';\n\nexport class QueryHeader {\n @ApiProperty()\n file: TFile;\n}\n\nexport class QueryProcessCsv {\n @ApiProperty()\n mappingHeaders: MappingImport;\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AAyBM,MAAOC,WAAW;AAGvBC,OAAA,CAHYD,WAAW,GAAXA,WAAW;AACtBE,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,0EACF;AAGR,MAAOC,eAAe;AAG3BH,OAAA,CAHYG,eAAe,GAAfA,eAAe;AAC1BF,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,wFACgB"}
1
+ {"version":3,"file":"Query.js","names":["_utils","require","QueryHeader","exports","__decorate","ApiProperty","QueryProcessCsv"],"sources":["../../../../../ts/types/Interface/api/commercialImport/Query.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport type MappingImport = {\n [K in HeadersMappingImport]?: string\n};\n\nexport type HeadersMappingImport =\n'dateValue' |\n'label' |\n'customerName' |\n'invoiceNumber' |\n'taxIncludedAmount' |\n'taxExcludedAmount_0' |\n'amountVat_0' |\n'taxExcludedAmount_2_1' |\n'amountVat_2_1' |\n'taxExcludedAmount_5_5' |\n'amountVat_5_5' |\n'taxExcludedAmount_8_5' |\n'amountVat_8_5' |\n'taxExcludedAmount_10' |\n'amountVat_10' |\n'taxExcludedAmount_20' |\n'amountVat_20';\n\nexport class QueryHeader {\n @ApiProperty()\n file: TFile;\n}\n\nexport class QueryProcessCsv {\n @ApiProperty()\n mappingHeaders: MappingImport;\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AA0BM,MAAOC,WAAW;AAGvBC,OAAA,CAHYD,WAAW,GAAXA,WAAW;AACtBE,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,0EACF;AAGR,MAAOC,eAAe;AAG3BH,OAAA,CAHYG,eAAe,GAAfA,eAAe;AAC1BF,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,wFACgB"}
@@ -1 +1 @@
1
- {"version":3,"file":"Read.js","names":[],"sources":["../../../../../ts/types/Interface/api/commercialImport/Read.ts"],"sourcesContent":["export interface ImportRow {\n taxIncludedAmount: number;\n taxExcludedAmount: number;\n amountVat: number;\n taxExcludedAmount_20: number;\n amountVat_20: number;\n taxExcludedAmount_10: number;\n amountVat_10: number;\n taxExcludedAmount_8_5: number;\n amountVat_8_5: number;\n taxExcludedAmount_5_5: number;\n amountVat_5_5: number;\n taxExcludedAmount_2_1: number;\n amountVat_2_1: number;\n customerName: string;\n dateValue?: string;\n label?: string;\n invoiceNumber?: string\n line: number // the line in the csv\n}\n\nexport interface ImportRawRow {\n taxIncludedAmount: number;\n taxExcludedAmount: number;\n taxExcludedAmount_20: number;\n amountVat_20: number;\n taxExcludedAmount_10: number;\n amountVat_10: number;\n taxExcludedAmount_8_5: number;\n amountVat_8_5: number;\n taxExcludedAmount_5_5: number;\n amountVat_5_5: number;\n taxExcludedAmount_2_1: number;\n amountVat_2_1: number;\n customerName: string;\n dateValue?: string;\n label?: string;\n invoiceNumber?: string,\n line: number // the line in the csv\n}"],"mappings":""}
1
+ {"version":3,"file":"Read.js","names":[],"sources":["../../../../../ts/types/Interface/api/commercialImport/Read.ts"],"sourcesContent":["export interface ImportRow {\n taxIncludedAmount: number;\n taxExcludedAmount: number;\n amountVat: number;\n taxExcludedAmount_20: number;\n amountVat_20: number;\n taxExcludedAmount_10: number;\n amountVat_10: number;\n taxExcludedAmount_8_5: number;\n amountVat_8_5: number;\n taxExcludedAmount_5_5: number;\n amountVat_5_5: number;\n taxExcludedAmount_2_1: number;\n amountVat_2_1: number;\n customerName: string;\n dateValue?: string;\n label?: string;\n invoiceNumber?: string\n line: number // the line in the csv\n}\n\nexport interface ImportRawRow {\n taxIncludedAmount: number;\n taxExcludedAmount_0: number;\n amountVat_0: number;\n taxExcludedAmount_20: number;\n amountVat_20: number;\n taxExcludedAmount_10: number;\n amountVat_10: number;\n taxExcludedAmount_8_5: number;\n amountVat_8_5: number;\n taxExcludedAmount_5_5: number;\n amountVat_5_5: number;\n taxExcludedAmount_2_1: number;\n amountVat_2_1: number;\n customerName: string;\n dateValue?: string;\n label?: string;\n invoiceNumber?: string,\n line: number // the line in the csv\n}"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"CompaneoReturn.js","names":[],"sources":["../../../../../ts/types/Interface/api/companeo/CompaneoReturn.ts"],"sourcesContent":["export interface CompaneoReturn {\n id: number,\n lead_id: number,\n dem_num: string,\n lead_date: Date,\n raison_sociale: string,\n civilite: string,\n nom: string,\n prenom: string,\n activite: string,\n poste: string,\n fonction: string,\n code_postal: string,\n ville: string,\n adresse: string,\n adresse2?: string,\n adresse3?: string,\n email: string,\n telephone: string,\n fax: string,\n mobile: string,\n segment: string,\n date_creation: string,\n commentaire: string,\n comment_companeo: string,\n questionnaire: string,\n}"],"mappings":""}
1
+ {"version":3,"file":"CompaneoReturn.js","names":[],"sources":["../../../../../ts/types/Interface/api/companeo/CompaneoReturn.ts"],"sourcesContent":["export interface CompaneoQuestionType {\n $: {\n question_id: number\n },\n value: string,\n reponse: {\n _?: string,\n $: {\n answer_id: number,\n },\n }\n}\n\nexport interface CompaneoBasicData {\n _?: string,\n $?: {\n code: string,\n }\n}\n\nexport interface CompaneoReturn {\n id: number,\n lead_id: number,\n dem_num: string,\n lead_date: Date,\n raison_sociale: string,\n civilite: string,\n nom: string,\n prenom: string,\n activite: CompaneoBasicData,\n poste: CompaneoBasicData,\n fonction: CompaneoBasicData,\n code_postal: string,\n ville: string,\n adresse: string,\n adresse2?: string,\n adresse3?: string,\n email: string,\n telephone: string,\n fax: string,\n mobile: string,\n segment: string,\n date_creation: string,\n commentaire: string,\n comment_companeo: string,\n questionnaire: string,\n}"],"mappings":""}
@@ -29,6 +29,7 @@ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsBoolea
29
29
  __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateExercice.prototype, "summaryNote", void 0);
30
30
  __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateExercice.prototype, "receiptJeDeclare", void 0);
31
31
  __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateExercice.prototype, "annualFolderEdition", void 0);
32
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateExercice.prototype, "processClossingExercice", void 0);
32
33
  __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], UpdateExercice.prototype, "idSociety", void 0);
33
34
  __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], UpdateExercice.prototype, "turnoverMax", void 0);
34
35
  __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], UpdateExercice.prototype, "benefit", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateExercice.js","names":["_classValidator","require","_decorators","_boolean","UpdateExercice","exports","__decorate","ApiPropertyOptional","IsDateString","IsOptional","IsBoolean","ToBoolean","IsNumber"],"sources":["../../../../../ts/types/Interface/api/exercice/UpdateExercice.ts"],"sourcesContent":["import {\n IsBoolean, IsDateString, IsNumber, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateExercice {\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n allAnnote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n current?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n withApproval?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n reviewGuide?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n summaryNote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n receiptJeDeclare?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n annualFolderEdition?: boolean;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n turnoverMax?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n benefit?: number;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,cAAc;AAyE1BC,OAAA,CAzEYD,cAAc,GAAdA,cAAc;AACzBE,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,kFACM;AAEnBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,gFACI;AAEjBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,gFACI;AAEjBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,mFACO;AAEpBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,iFACK;AAElBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,sFACU;AAEvBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,qFACS;AAEtBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,qFACS;AAEtBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,0FACc;AAE3BH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,6FACiB;AAE9BH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAK,wBAAQ,GAAE,EACV,IAAAH,0BAAU,GAAE,E,kFACM;AAEnBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAK,wBAAQ,GAAE,EACV,IAAAH,0BAAU,GAAE,E,oFACQ;AAErBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAK,wBAAQ,GAAE,EACV,IAAAH,0BAAU,GAAE,E,gFACI"}
1
+ {"version":3,"file":"UpdateExercice.js","names":["_classValidator","require","_decorators","_boolean","UpdateExercice","exports","__decorate","ApiPropertyOptional","IsDateString","IsOptional","IsBoolean","ToBoolean","IsNumber"],"sources":["../../../../../ts/types/Interface/api/exercice/UpdateExercice.ts"],"sourcesContent":["import {\n IsBoolean, IsDateString, IsNumber, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateExercice {\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n allAnnote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n current?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n withApproval?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n reviewGuide?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n summaryNote?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n receiptJeDeclare?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n annualFolderEdition?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n processClossingExercice?: boolean;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n turnoverMax?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n benefit?: number;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,cAAc;AA+E1BC,OAAA,CA/EYD,cAAc,GAAdA,cAAc;AACzBE,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,kFACM;AAEnBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,gFACI;AAEjBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,gFACI;AAEjBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,mFACO;AAEpBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,iFACK;AAElBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,sFACU;AAEvBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,qFACS;AAEtBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,qFACS;AAEtBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,0FACc;AAE3BH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,6FACiB;AAE9BH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAG,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAF,0BAAU,GAAE,E,iGACqB;AAElCH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAK,wBAAQ,GAAE,EACV,IAAAH,0BAAU,GAAE,E,kFACM;AAEnBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAK,wBAAQ,GAAE,EACV,IAAAH,0BAAU,GAAE,E,oFACQ;AAErBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAK,wBAAQ,GAAE,EACV,IAAAH,0BAAU,GAAE,E,gFACI"}
@@ -19,6 +19,6 @@ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
19
  };
20
20
  class CreateNotification {}
21
21
  exports.CreateNotification = CreateNotification;
22
- __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.NotificationType), __metadata("design:type", Number)], CreateNotification.prototype, "notificationType", void 0);
22
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.NotificationTypeEnum), __metadata("design:type", Number)], CreateNotification.prototype, "notificationType", void 0);
23
23
  __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateNotification.prototype, "token", void 0);
24
24
  //# sourceMappingURL=CreateNotification.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateNotification.js","names":["_classValidator","require","_utils","_NotificationType","CreateNotification","exports","__decorate","ApiProperty","IsInt","IsEnum","NotificationType"],"sources":["../../../../../ts/types/Interface/api/notification/CreateNotification.ts"],"sourcesContent":["import { IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { NotificationType } from '../../../Enum/NotificationType';\n\nexport class CreateNotification {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationType)\n notificationType: NotificationType;\n\n @ApiProperty()\n token: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,iBAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,kBAAkB;AAQ9BC,OAAA,CARYD,kBAAkB,GAAlBA,kBAAkB;AAC7BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,qBAAK,GAAE,EACP,IAAAC,sBAAM,EAACC,kCAAgB,CAAC,E,6FACU;AAEnCJ,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,kFACA"}
1
+ {"version":3,"file":"CreateNotification.js","names":["_classValidator","require","_utils","_NotificationType","CreateNotification","exports","__decorate","ApiProperty","IsInt","IsEnum","NotificationTypeEnum"],"sources":["../../../../../ts/types/Interface/api/notification/CreateNotification.ts"],"sourcesContent":["import { IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class CreateNotification {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n token: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,iBAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,kBAAkB;AAQ9BC,OAAA,CARYD,kBAAkB,GAAlBA,kBAAkB;AAC7BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,qBAAK,GAAE,EACP,IAAAC,sBAAM,EAACC,sCAAoB,CAAC,E,6FACU;AAEvCJ,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,kFACA"}
@@ -20,6 +20,6 @@ var __metadata = undefined && undefined.__metadata || function (k, v) {
20
20
  };
21
21
  class CreateNotificationSetting {}
22
22
  exports.CreateNotificationSetting = CreateNotificationSetting;
23
- __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.NotificationType), __metadata("design:type", Number)], CreateNotificationSetting.prototype, "notificationType", void 0);
23
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.NotificationTypeEnum), __metadata("design:type", Number)], CreateNotificationSetting.prototype, "notificationType", void 0);
24
24
  __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], CreateNotificationSetting.prototype, "active", void 0);
25
25
  //# sourceMappingURL=CreateNotificationSetting.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateNotificationSetting.js","names":["_classValidator","require","_utils","_boolean","_NotificationType","CreateNotificationSetting","exports","__decorate","ApiProperty","IsInt","IsEnum","NotificationType","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts"],"sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationType } from '../../../Enum/NotificationType';\n\nexport class CreateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationType)\n notificationType: NotificationType;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean() active: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AACA,IAAAG,iBAAA,GAAAH,OAAA;;;;;;;;;;;AAEM,MAAOI,yBAAyB;AASrCC,OAAA,CATYD,yBAAyB,GAAzBA,yBAAyB;AACpCE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,qBAAK,GAAE,EACP,IAAAC,sBAAM,EAACC,kCAAgB,CAAC,E,oGACU;AAEnCJ,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAI,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,2FAAiB"}
1
+ {"version":3,"file":"CreateNotificationSetting.js","names":["_classValidator","require","_utils","_boolean","_NotificationType","CreateNotificationSetting","exports","__decorate","ApiProperty","IsInt","IsEnum","NotificationTypeEnum","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts"],"sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class CreateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean() active: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AACA,IAAAG,iBAAA,GAAAH,OAAA;;;;;;;;;;;AAEM,MAAOI,yBAAyB;AASrCC,OAAA,CATYD,yBAAyB,GAAzBA,yBAAyB;AACpCE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,qBAAK,GAAE,EACP,IAAAC,sBAAM,EAACC,sCAAoB,CAAC,E,oGACU;AAEvCJ,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAI,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,2FAAiB"}
@@ -20,6 +20,6 @@ var __metadata = undefined && undefined.__metadata || function (k, v) {
20
20
  };
21
21
  class UpdateNotificationSetting {}
22
22
  exports.UpdateNotificationSetting = UpdateNotificationSetting;
23
- __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.NotificationType), __metadata("design:type", Number)], UpdateNotificationSetting.prototype, "notificationType", void 0);
23
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.NotificationTypeEnum), __metadata("design:type", Number)], UpdateNotificationSetting.prototype, "notificationType", void 0);
24
24
  __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], UpdateNotificationSetting.prototype, "active", void 0);
25
25
  //# sourceMappingURL=UpdateNotificationSetting.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateNotificationSetting.js","names":["_classValidator","require","_utils","_boolean","_NotificationType","UpdateNotificationSetting","exports","__decorate","ApiProperty","IsInt","IsEnum","NotificationType","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts"],"sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationType } from '../../../Enum/NotificationType';\n\nexport class UpdateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationType)\n notificationType: NotificationType;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n active: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AACA,IAAAG,iBAAA,GAAAH,OAAA;;;;;;;;;;;AAEM,MAAOI,yBAAyB;AAUrCC,OAAA,CAVYD,yBAAyB,GAAzBA,yBAAyB;AACpCE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,qBAAK,GAAE,EACP,IAAAC,sBAAM,EAACC,kCAAgB,CAAC,E,oGACU;AAEnCJ,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAI,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,2FACI"}
1
+ {"version":3,"file":"UpdateNotificationSetting.js","names":["_classValidator","require","_utils","_boolean","_NotificationType","UpdateNotificationSetting","exports","__decorate","ApiProperty","IsInt","IsEnum","NotificationTypeEnum","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts"],"sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class UpdateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n active: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AACA,IAAAG,iBAAA,GAAAH,OAAA;;;;;;;;;;;AAEM,MAAOI,yBAAyB;AAUrCC,OAAA,CAVYD,yBAAyB,GAAzBA,yBAAyB;AACpCE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,qBAAK,GAAE,EACP,IAAAC,sBAAM,EAACC,sCAAoB,CAAC,E,oGACU;AAEvCJ,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAI,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,2FACI"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadRegistration.js","names":[],"sources":["../../../../../ts/types/Interface/api/registration/ReadRegistration.ts"],"sourcesContent":["import { IRegistration } from '../../models/IRegistration';\nimport {\n IAccount, IAccountingEntry, InterchangeState, RegistrationState, RegistrationTickState,\n} from '../../..';\n\nexport type ReadRegistration = IRegistration & { state: RegistrationState };\n\nexport interface ReadSynchronization {\n id: number;\n hasError: boolean;\n hasDepositError: boolean;\n isProcessFinished: boolean;\n hasPaymentError: boolean;\n isTimeOut: boolean;\n hasFailed: boolean;\n}\n\nexport type ReadRegistrationHistory = InterchangeState;\n\nexport interface ReadRegistrationTick {\n state: RegistrationTickState;\n title: string | null;\n details: InterchangeState,\n date: string | null;\n isPayment?: boolean;\n}\n\nexport interface ReadVatEntry {\n idVat: number | null;\n account: IAccount | null;\n totalTaxIncluded: number;\n totalTaxExcluded: number,\n totalTax: number,\n label: string,\n date: Date,\n idAccountingTransaction: number;\n isRevised: boolean;\n}\n\nexport type UpdatedAnnotation = Array<{ old: IAccountingEntry[]; new: IAccountingEntry[] }>;"],"mappings":""}
1
+ {"version":3,"file":"ReadRegistration.js","names":[],"sources":["../../../../../ts/types/Interface/api/registration/ReadRegistration.ts"],"sourcesContent":["import { IRegistration } from '../../models/IRegistration';\nimport {\n IAccount, IAccountingEntry, InterchangeState, RegistrationState, RegistrationTickState,\n} from '../../..';\n\nexport type ReadRegistration = IRegistration & { state: RegistrationState };\n\nexport interface ReadSynchronization {\n id: number;\n hasError: boolean;\n hasDepositError: boolean;\n isProcessFinished: boolean;\n hasPaymentError: boolean;\n isTimeOut: boolean;\n hasFailed: boolean;\n}\n\nexport type ReadRegistrationHistory = InterchangeState;\n\nexport interface ReadRegistrationTick {\n state: RegistrationTickState;\n title: string | null;\n details: InterchangeState,\n date: string | null;\n isPayment?: boolean;\n}\n\nexport interface ReadVatEntry {\n idVat: number | null;\n account: IAccount | null;\n totalTaxIncluded: number;\n totalTaxExcluded: number,\n totalTax: number,\n label: string,\n date: Date,\n idAccountingTransaction: number;\n isRevised: boolean;\n entry?: IAccountingEntry\n}\n\nexport type UpdatedAnnotation = Array<{ old: IAccountingEntry[]; new: IAccountingEntry[] }>;"],"mappings":""}
@@ -25,5 +25,5 @@ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsInt)(), (0,
25
25
  __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _classValidator.IsOptional)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], UpdateRegistration.prototype, "isComplete", void 0);
26
26
  __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], UpdateRegistration.prototype, "idUser", void 0);
27
27
  __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateRegistration.prototype, "idDeposit", void 0);
28
- __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateRegistration.prototype, "payload", void 0);
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateRegistration.prototype, "response", void 0);
29
29
  //# sourceMappingURL=UpdateRegistration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateRegistration.js","names":["_classValidator","require","_utils","_boolean","UpdateRegistration","exports","__decorate","ApiPropertyOptional","IsDate","IsOptional","Date","IsInt","IsBoolean","ToBoolean","IsString"],"sources":["../../../../../ts/types/Interface/api/registration/UpdateRegistration.ts"],"sourcesContent":["import {\n IsBoolean, IsDate, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateRegistration {\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n sendAt?: Date;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n @ToBoolean()\n isComplete?: boolean;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n idDeposit?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n payload?: Record<string, string> | null ;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,kBAAkB;AAmC9BC,OAAA,CAnCYD,kBAAkB,GAAlBA,kBAAkB;AAC7BE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,sBAAM,GAAE,EACR,IAAAC,0BAAU,GAAE,E,0BACJC,IAAI,E,iDAAC;AAEdJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAI,qBAAK,GAAE,EACP,IAAAF,0BAAU,GAAE,E,uFACO;AAEpBH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAI,qBAAK,GAAE,EACP,IAAAF,0BAAU,GAAE,E,sFACM;AAEnBH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAK,yBAAS,GAAE,EACX,IAAAH,0BAAU,GAAE,EACZ,IAAAI,kBAAS,GAAE,E,wFACS;AAErBP,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAI,qBAAK,GAAE,EACP,IAAAF,0BAAU,GAAE,E,mFACG;AAEhBH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAO,wBAAQ,GAAE,EACV,IAAAL,0BAAU,GAAE,E,sFACa;AAE1BH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAE,0BAAU,GAAE,E,oFAC4B"}
1
+ {"version":3,"file":"UpdateRegistration.js","names":["_classValidator","require","_utils","_boolean","UpdateRegistration","exports","__decorate","ApiPropertyOptional","IsDate","IsOptional","Date","IsInt","IsBoolean","ToBoolean","IsString"],"sources":["../../../../../ts/types/Interface/api/registration/UpdateRegistration.ts"],"sourcesContent":["import {\n IsBoolean, IsDate, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateRegistration {\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n sendAt?: Date;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @IsOptional()\n @ToBoolean()\n isComplete?: boolean;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idUser?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n idDeposit?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n response?: Record<string, string> | null ;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,kBAAkB;AAmC9BC,OAAA,CAnCYD,kBAAkB,GAAlBA,kBAAkB;AAC7BE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,sBAAM,GAAE,EACR,IAAAC,0BAAU,GAAE,E,0BACJC,IAAI,E,iDAAC;AAEdJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAI,qBAAK,GAAE,EACP,IAAAF,0BAAU,GAAE,E,uFACO;AAEpBH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAI,qBAAK,GAAE,EACP,IAAAF,0BAAU,GAAE,E,sFACM;AAEnBH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAK,yBAAS,GAAE,EACX,IAAAH,0BAAU,GAAE,EACZ,IAAAI,kBAAS,GAAE,E,wFACS;AAErBP,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAI,qBAAK,GAAE,EACP,IAAAF,0BAAU,GAAE,E,mFACG;AAEhBH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAO,wBAAQ,GAAE,EACV,IAAAL,0BAAU,GAAE,E,sFACa;AAE1BH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAE,0BAAU,GAAE,E,qFAC6B"}
@@ -83,6 +83,9 @@ __decorate([(0, _utils.ApiPropertyOptional)({
83
83
  }), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), (0, _classValidator.IsString)({
84
84
  each: true
85
85
  }), __metadata("design:type", Object)], QueryTaxDeadline.prototype, "idLegalForm", void 0);
86
+ __decorate([(0, _utils.ApiPropertyOptional)({
87
+ description: 'Exercice cloturé ou non'
88
+ }), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), __metadata("design:type", Boolean)], QueryTaxDeadline.prototype, "isClosed", void 0);
86
89
  class QueryTaxDeadlineStatistics {}
87
90
  exports.QueryTaxDeadlineStatistics = QueryTaxDeadlineStatistics;
88
91
  __decorate([(0, _utils.ApiProperty)({
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTaxDeadline.js","names":["_classValidator","require","_utils","_","_ComptaType","_TaxSystem","_Supervision","_BalanceSheet","_boolean","QueryTaxDeadline","exports","__decorate","ApiProperty","description","ApiPropertyOptional","enum","VatRegime","ComptaType","TaxSystem","BalanceSheetState","Supervision","BankCollectingState","IsOptional","IsEnum","ToDoOrDone","IsArray","IsString","each","QueryTaxDeadlineStatistics","QueryCompanyTaxesByCollaborater","IsNumber","IsDateString","QueryVatDeadline","RequiredQueryPaginate","describe","IsBoolean","ToBoolean","QueryVatDeadlineByCollaborator"],"sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"sourcesContent":["import {\n IsOptional, IsEnum, IsNumber, IsDateString, IsString, IsArray, IsBoolean,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport {\n VatRegime, ToDoOrDone, BankCollectingState, RequiredQueryPaginate, TaxState,\n} from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })\n idSupervisionState?: Supervision;\n\n @ApiPropertyOptional({ description: 'État de l encaissement', enum: BankCollectingState })\n bankCollectingState?: BankCollectingState[];\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n\n @ApiPropertyOptional({ description: 'Forme juridique' })\n @IsOptional()\n @IsArray()\n @IsString({\n each: true,\n })\n idLegalForm?: string | string[];\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}\n\nexport class QueryCompanyTaxesByCollaborater {\n @ApiProperty({ description: 'Id collaborater' })\n @IsNumber()\n idUser: number;\n\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional({ description: 'Company key word' })\n @IsString()\n @IsOptional()\n search?: string;\n}\n\nexport class QueryVatDeadline extends RequiredQueryPaginate {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idComptaType?: ComptaType[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n vatUploadDay?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idState?: TaxState[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idVatRegime?: VatRegime[];\n\n @ApiPropertyOptional()\n @IsOptional()\n annotationRange?: { min: number; max: number; };\n\n @ApiPropertyOptional({ describe: 'set to true if you want retrieve the ca12' })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isCA12?: boolean;\n}\n\nexport class QueryVatDeadlineByCollaborator extends QueryVatDeadline {\n @ApiProperty({ description: 'collaborator id' })\n idUser: number;\n}"],"mappings":"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"}
1
+ {"version":3,"file":"QueryTaxDeadline.js","names":["_classValidator","require","_utils","_","_ComptaType","_TaxSystem","_Supervision","_BalanceSheet","_boolean","QueryTaxDeadline","exports","__decorate","ApiProperty","description","ApiPropertyOptional","enum","VatRegime","ComptaType","TaxSystem","BalanceSheetState","Supervision","BankCollectingState","IsOptional","IsEnum","ToDoOrDone","IsArray","IsString","each","IsBoolean","QueryTaxDeadlineStatistics","QueryCompanyTaxesByCollaborater","IsNumber","IsDateString","QueryVatDeadline","RequiredQueryPaginate","describe","ToBoolean","QueryVatDeadlineByCollaborator"],"sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"sourcesContent":["import {\n IsOptional, IsEnum, IsNumber, IsDateString, IsString, IsArray, IsBoolean,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport {\n VatRegime, ToDoOrDone, BankCollectingState, RequiredQueryPaginate, TaxState,\n} from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })\n idSupervisionState?: Supervision;\n\n @ApiPropertyOptional({ description: 'État de l encaissement', enum: BankCollectingState })\n bankCollectingState?: BankCollectingState[];\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n\n @ApiPropertyOptional({ description: 'Forme juridique' })\n @IsOptional()\n @IsArray()\n @IsString({\n each: true,\n })\n idLegalForm?: string | string[];\n\n @ApiPropertyOptional({ description: 'Exercice cloturé ou non' })\n @IsOptional()\n @IsBoolean()\n isClosed?: boolean;\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}\n\nexport class QueryCompanyTaxesByCollaborater {\n @ApiProperty({ description: 'Id collaborater' })\n @IsNumber()\n idUser: number;\n\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional({ description: 'Company key word' })\n @IsString()\n @IsOptional()\n search?: string;\n}\n\nexport class QueryVatDeadline extends RequiredQueryPaginate {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idComptaType?: ComptaType[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n vatUploadDay?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idState?: TaxState[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idVatRegime?: VatRegime[];\n\n @ApiPropertyOptional()\n @IsOptional()\n annotationRange?: { min: number; max: number; };\n\n @ApiPropertyOptional({ describe: 'set to true if you want retrieve the ca12' })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isCA12?: boolean;\n}\n\nexport class QueryVatDeadlineByCollaborator extends QueryVatDeadline {\n @ApiProperty({ description: 'collaborator id' })\n idUser: number;\n}"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadTaxDeadline.js","names":["ReadTaxDeadline","exports","StateDetails","ReadTaxDeadlineStatistics","ComplementaryPrestationTaxDeadline","PrestationTaxDeadline","ReadVatDeadline"],"sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { VatRegime } from '../../../Enum/VatRegime';\nimport { IBalanceSheet } from '../../models/IBalanceSheet';\nimport { ISupervision } from '../../models/ISupervision';\nimport { IExerciceDetail } from '../../models/IExerciceDetail';\nimport { IFile } from '../../models/IFile';\nimport { IUser } from '../../models/IUser';\nimport { ITerminationList } from '../../models/ITerminationList';\nimport {\n UnpaidDetail, IPendingPoint, ISociety, ReadChecklistDeadline, IRegistration, VatDeadlineType,\n} from '../../..';\nimport { ICustomerVat } from '../../models/ICustomerVat';\nimport { ISocietyStat } from '../../models/ISocietyStat';\n\nexport class ReadTaxDeadline {\n society: {\n id?: number;\n name: string | null;\n idComptaType: ComptaType | null;\n idVatRegime: VatRegime | null;\n isWaitingEnd: boolean | null;\n idTypeBrand: number | null;\n vatUploadDay: number | null;\n terminationsList?: ITerminationList | null;\n unpaid: number | null;\n unpaidDetails: UnpaidDetail[];\n isLate: boolean;\n };\n accountant: IUser;\n exercice: IExercice;\n exercices: IExercice[];\n exerciceDetails: IExerciceDetail | null;\n customersVat: ICustomerVat[];\n commercial: IUser | null;\n balanceSheet: IBalanceSheet | null;\n supervision: ISupervision | null;\n pendingPoints: IPendingPoint[] | null;\n letter: IFile | null;\n prestations: PrestationTaxDeadline[];\n activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];\n statistics: {\n turnovers: ISocietyStat[];\n transactions: {\n annoted: number;\n total: number;\n };\n entries: {\n revised: number;\n total: number;\n }\n };\n}\n\nexport class StateDetails {\n date: string; total: number;\n}\nexport class ReadTaxDeadlineStatistics {\n todo: { total: number, details: StateDetails[] };\n accepted: { total: number, details: StateDetails[] };\n}\n\nexport class ComplementaryPrestationTaxDeadline {\n id: number;\n signed: boolean;\n paid: boolean;\n name: string;\n isBack: boolean;\n}\n\nexport class PrestationTaxDeadline {\n id: number;\n name: string;\n amount: number;\n paid: number;\n isBack: boolean;\n}\n\nexport class ReadVatDeadline {\n society: ISociety;\n stats: {\n annotated: number | null;\n revised: number | null;\n };\n users: IUser[];\n exercice: IExercice;\n checklists: ReadChecklistDeadline[];\n vat: ICustomerVat | null;\n registration: IRegistration;\n type: { id: VatDeadlineType; operations?: Array<{ id: number; label: string; dateValue: Date; amount: number; }>; turnover?: number; limit?: number; businessLine?: string; };\n hasComment: boolean;\n}"],"mappings":";;;;;AAeM,MAAOA,eAAe;AAqC3BC,OAAA,CArCYD,eAAe,GAAfA,eAAe;AAuCtB,MAAOE,YAAY;AAExBD,OAAA,CAFYC,YAAY,GAAZA,YAAY;AAGnB,MAAOC,yBAAyB;AAGrCF,OAAA,CAHYE,yBAAyB,GAAzBA,yBAAyB;AAKhC,MAAOC,kCAAkC;AAM9CH,OAAA,CANYG,kCAAkC,GAAlCA,kCAAkC;AAQzC,MAAOC,qBAAqB;AAMjCJ,OAAA,CANYI,qBAAqB,GAArBA,qBAAqB;AAQ5B,MAAOC,eAAe;AAa3BL,OAAA,CAbYK,eAAe,GAAfA,eAAe"}
1
+ {"version":3,"file":"ReadTaxDeadline.js","names":["ReadTaxDeadline","exports","StateDetails","ReadTaxDeadlineStatistics","ComplementaryPrestationTaxDeadline","PrestationTaxDeadline","ReadVatDeadline"],"sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { VatRegime } from '../../../Enum/VatRegime';\nimport { IBalanceSheet } from '../../models/IBalanceSheet';\nimport { ISupervision } from '../../models/ISupervision';\nimport { IExerciceDetail } from '../../models/IExerciceDetail';\nimport { IFile } from '../../models/IFile';\nimport { IUser } from '../../models/IUser';\nimport { ITerminationList } from '../../models/ITerminationList';\nimport {\n UnpaidDetail, IPendingPoint, ISociety, ReadChecklistDeadline, IRegistration, VatDeadlineType,\n} from '../../..';\nimport { ICustomerVat } from '../../models/ICustomerVat';\nimport { ISocietyStat } from '../../models/ISocietyStat';\n\nexport class ReadTaxDeadline {\n society: {\n id?: number;\n name: string | null;\n idComptaType: ComptaType | null;\n idVatRegime: VatRegime | null;\n isWaitingEnd: boolean | null;\n idTypeBrand: number | null;\n vatUploadDay: number | null;\n terminationsList?: ITerminationList | null;\n unpaid: number | null;\n unpaidDetails: UnpaidDetail[];\n isLate: boolean;\n };\n accountant: IUser;\n exercice: IExercice;\n exercices: IExercice[];\n exerciceDetails: IExerciceDetail | null;\n customersVat: ICustomerVat[];\n commercial: IUser | null;\n balanceSheet: IBalanceSheet | null;\n supervision: ISupervision | null;\n pendingPoints: IPendingPoint[] | null;\n letter: IFile | null;\n prestations: PrestationTaxDeadline[];\n activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];\n statistics: {\n turnovers: ISocietyStat[];\n transactions: {\n annoted: number;\n total: number;\n };\n entries: {\n revised: number;\n total: number;\n }\n };\n}\n\nexport class StateDetails {\n date: string; total: number;\n}\nexport class ReadTaxDeadlineStatistics {\n todo: { total: number, details: StateDetails[] };\n accepted: { total: number, details: StateDetails[] };\n}\n\nexport class ComplementaryPrestationTaxDeadline {\n id: number;\n signed: boolean;\n paid: boolean;\n name: string;\n isBack: boolean;\n}\n\nexport class PrestationTaxDeadline {\n id: number;\n name: string;\n amount: number;\n paid: number;\n isBack: boolean;\n signed: boolean;\n terminationList: ITerminationList | null;\n}\n\nexport class ReadVatDeadline {\n society: ISociety;\n stats: {\n annotated: number | null;\n revised: number | null;\n };\n users: IUser[];\n exercice: IExercice;\n checklists: ReadChecklistDeadline[];\n vat: ICustomerVat | null;\n registration: IRegistration;\n type: { id: VatDeadlineType; operations?: Array<{ id: number; label: string; dateValue: Date; amount: number; }>; turnover?: number; limit?: number; businessLine?: string; };\n hasComment: boolean;\n}"],"mappings":";;;;;AAeM,MAAOA,eAAe;AAqC3BC,OAAA,CArCYD,eAAe,GAAfA,eAAe;AAuCtB,MAAOE,YAAY;AAExBD,OAAA,CAFYC,YAAY,GAAZA,YAAY;AAGnB,MAAOC,yBAAyB;AAGrCF,OAAA,CAHYE,yBAAyB,GAAzBA,yBAAyB;AAKhC,MAAOC,kCAAkC;AAM9CH,OAAA,CANYG,kCAAkC,GAAlCA,kCAAkC;AAQzC,MAAOC,qBAAqB;AAQjCJ,OAAA,CARYI,qBAAqB,GAArBA,qBAAqB;AAU5B,MAAOC,eAAe;AAa3BL,OAAA,CAbYK,eAAe,GAAfA,eAAe"}
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.QueryCompaneo = undefined;
6
+ exports.QueryCreateTeam = undefined;
7
7
  var _classValidator = require("class-validator");
8
8
  var _utils = require("../../../../utils");
9
9
  var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
@@ -16,8 +16,8 @@ var __decorate = undefined && undefined.__decorate || function (decorators, targ
16
16
  var __metadata = undefined && undefined.__metadata || function (k, v) {
17
17
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
18
18
  };
19
- class QueryCompaneo {}
20
- exports.QueryCompaneo = QueryCompaneo;
21
- __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryCompaneo.prototype, "fromDate", void 0);
22
- __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryCompaneo.prototype, "toDate", void 0);
23
- //# sourceMappingURL=Query.js.map
19
+ class QueryCreateTeam {}
20
+ exports.QueryCreateTeam = QueryCreateTeam;
21
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryCreateTeam.prototype, "name", void 0);
22
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryCreateTeam.prototype, "nbTotalActive", void 0);
23
+ //# sourceMappingURL=QueryCreate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryCreate.js","names":["_classValidator","require","_utils","QueryCreateTeam","exports","__decorate","ApiProperty","IsString","ApiPropertyOptional","IsOptional","IsNumber"],"sources":["../../../../../ts/types/Interface/api/team/QueryCreate.ts"],"sourcesContent":["import { IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryCreateTeam {\n @ApiProperty()\n @IsString()\n name: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n nbTotalActive?: number;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,eAAe;AAS3BC,OAAA,CATYD,eAAe,GAAfA,eAAe;AAC1BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,wBAAQ,GAAE,E,8EACE;AAEbF,UAAA,EAAC,IAAAG,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,uFACY"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetAllTeamsWithIncludes = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _utils = require("../../../../utils");
9
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
18
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
19
+ };
20
+ class QueryGetAllTeamsWithIncludes {}
21
+ exports.QueryGetAllTeamsWithIncludes = QueryGetAllTeamsWithIncludes;
22
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryGetAllTeamsWithIncludes.prototype, "search", void 0);
23
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryGetAllTeamsWithIncludes.prototype, "displayConnections", void 0);
24
+ //# sourceMappingURL=QueryGetAllWithIncludes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllWithIncludes.js","names":["_classValidator","require","_utils","_boolean","QueryGetAllTeamsWithIncludes","exports","__decorate","ApiPropertyOptional","IsOptional","IsString","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/team/QueryGetAllWithIncludes.ts"],"sourcesContent":["import { IsOptional, IsString, IsBoolean } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryGetAllTeamsWithIncludes {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n displayConnections?: boolean;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,4BAA4B;AAWxCC,OAAA,CAXYD,4BAA4B,GAA5BA,4BAA4B;AACvCE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,6FACK;AAEhBH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAE,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,0GACiB"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryUpdateTeam = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _utils = require("../../../../utils");
9
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
10
+ var c = arguments.length,
11
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
12
+ d;
13
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
14
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
15
+ };
16
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
17
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
18
+ };
19
+ class QueryUpdateTeam {}
20
+ exports.QueryUpdateTeam = QueryUpdateTeam;
21
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryUpdateTeam.prototype, "name", void 0);
22
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryUpdateTeam.prototype, "nbTotalActive", void 0);
23
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryUpdateTeam.prototype, "usersToAdd", void 0);
24
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryUpdateTeam.prototype, "usersToDelete", void 0);
25
+ //# sourceMappingURL=QueryUpdate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryUpdate.js","names":["_classValidator","require","_utils","QueryUpdateTeam","exports","__decorate","ApiPropertyOptional","IsOptional","IsString","IsNumber","IsArray"],"sources":["../../../../../ts/types/Interface/api/team/QueryUpdate.ts"],"sourcesContent":["import {\n IsArray, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryUpdateTeam {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n name?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n nbTotalActive?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n usersToAdd?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n usersToDelete?: number[];\n}\n"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,eAAe;AAoB3BC,OAAA,CApBYD,eAAe,GAAfA,eAAe;AAC1BE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,8EACG;AAEdH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAE,wBAAQ,GAAE,E,uFACY;AAEvBJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAG,uBAAO,GAAE,E,mFACY;AAEtBL,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAG,uBAAO,GAAE,E,sFACe"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadPaginatedDelays.js","names":[],"sources":["../../../../../ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts"],"sourcesContent":["export interface Delay {\n date: string;\n sumDelays?: number;\n sumForgottenDisconnections?: number;\n sumRealWorkingHours: string;\n sumTheoricalWorkingHours: string;\n}\nexport interface DelaysByDay {\n Monday?: Delay;\n Tuesday?: Delay;\n Wednesday?: Delay;\n Thursday?: Delay;\n Friday?: Delay;\n}\n\nexport interface ReadPaginatedDelays {\n idUser: number;\n firstname: string;\n lastname: string;\n days: DelaysByDay\n}\n\nexport type ReadPlaceToWork = Array< {\n location: string;\n id: number;\n value: number;\n}>;"],"mappings":""}
1
+ {"version":3,"file":"ReadPaginatedDelays.js","names":[],"sources":["../../../../../ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts"],"sourcesContent":["export interface Delay {\n date: string;\n sumDelays?: number;\n sumForgottenDisconnections?: number;\n sumRealWorkingHours: string;\n sumTheoricalWorkingHours: string;\n}\nexport interface DelaysByDay {\n Monday?: Delay;\n Tuesday?: Delay;\n Wednesday?: Delay;\n Thursday?: Delay;\n Friday?: Delay;\n}\n\nexport interface ReadPaginatedDelays {\n idUser: number;\n firstname: string;\n lastname: string;\n days: DelaysByDay;\n}\n\nexport type ReadPlaceToWork = Array< {\n location: number;\n id: number;\n value: number;\n}>;"],"mappings":""}