tencentcloud-sdk-nodejs 4.1.119 → 4.1.121
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/es/common/credential.js +209 -0
- package/es/common/index.js +1 -0
- package/es/common/sdk_version.js +1 -1
- package/es/services/apm/v20210622/apm_client.js +3 -0
- package/es/services/billing/v20180709/billing_client.js +22 -4
- package/es/services/ccc/v20200210/ccc_client.js +5 -2
- package/es/services/cvm/v20170312/cvm_client.js +0 -12
- package/es/services/gs/v20191118/gs_client.js +12 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +5 -2
- package/es/services/wedata/index.js +2 -0
- package/es/services/wedata/v20250806/index.js +6 -0
- package/es/services/wedata/v20250806/wedata_client.js +237 -0
- package/es/services/wedata/v20250806/wedata_models.js +1 -0
- package/package.json +3 -1
- package/tencentcloud/common/credential.d.ts +101 -0
- package/tencentcloud/common/credential.js +267 -0
- package/tencentcloud/common/cvm_role_credential.d.ts +2 -7
- package/tencentcloud/common/index.d.ts +1 -0
- package/tencentcloud/common/index.js +1 -0
- package/tencentcloud/common/interface.d.ts +7 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ai3d/v20250513/ai3d_client.d.ts +4 -4
- package/tencentcloud/services/ai3d/v20250513/ai3d_client.js +4 -4
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
- package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +163 -0
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +29 -5
- package/tencentcloud/services/billing/v20180709/billing_client.js +42 -6
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1245 -338
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +89 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +45 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +17 -0
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +116 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -17
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +0 -24
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +49 -455
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +14 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +17 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +24 -0
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +171 -71
- package/tencentcloud/services/iai/v20180301/iai_client.d.ts +0 -1
- package/tencentcloud/services/iai/v20180301/iai_client.js +0 -1
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +12 -13
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +7 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +9 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +35 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +75 -6
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +14 -1
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +6 -4
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +6 -4
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +10 -7
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +5 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +0 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +0 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +0 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +0 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/tencentcloud/services/wedata/index.d.ts +4 -0
- package/tencentcloud/services/wedata/index.js +2 -0
- package/tencentcloud/services/wedata/v20250806/index.d.ts +6 -0
- package/tencentcloud/services/wedata/v20250806/index.js +10 -0
- package/tencentcloud/services/wedata/v20250806/wedata_client.d.ts +318 -0
- package/tencentcloud/services/wedata/v20250806/wedata_client.js +493 -0
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +7466 -0
- package/tencentcloud/services/wedata/v20250806/wedata_models.js +18 -0
@@ -61,6 +61,28 @@ export interface DescribeCostSummaryByProductRequest {
|
|
61
61
|
*/
|
62
62
|
NeedRecordNum?: number;
|
63
63
|
}
|
64
|
+
/**
|
65
|
+
* DescribeBudget返回参数结构体
|
66
|
+
*/
|
67
|
+
export interface DescribeBudgetResponse {
|
68
|
+
/**
|
69
|
+
* 预算项目详情
|
70
|
+
*/
|
71
|
+
Data?: DataForBudgetInfoPage;
|
72
|
+
/**
|
73
|
+
* 信息提示
|
74
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
75
|
+
*/
|
76
|
+
Message?: string;
|
77
|
+
/**
|
78
|
+
* 返回码
|
79
|
+
*/
|
80
|
+
Code?: number;
|
81
|
+
/**
|
82
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
83
|
+
*/
|
84
|
+
RequestId?: string;
|
85
|
+
}
|
64
86
|
/**
|
65
87
|
* DescribeCostExplorerSummary返回参数结构体
|
66
88
|
*/
|
@@ -131,6 +153,41 @@ export interface ConsumptionBusinessSummaryDataItem {
|
|
131
153
|
*/
|
132
154
|
RegionName?: string;
|
133
155
|
}
|
156
|
+
/**
|
157
|
+
* ModifyGatherRule请求参数结构体
|
158
|
+
*/
|
159
|
+
export interface ModifyGatherRuleRequest {
|
160
|
+
/**
|
161
|
+
* 所编辑归集规则ID
|
162
|
+
*/
|
163
|
+
Id: number;
|
164
|
+
/**
|
165
|
+
* 所编辑分账规则详情
|
166
|
+
*/
|
167
|
+
RuleDetail: AllocationRuleExpression;
|
168
|
+
/**
|
169
|
+
* 月份,不传默认当前月
|
170
|
+
*/
|
171
|
+
Month?: string;
|
172
|
+
}
|
173
|
+
/**
|
174
|
+
* 预算阈值提醒信息
|
175
|
+
*/
|
176
|
+
export interface BudgetWarn {
|
177
|
+
/**
|
178
|
+
* ACTUAL 实际金额,
|
179
|
+
FORECAST 预测金额
|
180
|
+
*/
|
181
|
+
WarnType: string;
|
182
|
+
/**
|
183
|
+
* PERCENTAGE 预算金额的百分比,ABS 固定值
|
184
|
+
*/
|
185
|
+
CalType: string;
|
186
|
+
/**
|
187
|
+
* 阈值(大于等于0)
|
188
|
+
*/
|
189
|
+
ThresholdValue: string;
|
190
|
+
}
|
134
191
|
/**
|
135
192
|
* ModifyAllocationRule请求参数结构体
|
136
193
|
*/
|
@@ -229,6 +286,148 @@ export interface AllocationOverviewTotal {
|
|
229
286
|
*/
|
230
287
|
TransferPayAmount?: string;
|
231
288
|
}
|
289
|
+
/**
|
290
|
+
* 查询返回预算完整信息
|
291
|
+
*/
|
292
|
+
export interface BudgetExtend {
|
293
|
+
/**
|
294
|
+
* 预算名称
|
295
|
+
*/
|
296
|
+
BudgetName: string;
|
297
|
+
/**
|
298
|
+
* 预算额度
|
299
|
+
*/
|
300
|
+
BudgetQuota: string;
|
301
|
+
/**
|
302
|
+
* DAY 天,MONTH 月度,QUARTER 季度 ,YEAR 年度
|
303
|
+
*/
|
304
|
+
CycleType: string;
|
305
|
+
/**
|
306
|
+
* BILL 系统账单,CONSUMPTION 消耗账单
|
307
|
+
*/
|
308
|
+
BillType: string;
|
309
|
+
/**
|
310
|
+
* COST 原价,REAL_COST 实际费用,CASH 现金,INCENTIVE 赠送金,VOUCHER 代金券,TRANSFER 分成金,TAX 税,AMOUNT_BEFORE_TAX 现金支付(税前)
|
311
|
+
*/
|
312
|
+
FeeType: string;
|
313
|
+
/**
|
314
|
+
* 有效期起始时间 2025-01-01
|
315
|
+
*/
|
316
|
+
PeriodBegin: string;
|
317
|
+
/**
|
318
|
+
* 有效期结束时间 2025-12-01
|
319
|
+
*/
|
320
|
+
PeriodEnd: string;
|
321
|
+
/**
|
322
|
+
* COST,USAGE,RI,SP
|
323
|
+
*/
|
324
|
+
Dimensions: string;
|
325
|
+
/**
|
326
|
+
* FIX 固定值,CYCLE 不同值
|
327
|
+
*/
|
328
|
+
PlanType: string;
|
329
|
+
/**
|
330
|
+
* 阈值提醒
|
331
|
+
*/
|
332
|
+
WarnJson: Array<BudgetWarn>;
|
333
|
+
/**
|
334
|
+
* 用户Uin
|
335
|
+
*/
|
336
|
+
PayerUin?: number;
|
337
|
+
/**
|
338
|
+
* 波动提醒
|
339
|
+
*/
|
340
|
+
WaveThresholdJson?: Array<WaveThresholdForm>;
|
341
|
+
/**
|
342
|
+
* 预算备注
|
343
|
+
*/
|
344
|
+
BudgetNote?: string;
|
345
|
+
/**
|
346
|
+
* 自定义发送对象信息
|
347
|
+
*/
|
348
|
+
SendDetail?: string;
|
349
|
+
/**
|
350
|
+
* 0:默认uin发送
|
351
|
+
*/
|
352
|
+
DefaultMode?: number;
|
353
|
+
/**
|
354
|
+
* CUS 自定义预算,ZERO_COST 零支出预算模板,BY_MONTH 按月费用预算模板
|
355
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
356
|
+
*/
|
357
|
+
TemplateType?: string;
|
358
|
+
/**
|
359
|
+
* (1, "未超支"),
|
360
|
+
(2, "超支")
|
361
|
+
*/
|
362
|
+
MoneyStatus?: number;
|
363
|
+
/**
|
364
|
+
* 提醒次数
|
365
|
+
*/
|
366
|
+
RemindTimes?: number;
|
367
|
+
/**
|
368
|
+
* 创建预算时间
|
369
|
+
*/
|
370
|
+
CreateTime?: string;
|
371
|
+
/**
|
372
|
+
* 更新预算时间
|
373
|
+
*/
|
374
|
+
UpdateTime?: string;
|
375
|
+
/**
|
376
|
+
* 预算关联Id
|
377
|
+
*/
|
378
|
+
BudgetId?: string;
|
379
|
+
/**
|
380
|
+
* NO_FORECAST(没有设置预测),
|
381
|
+
FORECAST_NO_DATA(设置了预测,但是没有数据),
|
382
|
+
FORECAST_HAS_DATA(设置了预测,且有预测数据)
|
383
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
384
|
+
*/
|
385
|
+
HasForecast?: string;
|
386
|
+
/**
|
387
|
+
* 预测费用
|
388
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
389
|
+
*/
|
390
|
+
ForecastCost?: string;
|
391
|
+
/**
|
392
|
+
* 预测进度
|
393
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
394
|
+
*/
|
395
|
+
ForecastProgress?: string;
|
396
|
+
/**
|
397
|
+
* 实际费用
|
398
|
+
*/
|
399
|
+
RealCost?: string;
|
400
|
+
/**
|
401
|
+
* 自定义发送
|
402
|
+
*/
|
403
|
+
BudgetSendInfoForm?: Array<BudgetSendInfoDto>;
|
404
|
+
/**
|
405
|
+
* 当前周期
|
406
|
+
*/
|
407
|
+
CurDateDesc?: string;
|
408
|
+
/**
|
409
|
+
* EXPIRED 已过期
|
410
|
+
ACTIVE 生效中
|
411
|
+
UNACTIVATED 已失效
|
412
|
+
ACTIVATED 待生效
|
413
|
+
*/
|
414
|
+
BudgetStatus?: string;
|
415
|
+
/**
|
416
|
+
* 预算维度范围条件
|
417
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
418
|
+
*/
|
419
|
+
DimensionsRange?: BudgetConditionsForm;
|
420
|
+
/**
|
421
|
+
* 预算进度
|
422
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
423
|
+
*/
|
424
|
+
BudgetProgress?: string;
|
425
|
+
/**
|
426
|
+
* 预算类型设置为计划预算时返回预算额度
|
427
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
428
|
+
*/
|
429
|
+
BudgetQuotaJson?: Array<BudgetPlan>;
|
430
|
+
}
|
232
431
|
/**
|
233
432
|
* 收支明细的流水信息
|
234
433
|
*/
|
@@ -304,6 +503,35 @@ export interface AnalyseActionTypeDetail {
|
|
304
503
|
*/
|
305
504
|
ActionTypeName?: string;
|
306
505
|
}
|
506
|
+
/**
|
507
|
+
* DescribeBudget请求参数结构体
|
508
|
+
*/
|
509
|
+
export interface DescribeBudgetRequest {
|
510
|
+
/**
|
511
|
+
* 页码,整型
|
512
|
+
*/
|
513
|
+
PageNo: number;
|
514
|
+
/**
|
515
|
+
* 每页数目,整型
|
516
|
+
*/
|
517
|
+
PageSize: number;
|
518
|
+
/**
|
519
|
+
* 预算项目id
|
520
|
+
*/
|
521
|
+
BudgetId?: string;
|
522
|
+
/**
|
523
|
+
* 预算名称
|
524
|
+
*/
|
525
|
+
BudgetName?: string;
|
526
|
+
/**
|
527
|
+
* EXPIRED失效,ACTIVE生效中, ACTIVATED待生效
|
528
|
+
*/
|
529
|
+
BudgetStatus?: string;
|
530
|
+
/**
|
531
|
+
* DAY天 MONTH月度 QUARTER季度 YEAR年度
|
532
|
+
*/
|
533
|
+
CycleTypes?: Array<string>;
|
534
|
+
}
|
307
535
|
/**
|
308
536
|
* DescribeCostExplorerSummary请求参数结构体
|
309
537
|
*/
|
@@ -617,6 +845,61 @@ export interface DescribeBillSummaryByRegionRequest {
|
|
617
845
|
*/
|
618
846
|
PayerUin?: string;
|
619
847
|
}
|
848
|
+
/**
|
849
|
+
* CreateBudget请求参数结构体
|
850
|
+
*/
|
851
|
+
export interface CreateBudgetRequest {
|
852
|
+
/**
|
853
|
+
* 预算名称
|
854
|
+
*/
|
855
|
+
BudgetName: string;
|
856
|
+
/**
|
857
|
+
* DAY 天,MONTH 月度,QUARTER 季度 ,YEAR 年度
|
858
|
+
*/
|
859
|
+
CycleType: string;
|
860
|
+
/**
|
861
|
+
* 有效期起始时间 2025-01-01(周期: 天) / 2025-01(周期: 月)
|
862
|
+
*/
|
863
|
+
PeriodBegin: string;
|
864
|
+
/**
|
865
|
+
* 有效期结束时间 2025-12-01(周期:天) / 2025-12(周期:月)
|
866
|
+
*/
|
867
|
+
PeriodEnd: string;
|
868
|
+
/**
|
869
|
+
* FIX 固定预算,CYCLE 计划预算
|
870
|
+
*/
|
871
|
+
PlanType: string;
|
872
|
+
/**
|
873
|
+
* 预算值额度
|
874
|
+
预算计划类型为FIX(固定预算)时传定值;
|
875
|
+
预算计划类型为CYCLE(计划预算)时传[{"dateDesc":"2025-07","quota":"1000"},{"dateDesc":"2025-08","quota":"2000"}];
|
876
|
+
*/
|
877
|
+
BudgetQuota: string;
|
878
|
+
/**
|
879
|
+
* BILL 系统账单,CONSUMPTION 消耗账单
|
880
|
+
*/
|
881
|
+
BillType: string;
|
882
|
+
/**
|
883
|
+
* COST 原价,REAL_COST 实际费用,CASH 现金,INCENTIVE 赠送金,VOUCHER 代金券,TRANSFER 分成金,TAX 税,AMOUNT_BEFORE_TAX 现金支付(税前)
|
884
|
+
*/
|
885
|
+
FeeType: string;
|
886
|
+
/**
|
887
|
+
* 阈值提醒
|
888
|
+
*/
|
889
|
+
WarnJson: Array<BudgetWarn>;
|
890
|
+
/**
|
891
|
+
* 预算备注
|
892
|
+
*/
|
893
|
+
BudgetNote?: string;
|
894
|
+
/**
|
895
|
+
* 预算维度范围条件
|
896
|
+
*/
|
897
|
+
DimensionsRange?: BudgetConditionsForm;
|
898
|
+
/**
|
899
|
+
* 波动提醒
|
900
|
+
*/
|
901
|
+
WaveThresholdJson?: Array<WaveThresholdForm>;
|
902
|
+
}
|
620
903
|
/**
|
621
904
|
* UIN异常调整明细
|
622
905
|
*/
|
@@ -770,45 +1053,21 @@ export interface ConsumptionRegionSummaryDataItem {
|
|
770
1053
|
TransferPayAmount?: string;
|
771
1054
|
}
|
772
1055
|
/**
|
773
|
-
*
|
1056
|
+
* DeleteBudget返回参数结构体
|
774
1057
|
*/
|
775
|
-
export interface
|
776
|
-
/**
|
777
|
-
* 分账单元ID
|
778
|
-
*/
|
779
|
-
Id?: number;
|
780
|
-
/**
|
781
|
-
* 分账单元所属UIN
|
782
|
-
*/
|
783
|
-
Uin?: string;
|
784
|
-
/**
|
785
|
-
* 分账单元名称
|
786
|
-
*/
|
787
|
-
Name?: string;
|
788
|
-
/**
|
789
|
-
* 分账单元父节点ID
|
790
|
-
*/
|
791
|
-
ParentId?: number;
|
792
|
-
/**
|
793
|
-
* 源组织名称
|
794
|
-
*/
|
795
|
-
SourceName?: string;
|
796
|
-
/**
|
797
|
-
* 源组织ID
|
798
|
-
*/
|
799
|
-
SourceId?: string;
|
1058
|
+
export interface DeleteBudgetResponse {
|
800
1059
|
/**
|
801
|
-
*
|
1060
|
+
* 返回删除预算项目id
|
802
1061
|
*/
|
803
|
-
|
1062
|
+
Data?: Array<string>;
|
804
1063
|
/**
|
805
|
-
*
|
1064
|
+
* 信息提示
|
806
1065
|
*/
|
807
|
-
|
1066
|
+
Message?: string;
|
808
1067
|
/**
|
809
|
-
*
|
1068
|
+
* 返回码
|
810
1069
|
*/
|
811
|
-
|
1070
|
+
Code?: number;
|
812
1071
|
/**
|
813
1072
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
814
1073
|
*/
|
@@ -1353,6 +1612,21 @@ export interface DeleteAllocationTagRequest {
|
|
1353
1612
|
*/
|
1354
1613
|
TagKey: Array<string>;
|
1355
1614
|
}
|
1615
|
+
/**
|
1616
|
+
* 字段排序
|
1617
|
+
*/
|
1618
|
+
export interface OrderDto {
|
1619
|
+
/**
|
1620
|
+
* 字段
|
1621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1622
|
+
*/
|
1623
|
+
Column: string;
|
1624
|
+
/**
|
1625
|
+
* 是否升序
|
1626
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1627
|
+
*/
|
1628
|
+
Asc: boolean;
|
1629
|
+
}
|
1356
1630
|
/**
|
1357
1631
|
* DescribeBillSummaryByProduct请求参数结构体
|
1358
1632
|
*/
|
@@ -1537,6 +1811,33 @@ export interface BillDistributionResourceSummary {
|
|
1537
1811
|
*/
|
1538
1812
|
BillMonth?: string;
|
1539
1813
|
}
|
1814
|
+
/**
|
1815
|
+
* 阈值波动预警信息
|
1816
|
+
*/
|
1817
|
+
export interface WaveThresholdForm {
|
1818
|
+
/**
|
1819
|
+
* ACTUAL 实际金额,FORECAST 预测金额
|
1820
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1821
|
+
*/
|
1822
|
+
WarnType?: string;
|
1823
|
+
/**
|
1824
|
+
* 波动阈值(大于等于0)
|
1825
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1826
|
+
*/
|
1827
|
+
Threshold?: string;
|
1828
|
+
/**
|
1829
|
+
* 告警类型:chain 环比,yoy 同比,fix 固定值
|
1830
|
+
(支持类型:日环比 chain day,日同比周维度 chain weekday,日同比月维度 yoy day,日固定值 fix day,月环比 chain month,月固定值 fix month)
|
1831
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1832
|
+
*/
|
1833
|
+
MetaType?: string;
|
1834
|
+
/**
|
1835
|
+
* 告警维度:day 日,month 月,weekday 周
|
1836
|
+
(支持类型:日环比 chain day,日同比周维度 chain weekday,日同比月维度 yoy day,日固定值 fix day,月环比 chain month,月固定值 fix month)
|
1837
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1838
|
+
*/
|
1839
|
+
PeriodType?: string;
|
1840
|
+
}
|
1540
1841
|
/**
|
1541
1842
|
* 产品汇总信息
|
1542
1843
|
*/
|
@@ -1712,7 +2013,7 @@ export interface DescribeBillListRequest {
|
|
1712
2013
|
all所有扣费类型;trade预付费支付;hour_h按量小时结;hour_d按量日结;hour_m按量月结;decompensate调账扣费;other第三方扣费;panshi 线下项目扣费;offline 线下产品扣费;
|
1713
2014
|
|
1714
2015
|
当所选的交易类型为扣费recharge时:
|
1715
|
-
online 在线充值;bank-enterprice
|
2016
|
+
online 在线充值;bank-enterprice 银企直联;offline 线下充值;transfer 分成充值
|
1716
2017
|
|
1717
2018
|
当所选的交易类型为扣费cash时:
|
1718
2019
|
online 线上提现;offline 线下提现;panshi 赠送金清零
|
@@ -1812,61 +2113,137 @@ export interface ConsumptionSummaryTotal {
|
|
1812
2113
|
RealTotalCost?: string;
|
1813
2114
|
}
|
1814
2115
|
/**
|
1815
|
-
*
|
2116
|
+
* 预算管理自定义费用范围参数
|
1816
2117
|
*/
|
1817
|
-
export interface
|
2118
|
+
export interface BudgetConditionsForm {
|
1818
2119
|
/**
|
1819
|
-
*
|
2120
|
+
* 产品
|
2121
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1820
2122
|
*/
|
1821
|
-
|
2123
|
+
Business?: Array<string>;
|
1822
2124
|
/**
|
1823
|
-
*
|
2125
|
+
* 计费模式
|
2126
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1824
2127
|
*/
|
1825
|
-
|
2128
|
+
PayMode?: Array<string>;
|
1826
2129
|
/**
|
1827
|
-
*
|
2130
|
+
* 子产品
|
2131
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1828
2132
|
*/
|
1829
|
-
|
2133
|
+
ProductCodes?: Array<string>;
|
1830
2134
|
/**
|
1831
|
-
*
|
1832
|
-
|
1833
|
-
day - 日
|
2135
|
+
* 组件编码
|
2136
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1834
2137
|
*/
|
1835
|
-
|
2138
|
+
ComponentCodes?: Array<string>;
|
1836
2139
|
/**
|
1837
|
-
*
|
2140
|
+
* 地域
|
2141
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1838
2142
|
*/
|
1839
|
-
|
2143
|
+
ZoneIds?: Array<string>;
|
1840
2144
|
/**
|
1841
|
-
*
|
1842
|
-
|
1843
|
-
GatherVoucherPayAmount- 归集费用(优惠券)
|
1844
|
-
GatherIncentivePayAmount - 归集费用(赠送金)
|
1845
|
-
GatherTransferPayAmount - 归集费用(分成金)
|
1846
|
-
AllocateCashPayAmount - 分摊费用(现金)
|
1847
|
-
AllocateVoucherPayAmount - 分摊费用(优惠券)
|
1848
|
-
AllocateIncentivePayAmount - 分摊费用(赠送金)
|
1849
|
-
AllocateTransferPayAmount - 分摊费用(分成金)
|
1850
|
-
TotalCashPayAmount - 合计费用(现金)
|
1851
|
-
TotalVoucherPayAmount - 合计费用(优惠券)
|
1852
|
-
TotalIncentivePayAmount - 合计费用(赠送金)
|
1853
|
-
TotalTransferPayAmount - 合计费用(分成金)
|
1854
|
-
GatherRealCost - 归集费用(折后总额)
|
1855
|
-
AllocateRealCost - 分摊费用(折后总额)
|
1856
|
-
RealTotalCost - 合计费用(折后总额)
|
1857
|
-
Ratio - 占比(折后总额)
|
2145
|
+
* 可用区
|
2146
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1858
2147
|
*/
|
1859
|
-
|
2148
|
+
RegionIds?: Array<string>;
|
1860
2149
|
/**
|
1861
|
-
*
|
1862
|
-
|
1863
|
-
desc - 降序
|
2150
|
+
* 项目
|
2151
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1864
2152
|
*/
|
1865
|
-
|
2153
|
+
ProjectIds?: Array<string>;
|
1866
2154
|
/**
|
1867
|
-
*
|
2155
|
+
* 交易类型
|
2156
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1868
2157
|
*/
|
1869
|
-
|
2158
|
+
ActionTypes?: Array<string>;
|
2159
|
+
/**
|
2160
|
+
* 消耗类型
|
2161
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2162
|
+
*/
|
2163
|
+
ConsumptionTypes?: Array<string>;
|
2164
|
+
/**
|
2165
|
+
* 标签
|
2166
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2167
|
+
*/
|
2168
|
+
Tags?: Array<TagsForm>;
|
2169
|
+
/**
|
2170
|
+
* 末级分账单元
|
2171
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2172
|
+
*/
|
2173
|
+
PayerUins?: Array<string>;
|
2174
|
+
/**
|
2175
|
+
* 主用户Uin
|
2176
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2177
|
+
*/
|
2178
|
+
OwnerUins?: Array<string>;
|
2179
|
+
/**
|
2180
|
+
* 末级分账单元唯一键
|
2181
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2182
|
+
*/
|
2183
|
+
TreeNodeUniqKeys?: Array<string>;
|
2184
|
+
}
|
2185
|
+
/**
|
2186
|
+
* DescribeAccountBalance返回参数结构体
|
2187
|
+
*/
|
2188
|
+
export interface DescribeAccountBalanceResponse {
|
2189
|
+
/**
|
2190
|
+
* 接口做过变更,为兼容老接口,本字段与RealBalance相同,为当前真实可用余额,单位 分
|
2191
|
+
*/
|
2192
|
+
Balance?: number;
|
2193
|
+
/**
|
2194
|
+
* 查询的用户Uin
|
2195
|
+
*/
|
2196
|
+
Uin?: number;
|
2197
|
+
/**
|
2198
|
+
* 当前真实可用余额,单位 分
|
2199
|
+
*/
|
2200
|
+
RealBalance?: number;
|
2201
|
+
/**
|
2202
|
+
* 现金账户余额,单位 分
|
2203
|
+
*/
|
2204
|
+
CashAccountBalance?: number;
|
2205
|
+
/**
|
2206
|
+
* 收益转入账户余额,单位 分
|
2207
|
+
*/
|
2208
|
+
IncomeIntoAccountBalance?: number;
|
2209
|
+
/**
|
2210
|
+
* 赠送账户余额,单位 分
|
2211
|
+
*/
|
2212
|
+
PresentAccountBalance?: number;
|
2213
|
+
/**
|
2214
|
+
* 冻结金额,单位 分
|
2215
|
+
*/
|
2216
|
+
FreezeAmount?: number;
|
2217
|
+
/**
|
2218
|
+
* 欠费金额,单位 分
|
2219
|
+
*/
|
2220
|
+
OweAmount?: number;
|
2221
|
+
/**
|
2222
|
+
* 是否允许欠费消费
|
2223
|
+
* @deprecated
|
2224
|
+
*/
|
2225
|
+
IsAllowArrears?: boolean;
|
2226
|
+
/**
|
2227
|
+
* 是否限制信用额度
|
2228
|
+
* @deprecated
|
2229
|
+
*/
|
2230
|
+
IsCreditLimited?: boolean;
|
2231
|
+
/**
|
2232
|
+
* 信用额度,单位 分
|
2233
|
+
*/
|
2234
|
+
CreditAmount?: number;
|
2235
|
+
/**
|
2236
|
+
* 可用信用额度,单位 分
|
2237
|
+
*/
|
2238
|
+
CreditBalance?: number;
|
2239
|
+
/**
|
2240
|
+
* 真实可用信用额度,单位 分
|
2241
|
+
*/
|
2242
|
+
RealCreditBalance?: number;
|
2243
|
+
/**
|
2244
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2245
|
+
*/
|
2246
|
+
RequestId?: string;
|
1870
2247
|
}
|
1871
2248
|
/**
|
1872
2249
|
* DescribeGatherResource返回参数结构体
|
@@ -1891,6 +2268,112 @@ export interface DescribeGatherResourceResponse {
|
|
1891
2268
|
*/
|
1892
2269
|
RequestId?: string;
|
1893
2270
|
}
|
2271
|
+
/**
|
2272
|
+
* DescribeAllocationSummaryByResource请求参数结构体
|
2273
|
+
*/
|
2274
|
+
export interface DescribeAllocationSummaryByResourceRequest {
|
2275
|
+
/**
|
2276
|
+
* 数量,最大值为1000
|
2277
|
+
|
2278
|
+
*/
|
2279
|
+
Limit: number;
|
2280
|
+
/**
|
2281
|
+
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
|
2282
|
+
*/
|
2283
|
+
Offset: number;
|
2284
|
+
/**
|
2285
|
+
* 账单月份,格式为2024-02,不传默认当前月
|
2286
|
+
|
2287
|
+
*/
|
2288
|
+
Month?: string;
|
2289
|
+
/**
|
2290
|
+
* 统计周期,枚举值如下
|
2291
|
+
month - 月
|
2292
|
+
day - 日
|
2293
|
+
*/
|
2294
|
+
PeriodType?: string;
|
2295
|
+
/**
|
2296
|
+
* 分账单元唯一标识,用作筛选
|
2297
|
+
*/
|
2298
|
+
TreeNodeUniqKeys?: Array<string>;
|
2299
|
+
/**
|
2300
|
+
* 排序字段,枚举值如下:
|
2301
|
+
RiTimeSpan - 预留实例抵扣时长
|
2302
|
+
ExtendPayAmount1 - 预留实例抵扣组件原价
|
2303
|
+
RealCost - 折后总价
|
2304
|
+
CashPayAmount - 现金金额
|
2305
|
+
VoucherPayAmount - 代金券金额
|
2306
|
+
IncentivePayAmount - 赠送金金额
|
2307
|
+
TransferPayAmount -分成金金额
|
2308
|
+
Cost - 组件原价
|
2309
|
+
*/
|
2310
|
+
Sort?: string;
|
2311
|
+
/**
|
2312
|
+
* 排序类型,枚举值如下:
|
2313
|
+
asc - 升序
|
2314
|
+
desc - 降序
|
2315
|
+
*/
|
2316
|
+
SortType?: string;
|
2317
|
+
/**
|
2318
|
+
* 日期,用作筛选
|
2319
|
+
*/
|
2320
|
+
BillDates?: Array<string>;
|
2321
|
+
/**
|
2322
|
+
* 产品编码,用作筛选
|
2323
|
+
*/
|
2324
|
+
BusinessCodes?: Array<string>;
|
2325
|
+
/**
|
2326
|
+
* 使用者UIN,用作筛选
|
2327
|
+
*/
|
2328
|
+
OwnerUins?: Array<string>;
|
2329
|
+
/**
|
2330
|
+
* 操作者UIN,用作筛选
|
2331
|
+
*/
|
2332
|
+
OperateUins?: Array<string>;
|
2333
|
+
/**
|
2334
|
+
* 计费模式编码,用作筛选
|
2335
|
+
*/
|
2336
|
+
PayModes?: Array<string>;
|
2337
|
+
/**
|
2338
|
+
* 交易类型编码,用作筛选
|
2339
|
+
*/
|
2340
|
+
ActionTypes?: Array<string>;
|
2341
|
+
/**
|
2342
|
+
* 子产品编码,用作筛选
|
2343
|
+
*/
|
2344
|
+
ProductCodes?: Array<string>;
|
2345
|
+
/**
|
2346
|
+
* 地域ID,用作筛选
|
2347
|
+
*/
|
2348
|
+
RegionIds?: Array<string>;
|
2349
|
+
/**
|
2350
|
+
* 可用区ID,用作筛选
|
2351
|
+
*/
|
2352
|
+
ZoneIds?: Array<string>;
|
2353
|
+
/**
|
2354
|
+
* 实例类型编码,用作筛选
|
2355
|
+
*/
|
2356
|
+
InstanceTypes?: Array<string>;
|
2357
|
+
/**
|
2358
|
+
* 标签,用作筛选
|
2359
|
+
*/
|
2360
|
+
Tag?: Array<string>;
|
2361
|
+
/**
|
2362
|
+
* 模糊搜索:支持标签、资源id、资源别名
|
2363
|
+
*/
|
2364
|
+
SearchKey?: string;
|
2365
|
+
/**
|
2366
|
+
* 项目ID,用作筛选
|
2367
|
+
*/
|
2368
|
+
ProjectIds?: Array<number | bigint>;
|
2369
|
+
/**
|
2370
|
+
* 费用归集类型,枚举值如下:
|
2371
|
+
0 - 分摊
|
2372
|
+
1 - 归集
|
2373
|
+
-1 - 未分配
|
2374
|
+
*/
|
2375
|
+
AllocationType?: Array<number | bigint>;
|
2376
|
+
}
|
1894
2377
|
/**
|
1895
2378
|
* DescribeCostDetail返回参数结构体
|
1896
2379
|
*/
|
@@ -1963,29 +2446,30 @@ export interface DescribeAllocationSummaryByItemResponse {
|
|
1963
2446
|
RequestId?: string;
|
1964
2447
|
}
|
1965
2448
|
/**
|
1966
|
-
*
|
2449
|
+
* 预算修改记录信息分页数据
|
1967
2450
|
*/
|
1968
|
-
export interface
|
2451
|
+
export interface DataForBudgetOperationLogPage {
|
1969
2452
|
/**
|
1970
|
-
*
|
2453
|
+
* 分页
|
1971
2454
|
*/
|
1972
|
-
|
2455
|
+
Pages?: number;
|
1973
2456
|
/**
|
1974
|
-
*
|
2457
|
+
* 分页大小
|
1975
2458
|
*/
|
1976
|
-
|
2459
|
+
Size?: number;
|
1977
2460
|
/**
|
1978
|
-
*
|
2461
|
+
* 总量
|
1979
2462
|
*/
|
1980
|
-
|
2463
|
+
Total?: number;
|
1981
2464
|
/**
|
1982
|
-
*
|
2465
|
+
* 查询数据列表
|
2466
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1983
2467
|
*/
|
1984
|
-
|
2468
|
+
Records?: Array<BudgetOperationLogEntity>;
|
1985
2469
|
/**
|
1986
|
-
*
|
2470
|
+
* 当前页
|
1987
2471
|
*/
|
1988
|
-
|
2472
|
+
Current?: number;
|
1989
2473
|
}
|
1990
2474
|
/**
|
1991
2475
|
* DescribeDosageDetailByDate请求参数结构体
|
@@ -2070,6 +2554,28 @@ export interface UsageRecords {
|
|
2070
2554
|
*/
|
2071
2555
|
SeqId?: string;
|
2072
2556
|
}
|
2557
|
+
/**
|
2558
|
+
* ModifyBudget返回参数结构体
|
2559
|
+
*/
|
2560
|
+
export interface ModifyBudgetResponse {
|
2561
|
+
/**
|
2562
|
+
* 更新预算返回信息
|
2563
|
+
*/
|
2564
|
+
Data?: BudgetInfoApiResponse;
|
2565
|
+
/**
|
2566
|
+
* update success
|
2567
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2568
|
+
*/
|
2569
|
+
Message?: string;
|
2570
|
+
/**
|
2571
|
+
* 返回码
|
2572
|
+
*/
|
2573
|
+
Code?: number;
|
2574
|
+
/**
|
2575
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2576
|
+
*/
|
2577
|
+
RequestId?: string;
|
2578
|
+
}
|
2073
2579
|
/**
|
2074
2580
|
* DescribeGatherResource请求参数结构体
|
2075
2581
|
*/
|
@@ -2267,21 +2773,13 @@ export interface DescribeBillSummaryByTagResponse {
|
|
2267
2773
|
RequestId?: string;
|
2268
2774
|
}
|
2269
2775
|
/**
|
2270
|
-
*
|
2776
|
+
* ModifyAllocationRule返回参数结构体
|
2271
2777
|
*/
|
2272
|
-
export interface
|
2273
|
-
/**
|
2274
|
-
* 所编辑归集规则ID
|
2275
|
-
*/
|
2276
|
-
Id: number;
|
2277
|
-
/**
|
2278
|
-
* 所编辑分账规则详情
|
2279
|
-
*/
|
2280
|
-
RuleDetail: AllocationRuleExpression;
|
2778
|
+
export interface ModifyAllocationRuleResponse {
|
2281
2779
|
/**
|
2282
|
-
*
|
2780
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2283
2781
|
*/
|
2284
|
-
|
2782
|
+
RequestId?: string;
|
2285
2783
|
}
|
2286
2784
|
/**
|
2287
2785
|
* 账单多维度汇总消费详情
|
@@ -2325,18 +2823,45 @@ export interface SummaryDetail {
|
|
2325
2823
|
Business?: Array<BusinessSummaryInfo>;
|
2326
2824
|
}
|
2327
2825
|
/**
|
2328
|
-
*
|
2826
|
+
* DescribeAllocationUnitDetail返回参数结构体
|
2329
2827
|
*/
|
2330
|
-
export interface
|
2828
|
+
export interface DescribeAllocationUnitDetailResponse {
|
2331
2829
|
/**
|
2332
|
-
*
|
2830
|
+
* 分账单元ID
|
2333
2831
|
*/
|
2334
|
-
|
2832
|
+
Id?: number;
|
2335
2833
|
/**
|
2336
|
-
*
|
2337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2834
|
+
* 分账单元所属UIN
|
2338
2835
|
*/
|
2339
|
-
|
2836
|
+
Uin?: string;
|
2837
|
+
/**
|
2838
|
+
* 分账单元名称
|
2839
|
+
*/
|
2840
|
+
Name?: string;
|
2841
|
+
/**
|
2842
|
+
* 分账单元父节点ID
|
2843
|
+
*/
|
2844
|
+
ParentId?: number;
|
2845
|
+
/**
|
2846
|
+
* 源组织名称
|
2847
|
+
*/
|
2848
|
+
SourceName?: string;
|
2849
|
+
/**
|
2850
|
+
* 源组织ID
|
2851
|
+
*/
|
2852
|
+
SourceId?: string;
|
2853
|
+
/**
|
2854
|
+
* 备注说明
|
2855
|
+
*/
|
2856
|
+
Remark?: string;
|
2857
|
+
/**
|
2858
|
+
* 分账单元标识
|
2859
|
+
*/
|
2860
|
+
TreeNodeUniqKey?: string;
|
2861
|
+
/**
|
2862
|
+
* 若分账单元设置归集规则,返回归集规则ID,若无分账规则,则不返回
|
2863
|
+
*/
|
2864
|
+
RuleId?: number;
|
2340
2865
|
/**
|
2341
2866
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2342
2867
|
*/
|
@@ -2687,6 +3212,23 @@ export interface DescribeBillResourceSummaryForOrganizationRequest {
|
|
2687
3212
|
*/
|
2688
3213
|
TagValue?: string;
|
2689
3214
|
}
|
3215
|
+
/**
|
3216
|
+
* DescribeBudgetRemindRecordList请求参数结构体
|
3217
|
+
*/
|
3218
|
+
export interface DescribeBudgetRemindRecordListRequest {
|
3219
|
+
/**
|
3220
|
+
* 页码,整型
|
3221
|
+
*/
|
3222
|
+
PageNo: number;
|
3223
|
+
/**
|
3224
|
+
* 每页数目,整型
|
3225
|
+
*/
|
3226
|
+
PageSize: number;
|
3227
|
+
/**
|
3228
|
+
* 预算基础信息关联id
|
3229
|
+
*/
|
3230
|
+
BudgetId: string;
|
3231
|
+
}
|
2690
3232
|
/**
|
2691
3233
|
* DescribeCostSummaryByRegion请求参数结构体
|
2692
3234
|
*/
|
@@ -2753,6 +3295,63 @@ export interface DescribeBillDownloadUrlRequest {
|
|
2753
3295
|
*/
|
2754
3296
|
ChildUin?: Array<string>;
|
2755
3297
|
}
|
3298
|
+
/**
|
3299
|
+
* DescribeAllocationOverview请求参数结构体
|
3300
|
+
*/
|
3301
|
+
export interface DescribeAllocationOverviewRequest {
|
3302
|
+
/**
|
3303
|
+
* 数量,最大值为1000
|
3304
|
+
*/
|
3305
|
+
Limit: number;
|
3306
|
+
/**
|
3307
|
+
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
|
3308
|
+
*/
|
3309
|
+
Offset: number;
|
3310
|
+
/**
|
3311
|
+
* 账单月份,格式为2024-02,不传默认当前月
|
3312
|
+
*/
|
3313
|
+
Month?: string;
|
3314
|
+
/**
|
3315
|
+
* 统计周期,枚举值如下
|
3316
|
+
month - 月
|
3317
|
+
day - 日
|
3318
|
+
*/
|
3319
|
+
PeriodType?: string;
|
3320
|
+
/**
|
3321
|
+
* 分账单元唯一标识,用作筛选
|
3322
|
+
*/
|
3323
|
+
TreeNodeUniqKeys?: Array<string>;
|
3324
|
+
/**
|
3325
|
+
* 排序字段,枚举值如下:
|
3326
|
+
GatherCashPayAmount - 归集费用(现金)
|
3327
|
+
GatherVoucherPayAmount- 归集费用(优惠券)
|
3328
|
+
GatherIncentivePayAmount - 归集费用(赠送金)
|
3329
|
+
GatherTransferPayAmount - 归集费用(分成金)
|
3330
|
+
AllocateCashPayAmount - 分摊费用(现金)
|
3331
|
+
AllocateVoucherPayAmount - 分摊费用(优惠券)
|
3332
|
+
AllocateIncentivePayAmount - 分摊费用(赠送金)
|
3333
|
+
AllocateTransferPayAmount - 分摊费用(分成金)
|
3334
|
+
TotalCashPayAmount - 合计费用(现金)
|
3335
|
+
TotalVoucherPayAmount - 合计费用(优惠券)
|
3336
|
+
TotalIncentivePayAmount - 合计费用(赠送金)
|
3337
|
+
TotalTransferPayAmount - 合计费用(分成金)
|
3338
|
+
GatherRealCost - 归集费用(折后总额)
|
3339
|
+
AllocateRealCost - 分摊费用(折后总额)
|
3340
|
+
RealTotalCost - 合计费用(折后总额)
|
3341
|
+
Ratio - 占比(折后总额)
|
3342
|
+
*/
|
3343
|
+
Sort?: string;
|
3344
|
+
/**
|
3345
|
+
* 排序类型,枚举值如下:
|
3346
|
+
asc - 升序
|
3347
|
+
desc - 降序
|
3348
|
+
*/
|
3349
|
+
SortType?: string;
|
3350
|
+
/**
|
3351
|
+
* 日期,用作筛选
|
3352
|
+
*/
|
3353
|
+
BillDates?: Array<string>;
|
3354
|
+
}
|
2756
3355
|
/**
|
2757
3356
|
* DescribeAllocationSummaryByBusiness请求参数结构体
|
2758
3357
|
*/
|
@@ -2824,6 +3423,27 @@ export interface DescribeAllocationSummaryByBusinessRequest {
|
|
2824
3423
|
*/
|
2825
3424
|
SearchKey?: string;
|
2826
3425
|
}
|
3426
|
+
/**
|
3427
|
+
* CreateBudget返回参数结构体
|
3428
|
+
*/
|
3429
|
+
export interface CreateBudgetResponse {
|
3430
|
+
/**
|
3431
|
+
* 创建预算返回信息
|
3432
|
+
*/
|
3433
|
+
Data?: BudgetInfoApiResponse;
|
3434
|
+
/**
|
3435
|
+
* create success
|
3436
|
+
*/
|
3437
|
+
Message?: string;
|
3438
|
+
/**
|
3439
|
+
* 返回码
|
3440
|
+
*/
|
3441
|
+
Code?: number;
|
3442
|
+
/**
|
3443
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3444
|
+
*/
|
3445
|
+
RequestId?: string;
|
3446
|
+
}
|
2827
3447
|
/**
|
2828
3448
|
* DescribeBillSummaryByPayMode请求参数结构体
|
2829
3449
|
*/
|
@@ -4085,6 +4705,21 @@ export interface DescribeBillSummaryResponse {
|
|
4085
4705
|
*/
|
4086
4706
|
RequestId?: string;
|
4087
4707
|
}
|
4708
|
+
/**
|
4709
|
+
* 预算管理自定义费用范围,tag 参数
|
4710
|
+
*/
|
4711
|
+
export interface TagsForm {
|
4712
|
+
/**
|
4713
|
+
* key
|
4714
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4715
|
+
*/
|
4716
|
+
TagKey?: string;
|
4717
|
+
/**
|
4718
|
+
* value
|
4719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4720
|
+
*/
|
4721
|
+
TagValue?: Array<string>;
|
4722
|
+
}
|
4088
4723
|
/**
|
4089
4724
|
* 成本分析使用者uin复杂类型
|
4090
4725
|
*/
|
@@ -4323,9 +4958,40 @@ export interface ProductInfo {
|
|
4323
4958
|
Value: string;
|
4324
4959
|
}
|
4325
4960
|
/**
|
4326
|
-
*
|
4961
|
+
* 记录预算项目相关字段的变更信息
|
4327
4962
|
*/
|
4328
|
-
export interface
|
4963
|
+
export interface BudgetInfoDiffEntity {
|
4964
|
+
/**
|
4965
|
+
* 变更属性
|
4966
|
+
*/
|
4967
|
+
Property?: string;
|
4968
|
+
/**
|
4969
|
+
* 变更前内容
|
4970
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4971
|
+
*/
|
4972
|
+
Before?: string;
|
4973
|
+
/**
|
4974
|
+
* 变更后内容
|
4975
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4976
|
+
*/
|
4977
|
+
After?: string;
|
4978
|
+
}
|
4979
|
+
/**
|
4980
|
+
* DescribeBudgetOperationLog返回参数结构体
|
4981
|
+
*/
|
4982
|
+
export interface DescribeBudgetOperationLogResponse {
|
4983
|
+
/**
|
4984
|
+
* 预算修改记录详情
|
4985
|
+
*/
|
4986
|
+
Data?: DataForBudgetOperationLogPage;
|
4987
|
+
/**
|
4988
|
+
* 信息提示
|
4989
|
+
*/
|
4990
|
+
Message?: string;
|
4991
|
+
/**
|
4992
|
+
* 返回码
|
4993
|
+
*/
|
4994
|
+
Code?: number;
|
4329
4995
|
/**
|
4330
4996
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4331
4997
|
*/
|
@@ -4842,35 +5508,85 @@ export interface AllocationSummaryByBusiness {
|
|
4842
5508
|
*/
|
4843
5509
|
VoucherPayAmount?: string;
|
4844
5510
|
/**
|
4845
|
-
* 赠送账户支出(元):使用赠送金支付的金额
|
5511
|
+
* 赠送账户支出(元):使用赠送金支付的金额
|
5512
|
+
*/
|
5513
|
+
IncentivePayAmount?: string;
|
5514
|
+
/**
|
5515
|
+
* 分成账户支出(元):通过分成金账户支付的金额
|
5516
|
+
*/
|
5517
|
+
TransferPayAmount?: string;
|
5518
|
+
/**
|
5519
|
+
* 优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
|
5520
|
+
*/
|
5521
|
+
AllocationRealTotalCost?: string;
|
5522
|
+
}
|
5523
|
+
/**
|
5524
|
+
* 分账账单趋势图
|
5525
|
+
*/
|
5526
|
+
export interface AllocationStat {
|
5527
|
+
/**
|
5528
|
+
* 费用平均信息
|
5529
|
+
*/
|
5530
|
+
Average?: AllocationAverageData;
|
5531
|
+
}
|
5532
|
+
/**
|
5533
|
+
* ModifyBudget请求参数结构体
|
5534
|
+
*/
|
5535
|
+
export interface ModifyBudgetRequest {
|
5536
|
+
/**
|
5537
|
+
* 预算项目id
|
5538
|
+
*/
|
5539
|
+
BudgetId: string;
|
5540
|
+
/**
|
5541
|
+
* 预算名称
|
5542
|
+
*/
|
5543
|
+
BudgetName: string;
|
5544
|
+
/**
|
5545
|
+
* DAY 天,MONTH 月度,QUARTER 季度 ,YEAR 年度
|
5546
|
+
*/
|
5547
|
+
CycleType: string;
|
5548
|
+
/**
|
5549
|
+
* 有效期起始时间 2025-01-01
|
5550
|
+
*/
|
5551
|
+
PeriodBegin: string;
|
5552
|
+
/**
|
5553
|
+
* 有效期结束时间 2025-12-01
|
5554
|
+
*/
|
5555
|
+
PeriodEnd: string;
|
5556
|
+
/**
|
5557
|
+
* FIX 固定值,CYCLE 不同值
|
5558
|
+
*/
|
5559
|
+
PlanType: string;
|
5560
|
+
/**
|
5561
|
+
* 预算值额度
|
5562
|
+
预算计划类型固定预算时设为定值;
|
5563
|
+
预算计划类型为CYCLE(计划预算)时传[{"dateDesc":"2025-07","quota":"1000"},{"dateDesc":"2025-08","quota":"2000"}];
|
5564
|
+
*/
|
5565
|
+
BudgetQuota: string;
|
5566
|
+
/**
|
5567
|
+
* BILL 系统账单,CONSUMPTION 消耗账单
|
5568
|
+
*/
|
5569
|
+
BillType: string;
|
5570
|
+
/**
|
5571
|
+
* COST 原价,REAL_COST 实际费用,CASH 现金,INCENTIVE 赠送金,VOUCHER 代金券,TRANSFER 分成金,TAX 税,AMOUNT_BEFORE_TAX 现金支付(税前)
|
4846
5572
|
*/
|
4847
|
-
|
5573
|
+
FeeType: string;
|
4848
5574
|
/**
|
4849
|
-
*
|
5575
|
+
* 阈值提醒
|
4850
5576
|
*/
|
4851
|
-
|
5577
|
+
WarnJson: Array<BudgetWarn>;
|
4852
5578
|
/**
|
4853
|
-
*
|
5579
|
+
* 预算备注
|
4854
5580
|
*/
|
4855
|
-
|
4856
|
-
}
|
4857
|
-
/**
|
4858
|
-
* 分账账单趋势图
|
4859
|
-
*/
|
4860
|
-
export interface AllocationStat {
|
5581
|
+
BudgetNote?: string;
|
4861
5582
|
/**
|
4862
|
-
*
|
5583
|
+
* 预算维度范围条件
|
4863
5584
|
*/
|
4864
|
-
|
4865
|
-
}
|
4866
|
-
/**
|
4867
|
-
* ModifyGatherRule返回参数结构体
|
4868
|
-
*/
|
4869
|
-
export interface ModifyGatherRuleResponse {
|
5585
|
+
DimensionsRange?: BudgetConditionsForm;
|
4870
5586
|
/**
|
4871
|
-
*
|
5587
|
+
* 波动提醒
|
4872
5588
|
*/
|
4873
|
-
|
5589
|
+
WaveThresholdJson?: Array<WaveThresholdForm>;
|
4874
5590
|
}
|
4875
5591
|
/**
|
4876
5592
|
* 项目筛选列表
|
@@ -5388,110 +6104,65 @@ export interface DescribeCostDetailRequest {
|
|
5388
6104
|
ResourceId?: string;
|
5389
6105
|
}
|
5390
6106
|
/**
|
5391
|
-
*
|
6107
|
+
* 预算提醒
|
5392
6108
|
*/
|
5393
|
-
export interface
|
5394
|
-
/**
|
5395
|
-
* 数量,最大值为1000
|
5396
|
-
|
5397
|
-
*/
|
5398
|
-
Limit: number;
|
5399
|
-
/**
|
5400
|
-
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
|
5401
|
-
*/
|
5402
|
-
Offset: number;
|
5403
|
-
/**
|
5404
|
-
* 账单月份,格式为2024-02,不传默认当前月
|
5405
|
-
|
5406
|
-
*/
|
5407
|
-
Month?: string;
|
5408
|
-
/**
|
5409
|
-
* 统计周期,枚举值如下
|
5410
|
-
month - 月
|
5411
|
-
day - 日
|
5412
|
-
*/
|
5413
|
-
PeriodType?: string;
|
5414
|
-
/**
|
5415
|
-
* 分账单元唯一标识,用作筛选
|
5416
|
-
*/
|
5417
|
-
TreeNodeUniqKeys?: Array<string>;
|
5418
|
-
/**
|
5419
|
-
* 排序字段,枚举值如下:
|
5420
|
-
RiTimeSpan - 预留实例抵扣时长
|
5421
|
-
ExtendPayAmount1 - 预留实例抵扣组件原价
|
5422
|
-
RealCost - 折后总价
|
5423
|
-
CashPayAmount - 现金金额
|
5424
|
-
VoucherPayAmount - 代金券金额
|
5425
|
-
IncentivePayAmount - 赠送金金额
|
5426
|
-
TransferPayAmount -分成金金额
|
5427
|
-
Cost - 组件原价
|
5428
|
-
*/
|
5429
|
-
Sort?: string;
|
5430
|
-
/**
|
5431
|
-
* 排序类型,枚举值如下:
|
5432
|
-
asc - 升序
|
5433
|
-
desc - 降序
|
5434
|
-
*/
|
5435
|
-
SortType?: string;
|
5436
|
-
/**
|
5437
|
-
* 日期,用作筛选
|
5438
|
-
*/
|
5439
|
-
BillDates?: Array<string>;
|
5440
|
-
/**
|
5441
|
-
* 产品编码,用作筛选
|
5442
|
-
*/
|
5443
|
-
BusinessCodes?: Array<string>;
|
5444
|
-
/**
|
5445
|
-
* 使用者UIN,用作筛选
|
5446
|
-
*/
|
5447
|
-
OwnerUins?: Array<string>;
|
5448
|
-
/**
|
5449
|
-
* 操作者UIN,用作筛选
|
5450
|
-
*/
|
5451
|
-
OperateUins?: Array<string>;
|
5452
|
-
/**
|
5453
|
-
* 计费模式编码,用作筛选
|
5454
|
-
*/
|
5455
|
-
PayModes?: Array<string>;
|
5456
|
-
/**
|
5457
|
-
* 交易类型编码,用作筛选
|
5458
|
-
*/
|
5459
|
-
ActionTypes?: Array<string>;
|
6109
|
+
export interface BudgetSendInfoDto {
|
5460
6110
|
/**
|
5461
|
-
*
|
6111
|
+
* 通知周期,逗号隔开。
|
6112
|
+
枚举值:
|
6113
|
+
周一:1,
|
6114
|
+
周二:2,
|
6115
|
+
周天:7
|
6116
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5462
6117
|
*/
|
5463
|
-
|
6118
|
+
WeekDays?: Array<number | bigint>;
|
5464
6119
|
/**
|
5465
|
-
*
|
6120
|
+
* 接收类型。
|
6121
|
+
枚举值:
|
6122
|
+
UIN 默认模式,
|
6123
|
+
USER 用户,
|
6124
|
+
GROUP 用户组。
|
6125
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5466
6126
|
*/
|
5467
|
-
|
6127
|
+
ReceiverType?: string;
|
5468
6128
|
/**
|
5469
|
-
*
|
6129
|
+
* 发送接收窗口HH:mm:ss
|
6130
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5470
6131
|
*/
|
5471
|
-
|
6132
|
+
EndTime?: string;
|
5472
6133
|
/**
|
5473
|
-
*
|
6134
|
+
* 预算配置id(预算名称)
|
6135
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5474
6136
|
*/
|
5475
|
-
|
5476
|
-
/**
|
5477
|
-
*
|
6137
|
+
BudgetId?: number;
|
6138
|
+
/**
|
6139
|
+
* 接收渠道,逗号隔开;
|
6140
|
+
枚举值:
|
6141
|
+
TITLE 标题,
|
6142
|
+
SITE 站内信,
|
6143
|
+
EMAIL 邮件,
|
6144
|
+
SMS 短信,
|
6145
|
+
WECHAT 微信,
|
6146
|
+
VOICE 语音,
|
6147
|
+
QYWX 企业微信;
|
6148
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5478
6149
|
*/
|
5479
|
-
|
6150
|
+
NoticeWays?: Array<string>;
|
5480
6151
|
/**
|
5481
|
-
*
|
6152
|
+
* 发送开始窗口HH:mm:ss
|
6153
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5482
6154
|
*/
|
5483
|
-
|
6155
|
+
StartTime?: string;
|
5484
6156
|
/**
|
5485
|
-
*
|
6157
|
+
* id
|
6158
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5486
6159
|
*/
|
5487
|
-
|
6160
|
+
Id?: string;
|
5488
6161
|
/**
|
5489
|
-
*
|
5490
|
-
|
5491
|
-
1 - 归集
|
5492
|
-
-1 - 未分配
|
6162
|
+
* 用户id,用户组id
|
6163
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5493
6164
|
*/
|
5494
|
-
|
6165
|
+
ReceiverIds?: Array<number | bigint>;
|
5495
6166
|
}
|
5496
6167
|
/**
|
5497
6168
|
* DescribeBillSummaryForOrganization返回参数结构体
|
@@ -5689,6 +6360,46 @@ export interface BillBusiness {
|
|
5689
6360
|
*/
|
5690
6361
|
BusinessCodeName: string;
|
5691
6362
|
}
|
6363
|
+
/**
|
6364
|
+
* 预算历史详情
|
6365
|
+
*/
|
6366
|
+
export interface BudgetRemindRecords {
|
6367
|
+
/**
|
6368
|
+
* 预算周期
|
6369
|
+
*/
|
6370
|
+
DateDesc?: string;
|
6371
|
+
/**
|
6372
|
+
* 实际费用
|
6373
|
+
*/
|
6374
|
+
RealCost?: string;
|
6375
|
+
/**
|
6376
|
+
* 预算值额度
|
6377
|
+
*/
|
6378
|
+
BudgetQuota?: string;
|
6379
|
+
/**
|
6380
|
+
* 提醒类型。
|
6381
|
+
枚举值:
|
6382
|
+
BUDGET 预算提醒,
|
6383
|
+
WAVE 波动提醒.
|
6384
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6385
|
+
*/
|
6386
|
+
AlarmType?: string;
|
6387
|
+
/**
|
6388
|
+
* 消息内容
|
6389
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6390
|
+
*/
|
6391
|
+
MessageContent?: string;
|
6392
|
+
/**
|
6393
|
+
* 发送时间
|
6394
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6395
|
+
*/
|
6396
|
+
SendTime?: number;
|
6397
|
+
/**
|
6398
|
+
* 创建时间
|
6399
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6400
|
+
*/
|
6401
|
+
CreateTime?: number;
|
6402
|
+
}
|
5692
6403
|
/**
|
5693
6404
|
* DescribeAllocationRuleDetail返回参数结构体
|
5694
6405
|
*/
|
@@ -5770,6 +6481,24 @@ export interface UsageDetails {
|
|
5770
6481
|
*/
|
5771
6482
|
Action?: string;
|
5772
6483
|
}
|
6484
|
+
/**
|
6485
|
+
* DescribeBillSummaryByPayMode返回参数结构体
|
6486
|
+
*/
|
6487
|
+
export interface DescribeBillSummaryByPayModeResponse {
|
6488
|
+
/**
|
6489
|
+
* 数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)
|
6490
|
+
*/
|
6491
|
+
Ready?: number;
|
6492
|
+
/**
|
6493
|
+
* 各付费模式花费分布详情
|
6494
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6495
|
+
*/
|
6496
|
+
SummaryOverview?: Array<PayModeSummaryOverviewItem>;
|
6497
|
+
/**
|
6498
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6499
|
+
*/
|
6500
|
+
RequestId?: string;
|
6501
|
+
}
|
5773
6502
|
/**
|
5774
6503
|
* 实例类型筛选列表
|
5775
6504
|
*/
|
@@ -5858,6 +6587,28 @@ export interface AnalyseConditions {
|
|
5858
6587
|
*/
|
5859
6588
|
ConsumptionTypes?: string;
|
5860
6589
|
}
|
6590
|
+
/**
|
6591
|
+
* DeleteAllocationTag返回参数结构体
|
6592
|
+
*/
|
6593
|
+
export interface DeleteAllocationTagResponse {
|
6594
|
+
/**
|
6595
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6596
|
+
*/
|
6597
|
+
RequestId?: string;
|
6598
|
+
}
|
6599
|
+
/**
|
6600
|
+
* 预算操作后返回信息
|
6601
|
+
*/
|
6602
|
+
export interface BudgetInfoApiResponse {
|
6603
|
+
/**
|
6604
|
+
* 预算项目id
|
6605
|
+
*/
|
6606
|
+
BudgetId?: string;
|
6607
|
+
/**
|
6608
|
+
* 更新预算时间
|
6609
|
+
*/
|
6610
|
+
UpdateTime?: string;
|
6611
|
+
}
|
5861
6612
|
/**
|
5862
6613
|
* 消耗明细数据类型
|
5863
6614
|
*/
|
@@ -5927,6 +6678,23 @@ export interface CostDetail {
|
|
5927
6678
|
*/
|
5928
6679
|
ProductCode?: string;
|
5929
6680
|
}
|
6681
|
+
/**
|
6682
|
+
* DescribeBudgetOperationLog请求参数结构体
|
6683
|
+
*/
|
6684
|
+
export interface DescribeBudgetOperationLogRequest {
|
6685
|
+
/**
|
6686
|
+
* 页码
|
6687
|
+
*/
|
6688
|
+
PageNo: number;
|
6689
|
+
/**
|
6690
|
+
* 每页数目
|
6691
|
+
*/
|
6692
|
+
PageSize: number;
|
6693
|
+
/**
|
6694
|
+
* 预算项目id
|
6695
|
+
*/
|
6696
|
+
BudgetId: string;
|
6697
|
+
}
|
5930
6698
|
/**
|
5931
6699
|
* DescribeBillSummaryByProduct返回参数结构体
|
5932
6700
|
*/
|
@@ -5951,22 +6719,33 @@ export interface DescribeBillSummaryByProductResponse {
|
|
5951
6719
|
RequestId?: string;
|
5952
6720
|
}
|
5953
6721
|
/**
|
5954
|
-
*
|
6722
|
+
* DescribeAllocationRuleSummary请求参数结构体
|
5955
6723
|
*/
|
5956
|
-
export interface
|
6724
|
+
export interface DescribeAllocationRuleSummaryRequest {
|
5957
6725
|
/**
|
5958
|
-
*
|
6726
|
+
* 每次获取数据量,最大值1000
|
5959
6727
|
*/
|
5960
|
-
|
6728
|
+
Limit: number;
|
5961
6729
|
/**
|
5962
|
-
*
|
5963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6730
|
+
* 分页偏移量
|
5964
6731
|
*/
|
5965
|
-
|
6732
|
+
Offset: number;
|
5966
6733
|
/**
|
5967
|
-
*
|
6734
|
+
* 月份,不传默认当前月
|
5968
6735
|
*/
|
5969
|
-
|
6736
|
+
Month?: string;
|
6737
|
+
/**
|
6738
|
+
* 公摊策略类型,用于筛选。
|
6739
|
+
枚举值如下:
|
6740
|
+
1 - 自定义分摊占比
|
6741
|
+
2 - 等比分摊
|
6742
|
+
3 - 按占比分摊
|
6743
|
+
*/
|
6744
|
+
Type?: number;
|
6745
|
+
/**
|
6746
|
+
* 公摊规则名称或分账单元名称,用于模糊筛选。
|
6747
|
+
*/
|
6748
|
+
Name?: string;
|
5970
6749
|
}
|
5971
6750
|
/**
|
5972
6751
|
* CreateAllocationTag返回参数结构体
|
@@ -6189,6 +6968,15 @@ export interface ConsumptionResourceSummaryDataItem {
|
|
6189
6968
|
*/
|
6190
6969
|
Tags?: string;
|
6191
6970
|
}
|
6971
|
+
/**
|
6972
|
+
* ModifyGatherRule返回参数结构体
|
6973
|
+
*/
|
6974
|
+
export interface ModifyGatherRuleResponse {
|
6975
|
+
/**
|
6976
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6977
|
+
*/
|
6978
|
+
RequestId?: string;
|
6979
|
+
}
|
6192
6980
|
/**
|
6193
6981
|
* DescribeAccountBalance请求参数结构体
|
6194
6982
|
*/
|
@@ -6290,6 +7078,31 @@ export interface DescribeBillDetailRequest {
|
|
6290
7078
|
*/
|
6291
7079
|
PayerUin?: string;
|
6292
7080
|
}
|
7081
|
+
/**
|
7082
|
+
* DescribeDosageDetailByDate返回参数结构体
|
7083
|
+
*/
|
7084
|
+
export interface DescribeDosageDetailByDateResponse {
|
7085
|
+
/**
|
7086
|
+
* 计量单位
|
7087
|
+
*/
|
7088
|
+
Unit?: string;
|
7089
|
+
/**
|
7090
|
+
* 用量数组
|
7091
|
+
*/
|
7092
|
+
DetailSets?: Array<DetailSet>;
|
7093
|
+
/**
|
7094
|
+
* 错误码
|
7095
|
+
*/
|
7096
|
+
RetCode?: number;
|
7097
|
+
/**
|
7098
|
+
* 错误信息
|
7099
|
+
*/
|
7100
|
+
RetMsg?: string;
|
7101
|
+
/**
|
7102
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7103
|
+
*/
|
7104
|
+
RequestId?: string;
|
7105
|
+
}
|
6293
7106
|
/**
|
6294
7107
|
* DescribeSavingPlanResourceInfo请求参数结构体
|
6295
7108
|
*/
|
@@ -6383,67 +7196,80 @@ export interface DeleteGatherRuleRequest {
|
|
6383
7196
|
Month?: string;
|
6384
7197
|
}
|
6385
7198
|
/**
|
6386
|
-
*
|
7199
|
+
* 获取预算管理的基础信息分页数据
|
6387
7200
|
*/
|
6388
|
-
export interface
|
7201
|
+
export interface DataForBudgetInfoPage {
|
7202
|
+
/**
|
7203
|
+
* 分页
|
7204
|
+
*/
|
7205
|
+
Pages?: number;
|
6389
7206
|
/**
|
6390
|
-
*
|
7207
|
+
* 分页大小
|
6391
7208
|
*/
|
6392
|
-
|
7209
|
+
Size?: number;
|
6393
7210
|
/**
|
6394
|
-
*
|
7211
|
+
* 总量
|
6395
7212
|
*/
|
6396
|
-
|
7213
|
+
Total?: number;
|
6397
7214
|
/**
|
6398
|
-
*
|
7215
|
+
* 查询数据列表
|
7216
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
6399
7217
|
*/
|
6400
|
-
|
7218
|
+
Records?: Array<BudgetExtend>;
|
6401
7219
|
/**
|
6402
|
-
*
|
7220
|
+
* 当前页
|
6403
7221
|
*/
|
6404
|
-
|
7222
|
+
Current?: number;
|
7223
|
+
}
|
7224
|
+
/**
|
7225
|
+
* 预算修改记录信息
|
7226
|
+
*/
|
7227
|
+
export interface BudgetOperationLogEntity {
|
6405
7228
|
/**
|
6406
|
-
*
|
7229
|
+
* Uin
|
6407
7230
|
*/
|
6408
|
-
|
7231
|
+
PayerUin?: number;
|
6409
7232
|
/**
|
6410
|
-
*
|
7233
|
+
* 主用户Uin
|
7234
|
+
|
6411
7235
|
*/
|
6412
|
-
|
7236
|
+
OwnerUin?: number;
|
6413
7237
|
/**
|
6414
|
-
*
|
7238
|
+
* 操作用户Uin
|
6415
7239
|
*/
|
6416
|
-
|
7240
|
+
OperateUin?: number;
|
6417
7241
|
/**
|
6418
|
-
*
|
7242
|
+
* 日期
|
6419
7243
|
*/
|
6420
|
-
|
7244
|
+
BillDay?: number;
|
6421
7245
|
/**
|
6422
|
-
*
|
6423
|
-
* @deprecated
|
7246
|
+
* 月份
|
6424
7247
|
*/
|
6425
|
-
|
7248
|
+
BillMonth?: string;
|
6426
7249
|
/**
|
6427
|
-
*
|
6428
|
-
* @deprecated
|
7250
|
+
* 修改类型:ADD(新增)、UPDATE(更新)
|
6429
7251
|
*/
|
6430
|
-
|
7252
|
+
Action?: string;
|
6431
7253
|
/**
|
6432
|
-
*
|
7254
|
+
* 变更信息
|
6433
7255
|
*/
|
6434
|
-
|
7256
|
+
DiffValue?: Array<BudgetInfoDiffEntity>;
|
6435
7257
|
/**
|
6436
|
-
*
|
7258
|
+
* 创建时间
|
6437
7259
|
*/
|
6438
|
-
|
7260
|
+
CreateTime?: string;
|
6439
7261
|
/**
|
6440
|
-
*
|
7262
|
+
* 修改时间
|
6441
7263
|
*/
|
6442
|
-
|
7264
|
+
UpdateTime?: string;
|
6443
7265
|
/**
|
6444
|
-
*
|
7266
|
+
* 修改渠道:官网修改/API修改
|
6445
7267
|
*/
|
6446
|
-
|
7268
|
+
OperationChannel?: string;
|
7269
|
+
/**
|
7270
|
+
* 预算项目id
|
7271
|
+
*/
|
7272
|
+
BudgetId?: string;
|
6447
7273
|
}
|
6448
7274
|
/**
|
6449
7275
|
* DescribeAllocationBillDetail返回参数结构体
|
@@ -6590,69 +7416,6 @@ export interface DescribeAllocateConditionsResponse {
|
|
6590
7416
|
*/
|
6591
7417
|
RequestId?: string;
|
6592
7418
|
}
|
6593
|
-
/**
|
6594
|
-
* DescribeDosageDetailList请求参数结构体
|
6595
|
-
*/
|
6596
|
-
export interface DescribeDosageDetailListRequest {
|
6597
|
-
/**
|
6598
|
-
* 用量起始时间,如:2023-02-01
|
6599
|
-
*/
|
6600
|
-
StartTime: string;
|
6601
|
-
/**
|
6602
|
-
* 用量截止时间,如:2023-02-28
|
6603
|
-
*/
|
6604
|
-
EndTime: string;
|
6605
|
-
/**
|
6606
|
-
* 产品编码,已支持查询的产品如下:
|
6607
|
-
p_ccc(云联络中心)
|
6608
|
-
p_rav(实时音视频)
|
6609
|
-
p_pstn(号码保护)
|
6610
|
-
p_smh(智能媒资托管)
|
6611
|
-
p_coding_devops(CODING DevOps)
|
6612
|
-
p_dsa(全球IP应用加速)
|
6613
|
-
*/
|
6614
|
-
ProductCode: string;
|
6615
|
-
/**
|
6616
|
-
* 数据偏移量(从0开始)
|
6617
|
-
*/
|
6618
|
-
Offset: number;
|
6619
|
-
/**
|
6620
|
-
* 单次数据量(最大3000)
|
6621
|
-
*/
|
6622
|
-
Limit: number;
|
6623
|
-
/**
|
6624
|
-
* 用量统计类型:用量明细的数据统计汇总周期类型,包括minute-按5分钟汇总、hour-按小时汇总、day-按天汇总、month-按月汇总、comm-其他,默认查询所有类型明细,目前各产品已支持的统计类型如下:
|
6625
|
-
p_ccc(云联络中心):comm、day
|
6626
|
-
p_rav(实时音视频):minute、day
|
6627
|
-
p_pstn(号码保护):comm
|
6628
|
-
p_smh(智能媒资托管):day
|
6629
|
-
p_coding_devops(CODING DevOps):comm、day
|
6630
|
-
p_dsa(全球IP应用加速):minute
|
6631
|
-
*/
|
6632
|
-
DosageType?: string;
|
6633
|
-
}
|
6634
|
-
/**
|
6635
|
-
* ModifyAllocationRule返回参数结构体
|
6636
|
-
*/
|
6637
|
-
export interface ModifyAllocationRuleResponse {
|
6638
|
-
/**
|
6639
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6640
|
-
*/
|
6641
|
-
RequestId?: string;
|
6642
|
-
}
|
6643
|
-
/**
|
6644
|
-
* 组件类型筛选列表
|
6645
|
-
*/
|
6646
|
-
export interface BillComponent {
|
6647
|
-
/**
|
6648
|
-
* 组件类型编码
|
6649
|
-
*/
|
6650
|
-
ComponentCode: string;
|
6651
|
-
/**
|
6652
|
-
* 组件类型:用户购买的产品或服务对应的组件大类
|
6653
|
-
*/
|
6654
|
-
ComponentCodeName: string;
|
6655
|
-
}
|
6656
7419
|
/**
|
6657
7420
|
* DescribeVoucherInfo请求参数结构体
|
6658
7421
|
*/
|
@@ -6750,6 +7513,164 @@ export interface DescribeVoucherInfoRequest {
|
|
6750
7513
|
*/
|
6751
7514
|
CreateTimeTo?: string;
|
6752
7515
|
}
|
7516
|
+
/**
|
7517
|
+
* DescribeDosageDetailList请求参数结构体
|
7518
|
+
*/
|
7519
|
+
export interface DescribeDosageDetailListRequest {
|
7520
|
+
/**
|
7521
|
+
* 用量起始时间,如:2023-02-01
|
7522
|
+
*/
|
7523
|
+
StartTime: string;
|
7524
|
+
/**
|
7525
|
+
* 用量截止时间,如:2023-02-28
|
7526
|
+
*/
|
7527
|
+
EndTime: string;
|
7528
|
+
/**
|
7529
|
+
* 产品编码,已支持查询的产品如下:
|
7530
|
+
p_ccc(云联络中心)
|
7531
|
+
p_rav(实时音视频)
|
7532
|
+
p_pstn(号码保护)
|
7533
|
+
p_smh(智能媒资托管)
|
7534
|
+
p_coding_devops(CODING DevOps)
|
7535
|
+
p_dsa(全球IP应用加速)
|
7536
|
+
*/
|
7537
|
+
ProductCode: string;
|
7538
|
+
/**
|
7539
|
+
* 数据偏移量(从0开始)
|
7540
|
+
*/
|
7541
|
+
Offset: number;
|
7542
|
+
/**
|
7543
|
+
* 单次数据量(最大3000)
|
7544
|
+
*/
|
7545
|
+
Limit: number;
|
7546
|
+
/**
|
7547
|
+
* 用量统计类型:用量明细的数据统计汇总周期类型,包括minute-按5分钟汇总、hour-按小时汇总、day-按天汇总、month-按月汇总、comm-其他,默认查询所有类型明细,目前各产品已支持的统计类型如下:
|
7548
|
+
p_ccc(云联络中心):comm、day
|
7549
|
+
p_rav(实时音视频):minute、day
|
7550
|
+
p_pstn(号码保护):comm
|
7551
|
+
p_smh(智能媒资托管):day
|
7552
|
+
p_coding_devops(CODING DevOps):comm、day
|
7553
|
+
p_dsa(全球IP应用加速):minute
|
7554
|
+
*/
|
7555
|
+
DosageType?: string;
|
7556
|
+
}
|
7557
|
+
/**
|
7558
|
+
* DescribeBudgetRemindRecordList返回参数结构体
|
7559
|
+
*/
|
7560
|
+
export interface DescribeBudgetRemindRecordListResponse {
|
7561
|
+
/**
|
7562
|
+
* 预算配置属性
|
7563
|
+
*/
|
7564
|
+
Data?: BudgetRemindRecordList;
|
7565
|
+
/**
|
7566
|
+
* 错误信息提示
|
7567
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7568
|
+
*/
|
7569
|
+
Message?: string;
|
7570
|
+
/**
|
7571
|
+
* 错误响应码
|
7572
|
+
*/
|
7573
|
+
Code?: number;
|
7574
|
+
/**
|
7575
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7576
|
+
*/
|
7577
|
+
RequestId?: string;
|
7578
|
+
}
|
7579
|
+
/**
|
7580
|
+
* 组件类型筛选列表
|
7581
|
+
*/
|
7582
|
+
export interface BillComponent {
|
7583
|
+
/**
|
7584
|
+
* 组件类型编码
|
7585
|
+
*/
|
7586
|
+
ComponentCode: string;
|
7587
|
+
/**
|
7588
|
+
* 组件类型:用户购买的产品或服务对应的组件大类
|
7589
|
+
*/
|
7590
|
+
ComponentCodeName: string;
|
7591
|
+
}
|
7592
|
+
/**
|
7593
|
+
* DescribeBillSummaryByRegion返回参数结构体
|
7594
|
+
*/
|
7595
|
+
export interface DescribeBillSummaryByRegionResponse {
|
7596
|
+
/**
|
7597
|
+
* 数据是否准备好,0准备中,1已就绪。(Ready=0,为当前UIN首次进行初始化出账,预计需要5~10分钟出账,请于10分钟后重试即可)
|
7598
|
+
*/
|
7599
|
+
Ready?: number;
|
7600
|
+
/**
|
7601
|
+
* 各地域花费分布详情
|
7602
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7603
|
+
*/
|
7604
|
+
SummaryOverview?: Array<RegionSummaryOverviewItem>;
|
7605
|
+
/**
|
7606
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7607
|
+
*/
|
7608
|
+
RequestId?: string;
|
7609
|
+
}
|
7610
|
+
/**
|
7611
|
+
* 预算管理的分页数据
|
7612
|
+
*/
|
7613
|
+
export interface BudgetRemindRecordList {
|
7614
|
+
/**
|
7615
|
+
* 自动优化 COUNT SQL 如果遇到 jSqlParser 无法解析情况,设置该参数为 false
|
7616
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7617
|
+
*/
|
7618
|
+
OptimizeCountSql?: boolean;
|
7619
|
+
/**
|
7620
|
+
* 分页
|
7621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7622
|
+
*/
|
7623
|
+
Pages?: number;
|
7624
|
+
/**
|
7625
|
+
* 排序字段信息,允许前端传入的时候,注意 SQL 注入问题,可以使用 SqlInjectionUtils.check(...) 检查文本
|
7626
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7627
|
+
*/
|
7628
|
+
Orders?: Array<OrderDto>;
|
7629
|
+
/**
|
7630
|
+
* xml 自定义 count 查询的 statementId 也可以不用指定在分页 statementId 后面加上 _mpCount 例如分页 selectPageById 指定 count 的查询 statementId 设置为 selectPageById_mpCount 即可默认找到该 SQL 执行
|
7631
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7632
|
+
*/
|
7633
|
+
CountId?: string;
|
7634
|
+
/**
|
7635
|
+
* 分页大小
|
7636
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7637
|
+
*/
|
7638
|
+
Size?: number;
|
7639
|
+
/**
|
7640
|
+
* 总量
|
7641
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7642
|
+
*/
|
7643
|
+
Total?: number;
|
7644
|
+
/**
|
7645
|
+
* 单页分页条数限制
|
7646
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7647
|
+
*/
|
7648
|
+
MaxLimit?: string;
|
7649
|
+
/**
|
7650
|
+
* 查询数据列表
|
7651
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7652
|
+
*/
|
7653
|
+
Records?: Array<BudgetRemindRecords>;
|
7654
|
+
/**
|
7655
|
+
* 当前页
|
7656
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7657
|
+
*/
|
7658
|
+
Current?: number;
|
7659
|
+
/**
|
7660
|
+
* 是否进行 count 查询,如果只想查询到列表不要查询总记录数,设置该参数为 false
|
7661
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7662
|
+
*/
|
7663
|
+
SearchCount?: boolean;
|
7664
|
+
}
|
7665
|
+
/**
|
7666
|
+
* DeleteBudget请求参数结构体
|
7667
|
+
*/
|
7668
|
+
export interface DeleteBudgetRequest {
|
7669
|
+
/**
|
7670
|
+
* 预算项目id
|
7671
|
+
*/
|
7672
|
+
BudgetIds: Array<string>;
|
7673
|
+
}
|
6753
7674
|
/**
|
6754
7675
|
* 交易类型筛选列表
|
6755
7676
|
*/
|
@@ -7284,33 +8205,19 @@ export interface DescribeDosageDetail {
|
|
7284
8205
|
SheetName?: Array<string>;
|
7285
8206
|
}
|
7286
8207
|
/**
|
7287
|
-
*
|
8208
|
+
* 预算计算复杂数据类型
|
7288
8209
|
*/
|
7289
|
-
export interface
|
7290
|
-
/**
|
7291
|
-
* 每次获取数据量,最大值1000
|
7292
|
-
*/
|
7293
|
-
Limit: number;
|
7294
|
-
/**
|
7295
|
-
* 分页偏移量
|
7296
|
-
*/
|
7297
|
-
Offset: number;
|
7298
|
-
/**
|
7299
|
-
* 月份,不传默认当前月
|
7300
|
-
*/
|
7301
|
-
Month?: string;
|
8210
|
+
export interface BudgetPlan {
|
7302
8211
|
/**
|
7303
|
-
*
|
7304
|
-
|
7305
|
-
1 - 自定义分摊占比
|
7306
|
-
2 - 等比分摊
|
7307
|
-
3 - 按占比分摊
|
8212
|
+
* 前端页面日期显示
|
8213
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7308
8214
|
*/
|
7309
|
-
|
8215
|
+
DateDesc?: string;
|
7310
8216
|
/**
|
7311
|
-
*
|
8217
|
+
* 预算额度
|
8218
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7312
8219
|
*/
|
7313
|
-
|
8220
|
+
Quota?: string;
|
7314
8221
|
}
|
7315
8222
|
/**
|
7316
8223
|
* 计费模式筛选列表
|