@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,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,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,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,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 AccessWhitelistApplicationInternalStatusEnum = {
|
|
20
|
+
BusinessPending: 'BUSINESS_PENDING',
|
|
21
|
+
ParkPending: 'PARK_PENDING'
|
|
22
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
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 AccessWhitelistApplicationStatusEnum: {
|
|
18
|
+
readonly Pending: "PENDING";
|
|
19
|
+
readonly Active: "ACTIVE";
|
|
20
|
+
readonly Expired: "EXPIRED";
|
|
21
|
+
readonly Rejected: "REJECTED";
|
|
22
|
+
};
|
|
23
|
+
export type AccessWhitelistApplicationStatusEnum = typeof AccessWhitelistApplicationStatusEnum[keyof typeof AccessWhitelistApplicationStatusEnum];
|
|
@@ -0,0 +1,24 @@
|
|
|
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 AccessWhitelistApplicationStatusEnum = {
|
|
20
|
+
Pending: 'PENDING',
|
|
21
|
+
Active: 'ACTIVE',
|
|
22
|
+
Expired: 'EXPIRED',
|
|
23
|
+
Rejected: 'REJECTED'
|
|
24
|
+
};
|
|
@@ -0,0 +1,94 @@
|
|
|
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 AccessWhitelistApplicationUpdateVo
|
|
20
|
+
*/
|
|
21
|
+
export interface AccessWhitelistApplicationUpdateVo {
|
|
22
|
+
/**
|
|
23
|
+
* 访问公司
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
26
|
+
*/
|
|
27
|
+
'accessCompanyId': number;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
31
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
32
|
+
*/
|
|
33
|
+
'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
|
|
34
|
+
/**
|
|
35
|
+
* 开始时间
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
38
|
+
*/
|
|
39
|
+
'startTime': string;
|
|
40
|
+
/**
|
|
41
|
+
* 结束时间
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
44
|
+
*/
|
|
45
|
+
'endTime': string;
|
|
46
|
+
/**
|
|
47
|
+
* 姓名
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
50
|
+
*/
|
|
51
|
+
'applicantName': string;
|
|
52
|
+
/**
|
|
53
|
+
* 申请电话
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
56
|
+
*/
|
|
57
|
+
'applicantPhone': string;
|
|
58
|
+
/**
|
|
59
|
+
* 申请原因
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
62
|
+
*/
|
|
63
|
+
'applicantReason': string;
|
|
64
|
+
/**
|
|
65
|
+
* 申请人脸图片
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
68
|
+
*/
|
|
69
|
+
'applicantFacePhoto'?: string;
|
|
70
|
+
/**
|
|
71
|
+
* 申请车牌号
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
74
|
+
*/
|
|
75
|
+
'applicantLicensePlate'?: string;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @type {AccessVehicleTypeEnum}
|
|
79
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
80
|
+
*/
|
|
81
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
* @type {AccessVehicleLengthEnum}
|
|
85
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
86
|
+
*/
|
|
87
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @type {WhitelistOtherInfoVo}
|
|
91
|
+
* @memberof AccessWhitelistApplicationUpdateVo
|
|
92
|
+
*/
|
|
93
|
+
'otherInfo'?: WhitelistOtherInfoVo;
|
|
94
|
+
}
|
|
@@ -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,31 @@
|
|
|
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 { AccessWhitelistApplicationBatchImportTemplateDto } from './access-whitelist-application-batch-import-template-dto';
|
|
13
|
+
/**
|
|
14
|
+
* execl导入结果返回
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
|
|
17
|
+
*/
|
|
18
|
+
export interface ExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto {
|
|
19
|
+
/**
|
|
20
|
+
* 成功的数据
|
|
21
|
+
* @type {Array<AccessWhitelistApplicationBatchImportTemplateDto>}
|
|
22
|
+
* @memberof ExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
|
|
23
|
+
*/
|
|
24
|
+
'successDataList'?: Array<AccessWhitelistApplicationBatchImportTemplateDto>;
|
|
25
|
+
/**
|
|
26
|
+
* 错误的数据
|
|
27
|
+
* @type {Array<AccessWhitelistApplicationBatchImportTemplateDto>}
|
|
28
|
+
* @memberof ExcelImportResultDTOAccessWhitelistApplicationBatchImportTemplateDto
|
|
29
|
+
*/
|
|
30
|
+
'errorDataList'?: Array<AccessWhitelistApplicationBatchImportTemplateDto>;
|
|
31
|
+
}
|
|
@@ -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 {};
|
|
@@ -1,13 +1,25 @@
|
|
|
1
1
|
export * from './access-approval-config-enum';
|
|
2
2
|
export * from './access-approval-config-vo';
|
|
3
3
|
export * from './access-approval-config-vo-reminder';
|
|
4
|
+
export * from './access-blacklist-add-vo';
|
|
5
|
+
export * from './access-blacklist-details-dto';
|
|
6
|
+
export * from './access-blacklist-update-vo';
|
|
4
7
|
export * from './access-company-config-add-or-update-vo';
|
|
5
8
|
export * from './access-company-config-entity';
|
|
6
9
|
export * from './access-company-config-sort-vo';
|
|
7
10
|
export * from './access-config-entity';
|
|
8
11
|
export * from './access-config-vo';
|
|
12
|
+
export * from './access-vehicle-length-enum';
|
|
13
|
+
export * from './access-vehicle-type-enum';
|
|
9
14
|
export * from './access-visitor-person-type-config-vo';
|
|
10
15
|
export * from './access-visitor-person-type-enum';
|
|
16
|
+
export * from './access-whitelist-application-add-vo';
|
|
17
|
+
export * from './access-whitelist-application-approval-vo';
|
|
18
|
+
export * from './access-whitelist-application-batch-import-template-dto';
|
|
19
|
+
export * from './access-whitelist-application-details-dto';
|
|
20
|
+
export * from './access-whitelist-application-internal-status-enum';
|
|
21
|
+
export * from './access-whitelist-application-status-enum';
|
|
22
|
+
export * from './access-whitelist-application-update-vo';
|
|
11
23
|
export * from './address-region-entity';
|
|
12
24
|
export * from './admission-terms-record-add-bo';
|
|
13
25
|
export * from './admission-terms-record-details-dto';
|
|
@@ -66,6 +78,7 @@ export * from './equipment-system-tree-dto';
|
|
|
66
78
|
export * from './equipment-tree-dto';
|
|
67
79
|
export * from './equipment-tree-details-dto';
|
|
68
80
|
export * from './equipment-work-order-statistics';
|
|
81
|
+
export * from './excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto';
|
|
69
82
|
export * from './excel-import-result-dtocalendar-export-dto';
|
|
70
83
|
export * from './excel-import-result-dtodisaster-warning-standard-import-dto';
|
|
71
84
|
export * from './excel-import-result-dtoequipment-excel-add-dto';
|
|
@@ -96,8 +109,10 @@ export * from './inspection-standard-type-enum';
|
|
|
96
109
|
export * from './installation-body-enum';
|
|
97
110
|
export * from './iot-device-status-enum';
|
|
98
111
|
export * from './json-result';
|
|
112
|
+
export * from './json-result-access-blacklist-details-dto';
|
|
99
113
|
export * from './json-result-access-company-config-entity';
|
|
100
114
|
export * from './json-result-access-config-entity';
|
|
115
|
+
export * from './json-result-access-whitelist-application-details-dto';
|
|
101
116
|
export * from './json-result-admission-terms-record-details-dto';
|
|
102
117
|
export * from './json-result-applet-user-type-dto';
|
|
103
118
|
export * from './json-result-big-decimal';
|
|
@@ -107,6 +122,7 @@ export * from './json-result-disaster-warning-standard-entity';
|
|
|
107
122
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
108
123
|
export * from './json-result-equipment-detail-dto';
|
|
109
124
|
export * from './json-result-equipment-search-system-dto';
|
|
125
|
+
export * from './json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto';
|
|
110
126
|
export * from './json-result-excel-import-result-dtocalendar-export-dto';
|
|
111
127
|
export * from './json-result-excel-import-result-dtodisaster-warning-standard-import-dto';
|
|
112
128
|
export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
|
|
@@ -156,6 +172,8 @@ export * from './json-result-maintenance-standard-entity';
|
|
|
156
172
|
export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
|
|
157
173
|
export * from './json-result-network-monitor-repair-details-dto';
|
|
158
174
|
export * from './json-result-offline-alert-work-order-details-dto';
|
|
175
|
+
export * from './json-result-page-dto-access-blacklist-details-dto';
|
|
176
|
+
export * from './json-result-page-dto-access-whitelist-application-details-dto';
|
|
159
177
|
export * from './json-result-page-dto-admission-terms-record-list-dto';
|
|
160
178
|
export * from './json-result-page-dto-disaster-warning-standard-entity';
|
|
161
179
|
export * from './json-result-page-dto-equipment-search-system-dto';
|
|
@@ -214,6 +232,8 @@ export * from './offline-alert-submit-vo';
|
|
|
214
232
|
export * from './offline-alert-work-order-details-dto';
|
|
215
233
|
export * from './offline-alert-work-order-info';
|
|
216
234
|
export * from './offline-alert-work-order-vo';
|
|
235
|
+
export * from './page-dto-access-blacklist-details-dto';
|
|
236
|
+
export * from './page-dto-access-whitelist-application-details-dto';
|
|
217
237
|
export * from './page-dto-admission-terms-record-list-dto';
|
|
218
238
|
export * from './page-dto-disaster-warning-standard-entity';
|
|
219
239
|
export * from './page-dto-equipment-search-system-dto';
|
|
@@ -350,6 +370,7 @@ export * from './violation-work-order-add-vo';
|
|
|
350
370
|
export * from './violation-work-order-details-dto';
|
|
351
371
|
export * from './violation-work-order-info';
|
|
352
372
|
export * from './watermark';
|
|
373
|
+
export * from './whitelist-other-info-vo';
|
|
353
374
|
export * from './work-order-add-vo';
|
|
354
375
|
export * from './work-order-approval-vo';
|
|
355
376
|
export * from './work-order-circulation-settings-add-or-update-vo';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -1,13 +1,25 @@
|
|
|
1
1
|
export * from './access-approval-config-enum';
|
|
2
2
|
export * from './access-approval-config-vo';
|
|
3
3
|
export * from './access-approval-config-vo-reminder';
|
|
4
|
+
export * from './access-blacklist-add-vo';
|
|
5
|
+
export * from './access-blacklist-details-dto';
|
|
6
|
+
export * from './access-blacklist-update-vo';
|
|
4
7
|
export * from './access-company-config-add-or-update-vo';
|
|
5
8
|
export * from './access-company-config-entity';
|
|
6
9
|
export * from './access-company-config-sort-vo';
|
|
7
10
|
export * from './access-config-entity';
|
|
8
11
|
export * from './access-config-vo';
|
|
12
|
+
export * from './access-vehicle-length-enum';
|
|
13
|
+
export * from './access-vehicle-type-enum';
|
|
9
14
|
export * from './access-visitor-person-type-config-vo';
|
|
10
15
|
export * from './access-visitor-person-type-enum';
|
|
16
|
+
export * from './access-whitelist-application-add-vo';
|
|
17
|
+
export * from './access-whitelist-application-approval-vo';
|
|
18
|
+
export * from './access-whitelist-application-batch-import-template-dto';
|
|
19
|
+
export * from './access-whitelist-application-details-dto';
|
|
20
|
+
export * from './access-whitelist-application-internal-status-enum';
|
|
21
|
+
export * from './access-whitelist-application-status-enum';
|
|
22
|
+
export * from './access-whitelist-application-update-vo';
|
|
11
23
|
export * from './address-region-entity';
|
|
12
24
|
export * from './admission-terms-record-add-bo';
|
|
13
25
|
export * from './admission-terms-record-details-dto';
|
|
@@ -66,6 +78,7 @@ export * from './equipment-system-tree-dto';
|
|
|
66
78
|
export * from './equipment-tree-dto';
|
|
67
79
|
export * from './equipment-tree-details-dto';
|
|
68
80
|
export * from './equipment-work-order-statistics';
|
|
81
|
+
export * from './excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto';
|
|
69
82
|
export * from './excel-import-result-dtocalendar-export-dto';
|
|
70
83
|
export * from './excel-import-result-dtodisaster-warning-standard-import-dto';
|
|
71
84
|
export * from './excel-import-result-dtoequipment-excel-add-dto';
|
|
@@ -96,8 +109,10 @@ export * from './inspection-standard-type-enum';
|
|
|
96
109
|
export * from './installation-body-enum';
|
|
97
110
|
export * from './iot-device-status-enum';
|
|
98
111
|
export * from './json-result';
|
|
112
|
+
export * from './json-result-access-blacklist-details-dto';
|
|
99
113
|
export * from './json-result-access-company-config-entity';
|
|
100
114
|
export * from './json-result-access-config-entity';
|
|
115
|
+
export * from './json-result-access-whitelist-application-details-dto';
|
|
101
116
|
export * from './json-result-admission-terms-record-details-dto';
|
|
102
117
|
export * from './json-result-applet-user-type-dto';
|
|
103
118
|
export * from './json-result-big-decimal';
|
|
@@ -107,6 +122,7 @@ export * from './json-result-disaster-warning-standard-entity';
|
|
|
107
122
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
108
123
|
export * from './json-result-equipment-detail-dto';
|
|
109
124
|
export * from './json-result-equipment-search-system-dto';
|
|
125
|
+
export * from './json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto';
|
|
110
126
|
export * from './json-result-excel-import-result-dtocalendar-export-dto';
|
|
111
127
|
export * from './json-result-excel-import-result-dtodisaster-warning-standard-import-dto';
|
|
112
128
|
export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
|
|
@@ -156,6 +172,8 @@ export * from './json-result-maintenance-standard-entity';
|
|
|
156
172
|
export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
|
|
157
173
|
export * from './json-result-network-monitor-repair-details-dto';
|
|
158
174
|
export * from './json-result-offline-alert-work-order-details-dto';
|
|
175
|
+
export * from './json-result-page-dto-access-blacklist-details-dto';
|
|
176
|
+
export * from './json-result-page-dto-access-whitelist-application-details-dto';
|
|
159
177
|
export * from './json-result-page-dto-admission-terms-record-list-dto';
|
|
160
178
|
export * from './json-result-page-dto-disaster-warning-standard-entity';
|
|
161
179
|
export * from './json-result-page-dto-equipment-search-system-dto';
|
|
@@ -214,6 +232,8 @@ export * from './offline-alert-submit-vo';
|
|
|
214
232
|
export * from './offline-alert-work-order-details-dto';
|
|
215
233
|
export * from './offline-alert-work-order-info';
|
|
216
234
|
export * from './offline-alert-work-order-vo';
|
|
235
|
+
export * from './page-dto-access-blacklist-details-dto';
|
|
236
|
+
export * from './page-dto-access-whitelist-application-details-dto';
|
|
217
237
|
export * from './page-dto-admission-terms-record-list-dto';
|
|
218
238
|
export * from './page-dto-disaster-warning-standard-entity';
|
|
219
239
|
export * from './page-dto-equipment-search-system-dto';
|
|
@@ -350,6 +370,7 @@ export * from './violation-work-order-add-vo';
|
|
|
350
370
|
export * from './violation-work-order-details-dto';
|
|
351
371
|
export * from './violation-work-order-info';
|
|
352
372
|
export * from './watermark';
|
|
373
|
+
export * from './whitelist-other-info-vo';
|
|
353
374
|
export * from './work-order-add-vo';
|
|
354
375
|
export * from './work-order-approval-vo';
|
|
355
376
|
export * from './work-order-circulation-settings-add-or-update-vo';
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { AccessBlacklistDetailsDto } from './access-blacklist-details-dto';
|
|
13
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultAccessBlacklistDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultAccessBlacklistDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultAccessBlacklistDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultAccessBlacklistDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultAccessBlacklistDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {AccessBlacklistDetailsDto}
|
|
41
|
+
* @memberof JsonResultAccessBlacklistDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: AccessBlacklistDetailsDto;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultAccessBlacklistDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultAccessBlacklistDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultAccessBlacklistDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 {};
|