@gizone/rrs-client 4.2.0-alpha.293 → 4.2.0-alpha.295

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.
Files changed (68) hide show
  1. package/.openapi-generator/FILES +7 -0
  2. package/apis/access-api.ts +194 -0
  3. package/dist/apis/access-api.d.ts +102 -0
  4. package/dist/apis/access-api.js +145 -0
  5. package/dist/esm/apis/access-api.d.ts +102 -0
  6. package/dist/esm/apis/access-api.js +145 -0
  7. package/dist/esm/models/access-appointment-record-add-vo.d.ts +128 -0
  8. package/dist/esm/models/access-appointment-record-add-vo.js +14 -0
  9. package/dist/esm/models/access-appointment-record-approval-vo.d.ts +30 -0
  10. package/dist/esm/models/access-appointment-record-approval-vo.js +14 -0
  11. package/dist/esm/models/access-appointment-record-in-other-info-vo.d.ts +54 -0
  12. package/dist/esm/models/access-appointment-record-in-other-info-vo.js +14 -0
  13. package/dist/esm/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
  14. package/dist/esm/models/access-appointment-record-out-other-info-vo.js +14 -0
  15. package/dist/esm/models/access-appointment-source-enum.d.ts +24 -0
  16. package/dist/esm/models/access-appointment-source-enum.js +25 -0
  17. package/dist/esm/models/access-approval-config-enum.d.ts +1 -1
  18. package/dist/esm/models/access-approval-config-enum.js +1 -1
  19. package/dist/esm/models/access-direction-enum.d.ts +22 -0
  20. package/dist/esm/models/access-direction-enum.js +23 -0
  21. package/dist/esm/models/access-reason-enum.d.ts +26 -0
  22. package/dist/esm/models/access-reason-enum.js +27 -0
  23. package/dist/esm/models/index.d.ts +7 -0
  24. package/dist/esm/models/index.js +7 -0
  25. package/dist/esm/models/sync-equipment-vo-equipment.d.ts +6 -0
  26. package/dist/esm/models/sys-user.d.ts +4 -4
  27. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
  28. package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
  29. package/dist/esm/models/system-user-msg-type-enum.d.ts +1 -0
  30. package/dist/esm/models/system-user-msg-type-enum.js +2 -1
  31. package/dist/models/access-appointment-record-add-vo.d.ts +128 -0
  32. package/dist/models/access-appointment-record-add-vo.js +15 -0
  33. package/dist/models/access-appointment-record-approval-vo.d.ts +30 -0
  34. package/dist/models/access-appointment-record-approval-vo.js +15 -0
  35. package/dist/models/access-appointment-record-in-other-info-vo.d.ts +54 -0
  36. package/dist/models/access-appointment-record-in-other-info-vo.js +15 -0
  37. package/dist/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
  38. package/dist/models/access-appointment-record-out-other-info-vo.js +15 -0
  39. package/dist/models/access-appointment-source-enum.d.ts +24 -0
  40. package/dist/models/access-appointment-source-enum.js +28 -0
  41. package/dist/models/access-approval-config-enum.d.ts +1 -1
  42. package/dist/models/access-approval-config-enum.js +1 -1
  43. package/dist/models/access-direction-enum.d.ts +22 -0
  44. package/dist/models/access-direction-enum.js +26 -0
  45. package/dist/models/access-reason-enum.d.ts +26 -0
  46. package/dist/models/access-reason-enum.js +30 -0
  47. package/dist/models/index.d.ts +7 -0
  48. package/dist/models/index.js +7 -0
  49. package/dist/models/sync-equipment-vo-equipment.d.ts +6 -0
  50. package/dist/models/sys-user.d.ts +4 -4
  51. package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
  52. package/dist/models/system-user-msg-source-type-enum.js +2 -1
  53. package/dist/models/system-user-msg-type-enum.d.ts +1 -0
  54. package/dist/models/system-user-msg-type-enum.js +2 -1
  55. package/models/access-appointment-record-add-vo.ts +152 -0
  56. package/models/access-appointment-record-approval-vo.ts +36 -0
  57. package/models/access-appointment-record-in-other-info-vo.ts +60 -0
  58. package/models/access-appointment-record-out-other-info-vo.ts +36 -0
  59. package/models/access-appointment-source-enum.ts +34 -0
  60. package/models/access-approval-config-enum.ts +1 -1
  61. package/models/access-direction-enum.ts +32 -0
  62. package/models/access-reason-enum.ts +36 -0
  63. package/models/index.ts +7 -0
  64. package/models/sync-equipment-vo-equipment.ts +6 -0
  65. package/models/sys-user.ts +4 -4
  66. package/models/system-user-msg-source-type-enum.ts +2 -1
  67. package/models/system-user-msg-type-enum.ts +2 -1
  68. package/package.json +1 -1
@@ -18,5 +18,5 @@
18
18
  */
19
19
  export const AccessApprovalConfigEnum = {
20
20
  WhiteListApply: 'WHITE_LIST_APPLY',
21
- VisitorReservation: 'VISITOR_RESERVATION'
21
+ VisitorAppointment: 'VISITOR_APPOINTMENT'
22
22
  };
@@ -0,0 +1,22 @@
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
+ /**
13
+ * 出入访问方向枚举
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const AccessDirectionEnum: {
18
+ readonly In: "IN";
19
+ readonly Out: "OUT";
20
+ readonly InOut: "IN_OUT";
21
+ };
22
+ export type AccessDirectionEnum = typeof AccessDirectionEnum[keyof typeof AccessDirectionEnum];
@@ -0,0 +1,23 @@
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
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const AccessDirectionEnum = {
20
+ In: 'IN',
21
+ Out: 'OUT',
22
+ InOut: 'IN_OUT'
23
+ };
@@ -0,0 +1,26 @@
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
+ /**
13
+ * 访问事由枚举
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const AccessReasonEnum: {
18
+ readonly Delivery: "DELIVERY";
19
+ readonly Pickup: "PICKUP";
20
+ readonly GovOrClientVisit: "GOV_OR_CLIENT_VISIT";
21
+ readonly Maintenance: "MAINTENANCE";
22
+ readonly WarehouseTempWork: "WAREHOUSE_TEMP_WORK";
23
+ readonly FleetTempWork: "FLEET_TEMP_WORK";
24
+ readonly Other: "OTHER";
25
+ };
26
+ export type AccessReasonEnum = typeof AccessReasonEnum[keyof typeof AccessReasonEnum];
@@ -0,0 +1,27 @@
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
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const AccessReasonEnum = {
20
+ Delivery: 'DELIVERY',
21
+ Pickup: 'PICKUP',
22
+ GovOrClientVisit: 'GOV_OR_CLIENT_VISIT',
23
+ Maintenance: 'MAINTENANCE',
24
+ WarehouseTempWork: 'WAREHOUSE_TEMP_WORK',
25
+ FleetTempWork: 'FLEET_TEMP_WORK',
26
+ Other: 'OTHER'
27
+ };
@@ -1,3 +1,8 @@
1
+ export * from './access-appointment-record-add-vo';
2
+ export * from './access-appointment-record-approval-vo';
3
+ export * from './access-appointment-record-in-other-info-vo';
4
+ export * from './access-appointment-record-out-other-info-vo';
5
+ export * from './access-appointment-source-enum';
1
6
  export * from './access-approval-config-enum';
2
7
  export * from './access-approval-config-vo';
3
8
  export * from './access-approval-config-vo-reminder';
@@ -9,6 +14,8 @@ export * from './access-company-config-entity';
9
14
  export * from './access-company-config-sort-vo';
10
15
  export * from './access-config-entity';
11
16
  export * from './access-config-vo';
17
+ export * from './access-direction-enum';
18
+ export * from './access-reason-enum';
12
19
  export * from './access-vehicle-length-enum';
13
20
  export * from './access-vehicle-type-enum';
14
21
  export * from './access-visitor-person-type-config-vo';
@@ -1,3 +1,8 @@
1
+ export * from './access-appointment-record-add-vo';
2
+ export * from './access-appointment-record-approval-vo';
3
+ export * from './access-appointment-record-in-other-info-vo';
4
+ export * from './access-appointment-record-out-other-info-vo';
5
+ export * from './access-appointment-source-enum';
1
6
  export * from './access-approval-config-enum';
2
7
  export * from './access-approval-config-vo';
3
8
  export * from './access-approval-config-vo-reminder';
@@ -9,6 +14,8 @@ export * from './access-company-config-entity';
9
14
  export * from './access-company-config-sort-vo';
10
15
  export * from './access-config-entity';
11
16
  export * from './access-config-vo';
17
+ export * from './access-direction-enum';
18
+ export * from './access-reason-enum';
12
19
  export * from './access-vehicle-length-enum';
13
20
  export * from './access-vehicle-type-enum';
14
21
  export * from './access-visitor-person-type-config-vo';
@@ -87,4 +87,10 @@ export interface SyncEquipmentVoEquipment {
87
87
  * @memberof SyncEquipmentVoEquipment
88
88
  */
89
89
  'warrantyTime'?: string;
90
+ /**
91
+ * 空间id 获取空间列表 返回的id
92
+ * @type {number}
93
+ * @memberof SyncEquipmentVoEquipment
94
+ */
95
+ 'spaceId'?: number;
90
96
  }
@@ -370,14 +370,14 @@ export interface SysUser {
370
370
  'userAttachments'?: Array<SysUserAttachmentInfo>;
371
371
  /**
372
372
  *
373
- * @type {number}
373
+ * @type {string}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cuserId'?: number;
376
+ 'cid'?: string;
377
377
  /**
378
378
  *
379
- * @type {string}
379
+ * @type {number}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cid'?: string;
382
+ 'cuserId'?: number;
383
383
  }
@@ -24,5 +24,6 @@ export declare const SystemUserMsgSourceTypeEnum: {
24
24
  readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
25
25
  readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
26
26
  readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
27
+ readonly AccessAppointmentApproval: "ACCESS_APPOINTMENT_APPROVAL";
27
28
  };
28
29
  export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -25,5 +25,6 @@ export const SystemUserMsgSourceTypeEnum = {
25
25
  ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
26
26
  OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
27
27
  UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
28
- AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
28
+ AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
29
+ AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
29
30
  };
@@ -19,5 +19,6 @@ export declare const SystemUserMsgTypeEnum: {
19
19
  readonly WorkOrder: "WORK_ORDER";
20
20
  readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
21
21
  readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
22
+ readonly AccessAppointmentApproval: "ACCESS_APPOINTMENT_APPROVAL";
22
23
  };
23
24
  export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
@@ -20,5 +20,6 @@ export const SystemUserMsgTypeEnum = {
20
20
  SystemNotice: 'SYSTEM_NOTICE',
21
21
  WorkOrder: 'WORK_ORDER',
22
22
  UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
23
- AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL'
23
+ AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
24
+ AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
24
25
  };
@@ -0,0 +1,128 @@
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 { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
18
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
19
+ import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
20
+ /**
21
+ * 新增出入预约记录请求参数
22
+ * @export
23
+ * @interface AccessAppointmentRecordAddVo
24
+ */
25
+ export interface AccessAppointmentRecordAddVo {
26
+ /**
27
+ * 园区ID
28
+ * @type {number}
29
+ * @memberof AccessAppointmentRecordAddVo
30
+ */
31
+ 'parkId'?: number;
32
+ /**
33
+ *
34
+ * @type {AccessDirectionEnum}
35
+ * @memberof AccessAppointmentRecordAddVo
36
+ */
37
+ 'accessDirection'?: AccessDirectionEnum;
38
+ /**
39
+ * 访问公司ID
40
+ * @type {number}
41
+ * @memberof AccessAppointmentRecordAddVo
42
+ */
43
+ 'accessCompanyId'?: number;
44
+ /**
45
+ *
46
+ * @type {AccessVisitorPersonTypeEnum}
47
+ * @memberof AccessAppointmentRecordAddVo
48
+ */
49
+ 'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
50
+ /**
51
+ *
52
+ * @type {AccessReasonEnum}
53
+ * @memberof AccessAppointmentRecordAddVo
54
+ */
55
+ 'accessReason'?: AccessReasonEnum;
56
+ /**
57
+ * 备注
58
+ * @type {string}
59
+ * @memberof AccessAppointmentRecordAddVo
60
+ */
61
+ 'remarks'?: string;
62
+ /**
63
+ * 所属单位
64
+ * @type {string}
65
+ * @memberof AccessAppointmentRecordAddVo
66
+ */
67
+ 'companyName'?: string;
68
+ /**
69
+ * 预约开始时间
70
+ * @type {string}
71
+ * @memberof AccessAppointmentRecordAddVo
72
+ */
73
+ 'appointmentStartTime'?: string;
74
+ /**
75
+ * 预约结束时间
76
+ * @type {string}
77
+ * @memberof AccessAppointmentRecordAddVo
78
+ */
79
+ 'appointmentEndTime'?: string;
80
+ /**
81
+ * 预约人姓名
82
+ * @type {string}
83
+ * @memberof AccessAppointmentRecordAddVo
84
+ */
85
+ 'appointmentName'?: string;
86
+ /**
87
+ * 预约人手机号
88
+ * @type {string}
89
+ * @memberof AccessAppointmentRecordAddVo
90
+ */
91
+ 'appointmentPhone'?: string;
92
+ /**
93
+ * 预约人车牌号
94
+ * @type {string}
95
+ * @memberof AccessAppointmentRecordAddVo
96
+ */
97
+ 'appointmentLicensePlate'?: string;
98
+ /**
99
+ *
100
+ * @type {AccessVehicleTypeEnum}
101
+ * @memberof AccessAppointmentRecordAddVo
102
+ */
103
+ 'vehicleType'?: AccessVehicleTypeEnum;
104
+ /**
105
+ *
106
+ * @type {AccessVehicleLengthEnum}
107
+ * @memberof AccessAppointmentRecordAddVo
108
+ */
109
+ 'vehicleLength'?: AccessVehicleLengthEnum;
110
+ /**
111
+ *
112
+ * @type {AccessAppointmentRecordInOtherInfoVo}
113
+ * @memberof AccessAppointmentRecordAddVo
114
+ */
115
+ 'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
116
+ /**
117
+ *
118
+ * @type {AccessAppointmentRecordOutOtherInfoVo}
119
+ * @memberof AccessAppointmentRecordAddVo
120
+ */
121
+ 'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
122
+ /**
123
+ *
124
+ * @type {AccessAppointmentSourceEnum}
125
+ * @memberof AccessAppointmentRecordAddVo
126
+ */
127
+ 'appointmentSource'?: AccessAppointmentSourceEnum;
128
+ }
@@ -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,30 @@
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
+ /**
13
+ * 出入记录审批
14
+ * @export
15
+ * @interface AccessAppointmentRecordApprovalVo
16
+ */
17
+ export interface AccessAppointmentRecordApprovalVo {
18
+ /**
19
+ * 是否通过审批
20
+ * @type {boolean}
21
+ * @memberof AccessAppointmentRecordApprovalVo
22
+ */
23
+ 'isApproved': boolean;
24
+ /**
25
+ * 拒绝理由
26
+ * @type {string}
27
+ * @memberof AccessAppointmentRecordApprovalVo
28
+ */
29
+ 'rejectReason'?: string;
30
+ }
@@ -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,54 @@
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
+ /**
13
+ * 访问预约记录入园其他信息视图对象
14
+ * @export
15
+ * @interface AccessAppointmentRecordInOtherInfoVo
16
+ */
17
+ export interface AccessAppointmentRecordInOtherInfoVo {
18
+ /**
19
+ * 保险证明
20
+ * @type {Array<string>}
21
+ * @memberof AccessAppointmentRecordInOtherInfoVo
22
+ */
23
+ 'insuranceCertificateUrl'?: Array<string>;
24
+ /**
25
+ * 三级教育
26
+ * @type {Array<string>}
27
+ * @memberof AccessAppointmentRecordInOtherInfoVo
28
+ */
29
+ 'safetyEducationUrl'?: Array<string>;
30
+ /**
31
+ * 体检报告
32
+ * @type {Array<string>}
33
+ * @memberof AccessAppointmentRecordInOtherInfoVo
34
+ */
35
+ 'medicalReportUrl'?: Array<string>;
36
+ /**
37
+ * 劳务合同
38
+ * @type {Array<string>}
39
+ * @memberof AccessAppointmentRecordInOtherInfoVo
40
+ */
41
+ 'laborContractUrl'?: Array<string>;
42
+ /**
43
+ * 特殊工种作业证
44
+ * @type {Array<string>}
45
+ * @memberof AccessAppointmentRecordInOtherInfoVo
46
+ */
47
+ 'specialWorkPermitUrl'?: Array<string>;
48
+ /**
49
+ * 配货单
50
+ * @type {Array<string>}
51
+ * @memberof AccessAppointmentRecordInOtherInfoVo
52
+ */
53
+ 'deliveryNoteUrl'?: Array<string>;
54
+ }
@@ -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,30 @@
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
+ /**
13
+ * 访问预约记录出园其他信息视图对象
14
+ * @export
15
+ * @interface AccessAppointmentRecordOutOtherInfoVo
16
+ */
17
+ export interface AccessAppointmentRecordOutOtherInfoVo {
18
+ /**
19
+ * 货物明细
20
+ * @type {string}
21
+ * @memberof AccessAppointmentRecordOutOtherInfoVo
22
+ */
23
+ 'goodsDetails'?: string;
24
+ /**
25
+ * 图片
26
+ * @type {Array<string>}
27
+ * @memberof AccessAppointmentRecordOutOtherInfoVo
28
+ */
29
+ 'images'?: Array<string>;
30
+ }
@@ -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,24 @@
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
+ /**
13
+ * 预约来源枚举
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const AccessAppointmentSourceEnum: {
18
+ readonly Zhyq: "ZHYQ";
19
+ readonly Zjt: "ZJT";
20
+ readonly Vmi: "VMI";
21
+ readonly Fam: "FAM";
22
+ readonly Tms: "TMS";
23
+ };
24
+ export type AccessAppointmentSourceEnum = typeof AccessAppointmentSourceEnum[keyof typeof AccessAppointmentSourceEnum];
@@ -0,0 +1,28 @@
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 });
16
+ exports.AccessAppointmentSourceEnum = void 0;
17
+ /**
18
+ * 预约来源枚举
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.AccessAppointmentSourceEnum = {
23
+ Zhyq: 'ZHYQ',
24
+ Zjt: 'ZJT',
25
+ Vmi: 'VMI',
26
+ Fam: 'FAM',
27
+ Tms: 'TMS'
28
+ };
@@ -16,6 +16,6 @@
16
16
  */
17
17
  export declare const AccessApprovalConfigEnum: {
18
18
  readonly WhiteListApply: "WHITE_LIST_APPLY";
19
- readonly VisitorReservation: "VISITOR_RESERVATION";
19
+ readonly VisitorAppointment: "VISITOR_APPOINTMENT";
20
20
  };
21
21
  export type AccessApprovalConfigEnum = typeof AccessApprovalConfigEnum[keyof typeof AccessApprovalConfigEnum];
@@ -21,5 +21,5 @@ exports.AccessApprovalConfigEnum = void 0;
21
21
  */
22
22
  exports.AccessApprovalConfigEnum = {
23
23
  WhiteListApply: 'WHITE_LIST_APPLY',
24
- VisitorReservation: 'VISITOR_RESERVATION'
24
+ VisitorAppointment: 'VISITOR_APPOINTMENT'
25
25
  };
@@ -0,0 +1,22 @@
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
+ /**
13
+ * 出入访问方向枚举
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const AccessDirectionEnum: {
18
+ readonly In: "IN";
19
+ readonly Out: "OUT";
20
+ readonly InOut: "IN_OUT";
21
+ };
22
+ export type AccessDirectionEnum = typeof AccessDirectionEnum[keyof typeof AccessDirectionEnum];
@@ -0,0 +1,26 @@
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 });
16
+ exports.AccessDirectionEnum = void 0;
17
+ /**
18
+ * 出入访问方向枚举
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.AccessDirectionEnum = {
23
+ In: 'IN',
24
+ Out: 'OUT',
25
+ InOut: 'IN_OUT'
26
+ };