tencentcloud-sdk-nodejs 4.0.840 → 4.0.842
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/CHANGELOG.md +315 -0
- package/README.md +7 -0
- package/SERVICE_CHANGELOG.md +330 -91
- package/examples/common/common_client.js +47 -0
- package/examples/common/common_client.ts +47 -0
- package/package.json +6 -1
- package/products.md +26 -26
- package/src/common/index.ts +3 -0
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +99 -13
- package/src/services/aiart/v20221229/aiart_models.ts +359 -76
- package/src/services/apm/v20210622/apm_client.ts +46 -8
- package/src/services/apm/v20210622/apm_models.ts +233 -24
- package/src/services/billing/v20180709/billing_models.ts +15 -0
- package/src/services/ccc/v20200210/ccc_models.ts +2 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +1 -1
- package/src/services/dcdb/v20180411/dcdb_client.ts +1 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +25 -3
- package/src/services/ess/v20201111/ess_client.ts +2 -0
- package/src/services/ess/v20201111/ess_models.ts +30 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +30 -2
- package/src/services/ims/v20201229/ims_client.ts +2 -3
- package/src/services/ims/v20201229/ims_models.ts +54 -54
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
- package/src/services/iss/v20230517/iss_models.ts +16 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +6 -6
- package/src/services/lke/v20231130/lke_client.ts +0 -24
- package/src/services/lke/v20231130/lke_models.ts +0 -81
- package/src/services/mariadb/v20170312/mariadb_client.ts +1 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +24 -2
- package/src/services/ocr/v20181119/ocr_models.ts +1 -0
- package/src/services/tdid/v20210519/tdid_client.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +44 -25
- package/src/services/teo/v20220901/teo_models.ts +8 -9
- package/src/services/tione/v20211111/tione_client.ts +1 -0
- package/src/services/tione/v20211111/tione_models.ts +16 -0
- package/tencentcloud/common/index.d.ts +3 -0
- package/tencentcloud/common/index.js +6 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +48 -3
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +59 -4
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +346 -74
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +15 -3
- package/tencentcloud/services/apm/v20210622/apm_client.js +21 -3
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +225 -24
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +24 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +28 -2
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -3
- package/tencentcloud/services/ims/v20201229/ims_client.js +2 -3
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +54 -54
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +44 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +16 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -9
- package/tencentcloud/services/lke/v20231130/lke_client.js +0 -12
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +0 -77
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +23 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +1 -1
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +44 -25
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +8 -9
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -0
- package/test/aiart.v20221229.test.js +52 -2
- package/test/apm.v20210622.test.js +32 -2
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/lke.v20231130.test.js +0 -20
|
@@ -292,6 +292,24 @@ export interface CreateApmInstanceRequest {
|
|
|
292
292
|
PayMode?: number
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
+
/**
|
|
296
|
+
* ModifyGeneralApmApplicationConfig请求参数结构体
|
|
297
|
+
*/
|
|
298
|
+
export interface ModifyGeneralApmApplicationConfigRequest {
|
|
299
|
+
/**
|
|
300
|
+
* 实例Id
|
|
301
|
+
*/
|
|
302
|
+
InstanceId: string
|
|
303
|
+
/**
|
|
304
|
+
* 需要修改的字段key value分别指定字段名、字段值
|
|
305
|
+
*/
|
|
306
|
+
Tags: Array<ApmTag>
|
|
307
|
+
/**
|
|
308
|
+
* 需要修改配置的服务列表名称
|
|
309
|
+
*/
|
|
310
|
+
ServiceNames?: Array<string>
|
|
311
|
+
}
|
|
312
|
+
|
|
295
313
|
/**
|
|
296
314
|
* DescribeServiceOverview返回参数结构体
|
|
297
315
|
*/
|
|
@@ -350,6 +368,36 @@ export interface DescribeApmInstancesResponse {
|
|
|
350
368
|
RequestId?: string
|
|
351
369
|
}
|
|
352
370
|
|
|
371
|
+
/**
|
|
372
|
+
* 组件
|
|
373
|
+
*/
|
|
374
|
+
export interface Instrument {
|
|
375
|
+
/**
|
|
376
|
+
* 组件名称
|
|
377
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
378
|
+
*/
|
|
379
|
+
Name?: string
|
|
380
|
+
/**
|
|
381
|
+
* 组件开关
|
|
382
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
383
|
+
*/
|
|
384
|
+
Enable?: boolean
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* DescribeTagValues返回参数结构体
|
|
389
|
+
*/
|
|
390
|
+
export interface DescribeTagValuesResponse {
|
|
391
|
+
/**
|
|
392
|
+
* 维度值列表
|
|
393
|
+
*/
|
|
394
|
+
Values?: Array<string>
|
|
395
|
+
/**
|
|
396
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
397
|
+
*/
|
|
398
|
+
RequestId?: string
|
|
399
|
+
}
|
|
400
|
+
|
|
353
401
|
/**
|
|
354
402
|
* Span对象
|
|
355
403
|
*/
|
|
@@ -541,6 +589,40 @@ export interface DescribeApmAgentResponse {
|
|
|
541
589
|
RequestId?: string
|
|
542
590
|
}
|
|
543
591
|
|
|
592
|
+
/**
|
|
593
|
+
* DescribeTagValues请求参数结构体
|
|
594
|
+
*/
|
|
595
|
+
export interface DescribeTagValuesRequest {
|
|
596
|
+
/**
|
|
597
|
+
* 维度名
|
|
598
|
+
*/
|
|
599
|
+
TagKey: string
|
|
600
|
+
/**
|
|
601
|
+
* 实例ID
|
|
602
|
+
*/
|
|
603
|
+
InstanceId?: string
|
|
604
|
+
/**
|
|
605
|
+
* 结束时间
|
|
606
|
+
*/
|
|
607
|
+
EndTime?: number
|
|
608
|
+
/**
|
|
609
|
+
* 过滤条件
|
|
610
|
+
*/
|
|
611
|
+
Filters?: Array<Filter>
|
|
612
|
+
/**
|
|
613
|
+
* 开始时间
|
|
614
|
+
*/
|
|
615
|
+
StartTime?: number
|
|
616
|
+
/**
|
|
617
|
+
* Or过滤条件
|
|
618
|
+
*/
|
|
619
|
+
OrFilters?: Array<Filter>
|
|
620
|
+
/**
|
|
621
|
+
* 使用类型
|
|
622
|
+
*/
|
|
623
|
+
Type?: string
|
|
624
|
+
}
|
|
625
|
+
|
|
544
626
|
/**
|
|
545
627
|
* 指标维度信息
|
|
546
628
|
*/
|
|
@@ -605,41 +687,102 @@ export interface Line {
|
|
|
605
687
|
}
|
|
606
688
|
|
|
607
689
|
/**
|
|
608
|
-
*
|
|
690
|
+
* 应用相关的配置列表项
|
|
609
691
|
*/
|
|
610
|
-
export interface
|
|
692
|
+
export interface ApmApplicationConfigView {
|
|
611
693
|
/**
|
|
612
|
-
*
|
|
694
|
+
* 实例ID
|
|
613
695
|
*/
|
|
614
|
-
|
|
696
|
+
InstanceKey?: string
|
|
615
697
|
/**
|
|
616
|
-
*
|
|
698
|
+
* 服务名
|
|
617
699
|
*/
|
|
618
|
-
|
|
700
|
+
ServiceName?: string
|
|
619
701
|
/**
|
|
620
|
-
*
|
|
702
|
+
* 接口过滤
|
|
621
703
|
*/
|
|
622
|
-
|
|
704
|
+
OperationNameFilter?: string
|
|
623
705
|
/**
|
|
624
|
-
*
|
|
706
|
+
* 异常过滤
|
|
625
707
|
*/
|
|
626
|
-
|
|
708
|
+
ExceptionFilter?: string
|
|
627
709
|
/**
|
|
628
|
-
*
|
|
710
|
+
* 错误码过滤
|
|
629
711
|
*/
|
|
630
|
-
|
|
712
|
+
ErrorCodeFilter?: string
|
|
631
713
|
/**
|
|
632
|
-
*
|
|
714
|
+
* 应用诊断开关
|
|
715
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
633
716
|
*/
|
|
634
|
-
|
|
717
|
+
EventEnable?: boolean
|
|
635
718
|
/**
|
|
636
|
-
*
|
|
719
|
+
* URL收敛开关 0 关 1 开
|
|
637
720
|
*/
|
|
638
|
-
|
|
721
|
+
UrlConvergenceSwitch?: number
|
|
639
722
|
/**
|
|
640
|
-
*
|
|
723
|
+
* URL收敛阈值
|
|
641
724
|
*/
|
|
642
|
-
|
|
725
|
+
UrlConvergenceThreshold?: number
|
|
726
|
+
/**
|
|
727
|
+
* URL收敛规则正则
|
|
728
|
+
*/
|
|
729
|
+
UrlConvergence?: string
|
|
730
|
+
/**
|
|
731
|
+
* URL排除规则正则
|
|
732
|
+
*/
|
|
733
|
+
UrlExclude?: string
|
|
734
|
+
/**
|
|
735
|
+
* 是否开启日志 0 关 1 开
|
|
736
|
+
*/
|
|
737
|
+
IsRelatedLog?: number
|
|
738
|
+
/**
|
|
739
|
+
* 日志来源
|
|
740
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
741
|
+
*/
|
|
742
|
+
LogSource?: string
|
|
743
|
+
/**
|
|
744
|
+
* CLS日志集
|
|
745
|
+
*/
|
|
746
|
+
LogSet?: string
|
|
747
|
+
/**
|
|
748
|
+
* 日志主题ID
|
|
749
|
+
*/
|
|
750
|
+
LogTopicID?: string
|
|
751
|
+
/**
|
|
752
|
+
* 线程剖析开关
|
|
753
|
+
*/
|
|
754
|
+
SnapshotEnable?: boolean
|
|
755
|
+
/**
|
|
756
|
+
* 线程剖析超时阈值
|
|
757
|
+
*/
|
|
758
|
+
SnapshotTimeout?: number
|
|
759
|
+
/**
|
|
760
|
+
* 探针开启开关
|
|
761
|
+
*/
|
|
762
|
+
AgentEnable?: boolean
|
|
763
|
+
/**
|
|
764
|
+
* 组件列表开关
|
|
765
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
766
|
+
*/
|
|
767
|
+
InstrumentList?: Array<Instrument>
|
|
768
|
+
/**
|
|
769
|
+
* 链路压缩开关
|
|
770
|
+
*/
|
|
771
|
+
TraceSquash?: boolean
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
/**
|
|
775
|
+
* 维度(标签)对象
|
|
776
|
+
*/
|
|
777
|
+
export interface ApmTag {
|
|
778
|
+
/**
|
|
779
|
+
* 维度Key(列名,标签Key)
|
|
780
|
+
*/
|
|
781
|
+
Key: string
|
|
782
|
+
/**
|
|
783
|
+
* 维度值(标签值)
|
|
784
|
+
*/
|
|
785
|
+
Value: string
|
|
643
786
|
}
|
|
644
787
|
|
|
645
788
|
/**
|
|
@@ -693,17 +836,41 @@ export interface DescribeMetricRecordsResponse {
|
|
|
693
836
|
}
|
|
694
837
|
|
|
695
838
|
/**
|
|
696
|
-
*
|
|
839
|
+
* DescribeGeneralSpanList请求参数结构体
|
|
697
840
|
*/
|
|
698
|
-
export interface
|
|
841
|
+
export interface DescribeGeneralSpanListRequest {
|
|
699
842
|
/**
|
|
700
|
-
*
|
|
843
|
+
* 分页
|
|
701
844
|
*/
|
|
702
|
-
|
|
845
|
+
Offset: number
|
|
703
846
|
/**
|
|
704
|
-
*
|
|
847
|
+
* 列表项个数
|
|
705
848
|
*/
|
|
706
|
-
|
|
849
|
+
Limit: number
|
|
850
|
+
/**
|
|
851
|
+
* 排序
|
|
852
|
+
*/
|
|
853
|
+
OrderBy?: OrderBy
|
|
854
|
+
/**
|
|
855
|
+
* span查询开始时间戳(单位:秒)
|
|
856
|
+
*/
|
|
857
|
+
StartTime?: number
|
|
858
|
+
/**
|
|
859
|
+
* 实例名
|
|
860
|
+
*/
|
|
861
|
+
InstanceId?: string
|
|
862
|
+
/**
|
|
863
|
+
* 通用过滤参数
|
|
864
|
+
*/
|
|
865
|
+
Filters?: Array<Filter>
|
|
866
|
+
/**
|
|
867
|
+
* 业务自身服务名
|
|
868
|
+
*/
|
|
869
|
+
BusinessName?: string
|
|
870
|
+
/**
|
|
871
|
+
* span查询结束时间戳(单位:秒)
|
|
872
|
+
*/
|
|
873
|
+
EndTime?: number
|
|
707
874
|
}
|
|
708
875
|
|
|
709
876
|
/**
|
|
@@ -824,6 +991,20 @@ export interface DescribeMetricRecordsRequest {
|
|
|
824
991
|
OrFilters?: Array<Filter>
|
|
825
992
|
}
|
|
826
993
|
|
|
994
|
+
/**
|
|
995
|
+
* DescribeGeneralApmApplicationConfig返回参数结构体
|
|
996
|
+
*/
|
|
997
|
+
export interface DescribeGeneralApmApplicationConfigResponse {
|
|
998
|
+
/**
|
|
999
|
+
* 应用配置项
|
|
1000
|
+
*/
|
|
1001
|
+
ApmApplicationConfigView?: ApmApplicationConfigView
|
|
1002
|
+
/**
|
|
1003
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1004
|
+
*/
|
|
1005
|
+
RequestId?: string
|
|
1006
|
+
}
|
|
1007
|
+
|
|
827
1008
|
/**
|
|
828
1009
|
* DescribeGeneralMetricData请求参数结构体
|
|
829
1010
|
*/
|
|
@@ -935,6 +1116,20 @@ export interface SpanProcess {
|
|
|
935
1116
|
Tags: Array<SpanTag>
|
|
936
1117
|
}
|
|
937
1118
|
|
|
1119
|
+
/**
|
|
1120
|
+
* DescribeGeneralApmApplicationConfig请求参数结构体
|
|
1121
|
+
*/
|
|
1122
|
+
export interface DescribeGeneralApmApplicationConfigRequest {
|
|
1123
|
+
/**
|
|
1124
|
+
* 应用名
|
|
1125
|
+
*/
|
|
1126
|
+
ServiceName: string
|
|
1127
|
+
/**
|
|
1128
|
+
* 实例Id
|
|
1129
|
+
*/
|
|
1130
|
+
InstanceId: string
|
|
1131
|
+
}
|
|
1132
|
+
|
|
938
1133
|
/**
|
|
939
1134
|
* ModifyApmInstance返回参数结构体
|
|
940
1135
|
*/
|
|
@@ -1020,6 +1215,20 @@ export interface DescribeGeneralMetricDataResponse {
|
|
|
1020
1215
|
RequestId?: string
|
|
1021
1216
|
}
|
|
1022
1217
|
|
|
1218
|
+
/**
|
|
1219
|
+
* ModifyGeneralApmApplicationConfig返回参数结构体
|
|
1220
|
+
*/
|
|
1221
|
+
export interface ModifyGeneralApmApplicationConfigResponse {
|
|
1222
|
+
/**
|
|
1223
|
+
* 返回值描述
|
|
1224
|
+
*/
|
|
1225
|
+
Message?: string
|
|
1226
|
+
/**
|
|
1227
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1228
|
+
*/
|
|
1229
|
+
RequestId?: string
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1023
1232
|
/**
|
|
1024
1233
|
* TerminateApmInstance返回参数结构体
|
|
1025
1234
|
*/
|
|
@@ -3300,6 +3300,21 @@ export interface BillDetail {
|
|
|
3300
3300
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3301
3301
|
*/
|
|
3302
3302
|
Id?: string
|
|
3303
|
+
/**
|
|
3304
|
+
* 国内国际编码
|
|
3305
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3306
|
+
*/
|
|
3307
|
+
RegionType?: string
|
|
3308
|
+
/**
|
|
3309
|
+
* 国内国际:资源所属区域类型(国内、国际)
|
|
3310
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3311
|
+
*/
|
|
3312
|
+
RegionTypeName?: string
|
|
3313
|
+
/**
|
|
3314
|
+
* 备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
|
|
3315
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3316
|
+
*/
|
|
3317
|
+
ReserveDetail?: string
|
|
3303
3318
|
}
|
|
3304
3319
|
|
|
3305
3320
|
/**
|
|
@@ -3494,6 +3494,7 @@ export interface DescribeChatMessagesRequest {
|
|
|
3494
3494
|
SdkAppId?: number
|
|
3495
3495
|
/**
|
|
3496
3496
|
* 服务记录ID(废弃)
|
|
3497
|
+
* @deprecated
|
|
3497
3498
|
*/
|
|
3498
3499
|
CdrId?: string
|
|
3499
3500
|
/**
|
|
@@ -3509,7 +3510,7 @@ export interface DescribeChatMessagesRequest {
|
|
|
3509
3510
|
*/
|
|
3510
3511
|
Order?: number
|
|
3511
3512
|
/**
|
|
3512
|
-
* 服务记录 SessionID
|
|
3513
|
+
* 服务记录 SessionID
|
|
3513
3514
|
*/
|
|
3514
3515
|
SessionId?: string
|
|
3515
3516
|
}
|
|
@@ -401,7 +401,7 @@ export class Client extends AbstractClient {
|
|
|
401
401
|
注意:
|
|
402
402
|
Route 字段,使用点分隔,最后一段称为叶子节点,非叶子节点配置保持不变;
|
|
403
403
|
Value 字段,使用 json 进行序列化,其中固定 update 作为 key,配置路径值参考 https://cloud.tencent.com/document/product/228/41116 接口各配置项复杂类型,为配置路径对应复杂类型下的节点。
|
|
404
|
-
|
|
404
|
+
操作审计相关:接口的入参可能包含密钥等敏感信息,所以此接口的入参不会上报到操作审计。
|
|
405
405
|
*/
|
|
406
406
|
async ModifyDomainConfig(
|
|
407
407
|
req: ModifyDomainConfigRequest,
|
|
@@ -104,7 +104,7 @@ export interface CreateWorkspaceTokenRequest {
|
|
|
104
104
|
*/
|
|
105
105
|
TokenExpiredLimitSec?: number
|
|
106
106
|
/**
|
|
107
|
-
* token 授权策略,可选值为 workspace-run-only, all。默认为
|
|
107
|
+
* token 授权策略,可选值为 workspace-run-only, all。默认为 workspace-run-only
|
|
108
108
|
*/
|
|
109
109
|
Policies?: Array<string>
|
|
110
110
|
}
|
|
@@ -642,6 +642,20 @@ export interface DescribeDBParametersResponse {
|
|
|
642
642
|
RequestId?: string
|
|
643
643
|
}
|
|
644
644
|
|
|
645
|
+
/**
|
|
646
|
+
* 标签
|
|
647
|
+
*/
|
|
648
|
+
export interface Tag {
|
|
649
|
+
/**
|
|
650
|
+
* 标签键
|
|
651
|
+
*/
|
|
652
|
+
TagKey?: string
|
|
653
|
+
/**
|
|
654
|
+
* 标签值
|
|
655
|
+
*/
|
|
656
|
+
TagValue?: string
|
|
657
|
+
}
|
|
658
|
+
|
|
645
659
|
/**
|
|
646
660
|
* DescribeBackupFiles请求参数结构体
|
|
647
661
|
*/
|
|
@@ -1616,7 +1630,7 @@ export interface SwitchDBInstanceHAResponse {
|
|
|
1616
1630
|
/**
|
|
1617
1631
|
* 异步流程Id
|
|
1618
1632
|
*/
|
|
1619
|
-
FlowId
|
|
1633
|
+
FlowId?: number
|
|
1620
1634
|
/**
|
|
1621
1635
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1622
1636
|
*/
|
|
@@ -2058,6 +2072,10 @@ export interface SwitchDBInstanceHARequest {
|
|
|
2058
2072
|
* 切换的目标区域,会自动选择该可用区中延迟最低的节点。
|
|
2059
2073
|
*/
|
|
2060
2074
|
Zone: string
|
|
2075
|
+
/**
|
|
2076
|
+
* 指定分片实例id进行切换
|
|
2077
|
+
*/
|
|
2078
|
+
ShardInstanceIds?: Array<string>
|
|
2061
2079
|
}
|
|
2062
2080
|
|
|
2063
2081
|
/**
|
|
@@ -3685,11 +3703,11 @@ export interface DescribeDCDBInstancesResponse {
|
|
|
3685
3703
|
/**
|
|
3686
3704
|
* 符合条件的实例数量
|
|
3687
3705
|
*/
|
|
3688
|
-
TotalCount
|
|
3706
|
+
TotalCount?: number
|
|
3689
3707
|
/**
|
|
3690
3708
|
* 实例详细信息列表
|
|
3691
3709
|
*/
|
|
3692
|
-
Instances
|
|
3710
|
+
Instances?: Array<DCDBInstanceInfo>
|
|
3693
3711
|
/**
|
|
3694
3712
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3695
3713
|
*/
|
|
@@ -4587,6 +4605,10 @@ export interface DescribeDCDBInstancesRequest {
|
|
|
4587
4605
|
* 按标签key查询
|
|
4588
4606
|
*/
|
|
4589
4607
|
TagKeys?: Array<string>
|
|
4608
|
+
/**
|
|
4609
|
+
* 标签
|
|
4610
|
+
*/
|
|
4611
|
+
Tags?: Array<Tag>
|
|
4590
4612
|
/**
|
|
4591
4613
|
* 实例类型过滤,1-独享实例,2-主实例,3-灾备实例,多个按逗号分隔
|
|
4592
4614
|
*/
|
|
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
DescribePersonCertificateResponse,
|
|
22
|
+
FlowBatchUrlInfo,
|
|
22
23
|
BillUsageDetail,
|
|
23
24
|
DescribeCancelFlowsTaskResponse,
|
|
24
25
|
IntentionActionResult,
|
|
@@ -54,6 +55,7 @@ import {
|
|
|
54
55
|
CreateFlowOption,
|
|
55
56
|
ReleasedApprover,
|
|
56
57
|
DescribeIntegrationRolesRequest,
|
|
58
|
+
FlowBatchApproverInfo,
|
|
57
59
|
CreateFlowEvidenceReportRequest,
|
|
58
60
|
StartFlowResponse,
|
|
59
61
|
SealInfo,
|
|
@@ -29,6 +29,16 @@ export interface DescribePersonCertificateResponse {
|
|
|
29
29
|
RequestId?: string
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
+
/**
|
|
33
|
+
* 批量签署合同相关信息,指定批量签署合同和签署方的信息,用于补充动态签署人。
|
|
34
|
+
*/
|
|
35
|
+
export interface FlowBatchUrlInfo {
|
|
36
|
+
/**
|
|
37
|
+
* 批量签署合同和签署方的信息,用于补充动态签署人。
|
|
38
|
+
*/
|
|
39
|
+
FlowBatchApproverInfos?: Array<FlowBatchApproverInfo>
|
|
40
|
+
}
|
|
41
|
+
|
|
32
42
|
/**
|
|
33
43
|
* 用户计费使用情况详情
|
|
34
44
|
*/
|
|
@@ -1179,6 +1189,20 @@ export interface DescribeIntegrationRolesRequest {
|
|
|
1179
1189
|
Offset?: number
|
|
1180
1190
|
}
|
|
1181
1191
|
|
|
1192
|
+
/**
|
|
1193
|
+
* 批量签署合同相关信息,指定批量签署合同和签署方的信息,用于补充动态签署人。
|
|
1194
|
+
*/
|
|
1195
|
+
export interface FlowBatchApproverInfo {
|
|
1196
|
+
/**
|
|
1197
|
+
* 合同流程ID。
|
|
1198
|
+
*/
|
|
1199
|
+
FlowId?: string
|
|
1200
|
+
/**
|
|
1201
|
+
* 签署节点ID,用于生成动态签署人链接完成领取。注:`生成动态签署人补充链接时必传。`
|
|
1202
|
+
*/
|
|
1203
|
+
RecipientId?: string
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1182
1206
|
/**
|
|
1183
1207
|
* CreateFlowEvidenceReport请求参数结构体
|
|
1184
1208
|
*/
|
|
@@ -7504,14 +7528,14 @@ export interface CreateBatchSignUrlRequest {
|
|
|
7504
7528
|
|
|
7505
7529
|
注:`请确保和合同中填入的一致`
|
|
7506
7530
|
*/
|
|
7507
|
-
Name
|
|
7531
|
+
Name?: string
|
|
7508
7532
|
/**
|
|
7509
7533
|
* 手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。
|
|
7510
7534
|
请确认手机号所有方为此业务通知方。
|
|
7511
7535
|
|
|
7512
7536
|
注:`请确保和合同中填入的一致, 若无法保持一致,请确保在发起和生成批量签署链接时传入相同的参与方证件信息`
|
|
7513
7537
|
*/
|
|
7514
|
-
Mobile
|
|
7538
|
+
Mobile?: string
|
|
7515
7539
|
/**
|
|
7516
7540
|
* 代理企业和员工的信息。
|
|
7517
7541
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
@@ -7567,6 +7591,10 @@ export interface CreateBatchSignUrlRequest {
|
|
|
7567
7591
|
</ul>
|
|
7568
7592
|
*/
|
|
7569
7593
|
JumpToDetail?: boolean
|
|
7594
|
+
/**
|
|
7595
|
+
* 批量签署合同相关信息,指定合同和签署方的信息,用于补充动态签署人。
|
|
7596
|
+
*/
|
|
7597
|
+
FlowBatchUrlInfo?: FlowBatchUrlInfo
|
|
7570
7598
|
}
|
|
7571
7599
|
|
|
7572
7600
|
/**
|
|
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
SyncProxyOrganizationResponse,
|
|
22
|
+
FlowBatchUrlInfo,
|
|
22
23
|
ChannelCreateConvertTaskApiResponse,
|
|
23
24
|
ChannelCreateFlowRemindsResponse,
|
|
24
25
|
Component,
|
|
@@ -105,6 +106,7 @@ import {
|
|
|
105
106
|
Permission,
|
|
106
107
|
DescribeExtendedServiceAuthDetailRequest,
|
|
107
108
|
OrganizationAuthUrl,
|
|
109
|
+
FlowBatchApproverInfo,
|
|
108
110
|
Staff,
|
|
109
111
|
ComponentLimit,
|
|
110
112
|
ChannelVerifyPdfResponse,
|
|
@@ -25,6 +25,16 @@ export interface SyncProxyOrganizationResponse {
|
|
|
25
25
|
RequestId?: string
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
/**
|
|
29
|
+
* 批量签署合同相关信息,指定批量签署合同和签署方的信息,用于补充动态签署人。
|
|
30
|
+
*/
|
|
31
|
+
export interface FlowBatchUrlInfo {
|
|
32
|
+
/**
|
|
33
|
+
* 批量签署合同和签署方的信息,用于补充动态签署人。
|
|
34
|
+
*/
|
|
35
|
+
FlowBatchApproverInfos?: Array<FlowBatchApproverInfo>
|
|
36
|
+
}
|
|
37
|
+
|
|
28
38
|
/**
|
|
29
39
|
* ChannelCreateConvertTaskApi返回参数结构体
|
|
30
40
|
*/
|
|
@@ -2987,6 +2997,20 @@ export interface OrganizationAuthUrl {
|
|
|
2987
2997
|
ErrorMessage?: string
|
|
2988
2998
|
}
|
|
2989
2999
|
|
|
3000
|
+
/**
|
|
3001
|
+
* 批量签署合同相关信息,指定批量签署合同和签署方的信息,用于补充动态签署人。
|
|
3002
|
+
*/
|
|
3003
|
+
export interface FlowBatchApproverInfo {
|
|
3004
|
+
/**
|
|
3005
|
+
* 合同流程ID。
|
|
3006
|
+
*/
|
|
3007
|
+
FlowId?: string
|
|
3008
|
+
/**
|
|
3009
|
+
* 签署节点ID,用于生成动态签署人链接完成领取。注:`生成动态签署人补充链接时必传。`
|
|
3010
|
+
*/
|
|
3011
|
+
RecipientId?: string
|
|
3012
|
+
}
|
|
3013
|
+
|
|
2990
3014
|
/**
|
|
2991
3015
|
* 企业员工信息
|
|
2992
3016
|
*/
|
|
@@ -6437,14 +6461,14 @@ export interface ChannelCreateBatchSignUrlRequest {
|
|
|
6437
6461
|
|
|
6438
6462
|
注:`请确保和合同中填入的一致`
|
|
6439
6463
|
*/
|
|
6440
|
-
Name
|
|
6464
|
+
Name?: string
|
|
6441
6465
|
/**
|
|
6442
6466
|
* 手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。
|
|
6443
6467
|
请确认手机号所有方为此业务通知方。
|
|
6444
6468
|
|
|
6445
6469
|
注:`请确保和合同中填入的一致, 若无法保持一致,请确保在发起和生成批量签署链接时传入相同的参与方证件信息`
|
|
6446
6470
|
*/
|
|
6447
|
-
Mobile
|
|
6471
|
+
Mobile?: string
|
|
6448
6472
|
/**
|
|
6449
6473
|
* 执行本接口操作的员工信息。
|
|
6450
6474
|
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
@@ -6501,6 +6525,10 @@ export interface ChannelCreateBatchSignUrlRequest {
|
|
|
6501
6525
|
</ul>
|
|
6502
6526
|
*/
|
|
6503
6527
|
JumpToDetail?: boolean
|
|
6528
|
+
/**
|
|
6529
|
+
* 批量签署合同相关信息,指定合同和签署方的信息,用于补充动态签署人。
|
|
6530
|
+
*/
|
|
6531
|
+
FlowBatchUrlInfo?: FlowBatchUrlInfo
|
|
6504
6532
|
}
|
|
6505
6533
|
|
|
6506
6534
|
/**
|
|
@@ -92,13 +92,12 @@ export class Client extends AbstractClient {
|
|
|
92
92
|
|
|
93
93
|
### 接口调用说明:
|
|
94
94
|
- 图片文件大小支持:**文件 < 5M**
|
|
95
|
-
-
|
|
95
|
+
- 图片默认尺寸支持:**长或者宽 >50分辨率**和**长或者宽<10000分辨率**
|
|
96
96
|
- 图片文件分辨率支持:建议**分辨率大于256x256**,否则可能会影响识别效果;
|
|
97
97
|
- 图片文件支持格式:PNG、JPG、JPEG、BMP、GIF、WEBP格式;
|
|
98
98
|
- 图片文件链接支持的传输协议:HTTP、HTTPS;
|
|
99
99
|
- 若传入图片文件的访问链接,则需要注意**图片下载时间限制为3秒**,为保障被检测图片的稳定性和可靠性,建议您使用腾讯云COS存储或者CDN缓存等;
|
|
100
|
-
|
|
101
|
-
-审核列表中,排序是按照用户通过API接口上传调用的时间进行排序;
|
|
100
|
+
|
|
102
101
|
|
|
103
102
|
<div class="rno-api-explorer" style="margin-bottom:20px">
|
|
104
103
|
<div class="rno-api-explorer-inner">
|