catalog-client: deprecate AddLocationRequest.presence
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
ed09ad8093
commit
46dee04eba
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/catalog-client': patch
|
||||
---
|
||||
|
||||
Deprecated `AddLocationRequest.presence`, as it is already being ignored.
|
||||
@@ -257,6 +257,7 @@ export type AddLocationRequest = {
|
||||
type?: string;
|
||||
target: string;
|
||||
dryRun?: boolean;
|
||||
/** @deprecated This field is is ignored */
|
||||
presence?: 'optional' | 'required';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user