@omnia/workplace 6.5.97-preview → 6.5.98-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.
|
@@ -370,6 +370,7 @@ export declare class WebComponentManifests {
|
|
|
370
370
|
static get SignOffRequestResourceProvider(): Guid;
|
|
371
371
|
static get SignOffRequestListDialog(): Guid;
|
|
372
372
|
static get SignOffRequestUpdateStatusDialog(): Guid;
|
|
373
|
+
static get ShareToTeams(): Guid;
|
|
373
374
|
static get MicrosoftTeamChannelFeedCore(): Guid;
|
|
374
375
|
static get MicrosoftTeamChannelFeedBlockSettings(): Guid;
|
|
375
376
|
static get MicrosoftTeamChannelFeedBlock(): Guid;
|
|
@@ -1844,6 +1844,11 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
1844
1844
|
enumerable: false,
|
|
1845
1845
|
configurable: true
|
|
1846
1846
|
});
|
|
1847
|
+
Object.defineProperty(WebComponentManifests, "ShareToTeams", {
|
|
1848
|
+
get: function () { return new Guid("6afd1b39-b7d3-4a1b-9ea7-ad2a9f97c504"); },
|
|
1849
|
+
enumerable: false,
|
|
1850
|
+
configurable: true
|
|
1851
|
+
});
|
|
1847
1852
|
Object.defineProperty(WebComponentManifests, "MicrosoftTeamChannelFeedCore", {
|
|
1848
1853
|
get: function () { return new Guid("c3899c18-6445-47b8-a1db-fb583e1c0f54"); },
|
|
1849
1854
|
enumerable: false,
|