tencentcloud-sdk-nodejs-svp 4.1.165 → 4.1.232

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-svp",
3
- "version": "4.1.165",
3
+ "version": "4.1.232",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3,41 +3,45 @@
3
3
  */
4
4
  export interface CreateSavingPlanOrderRequest {
5
5
  /**
6
- * 地域编码
6
+ * <p>地域编码</p>
7
7
  */
8
8
  RegionId: number;
9
9
  /**
10
- * 区域编码
10
+ * <p>区域编码</p>
11
11
  */
12
12
  ZoneId: number;
13
13
  /**
14
- * 预付费类型
14
+ * <p>预付费类型</p><p>枚举值:</p><ul><li>1: 全预费</li><li>2: 部分预付</li><li>3: 不预付</li></ul>
15
15
  */
16
16
  PrePayType: string;
17
17
  /**
18
- * 时长
18
+ * <p>时长</p>
19
19
  */
20
20
  TimeSpan: number;
21
21
  /**
22
- * 时长单位
22
+ * <p>时长单位</p>
23
23
  */
24
24
  TimeUnit: string;
25
25
  /**
26
- * 商品唯一标识
26
+ * <p>商品唯一标识</p>
27
27
  */
28
28
  CommodityCode: string;
29
29
  /**
30
- * 承诺时长内的小额金额(单位:元)
30
+ * <p>承诺时长内的小额金额(单位:元)</p>
31
31
  */
32
32
  PromiseUseAmount: number;
33
33
  /**
34
- * 节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:"2023-10-01 00:00:00",仅支持指定日期的0点时刻
34
+ * <p>节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:&quot;2023-10-01 00:00:00&quot;,仅支持指定日期的0点时刻</p>
35
35
  */
36
36
  SpecifyEffectTime?: string;
37
37
  /**
38
- * 可重入ID
38
+ * <p>可重入ID</p>
39
39
  */
40
40
  ClientToken?: string;
41
+ /**
42
+ * <p>节省计划结算类型</p><p>枚举值:</p><ul><li>1: 小时结算包</li><li>2: 日结算包</li><li>3: 月结算包</li></ul><p>默认值:1</p><p>不填写是默认是小时结算包</p>
43
+ */
44
+ CommitmentPeriod?: number;
41
45
  }
42
46
  /**
43
47
  * DescribeSavingPlanCoverage请求参数结构体
@@ -69,7 +73,7 @@ export interface DescribeSavingPlanCoverageRequest {
69
73
  */
70
74
  export interface CreateSavingPlanOrderResponse {
71
75
  /**
72
- * 订单号
76
+ * <p>订单号</p>
73
77
  */
74
78
  BigDealId?: string;
75
79
  /**