@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.
@@ -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 {string}
50
+ *
51
+ * @type {AccessVisitorPersonTypeEnum}
51
52
  * @memberof OpenApiAccessAppointmentRecordAddVo
52
53
  */
53
- 'visitorType'?: string;
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 {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
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 {string}
50
+ *
51
+ * @type {AccessVisitorPersonTypeEnum}
51
52
  * @memberof OpenApiAccessAppointmentRecordAddVo
52
53
  */
53
- 'visitorType'?: string;
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 {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
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 {string}
69
+ *
70
+ * @type {AccessVisitorPersonTypeEnum}
68
71
  * @memberof OpenApiAccessAppointmentRecordAddVo
69
72
  */
70
- 'visitorType'?: string;
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
  */
@@ -388,16 +388,16 @@ export interface SysUser {
388
388
  'sourceUserId'?: string;
389
389
  /**
390
390
  *
391
- * @type {string}
391
+ * @type {number}
392
392
  * @memberof SysUser
393
393
  */
394
- 'cid'?: string;
394
+ 'cuserId'?: number;
395
395
  /**
396
396
  *
397
- * @type {number}
397
+ * @type {string}
398
398
  * @memberof SysUser
399
399
  */
400
- 'cuserId'?: number;
400
+ 'cid'?: string;
401
401
  }
402
402
 
403
403
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.354",
3
+ "version": "4.2.0-alpha.355",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {