tencentcloud-sdk-nodejs-cdn 4.1.161 → 4.1.194
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
|
@@ -1768,14 +1768,14 @@ export interface BriefDomain {
|
|
|
1768
1768
|
capping:触发配置的带宽阈值上限
|
|
1769
1769
|
readonly:域名存在特殊配置,被锁定
|
|
1770
1770
|
*/
|
|
1771
|
-
Disable
|
|
1771
|
+
Disable?: string;
|
|
1772
1772
|
/**
|
|
1773
1773
|
* 加速区域
|
|
1774
1774
|
mainland:中国境内加速
|
|
1775
1775
|
overseas:中国境外加速
|
|
1776
1776
|
global:全球加速
|
|
1777
1777
|
*/
|
|
1778
|
-
Area
|
|
1778
|
+
Area?: string;
|
|
1779
1779
|
/**
|
|
1780
1780
|
* 域名锁定状态
|
|
1781
1781
|
normal:未锁定
|
|
@@ -1783,15 +1783,15 @@ export interface BriefDomain {
|
|
|
1783
1783
|
overseas:中国境外锁定
|
|
1784
1784
|
global:全球锁定
|
|
1785
1785
|
*/
|
|
1786
|
-
Readonly
|
|
1786
|
+
Readonly?: string;
|
|
1787
1787
|
/**
|
|
1788
1788
|
* 域名所属产品,cdn/ecdn
|
|
1789
1789
|
*/
|
|
1790
|
-
Product
|
|
1790
|
+
Product?: string;
|
|
1791
1791
|
/**
|
|
1792
1792
|
* 主域名
|
|
1793
1793
|
*/
|
|
1794
|
-
ParentHost
|
|
1794
|
+
ParentHost?: string;
|
|
1795
1795
|
}
|
|
1796
1796
|
/**
|
|
1797
1797
|
* 时间戳与其对应的数值
|