@gizone/rrs-client 4.2.0-alpha.294 → 4.2.0-alpha.297
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 +19 -0
- package/apis/access-api.ts +595 -0
- package/apis/open-api-api.ts +93 -0
- package/dist/apis/access-api.d.ts +318 -0
- package/dist/apis/access-api.js +407 -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 +318 -0
- package/dist/esm/apis/access-api.js +407 -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-add-vo.d.ts +128 -0
- package/dist/esm/models/access-appointment-record-add-vo.js +14 -0
- package/dist/esm/models/access-appointment-record-approval-vo.d.ts +30 -0
- package/dist/esm/models/access-appointment-record-approval-vo.js +14 -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-record-in-other-info-vo.d.ts +54 -0
- package/dist/esm/models/access-appointment-record-in-other-info-vo.js +14 -0
- package/dist/esm/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
- package/dist/esm/models/access-appointment-record-out-other-info-vo.js +14 -0
- package/dist/esm/models/access-appointment-source-enum.d.ts +24 -0
- package/dist/esm/models/access-appointment-source-enum.js +25 -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-approval-config-enum.d.ts +1 -1
- package/dist/esm/models/access-approval-config-enum.js +1 -1
- package/dist/esm/models/access-direction-enum.d.ts +22 -0
- package/dist/esm/models/access-direction-enum.js +23 -0
- package/dist/esm/models/access-reason-enum.d.ts +26 -0
- package/dist/esm/models/access-reason-enum.js +27 -0
- 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-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 +19 -0
- package/dist/esm/models/index.js +19 -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/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/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-add-vo.d.ts +128 -0
- package/dist/models/access-appointment-record-add-vo.js +15 -0
- package/dist/models/access-appointment-record-approval-vo.d.ts +30 -0
- package/dist/models/access-appointment-record-approval-vo.js +15 -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-record-in-other-info-vo.d.ts +54 -0
- package/dist/models/access-appointment-record-in-other-info-vo.js +15 -0
- package/dist/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
- package/dist/models/access-appointment-record-out-other-info-vo.js +15 -0
- package/dist/models/access-appointment-source-enum.d.ts +24 -0
- package/dist/models/access-appointment-source-enum.js +28 -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-approval-config-enum.d.ts +1 -1
- package/dist/models/access-approval-config-enum.js +1 -1
- package/dist/models/access-direction-enum.d.ts +22 -0
- package/dist/models/access-direction-enum.js +26 -0
- package/dist/models/access-reason-enum.d.ts +26 -0
- package/dist/models/access-reason-enum.js +30 -0
- 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-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 +19 -0
- package/dist/models/index.js +19 -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/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/models/access-appointment-internal-status-enum.ts +31 -0
- package/models/access-appointment-record-add-vo.ts +152 -0
- package/models/access-appointment-record-approval-vo.ts +36 -0
- package/models/access-appointment-record-details-dto.ts +206 -0
- package/models/access-appointment-record-in-other-info-vo.ts +60 -0
- package/models/access-appointment-record-out-other-info-vo.ts +36 -0
- package/models/access-appointment-source-enum.ts +34 -0
- package/models/access-appointment-status-enum.ts +35 -0
- package/models/access-approval-config-enum.ts +1 -1
- package/models/access-direction-enum.ts +32 -0
- package/models/access-reason-enum.ts +36 -0
- 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-process-handler-status-enum.ts +31 -0
- package/models/access-whitelist-process-type-enum.ts +33 -0
- package/models/index.ts +19 -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/system-user-msg-source-type-enum.ts +2 -1
- package/models/system-user-msg-type-enum.ts +2 -1
- package/package.json +1 -1
package/apis/access-api.ts
CHANGED
|
@@ -22,6 +22,14 @@ 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 { AccessAppointmentRecordAddVo } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { AccessAppointmentRecordApprovalVo } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
import type { AccessAppointmentSourceEnum } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
import type { AccessAppointmentStatusEnum } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
25
33
|
import type { AccessBlacklistAddVo } from '../models';
|
|
26
34
|
// @ts-ignore
|
|
27
35
|
import type { AccessBlacklistUpdateVo } from '../models';
|
|
@@ -32,6 +40,8 @@ import type { AccessCompanyConfigSortVo } from '../models';
|
|
|
32
40
|
// @ts-ignore
|
|
33
41
|
import type { AccessConfigVo } from '../models';
|
|
34
42
|
// @ts-ignore
|
|
43
|
+
import type { AccessDirectionEnum } from '../models';
|
|
44
|
+
// @ts-ignore
|
|
35
45
|
import type { AccessVisitorPersonTypeConfigVo } from '../models';
|
|
36
46
|
// @ts-ignore
|
|
37
47
|
import type { AccessVisitorPersonTypeEnum } from '../models';
|
|
@@ -54,6 +64,8 @@ import type { AdmissionTermsRecordUpdateEnableBO } from '../models';
|
|
|
54
64
|
// @ts-ignore
|
|
55
65
|
import type { JsonResult } from '../models';
|
|
56
66
|
// @ts-ignore
|
|
67
|
+
import type { JsonResultAccessAppointmentRecordDetailsDto } from '../models';
|
|
68
|
+
// @ts-ignore
|
|
57
69
|
import type { JsonResultAccessBlacklistDetailsDto } from '../models';
|
|
58
70
|
// @ts-ignore
|
|
59
71
|
import type { JsonResultAccessCompanyConfigEntity } from '../models';
|
|
@@ -72,6 +84,10 @@ import type { JsonResultInteger } from '../models';
|
|
|
72
84
|
// @ts-ignore
|
|
73
85
|
import type { JsonResultListAccessCompanyConfigEntity } from '../models';
|
|
74
86
|
// @ts-ignore
|
|
87
|
+
import type { JsonResultListAccessWhitelistApplicationProcessDetailsDto } from '../models';
|
|
88
|
+
// @ts-ignore
|
|
89
|
+
import type { JsonResultPageDtoAccessAppointmentRecordDetailsDto } from '../models';
|
|
90
|
+
// @ts-ignore
|
|
75
91
|
import type { JsonResultPageDtoAccessBlacklistDetailsDto } from '../models';
|
|
76
92
|
// @ts-ignore
|
|
77
93
|
import type { JsonResultPageDtoAccessWhitelistApplicationDetailsDto } from '../models';
|
|
@@ -85,6 +101,222 @@ import type { JsonResultVoid } from '../models';
|
|
|
85
101
|
*/
|
|
86
102
|
export const AccessApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
87
103
|
return {
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @summary 新增出入预约
|
|
107
|
+
* @param {AccessAppointmentRecordAddVo} accessAppointmentRecordAddVo
|
|
108
|
+
* @param {*} [options] Override http request option.
|
|
109
|
+
* @throws {RequiredError}
|
|
110
|
+
*/
|
|
111
|
+
accessAppointmentRecordAdd: async (accessAppointmentRecordAddVo: AccessAppointmentRecordAddVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
112
|
+
// verify required parameter 'accessAppointmentRecordAddVo' is not null or undefined
|
|
113
|
+
assertParamExists('accessAppointmentRecordAdd', 'accessAppointmentRecordAddVo', accessAppointmentRecordAddVo)
|
|
114
|
+
const localVarPath = `/access/appointment-record`;
|
|
115
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
116
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
117
|
+
let baseOptions;
|
|
118
|
+
if (configuration) {
|
|
119
|
+
baseOptions = configuration.baseOptions;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
123
|
+
const localVarHeaderParameter = {} as any;
|
|
124
|
+
const localVarQueryParameter = {} as any;
|
|
125
|
+
|
|
126
|
+
// authentication tokenScheme required
|
|
127
|
+
// http bearer authentication required
|
|
128
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
133
|
+
|
|
134
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
135
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
136
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
137
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessAppointmentRecordAddVo, localVarRequestOptions, configuration)
|
|
138
|
+
|
|
139
|
+
return {
|
|
140
|
+
url: toPathString(localVarUrlObj),
|
|
141
|
+
options: localVarRequestOptions,
|
|
142
|
+
};
|
|
143
|
+
},
|
|
144
|
+
/**
|
|
145
|
+
*
|
|
146
|
+
* @summary 审批出入预约记录
|
|
147
|
+
* @param {number} id
|
|
148
|
+
* @param {AccessAppointmentRecordApprovalVo} accessAppointmentRecordApprovalVo
|
|
149
|
+
* @param {*} [options] Override http request option.
|
|
150
|
+
* @throws {RequiredError}
|
|
151
|
+
*/
|
|
152
|
+
accessAppointmentRecordApproval: async (id: number, accessAppointmentRecordApprovalVo: AccessAppointmentRecordApprovalVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
153
|
+
// verify required parameter 'id' is not null or undefined
|
|
154
|
+
assertParamExists('accessAppointmentRecordApproval', 'id', id)
|
|
155
|
+
// verify required parameter 'accessAppointmentRecordApprovalVo' is not null or undefined
|
|
156
|
+
assertParamExists('accessAppointmentRecordApproval', 'accessAppointmentRecordApprovalVo', accessAppointmentRecordApprovalVo)
|
|
157
|
+
const localVarPath = `/access/appointment-record/approval/{id}`
|
|
158
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
159
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
160
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
161
|
+
let baseOptions;
|
|
162
|
+
if (configuration) {
|
|
163
|
+
baseOptions = configuration.baseOptions;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
167
|
+
const localVarHeaderParameter = {} as any;
|
|
168
|
+
const localVarQueryParameter = {} as any;
|
|
169
|
+
|
|
170
|
+
// authentication tokenScheme required
|
|
171
|
+
// http bearer authentication required
|
|
172
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
177
|
+
|
|
178
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
179
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
180
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
181
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessAppointmentRecordApprovalVo, localVarRequestOptions, configuration)
|
|
182
|
+
|
|
183
|
+
return {
|
|
184
|
+
url: toPathString(localVarUrlObj),
|
|
185
|
+
options: localVarRequestOptions,
|
|
186
|
+
};
|
|
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
|
+
},
|
|
88
320
|
/**
|
|
89
321
|
* 添加黑名单信息
|
|
90
322
|
* @summary 添加黑名单
|
|
@@ -1174,6 +1406,44 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1174
1406
|
|
|
1175
1407
|
|
|
1176
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
|
+
|
|
1177
1447
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1178
1448
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1179
1449
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1530,6 +1800,68 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1530
1800
|
export const AccessApiFp = function(configuration?: Configuration) {
|
|
1531
1801
|
const localVarAxiosParamCreator = AccessApiAxiosParamCreator(configuration)
|
|
1532
1802
|
return {
|
|
1803
|
+
/**
|
|
1804
|
+
*
|
|
1805
|
+
* @summary 新增出入预约
|
|
1806
|
+
* @param {AccessAppointmentRecordAddVo} accessAppointmentRecordAddVo
|
|
1807
|
+
* @param {*} [options] Override http request option.
|
|
1808
|
+
* @throws {RequiredError}
|
|
1809
|
+
*/
|
|
1810
|
+
async accessAppointmentRecordAdd(accessAppointmentRecordAddVo: AccessAppointmentRecordAddVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>> {
|
|
1811
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessAppointmentRecordAdd(accessAppointmentRecordAddVo, options);
|
|
1812
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1813
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessAppointmentRecordAdd']?.[localVarOperationServerIndex]?.url;
|
|
1814
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1815
|
+
},
|
|
1816
|
+
/**
|
|
1817
|
+
*
|
|
1818
|
+
* @summary 审批出入预约记录
|
|
1819
|
+
* @param {number} id
|
|
1820
|
+
* @param {AccessAppointmentRecordApprovalVo} accessAppointmentRecordApprovalVo
|
|
1821
|
+
* @param {*} [options] Override http request option.
|
|
1822
|
+
* @throws {RequiredError}
|
|
1823
|
+
*/
|
|
1824
|
+
async accessAppointmentRecordApproval(id: number, accessAppointmentRecordApprovalVo: AccessAppointmentRecordApprovalVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1825
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.accessAppointmentRecordApproval(id, accessAppointmentRecordApprovalVo, options);
|
|
1826
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1827
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessAppointmentRecordApproval']?.[localVarOperationServerIndex]?.url;
|
|
1828
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
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
|
+
},
|
|
1533
1865
|
/**
|
|
1534
1866
|
* 添加黑名单信息
|
|
1535
1867
|
* @summary 添加黑名单
|
|
@@ -1875,6 +2207,19 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
1875
2207
|
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessWhitelistApplicationList']?.[localVarOperationServerIndex]?.url;
|
|
1876
2208
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1877
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
|
+
},
|
|
1878
2223
|
/**
|
|
1879
2224
|
*
|
|
1880
2225
|
* @summary 修改出入白名单申请
|
|
@@ -1993,6 +2338,46 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
1993
2338
|
export const AccessApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
1994
2339
|
const localVarFp = AccessApiFp(configuration)
|
|
1995
2340
|
return {
|
|
2341
|
+
/**
|
|
2342
|
+
*
|
|
2343
|
+
* @summary 新增出入预约
|
|
2344
|
+
* @param {AccessApiAccessAppointmentRecordAddRequest} requestParameters Request parameters.
|
|
2345
|
+
* @param {*} [options] Override http request option.
|
|
2346
|
+
* @throws {RequiredError}
|
|
2347
|
+
*/
|
|
2348
|
+
accessAppointmentRecordAdd(requestParameters: AccessApiAccessAppointmentRecordAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger> {
|
|
2349
|
+
return localVarFp.accessAppointmentRecordAdd(requestParameters.accessAppointmentRecordAddVo, options).then((request) => request(axios, basePath));
|
|
2350
|
+
},
|
|
2351
|
+
/**
|
|
2352
|
+
*
|
|
2353
|
+
* @summary 审批出入预约记录
|
|
2354
|
+
* @param {AccessApiAccessAppointmentRecordApprovalRequest} requestParameters Request parameters.
|
|
2355
|
+
* @param {*} [options] Override http request option.
|
|
2356
|
+
* @throws {RequiredError}
|
|
2357
|
+
*/
|
|
2358
|
+
accessAppointmentRecordApproval(requestParameters: AccessApiAccessAppointmentRecordApprovalRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2359
|
+
return localVarFp.accessAppointmentRecordApproval(requestParameters.id, requestParameters.accessAppointmentRecordApprovalVo, options).then((request) => request(axios, basePath));
|
|
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
|
+
},
|
|
1996
2381
|
/**
|
|
1997
2382
|
* 添加黑名单信息
|
|
1998
2383
|
* @summary 添加黑名单
|
|
@@ -2240,6 +2625,16 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
2240
2625
|
accessWhitelistApplicationList(requestParameters: AccessApiAccessWhitelistApplicationListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoAccessWhitelistApplicationDetailsDto> {
|
|
2241
2626
|
return localVarFp.accessWhitelistApplicationList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonType, requestParameters.applicationStatus, options).then((request) => request(axios, basePath));
|
|
2242
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
|
+
},
|
|
2243
2638
|
/**
|
|
2244
2639
|
*
|
|
2245
2640
|
* @summary 修改出入白名单申请
|
|
@@ -2323,6 +2718,132 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
2323
2718
|
};
|
|
2324
2719
|
};
|
|
2325
2720
|
|
|
2721
|
+
/**
|
|
2722
|
+
* Request parameters for accessAppointmentRecordAdd operation in AccessApi.
|
|
2723
|
+
* @export
|
|
2724
|
+
* @interface AccessApiAccessAppointmentRecordAddRequest
|
|
2725
|
+
*/
|
|
2726
|
+
export interface AccessApiAccessAppointmentRecordAddRequest {
|
|
2727
|
+
/**
|
|
2728
|
+
*
|
|
2729
|
+
* @type {AccessAppointmentRecordAddVo}
|
|
2730
|
+
* @memberof AccessApiAccessAppointmentRecordAdd
|
|
2731
|
+
*/
|
|
2732
|
+
readonly accessAppointmentRecordAddVo: AccessAppointmentRecordAddVo
|
|
2733
|
+
}
|
|
2734
|
+
|
|
2735
|
+
/**
|
|
2736
|
+
* Request parameters for accessAppointmentRecordApproval operation in AccessApi.
|
|
2737
|
+
* @export
|
|
2738
|
+
* @interface AccessApiAccessAppointmentRecordApprovalRequest
|
|
2739
|
+
*/
|
|
2740
|
+
export interface AccessApiAccessAppointmentRecordApprovalRequest {
|
|
2741
|
+
/**
|
|
2742
|
+
*
|
|
2743
|
+
* @type {number}
|
|
2744
|
+
* @memberof AccessApiAccessAppointmentRecordApproval
|
|
2745
|
+
*/
|
|
2746
|
+
readonly id: number
|
|
2747
|
+
|
|
2748
|
+
/**
|
|
2749
|
+
*
|
|
2750
|
+
* @type {AccessAppointmentRecordApprovalVo}
|
|
2751
|
+
* @memberof AccessApiAccessAppointmentRecordApproval
|
|
2752
|
+
*/
|
|
2753
|
+
readonly accessAppointmentRecordApprovalVo: AccessAppointmentRecordApprovalVo
|
|
2754
|
+
}
|
|
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
|
+
|
|
2326
2847
|
/**
|
|
2327
2848
|
* Request parameters for accessBlacklistAdd operation in AccessApi.
|
|
2328
2849
|
* @export
|
|
@@ -2792,6 +3313,20 @@ export interface AccessApiAccessWhitelistApplicationListRequest {
|
|
|
2792
3313
|
readonly applicationStatus?: AccessWhitelistApplicationStatusEnum
|
|
2793
3314
|
}
|
|
2794
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
|
+
|
|
2795
3330
|
/**
|
|
2796
3331
|
* Request parameters for accessWhitelistApplicationUpdate operation in AccessApi.
|
|
2797
3332
|
* @export
|
|
@@ -2939,6 +3474,54 @@ export interface AccessApiUpdateEntryTermStatusRequest {
|
|
|
2939
3474
|
* @extends {BaseAPI}
|
|
2940
3475
|
*/
|
|
2941
3476
|
export class AccessApi extends BaseAPI {
|
|
3477
|
+
/**
|
|
3478
|
+
*
|
|
3479
|
+
* @summary 新增出入预约
|
|
3480
|
+
* @param {AccessApiAccessAppointmentRecordAddRequest} requestParameters Request parameters.
|
|
3481
|
+
* @param {*} [options] Override http request option.
|
|
3482
|
+
* @throws {RequiredError}
|
|
3483
|
+
* @memberof AccessApi
|
|
3484
|
+
*/
|
|
3485
|
+
public accessAppointmentRecordAdd(requestParameters: AccessApiAccessAppointmentRecordAddRequest, options?: RawAxiosRequestConfig) {
|
|
3486
|
+
return AccessApiFp(this.configuration).accessAppointmentRecordAdd(requestParameters.accessAppointmentRecordAddVo, options).then((request) => request(this.axios, this.basePath));
|
|
3487
|
+
}
|
|
3488
|
+
|
|
3489
|
+
/**
|
|
3490
|
+
*
|
|
3491
|
+
* @summary 审批出入预约记录
|
|
3492
|
+
* @param {AccessApiAccessAppointmentRecordApprovalRequest} requestParameters Request parameters.
|
|
3493
|
+
* @param {*} [options] Override http request option.
|
|
3494
|
+
* @throws {RequiredError}
|
|
3495
|
+
* @memberof AccessApi
|
|
3496
|
+
*/
|
|
3497
|
+
public accessAppointmentRecordApproval(requestParameters: AccessApiAccessAppointmentRecordApprovalRequest, options?: RawAxiosRequestConfig) {
|
|
3498
|
+
return AccessApiFp(this.configuration).accessAppointmentRecordApproval(requestParameters.id, requestParameters.accessAppointmentRecordApprovalVo, options).then((request) => request(this.axios, this.basePath));
|
|
3499
|
+
}
|
|
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
|
+
|
|
2942
3525
|
/**
|
|
2943
3526
|
* 添加黑名单信息
|
|
2944
3527
|
* @summary 添加黑名单
|
|
@@ -3236,6 +3819,18 @@ export class AccessApi extends BaseAPI {
|
|
|
3236
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));
|
|
3237
3820
|
}
|
|
3238
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
|
+
|
|
3239
3834
|
/**
|
|
3240
3835
|
*
|
|
3241
3836
|
* @summary 修改出入白名单申请
|