@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,72 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { PageDtoAccessAppointmentRecordDetailsDto } from './page-dto-access-appointment-record-details-dto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultPageDtoAccessAppointmentRecordDetailsDto {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {PageDtoAccessAppointmentRecordDetailsDto}
|
|
50
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'data'?: PageDtoAccessAppointmentRecordDetailsDto | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,140 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import type { AccessReasonEnum } from './access-reason-enum';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* OpenApi新增出入预约记录请求参数
|
|
37
|
+
* @export
|
|
38
|
+
* @interface OpenApiAccessAppointmentRecordAddVo
|
|
39
|
+
*/
|
|
40
|
+
export interface OpenApiAccessAppointmentRecordAddVo {
|
|
41
|
+
/**
|
|
42
|
+
* 消息ID
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
45
|
+
*/
|
|
46
|
+
'msgId': string;
|
|
47
|
+
/**
|
|
48
|
+
* 园区编码
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
51
|
+
*/
|
|
52
|
+
'parkCode': string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {AccessAppointmentSourceEnum}
|
|
56
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
57
|
+
*/
|
|
58
|
+
'appointmentSource': AccessAppointmentSourceEnum;
|
|
59
|
+
/**
|
|
60
|
+
* 访问公司
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
63
|
+
*/
|
|
64
|
+
'accessCompany'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 访客类型
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
69
|
+
*/
|
|
70
|
+
'visitorType'?: string;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {AccessDirectionEnum}
|
|
74
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
75
|
+
*/
|
|
76
|
+
'accessDirection': AccessDirectionEnum;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {AccessReasonEnum}
|
|
80
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
81
|
+
*/
|
|
82
|
+
'accessReason'?: AccessReasonEnum;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {AccessVehicleTypeEnum}
|
|
86
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
87
|
+
*/
|
|
88
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {AccessAppointmentRecordInOtherInfoVo}
|
|
92
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
93
|
+
*/
|
|
94
|
+
'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {AccessAppointmentRecordOutOtherInfoVo}
|
|
98
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
99
|
+
*/
|
|
100
|
+
'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
|
|
101
|
+
/**
|
|
102
|
+
* 所属单位
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
105
|
+
*/
|
|
106
|
+
'companyName'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 预约开始时间 格式:yyyy-MM-dd HH:mm:ss
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
111
|
+
*/
|
|
112
|
+
'appointmentStartTime': string;
|
|
113
|
+
/**
|
|
114
|
+
* 预约结束时间 格式:yyyy-MM-dd HH:mm:ss
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
117
|
+
*/
|
|
118
|
+
'appointmentEndTime': string;
|
|
119
|
+
/**
|
|
120
|
+
* 预约人姓名
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
123
|
+
*/
|
|
124
|
+
'appointmentName': string;
|
|
125
|
+
/**
|
|
126
|
+
* 预约人手机号
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
129
|
+
*/
|
|
130
|
+
'appointmentPhone': string;
|
|
131
|
+
/**
|
|
132
|
+
* 预约人车牌号
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
135
|
+
*/
|
|
136
|
+
'appointmentLicensePlate': string;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { AccessAppointmentRecordDetailsDto } from './access-appointment-record-details-dto';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 返回数据,可以是任意类型的值
|
|
22
|
+
* @export
|
|
23
|
+
* @interface PageDtoAccessAppointmentRecordDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
export interface PageDtoAccessAppointmentRecordDetailsDto {
|
|
26
|
+
/**
|
|
27
|
+
* 总记录数
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof PageDtoAccessAppointmentRecordDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'totalSize'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 页数据列表
|
|
34
|
+
* @type {Array<AccessAppointmentRecordDetailsDto>}
|
|
35
|
+
* @memberof PageDtoAccessAppointmentRecordDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'pageList'?: Array<AccessAppointmentRecordDetailsDto>;
|
|
38
|
+
}
|
|
39
|
+
|
package/models/sys-user.ts
CHANGED
|
@@ -379,15 +379,15 @@ export interface SysUser {
|
|
|
379
379
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
380
380
|
/**
|
|
381
381
|
*
|
|
382
|
-
* @type {
|
|
382
|
+
* @type {number}
|
|
383
383
|
* @memberof SysUser
|
|
384
384
|
*/
|
|
385
|
-
'
|
|
385
|
+
'cuserId'?: number;
|
|
386
386
|
/**
|
|
387
387
|
*
|
|
388
|
-
* @type {
|
|
388
|
+
* @type {string}
|
|
389
389
|
* @memberof SysUser
|
|
390
390
|
*/
|
|
391
|
-
'
|
|
391
|
+
'cid'?: string;
|
|
392
392
|
}
|
|
393
393
|
|