tencentcloud-sdk-nodejs-rum 4.1.126 → 4.1.133
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
|
@@ -50,6 +50,14 @@ export interface CreateTawInstanceRequest {
|
|
|
50
50
|
* 实例类型 1:原web相关类型 2:app端类型
|
|
51
51
|
*/
|
|
52
52
|
InstanceType?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 自动续费类型
|
|
55
|
+
*/
|
|
56
|
+
AutoRenewalType?: number;
|
|
57
|
+
/**
|
|
58
|
+
* 自动续费阈值
|
|
59
|
+
*/
|
|
60
|
+
AutoRenewalThreshold?: number;
|
|
53
61
|
}
|
|
54
62
|
/**
|
|
55
63
|
* DescribeDataFetchProject请求参数结构体
|