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';
|
||||
|
||||
Reference in New Issue
Block a user