@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
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.QueryCerfa = exports.QueryVatEntry = exports.QueryPreviousVatDeclaration = undefined;
6
+ exports.QueryCerfa = exports.QueryVatEntry = exports.QueryVatDeclaration = exports.QueryVatMigrationEntry = exports.QueryPreviousVatDeclaration = undefined;
7
7
  var _classValidator = require("class-validator");
8
8
  var _CerfaType = require("../../../Enum/CerfaType");
9
9
  var _decorators = require("../../../../utils/decorators");
@@ -20,7 +20,14 @@ var __metadata = undefined && undefined.__metadata || function (k, v) {
20
20
  class QueryPreviousVatDeclaration {}
21
21
  exports.QueryPreviousVatDeclaration = QueryPreviousVatDeclaration;
22
22
  __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryPreviousVatDeclaration.prototype, "fromDate", void 0);
23
- __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsEnum)(_CerfaType.CerfaType), __metadata("design:type", Number)], QueryPreviousVatDeclaration.prototype, "idCerfaType", void 0);
23
+ class QueryVatMigrationEntry {}
24
+ exports.QueryVatMigrationEntry = QueryVatMigrationEntry;
25
+ __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryVatMigrationEntry.prototype, "token", void 0);
26
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryVatMigrationEntry.prototype, "id", void 0);
27
+ class QueryVatDeclaration {}
28
+ exports.QueryVatDeclaration = QueryVatDeclaration;
29
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDate)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Date)], QueryVatDeclaration.prototype, "declarationDate", void 0);
30
+ __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsEnum)(_CerfaType.CerfaType), __metadata("design:type", Number)], QueryVatDeclaration.prototype, "idCerfaType", void 0);
24
31
  class QueryVatEntry {}
25
32
  exports.QueryVatEntry = QueryVatEntry;
26
33
  __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryVatEntry.prototype, "startDate", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"QueryVatDeclaration.js","names":["_classValidator","require","_CerfaType","_decorators","QueryPreviousVatDeclaration","exports","__decorate","ApiProperty","IsDateString","IsEnum","CerfaType","QueryVatEntry","IsString","QueryCerfa"],"sources":["../../../../../ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts"],"sourcesContent":["import {\n IsDateString, IsEnum, IsString,\n} from 'class-validator';\nimport { CerfaType } from '../../../Enum/CerfaType';\nimport { ApiProperty } from '../../../../utils/decorators';\n\nexport class QueryPreviousVatDeclaration {\n @ApiProperty()\n @IsDateString()\n fromDate: string;\n\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: CerfaType;\n}\n\nexport class QueryVatEntry {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n @IsString()\n type: 'collected' | 'deductible';\n}\n\nexport class QueryCerfa {\n @ApiProperty()\n @IsString()\n fileName: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,2BAA2B;AAQvCC,OAAA,CARYD,2BAA2B,GAA3BA,2BAA2B;AACtCE,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,8FACE;AAEjBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAE,sBAAM,EAACC,oBAAS,CAAC,E,iGACK;AAGnB,MAAOC,aAAa;AAYzBN,OAAA,CAZYM,aAAa,GAAbA,aAAa;AACxBL,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,iFACG;AAElBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,+EACC;AAEhBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAK,wBAAQ,GAAE,E,4EACsB;AAG7B,MAAOC,UAAU;AAItBR,OAAA,CAJYQ,UAAU,GAAVA,UAAU;AACrBP,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAK,wBAAQ,GAAE,E,6EACM"}
1
+ {"version":3,"file":"QueryVatDeclaration.js","names":["_classValidator","require","_CerfaType","_decorators","QueryPreviousVatDeclaration","exports","__decorate","ApiProperty","IsDateString","QueryVatMigrationEntry","IsString","ApiPropertyOptional","IsNumber","QueryVatDeclaration","IsDate","IsOptional","Date","IsEnum","CerfaType","QueryVatEntry","QueryCerfa"],"sources":["../../../../../ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts"],"sourcesContent":["import {\n IsDate, IsDateString, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { CerfaType } from '../../../Enum/CerfaType';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QueryPreviousVatDeclaration {\n @ApiProperty()\n @IsDateString()\n fromDate: string;\n}\n\nexport class QueryVatMigrationEntry {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n id: number;\n}\n\nexport class QueryVatDeclaration {\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n declarationDate?: Date;\n\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: CerfaType;\n}\n\nexport class QueryVatEntry {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n @IsString()\n type: 'collected' | 'deductible';\n}\n\nexport class QueryCerfa {\n @ApiProperty()\n @IsString()\n fileName: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,2BAA2B;AAIvCC,OAAA,CAJYD,2BAA2B,GAA3BA,2BAA2B;AACtCE,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,8FACE;AAGb,MAAOC,sBAAsB;AAQlCJ,OAAA,CARYI,sBAAsB,GAAtBA,sBAAsB;AACjCH,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAG,wBAAQ,GAAE,E,sFACG;AAEdJ,UAAA,EAAC,IAAAK,+BAAmB,GAAE,EACrB,IAAAC,wBAAQ,GAAE,E,mFACA;AAGP,MAAOC,mBAAmB;AAS/BR,OAAA,CATYQ,mBAAmB,GAAnBA,mBAAmB;AAC9BP,UAAA,EAAC,IAAAK,+BAAmB,GAAE,EACrB,IAAAG,sBAAM,GAAE,EACR,IAAAC,0BAAU,GAAE,E,0BACKC,IAAI,E,2DAAC;AAEvBV,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAU,sBAAM,EAACC,oBAAS,CAAC,E,yFACK;AAGnB,MAAOC,aAAa;AAYzBd,OAAA,CAZYc,aAAa,GAAbA,aAAa;AACxBb,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,iFACG;AAElBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,+EACC;AAEhBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAG,wBAAQ,GAAE,E,4EACsB;AAG7B,MAAOU,UAAU;AAItBf,OAAA,CAJYe,UAAU,GAAVA,UAAU;AACrBd,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAG,wBAAQ,GAAE,E,6EACM"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=IAppNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAppNotification.js","names":[],"sources":["../../../../ts/types/Interface/models/IAppNotification.ts"],"sourcesContent":["import { NotificationTypeEnum } from '../../Enum/NotificationType';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\nexport interface IAppNotification {\n id: number;\n title: string;\n message: string;\n link?: string;\n documentId?: number;\n read: boolean;\n idNotificationtype: NotificationTypeEnum;\n idSociety: number;\n idUser: number;\n idBankAccount?: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // associations\n society: ISociety;\n user: IUser;\n}"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"IBalanceSheet.js","names":[],"sources":["../../../../ts/types/Interface/models/IBalanceSheet.ts"],"sourcesContent":["import { IExercice } from './IExercice';\nimport { ICalendarEvent } from './ICalendarEvent';\nimport { ISupervision } from './ISupervision';\nimport { IPrestation } from './IPrestation';\nimport { IGedFile } from './IGedFile';\n\n// balanceSheet\nexport interface IBalanceSheet {\n id?: number;\n state: number;\n dateBalanceSend: Date | null;\n deadline: Date | null;\n bankCollectingState: number;\n idExercice: number;\n idCalendarEvent: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n calendarEvent?: ICalendarEvent;\n supervision?: ISupervision;\n prestations?: IPrestation[];\n gedFiles?: IGedFile[];\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IBalanceSheet.js","names":[],"sources":["../../../../ts/types/Interface/models/IBalanceSheet.ts"],"sourcesContent":["import { IExercice } from './IExercice';\nimport { ICalendarEvent } from './ICalendarEvent';\nimport { ISupervision } from './ISupervision';\nimport { IPrestation } from './IPrestation';\nimport { IGedFile } from './IGedFile';\n\n// balanceSheet\nexport interface IBalanceSheet {\n id?: number;\n state: number;\n dateBalanceSend: Date | null;\n deadline: Date | null;\n turnover: number | null;\n endDate: Date | null;\n bankCollectingState: number;\n idExercice: number;\n idCalendarEvent: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n calendarEvent?: ICalendarEvent;\n supervision?: ISupervision;\n prestations?: IPrestation[];\n gedFiles?: IGedFile[];\n}\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"IMobileNotificationLog.js","names":[],"sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"sourcesContent":["import { NotificationType } from '../../Enum/NotificationType';\n\nexport interface IMobileNotificationLog {\n id: number;\n idType: NotificationType;\n lastSent: Date | null;\n nextSend: Date | null;\n success: boolean;\n error: string | null;\n count: number;\n errorCount: number;\n idBankAccount: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n}"],"mappings":""}
1
+ {"version":3,"file":"IMobileNotificationLog.js","names":[],"sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"sourcesContent":["import { NotificationTypeEnum } from '../../Enum/NotificationType';\n\nexport interface IMobileNotificationLog {\n id: number;\n idType: NotificationTypeEnum;\n lastSent: Date | null;\n nextSend: Date | null;\n success: boolean;\n error: string | null;\n count: number;\n errorCount: number;\n idBankAccount: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n}"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"IMobileNotificationSetting.js","names":[],"sources":["../../../../ts/types/Interface/models/IMobileNotificationSetting.ts"],"sourcesContent":["import { NotificationType } from '../../Enum/NotificationType';\n\nexport interface IMobileNotificationSetting {\n id: number;\n idType: NotificationType;\n active: boolean;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}"],"mappings":""}
1
+ {"version":3,"file":"IMobileNotificationSetting.js","names":[],"sources":["../../../../ts/types/Interface/models/IMobileNotificationSetting.ts"],"sourcesContent":["import { NotificationTypeEnum } from '../../Enum/NotificationType';\n\nexport interface IMobileNotificationSetting {\n id: number;\n idType: NotificationTypeEnum;\n active: boolean;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"IRegistration.js","names":[],"sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"sourcesContent":["import { IExercice } from './IExercice';\nimport { ISociety } from './ISociety';\nimport { IFile } from './IFile';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\nimport { IUser } from './IUser';\nimport { IAccountingTransaction } from './IAccountingTransaction';\n\nexport interface IRegistration {\n id?: number;\n startDate?: Date;\n endDate?: Date;\n payload: any;\n amountToPay?: number | null;\n response: any | null;\n sendAt: Date | null;\n isComplete: boolean;\n idCerfaType: number;\n idDeposit: string | null;\n idExercice: number;\n idFile?: number | null;\n idCertificateFile?: number | null;\n idCustomerIsRegime?: number | null;\n idCustomerVat?: number | null;\n idUser?: number | null;\n idAccountingTransaction?: number | null;\n idSociety: number;\n updatedAt?: Date | null;\n createdAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n customerIsRegime?: ICustomerIsRegime | null;\n accountingTransaction?: IAccountingTransaction | null;\n user?: IUser | null;\n society?: ISociety;\n file?: IFile;\n certificateFile?: IFile | null;\n}"],"mappings":""}
1
+ {"version":3,"file":"IRegistration.js","names":[],"sources":["../../../../ts/types/Interface/models/IRegistration.ts"],"sourcesContent":["import { IExercice } from './IExercice';\nimport { ISociety } from './ISociety';\nimport { IFile } from './IFile';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\nimport { IUser } from './IUser';\nimport { IAccountingTransaction } from './IAccountingTransaction';\nimport { IRegistrationCertificate } from './IRegistrationCertificate';\n\nexport interface IRegistration {\n id?: number;\n startDate?: Date;\n endDate?: Date;\n payload: any;\n amountToPay?: number | null;\n response: any | null;\n sendAt: Date | null;\n isComplete: boolean;\n idCerfaType: number;\n idDeposit: string | null;\n idExercice: number;\n idFile?: number | null;\n idCustomerIsRegime?: number | null;\n idCustomerVat?: number | null;\n idUser?: number | null;\n idAccountingTransaction?: number | null;\n idSociety: number;\n updatedAt?: Date | null;\n createdAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n customerIsRegime?: ICustomerIsRegime | null;\n accountingTransaction?: IAccountingTransaction | null;\n user?: IUser | null;\n society?: ISociety;\n file?: IFile;\n certificates?: IRegistrationCertificate[];\n}"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"IUser.js","names":[],"sources":["../../../../ts/types/Interface/models/IUser.ts"],"sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { IRole } from './IRole';\nimport { ICivility } from './ICivility';\nimport { IFile } from './IFile';\nimport { IUserSocietyPermission } from './IUserSocietyPermission';\nimport { IWorkingSchedule } from './IWorkingSchedule';\nimport { IRecontactHistory } from './IRecontactHistory';\nimport { IQuality } from './IQuality';\nimport { IAllowedIp } from './IAllowedIp';\nimport { IBusinessPartner } from './IBusinessPartner';\nimport { ILog } from './ILog';\nimport { INotification } from './INotification';\nimport { ISociety } from './ISociety';\nimport { ITeam } from './ITeam';\nimport { IUserTest } from './IUserTest';\nimport { IMobile } from './IMobile';\nimport { IRoleUser } from './IRoleUser';\n\ntype isAny<T> = T | any;\n\n// users\nexport interface IUser {\n id?: number;\n firstname?: string | null;\n lastname?: string | null;\n fullname?: string | null;\n email?: string | null;\n email2?: string | null;\n isMigrated?: boolean;\n username?: string | null;\n stripeCustomerId?: string | null;\n positionLabel?: string | null;\n sha?: string | null;\n hash?: string | null;\n password?: string | null;\n idFile?: number | null;\n quality?: string | null;\n idQuality?: number | null;\n phone?: string | null;\n phone2?: string | null;\n textMessageNumber?: string | null;\n prefix?: string | null;\n tokenLostPassword?: string | null;\n tokenApi?: string | null;\n tokenNotification?: string | null;\n tokenSocket?: string | null;\n authyId?: string | null;\n authCode?: string | null;\n authCodeDate?: Date | null;\n tutoTransaction?: boolean | null;\n lastConnection?: Date | null;\n beforeLastConnection?: Date | null;\n active?: boolean | null;\n toContact?: boolean;\n stateProspect?: boolean | null;\n birthdate?: Date | null;\n arrivalDate?: Date | null;\n validityDateOfResidencePermit?: Date | null;\n isNewProspect?: boolean;\n hasAccountNumberDisplay?: boolean;\n isAssociate?: boolean | null;\n isResponderActive?: boolean;\n suppDoublon?: boolean | null;\n calendlyUrl?: string | null;\n idCivility?: number | null;\n idCommercialDoublon?: number | null;\n idProspectIsWith?: number | null;\n apprentice?: boolean;\n idCommercialGrade?: number | null;\n smsNotAllowed?: boolean;\n restDaysAbsence?: number | null;\n startOnboarding?: Date | null;\n societyByDefault?: number | null;\n longAbsence?: boolean | null;\n isDailyContract?: boolean | null;\n internationalPhone?: string | null;\n isThemeLight?: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n confirmedAt?: Date | null;\n tokenConfirmedAt?: string | null;\n idPoleLeader?: number | null;\n affiliateTrackingId?: number | null;\n\n // Associations\n userHasEvent?: isAny<ICalendarEvent>[];\n roles?: IRole[];\n roleUser?: IRoleUser;\n genders?: ICivility;\n commercial?: IUser;\n prospectPrincipal?: IUser;\n avatar?: IFile;\n userPermissions?: IUserSocietyPermission[];\n workingSchedules?: IWorkingSchedule[];\n recontactHistories?: IRecontactHistory[];\n poleLeader?: IUser;\n userQuality?: IQuality;\n allowedIps?: IAllowedIp[];\n businessPartner?: IBusinessPartner;\n poleAccountants?: IUser[];\n logs?: ILog[];\n notifications?: INotification[];\n societies?: ISociety[];\n teams?: ITeam[];\n usersTest?: IUserTest;\n mobile?: IMobile;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IUser.js","names":[],"sources":["../../../../ts/types/Interface/models/IUser.ts"],"sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { IRole } from './IRole';\nimport { ICivility } from './ICivility';\nimport { IFile } from './IFile';\nimport { IUserSocietyPermission } from './IUserSocietyPermission';\nimport { IWorkingSchedule } from './IWorkingSchedule';\nimport { IRecontactHistory } from './IRecontactHistory';\nimport { IQuality } from './IQuality';\nimport { IAllowedIp } from './IAllowedIp';\nimport { IBusinessPartner } from './IBusinessPartner';\nimport { ILog } from './ILog';\nimport { INotification } from './INotification';\nimport { ISociety } from './ISociety';\nimport { ITeam } from './ITeam';\nimport { IUserTest } from './IUserTest';\nimport { IMobile } from './IMobile';\nimport { IRoleUser } from './IRoleUser';\nimport { ITimeRecorder } from './ITimeRecorder';\nimport { EntityType } from '../../Enum/EntityType';\n\ntype isAny<T> = T | any;\n\n// users\nexport interface IUser {\n id?: number;\n firstname?: string | null;\n lastname?: string | null;\n fullname?: string | null;\n email?: string | null;\n email2?: string | null;\n isMigrated?: boolean;\n username?: string | null;\n stripeCustomerId?: string | null;\n positionLabel?: string | null;\n sha?: string | null;\n hash?: string | null;\n password?: string | null;\n idFile?: number | null;\n quality?: string | null;\n idQuality?: number | null;\n phone?: string | null;\n phone2?: string | null;\n textMessageNumber?: string | null;\n prefix?: string | null;\n tokenLostPassword?: string | null;\n tokenApi?: string | null;\n tokenNotification?: string | null;\n tokenSocket?: string | null;\n authyId?: string | null;\n authCode?: string | null;\n authCodeDate?: Date | null;\n tutoTransaction?: boolean | null;\n lastConnection?: Date | null;\n beforeLastConnection?: Date | null;\n active?: boolean | null;\n toContact?: boolean;\n stateProspect?: boolean | null;\n birthdate?: Date | null;\n arrivalDate?: Date | null;\n entity?: EntityType | null;\n validityDateOfResidencePermit?: Date | null;\n isNewProspect?: boolean;\n hasAccountNumberDisplay?: boolean;\n isAssociate?: boolean | null;\n isResponderActive?: boolean;\n suppDoublon?: boolean | null;\n calendlyUrl?: string | null;\n idCivility?: number | null;\n idCommercialDoublon?: number | null;\n idProspectIsWith?: number | null;\n apprentice?: boolean;\n idCommercialGrade?: number | null;\n smsNotAllowed?: boolean;\n restDaysAbsence?: number | null;\n startOnboarding?: Date | null;\n societyByDefault?: number | null;\n longAbsence?: boolean | null;\n isDailyContract?: boolean | null;\n internationalPhone?: string | null;\n isThemeLight?: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n confirmedAt?: Date | null;\n tokenConfirmedAt?: string | null;\n idPoleLeader?: number | null;\n affiliateTrackingId?: number | null;\n\n // Associations\n userHasEvent?: isAny<ICalendarEvent>[];\n roles?: IRole[];\n roleUser?: IRoleUser;\n genders?: ICivility;\n commercial?: IUser;\n prospectPrincipal?: IUser;\n avatar?: IFile;\n userPermissions?: IUserSocietyPermission[];\n workingSchedules?: IWorkingSchedule[];\n recontactHistories?: IRecontactHistory[];\n poleLeader?: IUser;\n userQuality?: IQuality;\n allowedIps?: IAllowedIp[];\n businessPartner?: IBusinessPartner;\n poleAccountants?: IUser[];\n logs?: ILog[];\n notifications?: INotification[];\n societies?: ISociety[];\n teams?: ITeam[];\n usersTest?: IUserTest;\n mobile?: IMobile;\n timeRecorders?: ITimeRecorder[];\n}\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"IWorkingSchedule.js","names":[],"sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { IEmployee } from './IEmployee';\n\n// workingSchedule\nexport interface IWorkingSchedule {\n id?: number;\n morningStart?: Date | null;\n morningEnd?: Date | null;\n afternoonStart?: Date | null;\n afternoonEnd?: Date | null;\n idDay: number;\n idEmployee?: number | null;\n idUser?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n employee?: IEmployee;\n user?: IUser;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IWorkingSchedule.js","names":[],"sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { IEmployee } from './IEmployee';\nimport { RemoteType } from '../../Enum/RemoteType';\n\n// workingSchedule\nexport interface IWorkingSchedule {\n id?: number;\n morningStart?: Date | null;\n morningEnd?: Date | null;\n afternoonStart?: Date | null;\n afternoonEnd?: Date | null;\n idDay: number;\n idEmployee?: number | null;\n idUser?: number | null;\n isRemote?: RemoteType | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n employee?: IEmployee;\n user?: IUser;\n}\n"],"mappings":""}
package/js/types/index.js CHANGED
@@ -3243,6 +3243,16 @@ Object.keys(_IUnpaidCallHistory).forEach(function (key) {
3243
3243
  }
3244
3244
  });
3245
3245
  });
3246
+ var _IAppNotification = require("./Interface/models/IAppNotification");
3247
+ Object.keys(_IAppNotification).forEach(function (key) {
3248
+ if (key === "default" || key === "__esModule") return;
3249
+ Object.defineProperty(exports, key, {
3250
+ enumerable: true,
3251
+ get: function () {
3252
+ return _IAppNotification[key];
3253
+ }
3254
+ });
3255
+ });
3246
3256
  var _IRegistrationDetail = require("./Interface/schemas/IRegistrationDetail");
3247
3257
  Object.keys(_IRegistrationDetail).forEach(function (key) {
3248
3258
  if (key === "default" || key === "__esModule") return;
@@ -4803,6 +4813,36 @@ Object.keys(_CommercialImportHeader).forEach(function (key) {
4803
4813
  }
4804
4814
  });
4805
4815
  });
4816
+ var _ReasonTerminationType = require("./Enum/ReasonTerminationType");
4817
+ Object.keys(_ReasonTerminationType).forEach(function (key) {
4818
+ if (key === "default" || key === "__esModule") return;
4819
+ Object.defineProperty(exports, key, {
4820
+ enumerable: true,
4821
+ get: function () {
4822
+ return _ReasonTerminationType[key];
4823
+ }
4824
+ });
4825
+ });
4826
+ var _RemoteType = require("./Enum/RemoteType");
4827
+ Object.keys(_RemoteType).forEach(function (key) {
4828
+ if (key === "default" || key === "__esModule") return;
4829
+ Object.defineProperty(exports, key, {
4830
+ enumerable: true,
4831
+ get: function () {
4832
+ return _RemoteType[key];
4833
+ }
4834
+ });
4835
+ });
4836
+ var _EntityType = require("./Enum/EntityType");
4837
+ Object.keys(_EntityType).forEach(function (key) {
4838
+ if (key === "default" || key === "__esModule") return;
4839
+ Object.defineProperty(exports, key, {
4840
+ enumerable: true,
4841
+ get: function () {
4842
+ return _EntityType[key];
4843
+ }
4844
+ });
4845
+ });
4806
4846
  var _Query = require("./Interface/api/adjustment/Query");
4807
4847
  Object.keys(_Query).forEach(function (key) {
4808
4848
  if (key === "default" || key === "__esModule") return;
@@ -6573,23 +6613,43 @@ Object.keys(_Query2).forEach(function (key) {
6573
6613
  }
6574
6614
  });
6575
6615
  });
6576
- var _Query3 = require("./Interface/api/companeo/Query");
6577
- Object.keys(_Query3).forEach(function (key) {
6616
+ var _CompaneoReturn = require("./Interface/api/companeo/CompaneoReturn");
6617
+ Object.keys(_CompaneoReturn).forEach(function (key) {
6578
6618
  if (key === "default" || key === "__esModule") return;
6579
6619
  Object.defineProperty(exports, key, {
6580
6620
  enumerable: true,
6581
6621
  get: function () {
6582
- return _Query3[key];
6622
+ return _CompaneoReturn[key];
6583
6623
  }
6584
6624
  });
6585
6625
  });
6586
- var _CompaneoReturn = require("./Interface/api/companeo/CompaneoReturn");
6587
- Object.keys(_CompaneoReturn).forEach(function (key) {
6626
+ var _QueryCreate = require("./Interface/api/team/QueryCreate");
6627
+ Object.keys(_QueryCreate).forEach(function (key) {
6588
6628
  if (key === "default" || key === "__esModule") return;
6589
6629
  Object.defineProperty(exports, key, {
6590
6630
  enumerable: true,
6591
6631
  get: function () {
6592
- return _CompaneoReturn[key];
6632
+ return _QueryCreate[key];
6633
+ }
6634
+ });
6635
+ });
6636
+ var _QueryGetAllWithIncludes = require("./Interface/api/team/QueryGetAllWithIncludes");
6637
+ Object.keys(_QueryGetAllWithIncludes).forEach(function (key) {
6638
+ if (key === "default" || key === "__esModule") return;
6639
+ Object.defineProperty(exports, key, {
6640
+ enumerable: true,
6641
+ get: function () {
6642
+ return _QueryGetAllWithIncludes[key];
6643
+ }
6644
+ });
6645
+ });
6646
+ var _QueryUpdate = require("./Interface/api/team/QueryUpdate");
6647
+ Object.keys(_QueryUpdate).forEach(function (key) {
6648
+ if (key === "default" || key === "__esModule") return;
6649
+ Object.defineProperty(exports, key, {
6650
+ enumerable: true,
6651
+ get: function () {
6652
+ return _QueryUpdate[key];
6593
6653
  }
6594
6654
  });
6595
6655
  });
@@ -6733,13 +6793,13 @@ Object.keys(_CreatePartner).forEach(function (key) {
6733
6793
  }
6734
6794
  });
6735
6795
  });
6736
- var _Query4 = require("./Interface/api/partner/Query");
6737
- Object.keys(_Query4).forEach(function (key) {
6796
+ var _Query3 = require("./Interface/api/partner/Query");
6797
+ Object.keys(_Query3).forEach(function (key) {
6738
6798
  if (key === "default" || key === "__esModule") return;
6739
6799
  Object.defineProperty(exports, key, {
6740
6800
  enumerable: true,
6741
6801
  get: function () {
6742
- return _Query4[key];
6802
+ return _Query3[key];
6743
6803
  }
6744
6804
  });
6745
6805
  });
@@ -7573,13 +7633,13 @@ Object.keys(_Create3).forEach(function (key) {
7573
7633
  }
7574
7634
  });
7575
7635
  });
7576
- var _Query5 = require("./Interface/api/budgetInsight/Query");
7577
- Object.keys(_Query5).forEach(function (key) {
7636
+ var _Query4 = require("./Interface/api/budgetInsight/Query");
7637
+ Object.keys(_Query4).forEach(function (key) {
7578
7638
  if (key === "default" || key === "__esModule") return;
7579
7639
  Object.defineProperty(exports, key, {
7580
7640
  enumerable: true,
7581
7641
  get: function () {
7582
- return _Query5[key];
7642
+ return _Query4[key];
7583
7643
  }
7584
7644
  });
7585
7645
  });
@@ -8273,13 +8333,13 @@ Object.keys(_Read4).forEach(function (key) {
8273
8333
  }
8274
8334
  });
8275
8335
  });
8276
- var _Query6 = require("./Interface/api/checklist/Query");
8277
- Object.keys(_Query6).forEach(function (key) {
8336
+ var _Query5 = require("./Interface/api/checklist/Query");
8337
+ Object.keys(_Query5).forEach(function (key) {
8278
8338
  if (key === "default" || key === "__esModule") return;
8279
8339
  Object.defineProperty(exports, key, {
8280
8340
  enumerable: true,
8281
8341
  get: function () {
8282
- return _Query6[key];
8342
+ return _Query5[key];
8283
8343
  }
8284
8344
  });
8285
8345
  });
@@ -8523,13 +8583,13 @@ Object.keys(_CreateCustomerActivityReport).forEach(function (key) {
8523
8583
  }
8524
8584
  });
8525
8585
  });
8526
- var _Query7 = require("./Interface/api/customerActivity/Query");
8527
- Object.keys(_Query7).forEach(function (key) {
8586
+ var _Query6 = require("./Interface/api/customerActivity/Query");
8587
+ Object.keys(_Query6).forEach(function (key) {
8528
8588
  if (key === "default" || key === "__esModule") return;
8529
8589
  Object.defineProperty(exports, key, {
8530
8590
  enumerable: true,
8531
8591
  get: function () {
8532
- return _Query7[key];
8592
+ return _Query6[key];
8533
8593
  }
8534
8594
  });
8535
8595
  });
@@ -8573,13 +8633,13 @@ Object.keys(_Read5).forEach(function (key) {
8573
8633
  }
8574
8634
  });
8575
8635
  });
8576
- var _Query8 = require("./Interface/api/commercialManagement/Query");
8577
- Object.keys(_Query8).forEach(function (key) {
8636
+ var _Query7 = require("./Interface/api/commercialManagement/Query");
8637
+ Object.keys(_Query7).forEach(function (key) {
8578
8638
  if (key === "default" || key === "__esModule") return;
8579
8639
  Object.defineProperty(exports, key, {
8580
8640
  enumerable: true,
8581
8641
  get: function () {
8582
- return _Query8[key];
8642
+ return _Query7[key];
8583
8643
  }
8584
8644
  });
8585
8645
  });
@@ -8633,13 +8693,13 @@ Object.keys(_ReadConnectionState).forEach(function (key) {
8633
8693
  }
8634
8694
  });
8635
8695
  });
8636
- var _Query9 = require("./Interface/api/qonto/Query");
8637
- Object.keys(_Query9).forEach(function (key) {
8696
+ var _Query8 = require("./Interface/api/qonto/Query");
8697
+ Object.keys(_Query8).forEach(function (key) {
8638
8698
  if (key === "default" || key === "__esModule") return;
8639
8699
  Object.defineProperty(exports, key, {
8640
8700
  enumerable: true,
8641
8701
  get: function () {
8642
- return _Query9[key];
8702
+ return _Query8[key];
8643
8703
  }
8644
8704
  });
8645
8705
  });
@@ -8893,13 +8953,13 @@ Object.keys(_CreateFileToSign).forEach(function (key) {
8893
8953
  }
8894
8954
  });
8895
8955
  });
8896
- var _Query10 = require("./Interface/api/rule/Query");
8897
- Object.keys(_Query10).forEach(function (key) {
8956
+ var _Query9 = require("./Interface/api/rule/Query");
8957
+ Object.keys(_Query9).forEach(function (key) {
8898
8958
  if (key === "default" || key === "__esModule") return;
8899
8959
  Object.defineProperty(exports, key, {
8900
8960
  enumerable: true,
8901
8961
  get: function () {
8902
- return _Query10[key];
8962
+ return _Query9[key];
8903
8963
  }
8904
8964
  });
8905
8965
  });
@@ -8973,23 +9033,23 @@ Object.keys(_ReadClientQuotation).forEach(function (key) {
8973
9033
  }
8974
9034
  });
8975
9035
  });
8976
- var _QueryCreate = require("./Interface/api/prestations/QueryCreate");
8977
- Object.keys(_QueryCreate).forEach(function (key) {
9036
+ var _QueryCreate2 = require("./Interface/api/prestations/QueryCreate");
9037
+ Object.keys(_QueryCreate2).forEach(function (key) {
8978
9038
  if (key === "default" || key === "__esModule") return;
8979
9039
  Object.defineProperty(exports, key, {
8980
9040
  enumerable: true,
8981
9041
  get: function () {
8982
- return _QueryCreate[key];
9042
+ return _QueryCreate2[key];
8983
9043
  }
8984
9044
  });
8985
9045
  });
8986
- var _QueryUpdate = require("./Interface/api/prestations/QueryUpdate");
8987
- Object.keys(_QueryUpdate).forEach(function (key) {
9046
+ var _QueryUpdate2 = require("./Interface/api/prestations/QueryUpdate");
9047
+ Object.keys(_QueryUpdate2).forEach(function (key) {
8988
9048
  if (key === "default" || key === "__esModule") return;
8989
9049
  Object.defineProperty(exports, key, {
8990
9050
  enumerable: true,
8991
9051
  get: function () {
8992
- return _QueryUpdate[key];
9052
+ return _QueryUpdate2[key];
8993
9053
  }
8994
9054
  });
8995
9055
  });
@@ -9013,13 +9073,13 @@ Object.keys(_Read9).forEach(function (key) {
9013
9073
  }
9014
9074
  });
9015
9075
  });
9016
- var _Query11 = require("./Interface/api/commercialImport/Query");
9017
- Object.keys(_Query11).forEach(function (key) {
9076
+ var _Query10 = require("./Interface/api/commercialImport/Query");
9077
+ Object.keys(_Query10).forEach(function (key) {
9018
9078
  if (key === "default" || key === "__esModule") return;
9019
9079
  Object.defineProperty(exports, key, {
9020
9080
  enumerable: true,
9021
9081
  get: function () {
9022
- return _Query11[key];
9082
+ return _Query10[key];
9023
9083
  }
9024
9084
  });
9025
9085
  });
@@ -9163,4 +9223,14 @@ Object.keys(_UpdateNotificationSetting).forEach(function (key) {
9163
9223
  }
9164
9224
  });
9165
9225
  });
9226
+ var _Update5 = require("./Interface/api/appNotification/Update");
9227
+ Object.keys(_Update5).forEach(function (key) {
9228
+ if (key === "default" || key === "__esModule") return;
9229
+ Object.defineProperty(exports, key, {
9230
+ enumerable: true,
9231
+ get: function () {
9232
+ return _Update5[key];
9233
+ }
9234
+ });
9235
+ });
9166
9236
  //# sourceMappingURL=index.js.map