@gizone/rrs-client 4.2.0-alpha.289 → 4.2.0-alpha.293
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +22 -0
- package/apis/access-api.ts +2107 -265
- package/apis/open-api-api.ts +92 -0
- package/dist/apis/access-api.d.ts +998 -39
- package/dist/apis/access-api.js +1434 -79
- package/dist/apis/open-api-api.d.ts +47 -0
- package/dist/apis/open-api-api.js +71 -0
- package/dist/esm/apis/access-api.d.ts +998 -39
- package/dist/esm/apis/access-api.js +1434 -79
- package/dist/esm/apis/open-api-api.d.ts +47 -0
- package/dist/esm/apis/open-api-api.js +71 -0
- 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-company-config-sort-vo.d.ts +30 -0
- package/dist/esm/models/access-company-config-sort-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 +22 -0
- package/dist/esm/models/index.js +22 -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-json-result-list-space-tree-dto.d.ts +1 -1
- package/dist/esm/models/json-result-list-space-tree-dto.d.ts +1 -1
- 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/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-company-config-sort-vo.d.ts +30 -0
- package/dist/models/access-company-config-sort-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 +22 -0
- package/dist/models/index.js +22 -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-json-result-list-space-tree-dto.d.ts +1 -1
- package/dist/models/json-result-list-space-tree-dto.d.ts +1 -1
- 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/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-company-config-sort-vo.ts +36 -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 +22 -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-json-result-list-space-tree-dto.ts +1 -1
- package/models/json-result-list-space-tree-dto.ts +1 -1
- 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/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,12 +22,28 @@ 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
|
|
31
|
+
import type { AccessCompanyConfigSortVo } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
27
33
|
import type { AccessConfigVo } from '../models';
|
|
28
34
|
// @ts-ignore
|
|
29
35
|
import type { AccessVisitorPersonTypeConfigVo } from '../models';
|
|
30
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
|
|
31
47
|
import type { AdmissionTermsRecordAddBO } from '../models';
|
|
32
48
|
// @ts-ignore
|
|
33
49
|
import type { AdmissionTermsRecordSearchBO } from '../models';
|
|
@@ -38,16 +54,28 @@ import type { AdmissionTermsRecordUpdateEnableBO } from '../models';
|
|
|
38
54
|
// @ts-ignore
|
|
39
55
|
import type { JsonResult } from '../models';
|
|
40
56
|
// @ts-ignore
|
|
57
|
+
import type { JsonResultAccessBlacklistDetailsDto } from '../models';
|
|
58
|
+
// @ts-ignore
|
|
41
59
|
import type { JsonResultAccessCompanyConfigEntity } from '../models';
|
|
42
60
|
// @ts-ignore
|
|
43
61
|
import type { JsonResultAccessConfigEntity } from '../models';
|
|
44
62
|
// @ts-ignore
|
|
63
|
+
import type { JsonResultAccessWhitelistApplicationDetailsDto } from '../models';
|
|
64
|
+
// @ts-ignore
|
|
45
65
|
import type { JsonResultAdmissionTermsRecordDetailsDTO } from '../models';
|
|
46
66
|
// @ts-ignore
|
|
47
67
|
import type { JsonResultBoolean } from '../models';
|
|
48
68
|
// @ts-ignore
|
|
69
|
+
import type { JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto } from '../models';
|
|
70
|
+
// @ts-ignore
|
|
71
|
+
import type { JsonResultInteger } from '../models';
|
|
72
|
+
// @ts-ignore
|
|
49
73
|
import type { JsonResultListAccessCompanyConfigEntity } from '../models';
|
|
50
74
|
// @ts-ignore
|
|
75
|
+
import type { JsonResultPageDtoAccessBlacklistDetailsDto } from '../models';
|
|
76
|
+
// @ts-ignore
|
|
77
|
+
import type { JsonResultPageDtoAccessWhitelistApplicationDetailsDto } from '../models';
|
|
78
|
+
// @ts-ignore
|
|
51
79
|
import type { JsonResultPageDtoAdmissionTermsRecordListDTO } from '../models';
|
|
52
80
|
// @ts-ignore
|
|
53
81
|
import type { JsonResultVoid } from '../models';
|
|
@@ -58,16 +86,16 @@ import type { JsonResultVoid } from '../models';
|
|
|
58
86
|
export const AccessApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
59
87
|
return {
|
|
60
88
|
/**
|
|
61
|
-
*
|
|
62
|
-
* @summary
|
|
63
|
-
* @param {
|
|
89
|
+
* 添加黑名单信息
|
|
90
|
+
* @summary 添加黑名单
|
|
91
|
+
* @param {AccessBlacklistAddVo} accessBlacklistAddVo
|
|
64
92
|
* @param {*} [options] Override http request option.
|
|
65
93
|
* @throws {RequiredError}
|
|
66
94
|
*/
|
|
67
|
-
|
|
68
|
-
// verify required parameter '
|
|
69
|
-
assertParamExists('
|
|
70
|
-
const localVarPath = `/access/
|
|
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`;
|
|
71
99
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
72
100
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
73
101
|
let baseOptions;
|
|
@@ -90,7 +118,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
90
118
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
91
119
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
92
120
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
93
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
121
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessBlacklistAddVo, localVarRequestOptions, configuration)
|
|
94
122
|
|
|
95
123
|
return {
|
|
96
124
|
url: toPathString(localVarUrlObj),
|
|
@@ -98,17 +126,18 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
98
126
|
};
|
|
99
127
|
},
|
|
100
128
|
/**
|
|
101
|
-
*
|
|
102
|
-
* @summary
|
|
103
|
-
* @param {number} id
|
|
129
|
+
* 批量导出黑名单信息
|
|
130
|
+
* @summary 批量导出黑名单
|
|
131
|
+
* @param {number} parkId 园区id
|
|
132
|
+
* @param {string} [searchValue] 搜索值
|
|
133
|
+
* @param {number} [accessCompanyId] 访问公司
|
|
104
134
|
* @param {*} [options] Override http request option.
|
|
105
135
|
* @throws {RequiredError}
|
|
106
136
|
*/
|
|
107
|
-
|
|
108
|
-
// verify required parameter '
|
|
109
|
-
assertParamExists('
|
|
110
|
-
const localVarPath = `/access/
|
|
111
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
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`;
|
|
112
141
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
113
142
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
114
143
|
let baseOptions;
|
|
@@ -116,7 +145,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
116
145
|
baseOptions = configuration.baseOptions;
|
|
117
146
|
}
|
|
118
147
|
|
|
119
|
-
const localVarRequestOptions = { method: '
|
|
148
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
120
149
|
const localVarHeaderParameter = {} as any;
|
|
121
150
|
const localVarQueryParameter = {} as any;
|
|
122
151
|
|
|
@@ -124,6 +153,18 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
124
153
|
// http bearer authentication required
|
|
125
154
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
126
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
|
+
|
|
127
168
|
|
|
128
169
|
|
|
129
170
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -136,16 +177,16 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
136
177
|
};
|
|
137
178
|
},
|
|
138
179
|
/**
|
|
139
|
-
*
|
|
140
|
-
* @summary
|
|
180
|
+
* 删除黑名单信息
|
|
181
|
+
* @summary 删除黑名单
|
|
141
182
|
* @param {number} id
|
|
142
183
|
* @param {*} [options] Override http request option.
|
|
143
184
|
* @throws {RequiredError}
|
|
144
185
|
*/
|
|
145
|
-
|
|
186
|
+
accessBlacklistDelete: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
146
187
|
// verify required parameter 'id' is not null or undefined
|
|
147
|
-
assertParamExists('
|
|
148
|
-
const localVarPath = `/access/
|
|
188
|
+
assertParamExists('accessBlacklistDelete', 'id', id)
|
|
189
|
+
const localVarPath = `/access/blacklist/{id}`
|
|
149
190
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
150
191
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
151
192
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -154,7 +195,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
154
195
|
baseOptions = configuration.baseOptions;
|
|
155
196
|
}
|
|
156
197
|
|
|
157
|
-
const localVarRequestOptions = { method: '
|
|
198
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
158
199
|
const localVarHeaderParameter = {} as any;
|
|
159
200
|
const localVarQueryParameter = {} as any;
|
|
160
201
|
|
|
@@ -174,16 +215,17 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
174
215
|
};
|
|
175
216
|
},
|
|
176
217
|
/**
|
|
177
|
-
*
|
|
178
|
-
* @summary
|
|
179
|
-
* @param {number}
|
|
218
|
+
* 获取指定ID的黑名单详情
|
|
219
|
+
* @summary 获取黑名单详情
|
|
220
|
+
* @param {number} id
|
|
180
221
|
* @param {*} [options] Override http request option.
|
|
181
222
|
* @throws {RequiredError}
|
|
182
223
|
*/
|
|
183
|
-
|
|
184
|
-
// verify required parameter '
|
|
185
|
-
assertParamExists('
|
|
186
|
-
const localVarPath = `/access/
|
|
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)));
|
|
187
229
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
188
230
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
189
231
|
let baseOptions;
|
|
@@ -199,10 +241,6 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
199
241
|
// http bearer authentication required
|
|
200
242
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
201
243
|
|
|
202
|
-
if (parkId !== undefined) {
|
|
203
|
-
localVarQueryParameter['parkId'] = parkId;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
244
|
|
|
207
245
|
|
|
208
246
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -215,20 +253,24 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
215
253
|
};
|
|
216
254
|
},
|
|
217
255
|
/**
|
|
218
|
-
*
|
|
219
|
-
* @summary
|
|
220
|
-
* @param {number} id
|
|
221
|
-
* @param {
|
|
256
|
+
* 查询黑名单列表
|
|
257
|
+
* @summary 查询黑名单列表
|
|
258
|
+
* @param {number} parkId 园区id
|
|
259
|
+
* @param {number} page 页码
|
|
260
|
+
* @param {number} pageSize 每页数量
|
|
261
|
+
* @param {string} [searchValue] 搜索值
|
|
262
|
+
* @param {number} [accessCompanyId] 访问公司
|
|
222
263
|
* @param {*} [options] Override http request option.
|
|
223
264
|
* @throws {RequiredError}
|
|
224
265
|
*/
|
|
225
|
-
|
|
226
|
-
// verify required parameter '
|
|
227
|
-
assertParamExists('
|
|
228
|
-
// verify required parameter '
|
|
229
|
-
assertParamExists('
|
|
230
|
-
|
|
231
|
-
|
|
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`;
|
|
232
274
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
233
275
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
234
276
|
let baseOptions;
|
|
@@ -236,7 +278,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
236
278
|
baseOptions = configuration.baseOptions;
|
|
237
279
|
}
|
|
238
280
|
|
|
239
|
-
const localVarRequestOptions = { method: '
|
|
281
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
240
282
|
const localVarHeaderParameter = {} as any;
|
|
241
283
|
const localVarQueryParameter = {} as any;
|
|
242
284
|
|
|
@@ -244,58 +286,31 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
244
286
|
// http bearer authentication required
|
|
245
287
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
246
288
|
|
|
289
|
+
if (parkId !== undefined) {
|
|
290
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
291
|
+
}
|
|
247
292
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
252
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
253
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
254
|
-
localVarRequestOptions.data = serializeDataIfNeeded(accessCompanyConfigAddOrUpdateVo, localVarRequestOptions, configuration)
|
|
293
|
+
if (page !== undefined) {
|
|
294
|
+
localVarQueryParameter['page'] = page;
|
|
295
|
+
}
|
|
255
296
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
options: localVarRequestOptions,
|
|
259
|
-
};
|
|
260
|
-
},
|
|
261
|
-
/**
|
|
262
|
-
*
|
|
263
|
-
* @summary 编辑出入访问公司人员类型
|
|
264
|
-
* @param {number} id
|
|
265
|
-
* @param {Array<AccessVisitorPersonTypeConfigVo>} accessVisitorPersonTypeConfigVo
|
|
266
|
-
* @param {*} [options] Override http request option.
|
|
267
|
-
* @throws {RequiredError}
|
|
268
|
-
*/
|
|
269
|
-
accessCompanyVisitorPersonTypeConfigsUpdate: async (id: number, accessVisitorPersonTypeConfigVo: Array<AccessVisitorPersonTypeConfigVo>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
270
|
-
// verify required parameter 'id' is not null or undefined
|
|
271
|
-
assertParamExists('accessCompanyVisitorPersonTypeConfigsUpdate', 'id', id)
|
|
272
|
-
// verify required parameter 'accessVisitorPersonTypeConfigVo' is not null or undefined
|
|
273
|
-
assertParamExists('accessCompanyVisitorPersonTypeConfigsUpdate', 'accessVisitorPersonTypeConfigVo', accessVisitorPersonTypeConfigVo)
|
|
274
|
-
const localVarPath = `/access/company-config/{id}/visitorPersonType`
|
|
275
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
276
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
277
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
278
|
-
let baseOptions;
|
|
279
|
-
if (configuration) {
|
|
280
|
-
baseOptions = configuration.baseOptions;
|
|
297
|
+
if (pageSize !== undefined) {
|
|
298
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
281
299
|
}
|
|
282
300
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
301
|
+
if (searchValue !== undefined) {
|
|
302
|
+
localVarQueryParameter['searchValue'] = searchValue;
|
|
303
|
+
}
|
|
286
304
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
305
|
+
if (accessCompanyId !== undefined) {
|
|
306
|
+
localVarQueryParameter['accessCompanyId'] = accessCompanyId;
|
|
307
|
+
}
|
|
290
308
|
|
|
291
309
|
|
|
292
310
|
|
|
293
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
294
|
-
|
|
295
311
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
296
312
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
297
313
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
298
|
-
localVarRequestOptions.data = serializeDataIfNeeded(accessVisitorPersonTypeConfigVo, localVarRequestOptions, configuration)
|
|
299
314
|
|
|
300
315
|
return {
|
|
301
316
|
url: toPathString(localVarUrlObj),
|
|
@@ -303,17 +318,20 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
303
318
|
};
|
|
304
319
|
},
|
|
305
320
|
/**
|
|
306
|
-
*
|
|
307
|
-
* @summary
|
|
308
|
-
* @param {number}
|
|
321
|
+
* 修改黑名单信息
|
|
322
|
+
* @summary 修改黑名单
|
|
323
|
+
* @param {number} id
|
|
324
|
+
* @param {AccessBlacklistUpdateVo} accessBlacklistUpdateVo
|
|
309
325
|
* @param {*} [options] Override http request option.
|
|
310
326
|
* @throws {RequiredError}
|
|
311
327
|
*/
|
|
312
|
-
|
|
313
|
-
// verify required parameter '
|
|
314
|
-
assertParamExists('
|
|
315
|
-
|
|
316
|
-
|
|
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)));
|
|
317
335
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
318
336
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
319
337
|
let baseOptions;
|
|
@@ -321,7 +339,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
321
339
|
baseOptions = configuration.baseOptions;
|
|
322
340
|
}
|
|
323
341
|
|
|
324
|
-
const localVarRequestOptions = { method: '
|
|
342
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
325
343
|
const localVarHeaderParameter = {} as any;
|
|
326
344
|
const localVarQueryParameter = {} as any;
|
|
327
345
|
|
|
@@ -331,9 +349,12 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
331
349
|
|
|
332
350
|
|
|
333
351
|
|
|
352
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
353
|
+
|
|
334
354
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
335
355
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
336
356
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
357
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessBlacklistUpdateVo, localVarRequestOptions, configuration)
|
|
337
358
|
|
|
338
359
|
return {
|
|
339
360
|
url: toPathString(localVarUrlObj),
|
|
@@ -341,20 +362,16 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
341
362
|
};
|
|
342
363
|
},
|
|
343
364
|
/**
|
|
344
|
-
*
|
|
345
|
-
* @summary
|
|
346
|
-
* @param {
|
|
347
|
-
* @param {AccessConfigVo} accessConfigVo
|
|
365
|
+
*
|
|
366
|
+
* @summary 新增出入访问公司
|
|
367
|
+
* @param {AccessCompanyConfigAddOrUpdateVo} accessCompanyConfigAddOrUpdateVo
|
|
348
368
|
* @param {*} [options] Override http request option.
|
|
349
369
|
* @throws {RequiredError}
|
|
350
370
|
*/
|
|
351
|
-
|
|
352
|
-
// verify required parameter '
|
|
353
|
-
assertParamExists('
|
|
354
|
-
|
|
355
|
-
assertParamExists('accessConfigUpdate', 'accessConfigVo', accessConfigVo)
|
|
356
|
-
const localVarPath = `/access/config/{parkId}`
|
|
357
|
-
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
371
|
+
accessCompanyConfigAdd: async (accessCompanyConfigAddOrUpdateVo: AccessCompanyConfigAddOrUpdateVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
372
|
+
// verify required parameter 'accessCompanyConfigAddOrUpdateVo' is not null or undefined
|
|
373
|
+
assertParamExists('accessCompanyConfigAdd', 'accessCompanyConfigAddOrUpdateVo', accessCompanyConfigAddOrUpdateVo)
|
|
374
|
+
const localVarPath = `/access/company-config`;
|
|
358
375
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
359
376
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
360
377
|
let baseOptions;
|
|
@@ -377,7 +394,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
377
394
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
378
395
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
379
396
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
380
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
397
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessCompanyConfigAddOrUpdateVo, localVarRequestOptions, configuration)
|
|
381
398
|
|
|
382
399
|
return {
|
|
383
400
|
url: toPathString(localVarUrlObj),
|
|
@@ -386,15 +403,15 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
386
403
|
},
|
|
387
404
|
/**
|
|
388
405
|
*
|
|
389
|
-
* @summary
|
|
390
|
-
* @param {
|
|
406
|
+
* @summary 批量更新出入访问公司排序
|
|
407
|
+
* @param {Array<AccessCompanyConfigSortVo>} accessCompanyConfigSortVo
|
|
391
408
|
* @param {*} [options] Override http request option.
|
|
392
409
|
* @throws {RequiredError}
|
|
393
410
|
*/
|
|
394
|
-
|
|
395
|
-
// verify required parameter '
|
|
396
|
-
assertParamExists('
|
|
397
|
-
const localVarPath = `/
|
|
411
|
+
accessCompanyConfigBatchUpdateSort: async (accessCompanyConfigSortVo: Array<AccessCompanyConfigSortVo>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
412
|
+
// verify required parameter 'accessCompanyConfigSortVo' is not null or undefined
|
|
413
|
+
assertParamExists('accessCompanyConfigBatchUpdateSort', 'accessCompanyConfigSortVo', accessCompanyConfigSortVo)
|
|
414
|
+
const localVarPath = `/access/company-config/batch/sort`;
|
|
398
415
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
399
416
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
400
417
|
let baseOptions;
|
|
@@ -402,7 +419,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
402
419
|
baseOptions = configuration.baseOptions;
|
|
403
420
|
}
|
|
404
421
|
|
|
405
|
-
const localVarRequestOptions = { method: '
|
|
422
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
406
423
|
const localVarHeaderParameter = {} as any;
|
|
407
424
|
const localVarQueryParameter = {} as any;
|
|
408
425
|
|
|
@@ -417,7 +434,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
417
434
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
418
435
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
419
436
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
420
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
437
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessCompanyConfigSortVo, localVarRequestOptions, configuration)
|
|
421
438
|
|
|
422
439
|
return {
|
|
423
440
|
url: toPathString(localVarUrlObj),
|
|
@@ -426,15 +443,15 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
426
443
|
},
|
|
427
444
|
/**
|
|
428
445
|
*
|
|
429
|
-
* @summary
|
|
446
|
+
* @summary 删除出入访问公司
|
|
430
447
|
* @param {number} id
|
|
431
448
|
* @param {*} [options] Override http request option.
|
|
432
449
|
* @throws {RequiredError}
|
|
433
450
|
*/
|
|
434
|
-
|
|
451
|
+
accessCompanyConfigDelete: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
435
452
|
// verify required parameter 'id' is not null or undefined
|
|
436
|
-
assertParamExists('
|
|
437
|
-
const localVarPath = `/
|
|
453
|
+
assertParamExists('accessCompanyConfigDelete', 'id', id)
|
|
454
|
+
const localVarPath = `/access/company-config/{id}`
|
|
438
455
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
439
456
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
440
457
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -464,15 +481,15 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
464
481
|
},
|
|
465
482
|
/**
|
|
466
483
|
*
|
|
467
|
-
* @summary
|
|
484
|
+
* @summary 查询出入访问公司详情
|
|
468
485
|
* @param {number} id
|
|
469
486
|
* @param {*} [options] Override http request option.
|
|
470
487
|
* @throws {RequiredError}
|
|
471
488
|
*/
|
|
472
|
-
|
|
489
|
+
accessCompanyConfigSelectById: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
473
490
|
// verify required parameter 'id' is not null or undefined
|
|
474
|
-
assertParamExists('
|
|
475
|
-
const localVarPath = `/
|
|
491
|
+
assertParamExists('accessCompanyConfigSelectById', 'id', id)
|
|
492
|
+
const localVarPath = `/access/company-config/{id}`
|
|
476
493
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
477
494
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
478
495
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -502,15 +519,15 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
502
519
|
},
|
|
503
520
|
/**
|
|
504
521
|
*
|
|
505
|
-
* @summary
|
|
506
|
-
* @param {
|
|
522
|
+
* @summary 查询出入访问公司列表
|
|
523
|
+
* @param {number} parkId 园区ID
|
|
507
524
|
* @param {*} [options] Override http request option.
|
|
508
525
|
* @throws {RequiredError}
|
|
509
526
|
*/
|
|
510
|
-
|
|
511
|
-
// verify required parameter '
|
|
512
|
-
assertParamExists('
|
|
513
|
-
const localVarPath = `/
|
|
527
|
+
accessCompanyConfigSelectList: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
528
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
529
|
+
assertParamExists('accessCompanyConfigSelectList', 'parkId', parkId)
|
|
530
|
+
const localVarPath = `/access/company-config`;
|
|
514
531
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
515
532
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
516
533
|
let baseOptions;
|
|
@@ -526,10 +543,8 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
526
543
|
// http bearer authentication required
|
|
527
544
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
528
545
|
|
|
529
|
-
if (
|
|
530
|
-
|
|
531
|
-
localVarQueryParameter[key] = value;
|
|
532
|
-
}
|
|
546
|
+
if (parkId !== undefined) {
|
|
547
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
533
548
|
}
|
|
534
549
|
|
|
535
550
|
|
|
@@ -545,16 +560,19 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
545
560
|
},
|
|
546
561
|
/**
|
|
547
562
|
*
|
|
548
|
-
* @summary
|
|
549
|
-
* @param {number}
|
|
550
|
-
* @param {
|
|
563
|
+
* @summary 编辑出入访问公司
|
|
564
|
+
* @param {number} id
|
|
565
|
+
* @param {AccessCompanyConfigAddOrUpdateVo} accessCompanyConfigAddOrUpdateVo
|
|
551
566
|
* @param {*} [options] Override http request option.
|
|
552
567
|
* @throws {RequiredError}
|
|
553
568
|
*/
|
|
554
|
-
|
|
555
|
-
// verify required parameter '
|
|
556
|
-
assertParamExists('
|
|
557
|
-
|
|
569
|
+
accessCompanyConfigUpdate: async (id: number, accessCompanyConfigAddOrUpdateVo: AccessCompanyConfigAddOrUpdateVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
570
|
+
// verify required parameter 'id' is not null or undefined
|
|
571
|
+
assertParamExists('accessCompanyConfigUpdate', 'id', id)
|
|
572
|
+
// verify required parameter 'accessCompanyConfigAddOrUpdateVo' is not null or undefined
|
|
573
|
+
assertParamExists('accessCompanyConfigUpdate', 'accessCompanyConfigAddOrUpdateVo', accessCompanyConfigAddOrUpdateVo)
|
|
574
|
+
const localVarPath = `/access/company-config/{id}`
|
|
575
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
558
576
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
559
577
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
560
578
|
let baseOptions;
|
|
@@ -562,7 +580,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
562
580
|
baseOptions = configuration.baseOptions;
|
|
563
581
|
}
|
|
564
582
|
|
|
565
|
-
const localVarRequestOptions = { method: '
|
|
583
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
566
584
|
const localVarHeaderParameter = {} as any;
|
|
567
585
|
const localVarQueryParameter = {} as any;
|
|
568
586
|
|
|
@@ -570,19 +588,14 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
570
588
|
// http bearer authentication required
|
|
571
589
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
572
590
|
|
|
573
|
-
if (parkId !== undefined) {
|
|
574
|
-
localVarQueryParameter['parkId'] = parkId;
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
if (type !== undefined) {
|
|
578
|
-
localVarQueryParameter['type'] = type;
|
|
579
|
-
}
|
|
580
|
-
|
|
581
591
|
|
|
582
592
|
|
|
593
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
594
|
+
|
|
583
595
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
584
596
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
585
597
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
598
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessCompanyConfigAddOrUpdateVo, localVarRequestOptions, configuration)
|
|
586
599
|
|
|
587
600
|
return {
|
|
588
601
|
url: toPathString(localVarUrlObj),
|
|
@@ -591,18 +604,18 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
591
604
|
},
|
|
592
605
|
/**
|
|
593
606
|
*
|
|
594
|
-
* @summary
|
|
607
|
+
* @summary 编辑出入访问公司人员类型
|
|
595
608
|
* @param {number} id
|
|
596
|
-
* @param {
|
|
609
|
+
* @param {Array<AccessVisitorPersonTypeConfigVo>} accessVisitorPersonTypeConfigVo
|
|
597
610
|
* @param {*} [options] Override http request option.
|
|
598
611
|
* @throws {RequiredError}
|
|
599
612
|
*/
|
|
600
|
-
|
|
613
|
+
accessCompanyVisitorPersonTypeConfigsUpdate: async (id: number, accessVisitorPersonTypeConfigVo: Array<AccessVisitorPersonTypeConfigVo>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
601
614
|
// verify required parameter 'id' is not null or undefined
|
|
602
|
-
assertParamExists('
|
|
603
|
-
// verify required parameter '
|
|
604
|
-
assertParamExists('
|
|
605
|
-
const localVarPath = `/
|
|
615
|
+
assertParamExists('accessCompanyVisitorPersonTypeConfigsUpdate', 'id', id)
|
|
616
|
+
// verify required parameter 'accessVisitorPersonTypeConfigVo' is not null or undefined
|
|
617
|
+
assertParamExists('accessCompanyVisitorPersonTypeConfigsUpdate', 'accessVisitorPersonTypeConfigVo', accessVisitorPersonTypeConfigVo)
|
|
618
|
+
const localVarPath = `/access/company-config/{id}/visitorPersonType`
|
|
606
619
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
607
620
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
608
621
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -626,7 +639,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
626
639
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
627
640
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
628
641
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
629
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
642
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessVisitorPersonTypeConfigVo, localVarRequestOptions, configuration)
|
|
630
643
|
|
|
631
644
|
return {
|
|
632
645
|
url: toPathString(localVarUrlObj),
|
|
@@ -634,15 +647,845 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
634
647
|
};
|
|
635
648
|
},
|
|
636
649
|
/**
|
|
637
|
-
*
|
|
638
|
-
* @summary
|
|
639
|
-
* @param {number}
|
|
640
|
-
* @param {AdmissionTermsRecordUpdateEnableBO} admissionTermsRecordUpdateEnableBO
|
|
650
|
+
* 根据园区ID查询出入配置
|
|
651
|
+
* @summary 查询出入配置
|
|
652
|
+
* @param {number} parkId
|
|
641
653
|
* @param {*} [options] Override http request option.
|
|
642
654
|
* @throws {RequiredError}
|
|
643
655
|
*/
|
|
644
|
-
|
|
645
|
-
// verify required parameter '
|
|
656
|
+
accessConfigSelectById: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
657
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
658
|
+
assertParamExists('accessConfigSelectById', 'parkId', parkId)
|
|
659
|
+
const localVarPath = `/access/config/{parkId}`
|
|
660
|
+
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
661
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
662
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
663
|
+
let baseOptions;
|
|
664
|
+
if (configuration) {
|
|
665
|
+
baseOptions = configuration.baseOptions;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
669
|
+
const localVarHeaderParameter = {} as any;
|
|
670
|
+
const localVarQueryParameter = {} as any;
|
|
671
|
+
|
|
672
|
+
// authentication tokenScheme required
|
|
673
|
+
// http bearer authentication required
|
|
674
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
679
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
680
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
681
|
+
|
|
682
|
+
return {
|
|
683
|
+
url: toPathString(localVarUrlObj),
|
|
684
|
+
options: localVarRequestOptions,
|
|
685
|
+
};
|
|
686
|
+
},
|
|
687
|
+
/**
|
|
688
|
+
* 根据园区ID更新出入配置
|
|
689
|
+
* @summary 更新出入配置
|
|
690
|
+
* @param {number} parkId
|
|
691
|
+
* @param {AccessConfigVo} accessConfigVo
|
|
692
|
+
* @param {*} [options] Override http request option.
|
|
693
|
+
* @throws {RequiredError}
|
|
694
|
+
*/
|
|
695
|
+
accessConfigUpdate: async (parkId: number, accessConfigVo: AccessConfigVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
696
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
697
|
+
assertParamExists('accessConfigUpdate', 'parkId', parkId)
|
|
698
|
+
// verify required parameter 'accessConfigVo' is not null or undefined
|
|
699
|
+
assertParamExists('accessConfigUpdate', 'accessConfigVo', accessConfigVo)
|
|
700
|
+
const localVarPath = `/access/config/{parkId}`
|
|
701
|
+
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
702
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
703
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
704
|
+
let baseOptions;
|
|
705
|
+
if (configuration) {
|
|
706
|
+
baseOptions = configuration.baseOptions;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
710
|
+
const localVarHeaderParameter = {} as any;
|
|
711
|
+
const localVarQueryParameter = {} as any;
|
|
712
|
+
|
|
713
|
+
// authentication tokenScheme required
|
|
714
|
+
// http bearer authentication required
|
|
715
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
720
|
+
|
|
721
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
722
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
723
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
724
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessConfigVo, localVarRequestOptions, configuration)
|
|
725
|
+
|
|
726
|
+
return {
|
|
727
|
+
url: toPathString(localVarUrlObj),
|
|
728
|
+
options: localVarRequestOptions,
|
|
729
|
+
};
|
|
730
|
+
},
|
|
731
|
+
/**
|
|
732
|
+
*
|
|
733
|
+
* @summary 新增出入白名单申请
|
|
734
|
+
* @param {AccessWhitelistApplicationAddVo} accessWhitelistApplicationAddVo
|
|
735
|
+
* @param {*} [options] Override http request option.
|
|
736
|
+
* @throws {RequiredError}
|
|
737
|
+
*/
|
|
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`;
|
|
742
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
743
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
744
|
+
let baseOptions;
|
|
745
|
+
if (configuration) {
|
|
746
|
+
baseOptions = configuration.baseOptions;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
750
|
+
const localVarHeaderParameter = {} as any;
|
|
751
|
+
const localVarQueryParameter = {} as any;
|
|
752
|
+
|
|
753
|
+
// authentication tokenScheme required
|
|
754
|
+
// http bearer authentication required
|
|
755
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
760
|
+
|
|
761
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
762
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
763
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
764
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessWhitelistApplicationAddVo, localVarRequestOptions, configuration)
|
|
765
|
+
|
|
766
|
+
return {
|
|
767
|
+
url: toPathString(localVarUrlObj),
|
|
768
|
+
options: localVarRequestOptions,
|
|
769
|
+
};
|
|
770
|
+
},
|
|
771
|
+
/**
|
|
772
|
+
*
|
|
773
|
+
* @summary 审批出入白名单申请
|
|
774
|
+
* @param {number} id
|
|
775
|
+
* @param {AccessWhitelistApplicationApprovalVo} accessWhitelistApplicationApprovalVo
|
|
776
|
+
* @param {*} [options] Override http request option.
|
|
777
|
+
* @throws {RequiredError}
|
|
778
|
+
*/
|
|
779
|
+
accessWhitelistApplicationApproval: async (id: number, accessWhitelistApplicationApprovalVo: AccessWhitelistApplicationApprovalVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
780
|
+
// verify required parameter 'id' is not null or undefined
|
|
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}`
|
|
785
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
786
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
787
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
788
|
+
let baseOptions;
|
|
789
|
+
if (configuration) {
|
|
790
|
+
baseOptions = configuration.baseOptions;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
794
|
+
const localVarHeaderParameter = {} as any;
|
|
795
|
+
const localVarQueryParameter = {} as any;
|
|
796
|
+
|
|
797
|
+
// authentication tokenScheme required
|
|
798
|
+
// http bearer authentication required
|
|
799
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
804
|
+
|
|
805
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
806
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
807
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
808
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessWhitelistApplicationApprovalVo, localVarRequestOptions, configuration)
|
|
809
|
+
|
|
810
|
+
return {
|
|
811
|
+
url: toPathString(localVarUrlObj),
|
|
812
|
+
options: localVarRequestOptions,
|
|
813
|
+
};
|
|
814
|
+
},
|
|
815
|
+
/**
|
|
816
|
+
*
|
|
817
|
+
* @summary 出入白名单申请-导出
|
|
818
|
+
* @param {number} parkId 园区ID
|
|
819
|
+
* @param {string} [searchValue] 搜索值
|
|
820
|
+
* @param {number} [accessCompanyId] 访问公司
|
|
821
|
+
* @param {AccessVisitorPersonTypeEnum} [accessVisitorPersonType] 访问人员类型
|
|
822
|
+
* @param {AccessWhitelistApplicationStatusEnum} [applicationStatus] 申请状态
|
|
823
|
+
* @param {*} [options] Override http request option.
|
|
824
|
+
* @throws {RequiredError}
|
|
825
|
+
*/
|
|
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`;
|
|
830
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
831
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
832
|
+
let baseOptions;
|
|
833
|
+
if (configuration) {
|
|
834
|
+
baseOptions = configuration.baseOptions;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
838
|
+
const localVarHeaderParameter = {} as any;
|
|
839
|
+
const localVarQueryParameter = {} as any;
|
|
840
|
+
|
|
841
|
+
// authentication tokenScheme required
|
|
842
|
+
// http bearer authentication required
|
|
843
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
844
|
+
|
|
845
|
+
if (parkId !== undefined) {
|
|
846
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
847
|
+
}
|
|
848
|
+
|
|
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
|
+
|
|
867
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
868
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
869
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
870
|
+
|
|
871
|
+
return {
|
|
872
|
+
url: toPathString(localVarUrlObj),
|
|
873
|
+
options: localVarRequestOptions,
|
|
874
|
+
};
|
|
875
|
+
},
|
|
876
|
+
/**
|
|
877
|
+
*
|
|
878
|
+
* @summary 出入白名单申请-确认导入
|
|
879
|
+
* @param {*} [options] Override http request option.
|
|
880
|
+
* @throws {RequiredError}
|
|
881
|
+
*/
|
|
882
|
+
accessWhitelistApplicationBatchImportConfirm: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
883
|
+
const localVarPath = `/access/whitelist/application/batchImport/confirm`;
|
|
884
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
885
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
886
|
+
let baseOptions;
|
|
887
|
+
if (configuration) {
|
|
888
|
+
baseOptions = configuration.baseOptions;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
892
|
+
const localVarHeaderParameter = {} as any;
|
|
893
|
+
const localVarQueryParameter = {} as any;
|
|
894
|
+
|
|
895
|
+
// authentication tokenScheme required
|
|
896
|
+
// http bearer authentication required
|
|
897
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
902
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
903
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
904
|
+
|
|
905
|
+
return {
|
|
906
|
+
url: toPathString(localVarUrlObj),
|
|
907
|
+
options: localVarRequestOptions,
|
|
908
|
+
};
|
|
909
|
+
},
|
|
910
|
+
/**
|
|
911
|
+
*
|
|
912
|
+
* @summary 出入白名单申请-预览结果
|
|
913
|
+
* @param {*} [options] Override http request option.
|
|
914
|
+
* @throws {RequiredError}
|
|
915
|
+
*/
|
|
916
|
+
accessWhitelistApplicationBatchImportPreview: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
917
|
+
const localVarPath = `/access/whitelist/application/batchImport/preview`;
|
|
918
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
919
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
920
|
+
let baseOptions;
|
|
921
|
+
if (configuration) {
|
|
922
|
+
baseOptions = configuration.baseOptions;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
926
|
+
const localVarHeaderParameter = {} as any;
|
|
927
|
+
const localVarQueryParameter = {} as any;
|
|
928
|
+
|
|
929
|
+
// authentication tokenScheme required
|
|
930
|
+
// http bearer authentication required
|
|
931
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
936
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
937
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
938
|
+
|
|
939
|
+
return {
|
|
940
|
+
url: toPathString(localVarUrlObj),
|
|
941
|
+
options: localVarRequestOptions,
|
|
942
|
+
};
|
|
943
|
+
},
|
|
944
|
+
/**
|
|
945
|
+
*
|
|
946
|
+
* @summary 出入白名单申请-模板
|
|
947
|
+
* @param {*} [options] Override http request option.
|
|
948
|
+
* @throws {RequiredError}
|
|
949
|
+
*/
|
|
950
|
+
accessWhitelistApplicationBatchImportTemplate: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
951
|
+
const localVarPath = `/access/whitelist/application/batchImport/template`;
|
|
952
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
953
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
954
|
+
let baseOptions;
|
|
955
|
+
if (configuration) {
|
|
956
|
+
baseOptions = configuration.baseOptions;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
960
|
+
const localVarHeaderParameter = {} as any;
|
|
961
|
+
const localVarQueryParameter = {} as any;
|
|
962
|
+
|
|
963
|
+
// authentication tokenScheme required
|
|
964
|
+
// http bearer authentication required
|
|
965
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
970
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
971
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
972
|
+
|
|
973
|
+
return {
|
|
974
|
+
url: toPathString(localVarUrlObj),
|
|
975
|
+
options: localVarRequestOptions,
|
|
976
|
+
};
|
|
977
|
+
},
|
|
978
|
+
/**
|
|
979
|
+
*
|
|
980
|
+
* @summary 出入白名单申请-上传文件
|
|
981
|
+
* @param {number} parkId 园区id
|
|
982
|
+
* @param {File} file
|
|
983
|
+
* @param {string} [language] 语言
|
|
984
|
+
* @param {*} [options] Override http request option.
|
|
985
|
+
* @throws {RequiredError}
|
|
986
|
+
*/
|
|
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`;
|
|
993
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
994
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
995
|
+
let baseOptions;
|
|
996
|
+
if (configuration) {
|
|
997
|
+
baseOptions = configuration.baseOptions;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1001
|
+
const localVarHeaderParameter = {} as any;
|
|
1002
|
+
const localVarQueryParameter = {} as any;
|
|
1003
|
+
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
1004
|
+
|
|
1005
|
+
// authentication tokenScheme required
|
|
1006
|
+
// http bearer authentication required
|
|
1007
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1008
|
+
|
|
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';
|
|
1024
|
+
|
|
1025
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1026
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1027
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1028
|
+
localVarRequestOptions.data = localVarFormParams;
|
|
1029
|
+
|
|
1030
|
+
return {
|
|
1031
|
+
url: toPathString(localVarUrlObj),
|
|
1032
|
+
options: localVarRequestOptions,
|
|
1033
|
+
};
|
|
1034
|
+
},
|
|
1035
|
+
/**
|
|
1036
|
+
*
|
|
1037
|
+
* @summary 删除出入白名单申请
|
|
1038
|
+
* @param {number} id
|
|
1039
|
+
* @param {*} [options] Override http request option.
|
|
1040
|
+
* @throws {RequiredError}
|
|
1041
|
+
*/
|
|
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
|
+
};
|
|
1072
|
+
},
|
|
1073
|
+
/**
|
|
1074
|
+
*
|
|
1075
|
+
* @summary 获取出入白名单申请详情
|
|
1076
|
+
* @param {number} id
|
|
1077
|
+
* @param {*} [options] Override http request option.
|
|
1078
|
+
* @throws {RequiredError}
|
|
1079
|
+
*/
|
|
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
|
+
};
|
|
1110
|
+
},
|
|
1111
|
+
/**
|
|
1112
|
+
*
|
|
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] 申请状态
|
|
1121
|
+
* @param {*} [options] Override http request option.
|
|
1122
|
+
* @throws {RequiredError}
|
|
1123
|
+
*/
|
|
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
|
+
};
|
|
1185
|
+
},
|
|
1186
|
+
/**
|
|
1187
|
+
*
|
|
1188
|
+
* @summary 修改出入白名单申请
|
|
1189
|
+
* @param {number} id
|
|
1190
|
+
* @param {AccessWhitelistApplicationUpdateVo} accessWhitelistApplicationUpdateVo
|
|
1191
|
+
* @param {*} [options] Override http request option.
|
|
1192
|
+
* @throws {RequiredError}
|
|
1193
|
+
*/
|
|
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
|
+
};
|
|
1229
|
+
},
|
|
1230
|
+
/**
|
|
1231
|
+
*
|
|
1232
|
+
* @summary 添加入园条款
|
|
1233
|
+
* @param {AdmissionTermsRecordAddBO} admissionTermsRecordAddBO
|
|
1234
|
+
* @param {*} [options] Override http request option.
|
|
1235
|
+
* @throws {RequiredError}
|
|
1236
|
+
*/
|
|
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
|
|
646
1489
|
assertParamExists('updateEntryTermStatus', 'id', id)
|
|
647
1490
|
// verify required parameter 'admissionTermsRecordUpdateEnableBO' is not null or undefined
|
|
648
1491
|
assertParamExists('updateEntryTermStatus', 'admissionTermsRecordUpdateEnableBO', admissionTermsRecordUpdateEnableBO)
|
|
@@ -687,6 +1530,91 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
687
1530
|
export const AccessApiFp = function(configuration?: Configuration) {
|
|
688
1531
|
const localVarAxiosParamCreator = AccessApiAxiosParamCreator(configuration)
|
|
689
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
|
+
},
|
|
690
1618
|
/**
|
|
691
1619
|
*
|
|
692
1620
|
* @summary 新增出入访问公司
|
|
@@ -700,6 +1628,19 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
700
1628
|
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessCompanyConfigAdd']?.[localVarOperationServerIndex]?.url;
|
|
701
1629
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
702
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
|
+
},
|
|
703
1644
|
/**
|
|
704
1645
|
*
|
|
705
1646
|
* @summary 删除出入访问公司
|
|
@@ -794,6 +1735,160 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
794
1735
|
const localVarOperationServerBasePath = operationServerMap['AccessApi.accessConfigUpdate']?.[localVarOperationServerIndex]?.url;
|
|
795
1736
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
796
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
|
+
},
|
|
797
1892
|
/**
|
|
798
1893
|
*
|
|
799
1894
|
* @summary 添加入园条款
|
|
@@ -876,107 +1971,284 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
876
1971
|
},
|
|
877
1972
|
/**
|
|
878
1973
|
*
|
|
879
|
-
* @summary 修改入园条款状态
|
|
880
|
-
* @param {number} id
|
|
881
|
-
* @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.
|
|
2160
|
+
* @param {*} [options] Override http request option.
|
|
2161
|
+
* @throws {RequiredError}
|
|
2162
|
+
*/
|
|
2163
|
+
accessWhitelistApplicationApproval(requestParameters: AccessApiAccessWhitelistApplicationApprovalRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2164
|
+
return localVarFp.accessWhitelistApplicationApproval(requestParameters.id, requestParameters.accessWhitelistApplicationApprovalVo, options).then((request) => request(axios, basePath));
|
|
2165
|
+
},
|
|
2166
|
+
/**
|
|
2167
|
+
*
|
|
2168
|
+
* @summary 出入白名单申请-导出
|
|
2169
|
+
* @param {AccessApiAccessWhitelistApplicationBatchExportRequest} requestParameters Request parameters.
|
|
882
2170
|
* @param {*} [options] Override http request option.
|
|
883
2171
|
* @throws {RequiredError}
|
|
884
2172
|
*/
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
888
|
-
const localVarOperationServerBasePath = operationServerMap['AccessApi.updateEntryTermStatus']?.[localVarOperationServerIndex]?.url;
|
|
889
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
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));
|
|
890
2175
|
},
|
|
891
|
-
}
|
|
892
|
-
};
|
|
893
|
-
|
|
894
|
-
/**
|
|
895
|
-
* AccessApi - factory interface
|
|
896
|
-
* @export
|
|
897
|
-
*/
|
|
898
|
-
export const AccessApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
899
|
-
const localVarFp = AccessApiFp(configuration)
|
|
900
|
-
return {
|
|
901
2176
|
/**
|
|
902
2177
|
*
|
|
903
|
-
* @summary
|
|
904
|
-
* @param {AccessApiAccessCompanyConfigAddRequest} requestParameters Request parameters.
|
|
2178
|
+
* @summary 出入白名单申请-确认导入
|
|
905
2179
|
* @param {*} [options] Override http request option.
|
|
906
2180
|
* @throws {RequiredError}
|
|
907
2181
|
*/
|
|
908
|
-
|
|
909
|
-
return localVarFp.
|
|
2182
|
+
accessWhitelistApplicationBatchImportConfirm(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto> {
|
|
2183
|
+
return localVarFp.accessWhitelistApplicationBatchImportConfirm(options).then((request) => request(axios, basePath));
|
|
910
2184
|
},
|
|
911
2185
|
/**
|
|
912
2186
|
*
|
|
913
|
-
* @summary
|
|
914
|
-
* @param {AccessApiAccessCompanyConfigDeleteRequest} requestParameters Request parameters.
|
|
2187
|
+
* @summary 出入白名单申请-预览结果
|
|
915
2188
|
* @param {*} [options] Override http request option.
|
|
916
2189
|
* @throws {RequiredError}
|
|
917
2190
|
*/
|
|
918
|
-
|
|
919
|
-
return localVarFp.
|
|
2191
|
+
accessWhitelistApplicationBatchImportPreview(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto> {
|
|
2192
|
+
return localVarFp.accessWhitelistApplicationBatchImportPreview(options).then((request) => request(axios, basePath));
|
|
920
2193
|
},
|
|
921
2194
|
/**
|
|
922
2195
|
*
|
|
923
|
-
* @summary
|
|
924
|
-
* @param {AccessApiAccessCompanyConfigSelectByIdRequest} requestParameters Request parameters.
|
|
2196
|
+
* @summary 出入白名单申请-模板
|
|
925
2197
|
* @param {*} [options] Override http request option.
|
|
926
2198
|
* @throws {RequiredError}
|
|
927
2199
|
*/
|
|
928
|
-
|
|
929
|
-
return localVarFp.
|
|
2200
|
+
accessWhitelistApplicationBatchImportTemplate(options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
2201
|
+
return localVarFp.accessWhitelistApplicationBatchImportTemplate(options).then((request) => request(axios, basePath));
|
|
930
2202
|
},
|
|
931
2203
|
/**
|
|
932
2204
|
*
|
|
933
|
-
* @summary
|
|
934
|
-
* @param {
|
|
2205
|
+
* @summary 出入白名单申请-上传文件
|
|
2206
|
+
* @param {AccessApiAccessWhitelistApplicationBatchImportUploadRequest} requestParameters Request parameters.
|
|
935
2207
|
* @param {*} [options] Override http request option.
|
|
936
2208
|
* @throws {RequiredError}
|
|
937
2209
|
*/
|
|
938
|
-
|
|
939
|
-
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));
|
|
940
2212
|
},
|
|
941
2213
|
/**
|
|
942
2214
|
*
|
|
943
|
-
* @summary
|
|
944
|
-
* @param {
|
|
2215
|
+
* @summary 删除出入白名单申请
|
|
2216
|
+
* @param {AccessApiAccessWhitelistApplicationDeleteRequest} requestParameters Request parameters.
|
|
945
2217
|
* @param {*} [options] Override http request option.
|
|
946
2218
|
* @throws {RequiredError}
|
|
947
2219
|
*/
|
|
948
|
-
|
|
949
|
-
return localVarFp.
|
|
2220
|
+
accessWhitelistApplicationDelete(requestParameters: AccessApiAccessWhitelistApplicationDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2221
|
+
return localVarFp.accessWhitelistApplicationDelete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
950
2222
|
},
|
|
951
2223
|
/**
|
|
952
2224
|
*
|
|
953
|
-
* @summary
|
|
954
|
-
* @param {
|
|
2225
|
+
* @summary 获取出入白名单申请详情
|
|
2226
|
+
* @param {AccessApiAccessWhitelistApplicationDetailsRequest} requestParameters Request parameters.
|
|
955
2227
|
* @param {*} [options] Override http request option.
|
|
956
2228
|
* @throws {RequiredError}
|
|
957
2229
|
*/
|
|
958
|
-
|
|
959
|
-
return localVarFp.
|
|
2230
|
+
accessWhitelistApplicationDetails(requestParameters: AccessApiAccessWhitelistApplicationDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultAccessWhitelistApplicationDetailsDto> {
|
|
2231
|
+
return localVarFp.accessWhitelistApplicationDetails(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
960
2232
|
},
|
|
961
2233
|
/**
|
|
962
|
-
*
|
|
963
|
-
* @summary
|
|
964
|
-
* @param {
|
|
2234
|
+
*
|
|
2235
|
+
* @summary 获取出入白名单申请列表
|
|
2236
|
+
* @param {AccessApiAccessWhitelistApplicationListRequest} requestParameters Request parameters.
|
|
965
2237
|
* @param {*} [options] Override http request option.
|
|
966
2238
|
* @throws {RequiredError}
|
|
967
2239
|
*/
|
|
968
|
-
|
|
969
|
-
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));
|
|
970
2242
|
},
|
|
971
2243
|
/**
|
|
972
|
-
*
|
|
973
|
-
* @summary
|
|
974
|
-
* @param {
|
|
2244
|
+
*
|
|
2245
|
+
* @summary 修改出入白名单申请
|
|
2246
|
+
* @param {AccessApiAccessWhitelistApplicationUpdateRequest} requestParameters Request parameters.
|
|
975
2247
|
* @param {*} [options] Override http request option.
|
|
976
2248
|
* @throws {RequiredError}
|
|
977
2249
|
*/
|
|
978
|
-
|
|
979
|
-
return localVarFp.
|
|
2250
|
+
accessWhitelistApplicationUpdate(requestParameters: AccessApiAccessWhitelistApplicationUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2251
|
+
return localVarFp.accessWhitelistApplicationUpdate(requestParameters.id, requestParameters.accessWhitelistApplicationUpdateVo, options).then((request) => request(axios, basePath));
|
|
980
2252
|
},
|
|
981
2253
|
/**
|
|
982
2254
|
*
|
|
@@ -1052,136 +2324,493 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
1052
2324
|
};
|
|
1053
2325
|
|
|
1054
2326
|
/**
|
|
1055
|
-
* Request parameters for
|
|
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
|
+
|
|
2459
|
+
/**
|
|
2460
|
+
* Request parameters for accessCompanyConfigAdd operation in AccessApi.
|
|
2461
|
+
* @export
|
|
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
|
|
2575
|
+
*/
|
|
2576
|
+
export interface AccessApiAccessConfigSelectByIdRequest {
|
|
2577
|
+
/**
|
|
2578
|
+
*
|
|
2579
|
+
* @type {number}
|
|
2580
|
+
* @memberof AccessApiAccessConfigSelectById
|
|
2581
|
+
*/
|
|
2582
|
+
readonly parkId: number
|
|
2583
|
+
}
|
|
2584
|
+
|
|
2585
|
+
/**
|
|
2586
|
+
* Request parameters for accessConfigUpdate operation in AccessApi.
|
|
1056
2587
|
* @export
|
|
1057
|
-
* @interface
|
|
2588
|
+
* @interface AccessApiAccessConfigUpdateRequest
|
|
1058
2589
|
*/
|
|
1059
|
-
export interface
|
|
2590
|
+
export interface AccessApiAccessConfigUpdateRequest {
|
|
1060
2591
|
/**
|
|
1061
2592
|
*
|
|
1062
|
-
* @type {
|
|
1063
|
-
* @memberof
|
|
2593
|
+
* @type {number}
|
|
2594
|
+
* @memberof AccessApiAccessConfigUpdate
|
|
1064
2595
|
*/
|
|
1065
|
-
readonly
|
|
2596
|
+
readonly parkId: number
|
|
2597
|
+
|
|
2598
|
+
/**
|
|
2599
|
+
*
|
|
2600
|
+
* @type {AccessConfigVo}
|
|
2601
|
+
* @memberof AccessApiAccessConfigUpdate
|
|
2602
|
+
*/
|
|
2603
|
+
readonly accessConfigVo: AccessConfigVo
|
|
1066
2604
|
}
|
|
1067
2605
|
|
|
1068
2606
|
/**
|
|
1069
|
-
* Request parameters for
|
|
2607
|
+
* Request parameters for accessWhitelistApplicationAdd operation in AccessApi.
|
|
1070
2608
|
* @export
|
|
1071
|
-
* @interface
|
|
2609
|
+
* @interface AccessApiAccessWhitelistApplicationAddRequest
|
|
1072
2610
|
*/
|
|
1073
|
-
export interface
|
|
2611
|
+
export interface AccessApiAccessWhitelistApplicationAddRequest {
|
|
1074
2612
|
/**
|
|
1075
2613
|
*
|
|
1076
|
-
* @type {
|
|
1077
|
-
* @memberof
|
|
2614
|
+
* @type {AccessWhitelistApplicationAddVo}
|
|
2615
|
+
* @memberof AccessApiAccessWhitelistApplicationAdd
|
|
1078
2616
|
*/
|
|
1079
|
-
readonly
|
|
2617
|
+
readonly accessWhitelistApplicationAddVo: AccessWhitelistApplicationAddVo
|
|
1080
2618
|
}
|
|
1081
2619
|
|
|
1082
2620
|
/**
|
|
1083
|
-
* Request parameters for
|
|
2621
|
+
* Request parameters for accessWhitelistApplicationApproval operation in AccessApi.
|
|
1084
2622
|
* @export
|
|
1085
|
-
* @interface
|
|
2623
|
+
* @interface AccessApiAccessWhitelistApplicationApprovalRequest
|
|
1086
2624
|
*/
|
|
1087
|
-
export interface
|
|
2625
|
+
export interface AccessApiAccessWhitelistApplicationApprovalRequest {
|
|
1088
2626
|
/**
|
|
1089
2627
|
*
|
|
1090
2628
|
* @type {number}
|
|
1091
|
-
* @memberof
|
|
2629
|
+
* @memberof AccessApiAccessWhitelistApplicationApproval
|
|
1092
2630
|
*/
|
|
1093
2631
|
readonly id: number
|
|
2632
|
+
|
|
2633
|
+
/**
|
|
2634
|
+
*
|
|
2635
|
+
* @type {AccessWhitelistApplicationApprovalVo}
|
|
2636
|
+
* @memberof AccessApiAccessWhitelistApplicationApproval
|
|
2637
|
+
*/
|
|
2638
|
+
readonly accessWhitelistApplicationApprovalVo: AccessWhitelistApplicationApprovalVo
|
|
1094
2639
|
}
|
|
1095
2640
|
|
|
1096
2641
|
/**
|
|
1097
|
-
* Request parameters for
|
|
2642
|
+
* Request parameters for accessWhitelistApplicationBatchExport operation in AccessApi.
|
|
1098
2643
|
* @export
|
|
1099
|
-
* @interface
|
|
2644
|
+
* @interface AccessApiAccessWhitelistApplicationBatchExportRequest
|
|
1100
2645
|
*/
|
|
1101
|
-
export interface
|
|
2646
|
+
export interface AccessApiAccessWhitelistApplicationBatchExportRequest {
|
|
1102
2647
|
/**
|
|
1103
2648
|
* 园区ID
|
|
1104
2649
|
* @type {number}
|
|
1105
|
-
* @memberof
|
|
2650
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchExport
|
|
1106
2651
|
*/
|
|
1107
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
|
|
1108
2681
|
}
|
|
1109
2682
|
|
|
1110
2683
|
/**
|
|
1111
|
-
* Request parameters for
|
|
2684
|
+
* Request parameters for accessWhitelistApplicationBatchImportUpload operation in AccessApi.
|
|
1112
2685
|
* @export
|
|
1113
|
-
* @interface
|
|
2686
|
+
* @interface AccessApiAccessWhitelistApplicationBatchImportUploadRequest
|
|
1114
2687
|
*/
|
|
1115
|
-
export interface
|
|
2688
|
+
export interface AccessApiAccessWhitelistApplicationBatchImportUploadRequest {
|
|
1116
2689
|
/**
|
|
1117
|
-
*
|
|
2690
|
+
* 园区id
|
|
1118
2691
|
* @type {number}
|
|
1119
|
-
* @memberof
|
|
2692
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchImportUpload
|
|
1120
2693
|
*/
|
|
1121
|
-
readonly
|
|
2694
|
+
readonly parkId: number
|
|
1122
2695
|
|
|
1123
2696
|
/**
|
|
1124
2697
|
*
|
|
1125
|
-
* @type {
|
|
1126
|
-
* @memberof
|
|
2698
|
+
* @type {File}
|
|
2699
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchImportUpload
|
|
1127
2700
|
*/
|
|
1128
|
-
readonly
|
|
2701
|
+
readonly file: File
|
|
2702
|
+
|
|
2703
|
+
/**
|
|
2704
|
+
* 语言
|
|
2705
|
+
* @type {string}
|
|
2706
|
+
* @memberof AccessApiAccessWhitelistApplicationBatchImportUpload
|
|
2707
|
+
*/
|
|
2708
|
+
readonly language?: string
|
|
1129
2709
|
}
|
|
1130
2710
|
|
|
1131
2711
|
/**
|
|
1132
|
-
* Request parameters for
|
|
2712
|
+
* Request parameters for accessWhitelistApplicationDelete operation in AccessApi.
|
|
1133
2713
|
* @export
|
|
1134
|
-
* @interface
|
|
2714
|
+
* @interface AccessApiAccessWhitelistApplicationDeleteRequest
|
|
1135
2715
|
*/
|
|
1136
|
-
export interface
|
|
2716
|
+
export interface AccessApiAccessWhitelistApplicationDeleteRequest {
|
|
1137
2717
|
/**
|
|
1138
2718
|
*
|
|
1139
2719
|
* @type {number}
|
|
1140
|
-
* @memberof
|
|
2720
|
+
* @memberof AccessApiAccessWhitelistApplicationDelete
|
|
1141
2721
|
*/
|
|
1142
2722
|
readonly id: number
|
|
2723
|
+
}
|
|
1143
2724
|
|
|
2725
|
+
/**
|
|
2726
|
+
* Request parameters for accessWhitelistApplicationDetails operation in AccessApi.
|
|
2727
|
+
* @export
|
|
2728
|
+
* @interface AccessApiAccessWhitelistApplicationDetailsRequest
|
|
2729
|
+
*/
|
|
2730
|
+
export interface AccessApiAccessWhitelistApplicationDetailsRequest {
|
|
1144
2731
|
/**
|
|
1145
2732
|
*
|
|
1146
|
-
* @type {
|
|
1147
|
-
* @memberof
|
|
2733
|
+
* @type {number}
|
|
2734
|
+
* @memberof AccessApiAccessWhitelistApplicationDetails
|
|
1148
2735
|
*/
|
|
1149
|
-
readonly
|
|
2736
|
+
readonly id: number
|
|
1150
2737
|
}
|
|
1151
2738
|
|
|
1152
2739
|
/**
|
|
1153
|
-
* Request parameters for
|
|
2740
|
+
* Request parameters for accessWhitelistApplicationList operation in AccessApi.
|
|
1154
2741
|
* @export
|
|
1155
|
-
* @interface
|
|
2742
|
+
* @interface AccessApiAccessWhitelistApplicationListRequest
|
|
1156
2743
|
*/
|
|
1157
|
-
export interface
|
|
2744
|
+
export interface AccessApiAccessWhitelistApplicationListRequest {
|
|
1158
2745
|
/**
|
|
1159
|
-
*
|
|
2746
|
+
* 园区ID
|
|
1160
2747
|
* @type {number}
|
|
1161
|
-
* @memberof
|
|
2748
|
+
* @memberof AccessApiAccessWhitelistApplicationList
|
|
1162
2749
|
*/
|
|
1163
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
|
|
1164
2793
|
}
|
|
1165
2794
|
|
|
1166
2795
|
/**
|
|
1167
|
-
* Request parameters for
|
|
2796
|
+
* Request parameters for accessWhitelistApplicationUpdate operation in AccessApi.
|
|
1168
2797
|
* @export
|
|
1169
|
-
* @interface
|
|
2798
|
+
* @interface AccessApiAccessWhitelistApplicationUpdateRequest
|
|
1170
2799
|
*/
|
|
1171
|
-
export interface
|
|
2800
|
+
export interface AccessApiAccessWhitelistApplicationUpdateRequest {
|
|
1172
2801
|
/**
|
|
1173
2802
|
*
|
|
1174
2803
|
* @type {number}
|
|
1175
|
-
* @memberof
|
|
2804
|
+
* @memberof AccessApiAccessWhitelistApplicationUpdate
|
|
1176
2805
|
*/
|
|
1177
|
-
readonly
|
|
2806
|
+
readonly id: number
|
|
1178
2807
|
|
|
1179
2808
|
/**
|
|
1180
2809
|
*
|
|
1181
|
-
* @type {
|
|
1182
|
-
* @memberof
|
|
2810
|
+
* @type {AccessWhitelistApplicationUpdateVo}
|
|
2811
|
+
* @memberof AccessApiAccessWhitelistApplicationUpdate
|
|
1183
2812
|
*/
|
|
1184
|
-
readonly
|
|
2813
|
+
readonly accessWhitelistApplicationUpdateVo: AccessWhitelistApplicationUpdateVo
|
|
1185
2814
|
}
|
|
1186
2815
|
|
|
1187
2816
|
/**
|
|
@@ -1310,6 +2939,78 @@ export interface AccessApiUpdateEntryTermStatusRequest {
|
|
|
1310
2939
|
* @extends {BaseAPI}
|
|
1311
2940
|
*/
|
|
1312
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
|
+
|
|
1313
3014
|
/**
|
|
1314
3015
|
*
|
|
1315
3016
|
* @summary 新增出入访问公司
|
|
@@ -1322,6 +3023,18 @@ export class AccessApi extends BaseAPI {
|
|
|
1322
3023
|
return AccessApiFp(this.configuration).accessCompanyConfigAdd(requestParameters.accessCompanyConfigAddOrUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
1323
3024
|
}
|
|
1324
3025
|
|
|
3026
|
+
/**
|
|
3027
|
+
*
|
|
3028
|
+
* @summary 批量更新出入访问公司排序
|
|
3029
|
+
* @param {AccessApiAccessCompanyConfigBatchUpdateSortRequest} requestParameters Request parameters.
|
|
3030
|
+
* @param {*} [options] Override http request option.
|
|
3031
|
+
* @throws {RequiredError}
|
|
3032
|
+
* @memberof AccessApi
|
|
3033
|
+
*/
|
|
3034
|
+
public accessCompanyConfigBatchUpdateSort(requestParameters: AccessApiAccessCompanyConfigBatchUpdateSortRequest, options?: RawAxiosRequestConfig) {
|
|
3035
|
+
return AccessApiFp(this.configuration).accessCompanyConfigBatchUpdateSort(requestParameters.accessCompanyConfigSortVo, options).then((request) => request(this.axios, this.basePath));
|
|
3036
|
+
}
|
|
3037
|
+
|
|
1325
3038
|
/**
|
|
1326
3039
|
*
|
|
1327
3040
|
* @summary 删除出入访问公司
|
|
@@ -1406,6 +3119,135 @@ export class AccessApi extends BaseAPI {
|
|
|
1406
3119
|
return AccessApiFp(this.configuration).accessConfigUpdate(requestParameters.parkId, requestParameters.accessConfigVo, options).then((request) => request(this.axios, this.basePath));
|
|
1407
3120
|
}
|
|
1408
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
|
+
|
|
1409
3251
|
/**
|
|
1410
3252
|
*
|
|
1411
3253
|
* @summary 添加入园条款
|