tencentcloud-sdk-nodejs-intl-en 3.0.1366 → 3.0.1367

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1366",
3
+ "version": "3.0.1367",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -462,9 +462,9 @@ This API is used to ensure added CVM instances match the VPC network of the scal
462
462
  /**
463
463
  * This API is used to reduce the specified number of instances from the scaling group.
464
464
  * There is no on going scaling task.
465
- * This API is valid even when the scaling group is disabled. For more details, see [DisableAutoScalingGroup](https://intl.cloud.tencent.com/document/api/377/20435?from_cn_redirect=1).
466
- * You can specify the instances to remove in the scale-in activity by using `TerminationPolicies`. For more information, see [Scaling In Policies](https://intl.cloud.tencent.com/document/product/377/8563?from_cn_redirect=1).
467
- * Only the `IN_SERVICE` instances will be reduced. To reduce instances in other statues, use the [`DetachInstances`](https://intl.cloud.tencent.com/document/api/377/31011?from_cn_redirect=1) or [`RemoveInstances`](https://intl.cloud.tencent.com/document/api/377/31005?from_cn_redirect=1) API.
465
+ * This API is valid even when the scaling group is disabled. For more details, see [DisableAutoScalingGroup](https://intl.cloud.tencent.com/document/product/377/31010).
466
+ * You can specify the instances to remove in the scale-in activity by using `TerminationPolicies`. For more information, see [Scaling In Policies](https://intl.cloud.tencent.com/document/product/377/8563).
467
+ * Only the `IN_SERVICE` instances will be reduced. To reduce instances in other statues, use the [`DetachInstances`](https://intl.cloud.tencent.com/document/api/377/31011) or [`RemoveInstances`](https://intl.cloud.tencent.com/document/api/377/31005) API.
468
468
  * The desired capacity will be reduced accordingly. The new desired capacity should be no less than the minimum capacity.
469
469
  * If the scale-in activity failed or partially succeeded, the final desired capacity only deducts the instances that have been reduced successfully.
470
470
  * @param {ScaleInInstancesRequest} req
@@ -3799,7 +3799,7 @@ class ScaleInInstancesResponse extends AbstractModel {
3799
3799
  super();
3800
3800
 
3801
3801
  /**
3802
- * Scaling activity ID
3802
+ * Scaling activity ID.
3803
3803
  * @type {string || null}
3804
3804
  */
3805
3805
  this.ActivityId = null;
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210420: require("./v20210420"), v20220331: require("./v20220331"),
2
+ v20220331: require("./v20220331"), v20210420: require("./v20210420"),
3
3
  };
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1366";
1
+ const sdkVersion = "3.0.1367";
2
2
  module.exports = sdkVersion
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20191016: require("./v20191016"), v20210527: require("./v20210527"),
2
+ v20210527: require("./v20210527"), v20191016: require("./v20191016"),
3
3
  };
@@ -21,7 +21,7 @@ const DescribeCustomerOwnVoucherUsageDetailsResponse = models.DescribeCustomerOw
21
21
  const DescribeCustomerVoucherListResponse = models.DescribeCustomerVoucherListResponse;
22
22
  const QueryDirectCustomersCreditData = models.QueryDirectCustomersCreditData;
23
23
  const DescribeCustomerOwnVoucherListRequest = models.DescribeCustomerOwnVoucherListRequest;
24
- const DescribeCustomerBillSummaryResponse = models.DescribeCustomerBillSummaryResponse;
24
+ const GetCountryCodesResponse = models.GetCountryCodesResponse;
25
25
  const TradeTwoNode = models.TradeTwoNode;
26
26
  const QueryT1IndirectCustomersDetailRequest = models.QueryT1IndirectCustomersDetailRequest;
27
27
  const CreateAndSendClientInvitationMailResponse = models.CreateAndSendClientInvitationMailResponse;
@@ -39,6 +39,8 @@ const QueryCreditAllocationHistoryResponse = models.QueryCreditAllocationHistory
39
39
  const CreateAccountRequest = models.CreateAccountRequest;
40
40
  const DescribeBillSummaryRequest = models.DescribeBillSummaryRequest;
41
41
  const QueryDirectCustomersCreditRequest = models.QueryDirectCustomersCreditRequest;
42
+ const CostAnalyzeFilter = models.CostAnalyzeFilter;
43
+ const CostAnalyzeDimensionData = models.CostAnalyzeDimensionData;
42
44
  const QueryCustomerBillingQuotaData = models.QueryCustomerBillingQuotaData;
43
45
  const QueryPartnerCreditRequest = models.QueryPartnerCreditRequest;
44
46
  const GetTradeConfigListRequest = models.GetTradeConfigListRequest;
@@ -52,18 +54,20 @@ const PolicyProductList = models.PolicyProductList;
52
54
  const QueryCustomerBillingQuotaResponse = models.QueryCustomerBillingQuotaResponse;
53
55
  const DescribeCustomerBillSummaryRequest = models.DescribeCustomerBillSummaryRequest;
54
56
  const QueryPendingSubAgentsV2ResponseData = models.QueryPendingSubAgentsV2ResponseData;
57
+ const QueryPendingCustomersItem = models.QueryPendingCustomersItem;
55
58
  const ApproveSubAgentApplyResponse = models.ApproveSubAgentApplyResponse;
56
59
  const QueryInvitationInfoResponse = models.QueryInvitationInfoResponse;
57
60
  const DescribeBillSummaryByPayModeResponse = models.DescribeBillSummaryByPayModeResponse;
58
61
  const QueryAccountVerificationStatusResponse = models.QueryAccountVerificationStatusResponse;
59
62
  const AllocateCustomerCreditRequest = models.AllocateCustomerCreditRequest;
60
63
  const DescribeCustomerOwnVoucherListResponse = models.DescribeCustomerOwnVoucherListResponse;
64
+ const DescribeCustomerOwnCostExplorerSummaryResponse = models.DescribeCustomerOwnCostExplorerSummaryResponse;
61
65
  const ModifyClientRemarkResponse = models.ModifyClientRemarkResponse;
62
66
  const QueryInvitationInfoData = models.QueryInvitationInfoData;
63
67
  const DescribeCustomerVoucherUsageDetailsResponse = models.DescribeCustomerVoucherUsageDetailsResponse;
64
68
  const DescribeBillSummaryByPayModeRequest = models.DescribeBillSummaryByPayModeRequest;
65
69
  const QuerySubAgentsDetailV2Request = models.QuerySubAgentsDetailV2Request;
66
- const GetCountryCodesResponse = models.GetCountryCodesResponse;
70
+ const DescribeCustomerBillSummaryResponse = models.DescribeCustomerBillSummaryResponse;
67
71
  const AllocateCreditPoolRequest = models.AllocateCreditPoolRequest;
68
72
  const AllocateCustomerCreditResponse = models.AllocateCustomerCreditResponse;
69
73
  const CostAnalyzeFilterDetail = models.CostAnalyzeFilterDetail;
@@ -72,12 +76,12 @@ const QueryVoucherAmountByUinRequest = models.QueryVoucherAmountByUinRequest;
72
76
  const GetCountryCodesRequest = models.GetCountryCodesRequest;
73
77
  const ForceQNResponse = models.ForceQNResponse;
74
78
  const DescribeBillDetailResponse = models.DescribeBillDetailResponse;
75
- const QueryDirectCustomersCreditResponse = models.QueryDirectCustomersCreditResponse;
79
+ const DescribeCustomerUinRequest = models.DescribeCustomerUinRequest;
76
80
  const DescribeBillDownloadUrlResponse = models.DescribeBillDownloadUrlResponse;
77
81
  const DescribeCustomerVoucherListRequest = models.DescribeCustomerVoucherListRequest;
78
- const DescribeCustomerUinRequest = models.DescribeCustomerUinRequest;
79
82
  const TradeOneNode = models.TradeOneNode;
80
83
  const DescribeRebateDownloadUrlResponse = models.DescribeRebateDownloadUrlResponse;
84
+ const QueryDirectCustomersCreditResponse = models.QueryDirectCustomersCreditResponse;
81
85
  const QuerySubAgentsDetailV2ResponseData = models.QuerySubAgentsDetailV2ResponseData;
82
86
  const DescribeBillSummaryResponse = models.DescribeBillSummaryResponse;
83
87
  const DescribeCustomerOwnVoucherUsageDetailsRequest = models.DescribeCustomerOwnVoucherUsageDetailsRequest;
@@ -85,6 +89,7 @@ const DescribeCustomerVoucherItem = models.DescribeCustomerVoucherItem;
85
89
  const QueryCustomersCreditRequest = models.QueryCustomersCreditRequest;
86
90
  const QueryPolicyProductListByCodeRequest = models.QueryPolicyProductListByCodeRequest;
87
91
  const QueryT1IndirectCustomersDetailResponseData = models.QueryT1IndirectCustomersDetailResponseData;
92
+ const DescribeCustomerOwnCostExplorerSummaryRequest = models.DescribeCustomerOwnCostExplorerSummaryRequest;
88
93
  const DescribeCustomerOwnVoucherItem = models.DescribeCustomerOwnVoucherItem;
89
94
  const DescribeCustomerInfoResponse = models.DescribeCustomerInfoResponse;
90
95
  const QueryVoucherPoolResponse = models.QueryVoucherPoolResponse;
@@ -93,7 +98,7 @@ const DescribeCustomerOwnCostExplorerFilterRequest = models.DescribeCustomerOwnC
93
98
  const ActionSummaryOverviewItem = models.ActionSummaryOverviewItem;
94
99
  const QueryPendingClientsV2Response = models.QueryPendingClientsV2Response;
95
100
  const AllocateCreditPoolResponse = models.AllocateCreditPoolResponse;
96
- const QueryPendingCustomersItem = models.QueryPendingCustomersItem;
101
+ const PeriodItemDetail = models.PeriodItemDetail;
97
102
  const QueryCreditAllocationHistoryRequest = models.QueryCreditAllocationHistoryRequest;
98
103
  const DescribeCustomerUinResponse = models.DescribeCustomerUinResponse;
99
104
  const DescribeCustomerBillDetailByDayResponse = models.DescribeCustomerBillDetailByDayResponse;
@@ -136,6 +141,7 @@ const BillDetailData = models.BillDetailData;
136
141
  const QueryCustomerBillingQuotaRequest = models.QueryCustomerBillingQuotaRequest;
137
142
  const DescribeCustomerInfoData = models.DescribeCustomerInfoData;
138
143
  const CreateAndSendClientInvitationMailRequest = models.CreateAndSendClientInvitationMailRequest;
144
+ const DimensionPeriodData = models.DimensionPeriodData;
139
145
  const DescribeRebateDownloadUrlRequest = models.DescribeRebateDownloadUrlRequest;
140
146
  const SendVerifyCodeResponse = models.SendVerifyCodeResponse;
141
147
 
@@ -216,16 +222,15 @@ Callable roles: Distributor, Second-level reseller, Reseller
216
222
  }
217
223
 
218
224
  /**
219
- * This API is used for a partner to query its own total credit, available credit, and used credit in USD.
220
-
225
+ * This API is used to query the credits of direct customers.
221
226
  Callable roles: Distributor, Second-level reseller, Reseller
222
- * @param {QueryPartnerCreditRequest} req
223
- * @param {function(string, QueryPartnerCreditResponse):void} cb
227
+ * @param {QueryDirectCustomersCreditRequest} req
228
+ * @param {function(string, QueryDirectCustomersCreditResponse):void} cb
224
229
  * @public
225
230
  */
226
- QueryPartnerCredit(req, cb) {
227
- let resp = new QueryPartnerCreditResponse();
228
- this.request("QueryPartnerCredit", req, resp, cb);
231
+ QueryDirectCustomersCredit(req, cb) {
232
+ let resp = new QueryDirectCustomersCreditResponse();
233
+ this.request("QueryDirectCustomersCredit", req, resp, cb);
229
234
  }
230
235
 
231
236
  /**
@@ -325,15 +330,16 @@ Callable roles: Distributor
325
330
  }
326
331
 
327
332
  /**
328
- * This API is used to query the indirect sub-customers of a distributor.
329
- Invokable role type: Distributor
330
- * @param {QueryT1IndirectCustomersDetailRequest} req
331
- * @param {function(string, QueryT1IndirectCustomersDetailResponse):void} cb
333
+ * This API is used for a partner to query its own total credit, available credit, and used credit in USD.
334
+
335
+ Callable roles: Distributor, Second-level reseller, Reseller
336
+ * @param {QueryPartnerCreditRequest} req
337
+ * @param {function(string, QueryPartnerCreditResponse):void} cb
332
338
  * @public
333
339
  */
334
- QueryT1IndirectCustomersDetail(req, cb) {
335
- let resp = new QueryT1IndirectCustomersDetailResponse();
336
- this.request("QueryT1IndirectCustomersDetail", req, resp, cb);
340
+ QueryPartnerCredit(req, cb) {
341
+ let resp = new QueryPartnerCreditResponse();
342
+ this.request("QueryPartnerCredit", req, resp, cb);
337
343
  }
338
344
 
339
345
  /**
@@ -450,15 +456,14 @@ Callable roles: Distributor, Second-level reseller, Reseller
450
456
  }
451
457
 
452
458
  /**
453
- * This API is used to query the credits of direct customers.
454
- Callable roles: Distributor, Second-level reseller, Reseller
455
- * @param {QueryDirectCustomersCreditRequest} req
456
- * @param {function(string, QueryDirectCustomersCreditResponse):void} cb
459
+ * Cost analysis API
460
+ * @param {DescribeCustomerOwnCostExplorerSummaryRequest} req
461
+ * @param {function(string, DescribeCustomerOwnCostExplorerSummaryResponse):void} cb
457
462
  * @public
458
463
  */
459
- QueryDirectCustomersCredit(req, cb) {
460
- let resp = new QueryDirectCustomersCreditResponse();
461
- this.request("QueryDirectCustomersCredit", req, resp, cb);
464
+ DescribeCustomerOwnCostExplorerSummary(req, cb) {
465
+ let resp = new DescribeCustomerOwnCostExplorerSummaryResponse();
466
+ this.request("DescribeCustomerOwnCostExplorerSummary", req, resp, cb);
462
467
  }
463
468
 
464
469
  /**
@@ -612,6 +617,18 @@ Callable roles: Distributor, First-level reseller, Second-level reseller
612
617
  this.request("QueryVoucherPool", req, resp, cb);
613
618
  }
614
619
 
620
+ /**
621
+ * This API is used to query the indirect sub-customers of a distributor.
622
+ Invokable role type: Distributor
623
+ * @param {QueryT1IndirectCustomersDetailRequest} req
624
+ * @param {function(string, QueryT1IndirectCustomersDetailResponse):void} cb
625
+ * @public
626
+ */
627
+ QueryT1IndirectCustomersDetail(req, cb) {
628
+ let resp = new QueryT1IndirectCustomersDetailResponse();
629
+ this.request("QueryT1IndirectCustomersDetail", req, resp, cb);
630
+ }
631
+
615
632
  /**
616
633
  * This API is used to query the account verification status.
617
634
  Callable roles: Distributor, Reseller
@@ -335,18 +335,18 @@ class DescribeCustomerOwnVoucherListRequest extends AbstractModel {
335
335
  }
336
336
 
337
337
  /**
338
- * DescribeCustomerBillSummary response structure.
338
+ * GetCountryCodes response structure.
339
339
  * @class
340
340
  */
341
- class DescribeCustomerBillSummaryResponse extends AbstractModel {
341
+ class GetCountryCodesResponse extends AbstractModel {
342
342
  constructor(){
343
343
  super();
344
344
 
345
345
  /**
346
- * Total amount
347
- * @type {number || null}
346
+ * List of country/region codes
347
+ * @type {Array.<CountryCodeItem> || null}
348
348
  */
349
- this.TotalCost = null;
349
+ this.Data = null;
350
350
 
351
351
  /**
352
352
  * 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.
@@ -363,7 +363,15 @@ class DescribeCustomerBillSummaryResponse extends AbstractModel {
363
363
  if (!params) {
364
364
  return;
365
365
  }
366
- this.TotalCost = 'TotalCost' in params ? params.TotalCost : null;
366
+
367
+ if (params.Data) {
368
+ this.Data = new Array();
369
+ for (let z in params.Data) {
370
+ let obj = new CountryCodeItem();
371
+ obj.deserialize(params.Data[z]);
372
+ this.Data.push(obj);
373
+ }
374
+ }
367
375
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
368
376
 
369
377
  }
@@ -1209,6 +1217,185 @@ class QueryDirectCustomersCreditRequest extends AbstractModel {
1209
1217
  }
1210
1218
  }
1211
1219
 
1220
+ /**
1221
+ * Cost analysis filter input
1222
+ * @class
1223
+ */
1224
+ class CostAnalyzeFilter extends AbstractModel {
1225
+ constructor(){
1226
+ super();
1227
+
1228
+ /**
1229
+ * <p>Contains product code</p>
1230
+ Note: This field may return null, indicating that no valid values can be obtained.
1231
+ * @type {Array.<string> || null}
1232
+ */
1233
+ this.BusinessIn = null;
1234
+
1235
+ /**
1236
+ * <p>Contains sub-product code</p>
1237
+ Note: This field may return null, indicating that no valid values can be obtained.
1238
+ * @type {Array.<string> || null}
1239
+ */
1240
+ this.ProductIn = null;
1241
+
1242
+ /**
1243
+ * <p>Contains region id</p>
1244
+ Note: This field may return null, indicating that no valid values can be obtained.
1245
+ * @type {Array.<string> || null}
1246
+ */
1247
+ this.RegionIn = null;
1248
+
1249
+ /**
1250
+ * <p>Contains transaction type</p>
1251
+ Note: This field may return null, indicating that no valid values can be obtained.
1252
+ * @type {Array.<string> || null}
1253
+ */
1254
+ this.ActionTypeIn = null;
1255
+
1256
+ /**
1257
+ * <p>Includes payment mode</p>
1258
+ Note: This field may return null, indicating that no valid values can be obtained.
1259
+ * @type {Array.<string> || null}
1260
+ */
1261
+ this.PayModeIn = null;
1262
+
1263
+ /**
1264
+ * <p>Include project name</p>
1265
+ Note: This field may return null, indicating that no valid values can be obtained.
1266
+ * @type {Array.<string> || null}
1267
+ */
1268
+ this.ProjectIn = null;
1269
+
1270
+ /**
1271
+ * <p>Contains payer uin</p>
1272
+ Note: This field may return null, indicating that no valid values can be obtained.
1273
+ * @type {Array.<string> || null}
1274
+ */
1275
+ this.PayerUinIn = null;
1276
+
1277
+ /**
1278
+ * <p>Tag key.</p>
1279
+ Note: This field may return null, indicating that no valid values can be obtained.
1280
+ * @type {string || null}
1281
+ */
1282
+ this.TagKey = null;
1283
+
1284
+ /**
1285
+ * <p>Tag value list</p>
1286
+ Note: This field may return null, indicating that no valid values can be obtained.
1287
+ * @type {Array.<string> || null}
1288
+ */
1289
+ this.TagIn = null;
1290
+
1291
+ /**
1292
+ * <p>Contains availability zones</p>
1293
+ Note: This field may return null, indicating that no valid values can be obtained.
1294
+ * @type {Array.<string> || null}
1295
+ */
1296
+ this.ZoneIn = null;
1297
+
1298
+ /**
1299
+ * <p>Owner uin</p>
1300
+ * @type {Array.<string> || null}
1301
+ */
1302
+ this.OwnerUinIn = null;
1303
+
1304
+ /**
1305
+ * <p>Component type info</p>
1306
+ * @type {Array.<string> || null}
1307
+ */
1308
+ this.ComponentIn = null;
1309
+
1310
+ /**
1311
+ * <p>Component name</p>
1312
+ * @type {Array.<string> || null}
1313
+ */
1314
+ this.ItemIn = null;
1315
+
1316
+ /**
1317
+ * <p>Resource id information</p>
1318
+ * @type {Array.<string> || null}
1319
+ */
1320
+ this.ResourceIn = null;
1321
+
1322
+ }
1323
+
1324
+ /**
1325
+ * @private
1326
+ */
1327
+ deserialize(params) {
1328
+ if (!params) {
1329
+ return;
1330
+ }
1331
+ this.BusinessIn = 'BusinessIn' in params ? params.BusinessIn : null;
1332
+ this.ProductIn = 'ProductIn' in params ? params.ProductIn : null;
1333
+ this.RegionIn = 'RegionIn' in params ? params.RegionIn : null;
1334
+ this.ActionTypeIn = 'ActionTypeIn' in params ? params.ActionTypeIn : null;
1335
+ this.PayModeIn = 'PayModeIn' in params ? params.PayModeIn : null;
1336
+ this.ProjectIn = 'ProjectIn' in params ? params.ProjectIn : null;
1337
+ this.PayerUinIn = 'PayerUinIn' in params ? params.PayerUinIn : null;
1338
+ this.TagKey = 'TagKey' in params ? params.TagKey : null;
1339
+ this.TagIn = 'TagIn' in params ? params.TagIn : null;
1340
+ this.ZoneIn = 'ZoneIn' in params ? params.ZoneIn : null;
1341
+ this.OwnerUinIn = 'OwnerUinIn' in params ? params.OwnerUinIn : null;
1342
+ this.ComponentIn = 'ComponentIn' in params ? params.ComponentIn : null;
1343
+ this.ItemIn = 'ItemIn' in params ? params.ItemIn : null;
1344
+ this.ResourceIn = 'ResourceIn' in params ? params.ResourceIn : null;
1345
+
1346
+ }
1347
+ }
1348
+
1349
+ /**
1350
+ * Cost analysis dimension data
1351
+ * @class
1352
+ */
1353
+ class CostAnalyzeDimensionData extends AbstractModel {
1354
+ constructor(){
1355
+ super();
1356
+
1357
+ /**
1358
+ * <p>Total number of entries by dimension statistics</p>
1359
+ * @type {number || null}
1360
+ */
1361
+ this.TotalCount = null;
1362
+
1363
+ /**
1364
+ * <p>Sum value</p>
1365
+ * @type {string || null}
1366
+ */
1367
+ this.SumCost = null;
1368
+
1369
+ /**
1370
+ * <p>Total amount by date dimension</p>
1371
+ * @type {Array.<PeriodItemDetail> || null}
1372
+ */
1373
+ this.PeriodItemDetail = null;
1374
+
1375
+ }
1376
+
1377
+ /**
1378
+ * @private
1379
+ */
1380
+ deserialize(params) {
1381
+ if (!params) {
1382
+ return;
1383
+ }
1384
+ this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
1385
+ this.SumCost = 'SumCost' in params ? params.SumCost : null;
1386
+
1387
+ if (params.PeriodItemDetail) {
1388
+ this.PeriodItemDetail = new Array();
1389
+ for (let z in params.PeriodItemDetail) {
1390
+ let obj = new PeriodItemDetail();
1391
+ obj.deserialize(params.PeriodItemDetail[z]);
1392
+ this.PeriodItemDetail.push(obj);
1393
+ }
1394
+ }
1395
+
1396
+ }
1397
+ }
1398
+
1212
1399
  /**
1213
1400
  * Sub-customer credit balance data
1214
1401
  * @class
@@ -1865,6 +2052,76 @@ class QueryPendingSubAgentsV2ResponseData extends AbstractModel {
1865
2052
  }
1866
2053
  }
1867
2054
 
2055
+ /**
2056
+ * Pending review sub-customer
2057
+ * @class
2058
+ */
2059
+ class QueryPendingCustomersItem extends AbstractModel {
2060
+ constructor(){
2061
+ super();
2062
+
2063
+ /**
2064
+ * Application time.
2065
+ * @type {string || null}
2066
+ */
2067
+ this.ApplyTime = null;
2068
+
2069
+ /**
2070
+ * Sub-Account uin.
2071
+ * @type {number || null}
2072
+ */
2073
+ this.ClientUin = null;
2074
+
2075
+ /**
2076
+ * Email.
2077
+ * @type {string || null}
2078
+ */
2079
+ this.Email = null;
2080
+
2081
+ /**
2082
+ * Mobile number.
2083
+ * @type {string || null}
2084
+ */
2085
+ this.Mobile = null;
2086
+
2087
+ /**
2088
+ * Name.
2089
+ * @type {string || null}
2090
+ */
2091
+ this.Name = null;
2092
+
2093
+ /**
2094
+ * Approval status.
2095
+ * @type {string || null}
2096
+ */
2097
+ this.Status = null;
2098
+
2099
+ /**
2100
+ * Sub-Customer type.
2101
+ * @type {string || null}
2102
+ */
2103
+ this.Type = null;
2104
+
2105
+ }
2106
+
2107
+ /**
2108
+ * @private
2109
+ */
2110
+ deserialize(params) {
2111
+ if (!params) {
2112
+ return;
2113
+ }
2114
+ this.ApplyTime = 'ApplyTime' in params ? params.ApplyTime : null;
2115
+ this.ClientUin = 'ClientUin' in params ? params.ClientUin : null;
2116
+ this.Email = 'Email' in params ? params.Email : null;
2117
+ this.Mobile = 'Mobile' in params ? params.Mobile : null;
2118
+ this.Name = 'Name' in params ? params.Name : null;
2119
+ this.Status = 'Status' in params ? params.Status : null;
2120
+ this.Type = 'Type' in params ? params.Type : null;
2121
+
2122
+ }
2123
+ }
2124
+
1868
2125
  /**
1869
2126
  * ApproveSubAgentApply response structure.
1870
2127
  * @class
@@ -2106,6 +2363,68 @@ class DescribeCustomerOwnVoucherListResponse extends AbstractModel {
2106
2363
  }
2107
2364
  }
2108
2365
 
2366
+ /**
2367
+ * DescribeCustomerOwnCostExplorerSummary response structure.
2368
+ * @class
2369
+ */
2370
+ class DescribeCustomerOwnCostExplorerSummaryResponse extends AbstractModel {
2371
+ constructor(){
2372
+ super();
2373
+
2374
+ /**
2375
+ * <p>Classification dimension</p>
2376
+ * @type {string || null}
2377
+ */
2378
+ this.DimensionName = null;
2379
+
2380
+ /**
2381
+ * <p>Details</p>
2382
+ * @type {Array.<DimensionPeriodData> || null}
2383
+ */
2384
+ this.Detail = null;
2385
+
2386
+ /**
2387
+ * <p>Classification dimension statistics</p>
2388
+ * @type {CostAnalyzeDimensionData || null}
2389
+ */
2390
+ this.TotalDetail = null;
2391
+
2392
+ /**
2393
+ * 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.
2394
+ * @type {string || null}
2395
+ */
2396
+ this.RequestId = null;
2397
+
2398
+ }
2399
+
2400
+ /**
2401
+ * @private
2402
+ */
2403
+ deserialize(params) {
2404
+ if (!params) {
2405
+ return;
2406
+ }
2407
+ this.DimensionName = 'DimensionName' in params ? params.DimensionName : null;
2408
+
2409
+ if (params.Detail) {
2410
+ this.Detail = new Array();
2411
+ for (let z in params.Detail) {
2412
+ let obj = new DimensionPeriodData();
2413
+ obj.deserialize(params.Detail[z]);
2414
+ this.Detail.push(obj);
2415
+ }
2416
+ }
2417
+
2418
+ if (params.TotalDetail) {
2419
+ let obj = new CostAnalyzeDimensionData();
2420
+ obj.deserialize(params.TotalDetail)
2421
+ this.TotalDetail = obj;
2422
+ }
2423
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
2424
+
2425
+ }
2426
+ }
2427
+
2109
2428
  /**
2110
2429
  * ModifyClientRemark response structure.
2111
2430
  * @class
@@ -2416,18 +2735,18 @@ acs: ascending.
2416
2735
  }
2417
2736
 
2418
2737
  /**
2419
- * GetCountryCodes response structure.
2738
+ * DescribeCustomerBillSummary response structure.
2420
2739
  * @class
2421
2740
  */
2422
- class GetCountryCodesResponse extends AbstractModel {
2741
+ class DescribeCustomerBillSummaryResponse extends AbstractModel {
2423
2742
  constructor(){
2424
2743
  super();
2425
2744
 
2426
2745
  /**
2427
- * List of country/region codes
2428
- * @type {Array.<CountryCodeItem> || null}
2746
+ * Total amount
2747
+ * @type {number || null}
2429
2748
  */
2430
- this.Data = null;
2749
+ this.TotalCost = null;
2431
2750
 
2432
2751
  /**
2433
2752
  * 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.
@@ -2444,15 +2763,7 @@ class GetCountryCodesResponse extends AbstractModel {
2444
2763
  if (!params) {
2445
2764
  return;
2446
2765
  }
2447
-
2448
- if (params.Data) {
2449
- this.Data = new Array();
2450
- for (let z in params.Data) {
2451
- let obj = new CountryCodeItem();
2452
- obj.deserialize(params.Data[z]);
2453
- this.Data.push(obj);
2454
- }
2455
- }
2766
+ this.TotalCost = 'TotalCost' in params ? params.TotalCost : null;
2456
2767
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
2457
2768
 
2458
2769
  }
@@ -2889,44 +3200,36 @@ class DescribeBillDetailResponse extends AbstractModel {
2889
3200
  }
2890
3201
 
2891
3202
  /**
2892
- * QueryDirectCustomersCredit response structure.
3203
+ * DescribeCustomerUin request structure.
2893
3204
  * @class
2894
3205
  */
2895
- class QueryDirectCustomersCreditResponse extends AbstractModel {
3206
+ class DescribeCustomerUinRequest extends AbstractModel {
2896
3207
  constructor(){
2897
3208
  super();
2898
3209
 
2899
3210
  /**
2900
- * Direct customer information list
2901
- * @type {Array.<QueryDirectCustomersCreditData> || null}
3211
+ * Page number
3212
+ * @type {number || null}
2902
3213
  */
2903
- this.Data = null;
3214
+ this.Page = null;
2904
3215
 
2905
3216
  /**
2906
- * 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.
2907
- * @type {string || null}
3217
+ * Number of data entries per page
3218
+ * @type {number || null}
2908
3219
  */
2909
- this.RequestId = null;
3220
+ this.PageSize = null;
2910
3221
 
2911
3222
  }
2912
-
2913
- /**
2914
- * @private
2915
- */
2916
- deserialize(params) {
2917
- if (!params) {
2918
- return;
2919
- }
2920
-
2921
- if (params.Data) {
2922
- this.Data = new Array();
2923
- for (let z in params.Data) {
2924
- let obj = new QueryDirectCustomersCreditData();
2925
- obj.deserialize(params.Data[z]);
2926
- this.Data.push(obj);
2927
- }
3223
+
3224
+ /**
3225
+ * @private
3226
+ */
3227
+ deserialize(params) {
3228
+ if (!params) {
3229
+ return;
2928
3230
  }
2929
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
3231
+ this.Page = 'Page' in params ? params.Page : null;
3232
+ this.PageSize = 'PageSize' in params ? params.PageSize : null;
2930
3233
 
2931
3234
  }
2932
3235
  }
@@ -3050,41 +3353,6 @@ class DescribeCustomerVoucherListRequest extends AbstractModel {
3050
3353
  }
3051
3354
  }
3052
3355
 
3053
- /**
3054
- * DescribeCustomerUin request structure.
3055
- * @class
3056
- */
3057
- class DescribeCustomerUinRequest extends AbstractModel {
3058
- constructor(){
3059
- super();
3060
-
3061
- /**
3062
- * Page number
3063
- * @type {number || null}
3064
- */
3065
- this.Page = null;
3066
-
3067
- /**
3068
- * Number of data entries per page
3069
- * @type {number || null}
3070
- */
3071
- this.PageSize = null;
3072
-
3073
- }
3074
-
3075
- /**
3076
- * @private
3077
- */
3078
- deserialize(params) {
3079
- if (!params) {
3080
- return;
3081
- }
3082
- this.Page = 'Page' in params ? params.Page : null;
3083
- this.PageSize = 'PageSize' in params ? params.PageSize : null;
3084
-
3085
- }
3086
- }
3087
-
3088
3356
  /**
3089
3357
  * Primary Industry Information
3090
3358
  * @class
@@ -3177,6 +3445,49 @@ class DescribeRebateDownloadUrlResponse extends AbstractModel {
3177
3445
  }
3178
3446
  }
3179
3447
 
3448
+ /**
3449
+ * QueryDirectCustomersCredit response structure.
3450
+ * @class
3451
+ */
3452
+ class QueryDirectCustomersCreditResponse extends AbstractModel {
3453
+ constructor(){
3454
+ super();
3455
+
3456
+ /**
3457
+ * Direct customer information list
3458
+ * @type {Array.<QueryDirectCustomersCreditData> || null}
3459
+ */
3460
+ this.Data = null;
3461
+
3462
+ /**
3463
+ * 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.
3464
+ * @type {string || null}
3465
+ */
3466
+ this.RequestId = null;
3467
+
3468
+ }
3469
+
3470
+ /**
3471
+ * @private
3472
+ */
3473
+ deserialize(params) {
3474
+ if (!params) {
3475
+ return;
3476
+ }
3477
+
3478
+ if (params.Data) {
3479
+ this.Data = new Array();
3480
+ for (let z in params.Data) {
3481
+ let obj = new QueryDirectCustomersCreditData();
3482
+ obj.deserialize(params.Data[z]);
3483
+ this.Data.push(obj);
3484
+ }
3485
+ }
3486
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
3487
+
3488
+ }
3489
+ }
3490
+
3180
3491
  /**
3181
3492
  * Second-Level reseller information.
3182
3493
  * @class
@@ -3635,6 +3946,104 @@ class QueryT1IndirectCustomersDetailResponseData extends AbstractModel {
3635
3946
  }
3636
3947
  }
3637
3948
 
3949
+ /**
3950
+ * DescribeCustomerOwnCostExplorerSummary request structure.
3951
+ * @class
3952
+ */
3953
+ class DescribeCustomerOwnCostExplorerSummaryRequest extends AbstractModel {
3954
+ constructor(){
3955
+ super();
3956
+
3957
+ /**
3958
+ * <p>Classification dimension</p><p>Enumeration value:</p><ul><li>Default: Default dimension</li><li>Business: Product</li><li>Product: Subproduct</li><li>Region: Region</li><li>Zone: Availability zone</li><li>ActionType: Transaction type</li><li>PayMode: Payment mode</li><li>Project: Project</li><li>PayerUin: Payer uin</li><li>OwnerUin: Owner uin</li><li>Tag: Tag</li></ul>
3959
+ * @type {string || null}
3960
+ */
3961
+ this.Dimension = null;
3962
+
3963
+ /**
3964
+ * <p>Fee type</p><p>Enumeration value:</p><ul><li>originalCost: Original Cost</li><li>totalCost: Total Cost</li></ul>
3965
+ * @type {string || null}
3966
+ */
3967
+ this.FeeType = null;
3968
+
3969
+ /**
3970
+ * <p>Billing mode</p><p>Enumeration value:</p><ul><li>1: Billing statement</li></ul>
3971
+ * @type {number || null}
3972
+ */
3973
+ this.BillType = null;
3974
+
3975
+ /**
3976
+ * <p>Start time</p><p>Parameter format: YYYY-MM-DD hh:mm:ss, for example 2006-01-02 00:00:00</p><p>Input limit: When PeriodType is month, the time range is 6 calendar months; when PeriodType is day, the time range is 2 calendar months;</p>
3977
+ * @type {string || null}
3978
+ */
3979
+ this.StartTime = null;
3980
+
3981
+ /**
3982
+ * <p>End time</p><p>Parameter format: YYYY-MM-DD hh:mm:ss, for example 2006-01-02 00:00:00</p><p>Input limit: When PeriodType is month, the time range is 6 calendar months. When PeriodType is day, the time range is 2 calendar months.</p>
3983
+ * @type {string || null}
3984
+ */
3985
+ this.EndTime = null;
3986
+
3987
+ /**
3988
+ * <p>Time type</p><p>Enumeration value:</p><ul><li>day: By day</li><li>month: By month</li></ul>
3989
+ * @type {string || null}
3990
+ */
3991
+ this.PeriodType = null;
3992
+
3993
+ /**
3994
+ * <p>Page number</p><p>Value range: [1, 10000]</p>
3995
+ * @type {number || null}
3996
+ */
3997
+ this.Page = null;
3998
+
3999
+ /**
4000
+ * <p>Page size</p><p>Value range: [1, 200]</p>
4001
+ * @type {number || null}
4002
+ */
4003
+ this.PageSize = null;
4004
+
4005
+ /**
4006
+ * <p>Tag key of the statistical dimension. When Dimension is Tag, TagKey is required.</p>
4007
+ * @type {string || null}
4008
+ */
4009
+ this.TagKey = null;
4010
+
4011
+ /**
4012
+ * Filter
4013
+
4014
+ You can pass the data returned by [DescribeCustomerOwnCostExplorerFilter](https://www.tencentcloud.com/document/product/1085/80125) as a parameter to filter the data.
4015
+ * @type {CostAnalyzeFilter || null}
4016
+ */
4017
+ this.Filter = null;
4018
+
4019
+ }
4020
+
4021
+ /**
4022
+ * @private
4023
+ */
4024
+ deserialize(params) {
4025
+ if (!params) {
4026
+ return;
4027
+ }
4028
+ this.Dimension = 'Dimension' in params ? params.Dimension : null;
4029
+ this.FeeType = 'FeeType' in params ? params.FeeType : null;
4030
+ this.BillType = 'BillType' in params ? params.BillType : null;
4031
+ this.StartTime = 'StartTime' in params ? params.StartTime : null;
4032
+ this.EndTime = 'EndTime' in params ? params.EndTime : null;
4033
+ this.PeriodType = 'PeriodType' in params ? params.PeriodType : null;
4034
+ this.Page = 'Page' in params ? params.Page : null;
4035
+ this.PageSize = 'PageSize' in params ? params.PageSize : null;
4036
+ this.TagKey = 'TagKey' in params ? params.TagKey : null;
4037
+
4038
+ if (params.Filter) {
4039
+ let obj = new CostAnalyzeFilter();
4040
+ obj.deserialize(params.Filter)
4041
+ this.Filter = obj;
4042
+ }
4043
+
4044
+ }
4045
+ }
4046
+
3638
4047
  /**
3639
4048
  * Voucher data.
3640
4049
  * @class
@@ -4044,54 +4453,24 @@ class AllocateCreditPoolResponse extends AbstractModel {
4044
4453
  }
4045
4454
 
4046
4455
  /**
4047
- * Pending review sub-customer
4456
+ * Cost cycle entry info
4048
4457
  * @class
4049
4458
  */
4050
- class QueryPendingCustomersItem extends AbstractModel {
4459
+ class PeriodItemDetail extends AbstractModel {
4051
4460
  constructor(){
4052
4461
  super();
4053
4462
 
4054
4463
  /**
4055
- * Application time.
4056
- * @type {string || null}
4057
- */
4058
- this.ApplyTime = null;
4059
-
4060
- /**
4061
- * Sub-Account uin.
4062
- * @type {number || null}
4063
- */
4064
- this.ClientUin = null;
4065
-
4066
- /**
4067
- * Email.
4068
- * @type {string || null}
4069
- */
4070
- this.Email = null;
4071
-
4072
- /**
4073
- * Mobile number.
4074
- * @type {string || null}
4075
- */
4076
- this.Mobile = null;
4077
-
4078
- /**
4079
- * Name.
4080
- * @type {string || null}
4081
- */
4082
- this.Name = null;
4083
-
4084
- /**
4085
- * Approval status.
4464
+ * <p>Date</p>
4086
4465
  * @type {string || null}
4087
4466
  */
4088
- this.Status = null;
4467
+ this.Period = null;
4089
4468
 
4090
4469
  /**
4091
- * Sub-Customer type.
4470
+ * <p>Fee</p>
4092
4471
  * @type {string || null}
4093
4472
  */
4094
- this.Type = null;
4473
+ this.Cost = null;
4095
4474
 
4096
4475
  }
4097
4476
 
@@ -4102,13 +4481,8 @@ class QueryPendingCustomersItem extends AbstractModel {
4102
4481
  if (!params) {
4103
4482
  return;
4104
4483
  }
4105
- this.ApplyTime = 'ApplyTime' in params ? params.ApplyTime : null;
4106
- this.ClientUin = 'ClientUin' in params ? params.ClientUin : null;
4107
- this.Email = 'Email' in params ? params.Email : null;
4108
- this.Mobile = 'Mobile' in params ? params.Mobile : null;
4109
- this.Name = 'Name' in params ? params.Name : null;
4110
- this.Status = 'Status' in params ? params.Status : null;
4111
- this.Type = 'Type' in params ? params.Type : null;
4484
+ this.Period = 'Period' in params ? params.Period : null;
4485
+ this.Cost = 'Cost' in params ? params.Cost : null;
4112
4486
 
4113
4487
  }
4114
4488
  }
@@ -6569,6 +6943,63 @@ Note: this field takes effect only in the scenario of inviting a second-level re
6569
6943
  }
6570
6944
  }
6571
6945
 
6946
+ /**
6947
+ * Cost dimension periodic data
6948
+ * @class
6949
+ */
6950
+ class DimensionPeriodData extends AbstractModel {
6951
+ constructor(){
6952
+ super();
6953
+
6954
+ /**
6955
+ * <p>Function name by dimensional classification</p>
6956
+ * @type {string || null}
6957
+ */
6958
+ this.Name = null;
6959
+
6960
+ /**
6961
+ * <p>code corresponding to the function name after dimensional classification</p>
6962
+ * @type {string || null}
6963
+ */
6964
+ this.Code = null;
6965
+
6966
+ /**
6967
+ * <p>Sum value of the current group</p>
6968
+ * @type {string || null}
6969
+ */
6970
+ this.SumCost = null;
6971
+
6972
+ /**
6973
+ * <p>Amount statistics by date grouping</p>
6974
+ * @type {Array.<PeriodItemDetail> || null}
6975
+ */
6976
+ this.ItemDetail = null;
6977
+
6978
+ }
6979
+
6980
+ /**
6981
+ * @private
6982
+ */
6983
+ deserialize(params) {
6984
+ if (!params) {
6985
+ return;
6986
+ }
6987
+ this.Name = 'Name' in params ? params.Name : null;
6988
+ this.Code = 'Code' in params ? params.Code : null;
6989
+ this.SumCost = 'SumCost' in params ? params.SumCost : null;
6990
+
6991
+ if (params.ItemDetail) {
6992
+ this.ItemDetail = new Array();
6993
+ for (let z in params.ItemDetail) {
6994
+ let obj = new PeriodItemDetail();
6995
+ obj.deserialize(params.ItemDetail[z]);
6996
+ this.ItemDetail.push(obj);
6997
+ }
6998
+ }
6999
+
7000
+ }
7001
+ }
7002
+
6572
7003
  /**
6573
7004
  * DescribeRebateDownloadUrl request structure.
6574
7005
  * @class
@@ -6638,7 +7069,7 @@ module.exports = {
6638
7069
  DescribeCustomerVoucherListResponse: DescribeCustomerVoucherListResponse,
6639
7070
  QueryDirectCustomersCreditData: QueryDirectCustomersCreditData,
6640
7071
  DescribeCustomerOwnVoucherListRequest: DescribeCustomerOwnVoucherListRequest,
6641
- DescribeCustomerBillSummaryResponse: DescribeCustomerBillSummaryResponse,
7072
+ GetCountryCodesResponse: GetCountryCodesResponse,
6642
7073
  TradeTwoNode: TradeTwoNode,
6643
7074
  QueryT1IndirectCustomersDetailRequest: QueryT1IndirectCustomersDetailRequest,
6644
7075
  CreateAndSendClientInvitationMailResponse: CreateAndSendClientInvitationMailResponse,
@@ -6656,6 +7087,8 @@ module.exports = {
6656
7087
  CreateAccountRequest: CreateAccountRequest,
6657
7088
  DescribeBillSummaryRequest: DescribeBillSummaryRequest,
6658
7089
  QueryDirectCustomersCreditRequest: QueryDirectCustomersCreditRequest,
7090
+ CostAnalyzeFilter: CostAnalyzeFilter,
7091
+ CostAnalyzeDimensionData: CostAnalyzeDimensionData,
6659
7092
  QueryCustomerBillingQuotaData: QueryCustomerBillingQuotaData,
6660
7093
  QueryPartnerCreditRequest: QueryPartnerCreditRequest,
6661
7094
  GetTradeConfigListRequest: GetTradeConfigListRequest,
@@ -6669,18 +7102,20 @@ module.exports = {
6669
7102
  QueryCustomerBillingQuotaResponse: QueryCustomerBillingQuotaResponse,
6670
7103
  DescribeCustomerBillSummaryRequest: DescribeCustomerBillSummaryRequest,
6671
7104
  QueryPendingSubAgentsV2ResponseData: QueryPendingSubAgentsV2ResponseData,
7105
+ QueryPendingCustomersItem: QueryPendingCustomersItem,
6672
7106
  ApproveSubAgentApplyResponse: ApproveSubAgentApplyResponse,
6673
7107
  QueryInvitationInfoResponse: QueryInvitationInfoResponse,
6674
7108
  DescribeBillSummaryByPayModeResponse: DescribeBillSummaryByPayModeResponse,
6675
7109
  QueryAccountVerificationStatusResponse: QueryAccountVerificationStatusResponse,
6676
7110
  AllocateCustomerCreditRequest: AllocateCustomerCreditRequest,
6677
7111
  DescribeCustomerOwnVoucherListResponse: DescribeCustomerOwnVoucherListResponse,
7112
+ DescribeCustomerOwnCostExplorerSummaryResponse: DescribeCustomerOwnCostExplorerSummaryResponse,
6678
7113
  ModifyClientRemarkResponse: ModifyClientRemarkResponse,
6679
7114
  QueryInvitationInfoData: QueryInvitationInfoData,
6680
7115
  DescribeCustomerVoucherUsageDetailsResponse: DescribeCustomerVoucherUsageDetailsResponse,
6681
7116
  DescribeBillSummaryByPayModeRequest: DescribeBillSummaryByPayModeRequest,
6682
7117
  QuerySubAgentsDetailV2Request: QuerySubAgentsDetailV2Request,
6683
- GetCountryCodesResponse: GetCountryCodesResponse,
7118
+ DescribeCustomerBillSummaryResponse: DescribeCustomerBillSummaryResponse,
6684
7119
  AllocateCreditPoolRequest: AllocateCreditPoolRequest,
6685
7120
  AllocateCustomerCreditResponse: AllocateCustomerCreditResponse,
6686
7121
  CostAnalyzeFilterDetail: CostAnalyzeFilterDetail,
@@ -6689,12 +7124,12 @@ module.exports = {
6689
7124
  GetCountryCodesRequest: GetCountryCodesRequest,
6690
7125
  ForceQNResponse: ForceQNResponse,
6691
7126
  DescribeBillDetailResponse: DescribeBillDetailResponse,
6692
- QueryDirectCustomersCreditResponse: QueryDirectCustomersCreditResponse,
7127
+ DescribeCustomerUinRequest: DescribeCustomerUinRequest,
6693
7128
  DescribeBillDownloadUrlResponse: DescribeBillDownloadUrlResponse,
6694
7129
  DescribeCustomerVoucherListRequest: DescribeCustomerVoucherListRequest,
6695
- DescribeCustomerUinRequest: DescribeCustomerUinRequest,
6696
7130
  TradeOneNode: TradeOneNode,
6697
7131
  DescribeRebateDownloadUrlResponse: DescribeRebateDownloadUrlResponse,
7132
+ QueryDirectCustomersCreditResponse: QueryDirectCustomersCreditResponse,
6698
7133
  QuerySubAgentsDetailV2ResponseData: QuerySubAgentsDetailV2ResponseData,
6699
7134
  DescribeBillSummaryResponse: DescribeBillSummaryResponse,
6700
7135
  DescribeCustomerOwnVoucherUsageDetailsRequest: DescribeCustomerOwnVoucherUsageDetailsRequest,
@@ -6702,6 +7137,7 @@ module.exports = {
6702
7137
  QueryCustomersCreditRequest: QueryCustomersCreditRequest,
6703
7138
  QueryPolicyProductListByCodeRequest: QueryPolicyProductListByCodeRequest,
6704
7139
  QueryT1IndirectCustomersDetailResponseData: QueryT1IndirectCustomersDetailResponseData,
7140
+ DescribeCustomerOwnCostExplorerSummaryRequest: DescribeCustomerOwnCostExplorerSummaryRequest,
6705
7141
  DescribeCustomerOwnVoucherItem: DescribeCustomerOwnVoucherItem,
6706
7142
  DescribeCustomerInfoResponse: DescribeCustomerInfoResponse,
6707
7143
  QueryVoucherPoolResponse: QueryVoucherPoolResponse,
@@ -6710,7 +7146,7 @@ module.exports = {
6710
7146
  ActionSummaryOverviewItem: ActionSummaryOverviewItem,
6711
7147
  QueryPendingClientsV2Response: QueryPendingClientsV2Response,
6712
7148
  AllocateCreditPoolResponse: AllocateCreditPoolResponse,
6713
- QueryPendingCustomersItem: QueryPendingCustomersItem,
7149
+ PeriodItemDetail: PeriodItemDetail,
6714
7150
  QueryCreditAllocationHistoryRequest: QueryCreditAllocationHistoryRequest,
6715
7151
  DescribeCustomerUinResponse: DescribeCustomerUinResponse,
6716
7152
  DescribeCustomerBillDetailByDayResponse: DescribeCustomerBillDetailByDayResponse,
@@ -6753,6 +7189,7 @@ module.exports = {
6753
7189
  QueryCustomerBillingQuotaRequest: QueryCustomerBillingQuotaRequest,
6754
7190
  DescribeCustomerInfoData: DescribeCustomerInfoData,
6755
7191
  CreateAndSendClientInvitationMailRequest: CreateAndSendClientInvitationMailRequest,
7192
+ DimensionPeriodData: DimensionPeriodData,
6756
7193
  DescribeRebateDownloadUrlRequest: DescribeRebateDownloadUrlRequest,
6757
7194
  SendVerifyCodeResponse: SendVerifyCodeResponse,
6758
7195
 
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210331: require("./v20210331"), v20181225: require("./v20181225"),
2
+ v20181225: require("./v20181225"), v20210331: require("./v20210331"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210111: require("./v20210111"), v20190711: require("./v20190711"),
2
+ v20190711: require("./v20190711"), v20210111: require("./v20210111"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20180525: require("./v20180525"), v20220501: require("./v20220501"),
2
+ v20220501: require("./v20220501"), v20180525: require("./v20180525"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210922: require("./v20210922"), v20201229: require("./v20201229"),
2
+ v20201229: require("./v20201229"), v20210922: require("./v20210922"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20180717: require("./v20180717"), v20240718: require("./v20240718"),
2
+ v20240718: require("./v20240718"), v20180717: require("./v20180717"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210820: require("./v20210820"), v20250806: require("./v20250806"),
2
+ v20250806: require("./v20250806"), v20210820: require("./v20210820"),
3
3
  };
@@ -19515,7 +19515,7 @@ class SearchConditionNew extends AbstractModel {
19515
19515
  super();
19516
19516
 
19517
19517
  /**
19518
- * Query Framework, required
19518
+ * Query Framework, required.
19519
19519
  * @type {SearchConditionInstanceNew || null}
19520
19520
  */
19521
19521
  this.Instance = null;
@@ -39650,7 +39650,7 @@ class GetOfflineDIInstanceListRequest extends AbstractModel {
39650
39650
  this.PageIndex = null;
39651
39651
 
39652
39652
  /**
39653
- * Number of Items per Page
39653
+ * Number of Items per Page.
39654
39654
  * @type {number || null}
39655
39655
  */
39656
39656
  this.PageSize = null;