@omnia/workplace 7.5.44-preview → 7.5.45-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.
|
@@ -478,6 +478,7 @@ export declare class WebComponentManifests {
|
|
|
478
478
|
static get UserManagementUserDetailBladeAuthenticationTab(): Guid;
|
|
479
479
|
static get UserManagementUserDetailBladePropertiesTab(): Guid;
|
|
480
480
|
static get UserManagementBulkImportBlade(): Guid;
|
|
481
|
+
static get UserManagementLoginLogBlade(): Guid;
|
|
481
482
|
static get BusinessProfileAuthenticationBlade(): Guid;
|
|
482
483
|
static get TenantAnalyticsJourney(): Guid;
|
|
483
484
|
static get TenantAnalyticsSetupBlade(): Guid;
|
|
@@ -487,6 +487,7 @@ class WebComponentManifests {
|
|
|
487
487
|
static get UserManagementUserDetailBladeAuthenticationTab() { return new fx_models_1.Guid("95A66C49-40C7-442C-B815-359C5D299365"); }
|
|
488
488
|
static get UserManagementUserDetailBladePropertiesTab() { return new fx_models_1.Guid("9C7C9267-6BAE-4157-A588-98EECB88663D"); }
|
|
489
489
|
static get UserManagementBulkImportBlade() { return new fx_models_1.Guid("8DF3CBAB-53D4-4091-8FE0-A44F88E92018"); }
|
|
490
|
+
static get UserManagementLoginLogBlade() { return new fx_models_1.Guid("F00E21CD-5E0F-472A-A91D-C2B927E25FA7"); }
|
|
490
491
|
static get BusinessProfileAuthenticationBlade() { return new fx_models_1.Guid("4C9410C5-86FF-49A6-A493-F8A35BB3F990"); }
|
|
491
492
|
static get TenantAnalyticsJourney() { return new fx_models_1.Guid("d64bc647-0d37-49de-bd60-eb0d39cbb4a9"); }
|
|
492
493
|
static get TenantAnalyticsSetupBlade() { return new fx_models_1.Guid("3e80d831-f02b-4c0b-bfbd-a1354896f98b"); }
|