Updated API Report

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-06-09 15:21:24 -05:00
parent 3e0124dff2
commit 254209fa7e
-24
View File
@@ -479,9 +479,6 @@ export function getGiteaRequestOptions(config: GiteaIntegrationConfig): {
headers?: Record<string, string>;
};
// @public @deprecated (undocumented)
export const getGitHubFileFetchUrl: typeof getGithubFileFetchUrl;
// @public
export function getGithubFileFetchUrl(
url: string,
@@ -604,15 +601,6 @@ export interface GithubCredentialsProvider {
// @public
export type GithubCredentialType = 'app' | 'token';
// @public @deprecated (undocumented)
export class GitHubIntegration extends GithubIntegration {
constructor(integrationConfig: GitHubIntegrationConfig);
// (undocumented)
get config(): GitHubIntegrationConfig;
// (undocumented)
static factory: ScmIntegrationsFactory<GitHubIntegration>;
}
// @public
export class GithubIntegration implements ScmIntegration {
constructor(integrationConfig: GithubIntegrationConfig);
@@ -636,9 +624,6 @@ export class GithubIntegration implements ScmIntegration {
get type(): string;
}
// @public @deprecated (undocumented)
export type GitHubIntegrationConfig = GithubIntegrationConfig;
// @public
export type GithubIntegrationConfig = {
host: string;
@@ -877,17 +862,11 @@ export function readGerritIntegrationConfigs(
// @public
export function readGiteaConfig(config: Config): GiteaIntegrationConfig;
// @public @deprecated (undocumented)
export const readGitHubIntegrationConfig: typeof readGithubIntegrationConfig;
// @public
export function readGithubIntegrationConfig(
config: Config,
): GithubIntegrationConfig;
// @public @deprecated (undocumented)
export const readGitHubIntegrationConfigs: typeof readGithubIntegrationConfigs;
// @public
export function readGithubIntegrationConfigs(
configs: Config[],
@@ -911,9 +890,6 @@ export function readGoogleGcsIntegrationConfig(
// @public
export function readHarnessConfig(config: Config): HarnessIntegrationConfig;
// @public @deprecated (undocumented)
export const replaceGitHubUrlType: typeof replaceGithubUrlType;
// @public
export function replaceGithubUrlType(
url: string,