@omnia/workplace 7.5.51-preview → 7.5.54-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.
@@ -486,6 +486,8 @@ export declare class WebComponentManifests {
486
486
  static get TenantAnalyticsConfigurationBlade(): Guid;
487
487
  static get TenantAnalyticsAddDimensionBlade(): Guid;
488
488
  static get UserManagementIdentityCreationRequestSettingsBlade(): Guid;
489
+ static get UserManagementIdentityCreationRequestUserTypeBlade(): Guid;
490
+ static get UserManagementIdentityCreationRequestUserTypePropertyBlade(): Guid;
489
491
  static get UserManagementIdentityCreationRequestPendingApprovalListing(): Guid;
490
492
  static get SetupWizardViewCore(): Guid;
491
493
  static get SetupWizardGeneralStep(): Guid;
@@ -495,6 +495,8 @@ class WebComponentManifests {
495
495
  static get TenantAnalyticsConfigurationBlade() { return new fx_models_1.Guid("4027e639-92ed-4064-95c8-f715f02cacac"); }
496
496
  static get TenantAnalyticsAddDimensionBlade() { return new fx_models_1.Guid("752607aa-4b6e-4865-90cc-c867fa1e0d91"); }
497
497
  static get UserManagementIdentityCreationRequestSettingsBlade() { return new fx_models_1.Guid("36D0078C-1C79-486B-B4E3-92A97F03BDB5"); }
498
+ static get UserManagementIdentityCreationRequestUserTypeBlade() { return new fx_models_1.Guid("126A1816-3C59-4A7C-867E-027F5D1021B8"); }
499
+ static get UserManagementIdentityCreationRequestUserTypePropertyBlade() { return new fx_models_1.Guid("9F06822D-0718-4B7A-B685-C6442EC2DFCC"); }
498
500
  static get UserManagementIdentityCreationRequestPendingApprovalListing() { return new fx_models_1.Guid("6F3F70CA-AFC5-4724-B3F8-405986A21717"); }
499
501
  static get SetupWizardViewCore() { return new fx_models_1.Guid("758d200f-91f3-4446-8662-07592f89eeba"); }
500
502
  static get SetupWizardGeneralStep() { return new fx_models_1.Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.5.51-preview",
4
+ "version": "7.5.54-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"