@persei/perseed-api 4.34.36 → 5.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +73 -237
- package/dist/client.cjs +178 -0
- package/dist/client.cjs.map +1 -0
- package/dist/client.d.ts +1 -0
- package/dist/client.mjs +178 -0
- package/dist/client.mjs.map +1 -0
- package/dist/global-pagination.cjs +24 -0
- package/dist/global-pagination.cjs.map +1 -0
- package/dist/global-pagination.d.ts +1 -0
- package/dist/global-pagination.mjs +24 -0
- package/dist/global-pagination.mjs.map +1 -0
- package/dist/lib/src/client/index.d.ts +2 -0
- package/dist/lib/src/client/index.d.ts.map +1 -0
- package/dist/lib/src/generated/client.d.ts +559 -0
- package/dist/lib/src/generated/client.d.ts.map +1 -0
- package/dist/src/Services/AiService.d.ts +17 -0
- package/dist/src/Services/AiService.d.ts.map +1 -0
- package/dist/src/Services/ApiService.d.ts +17 -0
- package/dist/src/Services/ApiService.d.ts.map +1 -0
- package/dist/src/Services/ArcangelService.d.ts +41 -0
- package/dist/src/Services/ArcangelService.d.ts.map +1 -0
- package/dist/src/Services/AuthenticationSecurityService.d.ts +33 -0
- package/dist/src/Services/AuthenticationSecurityService.d.ts.map +1 -0
- package/dist/src/Services/BulkUploadService.d.ts +8 -0
- package/dist/src/Services/BulkUploadService.d.ts.map +1 -0
- package/dist/src/Services/CacheService.d.ts +101 -0
- package/dist/src/Services/CacheService.d.ts.map +1 -0
- package/dist/src/Services/ChartService.d.ts +6 -0
- package/dist/src/Services/ChartService.d.ts.map +1 -0
- package/dist/src/Services/ConditionsMatcher/CustomConditionsFormat.d.ts +7 -0
- package/dist/src/Services/ConditionsMatcher/CustomConditionsFormat.d.ts.map +1 -0
- package/dist/src/Services/ConditionsMatcher/index.d.ts +4 -0
- package/dist/src/Services/ConditionsMatcher/index.d.ts.map +1 -0
- package/dist/src/Services/CrfService.d.ts +18 -0
- package/dist/src/Services/CrfService.d.ts.map +1 -0
- package/dist/src/Services/DashboardWidgetService.d.ts +14 -0
- package/dist/src/Services/DashboardWidgetService.d.ts.map +1 -0
- package/dist/src/Services/DataService.d.ts +10 -0
- package/dist/src/Services/DataService.d.ts.map +1 -0
- package/dist/src/Services/DbService.d.ts +9 -0
- package/dist/src/Services/DbService.d.ts.map +1 -0
- package/dist/src/Services/DependentService.d.ts +7 -0
- package/dist/src/Services/DependentService.d.ts.map +1 -0
- package/dist/src/Services/DocumentsUpload/DocumentsService.d.ts +29 -0
- package/dist/src/Services/DocumentsUpload/DocumentsService.d.ts.map +1 -0
- package/dist/src/Services/DocumentsUpload/ValidatorDocumentsService.d.ts +28 -0
- package/dist/src/Services/DocumentsUpload/ValidatorDocumentsService.d.ts.map +1 -0
- package/dist/src/Services/EcosystemService.d.ts +7 -0
- package/dist/src/Services/EcosystemService.d.ts.map +1 -0
- package/dist/src/Services/EmailService.d.ts +12 -0
- package/dist/src/Services/EmailService.d.ts.map +1 -0
- package/dist/src/Services/ExportService.d.ts +25 -0
- package/dist/src/Services/ExportService.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Download.d.ts +11 -0
- package/dist/src/Services/Exporter/Download.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/FailedToExport.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/FailedToExport.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/NotAllowedToExport.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/NotAllowedToExport.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/NotExists.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/NotExists.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/StillInProgress.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/StillInProgress.d.ts.map +1 -0
- package/dist/src/Services/FieldsService.d.ts +23 -0
- package/dist/src/Services/FieldsService.d.ts.map +1 -0
- package/dist/src/Services/FileService.d.ts +40 -0
- package/dist/src/Services/FileService.d.ts.map +1 -0
- package/dist/src/Services/FileServiceProviders/AWSFileServiceProvider.d.ts +4 -0
- package/dist/src/Services/FileServiceProviders/AWSFileServiceProvider.d.ts.map +1 -0
- package/dist/src/Services/FileServiceProviders/FileServiceProvider.d.ts +11 -0
- package/dist/src/Services/FileServiceProviders/FileServiceProvider.d.ts.map +1 -0
- package/dist/src/Services/FileServiceProviders/VaultFileServiceProvider.d.ts +24 -0
- package/dist/src/Services/FileServiceProviders/VaultFileServiceProvider.d.ts.map +1 -0
- package/dist/src/Services/FormService.d.ts +22 -0
- package/dist/src/Services/FormService.d.ts.map +1 -0
- package/dist/src/Services/HospitalService.d.ts +5 -0
- package/dist/src/Services/HospitalService.d.ts.map +1 -0
- package/dist/src/Services/I18nService.d.ts +23 -0
- package/dist/src/Services/I18nService.d.ts.map +1 -0
- package/dist/src/Services/LambdaService.d.ts +16 -0
- package/dist/src/Services/LambdaService.d.ts.map +1 -0
- package/dist/src/Services/MobileService.d.ts +14 -0
- package/dist/src/Services/MobileService.d.ts.map +1 -0
- package/dist/src/Services/NotificationService.d.ts +15 -0
- package/dist/src/Services/NotificationService.d.ts.map +1 -0
- package/dist/src/Services/PatientJourneyService.d.ts +37 -0
- package/dist/src/Services/PatientJourneyService.d.ts.map +1 -0
- package/dist/src/Services/PatientService.d.ts +28 -0
- package/dist/src/Services/PatientService.d.ts.map +1 -0
- package/dist/src/Services/PerseedAPIService.d.ts +12 -0
- package/dist/src/Services/PerseedAPIService.d.ts.map +1 -0
- package/dist/src/Services/PerseedEcosystemService.d.ts +7 -0
- package/dist/src/Services/PerseedEcosystemService.d.ts.map +1 -0
- package/dist/src/Services/PerseedService.d.ts +7 -0
- package/dist/src/Services/PerseedService.d.ts.map +1 -0
- package/dist/src/Services/ProcessLogService.d.ts +10 -0
- package/dist/src/Services/ProcessLogService.d.ts.map +1 -0
- package/dist/src/Services/ProfilingService.d.ts +6 -0
- package/dist/src/Services/ProfilingService.d.ts.map +1 -0
- package/dist/src/Services/ProjectService.d.ts +25 -0
- package/dist/src/Services/ProjectService.d.ts.map +1 -0
- package/dist/src/Services/PublisherService.d.ts +8 -0
- package/dist/src/Services/PublisherService.d.ts.map +1 -0
- package/dist/src/Services/QueryService.d.ts +17 -0
- package/dist/src/Services/QueryService.d.ts.map +1 -0
- package/dist/src/Services/QuestionnaireService.d.ts +12 -0
- package/dist/src/Services/QuestionnaireService.d.ts.map +1 -0
- package/dist/src/Services/RabbitQueueService.d.ts +9 -0
- package/dist/src/Services/RabbitQueueService.d.ts.map +1 -0
- package/dist/src/Services/RedisCacheService.d.ts +24 -0
- package/dist/src/Services/RedisCacheService.d.ts.map +1 -0
- package/dist/src/Services/RedisQueueService.d.ts +19 -0
- package/dist/src/Services/RedisQueueService.d.ts.map +1 -0
- package/dist/src/Services/SMSNotificationsService.d.ts +9 -0
- package/dist/src/Services/SMSNotificationsService.d.ts.map +1 -0
- package/dist/src/Services/ScheduledTasksService.d.ts +5 -0
- package/dist/src/Services/ScheduledTasksService.d.ts.map +1 -0
- package/dist/src/Services/Search/EmptyArray.d.ts +6 -0
- package/dist/src/Services/Search/EmptyArray.d.ts.map +1 -0
- package/dist/src/Services/Search/JsonParser.d.ts +6 -0
- package/dist/src/Services/Search/JsonParser.d.ts.map +1 -0
- package/dist/src/Services/Search/LogicalOperator.d.ts +8 -0
- package/dist/src/Services/Search/LogicalOperator.d.ts.map +1 -0
- package/dist/src/Services/Search/QueryBuilder.d.ts +9 -0
- package/dist/src/Services/Search/QueryBuilder.d.ts.map +1 -0
- package/dist/src/Services/Search/SearchParamValidator.d.ts +6 -0
- package/dist/src/Services/Search/SearchParamValidator.d.ts.map +1 -0
- package/dist/src/Services/Search/ValuesDb.d.ts +8 -0
- package/dist/src/Services/Search/ValuesDb.d.ts.map +1 -0
- package/dist/src/Services/SearchService.d.ts +8 -0
- package/dist/src/Services/SearchService.d.ts.map +1 -0
- package/dist/src/Services/SelectionFieldsService.d.ts +10 -0
- package/dist/src/Services/SelectionFieldsService.d.ts.map +1 -0
- package/dist/src/Services/SignedCookies/SignedCookies.d.ts +10 -0
- package/dist/src/Services/SignedCookies/SignedCookies.d.ts.map +1 -0
- package/dist/src/Services/SignedCookies/Validator.d.ts +17 -0
- package/dist/src/Services/SignedCookies/Validator.d.ts.map +1 -0
- package/dist/src/Services/TaskService.d.ts +11 -0
- package/dist/src/Services/TaskService.d.ts.map +1 -0
- package/dist/src/Services/TemplateService.d.ts +26 -0
- package/dist/src/Services/TemplateService.d.ts.map +1 -0
- package/dist/src/Services/TokenService.d.ts +7 -0
- package/dist/src/Services/TokenService.d.ts.map +1 -0
- package/dist/src/Services/TriggerService.d.ts +27 -0
- package/dist/src/Services/TriggerService.d.ts.map +1 -0
- package/dist/src/Services/TrxService.d.ts +25 -0
- package/dist/src/Services/TrxService.d.ts.map +1 -0
- package/dist/src/Services/UserService.d.ts +85 -0
- package/dist/src/Services/UserService.d.ts.map +1 -0
- package/dist/src/Services/ValidatorService.d.ts +12 -0
- package/dist/src/Services/ValidatorService.d.ts.map +1 -0
- package/dist/src/Services/cryptService.d.ts +6 -0
- package/dist/src/Services/cryptService.d.ts.map +1 -0
- package/dist/src/Services/tasks/InsertAggregateData.d.ts +5 -0
- package/dist/src/Services/tasks/InsertAggregateData.d.ts.map +1 -0
- package/dist/src/app.d.ts +4 -0
- package/dist/src/app.d.ts.map +1 -0
- package/dist/src/config/apiPublicKey.d.ts +5 -0
- package/dist/src/config/apiPublicKey.d.ts.map +1 -0
- package/dist/src/config/config.d.ts +28 -0
- package/dist/src/config/config.d.ts.map +1 -0
- package/dist/src/config/credentials/local.d.ts +3 -0
- package/dist/src/config/credentials/local.d.ts.map +1 -0
- package/dist/src/config/credentials/local_tmp.d.ts +3 -0
- package/dist/src/config/credentials/local_tmp.d.ts.map +1 -0
- package/dist/src/config/credentials/preproduction.d.ts +3 -0
- package/dist/src/config/credentials/preproduction.d.ts.map +1 -0
- package/dist/src/config/credentials/production.d.ts +3 -0
- package/dist/src/config/credentials/production.d.ts.map +1 -0
- package/dist/src/config/credentials/template.d.ts +3 -0
- package/dist/src/config/credentials/template.d.ts.map +1 -0
- package/dist/src/config/credentials/test.d.ts +110 -0
- package/dist/src/config/credentials/test.d.ts.map +1 -0
- package/dist/src/config/credentials/testing.d.ts +3 -0
- package/dist/src/config/credentials/testing.d.ts.map +1 -0
- package/dist/src/config/crypto.d.ts +13 -0
- package/dist/src/config/crypto.d.ts.map +1 -0
- package/dist/src/config/excludeFromQuery.d.ts +3 -0
- package/dist/src/config/excludeFromQuery.d.ts.map +1 -0
- package/dist/src/config/fileConfig.d.ts +12 -0
- package/dist/src/config/fileConfig.d.ts.map +1 -0
- package/dist/src/config/marketLinks.d.ts +8 -0
- package/dist/src/config/marketLinks.d.ts.map +1 -0
- package/dist/src/config/perseedAPI.d.ts +28 -0
- package/dist/src/config/perseedAPI.d.ts.map +1 -0
- package/dist/src/config/perseedCredentials.d.ts +117 -0
- package/dist/src/config/perseedCredentials.d.ts.map +1 -0
- package/dist/src/config/publicPath.d.ts +29 -0
- package/dist/src/config/publicPath.d.ts.map +1 -0
- package/dist/src/constants/Exporter.d.ts +12 -0
- package/dist/src/constants/Exporter.d.ts.map +1 -0
- package/dist/src/constants/Forms.d.ts +494 -0
- package/dist/src/constants/Forms.d.ts.map +1 -0
- package/dist/src/constants/NotifiedTypes.d.ts +9 -0
- package/dist/src/constants/NotifiedTypes.d.ts.map +1 -0
- package/dist/src/constants/PhoneCodes.d.ts +4 -0
- package/dist/src/constants/PhoneCodes.d.ts.map +1 -0
- package/dist/src/constants/Questionnaire.d.ts +57 -0
- package/dist/src/constants/Questionnaire.d.ts.map +1 -0
- package/dist/src/constants/Role.d.ts +7 -0
- package/dist/src/constants/Role.d.ts.map +1 -0
- package/dist/src/constants/SeedPrivilege.d.ts +51 -0
- package/dist/src/constants/SeedPrivilege.d.ts.map +1 -0
- package/dist/src/constants/UserProfile.d.ts +4 -0
- package/dist/src/constants/UserProfile.d.ts.map +1 -0
- package/dist/src/constants/View.d.ts +8 -0
- package/dist/src/constants/View.d.ts.map +1 -0
- package/dist/src/constants/datesFormats.d.ts +7 -0
- package/dist/src/constants/datesFormats.d.ts.map +1 -0
- package/dist/src/constants/index.d.ts +11 -0
- package/dist/src/constants/index.d.ts.map +1 -0
- package/dist/src/controllers/ApiActionController.d.ts +8 -0
- package/dist/src/controllers/ApiActionController.d.ts.map +1 -0
- package/dist/src/controllers/AuthController.d.ts +107 -0
- package/dist/src/controllers/AuthController.d.ts.map +1 -0
- package/dist/src/controllers/BulkUploadController.d.ts +6 -0
- package/dist/src/controllers/BulkUploadController.d.ts.map +1 -0
- package/dist/src/controllers/CalendarController.d.ts +36 -0
- package/dist/src/controllers/CalendarController.d.ts.map +1 -0
- package/dist/src/controllers/ConfigController.d.ts +15 -0
- package/dist/src/controllers/ConfigController.d.ts.map +1 -0
- package/dist/src/controllers/DashboardWidgetController.d.ts +10 -0
- package/dist/src/controllers/DashboardWidgetController.d.ts.map +1 -0
- package/dist/src/controllers/DocumentsController.d.ts +11 -0
- package/dist/src/controllers/DocumentsController.d.ts.map +1 -0
- package/dist/src/controllers/FileController.d.ts +15 -0
- package/dist/src/controllers/FileController.d.ts.map +1 -0
- package/dist/src/controllers/FormController.d.ts +49 -0
- package/dist/src/controllers/FormController.d.ts.map +1 -0
- package/dist/src/controllers/HealhDataController.d.ts +6 -0
- package/dist/src/controllers/HealhDataController.d.ts.map +1 -0
- package/dist/src/controllers/HospitalController.d.ts +7 -0
- package/dist/src/controllers/HospitalController.d.ts.map +1 -0
- package/dist/src/controllers/IntrospectionController.d.ts +9 -0
- package/dist/src/controllers/IntrospectionController.d.ts.map +1 -0
- package/dist/src/controllers/MobileController.d.ts +42 -0
- package/dist/src/controllers/MobileController.d.ts.map +1 -0
- package/dist/src/controllers/PatientController.d.ts +42 -0
- package/dist/src/controllers/PatientController.d.ts.map +1 -0
- package/dist/src/controllers/ProcessLogController.d.ts +8 -0
- package/dist/src/controllers/ProcessLogController.d.ts.map +1 -0
- package/dist/src/controllers/ProjectController.d.ts +26 -0
- package/dist/src/controllers/ProjectController.d.ts.map +1 -0
- package/dist/src/controllers/QueryController.d.ts +9 -0
- package/dist/src/controllers/QueryController.d.ts.map +1 -0
- package/dist/src/controllers/ReportController.d.ts +8 -0
- package/dist/src/controllers/ReportController.d.ts.map +1 -0
- package/dist/src/controllers/SelfRegistrationCodeController.d.ts +7 -0
- package/dist/src/controllers/SelfRegistrationCodeController.d.ts.map +1 -0
- package/dist/src/controllers/SubformController.d.ts +9 -0
- package/dist/src/controllers/SubformController.d.ts.map +1 -0
- package/dist/src/controllers/TokenController.d.ts +6 -0
- package/dist/src/controllers/TokenController.d.ts.map +1 -0
- package/dist/src/controllers/TriggerController.d.ts +11 -0
- package/dist/src/controllers/TriggerController.d.ts.map +1 -0
- package/dist/src/controllers/UserController.d.ts +33 -0
- package/dist/src/controllers/UserController.d.ts.map +1 -0
- package/dist/src/controllers/forms/NextController.d.ts +7 -0
- package/dist/src/controllers/forms/NextController.d.ts.map +1 -0
- package/dist/src/controllers/forms/QuestionnaireController.d.ts +52 -0
- package/dist/src/controllers/forms/QuestionnaireController.d.ts.map +1 -0
- package/dist/src/errors/ApiError.d.ts +32 -0
- package/dist/src/errors/ApiError.d.ts.map +1 -0
- package/dist/src/errors/EcosystemPoolError.d.ts +5 -0
- package/dist/src/errors/EcosystemPoolError.d.ts.map +1 -0
- package/dist/src/errors/EmailNotFoundError.d.ts +5 -0
- package/dist/src/errors/EmailNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/PatientNotFoundError.d.ts +5 -0
- package/dist/src/errors/PatientNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/PerseedPoolError.d.ts +5 -0
- package/dist/src/errors/PerseedPoolError.d.ts.map +1 -0
- package/dist/src/errors/ProjectPoolError.d.ts +5 -0
- package/dist/src/errors/ProjectPoolError.d.ts.map +1 -0
- package/dist/src/errors/QuestionnaireLockedError.d.ts +5 -0
- package/dist/src/errors/QuestionnaireLockedError.d.ts.map +1 -0
- package/dist/src/errors/SQLError.d.ts +6 -0
- package/dist/src/errors/SQLError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicApiError.d.ts +7 -0
- package/dist/src/errors/public/PublicApiError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicConflictError.d.ts +5 -0
- package/dist/src/errors/public/PublicConflictError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicForbiddenError.d.ts +5 -0
- package/dist/src/errors/public/PublicForbiddenError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicFormNotFoundError.d.ts +5 -0
- package/dist/src/errors/public/PublicFormNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicFormatNotAllowedError.d.ts +5 -0
- package/dist/src/errors/public/PublicFormatNotAllowedError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicInvalidTokenError.d.ts +6 -0
- package/dist/src/errors/public/PublicInvalidTokenError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicMFAError.d.ts +6 -0
- package/dist/src/errors/public/PublicMFAError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicNotFoundError.d.ts +5 -0
- package/dist/src/errors/public/PublicNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicPermissionsError.d.ts +5 -0
- package/dist/src/errors/public/PublicPermissionsError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicValidateError.d.ts +6 -0
- package/dist/src/errors/public/PublicValidateError.d.ts.map +1 -0
- package/dist/src/helpers/builders/fields.d.ts +3 -0
- package/dist/src/helpers/builders/fields.d.ts.map +1 -0
- package/dist/src/helpers/builders/index.d.ts +3 -0
- package/dist/src/helpers/builders/index.d.ts.map +1 -0
- package/dist/src/helpers/dashboards.d.ts +19 -0
- package/dist/src/helpers/dashboards.d.ts.map +1 -0
- package/dist/src/helpers/dates.d.ts +21 -0
- package/dist/src/helpers/dates.d.ts.map +1 -0
- package/dist/src/helpers/error.d.ts +6 -0
- package/dist/src/helpers/error.d.ts.map +1 -0
- package/dist/src/helpers/handlebarsHelper.d.ts +7 -0
- package/dist/src/helpers/handlebarsHelper.d.ts.map +1 -0
- package/dist/src/helpers/index.d.ts +10 -0
- package/dist/src/helpers/index.d.ts.map +1 -0
- package/dist/src/helpers/paging.d.ts +7 -0
- package/dist/src/helpers/paging.d.ts.map +1 -0
- package/dist/src/helpers/requests.d.ts +2 -0
- package/dist/src/helpers/requests.d.ts.map +1 -0
- package/dist/src/helpers/sql.d.ts +17 -0
- package/dist/src/helpers/sql.d.ts.map +1 -0
- package/dist/src/helpers/strings.d.ts +16 -0
- package/dist/src/helpers/strings.d.ts.map +1 -0
- package/dist/src/instrument.d.ts +2 -0
- package/dist/src/instrument.d.ts.map +1 -0
- package/dist/src/lib/HandlebarsAsyncHelper/AsyncHelpers.d.ts +3 -0
- package/dist/src/lib/HandlebarsAsyncHelper/AsyncHelpers.d.ts.map +1 -0
- package/dist/src/lib.d.ts +8 -0
- package/dist/src/lib.d.ts.map +1 -0
- package/dist/src/log/debug.d.ts +5 -0
- package/dist/src/log/debug.d.ts.map +1 -0
- package/dist/src/middlewares/httpContext.d.ts +21 -0
- package/dist/src/middlewares/httpContext.d.ts.map +1 -0
- package/dist/src/middlewares/scopes.d.ts +11 -0
- package/dist/src/middlewares/scopes.d.ts.map +1 -0
- package/dist/src/middlewares/security.d.ts +2 -0
- package/dist/src/middlewares/security.d.ts.map +1 -0
- package/dist/src/middlewares/validator.d.ts +6 -0
- package/dist/src/middlewares/validator.d.ts.map +1 -0
- package/dist/src/models/BaseModel.d.ts +8 -0
- package/dist/src/models/BaseModel.d.ts.map +1 -0
- package/dist/src/models/EcosystemUsers.d.ts +207 -0
- package/dist/src/models/EcosystemUsers.d.ts.map +1 -0
- package/dist/src/models/ecosystem/BatchUserData.d.ts +25 -0
- package/dist/src/models/ecosystem/BatchUserData.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Clinic.d.ts +106 -0
- package/dist/src/models/ecosystem/Clinic.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentFilled.d.ts +52 -0
- package/dist/src/models/ecosystem/ConsentFilled.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentGeneral.d.ts +66 -0
- package/dist/src/models/ecosystem/ConsentGeneral.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentGroupMeta.d.ts +50 -0
- package/dist/src/models/ecosystem/ConsentGroupMeta.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentMeta.d.ts +39 -0
- package/dist/src/models/ecosystem/ConsentMeta.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentMetaFilled.d.ts +25 -0
- package/dist/src/models/ecosystem/ConsentMetaFilled.d.ts.map +1 -0
- package/dist/src/models/ecosystem/DashboardWidget.d.ts +125 -0
- package/dist/src/models/ecosystem/DashboardWidget.d.ts.map +1 -0
- package/dist/src/models/ecosystem/DashboardWidgetBlock.d.ts +52 -0
- package/dist/src/models/ecosystem/DashboardWidgetBlock.d.ts.map +1 -0
- package/dist/src/models/ecosystem/DeletionAudit.d.ts +65 -0
- package/dist/src/models/ecosystem/DeletionAudit.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Ecosystem.d.ts +56 -0
- package/dist/src/models/ecosystem/Ecosystem.d.ts.map +1 -0
- package/dist/src/models/ecosystem/EcosystemConfig.d.ts +45 -0
- package/dist/src/models/ecosystem/EcosystemConfig.d.ts.map +1 -0
- package/dist/src/models/ecosystem/EcosystemUsers.d.ts +13 -0
- package/dist/src/models/ecosystem/EcosystemUsers.d.ts.map +1 -0
- package/dist/src/models/ecosystem/EmailTemplate.d.ts +66 -0
- package/dist/src/models/ecosystem/EmailTemplate.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ExternalProject.d.ts +36 -0
- package/dist/src/models/ecosystem/ExternalProject.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationConfiguration.d.ts +117 -0
- package/dist/src/models/ecosystem/NotificationConfiguration.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationInfo.d.ts +90 -0
- package/dist/src/models/ecosystem/NotificationInfo.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationLog.d.ts +222 -0
- package/dist/src/models/ecosystem/NotificationLog.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationTemplate.d.ts +78 -0
- package/dist/src/models/ecosystem/NotificationTemplate.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationUserStatus.d.ts +60 -0
- package/dist/src/models/ecosystem/NotificationUserStatus.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Outcome.d.ts +76 -0
- package/dist/src/models/ecosystem/Outcome.d.ts.map +1 -0
- package/dist/src/models/ecosystem/PerseedNotificationTemplate.d.ts +79 -0
- package/dist/src/models/ecosystem/PerseedNotificationTemplate.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProcessLog.d.ts +116 -0
- package/dist/src/models/ecosystem/ProcessLog.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Profiling.d.ts +159 -0
- package/dist/src/models/ecosystem/Profiling.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingAddRepeatCrf.d.ts +23 -0
- package/dist/src/models/ecosystem/ProfilingAddRepeatCrf.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingConsent.d.ts +51 -0
- package/dist/src/models/ecosystem/ProfilingConsent.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingDashboard.d.ts +30 -0
- package/dist/src/models/ecosystem/ProfilingDashboard.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingDeleteRepeatCrf.d.ts +23 -0
- package/dist/src/models/ecosystem/ProfilingDeleteRepeatCrf.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingEnableCp.d.ts +27 -0
- package/dist/src/models/ecosystem/ProfilingEnableCp.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingPrivilegeDenied.d.ts +27 -0
- package/dist/src/models/ecosystem/ProfilingPrivilegeDenied.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingSeedPrivilege.d.ts +33 -0
- package/dist/src/models/ecosystem/ProfilingSeedPrivilege.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingSelected.d.ts +31 -0
- package/dist/src/models/ecosystem/ProfilingSelected.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Project.d.ts +158 -0
- package/dist/src/models/ecosystem/Project.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProjectClinic.d.ts +34 -0
- package/dist/src/models/ecosystem/ProjectClinic.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Role.d.ts +24 -0
- package/dist/src/models/ecosystem/Role.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Seed.d.ts +46 -0
- package/dist/src/models/ecosystem/Seed.d.ts.map +1 -0
- package/dist/src/models/ecosystem/SeedPrivilege.d.ts +79 -0
- package/dist/src/models/ecosystem/SeedPrivilege.d.ts.map +1 -0
- package/dist/src/models/ecosystem/SelfRegistrationCode.d.ts +63 -0
- package/dist/src/models/ecosystem/SelfRegistrationCode.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Tokens.d.ts +56 -0
- package/dist/src/models/ecosystem/Tokens.d.ts.map +1 -0
- package/dist/src/models/ecosystem/User.d.ts +349 -0
- package/dist/src/models/ecosystem/User.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserClinic.d.ts +44 -0
- package/dist/src/models/ecosystem/UserClinic.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserEcosystem.d.ts +23 -0
- package/dist/src/models/ecosystem/UserEcosystem.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserMobileApp.d.ts +57 -0
- package/dist/src/models/ecosystem/UserMobileApp.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserPatient.d.ts +83 -0
- package/dist/src/models/ecosystem/UserPatient.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserProfile.d.ts +160 -0
- package/dist/src/models/ecosystem/UserProfile.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserProfiling.d.ts +53 -0
- package/dist/src/models/ecosystem/UserProfiling.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserProject.d.ts +42 -0
- package/dist/src/models/ecosystem/UserProject.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserRole.d.ts +37 -0
- package/dist/src/models/ecosystem/UserRole.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserTrustedAccess.d.ts +59 -0
- package/dist/src/models/ecosystem/UserTrustedAccess.d.ts.map +1 -0
- package/dist/src/models/perseed/MFACode.d.ts +45 -0
- package/dist/src/models/perseed/MFACode.d.ts.map +1 -0
- package/dist/src/models/perseed/PerseedEcosystem.d.ts +54 -0
- package/dist/src/models/perseed/PerseedEcosystem.d.ts.map +1 -0
- package/dist/src/models/perseed/PerseedEmailTemplate.d.ts +8 -0
- package/dist/src/models/perseed/PerseedEmailTemplate.d.ts.map +1 -0
- package/dist/src/models/perseed/RawHealthRecord.d.ts +49 -0
- package/dist/src/models/perseed/RawHealthRecord.d.ts.map +1 -0
- package/dist/src/models/perseed/ScheduledTasks.d.ts +86 -0
- package/dist/src/models/perseed/ScheduledTasks.d.ts.map +1 -0
- package/dist/src/models/perseed/ScheduledTasksLog.d.ts +59 -0
- package/dist/src/models/perseed/ScheduledTasksLog.d.ts.map +1 -0
- package/dist/src/models/perseed/UserSettings.d.ts +91 -0
- package/dist/src/models/perseed/UserSettings.d.ts.map +1 -0
- package/dist/src/models/project/AbstractDisplayer.d.ts +34 -0
- package/dist/src/models/project/AbstractDisplayer.d.ts.map +1 -0
- package/dist/src/models/project/BulkUpload.d.ts +94 -0
- package/dist/src/models/project/BulkUpload.d.ts.map +1 -0
- package/dist/src/models/project/Categories.d.ts +18 -0
- package/dist/src/models/project/Categories.d.ts.map +1 -0
- package/dist/src/models/project/ConfigurationPatient.d.ts +56 -0
- package/dist/src/models/project/ConfigurationPatient.d.ts.map +1 -0
- package/dist/src/models/project/DesignerCrf.d.ts +290 -0
- package/dist/src/models/project/DesignerCrf.d.ts.map +1 -0
- package/dist/src/models/project/DesignerCrfMeta.d.ts +52 -0
- package/dist/src/models/project/DesignerCrfMeta.d.ts.map +1 -0
- package/dist/src/models/project/DesignerField.d.ts +222 -0
- package/dist/src/models/project/DesignerField.d.ts.map +1 -0
- package/dist/src/models/project/DesignerFieldMeta.d.ts +60 -0
- package/dist/src/models/project/DesignerFieldMeta.d.ts.map +1 -0
- package/dist/src/models/project/Displayer.d.ts +14 -0
- package/dist/src/models/project/Displayer.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerMeta.d.ts +77 -0
- package/dist/src/models/project/DisplayerMeta.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerMetaInfo.d.ts +44 -0
- package/dist/src/models/project/DisplayerMetaInfo.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerPatient.d.ts +13 -0
- package/dist/src/models/project/DisplayerPatient.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerSubformReference.d.ts +39 -0
- package/dist/src/models/project/DisplayerSubformReference.d.ts.map +1 -0
- package/dist/src/models/project/ExporterAudit.d.ts +104 -0
- package/dist/src/models/project/ExporterAudit.d.ts.map +1 -0
- package/dist/src/models/project/ExporterConfigNew.d.ts +28 -0
- package/dist/src/models/project/ExporterConfigNew.d.ts.map +1 -0
- package/dist/src/models/project/ExternalDisplayerCrf.d.ts +39 -0
- package/dist/src/models/project/ExternalDisplayerCrf.d.ts.map +1 -0
- package/dist/src/models/project/ExternalPatientProject.d.ts +63 -0
- package/dist/src/models/project/ExternalPatientProject.d.ts.map +1 -0
- package/dist/src/models/project/ExternalProjectFields.d.ts +26 -0
- package/dist/src/models/project/ExternalProjectFields.d.ts.map +1 -0
- package/dist/src/models/project/PatientPrograms.d.ts +91 -0
- package/dist/src/models/project/PatientPrograms.d.ts.map +1 -0
- package/dist/src/models/project/QueryDiscussion.d.ts +125 -0
- package/dist/src/models/project/QueryDiscussion.d.ts.map +1 -0
- package/dist/src/models/project/QueryDiscussionDes.d.ts +74 -0
- package/dist/src/models/project/QueryDiscussionDes.d.ts.map +1 -0
- package/dist/src/models/project/QuestionariesInfo.d.ts +300 -0
- package/dist/src/models/project/QuestionariesInfo.d.ts.map +1 -0
- package/dist/src/models/project/QuestionnairesInfoLog.d.ts +182 -0
- package/dist/src/models/project/QuestionnairesInfoLog.d.ts.map +1 -0
- package/dist/src/models/project/UploaderCategory.d.ts +27 -0
- package/dist/src/models/project/UploaderCategory.d.ts.map +1 -0
- package/dist/src/models/project/UploaderDocument.d.ts +86 -0
- package/dist/src/models/project/UploaderDocument.d.ts.map +1 -0
- package/dist/src/models/project/UploaderDocumentCategory.d.ts +48 -0
- package/dist/src/models/project/UploaderDocumentCategory.d.ts.map +1 -0
- package/dist/src/models/request/RequestContext.d.ts +89 -0
- package/dist/src/models/request/RequestContext.d.ts.map +1 -0
- package/dist/src/models/virtual/AuthenticationSecurity.d.ts +16 -0
- package/dist/src/models/virtual/AuthenticationSecurity.d.ts.map +1 -0
- package/dist/src/models/virtual/CRFs/meta/DependenceCRF.d.ts +16 -0
- package/dist/src/models/virtual/CRFs/meta/DependenceCRF.d.ts.map +1 -0
- package/dist/src/models/virtual/FieldValue.d.ts +22 -0
- package/dist/src/models/virtual/FieldValue.d.ts.map +1 -0
- package/dist/src/models/virtual/FormValue.d.ts +13 -0
- package/dist/src/models/virtual/FormValue.d.ts.map +1 -0
- package/dist/src/models/virtual/QuestionnaireCrf.d.ts +74 -0
- package/dist/src/models/virtual/QuestionnaireCrf.d.ts.map +1 -0
- package/dist/src/models/virtual/fields/meta/Dependence.d.ts +14 -0
- package/dist/src/models/virtual/fields/meta/Dependence.d.ts.map +1 -0
- package/dist/src/models/virtual/fields/meta/dependence/ConditionLine.d.ts +40 -0
- package/dist/src/models/virtual/fields/meta/dependence/ConditionLine.d.ts.map +1 -0
- package/dist/src/module.d.ts +32 -0
- package/dist/src/overrides.d.ts +9 -0
- package/dist/src/routes/auth/autohooks.d.ts +4 -0
- package/dist/src/routes/auth/autohooks.d.ts.map +1 -0
- package/dist/src/routes/auth/index.d.ts +4 -0
- package/dist/src/routes/auth/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/clinic/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/clinic/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/heartbeat/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/heartbeat/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/hospital/index.d.ts +7 -0
- package/dist/src/routes/ecosystem/_ecosystemName/hospital/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/config/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/config/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/form/_formName/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/form/_formName/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/self-register/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/self-register/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/selfregister/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/selfregister/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/_userId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/_userId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/contact/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/contact/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/forget/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/forget/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/index.d.ts.map +1 -0
- package/dist/src/routes/global/autohooks.d.ts +4 -0
- package/dist/src/routes/global/autohooks.d.ts.map +1 -0
- package/dist/src/routes/global/index.d.ts +4 -0
- package/dist/src/routes/global/index.d.ts.map +1 -0
- package/dist/src/routes/global/user/index.d.ts +4 -0
- package/dist/src/routes/global/user/index.d.ts.map +1 -0
- package/dist/src/routes/index.d.ts +4 -0
- package/dist/src/routes/index.d.ts.map +1 -0
- package/dist/src/routes/redirectToMarkets/index.d.ts +4 -0
- package/dist/src/routes/redirectToMarkets/index.d.ts.map +1 -0
- package/dist/src/routes/user/forget/index.d.ts +4 -0
- package/dist/src/routes/user/forget/index.d.ts.map +1 -0
- package/dist/src/routes/user/index.d.ts +4 -0
- package/dist/src/routes/user/index.d.ts.map +1 -0
- package/dist/src/schemas/api_action/ApiActionTypes.d.ts +15 -0
- package/dist/src/schemas/api_action/ApiActionTypes.d.ts.map +1 -0
- package/dist/src/schemas/api_action/index.d.ts +2 -0
- package/dist/src/schemas/api_action/index.d.ts.map +1 -0
- package/dist/src/schemas/authentication_security/index.d.ts +2 -0
- package/dist/src/schemas/authentication_security/index.d.ts.map +1 -0
- package/dist/src/schemas/authentication_security/types.d.ts +30 -0
- package/dist/src/schemas/authentication_security/types.d.ts.map +1 -0
- package/dist/src/schemas/bulk_upload/index.d.ts +2 -0
- package/dist/src/schemas/bulk_upload/index.d.ts.map +1 -0
- package/dist/src/schemas/bulk_upload/types.d.ts +12 -0
- package/dist/src/schemas/bulk_upload/types.d.ts.map +1 -0
- package/dist/{schemas → src/schemas}/bulk_upload/update_bulk_upload_payload.schema.json +3 -0
- package/dist/src/schemas/dashboard_widget/col.d.ts +26 -0
- package/dist/src/schemas/dashboard_widget/col.d.ts.map +1 -0
- package/dist/{schemas → src/schemas}/dashboard_widget/create_widget_payload.schema.json +85 -23
- package/dist/src/schemas/dashboard_widget/dataLoaders/Outcomes.d.ts +7 -0
- package/dist/src/schemas/dashboard_widget/dataLoaders/Outcomes.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/dataLoaders/index.d.ts +2 -0
- package/dist/src/schemas/dashboard_widget/dataLoaders/index.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/i18n.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/i18n.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/index.d.ts +5 -0
- package/dist/src/schemas/dashboard_widget/index.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/types.d.ts +130 -0
- package/dist/src/schemas/dashboard_widget/types.d.ts.map +1 -0
- package/dist/{schemas → src/schemas}/dashboard_widget/update_widget_payload.schema.json +85 -23
- package/dist/src/schemas/dashboard_widget/widgetTypes/DashboardProps.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/DashboardProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/PatientListProps.d.ts +89 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/PatientListProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/SectionCardProps.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/SectionCardProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/ValueCardProps.d.ts +13 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/ValueCardProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/index.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/index.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/Generic.d.ts +8 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/Generic.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconPresentationWidget.d.ts +8 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconTextPresentationWidget.d.ts +17 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconTextPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/ListPresentationWidget.d.ts +11 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/ListPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/TextPresentationWidget.d.ts +8 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/TextPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/index.d.ts +5 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/index.d.ts.map +1 -0
- package/dist/src/schemas/designer_field/index.d.ts +2 -0
- package/dist/src/schemas/designer_field/index.d.ts.map +1 -0
- package/dist/src/schemas/designer_field/types.d.ts +26 -0
- package/dist/src/schemas/designer_field/types.d.ts.map +1 -0
- package/dist/src/schemas/forms/FormServicePayloads.d.ts +23 -0
- package/dist/src/schemas/forms/FormServicePayloads.d.ts.map +1 -0
- package/dist/src/schemas/forms/index.d.ts +2 -0
- package/dist/src/schemas/forms/index.d.ts.map +1 -0
- package/dist/src/schemas/index.d.ts +12 -0
- package/dist/src/schemas/index.d.ts.map +1 -0
- package/dist/src/schemas/notification_configuration/NotifiedAboutInfo.d.ts +15 -0
- package/dist/src/schemas/notification_configuration/NotifiedAboutInfo.d.ts.map +1 -0
- package/dist/src/schemas/notification_configuration/index.d.ts +3 -0
- package/dist/src/schemas/notification_configuration/index.d.ts.map +1 -0
- package/dist/src/schemas/notification_configuration/types.d.ts +105 -0
- package/dist/src/schemas/notification_configuration/types.d.ts.map +1 -0
- package/dist/src/schemas/outcomes/index.d.ts +2 -0
- package/dist/src/schemas/outcomes/index.d.ts.map +1 -0
- package/dist/src/schemas/outcomes/types.d.ts +32 -0
- package/dist/src/schemas/outcomes/types.d.ts.map +1 -0
- package/dist/src/schemas/process_log/index.d.ts +2 -0
- package/dist/src/schemas/process_log/index.d.ts.map +1 -0
- package/dist/src/schemas/process_log/types.d.ts +43 -0
- package/dist/src/schemas/process_log/types.d.ts.map +1 -0
- package/dist/src/schemas/questionnaire/index.d.ts +2 -0
- package/dist/src/schemas/questionnaire/index.d.ts.map +1 -0
- package/dist/src/schemas/questionnaire/types.d.ts +39 -0
- package/dist/src/schemas/questionnaire/types.d.ts.map +1 -0
- package/dist/src/schemas/user_settings/index.d.ts +2 -0
- package/dist/src/schemas/user_settings/index.d.ts.map +1 -0
- package/dist/src/schemas/user_settings/types.d.ts +6 -0
- package/dist/src/schemas/user_settings/types.d.ts.map +1 -0
- package/dist/src/server.d.ts +2 -0
- package/dist/src/server.d.ts.map +1 -0
- package/dist/src/types/JSONValue.d.ts +6 -0
- package/dist/src/types/JSONValue.d.ts.map +1 -0
- package/dist/src/types/ts-helpers.d.ts +2 -0
- package/dist/src/types/ts-helpers.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/index.d.ts +7 -0
- package/dist/src/v2/modules/ecosystem/user-access/index.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.controller.d.ts +8 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.helper.d.ts +5 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.middleware.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.model.d.ts +140 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.model.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.schema.d.ts +45 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.service.d.ts +8 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.service.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts +46 -0
- package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-error/index.d.ts +2 -0
- package/dist/src/v2/modules/global/api-error/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-version/api-version.middleware.d.ts +2 -0
- package/dist/src/v2/modules/global/api-version/api-version.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-version/api-version.test.d.ts +2 -0
- package/dist/src/v2/modules/global/api-version/api-version.test.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-version/index.d.ts +2 -0
- package/dist/src/v2/modules/global/api-version/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth/auth.controller.d.ts +5 -0
- package/dist/src/v2/modules/global/auth/auth.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth/auth.schema.d.ts +6 -0
- package/dist/src/v2/modules/global/auth/auth.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth/index.d.ts +3 -0
- package/dist/src/v2/modules/global/auth/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.controller.d.ts +9 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.helper.d.ts +10 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.middleware.d.ts +14 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/index.d.ts +3 -0
- package/dist/src/v2/modules/global/auth-token/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.d.ts +6 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.test.d.ts +2 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.test.d.ts.map +1 -0
- package/dist/src/v2/modules/global/basic-auth/index.d.ts +2 -0
- package/dist/src/v2/modules/global/basic-auth/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/bullmq-admin/bullmq-admin.middleware.d.ts +5 -0
- package/dist/src/v2/modules/global/bullmq-admin/bullmq-admin.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/bullmq-admin/index.d.ts +2 -0
- package/dist/src/v2/modules/global/bullmq-admin/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/crypto/crypto.helper.d.ts +2 -0
- package/dist/src/v2/modules/global/crypto/crypto.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/crypto/index.d.ts +2 -0
- package/dist/src/v2/modules/global/crypto/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/dates/dates.middleware.d.ts +2 -0
- package/dist/src/v2/modules/global/dates/dates.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/dates/index.d.ts +2 -0
- package/dist/src/v2/modules/global/dates/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/geoip/geoip.middleware.d.ts +9 -0
- package/dist/src/v2/modules/global/geoip/geoip.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/geoip/index.d.ts +2 -0
- package/dist/src/v2/modules/global/geoip/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/i18n/i18n.middleware.d.ts +5 -0
- package/dist/src/v2/modules/global/i18n/i18n.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/i18n/index.d.ts +2 -0
- package/dist/src/v2/modules/global/i18n/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/index.d.ts +2 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.d.ts +42 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.test.d.ts +2 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.test.d.ts.map +1 -0
- package/dist/src/v2/modules/global/objection/index.d.ts +2 -0
- package/dist/src/v2/modules/global/objection/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/objection/objection.helper.d.ts +14 -0
- package/dist/src/v2/modules/global/objection/objection.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/index.d.ts +3 -0
- package/dist/src/v2/modules/global/pagination/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/lib.d.ts +2 -0
- package/dist/src/v2/modules/global/pagination/lib.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/pagination.helper.d.ts +4 -0
- package/dist/src/v2/modules/global/pagination/pagination.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/pagination.schema.d.ts +12 -0
- package/dist/src/v2/modules/global/pagination/pagination.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-context/index.d.ts +2 -0
- package/dist/src/v2/modules/global/request-context/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-context/request-context.middleware.d.ts +8 -0
- package/dist/src/v2/modules/global/request-context/request-context.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-fingerprint/index.d.ts +3 -0
- package/dist/src/v2/modules/global/request-fingerprint/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.middleware.d.ts +8 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.schema.d.ts +11 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-id/index.d.ts +3 -0
- package/dist/src/v2/modules/global/request-id/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-id/request-id.helper.d.ts +3 -0
- package/dist/src/v2/modules/global/request-id/request-id.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-id/request-id.middleware.d.ts +2 -0
- package/dist/src/v2/modules/global/request-id/request-id.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-log/index.d.ts +2 -0
- package/dist/src/v2/modules/global/request-log/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-log/request-log.middleware.d.ts +3 -0
- package/dist/src/v2/modules/global/request-log/request-log.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-time/index.d.ts +3 -0
- package/dist/src/v2/modules/global/request-time/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-time/request-time.helper.d.ts +2 -0
- package/dist/src/v2/modules/global/request-time/request-time.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-time/request-time.middleware.d.ts +7 -0
- package/dist/src/v2/modules/global/request-time/request-time.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document/document.model.d.ts +12 -0
- package/dist/src/v2/modules/project/document/document.model.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document/document.schema.d.ts +6 -0
- package/dist/src/v2/modules/project/document/document.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document/index.d.ts +3 -0
- package/dist/src/v2/modules/project/document/index.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.d.ts +5 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.e2e.d.ts +2 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.e2e.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.test.d.ts +2 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.test.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.model.d.ts +32 -0
- package/dist/src/v2/modules/project/document-category/document-category.model.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.schema.d.ts +26 -0
- package/dist/src/v2/modules/project/document-category/document-category.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.d.ts +18 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.test.d.ts +2 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/index.d.ts +4 -0
- package/dist/src/v2/modules/project/document-category/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/auth/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/auth/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/autohooks.d.ts +4 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/autohooks.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/param.schema.d.ts +5 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/param.schema.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts +4 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/document-category/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/document-category/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/params.schema.d.ts +7 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/params.schema.d.ts.map +1 -0
- package/dist/src/v2/test/e2e-config.d.ts +46 -0
- package/dist/src/v2/test/e2e-config.d.ts.map +1 -0
- package/dist/src/v2/test/e2e-helpers.d.ts +22 -0
- package/dist/src/v2/test/e2e-helpers.d.ts.map +1 -0
- package/dist/src/v2/test/e2e-setup.d.ts +8 -0
- package/dist/src/v2/test/e2e-setup.d.ts.map +1 -0
- package/dist/src/v2/test/test-helpers.d.ts +3 -0
- package/dist/src/v2/test/test-helpers.d.ts.map +1 -0
- package/dist/src/v2/test/test-setup.d.ts +8 -0
- package/dist/src/v2/test/test-setup.d.ts.map +1 -0
- package/dist/src/validators/questionnaire.validator.d.ts +2 -0
- package/dist/src/validators/questionnaire.validator.d.ts.map +1 -0
- package/dist/src/validators/user.validator.d.ts +6 -0
- package/dist/src/validators/user.validator.d.ts.map +1 -0
- package/dist/v1/perseed-api.cjs +1459 -0
- package/dist/v1/perseed-api.cjs.map +1 -0
- package/dist/v1/perseed-api.d.ts +1 -0
- package/dist/{perseed-api.mjs → v1/perseed-api.mjs} +347 -156
- package/dist/v1/perseed-api.mjs.map +1 -0
- package/package.json +36 -168
- package/dist/index.d.ts +0 -3073
- package/dist/perseed-api.umd.js +0 -1
- /package/dist/{schemas → src/schemas}/forms/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/forms/update.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/hospital/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/mfa/mfa-login-data.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/mobile/searchnotificationstatus.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/notification_configuration/create_trigger_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/notification_configuration/update_trigger_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/patient/createFullPatient.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/patient/createPatient.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/process_log/create_process_log_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/process_log/update_process_log_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/project/createCategory.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/project/export.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/project/uploadDocument.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/query/patch.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/questionnaire/createQuestionnaire.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/subform/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/subform/update.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/user_settings/APP_FONT_FACTOR.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/user_settings/AUTH_SECURITY_CONFIG.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/user_settings/GenericBooleanSetting.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/activate.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/contact.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/password.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/selfregister.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/unlinkProject.schema.json +0 -0
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
const
|
|
1
|
+
const DATE_FORMAT = "YYYY-MM-DD";
|
|
2
|
+
const TIME_FORMAT = "HH:mm:ss";
|
|
3
|
+
const SHORT_TIME_FORMAT = "HH:mm";
|
|
4
|
+
const DATETIME_SHORT_FORMAT = "YYYY-MM-DD HH:mm";
|
|
5
|
+
const MYSQL_DATE_FORMAT = DATE_FORMAT;
|
|
6
|
+
const MYSQL_DATETIME_FORMAT = "YYYY-MM-DD HH:mm:ss";
|
|
7
|
+
const Exporter = {
|
|
2
8
|
PENDING: "IN_PROGRESS",
|
|
3
9
|
ERROR: "ERROR",
|
|
4
10
|
SUCCESS: "COMPLETED",
|
|
@@ -7,7 +13,8 @@ const N = "YYYY-MM-DD", G = "HH:mm:ss", y = "HH:mm", B = "YYYY-MM-DD HH:mm", H =
|
|
|
7
13
|
csv: 2,
|
|
8
14
|
spss: 1
|
|
9
15
|
}
|
|
10
|
-
}
|
|
16
|
+
};
|
|
17
|
+
const FIELDS = {
|
|
11
18
|
DECIMAL: 1,
|
|
12
19
|
INTEGER: 2,
|
|
13
20
|
MULTIPLE_SELECTION: 3,
|
|
@@ -32,7 +39,8 @@ const N = "YYYY-MM-DD", G = "HH:mm:ss", y = "HH:mm", B = "YYYY-MM-DD HH:mm", H =
|
|
|
32
39
|
SCAN_CODE: 22,
|
|
33
40
|
PARAGRAPH: 23,
|
|
34
41
|
FILE: 24
|
|
35
|
-
}
|
|
42
|
+
};
|
|
43
|
+
const FIELD_NAMES = {
|
|
36
44
|
DECIMAL_NAME: "decimal",
|
|
37
45
|
INTEGER_NAME: "integer",
|
|
38
46
|
MULTIPLE_SELECTION_NAME: "multiple_selection",
|
|
@@ -58,16 +66,29 @@ const N = "YYYY-MM-DD", G = "HH:mm:ss", y = "HH:mm", B = "YYYY-MM-DD HH:mm", H =
|
|
|
58
66
|
PARAGRAPH_NAME: "paragraph",
|
|
59
67
|
FILE_NAME: "file"
|
|
60
68
|
};
|
|
61
|
-
var
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
69
|
+
var FORM_TYPES = /* @__PURE__ */ ((FORM_TYPES2) => {
|
|
70
|
+
FORM_TYPES2[FORM_TYPES2["STATIC"] = 0] = "STATIC";
|
|
71
|
+
FORM_TYPES2[FORM_TYPES2["STANDARD"] = 1] = "STANDARD";
|
|
72
|
+
FORM_TYPES2[FORM_TYPES2["FOLLOW_UP"] = 2] = "FOLLOW_UP";
|
|
73
|
+
FORM_TYPES2[FORM_TYPES2["ADVERSE_EVENT"] = 3] = "ADVERSE_EVENT";
|
|
74
|
+
FORM_TYPES2[FORM_TYPES2["QUESTIONNAIRE"] = 5] = "QUESTIONNAIRE";
|
|
75
|
+
FORM_TYPES2[FORM_TYPES2["STUDY"] = 6] = "STUDY";
|
|
76
|
+
return FORM_TYPES2;
|
|
77
|
+
})(FORM_TYPES || {});
|
|
78
|
+
const FIELD_NAMES_MAP = () => {
|
|
79
|
+
let fieldTypeNames = {};
|
|
80
|
+
Object.keys(FIELDS).forEach((key) => {
|
|
81
|
+
fieldTypeNames = {
|
|
82
|
+
...fieldTypeNames,
|
|
83
|
+
[FIELDS[key]]: FIELD_NAMES[`${key}_NAME`]
|
|
68
84
|
};
|
|
69
|
-
})
|
|
70
|
-
|
|
85
|
+
});
|
|
86
|
+
return fieldTypeNames;
|
|
87
|
+
};
|
|
88
|
+
const NUMBER_TYPE = ["number", FIELD_NAMES.DECIMAL_NAME, FIELD_NAMES.INTEGER_NAME];
|
|
89
|
+
const DATE_TYPE = ["date"];
|
|
90
|
+
const OBJECT_TYPE = ["object", FIELD_NAMES.SCAN_CODE_NAME];
|
|
91
|
+
const CORE = {
|
|
71
92
|
CREATION_TIME: "creation_time",
|
|
72
93
|
CREATION_USER: "creation_user",
|
|
73
94
|
CRF_NAME: "crf_name",
|
|
@@ -94,23 +115,36 @@ const z = () => {
|
|
|
94
115
|
VERSION: "version",
|
|
95
116
|
REFERENCE: "reference",
|
|
96
117
|
SUBFORM_ID: "subform_id"
|
|
97
|
-
}
|
|
118
|
+
};
|
|
119
|
+
const EXCLUDE_FIELDS = Object.values(CORE);
|
|
120
|
+
const AUDIT_FLAGS = {
|
|
98
121
|
added: "A",
|
|
99
122
|
edited: "E",
|
|
100
123
|
deleted: "D"
|
|
101
|
-
}
|
|
124
|
+
};
|
|
125
|
+
const FORM_NAMES = {
|
|
102
126
|
PATIENT: "patient",
|
|
103
127
|
SEPARATOR: "_"
|
|
104
|
-
}
|
|
128
|
+
};
|
|
129
|
+
const FORM_SUFFIX = {
|
|
105
130
|
AUDIT: "audit"
|
|
106
|
-
}
|
|
131
|
+
};
|
|
132
|
+
const MULTIPLE_SELECTION_SEPARATOR = "~";
|
|
133
|
+
const FIELD_SUFFIX = "_status";
|
|
134
|
+
const STATUS_SUFFIX = "_status";
|
|
135
|
+
const FIELD_STATUS = {
|
|
107
136
|
filled: "filled",
|
|
108
137
|
unk: "UNK",
|
|
109
138
|
na: "NA",
|
|
110
139
|
nd: "ND"
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
|
|
140
|
+
};
|
|
141
|
+
const STATUS_FIELD_REGEXP = /^[0-9a-f]{33}_status$/;
|
|
142
|
+
const isNotStatusField = function(fieldName) {
|
|
143
|
+
return !STATUS_FIELD_REGEXP.test(fieldName);
|
|
144
|
+
};
|
|
145
|
+
const NO_FILL_STATUS = ["UNK", "NA", "ND"];
|
|
146
|
+
const TIME_SCHEMA = "^[0-1][0-9]:[0-5][0-9]$|^[0-2][0-3]:[0-5][0-9]$";
|
|
147
|
+
const META_NAMES = {
|
|
114
148
|
DEPENDENT_SOURCE: "dependent_source",
|
|
115
149
|
ENCRYPTED: "encrypted",
|
|
116
150
|
ENCRYPTED_LEVEL: "encrypted_level",
|
|
@@ -184,35 +218,43 @@ const z = () => {
|
|
|
184
218
|
PROC_ANONYMIZE: "proc_anonymize",
|
|
185
219
|
PROC_EXTRACTION: "proc_extraction"
|
|
186
220
|
};
|
|
187
|
-
|
|
188
|
-
const
|
|
221
|
+
const AI_PROCESSING_META_NAMES = [META_NAMES.PROC_ANONYMIZE, META_NAMES.PROC_EXTRACTION];
|
|
222
|
+
const META_RESTRICTION = {
|
|
189
223
|
STRICT: "strict",
|
|
190
224
|
FLEXIBLE: "flexible"
|
|
191
|
-
}
|
|
225
|
+
};
|
|
226
|
+
const META_STATUS = {
|
|
192
227
|
ACTIVE: "1"
|
|
193
|
-
}
|
|
228
|
+
};
|
|
229
|
+
const SELECTOR_TYPE = {
|
|
194
230
|
SLIDER: "slider",
|
|
195
231
|
DROPDOWN: "dropdown",
|
|
196
232
|
RADIO_BUTTON: "radio_button",
|
|
197
233
|
CHECK_BOX: "check_box"
|
|
198
|
-
}
|
|
234
|
+
};
|
|
235
|
+
const SLIDER_TYPE = {
|
|
199
236
|
STARS: "0",
|
|
200
237
|
SCALE_RATING: "1",
|
|
201
238
|
IMAGES: "2"
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
[
|
|
205
|
-
[
|
|
206
|
-
|
|
239
|
+
};
|
|
240
|
+
const SLIDER_SELECTOR_TYPE = {
|
|
241
|
+
[SLIDER_TYPE.STARS]: "stars",
|
|
242
|
+
[SLIDER_TYPE.SCALE_RATING]: "scale",
|
|
243
|
+
[SLIDER_TYPE.IMAGES]: "images"
|
|
244
|
+
};
|
|
245
|
+
const SLIDER_SCALE_TYPE = {
|
|
207
246
|
HORIZONTAL: "0",
|
|
208
247
|
VERTICAL: "1"
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
[
|
|
212
|
-
|
|
248
|
+
};
|
|
249
|
+
const SLIDER_SCALE_ORIENTATION_TYPE = {
|
|
250
|
+
[SLIDER_SCALE_TYPE.HORIZONTAL]: "horizontal",
|
|
251
|
+
[SLIDER_SCALE_TYPE.VERTICAL]: "vertical"
|
|
252
|
+
};
|
|
253
|
+
const HREF_TYPE = {
|
|
213
254
|
NEW_WINDOW: "newwindow",
|
|
214
255
|
EMBEDDED_HTML: "embeddedhtml"
|
|
215
|
-
}
|
|
256
|
+
};
|
|
257
|
+
const DYNAMIC_FILE_VALID_FORMATS = {
|
|
216
258
|
1: ["image/jpg", "image/jpeg", "image/bmp", "image/gif", "image/png"],
|
|
217
259
|
// Images
|
|
218
260
|
2: [
|
|
@@ -260,7 +302,8 @@ const ia = [E.PROC_ANONYMIZE, E.PROC_EXTRACTION], na = {
|
|
|
260
302
|
"video/x-flv"
|
|
261
303
|
]
|
|
262
304
|
// Video
|
|
263
|
-
}
|
|
305
|
+
};
|
|
306
|
+
const DEFAULT_CONFIGURATION_PATIENT_LIST = [
|
|
264
307
|
{
|
|
265
308
|
id: "1",
|
|
266
309
|
name: "patient_number",
|
|
@@ -288,18 +331,24 @@ const ia = [E.PROC_ANONYMIZE, E.PROC_EXTRACTION], na = {
|
|
|
288
331
|
crf_name: "",
|
|
289
332
|
status: "1"
|
|
290
333
|
}
|
|
291
|
-
]
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
334
|
+
];
|
|
335
|
+
const SELECT_FIELD_TYPES = [
|
|
336
|
+
FIELD_NAMES.SELECTION_NAME,
|
|
337
|
+
FIELD_NAMES.DYNAMIC_SELECTION_NAME,
|
|
338
|
+
...Object.values(SELECTOR_TYPE)
|
|
339
|
+
];
|
|
340
|
+
const MULTIPLE_SELECT_FIELD_TYPES = [FIELD_NAMES.MULTIPLE_SELECTION_NAME];
|
|
341
|
+
const NUMERIC_FIELD_TYPES = [FIELD_NAMES.DECIMAL_NAME, FIELD_NAMES.INTEGER_NAME];
|
|
342
|
+
const ALL_SELECT_FIELD_TYPES = [...SELECT_FIELD_TYPES, ...MULTIPLE_SELECT_FIELD_TYPES];
|
|
343
|
+
const NOTIFIED_TYPES = {
|
|
296
344
|
EMAIL: 1,
|
|
297
345
|
MOBILE: 2,
|
|
298
346
|
PLATFORM: 3,
|
|
299
347
|
SMS: 4,
|
|
300
348
|
HL7: 5,
|
|
301
349
|
ALL: ["1", "2", "3", "4", "5"]
|
|
302
|
-
}
|
|
350
|
+
};
|
|
351
|
+
const allCountries = [
|
|
303
352
|
["Afghanistan (افغانستان)", "af", "93"],
|
|
304
353
|
["Albania (Shqipëri)", "al", "355"],
|
|
305
354
|
["Algeria (الجزائر)", "dz", "213"],
|
|
@@ -593,34 +642,48 @@ const ia = [E.PROC_ANONYMIZE, E.PROC_EXTRACTION], na = {
|
|
|
593
642
|
["Zambia", "zm", "260"],
|
|
594
643
|
["Zimbabwe", "zw", "263"],
|
|
595
644
|
["Åland Islands", "ax", "358", 1, ["18"]]
|
|
596
|
-
]
|
|
597
|
-
|
|
598
|
-
|
|
645
|
+
];
|
|
646
|
+
const CountryPhoneCodes = allCountries.reduce((acc, c) => {
|
|
647
|
+
const key = c[1];
|
|
648
|
+
acc[key] = c[2];
|
|
649
|
+
return acc;
|
|
599
650
|
}, {});
|
|
600
|
-
var
|
|
601
|
-
|
|
651
|
+
var STATUS = /* @__PURE__ */ ((STATUS2) => {
|
|
652
|
+
STATUS2["CLOSED"] = "Closed";
|
|
653
|
+
STATUS2["OPEN"] = "Open";
|
|
654
|
+
STATUS2["COMING_SOON"] = "Coming soon";
|
|
655
|
+
return STATUS2;
|
|
656
|
+
})(STATUS || {});
|
|
657
|
+
const HISTORY = {
|
|
602
658
|
PERMANENT: "Permanent",
|
|
603
659
|
TEMPORARY: "Temporary"
|
|
604
|
-
}
|
|
660
|
+
};
|
|
661
|
+
const TYPE = {
|
|
605
662
|
QOL: "QoL",
|
|
606
663
|
TASK: "Task"
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
664
|
+
};
|
|
665
|
+
const QUESTIONNAIRE_TYPE_OPTIONS = {
|
|
666
|
+
"0": TYPE.QOL,
|
|
667
|
+
"1": TYPE.TASK
|
|
668
|
+
};
|
|
669
|
+
const HISTORY_TYPE_OPTIONS = {
|
|
670
|
+
"0": HISTORY.PERMANENT,
|
|
671
|
+
"1": HISTORY.TEMPORARY
|
|
672
|
+
};
|
|
673
|
+
const QUESTIONNAIRE_DATE = {
|
|
614
674
|
DATE: "date_of_questionnaire",
|
|
615
675
|
TIME: "time_of_questionnaire"
|
|
616
|
-
}
|
|
676
|
+
};
|
|
677
|
+
const QUESTIONNAIRE_TYPE = {
|
|
617
678
|
TYPE: "type_of_questionnaire"
|
|
618
|
-
}
|
|
679
|
+
};
|
|
680
|
+
const ROLES = {
|
|
619
681
|
PERSEED_ADMIN: "PerseedAdmin",
|
|
620
682
|
ECOSYSTEM_ADMIN: "EcosystemAdmin",
|
|
621
683
|
USER: "Users",
|
|
622
684
|
SALE: "Sales"
|
|
623
|
-
}
|
|
685
|
+
};
|
|
686
|
+
const SEED_PRIVILEGE = {
|
|
624
687
|
ADD_PATIENT: "add_patient",
|
|
625
688
|
ADD_REPEATABLE_CRF: "add_repeat_crf",
|
|
626
689
|
ADVANCED_FILTER: "advanced_filter",
|
|
@@ -663,7 +726,8 @@ const l = {
|
|
|
663
726
|
DASHBOARD_FOLLOWUP_OWN: "dashboard_followup_access_own",
|
|
664
727
|
DASHBOARD_FOLLOWUP_ASSIGNED: "dashboard_followup_access_assigned",
|
|
665
728
|
CORE_MANAGE_ORGANIZATION: "core_manage_organization"
|
|
666
|
-
}
|
|
729
|
+
};
|
|
730
|
+
const MINIMIAL_TIMEZONE_LIST = [
|
|
667
731
|
"Etc/GMT+12",
|
|
668
732
|
"Pacific/Midway",
|
|
669
733
|
"Pacific/Honolulu",
|
|
@@ -740,7 +804,8 @@ const l = {
|
|
|
740
804
|
"Pacific/Fiji",
|
|
741
805
|
"Pacific/Auckland",
|
|
742
806
|
"Pacific/Tongatapu"
|
|
743
|
-
]
|
|
807
|
+
];
|
|
808
|
+
const LANG_CODES = [
|
|
744
809
|
"ab",
|
|
745
810
|
"aa",
|
|
746
811
|
"af",
|
|
@@ -930,7 +995,8 @@ const l = {
|
|
|
930
995
|
"yo",
|
|
931
996
|
"za",
|
|
932
997
|
"zu"
|
|
933
|
-
]
|
|
998
|
+
];
|
|
999
|
+
const LOCALE_LANG_CODES = [
|
|
934
1000
|
"af_ZA",
|
|
935
1001
|
"am_ET",
|
|
936
1002
|
"ar_AE",
|
|
@@ -1142,20 +1208,109 @@ const l = {
|
|
|
1142
1208
|
"zh_TW",
|
|
1143
1209
|
"zu_ZA",
|
|
1144
1210
|
"fi_FI"
|
|
1145
|
-
]
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1211
|
+
];
|
|
1212
|
+
const FORMS_VIEW = "forms";
|
|
1213
|
+
const HISTORY_VIEW = "history";
|
|
1214
|
+
var DashboardWidgetType = /* @__PURE__ */ ((DashboardWidgetType2) => {
|
|
1215
|
+
DashboardWidgetType2["VALUECARD"] = "ValueCard";
|
|
1216
|
+
DashboardWidgetType2["SECTIONCARD"] = "SectionCard";
|
|
1217
|
+
DashboardWidgetType2["PATIENTLIST"] = "PatientList";
|
|
1218
|
+
DashboardWidgetType2["DASHBOARD"] = "Dashboard";
|
|
1219
|
+
DashboardWidgetType2["QUESTIONNAIRE_LOG"] = "QuestionnaireLog";
|
|
1220
|
+
DashboardWidgetType2["PATIENTS_PROGRAMS"] = "PatientsPrograms";
|
|
1221
|
+
DashboardWidgetType2["PATIENTS"] = "Patients";
|
|
1222
|
+
DashboardWidgetType2["ADHERENCE_SUMMARY"] = "AdherenceSummary";
|
|
1223
|
+
DashboardWidgetType2["FORM_LIST"] = "FormList";
|
|
1224
|
+
return DashboardWidgetType2;
|
|
1225
|
+
})(DashboardWidgetType || {});
|
|
1226
|
+
var DataLoaderType = /* @__PURE__ */ ((DataLoaderType2) => {
|
|
1227
|
+
DataLoaderType2["OUTCOMES"] = "outcomes";
|
|
1228
|
+
return DataLoaderType2;
|
|
1229
|
+
})(DataLoaderType || {});
|
|
1230
|
+
var ColumnType = /* @__PURE__ */ ((ColumnType2) => {
|
|
1231
|
+
ColumnType2["TEXT"] = "text";
|
|
1232
|
+
ColumnType2["NUMBER"] = "number";
|
|
1233
|
+
ColumnType2["BOOLEAN"] = "boolean";
|
|
1234
|
+
ColumnType2["DATE"] = "date";
|
|
1235
|
+
ColumnType2["TIME"] = "time";
|
|
1236
|
+
ColumnType2["DATETIME"] = "datetime";
|
|
1237
|
+
return ColumnType2;
|
|
1238
|
+
})(ColumnType || {});
|
|
1239
|
+
var OrderType = /* @__PURE__ */ ((OrderType2) => {
|
|
1240
|
+
OrderType2["ASC"] = "asc";
|
|
1241
|
+
OrderType2["DESC"] = "desc";
|
|
1242
|
+
return OrderType2;
|
|
1243
|
+
})(OrderType || {});
|
|
1244
|
+
var PresentationWidget = /* @__PURE__ */ ((PresentationWidget2) => {
|
|
1245
|
+
PresentationWidget2["TEXT"] = "text";
|
|
1246
|
+
PresentationWidget2["ICON"] = "icon";
|
|
1247
|
+
PresentationWidget2["ICON_TEXT"] = "icon_text";
|
|
1248
|
+
PresentationWidget2["LIST"] = "list";
|
|
1249
|
+
return PresentationWidget2;
|
|
1250
|
+
})(PresentationWidget || {});
|
|
1251
|
+
var IconPosition = /* @__PURE__ */ ((IconPosition2) => {
|
|
1252
|
+
IconPosition2["UP"] = "up";
|
|
1253
|
+
IconPosition2["DOWN"] = "down";
|
|
1254
|
+
IconPosition2["LEFT"] = "left";
|
|
1255
|
+
IconPosition2["RIGHT"] = "right";
|
|
1256
|
+
return IconPosition2;
|
|
1257
|
+
})(IconPosition || {});
|
|
1258
|
+
var ApiAction = /* @__PURE__ */ ((ApiAction2) => {
|
|
1259
|
+
ApiAction2["QUESTIONNAIRE_CREATE"] = "questionnaire.create";
|
|
1260
|
+
ApiAction2["CRF_CREATE"] = "crf.create";
|
|
1261
|
+
ApiAction2["CRF_UPDATE"] = "crf.update";
|
|
1262
|
+
ApiAction2["CRF_DELETE"] = "crf.delete";
|
|
1263
|
+
ApiAction2["EXTERNAL_API_CALL"] = "external_api_call";
|
|
1264
|
+
ApiAction2["LOG_CREATE"] = "log.create";
|
|
1265
|
+
ApiAction2["BULK_UPLOAD_UPDATE"] = "bulk_upload.update";
|
|
1266
|
+
ApiAction2["INVOKE_LAMBDA"] = "invoke_lambda";
|
|
1267
|
+
return ApiAction2;
|
|
1268
|
+
})(ApiAction || {});
|
|
1269
|
+
var ConditionsFormat = /* @__PURE__ */ ((ConditionsFormat2) => {
|
|
1270
|
+
ConditionsFormat2["JSON_LOGIC"] = "jsonLogic";
|
|
1271
|
+
ConditionsFormat2["CUSTOM"] = "custom";
|
|
1272
|
+
return ConditionsFormat2;
|
|
1273
|
+
})(ConditionsFormat || {});
|
|
1274
|
+
var TriggerAction = /* @__PURE__ */ ((TriggerAction2) => {
|
|
1275
|
+
TriggerAction2["CREATION"] = "creation";
|
|
1276
|
+
TriggerAction2["UPDATE"] = "update";
|
|
1277
|
+
return TriggerAction2;
|
|
1278
|
+
})(TriggerAction || {});
|
|
1279
|
+
var IntrospectionSchemaFieldType = /* @__PURE__ */ ((IntrospectionSchemaFieldType2) => {
|
|
1280
|
+
IntrospectionSchemaFieldType2["TEXT"] = "text";
|
|
1281
|
+
IntrospectionSchemaFieldType2["DATE"] = "date";
|
|
1282
|
+
IntrospectionSchemaFieldType2["TIME"] = "time";
|
|
1283
|
+
IntrospectionSchemaFieldType2["BOOLEAN"] = "boolean";
|
|
1284
|
+
IntrospectionSchemaFieldType2["NUMBER"] = "number";
|
|
1285
|
+
IntrospectionSchemaFieldType2["SELECT"] = "select";
|
|
1286
|
+
IntrospectionSchemaFieldType2["MULTISELECT"] = "multiselect";
|
|
1287
|
+
IntrospectionSchemaFieldType2["HIDDEN"] = "hidden";
|
|
1288
|
+
return IntrospectionSchemaFieldType2;
|
|
1289
|
+
})(IntrospectionSchemaFieldType || {});
|
|
1290
|
+
class NotifiedAboutInfo {
|
|
1291
|
+
notified_about;
|
|
1292
|
+
constructor(notifiedAbout) {
|
|
1293
|
+
this.notified_about = notifiedAbout;
|
|
1150
1294
|
}
|
|
1151
1295
|
crfName() {
|
|
1152
|
-
|
|
1296
|
+
if (this.notified_about.startsWith("crf_")) {
|
|
1297
|
+
return this.notified_about.split("_")[1];
|
|
1298
|
+
} else if (this.notified_about.startsWith("Patient")) {
|
|
1299
|
+
return "patient";
|
|
1300
|
+
} else {
|
|
1301
|
+
return null;
|
|
1302
|
+
}
|
|
1153
1303
|
}
|
|
1154
1304
|
actionTrigger() {
|
|
1155
|
-
|
|
1305
|
+
if (this.notified_about.toLowerCase().endsWith(TriggerAction.UPDATE)) {
|
|
1306
|
+
return TriggerAction.UPDATE;
|
|
1307
|
+
} else if (this.notified_about.toLowerCase().endsWith(TriggerAction.CREATION)) {
|
|
1308
|
+
return TriggerAction.CREATION;
|
|
1309
|
+
}
|
|
1310
|
+
return null;
|
|
1156
1311
|
}
|
|
1157
1312
|
isCrfTrigger() {
|
|
1158
|
-
return this.notified_about ===
|
|
1313
|
+
return this.notified_about === PATIENT_CREATION_ABOUT || this.notified_about.startsWith("crf_");
|
|
1159
1314
|
}
|
|
1160
1315
|
isModelTrigger() {
|
|
1161
1316
|
return this.notified_about.startsWith("model_");
|
|
@@ -1168,101 +1323,137 @@ class pa {
|
|
|
1168
1323
|
}
|
|
1169
1324
|
getModelName() {
|
|
1170
1325
|
if (this.isModelTrigger() && !this.isDisplayerTrigger()) {
|
|
1171
|
-
const
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1326
|
+
const prefix = "model_";
|
|
1327
|
+
const actionSuffixes = Object.values(TriggerAction);
|
|
1328
|
+
let modelName = this.notified_about.slice(prefix.length);
|
|
1329
|
+
for (const suffix of actionSuffixes) {
|
|
1330
|
+
if (modelName.endsWith(`_${suffix}`)) {
|
|
1331
|
+
modelName = modelName.slice(0, -`_${suffix}`.length);
|
|
1176
1332
|
break;
|
|
1177
1333
|
}
|
|
1178
|
-
|
|
1334
|
+
}
|
|
1335
|
+
return modelName;
|
|
1179
1336
|
} else if (this.isDisplayerTrigger()) {
|
|
1180
|
-
const
|
|
1181
|
-
|
|
1337
|
+
const parts = this.notified_about.split("_");
|
|
1338
|
+
const lastPart = parts[parts.length - 1];
|
|
1339
|
+
if (Object.values(TriggerAction).includes(lastPart)) {
|
|
1340
|
+
parts.pop();
|
|
1341
|
+
}
|
|
1342
|
+
return parts.slice(2).join("_");
|
|
1182
1343
|
}
|
|
1344
|
+
return void 0;
|
|
1183
1345
|
}
|
|
1184
1346
|
getModelTriggerAction() {
|
|
1185
|
-
const
|
|
1186
|
-
|
|
1347
|
+
const modelName = this.getModelName();
|
|
1348
|
+
if (modelName && this.isDisplayerTrigger()) {
|
|
1349
|
+
return this.notified_about.replace(`model_displayer_${modelName}_`, "").replace(`model_displayer_${modelName}`, "");
|
|
1350
|
+
} else if (modelName && this.isModelTrigger()) {
|
|
1351
|
+
return this.notified_about.replace(`model_${modelName}_`, "").replace(`model_${modelName}`, "");
|
|
1352
|
+
}
|
|
1353
|
+
return null;
|
|
1187
1354
|
}
|
|
1188
1355
|
}
|
|
1189
|
-
const
|
|
1190
|
-
var
|
|
1356
|
+
const PATIENT_CREATION_ABOUT = "Patient Creation";
|
|
1357
|
+
var QuestionnaireInfoUpdateMode = /* @__PURE__ */ ((QuestionnaireInfoUpdateMode2) => {
|
|
1358
|
+
QuestionnaireInfoUpdateMode2[QuestionnaireInfoUpdateMode2["START_OVER"] = 0] = "START_OVER";
|
|
1359
|
+
QuestionnaireInfoUpdateMode2[QuestionnaireInfoUpdateMode2["RESUME"] = 1] = "RESUME";
|
|
1360
|
+
return QuestionnaireInfoUpdateMode2;
|
|
1361
|
+
})(QuestionnaireInfoUpdateMode || {});
|
|
1362
|
+
var ProcessLogType = /* @__PURE__ */ ((ProcessLogType2) => {
|
|
1363
|
+
ProcessLogType2[ProcessLogType2["LOG"] = 0] = "LOG";
|
|
1364
|
+
ProcessLogType2[ProcessLogType2["RESULT"] = 1] = "RESULT";
|
|
1365
|
+
ProcessLogType2[ProcessLogType2["WARNING"] = -1] = "WARNING";
|
|
1366
|
+
ProcessLogType2[ProcessLogType2["ERROR"] = -2] = "ERROR";
|
|
1367
|
+
return ProcessLogType2;
|
|
1368
|
+
})(ProcessLogType || {});
|
|
1369
|
+
var ProcessLogCode = /* @__PURE__ */ ((ProcessLogCode2) => {
|
|
1370
|
+
ProcessLogCode2["BULK_UPLOAD_BATCH"] = "bulk_upload_batch";
|
|
1371
|
+
ProcessLogCode2["BULK_UPLOAD_SUCCESS"] = "bulk_upload_success";
|
|
1372
|
+
ProcessLogCode2["BULK_UPLOAD_ERROR"] = "bulk_upload_error";
|
|
1373
|
+
return ProcessLogCode2;
|
|
1374
|
+
})(ProcessLogCode || {});
|
|
1375
|
+
var BulkUploadStatus = /* @__PURE__ */ ((BulkUploadStatus2) => {
|
|
1376
|
+
BulkUploadStatus2[BulkUploadStatus2["error"] = -1] = "error";
|
|
1377
|
+
BulkUploadStatus2[BulkUploadStatus2["uploaded"] = 0] = "uploaded";
|
|
1378
|
+
BulkUploadStatus2[BulkUploadStatus2["success"] = 1] = "success";
|
|
1379
|
+
return BulkUploadStatus2;
|
|
1380
|
+
})(BulkUploadStatus || {});
|
|
1191
1381
|
export {
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1382
|
+
AI_PROCESSING_META_NAMES,
|
|
1383
|
+
ALL_SELECT_FIELD_TYPES,
|
|
1384
|
+
AUDIT_FLAGS,
|
|
1385
|
+
ApiAction,
|
|
1386
|
+
BulkUploadStatus,
|
|
1387
|
+
CORE,
|
|
1388
|
+
ColumnType,
|
|
1389
|
+
ConditionsFormat,
|
|
1390
|
+
CountryPhoneCodes,
|
|
1391
|
+
DATETIME_SHORT_FORMAT,
|
|
1392
|
+
DATE_FORMAT,
|
|
1393
|
+
DATE_TYPE,
|
|
1394
|
+
DEFAULT_CONFIGURATION_PATIENT_LIST,
|
|
1395
|
+
DYNAMIC_FILE_VALID_FORMATS,
|
|
1396
|
+
DashboardWidgetType,
|
|
1397
|
+
DataLoaderType,
|
|
1398
|
+
EXCLUDE_FIELDS,
|
|
1399
|
+
Exporter,
|
|
1400
|
+
FIELDS,
|
|
1401
|
+
FIELD_NAMES,
|
|
1402
|
+
FIELD_NAMES_MAP,
|
|
1403
|
+
FIELD_STATUS,
|
|
1404
|
+
FIELD_SUFFIX,
|
|
1405
|
+
FORMS_VIEW,
|
|
1406
|
+
FORM_NAMES,
|
|
1407
|
+
FORM_SUFFIX,
|
|
1408
|
+
FORM_TYPES,
|
|
1409
|
+
HISTORY,
|
|
1410
|
+
HISTORY_TYPE_OPTIONS,
|
|
1411
|
+
HISTORY_VIEW,
|
|
1412
|
+
HREF_TYPE,
|
|
1413
|
+
IconPosition,
|
|
1414
|
+
IntrospectionSchemaFieldType,
|
|
1415
|
+
LANG_CODES,
|
|
1416
|
+
LOCALE_LANG_CODES,
|
|
1417
|
+
META_NAMES,
|
|
1418
|
+
META_RESTRICTION,
|
|
1419
|
+
META_STATUS,
|
|
1420
|
+
MINIMIAL_TIMEZONE_LIST,
|
|
1421
|
+
MULTIPLE_SELECTION_SEPARATOR,
|
|
1422
|
+
MULTIPLE_SELECT_FIELD_TYPES,
|
|
1423
|
+
MYSQL_DATETIME_FORMAT,
|
|
1424
|
+
MYSQL_DATE_FORMAT,
|
|
1425
|
+
NOTIFIED_TYPES,
|
|
1426
|
+
NO_FILL_STATUS,
|
|
1427
|
+
NUMBER_TYPE,
|
|
1428
|
+
NUMERIC_FIELD_TYPES,
|
|
1429
|
+
NotifiedAboutInfo,
|
|
1430
|
+
OBJECT_TYPE,
|
|
1431
|
+
OrderType,
|
|
1432
|
+
PATIENT_CREATION_ABOUT,
|
|
1433
|
+
PresentationWidget,
|
|
1434
|
+
ProcessLogCode,
|
|
1435
|
+
ProcessLogType,
|
|
1436
|
+
QUESTIONNAIRE_DATE,
|
|
1437
|
+
QUESTIONNAIRE_TYPE,
|
|
1438
|
+
QUESTIONNAIRE_TYPE_OPTIONS,
|
|
1439
|
+
QuestionnaireInfoUpdateMode,
|
|
1440
|
+
ROLES,
|
|
1441
|
+
SEED_PRIVILEGE,
|
|
1442
|
+
SELECTOR_TYPE,
|
|
1443
|
+
SELECT_FIELD_TYPES,
|
|
1444
|
+
SHORT_TIME_FORMAT,
|
|
1445
|
+
SLIDER_SCALE_ORIENTATION_TYPE,
|
|
1446
|
+
SLIDER_SCALE_TYPE,
|
|
1447
|
+
SLIDER_SELECTOR_TYPE,
|
|
1448
|
+
SLIDER_TYPE,
|
|
1449
|
+
STATUS,
|
|
1450
|
+
STATUS_FIELD_REGEXP,
|
|
1451
|
+
STATUS_SUFFIX,
|
|
1452
|
+
TIME_FORMAT,
|
|
1453
|
+
TIME_SCHEMA,
|
|
1454
|
+
TYPE,
|
|
1455
|
+
TriggerAction,
|
|
1456
|
+
allCountries,
|
|
1457
|
+
isNotStatusField
|
|
1268
1458
|
};
|
|
1459
|
+
//# sourceMappingURL=perseed-api.mjs.map
|