integration support for harness p5-fixed api report

Signed-off-by: Calvin Lee <cjlee@ualberta.ca>
This commit is contained in:
Calvin Lee
2024-04-23 21:59:08 -06:00
parent 049a69f223
commit 7362e25a24
+2 -7
View File
@@ -531,6 +531,8 @@ export class GitlabUrlReader implements UrlReader {
toString(): string;
}
// Warning: (ae-unresolved-link) The @link reference could not be resolved: This type of declaration is not supported yet by the resolver
//
// @public
export class HarnessUrlReader implements UrlReader {
constructor(integration: HarnessIntegration);
@@ -548,13 +550,6 @@ export class HarnessUrlReader implements UrlReader {
toString(): string;
}
// @public
export type HarnessIntegrationConfig = {
host: string;
apiKey?: string;
token?: string;
};
// @public
export const HostDiscovery: typeof HostDiscovery_2;