tencentcloud-sdk-nodejs 4.0.235 → 4.0.239

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 (103) hide show
  1. package/CHANGELOG.md +612 -41
  2. package/package.json +1 -1
  3. package/products.md +34 -34
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/af/v20200226/af_client.ts +20 -3
  6. package/src/services/af/v20200226/af_models.ts +375 -36
  7. package/src/services/afc/v20200226/afc_client.ts +22 -1
  8. package/src/services/afc/v20200226/afc_models.ts +359 -23
  9. package/src/services/as/v20180419/as_client.ts +0 -12
  10. package/src/services/as/v20180419/as_models.ts +0 -75
  11. package/src/services/ccc/v20200210/ccc_models.ts +6 -0
  12. package/src/services/cdn/v20180606/cdn_models.ts +15 -9
  13. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  14. package/src/services/cfw/v20190904/cfw_client.ts +44 -7
  15. package/src/services/cfw/v20190904/cfw_models.ts +412 -154
  16. package/src/services/clb/v20180317/clb_models.ts +15 -8
  17. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +6 -0
  18. package/src/services/cme/v20191029/cme_client.ts +80 -26
  19. package/src/services/cme/v20191029/cme_models.ts +470 -52
  20. package/src/services/cpdp/v20190820/cpdp_client.ts +592 -279
  21. package/src/services/cpdp/v20190820/cpdp_models.ts +10255 -6695
  22. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  23. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  24. package/src/services/cwp/v20180228/cwp_models.ts +141 -21
  25. package/src/services/cynosdb/v20190107/cynosdb_models.ts +22 -11
  26. package/src/services/dcdb/v20180411/dcdb_models.ts +8 -4
  27. package/src/services/live/v20180801/live_client.ts +1 -1
  28. package/src/services/mariadb/v20170312/mariadb_client.ts +24 -0
  29. package/src/services/mariadb/v20170312/mariadb_models.ts +61 -1
  30. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  31. package/src/services/mrs/v20200910/mrs_client.ts +11 -5
  32. package/src/services/mrs/v20200910/mrs_models.ts +249 -81
  33. package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
  34. package/src/services/scf/v20180416/scf_models.ts +10 -0
  35. package/src/services/sms/v20210111/sms_models.ts +18 -6
  36. package/src/services/soe/v20180724/soe_models.ts +8 -5
  37. package/src/services/ssl/v20191205/ssl_models.ts +1 -1
  38. package/src/services/tcb/v20180608/tcb_client.ts +18 -6
  39. package/src/services/tcb/v20180608/tcb_models.ts +87 -0
  40. package/src/services/tcm/v20210413/tcm_client.ts +2 -1
  41. package/src/services/tcm/v20210413/tcm_models.ts +37 -8
  42. package/src/services/tiw/v20190919/tiw_models.ts +5 -4
  43. package/src/services/tse/v20201207/tse_models.ts +24 -0
  44. package/src/services/vod/v20180717/vod_models.ts +1 -0
  45. package/src/services/vpc/v20170312/vpc_models.ts +26 -1
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/af/v20200226/af_client.d.ts +5 -1
  49. package/tencentcloud/services/af/v20200226/af_client.js +6 -0
  50. package/tencentcloud/services/af/v20200226/af_models.d.ts +323 -32
  51. package/tencentcloud/services/afc/v20200226/afc_client.d.ts +5 -1
  52. package/tencentcloud/services/afc/v20200226/afc_client.js +6 -0
  53. package/tencentcloud/services/afc/v20200226/afc_models.d.ts +306 -18
  54. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -5
  55. package/tencentcloud/services/as/v20180419/as_client.js +0 -6
  56. package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -62
  57. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
  58. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +14 -8
  59. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  60. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +14 -2
  61. package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -0
  62. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +352 -129
  63. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -5
  64. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +5 -0
  65. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -10
  66. package/tencentcloud/services/cme/v20191029/cme_client.js +36 -12
  67. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +410 -47
  68. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +109 -13
  69. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +162 -18
  70. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +8930 -5949
  71. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  72. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  73. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +120 -20
  74. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -6
  75. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -4
  76. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  77. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  78. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
  79. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
  80. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +53 -1
  81. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  82. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +220 -75
  83. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
  84. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
  85. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +15 -5
  86. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +6 -3
  87. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  88. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
  89. package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
  90. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +72 -0
  91. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +31 -6
  92. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +5 -4
  93. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -0
  94. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
  95. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -1
  96. package/test/af.v20200226.test.js +10 -0
  97. package/test/afc.v20200226.test.js +10 -0
  98. package/test/as.v20180419.test.js +0 -10
  99. package/test/cfw.v20190904.test.js +30 -0
  100. package/test/cme.v20191029.test.js +46 -6
  101. package/test/cpdp.v20190820.test.js +252 -12
  102. package/test/mariadb.v20170312.test.js +20 -0
  103. package/test/tcb.v20180608.test.js +12 -2
@@ -18,6 +18,16 @@ const client = new tencentcloud.cpdp.v20190820.Client({
18
18
  })
19
19
  describe("cpdp.v20190820.test.js", function () {
20
20
 
21
+ it("cpdp.v20190820.DistributeAccreditQuery", async function () {
22
+ try {
23
+ const data = await client.DistributeAccreditQuery({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
21
31
  it("cpdp.v20190820.ModifyAgentTaxPaymentInfo", async function () {
22
32
  try {
23
33
  const data = await client.ModifyAgentTaxPaymentInfo({})
@@ -48,6 +58,16 @@ it("cpdp.v20190820.CreateBatchPayment", async function () {
48
58
  }
49
59
  })
50
60
 
61
+ it("cpdp.v20190820.ViewMerchant", async function () {
62
+ try {
63
+ const data = await client.ViewMerchant({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
51
71
  it("cpdp.v20190820.CreateExternalAnchor", async function () {
52
72
  try {
53
73
  const data = await client.CreateExternalAnchor({})
@@ -148,9 +168,9 @@ it("cpdp.v20190820.QueryMerchantPayWayList", async function () {
148
168
  }
149
169
  })
150
170
 
151
- it("cpdp.v20190820.QueryPayerInfo", async function () {
171
+ it("cpdp.v20190820.ModifyMerchant", async function () {
152
172
  try {
153
- const data = await client.QueryPayerInfo({})
173
+ const data = await client.ModifyMerchant({})
154
174
  expect(data).to.be.ok
155
175
  } catch(error) {
156
176
  expect(error.requestId).to.be.ok
@@ -178,9 +198,19 @@ it("cpdp.v20190820.QueryTransferDetail", async function () {
178
198
  }
179
199
  })
180
200
 
181
- it("cpdp.v20190820.QuerySingleTransactionStatus", async function () {
201
+ it("cpdp.v20190820.AddShop", async function () {
182
202
  try {
183
- const data = await client.QuerySingleTransactionStatus({})
203
+ const data = await client.AddShop({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
211
+ it("cpdp.v20190820.QueryMerchantClassification", async function () {
212
+ try {
213
+ const data = await client.QueryMerchantClassification({})
184
214
  expect(data).to.be.ok
185
215
  } catch(error) {
186
216
  expect(error.requestId).to.be.ok
@@ -318,6 +348,16 @@ it("cpdp.v20190820.RegisterBillSupportWithdraw", async function () {
318
348
  }
319
349
  })
320
350
 
351
+ it("cpdp.v20190820.QueryContractPayWayList", async function () {
352
+ try {
353
+ const data = await client.QueryContractPayWayList({})
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
+
321
361
  it("cpdp.v20190820.DeleteAgentTaxPaymentInfo", async function () {
322
362
  try {
323
363
  const data = await client.DeleteAgentTaxPaymentInfo({})
@@ -408,6 +448,16 @@ it("cpdp.v20190820.ConfirmOrder", async function () {
408
448
  }
409
449
  })
410
450
 
451
+ it("cpdp.v20190820.AddMerchant", async function () {
452
+ try {
453
+ const data = await client.AddMerchant({})
454
+ expect(data).to.be.ok
455
+ } catch(error) {
456
+ expect(error.requestId).to.be.ok
457
+ expect(error.code).to.be.ok
458
+ }
459
+ })
460
+
411
461
  it("cpdp.v20190820.QueryInvoiceV2", async function () {
412
462
  try {
413
463
  const data = await client.QueryInvoiceV2({})
@@ -428,6 +478,16 @@ it("cpdp.v20190820.QueryTransferResult", async function () {
428
478
  }
429
479
  })
430
480
 
481
+ it("cpdp.v20190820.CreateAnchor", async function () {
482
+ try {
483
+ const data = await client.CreateAnchor({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
431
491
  it("cpdp.v20190820.QueryOutwardOrder", async function () {
432
492
  try {
433
493
  const data = await client.QueryOutwardOrder({})
@@ -438,6 +498,16 @@ it("cpdp.v20190820.QueryOutwardOrder", async function () {
438
498
  }
439
499
  })
440
500
 
501
+ it("cpdp.v20190820.QueryShopOpenId", async function () {
502
+ try {
503
+ const data = await client.QueryShopOpenId({})
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
+
441
511
  it("cpdp.v20190820.QueryMaliciousRegistration", async function () {
442
512
  try {
443
513
  const data = await client.QueryMaliciousRegistration({})
@@ -538,9 +608,9 @@ it("cpdp.v20190820.SyncContractData", async function () {
538
608
  }
539
609
  })
540
610
 
541
- it("cpdp.v20190820.ModifyMerchant", async function () {
611
+ it("cpdp.v20190820.ViewContract", async function () {
542
612
  try {
543
- const data = await client.ModifyMerchant({})
613
+ const data = await client.ViewContract({})
544
614
  expect(data).to.be.ok
545
615
  } catch(error) {
546
616
  expect(error.requestId).to.be.ok
@@ -608,6 +678,16 @@ it("cpdp.v20190820.UnifiedTlinxOrder", async function () {
608
678
  }
609
679
  })
610
680
 
681
+ it("cpdp.v20190820.UploadOrgFile", async function () {
682
+ try {
683
+ const data = await client.UploadOrgFile({})
684
+ expect(data).to.be.ok
685
+ } catch(error) {
686
+ expect(error.requestId).to.be.ok
687
+ expect(error.code).to.be.ok
688
+ }
689
+ })
690
+
611
691
  it("cpdp.v20190820.QueryMemberBind", async function () {
612
692
  try {
613
693
  const data = await client.QueryMemberBind({})
@@ -658,6 +738,16 @@ it("cpdp.v20190820.RevokeRechargeByThirdPay", async function () {
658
738
  }
659
739
  })
660
740
 
741
+ it("cpdp.v20190820.DownloadOrgFile", async function () {
742
+ try {
743
+ const data = await client.DownloadOrgFile({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
661
751
  it("cpdp.v20190820.QueryAgentTaxPaymentBatch", async function () {
662
752
  try {
663
753
  const data = await client.QueryAgentTaxPaymentBatch({})
@@ -688,9 +778,19 @@ it("cpdp.v20190820.QueryAcctBinding", async function () {
688
778
  }
689
779
  })
690
780
 
691
- it("cpdp.v20190820.ApplyOutwardOrder", async function () {
781
+ it("cpdp.v20190820.ApplyReWithdrawal", async function () {
692
782
  try {
693
- const data = await client.ApplyOutwardOrder({})
783
+ const data = await client.ApplyReWithdrawal({})
784
+ expect(data).to.be.ok
785
+ } catch(error) {
786
+ expect(error.requestId).to.be.ok
787
+ expect(error.code).to.be.ok
788
+ }
789
+ })
790
+
791
+ it("cpdp.v20190820.DistributeRemoveReceiver", async function () {
792
+ try {
793
+ const data = await client.DistributeRemoveReceiver({})
694
794
  expect(data).to.be.ok
695
795
  } catch(error) {
696
796
  expect(error.requestId).to.be.ok
@@ -708,6 +808,16 @@ it("cpdp.v20190820.ApplyPayerInfo", async function () {
708
808
  }
709
809
  })
710
810
 
811
+ it("cpdp.v20190820.UploadFile", async function () {
812
+ try {
813
+ const data = await client.UploadFile({})
814
+ expect(data).to.be.ok
815
+ } catch(error) {
816
+ expect(error.requestId).to.be.ok
817
+ expect(error.code).to.be.ok
818
+ }
819
+ })
820
+
711
821
  it("cpdp.v20190820.ApplyTrade", async function () {
712
822
  try {
713
823
  const data = await client.ApplyTrade({})
@@ -758,6 +868,16 @@ it("cpdp.v20190820.RevResigterBillSupportWithdraw", async function () {
758
868
  }
759
869
  })
760
870
 
871
+ it("cpdp.v20190820.QueryCityCode", async function () {
872
+ try {
873
+ const data = await client.QueryCityCode({})
874
+ expect(data).to.be.ok
875
+ } catch(error) {
876
+ expect(error.requestId).to.be.ok
877
+ expect(error.code).to.be.ok
878
+ }
879
+ })
880
+
761
881
  it("cpdp.v20190820.QueryApplicationMaterial", async function () {
762
882
  try {
763
883
  const data = await client.QueryApplicationMaterial({})
@@ -788,6 +908,26 @@ it("cpdp.v20190820.UploadTaxList", async function () {
788
908
  }
789
909
  })
790
910
 
911
+ it("cpdp.v20190820.DistributeAccreditTlinx", async function () {
912
+ try {
913
+ const data = await client.DistributeAccreditTlinx({})
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
+
921
+ it("cpdp.v20190820.RechargeByThirdPay", async function () {
922
+ try {
923
+ const data = await client.RechargeByThirdPay({})
924
+ expect(data).to.be.ok
925
+ } catch(error) {
926
+ expect(error.requestId).to.be.ok
927
+ expect(error.code).to.be.ok
928
+ }
929
+ })
930
+
791
931
  it("cpdp.v20190820.RechargeMemberThirdPay", async function () {
792
932
  try {
793
933
  const data = await client.RechargeMemberThirdPay({})
@@ -828,6 +968,26 @@ it("cpdp.v20190820.ExecuteMemberTransaction", async function () {
828
968
  }
829
969
  })
830
970
 
971
+ it("cpdp.v20190820.DistributeQuery", async function () {
972
+ try {
973
+ const data = await client.DistributeQuery({})
974
+ expect(data).to.be.ok
975
+ } catch(error) {
976
+ expect(error.requestId).to.be.ok
977
+ expect(error.code).to.be.ok
978
+ }
979
+ })
980
+
981
+ it("cpdp.v20190820.AddContract", async function () {
982
+ try {
983
+ const data = await client.AddContract({})
984
+ expect(data).to.be.ok
985
+ } catch(error) {
986
+ expect(error.requestId).to.be.ok
987
+ expect(error.code).to.be.ok
988
+ }
989
+ })
990
+
831
991
  it("cpdp.v20190820.CreateSinglePayment", async function () {
832
992
  try {
833
993
  const data = await client.CreateSinglePayment({})
@@ -868,6 +1028,16 @@ it("cpdp.v20190820.QuerySinglePay", async function () {
868
1028
  }
869
1029
  })
870
1030
 
1031
+ it("cpdp.v20190820.QueryPayerInfo", async function () {
1032
+ try {
1033
+ const data = await client.QueryPayerInfo({})
1034
+ expect(data).to.be.ok
1035
+ } catch(error) {
1036
+ expect(error.requestId).to.be.ok
1037
+ expect(error.code).to.be.ok
1038
+ }
1039
+ })
1040
+
871
1041
  it("cpdp.v20190820.ApplyWithdrawal", async function () {
872
1042
  try {
873
1043
  const data = await client.ApplyWithdrawal({})
@@ -878,9 +1048,9 @@ it("cpdp.v20190820.ApplyWithdrawal", async function () {
878
1048
  }
879
1049
  })
880
1050
 
881
- it("cpdp.v20190820.RechargeByThirdPay", async function () {
1051
+ it("cpdp.v20190820.DistributeApply", async function () {
882
1052
  try {
883
- const data = await client.RechargeByThirdPay({})
1053
+ const data = await client.DistributeApply({})
884
1054
  expect(data).to.be.ok
885
1055
  } catch(error) {
886
1056
  expect(error.requestId).to.be.ok
@@ -938,6 +1108,16 @@ it("cpdp.v20190820.RevokeMemberRechargeThirdPay", async function () {
938
1108
  }
939
1109
  })
940
1110
 
1111
+ it("cpdp.v20190820.DistributeCancel", async function () {
1112
+ try {
1113
+ const data = await client.DistributeCancel({})
1114
+ expect(data).to.be.ok
1115
+ } catch(error) {
1116
+ expect(error.requestId).to.be.ok
1117
+ expect(error.code).to.be.ok
1118
+ }
1119
+ })
1120
+
941
1121
  it("cpdp.v20190820.DownloadReconciliationUrl", async function () {
942
1122
  try {
943
1123
  const data = await client.DownloadReconciliationUrl({})
@@ -968,6 +1148,16 @@ it("cpdp.v20190820.QueryMemberTransaction", async function () {
968
1148
  }
969
1149
  })
970
1150
 
1151
+ it("cpdp.v20190820.DistributeQueryReceiver", async function () {
1152
+ try {
1153
+ const data = await client.DistributeQueryReceiver({})
1154
+ expect(data).to.be.ok
1155
+ } catch(error) {
1156
+ expect(error.requestId).to.be.ok
1157
+ expect(error.code).to.be.ok
1158
+ }
1159
+ })
1160
+
971
1161
  it("cpdp.v20190820.QueryBatchPaymentResult", async function () {
972
1162
  try {
973
1163
  const data = await client.QueryBatchPaymentResult({})
@@ -1008,6 +1198,16 @@ it("cpdp.v20190820.QueryRefund", async function () {
1008
1198
  }
1009
1199
  })
1010
1200
 
1201
+ it("cpdp.v20190820.DistributeAddReceiver", async function () {
1202
+ try {
1203
+ const data = await client.DistributeAddReceiver({})
1204
+ expect(data).to.be.ok
1205
+ } catch(error) {
1206
+ expect(error.requestId).to.be.ok
1207
+ expect(error.code).to.be.ok
1208
+ }
1209
+ })
1210
+
1011
1211
  it("cpdp.v20190820.RefundMemberTransaction", async function () {
1012
1212
  try {
1013
1213
  const data = await client.RefundMemberTransaction({})
@@ -1018,6 +1218,16 @@ it("cpdp.v20190820.RefundMemberTransaction", async function () {
1018
1218
  }
1019
1219
  })
1020
1220
 
1221
+ it("cpdp.v20190820.QueryContractRelateShop", async function () {
1222
+ try {
1223
+ const data = await client.QueryContractRelateShop({})
1224
+ expect(data).to.be.ok
1225
+ } catch(error) {
1226
+ expect(error.requestId).to.be.ok
1227
+ expect(error.code).to.be.ok
1228
+ }
1229
+ })
1230
+
1021
1231
  it("cpdp.v20190820.MigrateOrderRefundQuery", async function () {
1022
1232
  try {
1023
1233
  const data = await client.MigrateOrderRefundQuery({})
@@ -1028,6 +1238,16 @@ it("cpdp.v20190820.MigrateOrderRefundQuery", async function () {
1028
1238
  }
1029
1239
  })
1030
1240
 
1241
+ it("cpdp.v20190820.ViewShop", async function () {
1242
+ try {
1243
+ const data = await client.ViewShop({})
1244
+ expect(data).to.be.ok
1245
+ } catch(error) {
1246
+ expect(error.requestId).to.be.ok
1247
+ expect(error.code).to.be.ok
1248
+ }
1249
+ })
1250
+
1031
1251
  it("cpdp.v20190820.QueryContract", async function () {
1032
1252
  try {
1033
1253
  const data = await client.QueryContract({})
@@ -1038,9 +1258,19 @@ it("cpdp.v20190820.QueryContract", async function () {
1038
1258
  }
1039
1259
  })
1040
1260
 
1041
- it("cpdp.v20190820.ApplyReWithdrawal", async function () {
1261
+ it("cpdp.v20190820.ApplyOutwardOrder", async function () {
1042
1262
  try {
1043
- const data = await client.ApplyReWithdrawal({})
1263
+ const data = await client.ApplyOutwardOrder({})
1264
+ expect(data).to.be.ok
1265
+ } catch(error) {
1266
+ expect(error.requestId).to.be.ok
1267
+ expect(error.code).to.be.ok
1268
+ }
1269
+ })
1270
+
1271
+ it("cpdp.v20190820.QueryContractPayFee", async function () {
1272
+ try {
1273
+ const data = await client.QueryContractPayFee({})
1044
1274
  expect(data).to.be.ok
1045
1275
  } catch(error) {
1046
1276
  expect(error.requestId).to.be.ok
@@ -1058,6 +1288,16 @@ it("cpdp.v20190820.QuerySmallAmountTransfer", async function () {
1058
1288
  }
1059
1289
  })
1060
1290
 
1291
+ it("cpdp.v20190820.QuerySingleTransactionStatus", async function () {
1292
+ try {
1293
+ const data = await client.QuerySingleTransactionStatus({})
1294
+ expect(data).to.be.ok
1295
+ } catch(error) {
1296
+ expect(error.requestId).to.be.ok
1297
+ expect(error.code).to.be.ok
1298
+ }
1299
+ })
1300
+
1061
1301
  it("cpdp.v20190820.QueryTransferBatch", async function () {
1062
1302
  try {
1063
1303
  const data = await client.QueryTransferBatch({})
@@ -258,6 +258,16 @@ it("mariadb.v20170312.DescribeDBLogFiles", async function () {
258
258
  }
259
259
  })
260
260
 
261
+ it("mariadb.v20170312.ModifySyncTaskAttribute", async function () {
262
+ try {
263
+ const data = await client.ModifySyncTaskAttribute({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
261
271
  it("mariadb.v20170312.DestroyHourDBInstance", async function () {
262
272
  try {
263
273
  const data = await client.DestroyHourDBInstance({})
@@ -388,6 +398,16 @@ it("mariadb.v20170312.ModifyDBInstanceSecurityGroups", async function () {
388
398
  }
389
399
  })
390
400
 
401
+ it("mariadb.v20170312.ModifyDBSyncMode", async function () {
402
+ try {
403
+ const data = await client.ModifyDBSyncMode({})
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("mariadb.v20170312.CloseDBExtranetAccess", async function () {
392
412
  try {
393
413
  const data = await client.CloseDBExtranetAccess({})
@@ -258,6 +258,16 @@ it("tcb.v20180608.CreatePostpayPackage", async function () {
258
258
  }
259
259
  })
260
260
 
261
+ it("tcb.v20180608.ReplaceActivityRecord", async function () {
262
+ try {
263
+ const data = await client.ReplaceActivityRecord({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
261
271
  it("tcb.v20180608.DescribeUserActivityInfo", async function () {
262
272
  try {
263
273
  const data = await client.DescribeUserActivityInfo({})
@@ -608,9 +618,9 @@ it("tcb.v20180608.DescribeCloudBaseRunServerVersion", async function () {
608
618
  }
609
619
  })
610
620
 
611
- it("tcb.v20180608.ReplaceActivityRecord", async function () {
621
+ it("tcb.v20180608.ModifyCloudBaseRunServerVersion", async function () {
612
622
  try {
613
- const data = await client.ReplaceActivityRecord({})
623
+ const data = await client.ModifyCloudBaseRunServerVersion({})
614
624
  expect(data).to.be.ok
615
625
  } catch(error) {
616
626
  expect(error.requestId).to.be.ok