tencentcloud-sdk-nodejs 4.0.935 → 4.0.937
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 +554 -0
- package/SERVICE_CHANGELOG.md +633 -168
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +9 -0
- package/src/services/cam/v20190116/cam_client.ts +25 -0
- package/src/services/cam/v20190116/cam_models.ts +101 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -4
- package/src/services/cfg/v20210820/cfg_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +42 -2
- package/src/services/dasb/v20191018/dasb_client.ts +20 -7
- package/src/services/dasb/v20191018/dasb_models.ts +222 -137
- package/src/services/dlc/v20210125/dlc_client.ts +5 -2
- package/src/services/dlc/v20210125/dlc_models.ts +200 -88
- package/src/services/dsgc/v20190723/dsgc_models.ts +6 -1
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +6 -8
- package/src/services/ess/v20201111/ess_models.ts +58 -45
- package/src/services/essbasic/v20210526/essbasic_models.ts +13 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
- package/src/services/iss/v20230517/iss_client.ts +38 -25
- package/src/services/iss/v20230517/iss_models.ts +49 -6
- package/src/services/mps/v20190612/mps_client.ts +5 -2
- package/src/services/mps/v20190612/mps_models.ts +194 -58
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/region/v20220627/region_models.ts +10 -11
- package/src/services/sms/v20210111/sms_models.ts +9 -9
- package/src/services/ssl/v20191205/ssl_models.ts +3 -3
- package/src/services/tat/v20201028/tat_models.ts +5 -0
- package/src/services/tcb/v20180608/tcb_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +4 -0
- package/src/services/tke/v20220501/tke_client.ts +97 -20
- package/src/services/tke/v20220501/tke_models.ts +494 -215
- package/src/services/tmt/v20180321/tmt_models.ts +22 -22
- package/src/services/vdb/v20230616/vdb_client.ts +1 -1
- package/src/services/vdb/v20230616/vdb_models.ts +14 -1
- package/src/services/vod/index.ts +2 -0
- package/src/services/vod/v20180717/vod_models.ts +16 -4
- package/src/services/vod/v20240718/index.ts +6 -0
- package/src/services/vod/v20240718/vod_client.ts +44 -0
- package/src/services/vod/v20240718/vod_models.ts +76 -0
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/src/services/wedata/v20210820/wedata_client.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +9 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +12 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +96 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -4
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +42 -2
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +219 -137
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +197 -88
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +6 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +58 -45
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +13 -9
- package/tencentcloud/services/iss/v20230517/iss_client.js +18 -12
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +46 -6
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +191 -58
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/region/v20220627/region_models.d.ts +10 -11
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -9
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +29 -5
- package/tencentcloud/services/tke/v20220501/tke_client.js +42 -6
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +481 -219
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +22 -22
- package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +1 -1
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +14 -1
- package/tencentcloud/services/vod/index.d.ts +4 -0
- package/tencentcloud/services/vod/index.js +2 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +16 -4
- package/tencentcloud/services/vod/v20240718/index.d.ts +6 -0
- package/tencentcloud/services/vod/v20240718/index.js +9 -0
- package/tencentcloud/services/vod/v20240718/vod_client.d.ts +14 -0
- package/tencentcloud/services/vod/v20240718/vod_client.js +37 -0
- package/tencentcloud/services/vod/v20240718/vod_models.d.ts +57 -0
- package/tencentcloud/services/vod/v20240718/vod_models.js +18 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +1 -1
- package/test/cam.v20190116.test.js +20 -0
- package/test/dasb.v20191018.test.js +10 -0
- package/test/iss.v20230517.test.js +18 -8
- package/test/tke.v20220501.test.js +64 -4
- package/test/vod.v20240718.test.js +31 -0
|
@@ -1998,7 +1998,7 @@ export interface CreateFlowGroupByFilesRequest {
|
|
|
1998
1998
|
*/
|
|
1999
1999
|
export interface DescribeFlowComponentsResponse {
|
|
2000
2000
|
/**
|
|
2001
|
-
*
|
|
2001
|
+
* 合同流程关联的填写控件信息,包括填写控件的归属方以及是否填写等内容。
|
|
2002
2002
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2003
2003
|
*/
|
|
2004
2004
|
RecipientComponentInfos?: Array<RecipientComponentInfo>
|
|
@@ -2147,28 +2147,28 @@ export interface CreateUserVerifyUrlResponse {
|
|
|
2147
2147
|
* 腾讯电子签小程序的实名认证链接。
|
|
2148
2148
|
如果没有传递,默认值是 HTTP。 链接的有效期均是 7 天。
|
|
2149
2149
|
|
|
2150
|
-
|
|
2151
|
-
|
|
2150
|
+
<strong>1.如果EndPoint是APP</strong>:
|
|
2151
|
+
得到的链接类似于<a href="">pages/guide/index?to=MP_PERSONAL_VERIFY&shortKey=yDCZHUyOcExAlcOvNod0</a>, 用法可以参考描述中的"跳转到小程序的实现"
|
|
2152
2152
|
|
|
2153
|
-
|
|
2154
|
-
得到的链接类似于https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=TAG_VERIFY&shortKey=yDCZHUyOcChrfpaswT0d
|
|
2153
|
+
<strong>2.如果EndPoint是HTTP</strong>:
|
|
2154
|
+
得到的链接类似于 <a href="">https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=TAG_VERIFY&shortKey=yDCZHUyOcChrfpaswT0d</a>,点击后会跳转到腾讯电子签小程序进行签署
|
|
2155
2155
|
|
|
2156
|
-
|
|
2157
|
-
|
|
2156
|
+
<strong>3.如果EndPoint是HTTP_SHORT_URL</strong>:
|
|
2157
|
+
得到的链接类似于<a href="">https://essurl.cn/2n**42Nd</a>,点击后会跳转到腾讯电子签小程序进行签署
|
|
2158
2158
|
|
|
2159
|
-
|
|
2160
|
-
得到的链接类似于 https://quick.test.qian.tencent.cn/guide?Code=yDU****VJhsS5q&CodeType=xxx&shortKey=yD*****frcb
|
|
2159
|
+
<strong>4.如果EndPoint是H5</strong>:
|
|
2160
|
+
得到的链接类似于 <a href="">https://quick.test.qian.tencent.cn/guide?Code=yDU****VJhsS5q&CodeType=xxx&shortKey=yD*****frcb</a>,点击后会跳转到腾讯电子签H5页面进行签署
|
|
2161
2161
|
|
|
2162
|
-
|
|
2163
|
-
|
|
2162
|
+
<strong>5.如果EndPoint是H5_SHORT_URL</strong>:
|
|
2163
|
+
得到的链接类似于<a href="">https://essurl.cn/2n**42Nd</a>,点击后会跳转到腾讯电子签H5页面进行签署
|
|
2164
2164
|
|
|
2165
2165
|
|
|
2166
|
-
`注:` <font color="red"
|
|
2166
|
+
`注:` <font color="red">生成的链路后面不能再增加参数,防止出错重复参数覆盖原有的参数</font>
|
|
2167
2167
|
示例值:https://essurl.cn/2n**42Nd
|
|
2168
2168
|
*/
|
|
2169
2169
|
UserVerifyUrl?: string
|
|
2170
2170
|
/**
|
|
2171
|
-
*
|
|
2171
|
+
* 链接过期时间,为Unix时间戳(单位为秒)。
|
|
2172
2172
|
*/
|
|
2173
2173
|
ExpireTime?: number
|
|
2174
2174
|
/**
|
|
@@ -2595,6 +2595,14 @@ export interface CreateFlowRequest {
|
|
|
2595
2595
|
* @deprecated
|
|
2596
2596
|
*/
|
|
2597
2597
|
CallbackUrl?: string
|
|
2598
|
+
/**
|
|
2599
|
+
* 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下:
|
|
2600
|
+
<ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>
|
|
2601
|
+
|
|
2602
|
+
效果如下:
|
|
2603
|
+

|
|
2604
|
+
*/
|
|
2605
|
+
FlowDisplayType?: number
|
|
2598
2606
|
}
|
|
2599
2607
|
|
|
2600
2608
|
/**
|
|
@@ -4134,6 +4142,10 @@ export interface CreateFlowByFilesRequest {
|
|
|
4134
4142
|
注:`此功能可用于与企业内部的审批流程进行关联,支持手动、静默签署合同`
|
|
4135
4143
|
*/
|
|
4136
4144
|
NeedSignReview?: boolean
|
|
4145
|
+
/**
|
|
4146
|
+
* 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:
|
|
4147
|
+
*/
|
|
4148
|
+
FlowDisplayType?: number
|
|
4137
4149
|
}
|
|
4138
4150
|
|
|
4139
4151
|
/**
|
|
@@ -4219,6 +4231,10 @@ false:有序签
|
|
|
4219
4231
|
示例值:E_PRESCRIPTION_AUTO_SIGN
|
|
4220
4232
|
*/
|
|
4221
4233
|
AutoSignScene?: string
|
|
4234
|
+
/**
|
|
4235
|
+
* 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:
|
|
4236
|
+
*/
|
|
4237
|
+
FlowDisplayType?: number
|
|
4222
4238
|
}
|
|
4223
4239
|
|
|
4224
4240
|
/**
|
|
@@ -4241,15 +4257,18 @@ export interface CreateFlowSignUrlResponse {
|
|
|
4241
4257
|
export interface RegisterInfo {
|
|
4242
4258
|
/**
|
|
4243
4259
|
* 法人姓名
|
|
4260
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4244
4261
|
*/
|
|
4245
4262
|
LegalName: string
|
|
4246
4263
|
/**
|
|
4247
4264
|
* 社会统一信用代码
|
|
4265
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4248
4266
|
* @deprecated
|
|
4249
4267
|
*/
|
|
4250
4268
|
Uscc?: string
|
|
4251
4269
|
/**
|
|
4252
4270
|
* 社会统一信用代码
|
|
4271
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4253
4272
|
*/
|
|
4254
4273
|
UnifiedSocialCreditCode?: string
|
|
4255
4274
|
}
|
|
@@ -5139,14 +5158,17 @@ export interface HasAuthOrganization {
|
|
|
5139
5158
|
*/
|
|
5140
5159
|
export interface RecipientComponentInfo {
|
|
5141
5160
|
/**
|
|
5142
|
-
*
|
|
5161
|
+
* 签署方经办人在合同流程中的参与方ID,与控件绑定,是控件的归属方
|
|
5143
5162
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5144
5163
|
*/
|
|
5145
5164
|
RecipientId?: string
|
|
5146
5165
|
/**
|
|
5147
5166
|
* 参与方填写状态
|
|
5148
|
-
<ul
|
|
5149
|
-
<li
|
|
5167
|
+
<ul>
|
|
5168
|
+
<li>**空值** : 此参与方没有填写控件</li>
|
|
5169
|
+
<li>**0**: 未填写, 表示此参与方还没有填写合同的填写控件</li>
|
|
5170
|
+
<li>**1**: 已填写, 表示此参与方已经填写所有的填写控件</li></ul>
|
|
5171
|
+
|
|
5150
5172
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5151
5173
|
*/
|
|
5152
5174
|
RecipientFillStatus?: string
|
|
@@ -5158,7 +5180,7 @@ export interface RecipientComponentInfo {
|
|
|
5158
5180
|
*/
|
|
5159
5181
|
IsPromoter?: boolean
|
|
5160
5182
|
/**
|
|
5161
|
-
*
|
|
5183
|
+
* 改参与方填写控件信息列表
|
|
5162
5184
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5163
5185
|
*/
|
|
5164
5186
|
Components?: Array<FilledComponent>
|
|
@@ -5232,8 +5254,8 @@ export interface DescribeFlowComponentsRequest {
|
|
|
5232
5254
|
Operator: UserInfo
|
|
5233
5255
|
/**
|
|
5234
5256
|
* 合同流程ID,为32位字符串。
|
|
5235
|
-
|
|
5236
|
-
|
|
5257
|
+
|
|
5258
|
+
[点击产看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)
|
|
5237
5259
|
*/
|
|
5238
5260
|
FlowId: string
|
|
5239
5261
|
/**
|
|
@@ -5968,7 +5990,7 @@ export interface CreateFlowSignUrlRequest {
|
|
|
5968
5990
|
* 流程签署人列表,其中结构体的ApproverName,ApproverMobile和ApproverType必传,企业签署人则需传OrganizationName,其他可不传。
|
|
5969
5991
|
|
|
5970
5992
|
注:
|
|
5971
|
-
`1.
|
|
5993
|
+
`1. 签署人只能有手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
|
|
5972
5994
|
`2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`
|
|
5973
5995
|
*/
|
|
5974
5996
|
FlowApproverInfos?: Array<FlowCreateApprover>
|
|
@@ -6878,20 +6900,13 @@ export interface CreateUserVerifyUrlRequest {
|
|
|
6878
6900
|
/**
|
|
6879
6901
|
* 要跳转的链接类型
|
|
6880
6902
|
|
|
6881
|
-
|
|
6882
|
-
|
|
6883
|
-
|
|
6884
|
-
|
|
6885
|
-
|
|
6886
|
-
|
|
6887
|
-
|
|
6888
|
-
第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型
|
|
6889
|
-
|
|
6890
|
-
- H5:
|
|
6891
|
-
跳转电子签H5实名页面的长链
|
|
6892
|
-
|
|
6893
|
-
- H5_SHORT_URL:
|
|
6894
|
-
跳转电子签H5实名页面的短链
|
|
6903
|
+
<ul>
|
|
6904
|
+
<li><strong>HTTP</strong>:适用于短信通知或H5跳转的电子签小程序HTTP长链接</li>
|
|
6905
|
+
<li><strong>HTTP_SHORT_URL</strong>:适用于短信通知或H5跳转的电子签小程序HTTP短链接</li>
|
|
6906
|
+
<li><strong>APP</strong>:(默认类型)适用于第三方APP或小程序跳转的电子签小程序路径</li>
|
|
6907
|
+
<li><strong>H5</strong>:适用于跳转至电子签H5实名页面的长链接</li>
|
|
6908
|
+
<li><strong>H5_SHORT_URL</strong>:适用于跳转至电子签H5实名页面的短链接</li>
|
|
6909
|
+
</ul>
|
|
6895
6910
|
|
|
6896
6911
|
注:如果不传递,默认值是 <font color="red"> APP </font>
|
|
6897
6912
|
*/
|
|
@@ -8412,25 +8427,23 @@ export interface DescribeBillUsageDetailResponse {
|
|
|
8412
8427
|
*/
|
|
8413
8428
|
export interface CreateUserMobileChangeUrlResponse {
|
|
8414
8429
|
/**
|
|
8415
|
-
* 腾讯电子签小程序的实名认证链接。
|
|
8416
|
-
如果没有传递,默认值是 HTTP。 链接的有效期均是 7 天。
|
|
8430
|
+
* 腾讯电子签小程序的实名认证链接。 如果没有传递,默认值是 HTTP。 链接的有效期均是 7 天。
|
|
8417
8431
|
|
|
8418
|
-
|
|
8419
|
-
|
|
8432
|
+
<b>1.如果EndPoint是APP</b>,
|
|
8433
|
+
得到的链接类似于<a href="">pages/guide/index?to=MOBILE_CHANGE_INTENTION&shortKey=yDCZHUyOcExAlcOvNod0</a>, 用法可以参考描述中的"跳转到小程序的实现"
|
|
8420
8434
|
|
|
8421
|
-
|
|
8422
|
-
|
|
8435
|
+
<b>2.如果EndPoint是HTTP</b>,
|
|
8436
|
+
得到的链接类似于<a href="">https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=MOBILE_CHANGE_INTENTION&shortKey=yDCZHUyOcChrfpaswT0d</a>,点击后会跳转到腾讯电子签小程序进行签署
|
|
8423
8437
|
|
|
8424
|
-
|
|
8425
|
-
|
|
8438
|
+
<b>3.如果EndPoint是HTTP_SHORT_URL</b>,
|
|
8439
|
+
得到的链接类似于<a href="">https://essurl.cn/2n**42Nd</a>,点击后会跳转到腾讯电子签小程序进行签署
|
|
8426
8440
|
|
|
8441
|
+
注: <font color="red">生成的链路后面不能再增加参数</font>
|
|
8427
8442
|
|
|
8428
|
-
注: 生成的链路后面不能再增加参数
|
|
8429
|
-
示例值:https://essurl.cn/2n**42Nd
|
|
8430
8443
|
*/
|
|
8431
8444
|
Url?: string
|
|
8432
8445
|
/**
|
|
8433
|
-
*
|
|
8446
|
+
* 链接失效期限,为Unix时间戳(单位秒),有如下规则:
|
|
8434
8447
|
|
|
8435
8448
|
<ul>
|
|
8436
8449
|
<li>如果指定更换绑定手机号的用户(指定用户ID或姓名等信息),则设定的链接失效期限为7天后。</li>
|
|
@@ -1061,6 +1061,10 @@ export interface FlowFileInfo {
|
|
|
1061
1061
|
* 本企业(发起方企业)是否需要签署审批
|
|
1062
1062
|
*/
|
|
1063
1063
|
NeedSignReview?: boolean
|
|
1064
|
+
/**
|
|
1065
|
+
* 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:
|
|
1066
|
+
*/
|
|
1067
|
+
FlowDisplayType?: number
|
|
1064
1068
|
}
|
|
1065
1069
|
|
|
1066
1070
|
/**
|
|
@@ -1921,6 +1925,10 @@ MobileCheck:手机号验证,用户手机号和参与方手机号(ApproverM
|
|
|
1921
1925
|
* @deprecated
|
|
1922
1926
|
*/
|
|
1923
1927
|
Operator?: UserInfo
|
|
1928
|
+
/**
|
|
1929
|
+
* 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:
|
|
1930
|
+
*/
|
|
1931
|
+
FlowDisplayType?: number
|
|
1924
1932
|
}
|
|
1925
1933
|
|
|
1926
1934
|
/**
|
|
@@ -4183,6 +4191,10 @@ export interface FlowInfo {
|
|
|
4183
4191
|
注: `个人自动签名场景是白名单功能,使用前请与对接的客户经理联系沟通。`
|
|
4184
4192
|
*/
|
|
4185
4193
|
AutoSignScene?: string
|
|
4194
|
+
/**
|
|
4195
|
+
* 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:
|
|
4196
|
+
*/
|
|
4197
|
+
FlowDisplayType?: number
|
|
4186
4198
|
}
|
|
4187
4199
|
|
|
4188
4200
|
/**
|
|
@@ -8278,7 +8290,7 @@ export interface ChannelCreateFlowSignUrlRequest {
|
|
|
8278
8290
|
若为子客企业签署方则需传OpenId、OrganizationOpenId,其他可不传。
|
|
8279
8291
|
|
|
8280
8292
|
注:
|
|
8281
|
-
`1.
|
|
8293
|
+
`1. 签署人只能有手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
|
|
8282
8294
|
`2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`
|
|
8283
8295
|
*/
|
|
8284
8296
|
FlowApproverInfos?: Array<FlowApproverInfo>
|
|
@@ -680,7 +680,7 @@ export interface GetTWeCallActiveStatusRequest {
|
|
|
680
680
|
/**
|
|
681
681
|
* appId
|
|
682
682
|
*/
|
|
683
|
-
MiniProgramAppId
|
|
683
|
+
MiniProgramAppId?: string
|
|
684
684
|
/**
|
|
685
685
|
* 设备列表
|
|
686
686
|
*/
|
|
@@ -3092,7 +3092,7 @@ export interface ActivateTWeCallLicenseRequest {
|
|
|
3092
3092
|
/**
|
|
3093
3093
|
* appId
|
|
3094
3094
|
*/
|
|
3095
|
-
MiniProgramAppId
|
|
3095
|
+
MiniProgramAppId?: string
|
|
3096
3096
|
/**
|
|
3097
3097
|
* 设备列表
|
|
3098
3098
|
*/
|
|
@@ -37,6 +37,7 @@ import {
|
|
|
37
37
|
SetForbidPlayChannelsRequest,
|
|
38
38
|
SubTaskData,
|
|
39
39
|
DescribeCNAMEResponse,
|
|
40
|
+
ISAPIOutputData,
|
|
40
41
|
UpdateOrganizationResponse,
|
|
41
42
|
AddOrgData,
|
|
42
43
|
ListAITasksResponse,
|
|
@@ -111,6 +112,7 @@ import {
|
|
|
111
112
|
RecordPlanOptData,
|
|
112
113
|
DescribeRecordPlanResponse,
|
|
113
114
|
ListGatewaysData,
|
|
115
|
+
CallISAPIRequest,
|
|
114
116
|
AddRecordRetrieveTaskRequest,
|
|
115
117
|
DescribeRecordPlanRequest,
|
|
116
118
|
ControlDevicePresetResponse,
|
|
@@ -121,8 +123,9 @@ import {
|
|
|
121
123
|
DescribeDomainRequest,
|
|
122
124
|
BatchOperateDeviceData,
|
|
123
125
|
RecordPlaybackUrl,
|
|
124
|
-
ListOrganizationChannelNumbersData,
|
|
125
126
|
ListSubTasksData,
|
|
127
|
+
ListOrganizationChannelNumbersData,
|
|
128
|
+
CallISAPIResponse,
|
|
126
129
|
ListRecordPlanDevicesRequest,
|
|
127
130
|
ListTasksResponse,
|
|
128
131
|
AddStreamAuthResponse,
|
|
@@ -359,13 +362,13 @@ export class Client extends AbstractClient {
|
|
|
359
362
|
}
|
|
360
363
|
|
|
361
364
|
/**
|
|
362
|
-
*
|
|
365
|
+
* 用于新建取回任务
|
|
363
366
|
*/
|
|
364
|
-
async
|
|
365
|
-
req:
|
|
366
|
-
cb?: (error: string, rep:
|
|
367
|
-
): Promise<
|
|
368
|
-
return this.request("
|
|
367
|
+
async AddRecordRetrieveTask(
|
|
368
|
+
req: AddRecordRetrieveTaskRequest,
|
|
369
|
+
cb?: (error: string, rep: AddRecordRetrieveTaskResponse) => void
|
|
370
|
+
): Promise<AddRecordRetrieveTaskResponse> {
|
|
371
|
+
return this.request("AddRecordRetrieveTask", req, cb)
|
|
369
372
|
}
|
|
370
373
|
|
|
371
374
|
/**
|
|
@@ -610,13 +613,13 @@ export class Client extends AbstractClient {
|
|
|
610
613
|
}
|
|
611
614
|
|
|
612
615
|
/**
|
|
613
|
-
*
|
|
616
|
+
* 用于删除录像上云模板。
|
|
614
617
|
*/
|
|
615
|
-
async
|
|
616
|
-
req:
|
|
617
|
-
cb?: (error: string, rep:
|
|
618
|
-
): Promise<
|
|
619
|
-
return this.request("
|
|
618
|
+
async DeleteRecordBackupTemplate(
|
|
619
|
+
req: DeleteRecordBackupTemplateRequest,
|
|
620
|
+
cb?: (error: string, rep: DeleteRecordBackupTemplateResponse) => void
|
|
621
|
+
): Promise<DeleteRecordBackupTemplateResponse> {
|
|
622
|
+
return this.request("DeleteRecordBackupTemplate", req, cb)
|
|
620
623
|
}
|
|
621
624
|
|
|
622
625
|
/**
|
|
@@ -750,13 +753,13 @@ export class Client extends AbstractClient {
|
|
|
750
753
|
}
|
|
751
754
|
|
|
752
755
|
/**
|
|
753
|
-
*
|
|
756
|
+
* 本接口可基于海康ISUP 5.0协议实现透传ISAPI的请求数据,调用接口前需确保设备采用ISUP协议成功注册至本平台
|
|
754
757
|
*/
|
|
755
|
-
async
|
|
756
|
-
req:
|
|
757
|
-
cb?: (error: string, rep:
|
|
758
|
-
): Promise<
|
|
759
|
-
return this.request("
|
|
758
|
+
async CallISAPI(
|
|
759
|
+
req: CallISAPIRequest,
|
|
760
|
+
cb?: (error: string, rep: CallISAPIResponse) => void
|
|
761
|
+
): Promise<CallISAPIResponse> {
|
|
762
|
+
return this.request("CallISAPI", req, cb)
|
|
760
763
|
}
|
|
761
764
|
|
|
762
765
|
/**
|
|
@@ -800,13 +803,13 @@ export class Client extends AbstractClient {
|
|
|
800
803
|
}
|
|
801
804
|
|
|
802
805
|
/**
|
|
803
|
-
*
|
|
806
|
+
* 用于修改组织。
|
|
804
807
|
*/
|
|
805
|
-
async
|
|
806
|
-
req:
|
|
807
|
-
cb?: (error: string, rep:
|
|
808
|
-
): Promise<
|
|
809
|
-
return this.request("
|
|
808
|
+
async UpdateOrganization(
|
|
809
|
+
req: UpdateOrganizationRequest,
|
|
810
|
+
cb?: (error: string, rep: UpdateOrganizationResponse) => void
|
|
811
|
+
): Promise<UpdateOrganizationResponse> {
|
|
812
|
+
return this.request("UpdateOrganization", req, cb)
|
|
810
813
|
}
|
|
811
814
|
|
|
812
815
|
/**
|
|
@@ -939,6 +942,16 @@ export class Client extends AbstractClient {
|
|
|
939
942
|
return this.request("UpdateAITaskStatus", req, cb)
|
|
940
943
|
}
|
|
941
944
|
|
|
945
|
+
/**
|
|
946
|
+
* 用于修改设备的配置信息。
|
|
947
|
+
*/
|
|
948
|
+
async UpdateUserDevice(
|
|
949
|
+
req: UpdateUserDeviceRequest,
|
|
950
|
+
cb?: (error: string, rep: UpdateUserDeviceResponse) => void
|
|
951
|
+
): Promise<UpdateUserDeviceResponse> {
|
|
952
|
+
return this.request("UpdateUserDevice", req, cb)
|
|
953
|
+
}
|
|
954
|
+
|
|
942
955
|
/**
|
|
943
956
|
* 用于查询录像上云计划下的设备通道列表。
|
|
944
957
|
*/
|
|
@@ -487,6 +487,17 @@ export interface DescribeCNAMEResponse {
|
|
|
487
487
|
RequestId?: string
|
|
488
488
|
}
|
|
489
489
|
|
|
490
|
+
/**
|
|
491
|
+
* ISUP智能安全接入 API返回数据
|
|
492
|
+
*/
|
|
493
|
+
export interface ISAPIOutputData {
|
|
494
|
+
/**
|
|
495
|
+
* 输出参数
|
|
496
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
497
|
+
*/
|
|
498
|
+
OutputData?: string
|
|
499
|
+
}
|
|
500
|
+
|
|
490
501
|
/**
|
|
491
502
|
* UpdateOrganization返回参数结构体
|
|
492
503
|
*/
|
|
@@ -2045,6 +2056,24 @@ export interface ListGatewaysData {
|
|
|
2045
2056
|
TotalCount?: number
|
|
2046
2057
|
}
|
|
2047
2058
|
|
|
2059
|
+
/**
|
|
2060
|
+
* CallISAPI请求参数结构体
|
|
2061
|
+
*/
|
|
2062
|
+
export interface CallISAPIRequest {
|
|
2063
|
+
/**
|
|
2064
|
+
* 设备ID
|
|
2065
|
+
*/
|
|
2066
|
+
DeviceId: string
|
|
2067
|
+
/**
|
|
2068
|
+
* url 资源
|
|
2069
|
+
*/
|
|
2070
|
+
Url: string
|
|
2071
|
+
/**
|
|
2072
|
+
* 输入参数
|
|
2073
|
+
*/
|
|
2074
|
+
InputData?: string
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2048
2077
|
/**
|
|
2049
2078
|
* AddRecordRetrieveTask请求参数结构体
|
|
2050
2079
|
*/
|
|
@@ -2207,6 +2236,20 @@ export interface RecordPlaybackUrl {
|
|
|
2207
2236
|
Hls?: string
|
|
2208
2237
|
}
|
|
2209
2238
|
|
|
2239
|
+
/**
|
|
2240
|
+
* 列举子任务列表
|
|
2241
|
+
*/
|
|
2242
|
+
export interface ListSubTasksData {
|
|
2243
|
+
/**
|
|
2244
|
+
* 子任务列表
|
|
2245
|
+
*/
|
|
2246
|
+
List?: Array<SubTaskData>
|
|
2247
|
+
/**
|
|
2248
|
+
* 子任务数量
|
|
2249
|
+
*/
|
|
2250
|
+
TotalCount?: number
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2210
2253
|
/**
|
|
2211
2254
|
* 组织目录下的未添加到实时上云计划中的通道数量返回数据
|
|
2212
2255
|
*/
|
|
@@ -2222,17 +2265,17 @@ export interface ListOrganizationChannelNumbersData {
|
|
|
2222
2265
|
}
|
|
2223
2266
|
|
|
2224
2267
|
/**
|
|
2225
|
-
*
|
|
2268
|
+
* CallISAPI返回参数结构体
|
|
2226
2269
|
*/
|
|
2227
|
-
export interface
|
|
2270
|
+
export interface CallISAPIResponse {
|
|
2228
2271
|
/**
|
|
2229
|
-
*
|
|
2272
|
+
* 返回数据
|
|
2230
2273
|
*/
|
|
2231
|
-
|
|
2274
|
+
Data?: ISAPIOutputData
|
|
2232
2275
|
/**
|
|
2233
|
-
*
|
|
2276
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2234
2277
|
*/
|
|
2235
|
-
|
|
2278
|
+
RequestId?: string
|
|
2236
2279
|
}
|
|
2237
2280
|
|
|
2238
2281
|
/**
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
|
+
AiAnalysisTaskHorizontalToVerticalInput,
|
|
21
22
|
ModifySnapshotByTimeOffsetTemplateResponse,
|
|
22
23
|
ModifySampleSnapshotTemplateResponse,
|
|
23
24
|
ContainerDiagnoseResultItem,
|
|
@@ -171,6 +172,7 @@ import {
|
|
|
171
172
|
DescribeInputRTMPPullSettings,
|
|
172
173
|
MediaProcessTaskInput,
|
|
173
174
|
DisableScheduleRequest,
|
|
175
|
+
AiAnalysisTaskHorizontalToVerticalResult,
|
|
174
176
|
RTMPPullSourceAddress,
|
|
175
177
|
CosOutputStorage,
|
|
176
178
|
MediaProcessTaskAnimatedGraphicResult,
|
|
@@ -178,7 +180,7 @@ import {
|
|
|
178
180
|
CreateWordSamplesResponse,
|
|
179
181
|
ClassificationConfigureInfoForUpdate,
|
|
180
182
|
DeleteAdaptiveDynamicStreamingTemplateResponse,
|
|
181
|
-
|
|
183
|
+
DescribeOutputRTMPSettings,
|
|
182
184
|
ParseNotificationRequest,
|
|
183
185
|
LiveRecordTaskInput,
|
|
184
186
|
CreateWordSamplesRequest,
|
|
@@ -526,6 +528,7 @@ import {
|
|
|
526
528
|
MediaAudioStreamItem,
|
|
527
529
|
LiveStreamAiReviewImageTerrorismResult,
|
|
528
530
|
ProcessLiveStreamRequest,
|
|
531
|
+
AiAnalysisTaskHorizontalToVerticalOutput,
|
|
529
532
|
ModifyImageSpriteTemplateRequest,
|
|
530
533
|
AiReviewProhibitedOcrTaskInput,
|
|
531
534
|
DeleteWatermarkTemplateRequest,
|
|
@@ -553,7 +556,7 @@ import {
|
|
|
553
556
|
DescribeWatermarkTemplatesResponse,
|
|
554
557
|
DescribeStreamLinkFlowLogsRequest,
|
|
555
558
|
DeleteQualityControlTemplateResponse,
|
|
556
|
-
|
|
559
|
+
CreateAnimatedGraphicsTemplateRequest,
|
|
557
560
|
FrameTagConfigureInfo,
|
|
558
561
|
DeleteWorkflowResponse,
|
|
559
562
|
ExecuteFunctionRequest,
|