update api-report

Signed-off-by: Dominik Pfaffenbauer <dominik@pfaffenbauer.at>
This commit is contained in:
Dominik Pfaffenbauer
2023-02-16 08:46:35 +01:00
parent bbe0c1f448
commit d8342311d1
2 changed files with 5 additions and 11 deletions
@@ -4,11 +4,9 @@
```ts
import { ScmIntegrationRegistry } from '@backstage/integration';
import { TemplateAction } from '@backstage/plugin-scaffolder-backend';
import { TemplateAction } from '@backstage/plugin-scaffolder-node';
// Warning: (ae-missing-release-tag) "createGitlabProjectAccessToken" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
// @public
export const createGitlabProjectAccessToken: (options: {
integrations: ScmIntegrationRegistry;
}) => TemplateAction<{
@@ -20,9 +18,7 @@ export const createGitlabProjectAccessToken: (options: {
token?: string | undefined;
}>;
// Warning: (ae-missing-release-tag) "createGitlabProjectDeployToken" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
// @public
export const createGitlabProjectDeployToken: (options: {
integrations: ScmIntegrationRegistry;
}) => TemplateAction<{
@@ -34,9 +30,7 @@ export const createGitlabProjectDeployToken: (options: {
token?: string | undefined;
}>;
// Warning: (ae-missing-release-tag) "createGitlabProjectVariable" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
// @public
export const createGitlabProjectVariable: (options: {
integrations: ScmIntegrationRegistry;
}) => TemplateAction<{
@@ -36,7 +36,7 @@
"@backstage/core-components": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-scaffolder-backend": "workspace:^",
"@backstage/plugin-scaffolder-node": "workspace:^",
"@gitbeaker/node": "^35.8.0",
"fs-extra": "10.1.0"
},