Update api-report

Signed-off-by: Andrew Kundrock <akundrock@somalogic.com>
This commit is contained in:
Andrew Kundrock
2022-12-02 16:17:21 -07:00
committed by Camila Belo
parent 531f0facea
commit 8f9864e8e2
+2
View File
@@ -340,6 +340,7 @@ export const RepoUrlPickerFieldExtension: FieldExtensionComponent<
{
allowedOwners?: string[] | undefined;
allowedOrganizations?: string[] | undefined;
allowedProjects?: string[] | undefined;
allowedRepos?: string[] | undefined;
allowedHosts?: string[] | undefined;
requestUserCredentials?:
@@ -365,6 +366,7 @@ export const RepoUrlPickerFieldSchema: FieldSchema<
{
allowedOwners?: string[] | undefined;
allowedOrganizations?: string[] | undefined;
allowedProjects?: string[] | undefined;
allowedRepos?: string[] | undefined;
allowedHosts?: string[] | undefined;
requestUserCredentials?: