tencentcloud-sdk-nodejs 4.0.482 → 4.0.485

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 (225) hide show
  1. package/CHANGELOG.md +765 -0
  2. package/SERVICE_CHANGELOG.md +1093 -354
  3. package/package.json +1 -1
  4. package/products.md +50 -50
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/ams/v20201229/ams_client.ts +7 -0
  8. package/src/services/as/v20180419/as_client.ts +1 -0
  9. package/src/services/as/v20180419/as_models.ts +51 -1
  10. package/src/services/btoe/index.ts +2 -2
  11. package/src/services/captcha/v20190722/captcha_client.ts +2 -2
  12. package/src/services/car/v20220110/car_models.ts +2 -2
  13. package/src/services/ccc/v20200210/ccc_client.ts +54 -15
  14. package/src/services/ccc/v20200210/ccc_models.ts +288 -60
  15. package/src/services/cdb/v20170320/cdb_models.ts +7 -2
  16. package/src/services/cfs/v20190719/cfs_models.ts +6 -1
  17. package/src/services/chdfs/index.ts +2 -2
  18. package/src/services/cmq/v20190304/cmq_models.ts +4 -4
  19. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  20. package/src/services/cwp/v20180228/cwp_client.ts +19 -6
  21. package/src/services/cwp/v20180228/cwp_models.ts +85 -0
  22. package/src/services/dbbrain/index.ts +2 -2
  23. package/src/services/dcdb/v20180411/dcdb_models.ts +44 -6
  24. package/src/services/dts/index.ts +2 -2
  25. package/src/services/dts/v20211206/dts_models.ts +7 -7
  26. package/src/services/eis/index.ts +2 -2
  27. package/src/services/eis/v20210601/eis_client.ts +2 -1
  28. package/src/services/eis/v20210601/eis_models.ts +122 -21
  29. package/src/services/es/v20180416/es_models.ts +33 -0
  30. package/src/services/ess/v20201111/ess_client.ts +113 -1
  31. package/src/services/ess/v20201111/ess_models.ts +44 -3
  32. package/src/services/essbasic/index.ts +2 -2
  33. package/src/services/essbasic/v20210526/essbasic_client.ts +12 -0
  34. package/src/services/essbasic/v20210526/essbasic_models.ts +130 -4
  35. package/src/services/faceid/v20180301/faceid_models.ts +12 -1
  36. package/src/services/gme/v20180711/gme_models.ts +22 -2
  37. package/src/services/gs/v20191118/gs_models.ts +2 -2
  38. package/src/services/iai/index.ts +2 -2
  39. package/src/services/iai/v20180301/iai_models.ts +1 -1
  40. package/src/services/iai/v20200303/iai_models.ts +1 -1
  41. package/src/services/iotcloud/index.ts +2 -2
  42. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +16 -3
  43. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +102 -26
  44. package/src/services/iotvideo/index.ts +2 -2
  45. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1 -1
  46. package/src/services/lighthouse/v20200324/lighthouse_client.ts +16 -0
  47. package/src/services/lighthouse/v20200324/lighthouse_models.ts +66 -4
  48. package/src/services/live/v20180801/live_models.ts +10 -2
  49. package/src/services/mariadb/v20170312/mariadb_models.ts +39 -6
  50. package/src/services/mgobe/index.ts +2 -2
  51. package/src/services/mna/v20210119/mna_client.ts +24 -0
  52. package/src/services/mna/v20210119/mna_models.ts +52 -1
  53. package/src/services/mongodb/index.ts +2 -2
  54. package/src/services/monitor/v20180724/monitor_models.ts +12 -12
  55. package/src/services/mps/v20190612/mps_client.ts +6 -0
  56. package/src/services/mps/v20190612/mps_models.ts +84 -0
  57. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  58. package/src/services/organization/v20210331/organization_client.ts +160 -8
  59. package/src/services/organization/v20210331/organization_models.ts +919 -235
  60. package/src/services/partners/v20180321/partners_client.ts +3 -3
  61. package/src/services/partners/v20180321/partners_models.ts +1 -1
  62. package/src/services/pts/v20210728/pts_models.ts +12 -0
  63. package/src/services/scf/v20180416/scf_client.ts +1 -0
  64. package/src/services/scf/v20180416/scf_models.ts +33 -0
  65. package/src/services/sqlserver/v20180328/sqlserver_models.ts +27 -2
  66. package/src/services/ssl/v20191205/ssl_models.ts +12 -1
  67. package/src/services/tbp/index.ts +2 -2
  68. package/src/services/tdid/v20210519/tdid_client.ts +548 -38
  69. package/src/services/tdid/v20210519/tdid_models.ts +2441 -192
  70. package/src/services/tem/v20210701/tem_models.ts +23 -3
  71. package/src/services/teo/index.ts +2 -2
  72. package/src/services/teo/v20220901/teo_client.ts +14 -2
  73. package/src/services/teo/v20220901/teo_models.ts +131 -55
  74. package/src/services/thpc/index.ts +2 -2
  75. package/src/services/thpc/v20220401/thpc_client.ts +18 -4
  76. package/src/services/thpc/v20220401/thpc_models.ts +190 -58
  77. package/src/services/tiia/v20190529/tiia_models.ts +1 -1
  78. package/src/services/tione/v20211111/tione_client.ts +12 -0
  79. package/src/services/tione/v20211111/tione_models.ts +35 -0
  80. package/src/services/tke/v20180525/tke_models.ts +30 -0
  81. package/src/services/tms/v20201229/tms_models.ts +21 -0
  82. package/src/services/trtc/v20190722/trtc_client.ts +4 -4
  83. package/src/services/tsw/index.ts +2 -2
  84. package/src/services/tts/v20190823/tts_models.ts +5 -0
  85. package/src/services/vm/index.ts +2 -2
  86. package/src/services/vm/v20210922/vm_client.ts +9 -2
  87. package/src/services/vod/v20180717/vod_models.ts +1 -1
  88. package/src/services/waf/v20180125/waf_client.ts +17 -2
  89. package/src/services/waf/v20180125/waf_models.ts +319 -30
  90. package/src/services/wedata/v20210820/wedata_models.ts +27 -0
  91. package/src/services/yunsou/index.ts +2 -2
  92. package/tencentcloud/common/sdk_version.d.ts +1 -1
  93. package/tencentcloud/common/sdk_version.js +1 -1
  94. package/tencentcloud/services/ams/index.d.ts +4 -4
  95. package/tencentcloud/services/ams/index.js +2 -2
  96. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +7 -0
  97. package/tencentcloud/services/ams/v20201229/ams_client.js +7 -0
  98. package/tencentcloud/services/as/v20180419/as_models.d.ts +43 -1
  99. package/tencentcloud/services/btoe/index.d.ts +4 -4
  100. package/tencentcloud/services/btoe/index.js +2 -2
  101. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +2 -2
  102. package/tencentcloud/services/captcha/v20190722/captcha_client.js +2 -2
  103. package/tencentcloud/services/car/v20220110/car_models.d.ts +2 -2
  104. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +17 -5
  105. package/tencentcloud/services/ccc/v20200210/ccc_client.js +24 -6
  106. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +243 -51
  107. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -2
  108. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +5 -1
  109. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  110. package/tencentcloud/services/chdfs/index.js +2 -2
  111. package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +4 -4
  112. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
  113. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
  114. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
  115. package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
  116. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +71 -0
  117. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  118. package/tencentcloud/services/dbbrain/index.js +2 -2
  119. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +40 -6
  120. package/tencentcloud/services/dts/index.d.ts +4 -4
  121. package/tencentcloud/services/dts/index.js +2 -2
  122. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -7
  123. package/tencentcloud/services/eis/index.d.ts +4 -4
  124. package/tencentcloud/services/eis/index.js +2 -2
  125. package/tencentcloud/services/eis/v20210601/eis_client.d.ts +1 -1
  126. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +105 -21
  127. package/tencentcloud/services/es/v20180416/es_models.d.ts +27 -0
  128. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +113 -1
  129. package/tencentcloud/services/ess/v20201111/ess_client.js +113 -1
  130. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +37 -2
  131. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  132. package/tencentcloud/services/essbasic/index.js +2 -2
  133. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  134. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  135. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +121 -4
  136. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -1
  137. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +18 -2
  138. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +2 -2
  139. package/tencentcloud/services/iai/index.d.ts +4 -4
  140. package/tencentcloud/services/iai/index.js +2 -2
  141. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
  142. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  143. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  144. package/tencentcloud/services/iotcloud/index.js +2 -2
  145. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  146. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  147. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +89 -25
  148. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  149. package/tencentcloud/services/iotvideo/index.js +2 -2
  150. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1 -1
  151. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +8 -1
  152. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +9 -0
  153. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +58 -4
  154. package/tencentcloud/services/live/v20180801/live_models.d.ts +10 -2
  155. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +36 -6
  156. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  157. package/tencentcloud/services/mgobe/index.js +2 -2
  158. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +9 -1
  159. package/tencentcloud/services/mna/v20210119/mna_client.js +12 -0
  160. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +44 -1
  161. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  162. package/tencentcloud/services/mongodb/index.js +2 -2
  163. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -10
  164. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +74 -0
  165. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  166. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +52 -3
  167. package/tencentcloud/services/organization/v20210331/organization_client.js +75 -2
  168. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +785 -197
  169. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +3 -3
  170. package/tencentcloud/services/partners/v20180321/partners_client.js +3 -3
  171. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +1 -1
  172. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +10 -0
  173. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +28 -0
  174. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +22 -2
  175. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -1
  176. package/tencentcloud/services/tbp/index.d.ts +4 -4
  177. package/tencentcloud/services/tbp/index.js +2 -2
  178. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +176 -9
  179. package/tencentcloud/services/tdid/v20210519/tdid_client.js +261 -12
  180. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +2040 -146
  181. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +21 -2
  182. package/tencentcloud/services/teo/index.d.ts +4 -4
  183. package/tencentcloud/services/teo/index.js +2 -2
  184. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
  185. package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
  186. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +117 -50
  187. package/tencentcloud/services/thpc/index.d.ts +4 -4
  188. package/tencentcloud/services/thpc/index.js +2 -2
  189. package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +5 -1
  190. package/tencentcloud/services/thpc/v20220401/thpc_client.js +6 -0
  191. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +164 -53
  192. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -1
  193. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
  194. package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
  195. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +30 -0
  196. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +24 -0
  197. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +17 -0
  198. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +4 -4
  199. package/tencentcloud/services/trtc/v20190722/trtc_client.js +4 -4
  200. package/tencentcloud/services/tsw/index.d.ts +4 -4
  201. package/tencentcloud/services/tsw/index.js +2 -2
  202. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -0
  203. package/tencentcloud/services/vm/index.d.ts +4 -4
  204. package/tencentcloud/services/vm/index.js +2 -2
  205. package/tencentcloud/services/vm/v20210922/vm_client.d.ts +8 -1
  206. package/tencentcloud/services/vm/v20210922/vm_client.js +8 -1
  207. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
  208. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  209. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  210. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +265 -29
  211. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +22 -0
  212. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  213. package/tencentcloud/services/yunsou/index.js +2 -2
  214. package/test/ccc.v20200210.test.js +34 -4
  215. package/test/cwp.v20180228.test.js +12 -2
  216. package/test/essbasic.v20210526.test.js +10 -0
  217. package/test/iotexplorer.v20190423.test.js +10 -0
  218. package/test/lighthouse.v20200324.test.js +10 -0
  219. package/test/mna.v20210119.test.js +20 -0
  220. package/test/organization.v20210331.test.js +120 -0
  221. package/test/tdid.v20210519.test.js +418 -8
  222. package/test/teo.v20220901.test.js +10 -0
  223. package/test/thpc.v20220401.test.js +10 -0
  224. package/test/tione.v20211111.test.js +10 -0
  225. package/test/waf.v20180125.test.js +10 -0
@@ -1378,10 +1378,24 @@ export interface Staff {
1378
1378
  */
1379
1379
  export interface CreateFlowEvidenceReportResponse {
1380
1380
  /**
1381
- * 出证报告 URL(有效期5分钟)
1382
- */
1381
+ * 出证报告 ID
1382
+ 注意:此字段可能返回 null,表示取不到有效值。
1383
+ */
1384
+ ReportId: string
1385
+
1386
+ /**
1387
+ * 废除,字段无效
1388
+ 注意:此字段可能返回 null,表示取不到有效值。
1389
+ */
1383
1390
  ReportUrl: string
1384
1391
 
1392
+ /**
1393
+ * 执行中:EvidenceStatusExecuting
1394
+ 成功:EvidenceStatusSuccess
1395
+ 失败:EvidenceStatusFailed
1396
+ */
1397
+ Status: string
1398
+
1385
1399
  /**
1386
1400
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1387
1401
  */
@@ -2177,7 +2191,8 @@ FILL_IMAGE - 图片控件;
2177
2191
  DYNAMIC_TABLE - 动态表格控件;
2178
2192
  ATTACHMENT - 附件控件;
2179
2193
  SELECTOR - 选择器控件;
2180
- DATE - 日期控件;默认是格式化为xxxx年xx月xx
2194
+ DATE - 日期控件;默认是格式化为xxxx年xx月xx日;
2195
+ DISTRICT - 省市区行政区划控件;
2181
2196
 
2182
2197
  如果是SignComponent控件类型,则可选的字段为
2183
2198
  SIGN_SEAL - 签署印章控件;
@@ -2238,6 +2253,12 @@ SIGN_PAGING_SEAL - 骑缝章;若文件发起,需要对应填充ComponentPosY
2238
2253
 
2239
2254
  /**
2240
2255
  * 扩展参数:
2256
+ 为JSON格式。
2257
+
2258
+ ComponentType为FILL_IMAGE时,支持以下参数:
2259
+ NotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中
2260
+ FillMethod: int. 填充方式。0-铺满(默认);1-等比例缩放
2261
+
2241
2262
  ComponentType为SIGN_SIGNATURE类型可以控制签署方式
2242
2263
  {“ComponentTypeLimit”: [“xxx”]}
2243
2264
  xxx可以为:
@@ -2294,6 +2315,26 @@ KEYWORD 关键字,使用ComponentId指定关键字
2294
2315
  * 指定关键字时纵坐标偏移量,单位pt
2295
2316
  */
2296
2317
  OffsetY?: number
2318
+
2319
+ /**
2320
+ * 指定关键字排序规则
2321
+ */
2322
+ KeywordOrder?: string
2323
+
2324
+ /**
2325
+ * 指定关键字页码
2326
+ */
2327
+ KeywordPage?: number
2328
+
2329
+ /**
2330
+ * 关键字位置模式
2331
+ */
2332
+ RelativeLocation?: string
2333
+
2334
+ /**
2335
+ * 关键字索引
2336
+ */
2337
+ KeywordIndexes?: Array<number>
2297
2338
  }
2298
2339
 
2299
2340
  /**
@@ -1,7 +1,7 @@
1
- import { v20201222 } from "./v20201222"
2
1
  import { v20210526 } from "./v20210526"
2
+ import { v20201222 } from "./v20201222"
3
3
 
4
4
  export const essbasic = {
5
- v20201222: v20201222,
6
5
  v20210526: v20210526,
6
+ v20201222: v20201222,
7
7
  }
@@ -63,6 +63,7 @@ import {
63
63
  DescribeFlowDetailInfoResponse,
64
64
  DescribeUsageResponse,
65
65
  Staff,
66
+ ChannelCreateBoundFlowsRequest,
66
67
  ChannelDescribeEmployeesRequest,
67
68
  AuthorizedUser,
68
69
  DescribeResourceUrlsByFlowsResponse,
@@ -105,6 +106,7 @@ import {
105
106
  OperateChannelTemplateRequest,
106
107
  SyncFailReason,
107
108
  ChannelDescribeEmployeesResponse,
109
+ ChannelCreateBoundFlowsResponse,
108
110
  CcInfo,
109
111
  } from "./essbasic_models"
110
112
 
@@ -257,6 +259,16 @@ export class Client extends AbstractClient {
257
259
  return this.request("CreateConsoleLoginUrl", req, cb)
258
260
  }
259
261
 
262
+ /**
263
+ * 此接口(CreateConsoleLoginUrl)用于渠道子客领取合同,经办人需要有相应的角色,领取后的合同不能重复领取
264
+ */
265
+ async ChannelCreateBoundFlows(
266
+ req: ChannelCreateBoundFlowsRequest,
267
+ cb?: (error: string, rep: ChannelCreateBoundFlowsResponse) => void
268
+ ): Promise<ChannelCreateBoundFlowsResponse> {
269
+ return this.request("ChannelCreateBoundFlows", req, cb)
270
+ }
271
+
260
272
  /**
261
273
  * 指定需要批量撤销的签署流程Id,获取批量撤销链接
262
274
  客户指定需要撤销的签署流程Id,最多100个,超过100不处理;
@@ -99,6 +99,11 @@ SIGN_REJECT:拒签(流程结束)
99
99
  当ReviewType 是REJECT 时此字段必填,字符串长度不超过200
100
100
  */
101
101
  ReviewMessage?: string
102
+
103
+ /**
104
+ * 签署节点审核时需要指定
105
+ */
106
+ RecipientId?: string
102
107
  }
103
108
 
104
109
  /**
@@ -913,7 +918,7 @@ export interface TemplateInfo {
913
918
  CreatedOn: number
914
919
 
915
920
  /**
916
- * 模板的预览链接
921
+ * 模板的H5预览链接,可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。
917
922
  注意:此字段可能返回 null,表示取不到有效值。
918
923
  */
919
924
  PreviewUrl: string
@@ -1310,8 +1315,8 @@ CreateFlowsByTemplates 接口不使用此字段。
1310
1315
  * 此结构体 (FlowInfo) 用于描述签署流程信息。
1311
1316
 
1312
1317
  【动态表格传参说明】
1313
- 当模板的 ComponentType='DYNAMIC_TABLE'时(渠道版),FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充动态表格(支持内容的单元格合并)
1314
- 输入示例
1318
+ 当模板的 ComponentType='DYNAMIC_TABLE'时(渠道版或集成版),FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充动态表格(支持内容的单元格合并)
1319
+ 输入示例1:
1315
1320
 
1316
1321
  ```
1317
1322
  {
@@ -1356,6 +1361,53 @@ CreateFlowsByTemplates 接口不使用此字段。
1356
1361
 
1357
1362
  ```
1358
1363
 
1364
+ 输入示例2(表格表头宽度比例配置):
1365
+
1366
+ ```
1367
+ {
1368
+ "headers":[
1369
+ {
1370
+ "content":"head1",
1371
+ "widthPercent": 30
1372
+ },
1373
+ {
1374
+ "content":"head2",
1375
+ "widthPercent": 30
1376
+ },
1377
+ {
1378
+ "content":"head3",
1379
+ "widthPercent": 40
1380
+ }
1381
+ ],
1382
+ "rowCount":3,
1383
+ "body":{
1384
+ "cells":[
1385
+ {
1386
+ "rowStart":1,
1387
+ "rowEnd":1,
1388
+ "columnStart":1,
1389
+ "columnEnd":1,
1390
+ "content":"123"
1391
+ },
1392
+ {
1393
+ "rowStart":2,
1394
+ "rowEnd":3,
1395
+ "columnStart":1,
1396
+ "columnEnd":2,
1397
+ "content":"456"
1398
+ },
1399
+ {
1400
+ "rowStart":3,
1401
+ "rowEnd":3,
1402
+ "columnStart":3,
1403
+ "columnEnd":3,
1404
+ "content":"789"
1405
+ }
1406
+ ]
1407
+ }
1408
+ }
1409
+
1410
+ ```
1359
1411
  表格参数说明
1360
1412
 
1361
1413
  | 名称 | 类型 | 描述 |
@@ -1368,6 +1420,12 @@ CreateFlowsByTemplates 接口不使用此字段。
1368
1420
  | cells.N.columnEnd | Integer | 单元格坐标:列结束index |
1369
1421
  | cells.N.content | String | 单元格内容,字数不超过100 |
1370
1422
 
1423
+ 表格参数headers说明
1424
+ | 名称 | 类型 | 描述 |
1425
+ | ------------------- | ------- | ------------------------------------------------- |
1426
+ | widthPercent | Integer | 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35 |
1427
+ | content | String | 表头单元格内容,字数不超过100 |
1428
+
1371
1429
  */
1372
1430
  export interface FlowInfo {
1373
1431
  /**
@@ -1582,6 +1640,27 @@ export interface Staff {
1582
1640
  VerifiedOn: number
1583
1641
  }
1584
1642
 
1643
+ /**
1644
+ * ChannelCreateBoundFlows请求参数结构体
1645
+ */
1646
+ export interface ChannelCreateBoundFlowsRequest {
1647
+ /**
1648
+ * 应用信息
1649
+ 此接口Agent.AppId、Agent.ProxyOrganizationOpenId 和 Agent. ProxyOperator.OpenId 必填
1650
+ */
1651
+ Agent: Agent
1652
+
1653
+ /**
1654
+ * 领取的合同id列表
1655
+ */
1656
+ FlowIds?: Array<string>
1657
+
1658
+ /**
1659
+ * 操作者的信息
1660
+ */
1661
+ Operator?: UserInfo
1662
+ }
1663
+
1585
1664
  /**
1586
1665
  * ChannelDescribeEmployees请求参数结构体
1587
1666
  */
@@ -2457,7 +2536,8 @@ FILL_IMAGE - 图片控件;
2457
2536
  DYNAMIC_TABLE - 动态表格控件;
2458
2537
  ATTACHMENT - 附件控件;
2459
2538
  SELECTOR - 选择器控件;
2460
- DATE - 日期控件;默认是格式化为xxxx年xx月xx
2539
+ DATE - 日期控件;默认是格式化为xxxx年xx月xx日;
2540
+ DISTRICT - 省市区行政区划控件;
2461
2541
 
2462
2542
  如果是SignComponent控件类型,则可选的字段为
2463
2543
  SIGN_SEAL - 签署印章控件;
@@ -2527,12 +2607,27 @@ KEYWORD - 关键字
2527
2607
 
2528
2608
  /**
2529
2609
  * 参数控件样式,json格式表述
2610
+
2530
2611
  不同类型的控件会有部分非通用参数
2612
+
2531
2613
  TEXT/MULTI_LINE_TEXT控件可以指定
2532
2614
  1 Font:目前只支持黑体、宋体
2533
2615
  2 FontSize: 范围12-72
2534
2616
  3 FontAlign: Left/Right/Center,左对齐/居中/右对齐
2535
2617
  例如:{"FontSize":12}
2618
+
2619
+ ComponentType为FILL_IMAGE时,支持以下参数:
2620
+ NotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中
2621
+ FillMethod: int. 填充方式。0-铺满(默认);1-等比例缩放
2622
+
2623
+ ComponentType为SIGN_SIGNATURE类型可以控制签署方式
2624
+ {“ComponentTypeLimit”: [“xxx”]}
2625
+ xxx可以为:
2626
+ HANDWRITE – 手写签名
2627
+ BORDERLESS_ESIGN – 自动生成无边框腾讯体
2628
+ OCR_ESIGN -- AI智能识别手写签名
2629
+ ESIGN -- 个人印章类型
2630
+ 如:{“ComponentTypeLimit”: [“BORDERLESS_ESIGN”]}
2536
2631
  */
2537
2632
  ComponentExtra?: string
2538
2633
 
@@ -2576,6 +2671,21 @@ SIGN_PAGING_SEAL - 可以指定印章ID
2576
2671
  * 指定关键字时纵坐标偏移量,单位pt
2577
2672
  */
2578
2673
  OffsetY?: number
2674
+
2675
+ /**
2676
+ * 指定关键字页码
2677
+ */
2678
+ KeywordPage?: number
2679
+
2680
+ /**
2681
+ * 关键字位置模式
2682
+ */
2683
+ RelativeLocation?: string
2684
+
2685
+ /**
2686
+ * 关键字索引
2687
+ */
2688
+ KeywordIndexes?: Array<number>
2579
2689
  }
2580
2690
 
2581
2691
  /**
@@ -2860,6 +2970,12 @@ export interface UsageDetail {
2860
2970
  注意:此字段可能返回 null,表示取不到有效值。
2861
2971
  */
2862
2972
  Cancel: number
2973
+
2974
+ /**
2975
+ * 消耗渠道
2976
+ 注意:此字段可能返回 null,表示取不到有效值。
2977
+ */
2978
+ FlowChannel: string
2863
2979
  }
2864
2980
 
2865
2981
  /**
@@ -2971,6 +3087,16 @@ export interface ChannelDescribeEmployeesResponse {
2971
3087
  RequestId?: string
2972
3088
  }
2973
3089
 
3090
+ /**
3091
+ * ChannelCreateBoundFlows返回参数结构体
3092
+ */
3093
+ export interface ChannelCreateBoundFlowsResponse {
3094
+ /**
3095
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3096
+ */
3097
+ RequestId?: string
3098
+ }
3099
+
2974
3100
  /**
2975
3101
  * 抄送信息
2976
3102
  */
@@ -88,7 +88,7 @@ export interface GetFaceIdTokenRequest {
88
88
  IdCard?: string
89
89
 
90
90
  /**
91
- * CompareLib为商业库库时必传。
91
+ * CompareLib为商业库时必传。
92
92
  */
93
93
  Name?: string
94
94
 
@@ -113,6 +113,11 @@ export interface GetFaceIdTokenRequest {
113
113
  【注意】选择该参数为true后将不返回base64数据,请根据接入情况谨慎修改。
114
114
  */
115
115
  UseCos?: boolean
116
+
117
+ /**
118
+ * 敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
119
+ */
120
+ Encryption?: Encryption
116
121
  }
117
122
 
118
123
  /**
@@ -2940,6 +2945,12 @@ export interface EncryptedPhoneVerificationResponse {
2940
2945
  */
2941
2946
  Description: string
2942
2947
 
2948
+ /**
2949
+ * 运营商名称。
2950
+ 取值范围为["移动","联通","电信",""]
2951
+ */
2952
+ ISP: string
2953
+
2943
2954
  /**
2944
2955
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2945
2956
  */
@@ -274,9 +274,24 @@ export interface CustomizationConfigs {
274
274
  ModelId: string
275
275
 
276
276
  /**
277
- * 模型状态,-1下线状态,1上线状态, 0训练中, -2训练失败
277
+ * 模型状态,-1下线状态,1上线状态, 0训练中, -2训练失败, 3上线中, 4下线中
278
278
  */
279
279
  ModelState: number
280
+
281
+ /**
282
+ * 模型名称
283
+ */
284
+ ModelName?: string
285
+
286
+ /**
287
+ * 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cos
288
+ */
289
+ TextUrl?: string
290
+
291
+ /**
292
+ * 更新时间,11位时间戳
293
+ */
294
+ UpdateTime?: number
280
295
  }
281
296
 
282
297
  /**
@@ -349,6 +364,11 @@ export interface CreateCustomizationRequest {
349
364
  * 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cos
350
365
  */
351
366
  TextUrl: string
367
+
368
+ /**
369
+ * 模型名称,名称长度不超过36,默认为BizId。
370
+ */
371
+ ModelName?: string
352
372
  }
353
373
 
354
374
  /**
@@ -883,7 +903,7 @@ export interface ModifyCustomizationRequest {
883
903
  BizId: number
884
904
 
885
905
  /**
886
- * 文本文件
906
+ * 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cos
887
907
  */
888
908
  TextUrl: string
889
909
 
@@ -190,7 +190,7 @@ export interface CreateSessionRequest {
190
190
  Fps?: number
191
191
 
192
192
  /**
193
- * 【已废弃】只在TrylockWorker时生效
193
+ * 【必选】用户IP,用户客户端的公网IP,用于就近调度,不填将严重影响用户体验
194
194
  */
195
195
  UserIp?: string
196
196
 
@@ -307,7 +307,7 @@ export interface TrylockWorkerRequest {
307
307
  SetNo?: number
308
308
 
309
309
  /**
310
- * 【必选】用户IP,用于就近调度,不填将严重影响用户体验
310
+ * 【必选】用户IP,用户客户端的公网IP,用于就近调度,不填将严重影响用户体验
311
311
  */
312
312
  UserIp?: string
313
313
 
@@ -1,7 +1,7 @@
1
- import { v20200303 } from "./v20200303"
2
1
  import { v20180301 } from "./v20180301"
2
+ import { v20200303 } from "./v20200303"
3
3
 
4
4
  export const iai = {
5
- v20200303: v20200303,
6
5
  v20180301: v20180301,
6
+ v20200303: v20200303,
7
7
  }
@@ -2289,7 +2289,7 @@ Url、Image必须提供一个,如果都提供,只使用 Url。
2289
2289
  * 是否返回年龄、性别、情绪等属性。
2290
2290
  合法值为(大小写不敏感):None、Age、Beauty、Emotion、Eye、Eyebrow、
2291
2291
  Gender、Hair、Hat、Headpose、Mask、Mouth、Moustache、Nose、Shape、Skin、Smile。
2292
- None为不需要返回。默认为 None。
2292
+ None为不需要返回。默认为 None。即FaceAttributesType属性为空时,各属性返回值为0
2293
2293
  需要将属性组成一个用逗号分隔的字符串,属性之间的顺序没有要求。
2294
2294
  关于各属性的详细描述,参见下文出参。
2295
2295
  最多返回面积最大的 5 张人脸属性信息,超过 5 张人脸(第 6 张及以后的人脸)的 AttributesInfo 不具备参考意义。
@@ -2454,7 +2454,7 @@ Url、Image必须提供一个,如果都提供,只使用 Url。
2454
2454
  * 是否返回年龄、性别、情绪等属性。
2455
2455
  合法值为(大小写不敏感):None、Age、Beauty、Emotion、Eye、Eyebrow、
2456
2456
  Gender、Hair、Hat、Headpose、Mask、Mouth、Moustache、Nose、Shape、Skin、Smile。
2457
- None为不需要返回。默认为 None。
2457
+ None为不需要返回。默认为 None。即FaceAttributesType属性为空时,各属性返回值为0
2458
2458
  需要将属性组成一个用逗号分隔的字符串,属性之间的顺序没有要求。
2459
2459
  关于各属性的详细描述,参见下文出参。
2460
2460
  最多返回面积最大的 5 张人脸属性信息,超过 5 张人脸(第 6 张及以后的人脸)的 AttributesInfo 不具备参考意义。
@@ -1,7 +1,7 @@
1
- import { v20210408 } from "./v20210408"
2
1
  import { v20180614 } from "./v20180614"
2
+ import { v20210408 } from "./v20210408"
3
3
 
4
4
  export const iotcloud = {
5
- v20210408: v20210408,
6
5
  v20180614: v20180614,
6
+ v20210408: v20210408,
7
7
  }
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  UpdateDevicesEnableStateResponse,
22
+ DescribeDeviceLocationSolveRequest,
22
23
  DeleteProjectRequest,
23
24
  DevicesItem,
24
25
  DeleteFenceBindRequest,
@@ -73,6 +74,7 @@ import {
73
74
  UnbindProductsRequest,
74
75
  SearchStudioProductResponse,
75
76
  DeviceData,
77
+ WifiInfo,
76
78
  GetTopicRuleListRequest,
77
79
  FenceBindDeviceItem,
78
80
  DeviceDataHistoryItem,
@@ -81,7 +83,7 @@ import {
81
83
  ProjectEntryEx,
82
84
  DescribeBatchProductionResponse,
83
85
  ListTopicPolicyRequest,
84
- DescribeLoRaFrequencyRequest,
86
+ BatchProductionInfo,
85
87
  DeleteDeviceRequest,
86
88
  DeleteLoRaFrequencyRequest,
87
89
  ControlDeviceDataRequest,
@@ -116,7 +118,7 @@ import {
116
118
  FirmwareInfo,
117
119
  DisableTopicRuleResponse,
118
120
  TopicRuleInfo,
119
- GetCOSURLRequest,
121
+ DescribeDeviceLocationSolveResponse,
120
122
  DescribeStudioProductResponse,
121
123
  CreateFenceBindRequest,
122
124
  DescribeDeviceResponse,
@@ -201,7 +203,8 @@ import {
201
203
  AppDeviceInfo,
202
204
  BindProductsResponse,
203
205
  ModifyProjectResponse,
204
- BatchProductionInfo,
206
+ GetCOSURLRequest,
207
+ DescribeLoRaFrequencyRequest,
205
208
  DescribeGatewayBindDevicesRequest,
206
209
  DescribeGatewaySubProductsRequest,
207
210
  DeleteStudioProductRequest,
@@ -312,6 +315,16 @@ export class Client extends AbstractClient {
312
315
  return this.request("DirectBindDeviceInFamily", req, cb)
313
316
  }
314
317
 
318
+ /**
319
+ * 获取实时位置解析
320
+ */
321
+ async DescribeDeviceLocationSolve(
322
+ req: DescribeDeviceLocationSolveRequest,
323
+ cb?: (error: string, rep: DescribeDeviceLocationSolveResponse) => void
324
+ ): Promise<DescribeDeviceLocationSolveResponse> {
325
+ return this.request("DescribeDeviceLocationSolve", req, cb)
326
+ }
327
+
315
328
  /**
316
329
  * 查询设备绑定的网关设备
317
330
  */