@oneuptime/common 7.0.4235 → 7.0.4245
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/Server/API/BaseAPI.ts +10 -10
- package/Server/API/BaseAnalyticsAPI.ts +11 -11
- package/Server/API/BillingInvoiceAPI.ts +6 -6
- package/Server/API/BillingPaymentMethodAPI.ts +4 -4
- package/Server/API/CommonAPI.ts +3 -3
- package/Server/API/CopilotActionAPI.ts +5 -5
- package/Server/API/CopilotCodeRepositoryAPI.ts +6 -6
- package/Server/API/CopilotPullRequestAPI.ts +6 -6
- package/Server/API/FileAPI.ts +3 -3
- package/Server/API/GlobalConfigAPI.ts +1 -3
- package/Server/API/MonitorAPI.ts +1 -1
- package/Server/API/MonitorGroupAPI.ts +6 -6
- package/Server/API/NotificationAPI.ts +6 -6
- package/Server/API/OnCallDutyPolicyAPI.ts +5 -5
- package/Server/API/ProbeAPI.ts +3 -3
- package/Server/API/ProjectAPI.ts +6 -6
- package/Server/API/ProjectSSO.ts +5 -5
- package/Server/API/ResellerPlanAPI.ts +9 -9
- package/Server/API/ShortLinkAPI.ts +2 -2
- package/Server/API/StatusAPI.ts +2 -2
- package/Server/API/StatusPageAPI.ts +39 -39
- package/Server/API/StatusPageDomainAPI.ts +5 -5
- package/Server/API/StatusPageSubscriberAPI.ts +1 -1
- package/Server/API/TelemetryAPI.ts +3 -3
- package/Server/API/UserCallAPI.ts +3 -3
- package/Server/API/UserEmailAPI.ts +2 -2
- package/Server/API/UserOnCallLogTimelineAPI.ts +10 -10
- package/Server/API/UserSmsAPI.ts +2 -2
- package/Server/API/UserTwoFactorAuthAPI.ts +4 -4
- package/Server/API/WorkspaceNotificationRuleAPI.ts +2 -2
- package/Server/DatabaseConfig.ts +8 -8
- package/Server/EnvironmentConfig.ts +9 -9
- package/Server/Infrastructure/ClickhouseDatabase.ts +2 -2
- package/Server/Infrastructure/GlobalCache.ts +5 -5
- package/Server/Infrastructure/LocalCache.ts +3 -3
- package/Server/Infrastructure/Postgres/DataSourceOptions.ts +2 -2
- package/Server/Infrastructure/PostgresDatabase.ts +1 -1
- package/Server/Infrastructure/Queue.ts +2 -2
- package/Server/Infrastructure/QueueWorker.ts +2 -2
- package/Server/Infrastructure/Redis.ts +1 -1
- package/Server/Infrastructure/SocketIO.ts +2 -2
- package/Server/Infrastructure/Status.ts +1 -1
- package/Server/Middleware/BearerTokenAuthorization.ts +2 -2
- package/Server/Middleware/ClusterKeyAuthorization.ts +2 -2
- package/Server/Middleware/CodeRepositoryAuthorization.ts +3 -3
- package/Server/Middleware/NotificationMiddleware.ts +3 -3
- package/Server/Middleware/ProjectAuthorization.ts +9 -9
- package/Server/Middleware/SlackAuthorization.ts +1 -1
- package/Server/Middleware/UserAuthorization.ts +15 -15
- package/Server/Services/AccessTokenService.ts +3 -3
- package/Server/Services/AcmeCertificateService.ts +1 -1
- package/Server/Services/AcmeChallengeService.ts +1 -1
- package/Server/Services/AlertCustomFieldService.ts +1 -1
- package/Server/Services/AlertFeedService.ts +1 -1
- package/Server/Services/AlertInternalNoteService.ts +1 -1
- package/Server/Services/AlertNoteTemplateService.ts +1 -1
- package/Server/Services/AlertOwnerTeamService.ts +1 -1
- package/Server/Services/AlertOwnerUserService.ts +1 -1
- package/Server/Services/AlertService.ts +6 -6
- package/Server/Services/AlertSeverityService.ts +1 -1
- package/Server/Services/AlertStateService.ts +1 -1
- package/Server/Services/AlertStateTimelineService.ts +2 -2
- package/Server/Services/AnalyticsDatabaseService.ts +3 -3
- package/Server/Services/ApiKeyPermissionService.ts +1 -1
- package/Server/Services/ApiKeyService.ts +1 -1
- package/Server/Services/BillingInvoiceService.ts +2 -2
- package/Server/Services/BillingPaymentMethodService.ts +2 -2
- package/Server/Services/CallLogService.ts +1 -1
- package/Server/Services/CallService.ts +1 -1
- package/Server/Services/CopilotActionService.ts +1 -1
- package/Server/Services/CopilotActionTypePriorityService.ts +1 -1
- package/Server/Services/CopilotCodeRepositoryService.ts +1 -1
- package/Server/Services/CopilotPullRequestService.ts +1 -1
- package/Server/Services/DashboardService.ts +1 -1
- package/Server/Services/DataMigrationService.ts +1 -1
- package/Server/Services/DatabaseService.ts +4 -4
- package/Server/Services/DomainService.ts +1 -1
- package/Server/Services/EmailLogService.ts +1 -1
- package/Server/Services/EmailVerificationTokenService.ts +1 -1
- package/Server/Services/ExceptionInstanceService.ts +1 -1
- package/Server/Services/FileService.ts +1 -1
- package/Server/Services/GlobalConfigService.ts +1 -1
- package/Server/Services/GreenlockCertificateService.ts +1 -1
- package/Server/Services/GreenlockChallengeService.ts +1 -1
- package/Server/Services/IncidentCustomFieldService.ts +1 -1
- package/Server/Services/IncidentFeedService.ts +1 -1
- package/Server/Services/IncidentInternalNoteService.ts +1 -1
- package/Server/Services/IncidentNoteTemplateService.ts +1 -1
- package/Server/Services/IncidentOwnerTeamService.ts +1 -1
- package/Server/Services/IncidentOwnerUserService.ts +1 -1
- package/Server/Services/IncidentPublicNoteService.ts +1 -1
- package/Server/Services/IncidentService.ts +10 -10
- package/Server/Services/IncidentSeverityService.ts +1 -1
- package/Server/Services/IncidentStateService.ts +1 -1
- package/Server/Services/IncidentStateTimelineService.ts +4 -4
- package/Server/Services/IncidentTemplateOwnerTeamService.ts +1 -1
- package/Server/Services/IncidentTemplateOwnerUserService.ts +1 -1
- package/Server/Services/IncidentTemplateService.ts +3 -3
- package/Server/Services/Index.ts +1 -1
- package/Server/Services/LabelService.ts +1 -1
- package/Server/Services/LogService.ts +1 -1
- package/Server/Services/MailService.ts +1 -1
- package/Server/Services/MetricService.ts +1 -1
- package/Server/Services/MetricTypeService.ts +1 -1
- package/Server/Services/MonitorCustomFieldService.ts +1 -1
- package/Server/Services/MonitorFeedService.ts +1 -1
- package/Server/Services/MonitorGroupOwnerTeamService.ts +1 -1
- package/Server/Services/MonitorGroupOwnerUserService.ts +1 -1
- package/Server/Services/MonitorGroupResourceService.ts +1 -1
- package/Server/Services/MonitorGroupService.ts +4 -4
- package/Server/Services/MonitorLogService.ts +1 -1
- package/Server/Services/MonitorOwnerTeamService.ts +1 -1
- package/Server/Services/MonitorOwnerUserService.ts +1 -1
- package/Server/Services/MonitorProbeService.ts +1 -1
- package/Server/Services/MonitorSecretService.ts +1 -1
- package/Server/Services/MonitorService.ts +8 -8
- package/Server/Services/MonitorStatusService.ts +1 -1
- package/Server/Services/MonitorStatusTimelineService.ts +1 -1
- package/Server/Services/MonitorTestService.ts +1 -1
- package/Server/Services/NotificationService.ts +1 -1
- package/Server/Services/OnCallDutyPolicyCustomFieldService.ts +1 -1
- package/Server/Services/OnCallDutyPolicyEscalationRuleScheduleService.ts +1 -1
- package/Server/Services/OnCallDutyPolicyEscalationRuleService.ts +6 -6
- package/Server/Services/OnCallDutyPolicyEscalationRuleTeamService.ts +1 -1
- package/Server/Services/OnCallDutyPolicyEscalationRuleUserService.ts +1 -1
- package/Server/Services/OnCallDutyPolicyExecutionLogService.ts +2 -2
- package/Server/Services/OnCallDutyPolicyExecutionLogTimelineService.ts +1 -1
- package/Server/Services/OnCallDutyPolicyFeedService.ts +1 -1
- package/Server/Services/OnCallDutyPolicyOwnerTeamService.ts +1 -1
- package/Server/Services/OnCallDutyPolicyOwnerUserService.ts +1 -1
- package/Server/Services/OnCallDutyPolicyScheduleLayerService.ts +1 -1
- package/Server/Services/OnCallDutyPolicyScheduleLayerUserService.ts +1 -1
- package/Server/Services/OnCallDutyPolicyScheduleService.ts +4 -4
- package/Server/Services/OnCallDutyPolicyService.ts +2 -2
- package/Server/Services/OnCallDutyPolicyTimeLogService.ts +1 -1
- package/Server/Services/OpenTelemetryIngestService.ts +13 -13
- package/Server/Services/ProbeOwnerTeamService.ts +1 -1
- package/Server/Services/ProbeOwnerUserService.ts +1 -1
- package/Server/Services/ProbeService.ts +4 -4
- package/Server/Services/ProjectCallSMSConfigService.ts +1 -1
- package/Server/Services/ProjectService.ts +11 -11
- package/Server/Services/ProjectSmtpConfigService.ts +1 -1
- package/Server/Services/ProjectSsoService.ts +1 -1
- package/Server/Services/ProjectUserService.ts +1 -1
- package/Server/Services/PromoCodeService.ts +1 -1
- package/Server/Services/ResellerPlanService.ts +1 -1
- package/Server/Services/ResellerService.ts +1 -1
- package/Server/Services/ScheduledMaintenanceCustomFieldService.ts +1 -1
- package/Server/Services/ScheduledMaintenanceFeedService.ts +1 -1
- package/Server/Services/ScheduledMaintenanceInternalNoteService.ts +1 -1
- package/Server/Services/ScheduledMaintenanceNoteTemplateService.ts +1 -1
- package/Server/Services/ScheduledMaintenanceOwnerTeamService.ts +1 -1
- package/Server/Services/ScheduledMaintenanceOwnerUserService.ts +1 -1
- package/Server/Services/ScheduledMaintenancePublicNoteService.ts +1 -1
- package/Server/Services/ScheduledMaintenanceService.ts +24 -24
- package/Server/Services/ScheduledMaintenanceStateService.ts +1 -1
- package/Server/Services/ScheduledMaintenanceStateTimelineService.ts +7 -7
- package/Server/Services/ScheduledMaintenanceTemplateOwnerTeamService.ts +1 -1
- package/Server/Services/ScheduledMaintenanceTemplateOwnerUserService.ts +1 -1
- package/Server/Services/ScheduledMaintenanceTemplateService.ts +3 -3
- package/Server/Services/ServiceCatalogDependencyService.ts +1 -1
- package/Server/Services/ServiceCatalogMonitorService.ts +1 -1
- package/Server/Services/ServiceCatalogOwnerTeamService.ts +1 -1
- package/Server/Services/ServiceCatalogOwnerUserService.ts +1 -1
- package/Server/Services/ServiceCatalogService.ts +1 -1
- package/Server/Services/ServiceCatalogTelemetryServiceService.ts +1 -1
- package/Server/Services/ServiceCopilotCodeRepositoryService.ts +1 -1
- package/Server/Services/ShortLinkService.ts +2 -2
- package/Server/Services/SmsLogService.ts +1 -1
- package/Server/Services/SmsService.ts +1 -1
- package/Server/Services/SpanService.ts +1 -1
- package/Server/Services/StatusPageAnnouncementService.ts +1 -1
- package/Server/Services/StatusPageCertificateService.ts +1 -1
- package/Server/Services/StatusPageCustomFieldService.ts +1 -1
- package/Server/Services/StatusPageDomainService.ts +4 -4
- package/Server/Services/StatusPageFooterLinkService.ts +1 -1
- package/Server/Services/StatusPageGroupService.ts +1 -1
- package/Server/Services/StatusPageHeaderLinkService.ts +1 -1
- package/Server/Services/StatusPageHistoryChartBarColorRuleService.ts +1 -1
- package/Server/Services/StatusPageOwnerTeamService.ts +1 -1
- package/Server/Services/StatusPageOwnerUserService.ts +1 -1
- package/Server/Services/StatusPagePrivateUserService.ts +3 -3
- package/Server/Services/StatusPageResourceService.ts +1 -1
- package/Server/Services/StatusPageService.ts +12 -12
- package/Server/Services/StatusPageSsoService.ts +1 -1
- package/Server/Services/StatusPageSubscriberService.ts +4 -4
- package/Server/Services/TableViewService.ts +1 -1
- package/Server/Services/TeamMemberService.ts +4 -4
- package/Server/Services/TeamPermissionService.ts +3 -3
- package/Server/Services/TeamService.ts +1 -1
- package/Server/Services/TelemetryAttributeService.ts +1 -1
- package/Server/Services/TelemetryExceptionService.ts +1 -1
- package/Server/Services/TelemetryIngestionKeyService.ts +1 -1
- package/Server/Services/TelemetryServiceService.ts +1 -1
- package/Server/Services/TelemetryUsageBillingService.ts +1 -1
- package/Server/Services/UserCallService.ts +2 -2
- package/Server/Services/UserEmailService.ts +1 -1
- package/Server/Services/UserNotificationRuleService.ts +8 -8
- package/Server/Services/UserNotificationSettingService.ts +4 -4
- package/Server/Services/UserOnCallLogService.ts +3 -3
- package/Server/Services/UserOnCallLogTimelineService.ts +2 -2
- package/Server/Services/UserService.ts +5 -5
- package/Server/Services/UserSmsService.ts +2 -2
- package/Server/Services/UserTwoFactorAuthService.ts +2 -2
- package/Server/Services/WorkflowLogService.ts +1 -1
- package/Server/Services/WorkflowService.ts +2 -2
- package/Server/Services/WorkflowVariableService.ts +1 -1
- package/Server/Services/WorkspaceNotificationRuleService.ts +1 -1
- package/Server/Services/WorkspaceProjectAuthTokenService.ts +1 -1
- package/Server/Services/WorkspaceSettingService.ts +1 -1
- package/Server/Services/WorkspaceUserAuthTokenService.ts +1 -1
- package/Server/Types/AnalyticsDatabase/AggregateBy.ts +4 -4
- package/Server/Types/AnalyticsDatabase/CountBy.ts +3 -3
- package/Server/Types/AnalyticsDatabase/CreateBy.ts +2 -2
- package/Server/Types/AnalyticsDatabase/CreateManyBy.ts +2 -2
- package/Server/Types/AnalyticsDatabase/DeleteBy.ts +2 -2
- package/Server/Types/AnalyticsDatabase/FindBy.ts +2 -2
- package/Server/Types/AnalyticsDatabase/FindOneBy.ts +2 -2
- package/Server/Types/AnalyticsDatabase/FindOneByID.ts +3 -3
- package/Server/Types/AnalyticsDatabase/Hooks.ts +1 -1
- package/Server/Types/AnalyticsDatabase/ModelPermission.ts +14 -14
- package/Server/Types/AnalyticsDatabase/Query.ts +2 -2
- package/Server/Types/AnalyticsDatabase/QueryHelper.ts +5 -5
- package/Server/Types/AnalyticsDatabase/Select.ts +2 -2
- package/Server/Types/AnalyticsDatabase/Sort.ts +2 -2
- package/Server/Types/AnalyticsDatabase/UpdateBy.ts +2 -2
- package/Server/Types/AnalyticsDatabase/UpdateByID.ts +2 -2
- package/Server/Types/Billing/MeteredPlan/ActiveMonitoringMeteredPlan.ts +5 -5
- package/Server/Types/Billing/MeteredPlan/AllMeteredPlans.ts +2 -2
- package/Server/Types/Billing/MeteredPlan/ServerMeteredPlan.ts +4 -4
- package/Server/Types/Billing/MeteredPlan/TelemetryMeteredPlan.ts +5 -5
- package/Server/Types/Database/CountBy.ts +3 -3
- package/Server/Types/Database/CreateBy.ts +3 -3
- package/Server/Types/Database/DeleteBy.ts +2 -2
- package/Server/Types/Database/DeleteById.ts +3 -3
- package/Server/Types/Database/DeleteOneBy.ts +3 -3
- package/Server/Types/Database/FindBy.ts +2 -2
- package/Server/Types/Database/FindOneBy.ts +2 -2
- package/Server/Types/Database/FindOneByID.ts +3 -3
- package/Server/Types/Database/HardDeleteBy.ts +2 -2
- package/Server/Types/Database/Hooks.ts +1 -1
- package/Server/Types/Database/Permissions/AccessControlPermission.ts +10 -10
- package/Server/Types/Database/Permissions/BasePermission.ts +5 -5
- package/Server/Types/Database/Permissions/BillingPermission.ts +4 -4
- package/Server/Types/Database/Permissions/ColumnPermission.ts +13 -13
- package/Server/Types/Database/Permissions/CreatePermission.ts +2 -2
- package/Server/Types/Database/Permissions/DeletePermission.ts +2 -2
- package/Server/Types/Database/Permissions/Index.ts +2 -2
- package/Server/Types/Database/Permissions/PermissionsUtil.ts +2 -2
- package/Server/Types/Database/Permissions/PublicPermission.ts +5 -5
- package/Server/Types/Database/Permissions/QueryPermission.ts +11 -11
- package/Server/Types/Database/Permissions/ReadPermission.ts +5 -5
- package/Server/Types/Database/Permissions/SelectPermission.ts +7 -7
- package/Server/Types/Database/Permissions/TablePermission.ts +5 -5
- package/Server/Types/Database/Permissions/TenantPermission.ts +5 -5
- package/Server/Types/Database/Permissions/UpdatePermission.ts +3 -3
- package/Server/Types/Database/Permissions/UserPermission.ts +4 -4
- package/Server/Types/Database/Query.ts +1 -1
- package/Server/Types/Database/QueryHelper.ts +6 -6
- package/Server/Types/Database/QueryUtil.ts +17 -17
- package/Server/Types/Database/RelationSelect.ts +2 -2
- package/Server/Types/Database/SearchBy.ts +3 -3
- package/Server/Types/Database/SearchResult.ts +2 -2
- package/Server/Types/Database/Select.ts +1 -1
- package/Server/Types/Database/SelectUtil.ts +3 -3
- package/Server/Types/Database/Sort.ts +3 -3
- package/Server/Types/Database/UpdateBy.ts +2 -2
- package/Server/Types/Database/UpdateByID.ts +3 -3
- package/Server/Types/Database/UpdateByIDAndFetch.ts +1 -1
- package/Server/Types/Database/UpdateOneBy.ts +3 -3
- package/Server/Types/Domain.ts +2 -2
- package/Server/Types/Workflow/ComponentCode.ts +5 -5
- package/Server/Types/Workflow/Components/API/Delete.ts +12 -10
- package/Server/Types/Workflow/Components/API/Get.ts +12 -10
- package/Server/Types/Workflow/Components/API/Patch.ts +12 -10
- package/Server/Types/Workflow/Components/API/Post.ts +12 -10
- package/Server/Types/Workflow/Components/API/Put.ts +12 -10
- package/Server/Types/Workflow/Components/API/Utils.ts +9 -7
- package/Server/Types/Workflow/Components/BaseModel/CreateManyBaseModel.ts +9 -7
- package/Server/Types/Workflow/Components/BaseModel/CreateOneBaseModel.ts +10 -8
- package/Server/Types/Workflow/Components/BaseModel/DeleteManyBaseModel.ts +11 -9
- package/Server/Types/Workflow/Components/BaseModel/DeleteOneBaseModel.ts +9 -7
- package/Server/Types/Workflow/Components/BaseModel/FindManyBaseModel.ts +11 -9
- package/Server/Types/Workflow/Components/BaseModel/FindOneBaseModel.ts +9 -7
- package/Server/Types/Workflow/Components/BaseModel/OnCreateBaseModel.ts +1 -1
- package/Server/Types/Workflow/Components/BaseModel/OnDeleteBaseModel.ts +1 -1
- package/Server/Types/Workflow/Components/BaseModel/OnTriggerBaseModel.ts +12 -10
- package/Server/Types/Workflow/Components/BaseModel/OnUpdateBaseModel.ts +1 -1
- package/Server/Types/Workflow/Components/BaseModel/UpdateManyBaseModel.ts +12 -10
- package/Server/Types/Workflow/Components/BaseModel/UpdateOneBaseModel.ts +10 -8
- package/Server/Types/Workflow/Components/Conditions/IfElse.ts +8 -6
- package/Server/Types/Workflow/Components/Email.ts +5 -5
- package/Server/Types/Workflow/Components/Index.ts +4 -4
- package/Server/Types/Workflow/Components/JSON/JsonToText.ts +8 -6
- package/Server/Types/Workflow/Components/JSON/MergeJson.ts +8 -6
- package/Server/Types/Workflow/Components/JSON/TextToJson.ts +8 -6
- package/Server/Types/Workflow/Components/JavaScript.ts +6 -6
- package/Server/Types/Workflow/Components/Log.ts +5 -5
- package/Server/Types/Workflow/Components/Manual.ts +4 -4
- package/Server/Types/Workflow/Components/MicrosoftTeams/SendMessageToChannel.ts +12 -10
- package/Server/Types/Workflow/Components/Schedule.ts +8 -8
- package/Server/Types/Workflow/Components/Slack/SendMessageToChannel.ts +11 -9
- package/Server/Types/Workflow/Components/Webhook.ts +6 -6
- package/Server/Types/Workflow/TriggerCode.ts +4 -4
- package/Server/Types/Workflow/Workflow.ts +2 -2
- package/Server/Utils/Airtable.ts +2 -2
- package/Server/Utils/AnalyticsDatabase/Statement.ts +11 -11
- package/Server/Utils/AnalyticsDatabase/StatementGenerator.ts +18 -18
- package/Server/Utils/BasicCron.ts +1 -1
- package/Server/Utils/CodeRepository/CodeRepository.ts +1 -1
- package/Server/Utils/CodeRepository/GitHub/GitHub.ts +8 -8
- package/Server/Utils/CodeRepository/HostedCodeRepository/HostedCodeRepository.ts +4 -4
- package/Server/Utils/Cookie.ts +6 -6
- package/Server/Utils/CronTab.ts +1 -1
- package/Server/Utils/Environment.ts +1 -1
- package/Server/Utils/Execute.ts +1 -1
- package/Server/Utils/Express.ts +8 -8
- package/Server/Utils/Greenlock/Greenlock.ts +9 -9
- package/Server/Utils/JsonToCsv.ts +1 -1
- package/Server/Utils/JsonWebToken.ts +10 -10
- package/Server/Utils/LocalFile.ts +1 -1
- package/Server/Utils/Logger.ts +2 -2
- package/Server/Utils/Monitor/Criteria/APIRequestCriteria.ts +4 -4
- package/Server/Utils/Monitor/Criteria/CompareCriteria.ts +2 -2
- package/Server/Utils/Monitor/Criteria/CustomCodeMonitorCriteria.ts +5 -2
- package/Server/Utils/Monitor/Criteria/EvaluateOverTime.ts +5 -5
- package/Server/Utils/Monitor/Criteria/IncomingRequestCriteria.ts +6 -6
- package/Server/Utils/Monitor/Criteria/LogMonitorCriteria.ts +5 -2
- package/Server/Utils/Monitor/Criteria/MetricMonitorCriteria.ts +1 -1
- package/Server/Utils/Monitor/Criteria/SSLMonitorCriteria.ts +4 -4
- package/Server/Utils/Monitor/Criteria/ServerMonitorCriteria.ts +5 -5
- package/Server/Utils/Monitor/Criteria/SyntheticMonitor.ts +5 -2
- package/Server/Utils/Monitor/Criteria/TraceMonitorCriteria.ts +4 -1
- package/Server/Utils/Monitor/DataToProcess.ts +5 -5
- package/Server/Utils/Monitor/MonitorResource.ts +25 -25
- package/Server/Utils/Realtime.ts +7 -7
- package/Server/Utils/Response.ts +12 -12
- package/Server/Utils/StartServer.ts +9 -9
- package/Server/Utils/Stream.ts +1 -1
- package/Server/Utils/Telemetry/CaptureSpan.ts +1 -1
- package/Server/Utils/Telemetry.ts +2 -2
- package/Server/Utils/TwoFactorAuth.ts +1 -1
- package/Server/Utils/VM/VMAPI.ts +8 -8
- package/Server/Utils/VM/VMRunner.ts +4 -4
- package/Server/Utils/Workspace/MicrosoftTeams/MicrosoftTeams.ts +5 -5
- package/Server/Utils/Workspace/Slack/Slack.ts +5 -5
- package/Server/Utils/Workspace/WorkspaceBase.ts +1 -1
- package/Tests/Server/API/BaseAPI.test.ts +13 -13
- package/Tests/Server/API/ProbeAPI.test.ts +3 -3
- package/Tests/Server/API/ProjectAPI.test.ts +7 -7
- package/Tests/Server/API/UserSmsApi.test.ts +4 -4
- package/Tests/Server/Middleware/BearerTokenAuthorization.test.ts +2 -2
- package/Tests/Server/Middleware/ClusterKeyAuthorization.test.ts +2 -2
- package/Tests/Server/Middleware/NotificationMiddleware.test.ts +6 -5
- package/Tests/Server/Middleware/ProjectAuthorization.test.ts +7 -7
- package/Tests/Server/Middleware/UserAuthorization.test.ts +14 -14
- package/Tests/Server/Services/AnalyticsDatabaseService.test.ts +6 -6
- package/Tests/Server/Services/BillingService.test.ts +4 -4
- package/Tests/Server/Services/ProbeService.test.ts +6 -6
- package/Tests/Server/Services/ScheduledMaintenanceService.test.ts +3 -3
- package/Tests/Server/Services/TeamMemberService.test.ts +6 -6
- package/Tests/Server/TestingUtils/Postgres/TestDataSourceOptions.ts +1 -1
- package/Tests/Server/TestingUtils/Services/BillingServiceHelper.ts +4 -4
- package/Tests/Server/TestingUtils/Services/ProjectServiceHelper.ts +2 -2
- package/Tests/Server/TestingUtils/Services/ScheduledMaintenanceServiceHelper.ts +3 -3
- package/Tests/Server/TestingUtils/Services/ScheduledMaintenanceStateServiceHelper.ts +3 -3
- package/Tests/Server/TestingUtils/Services/TeamMemberServiceHelper.ts +2 -2
- package/Tests/Server/TestingUtils/Services/TeamServiceHelper.ts +2 -2
- package/Tests/Server/TestingUtils/Services/Types.ts +4 -4
- package/Tests/Server/TestingUtils/Services/UserServiceHelper.ts +4 -4
- package/Tests/Server/Utils/AnalyticsDatabase/Statement.test.ts +1 -1
- package/Tests/Server/Utils/AnalyticsDatabase/StatementGenerator.test.ts +8 -8
- package/Tests/Server/Utils/Cookie.test.ts +3 -3
- package/Tests/Server/Utils/JsonToCsv.test.ts +1 -1
- package/Tests/UI/Components/404.test.tsx +3 -3
- package/Tests/UI/Components/BasicForm.test.tsx +2 -2
- package/Tests/UI/Components/Breadcrumbs.test.tsx +2 -2
- package/Tests/UI/Components/Button.test.tsx +1 -1
- package/Tests/UI/Components/Card.test.tsx +1 -1
- package/Tests/UI/Components/ColorViewer.test.tsx +2 -2
- package/Tests/UI/Components/ComponentsModal.test.tsx +3 -3
- package/Tests/UI/Components/DictionaryOfStrings.test.tsx +2 -2
- package/Tests/UI/Components/Dropdown.test.tsx +1 -1
- package/Tests/UI/Components/DuplicateModel.test.tsx +6 -6
- package/Tests/UI/Components/EmptyState/EmptyState.test.tsx +1 -1
- package/Tests/UI/Components/FilePicker.test.tsx +5 -5
- package/Tests/UI/Components/Input.test.tsx +1 -1
- package/Tests/UI/Components/Item.test.tsx +2 -2
- package/Tests/UI/Components/Loader.test.tsx +1 -1
- package/Tests/UI/Components/Modal.test.tsx +2 -2
- package/Tests/UI/Components/Pagination.test.tsx +1 -1
- package/Tests/UI/Components/Pill.test.tsx +1 -1
- package/Tests/UI/Components/Probe.test.tsx +2 -2
- package/Tests/UI/Components/RadioButtons.test.tsx +1 -1
- package/Tests/UI/Components/SideMenuItem.test.tsx +3 -3
- package/Tests/UI/Components/Tabs.test.tsx +1 -1
- package/Tests/UI/Components/TextArea.test.tsx +1 -1
- package/Tests/UI/Components/Toggle.test.tsx +1 -1
- package/Types/Metrics/MetricViewData.ts +2 -2
- package/Types/Time/RangeStartAndEndDateTime.ts +2 -2
- package/UI/Components/404.tsx +3 -3
- package/UI/Components/Accordion/Accordion.tsx +1 -1
- package/UI/Components/ActionButton/ActionButtonSchema.ts +3 -3
- package/UI/Components/ActionCard/ActionCard.tsx +1 -1
- package/UI/Components/Alerts/Alert.tsx +2 -2
- package/UI/Components/Banner/Banner.tsx +2 -2
- package/UI/Components/Breadcrumbs/Breadcrumbs.tsx +4 -4
- package/UI/Components/BulkUpdate/BulkUpdateForm.tsx +4 -4
- package/UI/Components/Button/Button.tsx +1 -1
- package/UI/Components/Calendar/Calendar.tsx +5 -5
- package/UI/Components/Card/Card.tsx +1 -1
- package/UI/Components/Card/CardButtons/MoreButton.ts +1 -1
- package/UI/Components/Card/CardButtons/Refresh.ts +1 -1
- package/UI/Components/CategoryCheckbox/CheckboxList.tsx +2 -2
- package/UI/Components/CategoryCheckbox/Index.tsx +1 -1
- package/UI/Components/Checkbox/CheckboxViewer.tsx +2 -2
- package/UI/Components/CodeEditor/CodeEditor.tsx +1 -1
- package/UI/Components/ColorCircle/ColorCircle.tsx +1 -1
- package/UI/Components/ColorSquareCube/ColorSquareCube.tsx +1 -1
- package/UI/Components/ColorViewer/ColorViewer.tsx +2 -2
- package/UI/Components/ComingSoon/ComingSoon.tsx +1 -1
- package/UI/Components/ComponentLoader/CompactLoader.tsx +1 -1
- package/UI/Components/CopyableButton/CopyableButton.tsx +1 -1
- package/UI/Components/CustomFields/CustomFieldsDetail.tsx +6 -6
- package/UI/Components/Date/RangeStartAndEndDateEdit.tsx +6 -6
- package/UI/Components/Date/RangeStartAndEndDateView.tsx +7 -7
- package/UI/Components/Date/StartAndEndDate.tsx +2 -2
- package/UI/Components/Detail/Detail.tsx +8 -8
- package/UI/Components/Detail/Field.ts +3 -3
- package/UI/Components/Dictionary/Dictionary.tsx +4 -4
- package/UI/Components/Dictionary/DictionaryOfStingsViewer.tsx +1 -1
- package/UI/Components/Dictionary/DictionaryOfStrings.tsx +1 -1
- package/UI/Components/Dropdown/Dropdown.tsx +1 -1
- package/UI/Components/DuplicateModel/DuplicateModel.tsx +5 -5
- package/UI/Components/EmptyState/EmptyState.tsx +1 -1
- package/UI/Components/Error/PageError.tsx +1 -1
- package/UI/Components/EventHistoryList/EventHistoryDayList.tsx +1 -1
- package/UI/Components/EventItem/EventItem.tsx +7 -7
- package/UI/Components/Events/RecurringArrayFieldElement.tsx +3 -3
- package/UI/Components/Events/RecurringArrayViewElement.tsx +1 -1
- package/UI/Components/Events/RecurringFieldElement.tsx +4 -4
- package/UI/Components/Events/RecurringViewElement.tsx +2 -2
- package/UI/Components/FilePicker/FilePicker.tsx +6 -6
- package/UI/Components/Filters/BooleanFilter.tsx +1 -1
- package/UI/Components/Filters/DateFilter.tsx +2 -2
- package/UI/Components/Filters/DropdownFilter.tsx +1 -1
- package/UI/Components/Filters/EntityFilter.tsx +1 -1
- package/UI/Components/Filters/FilterViewer.tsx +6 -6
- package/UI/Components/Filters/FiltersForm.tsx +1 -1
- package/UI/Components/Filters/JSONFilter.tsx +2 -2
- package/UI/Components/Filters/NumberFilter.tsx +1 -1
- package/UI/Components/Filters/TextFilter.tsx +4 -4
- package/UI/Components/Filters/Types/Filter.ts +1 -1
- package/UI/Components/Filters/Types/FilterData.ts +1 -1
- package/UI/Components/Footer/Footer.tsx +3 -3
- package/UI/Components/FormModal/BasicFormModal.tsx +1 -1
- package/UI/Components/Forms/BasicForm.tsx +8 -8
- package/UI/Components/Forms/BasicModelForm.tsx +1 -1
- package/UI/Components/Forms/Fields/ColorPicker.tsx +2 -2
- package/UI/Components/Forms/Fields/FormField.tsx +11 -11
- package/UI/Components/Forms/ModelForm.tsx +20 -20
- package/UI/Components/Forms/Steps/Step.tsx +1 -1
- package/UI/Components/Forms/Steps/Steps.tsx +1 -1
- package/UI/Components/Forms/Types/Field.ts +4 -4
- package/UI/Components/Forms/Types/FormFieldsSchema.ts +2 -2
- package/UI/Components/Forms/Validation.ts +15 -15
- package/UI/Components/FullPageModal/FullPageModal.tsx +1 -1
- package/UI/Components/GanttChart/Bar/Index.tsx +1 -1
- package/UI/Components/GanttChart/Row/Row.tsx +1 -1
- package/UI/Components/Graphs/DayUptimeGraph.tsx +6 -6
- package/UI/Components/Header/HeaderIconDropdownButton.tsx +2 -2
- package/UI/Components/Header/IconDropdown/IconDropdownItem.tsx +3 -3
- package/UI/Components/Header/Notifications/NotificationItem.tsx +2 -2
- package/UI/Components/Header/Notifications/Notifications.tsx +2 -2
- package/UI/Components/Header/ProjectPicker/CreateNewProjectButton.tsx +1 -1
- package/UI/Components/Header/ProjectPicker/ProjectPicker.tsx +2 -2
- package/UI/Components/Header/ProjectPicker/ProjectPickerMenuItem.tsx +3 -3
- package/UI/Components/Header/UserProfile/UserProfile.tsx +4 -4
- package/UI/Components/Header/UserProfile/UserProfileMenuItem.tsx +3 -3
- package/UI/Components/HeaderAlert/HeaderAlert.tsx +3 -3
- package/UI/Components/HeaderAlert/HeaderModelAlert.tsx +3 -3
- package/UI/Components/HiddenText/HiddenText.tsx +1 -1
- package/UI/Components/Icon/CircularIconImage.tsx +2 -2
- package/UI/Components/Icon/Icon.tsx +2 -2
- package/UI/Components/Image/Image.tsx +4 -4
- package/UI/Components/ImageTiles/ImageTiles.tsx +2 -2
- package/UI/Components/Input/Input.tsx +2 -2
- package/UI/Components/Link/Link.tsx +3 -3
- package/UI/Components/Link/ReactDomLink.tsx +1 -1
- package/UI/Components/List/List.tsx +1 -1
- package/UI/Components/List/ListBody.tsx +1 -1
- package/UI/Components/List/ListRow.tsx +2 -2
- package/UI/Components/Loader/Loader.tsx +2 -2
- package/UI/Components/Loader/PageLoader.tsx +1 -1
- package/UI/Components/LogsViewer/LogItem.tsx +6 -6
- package/UI/Components/LogsViewer/LogsViewer.tsx +15 -12
- package/UI/Components/Modal/Modal.tsx +2 -2
- package/UI/Components/ModelDelete/ModelDelete.tsx +4 -4
- package/UI/Components/ModelDetail/CardModelDetail.tsx +3 -3
- package/UI/Components/ModelDetail/Field.ts +1 -1
- package/UI/Components/ModelDetail/ModelDetail.tsx +11 -8
- package/UI/Components/ModelFilter/Filter.ts +2 -2
- package/UI/Components/ModelFormModal/ModelFormModal.tsx +3 -3
- package/UI/Components/ModelList/ModelList.tsx +9 -9
- package/UI/Components/ModelList/StaticModelList.tsx +3 -3
- package/UI/Components/ModelListModal/ModelListModal.tsx +1 -1
- package/UI/Components/ModelProgress/ModelProgress.tsx +2 -2
- package/UI/Components/ModelTable/AnalyticsModelTable.tsx +5 -5
- package/UI/Components/ModelTable/BaseModelTable.tsx +19 -19
- package/UI/Components/ModelTable/Column.ts +4 -4
- package/UI/Components/ModelTable/Columns.ts +2 -2
- package/UI/Components/ModelTable/ModelTable.tsx +5 -5
- package/UI/Components/MonitorGraphs/Uptime.tsx +5 -5
- package/UI/Components/MonitorGraphs/UptimeUtil.ts +1 -1
- package/UI/Components/Navbar/NavBarItem.tsx +2 -2
- package/UI/Components/Navbar/NavBarMenu.tsx +1 -1
- package/UI/Components/Navbar/NavBarMenuItem.tsx +2 -2
- package/UI/Components/Navbar/NavBarMenuSubItem.tsx +1 -1
- package/UI/Components/ObjectID/IDGenerator.tsx +2 -2
- package/UI/Components/OrderedStatesList/Item.tsx +1 -1
- package/UI/Components/OrderedStatesList/OrderedStatesList.tsx +2 -2
- package/UI/Components/Page/ModelPage.tsx +4 -4
- package/UI/Components/Page/Page.tsx +1 -1
- package/UI/Components/Pagination/Pagination.tsx +1 -1
- package/UI/Components/Pill/Pill.tsx +2 -2
- package/UI/Components/Probe/Probe.tsx +5 -5
- package/UI/Components/Radio/Radio.tsx +1 -1
- package/UI/Components/RadioButtons/BasicRadioButtons.tsx +1 -1
- package/UI/Components/ResetObjectID/ResetObjectID.tsx +5 -5
- package/UI/Components/ShortcutKey/Shortcut.tsx +1 -1
- package/UI/Components/SideMenu/CountModelSideMenuItem.tsx +4 -4
- package/UI/Components/SideMenu/SideMenuItem.tsx +2 -2
- package/UI/Components/SideOver/SideOver.tsx +1 -1
- package/UI/Components/StatusBubble/StatusBubble.tsx +2 -2
- package/UI/Components/Table/Table.tsx +2 -2
- package/UI/Components/Table/TableBody.tsx +1 -1
- package/UI/Components/Table/TableCard.tsx +1 -1
- package/UI/Components/Table/TableHeader.tsx +3 -3
- package/UI/Components/Table/TableRow.tsx +4 -4
- package/UI/Components/Table/Types/Column.ts +1 -1
- package/UI/Components/Table/Types/Columns.ts +1 -1
- package/UI/Components/TableColumnList/TableColumnListComponent.tsx +1 -1
- package/UI/Components/TextArea/TextArea.tsx +1 -1
- package/UI/Components/Toast/Toast.tsx +1 -1
- package/UI/Components/Workflow/ArgumentsForm.tsx +4 -4
- package/UI/Components/Workflow/Component.tsx +3 -3
- package/UI/Components/Workflow/ComponentArgumentsViewer.tsx +2 -2
- package/UI/Components/Workflow/ComponentPortViewer.tsx +1 -1
- package/UI/Components/Workflow/ComponentReturnValueViewer.tsx +2 -2
- package/UI/Components/Workflow/ComponentSettingsModal.tsx +5 -5
- package/UI/Components/Workflow/ComponentValuePickerModal.tsx +2 -2
- package/UI/Components/Workflow/ComponentsModal.tsx +1 -1
- package/UI/Components/Workflow/DocumentationViewer.tsx +5 -5
- package/UI/Components/Workflow/RunForm.tsx +2 -2
- package/UI/Components/Workflow/RunModal.tsx +2 -2
- package/UI/Components/Workflow/Utils.ts +6 -6
- package/UI/Components/Workflow/VariableModal.tsx +3 -3
- package/UI/Components/Workflow/Workflow.tsx +5 -5
- package/UI/Components/Workflow/WorkflowStatus.tsx +2 -2
- package/UI/Config.ts +8 -8
- package/UI/Types/EntityFieldType.ts +6 -6
- package/UI/Utils/API/API.ts +12 -12
- package/UI/Utils/API/ApiDocsAPI.ts +2 -2
- package/UI/Utils/API/DashboardAPI.ts +1 -1
- package/UI/Utils/API/DashboardFrontendAPI.ts +1 -1
- package/UI/Utils/API/HelmAPI.ts +1 -1
- package/UI/Utils/API/IdentityAPI.ts +1 -1
- package/UI/Utils/Analytics.ts +1 -1
- package/UI/Utils/AnalyticsModelAPI/AnalyticsModelAPI.ts +14 -14
- package/UI/Utils/BaseDatabase/GroupBy.ts +3 -3
- package/UI/Utils/BaseDatabase/ListResult.ts +3 -3
- package/UI/Utils/BaseDatabase/RequestOptions.ts +2 -2
- package/UI/Utils/BaseDatabase/Select.ts +3 -3
- package/UI/Utils/BaseDatabase/Sort.ts +4 -4
- package/UI/Utils/Cookie.ts +8 -8
- package/UI/Utils/Dropdown.ts +1 -1
- package/UI/Utils/File.ts +3 -3
- package/UI/Utils/GlobalEvents.ts +1 -1
- package/UI/Utils/JWT.ts +1 -1
- package/UI/Utils/JsonWebToken.ts +2 -2
- package/UI/Utils/LocalStorage.ts +6 -6
- package/UI/Utils/Login.ts +6 -6
- package/UI/Utils/ModelAPI/ModelAPI.ts +13 -13
- package/UI/Utils/Navigation.ts +6 -6
- package/UI/Utils/Permission.ts +2 -2
- package/UI/Utils/PricingPlan.ts +2 -2
- package/UI/Utils/Project.ts +5 -5
- package/UI/Utils/Realtime.ts +8 -8
- package/UI/Utils/SessionStorage.ts +6 -6
- package/UI/Utils/StatusPage.ts +5 -5
- package/UI/Utils/Telemetry/Telemetry.ts +1 -1
- package/UI/Utils/Timezone.ts +2 -2
- package/UI/Utils/User.ts +10 -10
- package/build/dist/Server/API/BaseAPI.js +6 -6
- package/build/dist/Server/API/BaseAPI.js.map +1 -1
- package/build/dist/Server/API/BaseAnalyticsAPI.js +6 -6
- package/build/dist/Server/API/BaseAnalyticsAPI.js.map +1 -1
- package/build/dist/Server/API/BillingInvoiceAPI.js +4 -4
- package/build/dist/Server/API/BillingInvoiceAPI.js.map +1 -1
- package/build/dist/Server/API/BillingPaymentMethodAPI.js +3 -3
- package/build/dist/Server/API/BillingPaymentMethodAPI.js.map +1 -1
- package/build/dist/Server/API/CommonAPI.js +1 -1
- package/build/dist/Server/API/CommonAPI.js.map +1 -1
- package/build/dist/Server/API/CopilotActionAPI.js +4 -4
- package/build/dist/Server/API/CopilotActionAPI.js.map +1 -1
- package/build/dist/Server/API/CopilotCodeRepositoryAPI.js +6 -6
- package/build/dist/Server/API/CopilotCodeRepositoryAPI.js.map +1 -1
- package/build/dist/Server/API/CopilotPullRequestAPI.js +5 -5
- package/build/dist/Server/API/CopilotPullRequestAPI.js.map +1 -1
- package/build/dist/Server/API/FileAPI.js +3 -3
- package/build/dist/Server/API/FileAPI.js.map +1 -1
- package/build/dist/Server/API/GlobalConfigAPI.js +1 -2
- package/build/dist/Server/API/GlobalConfigAPI.js.map +1 -1
- package/build/dist/Server/API/MonitorAPI.js +1 -1
- package/build/dist/Server/API/MonitorAPI.js.map +1 -1
- package/build/dist/Server/API/MonitorGroupAPI.js +6 -6
- package/build/dist/Server/API/MonitorGroupAPI.js.map +1 -1
- package/build/dist/Server/API/NotificationAPI.js +4 -4
- package/build/dist/Server/API/NotificationAPI.js.map +1 -1
- package/build/dist/Server/API/OnCallDutyPolicyAPI.js +3 -3
- package/build/dist/Server/API/OnCallDutyPolicyAPI.js.map +1 -1
- package/build/dist/Server/API/ProbeAPI.js +3 -3
- package/build/dist/Server/API/ProbeAPI.js.map +1 -1
- package/build/dist/Server/API/ProjectAPI.js +4 -4
- package/build/dist/Server/API/ProjectAPI.js.map +1 -1
- package/build/dist/Server/API/ProjectSSO.js +5 -5
- package/build/dist/Server/API/ProjectSSO.js.map +1 -1
- package/build/dist/Server/API/ResellerPlanAPI.js +6 -6
- package/build/dist/Server/API/ResellerPlanAPI.js.map +1 -1
- package/build/dist/Server/API/ShortLinkAPI.js +2 -2
- package/build/dist/Server/API/ShortLinkAPI.js.map +1 -1
- package/build/dist/Server/API/StatusAPI.js +2 -2
- package/build/dist/Server/API/StatusAPI.js.map +1 -1
- package/build/dist/Server/API/StatusPageAPI.js +33 -33
- package/build/dist/Server/API/StatusPageAPI.js.map +1 -1
- package/build/dist/Server/API/StatusPageDomainAPI.js +3 -3
- package/build/dist/Server/API/StatusPageDomainAPI.js.map +1 -1
- package/build/dist/Server/API/StatusPageSubscriberAPI.js +1 -1
- package/build/dist/Server/API/StatusPageSubscriberAPI.js.map +1 -1
- package/build/dist/Server/API/TelemetryAPI.js +2 -2
- package/build/dist/Server/API/TelemetryAPI.js.map +1 -1
- package/build/dist/Server/API/UserCallAPI.js +2 -2
- package/build/dist/Server/API/UserCallAPI.js.map +1 -1
- package/build/dist/Server/API/UserEmailAPI.js +2 -2
- package/build/dist/Server/API/UserEmailAPI.js.map +1 -1
- package/build/dist/Server/API/UserOnCallLogTimelineAPI.js +7 -7
- package/build/dist/Server/API/UserOnCallLogTimelineAPI.js.map +1 -1
- package/build/dist/Server/API/UserSmsAPI.js +2 -2
- package/build/dist/Server/API/UserSmsAPI.js.map +1 -1
- package/build/dist/Server/API/UserTwoFactorAuthAPI.js +3 -3
- package/build/dist/Server/API/UserTwoFactorAuthAPI.js.map +1 -1
- package/build/dist/Server/API/WorkspaceNotificationRuleAPI.js +1 -1
- package/build/dist/Server/API/WorkspaceNotificationRuleAPI.js.map +1 -1
- package/build/dist/Server/DatabaseConfig.js +6 -6
- package/build/dist/Server/DatabaseConfig.js.map +1 -1
- package/build/dist/Server/EnvironmentConfig.js +8 -8
- package/build/dist/Server/EnvironmentConfig.js.map +1 -1
- package/build/dist/Server/Infrastructure/ClickhouseDatabase.js +2 -2
- package/build/dist/Server/Infrastructure/ClickhouseDatabase.js.map +1 -1
- package/build/dist/Server/Infrastructure/GlobalCache.js +4 -4
- package/build/dist/Server/Infrastructure/GlobalCache.js.map +1 -1
- package/build/dist/Server/Infrastructure/LocalCache.js +1 -1
- package/build/dist/Server/Infrastructure/LocalCache.js.map +1 -1
- package/build/dist/Server/Infrastructure/Postgres/DataSourceOptions.js +2 -2
- package/build/dist/Server/Infrastructure/Postgres/DataSourceOptions.js.map +1 -1
- package/build/dist/Server/Infrastructure/PostgresDatabase.js +1 -1
- package/build/dist/Server/Infrastructure/PostgresDatabase.js.map +1 -1
- package/build/dist/Server/Infrastructure/QueueWorker.js +1 -1
- package/build/dist/Server/Infrastructure/QueueWorker.js.map +1 -1
- package/build/dist/Server/Infrastructure/Redis.js +1 -1
- package/build/dist/Server/Infrastructure/Redis.js.map +1 -1
- package/build/dist/Server/Infrastructure/SocketIO.js +2 -2
- package/build/dist/Server/Infrastructure/SocketIO.js.map +1 -1
- package/build/dist/Server/Infrastructure/Status.js +1 -1
- package/build/dist/Server/Infrastructure/Status.js.map +1 -1
- package/build/dist/Server/Middleware/BearerTokenAuthorization.js +1 -1
- package/build/dist/Server/Middleware/BearerTokenAuthorization.js.map +1 -1
- package/build/dist/Server/Middleware/ClusterKeyAuthorization.js +1 -1
- package/build/dist/Server/Middleware/ClusterKeyAuthorization.js.map +1 -1
- package/build/dist/Server/Middleware/CodeRepositoryAuthorization.js +2 -2
- package/build/dist/Server/Middleware/CodeRepositoryAuthorization.js.map +1 -1
- package/build/dist/Server/Middleware/NotificationMiddleware.js +2 -2
- package/build/dist/Server/Middleware/NotificationMiddleware.js.map +1 -1
- package/build/dist/Server/Middleware/ProjectAuthorization.js +4 -4
- package/build/dist/Server/Middleware/ProjectAuthorization.js.map +1 -1
- package/build/dist/Server/Middleware/SlackAuthorization.js +1 -1
- package/build/dist/Server/Middleware/SlackAuthorization.js.map +1 -1
- package/build/dist/Server/Middleware/UserAuthorization.js +9 -9
- package/build/dist/Server/Middleware/UserAuthorization.js.map +1 -1
- package/build/dist/Server/Services/AcmeCertificateService.js +1 -1
- package/build/dist/Server/Services/AcmeCertificateService.js.map +1 -1
- package/build/dist/Server/Services/AcmeChallengeService.js +1 -1
- package/build/dist/Server/Services/AcmeChallengeService.js.map +1 -1
- package/build/dist/Server/Services/AlertCustomFieldService.js +1 -1
- package/build/dist/Server/Services/AlertCustomFieldService.js.map +1 -1
- package/build/dist/Server/Services/AlertFeedService.js +1 -1
- package/build/dist/Server/Services/AlertFeedService.js.map +1 -1
- package/build/dist/Server/Services/AlertInternalNoteService.js +1 -1
- package/build/dist/Server/Services/AlertInternalNoteService.js.map +1 -1
- package/build/dist/Server/Services/AlertNoteTemplateService.js +1 -1
- package/build/dist/Server/Services/AlertNoteTemplateService.js.map +1 -1
- package/build/dist/Server/Services/AlertOwnerTeamService.js +1 -1
- package/build/dist/Server/Services/AlertOwnerTeamService.js.map +1 -1
- package/build/dist/Server/Services/AlertOwnerUserService.js +1 -1
- package/build/dist/Server/Services/AlertOwnerUserService.js.map +1 -1
- package/build/dist/Server/Services/AlertService.js +4 -4
- package/build/dist/Server/Services/AlertService.js.map +1 -1
- package/build/dist/Server/Services/AlertSeverityService.js +1 -1
- package/build/dist/Server/Services/AlertSeverityService.js.map +1 -1
- package/build/dist/Server/Services/AlertStateService.js +1 -1
- package/build/dist/Server/Services/AlertStateService.js.map +1 -1
- package/build/dist/Server/Services/AlertStateTimelineService.js +1 -1
- package/build/dist/Server/Services/AlertStateTimelineService.js.map +1 -1
- package/build/dist/Server/Services/AnalyticsDatabaseService.js +3 -3
- package/build/dist/Server/Services/AnalyticsDatabaseService.js.map +1 -1
- package/build/dist/Server/Services/ApiKeyPermissionService.js +1 -1
- package/build/dist/Server/Services/ApiKeyPermissionService.js.map +1 -1
- package/build/dist/Server/Services/ApiKeyService.js +1 -1
- package/build/dist/Server/Services/ApiKeyService.js.map +1 -1
- package/build/dist/Server/Services/BillingInvoiceService.js +1 -1
- package/build/dist/Server/Services/BillingInvoiceService.js.map +1 -1
- package/build/dist/Server/Services/BillingPaymentMethodService.js +1 -1
- package/build/dist/Server/Services/BillingPaymentMethodService.js.map +1 -1
- package/build/dist/Server/Services/CallLogService.js +1 -1
- package/build/dist/Server/Services/CallLogService.js.map +1 -1
- package/build/dist/Server/Services/CallService.js +1 -1
- package/build/dist/Server/Services/CallService.js.map +1 -1
- package/build/dist/Server/Services/CopilotActionService.js +1 -1
- package/build/dist/Server/Services/CopilotActionService.js.map +1 -1
- package/build/dist/Server/Services/CopilotActionTypePriorityService.js +1 -1
- package/build/dist/Server/Services/CopilotActionTypePriorityService.js.map +1 -1
- package/build/dist/Server/Services/CopilotCodeRepositoryService.js +1 -1
- package/build/dist/Server/Services/CopilotCodeRepositoryService.js.map +1 -1
- package/build/dist/Server/Services/CopilotPullRequestService.js +1 -1
- package/build/dist/Server/Services/CopilotPullRequestService.js.map +1 -1
- package/build/dist/Server/Services/DashboardService.js +1 -1
- package/build/dist/Server/Services/DashboardService.js.map +1 -1
- package/build/dist/Server/Services/DataMigrationService.js +1 -1
- package/build/dist/Server/Services/DataMigrationService.js.map +1 -1
- package/build/dist/Server/Services/DatabaseService.js +4 -4
- package/build/dist/Server/Services/DatabaseService.js.map +1 -1
- package/build/dist/Server/Services/DomainService.js +1 -1
- package/build/dist/Server/Services/DomainService.js.map +1 -1
- package/build/dist/Server/Services/EmailLogService.js +1 -1
- package/build/dist/Server/Services/EmailLogService.js.map +1 -1
- package/build/dist/Server/Services/EmailVerificationTokenService.js +1 -1
- package/build/dist/Server/Services/EmailVerificationTokenService.js.map +1 -1
- package/build/dist/Server/Services/ExceptionInstanceService.js +1 -1
- package/build/dist/Server/Services/ExceptionInstanceService.js.map +1 -1
- package/build/dist/Server/Services/FileService.js +1 -1
- package/build/dist/Server/Services/FileService.js.map +1 -1
- package/build/dist/Server/Services/GlobalConfigService.js +1 -1
- package/build/dist/Server/Services/GlobalConfigService.js.map +1 -1
- package/build/dist/Server/Services/GreenlockCertificateService.js +1 -1
- package/build/dist/Server/Services/GreenlockCertificateService.js.map +1 -1
- package/build/dist/Server/Services/GreenlockChallengeService.js +1 -1
- package/build/dist/Server/Services/GreenlockChallengeService.js.map +1 -1
- package/build/dist/Server/Services/IncidentCustomFieldService.js +1 -1
- package/build/dist/Server/Services/IncidentCustomFieldService.js.map +1 -1
- package/build/dist/Server/Services/IncidentFeedService.js +1 -1
- package/build/dist/Server/Services/IncidentFeedService.js.map +1 -1
- package/build/dist/Server/Services/IncidentInternalNoteService.js +1 -1
- package/build/dist/Server/Services/IncidentInternalNoteService.js.map +1 -1
- package/build/dist/Server/Services/IncidentNoteTemplateService.js +1 -1
- package/build/dist/Server/Services/IncidentNoteTemplateService.js.map +1 -1
- package/build/dist/Server/Services/IncidentOwnerTeamService.js +1 -1
- package/build/dist/Server/Services/IncidentOwnerTeamService.js.map +1 -1
- package/build/dist/Server/Services/IncidentOwnerUserService.js +1 -1
- package/build/dist/Server/Services/IncidentOwnerUserService.js.map +1 -1
- package/build/dist/Server/Services/IncidentPublicNoteService.js +1 -1
- package/build/dist/Server/Services/IncidentPublicNoteService.js.map +1 -1
- package/build/dist/Server/Services/IncidentService.js +6 -6
- package/build/dist/Server/Services/IncidentService.js.map +1 -1
- package/build/dist/Server/Services/IncidentSeverityService.js +1 -1
- package/build/dist/Server/Services/IncidentSeverityService.js.map +1 -1
- package/build/dist/Server/Services/IncidentStateService.js +1 -1
- package/build/dist/Server/Services/IncidentStateService.js.map +1 -1
- package/build/dist/Server/Services/IncidentStateTimelineService.js +2 -2
- package/build/dist/Server/Services/IncidentStateTimelineService.js.map +1 -1
- package/build/dist/Server/Services/IncidentTemplateOwnerTeamService.js +1 -1
- package/build/dist/Server/Services/IncidentTemplateOwnerTeamService.js.map +1 -1
- package/build/dist/Server/Services/IncidentTemplateOwnerUserService.js +1 -1
- package/build/dist/Server/Services/IncidentTemplateOwnerUserService.js.map +1 -1
- package/build/dist/Server/Services/IncidentTemplateService.js +3 -3
- package/build/dist/Server/Services/IncidentTemplateService.js.map +1 -1
- package/build/dist/Server/Services/LabelService.js +1 -1
- package/build/dist/Server/Services/LabelService.js.map +1 -1
- package/build/dist/Server/Services/LogService.js +1 -1
- package/build/dist/Server/Services/LogService.js.map +1 -1
- package/build/dist/Server/Services/MailService.js +1 -1
- package/build/dist/Server/Services/MailService.js.map +1 -1
- package/build/dist/Server/Services/MetricService.js +1 -1
- package/build/dist/Server/Services/MetricService.js.map +1 -1
- package/build/dist/Server/Services/MetricTypeService.js +1 -1
- package/build/dist/Server/Services/MetricTypeService.js.map +1 -1
- package/build/dist/Server/Services/MonitorCustomFieldService.js +1 -1
- package/build/dist/Server/Services/MonitorCustomFieldService.js.map +1 -1
- package/build/dist/Server/Services/MonitorFeedService.js +1 -1
- package/build/dist/Server/Services/MonitorFeedService.js.map +1 -1
- package/build/dist/Server/Services/MonitorGroupOwnerTeamService.js +1 -1
- package/build/dist/Server/Services/MonitorGroupOwnerTeamService.js.map +1 -1
- package/build/dist/Server/Services/MonitorGroupOwnerUserService.js +1 -1
- package/build/dist/Server/Services/MonitorGroupOwnerUserService.js.map +1 -1
- package/build/dist/Server/Services/MonitorGroupResourceService.js +1 -1
- package/build/dist/Server/Services/MonitorGroupResourceService.js.map +1 -1
- package/build/dist/Server/Services/MonitorGroupService.js +1 -1
- package/build/dist/Server/Services/MonitorGroupService.js.map +1 -1
- package/build/dist/Server/Services/MonitorLogService.js +1 -1
- package/build/dist/Server/Services/MonitorLogService.js.map +1 -1
- package/build/dist/Server/Services/MonitorOwnerTeamService.js +1 -1
- package/build/dist/Server/Services/MonitorOwnerTeamService.js.map +1 -1
- package/build/dist/Server/Services/MonitorOwnerUserService.js +1 -1
- package/build/dist/Server/Services/MonitorOwnerUserService.js.map +1 -1
- package/build/dist/Server/Services/MonitorProbeService.js +1 -1
- package/build/dist/Server/Services/MonitorProbeService.js.map +1 -1
- package/build/dist/Server/Services/MonitorSecretService.js +1 -1
- package/build/dist/Server/Services/MonitorSecretService.js.map +1 -1
- package/build/dist/Server/Services/MonitorService.js +6 -6
- package/build/dist/Server/Services/MonitorService.js.map +1 -1
- package/build/dist/Server/Services/MonitorStatusService.js +1 -1
- package/build/dist/Server/Services/MonitorStatusService.js.map +1 -1
- package/build/dist/Server/Services/MonitorStatusTimelineService.js +1 -1
- package/build/dist/Server/Services/MonitorStatusTimelineService.js.map +1 -1
- package/build/dist/Server/Services/MonitorTestService.js +1 -1
- package/build/dist/Server/Services/MonitorTestService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyCustomFieldService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyCustomFieldService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleScheduleService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleScheduleService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleService.js +5 -5
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleTeamService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleTeamService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleUserService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleUserService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyExecutionLogService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyExecutionLogService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyExecutionLogTimelineService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyExecutionLogTimelineService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyFeedService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyFeedService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyOwnerTeamService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyOwnerTeamService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyOwnerUserService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyOwnerUserService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleLayerService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleLayerService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleLayerUserService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleLayerUserService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyService.js +2 -2
- package/build/dist/Server/Services/OnCallDutyPolicyService.js.map +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyTimeLogService.js +1 -1
- package/build/dist/Server/Services/OnCallDutyPolicyTimeLogService.js.map +1 -1
- package/build/dist/Server/Services/OpenTelemetryIngestService.js +9 -9
- package/build/dist/Server/Services/OpenTelemetryIngestService.js.map +1 -1
- package/build/dist/Server/Services/ProbeOwnerTeamService.js +1 -1
- package/build/dist/Server/Services/ProbeOwnerTeamService.js.map +1 -1
- package/build/dist/Server/Services/ProbeOwnerUserService.js +1 -1
- package/build/dist/Server/Services/ProbeOwnerUserService.js.map +1 -1
- package/build/dist/Server/Services/ProbeService.js +1 -1
- package/build/dist/Server/Services/ProbeService.js.map +1 -1
- package/build/dist/Server/Services/ProjectCallSMSConfigService.js +1 -1
- package/build/dist/Server/Services/ProjectCallSMSConfigService.js.map +1 -1
- package/build/dist/Server/Services/ProjectService.js +8 -8
- package/build/dist/Server/Services/ProjectService.js.map +1 -1
- package/build/dist/Server/Services/ProjectSmtpConfigService.js +1 -1
- package/build/dist/Server/Services/ProjectSmtpConfigService.js.map +1 -1
- package/build/dist/Server/Services/ProjectSsoService.js +1 -1
- package/build/dist/Server/Services/ProjectSsoService.js.map +1 -1
- package/build/dist/Server/Services/ProjectUserService.js +1 -1
- package/build/dist/Server/Services/ProjectUserService.js.map +1 -1
- package/build/dist/Server/Services/PromoCodeService.js +1 -1
- package/build/dist/Server/Services/PromoCodeService.js.map +1 -1
- package/build/dist/Server/Services/ResellerPlanService.js +1 -1
- package/build/dist/Server/Services/ResellerPlanService.js.map +1 -1
- package/build/dist/Server/Services/ResellerService.js +1 -1
- package/build/dist/Server/Services/ResellerService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceCustomFieldService.js +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceCustomFieldService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceFeedService.js +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceFeedService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceInternalNoteService.js +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceInternalNoteService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceNoteTemplateService.js +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceNoteTemplateService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceOwnerTeamService.js +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceOwnerTeamService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceOwnerUserService.js +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceOwnerUserService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenancePublicNoteService.js +1 -1
- package/build/dist/Server/Services/ScheduledMaintenancePublicNoteService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceService.js +16 -16
- package/build/dist/Server/Services/ScheduledMaintenanceService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceStateService.js +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceStateService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceStateTimelineService.js +4 -4
- package/build/dist/Server/Services/ScheduledMaintenanceStateTimelineService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceTemplateOwnerTeamService.js +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceTemplateOwnerTeamService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceTemplateOwnerUserService.js +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceTemplateOwnerUserService.js.map +1 -1
- package/build/dist/Server/Services/ScheduledMaintenanceTemplateService.js +3 -3
- package/build/dist/Server/Services/ScheduledMaintenanceTemplateService.js.map +1 -1
- package/build/dist/Server/Services/ServiceCatalogDependencyService.js +1 -1
- package/build/dist/Server/Services/ServiceCatalogDependencyService.js.map +1 -1
- package/build/dist/Server/Services/ServiceCatalogMonitorService.js +1 -1
- package/build/dist/Server/Services/ServiceCatalogMonitorService.js.map +1 -1
- package/build/dist/Server/Services/ServiceCatalogOwnerTeamService.js +1 -1
- package/build/dist/Server/Services/ServiceCatalogOwnerTeamService.js.map +1 -1
- package/build/dist/Server/Services/ServiceCatalogOwnerUserService.js +1 -1
- package/build/dist/Server/Services/ServiceCatalogOwnerUserService.js.map +1 -1
- package/build/dist/Server/Services/ServiceCatalogService.js +1 -1
- package/build/dist/Server/Services/ServiceCatalogService.js.map +1 -1
- package/build/dist/Server/Services/ServiceCatalogTelemetryServiceService.js +1 -1
- package/build/dist/Server/Services/ServiceCatalogTelemetryServiceService.js.map +1 -1
- package/build/dist/Server/Services/ServiceCopilotCodeRepositoryService.js +1 -1
- package/build/dist/Server/Services/ServiceCopilotCodeRepositoryService.js.map +1 -1
- package/build/dist/Server/Services/ShortLinkService.js +2 -2
- package/build/dist/Server/Services/ShortLinkService.js.map +1 -1
- package/build/dist/Server/Services/SmsLogService.js +1 -1
- package/build/dist/Server/Services/SmsLogService.js.map +1 -1
- package/build/dist/Server/Services/SmsService.js +1 -1
- package/build/dist/Server/Services/SmsService.js.map +1 -1
- package/build/dist/Server/Services/SpanService.js +1 -1
- package/build/dist/Server/Services/SpanService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageAnnouncementService.js +1 -1
- package/build/dist/Server/Services/StatusPageAnnouncementService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageCertificateService.js +1 -1
- package/build/dist/Server/Services/StatusPageCertificateService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageCustomFieldService.js +1 -1
- package/build/dist/Server/Services/StatusPageCustomFieldService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageDomainService.js +2 -2
- package/build/dist/Server/Services/StatusPageDomainService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageFooterLinkService.js +1 -1
- package/build/dist/Server/Services/StatusPageFooterLinkService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageGroupService.js +1 -1
- package/build/dist/Server/Services/StatusPageGroupService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageHeaderLinkService.js +1 -1
- package/build/dist/Server/Services/StatusPageHeaderLinkService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageHistoryChartBarColorRuleService.js +1 -1
- package/build/dist/Server/Services/StatusPageHistoryChartBarColorRuleService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageOwnerTeamService.js +1 -1
- package/build/dist/Server/Services/StatusPageOwnerTeamService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageOwnerUserService.js +1 -1
- package/build/dist/Server/Services/StatusPageOwnerUserService.js.map +1 -1
- package/build/dist/Server/Services/StatusPagePrivateUserService.js +2 -2
- package/build/dist/Server/Services/StatusPagePrivateUserService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageResourceService.js +1 -1
- package/build/dist/Server/Services/StatusPageResourceService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageService.js +5 -5
- package/build/dist/Server/Services/StatusPageService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageSsoService.js +1 -1
- package/build/dist/Server/Services/StatusPageSsoService.js.map +1 -1
- package/build/dist/Server/Services/StatusPageSubscriberService.js +2 -2
- package/build/dist/Server/Services/StatusPageSubscriberService.js.map +1 -1
- package/build/dist/Server/Services/TableViewService.js +1 -1
- package/build/dist/Server/Services/TableViewService.js.map +1 -1
- package/build/dist/Server/Services/TeamMemberService.js +2 -2
- package/build/dist/Server/Services/TeamMemberService.js.map +1 -1
- package/build/dist/Server/Services/TeamPermissionService.js +1 -1
- package/build/dist/Server/Services/TeamPermissionService.js.map +1 -1
- package/build/dist/Server/Services/TeamService.js +1 -1
- package/build/dist/Server/Services/TeamService.js.map +1 -1
- package/build/dist/Server/Services/TelemetryAttributeService.js +1 -1
- package/build/dist/Server/Services/TelemetryAttributeService.js.map +1 -1
- package/build/dist/Server/Services/TelemetryExceptionService.js +1 -1
- package/build/dist/Server/Services/TelemetryExceptionService.js.map +1 -1
- package/build/dist/Server/Services/TelemetryIngestionKeyService.js +1 -1
- package/build/dist/Server/Services/TelemetryIngestionKeyService.js.map +1 -1
- package/build/dist/Server/Services/TelemetryServiceService.js +1 -1
- package/build/dist/Server/Services/TelemetryServiceService.js.map +1 -1
- package/build/dist/Server/Services/TelemetryUsageBillingService.js +1 -1
- package/build/dist/Server/Services/TelemetryUsageBillingService.js.map +1 -1
- package/build/dist/Server/Services/UserCallService.js +1 -1
- package/build/dist/Server/Services/UserCallService.js.map +1 -1
- package/build/dist/Server/Services/UserEmailService.js +1 -1
- package/build/dist/Server/Services/UserEmailService.js.map +1 -1
- package/build/dist/Server/Services/UserNotificationRuleService.js +6 -6
- package/build/dist/Server/Services/UserNotificationRuleService.js.map +1 -1
- package/build/dist/Server/Services/UserNotificationSettingService.js +1 -1
- package/build/dist/Server/Services/UserNotificationSettingService.js.map +1 -1
- package/build/dist/Server/Services/UserOnCallLogService.js +1 -1
- package/build/dist/Server/Services/UserOnCallLogService.js.map +1 -1
- package/build/dist/Server/Services/UserOnCallLogTimelineService.js +1 -1
- package/build/dist/Server/Services/UserOnCallLogTimelineService.js.map +1 -1
- package/build/dist/Server/Services/UserService.js +3 -3
- package/build/dist/Server/Services/UserService.js.map +1 -1
- package/build/dist/Server/Services/UserSmsService.js +1 -1
- package/build/dist/Server/Services/UserSmsService.js.map +1 -1
- package/build/dist/Server/Services/UserTwoFactorAuthService.js +1 -1
- package/build/dist/Server/Services/UserTwoFactorAuthService.js.map +1 -1
- package/build/dist/Server/Services/WorkflowLogService.js +1 -1
- package/build/dist/Server/Services/WorkflowLogService.js.map +1 -1
- package/build/dist/Server/Services/WorkflowService.js +2 -2
- package/build/dist/Server/Services/WorkflowService.js.map +1 -1
- package/build/dist/Server/Services/WorkflowVariableService.js +1 -1
- package/build/dist/Server/Services/WorkflowVariableService.js.map +1 -1
- package/build/dist/Server/Services/WorkspaceNotificationRuleService.js +1 -1
- package/build/dist/Server/Services/WorkspaceNotificationRuleService.js.map +1 -1
- package/build/dist/Server/Services/WorkspaceProjectAuthTokenService.js +1 -1
- package/build/dist/Server/Services/WorkspaceProjectAuthTokenService.js.map +1 -1
- package/build/dist/Server/Services/WorkspaceSettingService.js +1 -1
- package/build/dist/Server/Services/WorkspaceSettingService.js.map +1 -1
- package/build/dist/Server/Services/WorkspaceUserAuthTokenService.js +1 -1
- package/build/dist/Server/Services/WorkspaceUserAuthTokenService.js.map +1 -1
- package/build/dist/Server/Types/AnalyticsDatabase/AggregateBy.js +1 -1
- package/build/dist/Server/Types/AnalyticsDatabase/AggregateBy.js.map +1 -1
- package/build/dist/Server/Types/AnalyticsDatabase/ModelPermission.js +9 -9
- package/build/dist/Server/Types/AnalyticsDatabase/ModelPermission.js.map +1 -1
- package/build/dist/Server/Types/AnalyticsDatabase/QueryHelper.js +4 -4
- package/build/dist/Server/Types/AnalyticsDatabase/QueryHelper.js.map +1 -1
- package/build/dist/Server/Types/Billing/MeteredPlan/ActiveMonitoringMeteredPlan.js +3 -3
- package/build/dist/Server/Types/Billing/MeteredPlan/ActiveMonitoringMeteredPlan.js.map +1 -1
- package/build/dist/Server/Types/Billing/MeteredPlan/AllMeteredPlans.js +2 -2
- package/build/dist/Server/Types/Billing/MeteredPlan/AllMeteredPlans.js.map +1 -1
- package/build/dist/Server/Types/Billing/MeteredPlan/ServerMeteredPlan.js +2 -2
- package/build/dist/Server/Types/Billing/MeteredPlan/ServerMeteredPlan.js.map +1 -1
- package/build/dist/Server/Types/Billing/MeteredPlan/TelemetryMeteredPlan.js +3 -3
- package/build/dist/Server/Types/Billing/MeteredPlan/TelemetryMeteredPlan.js.map +1 -1
- package/build/dist/Server/Types/Database/Permissions/AccessControlPermission.js +5 -5
- package/build/dist/Server/Types/Database/Permissions/AccessControlPermission.js.map +1 -1
- package/build/dist/Server/Types/Database/Permissions/BasePermission.js +1 -1
- package/build/dist/Server/Types/Database/Permissions/BasePermission.js.map +1 -1
- package/build/dist/Server/Types/Database/Permissions/BillingPermission.js +2 -2
- package/build/dist/Server/Types/Database/Permissions/BillingPermission.js.map +1 -1
- package/build/dist/Server/Types/Database/Permissions/ColumnPermission.js +7 -7
- package/build/dist/Server/Types/Database/Permissions/ColumnPermission.js.map +1 -1
- package/build/dist/Server/Types/Database/Permissions/PublicPermission.js +3 -3
- package/build/dist/Server/Types/Database/Permissions/PublicPermission.js.map +1 -1
- package/build/dist/Server/Types/Database/Permissions/QueryPermission.js +6 -6
- package/build/dist/Server/Types/Database/Permissions/QueryPermission.js.map +1 -1
- package/build/dist/Server/Types/Database/Permissions/ReadPermission.js +1 -1
- package/build/dist/Server/Types/Database/Permissions/ReadPermission.js.map +1 -1
- package/build/dist/Server/Types/Database/Permissions/SelectPermission.js +4 -4
- package/build/dist/Server/Types/Database/Permissions/SelectPermission.js.map +1 -1
- package/build/dist/Server/Types/Database/Permissions/TablePermission.js +3 -3
- package/build/dist/Server/Types/Database/Permissions/TablePermission.js.map +1 -1
- package/build/dist/Server/Types/Database/Permissions/TenantPermission.js +2 -2
- package/build/dist/Server/Types/Database/Permissions/TenantPermission.js.map +1 -1
- package/build/dist/Server/Types/Database/Permissions/UserPermission.js +2 -2
- package/build/dist/Server/Types/Database/Permissions/UserPermission.js.map +1 -1
- package/build/dist/Server/Types/Database/QueryHelper.js +3 -3
- package/build/dist/Server/Types/Database/QueryHelper.js.map +1 -1
- package/build/dist/Server/Types/Database/QueryUtil.js +14 -14
- package/build/dist/Server/Types/Database/QueryUtil.js.map +1 -1
- package/build/dist/Server/Types/Database/SelectUtil.js +1 -1
- package/build/dist/Server/Types/Database/SelectUtil.js.map +1 -1
- package/build/dist/Server/Types/Domain.js +1 -1
- package/build/dist/Server/Types/Domain.js.map +1 -1
- package/build/dist/Server/Types/Workflow/ComponentCode.js +1 -1
- package/build/dist/Server/Types/Workflow/ComponentCode.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/API/Delete.js +5 -5
- package/build/dist/Server/Types/Workflow/Components/API/Delete.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/API/Get.js +5 -5
- package/build/dist/Server/Types/Workflow/Components/API/Get.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/API/Patch.js +5 -5
- package/build/dist/Server/Types/Workflow/Components/API/Patch.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/API/Post.js +5 -5
- package/build/dist/Server/Types/Workflow/Components/API/Post.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/API/Put.js +5 -5
- package/build/dist/Server/Types/Workflow/Components/API/Put.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/API/Utils.js +4 -4
- package/build/dist/Server/Types/Workflow/Components/API/Utils.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/BaseModel/CreateManyBaseModel.js +5 -5
- package/build/dist/Server/Types/Workflow/Components/BaseModel/CreateManyBaseModel.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/BaseModel/CreateOneBaseModel.js +6 -6
- package/build/dist/Server/Types/Workflow/Components/BaseModel/CreateOneBaseModel.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/BaseModel/DeleteManyBaseModel.js +6 -6
- package/build/dist/Server/Types/Workflow/Components/BaseModel/DeleteManyBaseModel.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/BaseModel/DeleteOneBaseModel.js +4 -4
- package/build/dist/Server/Types/Workflow/Components/BaseModel/DeleteOneBaseModel.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/BaseModel/FindManyBaseModel.js +7 -7
- package/build/dist/Server/Types/Workflow/Components/BaseModel/FindManyBaseModel.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/BaseModel/FindOneBaseModel.js +5 -5
- package/build/dist/Server/Types/Workflow/Components/BaseModel/FindOneBaseModel.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/BaseModel/OnTriggerBaseModel.js +7 -7
- package/build/dist/Server/Types/Workflow/Components/BaseModel/OnTriggerBaseModel.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/BaseModel/UpdateManyBaseModel.js +6 -6
- package/build/dist/Server/Types/Workflow/Components/BaseModel/UpdateManyBaseModel.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/BaseModel/UpdateOneBaseModel.js +4 -4
- package/build/dist/Server/Types/Workflow/Components/BaseModel/UpdateOneBaseModel.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/Conditions/IfElse.js +3 -3
- package/build/dist/Server/Types/Workflow/Components/Conditions/IfElse.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/Email.js +3 -3
- package/build/dist/Server/Types/Workflow/Components/Email.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/Index.js +2 -2
- package/build/dist/Server/Types/Workflow/Components/Index.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/JSON/JsonToText.js +4 -4
- package/build/dist/Server/Types/Workflow/Components/JSON/JsonToText.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/JSON/MergeJson.js +4 -4
- package/build/dist/Server/Types/Workflow/Components/JSON/MergeJson.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/JSON/TextToJson.js +4 -4
- package/build/dist/Server/Types/Workflow/Components/JSON/TextToJson.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/JavaScript.js +3 -3
- package/build/dist/Server/Types/Workflow/Components/JavaScript.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/Log.js +3 -3
- package/build/dist/Server/Types/Workflow/Components/Log.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/Manual.js +3 -3
- package/build/dist/Server/Types/Workflow/Components/Manual.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/MicrosoftTeams/SendMessageToChannel.js +7 -7
- package/build/dist/Server/Types/Workflow/Components/MicrosoftTeams/SendMessageToChannel.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/Schedule.js +5 -5
- package/build/dist/Server/Types/Workflow/Components/Schedule.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/Slack/SendMessageToChannel.js +6 -6
- package/build/dist/Server/Types/Workflow/Components/Slack/SendMessageToChannel.js.map +1 -1
- package/build/dist/Server/Types/Workflow/Components/Webhook.js +4 -4
- package/build/dist/Server/Types/Workflow/Components/Webhook.js.map +1 -1
- package/build/dist/Server/Types/Workflow/TriggerCode.js +1 -1
- package/build/dist/Server/Types/Workflow/TriggerCode.js.map +1 -1
- package/build/dist/Server/Utils/Airtable.js +1 -1
- package/build/dist/Server/Utils/Airtable.js.map +1 -1
- package/build/dist/Server/Utils/AnalyticsDatabase/Statement.js +9 -9
- package/build/dist/Server/Utils/AnalyticsDatabase/Statement.js.map +1 -1
- package/build/dist/Server/Utils/AnalyticsDatabase/StatementGenerator.js +14 -14
- package/build/dist/Server/Utils/AnalyticsDatabase/StatementGenerator.js.map +1 -1
- package/build/dist/Server/Utils/CodeRepository/GitHub/GitHub.js +5 -5
- package/build/dist/Server/Utils/CodeRepository/GitHub/GitHub.js.map +1 -1
- package/build/dist/Server/Utils/CodeRepository/HostedCodeRepository/HostedCodeRepository.js +2 -2
- package/build/dist/Server/Utils/CodeRepository/HostedCodeRepository/HostedCodeRepository.js.map +1 -1
- package/build/dist/Server/Utils/Cookie.js +4 -4
- package/build/dist/Server/Utils/Cookie.js.map +1 -1
- package/build/dist/Server/Utils/CronTab.js +1 -1
- package/build/dist/Server/Utils/CronTab.js.map +1 -1
- package/build/dist/Server/Utils/Environment.js +1 -1
- package/build/dist/Server/Utils/Environment.js.map +1 -1
- package/build/dist/Server/Utils/Express.js +1 -1
- package/build/dist/Server/Utils/Express.js.map +1 -1
- package/build/dist/Server/Utils/Greenlock/Greenlock.js +9 -9
- package/build/dist/Server/Utils/Greenlock/Greenlock.js.map +1 -1
- package/build/dist/Server/Utils/JsonWebToken.js +7 -7
- package/build/dist/Server/Utils/JsonWebToken.js.map +1 -1
- package/build/dist/Server/Utils/Logger.js +1 -1
- package/build/dist/Server/Utils/Logger.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/APIRequestCriteria.js +2 -2
- package/build/dist/Server/Utils/Monitor/Criteria/APIRequestCriteria.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/CompareCriteria.js +2 -2
- package/build/dist/Server/Utils/Monitor/Criteria/CompareCriteria.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/CustomCodeMonitorCriteria.js +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/CustomCodeMonitorCriteria.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/EvaluateOverTime.js +3 -3
- package/build/dist/Server/Utils/Monitor/Criteria/EvaluateOverTime.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/IncomingRequestCriteria.js +3 -3
- package/build/dist/Server/Utils/Monitor/Criteria/IncomingRequestCriteria.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/LogMonitorCriteria.js +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/LogMonitorCriteria.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/MetricMonitorCriteria.js +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/MetricMonitorCriteria.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/SSLMonitorCriteria.js +2 -2
- package/build/dist/Server/Utils/Monitor/Criteria/SSLMonitorCriteria.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/ServerMonitorCriteria.js +2 -2
- package/build/dist/Server/Utils/Monitor/Criteria/ServerMonitorCriteria.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/SyntheticMonitor.js +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/SyntheticMonitor.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/TraceMonitorCriteria.js +1 -1
- package/build/dist/Server/Utils/Monitor/Criteria/TraceMonitorCriteria.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/MonitorResource.js +9 -9
- package/build/dist/Server/Utils/Monitor/MonitorResource.js.map +1 -1
- package/build/dist/Server/Utils/Realtime.js +3 -3
- package/build/dist/Server/Utils/Realtime.js.map +1 -1
- package/build/dist/Server/Utils/Response.js +7 -7
- package/build/dist/Server/Utils/Response.js.map +1 -1
- package/build/dist/Server/Utils/StartServer.js +6 -6
- package/build/dist/Server/Utils/StartServer.js.map +1 -1
- package/build/dist/Server/Utils/Telemetry/CaptureSpan.js +1 -1
- package/build/dist/Server/Utils/Telemetry/CaptureSpan.js.map +1 -1
- package/build/dist/Server/Utils/Telemetry.js +1 -1
- package/build/dist/Server/Utils/Telemetry.js.map +1 -1
- package/build/dist/Server/Utils/VM/VMAPI.js +5 -5
- package/build/dist/Server/Utils/VM/VMAPI.js.map +1 -1
- package/build/dist/Server/Utils/Workspace/MicrosoftTeams/MicrosoftTeams.js +3 -3
- package/build/dist/Server/Utils/Workspace/MicrosoftTeams/MicrosoftTeams.js.map +1 -1
- package/build/dist/Server/Utils/Workspace/Slack/Slack.js +3 -3
- package/build/dist/Server/Utils/Workspace/Slack/Slack.js.map +1 -1
- package/build/dist/Tests/Server/API/BaseAPI.test.js +9 -9
- package/build/dist/Tests/Server/API/BaseAPI.test.js.map +1 -1
- package/build/dist/Tests/Server/API/ProbeAPI.test.js +3 -3
- package/build/dist/Tests/Server/API/ProbeAPI.test.js.map +1 -1
- package/build/dist/Tests/Server/API/ProjectAPI.test.js +5 -5
- package/build/dist/Tests/Server/API/ProjectAPI.test.js.map +1 -1
- package/build/dist/Tests/Server/API/UserSmsApi.test.js +2 -2
- package/build/dist/Tests/Server/API/UserSmsApi.test.js.map +1 -1
- package/build/dist/Tests/Server/Middleware/BearerTokenAuthorization.test.js +1 -1
- package/build/dist/Tests/Server/Middleware/BearerTokenAuthorization.test.js.map +1 -1
- package/build/dist/Tests/Server/Middleware/ClusterKeyAuthorization.test.js +1 -1
- package/build/dist/Tests/Server/Middleware/ClusterKeyAuthorization.test.js.map +1 -1
- package/build/dist/Tests/Server/Middleware/NotificationMiddleware.test.js +4 -3
- package/build/dist/Tests/Server/Middleware/NotificationMiddleware.test.js.map +1 -1
- package/build/dist/Tests/Server/Middleware/ProjectAuthorization.test.js +5 -5
- package/build/dist/Tests/Server/Middleware/ProjectAuthorization.test.js.map +1 -1
- package/build/dist/Tests/Server/Middleware/UserAuthorization.test.js +10 -10
- package/build/dist/Tests/Server/Middleware/UserAuthorization.test.js.map +1 -1
- package/build/dist/Tests/Server/Services/AnalyticsDatabaseService.test.js +5 -5
- package/build/dist/Tests/Server/Services/AnalyticsDatabaseService.test.js.map +1 -1
- package/build/dist/Tests/Server/Services/BillingService.test.js +3 -3
- package/build/dist/Tests/Server/Services/BillingService.test.js.map +1 -1
- package/build/dist/Tests/Server/Services/ProbeService.test.js +5 -5
- package/build/dist/Tests/Server/Services/ProbeService.test.js.map +1 -1
- package/build/dist/Tests/Server/Services/TeamMemberService.test.js +2 -2
- package/build/dist/Tests/Server/Services/TeamMemberService.test.js.map +1 -1
- package/build/dist/Tests/Server/TestingUtils/Postgres/TestDataSourceOptions.js +1 -1
- package/build/dist/Tests/Server/TestingUtils/Postgres/TestDataSourceOptions.js.map +1 -1
- package/build/dist/Tests/Server/TestingUtils/Services/BillingServiceHelper.js +4 -4
- package/build/dist/Tests/Server/TestingUtils/Services/BillingServiceHelper.js.map +1 -1
- package/build/dist/Tests/Server/TestingUtils/Services/ProjectServiceHelper.js +2 -2
- package/build/dist/Tests/Server/TestingUtils/Services/ProjectServiceHelper.js.map +1 -1
- package/build/dist/Tests/Server/TestingUtils/Services/ScheduledMaintenanceServiceHelper.js +2 -2
- package/build/dist/Tests/Server/TestingUtils/Services/ScheduledMaintenanceServiceHelper.js.map +1 -1
- package/build/dist/Tests/Server/TestingUtils/Services/ScheduledMaintenanceStateServiceHelper.js +2 -2
- package/build/dist/Tests/Server/TestingUtils/Services/ScheduledMaintenanceStateServiceHelper.js.map +1 -1
- package/build/dist/Tests/Server/TestingUtils/Services/TeamMemberServiceHelper.js +1 -1
- package/build/dist/Tests/Server/TestingUtils/Services/TeamMemberServiceHelper.js.map +1 -1
- package/build/dist/Tests/Server/TestingUtils/Services/TeamServiceHelper.js +1 -1
- package/build/dist/Tests/Server/TestingUtils/Services/TeamServiceHelper.js.map +1 -1
- package/build/dist/Tests/Server/TestingUtils/Services/UserServiceHelper.js +4 -4
- package/build/dist/Tests/Server/TestingUtils/Services/UserServiceHelper.js.map +1 -1
- package/build/dist/Tests/Server/Utils/AnalyticsDatabase/Statement.test.js +1 -1
- package/build/dist/Tests/Server/Utils/AnalyticsDatabase/Statement.test.js.map +1 -1
- package/build/dist/Tests/Server/Utils/AnalyticsDatabase/StatementGenerator.test.js +7 -7
- package/build/dist/Tests/Server/Utils/AnalyticsDatabase/StatementGenerator.test.js.map +1 -1
- package/build/dist/Tests/Server/Utils/Cookie.test.js +1 -1
- package/build/dist/Tests/Server/Utils/Cookie.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/404.test.js +3 -3
- package/build/dist/Tests/UI/Components/404.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/BasicForm.test.js +2 -2
- package/build/dist/Tests/UI/Components/BasicForm.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Breadcrumbs.test.js +1 -1
- package/build/dist/Tests/UI/Components/Breadcrumbs.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Button.test.js +1 -1
- package/build/dist/Tests/UI/Components/Button.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Card.test.js +1 -1
- package/build/dist/Tests/UI/Components/Card.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/ColorViewer.test.js +2 -2
- package/build/dist/Tests/UI/Components/ColorViewer.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/ComponentsModal.test.js +3 -3
- package/build/dist/Tests/UI/Components/ComponentsModal.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/DictionaryOfStrings.test.js +1 -1
- package/build/dist/Tests/UI/Components/DictionaryOfStrings.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Dropdown.test.js +1 -1
- package/build/dist/Tests/UI/Components/Dropdown.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/DuplicateModel.test.js +6 -6
- package/build/dist/Tests/UI/Components/DuplicateModel.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/EmptyState/EmptyState.test.js +1 -1
- package/build/dist/Tests/UI/Components/EmptyState/EmptyState.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/FilePicker.test.js +5 -5
- package/build/dist/Tests/UI/Components/FilePicker.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Input.test.js +1 -1
- package/build/dist/Tests/UI/Components/Input.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Item.test.js +2 -2
- package/build/dist/Tests/UI/Components/Item.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Loader.test.js +1 -1
- package/build/dist/Tests/UI/Components/Loader.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Modal.test.js +2 -2
- package/build/dist/Tests/UI/Components/Modal.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Pagination.test.js +1 -1
- package/build/dist/Tests/UI/Components/Pagination.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Pill.test.js +1 -1
- package/build/dist/Tests/UI/Components/Pill.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Probe.test.js +2 -2
- package/build/dist/Tests/UI/Components/Probe.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/RadioButtons.test.js +1 -1
- package/build/dist/Tests/UI/Components/RadioButtons.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/SideMenuItem.test.js +3 -3
- package/build/dist/Tests/UI/Components/SideMenuItem.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Tabs.test.js +1 -1
- package/build/dist/Tests/UI/Components/Tabs.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/TextArea.test.js +1 -1
- package/build/dist/Tests/UI/Components/TextArea.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/Toggle.test.js +1 -1
- package/build/dist/Tests/UI/Components/Toggle.test.js.map +1 -1
- package/build/dist/Types/Time/RangeStartAndEndDateTime.js +2 -2
- package/build/dist/Types/Time/RangeStartAndEndDateTime.js.map +1 -1
- package/build/dist/UI/Components/404.js +1 -1
- package/build/dist/UI/Components/404.js.map +1 -1
- package/build/dist/UI/Components/Accordion/Accordion.js +1 -1
- package/build/dist/UI/Components/Accordion/Accordion.js.map +1 -1
- package/build/dist/UI/Components/Alerts/Alert.js +1 -1
- package/build/dist/UI/Components/Alerts/Alert.js.map +1 -1
- package/build/dist/UI/Components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/build/dist/UI/Components/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/build/dist/UI/Components/BulkUpdate/BulkUpdateForm.js +3 -3
- package/build/dist/UI/Components/BulkUpdate/BulkUpdateForm.js.map +1 -1
- package/build/dist/UI/Components/Button/Button.js +1 -1
- package/build/dist/UI/Components/Button/Button.js.map +1 -1
- package/build/dist/UI/Components/Calendar/Calendar.js +3 -3
- package/build/dist/UI/Components/Calendar/Calendar.js.map +1 -1
- package/build/dist/UI/Components/Card/CardButtons/MoreButton.js +1 -1
- package/build/dist/UI/Components/Card/CardButtons/MoreButton.js.map +1 -1
- package/build/dist/UI/Components/Card/CardButtons/Refresh.js +1 -1
- package/build/dist/UI/Components/Card/CardButtons/Refresh.js.map +1 -1
- package/build/dist/UI/Components/CategoryCheckbox/Index.js +1 -1
- package/build/dist/UI/Components/CategoryCheckbox/Index.js.map +1 -1
- package/build/dist/UI/Components/Checkbox/CheckboxViewer.js +2 -2
- package/build/dist/UI/Components/Checkbox/CheckboxViewer.js.map +1 -1
- package/build/dist/UI/Components/CodeEditor/CodeEditor.js +1 -1
- package/build/dist/UI/Components/CodeEditor/CodeEditor.js.map +1 -1
- package/build/dist/UI/Components/ColorViewer/ColorViewer.js +1 -1
- package/build/dist/UI/Components/ColorViewer/ColorViewer.js.map +1 -1
- package/build/dist/UI/Components/ComingSoon/ComingSoon.js +1 -1
- package/build/dist/UI/Components/ComingSoon/ComingSoon.js.map +1 -1
- package/build/dist/UI/Components/ComponentLoader/CompactLoader.js +1 -1
- package/build/dist/UI/Components/ComponentLoader/CompactLoader.js.map +1 -1
- package/build/dist/UI/Components/CopyableButton/CopyableButton.js +1 -1
- package/build/dist/UI/Components/CopyableButton/CopyableButton.js.map +1 -1
- package/build/dist/UI/Components/CustomFields/CustomFieldsDetail.js +2 -2
- package/build/dist/UI/Components/CustomFields/CustomFieldsDetail.js.map +1 -1
- package/build/dist/UI/Components/Date/RangeStartAndEndDateEdit.js +4 -4
- package/build/dist/UI/Components/Date/RangeStartAndEndDateEdit.js.map +1 -1
- package/build/dist/UI/Components/Date/RangeStartAndEndDateView.js +5 -5
- package/build/dist/UI/Components/Date/RangeStartAndEndDateView.js.map +1 -1
- package/build/dist/UI/Components/Date/StartAndEndDate.js +2 -2
- package/build/dist/UI/Components/Date/StartAndEndDate.js.map +1 -1
- package/build/dist/UI/Components/Detail/Detail.js +5 -5
- package/build/dist/UI/Components/Detail/Detail.js.map +1 -1
- package/build/dist/UI/Components/Dictionary/Dictionary.js +3 -3
- package/build/dist/UI/Components/Dictionary/Dictionary.js.map +1 -1
- package/build/dist/UI/Components/Dropdown/Dropdown.js +1 -1
- package/build/dist/UI/Components/Dropdown/Dropdown.js.map +1 -1
- package/build/dist/UI/Components/DuplicateModel/DuplicateModel.js +3 -3
- package/build/dist/UI/Components/DuplicateModel/DuplicateModel.js.map +1 -1
- package/build/dist/UI/Components/Error/PageError.js +1 -1
- package/build/dist/UI/Components/Error/PageError.js.map +1 -1
- package/build/dist/UI/Components/EventHistoryList/EventHistoryDayList.js +1 -1
- package/build/dist/UI/Components/EventHistoryList/EventHistoryDayList.js.map +1 -1
- package/build/dist/UI/Components/EventItem/EventItem.js +2 -2
- package/build/dist/UI/Components/EventItem/EventItem.js.map +1 -1
- package/build/dist/UI/Components/Events/RecurringArrayFieldElement.js +3 -3
- package/build/dist/UI/Components/Events/RecurringArrayFieldElement.js.map +1 -1
- package/build/dist/UI/Components/Events/RecurringArrayViewElement.js +1 -1
- package/build/dist/UI/Components/Events/RecurringArrayViewElement.js.map +1 -1
- package/build/dist/UI/Components/Events/RecurringFieldElement.js +4 -4
- package/build/dist/UI/Components/Events/RecurringFieldElement.js.map +1 -1
- package/build/dist/UI/Components/Events/RecurringViewElement.js +2 -2
- package/build/dist/UI/Components/Events/RecurringViewElement.js.map +1 -1
- package/build/dist/UI/Components/FilePicker/FilePicker.js +4 -4
- package/build/dist/UI/Components/FilePicker/FilePicker.js.map +1 -1
- package/build/dist/UI/Components/Filters/FilterViewer.js +3 -3
- package/build/dist/UI/Components/Filters/FilterViewer.js.map +1 -1
- package/build/dist/UI/Components/Filters/TextFilter.js +3 -3
- package/build/dist/UI/Components/Filters/TextFilter.js.map +1 -1
- package/build/dist/UI/Components/Footer/Footer.js +1 -1
- package/build/dist/UI/Components/Footer/Footer.js.map +1 -1
- package/build/dist/UI/Components/Forms/BasicForm.js +4 -4
- package/build/dist/UI/Components/Forms/BasicForm.js.map +1 -1
- package/build/dist/UI/Components/Forms/Fields/ColorPicker.js +2 -2
- package/build/dist/UI/Components/Forms/Fields/ColorPicker.js.map +1 -1
- package/build/dist/UI/Components/Forms/Fields/FormField.js +6 -6
- package/build/dist/UI/Components/Forms/Fields/FormField.js.map +1 -1
- package/build/dist/UI/Components/Forms/ModelForm.js +9 -9
- package/build/dist/UI/Components/Forms/ModelForm.js.map +1 -1
- package/build/dist/UI/Components/Forms/Validation.js +12 -12
- package/build/dist/UI/Components/Forms/Validation.js.map +1 -1
- package/build/dist/UI/Components/FullPageModal/FullPageModal.js +1 -1
- package/build/dist/UI/Components/FullPageModal/FullPageModal.js.map +1 -1
- package/build/dist/UI/Components/GanttChart/Row/Row.js +1 -1
- package/build/dist/UI/Components/GanttChart/Row/Row.js.map +1 -1
- package/build/dist/UI/Components/Graphs/DayUptimeGraph.js +2 -2
- package/build/dist/UI/Components/Graphs/DayUptimeGraph.js.map +1 -1
- package/build/dist/UI/Components/Header/HeaderIconDropdownButton.js +1 -1
- package/build/dist/UI/Components/Header/HeaderIconDropdownButton.js.map +1 -1
- package/build/dist/UI/Components/Header/Notifications/NotificationItem.js +2 -2
- package/build/dist/UI/Components/Header/Notifications/NotificationItem.js.map +1 -1
- package/build/dist/UI/Components/Header/Notifications/Notifications.js +2 -2
- package/build/dist/UI/Components/Header/Notifications/Notifications.js.map +1 -1
- package/build/dist/UI/Components/Header/ProjectPicker/CreateNewProjectButton.js +1 -1
- package/build/dist/UI/Components/Header/ProjectPicker/CreateNewProjectButton.js.map +1 -1
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPicker.js +1 -1
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPicker.js.map +1 -1
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPickerMenuItem.js +1 -1
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPickerMenuItem.js.map +1 -1
- package/build/dist/UI/Components/Header/UserProfile/UserProfile.js +1 -1
- package/build/dist/UI/Components/Header/UserProfile/UserProfile.js.map +1 -1
- package/build/dist/UI/Components/HeaderAlert/HeaderAlert.js +2 -2
- package/build/dist/UI/Components/HeaderAlert/HeaderAlert.js.map +1 -1
- package/build/dist/UI/Components/HiddenText/HiddenText.js +1 -1
- package/build/dist/UI/Components/HiddenText/HiddenText.js.map +1 -1
- package/build/dist/UI/Components/Icon/CircularIconImage.js +1 -1
- package/build/dist/UI/Components/Icon/CircularIconImage.js.map +1 -1
- package/build/dist/UI/Components/Icon/Icon.js +1 -1
- package/build/dist/UI/Components/Icon/Icon.js.map +1 -1
- package/build/dist/UI/Components/Image/Image.js +1 -1
- package/build/dist/UI/Components/Image/Image.js.map +1 -1
- package/build/dist/UI/Components/Input/Input.js +2 -2
- package/build/dist/UI/Components/Input/Input.js.map +1 -1
- package/build/dist/UI/Components/List/ListRow.js +1 -1
- package/build/dist/UI/Components/List/ListRow.js.map +1 -1
- package/build/dist/UI/Components/Loader/Loader.js +1 -1
- package/build/dist/UI/Components/Loader/Loader.js.map +1 -1
- package/build/dist/UI/Components/Loader/PageLoader.js +1 -1
- package/build/dist/UI/Components/Loader/PageLoader.js.map +1 -1
- package/build/dist/UI/Components/LogsViewer/LogItem.js +3 -3
- package/build/dist/UI/Components/LogsViewer/LogItem.js.map +1 -1
- package/build/dist/UI/Components/LogsViewer/LogsViewer.js +7 -7
- package/build/dist/UI/Components/LogsViewer/LogsViewer.js.map +1 -1
- package/build/dist/UI/Components/Modal/Modal.js +2 -2
- package/build/dist/UI/Components/Modal/Modal.js.map +1 -1
- package/build/dist/UI/Components/ModelDelete/ModelDelete.js +1 -1
- package/build/dist/UI/Components/ModelDelete/ModelDelete.js.map +1 -1
- package/build/dist/UI/Components/ModelDetail/CardModelDetail.js +2 -2
- package/build/dist/UI/Components/ModelDetail/CardModelDetail.js.map +1 -1
- package/build/dist/UI/Components/ModelDetail/ModelDetail.js +2 -2
- package/build/dist/UI/Components/ModelDetail/ModelDetail.js.map +1 -1
- package/build/dist/UI/Components/ModelFormModal/ModelFormModal.js +1 -1
- package/build/dist/UI/Components/ModelFormModal/ModelFormModal.js.map +1 -1
- package/build/dist/UI/Components/ModelList/ModelList.js +4 -4
- package/build/dist/UI/Components/ModelList/ModelList.js.map +1 -1
- package/build/dist/UI/Components/ModelList/StaticModelList.js +2 -2
- package/build/dist/UI/Components/ModelList/StaticModelList.js.map +1 -1
- package/build/dist/UI/Components/ModelTable/AnalyticsModelTable.js +3 -3
- package/build/dist/UI/Components/ModelTable/AnalyticsModelTable.js.map +1 -1
- package/build/dist/UI/Components/ModelTable/BaseModelTable.js +15 -15
- package/build/dist/UI/Components/ModelTable/BaseModelTable.js.map +1 -1
- package/build/dist/UI/Components/ModelTable/ModelTable.js +2 -2
- package/build/dist/UI/Components/ModelTable/ModelTable.js.map +1 -1
- package/build/dist/UI/Components/MonitorGraphs/UptimeUtil.js +1 -1
- package/build/dist/UI/Components/MonitorGraphs/UptimeUtil.js.map +1 -1
- package/build/dist/UI/Components/ObjectID/IDGenerator.js +2 -2
- package/build/dist/UI/Components/ObjectID/IDGenerator.js.map +1 -1
- package/build/dist/UI/Components/OrderedStatesList/OrderedStatesList.js +1 -1
- package/build/dist/UI/Components/OrderedStatesList/OrderedStatesList.js.map +1 -1
- package/build/dist/UI/Components/Pagination/Pagination.js +1 -1
- package/build/dist/UI/Components/Pagination/Pagination.js.map +1 -1
- package/build/dist/UI/Components/Pill/Pill.js +2 -2
- package/build/dist/UI/Components/Pill/Pill.js.map +1 -1
- package/build/dist/UI/Components/Probe/Probe.js +4 -4
- package/build/dist/UI/Components/Probe/Probe.js.map +1 -1
- package/build/dist/UI/Components/Radio/Radio.js +1 -1
- package/build/dist/UI/Components/Radio/Radio.js.map +1 -1
- package/build/dist/UI/Components/RadioButtons/BasicRadioButtons.js +1 -1
- package/build/dist/UI/Components/RadioButtons/BasicRadioButtons.js.map +1 -1
- package/build/dist/UI/Components/ResetObjectID/ResetObjectID.js +2 -2
- package/build/dist/UI/Components/ResetObjectID/ResetObjectID.js.map +1 -1
- package/build/dist/UI/Components/SideMenu/SideMenuItem.js +1 -1
- package/build/dist/UI/Components/SideMenu/SideMenuItem.js.map +1 -1
- package/build/dist/UI/Components/SideOver/SideOver.js +1 -1
- package/build/dist/UI/Components/SideOver/SideOver.js.map +1 -1
- package/build/dist/UI/Components/StatusBubble/StatusBubble.js +1 -1
- package/build/dist/UI/Components/StatusBubble/StatusBubble.js.map +1 -1
- package/build/dist/UI/Components/Table/TableHeader.js +2 -2
- package/build/dist/UI/Components/Table/TableHeader.js.map +1 -1
- package/build/dist/UI/Components/Table/TableRow.js +2 -2
- package/build/dist/UI/Components/Table/TableRow.js.map +1 -1
- package/build/dist/UI/Components/TextArea/TextArea.js +1 -1
- package/build/dist/UI/Components/TextArea/TextArea.js.map +1 -1
- package/build/dist/UI/Components/Toast/Toast.js +1 -1
- package/build/dist/UI/Components/Toast/Toast.js.map +1 -1
- package/build/dist/UI/Components/Workflow/Component.js +3 -3
- package/build/dist/UI/Components/Workflow/Component.js.map +1 -1
- package/build/dist/UI/Components/Workflow/ComponentArgumentsViewer.js +1 -1
- package/build/dist/UI/Components/Workflow/ComponentArgumentsViewer.js.map +1 -1
- package/build/dist/UI/Components/Workflow/ComponentReturnValueViewer.js +1 -1
- package/build/dist/UI/Components/Workflow/ComponentReturnValueViewer.js.map +1 -1
- package/build/dist/UI/Components/Workflow/ComponentSettingsModal.js +1 -1
- package/build/dist/UI/Components/Workflow/ComponentSettingsModal.js.map +1 -1
- package/build/dist/UI/Components/Workflow/ComponentValuePickerModal.js +1 -1
- package/build/dist/UI/Components/Workflow/ComponentValuePickerModal.js.map +1 -1
- package/build/dist/UI/Components/Workflow/ComponentsModal.js +1 -1
- package/build/dist/UI/Components/Workflow/ComponentsModal.js.map +1 -1
- package/build/dist/UI/Components/Workflow/DocumentationViewer.js +1 -1
- package/build/dist/UI/Components/Workflow/DocumentationViewer.js.map +1 -1
- package/build/dist/UI/Components/Workflow/RunModal.js +2 -2
- package/build/dist/UI/Components/Workflow/RunModal.js.map +1 -1
- package/build/dist/UI/Components/Workflow/Utils.js +6 -6
- package/build/dist/UI/Components/Workflow/Utils.js.map +1 -1
- package/build/dist/UI/Components/Workflow/VariableModal.js +2 -2
- package/build/dist/UI/Components/Workflow/VariableModal.js.map +1 -1
- package/build/dist/UI/Components/Workflow/Workflow.js +3 -3
- package/build/dist/UI/Components/Workflow/Workflow.js.map +1 -1
- package/build/dist/UI/Components/Workflow/WorkflowStatus.js +2 -2
- package/build/dist/UI/Components/Workflow/WorkflowStatus.js.map +1 -1
- package/build/dist/UI/Config.js +6 -6
- package/build/dist/UI/Config.js.map +1 -1
- package/build/dist/UI/Utils/API/API.js +4 -4
- package/build/dist/UI/Utils/API/API.js.map +1 -1
- package/build/dist/UI/Utils/API/ApiDocsAPI.js +2 -2
- package/build/dist/UI/Utils/API/ApiDocsAPI.js.map +1 -1
- package/build/dist/UI/Utils/API/DashboardAPI.js +1 -1
- package/build/dist/UI/Utils/API/DashboardAPI.js.map +1 -1
- package/build/dist/UI/Utils/API/DashboardFrontendAPI.js +1 -1
- package/build/dist/UI/Utils/API/DashboardFrontendAPI.js.map +1 -1
- package/build/dist/UI/Utils/API/HelmAPI.js +1 -1
- package/build/dist/UI/Utils/API/HelmAPI.js.map +1 -1
- package/build/dist/UI/Utils/API/IdentityAPI.js +1 -1
- package/build/dist/UI/Utils/API/IdentityAPI.js.map +1 -1
- package/build/dist/UI/Utils/Analytics.js +1 -1
- package/build/dist/UI/Utils/Analytics.js.map +1 -1
- package/build/dist/UI/Utils/AnalyticsModelAPI/AnalyticsModelAPI.js +7 -7
- package/build/dist/UI/Utils/AnalyticsModelAPI/AnalyticsModelAPI.js.map +1 -1
- package/build/dist/UI/Utils/Cookie.js +3 -3
- package/build/dist/UI/Utils/Cookie.js.map +1 -1
- package/build/dist/UI/Utils/File.js +2 -2
- package/build/dist/UI/Utils/File.js.map +1 -1
- package/build/dist/UI/Utils/JsonWebToken.js +1 -1
- package/build/dist/UI/Utils/JsonWebToken.js.map +1 -1
- package/build/dist/UI/Utils/LocalStorage.js +2 -2
- package/build/dist/UI/Utils/LocalStorage.js.map +1 -1
- package/build/dist/UI/Utils/Login.js +3 -3
- package/build/dist/UI/Utils/Login.js.map +1 -1
- package/build/dist/UI/Utils/ModelAPI/ModelAPI.js +8 -8
- package/build/dist/UI/Utils/ModelAPI/ModelAPI.js.map +1 -1
- package/build/dist/UI/Utils/Navigation.js +5 -5
- package/build/dist/UI/Utils/Navigation.js.map +1 -1
- package/build/dist/UI/Utils/Permission.js +1 -1
- package/build/dist/UI/Utils/Permission.js.map +1 -1
- package/build/dist/UI/Utils/PricingPlan.js +1 -1
- package/build/dist/UI/Utils/PricingPlan.js.map +1 -1
- package/build/dist/UI/Utils/Project.js +4 -4
- package/build/dist/UI/Utils/Project.js.map +1 -1
- package/build/dist/UI/Utils/Realtime.js +6 -6
- package/build/dist/UI/Utils/Realtime.js.map +1 -1
- package/build/dist/UI/Utils/SessionStorage.js +2 -2
- package/build/dist/UI/Utils/SessionStorage.js.map +1 -1
- package/build/dist/UI/Utils/StatusPage.js +2 -2
- package/build/dist/UI/Utils/StatusPage.js.map +1 -1
- package/build/dist/UI/Utils/Telemetry/Telemetry.js +1 -1
- package/build/dist/UI/Utils/Telemetry/Telemetry.js.map +1 -1
- package/build/dist/UI/Utils/Timezone.js +2 -2
- package/build/dist/UI/Utils/Timezone.js.map +1 -1
- package/build/dist/UI/Utils/User.js +7 -7
- package/build/dist/UI/Utils/User.js.map +1 -1
- package/jest.config.json +3 -0
- package/package.json +1 -2
- package/Server/Services/WorkspaceCommunicationTools/Slack.ts +0 -0
- package/Server/Services/WorkspaceCommunicationTools/Teams.ts +0 -0
- package/Server/Services/WorkspaceCommunicationTools/WorkspaceCommunicationBaseService.ts +0 -0
- package/build/dist/Server/Services/WorkspaceCommunicationTools/Slack.js +0 -2
- package/build/dist/Server/Services/WorkspaceCommunicationTools/Slack.js.map +0 -1
- package/build/dist/Server/Services/WorkspaceCommunicationTools/Teams.js +0 -2
- package/build/dist/Server/Services/WorkspaceCommunicationTools/Teams.js.map +0 -1
- package/build/dist/Server/Services/WorkspaceCommunicationTools/WorkspaceCommunicationBaseService.js +0 -2
- package/build/dist/Server/Services/WorkspaceCommunicationTools/WorkspaceCommunicationBaseService.js.map +0 -1
package/Server/API/BaseAPI.ts
CHANGED
|
@@ -15,19 +15,19 @@ import Express, {
|
|
|
15
15
|
import Response from "../Utils/Response";
|
|
16
16
|
import CaptureSpan from "../Utils/Telemetry/CaptureSpan";
|
|
17
17
|
import CommonAPI from "./CommonAPI";
|
|
18
|
-
import BaseModel from "
|
|
19
|
-
import DatabaseCommonInteractionProps from "
|
|
18
|
+
import BaseModel from "../../Models/DatabaseModels/DatabaseBaseModel/DatabaseBaseModel";
|
|
19
|
+
import DatabaseCommonInteractionProps from "../../Types/BaseDatabase/DatabaseCommonInteractionProps";
|
|
20
20
|
import {
|
|
21
21
|
DEFAULT_LIMIT,
|
|
22
22
|
LIMIT_PER_PROJECT,
|
|
23
|
-
} from "
|
|
24
|
-
import PartialEntity from "
|
|
25
|
-
import BadRequestException from "
|
|
26
|
-
import { JSONObject } from "
|
|
27
|
-
import JSONFunctions from "
|
|
28
|
-
import ObjectID from "
|
|
29
|
-
import { UserPermission } from "
|
|
30
|
-
import PositiveNumber from "
|
|
23
|
+
} from "../../Types/Database/LimitMax";
|
|
24
|
+
import PartialEntity from "../../Types/Database/PartialEntity";
|
|
25
|
+
import BadRequestException from "../../Types/Exception/BadRequestException";
|
|
26
|
+
import { JSONObject } from "../../Types/JSON";
|
|
27
|
+
import JSONFunctions from "../../Types/JSONFunctions";
|
|
28
|
+
import ObjectID from "../../Types/ObjectID";
|
|
29
|
+
import { UserPermission } from "../../Types/Permission";
|
|
30
|
+
import PositiveNumber from "../../Types/PositiveNumber";
|
|
31
31
|
|
|
32
32
|
export default class BaseAPI<
|
|
33
33
|
TBaseModel extends BaseModel,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import AggregateBy from "
|
|
1
|
+
import AggregateBy from "../../Types/BaseDatabase/AggregateBy";
|
|
2
2
|
import UserMiddleware from "../Middleware/UserAuthorization";
|
|
3
3
|
import AnalyticsDatabaseService from "../Services/AnalyticsDatabaseService";
|
|
4
4
|
import CreateBy from "../Types/AnalyticsDatabase/CreateBy";
|
|
@@ -15,19 +15,19 @@ import Express, {
|
|
|
15
15
|
} from "../Utils/Express";
|
|
16
16
|
import Response from "../Utils/Response";
|
|
17
17
|
import CommonAPI from "./CommonAPI";
|
|
18
|
-
import AnalyticsDataModel from "
|
|
19
|
-
import DatabaseCommonInteractionProps from "
|
|
18
|
+
import AnalyticsDataModel from "../../Models/AnalyticsModels/AnalyticsBaseModel/AnalyticsBaseModel";
|
|
19
|
+
import DatabaseCommonInteractionProps from "../../Types/BaseDatabase/DatabaseCommonInteractionProps";
|
|
20
20
|
import {
|
|
21
21
|
DEFAULT_LIMIT,
|
|
22
22
|
LIMIT_PER_PROJECT,
|
|
23
|
-
} from "
|
|
24
|
-
import BadRequestException from "
|
|
25
|
-
import { JSONObject } from "
|
|
26
|
-
import JSONFunctions from "
|
|
27
|
-
import ObjectID from "
|
|
28
|
-
import { UserPermission } from "
|
|
29
|
-
import PositiveNumber from "
|
|
30
|
-
import AggregatedResult from "
|
|
23
|
+
} from "../../Types/Database/LimitMax";
|
|
24
|
+
import BadRequestException from "../../Types/Exception/BadRequestException";
|
|
25
|
+
import { JSONObject } from "../../Types/JSON";
|
|
26
|
+
import JSONFunctions from "../../Types/JSONFunctions";
|
|
27
|
+
import ObjectID from "../../Types/ObjectID";
|
|
28
|
+
import { UserPermission } from "../../Types/Permission";
|
|
29
|
+
import PositiveNumber from "../../Types/PositiveNumber";
|
|
30
|
+
import AggregatedResult from "../../Types/BaseDatabase/AggregatedResult";
|
|
31
31
|
import CaptureSpan from "../Utils/Telemetry/CaptureSpan";
|
|
32
32
|
|
|
33
33
|
export default class BaseAnalyticsAPI<
|
|
@@ -13,14 +13,14 @@ import {
|
|
|
13
13
|
} from "../Utils/Express";
|
|
14
14
|
import Response from "../Utils/Response";
|
|
15
15
|
import BaseAPI from "./BaseAPI";
|
|
16
|
-
import BaseModel from "
|
|
17
|
-
import BadDataException from "
|
|
18
|
-
import { JSONObject } from "
|
|
19
|
-
import Permission, { UserPermission } from "
|
|
16
|
+
import BaseModel from "../../Models/DatabaseModels/DatabaseBaseModel/DatabaseBaseModel";
|
|
17
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
18
|
+
import { JSONObject } from "../../Types/JSON";
|
|
19
|
+
import Permission, { UserPermission } from "../../Types/Permission";
|
|
20
20
|
import BillingInvoice, {
|
|
21
21
|
InvoiceStatus,
|
|
22
|
-
} from "
|
|
23
|
-
import Project from "
|
|
22
|
+
} from "../../Models/DatabaseModels/BillingInvoice";
|
|
23
|
+
import Project from "../../Models/DatabaseModels/Project";
|
|
24
24
|
|
|
25
25
|
export default class UserAPI extends BaseAPI<
|
|
26
26
|
BillingInvoice,
|
|
@@ -12,10 +12,10 @@ import {
|
|
|
12
12
|
} from "../Utils/Express";
|
|
13
13
|
import Response from "../Utils/Response";
|
|
14
14
|
import BaseAPI from "./BaseAPI";
|
|
15
|
-
import BadDataException from "
|
|
16
|
-
import Permission, { UserPermission } from "
|
|
17
|
-
import BillingPaymentMethod from "
|
|
18
|
-
import Project from "
|
|
15
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
16
|
+
import Permission, { UserPermission } from "../../Types/Permission";
|
|
17
|
+
import BillingPaymentMethod from "../../Models/DatabaseModels/BillingPaymentMethod";
|
|
18
|
+
import Project from "../../Models/DatabaseModels/Project";
|
|
19
19
|
|
|
20
20
|
export default class UserAPI extends BaseAPI<
|
|
21
21
|
BillingPaymentMethod,
|
package/Server/API/CommonAPI.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { IsBillingEnabled } from "../EnvironmentConfig";
|
|
2
2
|
import ProjectService from "../Services/ProjectService";
|
|
3
3
|
import { ExpressRequest, OneUptimeRequest } from "../Utils/Express";
|
|
4
|
-
import DatabaseCommonInteractionProps from "
|
|
5
|
-
import { PlanType } from "
|
|
6
|
-
import UserType from "
|
|
4
|
+
import DatabaseCommonInteractionProps from "../../Types/BaseDatabase/DatabaseCommonInteractionProps";
|
|
5
|
+
import { PlanType } from "../../Types/Billing/SubscriptionPlan";
|
|
6
|
+
import UserType from "../../Types/UserType";
|
|
7
7
|
import CaptureSpan from "../Utils/Telemetry/CaptureSpan";
|
|
8
8
|
|
|
9
9
|
export default class CommonAPI {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import CopilotCodeRepository from "
|
|
1
|
+
import CopilotCodeRepository from "../../Models/DatabaseModels/CopilotCodeRepository";
|
|
2
2
|
import CopilotActionService, {
|
|
3
3
|
Service as CopilotActionServiceType,
|
|
4
4
|
} from "../Services/CopilotActionService";
|
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
} from "../Utils/Express";
|
|
10
10
|
import Response from "../Utils/Response";
|
|
11
11
|
import BaseAPI from "./BaseAPI";
|
|
12
|
-
import { LIMIT_PER_PROJECT } from "
|
|
13
|
-
import BadDataException from "
|
|
14
|
-
import ObjectID from "
|
|
15
|
-
import CopilotAction from "
|
|
12
|
+
import { LIMIT_PER_PROJECT } from "../../Types/Database/LimitMax";
|
|
13
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
14
|
+
import ObjectID from "../../Types/ObjectID";
|
|
15
|
+
import CopilotAction from "../../Models/DatabaseModels/CopilotAction";
|
|
16
16
|
import CopilotCodeRepositoryService from "../Services/CopilotCodeRepositoryService";
|
|
17
17
|
import CodeRepositoryAuthorization from "../Middleware/CodeRepositoryAuthorization";
|
|
18
18
|
import CopilotActionStatus from "../../Types/Copilot/CopilotActionStatus";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import OneUptimeDate from "
|
|
1
|
+
import OneUptimeDate from "../../Types/Date";
|
|
2
2
|
import CodeRepositoryAuthorization from "../Middleware/CodeRepositoryAuthorization";
|
|
3
3
|
import CopilotCodeRepositoryService, {
|
|
4
4
|
Service as CopilotCodeRepositoryServiceType,
|
|
@@ -11,11 +11,11 @@ import {
|
|
|
11
11
|
} from "../Utils/Express";
|
|
12
12
|
import Response from "../Utils/Response";
|
|
13
13
|
import BaseAPI from "./BaseAPI";
|
|
14
|
-
import { LIMIT_PER_PROJECT } from "
|
|
15
|
-
import BadDataException from "
|
|
16
|
-
import ObjectID from "
|
|
17
|
-
import CopilotCodeRepository from "
|
|
18
|
-
import ServiceCopilotCodeRepository from "
|
|
14
|
+
import { LIMIT_PER_PROJECT } from "../../Types/Database/LimitMax";
|
|
15
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
16
|
+
import ObjectID from "../../Types/ObjectID";
|
|
17
|
+
import CopilotCodeRepository from "../../Models/DatabaseModels/CopilotCodeRepository";
|
|
18
|
+
import ServiceCopilotCodeRepository from "../../Models/DatabaseModels/ServiceCopilotCodeRepository";
|
|
19
19
|
|
|
20
20
|
export default class CopilotCodeRepositoryAPI extends BaseAPI<
|
|
21
21
|
CopilotCodeRepository,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import CopilotCodeRepository from "
|
|
1
|
+
import CopilotCodeRepository from "../../Models/DatabaseModels/CopilotCodeRepository";
|
|
2
2
|
import CopilotPullRequestService, {
|
|
3
3
|
Service as CopilotPullRequestServiceType,
|
|
4
4
|
} from "../Services/CopilotPullRequestService";
|
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
} from "../Utils/Express";
|
|
10
10
|
import Response from "../Utils/Response";
|
|
11
11
|
import BaseAPI from "./BaseAPI";
|
|
12
|
-
import { LIMIT_PER_PROJECT } from "
|
|
13
|
-
import BadDataException from "
|
|
14
|
-
import ObjectID from "
|
|
12
|
+
import { LIMIT_PER_PROJECT } from "../../Types/Database/LimitMax";
|
|
13
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
14
|
+
import ObjectID from "../../Types/ObjectID";
|
|
15
15
|
import CopilotCodeRepositoryService from "../Services/CopilotCodeRepositoryService";
|
|
16
16
|
import CodeRepositoryAuthorization from "../Middleware/CodeRepositoryAuthorization";
|
|
17
|
-
import CopilotPullRequest from "
|
|
18
|
-
import PullRequestState from "
|
|
17
|
+
import CopilotPullRequest from "../../Models/DatabaseModels/CopilotPullRequest";
|
|
18
|
+
import PullRequestState from "../../Types/CodeRepository/PullRequestState";
|
|
19
19
|
|
|
20
20
|
export default class CopilotPullRequestAPI extends BaseAPI<
|
|
21
21
|
CopilotPullRequest,
|
package/Server/API/FileAPI.ts
CHANGED
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
} from "../Utils/Express";
|
|
9
9
|
import Response from "../Utils/Response";
|
|
10
10
|
import BaseAPI from "./BaseAPI";
|
|
11
|
-
import NotFoundException from "
|
|
12
|
-
import ObjectID from "
|
|
13
|
-
import File from "
|
|
11
|
+
import NotFoundException from "../../Types/Exception/NotFoundException";
|
|
12
|
+
import ObjectID from "../../Types/ObjectID";
|
|
13
|
+
import File from "../../Models/DatabaseModels/File";
|
|
14
14
|
|
|
15
15
|
export default class FileAPI extends BaseAPI<File, FileServiceType> {
|
|
16
16
|
public constructor() {
|
|
@@ -8,9 +8,7 @@ import {
|
|
|
8
8
|
} from "../Utils/Express";
|
|
9
9
|
import Response from "../Utils/Response";
|
|
10
10
|
import BaseAPI from "./BaseAPI";
|
|
11
|
-
import GlobalConfig from "
|
|
12
|
-
|
|
13
|
-
// import ObjectID from 'Common/Types/ObjectID';
|
|
11
|
+
import GlobalConfig from "../../Models/DatabaseModels/GlobalConfig";
|
|
14
12
|
|
|
15
13
|
export default class GlobalConfigAPI extends BaseAPI<
|
|
16
14
|
GlobalConfig,
|
package/Server/API/MonitorAPI.ts
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "../Utils/Express";
|
|
10
10
|
import Response from "../Utils/Response";
|
|
11
11
|
import BaseAPI from "./BaseAPI";
|
|
12
|
-
import Monitor from "
|
|
12
|
+
import Monitor from "../../Models/DatabaseModels/Monitor";
|
|
13
13
|
import ObjectID from "../../Types/ObjectID";
|
|
14
14
|
|
|
15
15
|
export default class MonitorAPI extends BaseAPI<Monitor, MonitorServiceType> {
|
|
@@ -10,12 +10,12 @@ import {
|
|
|
10
10
|
import Response from "../Utils/Response";
|
|
11
11
|
import BaseAPI from "./BaseAPI";
|
|
12
12
|
import CommonAPI from "./CommonAPI";
|
|
13
|
-
import OneUptimeDate from "
|
|
14
|
-
import BadDataException from "
|
|
15
|
-
import ObjectID from "
|
|
16
|
-
import MonitorGroup from "
|
|
17
|
-
import MonitorStatus from "
|
|
18
|
-
import MonitorStatusTimeline from "
|
|
13
|
+
import OneUptimeDate from "../../Types/Date";
|
|
14
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
15
|
+
import ObjectID from "../../Types/ObjectID";
|
|
16
|
+
import MonitorGroup from "../../Models/DatabaseModels/MonitorGroup";
|
|
17
|
+
import MonitorStatus from "../../Models/DatabaseModels/MonitorStatus";
|
|
18
|
+
import MonitorStatusTimeline from "../../Models/DatabaseModels/MonitorStatusTimeline";
|
|
19
19
|
|
|
20
20
|
export default class MonitorGroupAPI extends BaseAPI<
|
|
21
21
|
MonitorGroup,
|
|
@@ -7,12 +7,12 @@ import Express, {
|
|
|
7
7
|
OneUptimeRequest,
|
|
8
8
|
} from "../Utils/Express";
|
|
9
9
|
import Response from "../Utils/Response";
|
|
10
|
-
import BadDataException from "
|
|
11
|
-
import Exception from "
|
|
12
|
-
import JSONFunctions from "
|
|
13
|
-
import ObjectID from "
|
|
14
|
-
import Permission, { UserPermission } from "
|
|
15
|
-
import PositiveNumber from "
|
|
10
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
11
|
+
import Exception from "../../Types/Exception/Exception";
|
|
12
|
+
import JSONFunctions from "../../Types/JSONFunctions";
|
|
13
|
+
import ObjectID from "../../Types/ObjectID";
|
|
14
|
+
import Permission, { UserPermission } from "../../Types/Permission";
|
|
15
|
+
import PositiveNumber from "../../Types/PositiveNumber";
|
|
16
16
|
|
|
17
17
|
const router: ExpressRouter = Express.getRouter();
|
|
18
18
|
|
|
@@ -10,14 +10,14 @@ import {
|
|
|
10
10
|
import Response from "../Utils/Response";
|
|
11
11
|
import BaseAPI from "./BaseAPI";
|
|
12
12
|
import CommonAPI from "./CommonAPI";
|
|
13
|
-
import DatabaseCommonInteractionProps from "
|
|
14
|
-
import BadDataException from "
|
|
15
|
-
import ObjectID from "
|
|
16
|
-
import OnCallDutyPolicy from "
|
|
13
|
+
import DatabaseCommonInteractionProps from "../../Types/BaseDatabase/DatabaseCommonInteractionProps";
|
|
14
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
15
|
+
import ObjectID from "../../Types/ObjectID";
|
|
16
|
+
import OnCallDutyPolicy from "../../Models/DatabaseModels/OnCallDutyPolicy";
|
|
17
17
|
import OnCallDutyPolicyEscalationRuleUser from "../../Models/DatabaseModels/OnCallDutyPolicyEscalationRuleUser";
|
|
18
18
|
import OnCallDutyPolicyEscalationRuleTeam from "../../Models/DatabaseModels/OnCallDutyPolicyEscalationRuleTeam";
|
|
19
19
|
import OnCallDutyPolicyEscalationRuleSchedule from "../../Models/DatabaseModels/OnCallDutyPolicyEscalationRuleSchedule";
|
|
20
|
-
import BaseModel from "
|
|
20
|
+
import BaseModel from "../../Models/DatabaseModels/DatabaseBaseModel/DatabaseBaseModel";
|
|
21
21
|
|
|
22
22
|
export default class OnCallDutyPolicyAPI extends BaseAPI<
|
|
23
23
|
OnCallDutyPolicy,
|
package/Server/API/ProbeAPI.ts
CHANGED
|
@@ -9,9 +9,9 @@ import {
|
|
|
9
9
|
} from "../Utils/Express";
|
|
10
10
|
import Response from "../Utils/Response";
|
|
11
11
|
import BaseAPI from "./BaseAPI";
|
|
12
|
-
import LIMIT_MAX from "
|
|
13
|
-
import PositiveNumber from "
|
|
14
|
-
import Probe from "
|
|
12
|
+
import LIMIT_MAX from "../../Types/Database/LimitMax";
|
|
13
|
+
import PositiveNumber from "../../Types/PositiveNumber";
|
|
14
|
+
import Probe from "../../Models/DatabaseModels/Probe";
|
|
15
15
|
|
|
16
16
|
export default class ProbeAPI extends BaseAPI<Probe, ProbeServiceType> {
|
|
17
17
|
public constructor() {
|
package/Server/API/ProjectAPI.ts
CHANGED
|
@@ -14,12 +14,12 @@ import {
|
|
|
14
14
|
} from "../Utils/Express";
|
|
15
15
|
import Response from "../Utils/Response";
|
|
16
16
|
import BaseAPI from "./BaseAPI";
|
|
17
|
-
import { LIMIT_PER_PROJECT } from "
|
|
18
|
-
import NotAuthenticatedException from "
|
|
19
|
-
import PositiveNumber from "
|
|
20
|
-
import Project from "
|
|
21
|
-
import Reseller from "
|
|
22
|
-
import TeamMember from "
|
|
17
|
+
import { LIMIT_PER_PROJECT } from "../../Types/Database/LimitMax";
|
|
18
|
+
import NotAuthenticatedException from "../../Types/Exception/NotAuthenticatedException";
|
|
19
|
+
import PositiveNumber from "../../Types/PositiveNumber";
|
|
20
|
+
import Project from "../../Models/DatabaseModels/Project";
|
|
21
|
+
import Reseller from "../../Models/DatabaseModels/Reseller";
|
|
22
|
+
import TeamMember from "../../Models/DatabaseModels/TeamMember";
|
|
23
23
|
|
|
24
24
|
export default class ProjectAPI extends BaseAPI<Project, ProjectServiceType> {
|
|
25
25
|
public constructor() {
|
package/Server/API/ProjectSSO.ts
CHANGED
|
@@ -4,11 +4,11 @@ import ProjectSsoService, {
|
|
|
4
4
|
import { ExpressRequest, ExpressResponse } from "../Utils/Express";
|
|
5
5
|
import Response from "../Utils/Response";
|
|
6
6
|
import BaseAPI from "./BaseAPI";
|
|
7
|
-
import { LIMIT_PER_PROJECT } from "
|
|
8
|
-
import BadDataException from "
|
|
9
|
-
import ObjectID from "
|
|
10
|
-
import PositiveNumber from "
|
|
11
|
-
import ProjectSSO from "
|
|
7
|
+
import { LIMIT_PER_PROJECT } from "../../Types/Database/LimitMax";
|
|
8
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
9
|
+
import ObjectID from "../../Types/ObjectID";
|
|
10
|
+
import PositiveNumber from "../../Types/PositiveNumber";
|
|
11
|
+
import ProjectSSO from "../../Models/DatabaseModels/ProjectSso";
|
|
12
12
|
|
|
13
13
|
export default class ProjectSsoAPI extends BaseAPI<
|
|
14
14
|
ProjectSSO,
|
|
@@ -13,15 +13,15 @@ import {
|
|
|
13
13
|
} from "../Utils/Express";
|
|
14
14
|
import Response from "../Utils/Response";
|
|
15
15
|
import BaseAPI from "./BaseAPI";
|
|
16
|
-
import StatusCode from "
|
|
17
|
-
import URL from "
|
|
18
|
-
import { PlanType } from "
|
|
19
|
-
import Email from "
|
|
20
|
-
import BadDataException from "
|
|
21
|
-
import ObjectID from "
|
|
22
|
-
import Project from "
|
|
23
|
-
import PromoCode from "
|
|
24
|
-
import ResellerPlan from "
|
|
16
|
+
import StatusCode from "../../Types/API/StatusCode";
|
|
17
|
+
import URL from "../../Types/API/URL";
|
|
18
|
+
import { PlanType } from "../../Types/Billing/SubscriptionPlan";
|
|
19
|
+
import Email from "../../Types/Email";
|
|
20
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
21
|
+
import ObjectID from "../../Types/ObjectID";
|
|
22
|
+
import Project from "../../Models/DatabaseModels/Project";
|
|
23
|
+
import PromoCode from "../../Models/DatabaseModels/PromoCode";
|
|
24
|
+
import ResellerPlan from "../../Models/DatabaseModels/ResellerPlan";
|
|
25
25
|
|
|
26
26
|
export default class ResellerPlanAPI extends BaseAPI<
|
|
27
27
|
ResellerPlan,
|
|
@@ -4,8 +4,8 @@ import ShortLinkService, {
|
|
|
4
4
|
import { ExpressRequest, ExpressResponse } from "../Utils/Express";
|
|
5
5
|
import Response from "../Utils/Response";
|
|
6
6
|
import BaseAPI from "./BaseAPI";
|
|
7
|
-
import BadDataException from "
|
|
8
|
-
import ShortLink from "
|
|
7
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
8
|
+
import ShortLink from "../../Models/DatabaseModels/ShortLink";
|
|
9
9
|
|
|
10
10
|
export default class ShortLinkAPI extends BaseAPI<
|
|
11
11
|
ShortLink,
|
package/Server/API/StatusAPI.ts
CHANGED
|
@@ -8,8 +8,8 @@ import Express, {
|
|
|
8
8
|
import logger from "../Utils/Logger";
|
|
9
9
|
import Response from "../Utils/Response";
|
|
10
10
|
import Telemetry, { TelemetryCounter } from "../Utils/Telemetry";
|
|
11
|
-
import Exception from "
|
|
12
|
-
import ServerException from "
|
|
11
|
+
import Exception from "../../Types/Exception/Exception";
|
|
12
|
+
import ServerException from "../../Types/Exception/ServerException";
|
|
13
13
|
import CaptureSpan from "../Utils/Telemetry/CaptureSpan";
|
|
14
14
|
|
|
15
15
|
export interface StatusAPIOptions {
|
|
@@ -35,51 +35,51 @@ import logger from "../Utils/Logger";
|
|
|
35
35
|
import Response from "../Utils/Response";
|
|
36
36
|
import BaseAPI from "./BaseAPI";
|
|
37
37
|
import CommonAPI from "./CommonAPI";
|
|
38
|
-
import BaseModel from "
|
|
39
|
-
import ArrayUtil from "
|
|
40
|
-
import DatabaseCommonInteractionProps from "
|
|
41
|
-
import SortOrder from "
|
|
42
|
-
import { LIMIT_PER_PROJECT } from "
|
|
43
|
-
import OneUptimeDate from "
|
|
44
|
-
import Dictionary from "
|
|
45
|
-
import Email from "
|
|
46
|
-
import BadDataException from "
|
|
47
|
-
import NotAuthenticatedException from "
|
|
48
|
-
import NotFoundException from "
|
|
49
|
-
import { JSONObject } from "
|
|
50
|
-
import JSONFunctions from "
|
|
51
|
-
import ObjectID from "
|
|
52
|
-
import Phone from "
|
|
53
|
-
import PositiveNumber from "
|
|
54
|
-
import AcmeChallenge from "
|
|
55
|
-
import Incident from "
|
|
56
|
-
import IncidentPublicNote from "
|
|
57
|
-
import IncidentState from "
|
|
58
|
-
import IncidentStateTimeline from "
|
|
59
|
-
import MonitorGroupResource from "
|
|
60
|
-
import MonitorStatus from "
|
|
61
|
-
import MonitorStatusTimeline from "
|
|
62
|
-
import ScheduledMaintenance from "
|
|
63
|
-
import ScheduledMaintenancePublicNote from "
|
|
64
|
-
import ScheduledMaintenanceState from "
|
|
65
|
-
import ScheduledMaintenanceStateTimeline from "
|
|
66
|
-
import StatusPage from "
|
|
67
|
-
import StatusPageAnnouncement from "
|
|
68
|
-
import StatusPageDomain from "
|
|
69
|
-
import StatusPageFooterLink from "
|
|
70
|
-
import StatusPageGroup from "
|
|
71
|
-
import StatusPageHeaderLink from "
|
|
72
|
-
import StatusPageHistoryChartBarColorRule from "
|
|
73
|
-
import StatusPageResource from "
|
|
74
|
-
import StatusPageSSO from "
|
|
75
|
-
import StatusPageSubscriber from "
|
|
38
|
+
import BaseModel from "../../Models/DatabaseModels/DatabaseBaseModel/DatabaseBaseModel";
|
|
39
|
+
import ArrayUtil from "../../Utils/Array";
|
|
40
|
+
import DatabaseCommonInteractionProps from "../../Types/BaseDatabase/DatabaseCommonInteractionProps";
|
|
41
|
+
import SortOrder from "../../Types/BaseDatabase/SortOrder";
|
|
42
|
+
import { LIMIT_PER_PROJECT } from "../../Types/Database/LimitMax";
|
|
43
|
+
import OneUptimeDate from "../../Types/Date";
|
|
44
|
+
import Dictionary from "../../Types/Dictionary";
|
|
45
|
+
import Email from "../../Types/Email";
|
|
46
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
47
|
+
import NotAuthenticatedException from "../../Types/Exception/NotAuthenticatedException";
|
|
48
|
+
import NotFoundException from "../../Types/Exception/NotFoundException";
|
|
49
|
+
import { JSONObject } from "../../Types/JSON";
|
|
50
|
+
import JSONFunctions from "../../Types/JSONFunctions";
|
|
51
|
+
import ObjectID from "../../Types/ObjectID";
|
|
52
|
+
import Phone from "../../Types/Phone";
|
|
53
|
+
import PositiveNumber from "../../Types/PositiveNumber";
|
|
54
|
+
import AcmeChallenge from "../../Models/DatabaseModels/AcmeChallenge";
|
|
55
|
+
import Incident from "../../Models/DatabaseModels/Incident";
|
|
56
|
+
import IncidentPublicNote from "../../Models/DatabaseModels/IncidentPublicNote";
|
|
57
|
+
import IncidentState from "../../Models/DatabaseModels/IncidentState";
|
|
58
|
+
import IncidentStateTimeline from "../../Models/DatabaseModels/IncidentStateTimeline";
|
|
59
|
+
import MonitorGroupResource from "../../Models/DatabaseModels/MonitorGroupResource";
|
|
60
|
+
import MonitorStatus from "../../Models/DatabaseModels/MonitorStatus";
|
|
61
|
+
import MonitorStatusTimeline from "../../Models/DatabaseModels/MonitorStatusTimeline";
|
|
62
|
+
import ScheduledMaintenance from "../../Models/DatabaseModels/ScheduledMaintenance";
|
|
63
|
+
import ScheduledMaintenancePublicNote from "../../Models/DatabaseModels/ScheduledMaintenancePublicNote";
|
|
64
|
+
import ScheduledMaintenanceState from "../../Models/DatabaseModels/ScheduledMaintenanceState";
|
|
65
|
+
import ScheduledMaintenanceStateTimeline from "../../Models/DatabaseModels/ScheduledMaintenanceStateTimeline";
|
|
66
|
+
import StatusPage from "../../Models/DatabaseModels/StatusPage";
|
|
67
|
+
import StatusPageAnnouncement from "../../Models/DatabaseModels/StatusPageAnnouncement";
|
|
68
|
+
import StatusPageDomain from "../../Models/DatabaseModels/StatusPageDomain";
|
|
69
|
+
import StatusPageFooterLink from "../../Models/DatabaseModels/StatusPageFooterLink";
|
|
70
|
+
import StatusPageGroup from "../../Models/DatabaseModels/StatusPageGroup";
|
|
71
|
+
import StatusPageHeaderLink from "../../Models/DatabaseModels/StatusPageHeaderLink";
|
|
72
|
+
import StatusPageHistoryChartBarColorRule from "../../Models/DatabaseModels/StatusPageHistoryChartBarColorRule";
|
|
73
|
+
import StatusPageResource from "../../Models/DatabaseModels/StatusPageResource";
|
|
74
|
+
import StatusPageSSO from "../../Models/DatabaseModels/StatusPageSso";
|
|
75
|
+
import StatusPageSubscriber from "../../Models/DatabaseModels/StatusPageSubscriber";
|
|
76
76
|
import StatusPageEventType from "../../Types/StatusPage/StatusPageEventType";
|
|
77
77
|
import StatusPageResourceUptimeUtil from "../../Utils/StatusPage/ResourceUptime";
|
|
78
78
|
import UptimePrecision from "../../Types/StatusPage/UptimePrecision";
|
|
79
79
|
import { Green } from "../../Types/BrandColors";
|
|
80
80
|
import UptimeUtil from "../../Utils/Uptime/UptimeUtil";
|
|
81
81
|
import CaptureSpan from "../Utils/Telemetry/CaptureSpan";
|
|
82
|
-
import URL from "
|
|
82
|
+
import URL from "../../Types/API/URL";
|
|
83
83
|
import SMS from "../../Types/SMS/SMS";
|
|
84
84
|
import SmsService from "../Services/SmsService";
|
|
85
85
|
import ProjectCallSMSConfigService from "../Services/ProjectCallSMSConfigService";
|
|
@@ -12,11 +12,11 @@ import logger from "../Utils/Logger";
|
|
|
12
12
|
import Response from "../Utils/Response";
|
|
13
13
|
import BaseAPI from "./BaseAPI";
|
|
14
14
|
import CommonAPI from "./CommonAPI";
|
|
15
|
-
import DatabaseCommonInteractionProps from "
|
|
16
|
-
import BadDataException from "
|
|
17
|
-
import ObjectID from "
|
|
18
|
-
import PositiveNumber from "
|
|
19
|
-
import StatusPageDomain from "
|
|
15
|
+
import DatabaseCommonInteractionProps from "../../Types/BaseDatabase/DatabaseCommonInteractionProps";
|
|
16
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
17
|
+
import ObjectID from "../../Types/ObjectID";
|
|
18
|
+
import PositiveNumber from "../../Types/PositiveNumber";
|
|
19
|
+
import StatusPageDomain from "../../Models/DatabaseModels/StatusPageDomain";
|
|
20
20
|
|
|
21
21
|
export default class StatusPageDomainAPI extends BaseAPI<
|
|
22
22
|
StatusPageDomain,
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
} from "../Utils/Express";
|
|
9
9
|
import Response from "../Utils/Response";
|
|
10
10
|
import BaseAPI from "./BaseAPI";
|
|
11
|
-
import StatusPageSubscriber from "
|
|
11
|
+
import StatusPageSubscriber from "../../Models/DatabaseModels/StatusPageSubscriber";
|
|
12
12
|
|
|
13
13
|
export default class StatusPageSubscriberAPI extends BaseAPI<
|
|
14
14
|
StatusPageSubscriber,
|
|
@@ -6,10 +6,10 @@ import Express, {
|
|
|
6
6
|
NextFunction,
|
|
7
7
|
} from "../Utils/Express";
|
|
8
8
|
import Response from "../Utils/Response";
|
|
9
|
-
import BadDataException from "
|
|
9
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
10
10
|
import CommonAPI from "./CommonAPI";
|
|
11
|
-
import DatabaseCommonInteractionProps from "
|
|
12
|
-
import TelemetryType from "
|
|
11
|
+
import DatabaseCommonInteractionProps from "../../Types/BaseDatabase/DatabaseCommonInteractionProps";
|
|
12
|
+
import TelemetryType from "../../Types/Telemetry/TelemetryType";
|
|
13
13
|
import TelemetryAttributeService from "../Services/TelemetryAttributeService";
|
|
14
14
|
|
|
15
15
|
const router: ExpressRouter = Express.getRouter();
|
|
@@ -9,9 +9,9 @@ import {
|
|
|
9
9
|
} from "../Utils/Express";
|
|
10
10
|
import Response from "../Utils/Response";
|
|
11
11
|
import BaseAPI from "./BaseAPI";
|
|
12
|
-
import BadDataException from "
|
|
13
|
-
import UserCall from "
|
|
14
|
-
import UserSMS from "
|
|
12
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
13
|
+
import UserCall from "../../Models/DatabaseModels/UserCall";
|
|
14
|
+
import UserSMS from "../../Models/DatabaseModels/UserSMS";
|
|
15
15
|
|
|
16
16
|
export default class UserCallAPI extends BaseAPI<
|
|
17
17
|
UserCall,
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
} from "../Utils/Express";
|
|
10
10
|
import Response from "../Utils/Response";
|
|
11
11
|
import BaseAPI from "./BaseAPI";
|
|
12
|
-
import BadDataException from "
|
|
13
|
-
import UserEmail from "
|
|
12
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
13
|
+
import UserEmail from "../../Models/DatabaseModels/UserEmail";
|
|
14
14
|
|
|
15
15
|
export default class UserEmailAPI extends BaseAPI<
|
|
16
16
|
UserEmail,
|
|
@@ -10,16 +10,16 @@ import {
|
|
|
10
10
|
} from "../Utils/Express";
|
|
11
11
|
import Response from "../Utils/Response";
|
|
12
12
|
import BaseAPI from "./BaseAPI";
|
|
13
|
-
import { AppApiRoute, DashboardRoute } from "
|
|
14
|
-
import Hostname from "
|
|
15
|
-
import Protocol from "
|
|
16
|
-
import URL from "
|
|
17
|
-
import OneUptimeDate from "
|
|
18
|
-
import BadDataException from "
|
|
19
|
-
import { JSONObject } from "
|
|
20
|
-
import ObjectID from "
|
|
21
|
-
import UserNotificationStatus from "
|
|
22
|
-
import UserOnCallLogTimeline from "
|
|
13
|
+
import { AppApiRoute, DashboardRoute } from "../../ServiceRoute";
|
|
14
|
+
import Hostname from "../../Types/API/Hostname";
|
|
15
|
+
import Protocol from "../../Types/API/Protocol";
|
|
16
|
+
import URL from "../../Types/API/URL";
|
|
17
|
+
import OneUptimeDate from "../../Types/Date";
|
|
18
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
19
|
+
import { JSONObject } from "../../Types/JSON";
|
|
20
|
+
import ObjectID from "../../Types/ObjectID";
|
|
21
|
+
import UserNotificationStatus from "../../Types/UserNotification/UserNotificationStatus";
|
|
22
|
+
import UserOnCallLogTimeline from "../../Models/DatabaseModels/UserOnCallLogTimeline";
|
|
23
23
|
import Route from "../../Types/API/Route";
|
|
24
24
|
|
|
25
25
|
export default class UserNotificationLogTimelineAPI extends BaseAPI<
|
package/Server/API/UserSmsAPI.ts
CHANGED
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
} from "../Utils/Express";
|
|
10
10
|
import Response from "../Utils/Response";
|
|
11
11
|
import BaseAPI from "./BaseAPI";
|
|
12
|
-
import BadDataException from "
|
|
13
|
-
import UserSMS from "
|
|
12
|
+
import BadDataException from "../../Types/Exception/BadDataException";
|
|
13
|
+
import UserSMS from "../../Models/DatabaseModels/UserSMS";
|
|
14
14
|
|
|
15
15
|
export default class UserSMSAPI extends BaseAPI<UserSMS, UserSMSServiceType> {
|
|
16
16
|
public constructor() {
|