@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
|
@@ -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
|
+
* DefaultApi - axios parameter creator
|
|
31
31
|
* @export
|
|
32
32
|
*/
|
|
33
|
-
export const
|
|
33
|
+
export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
34
34
|
return {
|
|
35
35
|
/**
|
|
36
36
|
* 新增评价配置信息及违规配置
|
|
@@ -274,11 +274,14 @@ export const EvaluationConfigApiAxiosParamCreator = function (configuration) {
|
|
|
274
274
|
/**
|
|
275
275
|
* 评价配置导入-上传文件
|
|
276
276
|
* @summary 评价配置导入-上传文件
|
|
277
|
+
* @param {EvaluationTypeEnum} type
|
|
277
278
|
* @param {File} file
|
|
278
279
|
* @param {*} [options] Override http request option.
|
|
279
280
|
* @throws {RequiredError}
|
|
280
281
|
*/
|
|
281
|
-
evaluationConfigBatchImportUpload: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
|
|
282
|
+
evaluationConfigBatchImportUpload: (type_1, file_1, ...args_1) => __awaiter(this, [type_1, file_1, ...args_1], void 0, function* (type, file, options = {}) {
|
|
283
|
+
// verify required parameter 'type' is not null or undefined
|
|
284
|
+
assertParamExists('evaluationConfigBatchImportUpload', 'type', type);
|
|
282
285
|
// verify required parameter 'file' is not null or undefined
|
|
283
286
|
assertParamExists('evaluationConfigBatchImportUpload', 'file', file);
|
|
284
287
|
const localVarPath = `/gizone/evaluation-config/batchImport/upload`;
|
|
@@ -295,6 +298,9 @@ export const EvaluationConfigApiAxiosParamCreator = function (configuration) {
|
|
|
295
298
|
// authentication tokenScheme required
|
|
296
299
|
// http bearer authentication required
|
|
297
300
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
301
|
+
if (type !== undefined) {
|
|
302
|
+
localVarQueryParameter['type'] = type;
|
|
303
|
+
}
|
|
298
304
|
if (file !== undefined) {
|
|
299
305
|
localVarFormParams.append('file', file);
|
|
300
306
|
}
|
|
@@ -505,14 +511,75 @@ export const EvaluationConfigApiAxiosParamCreator = function (configuration) {
|
|
|
505
511
|
options: localVarRequestOptions,
|
|
506
512
|
};
|
|
507
513
|
}),
|
|
514
|
+
/**
|
|
515
|
+
* 评价配置-修改状态
|
|
516
|
+
* @summary 评价配置-修改状态
|
|
517
|
+
* @param {EvaluationConfigStatusDto} evaluationConfigStatusDto
|
|
518
|
+
* @param {*} [options] Override http request option.
|
|
519
|
+
* @throws {RequiredError}
|
|
520
|
+
*/
|
|
521
|
+
evaluationConfigUpdateStatus: (evaluationConfigStatusDto_1, ...args_1) => __awaiter(this, [evaluationConfigStatusDto_1, ...args_1], void 0, function* (evaluationConfigStatusDto, options = {}) {
|
|
522
|
+
// verify required parameter 'evaluationConfigStatusDto' is not null or undefined
|
|
523
|
+
assertParamExists('evaluationConfigUpdateStatus', 'evaluationConfigStatusDto', evaluationConfigStatusDto);
|
|
524
|
+
const localVarPath = `/gizone/evaluation-config/status`;
|
|
525
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
526
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
527
|
+
let baseOptions;
|
|
528
|
+
if (configuration) {
|
|
529
|
+
baseOptions = configuration.baseOptions;
|
|
530
|
+
}
|
|
531
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
532
|
+
const localVarHeaderParameter = {};
|
|
533
|
+
const localVarQueryParameter = {};
|
|
534
|
+
// authentication tokenScheme required
|
|
535
|
+
// http bearer authentication required
|
|
536
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
537
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
538
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
539
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
540
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
541
|
+
localVarRequestOptions.data = serializeDataIfNeeded(evaluationConfigStatusDto, localVarRequestOptions, configuration);
|
|
542
|
+
return {
|
|
543
|
+
url: toPathString(localVarUrlObj),
|
|
544
|
+
options: localVarRequestOptions,
|
|
545
|
+
};
|
|
546
|
+
}),
|
|
547
|
+
/**
|
|
548
|
+
* 查询所有模块及其子分类列表
|
|
549
|
+
* @summary 查询模块分类列表
|
|
550
|
+
* @param {*} [options] Override http request option.
|
|
551
|
+
* @throws {RequiredError}
|
|
552
|
+
*/
|
|
553
|
+
evaluationModuleCategoryList: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
554
|
+
const localVarPath = `/gizone/evaluation-config/module-categories`;
|
|
555
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
556
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
557
|
+
let baseOptions;
|
|
558
|
+
if (configuration) {
|
|
559
|
+
baseOptions = configuration.baseOptions;
|
|
560
|
+
}
|
|
561
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
562
|
+
const localVarHeaderParameter = {};
|
|
563
|
+
const localVarQueryParameter = {};
|
|
564
|
+
// authentication tokenScheme required
|
|
565
|
+
// http bearer authentication required
|
|
566
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
567
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
568
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
569
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
570
|
+
return {
|
|
571
|
+
url: toPathString(localVarUrlObj),
|
|
572
|
+
options: localVarRequestOptions,
|
|
573
|
+
};
|
|
574
|
+
}),
|
|
508
575
|
};
|
|
509
576
|
};
|
|
510
577
|
/**
|
|
511
|
-
*
|
|
578
|
+
* DefaultApi - functional programming interface
|
|
512
579
|
* @export
|
|
513
580
|
*/
|
|
514
|
-
export const
|
|
515
|
-
const localVarAxiosParamCreator =
|
|
581
|
+
export const DefaultApiFp = function (configuration) {
|
|
582
|
+
const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration);
|
|
516
583
|
return {
|
|
517
584
|
/**
|
|
518
585
|
* 新增评价配置信息及违规配置
|
|
@@ -526,7 +593,7 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
526
593
|
var _a, _b, _c;
|
|
527
594
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigAdd(evaluationConfigAddDto, options);
|
|
528
595
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
529
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
596
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
530
597
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
531
598
|
});
|
|
532
599
|
},
|
|
@@ -542,7 +609,7 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
542
609
|
var _a, _b, _c;
|
|
543
610
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigAddApprovalProcess(evaluationApprovalProcessDto, options);
|
|
544
611
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
545
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
612
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigAddApprovalProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
546
613
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
547
614
|
});
|
|
548
615
|
},
|
|
@@ -558,7 +625,7 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
558
625
|
var _a, _b, _c;
|
|
559
626
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchDelete(requestBody, options);
|
|
560
627
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
561
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
628
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigBatchDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
562
629
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
563
630
|
});
|
|
564
631
|
},
|
|
@@ -580,7 +647,7 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
580
647
|
var _a, _b, _c;
|
|
581
648
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchExport(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
|
|
582
649
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
583
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
650
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigBatchExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
584
651
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
585
652
|
});
|
|
586
653
|
},
|
|
@@ -595,7 +662,7 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
595
662
|
var _a, _b, _c;
|
|
596
663
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportConfirm(options);
|
|
597
664
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
598
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
665
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
599
666
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
600
667
|
});
|
|
601
668
|
},
|
|
@@ -610,7 +677,7 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
610
677
|
var _a, _b, _c;
|
|
611
678
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportPreview(options);
|
|
612
679
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
613
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
680
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigBatchImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
614
681
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
615
682
|
});
|
|
616
683
|
},
|
|
@@ -625,23 +692,24 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
625
692
|
var _a, _b, _c;
|
|
626
693
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportTemplate(options);
|
|
627
694
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
628
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
695
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
629
696
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
630
697
|
});
|
|
631
698
|
},
|
|
632
699
|
/**
|
|
633
700
|
* 评价配置导入-上传文件
|
|
634
701
|
* @summary 评价配置导入-上传文件
|
|
702
|
+
* @param {EvaluationTypeEnum} type
|
|
635
703
|
* @param {File} file
|
|
636
704
|
* @param {*} [options] Override http request option.
|
|
637
705
|
* @throws {RequiredError}
|
|
638
706
|
*/
|
|
639
|
-
evaluationConfigBatchImportUpload(file, options) {
|
|
707
|
+
evaluationConfigBatchImportUpload(type, file, options) {
|
|
640
708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
641
709
|
var _a, _b, _c;
|
|
642
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportUpload(file, options);
|
|
710
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportUpload(type, file, options);
|
|
643
711
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
644
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
712
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
645
713
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
646
714
|
});
|
|
647
715
|
},
|
|
@@ -657,7 +725,7 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
657
725
|
var _a, _b, _c;
|
|
658
726
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigDelete(id, options);
|
|
659
727
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
660
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
728
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
661
729
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
662
730
|
});
|
|
663
731
|
},
|
|
@@ -673,7 +741,7 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
673
741
|
var _a, _b, _c;
|
|
674
742
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigDetails(id, options);
|
|
675
743
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
676
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
744
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
677
745
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
678
746
|
});
|
|
679
747
|
},
|
|
@@ -690,7 +758,7 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
690
758
|
var _a, _b, _c;
|
|
691
759
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigGetApprovalProcess(parkId, approvalType, options);
|
|
692
760
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
693
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
761
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigGetApprovalProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
694
762
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
695
763
|
});
|
|
696
764
|
},
|
|
@@ -712,7 +780,7 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
712
780
|
var _a, _b, _c;
|
|
713
781
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigPageList(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
|
|
714
782
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
715
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
783
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigPageList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
716
784
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
717
785
|
});
|
|
718
786
|
},
|
|
@@ -729,23 +797,54 @@ export const EvaluationConfigApiFp = function (configuration) {
|
|
|
729
797
|
var _a, _b, _c;
|
|
730
798
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigUpdate(id, evaluationConfigUpdateDto, options);
|
|
731
799
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
732
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
800
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DefaultApi.evaluationConfigUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
801
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
802
|
+
});
|
|
803
|
+
},
|
|
804
|
+
/**
|
|
805
|
+
* 评价配置-修改状态
|
|
806
|
+
* @summary 评价配置-修改状态
|
|
807
|
+
* @param {EvaluationConfigStatusDto} evaluationConfigStatusDto
|
|
808
|
+
* @param {*} [options] Override http request option.
|
|
809
|
+
* @throws {RequiredError}
|
|
810
|
+
*/
|
|
811
|
+
evaluationConfigUpdateStatus(evaluationConfigStatusDto, options) {
|
|
812
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
813
|
+
var _a, _b, _c;
|
|
814
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigUpdateStatus(evaluationConfigStatusDto, options);
|
|
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['DefaultApi.evaluationConfigUpdateStatus']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
817
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
818
|
+
});
|
|
819
|
+
},
|
|
820
|
+
/**
|
|
821
|
+
* 查询所有模块及其子分类列表
|
|
822
|
+
* @summary 查询模块分类列表
|
|
823
|
+
* @param {*} [options] Override http request option.
|
|
824
|
+
* @throws {RequiredError}
|
|
825
|
+
*/
|
|
826
|
+
evaluationModuleCategoryList(options) {
|
|
827
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
828
|
+
var _a, _b, _c;
|
|
829
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationModuleCategoryList(options);
|
|
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['DefaultApi.evaluationModuleCategoryList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
733
832
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
734
833
|
});
|
|
735
834
|
},
|
|
736
835
|
};
|
|
737
836
|
};
|
|
738
837
|
/**
|
|
739
|
-
*
|
|
838
|
+
* DefaultApi - factory interface
|
|
740
839
|
* @export
|
|
741
840
|
*/
|
|
742
|
-
export const
|
|
743
|
-
const localVarFp =
|
|
841
|
+
export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
842
|
+
const localVarFp = DefaultApiFp(configuration);
|
|
744
843
|
return {
|
|
745
844
|
/**
|
|
746
845
|
* 新增评价配置信息及违规配置
|
|
747
846
|
* @summary 新增评价配置
|
|
748
|
-
* @param {
|
|
847
|
+
* @param {DefaultApiEvaluationConfigAddRequest} requestParameters Request parameters.
|
|
749
848
|
* @param {*} [options] Override http request option.
|
|
750
849
|
* @throws {RequiredError}
|
|
751
850
|
*/
|
|
@@ -755,7 +854,7 @@ export const EvaluationConfigApiFactory = function (configuration, basePath, axi
|
|
|
755
854
|
/**
|
|
756
855
|
* 为评价配置添加审批流程,支持自定义审批顺序
|
|
757
856
|
* @summary 添加审批流程
|
|
758
|
-
* @param {
|
|
857
|
+
* @param {DefaultApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
|
|
759
858
|
* @param {*} [options] Override http request option.
|
|
760
859
|
* @throws {RequiredError}
|
|
761
860
|
*/
|
|
@@ -765,7 +864,7 @@ export const EvaluationConfigApiFactory = function (configuration, basePath, axi
|
|
|
765
864
|
/**
|
|
766
865
|
* 批量删除评价配置信息
|
|
767
866
|
* @summary 批量删除评价配置
|
|
768
|
-
* @param {
|
|
867
|
+
* @param {DefaultApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
|
|
769
868
|
* @param {*} [options] Override http request option.
|
|
770
869
|
* @throws {RequiredError}
|
|
771
870
|
*/
|
|
@@ -775,7 +874,7 @@ export const EvaluationConfigApiFactory = function (configuration, basePath, axi
|
|
|
775
874
|
/**
|
|
776
875
|
* 评价配置导出
|
|
777
876
|
* @summary 评价配置导出
|
|
778
|
-
* @param {
|
|
877
|
+
* @param {DefaultApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
|
|
779
878
|
* @param {*} [options] Override http request option.
|
|
780
879
|
* @throws {RequiredError}
|
|
781
880
|
*/
|
|
@@ -812,17 +911,17 @@ export const EvaluationConfigApiFactory = function (configuration, basePath, axi
|
|
|
812
911
|
/**
|
|
813
912
|
* 评价配置导入-上传文件
|
|
814
913
|
* @summary 评价配置导入-上传文件
|
|
815
|
-
* @param {
|
|
914
|
+
* @param {DefaultApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
|
|
816
915
|
* @param {*} [options] Override http request option.
|
|
817
916
|
* @throws {RequiredError}
|
|
818
917
|
*/
|
|
819
918
|
evaluationConfigBatchImportUpload(requestParameters, options) {
|
|
820
|
-
return localVarFp.evaluationConfigBatchImportUpload(requestParameters.file, options).then((request) => request(axios, basePath));
|
|
919
|
+
return localVarFp.evaluationConfigBatchImportUpload(requestParameters.type, requestParameters.file, options).then((request) => request(axios, basePath));
|
|
821
920
|
},
|
|
822
921
|
/**
|
|
823
922
|
* 删除评价配置信息
|
|
824
923
|
* @summary 删除评价配置
|
|
825
|
-
* @param {
|
|
924
|
+
* @param {DefaultApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
|
|
826
925
|
* @param {*} [options] Override http request option.
|
|
827
926
|
* @throws {RequiredError}
|
|
828
927
|
*/
|
|
@@ -832,7 +931,7 @@ export const EvaluationConfigApiFactory = function (configuration, basePath, axi
|
|
|
832
931
|
/**
|
|
833
932
|
* 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
|
|
834
933
|
* @summary 获取评价配置详情
|
|
835
|
-
* @param {
|
|
934
|
+
* @param {DefaultApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
|
|
836
935
|
* @param {*} [options] Override http request option.
|
|
837
936
|
* @throws {RequiredError}
|
|
838
937
|
*/
|
|
@@ -842,7 +941,7 @@ export const EvaluationConfigApiFactory = function (configuration, basePath, axi
|
|
|
842
941
|
/**
|
|
843
942
|
* 根据园区ID和审批类型获取审批流程详情
|
|
844
943
|
* @summary 获取审批流程详情
|
|
845
|
-
* @param {
|
|
944
|
+
* @param {DefaultApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
|
|
846
945
|
* @param {*} [options] Override http request option.
|
|
847
946
|
* @throws {RequiredError}
|
|
848
947
|
*/
|
|
@@ -852,7 +951,7 @@ export const EvaluationConfigApiFactory = function (configuration, basePath, axi
|
|
|
852
951
|
/**
|
|
853
952
|
* 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
|
|
854
953
|
* @summary 分页查询评价配置列表
|
|
855
|
-
* @param {
|
|
954
|
+
* @param {DefaultApiEvaluationConfigPageListRequest} requestParameters Request parameters.
|
|
856
955
|
* @param {*} [options] Override http request option.
|
|
857
956
|
* @throws {RequiredError}
|
|
858
957
|
*/
|
|
@@ -862,160 +961,200 @@ export const EvaluationConfigApiFactory = function (configuration, basePath, axi
|
|
|
862
961
|
/**
|
|
863
962
|
* 修改评价配置信息及违规配置
|
|
864
963
|
* @summary 修改评价配置
|
|
865
|
-
* @param {
|
|
964
|
+
* @param {DefaultApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
|
|
866
965
|
* @param {*} [options] Override http request option.
|
|
867
966
|
* @throws {RequiredError}
|
|
868
967
|
*/
|
|
869
968
|
evaluationConfigUpdate(requestParameters, options) {
|
|
870
969
|
return localVarFp.evaluationConfigUpdate(requestParameters.id, requestParameters.evaluationConfigUpdateDto, options).then((request) => request(axios, basePath));
|
|
871
970
|
},
|
|
971
|
+
/**
|
|
972
|
+
* 评价配置-修改状态
|
|
973
|
+
* @summary 评价配置-修改状态
|
|
974
|
+
* @param {DefaultApiEvaluationConfigUpdateStatusRequest} requestParameters Request parameters.
|
|
975
|
+
* @param {*} [options] Override http request option.
|
|
976
|
+
* @throws {RequiredError}
|
|
977
|
+
*/
|
|
978
|
+
evaluationConfigUpdateStatus(requestParameters, options) {
|
|
979
|
+
return localVarFp.evaluationConfigUpdateStatus(requestParameters.evaluationConfigStatusDto, options).then((request) => request(axios, basePath));
|
|
980
|
+
},
|
|
981
|
+
/**
|
|
982
|
+
* 查询所有模块及其子分类列表
|
|
983
|
+
* @summary 查询模块分类列表
|
|
984
|
+
* @param {*} [options] Override http request option.
|
|
985
|
+
* @throws {RequiredError}
|
|
986
|
+
*/
|
|
987
|
+
evaluationModuleCategoryList(options) {
|
|
988
|
+
return localVarFp.evaluationModuleCategoryList(options).then((request) => request(axios, basePath));
|
|
989
|
+
},
|
|
872
990
|
};
|
|
873
991
|
};
|
|
874
992
|
/**
|
|
875
|
-
*
|
|
993
|
+
* DefaultApi - object-oriented interface
|
|
876
994
|
* @export
|
|
877
|
-
* @class
|
|
995
|
+
* @class DefaultApi
|
|
878
996
|
* @extends {BaseAPI}
|
|
879
997
|
*/
|
|
880
|
-
export class
|
|
998
|
+
export class DefaultApi extends BaseAPI {
|
|
881
999
|
/**
|
|
882
1000
|
* 新增评价配置信息及违规配置
|
|
883
1001
|
* @summary 新增评价配置
|
|
884
|
-
* @param {
|
|
1002
|
+
* @param {DefaultApiEvaluationConfigAddRequest} requestParameters Request parameters.
|
|
885
1003
|
* @param {*} [options] Override http request option.
|
|
886
1004
|
* @throws {RequiredError}
|
|
887
|
-
* @memberof
|
|
1005
|
+
* @memberof DefaultApi
|
|
888
1006
|
*/
|
|
889
1007
|
evaluationConfigAdd(requestParameters, options) {
|
|
890
|
-
return
|
|
1008
|
+
return DefaultApiFp(this.configuration).evaluationConfigAdd(requestParameters.evaluationConfigAddDto, options).then((request) => request(this.axios, this.basePath));
|
|
891
1009
|
}
|
|
892
1010
|
/**
|
|
893
1011
|
* 为评价配置添加审批流程,支持自定义审批顺序
|
|
894
1012
|
* @summary 添加审批流程
|
|
895
|
-
* @param {
|
|
1013
|
+
* @param {DefaultApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
|
|
896
1014
|
* @param {*} [options] Override http request option.
|
|
897
1015
|
* @throws {RequiredError}
|
|
898
|
-
* @memberof
|
|
1016
|
+
* @memberof DefaultApi
|
|
899
1017
|
*/
|
|
900
1018
|
evaluationConfigAddApprovalProcess(requestParameters, options) {
|
|
901
|
-
return
|
|
1019
|
+
return DefaultApiFp(this.configuration).evaluationConfigAddApprovalProcess(requestParameters.evaluationApprovalProcessDto, options).then((request) => request(this.axios, this.basePath));
|
|
902
1020
|
}
|
|
903
1021
|
/**
|
|
904
1022
|
* 批量删除评价配置信息
|
|
905
1023
|
* @summary 批量删除评价配置
|
|
906
|
-
* @param {
|
|
1024
|
+
* @param {DefaultApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
|
|
907
1025
|
* @param {*} [options] Override http request option.
|
|
908
1026
|
* @throws {RequiredError}
|
|
909
|
-
* @memberof
|
|
1027
|
+
* @memberof DefaultApi
|
|
910
1028
|
*/
|
|
911
1029
|
evaluationConfigBatchDelete(requestParameters, options) {
|
|
912
|
-
return
|
|
1030
|
+
return DefaultApiFp(this.configuration).evaluationConfigBatchDelete(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
913
1031
|
}
|
|
914
1032
|
/**
|
|
915
1033
|
* 评价配置导出
|
|
916
1034
|
* @summary 评价配置导出
|
|
917
|
-
* @param {
|
|
1035
|
+
* @param {DefaultApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
|
|
918
1036
|
* @param {*} [options] Override http request option.
|
|
919
1037
|
* @throws {RequiredError}
|
|
920
|
-
* @memberof
|
|
1038
|
+
* @memberof DefaultApi
|
|
921
1039
|
*/
|
|
922
1040
|
evaluationConfigBatchExport(requestParameters = {}, options) {
|
|
923
|
-
return
|
|
1041
|
+
return 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));
|
|
924
1042
|
}
|
|
925
1043
|
/**
|
|
926
1044
|
* 评价配置导入-确认导入
|
|
927
1045
|
* @summary 评价配置导入-确认导入
|
|
928
1046
|
* @param {*} [options] Override http request option.
|
|
929
1047
|
* @throws {RequiredError}
|
|
930
|
-
* @memberof
|
|
1048
|
+
* @memberof DefaultApi
|
|
931
1049
|
*/
|
|
932
1050
|
evaluationConfigBatchImportConfirm(options) {
|
|
933
|
-
return
|
|
1051
|
+
return DefaultApiFp(this.configuration).evaluationConfigBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
934
1052
|
}
|
|
935
1053
|
/**
|
|
936
1054
|
* 评价配置导入-预览结果
|
|
937
1055
|
* @summary 评价配置导入-预览结果
|
|
938
1056
|
* @param {*} [options] Override http request option.
|
|
939
1057
|
* @throws {RequiredError}
|
|
940
|
-
* @memberof
|
|
1058
|
+
* @memberof DefaultApi
|
|
941
1059
|
*/
|
|
942
1060
|
evaluationConfigBatchImportPreview(options) {
|
|
943
|
-
return
|
|
1061
|
+
return DefaultApiFp(this.configuration).evaluationConfigBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
944
1062
|
}
|
|
945
1063
|
/**
|
|
946
1064
|
* 下载评价配置导入模板
|
|
947
1065
|
* @summary 下载评价配置导入模板
|
|
948
1066
|
* @param {*} [options] Override http request option.
|
|
949
1067
|
* @throws {RequiredError}
|
|
950
|
-
* @memberof
|
|
1068
|
+
* @memberof DefaultApi
|
|
951
1069
|
*/
|
|
952
1070
|
evaluationConfigBatchImportTemplate(options) {
|
|
953
|
-
return
|
|
1071
|
+
return DefaultApiFp(this.configuration).evaluationConfigBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
954
1072
|
}
|
|
955
1073
|
/**
|
|
956
1074
|
* 评价配置导入-上传文件
|
|
957
1075
|
* @summary 评价配置导入-上传文件
|
|
958
|
-
* @param {
|
|
1076
|
+
* @param {DefaultApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
|
|
959
1077
|
* @param {*} [options] Override http request option.
|
|
960
1078
|
* @throws {RequiredError}
|
|
961
|
-
* @memberof
|
|
1079
|
+
* @memberof DefaultApi
|
|
962
1080
|
*/
|
|
963
1081
|
evaluationConfigBatchImportUpload(requestParameters, options) {
|
|
964
|
-
return
|
|
1082
|
+
return DefaultApiFp(this.configuration).evaluationConfigBatchImportUpload(requestParameters.type, requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
965
1083
|
}
|
|
966
1084
|
/**
|
|
967
1085
|
* 删除评价配置信息
|
|
968
1086
|
* @summary 删除评价配置
|
|
969
|
-
* @param {
|
|
1087
|
+
* @param {DefaultApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
|
|
970
1088
|
* @param {*} [options] Override http request option.
|
|
971
1089
|
* @throws {RequiredError}
|
|
972
|
-
* @memberof
|
|
1090
|
+
* @memberof DefaultApi
|
|
973
1091
|
*/
|
|
974
1092
|
evaluationConfigDelete(requestParameters, options) {
|
|
975
|
-
return
|
|
1093
|
+
return DefaultApiFp(this.configuration).evaluationConfigDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
976
1094
|
}
|
|
977
1095
|
/**
|
|
978
1096
|
* 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
|
|
979
1097
|
* @summary 获取评价配置详情
|
|
980
|
-
* @param {
|
|
1098
|
+
* @param {DefaultApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
|
|
981
1099
|
* @param {*} [options] Override http request option.
|
|
982
1100
|
* @throws {RequiredError}
|
|
983
|
-
* @memberof
|
|
1101
|
+
* @memberof DefaultApi
|
|
984
1102
|
*/
|
|
985
1103
|
evaluationConfigDetails(requestParameters, options) {
|
|
986
|
-
return
|
|
1104
|
+
return DefaultApiFp(this.configuration).evaluationConfigDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
987
1105
|
}
|
|
988
1106
|
/**
|
|
989
1107
|
* 根据园区ID和审批类型获取审批流程详情
|
|
990
1108
|
* @summary 获取审批流程详情
|
|
991
|
-
* @param {
|
|
1109
|
+
* @param {DefaultApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
|
|
992
1110
|
* @param {*} [options] Override http request option.
|
|
993
1111
|
* @throws {RequiredError}
|
|
994
|
-
* @memberof
|
|
1112
|
+
* @memberof DefaultApi
|
|
995
1113
|
*/
|
|
996
1114
|
evaluationConfigGetApprovalProcess(requestParameters, options) {
|
|
997
|
-
return
|
|
1115
|
+
return DefaultApiFp(this.configuration).evaluationConfigGetApprovalProcess(requestParameters.parkId, requestParameters.approvalType, options).then((request) => request(this.axios, this.basePath));
|
|
998
1116
|
}
|
|
999
1117
|
/**
|
|
1000
1118
|
* 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
|
|
1001
1119
|
* @summary 分页查询评价配置列表
|
|
1002
|
-
* @param {
|
|
1120
|
+
* @param {DefaultApiEvaluationConfigPageListRequest} requestParameters Request parameters.
|
|
1003
1121
|
* @param {*} [options] Override http request option.
|
|
1004
1122
|
* @throws {RequiredError}
|
|
1005
|
-
* @memberof
|
|
1123
|
+
* @memberof DefaultApi
|
|
1006
1124
|
*/
|
|
1007
1125
|
evaluationConfigPageList(requestParameters = {}, options) {
|
|
1008
|
-
return
|
|
1126
|
+
return 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));
|
|
1009
1127
|
}
|
|
1010
1128
|
/**
|
|
1011
1129
|
* 修改评价配置信息及违规配置
|
|
1012
1130
|
* @summary 修改评价配置
|
|
1013
|
-
* @param {
|
|
1131
|
+
* @param {DefaultApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
|
|
1014
1132
|
* @param {*} [options] Override http request option.
|
|
1015
1133
|
* @throws {RequiredError}
|
|
1016
|
-
* @memberof
|
|
1134
|
+
* @memberof DefaultApi
|
|
1017
1135
|
*/
|
|
1018
1136
|
evaluationConfigUpdate(requestParameters, options) {
|
|
1019
|
-
return
|
|
1137
|
+
return DefaultApiFp(this.configuration).evaluationConfigUpdate(requestParameters.id, requestParameters.evaluationConfigUpdateDto, options).then((request) => request(this.axios, this.basePath));
|
|
1138
|
+
}
|
|
1139
|
+
/**
|
|
1140
|
+
* 评价配置-修改状态
|
|
1141
|
+
* @summary 评价配置-修改状态
|
|
1142
|
+
* @param {DefaultApiEvaluationConfigUpdateStatusRequest} requestParameters Request parameters.
|
|
1143
|
+
* @param {*} [options] Override http request option.
|
|
1144
|
+
* @throws {RequiredError}
|
|
1145
|
+
* @memberof DefaultApi
|
|
1146
|
+
*/
|
|
1147
|
+
evaluationConfigUpdateStatus(requestParameters, options) {
|
|
1148
|
+
return DefaultApiFp(this.configuration).evaluationConfigUpdateStatus(requestParameters.evaluationConfigStatusDto, options).then((request) => request(this.axios, this.basePath));
|
|
1149
|
+
}
|
|
1150
|
+
/**
|
|
1151
|
+
* 查询所有模块及其子分类列表
|
|
1152
|
+
* @summary 查询模块分类列表
|
|
1153
|
+
* @param {*} [options] Override http request option.
|
|
1154
|
+
* @throws {RequiredError}
|
|
1155
|
+
* @memberof DefaultApi
|
|
1156
|
+
*/
|
|
1157
|
+
evaluationModuleCategoryList(options) {
|
|
1158
|
+
return DefaultApiFp(this.configuration).evaluationModuleCategoryList(options).then((request) => request(this.axios, this.basePath));
|
|
1020
1159
|
}
|
|
1021
1160
|
}
|
|
@@ -30,11 +30,11 @@ export interface EvaluationConfigAddDto {
|
|
|
30
30
|
*/
|
|
31
31
|
'status': boolean;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* 评价设置单号
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof EvaluationConfigAddDto
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'evaluationConfigCode': string;
|
|
38
38
|
/**
|
|
39
39
|
* 模块
|
|
40
40
|
* @type {string}
|