@microsoft/teams-js 2.1.0 → 2.1.1-beta.0

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.
@@ -5602,7 +5602,7 @@ export function getMruTabInstances(callback: (tabInfo: TabInformation) => void,
5602
5602
  export function shareDeepLink(deepLinkParameters: DeepLinkParameters): void;
5603
5603
  /**
5604
5604
  * @deprecated
5605
- * As of 2.0.0, please use {@link app.openLink core.openLink(deepLink: string): Promise\<void\>} instead.
5605
+ * As of 2.0.0, please use {@link app.openLink app.openLink(deepLink: string): Promise\<void\>} instead.
5606
5606
  *
5607
5607
  * Execute deep link API.
5608
5608
  *
@@ -1125,7 +1125,7 @@ __webpack_require__.d(__webpack_exports__, {
1125
1125
  });
1126
1126
 
1127
1127
  ;// CONCATENATED MODULE: ./src/internal/constants.ts
1128
- var version = "2.1.0";
1128
+ var version = "2.1.1-beta.0";
1129
1129
  /**
1130
1130
  * @hidden
1131
1131
  * The client version when all SDK APIs started to check platform compatibility for the APIs was 1.6.0.
@@ -5611,7 +5611,7 @@ var chat;
5611
5611
  */
5612
5612
  function openChat(openChatRequest) {
5613
5613
  return new Promise(function (resolve) {
5614
- ensureInitialized(FrameContexts.content);
5614
+ ensureInitialized(FrameContexts.content, FrameContexts.task);
5615
5615
  if (!isSupported()) {
5616
5616
  throw errorNotSupportedOnPlatform;
5617
5617
  }
@@ -5650,7 +5650,7 @@ var chat;
5650
5650
  openChat(chatRequest);
5651
5651
  }
5652
5652
  else {
5653
- ensureInitialized(FrameContexts.content);
5653
+ ensureInitialized(FrameContexts.content, FrameContexts.task);
5654
5654
  if (!isSupported()) {
5655
5655
  throw errorNotSupportedOnPlatform;
5656
5656
  }
@@ -7205,7 +7205,7 @@ function shareDeepLink(deepLinkParameters) {
7205
7205
  }
7206
7206
  /**
7207
7207
  * @deprecated
7208
- * As of 2.0.0, please use {@link app.openLink core.openLink(deepLink: string): Promise\<void\>} instead.
7208
+ * As of 2.0.0, please use {@link app.openLink app.openLink(deepLink: string): Promise\<void\>} instead.
7209
7209
  *
7210
7210
  * Execute deep link API.
7211
7211
  *