tencentcloud-sdk-nodejs-intl-en 3.0.1064 → 3.0.1066
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 +1 -1
- package/tencentcloud/ams/v20201229/models.js +1 -1
- package/tencentcloud/billing/v20180709/models.js +51 -37
- package/tencentcloud/ccc/v20200210/ccc_client.js +21 -6
- package/tencentcloud/ccc/v20200210/models.js +394 -0
- package/tencentcloud/cfs/v20190719/cfs_client.js +1 -0
- package/tencentcloud/cfs/v20190719/models.js +91 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/config/index.js +3 -0
- package/tencentcloud/config/v20220802/config_client.js +108 -0
- package/tencentcloud/config/v20220802/index.js +4 -0
- package/tencentcloud/config/v20220802/models.js +1467 -0
- package/tencentcloud/dbbrain/v20210527/models.js +1 -1
- package/tencentcloud/domain/v20180808/models.js +1 -1
- package/tencentcloud/gaap/v20180529/models.js +1 -1
- package/tencentcloud/index.js +1 -0
- package/tencentcloud/mdp/v20200527/mdp_client.js +1 -0
- package/tencentcloud/mdp/v20200527/models.js +76 -2
- package/tencentcloud/mongodb/v20190725/models.js +1 -1
- package/tencentcloud/ssl/v20191205/models.js +31 -31
package/package.json
CHANGED
|
@@ -186,7 +186,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
186
186
|
this.Results = null;
|
|
187
187
|
|
|
188
188
|
/**
|
|
189
|
-
* The unique request ID,
|
|
189
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
190
190
|
* @type {string || null}
|
|
191
191
|
*/
|
|
192
192
|
this.RequestId = null;
|
|
@@ -4613,7 +4613,7 @@ class DescribeBillResourceSummaryRequest extends AbstractModel {
|
|
|
4613
4613
|
this.Month = null;
|
|
4614
4614
|
|
|
4615
4615
|
/**
|
|
4616
|
-
* The period type. byUsedTime
|
|
4616
|
+
* The period type. byUsedTime
|
|
4617
4617
|
* @type {string || null}
|
|
4618
4618
|
*/
|
|
4619
4619
|
this.PeriodType = null;
|
|
@@ -4626,26 +4626,21 @@ class DescribeBillResourceSummaryRequest extends AbstractModel {
|
|
|
4626
4626
|
this.NeedRecordNum = null;
|
|
4627
4627
|
|
|
4628
4628
|
/**
|
|
4629
|
-
*
|
|
4630
|
-
Purchase
|
|
4631
|
-
Renewal
|
|
4632
|
-
Modify
|
|
4633
|
-
Refund
|
|
4634
|
-
Deduction
|
|
4635
|
-
Hourly settlement
|
|
4629
|
+
* Hourly settlement
|
|
4636
4630
|
Daily settlement
|
|
4637
4631
|
Monthly settlement
|
|
4638
|
-
Offline project deduction
|
|
4639
|
-
Offline deduction
|
|
4640
|
-
adjust-CR
|
|
4641
|
-
adjust-DR
|
|
4642
|
-
One-off RI Fee
|
|
4643
4632
|
Spot
|
|
4644
|
-
Hourly RI fee
|
|
4645
4633
|
New monthly subscription
|
|
4646
4634
|
Monthly subscription renewal
|
|
4647
4635
|
Monthly subscription specification adjustment
|
|
4648
4636
|
Monthly subscription refund
|
|
4637
|
+
Adjustment - deduction
|
|
4638
|
+
Adjustment - refund
|
|
4639
|
+
Hourly RI fee
|
|
4640
|
+
One-off RI Fee
|
|
4641
|
+
Hourly Savings Plan fee
|
|
4642
|
+
Offline project deduction
|
|
4643
|
+
Offline product deduction
|
|
4649
4644
|
* @type {string || null}
|
|
4650
4645
|
*/
|
|
4651
4646
|
this.ActionType = null;
|
|
@@ -4657,7 +4652,7 @@ Monthly subscription refund
|
|
|
4657
4652
|
this.ResourceId = null;
|
|
4658
4653
|
|
|
4659
4654
|
/**
|
|
4660
|
-
* Billing mode
|
|
4655
|
+
* Billing mode: prePay/postPay
|
|
4661
4656
|
* @type {string || null}
|
|
4662
4657
|
*/
|
|
4663
4658
|
this.PayMode = null;
|
|
@@ -4818,19 +4813,21 @@ class BillDetailComponent extends AbstractModel {
|
|
|
4818
4813
|
this.VoucherPayAmount = null;
|
|
4819
4814
|
|
|
4820
4815
|
/**
|
|
4821
|
-
* Cash credit: The amount paid from the user
|
|
4816
|
+
* Cash credit: The amount paid from the user's cash account
|
|
4817
|
+
|
|
4822
4818
|
* @type {string || null}
|
|
4823
4819
|
*/
|
|
4824
4820
|
this.CashPayAmount = null;
|
|
4825
4821
|
|
|
4826
4822
|
/**
|
|
4827
|
-
* Free credit: The amount paid with the user
|
|
4823
|
+
* Free credit: The amount paid with the user's free credit
|
|
4824
|
+
|
|
4828
4825
|
* @type {string || null}
|
|
4829
4826
|
*/
|
|
4830
4827
|
this.IncentivePayAmount = null;
|
|
4831
4828
|
|
|
4832
4829
|
/**
|
|
4833
|
-
* Commission credit: The amount paid with the user
|
|
4830
|
+
* Commission credit: The amount paid with the user's commission credit. Note: This field may return null, indicating that no valid values can be obtained.
|
|
4834
4831
|
* @type {string || null}
|
|
4835
4832
|
*/
|
|
4836
4833
|
this.TransferPayAmount = null;
|
|
@@ -4902,6 +4899,24 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4902
4899
|
*/
|
|
4903
4900
|
this.ComponentConfig = null;
|
|
4904
4901
|
|
|
4902
|
+
/**
|
|
4903
|
+
* The tax rate.
|
|
4904
|
+
* @type {string || null}
|
|
4905
|
+
*/
|
|
4906
|
+
this.TaxRate = null;
|
|
4907
|
+
|
|
4908
|
+
/**
|
|
4909
|
+
* The tax amount.
|
|
4910
|
+
* @type {string || null}
|
|
4911
|
+
*/
|
|
4912
|
+
this.TaxAmount = null;
|
|
4913
|
+
|
|
4914
|
+
/**
|
|
4915
|
+
* The currency used for the settlement of a component.
|
|
4916
|
+
* @type {string || null}
|
|
4917
|
+
*/
|
|
4918
|
+
this.Currency = null;
|
|
4919
|
+
|
|
4905
4920
|
}
|
|
4906
4921
|
|
|
4907
4922
|
/**
|
|
@@ -4949,6 +4964,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4949
4964
|
this.ComponentConfig.push(obj);
|
|
4950
4965
|
}
|
|
4951
4966
|
}
|
|
4967
|
+
this.TaxRate = 'TaxRate' in params ? params.TaxRate : null;
|
|
4968
|
+
this.TaxAmount = 'TaxAmount' in params ? params.TaxAmount : null;
|
|
4969
|
+
this.Currency = 'Currency' in params ? params.Currency : null;
|
|
4952
4970
|
|
|
4953
4971
|
}
|
|
4954
4972
|
}
|
|
@@ -6562,27 +6580,21 @@ ccli billing DescribeBillDetail --cli-unfold-argument --Offset 1 --Limit 100 --M
|
|
|
6562
6580
|
this.ResourceId = null;
|
|
6563
6581
|
|
|
6564
6582
|
/**
|
|
6565
|
-
*
|
|
6566
|
-
Purchase
|
|
6567
|
-
Renewal
|
|
6568
|
-
Modify
|
|
6569
|
-
Refund
|
|
6570
|
-
Deduction
|
|
6571
|
-
Hourly settlement
|
|
6583
|
+
* Hourly settlement
|
|
6572
6584
|
Daily settlement
|
|
6573
6585
|
Monthly settlement
|
|
6574
|
-
Offline project deduction
|
|
6575
|
-
Offline deduction
|
|
6576
|
-
adjust-CR
|
|
6577
|
-
adjust-DR
|
|
6578
|
-
One-off RI Fee
|
|
6579
6586
|
Spot
|
|
6580
|
-
Hourly RI fee
|
|
6581
6587
|
New monthly subscription
|
|
6582
6588
|
Monthly subscription renewal
|
|
6583
6589
|
Monthly subscription specification adjustment
|
|
6584
|
-
Monthly subscription specification adjustment
|
|
6585
6590
|
Monthly subscription refund
|
|
6591
|
+
Adjustment - deduction
|
|
6592
|
+
Adjustment - refund
|
|
6593
|
+
Hourly RI fee
|
|
6594
|
+
One-off RI Fee
|
|
6595
|
+
Hourly Savings Plan fee
|
|
6596
|
+
Offline project deduction
|
|
6597
|
+
Offline product deduction
|
|
6586
6598
|
* @type {string || null}
|
|
6587
6599
|
*/
|
|
6588
6600
|
this.ActionType = null;
|
|
@@ -7698,7 +7710,7 @@ class BillResourceSummary extends AbstractModel {
|
|
|
7698
7710
|
this.BusinessCodeName = null;
|
|
7699
7711
|
|
|
7700
7712
|
/**
|
|
7701
|
-
* Subproduct name: The subcategory of a Tencent Cloud product purchased by the user, such as CVM
|
|
7713
|
+
* Subproduct name: The subcategory of a Tencent Cloud product purchased by the user, such as CVM Computing C5t.
|
|
7702
7714
|
* @type {string || null}
|
|
7703
7715
|
*/
|
|
7704
7716
|
this.ProductCodeName = null;
|
|
@@ -7806,7 +7818,7 @@ class BillResourceSummary extends AbstractModel {
|
|
|
7806
7818
|
this.ReduceType = null;
|
|
7807
7819
|
|
|
7808
7820
|
/**
|
|
7809
|
-
* Total amount after discount
|
|
7821
|
+
* Total amount after discount (Including Tax): = Total Amount After Discount (Excluding Tax) + TaxAmount
|
|
7810
7822
|
* @type {string || null}
|
|
7811
7823
|
*/
|
|
7812
7824
|
this.RealTotalCost = null;
|
|
@@ -7818,19 +7830,21 @@ class BillResourceSummary extends AbstractModel {
|
|
|
7818
7830
|
this.VoucherPayAmount = null;
|
|
7819
7831
|
|
|
7820
7832
|
/**
|
|
7821
|
-
* Cash credit: The amount paid from the user
|
|
7833
|
+
* Cash credit: The amount paid from the user's cash account
|
|
7834
|
+
|
|
7822
7835
|
* @type {string || null}
|
|
7823
7836
|
*/
|
|
7824
7837
|
this.CashPayAmount = null;
|
|
7825
7838
|
|
|
7826
7839
|
/**
|
|
7827
|
-
* Free credit: The amount paid with the user
|
|
7840
|
+
* Free credit: The amount paid with the user's free credit
|
|
7841
|
+
|
|
7828
7842
|
* @type {string || null}
|
|
7829
7843
|
*/
|
|
7830
7844
|
this.IncentivePayAmount = null;
|
|
7831
7845
|
|
|
7832
7846
|
/**
|
|
7833
|
-
* Commission credit: The amount paid with the user
|
|
7847
|
+
* Commission credit: The amount paid with the user's commission credit. Note: This field may return null, indicating that no valid values can be obtained.
|
|
7834
7848
|
* @type {string || null}
|
|
7835
7849
|
*/
|
|
7836
7850
|
this.TransferPayAmount = null;
|
|
@@ -28,6 +28,7 @@ const ResetExtensionPasswordRequest = models.ResetExtensionPasswordRequest;
|
|
|
28
28
|
const DisableCCCPhoneNumberResponse = models.DisableCCCPhoneNumberResponse;
|
|
29
29
|
const DescribeProtectedTelCdrResponse = models.DescribeProtectedTelCdrResponse;
|
|
30
30
|
const DescribeAutoCalloutTaskRequest = models.DescribeAutoCalloutTaskRequest;
|
|
31
|
+
const CreateAICallRequest = models.CreateAICallRequest;
|
|
31
32
|
const CreateAdminURLResponse = models.CreateAdminURLResponse;
|
|
32
33
|
const PausePredictiveDialingCampaignRequest = models.PausePredictiveDialingCampaignRequest;
|
|
33
34
|
const CreateCallOutSessionResponse = models.CreateCallOutSessionResponse;
|
|
@@ -124,6 +125,7 @@ const CreateAgentCruiseDialingCampaignResponse = models.CreateAgentCruiseDialing
|
|
|
124
125
|
const UploadIvrAudioFailedInfo = models.UploadIvrAudioFailedInfo;
|
|
125
126
|
const DescribeCallInMetricsResponse = models.DescribeCallInMetricsResponse;
|
|
126
127
|
const DescribeAgentCruiseDialingCampaignResponse = models.DescribeAgentCruiseDialingCampaignResponse;
|
|
128
|
+
const CreateAICallResponse = models.CreateAICallResponse;
|
|
127
129
|
const CreateIVRSessionResponse = models.CreateIVRSessionResponse;
|
|
128
130
|
const UnbindStaffSkillGroupListRequest = models.UnbindStaffSkillGroupListRequest;
|
|
129
131
|
const DescribeTelCdrResponse = models.DescribeTelCdrResponse;
|
|
@@ -205,14 +207,16 @@ class CccClient extends AbstractClient {
|
|
|
205
207
|
}
|
|
206
208
|
|
|
207
209
|
/**
|
|
208
|
-
*
|
|
209
|
-
|
|
210
|
-
|
|
210
|
+
* Used to make outbound calls by invoking AI models, limited to the use of proprietary phone numbers. Currently, the Advanced version seats are available for a **limited time** free trial.
|
|
211
|
+
|
|
212
|
+
Before initiating a call, please ensure your AI model is compatible with OpenAI, Azure, or Minimax protocols, and visit the model provider's website to obtain relevant authentication information. For detailed feature descriptions, please refer to the documentation [Tencent Cloud Contact Center AI Call Platform](https://intl.cloud.tencent.com/document/product/679/112100?from_cn_redirect=1).
|
|
213
|
+
* @param {CreateAICallRequest} req
|
|
214
|
+
* @param {function(string, CreateAICallResponse):void} cb
|
|
211
215
|
* @public
|
|
212
216
|
*/
|
|
213
|
-
|
|
214
|
-
let resp = new
|
|
215
|
-
this.request("
|
|
217
|
+
CreateAICall(req, cb) {
|
|
218
|
+
let resp = new CreateAICallResponse();
|
|
219
|
+
this.request("CreateAICall", req, resp, cb);
|
|
216
220
|
}
|
|
217
221
|
|
|
218
222
|
/**
|
|
@@ -534,6 +538,17 @@ class CccClient extends AbstractClient {
|
|
|
534
538
|
this.request("ModifyStaffPassword", req, resp, cb);
|
|
535
539
|
}
|
|
536
540
|
|
|
541
|
+
/**
|
|
542
|
+
* This API is used to access the agent information list.
|
|
543
|
+
* @param {DescribeStaffInfoListRequest} req
|
|
544
|
+
* @param {function(string, DescribeStaffInfoListResponse):void} cb
|
|
545
|
+
* @public
|
|
546
|
+
*/
|
|
547
|
+
DescribeStaffInfoList(req, cb) {
|
|
548
|
+
let resp = new DescribeStaffInfoListResponse();
|
|
549
|
+
this.request("DescribeStaffInfoList", req, resp, cb);
|
|
550
|
+
}
|
|
551
|
+
|
|
537
552
|
/**
|
|
538
553
|
* This API is used to query the predictive outbound call task.
|
|
539
554
|
* @param {DescribePredictiveDialingCampaignRequest} req
|