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