@gizone/rrs-client 4.2.9-alpha.704 → 4.2.9-alpha.706
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +5 -1
- package/api.ts +1 -1
- package/apis/{evaluation-config-api.ts → default-api.ts} +322 -148
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/apis/{evaluation-config-api.d.ts → default-api.d.ts} +203 -118
- package/dist/apis/{evaluation-config-api.js → default-api.js} +218 -79
- package/dist/esm/api.d.ts +1 -1
- package/dist/esm/api.js +1 -1
- package/dist/esm/apis/{evaluation-config-api.d.ts → default-api.d.ts} +203 -118
- package/dist/esm/apis/{evaluation-config-api.js → default-api.js} +213 -74
- package/dist/esm/models/evaluation-config-add-dto.d.ts +2 -2
- package/dist/esm/models/evaluation-config-details-vo.d.ts +2 -2
- package/dist/esm/models/evaluation-config-import-dto.d.ts +73 -12
- package/dist/esm/models/evaluation-config-list-vo.d.ts +1 -1
- package/dist/esm/models/evaluation-config-status-dto.d.ts +30 -0
- package/dist/esm/models/evaluation-config-status-dto.js +14 -0
- package/dist/esm/models/evaluation-config-update-dto.d.ts +2 -2
- package/dist/esm/models/evaluation-module-category-vo.d.ts +37 -0
- package/dist/esm/models/evaluation-module-category-vo.js +14 -0
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
- package/dist/esm/models/json-result-list-evaluation-module-category-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-evaluation-module-category-vo.js +14 -0
- package/dist/esm/models/sub-category-vo.d.ts +30 -0
- package/dist/esm/models/sub-category-vo.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/evaluation-config-add-dto.d.ts +2 -2
- package/dist/models/evaluation-config-details-vo.d.ts +2 -2
- package/dist/models/evaluation-config-import-dto.d.ts +73 -12
- package/dist/models/evaluation-config-list-vo.d.ts +1 -1
- package/dist/models/evaluation-config-status-dto.d.ts +30 -0
- package/dist/models/evaluation-config-status-dto.js +15 -0
- package/dist/models/evaluation-config-update-dto.d.ts +2 -2
- package/dist/models/evaluation-module-category-vo.d.ts +37 -0
- package/dist/models/evaluation-module-category-vo.js +15 -0
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
- package/dist/models/json-result-list-evaluation-module-category-vo.d.ts +62 -0
- package/dist/models/json-result-list-evaluation-module-category-vo.js +15 -0
- package/dist/models/sub-category-vo.d.ts +30 -0
- package/dist/models/sub-category-vo.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/models/evaluation-config-add-dto.ts +2 -2
- package/models/evaluation-config-details-vo.ts +2 -2
- package/models/evaluation-config-import-dto.ts +77 -12
- package/models/evaluation-config-list-vo.ts +1 -1
- package/models/evaluation-config-status-dto.ts +36 -0
- package/models/evaluation-config-update-dto.ts +2 -2
- package/models/evaluation-module-category-vo.ts +45 -0
- package/models/index.ts +4 -0
- package/models/ipage-energy-cost-record-info-vo.ts +3 -3
- package/models/json-result-list-evaluation-module-category-vo.ts +72 -0
- package/models/sub-category-vo.ts +36 -0
- package/models/sys-user.ts +4 -4
- 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.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
|
-
*
|
|
33
|
+
* DefaultApi - axios parameter creator
|
|
34
34
|
* @export
|
|
35
35
|
*/
|
|
36
|
-
const
|
|
36
|
+
const DefaultApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
38
|
/**
|
|
39
39
|
* 新增评价配置信息及违规配置
|
|
@@ -277,11 +277,14 @@ const EvaluationConfigApiAxiosParamCreator = function (configuration) {
|
|
|
277
277
|
/**
|
|
278
278
|
* 评价配置导入-上传文件
|
|
279
279
|
* @summary 评价配置导入-上传文件
|
|
280
|
+
* @param {EvaluationTypeEnum} type
|
|
280
281
|
* @param {File} file
|
|
281
282
|
* @param {*} [options] Override http request option.
|
|
282
283
|
* @throws {RequiredError}
|
|
283
284
|
*/
|
|
284
|
-
evaluationConfigBatchImportUpload: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
|
|
285
|
+
evaluationConfigBatchImportUpload: (type_1, file_1, ...args_1) => __awaiter(this, [type_1, file_1, ...args_1], void 0, function* (type, file, options = {}) {
|
|
286
|
+
// verify required parameter 'type' is not null or undefined
|
|
287
|
+
(0, common_1.assertParamExists)('evaluationConfigBatchImportUpload', 'type', type);
|
|
285
288
|
// verify required parameter 'file' is not null or undefined
|
|
286
289
|
(0, common_1.assertParamExists)('evaluationConfigBatchImportUpload', 'file', file);
|
|
287
290
|
const localVarPath = `/gizone/evaluation-config/batchImport/upload`;
|
|
@@ -298,6 +301,9 @@ const EvaluationConfigApiAxiosParamCreator = function (configuration) {
|
|
|
298
301
|
// authentication tokenScheme required
|
|
299
302
|
// http bearer authentication required
|
|
300
303
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
304
|
+
if (type !== undefined) {
|
|
305
|
+
localVarQueryParameter['type'] = type;
|
|
306
|
+
}
|
|
301
307
|
if (file !== undefined) {
|
|
302
308
|
localVarFormParams.append('file', file);
|
|
303
309
|
}
|
|
@@ -508,15 +514,76 @@ const EvaluationConfigApiAxiosParamCreator = function (configuration) {
|
|
|
508
514
|
options: localVarRequestOptions,
|
|
509
515
|
};
|
|
510
516
|
}),
|
|
517
|
+
/**
|
|
518
|
+
* 评价配置-修改状态
|
|
519
|
+
* @summary 评价配置-修改状态
|
|
520
|
+
* @param {EvaluationConfigStatusDto} evaluationConfigStatusDto
|
|
521
|
+
* @param {*} [options] Override http request option.
|
|
522
|
+
* @throws {RequiredError}
|
|
523
|
+
*/
|
|
524
|
+
evaluationConfigUpdateStatus: (evaluationConfigStatusDto_1, ...args_1) => __awaiter(this, [evaluationConfigStatusDto_1, ...args_1], void 0, function* (evaluationConfigStatusDto, options = {}) {
|
|
525
|
+
// verify required parameter 'evaluationConfigStatusDto' is not null or undefined
|
|
526
|
+
(0, common_1.assertParamExists)('evaluationConfigUpdateStatus', 'evaluationConfigStatusDto', evaluationConfigStatusDto);
|
|
527
|
+
const localVarPath = `/gizone/evaluation-config/status`;
|
|
528
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
529
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
530
|
+
let baseOptions;
|
|
531
|
+
if (configuration) {
|
|
532
|
+
baseOptions = configuration.baseOptions;
|
|
533
|
+
}
|
|
534
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
535
|
+
const localVarHeaderParameter = {};
|
|
536
|
+
const localVarQueryParameter = {};
|
|
537
|
+
// authentication tokenScheme required
|
|
538
|
+
// http bearer authentication required
|
|
539
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
540
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
541
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
542
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
543
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
544
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(evaluationConfigStatusDto, localVarRequestOptions, configuration);
|
|
545
|
+
return {
|
|
546
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
547
|
+
options: localVarRequestOptions,
|
|
548
|
+
};
|
|
549
|
+
}),
|
|
550
|
+
/**
|
|
551
|
+
* 查询所有模块及其子分类列表
|
|
552
|
+
* @summary 查询模块分类列表
|
|
553
|
+
* @param {*} [options] Override http request option.
|
|
554
|
+
* @throws {RequiredError}
|
|
555
|
+
*/
|
|
556
|
+
evaluationModuleCategoryList: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
557
|
+
const localVarPath = `/gizone/evaluation-config/module-categories`;
|
|
558
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
559
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
560
|
+
let baseOptions;
|
|
561
|
+
if (configuration) {
|
|
562
|
+
baseOptions = configuration.baseOptions;
|
|
563
|
+
}
|
|
564
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
565
|
+
const localVarHeaderParameter = {};
|
|
566
|
+
const localVarQueryParameter = {};
|
|
567
|
+
// authentication tokenScheme required
|
|
568
|
+
// http bearer authentication required
|
|
569
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
570
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
571
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
572
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
573
|
+
return {
|
|
574
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
575
|
+
options: localVarRequestOptions,
|
|
576
|
+
};
|
|
577
|
+
}),
|
|
511
578
|
};
|
|
512
579
|
};
|
|
513
|
-
exports.
|
|
580
|
+
exports.DefaultApiAxiosParamCreator = DefaultApiAxiosParamCreator;
|
|
514
581
|
/**
|
|
515
|
-
*
|
|
582
|
+
* DefaultApi - functional programming interface
|
|
516
583
|
* @export
|
|
517
584
|
*/
|
|
518
|
-
const
|
|
519
|
-
const localVarAxiosParamCreator = (0, exports.
|
|
585
|
+
const DefaultApiFp = function (configuration) {
|
|
586
|
+
const localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
|
|
520
587
|
return {
|
|
521
588
|
/**
|
|
522
589
|
* 新增评价配置信息及违规配置
|
|
@@ -530,7 +597,7 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
530
597
|
var _a, _b, _c;
|
|
531
598
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigAdd(evaluationConfigAddDto, options);
|
|
532
599
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
533
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
600
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
534
601
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
535
602
|
});
|
|
536
603
|
},
|
|
@@ -546,7 +613,7 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
546
613
|
var _a, _b, _c;
|
|
547
614
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigAddApprovalProcess(evaluationApprovalProcessDto, options);
|
|
548
615
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
549
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
616
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigAddApprovalProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
550
617
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
551
618
|
});
|
|
552
619
|
},
|
|
@@ -562,7 +629,7 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
562
629
|
var _a, _b, _c;
|
|
563
630
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchDelete(requestBody, options);
|
|
564
631
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
565
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
632
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigBatchDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
566
633
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
567
634
|
});
|
|
568
635
|
},
|
|
@@ -584,7 +651,7 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
584
651
|
var _a, _b, _c;
|
|
585
652
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchExport(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
|
|
586
653
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
587
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
654
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigBatchExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
588
655
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
589
656
|
});
|
|
590
657
|
},
|
|
@@ -599,7 +666,7 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
599
666
|
var _a, _b, _c;
|
|
600
667
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportConfirm(options);
|
|
601
668
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
602
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
669
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
603
670
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
604
671
|
});
|
|
605
672
|
},
|
|
@@ -614,7 +681,7 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
614
681
|
var _a, _b, _c;
|
|
615
682
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportPreview(options);
|
|
616
683
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
617
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
684
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigBatchImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
618
685
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
619
686
|
});
|
|
620
687
|
},
|
|
@@ -629,23 +696,24 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
629
696
|
var _a, _b, _c;
|
|
630
697
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportTemplate(options);
|
|
631
698
|
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['
|
|
699
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
633
700
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
634
701
|
});
|
|
635
702
|
},
|
|
636
703
|
/**
|
|
637
704
|
* 评价配置导入-上传文件
|
|
638
705
|
* @summary 评价配置导入-上传文件
|
|
706
|
+
* @param {EvaluationTypeEnum} type
|
|
639
707
|
* @param {File} file
|
|
640
708
|
* @param {*} [options] Override http request option.
|
|
641
709
|
* @throws {RequiredError}
|
|
642
710
|
*/
|
|
643
|
-
evaluationConfigBatchImportUpload(file, options) {
|
|
711
|
+
evaluationConfigBatchImportUpload(type, file, options) {
|
|
644
712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
645
713
|
var _a, _b, _c;
|
|
646
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportUpload(file, options);
|
|
714
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportUpload(type, file, options);
|
|
647
715
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
648
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
716
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
649
717
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
650
718
|
});
|
|
651
719
|
},
|
|
@@ -661,7 +729,7 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
661
729
|
var _a, _b, _c;
|
|
662
730
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigDelete(id, options);
|
|
663
731
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
664
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
732
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
665
733
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
666
734
|
});
|
|
667
735
|
},
|
|
@@ -677,7 +745,7 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
677
745
|
var _a, _b, _c;
|
|
678
746
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigDetails(id, options);
|
|
679
747
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
680
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
748
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
681
749
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
682
750
|
});
|
|
683
751
|
},
|
|
@@ -694,7 +762,7 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
694
762
|
var _a, _b, _c;
|
|
695
763
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigGetApprovalProcess(parkId, approvalType, options);
|
|
696
764
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
697
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
765
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigGetApprovalProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
698
766
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
699
767
|
});
|
|
700
768
|
},
|
|
@@ -716,7 +784,7 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
716
784
|
var _a, _b, _c;
|
|
717
785
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigPageList(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
|
|
718
786
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
719
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
787
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigPageList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
720
788
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
721
789
|
});
|
|
722
790
|
},
|
|
@@ -733,24 +801,55 @@ const EvaluationConfigApiFp = function (configuration) {
|
|
|
733
801
|
var _a, _b, _c;
|
|
734
802
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigUpdate(id, evaluationConfigUpdateDto, options);
|
|
735
803
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
736
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['
|
|
804
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.evaluationConfigUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
805
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
806
|
+
});
|
|
807
|
+
},
|
|
808
|
+
/**
|
|
809
|
+
* 评价配置-修改状态
|
|
810
|
+
* @summary 评价配置-修改状态
|
|
811
|
+
* @param {EvaluationConfigStatusDto} evaluationConfigStatusDto
|
|
812
|
+
* @param {*} [options] Override http request option.
|
|
813
|
+
* @throws {RequiredError}
|
|
814
|
+
*/
|
|
815
|
+
evaluationConfigUpdateStatus(evaluationConfigStatusDto, options) {
|
|
816
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
817
|
+
var _a, _b, _c;
|
|
818
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigUpdateStatus(evaluationConfigStatusDto, options);
|
|
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['DefaultApi.evaluationConfigUpdateStatus']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
821
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
822
|
+
});
|
|
823
|
+
},
|
|
824
|
+
/**
|
|
825
|
+
* 查询所有模块及其子分类列表
|
|
826
|
+
* @summary 查询模块分类列表
|
|
827
|
+
* @param {*} [options] Override http request option.
|
|
828
|
+
* @throws {RequiredError}
|
|
829
|
+
*/
|
|
830
|
+
evaluationModuleCategoryList(options) {
|
|
831
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
832
|
+
var _a, _b, _c;
|
|
833
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationModuleCategoryList(options);
|
|
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['DefaultApi.evaluationModuleCategoryList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
737
836
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
738
837
|
});
|
|
739
838
|
},
|
|
740
839
|
};
|
|
741
840
|
};
|
|
742
|
-
exports.
|
|
841
|
+
exports.DefaultApiFp = DefaultApiFp;
|
|
743
842
|
/**
|
|
744
|
-
*
|
|
843
|
+
* DefaultApi - factory interface
|
|
745
844
|
* @export
|
|
746
845
|
*/
|
|
747
|
-
const
|
|
748
|
-
const localVarFp = (0, exports.
|
|
846
|
+
const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
847
|
+
const localVarFp = (0, exports.DefaultApiFp)(configuration);
|
|
749
848
|
return {
|
|
750
849
|
/**
|
|
751
850
|
* 新增评价配置信息及违规配置
|
|
752
851
|
* @summary 新增评价配置
|
|
753
|
-
* @param {
|
|
852
|
+
* @param {DefaultApiEvaluationConfigAddRequest} requestParameters Request parameters.
|
|
754
853
|
* @param {*} [options] Override http request option.
|
|
755
854
|
* @throws {RequiredError}
|
|
756
855
|
*/
|
|
@@ -760,7 +859,7 @@ const EvaluationConfigApiFactory = function (configuration, basePath, axios) {
|
|
|
760
859
|
/**
|
|
761
860
|
* 为评价配置添加审批流程,支持自定义审批顺序
|
|
762
861
|
* @summary 添加审批流程
|
|
763
|
-
* @param {
|
|
862
|
+
* @param {DefaultApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
|
|
764
863
|
* @param {*} [options] Override http request option.
|
|
765
864
|
* @throws {RequiredError}
|
|
766
865
|
*/
|
|
@@ -770,7 +869,7 @@ const EvaluationConfigApiFactory = function (configuration, basePath, axios) {
|
|
|
770
869
|
/**
|
|
771
870
|
* 批量删除评价配置信息
|
|
772
871
|
* @summary 批量删除评价配置
|
|
773
|
-
* @param {
|
|
872
|
+
* @param {DefaultApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
|
|
774
873
|
* @param {*} [options] Override http request option.
|
|
775
874
|
* @throws {RequiredError}
|
|
776
875
|
*/
|
|
@@ -780,7 +879,7 @@ const EvaluationConfigApiFactory = function (configuration, basePath, axios) {
|
|
|
780
879
|
/**
|
|
781
880
|
* 评价配置导出
|
|
782
881
|
* @summary 评价配置导出
|
|
783
|
-
* @param {
|
|
882
|
+
* @param {DefaultApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
|
|
784
883
|
* @param {*} [options] Override http request option.
|
|
785
884
|
* @throws {RequiredError}
|
|
786
885
|
*/
|
|
@@ -817,17 +916,17 @@ const EvaluationConfigApiFactory = function (configuration, basePath, axios) {
|
|
|
817
916
|
/**
|
|
818
917
|
* 评价配置导入-上传文件
|
|
819
918
|
* @summary 评价配置导入-上传文件
|
|
820
|
-
* @param {
|
|
919
|
+
* @param {DefaultApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
|
|
821
920
|
* @param {*} [options] Override http request option.
|
|
822
921
|
* @throws {RequiredError}
|
|
823
922
|
*/
|
|
824
923
|
evaluationConfigBatchImportUpload(requestParameters, options) {
|
|
825
|
-
return localVarFp.evaluationConfigBatchImportUpload(requestParameters.file, options).then((request) => request(axios, basePath));
|
|
924
|
+
return localVarFp.evaluationConfigBatchImportUpload(requestParameters.type, requestParameters.file, options).then((request) => request(axios, basePath));
|
|
826
925
|
},
|
|
827
926
|
/**
|
|
828
927
|
* 删除评价配置信息
|
|
829
928
|
* @summary 删除评价配置
|
|
830
|
-
* @param {
|
|
929
|
+
* @param {DefaultApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
|
|
831
930
|
* @param {*} [options] Override http request option.
|
|
832
931
|
* @throws {RequiredError}
|
|
833
932
|
*/
|
|
@@ -837,7 +936,7 @@ const EvaluationConfigApiFactory = function (configuration, basePath, axios) {
|
|
|
837
936
|
/**
|
|
838
937
|
* 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
|
|
839
938
|
* @summary 获取评价配置详情
|
|
840
|
-
* @param {
|
|
939
|
+
* @param {DefaultApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
|
|
841
940
|
* @param {*} [options] Override http request option.
|
|
842
941
|
* @throws {RequiredError}
|
|
843
942
|
*/
|
|
@@ -847,7 +946,7 @@ const EvaluationConfigApiFactory = function (configuration, basePath, axios) {
|
|
|
847
946
|
/**
|
|
848
947
|
* 根据园区ID和审批类型获取审批流程详情
|
|
849
948
|
* @summary 获取审批流程详情
|
|
850
|
-
* @param {
|
|
949
|
+
* @param {DefaultApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
|
|
851
950
|
* @param {*} [options] Override http request option.
|
|
852
951
|
* @throws {RequiredError}
|
|
853
952
|
*/
|
|
@@ -857,7 +956,7 @@ const EvaluationConfigApiFactory = function (configuration, basePath, axios) {
|
|
|
857
956
|
/**
|
|
858
957
|
* 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
|
|
859
958
|
* @summary 分页查询评价配置列表
|
|
860
|
-
* @param {
|
|
959
|
+
* @param {DefaultApiEvaluationConfigPageListRequest} requestParameters Request parameters.
|
|
861
960
|
* @param {*} [options] Override http request option.
|
|
862
961
|
* @throws {RequiredError}
|
|
863
962
|
*/
|
|
@@ -867,162 +966,202 @@ const EvaluationConfigApiFactory = function (configuration, basePath, axios) {
|
|
|
867
966
|
/**
|
|
868
967
|
* 修改评价配置信息及违规配置
|
|
869
968
|
* @summary 修改评价配置
|
|
870
|
-
* @param {
|
|
969
|
+
* @param {DefaultApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
|
|
871
970
|
* @param {*} [options] Override http request option.
|
|
872
971
|
* @throws {RequiredError}
|
|
873
972
|
*/
|
|
874
973
|
evaluationConfigUpdate(requestParameters, options) {
|
|
875
974
|
return localVarFp.evaluationConfigUpdate(requestParameters.id, requestParameters.evaluationConfigUpdateDto, options).then((request) => request(axios, basePath));
|
|
876
975
|
},
|
|
976
|
+
/**
|
|
977
|
+
* 评价配置-修改状态
|
|
978
|
+
* @summary 评价配置-修改状态
|
|
979
|
+
* @param {DefaultApiEvaluationConfigUpdateStatusRequest} requestParameters Request parameters.
|
|
980
|
+
* @param {*} [options] Override http request option.
|
|
981
|
+
* @throws {RequiredError}
|
|
982
|
+
*/
|
|
983
|
+
evaluationConfigUpdateStatus(requestParameters, options) {
|
|
984
|
+
return localVarFp.evaluationConfigUpdateStatus(requestParameters.evaluationConfigStatusDto, options).then((request) => request(axios, basePath));
|
|
985
|
+
},
|
|
986
|
+
/**
|
|
987
|
+
* 查询所有模块及其子分类列表
|
|
988
|
+
* @summary 查询模块分类列表
|
|
989
|
+
* @param {*} [options] Override http request option.
|
|
990
|
+
* @throws {RequiredError}
|
|
991
|
+
*/
|
|
992
|
+
evaluationModuleCategoryList(options) {
|
|
993
|
+
return localVarFp.evaluationModuleCategoryList(options).then((request) => request(axios, basePath));
|
|
994
|
+
},
|
|
877
995
|
};
|
|
878
996
|
};
|
|
879
|
-
exports.
|
|
997
|
+
exports.DefaultApiFactory = DefaultApiFactory;
|
|
880
998
|
/**
|
|
881
|
-
*
|
|
999
|
+
* DefaultApi - object-oriented interface
|
|
882
1000
|
* @export
|
|
883
|
-
* @class
|
|
1001
|
+
* @class DefaultApi
|
|
884
1002
|
* @extends {BaseAPI}
|
|
885
1003
|
*/
|
|
886
|
-
class
|
|
1004
|
+
class DefaultApi extends base_1.BaseAPI {
|
|
887
1005
|
/**
|
|
888
1006
|
* 新增评价配置信息及违规配置
|
|
889
1007
|
* @summary 新增评价配置
|
|
890
|
-
* @param {
|
|
1008
|
+
* @param {DefaultApiEvaluationConfigAddRequest} requestParameters Request parameters.
|
|
891
1009
|
* @param {*} [options] Override http request option.
|
|
892
1010
|
* @throws {RequiredError}
|
|
893
|
-
* @memberof
|
|
1011
|
+
* @memberof DefaultApi
|
|
894
1012
|
*/
|
|
895
1013
|
evaluationConfigAdd(requestParameters, options) {
|
|
896
|
-
return (0, exports.
|
|
1014
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigAdd(requestParameters.evaluationConfigAddDto, options).then((request) => request(this.axios, this.basePath));
|
|
897
1015
|
}
|
|
898
1016
|
/**
|
|
899
1017
|
* 为评价配置添加审批流程,支持自定义审批顺序
|
|
900
1018
|
* @summary 添加审批流程
|
|
901
|
-
* @param {
|
|
1019
|
+
* @param {DefaultApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
|
|
902
1020
|
* @param {*} [options] Override http request option.
|
|
903
1021
|
* @throws {RequiredError}
|
|
904
|
-
* @memberof
|
|
1022
|
+
* @memberof DefaultApi
|
|
905
1023
|
*/
|
|
906
1024
|
evaluationConfigAddApprovalProcess(requestParameters, options) {
|
|
907
|
-
return (0, exports.
|
|
1025
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigAddApprovalProcess(requestParameters.evaluationApprovalProcessDto, options).then((request) => request(this.axios, this.basePath));
|
|
908
1026
|
}
|
|
909
1027
|
/**
|
|
910
1028
|
* 批量删除评价配置信息
|
|
911
1029
|
* @summary 批量删除评价配置
|
|
912
|
-
* @param {
|
|
1030
|
+
* @param {DefaultApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
|
|
913
1031
|
* @param {*} [options] Override http request option.
|
|
914
1032
|
* @throws {RequiredError}
|
|
915
|
-
* @memberof
|
|
1033
|
+
* @memberof DefaultApi
|
|
916
1034
|
*/
|
|
917
1035
|
evaluationConfigBatchDelete(requestParameters, options) {
|
|
918
|
-
return (0, exports.
|
|
1036
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigBatchDelete(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
919
1037
|
}
|
|
920
1038
|
/**
|
|
921
1039
|
* 评价配置导出
|
|
922
1040
|
* @summary 评价配置导出
|
|
923
|
-
* @param {
|
|
1041
|
+
* @param {DefaultApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
|
|
924
1042
|
* @param {*} [options] Override http request option.
|
|
925
1043
|
* @throws {RequiredError}
|
|
926
|
-
* @memberof
|
|
1044
|
+
* @memberof DefaultApi
|
|
927
1045
|
*/
|
|
928
1046
|
evaluationConfigBatchExport(requestParameters = {}, options) {
|
|
929
|
-
return (0, exports.
|
|
1047
|
+
return (0, exports.DefaultApiFp)(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));
|
|
930
1048
|
}
|
|
931
1049
|
/**
|
|
932
1050
|
* 评价配置导入-确认导入
|
|
933
1051
|
* @summary 评价配置导入-确认导入
|
|
934
1052
|
* @param {*} [options] Override http request option.
|
|
935
1053
|
* @throws {RequiredError}
|
|
936
|
-
* @memberof
|
|
1054
|
+
* @memberof DefaultApi
|
|
937
1055
|
*/
|
|
938
1056
|
evaluationConfigBatchImportConfirm(options) {
|
|
939
|
-
return (0, exports.
|
|
1057
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
940
1058
|
}
|
|
941
1059
|
/**
|
|
942
1060
|
* 评价配置导入-预览结果
|
|
943
1061
|
* @summary 评价配置导入-预览结果
|
|
944
1062
|
* @param {*} [options] Override http request option.
|
|
945
1063
|
* @throws {RequiredError}
|
|
946
|
-
* @memberof
|
|
1064
|
+
* @memberof DefaultApi
|
|
947
1065
|
*/
|
|
948
1066
|
evaluationConfigBatchImportPreview(options) {
|
|
949
|
-
return (0, exports.
|
|
1067
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
950
1068
|
}
|
|
951
1069
|
/**
|
|
952
1070
|
* 下载评价配置导入模板
|
|
953
1071
|
* @summary 下载评价配置导入模板
|
|
954
1072
|
* @param {*} [options] Override http request option.
|
|
955
1073
|
* @throws {RequiredError}
|
|
956
|
-
* @memberof
|
|
1074
|
+
* @memberof DefaultApi
|
|
957
1075
|
*/
|
|
958
1076
|
evaluationConfigBatchImportTemplate(options) {
|
|
959
|
-
return (0, exports.
|
|
1077
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
960
1078
|
}
|
|
961
1079
|
/**
|
|
962
1080
|
* 评价配置导入-上传文件
|
|
963
1081
|
* @summary 评价配置导入-上传文件
|
|
964
|
-
* @param {
|
|
1082
|
+
* @param {DefaultApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
|
|
965
1083
|
* @param {*} [options] Override http request option.
|
|
966
1084
|
* @throws {RequiredError}
|
|
967
|
-
* @memberof
|
|
1085
|
+
* @memberof DefaultApi
|
|
968
1086
|
*/
|
|
969
1087
|
evaluationConfigBatchImportUpload(requestParameters, options) {
|
|
970
|
-
return (0, exports.
|
|
1088
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigBatchImportUpload(requestParameters.type, requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
971
1089
|
}
|
|
972
1090
|
/**
|
|
973
1091
|
* 删除评价配置信息
|
|
974
1092
|
* @summary 删除评价配置
|
|
975
|
-
* @param {
|
|
1093
|
+
* @param {DefaultApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
|
|
976
1094
|
* @param {*} [options] Override http request option.
|
|
977
1095
|
* @throws {RequiredError}
|
|
978
|
-
* @memberof
|
|
1096
|
+
* @memberof DefaultApi
|
|
979
1097
|
*/
|
|
980
1098
|
evaluationConfigDelete(requestParameters, options) {
|
|
981
|
-
return (0, exports.
|
|
1099
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
982
1100
|
}
|
|
983
1101
|
/**
|
|
984
1102
|
* 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
|
|
985
1103
|
* @summary 获取评价配置详情
|
|
986
|
-
* @param {
|
|
1104
|
+
* @param {DefaultApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
|
|
987
1105
|
* @param {*} [options] Override http request option.
|
|
988
1106
|
* @throws {RequiredError}
|
|
989
|
-
* @memberof
|
|
1107
|
+
* @memberof DefaultApi
|
|
990
1108
|
*/
|
|
991
1109
|
evaluationConfigDetails(requestParameters, options) {
|
|
992
|
-
return (0, exports.
|
|
1110
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
993
1111
|
}
|
|
994
1112
|
/**
|
|
995
1113
|
* 根据园区ID和审批类型获取审批流程详情
|
|
996
1114
|
* @summary 获取审批流程详情
|
|
997
|
-
* @param {
|
|
1115
|
+
* @param {DefaultApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
|
|
998
1116
|
* @param {*} [options] Override http request option.
|
|
999
1117
|
* @throws {RequiredError}
|
|
1000
|
-
* @memberof
|
|
1118
|
+
* @memberof DefaultApi
|
|
1001
1119
|
*/
|
|
1002
1120
|
evaluationConfigGetApprovalProcess(requestParameters, options) {
|
|
1003
|
-
return (0, exports.
|
|
1121
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigGetApprovalProcess(requestParameters.parkId, requestParameters.approvalType, options).then((request) => request(this.axios, this.basePath));
|
|
1004
1122
|
}
|
|
1005
1123
|
/**
|
|
1006
1124
|
* 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
|
|
1007
1125
|
* @summary 分页查询评价配置列表
|
|
1008
|
-
* @param {
|
|
1126
|
+
* @param {DefaultApiEvaluationConfigPageListRequest} requestParameters Request parameters.
|
|
1009
1127
|
* @param {*} [options] Override http request option.
|
|
1010
1128
|
* @throws {RequiredError}
|
|
1011
|
-
* @memberof
|
|
1129
|
+
* @memberof DefaultApi
|
|
1012
1130
|
*/
|
|
1013
1131
|
evaluationConfigPageList(requestParameters = {}, options) {
|
|
1014
|
-
return (0, exports.
|
|
1132
|
+
return (0, exports.DefaultApiFp)(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));
|
|
1015
1133
|
}
|
|
1016
1134
|
/**
|
|
1017
1135
|
* 修改评价配置信息及违规配置
|
|
1018
1136
|
* @summary 修改评价配置
|
|
1019
|
-
* @param {
|
|
1137
|
+
* @param {DefaultApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
|
|
1020
1138
|
* @param {*} [options] Override http request option.
|
|
1021
1139
|
* @throws {RequiredError}
|
|
1022
|
-
* @memberof
|
|
1140
|
+
* @memberof DefaultApi
|
|
1023
1141
|
*/
|
|
1024
1142
|
evaluationConfigUpdate(requestParameters, options) {
|
|
1025
|
-
return (0, exports.
|
|
1143
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigUpdate(requestParameters.id, requestParameters.evaluationConfigUpdateDto, options).then((request) => request(this.axios, this.basePath));
|
|
1144
|
+
}
|
|
1145
|
+
/**
|
|
1146
|
+
* 评价配置-修改状态
|
|
1147
|
+
* @summary 评价配置-修改状态
|
|
1148
|
+
* @param {DefaultApiEvaluationConfigUpdateStatusRequest} requestParameters Request parameters.
|
|
1149
|
+
* @param {*} [options] Override http request option.
|
|
1150
|
+
* @throws {RequiredError}
|
|
1151
|
+
* @memberof DefaultApi
|
|
1152
|
+
*/
|
|
1153
|
+
evaluationConfigUpdateStatus(requestParameters, options) {
|
|
1154
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationConfigUpdateStatus(requestParameters.evaluationConfigStatusDto, options).then((request) => request(this.axios, this.basePath));
|
|
1155
|
+
}
|
|
1156
|
+
/**
|
|
1157
|
+
* 查询所有模块及其子分类列表
|
|
1158
|
+
* @summary 查询模块分类列表
|
|
1159
|
+
* @param {*} [options] Override http request option.
|
|
1160
|
+
* @throws {RequiredError}
|
|
1161
|
+
* @memberof DefaultApi
|
|
1162
|
+
*/
|
|
1163
|
+
evaluationModuleCategoryList(options) {
|
|
1164
|
+
return (0, exports.DefaultApiFp)(this.configuration).evaluationModuleCategoryList(options).then((request) => request(this.axios, this.basePath));
|
|
1026
1165
|
}
|
|
1027
1166
|
}
|
|
1028
|
-
exports.
|
|
1167
|
+
exports.DefaultApi = DefaultApi;
|