@gizone/rrs-client 4.2.0-alpha.295 → 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 +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-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 +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/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-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 +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/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-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 +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/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 { AccessAppointmentRecordDetailsDto } from './access-appointment-record-details-dto';
|
|
13
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultAccessAppointmentRecordDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultAccessAppointmentRecordDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {AccessAppointmentRecordDetailsDto}
|
|
41
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: AccessAppointmentRecordDetailsDto;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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,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 { AccessWhitelistApplicationProcessDetailsDto } from './access-whitelist-application-process-details-dto';
|
|
13
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListAccessWhitelistApplicationProcessDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<AccessWhitelistApplicationProcessDetailsDto>}
|
|
41
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<AccessWhitelistApplicationProcessDetailsDto> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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,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,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,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,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,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,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,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 AccessAppointmentInternalStatusEnum = {
|
|
24
|
+
BusinessPending: 'BUSINESS_PENDING',
|
|
25
|
+
ParkPending: 'PARK_PENDING'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type AccessAppointmentInternalStatusEnum = typeof AccessAppointmentInternalStatusEnum[keyof typeof AccessAppointmentInternalStatusEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -0,0 +1,206 @@
|
|
|
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 { AccessAppointmentInternalStatusEnum } from './access-appointment-internal-status-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import type { AccessAppointmentStatusEnum } from './access-appointment-status-enum';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
34
|
+
// May contain unused imports in some cases
|
|
35
|
+
// @ts-ignore
|
|
36
|
+
import type { AccessReasonEnum } from './access-reason-enum';
|
|
37
|
+
// May contain unused imports in some cases
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
40
|
+
// May contain unused imports in some cases
|
|
41
|
+
// @ts-ignore
|
|
42
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
43
|
+
// May contain unused imports in some cases
|
|
44
|
+
// @ts-ignore
|
|
45
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* 出入预约记录详情
|
|
49
|
+
* @export
|
|
50
|
+
* @interface AccessAppointmentRecordDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
export interface AccessAppointmentRecordDetailsDto {
|
|
53
|
+
/**
|
|
54
|
+
* 出入ID
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'id'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* 园区ID
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'parkId'?: number;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {AccessDirectionEnum}
|
|
68
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'accessDirection'?: AccessDirectionEnum;
|
|
71
|
+
/**
|
|
72
|
+
* 预约单号
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
75
|
+
*/
|
|
76
|
+
'appointmentNo'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 访问公司ID
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
81
|
+
*/
|
|
82
|
+
'accessCompanyId'?: number;
|
|
83
|
+
/**
|
|
84
|
+
* 访问公司名称
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
87
|
+
*/
|
|
88
|
+
'accessCompanyName'?: string;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
92
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
93
|
+
*/
|
|
94
|
+
'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {AccessReasonEnum}
|
|
98
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
99
|
+
*/
|
|
100
|
+
'accessReason'?: AccessReasonEnum;
|
|
101
|
+
/**
|
|
102
|
+
* 备注
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
105
|
+
*/
|
|
106
|
+
'remarks'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 所属单位
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
111
|
+
*/
|
|
112
|
+
'companyName'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 预约开始时间
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
117
|
+
*/
|
|
118
|
+
'appointmentStartTime'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* 预约结束时间
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
123
|
+
*/
|
|
124
|
+
'appointmentEndTime'?: string;
|
|
125
|
+
/**
|
|
126
|
+
* 预约人姓名
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
129
|
+
*/
|
|
130
|
+
'appointmentName'?: string;
|
|
131
|
+
/**
|
|
132
|
+
* 预约人手机号
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
135
|
+
*/
|
|
136
|
+
'appointmentPhone'?: string;
|
|
137
|
+
/**
|
|
138
|
+
* 预约人车牌号
|
|
139
|
+
* @type {string}
|
|
140
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
141
|
+
*/
|
|
142
|
+
'appointmentLicensePlate'?: string;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {AccessVehicleTypeEnum}
|
|
146
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
147
|
+
*/
|
|
148
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {AccessVehicleLengthEnum}
|
|
152
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
153
|
+
*/
|
|
154
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @type {AccessAppointmentStatusEnum}
|
|
158
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
159
|
+
*/
|
|
160
|
+
'appointmentStatus'?: AccessAppointmentStatusEnum;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {AccessAppointmentInternalStatusEnum}
|
|
164
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
165
|
+
*/
|
|
166
|
+
'appointmentInternalStatus'?: AccessAppointmentInternalStatusEnum;
|
|
167
|
+
/**
|
|
168
|
+
*
|
|
169
|
+
* @type {AccessAppointmentRecordInOtherInfoVo}
|
|
170
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
171
|
+
*/
|
|
172
|
+
'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @type {AccessAppointmentRecordOutOtherInfoVo}
|
|
176
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
177
|
+
*/
|
|
178
|
+
'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
|
|
179
|
+
/**
|
|
180
|
+
*
|
|
181
|
+
* @type {AccessAppointmentSourceEnum}
|
|
182
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
183
|
+
*/
|
|
184
|
+
'appointmentSource'?: AccessAppointmentSourceEnum;
|
|
185
|
+
/**
|
|
186
|
+
* 来源单号
|
|
187
|
+
* @type {string}
|
|
188
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
189
|
+
*/
|
|
190
|
+
'sourceId'?: string;
|
|
191
|
+
/**
|
|
192
|
+
* 发起人ID
|
|
193
|
+
* @type {number}
|
|
194
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
195
|
+
*/
|
|
196
|
+
'initiateUserId'?: number;
|
|
197
|
+
/**
|
|
198
|
+
* 发起人小程序用户ID
|
|
199
|
+
* @type {number}
|
|
200
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
201
|
+
*/
|
|
202
|
+
'initiateWxUserId'?: number;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
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 AccessAppointmentStatusEnum = {
|
|
24
|
+
EntryPending: 'ENTRY_PENDING',
|
|
25
|
+
EntryApproved: 'ENTRY_APPROVED',
|
|
26
|
+
EntryRejected: 'ENTRY_REJECTED',
|
|
27
|
+
ExitPending: 'EXIT_PENDING',
|
|
28
|
+
ExitApproved: 'EXIT_APPROVED',
|
|
29
|
+
ExitRejected: 'EXIT_REJECTED'
|
|
30
|
+
} as const;
|
|
31
|
+
|
|
32
|
+
export type AccessAppointmentStatusEnum = typeof AccessAppointmentStatusEnum[keyof typeof AccessAppointmentStatusEnum];
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|