@gizone/rrs-client 4.2.0-alpha.292 → 4.2.0-alpha.294
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +21 -0
- package/apis/access-api.ts +1986 -235
- package/dist/apis/access-api.d.ts +913 -1
- package/dist/apis/access-api.js +1400 -115
- package/dist/esm/apis/access-api.d.ts +913 -1
- package/dist/esm/apis/access-api.js +1400 -115
- package/dist/esm/models/access-blacklist-add-vo.d.ts +54 -0
- package/dist/esm/models/access-blacklist-add-vo.js +14 -0
- package/dist/esm/models/access-blacklist-details-dto.d.ts +72 -0
- package/dist/esm/models/access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/access-blacklist-update-vo.d.ts +48 -0
- package/dist/esm/models/access-blacklist-update-vo.js +14 -0
- package/dist/esm/models/access-vehicle-length-enum.d.ts +25 -0
- package/dist/esm/models/access-vehicle-length-enum.js +26 -0
- package/dist/esm/models/access-vehicle-type-enum.d.ts +21 -0
- package/dist/esm/models/access-vehicle-type-enum.js +22 -0
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +100 -0
- package/dist/esm/models/access-whitelist-application-add-vo.js +14 -0
- package/dist/esm/models/access-whitelist-application-approval-vo.d.ts +30 -0
- package/dist/esm/models/access-whitelist-application-approval-vo.js +14 -0
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.js +14 -0
- package/dist/esm/models/access-whitelist-application-details-dto.d.ts +132 -0
- package/dist/esm/models/access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
- package/dist/esm/models/access-whitelist-application-internal-status-enum.js +22 -0
- package/dist/esm/models/access-whitelist-application-status-enum.d.ts +23 -0
- package/dist/esm/models/access-whitelist-application-status-enum.js +24 -0
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +94 -0
- package/dist/esm/models/access-whitelist-application-update-vo.js +14 -0
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
- package/dist/esm/models/index.d.ts +21 -0
- package/dist/esm/models/index.js +21 -0
- package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-access-blacklist-details-dto.js +14 -0
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.js +14 -0
- package/dist/esm/models/sync-equipment-vo-equipment.d.ts +6 -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-vehicle-length-enum.d.ts +25 -0
- package/dist/models/access-vehicle-length-enum.js +29 -0
- package/dist/models/access-vehicle-type-enum.d.ts +21 -0
- package/dist/models/access-vehicle-type-enum.js +25 -0
- package/dist/models/access-whitelist-application-add-vo.d.ts +100 -0
- package/dist/models/access-whitelist-application-add-vo.js +15 -0
- package/dist/models/access-whitelist-application-approval-vo.d.ts +30 -0
- package/dist/models/access-whitelist-application-approval-vo.js +15 -0
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +123 -0
- package/dist/models/access-whitelist-application-batch-import-template-dto.js +15 -0
- package/dist/models/access-whitelist-application-details-dto.d.ts +132 -0
- package/dist/models/access-whitelist-application-details-dto.js +15 -0
- package/dist/models/access-whitelist-application-internal-status-enum.d.ts +21 -0
- package/dist/models/access-whitelist-application-internal-status-enum.js +25 -0
- package/dist/models/access-whitelist-application-status-enum.d.ts +23 -0
- package/dist/models/access-whitelist-application-status-enum.js +27 -0
- package/dist/models/access-whitelist-application-update-vo.d.ts +94 -0
- package/dist/models/access-whitelist-application-update-vo.js +15 -0
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
- package/dist/models/index.d.ts +21 -0
- package/dist/models/index.js +21 -0
- package/dist/models/json-result-access-blacklist-details-dto.d.ts +62 -0
- package/dist/models/json-result-access-blacklist-details-dto.js +15 -0
- package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/models/json-result-access-whitelist-application-details-dto.js +15 -0
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +62 -0
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js +15 -0
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.js +15 -0
- package/dist/models/page-dto-access-blacklist-details-dto.d.ts +31 -0
- package/dist/models/page-dto-access-blacklist-details-dto.js +15 -0
- package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +31 -0
- package/dist/models/page-dto-access-whitelist-application-details-dto.js +15 -0
- package/dist/models/sync-equipment-vo-equipment.d.ts +6 -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-vehicle-length-enum.ts +35 -0
- package/models/access-vehicle-type-enum.ts +31 -0
- package/models/access-whitelist-application-add-vo.ts +116 -0
- package/models/access-whitelist-application-approval-vo.ts +36 -0
- package/models/access-whitelist-application-batch-import-template-dto.ts +137 -0
- package/models/access-whitelist-application-details-dto.ts +152 -0
- package/models/access-whitelist-application-internal-status-enum.ts +31 -0
- package/models/access-whitelist-application-status-enum.ts +33 -0
- package/models/access-whitelist-application-update-vo.ts +110 -0
- package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +39 -0
- package/models/index.ts +21 -0
- package/models/json-result-access-blacklist-details-dto.ts +72 -0
- package/models/json-result-access-whitelist-application-details-dto.ts +72 -0
- package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +72 -0
- package/models/json-result-page-dto-access-blacklist-details-dto.ts +72 -0
- package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +72 -0
- package/models/page-dto-access-blacklist-details-dto.ts +39 -0
- package/models/page-dto-access-whitelist-application-details-dto.ts +39 -0
- package/models/sync-equipment-vo-equipment.ts +6 -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
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AccessVehicleLengthEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 出入访问车辆长度枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessVehicleLengthEnum = {
|
|
23
|
+
LengthLe38: 'LENGTH_LE_3_8',
|
|
24
|
+
Length68: 'LENGTH_6_8',
|
|
25
|
+
Length96: 'LENGTH_9_6',
|
|
26
|
+
Length135: 'LENGTH_13_5',
|
|
27
|
+
Length175: 'LENGTH_17_5',
|
|
28
|
+
LengthGt175: 'LENGTH_GT_17_5'
|
|
29
|
+
};
|
|
@@ -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,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AccessVehicleTypeEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 申请车辆类型
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessVehicleTypeEnum = {
|
|
23
|
+
Truck: 'TRUCK',
|
|
24
|
+
Bus: 'BUS'
|
|
25
|
+
};
|
|
@@ -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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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
|
+
* 出入白名单申请审批参数
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AccessWhitelistApplicationApprovalVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessWhitelistApplicationApprovalVo {
|
|
18
|
+
/**
|
|
19
|
+
* 是否通过审批
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof AccessWhitelistApplicationApprovalVo
|
|
22
|
+
*/
|
|
23
|
+
'isApproved': boolean;
|
|
24
|
+
/**
|
|
25
|
+
* 拒绝理由
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AccessWhitelistApplicationApprovalVo
|
|
28
|
+
*/
|
|
29
|
+
'rejectReason'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,123 @@
|
|
|
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
|
+
/**
|
|
16
|
+
* 白名单申请批量导入模板
|
|
17
|
+
* @export
|
|
18
|
+
* @interface AccessWhitelistApplicationBatchImportTemplateDto
|
|
19
|
+
*/
|
|
20
|
+
export interface AccessWhitelistApplicationBatchImportTemplateDto {
|
|
21
|
+
/**
|
|
22
|
+
* 行数
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
25
|
+
*/
|
|
26
|
+
'count'?: number;
|
|
27
|
+
/**
|
|
28
|
+
* 提示信息
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
31
|
+
*/
|
|
32
|
+
'tips'?: string;
|
|
33
|
+
/**
|
|
34
|
+
* 是否成功
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
37
|
+
*/
|
|
38
|
+
'isSuccess'?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* 园区ID
|
|
41
|
+
* @type {number}
|
|
42
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
43
|
+
*/
|
|
44
|
+
'parkId'?: number;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
49
|
+
*/
|
|
50
|
+
'companyName'?: string;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
55
|
+
*/
|
|
56
|
+
'accessVisitorPersonType'?: string;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
61
|
+
*/
|
|
62
|
+
'startTime'?: string;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
67
|
+
*/
|
|
68
|
+
'endTime'?: string;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
73
|
+
*/
|
|
74
|
+
'applicantName'?: string;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
79
|
+
*/
|
|
80
|
+
'applicantPhone'?: string;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
85
|
+
*/
|
|
86
|
+
'applicantLicensePlate'?: string;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {string}
|
|
90
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
91
|
+
*/
|
|
92
|
+
'vehicleType'?: string;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
97
|
+
*/
|
|
98
|
+
'vehicleLength'?: string;
|
|
99
|
+
/**
|
|
100
|
+
* 公司ID
|
|
101
|
+
* @type {number}
|
|
102
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
103
|
+
*/
|
|
104
|
+
'accessCompanyId'?: number;
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
108
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
109
|
+
*/
|
|
110
|
+
'accessVisitorPersonTypeEnum'?: AccessVisitorPersonTypeEnum;
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
* @type {AccessVehicleTypeEnum}
|
|
114
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
115
|
+
*/
|
|
116
|
+
'accessVehicleTypeEnum'?: AccessVehicleTypeEnum;
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @type {AccessVehicleLengthEnum}
|
|
120
|
+
* @memberof AccessWhitelistApplicationBatchImportTemplateDto
|
|
121
|
+
*/
|
|
122
|
+
'accessVehicleLengthEnum'?: AccessVehicleLengthEnum;
|
|
123
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,132 @@
|
|
|
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 { AccessWhitelistApplicationInternalStatusEnum } from './access-whitelist-application-internal-status-enum';
|
|
16
|
+
import type { AccessWhitelistApplicationStatusEnum } from './access-whitelist-application-status-enum';
|
|
17
|
+
import type { WhitelistOtherInfoVo } from './whitelist-other-info-vo';
|
|
18
|
+
/**
|
|
19
|
+
* 出入白名单申请详情参数
|
|
20
|
+
* @export
|
|
21
|
+
* @interface AccessWhitelistApplicationDetailsDto
|
|
22
|
+
*/
|
|
23
|
+
export interface AccessWhitelistApplicationDetailsDto {
|
|
24
|
+
/**
|
|
25
|
+
* 申请ID
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
28
|
+
*/
|
|
29
|
+
'id'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 园区ID
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
34
|
+
*/
|
|
35
|
+
'parkId'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 访问公司
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
40
|
+
*/
|
|
41
|
+
'accessCompanyId'?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
45
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
46
|
+
*/
|
|
47
|
+
'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
|
|
48
|
+
/**
|
|
49
|
+
* 开始时间
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
52
|
+
*/
|
|
53
|
+
'startTime'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 结束时间
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
58
|
+
*/
|
|
59
|
+
'endTime'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 申请人id
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
64
|
+
*/
|
|
65
|
+
'applicantUserId'?: number;
|
|
66
|
+
/**
|
|
67
|
+
* 申请名称
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
70
|
+
*/
|
|
71
|
+
'applicantName'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 申请电话
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
76
|
+
*/
|
|
77
|
+
'applicantPhone'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 申请原因
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
82
|
+
*/
|
|
83
|
+
'applicantReason'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 申请人脸图片
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
88
|
+
*/
|
|
89
|
+
'applicantFacePhoto'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 申请车牌号
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
94
|
+
*/
|
|
95
|
+
'applicantLicensePlate'?: string;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {AccessVehicleTypeEnum}
|
|
99
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
100
|
+
*/
|
|
101
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {AccessVehicleLengthEnum}
|
|
105
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
106
|
+
*/
|
|
107
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {AccessWhitelistApplicationStatusEnum}
|
|
111
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
112
|
+
*/
|
|
113
|
+
'applicationStatus'?: AccessWhitelistApplicationStatusEnum;
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
* @type {AccessWhitelistApplicationInternalStatusEnum}
|
|
117
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
118
|
+
*/
|
|
119
|
+
'applicationInternalStatus'?: AccessWhitelistApplicationInternalStatusEnum;
|
|
120
|
+
/**
|
|
121
|
+
*
|
|
122
|
+
* @type {WhitelistOtherInfoVo}
|
|
123
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
124
|
+
*/
|
|
125
|
+
'otherInfo'?: WhitelistOtherInfoVo;
|
|
126
|
+
/**
|
|
127
|
+
* 申请时间
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof AccessWhitelistApplicationDetailsDto
|
|
130
|
+
*/
|
|
131
|
+
'applicationTime'?: string;
|
|
132
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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 AccessWhitelistApplicationInternalStatusEnum: {
|
|
18
|
+
readonly BusinessPending: "BUSINESS_PENDING";
|
|
19
|
+
readonly ParkPending: "PARK_PENDING";
|
|
20
|
+
};
|
|
21
|
+
export type AccessWhitelistApplicationInternalStatusEnum = typeof AccessWhitelistApplicationInternalStatusEnum[keyof typeof AccessWhitelistApplicationInternalStatusEnum];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AccessWhitelistApplicationInternalStatusEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 出入访问白名单申请内部状态枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessWhitelistApplicationInternalStatusEnum = {
|
|
23
|
+
BusinessPending: 'BUSINESS_PENDING',
|
|
24
|
+
ParkPending: 'PARK_PENDING'
|
|
25
|
+
};
|