@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.
- package/.openapi-generator/FILES +12 -0
- package/apis/access-api.ts +401 -0
- package/apis/open-api-api.ts +93 -0
- package/dist/apis/access-api.d.ts +216 -0
- package/dist/apis/access-api.js +262 -0
- package/dist/apis/open-api-api.d.ts +48 -0
- package/dist/apis/open-api-api.js +70 -0
- package/dist/esm/apis/access-api.d.ts +216 -0
- package/dist/esm/apis/access-api.js +262 -0
- package/dist/esm/apis/open-api-api.d.ts +48 -0
- package/dist/esm/apis/open-api-api.js +70 -0
- package/dist/esm/models/access-appointment-internal-status-enum.d.ts +21 -0
- package/dist/esm/models/access-appointment-internal-status-enum.js +22 -0
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +178 -0
- package/dist/esm/models/access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/access-appointment-status-enum.d.ts +25 -0
- package/dist/esm/models/access-appointment-status-enum.js +26 -0
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +2 -2
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +81 -0
- package/dist/esm/models/access-whitelist-application-process-details-dto.js +14 -0
- package/dist/esm/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
- package/dist/esm/models/access-whitelist-application-process-details-user-info.js +14 -0
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +6 -6
- package/dist/esm/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
- package/dist/esm/models/access-whitelist-process-handler-status-enum.js +22 -0
- package/dist/esm/models/access-whitelist-process-type-enum.d.ts +23 -0
- package/dist/esm/models/access-whitelist-process-type-enum.js +24 -0
- package/dist/esm/models/index.d.ts +12 -0
- package/dist/esm/models/index.js +12 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
- package/dist/esm/models/open-api-access-appointment-record-add-vo.js +14 -0
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/access-appointment-internal-status-enum.d.ts +21 -0
- package/dist/models/access-appointment-internal-status-enum.js +25 -0
- package/dist/models/access-appointment-record-details-dto.d.ts +178 -0
- package/dist/models/access-appointment-record-details-dto.js +15 -0
- package/dist/models/access-appointment-status-enum.d.ts +25 -0
- package/dist/models/access-appointment-status-enum.js +29 -0
- package/dist/models/access-whitelist-application-add-vo.d.ts +2 -2
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +81 -0
- package/dist/models/access-whitelist-application-process-details-dto.js +15 -0
- package/dist/models/access-whitelist-application-process-details-user-info.d.ts +36 -0
- package/dist/models/access-whitelist-application-process-details-user-info.js +15 -0
- package/dist/models/access-whitelist-application-update-vo.d.ts +6 -6
- package/dist/models/access-whitelist-process-handler-status-enum.d.ts +21 -0
- package/dist/models/access-whitelist-process-handler-status-enum.js +25 -0
- package/dist/models/access-whitelist-process-type-enum.d.ts +23 -0
- package/dist/models/access-whitelist-process-type-enum.js +27 -0
- package/dist/models/index.d.ts +12 -0
- package/dist/models/index.js +12 -0
- package/dist/models/json-result-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/models/json-result-access-appointment-record-details-dto.js +15 -0
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +62 -0
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.js +15 -0
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +120 -0
- package/dist/models/open-api-access-appointment-record-add-vo.js +15 -0
- package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +31 -0
- package/dist/models/page-dto-access-appointment-record-details-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/models/access-appointment-internal-status-enum.ts +31 -0
- package/models/access-appointment-record-details-dto.ts +206 -0
- package/models/access-appointment-status-enum.ts +35 -0
- package/models/access-whitelist-application-add-vo.ts +2 -2
- package/models/access-whitelist-application-process-details-dto.ts +95 -0
- package/models/access-whitelist-application-process-details-user-info.ts +42 -0
- package/models/access-whitelist-application-update-vo.ts +6 -6
- package/models/access-whitelist-process-handler-status-enum.ts +31 -0
- package/models/access-whitelist-process-type-enum.ts +33 -0
- package/models/index.ts +12 -0
- package/models/json-result-access-appointment-record-details-dto.ts +72 -0
- package/models/json-result-list-access-whitelist-application-process-details-dto.ts +72 -0
- package/models/json-result-page-dto-access-appointment-record-details-dto.ts +72 -0
- package/models/open-api-access-appointment-record-add-vo.ts +140 -0
- package/models/page-dto-access-appointment-record-details-dto.ts +39 -0
- package/models/sys-user.ts +4 -4
- 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 AccessWhitelistProcessHandlerStatusEnum: {
|
|
18
|
+
readonly Unhandled: "UNHANDLED";
|
|
19
|
+
readonly Handled: "HANDLED";
|
|
20
|
+
};
|
|
21
|
+
export type AccessWhitelistProcessHandlerStatusEnum = typeof AccessWhitelistProcessHandlerStatusEnum[keyof typeof AccessWhitelistProcessHandlerStatusEnum];
|
|
@@ -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 AccessWhitelistProcessHandlerStatusEnum = {
|
|
20
|
+
Unhandled: 'UNHANDLED',
|
|
21
|
+
Handled: 'HANDLED'
|
|
22
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
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 AccessWhitelistProcessTypeEnum: {
|
|
18
|
+
readonly Initiate: "INITIATE";
|
|
19
|
+
readonly BusinessApproval: "BUSINESS_APPROVAL";
|
|
20
|
+
readonly ParkApproval: "PARK_APPROVAL";
|
|
21
|
+
readonly BatchImport: "BATCH_IMPORT";
|
|
22
|
+
};
|
|
23
|
+
export type AccessWhitelistProcessTypeEnum = typeof AccessWhitelistProcessTypeEnum[keyof typeof AccessWhitelistProcessTypeEnum];
|
|
@@ -0,0 +1,24 @@
|
|
|
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 AccessWhitelistProcessTypeEnum = {
|
|
20
|
+
Initiate: 'INITIATE',
|
|
21
|
+
BusinessApproval: 'BUSINESS_APPROVAL',
|
|
22
|
+
ParkApproval: 'PARK_APPROVAL',
|
|
23
|
+
BatchImport: 'BATCH_IMPORT'
|
|
24
|
+
};
|
|
@@ -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';
|
package/dist/esm/models/index.js
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,62 @@
|
|
|
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 { AccessAppointmentRecordDetailsDto } from './access-appointment-record-details-dto';
|
|
13
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultAccessAppointmentRecordDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultAccessAppointmentRecordDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {AccessAppointmentRecordDetailsDto}
|
|
41
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: AccessAppointmentRecordDetailsDto;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultAccessAppointmentRecordDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 {};
|
package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
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 { AccessWhitelistApplicationProcessDetailsDto } from './access-whitelist-application-process-details-dto';
|
|
13
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListAccessWhitelistApplicationProcessDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<AccessWhitelistApplicationProcessDetailsDto>}
|
|
41
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<AccessWhitelistApplicationProcessDetailsDto> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListAccessWhitelistApplicationProcessDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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,62 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { PageDtoAccessAppointmentRecordDetailsDto } from './page-dto-access-appointment-record-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultPageDtoAccessAppointmentRecordDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {PageDtoAccessAppointmentRecordDetailsDto}
|
|
41
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: PageDtoAccessAppointmentRecordDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultPageDtoAccessAppointmentRecordDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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,120 @@
|
|
|
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 { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
18
|
+
/**
|
|
19
|
+
* OpenApi新增出入预约记录请求参数
|
|
20
|
+
* @export
|
|
21
|
+
* @interface OpenApiAccessAppointmentRecordAddVo
|
|
22
|
+
*/
|
|
23
|
+
export interface OpenApiAccessAppointmentRecordAddVo {
|
|
24
|
+
/**
|
|
25
|
+
* 消息ID
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
28
|
+
*/
|
|
29
|
+
'msgId': string;
|
|
30
|
+
/**
|
|
31
|
+
* 园区编码
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
34
|
+
*/
|
|
35
|
+
'parkCode': string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {AccessAppointmentSourceEnum}
|
|
39
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
40
|
+
*/
|
|
41
|
+
'appointmentSource': AccessAppointmentSourceEnum;
|
|
42
|
+
/**
|
|
43
|
+
* 访问公司
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
46
|
+
*/
|
|
47
|
+
'accessCompany'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 访客类型
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
52
|
+
*/
|
|
53
|
+
'visitorType'?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {AccessDirectionEnum}
|
|
57
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
58
|
+
*/
|
|
59
|
+
'accessDirection': AccessDirectionEnum;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {AccessReasonEnum}
|
|
63
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
64
|
+
*/
|
|
65
|
+
'accessReason'?: AccessReasonEnum;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {AccessVehicleTypeEnum}
|
|
69
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
70
|
+
*/
|
|
71
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {AccessAppointmentRecordInOtherInfoVo}
|
|
75
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
76
|
+
*/
|
|
77
|
+
'inOtherInfo'?: AccessAppointmentRecordInOtherInfoVo;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {AccessAppointmentRecordOutOtherInfoVo}
|
|
81
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
82
|
+
*/
|
|
83
|
+
'outOtherInfo'?: AccessAppointmentRecordOutOtherInfoVo;
|
|
84
|
+
/**
|
|
85
|
+
* 所属单位
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
88
|
+
*/
|
|
89
|
+
'companyName'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 预约开始时间 格式:yyyy-MM-dd HH:mm:ss
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
94
|
+
*/
|
|
95
|
+
'appointmentStartTime': string;
|
|
96
|
+
/**
|
|
97
|
+
* 预约结束时间 格式:yyyy-MM-dd HH:mm:ss
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
100
|
+
*/
|
|
101
|
+
'appointmentEndTime': string;
|
|
102
|
+
/**
|
|
103
|
+
* 预约人姓名
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
106
|
+
*/
|
|
107
|
+
'appointmentName': string;
|
|
108
|
+
/**
|
|
109
|
+
* 预约人手机号
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
112
|
+
*/
|
|
113
|
+
'appointmentPhone': string;
|
|
114
|
+
/**
|
|
115
|
+
* 预约人车牌号
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof OpenApiAccessAppointmentRecordAddVo
|
|
118
|
+
*/
|
|
119
|
+
'appointmentLicensePlate': string;
|
|
120
|
+
}
|
|
@@ -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,31 @@
|
|
|
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 { AccessAppointmentRecordDetailsDto } from './access-appointment-record-details-dto';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PageDtoAccessAppointmentRecordDetailsDto
|
|
17
|
+
*/
|
|
18
|
+
export interface PageDtoAccessAppointmentRecordDetailsDto {
|
|
19
|
+
/**
|
|
20
|
+
* 总记录数
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof PageDtoAccessAppointmentRecordDetailsDto
|
|
23
|
+
*/
|
|
24
|
+
'totalSize'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 页数据列表
|
|
27
|
+
* @type {Array<AccessAppointmentRecordDetailsDto>}
|
|
28
|
+
* @memberof PageDtoAccessAppointmentRecordDetailsDto
|
|
29
|
+
*/
|
|
30
|
+
'pageList'?: Array<AccessAppointmentRecordDetailsDto>;
|
|
31
|
+
}
|
|
@@ -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 {};
|
|
@@ -370,14 +370,14 @@ export interface SysUser {
|
|
|
370
370
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @type {
|
|
373
|
+
* @type {number}
|
|
374
374
|
* @memberof SysUser
|
|
375
375
|
*/
|
|
376
|
-
'
|
|
376
|
+
'cuserId'?: number;
|
|
377
377
|
/**
|
|
378
378
|
*
|
|
379
|
-
* @type {
|
|
379
|
+
* @type {string}
|
|
380
380
|
* @memberof SysUser
|
|
381
381
|
*/
|
|
382
|
-
'
|
|
382
|
+
'cid'?: string;
|
|
383
383
|
}
|
|
@@ -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];
|