Updating the api report for new gitea parameters

Signed-off-by: cmoulliard <cmoulliard@redhat.com>
This commit is contained in:
cmoulliard
2023-12-14 13:33:06 +01:00
parent bae1e40f68
commit 5da4599d01
+2
View File
@@ -379,6 +379,7 @@ export const RepoUrlPickerFieldExtension: FieldExtensionComponent_2<
secretsKey: string;
additionalScopes?:
| {
gitea?: string[] | undefined;
gerrit?: string[] | undefined;
github?: string[] | undefined;
gitlab?: string[] | undefined;
@@ -405,6 +406,7 @@ export const RepoUrlPickerFieldSchema: FieldSchema<
secretsKey: string;
additionalScopes?:
| {
gitea?: string[] | undefined;
gerrit?: string[] | undefined;
github?: string[] | undefined;
gitlab?: string[] | undefined;