tencentcloud-sdk-nodejs 4.0.1010 → 4.0.1011
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 +21 -0
- package/SERVICE_CHANGELOG.md +41 -316
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/dc/v20180410/dc_client.ts +1 -1
- package/src/services/dc/v20180410/dc_models.ts +16 -25
- package/src/services/es/v20180416/es_models.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -0
- package/src/services/mna/v20210119/mna_models.ts +0 -1
- package/src/services/redis/v20180412/redis_models.ts +10 -10
- package/src/services/tke/v20220501/tke_models.ts +1 -1
- package/src/services/trro/v20220325/trro_models.ts +0 -29
- package/src/services/vpc/v20170312/vpc_models.ts +0 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/dc/v20180410/dc_client.d.ts +1 -1
- package/tencentcloud/services/dc/v20180410/dc_client.js +1 -1
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +16 -25
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +0 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +10 -10
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +1 -1
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +0 -29
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +0 -2
|
@@ -45,36 +45,35 @@ export interface DirectConnectTunnelRoute {
|
|
|
45
45
|
/**
|
|
46
46
|
* 专用通道路由ID
|
|
47
47
|
*/
|
|
48
|
-
RouteId
|
|
48
|
+
RouteId?: string
|
|
49
49
|
/**
|
|
50
50
|
* 网段CIDR
|
|
51
51
|
*/
|
|
52
|
-
DestinationCidrBlock
|
|
52
|
+
DestinationCidrBlock?: string
|
|
53
53
|
/**
|
|
54
54
|
* 路由类型:BGP/STATIC路由
|
|
55
55
|
*/
|
|
56
|
-
RouteType
|
|
56
|
+
RouteType?: string
|
|
57
57
|
/**
|
|
58
58
|
* ENABLE:路由启用,DISABLE:路由禁用
|
|
59
59
|
*/
|
|
60
|
-
Status
|
|
60
|
+
Status?: string
|
|
61
61
|
/**
|
|
62
62
|
* ASPath信息
|
|
63
63
|
*/
|
|
64
|
-
ASPath
|
|
64
|
+
ASPath?: Array<string>
|
|
65
65
|
/**
|
|
66
66
|
* 路由下一跳IP
|
|
67
67
|
*/
|
|
68
|
-
NextHop
|
|
68
|
+
NextHop?: string
|
|
69
69
|
/**
|
|
70
70
|
* 路由更新时间
|
|
71
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
72
71
|
*/
|
|
73
|
-
UpdateTime
|
|
72
|
+
UpdateTime?: string
|
|
74
73
|
/**
|
|
75
74
|
* 是否配置在通道上
|
|
76
75
|
*/
|
|
77
|
-
ApplyOnTunnelEnable
|
|
76
|
+
ApplyOnTunnelEnable?: boolean
|
|
78
77
|
}
|
|
79
78
|
|
|
80
79
|
/**
|
|
@@ -144,21 +143,21 @@ export interface DescribeDirectConnectTunnelExtraRequest {
|
|
|
144
143
|
*/
|
|
145
144
|
export interface DescribePublicDirectConnectTunnelRoutesRequest {
|
|
146
145
|
/**
|
|
147
|
-
* 专用通道ID
|
|
146
|
+
* 专用通道ID。
|
|
148
147
|
*/
|
|
149
148
|
DirectConnectTunnelId: string
|
|
150
149
|
/**
|
|
151
150
|
* 过滤条件:
|
|
152
|
-
route-type:路由类型,取值:BGP/STATIC
|
|
153
|
-
route-subnet:路由cidr,取值如:192.68.1.0/24
|
|
151
|
+
route-type:路由类型,取值:BGP/STATIC;
|
|
152
|
+
route-subnet:路由cidr,取值如:192.68.1.0/24。
|
|
154
153
|
*/
|
|
155
154
|
Filters?: Array<Filter>
|
|
156
155
|
/**
|
|
157
|
-
* 偏移量,默认为0
|
|
156
|
+
* 偏移量,默认为0。
|
|
158
157
|
*/
|
|
159
158
|
Offset?: number
|
|
160
159
|
/**
|
|
161
|
-
* 返回数量,默认为20,最大值为100
|
|
160
|
+
* 返回数量,默认为20,最大值为100。
|
|
162
161
|
*/
|
|
163
162
|
Limit?: number
|
|
164
163
|
}
|
|
@@ -514,9 +513,8 @@ export interface AccessPoint {
|
|
|
514
513
|
export interface ApplyInternetAddressResponse {
|
|
515
514
|
/**
|
|
516
515
|
* 互联网公网地址ID
|
|
517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
518
516
|
*/
|
|
519
|
-
InstanceId
|
|
517
|
+
InstanceId?: string
|
|
520
518
|
/**
|
|
521
519
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
522
520
|
*/
|
|
@@ -895,7 +893,6 @@ export interface DescribeDirectConnectsResponse {
|
|
|
895
893
|
TotalCount?: number
|
|
896
894
|
/**
|
|
897
895
|
* 用户名下物理专线是否都签署了用户协议。
|
|
898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
899
896
|
*/
|
|
900
897
|
AllSignLaw?: boolean
|
|
901
898
|
/**
|
|
@@ -1541,7 +1538,6 @@ export interface DescribeInternetAddressStatisticsResponse {
|
|
|
1541
1538
|
TotalCount?: number
|
|
1542
1539
|
/**
|
|
1543
1540
|
* 互联网公网地址统计信息列表
|
|
1544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1545
1541
|
*/
|
|
1546
1542
|
InternetAddressStatistics?: Array<InternetAddressStatistics>
|
|
1547
1543
|
/**
|
|
@@ -1596,11 +1592,11 @@ export interface DescribeInternetAddressRequest {
|
|
|
1596
1592
|
*/
|
|
1597
1593
|
export interface DescribePublicDirectConnectTunnelRoutesResponse {
|
|
1598
1594
|
/**
|
|
1599
|
-
*
|
|
1595
|
+
* 互联网通道路由列表。
|
|
1600
1596
|
*/
|
|
1601
1597
|
Routes?: Array<DirectConnectTunnelRoute>
|
|
1602
1598
|
/**
|
|
1603
|
-
*
|
|
1599
|
+
* 路由总数量。
|
|
1604
1600
|
*/
|
|
1605
1601
|
TotalCount?: number
|
|
1606
1602
|
/**
|
|
@@ -1615,27 +1611,22 @@ export interface DescribePublicDirectConnectTunnelRoutesResponse {
|
|
|
1615
1611
|
export interface DescribeInternetAddressQuotaResponse {
|
|
1616
1612
|
/**
|
|
1617
1613
|
* IPv6互联网公网允许的最小前缀长度
|
|
1618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1619
1614
|
*/
|
|
1620
1615
|
Ipv6PrefixLen?: number
|
|
1621
1616
|
/**
|
|
1622
1617
|
* BGP类型IPv4互联网地址配额
|
|
1623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1624
1618
|
*/
|
|
1625
1619
|
Ipv4BgpQuota?: number
|
|
1626
1620
|
/**
|
|
1627
1621
|
* 非BGP类型IPv4互联网地址配额
|
|
1628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1629
1622
|
*/
|
|
1630
1623
|
Ipv4OtherQuota?: number
|
|
1631
1624
|
/**
|
|
1632
1625
|
* BGP类型IPv4互联网地址已使用数量
|
|
1633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1634
1626
|
*/
|
|
1635
1627
|
Ipv4BgpNum?: number
|
|
1636
1628
|
/**
|
|
1637
1629
|
* 非BGP类型互联网地址已使用数量
|
|
1638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1639
1630
|
*/
|
|
1640
1631
|
Ipv4OtherNum?: number
|
|
1641
1632
|
/**
|
|
@@ -631,6 +631,11 @@ export interface IndexMetaField {
|
|
|
631
631
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
632
632
|
*/
|
|
633
633
|
IndexSettingsField?: IndexSettingsField
|
|
634
|
+
/**
|
|
635
|
+
* 索引别名字段
|
|
636
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
637
|
+
*/
|
|
638
|
+
IndexAliasesField?: Array<string>
|
|
634
639
|
/**
|
|
635
640
|
* 索引所属集群APP ID
|
|
636
641
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -511,7 +511,7 @@ export class Client extends AbstractClient {
|
|
|
511
511
|
### 填充模板中定义的填写控件
|
|
512
512
|
模板中配置的<font color="red">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充。
|
|
513
513
|
|
|
514
|
-
**<font color="red">填充填写控件需要进行Pdf合成工作,文档合成完成后会收到[
|
|
514
|
+
**<font color="red">填充填写控件需要进行Pdf合成工作,文档合成完成后会收到[合同文档合成完成回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83),建议在收到此回调后再调用 [StartFlow](https://qian.tencent.com/developers/companyApis/startFlows/StartFlow) 接口。</font>**
|
|
515
515
|
|
|
516
516
|

|
|
517
517
|
|
|
@@ -2544,7 +2544,7 @@ export interface CreateDocumentResponse {
|
|
|
2544
2544
|
* 合同预览链接URL。
|
|
2545
2545
|
|
|
2546
2546
|
注: `1.如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL`
|
|
2547
|
-
`2
|
|
2547
|
+
`2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容,完整的预览链接需通过[合同文档合成完成回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign/#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取。
|
|
2548
2548
|
*/
|
|
2549
2549
|
PreviewFileUrl?: string
|
|
2550
2550
|
/**
|
|
@@ -6136,6 +6136,8 @@ export interface CreateFlowsByTemplatesResponse {
|
|
|
6136
6136
|
* 合同预览链接URL数组。
|
|
6137
6137
|
|
|
6138
6138
|
注:如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL
|
|
6139
|
+
如果预览的文件中指定了动态表格控件,此时此接口返回的是合成前的文档预览链接,合成完成后的文档预览链接需要通过[合同文档合成完成回调](https://qian.tencent.com/developers/partner/callback_types_contracts_sign#%E5%8D%81%E4%B8%80-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取或使用返回的TaskInfo中的TaskId通过[查询转换任务状态
|
|
6140
|
+
](https://qian.tencent.com/developers/partnerApis/files/ChannelGetTaskResultApi)接口查询得到
|
|
6139
6141
|
*/
|
|
6140
6142
|
PreviewUrls?: Array<string>
|
|
6141
6143
|
/**
|
|
@@ -2688,44 +2688,44 @@ export interface InstanceIntegerParam {
|
|
|
2688
2688
|
/**
|
|
2689
2689
|
* 参数名
|
|
2690
2690
|
*/
|
|
2691
|
-
ParamName
|
|
2691
|
+
ParamName?: string
|
|
2692
2692
|
/**
|
|
2693
2693
|
* 参数类型:integer
|
|
2694
2694
|
*/
|
|
2695
|
-
ValueType
|
|
2695
|
+
ValueType?: string
|
|
2696
2696
|
/**
|
|
2697
2697
|
* 修改后是否需要重启:true,false
|
|
2698
2698
|
*/
|
|
2699
|
-
NeedRestart
|
|
2699
|
+
NeedRestart?: string
|
|
2700
2700
|
/**
|
|
2701
2701
|
* 参数默认值
|
|
2702
2702
|
*/
|
|
2703
|
-
DefaultValue
|
|
2703
|
+
DefaultValue?: string
|
|
2704
2704
|
/**
|
|
2705
2705
|
* 当前运行参数值
|
|
2706
2706
|
*/
|
|
2707
|
-
CurrentValue
|
|
2707
|
+
CurrentValue?: string
|
|
2708
2708
|
/**
|
|
2709
2709
|
* 参数说明
|
|
2710
2710
|
*/
|
|
2711
|
-
Tips
|
|
2711
|
+
Tips?: string
|
|
2712
2712
|
/**
|
|
2713
2713
|
* 参数最小值
|
|
2714
2714
|
*/
|
|
2715
|
-
Min
|
|
2715
|
+
Min?: string
|
|
2716
2716
|
/**
|
|
2717
2717
|
* 参数最大值
|
|
2718
2718
|
*/
|
|
2719
|
-
Max
|
|
2719
|
+
Max?: string
|
|
2720
2720
|
/**
|
|
2721
2721
|
* 参数状态, 1: 修改中, 2:修改完成
|
|
2722
2722
|
*/
|
|
2723
|
-
Status
|
|
2723
|
+
Status?: number
|
|
2724
2724
|
/**
|
|
2725
2725
|
* 参数单位
|
|
2726
2726
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2727
2727
|
*/
|
|
2728
|
-
Unit
|
|
2728
|
+
Unit?: string
|
|
2729
2729
|
}
|
|
2730
2730
|
|
|
2731
2731
|
/**
|
|
@@ -936,7 +936,7 @@ export interface DescribeClusterInstancesRequest {
|
|
|
936
936
|
Limit?: number
|
|
937
937
|
/**
|
|
938
938
|
* 过滤条件列表:
|
|
939
|
-
InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,
|
|
939
|
+
InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,Super,External),VagueIpAddress(模糊匹配IP),Labels(k8s节点label),NodePoolNames(节点池名称),VagueInstanceName(模糊匹配节点名),InstanceStates(节点状态),Unschedulable(是否封锁),NodePoolIds(节点池ID)
|
|
940
940
|
*/
|
|
941
941
|
Filters?: Array<Filter>
|
|
942
942
|
/**
|
|
@@ -490,42 +490,34 @@ export interface ModifyPolicyResponse {
|
|
|
490
490
|
export interface Device {
|
|
491
491
|
/**
|
|
492
492
|
* 设备ID
|
|
493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
494
493
|
*/
|
|
495
494
|
DeviceId?: string
|
|
496
495
|
/**
|
|
497
496
|
* 设备名称
|
|
498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
499
497
|
*/
|
|
500
498
|
DeviceName?: string
|
|
501
499
|
/**
|
|
502
500
|
* 已经绑定license数量
|
|
503
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
504
501
|
*/
|
|
505
502
|
LicenseCount?: number
|
|
506
503
|
/**
|
|
507
504
|
* 剩余天数:天
|
|
508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
509
505
|
*/
|
|
510
506
|
RemainDay?: number
|
|
511
507
|
/**
|
|
512
508
|
* 过期时间:s
|
|
513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
514
509
|
*/
|
|
515
510
|
ExpireTime?: string
|
|
516
511
|
/**
|
|
517
512
|
* 服务时长:s
|
|
518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
519
513
|
*/
|
|
520
514
|
Duration?: string
|
|
521
515
|
/**
|
|
522
516
|
* 已经绑定licenseId列表
|
|
523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
524
517
|
*/
|
|
525
518
|
LicenseIds?: Array<string>
|
|
526
519
|
/**
|
|
527
520
|
* 每月license的限定时长
|
|
528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
529
521
|
*/
|
|
530
522
|
MonthlyRemainTime?: number
|
|
531
523
|
/**
|
|
@@ -884,17 +876,14 @@ export interface SessionDeviceDetail {
|
|
|
884
876
|
DeviceId?: string
|
|
885
877
|
/**
|
|
886
878
|
* sdk版本
|
|
887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
888
879
|
*/
|
|
889
880
|
Ver?: string
|
|
890
881
|
/**
|
|
891
882
|
* 模式(p2p/server)
|
|
892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
893
883
|
*/
|
|
894
884
|
SdkMode?: string
|
|
895
885
|
/**
|
|
896
886
|
* 解码耗时,单位:ms
|
|
897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
898
887
|
*/
|
|
899
888
|
DecodeCost?: Array<number | bigint>
|
|
900
889
|
/**
|
|
@@ -905,92 +894,74 @@ export interface SessionDeviceDetail {
|
|
|
905
894
|
RenderConst?: Array<number | bigint>
|
|
906
895
|
/**
|
|
907
896
|
* 卡顿k100
|
|
908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
909
897
|
*/
|
|
910
898
|
K100?: Array<number>
|
|
911
899
|
/**
|
|
912
900
|
* 卡顿k150
|
|
913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
914
901
|
*/
|
|
915
902
|
K150?: Array<number>
|
|
916
903
|
/**
|
|
917
904
|
* nack请求数
|
|
918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
919
905
|
*/
|
|
920
906
|
NACK?: Array<number | bigint>
|
|
921
907
|
/**
|
|
922
908
|
* 服务端调控码率,单位:kbps
|
|
923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
924
909
|
*/
|
|
925
910
|
BitRateEstimate?: Array<number | bigint>
|
|
926
911
|
/**
|
|
927
912
|
* 宽度
|
|
928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
929
913
|
*/
|
|
930
914
|
Width?: number
|
|
931
915
|
/**
|
|
932
916
|
* 高度
|
|
933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
934
917
|
*/
|
|
935
918
|
Height?: number
|
|
936
919
|
/**
|
|
937
920
|
* 编码耗时,单位:ms
|
|
938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
939
921
|
*/
|
|
940
922
|
EncodeCost?: Array<number | bigint>
|
|
941
923
|
/**
|
|
942
924
|
* 采集耗时,单位:ms
|
|
943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
944
925
|
*/
|
|
945
926
|
CaptureCost?: Array<number | bigint>
|
|
946
927
|
/**
|
|
947
928
|
* 渲染耗时,单位:ms
|
|
948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
949
929
|
*/
|
|
950
930
|
RenderCost?: Array<number | bigint>
|
|
951
931
|
/**
|
|
952
932
|
* 配置宽度
|
|
953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
954
933
|
*/
|
|
955
934
|
ConfigWidth?: number
|
|
956
935
|
/**
|
|
957
936
|
* 配置高度
|
|
958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
959
937
|
*/
|
|
960
938
|
ConfigHeight?: number
|
|
961
939
|
/**
|
|
962
940
|
* 平均帧间隔
|
|
963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
964
941
|
*/
|
|
965
942
|
FrameDelta?: Array<number | bigint>
|
|
966
943
|
/**
|
|
967
944
|
* 最大帧间隔
|
|
968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
969
945
|
*/
|
|
970
946
|
MaxFrameDelta?: Array<number | bigint>
|
|
971
947
|
/**
|
|
972
948
|
* 总码率评估,单位:kbps
|
|
973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
974
949
|
*/
|
|
975
950
|
TotalBitrateEstimate?: Array<number | bigint>
|
|
976
951
|
/**
|
|
977
952
|
* 帧间隔大于100ms的卡顿时长
|
|
978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
979
953
|
*/
|
|
980
954
|
Lag100Duration?: Array<number | bigint>
|
|
981
955
|
/**
|
|
982
956
|
* 帧间隔大于150ms的卡顿时长
|
|
983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
984
957
|
*/
|
|
985
958
|
Lag150Duration?: Array<number | bigint>
|
|
986
959
|
/**
|
|
987
960
|
* 是否开启多网:0 单网,1 多网
|
|
988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
989
961
|
*/
|
|
990
962
|
MultiMode?: number
|
|
991
963
|
/**
|
|
992
964
|
* 多网卡信息
|
|
993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
994
965
|
*/
|
|
995
966
|
MultiNet?: Array<MultiNet>
|
|
996
967
|
}
|
|
@@ -14803,12 +14803,10 @@ export interface ModifyHighPriorityRouteAttributeRequest {
|
|
|
14803
14803
|
export interface InquirePriceCreateDirectConnectGatewayResponse {
|
|
14804
14804
|
/**
|
|
14805
14805
|
* 专线网关标准接入费用
|
|
14806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14807
14806
|
*/
|
|
14808
14807
|
TotalCost?: number
|
|
14809
14808
|
/**
|
|
14810
14809
|
* 专线网关真实接入费用
|
|
14811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14812
14810
|
*/
|
|
14813
14811
|
RealTotalCost?: number
|
|
14814
14812
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.1011";
|
|
@@ -51,7 +51,7 @@ export declare class Client extends AbstractClient {
|
|
|
51
51
|
*/
|
|
52
52
|
DisableInternetAddress(req: DisableInternetAddressRequest, cb?: (error: string, rep: DisableInternetAddressResponse) => void): Promise<DisableInternetAddressResponse>;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* 查询互联网通道路由列表。
|
|
55
55
|
*/
|
|
56
56
|
DescribePublicDirectConnectTunnelRoutes(req: DescribePublicDirectConnectTunnelRoutesRequest, cb?: (error: string, rep: DescribePublicDirectConnectTunnelRoutesResponse) => void): Promise<DescribePublicDirectConnectTunnelRoutesResponse>;
|
|
57
57
|
/**
|
|
@@ -91,7 +91,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
91
91
|
return this.request("DisableInternetAddress", req, cb);
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
* 查询互联网通道路由列表。
|
|
95
95
|
*/
|
|
96
96
|
async DescribePublicDirectConnectTunnelRoutes(req, cb) {
|
|
97
97
|
return this.request("DescribePublicDirectConnectTunnelRoutes", req, cb);
|
|
@@ -26,36 +26,35 @@ export interface DirectConnectTunnelRoute {
|
|
|
26
26
|
/**
|
|
27
27
|
* 专用通道路由ID
|
|
28
28
|
*/
|
|
29
|
-
RouteId
|
|
29
|
+
RouteId?: string;
|
|
30
30
|
/**
|
|
31
31
|
* 网段CIDR
|
|
32
32
|
*/
|
|
33
|
-
DestinationCidrBlock
|
|
33
|
+
DestinationCidrBlock?: string;
|
|
34
34
|
/**
|
|
35
35
|
* 路由类型:BGP/STATIC路由
|
|
36
36
|
*/
|
|
37
|
-
RouteType
|
|
37
|
+
RouteType?: string;
|
|
38
38
|
/**
|
|
39
39
|
* ENABLE:路由启用,DISABLE:路由禁用
|
|
40
40
|
*/
|
|
41
|
-
Status
|
|
41
|
+
Status?: string;
|
|
42
42
|
/**
|
|
43
43
|
* ASPath信息
|
|
44
44
|
*/
|
|
45
|
-
ASPath
|
|
45
|
+
ASPath?: Array<string>;
|
|
46
46
|
/**
|
|
47
47
|
* 路由下一跳IP
|
|
48
48
|
*/
|
|
49
|
-
NextHop
|
|
49
|
+
NextHop?: string;
|
|
50
50
|
/**
|
|
51
51
|
* 路由更新时间
|
|
52
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
53
52
|
*/
|
|
54
|
-
UpdateTime
|
|
53
|
+
UpdateTime?: string;
|
|
55
54
|
/**
|
|
56
55
|
* 是否配置在通道上
|
|
57
56
|
*/
|
|
58
|
-
ApplyOnTunnelEnable
|
|
57
|
+
ApplyOnTunnelEnable?: boolean;
|
|
59
58
|
}
|
|
60
59
|
/**
|
|
61
60
|
* RejectDirectConnectTunnel请求参数结构体
|
|
@@ -119,21 +118,21 @@ export interface DescribeDirectConnectTunnelExtraRequest {
|
|
|
119
118
|
*/
|
|
120
119
|
export interface DescribePublicDirectConnectTunnelRoutesRequest {
|
|
121
120
|
/**
|
|
122
|
-
* 专用通道ID
|
|
121
|
+
* 专用通道ID。
|
|
123
122
|
*/
|
|
124
123
|
DirectConnectTunnelId: string;
|
|
125
124
|
/**
|
|
126
125
|
* 过滤条件:
|
|
127
|
-
route-type:路由类型,取值:BGP/STATIC
|
|
128
|
-
route-subnet:路由cidr,取值如:192.68.1.0/24
|
|
126
|
+
route-type:路由类型,取值:BGP/STATIC;
|
|
127
|
+
route-subnet:路由cidr,取值如:192.68.1.0/24。
|
|
129
128
|
*/
|
|
130
129
|
Filters?: Array<Filter>;
|
|
131
130
|
/**
|
|
132
|
-
* 偏移量,默认为0
|
|
131
|
+
* 偏移量,默认为0。
|
|
133
132
|
*/
|
|
134
133
|
Offset?: number;
|
|
135
134
|
/**
|
|
136
|
-
* 返回数量,默认为20,最大值为100
|
|
135
|
+
* 返回数量,默认为20,最大值为100。
|
|
137
136
|
*/
|
|
138
137
|
Limit?: number;
|
|
139
138
|
}
|
|
@@ -478,9 +477,8 @@ export interface AccessPoint {
|
|
|
478
477
|
export interface ApplyInternetAddressResponse {
|
|
479
478
|
/**
|
|
480
479
|
* 互联网公网地址ID
|
|
481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
482
480
|
*/
|
|
483
|
-
InstanceId
|
|
481
|
+
InstanceId?: string;
|
|
484
482
|
/**
|
|
485
483
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
486
484
|
*/
|
|
@@ -849,7 +847,6 @@ export interface DescribeDirectConnectsResponse {
|
|
|
849
847
|
TotalCount?: number;
|
|
850
848
|
/**
|
|
851
849
|
* 用户名下物理专线是否都签署了用户协议。
|
|
852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
853
850
|
*/
|
|
854
851
|
AllSignLaw?: boolean;
|
|
855
852
|
/**
|
|
@@ -1470,7 +1467,6 @@ export interface DescribeInternetAddressStatisticsResponse {
|
|
|
1470
1467
|
TotalCount?: number;
|
|
1471
1468
|
/**
|
|
1472
1469
|
* 互联网公网地址统计信息列表
|
|
1473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1474
1470
|
*/
|
|
1475
1471
|
InternetAddressStatistics?: Array<InternetAddressStatistics>;
|
|
1476
1472
|
/**
|
|
@@ -1522,11 +1518,11 @@ export interface DescribeInternetAddressRequest {
|
|
|
1522
1518
|
*/
|
|
1523
1519
|
export interface DescribePublicDirectConnectTunnelRoutesResponse {
|
|
1524
1520
|
/**
|
|
1525
|
-
*
|
|
1521
|
+
* 互联网通道路由列表。
|
|
1526
1522
|
*/
|
|
1527
1523
|
Routes?: Array<DirectConnectTunnelRoute>;
|
|
1528
1524
|
/**
|
|
1529
|
-
*
|
|
1525
|
+
* 路由总数量。
|
|
1530
1526
|
*/
|
|
1531
1527
|
TotalCount?: number;
|
|
1532
1528
|
/**
|
|
@@ -1540,27 +1536,22 @@ export interface DescribePublicDirectConnectTunnelRoutesResponse {
|
|
|
1540
1536
|
export interface DescribeInternetAddressQuotaResponse {
|
|
1541
1537
|
/**
|
|
1542
1538
|
* IPv6互联网公网允许的最小前缀长度
|
|
1543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1544
1539
|
*/
|
|
1545
1540
|
Ipv6PrefixLen?: number;
|
|
1546
1541
|
/**
|
|
1547
1542
|
* BGP类型IPv4互联网地址配额
|
|
1548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1549
1543
|
*/
|
|
1550
1544
|
Ipv4BgpQuota?: number;
|
|
1551
1545
|
/**
|
|
1552
1546
|
* 非BGP类型IPv4互联网地址配额
|
|
1553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1554
1547
|
*/
|
|
1555
1548
|
Ipv4OtherQuota?: number;
|
|
1556
1549
|
/**
|
|
1557
1550
|
* BGP类型IPv4互联网地址已使用数量
|
|
1558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1559
1551
|
*/
|
|
1560
1552
|
Ipv4BgpNum?: number;
|
|
1561
1553
|
/**
|
|
1562
1554
|
* 非BGP类型互联网地址已使用数量
|
|
1563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1564
1555
|
*/
|
|
1565
1556
|
Ipv4OtherNum?: number;
|
|
1566
1557
|
/**
|
|
@@ -591,6 +591,11 @@ export interface IndexMetaField {
|
|
|
591
591
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
592
592
|
*/
|
|
593
593
|
IndexSettingsField?: IndexSettingsField;
|
|
594
|
+
/**
|
|
595
|
+
* 索引别名字段
|
|
596
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
597
|
+
*/
|
|
598
|
+
IndexAliasesField?: Array<string>;
|
|
594
599
|
/**
|
|
595
600
|
* 索引所属集群APP ID
|
|
596
601
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -146,7 +146,7 @@ export declare class Client extends AbstractClient {
|
|
|
146
146
|
### 填充模板中定义的填写控件
|
|
147
147
|
模板中配置的<font color="red">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充。
|
|
148
148
|
|
|
149
|
-
**<font color="red">填充填写控件需要进行Pdf合成工作,文档合成完成后会收到[
|
|
149
|
+
**<font color="red">填充填写控件需要进行Pdf合成工作,文档合成完成后会收到[合同文档合成完成回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83),建议在收到此回调后再调用 [StartFlow](https://qian.tencent.com/developers/companyApis/startFlows/StartFlow) 接口。</font>**
|
|
150
150
|
|
|
151
151
|

|
|
152
152
|
|
|
@@ -184,7 +184,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
184
184
|
### 填充模板中定义的填写控件
|
|
185
185
|
模板中配置的<font color="red">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充。
|
|
186
186
|
|
|
187
|
-
**<font color="red">填充填写控件需要进行Pdf合成工作,文档合成完成后会收到[
|
|
187
|
+
**<font color="red">填充填写控件需要进行Pdf合成工作,文档合成完成后会收到[合同文档合成完成回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83),建议在收到此回调后再调用 [StartFlow](https://qian.tencent.com/developers/companyApis/startFlows/StartFlow) 接口。</font>**
|
|
188
188
|
|
|
189
189
|

|
|
190
190
|
|
|
@@ -2448,7 +2448,7 @@ export interface CreateDocumentResponse {
|
|
|
2448
2448
|
* 合同预览链接URL。
|
|
2449
2449
|
|
|
2450
2450
|
注: `1.如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL`
|
|
2451
|
-
`2
|
|
2451
|
+
`2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容,完整的预览链接需通过[合同文档合成完成回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign/#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取。
|
|
2452
2452
|
*/
|
|
2453
2453
|
PreviewFileUrl?: string;
|
|
2454
2454
|
/**
|
|
@@ -5958,6 +5958,8 @@ export interface CreateFlowsByTemplatesResponse {
|
|
|
5958
5958
|
* 合同预览链接URL数组。
|
|
5959
5959
|
|
|
5960
5960
|
注:如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL
|
|
5961
|
+
如果预览的文件中指定了动态表格控件,此时此接口返回的是合成前的文档预览链接,合成完成后的文档预览链接需要通过[合同文档合成完成回调](https://qian.tencent.com/developers/partner/callback_types_contracts_sign#%E5%8D%81%E4%B8%80-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取或使用返回的TaskInfo中的TaskId通过[查询转换任务状态
|
|
5962
|
+
](https://qian.tencent.com/developers/partnerApis/files/ChannelGetTaskResultApi)接口查询得到
|
|
5961
5963
|
*/
|
|
5962
5964
|
PreviewUrls?: Array<string>;
|
|
5963
5965
|
/**
|