chore: update API reports

Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
Benjamin Janssens
2024-06-28 13:26:31 +02:00
parent 3fca64320d
commit 1ae0580060
2 changed files with 31 additions and 0 deletions
+22
View File
@@ -384,6 +384,28 @@ export const OwnerPickerFieldSchema: FieldSchema<
// @public
export type OwnerPickerUiOptions = typeof OwnerPickerFieldSchema.uiOptionsType;
// @public
export const RepoBranchPickerFieldExtension: FieldExtensionComponent_2<
string,
{
requestUserCredentials?:
| {
secretsKey: string;
additionalScopes?:
| {
azure?: string[] | undefined;
github?: string[] | undefined;
gitlab?: string[] | undefined;
bitbucket?: string[] | undefined;
gerrit?: string[] | undefined;
gitea?: string[] | undefined;
}
| undefined;
}
| undefined;
}
>;
// @public
export const repoPickerValidation: (
value: string,