tencentcloud-sdk-nodejs 4.0.538 → 4.0.539

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 (81) hide show
  1. package/CHANGELOG.md +225 -0
  2. package/SERVICE_CHANGELOG.md +264 -80
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -0
  7. package/src/services/bma/v20221115/bma_client.ts +79 -0
  8. package/src/services/bma/v20221115/bma_models.ts +146 -0
  9. package/src/services/bma/v20221115/index.ts +6 -0
  10. package/src/services/bmeip/v20180625/bmeip_client.ts +2 -2
  11. package/src/services/bmeip/v20180625/bmeip_models.ts +5 -5
  12. package/src/services/car/v20220110/car_models.ts +1 -1
  13. package/src/services/cls/v20201016/cls_client.ts +2 -2
  14. package/src/services/cls/v20201016/cls_models.ts +3 -3
  15. package/src/services/cwp/v20180228/cwp_models.ts +19 -1
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +29 -14
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +172 -42
  18. package/src/services/dnspod/v20210323/dnspod_client.ts +115 -36
  19. package/src/services/dnspod/v20210323/dnspod_models.ts +531 -19
  20. package/src/services/domain/v20180808/domain_models.ts +1 -0
  21. package/src/services/faceid/v20180301/faceid_models.ts +5 -5
  22. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  23. package/src/services/lcic/v20220817/lcic_client.ts +12 -0
  24. package/src/services/lcic/v20220817/lcic_models.ts +40 -0
  25. package/src/services/nlp/v20190408/nlp_client.ts +0 -5
  26. package/src/services/nlp/v20190408/nlp_models.ts +2 -2
  27. package/src/services/redis/v20180412/redis_models.ts +3 -3
  28. package/src/services/tione/v20211111/tione_models.ts +36 -1
  29. package/src/services/tke/v20180525/tke_models.ts +13 -13
  30. package/src/services/tsf/v20180326/tsf_models.ts +12 -0
  31. package/src/services/tts/v20190823/tts_models.ts +7 -3
  32. package/src/services/vod/v20180717/vod_client.ts +0 -1
  33. package/src/services/vod/v20180717/vod_models.ts +10 -17
  34. package/src/services/wedata/v20210820/wedata_client.ts +2 -0
  35. package/src/services/wedata/v20210820/wedata_models.ts +85 -0
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/bma/index.d.ts +4 -0
  39. package/tencentcloud/services/bma/index.js +2 -0
  40. package/tencentcloud/services/bma/v20221115/bma_client.d.ts +26 -0
  41. package/tencentcloud/services/bma/v20221115/bma_client.js +55 -0
  42. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +112 -0
  43. package/tencentcloud/services/bma/v20221115/bma_models.js +18 -0
  44. package/tencentcloud/services/bma/v20221115/index.d.ts +6 -0
  45. package/tencentcloud/services/bma/v20221115/index.js +9 -0
  46. package/tencentcloud/services/bmeip/v20180625/bmeip_client.d.ts +2 -2
  47. package/tencentcloud/services/bmeip/v20180625/bmeip_client.js +2 -2
  48. package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +5 -5
  49. package/tencentcloud/services/car/v20220110/car_models.d.ts +1 -1
  50. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -2
  51. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -2
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -3
  53. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -1
  54. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +146 -36
  57. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +37 -13
  58. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +54 -18
  59. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +450 -17
  60. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -0
  61. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
  62. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  63. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  64. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  65. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +34 -0
  66. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -5
  67. package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -5
  68. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
  69. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
  70. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +30 -1
  71. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -13
  72. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
  73. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +6 -2
  74. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -1
  75. package/tencentcloud/services/vod/v20180717/vod_client.js +0 -1
  76. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -17
  77. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +70 -0
  78. package/test/bma.v20221115.test.js +61 -0
  79. package/test/cynosdb.v20190107.test.js +14 -4
  80. package/test/dnspod.v20210323.test.js +74 -14
  81. package/test/lcic.v20220817.test.js +10 -0
@@ -45,6 +45,7 @@ import {
45
45
  DeleteRoomResponse,
46
46
  ModifyUserProfileRequest,
47
47
  DescribeDocumentsByRoomRequest,
48
+ DescribeCurrentMemberListRequest,
48
49
  DescribeSdkAppIdUsersResponse,
49
50
  GetWatermarkResponse,
50
51
  DeleteDocumentResponse,
@@ -73,6 +74,7 @@ import {
73
74
  LoginOriginIdRequest,
74
75
  AppConfig,
75
76
  BatchRegisterResponse,
77
+ DescribeCurrentMemberListResponse,
76
78
  LoginUserRequest,
77
79
  BatchCreateRoomRequest,
78
80
  BindDocumentToRoomResponse,
@@ -305,6 +307,16 @@ export class Client extends AbstractClient {
305
307
  return this.request("SetAppCustomContent", req, cb)
306
308
  }
307
309
 
310
+ /**
311
+ * 获取当前房间的成员列表,房间结束或过期后无法使用。
312
+ */
313
+ async DescribeCurrentMemberList(
314
+ req: DescribeCurrentMemberListRequest,
315
+ cb?: (error: string, rep: DescribeCurrentMemberListResponse) => void
316
+ ): Promise<DescribeCurrentMemberListResponse> {
317
+ return this.request("DescribeCurrentMemberList", req, cb)
318
+ }
319
+
308
320
  /**
309
321
  * 获取应用详情
310
322
  */
@@ -806,6 +806,26 @@ export interface DescribeDocumentsByRoomRequest {
806
806
  Owner?: string
807
807
  }
808
808
 
809
+ /**
810
+ * DescribeCurrentMemberList请求参数结构体
811
+ */
812
+ export interface DescribeCurrentMemberListRequest {
813
+ /**
814
+ * 房间Id。
815
+ */
816
+ RoomId: number
817
+
818
+ /**
819
+ * 分页查询当前页数,从1开始递增。
820
+ */
821
+ Page: number
822
+
823
+ /**
824
+ * 每页数据量,最大1000。
825
+ */
826
+ Limit: number
827
+ }
828
+
809
829
  /**
810
830
  * DescribeSdkAppIdUsers返回参数结构体
811
831
  */
@@ -1473,6 +1493,26 @@ export interface BatchRegisterResponse {
1473
1493
  RequestId?: string
1474
1494
  }
1475
1495
 
1496
+ /**
1497
+ * DescribeCurrentMemberList返回参数结构体
1498
+ */
1499
+ export interface DescribeCurrentMemberListResponse {
1500
+ /**
1501
+ * 记录总数。当前房间的总人数。
1502
+ */
1503
+ Total?: number
1504
+
1505
+ /**
1506
+ * 成员记录列表。
1507
+ */
1508
+ MemberRecords?: Array<MemberRecord>
1509
+
1510
+ /**
1511
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1512
+ */
1513
+ RequestId?: string
1514
+ }
1515
+
1476
1516
  /**
1477
1517
  * LoginUser请求参数结构体
1478
1518
  */
@@ -146,11 +146,6 @@ export class Client extends AbstractClient {
146
146
 
147
147
  该词向量服务由腾讯知文自然语言处理团队联合腾讯AI Lab共同打造。使用的词向量基于千亿级大规模互联网语料并采用AI Lab自研的DSG算法训练而成,开源的词向量包含800多万中文词汇,在覆盖率、新鲜度及准确性等三方面性能突出。
148
148
 
149
- 腾讯AI Lab词向量相关资料:
150
-
151
- https://ai.tencent.com/ailab/zh/news/detial?id=22
152
-
153
- https://ai.tencent.com/ailab/nlp/zh/embedding.html
154
149
  */
155
150
  async WordEmbedding(
156
151
  req: WordEmbeddingRequest,
@@ -661,12 +661,12 @@ export interface WordEmbeddingResponse {
661
661
  /**
662
662
  * 词向量数组
663
663
  */
664
- Vector?: Array<number>
664
+ Vector: Array<number>
665
665
 
666
666
  /**
667
667
  * 词向量的维度
668
668
  */
669
- Dimension?: number
669
+ Dimension: number
670
670
 
671
671
  /**
672
672
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -653,12 +653,12 @@ export interface DescribeSlowLogResponse {
653
653
  /**
654
654
  * 慢查询总数。
655
655
  */
656
- TotalCount: number
656
+ TotalCount?: number
657
657
 
658
658
  /**
659
659
  * 慢查询详情。
660
660
  */
661
- InstanceSlowlogDetail: Array<InstanceSlowlogDetail>
661
+ InstanceSlowlogDetail?: Array<InstanceSlowlogDetail>
662
662
 
663
663
  /**
664
664
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3779,7 +3779,7 @@ export interface DescribeSlowLogRequest {
3779
3779
  EndTime: string
3780
3780
 
3781
3781
  /**
3782
- * 慢查询平均执行时间阈值(单位:微秒)。
3782
+ * 慢查询平均执行时间阈值(单位:毫秒)。
3783
3783
  */
3784
3784
  MinQueryTime?: number
3785
3785
 
@@ -1275,6 +1275,11 @@ export interface SpecPrice {
1275
1275
  * 优惠后的价格,单位:分
1276
1276
  */
1277
1277
  RealTotalCost: number
1278
+
1279
+ /**
1280
+ * 计费项数量
1281
+ */
1282
+ SpecCount?: number
1278
1283
  }
1279
1284
 
1280
1285
  /**
@@ -2910,6 +2915,18 @@ export interface DatasetInfo {
2910
2915
  注意:此字段可能返回 null,表示取不到有效值。
2911
2916
  */
2912
2917
  DatasetScope: string
2918
+
2919
+ /**
2920
+ * 数据集OCR子场景
2921
+ 注意:此字段可能返回 null,表示取不到有效值。
2922
+ */
2923
+ OcrScene: string
2924
+
2925
+ /**
2926
+ * 数据集字典修改状态
2927
+ 注意:此字段可能返回 null,表示取不到有效值。
2928
+ */
2929
+ AnnotationKeyStatus: string
2913
2930
  }
2914
2931
 
2915
2932
  /**
@@ -3915,6 +3932,24 @@ export interface DatasetGroup {
3915
3932
  注意:此字段可能返回 null,表示取不到有效值。
3916
3933
  */
3917
3934
  DatasetScope: string
3935
+
3936
+ /**
3937
+ * 数据集OCR子场景
3938
+ 注意:此字段可能返回 null,表示取不到有效值。
3939
+ */
3940
+ OcrScene: string
3941
+
3942
+ /**
3943
+ * 数据集字典修改状态
3944
+ 注意:此字段可能返回 null,表示取不到有效值。
3945
+ */
3946
+ AnnotationKeyStatus: string
3947
+
3948
+ /**
3949
+ * 文本数据集导入方式
3950
+ 注意:此字段可能返回 null,表示取不到有效值。
3951
+ */
3952
+ ContentType?: string
3918
3953
  }
3919
3954
 
3920
3955
  /**
@@ -6251,7 +6286,7 @@ export interface DescribeBillingSpecsPriceResponse {
6251
6286
  /**
6252
6287
  * 计费项价格,支持批量返回
6253
6288
  */
6254
- SpecsPrice: Array<SpecPrice>
6289
+ SpecsPrice?: Array<SpecPrice>
6255
6290
 
6256
6291
  /**
6257
6292
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2904,12 +2904,12 @@ export interface DescribePrometheusAlertHistoryResponse {
2904
2904
  /**
2905
2905
  * 告警历史
2906
2906
  */
2907
- Items: Array<PrometheusAlertHistoryItem>
2907
+ Items?: Array<PrometheusAlertHistoryItem>
2908
2908
 
2909
2909
  /**
2910
2910
  * 总数
2911
2911
  */
2912
- Total: number
2912
+ Total?: number
2913
2913
 
2914
2914
  /**
2915
2915
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4007,12 +4007,12 @@ export interface DescribePrometheusAlertRuleResponse {
4007
4007
  /**
4008
4008
  * 告警详情
4009
4009
  */
4010
- AlertRules: Array<PrometheusAlertRuleDetail>
4010
+ AlertRules?: Array<PrometheusAlertRuleDetail>
4011
4011
 
4012
4012
  /**
4013
4013
  * 总数
4014
4014
  */
4015
- Total: number
4015
+ Total?: number
4016
4016
 
4017
4017
  /**
4018
4018
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5605,44 +5605,44 @@ export interface DescribePrometheusInstanceResponse {
5605
5605
  /**
5606
5606
  * 实例id
5607
5607
  */
5608
- InstanceId: string
5608
+ InstanceId?: string
5609
5609
 
5610
5610
  /**
5611
5611
  * 实例名称
5612
5612
  */
5613
- Name: string
5613
+ Name?: string
5614
5614
 
5615
5615
  /**
5616
5616
  * 私有网络id
5617
5617
  */
5618
- VpcId: string
5618
+ VpcId?: string
5619
5619
 
5620
5620
  /**
5621
5621
  * 子网id
5622
5622
  */
5623
- SubnetId: string
5623
+ SubnetId?: string
5624
5624
 
5625
5625
  /**
5626
5626
  * cos桶名称
5627
5627
  */
5628
- COSBucket: string
5628
+ COSBucket?: string
5629
5629
 
5630
5630
  /**
5631
5631
  * 数据查询地址
5632
5632
  */
5633
- QueryAddress: string
5633
+ QueryAddress?: string
5634
5634
 
5635
5635
  /**
5636
5636
  * 实例中grafana相关的信息
5637
5637
  注意:此字段可能返回 null,表示取不到有效值。
5638
5638
  */
5639
- Grafana: PrometheusGrafanaInfo
5639
+ Grafana?: PrometheusGrafanaInfo
5640
5640
 
5641
5641
  /**
5642
5642
  * 用户自定义alertmanager
5643
5643
  注意:此字段可能返回 null,表示取不到有效值。
5644
5644
  */
5645
- AlertManagerUrl: string
5645
+ AlertManagerUrl?: string
5646
5646
 
5647
5647
  /**
5648
5648
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7801,7 +7801,7 @@ export interface CreatePrometheusAlertRuleResponse {
7801
7801
  /**
7802
7802
  * 告警id
7803
7803
  */
7804
- Id: string
7804
+ Id?: string
7805
7805
 
7806
7806
  /**
7807
7807
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2009,6 +2009,12 @@ export interface GatewayPluginBoundParam {
2009
2009
  * ModifyNamespace返回参数结构体
2010
2010
  */
2011
2011
  export interface ModifyNamespaceResponse {
2012
+ /**
2013
+ * Result
2014
+ 注意:此字段可能返回 null,表示取不到有效值。
2015
+ */
2016
+ Result?: boolean
2017
+
2012
2018
  /**
2013
2019
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2014
2020
  */
@@ -11696,6 +11702,12 @@ export interface VmGroupOther {
11696
11702
  注意:此字段可能返回 null,表示取不到有效值。
11697
11703
  */
11698
11704
  IsNotEqualServiceConfig: boolean
11705
+
11706
+ /**
11707
+ * HealthCheckSettings
11708
+ 注意:此字段可能返回 null,表示取不到有效值。
11709
+ */
11710
+ HealthCheckSettings?: HealthCheckSettings
11699
11711
  }
11700
11712
 
11701
11713
  /**
@@ -47,7 +47,7 @@ export interface CreateTtsTaskResponse {
47
47
  /**
48
48
  * 任务 id
49
49
  */
50
- Data: CreateTtsTaskRespData
50
+ Data?: CreateTtsTaskRespData
51
51
 
52
52
  /**
53
53
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -180,8 +180,12 @@ export interface CreateTtsTaskRequest {
180
180
  ProjectId?: number
181
181
 
182
182
  /**
183
- * 标准音色<li>10510000-智逍遥,旁对白阅读风格男声</li><li>1001-智瑜,情感女声</li><li>1002-智聆,通用女声</li><li>1003-智美,客服女声</li><li>1004-智云,通用男声</li><li>1005-智莉,通用女声</li><li>1007-智娜,客服女声</li><li>1008-智琪,客服女声</li><li>1009-智芸,知性女声</li><li>1010-智华,通用男声</li><li>1017-智蓉,情感女声</li><li>1018-智靖,情感男声</li><li>1050-WeJack,英文男声</li><li>1051-WeRose,英文女声</li>精品音色<br>精品音色拟真度更高,价格不同于标准音色,查看[购买指南](https://cloud.tencent.com/document/product/1073/34112)<br><li>100510000-智逍遥,旁对白阅读风格男声(精品)</li><li>101001-智瑜,情感女声(精品)</li><li>101002-智聆,通用女声(精品)</li><li>101003-智美,客服女声(精品)</li><li>101004-智云,通用男声(精品)</li><li>101005-智莉,通用女声(精品)</li><li>101006-智言,助手女声</li><li>101007-智娜,客服女声(精品)</li><li>101008-智琪,客服女声(精品)</li><li>101009-智芸,知性女声(精品)</li><li>101010-智华,通用男声(精品)</li><li>101011-智燕,新闻女声</li><li>101012-智丹,新闻女声</li><li>101013-智辉,新闻男声</li><li>101014-智宁,新闻男声</li><li>101015-智萌,男童声</li><li>101016-智甜,女童声</li><li>101017-智蓉,情感女声(精品)</li><li>101018-智靖,情感男声(精品)</li><li>101019-智彤,粤语女声</li><li>101050-WeJack,英文男声(精品)</li><li>101051-WeRose,英文女声(精品)</li>
184
- */
183
+ * 标准音色<li>10510000-智逍遥,旁对白阅读风格男声</li><li>1001-智瑜,情感女声</li><li>1002-智聆,通用女声</li><li>1003-智美,客服女声</li><li>1004-智云,通用男声</li><li>1005-智莉,通用女声</li><li>1007-智娜,客服女声</li><li>1008-智琪,客服女声</li><li>1009-智芸,知性女声</li><li>1010-智华,通用男声</li><li>1017-智蓉,情感女声</li><li>1018-智靖,情感男声</li><li>1050-WeJack,英文男声</li><li>1051-WeRose,英文女声</li>精品音色<br>精品音色拟真度更高,价格不同于标准音色,查看[购买指南](https://cloud.tencent.com/document/product/1073/34112)<br><li>100510000-智逍遥,阅读男声</li><li>101001-智瑜,情感女声</li><li>101002-智聆,通用女声</li><li>101003-智美,客服女声</li><li>101004-智云,通用男声</li><li>101005-智莉,通用女声</li><li>101006-智言,助手女声</li><li>101007-智娜,客服女声</li><li>101008-智琪,客服女声</li><li>101009-智芸,知性女声</li><li>101010-智华,通用男声</li><li>101011-智燕,新闻女声</li><li>101012-智丹,新闻女声</li><li>101013-智辉,新闻男声</li><li>101014-智宁,新闻男声</li><li>101015-智萌,男童声</li><li>101016-智甜,女童声</li><li>101017-智蓉,情感女声</li><li>101018-智靖,情感男声</li><li>101019-智彤,粤语女声</li><li>101020-智刚,新闻男声</li><li>101021-智瑞,新闻男声</li><li>101022-智虹,新闻女声</li><li>101023-智萱,聊天女声</li><li>101024-智皓,聊天男声</li><li>101025-智薇,聊天女声</li><li>101026-智希,通用女声</li><li>101027-智梅,通用女声</li><li>101028-智洁,通用女声</li><li>101029-智凯,通用男声</li><li>101030-智柯,通用男声</li><li>101031-智奎,通用男声</li><li>101032-智芳,通用女声</li><li>101033-智蓓,客服女声</li><li>101034-智莲,通用女声</li><li>101035-智依,通用女声</li><li>101040-智川,四川女声</li><li>101050-WeJack,英文男声</li><li>101051-WeRose,英文女声</li><li>101052-智味,通用男声</li>
184
+ <li>101053-智方,通用男声</li>
185
+ <li>101054-智友,通用男声</li>
186
+ <li>101055-智付,通用女声</li>
187
+ <li>101056-智林,东北男声</li>
188
+ */
185
189
  VoiceType?: number
186
190
 
187
191
  /**
@@ -1351,7 +1351,6 @@ export class Client extends AbstractClient {
1351
1351
  * 对点播中的音视频媒体发起审核任务,智能检测视频画面、画面中的文字、语音中的文字、声音出现的违规内容。
1352
1352
 
1353
1353
  如使用事件通知,事件通知的类型为 [音视频审核完成](https://cloud.tencent.com/document/product/266/81258)。
1354
-
1355
1354
  */
1356
1355
  async ReviewAudioVideo(
1357
1356
  req: ReviewAudioVideoRequest,
@@ -2946,7 +2946,7 @@ export interface ReviewAudioVideoRequest {
2946
2946
 
2947
2947
  /**
2948
2948
  * 审核模板 ID,默认值为 10。取值范围:
2949
- <li>10:预置模板,支持检测的违规标签包括色情(Porn)、暴恐(Terror)和不适宜的信息(Polity)。</li>
2949
+ <li>10:预置模板,支持检测的违规标签包括色情(Porn)、暴力(Terror)和不适宜的信息(Polity)。</li>
2950
2950
  */
2951
2951
  Definition?: number
2952
2952
 
@@ -4089,11 +4089,10 @@ export interface ReviewAudioVideoSegmentItem {
4089
4089
  /**
4090
4090
  * 嫌疑片段最可能的违规的标签,取值范围:
4091
4091
  <li>Porn:色情;</li>
4092
- <li>Terror:暴恐;</li>
4092
+ <li>Terror:暴力;</li>
4093
4093
  <li>Polity:不适宜的信息;</li>
4094
4094
  <li>Ad:广告;</li>
4095
4095
  <li>Illegal:违法;</li>
4096
- <li>Religion:宗教;</li>
4097
4096
  <li>Abuse:谩骂;</li>
4098
4097
  <li>Moan:娇喘。</li>
4099
4098
  */
@@ -5354,11 +5353,10 @@ export interface ReviewImageSegmentItem {
5354
5353
  /**
5355
5354
  * 嫌疑片段最可能的违规的标签,取值范围:
5356
5355
  <li>Porn:色情;</li>
5357
- <li>Terror:暴恐;</li>
5356
+ <li>Terror:暴力;</li>
5358
5357
  <li>Polity:不适宜的信息;</li>
5359
5358
  <li>Ad:广告;</li>
5360
5359
  <li>Illegal:违法;</li>
5361
- <li>Religion:宗教;</li>
5362
5360
  <li>Abuse:谩骂。</li>
5363
5361
  */
5364
5362
  Label?: string
@@ -5588,10 +5586,9 @@ export interface CreateReviewTemplateRequest {
5588
5586
  /**
5589
5587
  * 需要返回的违规标签列表,可选值为:
5590
5588
  <li>Porn:色情;</li>
5591
- <li>Terror:暴恐;</li>
5589
+ <li>Terror:暴力;</li>
5592
5590
  <li>Polity:不适宜的信息;</li>
5593
5591
  <li>Illegal:违法;</li>
5594
- <li>Religion:宗教;</li>
5595
5592
  <li>Abuse:谩骂;</li>
5596
5593
  <li>Ad:广告;</li>
5597
5594
  <li>Moan:娇喘。</li>
@@ -7079,11 +7076,10 @@ export interface ReviewAudioVideoTaskOutput {
7079
7076
  /**
7080
7077
  * 当 Suggestion 为 review 或 block 时有效,表示音视频最可能的违规的标签,取值范围:
7081
7078
  <li>Porn:色情;</li>
7082
- <li>Terror:暴恐;</li>
7079
+ <li>Terror:暴力;</li>
7083
7080
  <li>Polity:不适宜的信息;</li>
7084
7081
  <li>Ad:广告;</li>
7085
7082
  <li>Illegal:违法;</li>
7086
- <li>Religion:宗教;</li>
7087
7083
  <li>Abuse:谩骂;</li>
7088
7084
  <li>Moan:娇喘。</li>
7089
7085
  */
@@ -7445,10 +7441,9 @@ export interface ModifyReviewTemplateRequest {
7445
7441
  /**
7446
7442
  * 需要返回的违规标签列表,可选值为:
7447
7443
  <li>Porn:色情;</li>
7448
- <li>Terror:暴恐;</li>
7444
+ <li>Terror:暴力;</li>
7449
7445
  <li>Polity:不适宜的信息;</li>
7450
7446
  <li>Illegal:违法;</li>
7451
- <li>Religion:宗教;</li>
7452
7447
  <li>Abuse:谩骂;</li>
7453
7448
  <li>Ad:广告;</li>
7454
7449
  <li>Moan:娇喘。</li>
@@ -9971,11 +9966,10 @@ export interface ReviewImageResult {
9971
9966
  /**
9972
9967
  * 当 Suggestion 为 review 或 block 时有效,表示最可能的违规的标签,取值范围:
9973
9968
  <li>Porn:色情;</li>
9974
- <li>Terror:暴恐;</li>
9969
+ <li>Terror:暴力;</li>
9975
9970
  <li>Polity:不适宜的信息;</li>
9976
9971
  <li>Ad:广告;</li>
9977
9972
  <li>Illegal:违法;</li>
9978
- <li>Religion:宗教;</li>
9979
9973
  <li>Abuse:谩骂。</li>
9980
9974
  */
9981
9975
  Label?: string
@@ -16136,7 +16130,7 @@ export interface ReviewAudioVideoResponse {
16136
16130
  /**
16137
16131
  * 任务 ID
16138
16132
  */
16139
- TaskId: string
16133
+ TaskId?: string
16140
16134
 
16141
16135
  /**
16142
16136
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -17929,11 +17923,10 @@ Form 表示违禁的形式,取值范围:
17929
17923
  <li>Voice:声音。</li>
17930
17924
  Label 表示违禁的标签,取值范围:
17931
17925
  <li>Porn:色情;</li>
17932
- <li>Terror:暴恐;</li>
17926
+ <li>Terror:暴力;</li>
17933
17927
  <li>Polity:不适宜的信息;</li>
17934
17928
  <li>Ad:广告;</li>
17935
17929
  <li>Illegal:违法;</li>
17936
- <li>Religion:宗教;</li>
17937
17930
  <li>Abuse:谩骂;</li>
17938
17931
  <li>Moan:娇喘。</li>
17939
17932
  */
@@ -18118,7 +18111,7 @@ export interface ReviewImageRequest {
18118
18111
 
18119
18112
  /**
18120
18113
  * 图片审核模板 ID,取值范围:
18121
- <li>10:预置模板,支持检测的违规标签包括色情(Porn)、暴恐(Terror)和不适宜的信息(Polity)。</li>
18114
+ <li>10:预置模板,支持检测的违规标签包括色情(Porn)、暴力(Terror)和不适宜的信息(Polity)。</li>
18122
18115
  */
18123
18116
  Definition: number
18124
18117
 
@@ -459,10 +459,12 @@ import {
459
459
  DescribeAlarmReceiverResponse,
460
460
  BatchModifyOwnersNewResponse,
461
461
  DeleteInLongAgentRequest,
462
+ Partition,
462
463
  RuleDimCnt,
463
464
  BatchOperateResult,
464
465
  RuleGroupTable,
465
466
  DescribeDimensionScoreRequest,
467
+ Property,
466
468
  InLongAgentTask,
467
469
  BatchStartIntegrationTasksResponse,
468
470
  DescribeIntegrationVersionNodesInfoRequest,
@@ -5955,6 +5955,56 @@ export interface GenHiveTableDDLSqlRequest {
5955
5955
  * 上游节点的字段信息
5956
5956
  */
5957
5957
  SourceFieldInfoList?: Array<SourceFieldInfo>
5958
+
5959
+ /**
5960
+ * 分区字段
5961
+ */
5962
+ Partitions?: Array<Partition>
5963
+
5964
+ /**
5965
+ * 建表属性
5966
+ */
5967
+ Properties?: Array<Property>
5968
+
5969
+ /**
5970
+ * 建表模式,0:向导模式,1:ddl
5971
+ */
5972
+ TableMode?: number
5973
+
5974
+ /**
5975
+ * DLC表版本,v1/v2
5976
+ */
5977
+ TableVersion?: string
5978
+
5979
+ /**
5980
+ * 是否upsert写入
5981
+ */
5982
+ UpsertFlag?: boolean
5983
+
5984
+ /**
5985
+ * 表描述信息
5986
+ */
5987
+ TableComment?: string
5988
+
5989
+ /**
5990
+ * 增加的文件数量阈值, 超过值将触发小文件合并
5991
+ */
5992
+ AddDataFiles?: number
5993
+
5994
+ /**
5995
+ * 增加的Equality delete数量阈值, 超过值将触发小文件合并
5996
+ */
5997
+ AddEqualityDeletes?: number
5998
+
5999
+ /**
6000
+ * 增加的Position delete数量阈值, 超过值将触发小文件合并
6001
+ */
6002
+ AddPositionDeletes?: number
6003
+
6004
+ /**
6005
+ * 增加的delete file数量阈值
6006
+ */
6007
+ AddDeleteFiles?: number
5958
6008
  }
5959
6009
 
5960
6010
  /**
@@ -12768,6 +12818,26 @@ export interface DeleteInLongAgentRequest {
12768
12818
  ProjectId: string
12769
12819
  }
12770
12820
 
12821
+ /**
12822
+ * 分区参数
12823
+ */
12824
+ export interface Partition {
12825
+ /**
12826
+ * 分区转换策略
12827
+ */
12828
+ Transform?: string
12829
+
12830
+ /**
12831
+ * 分区字段名
12832
+ */
12833
+ Name?: string
12834
+
12835
+ /**
12836
+ * 策略参数
12837
+ */
12838
+ TransformArgs?: Array<string>
12839
+ }
12840
+
12771
12841
  /**
12772
12842
  * RuleDimCnt 规则维度统计
12773
12843
  */
@@ -12846,6 +12916,21 @@ export interface DescribeDimensionScoreRequest {
12846
12916
  DatasourceId?: string
12847
12917
  }
12848
12918
 
12919
+ /**
12920
+ * dlc建表属性
12921
+ */
12922
+ export interface Property {
12923
+ /**
12924
+ * key值
12925
+ */
12926
+ Key: string
12927
+
12928
+ /**
12929
+ * value值
12930
+ */
12931
+ Value: string
12932
+ }
12933
+
12849
12934
  /**
12850
12935
  * 采集器关联的集成任务
12851
12936
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.538";
1
+ export declare const sdkVersion = "4.0.539";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.538";
4
+ exports.sdkVersion = "4.0.539";
@@ -3,4 +3,8 @@ export declare const bma: {
3
3
  Client: typeof import("./v20210624/bma_client").Client;
4
4
  Models: typeof import("./v20210624/bma_models");
5
5
  };
6
+ v20221115: {
7
+ Client: typeof import("./v20221115/bma_client").Client;
8
+ Models: typeof import("./v20221115/bma_models");
9
+ };
6
10
  };
@@ -2,6 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.bma = void 0;
4
4
  const v20210624_1 = require("./v20210624");
5
+ const v20221115_1 = require("./v20221115");
5
6
  exports.bma = {
6
7
  v20210624: v20210624_1.v20210624,
8
+ v20221115: v20221115_1.v20221115,
7
9
  };
@@ -0,0 +1,26 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ import { ClientConfig } from "../../../common/interface";
3
+ import { CreateBPFakeAPPResponse, CreateBPFakeAPPRequest, CreateBPFakeAPPListRequest, CreateBPFakeURLRequest, CreateBPFakeAPPListResponse, CreateBPFakeURLResponse, CreateBPFakeURLsRequest, CreateBPFakeURLsResponse } from "./bma_models";
4
+ /**
5
+ * bma client
6
+ * @class
7
+ */
8
+ export declare class Client extends AbstractClient {
9
+ constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 仿冒应用举报
12
+ */
13
+ CreateBPFakeAPP(req: CreateBPFakeAPPRequest, cb?: (error: string, rep: CreateBPFakeAPPResponse) => void): Promise<CreateBPFakeAPPResponse>;
14
+ /**
15
+ * 仿冒网址举报
16
+ */
17
+ CreateBPFakeURL(req: CreateBPFakeURLRequest, cb?: (error: string, rep: CreateBPFakeURLResponse) => void): Promise<CreateBPFakeURLResponse>;
18
+ /**
19
+ * 批量仿冒网址举报
20
+ */
21
+ CreateBPFakeURLs(req: CreateBPFakeURLsRequest, cb?: (error: string, rep: CreateBPFakeURLsResponse) => void): Promise<CreateBPFakeURLsResponse>;
22
+ /**
23
+ * 批量仿冒应用举报
24
+ */
25
+ CreateBPFakeAPPList(req: CreateBPFakeAPPListRequest, cb?: (error: string, rep: CreateBPFakeAPPListResponse) => void): Promise<CreateBPFakeAPPListResponse>;
26
+ }