Fix API reports
Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
@@ -69,7 +69,6 @@
|
||||
"@types/json-schema": "^7.0.9",
|
||||
"cross-fetch": "^4.0.0",
|
||||
"json-schema": "^0.4.0",
|
||||
"qs": "^6.9.4",
|
||||
"uri-template": "^2.0.0",
|
||||
"zen-observable": "^0.10.0"
|
||||
},
|
||||
|
||||
@@ -39,7 +39,6 @@ import { TaskStep } from '@backstage/plugin-scaffolder-common';
|
||||
import { TemplateEntityV1beta3 } from '@backstage/plugin-scaffolder-common';
|
||||
import { TemplateGroupFilter } from '@backstage/plugin-scaffolder-react';
|
||||
import { TemplateParameterSchema } from '@backstage/plugin-scaffolder-react';
|
||||
import { TemplateParameterSchema as TemplateParameterSchema_2 } from '@backstage/plugin-scaffolder-common';
|
||||
import { TemplatePresentationV1beta3 } from '@backstage/plugin-scaffolder-common';
|
||||
import { TranslationRef } from '@backstage/core-plugin-api/alpha';
|
||||
import { UiSchema } from '@rjsf/utils';
|
||||
@@ -487,7 +486,7 @@ export const useFormDataFromQuery: (
|
||||
|
||||
// @alpha (undocumented)
|
||||
export const useTemplateParameterSchema: (templateRef: string) => {
|
||||
manifest?: TemplateParameterSchema_2;
|
||||
manifest?: TemplateParameterSchema;
|
||||
loading: boolean;
|
||||
error?: Error;
|
||||
};
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
/// <reference types="react" />
|
||||
|
||||
import { Action as Action_2 } from '@backstage/plugin-scaffolder-common';
|
||||
import { ActionExample as ActionExample_2 } from '@backstage/plugin-scaffolder-common';
|
||||
import { ApiHolder } from '@backstage/core-plugin-api';
|
||||
|
||||
@@ -7399,14 +7399,13 @@ __metadata:
|
||||
"@backstage/plugin-permission-common": "workspace:^"
|
||||
"@backstage/test-utils": "workspace:^"
|
||||
"@backstage/types": "workspace:^"
|
||||
"@microsoft/fetch-event-source": ^2.0.1
|
||||
"@types/json-schema": ^7.0.9
|
||||
cross-fetch: ^4.0.0
|
||||
json-schema: ^0.4.0
|
||||
msw: ^1.0.0
|
||||
qs: ^6.9.4
|
||||
uri-template: ^2.0.0
|
||||
zen-observable: ^0.10.0
|
||||
"@microsoft/fetch-event-source": "npm:^2.0.1"
|
||||
"@types/json-schema": "npm:^7.0.9"
|
||||
cross-fetch: "npm:^4.0.0"
|
||||
json-schema: "npm:^0.4.0"
|
||||
msw: "npm:^1.0.0"
|
||||
uri-template: "npm:^2.0.0"
|
||||
zen-observable: "npm:^0.10.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
||||
Reference in New Issue
Block a user