tencentcloud-sdk-nodejs 4.0.846 → 4.0.848

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.
Files changed (119) hide show
  1. package/CHANGELOG.md +409 -0
  2. package/SERVICE_CHANGELOG.md +490 -11
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -2
  7. package/src/services/btoe/index.ts +2 -2
  8. package/src/services/cdb/v20170320/cdb_client.ts +38 -2
  9. package/src/services/cdb/v20170320/cdb_models.ts +128 -40
  10. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  11. package/src/services/clb/v20180317/clb_models.ts +8 -0
  12. package/src/services/cls/v20201016/cls_models.ts +251 -54
  13. package/src/services/csip/v20221121/csip_models.ts +68 -0
  14. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  15. package/src/services/cwp/v20180228/cwp_client.ts +1 -15
  16. package/src/services/cwp/v20180228/cwp_models.ts +20 -104
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  18. package/src/services/dbbrain/index.ts +2 -2
  19. package/src/services/dts/index.ts +2 -2
  20. package/src/services/eis/index.ts +2 -2
  21. package/src/services/ess/v20201111/ess_models.ts +4 -0
  22. package/src/services/essbasic/index.ts +2 -2
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -1
  24. package/src/services/facefusion/index.ts +2 -2
  25. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
  26. package/src/services/iotcloud/index.ts +2 -2
  27. package/src/services/iotvideo/index.ts +2 -2
  28. package/src/services/mgobe/index.ts +2 -2
  29. package/src/services/monitor/v20180724/monitor_models.ts +36 -36
  30. package/src/services/ocr/v20181119/ocr_client.ts +2 -4
  31. package/src/services/organization/index.ts +2 -2
  32. package/src/services/rum/v20210622/rum_models.ts +19 -19
  33. package/src/services/sms/index.ts +2 -2
  34. package/src/services/ssl/v20191205/ssl_models.ts +2 -2
  35. package/src/services/tbp/index.ts +2 -2
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +56 -1
  37. package/src/services/teo/index.ts +2 -2
  38. package/src/services/teo/v20220901/teo_client.ts +17 -2
  39. package/src/services/teo/v20220901/teo_models.ts +31 -1
  40. package/src/services/tke/index.ts +2 -2
  41. package/src/services/trtc/v20190722/trtc_client.ts +3 -3
  42. package/src/services/trtc/v20190722/trtc_models.ts +15 -5
  43. package/src/services/tsf/v20180326/tsf_models.ts +54 -37
  44. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  45. package/src/services/vpc/v20170312/vpc_models.ts +18 -13
  46. package/src/services/wedata/v20210820/wedata_client.ts +12 -8
  47. package/src/services/wedata/v20210820/wedata_models.ts +341 -104
  48. package/src/services/yunsou/index.ts +2 -2
  49. package/tencentcloud/common/sdk_version.d.ts +1 -1
  50. package/tencentcloud/common/sdk_version.js +1 -1
  51. package/tencentcloud/services/bma/index.d.ts +4 -4
  52. package/tencentcloud/services/bma/index.js +2 -2
  53. package/tencentcloud/services/btoe/index.d.ts +4 -4
  54. package/tencentcloud/services/btoe/index.js +2 -2
  55. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +13 -1
  56. package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -0
  57. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +122 -40
  58. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  59. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  60. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +8 -0
  61. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +251 -54
  62. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +68 -0
  63. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  64. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
  65. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
  66. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +20 -102
  67. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  68. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  69. package/tencentcloud/services/dbbrain/index.js +2 -2
  70. package/tencentcloud/services/dts/index.d.ts +4 -4
  71. package/tencentcloud/services/dts/index.js +2 -2
  72. package/tencentcloud/services/eis/index.d.ts +4 -4
  73. package/tencentcloud/services/eis/index.js +2 -2
  74. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  75. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  76. package/tencentcloud/services/essbasic/index.js +2 -2
  77. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -1
  78. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  79. package/tencentcloud/services/facefusion/index.js +2 -2
  80. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
  81. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  82. package/tencentcloud/services/iotcloud/index.js +2 -2
  83. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  84. package/tencentcloud/services/iotvideo/index.js +2 -2
  85. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  86. package/tencentcloud/services/mgobe/index.js +2 -2
  87. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +36 -36
  88. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -2
  89. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -2
  90. package/tencentcloud/services/organization/index.d.ts +4 -4
  91. package/tencentcloud/services/organization/index.js +2 -2
  92. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +19 -19
  93. package/tencentcloud/services/sms/index.d.ts +4 -4
  94. package/tencentcloud/services/sms/index.js +2 -2
  95. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
  96. package/tencentcloud/services/tbp/index.d.ts +4 -4
  97. package/tencentcloud/services/tbp/index.js +2 -2
  98. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -1
  99. package/tencentcloud/services/teo/index.d.ts +4 -4
  100. package/tencentcloud/services/teo/index.js +2 -2
  101. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -2
  102. package/tencentcloud/services/teo/v20220901/teo_client.js +10 -1
  103. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +29 -1
  104. package/tencentcloud/services/tke/index.d.ts +4 -4
  105. package/tencentcloud/services/tke/index.js +2 -2
  106. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
  107. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
  108. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +15 -5
  109. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +54 -37
  110. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  111. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  112. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -13
  113. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  114. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +335 -102
  115. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  116. package/tencentcloud/services/yunsou/index.js +2 -2
  117. package/test/cdb.v20170320.test.js +30 -0
  118. package/test/cwp.v20180228.test.js +0 -10
  119. package/test/teo.v20220901.test.js +10 -0
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.essbasic = void 0;
4
- const v20210526_1 = require("./v20210526");
5
4
  const v20201222_1 = require("./v20201222");
5
+ const v20210526_1 = require("./v20210526");
6
6
  exports.essbasic = {
7
- v20210526: v20210526_1.v20210526,
8
7
  v20201222: v20201222_1.v20201222,
8
+ v20210526: v20210526_1.v20210526,
9
9
  };
@@ -1136,7 +1136,7 @@ export interface BaseFlowInfo {
1136
1136
  - 当指定C端签署人的签署方自定义控件别名不空时,除参数ApproverNumber外,可以只传参数ApproverSignRole。
1137
1137
 
1138
1138
  如果需要指定B端(企业身份类型)签署人,其中ReleasedApprover需要传递的参数如下:
1139
- `ApproverNumber`, `OrganizationName`, `ApproverType`必传。</br>
1139
+ (`ApproverNumber`, `ReleasedApproverRecipientId`这两个二选一), `OrganizationName`, `ApproverType`必传。</br>
1140
1140
  对于其他身份标识:
1141
1141
  - **子客企业指定经办人**:OpenId必传,OrganizationOpenId必传;
1142
1142
  - **非子客企业经办人**:Name、Mobile必传。
@@ -1153,6 +1153,11 @@ export interface ReleasedApprover {
1153
1153
  <li> **ENTERPRISESERVER**:企业静默签</li></ul>
1154
1154
  */
1155
1155
  ApproverType: string;
1156
+ /**
1157
+ * 签署人在原合同中的RecipientId,可以通过<a href="https://qian.tencent.com/developers/partnerApis/flows/DescribeFlowDetailInfo" target="_blank">DescribeFlowDetailInfo</a>接口查看原流程中的签署人信息,可参考返回结构体<a href="https://qian.tencent.com/developers/partnerApis/dataTypes/#flowapproverdetail" target="_blank">FlowApproverDetail</a>中的RecipientId。
1158
+ **注意**:当指定了此参数后,ApproverNumber即失效,会以本参数作为原合同参与人的选取。与ApproverNumber二选一。
1159
+ */
1160
+ ReleasedApproverRecipientId?: string;
1156
1161
  /**
1157
1162
  * 签署人姓名,最大长度50个字。
1158
1163
  */
@@ -1204,6 +1209,10 @@ export interface ReleasedApprover {
1204
1209
  如果需改动此参与人的角色名字,可用此字段指定,由汉字,英文字符,数字组成,最大20个字。
1205
1210
  */
1206
1211
  ApproverSignRole?: string;
1212
+ /**
1213
+ * 印章Id,签署控件类型为印章时,用于指定本企业签署方在解除协议中使用那个印章进行签署
1214
+ */
1215
+ ApproverSignSealId?: string;
1207
1216
  }
1208
1217
  /**
1209
1218
  * CreateConsoleLoginUrl返回参数结构体
@@ -1,10 +1,10 @@
1
1
  export declare const facefusion: {
2
- v20220927: {
3
- Client: typeof import("./v20220927/facefusion_client").Client;
4
- Models: typeof import("./v20220927/facefusion_models");
5
- };
6
2
  v20181201: {
7
3
  Client: typeof import("./v20181201/facefusion_client").Client;
8
4
  Models: typeof import("./v20181201/facefusion_models");
9
5
  };
6
+ v20220927: {
7
+ Client: typeof import("./v20220927/facefusion_client").Client;
8
+ Models: typeof import("./v20220927/facefusion_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.facefusion = void 0;
4
- const v20220927_1 = require("./v20220927");
5
4
  const v20181201_1 = require("./v20181201");
5
+ const v20220927_1 = require("./v20220927");
6
6
  exports.facefusion = {
7
- v20220927: v20220927_1.v20220927,
8
7
  v20181201: v20181201_1.v20181201,
8
+ v20220927: v20220927_1.v20220927,
9
9
  };
@@ -331,7 +331,7 @@ export interface Usage {
331
331
  TotalTokens?: number;
332
332
  }
333
333
  /**
334
- * 单条消息
334
+ * 会话内容
335
335
  */
336
336
  export interface Message {
337
337
  /**
@@ -341,7 +341,7 @@ export interface Message {
341
341
  /**
342
342
  * 文本内容
343
343
  */
344
- Content: string;
344
+ Content?: string;
345
345
  }
346
346
  /**
347
347
  * GetTokenCount请求参数结构体
@@ -1,10 +1,10 @@
1
1
  export declare const iotcloud: {
2
- v20180614: {
3
- Client: typeof import("./v20180614/iotcloud_client").Client;
4
- Models: typeof import("./v20180614/iotcloud_models");
5
- };
6
2
  v20210408: {
7
3
  Client: typeof import("./v20210408/iotcloud_client").Client;
8
4
  Models: typeof import("./v20210408/iotcloud_models");
9
5
  };
6
+ v20180614: {
7
+ Client: typeof import("./v20180614/iotcloud_client").Client;
8
+ Models: typeof import("./v20180614/iotcloud_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotcloud = void 0;
4
- const v20180614_1 = require("./v20180614");
5
4
  const v20210408_1 = require("./v20210408");
5
+ const v20180614_1 = require("./v20180614");
6
6
  exports.iotcloud = {
7
- v20180614: v20180614_1.v20180614,
8
7
  v20210408: v20210408_1.v20210408,
8
+ v20180614: v20180614_1.v20180614,
9
9
  };
@@ -1,12 +1,12 @@
1
1
  export declare const iotvideo: {
2
- v20191126: {
3
- Client: typeof import("./v20191126/iotvideo_client").Client;
4
- Models: typeof import("./v20191126/iotvideo_models");
5
- };
6
2
  v20201215: {
7
3
  Client: typeof import("./v20201215/iotvideo_client").Client;
8
4
  Models: typeof import("./v20201215/iotvideo_models");
9
5
  };
6
+ v20191126: {
7
+ Client: typeof import("./v20191126/iotvideo_client").Client;
8
+ Models: typeof import("./v20191126/iotvideo_models");
9
+ };
10
10
  v20211125: {
11
11
  Client: typeof import("./v20211125/iotvideo_client").Client;
12
12
  Models: typeof import("./v20211125/iotvideo_models");
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotvideo = void 0;
4
- const v20191126_1 = require("./v20191126");
5
4
  const v20201215_1 = require("./v20201215");
5
+ const v20191126_1 = require("./v20191126");
6
6
  const v20211125_1 = require("./v20211125");
7
7
  exports.iotvideo = {
8
- v20191126: v20191126_1.v20191126,
9
8
  v20201215: v20201215_1.v20201215,
9
+ v20191126: v20191126_1.v20191126,
10
10
  v20211125: v20211125_1.v20211125,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const mgobe: {
2
- v20201014: {
3
- Client: typeof import("./v20201014/mgobe_client").Client;
4
- Models: typeof import("./v20201014/mgobe_models");
5
- };
6
2
  v20190929: {
7
3
  Client: typeof import("./v20190929/mgobe_client").Client;
8
4
  Models: typeof import("./v20190929/mgobe_models");
9
5
  };
6
+ v20201014: {
7
+ Client: typeof import("./v20201014/mgobe_client").Client;
8
+ Models: typeof import("./v20201014/mgobe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.mgobe = void 0;
4
- const v20201014_1 = require("./v20201014");
5
4
  const v20190929_1 = require("./v20190929");
5
+ const v20201014_1 = require("./v20201014");
6
6
  exports.mgobe = {
7
- v20201014: v20201014_1.v20201014,
8
7
  v20190929: v20190929_1.v20190929,
8
+ v20201014: v20201014_1.v20201014,
9
9
  };
@@ -5328,11 +5328,11 @@ export interface PrometheusInstancesItem {
5328
5328
  /**
5329
5329
  * 实例ID。
5330
5330
  */
5331
- InstanceId: string;
5331
+ InstanceId?: string;
5332
5332
  /**
5333
5333
  * 实例名称。
5334
5334
  */
5335
- InstanceName: string;
5335
+ InstanceName?: string;
5336
5336
  /**
5337
5337
  * 实例计费模式。取值范围:
5338
5338
  <ul>
@@ -5340,28 +5340,28 @@ export interface PrometheusInstancesItem {
5340
5340
  <li>3:按量</li>
5341
5341
  </ul>
5342
5342
  */
5343
- InstanceChargeType: number;
5343
+ InstanceChargeType?: number;
5344
5344
  /**
5345
5345
  * 地域 ID
5346
5346
  */
5347
- RegionId: number;
5347
+ RegionId?: number;
5348
5348
  /**
5349
5349
  * 可用区
5350
5350
  */
5351
- Zone: string;
5351
+ Zone?: string;
5352
5352
  /**
5353
5353
  * VPC ID
5354
5354
  */
5355
- VpcId: string;
5355
+ VpcId?: string;
5356
5356
  /**
5357
5357
  * 子网 ID
5358
5358
  */
5359
- SubnetId: string;
5359
+ SubnetId?: string;
5360
5360
  /**
5361
5361
  * 存储周期
5362
5362
  注意:此字段可能返回 null,表示取不到有效值。
5363
5363
  */
5364
- DataRetentionTime: number;
5364
+ DataRetentionTime?: number;
5365
5365
  /**
5366
5366
  * 实例业务状态。取值范围:
5367
5367
  <ul>
@@ -5375,37 +5375,37 @@ export interface PrometheusInstancesItem {
5375
5375
  <li>9:欠费已停服</li>
5376
5376
  </ul>
5377
5377
  */
5378
- InstanceStatus: number;
5378
+ InstanceStatus?: number;
5379
5379
  /**
5380
5380
  * Grafana 面板 URL
5381
5381
  注意:此字段可能返回 null,表示取不到有效值。
5382
5382
  */
5383
- GrafanaURL: string;
5383
+ GrafanaURL?: string;
5384
5384
  /**
5385
5385
  * 创建时间
5386
5386
  */
5387
- CreatedAt: string;
5387
+ CreatedAt?: string;
5388
5388
  /**
5389
5389
  * 是否开启 Grafana
5390
5390
  <li>0:不开启</li>
5391
5391
  <li>1:开启</li>
5392
5392
  */
5393
- EnableGrafana: number;
5393
+ EnableGrafana?: number;
5394
5394
  /**
5395
5395
  * 实例IPV4地址
5396
5396
  注意:此字段可能返回 null,表示取不到有效值。
5397
5397
  */
5398
- IPv4Address: string;
5398
+ IPv4Address?: string;
5399
5399
  /**
5400
5400
  * 实例关联的标签列表。
5401
5401
  注意:此字段可能返回 null,表示取不到有效值。
5402
5402
  */
5403
- TagSpecification: Array<PrometheusTag>;
5403
+ TagSpecification?: Array<PrometheusTag>;
5404
5404
  /**
5405
5405
  * 购买的实例过期时间
5406
5406
  注意:此字段可能返回 null,表示取不到有效值。
5407
5407
  */
5408
- ExpireTime: string;
5408
+ ExpireTime?: string;
5409
5409
  /**
5410
5410
  * 计费状态
5411
5411
  <ul>
@@ -5417,23 +5417,23 @@ export interface PrometheusInstancesItem {
5417
5417
  </ul>
5418
5418
  注意:此字段可能返回 null,表示取不到有效值。
5419
5419
  */
5420
- ChargeStatus: number;
5420
+ ChargeStatus?: number;
5421
5421
  /**
5422
5422
  * 规格名称
5423
5423
  注意:此字段可能返回 null,表示取不到有效值。
5424
5424
  */
5425
- SpecName: string;
5425
+ SpecName?: string;
5426
5426
  /**
5427
5427
  * 自动续费标记
5428
5428
  <ul>
5429
5429
  <li>0:不自动续费</li>
5430
5430
  <li>1:开启自动续费</li>
5431
5431
  <li>2:禁止自动续费</li>
5432
- <li>-1:无效</ii>
5432
+ <li>-1:无效</li>
5433
5433
  </ul>
5434
5434
  注意:此字段可能返回 null,表示取不到有效值。
5435
5435
  */
5436
- AutoRenewFlag: number;
5436
+ AutoRenewFlag?: number;
5437
5437
  /**
5438
5438
  * 是否快过期
5439
5439
  <ul>
@@ -5442,27 +5442,27 @@ export interface PrometheusInstancesItem {
5442
5442
  </ul>
5443
5443
  注意:此字段可能返回 null,表示取不到有效值。
5444
5444
  */
5445
- IsNearExpire: number;
5445
+ IsNearExpire?: number;
5446
5446
  /**
5447
5447
  * 数据写入需要的 Token
5448
5448
  注意:此字段可能返回 null,表示取不到有效值。
5449
5449
  */
5450
- AuthToken: string;
5450
+ AuthToken?: string;
5451
5451
  /**
5452
5452
  * Prometheus Remote Write 的地址
5453
5453
  注意:此字段可能返回 null,表示取不到有效值。
5454
5454
  */
5455
- RemoteWrite: string;
5455
+ RemoteWrite?: string;
5456
5456
  /**
5457
5457
  * Prometheus HTTP Api 根地址
5458
5458
  注意:此字段可能返回 null,表示取不到有效值。
5459
5459
  */
5460
- ApiRootPath: string;
5460
+ ApiRootPath?: string;
5461
5461
  /**
5462
5462
  * Proxy 的地址
5463
5463
  注意:此字段可能返回 null,表示取不到有效值。
5464
5464
  */
5465
- ProxyAddress: string;
5465
+ ProxyAddress?: string;
5466
5466
  /**
5467
5467
  * Grafana 运行状态
5468
5468
  <ul>
@@ -5476,37 +5476,37 @@ export interface PrometheusInstancesItem {
5476
5476
  </ul>
5477
5477
  注意:此字段可能返回 null,表示取不到有效值。
5478
5478
  */
5479
- GrafanaStatus: number;
5479
+ GrafanaStatus?: number;
5480
5480
  /**
5481
5481
  * Grafana IP 白名单列表,使用英文分号分隔
5482
5482
  注意:此字段可能返回 null,表示取不到有效值。
5483
5483
  */
5484
- GrafanaIpWhiteList: string;
5484
+ GrafanaIpWhiteList?: string;
5485
5485
  /**
5486
5486
  * 实例的授权信息
5487
5487
  注意:此字段可能返回 null,表示取不到有效值。
5488
5488
  */
5489
- Grant: PrometheusInstanceGrantInfo;
5489
+ Grant?: PrometheusInstanceGrantInfo;
5490
5490
  /**
5491
5491
  * 绑定的 Grafana 实例 ID
5492
5492
  注意:此字段可能返回 null,表示取不到有效值。
5493
5493
  */
5494
- GrafanaInstanceId: string;
5494
+ GrafanaInstanceId?: string;
5495
5495
  /**
5496
5496
  * 告警规则限制
5497
5497
  注意:此字段可能返回 null,表示取不到有效值。
5498
5498
  */
5499
- AlertRuleLimit: number;
5499
+ AlertRuleLimit?: number;
5500
5500
  /**
5501
5501
  * 预聚合规则限制
5502
5502
  注意:此字段可能返回 null,表示取不到有效值。
5503
5503
  */
5504
- RecordingRuleLimit: number;
5504
+ RecordingRuleLimit?: number;
5505
5505
  /**
5506
5506
  * 迁移状态,0-不在迁移中,1-迁移中、原实例,2-迁移中、目标实例
5507
5507
  注意:此字段可能返回 null,表示取不到有效值。
5508
5508
  */
5509
- MigrationType: number;
5509
+ MigrationType?: number;
5510
5510
  }
5511
5511
  /**
5512
5512
  * DescribeConditionsTemplateList请求参数结构体
@@ -7589,7 +7589,7 @@ export interface PrometheusClusterAgentBasic {
7589
7589
  */
7590
7590
  Region: string;
7591
7591
  /**
7592
- * 集群类型
7592
+ * 集群类型。可填入tke、eks、tkeedge、tdcc,分别代表标准集群、弹性集群、边缘集群、注册集群
7593
7593
  */
7594
7594
  ClusterType: string;
7595
7595
  /**
@@ -8189,14 +8189,14 @@ export interface PrometheusRegionItem {
8189
8189
  * ModifyPrometheusInstanceAttributes请求参数结构体
8190
8190
  */
8191
8191
  export interface ModifyPrometheusInstanceAttributesRequest {
8192
- /**
8193
- * 实例名称
8194
- */
8195
- InstanceName: string;
8196
8192
  /**
8197
8193
  * 实例 ID
8198
8194
  */
8199
8195
  InstanceId: string;
8196
+ /**
8197
+ * 实例名称
8198
+ */
8199
+ InstanceName?: string;
8200
8200
  /**
8201
8201
  * 存储时长(取值为 15、30、45。此参数不适用于包年包月实例)
8202
8202
  */
@@ -517,8 +517,6 @@ export declare class Client extends AbstractClient {
517
517
  HmtResidentPermitOCR(req: HmtResidentPermitOCRRequest, cb?: (error: string, rep: HmtResidentPermitOCRResponse) => void): Promise<HmtResidentPermitOCRResponse>;
518
518
  /**
519
519
  * 本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。
520
-
521
- 默认接口请求频率限制:10次/秒。
522
520
  */
523
521
  RecognizeGeneralTextImageWarn(req: RecognizeGeneralTextImageWarnRequest, cb?: (error: string, rep: RecognizeGeneralTextImageWarnResponse) => void): Promise<RecognizeGeneralTextImageWarnResponse>;
524
522
  /**
@@ -637,8 +637,6 @@ class Client extends abstract_client_1.AbstractClient {
637
637
  }
638
638
  /**
639
639
  * 本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。
640
-
641
- 默认接口请求频率限制:10次/秒。
642
640
  */
643
641
  async RecognizeGeneralTextImageWarn(req, cb) {
644
642
  return this.request("RecognizeGeneralTextImageWarn", req, cb);
@@ -1,10 +1,10 @@
1
1
  export declare const organization: {
2
- v20181225: {
3
- Client: typeof import("./v20181225/organization_client").Client;
4
- Models: typeof import("./v20181225/organization_models");
5
- };
6
2
  v20210331: {
7
3
  Client: typeof import("./v20210331/organization_client").Client;
8
4
  Models: typeof import("./v20210331/organization_models");
9
5
  };
6
+ v20181225: {
7
+ Client: typeof import("./v20181225/organization_client").Client;
8
+ Models: typeof import("./v20181225/organization_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.organization = void 0;
4
- const v20181225_1 = require("./v20181225");
5
4
  const v20210331_1 = require("./v20210331");
5
+ const v20181225_1 = require("./v20181225");
6
6
  exports.organization = {
7
- v20181225: v20181225_1.v20181225,
8
7
  v20210331: v20210331_1.v20210331,
8
+ v20181225: v20181225_1.v20181225,
9
9
  };
@@ -56,7 +56,7 @@ export interface CreateTawInstanceRequest {
56
56
  */
57
57
  export interface DescribeDataFetchProjectRequest {
58
58
  /**
59
- * 开始时间
59
+ * 开始时间,示例值:1625454840
60
60
  */
61
61
  StartTime: number;
62
62
  /**
@@ -64,7 +64,7 @@ export interface DescribeDataFetchProjectRequest {
64
64
  */
65
65
  Type: string;
66
66
  /**
67
- * 结束时间
67
+ * 结束时间,示例值:1625454840
68
68
  */
69
69
  EndTime: number;
70
70
  /**
@@ -88,7 +88,7 @@ export interface DescribeDataFetchProjectRequest {
88
88
  */
89
89
  From?: string;
90
90
  /**
91
- * 日志等级
91
+ * 日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)
92
92
  */
93
93
  Level?: string;
94
94
  /**
@@ -116,7 +116,7 @@ export interface DescribeDataFetchProjectRequest {
116
116
  */
117
117
  ExtFirst?: string;
118
118
  /**
119
- * 网络类型
119
+ * 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
120
120
  */
121
121
  NetType?: string;
122
122
  /**
@@ -348,15 +348,15 @@ export interface DescribeErrorResponse {
348
348
  /**
349
349
  * 内容
350
350
  */
351
- Content: string;
351
+ Content?: string;
352
352
  /**
353
353
  * 项目ID
354
354
  */
355
- ID: number;
355
+ ID?: number;
356
356
  /**
357
357
  * 时间
358
358
  */
359
- CreateTime: string;
359
+ CreateTime?: string;
360
360
  /**
361
361
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
362
362
  */
@@ -470,7 +470,7 @@ export interface DescribeDataReportCountRequest {
470
470
  */
471
471
  ID?: number;
472
472
  /**
473
- * 上报类型
473
+ * 上报类型(custom,event,log,miniProgramData,performance,pv,speed,webvitals)
474
474
  */
475
475
  ReportType?: string;
476
476
  /**
@@ -901,7 +901,7 @@ export interface DescribeDataPerformancePageRequest {
901
901
  */
902
902
  EndTime: number;
903
903
  /**
904
- * pagepv:性能视图,allcount:性能视图,falls:页面加载瀑布图,samp:首屏时间,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
904
+ * pagepv:pv视图,allcount:性能视图,falls:页面加载瀑布图,samp:首屏时间,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
905
905
  */
906
906
  Type: string;
907
907
  /**
@@ -1008,7 +1008,7 @@ export interface DescribeDataFetchUrlRequest {
1008
1008
  */
1009
1009
  StartTime: number;
1010
1010
  /**
1011
- * allcount:性能视图,day:14天数据,count40x:40X视图,count50x:50X视图,count5xand4x:40∑50视图,top:资源top视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
1011
+ * allcount:性能视图,pagepv:pv视图,day:14天数据,count40x:40X视图,count50x:50X视图,count5xand4x:40∑50视图,top:资源top视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
1012
1012
  */
1013
1013
  Type: string;
1014
1014
  /**
@@ -1400,7 +1400,7 @@ export interface DescribeDataStaticProjectRequest {
1400
1400
  */
1401
1401
  From?: string;
1402
1402
  /**
1403
- * 日志等级
1403
+ * 日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)
1404
1404
  */
1405
1405
  Level?: string;
1406
1406
  /**
@@ -1428,7 +1428,7 @@ export interface DescribeDataStaticProjectRequest {
1428
1428
  */
1429
1429
  ExtFirst?: string;
1430
1430
  /**
1431
- * 网络类型
1431
+ * 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
1432
1432
  */
1433
1433
  NetType?: string;
1434
1434
  /**
@@ -1524,7 +1524,7 @@ export interface ProjectLimit {
1524
1524
  */
1525
1525
  export interface CreateProjectRequest {
1526
1526
  /**
1527
- * 创建的项目名(不为空且最长为 200)
1527
+ * 应用名称(不为空且最长为 200)
1528
1528
  */
1529
1529
  Name: string;
1530
1530
  /**
@@ -1552,7 +1552,7 @@ export interface CreateProjectRequest {
1552
1552
  */
1553
1553
  URL?: string;
1554
1554
  /**
1555
- * 创建的项目描述(可选,最长为 1000)
1555
+ * 应用描述(可选,最长为 1000)
1556
1556
  */
1557
1557
  Desc?: string;
1558
1558
  }
@@ -1848,7 +1848,7 @@ export interface DescribeReleaseFileSignRequest {
1848
1848
  */
1849
1849
  Timeout?: number;
1850
1850
  /**
1851
- * bucket类型,不填默认web,2:app
1851
+ * bucket类型,不填默认1:web,2:app
1852
1852
  */
1853
1853
  FileType?: number;
1854
1854
  }
@@ -1916,7 +1916,7 @@ export interface DescribeScoresResponse {
1916
1916
  /**
1917
1917
  * 数组
1918
1918
  */
1919
- ScoreSet: Array<ScoreInfo>;
1919
+ ScoreSet?: Array<ScoreInfo>;
1920
1920
  /**
1921
1921
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1922
1922
  */
@@ -2764,7 +2764,7 @@ export interface DescribeDataReportCountResponse {
2764
2764
  /**
2765
2765
  * 返回值
2766
2766
  */
2767
- Result: string;
2767
+ Result?: string;
2768
2768
  /**
2769
2769
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2770
2770
  */
@@ -2809,7 +2809,7 @@ export interface ModifyProjectRequest {
2809
2809
  */
2810
2810
  ID: number;
2811
2811
  /**
2812
- * 项目名(可选,不为空且最长为 200)
2812
+ * 应用名称(可选,不为空且最长为 200字符)
2813
2813
  */
2814
2814
  Name?: string;
2815
2815
  /**
@@ -2837,7 +2837,7 @@ export interface ModifyProjectRequest {
2837
2837
  */
2838
2838
  Type?: string;
2839
2839
  /**
2840
- * 项目描述(可选,最长为 1000)
2840
+ * 应用描述(可选,最长为 1000字符)
2841
2841
  */
2842
2842
  Desc?: string;
2843
2843
  }
@@ -1,10 +1,10 @@
1
1
  export declare const sms: {
2
- v20190711: {
3
- Client: typeof import("./v20190711/sms_client").Client;
4
- Models: typeof import("./v20190711/sms_models");
5
- };
6
2
  v20210111: {
7
3
  Client: typeof import("./v20210111/sms_client").Client;
8
4
  Models: typeof import("./v20210111/sms_models");
9
5
  };
6
+ v20190711: {
7
+ Client: typeof import("./v20190711/sms_client").Client;
8
+ Models: typeof import("./v20190711/sms_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sms = void 0;
4
- const v20190711_1 = require("./v20190711");
5
4
  const v20210111_1 = require("./v20210111");
5
+ const v20190711_1 = require("./v20190711");
6
6
  exports.sms = {
7
- v20190711: v20190711_1.v20190711,
8
7
  v20210111: v20210111_1.v20210111,
8
+ v20190711: v20190711_1.v20190711,
9
9
  };
@@ -4395,7 +4395,7 @@ export interface ApplyCertificateRequest {
4395
4395
  */
4396
4396
  ProjectId?: number;
4397
4397
  /**
4398
- * 证书类型,目前仅支持类型22 = TrustAsia TLS RSA CA
4398
+ * 证书类型,目前仅支持类型8383 = TrustAsia C1 DV Free
4399
4399
  */
4400
4400
  PackageType?: string;
4401
4401
  /**
@@ -4407,7 +4407,7 @@ export interface ApplyCertificateRequest {
4407
4407
  */
4408
4408
  ContactPhone?: string;
4409
4409
  /**
4410
- * 有效期,默认12个月,目前仅支持12个月。
4410
+ * 有效期,默认3个月,目前仅支持3个月。
4411
4411
  */
4412
4412
  ValidityPeriod?: string;
4413
4413
  /**