@omnia/workplace 7.6.17-preview → 7.6.19-preview
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.
|
@@ -482,6 +482,7 @@ export declare class WebComponentManifests {
|
|
|
482
482
|
static get UserManagementGroupListingBlade(): Guid;
|
|
483
483
|
static get UserManagementActiveGroupListing(): Guid;
|
|
484
484
|
static get UserManagementDeletedGroupListing(): Guid;
|
|
485
|
+
static get UserManagementGroupMembershipListing(): Guid;
|
|
485
486
|
static get UserManagementGroupDetailBlade(): Guid;
|
|
486
487
|
static get UserManagementAuthenticationSettingsBlade(): Guid;
|
|
487
488
|
static get UserManagementDynamicGroupListingBlade(): Guid;
|
|
@@ -491,6 +491,7 @@ class WebComponentManifests {
|
|
|
491
491
|
static get UserManagementGroupListingBlade() { return new fx_models_1.Guid("0a208072-d45f-4f49-8d59-ab7b9da9a10d"); }
|
|
492
492
|
static get UserManagementActiveGroupListing() { return new fx_models_1.Guid("f333ebaa-d009-4169-a2ff-868e8b751bf9"); }
|
|
493
493
|
static get UserManagementDeletedGroupListing() { return new fx_models_1.Guid("3620baa9-5501-45fa-955e-79d176a72a51"); }
|
|
494
|
+
static get UserManagementGroupMembershipListing() { return new fx_models_1.Guid("7f2c3499-c19d-409a-9664-3eb346cd111d"); }
|
|
494
495
|
static get UserManagementGroupDetailBlade() { return new fx_models_1.Guid("836c198b-2a2c-418f-89a0-cf47ed44092d"); }
|
|
495
496
|
static get UserManagementAuthenticationSettingsBlade() { return new fx_models_1.Guid("a95a8b4a-7e94-4190-9240-87b361950843"); }
|
|
496
497
|
static get UserManagementDynamicGroupListingBlade() { return new fx_models_1.Guid("9c3a9218-af53-4e48-b95b-a122eb43db64"); }
|