@gizone/rrs-client 4.2.0-alpha.294 → 4.2.0-alpha.297
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 +19 -0
- package/apis/access-api.ts +595 -0
- package/apis/open-api-api.ts +93 -0
- package/dist/apis/access-api.d.ts +318 -0
- package/dist/apis/access-api.js +407 -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 +318 -0
- package/dist/esm/apis/access-api.js +407 -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-add-vo.d.ts +128 -0
- package/dist/esm/models/access-appointment-record-add-vo.js +14 -0
- package/dist/esm/models/access-appointment-record-approval-vo.d.ts +30 -0
- package/dist/esm/models/access-appointment-record-approval-vo.js +14 -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-record-in-other-info-vo.d.ts +54 -0
- package/dist/esm/models/access-appointment-record-in-other-info-vo.js +14 -0
- package/dist/esm/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
- package/dist/esm/models/access-appointment-record-out-other-info-vo.js +14 -0
- package/dist/esm/models/access-appointment-source-enum.d.ts +24 -0
- package/dist/esm/models/access-appointment-source-enum.js +25 -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-approval-config-enum.d.ts +1 -1
- package/dist/esm/models/access-approval-config-enum.js +1 -1
- package/dist/esm/models/access-direction-enum.d.ts +22 -0
- package/dist/esm/models/access-direction-enum.js +23 -0
- package/dist/esm/models/access-reason-enum.d.ts +26 -0
- package/dist/esm/models/access-reason-enum.js +27 -0
- 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-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 +19 -0
- package/dist/esm/models/index.js +19 -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/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/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-add-vo.d.ts +128 -0
- package/dist/models/access-appointment-record-add-vo.js +15 -0
- package/dist/models/access-appointment-record-approval-vo.d.ts +30 -0
- package/dist/models/access-appointment-record-approval-vo.js +15 -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-record-in-other-info-vo.d.ts +54 -0
- package/dist/models/access-appointment-record-in-other-info-vo.js +15 -0
- package/dist/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
- package/dist/models/access-appointment-record-out-other-info-vo.js +15 -0
- package/dist/models/access-appointment-source-enum.d.ts +24 -0
- package/dist/models/access-appointment-source-enum.js +28 -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-approval-config-enum.d.ts +1 -1
- package/dist/models/access-approval-config-enum.js +1 -1
- package/dist/models/access-direction-enum.d.ts +22 -0
- package/dist/models/access-direction-enum.js +26 -0
- package/dist/models/access-reason-enum.d.ts +26 -0
- package/dist/models/access-reason-enum.js +30 -0
- 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-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 +19 -0
- package/dist/models/index.js +19 -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/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/models/access-appointment-internal-status-enum.ts +31 -0
- package/models/access-appointment-record-add-vo.ts +152 -0
- package/models/access-appointment-record-approval-vo.ts +36 -0
- package/models/access-appointment-record-details-dto.ts +206 -0
- package/models/access-appointment-record-in-other-info-vo.ts +60 -0
- package/models/access-appointment-record-out-other-info-vo.ts +36 -0
- package/models/access-appointment-source-enum.ts +34 -0
- package/models/access-appointment-status-enum.ts +35 -0
- package/models/access-approval-config-enum.ts +1 -1
- package/models/access-direction-enum.ts +32 -0
- package/models/access-reason-enum.ts +36 -0
- 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-process-handler-status-enum.ts +31 -0
- package/models/access-whitelist-process-type-enum.ts +33 -0
- package/models/index.ts +19 -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/system-user-msg-source-type-enum.ts +2 -1
- package/models/system-user-msg-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { PageDtoAccessAppointmentRecordDetailsDto } from './page-dto-access-appointment-record-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultPageDtoAccessAppointmentRecordDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {PageDtoAccessAppointmentRecordDetailsDto}
|
|
41
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: PageDtoAccessAppointmentRecordDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
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 {};
|
|
@@ -0,0 +1,120 @@
|
|
|
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 { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
|
|
13
|
+
import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
|
|
14
|
+
import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
15
|
+
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
16
|
+
import type { AccessReasonEnum } from './access-reason-enum';
|
|
17
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
18
|
+
/**
|
|
19
|
+
* OpenApi新增出入预约记录请求参数
|
|
20
|
+
* @export
|
|
21
|
+
* @interface OpenApiAccessAppointmentRecordAddVo
|
|
22
|
+
*/
|
|
23
|
+
export interface OpenApiAccessAppointmentRecordAddVo {
|
|
24
|
+
/**
|
|
25
|
+
* 消息ID
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
28
|
+
*/
|
|
29
|
+
'msgId': string;
|
|
30
|
+
/**
|
|
31
|
+
* 园区编码
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
34
|
+
*/
|
|
35
|
+
'parkCode': string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {AccessAppointmentSourceEnum}
|
|
39
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
40
|
+
*/
|
|
41
|
+
'appointmentSource': AccessAppointmentSourceEnum;
|
|
42
|
+
/**
|
|
43
|
+
* 访问公司
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
46
|
+
*/
|
|
47
|
+
'accessCompany'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 访客类型
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
52
|
+
*/
|
|
53
|
+
'visitorType'?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {AccessDirectionEnum}
|
|
57
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
58
|
+
*/
|
|
59
|
+
'accessDirection': AccessDirectionEnum;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {AccessReasonEnum}
|
|
63
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
64
|
+
*/
|
|
65
|
+
'accessReason'?: AccessReasonEnum;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {AccessVehicleTypeEnum}
|
|
69
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
70
|
+
*/
|
|
71
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {AccessAppointmentRecordInOtherInfoVo}
|
|
75
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
76
|
+
*/
|
|
77
|
+
'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {AccessAppointmentRecordOutOtherInfoVo}
|
|
81
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
82
|
+
*/
|
|
83
|
+
'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
|
|
84
|
+
/**
|
|
85
|
+
* 所属单位
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
88
|
+
*/
|
|
89
|
+
'companyName'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 预约开始时间 格式:yyyy-MM-dd HH:mm:ss
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
94
|
+
*/
|
|
95
|
+
'appointmentStartTime': string;
|
|
96
|
+
/**
|
|
97
|
+
* 预约结束时间 格式:yyyy-MM-dd HH:mm:ss
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
100
|
+
*/
|
|
101
|
+
'appointmentEndTime': string;
|
|
102
|
+
/**
|
|
103
|
+
* 预约人姓名
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
106
|
+
*/
|
|
107
|
+
'appointmentName': string;
|
|
108
|
+
/**
|
|
109
|
+
* 预约人手机号
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
112
|
+
*/
|
|
113
|
+
'appointmentPhone': string;
|
|
114
|
+
/**
|
|
115
|
+
* 预约人车牌号
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
118
|
+
*/
|
|
119
|
+
'appointmentLicensePlate': string;
|
|
120
|
+
}
|
|
@@ -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 { AccessAppointmentRecordDetailsDto } from './access-appointment-record-details-dto';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PageDtoAccessAppointmentRecordDetailsDto
|
|
17
|
+
*/
|
|
18
|
+
export interface PageDtoAccessAppointmentRecordDetailsDto {
|
|
19
|
+
/**
|
|
20
|
+
* 总记录数
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof PageDtoAccessAppointmentRecordDetailsDto
|
|
23
|
+
*/
|
|
24
|
+
'totalSize'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 页数据列表
|
|
27
|
+
* @type {Array<AccessAppointmentRecordDetailsDto>}
|
|
28
|
+
* @memberof PageDtoAccessAppointmentRecordDetailsDto
|
|
29
|
+
*/
|
|
30
|
+
'pageList'?: Array<AccessAppointmentRecordDetailsDto>;
|
|
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 {};
|
|
@@ -24,5 +24,6 @@ export declare const SystemUserMsgSourceTypeEnum: {
|
|
|
24
24
|
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
25
25
|
readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
|
|
26
26
|
readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
|
|
27
|
+
readonly AccessAppointmentApproval: "ACCESS_APPOINTMENT_APPROVAL";
|
|
27
28
|
};
|
|
28
29
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -25,5 +25,6 @@ export const SystemUserMsgSourceTypeEnum = {
|
|
|
25
25
|
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
26
26
|
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
27
27
|
UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
|
|
28
|
-
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
|
|
28
|
+
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
|
|
29
|
+
AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
|
|
29
30
|
};
|
|
@@ -19,5 +19,6 @@ export declare const SystemUserMsgTypeEnum: {
|
|
|
19
19
|
readonly WorkOrder: "WORK_ORDER";
|
|
20
20
|
readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
|
|
21
21
|
readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
|
|
22
|
+
readonly AccessAppointmentApproval: "ACCESS_APPOINTMENT_APPROVAL";
|
|
22
23
|
};
|
|
23
24
|
export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
|
|
@@ -20,5 +20,6 @@ export const SystemUserMsgTypeEnum = {
|
|
|
20
20
|
SystemNotice: 'SYSTEM_NOTICE',
|
|
21
21
|
WorkOrder: 'WORK_ORDER',
|
|
22
22
|
UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
|
|
23
|
-
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
|
|
23
|
+
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
|
|
24
|
+
AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
|
|
24
25
|
};
|
|
@@ -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 AccessAppointmentInternalStatusEnum: {
|
|
18
|
+
readonly BusinessPending: "BUSINESS_PENDING";
|
|
19
|
+
readonly ParkPending: "PARK_PENDING";
|
|
20
|
+
};
|
|
21
|
+
export type AccessAppointmentInternalStatusEnum = typeof AccessAppointmentInternalStatusEnum[keyof typeof AccessAppointmentInternalStatusEnum];
|
|
@@ -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,128 @@
|
|
|
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 { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
|
|
13
|
+
import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
|
|
14
|
+
import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
15
|
+
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
16
|
+
import type { AccessReasonEnum } from './access-reason-enum';
|
|
17
|
+
import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
18
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
19
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
20
|
+
/**
|
|
21
|
+
* 新增出入预约记录请求参数
|
|
22
|
+
* @export
|
|
23
|
+
* @interface AccessAppointmentRecordAddVo
|
|
24
|
+
*/
|
|
25
|
+
export interface AccessAppointmentRecordAddVo {
|
|
26
|
+
/**
|
|
27
|
+
* 园区ID
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
30
|
+
*/
|
|
31
|
+
'parkId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {AccessDirectionEnum}
|
|
35
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
36
|
+
*/
|
|
37
|
+
'accessDirection'?: AccessDirectionEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 访问公司ID
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
42
|
+
*/
|
|
43
|
+
'accessCompanyId'?: number;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
47
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
48
|
+
*/
|
|
49
|
+
'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {AccessReasonEnum}
|
|
53
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
54
|
+
*/
|
|
55
|
+
'accessReason'?: AccessReasonEnum;
|
|
56
|
+
/**
|
|
57
|
+
* 备注
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
60
|
+
*/
|
|
61
|
+
'remarks'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 所属单位
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
66
|
+
*/
|
|
67
|
+
'companyName'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 预约开始时间
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
72
|
+
*/
|
|
73
|
+
'appointmentStartTime'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 预约结束时间
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
78
|
+
*/
|
|
79
|
+
'appointmentEndTime'?: string;
|
|
80
|
+
/**
|
|
81
|
+
* 预约人姓名
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
84
|
+
*/
|
|
85
|
+
'appointmentName'?: string;
|
|
86
|
+
/**
|
|
87
|
+
* 预约人手机号
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
90
|
+
*/
|
|
91
|
+
'appointmentPhone'?: string;
|
|
92
|
+
/**
|
|
93
|
+
* 预约人车牌号
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
96
|
+
*/
|
|
97
|
+
'appointmentLicensePlate'?: string;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {AccessVehicleTypeEnum}
|
|
101
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
102
|
+
*/
|
|
103
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {AccessVehicleLengthEnum}
|
|
107
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
108
|
+
*/
|
|
109
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {AccessAppointmentRecordInOtherInfoVo}
|
|
113
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
114
|
+
*/
|
|
115
|
+
'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {AccessAppointmentRecordOutOtherInfoVo}
|
|
119
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
120
|
+
*/
|
|
121
|
+
'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {AccessAppointmentSourceEnum}
|
|
125
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
126
|
+
*/
|
|
127
|
+
'appointmentSource'?: AccessAppointmentSourceEnum;
|
|
128
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 出入记录审批
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AccessAppointmentRecordApprovalVo
|
|
16
|
+
*/
|
|
17
|
+
export interface AccessAppointmentRecordApprovalVo {
|
|
18
|
+
/**
|
|
19
|
+
* 是否通过审批
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof AccessAppointmentRecordApprovalVo
|
|
22
|
+
*/
|
|
23
|
+
'isApproved': boolean;
|
|
24
|
+
/**
|
|
25
|
+
* 拒绝理由
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AccessAppointmentRecordApprovalVo
|
|
28
|
+
*/
|
|
29
|
+
'rejectReason'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|