@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
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { JsonResultJsonResultListSpaceTreeDTO } from '../models';
|
|
15
16
|
import type { JsonResultPageDtoSurveillanceDetailsDto } from '../models';
|
|
16
17
|
import type { JsonResultVoid } from '../models';
|
|
17
18
|
import type { SyncEquipmentStatusVo } from '../models';
|
|
@@ -37,6 +38,14 @@ export declare const OpenApiApiAxiosParamCreator: (configuration?: Configuration
|
|
|
37
38
|
* @throws {RequiredError}
|
|
38
39
|
*/
|
|
39
40
|
openApiEquipmentBatchStatusSync: (syncEquipmentStatusVo: SyncEquipmentStatusVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @summary 获取空间列表
|
|
44
|
+
* @param {string} famParkCode 园区编码
|
|
45
|
+
* @param {*} [options] Override http request option.
|
|
46
|
+
* @throws {RequiredError}
|
|
47
|
+
*/
|
|
48
|
+
openApiSpaceList: (famParkCode: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
40
49
|
/**
|
|
41
50
|
*
|
|
42
51
|
* @summary 获取监控列表
|
|
@@ -67,6 +76,14 @@ export declare const OpenApiApiFp: (configuration?: Configuration) => {
|
|
|
67
76
|
* @throws {RequiredError}
|
|
68
77
|
*/
|
|
69
78
|
openApiEquipmentBatchStatusSync(syncEquipmentStatusVo: SyncEquipmentStatusVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @summary 获取空间列表
|
|
82
|
+
* @param {string} famParkCode 园区编码
|
|
83
|
+
* @param {*} [options] Override http request option.
|
|
84
|
+
* @throws {RequiredError}
|
|
85
|
+
*/
|
|
86
|
+
openApiSpaceList(famParkCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultJsonResultListSpaceTreeDTO>>;
|
|
70
87
|
/**
|
|
71
88
|
*
|
|
72
89
|
* @summary 获取监控列表
|
|
@@ -97,6 +114,14 @@ export declare const OpenApiApiFactory: (configuration?: Configuration, basePath
|
|
|
97
114
|
* @throws {RequiredError}
|
|
98
115
|
*/
|
|
99
116
|
openApiEquipmentBatchStatusSync(requestParameters: OpenApiApiOpenApiEquipmentBatchStatusSyncRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @summary 获取空间列表
|
|
120
|
+
* @param {OpenApiApiOpenApiSpaceListRequest} requestParameters Request parameters.
|
|
121
|
+
* @param {*} [options] Override http request option.
|
|
122
|
+
* @throws {RequiredError}
|
|
123
|
+
*/
|
|
124
|
+
openApiSpaceList(requestParameters: OpenApiApiOpenApiSpaceListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultJsonResultListSpaceTreeDTO>;
|
|
100
125
|
/**
|
|
101
126
|
*
|
|
102
127
|
* @summary 获取监控列表
|
|
@@ -132,6 +157,19 @@ export interface OpenApiApiOpenApiEquipmentBatchStatusSyncRequest {
|
|
|
132
157
|
*/
|
|
133
158
|
readonly syncEquipmentStatusVo: SyncEquipmentStatusVo;
|
|
134
159
|
}
|
|
160
|
+
/**
|
|
161
|
+
* Request parameters for openApiSpaceList operation in OpenApiApi.
|
|
162
|
+
* @export
|
|
163
|
+
* @interface OpenApiApiOpenApiSpaceListRequest
|
|
164
|
+
*/
|
|
165
|
+
export interface OpenApiApiOpenApiSpaceListRequest {
|
|
166
|
+
/**
|
|
167
|
+
* 园区编码
|
|
168
|
+
* @type {string}
|
|
169
|
+
* @memberof OpenApiApiOpenApiSpaceList
|
|
170
|
+
*/
|
|
171
|
+
readonly famParkCode: string;
|
|
172
|
+
}
|
|
135
173
|
/**
|
|
136
174
|
* Request parameters for openApiSurveillanceList operation in OpenApiApi.
|
|
137
175
|
* @export
|
|
@@ -170,6 +208,15 @@ export declare class OpenApiApi extends BaseAPI {
|
|
|
170
208
|
* @memberof OpenApiApi
|
|
171
209
|
*/
|
|
172
210
|
openApiEquipmentBatchStatusSync(requestParameters: OpenApiApiOpenApiEquipmentBatchStatusSyncRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
211
|
+
/**
|
|
212
|
+
*
|
|
213
|
+
* @summary 获取空间列表
|
|
214
|
+
* @param {OpenApiApiOpenApiSpaceListRequest} requestParameters Request parameters.
|
|
215
|
+
* @param {*} [options] Override http request option.
|
|
216
|
+
* @throws {RequiredError}
|
|
217
|
+
* @memberof OpenApiApi
|
|
218
|
+
*/
|
|
219
|
+
openApiSpaceList(requestParameters: OpenApiApiOpenApiSpaceListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultJsonResultListSpaceTreeDTO, any>>;
|
|
173
220
|
/**
|
|
174
221
|
*
|
|
175
222
|
* @summary 获取监控列表
|
|
@@ -98,6 +98,40 @@ export const OpenApiApiAxiosParamCreator = function (configuration) {
|
|
|
98
98
|
options: localVarRequestOptions,
|
|
99
99
|
};
|
|
100
100
|
}),
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @summary 获取空间列表
|
|
104
|
+
* @param {string} famParkCode 园区编码
|
|
105
|
+
* @param {*} [options] Override http request option.
|
|
106
|
+
* @throws {RequiredError}
|
|
107
|
+
*/
|
|
108
|
+
openApiSpaceList: (famParkCode_1, ...args_1) => __awaiter(this, [famParkCode_1, ...args_1], void 0, function* (famParkCode, options = {}) {
|
|
109
|
+
// verify required parameter 'famParkCode' is not null or undefined
|
|
110
|
+
assertParamExists('openApiSpaceList', 'famParkCode', famParkCode);
|
|
111
|
+
const localVarPath = `/openapi/v1/main/parks/space`;
|
|
112
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
113
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
114
|
+
let baseOptions;
|
|
115
|
+
if (configuration) {
|
|
116
|
+
baseOptions = configuration.baseOptions;
|
|
117
|
+
}
|
|
118
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
119
|
+
const localVarHeaderParameter = {};
|
|
120
|
+
const localVarQueryParameter = {};
|
|
121
|
+
// authentication tokenScheme required
|
|
122
|
+
// http bearer authentication required
|
|
123
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
124
|
+
if (famParkCode !== undefined) {
|
|
125
|
+
localVarQueryParameter['famParkCode'] = famParkCode;
|
|
126
|
+
}
|
|
127
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
128
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
129
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
130
|
+
return {
|
|
131
|
+
url: toPathString(localVarUrlObj),
|
|
132
|
+
options: localVarRequestOptions,
|
|
133
|
+
};
|
|
134
|
+
}),
|
|
101
135
|
/**
|
|
102
136
|
*
|
|
103
137
|
* @summary 获取监控列表
|
|
@@ -173,6 +207,22 @@ export const OpenApiApiFp = function (configuration) {
|
|
|
173
207
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
174
208
|
});
|
|
175
209
|
},
|
|
210
|
+
/**
|
|
211
|
+
*
|
|
212
|
+
* @summary 获取空间列表
|
|
213
|
+
* @param {string} famParkCode 园区编码
|
|
214
|
+
* @param {*} [options] Override http request option.
|
|
215
|
+
* @throws {RequiredError}
|
|
216
|
+
*/
|
|
217
|
+
openApiSpaceList(famParkCode, options) {
|
|
218
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
219
|
+
var _a, _b, _c;
|
|
220
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.openApiSpaceList(famParkCode, options);
|
|
221
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
222
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['OpenApiApi.openApiSpaceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
223
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
224
|
+
});
|
|
225
|
+
},
|
|
176
226
|
/**
|
|
177
227
|
*
|
|
178
228
|
* @summary 获取监控列表
|
|
@@ -218,6 +268,16 @@ export const OpenApiApiFactory = function (configuration, basePath, axios) {
|
|
|
218
268
|
openApiEquipmentBatchStatusSync(requestParameters, options) {
|
|
219
269
|
return localVarFp.openApiEquipmentBatchStatusSync(requestParameters.syncEquipmentStatusVo, options).then((request) => request(axios, basePath));
|
|
220
270
|
},
|
|
271
|
+
/**
|
|
272
|
+
*
|
|
273
|
+
* @summary 获取空间列表
|
|
274
|
+
* @param {OpenApiApiOpenApiSpaceListRequest} requestParameters Request parameters.
|
|
275
|
+
* @param {*} [options] Override http request option.
|
|
276
|
+
* @throws {RequiredError}
|
|
277
|
+
*/
|
|
278
|
+
openApiSpaceList(requestParameters, options) {
|
|
279
|
+
return localVarFp.openApiSpaceList(requestParameters.famParkCode, options).then((request) => request(axios, basePath));
|
|
280
|
+
},
|
|
221
281
|
/**
|
|
222
282
|
*
|
|
223
283
|
* @summary 获取监控列表
|
|
@@ -259,6 +319,17 @@ export class OpenApiApi extends BaseAPI {
|
|
|
259
319
|
openApiEquipmentBatchStatusSync(requestParameters, options) {
|
|
260
320
|
return OpenApiApiFp(this.configuration).openApiEquipmentBatchStatusSync(requestParameters.syncEquipmentStatusVo, options).then((request) => request(this.axios, this.basePath));
|
|
261
321
|
}
|
|
322
|
+
/**
|
|
323
|
+
*
|
|
324
|
+
* @summary 获取空间列表
|
|
325
|
+
* @param {OpenApiApiOpenApiSpaceListRequest} requestParameters Request parameters.
|
|
326
|
+
* @param {*} [options] Override http request option.
|
|
327
|
+
* @throws {RequiredError}
|
|
328
|
+
* @memberof OpenApiApi
|
|
329
|
+
*/
|
|
330
|
+
openApiSpaceList(requestParameters, options) {
|
|
331
|
+
return OpenApiApiFp(this.configuration).openApiSpaceList(requestParameters.famParkCode, options).then((request) => request(this.axios, this.basePath));
|
|
332
|
+
}
|
|
262
333
|
/**
|
|
263
334
|
*
|
|
264
335
|
* @summary 获取监控列表
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 访问黑名单添加请求参数
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AccessBlacklistAddVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessBlacklistAddVo {
|
|
18
|
+
/**
|
|
19
|
+
* 园区ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AccessBlacklistAddVo
|
|
22
|
+
*/
|
|
23
|
+
'parkId': number;
|
|
24
|
+
/**
|
|
25
|
+
* 访问公司ID
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof AccessBlacklistAddVo
|
|
28
|
+
*/
|
|
29
|
+
'accessCompanyId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 用户名称
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AccessBlacklistAddVo
|
|
34
|
+
*/
|
|
35
|
+
'userName'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 用户手机号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof AccessBlacklistAddVo
|
|
40
|
+
*/
|
|
41
|
+
'phone'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 车牌号
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof AccessBlacklistAddVo
|
|
46
|
+
*/
|
|
47
|
+
'licensePlate'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 人员图片
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof AccessBlacklistAddVo
|
|
52
|
+
*/
|
|
53
|
+
'facePhoto'?: string;
|
|
54
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 访问黑名单详情请求参数
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AccessBlacklistDetailsDto
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessBlacklistDetailsDto {
|
|
18
|
+
/**
|
|
19
|
+
* 访问黑名单ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AccessBlacklistDetailsDto
|
|
22
|
+
*/
|
|
23
|
+
'id'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 园区ID
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof AccessBlacklistDetailsDto
|
|
28
|
+
*/
|
|
29
|
+
'parkId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 访问公司ID
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof AccessBlacklistDetailsDto
|
|
34
|
+
*/
|
|
35
|
+
'accessCompanyId'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 访问公司名称
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof AccessBlacklistDetailsDto
|
|
40
|
+
*/
|
|
41
|
+
'accessCompanyName'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 用户名称
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof AccessBlacklistDetailsDto
|
|
46
|
+
*/
|
|
47
|
+
'userName'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 用户手机号
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof AccessBlacklistDetailsDto
|
|
52
|
+
*/
|
|
53
|
+
'phone'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 车牌号
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof AccessBlacklistDetailsDto
|
|
58
|
+
*/
|
|
59
|
+
'licensePlate'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 人员图片
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof AccessBlacklistDetailsDto
|
|
64
|
+
*/
|
|
65
|
+
'facePhoto'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 创建人
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof AccessBlacklistDetailsDto
|
|
70
|
+
*/
|
|
71
|
+
'createUserId'?: number;
|
|
72
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 访问黑名单更新请求参数
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AccessBlacklistUpdateVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessBlacklistUpdateVo {
|
|
18
|
+
/**
|
|
19
|
+
* 访问公司ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AccessBlacklistUpdateVo
|
|
22
|
+
*/
|
|
23
|
+
'accessCompanyId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 用户名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AccessBlacklistUpdateVo
|
|
28
|
+
*/
|
|
29
|
+
'userName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 用户手机号
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AccessBlacklistUpdateVo
|
|
34
|
+
*/
|
|
35
|
+
'phone'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 车牌号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof AccessBlacklistUpdateVo
|
|
40
|
+
*/
|
|
41
|
+
'licensePlate'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 人员图片
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof AccessBlacklistUpdateVo
|
|
46
|
+
*/
|
|
47
|
+
'facePhoto'?: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 公司配置排序Vo
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AccessCompanyConfigSortVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessCompanyConfigSortVo {
|
|
18
|
+
/**
|
|
19
|
+
* 公司配置ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AccessCompanyConfigSortVo
|
|
22
|
+
*/
|
|
23
|
+
'id': number;
|
|
24
|
+
/**
|
|
25
|
+
* 排序 数字越小越靠前
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof AccessCompanyConfigSortVo
|
|
28
|
+
*/
|
|
29
|
+
'sort'?: number;
|
|
30
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 出入访问车辆长度枚举
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const AccessVehicleLengthEnum: {
|
|
18
|
+
readonly LengthLe38: "LENGTH_LE_3_8";
|
|
19
|
+
readonly Length68: "LENGTH_6_8";
|
|
20
|
+
readonly Length96: "LENGTH_9_6";
|
|
21
|
+
readonly Length135: "LENGTH_13_5";
|
|
22
|
+
readonly Length175: "LENGTH_17_5";
|
|
23
|
+
readonly LengthGt175: "LENGTH_GT_17_5";
|
|
24
|
+
};
|
|
25
|
+
export type AccessVehicleLengthEnum = typeof AccessVehicleLengthEnum[keyof typeof AccessVehicleLengthEnum];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* 出入访问车辆长度枚举
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const AccessVehicleLengthEnum = {
|
|
20
|
+
LengthLe38: 'LENGTH_LE_3_8',
|
|
21
|
+
Length68: 'LENGTH_6_8',
|
|
22
|
+
Length96: 'LENGTH_9_6',
|
|
23
|
+
Length135: 'LENGTH_13_5',
|
|
24
|
+
Length175: 'LENGTH_17_5',
|
|
25
|
+
LengthGt175: 'LENGTH_GT_17_5'
|
|
26
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 申请车辆类型
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const AccessVehicleTypeEnum: {
|
|
18
|
+
readonly Truck: "TRUCK";
|
|
19
|
+
readonly Bus: "BUS";
|
|
20
|
+
};
|
|
21
|
+
export type AccessVehicleTypeEnum = typeof AccessVehicleTypeEnum[keyof typeof AccessVehicleTypeEnum];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* 申请车辆类型
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const AccessVehicleTypeEnum = {
|
|
20
|
+
Truck: 'TRUCK',
|
|
21
|
+
Bus: 'BUS'
|
|
22
|
+
};
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
13
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
14
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
15
|
+
import type { WhitelistOtherInfoVo } from './whitelist-other-info-vo';
|
|
16
|
+
/**
|
|
17
|
+
* 出入白名单申请新增参数
|
|
18
|
+
* @export
|
|
19
|
+
* @interface AccessWhitelistApplicationAddVo
|
|
20
|
+
*/
|
|
21
|
+
export interface AccessWhitelistApplicationAddVo {
|
|
22
|
+
/**
|
|
23
|
+
* 园区ID
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
26
|
+
*/
|
|
27
|
+
'parkId': number;
|
|
28
|
+
/**
|
|
29
|
+
* 访问公司
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
32
|
+
*/
|
|
33
|
+
'accessCompanyId': number;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
37
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
38
|
+
*/
|
|
39
|
+
'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
|
|
40
|
+
/**
|
|
41
|
+
* 开始时间
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
44
|
+
*/
|
|
45
|
+
'startTime': string;
|
|
46
|
+
/**
|
|
47
|
+
* 结束时间
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
50
|
+
*/
|
|
51
|
+
'endTime': string;
|
|
52
|
+
/**
|
|
53
|
+
* 姓名
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
56
|
+
*/
|
|
57
|
+
'applicantName': string;
|
|
58
|
+
/**
|
|
59
|
+
* 申请电话
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
62
|
+
*/
|
|
63
|
+
'applicantPhone': string;
|
|
64
|
+
/**
|
|
65
|
+
* 申请原因
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
68
|
+
*/
|
|
69
|
+
'applicantReason': string;
|
|
70
|
+
/**
|
|
71
|
+
* 申请人脸图片
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
74
|
+
*/
|
|
75
|
+
'applicantFacePhoto'?: string;
|
|
76
|
+
/**
|
|
77
|
+
* 申请车牌号
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
80
|
+
*/
|
|
81
|
+
'applicantLicensePlate'?: string;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
* @type {AccessVehicleTypeEnum}
|
|
85
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
86
|
+
*/
|
|
87
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @type {AccessVehicleLengthEnum}
|
|
91
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
92
|
+
*/
|
|
93
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* @type {WhitelistOtherInfoVo}
|
|
97
|
+
* @memberof AccessWhitelistApplicationAddVo
|
|
98
|
+
*/
|
|
99
|
+
'otherInfo'?: WhitelistOtherInfoVo;
|
|
100
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|