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

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 (86) hide show
  1. package/.openapi-generator/FILES +12 -0
  2. package/apis/access-api.ts +401 -0
  3. package/apis/open-api-api.ts +93 -0
  4. package/dist/apis/access-api.d.ts +216 -0
  5. package/dist/apis/access-api.js +262 -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 +216 -0
  9. package/dist/esm/apis/access-api.js +262 -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-details-dto.d.ts +178 -0
  15. package/dist/esm/models/access-appointment-record-details-dto.js +14 -0
  16. package/dist/esm/models/access-appointment-status-enum.d.ts +25 -0
  17. package/dist/esm/models/access-appointment-status-enum.js +26 -0
  18. package/dist/esm/models/access-whitelist-application-add-vo.d.ts +2 -2
  19. package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +81 -0
  20. package/dist/esm/models/access-whitelist-application-process-details-dto.js +14 -0
  21. package/dist/esm/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
  22. package/dist/esm/models/access-whitelist-application-process-details-user-info.js +14 -0
  23. package/dist/esm/models/access-whitelist-application-update-vo.d.ts +6 -6
  24. package/dist/esm/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
  25. package/dist/esm/models/access-whitelist-process-handler-status-enum.js +22 -0
  26. package/dist/esm/models/access-whitelist-process-type-enum.d.ts +23 -0
  27. package/dist/esm/models/access-whitelist-process-type-enum.js +24 -0
  28. package/dist/esm/models/index.d.ts +12 -0
  29. package/dist/esm/models/index.js +12 -0
  30. package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
  31. package/dist/esm/models/json-result-access-appointment-record-details-dto.js +14 -0
  32. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
  33. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.js +14 -0
  34. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
  35. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.js +14 -0
  36. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
  37. package/dist/esm/models/open-api-access-appointment-record-add-vo.js +14 -0
  38. package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
  39. package/dist/esm/models/page-dto-access-appointment-record-details-dto.js +14 -0
  40. package/dist/esm/models/sys-user.d.ts +4 -4
  41. package/dist/models/access-appointment-internal-status-enum.d.ts +21 -0
  42. package/dist/models/access-appointment-internal-status-enum.js +25 -0
  43. package/dist/models/access-appointment-record-details-dto.d.ts +178 -0
  44. package/dist/models/access-appointment-record-details-dto.js +15 -0
  45. package/dist/models/access-appointment-status-enum.d.ts +25 -0
  46. package/dist/models/access-appointment-status-enum.js +29 -0
  47. package/dist/models/access-whitelist-application-add-vo.d.ts +2 -2
  48. package/dist/models/access-whitelist-application-process-details-dto.d.ts +81 -0
  49. package/dist/models/access-whitelist-application-process-details-dto.js +15 -0
  50. package/dist/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
  51. package/dist/models/access-whitelist-application-process-details-user-info.js +15 -0
  52. package/dist/models/access-whitelist-application-update-vo.d.ts +6 -6
  53. package/dist/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
  54. package/dist/models/access-whitelist-process-handler-status-enum.js +25 -0
  55. package/dist/models/access-whitelist-process-type-enum.d.ts +23 -0
  56. package/dist/models/access-whitelist-process-type-enum.js +27 -0
  57. package/dist/models/index.d.ts +12 -0
  58. package/dist/models/index.js +12 -0
  59. package/dist/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
  60. package/dist/models/json-result-access-appointment-record-details-dto.js +15 -0
  61. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
  62. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.js +15 -0
  63. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
  64. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.js +15 -0
  65. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
  66. package/dist/models/open-api-access-appointment-record-add-vo.js +15 -0
  67. package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
  68. package/dist/models/page-dto-access-appointment-record-details-dto.js +15 -0
  69. package/dist/models/sys-user.d.ts +4 -4
  70. package/models/access-appointment-internal-status-enum.ts +31 -0
  71. package/models/access-appointment-record-details-dto.ts +206 -0
  72. package/models/access-appointment-status-enum.ts +35 -0
  73. package/models/access-whitelist-application-add-vo.ts +2 -2
  74. package/models/access-whitelist-application-process-details-dto.ts +95 -0
  75. package/models/access-whitelist-application-process-details-user-info.ts +42 -0
  76. package/models/access-whitelist-application-update-vo.ts +6 -6
  77. package/models/access-whitelist-process-handler-status-enum.ts +31 -0
  78. package/models/access-whitelist-process-type-enum.ts +33 -0
  79. package/models/index.ts +12 -0
  80. package/models/json-result-access-appointment-record-details-dto.ts +72 -0
  81. package/models/json-result-list-access-whitelist-application-process-details-dto.ts +72 -0
  82. package/models/json-result-page-dto-access-appointment-record-details-dto.ts +72 -0
  83. package/models/open-api-access-appointment-record-add-vo.ts +140 -0
  84. package/models/page-dto-access-appointment-record-details-dto.ts +39 -0
  85. package/models/sys-user.ts +4 -4
  86. package/package.json +1 -1
@@ -0,0 +1,206 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { AccessAppointmentInternalStatusEnum } from './access-appointment-internal-status-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { AccessAppointmentRecordInOtherInfoVo } from './access-appointment-record-in-other-info-vo';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { AccessAppointmentRecordOutOtherInfoVo } from './access-appointment-record-out-other-info-vo';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import type { AccessAppointmentStatusEnum } from './access-appointment-status-enum';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
33
+ import type { AccessDirectionEnum } from './access-direction-enum';
34
+ // May contain unused imports in some cases
35
+ // @ts-ignore
36
+ import type { AccessReasonEnum } from './access-reason-enum';
37
+ // May contain unused imports in some cases
38
+ // @ts-ignore
39
+ import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
40
+ // May contain unused imports in some cases
41
+ // @ts-ignore
42
+ import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
43
+ // May contain unused imports in some cases
44
+ // @ts-ignore
45
+ import type { AccessVisitorPersonTypeEnum } from './access-visitor-person-type-enum';
46
+
47
+ /**
48
+ * 出入预约记录详情
49
+ * @export
50
+ * @interface AccessAppointmentRecordDetailsDto
51
+ */
52
+ export interface AccessAppointmentRecordDetailsDto {
53
+ /**
54
+ * 出入ID
55
+ * @type {number}
56
+ * @memberof AccessAppointmentRecordDetailsDto
57
+ */
58
+ 'id'?: number;
59
+ /**
60
+ * 园区ID
61
+ * @type {number}
62
+ * @memberof AccessAppointmentRecordDetailsDto
63
+ */
64
+ 'parkId'?: number;
65
+ /**
66
+ *
67
+ * @type {AccessDirectionEnum}
68
+ * @memberof AccessAppointmentRecordDetailsDto
69
+ */
70
+ 'accessDirection'?: AccessDirectionEnum;
71
+ /**
72
+ * 预约单号
73
+ * @type {string}
74
+ * @memberof AccessAppointmentRecordDetailsDto
75
+ */
76
+ 'appointmentNo'?: string;
77
+ /**
78
+ * 访问公司ID
79
+ * @type {number}
80
+ * @memberof AccessAppointmentRecordDetailsDto
81
+ */
82
+ 'accessCompanyId'?: number;
83
+ /**
84
+ * 访问公司名称
85
+ * @type {string}
86
+ * @memberof AccessAppointmentRecordDetailsDto
87
+ */
88
+ 'accessCompanyName'?: string;
89
+ /**
90
+ *
91
+ * @type {AccessVisitorPersonTypeEnum}
92
+ * @memberof AccessAppointmentRecordDetailsDto
93
+ */
94
+ 'accessVisitorPersonType'?: AccessVisitorPersonTypeEnum;
95
+ /**
96
+ *
97
+ * @type {AccessReasonEnum}
98
+ * @memberof AccessAppointmentRecordDetailsDto
99
+ */
100
+ 'accessReason'?: AccessReasonEnum;
101
+ /**
102
+ * 备注
103
+ * @type {string}
104
+ * @memberof AccessAppointmentRecordDetailsDto
105
+ */
106
+ 'remarks'?: string;
107
+ /**
108
+ * 所属单位
109
+ * @type {string}
110
+ * @memberof AccessAppointmentRecordDetailsDto
111
+ */
112
+ 'companyName'?: string;
113
+ /**
114
+ * 预约开始时间
115
+ * @type {string}
116
+ * @memberof AccessAppointmentRecordDetailsDto
117
+ */
118
+ 'appointmentStartTime'?: string;
119
+ /**
120
+ * 预约结束时间
121
+ * @type {string}
122
+ * @memberof AccessAppointmentRecordDetailsDto
123
+ */
124
+ 'appointmentEndTime'?: string;
125
+ /**
126
+ * 预约人姓名
127
+ * @type {string}
128
+ * @memberof AccessAppointmentRecordDetailsDto
129
+ */
130
+ 'appointmentName'?: string;
131
+ /**
132
+ * 预约人手机号
133
+ * @type {string}
134
+ * @memberof AccessAppointmentRecordDetailsDto
135
+ */
136
+ 'appointmentPhone'?: string;
137
+ /**
138
+ * 预约人车牌号
139
+ * @type {string}
140
+ * @memberof AccessAppointmentRecordDetailsDto
141
+ */
142
+ 'appointmentLicensePlate'?: string;
143
+ /**
144
+ *
145
+ * @type {AccessVehicleTypeEnum}
146
+ * @memberof AccessAppointmentRecordDetailsDto
147
+ */
148
+ 'vehicleType'?: AccessVehicleTypeEnum;
149
+ /**
150
+ *
151
+ * @type {AccessVehicleLengthEnum}
152
+ * @memberof AccessAppointmentRecordDetailsDto
153
+ */
154
+ 'vehicleLength'?: AccessVehicleLengthEnum;
155
+ /**
156
+ *
157
+ * @type {AccessAppointmentStatusEnum}
158
+ * @memberof AccessAppointmentRecordDetailsDto
159
+ */
160
+ 'appointmentStatus'?: AccessAppointmentStatusEnum;
161
+ /**
162
+ *
163
+ * @type {AccessAppointmentInternalStatusEnum}
164
+ * @memberof AccessAppointmentRecordDetailsDto
165
+ */
166
+ 'appointmentInternalStatus'?: AccessAppointmentInternalStatusEnum;
167
+ /**
168
+ *
169
+ * @type {AccessAppointmentRecordInOtherInfoVo}
170
+ * @memberof AccessAppointmentRecordDetailsDto
171
+ */
172
+ 'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
173
+ /**
174
+ *
175
+ * @type {AccessAppointmentRecordOutOtherInfoVo}
176
+ * @memberof AccessAppointmentRecordDetailsDto
177
+ */
178
+ 'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
179
+ /**
180
+ *
181
+ * @type {AccessAppointmentSourceEnum}
182
+ * @memberof AccessAppointmentRecordDetailsDto
183
+ */
184
+ 'appointmentSource'?: AccessAppointmentSourceEnum;
185
+ /**
186
+ * 来源单号
187
+ * @type {string}
188
+ * @memberof AccessAppointmentRecordDetailsDto
189
+ */
190
+ 'sourceId'?: string;
191
+ /**
192
+ * 发起人ID
193
+ * @type {number}
194
+ * @memberof AccessAppointmentRecordDetailsDto
195
+ */
196
+ 'initiateUserId'?: number;
197
+ /**
198
+ * 发起人小程序用户ID
199
+ * @type {number}
200
+ * @memberof AccessAppointmentRecordDetailsDto
201
+ */
202
+ 'initiateWxUserId'?: number;
203
+ }
204
+
205
+
206
+
@@ -0,0 +1,35 @@
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
+
17
+ /**
18
+ * 预约状态枚举
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const AccessAppointmentStatusEnum = {
24
+ EntryPending: 'ENTRY_PENDING',
25
+ EntryApproved: 'ENTRY_APPROVED',
26
+ EntryRejected: 'ENTRY_REJECTED',
27
+ ExitPending: 'EXIT_PENDING',
28
+ ExitApproved: 'EXIT_APPROVED',
29
+ ExitRejected: 'EXIT_REJECTED'
30
+ } as const;
31
+
32
+ export type AccessAppointmentStatusEnum = typeof AccessAppointmentStatusEnum[keyof typeof AccessAppointmentStatusEnum];
33
+
34
+
35
+
@@ -51,13 +51,13 @@ export interface AccessWhitelistApplicationAddVo {
51
51
  */
52
52
  'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
53
53
  /**
54
- * 开始时间
54
+ * 开始时间 格式:yyyy-MM-dd HH:mm:ss
55
55
  * @type {string}
56
56
  * @memberof AccessWhitelistApplicationAddVo
57
57
  */
58
58
  'startTime': string;
59
59
  /**
60
- * 结束时间
60
+ * 结束时间 格式:yyyy-MM-dd HH:mm:ss
61
61
  * @type {string}
62
62
  * @memberof AccessWhitelistApplicationAddVo
63
63
  */
@@ -0,0 +1,95 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { AccessWhitelistApplicationProcessDetailsUserInfo } from './access-whitelist-application-process-details-user-info';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { AccessWhitelistProcessHandlerStatusEnum } from './access-whitelist-process-handler-status-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { AccessWhitelistProcessTypeEnum } from './access-whitelist-process-type-enum';
25
+
26
+ /**
27
+ * 白名单申请流程详情数据传输对象
28
+ * @export
29
+ * @interface AccessWhitelistApplicationProcessDetailsDto
30
+ */
31
+ export interface AccessWhitelistApplicationProcessDetailsDto {
32
+ /**
33
+ * 流程记录id
34
+ * @type {number}
35
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
36
+ */
37
+ 'id'?: number;
38
+ /**
39
+ * 白名单申请id
40
+ * @type {number}
41
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
42
+ */
43
+ 'whitelistApplicationId'?: number;
44
+ /**
45
+ *
46
+ * @type {AccessWhitelistProcessTypeEnum}
47
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
48
+ */
49
+ 'processType'?: AccessWhitelistProcessTypeEnum;
50
+ /**
51
+ *
52
+ * @type {AccessWhitelistApplicationProcessDetailsUserInfo}
53
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
54
+ */
55
+ 'assignedHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
56
+ /**
57
+ * 分配的处理部门id
58
+ * @type {Array<number>}
59
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
60
+ */
61
+ 'assignedHandlerDeptIds'?: Array<number>;
62
+ /**
63
+ * 分配的处理部门名称
64
+ * @type {Array<string>}
65
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
66
+ */
67
+ 'assignedHandlerDeptNames'?: Array<string>;
68
+ /**
69
+ *
70
+ * @type {AccessWhitelistApplicationProcessDetailsUserInfo}
71
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
72
+ */
73
+ 'actualHandlerUser'?: AccessWhitelistApplicationProcessDetailsUserInfo;
74
+ /**
75
+ * 实际处理时间
76
+ * @type {string}
77
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
78
+ */
79
+ 'actualHandlerTime'?: string;
80
+ /**
81
+ *
82
+ * @type {AccessWhitelistProcessHandlerStatusEnum}
83
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
84
+ */
85
+ 'handlerStatus'?: AccessWhitelistProcessHandlerStatusEnum;
86
+ /**
87
+ * 备注
88
+ * @type {string}
89
+ * @memberof AccessWhitelistApplicationProcessDetailsDto
90
+ */
91
+ 'remarks'?: string;
92
+ }
93
+
94
+
95
+
@@ -0,0 +1,42 @@
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
+
17
+ /**
18
+ * 处理人信息
19
+ * @export
20
+ * @interface AccessWhitelistApplicationProcessDetailsUserInfo
21
+ */
22
+ export interface AccessWhitelistApplicationProcessDetailsUserInfo {
23
+ /**
24
+ * 用户id
25
+ * @type {number}
26
+ * @memberof AccessWhitelistApplicationProcessDetailsUserInfo
27
+ */
28
+ 'userId'?: number;
29
+ /**
30
+ * 用户名称
31
+ * @type {string}
32
+ * @memberof AccessWhitelistApplicationProcessDetailsUserInfo
33
+ */
34
+ 'userName'?: string;
35
+ /**
36
+ * 用户部门名称
37
+ * @type {string}
38
+ * @memberof AccessWhitelistApplicationProcessDetailsUserInfo
39
+ */
40
+ 'userDeptName'?: string;
41
+ }
42
+
@@ -57,23 +57,23 @@ export interface AccessWhitelistApplicationUpdateVo {
57
57
  */
58
58
  'endTime': string;
59
59
  /**
60
- * 姓名
60
+ * 申请原因
61
61
  * @type {string}
62
62
  * @memberof AccessWhitelistApplicationUpdateVo
63
63
  */
64
- 'applicantName': string;
64
+ 'applicantReason': string;
65
65
  /**
66
- * 申请电话
66
+ * 姓名
67
67
  * @type {string}
68
68
  * @memberof AccessWhitelistApplicationUpdateVo
69
69
  */
70
- 'applicantPhone': string;
70
+ 'applicantName': string;
71
71
  /**
72
- * 申请原因
72
+ * 申请电话
73
73
  * @type {string}
74
74
  * @memberof AccessWhitelistApplicationUpdateVo
75
75
  */
76
- 'applicantReason': string;
76
+ 'applicantPhone': string;
77
77
  /**
78
78
  * 申请人脸图片
79
79
  * @type {string}
@@ -0,0 +1,31 @@
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
+
17
+ /**
18
+ * 出入访问白名单处理状态枚举
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const AccessWhitelistProcessHandlerStatusEnum = {
24
+ Unhandled: 'UNHANDLED',
25
+ Handled: 'HANDLED'
26
+ } as const;
27
+
28
+ export type AccessWhitelistProcessHandlerStatusEnum = typeof AccessWhitelistProcessHandlerStatusEnum[keyof typeof AccessWhitelistProcessHandlerStatusEnum];
29
+
30
+
31
+
@@ -0,0 +1,33 @@
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
+
17
+ /**
18
+ * 出入访问白名单处理类型枚举
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const AccessWhitelistProcessTypeEnum = {
24
+ Initiate: 'INITIATE',
25
+ BusinessApproval: 'BUSINESS_APPROVAL',
26
+ ParkApproval: 'PARK_APPROVAL',
27
+ BatchImport: 'BATCH_IMPORT'
28
+ } as const;
29
+
30
+ export type AccessWhitelistProcessTypeEnum = typeof AccessWhitelistProcessTypeEnum[keyof typeof AccessWhitelistProcessTypeEnum];
31
+
32
+
33
+
package/models/index.ts CHANGED
@@ -1,8 +1,11 @@
1
+ export * from './access-appointment-internal-status-enum';
1
2
  export * from './access-appointment-record-add-vo';
2
3
  export * from './access-appointment-record-approval-vo';
4
+ export * from './access-appointment-record-details-dto';
3
5
  export * from './access-appointment-record-in-other-info-vo';
4
6
  export * from './access-appointment-record-out-other-info-vo';
5
7
  export * from './access-appointment-source-enum';
8
+ export * from './access-appointment-status-enum';
6
9
  export * from './access-approval-config-enum';
7
10
  export * from './access-approval-config-vo';
8
11
  export * from './access-approval-config-vo-reminder';
@@ -25,8 +28,12 @@ export * from './access-whitelist-application-approval-vo';
25
28
  export * from './access-whitelist-application-batch-import-template-dto';
26
29
  export * from './access-whitelist-application-details-dto';
27
30
  export * from './access-whitelist-application-internal-status-enum';
31
+ export * from './access-whitelist-application-process-details-dto';
32
+ export * from './access-whitelist-application-process-details-user-info';
28
33
  export * from './access-whitelist-application-status-enum';
29
34
  export * from './access-whitelist-application-update-vo';
35
+ export * from './access-whitelist-process-handler-status-enum';
36
+ export * from './access-whitelist-process-type-enum';
30
37
  export * from './address-region-entity';
31
38
  export * from './admission-terms-record-add-bo';
32
39
  export * from './admission-terms-record-details-dto';
@@ -116,6 +123,7 @@ export * from './inspection-standard-type-enum';
116
123
  export * from './installation-body-enum';
117
124
  export * from './iot-device-status-enum';
118
125
  export * from './json-result';
126
+ export * from './json-result-access-appointment-record-details-dto';
119
127
  export * from './json-result-access-blacklist-details-dto';
120
128
  export * from './json-result-access-company-config-entity';
121
129
  export * from './json-result-access-config-entity';
@@ -144,6 +152,7 @@ export * from './json-result-inspection-standard-entity';
144
152
  export * from './json-result-integer';
145
153
  export * from './json-result-json-result-list-space-tree-dto';
146
154
  export * from './json-result-list-access-company-config-entity';
155
+ export * from './json-result-list-access-whitelist-application-process-details-dto';
147
156
  export * from './json-result-list-address-region-entity';
148
157
  export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
149
158
  export * from './json-result-list-area-park-dto';
@@ -179,6 +188,7 @@ export * from './json-result-maintenance-standard-entity';
179
188
  export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
180
189
  export * from './json-result-network-monitor-repair-details-dto';
181
190
  export * from './json-result-offline-alert-work-order-details-dto';
191
+ export * from './json-result-page-dto-access-appointment-record-details-dto';
182
192
  export * from './json-result-page-dto-access-blacklist-details-dto';
183
193
  export * from './json-result-page-dto-access-whitelist-application-details-dto';
184
194
  export * from './json-result-page-dto-admission-terms-record-list-dto';
@@ -239,6 +249,8 @@ export * from './offline-alert-submit-vo';
239
249
  export * from './offline-alert-work-order-details-dto';
240
250
  export * from './offline-alert-work-order-info';
241
251
  export * from './offline-alert-work-order-vo';
252
+ export * from './open-api-access-appointment-record-add-vo';
253
+ export * from './page-dto-access-appointment-record-details-dto';
242
254
  export * from './page-dto-access-blacklist-details-dto';
243
255
  export * from './page-dto-access-whitelist-application-details-dto';
244
256
  export * from './page-dto-admission-terms-record-list-dto';
@@ -0,0 +1,72 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { AccessAppointmentRecordDetailsDto } from './access-appointment-record-details-dto';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { BaseErrorResult } from './base-error-result';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultAccessAppointmentRecordDetailsDto
27
+ */
28
+ export interface JsonResultAccessAppointmentRecordDetailsDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {AccessAppointmentRecordDetailsDto}
50
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
51
+ */
52
+ 'data'?: AccessAppointmentRecordDetailsDto;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultAccessAppointmentRecordDetailsDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,72 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { AccessWhitelistApplicationProcessDetailsDto } from './access-whitelist-application-process-details-dto';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { BaseErrorResult } from './base-error-result';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListAccessWhitelistApplicationProcessDetailsDto
27
+ */
28
+ export interface JsonResultListAccessWhitelistApplicationProcessDetailsDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<AccessWhitelistApplicationProcessDetailsDto>}
50
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
51
+ */
52
+ 'data'?: Array<AccessWhitelistApplicationProcessDetailsDto> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+