tencentcloud-sdk-nodejs 4.0.289 → 4.0.293

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 (101) hide show
  1. package/CHANGELOG.md +494 -0
  2. package/SERVICE_CHANGELOG.md +477 -37
  3. package/package.json +1 -1
  4. package/products.md +164 -164
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +4 -3
  7. package/src/services/batch/v20170312/batch_models.ts +15 -15
  8. package/src/services/cdb/v20170320/cdb_models.ts +17 -17
  9. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  10. package/src/services/cdn/v20180606/cdn_models.ts +36 -4
  11. package/src/services/cii/v20210408/cii_client.ts +15 -0
  12. package/src/services/cii/v20210408/cii_models.ts +72 -0
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +34 -10
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +151 -46
  15. package/src/services/clb/v20180317/clb_client.ts +29 -15
  16. package/src/services/clb/v20180317/clb_models.ts +94 -0
  17. package/src/services/cls/v20201016/cls_client.ts +1 -1
  18. package/src/services/cls/v20201016/cls_models.ts +1 -1
  19. package/src/services/cpdp/v20190820/cpdp_client.ts +209 -46
  20. package/src/services/cpdp/v20190820/cpdp_models.ts +2012 -541
  21. package/src/services/cvm/v20170312/cvm_models.ts +26 -16
  22. package/src/services/cynosdb/v20190107/cynosdb_client.ts +199 -58
  23. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1668 -1113
  24. package/src/services/dcdb/v20180411/dcdb_client.ts +13 -0
  25. package/src/services/dcdb/v20180411/dcdb_models.ts +192 -0
  26. package/src/services/eb/v20210416/eb_client.ts +1 -1
  27. package/src/services/es/v20180416/es_models.ts +12 -0
  28. package/src/services/gaap/v20180529/gaap_models.ts +51 -6
  29. package/src/services/iecp/v20210914/iecp_client.ts +5 -5
  30. package/src/services/iecp/v20210914/iecp_models.ts +5 -5
  31. package/src/services/iotcloud/v20180614/iotcloud_client.ts +25 -1
  32. package/src/services/iotcloud/v20180614/iotcloud_models.ts +69 -4
  33. package/src/services/mariadb/v20170312/mariadb_client.ts +21 -5
  34. package/src/services/mariadb/v20170312/mariadb_models.ts +164 -69
  35. package/src/services/mna/v20210119/mna_client.ts +3 -0
  36. package/src/services/mna/v20210119/mna_models.ts +75 -0
  37. package/src/services/monitor/v20180724/monitor_models.ts +21 -2
  38. package/src/services/rum/v20210622/rum_models.ts +12 -12
  39. package/src/services/scf/v20180416/scf_models.ts +1 -1
  40. package/src/services/ses/v20201002/ses_client.ts +1 -1
  41. package/src/services/tdmq/v20200217/tdmq_models.ts +66 -6
  42. package/src/services/tiw/v20190919/tiw_models.ts +6 -6
  43. package/src/services/tse/v20201207/tse_models.ts +10 -0
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -2
  47. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +15 -15
  48. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +17 -17
  49. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +32 -4
  50. package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
  51. package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
  52. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +61 -0
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
  54. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
  55. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +129 -41
  56. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +10 -6
  57. package/tencentcloud/services/clb/v20180317/clb_client.js +13 -7
  58. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +80 -0
  59. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  60. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  61. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  62. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +61 -13
  63. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +90 -18
  64. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1714 -463
  65. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +24 -16
  66. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +47 -3
  67. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +69 -3
  68. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1409 -933
  69. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  70. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  71. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +157 -0
  72. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +1 -1
  73. package/tencentcloud/services/eb/v20210416/eb_client.js +1 -1
  74. package/tencentcloud/services/es/v20180416/es_models.d.ts +10 -0
  75. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +43 -6
  76. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +5 -5
  77. package/tencentcloud/services/iecp/v20210914/iecp_client.js +5 -5
  78. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +5 -5
  79. package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +9 -1
  80. package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +12 -0
  81. package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +60 -4
  82. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  83. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  84. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +141 -59
  85. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +63 -0
  86. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +18 -2
  87. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -12
  88. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  89. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  90. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  91. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -5
  92. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +6 -6
  93. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
  94. package/test/cii.v20210408.test.js +10 -0
  95. package/test/ckafka.v20190819.test.js +22 -2
  96. package/test/clb.v20180317.test.js +14 -4
  97. package/test/cpdp.v20190820.test.js +132 -12
  98. package/test/cynosdb.v20190107.test.js +112 -2
  99. package/test/dcdb.v20180411.test.js +10 -0
  100. package/test/iotcloud.v20180614.test.js +20 -0
  101. package/test/mariadb.v20170312.test.js +10 -0
@@ -276,6 +276,10 @@ export interface CreateCmqTopicRequest {
276
276
  * 是否开启消息轨迹标识,true表示开启,false表示不开启,不填表示不开启。
277
277
  */
278
278
  Trace?: boolean;
279
+ /**
280
+ * 标签数组
281
+ */
282
+ Tags?: Array<Tag>;
279
283
  }
280
284
  /**
281
285
  * CreateAMQPExchange请求参数结构体
@@ -888,6 +892,14 @@ export interface Topic {
888
892
  注意:此字段可能返回 null,表示取不到有效值。
889
893
  */
890
894
  ConsumerLimit: string;
895
+ /**
896
+ * 0: 非持久非分区
897
+ 1: 非持久分区
898
+ 2: 持久非分区
899
+ 3: 持久分区
900
+ 注意:此字段可能返回 null,表示取不到有效值。
901
+ */
902
+ PulsarTopicType: number;
891
903
  }
892
904
  /**
893
905
  * DescribeCmqTopicDetail返回参数结构体
@@ -1413,6 +1425,21 @@ export interface Subscription {
1413
1425
  注意:此字段可能返回 null,表示取不到有效值。
1414
1426
  */
1415
1427
  UpdateTime: string;
1428
+ /**
1429
+ * 订阅类型,Exclusive,Shared,Failover, Key_Shared,空或NULL表示未知,
1430
+ 注意:此字段可能返回 null,表示取不到有效值。
1431
+ */
1432
+ SubType: string;
1433
+ /**
1434
+ * 是否由于未 ack 数到达上限而被 block
1435
+ 注意:此字段可能返回 null,表示取不到有效值。
1436
+ */
1437
+ BlockedSubscriptionOnUnackedMsgs: boolean;
1438
+ /**
1439
+ * 未 ack 消息数上限
1440
+ 注意:此字段可能返回 null,表示取不到有效值。
1441
+ */
1442
+ MaxUnackedMsgNum: number;
1416
1443
  }
1417
1444
  /**
1418
1445
  * DescribeCmqQueueDetail返回参数结构体
@@ -2260,6 +2287,10 @@ export interface CreateTopicRequest {
2260
2287
  * 0:非分区topic,无分区;非0:具体分区topic的分区数,最大不允许超过128。
2261
2288
  */
2262
2289
  Partitions: number;
2290
+ /**
2291
+ * 备注,128字符以内。
2292
+ */
2293
+ Remark?: string;
2263
2294
  /**
2264
2295
  * 0: 普通消息;
2265
2296
  1 :全局顺序消息;
@@ -2267,15 +2298,19 @@ export interface CreateTopicRequest {
2267
2298
  3 :重试队列;
2268
2299
  4 :死信队列。
2269
2300
  */
2270
- TopicType: number;
2271
- /**
2272
- * 备注,128字符以内。
2273
- */
2274
- Remark?: string;
2301
+ TopicType?: number;
2275
2302
  /**
2276
2303
  * Pulsar 集群的ID
2277
2304
  */
2278
2305
  ClusterId?: string;
2306
+ /**
2307
+ * Pulsar 主题类型
2308
+ 0: 非持久非分区
2309
+ 1: 非持久分区
2310
+ 2: 持久非分区
2311
+ 3: 持久分区
2312
+ */
2313
+ PulsarTopicType?: number;
2279
2314
  }
2280
2315
  /**
2281
2316
  * DescribeTopics请求参数结构体
@@ -3708,6 +3743,11 @@ export interface Consumer {
3708
3743
  注意:此字段可能返回 null,表示取不到有效值。
3709
3744
  */
3710
3745
  ClientVersion: string;
3746
+ /**
3747
+ * 消费者连接的主题分区号
3748
+ 注意:此字段可能返回 null,表示取不到有效值。
3749
+ */
3750
+ Partition: number;
3711
3751
  }
3712
3752
  /**
3713
3753
  * CreateCmqSubscribe请求参数结构体
@@ -4020,6 +4060,13 @@ export interface Cluster {
4020
4060
  注意:此字段可能返回 null,表示取不到有效值。
4021
4061
  */
4022
4062
  Tags: Array<Tag>;
4063
+ /**
4064
+ * 计费模式:
4065
+ 0: 按量计费
4066
+ 1: 包年包月
4067
+ 注意:此字段可能返回 null,表示取不到有效值。
4068
+ */
4069
+ PayMode: number;
4023
4070
  }
4024
4071
  /**
4025
4072
  * 订阅关系
@@ -4552,6 +4599,10 @@ export interface CreateCmqQueueRequest {
4552
4599
  * 是否开启消息轨迹追踪,当不设置字段时,默认为不开启,该字段为true表示开启,为false表示不开启
4553
4600
  */
4554
4601
  Trace?: boolean;
4602
+ /**
4603
+ * 标签数组
4604
+ */
4605
+ Tags?: Array<Tag>;
4555
4606
  }
4556
4607
  /**
4557
4608
  * ModifyEnvironmentRole返回参数结构体
@@ -565,11 +565,11 @@ export interface DescribeOnlineRecordCallbackResponse {
565
565
  /**
566
566
  * 实时录制事件回调地址,如果未设置回调地址,该字段为空字符串
567
567
  */
568
- Callback?: string;
568
+ Callback: string;
569
569
  /**
570
570
  * 实时录制回调鉴权密钥
571
571
  */
572
- CallbackKey?: string;
572
+ CallbackKey: string;
573
573
  /**
574
574
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
575
575
  */
@@ -740,11 +740,11 @@ export interface DescribeWhiteboardPushCallbackResponse {
740
740
  /**
741
741
  * 白板推流事件回调地址,如果未设置回调地址,该字段为空字符串
742
742
  */
743
- Callback?: string;
743
+ Callback: string;
744
744
  /**
745
745
  * 白板推流回调鉴权密钥
746
746
  */
747
- CallbackKey?: string;
747
+ CallbackKey: string;
748
748
  /**
749
749
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
750
750
  */
@@ -1414,11 +1414,11 @@ export interface DescribeTranscodeCallbackResponse {
1414
1414
  /**
1415
1415
  * 文档转码回调地址
1416
1416
  */
1417
- Callback?: string;
1417
+ Callback: string;
1418
1418
  /**
1419
1419
  * 文档转码回调鉴权密钥
1420
1420
  */
1421
- CallbackKey?: string;
1421
+ CallbackKey: string;
1422
1422
  /**
1423
1423
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1424
1424
  */
@@ -328,4 +328,12 @@ export interface ServiceGovernanceInfo {
328
328
  * 服务治理引擎绑定的网络信息
329
329
  */
330
330
  VpcInfos?: Array<VpcInfo>;
331
+ /**
332
+ * 当前实例鉴权是否开启
333
+ */
334
+ AuthOpen?: boolean;
335
+ /**
336
+ * 该实例支持的功能,鉴权就是 Auth
337
+ */
338
+ Features?: Array<string>;
331
339
  }
@@ -108,6 +108,16 @@ it("cii.v20210408.DescribeStructCompareData", async function () {
108
108
  }
109
109
  })
110
110
 
111
+ it("cii.v20210408.DescribeQualityScore", async function () {
112
+ try {
113
+ const data = await client.DescribeQualityScore({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
111
121
  it("cii.v20210408.DescribeStructureResult", async function () {
112
122
  try {
113
123
  const data = await client.DescribeStructureResult({})
@@ -38,6 +38,16 @@ it("ckafka.v20190819.DescribeGroupInfo", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("ckafka.v20190819.CreateConsumer", async function () {
42
+ try {
43
+ const data = await client.CreateConsumer({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
41
51
  it("ckafka.v20190819.DescribeConsumerGroup", async function () {
42
52
  try {
43
53
  const data = await client.DescribeConsumerGroup({})
@@ -128,9 +138,9 @@ it("ckafka.v20190819.DescribeInstances", async function () {
128
138
  }
129
139
  })
130
140
 
131
- it("ckafka.v20190819.ModifyInstanceAttributes", async function () {
141
+ it("ckafka.v20190819.CreateRoute", async function () {
132
142
  try {
133
- const data = await client.ModifyInstanceAttributes({})
143
+ const data = await client.CreateRoute({})
134
144
  expect(data).to.be.ok
135
145
  } catch(error) {
136
146
  expect(error.requestId).to.be.ok
@@ -388,6 +398,16 @@ it("ckafka.v20190819.DescribeTopic", async function () {
388
398
  }
389
399
  })
390
400
 
401
+ it("ckafka.v20190819.ModifyInstanceAttributes", async function () {
402
+ try {
403
+ const data = await client.ModifyInstanceAttributes({})
404
+ expect(data).to.be.ok
405
+ } catch(error) {
406
+ expect(error.requestId).to.be.ok
407
+ expect(error.code).to.be.ok
408
+ }
409
+ })
410
+
391
411
  it("ckafka.v20190819.DescribeCkafkaZone", async function () {
392
412
  try {
393
413
  const data = await client.DescribeCkafkaZone({})
@@ -28,9 +28,9 @@ it("clb.v20180317.RegisterTargets", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("clb.v20180317.ModifyLoadBalancerSla", async function () {
31
+ it("clb.v20180317.ModifyDomainAttributes", async function () {
32
32
  try {
33
- const data = await client.ModifyLoadBalancerSla({})
33
+ const data = await client.ModifyDomainAttributes({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -228,6 +228,16 @@ it("clb.v20180317.DeleteTargetGroups", async function () {
228
228
  }
229
229
  })
230
230
 
231
+ it("clb.v20180317.ModifyLoadBalancerSla", async function () {
232
+ try {
233
+ const data = await client.ModifyLoadBalancerSla({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
231
241
  it("clb.v20180317.ModifyBlockIPList", async function () {
232
242
  try {
233
243
  const data = await client.ModifyBlockIPList({})
@@ -278,9 +288,9 @@ it("clb.v20180317.DeleteLoadBalancer", async function () {
278
288
  }
279
289
  })
280
290
 
281
- it("clb.v20180317.ModifyDomainAttributes", async function () {
291
+ it("clb.v20180317.DescribeResources", async function () {
282
292
  try {
283
- const data = await client.ModifyDomainAttributes({})
293
+ const data = await client.DescribeResources({})
284
294
  expect(data).to.be.ok
285
295
  } catch(error) {
286
296
  expect(error.requestId).to.be.ok
@@ -128,6 +128,16 @@ it("cpdp.v20190820.QueryBankTransactionDetails", async function () {
128
128
  }
129
129
  })
130
130
 
131
+ it("cpdp.v20190820.CreateOpenBankExternalSubMerchantRegistration", async function () {
132
+ try {
133
+ const data = await client.CreateOpenBankExternalSubMerchantRegistration({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
131
141
  it("cpdp.v20190820.QueryCommonTransferRecharge", async function () {
132
142
  try {
133
143
  const data = await client.QueryCommonTransferRecharge({})
@@ -338,6 +348,16 @@ it("cpdp.v20190820.TransferSinglePay", async function () {
338
348
  }
339
349
  })
340
350
 
351
+ it("cpdp.v20190820.CreateOpenBankPaymentOrder", async function () {
352
+ try {
353
+ const data = await client.CreateOpenBankPaymentOrder({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
341
361
  it("cpdp.v20190820.RefundTlinxOrder", async function () {
342
362
  try {
343
363
  const data = await client.RefundTlinxOrder({})
@@ -448,9 +468,9 @@ it("cpdp.v20190820.UnifiedOrder", async function () {
448
468
  }
449
469
  })
450
470
 
451
- it("cpdp.v20190820.UnBindAcct", async function () {
471
+ it("cpdp.v20190820.QueryOpenBankUnbindExternalSubMerchantBankAccount", async function () {
452
472
  try {
453
- const data = await client.UnBindAcct({})
473
+ const data = await client.QueryOpenBankUnbindExternalSubMerchantBankAccount({})
454
474
  expect(data).to.be.ok
455
475
  } catch(error) {
456
476
  expect(error.requestId).to.be.ok
@@ -478,9 +498,19 @@ it("cpdp.v20190820.AddMerchant", async function () {
478
498
  }
479
499
  })
480
500
 
481
- it("cpdp.v20190820.QueryInvoiceV2", async function () {
501
+ it("cpdp.v20190820.ViewShop", async function () {
482
502
  try {
483
- const data = await client.QueryInvoiceV2({})
503
+ const data = await client.ViewShop({})
504
+ expect(data).to.be.ok
505
+ } catch(error) {
506
+ expect(error.requestId).to.be.ok
507
+ expect(error.code).to.be.ok
508
+ }
509
+ })
510
+
511
+ it("cpdp.v20190820.CheckAmount", async function () {
512
+ try {
513
+ const data = await client.CheckAmount({})
484
514
  expect(data).to.be.ok
485
515
  } catch(error) {
486
516
  expect(error.requestId).to.be.ok
@@ -528,6 +558,16 @@ it("cpdp.v20190820.QueryShopOpenId", async function () {
528
558
  }
529
559
  })
530
560
 
561
+ it("cpdp.v20190820.QueryOpenBankPaymentOrder", async function () {
562
+ try {
563
+ const data = await client.QueryOpenBankPaymentOrder({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
531
571
  it("cpdp.v20190820.QueryMaliciousRegistration", async function () {
532
572
  try {
533
573
  const data = await client.QueryMaliciousRegistration({})
@@ -558,6 +598,16 @@ it("cpdp.v20190820.QueryAcctInfo", async function () {
558
598
  }
559
599
  })
560
600
 
601
+ it("cpdp.v20190820.UnBindAcct", async function () {
602
+ try {
603
+ const data = await client.UnBindAcct({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
561
611
  it("cpdp.v20190820.QueryBankWithdrawCashDetails", async function () {
562
612
  try {
563
613
  const data = await client.QueryBankWithdrawCashDetails({})
@@ -648,9 +698,9 @@ it("cpdp.v20190820.ModifyBindedAccount", async function () {
648
698
  }
649
699
  })
650
700
 
651
- it("cpdp.v20190820.CheckAmount", async function () {
701
+ it("cpdp.v20190820.QueryInvoiceV2", async function () {
652
702
  try {
653
- const data = await client.CheckAmount({})
703
+ const data = await client.QueryInvoiceV2({})
654
704
  expect(data).to.be.ok
655
705
  } catch(error) {
656
706
  expect(error.requestId).to.be.ok
@@ -738,6 +788,16 @@ it("cpdp.v20190820.ReviseMbrProperty", async function () {
738
788
  }
739
789
  })
740
790
 
791
+ it("cpdp.v20190820.BindOpenBankExternalSubMerchantBankAccount", async function () {
792
+ try {
793
+ const data = await client.BindOpenBankExternalSubMerchantBankAccount({})
794
+ expect(data).to.be.ok
795
+ } catch(error) {
796
+ expect(error.requestId).to.be.ok
797
+ expect(error.code).to.be.ok
798
+ }
799
+ })
800
+
741
801
  it("cpdp.v20190820.QueryBalance", async function () {
742
802
  try {
743
803
  const data = await client.QueryBalance({})
@@ -848,6 +908,16 @@ it("cpdp.v20190820.ApplyTrade", async function () {
848
908
  }
849
909
  })
850
910
 
911
+ it("cpdp.v20190820.UnbindOpenBankExternalSubMerchantBankAccount", async function () {
912
+ try {
913
+ const data = await client.UnbindOpenBankExternalSubMerchantBankAccount({})
914
+ expect(data).to.be.ok
915
+ } catch(error) {
916
+ expect(error.requestId).to.be.ok
917
+ expect(error.code).to.be.ok
918
+ }
919
+ })
920
+
851
921
  it("cpdp.v20190820.QueryBankClear", async function () {
852
922
  try {
853
923
  const data = await client.QueryBankClear({})
@@ -858,9 +928,9 @@ it("cpdp.v20190820.QueryBankClear", async function () {
858
928
  }
859
929
  })
860
930
 
861
- it("cpdp.v20190820.BindRelateAccReUnionPay", async function () {
931
+ it("cpdp.v20190820.CreateOpenBankMerchant", async function () {
862
932
  try {
863
- const data = await client.BindRelateAccReUnionPay({})
933
+ const data = await client.CreateOpenBankMerchant({})
864
934
  expect(data).to.be.ok
865
935
  } catch(error) {
866
936
  expect(error.requestId).to.be.ok
@@ -888,6 +958,16 @@ it("cpdp.v20190820.RevResigterBillSupportWithdraw", async function () {
888
958
  }
889
959
  })
890
960
 
961
+ it("cpdp.v20190820.QueryOpenBankDownLoadUrl", async function () {
962
+ try {
963
+ const data = await client.QueryOpenBankDownLoadUrl({})
964
+ expect(data).to.be.ok
965
+ } catch(error) {
966
+ expect(error.requestId).to.be.ok
967
+ expect(error.code).to.be.ok
968
+ }
969
+ })
970
+
891
971
  it("cpdp.v20190820.QueryCityCode", async function () {
892
972
  try {
893
973
  const data = await client.QueryCityCode({})
@@ -918,6 +998,16 @@ it("cpdp.v20190820.Refund", async function () {
918
998
  }
919
999
  })
920
1000
 
1001
+ it("cpdp.v20190820.CloseOpenBankPaymentOrder", async function () {
1002
+ try {
1003
+ const data = await client.CloseOpenBankPaymentOrder({})
1004
+ expect(data).to.be.ok
1005
+ } catch(error) {
1006
+ expect(error.requestId).to.be.ok
1007
+ expect(error.code).to.be.ok
1008
+ }
1009
+ })
1010
+
921
1011
  it("cpdp.v20190820.UploadTaxList", async function () {
922
1012
  try {
923
1013
  const data = await client.UploadTaxList({})
@@ -1248,6 +1338,16 @@ it("cpdp.v20190820.QueryContractRelateShop", async function () {
1248
1338
  }
1249
1339
  })
1250
1340
 
1341
+ it("cpdp.v20190820.QueryOpenBankExternalSubMerchantBankAccount", async function () {
1342
+ try {
1343
+ const data = await client.QueryOpenBankExternalSubMerchantBankAccount({})
1344
+ expect(data).to.be.ok
1345
+ } catch(error) {
1346
+ expect(error.requestId).to.be.ok
1347
+ expect(error.code).to.be.ok
1348
+ }
1349
+ })
1350
+
1251
1351
  it("cpdp.v20190820.MigrateOrderRefundQuery", async function () {
1252
1352
  try {
1253
1353
  const data = await client.MigrateOrderRefundQuery({})
@@ -1258,9 +1358,9 @@ it("cpdp.v20190820.MigrateOrderRefundQuery", async function () {
1258
1358
  }
1259
1359
  })
1260
1360
 
1261
- it("cpdp.v20190820.ViewShop", async function () {
1361
+ it("cpdp.v20190820.QueryAgentStatements", async function () {
1262
1362
  try {
1263
- const data = await client.ViewShop({})
1363
+ const data = await client.QueryAgentStatements({})
1264
1364
  expect(data).to.be.ok
1265
1365
  } catch(error) {
1266
1366
  expect(error.requestId).to.be.ok
@@ -1288,6 +1388,16 @@ it("cpdp.v20190820.ApplyOutwardOrder", async function () {
1288
1388
  }
1289
1389
  })
1290
1390
 
1391
+ it("cpdp.v20190820.QueryOpenBankExternalSubMerchantRegistration", async function () {
1392
+ try {
1393
+ const data = await client.QueryOpenBankExternalSubMerchantRegistration({})
1394
+ expect(data).to.be.ok
1395
+ } catch(error) {
1396
+ expect(error.requestId).to.be.ok
1397
+ expect(error.code).to.be.ok
1398
+ }
1399
+ })
1400
+
1291
1401
  it("cpdp.v20190820.QueryContractPayFee", async function () {
1292
1402
  try {
1293
1403
  const data = await client.QueryContractPayFee({})
@@ -1308,6 +1418,16 @@ it("cpdp.v20190820.QuerySmallAmountTransfer", async function () {
1308
1418
  }
1309
1419
  })
1310
1420
 
1421
+ it("cpdp.v20190820.QueryOpenBankBindExternalSubMerchantBankAccount", async function () {
1422
+ try {
1423
+ const data = await client.QueryOpenBankBindExternalSubMerchantBankAccount({})
1424
+ expect(data).to.be.ok
1425
+ } catch(error) {
1426
+ expect(error.requestId).to.be.ok
1427
+ expect(error.code).to.be.ok
1428
+ }
1429
+ })
1430
+
1311
1431
  it("cpdp.v20190820.QuerySingleTransactionStatus", async function () {
1312
1432
  try {
1313
1433
  const data = await client.QuerySingleTransactionStatus({})
@@ -1348,9 +1468,9 @@ it("cpdp.v20190820.QueryAcctInfoList", async function () {
1348
1468
  }
1349
1469
  })
1350
1470
 
1351
- it("cpdp.v20190820.QueryAgentStatements", async function () {
1471
+ it("cpdp.v20190820.BindRelateAccReUnionPay", async function () {
1352
1472
  try {
1353
- const data = await client.QueryAgentStatements({})
1473
+ const data = await client.BindRelateAccReUnionPay({})
1354
1474
  expect(data).to.be.ok
1355
1475
  } catch(error) {
1356
1476
  expect(error.requestId).to.be.ok