chore: run api report command to prevent build from breaking

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2022-06-09 12:09:39 +02:00
parent 34b84b4072
commit c8af5ea7b3
+5
View File
@@ -344,6 +344,7 @@ export const createPublishGitlabMergeRequestAction: (options: {
branchName: string;
targetPath: string;
token?: string | undefined;
projectid?: string | undefined;
}>;
// @public
@@ -709,4 +710,8 @@ export class TemplateActionRegistry {
// @public (undocumented)
export type TemplateFilter = (...args: JsonValue[]) => JsonValue | undefined;
// Warnings were encountered during analysis:
//
// src/scaffolder/actions/builtin/publish/gitlabMergeRequest.d.ts:16:9 - (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
```