@anzusystems/common-admin 1.47.0-beta.328 → 1.47.0-beta.329

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6216,6 +6216,7 @@ declare type __VLS_Props_81 = {
6216
6216
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
6217
6217
  isEdit?: boolean;
6218
6218
  isAllowedToPurgeRoom?: boolean;
6219
+ approveRequestBlocked?: boolean;
6219
6220
  addToCachedUsers?: ((...args: AddToCachedArgs<IntegerId>) => void) | undefined;
6220
6221
  fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined;
6221
6222
  };
@@ -12006,9 +12007,14 @@ export declare const ACollabLockedByUser: DefineComponent<__VLS_Props_79, {}, {}
12006
12007
  isModerator: boolean;
12007
12008
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12008
12009
 
12009
- export declare const ACollabManagement: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {
12010
+ export declare const ACollabManagement: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12011
+ approvedRequestToJoinCollabRoom: () => any;
12012
+ }, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{
12013
+ onApprovedRequestToJoinCollabRoom?: (() => any) | undefined;
12014
+ }>, {
12010
12015
  isEdit: boolean;
12011
12016
  isAllowedToPurgeRoom: boolean;
12017
+ approveRequestBlocked: boolean;
12012
12018
  addToCachedUsers: (...args: AddToCachedArgs<IntegerId>) => void;
12013
12019
  fetchCachedUsers: () => Promisify<Promise<any>>;
12014
12020
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;