tencentcloud-sdk-nodejs-rum 4.1.126 → 4.1.134

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-rum",
3
- "version": "4.1.126",
3
+ "version": "4.1.134",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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请求参数结构体