@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
package/dist/models/index.js
CHANGED
|
@@ -14,11 +14,14 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./access-appointment-internal-status-enum"), exports);
|
|
17
18
|
__exportStar(require("./access-appointment-record-add-vo"), exports);
|
|
18
19
|
__exportStar(require("./access-appointment-record-approval-vo"), exports);
|
|
20
|
+
__exportStar(require("./access-appointment-record-details-dto"), exports);
|
|
19
21
|
__exportStar(require("./access-appointment-record-in-other-info-vo"), exports);
|
|
20
22
|
__exportStar(require("./access-appointment-record-out-other-info-vo"), exports);
|
|
21
23
|
__exportStar(require("./access-appointment-source-enum"), exports);
|
|
24
|
+
__exportStar(require("./access-appointment-status-enum"), exports);
|
|
22
25
|
__exportStar(require("./access-approval-config-enum"), exports);
|
|
23
26
|
__exportStar(require("./access-approval-config-vo"), exports);
|
|
24
27
|
__exportStar(require("./access-approval-config-vo-reminder"), exports);
|
|
@@ -41,8 +44,12 @@ __exportStar(require("./access-whitelist-application-approval-vo"), exports);
|
|
|
41
44
|
__exportStar(require("./access-whitelist-application-batch-import-template-dto"), exports);
|
|
42
45
|
__exportStar(require("./access-whitelist-application-details-dto"), exports);
|
|
43
46
|
__exportStar(require("./access-whitelist-application-internal-status-enum"), exports);
|
|
47
|
+
__exportStar(require("./access-whitelist-application-process-details-dto"), exports);
|
|
48
|
+
__exportStar(require("./access-whitelist-application-process-details-user-info"), exports);
|
|
44
49
|
__exportStar(require("./access-whitelist-application-status-enum"), exports);
|
|
45
50
|
__exportStar(require("./access-whitelist-application-update-vo"), exports);
|
|
51
|
+
__exportStar(require("./access-whitelist-process-handler-status-enum"), exports);
|
|
52
|
+
__exportStar(require("./access-whitelist-process-type-enum"), exports);
|
|
46
53
|
__exportStar(require("./address-region-entity"), exports);
|
|
47
54
|
__exportStar(require("./admission-terms-record-add-bo"), exports);
|
|
48
55
|
__exportStar(require("./admission-terms-record-details-dto"), exports);
|
|
@@ -132,6 +139,7 @@ __exportStar(require("./inspection-standard-type-enum"), exports);
|
|
|
132
139
|
__exportStar(require("./installation-body-enum"), exports);
|
|
133
140
|
__exportStar(require("./iot-device-status-enum"), exports);
|
|
134
141
|
__exportStar(require("./json-result"), exports);
|
|
142
|
+
__exportStar(require("./json-result-access-appointment-record-details-dto"), exports);
|
|
135
143
|
__exportStar(require("./json-result-access-blacklist-details-dto"), exports);
|
|
136
144
|
__exportStar(require("./json-result-access-company-config-entity"), exports);
|
|
137
145
|
__exportStar(require("./json-result-access-config-entity"), exports);
|
|
@@ -160,6 +168,7 @@ __exportStar(require("./json-result-inspection-standard-entity"), exports);
|
|
|
160
168
|
__exportStar(require("./json-result-integer"), exports);
|
|
161
169
|
__exportStar(require("./json-result-json-result-list-space-tree-dto"), exports);
|
|
162
170
|
__exportStar(require("./json-result-list-access-company-config-entity"), exports);
|
|
171
|
+
__exportStar(require("./json-result-list-access-whitelist-application-process-details-dto"), exports);
|
|
163
172
|
__exportStar(require("./json-result-list-address-region-entity"), exports);
|
|
164
173
|
__exportStar(require("./json-result-list-applet-sys-user-drop-down-box-list-dto"), exports);
|
|
165
174
|
__exportStar(require("./json-result-list-area-park-dto"), exports);
|
|
@@ -195,6 +204,7 @@ __exportStar(require("./json-result-maintenance-standard-entity"), exports);
|
|
|
195
204
|
__exportStar(require("./json-result-monitoring-coverage-alert-work-order-details-dto"), exports);
|
|
196
205
|
__exportStar(require("./json-result-network-monitor-repair-details-dto"), exports);
|
|
197
206
|
__exportStar(require("./json-result-offline-alert-work-order-details-dto"), exports);
|
|
207
|
+
__exportStar(require("./json-result-page-dto-access-appointment-record-details-dto"), exports);
|
|
198
208
|
__exportStar(require("./json-result-page-dto-access-blacklist-details-dto"), exports);
|
|
199
209
|
__exportStar(require("./json-result-page-dto-access-whitelist-application-details-dto"), exports);
|
|
200
210
|
__exportStar(require("./json-result-page-dto-admission-terms-record-list-dto"), exports);
|
|
@@ -255,6 +265,8 @@ __exportStar(require("./offline-alert-submit-vo"), exports);
|
|
|
255
265
|
__exportStar(require("./offline-alert-work-order-details-dto"), exports);
|
|
256
266
|
__exportStar(require("./offline-alert-work-order-info"), exports);
|
|
257
267
|
__exportStar(require("./offline-alert-work-order-vo"), exports);
|
|
268
|
+
__exportStar(require("./open-api-access-appointment-record-add-vo"), exports);
|
|
269
|
+
__exportStar(require("./page-dto-access-appointment-record-details-dto"), exports);
|
|
258
270
|
__exportStar(require("./page-dto-access-blacklist-details-dto"), exports);
|
|
259
271
|
__exportStar(require("./page-dto-access-whitelist-application-details-dto"), exports);
|
|
260
272
|
__exportStar(require("./page-dto-admission-terms-record-list-dto"), exports);
|
|
@@ -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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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,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 AccessAppointmentInternalStatusEnum = {
|
|
24
|
+
BusinessPending: 'BUSINESS_PENDING',
|
|
25
|
+
ParkPending: 'PARK_PENDING'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type AccessAppointmentInternalStatusEnum = typeof AccessAppointmentInternalStatusEnum[keyof typeof AccessAppointmentInternalStatusEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|