@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
|
@@ -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.
|
|
25
|
+
exports.EvaluationConfigApi = exports.EvaluationConfigApiFactory = exports.EvaluationConfigApiFp = exports.EvaluationConfigApiAxiosParamCreator = 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
|
-
*
|
|
33
|
+
* EvaluationConfigApi - axios parameter creator
|
|
34
34
|
* @export
|
|
35
35
|
*/
|
|
36
|
-
const
|
|
36
|
+
const EvaluationConfigApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
38
|
/**
|
|
39
39
|
* 新增评价配置信息及违规配置
|
|
@@ -248,7 +248,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
248
248
|
}),
|
|
249
249
|
/**
|
|
250
250
|
* 下载评价配置导入模板
|
|
251
|
-
* @summary
|
|
251
|
+
* @summary 评价配置导入-下载模板
|
|
252
252
|
* @param {*} [options] Override http request option.
|
|
253
253
|
* @throws {RequiredError}
|
|
254
254
|
*/
|
|
@@ -577,13 +577,13 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
577
577
|
}),
|
|
578
578
|
};
|
|
579
579
|
};
|
|
580
|
-
exports.
|
|
580
|
+
exports.EvaluationConfigApiAxiosParamCreator = EvaluationConfigApiAxiosParamCreator;
|
|
581
581
|
/**
|
|
582
|
-
*
|
|
582
|
+
* EvaluationConfigApi - functional programming interface
|
|
583
583
|
* @export
|
|
584
584
|
*/
|
|
585
|
-
const
|
|
586
|
-
const localVarAxiosParamCreator = (0, exports.
|
|
585
|
+
const EvaluationConfigApiFp = function (configuration) {
|
|
586
|
+
const localVarAxiosParamCreator = (0, exports.EvaluationConfigApiAxiosParamCreator)(configuration);
|
|
587
587
|
return {
|
|
588
588
|
/**
|
|
589
589
|
* 新增评价配置信息及违规配置
|
|
@@ -597,7 +597,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
597
597
|
var _a, _b, _c;
|
|
598
598
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigAdd(evaluationConfigAddDto, options);
|
|
599
599
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
600
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
600
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
601
601
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
602
602
|
});
|
|
603
603
|
},
|
|
@@ -613,7 +613,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
613
613
|
var _a, _b, _c;
|
|
614
614
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigAddApprovalProcess(evaluationApprovalProcessDto, options);
|
|
615
615
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
616
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
616
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigAddApprovalProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
617
617
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
618
618
|
});
|
|
619
619
|
},
|
|
@@ -629,7 +629,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
629
629
|
var _a, _b, _c;
|
|
630
630
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchDelete(requestBody, options);
|
|
631
631
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
632
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
632
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigBatchDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
633
633
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
634
634
|
});
|
|
635
635
|
},
|
|
@@ -651,7 +651,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
651
651
|
var _a, _b, _c;
|
|
652
652
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchExport(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
|
|
653
653
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
654
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
654
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigBatchExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
655
655
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
656
656
|
});
|
|
657
657
|
},
|
|
@@ -666,7 +666,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
666
666
|
var _a, _b, _c;
|
|
667
667
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportConfirm(options);
|
|
668
668
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
669
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
669
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
670
670
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
671
671
|
});
|
|
672
672
|
},
|
|
@@ -681,13 +681,13 @@ const DefaultApiFp = function (configuration) {
|
|
|
681
681
|
var _a, _b, _c;
|
|
682
682
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportPreview(options);
|
|
683
683
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
684
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
684
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
685
685
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
686
686
|
});
|
|
687
687
|
},
|
|
688
688
|
/**
|
|
689
689
|
* 下载评价配置导入模板
|
|
690
|
-
* @summary
|
|
690
|
+
* @summary 评价配置导入-下载模板
|
|
691
691
|
* @param {*} [options] Override http request option.
|
|
692
692
|
* @throws {RequiredError}
|
|
693
693
|
*/
|
|
@@ -696,7 +696,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
696
696
|
var _a, _b, _c;
|
|
697
697
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportTemplate(options);
|
|
698
698
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
699
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
699
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
700
700
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
701
701
|
});
|
|
702
702
|
},
|
|
@@ -713,7 +713,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
713
713
|
var _a, _b, _c;
|
|
714
714
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportUpload(type, file, options);
|
|
715
715
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
716
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
716
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
717
717
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
718
718
|
});
|
|
719
719
|
},
|
|
@@ -729,7 +729,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
729
729
|
var _a, _b, _c;
|
|
730
730
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigDelete(id, options);
|
|
731
731
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
732
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
732
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
733
733
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
734
734
|
});
|
|
735
735
|
},
|
|
@@ -745,7 +745,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
745
745
|
var _a, _b, _c;
|
|
746
746
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigDetails(id, options);
|
|
747
747
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
748
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
748
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
749
749
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
750
750
|
});
|
|
751
751
|
},
|
|
@@ -762,7 +762,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
762
762
|
var _a, _b, _c;
|
|
763
763
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigGetApprovalProcess(parkId, approvalType, options);
|
|
764
764
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
765
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
765
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigGetApprovalProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
766
766
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
767
767
|
});
|
|
768
768
|
},
|
|
@@ -784,7 +784,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
784
784
|
var _a, _b, _c;
|
|
785
785
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigPageList(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
|
|
786
786
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
787
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
787
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigPageList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
788
788
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
789
789
|
});
|
|
790
790
|
},
|
|
@@ -801,7 +801,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
801
801
|
var _a, _b, _c;
|
|
802
802
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigUpdate(id, evaluationConfigUpdateDto, options);
|
|
803
803
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
804
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
804
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
805
805
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
806
806
|
});
|
|
807
807
|
},
|
|
@@ -817,7 +817,7 @@ const DefaultApiFp = function (configuration) {
|
|
|
817
817
|
var _a, _b, _c;
|
|
818
818
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigUpdateStatus(evaluationConfigStatusDto, options);
|
|
819
819
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
820
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
820
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationConfigUpdateStatus']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
821
821
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
822
822
|
});
|
|
823
823
|
},
|
|
@@ -832,24 +832,24 @@ const DefaultApiFp = function (configuration) {
|
|
|
832
832
|
var _a, _b, _c;
|
|
833
833
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationModuleCategoryList(options);
|
|
834
834
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
835
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
835
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EvaluationConfigApi.evaluationModuleCategoryList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
836
836
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
837
837
|
});
|
|
838
838
|
},
|
|
839
839
|
};
|
|
840
840
|
};
|
|
841
|
-
exports.
|
|
841
|
+
exports.EvaluationConfigApiFp = EvaluationConfigApiFp;
|
|
842
842
|
/**
|
|
843
|
-
*
|
|
843
|
+
* EvaluationConfigApi - factory interface
|
|
844
844
|
* @export
|
|
845
845
|
*/
|
|
846
|
-
const
|
|
847
|
-
const localVarFp = (0, exports.
|
|
846
|
+
const EvaluationConfigApiFactory = function (configuration, basePath, axios) {
|
|
847
|
+
const localVarFp = (0, exports.EvaluationConfigApiFp)(configuration);
|
|
848
848
|
return {
|
|
849
849
|
/**
|
|
850
850
|
* 新增评价配置信息及违规配置
|
|
851
851
|
* @summary 新增评价配置
|
|
852
|
-
* @param {
|
|
852
|
+
* @param {EvaluationConfigApiEvaluationConfigAddRequest} requestParameters Request parameters.
|
|
853
853
|
* @param {*} [options] Override http request option.
|
|
854
854
|
* @throws {RequiredError}
|
|
855
855
|
*/
|
|
@@ -859,7 +859,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
859
859
|
/**
|
|
860
860
|
* 为评价配置添加审批流程,支持自定义审批顺序
|
|
861
861
|
* @summary 添加审批流程
|
|
862
|
-
* @param {
|
|
862
|
+
* @param {EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
|
|
863
863
|
* @param {*} [options] Override http request option.
|
|
864
864
|
* @throws {RequiredError}
|
|
865
865
|
*/
|
|
@@ -869,7 +869,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
869
869
|
/**
|
|
870
870
|
* 批量删除评价配置信息
|
|
871
871
|
* @summary 批量删除评价配置
|
|
872
|
-
* @param {
|
|
872
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
|
|
873
873
|
* @param {*} [options] Override http request option.
|
|
874
874
|
* @throws {RequiredError}
|
|
875
875
|
*/
|
|
@@ -879,7 +879,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
879
879
|
/**
|
|
880
880
|
* 评价配置导出
|
|
881
881
|
* @summary 评价配置导出
|
|
882
|
-
* @param {
|
|
882
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
|
|
883
883
|
* @param {*} [options] Override http request option.
|
|
884
884
|
* @throws {RequiredError}
|
|
885
885
|
*/
|
|
@@ -906,7 +906,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
906
906
|
},
|
|
907
907
|
/**
|
|
908
908
|
* 下载评价配置导入模板
|
|
909
|
-
* @summary
|
|
909
|
+
* @summary 评价配置导入-下载模板
|
|
910
910
|
* @param {*} [options] Override http request option.
|
|
911
911
|
* @throws {RequiredError}
|
|
912
912
|
*/
|
|
@@ -916,7 +916,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
916
916
|
/**
|
|
917
917
|
* 评价配置导入-上传文件
|
|
918
918
|
* @summary 评价配置导入-上传文件
|
|
919
|
-
* @param {
|
|
919
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
|
|
920
920
|
* @param {*} [options] Override http request option.
|
|
921
921
|
* @throws {RequiredError}
|
|
922
922
|
*/
|
|
@@ -926,7 +926,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
926
926
|
/**
|
|
927
927
|
* 删除评价配置信息
|
|
928
928
|
* @summary 删除评价配置
|
|
929
|
-
* @param {
|
|
929
|
+
* @param {EvaluationConfigApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
|
|
930
930
|
* @param {*} [options] Override http request option.
|
|
931
931
|
* @throws {RequiredError}
|
|
932
932
|
*/
|
|
@@ -936,7 +936,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
936
936
|
/**
|
|
937
937
|
* 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
|
|
938
938
|
* @summary 获取评价配置详情
|
|
939
|
-
* @param {
|
|
939
|
+
* @param {EvaluationConfigApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
|
|
940
940
|
* @param {*} [options] Override http request option.
|
|
941
941
|
* @throws {RequiredError}
|
|
942
942
|
*/
|
|
@@ -946,7 +946,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
946
946
|
/**
|
|
947
947
|
* 根据园区ID和审批类型获取审批流程详情
|
|
948
948
|
* @summary 获取审批流程详情
|
|
949
|
-
* @param {
|
|
949
|
+
* @param {EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
|
|
950
950
|
* @param {*} [options] Override http request option.
|
|
951
951
|
* @throws {RequiredError}
|
|
952
952
|
*/
|
|
@@ -956,7 +956,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
956
956
|
/**
|
|
957
957
|
* 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
|
|
958
958
|
* @summary 分页查询评价配置列表
|
|
959
|
-
* @param {
|
|
959
|
+
* @param {EvaluationConfigApiEvaluationConfigPageListRequest} requestParameters Request parameters.
|
|
960
960
|
* @param {*} [options] Override http request option.
|
|
961
961
|
* @throws {RequiredError}
|
|
962
962
|
*/
|
|
@@ -966,7 +966,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
966
966
|
/**
|
|
967
967
|
* 修改评价配置信息及违规配置
|
|
968
968
|
* @summary 修改评价配置
|
|
969
|
-
* @param {
|
|
969
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
|
|
970
970
|
* @param {*} [options] Override http request option.
|
|
971
971
|
* @throws {RequiredError}
|
|
972
972
|
*/
|
|
@@ -976,7 +976,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
976
976
|
/**
|
|
977
977
|
* 评价配置-修改状态
|
|
978
978
|
* @summary 评价配置-修改状态
|
|
979
|
-
* @param {
|
|
979
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateStatusRequest} requestParameters Request parameters.
|
|
980
980
|
* @param {*} [options] Override http request option.
|
|
981
981
|
* @throws {RequiredError}
|
|
982
982
|
*/
|
|
@@ -994,174 +994,174 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
994
994
|
},
|
|
995
995
|
};
|
|
996
996
|
};
|
|
997
|
-
exports.
|
|
997
|
+
exports.EvaluationConfigApiFactory = EvaluationConfigApiFactory;
|
|
998
998
|
/**
|
|
999
|
-
*
|
|
999
|
+
* EvaluationConfigApi - object-oriented interface
|
|
1000
1000
|
* @export
|
|
1001
|
-
* @class
|
|
1001
|
+
* @class EvaluationConfigApi
|
|
1002
1002
|
* @extends {BaseAPI}
|
|
1003
1003
|
*/
|
|
1004
|
-
class
|
|
1004
|
+
class EvaluationConfigApi extends base_1.BaseAPI {
|
|
1005
1005
|
/**
|
|
1006
1006
|
* 新增评价配置信息及违规配置
|
|
1007
1007
|
* @summary 新增评价配置
|
|
1008
|
-
* @param {
|
|
1008
|
+
* @param {EvaluationConfigApiEvaluationConfigAddRequest} requestParameters Request parameters.
|
|
1009
1009
|
* @param {*} [options] Override http request option.
|
|
1010
1010
|
* @throws {RequiredError}
|
|
1011
|
-
* @memberof
|
|
1011
|
+
* @memberof EvaluationConfigApi
|
|
1012
1012
|
*/
|
|
1013
1013
|
evaluationConfigAdd(requestParameters, options) {
|
|
1014
|
-
return (0, exports.
|
|
1014
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigAdd(requestParameters.evaluationConfigAddDto, options).then((request) => request(this.axios, this.basePath));
|
|
1015
1015
|
}
|
|
1016
1016
|
/**
|
|
1017
1017
|
* 为评价配置添加审批流程,支持自定义审批顺序
|
|
1018
1018
|
* @summary 添加审批流程
|
|
1019
|
-
* @param {
|
|
1019
|
+
* @param {EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
|
|
1020
1020
|
* @param {*} [options] Override http request option.
|
|
1021
1021
|
* @throws {RequiredError}
|
|
1022
|
-
* @memberof
|
|
1022
|
+
* @memberof EvaluationConfigApi
|
|
1023
1023
|
*/
|
|
1024
1024
|
evaluationConfigAddApprovalProcess(requestParameters, options) {
|
|
1025
|
-
return (0, exports.
|
|
1025
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigAddApprovalProcess(requestParameters.evaluationApprovalProcessDto, options).then((request) => request(this.axios, this.basePath));
|
|
1026
1026
|
}
|
|
1027
1027
|
/**
|
|
1028
1028
|
* 批量删除评价配置信息
|
|
1029
1029
|
* @summary 批量删除评价配置
|
|
1030
|
-
* @param {
|
|
1030
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
|
|
1031
1031
|
* @param {*} [options] Override http request option.
|
|
1032
1032
|
* @throws {RequiredError}
|
|
1033
|
-
* @memberof
|
|
1033
|
+
* @memberof EvaluationConfigApi
|
|
1034
1034
|
*/
|
|
1035
1035
|
evaluationConfigBatchDelete(requestParameters, options) {
|
|
1036
|
-
return (0, exports.
|
|
1036
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigBatchDelete(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
1037
1037
|
}
|
|
1038
1038
|
/**
|
|
1039
1039
|
* 评价配置导出
|
|
1040
1040
|
* @summary 评价配置导出
|
|
1041
|
-
* @param {
|
|
1041
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
|
|
1042
1042
|
* @param {*} [options] Override http request option.
|
|
1043
1043
|
* @throws {RequiredError}
|
|
1044
|
-
* @memberof
|
|
1044
|
+
* @memberof EvaluationConfigApi
|
|
1045
1045
|
*/
|
|
1046
1046
|
evaluationConfigBatchExport(requestParameters = {}, options) {
|
|
1047
|
-
return (0, exports.
|
|
1047
|
+
return (0, exports.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));
|
|
1048
1048
|
}
|
|
1049
1049
|
/**
|
|
1050
1050
|
* 评价配置导入-确认导入
|
|
1051
1051
|
* @summary 评价配置导入-确认导入
|
|
1052
1052
|
* @param {*} [options] Override http request option.
|
|
1053
1053
|
* @throws {RequiredError}
|
|
1054
|
-
* @memberof
|
|
1054
|
+
* @memberof EvaluationConfigApi
|
|
1055
1055
|
*/
|
|
1056
1056
|
evaluationConfigBatchImportConfirm(options) {
|
|
1057
|
-
return (0, exports.
|
|
1057
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
1058
1058
|
}
|
|
1059
1059
|
/**
|
|
1060
1060
|
* 评价配置导入-预览结果
|
|
1061
1061
|
* @summary 评价配置导入-预览结果
|
|
1062
1062
|
* @param {*} [options] Override http request option.
|
|
1063
1063
|
* @throws {RequiredError}
|
|
1064
|
-
* @memberof
|
|
1064
|
+
* @memberof EvaluationConfigApi
|
|
1065
1065
|
*/
|
|
1066
1066
|
evaluationConfigBatchImportPreview(options) {
|
|
1067
|
-
return (0, exports.
|
|
1067
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
1068
1068
|
}
|
|
1069
1069
|
/**
|
|
1070
1070
|
* 下载评价配置导入模板
|
|
1071
|
-
* @summary
|
|
1071
|
+
* @summary 评价配置导入-下载模板
|
|
1072
1072
|
* @param {*} [options] Override http request option.
|
|
1073
1073
|
* @throws {RequiredError}
|
|
1074
|
-
* @memberof
|
|
1074
|
+
* @memberof EvaluationConfigApi
|
|
1075
1075
|
*/
|
|
1076
1076
|
evaluationConfigBatchImportTemplate(options) {
|
|
1077
|
-
return (0, exports.
|
|
1077
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
1078
1078
|
}
|
|
1079
1079
|
/**
|
|
1080
1080
|
* 评价配置导入-上传文件
|
|
1081
1081
|
* @summary 评价配置导入-上传文件
|
|
1082
|
-
* @param {
|
|
1082
|
+
* @param {EvaluationConfigApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
|
|
1083
1083
|
* @param {*} [options] Override http request option.
|
|
1084
1084
|
* @throws {RequiredError}
|
|
1085
|
-
* @memberof
|
|
1085
|
+
* @memberof EvaluationConfigApi
|
|
1086
1086
|
*/
|
|
1087
1087
|
evaluationConfigBatchImportUpload(requestParameters, options) {
|
|
1088
|
-
return (0, exports.
|
|
1088
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigBatchImportUpload(requestParameters.type, requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
1089
1089
|
}
|
|
1090
1090
|
/**
|
|
1091
1091
|
* 删除评价配置信息
|
|
1092
1092
|
* @summary 删除评价配置
|
|
1093
|
-
* @param {
|
|
1093
|
+
* @param {EvaluationConfigApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
|
|
1094
1094
|
* @param {*} [options] Override http request option.
|
|
1095
1095
|
* @throws {RequiredError}
|
|
1096
|
-
* @memberof
|
|
1096
|
+
* @memberof EvaluationConfigApi
|
|
1097
1097
|
*/
|
|
1098
1098
|
evaluationConfigDelete(requestParameters, options) {
|
|
1099
|
-
return (0, exports.
|
|
1099
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1100
1100
|
}
|
|
1101
1101
|
/**
|
|
1102
1102
|
* 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
|
|
1103
1103
|
* @summary 获取评价配置详情
|
|
1104
|
-
* @param {
|
|
1104
|
+
* @param {EvaluationConfigApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
|
|
1105
1105
|
* @param {*} [options] Override http request option.
|
|
1106
1106
|
* @throws {RequiredError}
|
|
1107
|
-
* @memberof
|
|
1107
|
+
* @memberof EvaluationConfigApi
|
|
1108
1108
|
*/
|
|
1109
1109
|
evaluationConfigDetails(requestParameters, options) {
|
|
1110
|
-
return (0, exports.
|
|
1110
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1111
1111
|
}
|
|
1112
1112
|
/**
|
|
1113
1113
|
* 根据园区ID和审批类型获取审批流程详情
|
|
1114
1114
|
* @summary 获取审批流程详情
|
|
1115
|
-
* @param {
|
|
1115
|
+
* @param {EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
|
|
1116
1116
|
* @param {*} [options] Override http request option.
|
|
1117
1117
|
* @throws {RequiredError}
|
|
1118
|
-
* @memberof
|
|
1118
|
+
* @memberof EvaluationConfigApi
|
|
1119
1119
|
*/
|
|
1120
1120
|
evaluationConfigGetApprovalProcess(requestParameters, options) {
|
|
1121
|
-
return (0, exports.
|
|
1121
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigGetApprovalProcess(requestParameters.parkId, requestParameters.approvalType, options).then((request) => request(this.axios, this.basePath));
|
|
1122
1122
|
}
|
|
1123
1123
|
/**
|
|
1124
1124
|
* 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
|
|
1125
1125
|
* @summary 分页查询评价配置列表
|
|
1126
|
-
* @param {
|
|
1126
|
+
* @param {EvaluationConfigApiEvaluationConfigPageListRequest} requestParameters Request parameters.
|
|
1127
1127
|
* @param {*} [options] Override http request option.
|
|
1128
1128
|
* @throws {RequiredError}
|
|
1129
|
-
* @memberof
|
|
1129
|
+
* @memberof EvaluationConfigApi
|
|
1130
1130
|
*/
|
|
1131
1131
|
evaluationConfigPageList(requestParameters = {}, options) {
|
|
1132
|
-
return (0, exports.
|
|
1132
|
+
return (0, exports.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));
|
|
1133
1133
|
}
|
|
1134
1134
|
/**
|
|
1135
1135
|
* 修改评价配置信息及违规配置
|
|
1136
1136
|
* @summary 修改评价配置
|
|
1137
|
-
* @param {
|
|
1137
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
|
|
1138
1138
|
* @param {*} [options] Override http request option.
|
|
1139
1139
|
* @throws {RequiredError}
|
|
1140
|
-
* @memberof
|
|
1140
|
+
* @memberof EvaluationConfigApi
|
|
1141
1141
|
*/
|
|
1142
1142
|
evaluationConfigUpdate(requestParameters, options) {
|
|
1143
|
-
return (0, exports.
|
|
1143
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigUpdate(requestParameters.id, requestParameters.evaluationConfigUpdateDto, options).then((request) => request(this.axios, this.basePath));
|
|
1144
1144
|
}
|
|
1145
1145
|
/**
|
|
1146
1146
|
* 评价配置-修改状态
|
|
1147
1147
|
* @summary 评价配置-修改状态
|
|
1148
|
-
* @param {
|
|
1148
|
+
* @param {EvaluationConfigApiEvaluationConfigUpdateStatusRequest} requestParameters Request parameters.
|
|
1149
1149
|
* @param {*} [options] Override http request option.
|
|
1150
1150
|
* @throws {RequiredError}
|
|
1151
|
-
* @memberof
|
|
1151
|
+
* @memberof EvaluationConfigApi
|
|
1152
1152
|
*/
|
|
1153
1153
|
evaluationConfigUpdateStatus(requestParameters, options) {
|
|
1154
|
-
return (0, exports.
|
|
1154
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationConfigUpdateStatus(requestParameters.evaluationConfigStatusDto, options).then((request) => request(this.axios, this.basePath));
|
|
1155
1155
|
}
|
|
1156
1156
|
/**
|
|
1157
1157
|
* 查询所有模块及其子分类列表
|
|
1158
1158
|
* @summary 查询模块分类列表
|
|
1159
1159
|
* @param {*} [options] Override http request option.
|
|
1160
1160
|
* @throws {RequiredError}
|
|
1161
|
-
* @memberof
|
|
1161
|
+
* @memberof EvaluationConfigApi
|
|
1162
1162
|
*/
|
|
1163
1163
|
evaluationModuleCategoryList(options) {
|
|
1164
|
-
return (0, exports.
|
|
1164
|
+
return (0, exports.EvaluationConfigApiFp)(this.configuration).evaluationModuleCategoryList(options).then((request) => request(this.axios, this.basePath));
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
1167
|
-
exports.
|
|
1167
|
+
exports.EvaluationConfigApi = EvaluationConfigApi;
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export * from './apis/default-api';
|
|
13
12
|
export * from './apis/access-api';
|
|
14
13
|
export * from './apis/access-aes-controller-api';
|
|
15
14
|
export * from './apis/app-auth-api';
|
|
@@ -25,6 +24,7 @@ export * from './apis/energy-cost-controller-api';
|
|
|
25
24
|
export * from './apis/energy-cost-record-controller-api';
|
|
26
25
|
export * from './apis/equipment-api';
|
|
27
26
|
export * from './apis/evaluation-api';
|
|
27
|
+
export * from './apis/evaluation-config-api';
|
|
28
28
|
export * from './apis/excel-language-controller-api';
|
|
29
29
|
export * from './apis/hwork-api';
|
|
30
30
|
export * from './apis/inspection-standard-api';
|
package/dist/esm/api.js
CHANGED
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export * from './apis/default-api';
|
|
15
14
|
export * from './apis/access-api';
|
|
16
15
|
export * from './apis/access-aes-controller-api';
|
|
17
16
|
export * from './apis/app-auth-api';
|
|
@@ -27,6 +26,7 @@ export * from './apis/energy-cost-controller-api';
|
|
|
27
26
|
export * from './apis/energy-cost-record-controller-api';
|
|
28
27
|
export * from './apis/equipment-api';
|
|
29
28
|
export * from './apis/evaluation-api';
|
|
29
|
+
export * from './apis/evaluation-config-api';
|
|
30
30
|
export * from './apis/excel-language-controller-api';
|
|
31
31
|
export * from './apis/hwork-api';
|
|
32
32
|
export * from './apis/inspection-standard-api';
|