@gizone/rrs-client 4.2.0-alpha.353 → 4.2.0-alpha.355
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.
|
@@ -15,6 +15,7 @@ import type { AccessAppointmentSourceEnum } from './access-appointment-source-en
|
|
|
15
15
|
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
16
16
|
import type { AccessReasonEnum } from './access-reason-enum';
|
|
17
17
|
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
18
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
18
19
|
/**
|
|
19
20
|
* OpenApi新增出入预约记录请求参数
|
|
20
21
|
* @export
|
|
@@ -40,17 +41,17 @@ export interface OpenApiAccessAppointmentRecordAddVo {
|
|
|
40
41
|
*/
|
|
41
42
|
'appointmentSource': AccessAppointmentSourceEnum;
|
|
42
43
|
/**
|
|
43
|
-
* 访问公司
|
|
44
|
+
* 访问公司 入园必填
|
|
44
45
|
* @type {string}
|
|
45
46
|
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
46
47
|
*/
|
|
47
48
|
'accessCompany'?: string;
|
|
48
49
|
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {
|
|
50
|
+
*
|
|
51
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
51
52
|
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
52
53
|
*/
|
|
53
|
-
'visitorType'?:
|
|
54
|
+
'visitorType'?: AccessVisitorPersonTypeEnum;
|
|
54
55
|
/**
|
|
55
56
|
*
|
|
56
57
|
* @type {AccessDirectionEnum}
|
|
@@ -82,7 +83,7 @@ export interface OpenApiAccessAppointmentRecordAddVo {
|
|
|
82
83
|
*/
|
|
83
84
|
'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
|
|
84
85
|
/**
|
|
85
|
-
* 所属单位
|
|
86
|
+
* 所属单位 入园必填
|
|
86
87
|
* @type {string}
|
|
87
88
|
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
88
89
|
*/
|
|
@@ -15,6 +15,7 @@ import type { AccessAppointmentSourceEnum } from './access-appointment-source-en
|
|
|
15
15
|
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
16
16
|
import type { AccessReasonEnum } from './access-reason-enum';
|
|
17
17
|
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
18
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
18
19
|
/**
|
|
19
20
|
* OpenApi新增出入预约记录请求参数
|
|
20
21
|
* @export
|
|
@@ -40,17 +41,17 @@ export interface OpenApiAccessAppointmentRecordAddVo {
|
|
|
40
41
|
*/
|
|
41
42
|
'appointmentSource': AccessAppointmentSourceEnum;
|
|
42
43
|
/**
|
|
43
|
-
* 访问公司
|
|
44
|
+
* 访问公司 入园必填
|
|
44
45
|
* @type {string}
|
|
45
46
|
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
46
47
|
*/
|
|
47
48
|
'accessCompany'?: string;
|
|
48
49
|
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {
|
|
50
|
+
*
|
|
51
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
51
52
|
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
52
53
|
*/
|
|
53
|
-
'visitorType'?:
|
|
54
|
+
'visitorType'?: AccessVisitorPersonTypeEnum;
|
|
54
55
|
/**
|
|
55
56
|
*
|
|
56
57
|
* @type {AccessDirectionEnum}
|
|
@@ -82,7 +83,7 @@ export interface OpenApiAccessAppointmentRecordAddVo {
|
|
|
82
83
|
*/
|
|
83
84
|
'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
|
|
84
85
|
/**
|
|
85
|
-
* 所属单位
|
|
86
|
+
* 所属单位 入园必填
|
|
86
87
|
* @type {string}
|
|
87
88
|
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
88
89
|
*/
|
|
@@ -31,6 +31,9 @@ import type { AccessReasonEnum } from './access-reason-enum';
|
|
|
31
31
|
// May contain unused imports in some cases
|
|
32
32
|
// @ts-ignore
|
|
33
33
|
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
34
|
+
// May contain unused imports in some cases
|
|
35
|
+
// @ts-ignore
|
|
36
|
+
import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
|
|
34
37
|
|
|
35
38
|
/**
|
|
36
39
|
* OpenApi新增出入预约记录请求参数
|
|
@@ -57,17 +60,17 @@ export interface OpenApiAccessAppointmentRecordAddVo {
|
|
|
57
60
|
*/
|
|
58
61
|
'appointmentSource': AccessAppointmentSourceEnum;
|
|
59
62
|
/**
|
|
60
|
-
* 访问公司
|
|
63
|
+
* 访问公司 入园必填
|
|
61
64
|
* @type {string}
|
|
62
65
|
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
63
66
|
*/
|
|
64
67
|
'accessCompany'?: string;
|
|
65
68
|
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {
|
|
69
|
+
*
|
|
70
|
+
* @type {AccessVisitorPersonTypeEnum}
|
|
68
71
|
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
69
72
|
*/
|
|
70
|
-
'visitorType'?:
|
|
73
|
+
'visitorType'?: AccessVisitorPersonTypeEnum;
|
|
71
74
|
/**
|
|
72
75
|
*
|
|
73
76
|
* @type {AccessDirectionEnum}
|
|
@@ -99,7 +102,7 @@ export interface OpenApiAccessAppointmentRecordAddVo {
|
|
|
99
102
|
*/
|
|
100
103
|
'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
|
|
101
104
|
/**
|
|
102
|
-
* 所属单位
|
|
105
|
+
* 所属单位 入园必填
|
|
103
106
|
* @type {string}
|
|
104
107
|
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
105
108
|
*/
|