@gizone/rrs-client 4.2.0-alpha.294 → 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.
Files changed (127) hide show
  1. package/.openapi-generator/FILES +19 -0
  2. package/apis/access-api.ts +595 -0
  3. package/apis/open-api-api.ts +93 -0
  4. package/dist/apis/access-api.d.ts +318 -0
  5. package/dist/apis/access-api.js +407 -0
  6. package/dist/apis/open-api-api.d.ts +48 -0
  7. package/dist/apis/open-api-api.js +70 -0
  8. package/dist/esm/apis/access-api.d.ts +318 -0
  9. package/dist/esm/apis/access-api.js +407 -0
  10. package/dist/esm/apis/open-api-api.d.ts +48 -0
  11. package/dist/esm/apis/open-api-api.js +70 -0
  12. package/dist/esm/models/access-appointment-internal-status-enum.d.ts +21 -0
  13. package/dist/esm/models/access-appointment-internal-status-enum.js +22 -0
  14. package/dist/esm/models/access-appointment-record-add-vo.d.ts +128 -0
  15. package/dist/esm/models/access-appointment-record-add-vo.js +14 -0
  16. package/dist/esm/models/access-appointment-record-approval-vo.d.ts +30 -0
  17. package/dist/esm/models/access-appointment-record-approval-vo.js +14 -0
  18. package/dist/esm/models/access-appointment-record-details-dto.d.ts +178 -0
  19. package/dist/esm/models/access-appointment-record-details-dto.js +14 -0
  20. package/dist/esm/models/access-appointment-record-in-other-info-vo.d.ts +54 -0
  21. package/dist/esm/models/access-appointment-record-in-other-info-vo.js +14 -0
  22. package/dist/esm/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
  23. package/dist/esm/models/access-appointment-record-out-other-info-vo.js +14 -0
  24. package/dist/esm/models/access-appointment-source-enum.d.ts +24 -0
  25. package/dist/esm/models/access-appointment-source-enum.js +25 -0
  26. package/dist/esm/models/access-appointment-status-enum.d.ts +25 -0
  27. package/dist/esm/models/access-appointment-status-enum.js +26 -0
  28. package/dist/esm/models/access-approval-config-enum.d.ts +1 -1
  29. package/dist/esm/models/access-approval-config-enum.js +1 -1
  30. package/dist/esm/models/access-direction-enum.d.ts +22 -0
  31. package/dist/esm/models/access-direction-enum.js +23 -0
  32. package/dist/esm/models/access-reason-enum.d.ts +26 -0
  33. package/dist/esm/models/access-reason-enum.js +27 -0
  34. package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +81 -0
  35. package/dist/esm/models/access-whitelist-application-process-details-dto.js +14 -0
  36. package/dist/esm/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
  37. package/dist/esm/models/access-whitelist-application-process-details-user-info.js +14 -0
  38. package/dist/esm/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
  39. package/dist/esm/models/access-whitelist-process-handler-status-enum.js +22 -0
  40. package/dist/esm/models/access-whitelist-process-type-enum.d.ts +23 -0
  41. package/dist/esm/models/access-whitelist-process-type-enum.js +24 -0
  42. package/dist/esm/models/index.d.ts +19 -0
  43. package/dist/esm/models/index.js +19 -0
  44. package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
  45. package/dist/esm/models/json-result-access-appointment-record-details-dto.js +14 -0
  46. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
  47. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.js +14 -0
  48. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
  49. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.js +14 -0
  50. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
  51. package/dist/esm/models/open-api-access-appointment-record-add-vo.js +14 -0
  52. package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
  53. package/dist/esm/models/page-dto-access-appointment-record-details-dto.js +14 -0
  54. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
  55. package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
  56. package/dist/esm/models/system-user-msg-type-enum.d.ts +1 -0
  57. package/dist/esm/models/system-user-msg-type-enum.js +2 -1
  58. package/dist/models/access-appointment-internal-status-enum.d.ts +21 -0
  59. package/dist/models/access-appointment-internal-status-enum.js +25 -0
  60. package/dist/models/access-appointment-record-add-vo.d.ts +128 -0
  61. package/dist/models/access-appointment-record-add-vo.js +15 -0
  62. package/dist/models/access-appointment-record-approval-vo.d.ts +30 -0
  63. package/dist/models/access-appointment-record-approval-vo.js +15 -0
  64. package/dist/models/access-appointment-record-details-dto.d.ts +178 -0
  65. package/dist/models/access-appointment-record-details-dto.js +15 -0
  66. package/dist/models/access-appointment-record-in-other-info-vo.d.ts +54 -0
  67. package/dist/models/access-appointment-record-in-other-info-vo.js +15 -0
  68. package/dist/models/access-appointment-record-out-other-info-vo.d.ts +30 -0
  69. package/dist/models/access-appointment-record-out-other-info-vo.js +15 -0
  70. package/dist/models/access-appointment-source-enum.d.ts +24 -0
  71. package/dist/models/access-appointment-source-enum.js +28 -0
  72. package/dist/models/access-appointment-status-enum.d.ts +25 -0
  73. package/dist/models/access-appointment-status-enum.js +29 -0
  74. package/dist/models/access-approval-config-enum.d.ts +1 -1
  75. package/dist/models/access-approval-config-enum.js +1 -1
  76. package/dist/models/access-direction-enum.d.ts +22 -0
  77. package/dist/models/access-direction-enum.js +26 -0
  78. package/dist/models/access-reason-enum.d.ts +26 -0
  79. package/dist/models/access-reason-enum.js +30 -0
  80. package/dist/models/access-whitelist-application-process-details-dto.d.ts +81 -0
  81. package/dist/models/access-whitelist-application-process-details-dto.js +15 -0
  82. package/dist/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
  83. package/dist/models/access-whitelist-application-process-details-user-info.js +15 -0
  84. package/dist/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
  85. package/dist/models/access-whitelist-process-handler-status-enum.js +25 -0
  86. package/dist/models/access-whitelist-process-type-enum.d.ts +23 -0
  87. package/dist/models/access-whitelist-process-type-enum.js +27 -0
  88. package/dist/models/index.d.ts +19 -0
  89. package/dist/models/index.js +19 -0
  90. package/dist/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
  91. package/dist/models/json-result-access-appointment-record-details-dto.js +15 -0
  92. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
  93. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.js +15 -0
  94. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
  95. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.js +15 -0
  96. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
  97. package/dist/models/open-api-access-appointment-record-add-vo.js +15 -0
  98. package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
  99. package/dist/models/page-dto-access-appointment-record-details-dto.js +15 -0
  100. package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
  101. package/dist/models/system-user-msg-source-type-enum.js +2 -1
  102. package/dist/models/system-user-msg-type-enum.d.ts +1 -0
  103. package/dist/models/system-user-msg-type-enum.js +2 -1
  104. package/models/access-appointment-internal-status-enum.ts +31 -0
  105. package/models/access-appointment-record-add-vo.ts +152 -0
  106. package/models/access-appointment-record-approval-vo.ts +36 -0
  107. package/models/access-appointment-record-details-dto.ts +206 -0
  108. package/models/access-appointment-record-in-other-info-vo.ts +60 -0
  109. package/models/access-appointment-record-out-other-info-vo.ts +36 -0
  110. package/models/access-appointment-source-enum.ts +34 -0
  111. package/models/access-appointment-status-enum.ts +35 -0
  112. package/models/access-approval-config-enum.ts +1 -1
  113. package/models/access-direction-enum.ts +32 -0
  114. package/models/access-reason-enum.ts +36 -0
  115. package/models/access-whitelist-application-process-details-dto.ts +95 -0
  116. package/models/access-whitelist-application-process-details-user-info.ts +42 -0
  117. package/models/access-whitelist-process-handler-status-enum.ts +31 -0
  118. package/models/access-whitelist-process-type-enum.ts +33 -0
  119. package/models/index.ts +19 -0
  120. package/models/json-result-access-appointment-record-details-dto.ts +72 -0
  121. package/models/json-result-list-access-whitelist-application-process-details-dto.ts +72 -0
  122. package/models/json-result-page-dto-access-appointment-record-details-dto.ts +72 -0
  123. package/models/open-api-access-appointment-record-add-vo.ts +140 -0
  124. package/models/page-dto-access-appointment-record-details-dto.ts +39 -0
  125. package/models/system-user-msg-source-type-enum.ts +2 -1
  126. package/models/system-user-msg-type-enum.ts +2 -1
  127. package/package.json +1 -1
@@ -0,0 +1,21 @@
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 AccessAppointmentInternalStatusEnum: {
18
+ readonly BusinessPending: "BUSINESS_PENDING";
19
+ readonly ParkPending: "PARK_PENDING";
20
+ };
21
+ export type AccessAppointmentInternalStatusEnum = typeof AccessAppointmentInternalStatusEnum[keyof typeof AccessAppointmentInternalStatusEnum];
@@ -0,0 +1,22 @@
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 AccessAppointmentInternalStatusEnum = {
20
+ BusinessPending: 'BUSINESS_PENDING',
21
+ ParkPending: 'PARK_PENDING'
22
+ };
@@ -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,14 @@
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
+ export {};
@@ -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,14 @@
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
+ export {};
@@ -0,0 +1,178 @@
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 { AccessAppointmentInternalStatusEnum } from './access-appointment-internal-status-enum';
13
+ import type { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
14
+ import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
15
+ import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
16
+ import type { AccessAppointmentStatusEnum } from './access-appointment-status-enum';
17
+ import type { AccessDirectionEnum } from './access-direction-enum';
18
+ import type { AccessReasonEnum } from './access-reason-enum';
19
+ import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
20
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
21
+ import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
22
+ /**
23
+ * 出入预约记录详情
24
+ * @export
25
+ * @interface AccessAppointmentRecordDetailsDto
26
+ */
27
+ export interface AccessAppointmentRecordDetailsDto {
28
+ /**
29
+ * 出入ID
30
+ * @type {number}
31
+ * @memberof AccessAppointmentRecordDetailsDto
32
+ */
33
+ 'id'?: number;
34
+ /**
35
+ * 园区ID
36
+ * @type {number}
37
+ * @memberof AccessAppointmentRecordDetailsDto
38
+ */
39
+ 'parkId'?: number;
40
+ /**
41
+ *
42
+ * @type {AccessDirectionEnum}
43
+ * @memberof AccessAppointmentRecordDetailsDto
44
+ */
45
+ 'accessDirection'?: AccessDirectionEnum;
46
+ /**
47
+ * 预约单号
48
+ * @type {string}
49
+ * @memberof AccessAppointmentRecordDetailsDto
50
+ */
51
+ 'appointmentNo'?: string;
52
+ /**
53
+ * 访问公司ID
54
+ * @type {number}
55
+ * @memberof AccessAppointmentRecordDetailsDto
56
+ */
57
+ 'accessCompanyId'?: number;
58
+ /**
59
+ * 访问公司名称
60
+ * @type {string}
61
+ * @memberof AccessAppointmentRecordDetailsDto
62
+ */
63
+ 'accessCompanyName'?: string;
64
+ /**
65
+ *
66
+ * @type {AccessVisitorPersonTypeEnum}
67
+ * @memberof AccessAppointmentRecordDetailsDto
68
+ */
69
+ 'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
70
+ /**
71
+ *
72
+ * @type {AccessReasonEnum}
73
+ * @memberof AccessAppointmentRecordDetailsDto
74
+ */
75
+ 'accessReason'?: AccessReasonEnum;
76
+ /**
77
+ * 备注
78
+ * @type {string}
79
+ * @memberof AccessAppointmentRecordDetailsDto
80
+ */
81
+ 'remarks'?: string;
82
+ /**
83
+ * 所属单位
84
+ * @type {string}
85
+ * @memberof AccessAppointmentRecordDetailsDto
86
+ */
87
+ 'companyName'?: string;
88
+ /**
89
+ * 预约开始时间
90
+ * @type {string}
91
+ * @memberof AccessAppointmentRecordDetailsDto
92
+ */
93
+ 'appointmentStartTime'?: string;
94
+ /**
95
+ * 预约结束时间
96
+ * @type {string}
97
+ * @memberof AccessAppointmentRecordDetailsDto
98
+ */
99
+ 'appointmentEndTime'?: string;
100
+ /**
101
+ * 预约人姓名
102
+ * @type {string}
103
+ * @memberof AccessAppointmentRecordDetailsDto
104
+ */
105
+ 'appointmentName'?: string;
106
+ /**
107
+ * 预约人手机号
108
+ * @type {string}
109
+ * @memberof AccessAppointmentRecordDetailsDto
110
+ */
111
+ 'appointmentPhone'?: string;
112
+ /**
113
+ * 预约人车牌号
114
+ * @type {string}
115
+ * @memberof AccessAppointmentRecordDetailsDto
116
+ */
117
+ 'appointmentLicensePlate'?: string;
118
+ /**
119
+ *
120
+ * @type {AccessVehicleTypeEnum}
121
+ * @memberof AccessAppointmentRecordDetailsDto
122
+ */
123
+ 'vehicleType'?: AccessVehicleTypeEnum;
124
+ /**
125
+ *
126
+ * @type {AccessVehicleLengthEnum}
127
+ * @memberof AccessAppointmentRecordDetailsDto
128
+ */
129
+ 'vehicleLength'?: AccessVehicleLengthEnum;
130
+ /**
131
+ *
132
+ * @type {AccessAppointmentStatusEnum}
133
+ * @memberof AccessAppointmentRecordDetailsDto
134
+ */
135
+ 'appointmentStatus'?: AccessAppointmentStatusEnum;
136
+ /**
137
+ *
138
+ * @type {AccessAppointmentInternalStatusEnum}
139
+ * @memberof AccessAppointmentRecordDetailsDto
140
+ */
141
+ 'appointmentInternalStatus'?: AccessAppointmentInternalStatusEnum;
142
+ /**
143
+ *
144
+ * @type {AccessAppointmentRecordInOtherInfoVo}
145
+ * @memberof AccessAppointmentRecordDetailsDto
146
+ */
147
+ 'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
148
+ /**
149
+ *
150
+ * @type {AccessAppointmentRecordOutOtherInfoVo}
151
+ * @memberof AccessAppointmentRecordDetailsDto
152
+ */
153
+ 'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
154
+ /**
155
+ *
156
+ * @type {AccessAppointmentSourceEnum}
157
+ * @memberof AccessAppointmentRecordDetailsDto
158
+ */
159
+ 'appointmentSource'?: AccessAppointmentSourceEnum;
160
+ /**
161
+ * 来源单号
162
+ * @type {string}
163
+ * @memberof AccessAppointmentRecordDetailsDto
164
+ */
165
+ 'sourceId'?: string;
166
+ /**
167
+ * 发起人ID
168
+ * @type {number}
169
+ * @memberof AccessAppointmentRecordDetailsDto
170
+ */
171
+ 'initiateUserId'?: number;
172
+ /**
173
+ * 发起人小程序用户ID
174
+ * @type {number}
175
+ * @memberof AccessAppointmentRecordDetailsDto
176
+ */
177
+ 'initiateWxUserId'?: number;
178
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -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,14 @@
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
+ export {};
@@ -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,14 @@
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
+ export {};
@@ -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,25 @@
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 AccessAppointmentSourceEnum = {
20
+ Zhyq: 'ZHYQ',
21
+ Zjt: 'ZJT',
22
+ Vmi: 'VMI',
23
+ Fam: 'FAM',
24
+ Tms: 'TMS'
25
+ };
@@ -0,0 +1,25 @@
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 AccessAppointmentStatusEnum: {
18
+ readonly EntryPending: "ENTRY_PENDING";
19
+ readonly EntryApproved: "ENTRY_APPROVED";
20
+ readonly EntryRejected: "ENTRY_REJECTED";
21
+ readonly ExitPending: "EXIT_PENDING";
22
+ readonly ExitApproved: "EXIT_APPROVED";
23
+ readonly ExitRejected: "EXIT_REJECTED";
24
+ };
25
+ export type AccessAppointmentStatusEnum = typeof AccessAppointmentStatusEnum[keyof typeof AccessAppointmentStatusEnum];
@@ -0,0 +1,26 @@
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 AccessAppointmentStatusEnum = {
20
+ EntryPending: 'ENTRY_PENDING',
21
+ EntryApproved: 'ENTRY_APPROVED',
22
+ EntryRejected: 'ENTRY_REJECTED',
23
+ ExitPending: 'EXIT_PENDING',
24
+ ExitApproved: 'EXIT_APPROVED',
25
+ ExitRejected: 'EXIT_REJECTED'
26
+ };
@@ -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];
@@ -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
  };