tencentcloud-sdk-nodejs-cls 4.1.228 → 4.1.230
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.
package/package.json
CHANGED
|
@@ -10615,6 +10615,14 @@ export interface Console {
|
|
|
10615
10615
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10616
10616
|
*/
|
|
10617
10617
|
Menus?: Array<string>;
|
|
10618
|
+
/**
|
|
10619
|
+
* <p>公网访问域名</p>
|
|
10620
|
+
*/
|
|
10621
|
+
Domain?: string;
|
|
10622
|
+
/**
|
|
10623
|
+
* <p>内网访问域名</p>
|
|
10624
|
+
*/
|
|
10625
|
+
IntranetDomain?: string;
|
|
10618
10626
|
}
|
|
10619
10627
|
/**
|
|
10620
10628
|
* CreateAlarm返回参数结构体
|