tencentcloud-sdk-nodejs 4.0.528 → 4.0.530

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 (82) hide show
  1. package/CHANGELOG.md +304 -0
  2. package/SERVICE_CHANGELOG.md +379 -37
  3. package/package.json +1 -1
  4. package/products.md +42 -41
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  7. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  8. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  9. package/src/services/clb/v20180317/clb_client.ts +1 -1
  10. package/src/services/clb/v20180317/clb_models.ts +31 -1
  11. package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +25 -0
  13. package/src/services/es/v20180416/es_models.ts +5 -0
  14. package/src/services/ess/v20201111/ess_client.ts +23 -8
  15. package/src/services/ess/v20201111/ess_models.ts +58 -8
  16. package/src/services/essbasic/v20210526/essbasic_client.ts +39 -24
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +209 -153
  18. package/src/services/fmu/v20191213/fmu_models.ts +8 -6
  19. package/src/services/gme/v20180711/gme_models.ts +20 -14
  20. package/src/services/goosefs/index.ts +5 -0
  21. package/src/services/goosefs/v20220519/goosefs_client.ts +40 -0
  22. package/src/services/goosefs/v20220519/goosefs_models.ts +61 -0
  23. package/src/services/goosefs/v20220519/index.ts +6 -0
  24. package/src/services/index.ts +1 -0
  25. package/src/services/lcic/v20220817/lcic_client.ts +32 -6
  26. package/src/services/lcic/v20220817/lcic_models.ts +188 -7
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  28. package/src/services/monitor/v20180724/monitor_client.ts +241 -55
  29. package/src/services/monitor/v20180724/monitor_models.ts +998 -339
  30. package/src/services/mps/v20190612/mps_models.ts +16 -1
  31. package/src/services/tcb/v20180608/tcb_models.ts +54 -30
  32. package/src/services/vpc/v20170312/vpc_client.ts +3 -2
  33. package/src/services/vpc/v20170312/vpc_models.ts +35 -2
  34. package/src/services/waf/v20180125/waf_models.ts +10 -10
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  38. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  39. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  40. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  41. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
  42. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +26 -1
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  45. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +22 -0
  46. package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
  47. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -3
  48. package/tencentcloud/services/ess/v20201111/ess_client.js +11 -3
  49. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +51 -8
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -8
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -9
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +180 -131
  53. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -2
  54. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +18 -13
  55. package/tencentcloud/services/goosefs/index.d.ts +6 -0
  56. package/tencentcloud/services/goosefs/index.js +7 -0
  57. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +14 -0
  58. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +37 -0
  59. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +38 -0
  60. package/tencentcloud/services/goosefs/v20220519/goosefs_models.js +18 -0
  61. package/tencentcloud/services/goosefs/v20220519/index.d.ts +6 -0
  62. package/tencentcloud/services/goosefs/v20220519/index.js +9 -0
  63. package/tencentcloud/services/index.d.ts +1 -0
  64. package/tencentcloud/services/index.js +2 -0
  65. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +11 -3
  66. package/tencentcloud/services/lcic/v20220817/lcic_client.js +15 -3
  67. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +163 -6
  68. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  69. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +75 -15
  70. package/tencentcloud/services/monitor/v20180724/monitor_client.js +111 -21
  71. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +807 -243
  72. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -1
  73. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +50 -30
  74. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  75. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +32 -2
  76. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +10 -10
  77. package/test/cynosdb.v20190107.test.js +12 -2
  78. package/test/ess.v20201111.test.js +12 -2
  79. package/test/essbasic.v20210526.test.js +14 -4
  80. package/test/goosefs.v20220519.test.js +31 -0
  81. package/test/lcic.v20220817.test.js +22 -2
  82. package/test/monitor.v20180724.test.js +164 -14
@@ -21,13 +21,13 @@ export interface ChannelCreateConvertTaskApiResponse {
21
21
  RequestId?: string;
22
22
  }
23
23
  /**
24
- * ChannelCreateFlowSignUrl返回参数结构体
24
+ * ChannelCreateFlowReminds返回参数结构体
25
25
  */
26
- export interface ChannelCreateFlowSignUrlResponse {
26
+ export interface ChannelCreateFlowRemindsResponse {
27
27
  /**
28
- * 签署人签署链接信息
28
+ * 合同催办详情信息
29
29
  */
30
- FlowApproverUrlInfos: Array<FlowApproverUrlInfo>;
30
+ RemindFlowRecords: Array<RemindFlowRecords>;
31
31
  /**
32
32
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
33
33
  */
@@ -130,7 +130,9 @@ export interface DescribeFlowDetailInfoRequest {
130
130
  */
131
131
  export interface ModifyExtendedServiceRequest {
132
132
  /**
133
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
133
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
134
+
135
+ 注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
134
136
  */
135
137
  Agent: Agent;
136
138
  /**
@@ -167,6 +169,36 @@ export interface DescribeResourceUrlsByFlowsRequest {
167
169
  */
168
170
  Operator?: UserInfo;
169
171
  }
172
+ /**
173
+ * 催办接口返回详细信息
174
+ */
175
+ export interface RemindFlowRecords {
176
+ /**
177
+ * 是否能够催办
178
+ */
179
+ CanRemind: boolean;
180
+ /**
181
+ * 合同id
182
+ */
183
+ FlowId: string;
184
+ /**
185
+ * 催办详情
186
+ */
187
+ RemindMessage: string;
188
+ }
189
+ /**
190
+ * ChannelCreateFlowSignUrl返回参数结构体
191
+ */
192
+ export interface ChannelCreateFlowSignUrlResponse {
193
+ /**
194
+ * 签署人签署链接信息
195
+ */
196
+ FlowApproverUrlInfos: Array<FlowApproverUrlInfo>;
197
+ /**
198
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
199
+ */
200
+ RequestId?: string;
201
+ }
170
202
  /**
171
203
  * CreateSealByImage返回参数结构体
172
204
  */
@@ -346,29 +378,17 @@ export interface CreateSealByImageRequest {
346
378
  Operator?: UserInfo;
347
379
  }
348
380
  /**
349
- * ChannelCreateFlowSignUrl请求参数结构体
381
+ * ChannelCreateFlowReminds请求参数结构体
350
382
  */
351
- export interface ChannelCreateFlowSignUrlRequest {
383
+ export interface ChannelCreateFlowRemindsRequest {
352
384
  /**
353
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
385
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
354
386
  */
355
387
  Agent: Agent;
356
388
  /**
357
- * 流程编号
358
- */
359
- FlowId: string;
360
- /**
361
- * 流程签署人,其中Name和Mobile必传,其他可不传,ApproverType目前只支持PERSON类型的签署人,如果不传默认为该值。还需注意签署人只能有手写签名和时间类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。
362
- */
363
- FlowApproverInfos: Array<FlowApproverInfo>;
364
- /**
365
- * 用户信息,暂未开放
366
- */
367
- Operator?: UserInfo;
368
- /**
369
- * 机构信息,暂未开放
389
+ * 签署流程Id数组,最多100个,超过100不处理
370
390
  */
371
- Organization?: OrganizationInfo;
391
+ FlowIds: Array<string>;
372
392
  }
373
393
  /**
374
394
  * ChannelCancelFlow返回参数结构体
@@ -894,6 +914,47 @@ export interface GetDownloadFlowUrlResponse {
894
914
  */
895
915
  RequestId?: string;
896
916
  }
917
+ /**
918
+ * 签署参与者信息
919
+ */
920
+ export interface Recipient {
921
+ /**
922
+ * 签署人唯一标识
923
+ */
924
+ RecipientId?: string;
925
+ /**
926
+ * 签署方类型:ENTERPRISE-企业INDIVIDUAL-自然人
927
+ */
928
+ RecipientType?: string;
929
+ /**
930
+ * 描述
931
+ */
932
+ Description?: string;
933
+ /**
934
+ * 签署方备注信息
935
+ */
936
+ RoleName?: string;
937
+ /**
938
+ * 是否需要校验
939
+ */
940
+ RequireValidation?: boolean;
941
+ /**
942
+ * 是否必须填写
943
+ */
944
+ RequireSign?: boolean;
945
+ /**
946
+ * 签署类型
947
+ */
948
+ SignType?: number;
949
+ /**
950
+ * 签署顺序:数字越小优先级越高
951
+ */
952
+ RoutingOrder?: number;
953
+ /**
954
+ * 是否是发起方
955
+ */
956
+ IsPromoter?: boolean;
957
+ }
897
958
  /**
898
959
  * DescribeTemplates返回参数结构体
899
960
  */
@@ -986,23 +1047,6 @@ export interface ChannelVerifyPdfResponse {
986
1047
  */
987
1048
  RequestId?: string;
988
1049
  }
989
- /**
990
- * DescribeChannelFlowEvidenceReport请求参数结构体
991
- */
992
- export interface DescribeChannelFlowEvidenceReportRequest {
993
- /**
994
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
995
- */
996
- Agent: Agent;
997
- /**
998
- * 出证报告编号
999
- */
1000
- ReportId: string;
1001
- /**
1002
- * 操作者的信息
1003
- */
1004
- Operator?: UserInfo;
1005
- }
1006
1050
  /**
1007
1051
  * CreateConsoleLoginUrl请求参数结构体
1008
1052
  */
@@ -1205,32 +1249,40 @@ export interface ChannelDescribeOrganizationSealsRequest {
1205
1249
  SealId?: string;
1206
1250
  }
1207
1251
  /**
1208
- * 合作企业经办人列表信息
1252
+ * DescribeUsage请求参数结构体
1209
1253
  */
1210
- export interface ProxyOrganizationOperator {
1254
+ export interface DescribeUsageRequest {
1211
1255
  /**
1212
- * 对应Agent-ProxyOperator-OpenId。渠道平台自定义,对渠道子客企业员的唯一标识。一个OpenId在一个子客企业内唯一对应一个真实员工,不可在其他子客企业内重复使用。(例如,可以使用经办人企业名+员工身份证的hash值,需要渠道平台保存),最大64位字符串
1256
+ * 应用信息,此接口Agent.AppId必填
1213
1257
  */
1214
- Id: string;
1258
+ Agent: Agent;
1215
1259
  /**
1216
- * 经办人姓名,最大长度50个字符
1260
+ * 开始时间,例如:2021-03-21
1217
1261
  */
1218
- Name?: string;
1262
+ StartDate: string;
1219
1263
  /**
1220
- * 经办人身份证件类型
1221
- 1.ID_CARD 居民身份证
1222
- 2.HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证
1223
- 3.HONGKONG_AND_MACAO 港澳居民来往内地通行证
1264
+ * 结束时间,例如:2021-06-21;
1265
+ 开始时间到结束时间的区间长度小于等于90天。
1224
1266
  */
1225
- IdCardType?: string;
1267
+ EndDate: string;
1226
1268
  /**
1227
- * 经办人证件号
1269
+ * 是否汇总数据,默认不汇总。
1270
+ 不汇总:返回在统计区间内渠道下所有企业的每日明细,即每个企业N条数据,N为统计天数;
1271
+ 汇总:返回在统计区间内渠道下所有企业的汇总后数据,即每个企业一条数据;
1228
1272
  */
1229
- IdCardNumber?: string;
1273
+ NeedAggregate?: boolean;
1230
1274
  /**
1231
- * 经办人手机号,大陆手机号输入11位,暂不支持海外手机号。
1275
+ * 单次返回的最多条目数量。默认为1000,且不能超过1000。
1232
1276
  */
1233
- Mobile?: string;
1277
+ Limit?: number;
1278
+ /**
1279
+ * 偏移量,默认是0。
1280
+ */
1281
+ Offset?: number;
1282
+ /**
1283
+ * 操作者的信息
1284
+ */
1285
+ Operator?: UserInfo;
1234
1286
  }
1235
1287
  /**
1236
1288
  * DescribeExtendedServiceAuthInfo请求参数结构体
@@ -1238,6 +1290,9 @@ export interface ProxyOrganizationOperator {
1238
1290
  export interface DescribeExtendedServiceAuthInfoRequest {
1239
1291
  /**
1240
1292
  * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1293
+
1294
+ 注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
1295
+
1241
1296
  */
1242
1297
  Agent: Agent;
1243
1298
  }
@@ -1864,45 +1919,25 @@ export interface CreateFlowsByTemplatesResponse {
1864
1919
  RequestId?: string;
1865
1920
  }
1866
1921
  /**
1867
- * 签署参与者信息
1922
+ * PrepareFlows请求参数结构体
1868
1923
  */
1869
- export interface Recipient {
1870
- /**
1871
- * 签署人唯一标识
1872
- */
1873
- RecipientId?: string;
1874
- /**
1875
- * 签署方类型:ENTERPRISE-企业INDIVIDUAL-自然人
1876
- */
1877
- RecipientType?: string;
1878
- /**
1879
- * 描述
1880
- */
1881
- Description?: string;
1882
- /**
1883
- * 签署方备注信息
1884
- */
1885
- RoleName?: string;
1886
- /**
1887
- * 是否需要校验
1888
- */
1889
- RequireValidation?: boolean;
1924
+ export interface PrepareFlowsRequest {
1890
1925
  /**
1891
- * 是否必须填写
1926
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1892
1927
  */
1893
- RequireSign?: boolean;
1928
+ Agent: Agent;
1894
1929
  /**
1895
- * 签署类型
1930
+ * 多个合同(签署流程)信息,最大支持20个签署流程。
1896
1931
  */
1897
- SignType?: number;
1932
+ FlowInfos: Array<FlowInfo>;
1898
1933
  /**
1899
- * 签署顺序:数字越小优先级越高
1934
+ * 操作完成后的跳转地址,最大长度200
1900
1935
  */
1901
- RoutingOrder?: number;
1936
+ JumpUrl: string;
1902
1937
  /**
1903
- * 是否是发起方
1938
+ * 操作者的信息
1904
1939
  */
1905
- IsPromoter?: boolean;
1940
+ Operator?: UserInfo;
1906
1941
  }
1907
1942
  /**
1908
1943
  * SyncProxyOrganizationOperators返回参数结构体
@@ -2125,42 +2160,6 @@ ORGANIZATION-企业
2125
2160
  */
2126
2161
  OpenId?: string;
2127
2162
  }
2128
- /**
2129
- * DescribeUsage请求参数结构体
2130
- */
2131
- export interface DescribeUsageRequest {
2132
- /**
2133
- * 应用信息,此接口Agent.AppId必填
2134
- */
2135
- Agent: Agent;
2136
- /**
2137
- * 开始时间,例如:2021-03-21
2138
- */
2139
- StartDate: string;
2140
- /**
2141
- * 结束时间,例如:2021-06-21;
2142
- 开始时间到结束时间的区间长度小于等于90天。
2143
- */
2144
- EndDate: string;
2145
- /**
2146
- * 是否汇总数据,默认不汇总。
2147
- 不汇总:返回在统计区间内渠道下所有企业的每日明细,即每个企业N条数据,N为统计天数;
2148
- 汇总:返回在统计区间内渠道下所有企业的汇总后数据,即每个企业一条数据;
2149
- */
2150
- NeedAggregate?: boolean;
2151
- /**
2152
- * 单次返回的最多条目数量。默认为1000,且不能超过1000。
2153
- */
2154
- Limit?: number;
2155
- /**
2156
- * 偏移量,默认是0。
2157
- */
2158
- Offset?: number;
2159
- /**
2160
- * 操作者的信息
2161
- */
2162
- Operator?: UserInfo;
2163
- }
2164
2163
  /**
2165
2164
  * CreateSignUrls返回参数结构体
2166
2165
  */
@@ -2238,21 +2237,17 @@ export interface ApproverRestriction {
2238
2237
  IdCardNumber?: string;
2239
2238
  }
2240
2239
  /**
2241
- * PrepareFlows请求参数结构体
2240
+ * DescribeChannelFlowEvidenceReport请求参数结构体
2242
2241
  */
2243
- export interface PrepareFlowsRequest {
2242
+ export interface DescribeChannelFlowEvidenceReportRequest {
2244
2243
  /**
2245
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2244
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
2246
2245
  */
2247
2246
  Agent: Agent;
2248
2247
  /**
2249
- * 多个合同(签署流程)信息,最大支持20个签署流程。
2250
- */
2251
- FlowInfos: Array<FlowInfo>;
2252
- /**
2253
- * 操作完成后的跳转地址,最大长度200
2248
+ * 出证报告编号
2254
2249
  */
2255
- JumpUrl: string;
2250
+ ReportId: string;
2256
2251
  /**
2257
2252
  * 操作者的信息
2258
2253
  */
@@ -2394,15 +2389,44 @@ export interface ChannelCreateBoundFlowsResponse {
2394
2389
  */
2395
2390
  RequestId?: string;
2396
2391
  }
2392
+ /**
2393
+ * 合作企业经办人列表信息
2394
+ */
2395
+ export interface ProxyOrganizationOperator {
2396
+ /**
2397
+ * 对应Agent-ProxyOperator-OpenId。渠道平台自定义,对渠道子客企业员的唯一标识。一个OpenId在一个子客企业内唯一对应一个真实员工,不可在其他子客企业内重复使用。(例如,可以使用经办人企业名+员工身份证的hash值,需要渠道平台保存),最大64位字符串
2398
+ */
2399
+ Id: string;
2400
+ /**
2401
+ * 经办人姓名,最大长度50个字符
2402
+ */
2403
+ Name?: string;
2404
+ /**
2405
+ * 经办人身份证件类型
2406
+ 1.ID_CARD 居民身份证
2407
+ 2.HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证
2408
+ 3.HONGKONG_AND_MACAO 港澳居民来往内地通行证
2409
+ */
2410
+ IdCardType?: string;
2411
+ /**
2412
+ * 经办人证件号
2413
+ */
2414
+ IdCardNumber?: string;
2415
+ /**
2416
+ * 经办人手机号,大陆手机号输入11位,暂不支持海外手机号。
2417
+ */
2418
+ Mobile?: string;
2419
+ }
2397
2420
  /**
2398
2421
  * ModifyExtendedService返回参数结构体
2399
2422
  */
2400
2423
  export interface ModifyExtendedServiceResponse {
2401
2424
  /**
2402
2425
  * 操作跳转链接,有效期24小时
2403
- 仅当操作类型是 OPEN 且 扩展服务类型是 AUTO_SIGN 或 DOWNLOAD_FLOW 或者 OVERSEA_SIGN 时返回 ,此时需要经办人(操作人)点击链接完成服务开通操作。若开通操作时没有返回跳转链接,表示无需跳转操作,此时会直接开通服务
2426
+ 若操作时没有返回跳转链接,表示无需跳转操作,此时会直接开通/关闭服务。
2404
2427
 
2405
- 操作类型是CLOSE时,不会返回此链接,会直接关闭企业该扩展服务
2428
+ 当操作类型是 OPEN 且 扩展服务类型是 AUTO_SIGN 或 DOWNLOAD_FLOW 或者 OVERSEA_SIGN 时返回操作链接,
2429
+ 返回的链接需要平台方自行触达超管或法人,超管或法人点击链接完成服务开通操作。
2406
2430
  */
2407
2431
  OperateUrl?: string;
2408
2432
  /**
@@ -3110,6 +3134,31 @@ export interface DescribeChannelFlowEvidenceReportResponse {
3110
3134
  */
3111
3135
  RequestId?: string;
3112
3136
  }
3137
+ /**
3138
+ * ChannelCreateFlowSignUrl请求参数结构体
3139
+ */
3140
+ export interface ChannelCreateFlowSignUrlRequest {
3141
+ /**
3142
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
3143
+ */
3144
+ Agent: Agent;
3145
+ /**
3146
+ * 流程编号
3147
+ */
3148
+ FlowId: string;
3149
+ /**
3150
+ * 流程签署人,其中Name和Mobile必传,其他可不传,ApproverType目前只支持PERSON类型的签署人,如果不传默认为该值。还需注意签署人只能有手写签名和时间类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。
3151
+ */
3152
+ FlowApproverInfos: Array<FlowApproverInfo>;
3153
+ /**
3154
+ * 用户信息,暂未开放
3155
+ */
3156
+ Operator?: UserInfo;
3157
+ /**
3158
+ * 机构信息,暂未开放
3159
+ */
3160
+ Organization?: OrganizationInfo;
3161
+ }
3113
3162
  /**
3114
3163
  * 抄送信息
3115
3164
  */
@@ -204,12 +204,14 @@ export interface GetModelListResponse {
204
204
  export interface BeautifyPicResponse {
205
205
  /**
206
206
  * RspImgType 为 base64 时,返回处理后的图片 base64 数据。默认返回base64
207
+ 注意:此字段可能返回 null,表示取不到有效值。
207
208
  */
208
- ResultImage?: string;
209
+ ResultImage: string;
209
210
  /**
210
211
  * RspImgType 为 url 时,返回处理后的图片 url 数据。
212
+ 注意:此字段可能返回 null,表示取不到有效值。
211
213
  */
212
- ResultUrl?: string;
214
+ ResultUrl: string;
213
215
  /**
214
216
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
215
217
  */
@@ -150,14 +150,19 @@ export interface DescribeApplicationDataRequest {
150
150
  * 用户麦克风状态
151
151
  */
152
152
  export interface UserMicStatus {
153
- /**
154
- * 客户端用于标识用户的Openid。
155
- */
156
- Uid: number;
157
153
  /**
158
154
  * 开麦状态。1表示关闭麦克风,2表示打开麦克风。
159
155
  */
160
156
  EnableMic: number;
157
+ /**
158
+ * 客户端用于标识用户的Openid。(Uid、StrUid必须填一个,优先处理StrUid。)
159
+ */
160
+ Uid?: number;
161
+ /**
162
+ * 客户端用于标识字符串型用户的Openid。(Uid、StrUid必须填一个,优先处理StrUid。)
163
+ 注意:此字段可能返回 null,表示取不到有效值。
164
+ */
165
+ StrUid?: string;
161
166
  }
162
167
  /**
163
168
  * DescribeApplicationList返回参数结构体
@@ -289,10 +294,6 @@ export interface DeleteRoomMemberRequest {
289
294
  * 要操作的房间id
290
295
  */
291
296
  RoomId: string;
292
- /**
293
- * 要剔除的用户列表
294
- */
295
- Uids: Array<string>;
296
297
  /**
297
298
  * 剔除类型 1-删除房间 2-剔除用户
298
299
  */
@@ -301,6 +302,10 @@ export interface DeleteRoomMemberRequest {
301
302
  * 应用id
302
303
  */
303
304
  BizId: number;
305
+ /**
306
+ * 要剔除的用户列表
307
+ */
308
+ Uids?: Array<string>;
304
309
  }
305
310
  /**
306
311
  * 房间内用户信息
@@ -770,7 +775,7 @@ export interface DeleteRoomMemberResponse {
770
775
  /**
771
776
  * 剔除房间或成员的操作结果
772
777
  */
773
- DeleteResult: DeleteResult;
778
+ DeleteResult?: DeleteResult;
774
779
  /**
775
780
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
776
781
  */
@@ -873,12 +878,12 @@ export interface DescribeRoomInfoResponse {
873
878
  * 操作结果, 0成功, 非0失败
874
879
  注意:此字段可能返回 null,表示取不到有效值。
875
880
  */
876
- Result: number;
881
+ Result?: number;
877
882
  /**
878
883
  * 房间用户信息
879
884
  注意:此字段可能返回 null,表示取不到有效值。
880
885
  */
881
- RoomUsers: Array<RoomUser>;
886
+ RoomUsers?: Array<RoomUser>;
882
887
  /**
883
888
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
884
889
  */
@@ -917,11 +922,11 @@ export interface ModifyUserMicStatusResponse {
917
922
  /**
918
923
  * 返回结果:0为成功,非0为失败。
919
924
  */
920
- Result: number;
925
+ Result?: number;
921
926
  /**
922
927
  * 错误信息。
923
928
  */
924
- ErrMsg: string;
929
+ ErrMsg?: string;
925
930
  /**
926
931
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
927
932
  */
@@ -0,0 +1,6 @@
1
+ export declare const goosefs: {
2
+ v20220519: {
3
+ Client: typeof import("./v20220519/goosefs_client").Client;
4
+ Models: typeof import("./v20220519/goosefs_models");
5
+ };
6
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.goosefs = void 0;
4
+ const v20220519_1 = require("./v20220519");
5
+ exports.goosefs = {
6
+ v20220519: v20220519_1.v20220519,
7
+ };
@@ -0,0 +1,14 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ import { ClientConfig } from "../../../common/interface";
3
+ import { CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResponse } from "./goosefs_models";
4
+ /**
5
+ * goosefs client
6
+ * @class
7
+ */
8
+ export declare class Client extends AbstractClient {
9
+ constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 创建数据流通任务,包括从将文件系统的数据上传到存储桶下, 以及从存储桶下载到文件系统里。
12
+ */
13
+ CreateDataRepositoryTask(req: CreateDataRepositoryTaskRequest, cb?: (error: string, rep: CreateDataRepositoryTaskResponse) => void): Promise<CreateDataRepositoryTaskResponse>;
14
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Client = void 0;
4
+ /* eslint-disable @typescript-eslint/no-unused-vars */
5
+ /*
6
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+ const abstract_client_1 = require("../../../common/abstract_client");
22
+ /**
23
+ * goosefs client
24
+ * @class
25
+ */
26
+ class Client extends abstract_client_1.AbstractClient {
27
+ constructor(clientConfig) {
28
+ super("goosefs.tencentcloudapi.com", "2022-05-19", clientConfig);
29
+ }
30
+ /**
31
+ * 创建数据流通任务,包括从将文件系统的数据上传到存储桶下, 以及从存储桶下载到文件系统里。
32
+ */
33
+ async CreateDataRepositoryTask(req, cb) {
34
+ return this.request("CreateDataRepositoryTask", req, cb);
35
+ }
36
+ }
37
+ exports.Client = Client;
@@ -0,0 +1,38 @@
1
+ /**
2
+ * CreateDataRepositoryTask请求参数结构体
3
+ */
4
+ export interface CreateDataRepositoryTaskRequest {
5
+ /**
6
+ * 数据流通任务类型, FS_TO_COS(文件系统到COS Bucket),或者Bucket到文件系统(COS_TO_FS)
7
+ */
8
+ TaskType: string;
9
+ /**
10
+ * bucket名
11
+ */
12
+ Bucket: string;
13
+ /**
14
+ * 文件系统ID
15
+ */
16
+ FileSystemId: string;
17
+ /**
18
+ * 对于FS_TO_COS, TaskPath是Bucket映射目录的相对路径, 对于COS_TO_FS是COS上的路径。如果置位空, 则表示全部数据
19
+ */
20
+ TaskPath: string;
21
+ /**
22
+ * 任务名称
23
+ */
24
+ TaskName: string;
25
+ }
26
+ /**
27
+ * CreateDataRepositoryTask返回参数结构体
28
+ */
29
+ export interface CreateDataRepositoryTaskResponse {
30
+ /**
31
+ * 任务ID
32
+ */
33
+ TaskId: string;
34
+ /**
35
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
36
+ */
37
+ RequestId?: string;
38
+ }
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import * as Models from "./goosefs_models";
2
+ import { Client } from "./goosefs_client";
3
+ export declare const v20220519: {
4
+ Client: typeof Client;
5
+ Models: typeof Models;
6
+ };
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.v20220519 = void 0;
4
+ const Models = require("./goosefs_models");
5
+ const goosefs_client_1 = require("./goosefs_client");
6
+ exports.v20220519 = {
7
+ Client: goosefs_client_1.Client,
8
+ Models: Models
9
+ };