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