@omnia/workplace 7.5.44-preview → 7.5.46-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"); }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.5.44-preview",
4
+ "version": "7.5.46-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"