@persei/perseed-api 4.34.36 → 5.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +73 -237
- package/dist/client.cjs +178 -0
- package/dist/client.cjs.map +1 -0
- package/dist/client.d.ts +1 -0
- package/dist/client.mjs +178 -0
- package/dist/client.mjs.map +1 -0
- package/dist/global-pagination.cjs +24 -0
- package/dist/global-pagination.cjs.map +1 -0
- package/dist/global-pagination.d.ts +1 -0
- package/dist/global-pagination.mjs +24 -0
- package/dist/global-pagination.mjs.map +1 -0
- package/dist/lib/src/client/index.d.ts +2 -0
- package/dist/lib/src/client/index.d.ts.map +1 -0
- package/dist/lib/src/generated/client.d.ts +559 -0
- package/dist/lib/src/generated/client.d.ts.map +1 -0
- package/dist/src/Services/AiService.d.ts +17 -0
- package/dist/src/Services/AiService.d.ts.map +1 -0
- package/dist/src/Services/ApiService.d.ts +17 -0
- package/dist/src/Services/ApiService.d.ts.map +1 -0
- package/dist/src/Services/ArcangelService.d.ts +41 -0
- package/dist/src/Services/ArcangelService.d.ts.map +1 -0
- package/dist/src/Services/AuthenticationSecurityService.d.ts +33 -0
- package/dist/src/Services/AuthenticationSecurityService.d.ts.map +1 -0
- package/dist/src/Services/BulkUploadService.d.ts +8 -0
- package/dist/src/Services/BulkUploadService.d.ts.map +1 -0
- package/dist/src/Services/CacheService.d.ts +101 -0
- package/dist/src/Services/CacheService.d.ts.map +1 -0
- package/dist/src/Services/ChartService.d.ts +6 -0
- package/dist/src/Services/ChartService.d.ts.map +1 -0
- package/dist/src/Services/ConditionsMatcher/CustomConditionsFormat.d.ts +7 -0
- package/dist/src/Services/ConditionsMatcher/CustomConditionsFormat.d.ts.map +1 -0
- package/dist/src/Services/ConditionsMatcher/index.d.ts +4 -0
- package/dist/src/Services/ConditionsMatcher/index.d.ts.map +1 -0
- package/dist/src/Services/CrfService.d.ts +18 -0
- package/dist/src/Services/CrfService.d.ts.map +1 -0
- package/dist/src/Services/DashboardWidgetService.d.ts +14 -0
- package/dist/src/Services/DashboardWidgetService.d.ts.map +1 -0
- package/dist/src/Services/DataService.d.ts +10 -0
- package/dist/src/Services/DataService.d.ts.map +1 -0
- package/dist/src/Services/DbService.d.ts +9 -0
- package/dist/src/Services/DbService.d.ts.map +1 -0
- package/dist/src/Services/DependentService.d.ts +7 -0
- package/dist/src/Services/DependentService.d.ts.map +1 -0
- package/dist/src/Services/DocumentsUpload/DocumentsService.d.ts +29 -0
- package/dist/src/Services/DocumentsUpload/DocumentsService.d.ts.map +1 -0
- package/dist/src/Services/DocumentsUpload/ValidatorDocumentsService.d.ts +28 -0
- package/dist/src/Services/DocumentsUpload/ValidatorDocumentsService.d.ts.map +1 -0
- package/dist/src/Services/EcosystemService.d.ts +7 -0
- package/dist/src/Services/EcosystemService.d.ts.map +1 -0
- package/dist/src/Services/EmailService.d.ts +12 -0
- package/dist/src/Services/EmailService.d.ts.map +1 -0
- package/dist/src/Services/ExportService.d.ts +25 -0
- package/dist/src/Services/ExportService.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Download.d.ts +11 -0
- package/dist/src/Services/Exporter/Download.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/FailedToExport.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/FailedToExport.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/NotAllowedToExport.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/NotAllowedToExport.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/NotExists.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/NotExists.d.ts.map +1 -0
- package/dist/src/Services/Exporter/Errors/StillInProgress.d.ts +6 -0
- package/dist/src/Services/Exporter/Errors/StillInProgress.d.ts.map +1 -0
- package/dist/src/Services/FieldsService.d.ts +23 -0
- package/dist/src/Services/FieldsService.d.ts.map +1 -0
- package/dist/src/Services/FileService.d.ts +40 -0
- package/dist/src/Services/FileService.d.ts.map +1 -0
- package/dist/src/Services/FileServiceProviders/AWSFileServiceProvider.d.ts +4 -0
- package/dist/src/Services/FileServiceProviders/AWSFileServiceProvider.d.ts.map +1 -0
- package/dist/src/Services/FileServiceProviders/FileServiceProvider.d.ts +11 -0
- package/dist/src/Services/FileServiceProviders/FileServiceProvider.d.ts.map +1 -0
- package/dist/src/Services/FileServiceProviders/VaultFileServiceProvider.d.ts +24 -0
- package/dist/src/Services/FileServiceProviders/VaultFileServiceProvider.d.ts.map +1 -0
- package/dist/src/Services/FormService.d.ts +22 -0
- package/dist/src/Services/FormService.d.ts.map +1 -0
- package/dist/src/Services/HospitalService.d.ts +5 -0
- package/dist/src/Services/HospitalService.d.ts.map +1 -0
- package/dist/src/Services/I18nService.d.ts +23 -0
- package/dist/src/Services/I18nService.d.ts.map +1 -0
- package/dist/src/Services/LambdaService.d.ts +16 -0
- package/dist/src/Services/LambdaService.d.ts.map +1 -0
- package/dist/src/Services/MobileService.d.ts +14 -0
- package/dist/src/Services/MobileService.d.ts.map +1 -0
- package/dist/src/Services/NotificationService.d.ts +15 -0
- package/dist/src/Services/NotificationService.d.ts.map +1 -0
- package/dist/src/Services/PatientJourneyService.d.ts +37 -0
- package/dist/src/Services/PatientJourneyService.d.ts.map +1 -0
- package/dist/src/Services/PatientService.d.ts +28 -0
- package/dist/src/Services/PatientService.d.ts.map +1 -0
- package/dist/src/Services/PerseedAPIService.d.ts +12 -0
- package/dist/src/Services/PerseedAPIService.d.ts.map +1 -0
- package/dist/src/Services/PerseedEcosystemService.d.ts +7 -0
- package/dist/src/Services/PerseedEcosystemService.d.ts.map +1 -0
- package/dist/src/Services/PerseedService.d.ts +7 -0
- package/dist/src/Services/PerseedService.d.ts.map +1 -0
- package/dist/src/Services/ProcessLogService.d.ts +10 -0
- package/dist/src/Services/ProcessLogService.d.ts.map +1 -0
- package/dist/src/Services/ProfilingService.d.ts +6 -0
- package/dist/src/Services/ProfilingService.d.ts.map +1 -0
- package/dist/src/Services/ProjectService.d.ts +25 -0
- package/dist/src/Services/ProjectService.d.ts.map +1 -0
- package/dist/src/Services/PublisherService.d.ts +8 -0
- package/dist/src/Services/PublisherService.d.ts.map +1 -0
- package/dist/src/Services/QueryService.d.ts +17 -0
- package/dist/src/Services/QueryService.d.ts.map +1 -0
- package/dist/src/Services/QuestionnaireService.d.ts +12 -0
- package/dist/src/Services/QuestionnaireService.d.ts.map +1 -0
- package/dist/src/Services/RabbitQueueService.d.ts +9 -0
- package/dist/src/Services/RabbitQueueService.d.ts.map +1 -0
- package/dist/src/Services/RedisCacheService.d.ts +24 -0
- package/dist/src/Services/RedisCacheService.d.ts.map +1 -0
- package/dist/src/Services/RedisQueueService.d.ts +19 -0
- package/dist/src/Services/RedisQueueService.d.ts.map +1 -0
- package/dist/src/Services/SMSNotificationsService.d.ts +9 -0
- package/dist/src/Services/SMSNotificationsService.d.ts.map +1 -0
- package/dist/src/Services/ScheduledTasksService.d.ts +5 -0
- package/dist/src/Services/ScheduledTasksService.d.ts.map +1 -0
- package/dist/src/Services/Search/EmptyArray.d.ts +6 -0
- package/dist/src/Services/Search/EmptyArray.d.ts.map +1 -0
- package/dist/src/Services/Search/JsonParser.d.ts +6 -0
- package/dist/src/Services/Search/JsonParser.d.ts.map +1 -0
- package/dist/src/Services/Search/LogicalOperator.d.ts +8 -0
- package/dist/src/Services/Search/LogicalOperator.d.ts.map +1 -0
- package/dist/src/Services/Search/QueryBuilder.d.ts +9 -0
- package/dist/src/Services/Search/QueryBuilder.d.ts.map +1 -0
- package/dist/src/Services/Search/SearchParamValidator.d.ts +6 -0
- package/dist/src/Services/Search/SearchParamValidator.d.ts.map +1 -0
- package/dist/src/Services/Search/ValuesDb.d.ts +8 -0
- package/dist/src/Services/Search/ValuesDb.d.ts.map +1 -0
- package/dist/src/Services/SearchService.d.ts +8 -0
- package/dist/src/Services/SearchService.d.ts.map +1 -0
- package/dist/src/Services/SelectionFieldsService.d.ts +10 -0
- package/dist/src/Services/SelectionFieldsService.d.ts.map +1 -0
- package/dist/src/Services/SignedCookies/SignedCookies.d.ts +10 -0
- package/dist/src/Services/SignedCookies/SignedCookies.d.ts.map +1 -0
- package/dist/src/Services/SignedCookies/Validator.d.ts +17 -0
- package/dist/src/Services/SignedCookies/Validator.d.ts.map +1 -0
- package/dist/src/Services/TaskService.d.ts +11 -0
- package/dist/src/Services/TaskService.d.ts.map +1 -0
- package/dist/src/Services/TemplateService.d.ts +26 -0
- package/dist/src/Services/TemplateService.d.ts.map +1 -0
- package/dist/src/Services/TokenService.d.ts +7 -0
- package/dist/src/Services/TokenService.d.ts.map +1 -0
- package/dist/src/Services/TriggerService.d.ts +27 -0
- package/dist/src/Services/TriggerService.d.ts.map +1 -0
- package/dist/src/Services/TrxService.d.ts +25 -0
- package/dist/src/Services/TrxService.d.ts.map +1 -0
- package/dist/src/Services/UserService.d.ts +85 -0
- package/dist/src/Services/UserService.d.ts.map +1 -0
- package/dist/src/Services/ValidatorService.d.ts +12 -0
- package/dist/src/Services/ValidatorService.d.ts.map +1 -0
- package/dist/src/Services/cryptService.d.ts +6 -0
- package/dist/src/Services/cryptService.d.ts.map +1 -0
- package/dist/src/Services/tasks/InsertAggregateData.d.ts +5 -0
- package/dist/src/Services/tasks/InsertAggregateData.d.ts.map +1 -0
- package/dist/src/app.d.ts +4 -0
- package/dist/src/app.d.ts.map +1 -0
- package/dist/src/config/apiPublicKey.d.ts +5 -0
- package/dist/src/config/apiPublicKey.d.ts.map +1 -0
- package/dist/src/config/config.d.ts +28 -0
- package/dist/src/config/config.d.ts.map +1 -0
- package/dist/src/config/credentials/local.d.ts +3 -0
- package/dist/src/config/credentials/local.d.ts.map +1 -0
- package/dist/src/config/credentials/local_tmp.d.ts +3 -0
- package/dist/src/config/credentials/local_tmp.d.ts.map +1 -0
- package/dist/src/config/credentials/preproduction.d.ts +3 -0
- package/dist/src/config/credentials/preproduction.d.ts.map +1 -0
- package/dist/src/config/credentials/production.d.ts +3 -0
- package/dist/src/config/credentials/production.d.ts.map +1 -0
- package/dist/src/config/credentials/template.d.ts +3 -0
- package/dist/src/config/credentials/template.d.ts.map +1 -0
- package/dist/src/config/credentials/test.d.ts +110 -0
- package/dist/src/config/credentials/test.d.ts.map +1 -0
- package/dist/src/config/credentials/testing.d.ts +3 -0
- package/dist/src/config/credentials/testing.d.ts.map +1 -0
- package/dist/src/config/crypto.d.ts +13 -0
- package/dist/src/config/crypto.d.ts.map +1 -0
- package/dist/src/config/excludeFromQuery.d.ts +3 -0
- package/dist/src/config/excludeFromQuery.d.ts.map +1 -0
- package/dist/src/config/fileConfig.d.ts +12 -0
- package/dist/src/config/fileConfig.d.ts.map +1 -0
- package/dist/src/config/marketLinks.d.ts +8 -0
- package/dist/src/config/marketLinks.d.ts.map +1 -0
- package/dist/src/config/perseedAPI.d.ts +28 -0
- package/dist/src/config/perseedAPI.d.ts.map +1 -0
- package/dist/src/config/perseedCredentials.d.ts +117 -0
- package/dist/src/config/perseedCredentials.d.ts.map +1 -0
- package/dist/src/config/publicPath.d.ts +29 -0
- package/dist/src/config/publicPath.d.ts.map +1 -0
- package/dist/src/constants/Exporter.d.ts +12 -0
- package/dist/src/constants/Exporter.d.ts.map +1 -0
- package/dist/src/constants/Forms.d.ts +494 -0
- package/dist/src/constants/Forms.d.ts.map +1 -0
- package/dist/src/constants/NotifiedTypes.d.ts +9 -0
- package/dist/src/constants/NotifiedTypes.d.ts.map +1 -0
- package/dist/src/constants/PhoneCodes.d.ts +4 -0
- package/dist/src/constants/PhoneCodes.d.ts.map +1 -0
- package/dist/src/constants/Questionnaire.d.ts +57 -0
- package/dist/src/constants/Questionnaire.d.ts.map +1 -0
- package/dist/src/constants/Role.d.ts +7 -0
- package/dist/src/constants/Role.d.ts.map +1 -0
- package/dist/src/constants/SeedPrivilege.d.ts +51 -0
- package/dist/src/constants/SeedPrivilege.d.ts.map +1 -0
- package/dist/src/constants/UserProfile.d.ts +4 -0
- package/dist/src/constants/UserProfile.d.ts.map +1 -0
- package/dist/src/constants/View.d.ts +8 -0
- package/dist/src/constants/View.d.ts.map +1 -0
- package/dist/src/constants/datesFormats.d.ts +7 -0
- package/dist/src/constants/datesFormats.d.ts.map +1 -0
- package/dist/src/constants/index.d.ts +11 -0
- package/dist/src/constants/index.d.ts.map +1 -0
- package/dist/src/controllers/ApiActionController.d.ts +8 -0
- package/dist/src/controllers/ApiActionController.d.ts.map +1 -0
- package/dist/src/controllers/AuthController.d.ts +107 -0
- package/dist/src/controllers/AuthController.d.ts.map +1 -0
- package/dist/src/controllers/BulkUploadController.d.ts +6 -0
- package/dist/src/controllers/BulkUploadController.d.ts.map +1 -0
- package/dist/src/controllers/CalendarController.d.ts +36 -0
- package/dist/src/controllers/CalendarController.d.ts.map +1 -0
- package/dist/src/controllers/ConfigController.d.ts +15 -0
- package/dist/src/controllers/ConfigController.d.ts.map +1 -0
- package/dist/src/controllers/DashboardWidgetController.d.ts +10 -0
- package/dist/src/controllers/DashboardWidgetController.d.ts.map +1 -0
- package/dist/src/controllers/DocumentsController.d.ts +11 -0
- package/dist/src/controllers/DocumentsController.d.ts.map +1 -0
- package/dist/src/controllers/FileController.d.ts +15 -0
- package/dist/src/controllers/FileController.d.ts.map +1 -0
- package/dist/src/controllers/FormController.d.ts +49 -0
- package/dist/src/controllers/FormController.d.ts.map +1 -0
- package/dist/src/controllers/HealhDataController.d.ts +6 -0
- package/dist/src/controllers/HealhDataController.d.ts.map +1 -0
- package/dist/src/controllers/HospitalController.d.ts +7 -0
- package/dist/src/controllers/HospitalController.d.ts.map +1 -0
- package/dist/src/controllers/IntrospectionController.d.ts +9 -0
- package/dist/src/controllers/IntrospectionController.d.ts.map +1 -0
- package/dist/src/controllers/MobileController.d.ts +42 -0
- package/dist/src/controllers/MobileController.d.ts.map +1 -0
- package/dist/src/controllers/PatientController.d.ts +42 -0
- package/dist/src/controllers/PatientController.d.ts.map +1 -0
- package/dist/src/controllers/ProcessLogController.d.ts +8 -0
- package/dist/src/controllers/ProcessLogController.d.ts.map +1 -0
- package/dist/src/controllers/ProjectController.d.ts +26 -0
- package/dist/src/controllers/ProjectController.d.ts.map +1 -0
- package/dist/src/controllers/QueryController.d.ts +9 -0
- package/dist/src/controllers/QueryController.d.ts.map +1 -0
- package/dist/src/controllers/ReportController.d.ts +8 -0
- package/dist/src/controllers/ReportController.d.ts.map +1 -0
- package/dist/src/controllers/SelfRegistrationCodeController.d.ts +7 -0
- package/dist/src/controllers/SelfRegistrationCodeController.d.ts.map +1 -0
- package/dist/src/controllers/SubformController.d.ts +9 -0
- package/dist/src/controllers/SubformController.d.ts.map +1 -0
- package/dist/src/controllers/TokenController.d.ts +6 -0
- package/dist/src/controllers/TokenController.d.ts.map +1 -0
- package/dist/src/controllers/TriggerController.d.ts +11 -0
- package/dist/src/controllers/TriggerController.d.ts.map +1 -0
- package/dist/src/controllers/UserController.d.ts +33 -0
- package/dist/src/controllers/UserController.d.ts.map +1 -0
- package/dist/src/controllers/forms/NextController.d.ts +7 -0
- package/dist/src/controllers/forms/NextController.d.ts.map +1 -0
- package/dist/src/controllers/forms/QuestionnaireController.d.ts +52 -0
- package/dist/src/controllers/forms/QuestionnaireController.d.ts.map +1 -0
- package/dist/src/errors/ApiError.d.ts +32 -0
- package/dist/src/errors/ApiError.d.ts.map +1 -0
- package/dist/src/errors/EcosystemPoolError.d.ts +5 -0
- package/dist/src/errors/EcosystemPoolError.d.ts.map +1 -0
- package/dist/src/errors/EmailNotFoundError.d.ts +5 -0
- package/dist/src/errors/EmailNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/PatientNotFoundError.d.ts +5 -0
- package/dist/src/errors/PatientNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/PerseedPoolError.d.ts +5 -0
- package/dist/src/errors/PerseedPoolError.d.ts.map +1 -0
- package/dist/src/errors/ProjectPoolError.d.ts +5 -0
- package/dist/src/errors/ProjectPoolError.d.ts.map +1 -0
- package/dist/src/errors/QuestionnaireLockedError.d.ts +5 -0
- package/dist/src/errors/QuestionnaireLockedError.d.ts.map +1 -0
- package/dist/src/errors/SQLError.d.ts +6 -0
- package/dist/src/errors/SQLError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicApiError.d.ts +7 -0
- package/dist/src/errors/public/PublicApiError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicConflictError.d.ts +5 -0
- package/dist/src/errors/public/PublicConflictError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicForbiddenError.d.ts +5 -0
- package/dist/src/errors/public/PublicForbiddenError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicFormNotFoundError.d.ts +5 -0
- package/dist/src/errors/public/PublicFormNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicFormatNotAllowedError.d.ts +5 -0
- package/dist/src/errors/public/PublicFormatNotAllowedError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicInvalidTokenError.d.ts +6 -0
- package/dist/src/errors/public/PublicInvalidTokenError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicMFAError.d.ts +6 -0
- package/dist/src/errors/public/PublicMFAError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicNotFoundError.d.ts +5 -0
- package/dist/src/errors/public/PublicNotFoundError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicPermissionsError.d.ts +5 -0
- package/dist/src/errors/public/PublicPermissionsError.d.ts.map +1 -0
- package/dist/src/errors/public/PublicValidateError.d.ts +6 -0
- package/dist/src/errors/public/PublicValidateError.d.ts.map +1 -0
- package/dist/src/helpers/builders/fields.d.ts +3 -0
- package/dist/src/helpers/builders/fields.d.ts.map +1 -0
- package/dist/src/helpers/builders/index.d.ts +3 -0
- package/dist/src/helpers/builders/index.d.ts.map +1 -0
- package/dist/src/helpers/dashboards.d.ts +19 -0
- package/dist/src/helpers/dashboards.d.ts.map +1 -0
- package/dist/src/helpers/dates.d.ts +21 -0
- package/dist/src/helpers/dates.d.ts.map +1 -0
- package/dist/src/helpers/error.d.ts +6 -0
- package/dist/src/helpers/error.d.ts.map +1 -0
- package/dist/src/helpers/handlebarsHelper.d.ts +7 -0
- package/dist/src/helpers/handlebarsHelper.d.ts.map +1 -0
- package/dist/src/helpers/index.d.ts +10 -0
- package/dist/src/helpers/index.d.ts.map +1 -0
- package/dist/src/helpers/paging.d.ts +7 -0
- package/dist/src/helpers/paging.d.ts.map +1 -0
- package/dist/src/helpers/requests.d.ts +2 -0
- package/dist/src/helpers/requests.d.ts.map +1 -0
- package/dist/src/helpers/sql.d.ts +17 -0
- package/dist/src/helpers/sql.d.ts.map +1 -0
- package/dist/src/helpers/strings.d.ts +16 -0
- package/dist/src/helpers/strings.d.ts.map +1 -0
- package/dist/src/instrument.d.ts +2 -0
- package/dist/src/instrument.d.ts.map +1 -0
- package/dist/src/lib/HandlebarsAsyncHelper/AsyncHelpers.d.ts +3 -0
- package/dist/src/lib/HandlebarsAsyncHelper/AsyncHelpers.d.ts.map +1 -0
- package/dist/src/lib.d.ts +8 -0
- package/dist/src/lib.d.ts.map +1 -0
- package/dist/src/log/debug.d.ts +5 -0
- package/dist/src/log/debug.d.ts.map +1 -0
- package/dist/src/middlewares/httpContext.d.ts +21 -0
- package/dist/src/middlewares/httpContext.d.ts.map +1 -0
- package/dist/src/middlewares/scopes.d.ts +11 -0
- package/dist/src/middlewares/scopes.d.ts.map +1 -0
- package/dist/src/middlewares/security.d.ts +2 -0
- package/dist/src/middlewares/security.d.ts.map +1 -0
- package/dist/src/middlewares/validator.d.ts +6 -0
- package/dist/src/middlewares/validator.d.ts.map +1 -0
- package/dist/src/models/BaseModel.d.ts +8 -0
- package/dist/src/models/BaseModel.d.ts.map +1 -0
- package/dist/src/models/EcosystemUsers.d.ts +207 -0
- package/dist/src/models/EcosystemUsers.d.ts.map +1 -0
- package/dist/src/models/ecosystem/BatchUserData.d.ts +25 -0
- package/dist/src/models/ecosystem/BatchUserData.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Clinic.d.ts +106 -0
- package/dist/src/models/ecosystem/Clinic.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentFilled.d.ts +52 -0
- package/dist/src/models/ecosystem/ConsentFilled.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentGeneral.d.ts +66 -0
- package/dist/src/models/ecosystem/ConsentGeneral.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentGroupMeta.d.ts +50 -0
- package/dist/src/models/ecosystem/ConsentGroupMeta.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentMeta.d.ts +39 -0
- package/dist/src/models/ecosystem/ConsentMeta.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ConsentMetaFilled.d.ts +25 -0
- package/dist/src/models/ecosystem/ConsentMetaFilled.d.ts.map +1 -0
- package/dist/src/models/ecosystem/DashboardWidget.d.ts +125 -0
- package/dist/src/models/ecosystem/DashboardWidget.d.ts.map +1 -0
- package/dist/src/models/ecosystem/DashboardWidgetBlock.d.ts +52 -0
- package/dist/src/models/ecosystem/DashboardWidgetBlock.d.ts.map +1 -0
- package/dist/src/models/ecosystem/DeletionAudit.d.ts +65 -0
- package/dist/src/models/ecosystem/DeletionAudit.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Ecosystem.d.ts +56 -0
- package/dist/src/models/ecosystem/Ecosystem.d.ts.map +1 -0
- package/dist/src/models/ecosystem/EcosystemConfig.d.ts +45 -0
- package/dist/src/models/ecosystem/EcosystemConfig.d.ts.map +1 -0
- package/dist/src/models/ecosystem/EcosystemUsers.d.ts +13 -0
- package/dist/src/models/ecosystem/EcosystemUsers.d.ts.map +1 -0
- package/dist/src/models/ecosystem/EmailTemplate.d.ts +66 -0
- package/dist/src/models/ecosystem/EmailTemplate.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ExternalProject.d.ts +36 -0
- package/dist/src/models/ecosystem/ExternalProject.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationConfiguration.d.ts +117 -0
- package/dist/src/models/ecosystem/NotificationConfiguration.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationInfo.d.ts +90 -0
- package/dist/src/models/ecosystem/NotificationInfo.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationLog.d.ts +222 -0
- package/dist/src/models/ecosystem/NotificationLog.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationTemplate.d.ts +78 -0
- package/dist/src/models/ecosystem/NotificationTemplate.d.ts.map +1 -0
- package/dist/src/models/ecosystem/NotificationUserStatus.d.ts +60 -0
- package/dist/src/models/ecosystem/NotificationUserStatus.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Outcome.d.ts +76 -0
- package/dist/src/models/ecosystem/Outcome.d.ts.map +1 -0
- package/dist/src/models/ecosystem/PerseedNotificationTemplate.d.ts +79 -0
- package/dist/src/models/ecosystem/PerseedNotificationTemplate.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProcessLog.d.ts +116 -0
- package/dist/src/models/ecosystem/ProcessLog.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Profiling.d.ts +159 -0
- package/dist/src/models/ecosystem/Profiling.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingAddRepeatCrf.d.ts +23 -0
- package/dist/src/models/ecosystem/ProfilingAddRepeatCrf.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingConsent.d.ts +51 -0
- package/dist/src/models/ecosystem/ProfilingConsent.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingDashboard.d.ts +30 -0
- package/dist/src/models/ecosystem/ProfilingDashboard.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingDeleteRepeatCrf.d.ts +23 -0
- package/dist/src/models/ecosystem/ProfilingDeleteRepeatCrf.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingEnableCp.d.ts +27 -0
- package/dist/src/models/ecosystem/ProfilingEnableCp.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingPrivilegeDenied.d.ts +27 -0
- package/dist/src/models/ecosystem/ProfilingPrivilegeDenied.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingSeedPrivilege.d.ts +33 -0
- package/dist/src/models/ecosystem/ProfilingSeedPrivilege.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProfilingSelected.d.ts +31 -0
- package/dist/src/models/ecosystem/ProfilingSelected.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Project.d.ts +158 -0
- package/dist/src/models/ecosystem/Project.d.ts.map +1 -0
- package/dist/src/models/ecosystem/ProjectClinic.d.ts +34 -0
- package/dist/src/models/ecosystem/ProjectClinic.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Role.d.ts +24 -0
- package/dist/src/models/ecosystem/Role.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Seed.d.ts +46 -0
- package/dist/src/models/ecosystem/Seed.d.ts.map +1 -0
- package/dist/src/models/ecosystem/SeedPrivilege.d.ts +79 -0
- package/dist/src/models/ecosystem/SeedPrivilege.d.ts.map +1 -0
- package/dist/src/models/ecosystem/SelfRegistrationCode.d.ts +63 -0
- package/dist/src/models/ecosystem/SelfRegistrationCode.d.ts.map +1 -0
- package/dist/src/models/ecosystem/Tokens.d.ts +56 -0
- package/dist/src/models/ecosystem/Tokens.d.ts.map +1 -0
- package/dist/src/models/ecosystem/User.d.ts +349 -0
- package/dist/src/models/ecosystem/User.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserClinic.d.ts +44 -0
- package/dist/src/models/ecosystem/UserClinic.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserEcosystem.d.ts +23 -0
- package/dist/src/models/ecosystem/UserEcosystem.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserMobileApp.d.ts +57 -0
- package/dist/src/models/ecosystem/UserMobileApp.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserPatient.d.ts +83 -0
- package/dist/src/models/ecosystem/UserPatient.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserProfile.d.ts +160 -0
- package/dist/src/models/ecosystem/UserProfile.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserProfiling.d.ts +53 -0
- package/dist/src/models/ecosystem/UserProfiling.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserProject.d.ts +42 -0
- package/dist/src/models/ecosystem/UserProject.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserRole.d.ts +37 -0
- package/dist/src/models/ecosystem/UserRole.d.ts.map +1 -0
- package/dist/src/models/ecosystem/UserTrustedAccess.d.ts +59 -0
- package/dist/src/models/ecosystem/UserTrustedAccess.d.ts.map +1 -0
- package/dist/src/models/perseed/MFACode.d.ts +45 -0
- package/dist/src/models/perseed/MFACode.d.ts.map +1 -0
- package/dist/src/models/perseed/PerseedEcosystem.d.ts +54 -0
- package/dist/src/models/perseed/PerseedEcosystem.d.ts.map +1 -0
- package/dist/src/models/perseed/PerseedEmailTemplate.d.ts +8 -0
- package/dist/src/models/perseed/PerseedEmailTemplate.d.ts.map +1 -0
- package/dist/src/models/perseed/RawHealthRecord.d.ts +49 -0
- package/dist/src/models/perseed/RawHealthRecord.d.ts.map +1 -0
- package/dist/src/models/perseed/ScheduledTasks.d.ts +86 -0
- package/dist/src/models/perseed/ScheduledTasks.d.ts.map +1 -0
- package/dist/src/models/perseed/ScheduledTasksLog.d.ts +59 -0
- package/dist/src/models/perseed/ScheduledTasksLog.d.ts.map +1 -0
- package/dist/src/models/perseed/UserSettings.d.ts +91 -0
- package/dist/src/models/perseed/UserSettings.d.ts.map +1 -0
- package/dist/src/models/project/AbstractDisplayer.d.ts +34 -0
- package/dist/src/models/project/AbstractDisplayer.d.ts.map +1 -0
- package/dist/src/models/project/BulkUpload.d.ts +94 -0
- package/dist/src/models/project/BulkUpload.d.ts.map +1 -0
- package/dist/src/models/project/Categories.d.ts +18 -0
- package/dist/src/models/project/Categories.d.ts.map +1 -0
- package/dist/src/models/project/ConfigurationPatient.d.ts +56 -0
- package/dist/src/models/project/ConfigurationPatient.d.ts.map +1 -0
- package/dist/src/models/project/DesignerCrf.d.ts +290 -0
- package/dist/src/models/project/DesignerCrf.d.ts.map +1 -0
- package/dist/src/models/project/DesignerCrfMeta.d.ts +52 -0
- package/dist/src/models/project/DesignerCrfMeta.d.ts.map +1 -0
- package/dist/src/models/project/DesignerField.d.ts +222 -0
- package/dist/src/models/project/DesignerField.d.ts.map +1 -0
- package/dist/src/models/project/DesignerFieldMeta.d.ts +60 -0
- package/dist/src/models/project/DesignerFieldMeta.d.ts.map +1 -0
- package/dist/src/models/project/Displayer.d.ts +14 -0
- package/dist/src/models/project/Displayer.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerMeta.d.ts +77 -0
- package/dist/src/models/project/DisplayerMeta.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerMetaInfo.d.ts +44 -0
- package/dist/src/models/project/DisplayerMetaInfo.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerPatient.d.ts +13 -0
- package/dist/src/models/project/DisplayerPatient.d.ts.map +1 -0
- package/dist/src/models/project/DisplayerSubformReference.d.ts +39 -0
- package/dist/src/models/project/DisplayerSubformReference.d.ts.map +1 -0
- package/dist/src/models/project/ExporterAudit.d.ts +104 -0
- package/dist/src/models/project/ExporterAudit.d.ts.map +1 -0
- package/dist/src/models/project/ExporterConfigNew.d.ts +28 -0
- package/dist/src/models/project/ExporterConfigNew.d.ts.map +1 -0
- package/dist/src/models/project/ExternalDisplayerCrf.d.ts +39 -0
- package/dist/src/models/project/ExternalDisplayerCrf.d.ts.map +1 -0
- package/dist/src/models/project/ExternalPatientProject.d.ts +63 -0
- package/dist/src/models/project/ExternalPatientProject.d.ts.map +1 -0
- package/dist/src/models/project/ExternalProjectFields.d.ts +26 -0
- package/dist/src/models/project/ExternalProjectFields.d.ts.map +1 -0
- package/dist/src/models/project/PatientPrograms.d.ts +91 -0
- package/dist/src/models/project/PatientPrograms.d.ts.map +1 -0
- package/dist/src/models/project/QueryDiscussion.d.ts +125 -0
- package/dist/src/models/project/QueryDiscussion.d.ts.map +1 -0
- package/dist/src/models/project/QueryDiscussionDes.d.ts +74 -0
- package/dist/src/models/project/QueryDiscussionDes.d.ts.map +1 -0
- package/dist/src/models/project/QuestionariesInfo.d.ts +300 -0
- package/dist/src/models/project/QuestionariesInfo.d.ts.map +1 -0
- package/dist/src/models/project/QuestionnairesInfoLog.d.ts +182 -0
- package/dist/src/models/project/QuestionnairesInfoLog.d.ts.map +1 -0
- package/dist/src/models/project/UploaderCategory.d.ts +27 -0
- package/dist/src/models/project/UploaderCategory.d.ts.map +1 -0
- package/dist/src/models/project/UploaderDocument.d.ts +86 -0
- package/dist/src/models/project/UploaderDocument.d.ts.map +1 -0
- package/dist/src/models/project/UploaderDocumentCategory.d.ts +48 -0
- package/dist/src/models/project/UploaderDocumentCategory.d.ts.map +1 -0
- package/dist/src/models/request/RequestContext.d.ts +89 -0
- package/dist/src/models/request/RequestContext.d.ts.map +1 -0
- package/dist/src/models/virtual/AuthenticationSecurity.d.ts +16 -0
- package/dist/src/models/virtual/AuthenticationSecurity.d.ts.map +1 -0
- package/dist/src/models/virtual/CRFs/meta/DependenceCRF.d.ts +16 -0
- package/dist/src/models/virtual/CRFs/meta/DependenceCRF.d.ts.map +1 -0
- package/dist/src/models/virtual/FieldValue.d.ts +22 -0
- package/dist/src/models/virtual/FieldValue.d.ts.map +1 -0
- package/dist/src/models/virtual/FormValue.d.ts +13 -0
- package/dist/src/models/virtual/FormValue.d.ts.map +1 -0
- package/dist/src/models/virtual/QuestionnaireCrf.d.ts +74 -0
- package/dist/src/models/virtual/QuestionnaireCrf.d.ts.map +1 -0
- package/dist/src/models/virtual/fields/meta/Dependence.d.ts +14 -0
- package/dist/src/models/virtual/fields/meta/Dependence.d.ts.map +1 -0
- package/dist/src/models/virtual/fields/meta/dependence/ConditionLine.d.ts +40 -0
- package/dist/src/models/virtual/fields/meta/dependence/ConditionLine.d.ts.map +1 -0
- package/dist/src/module.d.ts +32 -0
- package/dist/src/overrides.d.ts +9 -0
- package/dist/src/routes/auth/autohooks.d.ts +4 -0
- package/dist/src/routes/auth/autohooks.d.ts.map +1 -0
- package/dist/src/routes/auth/index.d.ts +4 -0
- package/dist/src/routes/auth/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/clinic/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/clinic/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/dashboardWidget/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/heartbeat/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/heartbeat/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/hospital/index.d.ts +7 -0
- package/dist/src/routes/ecosystem/_ecosystemName/hospital/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/processLog/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/_clinicId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/clinic/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/config/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/config/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/dashboardWidget/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/form/_formName/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/form/_formName/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/_patientId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/patient/byNumber/_patientNumber/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/processLog/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/_id/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/_id/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/trigger/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/_userId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/contact/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/project/_projectName/user/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/self-register/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/self-register/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/selfregister/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/selfregister/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/_userId/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/_userId/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/contact/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/contact/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/forget/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/forget/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/_ecosystemName/user/index.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/autohooks.d.ts +4 -0
- package/dist/src/routes/ecosystem/autohooks.d.ts.map +1 -0
- package/dist/src/routes/ecosystem/index.d.ts +4 -0
- package/dist/src/routes/ecosystem/index.d.ts.map +1 -0
- package/dist/src/routes/global/autohooks.d.ts +4 -0
- package/dist/src/routes/global/autohooks.d.ts.map +1 -0
- package/dist/src/routes/global/index.d.ts +4 -0
- package/dist/src/routes/global/index.d.ts.map +1 -0
- package/dist/src/routes/global/user/index.d.ts +4 -0
- package/dist/src/routes/global/user/index.d.ts.map +1 -0
- package/dist/src/routes/index.d.ts +4 -0
- package/dist/src/routes/index.d.ts.map +1 -0
- package/dist/src/routes/redirectToMarkets/index.d.ts +4 -0
- package/dist/src/routes/redirectToMarkets/index.d.ts.map +1 -0
- package/dist/src/routes/user/forget/index.d.ts +4 -0
- package/dist/src/routes/user/forget/index.d.ts.map +1 -0
- package/dist/src/routes/user/index.d.ts +4 -0
- package/dist/src/routes/user/index.d.ts.map +1 -0
- package/dist/src/schemas/api_action/ApiActionTypes.d.ts +15 -0
- package/dist/src/schemas/api_action/ApiActionTypes.d.ts.map +1 -0
- package/dist/src/schemas/api_action/index.d.ts +2 -0
- package/dist/src/schemas/api_action/index.d.ts.map +1 -0
- package/dist/src/schemas/authentication_security/index.d.ts +2 -0
- package/dist/src/schemas/authentication_security/index.d.ts.map +1 -0
- package/dist/src/schemas/authentication_security/types.d.ts +30 -0
- package/dist/src/schemas/authentication_security/types.d.ts.map +1 -0
- package/dist/src/schemas/bulk_upload/index.d.ts +2 -0
- package/dist/src/schemas/bulk_upload/index.d.ts.map +1 -0
- package/dist/src/schemas/bulk_upload/types.d.ts +12 -0
- package/dist/src/schemas/bulk_upload/types.d.ts.map +1 -0
- package/dist/{schemas → src/schemas}/bulk_upload/update_bulk_upload_payload.schema.json +3 -0
- package/dist/src/schemas/dashboard_widget/col.d.ts +26 -0
- package/dist/src/schemas/dashboard_widget/col.d.ts.map +1 -0
- package/dist/{schemas → src/schemas}/dashboard_widget/create_widget_payload.schema.json +85 -23
- package/dist/src/schemas/dashboard_widget/dataLoaders/Outcomes.d.ts +7 -0
- package/dist/src/schemas/dashboard_widget/dataLoaders/Outcomes.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/dataLoaders/index.d.ts +2 -0
- package/dist/src/schemas/dashboard_widget/dataLoaders/index.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/i18n.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/i18n.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/index.d.ts +5 -0
- package/dist/src/schemas/dashboard_widget/index.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/types.d.ts +130 -0
- package/dist/src/schemas/dashboard_widget/types.d.ts.map +1 -0
- package/dist/{schemas → src/schemas}/dashboard_widget/update_widget_payload.schema.json +85 -23
- package/dist/src/schemas/dashboard_widget/widgetTypes/DashboardProps.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/DashboardProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/PatientListProps.d.ts +89 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/PatientListProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/SectionCardProps.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/SectionCardProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/ValueCardProps.d.ts +13 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/ValueCardProps.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/index.d.ts +6 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/index.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/Generic.d.ts +8 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/Generic.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconPresentationWidget.d.ts +8 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconTextPresentationWidget.d.ts +17 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/IconTextPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/ListPresentationWidget.d.ts +11 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/ListPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/TextPresentationWidget.d.ts +8 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/TextPresentationWidget.d.ts.map +1 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/index.d.ts +5 -0
- package/dist/src/schemas/dashboard_widget/widgetTypes/presentationWidgetTypes/index.d.ts.map +1 -0
- package/dist/src/schemas/designer_field/index.d.ts +2 -0
- package/dist/src/schemas/designer_field/index.d.ts.map +1 -0
- package/dist/src/schemas/designer_field/types.d.ts +26 -0
- package/dist/src/schemas/designer_field/types.d.ts.map +1 -0
- package/dist/src/schemas/forms/FormServicePayloads.d.ts +23 -0
- package/dist/src/schemas/forms/FormServicePayloads.d.ts.map +1 -0
- package/dist/src/schemas/forms/index.d.ts +2 -0
- package/dist/src/schemas/forms/index.d.ts.map +1 -0
- package/dist/src/schemas/index.d.ts +12 -0
- package/dist/src/schemas/index.d.ts.map +1 -0
- package/dist/src/schemas/notification_configuration/NotifiedAboutInfo.d.ts +15 -0
- package/dist/src/schemas/notification_configuration/NotifiedAboutInfo.d.ts.map +1 -0
- package/dist/src/schemas/notification_configuration/index.d.ts +3 -0
- package/dist/src/schemas/notification_configuration/index.d.ts.map +1 -0
- package/dist/src/schemas/notification_configuration/types.d.ts +105 -0
- package/dist/src/schemas/notification_configuration/types.d.ts.map +1 -0
- package/dist/src/schemas/outcomes/index.d.ts +2 -0
- package/dist/src/schemas/outcomes/index.d.ts.map +1 -0
- package/dist/src/schemas/outcomes/types.d.ts +32 -0
- package/dist/src/schemas/outcomes/types.d.ts.map +1 -0
- package/dist/src/schemas/process_log/index.d.ts +2 -0
- package/dist/src/schemas/process_log/index.d.ts.map +1 -0
- package/dist/src/schemas/process_log/types.d.ts +43 -0
- package/dist/src/schemas/process_log/types.d.ts.map +1 -0
- package/dist/src/schemas/questionnaire/index.d.ts +2 -0
- package/dist/src/schemas/questionnaire/index.d.ts.map +1 -0
- package/dist/src/schemas/questionnaire/types.d.ts +39 -0
- package/dist/src/schemas/questionnaire/types.d.ts.map +1 -0
- package/dist/src/schemas/user_settings/index.d.ts +2 -0
- package/dist/src/schemas/user_settings/index.d.ts.map +1 -0
- package/dist/src/schemas/user_settings/types.d.ts +6 -0
- package/dist/src/schemas/user_settings/types.d.ts.map +1 -0
- package/dist/src/server.d.ts +2 -0
- package/dist/src/server.d.ts.map +1 -0
- package/dist/src/types/JSONValue.d.ts +6 -0
- package/dist/src/types/JSONValue.d.ts.map +1 -0
- package/dist/src/types/ts-helpers.d.ts +2 -0
- package/dist/src/types/ts-helpers.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/index.d.ts +7 -0
- package/dist/src/v2/modules/ecosystem/user-access/index.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.controller.d.ts +8 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.helper.d.ts +5 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.middleware.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.model.d.ts +140 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.model.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.schema.d.ts +45 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.service.d.ts +8 -0
- package/dist/src/v2/modules/ecosystem/user-access/user-access.service.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts +46 -0
- package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-error/index.d.ts +2 -0
- package/dist/src/v2/modules/global/api-error/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-version/api-version.middleware.d.ts +2 -0
- package/dist/src/v2/modules/global/api-version/api-version.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-version/api-version.test.d.ts +2 -0
- package/dist/src/v2/modules/global/api-version/api-version.test.d.ts.map +1 -0
- package/dist/src/v2/modules/global/api-version/index.d.ts +2 -0
- package/dist/src/v2/modules/global/api-version/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth/auth.controller.d.ts +5 -0
- package/dist/src/v2/modules/global/auth/auth.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth/auth.schema.d.ts +6 -0
- package/dist/src/v2/modules/global/auth/auth.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth/index.d.ts +3 -0
- package/dist/src/v2/modules/global/auth/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.controller.d.ts +9 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.helper.d.ts +10 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.middleware.d.ts +14 -0
- package/dist/src/v2/modules/global/auth-token/auth-token.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/auth-token/index.d.ts +3 -0
- package/dist/src/v2/modules/global/auth-token/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.d.ts +6 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.test.d.ts +2 -0
- package/dist/src/v2/modules/global/basic-auth/basic-auth.middleware.test.d.ts.map +1 -0
- package/dist/src/v2/modules/global/basic-auth/index.d.ts +2 -0
- package/dist/src/v2/modules/global/basic-auth/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/bullmq-admin/bullmq-admin.middleware.d.ts +5 -0
- package/dist/src/v2/modules/global/bullmq-admin/bullmq-admin.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/bullmq-admin/index.d.ts +2 -0
- package/dist/src/v2/modules/global/bullmq-admin/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/crypto/crypto.helper.d.ts +2 -0
- package/dist/src/v2/modules/global/crypto/crypto.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/crypto/index.d.ts +2 -0
- package/dist/src/v2/modules/global/crypto/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/dates/dates.middleware.d.ts +2 -0
- package/dist/src/v2/modules/global/dates/dates.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/dates/index.d.ts +2 -0
- package/dist/src/v2/modules/global/dates/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/geoip/geoip.middleware.d.ts +9 -0
- package/dist/src/v2/modules/global/geoip/geoip.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/geoip/index.d.ts +2 -0
- package/dist/src/v2/modules/global/geoip/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/i18n/i18n.middleware.d.ts +5 -0
- package/dist/src/v2/modules/global/i18n/i18n.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/i18n/index.d.ts +2 -0
- package/dist/src/v2/modules/global/i18n/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/index.d.ts +2 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.d.ts +42 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.test.d.ts +2 -0
- package/dist/src/v2/modules/global/jsonlogic-to-sql/jsonlogic-to-sql.helper.test.d.ts.map +1 -0
- package/dist/src/v2/modules/global/objection/index.d.ts +2 -0
- package/dist/src/v2/modules/global/objection/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/objection/objection.helper.d.ts +14 -0
- package/dist/src/v2/modules/global/objection/objection.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/index.d.ts +3 -0
- package/dist/src/v2/modules/global/pagination/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/lib.d.ts +2 -0
- package/dist/src/v2/modules/global/pagination/lib.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/pagination.helper.d.ts +4 -0
- package/dist/src/v2/modules/global/pagination/pagination.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/pagination/pagination.schema.d.ts +12 -0
- package/dist/src/v2/modules/global/pagination/pagination.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-context/index.d.ts +2 -0
- package/dist/src/v2/modules/global/request-context/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-context/request-context.middleware.d.ts +8 -0
- package/dist/src/v2/modules/global/request-context/request-context.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-fingerprint/index.d.ts +3 -0
- package/dist/src/v2/modules/global/request-fingerprint/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.middleware.d.ts +8 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.schema.d.ts +11 -0
- package/dist/src/v2/modules/global/request-fingerprint/request-fingerprint.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-id/index.d.ts +3 -0
- package/dist/src/v2/modules/global/request-id/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-id/request-id.helper.d.ts +3 -0
- package/dist/src/v2/modules/global/request-id/request-id.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-id/request-id.middleware.d.ts +2 -0
- package/dist/src/v2/modules/global/request-id/request-id.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-log/index.d.ts +2 -0
- package/dist/src/v2/modules/global/request-log/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-log/request-log.middleware.d.ts +3 -0
- package/dist/src/v2/modules/global/request-log/request-log.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-time/index.d.ts +3 -0
- package/dist/src/v2/modules/global/request-time/index.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-time/request-time.helper.d.ts +2 -0
- package/dist/src/v2/modules/global/request-time/request-time.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/global/request-time/request-time.middleware.d.ts +7 -0
- package/dist/src/v2/modules/global/request-time/request-time.middleware.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document/document.model.d.ts +12 -0
- package/dist/src/v2/modules/project/document/document.model.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document/document.schema.d.ts +6 -0
- package/dist/src/v2/modules/project/document/document.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document/index.d.ts +3 -0
- package/dist/src/v2/modules/project/document/index.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.d.ts +5 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.e2e.d.ts +2 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.e2e.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.test.d.ts +2 -0
- package/dist/src/v2/modules/project/document-category/document-category.controller.test.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.model.d.ts +32 -0
- package/dist/src/v2/modules/project/document-category/document-category.model.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.schema.d.ts +26 -0
- package/dist/src/v2/modules/project/document-category/document-category.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.d.ts +18 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.test.d.ts +2 -0
- package/dist/src/v2/modules/project/document-category/document-category.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/project/document-category/index.d.ts +4 -0
- package/dist/src/v2/modules/project/document-category/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/auth/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/auth/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/autohooks.d.ts +4 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/autohooks.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/param.schema.d.ts +5 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/param.schema.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts +4 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/autohooks.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/document-category/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/document-category/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/params.schema.d.ts +7 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/params.schema.d.ts.map +1 -0
- package/dist/src/v2/test/e2e-config.d.ts +46 -0
- package/dist/src/v2/test/e2e-config.d.ts.map +1 -0
- package/dist/src/v2/test/e2e-helpers.d.ts +22 -0
- package/dist/src/v2/test/e2e-helpers.d.ts.map +1 -0
- package/dist/src/v2/test/e2e-setup.d.ts +8 -0
- package/dist/src/v2/test/e2e-setup.d.ts.map +1 -0
- package/dist/src/v2/test/test-helpers.d.ts +3 -0
- package/dist/src/v2/test/test-helpers.d.ts.map +1 -0
- package/dist/src/v2/test/test-setup.d.ts +8 -0
- package/dist/src/v2/test/test-setup.d.ts.map +1 -0
- package/dist/src/validators/questionnaire.validator.d.ts +2 -0
- package/dist/src/validators/questionnaire.validator.d.ts.map +1 -0
- package/dist/src/validators/user.validator.d.ts +6 -0
- package/dist/src/validators/user.validator.d.ts.map +1 -0
- package/dist/v1/perseed-api.cjs +1459 -0
- package/dist/v1/perseed-api.cjs.map +1 -0
- package/dist/v1/perseed-api.d.ts +1 -0
- package/dist/{perseed-api.mjs → v1/perseed-api.mjs} +347 -156
- package/dist/v1/perseed-api.mjs.map +1 -0
- package/package.json +36 -168
- package/dist/index.d.ts +0 -3073
- package/dist/perseed-api.umd.js +0 -1
- /package/dist/{schemas → src/schemas}/forms/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/forms/update.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/hospital/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/mfa/mfa-login-data.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/mobile/searchnotificationstatus.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/notification_configuration/create_trigger_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/notification_configuration/update_trigger_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/patient/createFullPatient.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/patient/createPatient.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/process_log/create_process_log_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/process_log/update_process_log_payload.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/project/createCategory.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/project/export.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/project/uploadDocument.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/query/patch.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/questionnaire/createQuestionnaire.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/subform/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/subform/update.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/user_settings/APP_FONT_FACTOR.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/user_settings/AUTH_SECURITY_CONFIG.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/user_settings/GenericBooleanSetting.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/activate.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/contact.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/create.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/password.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/selfregister.schema.json +0 -0
- /package/dist/{schemas → src/schemas}/users/unlinkProject.schema.json +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default class Validator {
|
|
2
|
+
configuration: any;
|
|
3
|
+
constructor(configuration?: {
|
|
4
|
+
AWS: {
|
|
5
|
+
cloudFront: {};
|
|
6
|
+
};
|
|
7
|
+
});
|
|
8
|
+
validate({ ecosystem, project }: {
|
|
9
|
+
ecosystem: any;
|
|
10
|
+
project: any;
|
|
11
|
+
}): {
|
|
12
|
+
AWS: any;
|
|
13
|
+
ecosystem: any;
|
|
14
|
+
project: any;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=Validator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Validator.d.ts","sourceRoot":"","sources":["../../../../../src/Services/SignedCookies/Validator.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,OAAO,SAAS;IAC5B,aAAa,EAAG,GAAG,CAAA;gBAEP,aAAa;;;;KAA8B;IAIvD,QAAQ,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE;;;KAAA;;;;;CAmChC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as ScheduledTask } from '../models/perseed/ScheduledTasks';
|
|
2
|
+
import { default as ScheduledTaskLog, ScheduledTaskStatus } from '../models/perseed/ScheduledTasksLog';
|
|
3
|
+
export interface TaskResult {
|
|
4
|
+
log: string;
|
|
5
|
+
status: ScheduledTaskStatus;
|
|
6
|
+
}
|
|
7
|
+
declare const TaskService: {
|
|
8
|
+
executeTask: (task: ScheduledTask, taskLog: ScheduledTaskLog) => Promise<TaskResult>;
|
|
9
|
+
};
|
|
10
|
+
export default TaskService;
|
|
11
|
+
//# sourceMappingURL=TaskService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskService.d.ts","sourceRoot":"","sources":["../../../../src/Services/TaskService.ts"],"names":[],"mappings":"AACA,OAAO,aAA2B,MAAM,kCAAkC,CAAA;AAC1E,OAAO,gBAAgB,EAAE,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAA;AAM3F,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,EAAE,mBAAmB,CAAA;CAC5B;AAED,QAAA,MAAM,WAAW;wBACW,aAAa,WAAW,gBAAgB,KAAG,OAAO,CAAC,UAAU,CAAC;CA2BzF,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { QueryBuilderType } from 'objection';
|
|
2
|
+
import { default as PerseedNotificationTemplate } from '../models/ecosystem/PerseedNotificationTemplate';
|
|
3
|
+
import { default as NotificationTemplate, NotificationType } from '../models/ecosystem/NotificationTemplate';
|
|
4
|
+
import { default as PerseedEmailTemplate } from '../models/perseed/PerseedEmailTemplate';
|
|
5
|
+
import { default as EmailTemplate } from '../models/ecosystem/EmailTemplate';
|
|
6
|
+
export type TemplatePath = 'sms/mfa';
|
|
7
|
+
export interface TemplateData {
|
|
8
|
+
ecosystem: string;
|
|
9
|
+
language?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare enum TemplateType {
|
|
12
|
+
UNSUBSCRIBE = "unsubscribe",
|
|
13
|
+
MFA_CODE = "mfa_code"
|
|
14
|
+
}
|
|
15
|
+
declare function getSmsTemplate(templatePath: TemplatePath, locale?: string): NotificationTemplate | PerseedNotificationTemplate;
|
|
16
|
+
declare function renderContent(content: string, data: Record<string, unknown>): string;
|
|
17
|
+
declare function getTemplate(data: TemplateData | TemplateData[], notificationType: NotificationType, type: string): Promise<NotificationTemplate | PerseedNotificationTemplate | EmailTemplate | PerseedEmailTemplate | undefined>;
|
|
18
|
+
declare function doNotificationTemplateQuery(query: QueryBuilderType<NotificationTemplate | PerseedNotificationTemplate | EmailTemplate | PerseedEmailTemplate>, notificationType: NotificationType, type: string, language?: string): import('objection').QueryBuilder<PerseedNotificationTemplate, PerseedNotificationTemplate | undefined> | import('objection').QueryBuilder<NotificationTemplate, NotificationTemplate | undefined> | import('objection').QueryBuilder<EmailTemplate, EmailTemplate | undefined>;
|
|
19
|
+
declare const TemplateService: {
|
|
20
|
+
getSmsTemplate: typeof getSmsTemplate;
|
|
21
|
+
renderContent: typeof renderContent;
|
|
22
|
+
doNotificationTemplateQuery: typeof doNotificationTemplateQuery;
|
|
23
|
+
getTemplate: typeof getTemplate;
|
|
24
|
+
};
|
|
25
|
+
export default TemplateService;
|
|
26
|
+
//# sourceMappingURL=TemplateService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TemplateService.d.ts","sourceRoot":"","sources":["../../../../src/Services/TemplateService.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAO,MAAM,WAAW,CAAA;AACjD,OAAO,2BAA2B,MAAM,iDAAiD,CAAA;AACzF,OAAO,oBAAoB,EAAE,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAA;AACjG,OAAO,oBAAoB,MAAM,wCAAwC,CAAA;AACzE,OAAO,aAAa,MAAM,mCAAmC,CAAA;AAM7D,MAAM,MAAM,YAAY,GAAG,SAAS,CAAA;AAEpC,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,oBAAY,YAAY;IACtB,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;CACtB;AAED,iBAAS,cAAc,CACrB,YAAY,EAAE,YAAY,EAC1B,MAAM,CAAC,EAAE,MAAM,GACd,oBAAoB,GAAG,2BAA2B,CAwBpD;AAED,iBAAS,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAE7E;AAGD,iBAAe,WAAW,CACxB,IAAI,EAAE,YAAY,GAAG,YAAY,EAAE,EACnC,gBAAgB,EAAE,gBAAgB,EAClC,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,oBAAoB,GAAG,2BAA2B,GAAG,aAAa,GAAG,oBAAoB,GAAG,SAAS,CAAC,CAsFhH;AAED,iBAAS,2BAA2B,CAClC,KAAK,EAAE,gBAAgB,CAAC,oBAAoB,GAAG,2BAA2B,GAAG,aAAa,GAAG,oBAAoB,CAAC,EAClH,gBAAgB,EAAE,gBAAgB,EAClC,IAAI,EAAE,MAAM,EACZ,QAAQ,CAAC,EAAE,MAAM,kRAmBlB;AAED,QAAA,MAAM,eAAe;;;;;CAKpB,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as RequestContext } from '../models/request/RequestContext';
|
|
2
|
+
import { EcosystemUsers } from '../models/ecosystem/EcosystemUsers';
|
|
3
|
+
declare const TokenService: {
|
|
4
|
+
invalidateTokenGlobal: (ctx: RequestContext, users: EcosystemUsers[], token: string) => Promise<boolean>;
|
|
5
|
+
};
|
|
6
|
+
export default TokenService;
|
|
7
|
+
//# sourceMappingURL=TokenService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenService.d.ts","sourceRoot":"","sources":["../../../../src/Services/TokenService.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAA;AAInE,QAAA,MAAM,YAAY;iCACmB,cAAc,SAAS,cAAc,EAAE,SAAS,MAAM,KAAG,OAAO,CAAC,OAAO,CAAC;CAY7G,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
import { default as RequestContext } from '../models/request/RequestContext';
|
|
3
|
+
import { JobParams } from './RedisQueueService';
|
|
4
|
+
import { default as NotificationConfiguration } from '../models/ecosystem/NotificationConfiguration';
|
|
5
|
+
import { Pagination } from '../helpers/paging';
|
|
6
|
+
import { CreateTriggerPayload, TriggerAction, UpdateTriggerPayload } from '../schemas/notification_configuration/types';
|
|
7
|
+
export interface AfterModelSaveHooksParams<T extends Objection.Model> {
|
|
8
|
+
modelName: string;
|
|
9
|
+
action: TriggerAction;
|
|
10
|
+
oldData?: Objection.PartialModelObject<T> | null;
|
|
11
|
+
newData: Objection.PartialModelObject<T>;
|
|
12
|
+
}
|
|
13
|
+
export declare const MODEL_AFTER_SAVE = "ModelTrigger.afterSaveHooksJob";
|
|
14
|
+
declare const TriggerService: {
|
|
15
|
+
listTriggers: (ctx: RequestContext, pagination: Pagination) => Promise<Objection.Page<NotificationConfiguration>>;
|
|
16
|
+
getTrigger: (ctx: RequestContext, id: number) => Promise<NotificationConfiguration | undefined>;
|
|
17
|
+
createTrigger: (ctx: RequestContext, data: CreateTriggerPayload) => Promise<NotificationConfiguration>;
|
|
18
|
+
deleteTrigger: (ctx: RequestContext, id: number) => Promise<number>;
|
|
19
|
+
updateTrigger: (ctx: RequestContext, id: number, data: UpdateTriggerPayload) => Promise<NotificationConfiguration>;
|
|
20
|
+
afterSaveHooks: <T extends Objection.Model>(ctx: RequestContext, modelName: string, action: TriggerAction, newData: Objection.PartialModelObject<T>, oldData?: Objection.PartialModelObject<T> | null) => Promise<void>;
|
|
21
|
+
afterSaveHooksJob: (ctx: RequestContext, params: JobParams) => Promise<void>;
|
|
22
|
+
handleLaunchTriggers: (ctx: RequestContext, fulfilledTriggers: NotificationConfiguration[], newData: Record<string, unknown>, oldData?: Record<string, unknown> | null, patientId?: number, formNameOrFullSubformName?: string) => Promise<void>;
|
|
23
|
+
launchTriggers: (ctx: RequestContext, modelOrFormName: string, action: TriggerAction, newData: Record<string, unknown>, oldData?: Record<string, unknown>, modelTriggers?: boolean, patientId?: number) => Promise<void>;
|
|
24
|
+
getTriggerLabel: (ctx: RequestContext, event: string) => Promise<string | undefined>;
|
|
25
|
+
};
|
|
26
|
+
export default TriggerService;
|
|
27
|
+
//# sourceMappingURL=TriggerService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TriggerService.d.ts","sourceRoot":"","sources":["../../../../src/Services/TriggerService.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAA;AACjC,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAC7D,OAA0B,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAGlE,OAAO,yBAAiD,MAAM,+CAA+C,CAAA;AAE7G,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAE9C,OAAO,EAAE,oBAAoB,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAA;AAOvH,MAAM,WAAW,yBAAyB,CAAC,CAAC,SAAS,SAAS,CAAC,KAAK;IAClE,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,aAAa,CAAA;IACrB,OAAO,CAAC,EAAE,SAAS,CAAC,kBAAkB,CAAC,CAAC,CAAC,GAAG,IAAI,CAAA;IAChD,OAAO,EAAE,SAAS,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAA;CACzC;AAED,eAAO,MAAM,gBAAgB,mCAAmC,CAAA;AAuChE,QAAA,MAAM,cAAc;wBACQ,cAAc,cAAc,UAAU;sBAIxC,cAAc,MAAM,MAAM;yBAIvB,cAAc,QAAQ,oBAAoB;yBAgB1C,cAAc,MAAM,MAAM;yBAI1B,cAAc,MAAM,MAAM,QAAQ,oBAAoB;qBAU1D,CAAC,SAAS,SAAS,CAAC,KAAK,OACzC,cAAc,aACR,MAAM,UACT,aAAa,WACZ,SAAS,CAAC,kBAAkB,CAAC,CAAC,CAAC,YAC9B,SAAS,CAAC,kBAAkB,CAAC,CAAC,CAAC,GAAG,IAAI;6BAYnB,cAAc,UAAU,SAAS;gCAKzD,cAAc,qBACA,yBAAyB,EAAE,WACrC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,YACtB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,cAC5B,MAAM,8BACU,MAAM;0BA4B7B,cAAc,mBACF,MAAM,UACf,aAAa,WACZ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,YACtB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,uCAErB,MAAM;2BAuBS,cAAc,SAAS,MAAM;CAkD3D,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { default as Objection, Transaction } from 'objection';
|
|
2
|
+
import { default as RequestContext, NoUserRequestContext } from '../models/request/RequestContext';
|
|
3
|
+
export declare function start(ctx: RequestContext): Promise<void>;
|
|
4
|
+
export declare function commit(ctx: RequestContext): Promise<void>;
|
|
5
|
+
/**
|
|
6
|
+
* Closes a transaction safely
|
|
7
|
+
*/
|
|
8
|
+
export declare function safeCommit(trx: Transaction): Promise<void>;
|
|
9
|
+
export declare function rollback(ctx: RequestContext): Promise<void>;
|
|
10
|
+
export declare function getEcosystemTrx(ctx: RequestContext, fallbackToPool?: undefined): Objection.TransactionOrKnex;
|
|
11
|
+
export declare function getEcosystemTrx(ctx: RequestContext, fallbackToPool: true): Objection.TransactionOrKnex;
|
|
12
|
+
export declare function getEcosystemTrx(ctx: RequestContext, fallbackToPool: false): Objection.TransactionOrKnex | undefined;
|
|
13
|
+
export declare function getProjectTrx(ctx: NoUserRequestContext, fallbackToPool?: undefined): Objection.TransactionOrKnex;
|
|
14
|
+
export declare function getProjectTrx(ctx: NoUserRequestContext, fallbackToPool: true): Objection.TransactionOrKnex;
|
|
15
|
+
export declare function getProjectTrx(ctx: NoUserRequestContext, fallbackToPool: false): Objection.TransactionOrKnex | undefined;
|
|
16
|
+
declare const TrxService: {
|
|
17
|
+
start: typeof start;
|
|
18
|
+
commit: typeof commit;
|
|
19
|
+
safeCommit: typeof safeCommit;
|
|
20
|
+
rollback: typeof rollback;
|
|
21
|
+
getEcosystemTrx: typeof getEcosystemTrx;
|
|
22
|
+
getProjectTrx: typeof getProjectTrx;
|
|
23
|
+
};
|
|
24
|
+
export default TrxService;
|
|
25
|
+
//# sourceMappingURL=TrxService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrxService.d.ts","sourceRoot":"","sources":["../../../../src/Services/TrxService.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,WAAW,EAAe,MAAM,WAAW,CAAA;AAE/D,OAAO,cAAc,EAAE,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAA;AAmBvF,wBAAsB,KAAK,CAAC,GAAG,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CAwB9D;AAED,wBAAsB,MAAM,CAAC,GAAG,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CAiB/D;AAED;;GAEG;AACH,wBAAsB,UAAU,CAAC,GAAG,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC,CAQhE;AAED,wBAAsB,QAAQ,CAAC,GAAG,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CAiBjE;AAED,wBAAgB,eAAe,CAAC,GAAG,EAAE,cAAc,EAAE,cAAc,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC,iBAAiB,CAAA;AAC7G,wBAAgB,eAAe,CAAC,GAAG,EAAE,cAAc,EAAE,cAAc,EAAE,IAAI,GAAG,SAAS,CAAC,iBAAiB,CAAA;AACvG,wBAAgB,eAAe,CAAC,GAAG,EAAE,cAAc,EAAE,cAAc,EAAE,KAAK,GAAG,SAAS,CAAC,iBAAiB,GAAG,SAAS,CAAA;AAQpH,wBAAgB,aAAa,CAAC,GAAG,EAAE,oBAAoB,EAAE,cAAc,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC,iBAAiB,CAAA;AACjH,wBAAgB,aAAa,CAAC,GAAG,EAAE,oBAAoB,EAAE,cAAc,EAAE,IAAI,GAAG,SAAS,CAAC,iBAAiB,CAAA;AAC3G,wBAAgB,aAAa,CAAC,GAAG,EAAE,oBAAoB,EAAE,cAAc,EAAE,KAAK,GAAG,SAAS,CAAC,iBAAiB,GAAG,SAAS,CAAA;AAWxH,QAAA,MAAM,UAAU;;;;;;;CAOf,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { default as Objection } from 'objection';
|
|
2
|
+
import { default as UserModel } from '../models/ecosystem/User';
|
|
3
|
+
import { default as UserProfile } from '../models/ecosystem/UserProfile';
|
|
4
|
+
import { default as RequestContext } from '../models/request/RequestContext';
|
|
5
|
+
export type UserType = 'PRO' | 'clinical';
|
|
6
|
+
export interface UserProjectData {
|
|
7
|
+
id: number;
|
|
8
|
+
name: string;
|
|
9
|
+
label: string;
|
|
10
|
+
type_of_project: string;
|
|
11
|
+
contact_phone: string;
|
|
12
|
+
is_patient_program: boolean;
|
|
13
|
+
icon?: string | null;
|
|
14
|
+
type: UserType;
|
|
15
|
+
legal_access_allowed: boolean;
|
|
16
|
+
consent_filled: boolean;
|
|
17
|
+
hospitals: [
|
|
18
|
+
{
|
|
19
|
+
id: number;
|
|
20
|
+
name: string;
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
patient_id: number;
|
|
24
|
+
}
|
|
25
|
+
export interface UserProfileData {
|
|
26
|
+
id: number;
|
|
27
|
+
name: string | null;
|
|
28
|
+
surname: string | null;
|
|
29
|
+
email: string | null;
|
|
30
|
+
address: string | null;
|
|
31
|
+
location: string | null;
|
|
32
|
+
telephone: string | null;
|
|
33
|
+
avatar: string;
|
|
34
|
+
tz: string;
|
|
35
|
+
}
|
|
36
|
+
declare function getProfile(ecosystemPool: Objection.TransactionOrKnex, userId: number): Promise<any>;
|
|
37
|
+
declare function projects(ecosystemPool: Objection.TransactionOrKnex, userId: number): Promise<any>;
|
|
38
|
+
declare function getSeedPrivileges(ecosystemPool: Objection.TransactionOrKnex, userId: number, projectIds: number | number[]): Promise<any>;
|
|
39
|
+
declare const UserService: {
|
|
40
|
+
getProfile: typeof getProfile;
|
|
41
|
+
getFullProfile: (ecosystemPool: Objection.TransactionOrKnex, userId: number) => Promise<UserProfileData>;
|
|
42
|
+
getUserIdByPatient: (projectId: number, ecosystemPool: Objection.TransactionOrKnex, patientId: number) => Promise<number | undefined>;
|
|
43
|
+
formatProfileData: (user: UserModel | null | undefined, profile: UserProfile | null | undefined, geocode?: boolean, prefix?: boolean) => Promise<{
|
|
44
|
+
[x: string]: any;
|
|
45
|
+
}>;
|
|
46
|
+
getUserProfilling: (ecosystemPool: Objection.TransactionOrKnex, userId: number, projectId: number) => Promise<any>;
|
|
47
|
+
getUserHospital: (ecosystemPool: Objection.TransactionOrKnex, userId: number, projectId: number) => Promise<number[]>;
|
|
48
|
+
projects: typeof projects;
|
|
49
|
+
fullProjects: (ecosystemPool: Objection.TransactionOrKnex, ecosystemName: string, userId: number, userType: string, addProfiling?: boolean) => Promise<UserProjectData[]>;
|
|
50
|
+
getSeedPrivileges: typeof getSeedPrivileges;
|
|
51
|
+
contact: (customerEmail: string, supportEmail: string, customerName: string, comment: string, ecosystemName: string, projectName?: string, userId?: number) => Promise<any>;
|
|
52
|
+
getPatientsByUser: (ctx: RequestContext, userId: number, projectId: number) => Promise<number[]>;
|
|
53
|
+
getPatientByUser: (ecosystemPool: Objection.TransactionOrKnex, userId: number, projectId: number) => Promise<number | undefined>;
|
|
54
|
+
getAll: (ctx: RequestContext, userId: any, includesSelf: any, page: any, perPage: any) => Promise<{
|
|
55
|
+
results: any;
|
|
56
|
+
total: any;
|
|
57
|
+
}>;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Helper functions for batch fetching user data
|
|
61
|
+
*/
|
|
62
|
+
/**
|
|
63
|
+
* Gets user scopes for multiple users at once
|
|
64
|
+
* @param ecosystemPool - The database connection pool
|
|
65
|
+
* @param userIds - Array of user IDs to get scopes for
|
|
66
|
+
* @returns A map of user IDs to their respective scope data
|
|
67
|
+
*/
|
|
68
|
+
export declare function batchGetScopes(ctx: RequestContext, userIds: number[]): Promise<Map<number, UserModel>>;
|
|
69
|
+
/**
|
|
70
|
+
* Batch fetch seed privileges for multiple users and a project
|
|
71
|
+
* Returns a Map where keys are user IDs and values are arrays of seed privileges
|
|
72
|
+
*/
|
|
73
|
+
export declare function batchGetSeedPrivileges(ctx: RequestContext, userIds: number[], projectId: number): Promise<Map<number, any[]>>;
|
|
74
|
+
/**
|
|
75
|
+
* Batch fetch clinic IDs for multiple users and a project
|
|
76
|
+
* Returns a Map where keys are user IDs and values are arrays of clinic IDs
|
|
77
|
+
*/
|
|
78
|
+
export declare function batchGetUserClinicIds(ctx: RequestContext, userIds: number[], projectId: number): Promise<Map<number, number[]>>;
|
|
79
|
+
/**
|
|
80
|
+
* Batch fetch profiling IDs for multiple users and a project
|
|
81
|
+
* Returns a Map where keys are user IDs and values are arrays of profiling IDs
|
|
82
|
+
*/
|
|
83
|
+
export declare function batchGetUserProfilingIds(ctx: RequestContext, userIds: number[], projectId: number): Promise<Map<number, number[]>>;
|
|
84
|
+
export default UserService;
|
|
85
|
+
//# sourceMappingURL=UserService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserService.d.ts","sourceRoot":"","sources":["../../../../src/Services/UserService.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,WAAW,CAAA;AAWjC,OAAO,SAAS,MAAM,0BAA0B,CAAA;AAEhD,OAAO,WAAW,MAAM,iCAAiC,CAAA;AACzD,OAAO,cAAc,MAAM,kCAAkC,CAAA;AAS7D,MAAM,MAAM,QAAQ,GAAG,KAAK,GAAG,UAAU,CAAA;AAEzC,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,eAAe,EAAE,MAAM,CAAA;IACvB,aAAa,EAAE,MAAM,CAAA;IACrB,kBAAkB,EAAE,OAAO,CAAA;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,IAAI,EAAE,QAAQ,CAAA;IACd,oBAAoB,EAAE,OAAO,CAAA;IAC7B,cAAc,EAAE,OAAO,CAAA;IACvB,SAAS,EAAE;QACT;YACE,EAAE,EAAE,MAAM,CAAA;YACV,IAAI,EAAE,MAAM,CAAA;SACb;KACF,CAAA;IACD,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,MAAM,EAAE,MAAM,CAAA;IACd,EAAE,EAAE,MAAM,CAAA;CACX;AAcD,iBAAe,UAAU,CAAC,aAAa,EAAE,SAAS,CAAC,iBAAiB,EAAE,MAAM,EAAE,MAAM,gBAUnF;AAED,iBAAe,QAAQ,CAAC,aAAa,EAAE,SAAS,CAAC,iBAAiB,EAAE,MAAM,EAAE,MAAM,gBAUjF;AAaD,iBAAe,iBAAiB,CAC9B,aAAa,EAAE,SAAS,CAAC,iBAAiB,EAC1C,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE,gBAa9B;AAED,QAAA,MAAM,WAAW;;oCAEuB,SAAS,CAAC,iBAAiB,UAAU,MAAM,KAAG,OAAO,CAAC,eAAe,CAAC;oCAiC/F,MAAM,iBACF,SAAS,CAAC,iBAAiB,aAC/B,MAAM,KAChB,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;8BAQtB,SAAS,GAAG,IAAI,GAAG,SAAS,WACzB,WAAW,GAAG,IAAI,GAAG,SAAS;;;uCAmCA,SAAS,CAAC,iBAAiB,UAAU,MAAM,aAAa,MAAM;qCAShE,SAAS,CAAC,iBAAiB,UAAU,MAAM,aAAa,MAAM;;kCAiBpF,SAAS,CAAC,iBAAiB,iBAC3B,MAAM,UACb,MAAM,YACJ,MAAM,iBACD,OAAO,KACrB,OAAO,CAAC,eAAe,EAAE,CAAC;;6BA4FZ,MAAM,gBACP,MAAM,gBACN,MAAM,WACX,MAAM,iBACA,MAAM,gBACP,MAAM,WACX,MAAM;6BAgBc,cAAc,UAAU,MAAM,aAAa,MAAM;sCAYxC,SAAS,CAAC,iBAAiB,UAAU,MAAM,aAAa,MAAM;kBAalF,cAAc;;;;CAoEnC,CAAA;AA4DD;;GAEG;AAEH;;;;;GAKG;AACH,wBAAsB,cAAc,CAAC,GAAG,EAAE,cAAc,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC,CAqB5G;AAED;;;GAGG;AACH,wBAAsB,sBAAsB,CAC1C,GAAG,EAAE,cAAc,EACnB,OAAO,EAAE,MAAM,EAAE,EACjB,SAAS,EAAE,MAAM,GAChB,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,CA6B7B;AAED;;;GAGG;AACH,wBAAsB,qBAAqB,CACzC,GAAG,EAAE,cAAc,EACnB,OAAO,EAAE,MAAM,EAAE,EACjB,SAAS,EAAE,MAAM,GAChB,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC,CAwBhC;AAED;;;GAGG;AACH,wBAAsB,wBAAwB,CAC5C,GAAG,EAAE,cAAc,EACnB,OAAO,EAAE,MAAM,EAAE,EACjB,SAAS,EAAE,MAAM,GAChB,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC,CAwBhC;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TFunction } from 'i18next';
|
|
2
|
+
declare function getValidatedPhone(t: TFunction, phone?: string): string | undefined;
|
|
3
|
+
declare const ValidatorService: {
|
|
4
|
+
getValidatedPhone: typeof getValidatedPhone;
|
|
5
|
+
validSchema: (schema: Record<string, unknown>, schemaName: string, inputData: unknown, thisError?: string, notRaiseException?: boolean) => {
|
|
6
|
+
valid: boolean;
|
|
7
|
+
errors: import('ajv').ErrorObject<string, Record<string, any>, unknown>[] | null | undefined;
|
|
8
|
+
};
|
|
9
|
+
validateSchema: (payload: unknown, schema: Record<string, unknown>, schemaName: string) => void;
|
|
10
|
+
};
|
|
11
|
+
export default ValidatorService;
|
|
12
|
+
//# sourceMappingURL=ValidatorService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidatorService.d.ts","sourceRoot":"","sources":["../../../../src/Services/ValidatorService.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AASnC,iBAAS,iBAAiB,CAAC,CAAC,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,MAAM,sBAiBtD;AAED,QAAA,MAAM,gBAAgB;;0BAGV,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,cACnB,MAAM,aACP,OAAO,cACN,MAAM,sBACE,OAAO;;;;8BAgBH,OAAO,UAAU,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,cAAc,MAAM;CAOvF,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cryptService.d.ts","sourceRoot":"","sources":["../../../../src/Services/cryptService.ts"],"names":[],"mappings":"AASA,QAAA,MAAM,YAAY;;;CAkCjB,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { default as ScheduledTaskLog } from '../../models/perseed/ScheduledTasksLog';
|
|
2
|
+
import { default as ScheduledTask } from '../../models/perseed/ScheduledTasks';
|
|
3
|
+
import { TaskResult } from '../TaskService';
|
|
4
|
+
export default function insertAggregateData(task: ScheduledTask, taskLog: ScheduledTaskLog): Promise<TaskResult>;
|
|
5
|
+
//# sourceMappingURL=InsertAggregateData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InsertAggregateData.d.ts","sourceRoot":"","sources":["../../../../../src/Services/tasks/InsertAggregateData.ts"],"names":[],"mappings":"AAEA,OAAO,gBAAyC,MAAM,wCAAwC,CAAA;AAC9F,OAAO,aAAa,MAAM,qCAAqC,CAAA;AAE/D,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAW3C,wBAA8B,mBAAmB,CAAC,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,UAAU,CAAC,CA4IrH"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { TypeBoxTypeProvider } from '@fastify/type-provider-typebox';
|
|
2
|
+
declare function getApp(testMode?: boolean, loadSwagger?: boolean): Promise<import('fastify').FastifyInstance<import('http').Server<typeof import('http').IncomingMessage, typeof import('http').ServerResponse>, import('http').IncomingMessage, import('http').ServerResponse<import('http').IncomingMessage>, import('fastify').FastifyBaseLogger, TypeBoxTypeProvider>>;
|
|
3
|
+
export default getApp;
|
|
4
|
+
//# sourceMappingURL=app.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../../src/app.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAA;AAOrB,OAAO,EAAE,mBAAmB,EAA4B,MAAM,gCAAgC,CAAA;AAmC9F,iBAAe,MAAM,CAAC,QAAQ,UAAQ,EAAE,WAAW,CAAC,EAAE,OAAO,2SAuM5D;AA2BD,eAAe,MAAM,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apiPublicKey.d.ts","sourceRoot":"","sources":["../../../../src/config/apiPublicKey.ts"],"names":[],"mappings":";;;AAgBA,wBAEC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare function urlTrim(url?: string): string | undefined;
|
|
2
|
+
declare const AppConfig: {
|
|
3
|
+
PORT: any;
|
|
4
|
+
HOST: string;
|
|
5
|
+
ENV: string;
|
|
6
|
+
JWT_LOGIN_FIELD: any;
|
|
7
|
+
JWT_ISSUERS: any;
|
|
8
|
+
JWT_ISSUER: string | undefined;
|
|
9
|
+
FULL_LOG: boolean;
|
|
10
|
+
JWT_SECRET: string;
|
|
11
|
+
REFRESH_JWT_SECRET: string;
|
|
12
|
+
BODY_SIZE_LIMIT: string;
|
|
13
|
+
ZERO_DATES_SUPPORT: boolean;
|
|
14
|
+
DEBUG_ERRORS: boolean;
|
|
15
|
+
DEFAULT_TZ: string;
|
|
16
|
+
SENTRY_DSN: string | undefined;
|
|
17
|
+
JOB_RETRIES: number;
|
|
18
|
+
JOB_DELAY: number;
|
|
19
|
+
PROXY_FILES: boolean;
|
|
20
|
+
API_BASE_URL: string | undefined;
|
|
21
|
+
CSP_FRAME_ANCESTORS: string[];
|
|
22
|
+
APP_SEMVER_HEADER: string | undefined;
|
|
23
|
+
QUEUE_ADMIN_CREDENTIALS: string;
|
|
24
|
+
QUEUE_ADMIN_DISABLED: boolean;
|
|
25
|
+
API_DOCUMENTATION_PASSWORD: string;
|
|
26
|
+
};
|
|
27
|
+
export default AppConfig;
|
|
28
|
+
//# sourceMappingURL=config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/config/config.ts"],"names":[],"mappings":"AAEA,wBAAgB,OAAO,CAAC,GAAG,CAAC,EAAE,MAAM,sBAEnC;AAsBD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;CA2Bd,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"local.d.ts","sourceRoot":"","sources":["../../../../../src/config/credentials/local.ts"],"names":[],"mappings":";AACA,wBAAiB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"local_tmp.d.ts","sourceRoot":"","sources":["../../../../../src/config/credentials/local_tmp.ts"],"names":[],"mappings":";AACA,wBAAiB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"preproduction.d.ts","sourceRoot":"","sources":["../../../../../src/config/credentials/preproduction.ts"],"names":[],"mappings":";AACA,wBAAiB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"production.d.ts","sourceRoot":"","sources":["../../../../../src/config/credentials/production.ts"],"names":[],"mappings":";AACA,wBAAiB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../../../src/config/credentials/template.ts"],"names":[],"mappings":";AACA,wBAAiB"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
hostName: string;
|
|
3
|
+
ecosystem: {
|
|
4
|
+
demo: {
|
|
5
|
+
userLogin: {
|
|
6
|
+
username: string;
|
|
7
|
+
password: string;
|
|
8
|
+
deviceId: string;
|
|
9
|
+
api: boolean;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
reseaarch: {
|
|
13
|
+
userLogin: {
|
|
14
|
+
username: string;
|
|
15
|
+
password: string;
|
|
16
|
+
deviceId: string;
|
|
17
|
+
api: boolean;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
caaring: {
|
|
21
|
+
userLogin: {
|
|
22
|
+
username: string;
|
|
23
|
+
password: string;
|
|
24
|
+
deviceId: string;
|
|
25
|
+
api: boolean;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
ecoapi: {
|
|
29
|
+
userLogin: {
|
|
30
|
+
username: string;
|
|
31
|
+
password: string;
|
|
32
|
+
deviceId: string;
|
|
33
|
+
api: boolean;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
clinicaal: {};
|
|
37
|
+
clitinerary: {};
|
|
38
|
+
};
|
|
39
|
+
global: {
|
|
40
|
+
dbCredentials: {
|
|
41
|
+
username: string;
|
|
42
|
+
password: string;
|
|
43
|
+
database: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
rabbitOptions: {
|
|
47
|
+
protocol: string;
|
|
48
|
+
hostname: string;
|
|
49
|
+
port: number;
|
|
50
|
+
username: string;
|
|
51
|
+
password: string;
|
|
52
|
+
locale: string;
|
|
53
|
+
frameMax: number;
|
|
54
|
+
heartbeat: number;
|
|
55
|
+
vhost: string;
|
|
56
|
+
};
|
|
57
|
+
AWS: {
|
|
58
|
+
accessKeyId: string;
|
|
59
|
+
secretAccessKey: string;
|
|
60
|
+
apiVersion: string;
|
|
61
|
+
tmpPath: string;
|
|
62
|
+
bucket: {
|
|
63
|
+
name: string;
|
|
64
|
+
region: string;
|
|
65
|
+
};
|
|
66
|
+
cloudFront: {
|
|
67
|
+
keypairId: string;
|
|
68
|
+
privateKeyPath: string;
|
|
69
|
+
assetsUrl: string;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
SMS: {
|
|
73
|
+
apiKey: string;
|
|
74
|
+
defaultSender: string;
|
|
75
|
+
};
|
|
76
|
+
perseedAPI: {
|
|
77
|
+
caaring: {
|
|
78
|
+
username: string;
|
|
79
|
+
password: string;
|
|
80
|
+
deviceId: string;
|
|
81
|
+
};
|
|
82
|
+
clinicaal: {
|
|
83
|
+
username: string;
|
|
84
|
+
password: string;
|
|
85
|
+
deviceId: string;
|
|
86
|
+
};
|
|
87
|
+
onqos: {
|
|
88
|
+
username: string;
|
|
89
|
+
password: string;
|
|
90
|
+
deviceId: string;
|
|
91
|
+
};
|
|
92
|
+
demo: {
|
|
93
|
+
username: string;
|
|
94
|
+
password: string;
|
|
95
|
+
deviceId: string;
|
|
96
|
+
};
|
|
97
|
+
reseaarch: {
|
|
98
|
+
username: string;
|
|
99
|
+
password: string;
|
|
100
|
+
deviceId: string;
|
|
101
|
+
};
|
|
102
|
+
testrcr: {
|
|
103
|
+
username: string;
|
|
104
|
+
password: string;
|
|
105
|
+
deviceId: string;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
export default _default;
|
|
110
|
+
//# sourceMappingURL=test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../../../../../src/config/credentials/test.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2GC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../../../src/config/credentials/testing.ts"],"names":[],"mappings":";AACA,wBAAiB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare function convertCryptKey(strKey: any): Buffer<ArrayBuffer>;
|
|
2
|
+
declare const crypto: {
|
|
3
|
+
aes: {
|
|
4
|
+
key: string | undefined;
|
|
5
|
+
keyBuffer: Buffer<ArrayBuffer>;
|
|
6
|
+
};
|
|
7
|
+
des: {
|
|
8
|
+
key: string;
|
|
9
|
+
};
|
|
10
|
+
convertCryptKey: typeof convertCryptKey;
|
|
11
|
+
};
|
|
12
|
+
export default crypto;
|
|
13
|
+
//# sourceMappingURL=crypto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"crypto.d.ts","sourceRoot":"","sources":["../../../../src/config/crypto.ts"],"names":[],"mappings":"AAAA,iBAAS,eAAe,CAAC,MAAM,KAAA,uBAO9B;AAED,QAAA,MAAM,MAAM;;;;;;;;;CASX,CAAA;AAED,eAAe,MAAM,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"excludeFromQuery.d.ts","sourceRoot":"","sources":["../../../../src/config/excludeFromQuery.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,UAmB/B,CAAA;AAGD,eAAO,MAAM,wBAAwB,UAmBpC,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
file: {
|
|
3
|
+
allowedFormat: string[];
|
|
4
|
+
imageFormat: string[];
|
|
5
|
+
maxSize: number;
|
|
6
|
+
thumbnailWidth: number;
|
|
7
|
+
thumbnailHeight: number;
|
|
8
|
+
expireTime: number;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=fileConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fileConfig.d.ts","sourceRoot":"","sources":["../../../../src/config/fileConfig.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wBA8BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"marketLinks.d.ts","sourceRoot":"","sources":["../../../../src/config/marketLinks.ts"],"names":[],"mappings":";;;;;;AAAA,wBAKC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
local: {
|
|
3
|
+
hostName: string;
|
|
4
|
+
hostNameAPI: string;
|
|
5
|
+
};
|
|
6
|
+
local_tmp: {
|
|
7
|
+
hostName: string;
|
|
8
|
+
hostNameAPI: string;
|
|
9
|
+
};
|
|
10
|
+
test: {
|
|
11
|
+
hostName: string;
|
|
12
|
+
hostNameAPI: string;
|
|
13
|
+
};
|
|
14
|
+
testing: {
|
|
15
|
+
hostName: string;
|
|
16
|
+
hostNameAPI: string;
|
|
17
|
+
};
|
|
18
|
+
production: {
|
|
19
|
+
hostName: string;
|
|
20
|
+
hostNameAPI: string;
|
|
21
|
+
};
|
|
22
|
+
preproduction: {
|
|
23
|
+
hostName: string;
|
|
24
|
+
hostNameAPI: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
28
|
+
//# sourceMappingURL=perseedAPI.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"perseedAPI.d.ts","sourceRoot":"","sources":["../../../../src/config/perseedAPI.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAyBC"}
|