@oneuptime/common 7.0.2936 → 7.0.2976
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/Models/DatabaseModels/StatusPage.ts +71 -0
- package/Models/DatabaseModels/StatusPageResource.ts +1 -7
- package/Server/API/BaseAPI.ts +419 -0
- package/Server/API/BaseAnalyticsAPI.ts +479 -0
- package/Server/API/BillingInvoiceAPI.ts +170 -0
- package/Server/API/BillingPaymentMethodAPI.ts +95 -0
- package/Server/API/CommonAPI.ts +65 -0
- package/Server/API/CopilotActionAPI.ts +171 -0
- package/Server/API/CopilotCodeRepositoryAPI.ts +127 -0
- package/Server/API/CopilotPullRequestAPI.ts +243 -0
- package/Server/API/FileAPI.ts +50 -0
- package/Server/API/GlobalConfigAPI.ts +47 -0
- package/Server/API/Index.ts +19 -0
- package/Server/API/MonitorGroupAPI.ts +95 -0
- package/Server/API/NotificationAPI.ts +117 -0
- package/Server/API/ProbeAPI.ts +56 -0
- package/Server/API/ProjectAPI.ts +166 -0
- package/Server/API/ProjectSSO.ts +65 -0
- package/Server/API/ResellerPlanAPI.ts +246 -0
- package/Server/API/ShortLinkAPI.ts +52 -0
- package/Server/API/StatusAPI.ts +118 -0
- package/Server/API/StatusPageAPI.ts +2199 -0
- package/Server/API/StatusPageDomainAPI.ts +240 -0
- package/Server/API/StatusPageSubscriberAPI.ts +48 -0
- package/Server/API/TelemetryAPI.ts +90 -0
- package/Server/API/UserCallAPI.ts +120 -0
- package/Server/API/UserEmailAPI.ts +121 -0
- package/Server/API/UserOnCallLogTimelineAPI.ts +164 -0
- package/Server/API/UserSmsAPI.ts +116 -0
- package/Server/API/UserTwoFactorAuthAPI.ts +107 -0
- package/Server/API/VersionAPI.ts +14 -0
- package/Server/BillingConfig.ts +9 -0
- package/Server/DatabaseConfig.ts +62 -0
- package/Server/Docs/CodeRepository.md +43 -0
- package/Server/EnvironmentConfig.ts +257 -0
- package/Server/Infrastructure/CacheDatabase.ts +0 -0
- package/Server/Infrastructure/ClickhouseConfig.ts +49 -0
- package/Server/Infrastructure/ClickhouseDatabase.ts +128 -0
- package/Server/Infrastructure/GlobalCache.ts +157 -0
- package/Server/Infrastructure/LocalCache.ts +66 -0
- package/Server/Infrastructure/Postgres/DataSourceOptions.ts +42 -0
- package/Server/Infrastructure/Postgres/LocalMigrationGenerationDataSource.ts +14 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1717605043663-InitialMigration.ts +5302 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1717678334852-MigrationName.ts +52 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1717839110671-MigrationName.ts +67 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1717849921874-MigrationName.ts +115 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1717955235341-MigrationName.ts +73 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718037833516-MigrationName.ts +51 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718100824584-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718101665865-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718119926223-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718124277321-MigrationName.ts +99 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718126316684-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718188920011-MigrationName.ts +23 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718203144945-MigrationName.ts +23 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718285877004-MigrationName.ts +23 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718618155447-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718711669847-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1718879960254-MigrationName.ts +75 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1719227548476-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1719228104620-MigrationName.ts +16 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1719247426296-MigrationName.ts +23 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1719348009053-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1719827175832-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1719831213463-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1719838746775-MigrationName.ts +155 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1719915433542-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1720024126646-MigrationName.ts +18 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1720532068612-MigrationName.ts +154 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1720538999941-MigrationName.ts +35 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1720785305192-MigrationName.ts +114 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1720805596648-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1720806196274-MigrationName.ts +47 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1720812937067-MigrationName.ts +29 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1721075917289-MigrationName.ts +63 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1721152139648-MigrationName.ts +115 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1721159743714-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1721754545771-MigrationName.ts +35 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1721779190475-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1722031205897-MigrationName.ts +33 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1722543640526-MigrationName.ts +51 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1722892318363-MigrationName.ts +41 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1723825511054-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1723828588502-MigrationName.ts +17 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/Index.ts +87 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/Readme.md +11 -0
- package/Server/Infrastructure/PostgresDatabase.ts +124 -0
- package/Server/Infrastructure/Queue.ts +95 -0
- package/Server/Infrastructure/QueueWorker.ts +51 -0
- package/Server/Infrastructure/Redis.ts +151 -0
- package/Server/Infrastructure/Semaphore.ts +36 -0
- package/Server/Infrastructure/SocketIO.ts +40 -0
- package/Server/Infrastructure/Status.ts +31 -0
- package/Server/Middleware/BearerTokenAuthorization.ts +40 -0
- package/Server/Middleware/ClusterKeyAuthorization.ts +56 -0
- package/Server/Middleware/CodeRepositoryAuthorization.ts +48 -0
- package/Server/Middleware/NotificationMiddleware.ts +70 -0
- package/Server/Middleware/ProjectAuthorization.ts +182 -0
- package/Server/Middleware/UserAuthorization.ts +363 -0
- package/Server/Services/AccessTokenService.ts +363 -0
- package/Server/Services/AcmeCertificateService.ts +10 -0
- package/Server/Services/AcmeChallengeService.ts +10 -0
- package/Server/Services/AnalyticsDatabaseService.ts +1112 -0
- package/Server/Services/ApiKeyPermissionService.ts +156 -0
- package/Server/Services/ApiKeyService.ts +20 -0
- package/Server/Services/BaseService.ts +3 -0
- package/Server/Services/BillingInvoiceService.ts +93 -0
- package/Server/Services/BillingPaymentMethodService.ts +117 -0
- package/Server/Services/BillingService.ts +815 -0
- package/Server/Services/CallLogService.ts +11 -0
- package/Server/Services/CallService.ts +57 -0
- package/Server/Services/CopilotActionService.ts +10 -0
- package/Server/Services/CopilotCodeRepositoryService.ts +24 -0
- package/Server/Services/CopilotPullRequestService.ts +10 -0
- package/Server/Services/DataMigrationService.ts +9 -0
- package/Server/Services/DatabaseService.ts +1484 -0
- package/Server/Services/DomainService.ts +93 -0
- package/Server/Services/EmailLogService.ts +11 -0
- package/Server/Services/EmailVerificationTokenService.ts +9 -0
- package/Server/Services/FileService.ts +47 -0
- package/Server/Services/GlobalConfigService.ts +10 -0
- package/Server/Services/GreenlockCertificateService.ts +10 -0
- package/Server/Services/GreenlockChallengeService.ts +10 -0
- package/Server/Services/IncidentCustomFieldService.ts +9 -0
- package/Server/Services/IncidentInternalNoteService.ts +10 -0
- package/Server/Services/IncidentNoteTemplateService.ts +9 -0
- package/Server/Services/IncidentOwnerTeamService.ts +10 -0
- package/Server/Services/IncidentOwnerUserService.ts +10 -0
- package/Server/Services/IncidentPublicNoteService.ts +26 -0
- package/Server/Services/IncidentService.ts +693 -0
- package/Server/Services/IncidentSeverityService.ts +158 -0
- package/Server/Services/IncidentStateService.ts +188 -0
- package/Server/Services/IncidentStateTimelineService.ts +387 -0
- package/Server/Services/IncidentTemplateOwnerTeamService.ts +10 -0
- package/Server/Services/IncidentTemplateOwnerUserService.ts +10 -0
- package/Server/Services/IncidentTemplateService.ts +88 -0
- package/Server/Services/Index.ts +286 -0
- package/Server/Services/LabelService.ts +40 -0
- package/Server/Services/LogService.ts +11 -0
- package/Server/Services/MailService.ts +63 -0
- package/Server/Services/MetricService.ts +11 -0
- package/Server/Services/MonitorCustomFieldService.ts +9 -0
- package/Server/Services/MonitorGroupOwnerTeamService.ts +9 -0
- package/Server/Services/MonitorGroupOwnerUserService.ts +9 -0
- package/Server/Services/MonitorGroupResourceService.ts +10 -0
- package/Server/Services/MonitorGroupService.ts +184 -0
- package/Server/Services/MonitorMetricsByMinuteService.ts +14 -0
- package/Server/Services/MonitorOwnerTeamService.ts +10 -0
- package/Server/Services/MonitorOwnerUserService.ts +10 -0
- package/Server/Services/MonitorProbeService.ts +99 -0
- package/Server/Services/MonitorSecretService.ts +10 -0
- package/Server/Services/MonitorService.ts +907 -0
- package/Server/Services/MonitorStatusService.ts +154 -0
- package/Server/Services/MonitorStatusTimelineService.ts +308 -0
- package/Server/Services/NotificationService.ts +196 -0
- package/Server/Services/OnCallDutyPolicyCustomFieldService.ts +9 -0
- package/Server/Services/OnCallDutyPolicyEscalationRuleScheduleService.ts +10 -0
- package/Server/Services/OnCallDutyPolicyEscalationRuleService.ts +725 -0
- package/Server/Services/OnCallDutyPolicyEscalationRuleTeamService.ts +9 -0
- package/Server/Services/OnCallDutyPolicyEscalationRuleUserService.ts +9 -0
- package/Server/Services/OnCallDutyPolicyExecutionLogService.ts +98 -0
- package/Server/Services/OnCallDutyPolicyExecutionLogTimelineService.ts +9 -0
- package/Server/Services/OnCallDutyPolicyScheduleLayerService.ts +124 -0
- package/Server/Services/OnCallDutyPolicyScheduleLayerUserService.ts +252 -0
- package/Server/Services/OnCallDutyPolicyScheduleService.ts +122 -0
- package/Server/Services/OnCallDutyPolicyService.ts +73 -0
- package/Server/Services/ProbeOwnerTeamService.ts +10 -0
- package/Server/Services/ProbeOwnerUserService.ts +10 -0
- package/Server/Services/ProbeService.ts +297 -0
- package/Server/Services/ProjectCallSMSConfigService.ts +47 -0
- package/Server/Services/ProjectService.ts +1137 -0
- package/Server/Services/ProjectSmtpConfigService.ts +58 -0
- package/Server/Services/ProjectSsoService.ts +10 -0
- package/Server/Services/PromoCodeService.ts +9 -0
- package/Server/Services/ResellerPlanService.ts +9 -0
- package/Server/Services/ResellerService.ts +9 -0
- package/Server/Services/ScheduledMaintenanceCustomFieldService.ts +9 -0
- package/Server/Services/ScheduledMaintenanceInternalNoteService.ts +10 -0
- package/Server/Services/ScheduledMaintenanceNoteTemplateService.ts +9 -0
- package/Server/Services/ScheduledMaintenanceOwnerTeamService.ts +10 -0
- package/Server/Services/ScheduledMaintenanceOwnerUserService.ts +10 -0
- package/Server/Services/ScheduledMaintenancePublicNoteService.ts +26 -0
- package/Server/Services/ScheduledMaintenanceService.ts +435 -0
- package/Server/Services/ScheduledMaintenanceStateService.ts +158 -0
- package/Server/Services/ScheduledMaintenanceStateTimelineService.ts +496 -0
- package/Server/Services/ServiceCatalogDependencyService.ts +49 -0
- package/Server/Services/ServiceCatalogMonitorService.ts +55 -0
- package/Server/Services/ServiceCatalogOwnerTeamService.ts +10 -0
- package/Server/Services/ServiceCatalogOwnerUserService.ts +10 -0
- package/Server/Services/ServiceCatalogService.ts +26 -0
- package/Server/Services/ServiceCatalogTelemetryServiceService.ts +57 -0
- package/Server/Services/ServiceCopilotCodeRepositoryService.ts +10 -0
- package/Server/Services/ShortLinkService.ts +61 -0
- package/Server/Services/SmsLogService.ts +11 -0
- package/Server/Services/SmsService.ts +58 -0
- package/Server/Services/SpanService.ts +11 -0
- package/Server/Services/StatusPageAnnouncementService.ts +10 -0
- package/Server/Services/StatusPageCertificateService.ts +59 -0
- package/Server/Services/StatusPageCustomFieldService.ts +9 -0
- package/Server/Services/StatusPageDomainService.ts +495 -0
- package/Server/Services/StatusPageFooterLinkService.ts +236 -0
- package/Server/Services/StatusPageGroupService.ts +232 -0
- package/Server/Services/StatusPageHeaderLinkService.ts +235 -0
- package/Server/Services/StatusPageHistoryChartBarColorRuleService.ts +238 -0
- package/Server/Services/StatusPageOwnerTeamService.ts +10 -0
- package/Server/Services/StatusPageOwnerUserService.ts +10 -0
- package/Server/Services/StatusPagePrivateUserService.ts +137 -0
- package/Server/Services/StatusPageResourceService.ts +260 -0
- package/Server/Services/StatusPageService.ts +1029 -0
- package/Server/Services/StatusPageSsoService.ts +10 -0
- package/Server/Services/StatusPageSubscriberService.ts +401 -0
- package/Server/Services/TeamMemberService.ts +454 -0
- package/Server/Services/TeamPermissionService.ts +366 -0
- package/Server/Services/TeamService.ts +72 -0
- package/Server/Services/TelemetryAttributeService.ts +83 -0
- package/Server/Services/TelemetryIngestionKeyService.ts +23 -0
- package/Server/Services/TelemetryServiceService.ts +50 -0
- package/Server/Services/TelemetryUsageBillingService.ts +150 -0
- package/Server/Services/UserCallService.ts +189 -0
- package/Server/Services/UserEmailService.ts +140 -0
- package/Server/Services/UserNotificationRuleService.ts +759 -0
- package/Server/Services/UserNotificationSettingService.ts +455 -0
- package/Server/Services/UserOnCallLogService.ts +251 -0
- package/Server/Services/UserOnCallLogTimelineService.ts +127 -0
- package/Server/Services/UserService.ts +321 -0
- package/Server/Services/UserSmsService.ts +169 -0
- package/Server/Services/UserTwoFactorAuthService.ts +122 -0
- package/Server/Services/WorkflowLogService.ts +10 -0
- package/Server/Services/WorkflowService.ts +81 -0
- package/Server/Services/WorkflowVariableService.ts +9 -0
- package/Server/Types/AnalyticsDatabase/AggregateBy.ts +36 -0
- package/Server/Types/AnalyticsDatabase/CountBy.ts +13 -0
- package/Server/Types/AnalyticsDatabase/CreateBy.ts +7 -0
- package/Server/Types/AnalyticsDatabase/CreateManyBy.ts +7 -0
- package/Server/Types/AnalyticsDatabase/DeleteBy.ts +8 -0
- package/Server/Types/AnalyticsDatabase/FindBy.ts +9 -0
- package/Server/Types/AnalyticsDatabase/FindOneBy.ts +14 -0
- package/Server/Types/AnalyticsDatabase/FindOneByID.ts +10 -0
- package/Server/Types/AnalyticsDatabase/GroupBy.ts +8 -0
- package/Server/Types/AnalyticsDatabase/Hooks.ts +27 -0
- package/Server/Types/AnalyticsDatabase/ModelPermission.ts +732 -0
- package/Server/Types/AnalyticsDatabase/Query.ts +6 -0
- package/Server/Types/AnalyticsDatabase/QueryHelper.ts +26 -0
- package/Server/Types/AnalyticsDatabase/Select.ts +15 -0
- package/Server/Types/AnalyticsDatabase/Sort.ts +6 -0
- package/Server/Types/AnalyticsDatabase/UpdateBy.ts +9 -0
- package/Server/Types/AnalyticsDatabase/UpdateByID.ts +7 -0
- package/Server/Types/BaseDatabase/DatabaseRequestType.ts +8 -0
- package/Server/Types/Billing/MeteredPlan/ActiveMonitoringMeteredPlan.ts +70 -0
- package/Server/Types/Billing/MeteredPlan/AllMeteredPlans.ts +53 -0
- package/Server/Types/Billing/MeteredPlan/ServerMeteredPlan.ts +31 -0
- package/Server/Types/Billing/MeteredPlan/TelemetryMeteredPlan.ts +134 -0
- package/Server/Types/Database/CountBy.ts +14 -0
- package/Server/Types/Database/CreateBy.ts +9 -0
- package/Server/Types/Database/DeleteBy.ts +11 -0
- package/Server/Types/Database/DeleteById.ts +9 -0
- package/Server/Types/Database/DeleteOneBy.ts +10 -0
- package/Server/Types/Database/FindBy.ts +9 -0
- package/Server/Types/Database/FindOneBy.ts +14 -0
- package/Server/Types/Database/FindOneByID.ts +10 -0
- package/Server/Types/Database/GroupBy.ts +8 -0
- package/Server/Types/Database/HardDeleteBy.ts +8 -0
- package/Server/Types/Database/Hooks.ts +27 -0
- package/Server/Types/Database/Permissions/AccessControlPermission.ts +364 -0
- package/Server/Types/Database/Permissions/BasePermission.ts +129 -0
- package/Server/Types/Database/Permissions/BillingPermission.ts +98 -0
- package/Server/Types/Database/Permissions/ColumnPermission.ts +220 -0
- package/Server/Types/Database/Permissions/CreatePermission.ts +50 -0
- package/Server/Types/Database/Permissions/DeletePermission.ts +71 -0
- package/Server/Types/Database/Permissions/Index.ts +70 -0
- package/Server/Types/Database/Permissions/PermissionsUtil.ts +22 -0
- package/Server/Types/Database/Permissions/PublicPermission.ts +43 -0
- package/Server/Types/Database/Permissions/QueryPermission.ts +173 -0
- package/Server/Types/Database/Permissions/ReadPermission.ts +126 -0
- package/Server/Types/Database/Permissions/SelectPermission.ts +69 -0
- package/Server/Types/Database/Permissions/TablePermission.ts +132 -0
- package/Server/Types/Database/Permissions/TenantPermission.ts +103 -0
- package/Server/Types/Database/Permissions/UpdatePermission.ts +66 -0
- package/Server/Types/Database/Permissions/UserPermission.ts +27 -0
- package/Server/Types/Database/Query.ts +25 -0
- package/Server/Types/Database/QueryHelper.ts +421 -0
- package/Server/Types/Database/QueryUtil.ts +210 -0
- package/Server/Types/Database/RelationSelect.ts +9 -0
- package/Server/Types/Database/SearchBy.ts +13 -0
- package/Server/Types/Database/SearchResult.ts +7 -0
- package/Server/Types/Database/Select.ts +14 -0
- package/Server/Types/Database/SelectUtil.ts +41 -0
- package/Server/Types/Database/Sort.ts +21 -0
- package/Server/Types/Database/UpdateBy.ts +11 -0
- package/Server/Types/Database/UpdateByID.ts +10 -0
- package/Server/Types/Database/UpdateByIDAndFetch.ts +8 -0
- package/Server/Types/Database/UpdateOneBy.ts +10 -0
- package/Server/Types/Domain.ts +47 -0
- package/Server/Types/FeatureSet.ts +3 -0
- package/Server/Types/FunctionTypes.ts +0 -0
- package/Server/Types/Markdown.ts +138 -0
- package/Server/Types/Workflow/ComponentCode.ts +48 -0
- package/Server/Types/Workflow/Components/API/Delete.ts +70 -0
- package/Server/Types/Workflow/Components/API/Get.ts +70 -0
- package/Server/Types/Workflow/Components/API/Patch.ts +70 -0
- package/Server/Types/Workflow/Components/API/Post.ts +70 -0
- package/Server/Types/Workflow/Components/API/Put.ts +70 -0
- package/Server/Types/Workflow/Components/API/Utils.ts +79 -0
- package/Server/Types/Workflow/Components/BaseModel/CreateManyBaseModel.ts +126 -0
- package/Server/Types/Workflow/Components/BaseModel/CreateOneBaseModel.ts +127 -0
- package/Server/Types/Workflow/Components/BaseModel/DeleteManyBaseModel.ts +152 -0
- package/Server/Types/Workflow/Components/BaseModel/DeleteOneBaseModel.ts +123 -0
- package/Server/Types/Workflow/Components/BaseModel/FindManyBaseModel.ts +180 -0
- package/Server/Types/Workflow/Components/BaseModel/FindOneBaseModel.ts +155 -0
- package/Server/Types/Workflow/Components/BaseModel/OnCreateBaseModel.ts +11 -0
- package/Server/Types/Workflow/Components/BaseModel/OnDeleteBaseModel.ts +11 -0
- package/Server/Types/Workflow/Components/BaseModel/OnTriggerBaseModel.ts +232 -0
- package/Server/Types/Workflow/Components/BaseModel/OnUpdateBaseModel.ts +11 -0
- package/Server/Types/Workflow/Components/BaseModel/UpdateManyBaseModel.ts +174 -0
- package/Server/Types/Workflow/Components/BaseModel/UpdateOneBaseModel.ts +145 -0
- package/Server/Types/Workflow/Components/Conditions/IfElse.ts +134 -0
- package/Server/Types/Workflow/Components/Email.ts +142 -0
- package/Server/Types/Workflow/Components/Index.ts +117 -0
- package/Server/Types/Workflow/Components/JSON/JsonToText.ts +80 -0
- package/Server/Types/Workflow/Components/JSON/MergeJson.ts +88 -0
- package/Server/Types/Workflow/Components/JSON/TextToJson.ts +78 -0
- package/Server/Types/Workflow/Components/JavaScript.ts +97 -0
- package/Server/Types/Workflow/Components/Log.ts +47 -0
- package/Server/Types/Workflow/Components/Manual.ts +21 -0
- package/Server/Types/Workflow/Components/MicrosoftTeams/SendMessageToChannel.ts +123 -0
- package/Server/Types/Workflow/Components/Schedule.ts +146 -0
- package/Server/Types/Workflow/Components/Slack/SendMessageToChannel.ts +102 -0
- package/Server/Types/Workflow/Components/Webhook.ts +86 -0
- package/Server/Types/Workflow/TriggerCode.ts +85 -0
- package/Server/Types/Workflow/Workflow.ts +9 -0
- package/Server/Utils/Airtable.ts +43 -0
- package/Server/Utils/AnalyticsDatabase/Statement.ts +203 -0
- package/Server/Utils/AnalyticsDatabase/StatementGenerator.ts +748 -0
- package/Server/Utils/BasicCron.ts +38 -0
- package/Server/Utils/CodeRepository/CodeRepository.ts +432 -0
- package/Server/Utils/CodeRepository/CodeRepositoryFile.ts +10 -0
- package/Server/Utils/CodeRepository/GitHub/GitHub.ts +240 -0
- package/Server/Utils/CodeRepository/HostedCodeRepository/HostedCodeRepository.ts +59 -0
- package/Server/Utils/Cookie.ts +188 -0
- package/Server/Utils/CronTab.ts +14 -0
- package/Server/Utils/Encryption.ts +32 -0
- package/Server/Utils/Environment.ts +20 -0
- package/Server/Utils/Errors.ts +24 -0
- package/Server/Utils/Execute.ts +25 -0
- package/Server/Utils/Express.ts +96 -0
- package/Server/Utils/Greenlock/Greenlock.ts +258 -0
- package/Server/Utils/JsonToCsv.ts +14 -0
- package/Server/Utils/JsonWebToken.ts +121 -0
- package/Server/Utils/LocalFile.ts +208 -0
- package/Server/Utils/Logger.ts +101 -0
- package/Server/Utils/Monitor/Criteria/APIRequestCriteria.ts +188 -0
- package/Server/Utils/Monitor/Criteria/CompareCriteria.ts +569 -0
- package/Server/Utils/Monitor/Criteria/CustomCodeMonitorCriteria.ts +109 -0
- package/Server/Utils/Monitor/Criteria/EvaluateOverTime.ts +120 -0
- package/Server/Utils/Monitor/Criteria/IncomingRequestCriteria.ts +239 -0
- package/Server/Utils/Monitor/Criteria/LogMonitorCriteria.ts +31 -0
- package/Server/Utils/Monitor/Criteria/SSLMonitorCriteria.ts +213 -0
- package/Server/Utils/Monitor/Criteria/ServerMonitorCriteria.ts +288 -0
- package/Server/Utils/Monitor/Criteria/SyntheticMonitor.ts +47 -0
- package/Server/Utils/Monitor/Criteria/TraceMonitorCriteria.ts +31 -0
- package/Server/Utils/Monitor/DataToProcess.ts +14 -0
- package/Server/Utils/Monitor/MonitorResource.ts +1266 -0
- package/Server/Utils/Process.ts +20 -0
- package/Server/Utils/Realtime.ts +146 -0
- package/Server/Utils/Response.ts +299 -0
- package/Server/Utils/Slack.ts +29 -0
- package/Server/Utils/StartServer.ts +289 -0
- package/Server/Utils/Stream.ts +30 -0
- package/Server/Utils/Telemetry.ts +279 -0
- package/Server/Utils/TwoFactorAuth.ts +75 -0
- package/Server/Utils/VM/VMAPI.ts +178 -0
- package/Server/Utils/VM/VMRunner.ts +58 -0
- package/Tests/Server/API/BaseAPI.test.ts +807 -0
- package/Tests/Server/API/Helpers.ts +67 -0
- package/Tests/Server/API/ProbeAPI.test.ts +107 -0
- package/Tests/Server/API/ProjectAPI.test.ts +219 -0
- package/Tests/Server/API/UserSmsApi.test.ts +242 -0
- package/Tests/Server/Middleware/BearerTokenAuthorization.test.ts +74 -0
- package/Tests/Server/Middleware/ClusterKeyAuthorization.test.ts +102 -0
- package/Tests/Server/Middleware/NotificationMiddleware.test.ts +182 -0
- package/Tests/Server/Middleware/ProjectAuthorization.test.ts +289 -0
- package/Tests/Server/Middleware/UserAuthorization.test.ts +831 -0
- package/Tests/Server/Services/AnalyticsDatabaseService.test.ts +258 -0
- package/Tests/Server/Services/BillingService.test.ts +1441 -0
- package/Tests/Server/Services/ProbeService.test.ts +838 -0
- package/Tests/Server/Services/ScheduledMaintenanceService.test.ts +119 -0
- package/Tests/Server/Services/TeamMemberService.test.ts +1252 -0
- package/Tests/Server/TestingUtils/Init.ts +5 -0
- package/Tests/Server/TestingUtils/Postgres/TestDataSourceOptions.ts +21 -0
- package/Tests/Server/TestingUtils/Redis/TestRedisOptions.ts +27 -0
- package/Tests/Server/TestingUtils/Services/BillingServiceHelper.ts +202 -0
- package/Tests/Server/TestingUtils/Services/ProjectServiceHelper.ts +56 -0
- package/Tests/Server/TestingUtils/Services/ScheduledMaintenanceServiceHelper.ts +29 -0
- package/Tests/Server/TestingUtils/Services/ScheduledMaintenanceStateServiceHelper.ts +43 -0
- package/Tests/Server/TestingUtils/Services/TeamMemberServiceHelper.ts +22 -0
- package/Tests/Server/TestingUtils/Services/TeamServiceHelper.ts +34 -0
- package/Tests/Server/TestingUtils/Services/Types.ts +57 -0
- package/Tests/Server/TestingUtils/Services/UserServiceHelper.ts +50 -0
- package/Tests/Server/TestingUtils/__mocks__/Stripe.mock.ts +16 -0
- package/Tests/Server/TestingUtils/__mocks__/TestDatabase.mock.ts +30 -0
- package/Tests/Server/Utils/AnalyticsDatabase/Statement.test.ts +105 -0
- package/Tests/Server/Utils/AnalyticsDatabase/StatementGenerator.test.ts +359 -0
- package/Tests/Server/Utils/Cookie.test.ts +121 -0
- package/Tests/Server/Utils/CronTab.test.ts +44 -0
- package/Tests/Server/Utils/JsonToCsv.test.ts +147 -0
- package/Tests/Types/API/Headers.test.ts +1 -1
- package/Tests/Types/Database/Date.test.ts +12 -17
- package/Tests/Types/Sleep.test.ts +4 -8
- package/Tests/UI/Components/404.test.tsx +73 -0
- package/Tests/UI/Components/Alert.test.tsx +102 -0
- package/Tests/UI/Components/Badge.test.tsx +60 -0
- package/Tests/UI/Components/BasicForm.test.tsx +135 -0
- package/Tests/UI/Components/Breadcrumbs.test.tsx +79 -0
- package/Tests/UI/Components/Button.test.tsx +202 -0
- package/Tests/UI/Components/Card.test.tsx +111 -0
- package/Tests/UI/Components/ColorViewer.test.tsx +63 -0
- package/Tests/UI/Components/ComponentsModal.test.tsx +423 -0
- package/Tests/UI/Components/ConfirmModal.test.tsx +91 -0
- package/Tests/UI/Components/DictionaryOfStrings.test.tsx +119 -0
- package/Tests/UI/Components/Dropdown.test.tsx +247 -0
- package/Tests/UI/Components/DuplicateModel.test.tsx +306 -0
- package/Tests/UI/Components/EmptyState/EmptyState.test.tsx +44 -0
- package/Tests/UI/Components/ErrorBoundary.test.tsx +50 -0
- package/Tests/UI/Components/FilePicker.test.tsx +393 -0
- package/Tests/UI/Components/HiddenText.test.tsx +63 -0
- package/Tests/UI/Components/Input.test.tsx +286 -0
- package/Tests/UI/Components/Item.test.tsx +72 -0
- package/Tests/UI/Components/List.test.tsx +99 -0
- package/Tests/UI/Components/Loader.test.tsx +31 -0
- package/Tests/UI/Components/MasterPage.test.tsx +62 -0
- package/Tests/UI/Components/Modal.test.tsx +276 -0
- package/Tests/UI/Components/NavBar.test.tsx +44 -0
- package/Tests/UI/Components/OrderedStatesList.test.tsx +131 -0
- package/Tests/UI/Components/Pagination.test.tsx +166 -0
- package/Tests/UI/Components/Pill.test.tsx +49 -0
- package/Tests/UI/Components/Probe.test.tsx +64 -0
- package/Tests/UI/Components/ProgressBar.test.tsx +52 -0
- package/Tests/UI/Components/RadioButtons.test.tsx +106 -0
- package/Tests/UI/Components/SideMenuItem.test.tsx +153 -0
- package/Tests/UI/Components/SideOver.test.tsx +112 -0
- package/Tests/UI/Components/Tabs.test.tsx +88 -0
- package/Tests/UI/Components/Template/Template.test.tsx +17 -0
- package/Tests/UI/Components/TextArea.test.tsx +153 -0
- package/Tests/UI/Components/Toast.test.tsx +74 -0
- package/Tests/UI/Components/Toggle.test.tsx +170 -0
- package/Tests/UI/Components/TopSection.test.tsx +45 -0
- package/Tests/UI/Index.tsx +1 -0
- package/Tests/UI/Mocks/FileMock.ts +1 -0
- package/Tests/Utils/Faker.test.ts +1 -1
- package/Types/API/HTTPMethod.ts +1 -0
- package/Types/BaseDatabase/InBetween.ts +2 -18
- package/Types/BaseDatabase/Includes.ts +1 -1
- package/Types/Domain.ts +1 -1
- package/Types/JSONFunctions.ts +7 -0
- package/Types/Monitor/CriteriaFilter.ts +3 -0
- package/Types/Monitor/LogMonitor/LogMonitorResponse.ts +3 -2
- package/Types/Monitor/MonitorCriteriaInstance.ts +54 -0
- package/Types/Monitor/MonitorStep.ts +26 -0
- package/Types/Monitor/MonitorStepTraceMonitor.ts +96 -0
- package/Types/Monitor/MonitorSteps.ts +7 -1
- package/Types/Monitor/MonitorType.ts +6 -6
- package/Types/Monitor/TraceMonitor/TraceMonitorResponse.ts +9 -0
- package/Types/SerializableObjectDictionary.ts +2 -0
- package/Types/StatusPage/UptimePrecision.ts +8 -0
- package/Types/Workflow/ComponentID.ts +1 -0
- package/Types/Workflow/Components/API.ts +86 -0
- package/UI/Components/404.tsx +59 -0
- package/UI/Components/Accordion/Accordion.tsx +119 -0
- package/UI/Components/Accordion/AccordionGroup.tsx +13 -0
- package/UI/Components/ActionButton/ActionButtonSchema.ts +19 -0
- package/UI/Components/Alerts/Alert.tsx +135 -0
- package/UI/Components/AuthContainer/AuthContainer.tsx +13 -0
- package/UI/Components/Badge/Badge.tsx +48 -0
- package/UI/Components/Banner/Banner.tsx +48 -0
- package/UI/Components/Breadcrumbs/Breadcrumbs.tsx +67 -0
- package/UI/Components/BulkUpdate/BulkUpdateForm.tsx +301 -0
- package/UI/Components/Button/Button.tsx +249 -0
- package/UI/Components/Button/ButtonTypes.ts +7 -0
- package/UI/Components/Calendar/Calendar.tsx +93 -0
- package/UI/Components/Card/Card.tsx +105 -0
- package/UI/Components/Card/CardButtons/Refresh.ts +15 -0
- package/UI/Components/CategoryCheckbox/Category.tsx +138 -0
- package/UI/Components/CategoryCheckbox/CategoryCheckboxTypes.ts +14 -0
- package/UI/Components/CategoryCheckbox/CheckboxList.tsx +103 -0
- package/UI/Components/CategoryCheckbox/Index.tsx +173 -0
- package/UI/Components/Charts/Bar/Bar.tsx +0 -0
- package/UI/Components/Charts/Base/BaseChart.tsx +0 -0
- package/UI/Components/Charts/ChartGroup/ChartGroup.tsx +74 -0
- package/UI/Components/Charts/Line/LineChart.tsx +240 -0
- package/UI/Components/Charts/Tooltip/Tooltip.tsx +84 -0
- package/UI/Components/Checkbox/Checkbox.tsx +94 -0
- package/UI/Components/Checkbox/CheckboxViewer.tsx +36 -0
- package/UI/Components/CodeBlock/CodeBlock.tsx +20 -0
- package/UI/Components/CodeEditor/CodeEditor.tsx +192 -0
- package/UI/Components/ColorCircle/ColorCircle.tsx +25 -0
- package/UI/Components/ColorSquareCube/ColorSquareCube.tsx +25 -0
- package/UI/Components/ColorViewer/ColorViewer.tsx +46 -0
- package/UI/Components/ComingSoon/ComingSoon.tsx +16 -0
- package/UI/Components/ComponentLoader/CompactLoader.tsx +13 -0
- package/UI/Components/ComponentLoader/ComponentLoader.tsx +12 -0
- package/UI/Components/CopyTextButton/CopyTextButton.tsx +37 -0
- package/UI/Components/CopyableButton/CopyableButton.tsx +51 -0
- package/UI/Components/CustomFields/CustomFieldsDetail.tsx +176 -0
- package/UI/Components/Date/StartAndEndDate.tsx +369 -0
- package/UI/Components/Detail/Detail.tsx +410 -0
- package/UI/Components/Detail/Field.ts +44 -0
- package/UI/Components/Detail/FieldLabel.tsx +47 -0
- package/UI/Components/Detail/PlaceholderText.tsx +13 -0
- package/UI/Components/Dictionary/Dictionary.tsx +326 -0
- package/UI/Components/Dictionary/DictionaryOfStingsViewer.tsx +63 -0
- package/UI/Components/Dictionary/DictionaryOfStrings.tsx +40 -0
- package/UI/Components/Divider/Divider.tsx +12 -0
- package/UI/Components/Dropdown/Dropdown.tsx +218 -0
- package/UI/Components/DuplicateModel/DuplicateModel.tsx +159 -0
- package/UI/Components/EmptyState/EmptyState.tsx +47 -0
- package/UI/Components/Error/PageError.tsx +38 -0
- package/UI/Components/ErrorBoundary.tsx +42 -0
- package/UI/Components/ErrorMessage/ErrorMessage.tsx +33 -0
- package/UI/Components/EventHistoryList/EventHistoryDayList.tsx +46 -0
- package/UI/Components/EventHistoryList/EventHistoryList.tsx +28 -0
- package/UI/Components/EventHistoryList/NoEventDay.tsx +27 -0
- package/UI/Components/EventItem/EventItem.tsx +320 -0
- package/UI/Components/Events/RecurringFieldElement.tsx +88 -0
- package/UI/Components/Events/RecurringViewElement.tsx +27 -0
- package/UI/Components/FilePicker/FilePicker.tsx +269 -0
- package/UI/Components/Filters/BooleanFilter.tsx +60 -0
- package/UI/Components/Filters/DateFilter.tsx +52 -0
- package/UI/Components/Filters/DropdownFilter.tsx +71 -0
- package/UI/Components/Filters/EntityFilter.tsx +70 -0
- package/UI/Components/Filters/FilterModal.tsx +0 -0
- package/UI/Components/Filters/FilterViewer.tsx +446 -0
- package/UI/Components/Filters/FilterViewerItem.tsx +27 -0
- package/UI/Components/Filters/FiltersForm.tsx +146 -0
- package/UI/Components/Filters/JSONFilter.tsx +55 -0
- package/UI/Components/Filters/TextFilter.tsx +99 -0
- package/UI/Components/Filters/Types/Filter.ts +12 -0
- package/UI/Components/Filters/Types/FilterData.ts +6 -0
- package/UI/Components/Footer/Footer.tsx +60 -0
- package/UI/Components/FormModal/BasicFormModal.tsx +68 -0
- package/UI/Components/Forms/BasicForm.tsx +658 -0
- package/UI/Components/Forms/BasicModelForm.tsx +128 -0
- package/UI/Components/Forms/Fields/ColorPicker.tsx +135 -0
- package/UI/Components/Forms/Fields/FieldLabel.tsx +50 -0
- package/UI/Components/Forms/Fields/FormField.tsx +651 -0
- package/UI/Components/Forms/ModelForm.tsx +760 -0
- package/UI/Components/Forms/Steps/Step.tsx +85 -0
- package/UI/Components/Forms/Steps/Steps.tsx +65 -0
- package/UI/Components/Forms/Types/Field.ts +105 -0
- package/UI/Components/Forms/Types/Fields.ts +5 -0
- package/UI/Components/Forms/Types/FormFieldSchemaType.ts +40 -0
- package/UI/Components/Forms/Types/FormFieldsSchema.ts +13 -0
- package/UI/Components/Forms/Types/FormStep.ts +13 -0
- package/UI/Components/Forms/Types/FormValues.ts +11 -0
- package/UI/Components/Forms/Validation.ts +337 -0
- package/UI/Components/Forms/WizardForm.tsx +0 -0
- package/UI/Components/FullPageModal/FullPageModal.tsx +32 -0
- package/UI/Components/GanttChart/Bar/BarLabel.tsx +17 -0
- package/UI/Components/GanttChart/Bar/Index.tsx +118 -0
- package/UI/Components/GanttChart/ChartContainer.tsx +42 -0
- package/UI/Components/GanttChart/Index.tsx +84 -0
- package/UI/Components/GanttChart/Row/Index.tsx +21 -0
- package/UI/Components/GanttChart/Row/Row.tsx +138 -0
- package/UI/Components/GanttChart/Row/RowLabel.tsx +21 -0
- package/UI/Components/GanttChart/Rows.tsx +53 -0
- package/UI/Components/GanttChart/Timeline/Index.tsx +46 -0
- package/UI/Components/GanttChart/Timeline/TimelineInterval.tsx +33 -0
- package/UI/Components/GanttChart/Timeline/TimelineIntervalMarks.tsx +43 -0
- package/UI/Components/Graphs/DayUptimeGraph.tsx +239 -0
- package/UI/Components/Header/Header.tsx +38 -0
- package/UI/Components/Header/HeaderIconDropdown/HeaderIconDropdown.tsx +0 -0
- package/UI/Components/Header/HeaderIconDropdownButton.tsx +84 -0
- package/UI/Components/Header/IconDropdown/IconDropdownItem.tsx +34 -0
- package/UI/Components/Header/IconDropdown/IconDropdownMenu.tsx +22 -0
- package/UI/Components/Header/IconDropdown/IconDropdownRow.tsx +13 -0
- package/UI/Components/Header/Notifications/NotificationItem.tsx +48 -0
- package/UI/Components/Header/Notifications/Notifications.tsx +98 -0
- package/UI/Components/Header/ProjectPicker/CreateNewProjectButton.tsx +34 -0
- package/UI/Components/Header/ProjectPicker/ProjectPicker.tsx +118 -0
- package/UI/Components/Header/ProjectPicker/ProjectPickerFilterBox.tsx +27 -0
- package/UI/Components/Header/ProjectPicker/ProjectPickerMenu.tsx +30 -0
- package/UI/Components/Header/ProjectPicker/ProjectPickerMenuItem.tsx +43 -0
- package/UI/Components/Header/SearchBox.tsx +30 -0
- package/UI/Components/Header/UserProfile/UserProfile.tsx +46 -0
- package/UI/Components/Header/UserProfile/UserProfileDropdownDivider.tsx +7 -0
- package/UI/Components/Header/UserProfile/UserProfileMenu.tsx +29 -0
- package/UI/Components/Header/UserProfile/UserProfileMenuItem.tsx +48 -0
- package/UI/Components/HeaderAlert/HeaderAlert.tsx +34 -0
- package/UI/Components/HeaderAlert/HeaderModelAlert.tsx +91 -0
- package/UI/Components/HiddenText/HiddenText.tsx +57 -0
- package/UI/Components/HorizontalRule/HorizontalRule.tsx +17 -0
- package/UI/Components/Icon/CircularIconImage.tsx +35 -0
- package/UI/Components/Icon/Icon.tsx +1124 -0
- package/UI/Components/Image/Image.tsx +65 -0
- package/UI/Components/ImageTiles/ImageTiles.tsx +58 -0
- package/UI/Components/InfoCard/InfoCard.tsx +26 -0
- package/UI/Components/InlineCode/InlineCode.tsx +17 -0
- package/UI/Components/Input/Input.tsx +230 -0
- package/UI/Components/Link/Link.tsx +89 -0
- package/UI/Components/List/List.tsx +154 -0
- package/UI/Components/List/ListBody.tsx +72 -0
- package/UI/Components/List/ListRow.tsx +161 -0
- package/UI/Components/Loader/Loader.tsx +50 -0
- package/UI/Components/Loader/PageLoader.tsx +22 -0
- package/UI/Components/LogsViewer/LogItem.tsx +266 -0
- package/UI/Components/LogsViewer/LogsViewer.tsx +252 -0
- package/UI/Components/Markdown.tsx/LazyMarkdownViewer.tsx +24 -0
- package/UI/Components/Markdown.tsx/MarkdownEditor.tsx +32 -0
- package/UI/Components/Markdown.tsx/MarkdownViewer.tsx +148 -0
- package/UI/Components/MasterPage/MasterPage.tsx +58 -0
- package/UI/Components/Modal/ConfirmModal.tsx +53 -0
- package/UI/Components/Modal/Modal.tsx +181 -0
- package/UI/Components/Modal/ModalBody.tsx +20 -0
- package/UI/Components/Modal/ModalFooter.tsx +66 -0
- package/UI/Components/ModelDelete/ModelDelete.tsx +99 -0
- package/UI/Components/ModelDetail/CardModelDetail.tsx +139 -0
- package/UI/Components/ModelDetail/Field.ts +8 -0
- package/UI/Components/ModelDetail/ModelDetail.tsx +267 -0
- package/UI/Components/ModelFilter/Filter.ts +29 -0
- package/UI/Components/ModelFormModal/ModelFormModal.tsx +120 -0
- package/UI/Components/ModelList/ModelList.tsx +303 -0
- package/UI/Components/ModelList/StaticModelList.tsx +190 -0
- package/UI/Components/ModelListModal/ModelListModal.tsx +56 -0
- package/UI/Components/ModelProgress/ModelProgress.tsx +74 -0
- package/UI/Components/ModelTable/AnalyticsModelTable.tsx +112 -0
- package/UI/Components/ModelTable/BaseModelTable.tsx +1798 -0
- package/UI/Components/ModelTable/Column.ts +34 -0
- package/UI/Components/ModelTable/Columns.ts +7 -0
- package/UI/Components/ModelTable/ModelTable.tsx +187 -0
- package/UI/Components/MonitorGraphs/Uptime.tsx +90 -0
- package/UI/Components/MonitorGraphs/UptimeUtil.ts +3 -0
- package/UI/Components/Navbar/NavBar.tsx +27 -0
- package/UI/Components/Navbar/NavBarItem.tsx +78 -0
- package/UI/Components/Navbar/NavBarMenu.tsx +52 -0
- package/UI/Components/Navbar/NavBarMenuItem.tsx +37 -0
- package/UI/Components/Navbar/NavBarMenuSubItem.tsx +20 -0
- package/UI/Components/ObjectID/IDGenerator.tsx +85 -0
- package/UI/Components/OrderedStatesList/Item.tsx +114 -0
- package/UI/Components/OrderedStatesList/OrderedStatesList.tsx +155 -0
- package/UI/Components/Page/ModelPage.tsx +79 -0
- package/UI/Components/Page/Page.tsx +91 -0
- package/UI/Components/Pagination/Pagination.tsx +243 -0
- package/UI/Components/Pill/Pill.tsx +67 -0
- package/UI/Components/Probe/Probe.tsx +69 -0
- package/UI/Components/ProgressBar/ProgressBar.tsx +69 -0
- package/UI/Components/QR/QR.tsx +41 -0
- package/UI/Components/Radio/Radio.tsx +66 -0
- package/UI/Components/RadioButtons/BasicRadioButtons.tsx +93 -0
- package/UI/Components/RadioButtons/GroupRadioButtons.tsx +125 -0
- package/UI/Components/ResetObjectID/ResetObjectID.tsx +139 -0
- package/UI/Components/ShortcutKey/Shortcut.tsx +20 -0
- package/UI/Components/ShortcutKey/ShortcutKey.ts +8 -0
- package/UI/Components/SideMenu/CountModelSideMenuItem.tsx +81 -0
- package/UI/Components/SideMenu/SideMenu.tsx +26 -0
- package/UI/Components/SideMenu/SideMenuItem.tsx +194 -0
- package/UI/Components/SideMenu/SideMenuSection.tsx +19 -0
- package/UI/Components/SideOver/SideOver.tsx +118 -0
- package/UI/Components/SimpleLogViewer/SimpleLogViewer.tsx +17 -0
- package/UI/Components/StatusBubble/StatusBubble.tsx +51 -0
- package/UI/Components/Table/Table.tsx +301 -0
- package/UI/Components/Table/TableBody.tsx +90 -0
- package/UI/Components/Table/TableCard.tsx +31 -0
- package/UI/Components/Table/TableHeader.tsx +129 -0
- package/UI/Components/Table/TableRow.tsx +276 -0
- package/UI/Components/Table/Types/Column.ts +20 -0
- package/UI/Components/Table/Types/Columns.ts +6 -0
- package/UI/Components/TableColumnList/TableColumnListComponent.tsx +83 -0
- package/UI/Components/Tabs/Tab.tsx +68 -0
- package/UI/Components/Tabs/Tabs.tsx +52 -0
- package/UI/Components/Template/Template.tsx +13 -0
- package/UI/Components/TextArea/TextArea.tsx +101 -0
- package/UI/Components/Toast/Toast.tsx +122 -0
- package/UI/Components/Toast/ToastInit.tsx +60 -0
- package/UI/Components/Toggle/Toggle.tsx +113 -0
- package/UI/Components/Tooltip/Tooltip.tsx +24 -0
- package/UI/Components/TopAlert/TopAlert.tsx +43 -0
- package/UI/Components/TopSection/TopSection.tsx +23 -0
- package/UI/Components/Types/FieldType.ts +39 -0
- package/UI/Components/Workflow/ArgumentsForm.tsx +177 -0
- package/UI/Components/Workflow/Component.tsx +321 -0
- package/UI/Components/Workflow/ComponentArgumentsViewer.tsx +61 -0
- package/UI/Components/Workflow/ComponentPortViewer.tsx +55 -0
- package/UI/Components/Workflow/ComponentReturnValueViewer.tsx +60 -0
- package/UI/Components/Workflow/ComponentSettingsModal.tsx +168 -0
- package/UI/Components/Workflow/ComponentValuePickerModal.tsx +197 -0
- package/UI/Components/Workflow/ComponentsModal.tsx +207 -0
- package/UI/Components/Workflow/DocumentationViewer.tsx +79 -0
- package/UI/Components/Workflow/RunForm.tsx +109 -0
- package/UI/Components/Workflow/RunModal.tsx +121 -0
- package/UI/Components/Workflow/Utils.ts +267 -0
- package/UI/Components/Workflow/VariableModal.tsx +55 -0
- package/UI/Components/Workflow/Workflow.tsx +525 -0
- package/UI/Components/Workflow/WorkflowStatus.tsx +37 -0
- package/UI/Config.ts +211 -0
- package/UI/Container.tsx +16 -0
- package/UI/Fonts/boxicons.eot +0 -0
- package/UI/Fonts/boxicons.svg +1510 -0
- package/UI/Fonts/boxicons.ttf +0 -0
- package/UI/Fonts/boxicons.woff +0 -0
- package/UI/Fonts/boxicons.woff2 +0 -0
- package/UI/Fonts/dripicons-v2.eot +0 -0
- package/UI/Fonts/dripicons-v2.svg +210 -0
- package/UI/Fonts/dripicons-v2.ttf +0 -0
- package/UI/Fonts/dripicons-v2.woff +0 -0
- package/UI/Fonts/fa-brands-400.eot +0 -0
- package/UI/Fonts/fa-brands-400.svg +3570 -0
- package/UI/Fonts/fa-brands-400.ttf +0 -0
- package/UI/Fonts/fa-brands-400.woff +0 -0
- package/UI/Fonts/fa-brands-400.woff2 +0 -0
- package/UI/Fonts/fa-regular-400.eot +0 -0
- package/UI/Fonts/fa-regular-400.svg +803 -0
- package/UI/Fonts/fa-regular-400.ttf +0 -0
- package/UI/Fonts/fa-regular-400.woff +0 -0
- package/UI/Fonts/fa-regular-400.woff2 +0 -0
- package/UI/Fonts/fa-solid-900.eot +0 -0
- package/UI/Fonts/fa-solid-900.svg +4938 -0
- package/UI/Fonts/fa-solid-900.ttf +0 -0
- package/UI/Fonts/fa-solid-900.woff +0 -0
- package/UI/Fonts/fa-solid-900.woff2 +0 -0
- package/UI/Fonts/materialdesignicons-webfont.eot +0 -0
- package/UI/Fonts/materialdesignicons-webfont.ttf +0 -0
- package/UI/Fonts/materialdesignicons-webfont.woff +0 -0
- package/UI/Fonts/materialdesignicons-webfont.woff2 +0 -0
- package/UI/Images/auth-bg.jpg +0 -0
- package/UI/Images/banner/placeholder.png +0 -0
- package/UI/Images/bg-1.jpg +0 -0
- package/UI/Images/bg-2.jpg +0 -0
- package/UI/Images/bg-3.jpg +0 -0
- package/UI/Images/error-img.png +0 -0
- package/UI/Images/favicon.ico +0 -0
- package/UI/Images/flags/french.jpg +0 -0
- package/UI/Images/flags/germany.jpg +0 -0
- package/UI/Images/flags/italy.jpg +0 -0
- package/UI/Images/flags/russia.jpg +0 -0
- package/UI/Images/flags/select2/ak.png +0 -0
- package/UI/Images/flags/select2/ca.png +0 -0
- package/UI/Images/flags/select2/hi.png +0 -0
- package/UI/Images/flags/select2/nv.png +0 -0
- package/UI/Images/flags/select2/or.png +0 -0
- package/UI/Images/flags/select2/wa.png +0 -0
- package/UI/Images/flags/spain.jpg +0 -0
- package/UI/Images/flags/us.jpg +0 -0
- package/UI/Images/giftbox.png +0 -0
- package/UI/Images/logo-sm.svg +1 -0
- package/UI/Images/logos/OneUptimeJPG/1.jpg +0 -0
- package/UI/Images/logos/OneUptimeJPG/2.jpg +0 -0
- package/UI/Images/logos/OneUptimeJPG/3.jpg +0 -0
- package/UI/Images/logos/OneUptimeJPG/4.jpg +0 -0
- package/UI/Images/logos/OneUptimeJPG/5.jpg +0 -0
- package/UI/Images/logos/OneUptimeJPG/6.jpg +0 -0
- package/UI/Images/logos/OneUptimePNG/1.png +0 -0
- package/UI/Images/logos/OneUptimePNG/2.png +0 -0
- package/UI/Images/logos/OneUptimePNG/3.png +0 -0
- package/UI/Images/logos/OneUptimePNG/4.png +0 -0
- package/UI/Images/logos/OneUptimePNG/5.png +0 -0
- package/UI/Images/logos/OneUptimePNG/6.png +0 -0
- package/UI/Images/logos/OneUptimePNG/7.png +0 -0
- package/UI/Images/logos/OneUptimeSVG/1.svg +1 -0
- package/UI/Images/logos/OneUptimeSVG/2.svg +1 -0
- package/UI/Images/logos/OneUptimeSVG/3-transparent.svg +1 -0
- package/UI/Images/logos/OneUptimeSVG/3.svg +1 -0
- package/UI/Images/logos/OneUptimeSVG/4.svg +1 -0
- package/UI/Images/logos/OneUptimeSVG/5.svg +1 -0
- package/UI/Images/logos/OneUptimeSVG/6.svg +1 -0
- package/UI/Images/small/img-1.jpg +0 -0
- package/UI/Images/small/img-2.jpg +0 -0
- package/UI/Images/small/img-3.jpg +0 -0
- package/UI/Images/small/img-4.jpg +0 -0
- package/UI/Images/small/img-5.jpg +0 -0
- package/UI/Images/small/img-6.jpg +0 -0
- package/UI/Images/small/img-7.jpg +0 -0
- package/UI/Images/undraw-calendar.svg +1 -0
- package/UI/Images/users/avatar-1.jpg +0 -0
- package/UI/Images/users/avatar-10.jpg +0 -0
- package/UI/Images/users/avatar-2.jpg +0 -0
- package/UI/Images/users/avatar-3.jpg +0 -0
- package/UI/Images/users/avatar-4.jpg +0 -0
- package/UI/Images/users/avatar-5.jpg +0 -0
- package/UI/Images/users/avatar-6.jpg +0 -0
- package/UI/Images/users/avatar-7.jpg +0 -0
- package/UI/Images/users/avatar-8.jpg +0 -0
- package/UI/Images/users/avatar-9.jpg +0 -0
- package/UI/Images/users/blank-profile.svg +8 -0
- package/UI/Types/AlignItem.ts +7 -0
- package/UI/Types/EntityFieldType.ts +20 -0
- package/UI/Types/FunctionTypes.ts +5 -0
- package/UI/Types/HtmlEvents.ts +7 -0
- package/UI/Types/RequiredEntityFields.ts +11 -0
- package/UI/Types/SelectEntityField.ts +11 -0
- package/UI/Types/UseComponentOutsideClick.ts +42 -0
- package/UI/Utils/API/API.ts +148 -0
- package/UI/Utils/API/ApiDocsAPI.ts +11 -0
- package/UI/Utils/API/DashboardAPI.ts +11 -0
- package/UI/Utils/API/DashboardFrontendAPI.ts +10 -0
- package/UI/Utils/API/HelmAPI.ts +10 -0
- package/UI/Utils/API/IdentityAPI.ts +11 -0
- package/UI/Utils/API/IntegrationAPI.ts +10 -0
- package/UI/Utils/Analytics.ts +6 -0
- package/UI/Utils/AnalyticsModelAPI/AnalyticsModelAPI.ts +520 -0
- package/UI/Utils/BaseDatabase/GroupBy.ts +9 -0
- package/UI/Utils/BaseDatabase/ListResult.ts +12 -0
- package/UI/Utils/BaseDatabase/Query.ts +25 -0
- package/UI/Utils/BaseDatabase/RequestOptions.ts +7 -0
- package/UI/Utils/BaseDatabase/Select.ts +9 -0
- package/UI/Utils/BaseDatabase/Sort.ts +10 -0
- package/UI/Utils/Clipboard.ts +5 -0
- package/UI/Utils/Cookie.ts +72 -0
- package/UI/Utils/Dropdown.ts +72 -0
- package/UI/Utils/File.ts +11 -0
- package/UI/Utils/GlobalEvents.ts +30 -0
- package/UI/Utils/History.ts +3 -0
- package/UI/Utils/JWT.ts +8 -0
- package/UI/Utils/JsonWebToken.ts +14 -0
- package/UI/Utils/LocalStorage.ts +45 -0
- package/UI/Utils/Logger.ts +21 -0
- package/UI/Utils/Login.ts +36 -0
- package/UI/Utils/ModelAPI/ModelAPI.ts +454 -0
- package/UI/Utils/Navigation.ts +243 -0
- package/UI/Utils/Permission.ts +90 -0
- package/UI/Utils/PricingPlan.ts +116 -0
- package/UI/Utils/Project.ts +52 -0
- package/UI/Utils/Realtime.ts +128 -0
- package/UI/Utils/StatusPage.ts +115 -0
- package/UI/Utils/Tailwind.ts +5 -0
- package/UI/Utils/Telemetry.ts +56 -0
- package/UI/Utils/Timezone.ts +37 -0
- package/UI/Utils/User.ts +193 -0
- package/Utils/API.ts +40 -0
- package/Utils/Faker.ts +22 -4
- package/Utils/Slug.ts +1 -1
- package/Utils/Uptime/UptimeUtil.ts +119 -6
- package/build/dist/Models/AnalyticsModels/AnalyticsBaseModel/AnalyticsBaseModel.js.map +1 -1
- package/build/dist/Models/AnalyticsModels/AnalyticsBaseModel/CommonModel.js.map +1 -1
- package/build/dist/Models/DatabaseModels/AcmeCertificate.js.map +1 -1
- package/build/dist/Models/DatabaseModels/AcmeChallenge.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ApiKey.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ApiKeyPermission.js.map +1 -1
- package/build/dist/Models/DatabaseModels/BillingInvoice.js.map +1 -1
- package/build/dist/Models/DatabaseModels/BillingPaymentMethod.js.map +1 -1
- package/build/dist/Models/DatabaseModels/CallLog.js.map +1 -1
- package/build/dist/Models/DatabaseModels/CopilotAction.js.map +1 -1
- package/build/dist/Models/DatabaseModels/CopilotCodeRepository.js.map +1 -1
- package/build/dist/Models/DatabaseModels/CopilotPullRequest.js.map +1 -1
- package/build/dist/Models/DatabaseModels/DataMigration.js.map +1 -1
- package/build/dist/Models/DatabaseModels/DatabaseBaseModel/DatabaseBaseModel.js.map +1 -1
- package/build/dist/Models/DatabaseModels/DatabaseBaseModel/FileModel.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Domain.js.map +1 -1
- package/build/dist/Models/DatabaseModels/EmailLog.js.map +1 -1
- package/build/dist/Models/DatabaseModels/EmailVerificationToken.js.map +1 -1
- package/build/dist/Models/DatabaseModels/GlobalConfig.js.map +1 -1
- package/build/dist/Models/DatabaseModels/GreenlockCertificate.js.map +1 -1
- package/build/dist/Models/DatabaseModels/GreenlockChallenge.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Incident.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentCustomField.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentInternalNote.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentNoteTemplate.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentOwnerTeam.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentOwnerUser.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentPublicNote.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentSeverity.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentState.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentStateTimeline.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentTemplate.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentTemplateOwnerTeam.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentTemplateOwnerUser.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Label.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Monitor.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorCustomField.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorGroup.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorGroupOwnerTeam.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorGroupOwnerUser.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorGroupResource.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorOwnerTeam.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorOwnerUser.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorProbe.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorSecret.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorStatus.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorStatusTimeline.js.map +1 -1
- package/build/dist/Models/DatabaseModels/OnCallDutyPolicy.js.map +1 -1
- package/build/dist/Models/DatabaseModels/OnCallDutyPolicyCustomField.js.map +1 -1
- package/build/dist/Models/DatabaseModels/OnCallDutyPolicyEscalationRule.js.map +1 -1
- package/build/dist/Models/DatabaseModels/OnCallDutyPolicyEscalationRuleSchedule.js.map +1 -1
- package/build/dist/Models/DatabaseModels/OnCallDutyPolicyEscalationRuleTeam.js.map +1 -1
- package/build/dist/Models/DatabaseModels/OnCallDutyPolicyEscalationRuleUser.js.map +1 -1
- package/build/dist/Models/DatabaseModels/OnCallDutyPolicyExecutionLog.js.map +1 -1
- package/build/dist/Models/DatabaseModels/OnCallDutyPolicyExecutionLogTimeline.js.map +1 -1
- package/build/dist/Models/DatabaseModels/OnCallDutyPolicySchedule.js.map +1 -1
- package/build/dist/Models/DatabaseModels/OnCallDutyPolicyScheduleLayer.js.map +1 -1
- package/build/dist/Models/DatabaseModels/OnCallDutyPolicyScheduleLayerUser.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Probe.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ProbeOwnerTeam.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ProbeOwnerUser.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Project.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ProjectCallSMSConfig.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ProjectSmtpConfig.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ProjectSso.js.map +1 -1
- package/build/dist/Models/DatabaseModels/PromoCode.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Reseller.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ResellerPlan.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ScheduledMaintenance.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ScheduledMaintenanceCustomField.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ScheduledMaintenanceInternalNote.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ScheduledMaintenanceNoteTemplate.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ScheduledMaintenanceOwnerTeam.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ScheduledMaintenanceOwnerUser.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ScheduledMaintenancePublicNote.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ScheduledMaintenanceState.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ScheduledMaintenanceStateTimeline.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ServiceCatalog.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ServiceCatalogDependency.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ServiceCatalogMonitor.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ServiceCatalogOwnerTeam.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ServiceCatalogOwnerUser.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ServiceCatalogTelemetryService.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ServiceCopilotCodeRepository.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ShortLink.js.map +1 -1
- package/build/dist/Models/DatabaseModels/SmsLog.js +1 -1
- package/build/dist/Models/DatabaseModels/SmsLog.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPage.js +75 -0
- package/build/dist/Models/DatabaseModels/StatusPage.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageAnnouncement.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageCustomField.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageDomain.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageFooterLink.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageGroup.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageHeaderLink.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageHistoryChartBarColorRule.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageOwnerTeam.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageOwnerUser.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPagePrivateUser.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageResource.js +1 -7
- package/build/dist/Models/DatabaseModels/StatusPageResource.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageSso.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPageSubscriber.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Team.js.map +1 -1
- package/build/dist/Models/DatabaseModels/TeamMember.js.map +1 -1
- package/build/dist/Models/DatabaseModels/TeamPermission.js.map +1 -1
- package/build/dist/Models/DatabaseModels/TelemetryIngestionKey.js.map +1 -1
- package/build/dist/Models/DatabaseModels/TelemetryService.js.map +1 -1
- package/build/dist/Models/DatabaseModels/TelemetryUsageBilling.js.map +1 -1
- package/build/dist/Models/DatabaseModels/User.js +3 -4
- package/build/dist/Models/DatabaseModels/User.js.map +1 -1
- package/build/dist/Models/DatabaseModels/UserCall.js.map +1 -1
- package/build/dist/Models/DatabaseModels/UserEmail.js.map +1 -1
- package/build/dist/Models/DatabaseModels/UserNotificationRule.js.map +1 -1
- package/build/dist/Models/DatabaseModels/UserNotificationSetting.js.map +1 -1
- package/build/dist/Models/DatabaseModels/UserOnCallLog.js.map +1 -1
- package/build/dist/Models/DatabaseModels/UserOnCallLogTimeline.js.map +1 -1
- package/build/dist/Models/DatabaseModels/UserSMS.js.map +1 -1
- package/build/dist/Models/DatabaseModels/UserTwoFactorAuth.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Workflow.js.map +1 -1
- package/build/dist/Models/DatabaseModels/WorkflowLog.js.map +1 -1
- package/build/dist/Models/DatabaseModels/WorkflowVariable.js.map +1 -1
- package/build/dist/Server/API/BaseAPI.js +243 -0
- package/build/dist/Server/API/BaseAPI.js.map +1 -0
- package/build/dist/Server/API/BaseAnalyticsAPI.js +271 -0
- package/build/dist/Server/API/BaseAnalyticsAPI.js.map +1 -0
- package/build/dist/Server/API/BillingInvoiceAPI.js +106 -0
- package/build/dist/Server/API/BillingInvoiceAPI.js.map +1 -0
- package/build/dist/Server/API/BillingPaymentMethodAPI.js +62 -0
- package/build/dist/Server/API/BillingPaymentMethodAPI.js.map +1 -0
- package/build/dist/Server/API/CommonAPI.js +43 -0
- package/build/dist/Server/API/CommonAPI.js.map +1 -0
- package/build/dist/Server/API/CopilotActionAPI.js +116 -0
- package/build/dist/Server/API/CopilotActionAPI.js.map +1 -0
- package/build/dist/Server/API/CopilotCodeRepositoryAPI.js +91 -0
- package/build/dist/Server/API/CopilotCodeRepositoryAPI.js.map +1 -0
- package/build/dist/Server/API/CopilotPullRequestAPI.js +166 -0
- package/build/dist/Server/API/CopilotPullRequestAPI.js.map +1 -0
- package/build/dist/Server/API/FileAPI.js +30 -0
- package/build/dist/Server/API/FileAPI.js.map +1 -0
- package/build/dist/Server/API/GlobalConfigAPI.js +33 -0
- package/build/dist/Server/API/GlobalConfigAPI.js.map +1 -0
- package/build/dist/Server/API/Index.js +10 -0
- package/build/dist/Server/API/Index.js.map +1 -0
- package/build/dist/Server/API/MonitorGroupAPI.js +48 -0
- package/build/dist/Server/API/MonitorGroupAPI.js.map +1 -0
- package/build/dist/Server/API/NotificationAPI.js +54 -0
- package/build/dist/Server/API/NotificationAPI.js.map +1 -0
- package/build/dist/Server/API/ProbeAPI.js +39 -0
- package/build/dist/Server/API/ProbeAPI.js.map +1 -0
- package/build/dist/Server/API/ProjectAPI.js +118 -0
- package/build/dist/Server/API/ProjectAPI.js.map +1 -0
- package/build/dist/Server/API/ProjectSSO.js +40 -0
- package/build/dist/Server/API/ProjectSSO.js.map +1 -0
- package/build/dist/Server/API/ResellerPlanAPI.js +187 -0
- package/build/dist/Server/API/ResellerPlanAPI.js.map +1 -0
- package/build/dist/Server/API/ShortLinkAPI.js +28 -0
- package/build/dist/Server/API/ShortLinkAPI.js.map +1 -0
- package/build/dist/Server/API/StatusAPI.js +86 -0
- package/build/dist/Server/API/StatusAPI.js.map +1 -0
- package/build/dist/Server/API/StatusPageAPI.js +1558 -0
- package/build/dist/Server/API/StatusPageAPI.js.map +1 -0
- package/build/dist/Server/API/StatusPageDomainAPI.js +127 -0
- package/build/dist/Server/API/StatusPageDomainAPI.js.map +1 -0
- package/build/dist/Server/API/StatusPageSubscriberAPI.js +31 -0
- package/build/dist/Server/API/StatusPageSubscriberAPI.js.map +1 -0
- package/build/dist/Server/API/TelemetryAPI.js +41 -0
- package/build/dist/Server/API/TelemetryAPI.js.map +1 -0
- package/build/dist/Server/API/UserCallAPI.js +62 -0
- package/build/dist/Server/API/UserCallAPI.js.map +1 -0
- package/build/dist/Server/API/UserEmailAPI.js +64 -0
- package/build/dist/Server/API/UserEmailAPI.js.map +1 -0
- package/build/dist/Server/API/UserOnCallLogTimelineAPI.js +98 -0
- package/build/dist/Server/API/UserOnCallLogTimelineAPI.js.map +1 -0
- package/build/dist/Server/API/UserSmsAPI.js +62 -0
- package/build/dist/Server/API/UserSmsAPI.js.map +1 -0
- package/build/dist/Server/API/UserTwoFactorAuthAPI.js +79 -0
- package/build/dist/Server/API/UserTwoFactorAuthAPI.js.map +1 -0
- package/build/dist/Server/API/VersionAPI.js +8 -0
- package/build/dist/Server/API/VersionAPI.js.map +1 -0
- package/build/dist/Server/BillingConfig.js +9 -0
- package/build/dist/Server/BillingConfig.js.map +1 -0
- package/build/dist/Server/DatabaseConfig.js +44 -0
- package/build/dist/Server/DatabaseConfig.js.map +1 -0
- package/build/dist/Server/EnvironmentConfig.js +97 -0
- package/build/dist/Server/EnvironmentConfig.js.map +1 -0
- package/build/dist/Server/Infrastructure/CacheDatabase.js +2 -0
- package/build/dist/Server/Infrastructure/CacheDatabase.js.map +1 -0
- package/build/dist/Server/Infrastructure/ClickhouseConfig.js +27 -0
- package/build/dist/Server/Infrastructure/ClickhouseConfig.js.map +1 -0
- package/build/dist/Server/Infrastructure/ClickhouseDatabase.js +85 -0
- package/build/dist/Server/Infrastructure/ClickhouseDatabase.js.map +1 -0
- package/build/dist/Server/Infrastructure/GlobalCache.js +88 -0
- package/build/dist/Server/Infrastructure/GlobalCache.js.map +1 -0
- package/build/dist/Server/Infrastructure/LocalCache.js +38 -0
- package/build/dist/Server/Infrastructure/LocalCache.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/DataSourceOptions.js +29 -0
- package/build/dist/Server/Infrastructure/Postgres/DataSourceOptions.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/LocalMigrationGenerationDataSource.js +6 -0
- package/build/dist/Server/Infrastructure/Postgres/LocalMigrationGenerationDataSource.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1717605043663-InitialMigration.js +1857 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1717605043663-InitialMigration.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1717678334852-MigrationName.js +32 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1717678334852-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1717839110671-MigrationName.js +30 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1717839110671-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1717849921874-MigrationName.js +46 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1717849921874-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1717955235341-MigrationName.js +32 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1717955235341-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718037833516-MigrationName.js +24 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718037833516-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718100824584-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718100824584-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718101665865-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718101665865-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718119926223-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718119926223-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718124277321-MigrationName.js +40 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718124277321-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718126316684-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718126316684-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718188920011-MigrationName.js +14 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718188920011-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718203144945-MigrationName.js +14 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718203144945-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718285877004-MigrationName.js +14 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718285877004-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718618155447-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718618155447-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718711669847-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718711669847-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718879960254-MigrationName.js +32 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1718879960254-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719227548476-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719227548476-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719228104620-MigrationName.js +15 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719228104620-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719247426296-MigrationName.js +14 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719247426296-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719348009053-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719348009053-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719827175832-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719827175832-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719831213463-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719831213463-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719838746775-MigrationName.js +60 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719838746775-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719915433542-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1719915433542-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720024126646-MigrationName.js +13 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720024126646-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720532068612-MigrationName.js +60 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720532068612-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720538999941-MigrationName.js +18 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720538999941-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720785305192-MigrationName.js +46 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720785305192-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720805596648-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720805596648-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720806196274-MigrationName.js +22 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720806196274-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720812937067-MigrationName.js +16 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1720812937067-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1721075917289-MigrationName.js +28 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1721075917289-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1721152139648-MigrationName.js +46 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1721152139648-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1721159743714-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1721159743714-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1721754545771-MigrationName.js +18 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1721754545771-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1721779190475-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1721779190475-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1722031205897-MigrationName.js +18 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1722031205897-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1722543640526-MigrationName.js +24 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1722543640526-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1722892318363-MigrationName.js +20 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1722892318363-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1723825511054-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1723825511054-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1723828588502-MigrationName.js +12 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1723828588502-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/Index.js +87 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/Index.js.map +1 -0
- package/build/dist/Server/Infrastructure/PostgresDatabase.js +98 -0
- package/build/dist/Server/Infrastructure/PostgresDatabase.js.map +1 -0
- package/build/dist/Server/Infrastructure/Queue.js +59 -0
- package/build/dist/Server/Infrastructure/Queue.js.map +1 -0
- package/build/dist/Server/Infrastructure/QueueWorker.js +30 -0
- package/build/dist/Server/Infrastructure/QueueWorker.js.map +1 -0
- package/build/dist/Server/Infrastructure/Redis.js +118 -0
- package/build/dist/Server/Infrastructure/Redis.js.map +1 -0
- package/build/dist/Server/Infrastructure/Semaphore.js +24 -0
- package/build/dist/Server/Infrastructure/Semaphore.js.map +1 -0
- package/build/dist/Server/Infrastructure/SocketIO.js +28 -0
- package/build/dist/Server/Infrastructure/SocketIO.js.map +1 -0
- package/build/dist/Server/Infrastructure/Status.js +25 -0
- package/build/dist/Server/Infrastructure/Status.js.map +1 -0
- package/build/dist/Server/Middleware/BearerTokenAuthorization.js +24 -0
- package/build/dist/Server/Middleware/BearerTokenAuthorization.js.map +1 -0
- package/build/dist/Server/Middleware/ClusterKeyAuthorization.js +36 -0
- package/build/dist/Server/Middleware/ClusterKeyAuthorization.js.map +1 -0
- package/build/dist/Server/Middleware/CodeRepositoryAuthorization.js +32 -0
- package/build/dist/Server/Middleware/CodeRepositoryAuthorization.js.map +1 -0
- package/build/dist/Server/Middleware/NotificationMiddleware.js +35 -0
- package/build/dist/Server/Middleware/NotificationMiddleware.js.map +1 -0
- package/build/dist/Server/Middleware/ProjectAuthorization.js +137 -0
- package/build/dist/Server/Middleware/ProjectAuthorization.js.map +1 -0
- package/build/dist/Server/Middleware/UserAuthorization.js +237 -0
- package/build/dist/Server/Middleware/UserAuthorization.js.map +1 -0
- package/build/dist/Server/Services/AccessTokenService.js +256 -0
- package/build/dist/Server/Services/AccessTokenService.js.map +1 -0
- package/build/dist/Server/Services/AcmeCertificateService.js +9 -0
- package/build/dist/Server/Services/AcmeCertificateService.js.map +1 -0
- package/build/dist/Server/Services/AcmeChallengeService.js +9 -0
- package/build/dist/Server/Services/AcmeChallengeService.js.map +1 -0
- package/build/dist/Server/Services/AnalyticsDatabaseService.js +661 -0
- package/build/dist/Server/Services/AnalyticsDatabaseService.js.map +1 -0
- package/build/dist/Server/Services/ApiKeyPermissionService.js +120 -0
- package/build/dist/Server/Services/ApiKeyPermissionService.js.map +1 -0
- package/build/dist/Server/Services/ApiKeyService.js +14 -0
- package/build/dist/Server/Services/ApiKeyService.js.map +1 -0
- package/build/dist/Server/Services/BaseService.js +4 -0
- package/build/dist/Server/Services/BaseService.js.map +1 -0
- package/build/dist/Server/Services/BillingInvoiceService.js +66 -0
- package/build/dist/Server/Services/BillingInvoiceService.js.map +1 -0
- package/build/dist/Server/Services/BillingPaymentMethodService.js +84 -0
- package/build/dist/Server/Services/BillingPaymentMethodService.js.map +1 -0
- package/build/dist/Server/Services/BillingService.js +526 -0
- package/build/dist/Server/Services/BillingService.js.map +1 -0
- package/build/dist/Server/Services/CallLogService.js +10 -0
- package/build/dist/Server/Services/CallLogService.js.map +1 -0
- package/build/dist/Server/Services/CallService.js +31 -0
- package/build/dist/Server/Services/CallService.js.map +1 -0
- package/build/dist/Server/Services/CopilotActionService.js +9 -0
- package/build/dist/Server/Services/CopilotActionService.js.map +1 -0
- package/build/dist/Server/Services/CopilotCodeRepositoryService.js +17 -0
- package/build/dist/Server/Services/CopilotCodeRepositoryService.js.map +1 -0
- package/build/dist/Server/Services/CopilotPullRequestService.js +9 -0
- package/build/dist/Server/Services/CopilotPullRequestService.js.map +1 -0
- package/build/dist/Server/Services/DataMigrationService.js +9 -0
- package/build/dist/Server/Services/DataMigrationService.js.map +1 -0
- package/build/dist/Server/Services/DatabaseService.js +989 -0
- package/build/dist/Server/Services/DatabaseService.js.map +1 -0
- package/build/dist/Server/Services/DomainService.js +62 -0
- package/build/dist/Server/Services/DomainService.js.map +1 -0
- package/build/dist/Server/Services/EmailLogService.js +10 -0
- package/build/dist/Server/Services/EmailLogService.js.map +1 -0
- package/build/dist/Server/Services/EmailVerificationTokenService.js +9 -0
- package/build/dist/Server/Services/EmailVerificationTokenService.js.map +1 -0
- package/build/dist/Server/Services/FileService.js +28 -0
- package/build/dist/Server/Services/FileService.js.map +1 -0
- package/build/dist/Server/Services/GlobalConfigService.js +9 -0
- package/build/dist/Server/Services/GlobalConfigService.js.map +1 -0
- package/build/dist/Server/Services/GreenlockCertificateService.js +9 -0
- package/build/dist/Server/Services/GreenlockCertificateService.js.map +1 -0
- package/build/dist/Server/Services/GreenlockChallengeService.js +9 -0
- package/build/dist/Server/Services/GreenlockChallengeService.js.map +1 -0
- package/build/dist/Server/Services/IncidentCustomFieldService.js +9 -0
- package/build/dist/Server/Services/IncidentCustomFieldService.js.map +1 -0
- package/build/dist/Server/Services/IncidentInternalNoteService.js +9 -0
- package/build/dist/Server/Services/IncidentInternalNoteService.js.map +1 -0
- package/build/dist/Server/Services/IncidentNoteTemplateService.js +9 -0
- package/build/dist/Server/Services/IncidentNoteTemplateService.js.map +1 -0
- package/build/dist/Server/Services/IncidentOwnerTeamService.js +9 -0
- package/build/dist/Server/Services/IncidentOwnerTeamService.js.map +1 -0
- package/build/dist/Server/Services/IncidentOwnerUserService.js +9 -0
- package/build/dist/Server/Services/IncidentOwnerUserService.js.map +1 -0
- package/build/dist/Server/Services/IncidentPublicNoteService.js +19 -0
- package/build/dist/Server/Services/IncidentPublicNoteService.js.map +1 -0
- package/build/dist/Server/Services/IncidentService.js +497 -0
- package/build/dist/Server/Services/IncidentService.js.map +1 -0
- package/build/dist/Server/Services/IncidentSeverityService.js +110 -0
- package/build/dist/Server/Services/IncidentSeverityService.js.map +1 -0
- package/build/dist/Server/Services/IncidentStateService.js +135 -0
- package/build/dist/Server/Services/IncidentStateService.js.map +1 -0
- package/build/dist/Server/Services/IncidentStateTimelineService.js +305 -0
- package/build/dist/Server/Services/IncidentStateTimelineService.js.map +1 -0
- package/build/dist/Server/Services/IncidentTemplateOwnerTeamService.js +9 -0
- package/build/dist/Server/Services/IncidentTemplateOwnerTeamService.js.map +1 -0
- package/build/dist/Server/Services/IncidentTemplateOwnerUserService.js +9 -0
- package/build/dist/Server/Services/IncidentTemplateOwnerUserService.js.map +1 -0
- package/build/dist/Server/Services/IncidentTemplateService.js +58 -0
- package/build/dist/Server/Services/IncidentTemplateService.js.map +1 -0
- package/build/dist/Server/Services/Index.js +253 -0
- package/build/dist/Server/Services/Index.js.map +1 -0
- package/build/dist/Server/Services/LabelService.js +27 -0
- package/build/dist/Server/Services/LabelService.js.map +1 -0
- package/build/dist/Server/Services/LogService.js +9 -0
- package/build/dist/Server/Services/LogService.js.map +1 -0
- package/build/dist/Server/Services/MailService.js +33 -0
- package/build/dist/Server/Services/MailService.js.map +1 -0
- package/build/dist/Server/Services/MetricService.js +9 -0
- package/build/dist/Server/Services/MetricService.js.map +1 -0
- package/build/dist/Server/Services/MonitorCustomFieldService.js +9 -0
- package/build/dist/Server/Services/MonitorCustomFieldService.js.map +1 -0
- package/build/dist/Server/Services/MonitorGroupOwnerTeamService.js +9 -0
- package/build/dist/Server/Services/MonitorGroupOwnerTeamService.js.map +1 -0
- package/build/dist/Server/Services/MonitorGroupOwnerUserService.js +9 -0
- package/build/dist/Server/Services/MonitorGroupOwnerUserService.js.map +1 -0
- package/build/dist/Server/Services/MonitorGroupResourceService.js +9 -0
- package/build/dist/Server/Services/MonitorGroupResourceService.js.map +1 -0
- package/build/dist/Server/Services/MonitorGroupService.js +140 -0
- package/build/dist/Server/Services/MonitorGroupService.js.map +1 -0
- package/build/dist/Server/Services/MonitorMetricsByMinuteService.js +12 -0
- package/build/dist/Server/Services/MonitorMetricsByMinuteService.js.map +1 -0
- package/build/dist/Server/Services/MonitorOwnerTeamService.js +9 -0
- package/build/dist/Server/Services/MonitorOwnerTeamService.js.map +1 -0
- package/build/dist/Server/Services/MonitorOwnerUserService.js +9 -0
- package/build/dist/Server/Services/MonitorOwnerUserService.js.map +1 -0
- package/build/dist/Server/Services/MonitorProbeService.js +75 -0
- package/build/dist/Server/Services/MonitorProbeService.js.map +1 -0
- package/build/dist/Server/Services/MonitorSecretService.js +9 -0
- package/build/dist/Server/Services/MonitorSecretService.js.map +1 -0
- package/build/dist/Server/Services/MonitorService.js +646 -0
- package/build/dist/Server/Services/MonitorService.js.map +1 -0
- package/build/dist/Server/Services/MonitorStatusService.js +108 -0
- package/build/dist/Server/Services/MonitorStatusService.js.map +1 -0
- package/build/dist/Server/Services/MonitorStatusTimelineService.js +247 -0
- package/build/dist/Server/Services/MonitorStatusTimelineService.js.map +1 -0
- package/build/dist/Server/Services/NotificationService.js +127 -0
- package/build/dist/Server/Services/NotificationService.js.map +1 -0
- package/build/dist/Server/Services/OnCallDutyPolicyCustomFieldService.js +9 -0
- package/build/dist/Server/Services/OnCallDutyPolicyCustomFieldService.js.map +1 -0
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleScheduleService.js +9 -0
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleScheduleService.js.map +1 -0
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleService.js +496 -0
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleService.js.map +1 -0
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleTeamService.js +9 -0
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleTeamService.js.map +1 -0
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleUserService.js +9 -0
- package/build/dist/Server/Services/OnCallDutyPolicyEscalationRuleUserService.js.map +1 -0
- package/build/dist/Server/Services/OnCallDutyPolicyExecutionLogService.js +78 -0
- package/build/dist/Server/Services/OnCallDutyPolicyExecutionLogService.js.map +1 -0
- package/build/dist/Server/Services/OnCallDutyPolicyExecutionLogTimelineService.js +9 -0
- package/build/dist/Server/Services/OnCallDutyPolicyExecutionLogTimelineService.js.map +1 -0
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleLayerService.js +89 -0
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleLayerService.js.map +1 -0
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleLayerUserService.js +191 -0
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleLayerUserService.js.map +1 -0
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleService.js +98 -0
- package/build/dist/Server/Services/OnCallDutyPolicyScheduleService.js.map +1 -0
- package/build/dist/Server/Services/OnCallDutyPolicyService.js +51 -0
- package/build/dist/Server/Services/OnCallDutyPolicyService.js.map +1 -0
- package/build/dist/Server/Services/ProbeOwnerTeamService.js +9 -0
- package/build/dist/Server/Services/ProbeOwnerTeamService.js.map +1 -0
- package/build/dist/Server/Services/ProbeOwnerUserService.js +9 -0
- package/build/dist/Server/Services/ProbeOwnerUserService.js.map +1 -0
- package/build/dist/Server/Services/ProbeService.js +218 -0
- package/build/dist/Server/Services/ProbeService.js.map +1 -0
- package/build/dist/Server/Services/ProjectCallSMSConfigService.js +32 -0
- package/build/dist/Server/Services/ProjectCallSMSConfigService.js.map +1 -0
- package/build/dist/Server/Services/ProjectService.js +854 -0
- package/build/dist/Server/Services/ProjectService.js.map +1 -0
- package/build/dist/Server/Services/ProjectSmtpConfigService.js +46 -0
- package/build/dist/Server/Services/ProjectSmtpConfigService.js.map +1 -0
- package/build/dist/Server/Services/ProjectSsoService.js +9 -0
- package/build/dist/Server/Services/ProjectSsoService.js.map +1 -0
- package/build/dist/Server/Services/PromoCodeService.js +9 -0
- package/build/dist/Server/Services/PromoCodeService.js.map +1 -0
- package/build/dist/Server/Services/ResellerPlanService.js +9 -0
- package/build/dist/Server/Services/ResellerPlanService.js.map +1 -0
- package/build/dist/Server/Services/ResellerService.js +9 -0
- package/build/dist/Server/Services/ResellerService.js.map +1 -0
- package/build/dist/Server/Services/ScheduledMaintenanceCustomFieldService.js +9 -0
- package/build/dist/Server/Services/ScheduledMaintenanceCustomFieldService.js.map +1 -0
- package/build/dist/Server/Services/ScheduledMaintenanceInternalNoteService.js +9 -0
- package/build/dist/Server/Services/ScheduledMaintenanceInternalNoteService.js.map +1 -0
- package/build/dist/Server/Services/ScheduledMaintenanceNoteTemplateService.js +9 -0
- package/build/dist/Server/Services/ScheduledMaintenanceNoteTemplateService.js.map +1 -0
- package/build/dist/Server/Services/ScheduledMaintenanceOwnerTeamService.js +9 -0
- package/build/dist/Server/Services/ScheduledMaintenanceOwnerTeamService.js.map +1 -0
- package/build/dist/Server/Services/ScheduledMaintenanceOwnerUserService.js +9 -0
- package/build/dist/Server/Services/ScheduledMaintenanceOwnerUserService.js.map +1 -0
- package/build/dist/Server/Services/ScheduledMaintenancePublicNoteService.js +19 -0
- package/build/dist/Server/Services/ScheduledMaintenancePublicNoteService.js.map +1 -0
- package/build/dist/Server/Services/ScheduledMaintenanceService.js +295 -0
- package/build/dist/Server/Services/ScheduledMaintenanceService.js.map +1 -0
- package/build/dist/Server/Services/ScheduledMaintenanceStateService.js +110 -0
- package/build/dist/Server/Services/ScheduledMaintenanceStateService.js.map +1 -0
- package/build/dist/Server/Services/ScheduledMaintenanceStateTimelineService.js +388 -0
- package/build/dist/Server/Services/ScheduledMaintenanceStateTimelineService.js.map +1 -0
- package/build/dist/Server/Services/ServiceCatalogDependencyService.js +32 -0
- package/build/dist/Server/Services/ServiceCatalogDependencyService.js.map +1 -0
- package/build/dist/Server/Services/ServiceCatalogMonitorService.js +40 -0
- package/build/dist/Server/Services/ServiceCatalogMonitorService.js.map +1 -0
- package/build/dist/Server/Services/ServiceCatalogOwnerTeamService.js +9 -0
- package/build/dist/Server/Services/ServiceCatalogOwnerTeamService.js.map +1 -0
- package/build/dist/Server/Services/ServiceCatalogOwnerUserService.js +9 -0
- package/build/dist/Server/Services/ServiceCatalogOwnerUserService.js.map +1 -0
- package/build/dist/Server/Services/ServiceCatalogService.js +19 -0
- package/build/dist/Server/Services/ServiceCatalogService.js.map +1 -0
- package/build/dist/Server/Services/ServiceCatalogTelemetryServiceService.js +40 -0
- package/build/dist/Server/Services/ServiceCatalogTelemetryServiceService.js.map +1 -0
- package/build/dist/Server/Services/ServiceCopilotCodeRepositoryService.js +9 -0
- package/build/dist/Server/Services/ServiceCopilotCodeRepositoryService.js.map +1 -0
- package/build/dist/Server/Services/ShortLinkService.js +44 -0
- package/build/dist/Server/Services/ShortLinkService.js.map +1 -0
- package/build/dist/Server/Services/SmsLogService.js +10 -0
- package/build/dist/Server/Services/SmsLogService.js.map +1 -0
- package/build/dist/Server/Services/SmsService.js +32 -0
- package/build/dist/Server/Services/SmsService.js.map +1 -0
- package/build/dist/Server/Services/SpanService.js +9 -0
- package/build/dist/Server/Services/SpanService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageAnnouncementService.js +9 -0
- package/build/dist/Server/Services/StatusPageAnnouncementService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageCertificateService.js +34 -0
- package/build/dist/Server/Services/StatusPageCertificateService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageCustomFieldService.js +9 -0
- package/build/dist/Server/Services/StatusPageCustomFieldService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageDomainService.js +393 -0
- package/build/dist/Server/Services/StatusPageDomainService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageFooterLinkService.js +184 -0
- package/build/dist/Server/Services/StatusPageFooterLinkService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageGroupService.js +183 -0
- package/build/dist/Server/Services/StatusPageGroupService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageHeaderLinkService.js +184 -0
- package/build/dist/Server/Services/StatusPageHeaderLinkService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageHistoryChartBarColorRuleService.js +184 -0
- package/build/dist/Server/Services/StatusPageHistoryChartBarColorRuleService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageOwnerTeamService.js +9 -0
- package/build/dist/Server/Services/StatusPageOwnerTeamService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageOwnerUserService.js +9 -0
- package/build/dist/Server/Services/StatusPageOwnerUserService.js.map +1 -0
- package/build/dist/Server/Services/StatusPagePrivateUserService.js +106 -0
- package/build/dist/Server/Services/StatusPagePrivateUserService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageResourceService.js +198 -0
- package/build/dist/Server/Services/StatusPageResourceService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageService.js +707 -0
- package/build/dist/Server/Services/StatusPageService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageSsoService.js +9 -0
- package/build/dist/Server/Services/StatusPageSsoService.js.map +1 -0
- package/build/dist/Server/Services/StatusPageSubscriberService.js +291 -0
- package/build/dist/Server/Services/StatusPageSubscriberService.js.map +1 -0
- package/build/dist/Server/Services/TeamMemberService.js +333 -0
- package/build/dist/Server/Services/TeamMemberService.js.map +1 -0
- package/build/dist/Server/Services/TeamPermissionService.js +271 -0
- package/build/dist/Server/Services/TeamPermissionService.js.map +1 -0
- package/build/dist/Server/Services/TeamService.js +48 -0
- package/build/dist/Server/Services/TeamService.js.map +1 -0
- package/build/dist/Server/Services/TelemetryAttributeService.js +62 -0
- package/build/dist/Server/Services/TelemetryAttributeService.js.map +1 -0
- package/build/dist/Server/Services/TelemetryIngestionKeyService.js +16 -0
- package/build/dist/Server/Services/TelemetryIngestionKeyService.js.map +1 -0
- package/build/dist/Server/Services/TelemetryServiceService.js +37 -0
- package/build/dist/Server/Services/TelemetryServiceService.js.map +1 -0
- package/build/dist/Server/Services/TelemetryUsageBillingService.js +108 -0
- package/build/dist/Server/Services/TelemetryUsageBillingService.js.map +1 -0
- package/build/dist/Server/Services/UserCallService.js +146 -0
- package/build/dist/Server/Services/UserCallService.js.map +1 -0
- package/build/dist/Server/Services/UserEmailService.js +110 -0
- package/build/dist/Server/Services/UserEmailService.js.map +1 -0
- package/build/dist/Server/Services/UserNotificationRuleService.js +544 -0
- package/build/dist/Server/Services/UserNotificationRuleService.js.map +1 -0
- package/build/dist/Server/Services/UserNotificationSettingService.js +344 -0
- package/build/dist/Server/Services/UserNotificationSettingService.js.map +1 -0
- package/build/dist/Server/Services/UserOnCallLogService.js +200 -0
- package/build/dist/Server/Services/UserOnCallLogService.js.map +1 -0
- package/build/dist/Server/Services/UserOnCallLogTimelineService.js +100 -0
- package/build/dist/Server/Services/UserOnCallLogTimelineService.js.map +1 -0
- package/build/dist/Server/Services/UserService.js +247 -0
- package/build/dist/Server/Services/UserService.js.map +1 -0
- package/build/dist/Server/Services/UserSmsService.js +126 -0
- package/build/dist/Server/Services/UserSmsService.js.map +1 -0
- package/build/dist/Server/Services/UserTwoFactorAuthService.js +96 -0
- package/build/dist/Server/Services/UserTwoFactorAuthService.js.map +1 -0
- package/build/dist/Server/Services/WorkflowLogService.js +10 -0
- package/build/dist/Server/Services/WorkflowLogService.js.map +1 -0
- package/build/dist/Server/Services/WorkflowService.js +47 -0
- package/build/dist/Server/Services/WorkflowService.js.map +1 -0
- package/build/dist/Server/Services/WorkflowVariableService.js +9 -0
- package/build/dist/Server/Services/WorkflowVariableService.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/AggregateBy.js +28 -0
- package/build/dist/Server/Types/AnalyticsDatabase/AggregateBy.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/CountBy.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/CountBy.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/CreateBy.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/CreateBy.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/CreateManyBy.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/CreateManyBy.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/DeleteBy.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/DeleteBy.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/FindBy.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/FindBy.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/FindOneBy.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/FindOneBy.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/FindOneByID.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/FindOneByID.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/GroupBy.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/GroupBy.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/Hooks.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/Hooks.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/ModelPermission.js +351 -0
- package/build/dist/Server/Types/AnalyticsDatabase/ModelPermission.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/Query.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/Query.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/QueryHelper.js +19 -0
- package/build/dist/Server/Types/AnalyticsDatabase/QueryHelper.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/Select.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/Select.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/Sort.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/Sort.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/UpdateBy.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/UpdateBy.js.map +1 -0
- package/build/dist/Server/Types/AnalyticsDatabase/UpdateByID.js +2 -0
- package/build/dist/Server/Types/AnalyticsDatabase/UpdateByID.js.map +1 -0
- package/build/dist/Server/Types/BaseDatabase/DatabaseRequestType.js +9 -0
- package/build/dist/Server/Types/BaseDatabase/DatabaseRequestType.js.map +1 -0
- package/build/dist/Server/Types/Billing/MeteredPlan/ActiveMonitoringMeteredPlan.js +52 -0
- package/build/dist/Server/Types/Billing/MeteredPlan/ActiveMonitoringMeteredPlan.js.map +1 -0
- package/build/dist/Server/Types/Billing/MeteredPlan/AllMeteredPlans.js +42 -0
- package/build/dist/Server/Types/Billing/MeteredPlan/AllMeteredPlans.js.map +1 -0
- package/build/dist/Server/Types/Billing/MeteredPlan/ServerMeteredPlan.js +17 -0
- package/build/dist/Server/Types/Billing/MeteredPlan/ServerMeteredPlan.js.map +1 -0
- package/build/dist/Server/Types/Billing/MeteredPlan/TelemetryMeteredPlan.js +91 -0
- package/build/dist/Server/Types/Billing/MeteredPlan/TelemetryMeteredPlan.js.map +1 -0
- package/build/dist/Server/Types/Database/CountBy.js +2 -0
- package/build/dist/Server/Types/Database/CountBy.js.map +1 -0
- package/build/dist/Server/Types/Database/CreateBy.js +2 -0
- package/build/dist/Server/Types/Database/CreateBy.js.map +1 -0
- package/build/dist/Server/Types/Database/DeleteBy.js +2 -0
- package/build/dist/Server/Types/Database/DeleteBy.js.map +1 -0
- package/build/dist/Server/Types/Database/DeleteById.js +2 -0
- package/build/dist/Server/Types/Database/DeleteById.js.map +1 -0
- package/build/dist/Server/Types/Database/DeleteOneBy.js +2 -0
- package/build/dist/Server/Types/Database/DeleteOneBy.js.map +1 -0
- package/build/dist/Server/Types/Database/FindBy.js +2 -0
- package/build/dist/Server/Types/Database/FindBy.js.map +1 -0
- package/build/dist/Server/Types/Database/FindOneBy.js +2 -0
- package/build/dist/Server/Types/Database/FindOneBy.js.map +1 -0
- package/build/dist/Server/Types/Database/FindOneByID.js +2 -0
- package/build/dist/Server/Types/Database/FindOneByID.js.map +1 -0
- package/build/dist/Server/Types/Database/GroupBy.js +2 -0
- package/build/dist/Server/Types/Database/GroupBy.js.map +1 -0
- package/build/dist/Server/Types/Database/HardDeleteBy.js +2 -0
- package/build/dist/Server/Types/Database/HardDeleteBy.js.map +1 -0
- package/build/dist/Server/Types/Database/Hooks.js +2 -0
- package/build/dist/Server/Types/Database/Hooks.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/AccessControlPermission.js +186 -0
- package/build/dist/Server/Types/Database/Permissions/AccessControlPermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/BasePermission.js +61 -0
- package/build/dist/Server/Types/Database/Permissions/BasePermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/BillingPermission.js +45 -0
- package/build/dist/Server/Types/Database/Permissions/BillingPermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/ColumnPermission.js +113 -0
- package/build/dist/Server/Types/Database/Permissions/ColumnPermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/CreatePermission.js +23 -0
- package/build/dist/Server/Types/Database/Permissions/CreatePermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/DeletePermission.js +27 -0
- package/build/dist/Server/Types/Database/Permissions/DeletePermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/Index.js +25 -0
- package/build/dist/Server/Types/Database/Permissions/Index.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/PermissionsUtil.js +12 -0
- package/build/dist/Server/Types/Database/Permissions/PermissionsUtil.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/PublicPermission.js +23 -0
- package/build/dist/Server/Types/Database/Permissions/PublicPermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/QueryPermission.js +84 -0
- package/build/dist/Server/Types/Database/Permissions/QueryPermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/ReadPermission.js +62 -0
- package/build/dist/Server/Types/Database/Permissions/ReadPermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/SelectPermission.js +30 -0
- package/build/dist/Server/Types/Database/Permissions/SelectPermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/TablePermission.js +61 -0
- package/build/dist/Server/Types/Database/Permissions/TablePermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/TenantPermission.js +57 -0
- package/build/dist/Server/Types/Database/Permissions/TenantPermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/UpdatePermission.js +23 -0
- package/build/dist/Server/Types/Database/Permissions/UpdatePermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Permissions/UserPermission.js +17 -0
- package/build/dist/Server/Types/Database/Permissions/UserPermission.js.map +1 -0
- package/build/dist/Server/Types/Database/Query.js +2 -0
- package/build/dist/Server/Types/Database/Query.js.map +1 -0
- package/build/dist/Server/Types/Database/QueryHelper.js +287 -0
- package/build/dist/Server/Types/Database/QueryHelper.js.map +1 -0
- package/build/dist/Server/Types/Database/QueryUtil.js +143 -0
- package/build/dist/Server/Types/Database/QueryUtil.js.map +1 -0
- package/build/dist/Server/Types/Database/RelationSelect.js +2 -0
- package/build/dist/Server/Types/Database/RelationSelect.js.map +1 -0
- package/build/dist/Server/Types/Database/SearchBy.js +2 -0
- package/build/dist/Server/Types/Database/SearchBy.js.map +1 -0
- package/build/dist/Server/Types/Database/SearchResult.js +2 -0
- package/build/dist/Server/Types/Database/SearchResult.js.map +1 -0
- package/build/dist/Server/Types/Database/Select.js +2 -0
- package/build/dist/Server/Types/Database/Select.js.map +1 -0
- package/build/dist/Server/Types/Database/SelectUtil.js +22 -0
- package/build/dist/Server/Types/Database/SelectUtil.js.map +1 -0
- package/build/dist/Server/Types/Database/Sort.js +2 -0
- package/build/dist/Server/Types/Database/Sort.js.map +1 -0
- package/build/dist/Server/Types/Database/UpdateBy.js +2 -0
- package/build/dist/Server/Types/Database/UpdateBy.js.map +1 -0
- package/build/dist/Server/Types/Database/UpdateByID.js +2 -0
- package/build/dist/Server/Types/Database/UpdateByID.js.map +1 -0
- package/build/dist/Server/Types/Database/UpdateByIDAndFetch.js +2 -0
- package/build/dist/Server/Types/Database/UpdateByIDAndFetch.js.map +1 -0
- package/build/dist/Server/Types/Database/UpdateOneBy.js +2 -0
- package/build/dist/Server/Types/Database/UpdateOneBy.js.map +1 -0
- package/build/dist/Server/Types/Domain.js +31 -0
- package/build/dist/Server/Types/Domain.js.map +1 -0
- package/build/dist/Server/Types/FeatureSet.js +2 -0
- package/build/dist/Server/Types/FeatureSet.js.map +1 -0
- package/build/dist/Server/Types/FunctionTypes.js +2 -0
- package/build/dist/Server/Types/FunctionTypes.js.map +1 -0
- package/build/dist/Server/Types/Markdown.js +115 -0
- package/build/dist/Server/Types/Markdown.js.map +1 -0
- package/build/dist/Server/Types/Workflow/ComponentCode.js +24 -0
- package/build/dist/Server/Types/Workflow/ComponentCode.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/API/Delete.js +47 -0
- package/build/dist/Server/Types/Workflow/Components/API/Delete.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/API/Get.js +47 -0
- package/build/dist/Server/Types/Workflow/Components/API/Get.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/API/Patch.js +47 -0
- package/build/dist/Server/Types/Workflow/Components/API/Patch.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/API/Post.js +47 -0
- package/build/dist/Server/Types/Workflow/Components/API/Post.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/API/Put.js +47 -0
- package/build/dist/Server/Types/Workflow/Components/API/Put.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/API/Utils.js +52 -0
- package/build/dist/Server/Types/Workflow/Components/API/Utils.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/CreateManyBaseModel.js +79 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/CreateManyBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/CreateOneBaseModel.js +83 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/CreateOneBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/DeleteManyBaseModel.js +99 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/DeleteManyBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/DeleteOneBaseModel.js +77 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/DeleteOneBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/FindManyBaseModel.js +116 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/FindManyBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/FindOneBaseModel.js +96 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/FindOneBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/OnCreateBaseModel.js +7 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/OnCreateBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/OnDeleteBaseModel.js +7 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/OnDeleteBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/OnTriggerBaseModel.js +149 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/OnTriggerBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/OnUpdateBaseModel.js +7 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/OnUpdateBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/UpdateManyBaseModel.js +112 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/UpdateManyBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/UpdateOneBaseModel.js +90 -0
- package/build/dist/Server/Types/Workflow/Components/BaseModel/UpdateOneBaseModel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/Conditions/IfElse.js +91 -0
- package/build/dist/Server/Types/Workflow/Components/Conditions/IfElse.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/Email.js +101 -0
- package/build/dist/Server/Types/Workflow/Components/Email.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/Index.js +82 -0
- package/build/dist/Server/Types/Workflow/Components/Index.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/JSON/JsonToText.js +57 -0
- package/build/dist/Server/Types/Workflow/Components/JSON/JsonToText.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/JSON/MergeJson.js +56 -0
- package/build/dist/Server/Types/Workflow/Components/JSON/MergeJson.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/JSON/TextToJson.js +54 -0
- package/build/dist/Server/Types/Workflow/Components/JSON/TextToJson.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/JavaScript.js +70 -0
- package/build/dist/Server/Types/Workflow/Components/JavaScript.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/Log.js +31 -0
- package/build/dist/Server/Types/Workflow/Components/Log.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/Manual.js +17 -0
- package/build/dist/Server/Types/Workflow/Components/Manual.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/MicrosoftTeams/SendMessageToChannel.js +94 -0
- package/build/dist/Server/Types/Workflow/Components/MicrosoftTeams/SendMessageToChannel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/Schedule.js +104 -0
- package/build/dist/Server/Types/Workflow/Components/Schedule.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/Slack/SendMessageToChannel.js +74 -0
- package/build/dist/Server/Types/Workflow/Components/Slack/SendMessageToChannel.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Components/Webhook.js +53 -0
- package/build/dist/Server/Types/Workflow/Components/Webhook.js.map +1 -0
- package/build/dist/Server/Types/Workflow/TriggerCode.js +35 -0
- package/build/dist/Server/Types/Workflow/TriggerCode.js.map +1 -0
- package/build/dist/Server/Types/Workflow/Workflow.js +2 -0
- package/build/dist/Server/Types/Workflow/Workflow.js.map +1 -0
- package/build/dist/Server/Utils/Airtable.js +21 -0
- package/build/dist/Server/Utils/Airtable.js.map +1 -0
- package/build/dist/Server/Utils/AnalyticsDatabase/Statement.js +155 -0
- package/build/dist/Server/Utils/AnalyticsDatabase/Statement.js.map +1 -0
- package/build/dist/Server/Utils/AnalyticsDatabase/StatementGenerator.js +536 -0
- package/build/dist/Server/Utils/AnalyticsDatabase/StatementGenerator.js.map +1 -0
- package/build/dist/Server/Utils/BasicCron.js +22 -0
- package/build/dist/Server/Utils/BasicCron.js.map +1 -0
- package/build/dist/Server/Utils/CodeRepository/CodeRepository.js +228 -0
- package/build/dist/Server/Utils/CodeRepository/CodeRepository.js.map +1 -0
- package/build/dist/Server/Utils/CodeRepository/CodeRepositoryFile.js +2 -0
- package/build/dist/Server/Utils/CodeRepository/CodeRepositoryFile.js.map +1 -0
- package/build/dist/Server/Utils/CodeRepository/GitHub/GitHub.js +136 -0
- package/build/dist/Server/Utils/CodeRepository/GitHub/GitHub.js.map +1 -0
- package/build/dist/Server/Utils/CodeRepository/HostedCodeRepository/HostedCodeRepository.js +29 -0
- package/build/dist/Server/Utils/CodeRepository/HostedCodeRepository/HostedCodeRepository.js.map +1 -0
- package/build/dist/Server/Utils/Cookie.js +122 -0
- package/build/dist/Server/Utils/Cookie.js.map +1 -0
- package/build/dist/Server/Utils/CronTab.js +15 -0
- package/build/dist/Server/Utils/CronTab.js.map +1 -0
- package/build/dist/Server/Utils/Encryption.js +25 -0
- package/build/dist/Server/Utils/Encryption.js.map +1 -0
- package/build/dist/Server/Utils/Environment.js +19 -0
- package/build/dist/Server/Utils/Environment.js.map +1 -0
- package/build/dist/Server/Utils/Errors.js +20 -0
- package/build/dist/Server/Utils/Errors.js.map +1 -0
- package/build/dist/Server/Utils/Execute.js +18 -0
- package/build/dist/Server/Utils/Execute.js.map +1 -0
- package/build/dist/Server/Utils/Express.js +40 -0
- package/build/dist/Server/Utils/Express.js.map +1 -0
- package/build/dist/Server/Utils/Greenlock/Greenlock.js +197 -0
- package/build/dist/Server/Utils/Greenlock/Greenlock.js.map +1 -0
- package/build/dist/Server/Utils/JsonToCsv.js +13 -0
- package/build/dist/Server/Utils/JsonToCsv.js.map +1 -0
- package/build/dist/Server/Utils/JsonWebToken.js +86 -0
- package/build/dist/Server/Utils/JsonWebToken.js.map +1 -0
- package/build/dist/Server/Utils/LocalFile.js +147 -0
- package/build/dist/Server/Utils/LocalFile.js.map +1 -0
- package/build/dist/Server/Utils/Logger.js +77 -0
- package/build/dist/Server/Utils/Logger.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/Criteria/APIRequestCriteria.js +128 -0
- package/build/dist/Server/Utils/Monitor/Criteria/APIRequestCriteria.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/Criteria/CompareCriteria.js +408 -0
- package/build/dist/Server/Utils/Monitor/Criteria/CompareCriteria.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/Criteria/CustomCodeMonitorCriteria.js +79 -0
- package/build/dist/Server/Utils/Monitor/Criteria/CustomCodeMonitorCriteria.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/Criteria/EvaluateOverTime.js +85 -0
- package/build/dist/Server/Utils/Monitor/Criteria/EvaluateOverTime.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/Criteria/IncomingRequestCriteria.js +155 -0
- package/build/dist/Server/Utils/Monitor/Criteria/IncomingRequestCriteria.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/Criteria/LogMonitorCriteria.js +19 -0
- package/build/dist/Server/Utils/Monitor/Criteria/LogMonitorCriteria.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/Criteria/SSLMonitorCriteria.js +125 -0
- package/build/dist/Server/Utils/Monitor/Criteria/SSLMonitorCriteria.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/Criteria/ServerMonitorCriteria.js +175 -0
- package/build/dist/Server/Utils/Monitor/Criteria/ServerMonitorCriteria.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/Criteria/SyntheticMonitor.js +35 -0
- package/build/dist/Server/Utils/Monitor/Criteria/SyntheticMonitor.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/Criteria/TraceMonitorCriteria.js +19 -0
- package/build/dist/Server/Utils/Monitor/Criteria/TraceMonitorCriteria.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/DataToProcess.js +2 -0
- package/build/dist/Server/Utils/Monitor/DataToProcess.js.map +1 -0
- package/build/dist/Server/Utils/Monitor/MonitorResource.js +833 -0
- package/build/dist/Server/Utils/Monitor/MonitorResource.js.map +1 -0
- package/build/dist/Server/Utils/Process.js +15 -0
- package/build/dist/Server/Utils/Process.js.map +1 -0
- package/build/dist/Server/Utils/Realtime.js +87 -0
- package/build/dist/Server/Utils/Realtime.js.map +1 -0
- package/build/dist/Server/Utils/Response.js +152 -0
- package/build/dist/Server/Utils/Response.js.map +1 -0
- package/build/dist/Server/Utils/Slack.js +20 -0
- package/build/dist/Server/Utils/Slack.js.map +1 -0
- package/build/dist/Server/Utils/StartServer.js +183 -0
- package/build/dist/Server/Utils/StartServer.js.map +1 -0
- package/build/dist/Server/Utils/Stream.js +21 -0
- package/build/dist/Server/Utils/Stream.js.map +1 -0
- package/build/dist/Server/Utils/Telemetry.js +185 -0
- package/build/dist/Server/Utils/Telemetry.js.map +1 -0
- package/build/dist/Server/Utils/TwoFactorAuth.js +57 -0
- package/build/dist/Server/Utils/TwoFactorAuth.js.map +1 -0
- package/build/dist/Server/Utils/VM/VMAPI.js +124 -0
- package/build/dist/Server/Utils/VM/VMAPI.js.map +1 -0
- package/build/dist/Server/Utils/VM/VMRunner.js +30 -0
- package/build/dist/Server/Utils/VM/VMRunner.js.map +1 -0
- package/build/dist/Tests/Models/File.test.js.map +1 -0
- package/build/dist/Tests/Server/API/BaseAPI.test.js +566 -0
- package/build/dist/Tests/Server/API/BaseAPI.test.js.map +1 -0
- package/build/dist/Tests/Server/API/Helpers.js +27 -0
- package/build/dist/Tests/Server/API/Helpers.js.map +1 -0
- package/build/dist/Tests/Server/API/ProbeAPI.test.js +84 -0
- package/build/dist/Tests/Server/API/ProbeAPI.test.js.map +1 -0
- package/build/dist/Tests/Server/API/ProjectAPI.test.js +170 -0
- package/build/dist/Tests/Server/API/ProjectAPI.test.js.map +1 -0
- package/build/dist/Tests/Server/API/UserSmsApi.test.js +177 -0
- package/build/dist/Tests/Server/API/UserSmsApi.test.js.map +1 -0
- package/build/dist/Tests/Server/Middleware/BearerTokenAuthorization.test.js +63 -0
- package/build/dist/Tests/Server/Middleware/BearerTokenAuthorization.test.js.map +1 -0
- package/build/dist/Tests/Server/Middleware/ClusterKeyAuthorization.test.js +58 -0
- package/build/dist/Tests/Server/Middleware/ClusterKeyAuthorization.test.js.map +1 -0
- package/build/dist/Tests/Server/Middleware/NotificationMiddleware.test.js +100 -0
- package/build/dist/Tests/Server/Middleware/NotificationMiddleware.test.js.map +1 -0
- package/build/dist/Tests/Server/Middleware/ProjectAuthorization.test.js +169 -0
- package/build/dist/Tests/Server/Middleware/ProjectAuthorization.test.js.map +1 -0
- package/build/dist/Tests/Server/Middleware/UserAuthorization.test.js +417 -0
- package/build/dist/Tests/Server/Middleware/UserAuthorization.test.js.map +1 -0
- package/build/dist/Tests/Server/Services/AnalyticsDatabaseService.test.js +195 -0
- package/build/dist/Tests/Server/Services/AnalyticsDatabaseService.test.js.map +1 -0
- package/build/dist/Tests/Server/Services/BillingService.test.js +907 -0
- package/build/dist/Tests/Server/Services/BillingService.test.js.map +1 -0
- package/build/dist/Tests/Server/Services/ProbeService.test.js +719 -0
- package/build/dist/Tests/Server/Services/ProbeService.test.js.map +1 -0
- package/build/dist/Tests/Server/Services/ScheduledMaintenanceService.test.js +95 -0
- package/build/dist/Tests/Server/Services/ScheduledMaintenanceService.test.js.map +1 -0
- package/build/dist/Tests/Server/Services/TeamMemberService.test.js +852 -0
- package/build/dist/Tests/Server/Services/TeamMemberService.test.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/Init.js +4 -0
- package/build/dist/Tests/Server/TestingUtils/Init.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/Postgres/TestDataSourceOptions.js +9 -0
- package/build/dist/Tests/Server/TestingUtils/Postgres/TestDataSourceOptions.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/Redis/TestRedisOptions.js +16 -0
- package/build/dist/Tests/Server/TestingUtils/Redis/TestRedisOptions.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/Services/BillingServiceHelper.js +123 -0
- package/build/dist/Tests/Server/TestingUtils/Services/BillingServiceHelper.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/Services/ProjectServiceHelper.js +39 -0
- package/build/dist/Tests/Server/TestingUtils/Services/ProjectServiceHelper.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/Services/ScheduledMaintenanceServiceHelper.js +20 -0
- package/build/dist/Tests/Server/TestingUtils/Services/ScheduledMaintenanceServiceHelper.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/Services/ScheduledMaintenanceStateServiceHelper.js +31 -0
- package/build/dist/Tests/Server/TestingUtils/Services/ScheduledMaintenanceStateServiceHelper.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/Services/TeamMemberServiceHelper.js +14 -0
- package/build/dist/Tests/Server/TestingUtils/Services/TeamMemberServiceHelper.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/Services/TeamServiceHelper.js +21 -0
- package/build/dist/Tests/Server/TestingUtils/Services/TeamServiceHelper.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/Services/Types.js +2 -0
- package/build/dist/Tests/Server/TestingUtils/Services/Types.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/Services/UserServiceHelper.js +37 -0
- package/build/dist/Tests/Server/TestingUtils/Services/UserServiceHelper.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/__mocks__/Stripe.mock.js +13 -0
- package/build/dist/Tests/Server/TestingUtils/__mocks__/Stripe.mock.js.map +1 -0
- package/build/dist/Tests/Server/TestingUtils/__mocks__/TestDatabase.mock.js +22 -0
- package/build/dist/Tests/Server/TestingUtils/__mocks__/TestDatabase.mock.js.map +1 -0
- package/build/dist/Tests/Server/Utils/AnalyticsDatabase/Statement.test.js +94 -0
- package/build/dist/Tests/Server/Utils/AnalyticsDatabase/Statement.test.js.map +1 -0
- package/build/dist/Tests/Server/Utils/AnalyticsDatabase/StatementGenerator.test.js +298 -0
- package/build/dist/Tests/Server/Utils/AnalyticsDatabase/StatementGenerator.test.js.map +1 -0
- package/build/dist/Tests/Server/Utils/Cookie.test.js +77 -0
- package/build/dist/Tests/Server/Utils/Cookie.test.js.map +1 -0
- package/build/dist/Tests/Server/Utils/CronTab.test.js +29 -0
- package/build/dist/Tests/Server/Utils/CronTab.test.js.map +1 -0
- package/build/dist/Tests/Server/Utils/JsonToCsv.test.js +114 -0
- package/build/dist/Tests/Server/Utils/JsonToCsv.test.js.map +1 -0
- package/build/dist/Tests/Types/API/Headers.test.js +1 -1
- package/build/dist/Tests/Types/API/Headers.test.js.map +1 -1
- package/build/dist/Tests/Types/ArrayUtil.test.js +1 -1
- package/build/dist/Tests/Types/ArrayUtil.test.js.map +1 -1
- package/build/dist/Tests/Types/Database/Date.test.js +12 -10
- package/build/dist/Tests/Types/Database/Date.test.js.map +1 -1
- package/build/dist/Tests/Types/Sleep.test.js +3 -7
- package/build/dist/Tests/Types/Sleep.test.js.map +1 -1
- package/build/dist/Tests/UI/Components/404.test.js +54 -0
- package/build/dist/Tests/UI/Components/404.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Alert.test.js +83 -0
- package/build/dist/Tests/UI/Components/Alert.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Badge.test.js +59 -0
- package/build/dist/Tests/UI/Components/Badge.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/BasicForm.test.js +92 -0
- package/build/dist/Tests/UI/Components/BasicForm.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Breadcrumbs.test.js +65 -0
- package/build/dist/Tests/UI/Components/Breadcrumbs.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Button.test.js +104 -0
- package/build/dist/Tests/UI/Components/Button.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Card.test.js +83 -0
- package/build/dist/Tests/UI/Components/Card.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/ColorViewer.test.js +42 -0
- package/build/dist/Tests/UI/Components/ColorViewer.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/ComponentsModal.test.js +224 -0
- package/build/dist/Tests/UI/Components/ComponentsModal.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/ConfirmModal.test.js +57 -0
- package/build/dist/Tests/UI/Components/ConfirmModal.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/DictionaryOfStrings.test.js +82 -0
- package/build/dist/Tests/UI/Components/DictionaryOfStrings.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Dropdown.test.js +130 -0
- package/build/dist/Tests/UI/Components/Dropdown.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/DuplicateModel.test.js +219 -0
- package/build/dist/Tests/UI/Components/DuplicateModel.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/EmptyState/EmptyState.test.js +26 -0
- package/build/dist/Tests/UI/Components/EmptyState/EmptyState.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/ErrorBoundary.test.js +32 -0
- package/build/dist/Tests/UI/Components/ErrorBoundary.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/FilePicker.test.js +249 -0
- package/build/dist/Tests/UI/Components/FilePicker.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/HiddenText.test.js +51 -0
- package/build/dist/Tests/UI/Components/HiddenText.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Input.test.js +197 -0
- package/build/dist/Tests/UI/Components/Input.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Item.test.js +58 -0
- package/build/dist/Tests/UI/Components/Item.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/List.test.js +81 -0
- package/build/dist/Tests/UI/Components/List.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Loader.test.js +19 -0
- package/build/dist/Tests/UI/Components/Loader.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/MasterPage.test.js +46 -0
- package/build/dist/Tests/UI/Components/MasterPage.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Modal.test.js +127 -0
- package/build/dist/Tests/UI/Components/Modal.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/NavBar.test.js +33 -0
- package/build/dist/Tests/UI/Components/NavBar.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/OrderedStatesList.test.js +86 -0
- package/build/dist/Tests/UI/Components/OrderedStatesList.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Pagination.test.js +133 -0
- package/build/dist/Tests/UI/Components/Pagination.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Pill.test.js +49 -0
- package/build/dist/Tests/UI/Components/Pill.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Probe.test.js +52 -0
- package/build/dist/Tests/UI/Components/Probe.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/ProgressBar.test.js +44 -0
- package/build/dist/Tests/UI/Components/ProgressBar.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/RadioButtons.test.js +66 -0
- package/build/dist/Tests/UI/Components/RadioButtons.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/SideMenuItem.test.js +98 -0
- package/build/dist/Tests/UI/Components/SideMenuItem.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/SideOver.test.js +77 -0
- package/build/dist/Tests/UI/Components/SideOver.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Tabs.test.js +56 -0
- package/build/dist/Tests/UI/Components/Tabs.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Template/Template.test.js +15 -0
- package/build/dist/Tests/UI/Components/Template/Template.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/TextArea.test.js +97 -0
- package/build/dist/Tests/UI/Components/TextArea.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Toast.test.js +48 -0
- package/build/dist/Tests/UI/Components/Toast.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/Toggle.test.js +95 -0
- package/build/dist/Tests/UI/Components/Toggle.test.js.map +1 -0
- package/build/dist/Tests/UI/Components/TopSection.test.js +33 -0
- package/build/dist/Tests/UI/Components/TopSection.test.js.map +1 -0
- package/build/dist/Tests/UI/Index.js +2 -0
- package/build/dist/Tests/UI/Index.js.map +1 -0
- package/build/dist/Tests/UI/Mocks/FileMock.js +3 -0
- package/build/dist/Tests/UI/Mocks/FileMock.js.map +1 -0
- package/build/dist/Tests/Utils/API.test.js +1 -1
- package/build/dist/Tests/Utils/API.test.js.map +1 -1
- package/build/dist/Tests/Utils/Faker.test.js +1 -1
- package/build/dist/Tests/Utils/Faker.test.js.map +1 -1
- package/build/dist/Types/API/HTTPErrorResponse.js.map +1 -1
- package/build/dist/Types/API/HTTPMethod.js +1 -0
- package/build/dist/Types/API/HTTPMethod.js.map +1 -1
- package/build/dist/Types/API/HTTPResponse.js.map +1 -1
- package/build/dist/Types/API/Hostname.js.map +1 -1
- package/build/dist/Types/API/Route.js.map +1 -1
- package/build/dist/Types/API/StatusCode.js.map +1 -1
- package/build/dist/Types/API/URL.js.map +1 -1
- package/build/dist/Types/AnalyticsDatabase/TableColumn.js.map +1 -1
- package/build/dist/Types/ArrayUtil.js.map +1 -1
- package/build/dist/Types/BaseDatabase/DatabaseCommonInteractionPropsUtil.js.map +1 -1
- package/build/dist/Types/BaseDatabase/EqualToOrNull.js.map +1 -1
- package/build/dist/Types/BaseDatabase/GreaterThan.js.map +1 -1
- package/build/dist/Types/BaseDatabase/GreaterThanOrEqual.js.map +1 -1
- package/build/dist/Types/BaseDatabase/InBetween.js +2 -14
- package/build/dist/Types/BaseDatabase/InBetween.js.map +1 -1
- package/build/dist/Types/BaseDatabase/Includes.js.map +1 -1
- package/build/dist/Types/BaseDatabase/IsNull.js.map +1 -1
- package/build/dist/Types/BaseDatabase/LessThan.js.map +1 -1
- package/build/dist/Types/BaseDatabase/LessThanOrEqual.js.map +1 -1
- package/build/dist/Types/BaseDatabase/ModelPermission.js.map +1 -1
- package/build/dist/Types/BaseDatabase/NotEqual.js.map +1 -1
- package/build/dist/Types/BaseDatabase/NotNull.js.map +1 -1
- package/build/dist/Types/BaseDatabase/Search.js.map +1 -1
- package/build/dist/Types/Billing/SubscriptionPlan.js.map +1 -1
- package/build/dist/Types/Billing/SubscriptionStatus.js.map +1 -1
- package/build/dist/Types/Call/CallRequest.js.map +1 -1
- package/build/dist/Types/Color.js.map +1 -1
- package/build/dist/Types/Currency.js.map +1 -1
- package/build/dist/Types/Database/AccessControl/ColumnAccessControl.js.map +1 -1
- package/build/dist/Types/Database/AccessControl/ColumnBillingAccessControl.js.map +1 -1
- package/build/dist/Types/Database/AccessControl/TableAccessControl.js.map +1 -1
- package/build/dist/Types/Database/AccessControl/TableBillingAccessControl.js.map +1 -1
- package/build/dist/Types/Database/CanAccessIfCanReadOn.js.map +1 -1
- package/build/dist/Types/Database/ColumnLength.js.map +1 -1
- package/build/dist/Types/Database/CompareBase.js.map +1 -1
- package/build/dist/Types/Database/DatabaseProperty.js.map +1 -1
- package/build/dist/Types/Database/Date.js.map +1 -1
- package/build/dist/Types/Database/IsPermissionsIf.js.map +1 -1
- package/build/dist/Types/Database/TableColumn.js.map +1 -1
- package/build/dist/Types/Database/UniqueColumnBy.js.map +1 -1
- package/build/dist/Types/Date.js.map +1 -1
- package/build/dist/Types/Day/DayOfWeek.js.map +1 -1
- package/build/dist/Types/Decimal.js.map +1 -1
- package/build/dist/Types/DiskSize.js.map +1 -1
- package/build/dist/Types/Domain.js +1 -1
- package/build/dist/Types/Domain.js.map +1 -1
- package/build/dist/Types/Email.js.map +1 -1
- package/build/dist/Types/EmailWithName.js.map +1 -1
- package/build/dist/Types/Events/Recurring.js.map +1 -1
- package/build/dist/Types/Exception/ApiException.js.map +1 -1
- package/build/dist/Types/Exception/SsoAuthorizationException.js +2 -1
- package/build/dist/Types/Exception/SsoAuthorizationException.js.map +1 -1
- package/build/dist/Types/HashCode.js.map +1 -1
- package/build/dist/Types/HashedString.js.map +1 -1
- package/build/dist/Types/IP/IP.js.map +1 -1
- package/build/dist/Types/IP/IPv4.js.map +1 -1
- package/build/dist/Types/IP/IPv6.js.map +1 -1
- package/build/dist/Types/JSONFunctions.js +3 -0
- package/build/dist/Types/JSONFunctions.js.map +1 -1
- package/build/dist/Types/Monitor/CriteriaFilter.js +2 -0
- package/build/dist/Types/Monitor/CriteriaFilter.js.map +1 -1
- package/build/dist/Types/Monitor/MonitorCriteria.js.map +1 -1
- package/build/dist/Types/Monitor/MonitorCriteriaInstance.js +49 -0
- package/build/dist/Types/Monitor/MonitorCriteriaInstance.js.map +1 -1
- package/build/dist/Types/Monitor/MonitorStep.js +18 -1
- package/build/dist/Types/Monitor/MonitorStep.js.map +1 -1
- package/build/dist/Types/Monitor/MonitorStepLogMonitor.js.map +1 -1
- package/build/dist/Types/Monitor/MonitorStepTraceMonitor.js +59 -0
- package/build/dist/Types/Monitor/MonitorStepTraceMonitor.js.map +1 -0
- package/build/dist/Types/Monitor/MonitorSteps.js +3 -0
- package/build/dist/Types/Monitor/MonitorSteps.js.map +1 -1
- package/build/dist/Types/Monitor/MonitorType.js +5 -6
- package/build/dist/Types/Monitor/MonitorType.js.map +1 -1
- package/build/dist/Types/Monitor/TraceMonitor/TraceMonitorResponse.js +2 -0
- package/build/dist/Types/Monitor/TraceMonitor/TraceMonitorResponse.js.map +1 -0
- package/build/dist/Types/Name.js.map +1 -1
- package/build/dist/Types/ObjectID.js.map +1 -1
- package/build/dist/Types/OnCallDutyPolicy/Layer.js +1 -1
- package/build/dist/Types/OnCallDutyPolicy/Layer.js.map +1 -1
- package/build/dist/Types/OnCallDutyPolicy/RestrictionTimes.js.map +1 -1
- package/build/dist/Types/Permission.js.map +1 -1
- package/build/dist/Types/Phone.js.map +1 -1
- package/build/dist/Types/Port.js.map +1 -1
- package/build/dist/Types/PositiveNumber.js.map +1 -1
- package/build/dist/Types/SerializableObjectDictionary.js +2 -0
- package/build/dist/Types/SerializableObjectDictionary.js.map +1 -1
- package/build/dist/Types/StatusPage/UptimePrecision.js +9 -0
- package/build/dist/Types/StatusPage/UptimePrecision.js.map +1 -0
- package/build/dist/Types/Text.js.map +1 -1
- package/build/dist/Types/Version.js.map +1 -1
- package/build/dist/Types/WebsiteRequest.js.map +1 -1
- package/build/dist/Types/Workflow/ComponentID.js +1 -0
- package/build/dist/Types/Workflow/ComponentID.js.map +1 -1
- package/build/dist/Types/Workflow/Components/API.js +84 -0
- package/build/dist/Types/Workflow/Components/API.js.map +1 -1
- package/build/dist/Types/Workflow/Components/BaseModel.js.map +1 -1
- package/build/dist/Types/XML.js.map +1 -1
- package/build/dist/UI/Components/404.js +25 -0
- package/build/dist/UI/Components/404.js.map +1 -0
- package/build/dist/UI/Components/Accordion/Accordion.js +51 -0
- package/build/dist/UI/Components/Accordion/Accordion.js.map +1 -0
- package/build/dist/UI/Components/Accordion/AccordionGroup.js +6 -0
- package/build/dist/UI/Components/Accordion/AccordionGroup.js.map +1 -0
- package/build/dist/UI/Components/ActionButton/ActionButtonSchema.js +2 -0
- package/build/dist/UI/Components/ActionButton/ActionButtonSchema.js.map +1 -0
- package/build/dist/UI/Components/Alerts/Alert.js +72 -0
- package/build/dist/UI/Components/Alerts/Alert.js.map +1 -0
- package/build/dist/UI/Components/AuthContainer/AuthContainer.js +6 -0
- package/build/dist/UI/Components/AuthContainer/AuthContainer.js.map +1 -0
- package/build/dist/UI/Components/Badge/Badge.js +25 -0
- package/build/dist/UI/Components/Badge/Badge.js.map +1 -0
- package/build/dist/UI/Components/Banner/Banner.js +19 -0
- package/build/dist/UI/Components/Banner/Banner.js.map +1 -0
- package/build/dist/UI/Components/Breadcrumbs/Breadcrumbs.js +25 -0
- package/build/dist/UI/Components/Breadcrumbs/Breadcrumbs.js.map +1 -0
- package/build/dist/UI/Components/BulkUpdate/BulkUpdateForm.js +139 -0
- package/build/dist/UI/Components/BulkUpdate/BulkUpdateForm.js.map +1 -0
- package/build/dist/UI/Components/Button/Button.js +137 -0
- package/build/dist/UI/Components/Button/Button.js.map +1 -0
- package/build/dist/UI/Components/Button/ButtonTypes.js +8 -0
- package/build/dist/UI/Components/Button/ButtonTypes.js.map +1 -0
- package/build/dist/UI/Components/Calendar/Calendar.js +55 -0
- package/build/dist/UI/Components/Calendar/Calendar.js.map +1 -0
- package/build/dist/UI/Components/Card/Card.js +31 -0
- package/build/dist/UI/Components/Card/Card.js.map +1 -0
- package/build/dist/UI/Components/Card/CardButtons/Refresh.js +12 -0
- package/build/dist/UI/Components/Card/CardButtons/Refresh.js.map +1 -0
- package/build/dist/UI/Components/CategoryCheckbox/Category.js +79 -0
- package/build/dist/UI/Components/CategoryCheckbox/Category.js.map +1 -0
- package/build/dist/UI/Components/CategoryCheckbox/CategoryCheckboxTypes.js +2 -0
- package/build/dist/UI/Components/CategoryCheckbox/CategoryCheckboxTypes.js.map +1 -0
- package/build/dist/UI/Components/CategoryCheckbox/CheckboxList.js +54 -0
- package/build/dist/UI/Components/CategoryCheckbox/CheckboxList.js.map +1 -0
- package/build/dist/UI/Components/CategoryCheckbox/Index.js +80 -0
- package/build/dist/UI/Components/CategoryCheckbox/Index.js.map +1 -0
- package/build/dist/UI/Components/Charts/Bar/Bar.js +2 -0
- package/build/dist/UI/Components/Charts/Bar/Bar.js.map +1 -0
- package/build/dist/UI/Components/Charts/Base/BaseChart.js +2 -0
- package/build/dist/UI/Components/Charts/Base/BaseChart.js.map +1 -0
- package/build/dist/UI/Components/Charts/ChartGroup/ChartGroup.js +30 -0
- package/build/dist/UI/Components/Charts/ChartGroup/ChartGroup.js.map +1 -0
- package/build/dist/UI/Components/Charts/Line/LineChart.js +139 -0
- package/build/dist/UI/Components/Charts/Line/LineChart.js.map +1 -0
- package/build/dist/UI/Components/Charts/Tooltip/Tooltip.js +34 -0
- package/build/dist/UI/Components/Charts/Tooltip/Tooltip.js.map +1 -0
- package/build/dist/UI/Components/Checkbox/Checkbox.js +30 -0
- package/build/dist/UI/Components/Checkbox/Checkbox.js.map +1 -0
- package/build/dist/UI/Components/Checkbox/CheckboxViewer.js +12 -0
- package/build/dist/UI/Components/Checkbox/CheckboxViewer.js.map +1 -0
- package/build/dist/UI/Components/CodeBlock/CodeBlock.js +8 -0
- package/build/dist/UI/Components/CodeBlock/CodeBlock.js.map +1 -0
- package/build/dist/UI/Components/CodeEditor/CodeEditor.js +129 -0
- package/build/dist/UI/Components/CodeEditor/CodeEditor.js.map +1 -0
- package/build/dist/UI/Components/ColorCircle/ColorCircle.js +10 -0
- package/build/dist/UI/Components/ColorCircle/ColorCircle.js.map +1 -0
- package/build/dist/UI/Components/ColorSquareCube/ColorSquareCube.js +10 -0
- package/build/dist/UI/Components/ColorSquareCube/ColorSquareCube.js.map +1 -0
- package/build/dist/UI/Components/ColorViewer/ColorViewer.js +22 -0
- package/build/dist/UI/Components/ColorViewer/ColorViewer.js.map +1 -0
- package/build/dist/UI/Components/ComingSoon/ComingSoon.js +8 -0
- package/build/dist/UI/Components/ComingSoon/ComingSoon.js.map +1 -0
- package/build/dist/UI/Components/ComponentLoader/CompactLoader.js +9 -0
- package/build/dist/UI/Components/ComponentLoader/CompactLoader.js.map +1 -0
- package/build/dist/UI/Components/ComponentLoader/ComponentLoader.js +8 -0
- package/build/dist/UI/Components/ComponentLoader/ComponentLoader.js.map +1 -0
- package/build/dist/UI/Components/CopyTextButton/CopyTextButton.js +18 -0
- package/build/dist/UI/Components/CopyTextButton/CopyTextButton.js.map +1 -0
- package/build/dist/UI/Components/CopyableButton/CopyableButton.js +24 -0
- package/build/dist/UI/Components/CopyableButton/CopyableButton.js.map +1 -0
- package/build/dist/UI/Components/CustomFields/CustomFieldsDetail.js +120 -0
- package/build/dist/UI/Components/CustomFields/CustomFieldsDetail.js.map +1 -0
- package/build/dist/UI/Components/Date/StartAndEndDate.js +199 -0
- package/build/dist/UI/Components/Date/StartAndEndDate.js.map +1 -0
- package/build/dist/UI/Components/Detail/Detail.js +231 -0
- package/build/dist/UI/Components/Detail/Detail.js.map +1 -0
- package/build/dist/UI/Components/Detail/Field.js +2 -0
- package/build/dist/UI/Components/Detail/Field.js.map +1 -0
- package/build/dist/UI/Components/Detail/FieldLabel.js +19 -0
- package/build/dist/UI/Components/Detail/FieldLabel.js.map +1 -0
- package/build/dist/UI/Components/Detail/PlaceholderText.js +6 -0
- package/build/dist/UI/Components/Detail/PlaceholderText.js.map +1 -0
- package/build/dist/UI/Components/Dictionary/Dictionary.js +175 -0
- package/build/dist/UI/Components/Dictionary/Dictionary.js.map +1 -0
- package/build/dist/UI/Components/Dictionary/DictionaryOfStingsViewer.js +29 -0
- package/build/dist/UI/Components/Dictionary/DictionaryOfStingsViewer.js.map +1 -0
- package/build/dist/UI/Components/Dictionary/DictionaryOfStrings.js +21 -0
- package/build/dist/UI/Components/Dictionary/DictionaryOfStrings.js.map +1 -0
- package/build/dist/UI/Components/Divider/Divider.js +6 -0
- package/build/dist/UI/Components/Divider/Divider.js.map +1 -0
- package/build/dist/UI/Components/Dropdown/Dropdown.js +107 -0
- package/build/dist/UI/Components/Dropdown/Dropdown.js.map +1 -0
- package/build/dist/UI/Components/DuplicateModel/DuplicateModel.js +86 -0
- package/build/dist/UI/Components/DuplicateModel/DuplicateModel.js.map +1 -0
- package/build/dist/UI/Components/EmptyState/EmptyState.js +13 -0
- package/build/dist/UI/Components/EmptyState/EmptyState.js.map +1 -0
- package/build/dist/UI/Components/Error/PageError.js +18 -0
- package/build/dist/UI/Components/Error/PageError.js.map +1 -0
- package/build/dist/UI/Components/ErrorBoundary.js +22 -0
- package/build/dist/UI/Components/ErrorBoundary.js.map +1 -0
- package/build/dist/UI/Components/ErrorMessage/ErrorMessage.js +12 -0
- package/build/dist/UI/Components/ErrorMessage/ErrorMessage.js.map +1 -0
- package/build/dist/UI/Components/EventHistoryList/EventHistoryDayList.js +22 -0
- package/build/dist/UI/Components/EventHistoryList/EventHistoryDayList.js.map +1 -0
- package/build/dist/UI/Components/EventHistoryList/EventHistoryList.js +9 -0
- package/build/dist/UI/Components/EventHistoryList/EventHistoryList.js.map +1 -0
- package/build/dist/UI/Components/EventHistoryList/NoEventDay.js +16 -0
- package/build/dist/UI/Components/EventHistoryList/NoEventDay.js.map +1 -0
- package/build/dist/UI/Components/EventItem/EventItem.js +112 -0
- package/build/dist/UI/Components/EventItem/EventItem.js.map +1 -0
- package/build/dist/UI/Components/Events/RecurringFieldElement.js +42 -0
- package/build/dist/UI/Components/Events/RecurringFieldElement.js.map +1 -0
- package/build/dist/UI/Components/Events/RecurringViewElement.js +17 -0
- package/build/dist/UI/Components/Events/RecurringViewElement.js.map +1 -0
- package/build/dist/UI/Components/FilePicker/FilePicker.js +149 -0
- package/build/dist/UI/Components/FilePicker/FilePicker.js.map +1 -0
- package/build/dist/UI/Components/Filters/BooleanFilter.js +35 -0
- package/build/dist/UI/Components/Filters/BooleanFilter.js.map +1 -0
- package/build/dist/UI/Components/Filters/DateFilter.js +23 -0
- package/build/dist/UI/Components/Filters/DateFilter.js.map +1 -0
- package/build/dist/UI/Components/Filters/DropdownFilter.js +40 -0
- package/build/dist/UI/Components/Filters/DropdownFilter.js.map +1 -0
- package/build/dist/UI/Components/Filters/EntityFilter.js +40 -0
- package/build/dist/UI/Components/Filters/EntityFilter.js.map +1 -0
- package/build/dist/UI/Components/Filters/FilterModal.js +2 -0
- package/build/dist/UI/Components/Filters/FilterModal.js.map +1 -0
- package/build/dist/UI/Components/Filters/FilterViewer.js +232 -0
- package/build/dist/UI/Components/Filters/FilterViewer.js.map +1 -0
- package/build/dist/UI/Components/Filters/FilterViewerItem.js +11 -0
- package/build/dist/UI/Components/Filters/FilterViewerItem.js.map +1 -0
- package/build/dist/UI/Components/Filters/FiltersForm.js +55 -0
- package/build/dist/UI/Components/Filters/FiltersForm.js.map +1 -0
- package/build/dist/UI/Components/Filters/JSONFilter.js +24 -0
- package/build/dist/UI/Components/Filters/JSONFilter.js.map +1 -0
- package/build/dist/UI/Components/Filters/TextFilter.js +59 -0
- package/build/dist/UI/Components/Filters/TextFilter.js.map +1 -0
- package/build/dist/UI/Components/Filters/Types/Filter.js +2 -0
- package/build/dist/UI/Components/Filters/Types/Filter.js.map +1 -0
- package/build/dist/UI/Components/Filters/Types/FilterData.js +2 -0
- package/build/dist/UI/Components/Filters/Types/FilterData.js.map +1 -0
- package/build/dist/UI/Components/Footer/Footer.js +17 -0
- package/build/dist/UI/Components/Footer/Footer.js.map +1 -0
- package/build/dist/UI/Components/FormModal/BasicFormModal.js +26 -0
- package/build/dist/UI/Components/FormModal/BasicFormModal.js.map +1 -0
- package/build/dist/UI/Components/Forms/BasicForm.js +339 -0
- package/build/dist/UI/Components/Forms/BasicForm.js.map +1 -0
- package/build/dist/UI/Components/Forms/BasicModelForm.js +30 -0
- package/build/dist/UI/Components/Forms/BasicModelForm.js.map +1 -0
- package/build/dist/UI/Components/Forms/Fields/ColorPicker.js +58 -0
- package/build/dist/UI/Components/Forms/Fields/ColorPicker.js.map +1 -0
- package/build/dist/UI/Components/Forms/Fields/FieldLabel.js +16 -0
- package/build/dist/UI/Components/Forms/Fields/FieldLabel.js.map +1 -0
- package/build/dist/UI/Components/Forms/Fields/FormField.js +329 -0
- package/build/dist/UI/Components/Forms/Fields/FormField.js.map +1 -0
- package/build/dist/UI/Components/Forms/ModelForm.js +429 -0
- package/build/dist/UI/Components/Forms/ModelForm.js.map +1 -0
- package/build/dist/UI/Components/Forms/Steps/Step.js +27 -0
- package/build/dist/UI/Components/Forms/Steps/Step.js.map +1 -0
- package/build/dist/UI/Components/Forms/Steps/Steps.js +33 -0
- package/build/dist/UI/Components/Forms/Steps/Steps.js.map +1 -0
- package/build/dist/UI/Components/Forms/Types/Field.js +7 -0
- package/build/dist/UI/Components/Forms/Types/Field.js.map +1 -0
- package/build/dist/UI/Components/Forms/Types/Fields.js +2 -0
- package/build/dist/UI/Components/Forms/Types/Fields.js.map +1 -0
- package/build/dist/UI/Components/Forms/Types/FormFieldSchemaType.js +41 -0
- package/build/dist/UI/Components/Forms/Types/FormFieldSchemaType.js.map +1 -0
- package/build/dist/UI/Components/Forms/Types/FormFieldsSchema.js +2 -0
- package/build/dist/UI/Components/Forms/Types/FormFieldsSchema.js.map +1 -0
- package/build/dist/UI/Components/Forms/Types/FormStep.js +7 -0
- package/build/dist/UI/Components/Forms/Types/FormStep.js.map +1 -0
- package/build/dist/UI/Components/Forms/Types/FormValues.js +2 -0
- package/build/dist/UI/Components/Forms/Types/FormValues.js.map +1 -0
- package/build/dist/UI/Components/Forms/Validation.js +247 -0
- package/build/dist/UI/Components/Forms/Validation.js.map +1 -0
- package/build/dist/UI/Components/Forms/WizardForm.js +2 -0
- package/build/dist/UI/Components/Forms/WizardForm.js.map +1 -0
- package/build/dist/UI/Components/FullPageModal/FullPageModal.js +13 -0
- package/build/dist/UI/Components/FullPageModal/FullPageModal.js.map +1 -0
- package/build/dist/UI/Components/GanttChart/Bar/BarLabel.js +8 -0
- package/build/dist/UI/Components/GanttChart/Bar/BarLabel.js.map +1 -0
- package/build/dist/UI/Components/GanttChart/Bar/Index.js +55 -0
- package/build/dist/UI/Components/GanttChart/Bar/Index.js.map +1 -0
- package/build/dist/UI/Components/GanttChart/ChartContainer.js +24 -0
- package/build/dist/UI/Components/GanttChart/ChartContainer.js.map +1 -0
- package/build/dist/UI/Components/GanttChart/Index.js +35 -0
- package/build/dist/UI/Components/GanttChart/Index.js.map +1 -0
- package/build/dist/UI/Components/GanttChart/Row/Index.js +7 -0
- package/build/dist/UI/Components/GanttChart/Row/Index.js.map +1 -0
- package/build/dist/UI/Components/GanttChart/Row/Row.js +53 -0
- package/build/dist/UI/Components/GanttChart/Row/Row.js.map +1 -0
- package/build/dist/UI/Components/GanttChart/Row/RowLabel.js +10 -0
- package/build/dist/UI/Components/GanttChart/Row/RowLabel.js.map +1 -0
- package/build/dist/UI/Components/GanttChart/Rows.js +15 -0
- package/build/dist/UI/Components/GanttChart/Rows.js.map +1 -0
- package/build/dist/UI/Components/GanttChart/Timeline/Index.js +16 -0
- package/build/dist/UI/Components/GanttChart/Timeline/Index.js.map +1 -0
- package/build/dist/UI/Components/GanttChart/Timeline/TimelineInterval.js +13 -0
- package/build/dist/UI/Components/GanttChart/Timeline/TimelineInterval.js.map +1 -0
- package/build/dist/UI/Components/GanttChart/Timeline/TimelineIntervalMarks.js +13 -0
- package/build/dist/UI/Components/GanttChart/Timeline/TimelineIntervalMarks.js.map +1 -0
- package/build/dist/UI/Components/Graphs/DayUptimeGraph.js +114 -0
- package/build/dist/UI/Components/Graphs/DayUptimeGraph.js.map +1 -0
- package/build/dist/UI/Components/Header/Header.js +10 -0
- package/build/dist/UI/Components/Header/Header.js.map +1 -0
- package/build/dist/UI/Components/Header/HeaderIconDropdown/HeaderIconDropdown.js +2 -0
- package/build/dist/UI/Components/Header/HeaderIconDropdown/HeaderIconDropdown.js.map +1 -0
- package/build/dist/UI/Components/Header/HeaderIconDropdownButton.js +32 -0
- package/build/dist/UI/Components/Header/HeaderIconDropdownButton.js.map +1 -0
- package/build/dist/UI/Components/Header/IconDropdown/IconDropdownItem.js +10 -0
- package/build/dist/UI/Components/Header/IconDropdown/IconDropdownItem.js.map +1 -0
- package/build/dist/UI/Components/Header/IconDropdown/IconDropdownMenu.js +6 -0
- package/build/dist/UI/Components/Header/IconDropdown/IconDropdownMenu.js.map +1 -0
- package/build/dist/UI/Components/Header/IconDropdown/IconDropdownRow.js +6 -0
- package/build/dist/UI/Components/Header/IconDropdown/IconDropdownRow.js.map +1 -0
- package/build/dist/UI/Components/Header/Notifications/NotificationItem.js +24 -0
- package/build/dist/UI/Components/Header/Notifications/NotificationItem.js.map +1 -0
- package/build/dist/UI/Components/Header/Notifications/Notifications.js +41 -0
- package/build/dist/UI/Components/Header/Notifications/Notifications.js.map +1 -0
- package/build/dist/UI/Components/Header/ProjectPicker/CreateNewProjectButton.js +13 -0
- package/build/dist/UI/Components/Header/ProjectPicker/CreateNewProjectButton.js.map +1 -0
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPicker.js +49 -0
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPicker.js.map +1 -0
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPickerFilterBox.js +12 -0
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPickerFilterBox.js.map +1 -0
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPickerMenu.js +11 -0
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPickerMenu.js.map +1 -0
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPickerMenuItem.js +18 -0
- package/build/dist/UI/Components/Header/ProjectPicker/ProjectPickerMenuItem.js.map +1 -0
- package/build/dist/UI/Components/Header/SearchBox.js +14 -0
- package/build/dist/UI/Components/Header/SearchBox.js.map +1 -0
- package/build/dist/UI/Components/Header/UserProfile/UserProfile.js +17 -0
- package/build/dist/UI/Components/Header/UserProfile/UserProfile.js.map +1 -0
- package/build/dist/UI/Components/Header/UserProfile/UserProfileDropdownDivider.js +6 -0
- package/build/dist/UI/Components/Header/UserProfile/UserProfileDropdownDivider.js.map +1 -0
- package/build/dist/UI/Components/Header/UserProfile/UserProfileMenu.js +12 -0
- package/build/dist/UI/Components/Header/UserProfile/UserProfileMenu.js.map +1 -0
- package/build/dist/UI/Components/Header/UserProfile/UserProfileMenuItem.js +16 -0
- package/build/dist/UI/Components/Header/UserProfile/UserProfileMenuItem.js.map +1 -0
- package/build/dist/UI/Components/HeaderAlert/HeaderAlert.js +14 -0
- package/build/dist/UI/Components/HeaderAlert/HeaderAlert.js.map +1 -0
- package/build/dist/UI/Components/HeaderAlert/HeaderModelAlert.js +52 -0
- package/build/dist/UI/Components/HeaderAlert/HeaderModelAlert.js.map +1 -0
- package/build/dist/UI/Components/HiddenText/HiddenText.js +24 -0
- package/build/dist/UI/Components/HiddenText/HiddenText.js.map +1 -0
- package/build/dist/UI/Components/HorizontalRule/HorizontalRule.js +6 -0
- package/build/dist/UI/Components/HorizontalRule/HorizontalRule.js.map +1 -0
- package/build/dist/UI/Components/Icon/CircularIconImage.js +15 -0
- package/build/dist/UI/Components/Icon/CircularIconImage.js.map +1 -0
- package/build/dist/UI/Components/Icon/Icon.js +460 -0
- package/build/dist/UI/Components/Icon/Icon.js.map +1 -0
- package/build/dist/UI/Components/Image/Image.js +28 -0
- package/build/dist/UI/Components/Image/Image.js.map +1 -0
- package/build/dist/UI/Components/ImageTiles/ImageTiles.js +21 -0
- package/build/dist/UI/Components/ImageTiles/ImageTiles.js.map +1 -0
- package/build/dist/UI/Components/InfoCard/InfoCard.js +10 -0
- package/build/dist/UI/Components/InfoCard/InfoCard.js.map +1 -0
- package/build/dist/UI/Components/InlineCode/InlineCode.js +6 -0
- package/build/dist/UI/Components/InlineCode/InlineCode.js.map +1 -0
- package/build/dist/UI/Components/Input/Input.js +159 -0
- package/build/dist/UI/Components/Input/Input.js.map +1 -0
- package/build/dist/UI/Components/Link/Link.js +48 -0
- package/build/dist/UI/Components/Link/Link.js.map +1 -0
- package/build/dist/UI/Components/List/List.js +44 -0
- package/build/dist/UI/Components/List/List.js.map +1 -0
- package/build/dist/UI/Components/List/ListBody.js +19 -0
- package/build/dist/UI/Components/List/ListBody.js.map +1 -0
- package/build/dist/UI/Components/List/ListRow.js +58 -0
- package/build/dist/UI/Components/List/ListRow.js.map +1 -0
- package/build/dist/UI/Components/Loader/Loader.js +22 -0
- package/build/dist/UI/Components/Loader/Loader.js.map +1 -0
- package/build/dist/UI/Components/Loader/PageLoader.js +12 -0
- package/build/dist/UI/Components/Loader/PageLoader.js.map +1 -0
- package/build/dist/UI/Components/LogsViewer/LogItem.js +114 -0
- package/build/dist/UI/Components/LogsViewer/LogItem.js.map +1 -0
- package/build/dist/UI/Components/LogsViewer/LogsViewer.js +152 -0
- package/build/dist/UI/Components/LogsViewer/LogsViewer.js.map +1 -0
- package/build/dist/UI/Components/Markdown.tsx/LazyMarkdownViewer.js +10 -0
- package/build/dist/UI/Components/Markdown.tsx/LazyMarkdownViewer.js.map +1 -0
- package/build/dist/UI/Components/Markdown.tsx/MarkdownEditor.js +7 -0
- package/build/dist/UI/Components/Markdown.tsx/MarkdownEditor.js.map +1 -0
- package/build/dist/UI/Components/Markdown.tsx/MarkdownViewer.js +90 -0
- package/build/dist/UI/Components/Markdown.tsx/MarkdownViewer.js.map +1 -0
- package/build/dist/UI/Components/MasterPage/MasterPage.js +22 -0
- package/build/dist/UI/Components/MasterPage/MasterPage.js.map +1 -0
- package/build/dist/UI/Components/Modal/ConfirmModal.js +11 -0
- package/build/dist/UI/Components/Modal/ConfirmModal.js.map +1 -0
- package/build/dist/UI/Components/Modal/Modal.js +64 -0
- package/build/dist/UI/Components/Modal/Modal.js.map +1 -0
- package/build/dist/UI/Components/Modal/ModalBody.js +9 -0
- package/build/dist/UI/Components/Modal/ModalBody.js.map +1 -0
- package/build/dist/UI/Components/Modal/ModalFooter.js +18 -0
- package/build/dist/UI/Components/Modal/ModalFooter.js.map +1 -0
- package/build/dist/UI/Components/ModelDelete/ModelDelete.js +54 -0
- package/build/dist/UI/Components/ModelDelete/ModelDelete.js.map +1 -0
- package/build/dist/UI/Components/ModelDetail/CardModelDetail.js +71 -0
- package/build/dist/UI/Components/ModelDetail/CardModelDetail.js.map +1 -0
- package/build/dist/UI/Components/ModelDetail/Field.js +2 -0
- package/build/dist/UI/Components/ModelDetail/Field.js.map +1 -0
- package/build/dist/UI/Components/ModelDetail/ModelDetail.js +160 -0
- package/build/dist/UI/Components/ModelDetail/ModelDetail.js.map +1 -0
- package/build/dist/UI/Components/ModelFilter/Filter.js +2 -0
- package/build/dist/UI/Components/ModelFilter/Filter.js.map +1 -0
- package/build/dist/UI/Components/ModelFormModal/ModelFormModal.js +41 -0
- package/build/dist/UI/Components/ModelFormModal/ModelFormModal.js.map +1 -0
- package/build/dist/UI/Components/ModelList/ModelList.js +177 -0
- package/build/dist/UI/Components/ModelList/ModelList.js.map +1 -0
- package/build/dist/UI/Components/ModelList/StaticModelList.js +67 -0
- package/build/dist/UI/Components/ModelList/StaticModelList.js.map +1 -0
- package/build/dist/UI/Components/ModelListModal/ModelListModal.js +17 -0
- package/build/dist/UI/Components/ModelListModal/ModelListModal.js.map +1 -0
- package/build/dist/UI/Components/ModelProgress/ModelProgress.js +40 -0
- package/build/dist/UI/Components/ModelProgress/ModelProgress.js.map +1 -0
- package/build/dist/UI/Components/ModelTable/AnalyticsModelTable.js +56 -0
- package/build/dist/UI/Components/ModelTable/AnalyticsModelTable.js.map +1 -0
- package/build/dist/UI/Components/ModelTable/BaseModelTable.js +988 -0
- package/build/dist/UI/Components/ModelTable/BaseModelTable.js.map +1 -0
- package/build/dist/UI/Components/ModelTable/Column.js +2 -0
- package/build/dist/UI/Components/ModelTable/Column.js.map +1 -0
- package/build/dist/UI/Components/ModelTable/Columns.js +2 -0
- package/build/dist/UI/Components/ModelTable/Columns.js.map +1 -0
- package/build/dist/UI/Components/ModelTable/ModelTable.js +87 -0
- package/build/dist/UI/Components/ModelTable/ModelTable.js.map +1 -0
- package/build/dist/UI/Components/MonitorGraphs/Uptime.js +35 -0
- package/build/dist/UI/Components/MonitorGraphs/Uptime.js.map +1 -0
- package/build/dist/UI/Components/MonitorGraphs/UptimeUtil.js +3 -0
- package/build/dist/UI/Components/MonitorGraphs/UptimeUtil.js.map +1 -0
- package/build/dist/UI/Components/Navbar/NavBar.js +9 -0
- package/build/dist/UI/Components/Navbar/NavBar.js.map +1 -0
- package/build/dist/UI/Components/Navbar/NavBarItem.js +33 -0
- package/build/dist/UI/Components/Navbar/NavBarItem.js.map +1 -0
- package/build/dist/UI/Components/Navbar/NavBarMenu.js +21 -0
- package/build/dist/UI/Components/Navbar/NavBarMenu.js.map +1 -0
- package/build/dist/UI/Components/Navbar/NavBarMenuItem.js +14 -0
- package/build/dist/UI/Components/Navbar/NavBarMenuItem.js.map +1 -0
- package/build/dist/UI/Components/Navbar/NavBarMenuSubItem.js +7 -0
- package/build/dist/UI/Components/Navbar/NavBarMenuSubItem.js.map +1 -0
- package/build/dist/UI/Components/ObjectID/IDGenerator.js +37 -0
- package/build/dist/UI/Components/ObjectID/IDGenerator.js.map +1 -0
- package/build/dist/UI/Components/OrderedStatesList/Item.js +46 -0
- package/build/dist/UI/Components/OrderedStatesList/Item.js.map +1 -0
- package/build/dist/UI/Components/OrderedStatesList/OrderedStatesList.js +63 -0
- package/build/dist/UI/Components/OrderedStatesList/OrderedStatesList.js.map +1 -0
- package/build/dist/UI/Components/Page/ModelPage.js +42 -0
- package/build/dist/UI/Components/Page/ModelPage.js.map +1 -0
- package/build/dist/UI/Components/Page/Page.js +40 -0
- package/build/dist/UI/Components/Page/Page.js.map +1 -0
- package/build/dist/UI/Components/Pagination/Pagination.js +138 -0
- package/build/dist/UI/Components/Pagination/Pagination.js.map +1 -0
- package/build/dist/UI/Components/Pill/Pill.js +35 -0
- package/build/dist/UI/Components/Pill/Pill.js.map +1 -0
- package/build/dist/UI/Components/Probe/Probe.js +32 -0
- package/build/dist/UI/Components/Probe/Probe.js.map +1 -0
- package/build/dist/UI/Components/ProgressBar/ProgressBar.js +43 -0
- package/build/dist/UI/Components/ProgressBar/ProgressBar.js.map +1 -0
- package/build/dist/UI/Components/QR/QR.js +22 -0
- package/build/dist/UI/Components/QR/QR.js.map +1 -0
- package/build/dist/UI/Components/Radio/Radio.js +20 -0
- package/build/dist/UI/Components/Radio/Radio.js.map +1 -0
- package/build/dist/UI/Components/RadioButtons/BasicRadioButtons.js +37 -0
- package/build/dist/UI/Components/RadioButtons/BasicRadioButtons.js.map +1 -0
- package/build/dist/UI/Components/RadioButtons/GroupRadioButtons.js +47 -0
- package/build/dist/UI/Components/RadioButtons/GroupRadioButtons.js.map +1 -0
- package/build/dist/UI/Components/ResetObjectID/ResetObjectID.js +73 -0
- package/build/dist/UI/Components/ResetObjectID/ResetObjectID.js.map +1 -0
- package/build/dist/UI/Components/ShortcutKey/Shortcut.js +8 -0
- package/build/dist/UI/Components/ShortcutKey/Shortcut.js.map +1 -0
- package/build/dist/UI/Components/ShortcutKey/ShortcutKey.js +9 -0
- package/build/dist/UI/Components/ShortcutKey/ShortcutKey.js.map +1 -0
- package/build/dist/UI/Components/SideMenu/CountModelSideMenuItem.js +43 -0
- package/build/dist/UI/Components/SideMenu/CountModelSideMenuItem.js.map +1 -0
- package/build/dist/UI/Components/SideMenu/SideMenu.js +16 -0
- package/build/dist/UI/Components/SideMenu/SideMenu.js.map +1 -0
- package/build/dist/UI/Components/SideMenu/SideMenuItem.js +88 -0
- package/build/dist/UI/Components/SideMenu/SideMenuItem.js.map +1 -0
- package/build/dist/UI/Components/SideMenu/SideMenuSection.js +8 -0
- package/build/dist/UI/Components/SideMenu/SideMenuSection.js.map +1 -0
- package/build/dist/UI/Components/SideOver/SideOver.js +53 -0
- package/build/dist/UI/Components/SideOver/SideOver.js.map +1 -0
- package/build/dist/UI/Components/SimpleLogViewer/SimpleLogViewer.js +6 -0
- package/build/dist/UI/Components/SimpleLogViewer/SimpleLogViewer.js.map +1 -0
- package/build/dist/UI/Components/StatusBubble/StatusBubble.js +21 -0
- package/build/dist/UI/Components/StatusBubble/StatusBubble.js.map +1 -0
- package/build/dist/UI/Components/Table/Table.js +113 -0
- package/build/dist/UI/Components/Table/Table.js.map +1 -0
- package/build/dist/UI/Components/Table/TableBody.js +26 -0
- package/build/dist/UI/Components/Table/TableBody.js.map +1 -0
- package/build/dist/UI/Components/Table/TableCard.js +9 -0
- package/build/dist/UI/Components/Table/TableCard.js.map +1 -0
- package/build/dist/UI/Components/Table/TableHeader.js +59 -0
- package/build/dist/UI/Components/Table/TableHeader.js.map +1 -0
- package/build/dist/UI/Components/Table/TableRow.js +97 -0
- package/build/dist/UI/Components/Table/TableRow.js.map +1 -0
- package/build/dist/UI/Components/Table/Types/Column.js +2 -0
- package/build/dist/UI/Components/Table/Types/Column.js.map +1 -0
- package/build/dist/UI/Components/Table/Types/Columns.js +2 -0
- package/build/dist/UI/Components/Table/Types/Columns.js.map +1 -0
- package/build/dist/UI/Components/TableColumnList/TableColumnListComponent.js +36 -0
- package/build/dist/UI/Components/TableColumnList/TableColumnListComponent.js.map +1 -0
- package/build/dist/UI/Components/Tabs/Tab.js +28 -0
- package/build/dist/UI/Components/Tabs/Tab.js.map +1 -0
- package/build/dist/UI/Components/Tabs/Tabs.js +23 -0
- package/build/dist/UI/Components/Tabs/Tabs.js.map +1 -0
- package/build/dist/UI/Components/Template/Template.js +6 -0
- package/build/dist/UI/Components/Template/Template.js.map +1 -0
- package/build/dist/UI/Components/TextArea/TextArea.js +49 -0
- package/build/dist/UI/Components/TextArea/TextArea.js.map +1 -0
- package/build/dist/UI/Components/Toast/Toast.js +67 -0
- package/build/dist/UI/Components/Toast/Toast.js.map +1 -0
- package/build/dist/UI/Components/Toast/ToastInit.js +31 -0
- package/build/dist/UI/Components/Toast/ToastInit.js.map +1 -0
- package/build/dist/UI/Components/Toggle/Toggle.js +55 -0
- package/build/dist/UI/Components/Toggle/Toggle.js.map +1 -0
- package/build/dist/UI/Components/Tooltip/Tooltip.js +11 -0
- package/build/dist/UI/Components/Tooltip/Tooltip.js.map +1 -0
- package/build/dist/UI/Components/TopAlert/TopAlert.js +20 -0
- package/build/dist/UI/Components/TopAlert/TopAlert.js.map +1 -0
- package/build/dist/UI/Components/TopSection/TopSection.js +9 -0
- package/build/dist/UI/Components/TopSection/TopSection.js.map +1 -0
- package/build/dist/UI/Components/Types/FieldType.js +40 -0
- package/build/dist/UI/Components/Types/FieldType.js.map +1 -0
- package/build/dist/UI/Components/Workflow/ArgumentsForm.js +73 -0
- package/build/dist/UI/Components/Workflow/ArgumentsForm.js.map +1 -0
- package/build/dist/UI/Components/Workflow/Component.js +174 -0
- package/build/dist/UI/Components/Workflow/Component.js.map +1 -0
- package/build/dist/UI/Components/Workflow/ComponentArgumentsViewer.js +32 -0
- package/build/dist/UI/Components/Workflow/ComponentArgumentsViewer.js.map +1 -0
- package/build/dist/UI/Components/Workflow/ComponentPortViewer.js +26 -0
- package/build/dist/UI/Components/Workflow/ComponentPortViewer.js.map +1 -0
- package/build/dist/UI/Components/Workflow/ComponentReturnValueViewer.js +30 -0
- package/build/dist/UI/Components/Workflow/ComponentReturnValueViewer.js.map +1 -0
- package/build/dist/UI/Components/Workflow/ComponentSettingsModal.js +68 -0
- package/build/dist/UI/Components/Workflow/ComponentSettingsModal.js.map +1 -0
- package/build/dist/UI/Components/Workflow/ComponentValuePickerModal.js +94 -0
- package/build/dist/UI/Components/Workflow/ComponentValuePickerModal.js.map +1 -0
- package/build/dist/UI/Components/Workflow/ComponentsModal.js +109 -0
- package/build/dist/UI/Components/Workflow/ComponentsModal.js.map +1 -0
- package/build/dist/UI/Components/Workflow/DocumentationViewer.js +47 -0
- package/build/dist/UI/Components/Workflow/DocumentationViewer.js.map +1 -0
- package/build/dist/UI/Components/Workflow/RunForm.js +37 -0
- package/build/dist/UI/Components/Workflow/RunForm.js.map +1 -0
- package/build/dist/UI/Components/Workflow/RunModal.js +56 -0
- package/build/dist/UI/Components/Workflow/RunModal.js.map +1 -0
- package/build/dist/UI/Components/Workflow/Utils.js +205 -0
- package/build/dist/UI/Components/Workflow/Utils.js.map +1 -0
- package/build/dist/UI/Components/Workflow/VariableModal.js +30 -0
- package/build/dist/UI/Components/Workflow/VariableModal.js.map +1 -0
- package/build/dist/UI/Components/Workflow/Workflow.js +306 -0
- package/build/dist/UI/Components/Workflow/Workflow.js.map +1 -0
- package/build/dist/UI/Components/Workflow/WorkflowStatus.js +27 -0
- package/build/dist/UI/Components/Workflow/WorkflowStatus.js.map +1 -0
- package/build/dist/UI/Config.js +79 -0
- package/build/dist/UI/Config.js.map +1 -0
- package/build/dist/UI/Container.js +9 -0
- package/build/dist/UI/Container.js.map +1 -0
- package/build/dist/UI/Types/AlignItem.js +8 -0
- package/build/dist/UI/Types/AlignItem.js.map +1 -0
- package/build/dist/UI/Types/EntityFieldType.js +2 -0
- package/build/dist/UI/Types/EntityFieldType.js.map +1 -0
- package/build/dist/UI/Types/FunctionTypes.js +2 -0
- package/build/dist/UI/Types/FunctionTypes.js.map +1 -0
- package/build/dist/UI/Types/HtmlEvents.js +2 -0
- package/build/dist/UI/Types/HtmlEvents.js.map +1 -0
- package/build/dist/UI/Types/RequiredEntityFields.js +2 -0
- package/build/dist/UI/Types/RequiredEntityFields.js.map +1 -0
- package/build/dist/UI/Types/SelectEntityField.js +2 -0
- package/build/dist/UI/Types/SelectEntityField.js.map +1 -0
- package/build/dist/UI/Types/UseComponentOutsideClick.js +19 -0
- package/build/dist/UI/Types/UseComponentOutsideClick.js.map +1 -0
- package/build/dist/UI/Utils/API/API.js +86 -0
- package/build/dist/UI/Utils/API/API.js.map +1 -0
- package/build/dist/UI/Utils/API/ApiDocsAPI.js +10 -0
- package/build/dist/UI/Utils/API/ApiDocsAPI.js.map +1 -0
- package/build/dist/UI/Utils/API/DashboardAPI.js +10 -0
- package/build/dist/UI/Utils/API/DashboardAPI.js.map +1 -0
- package/build/dist/UI/Utils/API/DashboardFrontendAPI.js +9 -0
- package/build/dist/UI/Utils/API/DashboardFrontendAPI.js.map +1 -0
- package/build/dist/UI/Utils/API/HelmAPI.js +9 -0
- package/build/dist/UI/Utils/API/HelmAPI.js.map +1 -0
- package/build/dist/UI/Utils/API/IdentityAPI.js +10 -0
- package/build/dist/UI/Utils/API/IdentityAPI.js.map +1 -0
- package/build/dist/UI/Utils/API/IntegrationAPI.js +9 -0
- package/build/dist/UI/Utils/API/IntegrationAPI.js.map +1 -0
- package/build/dist/UI/Utils/Analytics.js +5 -0
- package/build/dist/UI/Utils/Analytics.js.map +1 -0
- package/build/dist/UI/Utils/AnalyticsModelAPI/AnalyticsModelAPI.js +237 -0
- package/build/dist/UI/Utils/AnalyticsModelAPI/AnalyticsModelAPI.js.map +1 -0
- package/build/dist/UI/Utils/BaseDatabase/GroupBy.js +2 -0
- package/build/dist/UI/Utils/BaseDatabase/GroupBy.js.map +1 -0
- package/build/dist/UI/Utils/BaseDatabase/ListResult.js +2 -0
- package/build/dist/UI/Utils/BaseDatabase/ListResult.js.map +1 -0
- package/build/dist/UI/Utils/BaseDatabase/Query.js +2 -0
- package/build/dist/UI/Utils/BaseDatabase/Query.js.map +1 -0
- package/build/dist/UI/Utils/BaseDatabase/RequestOptions.js +2 -0
- package/build/dist/UI/Utils/BaseDatabase/RequestOptions.js.map +1 -0
- package/build/dist/UI/Utils/BaseDatabase/Select.js +2 -0
- package/build/dist/UI/Utils/BaseDatabase/Select.js.map +1 -0
- package/build/dist/UI/Utils/BaseDatabase/Sort.js +2 -0
- package/build/dist/UI/Utils/BaseDatabase/Sort.js.map +1 -0
- package/build/dist/UI/Utils/Clipboard.js +7 -0
- package/build/dist/UI/Utils/Clipboard.js.map +1 -0
- package/build/dist/UI/Utils/Cookie.js +44 -0
- package/build/dist/UI/Utils/Cookie.js.map +1 -0
- package/build/dist/UI/Utils/Dropdown.js +46 -0
- package/build/dist/UI/Utils/Dropdown.js.map +1 -0
- package/build/dist/UI/Utils/File.js +10 -0
- package/build/dist/UI/Utils/File.js.map +1 -0
- package/build/dist/UI/Utils/GlobalEvents.js +17 -0
- package/build/dist/UI/Utils/GlobalEvents.js.map +1 -0
- package/build/dist/UI/Utils/History.js +3 -0
- package/build/dist/UI/Utils/History.js.map +1 -0
- package/build/dist/UI/Utils/JWT.js +7 -0
- package/build/dist/UI/Utils/JWT.js.map +1 -0
- package/build/dist/UI/Utils/JsonWebToken.js +10 -0
- package/build/dist/UI/Utils/JsonWebToken.js.map +1 -0
- package/build/dist/UI/Utils/LocalStorage.js +33 -0
- package/build/dist/UI/Utils/LocalStorage.js.map +1 -0
- package/build/dist/UI/Utils/Logger.js +19 -0
- package/build/dist/UI/Utils/Logger.js.map +1 -0
- package/build/dist/UI/Utils/Login.js +26 -0
- package/build/dist/UI/Utils/Login.js.map +1 -0
- package/build/dist/UI/Utils/ModelAPI/ModelAPI.js +232 -0
- package/build/dist/UI/Utils/ModelAPI/ModelAPI.js.map +1 -0
- package/build/dist/UI/Utils/Navigation.js +167 -0
- package/build/dist/UI/Utils/Navigation.js.map +1 -0
- package/build/dist/UI/Utils/Permission.js +56 -0
- package/build/dist/UI/Utils/Permission.js.map +1 -0
- package/build/dist/UI/Utils/PricingPlan.js +108 -0
- package/build/dist/UI/Utils/PricingPlan.js.map +1 -0
- package/build/dist/UI/Utils/Project.js +38 -0
- package/build/dist/UI/Utils/Project.js.map +1 -0
- package/build/dist/UI/Utils/Realtime.js +71 -0
- package/build/dist/UI/Utils/Realtime.js.map +1 -0
- package/build/dist/UI/Utils/StatusPage.js +79 -0
- package/build/dist/UI/Utils/StatusPage.js.map +1 -0
- package/build/dist/UI/Utils/Tailwind.js +6 -0
- package/build/dist/UI/Utils/Tailwind.js.map +1 -0
- package/build/dist/UI/Utils/Telemetry.js +37 -0
- package/build/dist/UI/Utils/Telemetry.js.map +1 -0
- package/build/dist/UI/Utils/Timezone.js +25 -0
- package/build/dist/UI/Utils/Timezone.js.map +1 -0
- package/build/dist/UI/Utils/User.js +138 -0
- package/build/dist/UI/Utils/User.js.map +1 -0
- package/build/dist/Utils/API.js +6 -0
- package/build/dist/Utils/API.js.map +1 -1
- package/build/dist/Utils/Analytics.js.map +1 -1
- package/build/dist/Utils/Faker.js +16 -4
- package/build/dist/Utils/Faker.js.map +1 -1
- package/build/dist/Utils/Slug.js +1 -1
- package/build/dist/Utils/Slug.js.map +1 -1
- package/build/dist/Utils/TechStack.js.map +1 -1
- package/build/dist/Utils/Uptime/UptimeUtil.js +72 -5
- package/build/dist/Utils/Uptime/UptimeUtil.js.map +1 -1
- package/jest.config.json +2 -6
- package/package.json +109 -8
- package/test-setup.sh +58 -0
- package/build/dist/Tests/AppModels/File.test.js.map +0 -1
- /package/Tests/{AppModels → Models}/File.test.ts +0 -0
- /package/build/dist/Tests/{AppModels → Models}/File.test.js +0 -0
|
@@ -0,0 +1,1124 @@
|
|
|
1
|
+
import Color from "Common/Types/Color";
|
|
2
|
+
import IconProp from "Common/Types/Icon/IconProp";
|
|
3
|
+
import React, { FunctionComponent, ReactElement } from "react";
|
|
4
|
+
|
|
5
|
+
export enum SizeProp {
|
|
6
|
+
ExtraSmall,
|
|
7
|
+
Smaller,
|
|
8
|
+
Small,
|
|
9
|
+
Regular,
|
|
10
|
+
Large,
|
|
11
|
+
Larger,
|
|
12
|
+
ExtraLarge,
|
|
13
|
+
Five,
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export enum ThickProp {
|
|
17
|
+
Normal = "0.5px",
|
|
18
|
+
LessThick = "1px",
|
|
19
|
+
Thick = "2px",
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export enum IconType {
|
|
23
|
+
Danger = "Danger",
|
|
24
|
+
Success = "Success",
|
|
25
|
+
Info = "Info",
|
|
26
|
+
Warning = "Warning",
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface ComponentProps {
|
|
30
|
+
icon: IconProp;
|
|
31
|
+
size?: SizeProp | undefined;
|
|
32
|
+
className?: string | undefined;
|
|
33
|
+
color?: Color | null;
|
|
34
|
+
thick?: ThickProp;
|
|
35
|
+
onClick?: (() => void) | undefined;
|
|
36
|
+
type?: IconType | undefined;
|
|
37
|
+
style?: React.CSSProperties | undefined;
|
|
38
|
+
"data-testid"?: string;
|
|
39
|
+
}
|
|
40
|
+
const Icon: FunctionComponent<ComponentProps> = ({
|
|
41
|
+
size = SizeProp.Regular,
|
|
42
|
+
icon,
|
|
43
|
+
className,
|
|
44
|
+
color,
|
|
45
|
+
thick,
|
|
46
|
+
onClick,
|
|
47
|
+
type,
|
|
48
|
+
style,
|
|
49
|
+
"data-testid": dataTestId,
|
|
50
|
+
}: ComponentProps): ReactElement => {
|
|
51
|
+
let sizeClassName: string = "";
|
|
52
|
+
if (className && !(className?.includes("h-") && className?.includes("w-"))) {
|
|
53
|
+
if (size === SizeProp.Large) {
|
|
54
|
+
sizeClassName = "h-6 w-6";
|
|
55
|
+
} else if (size === SizeProp.Larger) {
|
|
56
|
+
sizeClassName = "h-8 w-8";
|
|
57
|
+
} else if (size === SizeProp.ExtraLarge) {
|
|
58
|
+
sizeClassName = "h-10 w-10";
|
|
59
|
+
} else if (size === SizeProp.ExtraSmall) {
|
|
60
|
+
sizeClassName = "h-1 w-1";
|
|
61
|
+
} else if (size === SizeProp.Small) {
|
|
62
|
+
sizeClassName = "h-3 w-3";
|
|
63
|
+
} else if (size === SizeProp.Smaller) {
|
|
64
|
+
sizeClassName = "h-2 w-2";
|
|
65
|
+
} else if (size === SizeProp.Five) {
|
|
66
|
+
sizeClassName = "h-5 w-5";
|
|
67
|
+
} else if (size === SizeProp.Regular) {
|
|
68
|
+
sizeClassName = "h4 w4";
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
let strokeWidth: string = "";
|
|
73
|
+
|
|
74
|
+
if (thick) {
|
|
75
|
+
if (thick === ThickProp.LessThick) {
|
|
76
|
+
strokeWidth = "stroke-0";
|
|
77
|
+
} else if (thick === ThickProp.Thick) {
|
|
78
|
+
strokeWidth = "stroke-2";
|
|
79
|
+
} else if (thick === ThickProp.Normal) {
|
|
80
|
+
strokeWidth = "stroke-1";
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
let textColor: string = "";
|
|
85
|
+
|
|
86
|
+
if (type === IconType.Info) {
|
|
87
|
+
textColor = "text-indigo-600";
|
|
88
|
+
} else if (type === IconType.Warning) {
|
|
89
|
+
textColor = "text-yellow-600";
|
|
90
|
+
} else if (type === IconType.Success) {
|
|
91
|
+
textColor = "text-green-600";
|
|
92
|
+
} else if (type === IconType.Danger) {
|
|
93
|
+
textColor = "text-red-600";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
type GetSvgWrapperFunction = (
|
|
97
|
+
children: ReactElement | Array<ReactElement>,
|
|
98
|
+
) => ReactElement;
|
|
99
|
+
|
|
100
|
+
const getSvgWrapper: GetSvgWrapperFunction = (
|
|
101
|
+
children: ReactElement | Array<ReactElement>,
|
|
102
|
+
): ReactElement => {
|
|
103
|
+
return (
|
|
104
|
+
<div role="icon">
|
|
105
|
+
<svg
|
|
106
|
+
onClick={() => {
|
|
107
|
+
onClick && onClick();
|
|
108
|
+
}}
|
|
109
|
+
className={`${textColor} ${sizeClassName} ${strokeWidth} ${className}`}
|
|
110
|
+
style={color ? { color: color.toString(), ...style } : { ...style }}
|
|
111
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
112
|
+
fill="none"
|
|
113
|
+
viewBox="0 0 24 24"
|
|
114
|
+
strokeWidth="1.5"
|
|
115
|
+
stroke="currentColor"
|
|
116
|
+
aria-hidden="true"
|
|
117
|
+
data-testid={dataTestId}
|
|
118
|
+
>
|
|
119
|
+
{children}
|
|
120
|
+
</svg>
|
|
121
|
+
</div>
|
|
122
|
+
);
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
if (icon === IconProp.Close) {
|
|
126
|
+
return getSvgWrapper(
|
|
127
|
+
<path
|
|
128
|
+
strokeLinecap="round"
|
|
129
|
+
strokeLinejoin="round"
|
|
130
|
+
d="M6 18L18 6M6 6l12 12"
|
|
131
|
+
/>,
|
|
132
|
+
);
|
|
133
|
+
} else if (icon === IconProp.NoSignal) {
|
|
134
|
+
return getSvgWrapper(
|
|
135
|
+
<path
|
|
136
|
+
strokeLinecap="round"
|
|
137
|
+
strokeLinejoin="round"
|
|
138
|
+
d="m3 3 8.735 8.735m0 0a.374.374 0 1 1 .53.53m-.53-.53.53.53m0 0L21 21M14.652 9.348a3.75 3.75 0 0 1 0 5.304m2.121-7.425a6.75 6.75 0 0 1 0 9.546m2.121-11.667c3.808 3.807 3.808 9.98 0 13.788m-9.546-4.242a3.733 3.733 0 0 1-1.06-2.122m-1.061 4.243a6.75 6.75 0 0 1-1.625-6.929m-.496 9.05c-3.068-3.067-3.664-7.67-1.79-11.334M12 12h.008v.008H12V12Z"
|
|
139
|
+
/>,
|
|
140
|
+
);
|
|
141
|
+
} else if (icon === IconProp.ShieldCheck) {
|
|
142
|
+
return getSvgWrapper(
|
|
143
|
+
<path
|
|
144
|
+
strokeLinecap="round"
|
|
145
|
+
strokeLinejoin="round"
|
|
146
|
+
d="M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z"
|
|
147
|
+
/>,
|
|
148
|
+
);
|
|
149
|
+
} else if (icon === IconProp.EyeSlash) {
|
|
150
|
+
return getSvgWrapper(
|
|
151
|
+
<path
|
|
152
|
+
strokeLinecap="round"
|
|
153
|
+
strokeLinejoin="round"
|
|
154
|
+
d="M3.98 8.223A10.477 10.477 0 0 0 1.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.451 10.451 0 0 1 12 4.5c4.756 0 8.773 3.162 10.065 7.498a10.522 10.522 0 0 1-4.293 5.774M6.228 6.228 3 3m3.228 3.228 3.65 3.65m7.894 7.894L21 21m-3.228-3.228-3.65-3.65m0 0a3 3 0 1 0-4.243-4.243m4.242 4.242L9.88 9.88"
|
|
155
|
+
/>,
|
|
156
|
+
);
|
|
157
|
+
} else if (icon === IconProp.Logs) {
|
|
158
|
+
return getSvgWrapper(
|
|
159
|
+
<path
|
|
160
|
+
strokeLinecap="round"
|
|
161
|
+
strokeLinejoin="round"
|
|
162
|
+
d="M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"
|
|
163
|
+
/>,
|
|
164
|
+
);
|
|
165
|
+
} else if (icon === IconProp.CircleClose) {
|
|
166
|
+
return getSvgWrapper(
|
|
167
|
+
<path
|
|
168
|
+
strokeLinecap="round"
|
|
169
|
+
strokeLinejoin="round"
|
|
170
|
+
d="m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
171
|
+
/>,
|
|
172
|
+
);
|
|
173
|
+
} else if (icon === IconProp.Swatch) {
|
|
174
|
+
return getSvgWrapper(
|
|
175
|
+
<path
|
|
176
|
+
strokeLinecap="round"
|
|
177
|
+
strokeLinejoin="round"
|
|
178
|
+
d="M4.098 19.902a3.75 3.75 0 0 0 5.304 0l6.401-6.402M6.75 21A3.75 3.75 0 0 1 3 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 0 0 3.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008Z"
|
|
179
|
+
/>,
|
|
180
|
+
);
|
|
181
|
+
} else if (icon === IconProp.SquareStack3D) {
|
|
182
|
+
return getSvgWrapper(
|
|
183
|
+
<path
|
|
184
|
+
strokeLinecap="round"
|
|
185
|
+
strokeLinejoin="round"
|
|
186
|
+
d="M6.429 9.75 2.25 12l4.179 2.25m0-4.5 5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0 4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0-5.571 3-5.571-3"
|
|
187
|
+
/>,
|
|
188
|
+
);
|
|
189
|
+
} else if (icon === IconProp.Reload) {
|
|
190
|
+
return getSvgWrapper(
|
|
191
|
+
<path
|
|
192
|
+
strokeLinecap="round"
|
|
193
|
+
strokeLinejoin="round"
|
|
194
|
+
d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99"
|
|
195
|
+
/>,
|
|
196
|
+
);
|
|
197
|
+
} else if (icon === IconProp.ArrowUpDown) {
|
|
198
|
+
return getSvgWrapper(
|
|
199
|
+
<path
|
|
200
|
+
strokeLinecap="round"
|
|
201
|
+
strokeLinejoin="round"
|
|
202
|
+
d="M3 7.5L7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5"
|
|
203
|
+
/>,
|
|
204
|
+
);
|
|
205
|
+
} else if (icon === IconProp.Calendar) {
|
|
206
|
+
return getSvgWrapper(
|
|
207
|
+
<path
|
|
208
|
+
strokeLinecap="round"
|
|
209
|
+
strokeLinejoin="round"
|
|
210
|
+
d="M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5"
|
|
211
|
+
/>,
|
|
212
|
+
);
|
|
213
|
+
} else if (icon === IconProp.Stop) {
|
|
214
|
+
return getSvgWrapper(
|
|
215
|
+
<path
|
|
216
|
+
strokeLinecap="round"
|
|
217
|
+
strokeLinejoin="round"
|
|
218
|
+
d="M5.25 7.5A2.25 2.25 0 017.5 5.25h9a2.25 2.25 0 012.25 2.25v9a2.25 2.25 0 01-2.25 2.25h-9a2.25 2.25 0 01-2.25-2.25v-9z"
|
|
219
|
+
/>,
|
|
220
|
+
);
|
|
221
|
+
} else if (icon === IconProp.Copy) {
|
|
222
|
+
return getSvgWrapper(
|
|
223
|
+
<path
|
|
224
|
+
strokeLinecap="round"
|
|
225
|
+
strokeLinejoin="round"
|
|
226
|
+
d="M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 01-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 011.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 00-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 01-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 00-3.375-3.375h-1.5a1.125 1.125 0 01-1.125-1.125v-1.5a3.375 3.375 0 00-3.375-3.375H9.75"
|
|
227
|
+
/>,
|
|
228
|
+
);
|
|
229
|
+
} else if (icon === IconProp.Squares) {
|
|
230
|
+
return getSvgWrapper(
|
|
231
|
+
<path
|
|
232
|
+
strokeLinecap="round"
|
|
233
|
+
strokeLinejoin="round"
|
|
234
|
+
d="M3.75 6A2.25 2.25 0 016 3.75h2.25A2.25 2.25 0 0110.5 6v2.25a2.25 2.25 0 01-2.25 2.25H6a2.25 2.25 0 01-2.25-2.25V6zM3.75 15.75A2.25 2.25 0 016 13.5h2.25a2.25 2.25 0 012.25 2.25V18a2.25 2.25 0 01-2.25 2.25H6A2.25 2.25 0 013.75 18v-2.25zM13.5 6a2.25 2.25 0 012.25-2.25H18A2.25 2.25 0 0120.25 6v2.25A2.25 2.25 0 0118 10.5h-2.25a2.25 2.25 0 01-2.25-2.25V6zM13.5 15.75a2.25 2.25 0 012.25-2.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-2.25A2.25 2.25 0 0113.5 18v-2.25z"
|
|
235
|
+
/>,
|
|
236
|
+
);
|
|
237
|
+
} else if (icon === IconProp.RectangleStack) {
|
|
238
|
+
return getSvgWrapper(
|
|
239
|
+
<path
|
|
240
|
+
strokeLinecap="round"
|
|
241
|
+
strokeLinejoin="round"
|
|
242
|
+
d="M6 6.878V6a2.25 2.25 0 012.25-2.25h7.5A2.25 2.25 0 0118 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 004.5 9v.878m13.5-3A2.25 2.25 0 0119.5 9v.878m0 0a2.246 2.246 0 00-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0121 12v6a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 18v-6c0-.98.626-1.813 1.5-2.122"
|
|
243
|
+
/>,
|
|
244
|
+
);
|
|
245
|
+
} else if (icon === IconProp.CursorArrowRays) {
|
|
246
|
+
return getSvgWrapper(
|
|
247
|
+
<path
|
|
248
|
+
strokeLinecap="round"
|
|
249
|
+
strokeLinejoin="round"
|
|
250
|
+
d="M15.042 21.672L13.684 16.6m0 0l-2.51 2.225.569-9.47 5.227 7.917-3.286-.672zM12 2.25V4.5m5.834.166l-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243l-1.59-1.59"
|
|
251
|
+
/>,
|
|
252
|
+
);
|
|
253
|
+
} else if (icon === IconProp.ChartBar) {
|
|
254
|
+
return getSvgWrapper(
|
|
255
|
+
<path
|
|
256
|
+
strokeLinecap="round"
|
|
257
|
+
strokeLinejoin="round"
|
|
258
|
+
d="M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 013 19.875v-6.75zM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V8.625zM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V4.125z"
|
|
259
|
+
/>,
|
|
260
|
+
);
|
|
261
|
+
} else if (icon === IconProp.SquareStack) {
|
|
262
|
+
return getSvgWrapper(
|
|
263
|
+
<path
|
|
264
|
+
strokeLinecap="round"
|
|
265
|
+
strokeLinejoin="round"
|
|
266
|
+
d="M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6"
|
|
267
|
+
/>,
|
|
268
|
+
);
|
|
269
|
+
} else if (icon === IconProp.Cube) {
|
|
270
|
+
return getSvgWrapper(
|
|
271
|
+
<path
|
|
272
|
+
strokeLinecap="round"
|
|
273
|
+
strokeLinejoin="round"
|
|
274
|
+
d="M21 7.5l-9-5.25L3 7.5m18 0l-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9"
|
|
275
|
+
/>,
|
|
276
|
+
);
|
|
277
|
+
} else if (icon === IconProp.Pencil) {
|
|
278
|
+
return getSvgWrapper(
|
|
279
|
+
<path
|
|
280
|
+
strokeLinecap="round"
|
|
281
|
+
strokeLinejoin="round"
|
|
282
|
+
d="M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L6.832 19.82a4.5 4.5 0 01-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 011.13-1.897L16.863 4.487zm0 0L19.5 7.125"
|
|
283
|
+
/>,
|
|
284
|
+
);
|
|
285
|
+
} else if (icon === IconProp.Equals) {
|
|
286
|
+
return getSvgWrapper(
|
|
287
|
+
<path
|
|
288
|
+
strokeLinecap="round"
|
|
289
|
+
strokeLinejoin="round"
|
|
290
|
+
d="M3.75 9h16.5m-16.5 6.75h16.5"
|
|
291
|
+
/>,
|
|
292
|
+
);
|
|
293
|
+
} else if (icon === IconProp.Flag) {
|
|
294
|
+
return getSvgWrapper(
|
|
295
|
+
<path
|
|
296
|
+
strokeLinecap="round"
|
|
297
|
+
strokeLinejoin="round"
|
|
298
|
+
d="M3 3v1.5M3 21v-6m0 0l2.77-.693a9 9 0 016.208.682l.108.054a9 9 0 006.086.71l3.114-.732a48.524 48.524 0 01-.005-10.499l-3.11.732a9 9 0 01-6.085-.711l-.108-.054a9 9 0 00-6.208-.682L3 4.5M3 15V4.5"
|
|
299
|
+
/>,
|
|
300
|
+
);
|
|
301
|
+
} else if (icon === IconProp.Bolt) {
|
|
302
|
+
return getSvgWrapper(
|
|
303
|
+
<path
|
|
304
|
+
strokeLinecap="round"
|
|
305
|
+
strokeLinejoin="round"
|
|
306
|
+
d="M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z"
|
|
307
|
+
/>,
|
|
308
|
+
);
|
|
309
|
+
} else if (icon === IconProp.ListBullet) {
|
|
310
|
+
return getSvgWrapper(
|
|
311
|
+
<path
|
|
312
|
+
strokeLinecap="round"
|
|
313
|
+
strokeLinejoin="round"
|
|
314
|
+
d="M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zM3.75 12h.007v.008H3.75V12zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm-.375 5.25h.007v.008H3.75v-.008zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"
|
|
315
|
+
/>,
|
|
316
|
+
);
|
|
317
|
+
} else if (icon === IconProp.Template) {
|
|
318
|
+
return getSvgWrapper(
|
|
319
|
+
<path
|
|
320
|
+
strokeLinecap="round"
|
|
321
|
+
strokeLinejoin="round"
|
|
322
|
+
d="M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 002.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 00-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 00-3.375-3.375h-1.5a1.125 1.125 0 01-1.125-1.125v-1.5A3.375 3.375 0 006.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0015 2.25h-1.5a2.251 2.251 0 00-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 00-9-9z"
|
|
323
|
+
/>,
|
|
324
|
+
);
|
|
325
|
+
} else if (icon === IconProp.TableCells) {
|
|
326
|
+
return getSvgWrapper(
|
|
327
|
+
<path
|
|
328
|
+
strokeLinecap="round"
|
|
329
|
+
strokeLinejoin="round"
|
|
330
|
+
d="M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 01-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0112 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5"
|
|
331
|
+
/>,
|
|
332
|
+
);
|
|
333
|
+
} else if (icon === IconProp.MinusSmall) {
|
|
334
|
+
return getSvgWrapper(
|
|
335
|
+
<path strokeLinecap="round" strokeLinejoin="round" d="M18 12H6" />,
|
|
336
|
+
);
|
|
337
|
+
} else if (icon === IconProp.Minus) {
|
|
338
|
+
return getSvgWrapper(
|
|
339
|
+
<path strokeLinecap="round" strokeLinejoin="round" d="M19.5 12h-15" />,
|
|
340
|
+
);
|
|
341
|
+
} else if (icon === IconProp.Database) {
|
|
342
|
+
return getSvgWrapper(
|
|
343
|
+
<path
|
|
344
|
+
strokeLinecap="round"
|
|
345
|
+
strokeLinejoin="round"
|
|
346
|
+
d="M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"
|
|
347
|
+
/>,
|
|
348
|
+
);
|
|
349
|
+
} else if (icon === IconProp.Book) {
|
|
350
|
+
return getSvgWrapper(
|
|
351
|
+
<path
|
|
352
|
+
strokeLinecap="round"
|
|
353
|
+
strokeLinejoin="round"
|
|
354
|
+
d="M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25"
|
|
355
|
+
/>,
|
|
356
|
+
);
|
|
357
|
+
} else if (icon === IconProp.Chat) {
|
|
358
|
+
return getSvgWrapper(
|
|
359
|
+
<path
|
|
360
|
+
strokeLinecap="round"
|
|
361
|
+
strokeLinejoin="round"
|
|
362
|
+
d="M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 01-.923 1.785A5.969 5.969 0 006 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337z"
|
|
363
|
+
/>,
|
|
364
|
+
);
|
|
365
|
+
} else if (icon === IconProp.Condition) {
|
|
366
|
+
return getSvgWrapper(
|
|
367
|
+
<path
|
|
368
|
+
strokeLinecap="round"
|
|
369
|
+
strokeLinejoin="round"
|
|
370
|
+
d="M7.5 21L3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5"
|
|
371
|
+
/>,
|
|
372
|
+
);
|
|
373
|
+
} else if (icon === IconProp.JSON) {
|
|
374
|
+
return getSvgWrapper(
|
|
375
|
+
<path
|
|
376
|
+
strokeLinecap="round"
|
|
377
|
+
strokeLinejoin="round"
|
|
378
|
+
d="M14.25 9.75L16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0020.25 18V6A2.25 2.25 0 0018 3.75H6A2.25 2.25 0 003.75 6v12A2.25 2.25 0 006 20.25z"
|
|
379
|
+
/>,
|
|
380
|
+
);
|
|
381
|
+
} else if (icon === IconProp.Variable) {
|
|
382
|
+
return getSvgWrapper(
|
|
383
|
+
<path
|
|
384
|
+
strokeLinecap="round"
|
|
385
|
+
strokeLinejoin="round"
|
|
386
|
+
d="M21 7.5l-2.25-1.313M21 7.5v2.25m0-2.25l-2.25 1.313M3 7.5l2.25-1.313M3 7.5l2.25 1.313M3 7.5v2.25m9 3l2.25-1.313M12 12.75l-2.25-1.313M12 12.75V15m0 6.75l2.25-1.313M12 21.75V19.5m0 2.25l-2.25-1.313m0-16.875L12 2.25l2.25 1.313M21 14.25v2.25l-2.25 1.313m-13.5 0L3 16.5v-2.25"
|
|
387
|
+
/>,
|
|
388
|
+
);
|
|
389
|
+
} else if (icon === IconProp.Workflow) {
|
|
390
|
+
return getSvgWrapper(
|
|
391
|
+
<path
|
|
392
|
+
strokeLinecap="round"
|
|
393
|
+
strokeLinejoin="round"
|
|
394
|
+
d="M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 01-1.125-1.125v-3.75zM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 01-1.125-1.125v-8.25zM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 01-1.125-1.125v-2.25z"
|
|
395
|
+
/>,
|
|
396
|
+
);
|
|
397
|
+
} else if (icon === IconProp.TransparentCube) {
|
|
398
|
+
return getSvgWrapper(
|
|
399
|
+
<path
|
|
400
|
+
strokeLinecap="round"
|
|
401
|
+
strokeLinejoin="round"
|
|
402
|
+
d="M21 7.5l-2.25-1.313M21 7.5v2.25m0-2.25l-2.25 1.313M3 7.5l2.25-1.313M3 7.5l2.25 1.313M3 7.5v2.25m9 3l2.25-1.313M12 12.75l-2.25-1.313M12 12.75V15m0 6.75l2.25-1.313M12 21.75V19.5m0 2.25l-2.25-1.313m0-16.875L12 2.25l2.25 1.313M21 14.25v2.25l-2.25 1.313m-13.5 0L3 16.5v-2.25"
|
|
403
|
+
/>,
|
|
404
|
+
);
|
|
405
|
+
} else if (icon === IconProp.Wrench) {
|
|
406
|
+
return getSvgWrapper(
|
|
407
|
+
<>
|
|
408
|
+
<path
|
|
409
|
+
strokeLinecap="round"
|
|
410
|
+
strokeLinejoin="round"
|
|
411
|
+
d="M21.75 6.75a4.5 4.5 0 01-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 11-3.586-3.586l8.684-7.152c.833-.686.995-1.874.904-2.95a4.5 4.5 0 016.336-4.486l-3.276 3.276a3.004 3.004 0 002.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852z"
|
|
412
|
+
/>
|
|
413
|
+
<path
|
|
414
|
+
strokeLinecap="round"
|
|
415
|
+
strokeLinejoin="round"
|
|
416
|
+
d="M4.867 19.125h.008v.008h-.008v-.008z"
|
|
417
|
+
/>
|
|
418
|
+
</>,
|
|
419
|
+
);
|
|
420
|
+
} else if (icon === IconProp.ArrowCircleDown) {
|
|
421
|
+
return getSvgWrapper(
|
|
422
|
+
<path
|
|
423
|
+
strokeLinecap="round"
|
|
424
|
+
strokeLinejoin="round"
|
|
425
|
+
d="M9 12.75l3 3m0 0l3-3m-3 3v-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
426
|
+
/>,
|
|
427
|
+
);
|
|
428
|
+
} else if (icon === IconProp.ArrowCircleUp) {
|
|
429
|
+
return getSvgWrapper(
|
|
430
|
+
<path
|
|
431
|
+
strokeLinecap="round"
|
|
432
|
+
strokeLinejoin="round"
|
|
433
|
+
d="M15 11.25l-3-3m0 0l-3 3m3-3v7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
434
|
+
/>,
|
|
435
|
+
);
|
|
436
|
+
} else if (icon === IconProp.ArrowCircleLeft) {
|
|
437
|
+
return getSvgWrapper(
|
|
438
|
+
<path
|
|
439
|
+
strokeLinecap="round"
|
|
440
|
+
strokeLinejoin="round"
|
|
441
|
+
d="M11.25 9l-3 3m0 0l3 3m-3-3h7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
442
|
+
/>,
|
|
443
|
+
);
|
|
444
|
+
} else if (icon === IconProp.AddImage) {
|
|
445
|
+
return getSvgWrapper(
|
|
446
|
+
<path
|
|
447
|
+
d="M28 8H12a4 4 0 00-4 4v20m32-12v8m0 0v8a4 4 0 01-4 4H12a4 4 0 01-4-4v-4m32-4l-3.172-3.172a4 4 0 00-5.656 0L28 28M8 32l9.172-9.172a4 4 0 015.656 0L28 28m0 0l4 4m4-24h8m-4-4v8m-12 4h.02"
|
|
448
|
+
strokeWidth="2"
|
|
449
|
+
strokeLinecap="round"
|
|
450
|
+
strokeLinejoin="round"
|
|
451
|
+
></path>,
|
|
452
|
+
);
|
|
453
|
+
} else if (icon === IconProp.Alert) {
|
|
454
|
+
return getSvgWrapper(
|
|
455
|
+
<path
|
|
456
|
+
strokeLinecap="round"
|
|
457
|
+
strokeLinejoin="round"
|
|
458
|
+
d="M12 10.5v3.75m-9.303 3.376C1.83 19.126 2.914 21 4.645 21h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 4.88c-.866-1.501-3.032-1.501-3.898 0L2.697 17.626zM12 17.25h.007v.008H12v-.008z"
|
|
459
|
+
/>,
|
|
460
|
+
);
|
|
461
|
+
} else if (icon === IconProp.Notification) {
|
|
462
|
+
return getSvgWrapper(
|
|
463
|
+
<path
|
|
464
|
+
strokeLinecap="round"
|
|
465
|
+
strokeLinejoin="round"
|
|
466
|
+
d="M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0"
|
|
467
|
+
/>,
|
|
468
|
+
);
|
|
469
|
+
} else if (icon === IconProp.Play) {
|
|
470
|
+
return getSvgWrapper(
|
|
471
|
+
<path
|
|
472
|
+
strokeLinecap="round"
|
|
473
|
+
strokeLinejoin="round"
|
|
474
|
+
d="M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.348a1.125 1.125 0 010 1.971l-11.54 6.347a1.125 1.125 0 01-1.667-.985V5.653z"
|
|
475
|
+
/>,
|
|
476
|
+
);
|
|
477
|
+
} else if (icon === IconProp.Signal) {
|
|
478
|
+
return getSvgWrapper(
|
|
479
|
+
<path
|
|
480
|
+
strokeLinecap="round"
|
|
481
|
+
strokeLinejoin="round"
|
|
482
|
+
d="M9.348 14.651a3.75 3.75 0 010-5.303m5.304 0a3.75 3.75 0 010 5.303m-7.425 2.122a6.75 6.75 0 010-9.546m9.546 0a6.75 6.75 0 010 9.546M5.106 18.894c-3.808-3.808-3.808-9.98 0-13.789m13.788 0c3.808 3.808 3.808 9.981 0 13.79M12 12h.008v.007H12V12zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"
|
|
483
|
+
/>,
|
|
484
|
+
);
|
|
485
|
+
} else if (icon === IconProp.Criteria) {
|
|
486
|
+
return getSvgWrapper(
|
|
487
|
+
<path
|
|
488
|
+
strokeLinecap="round"
|
|
489
|
+
strokeLinejoin="round"
|
|
490
|
+
d="M10.5 6h9.75M10.5 6a1.5 1.5 0 11-3 0m3 0a1.5 1.5 0 10-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-9.75 0h9.75"
|
|
491
|
+
/>,
|
|
492
|
+
);
|
|
493
|
+
} else if (icon === IconProp.AddFolder) {
|
|
494
|
+
return getSvgWrapper(
|
|
495
|
+
<path
|
|
496
|
+
vectorEffect="non-scaling-stroke"
|
|
497
|
+
strokeLinecap="round"
|
|
498
|
+
strokeLinejoin="round"
|
|
499
|
+
strokeWidth="2"
|
|
500
|
+
d="M9 13h6m-3-3v6m-9 1V7a2 2 0 012-2h6l2 2h6a2 2 0 012 2v8a2 2 0 01-2 2H5a2 2 0 01-2-2z"
|
|
501
|
+
/>,
|
|
502
|
+
);
|
|
503
|
+
} else if (icon === IconProp.Help) {
|
|
504
|
+
return getSvgWrapper(
|
|
505
|
+
<path
|
|
506
|
+
strokeLinecap="round"
|
|
507
|
+
strokeLinejoin="round"
|
|
508
|
+
d="M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z"
|
|
509
|
+
/>,
|
|
510
|
+
);
|
|
511
|
+
} else if (icon === IconProp.Email) {
|
|
512
|
+
return getSvgWrapper(
|
|
513
|
+
<path
|
|
514
|
+
strokeLinecap="round"
|
|
515
|
+
strokeLinejoin="round"
|
|
516
|
+
d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"
|
|
517
|
+
/>,
|
|
518
|
+
);
|
|
519
|
+
} else if (icon === IconProp.Search) {
|
|
520
|
+
return getSvgWrapper(
|
|
521
|
+
<path
|
|
522
|
+
strokeLinecap="round"
|
|
523
|
+
strokeLinejoin="round"
|
|
524
|
+
d="M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z"
|
|
525
|
+
/>,
|
|
526
|
+
);
|
|
527
|
+
} else if (icon === IconProp.User) {
|
|
528
|
+
return getSvgWrapper(
|
|
529
|
+
<path
|
|
530
|
+
strokeLinecap="round"
|
|
531
|
+
strokeLinejoin="round"
|
|
532
|
+
d="M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z"
|
|
533
|
+
/>,
|
|
534
|
+
);
|
|
535
|
+
} else if (icon === IconProp.UpDownArrow) {
|
|
536
|
+
return getSvgWrapper(
|
|
537
|
+
<path
|
|
538
|
+
fillRule="evenodd"
|
|
539
|
+
d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
|
|
540
|
+
clipRule="evenodd"
|
|
541
|
+
/>,
|
|
542
|
+
);
|
|
543
|
+
} else if (icon === IconProp.ErrorSolid) {
|
|
544
|
+
return getSvgWrapper(
|
|
545
|
+
<path
|
|
546
|
+
fillRule="evenodd"
|
|
547
|
+
d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z"
|
|
548
|
+
clipRule="evenodd"
|
|
549
|
+
/>,
|
|
550
|
+
);
|
|
551
|
+
} else if (icon === IconProp.Spinner) {
|
|
552
|
+
return getSvgWrapper(
|
|
553
|
+
<>
|
|
554
|
+
<circle
|
|
555
|
+
className="opacity-25"
|
|
556
|
+
cx="12"
|
|
557
|
+
cy="12"
|
|
558
|
+
r="10"
|
|
559
|
+
stroke="currentColor"
|
|
560
|
+
strokeWidth="4"
|
|
561
|
+
></circle>
|
|
562
|
+
<path
|
|
563
|
+
className="opacity-75"
|
|
564
|
+
fill="currentColor"
|
|
565
|
+
d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
|
|
566
|
+
></path>
|
|
567
|
+
</>,
|
|
568
|
+
);
|
|
569
|
+
} else if (icon === IconProp.Home) {
|
|
570
|
+
return getSvgWrapper(
|
|
571
|
+
<path
|
|
572
|
+
fillRule="evenodd"
|
|
573
|
+
d="M9.293 2.293a1 1 0 011.414 0l7 7A1 1 0 0117 11h-1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-3a1 1 0 00-1-1H9a1 1 0 00-1 1v3a1 1 0 01-1 1H5a1 1 0 01-1-1v-6H3a1 1 0 01-.707-1.707l7-7z"
|
|
574
|
+
clipRule="evenodd"
|
|
575
|
+
/>,
|
|
576
|
+
);
|
|
577
|
+
} else if (icon === IconProp.ChevronRight) {
|
|
578
|
+
return getSvgWrapper(
|
|
579
|
+
<path
|
|
580
|
+
strokeLinecap="round"
|
|
581
|
+
strokeLinejoin="round"
|
|
582
|
+
d="M8.25 4.5l7.5 7.5-7.5 7.5"
|
|
583
|
+
/>,
|
|
584
|
+
);
|
|
585
|
+
} else if (icon === IconProp.Clock) {
|
|
586
|
+
return getSvgWrapper(
|
|
587
|
+
<path
|
|
588
|
+
strokeLinecap="round"
|
|
589
|
+
strokeLinejoin="round"
|
|
590
|
+
d="M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
591
|
+
/>,
|
|
592
|
+
);
|
|
593
|
+
} else if (icon === IconProp.Settings) {
|
|
594
|
+
return getSvgWrapper(
|
|
595
|
+
<>
|
|
596
|
+
<path
|
|
597
|
+
strokeLinecap="round"
|
|
598
|
+
strokeLinejoin="round"
|
|
599
|
+
d="M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.324.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 011.37.49l1.296 2.247a1.125 1.125 0 01-.26 1.431l-1.003.827c-.293.24-.438.613-.431.992a6.759 6.759 0 010 .255c-.007.378.138.75.43.99l1.005.828c.424.35.534.954.26 1.43l-1.298 2.247a1.125 1.125 0 01-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.57 6.57 0 01-.22.128c-.331.183-.581.495-.644.869l-.213 1.28c-.09.543-.56.941-1.11.941h-2.594c-.55 0-1.02-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 01-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 01-1.369-.49l-1.297-2.247a1.125 1.125 0 01.26-1.431l1.004-.827c.292-.24.437-.613.43-.992a6.932 6.932 0 010-.255c.007-.378-.138-.75-.43-.99l-1.004-.828a1.125 1.125 0 01-.26-1.43l1.297-2.247a1.125 1.125 0 011.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.087.22-.128.332-.183.582-.495.644-.869l.214-1.281z"
|
|
600
|
+
/>
|
|
601
|
+
<path
|
|
602
|
+
strokeLinecap="round"
|
|
603
|
+
strokeLinejoin="round"
|
|
604
|
+
d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"
|
|
605
|
+
/>
|
|
606
|
+
</>,
|
|
607
|
+
);
|
|
608
|
+
} else if (icon === IconProp.AltGlobe) {
|
|
609
|
+
return getSvgWrapper(
|
|
610
|
+
<path
|
|
611
|
+
strokeLinecap="round"
|
|
612
|
+
strokeLinejoin="round"
|
|
613
|
+
d="M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0112 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 013 12c0-1.605.42-3.113 1.157-4.418"
|
|
614
|
+
/>,
|
|
615
|
+
);
|
|
616
|
+
} else if (icon === IconProp.BarsArrowDown) {
|
|
617
|
+
return getSvgWrapper(
|
|
618
|
+
<path
|
|
619
|
+
strokeLinecap="round"
|
|
620
|
+
strokeLinejoin="round"
|
|
621
|
+
d="M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0l-3.75-3.75M17.25 21L21 17.25"
|
|
622
|
+
/>,
|
|
623
|
+
);
|
|
624
|
+
} else if (icon === IconProp.Bell) {
|
|
625
|
+
return getSvgWrapper(
|
|
626
|
+
<path
|
|
627
|
+
strokeLinecap="round"
|
|
628
|
+
strokeLinejoin="round"
|
|
629
|
+
d="M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0"
|
|
630
|
+
/>,
|
|
631
|
+
);
|
|
632
|
+
} else if (icon === IconProp.AdjustmentHorizontal) {
|
|
633
|
+
return getSvgWrapper(
|
|
634
|
+
<path
|
|
635
|
+
strokeLinecap="round"
|
|
636
|
+
strokeLinejoin="round"
|
|
637
|
+
d="M10.5 6h9.75M10.5 6a1.5 1.5 0 11-3 0m3 0a1.5 1.5 0 10-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-9.75 0h9.75"
|
|
638
|
+
/>,
|
|
639
|
+
);
|
|
640
|
+
} else if (icon === IconProp.AdjustmentVertical) {
|
|
641
|
+
return getSvgWrapper(
|
|
642
|
+
<path
|
|
643
|
+
strokeLinecap="round"
|
|
644
|
+
strokeLinejoin="round"
|
|
645
|
+
d="M6 13.5V3.75m0 9.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 010 3m0-3a1.5 1.5 0 000 3m0 9.75V10.5"
|
|
646
|
+
/>,
|
|
647
|
+
);
|
|
648
|
+
} else if (icon === IconProp.BellRinging) {
|
|
649
|
+
return getSvgWrapper(
|
|
650
|
+
<path
|
|
651
|
+
strokeLinecap="round"
|
|
652
|
+
strokeLinejoin="round"
|
|
653
|
+
d="M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0M3.124 7.5A8.969 8.969 0 015.292 3m13.416 0a8.969 8.969 0 012.168 4.5"
|
|
654
|
+
/>,
|
|
655
|
+
);
|
|
656
|
+
} else if (icon === IconProp.BarsArrowUp) {
|
|
657
|
+
return getSvgWrapper(
|
|
658
|
+
<path
|
|
659
|
+
strokeLinecap="round"
|
|
660
|
+
strokeLinejoin="round"
|
|
661
|
+
d="M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0l-3.75-3.75M17.25 21L21 17.25"
|
|
662
|
+
/>,
|
|
663
|
+
);
|
|
664
|
+
} else if (icon === IconProp.CheckCircle) {
|
|
665
|
+
return getSvgWrapper(
|
|
666
|
+
<path
|
|
667
|
+
strokeLinecap="round"
|
|
668
|
+
strokeLinejoin="round"
|
|
669
|
+
d="M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
670
|
+
/>,
|
|
671
|
+
);
|
|
672
|
+
} else if (icon === IconProp.Refresh) {
|
|
673
|
+
return getSvgWrapper(
|
|
674
|
+
<path
|
|
675
|
+
strokeLinecap="round"
|
|
676
|
+
strokeLinejoin="round"
|
|
677
|
+
d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"
|
|
678
|
+
/>,
|
|
679
|
+
);
|
|
680
|
+
} else if (icon === IconProp.Filter) {
|
|
681
|
+
return getSvgWrapper(
|
|
682
|
+
<path
|
|
683
|
+
strokeLinecap="round"
|
|
684
|
+
strokeLinejoin="round"
|
|
685
|
+
d="M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 01-.659 1.591l-5.432 5.432a2.25 2.25 0 00-.659 1.591v2.927a2.25 2.25 0 01-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 00-.659-1.591L3.659 7.409A2.25 2.25 0 013 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0112 3z"
|
|
686
|
+
/>,
|
|
687
|
+
);
|
|
688
|
+
} else if (icon === IconProp.Add) {
|
|
689
|
+
return getSvgWrapper(
|
|
690
|
+
<path
|
|
691
|
+
strokeLinecap="round"
|
|
692
|
+
strokeLinejoin="round"
|
|
693
|
+
d="M12 4.5v15m7.5-7.5h-15"
|
|
694
|
+
/>,
|
|
695
|
+
);
|
|
696
|
+
} else if (icon === IconProp.Check) {
|
|
697
|
+
return getSvgWrapper(
|
|
698
|
+
<path
|
|
699
|
+
strokeLinecap="round"
|
|
700
|
+
strokeLinejoin="round"
|
|
701
|
+
d="M4.5 12.75l6 6 9-13.5"
|
|
702
|
+
/>,
|
|
703
|
+
);
|
|
704
|
+
} else if (icon === IconProp.Folder) {
|
|
705
|
+
return getSvgWrapper(
|
|
706
|
+
<path
|
|
707
|
+
strokeLinecap="round"
|
|
708
|
+
strokeLinejoin="round"
|
|
709
|
+
d="M2.25 12.75V12A2.25 2.25 0 014.5 9.75h15A2.25 2.25 0 0121.75 12v.75m-8.69-6.44l-2.12-2.12a1.5 1.5 0 00-1.061-.44H4.5A2.25 2.25 0 002.25 6v12a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9a2.25 2.25 0 00-2.25-2.25h-5.379a1.5 1.5 0 01-1.06-.44z"
|
|
710
|
+
/>,
|
|
711
|
+
);
|
|
712
|
+
} else if (icon === IconProp.Label) {
|
|
713
|
+
return getSvgWrapper(
|
|
714
|
+
<>
|
|
715
|
+
<path
|
|
716
|
+
strokeLinecap="round"
|
|
717
|
+
strokeLinejoin="round"
|
|
718
|
+
d="M9.568 3H5.25A2.25 2.25 0 003 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 005.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 009.568 3z"
|
|
719
|
+
/>
|
|
720
|
+
<path
|
|
721
|
+
strokeLinecap="round"
|
|
722
|
+
strokeLinejoin="round"
|
|
723
|
+
d="M6 6h.008v.008H6V6z"
|
|
724
|
+
/>
|
|
725
|
+
</>,
|
|
726
|
+
);
|
|
727
|
+
} else if (icon === IconProp.ArrowCircleRight) {
|
|
728
|
+
return getSvgWrapper(
|
|
729
|
+
<path
|
|
730
|
+
strokeLinecap="round"
|
|
731
|
+
strokeLinejoin="round"
|
|
732
|
+
d="M12.75 15l3-3m0 0l-3-3m3 3h-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
733
|
+
/>,
|
|
734
|
+
);
|
|
735
|
+
} else if (icon === IconProp.Team) {
|
|
736
|
+
return getSvgWrapper(
|
|
737
|
+
<path
|
|
738
|
+
strokeLinecap="round"
|
|
739
|
+
strokeLinejoin="round"
|
|
740
|
+
d="M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z"
|
|
741
|
+
/>,
|
|
742
|
+
);
|
|
743
|
+
} else if (icon === IconProp.Globe) {
|
|
744
|
+
return getSvgWrapper(
|
|
745
|
+
<path
|
|
746
|
+
strokeLinecap="round"
|
|
747
|
+
strokeLinejoin="round"
|
|
748
|
+
d="M6.115 5.19l.319 1.913A6 6 0 008.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 002.288-4.042 1.087 1.087 0 00-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 01-.98-.314l-.295-.295a1.125 1.125 0 010-1.591l.13-.132a1.125 1.125 0 011.3-.21l.603.302a.809.809 0 001.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 001.528-1.732l.146-.292M6.115 5.19A9 9 0 1017.18 4.64M6.115 5.19A8.965 8.965 0 0112 3c1.929 0 3.716.607 5.18 1.64"
|
|
749
|
+
/>,
|
|
750
|
+
);
|
|
751
|
+
} else if (icon === IconProp.Terminal) {
|
|
752
|
+
return getSvgWrapper(
|
|
753
|
+
<path
|
|
754
|
+
strokeLinecap="round"
|
|
755
|
+
strokeLinejoin="round"
|
|
756
|
+
d="M6.75 7.5l3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0021 18V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v12a2.25 2.25 0 002.25 2.25z"
|
|
757
|
+
/>,
|
|
758
|
+
);
|
|
759
|
+
} else if (icon === IconProp.Error) {
|
|
760
|
+
return getSvgWrapper(
|
|
761
|
+
<path
|
|
762
|
+
strokeLinecap="round"
|
|
763
|
+
strokeLinejoin="round"
|
|
764
|
+
d="M12 9v3.75m9-.75a9 9 0 11-18 0 9 9 0 0118 0zm-9 3.75h.008v.008H12v-.008z"
|
|
765
|
+
/>,
|
|
766
|
+
);
|
|
767
|
+
} else if (icon === IconProp.List) {
|
|
768
|
+
return getSvgWrapper(
|
|
769
|
+
<path
|
|
770
|
+
strokeLinecap="round"
|
|
771
|
+
strokeLinejoin="round"
|
|
772
|
+
d="M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zM3.75 12h.007v.008H3.75V12zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm-.375 5.25h.007v.008H3.75v-.008zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"
|
|
773
|
+
/>,
|
|
774
|
+
);
|
|
775
|
+
} else if (icon === IconProp.ChevronDown) {
|
|
776
|
+
return getSvgWrapper(
|
|
777
|
+
<path
|
|
778
|
+
strokeLinecap="round"
|
|
779
|
+
strokeLinejoin="round"
|
|
780
|
+
d="M19.5 8.25l-7.5 7.5-7.5-7.5"
|
|
781
|
+
/>,
|
|
782
|
+
);
|
|
783
|
+
} else if (icon === IconProp.ChevronLeft) {
|
|
784
|
+
return getSvgWrapper(
|
|
785
|
+
<path
|
|
786
|
+
strokeLinecap="round"
|
|
787
|
+
strokeLinejoin="round"
|
|
788
|
+
d="M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zM3.75 12h.007v.008H3.75V12zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm-.375 5.25h.007v.008H3.75v-.008zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"
|
|
789
|
+
/>,
|
|
790
|
+
);
|
|
791
|
+
} else if (icon === IconProp.Window) {
|
|
792
|
+
return getSvgWrapper(
|
|
793
|
+
<path
|
|
794
|
+
strokeLinecap="round"
|
|
795
|
+
strokeLinejoin="round"
|
|
796
|
+
d="M3 8.25V18a2.25 2.25 0 002.25 2.25h13.5A2.25 2.25 0 0021 18V8.25m-18 0V6a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6zM7.5 6h.008v.008H7.5V6zm2.25 0h.008v.008H9.75V6z"
|
|
797
|
+
/>,
|
|
798
|
+
);
|
|
799
|
+
} else if (icon === IconProp.Trash) {
|
|
800
|
+
return getSvgWrapper(
|
|
801
|
+
<path
|
|
802
|
+
strokeLinecap="round"
|
|
803
|
+
strokeLinejoin="round"
|
|
804
|
+
d="M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0"
|
|
805
|
+
/>,
|
|
806
|
+
);
|
|
807
|
+
} else if (icon === IconProp.ChevronUp) {
|
|
808
|
+
return getSvgWrapper(
|
|
809
|
+
<path
|
|
810
|
+
strokeLinecap="round"
|
|
811
|
+
strokeLinejoin="round"
|
|
812
|
+
d="M4.5 15.75l7.5-7.5 7.5 7.5"
|
|
813
|
+
/>,
|
|
814
|
+
);
|
|
815
|
+
} else if (icon === IconProp.Logout) {
|
|
816
|
+
return getSvgWrapper(
|
|
817
|
+
<path
|
|
818
|
+
strokeLinecap="round"
|
|
819
|
+
strokeLinejoin="round"
|
|
820
|
+
d="M5.636 5.636a9 9 0 1012.728 0M12 3v9"
|
|
821
|
+
/>,
|
|
822
|
+
);
|
|
823
|
+
} else if (icon === IconProp.Report) {
|
|
824
|
+
return getSvgWrapper(
|
|
825
|
+
<path
|
|
826
|
+
strokeLinecap="round"
|
|
827
|
+
strokeLinejoin="round"
|
|
828
|
+
d="M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 013 19.875v-6.75zM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V8.625zM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V4.125z"
|
|
829
|
+
/>,
|
|
830
|
+
);
|
|
831
|
+
} else if (icon === IconProp.Lock) {
|
|
832
|
+
return getSvgWrapper(
|
|
833
|
+
<path
|
|
834
|
+
strokeLinecap="round"
|
|
835
|
+
strokeLinejoin="round"
|
|
836
|
+
d="M16.5 10.5V6.75a4.5 4.5 0 10-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H6.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z"
|
|
837
|
+
/>,
|
|
838
|
+
);
|
|
839
|
+
} else if (icon === IconProp.Time) {
|
|
840
|
+
return getSvgWrapper(
|
|
841
|
+
<path
|
|
842
|
+
strokeLinecap="round"
|
|
843
|
+
strokeLinejoin="round"
|
|
844
|
+
d="M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
845
|
+
/>,
|
|
846
|
+
);
|
|
847
|
+
} else if (icon === IconProp.Call) {
|
|
848
|
+
return getSvgWrapper(
|
|
849
|
+
<path
|
|
850
|
+
strokeLinecap="round"
|
|
851
|
+
strokeLinejoin="round"
|
|
852
|
+
d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z"
|
|
853
|
+
/>,
|
|
854
|
+
);
|
|
855
|
+
} else if (icon === IconProp.More) {
|
|
856
|
+
return getSvgWrapper(
|
|
857
|
+
<path
|
|
858
|
+
strokeLinecap="round"
|
|
859
|
+
strokeLinejoin="round"
|
|
860
|
+
d="M8.625 12a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
861
|
+
/>,
|
|
862
|
+
);
|
|
863
|
+
} else if (icon === IconProp.Integrations) {
|
|
864
|
+
return getSvgWrapper(
|
|
865
|
+
<path
|
|
866
|
+
strokeLinecap="round"
|
|
867
|
+
strokeLinejoin="round"
|
|
868
|
+
d="M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 002.25-2.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v2.25A2.25 2.25 0 006 10.5zm0 9.75h2.25A2.25 2.25 0 0010.5 18v-2.25a2.25 2.25 0 00-2.25-2.25H6a2.25 2.25 0 00-2.25 2.25V18A2.25 2.25 0 006 20.25zm9.75-9.75H18a2.25 2.25 0 002.25-2.25V6A2.25 2.25 0 0018 3.75h-2.25A2.25 2.25 0 0013.5 6v2.25a2.25 2.25 0 002.25 2.25z"
|
|
869
|
+
/>,
|
|
870
|
+
);
|
|
871
|
+
} else if (icon === IconProp.Activity) {
|
|
872
|
+
return getSvgWrapper(
|
|
873
|
+
<path
|
|
874
|
+
strokeLinecap="round"
|
|
875
|
+
strokeLinejoin="round"
|
|
876
|
+
d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"
|
|
877
|
+
/>,
|
|
878
|
+
);
|
|
879
|
+
} else if (icon === IconProp.Billing) {
|
|
880
|
+
return getSvgWrapper(
|
|
881
|
+
<path
|
|
882
|
+
strokeLinecap="round"
|
|
883
|
+
strokeLinejoin="round"
|
|
884
|
+
d="M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 002.25-2.25V6.75A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25v10.5A2.25 2.25 0 004.5 19.5z"
|
|
885
|
+
/>,
|
|
886
|
+
);
|
|
887
|
+
} else if (icon === IconProp.Code) {
|
|
888
|
+
return getSvgWrapper(
|
|
889
|
+
<path
|
|
890
|
+
strokeLinecap="round"
|
|
891
|
+
strokeLinejoin="round"
|
|
892
|
+
d="M17.25 6.75L22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3l-4.5 16.5"
|
|
893
|
+
/>,
|
|
894
|
+
);
|
|
895
|
+
} else if (icon === IconProp.Key) {
|
|
896
|
+
return getSvgWrapper(
|
|
897
|
+
<path
|
|
898
|
+
strokeLinecap="round"
|
|
899
|
+
strokeLinejoin="round"
|
|
900
|
+
d="M15.75 5.25a3 3 0 013 3m3 0a6 6 0 01-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1121.75 8.25z"
|
|
901
|
+
/>,
|
|
902
|
+
);
|
|
903
|
+
} else if (icon === IconProp.Success) {
|
|
904
|
+
return getSvgWrapper(
|
|
905
|
+
<path
|
|
906
|
+
strokeLinecap="round"
|
|
907
|
+
strokeLinejoin="round"
|
|
908
|
+
d="M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
909
|
+
/>,
|
|
910
|
+
);
|
|
911
|
+
} else if (icon === IconProp.Info) {
|
|
912
|
+
return getSvgWrapper(
|
|
913
|
+
<path
|
|
914
|
+
strokeLinecap="round"
|
|
915
|
+
strokeLinejoin="round"
|
|
916
|
+
d="M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z"
|
|
917
|
+
/>,
|
|
918
|
+
);
|
|
919
|
+
} else if (icon === IconProp.SMS) {
|
|
920
|
+
return getSvgWrapper(
|
|
921
|
+
<path
|
|
922
|
+
strokeLinecap="round"
|
|
923
|
+
strokeLinejoin="round"
|
|
924
|
+
d="M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 01.865-.501 48.172 48.172 0 003.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z"
|
|
925
|
+
/>,
|
|
926
|
+
);
|
|
927
|
+
} else if (icon === IconProp.Hide) {
|
|
928
|
+
return getSvgWrapper(
|
|
929
|
+
<path
|
|
930
|
+
strokeLinecap="round"
|
|
931
|
+
strokeLinejoin="round"
|
|
932
|
+
d="M3.98 8.223A10.477 10.477 0 001.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.45 10.45 0 0112 4.5c4.756 0 8.773 3.162 10.065 7.498a10.523 10.523 0 01-4.293 5.774M6.228 6.228L3 3m3.228 3.228l3.65 3.65m7.894 7.894L21 21m-3.228-3.228l-3.65-3.65m0 0a3 3 0 10-4.243-4.243m4.242 4.242L9.88 9.88"
|
|
933
|
+
/>,
|
|
934
|
+
);
|
|
935
|
+
} else if (icon === IconProp.Edit) {
|
|
936
|
+
return getSvgWrapper(
|
|
937
|
+
<path
|
|
938
|
+
strokeLinecap="round"
|
|
939
|
+
strokeLinejoin="round"
|
|
940
|
+
d="M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L10.582 16.07a4.5 4.5 0 01-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 011.13-1.897l8.932-8.931zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0115.75 21H5.25A2.25 2.25 0 013 18.75V8.25A2.25 2.25 0 015.25 6H10"
|
|
941
|
+
/>,
|
|
942
|
+
);
|
|
943
|
+
} else if (icon === IconProp.True) {
|
|
944
|
+
return getSvgWrapper(
|
|
945
|
+
<path
|
|
946
|
+
strokeLinecap="round"
|
|
947
|
+
strokeLinejoin="round"
|
|
948
|
+
d="M4.5 12.75l6 6 9-13.5"
|
|
949
|
+
/>,
|
|
950
|
+
);
|
|
951
|
+
} else if (icon === IconProp.False) {
|
|
952
|
+
return getSvgWrapper(
|
|
953
|
+
<path
|
|
954
|
+
strokeLinecap="round"
|
|
955
|
+
strokeLinejoin="round"
|
|
956
|
+
d="M6 18L18 6M6 6l12 12"
|
|
957
|
+
/>,
|
|
958
|
+
);
|
|
959
|
+
} else if (icon === IconProp.Star) {
|
|
960
|
+
return getSvgWrapper(
|
|
961
|
+
<path
|
|
962
|
+
strokeLinecap="round"
|
|
963
|
+
strokeLinejoin="round"
|
|
964
|
+
d="M11.48 3.499a.562.562 0 011.04 0l2.125 5.111a.563.563 0 00.475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 00-.182.557l1.285 5.385a.562.562 0 01-.84.61l-4.725-2.885a.563.563 0 00-.586 0L6.982 20.54a.562.562 0 01-.84-.61l1.285-5.386a.562.562 0 00-.182-.557l-4.204-3.602a.563.563 0 01.321-.988l5.518-.442a.563.563 0 00.475-.345L11.48 3.5z"
|
|
965
|
+
/>,
|
|
966
|
+
);
|
|
967
|
+
} else if (icon === IconProp.Invoice) {
|
|
968
|
+
return getSvgWrapper(
|
|
969
|
+
<path
|
|
970
|
+
strokeLinecap="round"
|
|
971
|
+
strokeLinejoin="round"
|
|
972
|
+
d="M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"
|
|
973
|
+
/>,
|
|
974
|
+
);
|
|
975
|
+
} else if (icon === IconProp.Circle) {
|
|
976
|
+
return getSvgWrapper(
|
|
977
|
+
<path
|
|
978
|
+
strokeLinecap="round"
|
|
979
|
+
strokeLinejoin="round"
|
|
980
|
+
d="M8.625 12a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
981
|
+
/>,
|
|
982
|
+
);
|
|
983
|
+
} else if (icon === IconProp.Public) {
|
|
984
|
+
return getSvgWrapper(
|
|
985
|
+
<path
|
|
986
|
+
strokeLinecap="round"
|
|
987
|
+
strokeLinejoin="round"
|
|
988
|
+
d="M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-13.5 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z"
|
|
989
|
+
/>,
|
|
990
|
+
);
|
|
991
|
+
} else if (icon === IconProp.Image) {
|
|
992
|
+
return getSvgWrapper(
|
|
993
|
+
<path
|
|
994
|
+
strokeLinecap="round"
|
|
995
|
+
strokeLinejoin="round"
|
|
996
|
+
d="M2.25 15.75l5.159-5.159a2.25 2.25 0 013.182 0l5.159 5.159m-1.5-1.5l1.409-1.409a2.25 2.25 0 013.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 001.5-1.5V6a1.5 1.5 0 00-1.5-1.5H3.75A1.5 1.5 0 002.25 6v12a1.5 1.5 0 001.5 1.5zm10.5-11.25h.008v.008h-.008V8.25zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"
|
|
997
|
+
/>,
|
|
998
|
+
);
|
|
999
|
+
} else if (icon === IconProp.TextFile) {
|
|
1000
|
+
return getSvgWrapper(
|
|
1001
|
+
<path
|
|
1002
|
+
strokeLinecap="round"
|
|
1003
|
+
strokeLinejoin="round"
|
|
1004
|
+
d="M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"
|
|
1005
|
+
/>,
|
|
1006
|
+
);
|
|
1007
|
+
} else if (icon === IconProp.SendMessage) {
|
|
1008
|
+
return getSvgWrapper(
|
|
1009
|
+
<path
|
|
1010
|
+
strokeLinecap="round"
|
|
1011
|
+
strokeLinejoin="round"
|
|
1012
|
+
d="M6 12L3.269 3.126A59.768 59.768 0 0121.485 12 59.77 59.77 0 013.27 20.876L5.999 12zm0 0h7.5"
|
|
1013
|
+
/>,
|
|
1014
|
+
);
|
|
1015
|
+
} else if (icon === IconProp.RSS) {
|
|
1016
|
+
return getSvgWrapper(
|
|
1017
|
+
<path
|
|
1018
|
+
strokeLinecap="round"
|
|
1019
|
+
strokeLinejoin="round"
|
|
1020
|
+
d="M12.75 19.5v-.75a7.5 7.5 0 00-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"
|
|
1021
|
+
/>,
|
|
1022
|
+
);
|
|
1023
|
+
} else if (icon === IconProp.Slack) {
|
|
1024
|
+
return getSvgWrapper(
|
|
1025
|
+
<path
|
|
1026
|
+
strokeLinecap="round"
|
|
1027
|
+
strokeLinejoin="round"
|
|
1028
|
+
d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"
|
|
1029
|
+
/>,
|
|
1030
|
+
);
|
|
1031
|
+
} else if (icon === IconProp.Drag) {
|
|
1032
|
+
return getSvgWrapper(
|
|
1033
|
+
<path
|
|
1034
|
+
strokeLinecap="round"
|
|
1035
|
+
strokeLinejoin="round"
|
|
1036
|
+
d="M12 6.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 12.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 18.75a.75.75 0 110-1.5.75.75 0 010 1.5z"
|
|
1037
|
+
/>,
|
|
1038
|
+
);
|
|
1039
|
+
} else if (icon === IconProp.Graph) {
|
|
1040
|
+
return getSvgWrapper(
|
|
1041
|
+
<path
|
|
1042
|
+
strokeLinecap="round"
|
|
1043
|
+
strokeLinejoin="round"
|
|
1044
|
+
d="M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 013 19.875v-6.75zM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V8.625zM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V4.125z"
|
|
1045
|
+
/>,
|
|
1046
|
+
);
|
|
1047
|
+
} else if (icon === IconProp.Link) {
|
|
1048
|
+
return getSvgWrapper(
|
|
1049
|
+
<path
|
|
1050
|
+
strokeLinecap="round"
|
|
1051
|
+
strokeLinejoin="round"
|
|
1052
|
+
d="M13.19 8.688a4.5 4.5 0 011.242 7.244l-4.5 4.5a4.5 4.5 0 01-6.364-6.364l1.757-1.757m13.35-.622l1.757-1.757a4.5 4.5 0 00-6.364-6.364l-4.5 4.5a4.5 4.5 0 001.242 7.244"
|
|
1053
|
+
/>,
|
|
1054
|
+
);
|
|
1055
|
+
} else if (icon === IconProp.ExternalLink) {
|
|
1056
|
+
return getSvgWrapper(
|
|
1057
|
+
<path
|
|
1058
|
+
strokeLinecap="round"
|
|
1059
|
+
strokeLinejoin="round"
|
|
1060
|
+
d="M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"
|
|
1061
|
+
/>,
|
|
1062
|
+
);
|
|
1063
|
+
} else if (icon === IconProp.Download) {
|
|
1064
|
+
return getSvgWrapper(
|
|
1065
|
+
<path
|
|
1066
|
+
strokeLinecap="round"
|
|
1067
|
+
strokeLinejoin="round"
|
|
1068
|
+
d="M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5M16.5 12L12 16.5m0 0L7.5 12m4.5 4.5V3"
|
|
1069
|
+
/>,
|
|
1070
|
+
);
|
|
1071
|
+
} else if (icon === IconProp.Layers) {
|
|
1072
|
+
return getSvgWrapper(
|
|
1073
|
+
<path
|
|
1074
|
+
strokeLinecap="round"
|
|
1075
|
+
strokeLinejoin="round"
|
|
1076
|
+
d="M2.25 15.75l5.159-5.159a2.25 2.25 0 013.182 0l5.159 5.159m-1.5-1.5l1.409-1.409a2.25 2.25 0 013.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 001.5-1.5V6a1.5 1.5 0 00-1.5-1.5H3.75A1.5 1.5 0 002.25 6v12a1.5 1.5 0 001.5 1.5zm10.5-11.25h.008v.008h-.008V8.25zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z"
|
|
1077
|
+
/>,
|
|
1078
|
+
);
|
|
1079
|
+
} else if (icon === IconProp.Layout) {
|
|
1080
|
+
return getSvgWrapper(
|
|
1081
|
+
<path
|
|
1082
|
+
strokeLinecap="round"
|
|
1083
|
+
strokeLinejoin="round"
|
|
1084
|
+
d="M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 01-1.125-1.125v-3.75zM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 01-1.125-1.125v-8.25zM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 01-1.125-1.125v-2.25z"
|
|
1085
|
+
/>,
|
|
1086
|
+
);
|
|
1087
|
+
} else if (icon === IconProp.Upgrade) {
|
|
1088
|
+
return getSvgWrapper(
|
|
1089
|
+
<path
|
|
1090
|
+
strokeLinecap="round"
|
|
1091
|
+
strokeLinejoin="round"
|
|
1092
|
+
d="M12 6v12m-3-2.818l.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
1093
|
+
/>,
|
|
1094
|
+
);
|
|
1095
|
+
} else if (icon === IconProp.Automation) {
|
|
1096
|
+
return getSvgWrapper(
|
|
1097
|
+
<path
|
|
1098
|
+
strokeLinecap="round"
|
|
1099
|
+
strokeLinejoin="round"
|
|
1100
|
+
d="M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 002.25-2.25V6.75a2.25 2.25 0 00-2.25-2.25H6.75A2.25 2.25 0 004.5 6.75v10.5a2.25 2.25 0 002.25 2.25zm.75-12h9v9h-9v-9z"
|
|
1101
|
+
/>,
|
|
1102
|
+
);
|
|
1103
|
+
} else if (icon === IconProp.Webhook) {
|
|
1104
|
+
return getSvgWrapper(
|
|
1105
|
+
<path
|
|
1106
|
+
strokeLinecap="round"
|
|
1107
|
+
strokeLinejoin="round"
|
|
1108
|
+
d="M13.19 8.688a4.5 4.5 0 011.242 7.244l-4.5 4.5a4.5 4.5 0 01-6.364-6.364l1.757-1.757m13.35-.622l1.757-1.757a4.5 4.5 0 00-6.364-6.364l-4.5 4.5a4.5 4.5 0 001.242 7.244"
|
|
1109
|
+
/>,
|
|
1110
|
+
);
|
|
1111
|
+
} else if (icon === IconProp.Announcement) {
|
|
1112
|
+
return getSvgWrapper(
|
|
1113
|
+
<path
|
|
1114
|
+
strokeLinecap="round"
|
|
1115
|
+
strokeLinejoin="round"
|
|
1116
|
+
d="M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 110-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 01-1.44-4.282m3.102.069a18.03 18.03 0 01-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 018.835 2.535M10.34 6.66a23.847 23.847 0 008.835-2.535m0 0A23.74 23.74 0 0018.795 3m.38 1.125a23.91 23.91 0 011.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 001.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 010 3.46"
|
|
1117
|
+
/>,
|
|
1118
|
+
);
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
return <></>;
|
|
1122
|
+
};
|
|
1123
|
+
|
|
1124
|
+
export default Icon;
|