mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Add organization.flexibleCollections to models (#7442)
This commit is contained in:
@@ -34,6 +34,7 @@ export class OrganizationResponse extends BaseResponse {
|
||||
maxAutoscaleSmServiceAccounts?: number;
|
||||
limitCollectionCreationDeletion: boolean;
|
||||
allowAdminAccessToAllCollectionItems: boolean;
|
||||
flexibleCollections: boolean;
|
||||
|
||||
constructor(response: any) {
|
||||
super(response);
|
||||
@@ -75,5 +76,6 @@ export class OrganizationResponse extends BaseResponse {
|
||||
this.allowAdminAccessToAllCollectionItems = this.getResponseProperty(
|
||||
"AllowAdminAccessToAllCollectionItems",
|
||||
);
|
||||
this.flexibleCollections = this.getResponseProperty("FlexibleCollections");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user