tencentcloud-sdk-nodejs 4.0.237 → 4.0.241
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.
- package/CHANGELOG.md +498 -110
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/af/v20200226/af_client.ts +20 -3
- package/src/services/af/v20200226/af_models.ts +375 -36
- package/src/services/afc/v20200226/afc_client.ts +22 -1
- package/src/services/afc/v20200226/afc_models.ts +359 -23
- package/src/services/antiddos/v20200309/antiddos_models.ts +10 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +6 -4
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +57 -0
- package/src/services/cfs/v20190719/cfs_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_client.ts +44 -7
- package/src/services/cfw/v20190904/cfw_models.ts +412 -154
- package/src/services/clb/v20180317/clb_models.ts +15 -8
- package/src/services/cme/v20191029/cme_client.ts +80 -26
- package/src/services/cme/v20191029/cme_models.ts +466 -48
- package/src/services/cpdp/v20190820/cpdp_client.ts +575 -287
- package/src/services/cpdp/v20190820/cpdp_models.ts +10010 -6587
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +143 -23
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +22 -11
- package/src/services/dcdb/v20180411/dcdb_models.ts +7 -3
- package/src/services/ecm/v20190719/ecm_client.ts +38 -23
- package/src/services/ecm/v20190719/ecm_models.ts +199 -94
- package/src/services/iotvideo/v20201215/iotvideo_client.ts +30 -6
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +80 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +18 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +24 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +61 -1
- package/src/services/ocr/v20181119/ocr_models.ts +8 -8
- package/src/services/scf/v20180416/scf_models.ts +10 -0
- package/src/services/soe/v20180724/soe_models.ts +8 -5
- package/src/services/ssa/v20180608/ssa_client.ts +35 -5
- package/src/services/ssa/v20180608/ssa_models.ts +364 -35
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/tcm/v20210413/tcm_client.ts +2 -1
- package/src/services/tcm/v20210413/tcm_models.ts +37 -8
- package/src/services/tiw/v20190919/tiw_models.ts +24 -2
- package/src/services/vod/v20180717/vod_models.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +26 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/af/v20200226/af_client.d.ts +5 -1
- package/tencentcloud/services/af/v20200226/af_client.js +6 -0
- package/tencentcloud/services/af/v20200226/af_models.d.ts +323 -32
- package/tencentcloud/services/afc/v20200226/afc_client.d.ts +5 -1
- package/tencentcloud/services/afc/v20200226/afc_client.js +6 -0
- package/tencentcloud/services/afc/v20200226/afc_models.d.ts +306 -18
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +8 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +3 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +3 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +49 -0
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +14 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +352 -129
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -5
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -10
- package/tencentcloud/services/cme/v20191029/cme_client.js +36 -12
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +406 -43
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +101 -13
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +150 -18
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +8844 -5981
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +122 -22
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +6 -3
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +11 -7
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +14 -8
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +170 -81
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.d.ts +11 -3
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.js +15 -3
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +68 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +15 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +53 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -8
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +6 -3
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +9 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +12 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +312 -32
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +31 -6
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +21 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -1
- package/test/af.v20200226.test.js +10 -0
- package/test/afc.v20200226.test.js +10 -0
- package/test/cfw.v20190904.test.js +30 -0
- package/test/cme.v20191029.test.js +46 -6
- package/test/cpdp.v20190820.test.js +232 -12
- package/test/ecm.v20190719.test.js +14 -4
- package/test/iotvideo.v20201215.test.js +22 -2
- package/test/mariadb.v20170312.test.js +20 -0
- package/test/ssa.v20180608.test.js +20 -0
|
@@ -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.
|
|
171
|
+
it("cpdp.v20190820.ModifyMerchant", async function () {
|
|
152
172
|
try {
|
|
153
|
-
const data = await client.
|
|
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.
|
|
201
|
+
it("cpdp.v20190820.AddShop", async function () {
|
|
182
202
|
try {
|
|
183
|
-
const data = await client.
|
|
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({})
|
|
@@ -448,6 +498,16 @@ it("cpdp.v20190820.QueryOutwardOrder", async function () {
|
|
|
448
498
|
}
|
|
449
499
|
})
|
|
450
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
|
+
|
|
451
511
|
it("cpdp.v20190820.QueryMaliciousRegistration", async function () {
|
|
452
512
|
try {
|
|
453
513
|
const data = await client.QueryMaliciousRegistration({})
|
|
@@ -548,9 +608,9 @@ it("cpdp.v20190820.SyncContractData", async function () {
|
|
|
548
608
|
}
|
|
549
609
|
})
|
|
550
610
|
|
|
551
|
-
it("cpdp.v20190820.
|
|
611
|
+
it("cpdp.v20190820.ViewContract", async function () {
|
|
552
612
|
try {
|
|
553
|
-
const data = await client.
|
|
613
|
+
const data = await client.ViewContract({})
|
|
554
614
|
expect(data).to.be.ok
|
|
555
615
|
} catch(error) {
|
|
556
616
|
expect(error.requestId).to.be.ok
|
|
@@ -618,6 +678,16 @@ it("cpdp.v20190820.UnifiedTlinxOrder", async function () {
|
|
|
618
678
|
}
|
|
619
679
|
})
|
|
620
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
|
+
|
|
621
691
|
it("cpdp.v20190820.QueryMemberBind", async function () {
|
|
622
692
|
try {
|
|
623
693
|
const data = await client.QueryMemberBind({})
|
|
@@ -668,6 +738,16 @@ it("cpdp.v20190820.RevokeRechargeByThirdPay", async function () {
|
|
|
668
738
|
}
|
|
669
739
|
})
|
|
670
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
|
+
|
|
671
751
|
it("cpdp.v20190820.QueryAgentTaxPaymentBatch", async function () {
|
|
672
752
|
try {
|
|
673
753
|
const data = await client.QueryAgentTaxPaymentBatch({})
|
|
@@ -698,9 +778,19 @@ it("cpdp.v20190820.QueryAcctBinding", async function () {
|
|
|
698
778
|
}
|
|
699
779
|
})
|
|
700
780
|
|
|
701
|
-
it("cpdp.v20190820.
|
|
781
|
+
it("cpdp.v20190820.ApplyReWithdrawal", async function () {
|
|
702
782
|
try {
|
|
703
|
-
const data = await client.
|
|
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({})
|
|
704
794
|
expect(data).to.be.ok
|
|
705
795
|
} catch(error) {
|
|
706
796
|
expect(error.requestId).to.be.ok
|
|
@@ -778,6 +868,16 @@ it("cpdp.v20190820.RevResigterBillSupportWithdraw", async function () {
|
|
|
778
868
|
}
|
|
779
869
|
})
|
|
780
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
|
+
|
|
781
881
|
it("cpdp.v20190820.QueryApplicationMaterial", async function () {
|
|
782
882
|
try {
|
|
783
883
|
const data = await client.QueryApplicationMaterial({})
|
|
@@ -808,6 +908,26 @@ it("cpdp.v20190820.UploadTaxList", async function () {
|
|
|
808
908
|
}
|
|
809
909
|
})
|
|
810
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
|
+
|
|
811
931
|
it("cpdp.v20190820.RechargeMemberThirdPay", async function () {
|
|
812
932
|
try {
|
|
813
933
|
const data = await client.RechargeMemberThirdPay({})
|
|
@@ -848,6 +968,26 @@ it("cpdp.v20190820.ExecuteMemberTransaction", async function () {
|
|
|
848
968
|
}
|
|
849
969
|
})
|
|
850
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
|
+
|
|
851
991
|
it("cpdp.v20190820.CreateSinglePayment", async function () {
|
|
852
992
|
try {
|
|
853
993
|
const data = await client.CreateSinglePayment({})
|
|
@@ -888,6 +1028,16 @@ it("cpdp.v20190820.QuerySinglePay", async function () {
|
|
|
888
1028
|
}
|
|
889
1029
|
})
|
|
890
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
|
+
|
|
891
1041
|
it("cpdp.v20190820.ApplyWithdrawal", async function () {
|
|
892
1042
|
try {
|
|
893
1043
|
const data = await client.ApplyWithdrawal({})
|
|
@@ -898,9 +1048,9 @@ it("cpdp.v20190820.ApplyWithdrawal", async function () {
|
|
|
898
1048
|
}
|
|
899
1049
|
})
|
|
900
1050
|
|
|
901
|
-
it("cpdp.v20190820.
|
|
1051
|
+
it("cpdp.v20190820.DistributeApply", async function () {
|
|
902
1052
|
try {
|
|
903
|
-
const data = await client.
|
|
1053
|
+
const data = await client.DistributeApply({})
|
|
904
1054
|
expect(data).to.be.ok
|
|
905
1055
|
} catch(error) {
|
|
906
1056
|
expect(error.requestId).to.be.ok
|
|
@@ -958,6 +1108,16 @@ it("cpdp.v20190820.RevokeMemberRechargeThirdPay", async function () {
|
|
|
958
1108
|
}
|
|
959
1109
|
})
|
|
960
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
|
+
|
|
961
1121
|
it("cpdp.v20190820.DownloadReconciliationUrl", async function () {
|
|
962
1122
|
try {
|
|
963
1123
|
const data = await client.DownloadReconciliationUrl({})
|
|
@@ -988,6 +1148,16 @@ it("cpdp.v20190820.QueryMemberTransaction", async function () {
|
|
|
988
1148
|
}
|
|
989
1149
|
})
|
|
990
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
|
+
|
|
991
1161
|
it("cpdp.v20190820.QueryBatchPaymentResult", async function () {
|
|
992
1162
|
try {
|
|
993
1163
|
const data = await client.QueryBatchPaymentResult({})
|
|
@@ -1028,6 +1198,16 @@ it("cpdp.v20190820.QueryRefund", async function () {
|
|
|
1028
1198
|
}
|
|
1029
1199
|
})
|
|
1030
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
|
+
|
|
1031
1211
|
it("cpdp.v20190820.RefundMemberTransaction", async function () {
|
|
1032
1212
|
try {
|
|
1033
1213
|
const data = await client.RefundMemberTransaction({})
|
|
@@ -1038,6 +1218,16 @@ it("cpdp.v20190820.RefundMemberTransaction", async function () {
|
|
|
1038
1218
|
}
|
|
1039
1219
|
})
|
|
1040
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
|
+
|
|
1041
1231
|
it("cpdp.v20190820.MigrateOrderRefundQuery", async function () {
|
|
1042
1232
|
try {
|
|
1043
1233
|
const data = await client.MigrateOrderRefundQuery({})
|
|
@@ -1048,6 +1238,16 @@ it("cpdp.v20190820.MigrateOrderRefundQuery", async function () {
|
|
|
1048
1238
|
}
|
|
1049
1239
|
})
|
|
1050
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
|
+
|
|
1051
1251
|
it("cpdp.v20190820.QueryContract", async function () {
|
|
1052
1252
|
try {
|
|
1053
1253
|
const data = await client.QueryContract({})
|
|
@@ -1058,9 +1258,19 @@ it("cpdp.v20190820.QueryContract", async function () {
|
|
|
1058
1258
|
}
|
|
1059
1259
|
})
|
|
1060
1260
|
|
|
1061
|
-
it("cpdp.v20190820.
|
|
1261
|
+
it("cpdp.v20190820.ApplyOutwardOrder", async function () {
|
|
1062
1262
|
try {
|
|
1063
|
-
const data = await client.
|
|
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({})
|
|
1064
1274
|
expect(data).to.be.ok
|
|
1065
1275
|
} catch(error) {
|
|
1066
1276
|
expect(error.requestId).to.be.ok
|
|
@@ -1078,6 +1288,16 @@ it("cpdp.v20190820.QuerySmallAmountTransfer", async function () {
|
|
|
1078
1288
|
}
|
|
1079
1289
|
})
|
|
1080
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
|
+
|
|
1081
1301
|
it("cpdp.v20190820.QueryTransferBatch", async function () {
|
|
1082
1302
|
try {
|
|
1083
1303
|
const data = await client.QueryTransferBatch({})
|
|
@@ -268,9 +268,9 @@ it("ecm.v20190719.DisassociateSecurityGroups", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
-
it("ecm.v20190719.
|
|
271
|
+
it("ecm.v20190719.MigrateNetworkInterface", async function () {
|
|
272
272
|
try {
|
|
273
|
-
const data = await client.
|
|
273
|
+
const data = await client.MigrateNetworkInterface({})
|
|
274
274
|
expect(data).to.be.ok
|
|
275
275
|
} catch(error) {
|
|
276
276
|
expect(error.requestId).to.be.ok
|
|
@@ -628,6 +628,16 @@ it("ecm.v20190719.DisableRoutes", async function () {
|
|
|
628
628
|
}
|
|
629
629
|
})
|
|
630
630
|
|
|
631
|
+
it("ecm.v20190719.DescribePriceRunInstance", async function () {
|
|
632
|
+
try {
|
|
633
|
+
const data = await client.DescribePriceRunInstance({})
|
|
634
|
+
expect(data).to.be.ok
|
|
635
|
+
} catch(error) {
|
|
636
|
+
expect(error.requestId).to.be.ok
|
|
637
|
+
expect(error.code).to.be.ok
|
|
638
|
+
}
|
|
639
|
+
})
|
|
640
|
+
|
|
631
641
|
it("ecm.v20190719.ModifyIpv6AddressesAttribute", async function () {
|
|
632
642
|
try {
|
|
633
643
|
const data = await client.ModifyIpv6AddressesAttribute({})
|
|
@@ -1128,9 +1138,9 @@ it("ecm.v20190719.DescribeDisks", async function () {
|
|
|
1128
1138
|
}
|
|
1129
1139
|
})
|
|
1130
1140
|
|
|
1131
|
-
it("ecm.v20190719.
|
|
1141
|
+
it("ecm.v20190719.DeleteSecurityGroup", async function () {
|
|
1132
1142
|
try {
|
|
1133
|
-
const data = await client.
|
|
1143
|
+
const data = await client.DeleteSecurityGroup({})
|
|
1134
1144
|
expect(data).to.be.ok
|
|
1135
1145
|
} catch(error) {
|
|
1136
1146
|
expect(error.requestId).to.be.ok
|
|
@@ -58,6 +58,16 @@ it("iotvideo.v20201215.DescribeDeviceData", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("iotvideo.v20201215.DescribeSDKLog", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeSDKLog({})
|
|
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
|
+
|
|
61
71
|
it("iotvideo.v20201215.ModifyProduct", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.ModifyProduct({})
|
|
@@ -348,6 +358,16 @@ it("iotvideo.v20201215.DescribeFirmwareTaskStatistics", async function () {
|
|
|
348
358
|
}
|
|
349
359
|
})
|
|
350
360
|
|
|
361
|
+
it("iotvideo.v20201215.ModifyProductDynamicRegister", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.ModifyProductDynamicRegister({})
|
|
364
|
+
expect(data).to.be.ok
|
|
365
|
+
} catch(error) {
|
|
366
|
+
expect(error.requestId).to.be.ok
|
|
367
|
+
expect(error.code).to.be.ok
|
|
368
|
+
}
|
|
369
|
+
})
|
|
370
|
+
|
|
351
371
|
it("iotvideo.v20201215.DescribeDeviceDataHistory", async function () {
|
|
352
372
|
try {
|
|
353
373
|
const data = await client.DescribeDeviceDataHistory({})
|
|
@@ -488,9 +508,9 @@ it("iotvideo.v20201215.DeleteProduct", async function () {
|
|
|
488
508
|
}
|
|
489
509
|
})
|
|
490
510
|
|
|
491
|
-
it("iotvideo.v20201215.
|
|
511
|
+
it("iotvideo.v20201215.DescribeProductDynamicRegister", async function () {
|
|
492
512
|
try {
|
|
493
|
-
const data = await client.
|
|
513
|
+
const data = await client.DescribeProductDynamicRegister({})
|
|
494
514
|
expect(data).to.be.ok
|
|
495
515
|
} catch(error) {
|
|
496
516
|
expect(error.requestId).to.be.ok
|
|
@@ -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({})
|
|
@@ -168,6 +168,26 @@ it("ssa.v20180608.DescribeSafetyEventList", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
+
it("ssa.v20180608.DescribeSocAlertDetails", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribeSocAlertDetails({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
181
|
+
it("ssa.v20180608.DescribeSocAlertList", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeSocAlertList({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
171
191
|
it("ssa.v20180608.DescribeVulDetail", async function () {
|
|
172
192
|
try {
|
|
173
193
|
const data = await client.DescribeVulDetail({})
|