@microsoft/teams-js 2.0.0-beta.5-dev.3 → 2.0.0-beta.5-dev.4

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.
@@ -2120,6 +2120,10 @@ export interface DialogSize {
2120
2120
  export interface UrlDialogInfo {
2121
2121
  /**
2122
2122
  * The url to be rendered in the webview/iframe.
2123
+ *
2124
+ * @remarks
2125
+ * The domain of the url must match at least one of the
2126
+ * valid domains specified in the validDomains block of the manifest
2123
2127
  */
2124
2128
  url: string;
2125
2129
  size: DialogSize;
@@ -2146,6 +2150,10 @@ export interface BotUrlDialogInfo extends UrlDialogInfo {
2146
2150
  export interface DialogInfo {
2147
2151
  /**
2148
2152
  * The url to be rendered in the webview/iframe.
2153
+ *
2154
+ * @remarks
2155
+ * The domain of the url must match at least one of the
2156
+ * valid domains specified in the validDomains block of the manifest
2149
2157
  */
2150
2158
  url?: string;
2151
2159
  /**
@@ -1121,7 +1121,7 @@ __webpack_require__.d(__webpack_exports__, {
1121
1121
  });
1122
1122
 
1123
1123
  ;// CONCATENATED MODULE: ./src/internal/constants.ts
1124
- var version = "2.0.0-beta.5-dev.3";
1124
+ var version = "2.0.0-beta.5-dev.4";
1125
1125
  /**
1126
1126
  * @hidden
1127
1127
  * The client version when all SDK APIs started to check platform compatibility for the APIs was 1.6.0.