@gizone/rrs-client 4.2.0-alpha.314 → 4.2.0-alpha.316
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 +11 -0
- package/apis/access-api.ts +325 -0
- package/dist/apis/access-api.d.ts +177 -0
- package/dist/apis/access-api.js +198 -0
- package/dist/esm/apis/access-api.d.ts +177 -0
- package/dist/esm/apis/access-api.js +198 -0
- package/dist/esm/models/access-abnormal-type-enum.d.ts +21 -0
- package/dist/esm/models/access-abnormal-type-enum.js +22 -0
- package/dist/esm/models/access-object-type-enum.d.ts +25 -0
- package/dist/esm/models/access-object-type-enum.js +26 -0
- package/dist/esm/models/access-record-details-dto.d.ts +146 -0
- package/dist/esm/models/access-record-details-dto.js +14 -0
- package/dist/esm/models/access-record-summary-details-dto.d.ts +176 -0
- package/dist/esm/models/access-record-summary-details-dto.js +14 -0
- package/dist/esm/models/access-record-summary-list-dto.d.ts +163 -0
- package/dist/esm/models/access-record-summary-list-dto.js +14 -0
- package/dist/esm/models/access-release-method-enum.d.ts +21 -0
- package/dist/esm/models/access-release-method-enum.js +22 -0
- package/dist/esm/models/access-type-enum.d.ts +21 -0
- package/dist/esm/models/access-type-enum.js +22 -0
- package/dist/esm/models/access-whitelist-duration-type-enum.d.ts +21 -0
- package/dist/esm/models/access-whitelist-duration-type-enum.js +22 -0
- package/dist/esm/models/index.d.ts +11 -0
- package/dist/esm/models/index.js +11 -0
- package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-access-record-summary-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.js +14 -0
- package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-access-record-summary-list-dto.js +14 -0
- package/dist/esm/models/space-add-vo.d.ts +1 -1
- package/dist/esm/models/space-edit-vo.d.ts +1 -1
- package/dist/models/access-abnormal-type-enum.d.ts +21 -0
- package/dist/models/access-abnormal-type-enum.js +25 -0
- package/dist/models/access-object-type-enum.d.ts +25 -0
- package/dist/models/access-object-type-enum.js +29 -0
- package/dist/models/access-record-details-dto.d.ts +146 -0
- package/dist/models/access-record-details-dto.js +15 -0
- package/dist/models/access-record-summary-details-dto.d.ts +176 -0
- package/dist/models/access-record-summary-details-dto.js +15 -0
- package/dist/models/access-record-summary-list-dto.d.ts +163 -0
- package/dist/models/access-record-summary-list-dto.js +15 -0
- package/dist/models/access-release-method-enum.d.ts +21 -0
- package/dist/models/access-release-method-enum.js +25 -0
- package/dist/models/access-type-enum.d.ts +21 -0
- package/dist/models/access-type-enum.js +25 -0
- package/dist/models/access-whitelist-duration-type-enum.d.ts +21 -0
- package/dist/models/access-whitelist-duration-type-enum.js +25 -0
- package/dist/models/index.d.ts +11 -0
- package/dist/models/index.js +11 -0
- package/dist/models/json-result-access-record-summary-details-dto.d.ts +62 -0
- package/dist/models/json-result-access-record-summary-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-access-record-summary-list-dto.js +15 -0
- package/dist/models/page-dto-access-record-summary-list-dto.d.ts +31 -0
- package/dist/models/page-dto-access-record-summary-list-dto.js +15 -0
- package/dist/models/space-add-vo.d.ts +1 -1
- package/dist/models/space-edit-vo.d.ts +1 -1
- package/models/access-abnormal-type-enum.ts +31 -0
- package/models/access-object-type-enum.ts +35 -0
- package/models/access-record-details-dto.ts +170 -0
- package/models/access-record-summary-details-dto.ts +200 -0
- package/models/access-record-summary-list-dto.ts +185 -0
- package/models/access-release-method-enum.ts +31 -0
- package/models/access-type-enum.ts +31 -0
- package/models/access-whitelist-duration-type-enum.ts +31 -0
- package/models/index.ts +11 -0
- package/models/json-result-access-record-summary-details-dto.ts +72 -0
- package/models/json-result-page-dto-access-record-summary-list-dto.ts +72 -0
- package/models/page-dto-access-record-summary-list-dto.ts +39 -0
- package/models/space-add-vo.ts +1 -1
- package/models/space-edit-vo.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AccessTypeEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 出入访问类型枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessTypeEnum = {
|
|
23
|
+
Person: 'PERSON',
|
|
24
|
+
Vehicle: 'VEHICLE'
|
|
25
|
+
};
|
|
@@ -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 AccessWhitelistDurationTypeEnum: {
|
|
18
|
+
readonly Temporary: "TEMPORARY";
|
|
19
|
+
readonly Fixed: "FIXED";
|
|
20
|
+
};
|
|
21
|
+
export type AccessWhitelistDurationTypeEnum = typeof AccessWhitelistDurationTypeEnum[keyof typeof AccessWhitelistDurationTypeEnum];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AccessWhitelistDurationTypeEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 出入访问白名单有效期类型枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.AccessWhitelistDurationTypeEnum = {
|
|
23
|
+
Temporary: 'TEMPORARY',
|
|
24
|
+
Fixed: 'FIXED'
|
|
25
|
+
};
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './access-abnormal-type-enum';
|
|
1
2
|
export * from './access-appointment-internal-status-enum';
|
|
2
3
|
export * from './access-appointment-record-add-vo';
|
|
3
4
|
export * from './access-appointment-record-approval-vo';
|
|
@@ -20,8 +21,14 @@ export * from './access-company-config-sort-vo';
|
|
|
20
21
|
export * from './access-config-entity';
|
|
21
22
|
export * from './access-config-vo';
|
|
22
23
|
export * from './access-direction-enum';
|
|
24
|
+
export * from './access-object-type-enum';
|
|
23
25
|
export * from './access-reason-enum';
|
|
26
|
+
export * from './access-record-details-dto';
|
|
27
|
+
export * from './access-record-summary-details-dto';
|
|
28
|
+
export * from './access-record-summary-list-dto';
|
|
24
29
|
export * from './access-record-vehicle-add-vo';
|
|
30
|
+
export * from './access-release-method-enum';
|
|
31
|
+
export * from './access-type-enum';
|
|
25
32
|
export * from './access-vehicle-length-enum';
|
|
26
33
|
export * from './access-vehicle-type-enum';
|
|
27
34
|
export * from './access-visitor-person-type-config-vo';
|
|
@@ -35,6 +42,7 @@ export * from './access-whitelist-application-process-details-dto';
|
|
|
35
42
|
export * from './access-whitelist-application-process-details-user-info';
|
|
36
43
|
export * from './access-whitelist-application-status-enum';
|
|
37
44
|
export * from './access-whitelist-application-update-vo';
|
|
45
|
+
export * from './access-whitelist-duration-type-enum';
|
|
38
46
|
export * from './access-whitelist-process-handler-status-enum';
|
|
39
47
|
export * from './access-whitelist-process-type-enum';
|
|
40
48
|
export * from './address-region-entity';
|
|
@@ -130,6 +138,7 @@ export * from './json-result-access-appointment-record-details-dto';
|
|
|
130
138
|
export * from './json-result-access-blacklist-details-dto';
|
|
131
139
|
export * from './json-result-access-company-config-entity';
|
|
132
140
|
export * from './json-result-access-config-entity';
|
|
141
|
+
export * from './json-result-access-record-summary-details-dto';
|
|
133
142
|
export * from './json-result-access-whitelist-application-details-dto';
|
|
134
143
|
export * from './json-result-admission-terms-record-details-dto';
|
|
135
144
|
export * from './json-result-applet-user-type-dto';
|
|
@@ -194,6 +203,7 @@ export * from './json-result-network-monitor-repair-details-dto';
|
|
|
194
203
|
export * from './json-result-offline-alert-work-order-details-dto';
|
|
195
204
|
export * from './json-result-page-dto-access-appointment-record-details-dto';
|
|
196
205
|
export * from './json-result-page-dto-access-blacklist-details-dto';
|
|
206
|
+
export * from './json-result-page-dto-access-record-summary-list-dto';
|
|
197
207
|
export * from './json-result-page-dto-access-whitelist-application-details-dto';
|
|
198
208
|
export * from './json-result-page-dto-admission-terms-record-list-dto';
|
|
199
209
|
export * from './json-result-page-dto-disaster-warning-standard-entity';
|
|
@@ -256,6 +266,7 @@ export * from './offline-alert-work-order-vo';
|
|
|
256
266
|
export * from './open-api-access-appointment-record-add-vo';
|
|
257
267
|
export * from './page-dto-access-appointment-record-details-dto';
|
|
258
268
|
export * from './page-dto-access-blacklist-details-dto';
|
|
269
|
+
export * from './page-dto-access-record-summary-list-dto';
|
|
259
270
|
export * from './page-dto-access-whitelist-application-details-dto';
|
|
260
271
|
export * from './page-dto-admission-terms-record-list-dto';
|
|
261
272
|
export * from './page-dto-disaster-warning-standard-entity';
|
package/dist/models/index.js
CHANGED
|
@@ -14,6 +14,7 @@ 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-abnormal-type-enum"), exports);
|
|
17
18
|
__exportStar(require("./access-appointment-internal-status-enum"), exports);
|
|
18
19
|
__exportStar(require("./access-appointment-record-add-vo"), exports);
|
|
19
20
|
__exportStar(require("./access-appointment-record-approval-vo"), exports);
|
|
@@ -36,8 +37,14 @@ __exportStar(require("./access-company-config-sort-vo"), exports);
|
|
|
36
37
|
__exportStar(require("./access-config-entity"), exports);
|
|
37
38
|
__exportStar(require("./access-config-vo"), exports);
|
|
38
39
|
__exportStar(require("./access-direction-enum"), exports);
|
|
40
|
+
__exportStar(require("./access-object-type-enum"), exports);
|
|
39
41
|
__exportStar(require("./access-reason-enum"), exports);
|
|
42
|
+
__exportStar(require("./access-record-details-dto"), exports);
|
|
43
|
+
__exportStar(require("./access-record-summary-details-dto"), exports);
|
|
44
|
+
__exportStar(require("./access-record-summary-list-dto"), exports);
|
|
40
45
|
__exportStar(require("./access-record-vehicle-add-vo"), exports);
|
|
46
|
+
__exportStar(require("./access-release-method-enum"), exports);
|
|
47
|
+
__exportStar(require("./access-type-enum"), exports);
|
|
41
48
|
__exportStar(require("./access-vehicle-length-enum"), exports);
|
|
42
49
|
__exportStar(require("./access-vehicle-type-enum"), exports);
|
|
43
50
|
__exportStar(require("./access-visitor-person-type-config-vo"), exports);
|
|
@@ -51,6 +58,7 @@ __exportStar(require("./access-whitelist-application-process-details-dto"), expo
|
|
|
51
58
|
__exportStar(require("./access-whitelist-application-process-details-user-info"), exports);
|
|
52
59
|
__exportStar(require("./access-whitelist-application-status-enum"), exports);
|
|
53
60
|
__exportStar(require("./access-whitelist-application-update-vo"), exports);
|
|
61
|
+
__exportStar(require("./access-whitelist-duration-type-enum"), exports);
|
|
54
62
|
__exportStar(require("./access-whitelist-process-handler-status-enum"), exports);
|
|
55
63
|
__exportStar(require("./access-whitelist-process-type-enum"), exports);
|
|
56
64
|
__exportStar(require("./address-region-entity"), exports);
|
|
@@ -146,6 +154,7 @@ __exportStar(require("./json-result-access-appointment-record-details-dto"), exp
|
|
|
146
154
|
__exportStar(require("./json-result-access-blacklist-details-dto"), exports);
|
|
147
155
|
__exportStar(require("./json-result-access-company-config-entity"), exports);
|
|
148
156
|
__exportStar(require("./json-result-access-config-entity"), exports);
|
|
157
|
+
__exportStar(require("./json-result-access-record-summary-details-dto"), exports);
|
|
149
158
|
__exportStar(require("./json-result-access-whitelist-application-details-dto"), exports);
|
|
150
159
|
__exportStar(require("./json-result-admission-terms-record-details-dto"), exports);
|
|
151
160
|
__exportStar(require("./json-result-applet-user-type-dto"), exports);
|
|
@@ -210,6 +219,7 @@ __exportStar(require("./json-result-network-monitor-repair-details-dto"), export
|
|
|
210
219
|
__exportStar(require("./json-result-offline-alert-work-order-details-dto"), exports);
|
|
211
220
|
__exportStar(require("./json-result-page-dto-access-appointment-record-details-dto"), exports);
|
|
212
221
|
__exportStar(require("./json-result-page-dto-access-blacklist-details-dto"), exports);
|
|
222
|
+
__exportStar(require("./json-result-page-dto-access-record-summary-list-dto"), exports);
|
|
213
223
|
__exportStar(require("./json-result-page-dto-access-whitelist-application-details-dto"), exports);
|
|
214
224
|
__exportStar(require("./json-result-page-dto-admission-terms-record-list-dto"), exports);
|
|
215
225
|
__exportStar(require("./json-result-page-dto-disaster-warning-standard-entity"), exports);
|
|
@@ -272,6 +282,7 @@ __exportStar(require("./offline-alert-work-order-vo"), exports);
|
|
|
272
282
|
__exportStar(require("./open-api-access-appointment-record-add-vo"), exports);
|
|
273
283
|
__exportStar(require("./page-dto-access-appointment-record-details-dto"), exports);
|
|
274
284
|
__exportStar(require("./page-dto-access-blacklist-details-dto"), exports);
|
|
285
|
+
__exportStar(require("./page-dto-access-record-summary-list-dto"), exports);
|
|
275
286
|
__exportStar(require("./page-dto-access-whitelist-application-details-dto"), exports);
|
|
276
287
|
__exportStar(require("./page-dto-admission-terms-record-list-dto"), exports);
|
|
277
288
|
__exportStar(require("./page-dto-disaster-warning-standard-entity"), 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 { AccessRecordSummaryDetailsDto } from './access-record-summary-details-dto';
|
|
13
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultAccessRecordSummaryDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultAccessRecordSummaryDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultAccessRecordSummaryDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultAccessRecordSummaryDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultAccessRecordSummaryDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {AccessRecordSummaryDetailsDto}
|
|
41
|
+
* @memberof JsonResultAccessRecordSummaryDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: AccessRecordSummaryDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultAccessRecordSummaryDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultAccessRecordSummaryDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultAccessRecordSummaryDetailsDto
|
|
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 { PageDtoAccessRecordSummaryListDto } from './page-dto-access-record-summary-list-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultPageDtoAccessRecordSummaryListDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultPageDtoAccessRecordSummaryListDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultPageDtoAccessRecordSummaryListDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultPageDtoAccessRecordSummaryListDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultPageDtoAccessRecordSummaryListDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {PageDtoAccessRecordSummaryListDto}
|
|
41
|
+
* @memberof JsonResultPageDtoAccessRecordSummaryListDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: PageDtoAccessRecordSummaryListDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultPageDtoAccessRecordSummaryListDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultPageDtoAccessRecordSummaryListDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultPageDtoAccessRecordSummaryListDto
|
|
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,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 { AccessRecordSummaryListDto } from './access-record-summary-list-dto';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PageDtoAccessRecordSummaryListDto
|
|
17
|
+
*/
|
|
18
|
+
export interface PageDtoAccessRecordSummaryListDto {
|
|
19
|
+
/**
|
|
20
|
+
* 总记录数
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof PageDtoAccessRecordSummaryListDto
|
|
23
|
+
*/
|
|
24
|
+
'totalSize'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 页数据列表
|
|
27
|
+
* @type {Array<AccessRecordSummaryListDto>}
|
|
28
|
+
* @memberof PageDtoAccessRecordSummaryListDto
|
|
29
|
+
*/
|
|
30
|
+
'pageList'?: Array<AccessRecordSummaryListDto>;
|
|
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 });
|
|
@@ -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 AccessAbnormalTypeEnum = {
|
|
24
|
+
NoEntry: 'NO_ENTRY',
|
|
25
|
+
NoExit: 'NO_EXIT'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type AccessAbnormalTypeEnum = typeof AccessAbnormalTypeEnum[keyof typeof AccessAbnormalTypeEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -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 AccessObjectTypeEnum = {
|
|
24
|
+
TempPerson: 'TEMP_PERSON',
|
|
25
|
+
FixedPerson: 'FIXED_PERSON',
|
|
26
|
+
TempBus: 'TEMP_BUS',
|
|
27
|
+
FixedBus: 'FIXED_BUS',
|
|
28
|
+
TempTruck: 'TEMP_TRUCK',
|
|
29
|
+
FixedTruck: 'FIXED_TRUCK'
|
|
30
|
+
} as const;
|
|
31
|
+
|
|
32
|
+
export type AccessObjectTypeEnum = typeof AccessObjectTypeEnum[keyof typeof AccessObjectTypeEnum];
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
@@ -0,0 +1,170 @@
|
|
|
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 { AccessDirectionEnum } from './access-direction-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { AccessObjectTypeEnum } from './access-object-type-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { AccessReasonEnum } from './access-reason-enum';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { AccessReleaseMethodEnum } from './access-release-method-enum';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import type { AccessTypeEnum } from './access-type-enum';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { AccessVehicleLengthEnum } from './access-vehicle-length-enum';
|
|
34
|
+
// May contain unused imports in some cases
|
|
35
|
+
// @ts-ignore
|
|
36
|
+
import type { AccessVehicleTypeEnum } from './access-vehicle-type-enum';
|
|
37
|
+
// May contain unused imports in some cases
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { AccessWhitelistDurationTypeEnum } from './access-whitelist-duration-type-enum';
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* 出入访问记录详情 DTO
|
|
43
|
+
* @export
|
|
44
|
+
* @interface AccessRecordDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
export interface AccessRecordDetailsDto {
|
|
47
|
+
/**
|
|
48
|
+
* id
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof AccessRecordDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'id'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 园区ID
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof AccessRecordDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'parkId'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* 出入编号
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof AccessRecordDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'accessNo'?: string;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {AccessDirectionEnum}
|
|
68
|
+
* @memberof AccessRecordDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'accessDirection'?: AccessDirectionEnum;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {AccessTypeEnum}
|
|
74
|
+
* @memberof AccessRecordDetailsDto
|
|
75
|
+
*/
|
|
76
|
+
'accessType'?: AccessTypeEnum;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {AccessWhitelistDurationTypeEnum}
|
|
80
|
+
* @memberof AccessRecordDetailsDto
|
|
81
|
+
*/
|
|
82
|
+
'accessWhitelistDurationType'?: AccessWhitelistDurationTypeEnum;
|
|
83
|
+
/**
|
|
84
|
+
* 车牌号
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof AccessRecordDetailsDto
|
|
87
|
+
*/
|
|
88
|
+
'licensePlate'?: string;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {AccessVehicleTypeEnum}
|
|
92
|
+
* @memberof AccessRecordDetailsDto
|
|
93
|
+
*/
|
|
94
|
+
'vehicleType'?: AccessVehicleTypeEnum;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {AccessVehicleLengthEnum}
|
|
98
|
+
* @memberof AccessRecordDetailsDto
|
|
99
|
+
*/
|
|
100
|
+
'vehicleLength'?: AccessVehicleLengthEnum;
|
|
101
|
+
/**
|
|
102
|
+
* 用户名称
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof AccessRecordDetailsDto
|
|
105
|
+
*/
|
|
106
|
+
'userName'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 手机号
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof AccessRecordDetailsDto
|
|
111
|
+
*/
|
|
112
|
+
'phone'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 访问公司ID
|
|
115
|
+
* @type {number}
|
|
116
|
+
* @memberof AccessRecordDetailsDto
|
|
117
|
+
*/
|
|
118
|
+
'accessCompanyId'?: number;
|
|
119
|
+
/**
|
|
120
|
+
* 访问公司名称
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof AccessRecordDetailsDto
|
|
123
|
+
*/
|
|
124
|
+
'accessCompanyName'?: string;
|
|
125
|
+
/**
|
|
126
|
+
* 出入时间
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof AccessRecordDetailsDto
|
|
129
|
+
*/
|
|
130
|
+
'accessTime'?: string;
|
|
131
|
+
/**
|
|
132
|
+
* 出入照片
|
|
133
|
+
* @type {Array<string>}
|
|
134
|
+
* @memberof AccessRecordDetailsDto
|
|
135
|
+
*/
|
|
136
|
+
'accessPhotos'?: Array<string>;
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @type {AccessReleaseMethodEnum}
|
|
140
|
+
* @memberof AccessRecordDetailsDto
|
|
141
|
+
*/
|
|
142
|
+
'releaseMethod'?: AccessReleaseMethodEnum;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {AccessReasonEnum}
|
|
146
|
+
* @memberof AccessRecordDetailsDto
|
|
147
|
+
*/
|
|
148
|
+
'accessReason'?: AccessReasonEnum;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {AccessObjectTypeEnum}
|
|
152
|
+
* @memberof AccessRecordDetailsDto
|
|
153
|
+
*/
|
|
154
|
+
'accessObjectType'?: AccessObjectTypeEnum;
|
|
155
|
+
/**
|
|
156
|
+
* 预约ID
|
|
157
|
+
* @type {number}
|
|
158
|
+
* @memberof AccessRecordDetailsDto
|
|
159
|
+
*/
|
|
160
|
+
'accessAppointmentId'?: number;
|
|
161
|
+
/**
|
|
162
|
+
* 预约单号
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof AccessRecordDetailsDto
|
|
165
|
+
*/
|
|
166
|
+
'accessAppointmentNo'?: string;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|