@gizone/rrs-client 4.2.0-alpha.347 → 4.2.0-alpha.348
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 +4 -0
- package/api.ts +1 -0
- package/apis/hwork-api.ts +167 -0
- package/apis/surveillance-api.ts +92 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/hwork-api.d.ts +96 -0
- package/dist/apis/hwork-api.js +145 -0
- package/dist/apis/surveillance-api.d.ts +47 -0
- package/dist/apis/surveillance-api.js +71 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/hwork-api.d.ts +96 -0
- package/dist/esm/apis/hwork-api.js +138 -0
- package/dist/esm/apis/surveillance-api.d.ts +47 -0
- package/dist/esm/apis/surveillance-api.js +71 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +3 -0
- package/dist/esm/models/json-result-surveillance-count-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-count-dto.js +14 -0
- package/dist/esm/models/login-type-enum.d.ts +2 -0
- package/dist/esm/models/login-type-enum.js +3 -1
- package/dist/esm/models/park-info-dto.d.ts +12 -0
- package/dist/esm/models/surveillance-count-dto.d.ts +30 -0
- package/dist/esm/models/surveillance-count-dto.js +14 -0
- package/dist/esm/models/sys-post.d.ts +6 -0
- package/dist/esm/models/sys-role.d.ts +6 -0
- package/dist/esm/models/sys-user.d.ts +14 -1
- package/dist/esm/models/user-source-enum.d.ts +21 -0
- package/dist/esm/models/user-source-enum.js +22 -0
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.js +3 -0
- package/dist/models/json-result-surveillance-count-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-count-dto.js +15 -0
- package/dist/models/login-type-enum.d.ts +2 -0
- package/dist/models/login-type-enum.js +3 -1
- package/dist/models/park-info-dto.d.ts +12 -0
- package/dist/models/surveillance-count-dto.d.ts +30 -0
- package/dist/models/surveillance-count-dto.js +15 -0
- package/dist/models/sys-post.d.ts +6 -0
- package/dist/models/sys-role.d.ts +6 -0
- package/dist/models/sys-user.d.ts +14 -1
- package/dist/models/user-source-enum.d.ts +21 -0
- package/dist/models/user-source-enum.js +25 -0
- package/models/index.ts +3 -0
- package/models/json-result-surveillance-count-dto.ts +72 -0
- package/models/login-type-enum.ts +3 -1
- package/models/park-info-dto.ts +12 -0
- package/models/surveillance-count-dto.ts +36 -0
- package/models/sys-post.ts +6 -0
- package/models/sys-role.ts +6 -0
- package/models/sys-user.ts +18 -1
- package/models/user-source-enum.ts +31 -0
- package/package.json +1 -1
package/dist/esm/models/index.js
CHANGED
|
@@ -227,6 +227,7 @@ export * from './json-result-space-image-detail-dto';
|
|
|
227
227
|
export * from './json-result-string';
|
|
228
228
|
export * from './json-result-supplier-contract-details-dto';
|
|
229
229
|
export * from './json-result-supplier-entity';
|
|
230
|
+
export * from './json-result-surveillance-count-dto';
|
|
230
231
|
export * from './json-result-surveillance-details-dto';
|
|
231
232
|
export * from './json-result-surveillance-live-dto';
|
|
232
233
|
export * from './json-result-surveillance-settings-details-dto';
|
|
@@ -348,6 +349,7 @@ export * from './supplier-search-vo';
|
|
|
348
349
|
export * from './supplier-select-dto';
|
|
349
350
|
export * from './surveillance';
|
|
350
351
|
export * from './surveillance-batch-import-template-dto';
|
|
352
|
+
export * from './surveillance-count-dto';
|
|
351
353
|
export * from './surveillance-details-dto';
|
|
352
354
|
export * from './surveillance-live-dto';
|
|
353
355
|
export * from './surveillance-point-vo';
|
|
@@ -398,6 +400,7 @@ export * from './user-excel-dto';
|
|
|
398
400
|
export * from './user-roles-and-permissions-dto';
|
|
399
401
|
export * from './user-settings-entity';
|
|
400
402
|
export * from './user-settings-update-bo';
|
|
403
|
+
export * from './user-source-enum';
|
|
401
404
|
export * from './user-whether-privacy-dto';
|
|
402
405
|
export * from './violation-center-attribute-enum';
|
|
403
406
|
export * from './violation-decision-vo';
|
|
@@ -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 { SurveillanceCountDto } from './surveillance-count-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultSurveillanceCountDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultSurveillanceCountDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {SurveillanceCountDto}
|
|
41
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: SurveillanceCountDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
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 {};
|
|
@@ -19,5 +19,7 @@ export declare const LoginTypeEnum: {
|
|
|
19
19
|
readonly Applet: "APPLET";
|
|
20
20
|
readonly App: "APP";
|
|
21
21
|
readonly H5: "H5";
|
|
22
|
+
readonly HWorkPc: "H_WORK_PC";
|
|
23
|
+
readonly HWorkApp: "H_WORK_APP";
|
|
22
24
|
};
|
|
23
25
|
export type LoginTypeEnum = typeof LoginTypeEnum[keyof typeof LoginTypeEnum];
|
|
@@ -64,6 +64,18 @@ export interface ParkInfoDTO {
|
|
|
64
64
|
* @memberof ParkInfoDTO
|
|
65
65
|
*/
|
|
66
66
|
'ancestors'?: string;
|
|
67
|
+
/**
|
|
68
|
+
* 集团ID
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof ParkInfoDTO
|
|
71
|
+
*/
|
|
72
|
+
'groupId'?: number;
|
|
73
|
+
/**
|
|
74
|
+
* 大区ID
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof ParkInfoDTO
|
|
77
|
+
*/
|
|
78
|
+
'areaId'?: number;
|
|
67
79
|
/**
|
|
68
80
|
* 园区平面图
|
|
69
81
|
* @type {string}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 监控数量
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SurveillanceCountDto
|
|
16
|
+
*/
|
|
17
|
+
export interface SurveillanceCountDto {
|
|
18
|
+
/**
|
|
19
|
+
* 离线数量
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SurveillanceCountDto
|
|
22
|
+
*/
|
|
23
|
+
'offCount'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 在线数量
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof SurveillanceCountDto
|
|
28
|
+
*/
|
|
29
|
+
'onCount'?: number;
|
|
30
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { SysDept } from './sys-dept';
|
|
13
13
|
import type { SysRole } from './sys-role';
|
|
14
14
|
import type { SysUserAttachmentInfo } from './sys-user-attachment-info';
|
|
15
|
+
import type { UserSourceEnum } from './user-source-enum';
|
|
15
16
|
/**
|
|
16
17
|
* 用户对象
|
|
17
18
|
* @export
|
|
@@ -364,14 +365,26 @@ export interface SysUser {
|
|
|
364
365
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
365
366
|
/**
|
|
366
367
|
*
|
|
368
|
+
* @type {UserSourceEnum}
|
|
369
|
+
* @memberof SysUser
|
|
370
|
+
*/
|
|
371
|
+
'userSource'?: UserSourceEnum;
|
|
372
|
+
/**
|
|
373
|
+
* 源用户ID
|
|
367
374
|
* @type {string}
|
|
368
375
|
* @memberof SysUser
|
|
369
376
|
*/
|
|
370
|
-
'
|
|
377
|
+
'sourceUserId'?: string;
|
|
371
378
|
/**
|
|
372
379
|
*
|
|
373
380
|
* @type {number}
|
|
374
381
|
* @memberof SysUser
|
|
375
382
|
*/
|
|
376
383
|
'cuserId'?: number;
|
|
384
|
+
/**
|
|
385
|
+
*
|
|
386
|
+
* @type {string}
|
|
387
|
+
* @memberof SysUser
|
|
388
|
+
*/
|
|
389
|
+
'cid'?: string;
|
|
377
390
|
}
|
|
@@ -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 UserSourceEnum: {
|
|
18
|
+
readonly Internal: "INTERNAL";
|
|
19
|
+
readonly Hwork: "HWORK";
|
|
20
|
+
};
|
|
21
|
+
export type UserSourceEnum = typeof UserSourceEnum[keyof typeof UserSourceEnum];
|
|
@@ -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 UserSourceEnum = {
|
|
20
|
+
Internal: 'INTERNAL',
|
|
21
|
+
Hwork: 'HWORK'
|
|
22
|
+
};
|
package/dist/models/index.d.ts
CHANGED
|
@@ -227,6 +227,7 @@ export * from './json-result-space-image-detail-dto';
|
|
|
227
227
|
export * from './json-result-string';
|
|
228
228
|
export * from './json-result-supplier-contract-details-dto';
|
|
229
229
|
export * from './json-result-supplier-entity';
|
|
230
|
+
export * from './json-result-surveillance-count-dto';
|
|
230
231
|
export * from './json-result-surveillance-details-dto';
|
|
231
232
|
export * from './json-result-surveillance-live-dto';
|
|
232
233
|
export * from './json-result-surveillance-settings-details-dto';
|
|
@@ -348,6 +349,7 @@ export * from './supplier-search-vo';
|
|
|
348
349
|
export * from './supplier-select-dto';
|
|
349
350
|
export * from './surveillance';
|
|
350
351
|
export * from './surveillance-batch-import-template-dto';
|
|
352
|
+
export * from './surveillance-count-dto';
|
|
351
353
|
export * from './surveillance-details-dto';
|
|
352
354
|
export * from './surveillance-live-dto';
|
|
353
355
|
export * from './surveillance-point-vo';
|
|
@@ -398,6 +400,7 @@ export * from './user-excel-dto';
|
|
|
398
400
|
export * from './user-roles-and-permissions-dto';
|
|
399
401
|
export * from './user-settings-entity';
|
|
400
402
|
export * from './user-settings-update-bo';
|
|
403
|
+
export * from './user-source-enum';
|
|
401
404
|
export * from './user-whether-privacy-dto';
|
|
402
405
|
export * from './violation-center-attribute-enum';
|
|
403
406
|
export * from './violation-decision-vo';
|
package/dist/models/index.js
CHANGED
|
@@ -243,6 +243,7 @@ __exportStar(require("./json-result-space-image-detail-dto"), exports);
|
|
|
243
243
|
__exportStar(require("./json-result-string"), exports);
|
|
244
244
|
__exportStar(require("./json-result-supplier-contract-details-dto"), exports);
|
|
245
245
|
__exportStar(require("./json-result-supplier-entity"), exports);
|
|
246
|
+
__exportStar(require("./json-result-surveillance-count-dto"), exports);
|
|
246
247
|
__exportStar(require("./json-result-surveillance-details-dto"), exports);
|
|
247
248
|
__exportStar(require("./json-result-surveillance-live-dto"), exports);
|
|
248
249
|
__exportStar(require("./json-result-surveillance-settings-details-dto"), exports);
|
|
@@ -364,6 +365,7 @@ __exportStar(require("./supplier-search-vo"), exports);
|
|
|
364
365
|
__exportStar(require("./supplier-select-dto"), exports);
|
|
365
366
|
__exportStar(require("./surveillance"), exports);
|
|
366
367
|
__exportStar(require("./surveillance-batch-import-template-dto"), exports);
|
|
368
|
+
__exportStar(require("./surveillance-count-dto"), exports);
|
|
367
369
|
__exportStar(require("./surveillance-details-dto"), exports);
|
|
368
370
|
__exportStar(require("./surveillance-live-dto"), exports);
|
|
369
371
|
__exportStar(require("./surveillance-point-vo"), exports);
|
|
@@ -414,6 +416,7 @@ __exportStar(require("./user-excel-dto"), exports);
|
|
|
414
416
|
__exportStar(require("./user-roles-and-permissions-dto"), exports);
|
|
415
417
|
__exportStar(require("./user-settings-entity"), exports);
|
|
416
418
|
__exportStar(require("./user-settings-update-bo"), exports);
|
|
419
|
+
__exportStar(require("./user-source-enum"), exports);
|
|
417
420
|
__exportStar(require("./user-whether-privacy-dto"), exports);
|
|
418
421
|
__exportStar(require("./violation-center-attribute-enum"), exports);
|
|
419
422
|
__exportStar(require("./violation-decision-vo"), 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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { SurveillanceCountDto } from './surveillance-count-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultSurveillanceCountDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultSurveillanceCountDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {SurveillanceCountDto}
|
|
41
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: SurveillanceCountDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultSurveillanceCountDto
|
|
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 });
|
|
@@ -19,5 +19,7 @@ export declare const LoginTypeEnum: {
|
|
|
19
19
|
readonly Applet: "APPLET";
|
|
20
20
|
readonly App: "APP";
|
|
21
21
|
readonly H5: "H5";
|
|
22
|
+
readonly HWorkPc: "H_WORK_PC";
|
|
23
|
+
readonly HWorkApp: "H_WORK_APP";
|
|
22
24
|
};
|
|
23
25
|
export type LoginTypeEnum = typeof LoginTypeEnum[keyof typeof LoginTypeEnum];
|
|
@@ -64,6 +64,18 @@ export interface ParkInfoDTO {
|
|
|
64
64
|
* @memberof ParkInfoDTO
|
|
65
65
|
*/
|
|
66
66
|
'ancestors'?: string;
|
|
67
|
+
/**
|
|
68
|
+
* 集团ID
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof ParkInfoDTO
|
|
71
|
+
*/
|
|
72
|
+
'groupId'?: number;
|
|
73
|
+
/**
|
|
74
|
+
* 大区ID
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof ParkInfoDTO
|
|
77
|
+
*/
|
|
78
|
+
'areaId'?: number;
|
|
67
79
|
/**
|
|
68
80
|
* 园区平面图
|
|
69
81
|
* @type {string}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 监控数量
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SurveillanceCountDto
|
|
16
|
+
*/
|
|
17
|
+
export interface SurveillanceCountDto {
|
|
18
|
+
/**
|
|
19
|
+
* 离线数量
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SurveillanceCountDto
|
|
22
|
+
*/
|
|
23
|
+
'offCount'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 在线数量
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof SurveillanceCountDto
|
|
28
|
+
*/
|
|
29
|
+
'onCount'?: number;
|
|
30
|
+
}
|
|
@@ -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 });
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { SysDept } from './sys-dept';
|
|
13
13
|
import type { SysRole } from './sys-role';
|
|
14
14
|
import type { SysUserAttachmentInfo } from './sys-user-attachment-info';
|
|
15
|
+
import type { UserSourceEnum } from './user-source-enum';
|
|
15
16
|
/**
|
|
16
17
|
* 用户对象
|
|
17
18
|
* @export
|
|
@@ -364,14 +365,26 @@ export interface SysUser {
|
|
|
364
365
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
365
366
|
/**
|
|
366
367
|
*
|
|
368
|
+
* @type {UserSourceEnum}
|
|
369
|
+
* @memberof SysUser
|
|
370
|
+
*/
|
|
371
|
+
'userSource'?: UserSourceEnum;
|
|
372
|
+
/**
|
|
373
|
+
* 源用户ID
|
|
367
374
|
* @type {string}
|
|
368
375
|
* @memberof SysUser
|
|
369
376
|
*/
|
|
370
|
-
'
|
|
377
|
+
'sourceUserId'?: string;
|
|
371
378
|
/**
|
|
372
379
|
*
|
|
373
380
|
* @type {number}
|
|
374
381
|
* @memberof SysUser
|
|
375
382
|
*/
|
|
376
383
|
'cuserId'?: number;
|
|
384
|
+
/**
|
|
385
|
+
*
|
|
386
|
+
* @type {string}
|
|
387
|
+
* @memberof SysUser
|
|
388
|
+
*/
|
|
389
|
+
'cid'?: string;
|
|
377
390
|
}
|
|
@@ -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 UserSourceEnum: {
|
|
18
|
+
readonly Internal: "INTERNAL";
|
|
19
|
+
readonly Hwork: "HWORK";
|
|
20
|
+
};
|
|
21
|
+
export type UserSourceEnum = typeof UserSourceEnum[keyof typeof UserSourceEnum];
|
|
@@ -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.UserSourceEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 用户来源
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.UserSourceEnum = {
|
|
23
|
+
Internal: 'INTERNAL',
|
|
24
|
+
Hwork: 'HWORK'
|
|
25
|
+
};
|
package/models/index.ts
CHANGED
|
@@ -227,6 +227,7 @@ export * from './json-result-space-image-detail-dto';
|
|
|
227
227
|
export * from './json-result-string';
|
|
228
228
|
export * from './json-result-supplier-contract-details-dto';
|
|
229
229
|
export * from './json-result-supplier-entity';
|
|
230
|
+
export * from './json-result-surveillance-count-dto';
|
|
230
231
|
export * from './json-result-surveillance-details-dto';
|
|
231
232
|
export * from './json-result-surveillance-live-dto';
|
|
232
233
|
export * from './json-result-surveillance-settings-details-dto';
|
|
@@ -348,6 +349,7 @@ export * from './supplier-search-vo';
|
|
|
348
349
|
export * from './supplier-select-dto';
|
|
349
350
|
export * from './surveillance';
|
|
350
351
|
export * from './surveillance-batch-import-template-dto';
|
|
352
|
+
export * from './surveillance-count-dto';
|
|
351
353
|
export * from './surveillance-details-dto';
|
|
352
354
|
export * from './surveillance-live-dto';
|
|
353
355
|
export * from './surveillance-point-vo';
|
|
@@ -398,6 +400,7 @@ export * from './user-excel-dto';
|
|
|
398
400
|
export * from './user-roles-and-permissions-dto';
|
|
399
401
|
export * from './user-settings-entity';
|
|
400
402
|
export * from './user-settings-update-bo';
|
|
403
|
+
export * from './user-source-enum';
|
|
401
404
|
export * from './user-whether-privacy-dto';
|
|
402
405
|
export * from './violation-center-attribute-enum';
|
|
403
406
|
export * from './violation-decision-vo';
|