@gizone/rrs-client 4.2.0-alpha.292 → 4.2.0-alpha.294

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 (130) hide show
  1. package/.openapi-generator/FILES +21 -0
  2. package/apis/access-api.ts +1986 -235
  3. package/dist/apis/access-api.d.ts +913 -1
  4. package/dist/apis/access-api.js +1400 -115
  5. package/dist/esm/apis/access-api.d.ts +913 -1
  6. package/dist/esm/apis/access-api.js +1400 -115
  7. package/dist/esm/models/access-blacklist-add-vo.d.ts +54 -0
  8. package/dist/esm/models/access-blacklist-add-vo.js +14 -0
  9. package/dist/esm/models/access-blacklist-details-dto.d.ts +72 -0
  10. package/dist/esm/models/access-blacklist-details-dto.js +14 -0
  11. package/dist/esm/models/access-blacklist-update-vo.d.ts +48 -0
  12. package/dist/esm/models/access-blacklist-update-vo.js +14 -0
  13. package/dist/esm/models/access-vehicle-length-enum.d.ts +25 -0
  14. package/dist/esm/models/access-vehicle-length-enum.js +26 -0
  15. package/dist/esm/models/access-vehicle-type-enum.d.ts +21 -0
  16. package/dist/esm/models/access-vehicle-type-enum.js +22 -0
  17. package/dist/esm/models/access-whitelist-application-add-vo.d.ts +100 -0
  18. package/dist/esm/models/access-whitelist-application-add-vo.js +14 -0
  19. package/dist/esm/models/access-whitelist-application-approval-vo.d.ts +30 -0
  20. package/dist/esm/models/access-whitelist-application-approval-vo.js +14 -0
  21. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
  22. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.js +14 -0
  23. package/dist/esm/models/access-whitelist-application-details-dto.d.ts +132 -0
  24. package/dist/esm/models/access-whitelist-application-details-dto.js +14 -0
  25. package/dist/esm/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
  26. package/dist/esm/models/access-whitelist-application-internal-status-enum.js +22 -0
  27. package/dist/esm/models/access-whitelist-application-status-enum.d.ts +23 -0
  28. package/dist/esm/models/access-whitelist-application-status-enum.js +24 -0
  29. package/dist/esm/models/access-whitelist-application-update-vo.d.ts +94 -0
  30. package/dist/esm/models/access-whitelist-application-update-vo.js +14 -0
  31. package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
  32. package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
  33. package/dist/esm/models/index.d.ts +21 -0
  34. package/dist/esm/models/index.js +21 -0
  35. package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +62 -0
  36. package/dist/esm/models/json-result-access-blacklist-details-dto.js +14 -0
  37. package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
  38. package/dist/esm/models/json-result-access-whitelist-application-details-dto.js +14 -0
  39. package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
  40. package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
  41. package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
  42. package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.js +14 -0
  43. package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
  44. package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.js +14 -0
  45. package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
  46. package/dist/esm/models/page-dto-access-blacklist-details-dto.js +14 -0
  47. package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
  48. package/dist/esm/models/page-dto-access-whitelist-application-details-dto.js +14 -0
  49. package/dist/esm/models/sync-equipment-vo-equipment.d.ts +6 -0
  50. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
  51. package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
  52. package/dist/esm/models/system-user-msg-type-enum.d.ts +1 -0
  53. package/dist/esm/models/system-user-msg-type-enum.js +2 -1
  54. package/dist/esm/models/whitelist-other-info-vo.d.ts +54 -0
  55. package/dist/esm/models/whitelist-other-info-vo.js +14 -0
  56. package/dist/models/access-blacklist-add-vo.d.ts +54 -0
  57. package/dist/models/access-blacklist-add-vo.js +15 -0
  58. package/dist/models/access-blacklist-details-dto.d.ts +72 -0
  59. package/dist/models/access-blacklist-details-dto.js +15 -0
  60. package/dist/models/access-blacklist-update-vo.d.ts +48 -0
  61. package/dist/models/access-blacklist-update-vo.js +15 -0
  62. package/dist/models/access-vehicle-length-enum.d.ts +25 -0
  63. package/dist/models/access-vehicle-length-enum.js +29 -0
  64. package/dist/models/access-vehicle-type-enum.d.ts +21 -0
  65. package/dist/models/access-vehicle-type-enum.js +25 -0
  66. package/dist/models/access-whitelist-application-add-vo.d.ts +100 -0
  67. package/dist/models/access-whitelist-application-add-vo.js +15 -0
  68. package/dist/models/access-whitelist-application-approval-vo.d.ts +30 -0
  69. package/dist/models/access-whitelist-application-approval-vo.js +15 -0
  70. package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
  71. package/dist/models/access-whitelist-application-batch-import-template-dto.js +15 -0
  72. package/dist/models/access-whitelist-application-details-dto.d.ts +132 -0
  73. package/dist/models/access-whitelist-application-details-dto.js +15 -0
  74. package/dist/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
  75. package/dist/models/access-whitelist-application-internal-status-enum.js +25 -0
  76. package/dist/models/access-whitelist-application-status-enum.d.ts +23 -0
  77. package/dist/models/access-whitelist-application-status-enum.js +27 -0
  78. package/dist/models/access-whitelist-application-update-vo.d.ts +94 -0
  79. package/dist/models/access-whitelist-application-update-vo.js +15 -0
  80. package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
  81. package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
  82. package/dist/models/index.d.ts +21 -0
  83. package/dist/models/index.js +21 -0
  84. package/dist/models/json-result-access-blacklist-details-dto.d.ts +62 -0
  85. package/dist/models/json-result-access-blacklist-details-dto.js +15 -0
  86. package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
  87. package/dist/models/json-result-access-whitelist-application-details-dto.js +15 -0
  88. package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
  89. package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
  90. package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
  91. package/dist/models/json-result-page-dto-access-blacklist-details-dto.js +15 -0
  92. package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
  93. package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.js +15 -0
  94. package/dist/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
  95. package/dist/models/page-dto-access-blacklist-details-dto.js +15 -0
  96. package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
  97. package/dist/models/page-dto-access-whitelist-application-details-dto.js +15 -0
  98. package/dist/models/sync-equipment-vo-equipment.d.ts +6 -0
  99. package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
  100. package/dist/models/system-user-msg-source-type-enum.js +2 -1
  101. package/dist/models/system-user-msg-type-enum.d.ts +1 -0
  102. package/dist/models/system-user-msg-type-enum.js +2 -1
  103. package/dist/models/whitelist-other-info-vo.d.ts +54 -0
  104. package/dist/models/whitelist-other-info-vo.js +15 -0
  105. package/models/access-blacklist-add-vo.ts +60 -0
  106. package/models/access-blacklist-details-dto.ts +78 -0
  107. package/models/access-blacklist-update-vo.ts +54 -0
  108. package/models/access-vehicle-length-enum.ts +35 -0
  109. package/models/access-vehicle-type-enum.ts +31 -0
  110. package/models/access-whitelist-application-add-vo.ts +116 -0
  111. package/models/access-whitelist-application-approval-vo.ts +36 -0
  112. package/models/access-whitelist-application-batch-import-template-dto.ts +137 -0
  113. package/models/access-whitelist-application-details-dto.ts +152 -0
  114. package/models/access-whitelist-application-internal-status-enum.ts +31 -0
  115. package/models/access-whitelist-application-status-enum.ts +33 -0
  116. package/models/access-whitelist-application-update-vo.ts +110 -0
  117. package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +39 -0
  118. package/models/index.ts +21 -0
  119. package/models/json-result-access-blacklist-details-dto.ts +72 -0
  120. package/models/json-result-access-whitelist-application-details-dto.ts +72 -0
  121. package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +72 -0
  122. package/models/json-result-page-dto-access-blacklist-details-dto.ts +72 -0
  123. package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +72 -0
  124. package/models/page-dto-access-blacklist-details-dto.ts +39 -0
  125. package/models/page-dto-access-whitelist-application-details-dto.ts +39 -0
  126. package/models/sync-equipment-vo-equipment.ts +6 -0
  127. package/models/system-user-msg-source-type-enum.ts +2 -1
  128. package/models/system-user-msg-type-enum.ts +2 -1
  129. package/models/whitelist-other-info-vo.ts +60 -0
  130. package/package.json +1 -1
@@ -32,6 +32,236 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
32
32
  */
33
33
  export const AccessApiAxiosParamCreator = function (configuration) {
34
34
  return {
35
+ /**
36
+ * 添加黑名单信息
37
+ * @summary 添加黑名单
38
+ * @param {AccessBlacklistAddVo} accessBlacklistAddVo
39
+ * @param {*} [options] Override http request option.
40
+ * @throws {RequiredError}
41
+ */
42
+ accessBlacklistAdd: (accessBlacklistAddVo_1, ...args_1) => __awaiter(this, [accessBlacklistAddVo_1, ...args_1], void 0, function* (accessBlacklistAddVo, options = {}) {
43
+ // verify required parameter 'accessBlacklistAddVo' is not null or undefined
44
+ assertParamExists('accessBlacklistAdd', 'accessBlacklistAddVo', accessBlacklistAddVo);
45
+ const localVarPath = `/access/blacklist`;
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(accessBlacklistAddVo, localVarRequestOptions, configuration);
63
+ return {
64
+ url: toPathString(localVarUrlObj),
65
+ options: localVarRequestOptions,
66
+ };
67
+ }),
68
+ /**
69
+ * 批量导出黑名单信息
70
+ * @summary 批量导出黑名单
71
+ * @param {number} parkId 园区id
72
+ * @param {string} [searchValue] 搜索值
73
+ * @param {number} [accessCompanyId] 访问公司
74
+ * @param {*} [options] Override http request option.
75
+ * @throws {RequiredError}
76
+ */
77
+ accessBlacklistBatchExport: (parkId_1, searchValue_1, accessCompanyId_1, ...args_1) => __awaiter(this, [parkId_1, searchValue_1, accessCompanyId_1, ...args_1], void 0, function* (parkId, searchValue, accessCompanyId, options = {}) {
78
+ // verify required parameter 'parkId' is not null or undefined
79
+ assertParamExists('accessBlacklistBatchExport', 'parkId', parkId);
80
+ const localVarPath = `/access/blacklist/batchExport`;
81
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
82
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
83
+ let baseOptions;
84
+ if (configuration) {
85
+ baseOptions = configuration.baseOptions;
86
+ }
87
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
88
+ const localVarHeaderParameter = {};
89
+ const localVarQueryParameter = {};
90
+ // authentication tokenScheme required
91
+ // http bearer authentication required
92
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
93
+ if (parkId !== undefined) {
94
+ localVarQueryParameter['parkId'] = parkId;
95
+ }
96
+ if (searchValue !== undefined) {
97
+ localVarQueryParameter['searchValue'] = searchValue;
98
+ }
99
+ if (accessCompanyId !== undefined) {
100
+ localVarQueryParameter['accessCompanyId'] = accessCompanyId;
101
+ }
102
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
103
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
104
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
105
+ return {
106
+ url: toPathString(localVarUrlObj),
107
+ options: localVarRequestOptions,
108
+ };
109
+ }),
110
+ /**
111
+ * 删除黑名单信息
112
+ * @summary 删除黑名单
113
+ * @param {number} id
114
+ * @param {*} [options] Override http request option.
115
+ * @throws {RequiredError}
116
+ */
117
+ accessBlacklistDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
118
+ // verify required parameter 'id' is not null or undefined
119
+ assertParamExists('accessBlacklistDelete', 'id', id);
120
+ const localVarPath = `/access/blacklist/{id}`
121
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
122
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
123
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
124
+ let baseOptions;
125
+ if (configuration) {
126
+ baseOptions = configuration.baseOptions;
127
+ }
128
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
129
+ const localVarHeaderParameter = {};
130
+ const localVarQueryParameter = {};
131
+ // authentication tokenScheme required
132
+ // http bearer authentication required
133
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
134
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
135
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
136
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
137
+ return {
138
+ url: toPathString(localVarUrlObj),
139
+ options: localVarRequestOptions,
140
+ };
141
+ }),
142
+ /**
143
+ * 获取指定ID的黑名单详情
144
+ * @summary 获取黑名单详情
145
+ * @param {number} id
146
+ * @param {*} [options] Override http request option.
147
+ * @throws {RequiredError}
148
+ */
149
+ accessBlacklistDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
150
+ // verify required parameter 'id' is not null or undefined
151
+ assertParamExists('accessBlacklistDetails', 'id', id);
152
+ const localVarPath = `/access/blacklist/{id}`
153
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
154
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
155
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
156
+ let baseOptions;
157
+ if (configuration) {
158
+ baseOptions = configuration.baseOptions;
159
+ }
160
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
161
+ const localVarHeaderParameter = {};
162
+ const localVarQueryParameter = {};
163
+ // authentication tokenScheme required
164
+ // http bearer authentication required
165
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
166
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
167
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
168
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
169
+ return {
170
+ url: toPathString(localVarUrlObj),
171
+ options: localVarRequestOptions,
172
+ };
173
+ }),
174
+ /**
175
+ * 查询黑名单列表
176
+ * @summary 查询黑名单列表
177
+ * @param {number} parkId 园区id
178
+ * @param {number} page 页码
179
+ * @param {number} pageSize 每页数量
180
+ * @param {string} [searchValue] 搜索值
181
+ * @param {number} [accessCompanyId] 访问公司
182
+ * @param {*} [options] Override http request option.
183
+ * @throws {RequiredError}
184
+ */
185
+ accessBlacklistSelectList: (parkId_1, page_1, pageSize_1, searchValue_1, accessCompanyId_1, ...args_1) => __awaiter(this, [parkId_1, page_1, pageSize_1, searchValue_1, accessCompanyId_1, ...args_1], void 0, function* (parkId, page, pageSize, searchValue, accessCompanyId, options = {}) {
186
+ // verify required parameter 'parkId' is not null or undefined
187
+ assertParamExists('accessBlacklistSelectList', 'parkId', parkId);
188
+ // verify required parameter 'page' is not null or undefined
189
+ assertParamExists('accessBlacklistSelectList', 'page', page);
190
+ // verify required parameter 'pageSize' is not null or undefined
191
+ assertParamExists('accessBlacklistSelectList', 'pageSize', pageSize);
192
+ const localVarPath = `/access/blacklist`;
193
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
194
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
195
+ let baseOptions;
196
+ if (configuration) {
197
+ baseOptions = configuration.baseOptions;
198
+ }
199
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
200
+ const localVarHeaderParameter = {};
201
+ const localVarQueryParameter = {};
202
+ // authentication tokenScheme required
203
+ // http bearer authentication required
204
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
205
+ if (parkId !== undefined) {
206
+ localVarQueryParameter['parkId'] = parkId;
207
+ }
208
+ if (page !== undefined) {
209
+ localVarQueryParameter['page'] = page;
210
+ }
211
+ if (pageSize !== undefined) {
212
+ localVarQueryParameter['pageSize'] = pageSize;
213
+ }
214
+ if (searchValue !== undefined) {
215
+ localVarQueryParameter['searchValue'] = searchValue;
216
+ }
217
+ if (accessCompanyId !== undefined) {
218
+ localVarQueryParameter['accessCompanyId'] = accessCompanyId;
219
+ }
220
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
221
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
222
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
223
+ return {
224
+ url: toPathString(localVarUrlObj),
225
+ options: localVarRequestOptions,
226
+ };
227
+ }),
228
+ /**
229
+ * 修改黑名单信息
230
+ * @summary 修改黑名单
231
+ * @param {number} id
232
+ * @param {AccessBlacklistUpdateVo} accessBlacklistUpdateVo
233
+ * @param {*} [options] Override http request option.
234
+ * @throws {RequiredError}
235
+ */
236
+ accessBlacklistUpdate: (id_1, accessBlacklistUpdateVo_1, ...args_1) => __awaiter(this, [id_1, accessBlacklistUpdateVo_1, ...args_1], void 0, function* (id, accessBlacklistUpdateVo, options = {}) {
237
+ // verify required parameter 'id' is not null or undefined
238
+ assertParamExists('accessBlacklistUpdate', 'id', id);
239
+ // verify required parameter 'accessBlacklistUpdateVo' is not null or undefined
240
+ assertParamExists('accessBlacklistUpdate', 'accessBlacklistUpdateVo', accessBlacklistUpdateVo);
241
+ const localVarPath = `/access/blacklist/{id}`
242
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
243
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
244
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
245
+ let baseOptions;
246
+ if (configuration) {
247
+ baseOptions = configuration.baseOptions;
248
+ }
249
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
250
+ const localVarHeaderParameter = {};
251
+ const localVarQueryParameter = {};
252
+ // authentication tokenScheme required
253
+ // http bearer authentication required
254
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
255
+ localVarHeaderParameter['Content-Type'] = 'application/json';
256
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
257
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
258
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
259
+ localVarRequestOptions.data = serializeDataIfNeeded(accessBlacklistUpdateVo, localVarRequestOptions, configuration);
260
+ return {
261
+ url: toPathString(localVarUrlObj),
262
+ options: localVarRequestOptions,
263
+ };
264
+ }),
35
265
  /**
36
266
  *
37
267
  * @summary 新增出入访问公司
@@ -341,15 +571,15 @@ export const AccessApiAxiosParamCreator = function (configuration) {
341
571
  }),
342
572
  /**
343
573
  *
344
- * @summary 添加入园条款
345
- * @param {AdmissionTermsRecordAddBO} admissionTermsRecordAddBO
574
+ * @summary 新增出入白名单申请
575
+ * @param {AccessWhitelistApplicationAddVo} accessWhitelistApplicationAddVo
346
576
  * @param {*} [options] Override http request option.
347
577
  * @throws {RequiredError}
348
578
  */
349
- createEntryTerm: (admissionTermsRecordAddBO_1, ...args_1) => __awaiter(this, [admissionTermsRecordAddBO_1, ...args_1], void 0, function* (admissionTermsRecordAddBO, options = {}) {
350
- // verify required parameter 'admissionTermsRecordAddBO' is not null or undefined
351
- assertParamExists('createEntryTerm', 'admissionTermsRecordAddBO', admissionTermsRecordAddBO);
352
- const localVarPath = `/admissionTermRecord`;
579
+ accessWhitelistApplicationAdd: (accessWhitelistApplicationAddVo_1, ...args_1) => __awaiter(this, [accessWhitelistApplicationAddVo_1, ...args_1], void 0, function* (accessWhitelistApplicationAddVo, options = {}) {
580
+ // verify required parameter 'accessWhitelistApplicationAddVo' is not null or undefined
581
+ assertParamExists('accessWhitelistApplicationAdd', 'accessWhitelistApplicationAddVo', accessWhitelistApplicationAddVo);
582
+ const localVarPath = `/access/whitelist/application`;
353
583
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
354
584
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
355
585
  let baseOptions;
@@ -366,7 +596,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
366
596
  setSearchParams(localVarUrlObj, localVarQueryParameter);
367
597
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
368
598
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
369
- localVarRequestOptions.data = serializeDataIfNeeded(admissionTermsRecordAddBO, localVarRequestOptions, configuration);
599
+ localVarRequestOptions.data = serializeDataIfNeeded(accessWhitelistApplicationAddVo, localVarRequestOptions, configuration);
370
600
  return {
371
601
  url: toPathString(localVarUrlObj),
372
602
  options: localVarRequestOptions,
@@ -374,15 +604,18 @@ export const AccessApiAxiosParamCreator = function (configuration) {
374
604
  }),
375
605
  /**
376
606
  *
377
- * @summary 删除
607
+ * @summary 审批出入白名单申请
378
608
  * @param {number} id
609
+ * @param {AccessWhitelistApplicationApprovalVo} accessWhitelistApplicationApprovalVo
379
610
  * @param {*} [options] Override http request option.
380
611
  * @throws {RequiredError}
381
612
  */
382
- deleteEntryTerm: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
613
+ accessWhitelistApplicationApproval: (id_1, accessWhitelistApplicationApprovalVo_1, ...args_1) => __awaiter(this, [id_1, accessWhitelistApplicationApprovalVo_1, ...args_1], void 0, function* (id, accessWhitelistApplicationApprovalVo, options = {}) {
383
614
  // verify required parameter 'id' is not null or undefined
384
- assertParamExists('deleteEntryTerm', 'id', id);
385
- const localVarPath = `/admissionTermRecord/{id}`
615
+ assertParamExists('accessWhitelistApplicationApproval', 'id', id);
616
+ // verify required parameter 'accessWhitelistApplicationApprovalVo' is not null or undefined
617
+ assertParamExists('accessWhitelistApplicationApproval', 'accessWhitelistApplicationApprovalVo', accessWhitelistApplicationApprovalVo);
618
+ const localVarPath = `/access/whitelist/application/approval/{id}`
386
619
  .replace(`{${"id"}}`, encodeURIComponent(String(id)));
387
620
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
388
621
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -390,15 +623,17 @@ export const AccessApiAxiosParamCreator = function (configuration) {
390
623
  if (configuration) {
391
624
  baseOptions = configuration.baseOptions;
392
625
  }
393
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
626
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
394
627
  const localVarHeaderParameter = {};
395
628
  const localVarQueryParameter = {};
396
629
  // authentication tokenScheme required
397
630
  // http bearer authentication required
398
631
  yield setBearerAuthToObject(localVarHeaderParameter, configuration);
632
+ localVarHeaderParameter['Content-Type'] = 'application/json';
399
633
  setSearchParams(localVarUrlObj, localVarQueryParameter);
400
634
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
401
635
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
636
+ localVarRequestOptions.data = serializeDataIfNeeded(accessWhitelistApplicationApprovalVo, localVarRequestOptions, configuration);
402
637
  return {
403
638
  url: toPathString(localVarUrlObj),
404
639
  options: localVarRequestOptions,
@@ -406,16 +641,19 @@ export const AccessApiAxiosParamCreator = function (configuration) {
406
641
  }),
407
642
  /**
408
643
  *
409
- * @summary 查询详情
410
- * @param {number} id
644
+ * @summary 出入白名单申请-导出
645
+ * @param {number} parkId 园区ID
646
+ * @param {string} [searchValue] 搜索值
647
+ * @param {number} [accessCompanyId] 访问公司
648
+ * @param {AccessVisitorPersonTypeEnum} [accessVisitorPersonType] 访问人员类型
649
+ * @param {AccessWhitelistApplicationStatusEnum} [applicationStatus] 申请状态
411
650
  * @param {*} [options] Override http request option.
412
651
  * @throws {RequiredError}
413
652
  */
414
- getEntryTerm: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
415
- // verify required parameter 'id' is not null or undefined
416
- assertParamExists('getEntryTerm', 'id', id);
417
- const localVarPath = `/admissionTermRecord/{id}`
418
- .replace(`{${"id"}}`, encodeURIComponent(String(id)));
653
+ accessWhitelistApplicationBatchExport: (parkId_1, searchValue_1, accessCompanyId_1, accessVisitorPersonType_1, applicationStatus_1, ...args_1) => __awaiter(this, [parkId_1, searchValue_1, accessCompanyId_1, accessVisitorPersonType_1, applicationStatus_1, ...args_1], void 0, function* (parkId, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options = {}) {
654
+ // verify required parameter 'parkId' is not null or undefined
655
+ assertParamExists('accessWhitelistApplicationBatchExport', 'parkId', parkId);
656
+ const localVarPath = `/access/whitelist/application/batchExport`;
419
657
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
420
658
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
421
659
  let baseOptions;
@@ -428,6 +666,21 @@ export const AccessApiAxiosParamCreator = function (configuration) {
428
666
  // authentication tokenScheme required
429
667
  // http bearer authentication required
430
668
  yield setBearerAuthToObject(localVarHeaderParameter, configuration);
669
+ if (parkId !== undefined) {
670
+ localVarQueryParameter['parkId'] = parkId;
671
+ }
672
+ if (searchValue !== undefined) {
673
+ localVarQueryParameter['searchValue'] = searchValue;
674
+ }
675
+ if (accessCompanyId !== undefined) {
676
+ localVarQueryParameter['accessCompanyId'] = accessCompanyId;
677
+ }
678
+ if (accessVisitorPersonType !== undefined) {
679
+ localVarQueryParameter['accessVisitorPersonType'] = accessVisitorPersonType;
680
+ }
681
+ if (applicationStatus !== undefined) {
682
+ localVarQueryParameter['applicationStatus'] = applicationStatus;
683
+ }
431
684
  setSearchParams(localVarUrlObj, localVarQueryParameter);
432
685
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
433
686
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -438,32 +691,24 @@ export const AccessApiAxiosParamCreator = function (configuration) {
438
691
  }),
439
692
  /**
440
693
  *
441
- * @summary 查询列表
442
- * @param {AdmissionTermsRecordSearchBO} bo
694
+ * @summary 出入白名单申请-确认导入
443
695
  * @param {*} [options] Override http request option.
444
696
  * @throws {RequiredError}
445
697
  */
446
- listEntryTerm: (bo_1, ...args_1) => __awaiter(this, [bo_1, ...args_1], void 0, function* (bo, options = {}) {
447
- // verify required parameter 'bo' is not null or undefined
448
- assertParamExists('listEntryTerm', 'bo', bo);
449
- const localVarPath = `/admissionTermRecord`;
698
+ accessWhitelistApplicationBatchImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
699
+ const localVarPath = `/access/whitelist/application/batchImport/confirm`;
450
700
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
451
701
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
452
702
  let baseOptions;
453
703
  if (configuration) {
454
704
  baseOptions = configuration.baseOptions;
455
705
  }
456
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
706
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
457
707
  const localVarHeaderParameter = {};
458
708
  const localVarQueryParameter = {};
459
709
  // authentication tokenScheme required
460
710
  // http bearer authentication required
461
711
  yield setBearerAuthToObject(localVarHeaderParameter, configuration);
462
- if (bo !== undefined) {
463
- for (const [key, value] of Object.entries(bo)) {
464
- localVarQueryParameter[key] = value;
465
- }
466
- }
467
712
  setSearchParams(localVarUrlObj, localVarQueryParameter);
468
713
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
469
714
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -474,16 +719,12 @@ export const AccessApiAxiosParamCreator = function (configuration) {
474
719
  }),
475
720
  /**
476
721
  *
477
- * @summary 查询启用的条款
478
- * @param {number} parkId
479
- * @param {string} [type]
722
+ * @summary 出入白名单申请-预览结果
480
723
  * @param {*} [options] Override http request option.
481
724
  * @throws {RequiredError}
482
725
  */
483
- selectStartUpAdmissionTerms: (parkId_1, type_1, ...args_1) => __awaiter(this, [parkId_1, type_1, ...args_1], void 0, function* (parkId, type, options = {}) {
484
- // verify required parameter 'parkId' is not null or undefined
485
- assertParamExists('selectStartUpAdmissionTerms', 'parkId', parkId);
486
- const localVarPath = `/admissionTermRecord/selectStartUpAdmissionTerms`;
726
+ accessWhitelistApplicationBatchImportPreview: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
727
+ const localVarPath = `/access/whitelist/application/batchImport/preview`;
487
728
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
488
729
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
489
730
  let baseOptions;
@@ -496,12 +737,6 @@ export const AccessApiAxiosParamCreator = function (configuration) {
496
737
  // authentication tokenScheme required
497
738
  // http bearer authentication required
498
739
  yield setBearerAuthToObject(localVarHeaderParameter, configuration);
499
- if (parkId !== undefined) {
500
- localVarQueryParameter['parkId'] = parkId;
501
- }
502
- if (type !== undefined) {
503
- localVarQueryParameter['type'] = type;
504
- }
505
740
  setSearchParams(localVarUrlObj, localVarQueryParameter);
506
741
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
507
742
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -512,36 +747,27 @@ export const AccessApiAxiosParamCreator = function (configuration) {
512
747
  }),
513
748
  /**
514
749
  *
515
- * @summary 修改入园条款
516
- * @param {number} id
517
- * @param {AdmissionTermsRecordUpdateBO} admissionTermsRecordUpdateBO
750
+ * @summary 出入白名单申请-模板
518
751
  * @param {*} [options] Override http request option.
519
752
  * @throws {RequiredError}
520
753
  */
521
- updateEntryTerm: (id_1, admissionTermsRecordUpdateBO_1, ...args_1) => __awaiter(this, [id_1, admissionTermsRecordUpdateBO_1, ...args_1], void 0, function* (id, admissionTermsRecordUpdateBO, options = {}) {
522
- // verify required parameter 'id' is not null or undefined
523
- assertParamExists('updateEntryTerm', 'id', id);
524
- // verify required parameter 'admissionTermsRecordUpdateBO' is not null or undefined
525
- assertParamExists('updateEntryTerm', 'admissionTermsRecordUpdateBO', admissionTermsRecordUpdateBO);
526
- const localVarPath = `/admissionTermRecord/{id}`
527
- .replace(`{${"id"}}`, encodeURIComponent(String(id)));
754
+ accessWhitelistApplicationBatchImportTemplate: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
755
+ const localVarPath = `/access/whitelist/application/batchImport/template`;
528
756
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
529
757
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
530
758
  let baseOptions;
531
759
  if (configuration) {
532
760
  baseOptions = configuration.baseOptions;
533
761
  }
534
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
762
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
535
763
  const localVarHeaderParameter = {};
536
764
  const localVarQueryParameter = {};
537
765
  // authentication tokenScheme required
538
766
  // http bearer authentication required
539
767
  yield setBearerAuthToObject(localVarHeaderParameter, configuration);
540
- localVarHeaderParameter['Content-Type'] = 'application/json';
541
768
  setSearchParams(localVarUrlObj, localVarQueryParameter);
542
769
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
543
770
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
544
- localVarRequestOptions.data = serializeDataIfNeeded(admissionTermsRecordUpdateBO, localVarRequestOptions, configuration);
545
771
  return {
546
772
  url: toPathString(localVarUrlObj),
547
773
  options: localVarRequestOptions,
@@ -549,35 +775,453 @@ export const AccessApiAxiosParamCreator = function (configuration) {
549
775
  }),
550
776
  /**
551
777
  *
552
- * @summary 修改入园条款状态
553
- * @param {number} id
554
- * @param {AdmissionTermsRecordUpdateEnableBO} admissionTermsRecordUpdateEnableBO
778
+ * @summary 出入白名单申请-上传文件
779
+ * @param {number} parkId 园区id
780
+ * @param {File} file
781
+ * @param {string} [language] 语言
555
782
  * @param {*} [options] Override http request option.
556
783
  * @throws {RequiredError}
557
784
  */
558
- updateEntryTermStatus: (id_1, admissionTermsRecordUpdateEnableBO_1, ...args_1) => __awaiter(this, [id_1, admissionTermsRecordUpdateEnableBO_1, ...args_1], void 0, function* (id, admissionTermsRecordUpdateEnableBO, options = {}) {
559
- // verify required parameter 'id' is not null or undefined
560
- assertParamExists('updateEntryTermStatus', 'id', id);
561
- // verify required parameter 'admissionTermsRecordUpdateEnableBO' is not null or undefined
562
- assertParamExists('updateEntryTermStatus', 'admissionTermsRecordUpdateEnableBO', admissionTermsRecordUpdateEnableBO);
563
- const localVarPath = `/admissionTermRecord/{id}/isEnable`
564
- .replace(`{${"id"}}`, encodeURIComponent(String(id)));
785
+ accessWhitelistApplicationBatchImportUpload: (parkId_1, file_1, language_1, ...args_1) => __awaiter(this, [parkId_1, file_1, language_1, ...args_1], void 0, function* (parkId, file, language, options = {}) {
786
+ // verify required parameter 'parkId' is not null or undefined
787
+ assertParamExists('accessWhitelistApplicationBatchImportUpload', 'parkId', parkId);
788
+ // verify required parameter 'file' is not null or undefined
789
+ assertParamExists('accessWhitelistApplicationBatchImportUpload', 'file', file);
790
+ const localVarPath = `/access/whitelist/application/batchImport/upload`;
565
791
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
566
792
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
567
793
  let baseOptions;
568
794
  if (configuration) {
569
795
  baseOptions = configuration.baseOptions;
570
796
  }
571
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
797
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
572
798
  const localVarHeaderParameter = {};
573
799
  const localVarQueryParameter = {};
800
+ const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
574
801
  // authentication tokenScheme required
575
802
  // http bearer authentication required
576
803
  yield setBearerAuthToObject(localVarHeaderParameter, configuration);
577
- localVarHeaderParameter['Content-Type'] = 'application/json';
578
- setSearchParams(localVarUrlObj, localVarQueryParameter);
579
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
580
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
804
+ if (parkId !== undefined) {
805
+ localVarFormParams.append('parkId', parkId);
806
+ }
807
+ if (language !== undefined) {
808
+ localVarFormParams.append('language', language);
809
+ }
810
+ if (file !== undefined) {
811
+ localVarFormParams.append('file', file);
812
+ }
813
+ localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
814
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
815
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
816
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
817
+ localVarRequestOptions.data = localVarFormParams;
818
+ return {
819
+ url: toPathString(localVarUrlObj),
820
+ options: localVarRequestOptions,
821
+ };
822
+ }),
823
+ /**
824
+ *
825
+ * @summary 删除出入白名单申请
826
+ * @param {number} id
827
+ * @param {*} [options] Override http request option.
828
+ * @throws {RequiredError}
829
+ */
830
+ accessWhitelistApplicationDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
831
+ // verify required parameter 'id' is not null or undefined
832
+ assertParamExists('accessWhitelistApplicationDelete', 'id', id);
833
+ const localVarPath = `/access/whitelist/application/{id}`
834
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
835
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
836
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
837
+ let baseOptions;
838
+ if (configuration) {
839
+ baseOptions = configuration.baseOptions;
840
+ }
841
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
842
+ const localVarHeaderParameter = {};
843
+ const localVarQueryParameter = {};
844
+ // authentication tokenScheme required
845
+ // http bearer authentication required
846
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
847
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
848
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
849
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
850
+ return {
851
+ url: toPathString(localVarUrlObj),
852
+ options: localVarRequestOptions,
853
+ };
854
+ }),
855
+ /**
856
+ *
857
+ * @summary 获取出入白名单申请详情
858
+ * @param {number} id
859
+ * @param {*} [options] Override http request option.
860
+ * @throws {RequiredError}
861
+ */
862
+ accessWhitelistApplicationDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
863
+ // verify required parameter 'id' is not null or undefined
864
+ assertParamExists('accessWhitelistApplicationDetails', 'id', id);
865
+ const localVarPath = `/access/whitelist/application/{id}`
866
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
867
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
868
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
869
+ let baseOptions;
870
+ if (configuration) {
871
+ baseOptions = configuration.baseOptions;
872
+ }
873
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
874
+ const localVarHeaderParameter = {};
875
+ const localVarQueryParameter = {};
876
+ // authentication tokenScheme required
877
+ // http bearer authentication required
878
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
879
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
880
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
881
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
882
+ return {
883
+ url: toPathString(localVarUrlObj),
884
+ options: localVarRequestOptions,
885
+ };
886
+ }),
887
+ /**
888
+ *
889
+ * @summary 获取出入白名单申请列表
890
+ * @param {number} parkId 园区ID
891
+ * @param {number} page 页码
892
+ * @param {number} pageSize 每页数量
893
+ * @param {string} [searchValue] 搜索值
894
+ * @param {number} [accessCompanyId] 访问公司
895
+ * @param {AccessVisitorPersonTypeEnum} [accessVisitorPersonType] 访问人员类型
896
+ * @param {AccessWhitelistApplicationStatusEnum} [applicationStatus] 申请状态
897
+ * @param {*} [options] Override http request option.
898
+ * @throws {RequiredError}
899
+ */
900
+ accessWhitelistApplicationList: (parkId_1, page_1, pageSize_1, searchValue_1, accessCompanyId_1, accessVisitorPersonType_1, applicationStatus_1, ...args_1) => __awaiter(this, [parkId_1, page_1, pageSize_1, searchValue_1, accessCompanyId_1, accessVisitorPersonType_1, applicationStatus_1, ...args_1], void 0, function* (parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options = {}) {
901
+ // verify required parameter 'parkId' is not null or undefined
902
+ assertParamExists('accessWhitelistApplicationList', 'parkId', parkId);
903
+ // verify required parameter 'page' is not null or undefined
904
+ assertParamExists('accessWhitelistApplicationList', 'page', page);
905
+ // verify required parameter 'pageSize' is not null or undefined
906
+ assertParamExists('accessWhitelistApplicationList', 'pageSize', pageSize);
907
+ const localVarPath = `/access/whitelist/application`;
908
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
909
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
910
+ let baseOptions;
911
+ if (configuration) {
912
+ baseOptions = configuration.baseOptions;
913
+ }
914
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
915
+ const localVarHeaderParameter = {};
916
+ const localVarQueryParameter = {};
917
+ // authentication tokenScheme required
918
+ // http bearer authentication required
919
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
920
+ if (parkId !== undefined) {
921
+ localVarQueryParameter['parkId'] = parkId;
922
+ }
923
+ if (page !== undefined) {
924
+ localVarQueryParameter['page'] = page;
925
+ }
926
+ if (pageSize !== undefined) {
927
+ localVarQueryParameter['pageSize'] = pageSize;
928
+ }
929
+ if (searchValue !== undefined) {
930
+ localVarQueryParameter['searchValue'] = searchValue;
931
+ }
932
+ if (accessCompanyId !== undefined) {
933
+ localVarQueryParameter['accessCompanyId'] = accessCompanyId;
934
+ }
935
+ if (accessVisitorPersonType !== undefined) {
936
+ localVarQueryParameter['accessVisitorPersonType'] = accessVisitorPersonType;
937
+ }
938
+ if (applicationStatus !== undefined) {
939
+ localVarQueryParameter['applicationStatus'] = applicationStatus;
940
+ }
941
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
942
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
943
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
944
+ return {
945
+ url: toPathString(localVarUrlObj),
946
+ options: localVarRequestOptions,
947
+ };
948
+ }),
949
+ /**
950
+ *
951
+ * @summary 修改出入白名单申请
952
+ * @param {number} id
953
+ * @param {AccessWhitelistApplicationUpdateVo} accessWhitelistApplicationUpdateVo
954
+ * @param {*} [options] Override http request option.
955
+ * @throws {RequiredError}
956
+ */
957
+ accessWhitelistApplicationUpdate: (id_1, accessWhitelistApplicationUpdateVo_1, ...args_1) => __awaiter(this, [id_1, accessWhitelistApplicationUpdateVo_1, ...args_1], void 0, function* (id, accessWhitelistApplicationUpdateVo, options = {}) {
958
+ // verify required parameter 'id' is not null or undefined
959
+ assertParamExists('accessWhitelistApplicationUpdate', 'id', id);
960
+ // verify required parameter 'accessWhitelistApplicationUpdateVo' is not null or undefined
961
+ assertParamExists('accessWhitelistApplicationUpdate', 'accessWhitelistApplicationUpdateVo', accessWhitelistApplicationUpdateVo);
962
+ const localVarPath = `/access/whitelist/application/{id}`
963
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
964
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
965
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
966
+ let baseOptions;
967
+ if (configuration) {
968
+ baseOptions = configuration.baseOptions;
969
+ }
970
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
971
+ const localVarHeaderParameter = {};
972
+ const localVarQueryParameter = {};
973
+ // authentication tokenScheme required
974
+ // http bearer authentication required
975
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
976
+ localVarHeaderParameter['Content-Type'] = 'application/json';
977
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
978
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
979
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
980
+ localVarRequestOptions.data = serializeDataIfNeeded(accessWhitelistApplicationUpdateVo, localVarRequestOptions, configuration);
981
+ return {
982
+ url: toPathString(localVarUrlObj),
983
+ options: localVarRequestOptions,
984
+ };
985
+ }),
986
+ /**
987
+ *
988
+ * @summary 添加入园条款
989
+ * @param {AdmissionTermsRecordAddBO} admissionTermsRecordAddBO
990
+ * @param {*} [options] Override http request option.
991
+ * @throws {RequiredError}
992
+ */
993
+ createEntryTerm: (admissionTermsRecordAddBO_1, ...args_1) => __awaiter(this, [admissionTermsRecordAddBO_1, ...args_1], void 0, function* (admissionTermsRecordAddBO, options = {}) {
994
+ // verify required parameter 'admissionTermsRecordAddBO' is not null or undefined
995
+ assertParamExists('createEntryTerm', 'admissionTermsRecordAddBO', admissionTermsRecordAddBO);
996
+ const localVarPath = `/admissionTermRecord`;
997
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
998
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
999
+ let baseOptions;
1000
+ if (configuration) {
1001
+ baseOptions = configuration.baseOptions;
1002
+ }
1003
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
1004
+ const localVarHeaderParameter = {};
1005
+ const localVarQueryParameter = {};
1006
+ // authentication tokenScheme required
1007
+ // http bearer authentication required
1008
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
1009
+ localVarHeaderParameter['Content-Type'] = 'application/json';
1010
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1011
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1012
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1013
+ localVarRequestOptions.data = serializeDataIfNeeded(admissionTermsRecordAddBO, localVarRequestOptions, configuration);
1014
+ return {
1015
+ url: toPathString(localVarUrlObj),
1016
+ options: localVarRequestOptions,
1017
+ };
1018
+ }),
1019
+ /**
1020
+ *
1021
+ * @summary 删除
1022
+ * @param {number} id
1023
+ * @param {*} [options] Override http request option.
1024
+ * @throws {RequiredError}
1025
+ */
1026
+ deleteEntryTerm: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
1027
+ // verify required parameter 'id' is not null or undefined
1028
+ assertParamExists('deleteEntryTerm', 'id', id);
1029
+ const localVarPath = `/admissionTermRecord/{id}`
1030
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
1031
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1032
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1033
+ let baseOptions;
1034
+ if (configuration) {
1035
+ baseOptions = configuration.baseOptions;
1036
+ }
1037
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
1038
+ const localVarHeaderParameter = {};
1039
+ const localVarQueryParameter = {};
1040
+ // authentication tokenScheme required
1041
+ // http bearer authentication required
1042
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
1043
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1044
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1045
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1046
+ return {
1047
+ url: toPathString(localVarUrlObj),
1048
+ options: localVarRequestOptions,
1049
+ };
1050
+ }),
1051
+ /**
1052
+ *
1053
+ * @summary 查询详情
1054
+ * @param {number} id
1055
+ * @param {*} [options] Override http request option.
1056
+ * @throws {RequiredError}
1057
+ */
1058
+ getEntryTerm: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
1059
+ // verify required parameter 'id' is not null or undefined
1060
+ assertParamExists('getEntryTerm', 'id', id);
1061
+ const localVarPath = `/admissionTermRecord/{id}`
1062
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
1063
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1064
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1065
+ let baseOptions;
1066
+ if (configuration) {
1067
+ baseOptions = configuration.baseOptions;
1068
+ }
1069
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
1070
+ const localVarHeaderParameter = {};
1071
+ const localVarQueryParameter = {};
1072
+ // authentication tokenScheme required
1073
+ // http bearer authentication required
1074
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
1075
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1076
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1077
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1078
+ return {
1079
+ url: toPathString(localVarUrlObj),
1080
+ options: localVarRequestOptions,
1081
+ };
1082
+ }),
1083
+ /**
1084
+ *
1085
+ * @summary 查询列表
1086
+ * @param {AdmissionTermsRecordSearchBO} bo
1087
+ * @param {*} [options] Override http request option.
1088
+ * @throws {RequiredError}
1089
+ */
1090
+ listEntryTerm: (bo_1, ...args_1) => __awaiter(this, [bo_1, ...args_1], void 0, function* (bo, options = {}) {
1091
+ // verify required parameter 'bo' is not null or undefined
1092
+ assertParamExists('listEntryTerm', 'bo', bo);
1093
+ const localVarPath = `/admissionTermRecord`;
1094
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1095
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1096
+ let baseOptions;
1097
+ if (configuration) {
1098
+ baseOptions = configuration.baseOptions;
1099
+ }
1100
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
1101
+ const localVarHeaderParameter = {};
1102
+ const localVarQueryParameter = {};
1103
+ // authentication tokenScheme required
1104
+ // http bearer authentication required
1105
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
1106
+ if (bo !== undefined) {
1107
+ for (const [key, value] of Object.entries(bo)) {
1108
+ localVarQueryParameter[key] = value;
1109
+ }
1110
+ }
1111
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1112
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1113
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1114
+ return {
1115
+ url: toPathString(localVarUrlObj),
1116
+ options: localVarRequestOptions,
1117
+ };
1118
+ }),
1119
+ /**
1120
+ *
1121
+ * @summary 查询启用的条款
1122
+ * @param {number} parkId
1123
+ * @param {string} [type]
1124
+ * @param {*} [options] Override http request option.
1125
+ * @throws {RequiredError}
1126
+ */
1127
+ selectStartUpAdmissionTerms: (parkId_1, type_1, ...args_1) => __awaiter(this, [parkId_1, type_1, ...args_1], void 0, function* (parkId, type, options = {}) {
1128
+ // verify required parameter 'parkId' is not null or undefined
1129
+ assertParamExists('selectStartUpAdmissionTerms', 'parkId', parkId);
1130
+ const localVarPath = `/admissionTermRecord/selectStartUpAdmissionTerms`;
1131
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1132
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1133
+ let baseOptions;
1134
+ if (configuration) {
1135
+ baseOptions = configuration.baseOptions;
1136
+ }
1137
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
1138
+ const localVarHeaderParameter = {};
1139
+ const localVarQueryParameter = {};
1140
+ // authentication tokenScheme required
1141
+ // http bearer authentication required
1142
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
1143
+ if (parkId !== undefined) {
1144
+ localVarQueryParameter['parkId'] = parkId;
1145
+ }
1146
+ if (type !== undefined) {
1147
+ localVarQueryParameter['type'] = type;
1148
+ }
1149
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1150
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1151
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1152
+ return {
1153
+ url: toPathString(localVarUrlObj),
1154
+ options: localVarRequestOptions,
1155
+ };
1156
+ }),
1157
+ /**
1158
+ *
1159
+ * @summary 修改入园条款
1160
+ * @param {number} id
1161
+ * @param {AdmissionTermsRecordUpdateBO} admissionTermsRecordUpdateBO
1162
+ * @param {*} [options] Override http request option.
1163
+ * @throws {RequiredError}
1164
+ */
1165
+ updateEntryTerm: (id_1, admissionTermsRecordUpdateBO_1, ...args_1) => __awaiter(this, [id_1, admissionTermsRecordUpdateBO_1, ...args_1], void 0, function* (id, admissionTermsRecordUpdateBO, options = {}) {
1166
+ // verify required parameter 'id' is not null or undefined
1167
+ assertParamExists('updateEntryTerm', 'id', id);
1168
+ // verify required parameter 'admissionTermsRecordUpdateBO' is not null or undefined
1169
+ assertParamExists('updateEntryTerm', 'admissionTermsRecordUpdateBO', admissionTermsRecordUpdateBO);
1170
+ const localVarPath = `/admissionTermRecord/{id}`
1171
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
1172
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1173
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1174
+ let baseOptions;
1175
+ if (configuration) {
1176
+ baseOptions = configuration.baseOptions;
1177
+ }
1178
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
1179
+ const localVarHeaderParameter = {};
1180
+ const localVarQueryParameter = {};
1181
+ // authentication tokenScheme required
1182
+ // http bearer authentication required
1183
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
1184
+ localVarHeaderParameter['Content-Type'] = 'application/json';
1185
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1186
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1187
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1188
+ localVarRequestOptions.data = serializeDataIfNeeded(admissionTermsRecordUpdateBO, localVarRequestOptions, configuration);
1189
+ return {
1190
+ url: toPathString(localVarUrlObj),
1191
+ options: localVarRequestOptions,
1192
+ };
1193
+ }),
1194
+ /**
1195
+ *
1196
+ * @summary 修改入园条款状态
1197
+ * @param {number} id
1198
+ * @param {AdmissionTermsRecordUpdateEnableBO} admissionTermsRecordUpdateEnableBO
1199
+ * @param {*} [options] Override http request option.
1200
+ * @throws {RequiredError}
1201
+ */
1202
+ updateEntryTermStatus: (id_1, admissionTermsRecordUpdateEnableBO_1, ...args_1) => __awaiter(this, [id_1, admissionTermsRecordUpdateEnableBO_1, ...args_1], void 0, function* (id, admissionTermsRecordUpdateEnableBO, options = {}) {
1203
+ // verify required parameter 'id' is not null or undefined
1204
+ assertParamExists('updateEntryTermStatus', 'id', id);
1205
+ // verify required parameter 'admissionTermsRecordUpdateEnableBO' is not null or undefined
1206
+ assertParamExists('updateEntryTermStatus', 'admissionTermsRecordUpdateEnableBO', admissionTermsRecordUpdateEnableBO);
1207
+ const localVarPath = `/admissionTermRecord/{id}/isEnable`
1208
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
1209
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1210
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1211
+ let baseOptions;
1212
+ if (configuration) {
1213
+ baseOptions = configuration.baseOptions;
1214
+ }
1215
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
1216
+ const localVarHeaderParameter = {};
1217
+ const localVarQueryParameter = {};
1218
+ // authentication tokenScheme required
1219
+ // http bearer authentication required
1220
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
1221
+ localVarHeaderParameter['Content-Type'] = 'application/json';
1222
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1223
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1224
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
581
1225
  localVarRequestOptions.data = serializeDataIfNeeded(admissionTermsRecordUpdateEnableBO, localVarRequestOptions, configuration);
582
1226
  return {
583
1227
  url: toPathString(localVarUrlObj),
@@ -593,6 +1237,109 @@ export const AccessApiAxiosParamCreator = function (configuration) {
593
1237
  export const AccessApiFp = function (configuration) {
594
1238
  const localVarAxiosParamCreator = AccessApiAxiosParamCreator(configuration);
595
1239
  return {
1240
+ /**
1241
+ * 添加黑名单信息
1242
+ * @summary 添加黑名单
1243
+ * @param {AccessBlacklistAddVo} accessBlacklistAddVo
1244
+ * @param {*} [options] Override http request option.
1245
+ * @throws {RequiredError}
1246
+ */
1247
+ accessBlacklistAdd(accessBlacklistAddVo, options) {
1248
+ return __awaiter(this, void 0, void 0, function* () {
1249
+ var _a, _b, _c;
1250
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessBlacklistAdd(accessBlacklistAddVo, options);
1251
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1252
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessBlacklistAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1253
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1254
+ });
1255
+ },
1256
+ /**
1257
+ * 批量导出黑名单信息
1258
+ * @summary 批量导出黑名单
1259
+ * @param {number} parkId 园区id
1260
+ * @param {string} [searchValue] 搜索值
1261
+ * @param {number} [accessCompanyId] 访问公司
1262
+ * @param {*} [options] Override http request option.
1263
+ * @throws {RequiredError}
1264
+ */
1265
+ accessBlacklistBatchExport(parkId, searchValue, accessCompanyId, options) {
1266
+ return __awaiter(this, void 0, void 0, function* () {
1267
+ var _a, _b, _c;
1268
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessBlacklistBatchExport(parkId, searchValue, accessCompanyId, options);
1269
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1270
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessBlacklistBatchExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1271
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1272
+ });
1273
+ },
1274
+ /**
1275
+ * 删除黑名单信息
1276
+ * @summary 删除黑名单
1277
+ * @param {number} id
1278
+ * @param {*} [options] Override http request option.
1279
+ * @throws {RequiredError}
1280
+ */
1281
+ accessBlacklistDelete(id, options) {
1282
+ return __awaiter(this, void 0, void 0, function* () {
1283
+ var _a, _b, _c;
1284
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessBlacklistDelete(id, options);
1285
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1286
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessBlacklistDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1287
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1288
+ });
1289
+ },
1290
+ /**
1291
+ * 获取指定ID的黑名单详情
1292
+ * @summary 获取黑名单详情
1293
+ * @param {number} id
1294
+ * @param {*} [options] Override http request option.
1295
+ * @throws {RequiredError}
1296
+ */
1297
+ accessBlacklistDetails(id, options) {
1298
+ return __awaiter(this, void 0, void 0, function* () {
1299
+ var _a, _b, _c;
1300
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessBlacklistDetails(id, options);
1301
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1302
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessBlacklistDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1303
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1304
+ });
1305
+ },
1306
+ /**
1307
+ * 查询黑名单列表
1308
+ * @summary 查询黑名单列表
1309
+ * @param {number} parkId 园区id
1310
+ * @param {number} page 页码
1311
+ * @param {number} pageSize 每页数量
1312
+ * @param {string} [searchValue] 搜索值
1313
+ * @param {number} [accessCompanyId] 访问公司
1314
+ * @param {*} [options] Override http request option.
1315
+ * @throws {RequiredError}
1316
+ */
1317
+ accessBlacklistSelectList(parkId, page, pageSize, searchValue, accessCompanyId, options) {
1318
+ return __awaiter(this, void 0, void 0, function* () {
1319
+ var _a, _b, _c;
1320
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessBlacklistSelectList(parkId, page, pageSize, searchValue, accessCompanyId, options);
1321
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1322
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessBlacklistSelectList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1323
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1324
+ });
1325
+ },
1326
+ /**
1327
+ * 修改黑名单信息
1328
+ * @summary 修改黑名单
1329
+ * @param {number} id
1330
+ * @param {AccessBlacklistUpdateVo} accessBlacklistUpdateVo
1331
+ * @param {*} [options] Override http request option.
1332
+ * @throws {RequiredError}
1333
+ */
1334
+ accessBlacklistUpdate(id, accessBlacklistUpdateVo, options) {
1335
+ return __awaiter(this, void 0, void 0, function* () {
1336
+ var _a, _b, _c;
1337
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessBlacklistUpdate(id, accessBlacklistUpdateVo, options);
1338
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1339
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessBlacklistUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1340
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1341
+ });
1342
+ },
596
1343
  /**
597
1344
  *
598
1345
  * @summary 新增出入访问公司
@@ -611,132 +1358,319 @@ export const AccessApiFp = function (configuration) {
611
1358
  },
612
1359
  /**
613
1360
  *
614
- * @summary 批量更新出入访问公司排序
615
- * @param {Array<AccessCompanyConfigSortVo>} accessCompanyConfigSortVo
1361
+ * @summary 批量更新出入访问公司排序
1362
+ * @param {Array<AccessCompanyConfigSortVo>} accessCompanyConfigSortVo
1363
+ * @param {*} [options] Override http request option.
1364
+ * @throws {RequiredError}
1365
+ */
1366
+ accessCompanyConfigBatchUpdateSort(accessCompanyConfigSortVo, options) {
1367
+ return __awaiter(this, void 0, void 0, function* () {
1368
+ var _a, _b, _c;
1369
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigBatchUpdateSort(accessCompanyConfigSortVo, options);
1370
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1371
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyConfigBatchUpdateSort']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1372
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1373
+ });
1374
+ },
1375
+ /**
1376
+ *
1377
+ * @summary 删除出入访问公司
1378
+ * @param {number} id
1379
+ * @param {*} [options] Override http request option.
1380
+ * @throws {RequiredError}
1381
+ */
1382
+ accessCompanyConfigDelete(id, options) {
1383
+ return __awaiter(this, void 0, void 0, function* () {
1384
+ var _a, _b, _c;
1385
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigDelete(id, options);
1386
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1387
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyConfigDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1388
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1389
+ });
1390
+ },
1391
+ /**
1392
+ *
1393
+ * @summary 查询出入访问公司详情
1394
+ * @param {number} id
1395
+ * @param {*} [options] Override http request option.
1396
+ * @throws {RequiredError}
1397
+ */
1398
+ accessCompanyConfigSelectById(id, options) {
1399
+ return __awaiter(this, void 0, void 0, function* () {
1400
+ var _a, _b, _c;
1401
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigSelectById(id, options);
1402
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1403
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyConfigSelectById']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1404
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1405
+ });
1406
+ },
1407
+ /**
1408
+ *
1409
+ * @summary 查询出入访问公司列表
1410
+ * @param {number} parkId 园区ID
1411
+ * @param {*} [options] Override http request option.
1412
+ * @throws {RequiredError}
1413
+ */
1414
+ accessCompanyConfigSelectList(parkId, options) {
1415
+ return __awaiter(this, void 0, void 0, function* () {
1416
+ var _a, _b, _c;
1417
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigSelectList(parkId, options);
1418
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1419
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyConfigSelectList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1420
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1421
+ });
1422
+ },
1423
+ /**
1424
+ *
1425
+ * @summary 编辑出入访问公司
1426
+ * @param {number} id
1427
+ * @param {AccessCompanyConfigAddOrUpdateVo} accessCompanyConfigAddOrUpdateVo
1428
+ * @param {*} [options] Override http request option.
1429
+ * @throws {RequiredError}
1430
+ */
1431
+ accessCompanyConfigUpdate(id, accessCompanyConfigAddOrUpdateVo, options) {
1432
+ return __awaiter(this, void 0, void 0, function* () {
1433
+ var _a, _b, _c;
1434
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigUpdate(id, accessCompanyConfigAddOrUpdateVo, options);
1435
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1436
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyConfigUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1437
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1438
+ });
1439
+ },
1440
+ /**
1441
+ *
1442
+ * @summary 编辑出入访问公司人员类型
1443
+ * @param {number} id
1444
+ * @param {Array<AccessVisitorPersonTypeConfigVo>} accessVisitorPersonTypeConfigVo
1445
+ * @param {*} [options] Override http request option.
1446
+ * @throws {RequiredError}
1447
+ */
1448
+ accessCompanyVisitorPersonTypeConfigsUpdate(id, accessVisitorPersonTypeConfigVo, options) {
1449
+ return __awaiter(this, void 0, void 0, function* () {
1450
+ var _a, _b, _c;
1451
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyVisitorPersonTypeConfigsUpdate(id, accessVisitorPersonTypeConfigVo, options);
1452
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1453
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyVisitorPersonTypeConfigsUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1454
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1455
+ });
1456
+ },
1457
+ /**
1458
+ * 根据园区ID查询出入配置
1459
+ * @summary 查询出入配置
1460
+ * @param {number} parkId
1461
+ * @param {*} [options] Override http request option.
1462
+ * @throws {RequiredError}
1463
+ */
1464
+ accessConfigSelectById(parkId, options) {
1465
+ return __awaiter(this, void 0, void 0, function* () {
1466
+ var _a, _b, _c;
1467
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessConfigSelectById(parkId, options);
1468
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1469
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessConfigSelectById']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1470
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1471
+ });
1472
+ },
1473
+ /**
1474
+ * 根据园区ID更新出入配置
1475
+ * @summary 更新出入配置
1476
+ * @param {number} parkId
1477
+ * @param {AccessConfigVo} accessConfigVo
1478
+ * @param {*} [options] Override http request option.
1479
+ * @throws {RequiredError}
1480
+ */
1481
+ accessConfigUpdate(parkId, accessConfigVo, options) {
1482
+ return __awaiter(this, void 0, void 0, function* () {
1483
+ var _a, _b, _c;
1484
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessConfigUpdate(parkId, accessConfigVo, options);
1485
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1486
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessConfigUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1487
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1488
+ });
1489
+ },
1490
+ /**
1491
+ *
1492
+ * @summary 新增出入白名单申请
1493
+ * @param {AccessWhitelistApplicationAddVo} accessWhitelistApplicationAddVo
1494
+ * @param {*} [options] Override http request option.
1495
+ * @throws {RequiredError}
1496
+ */
1497
+ accessWhitelistApplicationAdd(accessWhitelistApplicationAddVo, options) {
1498
+ return __awaiter(this, void 0, void 0, function* () {
1499
+ var _a, _b, _c;
1500
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationAdd(accessWhitelistApplicationAddVo, options);
1501
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1502
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1503
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1504
+ });
1505
+ },
1506
+ /**
1507
+ *
1508
+ * @summary 审批出入白名单申请
1509
+ * @param {number} id
1510
+ * @param {AccessWhitelistApplicationApprovalVo} accessWhitelistApplicationApprovalVo
1511
+ * @param {*} [options] Override http request option.
1512
+ * @throws {RequiredError}
1513
+ */
1514
+ accessWhitelistApplicationApproval(id, accessWhitelistApplicationApprovalVo, options) {
1515
+ return __awaiter(this, void 0, void 0, function* () {
1516
+ var _a, _b, _c;
1517
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationApproval(id, accessWhitelistApplicationApprovalVo, options);
1518
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1519
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationApproval']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1520
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1521
+ });
1522
+ },
1523
+ /**
1524
+ *
1525
+ * @summary 出入白名单申请-导出
1526
+ * @param {number} parkId 园区ID
1527
+ * @param {string} [searchValue] 搜索值
1528
+ * @param {number} [accessCompanyId] 访问公司
1529
+ * @param {AccessVisitorPersonTypeEnum} [accessVisitorPersonType] 访问人员类型
1530
+ * @param {AccessWhitelistApplicationStatusEnum} [applicationStatus] 申请状态
1531
+ * @param {*} [options] Override http request option.
1532
+ * @throws {RequiredError}
1533
+ */
1534
+ accessWhitelistApplicationBatchExport(parkId, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options) {
1535
+ return __awaiter(this, void 0, void 0, function* () {
1536
+ var _a, _b, _c;
1537
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationBatchExport(parkId, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options);
1538
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1539
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationBatchExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1540
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1541
+ });
1542
+ },
1543
+ /**
1544
+ *
1545
+ * @summary 出入白名单申请-确认导入
616
1546
  * @param {*} [options] Override http request option.
617
1547
  * @throws {RequiredError}
618
1548
  */
619
- accessCompanyConfigBatchUpdateSort(accessCompanyConfigSortVo, options) {
1549
+ accessWhitelistApplicationBatchImportConfirm(options) {
620
1550
  return __awaiter(this, void 0, void 0, function* () {
621
1551
  var _a, _b, _c;
622
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigBatchUpdateSort(accessCompanyConfigSortVo, options);
1552
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationBatchImportConfirm(options);
623
1553
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
624
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyConfigBatchUpdateSort']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1554
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
625
1555
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
626
1556
  });
627
1557
  },
628
1558
  /**
629
1559
  *
630
- * @summary 删除出入访问公司
631
- * @param {number} id
1560
+ * @summary 出入白名单申请-预览结果
632
1561
  * @param {*} [options] Override http request option.
633
1562
  * @throws {RequiredError}
634
1563
  */
635
- accessCompanyConfigDelete(id, options) {
1564
+ accessWhitelistApplicationBatchImportPreview(options) {
636
1565
  return __awaiter(this, void 0, void 0, function* () {
637
1566
  var _a, _b, _c;
638
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigDelete(id, options);
1567
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationBatchImportPreview(options);
639
1568
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
640
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyConfigDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1569
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationBatchImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
641
1570
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
642
1571
  });
643
1572
  },
644
1573
  /**
645
1574
  *
646
- * @summary 查询出入访问公司详情
647
- * @param {number} id
1575
+ * @summary 出入白名单申请-模板
648
1576
  * @param {*} [options] Override http request option.
649
1577
  * @throws {RequiredError}
650
1578
  */
651
- accessCompanyConfigSelectById(id, options) {
1579
+ accessWhitelistApplicationBatchImportTemplate(options) {
652
1580
  return __awaiter(this, void 0, void 0, function* () {
653
1581
  var _a, _b, _c;
654
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigSelectById(id, options);
1582
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationBatchImportTemplate(options);
655
1583
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
656
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyConfigSelectById']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1584
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
657
1585
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
658
1586
  });
659
1587
  },
660
1588
  /**
661
1589
  *
662
- * @summary 查询出入访问公司列表
663
- * @param {number} parkId 园区ID
1590
+ * @summary 出入白名单申请-上传文件
1591
+ * @param {number} parkId 园区id
1592
+ * @param {File} file
1593
+ * @param {string} [language] 语言
664
1594
  * @param {*} [options] Override http request option.
665
1595
  * @throws {RequiredError}
666
1596
  */
667
- accessCompanyConfigSelectList(parkId, options) {
1597
+ accessWhitelistApplicationBatchImportUpload(parkId, file, language, options) {
668
1598
  return __awaiter(this, void 0, void 0, function* () {
669
1599
  var _a, _b, _c;
670
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigSelectList(parkId, options);
1600
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationBatchImportUpload(parkId, file, language, options);
671
1601
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
672
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyConfigSelectList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1602
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
673
1603
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
674
1604
  });
675
1605
  },
676
1606
  /**
677
1607
  *
678
- * @summary 编辑出入访问公司
1608
+ * @summary 删除出入白名单申请
679
1609
  * @param {number} id
680
- * @param {AccessCompanyConfigAddOrUpdateVo} accessCompanyConfigAddOrUpdateVo
681
1610
  * @param {*} [options] Override http request option.
682
1611
  * @throws {RequiredError}
683
1612
  */
684
- accessCompanyConfigUpdate(id, accessCompanyConfigAddOrUpdateVo, options) {
1613
+ accessWhitelistApplicationDelete(id, options) {
685
1614
  return __awaiter(this, void 0, void 0, function* () {
686
1615
  var _a, _b, _c;
687
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigUpdate(id, accessCompanyConfigAddOrUpdateVo, options);
1616
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationDelete(id, options);
688
1617
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
689
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyConfigUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1618
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
690
1619
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
691
1620
  });
692
1621
  },
693
1622
  /**
694
1623
  *
695
- * @summary 编辑出入访问公司人员类型
1624
+ * @summary 获取出入白名单申请详情
696
1625
  * @param {number} id
697
- * @param {Array<AccessVisitorPersonTypeConfigVo>} accessVisitorPersonTypeConfigVo
698
1626
  * @param {*} [options] Override http request option.
699
1627
  * @throws {RequiredError}
700
1628
  */
701
- accessCompanyVisitorPersonTypeConfigsUpdate(id, accessVisitorPersonTypeConfigVo, options) {
1629
+ accessWhitelistApplicationDetails(id, options) {
702
1630
  return __awaiter(this, void 0, void 0, function* () {
703
1631
  var _a, _b, _c;
704
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyVisitorPersonTypeConfigsUpdate(id, accessVisitorPersonTypeConfigVo, options);
1632
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationDetails(id, options);
705
1633
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
706
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessCompanyVisitorPersonTypeConfigsUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1634
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
707
1635
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
708
1636
  });
709
1637
  },
710
1638
  /**
711
- * 根据园区ID查询出入配置
712
- * @summary 查询出入配置
713
- * @param {number} parkId
1639
+ *
1640
+ * @summary 获取出入白名单申请列表
1641
+ * @param {number} parkId 园区ID
1642
+ * @param {number} page 页码
1643
+ * @param {number} pageSize 每页数量
1644
+ * @param {string} [searchValue] 搜索值
1645
+ * @param {number} [accessCompanyId] 访问公司
1646
+ * @param {AccessVisitorPersonTypeEnum} [accessVisitorPersonType] 访问人员类型
1647
+ * @param {AccessWhitelistApplicationStatusEnum} [applicationStatus] 申请状态
714
1648
  * @param {*} [options] Override http request option.
715
1649
  * @throws {RequiredError}
716
1650
  */
717
- accessConfigSelectById(parkId, options) {
1651
+ accessWhitelistApplicationList(parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options) {
718
1652
  return __awaiter(this, void 0, void 0, function* () {
719
1653
  var _a, _b, _c;
720
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessConfigSelectById(parkId, options);
1654
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationList(parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options);
721
1655
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
722
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessConfigSelectById']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1656
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
723
1657
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
724
1658
  });
725
1659
  },
726
1660
  /**
727
- * 根据园区ID更新出入配置
728
- * @summary 更新出入配置
729
- * @param {number} parkId
730
- * @param {AccessConfigVo} accessConfigVo
1661
+ *
1662
+ * @summary 修改出入白名单申请
1663
+ * @param {number} id
1664
+ * @param {AccessWhitelistApplicationUpdateVo} accessWhitelistApplicationUpdateVo
731
1665
  * @param {*} [options] Override http request option.
732
1666
  * @throws {RequiredError}
733
1667
  */
734
- accessConfigUpdate(parkId, accessConfigVo, options) {
1668
+ accessWhitelistApplicationUpdate(id, accessWhitelistApplicationUpdateVo, options) {
735
1669
  return __awaiter(this, void 0, void 0, function* () {
736
1670
  var _a, _b, _c;
737
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessConfigUpdate(parkId, accessConfigVo, options);
1671
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationUpdate(id, accessWhitelistApplicationUpdateVo, options);
738
1672
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
739
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessConfigUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1673
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
740
1674
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
741
1675
  });
742
1676
  },
@@ -864,6 +1798,66 @@ export const AccessApiFp = function (configuration) {
864
1798
  export const AccessApiFactory = function (configuration, basePath, axios) {
865
1799
  const localVarFp = AccessApiFp(configuration);
866
1800
  return {
1801
+ /**
1802
+ * 添加黑名单信息
1803
+ * @summary 添加黑名单
1804
+ * @param {AccessApiAccessBlacklistAddRequest} requestParameters Request parameters.
1805
+ * @param {*} [options] Override http request option.
1806
+ * @throws {RequiredError}
1807
+ */
1808
+ accessBlacklistAdd(requestParameters, options) {
1809
+ return localVarFp.accessBlacklistAdd(requestParameters.accessBlacklistAddVo, options).then((request) => request(axios, basePath));
1810
+ },
1811
+ /**
1812
+ * 批量导出黑名单信息
1813
+ * @summary 批量导出黑名单
1814
+ * @param {AccessApiAccessBlacklistBatchExportRequest} requestParameters Request parameters.
1815
+ * @param {*} [options] Override http request option.
1816
+ * @throws {RequiredError}
1817
+ */
1818
+ accessBlacklistBatchExport(requestParameters, options) {
1819
+ return localVarFp.accessBlacklistBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.accessCompanyId, options).then((request) => request(axios, basePath));
1820
+ },
1821
+ /**
1822
+ * 删除黑名单信息
1823
+ * @summary 删除黑名单
1824
+ * @param {AccessApiAccessBlacklistDeleteRequest} requestParameters Request parameters.
1825
+ * @param {*} [options] Override http request option.
1826
+ * @throws {RequiredError}
1827
+ */
1828
+ accessBlacklistDelete(requestParameters, options) {
1829
+ return localVarFp.accessBlacklistDelete(requestParameters.id, options).then((request) => request(axios, basePath));
1830
+ },
1831
+ /**
1832
+ * 获取指定ID的黑名单详情
1833
+ * @summary 获取黑名单详情
1834
+ * @param {AccessApiAccessBlacklistDetailsRequest} requestParameters Request parameters.
1835
+ * @param {*} [options] Override http request option.
1836
+ * @throws {RequiredError}
1837
+ */
1838
+ accessBlacklistDetails(requestParameters, options) {
1839
+ return localVarFp.accessBlacklistDetails(requestParameters.id, options).then((request) => request(axios, basePath));
1840
+ },
1841
+ /**
1842
+ * 查询黑名单列表
1843
+ * @summary 查询黑名单列表
1844
+ * @param {AccessApiAccessBlacklistSelectListRequest} requestParameters Request parameters.
1845
+ * @param {*} [options] Override http request option.
1846
+ * @throws {RequiredError}
1847
+ */
1848
+ accessBlacklistSelectList(requestParameters, options) {
1849
+ return localVarFp.accessBlacklistSelectList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, options).then((request) => request(axios, basePath));
1850
+ },
1851
+ /**
1852
+ * 修改黑名单信息
1853
+ * @summary 修改黑名单
1854
+ * @param {AccessApiAccessBlacklistUpdateRequest} requestParameters Request parameters.
1855
+ * @param {*} [options] Override http request option.
1856
+ * @throws {RequiredError}
1857
+ */
1858
+ accessBlacklistUpdate(requestParameters, options) {
1859
+ return localVarFp.accessBlacklistUpdate(requestParameters.id, requestParameters.accessBlacklistUpdateVo, options).then((request) => request(axios, basePath));
1860
+ },
867
1861
  /**
868
1862
  *
869
1863
  * @summary 新增出入访问公司
@@ -954,6 +1948,113 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
954
1948
  accessConfigUpdate(requestParameters, options) {
955
1949
  return localVarFp.accessConfigUpdate(requestParameters.parkId, requestParameters.accessConfigVo, options).then((request) => request(axios, basePath));
956
1950
  },
1951
+ /**
1952
+ *
1953
+ * @summary 新增出入白名单申请
1954
+ * @param {AccessApiAccessWhitelistApplicationAddRequest} requestParameters Request parameters.
1955
+ * @param {*} [options] Override http request option.
1956
+ * @throws {RequiredError}
1957
+ */
1958
+ accessWhitelistApplicationAdd(requestParameters, options) {
1959
+ return localVarFp.accessWhitelistApplicationAdd(requestParameters.accessWhitelistApplicationAddVo, options).then((request) => request(axios, basePath));
1960
+ },
1961
+ /**
1962
+ *
1963
+ * @summary 审批出入白名单申请
1964
+ * @param {AccessApiAccessWhitelistApplicationApprovalRequest} requestParameters Request parameters.
1965
+ * @param {*} [options] Override http request option.
1966
+ * @throws {RequiredError}
1967
+ */
1968
+ accessWhitelistApplicationApproval(requestParameters, options) {
1969
+ return localVarFp.accessWhitelistApplicationApproval(requestParameters.id, requestParameters.accessWhitelistApplicationApprovalVo, options).then((request) => request(axios, basePath));
1970
+ },
1971
+ /**
1972
+ *
1973
+ * @summary 出入白名单申请-导出
1974
+ * @param {AccessApiAccessWhitelistApplicationBatchExportRequest} requestParameters Request parameters.
1975
+ * @param {*} [options] Override http request option.
1976
+ * @throws {RequiredError}
1977
+ */
1978
+ accessWhitelistApplicationBatchExport(requestParameters, options) {
1979
+ return localVarFp.accessWhitelistApplicationBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonType, requestParameters.applicationStatus, options).then((request) => request(axios, basePath));
1980
+ },
1981
+ /**
1982
+ *
1983
+ * @summary 出入白名单申请-确认导入
1984
+ * @param {*} [options] Override http request option.
1985
+ * @throws {RequiredError}
1986
+ */
1987
+ accessWhitelistApplicationBatchImportConfirm(options) {
1988
+ return localVarFp.accessWhitelistApplicationBatchImportConfirm(options).then((request) => request(axios, basePath));
1989
+ },
1990
+ /**
1991
+ *
1992
+ * @summary 出入白名单申请-预览结果
1993
+ * @param {*} [options] Override http request option.
1994
+ * @throws {RequiredError}
1995
+ */
1996
+ accessWhitelistApplicationBatchImportPreview(options) {
1997
+ return localVarFp.accessWhitelistApplicationBatchImportPreview(options).then((request) => request(axios, basePath));
1998
+ },
1999
+ /**
2000
+ *
2001
+ * @summary 出入白名单申请-模板
2002
+ * @param {*} [options] Override http request option.
2003
+ * @throws {RequiredError}
2004
+ */
2005
+ accessWhitelistApplicationBatchImportTemplate(options) {
2006
+ return localVarFp.accessWhitelistApplicationBatchImportTemplate(options).then((request) => request(axios, basePath));
2007
+ },
2008
+ /**
2009
+ *
2010
+ * @summary 出入白名单申请-上传文件
2011
+ * @param {AccessApiAccessWhitelistApplicationBatchImportUploadRequest} requestParameters Request parameters.
2012
+ * @param {*} [options] Override http request option.
2013
+ * @throws {RequiredError}
2014
+ */
2015
+ accessWhitelistApplicationBatchImportUpload(requestParameters, options) {
2016
+ return localVarFp.accessWhitelistApplicationBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(axios, basePath));
2017
+ },
2018
+ /**
2019
+ *
2020
+ * @summary 删除出入白名单申请
2021
+ * @param {AccessApiAccessWhitelistApplicationDeleteRequest} requestParameters Request parameters.
2022
+ * @param {*} [options] Override http request option.
2023
+ * @throws {RequiredError}
2024
+ */
2025
+ accessWhitelistApplicationDelete(requestParameters, options) {
2026
+ return localVarFp.accessWhitelistApplicationDelete(requestParameters.id, options).then((request) => request(axios, basePath));
2027
+ },
2028
+ /**
2029
+ *
2030
+ * @summary 获取出入白名单申请详情
2031
+ * @param {AccessApiAccessWhitelistApplicationDetailsRequest} requestParameters Request parameters.
2032
+ * @param {*} [options] Override http request option.
2033
+ * @throws {RequiredError}
2034
+ */
2035
+ accessWhitelistApplicationDetails(requestParameters, options) {
2036
+ return localVarFp.accessWhitelistApplicationDetails(requestParameters.id, options).then((request) => request(axios, basePath));
2037
+ },
2038
+ /**
2039
+ *
2040
+ * @summary 获取出入白名单申请列表
2041
+ * @param {AccessApiAccessWhitelistApplicationListRequest} requestParameters Request parameters.
2042
+ * @param {*} [options] Override http request option.
2043
+ * @throws {RequiredError}
2044
+ */
2045
+ accessWhitelistApplicationList(requestParameters, options) {
2046
+ return localVarFp.accessWhitelistApplicationList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonType, requestParameters.applicationStatus, options).then((request) => request(axios, basePath));
2047
+ },
2048
+ /**
2049
+ *
2050
+ * @summary 修改出入白名单申请
2051
+ * @param {AccessApiAccessWhitelistApplicationUpdateRequest} requestParameters Request parameters.
2052
+ * @param {*} [options] Override http request option.
2053
+ * @throws {RequiredError}
2054
+ */
2055
+ accessWhitelistApplicationUpdate(requestParameters, options) {
2056
+ return localVarFp.accessWhitelistApplicationUpdate(requestParameters.id, requestParameters.accessWhitelistApplicationUpdateVo, options).then((request) => request(axios, basePath));
2057
+ },
957
2058
  /**
958
2059
  *
959
2060
  * @summary 添加入园条款
@@ -1033,6 +2134,72 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
1033
2134
  * @extends {BaseAPI}
1034
2135
  */
1035
2136
  export class AccessApi extends BaseAPI {
2137
+ /**
2138
+ * 添加黑名单信息
2139
+ * @summary 添加黑名单
2140
+ * @param {AccessApiAccessBlacklistAddRequest} requestParameters Request parameters.
2141
+ * @param {*} [options] Override http request option.
2142
+ * @throws {RequiredError}
2143
+ * @memberof AccessApi
2144
+ */
2145
+ accessBlacklistAdd(requestParameters, options) {
2146
+ return AccessApiFp(this.configuration).accessBlacklistAdd(requestParameters.accessBlacklistAddVo, options).then((request) => request(this.axios, this.basePath));
2147
+ }
2148
+ /**
2149
+ * 批量导出黑名单信息
2150
+ * @summary 批量导出黑名单
2151
+ * @param {AccessApiAccessBlacklistBatchExportRequest} requestParameters Request parameters.
2152
+ * @param {*} [options] Override http request option.
2153
+ * @throws {RequiredError}
2154
+ * @memberof AccessApi
2155
+ */
2156
+ accessBlacklistBatchExport(requestParameters, options) {
2157
+ return AccessApiFp(this.configuration).accessBlacklistBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.accessCompanyId, options).then((request) => request(this.axios, this.basePath));
2158
+ }
2159
+ /**
2160
+ * 删除黑名单信息
2161
+ * @summary 删除黑名单
2162
+ * @param {AccessApiAccessBlacklistDeleteRequest} requestParameters Request parameters.
2163
+ * @param {*} [options] Override http request option.
2164
+ * @throws {RequiredError}
2165
+ * @memberof AccessApi
2166
+ */
2167
+ accessBlacklistDelete(requestParameters, options) {
2168
+ return AccessApiFp(this.configuration).accessBlacklistDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
2169
+ }
2170
+ /**
2171
+ * 获取指定ID的黑名单详情
2172
+ * @summary 获取黑名单详情
2173
+ * @param {AccessApiAccessBlacklistDetailsRequest} requestParameters Request parameters.
2174
+ * @param {*} [options] Override http request option.
2175
+ * @throws {RequiredError}
2176
+ * @memberof AccessApi
2177
+ */
2178
+ accessBlacklistDetails(requestParameters, options) {
2179
+ return AccessApiFp(this.configuration).accessBlacklistDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
2180
+ }
2181
+ /**
2182
+ * 查询黑名单列表
2183
+ * @summary 查询黑名单列表
2184
+ * @param {AccessApiAccessBlacklistSelectListRequest} requestParameters Request parameters.
2185
+ * @param {*} [options] Override http request option.
2186
+ * @throws {RequiredError}
2187
+ * @memberof AccessApi
2188
+ */
2189
+ accessBlacklistSelectList(requestParameters, options) {
2190
+ return AccessApiFp(this.configuration).accessBlacklistSelectList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, options).then((request) => request(this.axios, this.basePath));
2191
+ }
2192
+ /**
2193
+ * 修改黑名单信息
2194
+ * @summary 修改黑名单
2195
+ * @param {AccessApiAccessBlacklistUpdateRequest} requestParameters Request parameters.
2196
+ * @param {*} [options] Override http request option.
2197
+ * @throws {RequiredError}
2198
+ * @memberof AccessApi
2199
+ */
2200
+ accessBlacklistUpdate(requestParameters, options) {
2201
+ return AccessApiFp(this.configuration).accessBlacklistUpdate(requestParameters.id, requestParameters.accessBlacklistUpdateVo, options).then((request) => request(this.axios, this.basePath));
2202
+ }
1036
2203
  /**
1037
2204
  *
1038
2205
  * @summary 新增出入访问公司
@@ -1132,6 +2299,124 @@ export class AccessApi extends BaseAPI {
1132
2299
  accessConfigUpdate(requestParameters, options) {
1133
2300
  return AccessApiFp(this.configuration).accessConfigUpdate(requestParameters.parkId, requestParameters.accessConfigVo, options).then((request) => request(this.axios, this.basePath));
1134
2301
  }
2302
+ /**
2303
+ *
2304
+ * @summary 新增出入白名单申请
2305
+ * @param {AccessApiAccessWhitelistApplicationAddRequest} requestParameters Request parameters.
2306
+ * @param {*} [options] Override http request option.
2307
+ * @throws {RequiredError}
2308
+ * @memberof AccessApi
2309
+ */
2310
+ accessWhitelistApplicationAdd(requestParameters, options) {
2311
+ return AccessApiFp(this.configuration).accessWhitelistApplicationAdd(requestParameters.accessWhitelistApplicationAddVo, options).then((request) => request(this.axios, this.basePath));
2312
+ }
2313
+ /**
2314
+ *
2315
+ * @summary 审批出入白名单申请
2316
+ * @param {AccessApiAccessWhitelistApplicationApprovalRequest} requestParameters Request parameters.
2317
+ * @param {*} [options] Override http request option.
2318
+ * @throws {RequiredError}
2319
+ * @memberof AccessApi
2320
+ */
2321
+ accessWhitelistApplicationApproval(requestParameters, options) {
2322
+ return AccessApiFp(this.configuration).accessWhitelistApplicationApproval(requestParameters.id, requestParameters.accessWhitelistApplicationApprovalVo, options).then((request) => request(this.axios, this.basePath));
2323
+ }
2324
+ /**
2325
+ *
2326
+ * @summary 出入白名单申请-导出
2327
+ * @param {AccessApiAccessWhitelistApplicationBatchExportRequest} requestParameters Request parameters.
2328
+ * @param {*} [options] Override http request option.
2329
+ * @throws {RequiredError}
2330
+ * @memberof AccessApi
2331
+ */
2332
+ accessWhitelistApplicationBatchExport(requestParameters, options) {
2333
+ return AccessApiFp(this.configuration).accessWhitelistApplicationBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonType, requestParameters.applicationStatus, options).then((request) => request(this.axios, this.basePath));
2334
+ }
2335
+ /**
2336
+ *
2337
+ * @summary 出入白名单申请-确认导入
2338
+ * @param {*} [options] Override http request option.
2339
+ * @throws {RequiredError}
2340
+ * @memberof AccessApi
2341
+ */
2342
+ accessWhitelistApplicationBatchImportConfirm(options) {
2343
+ return AccessApiFp(this.configuration).accessWhitelistApplicationBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
2344
+ }
2345
+ /**
2346
+ *
2347
+ * @summary 出入白名单申请-预览结果
2348
+ * @param {*} [options] Override http request option.
2349
+ * @throws {RequiredError}
2350
+ * @memberof AccessApi
2351
+ */
2352
+ accessWhitelistApplicationBatchImportPreview(options) {
2353
+ return AccessApiFp(this.configuration).accessWhitelistApplicationBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
2354
+ }
2355
+ /**
2356
+ *
2357
+ * @summary 出入白名单申请-模板
2358
+ * @param {*} [options] Override http request option.
2359
+ * @throws {RequiredError}
2360
+ * @memberof AccessApi
2361
+ */
2362
+ accessWhitelistApplicationBatchImportTemplate(options) {
2363
+ return AccessApiFp(this.configuration).accessWhitelistApplicationBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
2364
+ }
2365
+ /**
2366
+ *
2367
+ * @summary 出入白名单申请-上传文件
2368
+ * @param {AccessApiAccessWhitelistApplicationBatchImportUploadRequest} requestParameters Request parameters.
2369
+ * @param {*} [options] Override http request option.
2370
+ * @throws {RequiredError}
2371
+ * @memberof AccessApi
2372
+ */
2373
+ accessWhitelistApplicationBatchImportUpload(requestParameters, options) {
2374
+ return AccessApiFp(this.configuration).accessWhitelistApplicationBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
2375
+ }
2376
+ /**
2377
+ *
2378
+ * @summary 删除出入白名单申请
2379
+ * @param {AccessApiAccessWhitelistApplicationDeleteRequest} requestParameters Request parameters.
2380
+ * @param {*} [options] Override http request option.
2381
+ * @throws {RequiredError}
2382
+ * @memberof AccessApi
2383
+ */
2384
+ accessWhitelistApplicationDelete(requestParameters, options) {
2385
+ return AccessApiFp(this.configuration).accessWhitelistApplicationDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
2386
+ }
2387
+ /**
2388
+ *
2389
+ * @summary 获取出入白名单申请详情
2390
+ * @param {AccessApiAccessWhitelistApplicationDetailsRequest} requestParameters Request parameters.
2391
+ * @param {*} [options] Override http request option.
2392
+ * @throws {RequiredError}
2393
+ * @memberof AccessApi
2394
+ */
2395
+ accessWhitelistApplicationDetails(requestParameters, options) {
2396
+ return AccessApiFp(this.configuration).accessWhitelistApplicationDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
2397
+ }
2398
+ /**
2399
+ *
2400
+ * @summary 获取出入白名单申请列表
2401
+ * @param {AccessApiAccessWhitelistApplicationListRequest} requestParameters Request parameters.
2402
+ * @param {*} [options] Override http request option.
2403
+ * @throws {RequiredError}
2404
+ * @memberof AccessApi
2405
+ */
2406
+ accessWhitelistApplicationList(requestParameters, options) {
2407
+ return AccessApiFp(this.configuration).accessWhitelistApplicationList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonType, requestParameters.applicationStatus, options).then((request) => request(this.axios, this.basePath));
2408
+ }
2409
+ /**
2410
+ *
2411
+ * @summary 修改出入白名单申请
2412
+ * @param {AccessApiAccessWhitelistApplicationUpdateRequest} requestParameters Request parameters.
2413
+ * @param {*} [options] Override http request option.
2414
+ * @throws {RequiredError}
2415
+ * @memberof AccessApi
2416
+ */
2417
+ accessWhitelistApplicationUpdate(requestParameters, options) {
2418
+ return AccessApiFp(this.configuration).accessWhitelistApplicationUpdate(requestParameters.id, requestParameters.accessWhitelistApplicationUpdateVo, options).then((request) => request(this.axios, this.basePath));
2419
+ }
1135
2420
  /**
1136
2421
  *
1137
2422
  * @summary 添加入园条款