@omnia/workplace 7.5.66-preview → 7.5.68-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.
@@ -466,6 +466,7 @@ export declare class WebComponentManifests {
466
466
  static get UserManagementSyncProviderListingBlade(): Guid;
467
467
  static get UserManagementSyncProviderSettingsBlade(): Guid;
468
468
  static get UserManagementSyncProviderLogsBlade(): Guid;
469
+ static get UserManagementOmniaSearchUserLogsBlade(): Guid;
469
470
  static get UserManagementUserListingBlade(): Guid;
470
471
  static get UserManagementActiveUserListing(): Guid;
471
472
  static get UserManagementDeletedUserListing(): Guid;
@@ -475,6 +475,7 @@ class WebComponentManifests {
475
475
  static get UserManagementSyncProviderListingBlade() { return new fx_models_1.Guid("242dc560-2ede-41f0-b6d4-151884a2ec63"); }
476
476
  static get UserManagementSyncProviderSettingsBlade() { return new fx_models_1.Guid("0ab38b6f-9852-40ec-83c4-37db8a27d7c6"); }
477
477
  static get UserManagementSyncProviderLogsBlade() { return new fx_models_1.Guid("6a15d7ed-ea3d-4b54-8b71-d8a7f3e50295"); }
478
+ static get UserManagementOmniaSearchUserLogsBlade() { return new fx_models_1.Guid("3388cc39-7abc-42a2-8d2f-062e8532541b"); }
478
479
  static get UserManagementUserListingBlade() { return new fx_models_1.Guid("6f1fc259-6ddb-411a-bf17-41ed422947e3"); }
479
480
  static get UserManagementActiveUserListing() { return new fx_models_1.Guid("1972b656-c68c-4c50-afa7-c76c8959b88d"); }
480
481
  static get UserManagementDeletedUserListing() { return new fx_models_1.Guid("a7dfb3df-024c-49ac-a5f0-6dfd46c2ab65"); }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.5.66-preview",
4
+ "version": "7.5.68-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"