@persei/perseed-api 5.0.0-beta.1 → 5.0.0-beta.3
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/index.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 +4 -4
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export declare enum Services {
|
|
2
|
+
SMS = "SMS",
|
|
3
|
+
EMAIL = "EMAIL",
|
|
4
|
+
PUSH = "PUSH"
|
|
5
|
+
}
|
|
6
|
+
export interface SMSSendInput {
|
|
7
|
+
service: Services.SMS;
|
|
8
|
+
sender?: string | null;
|
|
9
|
+
recipient: string;
|
|
10
|
+
message: string;
|
|
11
|
+
locale: string;
|
|
12
|
+
}
|
|
13
|
+
export type SMSSendInputSimple = Omit<SMSSendInput, 'service'>;
|
|
14
|
+
export interface EMAILSendInput {
|
|
15
|
+
service: Services.EMAIL;
|
|
16
|
+
sender?: string | null;
|
|
17
|
+
recipient: string;
|
|
18
|
+
message: string;
|
|
19
|
+
sender_name: string;
|
|
20
|
+
subject: string;
|
|
21
|
+
}
|
|
22
|
+
export interface EMAILSendInputSimple extends Omit<EMAILSendInput, 'service' | 'recipient'> {
|
|
23
|
+
recipient: string[] | string;
|
|
24
|
+
}
|
|
25
|
+
export interface PUSHSendInput {
|
|
26
|
+
service: Services.PUSH;
|
|
27
|
+
recipient: string;
|
|
28
|
+
message: string;
|
|
29
|
+
subject: string;
|
|
30
|
+
}
|
|
31
|
+
export type SendInput = SMSSendInput | EMAILSendInput | PUSHSendInput;
|
|
32
|
+
declare function send(input: SendInput): Promise<boolean | undefined>;
|
|
33
|
+
declare function sendSMS(input: SMSSendInputSimple): Promise<boolean | undefined>;
|
|
34
|
+
declare function sendEmail(input: EMAILSendInputSimple): Promise<Promise<boolean | undefined>[]>;
|
|
35
|
+
declare const ArcangelService: {
|
|
36
|
+
send: typeof send;
|
|
37
|
+
sendSMS: typeof sendSMS;
|
|
38
|
+
sendEmail: typeof sendEmail;
|
|
39
|
+
};
|
|
40
|
+
export default ArcangelService;
|
|
41
|
+
//# sourceMappingURL=ArcangelService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArcangelService.d.ts","sourceRoot":"","sources":["../../../../src/Services/ArcangelService.ts"],"names":[],"mappings":"AAqBA,oBAAY,QAAQ;IAClB,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,IAAI,SAAS;CACd;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,QAAQ,CAAC,GAAG,CAAA;IACrB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;CACf;AAED,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,CAAA;AAE9D,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,QAAQ,CAAC,KAAK,CAAA;IACvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,oBAAqB,SAAQ,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,WAAW,CAAC;IACzF,SAAS,EAAE,MAAM,EAAE,GAAG,MAAM,CAAA;CAC7B;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAA;IACtB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,MAAM,SAAS,GAAG,YAAY,GAAG,cAAc,GAAG,aAAa,CAAA;AAErE,iBAAe,IAAI,CAAC,KAAK,EAAE,SAAS,gCA4CnC;AAED,iBAAe,OAAO,CAAC,KAAK,EAAE,kBAAkB,gCAM/C;AAED,iBAAe,SAAS,CAAC,KAAK,EAAE,oBAAoB,2CAiBnD;AAED,QAAA,MAAM,eAAe;;;;CAIpB,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { default as AuthenticationSecurity, ReceiversMap } from '../models/virtual/AuthenticationSecurity';
|
|
2
|
+
import { default as Objection } from 'objection';
|
|
3
|
+
import { UserData } from '../controllers/AuthController';
|
|
4
|
+
import { MFAErrorCode } from '../errors/public/PublicMFAError';
|
|
5
|
+
import { MFALoginData, MFAMethod, MFAMethodCode } from '../schemas/authentication_security/types';
|
|
6
|
+
import { FastifyRequest } from 'fastify';
|
|
7
|
+
declare function getAuthenticationSecurityData(ecosystemPool: Objection.TransactionOrKnex, loginId: string): Promise<AuthenticationSecurity>;
|
|
8
|
+
declare function getMergedAuthenticationSecurityData(users: UserData[]): Promise<AuthenticationSecurity>;
|
|
9
|
+
declare function validateMFA(data: MFALoginData, loginId: string[]): Promise<boolean>;
|
|
10
|
+
declare function getMFAMethodRecipient(method: MFAMethod, users: UserData[]): Promise<string | undefined>;
|
|
11
|
+
declare function methodNeedsReceiver(code: MFAMethodCode | undefined): code is "sms" | "email";
|
|
12
|
+
declare function getMethodHint(code: MFAMethodCode | undefined, receiver?: string): string | undefined;
|
|
13
|
+
declare function prepareMFA(method: MFAMethod, users: UserData[], receivers: ReceiversMap): Promise<MFAErrorCode | undefined>;
|
|
14
|
+
declare function isTrustedDevice(req: FastifyRequest, users: UserData[], deviceId?: string): Promise<boolean>;
|
|
15
|
+
declare const AuthenticationSecurityService: {
|
|
16
|
+
getAuthenticationSecurityData: typeof getAuthenticationSecurityData;
|
|
17
|
+
validateMFA: typeof validateMFA;
|
|
18
|
+
isTrustedDevice: typeof isTrustedDevice;
|
|
19
|
+
getMergedAuthenticationSecurityData: typeof getMergedAuthenticationSecurityData;
|
|
20
|
+
prepareMFA: typeof prepareMFA;
|
|
21
|
+
getMFAMethodRecipient: typeof getMFAMethodRecipient;
|
|
22
|
+
methodNeedsReceiver: typeof methodNeedsReceiver;
|
|
23
|
+
getMethodHint: typeof getMethodHint;
|
|
24
|
+
};
|
|
25
|
+
export default AuthenticationSecurityService;
|
|
26
|
+
export interface UserOption {
|
|
27
|
+
username?: string;
|
|
28
|
+
password?: string;
|
|
29
|
+
loginToken?: string;
|
|
30
|
+
useEmailOnly?: boolean;
|
|
31
|
+
ecosystem?: string[];
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=AuthenticationSecurityService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthenticationSecurityService.d.ts","sourceRoot":"","sources":["../../../../src/Services/AuthenticationSecurityService.ts"],"names":[],"mappings":"AACA,OAAO,sBAAsB,EAAE,EAE7B,YAAY,EACb,MAAM,0CAA0C,CAAA;AAIjD,OAAO,SAAS,MAAM,WAAW,CAAA;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAA;AAOxD,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAM9D,OAAO,EAEL,YAAY,EACZ,SAAS,EACT,aAAa,EACd,MAAM,0CAA0C,CAAA;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAYxC,iBAAe,6BAA6B,CAAC,aAAa,EAAE,SAAS,CAAC,iBAAiB,EAAE,OAAO,EAAE,MAAM,mCA+CvG;AAED,iBAAe,mCAAmC,CAAC,KAAK,EAAE,QAAQ,EAAE,mCASnE;AAED,iBAAe,WAAW,CAAC,IAAI,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,OAAO,CAAC,CAElF;AAED,iBAAe,qBAAqB,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,+BAoBxE;AAED,iBAAS,mBAAmB,CAAC,IAAI,EAAE,aAAa,GAAG,SAAS,2BAE3D;AAED,iBAAS,aAAa,CAAC,IAAI,EAAE,aAAa,GAAG,SAAS,EAAE,QAAQ,CAAC,EAAE,MAAM,sBAaxE;AAED,iBAAe,UAAU,CACvB,MAAM,EAAE,SAAS,EACjB,KAAK,EAAE,QAAQ,EAAE,EACjB,SAAS,EAAE,YAAY,GACtB,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC,CAwEnC;AAED,iBAAe,eAAe,CAAC,GAAG,EAAE,cAAc,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,QAAQ,CAAC,EAAE,MAAM,oBAkBvF;AAED,QAAA,MAAM,6BAA6B;;;;;;;;;CASlC,CAAA;AAED,eAAe,6BAA6B,CAAA;AAE5C,MAAM,WAAW,UAAU;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;CACrB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as BulkUpload } from '../models/project/BulkUpload';
|
|
2
|
+
import { default as RequestContext } from '../models/request/RequestContext';
|
|
3
|
+
import { UpdateBulkUploadPayload } from '../schemas/bulk_upload/types';
|
|
4
|
+
declare const BulkUploadService: {
|
|
5
|
+
update: (ctx: RequestContext, payload: UpdateBulkUploadPayload) => Promise<BulkUpload>;
|
|
6
|
+
};
|
|
7
|
+
export default BulkUploadService;
|
|
8
|
+
//# sourceMappingURL=BulkUploadService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkUploadService.d.ts","sourceRoot":"","sources":["../../../../src/Services/BulkUploadService.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,8BAA8B,CAAA;AACrD,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AAItE,QAAA,MAAM,iBAAiB;kBACD,cAAc,WAAW,uBAAuB;CAUrE,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { default as RequestContext } from '../models/request/RequestContext';
|
|
2
|
+
/**
|
|
3
|
+
* Deletes redis and node cache by tag
|
|
4
|
+
* @param tagKey
|
|
5
|
+
* @param tagValue
|
|
6
|
+
* @return {Promise<void>}
|
|
7
|
+
*/
|
|
8
|
+
declare function clearCacheByTag(tagKey: any, tagValue: any): Promise<void>;
|
|
9
|
+
declare function clearDesigner(crf: any): void;
|
|
10
|
+
declare function clearForm(crf: any, id: any): void;
|
|
11
|
+
export interface CacheOptions {
|
|
12
|
+
enabled: boolean;
|
|
13
|
+
requestDependent: boolean;
|
|
14
|
+
serializable: boolean;
|
|
15
|
+
ecosystemDependent: boolean;
|
|
16
|
+
projectDependent: boolean;
|
|
17
|
+
userDependent: boolean;
|
|
18
|
+
patientDependent: boolean;
|
|
19
|
+
tags: Record<string, any>;
|
|
20
|
+
}
|
|
21
|
+
export declare class RequestCache {
|
|
22
|
+
cache: Record<string, any>;
|
|
23
|
+
cacheHits: Record<string, number>;
|
|
24
|
+
redisCacheHits: Record<string, number>;
|
|
25
|
+
nodeCacheHits: Record<string, number>;
|
|
26
|
+
ctx: RequestContext;
|
|
27
|
+
constructor(ctx: RequestContext);
|
|
28
|
+
get ecosystem(): string | null | undefined;
|
|
29
|
+
get project(): string | null | undefined;
|
|
30
|
+
get userId(): number | undefined;
|
|
31
|
+
get patientId(): number | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* Merge options
|
|
34
|
+
* @param {object} options
|
|
35
|
+
* @return {*&{projectDependent: boolean, patientDependent: boolean, userDependent: boolean, requestDependent: boolean, serializable: boolean, ecosystemDependent: boolean}}
|
|
36
|
+
*/
|
|
37
|
+
getOptions(options: any): CacheOptions;
|
|
38
|
+
/**
|
|
39
|
+
* @param {string} key
|
|
40
|
+
* @param {object} options
|
|
41
|
+
* @return {string}
|
|
42
|
+
*/
|
|
43
|
+
getCacheKey(key: any, options: any): string;
|
|
44
|
+
getTagsWithDependencyTags(options: CacheOptions): {
|
|
45
|
+
[x: string]: any;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Add an item to the cache
|
|
49
|
+
* @param {string} key
|
|
50
|
+
* @param {any} value
|
|
51
|
+
* @param {any} opt
|
|
52
|
+
* @return {any}
|
|
53
|
+
*/
|
|
54
|
+
add<T = any>(key: string, value: T, opt?: Partial<CacheOptions>): T;
|
|
55
|
+
addToLocal<T>(key: any, value: any, tags?: {}, options?: Partial<CacheOptions>): T;
|
|
56
|
+
addToRedis(key: any, value: any, tags?: {}, options?: Partial<CacheOptions>): any;
|
|
57
|
+
_addToRequestCache(key: any, value: any): void;
|
|
58
|
+
_addToRedisCache(key: any, value: any, tags: any): void;
|
|
59
|
+
_addToNodeCache(key: any, value: any, tags: any): void;
|
|
60
|
+
/**
|
|
61
|
+
* Get an item from the cache
|
|
62
|
+
* @param {string} key
|
|
63
|
+
* @param {any} defaultValue
|
|
64
|
+
* @param {any} options
|
|
65
|
+
* @return {any}
|
|
66
|
+
*/
|
|
67
|
+
get(key: any, defaultValue?: null, options?: Partial<CacheOptions>): Promise<any>;
|
|
68
|
+
/**
|
|
69
|
+
* Return cached value from local node cache
|
|
70
|
+
* This function is used in not async environments
|
|
71
|
+
* @param key
|
|
72
|
+
* @param defaultValue
|
|
73
|
+
* @param options
|
|
74
|
+
* @return {null|*}
|
|
75
|
+
*/
|
|
76
|
+
getFromLocal<T = any>(key: any, defaultValue?: T | null, options?: Partial<CacheOptions>): T | null;
|
|
77
|
+
/**
|
|
78
|
+
* Return cached value from local node cache
|
|
79
|
+
* This function is used in not async environments
|
|
80
|
+
* @param key
|
|
81
|
+
* @param defaultValue
|
|
82
|
+
* @param options
|
|
83
|
+
* @return {null|*}
|
|
84
|
+
*/
|
|
85
|
+
getFromRequest(key: any, defaultValue?: null, options?: Partial<CacheOptions>): any;
|
|
86
|
+
getFromRedis(key: any, defaultValue?: null, options?: Partial<CacheOptions>): any;
|
|
87
|
+
_getFromRequestCache(key: any): any;
|
|
88
|
+
_getFromRedisCache(key: any): Promise<any>;
|
|
89
|
+
_getFromNodeCache(key: any): any;
|
|
90
|
+
clearDesigner(crf: any): void;
|
|
91
|
+
clearForm(crf: any, id: any): void;
|
|
92
|
+
}
|
|
93
|
+
declare function getRequestCache(ctx: RequestContext): RequestCache;
|
|
94
|
+
declare const CacheService: {
|
|
95
|
+
clearCacheByTag: typeof clearCacheByTag;
|
|
96
|
+
clearDesigner: typeof clearDesigner;
|
|
97
|
+
clearForm: typeof clearForm;
|
|
98
|
+
getRequestCache: typeof getRequestCache;
|
|
99
|
+
};
|
|
100
|
+
export default CacheService;
|
|
101
|
+
//# sourceMappingURL=CacheService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CacheService.d.ts","sourceRoot":"","sources":["../../../../src/Services/CacheService.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,cAAc,MAAM,kCAAkC,CAAA;AAyClE;;;;;GAKG;AACH,iBAAe,eAAe,CAAC,MAAM,KAAA,EAAE,QAAQ,KAAA,iBAgB9C;AAED,iBAAS,aAAa,CAAC,GAAG,KAAA,QAIzB;AAED,iBAAS,SAAS,CAAC,GAAG,KAAA,EAAE,EAAE,KAAA,QAIzB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,OAAO,CAAA;IAChB,gBAAgB,EAAE,OAAO,CAAA;IACzB,YAAY,EAAE,OAAO,CAAA;IACrB,kBAAkB,EAAE,OAAO,CAAA;IAC3B,gBAAgB,EAAE,OAAO,CAAA;IACzB,aAAa,EAAE,OAAO,CAAA;IACtB,gBAAgB,EAAE,OAAO,CAAA;IACzB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC1B;AAuCD,qBAAa,YAAY;IACvB,KAAK,EAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,SAAS,EAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAClC,cAAc,EAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACvC,aAAa,EAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACtC,GAAG,EAAG,cAAc,CAAA;gBAER,GAAG,EAAE,cAAc;IAQ/B,IAAI,SAAS,8BAEZ;IAED,IAAI,OAAO,8BAEV;IAED,IAAI,MAAM,uBAET;IAED,IAAI,SAAS,uBAEZ;IAED;;;;OAIG;IACH,UAAU,CAAC,OAAO,KAAA,GAAG,YAAY;IAIjC;;;;OAIG;IACH,WAAW,CAAC,GAAG,KAAA,EAAE,OAAO,KAAA;IAkBxB,yBAAyB,CAAC,OAAO,EAAE,YAAY;;;IAiB/C;;;;;;OAMG;IACH,GAAG,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,GAAG,CAAC;IAiBnE,UAAU,CAAC,CAAC,EAAE,GAAG,KAAA,EAAE,KAAK,KAAA,EAAE,IAAI,KAAK,EAAE,OAAO,GAAE,OAAO,CAAC,YAAY,CAAM,GAAG,CAAC;IAK5E,UAAU,CAAC,GAAG,KAAA,EAAE,KAAK,KAAA,EAAE,IAAI,KAAK,EAAE,OAAO,GAAE,OAAO,CAAC,YAAY,CAAM;IAKrE,kBAAkB,CAAC,GAAG,KAAA,EAAE,KAAK,KAAA;IAM7B,gBAAgB,CAAC,GAAG,KAAA,EAAE,KAAK,KAAA,EAAE,IAAI,KAAA;IAMjC,eAAe,CAAC,GAAG,KAAA,EAAE,KAAK,KAAA,EAAE,IAAI,KAAA;IAsBhC;;;;;;OAMG;IACG,GAAG,CAAC,GAAG,KAAA,EAAE,YAAY,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC;IAuBnE;;;;;;;OAOG;IACH,YAAY,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,KAAA,EAAE,YAAY,GAAE,CAAC,GAAG,IAAW,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,GAAG,CAAC,GAAG,IAAI;IAUpG;;;;;;;OAOG;IACH,cAAc,CAAC,GAAG,KAAA,EAAE,YAAY,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC;IAUxE,YAAY,CAAC,GAAG,KAAA,EAAE,YAAY,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC;IAUtE,oBAAoB,CAAC,GAAG,KAAA;IAalB,kBAAkB,CAAC,GAAG,KAAA;IAa5B,iBAAiB,CAAC,GAAG,KAAA;IAarB,aAAa,CAAC,GAAG,KAAA;IAIjB,SAAS,CAAC,GAAG,KAAA,EAAE,EAAE,KAAA;CAGlB;AAED,iBAAS,eAAe,CAAC,GAAG,EAAE,cAAc,GAAG,YAAY,CAE1D;AAED,QAAA,MAAM,YAAY;;;;;CAKjB,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartService.d.ts","sourceRoot":"","sources":["../../../../src/Services/ChartService.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAsnBtD,QAAA,MAAM,YAAY;kBACI,cAAc,OAAO,YAAY;CA8CtD,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Conditions } from '../../schemas/notification_configuration/types';
|
|
2
|
+
declare function conditionsToJqFilter(conditions: Conditions): string;
|
|
3
|
+
declare const CustomConditionsFormat: {
|
|
4
|
+
conditionsToJqFilter: typeof conditionsToJqFilter;
|
|
5
|
+
};
|
|
6
|
+
export default CustomConditionsFormat;
|
|
7
|
+
//# sourceMappingURL=CustomConditionsFormat.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomConditionsFormat.d.ts","sourceRoot":"","sources":["../../../../../src/Services/ConditionsMatcher/CustomConditionsFormat.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAkB,MAAM,gDAAgD,CAAA;AAK3F,iBAAS,oBAAoB,CAAC,UAAU,EAAE,UAAU,UAwCnD;AA+BD,QAAA,MAAM,sBAAsB;;CAE3B,CAAA;AAED,eAAe,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ConditionsFormat, ConditionsRules } from '../../schemas/notification_configuration/types';
|
|
2
|
+
import { ApiActionContextData } from '../../schemas/api_action/ApiActionTypes';
|
|
3
|
+
export declare function conditionsMatch(context: ApiActionContextData, conditions: ConditionsRules, format?: ConditionsFormat, logPrefix?: string): Promise<boolean>;
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Services/ConditionsMatcher/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,gBAAgB,EAAE,eAAe,EAAE,MAAM,gDAAgD,CAAA;AAM9G,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAA;AA8B9E,wBAAsB,eAAe,CACnC,OAAO,EAAE,oBAAoB,EAC7B,UAAU,EAAE,eAAe,EAC3B,MAAM,CAAC,EAAE,gBAAgB,EACzB,SAAS,CAAC,EAAE,MAAM,GACjB,OAAO,CAAC,OAAO,CAAC,CAmBlB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { default as Objection, TransactionOrKnex } from 'objection';
|
|
2
|
+
import { default as DesignerCrf } from '../models/project/DesignerCrf';
|
|
3
|
+
import { default as DisplayerMetaInfo } from '../models/project/DisplayerMetaInfo';
|
|
4
|
+
import { default as RequestContext } from '../models/request/RequestContext';
|
|
5
|
+
import { TFunction } from 'i18next';
|
|
6
|
+
declare const CrfService: {
|
|
7
|
+
checkIfForbiddenFields: (body: any) => void;
|
|
8
|
+
get: (t: TFunction, projectPool: Objection.TransactionOrKnex, fieldsToGet?: string[], name?: string) => Promise<any>;
|
|
9
|
+
all: (projectPool: Objection.TransactionOrKnex) => Promise<any>;
|
|
10
|
+
getFieldsByFormId: (projectPool: Objection.TransactionOrKnex, crfName: string, crfId: number) => Promise<Partial<any> | undefined>;
|
|
11
|
+
getDataFromDesigner_crf(projectPool: Objection.TransactionOrKnex, fields: any, whereQuery: any): Promise<any>;
|
|
12
|
+
insertDisplayerMetaInfo(knex: TransactionOrKnex, crfId: string | number, crfName: string, fieldName: string, metaName: string, metaValue: string): Promise<DisplayerMetaInfo>;
|
|
13
|
+
upsertDesignerCrf(ctx: RequestContext, data: DesignerCrf): Promise<void>;
|
|
14
|
+
upsertDesignerCrfMeta(ctx: RequestContext, data: Objection.PartialModelObject<DesignerCrf>): Promise<void>;
|
|
15
|
+
countWeeksCRF: (crfs: any) => number;
|
|
16
|
+
};
|
|
17
|
+
export default CrfService;
|
|
18
|
+
//# sourceMappingURL=CrfService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CrfService.d.ts","sourceRoot":"","sources":["../../../../src/Services/CrfService.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAUxD,OAAO,WAAW,MAAM,+BAA+B,CAAA;AAEvD,OAAO,iBAAiB,MAAM,qCAAqC,CAAA;AACnE,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAE7D,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAanC,QAAA,MAAM,UAAU;;aASC,SAAS,eAAe,SAAS,CAAC,iBAAiB,gBAAe,MAAM,EAAE;uBAsBhE,SAAS,CAAC,iBAAiB;qCAIb,SAAS,CAAC,iBAAiB,WAAW,MAAM,SAAS,MAAM;yCAgBvD,SAAS,CAAC,iBAAiB;kCAU9D,iBAAiB,SAChB,MAAM,GAAG,MAAM,WACb,MAAM,aACJ,MAAM,YACP,MAAM,aACL,MAAM;2BAYU,cAAc,QAAQ,WAAW;+BAiD7B,cAAc,QAAQ,SAAS,CAAC,kBAAkB,CAAC,WAAW,CAAC;;CAkEjG,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as RequestContext } from '../models/request/RequestContext';
|
|
2
|
+
import { default as DashboardWidget } from '../models/ecosystem/DashboardWidget';
|
|
3
|
+
import { CreateDashboardWidgetPayload, DashboardWidgetType, UpdateDashboardWidgetPayload } from '../schemas';
|
|
4
|
+
export declare const WIDGET_GRAPH_FETCHED = "widgets.widgets";
|
|
5
|
+
declare const DashboardWidgetService: {
|
|
6
|
+
list: (ctx: RequestContext, loadChildren?: boolean, types?: DashboardWidgetType[]) => Promise<DashboardWidget[]>;
|
|
7
|
+
get: (ctx: RequestContext, id: number, loadChildren?: boolean) => Promise<DashboardWidget | undefined>;
|
|
8
|
+
create: (ctx: RequestContext, data: CreateDashboardWidgetPayload) => Promise<DashboardWidget>;
|
|
9
|
+
delete: (ctx: RequestContext, id: number) => Promise<number>;
|
|
10
|
+
update: (ctx: RequestContext, id: number, data: UpdateDashboardWidgetPayload) => Promise<DashboardWidget>;
|
|
11
|
+
deleteOrphanWidgets: (ctx: RequestContext) => Promise<number>;
|
|
12
|
+
};
|
|
13
|
+
export default DashboardWidgetService;
|
|
14
|
+
//# sourceMappingURL=DashboardWidgetService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardWidgetService.d.ts","sourceRoot":"","sources":["../../../../src/Services/DashboardWidgetService.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAE7D,OAAO,eAAe,MAAM,qCAAqC,CAAA;AACjE,OAAO,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAA;AAI5G,eAAO,MAAM,oBAAoB,oBAAoB,CAAA;AAarD,QAAA,MAAM,sBAAsB;gBACR,cAAc,iBAAiB,OAAO,UAAU,mBAAmB,EAAE;eA+BtE,cAAc,MAAM,MAAM,iBAAiB,OAAO;kBAS/C,cAAc,QAAQ,4BAA4B;kBAgBlD,cAAc,MAAM,MAAM;kBAI1B,cAAc,MAAM,MAAM,QAAQ,4BAA4B;+BAKjD,cAAc;CAYhD,CAAA;AAED,eAAe,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as RequestContext } from '../models/request/RequestContext';
|
|
2
|
+
declare function convertArrayToSingleObject(fields: Record<string, never> | Record<string, never>[]): Record<string, never>;
|
|
3
|
+
declare const DataService: {
|
|
4
|
+
convertArrayToSingleObject: typeof convertArrayToSingleObject;
|
|
5
|
+
isForbiddenFieldToUpdate: (fieldsToUpdate: any, forbiddenFields: any) => boolean;
|
|
6
|
+
getIntersectionIds: (ctx: RequestContext, conditionCrfs: Record<string, any>) => Promise<any[]>;
|
|
7
|
+
getWhereForFormConditions: (formName: string, conditionCrfs: Record<string, any>) => Promise<any>;
|
|
8
|
+
};
|
|
9
|
+
export default DataService;
|
|
10
|
+
//# sourceMappingURL=DataService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataService.d.ts","sourceRoot":"","sources":["../../../../src/Services/DataService.ts"],"names":[],"mappings":"AAEA,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAI7D,iBAAS,0BAA0B,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,yBAU1F;AAED,QAAA,MAAM,WAAW;;+CAE4B,GAAG,mBAAmB,GAAG;8BAIpC,cAAc,iBAAiB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;0CAmBtC,MAAM,iBAAiB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;CAOvF,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
export declare function tableExists(pool: Objection.TransactionOrKnex, tableName: string): Promise<boolean>;
|
|
3
|
+
export declare function tablesExists(pool: Objection.TransactionOrKnex, tableNames: string[]): Promise<string[]>;
|
|
4
|
+
declare const DbService: {
|
|
5
|
+
tableExists: typeof tableExists;
|
|
6
|
+
tablesExists: typeof tablesExists;
|
|
7
|
+
};
|
|
8
|
+
export default DbService;
|
|
9
|
+
//# sourceMappingURL=DbService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DbService.d.ts","sourceRoot":"","sources":["../../../../src/Services/DbService.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAA;AAGjC,wBAAsB,WAAW,CAAC,IAAI,EAAE,SAAS,CAAC,iBAAiB,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAGxG;AAED,wBAAsB,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,iBAAiB,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAQ7G;AAED,QAAA,MAAM,SAAS;;;CAGd,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
declare const DependentService: {
|
|
3
|
+
referenceValues: (projectPool: Objection.TransactionOrKnex, columnName: any, table: any) => Promise<any[]>;
|
|
4
|
+
dependentValues: (projectPool: Objection.TransactionOrKnex, referenceValue: any, column: any, relationshipTable: any, selectorValue: any) => Promise<any[]>;
|
|
5
|
+
};
|
|
6
|
+
export default DependentService;
|
|
7
|
+
//# sourceMappingURL=DependentService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DependentService.d.ts","sourceRoot":"","sources":["../../../../src/Services/DependentService.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAA;AAQjC,QAAA,MAAM,gBAAgB;mCACiB,SAAS,CAAC,iBAAiB;mCAqBjD,SAAS,CAAC,iBAAiB;CAmB3C,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { default as DocumentsValidator } from './ValidatorDocumentsService';
|
|
2
|
+
import { default as UploaderDocument } from '../../models/project/UploaderDocument';
|
|
3
|
+
import { default as DocumentCategory } from '../../models/project/UploaderDocumentCategory';
|
|
4
|
+
import { default as RequestContext } from '../../models/request/RequestContext';
|
|
5
|
+
export default class DocumentsService {
|
|
6
|
+
validator: DocumentsValidator;
|
|
7
|
+
uploaderDocumentsModel: typeof UploaderDocument;
|
|
8
|
+
documentsCategoriesModel: typeof DocumentCategory;
|
|
9
|
+
ctx: RequestContext;
|
|
10
|
+
constructor(ctx: RequestContext, validator: DocumentsValidator, uploaderDocumentsModel: typeof UploaderDocument, documentsCategoriesModel: typeof DocumentCategory);
|
|
11
|
+
tryGetFile(signedUrl: any): Promise<string>;
|
|
12
|
+
relocateDocumentFile(ctx: RequestContext, signedUrl: any, params: any): Promise<string>;
|
|
13
|
+
uploadFileToDocuments({ params, signedUrl, categoryId, clinicId, userId, documentName, ip, user }: {
|
|
14
|
+
params: any;
|
|
15
|
+
signedUrl: any;
|
|
16
|
+
categoryId: any;
|
|
17
|
+
clinicId: any;
|
|
18
|
+
userId: any;
|
|
19
|
+
documentName: any;
|
|
20
|
+
ip: any;
|
|
21
|
+
user: any;
|
|
22
|
+
}): Promise<{
|
|
23
|
+
file: string;
|
|
24
|
+
documentId: number;
|
|
25
|
+
hospital: any;
|
|
26
|
+
category: any;
|
|
27
|
+
}>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=DocumentsService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentsService.d.ts","sourceRoot":"","sources":["../../../../../src/Services/DocumentsUpload/DocumentsService.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,kBAAkB,MAAM,6BAA6B,CAAA;AACjE,OAAO,KAAK,gBAAgB,MAAM,uCAAuC,CAAA;AACzE,OAAO,gBAAgB,MAAM,+CAA+C,CAAA;AAI5E,OAAO,cAAc,MAAM,qCAAqC,CAAA;AAYhE,MAAM,CAAC,OAAO,OAAO,gBAAgB;IACnC,SAAS,EAAG,kBAAkB,CAAA;IAC9B,sBAAsB,EAAG,OAAO,gBAAgB,CAAA;IAChD,wBAAwB,EAAG,OAAO,gBAAgB,CAAA;IAClD,GAAG,EAAG,cAAc,CAAA;gBAGlB,GAAG,EAAE,cAAc,EACnB,SAAS,EAAE,kBAAkB,EAC7B,sBAAsB,EAAE,OAAO,gBAAgB,EAC/C,wBAAwB,EAAE,OAAO,gBAAgB;IAQ7C,UAAU,CAAC,SAAS,KAAA;IAyBpB,oBAAoB,CAAC,GAAG,EAAE,cAAc,EAAE,SAAS,KAAA,EAAE,MAAM,KAAA;IAiB3D,qBAAqB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,EAAE,EAAE,IAAI,EAAE;;;;;;;;;KAAA;;;;;;CA4CxG"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export default class ValidatorDocumentsService {
|
|
2
|
+
AWS: Record<string, any>;
|
|
3
|
+
allowClinics: number[];
|
|
4
|
+
existedCategories: number[];
|
|
5
|
+
constructor({ AWS, clinics, categories }: {
|
|
6
|
+
AWS: any;
|
|
7
|
+
clinics: any;
|
|
8
|
+
categories: any;
|
|
9
|
+
});
|
|
10
|
+
/**
|
|
11
|
+
*
|
|
12
|
+
* @param {string} signedURL
|
|
13
|
+
* @param {integer} categoryId
|
|
14
|
+
* @param {array} clinicId
|
|
15
|
+
*/
|
|
16
|
+
validate({ signedUrl, categoryId, clinicId, user }: {
|
|
17
|
+
signedUrl: any;
|
|
18
|
+
categoryId: any;
|
|
19
|
+
clinicId: any;
|
|
20
|
+
user: any;
|
|
21
|
+
}): {
|
|
22
|
+
bucketName: any;
|
|
23
|
+
bucketRegion: any;
|
|
24
|
+
clinics: any;
|
|
25
|
+
category: any;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=ValidatorDocumentsService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidatorDocumentsService.d.ts","sourceRoot":"","sources":["../../../../../src/Services/DocumentsUpload/ValidatorDocumentsService.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,OAAO,yBAAyB;IAC5C,GAAG,EAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACzB,YAAY,EAAG,MAAM,EAAE,CAAA;IACvB,iBAAiB,EAAG,MAAM,EAAE,CAAA;gBAEhB,EAAE,GAAG,EAAE,OAAO,EAAE,UAAU,EAAE;;;;KAAA;IAMxC;;;;;OAKG;IAEH,QAAQ,CAAC,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;;;;;KAAA;;;;;;CAuCnD"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as Ecosystem } from '../models/ecosystem/Ecosystem';
|
|
2
|
+
import { default as RequestContext } from '../models/request/RequestContext';
|
|
3
|
+
declare const EcosystemService: {
|
|
4
|
+
getEcosystemInfo: (ctx: RequestContext, name: string) => Promise<Ecosystem>;
|
|
5
|
+
};
|
|
6
|
+
export default EcosystemService;
|
|
7
|
+
//# sourceMappingURL=EcosystemService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EcosystemService.d.ts","sourceRoot":"","sources":["../../../../src/Services/EcosystemService.ts"],"names":[],"mappings":"AAEA,OAAO,SAAS,MAAM,+BAA+B,CAAA;AACrD,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAE7D,QAAA,MAAM,gBAAgB;4BACU,cAAc,QAAQ,MAAM;CAQ3D,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { QueryBuilderType } from 'objection';
|
|
2
|
+
import { UserData } from '../controllers/AuthController';
|
|
3
|
+
import { default as EmailTemplate } from '../models/ecosystem/EmailTemplate';
|
|
4
|
+
import { default as PerseedEmailTemplate } from '../models/perseed/PerseedEmailTemplate';
|
|
5
|
+
export declare function doEmailTemplateQuery(query: QueryBuilderType<EmailTemplate | PerseedEmailTemplate>, type: string, language?: string): import('objection').QueryBuilder<EmailTemplate, EmailTemplate | undefined>;
|
|
6
|
+
declare function getEmailTemplate(users: UserData | UserData[], type: string): Promise<EmailTemplate | PerseedEmailTemplate | undefined>;
|
|
7
|
+
declare const EmailService: {
|
|
8
|
+
sendEmail: (fromEmail: any, toEmail: any, subject: any, text: any) => Promise<any>;
|
|
9
|
+
getEmailTemplate: typeof getEmailTemplate;
|
|
10
|
+
};
|
|
11
|
+
export default EmailService;
|
|
12
|
+
//# sourceMappingURL=EmailService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailService.d.ts","sourceRoot":"","sources":["../../../../src/Services/EmailService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAO,MAAM,WAAW,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAA;AACxD,OAAO,aAAa,MAAM,mCAAmC,CAAA;AAC7D,OAAO,oBAAoB,MAAM,wCAAwC,CAAA;AAIzE,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,gBAAgB,CAAC,aAAa,GAAG,oBAAoB,CAAC,EAC7D,IAAI,EAAE,MAAM,EACZ,QAAQ,CAAC,EAAE,MAAM,8EAiBlB;AAED,iBAAe,gBAAgB,CAC7B,KAAK,EAAE,QAAQ,GAAG,QAAQ,EAAE,EAC5B,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,aAAa,GAAG,oBAAoB,GAAG,SAAS,CAAC,CA0B3D;AAED,QAAA,MAAM,YAAY;;;CAqBjB,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { default as SeedPrivilege } from '../models/ecosystem/SeedPrivilege';
|
|
2
|
+
import { default as RequestContext } from '../models/request/RequestContext';
|
|
3
|
+
declare function prepareExportParams(userData: any, dataBody: any, exportRaw: any): any;
|
|
4
|
+
declare function getExportPriviledges(userSeedPrivileges: any): {};
|
|
5
|
+
declare function insertAuditExport(ctx: RequestContext, userId: number, exportConfiguration: number, filterConfiguration: number): Promise<number>;
|
|
6
|
+
/**
|
|
7
|
+
* @param {Integer} exportAuditID
|
|
8
|
+
* @param {Object} exportParams
|
|
9
|
+
*/
|
|
10
|
+
declare function launchExportRequest(exportAuditID: any, exportParams: any): Promise<boolean>;
|
|
11
|
+
declare const ExportService: {
|
|
12
|
+
launchExportRequest: typeof launchExportRequest;
|
|
13
|
+
getExportPriviledges: typeof getExportPriviledges;
|
|
14
|
+
prepareExportParams: typeof prepareExportParams;
|
|
15
|
+
insertAuditExport: typeof insertAuditExport;
|
|
16
|
+
validateExportParameters(user: any): void;
|
|
17
|
+
execute(data: Record<string, any>, user: Record<string, any> & {
|
|
18
|
+
user_id: number;
|
|
19
|
+
}, seedPrivileges: SeedPrivilege[] | undefined, ctx: RequestContext, exportRaw: number): Promise<{
|
|
20
|
+
exportId: number;
|
|
21
|
+
status: string;
|
|
22
|
+
}>;
|
|
23
|
+
};
|
|
24
|
+
export default ExportService;
|
|
25
|
+
//# sourceMappingURL=ExportService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExportService.d.ts","sourceRoot":"","sources":["../../../../src/Services/ExportService.ts"],"names":[],"mappings":"AAIA,OAAO,aAAa,MAAM,mCAAmC,CAAA;AAE7D,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAsB7D,iBAAS,mBAAmB,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA,EAAE,SAAS,KAAA,OAgBzD;AAED,iBAAS,oBAAoB,CAAC,kBAAkB,KAAA,MAU/C;AAED,iBAAe,iBAAiB,CAC9B,GAAG,EAAE,cAAc,EACnB,MAAM,EAAE,MAAM,EACd,mBAAmB,EAAE,MAAM,EAC3B,mBAAmB,EAAE,MAAM,mBAW5B;AAED;;;GAGG;AACH,iBAAe,mBAAmB,CAAC,aAAa,KAAA,EAAE,YAAY,KAAA,oBAQ7D;AAED,QAAA,MAAM,aAAa;;;;;;kBAYT,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QACnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE,kBAC/B,aAAa,EAAE,GAAG,SAAS,OACtC,cAAc,aACR,MAAM;;;;CA4BpB,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as RequestContext } from '../../models/request/RequestContext';
|
|
2
|
+
import { default as FileService } from '../FileService';
|
|
3
|
+
export default class Download {
|
|
4
|
+
ctx: RequestContext;
|
|
5
|
+
fileService: typeof FileService;
|
|
6
|
+
constructor(ctx: RequestContext, fileService: typeof FileService);
|
|
7
|
+
requestFor(ecosystem: any, project: any, exportId: any, userId: any): Promise<{
|
|
8
|
+
url: string;
|
|
9
|
+
}>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=Download.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Download.d.ts","sourceRoot":"","sources":["../../../../../src/Services/Exporter/Download.ts"],"names":[],"mappings":"AAKA,OAAO,cAAc,MAAM,qCAAqC,CAAA;AAChE,OAAO,KAAK,WAAW,MAAM,gBAAgB,CAAA;AAK7C,MAAM,CAAC,OAAO,OAAO,QAAQ;IAC3B,GAAG,EAAG,cAAc,CAAA;IACpB,WAAW,EAAG,OAAO,WAAW,CAAA;gBAEpB,GAAG,EAAE,cAAc,EAAE,WAAW,EAAE,OAAO,WAAW;IAK1D,UAAU,CAAC,SAAS,KAAA,EAAE,OAAO,KAAA,EAAE,QAAQ,KAAA,EAAE,MAAM,KAAA;;;CA2BtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FailedToExport.d.ts","sourceRoot":"","sources":["../../../../../../src/Services/Exporter/Errors/FailedToExport.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,KAAK;IAC1C,MAAM,EAAG,MAAM,CAAA;;IAUf,UAAU;CAGX"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotAllowedToExport.d.ts","sourceRoot":"","sources":["../../../../../../src/Services/Exporter/Errors/NotAllowedToExport.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,KAAK;IACnD,MAAM,EAAG,MAAM,CAAA;;IAUf,UAAU;CAGX"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotExists.d.ts","sourceRoot":"","sources":["../../../../../../src/Services/Exporter/Errors/NotExists.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,KAAK;IAC1C,MAAM,EAAG,MAAM,CAAA;;IAUf,UAAU;CAGX"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StillInProgress.d.ts","sourceRoot":"","sources":["../../../../../../src/Services/Exporter/Errors/StillInProgress.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,KAAK;IAChD,MAAM,EAAG,MAAM,CAAA;;IAUf,UAAU;CAGX"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
import { default as DesignerField } from '../models/project/DesignerField';
|
|
3
|
+
import { default as RequestContext } from '../models/request/RequestContext';
|
|
4
|
+
import { default as AbstractDisplayer } from '../models/project/AbstractDisplayer';
|
|
5
|
+
declare const FieldsService: {
|
|
6
|
+
name: (projectPool: Objection.TransactionOrKnex, crfName: string) => Promise<any>;
|
|
7
|
+
type: (projectPool: any, fieldId: any) => Promise<any>;
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated use DataService.convertArrayToSingleObject
|
|
10
|
+
* @param arrOfObjs
|
|
11
|
+
*/
|
|
12
|
+
arrOfObjs2SingleObj: (arrOfObjs: any) => {};
|
|
13
|
+
intersection: (input: any, external: any) => any;
|
|
14
|
+
find: (findIn: any, value: any) => boolean;
|
|
15
|
+
values: (projectPool: any, crfName?: string, fieldNames?: string[], patientId?: number, throwError?: boolean) => Promise<any>;
|
|
16
|
+
getDataFromDesigner_field(projectPool: Objection.TransactionOrKnex, fields: any, whereQuery: any): Promise<any>;
|
|
17
|
+
getValueForEvaluateProcedureCondition(field: DesignerField, form: AbstractDisplayer | Record<string, unknown>): any;
|
|
18
|
+
evaluateProcedureCondition(Field: DesignerField, fieldValue: any, procedureConditionType: any, procedureConditionValue: any): any;
|
|
19
|
+
upsertDesignerField(ctx: RequestContext, crfId: number, data: Objection.PartialModelObject<DesignerField>): Promise<void>;
|
|
20
|
+
upsertFieldMeta(ctx: RequestContext, crfId: number, data: Objection.PartialModelObject<DesignerField>): Promise<void>;
|
|
21
|
+
};
|
|
22
|
+
export default FieldsService;
|
|
23
|
+
//# sourceMappingURL=FieldsService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldsService.d.ts","sourceRoot":"","sources":["../../../../src/Services/FieldsService.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAA;AAMjC,OAAO,aAAa,MAAM,iCAAiC,CAAA;AAE3D,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAC7D,OAAO,iBAAiB,MAAM,qCAAqC,CAAA;AAWnE,QAAA,MAAM,aAAa;wBACS,SAAS,CAAC,iBAAiB,WAAW,MAAM;;IAsCtE;;;OAGG;;;;8DA0BmD,MAAM,EAAE;2CAgBjB,SAAS,CAAC,iBAAiB;iDAQ3B,aAAa,QAAQ,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;sCAkB3E,aAAa;6BAiDhB,cAAc,SAAS,MAAM,QAAQ,SAAS,CAAC,kBAAkB,CAAC,aAAa,CAAC;yBAwCpF,cAAc,SAAS,MAAM,QAAQ,SAAS,CAAC,kBAAkB,CAAC,aAAa,CAAC;CAqD5G,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { default as RequestContext, NoUserRequestContext } from '../models/request/RequestContext';
|
|
2
|
+
import { Readable } from 'stream';
|
|
3
|
+
declare function stream2buffer(stream: Readable): Promise<Buffer>;
|
|
4
|
+
declare function createThumbnail(buffer: Buffer): Promise<Buffer<ArrayBufferLike>>;
|
|
5
|
+
export type DestinationPathContext = Record<string, unknown> & {
|
|
6
|
+
fileName: string;
|
|
7
|
+
};
|
|
8
|
+
declare function generateDynamicFileKeyname(ctx: NoUserRequestContext, tmpPath: string, context: DestinationPathContext): string;
|
|
9
|
+
export declare function getBucketFromPath(filePath: string, ctx?: NoUserRequestContext): string;
|
|
10
|
+
declare function getThumbnailFileName(fileName: string): string;
|
|
11
|
+
declare const FileService: {
|
|
12
|
+
stream2buffer: typeof stream2buffer;
|
|
13
|
+
uploadFile: (ctx: RequestContext, stream: Readable, mimetype: string, keyName: string, vaultAlias: string) => Promise<void>;
|
|
14
|
+
getThumbnailFileName: typeof getThumbnailFileName;
|
|
15
|
+
createThumbnail: typeof createThumbnail;
|
|
16
|
+
getBucketFromPath: typeof getBucketFromPath;
|
|
17
|
+
getUrl: (ctx: RequestContext, keyName: string, vault_alias: string, forceNonProxied?: boolean) => Promise<string>;
|
|
18
|
+
moveFile: (ctx: NoUserRequestContext, oldKeyName: string, newKeyName: string, vault_alias: string) => Promise<void>;
|
|
19
|
+
generateDynamicFileKeyname: typeof generateDynamicFileKeyname;
|
|
20
|
+
generateFileKeyname: (ctx: RequestContext, tmpPath: string) => string;
|
|
21
|
+
generateScanCodeKeyname: (ctx: NoUserRequestContext, tmpPath: string) => string;
|
|
22
|
+
generateProjectKeyname: (ctx: RequestContext, fileName: string) => string;
|
|
23
|
+
getDynamicFileUrl: (ctx: RequestContext, databaseValue: string) => Promise<string>;
|
|
24
|
+
getFileUrl: (ctx: RequestContext, databaseValue: string) => Promise<string>;
|
|
25
|
+
getUrlFromKeyName: (ctx: RequestContext, fileKeyname: string) => Promise<string>;
|
|
26
|
+
getFinalPathInfo: (ctx: NoUserRequestContext, keyname: string, patientId?: string | number) => Promise<{
|
|
27
|
+
newKeyName: string;
|
|
28
|
+
databaseValue: string;
|
|
29
|
+
changed: boolean;
|
|
30
|
+
prefix: string;
|
|
31
|
+
fileName: string;
|
|
32
|
+
}>;
|
|
33
|
+
moveDynamicFile: (ctx: NoUserRequestContext, keyname: string, patientId: string | number) => Promise<string>;
|
|
34
|
+
moveScanCode: (ctx: NoUserRequestContext, oldKeyname: string) => Promise<string>;
|
|
35
|
+
base64toS3: (base64str: string, ctx: RequestContext, keyName: string, filetype: string, vault_alias: string) => Promise<void>;
|
|
36
|
+
deleteFile: (ctx: NoUserRequestContext, keyName: string) => Promise<void>;
|
|
37
|
+
getTmpPaths: () => string[];
|
|
38
|
+
};
|
|
39
|
+
export default FileService;
|
|
40
|
+
//# sourceMappingURL=FileService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileService.d.ts","sourceRoot":"","sources":["../../../../src/Services/FileService.ts"],"names":[],"mappings":"AAIA,OAAO,cAAc,EAAE,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAA;AAUvF,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAA;AAMjC,iBAAe,aAAa,CAAC,MAAM,EAAE,QAAQ,GAAG,OAAO,CAAC,MAAM,CAAC,CAO9D;AAqBD,iBAAe,eAAe,CAAC,MAAM,EAAE,MAAM,oCAQ5C;AAMD,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAAA;AAEnF,iBAAS,0BAA0B,CAAC,GAAG,EAAE,oBAAoB,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,sBAAsB,UAK9G;AA4CD,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,oBAAoB,UAW7E;AAED,iBAAS,oBAAoB,CAAC,QAAQ,EAAE,MAAM,UAE7C;AAED,QAAA,MAAM,WAAW;;sBAES,cAAc,UAAU,QAAQ,YAAY,MAAM,WAAW,MAAM,cAAc,MAAM;;;;kBAM3F,cAAc,WAAW,MAAM,eAAe,MAAM;oBAuBlD,oBAAoB,cAAc,MAAM,cAAc,MAAM,eAAe,MAAM;;+BAI5E,cAAc,WAAW,MAAM;mCAG3B,oBAAoB,WAAW,MAAM;kCAGtC,cAAc,YAAY,MAAM;6BAG/B,cAAc,iBAAiB,MAAM;sBAK5C,cAAc,iBAAiB,MAAM;6BAI9B,cAAc,eAAe,MAAM;4BAGpC,oBAAoB,WAAW,MAAM,cAAc,MAAM,GAAG,MAAM;;;;;;;2BAcnE,oBAAoB,WAAW,MAAM,aAAa,MAAM,GAAG,MAAM;wBA4BpE,oBAAoB,cAAc,MAAM;4BASrD,MAAM,OACZ,cAAc,WACV,MAAM,YACL,MAAM,eACH,MAAM;sBAQG,oBAAoB,WAAW,MAAM;;CAO9D,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AWSFileServiceProvider.d.ts","sourceRoot":"","sources":["../../../../../src/Services/FileServiceProviders/AWSFileServiceProvider.ts"],"names":[],"mappings":"AAMA,OAAO,mBAAmB,MAAM,uBAAuB,CAAA;AA+IvD,QAAA,MAAM,sBAAsB,EAAE,mBAO7B,CAAA;AAED,eAAe,sBAAsB,CAAA"}
|