tencentcloud-sdk-nodejs-intl-en 3.0.1108 → 3.0.1109
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/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1109";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -16,90 +16,93 @@
|
|
|
16
16
|
*/
|
|
17
17
|
const models = require("./models");
|
|
18
18
|
const AbstractClient = require('../../common/abstract_client')
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const QueryPartnerCreditResponse = models.QueryPartnerCreditResponse;
|
|
22
|
-
const QueryVoucherListByUinRequest = models.QueryVoucherListByUinRequest;
|
|
23
|
-
const QueryVoucherAmountByUinRequest = models.QueryVoucherAmountByUinRequest;
|
|
24
|
-
const ForceQNResponse = models.ForceQNResponse;
|
|
25
|
-
const SendVerifyCodeResponse = models.SendVerifyCodeResponse;
|
|
26
|
-
const QueryVoucherAmountByUinItem = models.QueryVoucherAmountByUinItem;
|
|
27
|
-
const QueryVoucherListByUinItem = models.QueryVoucherListByUinItem;
|
|
28
|
-
const QueryCreditAllocationHistoryData = models.QueryCreditAllocationHistoryData;
|
|
29
|
-
const TagInfo = models.TagInfo;
|
|
30
|
-
const QueryPolicyProductListByCodeRequest = models.QueryPolicyProductListByCodeRequest;
|
|
31
|
-
const DescribeBillSummaryResponse = models.DescribeBillSummaryResponse;
|
|
32
|
-
const DescribeBillSummaryByPayModeResponse = models.DescribeBillSummaryByPayModeResponse;
|
|
33
|
-
const QueryCreditQuotaResponse = models.QueryCreditQuotaResponse;
|
|
34
|
-
const BusinessInfo = models.BusinessInfo;
|
|
35
|
-
const QueryCreditByUinListRequest = models.QueryCreditByUinListRequest;
|
|
36
|
-
const ApproveClientApplyResponse = models.ApproveClientApplyResponse;
|
|
37
|
-
const QueryPartnerCreditRequest = models.QueryPartnerCreditRequest;
|
|
38
|
-
const DescribeBillSummaryByRegionRequest = models.DescribeBillSummaryByRegionRequest;
|
|
39
|
-
const AllocateCustomerCreditRequest = models.AllocateCustomerCreditRequest;
|
|
40
|
-
const DescribeBillSummaryByRegionResponse = models.DescribeBillSummaryByRegionResponse;
|
|
19
|
+
const SummaryDetails = models.SummaryDetails;
|
|
20
|
+
const QueryDirectCustomersCreditData = models.QueryDirectCustomersCreditData;
|
|
41
21
|
const DescribeCustomerBillSummaryResponse = models.DescribeCustomerBillSummaryResponse;
|
|
42
|
-
const QueryCustomersCreditRequest = models.QueryCustomersCreditRequest;
|
|
43
|
-
const DescribeCustomerBillDownloadUrlResponse = models.DescribeCustomerBillDownloadUrlResponse;
|
|
44
|
-
const QueryPendingClientsV2Request = models.QueryPendingClientsV2Request;
|
|
45
|
-
const QueryPendingCustomersItem = models.QueryPendingCustomersItem;
|
|
46
|
-
const DescribeBillDetailRequest = models.DescribeBillDetailRequest;
|
|
47
22
|
const CreateAndSendClientInvitationMailResponse = models.CreateAndSendClientInvitationMailResponse;
|
|
48
|
-
const CreateAccountResponse = models.CreateAccountResponse;
|
|
49
|
-
const DescribeBillSummaryByProductResponse = models.DescribeBillSummaryByProductResponse;
|
|
50
|
-
const RegionSummaryOverviewItem = models.RegionSummaryOverviewItem;
|
|
51
23
|
const CustomerBillDetailData = models.CustomerBillDetailData;
|
|
52
|
-
const
|
|
53
|
-
const QueryDirectCustomersCreditResponse = models.QueryDirectCustomersCreditResponse;
|
|
54
|
-
const QueryCreditByUinListResponse = models.QueryCreditByUinListResponse;
|
|
55
|
-
const DescribeCustomerInfoResponse = models.DescribeCustomerInfoResponse;
|
|
56
|
-
const QueryVoucherAmountByUinResponse = models.QueryVoucherAmountByUinResponse;
|
|
24
|
+
const RegionSummaryOverviewItem = models.RegionSummaryOverviewItem;
|
|
57
25
|
const DescribeCustomerBillDownloadUrlRequest = models.DescribeCustomerBillDownloadUrlRequest;
|
|
58
|
-
const BusinessSummaryOverviewItem = models.BusinessSummaryOverviewItem;
|
|
59
26
|
const DescribeCustomerUinData = models.DescribeCustomerUinData;
|
|
60
|
-
const
|
|
61
|
-
const
|
|
62
|
-
const
|
|
63
|
-
const
|
|
64
|
-
const DescribeCustomerBillDetailRequest = models.DescribeCustomerBillDetailRequest;
|
|
65
|
-
const DescribeCustomerBillDetailResponse = models.DescribeCustomerBillDetailResponse;
|
|
66
|
-
const ModifyClientRemarkResponse = models.ModifyClientRemarkResponse;
|
|
67
|
-
const QueryAccountVerificationStatusRequest = models.QueryAccountVerificationStatusRequest;
|
|
27
|
+
const CountryCodeItem = models.CountryCodeItem;
|
|
28
|
+
const DescribeBillSummaryByRegionRequest = models.DescribeBillSummaryByRegionRequest;
|
|
29
|
+
const QueryCreditByUinListResponse = models.QueryCreditByUinListResponse;
|
|
30
|
+
const QueryCreditQuotaResponse = models.QueryCreditQuotaResponse;
|
|
68
31
|
const QueryCreditAllocationHistoryResponse = models.QueryCreditAllocationHistoryResponse;
|
|
69
32
|
const CreateAccountRequest = models.CreateAccountRequest;
|
|
70
33
|
const DescribeBillSummaryRequest = models.DescribeBillSummaryRequest;
|
|
34
|
+
const QueryDirectCustomersCreditRequest = models.QueryDirectCustomersCreditRequest;
|
|
35
|
+
const QueryCreditQuotaRequest = models.QueryCreditQuotaRequest;
|
|
36
|
+
const QueryCustomerBillingQuotaData = models.QueryCustomerBillingQuotaData;
|
|
37
|
+
const QueryPartnerCreditRequest = models.QueryPartnerCreditRequest;
|
|
38
|
+
const DescribeBillSummaryByProductRequest = models.DescribeBillSummaryByProductRequest;
|
|
39
|
+
const ModifyClientRemarkResponse = models.ModifyClientRemarkResponse;
|
|
40
|
+
const QueryPartnerCreditResponse = models.QueryPartnerCreditResponse;
|
|
41
|
+
const QueryVoucherListByUinResponse = models.QueryVoucherListByUinResponse;
|
|
42
|
+
const QueryVoucherPoolRequest = models.QueryVoucherPoolRequest;
|
|
43
|
+
const QueryVoucherListByUinItem = models.QueryVoucherListByUinItem;
|
|
44
|
+
const PolicyProductList = models.PolicyProductList;
|
|
45
|
+
const QueryCustomerBillingQuotaResponse = models.QueryCustomerBillingQuotaResponse;
|
|
46
|
+
const DescribeCustomerBillSummaryRequest = models.DescribeCustomerBillSummaryRequest;
|
|
47
|
+
const DescribeBillSummaryByPayModeResponse = models.DescribeBillSummaryByPayModeResponse;
|
|
48
|
+
const QueryAccountVerificationStatusResponse = models.QueryAccountVerificationStatusResponse;
|
|
49
|
+
const AllocateCustomerCreditRequest = models.AllocateCustomerCreditRequest;
|
|
50
|
+
const DescribeBillDownloadUrlRequest = models.DescribeBillDownloadUrlRequest;
|
|
71
51
|
const DescribeBillSummaryByPayModeRequest = models.DescribeBillSummaryByPayModeRequest;
|
|
72
|
-
const
|
|
73
|
-
const DescribeCustomerInfoRequest = models.DescribeCustomerInfoRequest;
|
|
52
|
+
const GetCountryCodesResponse = models.GetCountryCodesResponse;
|
|
74
53
|
const AllocateCreditPoolRequest = models.AllocateCreditPoolRequest;
|
|
75
|
-
const QueryCreditQuotaRequest = models.QueryCreditQuotaRequest;
|
|
76
54
|
const AllocateCustomerCreditResponse = models.AllocateCustomerCreditResponse;
|
|
77
|
-
const
|
|
78
|
-
const AllocateCreditPoolResponse = models.AllocateCreditPoolResponse;
|
|
79
|
-
const QueryPolicyProductListByCodeResponse = models.QueryPolicyProductListByCodeResponse;
|
|
80
|
-
const DescribeBillSummaryByProductRequest = models.DescribeBillSummaryByProductRequest;
|
|
81
|
-
const QueryDirectCustomersCreditData = models.QueryDirectCustomersCreditData;
|
|
55
|
+
const QueryCustomersCreditRequest = models.QueryCustomersCreditRequest;
|
|
82
56
|
const GetCountryCodesRequest = models.GetCountryCodesRequest;
|
|
83
|
-
const
|
|
84
|
-
const
|
|
85
|
-
const
|
|
57
|
+
const ForceQNResponse = models.ForceQNResponse;
|
|
58
|
+
const PayModeSummaryOverviewItem = models.PayModeSummaryOverviewItem;
|
|
59
|
+
const QueryPendingCustomersItem = models.QueryPendingCustomersItem;
|
|
60
|
+
const QueryDirectCustomersCreditResponse = models.QueryDirectCustomersCreditResponse;
|
|
61
|
+
const DescribeBillDownloadUrlResponse = models.DescribeBillDownloadUrlResponse;
|
|
62
|
+
const DescribeCustomerUinRequest = models.DescribeCustomerUinRequest;
|
|
63
|
+
const DescribeBillSummaryResponse = models.DescribeBillSummaryResponse;
|
|
64
|
+
const QueryVoucherAmountByUinRequest = models.QueryVoucherAmountByUinRequest;
|
|
65
|
+
const DescribeCustomerInfoResponse = models.DescribeCustomerInfoResponse;
|
|
86
66
|
const QueryVoucherPoolResponse = models.QueryVoucherPoolResponse;
|
|
67
|
+
const QueryAccountVerificationStatusRequest = models.QueryAccountVerificationStatusRequest;
|
|
68
|
+
const ActionSummaryOverviewItem = models.ActionSummaryOverviewItem;
|
|
69
|
+
const QueryPendingClientsV2Response = models.QueryPendingClientsV2Response;
|
|
70
|
+
const AllocateCreditPoolResponse = models.AllocateCreditPoolResponse;
|
|
71
|
+
const DescribeBillDetailResponse = models.DescribeBillDetailResponse;
|
|
87
72
|
const QueryCreditAllocationHistoryRequest = models.QueryCreditAllocationHistoryRequest;
|
|
88
|
-
const
|
|
73
|
+
const DescribeCustomerUinResponse = models.DescribeCustomerUinResponse;
|
|
89
74
|
const ApproveClientApplyRequest = models.ApproveClientApplyRequest;
|
|
90
|
-
const
|
|
91
|
-
const
|
|
92
|
-
const
|
|
93
|
-
const
|
|
75
|
+
const DescribeCustomerBillDetailRequest = models.DescribeCustomerBillDetailRequest;
|
|
76
|
+
const QueryCustomersCreditData = models.QueryCustomersCreditData;
|
|
77
|
+
const QueryCustomersCreditResponse = models.QueryCustomersCreditResponse;
|
|
78
|
+
const SendVerifyCodeRequest = models.SendVerifyCodeRequest;
|
|
79
|
+
const QueryVoucherListByUinRequest = models.QueryVoucherListByUinRequest;
|
|
80
|
+
const QueryVoucherAmountByUinResponse = models.QueryVoucherAmountByUinResponse;
|
|
81
|
+
const QueryVoucherAmountByUinItem = models.QueryVoucherAmountByUinItem;
|
|
82
|
+
const QueryCreditAllocationHistoryData = models.QueryCreditAllocationHistoryData;
|
|
83
|
+
const BusinessInfo = models.BusinessInfo;
|
|
84
|
+
const DescribeBillSummaryByProductResponse = models.DescribeBillSummaryByProductResponse;
|
|
85
|
+
const DescribeCustomerBillDetailResponse = models.DescribeCustomerBillDetailResponse;
|
|
86
|
+
const DescribeBillSummaryByRegionResponse = models.DescribeBillSummaryByRegionResponse;
|
|
87
|
+
const DescribeCustomerBillDownloadUrlResponse = models.DescribeCustomerBillDownloadUrlResponse;
|
|
88
|
+
const DescribeBillDetailRequest = models.DescribeBillDetailRequest;
|
|
89
|
+
const QueryCreditByUinListRequest = models.QueryCreditByUinListRequest;
|
|
90
|
+
const CreateAccountResponse = models.CreateAccountResponse;
|
|
91
|
+
const ApproveClientApplyResponse = models.ApproveClientApplyResponse;
|
|
92
|
+
const QueryPendingClientsV2Request = models.QueryPendingClientsV2Request;
|
|
93
|
+
const TagInfo = models.TagInfo;
|
|
94
|
+
const QueryPolicyProductListByCodeRequest = models.QueryPolicyProductListByCodeRequest;
|
|
95
|
+
const BusinessSummaryOverviewItem = models.BusinessSummaryOverviewItem;
|
|
96
|
+
const ForceQNRequest = models.ForceQNRequest;
|
|
97
|
+
const DescribeCustomerInfoRequest = models.DescribeCustomerInfoRequest;
|
|
98
|
+
const QueryPolicyProductListByCodeResponse = models.QueryPolicyProductListByCodeResponse;
|
|
99
|
+
const QueryVoucherListByUinVoucherItem = models.QueryVoucherListByUinVoucherItem;
|
|
100
|
+
const ModifyClientRemarkRequest = models.ModifyClientRemarkRequest;
|
|
101
|
+
const BillDetailData = models.BillDetailData;
|
|
102
|
+
const QueryCustomerBillingQuotaRequest = models.QueryCustomerBillingQuotaRequest;
|
|
94
103
|
const DescribeCustomerInfoData = models.DescribeCustomerInfoData;
|
|
95
|
-
const DescribeBillDownloadUrlResponse = models.DescribeBillDownloadUrlResponse;
|
|
96
|
-
const QueryPendingClientsV2Response = models.QueryPendingClientsV2Response;
|
|
97
104
|
const CreateAndSendClientInvitationMailRequest = models.CreateAndSendClientInvitationMailRequest;
|
|
98
|
-
const
|
|
99
|
-
const PayModeSummaryOverviewItem = models.PayModeSummaryOverviewItem;
|
|
100
|
-
const QueryCustomersCreditData = models.QueryCustomersCreditData;
|
|
101
|
-
const DescribeCustomerBillSummaryRequest = models.DescribeCustomerBillSummaryRequest;
|
|
102
|
-
const QueryDirectCustomersCreditRequest = models.QueryDirectCustomersCreditRequest;
|
|
105
|
+
const SendVerifyCodeResponse = models.SendVerifyCodeResponse;
|
|
103
106
|
|
|
104
107
|
|
|
105
108
|
/**
|
|
@@ -483,6 +486,19 @@ Note:Reseller need to be allowlisted to use the API, please contact your busines
|
|
|
483
486
|
this.request("DescribeBillSummaryByProduct", req, resp, cb);
|
|
484
487
|
}
|
|
485
488
|
|
|
489
|
+
/**
|
|
490
|
+
* Description: This API is used for a sub-customer to real-time query its own total credit and remaining credit in USD.
|
|
491
|
+
|
|
492
|
+
Callable roles: Sub-customer
|
|
493
|
+
* @param {QueryCustomerBillingQuotaRequest} req
|
|
494
|
+
* @param {function(string, QueryCustomerBillingQuotaResponse):void} cb
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
QueryCustomerBillingQuota(req, cb) {
|
|
498
|
+
let resp = new QueryCustomerBillingQuotaResponse();
|
|
499
|
+
this.request("QueryCustomerBillingQuota", req, resp, cb);
|
|
500
|
+
}
|
|
501
|
+
|
|
486
502
|
|
|
487
503
|
}
|
|
488
504
|
module.exports = IntlpartnersmgtClient;
|