@gizone/rrs-client 4.2.0-alpha.293 → 4.2.0-alpha.295
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 +7 -0
- package/apis/access-api.ts +194 -0
- package/dist/apis/access-api.d.ts +102 -0
- package/dist/apis/access-api.js +145 -0
- package/dist/esm/apis/access-api.d.ts +102 -0
- package/dist/esm/apis/access-api.js +145 -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-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-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/index.d.ts +7 -0
- package/dist/esm/models/index.js +7 -0
- package/dist/esm/models/sync-equipment-vo-equipment.d.ts +6 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- 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-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-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-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/index.d.ts +7 -0
- package/dist/models/index.js +7 -0
- package/dist/models/sync-equipment-vo-equipment.d.ts +6 -0
- package/dist/models/sys-user.d.ts +4 -4
- 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-record-add-vo.ts +152 -0
- package/models/access-appointment-record-approval-vo.ts +36 -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-approval-config-enum.ts +1 -1
- package/models/access-direction-enum.ts +32 -0
- package/models/access-reason-enum.ts +36 -0
- package/models/index.ts +7 -0
- package/models/sync-equipment-vo-equipment.ts +6 -0
- package/models/sys-user.ts +4 -4
- 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,26 @@
|
|
|
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 AccessReasonEnum: {
|
|
18
|
+
readonly Delivery: "DELIVERY";
|
|
19
|
+
readonly Pickup: "PICKUP";
|
|
20
|
+
readonly GovOrClientVisit: "GOV_OR_CLIENT_VISIT";
|
|
21
|
+
readonly Maintenance: "MAINTENANCE";
|
|
22
|
+
readonly WarehouseTempWork: "WAREHOUSE_TEMP_WORK";
|
|
23
|
+
readonly FleetTempWork: "FLEET_TEMP_WORK";
|
|
24
|
+
readonly Other: "OTHER";
|
|
25
|
+
};
|
|
26
|
+
export type AccessReasonEnum = typeof AccessReasonEnum[keyof typeof AccessReasonEnum];
|
|
@@ -0,0 +1,30 @@
|
|
|
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.AccessReasonEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 访问事由枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessReasonEnum = {
|
|
23
|
+
Delivery: 'DELIVERY',
|
|
24
|
+
Pickup: 'PICKUP',
|
|
25
|
+
GovOrClientVisit: 'GOV_OR_CLIENT_VISIT',
|
|
26
|
+
Maintenance: 'MAINTENANCE',
|
|
27
|
+
WarehouseTempWork: 'WAREHOUSE_TEMP_WORK',
|
|
28
|
+
FleetTempWork: 'FLEET_TEMP_WORK',
|
|
29
|
+
Other: 'OTHER'
|
|
30
|
+
};
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
export * from './access-appointment-record-add-vo';
|
|
2
|
+
export * from './access-appointment-record-approval-vo';
|
|
3
|
+
export * from './access-appointment-record-in-other-info-vo';
|
|
4
|
+
export * from './access-appointment-record-out-other-info-vo';
|
|
5
|
+
export * from './access-appointment-source-enum';
|
|
1
6
|
export * from './access-approval-config-enum';
|
|
2
7
|
export * from './access-approval-config-vo';
|
|
3
8
|
export * from './access-approval-config-vo-reminder';
|
|
@@ -9,6 +14,8 @@ export * from './access-company-config-entity';
|
|
|
9
14
|
export * from './access-company-config-sort-vo';
|
|
10
15
|
export * from './access-config-entity';
|
|
11
16
|
export * from './access-config-vo';
|
|
17
|
+
export * from './access-direction-enum';
|
|
18
|
+
export * from './access-reason-enum';
|
|
12
19
|
export * from './access-vehicle-length-enum';
|
|
13
20
|
export * from './access-vehicle-type-enum';
|
|
14
21
|
export * from './access-visitor-person-type-config-vo';
|
package/dist/models/index.js
CHANGED
|
@@ -14,6 +14,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./access-appointment-record-add-vo"), exports);
|
|
18
|
+
__exportStar(require("./access-appointment-record-approval-vo"), exports);
|
|
19
|
+
__exportStar(require("./access-appointment-record-in-other-info-vo"), exports);
|
|
20
|
+
__exportStar(require("./access-appointment-record-out-other-info-vo"), exports);
|
|
21
|
+
__exportStar(require("./access-appointment-source-enum"), exports);
|
|
17
22
|
__exportStar(require("./access-approval-config-enum"), exports);
|
|
18
23
|
__exportStar(require("./access-approval-config-vo"), exports);
|
|
19
24
|
__exportStar(require("./access-approval-config-vo-reminder"), exports);
|
|
@@ -25,6 +30,8 @@ __exportStar(require("./access-company-config-entity"), exports);
|
|
|
25
30
|
__exportStar(require("./access-company-config-sort-vo"), exports);
|
|
26
31
|
__exportStar(require("./access-config-entity"), exports);
|
|
27
32
|
__exportStar(require("./access-config-vo"), exports);
|
|
33
|
+
__exportStar(require("./access-direction-enum"), exports);
|
|
34
|
+
__exportStar(require("./access-reason-enum"), exports);
|
|
28
35
|
__exportStar(require("./access-vehicle-length-enum"), exports);
|
|
29
36
|
__exportStar(require("./access-vehicle-type-enum"), exports);
|
|
30
37
|
__exportStar(require("./access-visitor-person-type-config-vo"), exports);
|
|
@@ -370,14 +370,14 @@ export interface SysUser {
|
|
|
370
370
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @type {
|
|
373
|
+
* @type {string}
|
|
374
374
|
* @memberof SysUser
|
|
375
375
|
*/
|
|
376
|
-
'
|
|
376
|
+
'cid'?: string;
|
|
377
377
|
/**
|
|
378
378
|
*
|
|
379
|
-
* @type {
|
|
379
|
+
* @type {number}
|
|
380
380
|
* @memberof SysUser
|
|
381
381
|
*/
|
|
382
|
-
'
|
|
382
|
+
'cuserId'?: number;
|
|
383
383
|
}
|
|
@@ -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];
|
|
@@ -28,5 +28,6 @@ exports.SystemUserMsgSourceTypeEnum = {
|
|
|
28
28
|
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
29
29
|
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
30
30
|
UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
|
|
31
|
-
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
|
|
31
|
+
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
|
|
32
|
+
AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
|
|
32
33
|
};
|
|
@@ -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];
|
|
@@ -23,5 +23,6 @@ exports.SystemUserMsgTypeEnum = {
|
|
|
23
23
|
SystemNotice: 'SYSTEM_NOTICE',
|
|
24
24
|
WorkOrder: 'WORK_ORDER',
|
|
25
25
|
UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
|
|
26
|
-
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
|
|
26
|
+
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
|
|
27
|
+
AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
|
|
27
28
|
};
|
|
@@ -0,0 +1,152 @@
|
|
|
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 { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
34
|
+
// May contain unused imports in some cases
|
|
35
|
+
// @ts-ignore
|
|
36
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
37
|
+
// May contain unused imports in some cases
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* 新增出入预约记录请求参数
|
|
43
|
+
* @export
|
|
44
|
+
* @interface AccessAppointmentRecordAddVo
|
|
45
|
+
*/
|
|
46
|
+
export interface AccessAppointmentRecordAddVo {
|
|
47
|
+
/**
|
|
48
|
+
* 园区ID
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
51
|
+
*/
|
|
52
|
+
'parkId'?: number;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {AccessDirectionEnum}
|
|
56
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
57
|
+
*/
|
|
58
|
+
'accessDirection'?: AccessDirectionEnum;
|
|
59
|
+
/**
|
|
60
|
+
* 访问公司ID
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
63
|
+
*/
|
|
64
|
+
'accessCompanyId'?: number;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
68
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
69
|
+
*/
|
|
70
|
+
'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {AccessReasonEnum}
|
|
74
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
75
|
+
*/
|
|
76
|
+
'accessReason'?: AccessReasonEnum;
|
|
77
|
+
/**
|
|
78
|
+
* 备注
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
81
|
+
*/
|
|
82
|
+
'remarks'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 所属单位
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
87
|
+
*/
|
|
88
|
+
'companyName'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 预约开始时间
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
93
|
+
*/
|
|
94
|
+
'appointmentStartTime'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* 预约结束时间
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
99
|
+
*/
|
|
100
|
+
'appointmentEndTime'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 预约人姓名
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
105
|
+
*/
|
|
106
|
+
'appointmentName'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 预约人手机号
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
111
|
+
*/
|
|
112
|
+
'appointmentPhone'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 预约人车牌号
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
117
|
+
*/
|
|
118
|
+
'appointmentLicensePlate'?: string;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {AccessVehicleTypeEnum}
|
|
122
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
123
|
+
*/
|
|
124
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {AccessVehicleLengthEnum}
|
|
128
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
129
|
+
*/
|
|
130
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* @type {AccessAppointmentRecordInOtherInfoVo}
|
|
134
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
135
|
+
*/
|
|
136
|
+
'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {AccessAppointmentRecordOutOtherInfoVo}
|
|
140
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
141
|
+
*/
|
|
142
|
+
'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {AccessAppointmentSourceEnum}
|
|
146
|
+
* @memberof AccessAppointmentRecordAddVo
|
|
147
|
+
*/
|
|
148
|
+
'appointmentSource'?: AccessAppointmentSourceEnum;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 出入记录审批
|
|
19
|
+
* @export
|
|
20
|
+
* @interface AccessAppointmentRecordApprovalVo
|
|
21
|
+
*/
|
|
22
|
+
export interface AccessAppointmentRecordApprovalVo {
|
|
23
|
+
/**
|
|
24
|
+
* 是否通过审批
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof AccessAppointmentRecordApprovalVo
|
|
27
|
+
*/
|
|
28
|
+
'isApproved': boolean;
|
|
29
|
+
/**
|
|
30
|
+
* 拒绝理由
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof AccessAppointmentRecordApprovalVo
|
|
33
|
+
*/
|
|
34
|
+
'rejectReason'?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 访问预约记录入园其他信息视图对象
|
|
19
|
+
* @export
|
|
20
|
+
* @interface AccessAppointmentRecordInOtherInfoVo
|
|
21
|
+
*/
|
|
22
|
+
export interface AccessAppointmentRecordInOtherInfoVo {
|
|
23
|
+
/**
|
|
24
|
+
* 保险证明
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
27
|
+
*/
|
|
28
|
+
'insuranceCertificateUrl'?: Array<string>;
|
|
29
|
+
/**
|
|
30
|
+
* 三级教育
|
|
31
|
+
* @type {Array<string>}
|
|
32
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
33
|
+
*/
|
|
34
|
+
'safetyEducationUrl'?: Array<string>;
|
|
35
|
+
/**
|
|
36
|
+
* 体检报告
|
|
37
|
+
* @type {Array<string>}
|
|
38
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
39
|
+
*/
|
|
40
|
+
'medicalReportUrl'?: Array<string>;
|
|
41
|
+
/**
|
|
42
|
+
* 劳务合同
|
|
43
|
+
* @type {Array<string>}
|
|
44
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
45
|
+
*/
|
|
46
|
+
'laborContractUrl'?: Array<string>;
|
|
47
|
+
/**
|
|
48
|
+
* 特殊工种作业证
|
|
49
|
+
* @type {Array<string>}
|
|
50
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
51
|
+
*/
|
|
52
|
+
'specialWorkPermitUrl'?: Array<string>;
|
|
53
|
+
/**
|
|
54
|
+
* 配货单
|
|
55
|
+
* @type {Array<string>}
|
|
56
|
+
* @memberof AccessAppointmentRecordInOtherInfoVo
|
|
57
|
+
*/
|
|
58
|
+
'deliveryNoteUrl'?: Array<string>;
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 访问预约记录出园其他信息视图对象
|
|
19
|
+
* @export
|
|
20
|
+
* @interface AccessAppointmentRecordOutOtherInfoVo
|
|
21
|
+
*/
|
|
22
|
+
export interface AccessAppointmentRecordOutOtherInfoVo {
|
|
23
|
+
/**
|
|
24
|
+
* 货物明细
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AccessAppointmentRecordOutOtherInfoVo
|
|
27
|
+
*/
|
|
28
|
+
'goodsDetails'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 图片
|
|
31
|
+
* @type {Array<string>}
|
|
32
|
+
* @memberof AccessAppointmentRecordOutOtherInfoVo
|
|
33
|
+
*/
|
|
34
|
+
'images'?: Array<string>;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 预约来源枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const AccessAppointmentSourceEnum = {
|
|
24
|
+
Zhyq: 'ZHYQ',
|
|
25
|
+
Zjt: 'ZJT',
|
|
26
|
+
Vmi: 'VMI',
|
|
27
|
+
Fam: 'FAM',
|
|
28
|
+
Tms: 'TMS'
|
|
29
|
+
} as const;
|
|
30
|
+
|
|
31
|
+
export type AccessAppointmentSourceEnum = typeof AccessAppointmentSourceEnum[keyof typeof AccessAppointmentSourceEnum];
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
export const AccessApprovalConfigEnum = {
|
|
24
24
|
WhiteListApply: 'WHITE_LIST_APPLY',
|
|
25
|
-
|
|
25
|
+
VisitorAppointment: 'VISITOR_APPOINTMENT'
|
|
26
26
|
} as const;
|
|
27
27
|
|
|
28
28
|
export type AccessApprovalConfigEnum = typeof AccessApprovalConfigEnum[keyof typeof AccessApprovalConfigEnum];
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 出入访问方向枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const AccessDirectionEnum = {
|
|
24
|
+
In: 'IN',
|
|
25
|
+
Out: 'OUT',
|
|
26
|
+
InOut: 'IN_OUT'
|
|
27
|
+
} as const;
|
|
28
|
+
|
|
29
|
+
export type AccessDirectionEnum = typeof AccessDirectionEnum[keyof typeof AccessDirectionEnum];
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 访问事由枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const AccessReasonEnum = {
|
|
24
|
+
Delivery: 'DELIVERY',
|
|
25
|
+
Pickup: 'PICKUP',
|
|
26
|
+
GovOrClientVisit: 'GOV_OR_CLIENT_VISIT',
|
|
27
|
+
Maintenance: 'MAINTENANCE',
|
|
28
|
+
WarehouseTempWork: 'WAREHOUSE_TEMP_WORK',
|
|
29
|
+
FleetTempWork: 'FLEET_TEMP_WORK',
|
|
30
|
+
Other: 'OTHER'
|
|
31
|
+
} as const;
|
|
32
|
+
|
|
33
|
+
export type AccessReasonEnum = typeof AccessReasonEnum[keyof typeof AccessReasonEnum];
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
package/models/index.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
export * from './access-appointment-record-add-vo';
|
|
2
|
+
export * from './access-appointment-record-approval-vo';
|
|
3
|
+
export * from './access-appointment-record-in-other-info-vo';
|
|
4
|
+
export * from './access-appointment-record-out-other-info-vo';
|
|
5
|
+
export * from './access-appointment-source-enum';
|
|
1
6
|
export * from './access-approval-config-enum';
|
|
2
7
|
export * from './access-approval-config-vo';
|
|
3
8
|
export * from './access-approval-config-vo-reminder';
|
|
@@ -9,6 +14,8 @@ export * from './access-company-config-entity';
|
|
|
9
14
|
export * from './access-company-config-sort-vo';
|
|
10
15
|
export * from './access-config-entity';
|
|
11
16
|
export * from './access-config-vo';
|
|
17
|
+
export * from './access-direction-enum';
|
|
18
|
+
export * from './access-reason-enum';
|
|
12
19
|
export * from './access-vehicle-length-enum';
|
|
13
20
|
export * from './access-vehicle-type-enum';
|
|
14
21
|
export * from './access-visitor-person-type-config-vo';
|
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 {string}
|
|
383
383
|
* @memberof SysUser
|
|
384
384
|
*/
|
|
385
|
-
'
|
|
385
|
+
'cid'?: string;
|
|
386
386
|
/**
|
|
387
387
|
*
|
|
388
|
-
* @type {
|
|
388
|
+
* @type {number}
|
|
389
389
|
* @memberof SysUser
|
|
390
390
|
*/
|
|
391
|
-
'
|
|
391
|
+
'cuserId'?: number;
|
|
392
392
|
}
|
|
393
393
|
|
|
@@ -29,7 +29,8 @@ export const SystemUserMsgSourceTypeEnum = {
|
|
|
29
29
|
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
30
30
|
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
31
31
|
UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
|
|
32
|
-
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
|
|
32
|
+
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
|
|
33
|
+
AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
|
|
33
34
|
} as const;
|
|
34
35
|
|
|
35
36
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -24,7 +24,8 @@ export const SystemUserMsgTypeEnum = {
|
|
|
24
24
|
SystemNotice: 'SYSTEM_NOTICE',
|
|
25
25
|
WorkOrder: 'WORK_ORDER',
|
|
26
26
|
UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
|
|
27
|
-
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
|
|
27
|
+
AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
|
|
28
|
+
AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
|
|
28
29
|
} as const;
|
|
29
30
|
|
|
30
31
|
export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
|