@gizone/rrs-client 4.2.9-alpha.696 → 4.2.9-alpha.699

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/.openapi-generator/FILES +32 -0
  2. package/api.ts +2 -0
  3. package/apis/evaluation-api.ts +611 -0
  4. package/apis/evaluation-config-api.ts +1351 -0
  5. package/dist/api.d.ts +2 -0
  6. package/dist/api.js +2 -0
  7. package/dist/apis/evaluation-api.d.ts +334 -0
  8. package/dist/apis/evaluation-api.js +455 -0
  9. package/dist/apis/evaluation-config-api.d.ts +709 -0
  10. package/dist/apis/evaluation-config-api.js +1028 -0
  11. package/dist/esm/api.d.ts +2 -0
  12. package/dist/esm/api.js +2 -0
  13. package/dist/esm/apis/evaluation-api.d.ts +334 -0
  14. package/dist/esm/apis/evaluation-api.js +448 -0
  15. package/dist/esm/apis/evaluation-config-api.d.ts +709 -0
  16. package/dist/esm/apis/evaluation-config-api.js +1021 -0
  17. package/dist/esm/models/approver-dto.d.ts +30 -0
  18. package/dist/esm/models/approver-dto.js +14 -0
  19. package/dist/esm/models/approver-vo.d.ts +30 -0
  20. package/dist/esm/models/approver-vo.js +14 -0
  21. package/dist/esm/models/evaluation-approval-process-dto.d.ts +44 -0
  22. package/dist/esm/models/evaluation-approval-process-dto.js +14 -0
  23. package/dist/esm/models/evaluation-approval-process-vo.d.ts +44 -0
  24. package/dist/esm/models/evaluation-approval-process-vo.js +14 -0
  25. package/dist/esm/models/evaluation-config-add-dto.d.ts +62 -0
  26. package/dist/esm/models/evaluation-config-add-dto.js +14 -0
  27. package/dist/esm/models/evaluation-config-details-vo.d.ts +80 -0
  28. package/dist/esm/models/evaluation-config-details-vo.js +14 -0
  29. package/dist/esm/models/evaluation-config-import-dto.d.ts +78 -0
  30. package/dist/esm/models/evaluation-config-import-dto.js +14 -0
  31. package/dist/esm/models/evaluation-config-list-vo.d.ts +73 -0
  32. package/dist/esm/models/evaluation-config-list-vo.js +14 -0
  33. package/dist/esm/models/evaluation-config-update-dto.d.ts +62 -0
  34. package/dist/esm/models/evaluation-config-update-dto.js +14 -0
  35. package/dist/esm/models/evaluation-config-violation-dto.d.ts +62 -0
  36. package/dist/esm/models/evaluation-config-violation-dto.js +14 -0
  37. package/dist/esm/models/evaluation-config-violation-vo.d.ts +62 -0
  38. package/dist/esm/models/evaluation-config-violation-vo.js +14 -0
  39. package/dist/esm/models/evaluation-details-vo.d.ts +105 -0
  40. package/dist/esm/models/evaluation-details-vo.js +14 -0
  41. package/dist/esm/models/evaluation-draft-dto.d.ts +92 -0
  42. package/dist/esm/models/evaluation-draft-dto.js +14 -0
  43. package/dist/esm/models/evaluation-item-add-dto.d.ts +49 -0
  44. package/dist/esm/models/evaluation-item-add-dto.js +14 -0
  45. package/dist/esm/models/evaluation-item-vo.d.ts +85 -0
  46. package/dist/esm/models/evaluation-item-vo.js +14 -0
  47. package/dist/esm/models/evaluation-list-vo.d.ts +86 -0
  48. package/dist/esm/models/evaluation-list-vo.js +14 -0
  49. package/dist/esm/models/evaluation-status-enum.d.ts +24 -0
  50. package/dist/esm/models/evaluation-status-enum.js +25 -0
  51. package/dist/esm/models/evaluation-submit-dto.d.ts +92 -0
  52. package/dist/esm/models/evaluation-submit-dto.js +14 -0
  53. package/dist/esm/models/evaluation-type-enum.d.ts +21 -0
  54. package/dist/esm/models/evaluation-type-enum.js +22 -0
  55. package/dist/esm/models/evaluation-violation-deduction-type-enum.d.ts +22 -0
  56. package/dist/esm/models/evaluation-violation-deduction-type-enum.js +23 -0
  57. package/dist/esm/models/excel-import-result-dtoevaluation-config-import-dto.d.ts +31 -0
  58. package/dist/esm/models/excel-import-result-dtoevaluation-config-import-dto.js +14 -0
  59. package/dist/esm/models/index.d.ts +30 -0
  60. package/dist/esm/models/index.js +30 -0
  61. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  62. package/dist/esm/models/json-result-evaluation-approval-process-vo.d.ts +62 -0
  63. package/dist/esm/models/json-result-evaluation-approval-process-vo.js +14 -0
  64. package/dist/esm/models/json-result-evaluation-config-details-vo.d.ts +62 -0
  65. package/dist/esm/models/json-result-evaluation-config-details-vo.js +14 -0
  66. package/dist/esm/models/json-result-evaluation-details-vo.d.ts +62 -0
  67. package/dist/esm/models/json-result-evaluation-details-vo.js +14 -0
  68. package/dist/esm/models/json-result-excel-import-result-dtoevaluation-config-import-dto.d.ts +62 -0
  69. package/dist/esm/models/json-result-excel-import-result-dtoevaluation-config-import-dto.js +14 -0
  70. package/dist/esm/models/json-result-page-dto-evaluation-config-list-vo.d.ts +62 -0
  71. package/dist/esm/models/json-result-page-dto-evaluation-config-list-vo.js +14 -0
  72. package/dist/esm/models/json-result-page-dto-evaluation-list-vo.d.ts +62 -0
  73. package/dist/esm/models/json-result-page-dto-evaluation-list-vo.js +14 -0
  74. package/dist/esm/models/page-dto-evaluation-config-list-vo.d.ts +31 -0
  75. package/dist/esm/models/page-dto-evaluation-config-list-vo.js +14 -0
  76. package/dist/esm/models/page-dto-evaluation-list-vo.d.ts +31 -0
  77. package/dist/esm/models/page-dto-evaluation-list-vo.js +14 -0
  78. package/dist/esm/models/sys-user.d.ts +4 -4
  79. package/dist/esm/models/violation-level-enum.d.ts +23 -0
  80. package/dist/esm/models/violation-level-enum.js +24 -0
  81. package/dist/models/approver-dto.d.ts +30 -0
  82. package/dist/models/approver-dto.js +15 -0
  83. package/dist/models/approver-vo.d.ts +30 -0
  84. package/dist/models/approver-vo.js +15 -0
  85. package/dist/models/evaluation-approval-process-dto.d.ts +44 -0
  86. package/dist/models/evaluation-approval-process-dto.js +15 -0
  87. package/dist/models/evaluation-approval-process-vo.d.ts +44 -0
  88. package/dist/models/evaluation-approval-process-vo.js +15 -0
  89. package/dist/models/evaluation-config-add-dto.d.ts +62 -0
  90. package/dist/models/evaluation-config-add-dto.js +15 -0
  91. package/dist/models/evaluation-config-details-vo.d.ts +80 -0
  92. package/dist/models/evaluation-config-details-vo.js +15 -0
  93. package/dist/models/evaluation-config-import-dto.d.ts +78 -0
  94. package/dist/models/evaluation-config-import-dto.js +15 -0
  95. package/dist/models/evaluation-config-list-vo.d.ts +73 -0
  96. package/dist/models/evaluation-config-list-vo.js +15 -0
  97. package/dist/models/evaluation-config-update-dto.d.ts +62 -0
  98. package/dist/models/evaluation-config-update-dto.js +15 -0
  99. package/dist/models/evaluation-config-violation-dto.d.ts +62 -0
  100. package/dist/models/evaluation-config-violation-dto.js +15 -0
  101. package/dist/models/evaluation-config-violation-vo.d.ts +62 -0
  102. package/dist/models/evaluation-config-violation-vo.js +15 -0
  103. package/dist/models/evaluation-details-vo.d.ts +105 -0
  104. package/dist/models/evaluation-details-vo.js +15 -0
  105. package/dist/models/evaluation-draft-dto.d.ts +92 -0
  106. package/dist/models/evaluation-draft-dto.js +15 -0
  107. package/dist/models/evaluation-item-add-dto.d.ts +49 -0
  108. package/dist/models/evaluation-item-add-dto.js +15 -0
  109. package/dist/models/evaluation-item-vo.d.ts +85 -0
  110. package/dist/models/evaluation-item-vo.js +15 -0
  111. package/dist/models/evaluation-list-vo.d.ts +86 -0
  112. package/dist/models/evaluation-list-vo.js +15 -0
  113. package/dist/models/evaluation-status-enum.d.ts +24 -0
  114. package/dist/models/evaluation-status-enum.js +28 -0
  115. package/dist/models/evaluation-submit-dto.d.ts +92 -0
  116. package/dist/models/evaluation-submit-dto.js +15 -0
  117. package/dist/models/evaluation-type-enum.d.ts +21 -0
  118. package/dist/models/evaluation-type-enum.js +25 -0
  119. package/dist/models/evaluation-violation-deduction-type-enum.d.ts +22 -0
  120. package/dist/models/evaluation-violation-deduction-type-enum.js +26 -0
  121. package/dist/models/excel-import-result-dtoevaluation-config-import-dto.d.ts +31 -0
  122. package/dist/models/excel-import-result-dtoevaluation-config-import-dto.js +15 -0
  123. package/dist/models/index.d.ts +30 -0
  124. package/dist/models/index.js +30 -0
  125. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  126. package/dist/models/json-result-evaluation-approval-process-vo.d.ts +62 -0
  127. package/dist/models/json-result-evaluation-approval-process-vo.js +15 -0
  128. package/dist/models/json-result-evaluation-config-details-vo.d.ts +62 -0
  129. package/dist/models/json-result-evaluation-config-details-vo.js +15 -0
  130. package/dist/models/json-result-evaluation-details-vo.d.ts +62 -0
  131. package/dist/models/json-result-evaluation-details-vo.js +15 -0
  132. package/dist/models/json-result-excel-import-result-dtoevaluation-config-import-dto.d.ts +62 -0
  133. package/dist/models/json-result-excel-import-result-dtoevaluation-config-import-dto.js +15 -0
  134. package/dist/models/json-result-page-dto-evaluation-config-list-vo.d.ts +62 -0
  135. package/dist/models/json-result-page-dto-evaluation-config-list-vo.js +15 -0
  136. package/dist/models/json-result-page-dto-evaluation-list-vo.d.ts +62 -0
  137. package/dist/models/json-result-page-dto-evaluation-list-vo.js +15 -0
  138. package/dist/models/page-dto-evaluation-config-list-vo.d.ts +31 -0
  139. package/dist/models/page-dto-evaluation-config-list-vo.js +15 -0
  140. package/dist/models/page-dto-evaluation-list-vo.d.ts +31 -0
  141. package/dist/models/page-dto-evaluation-list-vo.js +15 -0
  142. package/dist/models/sys-user.d.ts +4 -4
  143. package/dist/models/violation-level-enum.d.ts +23 -0
  144. package/dist/models/violation-level-enum.js +27 -0
  145. package/models/approver-dto.ts +36 -0
  146. package/models/approver-vo.ts +36 -0
  147. package/models/evaluation-approval-process-dto.ts +56 -0
  148. package/models/evaluation-approval-process-vo.ts +56 -0
  149. package/models/evaluation-config-add-dto.ts +74 -0
  150. package/models/evaluation-config-details-vo.ts +92 -0
  151. package/models/evaluation-config-import-dto.ts +84 -0
  152. package/models/evaluation-config-list-vo.ts +83 -0
  153. package/models/evaluation-config-update-dto.ts +74 -0
  154. package/models/evaluation-config-violation-dto.ts +74 -0
  155. package/models/evaluation-config-violation-vo.ts +74 -0
  156. package/models/evaluation-details-vo.ts +119 -0
  157. package/models/evaluation-draft-dto.ts +104 -0
  158. package/models/evaluation-item-add-dto.ts +59 -0
  159. package/models/evaluation-item-vo.ts +95 -0
  160. package/models/evaluation-list-vo.ts +98 -0
  161. package/models/evaluation-status-enum.ts +34 -0
  162. package/models/evaluation-submit-dto.ts +104 -0
  163. package/models/evaluation-type-enum.ts +31 -0
  164. package/models/evaluation-violation-deduction-type-enum.ts +32 -0
  165. package/models/excel-import-result-dtoevaluation-config-import-dto.ts +39 -0
  166. package/models/index.ts +30 -0
  167. package/models/ipage-energy-cost-record-info-vo.ts +6 -6
  168. package/models/json-result-evaluation-approval-process-vo.ts +72 -0
  169. package/models/json-result-evaluation-config-details-vo.ts +72 -0
  170. package/models/json-result-evaluation-details-vo.ts +72 -0
  171. package/models/json-result-excel-import-result-dtoevaluation-config-import-dto.ts +72 -0
  172. package/models/json-result-page-dto-evaluation-config-list-vo.ts +72 -0
  173. package/models/json-result-page-dto-evaluation-list-vo.ts +72 -0
  174. package/models/page-dto-evaluation-config-list-vo.ts +39 -0
  175. package/models/page-dto-evaluation-list-vo.ts +39 -0
  176. package/models/sys-user.ts +4 -4
  177. package/models/violation-level-enum.ts +33 -0
  178. package/ossutil.log +1221 -1221
  179. package/package.json +1 -1
@@ -0,0 +1,1021 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
15
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
16
+ return new (P || (P = Promise))(function (resolve, reject) {
17
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
18
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
19
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
20
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
21
+ });
22
+ };
23
+ import globalAxios from 'axios';
24
+ // Some imports not used depending on template conditions
25
+ // @ts-ignore
26
+ import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
27
+ // @ts-ignore
28
+ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
29
+ /**
30
+ * EvaluationConfigApi - axios parameter creator
31
+ * @export
32
+ */
33
+ export const EvaluationConfigApiAxiosParamCreator = function (configuration) {
34
+ return {
35
+ /**
36
+ * 新增评价配置信息及违规配置
37
+ * @summary 新增评价配置
38
+ * @param {EvaluationConfigAddDto} evaluationConfigAddDto
39
+ * @param {*} [options] Override http request option.
40
+ * @throws {RequiredError}
41
+ */
42
+ evaluationConfigAdd: (evaluationConfigAddDto_1, ...args_1) => __awaiter(this, [evaluationConfigAddDto_1, ...args_1], void 0, function* (evaluationConfigAddDto, options = {}) {
43
+ // verify required parameter 'evaluationConfigAddDto' is not null or undefined
44
+ assertParamExists('evaluationConfigAdd', 'evaluationConfigAddDto', evaluationConfigAddDto);
45
+ const localVarPath = `/gizone/evaluation-config`;
46
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
47
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
48
+ let baseOptions;
49
+ if (configuration) {
50
+ baseOptions = configuration.baseOptions;
51
+ }
52
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
53
+ const localVarHeaderParameter = {};
54
+ const localVarQueryParameter = {};
55
+ // authentication tokenScheme required
56
+ // http bearer authentication required
57
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
58
+ localVarHeaderParameter['Content-Type'] = 'application/json';
59
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
60
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
61
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
62
+ localVarRequestOptions.data = serializeDataIfNeeded(evaluationConfigAddDto, localVarRequestOptions, configuration);
63
+ return {
64
+ url: toPathString(localVarUrlObj),
65
+ options: localVarRequestOptions,
66
+ };
67
+ }),
68
+ /**
69
+ * 为评价配置添加审批流程,支持自定义审批顺序
70
+ * @summary 添加审批流程
71
+ * @param {EvaluationApprovalProcessDto} evaluationApprovalProcessDto
72
+ * @param {*} [options] Override http request option.
73
+ * @throws {RequiredError}
74
+ */
75
+ evaluationConfigAddApprovalProcess: (evaluationApprovalProcessDto_1, ...args_1) => __awaiter(this, [evaluationApprovalProcessDto_1, ...args_1], void 0, function* (evaluationApprovalProcessDto, options = {}) {
76
+ // verify required parameter 'evaluationApprovalProcessDto' is not null or undefined
77
+ assertParamExists('evaluationConfigAddApprovalProcess', 'evaluationApprovalProcessDto', evaluationApprovalProcessDto);
78
+ const localVarPath = `/gizone/evaluation-config/approval-process`;
79
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
80
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
81
+ let baseOptions;
82
+ if (configuration) {
83
+ baseOptions = configuration.baseOptions;
84
+ }
85
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
86
+ const localVarHeaderParameter = {};
87
+ const localVarQueryParameter = {};
88
+ // authentication tokenScheme required
89
+ // http bearer authentication required
90
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
91
+ localVarHeaderParameter['Content-Type'] = 'application/json';
92
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
93
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
94
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
95
+ localVarRequestOptions.data = serializeDataIfNeeded(evaluationApprovalProcessDto, localVarRequestOptions, configuration);
96
+ return {
97
+ url: toPathString(localVarUrlObj),
98
+ options: localVarRequestOptions,
99
+ };
100
+ }),
101
+ /**
102
+ * 批量删除评价配置信息
103
+ * @summary 批量删除评价配置
104
+ * @param {Array<number>} requestBody
105
+ * @param {*} [options] Override http request option.
106
+ * @throws {RequiredError}
107
+ */
108
+ evaluationConfigBatchDelete: (requestBody_1, ...args_1) => __awaiter(this, [requestBody_1, ...args_1], void 0, function* (requestBody, options = {}) {
109
+ // verify required parameter 'requestBody' is not null or undefined
110
+ assertParamExists('evaluationConfigBatchDelete', 'requestBody', requestBody);
111
+ const localVarPath = `/gizone/evaluation-config/batch`;
112
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
113
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
114
+ let baseOptions;
115
+ if (configuration) {
116
+ baseOptions = configuration.baseOptions;
117
+ }
118
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
119
+ const localVarHeaderParameter = {};
120
+ const localVarQueryParameter = {};
121
+ // authentication tokenScheme required
122
+ // http bearer authentication required
123
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
124
+ localVarHeaderParameter['Content-Type'] = 'application/json';
125
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
126
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
127
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
128
+ localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration);
129
+ return {
130
+ url: toPathString(localVarUrlObj),
131
+ options: localVarRequestOptions,
132
+ };
133
+ }),
134
+ /**
135
+ * 评价配置导出
136
+ * @summary 评价配置导出
137
+ * @param {string} [searchValue] 关键词(评价单号、职责内容)
138
+ * @param {number} [moduleId] 模块ID
139
+ * @param {number} [subCategoryId] 子分类ID
140
+ * @param {boolean} [status] 状态
141
+ * @param {EvaluationTypeEnum} [type] 类型
142
+ * @param {number} [page] 当前页
143
+ * @param {number} [pageSize] 每页条数
144
+ * @param {*} [options] Override http request option.
145
+ * @throws {RequiredError}
146
+ */
147
+ evaluationConfigBatchExport: (searchValue_1, moduleId_1, subCategoryId_1, status_1, type_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [searchValue_1, moduleId_1, subCategoryId_1, status_1, type_1, page_1, pageSize_1, ...args_1], void 0, function* (searchValue, moduleId, subCategoryId, status, type, page, pageSize, options = {}) {
148
+ const localVarPath = `/gizone/evaluation-config/export`;
149
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
150
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
151
+ let baseOptions;
152
+ if (configuration) {
153
+ baseOptions = configuration.baseOptions;
154
+ }
155
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
156
+ const localVarHeaderParameter = {};
157
+ const localVarQueryParameter = {};
158
+ // authentication tokenScheme required
159
+ // http bearer authentication required
160
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
161
+ if (searchValue !== undefined) {
162
+ localVarQueryParameter['searchValue'] = searchValue;
163
+ }
164
+ if (moduleId !== undefined) {
165
+ localVarQueryParameter['moduleId'] = moduleId;
166
+ }
167
+ if (subCategoryId !== undefined) {
168
+ localVarQueryParameter['subCategoryId'] = subCategoryId;
169
+ }
170
+ if (status !== undefined) {
171
+ localVarQueryParameter['status'] = status;
172
+ }
173
+ if (type !== undefined) {
174
+ localVarQueryParameter['type'] = type;
175
+ }
176
+ if (page !== undefined) {
177
+ localVarQueryParameter['page'] = page;
178
+ }
179
+ if (pageSize !== undefined) {
180
+ localVarQueryParameter['pageSize'] = pageSize;
181
+ }
182
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
183
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
184
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
185
+ return {
186
+ url: toPathString(localVarUrlObj),
187
+ options: localVarRequestOptions,
188
+ };
189
+ }),
190
+ /**
191
+ * 评价配置导入-确认导入
192
+ * @summary 评价配置导入-确认导入
193
+ * @param {*} [options] Override http request option.
194
+ * @throws {RequiredError}
195
+ */
196
+ evaluationConfigBatchImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
197
+ const localVarPath = `/gizone/evaluation-config/batchImport/confirm`;
198
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
199
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
200
+ let baseOptions;
201
+ if (configuration) {
202
+ baseOptions = configuration.baseOptions;
203
+ }
204
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
205
+ const localVarHeaderParameter = {};
206
+ const localVarQueryParameter = {};
207
+ // authentication tokenScheme required
208
+ // http bearer authentication required
209
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
210
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
211
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
212
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
213
+ return {
214
+ url: toPathString(localVarUrlObj),
215
+ options: localVarRequestOptions,
216
+ };
217
+ }),
218
+ /**
219
+ * 评价配置导入-预览结果
220
+ * @summary 评价配置导入-预览结果
221
+ * @param {*} [options] Override http request option.
222
+ * @throws {RequiredError}
223
+ */
224
+ evaluationConfigBatchImportPreview: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
225
+ const localVarPath = `/gizone/evaluation-config/batchImport/preview`;
226
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
227
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
228
+ let baseOptions;
229
+ if (configuration) {
230
+ baseOptions = configuration.baseOptions;
231
+ }
232
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
233
+ const localVarHeaderParameter = {};
234
+ const localVarQueryParameter = {};
235
+ // authentication tokenScheme required
236
+ // http bearer authentication required
237
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
238
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
239
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
240
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
241
+ return {
242
+ url: toPathString(localVarUrlObj),
243
+ options: localVarRequestOptions,
244
+ };
245
+ }),
246
+ /**
247
+ * 下载评价配置导入模板
248
+ * @summary 下载评价配置导入模板
249
+ * @param {*} [options] Override http request option.
250
+ * @throws {RequiredError}
251
+ */
252
+ evaluationConfigBatchImportTemplate: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
253
+ const localVarPath = `/gizone/evaluation-config/batchImport/template`;
254
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
255
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
256
+ let baseOptions;
257
+ if (configuration) {
258
+ baseOptions = configuration.baseOptions;
259
+ }
260
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
261
+ const localVarHeaderParameter = {};
262
+ const localVarQueryParameter = {};
263
+ // authentication tokenScheme required
264
+ // http bearer authentication required
265
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
266
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
267
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
268
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
269
+ return {
270
+ url: toPathString(localVarUrlObj),
271
+ options: localVarRequestOptions,
272
+ };
273
+ }),
274
+ /**
275
+ * 评价配置导入-上传文件
276
+ * @summary 评价配置导入-上传文件
277
+ * @param {File} file
278
+ * @param {*} [options] Override http request option.
279
+ * @throws {RequiredError}
280
+ */
281
+ evaluationConfigBatchImportUpload: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
282
+ // verify required parameter 'file' is not null or undefined
283
+ assertParamExists('evaluationConfigBatchImportUpload', 'file', file);
284
+ const localVarPath = `/gizone/evaluation-config/batchImport/upload`;
285
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
286
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
287
+ let baseOptions;
288
+ if (configuration) {
289
+ baseOptions = configuration.baseOptions;
290
+ }
291
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
292
+ const localVarHeaderParameter = {};
293
+ const localVarQueryParameter = {};
294
+ const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
295
+ // authentication tokenScheme required
296
+ // http bearer authentication required
297
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
298
+ if (file !== undefined) {
299
+ localVarFormParams.append('file', file);
300
+ }
301
+ localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
302
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
303
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
304
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
305
+ localVarRequestOptions.data = localVarFormParams;
306
+ return {
307
+ url: toPathString(localVarUrlObj),
308
+ options: localVarRequestOptions,
309
+ };
310
+ }),
311
+ /**
312
+ * 删除评价配置信息
313
+ * @summary 删除评价配置
314
+ * @param {number} id
315
+ * @param {*} [options] Override http request option.
316
+ * @throws {RequiredError}
317
+ */
318
+ evaluationConfigDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
319
+ // verify required parameter 'id' is not null or undefined
320
+ assertParamExists('evaluationConfigDelete', 'id', id);
321
+ const localVarPath = `/gizone/evaluation-config/{id}`
322
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
323
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
324
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
325
+ let baseOptions;
326
+ if (configuration) {
327
+ baseOptions = configuration.baseOptions;
328
+ }
329
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
330
+ const localVarHeaderParameter = {};
331
+ const localVarQueryParameter = {};
332
+ // authentication tokenScheme required
333
+ // http bearer authentication required
334
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
335
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
336
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
337
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
338
+ return {
339
+ url: toPathString(localVarUrlObj),
340
+ options: localVarRequestOptions,
341
+ };
342
+ }),
343
+ /**
344
+ * 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
345
+ * @summary 获取评价配置详情
346
+ * @param {number} id
347
+ * @param {*} [options] Override http request option.
348
+ * @throws {RequiredError}
349
+ */
350
+ evaluationConfigDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
351
+ // verify required parameter 'id' is not null or undefined
352
+ assertParamExists('evaluationConfigDetails', 'id', id);
353
+ const localVarPath = `/gizone/evaluation-config/{id}`
354
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
355
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
356
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
357
+ let baseOptions;
358
+ if (configuration) {
359
+ baseOptions = configuration.baseOptions;
360
+ }
361
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
362
+ const localVarHeaderParameter = {};
363
+ const localVarQueryParameter = {};
364
+ // authentication tokenScheme required
365
+ // http bearer authentication required
366
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
367
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
368
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
369
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
370
+ return {
371
+ url: toPathString(localVarUrlObj),
372
+ options: localVarRequestOptions,
373
+ };
374
+ }),
375
+ /**
376
+ * 根据园区ID和审批类型获取审批流程详情
377
+ * @summary 获取审批流程详情
378
+ * @param {number} parkId 园区ID
379
+ * @param {EvaluationTypeEnum} approvalType 审批类型
380
+ * @param {*} [options] Override http request option.
381
+ * @throws {RequiredError}
382
+ */
383
+ evaluationConfigGetApprovalProcess: (parkId_1, approvalType_1, ...args_1) => __awaiter(this, [parkId_1, approvalType_1, ...args_1], void 0, function* (parkId, approvalType, options = {}) {
384
+ // verify required parameter 'parkId' is not null or undefined
385
+ assertParamExists('evaluationConfigGetApprovalProcess', 'parkId', parkId);
386
+ // verify required parameter 'approvalType' is not null or undefined
387
+ assertParamExists('evaluationConfigGetApprovalProcess', 'approvalType', approvalType);
388
+ const localVarPath = `/gizone/evaluation-config/approval-process`;
389
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
390
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
391
+ let baseOptions;
392
+ if (configuration) {
393
+ baseOptions = configuration.baseOptions;
394
+ }
395
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
396
+ const localVarHeaderParameter = {};
397
+ const localVarQueryParameter = {};
398
+ // authentication tokenScheme required
399
+ // http bearer authentication required
400
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
401
+ if (parkId !== undefined) {
402
+ localVarQueryParameter['parkId'] = parkId;
403
+ }
404
+ if (approvalType !== undefined) {
405
+ localVarQueryParameter['approvalType'] = approvalType;
406
+ }
407
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
408
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
409
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
410
+ return {
411
+ url: toPathString(localVarUrlObj),
412
+ options: localVarRequestOptions,
413
+ };
414
+ }),
415
+ /**
416
+ * 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
417
+ * @summary 分页查询评价配置列表
418
+ * @param {string} [searchValue] 关键词(评价单号、职责内容)
419
+ * @param {number} [moduleId] 模块ID
420
+ * @param {number} [subCategoryId] 子分类ID
421
+ * @param {boolean} [status] 状态
422
+ * @param {EvaluationTypeEnum} [type] 类型
423
+ * @param {number} [page] 当前页
424
+ * @param {number} [pageSize] 每页条数
425
+ * @param {*} [options] Override http request option.
426
+ * @throws {RequiredError}
427
+ */
428
+ evaluationConfigPageList: (searchValue_1, moduleId_1, subCategoryId_1, status_1, type_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [searchValue_1, moduleId_1, subCategoryId_1, status_1, type_1, page_1, pageSize_1, ...args_1], void 0, function* (searchValue, moduleId, subCategoryId, status, type, page, pageSize, options = {}) {
429
+ const localVarPath = `/gizone/evaluation-config`;
430
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
431
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
432
+ let baseOptions;
433
+ if (configuration) {
434
+ baseOptions = configuration.baseOptions;
435
+ }
436
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
437
+ const localVarHeaderParameter = {};
438
+ const localVarQueryParameter = {};
439
+ // authentication tokenScheme required
440
+ // http bearer authentication required
441
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
442
+ if (searchValue !== undefined) {
443
+ localVarQueryParameter['searchValue'] = searchValue;
444
+ }
445
+ if (moduleId !== undefined) {
446
+ localVarQueryParameter['moduleId'] = moduleId;
447
+ }
448
+ if (subCategoryId !== undefined) {
449
+ localVarQueryParameter['subCategoryId'] = subCategoryId;
450
+ }
451
+ if (status !== undefined) {
452
+ localVarQueryParameter['status'] = status;
453
+ }
454
+ if (type !== undefined) {
455
+ localVarQueryParameter['type'] = type;
456
+ }
457
+ if (page !== undefined) {
458
+ localVarQueryParameter['page'] = page;
459
+ }
460
+ if (pageSize !== undefined) {
461
+ localVarQueryParameter['pageSize'] = pageSize;
462
+ }
463
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
464
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
465
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
466
+ return {
467
+ url: toPathString(localVarUrlObj),
468
+ options: localVarRequestOptions,
469
+ };
470
+ }),
471
+ /**
472
+ * 修改评价配置信息及违规配置
473
+ * @summary 修改评价配置
474
+ * @param {number} id
475
+ * @param {EvaluationConfigUpdateDto} evaluationConfigUpdateDto
476
+ * @param {*} [options] Override http request option.
477
+ * @throws {RequiredError}
478
+ */
479
+ evaluationConfigUpdate: (id_1, evaluationConfigUpdateDto_1, ...args_1) => __awaiter(this, [id_1, evaluationConfigUpdateDto_1, ...args_1], void 0, function* (id, evaluationConfigUpdateDto, options = {}) {
480
+ // verify required parameter 'id' is not null or undefined
481
+ assertParamExists('evaluationConfigUpdate', 'id', id);
482
+ // verify required parameter 'evaluationConfigUpdateDto' is not null or undefined
483
+ assertParamExists('evaluationConfigUpdate', 'evaluationConfigUpdateDto', evaluationConfigUpdateDto);
484
+ const localVarPath = `/gizone/evaluation-config/{id}`
485
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
486
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
487
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
488
+ let baseOptions;
489
+ if (configuration) {
490
+ baseOptions = configuration.baseOptions;
491
+ }
492
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
493
+ const localVarHeaderParameter = {};
494
+ const localVarQueryParameter = {};
495
+ // authentication tokenScheme required
496
+ // http bearer authentication required
497
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
498
+ localVarHeaderParameter['Content-Type'] = 'application/json';
499
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
500
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
501
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
502
+ localVarRequestOptions.data = serializeDataIfNeeded(evaluationConfigUpdateDto, localVarRequestOptions, configuration);
503
+ return {
504
+ url: toPathString(localVarUrlObj),
505
+ options: localVarRequestOptions,
506
+ };
507
+ }),
508
+ };
509
+ };
510
+ /**
511
+ * EvaluationConfigApi - functional programming interface
512
+ * @export
513
+ */
514
+ export const EvaluationConfigApiFp = function (configuration) {
515
+ const localVarAxiosParamCreator = EvaluationConfigApiAxiosParamCreator(configuration);
516
+ return {
517
+ /**
518
+ * 新增评价配置信息及违规配置
519
+ * @summary 新增评价配置
520
+ * @param {EvaluationConfigAddDto} evaluationConfigAddDto
521
+ * @param {*} [options] Override http request option.
522
+ * @throws {RequiredError}
523
+ */
524
+ evaluationConfigAdd(evaluationConfigAddDto, options) {
525
+ return __awaiter(this, void 0, void 0, function* () {
526
+ var _a, _b, _c;
527
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigAdd(evaluationConfigAddDto, options);
528
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
529
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
530
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
531
+ });
532
+ },
533
+ /**
534
+ * 为评价配置添加审批流程,支持自定义审批顺序
535
+ * @summary 添加审批流程
536
+ * @param {EvaluationApprovalProcessDto} evaluationApprovalProcessDto
537
+ * @param {*} [options] Override http request option.
538
+ * @throws {RequiredError}
539
+ */
540
+ evaluationConfigAddApprovalProcess(evaluationApprovalProcessDto, options) {
541
+ return __awaiter(this, void 0, void 0, function* () {
542
+ var _a, _b, _c;
543
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigAddApprovalProcess(evaluationApprovalProcessDto, options);
544
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
545
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigAddApprovalProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
546
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
547
+ });
548
+ },
549
+ /**
550
+ * 批量删除评价配置信息
551
+ * @summary 批量删除评价配置
552
+ * @param {Array<number>} requestBody
553
+ * @param {*} [options] Override http request option.
554
+ * @throws {RequiredError}
555
+ */
556
+ evaluationConfigBatchDelete(requestBody, options) {
557
+ return __awaiter(this, void 0, void 0, function* () {
558
+ var _a, _b, _c;
559
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchDelete(requestBody, options);
560
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
561
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
562
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
563
+ });
564
+ },
565
+ /**
566
+ * 评价配置导出
567
+ * @summary 评价配置导出
568
+ * @param {string} [searchValue] 关键词(评价单号、职责内容)
569
+ * @param {number} [moduleId] 模块ID
570
+ * @param {number} [subCategoryId] 子分类ID
571
+ * @param {boolean} [status] 状态
572
+ * @param {EvaluationTypeEnum} [type] 类型
573
+ * @param {number} [page] 当前页
574
+ * @param {number} [pageSize] 每页条数
575
+ * @param {*} [options] Override http request option.
576
+ * @throws {RequiredError}
577
+ */
578
+ evaluationConfigBatchExport(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options) {
579
+ return __awaiter(this, void 0, void 0, function* () {
580
+ var _a, _b, _c;
581
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchExport(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
582
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
583
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
584
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
585
+ });
586
+ },
587
+ /**
588
+ * 评价配置导入-确认导入
589
+ * @summary 评价配置导入-确认导入
590
+ * @param {*} [options] Override http request option.
591
+ * @throws {RequiredError}
592
+ */
593
+ evaluationConfigBatchImportConfirm(options) {
594
+ return __awaiter(this, void 0, void 0, function* () {
595
+ var _a, _b, _c;
596
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportConfirm(options);
597
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
598
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
599
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
600
+ });
601
+ },
602
+ /**
603
+ * 评价配置导入-预览结果
604
+ * @summary 评价配置导入-预览结果
605
+ * @param {*} [options] Override http request option.
606
+ * @throws {RequiredError}
607
+ */
608
+ evaluationConfigBatchImportPreview(options) {
609
+ return __awaiter(this, void 0, void 0, function* () {
610
+ var _a, _b, _c;
611
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportPreview(options);
612
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
613
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
614
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
615
+ });
616
+ },
617
+ /**
618
+ * 下载评价配置导入模板
619
+ * @summary 下载评价配置导入模板
620
+ * @param {*} [options] Override http request option.
621
+ * @throws {RequiredError}
622
+ */
623
+ evaluationConfigBatchImportTemplate(options) {
624
+ return __awaiter(this, void 0, void 0, function* () {
625
+ var _a, _b, _c;
626
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportTemplate(options);
627
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
628
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
629
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
630
+ });
631
+ },
632
+ /**
633
+ * 评价配置导入-上传文件
634
+ * @summary 评价配置导入-上传文件
635
+ * @param {File} file
636
+ * @param {*} [options] Override http request option.
637
+ * @throws {RequiredError}
638
+ */
639
+ evaluationConfigBatchImportUpload(file, options) {
640
+ return __awaiter(this, void 0, void 0, function* () {
641
+ var _a, _b, _c;
642
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigBatchImportUpload(file, options);
643
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
644
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
645
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
646
+ });
647
+ },
648
+ /**
649
+ * 删除评价配置信息
650
+ * @summary 删除评价配置
651
+ * @param {number} id
652
+ * @param {*} [options] Override http request option.
653
+ * @throws {RequiredError}
654
+ */
655
+ evaluationConfigDelete(id, options) {
656
+ return __awaiter(this, void 0, void 0, function* () {
657
+ var _a, _b, _c;
658
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigDelete(id, options);
659
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
660
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
661
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
662
+ });
663
+ },
664
+ /**
665
+ * 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
666
+ * @summary 获取评价配置详情
667
+ * @param {number} id
668
+ * @param {*} [options] Override http request option.
669
+ * @throws {RequiredError}
670
+ */
671
+ evaluationConfigDetails(id, options) {
672
+ return __awaiter(this, void 0, void 0, function* () {
673
+ var _a, _b, _c;
674
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigDetails(id, options);
675
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
676
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
677
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
678
+ });
679
+ },
680
+ /**
681
+ * 根据园区ID和审批类型获取审批流程详情
682
+ * @summary 获取审批流程详情
683
+ * @param {number} parkId 园区ID
684
+ * @param {EvaluationTypeEnum} approvalType 审批类型
685
+ * @param {*} [options] Override http request option.
686
+ * @throws {RequiredError}
687
+ */
688
+ evaluationConfigGetApprovalProcess(parkId, approvalType, options) {
689
+ return __awaiter(this, void 0, void 0, function* () {
690
+ var _a, _b, _c;
691
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigGetApprovalProcess(parkId, approvalType, options);
692
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
693
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigGetApprovalProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
694
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
695
+ });
696
+ },
697
+ /**
698
+ * 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
699
+ * @summary 分页查询评价配置列表
700
+ * @param {string} [searchValue] 关键词(评价单号、职责内容)
701
+ * @param {number} [moduleId] 模块ID
702
+ * @param {number} [subCategoryId] 子分类ID
703
+ * @param {boolean} [status] 状态
704
+ * @param {EvaluationTypeEnum} [type] 类型
705
+ * @param {number} [page] 当前页
706
+ * @param {number} [pageSize] 每页条数
707
+ * @param {*} [options] Override http request option.
708
+ * @throws {RequiredError}
709
+ */
710
+ evaluationConfigPageList(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options) {
711
+ return __awaiter(this, void 0, void 0, function* () {
712
+ var _a, _b, _c;
713
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigPageList(searchValue, moduleId, subCategoryId, status, type, page, pageSize, options);
714
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
715
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigPageList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
716
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
717
+ });
718
+ },
719
+ /**
720
+ * 修改评价配置信息及违规配置
721
+ * @summary 修改评价配置
722
+ * @param {number} id
723
+ * @param {EvaluationConfigUpdateDto} evaluationConfigUpdateDto
724
+ * @param {*} [options] Override http request option.
725
+ * @throws {RequiredError}
726
+ */
727
+ evaluationConfigUpdate(id, evaluationConfigUpdateDto, options) {
728
+ return __awaiter(this, void 0, void 0, function* () {
729
+ var _a, _b, _c;
730
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.evaluationConfigUpdate(id, evaluationConfigUpdateDto, options);
731
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
732
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EvaluationConfigApi.evaluationConfigUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
733
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
734
+ });
735
+ },
736
+ };
737
+ };
738
+ /**
739
+ * EvaluationConfigApi - factory interface
740
+ * @export
741
+ */
742
+ export const EvaluationConfigApiFactory = function (configuration, basePath, axios) {
743
+ const localVarFp = EvaluationConfigApiFp(configuration);
744
+ return {
745
+ /**
746
+ * 新增评价配置信息及违规配置
747
+ * @summary 新增评价配置
748
+ * @param {EvaluationConfigApiEvaluationConfigAddRequest} requestParameters Request parameters.
749
+ * @param {*} [options] Override http request option.
750
+ * @throws {RequiredError}
751
+ */
752
+ evaluationConfigAdd(requestParameters, options) {
753
+ return localVarFp.evaluationConfigAdd(requestParameters.evaluationConfigAddDto, options).then((request) => request(axios, basePath));
754
+ },
755
+ /**
756
+ * 为评价配置添加审批流程,支持自定义审批顺序
757
+ * @summary 添加审批流程
758
+ * @param {EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
759
+ * @param {*} [options] Override http request option.
760
+ * @throws {RequiredError}
761
+ */
762
+ evaluationConfigAddApprovalProcess(requestParameters, options) {
763
+ return localVarFp.evaluationConfigAddApprovalProcess(requestParameters.evaluationApprovalProcessDto, options).then((request) => request(axios, basePath));
764
+ },
765
+ /**
766
+ * 批量删除评价配置信息
767
+ * @summary 批量删除评价配置
768
+ * @param {EvaluationConfigApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
769
+ * @param {*} [options] Override http request option.
770
+ * @throws {RequiredError}
771
+ */
772
+ evaluationConfigBatchDelete(requestParameters, options) {
773
+ return localVarFp.evaluationConfigBatchDelete(requestParameters.requestBody, options).then((request) => request(axios, basePath));
774
+ },
775
+ /**
776
+ * 评价配置导出
777
+ * @summary 评价配置导出
778
+ * @param {EvaluationConfigApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
779
+ * @param {*} [options] Override http request option.
780
+ * @throws {RequiredError}
781
+ */
782
+ evaluationConfigBatchExport(requestParameters = {}, options) {
783
+ return localVarFp.evaluationConfigBatchExport(requestParameters.searchValue, requestParameters.moduleId, requestParameters.subCategoryId, requestParameters.status, requestParameters.type, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
784
+ },
785
+ /**
786
+ * 评价配置导入-确认导入
787
+ * @summary 评价配置导入-确认导入
788
+ * @param {*} [options] Override http request option.
789
+ * @throws {RequiredError}
790
+ */
791
+ evaluationConfigBatchImportConfirm(options) {
792
+ return localVarFp.evaluationConfigBatchImportConfirm(options).then((request) => request(axios, basePath));
793
+ },
794
+ /**
795
+ * 评价配置导入-预览结果
796
+ * @summary 评价配置导入-预览结果
797
+ * @param {*} [options] Override http request option.
798
+ * @throws {RequiredError}
799
+ */
800
+ evaluationConfigBatchImportPreview(options) {
801
+ return localVarFp.evaluationConfigBatchImportPreview(options).then((request) => request(axios, basePath));
802
+ },
803
+ /**
804
+ * 下载评价配置导入模板
805
+ * @summary 下载评价配置导入模板
806
+ * @param {*} [options] Override http request option.
807
+ * @throws {RequiredError}
808
+ */
809
+ evaluationConfigBatchImportTemplate(options) {
810
+ return localVarFp.evaluationConfigBatchImportTemplate(options).then((request) => request(axios, basePath));
811
+ },
812
+ /**
813
+ * 评价配置导入-上传文件
814
+ * @summary 评价配置导入-上传文件
815
+ * @param {EvaluationConfigApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
816
+ * @param {*} [options] Override http request option.
817
+ * @throws {RequiredError}
818
+ */
819
+ evaluationConfigBatchImportUpload(requestParameters, options) {
820
+ return localVarFp.evaluationConfigBatchImportUpload(requestParameters.file, options).then((request) => request(axios, basePath));
821
+ },
822
+ /**
823
+ * 删除评价配置信息
824
+ * @summary 删除评价配置
825
+ * @param {EvaluationConfigApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
826
+ * @param {*} [options] Override http request option.
827
+ * @throws {RequiredError}
828
+ */
829
+ evaluationConfigDelete(requestParameters, options) {
830
+ return localVarFp.evaluationConfigDelete(requestParameters.id, options).then((request) => request(axios, basePath));
831
+ },
832
+ /**
833
+ * 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
834
+ * @summary 获取评价配置详情
835
+ * @param {EvaluationConfigApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
836
+ * @param {*} [options] Override http request option.
837
+ * @throws {RequiredError}
838
+ */
839
+ evaluationConfigDetails(requestParameters, options) {
840
+ return localVarFp.evaluationConfigDetails(requestParameters.id, options).then((request) => request(axios, basePath));
841
+ },
842
+ /**
843
+ * 根据园区ID和审批类型获取审批流程详情
844
+ * @summary 获取审批流程详情
845
+ * @param {EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
846
+ * @param {*} [options] Override http request option.
847
+ * @throws {RequiredError}
848
+ */
849
+ evaluationConfigGetApprovalProcess(requestParameters, options) {
850
+ return localVarFp.evaluationConfigGetApprovalProcess(requestParameters.parkId, requestParameters.approvalType, options).then((request) => request(axios, basePath));
851
+ },
852
+ /**
853
+ * 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
854
+ * @summary 分页查询评价配置列表
855
+ * @param {EvaluationConfigApiEvaluationConfigPageListRequest} requestParameters Request parameters.
856
+ * @param {*} [options] Override http request option.
857
+ * @throws {RequiredError}
858
+ */
859
+ evaluationConfigPageList(requestParameters = {}, options) {
860
+ return localVarFp.evaluationConfigPageList(requestParameters.searchValue, requestParameters.moduleId, requestParameters.subCategoryId, requestParameters.status, requestParameters.type, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
861
+ },
862
+ /**
863
+ * 修改评价配置信息及违规配置
864
+ * @summary 修改评价配置
865
+ * @param {EvaluationConfigApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
866
+ * @param {*} [options] Override http request option.
867
+ * @throws {RequiredError}
868
+ */
869
+ evaluationConfigUpdate(requestParameters, options) {
870
+ return localVarFp.evaluationConfigUpdate(requestParameters.id, requestParameters.evaluationConfigUpdateDto, options).then((request) => request(axios, basePath));
871
+ },
872
+ };
873
+ };
874
+ /**
875
+ * EvaluationConfigApi - object-oriented interface
876
+ * @export
877
+ * @class EvaluationConfigApi
878
+ * @extends {BaseAPI}
879
+ */
880
+ export class EvaluationConfigApi extends BaseAPI {
881
+ /**
882
+ * 新增评价配置信息及违规配置
883
+ * @summary 新增评价配置
884
+ * @param {EvaluationConfigApiEvaluationConfigAddRequest} requestParameters Request parameters.
885
+ * @param {*} [options] Override http request option.
886
+ * @throws {RequiredError}
887
+ * @memberof EvaluationConfigApi
888
+ */
889
+ evaluationConfigAdd(requestParameters, options) {
890
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigAdd(requestParameters.evaluationConfigAddDto, options).then((request) => request(this.axios, this.basePath));
891
+ }
892
+ /**
893
+ * 为评价配置添加审批流程,支持自定义审批顺序
894
+ * @summary 添加审批流程
895
+ * @param {EvaluationConfigApiEvaluationConfigAddApprovalProcessRequest} requestParameters Request parameters.
896
+ * @param {*} [options] Override http request option.
897
+ * @throws {RequiredError}
898
+ * @memberof EvaluationConfigApi
899
+ */
900
+ evaluationConfigAddApprovalProcess(requestParameters, options) {
901
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigAddApprovalProcess(requestParameters.evaluationApprovalProcessDto, options).then((request) => request(this.axios, this.basePath));
902
+ }
903
+ /**
904
+ * 批量删除评价配置信息
905
+ * @summary 批量删除评价配置
906
+ * @param {EvaluationConfigApiEvaluationConfigBatchDeleteRequest} requestParameters Request parameters.
907
+ * @param {*} [options] Override http request option.
908
+ * @throws {RequiredError}
909
+ * @memberof EvaluationConfigApi
910
+ */
911
+ evaluationConfigBatchDelete(requestParameters, options) {
912
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchDelete(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
913
+ }
914
+ /**
915
+ * 评价配置导出
916
+ * @summary 评价配置导出
917
+ * @param {EvaluationConfigApiEvaluationConfigBatchExportRequest} requestParameters Request parameters.
918
+ * @param {*} [options] Override http request option.
919
+ * @throws {RequiredError}
920
+ * @memberof EvaluationConfigApi
921
+ */
922
+ evaluationConfigBatchExport(requestParameters = {}, options) {
923
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchExport(requestParameters.searchValue, requestParameters.moduleId, requestParameters.subCategoryId, requestParameters.status, requestParameters.type, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
924
+ }
925
+ /**
926
+ * 评价配置导入-确认导入
927
+ * @summary 评价配置导入-确认导入
928
+ * @param {*} [options] Override http request option.
929
+ * @throws {RequiredError}
930
+ * @memberof EvaluationConfigApi
931
+ */
932
+ evaluationConfigBatchImportConfirm(options) {
933
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
934
+ }
935
+ /**
936
+ * 评价配置导入-预览结果
937
+ * @summary 评价配置导入-预览结果
938
+ * @param {*} [options] Override http request option.
939
+ * @throws {RequiredError}
940
+ * @memberof EvaluationConfigApi
941
+ */
942
+ evaluationConfigBatchImportPreview(options) {
943
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
944
+ }
945
+ /**
946
+ * 下载评价配置导入模板
947
+ * @summary 下载评价配置导入模板
948
+ * @param {*} [options] Override http request option.
949
+ * @throws {RequiredError}
950
+ * @memberof EvaluationConfigApi
951
+ */
952
+ evaluationConfigBatchImportTemplate(options) {
953
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
954
+ }
955
+ /**
956
+ * 评价配置导入-上传文件
957
+ * @summary 评价配置导入-上传文件
958
+ * @param {EvaluationConfigApiEvaluationConfigBatchImportUploadRequest} requestParameters Request parameters.
959
+ * @param {*} [options] Override http request option.
960
+ * @throws {RequiredError}
961
+ * @memberof EvaluationConfigApi
962
+ */
963
+ evaluationConfigBatchImportUpload(requestParameters, options) {
964
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigBatchImportUpload(requestParameters.file, options).then((request) => request(this.axios, this.basePath));
965
+ }
966
+ /**
967
+ * 删除评价配置信息
968
+ * @summary 删除评价配置
969
+ * @param {EvaluationConfigApiEvaluationConfigDeleteRequest} requestParameters Request parameters.
970
+ * @param {*} [options] Override http request option.
971
+ * @throws {RequiredError}
972
+ * @memberof EvaluationConfigApi
973
+ */
974
+ evaluationConfigDelete(requestParameters, options) {
975
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
976
+ }
977
+ /**
978
+ * 获取指定ID的评价配置详情,包含模块名称、子分类名称和违规配置列表
979
+ * @summary 获取评价配置详情
980
+ * @param {EvaluationConfigApiEvaluationConfigDetailsRequest} requestParameters Request parameters.
981
+ * @param {*} [options] Override http request option.
982
+ * @throws {RequiredError}
983
+ * @memberof EvaluationConfigApi
984
+ */
985
+ evaluationConfigDetails(requestParameters, options) {
986
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
987
+ }
988
+ /**
989
+ * 根据园区ID和审批类型获取审批流程详情
990
+ * @summary 获取审批流程详情
991
+ * @param {EvaluationConfigApiEvaluationConfigGetApprovalProcessRequest} requestParameters Request parameters.
992
+ * @param {*} [options] Override http request option.
993
+ * @throws {RequiredError}
994
+ * @memberof EvaluationConfigApi
995
+ */
996
+ evaluationConfigGetApprovalProcess(requestParameters, options) {
997
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigGetApprovalProcess(requestParameters.parkId, requestParameters.approvalType, options).then((request) => request(this.axios, this.basePath));
998
+ }
999
+ /**
1000
+ * 根据关键词、模块、子分类、状态、类型等条件分页查询评价配置列表
1001
+ * @summary 分页查询评价配置列表
1002
+ * @param {EvaluationConfigApiEvaluationConfigPageListRequest} requestParameters Request parameters.
1003
+ * @param {*} [options] Override http request option.
1004
+ * @throws {RequiredError}
1005
+ * @memberof EvaluationConfigApi
1006
+ */
1007
+ evaluationConfigPageList(requestParameters = {}, options) {
1008
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigPageList(requestParameters.searchValue, requestParameters.moduleId, requestParameters.subCategoryId, requestParameters.status, requestParameters.type, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
1009
+ }
1010
+ /**
1011
+ * 修改评价配置信息及违规配置
1012
+ * @summary 修改评价配置
1013
+ * @param {EvaluationConfigApiEvaluationConfigUpdateRequest} requestParameters Request parameters.
1014
+ * @param {*} [options] Override http request option.
1015
+ * @throws {RequiredError}
1016
+ * @memberof EvaluationConfigApi
1017
+ */
1018
+ evaluationConfigUpdate(requestParameters, options) {
1019
+ return EvaluationConfigApiFp(this.configuration).evaluationConfigUpdate(requestParameters.id, requestParameters.evaluationConfigUpdateDto, options).then((request) => request(this.axios, this.basePath));
1020
+ }
1021
+ }