Include build:api-reports

Signed-off-by: Devon Paluso <devon.paluso@gmail.com>
This commit is contained in:
Devon Paluso
2023-09-09 13:36:19 -04:00
parent 6e69c11a35
commit 1bc96634b5
+36
View File
@@ -241,6 +241,24 @@ export const OwnedEntityPickerFieldExtension: FieldExtensionComponent_2<
defaultKind?: string | undefined;
allowArbitraryValues?: boolean | undefined;
defaultNamespace?: string | false | undefined;
catalogFilter?:
| Record<
string,
| string
| string[]
| {
exists?: boolean | undefined;
}
>
| Record<
string,
| string
| string[]
| {
exists?: boolean | undefined;
}
>[]
| undefined;
}
>;
@@ -252,6 +270,24 @@ export const OwnedEntityPickerFieldSchema: FieldSchema<
defaultKind?: string | undefined;
allowArbitraryValues?: boolean | undefined;
defaultNamespace?: string | false | undefined;
catalogFilter?:
| Record<
string,
| string
| string[]
| {
exists?: boolean | undefined;
}
>
| Record<
string,
| string
| string[]
| {
exists?: boolean | undefined;
}
>[]
| undefined;
}
>;