@gizone/rrs-client 4.2.0-alpha.347 → 4.2.0-alpha.349
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 +10 -0
- package/api.ts +1 -0
- package/apis/hwork-api.ts +167 -0
- package/apis/open-api-api.ts +214 -0
- package/apis/surveillance-api.ts +92 -0
- package/apis/web-hook-api.ts +182 -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/open-api-api.d.ts +110 -0
- package/dist/apis/open-api-api.js +156 -0
- package/dist/apis/surveillance-api.d.ts +47 -0
- package/dist/apis/surveillance-api.js +71 -0
- package/dist/apis/web-hook-api.d.ts +94 -0
- package/dist/apis/web-hook-api.js +140 -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/open-api-api.d.ts +110 -0
- package/dist/esm/apis/open-api-api.js +156 -0
- package/dist/esm/apis/surveillance-api.d.ts +47 -0
- package/dist/esm/apis/surveillance-api.js +71 -0
- package/dist/esm/apis/web-hook-api.d.ts +94 -0
- package/dist/esm/apis/web-hook-api.js +140 -0
- package/dist/esm/models/index.d.ts +9 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/insurance-notice-vo.d.ts +54 -0
- package/dist/esm/models/insurance-notice-vo.js +14 -0
- package/dist/esm/models/insurance-work-order-issue-vo.d.ts +79 -0
- package/dist/esm/models/insurance-work-order-issue-vo.js +14 -0
- package/dist/esm/models/insurance-work-order-vo.d.ts +37 -0
- package/dist/esm/models/insurance-work-order-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.js +14 -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/open-api-equipment-list-dto.d.ts +110 -0
- package/dist/esm/models/open-api-equipment-list-dto.js +14 -0
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.js +14 -0
- 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/esm/models/work-order-issue-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-issue-type-enum.js +1 -1
- package/dist/models/index.d.ts +9 -0
- package/dist/models/index.js +9 -0
- package/dist/models/insurance-notice-vo.d.ts +54 -0
- package/dist/models/insurance-notice-vo.js +15 -0
- package/dist/models/insurance-work-order-issue-vo.d.ts +79 -0
- package/dist/models/insurance-work-order-issue-vo.js +15 -0
- package/dist/models/insurance-work-order-vo.d.ts +37 -0
- package/dist/models/insurance-work-order-vo.js +15 -0
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.js +15 -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/open-api-equipment-list-dto.d.ts +110 -0
- package/dist/models/open-api-equipment-list-dto.js +15 -0
- package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
- package/dist/models/page-dto-open-api-equipment-list-dto.js +15 -0
- 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/dist/models/work-order-issue-type-enum.d.ts +1 -1
- package/dist/models/work-order-issue-type-enum.js +1 -1
- package/models/index.ts +9 -0
- package/models/insurance-notice-vo.ts +60 -0
- package/models/insurance-work-order-issue-vo.ts +89 -0
- package/models/insurance-work-order-vo.ts +45 -0
- package/models/json-result-page-dto-open-api-equipment-list-dto.ts +72 -0
- package/models/json-result-surveillance-count-dto.ts +72 -0
- package/models/login-type-enum.ts +3 -1
- package/models/open-api-equipment-list-dto.ts +122 -0
- package/models/page-dto-open-api-equipment-list-dto.ts +39 -0
- 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/models/work-order-issue-type-enum.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,37 @@
|
|
|
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 { InsuranceWorkOrderIssueVo } from './insurance-work-order-issue-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 接收保险问题入参
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InsuranceWorkOrderVo
|
|
17
|
+
*/
|
|
18
|
+
export interface InsuranceWorkOrderVo {
|
|
19
|
+
/**
|
|
20
|
+
* 园区编码
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof InsuranceWorkOrderVo
|
|
23
|
+
*/
|
|
24
|
+
'parkCode': string;
|
|
25
|
+
/**
|
|
26
|
+
* 保险单号
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof InsuranceWorkOrderVo
|
|
29
|
+
*/
|
|
30
|
+
'insuranceNo': string;
|
|
31
|
+
/**
|
|
32
|
+
* 问题
|
|
33
|
+
* @type {Array<InsuranceWorkOrderIssueVo>}
|
|
34
|
+
* @memberof InsuranceWorkOrderVo
|
|
35
|
+
*/
|
|
36
|
+
'issues': Array<InsuranceWorkOrderIssueVo>;
|
|
37
|
+
}
|
|
@@ -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 { PageDtoOpenApiEquipmentListDto } from './page-dto-open-api-equipment-list-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultPageDtoOpenApiEquipmentListDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultPageDtoOpenApiEquipmentListDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {PageDtoOpenApiEquipmentListDto}
|
|
41
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: PageDtoOpenApiEquipmentListDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultPageDtoOpenApiEquipmentListDto
|
|
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 { 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];
|
|
@@ -0,0 +1,110 @@
|
|
|
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 { EquipmentStatusEnum } from './equipment-status-enum';
|
|
13
|
+
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
14
|
+
/**
|
|
15
|
+
* openApi接口设备返回参数
|
|
16
|
+
* @export
|
|
17
|
+
* @interface OpenApiEquipmentListDto
|
|
18
|
+
*/
|
|
19
|
+
export interface OpenApiEquipmentListDto {
|
|
20
|
+
/**
|
|
21
|
+
* id
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof OpenApiEquipmentListDto
|
|
24
|
+
*/
|
|
25
|
+
'id'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 设备名称
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof OpenApiEquipmentListDto
|
|
30
|
+
*/
|
|
31
|
+
'equipmentName'?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {EquipmentStatusEnum}
|
|
35
|
+
* @memberof OpenApiEquipmentListDto
|
|
36
|
+
*/
|
|
37
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 设备系统
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof OpenApiEquipmentListDto
|
|
42
|
+
*/
|
|
43
|
+
'equipmentSystem'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 设备系统ID
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof OpenApiEquipmentListDto
|
|
48
|
+
*/
|
|
49
|
+
'equipmentSystemId'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 设备等级
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof OpenApiEquipmentListDto
|
|
54
|
+
*/
|
|
55
|
+
'equipmentClass'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 出厂时间
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof OpenApiEquipmentListDto
|
|
60
|
+
*/
|
|
61
|
+
'deliveryTime'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 现场安装时间
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof OpenApiEquipmentListDto
|
|
66
|
+
*/
|
|
67
|
+
'installTime'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 质保时间
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof OpenApiEquipmentListDto
|
|
72
|
+
*/
|
|
73
|
+
'warrantyTime'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 空间id
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof OpenApiEquipmentListDto
|
|
78
|
+
*/
|
|
79
|
+
'spaceId'?: number;
|
|
80
|
+
/**
|
|
81
|
+
* 是否公共区域
|
|
82
|
+
* @type {boolean}
|
|
83
|
+
* @memberof OpenApiEquipmentListDto
|
|
84
|
+
*/
|
|
85
|
+
'isPublicArea'?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* 关联设备id
|
|
88
|
+
* @type {Array<number>}
|
|
89
|
+
* @memberof OpenApiEquipmentListDto
|
|
90
|
+
*/
|
|
91
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {ThirdPartySystemEnum}
|
|
95
|
+
* @memberof OpenApiEquipmentListDto
|
|
96
|
+
*/
|
|
97
|
+
'source'?: ThirdPartySystemEnum;
|
|
98
|
+
/**
|
|
99
|
+
* 设备编码
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof OpenApiEquipmentListDto
|
|
102
|
+
*/
|
|
103
|
+
'equipmentCode'?: string;
|
|
104
|
+
/**
|
|
105
|
+
* 资产编码
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof OpenApiEquipmentListDto
|
|
108
|
+
*/
|
|
109
|
+
'famEquipmentCode'?: string;
|
|
110
|
+
}
|
|
@@ -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 { OpenApiEquipmentListDto } from './open-api-equipment-list-dto';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PageDtoOpenApiEquipmentListDto
|
|
17
|
+
*/
|
|
18
|
+
export interface PageDtoOpenApiEquipmentListDto {
|
|
19
|
+
/**
|
|
20
|
+
* 总记录数
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof PageDtoOpenApiEquipmentListDto
|
|
23
|
+
*/
|
|
24
|
+
'totalSize'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 页数据列表
|
|
27
|
+
* @type {Array<OpenApiEquipmentListDto>}
|
|
28
|
+
* @memberof PageDtoOpenApiEquipmentListDto
|
|
29
|
+
*/
|
|
30
|
+
'pageList'?: Array<OpenApiEquipmentListDto>;
|
|
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 {};
|
|
@@ -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
|
@@ -135,6 +135,9 @@ export * from './inspection-standard-entity';
|
|
|
135
135
|
export * from './inspection-standard-import-dto';
|
|
136
136
|
export * from './inspection-standard-type-enum';
|
|
137
137
|
export * from './installation-body-enum';
|
|
138
|
+
export * from './insurance-notice-vo';
|
|
139
|
+
export * from './insurance-work-order-issue-vo';
|
|
140
|
+
export * from './insurance-work-order-vo';
|
|
138
141
|
export * from './iot-device-status-enum';
|
|
139
142
|
export * from './json-result';
|
|
140
143
|
export * from './json-result-access-appointment-record-details-dto';
|
|
@@ -213,6 +216,7 @@ export * from './json-result-page-dto-disaster-warning-standard-entity';
|
|
|
213
216
|
export * from './json-result-page-dto-equipment-search-system-dto';
|
|
214
217
|
export * from './json-result-page-dto-inspection-standard-dto';
|
|
215
218
|
export * from './json-result-page-dto-maintenance-standard-dto';
|
|
219
|
+
export * from './json-result-page-dto-open-api-equipment-list-dto';
|
|
216
220
|
export * from './json-result-page-dto-plan-search-dto';
|
|
217
221
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
218
222
|
export * from './json-result-page-dto-surveillance-details-dto';
|
|
@@ -227,6 +231,7 @@ export * from './json-result-space-image-detail-dto';
|
|
|
227
231
|
export * from './json-result-string';
|
|
228
232
|
export * from './json-result-supplier-contract-details-dto';
|
|
229
233
|
export * from './json-result-supplier-entity';
|
|
234
|
+
export * from './json-result-surveillance-count-dto';
|
|
230
235
|
export * from './json-result-surveillance-details-dto';
|
|
231
236
|
export * from './json-result-surveillance-live-dto';
|
|
232
237
|
export * from './json-result-surveillance-settings-details-dto';
|
|
@@ -267,6 +272,7 @@ export * from './offline-alert-work-order-details-dto';
|
|
|
267
272
|
export * from './offline-alert-work-order-info';
|
|
268
273
|
export * from './offline-alert-work-order-vo';
|
|
269
274
|
export * from './open-api-access-appointment-record-add-vo';
|
|
275
|
+
export * from './open-api-equipment-list-dto';
|
|
270
276
|
export * from './page-dto-access-appointment-record-details-dto';
|
|
271
277
|
export * from './page-dto-access-blacklist-details-dto';
|
|
272
278
|
export * from './page-dto-access-record-summary-list-dto';
|
|
@@ -276,6 +282,7 @@ export * from './page-dto-disaster-warning-standard-entity';
|
|
|
276
282
|
export * from './page-dto-equipment-search-system-dto';
|
|
277
283
|
export * from './page-dto-inspection-standard-dto';
|
|
278
284
|
export * from './page-dto-maintenance-standard-dto';
|
|
285
|
+
export * from './page-dto-open-api-equipment-list-dto';
|
|
279
286
|
export * from './page-dto-plan-search-dto';
|
|
280
287
|
export * from './page-dto-supplier-contract-details-dto';
|
|
281
288
|
export * from './page-dto-surveillance-details-dto';
|
|
@@ -348,6 +355,7 @@ export * from './supplier-search-vo';
|
|
|
348
355
|
export * from './supplier-select-dto';
|
|
349
356
|
export * from './surveillance';
|
|
350
357
|
export * from './surveillance-batch-import-template-dto';
|
|
358
|
+
export * from './surveillance-count-dto';
|
|
351
359
|
export * from './surveillance-details-dto';
|
|
352
360
|
export * from './surveillance-live-dto';
|
|
353
361
|
export * from './surveillance-point-vo';
|
|
@@ -398,6 +406,7 @@ export * from './user-excel-dto';
|
|
|
398
406
|
export * from './user-roles-and-permissions-dto';
|
|
399
407
|
export * from './user-settings-entity';
|
|
400
408
|
export * from './user-settings-update-bo';
|
|
409
|
+
export * from './user-source-enum';
|
|
401
410
|
export * from './user-whether-privacy-dto';
|
|
402
411
|
export * from './violation-center-attribute-enum';
|
|
403
412
|
export * from './violation-decision-vo';
|