@gizone/rrs-client 4.2.0-alpha.295 → 4.2.0-alpha.298
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 +12 -0
- package/apis/access-api.ts +401 -0
- package/apis/open-api-api.ts +93 -0
- package/dist/apis/access-api.d.ts +216 -0
- package/dist/apis/access-api.js +262 -0
- package/dist/apis/open-api-api.d.ts +48 -0
- package/dist/apis/open-api-api.js +70 -0
- package/dist/esm/apis/access-api.d.ts +216 -0
- package/dist/esm/apis/access-api.js +262 -0
- package/dist/esm/apis/open-api-api.d.ts +48 -0
- package/dist/esm/apis/open-api-api.js +70 -0
- package/dist/esm/models/access-appointment-internal-status-enum.d.ts +21 -0
- package/dist/esm/models/access-appointment-internal-status-enum.js +22 -0
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +178 -0
- package/dist/esm/models/access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/access-appointment-status-enum.d.ts +25 -0
- package/dist/esm/models/access-appointment-status-enum.js +26 -0
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +2 -2
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +81 -0
- package/dist/esm/models/access-whitelist-application-process-details-dto.js +14 -0
- package/dist/esm/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
- package/dist/esm/models/access-whitelist-application-process-details-user-info.js +14 -0
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +6 -6
- package/dist/esm/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
- package/dist/esm/models/access-whitelist-process-handler-status-enum.js +22 -0
- package/dist/esm/models/access-whitelist-process-type-enum.d.ts +23 -0
- package/dist/esm/models/access-whitelist-process-type-enum.js +24 -0
- package/dist/esm/models/index.d.ts +12 -0
- package/dist/esm/models/index.js +12 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
- package/dist/esm/models/open-api-access-appointment-record-add-vo.js +14 -0
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/access-appointment-internal-status-enum.d.ts +21 -0
- package/dist/models/access-appointment-internal-status-enum.js +25 -0
- package/dist/models/access-appointment-record-details-dto.d.ts +178 -0
- package/dist/models/access-appointment-record-details-dto.js +15 -0
- package/dist/models/access-appointment-status-enum.d.ts +25 -0
- package/dist/models/access-appointment-status-enum.js +29 -0
- package/dist/models/access-whitelist-application-add-vo.d.ts +2 -2
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +81 -0
- package/dist/models/access-whitelist-application-process-details-dto.js +15 -0
- package/dist/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
- package/dist/models/access-whitelist-application-process-details-user-info.js +15 -0
- package/dist/models/access-whitelist-application-update-vo.d.ts +6 -6
- package/dist/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
- package/dist/models/access-whitelist-process-handler-status-enum.js +25 -0
- package/dist/models/access-whitelist-process-type-enum.d.ts +23 -0
- package/dist/models/access-whitelist-process-type-enum.js +27 -0
- package/dist/models/index.d.ts +12 -0
- package/dist/models/index.js +12 -0
- package/dist/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/models/json-result-access-appointment-record-details-dto.js +15 -0
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.js +15 -0
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
- package/dist/models/open-api-access-appointment-record-add-vo.js +15 -0
- package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
- package/dist/models/page-dto-access-appointment-record-details-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/models/access-appointment-internal-status-enum.ts +31 -0
- package/models/access-appointment-record-details-dto.ts +206 -0
- package/models/access-appointment-status-enum.ts +35 -0
- package/models/access-whitelist-application-add-vo.ts +2 -2
- package/models/access-whitelist-application-process-details-dto.ts +95 -0
- package/models/access-whitelist-application-process-details-user-info.ts +42 -0
- package/models/access-whitelist-application-update-vo.ts +6 -6
- package/models/access-whitelist-process-handler-status-enum.ts +31 -0
- package/models/access-whitelist-process-type-enum.ts +33 -0
- package/models/index.ts +12 -0
- package/models/json-result-access-appointment-record-details-dto.ts +72 -0
- package/models/json-result-list-access-whitelist-application-process-details-dto.ts +72 -0
- package/models/json-result-page-dto-access-appointment-record-details-dto.ts +72 -0
- package/models/open-api-access-appointment-record-add-vo.ts +140 -0
- package/models/page-dto-access-appointment-record-details-dto.ts +39 -0
- package/models/sys-user.ts +4 -4
- package/package.json +1 -1
|
@@ -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.AccessAppointmentInternalStatusEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 内部预约状态枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessAppointmentInternalStatusEnum = {
|
|
23
|
+
BusinessPending: 'BUSINESS_PENDING',
|
|
24
|
+
ParkPending: 'PARK_PENDING'
|
|
25
|
+
};
|
|
@@ -0,0 +1,178 @@
|
|
|
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 { AccessAppointmentInternalStatusEnum } from './access-appointment-internal-status-enum';
|
|
13
|
+
import type { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
|
|
14
|
+
import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
|
|
15
|
+
import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
16
|
+
import type { AccessAppointmentStatusEnum } from './access-appointment-status-enum';
|
|
17
|
+
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
18
|
+
import type { AccessReasonEnum } from './access-reason-enum';
|
|
19
|
+
import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
20
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
21
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
22
|
+
/**
|
|
23
|
+
* 出入预约记录详情
|
|
24
|
+
* @export
|
|
25
|
+
* @interface AccessAppointmentRecordDetailsDto
|
|
26
|
+
*/
|
|
27
|
+
export interface AccessAppointmentRecordDetailsDto {
|
|
28
|
+
/**
|
|
29
|
+
* 出入ID
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
32
|
+
*/
|
|
33
|
+
'id'?: number;
|
|
34
|
+
/**
|
|
35
|
+
* 园区ID
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
38
|
+
*/
|
|
39
|
+
'parkId'?: number;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {AccessDirectionEnum}
|
|
43
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
44
|
+
*/
|
|
45
|
+
'accessDirection'?: AccessDirectionEnum;
|
|
46
|
+
/**
|
|
47
|
+
* 预约单号
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
50
|
+
*/
|
|
51
|
+
'appointmentNo'?: string;
|
|
52
|
+
/**
|
|
53
|
+
* 访问公司ID
|
|
54
|
+
* @type {number}
|
|
55
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
56
|
+
*/
|
|
57
|
+
'accessCompanyId'?: number;
|
|
58
|
+
/**
|
|
59
|
+
* 访问公司名称
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
62
|
+
*/
|
|
63
|
+
'accessCompanyName'?: string;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
67
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
68
|
+
*/
|
|
69
|
+
'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {AccessReasonEnum}
|
|
73
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
74
|
+
*/
|
|
75
|
+
'accessReason'?: AccessReasonEnum;
|
|
76
|
+
/**
|
|
77
|
+
* 备注
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
80
|
+
*/
|
|
81
|
+
'remarks'?: string;
|
|
82
|
+
/**
|
|
83
|
+
* 所属单位
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
86
|
+
*/
|
|
87
|
+
'companyName'?: string;
|
|
88
|
+
/**
|
|
89
|
+
* 预约开始时间
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
92
|
+
*/
|
|
93
|
+
'appointmentStartTime'?: string;
|
|
94
|
+
/**
|
|
95
|
+
* 预约结束时间
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
98
|
+
*/
|
|
99
|
+
'appointmentEndTime'?: string;
|
|
100
|
+
/**
|
|
101
|
+
* 预约人姓名
|
|
102
|
+
* @type {string}
|
|
103
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
104
|
+
*/
|
|
105
|
+
'appointmentName'?: string;
|
|
106
|
+
/**
|
|
107
|
+
* 预约人手机号
|
|
108
|
+
* @type {string}
|
|
109
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
110
|
+
*/
|
|
111
|
+
'appointmentPhone'?: string;
|
|
112
|
+
/**
|
|
113
|
+
* 预约人车牌号
|
|
114
|
+
* @type {string}
|
|
115
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
116
|
+
*/
|
|
117
|
+
'appointmentLicensePlate'?: string;
|
|
118
|
+
/**
|
|
119
|
+
*
|
|
120
|
+
* @type {AccessVehicleTypeEnum}
|
|
121
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
122
|
+
*/
|
|
123
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
124
|
+
/**
|
|
125
|
+
*
|
|
126
|
+
* @type {AccessVehicleLengthEnum}
|
|
127
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
128
|
+
*/
|
|
129
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
* @type {AccessAppointmentStatusEnum}
|
|
133
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
134
|
+
*/
|
|
135
|
+
'appointmentStatus'?: AccessAppointmentStatusEnum;
|
|
136
|
+
/**
|
|
137
|
+
*
|
|
138
|
+
* @type {AccessAppointmentInternalStatusEnum}
|
|
139
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
140
|
+
*/
|
|
141
|
+
'appointmentInternalStatus'?: AccessAppointmentInternalStatusEnum;
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
* @type {AccessAppointmentRecordInOtherInfoVo}
|
|
145
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
146
|
+
*/
|
|
147
|
+
'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
|
|
148
|
+
/**
|
|
149
|
+
*
|
|
150
|
+
* @type {AccessAppointmentRecordOutOtherInfoVo}
|
|
151
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
152
|
+
*/
|
|
153
|
+
'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
|
|
154
|
+
/**
|
|
155
|
+
*
|
|
156
|
+
* @type {AccessAppointmentSourceEnum}
|
|
157
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
158
|
+
*/
|
|
159
|
+
'appointmentSource'?: AccessAppointmentSourceEnum;
|
|
160
|
+
/**
|
|
161
|
+
* 来源单号
|
|
162
|
+
* @type {string}
|
|
163
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
164
|
+
*/
|
|
165
|
+
'sourceId'?: string;
|
|
166
|
+
/**
|
|
167
|
+
* 发起人ID
|
|
168
|
+
* @type {number}
|
|
169
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
170
|
+
*/
|
|
171
|
+
'initiateUserId'?: number;
|
|
172
|
+
/**
|
|
173
|
+
* 发起人小程序用户ID
|
|
174
|
+
* @type {number}
|
|
175
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
176
|
+
*/
|
|
177
|
+
'initiateWxUserId'?: number;
|
|
178
|
+
}
|
|
@@ -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 AccessAppointmentStatusEnum: {
|
|
18
|
+
readonly EntryPending: "ENTRY_PENDING";
|
|
19
|
+
readonly EntryApproved: "ENTRY_APPROVED";
|
|
20
|
+
readonly EntryRejected: "ENTRY_REJECTED";
|
|
21
|
+
readonly ExitPending: "EXIT_PENDING";
|
|
22
|
+
readonly ExitApproved: "EXIT_APPROVED";
|
|
23
|
+
readonly ExitRejected: "EXIT_REJECTED";
|
|
24
|
+
};
|
|
25
|
+
export type AccessAppointmentStatusEnum = typeof AccessAppointmentStatusEnum[keyof typeof AccessAppointmentStatusEnum];
|
|
@@ -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.AccessAppointmentStatusEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 预约状态枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessAppointmentStatusEnum = {
|
|
23
|
+
EntryPending: 'ENTRY_PENDING',
|
|
24
|
+
EntryApproved: 'ENTRY_APPROVED',
|
|
25
|
+
EntryRejected: 'ENTRY_REJECTED',
|
|
26
|
+
ExitPending: 'EXIT_PENDING',
|
|
27
|
+
ExitApproved: 'EXIT_APPROVED',
|
|
28
|
+
ExitRejected: 'EXIT_REJECTED'
|
|
29
|
+
};
|
|
@@ -38,13 +38,13 @@ export interface AccessWhitelistApplicationAddVo {
|
|
|
38
38
|
*/
|
|
39
39
|
'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
|
|
40
40
|
/**
|
|
41
|
-
* 开始时间
|
|
41
|
+
* 开始时间 格式:yyyy-MM-dd HH:mm:ss
|
|
42
42
|
* @type {string}
|
|
43
43
|
* @memberof AccessWhitelistApplicationAddVo
|
|
44
44
|
*/
|
|
45
45
|
'startTime': string;
|
|
46
46
|
/**
|
|
47
|
-
* 结束时间
|
|
47
|
+
* 结束时间 格式:yyyy-MM-dd HH:mm:ss
|
|
48
48
|
* @type {string}
|
|
49
49
|
* @memberof AccessWhitelistApplicationAddVo
|
|
50
50
|
*/
|
|
@@ -0,0 +1,81 @@
|
|
|
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 { AccessWhitelistApplicationProcessDetailsUserInfo } from './access-whitelist-application-process-details-user-info';
|
|
13
|
+
import type { AccessWhitelistProcessHandlerStatusEnum } from './access-whitelist-process-handler-status-enum';
|
|
14
|
+
import type { AccessWhitelistProcessTypeEnum } from './access-whitelist-process-type-enum';
|
|
15
|
+
/**
|
|
16
|
+
* 白名单申请流程详情数据传输对象
|
|
17
|
+
* @export
|
|
18
|
+
* @interface AccessWhitelistApplicationProcessDetailsDto
|
|
19
|
+
*/
|
|
20
|
+
export interface AccessWhitelistApplicationProcessDetailsDto {
|
|
21
|
+
/**
|
|
22
|
+
* 流程记录id
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
25
|
+
*/
|
|
26
|
+
'id'?: number;
|
|
27
|
+
/**
|
|
28
|
+
* 白名单申请id
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
31
|
+
*/
|
|
32
|
+
'whitelistApplicationId'?: number;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {AccessWhitelistProcessTypeEnum}
|
|
36
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
37
|
+
*/
|
|
38
|
+
'processType'?: AccessWhitelistProcessTypeEnum;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {AccessWhitelistApplicationProcessDetailsUserInfo}
|
|
42
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
43
|
+
*/
|
|
44
|
+
'assignedHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
|
|
45
|
+
/**
|
|
46
|
+
* 分配的处理部门id
|
|
47
|
+
* @type {Array<number>}
|
|
48
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
49
|
+
*/
|
|
50
|
+
'assignedHandlerDeptIds'?: Array<number>;
|
|
51
|
+
/**
|
|
52
|
+
* 分配的处理部门名称
|
|
53
|
+
* @type {Array<string>}
|
|
54
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
55
|
+
*/
|
|
56
|
+
'assignedHandlerDeptNames'?: Array<string>;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {AccessWhitelistApplicationProcessDetailsUserInfo}
|
|
60
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
61
|
+
*/
|
|
62
|
+
'actualHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
|
|
63
|
+
/**
|
|
64
|
+
* 实际处理时间
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
67
|
+
*/
|
|
68
|
+
'actualHandlerTime'?: string;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {AccessWhitelistProcessHandlerStatusEnum}
|
|
72
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
73
|
+
*/
|
|
74
|
+
'handlerStatus'?: AccessWhitelistProcessHandlerStatusEnum;
|
|
75
|
+
/**
|
|
76
|
+
* 备注
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
79
|
+
*/
|
|
80
|
+
'remarks'?: string;
|
|
81
|
+
}
|
|
@@ -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,36 @@
|
|
|
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 AccessWhitelistApplicationProcessDetailsUserInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessWhitelistApplicationProcessDetailsUserInfo {
|
|
18
|
+
/**
|
|
19
|
+
* 用户id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof AccessWhitelistApplicationProcessDetailsUserInfo
|
|
22
|
+
*/
|
|
23
|
+
'userId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 用户名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AccessWhitelistApplicationProcessDetailsUserInfo
|
|
28
|
+
*/
|
|
29
|
+
'userName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 用户部门名称
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AccessWhitelistApplicationProcessDetailsUserInfo
|
|
34
|
+
*/
|
|
35
|
+
'userDeptName'?: string;
|
|
36
|
+
}
|
|
@@ -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 });
|
|
@@ -44,23 +44,23 @@ export interface AccessWhitelistApplicationUpdateVo {
|
|
|
44
44
|
*/
|
|
45
45
|
'endTime': string;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* 申请原因
|
|
48
48
|
* @type {string}
|
|
49
49
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
50
50
|
*/
|
|
51
|
-
'
|
|
51
|
+
'applicantReason': string;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* 姓名
|
|
54
54
|
* @type {string}
|
|
55
55
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
56
56
|
*/
|
|
57
|
-
'
|
|
57
|
+
'applicantName': string;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 申请电话
|
|
60
60
|
* @type {string}
|
|
61
61
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
62
62
|
*/
|
|
63
|
-
'
|
|
63
|
+
'applicantPhone': string;
|
|
64
64
|
/**
|
|
65
65
|
* 申请人脸图片
|
|
66
66
|
* @type {string}
|
|
@@ -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 AccessWhitelistProcessHandlerStatusEnum: {
|
|
18
|
+
readonly Unhandled: "UNHANDLED";
|
|
19
|
+
readonly Handled: "HANDLED";
|
|
20
|
+
};
|
|
21
|
+
export type AccessWhitelistProcessHandlerStatusEnum = typeof AccessWhitelistProcessHandlerStatusEnum[keyof typeof AccessWhitelistProcessHandlerStatusEnum];
|
|
@@ -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.AccessWhitelistProcessHandlerStatusEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 出入访问白名单处理状态枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessWhitelistProcessHandlerStatusEnum = {
|
|
23
|
+
Unhandled: 'UNHANDLED',
|
|
24
|
+
Handled: 'HANDLED'
|
|
25
|
+
};
|
|
@@ -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 AccessWhitelistProcessTypeEnum: {
|
|
18
|
+
readonly Initiate: "INITIATE";
|
|
19
|
+
readonly BusinessApproval: "BUSINESS_APPROVAL";
|
|
20
|
+
readonly ParkApproval: "PARK_APPROVAL";
|
|
21
|
+
readonly BatchImport: "BATCH_IMPORT";
|
|
22
|
+
};
|
|
23
|
+
export type AccessWhitelistProcessTypeEnum = typeof AccessWhitelistProcessTypeEnum[keyof typeof AccessWhitelistProcessTypeEnum];
|
|
@@ -0,0 +1,27 @@
|
|
|
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.AccessWhitelistProcessTypeEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 出入访问白名单处理类型枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessWhitelistProcessTypeEnum = {
|
|
23
|
+
Initiate: 'INITIATE',
|
|
24
|
+
BusinessApproval: 'BUSINESS_APPROVAL',
|
|
25
|
+
ParkApproval: 'PARK_APPROVAL',
|
|
26
|
+
BatchImport: 'BATCH_IMPORT'
|
|
27
|
+
};
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
+
export * from './access-appointment-internal-status-enum';
|
|
1
2
|
export * from './access-appointment-record-add-vo';
|
|
2
3
|
export * from './access-appointment-record-approval-vo';
|
|
4
|
+
export * from './access-appointment-record-details-dto';
|
|
3
5
|
export * from './access-appointment-record-in-other-info-vo';
|
|
4
6
|
export * from './access-appointment-record-out-other-info-vo';
|
|
5
7
|
export * from './access-appointment-source-enum';
|
|
8
|
+
export * from './access-appointment-status-enum';
|
|
6
9
|
export * from './access-approval-config-enum';
|
|
7
10
|
export * from './access-approval-config-vo';
|
|
8
11
|
export * from './access-approval-config-vo-reminder';
|
|
@@ -25,8 +28,12 @@ export * from './access-whitelist-application-approval-vo';
|
|
|
25
28
|
export * from './access-whitelist-application-batch-import-template-dto';
|
|
26
29
|
export * from './access-whitelist-application-details-dto';
|
|
27
30
|
export * from './access-whitelist-application-internal-status-enum';
|
|
31
|
+
export * from './access-whitelist-application-process-details-dto';
|
|
32
|
+
export * from './access-whitelist-application-process-details-user-info';
|
|
28
33
|
export * from './access-whitelist-application-status-enum';
|
|
29
34
|
export * from './access-whitelist-application-update-vo';
|
|
35
|
+
export * from './access-whitelist-process-handler-status-enum';
|
|
36
|
+
export * from './access-whitelist-process-type-enum';
|
|
30
37
|
export * from './address-region-entity';
|
|
31
38
|
export * from './admission-terms-record-add-bo';
|
|
32
39
|
export * from './admission-terms-record-details-dto';
|
|
@@ -116,6 +123,7 @@ export * from './inspection-standard-type-enum';
|
|
|
116
123
|
export * from './installation-body-enum';
|
|
117
124
|
export * from './iot-device-status-enum';
|
|
118
125
|
export * from './json-result';
|
|
126
|
+
export * from './json-result-access-appointment-record-details-dto';
|
|
119
127
|
export * from './json-result-access-blacklist-details-dto';
|
|
120
128
|
export * from './json-result-access-company-config-entity';
|
|
121
129
|
export * from './json-result-access-config-entity';
|
|
@@ -144,6 +152,7 @@ export * from './json-result-inspection-standard-entity';
|
|
|
144
152
|
export * from './json-result-integer';
|
|
145
153
|
export * from './json-result-json-result-list-space-tree-dto';
|
|
146
154
|
export * from './json-result-list-access-company-config-entity';
|
|
155
|
+
export * from './json-result-list-access-whitelist-application-process-details-dto';
|
|
147
156
|
export * from './json-result-list-address-region-entity';
|
|
148
157
|
export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
149
158
|
export * from './json-result-list-area-park-dto';
|
|
@@ -179,6 +188,7 @@ export * from './json-result-maintenance-standard-entity';
|
|
|
179
188
|
export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
|
|
180
189
|
export * from './json-result-network-monitor-repair-details-dto';
|
|
181
190
|
export * from './json-result-offline-alert-work-order-details-dto';
|
|
191
|
+
export * from './json-result-page-dto-access-appointment-record-details-dto';
|
|
182
192
|
export * from './json-result-page-dto-access-blacklist-details-dto';
|
|
183
193
|
export * from './json-result-page-dto-access-whitelist-application-details-dto';
|
|
184
194
|
export * from './json-result-page-dto-admission-terms-record-list-dto';
|
|
@@ -239,6 +249,8 @@ export * from './offline-alert-submit-vo';
|
|
|
239
249
|
export * from './offline-alert-work-order-details-dto';
|
|
240
250
|
export * from './offline-alert-work-order-info';
|
|
241
251
|
export * from './offline-alert-work-order-vo';
|
|
252
|
+
export * from './open-api-access-appointment-record-add-vo';
|
|
253
|
+
export * from './page-dto-access-appointment-record-details-dto';
|
|
242
254
|
export * from './page-dto-access-blacklist-details-dto';
|
|
243
255
|
export * from './page-dto-access-whitelist-application-details-dto';
|
|
244
256
|
export * from './page-dto-admission-terms-record-list-dto';
|