mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Add organization.flexibleCollections to models (#7442)
This commit is contained in:
@@ -50,6 +50,7 @@ export class ProfileOrganizationResponse extends BaseResponse {
|
||||
accessSecretsManager: boolean;
|
||||
limitCollectionCreationDeletion: boolean;
|
||||
allowAdminAccessToAllCollectionItems: boolean;
|
||||
flexibleCollections: boolean;
|
||||
|
||||
constructor(response: any) {
|
||||
super(response);
|
||||
@@ -113,5 +114,6 @@ export class ProfileOrganizationResponse extends BaseResponse {
|
||||
this.allowAdminAccessToAllCollectionItems = this.getResponseProperty(
|
||||
"AllowAdminAccessToAllCollectionItems",
|
||||
);
|
||||
this.flexibleCollections = this.getResponseProperty("FlexibleCollections");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user