@gizone/rrs-client 4.2.0-alpha.289 → 4.2.0-alpha.293

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 (143) hide show
  1. package/.openapi-generator/FILES +22 -0
  2. package/apis/access-api.ts +2107 -265
  3. package/apis/open-api-api.ts +92 -0
  4. package/dist/apis/access-api.d.ts +998 -39
  5. package/dist/apis/access-api.js +1434 -79
  6. package/dist/apis/open-api-api.d.ts +47 -0
  7. package/dist/apis/open-api-api.js +71 -0
  8. package/dist/esm/apis/access-api.d.ts +998 -39
  9. package/dist/esm/apis/access-api.js +1434 -79
  10. package/dist/esm/apis/open-api-api.d.ts +47 -0
  11. package/dist/esm/apis/open-api-api.js +71 -0
  12. package/dist/esm/models/access-blacklist-add-vo.d.ts +54 -0
  13. package/dist/esm/models/access-blacklist-add-vo.js +14 -0
  14. package/dist/esm/models/access-blacklist-details-dto.d.ts +72 -0
  15. package/dist/esm/models/access-blacklist-details-dto.js +14 -0
  16. package/dist/esm/models/access-blacklist-update-vo.d.ts +48 -0
  17. package/dist/esm/models/access-blacklist-update-vo.js +14 -0
  18. package/dist/esm/models/access-company-config-sort-vo.d.ts +30 -0
  19. package/dist/esm/models/access-company-config-sort-vo.js +14 -0
  20. package/dist/esm/models/access-vehicle-length-enum.d.ts +25 -0
  21. package/dist/esm/models/access-vehicle-length-enum.js +26 -0
  22. package/dist/esm/models/access-vehicle-type-enum.d.ts +21 -0
  23. package/dist/esm/models/access-vehicle-type-enum.js +22 -0
  24. package/dist/esm/models/access-whitelist-application-add-vo.d.ts +100 -0
  25. package/dist/esm/models/access-whitelist-application-add-vo.js +14 -0
  26. package/dist/esm/models/access-whitelist-application-approval-vo.d.ts +30 -0
  27. package/dist/esm/models/access-whitelist-application-approval-vo.js +14 -0
  28. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
  29. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.js +14 -0
  30. package/dist/esm/models/access-whitelist-application-details-dto.d.ts +132 -0
  31. package/dist/esm/models/access-whitelist-application-details-dto.js +14 -0
  32. package/dist/esm/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
  33. package/dist/esm/models/access-whitelist-application-internal-status-enum.js +22 -0
  34. package/dist/esm/models/access-whitelist-application-status-enum.d.ts +23 -0
  35. package/dist/esm/models/access-whitelist-application-status-enum.js +24 -0
  36. package/dist/esm/models/access-whitelist-application-update-vo.d.ts +94 -0
  37. package/dist/esm/models/access-whitelist-application-update-vo.js +14 -0
  38. package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
  39. package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
  40. package/dist/esm/models/index.d.ts +22 -0
  41. package/dist/esm/models/index.js +22 -0
  42. package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +62 -0
  43. package/dist/esm/models/json-result-access-blacklist-details-dto.js +14 -0
  44. package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
  45. package/dist/esm/models/json-result-access-whitelist-application-details-dto.js +14 -0
  46. package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
  47. package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
  48. package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +1 -1
  49. package/dist/esm/models/json-result-list-space-tree-dto.d.ts +1 -1
  50. package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
  51. package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.js +14 -0
  52. package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
  53. package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.js +14 -0
  54. package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
  55. package/dist/esm/models/page-dto-access-blacklist-details-dto.js +14 -0
  56. package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
  57. package/dist/esm/models/page-dto-access-whitelist-application-details-dto.js +14 -0
  58. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
  59. package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
  60. package/dist/esm/models/system-user-msg-type-enum.d.ts +1 -0
  61. package/dist/esm/models/system-user-msg-type-enum.js +2 -1
  62. package/dist/esm/models/whitelist-other-info-vo.d.ts +54 -0
  63. package/dist/esm/models/whitelist-other-info-vo.js +14 -0
  64. package/dist/models/access-blacklist-add-vo.d.ts +54 -0
  65. package/dist/models/access-blacklist-add-vo.js +15 -0
  66. package/dist/models/access-blacklist-details-dto.d.ts +72 -0
  67. package/dist/models/access-blacklist-details-dto.js +15 -0
  68. package/dist/models/access-blacklist-update-vo.d.ts +48 -0
  69. package/dist/models/access-blacklist-update-vo.js +15 -0
  70. package/dist/models/access-company-config-sort-vo.d.ts +30 -0
  71. package/dist/models/access-company-config-sort-vo.js +15 -0
  72. package/dist/models/access-vehicle-length-enum.d.ts +25 -0
  73. package/dist/models/access-vehicle-length-enum.js +29 -0
  74. package/dist/models/access-vehicle-type-enum.d.ts +21 -0
  75. package/dist/models/access-vehicle-type-enum.js +25 -0
  76. package/dist/models/access-whitelist-application-add-vo.d.ts +100 -0
  77. package/dist/models/access-whitelist-application-add-vo.js +15 -0
  78. package/dist/models/access-whitelist-application-approval-vo.d.ts +30 -0
  79. package/dist/models/access-whitelist-application-approval-vo.js +15 -0
  80. package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
  81. package/dist/models/access-whitelist-application-batch-import-template-dto.js +15 -0
  82. package/dist/models/access-whitelist-application-details-dto.d.ts +132 -0
  83. package/dist/models/access-whitelist-application-details-dto.js +15 -0
  84. package/dist/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
  85. package/dist/models/access-whitelist-application-internal-status-enum.js +25 -0
  86. package/dist/models/access-whitelist-application-status-enum.d.ts +23 -0
  87. package/dist/models/access-whitelist-application-status-enum.js +27 -0
  88. package/dist/models/access-whitelist-application-update-vo.d.ts +94 -0
  89. package/dist/models/access-whitelist-application-update-vo.js +15 -0
  90. package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
  91. package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
  92. package/dist/models/index.d.ts +22 -0
  93. package/dist/models/index.js +22 -0
  94. package/dist/models/json-result-access-blacklist-details-dto.d.ts +62 -0
  95. package/dist/models/json-result-access-blacklist-details-dto.js +15 -0
  96. package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
  97. package/dist/models/json-result-access-whitelist-application-details-dto.js +15 -0
  98. package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
  99. package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
  100. package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +1 -1
  101. package/dist/models/json-result-list-space-tree-dto.d.ts +1 -1
  102. package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
  103. package/dist/models/json-result-page-dto-access-blacklist-details-dto.js +15 -0
  104. package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
  105. package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.js +15 -0
  106. package/dist/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
  107. package/dist/models/page-dto-access-blacklist-details-dto.js +15 -0
  108. package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
  109. package/dist/models/page-dto-access-whitelist-application-details-dto.js +15 -0
  110. package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
  111. package/dist/models/system-user-msg-source-type-enum.js +2 -1
  112. package/dist/models/system-user-msg-type-enum.d.ts +1 -0
  113. package/dist/models/system-user-msg-type-enum.js +2 -1
  114. package/dist/models/whitelist-other-info-vo.d.ts +54 -0
  115. package/dist/models/whitelist-other-info-vo.js +15 -0
  116. package/models/access-blacklist-add-vo.ts +60 -0
  117. package/models/access-blacklist-details-dto.ts +78 -0
  118. package/models/access-blacklist-update-vo.ts +54 -0
  119. package/models/access-company-config-sort-vo.ts +36 -0
  120. package/models/access-vehicle-length-enum.ts +35 -0
  121. package/models/access-vehicle-type-enum.ts +31 -0
  122. package/models/access-whitelist-application-add-vo.ts +116 -0
  123. package/models/access-whitelist-application-approval-vo.ts +36 -0
  124. package/models/access-whitelist-application-batch-import-template-dto.ts +137 -0
  125. package/models/access-whitelist-application-details-dto.ts +152 -0
  126. package/models/access-whitelist-application-internal-status-enum.ts +31 -0
  127. package/models/access-whitelist-application-status-enum.ts +33 -0
  128. package/models/access-whitelist-application-update-vo.ts +110 -0
  129. package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +39 -0
  130. package/models/index.ts +22 -0
  131. package/models/json-result-access-blacklist-details-dto.ts +72 -0
  132. package/models/json-result-access-whitelist-application-details-dto.ts +72 -0
  133. package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +72 -0
  134. package/models/json-result-json-result-list-space-tree-dto.ts +1 -1
  135. package/models/json-result-list-space-tree-dto.ts +1 -1
  136. package/models/json-result-page-dto-access-blacklist-details-dto.ts +72 -0
  137. package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +72 -0
  138. package/models/page-dto-access-blacklist-details-dto.ts +39 -0
  139. package/models/page-dto-access-whitelist-application-details-dto.ts +39 -0
  140. package/models/system-user-msg-source-type-enum.ts +2 -1
  141. package/models/system-user-msg-type-enum.ts +2 -1
  142. package/models/whitelist-other-info-vo.ts +60 -0
  143. 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 新增出入访问公司
@@ -65,6 +295,39 @@ export const AccessApiAxiosParamCreator = function (configuration) {
65
295
  options: localVarRequestOptions,
66
296
  };
67
297
  }),
298
+ /**
299
+ *
300
+ * @summary 批量更新出入访问公司排序
301
+ * @param {Array<AccessCompanyConfigSortVo>} accessCompanyConfigSortVo
302
+ * @param {*} [options] Override http request option.
303
+ * @throws {RequiredError}
304
+ */
305
+ accessCompanyConfigBatchUpdateSort: (accessCompanyConfigSortVo_1, ...args_1) => __awaiter(this, [accessCompanyConfigSortVo_1, ...args_1], void 0, function* (accessCompanyConfigSortVo, options = {}) {
306
+ // verify required parameter 'accessCompanyConfigSortVo' is not null or undefined
307
+ assertParamExists('accessCompanyConfigBatchUpdateSort', 'accessCompanyConfigSortVo', accessCompanyConfigSortVo);
308
+ const localVarPath = `/access/company-config/batch/sort`;
309
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
310
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
311
+ let baseOptions;
312
+ if (configuration) {
313
+ baseOptions = configuration.baseOptions;
314
+ }
315
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
316
+ const localVarHeaderParameter = {};
317
+ const localVarQueryParameter = {};
318
+ // authentication tokenScheme required
319
+ // http bearer authentication required
320
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
321
+ localVarHeaderParameter['Content-Type'] = 'application/json';
322
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
323
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
324
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
325
+ localVarRequestOptions.data = serializeDataIfNeeded(accessCompanyConfigSortVo, localVarRequestOptions, configuration);
326
+ return {
327
+ url: toPathString(localVarUrlObj),
328
+ options: localVarRequestOptions,
329
+ };
330
+ }),
68
331
  /**
69
332
  *
70
333
  * @summary 删除出入访问公司
@@ -308,15 +571,15 @@ export const AccessApiAxiosParamCreator = function (configuration) {
308
571
  }),
309
572
  /**
310
573
  *
311
- * @summary 添加入园条款
312
- * @param {AdmissionTermsRecordAddBO} admissionTermsRecordAddBO
574
+ * @summary 新增出入白名单申请
575
+ * @param {AccessWhitelistApplicationAddVo} accessWhitelistApplicationAddVo
313
576
  * @param {*} [options] Override http request option.
314
577
  * @throws {RequiredError}
315
578
  */
316
- createEntryTerm: (admissionTermsRecordAddBO_1, ...args_1) => __awaiter(this, [admissionTermsRecordAddBO_1, ...args_1], void 0, function* (admissionTermsRecordAddBO, options = {}) {
317
- // verify required parameter 'admissionTermsRecordAddBO' is not null or undefined
318
- assertParamExists('createEntryTerm', 'admissionTermsRecordAddBO', admissionTermsRecordAddBO);
319
- 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`;
320
583
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
321
584
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
322
585
  let baseOptions;
@@ -333,7 +596,7 @@ export const AccessApiAxiosParamCreator = function (configuration) {
333
596
  setSearchParams(localVarUrlObj, localVarQueryParameter);
334
597
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
335
598
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
336
- localVarRequestOptions.data = serializeDataIfNeeded(admissionTermsRecordAddBO, localVarRequestOptions, configuration);
599
+ localVarRequestOptions.data = serializeDataIfNeeded(accessWhitelistApplicationAddVo, localVarRequestOptions, configuration);
337
600
  return {
338
601
  url: toPathString(localVarUrlObj),
339
602
  options: localVarRequestOptions,
@@ -341,15 +604,18 @@ export const AccessApiAxiosParamCreator = function (configuration) {
341
604
  }),
342
605
  /**
343
606
  *
344
- * @summary 删除
607
+ * @summary 审批出入白名单申请
345
608
  * @param {number} id
609
+ * @param {AccessWhitelistApplicationApprovalVo} accessWhitelistApplicationApprovalVo
346
610
  * @param {*} [options] Override http request option.
347
611
  * @throws {RequiredError}
348
612
  */
349
- 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 = {}) {
350
614
  // verify required parameter 'id' is not null or undefined
351
- assertParamExists('deleteEntryTerm', 'id', id);
352
- 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}`
353
619
  .replace(`{${"id"}}`, encodeURIComponent(String(id)));
354
620
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
355
621
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -357,15 +623,17 @@ export const AccessApiAxiosParamCreator = function (configuration) {
357
623
  if (configuration) {
358
624
  baseOptions = configuration.baseOptions;
359
625
  }
360
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
626
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
361
627
  const localVarHeaderParameter = {};
362
628
  const localVarQueryParameter = {};
363
629
  // authentication tokenScheme required
364
630
  // http bearer authentication required
365
631
  yield setBearerAuthToObject(localVarHeaderParameter, configuration);
632
+ localVarHeaderParameter['Content-Type'] = 'application/json';
366
633
  setSearchParams(localVarUrlObj, localVarQueryParameter);
367
634
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
368
635
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
636
+ localVarRequestOptions.data = serializeDataIfNeeded(accessWhitelistApplicationApprovalVo, localVarRequestOptions, configuration);
369
637
  return {
370
638
  url: toPathString(localVarUrlObj),
371
639
  options: localVarRequestOptions,
@@ -373,16 +641,19 @@ export const AccessApiAxiosParamCreator = function (configuration) {
373
641
  }),
374
642
  /**
375
643
  *
376
- * @summary 查询详情
377
- * @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] 申请状态
378
650
  * @param {*} [options] Override http request option.
379
651
  * @throws {RequiredError}
380
652
  */
381
- getEntryTerm: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
382
- // verify required parameter 'id' is not null or undefined
383
- assertParamExists('getEntryTerm', 'id', id);
384
- const localVarPath = `/admissionTermRecord/{id}`
385
- .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`;
386
657
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
387
658
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
388
659
  let baseOptions;
@@ -395,6 +666,21 @@ export const AccessApiAxiosParamCreator = function (configuration) {
395
666
  // authentication tokenScheme required
396
667
  // http bearer authentication required
397
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
+ }
398
684
  setSearchParams(localVarUrlObj, localVarQueryParameter);
399
685
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
400
686
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -405,32 +691,24 @@ export const AccessApiAxiosParamCreator = function (configuration) {
405
691
  }),
406
692
  /**
407
693
  *
408
- * @summary 查询列表
409
- * @param {AdmissionTermsRecordSearchBO} bo
694
+ * @summary 出入白名单申请-确认导入
410
695
  * @param {*} [options] Override http request option.
411
696
  * @throws {RequiredError}
412
697
  */
413
- listEntryTerm: (bo_1, ...args_1) => __awaiter(this, [bo_1, ...args_1], void 0, function* (bo, options = {}) {
414
- // verify required parameter 'bo' is not null or undefined
415
- assertParamExists('listEntryTerm', 'bo', bo);
416
- const localVarPath = `/admissionTermRecord`;
698
+ accessWhitelistApplicationBatchImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
699
+ const localVarPath = `/access/whitelist/application/batchImport/confirm`;
417
700
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
418
701
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
419
702
  let baseOptions;
420
703
  if (configuration) {
421
704
  baseOptions = configuration.baseOptions;
422
705
  }
423
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
706
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
424
707
  const localVarHeaderParameter = {};
425
708
  const localVarQueryParameter = {};
426
709
  // authentication tokenScheme required
427
710
  // http bearer authentication required
428
711
  yield setBearerAuthToObject(localVarHeaderParameter, configuration);
429
- if (bo !== undefined) {
430
- for (const [key, value] of Object.entries(bo)) {
431
- localVarQueryParameter[key] = value;
432
- }
433
- }
434
712
  setSearchParams(localVarUrlObj, localVarQueryParameter);
435
713
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
436
714
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -441,16 +719,12 @@ export const AccessApiAxiosParamCreator = function (configuration) {
441
719
  }),
442
720
  /**
443
721
  *
444
- * @summary 查询启用的条款
445
- * @param {number} parkId
446
- * @param {string} [type]
722
+ * @summary 出入白名单申请-预览结果
447
723
  * @param {*} [options] Override http request option.
448
724
  * @throws {RequiredError}
449
725
  */
450
- selectStartUpAdmissionTerms: (parkId_1, type_1, ...args_1) => __awaiter(this, [parkId_1, type_1, ...args_1], void 0, function* (parkId, type, options = {}) {
451
- // verify required parameter 'parkId' is not null or undefined
452
- assertParamExists('selectStartUpAdmissionTerms', 'parkId', parkId);
453
- const localVarPath = `/admissionTermRecord/selectStartUpAdmissionTerms`;
726
+ accessWhitelistApplicationBatchImportPreview: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
727
+ const localVarPath = `/access/whitelist/application/batchImport/preview`;
454
728
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
455
729
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
456
730
  let baseOptions;
@@ -463,12 +737,6 @@ export const AccessApiAxiosParamCreator = function (configuration) {
463
737
  // authentication tokenScheme required
464
738
  // http bearer authentication required
465
739
  yield setBearerAuthToObject(localVarHeaderParameter, configuration);
466
- if (parkId !== undefined) {
467
- localVarQueryParameter['parkId'] = parkId;
468
- }
469
- if (type !== undefined) {
470
- localVarQueryParameter['type'] = type;
471
- }
472
740
  setSearchParams(localVarUrlObj, localVarQueryParameter);
473
741
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
474
742
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -479,14 +747,423 @@ export const AccessApiAxiosParamCreator = function (configuration) {
479
747
  }),
480
748
  /**
481
749
  *
482
- * @summary 修改入园条款
483
- * @param {number} id
484
- * @param {AdmissionTermsRecordUpdateBO} admissionTermsRecordUpdateBO
750
+ * @summary 出入白名单申请-模板
485
751
  * @param {*} [options] Override http request option.
486
752
  * @throws {RequiredError}
487
753
  */
488
- updateEntryTerm: (id_1, admissionTermsRecordUpdateBO_1, ...args_1) => __awaiter(this, [id_1, admissionTermsRecordUpdateBO_1, ...args_1], void 0, function* (id, admissionTermsRecordUpdateBO, options = {}) {
489
- // verify required parameter 'id' is not null or undefined
754
+ accessWhitelistApplicationBatchImportTemplate: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
755
+ const localVarPath = `/access/whitelist/application/batchImport/template`;
756
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
757
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
758
+ let baseOptions;
759
+ if (configuration) {
760
+ baseOptions = configuration.baseOptions;
761
+ }
762
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
763
+ const localVarHeaderParameter = {};
764
+ const localVarQueryParameter = {};
765
+ // authentication tokenScheme required
766
+ // http bearer authentication required
767
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
768
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
769
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
770
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
771
+ return {
772
+ url: toPathString(localVarUrlObj),
773
+ options: localVarRequestOptions,
774
+ };
775
+ }),
776
+ /**
777
+ *
778
+ * @summary 出入白名单申请-上传文件
779
+ * @param {number} parkId 园区id
780
+ * @param {File} file
781
+ * @param {string} [language] 语言
782
+ * @param {*} [options] Override http request option.
783
+ * @throws {RequiredError}
784
+ */
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`;
791
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
792
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
793
+ let baseOptions;
794
+ if (configuration) {
795
+ baseOptions = configuration.baseOptions;
796
+ }
797
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
798
+ const localVarHeaderParameter = {};
799
+ const localVarQueryParameter = {};
800
+ const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
801
+ // authentication tokenScheme required
802
+ // http bearer authentication required
803
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
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
490
1167
  assertParamExists('updateEntryTerm', 'id', id);
491
1168
  // verify required parameter 'admissionTermsRecordUpdateBO' is not null or undefined
492
1169
  assertParamExists('updateEntryTerm', 'admissionTermsRecordUpdateBO', admissionTermsRecordUpdateBO);
@@ -560,6 +1237,109 @@ export const AccessApiAxiosParamCreator = function (configuration) {
560
1237
  export const AccessApiFp = function (configuration) {
561
1238
  const localVarAxiosParamCreator = AccessApiAxiosParamCreator(configuration);
562
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
+ },
563
1343
  /**
564
1344
  *
565
1345
  * @summary 新增出入访问公司
@@ -576,6 +1356,22 @@ export const AccessApiFp = function (configuration) {
576
1356
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
577
1357
  });
578
1358
  },
1359
+ /**
1360
+ *
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
+ },
579
1375
  /**
580
1376
  *
581
1377
  * @summary 删除出入访问公司
@@ -602,92 +1398,279 @@ export const AccessApiFp = function (configuration) {
602
1398
  accessCompanyConfigSelectById(id, options) {
603
1399
  return __awaiter(this, void 0, void 0, function* () {
604
1400
  var _a, _b, _c;
605
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigSelectById(id, options);
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 出入白名单申请-确认导入
1546
+ * @param {*} [options] Override http request option.
1547
+ * @throws {RequiredError}
1548
+ */
1549
+ accessWhitelistApplicationBatchImportConfirm(options) {
1550
+ return __awaiter(this, void 0, void 0, function* () {
1551
+ var _a, _b, _c;
1552
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationBatchImportConfirm(options);
1553
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1554
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1555
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1556
+ });
1557
+ },
1558
+ /**
1559
+ *
1560
+ * @summary 出入白名单申请-预览结果
1561
+ * @param {*} [options] Override http request option.
1562
+ * @throws {RequiredError}
1563
+ */
1564
+ accessWhitelistApplicationBatchImportPreview(options) {
1565
+ return __awaiter(this, void 0, void 0, function* () {
1566
+ var _a, _b, _c;
1567
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationBatchImportPreview(options);
1568
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1569
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.accessWhitelistApplicationBatchImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1570
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1571
+ });
1572
+ },
1573
+ /**
1574
+ *
1575
+ * @summary 出入白名单申请-模板
1576
+ * @param {*} [options] Override http request option.
1577
+ * @throws {RequiredError}
1578
+ */
1579
+ accessWhitelistApplicationBatchImportTemplate(options) {
1580
+ return __awaiter(this, void 0, void 0, function* () {
1581
+ var _a, _b, _c;
1582
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationBatchImportTemplate(options);
606
1583
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
607
- 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;
608
1585
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
609
1586
  });
610
1587
  },
611
1588
  /**
612
1589
  *
613
- * @summary 查询出入访问公司列表
614
- * @param {number} parkId 园区ID
1590
+ * @summary 出入白名单申请-上传文件
1591
+ * @param {number} parkId 园区id
1592
+ * @param {File} file
1593
+ * @param {string} [language] 语言
615
1594
  * @param {*} [options] Override http request option.
616
1595
  * @throws {RequiredError}
617
1596
  */
618
- accessCompanyConfigSelectList(parkId, options) {
1597
+ accessWhitelistApplicationBatchImportUpload(parkId, file, language, options) {
619
1598
  return __awaiter(this, void 0, void 0, function* () {
620
1599
  var _a, _b, _c;
621
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigSelectList(parkId, options);
1600
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationBatchImportUpload(parkId, file, language, options);
622
1601
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
623
- 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;
624
1603
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
625
1604
  });
626
1605
  },
627
1606
  /**
628
1607
  *
629
- * @summary 编辑出入访问公司
1608
+ * @summary 删除出入白名单申请
630
1609
  * @param {number} id
631
- * @param {AccessCompanyConfigAddOrUpdateVo} accessCompanyConfigAddOrUpdateVo
632
1610
  * @param {*} [options] Override http request option.
633
1611
  * @throws {RequiredError}
634
1612
  */
635
- accessCompanyConfigUpdate(id, accessCompanyConfigAddOrUpdateVo, options) {
1613
+ accessWhitelistApplicationDelete(id, options) {
636
1614
  return __awaiter(this, void 0, void 0, function* () {
637
1615
  var _a, _b, _c;
638
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyConfigUpdate(id, accessCompanyConfigAddOrUpdateVo, options);
1616
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationDelete(id, options);
639
1617
  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.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;
641
1619
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
642
1620
  });
643
1621
  },
644
1622
  /**
645
1623
  *
646
- * @summary 编辑出入访问公司人员类型
1624
+ * @summary 获取出入白名单申请详情
647
1625
  * @param {number} id
648
- * @param {Array<AccessVisitorPersonTypeConfigVo>} accessVisitorPersonTypeConfigVo
649
1626
  * @param {*} [options] Override http request option.
650
1627
  * @throws {RequiredError}
651
1628
  */
652
- accessCompanyVisitorPersonTypeConfigsUpdate(id, accessVisitorPersonTypeConfigVo, options) {
1629
+ accessWhitelistApplicationDetails(id, options) {
653
1630
  return __awaiter(this, void 0, void 0, function* () {
654
1631
  var _a, _b, _c;
655
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessCompanyVisitorPersonTypeConfigsUpdate(id, accessVisitorPersonTypeConfigVo, options);
1632
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationDetails(id, options);
656
1633
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
657
- 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;
658
1635
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
659
1636
  });
660
1637
  },
661
1638
  /**
662
- * 根据园区ID查询出入配置
663
- * @summary 查询出入配置
664
- * @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] 申请状态
665
1648
  * @param {*} [options] Override http request option.
666
1649
  * @throws {RequiredError}
667
1650
  */
668
- accessConfigSelectById(parkId, options) {
1651
+ accessWhitelistApplicationList(parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options) {
669
1652
  return __awaiter(this, void 0, void 0, function* () {
670
1653
  var _a, _b, _c;
671
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessConfigSelectById(parkId, options);
1654
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationList(parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options);
672
1655
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
673
- 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;
674
1657
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
675
1658
  });
676
1659
  },
677
1660
  /**
678
- * 根据园区ID更新出入配置
679
- * @summary 更新出入配置
680
- * @param {number} parkId
681
- * @param {AccessConfigVo} accessConfigVo
1661
+ *
1662
+ * @summary 修改出入白名单申请
1663
+ * @param {number} id
1664
+ * @param {AccessWhitelistApplicationUpdateVo} accessWhitelistApplicationUpdateVo
682
1665
  * @param {*} [options] Override http request option.
683
1666
  * @throws {RequiredError}
684
1667
  */
685
- accessConfigUpdate(parkId, accessConfigVo, options) {
1668
+ accessWhitelistApplicationUpdate(id, accessWhitelistApplicationUpdateVo, options) {
686
1669
  return __awaiter(this, void 0, void 0, function* () {
687
1670
  var _a, _b, _c;
688
- const localVarAxiosArgs = yield localVarAxiosParamCreator.accessConfigUpdate(parkId, accessConfigVo, options);
1671
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationUpdate(id, accessWhitelistApplicationUpdateVo, options);
689
1672
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
690
- 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;
691
1674
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
692
1675
  });
693
1676
  },
@@ -815,6 +1798,66 @@ export const AccessApiFp = function (configuration) {
815
1798
  export const AccessApiFactory = function (configuration, basePath, axios) {
816
1799
  const localVarFp = AccessApiFp(configuration);
817
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
+ },
818
1861
  /**
819
1862
  *
820
1863
  * @summary 新增出入访问公司
@@ -825,6 +1868,16 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
825
1868
  accessCompanyConfigAdd(requestParameters, options) {
826
1869
  return localVarFp.accessCompanyConfigAdd(requestParameters.accessCompanyConfigAddOrUpdateVo, options).then((request) => request(axios, basePath));
827
1870
  },
1871
+ /**
1872
+ *
1873
+ * @summary 批量更新出入访问公司排序
1874
+ * @param {AccessApiAccessCompanyConfigBatchUpdateSortRequest} requestParameters Request parameters.
1875
+ * @param {*} [options] Override http request option.
1876
+ * @throws {RequiredError}
1877
+ */
1878
+ accessCompanyConfigBatchUpdateSort(requestParameters, options) {
1879
+ return localVarFp.accessCompanyConfigBatchUpdateSort(requestParameters.accessCompanyConfigSortVo, options).then((request) => request(axios, basePath));
1880
+ },
828
1881
  /**
829
1882
  *
830
1883
  * @summary 删除出入访问公司
@@ -895,6 +1948,113 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
895
1948
  accessConfigUpdate(requestParameters, options) {
896
1949
  return localVarFp.accessConfigUpdate(requestParameters.parkId, requestParameters.accessConfigVo, options).then((request) => request(axios, basePath));
897
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
+ },
898
2058
  /**
899
2059
  *
900
2060
  * @summary 添加入园条款
@@ -974,6 +2134,72 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
974
2134
  * @extends {BaseAPI}
975
2135
  */
976
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
+ }
977
2203
  /**
978
2204
  *
979
2205
  * @summary 新增出入访问公司
@@ -985,6 +2211,17 @@ export class AccessApi extends BaseAPI {
985
2211
  accessCompanyConfigAdd(requestParameters, options) {
986
2212
  return AccessApiFp(this.configuration).accessCompanyConfigAdd(requestParameters.accessCompanyConfigAddOrUpdateVo, options).then((request) => request(this.axios, this.basePath));
987
2213
  }
2214
+ /**
2215
+ *
2216
+ * @summary 批量更新出入访问公司排序
2217
+ * @param {AccessApiAccessCompanyConfigBatchUpdateSortRequest} requestParameters Request parameters.
2218
+ * @param {*} [options] Override http request option.
2219
+ * @throws {RequiredError}
2220
+ * @memberof AccessApi
2221
+ */
2222
+ accessCompanyConfigBatchUpdateSort(requestParameters, options) {
2223
+ return AccessApiFp(this.configuration).accessCompanyConfigBatchUpdateSort(requestParameters.accessCompanyConfigSortVo, options).then((request) => request(this.axios, this.basePath));
2224
+ }
988
2225
  /**
989
2226
  *
990
2227
  * @summary 删除出入访问公司
@@ -1062,6 +2299,124 @@ export class AccessApi extends BaseAPI {
1062
2299
  accessConfigUpdate(requestParameters, options) {
1063
2300
  return AccessApiFp(this.configuration).accessConfigUpdate(requestParameters.parkId, requestParameters.accessConfigVo, options).then((request) => request(this.axios, this.basePath));
1064
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
+ }
1065
2420
  /**
1066
2421
  *
1067
2422
  * @summary 添加入园条款