@persei/perseed-api 5.0.0-beta.1 → 5.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +1 -0
- package/dist/global-pagination.d.ts +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/src/schemas/dashboard_widget/col.d.ts +26 -0
- package/dist/src/schemas/dashboard_widget/col.d.ts.map +1 -0
- 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/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.d.ts +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
import { default as Ecosystem } from './Ecosystem';
|
|
3
|
+
import { default as NotificationInfo } from './NotificationInfo';
|
|
4
|
+
import { default as Project } from './Project';
|
|
5
|
+
import { default as BaseModel } from '../BaseModel';
|
|
6
|
+
import { default as RequestContext } from '../request/RequestContext';
|
|
7
|
+
import { default as User } from './User';
|
|
8
|
+
import { NotificationConfigurationConf, TriggerAction } from '../../schemas/notification_configuration/types';
|
|
9
|
+
import { ApiActionContextData } from '../../schemas/api_action/ApiActionTypes';
|
|
10
|
+
import { default as ProcessLog } from './ProcessLog';
|
|
11
|
+
export declare const ValidTriggerModels: string[];
|
|
12
|
+
export default class NotificationConfiguration extends BaseModel {
|
|
13
|
+
project_id: number;
|
|
14
|
+
ecosystem_id: number;
|
|
15
|
+
user_id: number | null;
|
|
16
|
+
notified_about: string;
|
|
17
|
+
language?: string | null;
|
|
18
|
+
roles: string;
|
|
19
|
+
text_content: string;
|
|
20
|
+
project: Project;
|
|
21
|
+
notification_info: NotificationInfo[];
|
|
22
|
+
ecosystem: Ecosystem;
|
|
23
|
+
procedure_condition_meta_id?: number;
|
|
24
|
+
configuration?: NotificationConfigurationConf | null;
|
|
25
|
+
static get tableName(): string;
|
|
26
|
+
static get jsonSchema(): {
|
|
27
|
+
type: string;
|
|
28
|
+
properties: {
|
|
29
|
+
id: {
|
|
30
|
+
type: string;
|
|
31
|
+
};
|
|
32
|
+
project_id: {
|
|
33
|
+
type: string;
|
|
34
|
+
};
|
|
35
|
+
ecosystem_id: {
|
|
36
|
+
type: string;
|
|
37
|
+
};
|
|
38
|
+
user_id: {
|
|
39
|
+
oneOf: {
|
|
40
|
+
type: string;
|
|
41
|
+
}[];
|
|
42
|
+
};
|
|
43
|
+
notified_about: {
|
|
44
|
+
type: string;
|
|
45
|
+
};
|
|
46
|
+
roles: {
|
|
47
|
+
type: string;
|
|
48
|
+
};
|
|
49
|
+
language: {
|
|
50
|
+
oneOf: {
|
|
51
|
+
type: string;
|
|
52
|
+
}[];
|
|
53
|
+
};
|
|
54
|
+
text_content: {
|
|
55
|
+
type: string;
|
|
56
|
+
};
|
|
57
|
+
procedure_condition_meta_id: {
|
|
58
|
+
oneOf: {
|
|
59
|
+
type: string;
|
|
60
|
+
}[];
|
|
61
|
+
};
|
|
62
|
+
configuration: {
|
|
63
|
+
oneOf: {
|
|
64
|
+
type: string;
|
|
65
|
+
}[];
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
static get relationMappings(): {
|
|
70
|
+
project: {
|
|
71
|
+
relation: Objection.RelationType;
|
|
72
|
+
modelClass: string;
|
|
73
|
+
join: {
|
|
74
|
+
from: string;
|
|
75
|
+
to: string;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
notification_info: {
|
|
79
|
+
relation: Objection.RelationType;
|
|
80
|
+
modelClass: string;
|
|
81
|
+
join: {
|
|
82
|
+
from: string;
|
|
83
|
+
to: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
ecosystem: {
|
|
87
|
+
relation: Objection.RelationType;
|
|
88
|
+
modelClass: string;
|
|
89
|
+
join: {
|
|
90
|
+
from: string;
|
|
91
|
+
to: string;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
static getModel(ctx: RequestContext): typeof NotificationConfiguration;
|
|
96
|
+
static insert(ctx: RequestContext, data: Objection.PartialModelObject<NotificationConfiguration>, fullResponse: true): Promise<NotificationConfiguration>;
|
|
97
|
+
static insert(ctx: RequestContext, data: Objection.PartialModelObject<NotificationConfiguration>): Promise<number>;
|
|
98
|
+
static getTriggers(ctx: RequestContext, action: TriggerAction, modelName: string, modelTrigger?: boolean): Promise<NotificationConfiguration[]>;
|
|
99
|
+
static getNotificationConfigurationById(ctx: RequestContext, id: number): Objection.QueryBuilder<NotificationConfiguration, NotificationConfiguration | undefined>;
|
|
100
|
+
static getByProjectId(ctx: RequestContext, projectId: number): Objection.QueryBuilder<NotificationConfiguration, NotificationConfiguration[]>;
|
|
101
|
+
getModelByName(ctx: RequestContext, modelName?: string): Promise<typeof import('../project/AbstractDisplayer').default | typeof User | typeof ProcessLog | undefined>;
|
|
102
|
+
crfName(): string | null;
|
|
103
|
+
actionTrigger(): TriggerAction | null;
|
|
104
|
+
isCrfTrigger(): boolean;
|
|
105
|
+
isModelTrigger(): boolean;
|
|
106
|
+
isDisplayerTrigger(): boolean;
|
|
107
|
+
isFieldTrigger(): boolean;
|
|
108
|
+
getModelName(): string | undefined;
|
|
109
|
+
getModelJoin(): string[];
|
|
110
|
+
addJoinDataToModels(ctx: RequestContext, context: ApiActionContextData): Promise<ApiActionContextData>;
|
|
111
|
+
isFulfilled(ctx: RequestContext, modelOrFormName: string, action: TriggerAction, current: Record<string, unknown>, old?: Record<string, unknown>): Promise<boolean>;
|
|
112
|
+
addPatientToContext(ctx: RequestContext, context: ApiActionContextData): Promise<ApiActionContextData>;
|
|
113
|
+
getContextData(ctx: RequestContext, current: Record<string, unknown>, old?: Record<string, unknown> | null): Promise<ApiActionContextData>;
|
|
114
|
+
private isModelFulfilled;
|
|
115
|
+
private isCrfFulfilled;
|
|
116
|
+
}
|
|
117
|
+
//# sourceMappingURL=NotificationConfiguration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationConfiguration.d.ts","sourceRoot":"","sources":["../../../../../src/models/ecosystem/NotificationConfiguration.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
import { default as NotificationConfiguration } from './NotificationConfiguration';
|
|
3
|
+
import { default as UserProfiling } from './UserProfiling';
|
|
4
|
+
import { default as BaseModel } from '../BaseModel';
|
|
5
|
+
import { default as RequestContext } from '../request/RequestContext';
|
|
6
|
+
import { ApiAction } from '../../schemas/notification_configuration/types';
|
|
7
|
+
export declare enum NotificationInfoNotified {
|
|
8
|
+
EMAIL = 1,
|
|
9
|
+
PUSH_NOTIFICATION = 2,
|
|
10
|
+
PLATFORM = 3,
|
|
11
|
+
SMS = 4,
|
|
12
|
+
HL7 = 5,
|
|
13
|
+
OCR = 6,
|
|
14
|
+
EXPORTER_EMAIL = 7,
|
|
15
|
+
SCORING = 8,
|
|
16
|
+
ACTION = 9
|
|
17
|
+
}
|
|
18
|
+
export default class NotificationInfo extends BaseModel {
|
|
19
|
+
subject: string | ApiAction;
|
|
20
|
+
sender: string;
|
|
21
|
+
sender_name: string;
|
|
22
|
+
email: string;
|
|
23
|
+
send_to: number;
|
|
24
|
+
notified: number;
|
|
25
|
+
profile_id: number;
|
|
26
|
+
configuration_id: number;
|
|
27
|
+
notification_configuration: NotificationConfiguration;
|
|
28
|
+
user_profiling: UserProfiling[];
|
|
29
|
+
static get tableName(): string;
|
|
30
|
+
static get jsonSchema(): {
|
|
31
|
+
type: string;
|
|
32
|
+
properties: {
|
|
33
|
+
id: {
|
|
34
|
+
type: string;
|
|
35
|
+
};
|
|
36
|
+
subject: {
|
|
37
|
+
type: string;
|
|
38
|
+
};
|
|
39
|
+
sender: {
|
|
40
|
+
type: string;
|
|
41
|
+
};
|
|
42
|
+
sender_name: {
|
|
43
|
+
type: string;
|
|
44
|
+
};
|
|
45
|
+
email: {
|
|
46
|
+
type: string;
|
|
47
|
+
};
|
|
48
|
+
send_to: {
|
|
49
|
+
type: string;
|
|
50
|
+
};
|
|
51
|
+
notified: {
|
|
52
|
+
type: string;
|
|
53
|
+
};
|
|
54
|
+
profile_id: {
|
|
55
|
+
type: string;
|
|
56
|
+
};
|
|
57
|
+
configuration_id: {
|
|
58
|
+
type: string;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
static get relationMappings(): {
|
|
63
|
+
notification_configuration: {
|
|
64
|
+
relation: Objection.RelationType;
|
|
65
|
+
modelClass: string;
|
|
66
|
+
join: {
|
|
67
|
+
from: string;
|
|
68
|
+
to: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
user_profiling: {
|
|
72
|
+
relation: Objection.RelationType;
|
|
73
|
+
modelClass: string;
|
|
74
|
+
join: {
|
|
75
|
+
from: string;
|
|
76
|
+
to: string;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
static getModel(ctx: RequestContext): typeof NotificationInfo;
|
|
81
|
+
static getByConfigurationId(ctx: RequestContext, configurationId: any): Objection.QueryBuilder<NotificationInfo, NotificationInfo | undefined>;
|
|
82
|
+
static insert(ctx: RequestContext, data: Objection.PartialModelObject<NotificationInfo>): Promise<number>;
|
|
83
|
+
/**
|
|
84
|
+
* Get the ID and its configuration ID of a notification for a certain type, about and recipient in a project
|
|
85
|
+
*/
|
|
86
|
+
static getNotificationConfiguration(ctx: RequestContext, projectId: number, sendTo: number, notifiedAbout: string, notifiedType: number): Promise<NotificationInfo | undefined>;
|
|
87
|
+
static getSmsConfiguration(ctx: RequestContext): Promise<NotificationInfo | undefined>;
|
|
88
|
+
static getSmsConfigurationFor(ctx: RequestContext, language: any, projectId: any): Promise<NotificationInfo | undefined>;
|
|
89
|
+
}
|
|
90
|
+
//# sourceMappingURL=NotificationInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationInfo.d.ts","sourceRoot":"","sources":["../../../../../src/models/ecosystem/NotificationInfo.ts"],"names":[],"mappings":"AAAA,OAAO,SAAoB,MAAM,WAAW,CAAA;AAC5C,OAAO,KAAK,yBAAyB,MAAM,6BAA6B,CAAA;AACxE,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAA;AAEhD,OAAO,SAAS,MAAM,cAAc,CAAA;AACpC,OAAO,cAAc,MAAM,2BAA2B,CAAA;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAA;AAE1E,oBAAY,wBAAwB;IAClC,KAAK,IAAI;IACT,iBAAiB,IAAI;IACrB,QAAQ,IAAI;IACZ,GAAG,IAAI;IACP,GAAG,IAAI;IACP,GAAG,IAAI;IACP,cAAc,IAAI;IAClB,OAAO,IAAI;IACX,MAAM,IAAI;CACX;AAED,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,SAAS;IACrD,OAAO,EAAG,MAAM,GAAG,SAAS,CAAA;IAC5B,MAAM,EAAG,MAAM,CAAA;IACf,WAAW,EAAG,MAAM,CAAA;IACpB,KAAK,EAAG,MAAM,CAAA;IACd,OAAO,EAAG,MAAM,CAAA;IAChB,QAAQ,EAAG,MAAM,CAAA;IACjB,UAAU,EAAG,MAAM,CAAA;IACnB,gBAAgB,EAAG,MAAM,CAAA;IACzB,0BAA0B,EAAG,yBAAyB,CAAA;IACtD,cAAc,EAAG,aAAa,EAAE,CAAA;IAEhC,MAAM,KAAK,SAAS,WAEnB;IAED,MAAM,KAAK,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAepB;IAED,MAAM,KAAK,gBAAgB;;;;;;;;;;;;;;;;;MAmB1B;IAED,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,cAAc;IAInC,MAAM,CAAC,oBAAoB,CAAC,GAAG,EAAE,cAAc,EAAE,eAAe,EAAE,GAAG;WAUxD,MAAM,CAAC,GAAG,EAAE,cAAc,EAAE,IAAI,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC;IAM/G;;OAEG;WACU,4BAA4B,CACvC,GAAG,EAAE,cAAc,EACnB,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,MAAM;WAYT,mBAAmB,CAAC,GAAG,EAAE,cAAc;WASvC,sBAAsB,CAAC,GAAG,EAAE,cAAc,EAAE,QAAQ,KAAA,EAAE,SAAS,KAAA;CAU7E"}
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
import { default as NotificationConfiguration } from './NotificationConfiguration';
|
|
3
|
+
import { default as NotificationUserStatus } from './NotificationUserStatus';
|
|
4
|
+
import { default as BaseModel } from '../BaseModel';
|
|
5
|
+
import { default as RequestContext } from '../request/RequestContext';
|
|
6
|
+
export declare enum NotificationLogType {
|
|
7
|
+
REMINDER = "reminder",
|
|
8
|
+
SPECIFIC = "specific"
|
|
9
|
+
}
|
|
10
|
+
export interface NotificationLogInput extends Omit<NotificationLog, 'notification_configuration_id' | 'send_to'> {
|
|
11
|
+
notification_config_id: number | null;
|
|
12
|
+
recipient: number;
|
|
13
|
+
}
|
|
14
|
+
export default class NotificationLog extends BaseModel {
|
|
15
|
+
status: number;
|
|
16
|
+
user_id: number;
|
|
17
|
+
notification_configuration_id: number | null;
|
|
18
|
+
message: string;
|
|
19
|
+
created_at?: number;
|
|
20
|
+
role: string;
|
|
21
|
+
send_to: number;
|
|
22
|
+
project_id: number;
|
|
23
|
+
manual_notified_from: number;
|
|
24
|
+
subject: string;
|
|
25
|
+
description: string;
|
|
26
|
+
detail: string;
|
|
27
|
+
text_color: string;
|
|
28
|
+
type_of_button: string;
|
|
29
|
+
notified: number;
|
|
30
|
+
notified_about: string;
|
|
31
|
+
type: string;
|
|
32
|
+
number: string;
|
|
33
|
+
url: string;
|
|
34
|
+
label: string;
|
|
35
|
+
model: string;
|
|
36
|
+
model_id: number;
|
|
37
|
+
notification_configuration: NotificationConfiguration;
|
|
38
|
+
notification_status?: NotificationUserStatus;
|
|
39
|
+
date?: string;
|
|
40
|
+
expiration_date?: Date;
|
|
41
|
+
patient_id?: any;
|
|
42
|
+
static get tableName(): string;
|
|
43
|
+
static get jsonSchema(): {
|
|
44
|
+
type: string;
|
|
45
|
+
required: string[];
|
|
46
|
+
properties: {
|
|
47
|
+
id: {
|
|
48
|
+
type: string;
|
|
49
|
+
};
|
|
50
|
+
status: {
|
|
51
|
+
type: string;
|
|
52
|
+
default: number;
|
|
53
|
+
minimum: number;
|
|
54
|
+
maximum: number;
|
|
55
|
+
};
|
|
56
|
+
user_id: {
|
|
57
|
+
type: string;
|
|
58
|
+
};
|
|
59
|
+
notification_configuration_id: {
|
|
60
|
+
oneOf: {
|
|
61
|
+
type: string;
|
|
62
|
+
}[];
|
|
63
|
+
};
|
|
64
|
+
message: {
|
|
65
|
+
type: string;
|
|
66
|
+
};
|
|
67
|
+
created_at: {
|
|
68
|
+
type: string;
|
|
69
|
+
};
|
|
70
|
+
role: {
|
|
71
|
+
type: string;
|
|
72
|
+
};
|
|
73
|
+
send_to: {
|
|
74
|
+
type: string;
|
|
75
|
+
};
|
|
76
|
+
project_id: {
|
|
77
|
+
type: string;
|
|
78
|
+
};
|
|
79
|
+
manual_notified_from: {
|
|
80
|
+
type: string;
|
|
81
|
+
};
|
|
82
|
+
subject: {
|
|
83
|
+
type: string;
|
|
84
|
+
};
|
|
85
|
+
description: {
|
|
86
|
+
type: string;
|
|
87
|
+
};
|
|
88
|
+
detail: {
|
|
89
|
+
type: string;
|
|
90
|
+
};
|
|
91
|
+
text_color: {
|
|
92
|
+
type: string;
|
|
93
|
+
};
|
|
94
|
+
type_of_button: {
|
|
95
|
+
type: string;
|
|
96
|
+
};
|
|
97
|
+
notified: {
|
|
98
|
+
type: string;
|
|
99
|
+
};
|
|
100
|
+
notified_about: {
|
|
101
|
+
type: string;
|
|
102
|
+
};
|
|
103
|
+
type: {
|
|
104
|
+
type: string;
|
|
105
|
+
};
|
|
106
|
+
number: {
|
|
107
|
+
type: string;
|
|
108
|
+
};
|
|
109
|
+
url: {
|
|
110
|
+
type: string;
|
|
111
|
+
};
|
|
112
|
+
label: {
|
|
113
|
+
type: string;
|
|
114
|
+
};
|
|
115
|
+
model: {
|
|
116
|
+
type: string;
|
|
117
|
+
};
|
|
118
|
+
model_id: {
|
|
119
|
+
type: string;
|
|
120
|
+
};
|
|
121
|
+
expiration_date: {
|
|
122
|
+
oneOf: ({
|
|
123
|
+
type: string;
|
|
124
|
+
format: string;
|
|
125
|
+
} | {
|
|
126
|
+
type: string;
|
|
127
|
+
format?: undefined;
|
|
128
|
+
})[];
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
static get relationMappings(): {
|
|
133
|
+
notification_configuration: {
|
|
134
|
+
relation: Objection.RelationType;
|
|
135
|
+
modelClass: string;
|
|
136
|
+
join: {
|
|
137
|
+
from: string;
|
|
138
|
+
to: string;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
notification_status: {
|
|
142
|
+
relation: Objection.RelationType;
|
|
143
|
+
modelClass: string;
|
|
144
|
+
join: {
|
|
145
|
+
from: string;
|
|
146
|
+
to: string;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
static getModel(ctx: RequestContext): typeof NotificationLog;
|
|
151
|
+
static insert(ctx: RequestContext, data: Objection.PartialModelObject<NotificationLogInput>): Promise<number>;
|
|
152
|
+
static getNotificationList(ctx: RequestContext, filter?: Objection.PartialModelObject<NotificationLog>, showExpired?: boolean): Objection.QueryBuilder<NotificationLog, NotificationLog[]>;
|
|
153
|
+
static getNotificationsListByProject(ctx: RequestContext, notifiedType: string[], projectId: number, showExpired?: boolean, loadPatientNumber?: boolean, notificationConfigurationId?: string[]): Promise<NotificationLog[] | {
|
|
154
|
+
patient_number: string | null;
|
|
155
|
+
status: number;
|
|
156
|
+
user_id: number;
|
|
157
|
+
notification_configuration_id: number | null;
|
|
158
|
+
message: string;
|
|
159
|
+
created_at?: number;
|
|
160
|
+
role: string;
|
|
161
|
+
send_to: number;
|
|
162
|
+
project_id: number;
|
|
163
|
+
manual_notified_from: number;
|
|
164
|
+
subject: string;
|
|
165
|
+
description: string;
|
|
166
|
+
detail: string;
|
|
167
|
+
text_color: string;
|
|
168
|
+
type_of_button: string;
|
|
169
|
+
notified: number;
|
|
170
|
+
notified_about: string;
|
|
171
|
+
type: string;
|
|
172
|
+
number: string;
|
|
173
|
+
url: string;
|
|
174
|
+
label: string;
|
|
175
|
+
model: string;
|
|
176
|
+
model_id: number;
|
|
177
|
+
notification_configuration: NotificationConfiguration;
|
|
178
|
+
notification_status?: NotificationUserStatus;
|
|
179
|
+
date?: string;
|
|
180
|
+
expiration_date?: Date;
|
|
181
|
+
patient_id?: any;
|
|
182
|
+
id: number;
|
|
183
|
+
$modelClass: Objection.ModelClass<NotificationLog>;
|
|
184
|
+
QueryBuilderType: Objection.QueryBuilder<NotificationLog, NotificationLog[]>;
|
|
185
|
+
}[]>;
|
|
186
|
+
static getNotificationsListByProjectAndByNotificationConfigurationId(ctx: RequestContext, notifiedType: string[], notificationConfigurationId: string[], projectId: number, showExpired?: boolean, loadPatientNumber?: boolean): Promise<NotificationLog[] | {
|
|
187
|
+
patient_number: string | null;
|
|
188
|
+
status: number;
|
|
189
|
+
user_id: number;
|
|
190
|
+
notification_configuration_id: number | null;
|
|
191
|
+
message: string;
|
|
192
|
+
created_at?: number;
|
|
193
|
+
role: string;
|
|
194
|
+
send_to: number;
|
|
195
|
+
project_id: number;
|
|
196
|
+
manual_notified_from: number;
|
|
197
|
+
subject: string;
|
|
198
|
+
description: string;
|
|
199
|
+
detail: string;
|
|
200
|
+
text_color: string;
|
|
201
|
+
type_of_button: string;
|
|
202
|
+
notified: number;
|
|
203
|
+
notified_about: string;
|
|
204
|
+
type: string;
|
|
205
|
+
number: string;
|
|
206
|
+
url: string;
|
|
207
|
+
label: string;
|
|
208
|
+
model: string;
|
|
209
|
+
model_id: number;
|
|
210
|
+
notification_configuration: NotificationConfiguration;
|
|
211
|
+
notification_status?: NotificationUserStatus;
|
|
212
|
+
date?: string;
|
|
213
|
+
expiration_date?: Date;
|
|
214
|
+
patient_id?: any;
|
|
215
|
+
id: number;
|
|
216
|
+
$modelClass: Objection.ModelClass<NotificationLog>;
|
|
217
|
+
QueryBuilderType: Objection.QueryBuilder<NotificationLog, NotificationLog[]>;
|
|
218
|
+
}[]>;
|
|
219
|
+
static getNotificationsListPaging(ctx: RequestContext, page: number, pageSize: number, filter?: Objection.PartialModelObject<NotificationLog>, showExpired?: boolean): Promise<Objection.Page<NotificationLog>>;
|
|
220
|
+
static questionnaireCompleted(ctx: RequestContext, userId: number, questionnaireId: number): Promise<boolean>;
|
|
221
|
+
}
|
|
222
|
+
//# sourceMappingURL=NotificationLog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationLog.d.ts","sourceRoot":"","sources":["../../../../../src/models/ecosystem/NotificationLog.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
import { default as RequestContext } from '../request/RequestContext';
|
|
3
|
+
import { default as PerseedNotificationTemplate } from './PerseedNotificationTemplate';
|
|
4
|
+
export declare enum NotificationType {
|
|
5
|
+
SMS = "sms",
|
|
6
|
+
EMAIL = "email"
|
|
7
|
+
}
|
|
8
|
+
export default class NotificationTemplate extends PerseedNotificationTemplate {
|
|
9
|
+
project_id?: number;
|
|
10
|
+
static get tableName(): string;
|
|
11
|
+
static get jsonSchema(): {
|
|
12
|
+
properties: {
|
|
13
|
+
project_id: {
|
|
14
|
+
oneOf: {
|
|
15
|
+
type: string;
|
|
16
|
+
}[];
|
|
17
|
+
};
|
|
18
|
+
id: {
|
|
19
|
+
type: string;
|
|
20
|
+
};
|
|
21
|
+
language: {
|
|
22
|
+
type: string;
|
|
23
|
+
maxLength: number;
|
|
24
|
+
};
|
|
25
|
+
notification_type: {
|
|
26
|
+
type: string;
|
|
27
|
+
maxLength: number;
|
|
28
|
+
};
|
|
29
|
+
type: {
|
|
30
|
+
type: string;
|
|
31
|
+
maxLength: number;
|
|
32
|
+
};
|
|
33
|
+
sender: {
|
|
34
|
+
oneOf: ({
|
|
35
|
+
type: string;
|
|
36
|
+
maxLength: number;
|
|
37
|
+
} | {
|
|
38
|
+
type: string;
|
|
39
|
+
maxLength?: undefined;
|
|
40
|
+
})[];
|
|
41
|
+
};
|
|
42
|
+
sender_name: {
|
|
43
|
+
oneOf: ({
|
|
44
|
+
type: string;
|
|
45
|
+
maxLength: number;
|
|
46
|
+
} | {
|
|
47
|
+
type: string;
|
|
48
|
+
maxLength?: undefined;
|
|
49
|
+
})[];
|
|
50
|
+
};
|
|
51
|
+
subject: {
|
|
52
|
+
oneOf: {
|
|
53
|
+
type: string;
|
|
54
|
+
}[];
|
|
55
|
+
};
|
|
56
|
+
template: {
|
|
57
|
+
oneOf: {
|
|
58
|
+
type: string;
|
|
59
|
+
}[];
|
|
60
|
+
};
|
|
61
|
+
is_sent_create_proposal: {
|
|
62
|
+
type: string;
|
|
63
|
+
};
|
|
64
|
+
active: {
|
|
65
|
+
type: string;
|
|
66
|
+
};
|
|
67
|
+
options: {
|
|
68
|
+
oneOf: {
|
|
69
|
+
type: string;
|
|
70
|
+
}[];
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
type: string;
|
|
74
|
+
};
|
|
75
|
+
static getModel(ctx: RequestContext): typeof NotificationTemplate;
|
|
76
|
+
static getModelByPool(ecosystemPool: Objection.TransactionOrKnex): typeof NotificationTemplate;
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=NotificationTemplate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationTemplate.d.ts","sourceRoot":"","sources":["../../../../../src/models/ecosystem/NotificationTemplate.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAA;AACjC,OAAO,cAAc,MAAM,2BAA2B,CAAA;AACtD,OAAO,2BAA2B,MAAM,+BAA+B,CAAA;AAEvE,oBAAY,gBAAgB;IAC1B,GAAG,QAAQ;IACX,KAAK,UAAU;CAChB;AAED,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,2BAA2B;IAC3E,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB,MAAM,KAAK,SAAS,WAEnB;IAED,MAAM,KAAK,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAQpB;IAED,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,cAAc;IAInC,MAAM,CAAC,cAAc,CAAC,aAAa,EAAE,SAAS,CAAC,iBAAiB;CAGjE"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { default as NotificationLog } from './NotificationLog';
|
|
2
|
+
import { default as BaseModel } from '../BaseModel';
|
|
3
|
+
import { default as RequestContext } from '../request/RequestContext';
|
|
4
|
+
export default class NotificationUserStatus extends BaseModel {
|
|
5
|
+
status: number;
|
|
6
|
+
deleted: number;
|
|
7
|
+
user_id: number | null;
|
|
8
|
+
notification_log_id: number | null;
|
|
9
|
+
notification_log: NotificationLog;
|
|
10
|
+
static get tableName(): string;
|
|
11
|
+
static get jsonSchema(): {
|
|
12
|
+
type: string;
|
|
13
|
+
required: string[];
|
|
14
|
+
properties: {
|
|
15
|
+
id: {
|
|
16
|
+
type: string;
|
|
17
|
+
};
|
|
18
|
+
status: {
|
|
19
|
+
type: string;
|
|
20
|
+
default: number;
|
|
21
|
+
minimum: number;
|
|
22
|
+
maximum: number;
|
|
23
|
+
};
|
|
24
|
+
deleted: {
|
|
25
|
+
type: string;
|
|
26
|
+
default: number;
|
|
27
|
+
minimum: number;
|
|
28
|
+
maximum: number;
|
|
29
|
+
};
|
|
30
|
+
user_id: {
|
|
31
|
+
oneOf: {
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
};
|
|
35
|
+
notification_log_id: {
|
|
36
|
+
oneOf: {
|
|
37
|
+
type: string;
|
|
38
|
+
}[];
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
static get relationMappings(): {
|
|
43
|
+
notification_log: {
|
|
44
|
+
relation: import('objection').RelationType;
|
|
45
|
+
modelClass: string;
|
|
46
|
+
join: {
|
|
47
|
+
from: string;
|
|
48
|
+
to: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
static getModel(ctx: RequestContext): typeof NotificationUserStatus;
|
|
53
|
+
static getNotificationStatus(ctx: RequestContext, ids?: number[]): Promise<NotificationUserStatus[]>;
|
|
54
|
+
static getNotificationStatusByUserCreator(ctx: RequestContext, userId: number, ids?: number[]): Promise<NotificationUserStatus[]>;
|
|
55
|
+
static getAllNotificationsStatus(ctx: RequestContext, projectId: number, showExpired?: boolean): import('objection').QueryBuilder<NotificationUserStatus, NotificationUserStatus[]>;
|
|
56
|
+
static getAllNotificationStatusByUserAndProject(ctx: RequestContext, userId: number, notified: number, projectId: number, showExpired?: boolean): Promise<NotificationUserStatus[]>;
|
|
57
|
+
static getAllNotificationStatusByProject(ctx: RequestContext, notifiedType: string[], notification_configuration_id: string[], projectId: number, showExpired?: boolean): Promise<NotificationUserStatus[]>;
|
|
58
|
+
static insert(ctx: RequestContext, notificationLogId: number, userId: number, status?: number): Promise<number>;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=NotificationUserStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationUserStatus.d.ts","sourceRoot":"","sources":["../../../../../src/models/ecosystem/NotificationUserStatus.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,eAAe,MAAM,mBAAmB,CAAA;AAEpD,OAAO,SAAS,MAAM,cAAc,CAAA;AACpC,OAAO,cAAc,MAAM,2BAA2B,CAAA;AAEtD,MAAM,CAAC,OAAO,OAAO,sBAAuB,SAAQ,SAAS;IAC3D,MAAM,EAAG,MAAM,CAAA;IACf,OAAO,EAAG,MAAM,CAAA;IAChB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAA;IACvB,mBAAmB,EAAG,MAAM,GAAG,IAAI,CAAA;IACnC,gBAAgB,EAAG,eAAe,CAAA;IAElC,MAAM,KAAK,SAAS,WAEnB;IAED,MAAM,KAAK,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAYpB;IAED,MAAM,KAAK,gBAAgB;;;;;;;;;MAW1B;IAED,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,cAAc;WAItB,qBAAqB,CAAC,GAAG,EAAE,cAAc,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE;WAQzD,kCAAkC,CAAC,GAAG,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE;IASnG,MAAM,CAAC,yBAAyB,CAAC,GAAG,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,OAAO;WAmBjF,wCAAwC,CACnD,GAAG,EAAE,cAAc,EACnB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,EACjB,WAAW,CAAC,EAAE,OAAO;WAMV,iCAAiC,CAC5C,GAAG,EAAE,cAAc,EACnB,YAAY,EAAE,MAAM,EAAE,EACtB,6BAA6B,EAAE,MAAM,EAAE,EACvC,SAAS,EAAE,MAAM,EACjB,WAAW,CAAC,EAAE,OAAO;WAWV,MAAM,CAAC,GAAG,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;CASpG"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
import { default as BaseModel } from '../BaseModel';
|
|
3
|
+
import { default as RequestContext } from '../request/RequestContext';
|
|
4
|
+
export type OutComeQuery = Objection.QueryBuilder<Outcome, Outcome[]>;
|
|
5
|
+
export default class Outcome extends BaseModel {
|
|
6
|
+
project_id: number;
|
|
7
|
+
clinic_id: number;
|
|
8
|
+
created_at: string;
|
|
9
|
+
created_user: number;
|
|
10
|
+
name: string;
|
|
11
|
+
identifier?: string;
|
|
12
|
+
value: number;
|
|
13
|
+
from: string;
|
|
14
|
+
to: string;
|
|
15
|
+
meta_data?: Record<string, any>;
|
|
16
|
+
static get tableName(): string;
|
|
17
|
+
static get jsonSchema(): {
|
|
18
|
+
type: string;
|
|
19
|
+
properties: {
|
|
20
|
+
id: {
|
|
21
|
+
type: string;
|
|
22
|
+
maxLength: number;
|
|
23
|
+
};
|
|
24
|
+
project_id: {
|
|
25
|
+
type: string;
|
|
26
|
+
maxLength: number;
|
|
27
|
+
};
|
|
28
|
+
clinic_id: {
|
|
29
|
+
oneOf: {
|
|
30
|
+
type: string;
|
|
31
|
+
}[];
|
|
32
|
+
maxLength: number;
|
|
33
|
+
};
|
|
34
|
+
created_at: {
|
|
35
|
+
type: string;
|
|
36
|
+
format: string;
|
|
37
|
+
};
|
|
38
|
+
created_user: {
|
|
39
|
+
oneOf: {
|
|
40
|
+
type: string;
|
|
41
|
+
}[];
|
|
42
|
+
maxLength: number;
|
|
43
|
+
};
|
|
44
|
+
name: {
|
|
45
|
+
type: string;
|
|
46
|
+
};
|
|
47
|
+
identifier: {
|
|
48
|
+
oneOf: {
|
|
49
|
+
type: string;
|
|
50
|
+
}[];
|
|
51
|
+
default: null;
|
|
52
|
+
};
|
|
53
|
+
value: {
|
|
54
|
+
type: string;
|
|
55
|
+
};
|
|
56
|
+
from: {
|
|
57
|
+
type: string;
|
|
58
|
+
format: string;
|
|
59
|
+
};
|
|
60
|
+
to: {
|
|
61
|
+
type: string;
|
|
62
|
+
format: string;
|
|
63
|
+
};
|
|
64
|
+
meta_data: {
|
|
65
|
+
oneOf: {
|
|
66
|
+
type: string;
|
|
67
|
+
}[];
|
|
68
|
+
default: null;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
static getModel(ctx: RequestContext): typeof Outcome;
|
|
73
|
+
static getModelByPool(ecosystemPool: Objection.TransactionOrKnex): typeof Outcome;
|
|
74
|
+
$afterFind(): void;
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=Outcome.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Outcome.d.ts","sourceRoot":"","sources":["../../../../../src/models/ecosystem/Outcome.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAA;AACjC,OAAO,SAAS,MAAM,cAAc,CAAA;AACpC,OAAO,cAAc,MAAM,2BAA2B,CAAA;AAEtD,MAAM,MAAM,YAAY,GAAG,SAAS,CAAC,YAAY,CAAC,OAAO,EAAE,OAAO,EAAE,CAAC,CAAA;AAErE,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,SAAS;IAC5C,UAAU,EAAG,MAAM,CAAA;IACnB,SAAS,EAAG,MAAM,CAAA;IAClB,UAAU,EAAG,MAAM,CAAA;IACnB,YAAY,EAAG,MAAM,CAAA;IACrB,IAAI,EAAG,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,EAAG,MAAM,CAAA;IACd,IAAI,EAAG,MAAM,CAAA;IACb,EAAE,EAAG,MAAM,CAAA;IACX,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAE/B,MAAM,KAAK,SAAS,WAEnB;IAED,MAAM,KAAK,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuBpB;IAED,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,cAAc;IAInC,MAAM,CAAC,cAAc,CAAC,aAAa,EAAE,SAAS,CAAC,iBAAiB;IAIhE,UAAU;CAGX"}
|