@persei/perseed-api 4.34.36 → 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.
- package/README.md +73 -237
- package/dist/client.cjs +178 -0
- package/dist/client.cjs.map +1 -0
- package/dist/client.d.ts +1 -0
- package/dist/client.mjs +178 -0
- package/dist/client.mjs.map +1 -0
- package/dist/global-pagination.cjs +24 -0
- package/dist/global-pagination.cjs.map +1 -0
- package/dist/global-pagination.d.ts +1 -0
- package/dist/global-pagination.mjs +24 -0
- package/dist/global-pagination.mjs.map +1 -0
- package/dist/lib/src/client/index.d.ts +2 -0
- package/dist/lib/src/client/index.d.ts.map +1 -0
- package/dist/lib/src/generated/client.d.ts +559 -0
- package/dist/lib/src/generated/client.d.ts.map +1 -0
- package/dist/src/Services/AiService.d.ts +17 -0
- package/dist/src/Services/AiService.d.ts.map +1 -0
- package/dist/src/Services/ApiService.d.ts +17 -0
- package/dist/src/Services/ApiService.d.ts.map +1 -0
- package/dist/src/Services/ArcangelService.d.ts +41 -0
- package/dist/src/Services/ArcangelService.d.ts.map +1 -0
- package/dist/src/Services/AuthenticationSecurityService.d.ts +33 -0
- package/dist/src/Services/AuthenticationSecurityService.d.ts.map +1 -0
- package/dist/src/Services/BulkUploadService.d.ts +8 -0
- package/dist/src/Services/BulkUploadService.d.ts.map +1 -0
- package/dist/src/Services/CacheService.d.ts +101 -0
- package/dist/src/Services/CacheService.d.ts.map +1 -0
- package/dist/src/Services/ChartService.d.ts +6 -0
- package/dist/src/Services/ChartService.d.ts.map +1 -0
- package/dist/src/Services/ConditionsMatcher/CustomConditionsFormat.d.ts +7 -0
- package/dist/src/Services/ConditionsMatcher/CustomConditionsFormat.d.ts.map +1 -0
- package/dist/src/Services/ConditionsMatcher/index.d.ts +4 -0
- package/dist/src/Services/ConditionsMatcher/index.d.ts.map +1 -0
- package/dist/src/Services/CrfService.d.ts +18 -0
- package/dist/src/Services/CrfService.d.ts.map +1 -0
- package/dist/src/Services/DashboardWidgetService.d.ts +14 -0
- package/dist/src/Services/DashboardWidgetService.d.ts.map +1 -0
- package/dist/src/Services/DataService.d.ts +10 -0
- package/dist/src/Services/DataService.d.ts.map +1 -0
- package/dist/src/Services/DbService.d.ts +9 -0
- package/dist/src/Services/DbService.d.ts.map +1 -0
- package/dist/src/Services/DependentService.d.ts +7 -0
- package/dist/src/Services/DependentService.d.ts.map +1 -0
- package/dist/src/Services/DocumentsUpload/DocumentsService.d.ts +29 -0
- package/dist/src/Services/DocumentsUpload/DocumentsService.d.ts.map +1 -0
- package/dist/src/Services/DocumentsUpload/ValidatorDocumentsService.d.ts +28 -0
- package/dist/src/Services/DocumentsUpload/ValidatorDocumentsService.d.ts.map +1 -0
- package/dist/src/Services/EcosystemService.d.ts +7 -0
- package/dist/src/Services/EcosystemService.d.ts.map +1 -0
- package/dist/src/Services/EmailService.d.ts +12 -0
- package/dist/src/Services/EmailService.d.ts.map +1 -0
- package/dist/src/Services/ExportService.d.ts +25 -0
- package/dist/src/Services/ExportService.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Download.d.ts +11 -0
- package/dist/src/Services/Exporter/Download.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/FailedToExport.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/FailedToExport.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/NotAllowedToExport.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/NotAllowedToExport.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/NotExists.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/NotExists.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/StillInProgress.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/StillInProgress.d.ts.map +1 -0
- package/dist/src/Services/FieldsService.d.ts +23 -0
- package/dist/src/Services/FieldsService.d.ts.map +1 -0
- package/dist/src/Services/FileService.d.ts +40 -0
- package/dist/src/Services/FileService.d.ts.map +1 -0
- package/dist/src/Services/FileServiceProviders/AWSFileServiceProvider.d.ts +4 -0
- package/dist/src/Services/FileServiceProviders/AWSFileServiceProvider.d.ts.map +1 -0
- package/dist/src/Services/FileServiceProviders/FileServiceProvider.d.ts +11 -0
- package/dist/src/Services/FileServiceProviders/FileServiceProvider.d.ts.map +1 -0
- package/dist/src/Services/FileServiceProviders/VaultFileServiceProvider.d.ts +24 -0
- package/dist/src/Services/FileServiceProviders/VaultFileServiceProvider.d.ts.map +1 -0
- package/dist/src/Services/FormService.d.ts +22 -0
- package/dist/src/Services/FormService.d.ts.map +1 -0
- package/dist/src/Services/HospitalService.d.ts +5 -0
- package/dist/src/Services/HospitalService.d.ts.map +1 -0
- package/dist/src/Services/I18nService.d.ts +23 -0
- package/dist/src/Services/I18nService.d.ts.map +1 -0
- package/dist/src/Services/LambdaService.d.ts +16 -0
- package/dist/src/Services/LambdaService.d.ts.map +1 -0
- package/dist/src/Services/MobileService.d.ts +14 -0
- package/dist/src/Services/MobileService.d.ts.map +1 -0
- package/dist/src/Services/NotificationService.d.ts +15 -0
- package/dist/src/Services/NotificationService.d.ts.map +1 -0
- package/dist/src/Services/PatientJourneyService.d.ts +37 -0
- package/dist/src/Services/PatientJourneyService.d.ts.map +1 -0
- package/dist/src/Services/PatientService.d.ts +28 -0
- package/dist/src/Services/PatientService.d.ts.map +1 -0
- package/dist/src/Services/PerseedAPIService.d.ts +12 -0
- package/dist/src/Services/PerseedAPIService.d.ts.map +1 -0
- package/dist/src/Services/PerseedEcosystemService.d.ts +7 -0
- package/dist/src/Services/PerseedEcosystemService.d.ts.map +1 -0
- package/dist/src/Services/PerseedService.d.ts +7 -0
- package/dist/src/Services/PerseedService.d.ts.map +1 -0
- package/dist/src/Services/ProcessLogService.d.ts +10 -0
- package/dist/src/Services/ProcessLogService.d.ts.map +1 -0
- package/dist/src/Services/ProfilingService.d.ts +6 -0
- package/dist/src/Services/ProfilingService.d.ts.map +1 -0
- package/dist/src/Services/ProjectService.d.ts +25 -0
- package/dist/src/Services/ProjectService.d.ts.map +1 -0
- package/dist/src/Services/PublisherService.d.ts +8 -0
- package/dist/src/Services/PublisherService.d.ts.map +1 -0
- package/dist/src/Services/QueryService.d.ts +17 -0
- package/dist/src/Services/QueryService.d.ts.map +1 -0
- package/dist/src/Services/QuestionnaireService.d.ts +12 -0
- package/dist/src/Services/QuestionnaireService.d.ts.map +1 -0
- package/dist/src/Services/RabbitQueueService.d.ts +9 -0
- package/dist/src/Services/RabbitQueueService.d.ts.map +1 -0
- package/dist/src/Services/RedisCacheService.d.ts +24 -0
- package/dist/src/Services/RedisCacheService.d.ts.map +1 -0
- package/dist/src/Services/RedisQueueService.d.ts +19 -0
- package/dist/src/Services/RedisQueueService.d.ts.map +1 -0
- package/dist/src/Services/SMSNotificationsService.d.ts +9 -0
- package/dist/src/Services/SMSNotificationsService.d.ts.map +1 -0
- package/dist/src/Services/ScheduledTasksService.d.ts +5 -0
- package/dist/src/Services/ScheduledTasksService.d.ts.map +1 -0
- package/dist/src/Services/Search/EmptyArray.d.ts +6 -0
- package/dist/src/Services/Search/EmptyArray.d.ts.map +1 -0
- package/dist/src/Services/Search/JsonParser.d.ts +6 -0
- package/dist/src/Services/Search/JsonParser.d.ts.map +1 -0
- package/dist/src/Services/Search/LogicalOperator.d.ts +8 -0
- package/dist/src/Services/Search/LogicalOperator.d.ts.map +1 -0
- package/dist/src/Services/Search/QueryBuilder.d.ts +9 -0
- package/dist/src/Services/Search/QueryBuilder.d.ts.map +1 -0
- package/dist/src/Services/Search/SearchParamValidator.d.ts +6 -0
- package/dist/src/Services/Search/SearchParamValidator.d.ts.map +1 -0
- package/dist/src/Services/Search/ValuesDb.d.ts +8 -0
- package/dist/src/Services/Search/ValuesDb.d.ts.map +1 -0
- package/dist/src/Services/SearchService.d.ts +8 -0
- package/dist/src/Services/SearchService.d.ts.map +1 -0
- package/dist/src/Services/SelectionFieldsService.d.ts +10 -0
- package/dist/src/Services/SelectionFieldsService.d.ts.map +1 -0
- package/dist/src/Services/SignedCookies/SignedCookies.d.ts +10 -0
- package/dist/src/Services/SignedCookies/SignedCookies.d.ts.map +1 -0
- package/dist/src/Services/SignedCookies/Validator.d.ts +17 -0
- package/dist/src/Services/SignedCookies/Validator.d.ts.map +1 -0
- package/dist/src/Services/TaskService.d.ts +11 -0
- package/dist/src/Services/TaskService.d.ts.map +1 -0
- package/dist/src/Services/TemplateService.d.ts +26 -0
- package/dist/src/Services/TemplateService.d.ts.map +1 -0
- package/dist/src/Services/TokenService.d.ts +7 -0
- package/dist/src/Services/TokenService.d.ts.map +1 -0
- package/dist/src/Services/TriggerService.d.ts +27 -0
- package/dist/src/Services/TriggerService.d.ts.map +1 -0
- package/dist/src/Services/TrxService.d.ts +25 -0
- package/dist/src/Services/TrxService.d.ts.map +1 -0
- package/dist/src/Services/UserService.d.ts +85 -0
- package/dist/src/Services/UserService.d.ts.map +1 -0
- package/dist/src/Services/ValidatorService.d.ts +12 -0
- package/dist/src/Services/ValidatorService.d.ts.map +1 -0
- package/dist/src/Services/cryptService.d.ts +6 -0
- package/dist/src/Services/cryptService.d.ts.map +1 -0
- package/dist/src/Services/tasks/InsertAggregateData.d.ts +5 -0
- package/dist/src/Services/tasks/InsertAggregateData.d.ts.map +1 -0
- package/dist/src/app.d.ts +4 -0
- package/dist/src/app.d.ts.map +1 -0
- package/dist/src/config/apiPublicKey.d.ts +5 -0
- package/dist/src/config/apiPublicKey.d.ts.map +1 -0
- package/dist/src/config/config.d.ts +28 -0
- package/dist/src/config/config.d.ts.map +1 -0
- package/dist/src/config/credentials/local.d.ts +3 -0
- package/dist/src/config/credentials/local.d.ts.map +1 -0
- package/dist/src/config/credentials/local_tmp.d.ts +3 -0
- package/dist/src/config/credentials/local_tmp.d.ts.map +1 -0
- package/dist/src/config/credentials/preproduction.d.ts +3 -0
- package/dist/src/config/credentials/preproduction.d.ts.map +1 -0
- package/dist/src/config/credentials/production.d.ts +3 -0
- package/dist/src/config/credentials/production.d.ts.map +1 -0
- package/dist/src/config/credentials/template.d.ts +3 -0
- package/dist/src/config/credentials/template.d.ts.map +1 -0
- package/dist/src/config/credentials/test.d.ts +110 -0
- package/dist/src/config/credentials/test.d.ts.map +1 -0
- package/dist/src/config/credentials/testing.d.ts +3 -0
- package/dist/src/config/credentials/testing.d.ts.map +1 -0
- package/dist/src/config/crypto.d.ts +13 -0
- package/dist/src/config/crypto.d.ts.map +1 -0
- package/dist/src/config/excludeFromQuery.d.ts +3 -0
- package/dist/src/config/excludeFromQuery.d.ts.map +1 -0
- package/dist/src/config/fileConfig.d.ts +12 -0
- package/dist/src/config/fileConfig.d.ts.map +1 -0
- package/dist/src/config/marketLinks.d.ts +8 -0
- package/dist/src/config/marketLinks.d.ts.map +1 -0
- package/dist/src/config/perseedAPI.d.ts +28 -0
- package/dist/src/config/perseedAPI.d.ts.map +1 -0
- package/dist/src/config/perseedCredentials.d.ts +117 -0
- package/dist/src/config/perseedCredentials.d.ts.map +1 -0
- package/dist/src/config/publicPath.d.ts +29 -0
- package/dist/src/config/publicPath.d.ts.map +1 -0
- package/dist/src/constants/Exporter.d.ts +12 -0
- package/dist/src/constants/Exporter.d.ts.map +1 -0
- package/dist/src/constants/Forms.d.ts +494 -0
- package/dist/src/constants/Forms.d.ts.map +1 -0
- package/dist/src/constants/NotifiedTypes.d.ts +9 -0
- package/dist/src/constants/NotifiedTypes.d.ts.map +1 -0
- package/dist/src/constants/PhoneCodes.d.ts +4 -0
- package/dist/src/constants/PhoneCodes.d.ts.map +1 -0
- package/dist/src/constants/Questionnaire.d.ts +57 -0
- package/dist/src/constants/Questionnaire.d.ts.map +1 -0
- package/dist/src/constants/Role.d.ts +7 -0
- package/dist/src/constants/Role.d.ts.map +1 -0
- package/dist/src/constants/SeedPrivilege.d.ts +51 -0
- package/dist/src/constants/SeedPrivilege.d.ts.map +1 -0
- package/dist/src/constants/UserProfile.d.ts +4 -0
- package/dist/src/constants/UserProfile.d.ts.map +1 -0
- package/dist/src/constants/View.d.ts +8 -0
- package/dist/src/constants/View.d.ts.map +1 -0
- package/dist/src/constants/datesFormats.d.ts +7 -0
- package/dist/src/constants/datesFormats.d.ts.map +1 -0
- package/dist/src/constants/index.d.ts +11 -0
- package/dist/src/constants/index.d.ts.map +1 -0
- package/dist/src/controllers/ApiActionController.d.ts +8 -0
- package/dist/src/controllers/ApiActionController.d.ts.map +1 -0
- package/dist/src/controllers/AuthController.d.ts +107 -0
- package/dist/src/controllers/AuthController.d.ts.map +1 -0
- package/dist/src/controllers/BulkUploadController.d.ts +6 -0
- package/dist/src/controllers/BulkUploadController.d.ts.map +1 -0
- package/dist/src/controllers/CalendarController.d.ts +36 -0
- package/dist/src/controllers/CalendarController.d.ts.map +1 -0
- package/dist/src/controllers/ConfigController.d.ts +15 -0
- package/dist/src/controllers/ConfigController.d.ts.map +1 -0
- package/dist/src/controllers/DashboardWidgetController.d.ts +10 -0
- package/dist/src/controllers/DashboardWidgetController.d.ts.map +1 -0
- package/dist/src/controllers/DocumentsController.d.ts +11 -0
- package/dist/src/controllers/DocumentsController.d.ts.map +1 -0
- package/dist/src/controllers/FileController.d.ts +15 -0
- package/dist/src/controllers/FileController.d.ts.map +1 -0
- package/dist/src/controllers/FormController.d.ts +49 -0
- package/dist/src/controllers/FormController.d.ts.map +1 -0
- package/dist/src/controllers/HealhDataController.d.ts +6 -0
- package/dist/src/controllers/HealhDataController.d.ts.map +1 -0
- package/dist/src/controllers/HospitalController.d.ts +7 -0
- package/dist/src/controllers/HospitalController.d.ts.map +1 -0
- package/dist/src/controllers/IntrospectionController.d.ts +9 -0
- package/dist/src/controllers/IntrospectionController.d.ts.map +1 -0
- package/dist/src/controllers/MobileController.d.ts +42 -0
- package/dist/src/controllers/MobileController.d.ts.map +1 -0
- package/dist/src/controllers/PatientController.d.ts +42 -0
- package/dist/src/controllers/PatientController.d.ts.map +1 -0
- package/dist/src/controllers/ProcessLogController.d.ts +8 -0
- package/dist/src/controllers/ProcessLogController.d.ts.map +1 -0
- package/dist/src/controllers/ProjectController.d.ts +26 -0
- package/dist/src/controllers/ProjectController.d.ts.map +1 -0
- package/dist/src/controllers/QueryController.d.ts +9 -0
- package/dist/src/controllers/QueryController.d.ts.map +1 -0
- package/dist/src/controllers/ReportController.d.ts +8 -0
- package/dist/src/controllers/ReportController.d.ts.map +1 -0
- package/dist/src/controllers/SelfRegistrationCodeController.d.ts +7 -0
- package/dist/src/controllers/SelfRegistrationCodeController.d.ts.map +1 -0
- package/dist/src/controllers/SubformController.d.ts +9 -0
- package/dist/src/controllers/SubformController.d.ts.map +1 -0
- package/dist/src/controllers/TokenController.d.ts +6 -0
- package/dist/src/controllers/TokenController.d.ts.map +1 -0
- package/dist/src/controllers/TriggerController.d.ts +11 -0
- package/dist/src/controllers/TriggerController.d.ts.map +1 -0
- package/dist/src/controllers/UserController.d.ts +33 -0
- package/dist/src/controllers/UserController.d.ts.map +1 -0
- package/dist/src/controllers/forms/NextController.d.ts +7 -0
- package/dist/src/controllers/forms/NextController.d.ts.map +1 -0
- package/dist/src/controllers/forms/QuestionnaireController.d.ts +52 -0
- package/dist/src/controllers/forms/QuestionnaireController.d.ts.map +1 -0
- package/dist/src/errors/ApiError.d.ts +32 -0
- package/dist/src/errors/ApiError.d.ts.map +1 -0
- package/dist/src/errors/EcosystemPoolError.d.ts +5 -0
- package/dist/src/errors/EcosystemPoolError.d.ts.map +1 -0
- package/dist/src/errors/EmailNotFoundError.d.ts +5 -0
- package/dist/src/errors/EmailNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/PatientNotFoundError.d.ts +5 -0
- package/dist/src/errors/PatientNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/PerseedPoolError.d.ts +5 -0
- package/dist/src/errors/PerseedPoolError.d.ts.map +1 -0
- package/dist/src/errors/ProjectPoolError.d.ts +5 -0
- package/dist/src/errors/ProjectPoolError.d.ts.map +1 -0
- package/dist/src/errors/QuestionnaireLockedError.d.ts +5 -0
- package/dist/src/errors/QuestionnaireLockedError.d.ts.map +1 -0
- package/dist/src/errors/SQLError.d.ts +6 -0
- package/dist/src/errors/SQLError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicApiError.d.ts +7 -0
- package/dist/src/errors/public/PublicApiError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicConflictError.d.ts +5 -0
- package/dist/src/errors/public/PublicConflictError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicForbiddenError.d.ts +5 -0
- package/dist/src/errors/public/PublicForbiddenError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicFormNotFoundError.d.ts +5 -0
- package/dist/src/errors/public/PublicFormNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicFormatNotAllowedError.d.ts +5 -0
- package/dist/src/errors/public/PublicFormatNotAllowedError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicInvalidTokenError.d.ts +6 -0
- package/dist/src/errors/public/PublicInvalidTokenError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicMFAError.d.ts +6 -0
- package/dist/src/errors/public/PublicMFAError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicNotFoundError.d.ts +5 -0
- package/dist/src/errors/public/PublicNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicPermissionsError.d.ts +5 -0
- package/dist/src/errors/public/PublicPermissionsError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicValidateError.d.ts +6 -0
- package/dist/src/errors/public/PublicValidateError.d.ts.map +1 -0
- package/dist/src/helpers/builders/fields.d.ts +3 -0
- package/dist/src/helpers/builders/fields.d.ts.map +1 -0
- package/dist/src/helpers/builders/index.d.ts +3 -0
- package/dist/src/helpers/builders/index.d.ts.map +1 -0
- package/dist/src/helpers/dashboards.d.ts +19 -0
- package/dist/src/helpers/dashboards.d.ts.map +1 -0
- package/dist/src/helpers/dates.d.ts +21 -0
- package/dist/src/helpers/dates.d.ts.map +1 -0
- package/dist/src/helpers/error.d.ts +6 -0
- package/dist/src/helpers/error.d.ts.map +1 -0
- package/dist/src/helpers/handlebarsHelper.d.ts +7 -0
- package/dist/src/helpers/handlebarsHelper.d.ts.map +1 -0
- package/dist/src/helpers/index.d.ts +10 -0
- package/dist/src/helpers/index.d.ts.map +1 -0
- package/dist/src/helpers/paging.d.ts +7 -0
- package/dist/src/helpers/paging.d.ts.map +1 -0
- package/dist/src/helpers/requests.d.ts +2 -0
- package/dist/src/helpers/requests.d.ts.map +1 -0
- package/dist/src/helpers/sql.d.ts +17 -0
- package/dist/src/helpers/sql.d.ts.map +1 -0
- package/dist/src/helpers/strings.d.ts +16 -0
- package/dist/src/helpers/strings.d.ts.map +1 -0
- package/dist/src/instrument.d.ts +2 -0
- package/dist/src/instrument.d.ts.map +1 -0
- package/dist/src/lib/HandlebarsAsyncHelper/AsyncHelpers.d.ts +3 -0
- package/dist/src/lib/HandlebarsAsyncHelper/AsyncHelpers.d.ts.map +1 -0
- package/dist/src/lib.d.ts +8 -0
- package/dist/src/lib.d.ts.map +1 -0
- package/dist/src/log/debug.d.ts +5 -0
- package/dist/src/log/debug.d.ts.map +1 -0
- package/dist/src/middlewares/httpContext.d.ts +21 -0
- package/dist/src/middlewares/httpContext.d.ts.map +1 -0
- package/dist/src/middlewares/scopes.d.ts +11 -0
- package/dist/src/middlewares/scopes.d.ts.map +1 -0
- package/dist/src/middlewares/security.d.ts +2 -0
- package/dist/src/middlewares/security.d.ts.map +1 -0
- package/dist/src/middlewares/validator.d.ts +6 -0
- package/dist/src/middlewares/validator.d.ts.map +1 -0
- package/dist/src/models/BaseModel.d.ts +8 -0
- package/dist/src/models/BaseModel.d.ts.map +1 -0
- package/dist/src/models/EcosystemUsers.d.ts +207 -0
- package/dist/src/models/EcosystemUsers.d.ts.map +1 -0
- package/dist/src/models/ecosystem/BatchUserData.d.ts +25 -0
- package/dist/src/models/ecosystem/BatchUserData.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Clinic.d.ts +106 -0
- package/dist/src/models/ecosystem/Clinic.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentFilled.d.ts +52 -0
- package/dist/src/models/ecosystem/ConsentFilled.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentGeneral.d.ts +66 -0
- package/dist/src/models/ecosystem/ConsentGeneral.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentGroupMeta.d.ts +50 -0
- package/dist/src/models/ecosystem/ConsentGroupMeta.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentMeta.d.ts +39 -0
- package/dist/src/models/ecosystem/ConsentMeta.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentMetaFilled.d.ts +25 -0
- package/dist/src/models/ecosystem/ConsentMetaFilled.d.ts.map +1 -0
- package/dist/src/models/ecosystem/DashboardWidget.d.ts +125 -0
- package/dist/src/models/ecosystem/DashboardWidget.d.ts.map +1 -0
- package/dist/src/models/ecosystem/DashboardWidgetBlock.d.ts +52 -0
- package/dist/src/models/ecosystem/DashboardWidgetBlock.d.ts.map +1 -0
- package/dist/src/models/ecosystem/DeletionAudit.d.ts +65 -0
- package/dist/src/models/ecosystem/DeletionAudit.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Ecosystem.d.ts +56 -0
- package/dist/src/models/ecosystem/Ecosystem.d.ts.map +1 -0
- package/dist/src/models/ecosystem/EcosystemConfig.d.ts +45 -0
- package/dist/src/models/ecosystem/EcosystemConfig.d.ts.map +1 -0
- package/dist/src/models/ecosystem/EcosystemUsers.d.ts +13 -0
- package/dist/src/models/ecosystem/EcosystemUsers.d.ts.map +1 -0
- package/dist/src/models/ecosystem/EmailTemplate.d.ts +66 -0
- package/dist/src/models/ecosystem/EmailTemplate.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ExternalProject.d.ts +36 -0
- package/dist/src/models/ecosystem/ExternalProject.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationConfiguration.d.ts +117 -0
- package/dist/src/models/ecosystem/NotificationConfiguration.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationInfo.d.ts +90 -0
- package/dist/src/models/ecosystem/NotificationInfo.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationLog.d.ts +222 -0
- package/dist/src/models/ecosystem/NotificationLog.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationTemplate.d.ts +78 -0
- package/dist/src/models/ecosystem/NotificationTemplate.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationUserStatus.d.ts +60 -0
- package/dist/src/models/ecosystem/NotificationUserStatus.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Outcome.d.ts +76 -0
- package/dist/src/models/ecosystem/Outcome.d.ts.map +1 -0
- package/dist/src/models/ecosystem/PerseedNotificationTemplate.d.ts +79 -0
- package/dist/src/models/ecosystem/PerseedNotificationTemplate.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProcessLog.d.ts +116 -0
- package/dist/src/models/ecosystem/ProcessLog.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Profiling.d.ts +159 -0
- package/dist/src/models/ecosystem/Profiling.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingAddRepeatCrf.d.ts +23 -0
- package/dist/src/models/ecosystem/ProfilingAddRepeatCrf.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingConsent.d.ts +51 -0
- package/dist/src/models/ecosystem/ProfilingConsent.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingDashboard.d.ts +30 -0
- package/dist/src/models/ecosystem/ProfilingDashboard.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingDeleteRepeatCrf.d.ts +23 -0
- package/dist/src/models/ecosystem/ProfilingDeleteRepeatCrf.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingEnableCp.d.ts +27 -0
- package/dist/src/models/ecosystem/ProfilingEnableCp.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingPrivilegeDenied.d.ts +27 -0
- package/dist/src/models/ecosystem/ProfilingPrivilegeDenied.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingSeedPrivilege.d.ts +33 -0
- package/dist/src/models/ecosystem/ProfilingSeedPrivilege.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingSelected.d.ts +31 -0
- package/dist/src/models/ecosystem/ProfilingSelected.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Project.d.ts +158 -0
- package/dist/src/models/ecosystem/Project.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProjectClinic.d.ts +34 -0
- package/dist/src/models/ecosystem/ProjectClinic.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Role.d.ts +24 -0
- package/dist/src/models/ecosystem/Role.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Seed.d.ts +46 -0
- package/dist/src/models/ecosystem/Seed.d.ts.map +1 -0
- package/dist/src/models/ecosystem/SeedPrivilege.d.ts +79 -0
- package/dist/src/models/ecosystem/SeedPrivilege.d.ts.map +1 -0
- package/dist/src/models/ecosystem/SelfRegistrationCode.d.ts +63 -0
- package/dist/src/models/ecosystem/SelfRegistrationCode.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Tokens.d.ts +56 -0
- package/dist/src/models/ecosystem/Tokens.d.ts.map +1 -0
- package/dist/src/models/ecosystem/User.d.ts +349 -0
- package/dist/src/models/ecosystem/User.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserClinic.d.ts +44 -0
- package/dist/src/models/ecosystem/UserClinic.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserEcosystem.d.ts +23 -0
- package/dist/src/models/ecosystem/UserEcosystem.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserMobileApp.d.ts +57 -0
- package/dist/src/models/ecosystem/UserMobileApp.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserPatient.d.ts +83 -0
- package/dist/src/models/ecosystem/UserPatient.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserProfile.d.ts +160 -0
- package/dist/src/models/ecosystem/UserProfile.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserProfiling.d.ts +53 -0
- package/dist/src/models/ecosystem/UserProfiling.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserProject.d.ts +42 -0
- package/dist/src/models/ecosystem/UserProject.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserRole.d.ts +37 -0
- package/dist/src/models/ecosystem/UserRole.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserTrustedAccess.d.ts +59 -0
- package/dist/src/models/ecosystem/UserTrustedAccess.d.ts.map +1 -0
- package/dist/src/models/perseed/MFACode.d.ts +45 -0
- package/dist/src/models/perseed/MFACode.d.ts.map +1 -0
- package/dist/src/models/perseed/PerseedEcosystem.d.ts +54 -0
- package/dist/src/models/perseed/PerseedEcosystem.d.ts.map +1 -0
- package/dist/src/models/perseed/PerseedEmailTemplate.d.ts +8 -0
- package/dist/src/models/perseed/PerseedEmailTemplate.d.ts.map +1 -0
- package/dist/src/models/perseed/RawHealthRecord.d.ts +49 -0
- package/dist/src/models/perseed/RawHealthRecord.d.ts.map +1 -0
- package/dist/src/models/perseed/ScheduledTasks.d.ts +86 -0
- package/dist/src/models/perseed/ScheduledTasks.d.ts.map +1 -0
- package/dist/src/models/perseed/ScheduledTasksLog.d.ts +59 -0
- package/dist/src/models/perseed/ScheduledTasksLog.d.ts.map +1 -0
- package/dist/src/models/perseed/UserSettings.d.ts +91 -0
- package/dist/src/models/perseed/UserSettings.d.ts.map +1 -0
- package/dist/src/models/project/AbstractDisplayer.d.ts +34 -0
- package/dist/src/models/project/AbstractDisplayer.d.ts.map +1 -0
- package/dist/src/models/project/BulkUpload.d.ts +94 -0
- package/dist/src/models/project/BulkUpload.d.ts.map +1 -0
- package/dist/src/models/project/Categories.d.ts +18 -0
- package/dist/src/models/project/Categories.d.ts.map +1 -0
- package/dist/src/models/project/ConfigurationPatient.d.ts +56 -0
- package/dist/src/models/project/ConfigurationPatient.d.ts.map +1 -0
- package/dist/src/models/project/DesignerCrf.d.ts +290 -0
- package/dist/src/models/project/DesignerCrf.d.ts.map +1 -0
- package/dist/src/models/project/DesignerCrfMeta.d.ts +52 -0
- package/dist/src/models/project/DesignerCrfMeta.d.ts.map +1 -0
- package/dist/src/models/project/DesignerField.d.ts +222 -0
- package/dist/src/models/project/DesignerField.d.ts.map +1 -0
- package/dist/src/models/project/DesignerFieldMeta.d.ts +60 -0
- package/dist/src/models/project/DesignerFieldMeta.d.ts.map +1 -0
- package/dist/src/models/project/Displayer.d.ts +14 -0
- package/dist/src/models/project/Displayer.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerMeta.d.ts +77 -0
- package/dist/src/models/project/DisplayerMeta.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerMetaInfo.d.ts +44 -0
- package/dist/src/models/project/DisplayerMetaInfo.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerPatient.d.ts +13 -0
- package/dist/src/models/project/DisplayerPatient.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerSubformReference.d.ts +39 -0
- package/dist/src/models/project/DisplayerSubformReference.d.ts.map +1 -0
- package/dist/src/models/project/ExporterAudit.d.ts +104 -0
- package/dist/src/models/project/ExporterAudit.d.ts.map +1 -0
- package/dist/src/models/project/ExporterConfigNew.d.ts +28 -0
- package/dist/src/models/project/ExporterConfigNew.d.ts.map +1 -0
- package/dist/src/models/project/ExternalDisplayerCrf.d.ts +39 -0
- package/dist/src/models/project/ExternalDisplayerCrf.d.ts.map +1 -0
- package/dist/src/models/project/ExternalPatientProject.d.ts +63 -0
- package/dist/src/models/project/ExternalPatientProject.d.ts.map +1 -0
- package/dist/src/models/project/ExternalProjectFields.d.ts +26 -0
- package/dist/src/models/project/ExternalProjectFields.d.ts.map +1 -0
- package/dist/src/models/project/PatientPrograms.d.ts +91 -0
- package/dist/src/models/project/PatientPrograms.d.ts.map +1 -0
- package/dist/src/models/project/QueryDiscussion.d.ts +125 -0
- package/dist/src/models/project/QueryDiscussion.d.ts.map +1 -0
- package/dist/src/models/project/QueryDiscussionDes.d.ts +74 -0
- package/dist/src/models/project/QueryDiscussionDes.d.ts.map +1 -0
- package/dist/src/models/project/QuestionariesInfo.d.ts +300 -0
- package/dist/src/models/project/QuestionariesInfo.d.ts.map +1 -0
- package/dist/src/models/project/QuestionnairesInfoLog.d.ts +182 -0
- package/dist/src/models/project/QuestionnairesInfoLog.d.ts.map +1 -0
- package/dist/src/models/project/UploaderCategory.d.ts +27 -0
- package/dist/src/models/project/UploaderCategory.d.ts.map +1 -0
- package/dist/src/models/project/UploaderDocument.d.ts +86 -0
- package/dist/src/models/project/UploaderDocument.d.ts.map +1 -0
- package/dist/src/models/project/UploaderDocumentCategory.d.ts +48 -0
- package/dist/src/models/project/UploaderDocumentCategory.d.ts.map +1 -0
- package/dist/src/models/request/RequestContext.d.ts +89 -0
- package/dist/src/models/request/RequestContext.d.ts.map +1 -0
- package/dist/src/models/virtual/AuthenticationSecurity.d.ts +16 -0
- package/dist/src/models/virtual/AuthenticationSecurity.d.ts.map +1 -0
- package/dist/src/models/virtual/CRFs/meta/DependenceCRF.d.ts +16 -0
- package/dist/src/models/virtual/CRFs/meta/DependenceCRF.d.ts.map +1 -0
- package/dist/src/models/virtual/FieldValue.d.ts +22 -0
- package/dist/src/models/virtual/FieldValue.d.ts.map +1 -0
- package/dist/src/models/virtual/FormValue.d.ts +13 -0
- package/dist/src/models/virtual/FormValue.d.ts.map +1 -0
- package/dist/src/models/virtual/QuestionnaireCrf.d.ts +74 -0
- package/dist/src/models/virtual/QuestionnaireCrf.d.ts.map +1 -0
- package/dist/src/models/virtual/fields/meta/Dependence.d.ts +14 -0
- package/dist/src/models/virtual/fields/meta/Dependence.d.ts.map +1 -0
- package/dist/src/models/virtual/fields/meta/dependence/ConditionLine.d.ts +40 -0
- package/dist/src/models/virtual/fields/meta/dependence/ConditionLine.d.ts.map +1 -0
- package/dist/src/module.d.ts +32 -0
- package/dist/src/overrides.d.ts +9 -0
- package/dist/src/routes/auth/autohooks.d.ts +4 -0
- package/dist/src/routes/auth/autohooks.d.ts.map +1 -0
- package/dist/src/routes/auth/index.d.ts +4 -0
- package/dist/src/routes/auth/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/clinic/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/clinic/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/heartbeat/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/heartbeat/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/hospital/index.d.ts +7 -0
- package/dist/src/routes/ecosystem/_ecosystemName/hospital/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/config/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/config/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/form/_formName/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/form/_formName/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/self-register/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/self-register/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/selfregister/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/selfregister/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/_userId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/_userId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/contact/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/contact/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/forget/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/forget/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/index.d.ts.map +1 -0
- package/dist/src/routes/global/autohooks.d.ts +4 -0
- package/dist/src/routes/global/autohooks.d.ts.map +1 -0
- package/dist/src/routes/global/index.d.ts +4 -0
- package/dist/src/routes/global/index.d.ts.map +1 -0
- package/dist/src/routes/global/user/index.d.ts +4 -0
- package/dist/src/routes/global/user/index.d.ts.map +1 -0
- package/dist/src/routes/index.d.ts +4 -0
- package/dist/src/routes/index.d.ts.map +1 -0
- package/dist/src/routes/redirectToMarkets/index.d.ts +4 -0
- package/dist/src/routes/redirectToMarkets/index.d.ts.map +1 -0
- package/dist/src/routes/user/forget/index.d.ts +4 -0
- package/dist/src/routes/user/forget/index.d.ts.map +1 -0
- package/dist/src/routes/user/index.d.ts +4 -0
- package/dist/src/routes/user/index.d.ts.map +1 -0
- package/dist/src/schemas/api_action/ApiActionTypes.d.ts +15 -0
- package/dist/src/schemas/api_action/ApiActionTypes.d.ts.map +1 -0
- package/dist/src/schemas/api_action/index.d.ts +2 -0
- package/dist/src/schemas/api_action/index.d.ts.map +1 -0
- package/dist/src/schemas/authentication_security/index.d.ts +2 -0
- package/dist/src/schemas/authentication_security/index.d.ts.map +1 -0
- package/dist/src/schemas/authentication_security/types.d.ts +30 -0
- package/dist/src/schemas/authentication_security/types.d.ts.map +1 -0
- package/dist/src/schemas/bulk_upload/index.d.ts +2 -0
- package/dist/src/schemas/bulk_upload/index.d.ts.map +1 -0
- package/dist/src/schemas/bulk_upload/types.d.ts +12 -0
- package/dist/src/schemas/bulk_upload/types.d.ts.map +1 -0
- package/dist/{schemas → src/schemas}/bulk_upload/update_bulk_upload_payload.schema.json +3 -0
- package/dist/src/schemas/dashboard_widget/col.d.ts +26 -0
- package/dist/src/schemas/dashboard_widget/col.d.ts.map +1 -0
- package/dist/{schemas → src/schemas}/dashboard_widget/create_widget_payload.schema.json +85 -23
- package/dist/src/schemas/dashboard_widget/dataLoaders/Outcomes.d.ts +7 -0
- package/dist/src/schemas/dashboard_widget/dataLoaders/Outcomes.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/dataLoaders/index.d.ts +2 -0
- package/dist/src/schemas/dashboard_widget/dataLoaders/index.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/i18n.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/i18n.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/index.d.ts +5 -0
- package/dist/src/schemas/dashboard_widget/index.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/types.d.ts +130 -0
- package/dist/src/schemas/dashboard_widget/types.d.ts.map +1 -0
- package/dist/{schemas → src/schemas}/dashboard_widget/update_widget_payload.schema.json +85 -23
- package/dist/src/schemas/dashboard_widget/widgetTypes/DashboardProps.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/DashboardProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/PatientListProps.d.ts +89 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/PatientListProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/SectionCardProps.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/SectionCardProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/ValueCardProps.d.ts +13 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/ValueCardProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/index.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/index.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/Generic.d.ts +8 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/Generic.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconPresentationWidget.d.ts +8 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconTextPresentationWidget.d.ts +17 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconTextPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/ListPresentationWidget.d.ts +11 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/ListPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/TextPresentationWidget.d.ts +8 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/TextPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/index.d.ts +5 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/index.d.ts.map +1 -0
- package/dist/src/schemas/designer_field/index.d.ts +2 -0
- package/dist/src/schemas/designer_field/index.d.ts.map +1 -0
- package/dist/src/schemas/designer_field/types.d.ts +26 -0
- package/dist/src/schemas/designer_field/types.d.ts.map +1 -0
- package/dist/src/schemas/forms/FormServicePayloads.d.ts +23 -0
- package/dist/src/schemas/forms/FormServicePayloads.d.ts.map +1 -0
- package/dist/src/schemas/forms/index.d.ts +2 -0
- package/dist/src/schemas/forms/index.d.ts.map +1 -0
- package/dist/src/schemas/index.d.ts +12 -0
- package/dist/src/schemas/index.d.ts.map +1 -0
- package/dist/src/schemas/notification_configuration/NotifiedAboutInfo.d.ts +15 -0
- package/dist/src/schemas/notification_configuration/NotifiedAboutInfo.d.ts.map +1 -0
- package/dist/src/schemas/notification_configuration/index.d.ts +3 -0
- package/dist/src/schemas/notification_configuration/index.d.ts.map +1 -0
- package/dist/src/schemas/notification_configuration/types.d.ts +105 -0
- package/dist/src/schemas/notification_configuration/types.d.ts.map +1 -0
- package/dist/src/schemas/outcomes/index.d.ts +2 -0
- package/dist/src/schemas/outcomes/index.d.ts.map +1 -0
- package/dist/src/schemas/outcomes/types.d.ts +32 -0
- package/dist/src/schemas/outcomes/types.d.ts.map +1 -0
- package/dist/src/schemas/process_log/index.d.ts +2 -0
- package/dist/src/schemas/process_log/index.d.ts.map +1 -0
- package/dist/src/schemas/process_log/types.d.ts +43 -0
- package/dist/src/schemas/process_log/types.d.ts.map +1 -0
- package/dist/src/schemas/questionnaire/index.d.ts +2 -0
- package/dist/src/schemas/questionnaire/index.d.ts.map +1 -0
- package/dist/src/schemas/questionnaire/types.d.ts +39 -0
- package/dist/src/schemas/questionnaire/types.d.ts.map +1 -0
- package/dist/src/schemas/user_settings/index.d.ts +2 -0
- package/dist/src/schemas/user_settings/index.d.ts.map +1 -0
- package/dist/src/schemas/user_settings/types.d.ts +6 -0
- package/dist/src/schemas/user_settings/types.d.ts.map +1 -0
- package/dist/src/server.d.ts +2 -0
- package/dist/src/server.d.ts.map +1 -0
- package/dist/src/types/JSONValue.d.ts +6 -0
- package/dist/src/types/JSONValue.d.ts.map +1 -0
- package/dist/src/types/ts-helpers.d.ts +2 -0
- package/dist/src/types/ts-helpers.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/index.d.ts +7 -0
- package/dist/src/v2/modules/ecosystem/user-access/index.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.controller.d.ts +8 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.helper.d.ts +5 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.middleware.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.model.d.ts +140 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.model.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.schema.d.ts +45 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.service.d.ts +8 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.service.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts +46 -0
- package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-error/index.d.ts +2 -0
- package/dist/src/v2/modules/global/api-error/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-version/api-version.middleware.d.ts +2 -0
- package/dist/src/v2/modules/global/api-version/api-version.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-version/api-version.test.d.ts +2 -0
- package/dist/src/v2/modules/global/api-version/api-version.test.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-version/index.d.ts +2 -0
- package/dist/src/v2/modules/global/api-version/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth/auth.controller.d.ts +5 -0
- package/dist/src/v2/modules/global/auth/auth.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth/auth.schema.d.ts +6 -0
- package/dist/src/v2/modules/global/auth/auth.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth/index.d.ts +3 -0
- package/dist/src/v2/modules/global/auth/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.controller.d.ts +9 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.helper.d.ts +10 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.middleware.d.ts +14 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/index.d.ts +3 -0
- package/dist/src/v2/modules/global/auth-token/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.d.ts +6 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.test.d.ts +2 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.test.d.ts.map +1 -0
- package/dist/src/v2/modules/global/basic-auth/index.d.ts +2 -0
- package/dist/src/v2/modules/global/basic-auth/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/bullmq-admin/bullmq-admin.middleware.d.ts +5 -0
- package/dist/src/v2/modules/global/bullmq-admin/bullmq-admin.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/bullmq-admin/index.d.ts +2 -0
- package/dist/src/v2/modules/global/bullmq-admin/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/crypto/crypto.helper.d.ts +2 -0
- package/dist/src/v2/modules/global/crypto/crypto.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/crypto/index.d.ts +2 -0
- package/dist/src/v2/modules/global/crypto/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/dates/dates.middleware.d.ts +2 -0
- package/dist/src/v2/modules/global/dates/dates.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/dates/index.d.ts +2 -0
- package/dist/src/v2/modules/global/dates/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/geoip/geoip.middleware.d.ts +9 -0
- package/dist/src/v2/modules/global/geoip/geoip.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/geoip/index.d.ts +2 -0
- package/dist/src/v2/modules/global/geoip/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/i18n/i18n.middleware.d.ts +5 -0
- package/dist/src/v2/modules/global/i18n/i18n.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/i18n/index.d.ts +2 -0
- package/dist/src/v2/modules/global/i18n/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/index.d.ts +2 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.d.ts +42 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.test.d.ts +2 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.test.d.ts.map +1 -0
- package/dist/src/v2/modules/global/objection/index.d.ts +2 -0
- package/dist/src/v2/modules/global/objection/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/objection/objection.helper.d.ts +14 -0
- package/dist/src/v2/modules/global/objection/objection.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/index.d.ts +3 -0
- package/dist/src/v2/modules/global/pagination/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/lib.d.ts +2 -0
- package/dist/src/v2/modules/global/pagination/lib.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/pagination.helper.d.ts +4 -0
- package/dist/src/v2/modules/global/pagination/pagination.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/pagination.schema.d.ts +12 -0
- package/dist/src/v2/modules/global/pagination/pagination.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-context/index.d.ts +2 -0
- package/dist/src/v2/modules/global/request-context/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-context/request-context.middleware.d.ts +8 -0
- package/dist/src/v2/modules/global/request-context/request-context.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-fingerprint/index.d.ts +3 -0
- package/dist/src/v2/modules/global/request-fingerprint/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.middleware.d.ts +8 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.schema.d.ts +11 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-id/index.d.ts +3 -0
- package/dist/src/v2/modules/global/request-id/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-id/request-id.helper.d.ts +3 -0
- package/dist/src/v2/modules/global/request-id/request-id.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-id/request-id.middleware.d.ts +2 -0
- package/dist/src/v2/modules/global/request-id/request-id.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-log/index.d.ts +2 -0
- package/dist/src/v2/modules/global/request-log/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-log/request-log.middleware.d.ts +3 -0
- package/dist/src/v2/modules/global/request-log/request-log.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-time/index.d.ts +3 -0
- package/dist/src/v2/modules/global/request-time/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-time/request-time.helper.d.ts +2 -0
- package/dist/src/v2/modules/global/request-time/request-time.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-time/request-time.middleware.d.ts +7 -0
- package/dist/src/v2/modules/global/request-time/request-time.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document/document.model.d.ts +12 -0
- package/dist/src/v2/modules/project/document/document.model.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document/document.schema.d.ts +6 -0
- package/dist/src/v2/modules/project/document/document.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document/index.d.ts +3 -0
- package/dist/src/v2/modules/project/document/index.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.d.ts +5 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.e2e.d.ts +2 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.e2e.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.test.d.ts +2 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.test.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.model.d.ts +32 -0
- package/dist/src/v2/modules/project/document-category/document-category.model.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.schema.d.ts +26 -0
- package/dist/src/v2/modules/project/document-category/document-category.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.d.ts +18 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.test.d.ts +2 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/index.d.ts +4 -0
- package/dist/src/v2/modules/project/document-category/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/auth/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/auth/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/autohooks.d.ts +4 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/autohooks.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/param.schema.d.ts +5 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/param.schema.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts +4 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/document-category/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/document-category/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/params.schema.d.ts +7 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/params.schema.d.ts.map +1 -0
- package/dist/src/v2/test/e2e-config.d.ts +46 -0
- package/dist/src/v2/test/e2e-config.d.ts.map +1 -0
- package/dist/src/v2/test/e2e-helpers.d.ts +22 -0
- package/dist/src/v2/test/e2e-helpers.d.ts.map +1 -0
- package/dist/src/v2/test/e2e-setup.d.ts +8 -0
- package/dist/src/v2/test/e2e-setup.d.ts.map +1 -0
- package/dist/src/v2/test/test-helpers.d.ts +3 -0
- package/dist/src/v2/test/test-helpers.d.ts.map +1 -0
- package/dist/src/v2/test/test-setup.d.ts +8 -0
- package/dist/src/v2/test/test-setup.d.ts.map +1 -0
- package/dist/src/validators/questionnaire.validator.d.ts +2 -0
- package/dist/src/validators/questionnaire.validator.d.ts.map +1 -0
- package/dist/src/validators/user.validator.d.ts +6 -0
- package/dist/src/validators/user.validator.d.ts.map +1 -0
- package/dist/v1/perseed-api.cjs +1459 -0
- package/dist/v1/perseed-api.cjs.map +1 -0
- package/dist/v1/perseed-api.d.ts +1 -0
- package/dist/{perseed-api.mjs → v1/perseed-api.mjs} +347 -156
- package/dist/v1/perseed-api.mjs.map +1 -0
- package/package.json +36 -168
- package/dist/index.d.ts +0 -3073
- package/dist/perseed-api.umd.js +0 -1
- /package/dist/{schemas → src/schemas}/forms/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/forms/update.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/hospital/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/mfa/mfa-login-data.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/mobile/searchnotificationstatus.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/notification_configuration/create_trigger_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/notification_configuration/update_trigger_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/patient/createFullPatient.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/patient/createPatient.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/process_log/create_process_log_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/process_log/update_process_log_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/project/createCategory.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/project/export.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/project/uploadDocument.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/query/patch.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/questionnaire/createQuestionnaire.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/subform/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/subform/update.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/user_settings/APP_FONT_FACTOR.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/user_settings/AUTH_SECURITY_CONFIG.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/user_settings/GenericBooleanSetting.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/activate.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/contact.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/password.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/selfregister.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/unlinkProject.schema.json +0 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
import { default as BaseModel } from '../BaseModel';
|
|
3
|
+
import { default as RequestContext } from '../request/RequestContext';
|
|
4
|
+
export declare enum ScheduledTaskStatus {
|
|
5
|
+
Executing = 0,
|
|
6
|
+
Done = 1,
|
|
7
|
+
Failed = -1,
|
|
8
|
+
Killed = -2
|
|
9
|
+
}
|
|
10
|
+
export type ScheduledTaskLogQuery = Objection.QueryBuilder<ScheduledTaskLog, ScheduledTaskLog[]>;
|
|
11
|
+
export default class ScheduledTaskLog extends BaseModel {
|
|
12
|
+
task_id: number;
|
|
13
|
+
scheduled_date: string | Date;
|
|
14
|
+
start: string | Date;
|
|
15
|
+
end?: string | Date;
|
|
16
|
+
status: ScheduledTaskStatus;
|
|
17
|
+
log?: string;
|
|
18
|
+
static get tableName(): string;
|
|
19
|
+
static get jsonSchema(): {
|
|
20
|
+
type: string;
|
|
21
|
+
properties: {
|
|
22
|
+
id: {
|
|
23
|
+
type: string;
|
|
24
|
+
};
|
|
25
|
+
task_id: {
|
|
26
|
+
type: string;
|
|
27
|
+
};
|
|
28
|
+
scheduled_date: {
|
|
29
|
+
type: string;
|
|
30
|
+
format: string;
|
|
31
|
+
};
|
|
32
|
+
start: {
|
|
33
|
+
type: string;
|
|
34
|
+
format: string;
|
|
35
|
+
};
|
|
36
|
+
end: {
|
|
37
|
+
oneOf: ({
|
|
38
|
+
type: string;
|
|
39
|
+
format: string;
|
|
40
|
+
} | {
|
|
41
|
+
type: string;
|
|
42
|
+
format?: undefined;
|
|
43
|
+
})[];
|
|
44
|
+
};
|
|
45
|
+
status: {
|
|
46
|
+
type: string;
|
|
47
|
+
enum: number[];
|
|
48
|
+
};
|
|
49
|
+
log: {
|
|
50
|
+
oneOf: {
|
|
51
|
+
type: string;
|
|
52
|
+
}[];
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
static getModel(ctx: RequestContext): typeof ScheduledTaskLog;
|
|
57
|
+
static getModelByPool(perseedPool: Objection.TransactionOrKnex): typeof ScheduledTaskLog;
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=ScheduledTasksLog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduledTasksLog.d.ts","sourceRoot":"","sources":["../../../../../src/models/perseed/ScheduledTasksLog.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAA;AACjC,OAAO,SAAS,MAAM,cAAc,CAAA;AACpC,OAAO,cAAc,MAAM,2BAA2B,CAAA;AAEtD,oBAAY,mBAAmB;IAC7B,SAAS,IAAI;IACb,IAAI,IAAI;IACR,MAAM,KAAK;IACX,MAAM,KAAK;CACZ;AAED,MAAM,MAAM,qBAAqB,GAAG,SAAS,CAAC,YAAY,CAAC,gBAAgB,EAAE,gBAAgB,EAAE,CAAC,CAAA;AAEhG,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,SAAS;IACrD,OAAO,EAAG,MAAM,CAAA;IAChB,cAAc,EAAG,MAAM,GAAG,IAAI,CAAA;IAC9B,KAAK,EAAG,MAAM,GAAG,IAAI,CAAA;IACrB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,MAAM,EAAG,mBAAmB,CAAA;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ,MAAM,KAAK,SAAS,WAEnB;IAED,MAAM,KAAK,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAapB;IAED,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,cAAc;IAInC,MAAM,CAAC,cAAc,CAAC,WAAW,EAAE,SAAS,CAAC,iBAAiB;CAG/D"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
import { default as BaseModel } from '../BaseModel';
|
|
3
|
+
import { default as RequestContext } from '../request/RequestContext';
|
|
4
|
+
import { default as User } from '../ecosystem/User';
|
|
5
|
+
import { default as Ecosystem } from '../ecosystem/Ecosystem';
|
|
6
|
+
export type UserSettingValue = string | number | boolean | Record<string, string | number> | string[] | number[];
|
|
7
|
+
export declare enum DBAction {
|
|
8
|
+
get = "get",
|
|
9
|
+
insert = "insert",
|
|
10
|
+
update = "update",
|
|
11
|
+
delete = "delete"
|
|
12
|
+
}
|
|
13
|
+
export interface SettingResponse {
|
|
14
|
+
id: number;
|
|
15
|
+
name: string;
|
|
16
|
+
value: UserSettingValue;
|
|
17
|
+
device_id?: string | null;
|
|
18
|
+
project_name?: string | null;
|
|
19
|
+
ecosystem_name?: string | null;
|
|
20
|
+
}
|
|
21
|
+
export default class UserSettings extends BaseModel {
|
|
22
|
+
login_id: string;
|
|
23
|
+
name: string;
|
|
24
|
+
value: UserSettingValue;
|
|
25
|
+
device_id?: string | null;
|
|
26
|
+
project_name?: string | null;
|
|
27
|
+
ecosystem_name?: string | null;
|
|
28
|
+
static get tableName(): string;
|
|
29
|
+
static get jsonSchema(): {
|
|
30
|
+
type: string;
|
|
31
|
+
properties: {
|
|
32
|
+
id: {
|
|
33
|
+
type: string;
|
|
34
|
+
maxLength: number;
|
|
35
|
+
};
|
|
36
|
+
login_id: {
|
|
37
|
+
type: string;
|
|
38
|
+
maxLength: number;
|
|
39
|
+
};
|
|
40
|
+
name: {
|
|
41
|
+
type: string;
|
|
42
|
+
maxLength: number;
|
|
43
|
+
};
|
|
44
|
+
value: {
|
|
45
|
+
oneOf: {
|
|
46
|
+
type: string;
|
|
47
|
+
}[];
|
|
48
|
+
};
|
|
49
|
+
project_name: {
|
|
50
|
+
oneOf: {
|
|
51
|
+
type: string;
|
|
52
|
+
}[];
|
|
53
|
+
maxLength: number;
|
|
54
|
+
};
|
|
55
|
+
device_id: {
|
|
56
|
+
oneOf: {
|
|
57
|
+
type: string;
|
|
58
|
+
}[];
|
|
59
|
+
maxLength: number;
|
|
60
|
+
};
|
|
61
|
+
ecosystem_name: {
|
|
62
|
+
oneOf: ({
|
|
63
|
+
type: string;
|
|
64
|
+
maxLength?: undefined;
|
|
65
|
+
} | {
|
|
66
|
+
type: string;
|
|
67
|
+
maxLength: number;
|
|
68
|
+
})[];
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
static get relationMappings(): {
|
|
73
|
+
ecosystem: {
|
|
74
|
+
relation: Objection.RelationType;
|
|
75
|
+
modelClass: typeof Ecosystem;
|
|
76
|
+
join: {
|
|
77
|
+
from: string;
|
|
78
|
+
to: string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
static getModel(ctx: RequestContext): typeof UserSettings;
|
|
83
|
+
static getModelByPool(perseedPool: Objection.TransactionOrKnex): typeof UserSettings;
|
|
84
|
+
static checkPermissions(key: string, action: DBAction, settingUserId: string, userLoginId?: string, user?: User, throwException?: boolean): boolean;
|
|
85
|
+
static getBaseQuery(perseedPool: Objection.TransactionOrKnex): Objection.QueryBuilder<UserSettings, UserSettings[]>;
|
|
86
|
+
static getSetting(ctx: RequestContext, key: string, loginId: string, projectName?: string | null, ecosystemName?: string | null, deviceId?: string | null, forceEcosystem?: boolean): Promise<UserSettings | undefined>;
|
|
87
|
+
static delete(ctx: RequestContext, key: string, loginId: string, projectName?: string | null, ecosystemName?: string | null, deviceId?: string | null, forceEcosystem?: boolean): Promise<boolean>;
|
|
88
|
+
static upsert(ctx: RequestContext, key: string, data: UserSettingValue, loginId: string, projectName?: string, ecosystemName?: string, deviceId?: string, forceEcosystem?: boolean): Promise<any>;
|
|
89
|
+
static getSettingsKeys(): string[];
|
|
90
|
+
}
|
|
91
|
+
//# sourceMappingURL=UserSettings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserSettings.d.ts","sourceRoot":"","sources":["../../../../../src/models/perseed/UserSettings.ts"],"names":[],"mappings":"AAAA,OAAO,SAAoB,MAAM,WAAW,CAAA;AAC5C,OAAO,SAAS,MAAM,cAAc,CAAA;AACpC,OAAO,cAAc,MAAM,2BAA2B,CAAA;AAQtD,OAAO,IAAI,MAAM,mBAAmB,CAAA;AACpC,OAAO,SAAS,MAAM,wBAAwB,CAAA;AAI9C,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE,CAAA;AAEhH,oBAAY,QAAQ;IAClB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;AAsHD,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,gBAAgB,CAAA;IACvB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC/B;AAED,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS;IACjD,QAAQ,EAAG,MAAM,CAAA;IACjB,IAAI,EAAG,MAAM,CAAA;IACb,KAAK,EAAG,gBAAgB,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAE9B,MAAM,KAAK,SAAS,WAEnB;IAED,MAAM,KAAK,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAsBpB;IAED,MAAM,KAAK,gBAAgB;;;;;;;;;MAW1B;IAED,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,cAAc;IAInC,MAAM,CAAC,cAAc,CAAC,WAAW,EAAE,SAAS,CAAC,iBAAiB;IAI9D,MAAM,CAAC,gBAAgB,CACrB,GAAG,EAAE,MAAM,EACX,MAAM,EAAE,QAAQ,EAChB,aAAa,EAAE,MAAM,EACrB,WAAW,CAAC,EAAE,MAAM,EACpB,IAAI,CAAC,EAAE,IAAI,EACX,cAAc,UAAO;IAkCvB,MAAM,CAAC,YAAY,CAAC,WAAW,EAAE,SAAS,CAAC,iBAAiB;WAc/C,UAAU,CACrB,GAAG,EAAE,cAAc,EACnB,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,MAAM,EACf,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,EAC3B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,EAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,EACxB,cAAc,CAAC,EAAE,OAAO;WA+Db,MAAM,CACjB,GAAG,EAAE,cAAc,EACnB,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,MAAM,EACf,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,EAC3B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,EAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,EACxB,cAAc,CAAC,EAAE,OAAO;WA6Bb,MAAM,CACjB,GAAG,EAAE,cAAc,EACnB,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,gBAAgB,EACtB,OAAO,EAAE,MAAM,EACf,WAAW,CAAC,EAAE,MAAM,EACpB,aAAa,CAAC,EAAE,MAAM,EACtB,QAAQ,CAAC,EAAE,MAAM,EACjB,cAAc,CAAC,EAAE,OAAO;IAqC1B,MAAM,CAAC,eAAe;CAGvB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Model, QueryBuilder } from 'objection';
|
|
2
|
+
import { default as SubformReference } from './DisplayerSubformReference';
|
|
3
|
+
import { default as BaseModel } from '../BaseModel';
|
|
4
|
+
import { default as RequestContext } from '../request/RequestContext';
|
|
5
|
+
export interface IdRefForm {
|
|
6
|
+
syncId?: number;
|
|
7
|
+
id: number;
|
|
8
|
+
}
|
|
9
|
+
export default class AbstractDisplayer extends BaseModel {
|
|
10
|
+
reference?: SubformReference;
|
|
11
|
+
crf_name: string;
|
|
12
|
+
user_ip?: string;
|
|
13
|
+
creation_user?: number;
|
|
14
|
+
creation_time: string;
|
|
15
|
+
mod_user: number;
|
|
16
|
+
mod_time: string;
|
|
17
|
+
static get QueryBuilder(): typeof CustomQueryBuilder;
|
|
18
|
+
static get uidRefProp(): null;
|
|
19
|
+
static get dbRefProp(): null;
|
|
20
|
+
static getModel(ctx: RequestContext): typeof AbstractDisplayer;
|
|
21
|
+
getString(value: any): any;
|
|
22
|
+
getNumber(value: any): any;
|
|
23
|
+
$beforeDelete(queryContext: any): Promise<void>;
|
|
24
|
+
$afterInsert(queryContext: any): Promise<void>;
|
|
25
|
+
$afterUpdate(opt: any, queryContext: any): Promise<void>;
|
|
26
|
+
$afterSave(queryContext: any, inserting: any, old: any): Promise<any>;
|
|
27
|
+
toIdRefResponse(): IdRefForm;
|
|
28
|
+
getPatientId(): number;
|
|
29
|
+
}
|
|
30
|
+
export declare class CustomQueryBuilder<M extends Model = Model, R = M[]> extends QueryBuilder<M, R> {
|
|
31
|
+
delete(): this;
|
|
32
|
+
nativeDelete(): import('objection').NumberQueryBuilder<this>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=AbstractDisplayer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AbstractDisplayer.d.ts","sourceRoot":"","sources":["../../../../../src/models/project/AbstractDisplayer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAC/C,OAAO,gBAAgB,MAAM,6BAA6B,CAAA;AAE1D,OAAO,SAAS,MAAM,cAAc,CAAA;AACpC,OAAO,cAAc,MAAM,2BAA2B,CAAA;AAEtD,MAAM,WAAW,SAAS;IACxB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,EAAE,EAAE,MAAM,CAAA;CACX;AAGD,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,SAAS;IACtD,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,QAAQ,EAAG,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,aAAa,EAAG,MAAM,CAAA;IACtB,QAAQ,EAAG,MAAM,CAAA;IACjB,QAAQ,EAAG,MAAM,CAAA;IAEjB,MAAM,KAAK,YAAY,8BAEtB;IAED,MAAM,KAAK,UAAU,SAGpB;IAED,MAAM,KAAK,SAAS,SAGnB;IAED,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,cAAc;IAInC,SAAS,CAAC,KAAK,KAAA;IAaf,SAAS,CAAC,KAAK,KAAA;IAWT,aAAa,CAAC,YAAY,KAAA;IAK1B,YAAY,CAAC,YAAY,KAAA;IAMzB,YAAY,CAAC,GAAG,KAAA,EAAE,YAAY,KAAA;IAS9B,UAAU,CAAC,YAAY,KAAA,EAAE,SAAS,KAAA,EAAE,GAAG,KAAA,GAAG,OAAO,CAAC,GAAG,CAAC;IAI5D,eAAe,IAAI,SAAS;IAI5B,YAAY,IAAI,MAAM;CAGvB;AAGD,qBAAa,kBAAkB,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EAAE,CAAC,GAAG,CAAC,EAAE,CAAE,SAAQ,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC;IAG1F,MAAM;IAgBN,YAAY;CAGb"}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { default as Objection, QueryContext } from 'objection';
|
|
2
|
+
import { default as BaseModel } from '../BaseModel';
|
|
3
|
+
import { default as RequestContext } from '../request/RequestContext';
|
|
4
|
+
import { BulkUploadStatus } from '../../schemas/bulk_upload/types';
|
|
5
|
+
export default class BulkUpload extends BaseModel {
|
|
6
|
+
creation_time: string;
|
|
7
|
+
mod_time: string;
|
|
8
|
+
creation_user: number;
|
|
9
|
+
field_id: number;
|
|
10
|
+
file_name: string;
|
|
11
|
+
path: string;
|
|
12
|
+
status: BulkUploadStatus;
|
|
13
|
+
hospital_id: number;
|
|
14
|
+
crf_name: string;
|
|
15
|
+
patient_id?: number;
|
|
16
|
+
batch?: string;
|
|
17
|
+
form_id?: number;
|
|
18
|
+
static get tableName(): string;
|
|
19
|
+
static get jsonSchema(): {
|
|
20
|
+
type: string;
|
|
21
|
+
properties: {
|
|
22
|
+
id: {
|
|
23
|
+
type: string;
|
|
24
|
+
maxLength: number;
|
|
25
|
+
};
|
|
26
|
+
creation_time: {
|
|
27
|
+
type: string;
|
|
28
|
+
format: string;
|
|
29
|
+
};
|
|
30
|
+
mod_time: {
|
|
31
|
+
type: string;
|
|
32
|
+
format: string;
|
|
33
|
+
};
|
|
34
|
+
creation_user: {
|
|
35
|
+
type: string;
|
|
36
|
+
};
|
|
37
|
+
field_id: {
|
|
38
|
+
type: string;
|
|
39
|
+
maxLength: number;
|
|
40
|
+
};
|
|
41
|
+
file_name: {
|
|
42
|
+
type: string;
|
|
43
|
+
};
|
|
44
|
+
path: {
|
|
45
|
+
type: string;
|
|
46
|
+
};
|
|
47
|
+
status: {
|
|
48
|
+
type: string;
|
|
49
|
+
maxLength: number;
|
|
50
|
+
};
|
|
51
|
+
hospital_id: {
|
|
52
|
+
type: string;
|
|
53
|
+
maxLength: number;
|
|
54
|
+
};
|
|
55
|
+
patient_id: {
|
|
56
|
+
type: string[];
|
|
57
|
+
maxLength: number;
|
|
58
|
+
};
|
|
59
|
+
crf_name: {
|
|
60
|
+
type: string;
|
|
61
|
+
maxLength: number;
|
|
62
|
+
};
|
|
63
|
+
form_id: {
|
|
64
|
+
type: string[];
|
|
65
|
+
maxLength: number;
|
|
66
|
+
};
|
|
67
|
+
batch: {
|
|
68
|
+
oneOf: ({
|
|
69
|
+
type: string;
|
|
70
|
+
maxLength: number;
|
|
71
|
+
} | {
|
|
72
|
+
type: string;
|
|
73
|
+
maxLength?: undefined;
|
|
74
|
+
})[];
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
additionalProperties: boolean;
|
|
78
|
+
};
|
|
79
|
+
static get relationMappings(): {
|
|
80
|
+
field: {
|
|
81
|
+
relation: Objection.RelationType;
|
|
82
|
+
modelClass: string;
|
|
83
|
+
join: {
|
|
84
|
+
from: string;
|
|
85
|
+
to: string;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
static getModel(ctx: RequestContext): typeof BulkUpload;
|
|
90
|
+
static getModelByPool(projectPool: Objection.TransactionOrKnex): typeof BulkUpload;
|
|
91
|
+
$beforeInsert(context: QueryContext): void;
|
|
92
|
+
$beforeUpdate(): void;
|
|
93
|
+
}
|
|
94
|
+
//# sourceMappingURL=BulkUpload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkUpload.d.ts","sourceRoot":"","sources":["../../../../../src/models/project/BulkUpload.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAS,YAAY,EAAE,MAAM,WAAW,CAAA;AAC1D,OAAO,SAAS,MAAM,cAAc,CAAA;AACpC,OAAO,cAAc,MAAM,2BAA2B,CAAA;AAEtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAA;AAElE,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,SAAS;IAC/C,aAAa,EAAG,MAAM,CAAA;IACtB,QAAQ,EAAG,MAAM,CAAA;IACjB,aAAa,EAAG,MAAM,CAAA;IACtB,QAAQ,EAAG,MAAM,CAAA;IACjB,SAAS,EAAG,MAAM,CAAA;IAClB,IAAI,EAAG,MAAM,CAAA;IACb,MAAM,EAAG,gBAAgB,CAAA;IACzB,WAAW,EAAG,MAAM,CAAA;IACpB,QAAQ,EAAG,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB,MAAM,KAAK,SAAS,WAEnB;IAED,MAAM,KAAK,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoBpB;IAED,MAAM,KAAK,gBAAgB;;;;;;;;;MAW1B;IAED,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,cAAc;IAInC,MAAM,CAAC,cAAc,CAAC,WAAW,EAAE,SAAS,CAAC,iBAAiB;IAK9D,aAAa,CAAC,OAAO,EAAE,YAAY;IAOnC,aAAa;CAGd"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { default as BaseModel } from '../BaseModel';
|
|
2
|
+
export default class Categories extends BaseModel {
|
|
3
|
+
name: string;
|
|
4
|
+
static get tableName(): string;
|
|
5
|
+
static get jsonSchema(): {
|
|
6
|
+
type: string;
|
|
7
|
+
properties: {
|
|
8
|
+
id: {
|
|
9
|
+
type: string;
|
|
10
|
+
};
|
|
11
|
+
name: {
|
|
12
|
+
type: string;
|
|
13
|
+
maxLength: number;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=Categories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Categories.d.ts","sourceRoot":"","sources":["../../../../../src/models/project/Categories.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,cAAc,CAAA;AAEpC,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,SAAS;IAC/C,IAAI,EAAG,MAAM,CAAA;IAEb,MAAM,KAAK,SAAS,WAEnB;IAED,MAAM,KAAK,UAAU;;;;;;;;;;;MAQpB;CACF"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { default as BaseModel } from '../BaseModel';
|
|
2
|
+
import { default as RequestContext } from '../request/RequestContext';
|
|
3
|
+
export default class ConfigurationPatient extends BaseModel {
|
|
4
|
+
project_id: number;
|
|
5
|
+
name: string;
|
|
6
|
+
field: string;
|
|
7
|
+
type: string;
|
|
8
|
+
status: number;
|
|
9
|
+
list_filter: string;
|
|
10
|
+
sort_field: string;
|
|
11
|
+
order_by: number;
|
|
12
|
+
static get tableName(): string;
|
|
13
|
+
static get jsonSchema(): {
|
|
14
|
+
type: string;
|
|
15
|
+
properties: {
|
|
16
|
+
id: {
|
|
17
|
+
type: string;
|
|
18
|
+
};
|
|
19
|
+
project_id: {
|
|
20
|
+
type: string;
|
|
21
|
+
};
|
|
22
|
+
name: {
|
|
23
|
+
type: string;
|
|
24
|
+
};
|
|
25
|
+
field: {
|
|
26
|
+
type: string;
|
|
27
|
+
};
|
|
28
|
+
type: {
|
|
29
|
+
type: string;
|
|
30
|
+
};
|
|
31
|
+
status: {
|
|
32
|
+
type: string;
|
|
33
|
+
};
|
|
34
|
+
list_filter: {
|
|
35
|
+
type: string;
|
|
36
|
+
};
|
|
37
|
+
sort_field: {
|
|
38
|
+
type: string;
|
|
39
|
+
};
|
|
40
|
+
order_by: {
|
|
41
|
+
type: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
static getModel(ctx: RequestContext): typeof ConfigurationPatient;
|
|
46
|
+
static getConfigurationPatient(ctx: RequestContext, patientListId?: number | number[] | null): Promise<{
|
|
47
|
+
id: string;
|
|
48
|
+
name: string;
|
|
49
|
+
type: string;
|
|
50
|
+
label: string;
|
|
51
|
+
required: string;
|
|
52
|
+
crf_name: string;
|
|
53
|
+
status: string;
|
|
54
|
+
}[]>;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=ConfigurationPatient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfigurationPatient.d.ts","sourceRoot":"","sources":["../../../../../src/models/project/ConfigurationPatient.ts"],"names":[],"mappings":"AAEA,OAAO,SAAS,MAAM,cAAc,CAAA;AACpC,OAAO,cAAc,MAAM,2BAA2B,CAAA;AAEtD,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,SAAS;IACzD,UAAU,EAAG,MAAM,CAAA;IACnB,IAAI,EAAG,MAAM,CAAA;IACb,KAAK,EAAG,MAAM,CAAA;IACd,IAAI,EAAG,MAAM,CAAA;IACb,MAAM,EAAG,MAAM,CAAA;IACf,WAAW,EAAG,MAAM,CAAA;IACpB,UAAU,EAAG,MAAM,CAAA;IACnB,QAAQ,EAAG,MAAM,CAAA;IAEjB,MAAM,KAAK,SAAS,WAEnB;IAED,MAAM,KAAK,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAepB;IAED,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,cAAc;WAItB,uBAAuB,CAAC,GAAG,EAAE,cAAc,EAAE,aAAa,GAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAW;;;;;;;;;CAoBzG"}
|
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
import { default as AbstractDisplayer } from './AbstractDisplayer';
|
|
3
|
+
import { default as Categories } from './Categories';
|
|
4
|
+
import { default as DesignerCrfMeta } from './DesignerCrfMeta';
|
|
5
|
+
import { default as DesignerField } from './DesignerField';
|
|
6
|
+
import { JobParams } from '../../Services/RedisQueueService';
|
|
7
|
+
import { default as BaseModel } from '../BaseModel';
|
|
8
|
+
import { default as RequestContext, NoUserRequestContext } from '../request/RequestContext';
|
|
9
|
+
import { default as FormValue } from '../virtual/FormValue';
|
|
10
|
+
import { default as QuestionnaireCrf } from '../virtual/QuestionnaireCrf';
|
|
11
|
+
import { TriggerAction } from '../../schemas/notification_configuration/types';
|
|
12
|
+
import { QuestionnaireInfoUpdateOptions } from '../../schemas';
|
|
13
|
+
type QueryBuilder = Objection.QueryBuilder<AbstractDisplayer, AbstractDisplayer[]>;
|
|
14
|
+
export type AfterDisplayerSaveHookParams = {
|
|
15
|
+
formName: string;
|
|
16
|
+
patientId: number;
|
|
17
|
+
formId: number;
|
|
18
|
+
data?: Record<string, unknown>;
|
|
19
|
+
isSubform: boolean;
|
|
20
|
+
action: TriggerAction;
|
|
21
|
+
updateOptions?: QuestionnaireInfoUpdateOptions;
|
|
22
|
+
preExistingData?: Record<string, unknown>;
|
|
23
|
+
};
|
|
24
|
+
export type CrfAction = 'view' | 'edit' | 'delete';
|
|
25
|
+
export type PatientResponseField = {
|
|
26
|
+
id: number;
|
|
27
|
+
name: string;
|
|
28
|
+
label: string;
|
|
29
|
+
field_type: any;
|
|
30
|
+
values?: {
|
|
31
|
+
value: string;
|
|
32
|
+
key: string;
|
|
33
|
+
}[];
|
|
34
|
+
value?: string;
|
|
35
|
+
options?: {
|
|
36
|
+
label: string;
|
|
37
|
+
}[];
|
|
38
|
+
meta?: {
|
|
39
|
+
name: string;
|
|
40
|
+
value: string | null;
|
|
41
|
+
}[];
|
|
42
|
+
};
|
|
43
|
+
export type PatientResponseMultiple = {
|
|
44
|
+
parent_id: number | null;
|
|
45
|
+
label_crf: string;
|
|
46
|
+
name: string;
|
|
47
|
+
actions: CrfAction[];
|
|
48
|
+
crf_key?: string;
|
|
49
|
+
show_total: boolean;
|
|
50
|
+
label_crf_mobilesummary?: string[];
|
|
51
|
+
crf_mobile_summary?: string[];
|
|
52
|
+
versions: PatientResponseSingle[];
|
|
53
|
+
};
|
|
54
|
+
export type PatientResponseSingle = {
|
|
55
|
+
id: number;
|
|
56
|
+
parent_id: number | null;
|
|
57
|
+
label_crf: string;
|
|
58
|
+
name: string;
|
|
59
|
+
actions: CrfAction[];
|
|
60
|
+
fields: PatientResponseField[];
|
|
61
|
+
};
|
|
62
|
+
export type PatientResponse = PatientResponseSingle | PatientResponseMultiple;
|
|
63
|
+
export interface PatientsDataResponse {
|
|
64
|
+
patient_id: number;
|
|
65
|
+
data: FormValue;
|
|
66
|
+
values: Record<string, any>;
|
|
67
|
+
}
|
|
68
|
+
export declare const CRF_AFTER_SAVE_HANDLER_NAME = "DesignerCrf.afterDisplayerSaveHooksJob";
|
|
69
|
+
export default class DesignerCrf extends BaseModel {
|
|
70
|
+
user_ip: string;
|
|
71
|
+
clinical_procedure_id: number;
|
|
72
|
+
parent_crf: number;
|
|
73
|
+
name: string;
|
|
74
|
+
label: string;
|
|
75
|
+
description: string;
|
|
76
|
+
crf_type_id: number;
|
|
77
|
+
meta: DesignerCrfMeta[];
|
|
78
|
+
fields: DesignerField[];
|
|
79
|
+
category: Categories;
|
|
80
|
+
static get tableName(): string;
|
|
81
|
+
static get jsonSchema(): {
|
|
82
|
+
type: string;
|
|
83
|
+
properties: {
|
|
84
|
+
id: {
|
|
85
|
+
type: string;
|
|
86
|
+
};
|
|
87
|
+
user_ip: {
|
|
88
|
+
type: string;
|
|
89
|
+
maxLength: number;
|
|
90
|
+
};
|
|
91
|
+
creation_time: {
|
|
92
|
+
type: string;
|
|
93
|
+
format: string;
|
|
94
|
+
};
|
|
95
|
+
creation_user: {
|
|
96
|
+
type: string;
|
|
97
|
+
};
|
|
98
|
+
mod_time: {
|
|
99
|
+
type: string;
|
|
100
|
+
format: string;
|
|
101
|
+
};
|
|
102
|
+
mod_user: {
|
|
103
|
+
type: string;
|
|
104
|
+
};
|
|
105
|
+
clinical_procedure_id: {
|
|
106
|
+
type: string;
|
|
107
|
+
};
|
|
108
|
+
parent_crf: {
|
|
109
|
+
type: string;
|
|
110
|
+
};
|
|
111
|
+
name: {
|
|
112
|
+
type: string;
|
|
113
|
+
maxLength: number;
|
|
114
|
+
};
|
|
115
|
+
label: {
|
|
116
|
+
type: string;
|
|
117
|
+
maxLength: number;
|
|
118
|
+
};
|
|
119
|
+
description: {
|
|
120
|
+
type: string;
|
|
121
|
+
};
|
|
122
|
+
crf_type_id: {
|
|
123
|
+
type: string;
|
|
124
|
+
};
|
|
125
|
+
categories_id: {
|
|
126
|
+
type: string;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
static get relationMappings(): {
|
|
131
|
+
meta: {
|
|
132
|
+
relation: Objection.RelationType;
|
|
133
|
+
modelClass: string;
|
|
134
|
+
join: {
|
|
135
|
+
from: string;
|
|
136
|
+
to: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
fields: {
|
|
140
|
+
relation: Objection.RelationType;
|
|
141
|
+
modelClass: string;
|
|
142
|
+
join: {
|
|
143
|
+
from: string;
|
|
144
|
+
to: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
category: {
|
|
148
|
+
relation: Objection.RelationType;
|
|
149
|
+
modelClass: string;
|
|
150
|
+
join: {
|
|
151
|
+
from: string;
|
|
152
|
+
to: string;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
get order(): number;
|
|
157
|
+
get dependency(): any;
|
|
158
|
+
static getModel(ctx: NoUserRequestContext): typeof DesignerCrf;
|
|
159
|
+
static getDesigner(ctx: NoUserRequestContext, formName: string): Promise<DesignerCrf>;
|
|
160
|
+
static getDesignerById(ctx: RequestContext, id: number): Promise<DesignerCrf>;
|
|
161
|
+
static getDesigners(ctx: RequestContext): Promise<DesignerCrf[]>;
|
|
162
|
+
static getDesignersWithMeta(ctx: RequestContext, ids?: number[]): Promise<DesignerCrf[]>;
|
|
163
|
+
static getDisplayerModel<T extends typeof AbstractDisplayer = typeof AbstractDisplayer>(ctx: RequestContext, formName: string, parseFields?: boolean, joinModels?: string[]): Promise<T>;
|
|
164
|
+
static getDisplayerItem<T extends AbstractDisplayer = AbstractDisplayer>(ctx: RequestContext, formName: string, formId: number): Promise<T>;
|
|
165
|
+
static getFormValues(ctx: RequestContext, formName: string, formId: number): Promise<FormValue | undefined>;
|
|
166
|
+
static getPatientId(ctx: RequestContext, formName: string, formId: number): Promise<number>;
|
|
167
|
+
static checkIfPatientExists(ctx: RequestContext, patientId: number): Promise<any>;
|
|
168
|
+
static getPatient(ctx: RequestContext, patientId: number): Promise<FormValue | undefined>;
|
|
169
|
+
static getPatientsIds(ctx: RequestContext, formName: string, whereObj: Objection.PartialModelObject<DesignerCrf>): Promise<any[]>;
|
|
170
|
+
static afterDisplayerSaveHooksJob(ctx: RequestContext, params: JobParams): Promise<void>;
|
|
171
|
+
$beforeDelete(queryContext: any): Promise<void>;
|
|
172
|
+
$beforeUpdate(opt: any, queryContext: any): Promise<void>;
|
|
173
|
+
$afterFind(queryContext: any): void;
|
|
174
|
+
getPatientIdFieldName(): string;
|
|
175
|
+
loadSubformsDesignerField(ctx: RequestContext): Promise<void[]>;
|
|
176
|
+
removeSubformFields(): void;
|
|
177
|
+
getSubformFieldsId(): number[];
|
|
178
|
+
isQuestionary(): boolean;
|
|
179
|
+
isMultiple(): boolean;
|
|
180
|
+
getMetaValue(meta: any): string | null;
|
|
181
|
+
hasHistory(): boolean;
|
|
182
|
+
getHistoryCrf(): number | null;
|
|
183
|
+
getFieldById(id: string | number): DesignerField | null;
|
|
184
|
+
getPermissions(user: any, projectName: any): CrfAction[];
|
|
185
|
+
/**
|
|
186
|
+
* @param {User} user
|
|
187
|
+
* @param {string} projectName
|
|
188
|
+
* @returns {boolean}
|
|
189
|
+
*/
|
|
190
|
+
isEnabled(user: any, projectName: any): any;
|
|
191
|
+
/**
|
|
192
|
+
* Should be displayed in FormsView/MyData Mobile view
|
|
193
|
+
* @param {User} user
|
|
194
|
+
* @param {string} projectName
|
|
195
|
+
* @returns {boolean}
|
|
196
|
+
*/
|
|
197
|
+
canShowOnForms(user: any, projectName: any): boolean;
|
|
198
|
+
/**
|
|
199
|
+
* Should be displayed in History Mobile view
|
|
200
|
+
* @param {User} user
|
|
201
|
+
* @param {string} projectName
|
|
202
|
+
* @returns {boolean}
|
|
203
|
+
*/
|
|
204
|
+
canShowOnHistory(user: any, projectName: any): any;
|
|
205
|
+
/**
|
|
206
|
+
* Returns array of name of views the form should be displayed
|
|
207
|
+
* @param {User} user
|
|
208
|
+
* @param {string} projectName
|
|
209
|
+
* @returns {String[]}
|
|
210
|
+
*/
|
|
211
|
+
getViews(user: any, projectName: any): string[];
|
|
212
|
+
isPatientForm(): boolean;
|
|
213
|
+
loadValuesForPatients(ctx: RequestContext, idField: string, ids: number[], parseFields?: boolean, formIds?: number[], alterQuery?: (query: QueryBuilder, crf: DesignerCrf) => void): Promise<{
|
|
214
|
+
patient_id: number;
|
|
215
|
+
data: FormValue[];
|
|
216
|
+
}[]>;
|
|
217
|
+
loadValues(ctx: RequestContext, idField: string, idValue: string | number | string[] | number[], fields?: string[], modifyQuery?: (query: QueryBuilder) => QueryBuilder): Promise<FormValue[]>;
|
|
218
|
+
parseValues(ctx: RequestContext, data: AbstractDisplayer[], fields: DesignerField[], cache?: Record<string, any>): Promise<FormValue[]>;
|
|
219
|
+
getValueFields(): DesignerField[];
|
|
220
|
+
getMainCrfField(): DesignerField | undefined;
|
|
221
|
+
getValuesResponse(ctx: RequestContext, formId: number): Promise<{
|
|
222
|
+
[x: string]: string | null | undefined;
|
|
223
|
+
}[]>;
|
|
224
|
+
getFieldsResponse(ctx: RequestContext): Promise<import('../../schemas').DesignerFieldResponse[]>;
|
|
225
|
+
getPatientResponse(ctx: RequestContext, patientId: any): Promise<PatientResponse | undefined>;
|
|
226
|
+
getSubformResponse(ctx: RequestContext, formId: number, userId: number, projectName: string, subformName: string): Promise<any>;
|
|
227
|
+
getPatientStructureResponse(ctx: RequestContext, patientId: number, projectName: string): Promise<{
|
|
228
|
+
label: string;
|
|
229
|
+
name: string;
|
|
230
|
+
versions: {
|
|
231
|
+
id: number;
|
|
232
|
+
crf_key: string;
|
|
233
|
+
name: string | null;
|
|
234
|
+
}[];
|
|
235
|
+
} | {
|
|
236
|
+
id: number | null;
|
|
237
|
+
label: string;
|
|
238
|
+
name: string;
|
|
239
|
+
}>;
|
|
240
|
+
toResponseMultiple(action: any, values: any, ctx: RequestContext): Promise<PatientResponseMultiple | undefined>;
|
|
241
|
+
toResponseMultipleStructure(values: any): {
|
|
242
|
+
label: string;
|
|
243
|
+
name: string;
|
|
244
|
+
versions: {
|
|
245
|
+
id: number;
|
|
246
|
+
crf_key: string;
|
|
247
|
+
name: string | null;
|
|
248
|
+
}[];
|
|
249
|
+
};
|
|
250
|
+
getPatientListResponse(ctx: RequestContext, patientId: number): Promise<any[] | undefined>;
|
|
251
|
+
toResponseMultiplePatientList(values: any): any[];
|
|
252
|
+
getPatientsDataResponse(ctx: RequestContext, patientIds: number[], sortFields?: boolean, parseFields?: boolean, formIds?: number[], alterQuery?: (query: QueryBuilder, crf: DesignerCrf) => void): Promise<PatientsDataResponse[]>;
|
|
253
|
+
private buildPatientsDataResponse;
|
|
254
|
+
removeEmptyHeaders(response: any): any;
|
|
255
|
+
getFormName(ctx: RequestContext, formId: any): Promise<string | undefined>;
|
|
256
|
+
getNextFormName(ctx: RequestContext): Promise<string | undefined>;
|
|
257
|
+
getField(name: any): DesignerField | undefined;
|
|
258
|
+
getFieldDBValue(ctx: RequestContext, name: string, value: any): any;
|
|
259
|
+
getFieldDisplayValue(ctx: RequestContext, name: string, value: any): any;
|
|
260
|
+
/**
|
|
261
|
+
*
|
|
262
|
+
* @returns {DesignerField[]}
|
|
263
|
+
*/
|
|
264
|
+
findSubforms(): DesignerField[];
|
|
265
|
+
filterSubformFields(): Record<number, any>;
|
|
266
|
+
getDisplayer<T extends typeof AbstractDisplayer = typeof AbstractDisplayer>(ctx: RequestContext, formName?: string, parseFields?: boolean, joinModels?: string[]): Promise<T>;
|
|
267
|
+
_mapSubformReference(ctx: RequestContext, subformData: Record<string, any>, inserting: boolean, field: DesignerField, formId?: number): Promise<Record<string, any>>;
|
|
268
|
+
_mapReferences(ctx: RequestContext, body: Record<string, any>, inserting: true): any;
|
|
269
|
+
_mapReferences(ctx: RequestContext, body: Record<string, any>, inserting: false, formId: number): any;
|
|
270
|
+
update(ctx: RequestContext, id: string | number, data: Record<string, any>, updateOptions?: QuestionnaireInfoUpdateOptions, completeSubformName?: string, context?: Record<string, unknown>): Promise<AbstractDisplayer>;
|
|
271
|
+
/**
|
|
272
|
+
* Get all fields from this form that are reference fields for any crf
|
|
273
|
+
* @param ctx
|
|
274
|
+
*/
|
|
275
|
+
getReferenceFields(ctx: RequestContext): Promise<DesignerField[]>;
|
|
276
|
+
getReferenceFieldValue(ctx: RequestContext, patientId: number, referencedField?: DesignerField, data?: Record<string, any>): Promise<string | undefined>;
|
|
277
|
+
getQuestionnaireReferences(ctx: RequestContext, by?: string | string[], crfs?: DesignerCrf[]): Promise<QuestionnaireCrf[]>;
|
|
278
|
+
/**
|
|
279
|
+
* Get all crfs referencing this crf.
|
|
280
|
+
* For each one call the handleReferenceChange.
|
|
281
|
+
*/
|
|
282
|
+
updateReferenceForms(ctx: RequestContext, patientId: number, updateOptions?: QuestionnaireInfoUpdateOptions): Promise<PromiseSettledResult<void>[]>;
|
|
283
|
+
afterDisplayerSaveHooks(ctx: RequestContext, formName: string, data: Record<string, any>, isSubform: boolean, patientId: number, formId: number, action: TriggerAction, updateOptions?: QuestionnaireInfoUpdateOptions, preExistingData?: Record<string, unknown>, context?: Record<string, unknown>): Promise<void>;
|
|
284
|
+
beforeDisplayerSaveHooks(ctx: RequestContext, formName: string, data: Record<string, any>, action: TriggerAction): Promise<void>;
|
|
285
|
+
insertHistoryRecords(ctx: RequestContext, formName: string, data: Record<string, any>): Promise<void>;
|
|
286
|
+
insert<M extends AbstractDisplayer>(ctx: RequestContext, data: Objection.PartialModelGraph<M>, completeSubformName?: string): Promise<M>;
|
|
287
|
+
getValueByFieldId(ctx: RequestContext, patientId: number, fieldId: number): Promise<string | null>;
|
|
288
|
+
}
|
|
289
|
+
export {};
|
|
290
|
+
//# sourceMappingURL=DesignerCrf.d.ts.map
|