@gizone/rrs-client 4.2.9-alpha.557 → 4.2.9-alpha.561
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/.openapi-generator/FILES +5 -0
- package/apis/energy-cost-analysis-controller-api.ts +449 -0
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +232 -0
- package/dist/apis/energy-cost-analysis-controller-api.js +350 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +232 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +350 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +2 -2
- package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +0 -12
- package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +1 -1
- package/dist/esm/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/esm/models/energy-cost-trend-vo.js +19 -0
- package/dist/esm/models/index.d.ts +5 -0
- package/dist/esm/models/index.js +5 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.js +14 -0
- package/dist/esm/models/json-result-two-energy-consumption-summar-vo.d.ts +62 -0
- package/dist/esm/models/json-result-two-energy-consumption-summar-vo.js +14 -0
- package/dist/esm/models/monthly-data-vo.d.ts +48 -0
- package/dist/esm/models/monthly-data-vo.js +14 -0
- package/dist/esm/models/two-energy-consumption-summar-vo.d.ts +30 -0
- package/dist/esm/models/two-energy-consumption-summar-vo.js +14 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +2 -2
- package/dist/models/energy-cost-analysis-list-vo.d.ts +0 -12
- package/dist/models/energy-cost-analysis-query-dto.d.ts +1 -1
- package/dist/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/models/energy-cost-trend-vo.js +22 -0
- package/dist/models/index.d.ts +5 -0
- package/dist/models/index.js +5 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
- package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.js +15 -0
- package/dist/models/json-result-two-energy-consumption-summar-vo.d.ts +62 -0
- package/dist/models/json-result-two-energy-consumption-summar-vo.js +15 -0
- package/dist/models/monthly-data-vo.d.ts +48 -0
- package/dist/models/monthly-data-vo.js +15 -0
- package/dist/models/two-energy-consumption-summar-vo.d.ts +30 -0
- package/dist/models/two-energy-consumption-summar-vo.js +15 -0
- package/models/energy-cost-add-record-dto.ts +2 -2
- package/models/energy-cost-analysis-list-vo.ts +0 -12
- package/models/energy-cost-analysis-query-dto.ts +1 -1
- package/models/energy-cost-trend-vo.ts +49 -0
- package/models/index.ts +5 -0
- package/models/ipage-energy-cost-record-info-vo.ts +7 -7
- package/models/json-result-list-energy-cost-trend-vo.ts +72 -0
- package/models/json-result-two-energy-consumption-summar-vo.ts +72 -0
- package/models/monthly-data-vo.ts +54 -0
- package/models/two-energy-consumption-summar-vo.ts +36 -0
- package/ossutil.log +1089 -1083
- package/package.json +1 -1
|
@@ -68,6 +68,39 @@ const EnergyCostAnalysisControllerApiAxiosParamCreator = function (configuration
|
|
|
68
68
|
options: localVarRequestOptions,
|
|
69
69
|
};
|
|
70
70
|
}),
|
|
71
|
+
/**
|
|
72
|
+
* 获取当年各场景的用量趋势图数据
|
|
73
|
+
* @summary 用量趋势分析
|
|
74
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
75
|
+
* @param {*} [options] Override http request option.
|
|
76
|
+
* @throws {RequiredError}
|
|
77
|
+
*/
|
|
78
|
+
getUsageTrend: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
|
|
79
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
80
|
+
(0, common_1.assertParamExists)('getUsageTrend', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
|
|
81
|
+
const localVarPath = `/gizone/energy/cost/analysis/trend`;
|
|
82
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
84
|
+
let baseOptions;
|
|
85
|
+
if (configuration) {
|
|
86
|
+
baseOptions = configuration.baseOptions;
|
|
87
|
+
}
|
|
88
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
89
|
+
const localVarHeaderParameter = {};
|
|
90
|
+
const localVarQueryParameter = {};
|
|
91
|
+
// authentication tokenScheme required
|
|
92
|
+
// http bearer authentication required
|
|
93
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
94
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
95
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
96
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
97
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
98
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
|
|
99
|
+
return {
|
|
100
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
101
|
+
options: localVarRequestOptions,
|
|
102
|
+
};
|
|
103
|
+
}),
|
|
71
104
|
/**
|
|
72
105
|
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
73
106
|
* @summary 单平单价分析
|
|
@@ -134,6 +167,138 @@ const EnergyCostAnalysisControllerApiAxiosParamCreator = function (configuration
|
|
|
134
167
|
options: localVarRequestOptions,
|
|
135
168
|
};
|
|
136
169
|
}),
|
|
170
|
+
/**
|
|
171
|
+
* 二级面板
|
|
172
|
+
* @summary 二级面板-用能汇总
|
|
173
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
174
|
+
* @param {*} [options] Override http request option.
|
|
175
|
+
* @throws {RequiredError}
|
|
176
|
+
*/
|
|
177
|
+
twoEnergyConsumptionSummar: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
|
|
178
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
179
|
+
(0, common_1.assertParamExists)('twoEnergyConsumptionSummar', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
|
|
180
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-energy-consumption-summar`;
|
|
181
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
182
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
183
|
+
let baseOptions;
|
|
184
|
+
if (configuration) {
|
|
185
|
+
baseOptions = configuration.baseOptions;
|
|
186
|
+
}
|
|
187
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
188
|
+
const localVarHeaderParameter = {};
|
|
189
|
+
const localVarQueryParameter = {};
|
|
190
|
+
// authentication tokenScheme required
|
|
191
|
+
// http bearer authentication required
|
|
192
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
193
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
194
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
195
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
196
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
197
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
|
|
198
|
+
return {
|
|
199
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
200
|
+
options: localVarRequestOptions,
|
|
201
|
+
};
|
|
202
|
+
}),
|
|
203
|
+
/**
|
|
204
|
+
* 二级面板
|
|
205
|
+
* @summary 二级面板-单平单价分析
|
|
206
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
207
|
+
* @param {*} [options] Override http request option.
|
|
208
|
+
* @throws {RequiredError}
|
|
209
|
+
*/
|
|
210
|
+
twoPerAreaAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
|
|
211
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
212
|
+
(0, common_1.assertParamExists)('twoPerAreaAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
|
|
213
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-per-area-analysis`;
|
|
214
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
215
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
216
|
+
let baseOptions;
|
|
217
|
+
if (configuration) {
|
|
218
|
+
baseOptions = configuration.baseOptions;
|
|
219
|
+
}
|
|
220
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
221
|
+
const localVarHeaderParameter = {};
|
|
222
|
+
const localVarQueryParameter = {};
|
|
223
|
+
// authentication tokenScheme required
|
|
224
|
+
// http bearer authentication required
|
|
225
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
226
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
227
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
228
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
229
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
230
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
|
|
231
|
+
return {
|
|
232
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
233
|
+
options: localVarRequestOptions,
|
|
234
|
+
};
|
|
235
|
+
}),
|
|
236
|
+
/**
|
|
237
|
+
* 二级面板
|
|
238
|
+
* @summary 二级面板-单耗分析
|
|
239
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
240
|
+
* @param {*} [options] Override http request option.
|
|
241
|
+
* @throws {RequiredError}
|
|
242
|
+
*/
|
|
243
|
+
twoPerUnitAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
|
|
244
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
245
|
+
(0, common_1.assertParamExists)('twoPerUnitAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
|
|
246
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-per-unit-analysis`;
|
|
247
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
248
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
249
|
+
let baseOptions;
|
|
250
|
+
if (configuration) {
|
|
251
|
+
baseOptions = configuration.baseOptions;
|
|
252
|
+
}
|
|
253
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
254
|
+
const localVarHeaderParameter = {};
|
|
255
|
+
const localVarQueryParameter = {};
|
|
256
|
+
// authentication tokenScheme required
|
|
257
|
+
// http bearer authentication required
|
|
258
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
259
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
260
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
261
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
262
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
263
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
|
|
264
|
+
return {
|
|
265
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
266
|
+
options: localVarRequestOptions,
|
|
267
|
+
};
|
|
268
|
+
}),
|
|
269
|
+
/**
|
|
270
|
+
* 二级面板
|
|
271
|
+
* @summary 二级面板-单价分析
|
|
272
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
273
|
+
* @param {*} [options] Override http request option.
|
|
274
|
+
* @throws {RequiredError}
|
|
275
|
+
*/
|
|
276
|
+
twoUnitPriceAnalysis: (energyCostAnalysisQueryDTO_1, ...args_1) => __awaiter(this, [energyCostAnalysisQueryDTO_1, ...args_1], void 0, function* (energyCostAnalysisQueryDTO, options = {}) {
|
|
277
|
+
// verify required parameter 'energyCostAnalysisQueryDTO' is not null or undefined
|
|
278
|
+
(0, common_1.assertParamExists)('twoUnitPriceAnalysis', 'energyCostAnalysisQueryDTO', energyCostAnalysisQueryDTO);
|
|
279
|
+
const localVarPath = `/gizone/energy/cost/analysis/two-unit-price-analysis`;
|
|
280
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
281
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
282
|
+
let baseOptions;
|
|
283
|
+
if (configuration) {
|
|
284
|
+
baseOptions = configuration.baseOptions;
|
|
285
|
+
}
|
|
286
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
287
|
+
const localVarHeaderParameter = {};
|
|
288
|
+
const localVarQueryParameter = {};
|
|
289
|
+
// authentication tokenScheme required
|
|
290
|
+
// http bearer authentication required
|
|
291
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
292
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
293
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
294
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
295
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
296
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostAnalysisQueryDTO, localVarRequestOptions, configuration);
|
|
297
|
+
return {
|
|
298
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
299
|
+
options: localVarRequestOptions,
|
|
300
|
+
};
|
|
301
|
+
}),
|
|
137
302
|
/**
|
|
138
303
|
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
139
304
|
* @summary 单价分析
|
|
@@ -193,6 +358,22 @@ const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
193
358
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
194
359
|
});
|
|
195
360
|
},
|
|
361
|
+
/**
|
|
362
|
+
* 获取当年各场景的用量趋势图数据
|
|
363
|
+
* @summary 用量趋势分析
|
|
364
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
365
|
+
* @param {*} [options] Override http request option.
|
|
366
|
+
* @throws {RequiredError}
|
|
367
|
+
*/
|
|
368
|
+
getUsageTrend(energyCostAnalysisQueryDTO, options) {
|
|
369
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
370
|
+
var _a, _b, _c;
|
|
371
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getUsageTrend(energyCostAnalysisQueryDTO, options);
|
|
372
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
373
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostAnalysisControllerApi.getUsageTrend']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
374
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
375
|
+
});
|
|
376
|
+
},
|
|
196
377
|
/**
|
|
197
378
|
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
198
379
|
* @summary 单平单价分析
|
|
@@ -225,6 +406,70 @@ const EnergyCostAnalysisControllerApiFp = function (configuration) {
|
|
|
225
406
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
226
407
|
});
|
|
227
408
|
},
|
|
409
|
+
/**
|
|
410
|
+
* 二级面板
|
|
411
|
+
* @summary 二级面板-用能汇总
|
|
412
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
413
|
+
* @param {*} [options] Override http request option.
|
|
414
|
+
* @throws {RequiredError}
|
|
415
|
+
*/
|
|
416
|
+
twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options) {
|
|
417
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
418
|
+
var _a, _b, _c;
|
|
419
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.twoEnergyConsumptionSummar(energyCostAnalysisQueryDTO, options);
|
|
420
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
421
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostAnalysisControllerApi.twoEnergyConsumptionSummar']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
422
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
423
|
+
});
|
|
424
|
+
},
|
|
425
|
+
/**
|
|
426
|
+
* 二级面板
|
|
427
|
+
* @summary 二级面板-单平单价分析
|
|
428
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
429
|
+
* @param {*} [options] Override http request option.
|
|
430
|
+
* @throws {RequiredError}
|
|
431
|
+
*/
|
|
432
|
+
twoPerAreaAnalysis(energyCostAnalysisQueryDTO, options) {
|
|
433
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
434
|
+
var _a, _b, _c;
|
|
435
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.twoPerAreaAnalysis(energyCostAnalysisQueryDTO, options);
|
|
436
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
437
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostAnalysisControllerApi.twoPerAreaAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
438
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
439
|
+
});
|
|
440
|
+
},
|
|
441
|
+
/**
|
|
442
|
+
* 二级面板
|
|
443
|
+
* @summary 二级面板-单耗分析
|
|
444
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
445
|
+
* @param {*} [options] Override http request option.
|
|
446
|
+
* @throws {RequiredError}
|
|
447
|
+
*/
|
|
448
|
+
twoPerUnitAnalysis(energyCostAnalysisQueryDTO, options) {
|
|
449
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
450
|
+
var _a, _b, _c;
|
|
451
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.twoPerUnitAnalysis(energyCostAnalysisQueryDTO, options);
|
|
452
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
453
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostAnalysisControllerApi.twoPerUnitAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
454
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
455
|
+
});
|
|
456
|
+
},
|
|
457
|
+
/**
|
|
458
|
+
* 二级面板
|
|
459
|
+
* @summary 二级面板-单价分析
|
|
460
|
+
* @param {EnergyCostAnalysisQueryDTO} energyCostAnalysisQueryDTO
|
|
461
|
+
* @param {*} [options] Override http request option.
|
|
462
|
+
* @throws {RequiredError}
|
|
463
|
+
*/
|
|
464
|
+
twoUnitPriceAnalysis(energyCostAnalysisQueryDTO, options) {
|
|
465
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
466
|
+
var _a, _b, _c;
|
|
467
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.twoUnitPriceAnalysis(energyCostAnalysisQueryDTO, options);
|
|
468
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
469
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostAnalysisControllerApi.twoUnitPriceAnalysis']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
470
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
471
|
+
});
|
|
472
|
+
},
|
|
228
473
|
/**
|
|
229
474
|
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
230
475
|
* @summary 单价分析
|
|
@@ -261,6 +506,16 @@ const EnergyCostAnalysisControllerApiFactory = function (configuration, basePath
|
|
|
261
506
|
getAnalysisList(requestParameters, options) {
|
|
262
507
|
return localVarFp.getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
263
508
|
},
|
|
509
|
+
/**
|
|
510
|
+
* 获取当年各场景的用量趋势图数据
|
|
511
|
+
* @summary 用量趋势分析
|
|
512
|
+
* @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
|
|
513
|
+
* @param {*} [options] Override http request option.
|
|
514
|
+
* @throws {RequiredError}
|
|
515
|
+
*/
|
|
516
|
+
getUsageTrend(requestParameters, options) {
|
|
517
|
+
return localVarFp.getUsageTrend(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
518
|
+
},
|
|
264
519
|
/**
|
|
265
520
|
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
266
521
|
* @summary 单平单价分析
|
|
@@ -281,6 +536,46 @@ const EnergyCostAnalysisControllerApiFactory = function (configuration, basePath
|
|
|
281
536
|
perUnitAnalysis(requestParameters, options) {
|
|
282
537
|
return localVarFp.perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
283
538
|
},
|
|
539
|
+
/**
|
|
540
|
+
* 二级面板
|
|
541
|
+
* @summary 二级面板-用能汇总
|
|
542
|
+
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
543
|
+
* @param {*} [options] Override http request option.
|
|
544
|
+
* @throws {RequiredError}
|
|
545
|
+
*/
|
|
546
|
+
twoEnergyConsumptionSummar(requestParameters, options) {
|
|
547
|
+
return localVarFp.twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
548
|
+
},
|
|
549
|
+
/**
|
|
550
|
+
* 二级面板
|
|
551
|
+
* @summary 二级面板-单平单价分析
|
|
552
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
553
|
+
* @param {*} [options] Override http request option.
|
|
554
|
+
* @throws {RequiredError}
|
|
555
|
+
*/
|
|
556
|
+
twoPerAreaAnalysis(requestParameters, options) {
|
|
557
|
+
return localVarFp.twoPerAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
558
|
+
},
|
|
559
|
+
/**
|
|
560
|
+
* 二级面板
|
|
561
|
+
* @summary 二级面板-单耗分析
|
|
562
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
563
|
+
* @param {*} [options] Override http request option.
|
|
564
|
+
* @throws {RequiredError}
|
|
565
|
+
*/
|
|
566
|
+
twoPerUnitAnalysis(requestParameters, options) {
|
|
567
|
+
return localVarFp.twoPerUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
568
|
+
},
|
|
569
|
+
/**
|
|
570
|
+
* 二级面板
|
|
571
|
+
* @summary 二级面板-单价分析
|
|
572
|
+
* @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
573
|
+
* @param {*} [options] Override http request option.
|
|
574
|
+
* @throws {RequiredError}
|
|
575
|
+
*/
|
|
576
|
+
twoUnitPriceAnalysis(requestParameters, options) {
|
|
577
|
+
return localVarFp.twoUnitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(axios, basePath));
|
|
578
|
+
},
|
|
284
579
|
/**
|
|
285
580
|
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
286
581
|
* @summary 单价分析
|
|
@@ -312,6 +607,17 @@ class EnergyCostAnalysisControllerApi extends base_1.BaseAPI {
|
|
|
312
607
|
getAnalysisList(requestParameters, options) {
|
|
313
608
|
return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).getAnalysisList(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
314
609
|
}
|
|
610
|
+
/**
|
|
611
|
+
* 获取当年各场景的用量趋势图数据
|
|
612
|
+
* @summary 用量趋势分析
|
|
613
|
+
* @param {EnergyCostAnalysisControllerApiGetUsageTrendRequest} requestParameters Request parameters.
|
|
614
|
+
* @param {*} [options] Override http request option.
|
|
615
|
+
* @throws {RequiredError}
|
|
616
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
617
|
+
*/
|
|
618
|
+
getUsageTrend(requestParameters, options) {
|
|
619
|
+
return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).getUsageTrend(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
620
|
+
}
|
|
315
621
|
/**
|
|
316
622
|
* 计算园区单平单价,包括实际、年平均、上月、去年同期等指标
|
|
317
623
|
* @summary 单平单价分析
|
|
@@ -334,6 +640,50 @@ class EnergyCostAnalysisControllerApi extends base_1.BaseAPI {
|
|
|
334
640
|
perUnitAnalysis(requestParameters, options) {
|
|
335
641
|
return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).perUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
336
642
|
}
|
|
643
|
+
/**
|
|
644
|
+
* 二级面板
|
|
645
|
+
* @summary 二级面板-用能汇总
|
|
646
|
+
* @param {EnergyCostAnalysisControllerApiTwoEnergyConsumptionSummarRequest} requestParameters Request parameters.
|
|
647
|
+
* @param {*} [options] Override http request option.
|
|
648
|
+
* @throws {RequiredError}
|
|
649
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
650
|
+
*/
|
|
651
|
+
twoEnergyConsumptionSummar(requestParameters, options) {
|
|
652
|
+
return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).twoEnergyConsumptionSummar(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
653
|
+
}
|
|
654
|
+
/**
|
|
655
|
+
* 二级面板
|
|
656
|
+
* @summary 二级面板-单平单价分析
|
|
657
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerAreaAnalysisRequest} requestParameters Request parameters.
|
|
658
|
+
* @param {*} [options] Override http request option.
|
|
659
|
+
* @throws {RequiredError}
|
|
660
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
661
|
+
*/
|
|
662
|
+
twoPerAreaAnalysis(requestParameters, options) {
|
|
663
|
+
return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).twoPerAreaAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
664
|
+
}
|
|
665
|
+
/**
|
|
666
|
+
* 二级面板
|
|
667
|
+
* @summary 二级面板-单耗分析
|
|
668
|
+
* @param {EnergyCostAnalysisControllerApiTwoPerUnitAnalysisRequest} requestParameters Request parameters.
|
|
669
|
+
* @param {*} [options] Override http request option.
|
|
670
|
+
* @throws {RequiredError}
|
|
671
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
672
|
+
*/
|
|
673
|
+
twoPerUnitAnalysis(requestParameters, options) {
|
|
674
|
+
return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).twoPerUnitAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
675
|
+
}
|
|
676
|
+
/**
|
|
677
|
+
* 二级面板
|
|
678
|
+
* @summary 二级面板-单价分析
|
|
679
|
+
* @param {EnergyCostAnalysisControllerApiTwoUnitPriceAnalysisRequest} requestParameters Request parameters.
|
|
680
|
+
* @param {*} [options] Override http request option.
|
|
681
|
+
* @throws {RequiredError}
|
|
682
|
+
* @memberof EnergyCostAnalysisControllerApi
|
|
683
|
+
*/
|
|
684
|
+
twoUnitPriceAnalysis(requestParameters, options) {
|
|
685
|
+
return (0, exports.EnergyCostAnalysisControllerApiFp)(this.configuration).twoUnitPriceAnalysis(requestParameters.energyCostAnalysisQueryDTO, options).then((request) => request(this.axios, this.basePath));
|
|
686
|
+
}
|
|
337
687
|
/**
|
|
338
688
|
* 计算园区平均单价,包括当期、年平均、上月等指标
|
|
339
689
|
* @summary 单价分析
|