@gizone/rrs-client 4.2.9-alpha.538 → 4.2.9-alpha.539

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.
Files changed (51) hide show
  1. package/.openapi-generator/FILES +5 -1
  2. package/api.ts +1 -1
  3. package/apis/{energy-cost-controller-api.ts → default-api.ts} +426 -118
  4. package/dist/api.d.ts +1 -1
  5. package/dist/api.js +1 -1
  6. package/dist/apis/default-api.d.ts +707 -0
  7. package/dist/apis/{energy-cost-controller-api.js → default-api.js} +289 -61
  8. package/dist/esm/api.d.ts +1 -1
  9. package/dist/esm/api.js +1 -1
  10. package/dist/esm/apis/default-api.d.ts +707 -0
  11. package/dist/esm/apis/{energy-cost-controller-api.js → default-api.js} +284 -56
  12. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  13. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
  14. package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +30 -25
  15. package/dist/esm/models/energy-cost-month-setting-list-vo.js +4 -1
  16. package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  17. package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
  18. package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +47 -0
  19. package/dist/esm/models/energy-cost-setting-summy-update-dto.js +17 -0
  20. package/dist/esm/models/index.d.ts +4 -0
  21. package/dist/esm/models/index.js +4 -0
  22. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +5 -5
  23. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  24. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
  25. package/dist/esm/models/sys-user.d.ts +4 -4
  26. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  27. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
  28. package/dist/models/energy-cost-month-setting-list-vo.d.ts +30 -25
  29. package/dist/models/energy-cost-month-setting-list-vo.js +5 -0
  30. package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  31. package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
  32. package/dist/models/energy-cost-setting-summy-update-dto.d.ts +47 -0
  33. package/dist/models/energy-cost-setting-summy-update-dto.js +20 -0
  34. package/dist/models/index.d.ts +4 -0
  35. package/dist/models/index.js +4 -0
  36. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +5 -5
  37. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  38. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
  39. package/dist/models/sys-user.d.ts +4 -4
  40. package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
  41. package/models/energy-cost-month-setting-list-vo.ts +33 -25
  42. package/models/energy-cost-setting-summy-add-dto.ts +50 -0
  43. package/models/energy-cost-setting-summy-update-dto.ts +56 -0
  44. package/models/index.ts +4 -0
  45. package/models/ipage-energy-cost-record-info-vo.ts +5 -5
  46. package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
  47. package/models/sys-user.ts +4 -4
  48. package/ossutil.log +1056 -1050
  49. package/package.json +1 -1
  50. package/dist/apis/energy-cost-controller-api.d.ts +0 -542
  51. package/dist/esm/apis/energy-cost-controller-api.d.ts +0 -542
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
22
22
  });
23
23
  };
24
24
  Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.EnergyCostMonthSettingListEnergyTypeEnum = exports.EnergyCostAddRecordListEnergyTypeEnum = exports.EnergyCostControllerApi = exports.EnergyCostControllerApiFactory = exports.EnergyCostControllerApiFp = exports.EnergyCostControllerApiAxiosParamCreator = void 0;
25
+ exports.EnergyCostMonthSettingSummaryListEnergyTypeEnum = exports.EnergyCostMonthSettingListEnergyTypeEnum = exports.EnergyCostAddRecordListEnergyTypeEnum = exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = void 0;
26
26
  const axios_1 = require("axios");
27
27
  // Some imports not used depending on template conditions
28
28
  // @ts-ignore
@@ -30,10 +30,10 @@ const common_1 = require("../common");
30
30
  // @ts-ignore
31
31
  const base_1 = require("../base");
32
32
  /**
33
- * EnergyCostControllerApi - axios parameter creator
33
+ * DefaultApi - axios parameter creator
34
34
  * @export
35
35
  */
36
- const EnergyCostControllerApiAxiosParamCreator = function (configuration) {
36
+ const DefaultApiAxiosParamCreator = function (configuration) {
37
37
  return {
38
38
  /**
39
39
  *
@@ -297,6 +297,114 @@ const EnergyCostControllerApiAxiosParamCreator = function (configuration) {
297
297
  options: localVarRequestOptions,
298
298
  };
299
299
  }),
300
+ /**
301
+ *
302
+ * @summary 新增能源费用管理设置-园区汇总标准新增
303
+ * @param {EnergyCostSettingSummyAddDTO} energyCostSettingSummyAddDTO
304
+ * @param {*} [options] Override http request option.
305
+ * @throws {RequiredError}
306
+ */
307
+ energyCostMonthSettingSummaryAdd: (energyCostSettingSummyAddDTO_1, ...args_1) => __awaiter(this, [energyCostSettingSummyAddDTO_1, ...args_1], void 0, function* (energyCostSettingSummyAddDTO, options = {}) {
308
+ // verify required parameter 'energyCostSettingSummyAddDTO' is not null or undefined
309
+ (0, common_1.assertParamExists)('energyCostMonthSettingSummaryAdd', 'energyCostSettingSummyAddDTO', energyCostSettingSummyAddDTO);
310
+ const localVarPath = `/gizone/energy/cost/month/setting/summaryStandards`;
311
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
312
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
313
+ let baseOptions;
314
+ if (configuration) {
315
+ baseOptions = configuration.baseOptions;
316
+ }
317
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
318
+ const localVarHeaderParameter = {};
319
+ const localVarQueryParameter = {};
320
+ // authentication tokenScheme required
321
+ // http bearer authentication required
322
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
323
+ localVarHeaderParameter['Content-Type'] = 'application/json';
324
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
325
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
326
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
327
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostSettingSummyAddDTO, localVarRequestOptions, configuration);
328
+ return {
329
+ url: (0, common_1.toPathString)(localVarUrlObj),
330
+ options: localVarRequestOptions,
331
+ };
332
+ }),
333
+ /**
334
+ *
335
+ * @summary 新增能源费用管理设置-列表-查询园区汇总标准
336
+ * @param {EnergyCostMonthSettingSummaryListEnergyTypeEnum} energyType
337
+ * @param {string} [startTime]
338
+ * @param {string} [endTime]
339
+ * @param {*} [options] Override http request option.
340
+ * @throws {RequiredError}
341
+ */
342
+ energyCostMonthSettingSummaryList: (energyType_1, startTime_1, endTime_1, ...args_1) => __awaiter(this, [energyType_1, startTime_1, endTime_1, ...args_1], void 0, function* (energyType, startTime, endTime, options = {}) {
343
+ // verify required parameter 'energyType' is not null or undefined
344
+ (0, common_1.assertParamExists)('energyCostMonthSettingSummaryList', 'energyType', energyType);
345
+ const localVarPath = `/gizone/energy/cost/month/setting/summaryStandards`;
346
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
347
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
348
+ let baseOptions;
349
+ if (configuration) {
350
+ baseOptions = configuration.baseOptions;
351
+ }
352
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
353
+ const localVarHeaderParameter = {};
354
+ const localVarQueryParameter = {};
355
+ // authentication tokenScheme required
356
+ // http bearer authentication required
357
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
358
+ if (startTime !== undefined) {
359
+ localVarQueryParameter['startTime'] = startTime;
360
+ }
361
+ if (endTime !== undefined) {
362
+ localVarQueryParameter['endTime'] = endTime;
363
+ }
364
+ if (energyType !== undefined) {
365
+ localVarQueryParameter['energyType'] = energyType;
366
+ }
367
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
368
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
369
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
370
+ return {
371
+ url: (0, common_1.toPathString)(localVarUrlObj),
372
+ options: localVarRequestOptions,
373
+ };
374
+ }),
375
+ /**
376
+ *
377
+ * @summary 新增能源费用管理设置-园区汇总标准修改
378
+ * @param {EnergyCostSettingSummyUpdateDTO} energyCostSettingSummyUpdateDTO
379
+ * @param {*} [options] Override http request option.
380
+ * @throws {RequiredError}
381
+ */
382
+ energyCostMonthSettingSummaryUpdate: (energyCostSettingSummyUpdateDTO_1, ...args_1) => __awaiter(this, [energyCostSettingSummyUpdateDTO_1, ...args_1], void 0, function* (energyCostSettingSummyUpdateDTO, options = {}) {
383
+ // verify required parameter 'energyCostSettingSummyUpdateDTO' is not null or undefined
384
+ (0, common_1.assertParamExists)('energyCostMonthSettingSummaryUpdate', 'energyCostSettingSummyUpdateDTO', energyCostSettingSummyUpdateDTO);
385
+ const localVarPath = `/gizone/energy/cost/month/setting/summaryStandards`;
386
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
387
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
388
+ let baseOptions;
389
+ if (configuration) {
390
+ baseOptions = configuration.baseOptions;
391
+ }
392
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
393
+ const localVarHeaderParameter = {};
394
+ const localVarQueryParameter = {};
395
+ // authentication tokenScheme required
396
+ // http bearer authentication required
397
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
398
+ localVarHeaderParameter['Content-Type'] = 'application/json';
399
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
400
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
401
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
402
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(energyCostSettingSummyUpdateDTO, localVarRequestOptions, configuration);
403
+ return {
404
+ url: (0, common_1.toPathString)(localVarUrlObj),
405
+ options: localVarRequestOptions,
406
+ };
407
+ }),
300
408
  /**
301
409
  *
302
410
  * @summary 新增能源费用管理设置-单条修改
@@ -364,13 +472,13 @@ const EnergyCostControllerApiAxiosParamCreator = function (configuration) {
364
472
  }),
365
473
  };
366
474
  };
367
- exports.EnergyCostControllerApiAxiosParamCreator = EnergyCostControllerApiAxiosParamCreator;
475
+ exports.DefaultApiAxiosParamCreator = DefaultApiAxiosParamCreator;
368
476
  /**
369
- * EnergyCostControllerApi - functional programming interface
477
+ * DefaultApi - functional programming interface
370
478
  * @export
371
479
  */
372
- const EnergyCostControllerApiFp = function (configuration) {
373
- const localVarAxiosParamCreator = (0, exports.EnergyCostControllerApiAxiosParamCreator)(configuration);
480
+ const DefaultApiFp = function (configuration) {
481
+ const localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
374
482
  return {
375
483
  /**
376
484
  *
@@ -384,7 +492,7 @@ const EnergyCostControllerApiFp = function (configuration) {
384
492
  var _a, _b, _c;
385
493
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostAddRecordDetail(id, options);
386
494
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
387
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.energyCostAddRecordDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
495
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.energyCostAddRecordDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
388
496
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
389
497
  });
390
498
  },
@@ -400,7 +508,7 @@ const EnergyCostControllerApiFp = function (configuration) {
400
508
  var _a, _b, _c;
401
509
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostAddRecordInputDraft(energyCostAddRecordDTO, options);
402
510
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
403
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.energyCostAddRecordInputDraft']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
511
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.energyCostAddRecordInputDraft']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
404
512
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
405
513
  });
406
514
  },
@@ -422,7 +530,7 @@ const EnergyCostControllerApiFp = function (configuration) {
422
530
  var _a, _b, _c;
423
531
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostAddRecordList(page, size, billCode, startTime, endTime, energyType, status, options);
424
532
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
425
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.energyCostAddRecordList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
533
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.energyCostAddRecordList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
426
534
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
427
535
  });
428
536
  },
@@ -438,7 +546,7 @@ const EnergyCostControllerApiFp = function (configuration) {
438
546
  var _a, _b, _c;
439
547
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostAddRecordNext(energyCostAddRecordDTO, options);
440
548
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
441
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.energyCostAddRecordNext']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
549
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.energyCostAddRecordNext']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
442
550
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
443
551
  });
444
552
  },
@@ -454,7 +562,7 @@ const EnergyCostControllerApiFp = function (configuration) {
454
562
  var _a, _b, _c;
455
563
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostAddRecordSubmit(energyCostAddRecordDTO, options);
456
564
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
457
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.energyCostAddRecordSubmit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
565
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.energyCostAddRecordSubmit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
458
566
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
459
567
  });
460
568
  },
@@ -470,7 +578,7 @@ const EnergyCostControllerApiFp = function (configuration) {
470
578
  var _a, _b, _c;
471
579
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostMonthSettingAdd(energyCostAddSettingDTO, options);
472
580
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
473
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.energyCostMonthSettingAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
581
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.energyCostMonthSettingAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
474
582
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
475
583
  });
476
584
  },
@@ -488,7 +596,57 @@ const EnergyCostControllerApiFp = function (configuration) {
488
596
  var _a, _b, _c;
489
597
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostMonthSettingList(energyType, startTime, endTime, options);
490
598
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
491
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.energyCostMonthSettingList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
599
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.energyCostMonthSettingList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
600
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
601
+ });
602
+ },
603
+ /**
604
+ *
605
+ * @summary 新增能源费用管理设置-园区汇总标准新增
606
+ * @param {EnergyCostSettingSummyAddDTO} energyCostSettingSummyAddDTO
607
+ * @param {*} [options] Override http request option.
608
+ * @throws {RequiredError}
609
+ */
610
+ energyCostMonthSettingSummaryAdd(energyCostSettingSummyAddDTO, options) {
611
+ return __awaiter(this, void 0, void 0, function* () {
612
+ var _a, _b, _c;
613
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostMonthSettingSummaryAdd(energyCostSettingSummyAddDTO, options);
614
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
615
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.energyCostMonthSettingSummaryAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
616
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
617
+ });
618
+ },
619
+ /**
620
+ *
621
+ * @summary 新增能源费用管理设置-列表-查询园区汇总标准
622
+ * @param {EnergyCostMonthSettingSummaryListEnergyTypeEnum} energyType
623
+ * @param {string} [startTime]
624
+ * @param {string} [endTime]
625
+ * @param {*} [options] Override http request option.
626
+ * @throws {RequiredError}
627
+ */
628
+ energyCostMonthSettingSummaryList(energyType, startTime, endTime, options) {
629
+ return __awaiter(this, void 0, void 0, function* () {
630
+ var _a, _b, _c;
631
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostMonthSettingSummaryList(energyType, startTime, endTime, options);
632
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
633
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.energyCostMonthSettingSummaryList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
634
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
635
+ });
636
+ },
637
+ /**
638
+ *
639
+ * @summary 新增能源费用管理设置-园区汇总标准修改
640
+ * @param {EnergyCostSettingSummyUpdateDTO} energyCostSettingSummyUpdateDTO
641
+ * @param {*} [options] Override http request option.
642
+ * @throws {RequiredError}
643
+ */
644
+ energyCostMonthSettingSummaryUpdate(energyCostSettingSummyUpdateDTO, options) {
645
+ return __awaiter(this, void 0, void 0, function* () {
646
+ var _a, _b, _c;
647
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostMonthSettingSummaryUpdate(energyCostSettingSummyUpdateDTO, options);
648
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
649
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.energyCostMonthSettingSummaryUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
492
650
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
493
651
  });
494
652
  },
@@ -504,7 +662,7 @@ const EnergyCostControllerApiFp = function (configuration) {
504
662
  var _a, _b, _c;
505
663
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostMonthSettingUpdate(energyCostUpdateSettingDTO, options);
506
664
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
507
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.energyCostMonthSettingUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
665
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.energyCostMonthSettingUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
508
666
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
509
667
  });
510
668
  },
@@ -520,24 +678,24 @@ const EnergyCostControllerApiFp = function (configuration) {
520
678
  var _a, _b, _c;
521
679
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getOptions(type, options);
522
680
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
523
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostControllerApi.getOptions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
681
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.getOptions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
524
682
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
525
683
  });
526
684
  },
527
685
  };
528
686
  };
529
- exports.EnergyCostControllerApiFp = EnergyCostControllerApiFp;
687
+ exports.DefaultApiFp = DefaultApiFp;
530
688
  /**
531
- * EnergyCostControllerApi - factory interface
689
+ * DefaultApi - factory interface
532
690
  * @export
533
691
  */
534
- const EnergyCostControllerApiFactory = function (configuration, basePath, axios) {
535
- const localVarFp = (0, exports.EnergyCostControllerApiFp)(configuration);
692
+ const DefaultApiFactory = function (configuration, basePath, axios) {
693
+ const localVarFp = (0, exports.DefaultApiFp)(configuration);
536
694
  return {
537
695
  /**
538
696
  *
539
697
  * @summary 新增能源消耗-返回详情
540
- * @param {EnergyCostControllerApiEnergyCostAddRecordDetailRequest} requestParameters Request parameters.
698
+ * @param {DefaultApiEnergyCostAddRecordDetailRequest} requestParameters Request parameters.
541
699
  * @param {*} [options] Override http request option.
542
700
  * @throws {RequiredError}
543
701
  */
@@ -547,7 +705,7 @@ const EnergyCostControllerApiFactory = function (configuration, basePath, axios)
547
705
  /**
548
706
  *
549
707
  * @summary 新增能源消耗-录入保存为草稿
550
- * @param {EnergyCostControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
708
+ * @param {DefaultApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
551
709
  * @param {*} [options] Override http request option.
552
710
  * @throws {RequiredError}
553
711
  */
@@ -557,7 +715,7 @@ const EnergyCostControllerApiFactory = function (configuration, basePath, axios)
557
715
  /**
558
716
  *
559
717
  * @summary 新增能源消耗-列表
560
- * @param {EnergyCostControllerApiEnergyCostAddRecordListRequest} requestParameters Request parameters.
718
+ * @param {DefaultApiEnergyCostAddRecordListRequest} requestParameters Request parameters.
561
719
  * @param {*} [options] Override http request option.
562
720
  * @throws {RequiredError}
563
721
  */
@@ -567,7 +725,7 @@ const EnergyCostControllerApiFactory = function (configuration, basePath, axios)
567
725
  /**
568
726
  *
569
727
  * @summary 新增能源消耗-next
570
- * @param {EnergyCostControllerApiEnergyCostAddRecordNextRequest} requestParameters Request parameters.
728
+ * @param {DefaultApiEnergyCostAddRecordNextRequest} requestParameters Request parameters.
571
729
  * @param {*} [options] Override http request option.
572
730
  * @throws {RequiredError}
573
731
  */
@@ -577,7 +735,7 @@ const EnergyCostControllerApiFactory = function (configuration, basePath, axios)
577
735
  /**
578
736
  *
579
737
  * @summary 新增能源消耗-提交
580
- * @param {EnergyCostControllerApiEnergyCostAddRecordSubmitRequest} requestParameters Request parameters.
738
+ * @param {DefaultApiEnergyCostAddRecordSubmitRequest} requestParameters Request parameters.
581
739
  * @param {*} [options] Override http request option.
582
740
  * @throws {RequiredError}
583
741
  */
@@ -587,7 +745,7 @@ const EnergyCostControllerApiFactory = function (configuration, basePath, axios)
587
745
  /**
588
746
  *
589
747
  * @summary 新增能源费用管理设置-单条新增
590
- * @param {EnergyCostControllerApiEnergyCostMonthSettingAddRequest} requestParameters Request parameters.
748
+ * @param {DefaultApiEnergyCostMonthSettingAddRequest} requestParameters Request parameters.
591
749
  * @param {*} [options] Override http request option.
592
750
  * @throws {RequiredError}
593
751
  */
@@ -597,17 +755,47 @@ const EnergyCostControllerApiFactory = function (configuration, basePath, axios)
597
755
  /**
598
756
  *
599
757
  * @summary 新增能源费用管理设置-列表-默认当前筛选前后一年
600
- * @param {EnergyCostControllerApiEnergyCostMonthSettingListRequest} requestParameters Request parameters.
758
+ * @param {DefaultApiEnergyCostMonthSettingListRequest} requestParameters Request parameters.
601
759
  * @param {*} [options] Override http request option.
602
760
  * @throws {RequiredError}
603
761
  */
604
762
  energyCostMonthSettingList(requestParameters, options) {
605
763
  return localVarFp.energyCostMonthSettingList(requestParameters.energyType, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
606
764
  },
765
+ /**
766
+ *
767
+ * @summary 新增能源费用管理设置-园区汇总标准新增
768
+ * @param {DefaultApiEnergyCostMonthSettingSummaryAddRequest} requestParameters Request parameters.
769
+ * @param {*} [options] Override http request option.
770
+ * @throws {RequiredError}
771
+ */
772
+ energyCostMonthSettingSummaryAdd(requestParameters, options) {
773
+ return localVarFp.energyCostMonthSettingSummaryAdd(requestParameters.energyCostSettingSummyAddDTO, options).then((request) => request(axios, basePath));
774
+ },
775
+ /**
776
+ *
777
+ * @summary 新增能源费用管理设置-列表-查询园区汇总标准
778
+ * @param {DefaultApiEnergyCostMonthSettingSummaryListRequest} requestParameters Request parameters.
779
+ * @param {*} [options] Override http request option.
780
+ * @throws {RequiredError}
781
+ */
782
+ energyCostMonthSettingSummaryList(requestParameters, options) {
783
+ return localVarFp.energyCostMonthSettingSummaryList(requestParameters.energyType, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
784
+ },
785
+ /**
786
+ *
787
+ * @summary 新增能源费用管理设置-园区汇总标准修改
788
+ * @param {DefaultApiEnergyCostMonthSettingSummaryUpdateRequest} requestParameters Request parameters.
789
+ * @param {*} [options] Override http request option.
790
+ * @throws {RequiredError}
791
+ */
792
+ energyCostMonthSettingSummaryUpdate(requestParameters, options) {
793
+ return localVarFp.energyCostMonthSettingSummaryUpdate(requestParameters.energyCostSettingSummyUpdateDTO, options).then((request) => request(axios, basePath));
794
+ },
607
795
  /**
608
796
  *
609
797
  * @summary 新增能源费用管理设置-单条修改
610
- * @param {EnergyCostControllerApiEnergyCostMonthSettingUpdateRequest} requestParameters Request parameters.
798
+ * @param {DefaultApiEnergyCostMonthSettingUpdateRequest} requestParameters Request parameters.
611
799
  * @param {*} [options] Override http request option.
612
800
  * @throws {RequiredError}
613
801
  */
@@ -617,7 +805,7 @@ const EnergyCostControllerApiFactory = function (configuration, basePath, axios)
617
805
  /**
618
806
  *
619
807
  * @summary 获取下拉框内容
620
- * @param {EnergyCostControllerApiGetOptionsRequest} requestParameters Request parameters.
808
+ * @param {DefaultApiGetOptionsRequest} requestParameters Request parameters.
621
809
  * @param {*} [options] Override http request option.
622
810
  * @throws {RequiredError}
623
811
  */
@@ -626,115 +814,148 @@ const EnergyCostControllerApiFactory = function (configuration, basePath, axios)
626
814
  },
627
815
  };
628
816
  };
629
- exports.EnergyCostControllerApiFactory = EnergyCostControllerApiFactory;
817
+ exports.DefaultApiFactory = DefaultApiFactory;
630
818
  /**
631
- * EnergyCostControllerApi - object-oriented interface
819
+ * DefaultApi - object-oriented interface
632
820
  * @export
633
- * @class EnergyCostControllerApi
821
+ * @class DefaultApi
634
822
  * @extends {BaseAPI}
635
823
  */
636
- class EnergyCostControllerApi extends base_1.BaseAPI {
824
+ class DefaultApi extends base_1.BaseAPI {
637
825
  /**
638
826
  *
639
827
  * @summary 新增能源消耗-返回详情
640
- * @param {EnergyCostControllerApiEnergyCostAddRecordDetailRequest} requestParameters Request parameters.
828
+ * @param {DefaultApiEnergyCostAddRecordDetailRequest} requestParameters Request parameters.
641
829
  * @param {*} [options] Override http request option.
642
830
  * @throws {RequiredError}
643
- * @memberof EnergyCostControllerApi
831
+ * @memberof DefaultApi
644
832
  */
645
833
  energyCostAddRecordDetail(requestParameters, options) {
646
- return (0, exports.EnergyCostControllerApiFp)(this.configuration).energyCostAddRecordDetail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
834
+ return (0, exports.DefaultApiFp)(this.configuration).energyCostAddRecordDetail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
647
835
  }
648
836
  /**
649
837
  *
650
838
  * @summary 新增能源消耗-录入保存为草稿
651
- * @param {EnergyCostControllerApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
839
+ * @param {DefaultApiEnergyCostAddRecordInputDraftRequest} requestParameters Request parameters.
652
840
  * @param {*} [options] Override http request option.
653
841
  * @throws {RequiredError}
654
- * @memberof EnergyCostControllerApi
842
+ * @memberof DefaultApi
655
843
  */
656
844
  energyCostAddRecordInputDraft(requestParameters, options) {
657
- return (0, exports.EnergyCostControllerApiFp)(this.configuration).energyCostAddRecordInputDraft(requestParameters.energyCostAddRecordDTO, options).then((request) => request(this.axios, this.basePath));
845
+ return (0, exports.DefaultApiFp)(this.configuration).energyCostAddRecordInputDraft(requestParameters.energyCostAddRecordDTO, options).then((request) => request(this.axios, this.basePath));
658
846
  }
659
847
  /**
660
848
  *
661
849
  * @summary 新增能源消耗-列表
662
- * @param {EnergyCostControllerApiEnergyCostAddRecordListRequest} requestParameters Request parameters.
850
+ * @param {DefaultApiEnergyCostAddRecordListRequest} requestParameters Request parameters.
663
851
  * @param {*} [options] Override http request option.
664
852
  * @throws {RequiredError}
665
- * @memberof EnergyCostControllerApi
853
+ * @memberof DefaultApi
666
854
  */
667
855
  energyCostAddRecordList(requestParameters = {}, options) {
668
- return (0, exports.EnergyCostControllerApiFp)(this.configuration).energyCostAddRecordList(requestParameters.page, requestParameters.size, requestParameters.billCode, requestParameters.startTime, requestParameters.endTime, requestParameters.energyType, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
856
+ return (0, exports.DefaultApiFp)(this.configuration).energyCostAddRecordList(requestParameters.page, requestParameters.size, requestParameters.billCode, requestParameters.startTime, requestParameters.endTime, requestParameters.energyType, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
669
857
  }
670
858
  /**
671
859
  *
672
860
  * @summary 新增能源消耗-next
673
- * @param {EnergyCostControllerApiEnergyCostAddRecordNextRequest} requestParameters Request parameters.
861
+ * @param {DefaultApiEnergyCostAddRecordNextRequest} requestParameters Request parameters.
674
862
  * @param {*} [options] Override http request option.
675
863
  * @throws {RequiredError}
676
- * @memberof EnergyCostControllerApi
864
+ * @memberof DefaultApi
677
865
  */
678
866
  energyCostAddRecordNext(requestParameters, options) {
679
- return (0, exports.EnergyCostControllerApiFp)(this.configuration).energyCostAddRecordNext(requestParameters.energyCostAddRecordDTO, options).then((request) => request(this.axios, this.basePath));
867
+ return (0, exports.DefaultApiFp)(this.configuration).energyCostAddRecordNext(requestParameters.energyCostAddRecordDTO, options).then((request) => request(this.axios, this.basePath));
680
868
  }
681
869
  /**
682
870
  *
683
871
  * @summary 新增能源消耗-提交
684
- * @param {EnergyCostControllerApiEnergyCostAddRecordSubmitRequest} requestParameters Request parameters.
872
+ * @param {DefaultApiEnergyCostAddRecordSubmitRequest} requestParameters Request parameters.
685
873
  * @param {*} [options] Override http request option.
686
874
  * @throws {RequiredError}
687
- * @memberof EnergyCostControllerApi
875
+ * @memberof DefaultApi
688
876
  */
689
877
  energyCostAddRecordSubmit(requestParameters, options) {
690
- return (0, exports.EnergyCostControllerApiFp)(this.configuration).energyCostAddRecordSubmit(requestParameters.energyCostAddRecordDTO, options).then((request) => request(this.axios, this.basePath));
878
+ return (0, exports.DefaultApiFp)(this.configuration).energyCostAddRecordSubmit(requestParameters.energyCostAddRecordDTO, options).then((request) => request(this.axios, this.basePath));
691
879
  }
692
880
  /**
693
881
  *
694
882
  * @summary 新增能源费用管理设置-单条新增
695
- * @param {EnergyCostControllerApiEnergyCostMonthSettingAddRequest} requestParameters Request parameters.
883
+ * @param {DefaultApiEnergyCostMonthSettingAddRequest} requestParameters Request parameters.
696
884
  * @param {*} [options] Override http request option.
697
885
  * @throws {RequiredError}
698
- * @memberof EnergyCostControllerApi
886
+ * @memberof DefaultApi
699
887
  */
700
888
  energyCostMonthSettingAdd(requestParameters, options) {
701
- return (0, exports.EnergyCostControllerApiFp)(this.configuration).energyCostMonthSettingAdd(requestParameters.energyCostAddSettingDTO, options).then((request) => request(this.axios, this.basePath));
889
+ return (0, exports.DefaultApiFp)(this.configuration).energyCostMonthSettingAdd(requestParameters.energyCostAddSettingDTO, options).then((request) => request(this.axios, this.basePath));
702
890
  }
703
891
  /**
704
892
  *
705
893
  * @summary 新增能源费用管理设置-列表-默认当前筛选前后一年
706
- * @param {EnergyCostControllerApiEnergyCostMonthSettingListRequest} requestParameters Request parameters.
894
+ * @param {DefaultApiEnergyCostMonthSettingListRequest} requestParameters Request parameters.
707
895
  * @param {*} [options] Override http request option.
708
896
  * @throws {RequiredError}
709
- * @memberof EnergyCostControllerApi
897
+ * @memberof DefaultApi
710
898
  */
711
899
  energyCostMonthSettingList(requestParameters, options) {
712
- return (0, exports.EnergyCostControllerApiFp)(this.configuration).energyCostMonthSettingList(requestParameters.energyType, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
900
+ return (0, exports.DefaultApiFp)(this.configuration).energyCostMonthSettingList(requestParameters.energyType, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
901
+ }
902
+ /**
903
+ *
904
+ * @summary 新增能源费用管理设置-园区汇总标准新增
905
+ * @param {DefaultApiEnergyCostMonthSettingSummaryAddRequest} requestParameters Request parameters.
906
+ * @param {*} [options] Override http request option.
907
+ * @throws {RequiredError}
908
+ * @memberof DefaultApi
909
+ */
910
+ energyCostMonthSettingSummaryAdd(requestParameters, options) {
911
+ return (0, exports.DefaultApiFp)(this.configuration).energyCostMonthSettingSummaryAdd(requestParameters.energyCostSettingSummyAddDTO, options).then((request) => request(this.axios, this.basePath));
912
+ }
913
+ /**
914
+ *
915
+ * @summary 新增能源费用管理设置-列表-查询园区汇总标准
916
+ * @param {DefaultApiEnergyCostMonthSettingSummaryListRequest} requestParameters Request parameters.
917
+ * @param {*} [options] Override http request option.
918
+ * @throws {RequiredError}
919
+ * @memberof DefaultApi
920
+ */
921
+ energyCostMonthSettingSummaryList(requestParameters, options) {
922
+ return (0, exports.DefaultApiFp)(this.configuration).energyCostMonthSettingSummaryList(requestParameters.energyType, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
923
+ }
924
+ /**
925
+ *
926
+ * @summary 新增能源费用管理设置-园区汇总标准修改
927
+ * @param {DefaultApiEnergyCostMonthSettingSummaryUpdateRequest} requestParameters Request parameters.
928
+ * @param {*} [options] Override http request option.
929
+ * @throws {RequiredError}
930
+ * @memberof DefaultApi
931
+ */
932
+ energyCostMonthSettingSummaryUpdate(requestParameters, options) {
933
+ return (0, exports.DefaultApiFp)(this.configuration).energyCostMonthSettingSummaryUpdate(requestParameters.energyCostSettingSummyUpdateDTO, options).then((request) => request(this.axios, this.basePath));
713
934
  }
714
935
  /**
715
936
  *
716
937
  * @summary 新增能源费用管理设置-单条修改
717
- * @param {EnergyCostControllerApiEnergyCostMonthSettingUpdateRequest} requestParameters Request parameters.
938
+ * @param {DefaultApiEnergyCostMonthSettingUpdateRequest} requestParameters Request parameters.
718
939
  * @param {*} [options] Override http request option.
719
940
  * @throws {RequiredError}
720
- * @memberof EnergyCostControllerApi
941
+ * @memberof DefaultApi
721
942
  */
722
943
  energyCostMonthSettingUpdate(requestParameters, options) {
723
- return (0, exports.EnergyCostControllerApiFp)(this.configuration).energyCostMonthSettingUpdate(requestParameters.energyCostUpdateSettingDTO, options).then((request) => request(this.axios, this.basePath));
944
+ return (0, exports.DefaultApiFp)(this.configuration).energyCostMonthSettingUpdate(requestParameters.energyCostUpdateSettingDTO, options).then((request) => request(this.axios, this.basePath));
724
945
  }
725
946
  /**
726
947
  *
727
948
  * @summary 获取下拉框内容
728
- * @param {EnergyCostControllerApiGetOptionsRequest} requestParameters Request parameters.
949
+ * @param {DefaultApiGetOptionsRequest} requestParameters Request parameters.
729
950
  * @param {*} [options] Override http request option.
730
951
  * @throws {RequiredError}
731
- * @memberof EnergyCostControllerApi
952
+ * @memberof DefaultApi
732
953
  */
733
954
  getOptions(requestParameters = {}, options) {
734
- return (0, exports.EnergyCostControllerApiFp)(this.configuration).getOptions(requestParameters.type, options).then((request) => request(this.axios, this.basePath));
955
+ return (0, exports.DefaultApiFp)(this.configuration).getOptions(requestParameters.type, options).then((request) => request(this.axios, this.basePath));
735
956
  }
736
957
  }
737
- exports.EnergyCostControllerApi = EnergyCostControllerApi;
958
+ exports.DefaultApi = DefaultApi;
738
959
  /**
739
960
  * @export
740
961
  */
@@ -749,3 +970,10 @@ exports.EnergyCostMonthSettingListEnergyTypeEnum = {
749
970
  Electric: 'ELECTRIC',
750
971
  Water: 'WATER'
751
972
  };
973
+ /**
974
+ * @export
975
+ */
976
+ exports.EnergyCostMonthSettingSummaryListEnergyTypeEnum = {
977
+ Electric: 'ELECTRIC',
978
+ Water: 'WATER'
979
+ };
package/dist/esm/api.d.ts CHANGED
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ export * from './apis/default-api';
12
13
  export * from './apis/access-api';
13
14
  export * from './apis/app-auth-api';
14
15
  export * from './apis/auth-api';
@@ -18,7 +19,6 @@ export * from './apis/common-api';
18
19
  export * from './apis/dashboard-api';
19
20
  export * from './apis/device-api';
20
21
  export * from './apis/disaster-warning-standard-api';
21
- export * from './apis/energy-cost-controller-api';
22
22
  export * from './apis/equipment-api';
23
23
  export * from './apis/excel-language-controller-api';
24
24
  export * from './apis/hwork-api';
package/dist/esm/api.js CHANGED
@@ -11,6 +11,7 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
+ export * from './apis/default-api';
14
15
  export * from './apis/access-api';
15
16
  export * from './apis/app-auth-api';
16
17
  export * from './apis/auth-api';
@@ -20,7 +21,6 @@ export * from './apis/common-api';
20
21
  export * from './apis/dashboard-api';
21
22
  export * from './apis/device-api';
22
23
  export * from './apis/disaster-warning-standard-api';
23
- export * from './apis/energy-cost-controller-api';
24
24
  export * from './apis/equipment-api';
25
25
  export * from './apis/excel-language-controller-api';
26
26
  export * from './apis/hwork-api';