tencentcloud-sdk-nodejs 4.0.226 → 4.0.227

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.
@@ -908,6 +908,10 @@ export interface ExportVideoByEditorTrackDataRequest {
908
908
  * 在线编辑轨道数据。轨道数据相关介绍,请查看 [视频合成协议](https://cloud.tencent.com/document/product/1156/51225)。
909
909
  */
910
910
  TrackData: string;
911
+ /**
912
+ * 轨道数据对应的画布宽高比。
913
+ */
914
+ AspectRatio?: string;
911
915
  /**
912
916
  * 视频封面图片文件(如 jpeg, png 等)进行 Base64 编码后的字符串,仅支持 gif、jpeg、png 三种图片格式,原图片文件不能超过2 M大 小。
913
917
  */
@@ -59,6 +59,10 @@ export interface EnhanceTaDegreeRequest {
59
59
  * 业务数据
60
60
  */
61
61
  BspData: InputTaBspData;
62
+ /**
63
+ * 业务加密数据
64
+ */
65
+ BusinessEncryptData?: InputBusinessEncryptData;
62
66
  }
63
67
  /**
64
68
  * 流量反欺诈-验准返回的查询分值
@@ -150,7 +154,7 @@ export interface EnhanceTaDegreeResponse {
150
154
  * 回包数据
151
155
  注意:此字段可能返回 null,表示取不到有效值。
152
156
  */
153
- Data?: OutputTaData;
157
+ Data: OutputTaData;
154
158
  /**
155
159
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
156
160
  */
@@ -181,7 +185,7 @@ export interface InputTaBspData {
181
185
  */
182
186
  Gender: number;
183
187
  /**
184
- * 用户操作时间
188
+ * 用户操作时间,uinux时间戳,精确到秒
185
189
  */
186
190
  UserTime?: number;
187
191
  /**
@@ -260,6 +264,10 @@ export interface InputTaBspData {
260
264
  * 辅助区分信息
261
265
  */
262
266
  Context?: string;
267
+ /**
268
+ * 是否授权
269
+ */
270
+ IsAuthorized?: number;
263
271
  }
264
272
  /**
265
273
  * 返回结果
@@ -593,10 +601,6 @@ export interface InputKolDataList {
593
601
  */
594
602
  AgentInfo?: string;
595
603
  }
596
- /**
597
- * 接口入参
598
- */
599
- export declare type InputRecognizeEffectiveFlow = null;
600
604
  /**
601
605
  * RecognizePreciseTargetAudience返回参数结构体
602
606
  */
@@ -611,6 +615,14 @@ export interface RecognizePreciseTargetAudienceResponse {
611
615
  */
612
616
  RequestId?: string;
613
617
  }
618
+ /**
619
+ * 接口入参
620
+ */
621
+ export declare type InputRecognizeEffectiveFlow = null;
622
+ /**
623
+ * 业务入参
624
+ */
625
+ export declare type InputBusinessEncryptData = null;
614
626
  /**
615
627
  * 流量反欺诈-验准返回值
616
628
  */
@@ -318,16 +318,6 @@ it("cdb.v20170320.DescribeAccountPrivileges", async function () {
318
318
  }
319
319
  })
320
320
 
321
- it("cdb.v20170320.ModifyRoType", async function () {
322
- try {
323
- const data = await client.ModifyRoType({})
324
- expect(data).to.be.ok
325
- } catch(error) {
326
- expect(error.requestId).to.be.ok
327
- expect(error.code).to.be.ok
328
- }
329
- })
330
-
331
321
  it("cdb.v20170320.ReleaseIsolatedDBInstances", async function () {
332
322
  try {
333
323
  const data = await client.ReleaseIsolatedDBInstances({})