update changeset, add api report
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
36c2ada275
commit
ae6b614d84
@@ -5,3 +5,5 @@
|
||||
|
||||
**BREAKING**: Removed the `target` property from `EntityRelation`. This field has been replaced by `targetRef`.
|
||||
This means that `target: { name: 'team-a', kind: 'group', namespace: 'default' }` is now replaced with `targetRef: 'group:default/team-a'` in entity relations.
|
||||
|
||||
The entities API endpoint still return the old `target` field for to ease transitions, however the future removal of this field will be considered non breaking.
|
||||
|
||||
@@ -192,7 +192,6 @@ export type EntityPolicy = {
|
||||
// @public
|
||||
export type EntityRelation = {
|
||||
type: string;
|
||||
target: CompoundEntityRef;
|
||||
targetRef: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user