@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
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path fill="#c1c0ff" d="M12,14.19531c-0.17551-0.00004-0.34793-0.04618-0.5-0.13379l-9-5.19726C2.02161,8.58794,1.85779,7.97612,2.13411,7.49773C2.22187,7.34579,2.34806,7.2196,2.5,7.13184l9-5.19336c0.30964-0.17774,0.69036-0.17774,1,0l9,5.19336c0.4784,0.27632,0.64221,0.88814,0.36589,1.36653C21.77813,8.65031,21.65194,8.7765,21.5,8.86426l-9,5.19726C12.34793,14.14913,12.17551,14.19527,12,14.19531z"/><path fill="#a2a1ff" d="M21.5,11.13184l-1.96411-1.13337L12.5,14.06152c-0.30947,0.17839-0.69053,0.17839-1,0L4.46411,9.99847L2.5,11.13184c-0.47839,0.27632-0.64221,0.88814-0.36589,1.36653C2.22187,12.65031,2.34806,12.7765,2.5,12.86426l9,5.19726c0.30947,0.17838,0.69053,0.17838,1,0l9-5.19726c0.4784-0.27632,0.64221-0.88814,0.36589-1.36653C21.77813,11.34579,21.65194,11.2196,21.5,11.13184z"/><path fill="#6563ff" d="M21.5,15.13184l-1.96411-1.13337L12.5,18.06152c-0.30947,0.17838-0.69053,0.17838-1,0l-7.03589-4.06305L2.5,15.13184c-0.47839,0.27632-0.64221,0.88814-0.36589,1.36653C2.22187,16.65031,2.34806,16.7765,2.5,16.86426l9,5.19726c0.30947,0.17838,0.69053,0.17838,1,0l9-5.19726c0.4784-0.27632,0.64221-0.88814,0.36589-1.36653C21.77813,15.34579,21.65194,15.2196,21.5,15.13184z"/></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" width="375" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 375 374.999991" height="374.999991" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g><g id="glyph-0-0"/><g id="glyph-0-1"><path d="M 1.953125 -27.359375 C 1.953125 -31.566406 2.570312 -35.488281 3.8125 -39.125 C 5.0625 -42.8125 6.882812 -46.007812 9.28125 -48.71875 C 11.664062 -51.46875 14.570312 -53.597656 18 -55.109375 C 19.71875 -55.878906 21.550781 -56.457031 23.5 -56.84375 C 25.445312 -57.238281 27.484375 -57.4375 29.609375 -57.4375 C 31.742188 -57.4375 33.785156 -57.238281 35.734375 -56.84375 C 37.679688 -56.457031 39.515625 -55.851562 41.234375 -55.03125 C 42.941406 -54.25 44.523438 -53.3125 45.984375 -52.21875 C 47.441406 -51.125 48.765625 -49.878906 49.953125 -48.484375 C 52.347656 -45.773438 54.191406 -42.601562 55.484375 -38.96875 C 56.734375 -35.332031 57.359375 -31.460938 57.359375 -27.359375 C 57.359375 -23.253906 56.734375 -19.382812 55.484375 -15.75 C 55.078125 -14.550781 54.597656 -13.378906 54.046875 -12.234375 C 53.503906 -11.085938 52.894531 -10.007812 52.21875 -9 C 51.539062 -7.988281 50.8125 -7.015625 50.03125 -6.078125 C 48.84375 -4.671875 47.503906 -3.421875 46.015625 -2.328125 C 44.535156 -1.242188 42.96875 -0.3125 41.3125 0.46875 C 37.875 2.082031 33.972656 2.890625 29.609375 2.890625 C 25.242188 2.890625 21.347656 2.082031 17.921875 0.46875 C 17.085938 0.0507812 16.28125 -0.390625 15.5 -0.859375 C 14.726562 -1.328125 13.976562 -1.832031 13.25 -2.375 C 12.519531 -2.925781 11.816406 -3.507812 11.140625 -4.125 C 10.460938 -4.75 9.84375 -5.398438 9.28125 -6.078125 C 6.882812 -8.828125 5.0625 -12.050781 3.8125 -15.75 C 2.570312 -19.382812 1.953125 -23.253906 1.953125 -27.359375 Z M 13.40625 -27.359375 C 13.40625 -26.054688 13.492188 -24.769531 13.671875 -23.5 C 13.859375 -22.226562 14.132812 -20.96875 14.5 -19.71875 C 14.914062 -18.519531 15.378906 -17.390625 15.890625 -16.328125 C 16.410156 -15.265625 17.035156 -14.265625 17.765625 -13.328125 C 17.972656 -13.015625 18.207031 -12.726562 18.46875 -12.46875 C 18.726562 -12.207031 18.988281 -11.945312 19.25 -11.6875 C 19.507812 -11.425781 19.78125 -11.164062 20.0625 -10.90625 C 20.351562 -10.644531 20.65625 -10.410156 20.96875 -10.203125 C 21.28125 -9.992188 21.59375 -9.785156 21.90625 -9.578125 C 22.21875 -9.378906 22.523438 -9.175781 22.828125 -8.96875 C 24.804688 -7.925781 27.066406 -7.40625 29.609375 -7.40625 C 30.546875 -7.40625 31.429688 -7.457031 32.265625 -7.5625 C 33.097656 -7.664062 33.878906 -7.832031 34.609375 -8.0625 C 35.335938 -8.300781 36.007812 -8.578125 36.625 -8.890625 C 38.65625 -9.867188 40.347656 -11.21875 41.703125 -12.9375 C 42.160156 -13.507812 42.570312 -14.117188 42.9375 -14.765625 C 43.300781 -15.421875 43.640625 -16.125 43.953125 -16.875 C 44.265625 -17.625 44.550781 -18.390625 44.8125 -19.171875 C 45.539062 -21.710938 45.90625 -24.441406 45.90625 -27.359375 C 45.90625 -29.953125 45.515625 -32.445312 44.734375 -34.84375 C 44.003906 -37.226562 42.914062 -39.359375 41.46875 -41.234375 C 40.0625 -43.046875 38.367188 -44.5 36.390625 -45.59375 C 34.421875 -46.632812 32.160156 -47.15625 29.609375 -47.15625 C 28.992188 -47.15625 28.375 -47.128906 27.75 -47.078125 C 27.125 -47.023438 26.523438 -46.929688 25.953125 -46.796875 C 25.378906 -46.671875 24.832031 -46.515625 24.3125 -46.328125 C 23.789062 -46.148438 23.296875 -45.929688 22.828125 -45.671875 C 21.796875 -45.203125 20.863281 -44.628906 20.03125 -43.953125 C 19.195312 -43.273438 18.441406 -42.5 17.765625 -41.625 C 16.367188 -39.851562 15.28125 -37.773438 14.5 -35.390625 C 13.769531 -32.890625 13.40625 -30.210938 13.40625 -27.359375 Z M 13.40625 -27.359375 "/></g><g id="glyph-0-2"><path d="M 14.96875 -38.890625 C 15.382812 -39.304688 15.796875 -39.671875 16.203125 -39.984375 C 16.617188 -40.296875 17.0625 -40.582031 17.53125 -40.84375 C 20.132812 -42.550781 23.175781 -43.40625 26.65625 -43.40625 C 29.195312 -43.40625 31.453125 -43.003906 33.421875 -42.203125 C 35.398438 -41.398438 37.066406 -40.191406 38.421875 -38.578125 C 40.960938 -35.460938 42.234375 -31.410156 42.234375 -26.421875 L 42.234375 1.953125 L 31.328125 1.953125 L 31.328125 -25.640625 C 31.328125 -26.523438 31.257812 -27.332031 31.125 -28.0625 C 31 -28.789062 30.816406 -29.4375 30.578125 -30 C 30.347656 -30.570312 30.050781 -31.066406 29.6875 -31.484375 C 29.382812 -31.898438 29.035156 -32.25 28.640625 -32.53125 C 28.253906 -32.820312 27.800781 -33.03125 27.28125 -33.15625 C 26.757812 -33.289062 26.160156 -33.359375 25.484375 -33.359375 C 24.546875 -33.359375 23.613281 -33.175781 22.6875 -32.8125 C 21.695312 -32.445312 20.734375 -31.925781 19.796875 -31.25 C 18.859375 -30.519531 17.972656 -29.71875 17.140625 -28.84375 C 16.828125 -28.425781 16.488281 -27.992188 16.125 -27.546875 C 15.769531 -27.109375 15.460938 -26.679688 15.203125 -26.265625 L 15.203125 1.953125 L 4.28125 1.953125 L 4.28125 -42.46875 L 14.96875 -42.46875 Z M 14.96875 -38.890625 "/></g><g id="glyph-0-3"><path d="M 13.015625 -15.4375 C 13.585938 -13.144531 14.578125 -11.296875 15.984375 -9.890625 C 17.796875 -8.128906 20.234375 -7.25 23.296875 -7.25 C 24.023438 -7.25 24.726562 -7.273438 25.40625 -7.328125 C 26.082031 -7.378906 26.734375 -7.457031 27.359375 -7.5625 C 27.984375 -7.664062 28.582031 -7.796875 29.15625 -7.953125 C 29.71875 -8.109375 30.285156 -8.273438 30.859375 -8.453125 C 31.429688 -8.640625 31.988281 -8.835938 32.53125 -9.046875 C 33.082031 -9.253906 33.644531 -9.488281 34.21875 -9.75 L 36.234375 -10.671875 L 36.859375 -8.5 L 38.5 -2.5 L 38.96875 -0.859375 L 37.484375 -0.15625 C 35.460938 0.78125 33.203125 1.507812 30.703125 2.03125 C 29.460938 2.34375 28.148438 2.5625 26.765625 2.6875 C 25.390625 2.820312 23.953125 2.890625 22.453125 2.890625 C 19.273438 2.890625 16.390625 2.367188 13.796875 1.328125 C 11.191406 0.234375 8.984375 -1.320312 7.171875 -3.34375 C 5.347656 -5.320312 3.945312 -7.765625 2.96875 -10.671875 C 2.03125 -13.484375 1.5625 -16.679688 1.5625 -20.265625 C 1.5625 -23.484375 2.03125 -26.492188 2.96875 -29.296875 C 3.476562 -30.703125 4.070312 -32.03125 4.75 -33.28125 C 5.425781 -34.53125 6.207031 -35.671875 7.09375 -36.703125 C 8.863281 -38.785156 10.992188 -40.425781 13.484375 -41.625 C 15.972656 -42.8125 18.753906 -43.40625 21.828125 -43.40625 C 22.859375 -43.40625 23.851562 -43.335938 24.8125 -43.203125 C 25.78125 -43.078125 26.71875 -42.894531 27.625 -42.65625 C 28.539062 -42.425781 29.410156 -42.132812 30.234375 -41.78125 C 31.484375 -41.207031 32.613281 -40.539062 33.625 -39.78125 C 34.644531 -39.03125 35.566406 -38.160156 36.390625 -37.171875 C 38.003906 -35.253906 39.226562 -33.046875 40.0625 -30.546875 C 40.425781 -29.304688 40.710938 -28.019531 40.921875 -26.6875 C 41.128906 -25.363281 41.234375 -24.03125 41.234375 -22.6875 C 41.234375 -22.320312 41.234375 -21.957031 41.234375 -21.59375 C 41.234375 -21.226562 41.21875 -20.847656 41.1875 -20.453125 C 41.164062 -20.066406 41.15625 -19.691406 41.15625 -19.328125 C 41.15625 -18.960938 41.140625 -18.609375 41.109375 -18.265625 C 41.085938 -17.929688 41.050781 -17.582031 41 -17.21875 L 40.84375 -15.4375 Z M 21.671875 -33.4375 C 19.171875 -33.4375 17.144531 -32.601562 15.59375 -30.9375 C 14.96875 -30.257812 14.421875 -29.425781 13.953125 -28.4375 C 13.484375 -27.457031 13.117188 -26.316406 12.859375 -25.015625 L 30.78125 -25.015625 C 30.519531 -27.515625 29.742188 -29.460938 28.453125 -30.859375 C 26.835938 -32.578125 24.578125 -33.4375 21.671875 -33.4375 Z M 21.671875 -33.4375 "/></g><g id="glyph-0-4"><path d="M 39.203125 -56.5 L 48.328125 -56.5 L 48.328125 -21.046875 C 48.328125 -17.410156 47.804688 -14.109375 46.765625 -11.140625 C 45.722656 -8.179688 44.210938 -5.632812 42.234375 -3.5 C 41.828125 -3.09375 41.398438 -2.707031 40.953125 -2.34375 C 40.515625 -1.976562 40.070312 -1.613281 39.625 -1.25 C 39.1875 -0.882812 38.71875 -0.554688 38.21875 -0.265625 C 37.726562 0.015625 37.222656 0.285156 36.703125 0.546875 C 36.179688 0.804688 35.640625 1.039062 35.078125 1.25 C 32.367188 2.34375 29.351562 2.890625 26.03125 2.890625 C 19.125 2.890625 13.695312 0.835938 9.75 -3.265625 C 5.84375 -7.378906 3.890625 -13.203125 3.890625 -20.734375 L 3.890625 -56.5 L 15.203125 -56.5 L 15.203125 -21.90625 C 15.203125 -17.070312 16.132812 -13.40625 18 -10.90625 C 18.832031 -9.769531 19.894531 -8.914062 21.1875 -8.34375 C 22.488281 -7.769531 24.101562 -7.484375 26.03125 -7.484375 C 29.820312 -7.484375 32.601562 -8.625 34.375 -10.90625 C 36.289062 -13.351562 37.25 -17.019531 37.25 -21.90625 L 37.25 -56.5 Z M 39.203125 -56.5 "/></g><g id="glyph-0-5"><path d="M 4.59375 -42.46875 C 5.632812 -42.46875 6.597656 -42.390625 7.484375 -42.234375 C 8.367188 -42.085938 9.210938 -41.84375 10.015625 -41.5 C 10.816406 -41.164062 11.554688 -40.738281 12.234375 -40.21875 C 12.910156 -39.695312 13.484375 -39.070312 13.953125 -38.34375 C 14.835938 -39.226562 15.847656 -40.007812 16.984375 -40.6875 C 17.296875 -40.894531 17.609375 -41.085938 17.921875 -41.265625 C 18.234375 -41.453125 18.570312 -41.625 18.9375 -41.78125 C 19.300781 -41.9375 19.664062 -42.078125 20.03125 -42.203125 C 20.394531 -42.328125 20.757812 -42.46875 21.125 -42.625 C 21.957031 -42.882812 22.8125 -43.078125 23.6875 -43.203125 C 24.570312 -43.335938 25.484375 -43.40625 26.421875 -43.40625 C 29.015625 -43.40625 31.519531 -42.882812 33.9375 -41.84375 C 36.351562 -40.8125 38.472656 -39.304688 40.296875 -37.328125 C 42.109375 -35.359375 43.535156 -32.96875 44.578125 -30.15625 C 44.941406 -29.226562 45.238281 -28.242188 45.46875 -27.203125 C 45.707031 -26.160156 45.890625 -25.09375 46.015625 -24 C 46.148438 -22.914062 46.21875 -21.800781 46.21875 -20.65625 C 46.21875 -17.226562 45.695312 -14.054688 44.65625 -11.140625 C 44.132812 -9.742188 43.523438 -8.421875 42.828125 -7.171875 C 42.128906 -5.921875 41.3125 -4.773438 40.375 -3.734375 C 40.0625 -3.328125 39.707031 -2.941406 39.3125 -2.578125 C 38.925781 -2.210938 38.523438 -1.847656 38.109375 -1.484375 C 37.691406 -1.117188 37.273438 -0.78125 36.859375 -0.46875 C 36.441406 -0.15625 36 0.128906 35.53125 0.390625 C 35.070312 0.648438 34.609375 0.882812 34.140625 1.09375 C 32.941406 1.71875 31.707031 2.171875 30.4375 2.453125 C 29.164062 2.742188 27.878906 2.890625 26.578125 2.890625 C 23.828125 2.890625 21.304688 2.34375 19.015625 1.25 C 18.179688 0.882812 17.398438 0.46875 16.671875 0 L 16.671875 19.09375 L 5.765625 19.09375 L 5.765625 -30.15625 C 5.765625 -31.351562 5.554688 -32.132812 5.140625 -32.5 C 4.671875 -32.914062 4 -33.125 3.125 -33.125 L 0.546875 -33.125 L 1.25 -35.625 L 2.734375 -41.078125 L 3.125 -42.46875 Z M 35.15625 -20.421875 C 35.15625 -21.515625 35.078125 -22.523438 34.921875 -23.453125 C 34.765625 -24.390625 34.539062 -25.257812 34.25 -26.0625 C 33.96875 -26.875 33.644531 -27.613281 33.28125 -28.28125 C 32.914062 -28.957031 32.5 -29.582031 32.03125 -30.15625 C 31.09375 -31.25 30.015625 -32.066406 28.796875 -32.609375 C 27.578125 -33.160156 26.265625 -33.4375 24.859375 -33.4375 C 23.921875 -33.4375 23.035156 -33.316406 22.203125 -33.078125 C 21.378906 -32.847656 20.601562 -32.5 19.875 -32.03125 C 18.519531 -31.195312 17.453125 -30.3125 16.671875 -29.375 L 16.671875 -10.90625 C 17.765625 -9.925781 18.960938 -9.097656 20.265625 -8.421875 C 21.722656 -7.640625 23.359375 -7.25 25.171875 -7.25 C 26.628906 -7.25 27.957031 -7.535156 29.15625 -8.109375 C 30.34375 -8.734375 31.378906 -9.585938 32.265625 -10.671875 C 32.734375 -11.242188 33.132812 -11.867188 33.46875 -12.546875 C 33.8125 -13.222656 34.113281 -13.976562 34.375 -14.8125 C 34.632812 -15.644531 34.828125 -16.523438 34.953125 -17.453125 C 35.085938 -18.390625 35.15625 -19.378906 35.15625 -20.421875 Z M 35.15625 -20.421875 "/></g><g id="glyph-0-6"><path d="M 9.4375 -53.78125 L 16.75 -53.78125 L 16.75 -41 L 27.984375 -41 L 27.984375 -31.015625 L 16.75 -31.015625 L 16.75 -13.40625 C 16.75 -12.101562 16.878906 -11.035156 17.140625 -10.203125 C 17.398438 -9.429688 17.710938 -8.835938 18.078125 -8.421875 C 18.441406 -8.003906 18.882812 -7.71875 19.40625 -7.5625 C 19.71875 -7.457031 20.03125 -7.378906 20.34375 -7.328125 C 20.65625 -7.273438 20.96875 -7.25 21.28125 -7.25 C 22.363281 -7.25 23.347656 -7.40625 24.234375 -7.71875 C 25.328125 -8.132812 26.34375 -8.601562 27.28125 -9.125 L 29.296875 -10.203125 L 30.078125 -8.03125 L 32.03125 -2.421875 L 32.5 -0.9375 L 31.171875 -0.15625 C 30.023438 0.570312 28.492188 1.25 26.578125 1.875 C 25.585938 2.238281 24.570312 2.5 23.53125 2.65625 C 22.5 2.8125 21.460938 2.890625 20.421875 2.890625 C 15.953125 2.890625 12.394531 1.40625 9.75 -1.5625 C 8.394531 -3.0625 7.40625 -4.847656 6.78125 -6.921875 C 6.15625 -9.003906 5.84375 -11.347656 5.84375 -13.953125 L 5.84375 -31.015625 L -1.171875 -31.015625 L -1.171875 -41 L 6.234375 -41 L 7.484375 -52.0625 L 7.71875 -53.78125 Z M 9.4375 -53.78125 "/></g><g id="glyph-0-7"><path d="M 13.25 1.953125 L 4.28125 1.953125 L 4.28125 -42.46875 L 15.203125 -42.46875 L 15.203125 1.953125 Z M 9.75 -45.515625 C 7.875 -45.515625 6.257812 -46.1875 4.90625 -47.53125 C 3.5625 -48.882812 2.890625 -50.5 2.890625 -52.375 C 2.890625 -54.394531 3.523438 -56.039062 4.796875 -57.3125 C 6.066406 -58.59375 7.71875 -59.234375 9.75 -59.234375 C 10.675781 -59.234375 11.554688 -59.0625 12.390625 -58.71875 C 13.222656 -58.382812 13.960938 -57.890625 14.609375 -57.234375 C 15.265625 -56.585938 15.757812 -55.847656 16.09375 -55.015625 C 16.425781 -54.191406 16.59375 -53.3125 16.59375 -52.375 C 16.59375 -50.34375 15.957031 -48.691406 14.6875 -47.421875 C 13.414062 -46.148438 11.769531 -45.515625 9.75 -45.515625 Z M 9.75 -45.515625 "/></g><g id="glyph-0-8"><path d="M 14.96875 -38.96875 C 15.382812 -39.332031 15.785156 -39.671875 16.171875 -39.984375 C 16.554688 -40.296875 16.984375 -40.582031 17.453125 -40.84375 C 18.078125 -41.257812 18.726562 -41.632812 19.40625 -41.96875 C 20.082031 -42.300781 20.796875 -42.570312 21.546875 -42.78125 C 22.304688 -42.988281 23.0625 -43.144531 23.8125 -43.25 C 24.5625 -43.351562 25.351562 -43.40625 26.1875 -43.40625 C 29.820312 -43.40625 32.835938 -42.5 35.234375 -40.6875 C 36.679688 -39.59375 37.875 -38.238281 38.8125 -36.625 C 40.113281 -38.082031 41.488281 -39.382812 42.9375 -40.53125 C 43.457031 -40.894531 44.003906 -41.234375 44.578125 -41.546875 C 45.148438 -41.859375 45.75 -42.128906 46.375 -42.359375 C 47 -42.585938 47.632812 -42.78125 48.28125 -42.9375 C 48.925781 -43.09375 49.585938 -43.207031 50.265625 -43.28125 C 50.941406 -43.363281 51.644531 -43.40625 52.375 -43.40625 C 52.6875 -43.40625 52.984375 -43.40625 53.265625 -43.40625 C 53.554688 -43.40625 53.84375 -43.390625 54.125 -43.359375 C 54.414062 -43.335938 54.703125 -43.300781 54.984375 -43.25 C 55.265625 -43.195312 55.535156 -43.144531 55.796875 -43.09375 C 56.054688 -43.039062 56.316406 -42.988281 56.578125 -42.9375 C 56.835938 -42.882812 57.097656 -42.816406 57.359375 -42.734375 C 57.617188 -42.660156 57.878906 -42.570312 58.140625 -42.46875 C 58.398438 -42.363281 58.660156 -42.265625 58.921875 -42.171875 C 59.390625 -41.960938 59.84375 -41.726562 60.28125 -41.46875 C 60.726562 -41.207031 61.144531 -40.921875 61.53125 -40.609375 C 61.914062 -40.296875 62.289062 -39.96875 62.65625 -39.625 C 63.019531 -39.289062 63.359375 -38.914062 63.671875 -38.5 C 64.972656 -36.988281 65.910156 -35.195312 66.484375 -33.125 C 67.109375 -31.09375 67.421875 -28.859375 67.421875 -26.421875 L 67.421875 1.953125 L 56.5 1.953125 L 56.5 -25.875 C 56.5 -28.257812 55.984375 -30.15625 54.953125 -31.5625 C 54.015625 -32.757812 52.738281 -33.359375 51.125 -33.359375 C 50.1875 -33.359375 49.304688 -33.175781 48.484375 -32.8125 C 47.546875 -32.394531 46.660156 -31.847656 45.828125 -31.171875 C 44.941406 -30.441406 44.082031 -29.613281 43.25 -28.6875 C 42.9375 -28.269531 42.597656 -27.828125 42.234375 -27.359375 C 41.878906 -26.890625 41.570312 -26.445312 41.3125 -26.03125 L 41.3125 1.953125 L 30.390625 1.953125 L 30.390625 -25.875 C 30.390625 -28.257812 29.875 -30.15625 28.84375 -31.5625 C 27.90625 -32.757812 26.628906 -33.359375 25.015625 -33.359375 C 24.128906 -33.359375 23.25 -33.175781 22.375 -32.8125 C 21.957031 -32.65625 21.515625 -32.445312 21.046875 -32.1875 C 20.578125 -31.925781 20.132812 -31.613281 19.71875 -31.25 C 19.5625 -31.144531 19.40625 -31.023438 19.25 -30.890625 C 19.09375 -30.765625 18.945312 -30.632812 18.8125 -30.5 C 18.6875 -30.375 18.546875 -30.242188 18.390625 -30.109375 C 18.234375 -29.984375 18.085938 -29.851562 17.953125 -29.71875 C 17.828125 -29.59375 17.695312 -29.453125 17.5625 -29.296875 C 17.4375 -29.148438 17.296875 -29 17.140625 -28.84375 C 16.828125 -28.425781 16.488281 -27.992188 16.125 -27.546875 C 15.769531 -27.109375 15.460938 -26.679688 15.203125 -26.265625 L 15.203125 1.953125 L 4.28125 1.953125 L 4.28125 -42.46875 L 14.96875 -42.46875 Z M 14.96875 -38.96875 "/></g></g></defs><path fill="rgb(49.409485%, 85.099792%, 34.118652%)" d="M 336.054688 242.882812 L 319.089844 242.882812 C 318.390625 242.882812 317.824219 242.316406 317.824219 241.617188 L 317.824219 224.652344 C 317.824219 223.953125 318.390625 223.382812 319.089844 223.382812 L 336.054688 223.382812 C 336.753906 223.382812 337.324219 223.953125 337.324219 224.652344 L 337.324219 241.617188 C 337.324219 242.316406 336.753906 242.882812 336.054688 242.882812 Z M 336.054688 242.882812 " fill-opacity="1" fill-rule="nonzero"/><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="39.516048" y="175.192488" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-1" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="98.82197" y="175.192488" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-2" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="144.957464" y="175.192488" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-3" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="39.516048" y="250.575921" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-4" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="91.730195" y="250.575921" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-5" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="139.502249" y="250.575921" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-6" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="170.441095" y="250.575921" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-7" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="189.923986" y="250.575921" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-8" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="261.231367" y="250.575921" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-3" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" width="375" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 375 374.999991" height="374.999991" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g><g id="glyph-0-0"/><g id="glyph-0-1"><path d="M 1.953125 -27.484375 C 1.953125 -31.710938 2.582031 -35.65625 3.84375 -39.3125 C 5.09375 -43.007812 6.914062 -46.21875 9.3125 -48.9375 C 11.71875 -51.695312 14.644531 -53.835938 18.09375 -55.359375 C 19.8125 -56.140625 21.648438 -56.722656 23.609375 -57.109375 C 25.566406 -57.503906 27.613281 -57.703125 29.75 -57.703125 C 31.894531 -57.703125 33.941406 -57.503906 35.890625 -57.109375 C 37.847656 -56.722656 39.691406 -56.113281 41.421875 -55.28125 C 43.140625 -54.5 44.726562 -53.554688 46.1875 -52.453125 C 47.65625 -51.359375 48.988281 -50.109375 50.1875 -48.703125 C 52.59375 -45.984375 54.445312 -42.800781 55.75 -39.15625 C 57 -35.5 57.625 -31.609375 57.625 -27.484375 C 57.625 -23.359375 57 -19.46875 55.75 -15.8125 C 55.332031 -14.613281 54.847656 -13.4375 54.296875 -12.28125 C 53.753906 -11.132812 53.140625 -10.050781 52.453125 -9.03125 C 51.773438 -8.019531 51.046875 -7.046875 50.265625 -6.109375 C 49.066406 -4.703125 47.722656 -3.445312 46.234375 -2.34375 C 44.742188 -1.25 43.164062 -0.3125 41.5 0.46875 C 38.050781 2.082031 34.132812 2.890625 29.75 2.890625 C 25.363281 2.890625 21.453125 2.082031 18.015625 0.46875 C 17.171875 0.0507812 16.359375 -0.390625 15.578125 -0.859375 C 14.796875 -1.328125 14.039062 -1.832031 13.3125 -2.375 C 12.582031 -2.925781 11.875 -3.515625 11.1875 -4.140625 C 10.507812 -4.773438 9.882812 -5.429688 9.3125 -6.109375 C 6.914062 -8.867188 5.09375 -12.101562 3.84375 -15.8125 C 2.582031 -19.46875 1.953125 -23.359375 1.953125 -27.484375 Z M 13.46875 -27.484375 C 13.46875 -26.179688 13.554688 -24.890625 13.734375 -23.609375 C 13.921875 -22.328125 14.195312 -21.0625 14.5625 -19.8125 C 14.976562 -18.613281 15.445312 -17.476562 15.96875 -16.40625 C 16.488281 -15.332031 17.117188 -14.328125 17.859375 -13.390625 C 18.066406 -13.078125 18.300781 -12.789062 18.5625 -12.53125 C 18.820312 -12.269531 19.082031 -12.007812 19.34375 -11.75 C 19.601562 -11.488281 19.875 -11.222656 20.15625 -10.953125 C 20.445312 -10.691406 20.75 -10.457031 21.0625 -10.25 C 21.375 -10.039062 21.6875 -9.832031 22 -9.625 C 22.3125 -9.414062 22.625 -9.207031 22.9375 -9 C 24.925781 -7.957031 27.195312 -7.4375 29.75 -7.4375 C 30.6875 -7.4375 31.570312 -7.488281 32.40625 -7.59375 C 33.25 -7.695312 34.035156 -7.863281 34.765625 -8.09375 C 35.492188 -8.332031 36.171875 -8.609375 36.796875 -8.921875 C 38.835938 -9.910156 40.535156 -11.269531 41.890625 -13 C 42.359375 -13.570312 42.773438 -14.179688 43.140625 -14.828125 C 43.503906 -15.484375 43.84375 -16.191406 44.15625 -16.953125 C 44.46875 -17.710938 44.753906 -18.484375 45.015625 -19.265625 C 45.742188 -21.816406 46.109375 -24.554688 46.109375 -27.484375 C 46.109375 -30.085938 45.71875 -32.59375 44.9375 -35 C 44.207031 -37.394531 43.113281 -39.535156 41.65625 -41.421875 C 40.25 -43.242188 38.550781 -44.703125 36.5625 -45.796875 C 34.582031 -46.847656 32.3125 -47.375 29.75 -47.375 C 29.125 -47.375 28.5 -47.347656 27.875 -47.296875 C 27.25 -47.242188 26.648438 -47.148438 26.078125 -47.015625 C 25.503906 -46.890625 24.953125 -46.734375 24.421875 -46.546875 C 23.898438 -46.367188 23.40625 -46.144531 22.9375 -45.875 C 21.894531 -45.40625 20.957031 -44.832031 20.125 -44.15625 C 19.289062 -43.476562 18.535156 -42.695312 17.859375 -41.8125 C 16.441406 -40.039062 15.34375 -37.953125 14.5625 -35.546875 C 13.832031 -33.035156 13.46875 -30.347656 13.46875 -27.484375 Z M 13.46875 -27.484375 "/></g><g id="glyph-0-2"><path d="M 15.03125 -39.0625 C 15.445312 -39.488281 15.863281 -39.859375 16.28125 -40.171875 C 16.695312 -40.484375 17.140625 -40.769531 17.609375 -41.03125 C 20.222656 -42.75 23.28125 -43.609375 26.78125 -43.609375 C 29.332031 -43.609375 31.597656 -43.203125 33.578125 -42.390625 C 35.566406 -41.585938 37.238281 -40.375 38.59375 -38.75 C 41.15625 -35.625 42.4375 -31.554688 42.4375 -26.546875 L 42.4375 1.953125 L 31.46875 1.953125 L 31.46875 -25.765625 C 31.46875 -26.648438 31.398438 -27.457031 31.265625 -28.1875 C 31.140625 -28.914062 30.957031 -29.566406 30.71875 -30.140625 C 30.488281 -30.710938 30.191406 -31.207031 29.828125 -31.625 C 29.515625 -32.050781 29.160156 -32.40625 28.765625 -32.6875 C 28.378906 -32.976562 27.925781 -33.1875 27.40625 -33.3125 C 26.882812 -33.445312 26.285156 -33.515625 25.609375 -33.515625 C 24.660156 -33.515625 23.71875 -33.332031 22.78125 -32.96875 C 21.789062 -32.601562 20.828125 -32.078125 19.890625 -31.390625 C 18.953125 -30.660156 18.0625 -29.851562 17.21875 -28.96875 C 16.90625 -28.550781 16.566406 -28.117188 16.203125 -27.671875 C 15.835938 -27.234375 15.523438 -26.804688 15.265625 -26.390625 L 15.265625 1.953125 L 4.3125 1.953125 L 4.3125 -42.671875 L 15.03125 -42.671875 Z M 15.03125 -39.0625 "/></g><g id="glyph-0-3"><path d="M 13.078125 -15.5 C 13.648438 -13.207031 14.640625 -11.351562 16.046875 -9.9375 C 17.878906 -8.164062 20.332031 -7.28125 23.40625 -7.28125 C 24.132812 -7.28125 24.835938 -7.304688 25.515625 -7.359375 C 26.203125 -7.410156 26.859375 -7.488281 27.484375 -7.59375 C 28.109375 -7.695312 28.707031 -7.828125 29.28125 -7.984375 C 29.851562 -8.140625 30.425781 -8.304688 31 -8.484375 C 31.570312 -8.671875 32.132812 -8.867188 32.6875 -9.078125 C 33.238281 -9.285156 33.800781 -9.519531 34.375 -9.78125 L 36.40625 -10.734375 L 37.03125 -8.53125 L 38.671875 -2.5 L 39.15625 -0.859375 L 37.65625 -0.15625 C 35.625 0.78125 33.351562 1.507812 30.84375 2.03125 C 29.59375 2.34375 28.273438 2.5625 26.890625 2.6875 C 25.503906 2.820312 24.054688 2.890625 22.546875 2.890625 C 19.359375 2.890625 16.460938 2.367188 13.859375 1.328125 C 11.242188 0.234375 9.023438 -1.328125 7.203125 -3.359375 C 5.378906 -5.347656 3.96875 -7.804688 2.96875 -10.734375 C 2.03125 -13.546875 1.5625 -16.753906 1.5625 -20.359375 C 1.5625 -23.597656 2.03125 -26.625 2.96875 -29.4375 C 3.5 -30.84375 4.101562 -32.171875 4.78125 -33.421875 C 5.457031 -34.679688 6.238281 -35.832031 7.125 -36.875 C 8.894531 -38.96875 11.035156 -40.613281 13.546875 -41.8125 C 16.046875 -43.007812 18.835938 -43.609375 21.921875 -43.609375 C 22.960938 -43.609375 23.96875 -43.539062 24.9375 -43.40625 C 25.90625 -43.28125 26.84375 -43.097656 27.75 -42.859375 C 28.664062 -42.628906 29.539062 -42.332031 30.375 -41.96875 C 31.632812 -41.394531 32.769531 -40.726562 33.78125 -39.96875 C 34.800781 -39.207031 35.726562 -38.332031 36.5625 -37.34375 C 38.175781 -35.414062 39.40625 -33.195312 40.25 -30.6875 C 40.613281 -29.4375 40.898438 -28.144531 41.109375 -26.8125 C 41.316406 -25.476562 41.421875 -24.132812 41.421875 -22.78125 C 41.421875 -22.414062 41.421875 -22.050781 41.421875 -21.6875 C 41.421875 -21.320312 41.40625 -20.941406 41.375 -20.546875 C 41.351562 -20.160156 41.34375 -19.785156 41.34375 -19.421875 C 41.34375 -19.054688 41.328125 -18.703125 41.296875 -18.359375 C 41.273438 -18.023438 41.238281 -17.671875 41.1875 -17.296875 L 41.03125 -15.5 Z M 21.765625 -33.59375 C 19.265625 -33.59375 17.226562 -32.753906 15.65625 -31.078125 C 15.03125 -30.398438 14.484375 -29.566406 14.015625 -28.578125 C 13.546875 -27.585938 13.179688 -26.441406 12.921875 -25.140625 L 30.921875 -25.140625 C 30.660156 -27.640625 29.878906 -29.59375 28.578125 -31 C 26.960938 -32.726562 24.691406 -33.59375 21.765625 -33.59375 Z M 21.765625 -33.59375 "/></g><g id="glyph-0-4"><path d="M 39.390625 -56.765625 L 48.546875 -56.765625 L 48.546875 -21.140625 C 48.546875 -17.484375 48.023438 -14.171875 46.984375 -11.203125 C 45.929688 -8.222656 44.414062 -5.660156 42.4375 -3.515625 C 42.019531 -3.097656 41.585938 -2.707031 41.140625 -2.34375 C 40.703125 -1.976562 40.257812 -1.613281 39.8125 -1.25 C 39.375 -0.882812 38.90625 -0.554688 38.40625 -0.265625 C 37.90625 0.015625 37.394531 0.285156 36.875 0.546875 C 36.351562 0.804688 35.804688 1.039062 35.234375 1.25 C 32.515625 2.34375 29.488281 2.890625 26.15625 2.890625 C 19.207031 2.890625 13.75 0.832031 9.78125 -3.28125 C 5.875 -7.40625 3.921875 -13.253906 3.921875 -20.828125 L 3.921875 -56.765625 L 15.265625 -56.765625 L 15.265625 -22 C 15.265625 -17.144531 16.207031 -13.46875 18.09375 -10.96875 C 18.925781 -9.8125 19.992188 -8.945312 21.296875 -8.375 C 22.597656 -7.800781 24.21875 -7.515625 26.15625 -7.515625 C 29.957031 -7.515625 32.75 -8.664062 34.53125 -10.96875 C 36.457031 -13.414062 37.421875 -17.09375 37.421875 -22 L 37.421875 -56.765625 Z M 39.390625 -56.765625 "/></g><g id="glyph-0-5"><path d="M 4.625 -42.671875 C 5.664062 -42.671875 6.628906 -42.59375 7.515625 -42.4375 C 8.398438 -42.28125 9.25 -42.03125 10.0625 -41.6875 C 10.875 -41.351562 11.617188 -40.925781 12.296875 -40.40625 C 12.972656 -39.882812 13.546875 -39.253906 14.015625 -38.515625 C 14.898438 -39.410156 15.914062 -40.195312 17.0625 -40.875 C 17.375 -41.082031 17.6875 -41.273438 18 -41.453125 C 18.320312 -41.640625 18.664062 -41.8125 19.03125 -41.96875 C 19.394531 -42.125 19.757812 -42.265625 20.125 -42.390625 C 20.488281 -42.523438 20.851562 -42.671875 21.21875 -42.828125 C 22.050781 -43.085938 22.910156 -43.28125 23.796875 -43.40625 C 24.691406 -43.539062 25.609375 -43.609375 26.546875 -43.609375 C 29.148438 -43.609375 31.664062 -43.085938 34.09375 -42.046875 C 36.519531 -41.003906 38.648438 -39.488281 40.484375 -37.5 C 42.304688 -35.519531 43.738281 -33.117188 44.78125 -30.296875 C 45.144531 -29.359375 45.441406 -28.367188 45.671875 -27.328125 C 45.910156 -26.285156 46.097656 -25.210938 46.234375 -24.109375 C 46.367188 -23.015625 46.4375 -21.894531 46.4375 -20.75 C 46.4375 -17.300781 45.910156 -14.117188 44.859375 -11.203125 C 44.335938 -9.785156 43.722656 -8.453125 43.015625 -7.203125 C 42.316406 -5.953125 41.5 -4.804688 40.5625 -3.765625 C 40.25 -3.335938 39.894531 -2.941406 39.5 -2.578125 C 39.101562 -2.210938 38.695312 -1.847656 38.28125 -1.484375 C 37.863281 -1.117188 37.445312 -0.78125 37.03125 -0.46875 C 36.613281 -0.15625 36.171875 0.128906 35.703125 0.390625 C 35.234375 0.648438 34.765625 0.882812 34.296875 1.09375 C 33.097656 1.71875 31.859375 2.171875 30.578125 2.453125 C 29.296875 2.742188 28.003906 2.890625 26.703125 2.890625 C 23.929688 2.890625 21.398438 2.34375 19.109375 1.25 C 18.273438 0.882812 17.488281 0.46875 16.75 0 L 16.75 19.1875 L 5.796875 19.1875 L 5.796875 -30.296875 C 5.796875 -31.503906 5.585938 -32.289062 5.171875 -32.65625 C 4.703125 -33.070312 4.019531 -33.28125 3.125 -33.28125 L 0.546875 -33.28125 L 1.25 -35.78125 L 2.734375 -41.265625 L 3.125 -42.671875 Z M 35.3125 -20.515625 C 35.3125 -21.609375 35.234375 -22.625 35.078125 -23.5625 C 34.921875 -24.507812 34.695312 -25.382812 34.40625 -26.1875 C 34.125 -27 33.800781 -27.742188 33.4375 -28.421875 C 33.070312 -29.097656 32.65625 -29.722656 32.1875 -30.296875 C 31.238281 -31.390625 30.148438 -32.210938 28.921875 -32.765625 C 27.703125 -33.316406 26.390625 -33.59375 24.984375 -33.59375 C 24.035156 -33.59375 23.144531 -33.472656 22.3125 -33.234375 C 21.476562 -33.003906 20.695312 -32.65625 19.96875 -32.1875 C 18.613281 -31.34375 17.539062 -30.453125 16.75 -29.515625 L 16.75 -10.96875 C 17.851562 -9.96875 19.054688 -9.128906 20.359375 -8.453125 C 21.816406 -7.671875 23.460938 -7.28125 25.296875 -7.28125 C 26.753906 -7.28125 28.082031 -7.566406 29.28125 -8.140625 C 30.476562 -8.765625 31.523438 -9.628906 32.421875 -10.734375 C 32.890625 -11.304688 33.289062 -11.929688 33.625 -12.609375 C 33.96875 -13.285156 34.269531 -14.039062 34.53125 -14.875 C 34.789062 -15.707031 34.984375 -16.59375 35.109375 -17.53125 C 35.242188 -18.476562 35.3125 -19.472656 35.3125 -20.515625 Z M 35.3125 -20.515625 "/></g><g id="glyph-0-6"><path d="M 9.46875 -54.03125 L 16.828125 -54.03125 L 16.828125 -41.1875 L 28.109375 -41.1875 L 28.109375 -31.15625 L 16.828125 -31.15625 L 16.828125 -13.46875 C 16.828125 -12.164062 16.957031 -11.09375 17.21875 -10.25 C 17.476562 -9.46875 17.796875 -8.867188 18.171875 -8.453125 C 18.535156 -8.035156 18.976562 -7.75 19.5 -7.59375 C 19.8125 -7.488281 20.125 -7.410156 20.4375 -7.359375 C 20.75 -7.304688 21.0625 -7.28125 21.375 -7.28125 C 22.46875 -7.28125 23.457031 -7.4375 24.34375 -7.75 C 25.445312 -8.164062 26.46875 -8.632812 27.40625 -9.15625 L 29.4375 -10.25 L 30.21875 -8.0625 L 32.1875 -2.421875 L 32.65625 -0.9375 L 31.3125 -0.15625 C 30.164062 0.570312 28.628906 1.25 26.703125 1.875 C 25.710938 2.238281 24.691406 2.5 23.640625 2.65625 C 22.597656 2.8125 21.554688 2.890625 20.515625 2.890625 C 16.023438 2.890625 12.445312 1.40625 9.78125 -1.5625 C 8.425781 -3.082031 7.4375 -4.882812 6.8125 -6.96875 C 6.1875 -9.050781 5.875 -11.398438 5.875 -14.015625 L 5.875 -31.15625 L -1.171875 -31.15625 L -1.171875 -41.1875 L 6.265625 -41.1875 L 7.515625 -52.296875 L 7.75 -54.03125 Z M 9.46875 -54.03125 "/></g><g id="glyph-0-7"><path d="M 13.3125 1.953125 L 4.3125 1.953125 L 4.3125 -42.671875 L 15.265625 -42.671875 L 15.265625 1.953125 Z M 9.78125 -45.71875 C 7.90625 -45.71875 6.285156 -46.394531 4.921875 -47.75 C 3.566406 -49.113281 2.890625 -50.734375 2.890625 -52.609375 C 2.890625 -54.648438 3.53125 -56.304688 4.8125 -57.578125 C 6.09375 -58.859375 7.75 -59.5 9.78125 -59.5 C 10.726562 -59.5 11.617188 -59.328125 12.453125 -58.984375 C 13.285156 -58.648438 14.023438 -58.15625 14.671875 -57.5 C 15.328125 -56.851562 15.820312 -56.113281 16.15625 -55.28125 C 16.5 -54.445312 16.671875 -53.554688 16.671875 -52.609375 C 16.671875 -50.578125 16.03125 -48.921875 14.75 -47.640625 C 13.476562 -46.359375 11.820312 -45.71875 9.78125 -45.71875 Z M 9.78125 -45.71875 "/></g><g id="glyph-0-8"><path d="M 15.03125 -39.15625 C 15.445312 -39.519531 15.847656 -39.859375 16.234375 -40.171875 C 16.628906 -40.484375 17.0625 -40.769531 17.53125 -41.03125 C 18.164062 -41.445312 18.820312 -41.820312 19.5 -42.15625 C 20.175781 -42.5 20.890625 -42.773438 21.640625 -42.984375 C 22.398438 -43.191406 23.160156 -43.347656 23.921875 -43.453125 C 24.679688 -43.554688 25.476562 -43.609375 26.3125 -43.609375 C 29.957031 -43.609375 32.984375 -42.695312 35.390625 -40.875 C 36.847656 -39.78125 38.046875 -38.421875 38.984375 -36.796875 C 40.296875 -38.253906 41.679688 -39.5625 43.140625 -40.71875 C 43.660156 -41.082031 44.207031 -41.421875 44.78125 -41.734375 C 45.351562 -42.046875 45.953125 -42.316406 46.578125 -42.546875 C 47.210938 -42.785156 47.851562 -42.984375 48.5 -43.140625 C 49.15625 -43.296875 49.820312 -43.410156 50.5 -43.484375 C 51.175781 -43.566406 51.878906 -43.609375 52.609375 -43.609375 C 52.921875 -43.609375 53.222656 -43.609375 53.515625 -43.609375 C 53.804688 -43.609375 54.09375 -43.59375 54.375 -43.5625 C 54.664062 -43.539062 54.953125 -43.503906 55.234375 -43.453125 C 55.523438 -43.398438 55.800781 -43.347656 56.0625 -43.296875 C 56.320312 -43.242188 56.582031 -43.191406 56.84375 -43.140625 C 57.101562 -43.085938 57.363281 -43.019531 57.625 -42.9375 C 57.882812 -42.863281 58.144531 -42.773438 58.40625 -42.671875 C 58.664062 -42.566406 58.925781 -42.460938 59.1875 -42.359375 C 59.65625 -42.148438 60.113281 -41.914062 60.5625 -41.65625 C 61.007812 -41.394531 61.425781 -41.109375 61.8125 -40.796875 C 62.207031 -40.484375 62.585938 -40.15625 62.953125 -39.8125 C 63.316406 -39.476562 63.65625 -39.097656 63.96875 -38.671875 C 65.269531 -37.160156 66.207031 -35.363281 66.78125 -33.28125 C 67.414062 -31.238281 67.734375 -28.992188 67.734375 -26.546875 L 67.734375 1.953125 L 56.765625 1.953125 L 56.765625 -26 C 56.765625 -28.394531 56.242188 -30.296875 55.203125 -31.703125 C 54.265625 -32.910156 52.984375 -33.515625 51.359375 -33.515625 C 50.421875 -33.515625 49.535156 -33.332031 48.703125 -32.96875 C 47.765625 -32.550781 46.875 -32 46.03125 -31.3125 C 45.144531 -30.582031 44.285156 -29.75 43.453125 -28.8125 C 43.140625 -28.394531 42.800781 -27.953125 42.4375 -27.484375 C 42.070312 -27.015625 41.757812 -26.570312 41.5 -26.15625 L 41.5 1.953125 L 30.53125 1.953125 L 30.53125 -26 C 30.53125 -28.394531 30.007812 -30.296875 28.96875 -31.703125 C 28.03125 -32.910156 26.753906 -33.515625 25.140625 -33.515625 C 24.242188 -33.515625 23.351562 -33.332031 22.46875 -32.96875 C 22.050781 -32.8125 21.609375 -32.597656 21.140625 -32.328125 C 20.671875 -32.066406 20.226562 -31.753906 19.8125 -31.390625 C 19.65625 -31.285156 19.5 -31.164062 19.34375 -31.03125 C 19.1875 -30.90625 19.039062 -30.773438 18.90625 -30.640625 C 18.78125 -30.515625 18.640625 -30.382812 18.484375 -30.25 C 18.328125 -30.125 18.179688 -29.992188 18.046875 -29.859375 C 17.921875 -29.734375 17.789062 -29.59375 17.65625 -29.4375 C 17.519531 -29.28125 17.375 -29.125 17.21875 -28.96875 C 16.90625 -28.550781 16.566406 -28.117188 16.203125 -27.671875 C 15.835938 -27.234375 15.523438 -26.804688 15.265625 -26.390625 L 15.265625 1.953125 L 4.3125 1.953125 L 4.3125 -42.671875 L 15.03125 -42.671875 Z M 15.03125 -39.15625 "/></g></g></defs><path fill="rgb(49.409485%, 85.099792%, 34.118652%)" d="M 335.964844 242.324219 L 319.003906 242.324219 C 318.304688 242.324219 317.734375 241.753906 317.734375 241.054688 L 317.734375 224.089844 C 317.734375 223.394531 318.304688 222.824219 319.003906 222.824219 L 335.964844 222.824219 C 336.664062 222.824219 337.234375 223.394531 337.234375 224.089844 L 337.234375 241.054688 C 337.234375 241.753906 336.664062 242.324219 335.964844 242.324219 Z M 335.964844 242.324219 " fill-opacity="1" fill-rule="nonzero"/><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="38.183659" y="174.876589" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-1" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="97.756538" y="174.876589" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-2" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="144.099693" y="174.876589" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-3" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="38.183659" y="251.318074" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-4" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="90.632846" y="251.318074" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-5" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="138.619936" y="251.318074" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-6" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="169.698035" y="251.318074" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-7" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="189.268622" y="251.318074" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-8" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="260.896977" y="251.318074" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-3" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" zoomAndPan="magnify" viewBox="0 0 375 74.999997" height="100" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g/><clipPath id="1d83d73318"><path d="M 351.792969 35.324219 L 367.53125 35.324219 L 367.53125 51.0625 L 351.792969 51.0625 Z M 351.792969 35.324219 " clip-rule="nonzero"/></clipPath><clipPath id="32c1ad7ad2"><path d="M 366.480469 51.03125 L 352.816406 51.03125 C 352.253906 51.03125 351.792969 50.574219 351.792969 50.007812 L 351.792969 36.347656 C 351.792969 35.785156 352.253906 35.324219 352.816406 35.324219 L 366.480469 35.324219 C 367.042969 35.324219 367.5 35.785156 367.5 36.347656 L 367.5 50.007812 C 367.5 50.574219 367.042969 51.03125 366.480469 51.03125 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#1d83d73318)"><g clip-path="url(#32c1ad7ad2)"><path fill="#7ed957" d="M 351.792969 35.324219 L 367.53125 35.324219 L 367.53125 51.0625 L 351.792969 51.0625 Z M 351.792969 35.324219 " fill-opacity="1" fill-rule="nonzero"/></g></g><g fill="#121212" fill-opacity="1"><g transform="translate(11.173064, 55.95717)"><g><path d="M 1.5625 -21.828125 C 1.5625 -25.191406 2.054688 -28.320312 3.046875 -31.21875 C 4.046875 -34.164062 5.5 -36.71875 7.40625 -38.875 C 9.3125 -41.070312 11.632812 -42.773438 14.375 -43.984375 C 15.738281 -44.597656 17.195312 -45.0625 18.75 -45.375 C 20.3125 -45.6875 21.941406 -45.84375 23.640625 -45.84375 C 25.335938 -45.84375 26.960938 -45.6875 28.515625 -45.375 C 30.078125 -45.0625 31.539062 -44.578125 32.90625 -43.921875 C 34.269531 -43.296875 35.53125 -42.546875 36.6875 -41.671875 C 37.851562 -40.804688 38.914062 -39.8125 39.875 -38.6875 C 41.78125 -36.53125 43.25 -34.003906 44.28125 -31.109375 C 45.28125 -28.203125 45.78125 -25.109375 45.78125 -21.828125 C 45.78125 -18.554688 45.28125 -15.46875 44.28125 -12.5625 C 43.957031 -11.613281 43.578125 -10.679688 43.140625 -9.765625 C 42.703125 -8.847656 42.210938 -7.984375 41.671875 -7.171875 C 41.140625 -6.367188 40.5625 -5.597656 39.9375 -4.859375 C 38.976562 -3.734375 37.90625 -2.734375 36.71875 -1.859375 C 35.539062 -0.992188 34.289062 -0.25 32.96875 0.375 C 30.226562 1.65625 27.113281 2.296875 23.625 2.296875 C 20.144531 2.296875 17.039062 1.65625 14.3125 0.375 C 13.644531 0.0390625 13 -0.3125 12.375 -0.6875 C 11.757812 -1.0625 11.160156 -1.460938 10.578125 -1.890625 C 9.992188 -2.328125 9.429688 -2.796875 8.890625 -3.296875 C 8.359375 -3.796875 7.863281 -4.316406 7.40625 -4.859375 C 5.5 -7.054688 4.046875 -9.625 3.046875 -12.5625 C 2.054688 -15.46875 1.5625 -18.554688 1.5625 -21.828125 Z M 10.703125 -21.828125 C 10.703125 -20.796875 10.773438 -19.769531 10.921875 -18.75 C 11.066406 -17.738281 11.28125 -16.734375 11.5625 -15.734375 C 11.894531 -14.785156 12.269531 -13.882812 12.6875 -13.03125 C 13.101562 -12.175781 13.601562 -11.378906 14.1875 -10.640625 C 14.351562 -10.390625 14.535156 -10.160156 14.734375 -9.953125 C 14.941406 -9.742188 15.148438 -9.535156 15.359375 -9.328125 C 15.566406 -9.117188 15.785156 -8.910156 16.015625 -8.703125 C 16.242188 -8.492188 16.484375 -8.304688 16.734375 -8.140625 C 16.984375 -7.984375 17.234375 -7.820312 17.484375 -7.65625 C 17.734375 -7.488281 17.976562 -7.320312 18.21875 -7.15625 C 19.800781 -6.320312 21.609375 -5.90625 23.640625 -5.90625 C 24.378906 -5.90625 25.082031 -5.945312 25.75 -6.03125 C 26.414062 -6.113281 27.035156 -6.25 27.609375 -6.4375 C 28.191406 -6.625 28.734375 -6.84375 29.234375 -7.09375 C 30.847656 -7.875 32.195312 -8.953125 33.28125 -10.328125 C 33.65625 -10.785156 33.984375 -11.269531 34.265625 -11.78125 C 34.554688 -12.300781 34.828125 -12.863281 35.078125 -13.46875 C 35.328125 -14.070312 35.554688 -14.679688 35.765625 -15.296875 C 36.347656 -17.328125 36.640625 -19.503906 36.640625 -21.828125 C 36.640625 -23.898438 36.328125 -25.894531 35.703125 -27.8125 C 35.117188 -29.71875 34.25 -31.414062 33.09375 -32.90625 C 31.96875 -34.351562 30.617188 -35.515625 29.046875 -36.390625 C 27.472656 -37.222656 25.671875 -37.640625 23.640625 -37.640625 C 23.140625 -37.640625 22.640625 -37.617188 22.140625 -37.578125 C 21.640625 -37.535156 21.160156 -37.460938 20.703125 -37.359375 C 20.253906 -37.253906 19.820312 -37.128906 19.40625 -36.984375 C 18.988281 -36.835938 18.59375 -36.660156 18.21875 -36.453125 C 17.394531 -36.078125 16.648438 -35.617188 15.984375 -35.078125 C 15.316406 -34.546875 14.71875 -33.925781 14.1875 -33.21875 C 13.0625 -31.8125 12.1875 -30.148438 11.5625 -28.234375 C 10.988281 -26.242188 10.703125 -24.109375 10.703125 -21.828125 Z M 10.703125 -21.828125 "/></g></g></g><g fill="#121212" fill-opacity="1"><g transform="translate(58.505968, 55.95717)"><g><path d="M 11.9375 -31.046875 C 12.269531 -31.367188 12.601562 -31.65625 12.9375 -31.90625 C 13.269531 -32.15625 13.625 -32.382812 14 -32.59375 C 16.070312 -33.957031 18.5 -34.640625 21.28125 -34.640625 C 23.3125 -34.640625 25.113281 -34.316406 26.6875 -33.671875 C 28.257812 -33.035156 29.585938 -32.078125 30.671875 -30.796875 C 32.703125 -28.304688 33.71875 -25.070312 33.71875 -21.09375 L 33.71875 1.5625 L 25 1.5625 L 25 -20.46875 C 25 -21.164062 24.945312 -21.804688 24.84375 -22.390625 C 24.738281 -22.972656 24.59375 -23.488281 24.40625 -23.9375 C 24.226562 -24.394531 23.992188 -24.789062 23.703125 -25.125 C 23.453125 -25.457031 23.171875 -25.738281 22.859375 -25.96875 C 22.546875 -26.195312 22.179688 -26.363281 21.765625 -26.46875 C 21.359375 -26.570312 20.882812 -26.625 20.34375 -26.625 C 19.59375 -26.625 18.84375 -26.476562 18.09375 -26.1875 C 17.3125 -25.894531 16.546875 -25.476562 15.796875 -24.9375 C 15.054688 -24.363281 14.351562 -23.722656 13.6875 -23.015625 C 13.4375 -22.679688 13.164062 -22.335938 12.875 -21.984375 C 12.582031 -21.628906 12.332031 -21.289062 12.125 -20.96875 L 12.125 1.5625 L 3.421875 1.5625 L 3.421875 -33.90625 L 11.9375 -33.90625 Z M 11.9375 -31.046875 "/></g></g></g><g fill="#121212" fill-opacity="1"><g transform="translate(95.327364, 55.95717)"><g><path d="M 10.390625 -12.3125 C 10.847656 -10.488281 11.632812 -9.019531 12.75 -7.90625 C 14.195312 -6.488281 16.144531 -5.78125 18.59375 -5.78125 C 19.175781 -5.78125 19.738281 -5.800781 20.28125 -5.84375 C 20.820312 -5.882812 21.335938 -5.945312 21.828125 -6.03125 C 22.328125 -6.113281 22.804688 -6.21875 23.265625 -6.34375 C 23.722656 -6.46875 24.175781 -6.601562 24.625 -6.75 C 25.082031 -6.894531 25.53125 -7.050781 25.96875 -7.21875 C 26.40625 -7.382812 26.851562 -7.570312 27.3125 -7.78125 L 28.921875 -8.515625 L 29.421875 -6.78125 L 30.734375 -1.984375 L 31.109375 -0.6875 L 29.921875 -0.125 C 28.304688 0.625 26.503906 1.207031 24.515625 1.625 C 23.515625 1.863281 22.460938 2.035156 21.359375 2.140625 C 20.265625 2.242188 19.117188 2.296875 17.921875 2.296875 C 15.390625 2.296875 13.085938 1.882812 11.015625 1.0625 C 8.941406 0.1875 7.175781 -1.054688 5.71875 -2.671875 C 4.269531 -4.242188 3.148438 -6.191406 2.359375 -8.515625 C 1.617188 -10.753906 1.25 -13.304688 1.25 -16.171875 C 1.25 -18.742188 1.617188 -21.148438 2.359375 -23.390625 C 2.773438 -24.503906 3.253906 -25.554688 3.796875 -26.546875 C 4.335938 -27.546875 4.957031 -28.460938 5.65625 -29.296875 C 7.070312 -30.953125 8.773438 -32.257812 10.765625 -33.21875 C 12.753906 -34.164062 14.972656 -34.640625 17.421875 -34.640625 C 18.242188 -34.640625 19.039062 -34.585938 19.8125 -34.484375 C 20.582031 -34.390625 21.328125 -34.25 22.046875 -34.0625 C 22.773438 -33.875 23.472656 -33.632812 24.140625 -33.34375 C 25.128906 -32.882812 26.023438 -32.351562 26.828125 -31.75 C 27.640625 -31.15625 28.378906 -30.460938 29.046875 -29.671875 C 30.335938 -28.140625 31.3125 -26.378906 31.96875 -24.390625 C 32.257812 -23.390625 32.488281 -22.359375 32.65625 -21.296875 C 32.820312 -20.242188 32.90625 -19.175781 32.90625 -18.09375 C 32.90625 -17.8125 32.90625 -17.523438 32.90625 -17.234375 C 32.90625 -16.941406 32.894531 -16.640625 32.875 -16.328125 C 32.851562 -16.015625 32.84375 -15.710938 32.84375 -15.421875 C 32.84375 -15.128906 32.832031 -14.847656 32.8125 -14.578125 C 32.789062 -14.316406 32.757812 -14.039062 32.71875 -13.75 L 32.59375 -12.3125 Z M 17.296875 -26.6875 C 15.304688 -26.6875 13.6875 -26.019531 12.4375 -24.6875 C 11.9375 -24.15625 11.5 -23.492188 11.125 -22.703125 C 10.757812 -21.910156 10.472656 -21 10.265625 -19.96875 L 24.5625 -19.96875 C 24.363281 -21.957031 23.742188 -23.507812 22.703125 -24.625 C 21.421875 -26 19.617188 -26.6875 17.296875 -26.6875 Z M 17.296875 -26.6875 "/></g></g></g><g fill="#121212" fill-opacity="1"><g transform="translate(129.163241, 55.95717)"><g><path d="M 31.28125 -45.09375 L 38.5625 -45.09375 L 38.5625 -16.796875 C 38.5625 -13.890625 38.148438 -11.253906 37.328125 -8.890625 C 36.492188 -6.523438 35.289062 -4.492188 33.71875 -2.796875 C 33.382812 -2.460938 33.039062 -2.148438 32.6875 -1.859375 C 32.332031 -1.578125 31.976562 -1.289062 31.625 -1 C 31.28125 -0.707031 30.910156 -0.445312 30.515625 -0.21875 C 30.117188 0.0078125 29.710938 0.226562 29.296875 0.4375 C 28.878906 0.644531 28.441406 0.832031 27.984375 1 C 25.828125 1.863281 23.425781 2.296875 20.78125 2.296875 C 15.257812 2.296875 10.925781 0.660156 7.78125 -2.609375 C 4.664062 -5.890625 3.109375 -10.535156 3.109375 -16.546875 L 3.109375 -45.09375 L 12.125 -45.09375 L 12.125 -17.484375 C 12.125 -13.617188 12.875 -10.691406 14.375 -8.703125 C 15.03125 -7.796875 15.875 -7.113281 16.90625 -6.65625 C 17.945312 -6.195312 19.238281 -5.96875 20.78125 -5.96875 C 23.800781 -5.96875 26.019531 -6.878906 27.4375 -8.703125 C 28.96875 -10.648438 29.734375 -13.578125 29.734375 -17.484375 L 29.734375 -45.09375 Z M 31.28125 -45.09375 "/></g></g></g><g fill="#121212" fill-opacity="1"><g transform="translate(170.836098, 55.95717)"><g><path d="M 3.671875 -33.90625 C 4.492188 -33.90625 5.257812 -33.84375 5.96875 -33.71875 C 6.675781 -33.59375 7.347656 -33.394531 7.984375 -33.125 C 8.628906 -32.851562 9.222656 -32.507812 9.765625 -32.09375 C 10.304688 -31.675781 10.765625 -31.179688 11.140625 -30.609375 C 11.835938 -31.304688 12.644531 -31.925781 13.5625 -32.46875 C 13.8125 -32.632812 14.0625 -32.789062 14.3125 -32.9375 C 14.5625 -33.082031 14.828125 -33.21875 15.109375 -33.34375 C 15.398438 -33.46875 15.691406 -33.582031 15.984375 -33.6875 C 16.273438 -33.789062 16.566406 -33.90625 16.859375 -34.03125 C 17.523438 -34.238281 18.207031 -34.390625 18.90625 -34.484375 C 19.613281 -34.585938 20.34375 -34.640625 21.09375 -34.640625 C 23.164062 -34.640625 25.164062 -34.222656 27.09375 -33.390625 C 29.019531 -32.566406 30.707031 -31.367188 32.15625 -29.796875 C 33.613281 -28.222656 34.753906 -26.316406 35.578125 -24.078125 C 35.867188 -23.328125 36.109375 -22.535156 36.296875 -21.703125 C 36.484375 -20.878906 36.628906 -20.03125 36.734375 -19.15625 C 36.835938 -18.289062 36.890625 -17.398438 36.890625 -16.484375 C 36.890625 -13.742188 36.472656 -11.210938 35.640625 -8.890625 C 35.222656 -7.773438 34.734375 -6.71875 34.171875 -5.71875 C 33.617188 -4.726562 32.96875 -3.816406 32.21875 -2.984375 C 31.96875 -2.648438 31.6875 -2.335938 31.375 -2.046875 C 31.070312 -1.765625 30.753906 -1.476562 30.421875 -1.1875 C 30.085938 -0.894531 29.753906 -0.625 29.421875 -0.375 C 29.085938 -0.125 28.734375 0.101562 28.359375 0.3125 C 27.992188 0.519531 27.625 0.707031 27.25 0.875 C 26.289062 1.375 25.300781 1.734375 24.28125 1.953125 C 23.269531 2.179688 22.25 2.296875 21.21875 2.296875 C 19.019531 2.296875 17.003906 1.863281 15.171875 1 C 14.515625 0.707031 13.894531 0.375 13.3125 0 L 13.3125 15.234375 L 4.609375 15.234375 L 4.609375 -24.078125 C 4.609375 -25.023438 4.441406 -25.644531 4.109375 -25.9375 C 3.734375 -26.269531 3.191406 -26.4375 2.484375 -26.4375 L 0.4375 -26.4375 L 1 -28.421875 L 2.171875 -32.78125 L 2.484375 -33.90625 Z M 28.046875 -16.296875 C 28.046875 -17.171875 27.984375 -17.976562 27.859375 -18.71875 C 27.742188 -19.46875 27.570312 -20.160156 27.34375 -20.796875 C 27.113281 -21.441406 26.851562 -22.035156 26.5625 -22.578125 C 26.269531 -23.117188 25.9375 -23.617188 25.5625 -24.078125 C 24.820312 -24.941406 23.960938 -25.59375 22.984375 -26.03125 C 22.003906 -26.46875 20.957031 -26.6875 19.84375 -26.6875 C 19.09375 -26.6875 18.382812 -26.59375 17.71875 -26.40625 C 17.0625 -26.21875 16.441406 -25.9375 15.859375 -25.5625 C 14.785156 -24.894531 13.9375 -24.191406 13.3125 -23.453125 L 13.3125 -8.703125 C 14.1875 -7.921875 15.140625 -7.257812 16.171875 -6.71875 C 17.335938 -6.09375 18.644531 -5.78125 20.09375 -5.78125 C 21.25 -5.78125 22.304688 -6.007812 23.265625 -6.46875 C 24.210938 -6.96875 25.039062 -7.648438 25.75 -8.515625 C 26.125 -8.972656 26.445312 -9.472656 26.71875 -10.015625 C 26.988281 -10.554688 27.226562 -11.15625 27.4375 -11.8125 C 27.644531 -12.476562 27.796875 -13.179688 27.890625 -13.921875 C 27.992188 -14.671875 28.046875 -15.460938 28.046875 -16.296875 Z M 28.046875 -16.296875 "/></g></g></g><g fill="#121212" fill-opacity="1"><g transform="translate(208.963656, 55.95717)"><g><path d="M 7.53125 -42.921875 L 13.375 -42.921875 L 13.375 -32.71875 L 22.328125 -32.71875 L 22.328125 -24.75 L 13.375 -24.75 L 13.375 -10.703125 C 13.375 -9.660156 13.476562 -8.8125 13.6875 -8.15625 C 13.894531 -7.53125 14.144531 -7.050781 14.4375 -6.71875 C 14.71875 -6.382812 15.066406 -6.15625 15.484375 -6.03125 C 15.734375 -5.945312 15.984375 -5.882812 16.234375 -5.84375 C 16.484375 -5.800781 16.734375 -5.78125 16.984375 -5.78125 C 17.847656 -5.78125 18.632812 -5.90625 19.34375 -6.15625 C 20.21875 -6.488281 21.023438 -6.863281 21.765625 -7.28125 L 23.390625 -8.15625 L 24.015625 -6.40625 L 25.5625 -1.921875 L 25.9375 -0.75 L 24.875 -0.125 C 23.96875 0.457031 22.75 1 21.21875 1.5 C 20.425781 1.78125 19.613281 1.984375 18.78125 2.109375 C 17.957031 2.234375 17.128906 2.296875 16.296875 2.296875 C 12.734375 2.296875 9.894531 1.113281 7.78125 -1.25 C 6.695312 -2.445312 5.90625 -3.875 5.40625 -5.53125 C 4.914062 -7.195312 4.671875 -9.066406 4.671875 -11.140625 L 4.671875 -24.75 L -0.9375 -24.75 L -0.9375 -32.71875 L 4.96875 -32.71875 L 5.96875 -41.546875 L 6.15625 -42.921875 Z M 7.53125 -42.921875 "/></g></g></g><g fill="#121212" fill-opacity="1"><g transform="translate(233.656391, 55.95717)"><g><path d="M 10.578125 1.5625 L 3.421875 1.5625 L 3.421875 -33.90625 L 12.125 -33.90625 L 12.125 1.5625 Z M 7.78125 -36.328125 C 6.28125 -36.328125 4.988281 -36.863281 3.90625 -37.9375 C 2.832031 -39.019531 2.296875 -40.304688 2.296875 -41.796875 C 2.296875 -43.410156 2.800781 -44.726562 3.8125 -45.75 C 4.832031 -46.769531 6.15625 -47.28125 7.78125 -47.28125 C 8.519531 -47.28125 9.222656 -47.144531 9.890625 -46.875 C 10.554688 -46.601562 11.144531 -46.207031 11.65625 -45.6875 C 12.175781 -45.164062 12.570312 -44.570312 12.84375 -43.90625 C 13.113281 -43.25 13.25 -42.546875 13.25 -41.796875 C 13.25 -40.179688 12.738281 -38.863281 11.71875 -37.84375 C 10.707031 -36.832031 9.394531 -36.328125 7.78125 -36.328125 Z M 7.78125 -36.328125 "/></g></g></g><g fill="#121212" fill-opacity="1"><g transform="translate(249.205965, 55.95717)"><g><path d="M 11.9375 -31.109375 C 12.269531 -31.390625 12.59375 -31.65625 12.90625 -31.90625 C 13.21875 -32.15625 13.5625 -32.382812 13.9375 -32.59375 C 14.4375 -32.925781 14.953125 -33.226562 15.484375 -33.5 C 16.023438 -33.769531 16.59375 -33.984375 17.1875 -34.140625 C 17.789062 -34.304688 18.394531 -34.429688 19 -34.515625 C 19.601562 -34.597656 20.238281 -34.640625 20.90625 -34.640625 C 23.800781 -34.640625 26.203125 -33.914062 28.109375 -32.46875 C 29.273438 -31.59375 30.234375 -30.515625 30.984375 -29.234375 C 32.015625 -30.398438 33.113281 -31.4375 34.28125 -32.34375 C 34.6875 -32.632812 35.117188 -32.90625 35.578125 -33.15625 C 36.035156 -33.40625 36.507812 -33.625 37 -33.8125 C 37.5 -34 38.007812 -34.148438 38.53125 -34.265625 C 39.050781 -34.390625 39.578125 -34.484375 40.109375 -34.546875 C 40.648438 -34.609375 41.210938 -34.640625 41.796875 -34.640625 C 42.046875 -34.640625 42.285156 -34.640625 42.515625 -34.640625 C 42.742188 -34.640625 42.972656 -34.628906 43.203125 -34.609375 C 43.429688 -34.585938 43.65625 -34.554688 43.875 -34.515625 C 44.101562 -34.472656 44.320312 -34.429688 44.53125 -34.390625 C 44.738281 -34.359375 44.945312 -34.320312 45.15625 -34.28125 C 45.363281 -34.238281 45.570312 -34.1875 45.78125 -34.125 C 45.988281 -34.0625 46.195312 -33.988281 46.40625 -33.90625 C 46.613281 -33.820312 46.820312 -33.738281 47.03125 -33.65625 C 47.394531 -33.488281 47.753906 -33.300781 48.109375 -33.09375 C 48.460938 -32.882812 48.796875 -32.65625 49.109375 -32.40625 C 49.421875 -32.15625 49.722656 -31.894531 50.015625 -31.625 C 50.304688 -31.351562 50.570312 -31.054688 50.8125 -30.734375 C 51.851562 -29.523438 52.601562 -28.09375 53.0625 -26.4375 C 53.5625 -24.820312 53.8125 -23.039062 53.8125 -21.09375 L 53.8125 1.5625 L 45.09375 1.5625 L 45.09375 -20.65625 C 45.09375 -22.5625 44.679688 -24.070312 43.859375 -25.1875 C 43.109375 -26.144531 42.09375 -26.625 40.8125 -26.625 C 40.0625 -26.625 39.351562 -26.476562 38.6875 -26.1875 C 37.945312 -25.851562 37.242188 -25.414062 36.578125 -24.875 C 35.867188 -24.300781 35.179688 -23.640625 34.515625 -22.890625 C 34.273438 -22.554688 34.007812 -22.203125 33.71875 -21.828125 C 33.425781 -21.460938 33.175781 -21.113281 32.96875 -20.78125 L 32.96875 1.5625 L 24.265625 1.5625 L 24.265625 -20.65625 C 24.265625 -22.5625 23.847656 -24.070312 23.015625 -25.1875 C 22.265625 -26.144531 21.25 -26.625 19.96875 -26.625 C 19.257812 -26.625 18.554688 -26.476562 17.859375 -26.1875 C 17.523438 -26.0625 17.171875 -25.894531 16.796875 -25.6875 C 16.421875 -25.476562 16.066406 -25.226562 15.734375 -24.9375 C 15.609375 -24.851562 15.484375 -24.757812 15.359375 -24.65625 C 15.234375 -24.5625 15.117188 -24.460938 15.015625 -24.359375 C 14.910156 -24.253906 14.796875 -24.148438 14.671875 -24.046875 C 14.554688 -23.941406 14.445312 -23.835938 14.34375 -23.734375 C 14.238281 -23.628906 14.132812 -23.515625 14.03125 -23.390625 C 13.925781 -23.265625 13.8125 -23.140625 13.6875 -23.015625 C 13.4375 -22.679688 13.164062 -22.335938 12.875 -21.984375 C 12.582031 -21.628906 12.332031 -21.289062 12.125 -20.96875 L 12.125 1.5625 L 3.421875 1.5625 L 3.421875 -33.90625 L 11.9375 -33.90625 Z M 11.9375 -31.109375 "/></g></g></g><g fill="#121212" fill-opacity="1"><g transform="translate(306.117405, 55.95717)"><g><path d="M 10.390625 -12.3125 C 10.847656 -10.488281 11.632812 -9.019531 12.75 -7.90625 C 14.195312 -6.488281 16.144531 -5.78125 18.59375 -5.78125 C 19.175781 -5.78125 19.738281 -5.800781 20.28125 -5.84375 C 20.820312 -5.882812 21.335938 -5.945312 21.828125 -6.03125 C 22.328125 -6.113281 22.804688 -6.21875 23.265625 -6.34375 C 23.722656 -6.46875 24.175781 -6.601562 24.625 -6.75 C 25.082031 -6.894531 25.53125 -7.050781 25.96875 -7.21875 C 26.40625 -7.382812 26.851562 -7.570312 27.3125 -7.78125 L 28.921875 -8.515625 L 29.421875 -6.78125 L 30.734375 -1.984375 L 31.109375 -0.6875 L 29.921875 -0.125 C 28.304688 0.625 26.503906 1.207031 24.515625 1.625 C 23.515625 1.863281 22.460938 2.035156 21.359375 2.140625 C 20.265625 2.242188 19.117188 2.296875 17.921875 2.296875 C 15.390625 2.296875 13.085938 1.882812 11.015625 1.0625 C 8.941406 0.1875 7.175781 -1.054688 5.71875 -2.671875 C 4.269531 -4.242188 3.148438 -6.191406 2.359375 -8.515625 C 1.617188 -10.753906 1.25 -13.304688 1.25 -16.171875 C 1.25 -18.742188 1.617188 -21.148438 2.359375 -23.390625 C 2.773438 -24.503906 3.253906 -25.554688 3.796875 -26.546875 C 4.335938 -27.546875 4.957031 -28.460938 5.65625 -29.296875 C 7.070312 -30.953125 8.773438 -32.257812 10.765625 -33.21875 C 12.753906 -34.164062 14.972656 -34.640625 17.421875 -34.640625 C 18.242188 -34.640625 19.039062 -34.585938 19.8125 -34.484375 C 20.582031 -34.390625 21.328125 -34.25 22.046875 -34.0625 C 22.773438 -33.875 23.472656 -33.632812 24.140625 -33.34375 C 25.128906 -32.882812 26.023438 -32.351562 26.828125 -31.75 C 27.640625 -31.15625 28.378906 -30.460938 29.046875 -29.671875 C 30.335938 -28.140625 31.3125 -26.378906 31.96875 -24.390625 C 32.257812 -23.390625 32.488281 -22.359375 32.65625 -21.296875 C 32.820312 -20.242188 32.90625 -19.175781 32.90625 -18.09375 C 32.90625 -17.8125 32.90625 -17.523438 32.90625 -17.234375 C 32.90625 -16.941406 32.894531 -16.640625 32.875 -16.328125 C 32.851562 -16.015625 32.84375 -15.710938 32.84375 -15.421875 C 32.84375 -15.128906 32.832031 -14.847656 32.8125 -14.578125 C 32.789062 -14.316406 32.757812 -14.039062 32.71875 -13.75 L 32.59375 -12.3125 Z M 17.296875 -26.6875 C 15.304688 -26.6875 13.6875 -26.019531 12.4375 -24.6875 C 11.9375 -24.15625 11.5 -23.492188 11.125 -22.703125 C 10.757812 -21.910156 10.472656 -21 10.265625 -19.96875 L 24.5625 -19.96875 C 24.363281 -21.957031 23.742188 -23.507812 22.703125 -24.625 C 21.421875 -26 19.617188 -26.6875 17.296875 -26.6875 Z M 17.296875 -26.6875 "/></g></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" width="375" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 375 374.999991" height="374.999991" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g><g id="glyph-0-0"/><g id="glyph-0-1"><path d="M 1.3125 -18.390625 C 1.3125 -21.210938 1.726562 -23.847656 2.5625 -26.296875 C 3.40625 -28.773438 4.628906 -30.921875 6.234375 -32.734375 C 7.835938 -34.585938 9.789062 -36.019531 12.09375 -37.03125 C 13.25 -37.550781 14.476562 -37.941406 15.78125 -38.203125 C 17.09375 -38.460938 18.46875 -38.59375 19.90625 -38.59375 C 21.332031 -38.59375 22.703125 -38.460938 24.015625 -38.203125 C 25.328125 -37.941406 26.554688 -37.535156 27.703125 -36.984375 C 28.859375 -36.453125 29.925781 -35.816406 30.90625 -35.078125 C 31.882812 -34.347656 32.773438 -33.515625 33.578125 -32.578125 C 35.179688 -30.765625 36.421875 -28.632812 37.296875 -26.1875 C 38.128906 -23.738281 38.546875 -21.132812 38.546875 -18.375 C 38.546875 -15.625 38.128906 -13.023438 37.296875 -10.578125 C 37.015625 -9.773438 36.6875 -8.988281 36.3125 -8.21875 C 35.945312 -7.457031 35.535156 -6.734375 35.078125 -6.046875 C 34.628906 -5.367188 34.144531 -4.710938 33.625 -4.078125 C 32.820312 -3.140625 31.921875 -2.300781 30.921875 -1.5625 C 29.929688 -0.832031 28.878906 -0.207031 27.765625 0.3125 C 25.453125 1.394531 22.828125 1.9375 19.890625 1.9375 C 16.960938 1.9375 14.347656 1.394531 12.046875 0.3125 C 11.484375 0.03125 10.941406 -0.265625 10.421875 -0.578125 C 9.898438 -0.890625 9.394531 -1.226562 8.90625 -1.59375 C 8.414062 -1.957031 7.941406 -2.347656 7.484375 -2.765625 C 7.035156 -3.191406 6.617188 -3.628906 6.234375 -4.078125 C 4.628906 -5.929688 3.40625 -8.097656 2.5625 -10.578125 C 1.726562 -13.023438 1.3125 -15.628906 1.3125 -18.390625 Z M 9.015625 -18.390625 C 9.015625 -17.515625 9.070312 -16.648438 9.1875 -15.796875 C 9.3125 -14.941406 9.492188 -14.09375 9.734375 -13.25 C 10.015625 -12.445312 10.328125 -11.6875 10.671875 -10.96875 C 11.023438 -10.257812 11.445312 -9.585938 11.9375 -8.953125 C 12.082031 -8.742188 12.238281 -8.550781 12.40625 -8.375 C 12.582031 -8.207031 12.757812 -8.035156 12.9375 -7.859375 C 13.113281 -7.679688 13.296875 -7.503906 13.484375 -7.328125 C 13.679688 -7.160156 13.882812 -7.003906 14.09375 -6.859375 C 14.300781 -6.722656 14.507812 -6.582031 14.71875 -6.4375 C 14.925781 -6.300781 15.132812 -6.160156 15.34375 -6.015625 C 16.675781 -5.316406 18.195312 -4.96875 19.90625 -4.96875 C 20.53125 -4.96875 21.117188 -5.003906 21.671875 -5.078125 C 22.234375 -5.148438 22.757812 -5.265625 23.25 -5.421875 C 23.738281 -5.578125 24.191406 -5.757812 24.609375 -5.96875 C 25.972656 -6.632812 27.109375 -7.539062 28.015625 -8.6875 C 28.328125 -9.070312 28.601562 -9.484375 28.84375 -9.921875 C 29.09375 -10.359375 29.320312 -10.828125 29.53125 -11.328125 C 29.75 -11.835938 29.941406 -12.359375 30.109375 -12.890625 C 30.597656 -14.597656 30.84375 -16.429688 30.84375 -18.390625 C 30.84375 -20.128906 30.582031 -21.800781 30.0625 -23.40625 C 29.570312 -25.019531 28.835938 -26.453125 27.859375 -27.703125 C 26.921875 -28.929688 25.785156 -29.910156 24.453125 -30.640625 C 23.128906 -31.335938 21.613281 -31.6875 19.90625 -31.6875 C 19.488281 -31.6875 19.066406 -31.664062 18.640625 -31.625 C 18.222656 -31.59375 17.820312 -31.53125 17.4375 -31.4375 C 17.050781 -31.351562 16.679688 -31.25 16.328125 -31.125 C 15.984375 -31.007812 15.65625 -30.863281 15.34375 -30.6875 C 14.644531 -30.375 14.015625 -29.988281 13.453125 -29.53125 C 12.898438 -29.082031 12.394531 -28.5625 11.9375 -27.96875 C 11 -26.78125 10.265625 -25.382812 9.734375 -23.78125 C 9.253906 -22.101562 9.015625 -20.304688 9.015625 -18.390625 Z M 9.015625 -18.390625 "/></g><g id="glyph-0-2"><path d="M 10.0625 -26.140625 C 10.332031 -26.410156 10.609375 -26.648438 10.890625 -26.859375 C 11.171875 -27.078125 11.46875 -27.269531 11.78125 -27.4375 C 13.53125 -28.59375 15.570312 -29.171875 17.90625 -29.171875 C 19.625 -29.171875 21.144531 -28.898438 22.46875 -28.359375 C 23.789062 -27.816406 24.910156 -27.003906 25.828125 -25.921875 C 27.535156 -23.828125 28.390625 -21.101562 28.390625 -17.75 L 28.390625 1.3125 L 21.0625 1.3125 L 21.0625 -17.234375 C 21.0625 -17.828125 21.015625 -18.367188 20.921875 -18.859375 C 20.835938 -19.347656 20.71875 -19.78125 20.5625 -20.15625 C 20.40625 -20.539062 20.203125 -20.875 19.953125 -21.15625 C 19.742188 -21.4375 19.507812 -21.671875 19.25 -21.859375 C 18.988281 -22.054688 18.679688 -22.195312 18.328125 -22.28125 C 17.984375 -22.375 17.582031 -22.421875 17.125 -22.421875 C 16.5 -22.421875 15.867188 -22.296875 15.234375 -22.046875 C 14.578125 -21.804688 13.929688 -21.457031 13.296875 -21 C 12.671875 -20.507812 12.078125 -19.96875 11.515625 -19.375 C 11.304688 -19.09375 11.078125 -18.800781 10.828125 -18.5 C 10.585938 -18.207031 10.382812 -17.925781 10.21875 -17.65625 L 10.21875 1.3125 L 2.875 1.3125 L 2.875 -28.546875 L 10.0625 -28.546875 Z M 10.0625 -26.140625 "/></g><g id="glyph-0-3"><path d="M 8.75 -10.375 C 9.132812 -8.832031 9.796875 -7.59375 10.734375 -6.65625 C 11.953125 -5.46875 13.59375 -4.875 15.65625 -4.875 C 16.144531 -4.875 16.613281 -4.890625 17.0625 -4.921875 C 17.519531 -4.953125 17.957031 -5.003906 18.375 -5.078125 C 18.800781 -5.148438 19.207031 -5.238281 19.59375 -5.34375 C 19.976562 -5.445312 20.359375 -5.554688 20.734375 -5.671875 C 21.117188 -5.796875 21.492188 -5.925781 21.859375 -6.0625 C 22.234375 -6.207031 22.613281 -6.367188 23 -6.546875 L 24.359375 -7.171875 L 24.765625 -5.703125 L 25.875 -1.671875 L 26.1875 -0.578125 L 25.1875 -0.109375 C 23.832031 0.523438 22.316406 1.015625 20.640625 1.359375 C 19.796875 1.566406 18.910156 1.710938 17.984375 1.796875 C 17.066406 1.890625 16.097656 1.9375 15.078125 1.9375 C 12.953125 1.9375 11.015625 1.585938 9.265625 0.890625 C 7.523438 0.160156 6.039062 -0.882812 4.8125 -2.25 C 3.59375 -3.582031 2.648438 -5.222656 1.984375 -7.171875 C 1.359375 -9.054688 1.046875 -11.207031 1.046875 -13.625 C 1.046875 -15.78125 1.359375 -17.800781 1.984375 -19.6875 C 2.335938 -20.632812 2.738281 -21.523438 3.1875 -22.359375 C 3.644531 -23.203125 4.171875 -23.972656 4.765625 -24.671875 C 5.953125 -26.066406 7.382812 -27.164062 9.0625 -27.96875 C 10.738281 -28.769531 12.609375 -29.171875 14.671875 -29.171875 C 15.367188 -29.171875 16.039062 -29.125 16.6875 -29.03125 C 17.332031 -28.945312 17.957031 -28.828125 18.5625 -28.671875 C 19.175781 -28.515625 19.765625 -28.316406 20.328125 -28.078125 C 21.160156 -27.691406 21.914062 -27.242188 22.59375 -26.734375 C 23.28125 -26.234375 23.898438 -25.648438 24.453125 -24.984375 C 25.535156 -23.691406 26.359375 -22.207031 26.921875 -20.53125 C 27.160156 -19.695312 27.347656 -18.832031 27.484375 -17.9375 C 27.628906 -17.050781 27.703125 -16.148438 27.703125 -15.234375 C 27.703125 -14.992188 27.703125 -14.75 27.703125 -14.5 C 27.703125 -14.257812 27.691406 -14.007812 27.671875 -13.75 C 27.660156 -13.488281 27.65625 -13.234375 27.65625 -12.984375 C 27.65625 -12.742188 27.644531 -12.507812 27.625 -12.28125 C 27.613281 -12.050781 27.585938 -11.816406 27.546875 -11.578125 L 27.4375 -10.375 Z M 14.5625 -22.46875 C 12.882812 -22.46875 11.519531 -21.910156 10.46875 -20.796875 C 10.050781 -20.335938 9.6875 -19.773438 9.375 -19.109375 C 9.0625 -18.453125 8.816406 -17.6875 8.640625 -16.8125 L 20.6875 -16.8125 C 20.507812 -18.488281 19.984375 -19.796875 19.109375 -20.734375 C 18.035156 -21.890625 16.519531 -22.46875 14.5625 -22.46875 Z M 14.5625 -22.46875 "/></g><g id="glyph-0-4"><path d="M 26.34375 -37.96875 L 32.46875 -37.96875 L 32.46875 -14.140625 C 32.46875 -11.691406 32.117188 -9.472656 31.421875 -7.484375 C 30.722656 -5.492188 29.710938 -3.785156 28.390625 -2.359375 C 28.109375 -2.078125 27.816406 -1.8125 27.515625 -1.5625 C 27.222656 -1.320312 26.925781 -1.078125 26.625 -0.828125 C 26.332031 -0.585938 26.019531 -0.367188 25.6875 -0.171875 C 25.351562 0.015625 25.007812 0.191406 24.65625 0.359375 C 24.3125 0.535156 23.945312 0.695312 23.5625 0.84375 C 21.75 1.570312 19.726562 1.9375 17.5 1.9375 C 12.851562 1.9375 9.203125 0.554688 6.546875 -2.203125 C 3.929688 -4.960938 2.625 -8.875 2.625 -13.9375 L 2.625 -37.96875 L 10.21875 -37.96875 L 10.21875 -14.71875 C 10.21875 -11.46875 10.84375 -9.003906 12.09375 -7.328125 C 12.65625 -6.566406 13.375 -5.992188 14.25 -5.609375 C 15.125 -5.222656 16.207031 -5.03125 17.5 -5.03125 C 20.039062 -5.03125 21.90625 -5.796875 23.09375 -7.328125 C 24.382812 -8.972656 25.03125 -11.4375 25.03125 -14.71875 L 25.03125 -37.96875 Z M 26.34375 -37.96875 "/></g><g id="glyph-0-5"><path d="M 3.09375 -28.546875 C 3.789062 -28.546875 4.4375 -28.492188 5.03125 -28.390625 C 5.625 -28.285156 6.191406 -28.117188 6.734375 -27.890625 C 7.273438 -27.660156 7.769531 -27.367188 8.21875 -27.015625 C 8.675781 -26.671875 9.0625 -26.253906 9.375 -25.765625 C 9.96875 -26.359375 10.648438 -26.882812 11.421875 -27.34375 C 11.628906 -27.476562 11.835938 -27.609375 12.046875 -27.734375 C 12.253906 -27.859375 12.476562 -27.972656 12.71875 -28.078125 C 12.96875 -28.179688 13.210938 -28.273438 13.453125 -28.359375 C 13.703125 -28.441406 13.945312 -28.539062 14.1875 -28.65625 C 14.75 -28.820312 15.328125 -28.945312 15.921875 -29.03125 C 16.515625 -29.125 17.125 -29.171875 17.75 -29.171875 C 19.5 -29.171875 21.1875 -28.820312 22.8125 -28.125 C 24.4375 -27.425781 25.859375 -26.414062 27.078125 -25.09375 C 28.296875 -23.757812 29.253906 -22.148438 29.953125 -20.265625 C 30.203125 -19.640625 30.40625 -18.976562 30.5625 -18.28125 C 30.71875 -17.582031 30.835938 -16.863281 30.921875 -16.125 C 31.015625 -15.394531 31.0625 -14.644531 31.0625 -13.875 C 31.0625 -11.570312 30.710938 -9.441406 30.015625 -7.484375 C 29.660156 -6.546875 29.25 -5.65625 28.78125 -4.8125 C 28.3125 -3.976562 27.757812 -3.210938 27.125 -2.515625 C 26.914062 -2.234375 26.679688 -1.96875 26.421875 -1.71875 C 26.160156 -1.476562 25.890625 -1.234375 25.609375 -0.984375 C 25.328125 -0.742188 25.046875 -0.519531 24.765625 -0.3125 C 24.492188 -0.101562 24.195312 0.0859375 23.875 0.265625 C 23.5625 0.441406 23.25 0.597656 22.9375 0.734375 C 22.132812 1.148438 21.304688 1.453125 20.453125 1.640625 C 19.597656 1.835938 18.734375 1.9375 17.859375 1.9375 C 16.003906 1.9375 14.3125 1.570312 12.78125 0.84375 C 12.21875 0.59375 11.691406 0.3125 11.203125 0 L 11.203125 12.828125 L 3.875 12.828125 L 3.875 -20.265625 C 3.875 -21.066406 3.734375 -21.59375 3.453125 -21.84375 C 3.140625 -22.125 2.6875 -22.265625 2.09375 -22.265625 L 0.359375 -22.265625 L 0.84375 -23.9375 L 1.828125 -27.609375 L 2.09375 -28.546875 Z M 23.625 -13.71875 C 23.625 -14.457031 23.570312 -15.140625 23.46875 -15.765625 C 23.363281 -16.390625 23.210938 -16.972656 23.015625 -17.515625 C 22.828125 -18.054688 22.609375 -18.550781 22.359375 -19 C 22.117188 -19.457031 21.84375 -19.878906 21.53125 -20.265625 C 20.894531 -21.003906 20.164062 -21.554688 19.34375 -21.921875 C 18.53125 -22.285156 17.648438 -22.46875 16.703125 -22.46875 C 16.078125 -22.46875 15.484375 -22.390625 14.921875 -22.234375 C 14.367188 -22.078125 13.847656 -21.84375 13.359375 -21.53125 C 12.453125 -20.96875 11.734375 -20.375 11.203125 -19.75 L 11.203125 -7.328125 C 11.941406 -6.671875 12.75 -6.113281 13.625 -5.65625 C 14.59375 -5.132812 15.691406 -4.875 16.921875 -4.875 C 17.898438 -4.875 18.789062 -5.066406 19.59375 -5.453125 C 20.394531 -5.867188 21.09375 -6.441406 21.6875 -7.171875 C 22 -7.554688 22.265625 -7.972656 22.484375 -8.421875 C 22.710938 -8.878906 22.914062 -9.390625 23.09375 -9.953125 C 23.269531 -10.515625 23.398438 -11.109375 23.484375 -11.734375 C 23.578125 -12.359375 23.625 -13.019531 23.625 -13.71875 Z M 23.625 -13.71875 "/></g><g id="glyph-0-6"><path d="M 6.34375 -36.140625 L 11.265625 -36.140625 L 11.265625 -27.546875 L 18.796875 -27.546875 L 18.796875 -20.84375 L 11.265625 -20.84375 L 11.265625 -9.015625 C 11.265625 -8.140625 11.347656 -7.421875 11.515625 -6.859375 C 11.691406 -6.335938 11.90625 -5.9375 12.15625 -5.65625 C 12.394531 -5.375 12.691406 -5.179688 13.046875 -5.078125 C 13.253906 -5.003906 13.460938 -4.953125 13.671875 -4.921875 C 13.878906 -4.890625 14.085938 -4.875 14.296875 -4.875 C 15.023438 -4.875 15.6875 -4.976562 16.28125 -5.1875 C 17.019531 -5.46875 17.703125 -5.78125 18.328125 -6.125 L 19.6875 -6.859375 L 20.21875 -5.390625 L 21.53125 -1.625 L 21.84375 -0.625 L 20.953125 -0.109375 C 20.179688 0.378906 19.148438 0.832031 17.859375 1.25 C 17.191406 1.5 16.507812 1.675781 15.8125 1.78125 C 15.113281 1.882812 14.414062 1.9375 13.71875 1.9375 C 10.71875 1.9375 8.328125 0.941406 6.546875 -1.046875 C 5.640625 -2.054688 4.972656 -3.257812 4.546875 -4.65625 C 4.128906 -6.050781 3.921875 -7.625 3.921875 -9.375 L 3.921875 -20.84375 L -0.78125 -20.84375 L -0.78125 -27.546875 L 4.1875 -27.546875 L 5.03125 -34.984375 L 5.1875 -36.140625 Z M 6.34375 -36.140625 "/></g><g id="glyph-0-7"><path d="M 8.90625 1.3125 L 2.875 1.3125 L 2.875 -28.546875 L 10.21875 -28.546875 L 10.21875 1.3125 Z M 6.546875 -30.59375 C 5.285156 -30.59375 4.203125 -31.046875 3.296875 -31.953125 C 2.390625 -32.859375 1.9375 -33.941406 1.9375 -35.203125 C 1.9375 -36.554688 2.363281 -37.660156 3.21875 -38.515625 C 4.070312 -39.378906 5.179688 -39.8125 6.546875 -39.8125 C 7.171875 -39.8125 7.765625 -39.695312 8.328125 -39.46875 C 8.890625 -39.238281 9.382812 -38.90625 9.8125 -38.46875 C 10.25 -38.03125 10.582031 -37.53125 10.8125 -36.96875 C 11.039062 -36.414062 11.15625 -35.828125 11.15625 -35.203125 C 11.15625 -33.835938 10.726562 -32.726562 9.875 -31.875 C 9.019531 -31.019531 7.910156 -30.59375 6.546875 -30.59375 Z M 6.546875 -30.59375 "/></g><g id="glyph-0-8"><path d="M 10.0625 -26.1875 C 10.332031 -26.425781 10.597656 -26.648438 10.859375 -26.859375 C 11.128906 -27.078125 11.421875 -27.269531 11.734375 -27.4375 C 12.148438 -27.71875 12.582031 -27.972656 13.03125 -28.203125 C 13.488281 -28.429688 13.96875 -28.613281 14.46875 -28.75 C 14.976562 -28.894531 15.488281 -29 16 -29.0625 C 16.507812 -29.132812 17.039062 -29.171875 17.59375 -29.171875 C 20.039062 -29.171875 22.066406 -28.5625 23.671875 -27.34375 C 24.648438 -26.601562 25.453125 -25.691406 26.078125 -24.609375 C 26.953125 -25.585938 27.878906 -26.460938 28.859375 -27.234375 C 29.203125 -27.484375 29.566406 -27.710938 29.953125 -27.921875 C 30.335938 -28.128906 30.738281 -28.3125 31.15625 -28.46875 C 31.582031 -28.625 32.007812 -28.753906 32.4375 -28.859375 C 32.875 -28.960938 33.320312 -29.039062 33.78125 -29.09375 C 34.238281 -29.144531 34.710938 -29.171875 35.203125 -29.171875 C 35.410156 -29.171875 35.609375 -29.171875 35.796875 -29.171875 C 35.992188 -29.171875 36.1875 -29.160156 36.375 -29.140625 C 36.5625 -29.128906 36.75 -29.101562 36.9375 -29.0625 C 37.132812 -29.03125 37.320312 -28.992188 37.5 -28.953125 C 37.675781 -28.921875 37.847656 -28.890625 38.015625 -28.859375 C 38.191406 -28.828125 38.367188 -28.785156 38.546875 -28.734375 C 38.722656 -28.679688 38.894531 -28.617188 39.0625 -28.546875 C 39.238281 -28.472656 39.414062 -28.398438 39.59375 -28.328125 C 39.90625 -28.191406 40.207031 -28.035156 40.5 -27.859375 C 40.800781 -27.691406 41.082031 -27.5 41.34375 -27.28125 C 41.613281 -27.070312 41.867188 -26.851562 42.109375 -26.625 C 42.347656 -26.40625 42.578125 -26.15625 42.796875 -25.875 C 43.660156 -24.863281 44.285156 -23.660156 44.671875 -22.265625 C 45.085938 -20.898438 45.296875 -19.394531 45.296875 -17.75 L 45.296875 1.3125 L 37.96875 1.3125 L 37.96875 -17.390625 C 37.96875 -18.992188 37.617188 -20.269531 36.921875 -21.21875 C 36.296875 -22.019531 35.441406 -22.421875 34.359375 -22.421875 C 33.734375 -22.421875 33.140625 -22.296875 32.578125 -22.046875 C 31.953125 -21.765625 31.359375 -21.398438 30.796875 -20.953125 C 30.203125 -20.460938 29.625 -19.90625 29.0625 -19.28125 C 28.851562 -19 28.625 -18.695312 28.375 -18.375 C 28.132812 -18.0625 27.929688 -17.769531 27.765625 -17.5 L 27.765625 1.3125 L 20.421875 1.3125 L 20.421875 -17.390625 C 20.421875 -18.992188 20.070312 -20.269531 19.375 -21.21875 C 18.75 -22.019531 17.894531 -22.421875 16.8125 -22.421875 C 16.21875 -22.421875 15.625 -22.296875 15.03125 -22.046875 C 14.75 -21.941406 14.453125 -21.800781 14.140625 -21.625 C 13.828125 -21.457031 13.53125 -21.25 13.25 -21 C 13.144531 -20.925781 13.039062 -20.847656 12.9375 -20.765625 C 12.832031 -20.679688 12.734375 -20.59375 12.640625 -20.5 C 12.554688 -20.414062 12.460938 -20.328125 12.359375 -20.234375 C 12.253906 -20.148438 12.15625 -20.0625 12.0625 -19.96875 C 11.976562 -19.882812 11.890625 -19.789062 11.796875 -19.6875 C 11.710938 -19.582031 11.617188 -19.476562 11.515625 -19.375 C 11.304688 -19.09375 11.078125 -18.800781 10.828125 -18.5 C 10.585938 -18.207031 10.382812 -17.925781 10.21875 -17.65625 L 10.21875 1.3125 L 2.875 1.3125 L 2.875 -28.546875 L 10.0625 -28.546875 Z M 10.0625 -26.1875 "/></g></g></defs><path fill="rgb(49.409485%, 85.099792%, 34.118652%)" d="M 336.898438 199.652344 L 325.15625 199.652344 C 324.671875 199.652344 324.277344 199.257812 324.277344 198.773438 L 324.277344 187.03125 C 324.277344 186.546875 324.671875 186.152344 325.15625 186.152344 L 336.898438 186.152344 C 337.382812 186.152344 337.777344 186.546875 337.777344 187.03125 L 337.777344 198.773438 C 337.777344 199.257812 337.382812 199.652344 336.898438 199.652344 Z M 336.898438 199.652344 " fill-opacity="1" fill-rule="nonzero"/><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="37.500002" y="204.556965" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-1" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="77.350686" y="204.556965" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-2" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="108.351484" y="204.556965" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-3" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="136.838704" y="204.556965" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-4" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="171.924061" y="204.556965" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-5" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="204.024548" y="204.556965" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-6" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="224.813942" y="204.556965" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-7" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="237.905493" y="204.556965" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-8" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="285.820571" y="204.556965" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-3" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" width="375" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 375 374.999991" height="374.999991" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g><g id="glyph-0-0"/><g id="glyph-0-1"><path d="M 1.3125 -18.390625 C 1.3125 -21.210938 1.726562 -23.847656 2.5625 -26.296875 C 3.40625 -28.773438 4.628906 -30.921875 6.234375 -32.734375 C 7.835938 -34.585938 9.789062 -36.019531 12.09375 -37.03125 C 13.25 -37.550781 14.476562 -37.941406 15.78125 -38.203125 C 17.09375 -38.460938 18.46875 -38.59375 19.90625 -38.59375 C 21.332031 -38.59375 22.703125 -38.460938 24.015625 -38.203125 C 25.328125 -37.941406 26.554688 -37.535156 27.703125 -36.984375 C 28.859375 -36.453125 29.925781 -35.816406 30.90625 -35.078125 C 31.882812 -34.347656 32.773438 -33.515625 33.578125 -32.578125 C 35.179688 -30.765625 36.421875 -28.632812 37.296875 -26.1875 C 38.128906 -23.738281 38.546875 -21.132812 38.546875 -18.375 C 38.546875 -15.625 38.128906 -13.023438 37.296875 -10.578125 C 37.015625 -9.773438 36.6875 -8.988281 36.3125 -8.21875 C 35.945312 -7.457031 35.535156 -6.734375 35.078125 -6.046875 C 34.628906 -5.367188 34.144531 -4.710938 33.625 -4.078125 C 32.820312 -3.140625 31.921875 -2.300781 30.921875 -1.5625 C 29.929688 -0.832031 28.878906 -0.207031 27.765625 0.3125 C 25.453125 1.394531 22.828125 1.9375 19.890625 1.9375 C 16.960938 1.9375 14.347656 1.394531 12.046875 0.3125 C 11.484375 0.03125 10.941406 -0.265625 10.421875 -0.578125 C 9.898438 -0.890625 9.394531 -1.226562 8.90625 -1.59375 C 8.414062 -1.957031 7.941406 -2.347656 7.484375 -2.765625 C 7.035156 -3.191406 6.617188 -3.628906 6.234375 -4.078125 C 4.628906 -5.929688 3.40625 -8.097656 2.5625 -10.578125 C 1.726562 -13.023438 1.3125 -15.628906 1.3125 -18.390625 Z M 9.015625 -18.390625 C 9.015625 -17.515625 9.070312 -16.648438 9.1875 -15.796875 C 9.3125 -14.941406 9.492188 -14.09375 9.734375 -13.25 C 10.015625 -12.445312 10.328125 -11.6875 10.671875 -10.96875 C 11.023438 -10.257812 11.445312 -9.585938 11.9375 -8.953125 C 12.082031 -8.742188 12.238281 -8.550781 12.40625 -8.375 C 12.582031 -8.207031 12.757812 -8.035156 12.9375 -7.859375 C 13.113281 -7.679688 13.296875 -7.503906 13.484375 -7.328125 C 13.679688 -7.160156 13.882812 -7.003906 14.09375 -6.859375 C 14.300781 -6.722656 14.507812 -6.582031 14.71875 -6.4375 C 14.925781 -6.300781 15.132812 -6.160156 15.34375 -6.015625 C 16.675781 -5.316406 18.195312 -4.96875 19.90625 -4.96875 C 20.53125 -4.96875 21.117188 -5.003906 21.671875 -5.078125 C 22.234375 -5.148438 22.757812 -5.265625 23.25 -5.421875 C 23.738281 -5.578125 24.191406 -5.757812 24.609375 -5.96875 C 25.972656 -6.632812 27.109375 -7.539062 28.015625 -8.6875 C 28.328125 -9.070312 28.601562 -9.484375 28.84375 -9.921875 C 29.09375 -10.359375 29.320312 -10.828125 29.53125 -11.328125 C 29.75 -11.835938 29.941406 -12.359375 30.109375 -12.890625 C 30.597656 -14.597656 30.84375 -16.429688 30.84375 -18.390625 C 30.84375 -20.128906 30.582031 -21.800781 30.0625 -23.40625 C 29.570312 -25.019531 28.835938 -26.453125 27.859375 -27.703125 C 26.921875 -28.929688 25.785156 -29.910156 24.453125 -30.640625 C 23.128906 -31.335938 21.613281 -31.6875 19.90625 -31.6875 C 19.488281 -31.6875 19.066406 -31.664062 18.640625 -31.625 C 18.222656 -31.59375 17.820312 -31.53125 17.4375 -31.4375 C 17.050781 -31.351562 16.679688 -31.25 16.328125 -31.125 C 15.984375 -31.007812 15.65625 -30.863281 15.34375 -30.6875 C 14.644531 -30.375 14.015625 -29.988281 13.453125 -29.53125 C 12.898438 -29.082031 12.394531 -28.5625 11.9375 -27.96875 C 11 -26.78125 10.265625 -25.382812 9.734375 -23.78125 C 9.253906 -22.101562 9.015625 -20.304688 9.015625 -18.390625 Z M 9.015625 -18.390625 "/></g><g id="glyph-0-2"><path d="M 10.0625 -26.140625 C 10.332031 -26.410156 10.609375 -26.648438 10.890625 -26.859375 C 11.171875 -27.078125 11.46875 -27.269531 11.78125 -27.4375 C 13.53125 -28.59375 15.570312 -29.171875 17.90625 -29.171875 C 19.625 -29.171875 21.144531 -28.898438 22.46875 -28.359375 C 23.789062 -27.816406 24.910156 -27.003906 25.828125 -25.921875 C 27.535156 -23.828125 28.390625 -21.101562 28.390625 -17.75 L 28.390625 1.3125 L 21.0625 1.3125 L 21.0625 -17.234375 C 21.0625 -17.828125 21.015625 -18.367188 20.921875 -18.859375 C 20.835938 -19.347656 20.71875 -19.78125 20.5625 -20.15625 C 20.40625 -20.539062 20.203125 -20.875 19.953125 -21.15625 C 19.742188 -21.4375 19.507812 -21.671875 19.25 -21.859375 C 18.988281 -22.054688 18.679688 -22.195312 18.328125 -22.28125 C 17.984375 -22.375 17.582031 -22.421875 17.125 -22.421875 C 16.5 -22.421875 15.867188 -22.296875 15.234375 -22.046875 C 14.578125 -21.804688 13.929688 -21.457031 13.296875 -21 C 12.671875 -20.507812 12.078125 -19.96875 11.515625 -19.375 C 11.304688 -19.09375 11.078125 -18.800781 10.828125 -18.5 C 10.585938 -18.207031 10.382812 -17.925781 10.21875 -17.65625 L 10.21875 1.3125 L 2.875 1.3125 L 2.875 -28.546875 L 10.0625 -28.546875 Z M 10.0625 -26.140625 "/></g><g id="glyph-0-3"><path d="M 8.75 -10.375 C 9.132812 -8.832031 9.796875 -7.59375 10.734375 -6.65625 C 11.953125 -5.46875 13.59375 -4.875 15.65625 -4.875 C 16.144531 -4.875 16.613281 -4.890625 17.0625 -4.921875 C 17.519531 -4.953125 17.957031 -5.003906 18.375 -5.078125 C 18.800781 -5.148438 19.207031 -5.238281 19.59375 -5.34375 C 19.976562 -5.445312 20.359375 -5.554688 20.734375 -5.671875 C 21.117188 -5.796875 21.492188 -5.925781 21.859375 -6.0625 C 22.234375 -6.207031 22.613281 -6.367188 23 -6.546875 L 24.359375 -7.171875 L 24.765625 -5.703125 L 25.875 -1.671875 L 26.1875 -0.578125 L 25.1875 -0.109375 C 23.832031 0.523438 22.316406 1.015625 20.640625 1.359375 C 19.796875 1.566406 18.910156 1.710938 17.984375 1.796875 C 17.066406 1.890625 16.097656 1.9375 15.078125 1.9375 C 12.953125 1.9375 11.015625 1.585938 9.265625 0.890625 C 7.523438 0.160156 6.039062 -0.882812 4.8125 -2.25 C 3.59375 -3.582031 2.648438 -5.222656 1.984375 -7.171875 C 1.359375 -9.054688 1.046875 -11.207031 1.046875 -13.625 C 1.046875 -15.78125 1.359375 -17.800781 1.984375 -19.6875 C 2.335938 -20.632812 2.738281 -21.523438 3.1875 -22.359375 C 3.644531 -23.203125 4.171875 -23.972656 4.765625 -24.671875 C 5.953125 -26.066406 7.382812 -27.164062 9.0625 -27.96875 C 10.738281 -28.769531 12.609375 -29.171875 14.671875 -29.171875 C 15.367188 -29.171875 16.039062 -29.125 16.6875 -29.03125 C 17.332031 -28.945312 17.957031 -28.828125 18.5625 -28.671875 C 19.175781 -28.515625 19.765625 -28.316406 20.328125 -28.078125 C 21.160156 -27.691406 21.914062 -27.242188 22.59375 -26.734375 C 23.28125 -26.234375 23.898438 -25.648438 24.453125 -24.984375 C 25.535156 -23.691406 26.359375 -22.207031 26.921875 -20.53125 C 27.160156 -19.695312 27.347656 -18.832031 27.484375 -17.9375 C 27.628906 -17.050781 27.703125 -16.148438 27.703125 -15.234375 C 27.703125 -14.992188 27.703125 -14.75 27.703125 -14.5 C 27.703125 -14.257812 27.691406 -14.007812 27.671875 -13.75 C 27.660156 -13.488281 27.65625 -13.234375 27.65625 -12.984375 C 27.65625 -12.742188 27.644531 -12.507812 27.625 -12.28125 C 27.613281 -12.050781 27.585938 -11.816406 27.546875 -11.578125 L 27.4375 -10.375 Z M 14.5625 -22.46875 C 12.882812 -22.46875 11.519531 -21.910156 10.46875 -20.796875 C 10.050781 -20.335938 9.6875 -19.773438 9.375 -19.109375 C 9.0625 -18.453125 8.816406 -17.6875 8.640625 -16.8125 L 20.6875 -16.8125 C 20.507812 -18.488281 19.984375 -19.796875 19.109375 -20.734375 C 18.035156 -21.890625 16.519531 -22.46875 14.5625 -22.46875 Z M 14.5625 -22.46875 "/></g><g id="glyph-0-4"><path d="M 26.34375 -37.96875 L 32.46875 -37.96875 L 32.46875 -14.140625 C 32.46875 -11.691406 32.117188 -9.472656 31.421875 -7.484375 C 30.722656 -5.492188 29.710938 -3.785156 28.390625 -2.359375 C 28.109375 -2.078125 27.816406 -1.8125 27.515625 -1.5625 C 27.222656 -1.320312 26.925781 -1.078125 26.625 -0.828125 C 26.332031 -0.585938 26.019531 -0.367188 25.6875 -0.171875 C 25.351562 0.015625 25.007812 0.191406 24.65625 0.359375 C 24.3125 0.535156 23.945312 0.695312 23.5625 0.84375 C 21.75 1.570312 19.726562 1.9375 17.5 1.9375 C 12.851562 1.9375 9.203125 0.554688 6.546875 -2.203125 C 3.929688 -4.960938 2.625 -8.875 2.625 -13.9375 L 2.625 -37.96875 L 10.21875 -37.96875 L 10.21875 -14.71875 C 10.21875 -11.46875 10.84375 -9.003906 12.09375 -7.328125 C 12.65625 -6.566406 13.375 -5.992188 14.25 -5.609375 C 15.125 -5.222656 16.207031 -5.03125 17.5 -5.03125 C 20.039062 -5.03125 21.90625 -5.796875 23.09375 -7.328125 C 24.382812 -8.972656 25.03125 -11.4375 25.03125 -14.71875 L 25.03125 -37.96875 Z M 26.34375 -37.96875 "/></g><g id="glyph-0-5"><path d="M 3.09375 -28.546875 C 3.789062 -28.546875 4.4375 -28.492188 5.03125 -28.390625 C 5.625 -28.285156 6.191406 -28.117188 6.734375 -27.890625 C 7.273438 -27.660156 7.769531 -27.367188 8.21875 -27.015625 C 8.675781 -26.671875 9.0625 -26.253906 9.375 -25.765625 C 9.96875 -26.359375 10.648438 -26.882812 11.421875 -27.34375 C 11.628906 -27.476562 11.835938 -27.609375 12.046875 -27.734375 C 12.253906 -27.859375 12.476562 -27.972656 12.71875 -28.078125 C 12.96875 -28.179688 13.210938 -28.273438 13.453125 -28.359375 C 13.703125 -28.441406 13.945312 -28.539062 14.1875 -28.65625 C 14.75 -28.820312 15.328125 -28.945312 15.921875 -29.03125 C 16.515625 -29.125 17.125 -29.171875 17.75 -29.171875 C 19.5 -29.171875 21.1875 -28.820312 22.8125 -28.125 C 24.4375 -27.425781 25.859375 -26.414062 27.078125 -25.09375 C 28.296875 -23.757812 29.253906 -22.148438 29.953125 -20.265625 C 30.203125 -19.640625 30.40625 -18.976562 30.5625 -18.28125 C 30.71875 -17.582031 30.835938 -16.863281 30.921875 -16.125 C 31.015625 -15.394531 31.0625 -14.644531 31.0625 -13.875 C 31.0625 -11.570312 30.710938 -9.441406 30.015625 -7.484375 C 29.660156 -6.546875 29.25 -5.65625 28.78125 -4.8125 C 28.3125 -3.976562 27.757812 -3.210938 27.125 -2.515625 C 26.914062 -2.234375 26.679688 -1.96875 26.421875 -1.71875 C 26.160156 -1.476562 25.890625 -1.234375 25.609375 -0.984375 C 25.328125 -0.742188 25.046875 -0.519531 24.765625 -0.3125 C 24.492188 -0.101562 24.195312 0.0859375 23.875 0.265625 C 23.5625 0.441406 23.25 0.597656 22.9375 0.734375 C 22.132812 1.148438 21.304688 1.453125 20.453125 1.640625 C 19.597656 1.835938 18.734375 1.9375 17.859375 1.9375 C 16.003906 1.9375 14.3125 1.570312 12.78125 0.84375 C 12.21875 0.59375 11.691406 0.3125 11.203125 0 L 11.203125 12.828125 L 3.875 12.828125 L 3.875 -20.265625 C 3.875 -21.066406 3.734375 -21.59375 3.453125 -21.84375 C 3.140625 -22.125 2.6875 -22.265625 2.09375 -22.265625 L 0.359375 -22.265625 L 0.84375 -23.9375 L 1.828125 -27.609375 L 2.09375 -28.546875 Z M 23.625 -13.71875 C 23.625 -14.457031 23.570312 -15.140625 23.46875 -15.765625 C 23.363281 -16.390625 23.210938 -16.972656 23.015625 -17.515625 C 22.828125 -18.054688 22.609375 -18.550781 22.359375 -19 C 22.117188 -19.457031 21.84375 -19.878906 21.53125 -20.265625 C 20.894531 -21.003906 20.164062 -21.554688 19.34375 -21.921875 C 18.53125 -22.285156 17.648438 -22.46875 16.703125 -22.46875 C 16.078125 -22.46875 15.484375 -22.390625 14.921875 -22.234375 C 14.367188 -22.078125 13.847656 -21.84375 13.359375 -21.53125 C 12.453125 -20.96875 11.734375 -20.375 11.203125 -19.75 L 11.203125 -7.328125 C 11.941406 -6.671875 12.75 -6.113281 13.625 -5.65625 C 14.59375 -5.132812 15.691406 -4.875 16.921875 -4.875 C 17.898438 -4.875 18.789062 -5.066406 19.59375 -5.453125 C 20.394531 -5.867188 21.09375 -6.441406 21.6875 -7.171875 C 22 -7.554688 22.265625 -7.972656 22.484375 -8.421875 C 22.710938 -8.878906 22.914062 -9.390625 23.09375 -9.953125 C 23.269531 -10.515625 23.398438 -11.109375 23.484375 -11.734375 C 23.578125 -12.359375 23.625 -13.019531 23.625 -13.71875 Z M 23.625 -13.71875 "/></g><g id="glyph-0-6"><path d="M 6.34375 -36.140625 L 11.265625 -36.140625 L 11.265625 -27.546875 L 18.796875 -27.546875 L 18.796875 -20.84375 L 11.265625 -20.84375 L 11.265625 -9.015625 C 11.265625 -8.140625 11.347656 -7.421875 11.515625 -6.859375 C 11.691406 -6.335938 11.90625 -5.9375 12.15625 -5.65625 C 12.394531 -5.375 12.691406 -5.179688 13.046875 -5.078125 C 13.253906 -5.003906 13.460938 -4.953125 13.671875 -4.921875 C 13.878906 -4.890625 14.085938 -4.875 14.296875 -4.875 C 15.023438 -4.875 15.6875 -4.976562 16.28125 -5.1875 C 17.019531 -5.46875 17.703125 -5.78125 18.328125 -6.125 L 19.6875 -6.859375 L 20.21875 -5.390625 L 21.53125 -1.625 L 21.84375 -0.625 L 20.953125 -0.109375 C 20.179688 0.378906 19.148438 0.832031 17.859375 1.25 C 17.191406 1.5 16.507812 1.675781 15.8125 1.78125 C 15.113281 1.882812 14.414062 1.9375 13.71875 1.9375 C 10.71875 1.9375 8.328125 0.941406 6.546875 -1.046875 C 5.640625 -2.054688 4.972656 -3.257812 4.546875 -4.65625 C 4.128906 -6.050781 3.921875 -7.625 3.921875 -9.375 L 3.921875 -20.84375 L -0.78125 -20.84375 L -0.78125 -27.546875 L 4.1875 -27.546875 L 5.03125 -34.984375 L 5.1875 -36.140625 Z M 6.34375 -36.140625 "/></g><g id="glyph-0-7"><path d="M 8.90625 1.3125 L 2.875 1.3125 L 2.875 -28.546875 L 10.21875 -28.546875 L 10.21875 1.3125 Z M 6.546875 -30.59375 C 5.285156 -30.59375 4.203125 -31.046875 3.296875 -31.953125 C 2.390625 -32.859375 1.9375 -33.941406 1.9375 -35.203125 C 1.9375 -36.554688 2.363281 -37.660156 3.21875 -38.515625 C 4.070312 -39.378906 5.179688 -39.8125 6.546875 -39.8125 C 7.171875 -39.8125 7.765625 -39.695312 8.328125 -39.46875 C 8.890625 -39.238281 9.382812 -38.90625 9.8125 -38.46875 C 10.25 -38.03125 10.582031 -37.53125 10.8125 -36.96875 C 11.039062 -36.414062 11.15625 -35.828125 11.15625 -35.203125 C 11.15625 -33.835938 10.726562 -32.726562 9.875 -31.875 C 9.019531 -31.019531 7.910156 -30.59375 6.546875 -30.59375 Z M 6.546875 -30.59375 "/></g><g id="glyph-0-8"><path d="M 10.0625 -26.1875 C 10.332031 -26.425781 10.597656 -26.648438 10.859375 -26.859375 C 11.128906 -27.078125 11.421875 -27.269531 11.734375 -27.4375 C 12.148438 -27.71875 12.582031 -27.972656 13.03125 -28.203125 C 13.488281 -28.429688 13.96875 -28.613281 14.46875 -28.75 C 14.976562 -28.894531 15.488281 -29 16 -29.0625 C 16.507812 -29.132812 17.039062 -29.171875 17.59375 -29.171875 C 20.039062 -29.171875 22.066406 -28.5625 23.671875 -27.34375 C 24.648438 -26.601562 25.453125 -25.691406 26.078125 -24.609375 C 26.953125 -25.585938 27.878906 -26.460938 28.859375 -27.234375 C 29.203125 -27.484375 29.566406 -27.710938 29.953125 -27.921875 C 30.335938 -28.128906 30.738281 -28.3125 31.15625 -28.46875 C 31.582031 -28.625 32.007812 -28.753906 32.4375 -28.859375 C 32.875 -28.960938 33.320312 -29.039062 33.78125 -29.09375 C 34.238281 -29.144531 34.710938 -29.171875 35.203125 -29.171875 C 35.410156 -29.171875 35.609375 -29.171875 35.796875 -29.171875 C 35.992188 -29.171875 36.1875 -29.160156 36.375 -29.140625 C 36.5625 -29.128906 36.75 -29.101562 36.9375 -29.0625 C 37.132812 -29.03125 37.320312 -28.992188 37.5 -28.953125 C 37.675781 -28.921875 37.847656 -28.890625 38.015625 -28.859375 C 38.191406 -28.828125 38.367188 -28.785156 38.546875 -28.734375 C 38.722656 -28.679688 38.894531 -28.617188 39.0625 -28.546875 C 39.238281 -28.472656 39.414062 -28.398438 39.59375 -28.328125 C 39.90625 -28.191406 40.207031 -28.035156 40.5 -27.859375 C 40.800781 -27.691406 41.082031 -27.5 41.34375 -27.28125 C 41.613281 -27.070312 41.867188 -26.851562 42.109375 -26.625 C 42.347656 -26.40625 42.578125 -26.15625 42.796875 -25.875 C 43.660156 -24.863281 44.285156 -23.660156 44.671875 -22.265625 C 45.085938 -20.898438 45.296875 -19.394531 45.296875 -17.75 L 45.296875 1.3125 L 37.96875 1.3125 L 37.96875 -17.390625 C 37.96875 -18.992188 37.617188 -20.269531 36.921875 -21.21875 C 36.296875 -22.019531 35.441406 -22.421875 34.359375 -22.421875 C 33.734375 -22.421875 33.140625 -22.296875 32.578125 -22.046875 C 31.953125 -21.765625 31.359375 -21.398438 30.796875 -20.953125 C 30.203125 -20.460938 29.625 -19.90625 29.0625 -19.28125 C 28.851562 -19 28.625 -18.695312 28.375 -18.375 C 28.132812 -18.0625 27.929688 -17.769531 27.765625 -17.5 L 27.765625 1.3125 L 20.421875 1.3125 L 20.421875 -17.390625 C 20.421875 -18.992188 20.070312 -20.269531 19.375 -21.21875 C 18.75 -22.019531 17.894531 -22.421875 16.8125 -22.421875 C 16.21875 -22.421875 15.625 -22.296875 15.03125 -22.046875 C 14.75 -21.941406 14.453125 -21.800781 14.140625 -21.625 C 13.828125 -21.457031 13.53125 -21.25 13.25 -21 C 13.144531 -20.925781 13.039062 -20.847656 12.9375 -20.765625 C 12.832031 -20.679688 12.734375 -20.59375 12.640625 -20.5 C 12.554688 -20.414062 12.460938 -20.328125 12.359375 -20.234375 C 12.253906 -20.148438 12.15625 -20.0625 12.0625 -19.96875 C 11.976562 -19.882812 11.890625 -19.789062 11.796875 -19.6875 C 11.710938 -19.582031 11.617188 -19.476562 11.515625 -19.375 C 11.304688 -19.09375 11.078125 -18.800781 10.828125 -18.5 C 10.585938 -18.207031 10.382812 -17.925781 10.21875 -17.65625 L 10.21875 1.3125 L 2.875 1.3125 L 2.875 -28.546875 L 10.0625 -28.546875 Z M 10.0625 -26.1875 "/></g></g></defs><path fill="rgb(49.409485%, 85.099792%, 34.118652%)" d="M 336.898438 199.652344 L 325.15625 199.652344 C 324.671875 199.652344 324.277344 199.257812 324.277344 198.773438 L 324.277344 187.03125 C 324.277344 186.546875 324.671875 186.152344 325.15625 186.152344 L 336.898438 186.152344 C 337.382812 186.152344 337.777344 186.546875 337.777344 187.03125 L 337.777344 198.773438 C 337.777344 199.257812 337.382812 199.652344 336.898438 199.652344 Z M 336.898438 199.652344 " fill-opacity="1" fill-rule="nonzero"/><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="37.500002" y="204.557022" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-1" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="77.350686" y="204.557022" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-2" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="108.351484" y="204.557022" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-3" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="136.838704" y="204.557022" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-4" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="171.924061" y="204.557022" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-5" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="204.024548" y="204.557022" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-6" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="224.813942" y="204.557022" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-7" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="237.905493" y="204.557022" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-8" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="285.820571" y="204.557022" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-3" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" width="375" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 375 374.999991" height="374.999991" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g><g id="glyph-0-0"/><g id="glyph-0-1"><path d="M 80.890625 -116.59375 L 99.71875 -116.59375 L 99.71875 -43.421875 C 99.71875 -35.921875 98.644531 -29.113281 96.5 -23 C 94.351562 -16.882812 91.242188 -11.628906 87.171875 -7.234375 C 86.304688 -6.378906 85.414062 -5.578125 84.5 -4.828125 C 83.59375 -4.078125 82.679688 -3.328125 81.765625 -2.578125 C 80.859375 -1.828125 79.894531 -1.15625 78.875 -0.5625 C 77.863281 0.03125 76.820312 0.59375 75.75 1.125 C 74.675781 1.664062 73.550781 2.148438 72.375 2.578125 C 66.800781 4.828125 60.582031 5.953125 53.71875 5.953125 C 39.457031 5.953125 28.253906 1.71875 20.109375 -6.75 C 12.066406 -15.21875 8.046875 -27.226562 8.046875 -42.78125 L 8.046875 -116.59375 L 31.359375 -116.59375 L 31.359375 -45.1875 C 31.359375 -35.21875 33.289062 -27.660156 37.15625 -22.515625 C 38.863281 -20.160156 41.054688 -18.390625 43.734375 -17.203125 C 46.421875 -16.023438 49.75 -15.4375 53.71875 -15.4375 C 61.539062 -15.4375 67.273438 -17.796875 70.921875 -22.515625 C 74.890625 -27.554688 76.875 -35.113281 76.875 -45.1875 L 76.875 -116.59375 Z M 80.890625 -116.59375 "/></g><g id="glyph-0-2"><path d="M 9.484375 -87.65625 C 11.628906 -87.65625 13.613281 -87.492188 15.4375 -87.171875 C 17.257812 -86.847656 19 -86.335938 20.65625 -85.640625 C 22.320312 -84.941406 23.851562 -84.054688 25.25 -82.984375 C 26.644531 -81.910156 27.820312 -80.625 28.78125 -79.125 C 30.601562 -80.945312 32.695312 -82.554688 35.0625 -83.953125 C 35.707031 -84.378906 36.347656 -84.78125 36.984375 -85.15625 C 37.628906 -85.53125 38.328125 -85.878906 39.078125 -86.203125 C 39.828125 -86.523438 40.578125 -86.816406 41.328125 -87.078125 C 42.078125 -87.347656 42.828125 -87.644531 43.578125 -87.96875 C 45.296875 -88.507812 47.066406 -88.910156 48.890625 -89.171875 C 50.710938 -89.441406 52.585938 -89.578125 54.515625 -89.578125 C 59.878906 -89.578125 65.050781 -88.503906 70.03125 -86.359375 C 75.019531 -84.210938 79.390625 -81.101562 83.140625 -77.03125 C 86.898438 -72.957031 89.851562 -68.023438 92 -62.234375 C 92.75 -60.304688 93.363281 -58.269531 93.84375 -56.125 C 94.320312 -53.976562 94.695312 -51.78125 94.96875 -49.53125 C 95.238281 -47.28125 95.375 -44.976562 95.375 -42.625 C 95.375 -35.539062 94.300781 -29 92.15625 -23 C 91.082031 -20.101562 89.820312 -17.367188 88.375 -14.796875 C 86.925781 -12.222656 85.238281 -9.863281 83.3125 -7.71875 C 82.664062 -6.863281 81.941406 -6.0625 81.140625 -5.3125 C 80.335938 -4.5625 79.503906 -3.8125 78.640625 -3.0625 C 77.785156 -2.3125 76.925781 -1.613281 76.0625 -0.96875 C 75.207031 -0.320312 74.296875 0.265625 73.328125 0.796875 C 72.367188 1.335938 71.40625 1.820312 70.4375 2.25 C 67.976562 3.539062 65.429688 4.476562 62.796875 5.0625 C 60.171875 5.65625 57.519531 5.953125 54.84375 5.953125 C 49.15625 5.953125 43.953125 4.828125 39.234375 2.578125 C 37.523438 1.828125 35.921875 0.96875 34.421875 0 L 34.421875 39.40625 L 11.90625 39.40625 L 11.90625 -62.234375 C 11.90625 -64.703125 11.472656 -66.3125 10.609375 -67.0625 C 9.648438 -67.925781 8.257812 -68.359375 6.4375 -68.359375 L 1.125 -68.359375 L 2.578125 -73.5 L 5.625 -84.75 L 6.4375 -87.65625 Z M 72.53125 -42.140625 C 72.53125 -44.390625 72.367188 -46.476562 72.046875 -48.40625 C 71.722656 -50.332031 71.265625 -52.128906 70.671875 -53.796875 C 70.085938 -55.460938 69.421875 -56.988281 68.671875 -58.375 C 67.921875 -59.769531 67.0625 -61.054688 66.09375 -62.234375 C 64.164062 -64.492188 61.941406 -66.1875 59.421875 -67.3125 C 56.898438 -68.4375 54.191406 -69 51.296875 -69 C 49.367188 -69 47.546875 -68.753906 45.828125 -68.265625 C 44.117188 -67.785156 42.515625 -67.0625 41.015625 -66.09375 C 38.222656 -64.382812 36.023438 -62.5625 34.421875 -60.625 L 34.421875 -22.515625 C 36.671875 -20.472656 39.132812 -18.757812 41.8125 -17.375 C 44.8125 -15.757812 48.191406 -14.953125 51.953125 -14.953125 C 54.953125 -14.953125 57.6875 -15.539062 60.15625 -16.71875 C 62.613281 -18.007812 64.753906 -19.78125 66.578125 -22.03125 C 67.546875 -23.207031 68.378906 -24.492188 69.078125 -25.890625 C 69.773438 -27.285156 70.390625 -28.835938 70.921875 -30.546875 C 71.460938 -32.265625 71.863281 -34.085938 72.125 -36.015625 C 72.394531 -37.953125 72.53125 -39.992188 72.53125 -42.140625 Z M 72.53125 -42.140625 "/></g></g></defs><path fill="rgb(49.409485%, 85.099792%, 34.118652%)" d="M 331.710938 235.257812 L 265.8125 235.257812 C 263.101562 235.257812 260.886719 233.046875 260.886719 230.332031 L 260.886719 164.433594 C 260.886719 161.71875 263.101562 159.507812 265.8125 159.507812 L 331.710938 159.507812 C 334.425781 159.507812 336.636719 161.71875 336.636719 164.433594 L 336.636719 230.332031 C 336.636719 233.046875 334.425781 235.257812 331.710938 235.257812 Z M 331.710938 235.257812 " fill-opacity="1" fill-rule="nonzero"/><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="38.113376" y="239.880879" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-1" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(7.058716%, 7.058716%, 7.058716%)" fill-opacity="1"><use x="145.858421" y="239.880879" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-2" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" width="375" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 375 374.999991" height="374.999991" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g><g id="glyph-0-0"/><g id="glyph-0-1"><path d="M 80.90625 -116.609375 L 99.71875 -116.609375 L 99.71875 -43.421875 C 99.71875 -35.921875 98.644531 -29.113281 96.5 -23 C 94.363281 -16.882812 91.253906 -11.628906 87.171875 -7.234375 C 86.316406 -6.378906 85.429688 -5.578125 84.515625 -4.828125 C 83.609375 -4.078125 82.695312 -3.328125 81.78125 -2.578125 C 80.875 -1.828125 79.910156 -1.15625 78.890625 -0.5625 C 77.867188 0.03125 76.820312 0.59375 75.75 1.125 C 74.6875 1.664062 73.5625 2.148438 72.375 2.578125 C 66.800781 4.828125 60.582031 5.953125 53.71875 5.953125 C 39.457031 5.953125 28.253906 1.71875 20.109375 -6.75 C 12.066406 -15.226562 8.046875 -27.238281 8.046875 -42.78125 L 8.046875 -116.609375 L 31.359375 -116.609375 L 31.359375 -45.203125 C 31.359375 -35.222656 33.289062 -27.660156 37.15625 -22.515625 C 38.875 -20.160156 41.070312 -18.390625 43.75 -17.203125 C 46.425781 -16.023438 49.75 -15.4375 53.71875 -15.4375 C 61.550781 -15.4375 67.289062 -17.796875 70.9375 -22.515625 C 74.90625 -27.554688 76.890625 -35.117188 76.890625 -45.203125 L 76.890625 -116.609375 Z M 80.90625 -116.609375 "/></g><g id="glyph-0-2"><path d="M 9.484375 -87.65625 C 11.628906 -87.65625 13.613281 -87.492188 15.4375 -87.171875 C 17.257812 -86.847656 19 -86.335938 20.65625 -85.640625 C 22.320312 -84.953125 23.851562 -84.070312 25.25 -83 C 26.644531 -81.925781 27.828125 -80.640625 28.796875 -79.140625 C 30.617188 -80.960938 32.707031 -82.566406 35.0625 -83.953125 C 35.707031 -84.390625 36.347656 -84.796875 36.984375 -85.171875 C 37.628906 -85.546875 38.328125 -85.890625 39.078125 -86.203125 C 39.835938 -86.523438 40.59375 -86.820312 41.34375 -87.09375 C 42.09375 -87.363281 42.84375 -87.660156 43.59375 -87.984375 C 45.300781 -88.515625 47.066406 -88.914062 48.890625 -89.1875 C 50.710938 -89.457031 52.59375 -89.59375 54.53125 -89.59375 C 59.882812 -89.59375 65.054688 -88.519531 70.046875 -86.375 C 75.035156 -84.226562 79.40625 -81.117188 83.15625 -77.046875 C 86.90625 -72.972656 89.851562 -68.039062 92 -62.25 C 92.75 -60.3125 93.363281 -58.269531 93.84375 -56.125 C 94.332031 -53.988281 94.707031 -51.789062 94.96875 -49.53125 C 95.238281 -47.28125 95.375 -44.976562 95.375 -42.625 C 95.375 -35.550781 94.300781 -29.007812 92.15625 -23 C 91.09375 -20.101562 89.835938 -17.367188 88.390625 -14.796875 C 86.941406 -12.222656 85.25 -9.863281 83.3125 -7.71875 C 82.675781 -6.863281 81.953125 -6.0625 81.140625 -5.3125 C 80.335938 -4.5625 79.503906 -3.8125 78.640625 -3.0625 C 77.785156 -2.3125 76.929688 -1.613281 76.078125 -0.96875 C 75.222656 -0.320312 74.3125 0.265625 73.34375 0.796875 C 72.375 1.335938 71.410156 1.820312 70.453125 2.25 C 67.984375 3.539062 65.4375 4.476562 62.8125 5.0625 C 60.1875 5.65625 57.53125 5.953125 54.84375 5.953125 C 49.164062 5.953125 43.96875 4.828125 39.25 2.578125 C 37.53125 1.828125 35.921875 0.96875 34.421875 0 L 34.421875 39.40625 L 11.90625 39.40625 L 11.90625 -62.25 C 11.90625 -64.71875 11.472656 -66.328125 10.609375 -67.078125 C 9.648438 -67.929688 8.257812 -68.359375 6.4375 -68.359375 L 1.125 -68.359375 L 2.578125 -73.5 L 5.625 -84.765625 L 6.4375 -87.65625 Z M 72.546875 -42.140625 C 72.546875 -44.390625 72.382812 -46.476562 72.0625 -48.40625 C 71.738281 -50.34375 71.28125 -52.140625 70.6875 -53.796875 C 70.101562 -55.460938 69.429688 -56.992188 68.671875 -58.390625 C 67.921875 -59.785156 67.066406 -61.070312 66.109375 -62.25 C 64.179688 -64.5 61.957031 -66.1875 59.4375 -67.3125 C 56.914062 -68.4375 54.207031 -69 51.3125 -69 C 49.375 -69 47.546875 -68.753906 45.828125 -68.265625 C 44.117188 -67.785156 42.515625 -67.066406 41.015625 -66.109375 C 38.222656 -64.390625 36.023438 -62.566406 34.421875 -60.640625 L 34.421875 -22.515625 C 36.671875 -20.484375 39.132812 -18.769531 41.8125 -17.375 C 44.820312 -15.757812 48.203125 -14.953125 51.953125 -14.953125 C 54.953125 -14.953125 57.6875 -15.546875 60.15625 -16.734375 C 62.625 -18.015625 64.769531 -19.78125 66.59375 -22.03125 C 67.550781 -23.21875 68.378906 -24.503906 69.078125 -25.890625 C 69.773438 -27.285156 70.390625 -28.84375 70.921875 -30.5625 C 71.460938 -32.28125 71.867188 -34.101562 72.140625 -36.03125 C 72.410156 -37.957031 72.546875 -39.992188 72.546875 -42.140625 Z M 72.546875 -42.140625 "/></g></g></defs><path fill="rgb(49.409485%, 85.099792%, 34.118652%)" d="M 331.710938 235.257812 L 265.8125 235.257812 C 263.101562 235.257812 260.886719 233.046875 260.886719 230.332031 L 260.886719 164.433594 C 260.886719 161.71875 263.101562 159.507812 265.8125 159.507812 L 331.710938 159.507812 C 334.425781 159.507812 336.636719 161.71875 336.636719 164.433594 L 336.636719 230.332031 C 336.636719 233.046875 334.425781 235.257812 331.710938 235.257812 Z M 331.710938 235.257812 " fill-opacity="1" fill-rule="nonzero"/><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="38.113376" y="240.972289" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-1" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g><g fill="rgb(100%, 100%, 100%)" fill-opacity="1"><use x="145.87611" y="240.972289" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#glyph-0-2" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/></g></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="53917d2c-59b7-443c-9dc6-ca37ebed1a74" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="965.64" height="800.81" viewBox="0 0 965.64 800.81"><defs><linearGradient id="5075b4d4-ce6f-410a-b63e-15cf2dd063e7" x1="478.38" y1="695.72" x2="478.38" y2="33.2" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="gray" stop-opacity="0.25"/><stop offset="0.54" stop-color="gray" stop-opacity="0.12"/><stop offset="1" stop-color="gray" stop-opacity="0.1"/></linearGradient><linearGradient id="dee71953-6e04-4c93-a054-139b0acb5af5" x1="1834.21" y1="806.87" x2="1834.21" y2="194.98" gradientTransform="matrix(-1, 0, 0, 1, 2766, 0)" xlink:href="#5075b4d4-ce6f-410a-b63e-15cf2dd063e7"/></defs><title>events</title><path d="M1019.06,492.09c-37.09,60-30.14,141.74-13.85,206.19,5.45,21.58,11.73,44.36,7.07,68.51-5.7,29.53-26.48,52.72-47.51,66-38.34,24.15-82.12,23.48-114-1.77-27.53-21.81-45.66-59.85-73.77-80.49-47-34.55-111.54-13.61-167.58,18.68C569.79,792,526.17,821,489.54,804.58c-25.77-11.53-41.84-44.06-49.34-79.46-3.62-17.09-5.81-35.76-14.11-48.78-4.94-7.74-11.73-12.92-18.77-17.17-64.25-38.74-151.18-6.35-213.14-50.22-41.85-29.62-65.64-90.8-73.46-156.22s-1.39-135.42,6.66-204.34c5.73-49,13.48-101.42,39.2-141.27,27.21-42.15,70.1-61,107.38-57s69.65,27.62,97.55,56.49c34.87,36.08,66.32,82.16,111.45,93.8,30.74,7.93,64.31-1.25,97-6.44,54.58-8.68,108.4-6.19,161.84-2.93,51.16,3.12,102.63,7,150.3,25,33.73,12.75,59.62,39.29,91.1,56.55,20.52,11.25,43.67,12.68,62.79,27.68,23.55,18.48,43.93,52.59,34.5,95.71C1071.5,437,1038.74,460.25,1019.06,492.09Z" transform="translate(-117.18 -49.59)" fill="#000000" opacity="0.1"/><path d="M781.67,356.47s101-84.63,123.46-127.3,51.05-79.44,51.05-79.44" transform="translate(-117.18 -49.59)" fill="none" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path d="M942.9,245.12l-43.69-9.85S909.52,281.35,942.9,245.12Z" transform="translate(-117.18 -49.59)" fill="#000000"/><path d="M876.14,198.08l25.14,37.65S852.13,239.28,876.14,198.08Z" transform="translate(-117.18 -49.59)" fill="#000000"/><path d="M960.09,209.73l-39.93-7S945.24,240.88,960.09,209.73Z" transform="translate(-117.18 -49.59)" fill="#000000"/><path d="M901,176.08l19.67,25.76S885.85,205.14,901,176.08Z" transform="translate(-117.18 -49.59)" fill="#000000"/><path d="M940.81,170.95s34,1.62,38,4.87-5.07,22.3-18,19.19S940.81,170.95,940.81,170.95Z" transform="translate(-117.18 -49.59)" fill="#000000"/><path d="M927.22,140.56s13.89,25.31,13.37,30.13-21.17,10.23-25.34-8S927.22,140.56,927.22,140.56Z" transform="translate(-117.18 -49.59)" fill="#000000"/><circle cx="963.75" cy="154.12" r="9.49" transform="matrix(0.3, -0.95, 0.95, 0.3, 408.68, 976.78)" fill="#ffd037"/><circle cx="948.9" cy="144.43" r="9.49" transform="matrix(0.3, -0.95, 0.95, 0.3, 407.54, 955.85)" fill="#ffd037"/><path d="M466.64,688.22S482.85,640,380.09,581.87c0,0-104.34-30.43-93.67-134.93,0,0-120.28,88.12-38.89,200.37s151.64,87.75,151.64,87.75Z" transform="translate(-117.18 -49.59)" fill="#000000"/><path d="M435.31,710s-50.14-54.19-98.2-75.14A95.71,95.71,0,0,1,311,617.47c-30.64-28-44-70.25-36.1-111l11.55-59.53" transform="translate(-117.18 -49.59)" fill="none" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><rect x="193.07" y="33.2" width="570.61" height="662.53" fill="url(#5075b4d4-ce6f-410a-b63e-15cf2dd063e7)"/><rect x="199.72" y="40.91" width="557.32" height="647.09" fill="#f7f7fd"/><rect x="233.38" y="113.85" width="140.89" height="11.22" fill="#e2e2ec"/><rect x="233.38" y="141.28" width="240.63" height="11.22" fill="#e2e2ec"/><rect x="630.36" y="103.13" width="99.99" height="86.28" fill="#fff"/><path d="M847,153.22V238.5H748V153.22h99m1-1H747V239.5H848V152.22Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="529.37" y="103.13" width="99.99" height="86.28" fill="#fff"/><path d="M746,153.22V238.5h-99V153.22h99m1-1h-101V239.5H747V152.22Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="630.36" y="190.41" width="99.99" height="86.28" fill="#fff"/><path d="M847,240.5v85.28H748V240.5h99m1-1H747v87.28H848V239.5Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="529.37" y="190.41" width="99.99" height="86.28" fill="#fff"/><path d="M746,240.5v85.28h-99V240.5h99m1-1h-101v87.28H747V239.5Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="428.38" y="190.41" width="99.99" height="86.28" fill="#fff"/><path d="M645.05,240.5v85.28h-99V240.5h99m1-1h-101v87.28h101V239.5Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="327.39" y="190.41" width="99.99" height="86.28" fill="#fff"/><path d="M544.06,240.5v85.28h-99V240.5h99m1-1h-101v87.28h101V239.5Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="226.4" y="190.41" width="99.99" height="86.28" fill="#fff"/><path d="M443.07,240.5v85.28h-99V240.5h99m1-1h-101v87.28h101V239.5Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="630.36" y="277.68" width="99.99" height="86.28" fill="#fff"/><path d="M847,327.78v85.28H748V327.78h99m1-1H747v87.28H848V326.78Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="529.37" y="277.68" width="99.99" height="86.28" fill="#fff"/><path d="M746,327.78v85.28h-99V327.78h99m1-1h-101v87.28H747V326.78Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="428.38" y="277.68" width="99.99" height="86.28" fill="#fff"/><path d="M645.05,327.78v85.28h-99V327.78h99m1-1h-101v87.28h101V326.78Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="327.39" y="277.68" width="99.99" height="86.28" fill="#fff"/><path d="M544.06,327.78v85.28h-99V327.78h99m1-1h-101v87.28h101V326.78Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="226.4" y="277.68" width="99.99" height="86.28" fill="#fff"/><path d="M443.07,327.78v85.28h-99V327.78h99m1-1h-101v87.28h101V326.78Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="630.36" y="364.96" width="99.99" height="86.28" fill="#fff"/><path d="M847,415.05v85.28H748V415.05h99m1-1H747v87.28H848V414.05Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="529.37" y="364.96" width="99.99" height="86.28" fill="#fff"/><path d="M746,415.05v85.28h-99V415.05h99m1-1h-101v87.28H747V414.05Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="428.38" y="364.96" width="99.99" height="86.28" fill="#fff"/><path d="M645.05,415.05v85.28h-99V415.05h99m1-1h-101v87.28h101V414.05Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="327.39" y="364.96" width="99.99" height="86.28" fill="#fff"/><path d="M544.06,415.05v85.28h-99V415.05h99m1-1h-101v87.28h101V414.05Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="226.4" y="364.96" width="99.99" height="86.28" fill="#fff"/><path d="M443.07,415.05v85.28h-99V415.05h99m1-1h-101v87.28h101V414.05Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="630.36" y="452.23" width="99.99" height="86.28" fill="#fff"/><path d="M847,502.33V587.6H748V502.33h99m1-1H747V588.6H848V501.33Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="529.37" y="452.23" width="99.99" height="86.28" fill="#fff"/><path d="M746,502.33V587.6h-99V502.33h99m1-1h-101V588.6H747V501.33Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="428.38" y="452.23" width="99.99" height="86.28" fill="#fff"/><path d="M645.05,502.33V587.6h-99V502.33h99m1-1h-101V588.6h101V501.33Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="327.39" y="452.23" width="99.99" height="86.28" fill="#fff"/><path d="M544.06,502.33V587.6h-99V502.33h99m1-1h-101V588.6h101V501.33Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="226.4" y="452.23" width="99.99" height="86.28" fill="#fff"/><path d="M443.07,502.33V587.6h-99V502.33h99m1-1h-101V588.6h101V501.33Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="630.36" y="539.51" width="99.99" height="86.28" fill="#fff"/><path d="M847,589.6v85.28H748V589.6h99m1-1H747v87.28H848V588.6Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="529.37" y="539.51" width="99.99" height="86.28" fill="#fff"/><path d="M746,589.6v85.28h-99V589.6h99m1-1h-101v87.28H747V588.6Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="428.38" y="539.51" width="99.99" height="86.28" fill="#fff"/><path d="M645.05,589.6v85.28h-99V589.6h99m1-1h-101v87.28h101V588.6Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="327.39" y="539.51" width="99.99" height="86.28" fill="#fff"/><path d="M544.06,589.6v85.28h-99V589.6h99m1-1h-101v87.28h101V588.6Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><rect x="226.4" y="539.51" width="99.99" height="86.28" fill="#fff"/><path d="M443.07,589.6v85.28h-99V589.6h99m1-1h-101v87.28h101V588.6Z" transform="translate(-117.18 -49.59)" fill="#e2e2ec"/><path d="M553.6,754.48c2.86-2.17,5.55-4.73,6.38-7.85a6.64,6.64,0,0,0-4.46-8c-4.09-1.28-8.46,1-11.78,3.37s-7.11,5-11.45,4.51c4.49-3.25,6.63-8.52,5.39-13.31a5.16,5.16,0,0,0-1.5-2.7c-2.27-2-6.39-1.13-9.11.43-8.65,5-11.06,14.55-11.11,23.18-.87-3.11-.14-6.35-.16-9.55s-1.09-6.73-4.39-8.45a15.71,15.71,0,0,0-6.7-1.29c-3.89-.12-8.22.2-10.87,2.52-3.3,2.88-2.44,7.72.43,10.89s7.24,5.16,11.25,7.35c3.06,1.67,6.16,3.62,8,6.26a5.68,5.68,0,0,1,.6,1.12h24.37A70.07,70.07,0,0,0,553.6,754.48Z" transform="translate(-117.18 -49.59)" fill="#000000"/><circle cx="239.59" cy="203.53" r="5.7" fill="#fc6681"/><circle cx="253.83" cy="203.53" r="5.7" fill="#ffd037"/><circle cx="440.87" cy="288.03" r="5.7" fill="#000000"/><circle cx="455.12" cy="288.03" r="5.7" fill="#000000"/><circle cx="745.64" cy="451.33" r="5.7" fill="#000000"/><circle cx="748.49" cy="444.69" r="5.7" fill="#000000"/><circle cx="751.34" cy="438.99" r="5.7" fill="#000000"/><circle cx="645" cy="203.53" r="5.7" fill="#000000"/><circle cx="659.24" cy="203.53" r="5.7" fill="#000000"/><circle cx="673.49" cy="203.53" r="5.7" fill="#000000"/><circle cx="687.73" cy="203.53" r="5.7" fill="#000000"/><circle cx="645" cy="380.12" r="5.7" fill="#000000"/><circle cx="659.24" cy="380.12" r="5.7" fill="#000000"/><circle cx="673.49" cy="380.12" r="5.7" fill="#000000"/><circle cx="687.73" cy="380.12" r="5.7" fill="#000000"/><circle cx="340.23" cy="288.03" r="5.7" fill="#ffd037"/><circle cx="239.59" cy="374.43" r="5.7" fill="#fc6681"/><path d="M857.9,515.22c6.25,3.69,16,6.09,28.35-1.84l-.12,17.56c.88,12,15.77,55.91,15.77,55.91l10.5,36.1a282.47,282.47,0,0,1,11.54,78.53c0,8.81.82,17.89,3.35,24.72,5.59,15.11-2.2,34.58-5.58,41.83a175.68,175.68,0,0,1-17.33,4.88,11.84,11.84,0,0,0-1.55.47l-.07-.1S887,779.53,880,778.67c-5.22-.64-8.49,5.87-4.4,10.66-3.86,1-7.82,1.71-10.49,1.38-7-.86-10.51,11.18,2.63,14.62s87.59,0,87.59,0a10.56,10.56,0,0,0,5.6-11.66c5.72-.22,9.29-.39,9.29-.39s13.14-6,0-22.37l-.7.53-2.81-8.27V752s16.64-80,11.39-89.46-7.88-57.63-7.88-57.63L972,552.44c4.75-9.8,7.18-25.16,8.41-37.17a78.87,78.87,0,0,0,3.36-17.63c.21-2.82.38-5.78.49-8.85A59.33,59.33,0,0,0,981,469c5-7.2,13.13-18.33,19.84-24.91,10.51-10.32,7.88-22.37,7.88-22.37l-4.38-29.25-10.51-49.89c1.32-13.84-1.57-21.81-4.76-26.31.76-4.47,1.47-8.94,2-13.43A171.87,171.87,0,0,0,988,244.36c-1.52-6.69-3.59-13.55-8.28-18.62-5.31-5.74-13.93-9.24-15.91-16.76-.49-1.87-.51-3.86-1.22-5.66-1.92-4.92-8-6.71-13.32-7.35-9.48-1.15-23.19-2-32.3,1.7-6.36,2.6-15.12,9.76-18.6,17.44-2,3.53-2.93,7.24-2.08,10.73a14.71,14.71,0,0,0,1.51,3.67A33,33,0,0,0,895.76,241a33.56,33.56,0,0,0,21.42,31.13c.21.66.4,1.31.56,1.95a33.42,33.42,0,0,1,.86,4.69c-.17,3-.36,6.09-.5,9.14q-.15.63-.32,1.24a225.38,225.38,0,0,0-22,11.22c5.26,7.74-.88,40.43-.88,40.43-13.14,7.74-26.28,27.53-12.26,48.17s6.13,43,6.13,43l-2.19,33.63h0v.06l-.44,6.73.17,0-.17,2.55.38.07,0,2.74c-6.15,2.26-15.14,6.82-20.5,15.25a53.81,53.81,0,0,1-9.17,11.25A6.76,6.76,0,0,0,857.9,515.22Zm105.76-89.36a32,32,0,0,1,3.11-16.92q3.09.06,6.19.07c.21,1.45.46,2.83.76,4.09C975.5,420.68,968.39,424.31,963.65,425.85Z" transform="translate(-117.18 -49.59)" fill="url(#dee71953-6e04-4c93-a054-139b0acb5af5)"/><path d="M965.39,759.25l3.37,10.11-11,11-36.24,8.43-26.13-2.53,1.69-9.27h0a11.18,11.18,0,0,1,8.3-8.17c10.74-2.52,31.22-8.28,35.52-16.27Z" transform="translate(-117.18 -49.59)" fill="#db8b8b"/><path d="M965.39,759.25l3.37,10.11-11,11-36.24,8.43-26.13-2.53,1.69-9.27h0a11.18,11.18,0,0,1,8.3-8.17c10.74-2.52,31.22-8.28,35.52-16.27Z" transform="translate(-117.18 -49.59)" opacity="0.1"/><path d="M903.86,783.69l5.06-6.74-5.06-7.81s-15.17,6.12-21.91,5.28-10.11,11,2.53,14.33,84.28,0,84.28,0,12.64-5.9,0-21.91l-11,8.43s-18.54,10.11-27.81,8.43Z" transform="translate(-117.18 -49.59)" fill="#2e3037"/><path d="M881.1,798l26.13,2.53,36.24-8.43,11-11-.89-2.68-1.26-3.76L951.06,771l-24.44-6.74a15.14,15.14,0,0,1-5,5c-7.94,5.43-22.2,9.35-30.57,11.31a8.77,8.77,0,0,0-1,.31,11.14,11.14,0,0,0-7.26,7.86Z" transform="translate(-117.18 -49.59)" fill="#db8b8b"/><path d="M881.1,798l26.13,2.53,36.24-8.43,11-11-.89-2.68-10.06,7.74s-18.54,10.11-27.81,8.43H889.53l5.06-6.74-4.54-7a11.14,11.14,0,0,0-7.26,7.86Z" transform="translate(-117.18 -49.59)" opacity="0.1"/><path d="M889.53,795.49l5.06-6.74-5.06-7.81s-15.17,6.12-21.91,5.28-10.11,11,2.53,14.33,84.28,0,84.28,0,12.64-5.9,0-21.91l-11,8.43s-18.54,10.11-27.81,8.43Z" transform="translate(-117.18 -49.59)" fill="#2e3037"/><path d="M910.6,306.66s40.46,4.21,34.56-12.64a30.34,30.34,0,0,1-1.25-14.88A41.25,41.25,0,0,1,951.06,262l-37.93,5.9a47.5,47.5,0,0,1,5.14,12.18C922.79,297.95,910.6,306.66,910.6,306.66Z" transform="translate(-117.18 -49.59)" fill="#db8b8b"/><path d="M979.71,498.82s-.84,36.24-9.27,53.94l-1.69,51.41s2.53,47.2,7.59,56.47-11,87.65-11,87.65v13.49s-27,10.11-34.56-1.69l7.59-100.3L935,520.73Z" transform="translate(-117.18 -49.59)" fill="#474463"/><path d="M979.71,498.82s-.84,36.24-9.27,53.94l-1.69,51.41s2.53,47.2,7.59,56.47-11,87.65-11,87.65v13.49s-27,10.11-34.56-1.69l7.59-100.3L935,520.73Z" transform="translate(-117.18 -49.59)" opacity="0.1"/><path d="M996.57,382.51l5.06,13.49,4.21,28.66a25.35,25.35,0,0,1-7.59,21.91c-10.11,10.11-23.6,31.18-23.6,31.18l-16-48s16-2.53,13.49-13.49S970.44,385,970.44,385Z" transform="translate(-117.18 -49.59)" fill="#fc6681"/><path d="M996.57,382.51l5.06,13.49,4.21,28.66a25.35,25.35,0,0,1-7.59,21.91c-10.11,10.11-23.6,31.18-23.6,31.18l-16-48s16-2.53,13.49-13.49S970.44,385,970.44,385Z" transform="translate(-117.18 -49.59)" opacity="0.05"/><path d="M921.66,769.27c10.81,17,27.64,7.37,30.62,5.45L951.06,771l-24.44-6.74A15.14,15.14,0,0,1,921.66,769.27Z" transform="translate(-117.18 -49.59)" opacity="0.1"/><path d="M887.85,531.69c.84,11.8,15.17,54.78,15.17,54.78l10.11,35.37a281.44,281.44,0,0,1,11.11,76.94c0,8.63.79,17.53,3.23,24.22,6.74,18.54-6.74,43.83-6.74,43.83,11.8,21.07,32,6.74,32,6.74V760.09s16-73.33,11.8-87.65-5.9-53.1-5.9-53.1v-70a79.38,79.38,0,0,0,23.13-50.32c.2-2.76.36-5.66.47-8.67.68-19-12.32-41.31-17.4-49.25-1.22-1.92-2-3-2-3l-74.42,29.52-.17.07,0,2.88,0,6.37Z" transform="translate(-117.18 -49.59)" fill="#474463"/><path d="M913.13,267.89a47.5,47.5,0,0,1,5.14,12.18,33,33,0,0,0,25.64-.94A41.25,41.25,0,0,1,951.06,262Z" transform="translate(-117.18 -49.59)" opacity="0.1"/><circle cx="812.81" cy="198.06" r="32.87" fill="#db8b8b"/><path d="M887.85,476.91l.36.07c35.34,7.27,79.71-29.57,79.71-29.57a43.68,43.68,0,0,1-3.07-6.27c-1.22-1.92-2-3-2-3l-74.42,29.52-.19,2.95Z" transform="translate(-117.18 -49.59)" opacity="0.1"/><path d="M897.12,305.81s47.2-28.66,62.37-16.86l21.07,27s13.49,4.21,11,31.18L1001.63,396l-30.34,7.59s-17.7,16.86-3.37,41.3c0,0-44.67,37.08-80.07,29.5l2.53-39.61s7.59-21.91-5.9-42.14-.84-39.61,11.8-47.2C896.28,345.43,902.17,313.4,897.12,305.81Z" transform="translate(-117.18 -49.59)" fill="#fc6681"/><path d="M894.59,477.75s-17.7,3.37-26.13,16.86a52.53,52.53,0,0,1-8.82,11,6.69,6.69,0,0,0,1,10.66c6.69,4,17.6,6.49,31.38-4.83C915.66,492.08,894.59,477.75,894.59,477.75Z" transform="translate(-117.18 -49.59)" fill="#db8b8b"/><path d="M920.72,321.83s16.86-1.69,21.07,42.14,11,53.94,11,53.94,4.21,22.76-5.9,36.24-29.5,42.14-29.5,42.14-21.07,5.9-25.28-15.17l26.13-48.88s4.21-16.86-5.9-28.66S894.59,313.4,920.72,321.83Z" transform="translate(-117.18 -49.59)" opacity="0.1"/><path d="M919,319.3s16.86-1.69,21.07,42.14,11,53.94,11,53.94,4.21,22.76-5.9,36.24-29.5,42.14-29.5,42.14-21.07,5.9-25.28-15.17l26.13-48.88s4.21-16.86-5.9-28.66S892.9,310.87,919,319.3Z" transform="translate(-117.18 -49.59)" fill="#fc6681"/><path d="M905.12,350.9S903.44,377,911,391.36s7.59,32.87,0,43" transform="translate(-117.18 -49.59)" opacity="0.1"/><path d="M900.91,318.88s6.74-6.74,26.13-7.59,27.81-6.74,27.81-6.74" transform="translate(-117.18 -49.59)" opacity="0.1"/><path d="M947.79,205.18c5.12.63,11,2.39,12.82,7.2.68,1.77.7,3.72,1.17,5.55,1.91,7.36,10.2,10.79,15.31,16.42,4.51,5,6.5,11.69,8,18.24a171.4,171.4,0,0,1,3,57.26c-1.64,14-5,27.74-5.94,41.78s.78,28.81,8.45,40.61c3.3,5.07,7.66,9.53,10,15.11-4.83,3.92-11.5,4.48-17.73,4.69q-10.87.37-21.75,0c-3.8-.13-7.77-.38-11.05-2.3a17.06,17.06,0,0,1-5.8-6.23c-4.15-7-5.19-15.5-5-23.66s1.47-16.28,1.62-24.45c.08-4.45-.27-9.18-2.83-12.82-1.85-2.63-4.66-4.4-7.06-6.53-9-8-12.12-20.82-12.42-32.87s1.69-24.12.67-36.13c-.4-4.7-2.16-10.35-6.78-11.26-1.46-.29-3,0-4.4-.56-3.71-1.43-3.35-6.66-4.41-10.49-1.19-4.3-4.86-7.62-5.89-12-2.43-10.2,10.55-22.37,19.06-25.92C925.48,203.2,938.67,204.06,947.79,205.18Z" transform="translate(-117.18 -49.59)" opacity="0.1"/><path d="M948.63,203.5c5.12.63,11,2.39,12.82,7.2.68,1.77.7,3.72,1.17,5.55,1.91,7.36,10.2,10.79,15.31,16.42,4.51,5,6.5,11.69,8,18.24a171.4,171.4,0,0,1,3,57.26c-1.64,14-5,27.74-5.94,41.78s.78,28.81,8.45,40.61c3.3,5.07,7.66,9.53,10,15.11-4.83,3.92-11.5,4.48-17.73,4.69q-10.87.37-21.75,0c-3.8-.13-7.77-.38-11.05-2.3a17.06,17.06,0,0,1-5.8-6.23c-4.15-7-5.19-15.5-5-23.66s1.47-16.28,1.62-24.45c.08-4.45-.27-9.18-2.83-12.82-1.85-2.63-4.66-4.4-7.06-6.53-9-8-12.12-20.82-12.42-32.87s1.69-24.12.67-36.13c-.4-4.7-2.16-10.35-6.78-11.26-1.46-.29-3,0-4.4-.56-3.71-1.43-3.35-6.66-4.41-10.49-1.19-4.3-4.86-7.62-5.89-12-2.43-10.2,10.55-22.37,19.06-25.92C926.32,201.51,939.51,202.37,948.63,203.5Z" transform="translate(-117.18 -49.59)" fill="#472727"/></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="401px" height="401px" enable-background="new 312.809 0 401 401" version="1.1" viewBox="312.809 0 401 401">
|
|
3
|
+
<g transform="matrix(1.223 0 0 1.223 -467.5 -843.44)">
|
|
4
|
+
<rect x="601.45" y="653.07" width="401" height="401" fill="#E4E6E7"/>
|
|
5
|
+
<path d="m802.38 908.08c-84.515 0-153.52 48.185-157.38 108.62h314.79c-3.87-60.44-72.9-108.62-157.41-108.62z" fill="#AEB4B7"/>
|
|
6
|
+
<path d="m881.37 818.86c0 46.746-35.106 84.641-78.41 84.641s-78.41-37.895-78.41-84.641 35.106-84.641 78.41-84.641c43.31 0 78.41 37.9 78.41 84.64z" fill="#AEB4B7"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import Hostname from "Common/Types/API/Hostname";
|
|
2
|
+
import Route from "Common/Types/API/Route";
|
|
3
|
+
import URL from "Common/Types/API/URL";
|
|
4
|
+
import Email from "Common/Types/Email";
|
|
5
|
+
import Name from "Common/Types/Name";
|
|
6
|
+
import ObjectID from "Common/Types/ObjectID";
|
|
7
|
+
|
|
8
|
+
type FormFieldType =
|
|
9
|
+
| string
|
|
10
|
+
| number
|
|
11
|
+
| boolean
|
|
12
|
+
| ObjectID
|
|
13
|
+
| Hostname
|
|
14
|
+
| Email
|
|
15
|
+
| Date
|
|
16
|
+
| Name
|
|
17
|
+
| Route
|
|
18
|
+
| URL;
|
|
19
|
+
|
|
20
|
+
export default FormFieldType;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import FormFieldSchemaTypes from "./EntityFieldType";
|
|
2
|
+
|
|
3
|
+
type RequiredFormField<Property> = Property extends FormFieldSchemaTypes
|
|
4
|
+
? boolean
|
|
5
|
+
: unknown;
|
|
6
|
+
|
|
7
|
+
declare type RequiredFormFields<Entity> = {
|
|
8
|
+
[P in keyof Entity]?: RequiredFormField<NonNullable<Entity[P]>>;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export default RequiredFormFields;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import FormFieldSchemaTypes from "./EntityFieldType";
|
|
2
|
+
|
|
3
|
+
export type SelectFormField<Property> = Property extends FormFieldSchemaTypes
|
|
4
|
+
? boolean
|
|
5
|
+
: unknown;
|
|
6
|
+
|
|
7
|
+
declare type SelectFormFields<Entity> = {
|
|
8
|
+
[P in keyof Entity]?: SelectFormField<NonNullable<Entity[P]>>;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export default SelectFormFields;
|