@gizone/rrs-client 4.2.9-alpha.707 → 4.2.9-alpha.709
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 +1 -1
- package/api.ts +1 -1
- package/apis/{default-api.ts → evaluation-config-api.ts} +163 -163
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/apis/{default-api.d.ts → evaluation-config-api.d.ts} +131 -131
- package/dist/apis/{default-api.js → evaluation-config-api.js} +87 -87
- package/dist/esm/api.d.ts +1 -1
- package/dist/esm/api.js +1 -1
- package/dist/esm/apis/{default-api.d.ts → evaluation-config-api.d.ts} +131 -131
- package/dist/esm/apis/{default-api.js → evaluation-config-api.js} +82 -82
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -27,10 +27,10 @@ import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchPara
|
|
|
27
27
|
// @ts-ignore
|
|
28
28
|
import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* EvaluationConfigApi - axios parameter creator
|
|
31
31
|
* @export
|
|
32
32
|
*/
|
|
33
|
-
export const
|
|
33
|
+
export const EvaluationConfigApiAxiosParamCreator = function (configuration) {
|
|
34
34
|
return {
|
|
35
35
|
/**
|
|
36
36
|
* 新增评价配置信息及违规配置
|
|
@@ -245,7 +245,7 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
245
245
|
}),
|
|
246
246
|
/**
|
|
247
247
|
* 下载评价配置导入模板
|
|
248
|
-
* @summary
|
|
248
|
+
* @summary 评价配置导入-下载模板
|
|
249
249
|
* @param {*} [options] Override http request option.
|
|
250
250
|
* @throws {RequiredError}
|
|
251
251
|
*/
|
|
@@ -575,11 +575,11 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
575
575
|
};
|
|
576
576
|
};
|
|
577
577
|
/**
|
|
578
|
-
*
|
|
578
|
+
* EvaluationConfigApi - functional programming interface
|
|
579
579
|
* @export
|
|
580
580
|
*/
|
|
581
|
-
export const
|
|
582
|
-
const localVarAxiosParamCreator =
|
|
581
|
+
export const EvaluationConfigApiFp = function (configuration) {
|
|
582
|
+
const localVarAxiosParamCreator = EvaluationConfigApiAxiosParamCreator(configuration);
|
|
583
583
|
return {
|
|
584
584
|
/**
|
|
585
585
|
* 新增评价配置信息及违规配置
|
|
@@ -593,7 +593,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
593
593
|
var _a, _b, _c;
|
|
594
594
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigAdd(evaluationConfigAddDto, options);
|
|
595
595
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
596
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
596
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
597
597
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
598
598
|
});
|
|
599
599
|
},
|
|
@@ -609,7 +609,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
609
609
|
var _a, _b, _c;
|
|
610
610
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigAddApprovalProcess(evaluationApprovalProcessDto, options);
|
|
611
611
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
612
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
612
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigAddApprovalProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
613
613
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
614
614
|
});
|
|
615
615
|
},
|
|
@@ -625,7 +625,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
625
625
|
var _a, _b, _c;
|
|
626
626
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchDelete(requestBody, options);
|
|
627
627
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
628
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
628
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
629
629
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
630
630
|
});
|
|
631
631
|
},
|
|
@@ -647,7 +647,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
647
647
|
var _a, _b, _c;
|
|
648
648
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchExport(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
|
|
649
649
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
650
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
650
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
651
651
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
652
652
|
});
|
|
653
653
|
},
|
|
@@ -662,7 +662,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
662
662
|
var _a, _b, _c;
|
|
663
663
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportConfirm(options);
|
|
664
664
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
665
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
665
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
666
666
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
667
667
|
});
|
|
668
668
|
},
|
|
@@ -677,13 +677,13 @@ export const DefaultApiFp = function (configuration) {
|
|
|
677
677
|
var _a, _b, _c;
|
|
678
678
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportPreview(options);
|
|
679
679
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
680
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
680
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
681
681
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
682
682
|
});
|
|
683
683
|
},
|
|
684
684
|
/**
|
|
685
685
|
* 下载评价配置导入模板
|
|
686
|
-
* @summary
|
|
686
|
+
* @summary 评价配置导入-下载模板
|
|
687
687
|
* @param {*} [options] Override http request option.
|
|
688
688
|
* @throws {RequiredError}
|
|
689
689
|
*/
|
|
@@ -692,7 +692,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
692
692
|
var _a, _b, _c;
|
|
693
693
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportTemplate(options);
|
|
694
694
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
695
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
695
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
696
696
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
697
697
|
});
|
|
698
698
|
},
|
|
@@ -709,7 +709,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
709
709
|
var _a, _b, _c;
|
|
710
710
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportUpload(type, file, options);
|
|
711
711
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
712
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
712
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
713
713
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
714
714
|
});
|
|
715
715
|
},
|
|
@@ -725,7 +725,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
725
725
|
var _a, _b, _c;
|
|
726
726
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigDelete(id, options);
|
|
727
727
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
728
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
728
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
729
729
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
730
730
|
});
|
|
731
731
|
},
|
|
@@ -741,7 +741,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
741
741
|
var _a, _b, _c;
|
|
742
742
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigDetails(id, options);
|
|
743
743
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
744
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
744
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
745
745
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
746
746
|
});
|
|
747
747
|
},
|
|
@@ -758,7 +758,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
758
758
|
var _a, _b, _c;
|
|
759
759
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigGetApprovalProcess(parkId, approvalType, options);
|
|
760
760
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
761
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
761
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigGetApprovalProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
762
762
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
763
763
|
});
|
|
764
764
|
},
|
|
@@ -780,7 +780,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
780
780
|
var _a, _b, _c;
|
|
781
781
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigPageList(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
|
|
782
782
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
783
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
783
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigPageList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
784
784
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
785
785
|
});
|
|
786
786
|
},
|
|
@@ -797,7 +797,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
797
797
|
var _a, _b, _c;
|
|
798
798
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigUpdate(id, evaluationConfigUpdateDto, options);
|
|
799
799
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
800
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
800
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
801
801
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
802
802
|
});
|
|
803
803
|
},
|
|
@@ -813,7 +813,7 @@ export const DefaultApiFp = function (configuration) {
|
|
|
813
813
|
var _a, _b, _c;
|
|
814
814
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigUpdateStatus(evaluationConfigStatusDto, options);
|
|
815
815
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
816
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
816
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigUpdateStatus']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
817
817
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
818
818
|
});
|
|
819
819
|
},
|
|
@@ -828,23 +828,23 @@ export const DefaultApiFp = function (configuration) {
|
|
|
828
828
|
var _a, _b, _c;
|
|
829
829
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationModuleCategoryList(options);
|
|
830
830
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
831
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
831
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationModuleCategoryList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
832
832
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
833
833
|
});
|
|
834
834
|
},
|
|
835
835
|
};
|
|
836
836
|
};
|
|
837
837
|
/**
|
|
838
|
-
*
|
|
838
|
+
* EvaluationConfigApi - factory interface
|
|
839
839
|
* @export
|
|
840
840
|
*/
|
|
841
|
-
export const
|
|
842
|
-
const localVarFp =
|
|
841
|
+
export const EvaluationConfigApiFactory = function (configuration, basePath, axios) {
|
|
842
|
+
const localVarFp = EvaluationConfigApiFp(configuration);
|
|
843
843
|
return {
|
|
844
844
|
/**
|
|
845
845
|
* 新增评价配置信息及违规配置
|
|
846
846
|
* @summary 新增评价配置
|
|
847
|
-
* @param {
|
|
847
|
+
* @param {EvaluationConfigApiEvaluationConfigAddRequest} requestParameters Request parameters.
|
|
848
848
|
* @param {*} [options] Override http request option.
|
|
849
849
|
* @throws {RequiredError}
|
|
850
850
|
*/
|
|
@@ -854,7 +854,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
854
854
|
/**
|
|
855
855
|
* 为评价配置添加审批流程,支持自定义审批顺序
|
|
856
856
|
* @summary 添加审批流程
|
|
857
|
-
* @param {
|
|
857
|
+
* @param {EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
|
|
858
858
|
* @param {*} [options] Override http request option.
|
|
859
859
|
* @throws {RequiredError}
|
|
860
860
|
*/
|
|
@@ -864,7 +864,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
864
864
|
/**
|
|
865
865
|
* 批量删除评价配置信息
|
|
866
866
|
* @summary 批量删除评价配置
|
|
867
|
-
* @param {
|
|
867
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
|
|
868
868
|
* @param {*} [options] Override http request option.
|
|
869
869
|
* @throws {RequiredError}
|
|
870
870
|
*/
|
|
@@ -874,7 +874,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
874
874
|
/**
|
|
875
875
|
* 评价配置导出
|
|
876
876
|
* @summary 评价配置导出
|
|
877
|
-
* @param {
|
|
877
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
|
|
878
878
|
* @param {*} [options] Override http request option.
|
|
879
879
|
* @throws {RequiredError}
|
|
880
880
|
*/
|
|
@@ -901,7 +901,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
901
901
|
},
|
|
902
902
|
/**
|
|
903
903
|
* 下载评价配置导入模板
|
|
904
|
-
* @summary
|
|
904
|
+
* @summary 评价配置导入-下载模板
|
|
905
905
|
* @param {*} [options] Override http request option.
|
|
906
906
|
* @throws {RequiredError}
|
|
907
907
|
*/
|
|
@@ -911,7 +911,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
911
911
|
/**
|
|
912
912
|
* 评价配置导入-上传文件
|
|
913
913
|
* @summary 评价配置导入-上传文件
|
|
914
|
-
* @param {
|
|
914
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
|
|
915
915
|
* @param {*} [options] Override http request option.
|
|
916
916
|
* @throws {RequiredError}
|
|
917
917
|
*/
|
|
@@ -921,7 +921,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
921
921
|
/**
|
|
922
922
|
* 删除评价配置信息
|
|
923
923
|
* @summary 删除评价配置
|
|
924
|
-
* @param {
|
|
924
|
+
* @param {EvaluationConfigApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
|
|
925
925
|
* @param {*} [options] Override http request option.
|
|
926
926
|
* @throws {RequiredError}
|
|
927
927
|
*/
|
|
@@ -931,7 +931,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
931
931
|
/**
|
|
932
932
|
* 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
|
|
933
933
|
* @summary 获取评价配置详情
|
|
934
|
-
* @param {
|
|
934
|
+
* @param {EvaluationConfigApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
|
|
935
935
|
* @param {*} [options] Override http request option.
|
|
936
936
|
* @throws {RequiredError}
|
|
937
937
|
*/
|
|
@@ -941,7 +941,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
941
941
|
/**
|
|
942
942
|
* 根据园区ID和审批类型获取审批流程详情
|
|
943
943
|
* @summary 获取审批流程详情
|
|
944
|
-
* @param {
|
|
944
|
+
* @param {EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
|
|
945
945
|
* @param {*} [options] Override http request option.
|
|
946
946
|
* @throws {RequiredError}
|
|
947
947
|
*/
|
|
@@ -951,7 +951,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
951
951
|
/**
|
|
952
952
|
* 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
|
|
953
953
|
* @summary 分页查询评价配置列表
|
|
954
|
-
* @param {
|
|
954
|
+
* @param {EvaluationConfigApiEvaluationConfigPageListRequest} requestParameters Request parameters.
|
|
955
955
|
* @param {*} [options] Override http request option.
|
|
956
956
|
* @throws {RequiredError}
|
|
957
957
|
*/
|
|
@@ -961,7 +961,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
961
961
|
/**
|
|
962
962
|
* 修改评价配置信息及违规配置
|
|
963
963
|
* @summary 修改评价配置
|
|
964
|
-
* @param {
|
|
964
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
|
|
965
965
|
* @param {*} [options] Override http request option.
|
|
966
966
|
* @throws {RequiredError}
|
|
967
967
|
*/
|
|
@@ -971,7 +971,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
971
971
|
/**
|
|
972
972
|
* 评价配置-修改状态
|
|
973
973
|
* @summary 评价配置-修改状态
|
|
974
|
-
* @param {
|
|
974
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateStatusRequest} requestParameters Request parameters.
|
|
975
975
|
* @param {*} [options] Override http request option.
|
|
976
976
|
* @throws {RequiredError}
|
|
977
977
|
*/
|
|
@@ -990,171 +990,171 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
990
990
|
};
|
|
991
991
|
};
|
|
992
992
|
/**
|
|
993
|
-
*
|
|
993
|
+
* EvaluationConfigApi - object-oriented interface
|
|
994
994
|
* @export
|
|
995
|
-
* @class
|
|
995
|
+
* @class EvaluationConfigApi
|
|
996
996
|
* @extends {BaseAPI}
|
|
997
997
|
*/
|
|
998
|
-
export class
|
|
998
|
+
export class EvaluationConfigApi extends BaseAPI {
|
|
999
999
|
/**
|
|
1000
1000
|
* 新增评价配置信息及违规配置
|
|
1001
1001
|
* @summary 新增评价配置
|
|
1002
|
-
* @param {
|
|
1002
|
+
* @param {EvaluationConfigApiEvaluationConfigAddRequest} requestParameters Request parameters.
|
|
1003
1003
|
* @param {*} [options] Override http request option.
|
|
1004
1004
|
* @throws {RequiredError}
|
|
1005
|
-
* @memberof
|
|
1005
|
+
* @memberof EvaluationConfigApi
|
|
1006
1006
|
*/
|
|
1007
1007
|
evaluationConfigAdd(requestParameters, options) {
|
|
1008
|
-
return
|
|
1008
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigAdd(requestParameters.evaluationConfigAddDto, options).then((request) => request(this.axios, this.basePath));
|
|
1009
1009
|
}
|
|
1010
1010
|
/**
|
|
1011
1011
|
* 为评价配置添加审批流程,支持自定义审批顺序
|
|
1012
1012
|
* @summary 添加审批流程
|
|
1013
|
-
* @param {
|
|
1013
|
+
* @param {EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
|
|
1014
1014
|
* @param {*} [options] Override http request option.
|
|
1015
1015
|
* @throws {RequiredError}
|
|
1016
|
-
* @memberof
|
|
1016
|
+
* @memberof EvaluationConfigApi
|
|
1017
1017
|
*/
|
|
1018
1018
|
evaluationConfigAddApprovalProcess(requestParameters, options) {
|
|
1019
|
-
return
|
|
1019
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigAddApprovalProcess(requestParameters.evaluationApprovalProcessDto, options).then((request) => request(this.axios, this.basePath));
|
|
1020
1020
|
}
|
|
1021
1021
|
/**
|
|
1022
1022
|
* 批量删除评价配置信息
|
|
1023
1023
|
* @summary 批量删除评价配置
|
|
1024
|
-
* @param {
|
|
1024
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
|
|
1025
1025
|
* @param {*} [options] Override http request option.
|
|
1026
1026
|
* @throws {RequiredError}
|
|
1027
|
-
* @memberof
|
|
1027
|
+
* @memberof EvaluationConfigApi
|
|
1028
1028
|
*/
|
|
1029
1029
|
evaluationConfigBatchDelete(requestParameters, options) {
|
|
1030
|
-
return
|
|
1030
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchDelete(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
1031
1031
|
}
|
|
1032
1032
|
/**
|
|
1033
1033
|
* 评价配置导出
|
|
1034
1034
|
* @summary 评价配置导出
|
|
1035
|
-
* @param {
|
|
1035
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
|
|
1036
1036
|
* @param {*} [options] Override http request option.
|
|
1037
1037
|
* @throws {RequiredError}
|
|
1038
|
-
* @memberof
|
|
1038
|
+
* @memberof EvaluationConfigApi
|
|
1039
1039
|
*/
|
|
1040
1040
|
evaluationConfigBatchExport(requestParameters = {}, options) {
|
|
1041
|
-
return
|
|
1041
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchExport(requestParameters.searchValue, requestParameters.moduleId, requestParameters.subCategoryId, requestParameters.status, requestParameters.type, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
1042
1042
|
}
|
|
1043
1043
|
/**
|
|
1044
1044
|
* 评价配置导入-确认导入
|
|
1045
1045
|
* @summary 评价配置导入-确认导入
|
|
1046
1046
|
* @param {*} [options] Override http request option.
|
|
1047
1047
|
* @throws {RequiredError}
|
|
1048
|
-
* @memberof
|
|
1048
|
+
* @memberof EvaluationConfigApi
|
|
1049
1049
|
*/
|
|
1050
1050
|
evaluationConfigBatchImportConfirm(options) {
|
|
1051
|
-
return
|
|
1051
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
1052
1052
|
}
|
|
1053
1053
|
/**
|
|
1054
1054
|
* 评价配置导入-预览结果
|
|
1055
1055
|
* @summary 评价配置导入-预览结果
|
|
1056
1056
|
* @param {*} [options] Override http request option.
|
|
1057
1057
|
* @throws {RequiredError}
|
|
1058
|
-
* @memberof
|
|
1058
|
+
* @memberof EvaluationConfigApi
|
|
1059
1059
|
*/
|
|
1060
1060
|
evaluationConfigBatchImportPreview(options) {
|
|
1061
|
-
return
|
|
1061
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
1062
1062
|
}
|
|
1063
1063
|
/**
|
|
1064
1064
|
* 下载评价配置导入模板
|
|
1065
|
-
* @summary
|
|
1065
|
+
* @summary 评价配置导入-下载模板
|
|
1066
1066
|
* @param {*} [options] Override http request option.
|
|
1067
1067
|
* @throws {RequiredError}
|
|
1068
|
-
* @memberof
|
|
1068
|
+
* @memberof EvaluationConfigApi
|
|
1069
1069
|
*/
|
|
1070
1070
|
evaluationConfigBatchImportTemplate(options) {
|
|
1071
|
-
return
|
|
1071
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
1072
1072
|
}
|
|
1073
1073
|
/**
|
|
1074
1074
|
* 评价配置导入-上传文件
|
|
1075
1075
|
* @summary 评价配置导入-上传文件
|
|
1076
|
-
* @param {
|
|
1076
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
|
|
1077
1077
|
* @param {*} [options] Override http request option.
|
|
1078
1078
|
* @throws {RequiredError}
|
|
1079
|
-
* @memberof
|
|
1079
|
+
* @memberof EvaluationConfigApi
|
|
1080
1080
|
*/
|
|
1081
1081
|
evaluationConfigBatchImportUpload(requestParameters, options) {
|
|
1082
|
-
return
|
|
1082
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportUpload(requestParameters.type, requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
1083
1083
|
}
|
|
1084
1084
|
/**
|
|
1085
1085
|
* 删除评价配置信息
|
|
1086
1086
|
* @summary 删除评价配置
|
|
1087
|
-
* @param {
|
|
1087
|
+
* @param {EvaluationConfigApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
|
|
1088
1088
|
* @param {*} [options] Override http request option.
|
|
1089
1089
|
* @throws {RequiredError}
|
|
1090
|
-
* @memberof
|
|
1090
|
+
* @memberof EvaluationConfigApi
|
|
1091
1091
|
*/
|
|
1092
1092
|
evaluationConfigDelete(requestParameters, options) {
|
|
1093
|
-
return
|
|
1093
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1094
1094
|
}
|
|
1095
1095
|
/**
|
|
1096
1096
|
* 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
|
|
1097
1097
|
* @summary 获取评价配置详情
|
|
1098
|
-
* @param {
|
|
1098
|
+
* @param {EvaluationConfigApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
|
|
1099
1099
|
* @param {*} [options] Override http request option.
|
|
1100
1100
|
* @throws {RequiredError}
|
|
1101
|
-
* @memberof
|
|
1101
|
+
* @memberof EvaluationConfigApi
|
|
1102
1102
|
*/
|
|
1103
1103
|
evaluationConfigDetails(requestParameters, options) {
|
|
1104
|
-
return
|
|
1104
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1105
1105
|
}
|
|
1106
1106
|
/**
|
|
1107
1107
|
* 根据园区ID和审批类型获取审批流程详情
|
|
1108
1108
|
* @summary 获取审批流程详情
|
|
1109
|
-
* @param {
|
|
1109
|
+
* @param {EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
|
|
1110
1110
|
* @param {*} [options] Override http request option.
|
|
1111
1111
|
* @throws {RequiredError}
|
|
1112
|
-
* @memberof
|
|
1112
|
+
* @memberof EvaluationConfigApi
|
|
1113
1113
|
*/
|
|
1114
1114
|
evaluationConfigGetApprovalProcess(requestParameters, options) {
|
|
1115
|
-
return
|
|
1115
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigGetApprovalProcess(requestParameters.parkId, requestParameters.approvalType, options).then((request) => request(this.axios, this.basePath));
|
|
1116
1116
|
}
|
|
1117
1117
|
/**
|
|
1118
1118
|
* 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
|
|
1119
1119
|
* @summary 分页查询评价配置列表
|
|
1120
|
-
* @param {
|
|
1120
|
+
* @param {EvaluationConfigApiEvaluationConfigPageListRequest} requestParameters Request parameters.
|
|
1121
1121
|
* @param {*} [options] Override http request option.
|
|
1122
1122
|
* @throws {RequiredError}
|
|
1123
|
-
* @memberof
|
|
1123
|
+
* @memberof EvaluationConfigApi
|
|
1124
1124
|
*/
|
|
1125
1125
|
evaluationConfigPageList(requestParameters = {}, options) {
|
|
1126
|
-
return
|
|
1126
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigPageList(requestParameters.searchValue, requestParameters.moduleId, requestParameters.subCategoryId, requestParameters.status, requestParameters.type, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
1127
1127
|
}
|
|
1128
1128
|
/**
|
|
1129
1129
|
* 修改评价配置信息及违规配置
|
|
1130
1130
|
* @summary 修改评价配置
|
|
1131
|
-
* @param {
|
|
1131
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
|
|
1132
1132
|
* @param {*} [options] Override http request option.
|
|
1133
1133
|
* @throws {RequiredError}
|
|
1134
|
-
* @memberof
|
|
1134
|
+
* @memberof EvaluationConfigApi
|
|
1135
1135
|
*/
|
|
1136
1136
|
evaluationConfigUpdate(requestParameters, options) {
|
|
1137
|
-
return
|
|
1137
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigUpdate(requestParameters.id, requestParameters.evaluationConfigUpdateDto, options).then((request) => request(this.axios, this.basePath));
|
|
1138
1138
|
}
|
|
1139
1139
|
/**
|
|
1140
1140
|
* 评价配置-修改状态
|
|
1141
1141
|
* @summary 评价配置-修改状态
|
|
1142
|
-
* @param {
|
|
1142
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateStatusRequest} requestParameters Request parameters.
|
|
1143
1143
|
* @param {*} [options] Override http request option.
|
|
1144
1144
|
* @throws {RequiredError}
|
|
1145
|
-
* @memberof
|
|
1145
|
+
* @memberof EvaluationConfigApi
|
|
1146
1146
|
*/
|
|
1147
1147
|
evaluationConfigUpdateStatus(requestParameters, options) {
|
|
1148
|
-
return
|
|
1148
|
+
return EvaluationConfigApiFp(this.configuration).evaluationConfigUpdateStatus(requestParameters.evaluationConfigStatusDto, options).then((request) => request(this.axios, this.basePath));
|
|
1149
1149
|
}
|
|
1150
1150
|
/**
|
|
1151
1151
|
* 查询所有模块及其子分类列表
|
|
1152
1152
|
* @summary 查询模块分类列表
|
|
1153
1153
|
* @param {*} [options] Override http request option.
|
|
1154
1154
|
* @throws {RequiredError}
|
|
1155
|
-
* @memberof
|
|
1155
|
+
* @memberof EvaluationConfigApi
|
|
1156
1156
|
*/
|
|
1157
1157
|
evaluationModuleCategoryList(options) {
|
|
1158
|
-
return
|
|
1158
|
+
return EvaluationConfigApiFp(this.configuration).evaluationModuleCategoryList(options).then((request) => request(this.axios, this.basePath));
|
|
1159
1159
|
}
|
|
1160
1160
|
}
|
|
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -36,23 +36,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
40
40
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {number}
|
|
46
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
47
|
-
* @deprecated
|
|
48
47
|
*/
|
|
49
|
-
'
|
|
48
|
+
'pages'?: number;
|
|
50
49
|
/**
|
|
51
50
|
*
|
|
52
51
|
* @type {boolean}
|
|
53
52
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -43,23 +43,23 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
43
43
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
|
-
* @type {
|
|
46
|
+
* @type {boolean}
|
|
47
47
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'searchCount'?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {number}
|
|
53
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
|
-
* @deprecated
|
|
55
54
|
*/
|
|
56
|
-
'
|
|
55
|
+
'pages'?: number;
|
|
57
56
|
/**
|
|
58
57
|
*
|
|
59
58
|
* @type {boolean}
|
|
60
59
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
+
* @deprecated
|
|
61
61
|
*/
|
|
62
|
-
'
|
|
62
|
+
'hitCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|