@gizone/rrs-client 4.2.0-alpha.295 → 4.2.0-alpha.298
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 +12 -0
- package/apis/access-api.ts +401 -0
- package/apis/open-api-api.ts +93 -0
- package/dist/apis/access-api.d.ts +216 -0
- package/dist/apis/access-api.js +262 -0
- package/dist/apis/open-api-api.d.ts +48 -0
- package/dist/apis/open-api-api.js +70 -0
- package/dist/esm/apis/access-api.d.ts +216 -0
- package/dist/esm/apis/access-api.js +262 -0
- package/dist/esm/apis/open-api-api.d.ts +48 -0
- package/dist/esm/apis/open-api-api.js +70 -0
- package/dist/esm/models/access-appointment-internal-status-enum.d.ts +21 -0
- package/dist/esm/models/access-appointment-internal-status-enum.js +22 -0
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +178 -0
- package/dist/esm/models/access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/access-appointment-status-enum.d.ts +25 -0
- package/dist/esm/models/access-appointment-status-enum.js +26 -0
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +2 -2
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +81 -0
- package/dist/esm/models/access-whitelist-application-process-details-dto.js +14 -0
- package/dist/esm/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
- package/dist/esm/models/access-whitelist-application-process-details-user-info.js +14 -0
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +6 -6
- package/dist/esm/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
- package/dist/esm/models/access-whitelist-process-handler-status-enum.js +22 -0
- package/dist/esm/models/access-whitelist-process-type-enum.d.ts +23 -0
- package/dist/esm/models/access-whitelist-process-type-enum.js +24 -0
- package/dist/esm/models/index.d.ts +12 -0
- package/dist/esm/models/index.js +12 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
- package/dist/esm/models/open-api-access-appointment-record-add-vo.js +14 -0
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/access-appointment-internal-status-enum.d.ts +21 -0
- package/dist/models/access-appointment-internal-status-enum.js +25 -0
- package/dist/models/access-appointment-record-details-dto.d.ts +178 -0
- package/dist/models/access-appointment-record-details-dto.js +15 -0
- package/dist/models/access-appointment-status-enum.d.ts +25 -0
- package/dist/models/access-appointment-status-enum.js +29 -0
- package/dist/models/access-whitelist-application-add-vo.d.ts +2 -2
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +81 -0
- package/dist/models/access-whitelist-application-process-details-dto.js +15 -0
- package/dist/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
- package/dist/models/access-whitelist-application-process-details-user-info.js +15 -0
- package/dist/models/access-whitelist-application-update-vo.d.ts +6 -6
- package/dist/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
- package/dist/models/access-whitelist-process-handler-status-enum.js +25 -0
- package/dist/models/access-whitelist-process-type-enum.d.ts +23 -0
- package/dist/models/access-whitelist-process-type-enum.js +27 -0
- package/dist/models/index.d.ts +12 -0
- package/dist/models/index.js +12 -0
- package/dist/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/models/json-result-access-appointment-record-details-dto.js +15 -0
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.js +15 -0
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
- package/dist/models/open-api-access-appointment-record-add-vo.js +15 -0
- package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
- package/dist/models/page-dto-access-appointment-record-details-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/models/access-appointment-internal-status-enum.ts +31 -0
- package/models/access-appointment-record-details-dto.ts +206 -0
- package/models/access-appointment-status-enum.ts +35 -0
- package/models/access-whitelist-application-add-vo.ts +2 -2
- package/models/access-whitelist-application-process-details-dto.ts +95 -0
- package/models/access-whitelist-application-process-details-user-info.ts +42 -0
- package/models/access-whitelist-application-update-vo.ts +6 -6
- package/models/access-whitelist-process-handler-status-enum.ts +31 -0
- package/models/access-whitelist-process-type-enum.ts +33 -0
- package/models/index.ts +12 -0
- package/models/json-result-access-appointment-record-details-dto.ts +72 -0
- package/models/json-result-list-access-whitelist-application-process-details-dto.ts +72 -0
- package/models/json-result-page-dto-access-appointment-record-details-dto.ts +72 -0
- package/models/open-api-access-appointment-record-add-vo.ts +140 -0
- package/models/page-dto-access-appointment-record-details-dto.ts +39 -0
- package/models/sys-user.ts +4 -4
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -41,11 +41,14 @@ common.ts
|
|
|
41
41
|
configuration.ts
|
|
42
42
|
git_push.sh
|
|
43
43
|
index.ts
|
|
44
|
+
models/access-appointment-internal-status-enum.ts
|
|
44
45
|
models/access-appointment-record-add-vo.ts
|
|
45
46
|
models/access-appointment-record-approval-vo.ts
|
|
47
|
+
models/access-appointment-record-details-dto.ts
|
|
46
48
|
models/access-appointment-record-in-other-info-vo.ts
|
|
47
49
|
models/access-appointment-record-out-other-info-vo.ts
|
|
48
50
|
models/access-appointment-source-enum.ts
|
|
51
|
+
models/access-appointment-status-enum.ts
|
|
49
52
|
models/access-approval-config-enum.ts
|
|
50
53
|
models/access-approval-config-vo-reminder.ts
|
|
51
54
|
models/access-approval-config-vo.ts
|
|
@@ -68,8 +71,12 @@ models/access-whitelist-application-approval-vo.ts
|
|
|
68
71
|
models/access-whitelist-application-batch-import-template-dto.ts
|
|
69
72
|
models/access-whitelist-application-details-dto.ts
|
|
70
73
|
models/access-whitelist-application-internal-status-enum.ts
|
|
74
|
+
models/access-whitelist-application-process-details-dto.ts
|
|
75
|
+
models/access-whitelist-application-process-details-user-info.ts
|
|
71
76
|
models/access-whitelist-application-status-enum.ts
|
|
72
77
|
models/access-whitelist-application-update-vo.ts
|
|
78
|
+
models/access-whitelist-process-handler-status-enum.ts
|
|
79
|
+
models/access-whitelist-process-type-enum.ts
|
|
73
80
|
models/address-region-entity.ts
|
|
74
81
|
models/admission-terms-record-add-bo.ts
|
|
75
82
|
models/admission-terms-record-details-dto.ts
|
|
@@ -159,6 +166,7 @@ models/inspection-standard-import-dto.ts
|
|
|
159
166
|
models/inspection-standard-type-enum.ts
|
|
160
167
|
models/installation-body-enum.ts
|
|
161
168
|
models/iot-device-status-enum.ts
|
|
169
|
+
models/json-result-access-appointment-record-details-dto.ts
|
|
162
170
|
models/json-result-access-blacklist-details-dto.ts
|
|
163
171
|
models/json-result-access-company-config-entity.ts
|
|
164
172
|
models/json-result-access-config-entity.ts
|
|
@@ -187,6 +195,7 @@ models/json-result-inspection-standard-entity.ts
|
|
|
187
195
|
models/json-result-integer.ts
|
|
188
196
|
models/json-result-json-result-list-space-tree-dto.ts
|
|
189
197
|
models/json-result-list-access-company-config-entity.ts
|
|
198
|
+
models/json-result-list-access-whitelist-application-process-details-dto.ts
|
|
190
199
|
models/json-result-list-address-region-entity.ts
|
|
191
200
|
models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts
|
|
192
201
|
models/json-result-list-area-park-dto.ts
|
|
@@ -222,6 +231,7 @@ models/json-result-maintenance-standard-entity.ts
|
|
|
222
231
|
models/json-result-monitoring-coverage-alert-work-order-details-dto.ts
|
|
223
232
|
models/json-result-network-monitor-repair-details-dto.ts
|
|
224
233
|
models/json-result-offline-alert-work-order-details-dto.ts
|
|
234
|
+
models/json-result-page-dto-access-appointment-record-details-dto.ts
|
|
225
235
|
models/json-result-page-dto-access-blacklist-details-dto.ts
|
|
226
236
|
models/json-result-page-dto-access-whitelist-application-details-dto.ts
|
|
227
237
|
models/json-result-page-dto-admission-terms-record-list-dto.ts
|
|
@@ -283,6 +293,8 @@ models/offline-alert-submit-vo.ts
|
|
|
283
293
|
models/offline-alert-work-order-details-dto.ts
|
|
284
294
|
models/offline-alert-work-order-info.ts
|
|
285
295
|
models/offline-alert-work-order-vo.ts
|
|
296
|
+
models/open-api-access-appointment-record-add-vo.ts
|
|
297
|
+
models/page-dto-access-appointment-record-details-dto.ts
|
|
286
298
|
models/page-dto-access-blacklist-details-dto.ts
|
|
287
299
|
models/page-dto-access-whitelist-application-details-dto.ts
|
|
288
300
|
models/page-dto-admission-terms-record-list-dto.ts
|
package/apis/access-api.ts
CHANGED
|
@@ -26,6 +26,10 @@ import type { AccessAppointmentRecordAddVo } from '../models';
|
|
|
26
26
|
// @ts-ignore
|
|
27
27
|
import type { AccessAppointmentRecordApprovalVo } from '../models';
|
|
28
28
|
// @ts-ignore
|
|
29
|
+
import type { AccessAppointmentSourceEnum } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
import type { AccessAppointmentStatusEnum } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
29
33
|
import type { AccessBlacklistAddVo } from '../models';
|
|
30
34
|
// @ts-ignore
|
|
31
35
|
import type { AccessBlacklistUpdateVo } from '../models';
|
|
@@ -36,6 +40,8 @@ import type { AccessCompanyConfigSortVo } from '../models';
|
|
|
36
40
|
// @ts-ignore
|
|
37
41
|
import type { AccessConfigVo } from '../models';
|
|
38
42
|
// @ts-ignore
|
|
43
|
+
import type { AccessDirectionEnum } from '../models';
|
|
44
|
+
// @ts-ignore
|
|
39
45
|
import type { AccessVisitorPersonTypeConfigVo } from '../models';
|
|
40
46
|
// @ts-ignore
|
|
41
47
|
import type { AccessVisitorPersonTypeEnum } from '../models';
|
|
@@ -58,6 +64,8 @@ import type { AdmissionTermsRecordUpdateEnableBO } from '../models';
|
|
|
58
64
|
// @ts-ignore
|
|
59
65
|
import type { JsonResult } from '../models';
|
|
60
66
|
// @ts-ignore
|
|
67
|
+
import type { JsonResultAccessAppointmentRecordDetailsDto } from '../models';
|
|
68
|
+
// @ts-ignore
|
|
61
69
|
import type { JsonResultAccessBlacklistDetailsDto } from '../models';
|
|
62
70
|
// @ts-ignore
|
|
63
71
|
import type { JsonResultAccessCompanyConfigEntity } from '../models';
|
|
@@ -76,6 +84,10 @@ import type { JsonResultInteger } from '../models';
|
|
|
76
84
|
// @ts-ignore
|
|
77
85
|
import type { JsonResultListAccessCompanyConfigEntity } from '../models';
|
|
78
86
|
// @ts-ignore
|
|
87
|
+
import type { JsonResultListAccessWhitelistApplicationProcessDetailsDto } from '../models';
|
|
88
|
+
// @ts-ignore
|
|
89
|
+
import type { JsonResultPageDtoAccessAppointmentRecordDetailsDto } from '../models';
|
|
90
|
+
// @ts-ignore
|
|
79
91
|
import type { JsonResultPageDtoAccessBlacklistDetailsDto } from '../models';
|
|
80
92
|
// @ts-ignore
|
|
81
93
|
import type { JsonResultPageDtoAccessWhitelistApplicationDetailsDto } from '../models';
|
|
@@ -173,6 +185,138 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
173
185
|
options: localVarRequestOptions,
|
|
174
186
|
};
|
|
175
187
|
},
|
|
188
|
+
/**
|
|
189
|
+
*
|
|
190
|
+
* @summary 获取出入预约记录详情
|
|
191
|
+
* @param {number} id
|
|
192
|
+
* @param {*} [options] Override http request option.
|
|
193
|
+
* @throws {RequiredError}
|
|
194
|
+
*/
|
|
195
|
+
accessAppointmentRecordDetails: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
196
|
+
// verify required parameter 'id' is not null or undefined
|
|
197
|
+
assertParamExists('accessAppointmentRecordDetails', 'id', id)
|
|
198
|
+
const localVarPath = `/access/appointment-record/{id}`
|
|
199
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
200
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
201
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
202
|
+
let baseOptions;
|
|
203
|
+
if (configuration) {
|
|
204
|
+
baseOptions = configuration.baseOptions;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
208
|
+
const localVarHeaderParameter = {} as any;
|
|
209
|
+
const localVarQueryParameter = {} as any;
|
|
210
|
+
|
|
211
|
+
// authentication tokenScheme required
|
|
212
|
+
// http bearer authentication required
|
|
213
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
218
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
219
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
220
|
+
|
|
221
|
+
return {
|
|
222
|
+
url: toPathString(localVarUrlObj),
|
|
223
|
+
options: localVarRequestOptions,
|
|
224
|
+
};
|
|
225
|
+
},
|
|
226
|
+
/**
|
|
227
|
+
*
|
|
228
|
+
* @summary 查询出入预约记录列表
|
|
229
|
+
* @param {number} parkId 园区ID
|
|
230
|
+
* @param {number} page 页码
|
|
231
|
+
* @param {number} pageSize 每页数量
|
|
232
|
+
* @param {string} [searchValue] 搜索值
|
|
233
|
+
* @param {AccessAppointmentSourceEnum} [appointmentSource] 预约来源
|
|
234
|
+
* @param {AccessDirectionEnum} [accessDirection] 出入方向
|
|
235
|
+
* @param {Array<AccessVisitorPersonTypeEnum>} [accessVisitorPersonTypes] 访问人员类型
|
|
236
|
+
* @param {Array<AccessAppointmentStatusEnum>} [appointmentStatuses] 预约状态
|
|
237
|
+
* @param {string} [startTime] 预约开始时间
|
|
238
|
+
* @param {string} [endTime] 预约结束时间
|
|
239
|
+
* @param {*} [options] Override http request option.
|
|
240
|
+
* @throws {RequiredError}
|
|
241
|
+
*/
|
|
242
|
+
accessAppointmentRecordSelectPageList: async (parkId: number, page: number, pageSize: number, searchValue?: string, appointmentSource?: AccessAppointmentSourceEnum, accessDirection?: AccessDirectionEnum, accessVisitorPersonTypes?: Array<AccessVisitorPersonTypeEnum>, appointmentStatuses?: Array<AccessAppointmentStatusEnum>, startTime?: string, endTime?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
243
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
244
|
+
assertParamExists('accessAppointmentRecordSelectPageList', 'parkId', parkId)
|
|
245
|
+
// verify required parameter 'page' is not null or undefined
|
|
246
|
+
assertParamExists('accessAppointmentRecordSelectPageList', 'page', page)
|
|
247
|
+
// verify required parameter 'pageSize' is not null or undefined
|
|
248
|
+
assertParamExists('accessAppointmentRecordSelectPageList', 'pageSize', pageSize)
|
|
249
|
+
const localVarPath = `/access/appointment-record`;
|
|
250
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
251
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
252
|
+
let baseOptions;
|
|
253
|
+
if (configuration) {
|
|
254
|
+
baseOptions = configuration.baseOptions;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
258
|
+
const localVarHeaderParameter = {} as any;
|
|
259
|
+
const localVarQueryParameter = {} as any;
|
|
260
|
+
|
|
261
|
+
// authentication tokenScheme required
|
|
262
|
+
// http bearer authentication required
|
|
263
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
264
|
+
|
|
265
|
+
if (parkId !== undefined) {
|
|
266
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
if (page !== undefined) {
|
|
270
|
+
localVarQueryParameter['page'] = page;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
if (pageSize !== undefined) {
|
|
274
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
if (searchValue !== undefined) {
|
|
278
|
+
localVarQueryParameter['searchValue'] = searchValue;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
if (appointmentSource !== undefined) {
|
|
282
|
+
localVarQueryParameter['appointmentSource'] = appointmentSource;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
if (accessDirection !== undefined) {
|
|
286
|
+
localVarQueryParameter['accessDirection'] = accessDirection;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
if (accessVisitorPersonTypes) {
|
|
290
|
+
localVarQueryParameter['accessVisitorPersonTypes'] = accessVisitorPersonTypes;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
if (appointmentStatuses) {
|
|
294
|
+
localVarQueryParameter['appointmentStatuses'] = appointmentStatuses;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
if (startTime !== undefined) {
|
|
298
|
+
localVarQueryParameter['startTime'] = (startTime as any instanceof Date) ?
|
|
299
|
+
(startTime as any).toISOString() :
|
|
300
|
+
startTime;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
if (endTime !== undefined) {
|
|
304
|
+
localVarQueryParameter['endTime'] = (endTime as any instanceof Date) ?
|
|
305
|
+
(endTime as any).toISOString() :
|
|
306
|
+
endTime;
|
|
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
|
+
},
|
|
176
320
|
/**
|
|
177
321
|
* 添加黑名单信息
|
|
178
322
|
* @summary 添加黑名单
|
|
@@ -1262,6 +1406,44 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1262
1406
|
|
|
1263
1407
|
|
|
1264
1408
|
|
|
1409
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1410
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1411
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1412
|
+
|
|
1413
|
+
return {
|
|
1414
|
+
url: toPathString(localVarUrlObj),
|
|
1415
|
+
options: localVarRequestOptions,
|
|
1416
|
+
};
|
|
1417
|
+
},
|
|
1418
|
+
/**
|
|
1419
|
+
* 根据白名单申请ID查询对应的流程记录
|
|
1420
|
+
* @summary 查询白名单申请流程记录
|
|
1421
|
+
* @param {number} id
|
|
1422
|
+
* @param {*} [options] Override http request option.
|
|
1423
|
+
* @throws {RequiredError}
|
|
1424
|
+
*/
|
|
1425
|
+
accessWhitelistApplicationProcess: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1426
|
+
// verify required parameter 'id' is not null or undefined
|
|
1427
|
+
assertParamExists('accessWhitelistApplicationProcess', 'id', id)
|
|
1428
|
+
const localVarPath = `/access/whitelist/application/{id}/process`
|
|
1429
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
1430
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1431
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1432
|
+
let baseOptions;
|
|
1433
|
+
if (configuration) {
|
|
1434
|
+
baseOptions = configuration.baseOptions;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1438
|
+
const localVarHeaderParameter = {} as any;
|
|
1439
|
+
const localVarQueryParameter = {} as any;
|
|
1440
|
+
|
|
1441
|
+
// authentication tokenScheme required
|
|
1442
|
+
// http bearer authentication required
|
|
1443
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
|
|
1265
1447
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1266
1448
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1267
1449
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1645,6 +1827,41 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
1645
1827
|
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessAppointmentRecordApproval']?.[localVarOperationServerIndex]?.url;
|
|
1646
1828
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1647
1829
|
},
|
|
1830
|
+
/**
|
|
1831
|
+
*
|
|
1832
|
+
* @summary 获取出入预约记录详情
|
|
1833
|
+
* @param {number} id
|
|
1834
|
+
* @param {*} [options] Override http request option.
|
|
1835
|
+
* @throws {RequiredError}
|
|
1836
|
+
*/
|
|
1837
|
+
async accessAppointmentRecordDetails(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultAccessAppointmentRecordDetailsDto>> {
|
|
1838
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessAppointmentRecordDetails(id, options);
|
|
1839
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1840
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessAppointmentRecordDetails']?.[localVarOperationServerIndex]?.url;
|
|
1841
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1842
|
+
},
|
|
1843
|
+
/**
|
|
1844
|
+
*
|
|
1845
|
+
* @summary 查询出入预约记录列表
|
|
1846
|
+
* @param {number} parkId 园区ID
|
|
1847
|
+
* @param {number} page 页码
|
|
1848
|
+
* @param {number} pageSize 每页数量
|
|
1849
|
+
* @param {string} [searchValue] 搜索值
|
|
1850
|
+
* @param {AccessAppointmentSourceEnum} [appointmentSource] 预约来源
|
|
1851
|
+
* @param {AccessDirectionEnum} [accessDirection] 出入方向
|
|
1852
|
+
* @param {Array<AccessVisitorPersonTypeEnum>} [accessVisitorPersonTypes] 访问人员类型
|
|
1853
|
+
* @param {Array<AccessAppointmentStatusEnum>} [appointmentStatuses] 预约状态
|
|
1854
|
+
* @param {string} [startTime] 预约开始时间
|
|
1855
|
+
* @param {string} [endTime] 预约结束时间
|
|
1856
|
+
* @param {*} [options] Override http request option.
|
|
1857
|
+
* @throws {RequiredError}
|
|
1858
|
+
*/
|
|
1859
|
+
async accessAppointmentRecordSelectPageList(parkId: number, page: number, pageSize: number, searchValue?: string, appointmentSource?: AccessAppointmentSourceEnum, accessDirection?: AccessDirectionEnum, accessVisitorPersonTypes?: Array<AccessVisitorPersonTypeEnum>, appointmentStatuses?: Array<AccessAppointmentStatusEnum>, startTime?: string, endTime?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoAccessAppointmentRecordDetailsDto>> {
|
|
1860
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessAppointmentRecordSelectPageList(parkId, page, pageSize, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, options);
|
|
1861
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1862
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessAppointmentRecordSelectPageList']?.[localVarOperationServerIndex]?.url;
|
|
1863
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1864
|
+
},
|
|
1648
1865
|
/**
|
|
1649
1866
|
* 添加黑名单信息
|
|
1650
1867
|
* @summary 添加黑名单
|
|
@@ -1990,6 +2207,19 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
1990
2207
|
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationList']?.[localVarOperationServerIndex]?.url;
|
|
1991
2208
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1992
2209
|
},
|
|
2210
|
+
/**
|
|
2211
|
+
* 根据白名单申请ID查询对应的流程记录
|
|
2212
|
+
* @summary 查询白名单申请流程记录
|
|
2213
|
+
* @param {number} id
|
|
2214
|
+
* @param {*} [options] Override http request option.
|
|
2215
|
+
* @throws {RequiredError}
|
|
2216
|
+
*/
|
|
2217
|
+
async accessWhitelistApplicationProcess(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListAccessWhitelistApplicationProcessDetailsDto>> {
|
|
2218
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessWhitelistApplicationProcess(id, options);
|
|
2219
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2220
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationProcess']?.[localVarOperationServerIndex]?.url;
|
|
2221
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2222
|
+
},
|
|
1993
2223
|
/**
|
|
1994
2224
|
*
|
|
1995
2225
|
* @summary 修改出入白名单申请
|
|
@@ -2128,6 +2358,26 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
2128
2358
|
accessAppointmentRecordApproval(requestParameters: AccessApiAccessAppointmentRecordApprovalRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2129
2359
|
return localVarFp.accessAppointmentRecordApproval(requestParameters.id, requestParameters.accessAppointmentRecordApprovalVo, options).then((request) => request(axios, basePath));
|
|
2130
2360
|
},
|
|
2361
|
+
/**
|
|
2362
|
+
*
|
|
2363
|
+
* @summary 获取出入预约记录详情
|
|
2364
|
+
* @param {AccessApiAccessAppointmentRecordDetailsRequest} requestParameters Request parameters.
|
|
2365
|
+
* @param {*} [options] Override http request option.
|
|
2366
|
+
* @throws {RequiredError}
|
|
2367
|
+
*/
|
|
2368
|
+
accessAppointmentRecordDetails(requestParameters: AccessApiAccessAppointmentRecordDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultAccessAppointmentRecordDetailsDto> {
|
|
2369
|
+
return localVarFp.accessAppointmentRecordDetails(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2370
|
+
},
|
|
2371
|
+
/**
|
|
2372
|
+
*
|
|
2373
|
+
* @summary 查询出入预约记录列表
|
|
2374
|
+
* @param {AccessApiAccessAppointmentRecordSelectPageListRequest} requestParameters Request parameters.
|
|
2375
|
+
* @param {*} [options] Override http request option.
|
|
2376
|
+
* @throws {RequiredError}
|
|
2377
|
+
*/
|
|
2378
|
+
accessAppointmentRecordSelectPageList(requestParameters: AccessApiAccessAppointmentRecordSelectPageListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoAccessAppointmentRecordDetailsDto> {
|
|
2379
|
+
return localVarFp.accessAppointmentRecordSelectPageList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.appointmentSource, requestParameters.accessDirection, requestParameters.accessVisitorPersonTypes, requestParameters.appointmentStatuses, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
|
|
2380
|
+
},
|
|
2131
2381
|
/**
|
|
2132
2382
|
* 添加黑名单信息
|
|
2133
2383
|
* @summary 添加黑名单
|
|
@@ -2375,6 +2625,16 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
2375
2625
|
accessWhitelistApplicationList(requestParameters: AccessApiAccessWhitelistApplicationListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoAccessWhitelistApplicationDetailsDto> {
|
|
2376
2626
|
return localVarFp.accessWhitelistApplicationList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonType, requestParameters.applicationStatus, options).then((request) => request(axios, basePath));
|
|
2377
2627
|
},
|
|
2628
|
+
/**
|
|
2629
|
+
* 根据白名单申请ID查询对应的流程记录
|
|
2630
|
+
* @summary 查询白名单申请流程记录
|
|
2631
|
+
* @param {AccessApiAccessWhitelistApplicationProcessRequest} requestParameters Request parameters.
|
|
2632
|
+
* @param {*} [options] Override http request option.
|
|
2633
|
+
* @throws {RequiredError}
|
|
2634
|
+
*/
|
|
2635
|
+
accessWhitelistApplicationProcess(requestParameters: AccessApiAccessWhitelistApplicationProcessRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListAccessWhitelistApplicationProcessDetailsDto> {
|
|
2636
|
+
return localVarFp.accessWhitelistApplicationProcess(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2637
|
+
},
|
|
2378
2638
|
/**
|
|
2379
2639
|
*
|
|
2380
2640
|
* @summary 修改出入白名单申请
|
|
@@ -2493,6 +2753,97 @@ export interface AccessApiAccessAppointmentRecordApprovalRequest {
|
|
|
2493
2753
|
readonly accessAppointmentRecordApprovalVo: AccessAppointmentRecordApprovalVo
|
|
2494
2754
|
}
|
|
2495
2755
|
|
|
2756
|
+
/**
|
|
2757
|
+
* Request parameters for accessAppointmentRecordDetails operation in AccessApi.
|
|
2758
|
+
* @export
|
|
2759
|
+
* @interface AccessApiAccessAppointmentRecordDetailsRequest
|
|
2760
|
+
*/
|
|
2761
|
+
export interface AccessApiAccessAppointmentRecordDetailsRequest {
|
|
2762
|
+
/**
|
|
2763
|
+
*
|
|
2764
|
+
* @type {number}
|
|
2765
|
+
* @memberof AccessApiAccessAppointmentRecordDetails
|
|
2766
|
+
*/
|
|
2767
|
+
readonly id: number
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2770
|
+
/**
|
|
2771
|
+
* Request parameters for accessAppointmentRecordSelectPageList operation in AccessApi.
|
|
2772
|
+
* @export
|
|
2773
|
+
* @interface AccessApiAccessAppointmentRecordSelectPageListRequest
|
|
2774
|
+
*/
|
|
2775
|
+
export interface AccessApiAccessAppointmentRecordSelectPageListRequest {
|
|
2776
|
+
/**
|
|
2777
|
+
* 园区ID
|
|
2778
|
+
* @type {number}
|
|
2779
|
+
* @memberof AccessApiAccessAppointmentRecordSelectPageList
|
|
2780
|
+
*/
|
|
2781
|
+
readonly parkId: number
|
|
2782
|
+
|
|
2783
|
+
/**
|
|
2784
|
+
* 页码
|
|
2785
|
+
* @type {number}
|
|
2786
|
+
* @memberof AccessApiAccessAppointmentRecordSelectPageList
|
|
2787
|
+
*/
|
|
2788
|
+
readonly page: number
|
|
2789
|
+
|
|
2790
|
+
/**
|
|
2791
|
+
* 每页数量
|
|
2792
|
+
* @type {number}
|
|
2793
|
+
* @memberof AccessApiAccessAppointmentRecordSelectPageList
|
|
2794
|
+
*/
|
|
2795
|
+
readonly pageSize: number
|
|
2796
|
+
|
|
2797
|
+
/**
|
|
2798
|
+
* 搜索值
|
|
2799
|
+
* @type {string}
|
|
2800
|
+
* @memberof AccessApiAccessAppointmentRecordSelectPageList
|
|
2801
|
+
*/
|
|
2802
|
+
readonly searchValue?: string
|
|
2803
|
+
|
|
2804
|
+
/**
|
|
2805
|
+
* 预约来源
|
|
2806
|
+
* @type {AccessAppointmentSourceEnum}
|
|
2807
|
+
* @memberof AccessApiAccessAppointmentRecordSelectPageList
|
|
2808
|
+
*/
|
|
2809
|
+
readonly appointmentSource?: AccessAppointmentSourceEnum
|
|
2810
|
+
|
|
2811
|
+
/**
|
|
2812
|
+
* 出入方向
|
|
2813
|
+
* @type {AccessDirectionEnum}
|
|
2814
|
+
* @memberof AccessApiAccessAppointmentRecordSelectPageList
|
|
2815
|
+
*/
|
|
2816
|
+
readonly accessDirection?: AccessDirectionEnum
|
|
2817
|
+
|
|
2818
|
+
/**
|
|
2819
|
+
* 访问人员类型
|
|
2820
|
+
* @type {Array<AccessVisitorPersonTypeEnum>}
|
|
2821
|
+
* @memberof AccessApiAccessAppointmentRecordSelectPageList
|
|
2822
|
+
*/
|
|
2823
|
+
readonly accessVisitorPersonTypes?: Array<AccessVisitorPersonTypeEnum>
|
|
2824
|
+
|
|
2825
|
+
/**
|
|
2826
|
+
* 预约状态
|
|
2827
|
+
* @type {Array<AccessAppointmentStatusEnum>}
|
|
2828
|
+
* @memberof AccessApiAccessAppointmentRecordSelectPageList
|
|
2829
|
+
*/
|
|
2830
|
+
readonly appointmentStatuses?: Array<AccessAppointmentStatusEnum>
|
|
2831
|
+
|
|
2832
|
+
/**
|
|
2833
|
+
* 预约开始时间
|
|
2834
|
+
* @type {string}
|
|
2835
|
+
* @memberof AccessApiAccessAppointmentRecordSelectPageList
|
|
2836
|
+
*/
|
|
2837
|
+
readonly startTime?: string
|
|
2838
|
+
|
|
2839
|
+
/**
|
|
2840
|
+
* 预约结束时间
|
|
2841
|
+
* @type {string}
|
|
2842
|
+
* @memberof AccessApiAccessAppointmentRecordSelectPageList
|
|
2843
|
+
*/
|
|
2844
|
+
readonly endTime?: string
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2496
2847
|
/**
|
|
2497
2848
|
* Request parameters for accessBlacklistAdd operation in AccessApi.
|
|
2498
2849
|
* @export
|
|
@@ -2962,6 +3313,20 @@ export interface AccessApiAccessWhitelistApplicationListRequest {
|
|
|
2962
3313
|
readonly applicationStatus?: AccessWhitelistApplicationStatusEnum
|
|
2963
3314
|
}
|
|
2964
3315
|
|
|
3316
|
+
/**
|
|
3317
|
+
* Request parameters for accessWhitelistApplicationProcess operation in AccessApi.
|
|
3318
|
+
* @export
|
|
3319
|
+
* @interface AccessApiAccessWhitelistApplicationProcessRequest
|
|
3320
|
+
*/
|
|
3321
|
+
export interface AccessApiAccessWhitelistApplicationProcessRequest {
|
|
3322
|
+
/**
|
|
3323
|
+
*
|
|
3324
|
+
* @type {number}
|
|
3325
|
+
* @memberof AccessApiAccessWhitelistApplicationProcess
|
|
3326
|
+
*/
|
|
3327
|
+
readonly id: number
|
|
3328
|
+
}
|
|
3329
|
+
|
|
2965
3330
|
/**
|
|
2966
3331
|
* Request parameters for accessWhitelistApplicationUpdate operation in AccessApi.
|
|
2967
3332
|
* @export
|
|
@@ -3133,6 +3498,30 @@ export class AccessApi extends BaseAPI {
|
|
|
3133
3498
|
return AccessApiFp(this.configuration).accessAppointmentRecordApproval(requestParameters.id, requestParameters.accessAppointmentRecordApprovalVo, options).then((request) => request(this.axios, this.basePath));
|
|
3134
3499
|
}
|
|
3135
3500
|
|
|
3501
|
+
/**
|
|
3502
|
+
*
|
|
3503
|
+
* @summary 获取出入预约记录详情
|
|
3504
|
+
* @param {AccessApiAccessAppointmentRecordDetailsRequest} requestParameters Request parameters.
|
|
3505
|
+
* @param {*} [options] Override http request option.
|
|
3506
|
+
* @throws {RequiredError}
|
|
3507
|
+
* @memberof AccessApi
|
|
3508
|
+
*/
|
|
3509
|
+
public accessAppointmentRecordDetails(requestParameters: AccessApiAccessAppointmentRecordDetailsRequest, options?: RawAxiosRequestConfig) {
|
|
3510
|
+
return AccessApiFp(this.configuration).accessAppointmentRecordDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3511
|
+
}
|
|
3512
|
+
|
|
3513
|
+
/**
|
|
3514
|
+
*
|
|
3515
|
+
* @summary 查询出入预约记录列表
|
|
3516
|
+
* @param {AccessApiAccessAppointmentRecordSelectPageListRequest} requestParameters Request parameters.
|
|
3517
|
+
* @param {*} [options] Override http request option.
|
|
3518
|
+
* @throws {RequiredError}
|
|
3519
|
+
* @memberof AccessApi
|
|
3520
|
+
*/
|
|
3521
|
+
public accessAppointmentRecordSelectPageList(requestParameters: AccessApiAccessAppointmentRecordSelectPageListRequest, options?: RawAxiosRequestConfig) {
|
|
3522
|
+
return AccessApiFp(this.configuration).accessAppointmentRecordSelectPageList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.appointmentSource, requestParameters.accessDirection, requestParameters.accessVisitorPersonTypes, requestParameters.appointmentStatuses, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
|
|
3523
|
+
}
|
|
3524
|
+
|
|
3136
3525
|
/**
|
|
3137
3526
|
* 添加黑名单信息
|
|
3138
3527
|
* @summary 添加黑名单
|
|
@@ -3430,6 +3819,18 @@ export class AccessApi extends BaseAPI {
|
|
|
3430
3819
|
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));
|
|
3431
3820
|
}
|
|
3432
3821
|
|
|
3822
|
+
/**
|
|
3823
|
+
* 根据白名单申请ID查询对应的流程记录
|
|
3824
|
+
* @summary 查询白名单申请流程记录
|
|
3825
|
+
* @param {AccessApiAccessWhitelistApplicationProcessRequest} requestParameters Request parameters.
|
|
3826
|
+
* @param {*} [options] Override http request option.
|
|
3827
|
+
* @throws {RequiredError}
|
|
3828
|
+
* @memberof AccessApi
|
|
3829
|
+
*/
|
|
3830
|
+
public accessWhitelistApplicationProcess(requestParameters: AccessApiAccessWhitelistApplicationProcessRequest, options?: RawAxiosRequestConfig) {
|
|
3831
|
+
return AccessApiFp(this.configuration).accessWhitelistApplicationProcess(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3832
|
+
}
|
|
3833
|
+
|
|
3433
3834
|
/**
|
|
3434
3835
|
*
|
|
3435
3836
|
* @summary 修改出入白名单申请
|