@omnia/workplace 7.7.22-preview → 7.7.23-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.
|
@@ -453,6 +453,7 @@ export declare class WebComponentManifests {
|
|
|
453
453
|
static get SignOffRequestInfoPersistentDialog(): Guid;
|
|
454
454
|
static get SignOffRequestUpdateStatusDialog(): Guid;
|
|
455
455
|
static get SignOffRequestQueryableProperties(): Guid;
|
|
456
|
+
static get SignOffRequestCreationDialog(): Guid;
|
|
456
457
|
static get MicrosoftTeamChannelFeedCore(): Guid;
|
|
457
458
|
static get MicrosoftTeamChannelFeedBlockSettings(): Guid;
|
|
458
459
|
static get MicrosoftTeamChannelFeedBlock(): Guid;
|
|
@@ -462,6 +462,7 @@ class WebComponentManifests {
|
|
|
462
462
|
static get SignOffRequestInfoPersistentDialog() { return new fx_models_1.Guid("51d1ef63-4219-4a6c-86d4-4653f2ac783d"); }
|
|
463
463
|
static get SignOffRequestUpdateStatusDialog() { return new fx_models_1.Guid("e21e1edc-4610-43e4-9791-a5694f03554e"); }
|
|
464
464
|
static get SignOffRequestQueryableProperties() { return new fx_models_1.Guid("5fb83ba2-a122-4324-925f-aa7dad59a22d"); }
|
|
465
|
+
static get SignOffRequestCreationDialog() { return new fx_models_1.Guid("831b98b6-9b4d-4e30-93cf-543b853cbe15"); }
|
|
465
466
|
static get MicrosoftTeamChannelFeedCore() { return new fx_models_1.Guid("c3899c18-6445-47b8-a1db-fb583e1c0f54"); }
|
|
466
467
|
static get MicrosoftTeamChannelFeedBlockSettings() { return new fx_models_1.Guid("eb2b833b-d1ac-44aa-b22e-8df743d251a8"); }
|
|
467
468
|
static get MicrosoftTeamChannelFeedBlock() { return new fx_models_1.Guid("52aa99e3-4636-4bf2-b8d0-a9a722c87547"); }
|