@gizone/rrs-client 4.2.0-alpha.292 → 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.
- package/.openapi-generator/FILES +21 -0
- package/apis/access-api.ts +1986 -235
- package/dist/apis/access-api.d.ts +913 -1
- package/dist/apis/access-api.js +1400 -115
- package/dist/esm/apis/access-api.d.ts +913 -1
- package/dist/esm/apis/access-api.js +1400 -115
- package/dist/esm/models/access-blacklist-add-vo.d.ts +54 -0
- package/dist/esm/models/access-blacklist-add-vo.js +14 -0
- package/dist/esm/models/access-blacklist-details-dto.d.ts +72 -0
- package/dist/esm/models/access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/access-blacklist-update-vo.d.ts +48 -0
- package/dist/esm/models/access-blacklist-update-vo.js +14 -0
- package/dist/esm/models/access-vehicle-length-enum.d.ts +25 -0
- package/dist/esm/models/access-vehicle-length-enum.js +26 -0
- package/dist/esm/models/access-vehicle-type-enum.d.ts +21 -0
- package/dist/esm/models/access-vehicle-type-enum.js +22 -0
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +100 -0
- package/dist/esm/models/access-whitelist-application-add-vo.js +14 -0
- package/dist/esm/models/access-whitelist-application-approval-vo.d.ts +30 -0
- package/dist/esm/models/access-whitelist-application-approval-vo.js +14 -0
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.js +14 -0
- package/dist/esm/models/access-whitelist-application-details-dto.d.ts +132 -0
- package/dist/esm/models/access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
- package/dist/esm/models/access-whitelist-application-internal-status-enum.js +22 -0
- package/dist/esm/models/access-whitelist-application-status-enum.d.ts +23 -0
- package/dist/esm/models/access-whitelist-application-status-enum.js +24 -0
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +94 -0
- package/dist/esm/models/access-whitelist-application-update-vo.js +14 -0
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
- package/dist/esm/models/index.d.ts +21 -0
- package/dist/esm/models/index.js +21 -0
- package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/esm/models/system-user-msg-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-type-enum.js +2 -1
- package/dist/esm/models/whitelist-other-info-vo.d.ts +54 -0
- package/dist/esm/models/whitelist-other-info-vo.js +14 -0
- package/dist/models/access-blacklist-add-vo.d.ts +54 -0
- package/dist/models/access-blacklist-add-vo.js +15 -0
- package/dist/models/access-blacklist-details-dto.d.ts +72 -0
- package/dist/models/access-blacklist-details-dto.js +15 -0
- package/dist/models/access-blacklist-update-vo.d.ts +48 -0
- package/dist/models/access-blacklist-update-vo.js +15 -0
- package/dist/models/access-vehicle-length-enum.d.ts +25 -0
- package/dist/models/access-vehicle-length-enum.js +29 -0
- package/dist/models/access-vehicle-type-enum.d.ts +21 -0
- package/dist/models/access-vehicle-type-enum.js +25 -0
- package/dist/models/access-whitelist-application-add-vo.d.ts +100 -0
- package/dist/models/access-whitelist-application-add-vo.js +15 -0
- package/dist/models/access-whitelist-application-approval-vo.d.ts +30 -0
- package/dist/models/access-whitelist-application-approval-vo.js +15 -0
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
- package/dist/models/access-whitelist-application-batch-import-template-dto.js +15 -0
- package/dist/models/access-whitelist-application-details-dto.d.ts +132 -0
- package/dist/models/access-whitelist-application-details-dto.js +15 -0
- package/dist/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
- package/dist/models/access-whitelist-application-internal-status-enum.js +25 -0
- package/dist/models/access-whitelist-application-status-enum.d.ts +23 -0
- package/dist/models/access-whitelist-application-status-enum.js +27 -0
- package/dist/models/access-whitelist-application-update-vo.d.ts +94 -0
- package/dist/models/access-whitelist-application-update-vo.js +15 -0
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
- package/dist/models/index.d.ts +21 -0
- package/dist/models/index.js +21 -0
- package/dist/models/json-result-access-blacklist-details-dto.d.ts +62 -0
- package/dist/models/json-result-access-blacklist-details-dto.js +15 -0
- package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/models/json-result-access-whitelist-application-details-dto.js +15 -0
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.js +15 -0
- package/dist/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
- package/dist/models/page-dto-access-blacklist-details-dto.js +15 -0
- package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
- package/dist/models/page-dto-access-whitelist-application-details-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/models/system-user-msg-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-type-enum.js +2 -1
- package/dist/models/whitelist-other-info-vo.d.ts +54 -0
- package/dist/models/whitelist-other-info-vo.js +15 -0
- package/models/access-blacklist-add-vo.ts +60 -0
- package/models/access-blacklist-details-dto.ts +78 -0
- package/models/access-blacklist-update-vo.ts +54 -0
- package/models/access-vehicle-length-enum.ts +35 -0
- package/models/access-vehicle-type-enum.ts +31 -0
- package/models/access-whitelist-application-add-vo.ts +116 -0
- package/models/access-whitelist-application-approval-vo.ts +36 -0
- package/models/access-whitelist-application-batch-import-template-dto.ts +137 -0
- package/models/access-whitelist-application-details-dto.ts +152 -0
- package/models/access-whitelist-application-internal-status-enum.ts +31 -0
- package/models/access-whitelist-application-status-enum.ts +33 -0
- package/models/access-whitelist-application-update-vo.ts +110 -0
- package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +39 -0
- package/models/index.ts +21 -0
- package/models/json-result-access-blacklist-details-dto.ts +72 -0
- package/models/json-result-access-whitelist-application-details-dto.ts +72 -0
- package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +72 -0
- package/models/json-result-page-dto-access-blacklist-details-dto.ts +72 -0
- package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +72 -0
- package/models/page-dto-access-blacklist-details-dto.ts +39 -0
- package/models/page-dto-access-whitelist-application-details-dto.ts +39 -0
- package/models/sys-user.ts +4 -4
- package/models/system-user-msg-source-type-enum.ts +2 -1
- package/models/system-user-msg-type-enum.ts +2 -1
- package/models/whitelist-other-info-vo.ts +60 -0
- package/package.json +1 -1
package/apis/access-api.ts
CHANGED
|
@@ -22,6 +22,10 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
|
|
|
22
22
|
// @ts-ignore
|
|
23
23
|
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
24
|
// @ts-ignore
|
|
25
|
+
import type { AccessBlacklistAddVo } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { AccessBlacklistUpdateVo } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
25
29
|
import type { AccessCompanyConfigAddOrUpdateVo } from '../models';
|
|
26
30
|
// @ts-ignore
|
|
27
31
|
import type { AccessCompanyConfigSortVo } from '../models';
|
|
@@ -30,6 +34,16 @@ import type { AccessConfigVo } from '../models';
|
|
|
30
34
|
// @ts-ignore
|
|
31
35
|
import type { AccessVisitorPersonTypeConfigVo } from '../models';
|
|
32
36
|
// @ts-ignore
|
|
37
|
+
import type { AccessVisitorPersonTypeEnum } from '../models';
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { AccessWhitelistApplicationAddVo } from '../models';
|
|
40
|
+
// @ts-ignore
|
|
41
|
+
import type { AccessWhitelistApplicationApprovalVo } from '../models';
|
|
42
|
+
// @ts-ignore
|
|
43
|
+
import type { AccessWhitelistApplicationStatusEnum } from '../models';
|
|
44
|
+
// @ts-ignore
|
|
45
|
+
import type { AccessWhitelistApplicationUpdateVo } from '../models';
|
|
46
|
+
// @ts-ignore
|
|
33
47
|
import type { AdmissionTermsRecordAddBO } from '../models';
|
|
34
48
|
// @ts-ignore
|
|
35
49
|
import type { AdmissionTermsRecordSearchBO } from '../models';
|
|
@@ -40,16 +54,28 @@ import type { AdmissionTermsRecordUpdateEnableBO } from '../models';
|
|
|
40
54
|
// @ts-ignore
|
|
41
55
|
import type { JsonResult } from '../models';
|
|
42
56
|
// @ts-ignore
|
|
57
|
+
import type { JsonResultAccessBlacklistDetailsDto } from '../models';
|
|
58
|
+
// @ts-ignore
|
|
43
59
|
import type { JsonResultAccessCompanyConfigEntity } from '../models';
|
|
44
60
|
// @ts-ignore
|
|
45
61
|
import type { JsonResultAccessConfigEntity } from '../models';
|
|
46
62
|
// @ts-ignore
|
|
63
|
+
import type { JsonResultAccessWhitelistApplicationDetailsDto } from '../models';
|
|
64
|
+
// @ts-ignore
|
|
47
65
|
import type { JsonResultAdmissionTermsRecordDetailsDTO } from '../models';
|
|
48
66
|
// @ts-ignore
|
|
49
67
|
import type { JsonResultBoolean } from '../models';
|
|
50
68
|
// @ts-ignore
|
|
69
|
+
import type { JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto } from '../models';
|
|
70
|
+
// @ts-ignore
|
|
71
|
+
import type { JsonResultInteger } from '../models';
|
|
72
|
+
// @ts-ignore
|
|
51
73
|
import type { JsonResultListAccessCompanyConfigEntity } from '../models';
|
|
52
74
|
// @ts-ignore
|
|
75
|
+
import type { JsonResultPageDtoAccessBlacklistDetailsDto } from '../models';
|
|
76
|
+
// @ts-ignore
|
|
77
|
+
import type { JsonResultPageDtoAccessWhitelistApplicationDetailsDto } from '../models';
|
|
78
|
+
// @ts-ignore
|
|
53
79
|
import type { JsonResultPageDtoAdmissionTermsRecordListDTO } from '../models';
|
|
54
80
|
// @ts-ignore
|
|
55
81
|
import type { JsonResultVoid } from '../models';
|
|
@@ -59,6 +85,282 @@ import type { JsonResultVoid } from '../models';
|
|
|
59
85
|
*/
|
|
60
86
|
export const AccessApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
61
87
|
return {
|
|
88
|
+
/**
|
|
89
|
+
* 添加黑名单信息
|
|
90
|
+
* @summary 添加黑名单
|
|
91
|
+
* @param {AccessBlacklistAddVo} accessBlacklistAddVo
|
|
92
|
+
* @param {*} [options] Override http request option.
|
|
93
|
+
* @throws {RequiredError}
|
|
94
|
+
*/
|
|
95
|
+
accessBlacklistAdd: async (accessBlacklistAddVo: AccessBlacklistAddVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
96
|
+
// verify required parameter 'accessBlacklistAddVo' is not null or undefined
|
|
97
|
+
assertParamExists('accessBlacklistAdd', 'accessBlacklistAddVo', accessBlacklistAddVo)
|
|
98
|
+
const localVarPath = `/access/blacklist`;
|
|
99
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
100
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
101
|
+
let baseOptions;
|
|
102
|
+
if (configuration) {
|
|
103
|
+
baseOptions = configuration.baseOptions;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
107
|
+
const localVarHeaderParameter = {} as any;
|
|
108
|
+
const localVarQueryParameter = {} as any;
|
|
109
|
+
|
|
110
|
+
// authentication tokenScheme required
|
|
111
|
+
// http bearer authentication required
|
|
112
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
117
|
+
|
|
118
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
119
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
120
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
121
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessBlacklistAddVo, localVarRequestOptions, configuration)
|
|
122
|
+
|
|
123
|
+
return {
|
|
124
|
+
url: toPathString(localVarUrlObj),
|
|
125
|
+
options: localVarRequestOptions,
|
|
126
|
+
};
|
|
127
|
+
},
|
|
128
|
+
/**
|
|
129
|
+
* 批量导出黑名单信息
|
|
130
|
+
* @summary 批量导出黑名单
|
|
131
|
+
* @param {number} parkId 园区id
|
|
132
|
+
* @param {string} [searchValue] 搜索值
|
|
133
|
+
* @param {number} [accessCompanyId] 访问公司
|
|
134
|
+
* @param {*} [options] Override http request option.
|
|
135
|
+
* @throws {RequiredError}
|
|
136
|
+
*/
|
|
137
|
+
accessBlacklistBatchExport: async (parkId: number, searchValue?: string, accessCompanyId?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
138
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
139
|
+
assertParamExists('accessBlacklistBatchExport', 'parkId', parkId)
|
|
140
|
+
const localVarPath = `/access/blacklist/batchExport`;
|
|
141
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
142
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
143
|
+
let baseOptions;
|
|
144
|
+
if (configuration) {
|
|
145
|
+
baseOptions = configuration.baseOptions;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
149
|
+
const localVarHeaderParameter = {} as any;
|
|
150
|
+
const localVarQueryParameter = {} as any;
|
|
151
|
+
|
|
152
|
+
// authentication tokenScheme required
|
|
153
|
+
// http bearer authentication required
|
|
154
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
155
|
+
|
|
156
|
+
if (parkId !== undefined) {
|
|
157
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
if (searchValue !== undefined) {
|
|
161
|
+
localVarQueryParameter['searchValue'] = searchValue;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
if (accessCompanyId !== undefined) {
|
|
165
|
+
localVarQueryParameter['accessCompanyId'] = accessCompanyId;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
171
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
172
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
173
|
+
|
|
174
|
+
return {
|
|
175
|
+
url: toPathString(localVarUrlObj),
|
|
176
|
+
options: localVarRequestOptions,
|
|
177
|
+
};
|
|
178
|
+
},
|
|
179
|
+
/**
|
|
180
|
+
* 删除黑名单信息
|
|
181
|
+
* @summary 删除黑名单
|
|
182
|
+
* @param {number} id
|
|
183
|
+
* @param {*} [options] Override http request option.
|
|
184
|
+
* @throws {RequiredError}
|
|
185
|
+
*/
|
|
186
|
+
accessBlacklistDelete: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
187
|
+
// verify required parameter 'id' is not null or undefined
|
|
188
|
+
assertParamExists('accessBlacklistDelete', 'id', id)
|
|
189
|
+
const localVarPath = `/access/blacklist/{id}`
|
|
190
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
191
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
192
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
193
|
+
let baseOptions;
|
|
194
|
+
if (configuration) {
|
|
195
|
+
baseOptions = configuration.baseOptions;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
199
|
+
const localVarHeaderParameter = {} as any;
|
|
200
|
+
const localVarQueryParameter = {} as any;
|
|
201
|
+
|
|
202
|
+
// authentication tokenScheme required
|
|
203
|
+
// http bearer authentication required
|
|
204
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
209
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
210
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
211
|
+
|
|
212
|
+
return {
|
|
213
|
+
url: toPathString(localVarUrlObj),
|
|
214
|
+
options: localVarRequestOptions,
|
|
215
|
+
};
|
|
216
|
+
},
|
|
217
|
+
/**
|
|
218
|
+
* 获取指定ID的黑名单详情
|
|
219
|
+
* @summary 获取黑名单详情
|
|
220
|
+
* @param {number} id
|
|
221
|
+
* @param {*} [options] Override http request option.
|
|
222
|
+
* @throws {RequiredError}
|
|
223
|
+
*/
|
|
224
|
+
accessBlacklistDetails: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
225
|
+
// verify required parameter 'id' is not null or undefined
|
|
226
|
+
assertParamExists('accessBlacklistDetails', 'id', id)
|
|
227
|
+
const localVarPath = `/access/blacklist/{id}`
|
|
228
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
229
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
230
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
231
|
+
let baseOptions;
|
|
232
|
+
if (configuration) {
|
|
233
|
+
baseOptions = configuration.baseOptions;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
237
|
+
const localVarHeaderParameter = {} as any;
|
|
238
|
+
const localVarQueryParameter = {} as any;
|
|
239
|
+
|
|
240
|
+
// authentication tokenScheme required
|
|
241
|
+
// http bearer authentication required
|
|
242
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
247
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
248
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
249
|
+
|
|
250
|
+
return {
|
|
251
|
+
url: toPathString(localVarUrlObj),
|
|
252
|
+
options: localVarRequestOptions,
|
|
253
|
+
};
|
|
254
|
+
},
|
|
255
|
+
/**
|
|
256
|
+
* 查询黑名单列表
|
|
257
|
+
* @summary 查询黑名单列表
|
|
258
|
+
* @param {number} parkId 园区id
|
|
259
|
+
* @param {number} page 页码
|
|
260
|
+
* @param {number} pageSize 每页数量
|
|
261
|
+
* @param {string} [searchValue] 搜索值
|
|
262
|
+
* @param {number} [accessCompanyId] 访问公司
|
|
263
|
+
* @param {*} [options] Override http request option.
|
|
264
|
+
* @throws {RequiredError}
|
|
265
|
+
*/
|
|
266
|
+
accessBlacklistSelectList: async (parkId: number, page: number, pageSize: number, searchValue?: string, accessCompanyId?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
267
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
268
|
+
assertParamExists('accessBlacklistSelectList', 'parkId', parkId)
|
|
269
|
+
// verify required parameter 'page' is not null or undefined
|
|
270
|
+
assertParamExists('accessBlacklistSelectList', 'page', page)
|
|
271
|
+
// verify required parameter 'pageSize' is not null or undefined
|
|
272
|
+
assertParamExists('accessBlacklistSelectList', 'pageSize', pageSize)
|
|
273
|
+
const localVarPath = `/access/blacklist`;
|
|
274
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
275
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
276
|
+
let baseOptions;
|
|
277
|
+
if (configuration) {
|
|
278
|
+
baseOptions = configuration.baseOptions;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
282
|
+
const localVarHeaderParameter = {} as any;
|
|
283
|
+
const localVarQueryParameter = {} as any;
|
|
284
|
+
|
|
285
|
+
// authentication tokenScheme required
|
|
286
|
+
// http bearer authentication required
|
|
287
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
288
|
+
|
|
289
|
+
if (parkId !== undefined) {
|
|
290
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
if (page !== undefined) {
|
|
294
|
+
localVarQueryParameter['page'] = page;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
if (pageSize !== undefined) {
|
|
298
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
if (searchValue !== undefined) {
|
|
302
|
+
localVarQueryParameter['searchValue'] = searchValue;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
if (accessCompanyId !== undefined) {
|
|
306
|
+
localVarQueryParameter['accessCompanyId'] = accessCompanyId;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
312
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
313
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
314
|
+
|
|
315
|
+
return {
|
|
316
|
+
url: toPathString(localVarUrlObj),
|
|
317
|
+
options: localVarRequestOptions,
|
|
318
|
+
};
|
|
319
|
+
},
|
|
320
|
+
/**
|
|
321
|
+
* 修改黑名单信息
|
|
322
|
+
* @summary 修改黑名单
|
|
323
|
+
* @param {number} id
|
|
324
|
+
* @param {AccessBlacklistUpdateVo} accessBlacklistUpdateVo
|
|
325
|
+
* @param {*} [options] Override http request option.
|
|
326
|
+
* @throws {RequiredError}
|
|
327
|
+
*/
|
|
328
|
+
accessBlacklistUpdate: async (id: number, accessBlacklistUpdateVo: AccessBlacklistUpdateVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
329
|
+
// verify required parameter 'id' is not null or undefined
|
|
330
|
+
assertParamExists('accessBlacklistUpdate', 'id', id)
|
|
331
|
+
// verify required parameter 'accessBlacklistUpdateVo' is not null or undefined
|
|
332
|
+
assertParamExists('accessBlacklistUpdate', 'accessBlacklistUpdateVo', accessBlacklistUpdateVo)
|
|
333
|
+
const localVarPath = `/access/blacklist/{id}`
|
|
334
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
335
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
336
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
337
|
+
let baseOptions;
|
|
338
|
+
if (configuration) {
|
|
339
|
+
baseOptions = configuration.baseOptions;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
343
|
+
const localVarHeaderParameter = {} as any;
|
|
344
|
+
const localVarQueryParameter = {} as any;
|
|
345
|
+
|
|
346
|
+
// authentication tokenScheme required
|
|
347
|
+
// http bearer authentication required
|
|
348
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
353
|
+
|
|
354
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
355
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
356
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
357
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessBlacklistUpdateVo, localVarRequestOptions, configuration)
|
|
358
|
+
|
|
359
|
+
return {
|
|
360
|
+
url: toPathString(localVarUrlObj),
|
|
361
|
+
options: localVarRequestOptions,
|
|
362
|
+
};
|
|
363
|
+
},
|
|
62
364
|
/**
|
|
63
365
|
*
|
|
64
366
|
* @summary 新增出入访问公司
|
|
@@ -428,15 +730,15 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
428
730
|
},
|
|
429
731
|
/**
|
|
430
732
|
*
|
|
431
|
-
* @summary
|
|
432
|
-
* @param {
|
|
733
|
+
* @summary 新增出入白名单申请
|
|
734
|
+
* @param {AccessWhitelistApplicationAddVo} accessWhitelistApplicationAddVo
|
|
433
735
|
* @param {*} [options] Override http request option.
|
|
434
736
|
* @throws {RequiredError}
|
|
435
737
|
*/
|
|
436
|
-
|
|
437
|
-
// verify required parameter '
|
|
438
|
-
assertParamExists('
|
|
439
|
-
const localVarPath = `/
|
|
738
|
+
accessWhitelistApplicationAdd: async (accessWhitelistApplicationAddVo: AccessWhitelistApplicationAddVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
739
|
+
// verify required parameter 'accessWhitelistApplicationAddVo' is not null or undefined
|
|
740
|
+
assertParamExists('accessWhitelistApplicationAdd', 'accessWhitelistApplicationAddVo', accessWhitelistApplicationAddVo)
|
|
741
|
+
const localVarPath = `/access/whitelist/application`;
|
|
440
742
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
441
743
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
442
744
|
let baseOptions;
|
|
@@ -459,7 +761,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
459
761
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
460
762
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
461
763
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
462
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
764
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessWhitelistApplicationAddVo, localVarRequestOptions, configuration)
|
|
463
765
|
|
|
464
766
|
return {
|
|
465
767
|
url: toPathString(localVarUrlObj),
|
|
@@ -468,15 +770,18 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
468
770
|
},
|
|
469
771
|
/**
|
|
470
772
|
*
|
|
471
|
-
* @summary
|
|
773
|
+
* @summary 审批出入白名单申请
|
|
472
774
|
* @param {number} id
|
|
775
|
+
* @param {AccessWhitelistApplicationApprovalVo} accessWhitelistApplicationApprovalVo
|
|
473
776
|
* @param {*} [options] Override http request option.
|
|
474
777
|
* @throws {RequiredError}
|
|
475
778
|
*/
|
|
476
|
-
|
|
779
|
+
accessWhitelistApplicationApproval: async (id: number, accessWhitelistApplicationApprovalVo: AccessWhitelistApplicationApprovalVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
477
780
|
// verify required parameter 'id' is not null or undefined
|
|
478
|
-
assertParamExists('
|
|
479
|
-
|
|
781
|
+
assertParamExists('accessWhitelistApplicationApproval', 'id', id)
|
|
782
|
+
// verify required parameter 'accessWhitelistApplicationApprovalVo' is not null or undefined
|
|
783
|
+
assertParamExists('accessWhitelistApplicationApproval', 'accessWhitelistApplicationApprovalVo', accessWhitelistApplicationApprovalVo)
|
|
784
|
+
const localVarPath = `/access/whitelist/application/approval/{id}`
|
|
480
785
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
481
786
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
482
787
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -485,7 +790,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
485
790
|
baseOptions = configuration.baseOptions;
|
|
486
791
|
}
|
|
487
792
|
|
|
488
|
-
const localVarRequestOptions = { method: '
|
|
793
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
489
794
|
const localVarHeaderParameter = {} as any;
|
|
490
795
|
const localVarQueryParameter = {} as any;
|
|
491
796
|
|
|
@@ -495,9 +800,12 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
495
800
|
|
|
496
801
|
|
|
497
802
|
|
|
803
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
804
|
+
|
|
498
805
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
499
806
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
500
807
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
808
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessWhitelistApplicationApprovalVo, localVarRequestOptions, configuration)
|
|
501
809
|
|
|
502
810
|
return {
|
|
503
811
|
url: toPathString(localVarUrlObj),
|
|
@@ -506,16 +814,19 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
506
814
|
},
|
|
507
815
|
/**
|
|
508
816
|
*
|
|
509
|
-
* @summary
|
|
510
|
-
* @param {number}
|
|
817
|
+
* @summary 出入白名单申请-导出
|
|
818
|
+
* @param {number} parkId 园区ID
|
|
819
|
+
* @param {string} [searchValue] 搜索值
|
|
820
|
+
* @param {number} [accessCompanyId] 访问公司
|
|
821
|
+
* @param {AccessVisitorPersonTypeEnum} [accessVisitorPersonType] 访问人员类型
|
|
822
|
+
* @param {AccessWhitelistApplicationStatusEnum} [applicationStatus] 申请状态
|
|
511
823
|
* @param {*} [options] Override http request option.
|
|
512
824
|
* @throws {RequiredError}
|
|
513
825
|
*/
|
|
514
|
-
|
|
515
|
-
// verify required parameter '
|
|
516
|
-
assertParamExists('
|
|
517
|
-
const localVarPath = `/
|
|
518
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
826
|
+
accessWhitelistApplicationBatchExport: async (parkId: number, searchValue?: string, accessCompanyId?: number, accessVisitorPersonType?: AccessVisitorPersonTypeEnum, applicationStatus?: AccessWhitelistApplicationStatusEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
827
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
828
|
+
assertParamExists('accessWhitelistApplicationBatchExport', 'parkId', parkId)
|
|
829
|
+
const localVarPath = `/access/whitelist/application/batchExport`;
|
|
519
830
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
520
831
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
521
832
|
let baseOptions;
|
|
@@ -531,8 +842,28 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
531
842
|
// http bearer authentication required
|
|
532
843
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
533
844
|
|
|
845
|
+
if (parkId !== undefined) {
|
|
846
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
847
|
+
}
|
|
534
848
|
|
|
535
|
-
|
|
849
|
+
if (searchValue !== undefined) {
|
|
850
|
+
localVarQueryParameter['searchValue'] = searchValue;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
if (accessCompanyId !== undefined) {
|
|
854
|
+
localVarQueryParameter['accessCompanyId'] = accessCompanyId;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
if (accessVisitorPersonType !== undefined) {
|
|
858
|
+
localVarQueryParameter['accessVisitorPersonType'] = accessVisitorPersonType;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
if (applicationStatus !== undefined) {
|
|
862
|
+
localVarQueryParameter['applicationStatus'] = applicationStatus;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
|
|
536
867
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
537
868
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
538
869
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -544,15 +875,12 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
544
875
|
},
|
|
545
876
|
/**
|
|
546
877
|
*
|
|
547
|
-
* @summary
|
|
548
|
-
* @param {AdmissionTermsRecordSearchBO} bo
|
|
878
|
+
* @summary 出入白名单申请-确认导入
|
|
549
879
|
* @param {*} [options] Override http request option.
|
|
550
880
|
* @throws {RequiredError}
|
|
551
881
|
*/
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
assertParamExists('listEntryTerm', 'bo', bo)
|
|
555
|
-
const localVarPath = `/admissionTermRecord`;
|
|
882
|
+
accessWhitelistApplicationBatchImportConfirm: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
883
|
+
const localVarPath = `/access/whitelist/application/batchImport/confirm`;
|
|
556
884
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
557
885
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
558
886
|
let baseOptions;
|
|
@@ -560,7 +888,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
560
888
|
baseOptions = configuration.baseOptions;
|
|
561
889
|
}
|
|
562
890
|
|
|
563
|
-
const localVarRequestOptions = { method: '
|
|
891
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
564
892
|
const localVarHeaderParameter = {} as any;
|
|
565
893
|
const localVarQueryParameter = {} as any;
|
|
566
894
|
|
|
@@ -568,12 +896,6 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
568
896
|
// http bearer authentication required
|
|
569
897
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
570
898
|
|
|
571
|
-
if (bo !== undefined) {
|
|
572
|
-
for (const [key, value] of Object.entries(bo)) {
|
|
573
|
-
localVarQueryParameter[key] = value;
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
|
|
577
899
|
|
|
578
900
|
|
|
579
901
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -587,16 +909,12 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
587
909
|
},
|
|
588
910
|
/**
|
|
589
911
|
*
|
|
590
|
-
* @summary
|
|
591
|
-
* @param {number} parkId
|
|
592
|
-
* @param {string} [type]
|
|
912
|
+
* @summary 出入白名单申请-预览结果
|
|
593
913
|
* @param {*} [options] Override http request option.
|
|
594
914
|
* @throws {RequiredError}
|
|
595
915
|
*/
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
assertParamExists('selectStartUpAdmissionTerms', 'parkId', parkId)
|
|
599
|
-
const localVarPath = `/admissionTermRecord/selectStartUpAdmissionTerms`;
|
|
916
|
+
accessWhitelistApplicationBatchImportPreview: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
917
|
+
const localVarPath = `/access/whitelist/application/batchImport/preview`;
|
|
600
918
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
601
919
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
602
920
|
let baseOptions;
|
|
@@ -612,14 +930,6 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
612
930
|
// http bearer authentication required
|
|
613
931
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
614
932
|
|
|
615
|
-
if (parkId !== undefined) {
|
|
616
|
-
localVarQueryParameter['parkId'] = parkId;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
if (type !== undefined) {
|
|
620
|
-
localVarQueryParameter['type'] = type;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
933
|
|
|
624
934
|
|
|
625
935
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -633,19 +943,12 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
633
943
|
},
|
|
634
944
|
/**
|
|
635
945
|
*
|
|
636
|
-
* @summary
|
|
637
|
-
* @param {number} id
|
|
638
|
-
* @param {AdmissionTermsRecordUpdateBO} admissionTermsRecordUpdateBO
|
|
946
|
+
* @summary 出入白名单申请-模板
|
|
639
947
|
* @param {*} [options] Override http request option.
|
|
640
948
|
* @throws {RequiredError}
|
|
641
949
|
*/
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
assertParamExists('updateEntryTerm', 'id', id)
|
|
645
|
-
// verify required parameter 'admissionTermsRecordUpdateBO' is not null or undefined
|
|
646
|
-
assertParamExists('updateEntryTerm', 'admissionTermsRecordUpdateBO', admissionTermsRecordUpdateBO)
|
|
647
|
-
const localVarPath = `/admissionTermRecord/{id}`
|
|
648
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
950
|
+
accessWhitelistApplicationBatchImportTemplate: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
951
|
+
const localVarPath = `/access/whitelist/application/batchImport/template`;
|
|
649
952
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
650
953
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
651
954
|
let baseOptions;
|
|
@@ -653,7 +956,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
653
956
|
baseOptions = configuration.baseOptions;
|
|
654
957
|
}
|
|
655
958
|
|
|
656
|
-
const localVarRequestOptions = { method: '
|
|
959
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
657
960
|
const localVarHeaderParameter = {} as any;
|
|
658
961
|
const localVarQueryParameter = {} as any;
|
|
659
962
|
|
|
@@ -663,12 +966,9 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
663
966
|
|
|
664
967
|
|
|
665
968
|
|
|
666
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
667
|
-
|
|
668
969
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
669
970
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
670
971
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
671
|
-
localVarRequestOptions.data = serializeDataIfNeeded(admissionTermsRecordUpdateBO, localVarRequestOptions, configuration)
|
|
672
972
|
|
|
673
973
|
return {
|
|
674
974
|
url: toPathString(localVarUrlObj),
|
|
@@ -677,19 +977,19 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
677
977
|
},
|
|
678
978
|
/**
|
|
679
979
|
*
|
|
680
|
-
* @summary
|
|
681
|
-
* @param {number} id
|
|
682
|
-
* @param {
|
|
980
|
+
* @summary 出入白名单申请-上传文件
|
|
981
|
+
* @param {number} parkId 园区id
|
|
982
|
+
* @param {File} file
|
|
983
|
+
* @param {string} [language] 语言
|
|
683
984
|
* @param {*} [options] Override http request option.
|
|
684
985
|
* @throws {RequiredError}
|
|
685
986
|
*/
|
|
686
|
-
|
|
687
|
-
// verify required parameter '
|
|
688
|
-
assertParamExists('
|
|
689
|
-
// verify required parameter '
|
|
690
|
-
assertParamExists('
|
|
691
|
-
const localVarPath = `/
|
|
692
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
987
|
+
accessWhitelistApplicationBatchImportUpload: async (parkId: number, file: File, language?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
988
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
989
|
+
assertParamExists('accessWhitelistApplicationBatchImportUpload', 'parkId', parkId)
|
|
990
|
+
// verify required parameter 'file' is not null or undefined
|
|
991
|
+
assertParamExists('accessWhitelistApplicationBatchImportUpload', 'file', file)
|
|
992
|
+
const localVarPath = `/access/whitelist/application/batchImport/upload`;
|
|
693
993
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
694
994
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
695
995
|
let baseOptions;
|
|
@@ -697,107 +997,693 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
697
997
|
baseOptions = configuration.baseOptions;
|
|
698
998
|
}
|
|
699
999
|
|
|
700
|
-
const localVarRequestOptions = { method: '
|
|
1000
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
701
1001
|
const localVarHeaderParameter = {} as any;
|
|
702
1002
|
const localVarQueryParameter = {} as any;
|
|
1003
|
+
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
703
1004
|
|
|
704
1005
|
// authentication tokenScheme required
|
|
705
1006
|
// http bearer authentication required
|
|
706
1007
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
707
1008
|
|
|
708
1009
|
|
|
1010
|
+
if (parkId !== undefined) {
|
|
1011
|
+
localVarFormParams.append('parkId', parkId as any);
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
if (language !== undefined) {
|
|
1015
|
+
localVarFormParams.append('language', language as any);
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
if (file !== undefined) {
|
|
1019
|
+
localVarFormParams.append('file', file as any);
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
709
1024
|
|
|
710
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
711
|
-
|
|
712
1025
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
713
1026
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
714
1027
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
715
|
-
localVarRequestOptions.data =
|
|
1028
|
+
localVarRequestOptions.data = localVarFormParams;
|
|
716
1029
|
|
|
717
1030
|
return {
|
|
718
1031
|
url: toPathString(localVarUrlObj),
|
|
719
1032
|
options: localVarRequestOptions,
|
|
720
1033
|
};
|
|
721
1034
|
},
|
|
722
|
-
}
|
|
723
|
-
};
|
|
724
|
-
|
|
725
|
-
/**
|
|
726
|
-
* AccessApi - functional programming interface
|
|
727
|
-
* @export
|
|
728
|
-
*/
|
|
729
|
-
export const AccessApiFp = function(configuration?: Configuration) {
|
|
730
|
-
const localVarAxiosParamCreator = AccessApiAxiosParamCreator(configuration)
|
|
731
|
-
return {
|
|
732
1035
|
/**
|
|
733
1036
|
*
|
|
734
|
-
* @summary
|
|
735
|
-
* @param {
|
|
1037
|
+
* @summary 删除出入白名单申请
|
|
1038
|
+
* @param {number} id
|
|
736
1039
|
* @param {*} [options] Override http request option.
|
|
737
1040
|
* @throws {RequiredError}
|
|
738
1041
|
*/
|
|
739
|
-
async
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
const
|
|
743
|
-
|
|
1042
|
+
accessWhitelistApplicationDelete: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1043
|
+
// verify required parameter 'id' is not null or undefined
|
|
1044
|
+
assertParamExists('accessWhitelistApplicationDelete', 'id', id)
|
|
1045
|
+
const localVarPath = `/access/whitelist/application/{id}`
|
|
1046
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1047
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1048
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1049
|
+
let baseOptions;
|
|
1050
|
+
if (configuration) {
|
|
1051
|
+
baseOptions = configuration.baseOptions;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
1055
|
+
const localVarHeaderParameter = {} as any;
|
|
1056
|
+
const localVarQueryParameter = {} as any;
|
|
1057
|
+
|
|
1058
|
+
// authentication tokenScheme required
|
|
1059
|
+
// http bearer authentication required
|
|
1060
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1065
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1066
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1067
|
+
|
|
1068
|
+
return {
|
|
1069
|
+
url: toPathString(localVarUrlObj),
|
|
1070
|
+
options: localVarRequestOptions,
|
|
1071
|
+
};
|
|
744
1072
|
},
|
|
745
1073
|
/**
|
|
746
1074
|
*
|
|
747
|
-
* @summary
|
|
748
|
-
* @param {
|
|
1075
|
+
* @summary 获取出入白名单申请详情
|
|
1076
|
+
* @param {number} id
|
|
749
1077
|
* @param {*} [options] Override http request option.
|
|
750
1078
|
* @throws {RequiredError}
|
|
751
1079
|
*/
|
|
752
|
-
async
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
const
|
|
756
|
-
|
|
1080
|
+
accessWhitelistApplicationDetails: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1081
|
+
// verify required parameter 'id' is not null or undefined
|
|
1082
|
+
assertParamExists('accessWhitelistApplicationDetails', 'id', id)
|
|
1083
|
+
const localVarPath = `/access/whitelist/application/{id}`
|
|
1084
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1085
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1086
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1087
|
+
let baseOptions;
|
|
1088
|
+
if (configuration) {
|
|
1089
|
+
baseOptions = configuration.baseOptions;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1093
|
+
const localVarHeaderParameter = {} as any;
|
|
1094
|
+
const localVarQueryParameter = {} as any;
|
|
1095
|
+
|
|
1096
|
+
// authentication tokenScheme required
|
|
1097
|
+
// http bearer authentication required
|
|
1098
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1103
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1104
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1105
|
+
|
|
1106
|
+
return {
|
|
1107
|
+
url: toPathString(localVarUrlObj),
|
|
1108
|
+
options: localVarRequestOptions,
|
|
1109
|
+
};
|
|
757
1110
|
},
|
|
758
1111
|
/**
|
|
759
1112
|
*
|
|
760
|
-
* @summary
|
|
761
|
-
* @param {number}
|
|
1113
|
+
* @summary 获取出入白名单申请列表
|
|
1114
|
+
* @param {number} parkId 园区ID
|
|
1115
|
+
* @param {number} page 页码
|
|
1116
|
+
* @param {number} pageSize 每页数量
|
|
1117
|
+
* @param {string} [searchValue] 搜索值
|
|
1118
|
+
* @param {number} [accessCompanyId] 访问公司
|
|
1119
|
+
* @param {AccessVisitorPersonTypeEnum} [accessVisitorPersonType] 访问人员类型
|
|
1120
|
+
* @param {AccessWhitelistApplicationStatusEnum} [applicationStatus] 申请状态
|
|
762
1121
|
* @param {*} [options] Override http request option.
|
|
763
1122
|
* @throws {RequiredError}
|
|
764
1123
|
*/
|
|
765
|
-
async
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
1124
|
+
accessWhitelistApplicationList: async (parkId: number, page: number, pageSize: number, searchValue?: string, accessCompanyId?: number, accessVisitorPersonType?: AccessVisitorPersonTypeEnum, applicationStatus?: AccessWhitelistApplicationStatusEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1125
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
1126
|
+
assertParamExists('accessWhitelistApplicationList', 'parkId', parkId)
|
|
1127
|
+
// verify required parameter 'page' is not null or undefined
|
|
1128
|
+
assertParamExists('accessWhitelistApplicationList', 'page', page)
|
|
1129
|
+
// verify required parameter 'pageSize' is not null or undefined
|
|
1130
|
+
assertParamExists('accessWhitelistApplicationList', 'pageSize', pageSize)
|
|
1131
|
+
const localVarPath = `/access/whitelist/application`;
|
|
1132
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1133
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1134
|
+
let baseOptions;
|
|
1135
|
+
if (configuration) {
|
|
1136
|
+
baseOptions = configuration.baseOptions;
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1140
|
+
const localVarHeaderParameter = {} as any;
|
|
1141
|
+
const localVarQueryParameter = {} as any;
|
|
1142
|
+
|
|
1143
|
+
// authentication tokenScheme required
|
|
1144
|
+
// http bearer authentication required
|
|
1145
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1146
|
+
|
|
1147
|
+
if (parkId !== undefined) {
|
|
1148
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
if (page !== undefined) {
|
|
1152
|
+
localVarQueryParameter['page'] = page;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
if (pageSize !== undefined) {
|
|
1156
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
if (searchValue !== undefined) {
|
|
1160
|
+
localVarQueryParameter['searchValue'] = searchValue;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
if (accessCompanyId !== undefined) {
|
|
1164
|
+
localVarQueryParameter['accessCompanyId'] = accessCompanyId;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
if (accessVisitorPersonType !== undefined) {
|
|
1168
|
+
localVarQueryParameter['accessVisitorPersonType'] = accessVisitorPersonType;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
if (applicationStatus !== undefined) {
|
|
1172
|
+
localVarQueryParameter['applicationStatus'] = applicationStatus;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1178
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1179
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1180
|
+
|
|
1181
|
+
return {
|
|
1182
|
+
url: toPathString(localVarUrlObj),
|
|
1183
|
+
options: localVarRequestOptions,
|
|
1184
|
+
};
|
|
770
1185
|
},
|
|
771
1186
|
/**
|
|
772
1187
|
*
|
|
773
|
-
* @summary
|
|
1188
|
+
* @summary 修改出入白名单申请
|
|
774
1189
|
* @param {number} id
|
|
1190
|
+
* @param {AccessWhitelistApplicationUpdateVo} accessWhitelistApplicationUpdateVo
|
|
775
1191
|
* @param {*} [options] Override http request option.
|
|
776
1192
|
* @throws {RequiredError}
|
|
777
1193
|
*/
|
|
778
|
-
async
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
1194
|
+
accessWhitelistApplicationUpdate: async (id: number, accessWhitelistApplicationUpdateVo: AccessWhitelistApplicationUpdateVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1195
|
+
// verify required parameter 'id' is not null or undefined
|
|
1196
|
+
assertParamExists('accessWhitelistApplicationUpdate', 'id', id)
|
|
1197
|
+
// verify required parameter 'accessWhitelistApplicationUpdateVo' is not null or undefined
|
|
1198
|
+
assertParamExists('accessWhitelistApplicationUpdate', 'accessWhitelistApplicationUpdateVo', accessWhitelistApplicationUpdateVo)
|
|
1199
|
+
const localVarPath = `/access/whitelist/application/{id}`
|
|
1200
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1201
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1202
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1203
|
+
let baseOptions;
|
|
1204
|
+
if (configuration) {
|
|
1205
|
+
baseOptions = configuration.baseOptions;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
1209
|
+
const localVarHeaderParameter = {} as any;
|
|
1210
|
+
const localVarQueryParameter = {} as any;
|
|
1211
|
+
|
|
1212
|
+
// authentication tokenScheme required
|
|
1213
|
+
// http bearer authentication required
|
|
1214
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1219
|
+
|
|
1220
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1221
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1222
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1223
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessWhitelistApplicationUpdateVo, localVarRequestOptions, configuration)
|
|
1224
|
+
|
|
1225
|
+
return {
|
|
1226
|
+
url: toPathString(localVarUrlObj),
|
|
1227
|
+
options: localVarRequestOptions,
|
|
1228
|
+
};
|
|
783
1229
|
},
|
|
784
1230
|
/**
|
|
785
1231
|
*
|
|
786
|
-
* @summary
|
|
787
|
-
* @param {
|
|
1232
|
+
* @summary 添加入园条款
|
|
1233
|
+
* @param {AdmissionTermsRecordAddBO} admissionTermsRecordAddBO
|
|
788
1234
|
* @param {*} [options] Override http request option.
|
|
789
1235
|
* @throws {RequiredError}
|
|
790
1236
|
*/
|
|
791
|
-
async
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
const
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
1237
|
+
createEntryTerm: async (admissionTermsRecordAddBO: AdmissionTermsRecordAddBO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1238
|
+
// verify required parameter 'admissionTermsRecordAddBO' is not null or undefined
|
|
1239
|
+
assertParamExists('createEntryTerm', 'admissionTermsRecordAddBO', admissionTermsRecordAddBO)
|
|
1240
|
+
const localVarPath = `/admissionTermRecord`;
|
|
1241
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1242
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1243
|
+
let baseOptions;
|
|
1244
|
+
if (configuration) {
|
|
1245
|
+
baseOptions = configuration.baseOptions;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1249
|
+
const localVarHeaderParameter = {} as any;
|
|
1250
|
+
const localVarQueryParameter = {} as any;
|
|
1251
|
+
|
|
1252
|
+
// authentication tokenScheme required
|
|
1253
|
+
// http bearer authentication required
|
|
1254
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1259
|
+
|
|
1260
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1261
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1262
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1263
|
+
localVarRequestOptions.data = serializeDataIfNeeded(admissionTermsRecordAddBO, localVarRequestOptions, configuration)
|
|
1264
|
+
|
|
1265
|
+
return {
|
|
1266
|
+
url: toPathString(localVarUrlObj),
|
|
1267
|
+
options: localVarRequestOptions,
|
|
1268
|
+
};
|
|
1269
|
+
},
|
|
1270
|
+
/**
|
|
1271
|
+
*
|
|
1272
|
+
* @summary 删除
|
|
1273
|
+
* @param {number} id
|
|
1274
|
+
* @param {*} [options] Override http request option.
|
|
1275
|
+
* @throws {RequiredError}
|
|
1276
|
+
*/
|
|
1277
|
+
deleteEntryTerm: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1278
|
+
// verify required parameter 'id' is not null or undefined
|
|
1279
|
+
assertParamExists('deleteEntryTerm', 'id', id)
|
|
1280
|
+
const localVarPath = `/admissionTermRecord/{id}`
|
|
1281
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1282
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1283
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1284
|
+
let baseOptions;
|
|
1285
|
+
if (configuration) {
|
|
1286
|
+
baseOptions = configuration.baseOptions;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
1290
|
+
const localVarHeaderParameter = {} as any;
|
|
1291
|
+
const localVarQueryParameter = {} as any;
|
|
1292
|
+
|
|
1293
|
+
// authentication tokenScheme required
|
|
1294
|
+
// http bearer authentication required
|
|
1295
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1300
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1301
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1302
|
+
|
|
1303
|
+
return {
|
|
1304
|
+
url: toPathString(localVarUrlObj),
|
|
1305
|
+
options: localVarRequestOptions,
|
|
1306
|
+
};
|
|
1307
|
+
},
|
|
1308
|
+
/**
|
|
1309
|
+
*
|
|
1310
|
+
* @summary 查询详情
|
|
1311
|
+
* @param {number} id
|
|
1312
|
+
* @param {*} [options] Override http request option.
|
|
1313
|
+
* @throws {RequiredError}
|
|
1314
|
+
*/
|
|
1315
|
+
getEntryTerm: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1316
|
+
// verify required parameter 'id' is not null or undefined
|
|
1317
|
+
assertParamExists('getEntryTerm', 'id', id)
|
|
1318
|
+
const localVarPath = `/admissionTermRecord/{id}`
|
|
1319
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1320
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1321
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1322
|
+
let baseOptions;
|
|
1323
|
+
if (configuration) {
|
|
1324
|
+
baseOptions = configuration.baseOptions;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1328
|
+
const localVarHeaderParameter = {} as any;
|
|
1329
|
+
const localVarQueryParameter = {} as any;
|
|
1330
|
+
|
|
1331
|
+
// authentication tokenScheme required
|
|
1332
|
+
// http bearer authentication required
|
|
1333
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1338
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1339
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1340
|
+
|
|
1341
|
+
return {
|
|
1342
|
+
url: toPathString(localVarUrlObj),
|
|
1343
|
+
options: localVarRequestOptions,
|
|
1344
|
+
};
|
|
1345
|
+
},
|
|
1346
|
+
/**
|
|
1347
|
+
*
|
|
1348
|
+
* @summary 查询列表
|
|
1349
|
+
* @param {AdmissionTermsRecordSearchBO} bo
|
|
1350
|
+
* @param {*} [options] Override http request option.
|
|
1351
|
+
* @throws {RequiredError}
|
|
1352
|
+
*/
|
|
1353
|
+
listEntryTerm: async (bo: AdmissionTermsRecordSearchBO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1354
|
+
// verify required parameter 'bo' is not null or undefined
|
|
1355
|
+
assertParamExists('listEntryTerm', 'bo', bo)
|
|
1356
|
+
const localVarPath = `/admissionTermRecord`;
|
|
1357
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1358
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1359
|
+
let baseOptions;
|
|
1360
|
+
if (configuration) {
|
|
1361
|
+
baseOptions = configuration.baseOptions;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1365
|
+
const localVarHeaderParameter = {} as any;
|
|
1366
|
+
const localVarQueryParameter = {} as any;
|
|
1367
|
+
|
|
1368
|
+
// authentication tokenScheme required
|
|
1369
|
+
// http bearer authentication required
|
|
1370
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1371
|
+
|
|
1372
|
+
if (bo !== undefined) {
|
|
1373
|
+
for (const [key, value] of Object.entries(bo)) {
|
|
1374
|
+
localVarQueryParameter[key] = value;
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1381
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1382
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1383
|
+
|
|
1384
|
+
return {
|
|
1385
|
+
url: toPathString(localVarUrlObj),
|
|
1386
|
+
options: localVarRequestOptions,
|
|
1387
|
+
};
|
|
1388
|
+
},
|
|
1389
|
+
/**
|
|
1390
|
+
*
|
|
1391
|
+
* @summary 查询启用的条款
|
|
1392
|
+
* @param {number} parkId
|
|
1393
|
+
* @param {string} [type]
|
|
1394
|
+
* @param {*} [options] Override http request option.
|
|
1395
|
+
* @throws {RequiredError}
|
|
1396
|
+
*/
|
|
1397
|
+
selectStartUpAdmissionTerms: async (parkId: number, type?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1398
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
1399
|
+
assertParamExists('selectStartUpAdmissionTerms', 'parkId', parkId)
|
|
1400
|
+
const localVarPath = `/admissionTermRecord/selectStartUpAdmissionTerms`;
|
|
1401
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1402
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1403
|
+
let baseOptions;
|
|
1404
|
+
if (configuration) {
|
|
1405
|
+
baseOptions = configuration.baseOptions;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1409
|
+
const localVarHeaderParameter = {} as any;
|
|
1410
|
+
const localVarQueryParameter = {} as any;
|
|
1411
|
+
|
|
1412
|
+
// authentication tokenScheme required
|
|
1413
|
+
// http bearer authentication required
|
|
1414
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1415
|
+
|
|
1416
|
+
if (parkId !== undefined) {
|
|
1417
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
if (type !== undefined) {
|
|
1421
|
+
localVarQueryParameter['type'] = type;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1427
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1428
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1429
|
+
|
|
1430
|
+
return {
|
|
1431
|
+
url: toPathString(localVarUrlObj),
|
|
1432
|
+
options: localVarRequestOptions,
|
|
1433
|
+
};
|
|
1434
|
+
},
|
|
1435
|
+
/**
|
|
1436
|
+
*
|
|
1437
|
+
* @summary 修改入园条款
|
|
1438
|
+
* @param {number} id
|
|
1439
|
+
* @param {AdmissionTermsRecordUpdateBO} admissionTermsRecordUpdateBO
|
|
1440
|
+
* @param {*} [options] Override http request option.
|
|
1441
|
+
* @throws {RequiredError}
|
|
1442
|
+
*/
|
|
1443
|
+
updateEntryTerm: async (id: number, admissionTermsRecordUpdateBO: AdmissionTermsRecordUpdateBO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1444
|
+
// verify required parameter 'id' is not null or undefined
|
|
1445
|
+
assertParamExists('updateEntryTerm', 'id', id)
|
|
1446
|
+
// verify required parameter 'admissionTermsRecordUpdateBO' is not null or undefined
|
|
1447
|
+
assertParamExists('updateEntryTerm', 'admissionTermsRecordUpdateBO', admissionTermsRecordUpdateBO)
|
|
1448
|
+
const localVarPath = `/admissionTermRecord/{id}`
|
|
1449
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1450
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1451
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1452
|
+
let baseOptions;
|
|
1453
|
+
if (configuration) {
|
|
1454
|
+
baseOptions = configuration.baseOptions;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
1458
|
+
const localVarHeaderParameter = {} as any;
|
|
1459
|
+
const localVarQueryParameter = {} as any;
|
|
1460
|
+
|
|
1461
|
+
// authentication tokenScheme required
|
|
1462
|
+
// http bearer authentication required
|
|
1463
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1468
|
+
|
|
1469
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1470
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1471
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1472
|
+
localVarRequestOptions.data = serializeDataIfNeeded(admissionTermsRecordUpdateBO, localVarRequestOptions, configuration)
|
|
1473
|
+
|
|
1474
|
+
return {
|
|
1475
|
+
url: toPathString(localVarUrlObj),
|
|
1476
|
+
options: localVarRequestOptions,
|
|
1477
|
+
};
|
|
1478
|
+
},
|
|
1479
|
+
/**
|
|
1480
|
+
*
|
|
1481
|
+
* @summary 修改入园条款状态
|
|
1482
|
+
* @param {number} id
|
|
1483
|
+
* @param {AdmissionTermsRecordUpdateEnableBO} admissionTermsRecordUpdateEnableBO
|
|
1484
|
+
* @param {*} [options] Override http request option.
|
|
1485
|
+
* @throws {RequiredError}
|
|
1486
|
+
*/
|
|
1487
|
+
updateEntryTermStatus: async (id: number, admissionTermsRecordUpdateEnableBO: AdmissionTermsRecordUpdateEnableBO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1488
|
+
// verify required parameter 'id' is not null or undefined
|
|
1489
|
+
assertParamExists('updateEntryTermStatus', 'id', id)
|
|
1490
|
+
// verify required parameter 'admissionTermsRecordUpdateEnableBO' is not null or undefined
|
|
1491
|
+
assertParamExists('updateEntryTermStatus', 'admissionTermsRecordUpdateEnableBO', admissionTermsRecordUpdateEnableBO)
|
|
1492
|
+
const localVarPath = `/admissionTermRecord/{id}/isEnable`
|
|
1493
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1494
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1495
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1496
|
+
let baseOptions;
|
|
1497
|
+
if (configuration) {
|
|
1498
|
+
baseOptions = configuration.baseOptions;
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
1502
|
+
const localVarHeaderParameter = {} as any;
|
|
1503
|
+
const localVarQueryParameter = {} as any;
|
|
1504
|
+
|
|
1505
|
+
// authentication tokenScheme required
|
|
1506
|
+
// http bearer authentication required
|
|
1507
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1512
|
+
|
|
1513
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1514
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1515
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1516
|
+
localVarRequestOptions.data = serializeDataIfNeeded(admissionTermsRecordUpdateEnableBO, localVarRequestOptions, configuration)
|
|
1517
|
+
|
|
1518
|
+
return {
|
|
1519
|
+
url: toPathString(localVarUrlObj),
|
|
1520
|
+
options: localVarRequestOptions,
|
|
1521
|
+
};
|
|
1522
|
+
},
|
|
1523
|
+
}
|
|
1524
|
+
};
|
|
1525
|
+
|
|
1526
|
+
/**
|
|
1527
|
+
* AccessApi - functional programming interface
|
|
1528
|
+
* @export
|
|
1529
|
+
*/
|
|
1530
|
+
export const AccessApiFp = function(configuration?: Configuration) {
|
|
1531
|
+
const localVarAxiosParamCreator = AccessApiAxiosParamCreator(configuration)
|
|
1532
|
+
return {
|
|
1533
|
+
/**
|
|
1534
|
+
* 添加黑名单信息
|
|
1535
|
+
* @summary 添加黑名单
|
|
1536
|
+
* @param {AccessBlacklistAddVo} accessBlacklistAddVo
|
|
1537
|
+
* @param {*} [options] Override http request option.
|
|
1538
|
+
* @throws {RequiredError}
|
|
1539
|
+
*/
|
|
1540
|
+
async accessBlacklistAdd(accessBlacklistAddVo: AccessBlacklistAddVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>> {
|
|
1541
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessBlacklistAdd(accessBlacklistAddVo, options);
|
|
1542
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1543
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessBlacklistAdd']?.[localVarOperationServerIndex]?.url;
|
|
1544
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1545
|
+
},
|
|
1546
|
+
/**
|
|
1547
|
+
* 批量导出黑名单信息
|
|
1548
|
+
* @summary 批量导出黑名单
|
|
1549
|
+
* @param {number} parkId 园区id
|
|
1550
|
+
* @param {string} [searchValue] 搜索值
|
|
1551
|
+
* @param {number} [accessCompanyId] 访问公司
|
|
1552
|
+
* @param {*} [options] Override http request option.
|
|
1553
|
+
* @throws {RequiredError}
|
|
1554
|
+
*/
|
|
1555
|
+
async accessBlacklistBatchExport(parkId: number, searchValue?: string, accessCompanyId?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
1556
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessBlacklistBatchExport(parkId, searchValue, accessCompanyId, options);
|
|
1557
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1558
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessBlacklistBatchExport']?.[localVarOperationServerIndex]?.url;
|
|
1559
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1560
|
+
},
|
|
1561
|
+
/**
|
|
1562
|
+
* 删除黑名单信息
|
|
1563
|
+
* @summary 删除黑名单
|
|
1564
|
+
* @param {number} id
|
|
1565
|
+
* @param {*} [options] Override http request option.
|
|
1566
|
+
* @throws {RequiredError}
|
|
1567
|
+
*/
|
|
1568
|
+
async accessBlacklistDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1569
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessBlacklistDelete(id, options);
|
|
1570
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1571
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessBlacklistDelete']?.[localVarOperationServerIndex]?.url;
|
|
1572
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1573
|
+
},
|
|
1574
|
+
/**
|
|
1575
|
+
* 获取指定ID的黑名单详情
|
|
1576
|
+
* @summary 获取黑名单详情
|
|
1577
|
+
* @param {number} id
|
|
1578
|
+
* @param {*} [options] Override http request option.
|
|
1579
|
+
* @throws {RequiredError}
|
|
1580
|
+
*/
|
|
1581
|
+
async accessBlacklistDetails(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultAccessBlacklistDetailsDto>> {
|
|
1582
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessBlacklistDetails(id, options);
|
|
1583
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1584
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessBlacklistDetails']?.[localVarOperationServerIndex]?.url;
|
|
1585
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1586
|
+
},
|
|
1587
|
+
/**
|
|
1588
|
+
* 查询黑名单列表
|
|
1589
|
+
* @summary 查询黑名单列表
|
|
1590
|
+
* @param {number} parkId 园区id
|
|
1591
|
+
* @param {number} page 页码
|
|
1592
|
+
* @param {number} pageSize 每页数量
|
|
1593
|
+
* @param {string} [searchValue] 搜索值
|
|
1594
|
+
* @param {number} [accessCompanyId] 访问公司
|
|
1595
|
+
* @param {*} [options] Override http request option.
|
|
1596
|
+
* @throws {RequiredError}
|
|
1597
|
+
*/
|
|
1598
|
+
async accessBlacklistSelectList(parkId: number, page: number, pageSize: number, searchValue?: string, accessCompanyId?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoAccessBlacklistDetailsDto>> {
|
|
1599
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessBlacklistSelectList(parkId, page, pageSize, searchValue, accessCompanyId, options);
|
|
1600
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1601
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessBlacklistSelectList']?.[localVarOperationServerIndex]?.url;
|
|
1602
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1603
|
+
},
|
|
1604
|
+
/**
|
|
1605
|
+
* 修改黑名单信息
|
|
1606
|
+
* @summary 修改黑名单
|
|
1607
|
+
* @param {number} id
|
|
1608
|
+
* @param {AccessBlacklistUpdateVo} accessBlacklistUpdateVo
|
|
1609
|
+
* @param {*} [options] Override http request option.
|
|
1610
|
+
* @throws {RequiredError}
|
|
1611
|
+
*/
|
|
1612
|
+
async accessBlacklistUpdate(id: number, accessBlacklistUpdateVo: AccessBlacklistUpdateVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1613
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessBlacklistUpdate(id, accessBlacklistUpdateVo, options);
|
|
1614
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1615
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessBlacklistUpdate']?.[localVarOperationServerIndex]?.url;
|
|
1616
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1617
|
+
},
|
|
1618
|
+
/**
|
|
1619
|
+
*
|
|
1620
|
+
* @summary 新增出入访问公司
|
|
1621
|
+
* @param {AccessCompanyConfigAddOrUpdateVo} accessCompanyConfigAddOrUpdateVo
|
|
1622
|
+
* @param {*} [options] Override http request option.
|
|
1623
|
+
* @throws {RequiredError}
|
|
1624
|
+
*/
|
|
1625
|
+
async accessCompanyConfigAdd(accessCompanyConfigAddOrUpdateVo: AccessCompanyConfigAddOrUpdateVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1626
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessCompanyConfigAdd(accessCompanyConfigAddOrUpdateVo, options);
|
|
1627
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1628
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessCompanyConfigAdd']?.[localVarOperationServerIndex]?.url;
|
|
1629
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1630
|
+
},
|
|
1631
|
+
/**
|
|
1632
|
+
*
|
|
1633
|
+
* @summary 批量更新出入访问公司排序
|
|
1634
|
+
* @param {Array<AccessCompanyConfigSortVo>} accessCompanyConfigSortVo
|
|
1635
|
+
* @param {*} [options] Override http request option.
|
|
1636
|
+
* @throws {RequiredError}
|
|
1637
|
+
*/
|
|
1638
|
+
async accessCompanyConfigBatchUpdateSort(accessCompanyConfigSortVo: Array<AccessCompanyConfigSortVo>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
1639
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessCompanyConfigBatchUpdateSort(accessCompanyConfigSortVo, options);
|
|
1640
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1641
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessCompanyConfigBatchUpdateSort']?.[localVarOperationServerIndex]?.url;
|
|
1642
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1643
|
+
},
|
|
1644
|
+
/**
|
|
1645
|
+
*
|
|
1646
|
+
* @summary 删除出入访问公司
|
|
1647
|
+
* @param {number} id
|
|
1648
|
+
* @param {*} [options] Override http request option.
|
|
1649
|
+
* @throws {RequiredError}
|
|
1650
|
+
*/
|
|
1651
|
+
async accessCompanyConfigDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1652
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessCompanyConfigDelete(id, options);
|
|
1653
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1654
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessCompanyConfigDelete']?.[localVarOperationServerIndex]?.url;
|
|
1655
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1656
|
+
},
|
|
1657
|
+
/**
|
|
1658
|
+
*
|
|
1659
|
+
* @summary 查询出入访问公司详情
|
|
1660
|
+
* @param {number} id
|
|
1661
|
+
* @param {*} [options] Override http request option.
|
|
1662
|
+
* @throws {RequiredError}
|
|
1663
|
+
*/
|
|
1664
|
+
async accessCompanyConfigSelectById(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultAccessCompanyConfigEntity>> {
|
|
1665
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessCompanyConfigSelectById(id, options);
|
|
1666
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1667
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessCompanyConfigSelectById']?.[localVarOperationServerIndex]?.url;
|
|
1668
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1669
|
+
},
|
|
1670
|
+
/**
|
|
1671
|
+
*
|
|
1672
|
+
* @summary 查询出入访问公司列表
|
|
1673
|
+
* @param {number} parkId 园区ID
|
|
1674
|
+
* @param {*} [options] Override http request option.
|
|
1675
|
+
* @throws {RequiredError}
|
|
1676
|
+
*/
|
|
1677
|
+
async accessCompanyConfigSelectList(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListAccessCompanyConfigEntity>> {
|
|
1678
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessCompanyConfigSelectList(parkId, options);
|
|
1679
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1680
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessCompanyConfigSelectList']?.[localVarOperationServerIndex]?.url;
|
|
1681
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1682
|
+
},
|
|
1683
|
+
/**
|
|
1684
|
+
*
|
|
1685
|
+
* @summary 编辑出入访问公司
|
|
1686
|
+
* @param {number} id
|
|
801
1687
|
* @param {AccessCompanyConfigAddOrUpdateVo} accessCompanyConfigAddOrUpdateVo
|
|
802
1688
|
* @param {*} [options] Override http request option.
|
|
803
1689
|
* @throws {RequiredError}
|
|
@@ -849,6 +1735,160 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
849
1735
|
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessConfigUpdate']?.[localVarOperationServerIndex]?.url;
|
|
850
1736
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
851
1737
|
},
|
|
1738
|
+
/**
|
|
1739
|
+
*
|
|
1740
|
+
* @summary 新增出入白名单申请
|
|
1741
|
+
* @param {AccessWhitelistApplicationAddVo} accessWhitelistApplicationAddVo
|
|
1742
|
+
* @param {*} [options] Override http request option.
|
|
1743
|
+
* @throws {RequiredError}
|
|
1744
|
+
*/
|
|
1745
|
+
async accessWhitelistApplicationAdd(accessWhitelistApplicationAddVo: AccessWhitelistApplicationAddVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>> {
|
|
1746
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationAdd(accessWhitelistApplicationAddVo, options);
|
|
1747
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1748
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationAdd']?.[localVarOperationServerIndex]?.url;
|
|
1749
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1750
|
+
},
|
|
1751
|
+
/**
|
|
1752
|
+
*
|
|
1753
|
+
* @summary 审批出入白名单申请
|
|
1754
|
+
* @param {number} id
|
|
1755
|
+
* @param {AccessWhitelistApplicationApprovalVo} accessWhitelistApplicationApprovalVo
|
|
1756
|
+
* @param {*} [options] Override http request option.
|
|
1757
|
+
* @throws {RequiredError}
|
|
1758
|
+
*/
|
|
1759
|
+
async accessWhitelistApplicationApproval(id: number, accessWhitelistApplicationApprovalVo: AccessWhitelistApplicationApprovalVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1760
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationApproval(id, accessWhitelistApplicationApprovalVo, options);
|
|
1761
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1762
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationApproval']?.[localVarOperationServerIndex]?.url;
|
|
1763
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1764
|
+
},
|
|
1765
|
+
/**
|
|
1766
|
+
*
|
|
1767
|
+
* @summary 出入白名单申请-导出
|
|
1768
|
+
* @param {number} parkId 园区ID
|
|
1769
|
+
* @param {string} [searchValue] 搜索值
|
|
1770
|
+
* @param {number} [accessCompanyId] 访问公司
|
|
1771
|
+
* @param {AccessVisitorPersonTypeEnum} [accessVisitorPersonType] 访问人员类型
|
|
1772
|
+
* @param {AccessWhitelistApplicationStatusEnum} [applicationStatus] 申请状态
|
|
1773
|
+
* @param {*} [options] Override http request option.
|
|
1774
|
+
* @throws {RequiredError}
|
|
1775
|
+
*/
|
|
1776
|
+
async accessWhitelistApplicationBatchExport(parkId: number, searchValue?: string, accessCompanyId?: number, accessVisitorPersonType?: AccessVisitorPersonTypeEnum, applicationStatus?: AccessWhitelistApplicationStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
1777
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationBatchExport(parkId, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options);
|
|
1778
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1779
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationBatchExport']?.[localVarOperationServerIndex]?.url;
|
|
1780
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1781
|
+
},
|
|
1782
|
+
/**
|
|
1783
|
+
*
|
|
1784
|
+
* @summary 出入白名单申请-确认导入
|
|
1785
|
+
* @param {*} [options] Override http request option.
|
|
1786
|
+
* @throws {RequiredError}
|
|
1787
|
+
*/
|
|
1788
|
+
async accessWhitelistApplicationBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto>> {
|
|
1789
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationBatchImportConfirm(options);
|
|
1790
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1791
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationBatchImportConfirm']?.[localVarOperationServerIndex]?.url;
|
|
1792
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1793
|
+
},
|
|
1794
|
+
/**
|
|
1795
|
+
*
|
|
1796
|
+
* @summary 出入白名单申请-预览结果
|
|
1797
|
+
* @param {*} [options] Override http request option.
|
|
1798
|
+
* @throws {RequiredError}
|
|
1799
|
+
*/
|
|
1800
|
+
async accessWhitelistApplicationBatchImportPreview(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto>> {
|
|
1801
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationBatchImportPreview(options);
|
|
1802
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1803
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationBatchImportPreview']?.[localVarOperationServerIndex]?.url;
|
|
1804
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1805
|
+
},
|
|
1806
|
+
/**
|
|
1807
|
+
*
|
|
1808
|
+
* @summary 出入白名单申请-模板
|
|
1809
|
+
* @param {*} [options] Override http request option.
|
|
1810
|
+
* @throws {RequiredError}
|
|
1811
|
+
*/
|
|
1812
|
+
async accessWhitelistApplicationBatchImportTemplate(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
1813
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationBatchImportTemplate(options);
|
|
1814
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1815
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationBatchImportTemplate']?.[localVarOperationServerIndex]?.url;
|
|
1816
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1817
|
+
},
|
|
1818
|
+
/**
|
|
1819
|
+
*
|
|
1820
|
+
* @summary 出入白名单申请-上传文件
|
|
1821
|
+
* @param {number} parkId 园区id
|
|
1822
|
+
* @param {File} file
|
|
1823
|
+
* @param {string} [language] 语言
|
|
1824
|
+
* @param {*} [options] Override http request option.
|
|
1825
|
+
* @throws {RequiredError}
|
|
1826
|
+
*/
|
|
1827
|
+
async accessWhitelistApplicationBatchImportUpload(parkId: number, file: File, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
1828
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationBatchImportUpload(parkId, file, language, options);
|
|
1829
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1830
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationBatchImportUpload']?.[localVarOperationServerIndex]?.url;
|
|
1831
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1832
|
+
},
|
|
1833
|
+
/**
|
|
1834
|
+
*
|
|
1835
|
+
* @summary 删除出入白名单申请
|
|
1836
|
+
* @param {number} id
|
|
1837
|
+
* @param {*} [options] Override http request option.
|
|
1838
|
+
* @throws {RequiredError}
|
|
1839
|
+
*/
|
|
1840
|
+
async accessWhitelistApplicationDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1841
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationDelete(id, options);
|
|
1842
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1843
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationDelete']?.[localVarOperationServerIndex]?.url;
|
|
1844
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1845
|
+
},
|
|
1846
|
+
/**
|
|
1847
|
+
*
|
|
1848
|
+
* @summary 获取出入白名单申请详情
|
|
1849
|
+
* @param {number} id
|
|
1850
|
+
* @param {*} [options] Override http request option.
|
|
1851
|
+
* @throws {RequiredError}
|
|
1852
|
+
*/
|
|
1853
|
+
async accessWhitelistApplicationDetails(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultAccessWhitelistApplicationDetailsDto>> {
|
|
1854
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationDetails(id, options);
|
|
1855
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1856
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationDetails']?.[localVarOperationServerIndex]?.url;
|
|
1857
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1858
|
+
},
|
|
1859
|
+
/**
|
|
1860
|
+
*
|
|
1861
|
+
* @summary 获取出入白名单申请列表
|
|
1862
|
+
* @param {number} parkId 园区ID
|
|
1863
|
+
* @param {number} page 页码
|
|
1864
|
+
* @param {number} pageSize 每页数量
|
|
1865
|
+
* @param {string} [searchValue] 搜索值
|
|
1866
|
+
* @param {number} [accessCompanyId] 访问公司
|
|
1867
|
+
* @param {AccessVisitorPersonTypeEnum} [accessVisitorPersonType] 访问人员类型
|
|
1868
|
+
* @param {AccessWhitelistApplicationStatusEnum} [applicationStatus] 申请状态
|
|
1869
|
+
* @param {*} [options] Override http request option.
|
|
1870
|
+
* @throws {RequiredError}
|
|
1871
|
+
*/
|
|
1872
|
+
async accessWhitelistApplicationList(parkId: number, page: number, pageSize: number, searchValue?: string, accessCompanyId?: number, accessVisitorPersonType?: AccessVisitorPersonTypeEnum, applicationStatus?: AccessWhitelistApplicationStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoAccessWhitelistApplicationDetailsDto>> {
|
|
1873
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationList(parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonType, applicationStatus, options);
|
|
1874
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1875
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationList']?.[localVarOperationServerIndex]?.url;
|
|
1876
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1877
|
+
},
|
|
1878
|
+
/**
|
|
1879
|
+
*
|
|
1880
|
+
* @summary 修改出入白名单申请
|
|
1881
|
+
* @param {number} id
|
|
1882
|
+
* @param {AccessWhitelistApplicationUpdateVo} accessWhitelistApplicationUpdateVo
|
|
1883
|
+
* @param {*} [options] Override http request option.
|
|
1884
|
+
* @throws {RequiredError}
|
|
1885
|
+
*/
|
|
1886
|
+
async accessWhitelistApplicationUpdate(id: number, accessWhitelistApplicationUpdateVo: AccessWhitelistApplicationUpdateVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1887
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationUpdate(id, accessWhitelistApplicationUpdateVo, options);
|
|
1888
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1889
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationUpdate']?.[localVarOperationServerIndex]?.url;
|
|
1890
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1891
|
+
},
|
|
852
1892
|
/**
|
|
853
1893
|
*
|
|
854
1894
|
* @summary 添加入园条款
|
|
@@ -931,117 +1971,284 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
931
1971
|
},
|
|
932
1972
|
/**
|
|
933
1973
|
*
|
|
934
|
-
* @summary 修改入园条款状态
|
|
935
|
-
* @param {number} id
|
|
936
|
-
* @param {AdmissionTermsRecordUpdateEnableBO} admissionTermsRecordUpdateEnableBO
|
|
1974
|
+
* @summary 修改入园条款状态
|
|
1975
|
+
* @param {number} id
|
|
1976
|
+
* @param {AdmissionTermsRecordUpdateEnableBO} admissionTermsRecordUpdateEnableBO
|
|
1977
|
+
* @param {*} [options] Override http request option.
|
|
1978
|
+
* @throws {RequiredError}
|
|
1979
|
+
*/
|
|
1980
|
+
async updateEntryTermStatus(id: number, admissionTermsRecordUpdateEnableBO: AdmissionTermsRecordUpdateEnableBO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
1981
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateEntryTermStatus(id, admissionTermsRecordUpdateEnableBO, options);
|
|
1982
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1983
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.updateEntryTermStatus']?.[localVarOperationServerIndex]?.url;
|
|
1984
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1985
|
+
},
|
|
1986
|
+
}
|
|
1987
|
+
};
|
|
1988
|
+
|
|
1989
|
+
/**
|
|
1990
|
+
* AccessApi - factory interface
|
|
1991
|
+
* @export
|
|
1992
|
+
*/
|
|
1993
|
+
export const AccessApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
1994
|
+
const localVarFp = AccessApiFp(configuration)
|
|
1995
|
+
return {
|
|
1996
|
+
/**
|
|
1997
|
+
* 添加黑名单信息
|
|
1998
|
+
* @summary 添加黑名单
|
|
1999
|
+
* @param {AccessApiAccessBlacklistAddRequest} requestParameters Request parameters.
|
|
2000
|
+
* @param {*} [options] Override http request option.
|
|
2001
|
+
* @throws {RequiredError}
|
|
2002
|
+
*/
|
|
2003
|
+
accessBlacklistAdd(requestParameters: AccessApiAccessBlacklistAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger> {
|
|
2004
|
+
return localVarFp.accessBlacklistAdd(requestParameters.accessBlacklistAddVo, options).then((request) => request(axios, basePath));
|
|
2005
|
+
},
|
|
2006
|
+
/**
|
|
2007
|
+
* 批量导出黑名单信息
|
|
2008
|
+
* @summary 批量导出黑名单
|
|
2009
|
+
* @param {AccessApiAccessBlacklistBatchExportRequest} requestParameters Request parameters.
|
|
2010
|
+
* @param {*} [options] Override http request option.
|
|
2011
|
+
* @throws {RequiredError}
|
|
2012
|
+
*/
|
|
2013
|
+
accessBlacklistBatchExport(requestParameters: AccessApiAccessBlacklistBatchExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
2014
|
+
return localVarFp.accessBlacklistBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.accessCompanyId, options).then((request) => request(axios, basePath));
|
|
2015
|
+
},
|
|
2016
|
+
/**
|
|
2017
|
+
* 删除黑名单信息
|
|
2018
|
+
* @summary 删除黑名单
|
|
2019
|
+
* @param {AccessApiAccessBlacklistDeleteRequest} requestParameters Request parameters.
|
|
2020
|
+
* @param {*} [options] Override http request option.
|
|
2021
|
+
* @throws {RequiredError}
|
|
2022
|
+
*/
|
|
2023
|
+
accessBlacklistDelete(requestParameters: AccessApiAccessBlacklistDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2024
|
+
return localVarFp.accessBlacklistDelete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2025
|
+
},
|
|
2026
|
+
/**
|
|
2027
|
+
* 获取指定ID的黑名单详情
|
|
2028
|
+
* @summary 获取黑名单详情
|
|
2029
|
+
* @param {AccessApiAccessBlacklistDetailsRequest} requestParameters Request parameters.
|
|
2030
|
+
* @param {*} [options] Override http request option.
|
|
2031
|
+
* @throws {RequiredError}
|
|
2032
|
+
*/
|
|
2033
|
+
accessBlacklistDetails(requestParameters: AccessApiAccessBlacklistDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultAccessBlacklistDetailsDto> {
|
|
2034
|
+
return localVarFp.accessBlacklistDetails(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2035
|
+
},
|
|
2036
|
+
/**
|
|
2037
|
+
* 查询黑名单列表
|
|
2038
|
+
* @summary 查询黑名单列表
|
|
2039
|
+
* @param {AccessApiAccessBlacklistSelectListRequest} requestParameters Request parameters.
|
|
2040
|
+
* @param {*} [options] Override http request option.
|
|
2041
|
+
* @throws {RequiredError}
|
|
2042
|
+
*/
|
|
2043
|
+
accessBlacklistSelectList(requestParameters: AccessApiAccessBlacklistSelectListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoAccessBlacklistDetailsDto> {
|
|
2044
|
+
return localVarFp.accessBlacklistSelectList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, options).then((request) => request(axios, basePath));
|
|
2045
|
+
},
|
|
2046
|
+
/**
|
|
2047
|
+
* 修改黑名单信息
|
|
2048
|
+
* @summary 修改黑名单
|
|
2049
|
+
* @param {AccessApiAccessBlacklistUpdateRequest} requestParameters Request parameters.
|
|
2050
|
+
* @param {*} [options] Override http request option.
|
|
2051
|
+
* @throws {RequiredError}
|
|
2052
|
+
*/
|
|
2053
|
+
accessBlacklistUpdate(requestParameters: AccessApiAccessBlacklistUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2054
|
+
return localVarFp.accessBlacklistUpdate(requestParameters.id, requestParameters.accessBlacklistUpdateVo, options).then((request) => request(axios, basePath));
|
|
2055
|
+
},
|
|
2056
|
+
/**
|
|
2057
|
+
*
|
|
2058
|
+
* @summary 新增出入访问公司
|
|
2059
|
+
* @param {AccessApiAccessCompanyConfigAddRequest} requestParameters Request parameters.
|
|
2060
|
+
* @param {*} [options] Override http request option.
|
|
2061
|
+
* @throws {RequiredError}
|
|
2062
|
+
*/
|
|
2063
|
+
accessCompanyConfigAdd(requestParameters: AccessApiAccessCompanyConfigAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2064
|
+
return localVarFp.accessCompanyConfigAdd(requestParameters.accessCompanyConfigAddOrUpdateVo, options).then((request) => request(axios, basePath));
|
|
2065
|
+
},
|
|
2066
|
+
/**
|
|
2067
|
+
*
|
|
2068
|
+
* @summary 批量更新出入访问公司排序
|
|
2069
|
+
* @param {AccessApiAccessCompanyConfigBatchUpdateSortRequest} requestParameters Request parameters.
|
|
2070
|
+
* @param {*} [options] Override http request option.
|
|
2071
|
+
* @throws {RequiredError}
|
|
2072
|
+
*/
|
|
2073
|
+
accessCompanyConfigBatchUpdateSort(requestParameters: AccessApiAccessCompanyConfigBatchUpdateSortRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
2074
|
+
return localVarFp.accessCompanyConfigBatchUpdateSort(requestParameters.accessCompanyConfigSortVo, options).then((request) => request(axios, basePath));
|
|
2075
|
+
},
|
|
2076
|
+
/**
|
|
2077
|
+
*
|
|
2078
|
+
* @summary 删除出入访问公司
|
|
2079
|
+
* @param {AccessApiAccessCompanyConfigDeleteRequest} requestParameters Request parameters.
|
|
2080
|
+
* @param {*} [options] Override http request option.
|
|
2081
|
+
* @throws {RequiredError}
|
|
2082
|
+
*/
|
|
2083
|
+
accessCompanyConfigDelete(requestParameters: AccessApiAccessCompanyConfigDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2084
|
+
return localVarFp.accessCompanyConfigDelete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2085
|
+
},
|
|
2086
|
+
/**
|
|
2087
|
+
*
|
|
2088
|
+
* @summary 查询出入访问公司详情
|
|
2089
|
+
* @param {AccessApiAccessCompanyConfigSelectByIdRequest} requestParameters Request parameters.
|
|
2090
|
+
* @param {*} [options] Override http request option.
|
|
2091
|
+
* @throws {RequiredError}
|
|
2092
|
+
*/
|
|
2093
|
+
accessCompanyConfigSelectById(requestParameters: AccessApiAccessCompanyConfigSelectByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultAccessCompanyConfigEntity> {
|
|
2094
|
+
return localVarFp.accessCompanyConfigSelectById(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2095
|
+
},
|
|
2096
|
+
/**
|
|
2097
|
+
*
|
|
2098
|
+
* @summary 查询出入访问公司列表
|
|
2099
|
+
* @param {AccessApiAccessCompanyConfigSelectListRequest} requestParameters Request parameters.
|
|
2100
|
+
* @param {*} [options] Override http request option.
|
|
2101
|
+
* @throws {RequiredError}
|
|
2102
|
+
*/
|
|
2103
|
+
accessCompanyConfigSelectList(requestParameters: AccessApiAccessCompanyConfigSelectListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListAccessCompanyConfigEntity> {
|
|
2104
|
+
return localVarFp.accessCompanyConfigSelectList(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
2105
|
+
},
|
|
2106
|
+
/**
|
|
2107
|
+
*
|
|
2108
|
+
* @summary 编辑出入访问公司
|
|
2109
|
+
* @param {AccessApiAccessCompanyConfigUpdateRequest} requestParameters Request parameters.
|
|
2110
|
+
* @param {*} [options] Override http request option.
|
|
2111
|
+
* @throws {RequiredError}
|
|
2112
|
+
*/
|
|
2113
|
+
accessCompanyConfigUpdate(requestParameters: AccessApiAccessCompanyConfigUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2114
|
+
return localVarFp.accessCompanyConfigUpdate(requestParameters.id, requestParameters.accessCompanyConfigAddOrUpdateVo, options).then((request) => request(axios, basePath));
|
|
2115
|
+
},
|
|
2116
|
+
/**
|
|
2117
|
+
*
|
|
2118
|
+
* @summary 编辑出入访问公司人员类型
|
|
2119
|
+
* @param {AccessApiAccessCompanyVisitorPersonTypeConfigsUpdateRequest} requestParameters Request parameters.
|
|
2120
|
+
* @param {*} [options] Override http request option.
|
|
2121
|
+
* @throws {RequiredError}
|
|
2122
|
+
*/
|
|
2123
|
+
accessCompanyVisitorPersonTypeConfigsUpdate(requestParameters: AccessApiAccessCompanyVisitorPersonTypeConfigsUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2124
|
+
return localVarFp.accessCompanyVisitorPersonTypeConfigsUpdate(requestParameters.id, requestParameters.accessVisitorPersonTypeConfigVo, options).then((request) => request(axios, basePath));
|
|
2125
|
+
},
|
|
2126
|
+
/**
|
|
2127
|
+
* 根据园区ID查询出入配置
|
|
2128
|
+
* @summary 查询出入配置
|
|
2129
|
+
* @param {AccessApiAccessConfigSelectByIdRequest} requestParameters Request parameters.
|
|
2130
|
+
* @param {*} [options] Override http request option.
|
|
2131
|
+
* @throws {RequiredError}
|
|
2132
|
+
*/
|
|
2133
|
+
accessConfigSelectById(requestParameters: AccessApiAccessConfigSelectByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultAccessConfigEntity> {
|
|
2134
|
+
return localVarFp.accessConfigSelectById(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
2135
|
+
},
|
|
2136
|
+
/**
|
|
2137
|
+
* 根据园区ID更新出入配置
|
|
2138
|
+
* @summary 更新出入配置
|
|
2139
|
+
* @param {AccessApiAccessConfigUpdateRequest} requestParameters Request parameters.
|
|
2140
|
+
* @param {*} [options] Override http request option.
|
|
2141
|
+
* @throws {RequiredError}
|
|
2142
|
+
*/
|
|
2143
|
+
accessConfigUpdate(requestParameters: AccessApiAccessConfigUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2144
|
+
return localVarFp.accessConfigUpdate(requestParameters.parkId, requestParameters.accessConfigVo, options).then((request) => request(axios, basePath));
|
|
2145
|
+
},
|
|
2146
|
+
/**
|
|
2147
|
+
*
|
|
2148
|
+
* @summary 新增出入白名单申请
|
|
2149
|
+
* @param {AccessApiAccessWhitelistApplicationAddRequest} requestParameters Request parameters.
|
|
2150
|
+
* @param {*} [options] Override http request option.
|
|
2151
|
+
* @throws {RequiredError}
|
|
2152
|
+
*/
|
|
2153
|
+
accessWhitelistApplicationAdd(requestParameters: AccessApiAccessWhitelistApplicationAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger> {
|
|
2154
|
+
return localVarFp.accessWhitelistApplicationAdd(requestParameters.accessWhitelistApplicationAddVo, options).then((request) => request(axios, basePath));
|
|
2155
|
+
},
|
|
2156
|
+
/**
|
|
2157
|
+
*
|
|
2158
|
+
* @summary 审批出入白名单申请
|
|
2159
|
+
* @param {AccessApiAccessWhitelistApplicationApprovalRequest} requestParameters Request parameters.
|
|
937
2160
|
* @param {*} [options] Override http request option.
|
|
938
2161
|
* @throws {RequiredError}
|
|
939
2162
|
*/
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
943
|
-
const localVarOperationServerBasePath = operationServerMap['AccessApi.updateEntryTermStatus']?.[localVarOperationServerIndex]?.url;
|
|
944
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2163
|
+
accessWhitelistApplicationApproval(requestParameters: AccessApiAccessWhitelistApplicationApprovalRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2164
|
+
return localVarFp.accessWhitelistApplicationApproval(requestParameters.id, requestParameters.accessWhitelistApplicationApprovalVo, options).then((request) => request(axios, basePath));
|
|
945
2165
|
},
|
|
946
|
-
}
|
|
947
|
-
};
|
|
948
|
-
|
|
949
|
-
/**
|
|
950
|
-
* AccessApi - factory interface
|
|
951
|
-
* @export
|
|
952
|
-
*/
|
|
953
|
-
export const AccessApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
954
|
-
const localVarFp = AccessApiFp(configuration)
|
|
955
|
-
return {
|
|
956
2166
|
/**
|
|
957
2167
|
*
|
|
958
|
-
* @summary
|
|
959
|
-
* @param {
|
|
2168
|
+
* @summary 出入白名单申请-导出
|
|
2169
|
+
* @param {AccessApiAccessWhitelistApplicationBatchExportRequest} requestParameters Request parameters.
|
|
960
2170
|
* @param {*} [options] Override http request option.
|
|
961
2171
|
* @throws {RequiredError}
|
|
962
2172
|
*/
|
|
963
|
-
|
|
964
|
-
return localVarFp.
|
|
2173
|
+
accessWhitelistApplicationBatchExport(requestParameters: AccessApiAccessWhitelistApplicationBatchExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
2174
|
+
return localVarFp.accessWhitelistApplicationBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonType, requestParameters.applicationStatus, options).then((request) => request(axios, basePath));
|
|
965
2175
|
},
|
|
966
2176
|
/**
|
|
967
2177
|
*
|
|
968
|
-
* @summary
|
|
969
|
-
* @param {AccessApiAccessCompanyConfigBatchUpdateSortRequest} requestParameters Request parameters.
|
|
2178
|
+
* @summary 出入白名单申请-确认导入
|
|
970
2179
|
* @param {*} [options] Override http request option.
|
|
971
2180
|
* @throws {RequiredError}
|
|
972
2181
|
*/
|
|
973
|
-
|
|
974
|
-
return localVarFp.
|
|
2182
|
+
accessWhitelistApplicationBatchImportConfirm(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto> {
|
|
2183
|
+
return localVarFp.accessWhitelistApplicationBatchImportConfirm(options).then((request) => request(axios, basePath));
|
|
975
2184
|
},
|
|
976
2185
|
/**
|
|
977
2186
|
*
|
|
978
|
-
* @summary
|
|
979
|
-
* @param {AccessApiAccessCompanyConfigDeleteRequest} requestParameters Request parameters.
|
|
2187
|
+
* @summary 出入白名单申请-预览结果
|
|
980
2188
|
* @param {*} [options] Override http request option.
|
|
981
2189
|
* @throws {RequiredError}
|
|
982
2190
|
*/
|
|
983
|
-
|
|
984
|
-
return localVarFp.
|
|
2191
|
+
accessWhitelistApplicationBatchImportPreview(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto> {
|
|
2192
|
+
return localVarFp.accessWhitelistApplicationBatchImportPreview(options).then((request) => request(axios, basePath));
|
|
985
2193
|
},
|
|
986
2194
|
/**
|
|
987
2195
|
*
|
|
988
|
-
* @summary
|
|
989
|
-
* @param {AccessApiAccessCompanyConfigSelectByIdRequest} requestParameters Request parameters.
|
|
2196
|
+
* @summary 出入白名单申请-模板
|
|
990
2197
|
* @param {*} [options] Override http request option.
|
|
991
2198
|
* @throws {RequiredError}
|
|
992
2199
|
*/
|
|
993
|
-
|
|
994
|
-
return localVarFp.
|
|
2200
|
+
accessWhitelistApplicationBatchImportTemplate(options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
2201
|
+
return localVarFp.accessWhitelistApplicationBatchImportTemplate(options).then((request) => request(axios, basePath));
|
|
995
2202
|
},
|
|
996
2203
|
/**
|
|
997
2204
|
*
|
|
998
|
-
* @summary
|
|
999
|
-
* @param {
|
|
2205
|
+
* @summary 出入白名单申请-上传文件
|
|
2206
|
+
* @param {AccessApiAccessWhitelistApplicationBatchImportUploadRequest} requestParameters Request parameters.
|
|
1000
2207
|
* @param {*} [options] Override http request option.
|
|
1001
2208
|
* @throws {RequiredError}
|
|
1002
2209
|
*/
|
|
1003
|
-
|
|
1004
|
-
return localVarFp.
|
|
2210
|
+
accessWhitelistApplicationBatchImportUpload(requestParameters: AccessApiAccessWhitelistApplicationBatchImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
2211
|
+
return localVarFp.accessWhitelistApplicationBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
1005
2212
|
},
|
|
1006
2213
|
/**
|
|
1007
2214
|
*
|
|
1008
|
-
* @summary
|
|
1009
|
-
* @param {
|
|
2215
|
+
* @summary 删除出入白名单申请
|
|
2216
|
+
* @param {AccessApiAccessWhitelistApplicationDeleteRequest} requestParameters Request parameters.
|
|
1010
2217
|
* @param {*} [options] Override http request option.
|
|
1011
2218
|
* @throws {RequiredError}
|
|
1012
2219
|
*/
|
|
1013
|
-
|
|
1014
|
-
return localVarFp.
|
|
2220
|
+
accessWhitelistApplicationDelete(requestParameters: AccessApiAccessWhitelistApplicationDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2221
|
+
return localVarFp.accessWhitelistApplicationDelete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1015
2222
|
},
|
|
1016
2223
|
/**
|
|
1017
2224
|
*
|
|
1018
|
-
* @summary
|
|
1019
|
-
* @param {
|
|
2225
|
+
* @summary 获取出入白名单申请详情
|
|
2226
|
+
* @param {AccessApiAccessWhitelistApplicationDetailsRequest} requestParameters Request parameters.
|
|
1020
2227
|
* @param {*} [options] Override http request option.
|
|
1021
2228
|
* @throws {RequiredError}
|
|
1022
2229
|
*/
|
|
1023
|
-
|
|
1024
|
-
return localVarFp.
|
|
2230
|
+
accessWhitelistApplicationDetails(requestParameters: AccessApiAccessWhitelistApplicationDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultAccessWhitelistApplicationDetailsDto> {
|
|
2231
|
+
return localVarFp.accessWhitelistApplicationDetails(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1025
2232
|
},
|
|
1026
2233
|
/**
|
|
1027
|
-
*
|
|
1028
|
-
* @summary
|
|
1029
|
-
* @param {
|
|
2234
|
+
*
|
|
2235
|
+
* @summary 获取出入白名单申请列表
|
|
2236
|
+
* @param {AccessApiAccessWhitelistApplicationListRequest} requestParameters Request parameters.
|
|
1030
2237
|
* @param {*} [options] Override http request option.
|
|
1031
2238
|
* @throws {RequiredError}
|
|
1032
2239
|
*/
|
|
1033
|
-
|
|
1034
|
-
return localVarFp.
|
|
2240
|
+
accessWhitelistApplicationList(requestParameters: AccessApiAccessWhitelistApplicationListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoAccessWhitelistApplicationDetailsDto> {
|
|
2241
|
+
return localVarFp.accessWhitelistApplicationList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonType, requestParameters.applicationStatus, options).then((request) => request(axios, basePath));
|
|
1035
2242
|
},
|
|
1036
2243
|
/**
|
|
1037
|
-
*
|
|
1038
|
-
* @summary
|
|
1039
|
-
* @param {
|
|
2244
|
+
*
|
|
2245
|
+
* @summary 修改出入白名单申请
|
|
2246
|
+
* @param {AccessApiAccessWhitelistApplicationUpdateRequest} requestParameters Request parameters.
|
|
1040
2247
|
* @param {*} [options] Override http request option.
|
|
1041
2248
|
* @throws {RequiredError}
|
|
1042
2249
|
*/
|
|
1043
|
-
|
|
1044
|
-
return localVarFp.
|
|
2250
|
+
accessWhitelistApplicationUpdate(requestParameters: AccessApiAccessWhitelistApplicationUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2251
|
+
return localVarFp.accessWhitelistApplicationUpdate(requestParameters.id, requestParameters.accessWhitelistApplicationUpdateVo, options).then((request) => request(axios, basePath));
|
|
1045
2252
|
},
|
|
1046
2253
|
/**
|
|
1047
2254
|
*
|
|
@@ -1116,151 +2323,494 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
1116
2323
|
};
|
|
1117
2324
|
};
|
|
1118
2325
|
|
|
2326
|
+
/**
|
|
2327
|
+
* Request parameters for accessBlacklistAdd operation in AccessApi.
|
|
2328
|
+
* @export
|
|
2329
|
+
* @interface AccessApiAccessBlacklistAddRequest
|
|
2330
|
+
*/
|
|
2331
|
+
export interface AccessApiAccessBlacklistAddRequest {
|
|
2332
|
+
/**
|
|
2333
|
+
*
|
|
2334
|
+
* @type {AccessBlacklistAddVo}
|
|
2335
|
+
* @memberof AccessApiAccessBlacklistAdd
|
|
2336
|
+
*/
|
|
2337
|
+
readonly accessBlacklistAddVo: AccessBlacklistAddVo
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
/**
|
|
2341
|
+
* Request parameters for accessBlacklistBatchExport operation in AccessApi.
|
|
2342
|
+
* @export
|
|
2343
|
+
* @interface AccessApiAccessBlacklistBatchExportRequest
|
|
2344
|
+
*/
|
|
2345
|
+
export interface AccessApiAccessBlacklistBatchExportRequest {
|
|
2346
|
+
/**
|
|
2347
|
+
* 园区id
|
|
2348
|
+
* @type {number}
|
|
2349
|
+
* @memberof AccessApiAccessBlacklistBatchExport
|
|
2350
|
+
*/
|
|
2351
|
+
readonly parkId: number
|
|
2352
|
+
|
|
2353
|
+
/**
|
|
2354
|
+
* 搜索值
|
|
2355
|
+
* @type {string}
|
|
2356
|
+
* @memberof AccessApiAccessBlacklistBatchExport
|
|
2357
|
+
*/
|
|
2358
|
+
readonly searchValue?: string
|
|
2359
|
+
|
|
2360
|
+
/**
|
|
2361
|
+
* 访问公司
|
|
2362
|
+
* @type {number}
|
|
2363
|
+
* @memberof AccessApiAccessBlacklistBatchExport
|
|
2364
|
+
*/
|
|
2365
|
+
readonly accessCompanyId?: number
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
/**
|
|
2369
|
+
* Request parameters for accessBlacklistDelete operation in AccessApi.
|
|
2370
|
+
* @export
|
|
2371
|
+
* @interface AccessApiAccessBlacklistDeleteRequest
|
|
2372
|
+
*/
|
|
2373
|
+
export interface AccessApiAccessBlacklistDeleteRequest {
|
|
2374
|
+
/**
|
|
2375
|
+
*
|
|
2376
|
+
* @type {number}
|
|
2377
|
+
* @memberof AccessApiAccessBlacklistDelete
|
|
2378
|
+
*/
|
|
2379
|
+
readonly id: number
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
/**
|
|
2383
|
+
* Request parameters for accessBlacklistDetails operation in AccessApi.
|
|
2384
|
+
* @export
|
|
2385
|
+
* @interface AccessApiAccessBlacklistDetailsRequest
|
|
2386
|
+
*/
|
|
2387
|
+
export interface AccessApiAccessBlacklistDetailsRequest {
|
|
2388
|
+
/**
|
|
2389
|
+
*
|
|
2390
|
+
* @type {number}
|
|
2391
|
+
* @memberof AccessApiAccessBlacklistDetails
|
|
2392
|
+
*/
|
|
2393
|
+
readonly id: number
|
|
2394
|
+
}
|
|
2395
|
+
|
|
2396
|
+
/**
|
|
2397
|
+
* Request parameters for accessBlacklistSelectList operation in AccessApi.
|
|
2398
|
+
* @export
|
|
2399
|
+
* @interface AccessApiAccessBlacklistSelectListRequest
|
|
2400
|
+
*/
|
|
2401
|
+
export interface AccessApiAccessBlacklistSelectListRequest {
|
|
2402
|
+
/**
|
|
2403
|
+
* 园区id
|
|
2404
|
+
* @type {number}
|
|
2405
|
+
* @memberof AccessApiAccessBlacklistSelectList
|
|
2406
|
+
*/
|
|
2407
|
+
readonly parkId: number
|
|
2408
|
+
|
|
2409
|
+
/**
|
|
2410
|
+
* 页码
|
|
2411
|
+
* @type {number}
|
|
2412
|
+
* @memberof AccessApiAccessBlacklistSelectList
|
|
2413
|
+
*/
|
|
2414
|
+
readonly page: number
|
|
2415
|
+
|
|
2416
|
+
/**
|
|
2417
|
+
* 每页数量
|
|
2418
|
+
* @type {number}
|
|
2419
|
+
* @memberof AccessApiAccessBlacklistSelectList
|
|
2420
|
+
*/
|
|
2421
|
+
readonly pageSize: number
|
|
2422
|
+
|
|
2423
|
+
/**
|
|
2424
|
+
* 搜索值
|
|
2425
|
+
* @type {string}
|
|
2426
|
+
* @memberof AccessApiAccessBlacklistSelectList
|
|
2427
|
+
*/
|
|
2428
|
+
readonly searchValue?: string
|
|
2429
|
+
|
|
2430
|
+
/**
|
|
2431
|
+
* 访问公司
|
|
2432
|
+
* @type {number}
|
|
2433
|
+
* @memberof AccessApiAccessBlacklistSelectList
|
|
2434
|
+
*/
|
|
2435
|
+
readonly accessCompanyId?: number
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
/**
|
|
2439
|
+
* Request parameters for accessBlacklistUpdate operation in AccessApi.
|
|
2440
|
+
* @export
|
|
2441
|
+
* @interface AccessApiAccessBlacklistUpdateRequest
|
|
2442
|
+
*/
|
|
2443
|
+
export interface AccessApiAccessBlacklistUpdateRequest {
|
|
2444
|
+
/**
|
|
2445
|
+
*
|
|
2446
|
+
* @type {number}
|
|
2447
|
+
* @memberof AccessApiAccessBlacklistUpdate
|
|
2448
|
+
*/
|
|
2449
|
+
readonly id: number
|
|
2450
|
+
|
|
2451
|
+
/**
|
|
2452
|
+
*
|
|
2453
|
+
* @type {AccessBlacklistUpdateVo}
|
|
2454
|
+
* @memberof AccessApiAccessBlacklistUpdate
|
|
2455
|
+
*/
|
|
2456
|
+
readonly accessBlacklistUpdateVo: AccessBlacklistUpdateVo
|
|
2457
|
+
}
|
|
2458
|
+
|
|
1119
2459
|
/**
|
|
1120
2460
|
* Request parameters for accessCompanyConfigAdd operation in AccessApi.
|
|
1121
2461
|
* @export
|
|
1122
|
-
* @interface AccessApiAccessCompanyConfigAddRequest
|
|
2462
|
+
* @interface AccessApiAccessCompanyConfigAddRequest
|
|
2463
|
+
*/
|
|
2464
|
+
export interface AccessApiAccessCompanyConfigAddRequest {
|
|
2465
|
+
/**
|
|
2466
|
+
*
|
|
2467
|
+
* @type {AccessCompanyConfigAddOrUpdateVo}
|
|
2468
|
+
* @memberof AccessApiAccessCompanyConfigAdd
|
|
2469
|
+
*/
|
|
2470
|
+
readonly accessCompanyConfigAddOrUpdateVo: AccessCompanyConfigAddOrUpdateVo
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
/**
|
|
2474
|
+
* Request parameters for accessCompanyConfigBatchUpdateSort operation in AccessApi.
|
|
2475
|
+
* @export
|
|
2476
|
+
* @interface AccessApiAccessCompanyConfigBatchUpdateSortRequest
|
|
2477
|
+
*/
|
|
2478
|
+
export interface AccessApiAccessCompanyConfigBatchUpdateSortRequest {
|
|
2479
|
+
/**
|
|
2480
|
+
*
|
|
2481
|
+
* @type {Array<AccessCompanyConfigSortVo>}
|
|
2482
|
+
* @memberof AccessApiAccessCompanyConfigBatchUpdateSort
|
|
2483
|
+
*/
|
|
2484
|
+
readonly accessCompanyConfigSortVo: Array<AccessCompanyConfigSortVo>
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
/**
|
|
2488
|
+
* Request parameters for accessCompanyConfigDelete operation in AccessApi.
|
|
2489
|
+
* @export
|
|
2490
|
+
* @interface AccessApiAccessCompanyConfigDeleteRequest
|
|
2491
|
+
*/
|
|
2492
|
+
export interface AccessApiAccessCompanyConfigDeleteRequest {
|
|
2493
|
+
/**
|
|
2494
|
+
*
|
|
2495
|
+
* @type {number}
|
|
2496
|
+
* @memberof AccessApiAccessCompanyConfigDelete
|
|
2497
|
+
*/
|
|
2498
|
+
readonly id: number
|
|
2499
|
+
}
|
|
2500
|
+
|
|
2501
|
+
/**
|
|
2502
|
+
* Request parameters for accessCompanyConfigSelectById operation in AccessApi.
|
|
2503
|
+
* @export
|
|
2504
|
+
* @interface AccessApiAccessCompanyConfigSelectByIdRequest
|
|
2505
|
+
*/
|
|
2506
|
+
export interface AccessApiAccessCompanyConfigSelectByIdRequest {
|
|
2507
|
+
/**
|
|
2508
|
+
*
|
|
2509
|
+
* @type {number}
|
|
2510
|
+
* @memberof AccessApiAccessCompanyConfigSelectById
|
|
2511
|
+
*/
|
|
2512
|
+
readonly id: number
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
/**
|
|
2516
|
+
* Request parameters for accessCompanyConfigSelectList operation in AccessApi.
|
|
2517
|
+
* @export
|
|
2518
|
+
* @interface AccessApiAccessCompanyConfigSelectListRequest
|
|
2519
|
+
*/
|
|
2520
|
+
export interface AccessApiAccessCompanyConfigSelectListRequest {
|
|
2521
|
+
/**
|
|
2522
|
+
* 园区ID
|
|
2523
|
+
* @type {number}
|
|
2524
|
+
* @memberof AccessApiAccessCompanyConfigSelectList
|
|
2525
|
+
*/
|
|
2526
|
+
readonly parkId: number
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2529
|
+
/**
|
|
2530
|
+
* Request parameters for accessCompanyConfigUpdate operation in AccessApi.
|
|
2531
|
+
* @export
|
|
2532
|
+
* @interface AccessApiAccessCompanyConfigUpdateRequest
|
|
2533
|
+
*/
|
|
2534
|
+
export interface AccessApiAccessCompanyConfigUpdateRequest {
|
|
2535
|
+
/**
|
|
2536
|
+
*
|
|
2537
|
+
* @type {number}
|
|
2538
|
+
* @memberof AccessApiAccessCompanyConfigUpdate
|
|
2539
|
+
*/
|
|
2540
|
+
readonly id: number
|
|
2541
|
+
|
|
2542
|
+
/**
|
|
2543
|
+
*
|
|
2544
|
+
* @type {AccessCompanyConfigAddOrUpdateVo}
|
|
2545
|
+
* @memberof AccessApiAccessCompanyConfigUpdate
|
|
2546
|
+
*/
|
|
2547
|
+
readonly accessCompanyConfigAddOrUpdateVo: AccessCompanyConfigAddOrUpdateVo
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
/**
|
|
2551
|
+
* Request parameters for accessCompanyVisitorPersonTypeConfigsUpdate operation in AccessApi.
|
|
2552
|
+
* @export
|
|
2553
|
+
* @interface AccessApiAccessCompanyVisitorPersonTypeConfigsUpdateRequest
|
|
2554
|
+
*/
|
|
2555
|
+
export interface AccessApiAccessCompanyVisitorPersonTypeConfigsUpdateRequest {
|
|
2556
|
+
/**
|
|
2557
|
+
*
|
|
2558
|
+
* @type {number}
|
|
2559
|
+
* @memberof AccessApiAccessCompanyVisitorPersonTypeConfigsUpdate
|
|
2560
|
+
*/
|
|
2561
|
+
readonly id: number
|
|
2562
|
+
|
|
2563
|
+
/**
|
|
2564
|
+
*
|
|
2565
|
+
* @type {Array<AccessVisitorPersonTypeConfigVo>}
|
|
2566
|
+
* @memberof AccessApiAccessCompanyVisitorPersonTypeConfigsUpdate
|
|
2567
|
+
*/
|
|
2568
|
+
readonly accessVisitorPersonTypeConfigVo: Array<AccessVisitorPersonTypeConfigVo>
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2571
|
+
/**
|
|
2572
|
+
* Request parameters for accessConfigSelectById operation in AccessApi.
|
|
2573
|
+
* @export
|
|
2574
|
+
* @interface AccessApiAccessConfigSelectByIdRequest
|
|
1123
2575
|
*/
|
|
1124
|
-
export interface
|
|
2576
|
+
export interface AccessApiAccessConfigSelectByIdRequest {
|
|
1125
2577
|
/**
|
|
1126
2578
|
*
|
|
1127
|
-
* @type {
|
|
1128
|
-
* @memberof
|
|
2579
|
+
* @type {number}
|
|
2580
|
+
* @memberof AccessApiAccessConfigSelectById
|
|
1129
2581
|
*/
|
|
1130
|
-
readonly
|
|
2582
|
+
readonly parkId: number
|
|
1131
2583
|
}
|
|
1132
2584
|
|
|
1133
2585
|
/**
|
|
1134
|
-
* Request parameters for
|
|
2586
|
+
* Request parameters for accessConfigUpdate operation in AccessApi.
|
|
1135
2587
|
* @export
|
|
1136
|
-
* @interface
|
|
2588
|
+
* @interface AccessApiAccessConfigUpdateRequest
|
|
1137
2589
|
*/
|
|
1138
|
-
export interface
|
|
2590
|
+
export interface AccessApiAccessConfigUpdateRequest {
|
|
1139
2591
|
/**
|
|
1140
2592
|
*
|
|
1141
|
-
* @type {
|
|
1142
|
-
* @memberof
|
|
2593
|
+
* @type {number}
|
|
2594
|
+
* @memberof AccessApiAccessConfigUpdate
|
|
1143
2595
|
*/
|
|
1144
|
-
readonly
|
|
2596
|
+
readonly parkId: number
|
|
2597
|
+
|
|
2598
|
+
/**
|
|
2599
|
+
*
|
|
2600
|
+
* @type {AccessConfigVo}
|
|
2601
|
+
* @memberof AccessApiAccessConfigUpdate
|
|
2602
|
+
*/
|
|
2603
|
+
readonly accessConfigVo: AccessConfigVo
|
|
1145
2604
|
}
|
|
1146
2605
|
|
|
1147
2606
|
/**
|
|
1148
|
-
* Request parameters for
|
|
2607
|
+
* Request parameters for accessWhitelistApplicationAdd operation in AccessApi.
|
|
1149
2608
|
* @export
|
|
1150
|
-
* @interface
|
|
2609
|
+
* @interface AccessApiAccessWhitelistApplicationAddRequest
|
|
1151
2610
|
*/
|
|
1152
|
-
export interface
|
|
2611
|
+
export interface AccessApiAccessWhitelistApplicationAddRequest {
|
|
1153
2612
|
/**
|
|
1154
2613
|
*
|
|
1155
|
-
* @type {
|
|
1156
|
-
* @memberof
|
|
2614
|
+
* @type {AccessWhitelistApplicationAddVo}
|
|
2615
|
+
* @memberof AccessApiAccessWhitelistApplicationAdd
|
|
1157
2616
|
*/
|
|
1158
|
-
readonly
|
|
2617
|
+
readonly accessWhitelistApplicationAddVo: AccessWhitelistApplicationAddVo
|
|
1159
2618
|
}
|
|
1160
2619
|
|
|
1161
2620
|
/**
|
|
1162
|
-
* Request parameters for
|
|
2621
|
+
* Request parameters for accessWhitelistApplicationApproval operation in AccessApi.
|
|
1163
2622
|
* @export
|
|
1164
|
-
* @interface
|
|
2623
|
+
* @interface AccessApiAccessWhitelistApplicationApprovalRequest
|
|
1165
2624
|
*/
|
|
1166
|
-
export interface
|
|
2625
|
+
export interface AccessApiAccessWhitelistApplicationApprovalRequest {
|
|
1167
2626
|
/**
|
|
1168
2627
|
*
|
|
1169
2628
|
* @type {number}
|
|
1170
|
-
* @memberof
|
|
2629
|
+
* @memberof AccessApiAccessWhitelistApplicationApproval
|
|
1171
2630
|
*/
|
|
1172
2631
|
readonly id: number
|
|
2632
|
+
|
|
2633
|
+
/**
|
|
2634
|
+
*
|
|
2635
|
+
* @type {AccessWhitelistApplicationApprovalVo}
|
|
2636
|
+
* @memberof AccessApiAccessWhitelistApplicationApproval
|
|
2637
|
+
*/
|
|
2638
|
+
readonly accessWhitelistApplicationApprovalVo: AccessWhitelistApplicationApprovalVo
|
|
1173
2639
|
}
|
|
1174
2640
|
|
|
1175
2641
|
/**
|
|
1176
|
-
* Request parameters for
|
|
2642
|
+
* Request parameters for accessWhitelistApplicationBatchExport operation in AccessApi.
|
|
1177
2643
|
* @export
|
|
1178
|
-
* @interface
|
|
2644
|
+
* @interface AccessApiAccessWhitelistApplicationBatchExportRequest
|
|
1179
2645
|
*/
|
|
1180
|
-
export interface
|
|
2646
|
+
export interface AccessApiAccessWhitelistApplicationBatchExportRequest {
|
|
1181
2647
|
/**
|
|
1182
2648
|
* 园区ID
|
|
1183
2649
|
* @type {number}
|
|
1184
|
-
* @memberof
|
|
2650
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchExport
|
|
1185
2651
|
*/
|
|
1186
2652
|
readonly parkId: number
|
|
2653
|
+
|
|
2654
|
+
/**
|
|
2655
|
+
* 搜索值
|
|
2656
|
+
* @type {string}
|
|
2657
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchExport
|
|
2658
|
+
*/
|
|
2659
|
+
readonly searchValue?: string
|
|
2660
|
+
|
|
2661
|
+
/**
|
|
2662
|
+
* 访问公司
|
|
2663
|
+
* @type {number}
|
|
2664
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchExport
|
|
2665
|
+
*/
|
|
2666
|
+
readonly accessCompanyId?: number
|
|
2667
|
+
|
|
2668
|
+
/**
|
|
2669
|
+
* 访问人员类型
|
|
2670
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
2671
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchExport
|
|
2672
|
+
*/
|
|
2673
|
+
readonly accessVisitorPersonType?: AccessVisitorPersonTypeEnum
|
|
2674
|
+
|
|
2675
|
+
/**
|
|
2676
|
+
* 申请状态
|
|
2677
|
+
* @type {AccessWhitelistApplicationStatusEnum}
|
|
2678
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchExport
|
|
2679
|
+
*/
|
|
2680
|
+
readonly applicationStatus?: AccessWhitelistApplicationStatusEnum
|
|
1187
2681
|
}
|
|
1188
2682
|
|
|
1189
2683
|
/**
|
|
1190
|
-
* Request parameters for
|
|
2684
|
+
* Request parameters for accessWhitelistApplicationBatchImportUpload operation in AccessApi.
|
|
1191
2685
|
* @export
|
|
1192
|
-
* @interface
|
|
2686
|
+
* @interface AccessApiAccessWhitelistApplicationBatchImportUploadRequest
|
|
1193
2687
|
*/
|
|
1194
|
-
export interface
|
|
2688
|
+
export interface AccessApiAccessWhitelistApplicationBatchImportUploadRequest {
|
|
1195
2689
|
/**
|
|
1196
|
-
*
|
|
2690
|
+
* 园区id
|
|
1197
2691
|
* @type {number}
|
|
1198
|
-
* @memberof
|
|
2692
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchImportUpload
|
|
1199
2693
|
*/
|
|
1200
|
-
readonly
|
|
2694
|
+
readonly parkId: number
|
|
1201
2695
|
|
|
1202
2696
|
/**
|
|
1203
2697
|
*
|
|
1204
|
-
* @type {
|
|
1205
|
-
* @memberof
|
|
2698
|
+
* @type {File}
|
|
2699
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchImportUpload
|
|
1206
2700
|
*/
|
|
1207
|
-
readonly
|
|
2701
|
+
readonly file: File
|
|
2702
|
+
|
|
2703
|
+
/**
|
|
2704
|
+
* 语言
|
|
2705
|
+
* @type {string}
|
|
2706
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchImportUpload
|
|
2707
|
+
*/
|
|
2708
|
+
readonly language?: string
|
|
1208
2709
|
}
|
|
1209
2710
|
|
|
1210
2711
|
/**
|
|
1211
|
-
* Request parameters for
|
|
2712
|
+
* Request parameters for accessWhitelistApplicationDelete operation in AccessApi.
|
|
1212
2713
|
* @export
|
|
1213
|
-
* @interface
|
|
2714
|
+
* @interface AccessApiAccessWhitelistApplicationDeleteRequest
|
|
1214
2715
|
*/
|
|
1215
|
-
export interface
|
|
2716
|
+
export interface AccessApiAccessWhitelistApplicationDeleteRequest {
|
|
1216
2717
|
/**
|
|
1217
2718
|
*
|
|
1218
2719
|
* @type {number}
|
|
1219
|
-
* @memberof
|
|
2720
|
+
* @memberof AccessApiAccessWhitelistApplicationDelete
|
|
1220
2721
|
*/
|
|
1221
2722
|
readonly id: number
|
|
2723
|
+
}
|
|
1222
2724
|
|
|
2725
|
+
/**
|
|
2726
|
+
* Request parameters for accessWhitelistApplicationDetails operation in AccessApi.
|
|
2727
|
+
* @export
|
|
2728
|
+
* @interface AccessApiAccessWhitelistApplicationDetailsRequest
|
|
2729
|
+
*/
|
|
2730
|
+
export interface AccessApiAccessWhitelistApplicationDetailsRequest {
|
|
1223
2731
|
/**
|
|
1224
2732
|
*
|
|
1225
|
-
* @type {
|
|
1226
|
-
* @memberof
|
|
2733
|
+
* @type {number}
|
|
2734
|
+
* @memberof AccessApiAccessWhitelistApplicationDetails
|
|
1227
2735
|
*/
|
|
1228
|
-
readonly
|
|
2736
|
+
readonly id: number
|
|
1229
2737
|
}
|
|
1230
2738
|
|
|
1231
2739
|
/**
|
|
1232
|
-
* Request parameters for
|
|
2740
|
+
* Request parameters for accessWhitelistApplicationList operation in AccessApi.
|
|
1233
2741
|
* @export
|
|
1234
|
-
* @interface
|
|
2742
|
+
* @interface AccessApiAccessWhitelistApplicationListRequest
|
|
1235
2743
|
*/
|
|
1236
|
-
export interface
|
|
2744
|
+
export interface AccessApiAccessWhitelistApplicationListRequest {
|
|
1237
2745
|
/**
|
|
1238
|
-
*
|
|
2746
|
+
* 园区ID
|
|
1239
2747
|
* @type {number}
|
|
1240
|
-
* @memberof
|
|
2748
|
+
* @memberof AccessApiAccessWhitelistApplicationList
|
|
1241
2749
|
*/
|
|
1242
2750
|
readonly parkId: number
|
|
2751
|
+
|
|
2752
|
+
/**
|
|
2753
|
+
* 页码
|
|
2754
|
+
* @type {number}
|
|
2755
|
+
* @memberof AccessApiAccessWhitelistApplicationList
|
|
2756
|
+
*/
|
|
2757
|
+
readonly page: number
|
|
2758
|
+
|
|
2759
|
+
/**
|
|
2760
|
+
* 每页数量
|
|
2761
|
+
* @type {number}
|
|
2762
|
+
* @memberof AccessApiAccessWhitelistApplicationList
|
|
2763
|
+
*/
|
|
2764
|
+
readonly pageSize: number
|
|
2765
|
+
|
|
2766
|
+
/**
|
|
2767
|
+
* 搜索值
|
|
2768
|
+
* @type {string}
|
|
2769
|
+
* @memberof AccessApiAccessWhitelistApplicationList
|
|
2770
|
+
*/
|
|
2771
|
+
readonly searchValue?: string
|
|
2772
|
+
|
|
2773
|
+
/**
|
|
2774
|
+
* 访问公司
|
|
2775
|
+
* @type {number}
|
|
2776
|
+
* @memberof AccessApiAccessWhitelistApplicationList
|
|
2777
|
+
*/
|
|
2778
|
+
readonly accessCompanyId?: number
|
|
2779
|
+
|
|
2780
|
+
/**
|
|
2781
|
+
* 访问人员类型
|
|
2782
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
2783
|
+
* @memberof AccessApiAccessWhitelistApplicationList
|
|
2784
|
+
*/
|
|
2785
|
+
readonly accessVisitorPersonType?: AccessVisitorPersonTypeEnum
|
|
2786
|
+
|
|
2787
|
+
/**
|
|
2788
|
+
* 申请状态
|
|
2789
|
+
* @type {AccessWhitelistApplicationStatusEnum}
|
|
2790
|
+
* @memberof AccessApiAccessWhitelistApplicationList
|
|
2791
|
+
*/
|
|
2792
|
+
readonly applicationStatus?: AccessWhitelistApplicationStatusEnum
|
|
1243
2793
|
}
|
|
1244
2794
|
|
|
1245
2795
|
/**
|
|
1246
|
-
* Request parameters for
|
|
2796
|
+
* Request parameters for accessWhitelistApplicationUpdate operation in AccessApi.
|
|
1247
2797
|
* @export
|
|
1248
|
-
* @interface
|
|
2798
|
+
* @interface AccessApiAccessWhitelistApplicationUpdateRequest
|
|
1249
2799
|
*/
|
|
1250
|
-
export interface
|
|
2800
|
+
export interface AccessApiAccessWhitelistApplicationUpdateRequest {
|
|
1251
2801
|
/**
|
|
1252
2802
|
*
|
|
1253
2803
|
* @type {number}
|
|
1254
|
-
* @memberof
|
|
2804
|
+
* @memberof AccessApiAccessWhitelistApplicationUpdate
|
|
1255
2805
|
*/
|
|
1256
|
-
readonly
|
|
2806
|
+
readonly id: number
|
|
1257
2807
|
|
|
1258
2808
|
/**
|
|
1259
2809
|
*
|
|
1260
|
-
* @type {
|
|
1261
|
-
* @memberof
|
|
2810
|
+
* @type {AccessWhitelistApplicationUpdateVo}
|
|
2811
|
+
* @memberof AccessApiAccessWhitelistApplicationUpdate
|
|
1262
2812
|
*/
|
|
1263
|
-
readonly
|
|
2813
|
+
readonly accessWhitelistApplicationUpdateVo: AccessWhitelistApplicationUpdateVo
|
|
1264
2814
|
}
|
|
1265
2815
|
|
|
1266
2816
|
/**
|
|
@@ -1389,6 +2939,78 @@ export interface AccessApiUpdateEntryTermStatusRequest {
|
|
|
1389
2939
|
* @extends {BaseAPI}
|
|
1390
2940
|
*/
|
|
1391
2941
|
export class AccessApi extends BaseAPI {
|
|
2942
|
+
/**
|
|
2943
|
+
* 添加黑名单信息
|
|
2944
|
+
* @summary 添加黑名单
|
|
2945
|
+
* @param {AccessApiAccessBlacklistAddRequest} requestParameters Request parameters.
|
|
2946
|
+
* @param {*} [options] Override http request option.
|
|
2947
|
+
* @throws {RequiredError}
|
|
2948
|
+
* @memberof AccessApi
|
|
2949
|
+
*/
|
|
2950
|
+
public accessBlacklistAdd(requestParameters: AccessApiAccessBlacklistAddRequest, options?: RawAxiosRequestConfig) {
|
|
2951
|
+
return AccessApiFp(this.configuration).accessBlacklistAdd(requestParameters.accessBlacklistAddVo, options).then((request) => request(this.axios, this.basePath));
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
/**
|
|
2955
|
+
* 批量导出黑名单信息
|
|
2956
|
+
* @summary 批量导出黑名单
|
|
2957
|
+
* @param {AccessApiAccessBlacklistBatchExportRequest} requestParameters Request parameters.
|
|
2958
|
+
* @param {*} [options] Override http request option.
|
|
2959
|
+
* @throws {RequiredError}
|
|
2960
|
+
* @memberof AccessApi
|
|
2961
|
+
*/
|
|
2962
|
+
public accessBlacklistBatchExport(requestParameters: AccessApiAccessBlacklistBatchExportRequest, options?: RawAxiosRequestConfig) {
|
|
2963
|
+
return AccessApiFp(this.configuration).accessBlacklistBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.accessCompanyId, options).then((request) => request(this.axios, this.basePath));
|
|
2964
|
+
}
|
|
2965
|
+
|
|
2966
|
+
/**
|
|
2967
|
+
* 删除黑名单信息
|
|
2968
|
+
* @summary 删除黑名单
|
|
2969
|
+
* @param {AccessApiAccessBlacklistDeleteRequest} requestParameters Request parameters.
|
|
2970
|
+
* @param {*} [options] Override http request option.
|
|
2971
|
+
* @throws {RequiredError}
|
|
2972
|
+
* @memberof AccessApi
|
|
2973
|
+
*/
|
|
2974
|
+
public accessBlacklistDelete(requestParameters: AccessApiAccessBlacklistDeleteRequest, options?: RawAxiosRequestConfig) {
|
|
2975
|
+
return AccessApiFp(this.configuration).accessBlacklistDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
2976
|
+
}
|
|
2977
|
+
|
|
2978
|
+
/**
|
|
2979
|
+
* 获取指定ID的黑名单详情
|
|
2980
|
+
* @summary 获取黑名单详情
|
|
2981
|
+
* @param {AccessApiAccessBlacklistDetailsRequest} requestParameters Request parameters.
|
|
2982
|
+
* @param {*} [options] Override http request option.
|
|
2983
|
+
* @throws {RequiredError}
|
|
2984
|
+
* @memberof AccessApi
|
|
2985
|
+
*/
|
|
2986
|
+
public accessBlacklistDetails(requestParameters: AccessApiAccessBlacklistDetailsRequest, options?: RawAxiosRequestConfig) {
|
|
2987
|
+
return AccessApiFp(this.configuration).accessBlacklistDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
2988
|
+
}
|
|
2989
|
+
|
|
2990
|
+
/**
|
|
2991
|
+
* 查询黑名单列表
|
|
2992
|
+
* @summary 查询黑名单列表
|
|
2993
|
+
* @param {AccessApiAccessBlacklistSelectListRequest} requestParameters Request parameters.
|
|
2994
|
+
* @param {*} [options] Override http request option.
|
|
2995
|
+
* @throws {RequiredError}
|
|
2996
|
+
* @memberof AccessApi
|
|
2997
|
+
*/
|
|
2998
|
+
public accessBlacklistSelectList(requestParameters: AccessApiAccessBlacklistSelectListRequest, options?: RawAxiosRequestConfig) {
|
|
2999
|
+
return AccessApiFp(this.configuration).accessBlacklistSelectList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, options).then((request) => request(this.axios, this.basePath));
|
|
3000
|
+
}
|
|
3001
|
+
|
|
3002
|
+
/**
|
|
3003
|
+
* 修改黑名单信息
|
|
3004
|
+
* @summary 修改黑名单
|
|
3005
|
+
* @param {AccessApiAccessBlacklistUpdateRequest} requestParameters Request parameters.
|
|
3006
|
+
* @param {*} [options] Override http request option.
|
|
3007
|
+
* @throws {RequiredError}
|
|
3008
|
+
* @memberof AccessApi
|
|
3009
|
+
*/
|
|
3010
|
+
public accessBlacklistUpdate(requestParameters: AccessApiAccessBlacklistUpdateRequest, options?: RawAxiosRequestConfig) {
|
|
3011
|
+
return AccessApiFp(this.configuration).accessBlacklistUpdate(requestParameters.id, requestParameters.accessBlacklistUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
3012
|
+
}
|
|
3013
|
+
|
|
1392
3014
|
/**
|
|
1393
3015
|
*
|
|
1394
3016
|
* @summary 新增出入访问公司
|
|
@@ -1497,6 +3119,135 @@ export class AccessApi extends BaseAPI {
|
|
|
1497
3119
|
return AccessApiFp(this.configuration).accessConfigUpdate(requestParameters.parkId, requestParameters.accessConfigVo, options).then((request) => request(this.axios, this.basePath));
|
|
1498
3120
|
}
|
|
1499
3121
|
|
|
3122
|
+
/**
|
|
3123
|
+
*
|
|
3124
|
+
* @summary 新增出入白名单申请
|
|
3125
|
+
* @param {AccessApiAccessWhitelistApplicationAddRequest} requestParameters Request parameters.
|
|
3126
|
+
* @param {*} [options] Override http request option.
|
|
3127
|
+
* @throws {RequiredError}
|
|
3128
|
+
* @memberof AccessApi
|
|
3129
|
+
*/
|
|
3130
|
+
public accessWhitelistApplicationAdd(requestParameters: AccessApiAccessWhitelistApplicationAddRequest, options?: RawAxiosRequestConfig) {
|
|
3131
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationAdd(requestParameters.accessWhitelistApplicationAddVo, options).then((request) => request(this.axios, this.basePath));
|
|
3132
|
+
}
|
|
3133
|
+
|
|
3134
|
+
/**
|
|
3135
|
+
*
|
|
3136
|
+
* @summary 审批出入白名单申请
|
|
3137
|
+
* @param {AccessApiAccessWhitelistApplicationApprovalRequest} requestParameters Request parameters.
|
|
3138
|
+
* @param {*} [options] Override http request option.
|
|
3139
|
+
* @throws {RequiredError}
|
|
3140
|
+
* @memberof AccessApi
|
|
3141
|
+
*/
|
|
3142
|
+
public accessWhitelistApplicationApproval(requestParameters: AccessApiAccessWhitelistApplicationApprovalRequest, options?: RawAxiosRequestConfig) {
|
|
3143
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationApproval(requestParameters.id, requestParameters.accessWhitelistApplicationApprovalVo, options).then((request) => request(this.axios, this.basePath));
|
|
3144
|
+
}
|
|
3145
|
+
|
|
3146
|
+
/**
|
|
3147
|
+
*
|
|
3148
|
+
* @summary 出入白名单申请-导出
|
|
3149
|
+
* @param {AccessApiAccessWhitelistApplicationBatchExportRequest} requestParameters Request parameters.
|
|
3150
|
+
* @param {*} [options] Override http request option.
|
|
3151
|
+
* @throws {RequiredError}
|
|
3152
|
+
* @memberof AccessApi
|
|
3153
|
+
*/
|
|
3154
|
+
public accessWhitelistApplicationBatchExport(requestParameters: AccessApiAccessWhitelistApplicationBatchExportRequest, options?: RawAxiosRequestConfig) {
|
|
3155
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonType, requestParameters.applicationStatus, options).then((request) => request(this.axios, this.basePath));
|
|
3156
|
+
}
|
|
3157
|
+
|
|
3158
|
+
/**
|
|
3159
|
+
*
|
|
3160
|
+
* @summary 出入白名单申请-确认导入
|
|
3161
|
+
* @param {*} [options] Override http request option.
|
|
3162
|
+
* @throws {RequiredError}
|
|
3163
|
+
* @memberof AccessApi
|
|
3164
|
+
*/
|
|
3165
|
+
public accessWhitelistApplicationBatchImportConfirm(options?: RawAxiosRequestConfig) {
|
|
3166
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
3167
|
+
}
|
|
3168
|
+
|
|
3169
|
+
/**
|
|
3170
|
+
*
|
|
3171
|
+
* @summary 出入白名单申请-预览结果
|
|
3172
|
+
* @param {*} [options] Override http request option.
|
|
3173
|
+
* @throws {RequiredError}
|
|
3174
|
+
* @memberof AccessApi
|
|
3175
|
+
*/
|
|
3176
|
+
public accessWhitelistApplicationBatchImportPreview(options?: RawAxiosRequestConfig) {
|
|
3177
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
3178
|
+
}
|
|
3179
|
+
|
|
3180
|
+
/**
|
|
3181
|
+
*
|
|
3182
|
+
* @summary 出入白名单申请-模板
|
|
3183
|
+
* @param {*} [options] Override http request option.
|
|
3184
|
+
* @throws {RequiredError}
|
|
3185
|
+
* @memberof AccessApi
|
|
3186
|
+
*/
|
|
3187
|
+
public accessWhitelistApplicationBatchImportTemplate(options?: RawAxiosRequestConfig) {
|
|
3188
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3191
|
+
/**
|
|
3192
|
+
*
|
|
3193
|
+
* @summary 出入白名单申请-上传文件
|
|
3194
|
+
* @param {AccessApiAccessWhitelistApplicationBatchImportUploadRequest} requestParameters Request parameters.
|
|
3195
|
+
* @param {*} [options] Override http request option.
|
|
3196
|
+
* @throws {RequiredError}
|
|
3197
|
+
* @memberof AccessApi
|
|
3198
|
+
*/
|
|
3199
|
+
public accessWhitelistApplicationBatchImportUpload(requestParameters: AccessApiAccessWhitelistApplicationBatchImportUploadRequest, options?: RawAxiosRequestConfig) {
|
|
3200
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
3201
|
+
}
|
|
3202
|
+
|
|
3203
|
+
/**
|
|
3204
|
+
*
|
|
3205
|
+
* @summary 删除出入白名单申请
|
|
3206
|
+
* @param {AccessApiAccessWhitelistApplicationDeleteRequest} requestParameters Request parameters.
|
|
3207
|
+
* @param {*} [options] Override http request option.
|
|
3208
|
+
* @throws {RequiredError}
|
|
3209
|
+
* @memberof AccessApi
|
|
3210
|
+
*/
|
|
3211
|
+
public accessWhitelistApplicationDelete(requestParameters: AccessApiAccessWhitelistApplicationDeleteRequest, options?: RawAxiosRequestConfig) {
|
|
3212
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3213
|
+
}
|
|
3214
|
+
|
|
3215
|
+
/**
|
|
3216
|
+
*
|
|
3217
|
+
* @summary 获取出入白名单申请详情
|
|
3218
|
+
* @param {AccessApiAccessWhitelistApplicationDetailsRequest} requestParameters Request parameters.
|
|
3219
|
+
* @param {*} [options] Override http request option.
|
|
3220
|
+
* @throws {RequiredError}
|
|
3221
|
+
* @memberof AccessApi
|
|
3222
|
+
*/
|
|
3223
|
+
public accessWhitelistApplicationDetails(requestParameters: AccessApiAccessWhitelistApplicationDetailsRequest, options?: RawAxiosRequestConfig) {
|
|
3224
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3227
|
+
/**
|
|
3228
|
+
*
|
|
3229
|
+
* @summary 获取出入白名单申请列表
|
|
3230
|
+
* @param {AccessApiAccessWhitelistApplicationListRequest} requestParameters Request parameters.
|
|
3231
|
+
* @param {*} [options] Override http request option.
|
|
3232
|
+
* @throws {RequiredError}
|
|
3233
|
+
* @memberof AccessApi
|
|
3234
|
+
*/
|
|
3235
|
+
public accessWhitelistApplicationList(requestParameters: AccessApiAccessWhitelistApplicationListRequest, options?: RawAxiosRequestConfig) {
|
|
3236
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonType, requestParameters.applicationStatus, options).then((request) => request(this.axios, this.basePath));
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
/**
|
|
3240
|
+
*
|
|
3241
|
+
* @summary 修改出入白名单申请
|
|
3242
|
+
* @param {AccessApiAccessWhitelistApplicationUpdateRequest} requestParameters Request parameters.
|
|
3243
|
+
* @param {*} [options] Override http request option.
|
|
3244
|
+
* @throws {RequiredError}
|
|
3245
|
+
* @memberof AccessApi
|
|
3246
|
+
*/
|
|
3247
|
+
public accessWhitelistApplicationUpdate(requestParameters: AccessApiAccessWhitelistApplicationUpdateRequest, options?: RawAxiosRequestConfig) {
|
|
3248
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationUpdate(requestParameters.id, requestParameters.accessWhitelistApplicationUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
3249
|
+
}
|
|
3250
|
+
|
|
1500
3251
|
/**
|
|
1501
3252
|
*
|
|
1502
3253
|
* @summary 添加入园条款
|