@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,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
|
+
|
|
@@ -0,0 +1,95 @@
|
|
|
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 { AccessWhitelistApplicationProcessDetailsUserInfo } from './access-whitelist-application-process-details-user-info';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AccessWhitelistProcessHandlerStatusEnum } from './access-whitelist-process-handler-status-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { AccessWhitelistProcessTypeEnum } from './access-whitelist-process-type-enum';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 白名单申请流程详情数据传输对象
|
|
28
|
+
* @export
|
|
29
|
+
* @interface AccessWhitelistApplicationProcessDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
export interface AccessWhitelistApplicationProcessDetailsDto {
|
|
32
|
+
/**
|
|
33
|
+
* 流程记录id
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'id'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 白名单申请id
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'whitelistApplicationId'?: number;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {AccessWhitelistProcessTypeEnum}
|
|
47
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'processType'?: AccessWhitelistProcessTypeEnum;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {AccessWhitelistApplicationProcessDetailsUserInfo}
|
|
53
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'assignedHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
|
|
56
|
+
/**
|
|
57
|
+
* 分配的处理部门id
|
|
58
|
+
* @type {Array<number>}
|
|
59
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'assignedHandlerDeptIds'?: Array<number>;
|
|
62
|
+
/**
|
|
63
|
+
* 分配的处理部门名称
|
|
64
|
+
* @type {Array<string>}
|
|
65
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
66
|
+
*/
|
|
67
|
+
'assignedHandlerDeptNames'?: Array<string>;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {AccessWhitelistApplicationProcessDetailsUserInfo}
|
|
71
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
72
|
+
*/
|
|
73
|
+
'actualHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
|
|
74
|
+
/**
|
|
75
|
+
* 实际处理时间
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
78
|
+
*/
|
|
79
|
+
'actualHandlerTime'?: string;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {AccessWhitelistProcessHandlerStatusEnum}
|
|
83
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
84
|
+
*/
|
|
85
|
+
'handlerStatus'?: AccessWhitelistProcessHandlerStatusEnum;
|
|
86
|
+
/**
|
|
87
|
+
* 备注
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof AccessWhitelistApplicationProcessDetailsDto
|
|
90
|
+
*/
|
|
91
|
+
'remarks'?: string;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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 AccessWhitelistApplicationProcessDetailsUserInfo
|
|
21
|
+
*/
|
|
22
|
+
export interface AccessWhitelistApplicationProcessDetailsUserInfo {
|
|
23
|
+
/**
|
|
24
|
+
* 用户id
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof AccessWhitelistApplicationProcessDetailsUserInfo
|
|
27
|
+
*/
|
|
28
|
+
'userId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 用户名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof AccessWhitelistApplicationProcessDetailsUserInfo
|
|
33
|
+
*/
|
|
34
|
+
'userName'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 用户部门名称
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof AccessWhitelistApplicationProcessDetailsUserInfo
|
|
39
|
+
*/
|
|
40
|
+
'userDeptName'?: string;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
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 AccessWhitelistProcessHandlerStatusEnum = {
|
|
24
|
+
Unhandled: 'UNHANDLED',
|
|
25
|
+
Handled: 'HANDLED'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type AccessWhitelistProcessHandlerStatusEnum = typeof AccessWhitelistProcessHandlerStatusEnum[keyof typeof AccessWhitelistProcessHandlerStatusEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 AccessWhitelistProcessTypeEnum = {
|
|
24
|
+
Initiate: 'INITIATE',
|
|
25
|
+
BusinessApproval: 'BUSINESS_APPROVAL',
|
|
26
|
+
ParkApproval: 'PARK_APPROVAL',
|
|
27
|
+
BatchImport: 'BATCH_IMPORT'
|
|
28
|
+
} as const;
|
|
29
|
+
|
|
30
|
+
export type AccessWhitelistProcessTypeEnum = typeof AccessWhitelistProcessTypeEnum[keyof typeof AccessWhitelistProcessTypeEnum];
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
package/models/index.ts
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
export * from './access-appointment-internal-status-enum';
|
|
2
|
+
export * from './access-appointment-record-add-vo';
|
|
3
|
+
export * from './access-appointment-record-approval-vo';
|
|
4
|
+
export * from './access-appointment-record-details-dto';
|
|
5
|
+
export * from './access-appointment-record-in-other-info-vo';
|
|
6
|
+
export * from './access-appointment-record-out-other-info-vo';
|
|
7
|
+
export * from './access-appointment-source-enum';
|
|
8
|
+
export * from './access-appointment-status-enum';
|
|
1
9
|
export * from './access-approval-config-enum';
|
|
2
10
|
export * from './access-approval-config-vo';
|
|
3
11
|
export * from './access-approval-config-vo-reminder';
|
|
@@ -9,6 +17,8 @@ export * from './access-company-config-entity';
|
|
|
9
17
|
export * from './access-company-config-sort-vo';
|
|
10
18
|
export * from './access-config-entity';
|
|
11
19
|
export * from './access-config-vo';
|
|
20
|
+
export * from './access-direction-enum';
|
|
21
|
+
export * from './access-reason-enum';
|
|
12
22
|
export * from './access-vehicle-length-enum';
|
|
13
23
|
export * from './access-vehicle-type-enum';
|
|
14
24
|
export * from './access-visitor-person-type-config-vo';
|
|
@@ -18,8 +28,12 @@ export * from './access-whitelist-application-approval-vo';
|
|
|
18
28
|
export * from './access-whitelist-application-batch-import-template-dto';
|
|
19
29
|
export * from './access-whitelist-application-details-dto';
|
|
20
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';
|
|
21
33
|
export * from './access-whitelist-application-status-enum';
|
|
22
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';
|
|
23
37
|
export * from './address-region-entity';
|
|
24
38
|
export * from './admission-terms-record-add-bo';
|
|
25
39
|
export * from './admission-terms-record-details-dto';
|
|
@@ -109,6 +123,7 @@ export * from './inspection-standard-type-enum';
|
|
|
109
123
|
export * from './installation-body-enum';
|
|
110
124
|
export * from './iot-device-status-enum';
|
|
111
125
|
export * from './json-result';
|
|
126
|
+
export * from './json-result-access-appointment-record-details-dto';
|
|
112
127
|
export * from './json-result-access-blacklist-details-dto';
|
|
113
128
|
export * from './json-result-access-company-config-entity';
|
|
114
129
|
export * from './json-result-access-config-entity';
|
|
@@ -137,6 +152,7 @@ export * from './json-result-inspection-standard-entity';
|
|
|
137
152
|
export * from './json-result-integer';
|
|
138
153
|
export * from './json-result-json-result-list-space-tree-dto';
|
|
139
154
|
export * from './json-result-list-access-company-config-entity';
|
|
155
|
+
export * from './json-result-list-access-whitelist-application-process-details-dto';
|
|
140
156
|
export * from './json-result-list-address-region-entity';
|
|
141
157
|
export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
142
158
|
export * from './json-result-list-area-park-dto';
|
|
@@ -172,6 +188,7 @@ export * from './json-result-maintenance-standard-entity';
|
|
|
172
188
|
export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
|
|
173
189
|
export * from './json-result-network-monitor-repair-details-dto';
|
|
174
190
|
export * from './json-result-offline-alert-work-order-details-dto';
|
|
191
|
+
export * from './json-result-page-dto-access-appointment-record-details-dto';
|
|
175
192
|
export * from './json-result-page-dto-access-blacklist-details-dto';
|
|
176
193
|
export * from './json-result-page-dto-access-whitelist-application-details-dto';
|
|
177
194
|
export * from './json-result-page-dto-admission-terms-record-list-dto';
|
|
@@ -232,6 +249,8 @@ export * from './offline-alert-submit-vo';
|
|
|
232
249
|
export * from './offline-alert-work-order-details-dto';
|
|
233
250
|
export * from './offline-alert-work-order-info';
|
|
234
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';
|
|
235
254
|
export * from './page-dto-access-blacklist-details-dto';
|
|
236
255
|
export * from './page-dto-access-whitelist-application-details-dto';
|
|
237
256
|
export * from './page-dto-admission-terms-record-list-dto';
|
|
@@ -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 { AccessAppointmentRecordDetailsDto } from './access-appointment-record-details-dto';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultAccessAppointmentRecordDetailsDto
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultAccessAppointmentRecordDetailsDto {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {AccessAppointmentRecordDetailsDto}
|
|
50
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'data'?: AccessAppointmentRecordDetailsDto;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -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 { AccessWhitelistApplicationProcessDetailsDto } from './access-whitelist-application-process-details-dto';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListAccessWhitelistApplicationProcessDetailsDto {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<AccessWhitelistApplicationProcessDetailsDto>}
|
|
50
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<AccessWhitelistApplicationProcessDetailsDto> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -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
|
+
|