release-2021-06-01 packages/core-plugin-api/src/apis/system/ApiRef.ts:27

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2021-12-14 14:03:55 -05:00
parent e56c95a941
commit 345dcea560
41 changed files with 0 additions and 57 deletions
@@ -19,7 +19,6 @@ import { Dag, InstanceStatus, InstanceVersion } from './types';
export const apacheAirflowApiRef = createApiRef<ApacheAirflowApi>({
id: 'plugin.apacheairflow.service',
description: 'Used by the Apache Airflow plugin to make requests',
});
export type ApacheAirflowApi = {
-1
View File
@@ -20,7 +20,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const apiDocsConfigRef = createApiRef<ApiDocsConfig>({
id: 'plugin.api-docs.config',
description: 'Used to configure api-docs widgets',
});
export interface ApiDocsConfig {
@@ -27,8 +27,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const azureDevOpsApiRef = createApiRef<AzureDevOpsApi>({
id: 'plugin.azure-devops.service',
description:
'Used by the Azure DevOps plugin to make requests to accompanying backend',
});
export interface AzureDevOpsApi {
-1
View File
@@ -19,7 +19,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const badgesApiRef = createApiRef<BadgesApi>({
id: 'plugin.badges.client',
description: 'Used to make requests to the badges backend',
});
export type BadgeStyle =
-1
View File
@@ -24,7 +24,6 @@ import { BazaarProject } from './types';
export const bazaarApiRef = createApiRef<BazaarApi>({
id: 'bazaar',
description: 'Used to make requests towards the bazaar backend',
});
export interface BazaarApi {
-2
View File
@@ -26,8 +26,6 @@ import {
export const bitriseApiRef = createApiRef<BitriseApi>({
id: 'plugin.bitrise.service',
description:
'Used by the BitriseCI plugin to retrieve information about builds.',
});
export const bitrisePlugin = createPlugin({
@@ -20,7 +20,6 @@ import { PartialEntity } from '../types';
export const catalogImportApiRef = createApiRef<CatalogImportApi>({
id: 'plugin.catalog-import.service',
description: 'Used by the catalog import plugin to make requests',
});
// result of the analyze state
-1
View File
@@ -33,7 +33,6 @@ export type { BuildWithSteps, BuildStepAction, BuildSummary };
export const circleCIApiRef = createApiRef<CircleCIApi>({
id: 'plugin.circleci.service',
description: 'Used by the CircleCI plugin to make requests',
});
const DEFAULT_PROXY_PATH = '/circleci/api';
@@ -22,7 +22,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const cloudbuildApiRef = createApiRef<CloudbuildApi>({
id: 'plugin.cloudbuild.service',
description: 'Used by the Cloudbuild plugin to make requests',
});
export type CloudbuildApi = {
-1
View File
@@ -34,7 +34,6 @@ export type CodeCoverageApi = {
export const codeCoverageApiRef = createApiRef<CodeCoverageApi>({
id: 'plugin.code-coverage.service',
description: 'Used by the code coverage plugin to make requests',
});
export class CodeCoverageRestApi implements CodeCoverageApi {
@@ -148,5 +148,4 @@ export type CostInsightsApi = {
export const costInsightsApiRef = createApiRef<CostInsightsApi>({
id: 'plugin.costinsights.service',
description: 'Provides cost data and alerts for the cost-insights plugin',
});
-1
View File
@@ -18,7 +18,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const exploreToolsConfigRef = createApiRef<ExploreToolsConfig>({
id: 'plugin.explore.toolsconfig',
description: 'Used to configure tools displayed in the explore plugin',
});
export type ExploreTool = {
-1
View File
@@ -39,7 +39,6 @@ export interface FireHydrantAPI {
export const fireHydrantApiRef = createApiRef<FireHydrantAPI>({
id: 'plugin.firehydrant.service',
description: 'Used by FireHydrant plugin for requests',
});
export type Options = {
-1
View File
@@ -26,7 +26,6 @@ export interface FindingSummary {
export const fossaApiRef = createApiRef<FossaApi>({
id: 'plugin.fossa.service',
description: 'Used by the Fossa plugin to make requests',
});
export type FossaApi = {
-1
View File
@@ -19,7 +19,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const gcpApiRef = createApiRef<GcpApi>({
id: 'plugin.gcpprojects.service',
description: 'Used by the GCP Projects plugin to make requests',
});
export type GcpApi = {
@@ -20,5 +20,4 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const gitReleaseManagerApiRef = createApiRef<GitReleaseApi>({
id: 'plugin.git-release-manager.service',
description: 'Used by the Git Release Manager plugin to make requests',
});
@@ -19,7 +19,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const githubActionsApiRef = createApiRef<GithubActionsApi>({
id: 'plugin.githubactions.service',
description: 'Used by the GitHub Actions plugin to make requests',
});
export type GithubActionsApi = {
@@ -91,7 +91,6 @@ export interface GithubDeploymentsApi {
export const githubDeploymentsApiRef = createApiRef<GithubDeploymentsApi>({
id: 'plugin.github-deployments.service',
description: 'Used by the GitHub Deployments plugin to make requests',
});
export type Options = {
-1
View File
@@ -113,7 +113,6 @@ export type GitOpsApi = {
export const gitOpsApiRef = createApiRef<GitOpsApi>({
id: 'plugin.gitops.service',
description: 'Used by the GitOps profiles plugin to make requests',
});
export class GitOpsRestApi implements GitOpsApi {
-1
View File
@@ -41,7 +41,6 @@ import {
export const ilertApiRef = createApiRef<ILertApi>({
id: 'plugin.ilert.service',
description: 'Used to make requests towards iLert API',
});
const DEFAULT_PROXY_PATH = '/ilert';
-1
View File
@@ -23,7 +23,6 @@ import { EntityName, EntityRef } from '@backstage/catalog-model';
export const jenkinsApiRef = createApiRef<JenkinsApi>({
id: 'plugin.jenkins.service2',
description: 'Used by the Jenkins plugin to make requests',
});
export interface Build {
-2
View File
@@ -18,8 +18,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const kafkaApiRef = createApiRef<KafkaApi>({
id: 'plugin.kafka.service',
description:
'Used by the Kafka plugin to make requests to accompanying backend',
});
export type ConsumerGroupOffsetsResponse = {
-2
View File
@@ -22,8 +22,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const kubernetesApiRef = createApiRef<KubernetesApi>({
id: 'plugin.kubernetes.service',
description:
'Used by the Kubernetes plugin to make requests to accompanying backend',
});
export interface KubernetesApi {
@@ -26,8 +26,6 @@ export interface KubernetesAuthProvider {
export const kubernetesAuthProvidersApiRef =
createApiRef<KubernetesAuthProvidersApi>({
id: 'plugin.kubernetes-auth-providers.service',
description:
'Used by the Kubernetes plugin to fetch KubernetesAuthProviders',
});
export interface KubernetesAuthProvidersApi {
-1
View File
@@ -109,7 +109,6 @@ export type LighthouseApi = {
export const lighthouseApiRef = createApiRef<LighthouseApi>({
id: 'plugin.lighthouse.service',
description: 'Used by the Lighthouse plugin to make requests',
});
export class LighthouseRestApi implements LighthouseApi {
-1
View File
@@ -55,7 +55,6 @@ export type NewRelicApplications = {
export const newRelicApiRef = createApiRef<NewRelicApi>({
id: 'plugin.newrelic.service',
description: 'Used by the NewRelic plugin to make requests',
});
const DEFAULT_PROXY_PATH_BASE = '/newrelic';
-1
View File
@@ -35,7 +35,6 @@ export class UnauthorizedError extends Error {}
export const pagerDutyApiRef = createApiRef<PagerDutyApi>({
id: 'plugin.pagerduty.api',
description: 'Used to fetch data from PagerDuty API',
});
export class PagerDutyClient implements PagerDutyApi {
-2
View File
@@ -23,8 +23,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const rollbarApiRef = createApiRef<RollbarApi>({
id: 'plugin.rollbar.service',
description:
'Used by the Rollbar plugin to make requests to accompanying backend',
});
export interface RollbarApi {
-1
View File
@@ -30,7 +30,6 @@ import { ListActionsResponse, ScaffolderTask, Status } from './types';
export const scaffolderApiRef = createApiRef<ScaffolderApi>({
id: 'plugin.scaffolder.service',
description: 'Used to make requests towards the scaffolder backend',
});
type TemplateParameterSchema = {
-1
View File
@@ -25,7 +25,6 @@ import qs from 'qs';
export const searchApiRef = createApiRef<SearchApi>({
id: 'plugin.search.queryservice',
description: 'Used to make requests against the search API',
});
export interface SearchApi {
-1
View File
@@ -19,7 +19,6 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const sentryApiRef = createApiRef<SentryApi>({
id: 'plugin.sentry.service',
description: 'Used by the Sentry plugin to make requests',
});
export interface SentryApi {
-1
View File
@@ -20,7 +20,6 @@ import { Observable } from '@backstage/types';
export const shortcutsApiRef = createApiRef<ShortcutApi>({
id: 'plugin.shortcuts.api',
description: 'API to handle shortcuts in a Backstage Sidebar',
});
export interface ShortcutApi {
@@ -35,7 +35,6 @@ export interface FindingSummary {
export const sonarQubeApiRef = createApiRef<SonarQubeApi>({
id: 'plugin.sonarqube.service',
description: 'Used by the SonarQube plugin to make requests',
});
export type SonarQubeApi = {
-1
View File
@@ -41,7 +41,6 @@ export class UnauthorizedError extends Error {}
export const splunkOnCallApiRef = createApiRef<SplunkOnCallApi>({
id: 'plugin.splunk-on-call.api',
description: 'Used to fetch data from Splunk On-Call API',
});
export class SplunkOnCallClient implements SplunkOnCallApi {
@@ -22,7 +22,6 @@ import { EntityName } from '@backstage/catalog-model';
export const techInsightsApiRef = createApiRef<TechInsightsApi>({
id: 'plugin.techinsights.service',
description: 'Used by the tech insights plugin to make requests',
});
export interface TechInsightsApi {
-1
View File
@@ -21,7 +21,6 @@ import { ApiRef, createApiRef } from '@backstage/core-plugin-api';
export const techRadarApiRef: ApiRef<TechRadarApi> = createApiRef<TechRadarApi>(
{
id: 'plugin.techradar.service',
description: 'Used to populate data in the TechRadar plugin',
},
);
-2
View File
@@ -20,12 +20,10 @@ import { createApiRef } from '@backstage/core-plugin-api';
export const techdocsStorageApiRef = createApiRef<TechDocsStorageApi>({
id: 'plugin.techdocs.storageservice',
description: 'Used to make requests towards the techdocs storage',
});
export const techdocsApiRef = createApiRef<TechDocsApi>({
id: 'plugin.techdocs.service',
description: 'Used to make requests towards techdocs API',
});
export type SyncResult = 'cached' | 'updated';
-1
View File
@@ -107,5 +107,4 @@ export interface TodoApi {
*/
export const todoApiRef = createApiRef<TodoApi>({
id: 'plugin.todo.api',
description: 'Lists TODOs',
});
-1
View File
@@ -193,5 +193,4 @@ export interface XcmetricsApi {
export const xcmetricsApiRef = createApiRef<XcmetricsApi>({
id: 'plugin.xcmetrics.api',
description: 'Used by the XCMetrics plugin to make requests',
});