Update api report

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-09-16 16:19:14 +02:00
parent 18571288a8
commit bd44d3adce
+4 -6
View File
@@ -68,10 +68,10 @@ export interface CatalogImportApi {
// (undocumented)
analyzeUrl(url: string): Promise<AnalyzeResult>;
// (undocumented)
preparePullRequest?(): {
preparePullRequest?(): Promise<{
title: string;
body: string;
};
}>;
// (undocumented)
submitPullRequest(options: {
repositoryUrl: string;
@@ -104,10 +104,10 @@ export class CatalogImportClient implements CatalogImportApi {
// (undocumented)
analyzeUrl(url: string): Promise<AnalyzeResult>;
// (undocumented)
preparePullRequest(): {
preparePullRequest(): Promise<{
title: string;
body: string;
};
}>;
// (undocumented)
submitPullRequest({
repositoryUrl,
@@ -244,8 +244,6 @@ export const StepPrepareCreatePullRequest: ({
onPrepare,
onGoBack,
renderFormFields,
defaultTitle,
defaultBody,
}: Props_8) => JSX.Element;
// Warnings were encountered during analysis: