@gizone/rrs-client 4.2.9-alpha.590 → 4.2.9-alpha.591

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.
@@ -33,6 +33,24 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
33
33
  * @throws {RequiredError}
34
34
  */
35
35
  getAnalysisList: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36
+ /**
37
+ * 获取账单分析列表数据
38
+ * @summary 分析列表数据-导出
39
+ * @param {string} billMonth 账单月,格式:yyyy-MM
40
+ * @param {string} energyTypes 能源类型列表
41
+ * @param {string} [parkIds] 园区ID列表
42
+ * @param {string} [billSource] 场景来源
43
+ * @param {string} [startTime] 开始时间
44
+ * @param {string} [endTime] 结束时间
45
+ * @param {string} [srmAreaCodes] SRM区域编码
46
+ * @param {string} [srmXwCodes] SRM小微编码
47
+ * @param {string} [srmCenterCodes] SRM中心编码
48
+ * @param {string} [plannedStartTime] 应执行开始时间
49
+ * @param {string} [plannedEndTime] 应执行结束时间
50
+ * @param {*} [options] Override http request option.
51
+ * @throws {RequiredError}
52
+ */
53
+ getAnalysisListExport: (billMonth: string, energyTypes: string, parkIds?: string, billSource?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36
54
  /**
37
55
  * 获取当年各场景的用量趋势图数据
38
56
  * @summary 用量趋势分析
@@ -73,6 +91,24 @@ export declare const EnergyCostAnalysisControllerApiAxiosParamCreator: (configur
73
91
  * @throws {RequiredError}
74
92
  */
75
93
  twoList: (energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
94
+ /**
95
+ * 二级面板
96
+ * @summary 二级面板-列表导出
97
+ * @param {string} billMonth 账单月,格式:yyyy-MM
98
+ * @param {string} energyTypes 能源类型列表
99
+ * @param {string} [parkIds] 园区ID列表
100
+ * @param {string} [billSource] 场景来源
101
+ * @param {string} [startTime] 开始时间
102
+ * @param {string} [endTime] 结束时间
103
+ * @param {string} [srmAreaCodes] SRM区域编码
104
+ * @param {string} [srmXwCodes] SRM小微编码
105
+ * @param {string} [srmCenterCodes] SRM中心编码
106
+ * @param {string} [plannedStartTime] 应执行开始时间
107
+ * @param {string} [plannedEndTime] 应执行结束时间
108
+ * @param {*} [options] Override http request option.
109
+ * @throws {RequiredError}
110
+ */
111
+ twoListExport: (billMonth: string, energyTypes: string, parkIds?: string, billSource?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
76
112
  /**
77
113
  * 二级面板
78
114
  * @summary 二级面板-单平单价分析
@@ -119,6 +155,24 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
119
155
  * @throws {RequiredError}
120
156
  */
121
157
  getAnalysisList(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostAnalysisListVO>>;
158
+ /**
159
+ * 获取账单分析列表数据
160
+ * @summary 分析列表数据-导出
161
+ * @param {string} billMonth 账单月,格式:yyyy-MM
162
+ * @param {string} energyTypes 能源类型列表
163
+ * @param {string} [parkIds] 园区ID列表
164
+ * @param {string} [billSource] 场景来源
165
+ * @param {string} [startTime] 开始时间
166
+ * @param {string} [endTime] 结束时间
167
+ * @param {string} [srmAreaCodes] SRM区域编码
168
+ * @param {string} [srmXwCodes] SRM小微编码
169
+ * @param {string} [srmCenterCodes] SRM中心编码
170
+ * @param {string} [plannedStartTime] 应执行开始时间
171
+ * @param {string} [plannedEndTime] 应执行结束时间
172
+ * @param {*} [options] Override http request option.
173
+ * @throws {RequiredError}
174
+ */
175
+ getAnalysisListExport(billMonth: string, energyTypes: string, parkIds?: string, billSource?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
122
176
  /**
123
177
  * 获取当年各场景的用量趋势图数据
124
178
  * @summary 用量趋势分析
@@ -159,6 +213,24 @@ export declare const EnergyCostAnalysisControllerApiFp: (configuration?: Configu
159
213
  * @throws {RequiredError}
160
214
  */
161
215
  twoList(energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListEnergyCostTwoListVO>>;
216
+ /**
217
+ * 二级面板
218
+ * @summary 二级面板-列表导出
219
+ * @param {string} billMonth 账单月,格式:yyyy-MM
220
+ * @param {string} energyTypes 能源类型列表
221
+ * @param {string} [parkIds] 园区ID列表
222
+ * @param {string} [billSource] 场景来源
223
+ * @param {string} [startTime] 开始时间
224
+ * @param {string} [endTime] 结束时间
225
+ * @param {string} [srmAreaCodes] SRM区域编码
226
+ * @param {string} [srmXwCodes] SRM小微编码
227
+ * @param {string} [srmCenterCodes] SRM中心编码
228
+ * @param {string} [plannedStartTime] 应执行开始时间
229
+ * @param {string} [plannedEndTime] 应执行结束时间
230
+ * @param {*} [options] Override http request option.
231
+ * @throws {RequiredError}
232
+ */
233
+ twoListExport(billMonth: string, energyTypes: string, parkIds?: string, billSource?: string, startTime?: string, endTime?: string, srmAreaCodes?: string, srmXwCodes?: string, srmCenterCodes?: string, plannedStartTime?: string, plannedEndTime?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
162
234
  /**
163
235
  * 二级面板
164
236
  * @summary 二级面板-单平单价分析
@@ -205,6 +277,14 @@ export declare const EnergyCostAnalysisControllerApiFactory: (configuration?: Co
205
277
  * @throws {RequiredError}
206
278
  */
207
279
  getAnalysisList(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostAnalysisListVO>;
280
+ /**
281
+ * 获取账单分析列表数据
282
+ * @summary 分析列表数据-导出
283
+ * @param {EnergyCostAnalysisControllerApiGetAnalysisListExportRequest} requestParameters Request parameters.
284
+ * @param {*} [options] Override http request option.
285
+ * @throws {RequiredError}
286
+ */
287
+ getAnalysisListExport(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
208
288
  /**
209
289
  * 获取当年各场景的用量趋势图数据
210
290
  * @summary 用量趋势分析
@@ -245,6 +325,14 @@ export declare const EnergyCostAnalysisControllerApiFactory: (configuration?: Co
245
325
  * @throws {RequiredError}
246
326
  */
247
327
  twoList(requestParameters: EnergyCostAnalysisControllerApiTwoListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListEnergyCostTwoListVO>;
328
+ /**
329
+ * 二级面板
330
+ * @summary 二级面板-列表导出
331
+ * @param {EnergyCostAnalysisControllerApiTwoListExportRequest} requestParameters Request parameters.
332
+ * @param {*} [options] Override http request option.
333
+ * @throws {RequiredError}
334
+ */
335
+ twoListExport(requestParameters: EnergyCostAnalysisControllerApiTwoListExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
248
336
  /**
249
337
  * 二级面板
250
338
  * @summary 二级面板-单平单价分析
@@ -291,6 +379,79 @@ export interface EnergyCostAnalysisControllerApiGetAnalysisListRequest {
291
379
  */
292
380
  readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
293
381
  }
382
+ /**
383
+ * Request parameters for getAnalysisListExport operation in EnergyCostAnalysisControllerApi.
384
+ * @export
385
+ * @interface EnergyCostAnalysisControllerApiGetAnalysisListExportRequest
386
+ */
387
+ export interface EnergyCostAnalysisControllerApiGetAnalysisListExportRequest {
388
+ /**
389
+ * 账单月,格式:yyyy-MM
390
+ * @type {string}
391
+ * @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
392
+ */
393
+ readonly billMonth: string;
394
+ /**
395
+ * 能源类型列表
396
+ * @type {string}
397
+ * @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
398
+ */
399
+ readonly energyTypes: string;
400
+ /**
401
+ * 园区ID列表
402
+ * @type {string}
403
+ * @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
404
+ */
405
+ readonly parkIds?: string;
406
+ /**
407
+ * 场景来源
408
+ * @type {string}
409
+ * @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
410
+ */
411
+ readonly billSource?: string;
412
+ /**
413
+ * 开始时间
414
+ * @type {string}
415
+ * @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
416
+ */
417
+ readonly startTime?: string;
418
+ /**
419
+ * 结束时间
420
+ * @type {string}
421
+ * @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
422
+ */
423
+ readonly endTime?: string;
424
+ /**
425
+ * SRM区域编码
426
+ * @type {string}
427
+ * @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
428
+ */
429
+ readonly srmAreaCodes?: string;
430
+ /**
431
+ * SRM小微编码
432
+ * @type {string}
433
+ * @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
434
+ */
435
+ readonly srmXwCodes?: string;
436
+ /**
437
+ * SRM中心编码
438
+ * @type {string}
439
+ * @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
440
+ */
441
+ readonly srmCenterCodes?: string;
442
+ /**
443
+ * 应执行开始时间
444
+ * @type {string}
445
+ * @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
446
+ */
447
+ readonly plannedStartTime?: string;
448
+ /**
449
+ * 应执行结束时间
450
+ * @type {string}
451
+ * @memberof EnergyCostAnalysisControllerApiGetAnalysisListExport
452
+ */
453
+ readonly plannedEndTime?: string;
454
+ }
294
455
  /**
295
456
  * Request parameters for getUsageTrend operation in EnergyCostAnalysisControllerApi.
296
457
  * @export
@@ -356,6 +517,79 @@ export interface EnergyCostAnalysisControllerApiTwoListRequest {
356
517
  */
357
518
  readonly energyCostAnalysisQueryDTO: EnergyCostAnalysisQueryDTO;
358
519
  }
520
+ /**
521
+ * Request parameters for twoListExport operation in EnergyCostAnalysisControllerApi.
522
+ * @export
523
+ * @interface EnergyCostAnalysisControllerApiTwoListExportRequest
524
+ */
525
+ export interface EnergyCostAnalysisControllerApiTwoListExportRequest {
526
+ /**
527
+ * 账单月,格式:yyyy-MM
528
+ * @type {string}
529
+ * @memberof EnergyCostAnalysisControllerApiTwoListExport
530
+ */
531
+ readonly billMonth: string;
532
+ /**
533
+ * 能源类型列表
534
+ * @type {string}
535
+ * @memberof EnergyCostAnalysisControllerApiTwoListExport
536
+ */
537
+ readonly energyTypes: string;
538
+ /**
539
+ * 园区ID列表
540
+ * @type {string}
541
+ * @memberof EnergyCostAnalysisControllerApiTwoListExport
542
+ */
543
+ readonly parkIds?: string;
544
+ /**
545
+ * 场景来源
546
+ * @type {string}
547
+ * @memberof EnergyCostAnalysisControllerApiTwoListExport
548
+ */
549
+ readonly billSource?: string;
550
+ /**
551
+ * 开始时间
552
+ * @type {string}
553
+ * @memberof EnergyCostAnalysisControllerApiTwoListExport
554
+ */
555
+ readonly startTime?: string;
556
+ /**
557
+ * 结束时间
558
+ * @type {string}
559
+ * @memberof EnergyCostAnalysisControllerApiTwoListExport
560
+ */
561
+ readonly endTime?: string;
562
+ /**
563
+ * SRM区域编码
564
+ * @type {string}
565
+ * @memberof EnergyCostAnalysisControllerApiTwoListExport
566
+ */
567
+ readonly srmAreaCodes?: string;
568
+ /**
569
+ * SRM小微编码
570
+ * @type {string}
571
+ * @memberof EnergyCostAnalysisControllerApiTwoListExport
572
+ */
573
+ readonly srmXwCodes?: string;
574
+ /**
575
+ * SRM中心编码
576
+ * @type {string}
577
+ * @memberof EnergyCostAnalysisControllerApiTwoListExport
578
+ */
579
+ readonly srmCenterCodes?: string;
580
+ /**
581
+ * 应执行开始时间
582
+ * @type {string}
583
+ * @memberof EnergyCostAnalysisControllerApiTwoListExport
584
+ */
585
+ readonly plannedStartTime?: string;
586
+ /**
587
+ * 应执行结束时间
588
+ * @type {string}
589
+ * @memberof EnergyCostAnalysisControllerApiTwoListExport
590
+ */
591
+ readonly plannedEndTime?: string;
592
+ }
359
593
  /**
360
594
  * Request parameters for twoPerAreaAnalysis operation in EnergyCostAnalysisControllerApi.
361
595
  * @export
@@ -424,6 +658,15 @@ export declare class EnergyCostAnalysisControllerApi extends BaseAPI {
424
658
  * @memberof EnergyCostAnalysisControllerApi
425
659
  */
426
660
  getAnalysisList(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListEnergyCostAnalysisListVO, any, {}>>;
661
+ /**
662
+ * 获取账单分析列表数据
663
+ * @summary 分析列表数据-导出
664
+ * @param {EnergyCostAnalysisControllerApiGetAnalysisListExportRequest} requestParameters Request parameters.
665
+ * @param {*} [options] Override http request option.
666
+ * @throws {RequiredError}
667
+ * @memberof EnergyCostAnalysisControllerApi
668
+ */
669
+ getAnalysisListExport(requestParameters: EnergyCostAnalysisControllerApiGetAnalysisListExportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
427
670
  /**
428
671
  * 获取当年各场景的用量趋势图数据
429
672
  * @summary 用量趋势分析
@@ -469,6 +712,15 @@ export declare class EnergyCostAnalysisControllerApi extends BaseAPI {
469
712
  * @memberof EnergyCostAnalysisControllerApi
470
713
  */
471
714
  twoList(requestParameters: EnergyCostAnalysisControllerApiTwoListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListEnergyCostTwoListVO, any, {}>>;
715
+ /**
716
+ * 二级面板
717
+ * @summary 二级面板-列表导出
718
+ * @param {EnergyCostAnalysisControllerApiTwoListExportRequest} requestParameters Request parameters.
719
+ * @param {*} [options] Override http request option.
720
+ * @throws {RequiredError}
721
+ * @memberof EnergyCostAnalysisControllerApi
722
+ */
723
+ twoListExport(requestParameters: EnergyCostAnalysisControllerApiTwoListExportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
472
724
  /**
473
725
  * 二级面板
474
726
  * @summary 二级面板-单平单价分析
@@ -65,6 +65,82 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
65
65
  options: localVarRequestOptions,
66
66
  };
67
67
  }),
68
+ /**
69
+ * 获取账单分析列表数据
70
+ * @summary 分析列表数据-导出
71
+ * @param {string} billMonth 账单月,格式:yyyy-MM
72
+ * @param {string} energyTypes 能源类型列表
73
+ * @param {string} [parkIds] 园区ID列表
74
+ * @param {string} [billSource] 场景来源
75
+ * @param {string} [startTime] 开始时间
76
+ * @param {string} [endTime] 结束时间
77
+ * @param {string} [srmAreaCodes] SRM区域编码
78
+ * @param {string} [srmXwCodes] SRM小微编码
79
+ * @param {string} [srmCenterCodes] SRM中心编码
80
+ * @param {string} [plannedStartTime] 应执行开始时间
81
+ * @param {string} [plannedEndTime] 应执行结束时间
82
+ * @param {*} [options] Override http request option.
83
+ * @throws {RequiredError}
84
+ */
85
+ getAnalysisListExport: (billMonth_1, energyTypes_1, parkIds_1, billSource_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1) => __awaiter(this, [billMonth_1, energyTypes_1, parkIds_1, billSource_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1], void 0, function* (billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options = {}) {
86
+ // verify required parameter 'billMonth' is not null or undefined
87
+ assertParamExists('getAnalysisListExport', 'billMonth', billMonth);
88
+ // verify required parameter 'energyTypes' is not null or undefined
89
+ assertParamExists('getAnalysisListExport', 'energyTypes', energyTypes);
90
+ const localVarPath = `/gizone/energy/cost/analysis/list/export`;
91
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
92
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
93
+ let baseOptions;
94
+ if (configuration) {
95
+ baseOptions = configuration.baseOptions;
96
+ }
97
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
98
+ const localVarHeaderParameter = {};
99
+ const localVarQueryParameter = {};
100
+ // authentication tokenScheme required
101
+ // http bearer authentication required
102
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
103
+ if (billMonth !== undefined) {
104
+ localVarQueryParameter['billMonth'] = billMonth;
105
+ }
106
+ if (energyTypes !== undefined) {
107
+ localVarQueryParameter['energyTypes'] = energyTypes;
108
+ }
109
+ if (parkIds !== undefined) {
110
+ localVarQueryParameter['parkIds'] = parkIds;
111
+ }
112
+ if (billSource !== undefined) {
113
+ localVarQueryParameter['billSource'] = billSource;
114
+ }
115
+ if (startTime !== undefined) {
116
+ localVarQueryParameter['startTime'] = startTime;
117
+ }
118
+ if (endTime !== undefined) {
119
+ localVarQueryParameter['endTime'] = endTime;
120
+ }
121
+ if (srmAreaCodes !== undefined) {
122
+ localVarQueryParameter['srmAreaCodes'] = srmAreaCodes;
123
+ }
124
+ if (srmXwCodes !== undefined) {
125
+ localVarQueryParameter['srmXwCodes'] = srmXwCodes;
126
+ }
127
+ if (srmCenterCodes !== undefined) {
128
+ localVarQueryParameter['srmCenterCodes'] = srmCenterCodes;
129
+ }
130
+ if (plannedStartTime !== undefined) {
131
+ localVarQueryParameter['plannedStartTime'] = plannedStartTime;
132
+ }
133
+ if (plannedEndTime !== undefined) {
134
+ localVarQueryParameter['plannedEndTime'] = plannedEndTime;
135
+ }
136
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
137
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
138
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
139
+ return {
140
+ url: toPathString(localVarUrlObj),
141
+ options: localVarRequestOptions,
142
+ };
143
+ }),
68
144
  /**
69
145
  * 获取当年各场景的用量趋势图数据
70
146
  * @summary 用量趋势分析
@@ -230,6 +306,82 @@ export const EnergyCostAnalysisControllerApiAxiosParamCreator = function (config
230
306
  options: localVarRequestOptions,
231
307
  };
232
308
  }),
309
+ /**
310
+ * 二级面板
311
+ * @summary 二级面板-列表导出
312
+ * @param {string} billMonth 账单月,格式:yyyy-MM
313
+ * @param {string} energyTypes 能源类型列表
314
+ * @param {string} [parkIds] 园区ID列表
315
+ * @param {string} [billSource] 场景来源
316
+ * @param {string} [startTime] 开始时间
317
+ * @param {string} [endTime] 结束时间
318
+ * @param {string} [srmAreaCodes] SRM区域编码
319
+ * @param {string} [srmXwCodes] SRM小微编码
320
+ * @param {string} [srmCenterCodes] SRM中心编码
321
+ * @param {string} [plannedStartTime] 应执行开始时间
322
+ * @param {string} [plannedEndTime] 应执行结束时间
323
+ * @param {*} [options] Override http request option.
324
+ * @throws {RequiredError}
325
+ */
326
+ twoListExport: (billMonth_1, energyTypes_1, parkIds_1, billSource_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1) => __awaiter(this, [billMonth_1, energyTypes_1, parkIds_1, billSource_1, startTime_1, endTime_1, srmAreaCodes_1, srmXwCodes_1, srmCenterCodes_1, plannedStartTime_1, plannedEndTime_1, ...args_1], void 0, function* (billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options = {}) {
327
+ // verify required parameter 'billMonth' is not null or undefined
328
+ assertParamExists('twoListExport', 'billMonth', billMonth);
329
+ // verify required parameter 'energyTypes' is not null or undefined
330
+ assertParamExists('twoListExport', 'energyTypes', energyTypes);
331
+ const localVarPath = `/gizone/energy/cost/analysis/two-list/export`;
332
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
333
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
334
+ let baseOptions;
335
+ if (configuration) {
336
+ baseOptions = configuration.baseOptions;
337
+ }
338
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
339
+ const localVarHeaderParameter = {};
340
+ const localVarQueryParameter = {};
341
+ // authentication tokenScheme required
342
+ // http bearer authentication required
343
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
344
+ if (billMonth !== undefined) {
345
+ localVarQueryParameter['billMonth'] = billMonth;
346
+ }
347
+ if (energyTypes !== undefined) {
348
+ localVarQueryParameter['energyTypes'] = energyTypes;
349
+ }
350
+ if (parkIds !== undefined) {
351
+ localVarQueryParameter['parkIds'] = parkIds;
352
+ }
353
+ if (billSource !== undefined) {
354
+ localVarQueryParameter['billSource'] = billSource;
355
+ }
356
+ if (startTime !== undefined) {
357
+ localVarQueryParameter['startTime'] = startTime;
358
+ }
359
+ if (endTime !== undefined) {
360
+ localVarQueryParameter['endTime'] = endTime;
361
+ }
362
+ if (srmAreaCodes !== undefined) {
363
+ localVarQueryParameter['srmAreaCodes'] = srmAreaCodes;
364
+ }
365
+ if (srmXwCodes !== undefined) {
366
+ localVarQueryParameter['srmXwCodes'] = srmXwCodes;
367
+ }
368
+ if (srmCenterCodes !== undefined) {
369
+ localVarQueryParameter['srmCenterCodes'] = srmCenterCodes;
370
+ }
371
+ if (plannedStartTime !== undefined) {
372
+ localVarQueryParameter['plannedStartTime'] = plannedStartTime;
373
+ }
374
+ if (plannedEndTime !== undefined) {
375
+ localVarQueryParameter['plannedEndTime'] = plannedEndTime;
376
+ }
377
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
378
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
379
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
380
+ return {
381
+ url: toPathString(localVarUrlObj),
382
+ options: localVarRequestOptions,
383
+ };
384
+ }),
233
385
  /**
234
386
  * 二级面板
235
387
  * @summary 二级面板-单平单价分析
@@ -387,6 +539,32 @@ export const EnergyCostAnalysisControllerApiFp = function (configuration) {
387
539
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
388
540
  });
389
541
  },
542
+ /**
543
+ * 获取账单分析列表数据
544
+ * @summary 分析列表数据-导出
545
+ * @param {string} billMonth 账单月,格式:yyyy-MM
546
+ * @param {string} energyTypes 能源类型列表
547
+ * @param {string} [parkIds] 园区ID列表
548
+ * @param {string} [billSource] 场景来源
549
+ * @param {string} [startTime] 开始时间
550
+ * @param {string} [endTime] 结束时间
551
+ * @param {string} [srmAreaCodes] SRM区域编码
552
+ * @param {string} [srmXwCodes] SRM小微编码
553
+ * @param {string} [srmCenterCodes] SRM中心编码
554
+ * @param {string} [plannedStartTime] 应执行开始时间
555
+ * @param {string} [plannedEndTime] 应执行结束时间
556
+ * @param {*} [options] Override http request option.
557
+ * @throws {RequiredError}
558
+ */
559
+ getAnalysisListExport(billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options) {
560
+ return __awaiter(this, void 0, void 0, function* () {
561
+ var _a, _b, _c;
562
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getAnalysisListExport(billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options);
563
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
564
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.getAnalysisListExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
565
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
566
+ });
567
+ },
390
568
  /**
391
569
  * 获取当年各场景的用量趋势图数据
392
570
  * @summary 用量趋势分析
@@ -467,6 +645,32 @@ export const EnergyCostAnalysisControllerApiFp = function (configuration) {
467
645
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
468
646
  });
469
647
  },
648
+ /**
649
+ * 二级面板
650
+ * @summary 二级面板-列表导出
651
+ * @param {string} billMonth 账单月,格式:yyyy-MM
652
+ * @param {string} energyTypes 能源类型列表
653
+ * @param {string} [parkIds] 园区ID列表
654
+ * @param {string} [billSource] 场景来源
655
+ * @param {string} [startTime] 开始时间
656
+ * @param {string} [endTime] 结束时间
657
+ * @param {string} [srmAreaCodes] SRM区域编码
658
+ * @param {string} [srmXwCodes] SRM小微编码
659
+ * @param {string} [srmCenterCodes] SRM中心编码
660
+ * @param {string} [plannedStartTime] 应执行开始时间
661
+ * @param {string} [plannedEndTime] 应执行结束时间
662
+ * @param {*} [options] Override http request option.
663
+ * @throws {RequiredError}
664
+ */
665
+ twoListExport(billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options) {
666
+ return __awaiter(this, void 0, void 0, function* () {
667
+ var _a, _b, _c;
668
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.twoListExport(billMonth, energyTypes, parkIds, billSource, startTime, endTime, srmAreaCodes, srmXwCodes, srmCenterCodes, plannedStartTime, plannedEndTime, options);
669
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
670
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyCostAnalysisControllerApi.twoListExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
671
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
672
+ });
673
+ },
470
674
  /**
471
675
  * 二级面板
472
676
  * @summary 二级面板-单平单价分析
@@ -550,6 +754,16 @@ export const EnergyCostAnalysisControllerApiFactory = function (configuration, b
550
754
  getAnalysisList(requestParameters, options) {
551
755
  return localVarFp.getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
552
756
  },
757
+ /**
758
+ * 获取账单分析列表数据
759
+ * @summary 分析列表数据-导出
760
+ * @param {EnergyCostAnalysisControllerApiGetAnalysisListExportRequest} requestParameters Request parameters.
761
+ * @param {*} [options] Override http request option.
762
+ * @throws {RequiredError}
763
+ */
764
+ getAnalysisListExport(requestParameters, options) {
765
+ return localVarFp.getAnalysisListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(axios, basePath));
766
+ },
553
767
  /**
554
768
  * 获取当年各场景的用量趋势图数据
555
769
  * @summary 用量趋势分析
@@ -600,6 +814,16 @@ export const EnergyCostAnalysisControllerApiFactory = function (configuration, b
600
814
  twoList(requestParameters, options) {
601
815
  return localVarFp.twoList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
602
816
  },
817
+ /**
818
+ * 二级面板
819
+ * @summary 二级面板-列表导出
820
+ * @param {EnergyCostAnalysisControllerApiTwoListExportRequest} requestParameters Request parameters.
821
+ * @param {*} [options] Override http request option.
822
+ * @throws {RequiredError}
823
+ */
824
+ twoListExport(requestParameters, options) {
825
+ return localVarFp.twoListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(axios, basePath));
826
+ },
603
827
  /**
604
828
  * 二级面板
605
829
  * @summary 二级面板-单平单价分析
@@ -660,6 +884,17 @@ export class EnergyCostAnalysisControllerApi extends BaseAPI {
660
884
  getAnalysisList(requestParameters, options) {
661
885
  return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
662
886
  }
887
+ /**
888
+ * 获取账单分析列表数据
889
+ * @summary 分析列表数据-导出
890
+ * @param {EnergyCostAnalysisControllerApiGetAnalysisListExportRequest} requestParameters Request parameters.
891
+ * @param {*} [options] Override http request option.
892
+ * @throws {RequiredError}
893
+ * @memberof EnergyCostAnalysisControllerApi
894
+ */
895
+ getAnalysisListExport(requestParameters, options) {
896
+ return EnergyCostAnalysisControllerApiFp(this.configuration).getAnalysisListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(this.axios, this.basePath));
897
+ }
663
898
  /**
664
899
  * 获取当年各场景的用量趋势图数据
665
900
  * @summary 用量趋势分析
@@ -715,6 +950,17 @@ export class EnergyCostAnalysisControllerApi extends BaseAPI {
715
950
  twoList(requestParameters, options) {
716
951
  return EnergyCostAnalysisControllerApiFp(this.configuration).twoList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
717
952
  }
953
+ /**
954
+ * 二级面板
955
+ * @summary 二级面板-列表导出
956
+ * @param {EnergyCostAnalysisControllerApiTwoListExportRequest} requestParameters Request parameters.
957
+ * @param {*} [options] Override http request option.
958
+ * @throws {RequiredError}
959
+ * @memberof EnergyCostAnalysisControllerApi
960
+ */
961
+ twoListExport(requestParameters, options) {
962
+ return EnergyCostAnalysisControllerApiFp(this.configuration).twoListExport(requestParameters.billMonth, requestParameters.energyTypes, requestParameters.parkIds, requestParameters.billSource, requestParameters.startTime, requestParameters.endTime, requestParameters.srmAreaCodes, requestParameters.srmXwCodes, requestParameters.srmCenterCodes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, options).then((request) => request(this.axios, this.basePath));
963
+ }
718
964
  /**
719
965
  * 二级面板
720
966
  * @summary 二级面板-单平单价分析