@persei/perseed-api 5.0.0-beta.1 → 5.0.0-beta.2

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 (848) hide show
  1. package/dist/client.d.ts +1 -0
  2. package/dist/global-pagination.d.ts +1 -0
  3. package/dist/lib/src/client/index.d.ts +2 -0
  4. package/dist/lib/src/client/index.d.ts.map +1 -0
  5. package/dist/lib/src/generated/client.d.ts +559 -0
  6. package/dist/lib/src/generated/client.d.ts.map +1 -0
  7. package/dist/src/Services/AiService.d.ts +17 -0
  8. package/dist/src/Services/AiService.d.ts.map +1 -0
  9. package/dist/src/Services/ApiService.d.ts +17 -0
  10. package/dist/src/Services/ApiService.d.ts.map +1 -0
  11. package/dist/src/Services/ArcangelService.d.ts +41 -0
  12. package/dist/src/Services/ArcangelService.d.ts.map +1 -0
  13. package/dist/src/Services/AuthenticationSecurityService.d.ts +33 -0
  14. package/dist/src/Services/AuthenticationSecurityService.d.ts.map +1 -0
  15. package/dist/src/Services/BulkUploadService.d.ts +8 -0
  16. package/dist/src/Services/BulkUploadService.d.ts.map +1 -0
  17. package/dist/src/Services/CacheService.d.ts +101 -0
  18. package/dist/src/Services/CacheService.d.ts.map +1 -0
  19. package/dist/src/Services/ChartService.d.ts +6 -0
  20. package/dist/src/Services/ChartService.d.ts.map +1 -0
  21. package/dist/src/Services/ConditionsMatcher/CustomConditionsFormat.d.ts +7 -0
  22. package/dist/src/Services/ConditionsMatcher/CustomConditionsFormat.d.ts.map +1 -0
  23. package/dist/src/Services/ConditionsMatcher/index.d.ts +4 -0
  24. package/dist/src/Services/ConditionsMatcher/index.d.ts.map +1 -0
  25. package/dist/src/Services/CrfService.d.ts +18 -0
  26. package/dist/src/Services/CrfService.d.ts.map +1 -0
  27. package/dist/src/Services/DashboardWidgetService.d.ts +14 -0
  28. package/dist/src/Services/DashboardWidgetService.d.ts.map +1 -0
  29. package/dist/src/Services/DataService.d.ts +10 -0
  30. package/dist/src/Services/DataService.d.ts.map +1 -0
  31. package/dist/src/Services/DbService.d.ts +9 -0
  32. package/dist/src/Services/DbService.d.ts.map +1 -0
  33. package/dist/src/Services/DependentService.d.ts +7 -0
  34. package/dist/src/Services/DependentService.d.ts.map +1 -0
  35. package/dist/src/Services/DocumentsUpload/DocumentsService.d.ts +29 -0
  36. package/dist/src/Services/DocumentsUpload/DocumentsService.d.ts.map +1 -0
  37. package/dist/src/Services/DocumentsUpload/ValidatorDocumentsService.d.ts +28 -0
  38. package/dist/src/Services/DocumentsUpload/ValidatorDocumentsService.d.ts.map +1 -0
  39. package/dist/src/Services/EcosystemService.d.ts +7 -0
  40. package/dist/src/Services/EcosystemService.d.ts.map +1 -0
  41. package/dist/src/Services/EmailService.d.ts +12 -0
  42. package/dist/src/Services/EmailService.d.ts.map +1 -0
  43. package/dist/src/Services/ExportService.d.ts +25 -0
  44. package/dist/src/Services/ExportService.d.ts.map +1 -0
  45. package/dist/src/Services/Exporter/Download.d.ts +11 -0
  46. package/dist/src/Services/Exporter/Download.d.ts.map +1 -0
  47. package/dist/src/Services/Exporter/Errors/FailedToExport.d.ts +6 -0
  48. package/dist/src/Services/Exporter/Errors/FailedToExport.d.ts.map +1 -0
  49. package/dist/src/Services/Exporter/Errors/NotAllowedToExport.d.ts +6 -0
  50. package/dist/src/Services/Exporter/Errors/NotAllowedToExport.d.ts.map +1 -0
  51. package/dist/src/Services/Exporter/Errors/NotExists.d.ts +6 -0
  52. package/dist/src/Services/Exporter/Errors/NotExists.d.ts.map +1 -0
  53. package/dist/src/Services/Exporter/Errors/StillInProgress.d.ts +6 -0
  54. package/dist/src/Services/Exporter/Errors/StillInProgress.d.ts.map +1 -0
  55. package/dist/src/Services/FieldsService.d.ts +23 -0
  56. package/dist/src/Services/FieldsService.d.ts.map +1 -0
  57. package/dist/src/Services/FileService.d.ts +40 -0
  58. package/dist/src/Services/FileService.d.ts.map +1 -0
  59. package/dist/src/Services/FileServiceProviders/AWSFileServiceProvider.d.ts +4 -0
  60. package/dist/src/Services/FileServiceProviders/AWSFileServiceProvider.d.ts.map +1 -0
  61. package/dist/src/Services/FileServiceProviders/FileServiceProvider.d.ts +11 -0
  62. package/dist/src/Services/FileServiceProviders/FileServiceProvider.d.ts.map +1 -0
  63. package/dist/src/Services/FileServiceProviders/VaultFileServiceProvider.d.ts +24 -0
  64. package/dist/src/Services/FileServiceProviders/VaultFileServiceProvider.d.ts.map +1 -0
  65. package/dist/src/Services/FormService.d.ts +22 -0
  66. package/dist/src/Services/FormService.d.ts.map +1 -0
  67. package/dist/src/Services/HospitalService.d.ts +5 -0
  68. package/dist/src/Services/HospitalService.d.ts.map +1 -0
  69. package/dist/src/Services/I18nService.d.ts +23 -0
  70. package/dist/src/Services/I18nService.d.ts.map +1 -0
  71. package/dist/src/Services/LambdaService.d.ts +16 -0
  72. package/dist/src/Services/LambdaService.d.ts.map +1 -0
  73. package/dist/src/Services/MobileService.d.ts +14 -0
  74. package/dist/src/Services/MobileService.d.ts.map +1 -0
  75. package/dist/src/Services/NotificationService.d.ts +15 -0
  76. package/dist/src/Services/NotificationService.d.ts.map +1 -0
  77. package/dist/src/Services/PatientJourneyService.d.ts +37 -0
  78. package/dist/src/Services/PatientJourneyService.d.ts.map +1 -0
  79. package/dist/src/Services/PatientService.d.ts +28 -0
  80. package/dist/src/Services/PatientService.d.ts.map +1 -0
  81. package/dist/src/Services/PerseedAPIService.d.ts +12 -0
  82. package/dist/src/Services/PerseedAPIService.d.ts.map +1 -0
  83. package/dist/src/Services/PerseedEcosystemService.d.ts +7 -0
  84. package/dist/src/Services/PerseedEcosystemService.d.ts.map +1 -0
  85. package/dist/src/Services/PerseedService.d.ts +7 -0
  86. package/dist/src/Services/PerseedService.d.ts.map +1 -0
  87. package/dist/src/Services/ProcessLogService.d.ts +10 -0
  88. package/dist/src/Services/ProcessLogService.d.ts.map +1 -0
  89. package/dist/src/Services/ProfilingService.d.ts +6 -0
  90. package/dist/src/Services/ProfilingService.d.ts.map +1 -0
  91. package/dist/src/Services/ProjectService.d.ts +25 -0
  92. package/dist/src/Services/ProjectService.d.ts.map +1 -0
  93. package/dist/src/Services/PublisherService.d.ts +8 -0
  94. package/dist/src/Services/PublisherService.d.ts.map +1 -0
  95. package/dist/src/Services/QueryService.d.ts +17 -0
  96. package/dist/src/Services/QueryService.d.ts.map +1 -0
  97. package/dist/src/Services/QuestionnaireService.d.ts +12 -0
  98. package/dist/src/Services/QuestionnaireService.d.ts.map +1 -0
  99. package/dist/src/Services/RabbitQueueService.d.ts +9 -0
  100. package/dist/src/Services/RabbitQueueService.d.ts.map +1 -0
  101. package/dist/src/Services/RedisCacheService.d.ts +24 -0
  102. package/dist/src/Services/RedisCacheService.d.ts.map +1 -0
  103. package/dist/src/Services/RedisQueueService.d.ts +19 -0
  104. package/dist/src/Services/RedisQueueService.d.ts.map +1 -0
  105. package/dist/src/Services/SMSNotificationsService.d.ts +9 -0
  106. package/dist/src/Services/SMSNotificationsService.d.ts.map +1 -0
  107. package/dist/src/Services/ScheduledTasksService.d.ts +5 -0
  108. package/dist/src/Services/ScheduledTasksService.d.ts.map +1 -0
  109. package/dist/src/Services/Search/EmptyArray.d.ts +6 -0
  110. package/dist/src/Services/Search/EmptyArray.d.ts.map +1 -0
  111. package/dist/src/Services/Search/JsonParser.d.ts +6 -0
  112. package/dist/src/Services/Search/JsonParser.d.ts.map +1 -0
  113. package/dist/src/Services/Search/LogicalOperator.d.ts +8 -0
  114. package/dist/src/Services/Search/LogicalOperator.d.ts.map +1 -0
  115. package/dist/src/Services/Search/QueryBuilder.d.ts +9 -0
  116. package/dist/src/Services/Search/QueryBuilder.d.ts.map +1 -0
  117. package/dist/src/Services/Search/SearchParamValidator.d.ts +6 -0
  118. package/dist/src/Services/Search/SearchParamValidator.d.ts.map +1 -0
  119. package/dist/src/Services/Search/ValuesDb.d.ts +8 -0
  120. package/dist/src/Services/Search/ValuesDb.d.ts.map +1 -0
  121. package/dist/src/Services/SearchService.d.ts +8 -0
  122. package/dist/src/Services/SearchService.d.ts.map +1 -0
  123. package/dist/src/Services/SelectionFieldsService.d.ts +10 -0
  124. package/dist/src/Services/SelectionFieldsService.d.ts.map +1 -0
  125. package/dist/src/Services/SignedCookies/SignedCookies.d.ts +10 -0
  126. package/dist/src/Services/SignedCookies/SignedCookies.d.ts.map +1 -0
  127. package/dist/src/Services/SignedCookies/Validator.d.ts +17 -0
  128. package/dist/src/Services/SignedCookies/Validator.d.ts.map +1 -0
  129. package/dist/src/Services/TaskService.d.ts +11 -0
  130. package/dist/src/Services/TaskService.d.ts.map +1 -0
  131. package/dist/src/Services/TemplateService.d.ts +26 -0
  132. package/dist/src/Services/TemplateService.d.ts.map +1 -0
  133. package/dist/src/Services/TokenService.d.ts +7 -0
  134. package/dist/src/Services/TokenService.d.ts.map +1 -0
  135. package/dist/src/Services/TriggerService.d.ts +27 -0
  136. package/dist/src/Services/TriggerService.d.ts.map +1 -0
  137. package/dist/src/Services/TrxService.d.ts +25 -0
  138. package/dist/src/Services/TrxService.d.ts.map +1 -0
  139. package/dist/src/Services/UserService.d.ts +85 -0
  140. package/dist/src/Services/UserService.d.ts.map +1 -0
  141. package/dist/src/Services/ValidatorService.d.ts +12 -0
  142. package/dist/src/Services/ValidatorService.d.ts.map +1 -0
  143. package/dist/src/Services/cryptService.d.ts +6 -0
  144. package/dist/src/Services/cryptService.d.ts.map +1 -0
  145. package/dist/src/Services/tasks/InsertAggregateData.d.ts +5 -0
  146. package/dist/src/Services/tasks/InsertAggregateData.d.ts.map +1 -0
  147. package/dist/src/app.d.ts +4 -0
  148. package/dist/src/app.d.ts.map +1 -0
  149. package/dist/src/config/apiPublicKey.d.ts +5 -0
  150. package/dist/src/config/apiPublicKey.d.ts.map +1 -0
  151. package/dist/src/config/config.d.ts +28 -0
  152. package/dist/src/config/config.d.ts.map +1 -0
  153. package/dist/src/config/credentials/local.d.ts +3 -0
  154. package/dist/src/config/credentials/local.d.ts.map +1 -0
  155. package/dist/src/config/credentials/local_tmp.d.ts +3 -0
  156. package/dist/src/config/credentials/local_tmp.d.ts.map +1 -0
  157. package/dist/src/config/credentials/preproduction.d.ts +3 -0
  158. package/dist/src/config/credentials/preproduction.d.ts.map +1 -0
  159. package/dist/src/config/credentials/production.d.ts +3 -0
  160. package/dist/src/config/credentials/production.d.ts.map +1 -0
  161. package/dist/src/config/credentials/template.d.ts +3 -0
  162. package/dist/src/config/credentials/template.d.ts.map +1 -0
  163. package/dist/src/config/credentials/test.d.ts +110 -0
  164. package/dist/src/config/credentials/test.d.ts.map +1 -0
  165. package/dist/src/config/credentials/testing.d.ts +3 -0
  166. package/dist/src/config/credentials/testing.d.ts.map +1 -0
  167. package/dist/src/config/crypto.d.ts +13 -0
  168. package/dist/src/config/crypto.d.ts.map +1 -0
  169. package/dist/src/config/excludeFromQuery.d.ts +3 -0
  170. package/dist/src/config/excludeFromQuery.d.ts.map +1 -0
  171. package/dist/src/config/fileConfig.d.ts +12 -0
  172. package/dist/src/config/fileConfig.d.ts.map +1 -0
  173. package/dist/src/config/marketLinks.d.ts +8 -0
  174. package/dist/src/config/marketLinks.d.ts.map +1 -0
  175. package/dist/src/config/perseedAPI.d.ts +28 -0
  176. package/dist/src/config/perseedAPI.d.ts.map +1 -0
  177. package/dist/src/config/perseedCredentials.d.ts +117 -0
  178. package/dist/src/config/perseedCredentials.d.ts.map +1 -0
  179. package/dist/src/config/publicPath.d.ts +29 -0
  180. package/dist/src/config/publicPath.d.ts.map +1 -0
  181. package/dist/src/constants/Exporter.d.ts +12 -0
  182. package/dist/src/constants/Exporter.d.ts.map +1 -0
  183. package/dist/src/constants/Forms.d.ts +494 -0
  184. package/dist/src/constants/Forms.d.ts.map +1 -0
  185. package/dist/src/constants/NotifiedTypes.d.ts +9 -0
  186. package/dist/src/constants/NotifiedTypes.d.ts.map +1 -0
  187. package/dist/src/constants/PhoneCodes.d.ts +4 -0
  188. package/dist/src/constants/PhoneCodes.d.ts.map +1 -0
  189. package/dist/src/constants/Questionnaire.d.ts +57 -0
  190. package/dist/src/constants/Questionnaire.d.ts.map +1 -0
  191. package/dist/src/constants/Role.d.ts +7 -0
  192. package/dist/src/constants/Role.d.ts.map +1 -0
  193. package/dist/src/constants/SeedPrivilege.d.ts +51 -0
  194. package/dist/src/constants/SeedPrivilege.d.ts.map +1 -0
  195. package/dist/src/constants/UserProfile.d.ts +4 -0
  196. package/dist/src/constants/UserProfile.d.ts.map +1 -0
  197. package/dist/src/constants/View.d.ts +8 -0
  198. package/dist/src/constants/View.d.ts.map +1 -0
  199. package/dist/src/constants/datesFormats.d.ts +7 -0
  200. package/dist/src/constants/datesFormats.d.ts.map +1 -0
  201. package/dist/src/constants/index.d.ts +11 -0
  202. package/dist/src/constants/index.d.ts.map +1 -0
  203. package/dist/src/controllers/ApiActionController.d.ts +8 -0
  204. package/dist/src/controllers/ApiActionController.d.ts.map +1 -0
  205. package/dist/src/controllers/AuthController.d.ts +107 -0
  206. package/dist/src/controllers/AuthController.d.ts.map +1 -0
  207. package/dist/src/controllers/BulkUploadController.d.ts +6 -0
  208. package/dist/src/controllers/BulkUploadController.d.ts.map +1 -0
  209. package/dist/src/controllers/CalendarController.d.ts +36 -0
  210. package/dist/src/controllers/CalendarController.d.ts.map +1 -0
  211. package/dist/src/controllers/ConfigController.d.ts +15 -0
  212. package/dist/src/controllers/ConfigController.d.ts.map +1 -0
  213. package/dist/src/controllers/DashboardWidgetController.d.ts +10 -0
  214. package/dist/src/controllers/DashboardWidgetController.d.ts.map +1 -0
  215. package/dist/src/controllers/DocumentsController.d.ts +11 -0
  216. package/dist/src/controllers/DocumentsController.d.ts.map +1 -0
  217. package/dist/src/controllers/FileController.d.ts +15 -0
  218. package/dist/src/controllers/FileController.d.ts.map +1 -0
  219. package/dist/src/controllers/FormController.d.ts +49 -0
  220. package/dist/src/controllers/FormController.d.ts.map +1 -0
  221. package/dist/src/controllers/HealhDataController.d.ts +6 -0
  222. package/dist/src/controllers/HealhDataController.d.ts.map +1 -0
  223. package/dist/src/controllers/HospitalController.d.ts +7 -0
  224. package/dist/src/controllers/HospitalController.d.ts.map +1 -0
  225. package/dist/src/controllers/IntrospectionController.d.ts +9 -0
  226. package/dist/src/controllers/IntrospectionController.d.ts.map +1 -0
  227. package/dist/src/controllers/MobileController.d.ts +42 -0
  228. package/dist/src/controllers/MobileController.d.ts.map +1 -0
  229. package/dist/src/controllers/PatientController.d.ts +42 -0
  230. package/dist/src/controllers/PatientController.d.ts.map +1 -0
  231. package/dist/src/controllers/ProcessLogController.d.ts +8 -0
  232. package/dist/src/controllers/ProcessLogController.d.ts.map +1 -0
  233. package/dist/src/controllers/ProjectController.d.ts +26 -0
  234. package/dist/src/controllers/ProjectController.d.ts.map +1 -0
  235. package/dist/src/controllers/QueryController.d.ts +9 -0
  236. package/dist/src/controllers/QueryController.d.ts.map +1 -0
  237. package/dist/src/controllers/ReportController.d.ts +8 -0
  238. package/dist/src/controllers/ReportController.d.ts.map +1 -0
  239. package/dist/src/controllers/SelfRegistrationCodeController.d.ts +7 -0
  240. package/dist/src/controllers/SelfRegistrationCodeController.d.ts.map +1 -0
  241. package/dist/src/controllers/SubformController.d.ts +9 -0
  242. package/dist/src/controllers/SubformController.d.ts.map +1 -0
  243. package/dist/src/controllers/TokenController.d.ts +6 -0
  244. package/dist/src/controllers/TokenController.d.ts.map +1 -0
  245. package/dist/src/controllers/TriggerController.d.ts +11 -0
  246. package/dist/src/controllers/TriggerController.d.ts.map +1 -0
  247. package/dist/src/controllers/UserController.d.ts +33 -0
  248. package/dist/src/controllers/UserController.d.ts.map +1 -0
  249. package/dist/src/controllers/forms/NextController.d.ts +7 -0
  250. package/dist/src/controllers/forms/NextController.d.ts.map +1 -0
  251. package/dist/src/controllers/forms/QuestionnaireController.d.ts +52 -0
  252. package/dist/src/controllers/forms/QuestionnaireController.d.ts.map +1 -0
  253. package/dist/src/errors/ApiError.d.ts +32 -0
  254. package/dist/src/errors/ApiError.d.ts.map +1 -0
  255. package/dist/src/errors/EcosystemPoolError.d.ts +5 -0
  256. package/dist/src/errors/EcosystemPoolError.d.ts.map +1 -0
  257. package/dist/src/errors/EmailNotFoundError.d.ts +5 -0
  258. package/dist/src/errors/EmailNotFoundError.d.ts.map +1 -0
  259. package/dist/src/errors/PatientNotFoundError.d.ts +5 -0
  260. package/dist/src/errors/PatientNotFoundError.d.ts.map +1 -0
  261. package/dist/src/errors/PerseedPoolError.d.ts +5 -0
  262. package/dist/src/errors/PerseedPoolError.d.ts.map +1 -0
  263. package/dist/src/errors/ProjectPoolError.d.ts +5 -0
  264. package/dist/src/errors/ProjectPoolError.d.ts.map +1 -0
  265. package/dist/src/errors/QuestionnaireLockedError.d.ts +5 -0
  266. package/dist/src/errors/QuestionnaireLockedError.d.ts.map +1 -0
  267. package/dist/src/errors/SQLError.d.ts +6 -0
  268. package/dist/src/errors/SQLError.d.ts.map +1 -0
  269. package/dist/src/errors/public/PublicApiError.d.ts +7 -0
  270. package/dist/src/errors/public/PublicApiError.d.ts.map +1 -0
  271. package/dist/src/errors/public/PublicConflictError.d.ts +5 -0
  272. package/dist/src/errors/public/PublicConflictError.d.ts.map +1 -0
  273. package/dist/src/errors/public/PublicForbiddenError.d.ts +5 -0
  274. package/dist/src/errors/public/PublicForbiddenError.d.ts.map +1 -0
  275. package/dist/src/errors/public/PublicFormNotFoundError.d.ts +5 -0
  276. package/dist/src/errors/public/PublicFormNotFoundError.d.ts.map +1 -0
  277. package/dist/src/errors/public/PublicFormatNotAllowedError.d.ts +5 -0
  278. package/dist/src/errors/public/PublicFormatNotAllowedError.d.ts.map +1 -0
  279. package/dist/src/errors/public/PublicInvalidTokenError.d.ts +6 -0
  280. package/dist/src/errors/public/PublicInvalidTokenError.d.ts.map +1 -0
  281. package/dist/src/errors/public/PublicMFAError.d.ts +6 -0
  282. package/dist/src/errors/public/PublicMFAError.d.ts.map +1 -0
  283. package/dist/src/errors/public/PublicNotFoundError.d.ts +5 -0
  284. package/dist/src/errors/public/PublicNotFoundError.d.ts.map +1 -0
  285. package/dist/src/errors/public/PublicPermissionsError.d.ts +5 -0
  286. package/dist/src/errors/public/PublicPermissionsError.d.ts.map +1 -0
  287. package/dist/src/errors/public/PublicValidateError.d.ts +6 -0
  288. package/dist/src/errors/public/PublicValidateError.d.ts.map +1 -0
  289. package/dist/src/helpers/builders/fields.d.ts +3 -0
  290. package/dist/src/helpers/builders/fields.d.ts.map +1 -0
  291. package/dist/src/helpers/builders/index.d.ts +3 -0
  292. package/dist/src/helpers/builders/index.d.ts.map +1 -0
  293. package/dist/src/helpers/dashboards.d.ts +19 -0
  294. package/dist/src/helpers/dashboards.d.ts.map +1 -0
  295. package/dist/src/helpers/dates.d.ts +21 -0
  296. package/dist/src/helpers/dates.d.ts.map +1 -0
  297. package/dist/src/helpers/error.d.ts +6 -0
  298. package/dist/src/helpers/error.d.ts.map +1 -0
  299. package/dist/src/helpers/handlebarsHelper.d.ts +7 -0
  300. package/dist/src/helpers/handlebarsHelper.d.ts.map +1 -0
  301. package/dist/src/helpers/index.d.ts +10 -0
  302. package/dist/src/helpers/index.d.ts.map +1 -0
  303. package/dist/src/helpers/paging.d.ts +7 -0
  304. package/dist/src/helpers/paging.d.ts.map +1 -0
  305. package/dist/src/helpers/requests.d.ts +2 -0
  306. package/dist/src/helpers/requests.d.ts.map +1 -0
  307. package/dist/src/helpers/sql.d.ts +17 -0
  308. package/dist/src/helpers/sql.d.ts.map +1 -0
  309. package/dist/src/helpers/strings.d.ts +16 -0
  310. package/dist/src/helpers/strings.d.ts.map +1 -0
  311. package/dist/src/instrument.d.ts +2 -0
  312. package/dist/src/instrument.d.ts.map +1 -0
  313. package/dist/src/lib/HandlebarsAsyncHelper/AsyncHelpers.d.ts +3 -0
  314. package/dist/src/lib/HandlebarsAsyncHelper/AsyncHelpers.d.ts.map +1 -0
  315. package/dist/src/lib.d.ts +8 -0
  316. package/dist/src/lib.d.ts.map +1 -0
  317. package/dist/src/log/debug.d.ts +5 -0
  318. package/dist/src/log/debug.d.ts.map +1 -0
  319. package/dist/src/middlewares/httpContext.d.ts +21 -0
  320. package/dist/src/middlewares/httpContext.d.ts.map +1 -0
  321. package/dist/src/middlewares/scopes.d.ts +11 -0
  322. package/dist/src/middlewares/scopes.d.ts.map +1 -0
  323. package/dist/src/middlewares/security.d.ts +2 -0
  324. package/dist/src/middlewares/security.d.ts.map +1 -0
  325. package/dist/src/middlewares/validator.d.ts +6 -0
  326. package/dist/src/middlewares/validator.d.ts.map +1 -0
  327. package/dist/src/models/BaseModel.d.ts +8 -0
  328. package/dist/src/models/BaseModel.d.ts.map +1 -0
  329. package/dist/src/models/EcosystemUsers.d.ts +207 -0
  330. package/dist/src/models/EcosystemUsers.d.ts.map +1 -0
  331. package/dist/src/models/ecosystem/BatchUserData.d.ts +25 -0
  332. package/dist/src/models/ecosystem/BatchUserData.d.ts.map +1 -0
  333. package/dist/src/models/ecosystem/Clinic.d.ts +106 -0
  334. package/dist/src/models/ecosystem/Clinic.d.ts.map +1 -0
  335. package/dist/src/models/ecosystem/ConsentFilled.d.ts +52 -0
  336. package/dist/src/models/ecosystem/ConsentFilled.d.ts.map +1 -0
  337. package/dist/src/models/ecosystem/ConsentGeneral.d.ts +66 -0
  338. package/dist/src/models/ecosystem/ConsentGeneral.d.ts.map +1 -0
  339. package/dist/src/models/ecosystem/ConsentGroupMeta.d.ts +50 -0
  340. package/dist/src/models/ecosystem/ConsentGroupMeta.d.ts.map +1 -0
  341. package/dist/src/models/ecosystem/ConsentMeta.d.ts +39 -0
  342. package/dist/src/models/ecosystem/ConsentMeta.d.ts.map +1 -0
  343. package/dist/src/models/ecosystem/ConsentMetaFilled.d.ts +25 -0
  344. package/dist/src/models/ecosystem/ConsentMetaFilled.d.ts.map +1 -0
  345. package/dist/src/models/ecosystem/DashboardWidget.d.ts +125 -0
  346. package/dist/src/models/ecosystem/DashboardWidget.d.ts.map +1 -0
  347. package/dist/src/models/ecosystem/DashboardWidgetBlock.d.ts +52 -0
  348. package/dist/src/models/ecosystem/DashboardWidgetBlock.d.ts.map +1 -0
  349. package/dist/src/models/ecosystem/DeletionAudit.d.ts +65 -0
  350. package/dist/src/models/ecosystem/DeletionAudit.d.ts.map +1 -0
  351. package/dist/src/models/ecosystem/Ecosystem.d.ts +56 -0
  352. package/dist/src/models/ecosystem/Ecosystem.d.ts.map +1 -0
  353. package/dist/src/models/ecosystem/EcosystemConfig.d.ts +45 -0
  354. package/dist/src/models/ecosystem/EcosystemConfig.d.ts.map +1 -0
  355. package/dist/src/models/ecosystem/EcosystemUsers.d.ts +13 -0
  356. package/dist/src/models/ecosystem/EcosystemUsers.d.ts.map +1 -0
  357. package/dist/src/models/ecosystem/EmailTemplate.d.ts +66 -0
  358. package/dist/src/models/ecosystem/EmailTemplate.d.ts.map +1 -0
  359. package/dist/src/models/ecosystem/ExternalProject.d.ts +36 -0
  360. package/dist/src/models/ecosystem/ExternalProject.d.ts.map +1 -0
  361. package/dist/src/models/ecosystem/NotificationConfiguration.d.ts +117 -0
  362. package/dist/src/models/ecosystem/NotificationConfiguration.d.ts.map +1 -0
  363. package/dist/src/models/ecosystem/NotificationInfo.d.ts +90 -0
  364. package/dist/src/models/ecosystem/NotificationInfo.d.ts.map +1 -0
  365. package/dist/src/models/ecosystem/NotificationLog.d.ts +222 -0
  366. package/dist/src/models/ecosystem/NotificationLog.d.ts.map +1 -0
  367. package/dist/src/models/ecosystem/NotificationTemplate.d.ts +78 -0
  368. package/dist/src/models/ecosystem/NotificationTemplate.d.ts.map +1 -0
  369. package/dist/src/models/ecosystem/NotificationUserStatus.d.ts +60 -0
  370. package/dist/src/models/ecosystem/NotificationUserStatus.d.ts.map +1 -0
  371. package/dist/src/models/ecosystem/Outcome.d.ts +76 -0
  372. package/dist/src/models/ecosystem/Outcome.d.ts.map +1 -0
  373. package/dist/src/models/ecosystem/PerseedNotificationTemplate.d.ts +79 -0
  374. package/dist/src/models/ecosystem/PerseedNotificationTemplate.d.ts.map +1 -0
  375. package/dist/src/models/ecosystem/ProcessLog.d.ts +116 -0
  376. package/dist/src/models/ecosystem/ProcessLog.d.ts.map +1 -0
  377. package/dist/src/models/ecosystem/Profiling.d.ts +159 -0
  378. package/dist/src/models/ecosystem/Profiling.d.ts.map +1 -0
  379. package/dist/src/models/ecosystem/ProfilingAddRepeatCrf.d.ts +23 -0
  380. package/dist/src/models/ecosystem/ProfilingAddRepeatCrf.d.ts.map +1 -0
  381. package/dist/src/models/ecosystem/ProfilingConsent.d.ts +51 -0
  382. package/dist/src/models/ecosystem/ProfilingConsent.d.ts.map +1 -0
  383. package/dist/src/models/ecosystem/ProfilingDashboard.d.ts +30 -0
  384. package/dist/src/models/ecosystem/ProfilingDashboard.d.ts.map +1 -0
  385. package/dist/src/models/ecosystem/ProfilingDeleteRepeatCrf.d.ts +23 -0
  386. package/dist/src/models/ecosystem/ProfilingDeleteRepeatCrf.d.ts.map +1 -0
  387. package/dist/src/models/ecosystem/ProfilingEnableCp.d.ts +27 -0
  388. package/dist/src/models/ecosystem/ProfilingEnableCp.d.ts.map +1 -0
  389. package/dist/src/models/ecosystem/ProfilingPrivilegeDenied.d.ts +27 -0
  390. package/dist/src/models/ecosystem/ProfilingPrivilegeDenied.d.ts.map +1 -0
  391. package/dist/src/models/ecosystem/ProfilingSeedPrivilege.d.ts +33 -0
  392. package/dist/src/models/ecosystem/ProfilingSeedPrivilege.d.ts.map +1 -0
  393. package/dist/src/models/ecosystem/ProfilingSelected.d.ts +31 -0
  394. package/dist/src/models/ecosystem/ProfilingSelected.d.ts.map +1 -0
  395. package/dist/src/models/ecosystem/Project.d.ts +158 -0
  396. package/dist/src/models/ecosystem/Project.d.ts.map +1 -0
  397. package/dist/src/models/ecosystem/ProjectClinic.d.ts +34 -0
  398. package/dist/src/models/ecosystem/ProjectClinic.d.ts.map +1 -0
  399. package/dist/src/models/ecosystem/Role.d.ts +24 -0
  400. package/dist/src/models/ecosystem/Role.d.ts.map +1 -0
  401. package/dist/src/models/ecosystem/Seed.d.ts +46 -0
  402. package/dist/src/models/ecosystem/Seed.d.ts.map +1 -0
  403. package/dist/src/models/ecosystem/SeedPrivilege.d.ts +79 -0
  404. package/dist/src/models/ecosystem/SeedPrivilege.d.ts.map +1 -0
  405. package/dist/src/models/ecosystem/SelfRegistrationCode.d.ts +63 -0
  406. package/dist/src/models/ecosystem/SelfRegistrationCode.d.ts.map +1 -0
  407. package/dist/src/models/ecosystem/Tokens.d.ts +56 -0
  408. package/dist/src/models/ecosystem/Tokens.d.ts.map +1 -0
  409. package/dist/src/models/ecosystem/User.d.ts +349 -0
  410. package/dist/src/models/ecosystem/User.d.ts.map +1 -0
  411. package/dist/src/models/ecosystem/UserClinic.d.ts +44 -0
  412. package/dist/src/models/ecosystem/UserClinic.d.ts.map +1 -0
  413. package/dist/src/models/ecosystem/UserEcosystem.d.ts +23 -0
  414. package/dist/src/models/ecosystem/UserEcosystem.d.ts.map +1 -0
  415. package/dist/src/models/ecosystem/UserMobileApp.d.ts +57 -0
  416. package/dist/src/models/ecosystem/UserMobileApp.d.ts.map +1 -0
  417. package/dist/src/models/ecosystem/UserPatient.d.ts +83 -0
  418. package/dist/src/models/ecosystem/UserPatient.d.ts.map +1 -0
  419. package/dist/src/models/ecosystem/UserProfile.d.ts +160 -0
  420. package/dist/src/models/ecosystem/UserProfile.d.ts.map +1 -0
  421. package/dist/src/models/ecosystem/UserProfiling.d.ts +53 -0
  422. package/dist/src/models/ecosystem/UserProfiling.d.ts.map +1 -0
  423. package/dist/src/models/ecosystem/UserProject.d.ts +42 -0
  424. package/dist/src/models/ecosystem/UserProject.d.ts.map +1 -0
  425. package/dist/src/models/ecosystem/UserRole.d.ts +37 -0
  426. package/dist/src/models/ecosystem/UserRole.d.ts.map +1 -0
  427. package/dist/src/models/ecosystem/UserTrustedAccess.d.ts +59 -0
  428. package/dist/src/models/ecosystem/UserTrustedAccess.d.ts.map +1 -0
  429. package/dist/src/models/perseed/MFACode.d.ts +45 -0
  430. package/dist/src/models/perseed/MFACode.d.ts.map +1 -0
  431. package/dist/src/models/perseed/PerseedEcosystem.d.ts +54 -0
  432. package/dist/src/models/perseed/PerseedEcosystem.d.ts.map +1 -0
  433. package/dist/src/models/perseed/PerseedEmailTemplate.d.ts +8 -0
  434. package/dist/src/models/perseed/PerseedEmailTemplate.d.ts.map +1 -0
  435. package/dist/src/models/perseed/RawHealthRecord.d.ts +49 -0
  436. package/dist/src/models/perseed/RawHealthRecord.d.ts.map +1 -0
  437. package/dist/src/models/perseed/ScheduledTasks.d.ts +86 -0
  438. package/dist/src/models/perseed/ScheduledTasks.d.ts.map +1 -0
  439. package/dist/src/models/perseed/ScheduledTasksLog.d.ts +59 -0
  440. package/dist/src/models/perseed/ScheduledTasksLog.d.ts.map +1 -0
  441. package/dist/src/models/perseed/UserSettings.d.ts +91 -0
  442. package/dist/src/models/perseed/UserSettings.d.ts.map +1 -0
  443. package/dist/src/models/project/AbstractDisplayer.d.ts +34 -0
  444. package/dist/src/models/project/AbstractDisplayer.d.ts.map +1 -0
  445. package/dist/src/models/project/BulkUpload.d.ts +94 -0
  446. package/dist/src/models/project/BulkUpload.d.ts.map +1 -0
  447. package/dist/src/models/project/Categories.d.ts +18 -0
  448. package/dist/src/models/project/Categories.d.ts.map +1 -0
  449. package/dist/src/models/project/ConfigurationPatient.d.ts +56 -0
  450. package/dist/src/models/project/ConfigurationPatient.d.ts.map +1 -0
  451. package/dist/src/models/project/DesignerCrf.d.ts +290 -0
  452. package/dist/src/models/project/DesignerCrf.d.ts.map +1 -0
  453. package/dist/src/models/project/DesignerCrfMeta.d.ts +52 -0
  454. package/dist/src/models/project/DesignerCrfMeta.d.ts.map +1 -0
  455. package/dist/src/models/project/DesignerField.d.ts +222 -0
  456. package/dist/src/models/project/DesignerField.d.ts.map +1 -0
  457. package/dist/src/models/project/DesignerFieldMeta.d.ts +60 -0
  458. package/dist/src/models/project/DesignerFieldMeta.d.ts.map +1 -0
  459. package/dist/src/models/project/Displayer.d.ts +14 -0
  460. package/dist/src/models/project/Displayer.d.ts.map +1 -0
  461. package/dist/src/models/project/DisplayerMeta.d.ts +77 -0
  462. package/dist/src/models/project/DisplayerMeta.d.ts.map +1 -0
  463. package/dist/src/models/project/DisplayerMetaInfo.d.ts +44 -0
  464. package/dist/src/models/project/DisplayerMetaInfo.d.ts.map +1 -0
  465. package/dist/src/models/project/DisplayerPatient.d.ts +13 -0
  466. package/dist/src/models/project/DisplayerPatient.d.ts.map +1 -0
  467. package/dist/src/models/project/DisplayerSubformReference.d.ts +39 -0
  468. package/dist/src/models/project/DisplayerSubformReference.d.ts.map +1 -0
  469. package/dist/src/models/project/ExporterAudit.d.ts +104 -0
  470. package/dist/src/models/project/ExporterAudit.d.ts.map +1 -0
  471. package/dist/src/models/project/ExporterConfigNew.d.ts +28 -0
  472. package/dist/src/models/project/ExporterConfigNew.d.ts.map +1 -0
  473. package/dist/src/models/project/ExternalDisplayerCrf.d.ts +39 -0
  474. package/dist/src/models/project/ExternalDisplayerCrf.d.ts.map +1 -0
  475. package/dist/src/models/project/ExternalPatientProject.d.ts +63 -0
  476. package/dist/src/models/project/ExternalPatientProject.d.ts.map +1 -0
  477. package/dist/src/models/project/ExternalProjectFields.d.ts +26 -0
  478. package/dist/src/models/project/ExternalProjectFields.d.ts.map +1 -0
  479. package/dist/src/models/project/PatientPrograms.d.ts +91 -0
  480. package/dist/src/models/project/PatientPrograms.d.ts.map +1 -0
  481. package/dist/src/models/project/QueryDiscussion.d.ts +125 -0
  482. package/dist/src/models/project/QueryDiscussion.d.ts.map +1 -0
  483. package/dist/src/models/project/QueryDiscussionDes.d.ts +74 -0
  484. package/dist/src/models/project/QueryDiscussionDes.d.ts.map +1 -0
  485. package/dist/src/models/project/QuestionariesInfo.d.ts +300 -0
  486. package/dist/src/models/project/QuestionariesInfo.d.ts.map +1 -0
  487. package/dist/src/models/project/QuestionnairesInfoLog.d.ts +182 -0
  488. package/dist/src/models/project/QuestionnairesInfoLog.d.ts.map +1 -0
  489. package/dist/src/models/project/UploaderCategory.d.ts +27 -0
  490. package/dist/src/models/project/UploaderCategory.d.ts.map +1 -0
  491. package/dist/src/models/project/UploaderDocument.d.ts +86 -0
  492. package/dist/src/models/project/UploaderDocument.d.ts.map +1 -0
  493. package/dist/src/models/project/UploaderDocumentCategory.d.ts +48 -0
  494. package/dist/src/models/project/UploaderDocumentCategory.d.ts.map +1 -0
  495. package/dist/src/models/request/RequestContext.d.ts +89 -0
  496. package/dist/src/models/request/RequestContext.d.ts.map +1 -0
  497. package/dist/src/models/virtual/AuthenticationSecurity.d.ts +16 -0
  498. package/dist/src/models/virtual/AuthenticationSecurity.d.ts.map +1 -0
  499. package/dist/src/models/virtual/CRFs/meta/DependenceCRF.d.ts +16 -0
  500. package/dist/src/models/virtual/CRFs/meta/DependenceCRF.d.ts.map +1 -0
  501. package/dist/src/models/virtual/FieldValue.d.ts +22 -0
  502. package/dist/src/models/virtual/FieldValue.d.ts.map +1 -0
  503. package/dist/src/models/virtual/FormValue.d.ts +13 -0
  504. package/dist/src/models/virtual/FormValue.d.ts.map +1 -0
  505. package/dist/src/models/virtual/QuestionnaireCrf.d.ts +74 -0
  506. package/dist/src/models/virtual/QuestionnaireCrf.d.ts.map +1 -0
  507. package/dist/src/models/virtual/fields/meta/Dependence.d.ts +14 -0
  508. package/dist/src/models/virtual/fields/meta/Dependence.d.ts.map +1 -0
  509. package/dist/src/models/virtual/fields/meta/dependence/ConditionLine.d.ts +40 -0
  510. package/dist/src/models/virtual/fields/meta/dependence/ConditionLine.d.ts.map +1 -0
  511. package/dist/src/module.d.ts +32 -0
  512. package/dist/src/overrides.d.ts +9 -0
  513. package/dist/src/routes/auth/autohooks.d.ts +4 -0
  514. package/dist/src/routes/auth/autohooks.d.ts.map +1 -0
  515. package/dist/src/routes/auth/index.d.ts +4 -0
  516. package/dist/src/routes/auth/index.d.ts.map +1 -0
  517. package/dist/src/routes/ecosystem/_ecosystemName/clinic/index.d.ts +4 -0
  518. package/dist/src/routes/ecosystem/_ecosystemName/clinic/index.d.ts.map +1 -0
  519. package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/_id/index.d.ts +4 -0
  520. package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/_id/index.d.ts.map +1 -0
  521. package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/index.d.ts +4 -0
  522. package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/index.d.ts.map +1 -0
  523. package/dist/src/routes/ecosystem/_ecosystemName/heartbeat/index.d.ts +4 -0
  524. package/dist/src/routes/ecosystem/_ecosystemName/heartbeat/index.d.ts.map +1 -0
  525. package/dist/src/routes/ecosystem/_ecosystemName/hospital/index.d.ts +7 -0
  526. package/dist/src/routes/ecosystem/_ecosystemName/hospital/index.d.ts.map +1 -0
  527. package/dist/src/routes/ecosystem/_ecosystemName/processLog/_id/index.d.ts +4 -0
  528. package/dist/src/routes/ecosystem/_ecosystemName/processLog/_id/index.d.ts.map +1 -0
  529. package/dist/src/routes/ecosystem/_ecosystemName/processLog/index.d.ts +4 -0
  530. package/dist/src/routes/ecosystem/_ecosystemName/processLog/index.d.ts.map +1 -0
  531. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts +4 -0
  532. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts.map +1 -0
  533. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/autohooks.d.ts +4 -0
  534. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/autohooks.d.ts.map +1 -0
  535. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/index.d.ts +4 -0
  536. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/index.d.ts.map +1 -0
  537. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/index.d.ts +4 -0
  538. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/index.d.ts.map +1 -0
  539. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/config/index.d.ts +4 -0
  540. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/config/index.d.ts.map +1 -0
  541. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/_id/index.d.ts +4 -0
  542. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/_id/index.d.ts.map +1 -0
  543. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/index.d.ts +4 -0
  544. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/index.d.ts.map +1 -0
  545. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/form/_formName/index.d.ts +4 -0
  546. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/form/_formName/index.d.ts.map +1 -0
  547. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/index.d.ts +4 -0
  548. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/index.d.ts.map +1 -0
  549. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/autohooks.d.ts +4 -0
  550. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/autohooks.d.ts.map +1 -0
  551. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/index.d.ts +4 -0
  552. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/index.d.ts.map +1 -0
  553. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/autohooks.d.ts +4 -0
  554. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/autohooks.d.ts.map +1 -0
  555. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/index.d.ts +4 -0
  556. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/index.d.ts.map +1 -0
  557. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/_id/index.d.ts +4 -0
  558. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/_id/index.d.ts.map +1 -0
  559. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/index.d.ts +4 -0
  560. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/index.d.ts.map +1 -0
  561. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/_id/index.d.ts +4 -0
  562. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/_id/index.d.ts.map +1 -0
  563. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/autohooks.d.ts +4 -0
  564. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/autohooks.d.ts.map +1 -0
  565. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/index.d.ts +4 -0
  566. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/index.d.ts.map +1 -0
  567. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/autohooks.d.ts +4 -0
  568. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/autohooks.d.ts.map +1 -0
  569. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/index.d.ts +4 -0
  570. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/index.d.ts.map +1 -0
  571. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/autohooks.d.ts +4 -0
  572. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/autohooks.d.ts.map +1 -0
  573. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/index.d.ts +4 -0
  574. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/index.d.ts.map +1 -0
  575. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/index.d.ts +4 -0
  576. package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/index.d.ts.map +1 -0
  577. package/dist/src/routes/ecosystem/_ecosystemName/self-register/index.d.ts +4 -0
  578. package/dist/src/routes/ecosystem/_ecosystemName/self-register/index.d.ts.map +1 -0
  579. package/dist/src/routes/ecosystem/_ecosystemName/selfregister/index.d.ts +4 -0
  580. package/dist/src/routes/ecosystem/_ecosystemName/selfregister/index.d.ts.map +1 -0
  581. package/dist/src/routes/ecosystem/_ecosystemName/user/_userId/index.d.ts +4 -0
  582. package/dist/src/routes/ecosystem/_ecosystemName/user/_userId/index.d.ts.map +1 -0
  583. package/dist/src/routes/ecosystem/_ecosystemName/user/contact/index.d.ts +4 -0
  584. package/dist/src/routes/ecosystem/_ecosystemName/user/contact/index.d.ts.map +1 -0
  585. package/dist/src/routes/ecosystem/_ecosystemName/user/forget/index.d.ts +4 -0
  586. package/dist/src/routes/ecosystem/_ecosystemName/user/forget/index.d.ts.map +1 -0
  587. package/dist/src/routes/ecosystem/_ecosystemName/user/index.d.ts +4 -0
  588. package/dist/src/routes/ecosystem/_ecosystemName/user/index.d.ts.map +1 -0
  589. package/dist/src/routes/ecosystem/autohooks.d.ts +4 -0
  590. package/dist/src/routes/ecosystem/autohooks.d.ts.map +1 -0
  591. package/dist/src/routes/ecosystem/index.d.ts +4 -0
  592. package/dist/src/routes/ecosystem/index.d.ts.map +1 -0
  593. package/dist/src/routes/global/autohooks.d.ts +4 -0
  594. package/dist/src/routes/global/autohooks.d.ts.map +1 -0
  595. package/dist/src/routes/global/index.d.ts +4 -0
  596. package/dist/src/routes/global/index.d.ts.map +1 -0
  597. package/dist/src/routes/global/user/index.d.ts +4 -0
  598. package/dist/src/routes/global/user/index.d.ts.map +1 -0
  599. package/dist/src/routes/index.d.ts +4 -0
  600. package/dist/src/routes/index.d.ts.map +1 -0
  601. package/dist/src/routes/redirectToMarkets/index.d.ts +4 -0
  602. package/dist/src/routes/redirectToMarkets/index.d.ts.map +1 -0
  603. package/dist/src/routes/user/forget/index.d.ts +4 -0
  604. package/dist/src/routes/user/forget/index.d.ts.map +1 -0
  605. package/dist/src/routes/user/index.d.ts +4 -0
  606. package/dist/src/routes/user/index.d.ts.map +1 -0
  607. package/dist/src/schemas/api_action/ApiActionTypes.d.ts +15 -0
  608. package/dist/src/schemas/api_action/ApiActionTypes.d.ts.map +1 -0
  609. package/dist/src/schemas/api_action/index.d.ts +2 -0
  610. package/dist/src/schemas/api_action/index.d.ts.map +1 -0
  611. package/dist/src/schemas/authentication_security/index.d.ts +2 -0
  612. package/dist/src/schemas/authentication_security/index.d.ts.map +1 -0
  613. package/dist/src/schemas/authentication_security/types.d.ts +30 -0
  614. package/dist/src/schemas/authentication_security/types.d.ts.map +1 -0
  615. package/dist/src/schemas/bulk_upload/index.d.ts +2 -0
  616. package/dist/src/schemas/bulk_upload/index.d.ts.map +1 -0
  617. package/dist/src/schemas/bulk_upload/types.d.ts +12 -0
  618. package/dist/src/schemas/bulk_upload/types.d.ts.map +1 -0
  619. package/dist/src/schemas/dashboard_widget/col.d.ts +26 -0
  620. package/dist/src/schemas/dashboard_widget/col.d.ts.map +1 -0
  621. package/dist/src/schemas/dashboard_widget/dataLoaders/Outcomes.d.ts +7 -0
  622. package/dist/src/schemas/dashboard_widget/dataLoaders/Outcomes.d.ts.map +1 -0
  623. package/dist/src/schemas/dashboard_widget/dataLoaders/index.d.ts +2 -0
  624. package/dist/src/schemas/dashboard_widget/dataLoaders/index.d.ts.map +1 -0
  625. package/dist/src/schemas/dashboard_widget/i18n.d.ts +6 -0
  626. package/dist/src/schemas/dashboard_widget/i18n.d.ts.map +1 -0
  627. package/dist/src/schemas/dashboard_widget/index.d.ts +5 -0
  628. package/dist/src/schemas/dashboard_widget/index.d.ts.map +1 -0
  629. package/dist/src/schemas/dashboard_widget/types.d.ts +130 -0
  630. package/dist/src/schemas/dashboard_widget/types.d.ts.map +1 -0
  631. package/dist/src/schemas/dashboard_widget/widgetTypes/DashboardProps.d.ts +6 -0
  632. package/dist/src/schemas/dashboard_widget/widgetTypes/DashboardProps.d.ts.map +1 -0
  633. package/dist/src/schemas/dashboard_widget/widgetTypes/PatientListProps.d.ts +89 -0
  634. package/dist/src/schemas/dashboard_widget/widgetTypes/PatientListProps.d.ts.map +1 -0
  635. package/dist/src/schemas/dashboard_widget/widgetTypes/SectionCardProps.d.ts +6 -0
  636. package/dist/src/schemas/dashboard_widget/widgetTypes/SectionCardProps.d.ts.map +1 -0
  637. package/dist/src/schemas/dashboard_widget/widgetTypes/ValueCardProps.d.ts +13 -0
  638. package/dist/src/schemas/dashboard_widget/widgetTypes/ValueCardProps.d.ts.map +1 -0
  639. package/dist/src/schemas/dashboard_widget/widgetTypes/index.d.ts +6 -0
  640. package/dist/src/schemas/dashboard_widget/widgetTypes/index.d.ts.map +1 -0
  641. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/Generic.d.ts +8 -0
  642. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/Generic.d.ts.map +1 -0
  643. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconPresentationWidget.d.ts +8 -0
  644. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconPresentationWidget.d.ts.map +1 -0
  645. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconTextPresentationWidget.d.ts +17 -0
  646. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconTextPresentationWidget.d.ts.map +1 -0
  647. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/ListPresentationWidget.d.ts +11 -0
  648. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/ListPresentationWidget.d.ts.map +1 -0
  649. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/TextPresentationWidget.d.ts +8 -0
  650. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/TextPresentationWidget.d.ts.map +1 -0
  651. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/index.d.ts +5 -0
  652. package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/index.d.ts.map +1 -0
  653. package/dist/src/schemas/designer_field/index.d.ts +2 -0
  654. package/dist/src/schemas/designer_field/index.d.ts.map +1 -0
  655. package/dist/src/schemas/designer_field/types.d.ts +26 -0
  656. package/dist/src/schemas/designer_field/types.d.ts.map +1 -0
  657. package/dist/src/schemas/forms/FormServicePayloads.d.ts +23 -0
  658. package/dist/src/schemas/forms/FormServicePayloads.d.ts.map +1 -0
  659. package/dist/src/schemas/forms/index.d.ts +2 -0
  660. package/dist/src/schemas/forms/index.d.ts.map +1 -0
  661. package/dist/src/schemas/index.d.ts +12 -0
  662. package/dist/src/schemas/index.d.ts.map +1 -0
  663. package/dist/src/schemas/notification_configuration/NotifiedAboutInfo.d.ts +15 -0
  664. package/dist/src/schemas/notification_configuration/NotifiedAboutInfo.d.ts.map +1 -0
  665. package/dist/src/schemas/notification_configuration/index.d.ts +3 -0
  666. package/dist/src/schemas/notification_configuration/index.d.ts.map +1 -0
  667. package/dist/src/schemas/notification_configuration/types.d.ts +105 -0
  668. package/dist/src/schemas/notification_configuration/types.d.ts.map +1 -0
  669. package/dist/src/schemas/outcomes/index.d.ts +2 -0
  670. package/dist/src/schemas/outcomes/index.d.ts.map +1 -0
  671. package/dist/src/schemas/outcomes/types.d.ts +32 -0
  672. package/dist/src/schemas/outcomes/types.d.ts.map +1 -0
  673. package/dist/src/schemas/process_log/index.d.ts +2 -0
  674. package/dist/src/schemas/process_log/index.d.ts.map +1 -0
  675. package/dist/src/schemas/process_log/types.d.ts +43 -0
  676. package/dist/src/schemas/process_log/types.d.ts.map +1 -0
  677. package/dist/src/schemas/questionnaire/index.d.ts +2 -0
  678. package/dist/src/schemas/questionnaire/index.d.ts.map +1 -0
  679. package/dist/src/schemas/questionnaire/types.d.ts +39 -0
  680. package/dist/src/schemas/questionnaire/types.d.ts.map +1 -0
  681. package/dist/src/schemas/user_settings/index.d.ts +2 -0
  682. package/dist/src/schemas/user_settings/index.d.ts.map +1 -0
  683. package/dist/src/schemas/user_settings/types.d.ts +6 -0
  684. package/dist/src/schemas/user_settings/types.d.ts.map +1 -0
  685. package/dist/src/server.d.ts +2 -0
  686. package/dist/src/server.d.ts.map +1 -0
  687. package/dist/src/types/JSONValue.d.ts +6 -0
  688. package/dist/src/types/JSONValue.d.ts.map +1 -0
  689. package/dist/src/types/ts-helpers.d.ts +2 -0
  690. package/dist/src/types/ts-helpers.d.ts.map +1 -0
  691. package/dist/src/v2/modules/ecosystem/user-access/index.d.ts +7 -0
  692. package/dist/src/v2/modules/ecosystem/user-access/index.d.ts.map +1 -0
  693. package/dist/src/v2/modules/ecosystem/user-access/user-access.controller.d.ts +8 -0
  694. package/dist/src/v2/modules/ecosystem/user-access/user-access.controller.d.ts.map +1 -0
  695. package/dist/src/v2/modules/ecosystem/user-access/user-access.helper.d.ts +5 -0
  696. package/dist/src/v2/modules/ecosystem/user-access/user-access.helper.d.ts.map +1 -0
  697. package/dist/src/v2/modules/ecosystem/user-access/user-access.middleware.d.ts +2 -0
  698. package/dist/src/v2/modules/ecosystem/user-access/user-access.middleware.d.ts.map +1 -0
  699. package/dist/src/v2/modules/ecosystem/user-access/user-access.model.d.ts +140 -0
  700. package/dist/src/v2/modules/ecosystem/user-access/user-access.model.d.ts.map +1 -0
  701. package/dist/src/v2/modules/ecosystem/user-access/user-access.schema.d.ts +45 -0
  702. package/dist/src/v2/modules/ecosystem/user-access/user-access.schema.d.ts.map +1 -0
  703. package/dist/src/v2/modules/ecosystem/user-access/user-access.service.d.ts +8 -0
  704. package/dist/src/v2/modules/ecosystem/user-access/user-access.service.d.ts.map +1 -0
  705. package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts +46 -0
  706. package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts.map +1 -0
  707. package/dist/src/v2/modules/global/api-error/index.d.ts +2 -0
  708. package/dist/src/v2/modules/global/api-error/index.d.ts.map +1 -0
  709. package/dist/src/v2/modules/global/api-version/api-version.middleware.d.ts +2 -0
  710. package/dist/src/v2/modules/global/api-version/api-version.middleware.d.ts.map +1 -0
  711. package/dist/src/v2/modules/global/api-version/api-version.test.d.ts +2 -0
  712. package/dist/src/v2/modules/global/api-version/api-version.test.d.ts.map +1 -0
  713. package/dist/src/v2/modules/global/api-version/index.d.ts +2 -0
  714. package/dist/src/v2/modules/global/api-version/index.d.ts.map +1 -0
  715. package/dist/src/v2/modules/global/auth/auth.controller.d.ts +5 -0
  716. package/dist/src/v2/modules/global/auth/auth.controller.d.ts.map +1 -0
  717. package/dist/src/v2/modules/global/auth/auth.schema.d.ts +6 -0
  718. package/dist/src/v2/modules/global/auth/auth.schema.d.ts.map +1 -0
  719. package/dist/src/v2/modules/global/auth/index.d.ts +3 -0
  720. package/dist/src/v2/modules/global/auth/index.d.ts.map +1 -0
  721. package/dist/src/v2/modules/global/auth-token/auth-token.controller.d.ts +9 -0
  722. package/dist/src/v2/modules/global/auth-token/auth-token.controller.d.ts.map +1 -0
  723. package/dist/src/v2/modules/global/auth-token/auth-token.helper.d.ts +10 -0
  724. package/dist/src/v2/modules/global/auth-token/auth-token.helper.d.ts.map +1 -0
  725. package/dist/src/v2/modules/global/auth-token/auth-token.middleware.d.ts +14 -0
  726. package/dist/src/v2/modules/global/auth-token/auth-token.middleware.d.ts.map +1 -0
  727. package/dist/src/v2/modules/global/auth-token/index.d.ts +3 -0
  728. package/dist/src/v2/modules/global/auth-token/index.d.ts.map +1 -0
  729. package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.d.ts +6 -0
  730. package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.d.ts.map +1 -0
  731. package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.test.d.ts +2 -0
  732. package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.test.d.ts.map +1 -0
  733. package/dist/src/v2/modules/global/basic-auth/index.d.ts +2 -0
  734. package/dist/src/v2/modules/global/basic-auth/index.d.ts.map +1 -0
  735. package/dist/src/v2/modules/global/bullmq-admin/bullmq-admin.middleware.d.ts +5 -0
  736. package/dist/src/v2/modules/global/bullmq-admin/bullmq-admin.middleware.d.ts.map +1 -0
  737. package/dist/src/v2/modules/global/bullmq-admin/index.d.ts +2 -0
  738. package/dist/src/v2/modules/global/bullmq-admin/index.d.ts.map +1 -0
  739. package/dist/src/v2/modules/global/crypto/crypto.helper.d.ts +2 -0
  740. package/dist/src/v2/modules/global/crypto/crypto.helper.d.ts.map +1 -0
  741. package/dist/src/v2/modules/global/crypto/index.d.ts +2 -0
  742. package/dist/src/v2/modules/global/crypto/index.d.ts.map +1 -0
  743. package/dist/src/v2/modules/global/dates/dates.middleware.d.ts +2 -0
  744. package/dist/src/v2/modules/global/dates/dates.middleware.d.ts.map +1 -0
  745. package/dist/src/v2/modules/global/dates/index.d.ts +2 -0
  746. package/dist/src/v2/modules/global/dates/index.d.ts.map +1 -0
  747. package/dist/src/v2/modules/global/geoip/geoip.middleware.d.ts +9 -0
  748. package/dist/src/v2/modules/global/geoip/geoip.middleware.d.ts.map +1 -0
  749. package/dist/src/v2/modules/global/geoip/index.d.ts +2 -0
  750. package/dist/src/v2/modules/global/geoip/index.d.ts.map +1 -0
  751. package/dist/src/v2/modules/global/i18n/i18n.middleware.d.ts +5 -0
  752. package/dist/src/v2/modules/global/i18n/i18n.middleware.d.ts.map +1 -0
  753. package/dist/src/v2/modules/global/i18n/index.d.ts +2 -0
  754. package/dist/src/v2/modules/global/i18n/index.d.ts.map +1 -0
  755. package/dist/src/v2/modules/global/jsonlogic-to-sql/index.d.ts +2 -0
  756. package/dist/src/v2/modules/global/jsonlogic-to-sql/index.d.ts.map +1 -0
  757. package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.d.ts +42 -0
  758. package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.d.ts.map +1 -0
  759. package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.test.d.ts +2 -0
  760. package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.test.d.ts.map +1 -0
  761. package/dist/src/v2/modules/global/objection/index.d.ts +2 -0
  762. package/dist/src/v2/modules/global/objection/index.d.ts.map +1 -0
  763. package/dist/src/v2/modules/global/objection/objection.helper.d.ts +14 -0
  764. package/dist/src/v2/modules/global/objection/objection.helper.d.ts.map +1 -0
  765. package/dist/src/v2/modules/global/pagination/index.d.ts +3 -0
  766. package/dist/src/v2/modules/global/pagination/index.d.ts.map +1 -0
  767. package/dist/src/v2/modules/global/pagination/lib.d.ts +2 -0
  768. package/dist/src/v2/modules/global/pagination/lib.d.ts.map +1 -0
  769. package/dist/src/v2/modules/global/pagination/pagination.helper.d.ts +4 -0
  770. package/dist/src/v2/modules/global/pagination/pagination.helper.d.ts.map +1 -0
  771. package/dist/src/v2/modules/global/pagination/pagination.schema.d.ts +12 -0
  772. package/dist/src/v2/modules/global/pagination/pagination.schema.d.ts.map +1 -0
  773. package/dist/src/v2/modules/global/request-context/index.d.ts +2 -0
  774. package/dist/src/v2/modules/global/request-context/index.d.ts.map +1 -0
  775. package/dist/src/v2/modules/global/request-context/request-context.middleware.d.ts +8 -0
  776. package/dist/src/v2/modules/global/request-context/request-context.middleware.d.ts.map +1 -0
  777. package/dist/src/v2/modules/global/request-fingerprint/index.d.ts +3 -0
  778. package/dist/src/v2/modules/global/request-fingerprint/index.d.ts.map +1 -0
  779. package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.middleware.d.ts +8 -0
  780. package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.middleware.d.ts.map +1 -0
  781. package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.schema.d.ts +11 -0
  782. package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.schema.d.ts.map +1 -0
  783. package/dist/src/v2/modules/global/request-id/index.d.ts +3 -0
  784. package/dist/src/v2/modules/global/request-id/index.d.ts.map +1 -0
  785. package/dist/src/v2/modules/global/request-id/request-id.helper.d.ts +3 -0
  786. package/dist/src/v2/modules/global/request-id/request-id.helper.d.ts.map +1 -0
  787. package/dist/src/v2/modules/global/request-id/request-id.middleware.d.ts +2 -0
  788. package/dist/src/v2/modules/global/request-id/request-id.middleware.d.ts.map +1 -0
  789. package/dist/src/v2/modules/global/request-log/index.d.ts +2 -0
  790. package/dist/src/v2/modules/global/request-log/index.d.ts.map +1 -0
  791. package/dist/src/v2/modules/global/request-log/request-log.middleware.d.ts +3 -0
  792. package/dist/src/v2/modules/global/request-log/request-log.middleware.d.ts.map +1 -0
  793. package/dist/src/v2/modules/global/request-time/index.d.ts +3 -0
  794. package/dist/src/v2/modules/global/request-time/index.d.ts.map +1 -0
  795. package/dist/src/v2/modules/global/request-time/request-time.helper.d.ts +2 -0
  796. package/dist/src/v2/modules/global/request-time/request-time.helper.d.ts.map +1 -0
  797. package/dist/src/v2/modules/global/request-time/request-time.middleware.d.ts +7 -0
  798. package/dist/src/v2/modules/global/request-time/request-time.middleware.d.ts.map +1 -0
  799. package/dist/src/v2/modules/project/document/document.model.d.ts +12 -0
  800. package/dist/src/v2/modules/project/document/document.model.d.ts.map +1 -0
  801. package/dist/src/v2/modules/project/document/document.schema.d.ts +6 -0
  802. package/dist/src/v2/modules/project/document/document.schema.d.ts.map +1 -0
  803. package/dist/src/v2/modules/project/document/index.d.ts +3 -0
  804. package/dist/src/v2/modules/project/document/index.d.ts.map +1 -0
  805. package/dist/src/v2/modules/project/document-category/document-category.controller.d.ts +5 -0
  806. package/dist/src/v2/modules/project/document-category/document-category.controller.d.ts.map +1 -0
  807. package/dist/src/v2/modules/project/document-category/document-category.controller.e2e.d.ts +2 -0
  808. package/dist/src/v2/modules/project/document-category/document-category.controller.e2e.d.ts.map +1 -0
  809. package/dist/src/v2/modules/project/document-category/document-category.controller.test.d.ts +2 -0
  810. package/dist/src/v2/modules/project/document-category/document-category.controller.test.d.ts.map +1 -0
  811. package/dist/src/v2/modules/project/document-category/document-category.model.d.ts +32 -0
  812. package/dist/src/v2/modules/project/document-category/document-category.model.d.ts.map +1 -0
  813. package/dist/src/v2/modules/project/document-category/document-category.schema.d.ts +26 -0
  814. package/dist/src/v2/modules/project/document-category/document-category.schema.d.ts.map +1 -0
  815. package/dist/src/v2/modules/project/document-category/document-category.service.d.ts +18 -0
  816. package/dist/src/v2/modules/project/document-category/document-category.service.d.ts.map +1 -0
  817. package/dist/src/v2/modules/project/document-category/document-category.service.test.d.ts +2 -0
  818. package/dist/src/v2/modules/project/document-category/document-category.service.test.d.ts.map +1 -0
  819. package/dist/src/v2/modules/project/document-category/index.d.ts +4 -0
  820. package/dist/src/v2/modules/project/document-category/index.d.ts.map +1 -0
  821. package/dist/src/v2/routes/v2/auth/index.d.ts +3 -0
  822. package/dist/src/v2/routes/v2/auth/index.d.ts.map +1 -0
  823. package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/autohooks.d.ts +4 -0
  824. package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/autohooks.d.ts.map +1 -0
  825. package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/param.schema.d.ts +5 -0
  826. package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/param.schema.d.ts.map +1 -0
  827. package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts +4 -0
  828. package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts.map +1 -0
  829. package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/document-category/index.d.ts +3 -0
  830. package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/document-category/index.d.ts.map +1 -0
  831. package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/params.schema.d.ts +7 -0
  832. package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/params.schema.d.ts.map +1 -0
  833. package/dist/src/v2/test/e2e-config.d.ts +46 -0
  834. package/dist/src/v2/test/e2e-config.d.ts.map +1 -0
  835. package/dist/src/v2/test/e2e-helpers.d.ts +22 -0
  836. package/dist/src/v2/test/e2e-helpers.d.ts.map +1 -0
  837. package/dist/src/v2/test/e2e-setup.d.ts +8 -0
  838. package/dist/src/v2/test/e2e-setup.d.ts.map +1 -0
  839. package/dist/src/v2/test/test-helpers.d.ts +3 -0
  840. package/dist/src/v2/test/test-helpers.d.ts.map +1 -0
  841. package/dist/src/v2/test/test-setup.d.ts +8 -0
  842. package/dist/src/v2/test/test-setup.d.ts.map +1 -0
  843. package/dist/src/validators/questionnaire.validator.d.ts +2 -0
  844. package/dist/src/validators/questionnaire.validator.d.ts.map +1 -0
  845. package/dist/src/validators/user.validator.d.ts +6 -0
  846. package/dist/src/validators/user.validator.d.ts.map +1 -0
  847. package/dist/v1/perseed-api.d.ts +1 -0
  848. package/package.json +2 -2
@@ -0,0 +1 @@
1
+ export * from './lib/src/client/index'
@@ -0,0 +1 @@
1
+ export * from './src/v2/modules/global/pagination/lib'
@@ -0,0 +1,2 @@
1
+ export * from '../generated/client';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/client/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,559 @@
1
+ /**
2
+ * Generated by orval v7.18.0 🍺
3
+ * Do not edit manually.
4
+ * @fastify/swagger
5
+ * OpenAPI spec version: 9.5.2
6
+ */
7
+ export type ListDocumentCategoriesParams = {
8
+ /**
9
+ * Page number starting from 0
10
+ */
11
+ page?: number;
12
+ /**
13
+ * The number of items per page
14
+ */
15
+ perPage?: number;
16
+ };
17
+ /**
18
+ * Document category data
19
+ */
20
+ export type ListDocumentCategories200ResultsItemAllOf = {
21
+ /** Unique identifier of the category */
22
+ id: number;
23
+ /**
24
+ * Name of the category
25
+ * @maxLength 100
26
+ */
27
+ name: string;
28
+ };
29
+ export type ListDocumentCategories200ResultsItemAllOfTwo = {
30
+ /** Number of documents in this category */
31
+ documents_count: number;
32
+ };
33
+ /**
34
+ * Document category list item
35
+ */
36
+ export type ListDocumentCategories200ResultsItem = ListDocumentCategories200ResultsItemAllOf & ListDocumentCategories200ResultsItemAllOfTwo;
37
+ /**
38
+ * Paginated response
39
+ */
40
+ export type ListDocumentCategories200 = {
41
+ /** Array of items of the current page */
42
+ results: ListDocumentCategories200ResultsItem[];
43
+ /** Total number of items not in this page but in the whole query */
44
+ total: number;
45
+ };
46
+ /**
47
+ * Debug information of the error
48
+ */
49
+ export type ListDocumentCategories403AllOfDebug = {
50
+ [key: string]: unknown;
51
+ };
52
+ export type ListDocumentCategories403AllOf = {
53
+ /** HTTP status code */
54
+ statusCode: number;
55
+ /** Error code */
56
+ error: string;
57
+ /** Localized error message */
58
+ message: string;
59
+ /** Debug information of the error */
60
+ debug?: ListDocumentCategories403AllOfDebug;
61
+ };
62
+ export type ListDocumentCategories403AllOfThreeStatusCode = typeof ListDocumentCategories403AllOfThreeStatusCode[keyof typeof ListDocumentCategories403AllOfThreeStatusCode];
63
+ export declare const ListDocumentCategories403AllOfThreeStatusCode: {
64
+ readonly NUMBER_403: 403;
65
+ };
66
+ export type ListDocumentCategories403AllOfThreeError = typeof ListDocumentCategories403AllOfThreeError[keyof typeof ListDocumentCategories403AllOfThreeError];
67
+ export declare const ListDocumentCategories403AllOfThreeError: {
68
+ readonly 'forbidden-error': "forbidden-error";
69
+ };
70
+ export type ListDocumentCategories403AllOfThree = {
71
+ statusCode: ListDocumentCategories403AllOfThreeStatusCode;
72
+ error: ListDocumentCategories403AllOfThreeError;
73
+ };
74
+ /**
75
+ * Error when the user is forbidden to access the resource
76
+ */
77
+ export type ListDocumentCategories403 = ListDocumentCategories403AllOf & ListDocumentCategories403AllOfThree;
78
+ /**
79
+ * Debug information of the error
80
+ */
81
+ export type ListDocumentCategories404AllOfDebug = {
82
+ [key: string]: unknown;
83
+ };
84
+ export type ListDocumentCategories404AllOf = {
85
+ /** HTTP status code */
86
+ statusCode: number;
87
+ /** Error code */
88
+ error: string;
89
+ /** Localized error message */
90
+ message: string;
91
+ /** Debug information of the error */
92
+ debug?: ListDocumentCategories404AllOfDebug;
93
+ };
94
+ export type ListDocumentCategories404AllOfThreeStatusCode = typeof ListDocumentCategories404AllOfThreeStatusCode[keyof typeof ListDocumentCategories404AllOfThreeStatusCode];
95
+ export declare const ListDocumentCategories404AllOfThreeStatusCode: {
96
+ readonly NUMBER_404: 404;
97
+ };
98
+ export type ListDocumentCategories404AllOfThreeError = typeof ListDocumentCategories404AllOfThreeError[keyof typeof ListDocumentCategories404AllOfThreeError];
99
+ export declare const ListDocumentCategories404AllOfThreeError: {
100
+ readonly 'not-found': "not-found";
101
+ };
102
+ export type ListDocumentCategories404AllOfThree = {
103
+ statusCode: ListDocumentCategories404AllOfThreeStatusCode;
104
+ error: ListDocumentCategories404AllOfThreeError;
105
+ };
106
+ /**
107
+ * Error when the resource is not found
108
+ */
109
+ export type ListDocumentCategories404 = ListDocumentCategories404AllOf & ListDocumentCategories404AllOfThree;
110
+ /**
111
+ * Document category creation payload
112
+ */
113
+ export type CreateDocumentCategoryBody = {
114
+ /**
115
+ * Name of the category
116
+ * @maxLength 100
117
+ */
118
+ name: string;
119
+ };
120
+ /**
121
+ * Document category data
122
+ */
123
+ export type CreateDocumentCategory200 = {
124
+ /** Unique identifier of the category */
125
+ id: number;
126
+ /**
127
+ * Name of the category
128
+ * @maxLength 100
129
+ */
130
+ name: string;
131
+ };
132
+ /**
133
+ * Debug information of the error
134
+ */
135
+ export type CreateDocumentCategory403AllOfDebug = {
136
+ [key: string]: unknown;
137
+ };
138
+ export type CreateDocumentCategory403AllOf = {
139
+ /** HTTP status code */
140
+ statusCode: number;
141
+ /** Error code */
142
+ error: string;
143
+ /** Localized error message */
144
+ message: string;
145
+ /** Debug information of the error */
146
+ debug?: CreateDocumentCategory403AllOfDebug;
147
+ };
148
+ export type CreateDocumentCategory403AllOfThreeStatusCode = typeof CreateDocumentCategory403AllOfThreeStatusCode[keyof typeof CreateDocumentCategory403AllOfThreeStatusCode];
149
+ export declare const CreateDocumentCategory403AllOfThreeStatusCode: {
150
+ readonly NUMBER_403: 403;
151
+ };
152
+ export type CreateDocumentCategory403AllOfThreeError = typeof CreateDocumentCategory403AllOfThreeError[keyof typeof CreateDocumentCategory403AllOfThreeError];
153
+ export declare const CreateDocumentCategory403AllOfThreeError: {
154
+ readonly 'forbidden-error': "forbidden-error";
155
+ };
156
+ export type CreateDocumentCategory403AllOfThree = {
157
+ statusCode: CreateDocumentCategory403AllOfThreeStatusCode;
158
+ error: CreateDocumentCategory403AllOfThreeError;
159
+ };
160
+ /**
161
+ * Error when the user is forbidden to access the resource
162
+ */
163
+ export type CreateDocumentCategory403 = CreateDocumentCategory403AllOf & CreateDocumentCategory403AllOfThree;
164
+ /**
165
+ * Debug information of the error
166
+ */
167
+ export type CreateDocumentCategory404AllOfDebug = {
168
+ [key: string]: unknown;
169
+ };
170
+ export type CreateDocumentCategory404AllOf = {
171
+ /** HTTP status code */
172
+ statusCode: number;
173
+ /** Error code */
174
+ error: string;
175
+ /** Localized error message */
176
+ message: string;
177
+ /** Debug information of the error */
178
+ debug?: CreateDocumentCategory404AllOfDebug;
179
+ };
180
+ export type CreateDocumentCategory404AllOfThreeStatusCode = typeof CreateDocumentCategory404AllOfThreeStatusCode[keyof typeof CreateDocumentCategory404AllOfThreeStatusCode];
181
+ export declare const CreateDocumentCategory404AllOfThreeStatusCode: {
182
+ readonly NUMBER_404: 404;
183
+ };
184
+ export type CreateDocumentCategory404AllOfThreeError = typeof CreateDocumentCategory404AllOfThreeError[keyof typeof CreateDocumentCategory404AllOfThreeError];
185
+ export declare const CreateDocumentCategory404AllOfThreeError: {
186
+ readonly 'not-found': "not-found";
187
+ };
188
+ export type CreateDocumentCategory404AllOfThree = {
189
+ statusCode: CreateDocumentCategory404AllOfThreeStatusCode;
190
+ error: CreateDocumentCategory404AllOfThreeError;
191
+ };
192
+ /**
193
+ * Error when the resource is not found
194
+ */
195
+ export type CreateDocumentCategory404 = CreateDocumentCategory404AllOf & CreateDocumentCategory404AllOfThree;
196
+ /**
197
+ * Document category data
198
+ */
199
+ export type GetDocumentCategory200 = {
200
+ /** Unique identifier of the category */
201
+ id: number;
202
+ /**
203
+ * Name of the category
204
+ * @maxLength 100
205
+ */
206
+ name: string;
207
+ };
208
+ /**
209
+ * Debug information of the error
210
+ */
211
+ export type GetDocumentCategory403AllOfDebug = {
212
+ [key: string]: unknown;
213
+ };
214
+ export type GetDocumentCategory403AllOf = {
215
+ /** HTTP status code */
216
+ statusCode: number;
217
+ /** Error code */
218
+ error: string;
219
+ /** Localized error message */
220
+ message: string;
221
+ /** Debug information of the error */
222
+ debug?: GetDocumentCategory403AllOfDebug;
223
+ };
224
+ export type GetDocumentCategory403AllOfThreeStatusCode = typeof GetDocumentCategory403AllOfThreeStatusCode[keyof typeof GetDocumentCategory403AllOfThreeStatusCode];
225
+ export declare const GetDocumentCategory403AllOfThreeStatusCode: {
226
+ readonly NUMBER_403: 403;
227
+ };
228
+ export type GetDocumentCategory403AllOfThreeError = typeof GetDocumentCategory403AllOfThreeError[keyof typeof GetDocumentCategory403AllOfThreeError];
229
+ export declare const GetDocumentCategory403AllOfThreeError: {
230
+ readonly 'forbidden-error': "forbidden-error";
231
+ };
232
+ export type GetDocumentCategory403AllOfThree = {
233
+ statusCode: GetDocumentCategory403AllOfThreeStatusCode;
234
+ error: GetDocumentCategory403AllOfThreeError;
235
+ };
236
+ /**
237
+ * Error when the user is forbidden to access the resource
238
+ */
239
+ export type GetDocumentCategory403 = GetDocumentCategory403AllOf & GetDocumentCategory403AllOfThree;
240
+ /**
241
+ * Debug information of the error
242
+ */
243
+ export type GetDocumentCategory404AllOfDebug = {
244
+ [key: string]: unknown;
245
+ };
246
+ export type GetDocumentCategory404AllOf = {
247
+ /** HTTP status code */
248
+ statusCode: number;
249
+ /** Error code */
250
+ error: string;
251
+ /** Localized error message */
252
+ message: string;
253
+ /** Debug information of the error */
254
+ debug?: GetDocumentCategory404AllOfDebug;
255
+ };
256
+ export type GetDocumentCategory404AllOfThreeStatusCode = typeof GetDocumentCategory404AllOfThreeStatusCode[keyof typeof GetDocumentCategory404AllOfThreeStatusCode];
257
+ export declare const GetDocumentCategory404AllOfThreeStatusCode: {
258
+ readonly NUMBER_404: 404;
259
+ };
260
+ export type GetDocumentCategory404AllOfThreeError = typeof GetDocumentCategory404AllOfThreeError[keyof typeof GetDocumentCategory404AllOfThreeError];
261
+ export declare const GetDocumentCategory404AllOfThreeError: {
262
+ readonly 'not-found': "not-found";
263
+ };
264
+ export type GetDocumentCategory404AllOfThree = {
265
+ statusCode: GetDocumentCategory404AllOfThreeStatusCode;
266
+ error: GetDocumentCategory404AllOfThreeError;
267
+ };
268
+ /**
269
+ * Error when the resource is not found
270
+ */
271
+ export type GetDocumentCategory404 = GetDocumentCategory404AllOf & GetDocumentCategory404AllOfThree;
272
+ /**
273
+ * Document category update payload
274
+ */
275
+ export type UpdateDocumentCategoryBody = {
276
+ /**
277
+ * Name of the category
278
+ * @maxLength 100
279
+ */
280
+ name?: string;
281
+ };
282
+ /**
283
+ * Document category data
284
+ */
285
+ export type UpdateDocumentCategory200 = {
286
+ /** Unique identifier of the category */
287
+ id: number;
288
+ /**
289
+ * Name of the category
290
+ * @maxLength 100
291
+ */
292
+ name: string;
293
+ };
294
+ /**
295
+ * Debug information of the error
296
+ */
297
+ export type UpdateDocumentCategory403AllOfDebug = {
298
+ [key: string]: unknown;
299
+ };
300
+ export type UpdateDocumentCategory403AllOf = {
301
+ /** HTTP status code */
302
+ statusCode: number;
303
+ /** Error code */
304
+ error: string;
305
+ /** Localized error message */
306
+ message: string;
307
+ /** Debug information of the error */
308
+ debug?: UpdateDocumentCategory403AllOfDebug;
309
+ };
310
+ export type UpdateDocumentCategory403AllOfThreeStatusCode = typeof UpdateDocumentCategory403AllOfThreeStatusCode[keyof typeof UpdateDocumentCategory403AllOfThreeStatusCode];
311
+ export declare const UpdateDocumentCategory403AllOfThreeStatusCode: {
312
+ readonly NUMBER_403: 403;
313
+ };
314
+ export type UpdateDocumentCategory403AllOfThreeError = typeof UpdateDocumentCategory403AllOfThreeError[keyof typeof UpdateDocumentCategory403AllOfThreeError];
315
+ export declare const UpdateDocumentCategory403AllOfThreeError: {
316
+ readonly 'forbidden-error': "forbidden-error";
317
+ };
318
+ export type UpdateDocumentCategory403AllOfThree = {
319
+ statusCode: UpdateDocumentCategory403AllOfThreeStatusCode;
320
+ error: UpdateDocumentCategory403AllOfThreeError;
321
+ };
322
+ /**
323
+ * Error when the user is forbidden to access the resource
324
+ */
325
+ export type UpdateDocumentCategory403 = UpdateDocumentCategory403AllOf & UpdateDocumentCategory403AllOfThree;
326
+ /**
327
+ * Debug information of the error
328
+ */
329
+ export type UpdateDocumentCategory404AllOfDebug = {
330
+ [key: string]: unknown;
331
+ };
332
+ export type UpdateDocumentCategory404AllOf = {
333
+ /** HTTP status code */
334
+ statusCode: number;
335
+ /** Error code */
336
+ error: string;
337
+ /** Localized error message */
338
+ message: string;
339
+ /** Debug information of the error */
340
+ debug?: UpdateDocumentCategory404AllOfDebug;
341
+ };
342
+ export type UpdateDocumentCategory404AllOfThreeStatusCode = typeof UpdateDocumentCategory404AllOfThreeStatusCode[keyof typeof UpdateDocumentCategory404AllOfThreeStatusCode];
343
+ export declare const UpdateDocumentCategory404AllOfThreeStatusCode: {
344
+ readonly NUMBER_404: 404;
345
+ };
346
+ export type UpdateDocumentCategory404AllOfThreeError = typeof UpdateDocumentCategory404AllOfThreeError[keyof typeof UpdateDocumentCategory404AllOfThreeError];
347
+ export declare const UpdateDocumentCategory404AllOfThreeError: {
348
+ readonly 'not-found': "not-found";
349
+ };
350
+ export type UpdateDocumentCategory404AllOfThree = {
351
+ statusCode: UpdateDocumentCategory404AllOfThreeStatusCode;
352
+ error: UpdateDocumentCategory404AllOfThreeError;
353
+ };
354
+ /**
355
+ * Error when the resource is not found
356
+ */
357
+ export type UpdateDocumentCategory404 = UpdateDocumentCategory404AllOf & UpdateDocumentCategory404AllOfThree;
358
+ /**
359
+ * Response when the request is successful
360
+ */
361
+ export type DeleteDocumentCategory200 = {
362
+ /** If the request success or not */
363
+ success: boolean;
364
+ };
365
+ /**
366
+ * Debug information of the error
367
+ */
368
+ export type DeleteDocumentCategory403AllOfDebug = {
369
+ [key: string]: unknown;
370
+ };
371
+ export type DeleteDocumentCategory403AllOf = {
372
+ /** HTTP status code */
373
+ statusCode: number;
374
+ /** Error code */
375
+ error: string;
376
+ /** Localized error message */
377
+ message: string;
378
+ /** Debug information of the error */
379
+ debug?: DeleteDocumentCategory403AllOfDebug;
380
+ };
381
+ export type DeleteDocumentCategory403AllOfThreeStatusCode = typeof DeleteDocumentCategory403AllOfThreeStatusCode[keyof typeof DeleteDocumentCategory403AllOfThreeStatusCode];
382
+ export declare const DeleteDocumentCategory403AllOfThreeStatusCode: {
383
+ readonly NUMBER_403: 403;
384
+ };
385
+ export type DeleteDocumentCategory403AllOfThreeError = typeof DeleteDocumentCategory403AllOfThreeError[keyof typeof DeleteDocumentCategory403AllOfThreeError];
386
+ export declare const DeleteDocumentCategory403AllOfThreeError: {
387
+ readonly 'forbidden-error': "forbidden-error";
388
+ };
389
+ export type DeleteDocumentCategory403AllOfThree = {
390
+ statusCode: DeleteDocumentCategory403AllOfThreeStatusCode;
391
+ error: DeleteDocumentCategory403AllOfThreeError;
392
+ };
393
+ /**
394
+ * Error when the user is forbidden to access the resource
395
+ */
396
+ export type DeleteDocumentCategory403 = DeleteDocumentCategory403AllOf & DeleteDocumentCategory403AllOfThree;
397
+ /**
398
+ * Debug information of the error
399
+ */
400
+ export type DeleteDocumentCategory404AllOfDebug = {
401
+ [key: string]: unknown;
402
+ };
403
+ export type DeleteDocumentCategory404AllOf = {
404
+ /** HTTP status code */
405
+ statusCode: number;
406
+ /** Error code */
407
+ error: string;
408
+ /** Localized error message */
409
+ message: string;
410
+ /** Debug information of the error */
411
+ debug?: DeleteDocumentCategory404AllOfDebug;
412
+ };
413
+ export type DeleteDocumentCategory404AllOfThreeStatusCode = typeof DeleteDocumentCategory404AllOfThreeStatusCode[keyof typeof DeleteDocumentCategory404AllOfThreeStatusCode];
414
+ export declare const DeleteDocumentCategory404AllOfThreeStatusCode: {
415
+ readonly NUMBER_404: 404;
416
+ };
417
+ export type DeleteDocumentCategory404AllOfThreeError = typeof DeleteDocumentCategory404AllOfThreeError[keyof typeof DeleteDocumentCategory404AllOfThreeError];
418
+ export declare const DeleteDocumentCategory404AllOfThreeError: {
419
+ readonly 'not-found': "not-found";
420
+ };
421
+ export type DeleteDocumentCategory404AllOfThree = {
422
+ statusCode: DeleteDocumentCategory404AllOfThreeStatusCode;
423
+ error: DeleteDocumentCategory404AllOfThreeError;
424
+ };
425
+ /**
426
+ * Error when the resource is not found
427
+ */
428
+ export type DeleteDocumentCategory404 = DeleteDocumentCategory404AllOf & DeleteDocumentCategory404AllOfThree;
429
+ export type postV2AuthLoginGlobalResponse200 = {
430
+ data: void;
431
+ status: 200;
432
+ };
433
+ export type postV2AuthLoginGlobalResponseSuccess = postV2AuthLoginGlobalResponse200 & {
434
+ headers: Headers;
435
+ };
436
+ export type postV2AuthLoginGlobalResponse = postV2AuthLoginGlobalResponseSuccess;
437
+ export declare const getPostV2AuthLoginGlobalUrl: () => string;
438
+ export declare const postV2AuthLoginGlobal: (options?: RequestInit) => Promise<postV2AuthLoginGlobalResponse>;
439
+ /**
440
+ * A paginated list of document categories with the number of documents in each category
441
+ */
442
+ export type listDocumentCategoriesResponse200 = {
443
+ data: ListDocumentCategories200;
444
+ status: 200;
445
+ };
446
+ export type listDocumentCategoriesResponse403 = {
447
+ data: ListDocumentCategories403;
448
+ status: 403;
449
+ };
450
+ export type listDocumentCategoriesResponse404 = {
451
+ data: ListDocumentCategories404;
452
+ status: 404;
453
+ };
454
+ export type listDocumentCategoriesResponseSuccess = listDocumentCategoriesResponse200 & {
455
+ headers: Headers;
456
+ };
457
+ export type listDocumentCategoriesResponseError = (listDocumentCategoriesResponse403 | listDocumentCategoriesResponse404) & {
458
+ headers: Headers;
459
+ };
460
+ export type listDocumentCategoriesResponse = listDocumentCategoriesResponseSuccess | listDocumentCategoriesResponseError;
461
+ export declare const getListDocumentCategoriesUrl: (ecosystemName: string, projectName: string, params?: ListDocumentCategoriesParams) => string;
462
+ export declare const listDocumentCategories: (ecosystemName: string, projectName: string, params?: ListDocumentCategoriesParams, options?: RequestInit) => Promise<listDocumentCategoriesResponse>;
463
+ /**
464
+ * Creates a document category with the provided data
465
+ */
466
+ export type createDocumentCategoryResponse200 = {
467
+ data: CreateDocumentCategory200;
468
+ status: 200;
469
+ };
470
+ export type createDocumentCategoryResponse403 = {
471
+ data: CreateDocumentCategory403;
472
+ status: 403;
473
+ };
474
+ export type createDocumentCategoryResponse404 = {
475
+ data: CreateDocumentCategory404;
476
+ status: 404;
477
+ };
478
+ export type createDocumentCategoryResponseSuccess = createDocumentCategoryResponse200 & {
479
+ headers: Headers;
480
+ };
481
+ export type createDocumentCategoryResponseError = (createDocumentCategoryResponse403 | createDocumentCategoryResponse404) & {
482
+ headers: Headers;
483
+ };
484
+ export type createDocumentCategoryResponse = createDocumentCategoryResponseSuccess | createDocumentCategoryResponseError;
485
+ export declare const getCreateDocumentCategoryUrl: (ecosystemName: string, projectName: string) => string;
486
+ export declare const createDocumentCategory: (ecosystemName: string, projectName: string, createDocumentCategoryBody: CreateDocumentCategoryBody, options?: RequestInit) => Promise<createDocumentCategoryResponse>;
487
+ /**
488
+ * Get the data of a document category
489
+ */
490
+ export type getDocumentCategoryResponse200 = {
491
+ data: GetDocumentCategory200;
492
+ status: 200;
493
+ };
494
+ export type getDocumentCategoryResponse403 = {
495
+ data: GetDocumentCategory403;
496
+ status: 403;
497
+ };
498
+ export type getDocumentCategoryResponse404 = {
499
+ data: GetDocumentCategory404;
500
+ status: 404;
501
+ };
502
+ export type getDocumentCategoryResponseSuccess = getDocumentCategoryResponse200 & {
503
+ headers: Headers;
504
+ };
505
+ export type getDocumentCategoryResponseError = (getDocumentCategoryResponse403 | getDocumentCategoryResponse404) & {
506
+ headers: Headers;
507
+ };
508
+ export type getDocumentCategoryResponse = getDocumentCategoryResponseSuccess | getDocumentCategoryResponseError;
509
+ export declare const getGetDocumentCategoryUrl: (ecosystemName: string, projectName: string, id: number) => string;
510
+ export declare const getDocumentCategory: (ecosystemName: string, projectName: string, id: number, options?: RequestInit) => Promise<getDocumentCategoryResponse>;
511
+ /**
512
+ * Updates (patch) a document category with the provided data
513
+ */
514
+ export type updateDocumentCategoryResponse200 = {
515
+ data: UpdateDocumentCategory200;
516
+ status: 200;
517
+ };
518
+ export type updateDocumentCategoryResponse403 = {
519
+ data: UpdateDocumentCategory403;
520
+ status: 403;
521
+ };
522
+ export type updateDocumentCategoryResponse404 = {
523
+ data: UpdateDocumentCategory404;
524
+ status: 404;
525
+ };
526
+ export type updateDocumentCategoryResponseSuccess = updateDocumentCategoryResponse200 & {
527
+ headers: Headers;
528
+ };
529
+ export type updateDocumentCategoryResponseError = (updateDocumentCategoryResponse403 | updateDocumentCategoryResponse404) & {
530
+ headers: Headers;
531
+ };
532
+ export type updateDocumentCategoryResponse = updateDocumentCategoryResponseSuccess | updateDocumentCategoryResponseError;
533
+ export declare const getUpdateDocumentCategoryUrl: (ecosystemName: string, projectName: string, id: number) => string;
534
+ export declare const updateDocumentCategory: (ecosystemName: string, projectName: string, id: number, updateDocumentCategoryBody: UpdateDocumentCategoryBody, options?: RequestInit) => Promise<updateDocumentCategoryResponse>;
535
+ /**
536
+ * Deletes a document category with the provided ID
537
+ */
538
+ export type deleteDocumentCategoryResponse200 = {
539
+ data: DeleteDocumentCategory200;
540
+ status: 200;
541
+ };
542
+ export type deleteDocumentCategoryResponse403 = {
543
+ data: DeleteDocumentCategory403;
544
+ status: 403;
545
+ };
546
+ export type deleteDocumentCategoryResponse404 = {
547
+ data: DeleteDocumentCategory404;
548
+ status: 404;
549
+ };
550
+ export type deleteDocumentCategoryResponseSuccess = deleteDocumentCategoryResponse200 & {
551
+ headers: Headers;
552
+ };
553
+ export type deleteDocumentCategoryResponseError = (deleteDocumentCategoryResponse403 | deleteDocumentCategoryResponse404) & {
554
+ headers: Headers;
555
+ };
556
+ export type deleteDocumentCategoryResponse = deleteDocumentCategoryResponseSuccess | deleteDocumentCategoryResponseError;
557
+ export declare const getDeleteDocumentCategoryUrl: (ecosystemName: string, projectName: string, id: number) => string;
558
+ export declare const deleteDocumentCategory: (ecosystemName: string, projectName: string, id: number, options?: RequestInit) => Promise<deleteDocumentCategoryResponse>;
559
+ //# sourceMappingURL=client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/generated/client.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,17 @@
1
+ import { default as RequestContext } from '../models/request/RequestContext';
2
+ import { JobParams } from './RedisQueueService';
3
+ import { default as DesignerField } from '../models/project/DesignerField';
4
+ import { default as Objection } from 'objection';
5
+ import { Job } from 'bullmq';
6
+ export declare const AI_DATA_EXTRACTION_JOB = "AiDataExtractionJob";
7
+ export declare const AI_ANONYMIZATION_JOB = "AiAnonymizationJob";
8
+ declare const AiService: {
9
+ /**
10
+ * Process a displayer field change and launch the ai process jobs if needed
11
+ */
12
+ processModifiedDisplayerFileField: (ctx: RequestContext, field: DesignerField, formName: string, fieldName: string, crfId: number, displayerId: number, patientId: number, fieldValue: string, userId: number, queryContext?: Objection.QueryContext) => Promise<void>;
13
+ dataExtractionJob: (ctx: RequestContext, p: JobParams, job?: Job) => Promise<void>;
14
+ anonymizationJob: (ctx: RequestContext, p: JobParams, job?: Job) => Promise<void>;
15
+ };
16
+ export default AiService;
17
+ //# sourceMappingURL=AiService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AiService.d.ts","sourceRoot":"","sources":["../../../../src/Services/AiService.ts"],"names":[],"mappings":"AAIA,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAC7D,OAA0B,EAAqB,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAWrF,OAAO,aAAa,MAAM,iCAAiC,CAAA;AAE3D,OAAO,SAAS,MAAM,WAAW,CAAA;AAEjC,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAA;AAyB5B,eAAO,MAAM,sBAAsB,wBAAwB,CAAA;AAC3D,eAAO,MAAM,oBAAoB,uBAAuB,CAAA;AAqZxD,QAAA,MAAM,SAAS;IACb;;OAEG;6CAEI,cAAc,SACZ,aAAa,YACV,MAAM,aACL,MAAM,SACV,MAAM,eACA,MAAM,aACR,MAAM,cACL,MAAM,UACV,MAAM,iBACC,SAAS,CAAC,YAAY;6BAkER,cAAc,KAAK,SAAS,QAAQ,GAAG;4BA8JxC,cAAc,KAAK,SAAS,QAAQ,GAAG;CAmJtE,CAAA;AAED,eAAe,SAAS,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { default as RequestContext } from '../models/request/RequestContext';
2
+ import { AxiosRequestConfig } from 'axios';
3
+ export interface ExternalApiCallPayload {
4
+ api: string;
5
+ path?: string;
6
+ method: string;
7
+ body?: string;
8
+ }
9
+ export interface ExternalApisConfig extends Omit<AxiosRequestConfig, 'method'> {
10
+ method?: string[] | string;
11
+ label: string;
12
+ }
13
+ declare const ApiService: {
14
+ callExternalApi: (ctx: RequestContext, payload: ExternalApiCallPayload) => Promise<void>;
15
+ };
16
+ export default ApiService;
17
+ //# sourceMappingURL=ApiService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApiService.d.ts","sourceRoot":"","sources":["../../../../src/Services/ApiService.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAG7D,OAAc,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAA;AASjD,MAAM,WAAW,sBAAsB;IACrC,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,kBAAkB,EAAE,QAAQ,CAAC;IAC5E,MAAM,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAA;IAC1B,KAAK,EAAE,MAAM,CAAA;CACd;AAED,QAAA,MAAM,UAAU;2BACe,cAAc,WAAW,sBAAsB;CAsD7E,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -0,0 +1,41 @@
1
+ export declare enum Services {
2
+ SMS = "SMS",
3
+ EMAIL = "EMAIL",
4
+ PUSH = "PUSH"
5
+ }
6
+ export interface SMSSendInput {
7
+ service: Services.SMS;
8
+ sender?: string | null;
9
+ recipient: string;
10
+ message: string;
11
+ locale: string;
12
+ }
13
+ export type SMSSendInputSimple = Omit<SMSSendInput, 'service'>;
14
+ export interface EMAILSendInput {
15
+ service: Services.EMAIL;
16
+ sender?: string | null;
17
+ recipient: string;
18
+ message: string;
19
+ sender_name: string;
20
+ subject: string;
21
+ }
22
+ export interface EMAILSendInputSimple extends Omit<EMAILSendInput, 'service' | 'recipient'> {
23
+ recipient: string[] | string;
24
+ }
25
+ export interface PUSHSendInput {
26
+ service: Services.PUSH;
27
+ recipient: string;
28
+ message: string;
29
+ subject: string;
30
+ }
31
+ export type SendInput = SMSSendInput | EMAILSendInput | PUSHSendInput;
32
+ declare function send(input: SendInput): Promise<boolean | undefined>;
33
+ declare function sendSMS(input: SMSSendInputSimple): Promise<boolean | undefined>;
34
+ declare function sendEmail(input: EMAILSendInputSimple): Promise<Promise<boolean | undefined>[]>;
35
+ declare const ArcangelService: {
36
+ send: typeof send;
37
+ sendSMS: typeof sendSMS;
38
+ sendEmail: typeof sendEmail;
39
+ };
40
+ export default ArcangelService;
41
+ //# sourceMappingURL=ArcangelService.d.ts.map