tencentcloud-sdk-nodejs 4.1.192 → 4.1.194

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 (40) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ocr/v20181119/ocr_client.js +3 -0
  3. package/es/services/rum/v20210622/rum_client.js +4 -10
  4. package/es/services/tmt/v20180321/tmt_client.js +2 -20
  5. package/es/services/vod/v20180717/vod_client.js +10 -4
  6. package/es/services/wedata/v20210820/wedata_client.js +7 -4
  7. package/es/services/wedata/v20250806/wedata_client.js +5 -2
  8. package/package.json +1 -1
  9. package/tencentcloud/common/sdk_version.d.ts +1 -1
  10. package/tencentcloud/common/sdk_version.js +1 -1
  11. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +16 -17
  12. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -5
  13. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +37 -1
  14. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +14 -23
  15. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +10 -3
  16. package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -2
  17. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +74 -8
  18. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +5 -13
  19. package/tencentcloud/services/rum/v20210622/rum_client.js +6 -18
  20. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +10 -142
  21. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +46 -86
  22. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +18 -18
  23. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +20 -16
  24. package/tencentcloud/services/tcb/v20180608/tcb_client.js +20 -16
  25. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
  26. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +10 -8
  27. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
  28. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +3 -34
  29. package/tencentcloud/services/tmt/v20180321/tmt_client.js +3 -46
  30. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +36 -500
  31. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +1 -1
  32. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +15 -7
  33. package/tencentcloud/services/vod/v20180717/vod_client.js +20 -8
  34. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +170 -62
  35. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -5
  36. package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -6
  37. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +1040 -204
  38. package/tencentcloud/services/wedata/v20250806/wedata_client.d.ts +7 -3
  39. package/tencentcloud/services/wedata/v20250806/wedata_client.js +9 -3
  40. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +161 -108
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.192";
1
+ export const sdkVersion = "4.1.194";
@@ -222,6 +222,9 @@ export class Client extends AbstractClient {
222
222
  async QuestionSplitOCR(req, cb) {
223
223
  return this.request("QuestionSplitOCR", req, cb);
224
224
  }
225
+ async VerifyBizLicenseEnterprise4(req, cb) {
226
+ return this.request("VerifyBizLicenseEnterprise4", req, cb);
227
+ }
225
228
  async MLIDCardOCR(req, cb) {
226
229
  return this.request("MLIDCardOCR", req, cb);
227
230
  }
@@ -84,8 +84,8 @@ export class Client extends AbstractClient {
84
84
  async DescribeDataStaticUrl(req, cb) {
85
85
  return this.request("DescribeDataStaticUrl", req, cb);
86
86
  }
87
- async DescribeDataFetchUrlInfo(req, cb) {
88
- return this.request("DescribeDataFetchUrlInfo", req, cb);
87
+ async ModifyProjectLimit(req, cb) {
88
+ return this.request("ModifyProjectLimit", req, cb);
89
89
  }
90
90
  async DescribeDataCustomUrlV2(req, cb) {
91
91
  return this.request("DescribeDataCustomUrlV2", req, cb);
@@ -105,9 +105,6 @@ export class Client extends AbstractClient {
105
105
  async ModifyInstance(req, cb) {
106
106
  return this.request("ModifyInstance", req, cb);
107
107
  }
108
- async ModifyProjectLimit(req, cb) {
109
- return this.request("ModifyProjectLimit", req, cb);
110
- }
111
108
  async DescribeDataEventUrlV2(req, cb) {
112
109
  return this.request("DescribeDataEventUrlV2", req, cb);
113
110
  }
@@ -144,8 +141,8 @@ export class Client extends AbstractClient {
144
141
  async DeleteWhitelist(req, cb) {
145
142
  return this.request("DeleteWhitelist", req, cb);
146
143
  }
147
- async CreateTawInstance(req, cb) {
148
- return this.request("CreateTawInstance", req, cb);
144
+ async DescribeDataFetchUrlInfo(req, cb) {
145
+ return this.request("DescribeDataFetchUrlInfo", req, cb);
149
146
  }
150
147
  async StopInstance(req, cb) {
151
148
  return this.request("StopInstance", req, cb);
@@ -171,9 +168,6 @@ export class Client extends AbstractClient {
171
168
  async DescribeDataBridgeUrlV2(req, cb) {
172
169
  return this.request("DescribeDataBridgeUrlV2", req, cb);
173
170
  }
174
- async CreateProject(req, cb) {
175
- return this.request("CreateProject", req, cb);
176
- }
177
171
  async DescribeDataStaticProject(req, cb) {
178
172
  return this.request("DescribeDataStaticProject", req, cb);
179
173
  }
@@ -3,28 +3,10 @@ export class Client extends AbstractClient {
3
3
  constructor(clientConfig) {
4
4
  super("tmt.tencentcloudapi.com", "2018-03-21", clientConfig);
5
5
  }
6
- async LanguageDetect(req, cb) {
7
- return this.request("LanguageDetect", req, cb);
8
- }
9
- async TextTranslateBatch(req, cb) {
10
- return this.request("TextTranslateBatch", req, cb);
11
- }
12
- async ImageTranslateLLM(req, cb) {
13
- return this.request("ImageTranslateLLM", req, cb);
14
- }
15
- async GetFileTranslate(req, cb) {
16
- return this.request("GetFileTranslate", req, cb);
17
- }
18
- async ImageTranslate(req, cb) {
19
- return this.request("ImageTranslate", req, cb);
20
- }
21
6
  async TextTranslate(req, cb) {
22
7
  return this.request("TextTranslate", req, cb);
23
8
  }
24
- async FileTranslate(req, cb) {
25
- return this.request("FileTranslate", req, cb);
26
- }
27
- async SpeechTranslate(req, cb) {
28
- return this.request("SpeechTranslate", req, cb);
9
+ async ImageTranslateLLM(req, cb) {
10
+ return this.request("ImageTranslateLLM", req, cb);
29
11
  }
30
12
  }
@@ -18,6 +18,9 @@ export class Client extends AbstractClient {
18
18
  async ExtractTraceWatermark(req, cb) {
19
19
  return this.request("ExtractTraceWatermark", req, cb);
20
20
  }
21
+ async ModifyProcessImageAsyncTemplate(req, cb) {
22
+ return this.request("ModifyProcessImageAsyncTemplate", req, cb);
23
+ }
21
24
  async DescribeFileAttributes(req, cb) {
22
25
  return this.request("DescribeFileAttributes", req, cb);
23
26
  }
@@ -222,8 +225,8 @@ export class Client extends AbstractClient {
222
225
  async ModifySampleSnapshotTemplate(req, cb) {
223
226
  return this.request("ModifySampleSnapshotTemplate", req, cb);
224
227
  }
225
- async ModifyProcessImageAsyncTemplate(req, cb) {
226
- return this.request("ModifyProcessImageAsyncTemplate", req, cb);
228
+ async DescribeImageSpriteTemplates(req, cb) {
229
+ return this.request("DescribeImageSpriteTemplates", req, cb);
227
230
  }
228
231
  async ModifyVodDomainAccelerateConfig(req, cb) {
229
232
  return this.request("ModifyVodDomainAccelerateConfig", req, cb);
@@ -429,6 +432,9 @@ export class Client extends AbstractClient {
429
432
  async ModifyAIAnalysisTemplate(req, cb) {
430
433
  return this.request("ModifyAIAnalysisTemplate", req, cb);
431
434
  }
435
+ async CreateAigcCustomVoice(req, cb) {
436
+ return this.request("CreateAigcCustomVoice", req, cb);
437
+ }
432
438
  async ModifySnapshotByTimeOffsetTemplate(req, cb) {
433
439
  return this.request("ModifySnapshotByTimeOffsetTemplate", req, cb);
434
440
  }
@@ -471,8 +477,8 @@ export class Client extends AbstractClient {
471
477
  async ModifyEnhanceMediaTemplate(req, cb) {
472
478
  return this.request("ModifyEnhanceMediaTemplate", req, cb);
473
479
  }
474
- async DescribeImageSpriteTemplates(req, cb) {
475
- return this.request("DescribeImageSpriteTemplates", req, cb);
480
+ async CreateAigcAdvancedCustomElement(req, cb) {
481
+ return this.request("CreateAigcAdvancedCustomElement", req, cb);
476
482
  }
477
483
  async DescribeAllClass(req, cb) {
478
484
  return this.request("DescribeAllClass", req, cb);
@@ -78,8 +78,8 @@ export class Client extends AbstractClient {
78
78
  async DescribeIntegrationNode(req, cb) {
79
79
  return this.request("DescribeIntegrationNode", req, cb);
80
80
  }
81
- async UploadResource(req, cb) {
82
- return this.request("UploadResource", req, cb);
81
+ async ModifyDimensionWeight(req, cb) {
82
+ return this.request("ModifyDimensionWeight", req, cb);
83
83
  }
84
84
  async DescribeTaskByCycle(req, cb) {
85
85
  return this.request("DescribeTaskByCycle", req, cb);
@@ -315,8 +315,8 @@ export class Client extends AbstractClient {
315
315
  async DisableProject(req, cb) {
316
316
  return this.request("DisableProject", req, cb);
317
317
  }
318
- async ModifyDimensionWeight(req, cb) {
319
- return this.request("ModifyDimensionWeight", req, cb);
318
+ async DescribeDataAssets(req, cb) {
319
+ return this.request("DescribeDataAssets", req, cb);
320
320
  }
321
321
  async DescribeRuleExecDetail(req, cb) {
322
322
  return this.request("DescribeRuleExecDetail", req, cb);
@@ -438,6 +438,9 @@ export class Client extends AbstractClient {
438
438
  async DescribeDatabaseInfoList(req, cb) {
439
439
  return this.request("DescribeDatabaseInfoList", req, cb);
440
440
  }
441
+ async UploadResource(req, cb) {
442
+ return this.request("UploadResource", req, cb);
443
+ }
441
444
  async ModifyRuleTemplate(req, cb) {
442
445
  return this.request("ModifyRuleTemplate", req, cb);
443
446
  }
@@ -72,6 +72,9 @@ export class Client extends AbstractClient {
72
72
  async GetMyWorkflowMaxPermission(req, cb) {
73
73
  return this.request("GetMyWorkflowMaxPermission", req, cb);
74
74
  }
75
+ async UpdateTriggerWorkflowPartially(req, cb) {
76
+ return this.request("UpdateTriggerWorkflowPartially", req, cb);
77
+ }
75
78
  async ListCatalog(req, cb) {
76
79
  return this.request("ListCatalog", req, cb);
77
80
  }
@@ -459,8 +462,8 @@ export class Client extends AbstractClient {
459
462
  async GetSQLScript(req, cb) {
460
463
  return this.request("GetSQLScript", req, cb);
461
464
  }
462
- async UpdateTriggerWorkflowPartially(req, cb) {
463
- return this.request("UpdateTriggerWorkflowPartially", req, cb);
465
+ async CreateTriggerWorkflowRun(req, cb) {
466
+ return this.request("CreateTriggerWorkflowRun", req, cb);
464
467
  }
465
468
  async KillTriggerWorkflowRuns(req, cb) {
466
469
  return this.request("KillTriggerWorkflowRuns", req, cb);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.192",
3
+ "version": "4.1.194",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.192";
1
+ export declare const sdkVersion = "4.1.194";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.192";
4
+ exports.sdkVersion = "4.1.194";
@@ -5718,68 +5718,67 @@ export interface ModifyCdbProxyParamRequest {
5718
5718
  */
5719
5719
  export interface RoGroup {
5720
5720
  /**
5721
- * 只读组模式,可选值为:alone-系统自动分配只读组;allinone-新建只读组;join-使用现有只读组。
5721
+ * <p>只读组模式,可选值为:alone-系统自动分配只读组;allinone-新建只读组;join-使用现有只读组。</p>
5722
5722
  */
5723
5723
  RoGroupMode: string;
5724
5724
  /**
5725
- * 只读组 ID
5726
- 说明:若此数据结构在购买实例操作中被使用,则当只读组模式选择 join 时,此项为必填。
5725
+ * <p>只读组 ID。<br>说明:若此数据结构在购买实例操作中被使用,则当只读组模式选择 join 时,此项为必填。</p>
5727
5726
  */
5728
5727
  RoGroupId?: string;
5729
5728
  /**
5730
- * 只读组名称。
5729
+ * <p>只读组名称。</p>
5731
5730
  */
5732
5731
  RoGroupName?: string;
5733
5732
  /**
5734
- * 是否启用延迟超限剔除功能,启用该功能后,只读实例与主实例的延迟超过延迟阈值,只读实例将被隔离。可选值:1-启用;0-不启用。
5733
+ * <p>是否启用延迟超限剔除功能,启用该功能后,只读实例与主实例的延迟超过延迟阈值,只读实例将被隔离。可选值:1-启用;0-不启用。</p>
5735
5734
  */
5736
5735
  RoOfflineDelay?: number;
5737
5736
  /**
5738
- * 延迟阈值。单位:秒。值范围:1-10000,整数。
5737
+ * <p>延迟阈值。单位:秒。值范围:1-10000,整数。</p>
5739
5738
  */
5740
5739
  RoMaxDelayTime?: number;
5741
5740
  /**
5742
- * 最少实例保留个数,若购买只读实例数量小于设置数量将不做剔除。
5741
+ * <p>最少实例保留个数,若购买只读实例数量小于设置数量将不做剔除。</p>
5743
5742
  */
5744
5743
  MinRoInGroup?: number;
5745
5744
  /**
5746
- * 读写权重分配模式,可选值:system-系统自动分配;custom-自定义。
5745
+ * <p>读写权重分配模式,可选值:system-系统自动分配;custom-自定义。</p>
5747
5746
  */
5748
5747
  WeightMode?: string;
5749
5748
  /**
5750
- * 该字段已经废弃,无意义。查看只读实例的权重,请查看 RoInstances 字段里的 Weight 值。
5749
+ * <p>该字段已经废弃,无意义。查看只读实例的权重,请查看 RoInstances 字段里的 Weight 值。</p>
5751
5750
  */
5752
5751
  Weight?: number;
5753
5752
  /**
5754
- * 只读组中的只读实例详情。
5753
+ * <p>只读组中的只读实例详情。</p>
5755
5754
  */
5756
5755
  RoInstances?: Array<RoInstanceInfo>;
5757
5756
  /**
5758
- * 只读组的内网 IP
5757
+ * <p>只读组的内网 IP。</p>
5759
5758
  */
5760
5759
  Vip?: string;
5761
5760
  /**
5762
- * 只读组的内网端口号。
5761
+ * <p>只读组的内网端口号。</p>
5763
5762
  */
5764
5763
  Vport?: number;
5765
5764
  /**
5766
- * 私有网络 ID
5765
+ * <p>私有网络 ID。</p>
5767
5766
  */
5768
5767
  UniqVpcId?: string;
5769
5768
  /**
5770
- * 子网 ID
5769
+ * <p>子网 ID。</p>
5771
5770
  */
5772
5771
  UniqSubnetId?: string;
5773
5772
  /**
5774
- * 只读组所在的地域。
5773
+ * <p>只读组所在的地域。</p>
5775
5774
  */
5776
5775
  RoGroupRegion?: string;
5777
5776
  /**
5778
- * 只读组所在的可用区。
5777
+ * <p>只读组所在的可用区。</p>
5779
5778
  */
5780
5779
  RoGroupZone?: string;
5781
5780
  /**
5782
- * 延迟复制时间。单位:秒。值范围:1-259200,整数。
5781
+ * <p>延迟复制时间。单位:秒。值范围:1-259200,整数。</p>
5783
5782
  */
5784
5783
  DelayReplicationTime?: number;
5785
5784
  }
@@ -1768,14 +1768,14 @@ export interface BriefDomain {
1768
1768
  capping:触发配置的带宽阈值上限
1769
1769
  readonly:域名存在特殊配置,被锁定
1770
1770
  */
1771
- Disable: string;
1771
+ Disable?: string;
1772
1772
  /**
1773
1773
  * 加速区域
1774
1774
  mainland:中国境内加速
1775
1775
  overseas:中国境外加速
1776
1776
  global:全球加速
1777
1777
  */
1778
- Area: string;
1778
+ Area?: string;
1779
1779
  /**
1780
1780
  * 域名锁定状态
1781
1781
  normal:未锁定
@@ -1783,15 +1783,15 @@ export interface BriefDomain {
1783
1783
  overseas:中国境外锁定
1784
1784
  global:全球锁定
1785
1785
  */
1786
- Readonly: string;
1786
+ Readonly?: string;
1787
1787
  /**
1788
1788
  * 域名所属产品,cdn/ecdn
1789
1789
  */
1790
- Product: string;
1790
+ Product?: string;
1791
1791
  /**
1792
1792
  * 主域名
1793
1793
  */
1794
- ParentHost: string;
1794
+ ParentHost?: string;
1795
1795
  }
1796
1796
  /**
1797
1797
  * 时间戳与其对应的数值
@@ -731,6 +731,10 @@ export interface CreateFlowGroupByTemplatesResponse {
731
731
  * 合同组签署人信息。
732
732
  */
733
733
  Approvers?: Array<FlowGroupApprovers>;
734
+ /**
735
+ * FlowGroupNeedWorkflow
736
+ */
737
+ WorkflowInstanceId?: string;
734
738
  /**
735
739
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
736
740
  */
@@ -1324,6 +1328,10 @@ export interface CreateFlowByFilesRequest {
1324
1328
  * 是否开启动态签署合同:<ul><li> **true**:开启动态签署合同,可在发起时可以不传签署人,在签署过程中追加签署人(必须满足:1,发起方企业开启了模块化计费能力;2,发起方企业在企业应用管理中开启了动态签署人2.0能力) 。</li><li> **false**:不开启动态签署合同。</li></ul>
1325
1329
  */
1326
1330
  OpenDynamicSignFlow?: boolean;
1331
+ /**
1332
+ * 是否开启发起合同审批,默认:false(不开启),开启后,发起合同(StartFlow),会提交电子签内置的审批流
1333
+ */
1334
+ Workflow?: boolean;
1327
1335
  }
1328
1336
  /**
1329
1337
  * 电子文档的控件填充信息。按照控件类型进行相应的填充。
@@ -5298,6 +5306,10 @@ export interface CreateFlowByFilesResponse {
5298
5306
  * 签署方信息,如角色ID、角色名称等
5299
5307
  */
5300
5308
  Approvers?: Array<ApproverItem>;
5309
+ /**
5310
+ * 发起审批流id,仅在CreateFlowByFiles时指定了WorkFlow=true时返回
5311
+ */
5312
+ WorkflowInstanceId?: string;
5301
5313
  /**
5302
5314
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5303
5315
  */
@@ -5760,7 +5772,7 @@ export interface ExtendScene {
5760
5772
  印章来源类型包括下面几种:
5761
5773
  <ul>
5762
5774
  <li>CREATE-客户上传图片创建</li>
5763
- <li>GENERATE-系统模版印章生成</li>
5775
+ <li>GENERATE-系统模板印章生成</li>
5764
5776
  <li>SIST_SEAL-深圳电子印章</li>
5765
5777
  </ul>
5766
5778
  */
@@ -8705,6 +8717,10 @@ export interface FlowGroupOptions {
8705
8717
  <ul><li>sms : 短信 (默认值)</li><li>none : 不通知</li></ul>
8706
8718
  */
8707
8719
  OtherApproverNotifyType?: string;
8720
+ /**
8721
+ * 是否开启发起合同组的发起审批,默认:false(不开启),开启后,发起合同组会提交电子签内置审批流
8722
+ */
8723
+ FlowGroupNeedWorkflow?: boolean;
8708
8724
  }
8709
8725
  /**
8710
8726
  * 创建合同,若对方签署人的企业信息还未在腾讯电子签注册。则在进行引导企业注册时控制企业填写的信息。
@@ -9273,6 +9289,10 @@ export interface CreatePrepareFlowGroupRequest {
9273
9289
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
9274
9290
  */
9275
9291
  Agent?: Agent;
9292
+ /**
9293
+ * 合同组发起控制参数,当前仅支持FlowGroupNeedWorkflow,表示开启嵌入式合同组发起审批
9294
+ */
9295
+ FlowGroupOptions?: FlowGroupOptions;
9276
9296
  }
9277
9297
  /**
9278
9298
  * CreateFileCounterSign返回参数结构体
@@ -9481,6 +9501,10 @@ export interface CreatePrepareFlowRequest {
9481
9501
  * @deprecated
9482
9502
  */
9483
9503
  SignComponentConfig?: SignComponentConfig;
9504
+ /**
9505
+ * 是否开启嵌入式合同发起时,提交发起审批流,默认:false(不开启),开启后,嵌入式合同发起后,会提交电子签内置审批流
9506
+ */
9507
+ Workflow?: boolean;
9484
9508
  }
9485
9509
  /**
9486
9510
  * DescribeCancelFlowsTask请求参数结构体
@@ -10884,6 +10908,10 @@ export interface StartFlowResponse {
10884
10908
  <li> **EXECUTING** : 已提交发起任务且PDF合同正在合成中, 等PDF合同合成成功后进入签署环节</li></ul>
10885
10909
  */
10886
10910
  Status?: string;
10911
+ /**
10912
+ * 发起审批流id,仅在CreateFlow时指定了WorkFlow=true时返回
10913
+ */
10914
+ WorkflowInstanceId?: string;
10887
10915
  /**
10888
10916
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10889
10917
  */
@@ -11165,6 +11193,10 @@ export interface CreateFlowRequest {
11165
11193
  ![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
11166
11194
  */
11167
11195
  FlowDisplayType?: number;
11196
+ /**
11197
+ * 是否开启发起合同审批,默认:false(不开启),开启后,发起合同(StartFlow),会提交电子签内置的审批流
11198
+ */
11199
+ Workflow?: boolean;
11168
11200
  }
11169
11201
  /**
11170
11202
  * 下载文件的URL信息
@@ -12474,6 +12506,10 @@ export interface CreateFlowGroupByFilesResponse {
12474
12506
  * 合同组签署方信息。
12475
12507
  */
12476
12508
  Approvers?: Array<FlowGroupApprovers>;
12509
+ /**
12510
+ * 发起审批流id,仅在发起时指定FlowGroupOptions.FlowGroupNeedWorkflow=true时返回
12511
+ */
12512
+ WorkflowInstanceId?: string;
12477
12513
  /**
12478
12514
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12479
12515
  */
@@ -5813,7 +5813,7 @@ export interface PornAsrReviewTemplateInfo {
5813
5813
  */
5814
5814
  export interface CreateAigcImageTaskResponse {
5815
5815
  /**
5816
- * 返回的任务ID
5816
+ * <p>返回的任务ID。</p>
5817
5817
  */
5818
5818
  TaskId?: string;
5819
5819
  /**
@@ -19681,52 +19681,43 @@ export interface LiveActivityResult {
19681
19681
  */
19682
19682
  export interface CreateAigcImageTaskRequest {
19683
19683
  /**
19684
- * 模型名称。
19685
- 当前支持的模型列表:
19686
- Hunyuan,
19687
- GEM,
19688
- Qwen。
19684
+ * <p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen。</p>
19689
19685
  */
19690
19686
  ModelName?: string;
19691
19687
  /**
19692
- * 指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。
19693
-
19694
- 1. GEM, 可选[2.5,3.0]。
19688
+ * <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。</p><ol><li>GEM, 可选[2.5,3.0]。</li></ol>
19695
19689
  */
19696
19690
  ModelVersion?: string;
19697
19691
  /**
19698
- * 生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。
19692
+ * <p>生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。</p>
19699
19693
  */
19700
19694
  Prompt?: string;
19701
19695
  /**
19702
- * 用于描述您想要阻止模型生成的内容。 注意:部分模型支持。 例如: 顶部照明、明亮的色彩 人物、动物 多辆汽车、风。
19696
+ * <p>用于描述您想要阻止模型生成的内容。 注意:部分模型支持。 例如: 顶部照明、明亮的色彩 人物、动物 多辆汽车、风。</p>
19703
19697
  */
19704
19698
  NegativePrompt?: string;
19705
19699
  /**
19706
- * 默认取值为False,模型会严格地遵循指令。如果需要更精细的prompt获得最佳效果,可将此参数设置为True,将自动优化传入的prompt,以提升生成质量。
19700
+ * <p>默认取值为False,模型会严格地遵循指令。如果需要更精细的prompt获得最佳效果,可将此参数设置为True,将自动优化传入的prompt,以提升生成质量。</p>
19707
19701
  */
19708
19702
  EnhancePrompt?: boolean;
19709
19703
  /**
19710
- * 用于传入参考的资源图片信息,默认支持传入一张图片。
19711
-
19712
- 支持多图输入的模型:
19713
- 1. GEM,可支持最多3张图片输入作为资源图。
19714
-
19715
- 注意:
19716
- 1. 推荐图片小于7M,各模型限制不同。
19717
- 2. 图片格式支持:jpeg, png, webp。
19704
+ * <p>用于传入参考的资源图片信息,默认支持传入一张图片。</p><p>支持多图输入的模型:</p><ol><li>GEM,可支持最多3张图片输入作为资源图。</li></ol><p>注意:</p><ol><li>推荐图片小于7M,各模型限制不同。</li><li>图片格式支持:jpeg, png, webp。</li></ol>
19718
19705
  */
19719
19706
  ImageInfos?: Array<AigcImageInfo>;
19720
19707
  /**
19721
- * 用于传入模型要求的额外参数。
19708
+ * <p>用于传入模型要求的额外参数。</p>
19722
19709
  */
19723
19710
  ExtraParameters?: AigcImageExtraParam;
19724
19711
  /**
19725
- * 文件结果指定存储Cos桶信息。 注意:需开通Cos,创建并授权MPS_QcsRole角色。
19712
+ * <p>用于传入一些模型需要的特殊场景参数,Json格式序列化成字符串。 示例: {"size":"2048x2048"}</p>
19713
+ */
19714
+ AdditionalParameters?: string;
19715
+ /**
19716
+ * <p>文件结果指定存储Cos桶信息。 注意:需开通Cos,创建并授权MPS_QcsRole角色。</p>
19726
19717
  */
19727
19718
  StoreCosParam?: AigcStoreCosParam;
19728
19719
  /**
19729
- * 接口操作者名称。
19720
+ * <p>接口操作者名称。</p>
19730
19721
  */
19731
19722
  Operator?: string;
19732
19723
  }
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { TableOCRRequest, RecognizeOnlineTaxiItineraryOCRResponse, HKIDCardOCRRequest, BankSlipOCRRequest, BusinessCardOCRResponse, QuotaInvoiceOCRRequest, VinOCRResponse, BankCardOCRRequest, CarInvoiceOCRRequest, DescribeQuestionMarkAgentJobResponse, ExtractDocMultiRequest, QuestionSplitLayoutOCRRequest, DescribeMarkEssayAgentJobResponse, EstateCertOCRResponse, ExtractDocMultiProRequest, MLIDPassportOCRRequest, TextDetectResponse, TollInvoiceOCRResponse, GetOCRTokenResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, WaybillOCRResponse, ClassifyStoreNameRequest, InvoiceGeneralOCRRequest, QuestionSplitOCRRequest, FlightInvoiceOCRRequest, HmtResidentPermitOCRResponse, IDCardOCRResponse, EnterpriseLicenseOCRResponse, QuestionOCRResponse, SubmitQuestionMarkAgentJobRequest, DriverLicenseOCRRequest, TollInvoiceOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, HKIDCardOCRResponse, MainlandPermitOCRRequest, EnglishOCRRequest, VehicleLicenseOCRRequest, QuestionSplitOCRResponse, TableOCRResponse, RecognizeStoreNameRequest, TrainTicketOCRResponse, RecognizeFormulaOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, RecognizeGeneralCardWarnRequest, RecognizeEncryptedIDCardOCRRequest, SmartStructuralOCRRequest, ExtractDocMultiProResponse, RecognizeTravelCardOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RideHailingDriverLicenseOCRRequest, GeneralAccurateOCRResponse, QrcodeOCRRequest, TaxiInvoiceOCRResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeMedicalInvoiceOCRResponse, RecognizeValidIDCardOCRRequest, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VinOCRRequest, ExtractDocAgentResponse, VehicleLicenseOCRResponse, VatInvoiceOCRRequest, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, MLIDCardOCRRequest, LicensePlateOCRResponse, ExtractDocBasicRequest, RecognizeThaiIDCardOCRResponse, InvoiceGeneralOCRResponse, ExtractDocMultiResponse, TaxiInvoiceOCRRequest, RecognizeContainerOCRRequest, TextDetectRequest, VatRollInvoiceOCRResponse, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, RecognizeHealthCodeOCRResponse, SubmitExtractDocAgentJobResponse, ImageEnhancementResponse, PassportOCRResponse, VehicleRegCertOCRRequest, QuestionSplitLayoutOCRResponse, SubmitMarkEssayAgentJobRequest, LicensePlateOCRRequest, GeneralBasicOCRRequest, SubmitMarkEssayAgentJobResponse, GeneralEfficientOCRRequest, AdvertiseOCRRequest, SubmitQuestionMarkAgentJobResponse, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, ExtractDocBasicResponse, EnterpriseLicenseOCRRequest, SmartStructuralOCRResponse, GeneralAccurateOCRRequest, RecognizeFormulaOCRRequest, FlightInvoiceOCRResponse, VatInvoiceVerifyNewRequest, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, GetOCRTokenRequest, FinanBillSliceOCRRequest, RecognizeGeneralCardWarnResponse, ClassifyStoreNameResponse, DescribeExtractDocAgentJobRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, FinanBillOCRResponse, HandwritingEssayOCRRequest, BankSlipOCRResponse, EduPaperOCRRequest, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, DescribeQuestionMarkAgentJobRequest, MixedInvoiceOCRRequest, DescribeExtractDocAgentJobResponse, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, RecognizeGeneralInvoiceResponse, HandwritingEssayOCRResponse, QuestionOCRRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, TrainTicketOCRRequest, GeneralEfficientOCRResponse, ShipInvoiceOCRRequest, MLIDPassportOCRResponse, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, HmtResidentPermitOCRRequest, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, GetOCRResultRequest, BusInvoiceOCRResponse, GetOCRResultResponse, MainlandPermitOCRResponse, PermitOCRRequest, EnglishOCRResponse, BusInvoiceOCRRequest, QuotaInvoiceOCRResponse, RecognizeEncryptedIDCardOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, PermitOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, SubmitExtractDocAgentJobRequest, ExtractDocAgentRequest, AdvertiseOCRResponse, RecognizeTravelCardOCRResponse, VatRollInvoiceOCRRequest, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, RecognizeStoreNameResponse, WaybillOCRRequest, RideHailingTransportLicenseOCRRequest, VatInvoiceVerifyNewResponse, MLIDCardOCRResponse, RecognizeTableOCRRequest, EstateCertOCRRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, BankCardOCRResponse, RecognizeHealthCodeOCRRequest, BusinessCardOCRRequest, FinanBillOCRRequest, RecognizeValidIDCardOCRResponse, DescribeMarkEssayAgentJobRequest, GeneralFastOCRResponse } from "./ocr_models";
3
+ import { TableOCRRequest, RecognizeOnlineTaxiItineraryOCRResponse, HKIDCardOCRRequest, BankSlipOCRRequest, BusinessCardOCRResponse, QuotaInvoiceOCRRequest, VinOCRResponse, BankCardOCRRequest, CarInvoiceOCRRequest, DescribeQuestionMarkAgentJobResponse, ExtractDocMultiRequest, QuestionSplitLayoutOCRRequest, DescribeMarkEssayAgentJobResponse, EstateCertOCRResponse, ExtractDocMultiProRequest, MLIDPassportOCRRequest, TextDetectResponse, TollInvoiceOCRResponse, GetOCRTokenResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, WaybillOCRResponse, ClassifyStoreNameRequest, InvoiceGeneralOCRRequest, QuestionSplitOCRRequest, FlightInvoiceOCRRequest, HmtResidentPermitOCRResponse, IDCardOCRResponse, EnterpriseLicenseOCRResponse, QuestionOCRResponse, SubmitQuestionMarkAgentJobRequest, DriverLicenseOCRRequest, VerifyBizLicenseEnterprise4Response, TollInvoiceOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, HKIDCardOCRResponse, MainlandPermitOCRRequest, EnglishOCRRequest, VehicleLicenseOCRRequest, QuestionSplitOCRResponse, TableOCRResponse, RecognizeStoreNameRequest, TrainTicketOCRResponse, RecognizeFormulaOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, RecognizeGeneralCardWarnRequest, RecognizeEncryptedIDCardOCRRequest, SmartStructuralOCRRequest, ExtractDocMultiProResponse, RecognizeTravelCardOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RideHailingDriverLicenseOCRRequest, GeneralAccurateOCRResponse, QrcodeOCRRequest, TaxiInvoiceOCRResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeMedicalInvoiceOCRResponse, RecognizeValidIDCardOCRRequest, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VinOCRRequest, ExtractDocAgentResponse, VehicleLicenseOCRResponse, VatInvoiceOCRRequest, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, MLIDCardOCRRequest, LicensePlateOCRResponse, ExtractDocBasicRequest, RecognizeThaiIDCardOCRResponse, InvoiceGeneralOCRResponse, ExtractDocMultiResponse, TaxiInvoiceOCRRequest, RecognizeContainerOCRRequest, TextDetectRequest, VatRollInvoiceOCRResponse, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, RecognizeHealthCodeOCRResponse, SubmitExtractDocAgentJobResponse, ImageEnhancementResponse, PassportOCRResponse, VehicleRegCertOCRRequest, QuestionSplitLayoutOCRResponse, SubmitMarkEssayAgentJobRequest, LicensePlateOCRRequest, GeneralBasicOCRRequest, SubmitMarkEssayAgentJobResponse, GeneralEfficientOCRRequest, AdvertiseOCRRequest, SubmitQuestionMarkAgentJobResponse, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, ExtractDocBasicResponse, EnterpriseLicenseOCRRequest, SmartStructuralOCRResponse, GeneralAccurateOCRRequest, RecognizeFormulaOCRRequest, FlightInvoiceOCRResponse, VatInvoiceVerifyNewRequest, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, GetOCRTokenRequest, FinanBillSliceOCRRequest, RecognizeGeneralCardWarnResponse, ClassifyStoreNameResponse, DescribeExtractDocAgentJobRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, FinanBillOCRResponse, HandwritingEssayOCRRequest, BankSlipOCRResponse, EduPaperOCRRequest, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, DescribeQuestionMarkAgentJobRequest, MixedInvoiceOCRRequest, DescribeExtractDocAgentJobResponse, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, RecognizeGeneralInvoiceResponse, HandwritingEssayOCRResponse, VerifyBizLicenseEnterprise4Request, QuestionOCRRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, TrainTicketOCRRequest, GeneralEfficientOCRResponse, ShipInvoiceOCRRequest, MLIDPassportOCRResponse, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, HmtResidentPermitOCRRequest, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, GetOCRResultRequest, BusInvoiceOCRResponse, GetOCRResultResponse, MainlandPermitOCRResponse, PermitOCRRequest, EnglishOCRResponse, BusInvoiceOCRRequest, QuotaInvoiceOCRResponse, RecognizeEncryptedIDCardOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, PermitOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, SubmitExtractDocAgentJobRequest, ExtractDocAgentRequest, AdvertiseOCRResponse, RecognizeTravelCardOCRResponse, VatRollInvoiceOCRRequest, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, RecognizeStoreNameResponse, WaybillOCRRequest, RideHailingTransportLicenseOCRRequest, VatInvoiceVerifyNewResponse, MLIDCardOCRResponse, RecognizeTableOCRRequest, EstateCertOCRRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, BankCardOCRResponse, RecognizeHealthCodeOCRRequest, BusinessCardOCRRequest, FinanBillOCRRequest, RecognizeValidIDCardOCRResponse, DescribeMarkEssayAgentJobRequest, GeneralFastOCRResponse } from "./ocr_models";
4
4
  /**
5
5
  * ocr client
6
6
  * @class
@@ -240,7 +240,7 @@ export declare class Client extends AbstractClient {
240
240
  /**
241
241
  * 用于试题批改Agent提交任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
242
242
 
243
- 默认接口请求并发限制:10题/分钟。
243
+ 默认接口请求并发限制:10张/分钟。
244
244
  */
245
245
  SubmitQuestionMarkAgentJob(req: SubmitQuestionMarkAgentJobRequest, cb?: (error: string, rep: SubmitQuestionMarkAgentJobResponse) => void): Promise<SubmitQuestionMarkAgentJobResponse>;
246
246
  /**
@@ -719,7 +719,7 @@ export declare class Client extends AbstractClient {
719
719
  /**
720
720
  * 用于试题批改Agent查询任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
721
721
 
722
- 默认接口请求并发限制:10题/分钟。
722
+ 默认接口请求并发限制:10张/分钟。
723
723
  */
724
724
  DescribeQuestionMarkAgentJob(req: DescribeQuestionMarkAgentJobRequest, cb?: (error: string, rep: DescribeQuestionMarkAgentJobResponse) => void): Promise<DescribeQuestionMarkAgentJobResponse>;
725
725
  /**
@@ -878,6 +878,13 @@ export declare class Client extends AbstractClient {
878
878
  默认接口请求频率限制:2次/秒。
879
879
  */
880
880
  QuestionSplitOCR(req: QuestionSplitOCRRequest, cb?: (error: string, rep: QuestionSplitOCRResponse) => void): Promise<QuestionSplitOCRResponse>;
881
+ /**
882
+ * 提供比对校验企业名称、统一社会信用代码、法人姓名、注册登记证件号码一致性的服务,助力快速核验企业资质。
883
+ 注意:
884
+ 存在个别特殊情况下核验结果不准确,请选用前知悉;
885
+ 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
886
+ */
887
+ VerifyBizLicenseEnterprise4(req: VerifyBizLicenseEnterprise4Request, cb?: (error: string, rep: VerifyBizLicenseEnterprise4Response) => void): Promise<VerifyBizLicenseEnterprise4Response>;
881
888
  /**
882
889
  * 本接口支持马来西亚身份证识别,识别字段包括身份证号、姓名、性别、地址;具备身份证人像照片的裁剪功能和翻拍、复印件告警功能。
883
890
  本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)
@@ -302,7 +302,7 @@ class Client extends abstract_client_1.AbstractClient {
302
302
  /**
303
303
  * 用于试题批改Agent提交任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
304
304
 
305
- 默认接口请求并发限制:10题/分钟。
305
+ 默认接口请求并发限制:10张/分钟。
306
306
  */
307
307
  async SubmitQuestionMarkAgentJob(req, cb) {
308
308
  return this.request("SubmitQuestionMarkAgentJob", req, cb);
@@ -835,7 +835,7 @@ class Client extends abstract_client_1.AbstractClient {
835
835
  /**
836
836
  * 用于试题批改Agent查询任务。主要面向K12的试题批改产品,支持整卷/单题端到端(试卷切题+题目批改+手写坐标回显)处理,主要聚焦的场景包括试题批改(含手写答案)、试题解析(不含手写答案),其中低年级算式批改效果比线上[数学作业批改](https://cloud.tencent.com/document/product/1004)效果更好。精准输出题目、正误判定、答案对比、错误及知识点等结构化评估结果。
837
837
 
838
- 默认接口请求并发限制:10题/分钟。
838
+ 默认接口请求并发限制:10张/分钟。
839
839
  */
840
840
  async DescribeQuestionMarkAgentJob(req, cb) {
841
841
  return this.request("DescribeQuestionMarkAgentJob", req, cb);
@@ -1044,6 +1044,15 @@ class Client extends abstract_client_1.AbstractClient {
1044
1044
  async QuestionSplitOCR(req, cb) {
1045
1045
  return this.request("QuestionSplitOCR", req, cb);
1046
1046
  }
1047
+ /**
1048
+ * 提供比对校验企业名称、统一社会信用代码、法人姓名、注册登记证件号码一致性的服务,助力快速核验企业资质。
1049
+ 注意:
1050
+ 存在个别特殊情况下核验结果不准确,请选用前知悉;
1051
+ 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
1052
+ */
1053
+ async VerifyBizLicenseEnterprise4(req, cb) {
1054
+ return this.request("VerifyBizLicenseEnterprise4", req, cb);
1055
+ }
1047
1056
  /**
1048
1057
  * 本接口支持马来西亚身份证识别,识别字段包括身份证号、姓名、性别、地址;具备身份证人像照片的裁剪功能和翻拍、复印件告警功能。
1049
1058
  本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)