@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
|
@@ -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,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,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,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,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,12 +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';
|
|
9
|
+
export * from './access-company-config-sort-vo';
|
|
6
10
|
export * from './access-config-entity';
|
|
7
11
|
export * from './access-config-vo';
|
|
12
|
+
export * from './access-vehicle-length-enum';
|
|
13
|
+
export * from './access-vehicle-type-enum';
|
|
8
14
|
export * from './access-visitor-person-type-config-vo';
|
|
9
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';
|
|
10
23
|
export * from './address-region-entity';
|
|
11
24
|
export * from './admission-terms-record-add-bo';
|
|
12
25
|
export * from './admission-terms-record-details-dto';
|
|
@@ -65,6 +78,7 @@ export * from './equipment-system-tree-dto';
|
|
|
65
78
|
export * from './equipment-tree-dto';
|
|
66
79
|
export * from './equipment-tree-details-dto';
|
|
67
80
|
export * from './equipment-work-order-statistics';
|
|
81
|
+
export * from './excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto';
|
|
68
82
|
export * from './excel-import-result-dtocalendar-export-dto';
|
|
69
83
|
export * from './excel-import-result-dtodisaster-warning-standard-import-dto';
|
|
70
84
|
export * from './excel-import-result-dtoequipment-excel-add-dto';
|
|
@@ -95,8 +109,10 @@ export * from './inspection-standard-type-enum';
|
|
|
95
109
|
export * from './installation-body-enum';
|
|
96
110
|
export * from './iot-device-status-enum';
|
|
97
111
|
export * from './json-result';
|
|
112
|
+
export * from './json-result-access-blacklist-details-dto';
|
|
98
113
|
export * from './json-result-access-company-config-entity';
|
|
99
114
|
export * from './json-result-access-config-entity';
|
|
115
|
+
export * from './json-result-access-whitelist-application-details-dto';
|
|
100
116
|
export * from './json-result-admission-terms-record-details-dto';
|
|
101
117
|
export * from './json-result-applet-user-type-dto';
|
|
102
118
|
export * from './json-result-big-decimal';
|
|
@@ -106,6 +122,7 @@ export * from './json-result-disaster-warning-standard-entity';
|
|
|
106
122
|
export * from './json-result-equipment-add-redis-list-dto';
|
|
107
123
|
export * from './json-result-equipment-detail-dto';
|
|
108
124
|
export * from './json-result-equipment-search-system-dto';
|
|
125
|
+
export * from './json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto';
|
|
109
126
|
export * from './json-result-excel-import-result-dtocalendar-export-dto';
|
|
110
127
|
export * from './json-result-excel-import-result-dtodisaster-warning-standard-import-dto';
|
|
111
128
|
export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
|
|
@@ -155,6 +172,8 @@ export * from './json-result-maintenance-standard-entity';
|
|
|
155
172
|
export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
|
|
156
173
|
export * from './json-result-network-monitor-repair-details-dto';
|
|
157
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';
|
|
158
177
|
export * from './json-result-page-dto-admission-terms-record-list-dto';
|
|
159
178
|
export * from './json-result-page-dto-disaster-warning-standard-entity';
|
|
160
179
|
export * from './json-result-page-dto-equipment-search-system-dto';
|
|
@@ -213,6 +232,8 @@ export * from './offline-alert-submit-vo';
|
|
|
213
232
|
export * from './offline-alert-work-order-details-dto';
|
|
214
233
|
export * from './offline-alert-work-order-info';
|
|
215
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';
|
|
216
237
|
export * from './page-dto-admission-terms-record-list-dto';
|
|
217
238
|
export * from './page-dto-disaster-warning-standard-entity';
|
|
218
239
|
export * from './page-dto-equipment-search-system-dto';
|
|
@@ -349,6 +370,7 @@ export * from './violation-work-order-add-vo';
|
|
|
349
370
|
export * from './violation-work-order-details-dto';
|
|
350
371
|
export * from './violation-work-order-info';
|
|
351
372
|
export * from './watermark';
|
|
373
|
+
export * from './whitelist-other-info-vo';
|
|
352
374
|
export * from './work-order-add-vo';
|
|
353
375
|
export * from './work-order-approval-vo';
|
|
354
376
|
export * from './work-order-circulation-settings-add-or-update-vo';
|