@gizone/rrs-client 4.2.0-alpha.354 → 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.
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +6 -5
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +6 -5
- package/dist/models/sys-user.d.ts +4 -4
- package/models/open-api-access-appointment-record-add-vo.ts +8 -5
- package/models/sys-user.ts +4 -4
- package/package.json +1 -1
|
@@ -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
|
*/
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {number}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cuserId'?: number;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {string}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cid'?: string;
|
|
390
390
|
}
|
|
@@ -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
|
*/
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {number}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cuserId'?: number;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {string}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cid'?: string;
|
|
390
390
|
}
|
|
@@ -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
|
*/
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {number}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cuserId'?: number;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {string}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cid'?: string;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|