tencentcloud-sdk-nodejs 4.0.991 → 4.0.993

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 (62) hide show
  1. package/CHANGELOG.md +311 -0
  2. package/SERVICE_CHANGELOG.md +461 -16
  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/cdb/v20170320/cdb_models.ts +4 -2
  7. package/src/services/cwp/v20180228/cwp_client.ts +90 -16
  8. package/src/services/cwp/v20180228/cwp_models.ts +534 -290
  9. package/src/services/ess/v20201111/ess_models.ts +4 -2
  10. package/src/services/essbasic/v20210526/essbasic_models.ts +20 -7
  11. package/src/services/faceid/v20180301/faceid_models.ts +10 -0
  12. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
  13. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +31 -3
  14. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +88 -0
  15. package/src/services/iotvideo/v20211125/iotvideo_client.ts +28 -4
  16. package/src/services/iotvideo/v20211125/iotvideo_models.ts +169 -81
  17. package/src/services/lighthouse/v20200324/lighthouse_models.ts +26 -22
  18. package/src/services/lke/v20231130/lke_models.ts +2 -2
  19. package/src/services/memcached/v20190318/memcached_models.ts +0 -3
  20. package/src/services/ocr/v20181119/ocr_client.ts +4 -2
  21. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  22. package/src/services/ssl/v20191205/ssl_models.ts +7 -3
  23. package/src/services/tcbr/v20220217/tcbr_models.ts +21 -42
  24. package/src/services/trocket/v20230308/trocket_models.ts +8 -0
  25. package/src/services/tsf/v20180326/tsf_client.ts +2 -2
  26. package/src/services/tsf/v20180326/tsf_models.ts +392 -368
  27. package/src/services/vpc/v20170312/vpc_models.ts +8 -0
  28. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  29. package/src/services/wedata/v20210820/wedata_models.ts +40 -0
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -2
  33. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +27 -3
  34. package/tencentcloud/services/cwp/v20180228/cwp_client.js +39 -3
  35. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +521 -291
  36. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -2
  37. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +20 -7
  38. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -0
  39. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
  40. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +15 -3
  41. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +18 -2
  42. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +84 -0
  43. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +9 -1
  44. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +12 -0
  45. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +165 -81
  46. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +26 -22
  47. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +2 -2
  48. package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +0 -3
  49. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
  50. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
  51. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  52. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +7 -3
  53. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +21 -42
  54. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +8 -0
  55. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +2 -2
  56. package/tencentcloud/services/tsf/v20180326/tsf_client.js +2 -2
  57. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +392 -368
  58. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
  59. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +39 -0
  60. package/test/cwp.v20180228.test.js +62 -2
  61. package/test/iotexplorer.v20190423.test.js +20 -0
  62. package/test/iotvideo.v20211125.test.js +20 -0
@@ -248,6 +248,15 @@ export interface ModifyProductDynamicRegisterResponse {
248
248
  */
249
249
  RequestId?: string;
250
250
  }
251
+ /**
252
+ * ModifyProduct返回参数结构体
253
+ */
254
+ export interface ModifyProductResponse {
255
+ /**
256
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
257
+ */
258
+ RequestId?: string;
259
+ }
251
260
  /**
252
261
  * CancelAIModelApplication返回参数结构体
253
262
  */
@@ -497,9 +506,19 @@ export interface DescribeDevicesResponse {
497
506
  RequestId?: string;
498
507
  }
499
508
  /**
500
- * ModifyProduct返回参数结构体
509
+ * CreateFreeCloudStorage返回参数结构体
501
510
  */
502
- export interface ModifyProductResponse {
511
+ export interface CreateFreeCloudStorageResponse {
512
+ /**
513
+ * 订单金额,单位为分
514
+ 注意:此字段可能返回 null,表示取不到有效值。
515
+ */
516
+ Price?: number;
517
+ /**
518
+ * 支付金额,单位为分
519
+ 注意:此字段可能返回 null,表示取不到有效值。
520
+ */
521
+ Amount?: number;
503
522
  /**
504
523
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
505
524
  */
@@ -1872,6 +1891,43 @@ export interface DescribeDeviceCommLogRequest {
1872
1891
  */
1873
1892
  Type?: string;
1874
1893
  }
1894
+ /**
1895
+ * UpdateAIModelChannel请求参数结构体
1896
+ */
1897
+ export interface UpdateAIModelChannelRequest {
1898
+ /**
1899
+ * 模型ID
1900
+ */
1901
+ ModelId: string;
1902
+ /**
1903
+ * 产品ID
1904
+ */
1905
+ ProductId: string;
1906
+ /**
1907
+ * 推送类型。ckafka:消息队列;forward:http/https推送
1908
+ */
1909
+ Type: string;
1910
+ /**
1911
+ * 第三方推送地址
1912
+ */
1913
+ ForwardAddress?: string;
1914
+ /**
1915
+ * 第三方推送密钥,不填写则腾讯云自动生成。
1916
+ */
1917
+ ForwardKey?: string;
1918
+ /**
1919
+ * ckafka地域
1920
+ */
1921
+ CKafkaRegion?: string;
1922
+ /**
1923
+ * ckafka实例
1924
+ */
1925
+ CKafkaInstance?: string;
1926
+ /**
1927
+ * ckafka订阅主题
1928
+ */
1929
+ CKafkaTopic?: string;
1930
+ }
1875
1931
  /**
1876
1932
  * WakeUpDevice返回参数结构体
1877
1933
  */
@@ -3081,17 +3137,13 @@ export interface DataForward {
3081
3137
  DataChose: number;
3082
3138
  }
3083
3139
  /**
3084
- * DescribeDevice请求参数结构体
3140
+ * CreateDeviceChannel返回参数结构体
3085
3141
  */
3086
- export interface DescribeDeviceRequest {
3087
- /**
3088
- * 产品ID
3089
- */
3090
- ProductId: string;
3142
+ export interface CreateDeviceChannelResponse {
3091
3143
  /**
3092
- * 设备名
3144
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3093
3145
  */
3094
- DeviceName: string;
3146
+ RequestId?: string;
3095
3147
  }
3096
3148
  /**
3097
3149
  * ModifyForwardRule请求参数结构体
@@ -3176,6 +3228,23 @@ export interface DescribeCloudStorageEventsResponse {
3176
3228
  */
3177
3229
  RequestId?: string;
3178
3230
  }
3231
+ /**
3232
+ * CreateDeviceChannel请求参数结构体
3233
+ */
3234
+ export interface CreateDeviceChannelRequest {
3235
+ /**
3236
+ * 产品ID
3237
+ */
3238
+ ProductId: string;
3239
+ /**
3240
+ * 设备名称
3241
+ */
3242
+ DeviceName: string;
3243
+ /**
3244
+ * 通道ID
3245
+ */
3246
+ ChannelId: number;
3247
+ }
3179
3248
  /**
3180
3249
  * DescribeDevicePackages返回参数结构体
3181
3250
  */
@@ -3195,68 +3264,43 @@ export interface DescribeDevicePackagesResponse {
3195
3264
  RequestId?: string;
3196
3265
  }
3197
3266
  /**
3198
- * video产品元数据
3267
+ * CreateFreeCloudStorage请求参数结构体
3199
3268
  */
3200
- export interface VideoProduct {
3269
+ export interface CreateFreeCloudStorageRequest {
3201
3270
  /**
3202
3271
  * 产品ID
3203
3272
  */
3204
3273
  ProductId: string;
3205
3274
  /**
3206
- * 产品名称
3207
- */
3208
- ProductName: string;
3209
- /**
3210
- * 产品设备类型(普通设备) 1.普通设备
3211
- */
3212
- DeviceType: number;
3213
- /**
3214
- * 认证方式:2:PSK
3215
- */
3216
- EncryptionType: number;
3217
- /**
3218
- * 设备功能码
3219
- */
3220
- Features: Array<string>;
3221
- /**
3222
- * 操作系统
3223
- */
3224
- ChipOs: string;
3225
- /**
3226
- * 芯片厂商id
3227
- */
3228
- ChipManufactureId: string;
3229
- /**
3230
- * 芯片id
3275
+ * 设备名称
3231
3276
  */
3232
- ChipId: string;
3277
+ DeviceName: string;
3233
3278
  /**
3234
- * 产品描述信息
3279
+ * 云存套餐ID:
3280
+ lye1w3d:低功耗事件3天周套餐。
3281
+ ye1w3d:事件3天周套餐
3235
3282
  */
3236
- ProductDescription: string;
3283
+ PackageId: string;
3237
3284
  /**
3238
- * 创建时间unix时间戳
3285
+ * 如果当前设备已开启云存套餐,Override=1会使用新套餐覆盖原有套餐。不传此参数则默认为0。
3239
3286
  */
3240
- CreateTime: number;
3287
+ Override?: number;
3241
3288
  /**
3242
- * 修改时间unix时间戳
3289
+ * 套餐列表顺序:PackageQueue=front会立即使用新购买的套餐,新购套餐结束后,列表中下一个未过期的套餐继续生效;PackageQueue=end会等设备当前所有已购买套餐过期后才会生效新购套餐。与Override参数不能同时使用。
3243
3290
  */
3244
- UpdateTime: number;
3291
+ PackageQueue?: string;
3245
3292
  /**
3246
- * 连接类型,wifi表示WIFI连接,cellular表示4G连接
3247
- 注意:此字段可能返回 null,表示取不到有效值。
3293
+ * 订单id
3248
3294
  */
3249
- NetType: string;
3295
+ OrderId?: string;
3250
3296
  /**
3251
- * 产品品类,113:摄像头,567:儿童手表,595:可视对讲门锁
3252
- 注意:此字段可能返回 null,表示取不到有效值。
3297
+ * 通道ID
3253
3298
  */
3254
- CategoryId: number;
3299
+ ChannelId?: number;
3255
3300
  /**
3256
- * 产品有效年限
3257
- 注意:此字段可能返回 null,表示取不到有效值。
3301
+ * 云存视频存储区域,国内默认为ap-guangzhou。海外默认为东南亚ap-singapore,可选美东na-ashburn、欧洲eu-frankfurt。
3258
3302
  */
3259
- ProductVaildYears: number;
3303
+ StorageRegion?: string;
3260
3304
  }
3261
3305
  /**
3262
3306
  * 云存事件
@@ -3387,41 +3431,17 @@ export interface DescribeCloudStorageOrderRequest {
3387
3431
  OrderId: string;
3388
3432
  }
3389
3433
  /**
3390
- * UpdateAIModelChannel请求参数结构体
3434
+ * DescribeDevice请求参数结构体
3391
3435
  */
3392
- export interface UpdateAIModelChannelRequest {
3393
- /**
3394
- * 模型ID
3395
- */
3396
- ModelId: string;
3436
+ export interface DescribeDeviceRequest {
3397
3437
  /**
3398
3438
  * 产品ID
3399
3439
  */
3400
3440
  ProductId: string;
3401
3441
  /**
3402
- * 推送类型。ckafka:消息队列;forward:http/https推送
3403
- */
3404
- Type: string;
3405
- /**
3406
- * 第三方推送地址
3407
- */
3408
- ForwardAddress?: string;
3409
- /**
3410
- * 第三方推送密钥,不填写则腾讯云自动生成。
3411
- */
3412
- ForwardKey?: string;
3413
- /**
3414
- * ckafka地域
3415
- */
3416
- CKafkaRegion?: string;
3417
- /**
3418
- * ckafka实例
3419
- */
3420
- CKafkaInstance?: string;
3421
- /**
3422
- * ckafka订阅主题
3442
+ * 设备名
3423
3443
  */
3424
- CKafkaTopic?: string;
3444
+ DeviceName: string;
3425
3445
  }
3426
3446
  /**
3427
3447
  * CreateCloudStorage返回参数结构体
@@ -4608,6 +4628,70 @@ export interface CreateTaskFileUrlResponse {
4608
4628
  */
4609
4629
  RequestId?: string;
4610
4630
  }
4631
+ /**
4632
+ * video产品元数据
4633
+ */
4634
+ export interface VideoProduct {
4635
+ /**
4636
+ * 产品ID
4637
+ */
4638
+ ProductId: string;
4639
+ /**
4640
+ * 产品名称
4641
+ */
4642
+ ProductName: string;
4643
+ /**
4644
+ * 产品设备类型(普通设备) 1.普通设备
4645
+ */
4646
+ DeviceType: number;
4647
+ /**
4648
+ * 认证方式:2:PSK
4649
+ */
4650
+ EncryptionType: number;
4651
+ /**
4652
+ * 设备功能码
4653
+ */
4654
+ Features: Array<string>;
4655
+ /**
4656
+ * 操作系统
4657
+ */
4658
+ ChipOs: string;
4659
+ /**
4660
+ * 芯片厂商id
4661
+ */
4662
+ ChipManufactureId: string;
4663
+ /**
4664
+ * 芯片id
4665
+ */
4666
+ ChipId: string;
4667
+ /**
4668
+ * 产品描述信息
4669
+ */
4670
+ ProductDescription: string;
4671
+ /**
4672
+ * 创建时间unix时间戳
4673
+ */
4674
+ CreateTime: number;
4675
+ /**
4676
+ * 修改时间unix时间戳
4677
+ */
4678
+ UpdateTime: number;
4679
+ /**
4680
+ * 连接类型,wifi表示WIFI连接,cellular表示4G连接
4681
+ 注意:此字段可能返回 null,表示取不到有效值。
4682
+ */
4683
+ NetType: string;
4684
+ /**
4685
+ * 产品品类,113:摄像头,567:儿童手表,595:可视对讲门锁
4686
+ 注意:此字段可能返回 null,表示取不到有效值。
4687
+ */
4688
+ CategoryId: number;
4689
+ /**
4690
+ * 产品有效年限
4691
+ 注意:此字段可能返回 null,表示取不到有效值。
4692
+ */
4693
+ ProductVaildYears: number;
4694
+ }
4611
4695
  /**
4612
4696
  * 设备数量统计
4613
4697
  */
@@ -582,15 +582,15 @@ export interface ResetInstanceBlueprint {
582
582
  /**
583
583
  * 镜像详细信息
584
584
  */
585
- BlueprintInfo: Blueprint;
585
+ BlueprintInfo?: Blueprint;
586
586
  /**
587
587
  * 实例镜像是否可重置为目标镜像
588
588
  */
589
- IsResettable: boolean;
589
+ IsResettable?: boolean;
590
590
  /**
591
591
  * 不可重置信息.当镜像可重置时为""
592
592
  */
593
- NonResettableMessage: string;
593
+ NonResettableMessage?: string;
594
594
  }
595
595
  /**
596
596
  * DescribeBundles返回参数结构体
@@ -1507,6 +1507,9 @@ export interface FirewallTemplateApplyRecordDetail {
1507
1507
  Instance?: InstanceIdentifier;
1508
1508
  /**
1509
1509
  * 防火墙模板应用状态。
1510
+
1511
+ - SUCCESS:成功
1512
+ - FAILED:失败
1510
1513
  */
1511
1514
  ApplyState?: string;
1512
1515
  /**
@@ -2047,15 +2050,15 @@ export interface SceneInfo {
2047
2050
  /**
2048
2051
  * 使用场景Id。
2049
2052
  */
2050
- SceneId: string;
2053
+ SceneId?: string;
2051
2054
  /**
2052
2055
  * 使用场景展示名称。
2053
2056
  */
2054
- DisplayName: string;
2057
+ DisplayName?: string;
2055
2058
  /**
2056
2059
  * 使用场景描述信息。
2057
2060
  */
2058
- Description: string;
2061
+ Description?: string;
2059
2062
  }
2060
2063
  /**
2061
2064
  * ImportKeyPair请求参数结构体
@@ -3622,23 +3625,23 @@ export interface Software {
3622
3625
  /**
3623
3626
  * 软件名称。
3624
3627
  */
3625
- Name: string;
3628
+ Name?: string;
3626
3629
  /**
3627
3630
  * 软件版本。
3628
3631
  */
3629
- Version: string;
3632
+ Version?: string;
3630
3633
  /**
3631
3634
  * 软件图片 URL。
3632
3635
  */
3633
- ImageUrl: string;
3636
+ ImageUrl?: string;
3634
3637
  /**
3635
3638
  * 软件安装目录。
3636
3639
  */
3637
- InstallDir: string;
3640
+ InstallDir?: string;
3638
3641
  /**
3639
3642
  * 软件详情列表。
3640
3643
  */
3641
- DetailSet: Array<SoftwareDetail>;
3644
+ DetailSet?: Array<SoftwareDetail>;
3642
3645
  }
3643
3646
  /**
3644
3647
  * DescribeFirewallRules返回参数结构体
@@ -4397,6 +4400,9 @@ export interface FirewallTemplateApplyRecord {
4397
4400
  TemplateRuleSet?: Array<FirewallTemplateRule>;
4398
4401
  /**
4399
4402
  * 应用模板的执行状态。
4403
+
4404
+ - SUCCESS:成功
4405
+ - FAILED:失败
4400
4406
  */
4401
4407
  ApplyState?: string;
4402
4408
  /**
@@ -4523,22 +4529,20 @@ export interface ModifyInstancesBundleResponse {
4523
4529
  }
4524
4530
  /**
4525
4531
  * 描述通用资源配额信息。
4526
-
4527
-
4528
4532
  */
4529
4533
  export interface GeneralResourceQuota {
4530
4534
  /**
4531
4535
  * 资源名称。
4532
4536
  */
4533
- ResourceName: string;
4537
+ ResourceName?: string;
4534
4538
  /**
4535
4539
  * 资源当前可用数量。
4536
4540
  */
4537
- ResourceQuotaAvailable: number;
4541
+ ResourceQuotaAvailable?: number;
4538
4542
  /**
4539
4543
  * 资源总数量。
4540
4544
  */
4541
- ResourceQuotaTotal: number;
4545
+ ResourceQuotaTotal?: number;
4542
4546
  }
4543
4547
  /**
4544
4548
  * DescribeResetInstanceBlueprints返回参数结构体
@@ -4878,15 +4882,15 @@ export interface Scene {
4878
4882
  /**
4879
4883
  * 使用场景Id
4880
4884
  */
4881
- SceneId: string;
4885
+ SceneId?: string;
4882
4886
  /**
4883
4887
  * 使用场景展示名称
4884
4888
  */
4885
- DisplayName: string;
4889
+ DisplayName?: string;
4886
4890
  /**
4887
4891
  * 使用场景描述
4888
4892
  */
4889
- Description: string;
4893
+ Description?: string;
4890
4894
  }
4891
4895
  /**
4892
4896
  * 云联网关联的实例列表。
@@ -5000,15 +5004,15 @@ export interface BlueprintInstance {
5000
5004
  /**
5001
5005
  * 镜像信息。
5002
5006
  */
5003
- Blueprint: Blueprint;
5007
+ Blueprint?: Blueprint;
5004
5008
  /**
5005
5009
  * 软件列表。
5006
5010
  */
5007
- SoftwareSet: Array<Software>;
5011
+ SoftwareSet?: Array<Software>;
5008
5012
  /**
5009
5013
  * 实例 ID。
5010
5014
  */
5011
- InstanceId: string;
5015
+ InstanceId?: string;
5012
5016
  }
5013
5017
  /**
5014
5018
  * InquirePriceCreateDisks返回参数结构体
@@ -5690,11 +5690,11 @@ export interface DescribeTokenUsageRequest {
5690
5690
  */
5691
5691
  ModelName?: string;
5692
5692
  /**
5693
- * 开始时间戳, 单位为秒
5693
+ * 开始时间戳, 单位为秒(默认值0)
5694
5694
  */
5695
5695
  StartTime?: string;
5696
5696
  /**
5697
- * 结束时间戳, 单位为秒
5697
+ * 结束时间戳, 单位为秒(默认值0, 必须大于开始时间戳)
5698
5698
  */
5699
5699
  EndTime?: string;
5700
5700
  /**
@@ -53,12 +53,10 @@ export interface DescribeInstancesRequest {
53
53
  export interface TagInfo {
54
54
  /**
55
55
  * 标签键
56
- 注意:此字段可能返回 null,表示取不到有效值。
57
56
  */
58
57
  TagKey: string;
59
58
  /**
60
59
  * 标签值
61
- 注意:此字段可能返回 null,表示取不到有效值。
62
60
  */
63
61
  TagValue?: string;
64
62
  }
@@ -109,7 +107,6 @@ export interface InstanceListInfo {
109
107
  CmemId?: number;
110
108
  /**
111
109
  * 实例关联的标签信息
112
- 注意:此字段可能返回 null,表示取不到有效值。
113
110
  */
114
111
  Tags?: Array<TagInfo>;
115
112
  /**
@@ -482,6 +482,8 @@ export declare class Client extends AbstractClient {
482
482
  OrgCodeCertOCR(req: OrgCodeCertOCRRequest, cb?: (error: string, rep: OrgCodeCertOCRResponse) => void): Promise<OrgCodeCertOCRResponse>;
483
483
  /**
484
484
  * 本接口通过检测图片中的文字信息特征,快速判断图片中有无文字并返回判断结果,帮助用户过滤无文字的图片。
485
+
486
+ 默认接口请求频率限制:5次/秒。
485
487
  */
486
488
  TextDetect(req: TextDetectRequest, cb?: (error: string, rep: TextDetectResponse) => void): Promise<TextDetectResponse>;
487
489
  /**
@@ -588,6 +588,8 @@ class Client extends abstract_client_1.AbstractClient {
588
588
  }
589
589
  /**
590
590
  * 本接口通过检测图片中的文字信息特征,快速判断图片中有无文字并返回判断结果,帮助用户过滤无文字的图片。
591
+
592
+ 默认接口请求频率限制:5次/秒。
591
593
  */
592
594
  async TextDetect(req, cb) {
593
595
  return this.request("TextDetect", req, cb);
@@ -716,7 +716,7 @@ export interface TextDetectResponse {
716
716
  /**
717
717
  * 图片中是否包含文字。
718
718
  */
719
- HasText: boolean;
719
+ HasText?: boolean;
720
720
  /**
721
721
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
722
722
  */
@@ -1301,6 +1301,10 @@ export interface SubmitCertificateInformationRequest {
1301
1301
  * 联系人职位。
1302
1302
  */
1303
1303
  ContactPosition?: string;
1304
+ /**
1305
+ * 是否DV证书。默认false
1306
+ */
1307
+ IsDV?: boolean;
1304
1308
  }
1305
1309
  /**
1306
1310
  * DescribeCertificateOperateLogs请求参数结构体
@@ -4367,11 +4371,11 @@ export interface UploadRevokeLetterResponse {
4367
4371
  /**
4368
4372
  * 证书 ID。
4369
4373
  */
4370
- CertificateId: string;
4374
+ CertificateId?: string;
4371
4375
  /**
4372
4376
  * 是否成功。
4373
4377
  */
4374
- IsSuccess: boolean;
4378
+ IsSuccess?: boolean;
4375
4379
  /**
4376
4380
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4377
4381
  */
@@ -4484,7 +4488,7 @@ export interface ModifyCertificateAliasResponse {
4484
4488
  /**
4485
4489
  * 修改成功的证书 ID。
4486
4490
  */
4487
- CertificateId: string;
4491
+ CertificateId?: string;
4488
4492
  /**
4489
4493
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4490
4494
  */