@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
package/dist/models/index.js
CHANGED
|
@@ -151,6 +151,9 @@ __exportStar(require("./inspection-standard-entity"), exports);
|
|
|
151
151
|
__exportStar(require("./inspection-standard-import-dto"), exports);
|
|
152
152
|
__exportStar(require("./inspection-standard-type-enum"), exports);
|
|
153
153
|
__exportStar(require("./installation-body-enum"), exports);
|
|
154
|
+
__exportStar(require("./insurance-notice-vo"), exports);
|
|
155
|
+
__exportStar(require("./insurance-work-order-issue-vo"), exports);
|
|
156
|
+
__exportStar(require("./insurance-work-order-vo"), exports);
|
|
154
157
|
__exportStar(require("./iot-device-status-enum"), exports);
|
|
155
158
|
__exportStar(require("./json-result"), exports);
|
|
156
159
|
__exportStar(require("./json-result-access-appointment-record-details-dto"), exports);
|
|
@@ -229,6 +232,7 @@ __exportStar(require("./json-result-page-dto-disaster-warning-standard-entity"),
|
|
|
229
232
|
__exportStar(require("./json-result-page-dto-equipment-search-system-dto"), exports);
|
|
230
233
|
__exportStar(require("./json-result-page-dto-inspection-standard-dto"), exports);
|
|
231
234
|
__exportStar(require("./json-result-page-dto-maintenance-standard-dto"), exports);
|
|
235
|
+
__exportStar(require("./json-result-page-dto-open-api-equipment-list-dto"), exports);
|
|
232
236
|
__exportStar(require("./json-result-page-dto-plan-search-dto"), exports);
|
|
233
237
|
__exportStar(require("./json-result-page-dto-supplier-contract-details-dto"), exports);
|
|
234
238
|
__exportStar(require("./json-result-page-dto-surveillance-details-dto"), exports);
|
|
@@ -243,6 +247,7 @@ __exportStar(require("./json-result-space-image-detail-dto"), exports);
|
|
|
243
247
|
__exportStar(require("./json-result-string"), exports);
|
|
244
248
|
__exportStar(require("./json-result-supplier-contract-details-dto"), exports);
|
|
245
249
|
__exportStar(require("./json-result-supplier-entity"), exports);
|
|
250
|
+
__exportStar(require("./json-result-surveillance-count-dto"), exports);
|
|
246
251
|
__exportStar(require("./json-result-surveillance-details-dto"), exports);
|
|
247
252
|
__exportStar(require("./json-result-surveillance-live-dto"), exports);
|
|
248
253
|
__exportStar(require("./json-result-surveillance-settings-details-dto"), exports);
|
|
@@ -283,6 +288,7 @@ __exportStar(require("./offline-alert-work-order-details-dto"), exports);
|
|
|
283
288
|
__exportStar(require("./offline-alert-work-order-info"), exports);
|
|
284
289
|
__exportStar(require("./offline-alert-work-order-vo"), exports);
|
|
285
290
|
__exportStar(require("./open-api-access-appointment-record-add-vo"), exports);
|
|
291
|
+
__exportStar(require("./open-api-equipment-list-dto"), exports);
|
|
286
292
|
__exportStar(require("./page-dto-access-appointment-record-details-dto"), exports);
|
|
287
293
|
__exportStar(require("./page-dto-access-blacklist-details-dto"), exports);
|
|
288
294
|
__exportStar(require("./page-dto-access-record-summary-list-dto"), exports);
|
|
@@ -292,6 +298,7 @@ __exportStar(require("./page-dto-disaster-warning-standard-entity"), exports);
|
|
|
292
298
|
__exportStar(require("./page-dto-equipment-search-system-dto"), exports);
|
|
293
299
|
__exportStar(require("./page-dto-inspection-standard-dto"), exports);
|
|
294
300
|
__exportStar(require("./page-dto-maintenance-standard-dto"), exports);
|
|
301
|
+
__exportStar(require("./page-dto-open-api-equipment-list-dto"), exports);
|
|
295
302
|
__exportStar(require("./page-dto-plan-search-dto"), exports);
|
|
296
303
|
__exportStar(require("./page-dto-supplier-contract-details-dto"), exports);
|
|
297
304
|
__exportStar(require("./page-dto-surveillance-details-dto"), exports);
|
|
@@ -364,6 +371,7 @@ __exportStar(require("./supplier-search-vo"), exports);
|
|
|
364
371
|
__exportStar(require("./supplier-select-dto"), exports);
|
|
365
372
|
__exportStar(require("./surveillance"), exports);
|
|
366
373
|
__exportStar(require("./surveillance-batch-import-template-dto"), exports);
|
|
374
|
+
__exportStar(require("./surveillance-count-dto"), exports);
|
|
367
375
|
__exportStar(require("./surveillance-details-dto"), exports);
|
|
368
376
|
__exportStar(require("./surveillance-live-dto"), exports);
|
|
369
377
|
__exportStar(require("./surveillance-point-vo"), exports);
|
|
@@ -414,6 +422,7 @@ __exportStar(require("./user-excel-dto"), exports);
|
|
|
414
422
|
__exportStar(require("./user-roles-and-permissions-dto"), exports);
|
|
415
423
|
__exportStar(require("./user-settings-entity"), exports);
|
|
416
424
|
__exportStar(require("./user-settings-update-bo"), exports);
|
|
425
|
+
__exportStar(require("./user-source-enum"), exports);
|
|
417
426
|
__exportStar(require("./user-whether-privacy-dto"), exports);
|
|
418
427
|
__exportStar(require("./violation-center-attribute-enum"), exports);
|
|
419
428
|
__exportStar(require("./violation-decision-vo"), exports);
|
|
@@ -0,0 +1,54 @@
|
|
|
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 InsuranceNoticeVo
|
|
16
|
+
*/
|
|
17
|
+
export interface InsuranceNoticeVo {
|
|
18
|
+
/**
|
|
19
|
+
* 园区编码
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InsuranceNoticeVo
|
|
22
|
+
*/
|
|
23
|
+
'parkCode': string;
|
|
24
|
+
/**
|
|
25
|
+
* 考察时间
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof InsuranceNoticeVo
|
|
28
|
+
*/
|
|
29
|
+
'visitTime': string;
|
|
30
|
+
/**
|
|
31
|
+
* 考察内容
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof InsuranceNoticeVo
|
|
34
|
+
*/
|
|
35
|
+
'visitContent': string;
|
|
36
|
+
/**
|
|
37
|
+
* 联系人
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof InsuranceNoticeVo
|
|
40
|
+
*/
|
|
41
|
+
'contactName': string;
|
|
42
|
+
/**
|
|
43
|
+
* 联系电话
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof InsuranceNoticeVo
|
|
46
|
+
*/
|
|
47
|
+
'contactPhone': string;
|
|
48
|
+
/**
|
|
49
|
+
* 参与人员
|
|
50
|
+
* @type {Array<string>}
|
|
51
|
+
* @memberof InsuranceNoticeVo
|
|
52
|
+
*/
|
|
53
|
+
'participants': Array<string>;
|
|
54
|
+
}
|
|
@@ -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,79 @@
|
|
|
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 问题
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InsuranceWorkOrderIssueVo
|
|
17
|
+
*/
|
|
18
|
+
export interface InsuranceWorkOrderIssueVo {
|
|
19
|
+
/**
|
|
20
|
+
* 问题单号
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
23
|
+
*/
|
|
24
|
+
'issuesNo': string;
|
|
25
|
+
/**
|
|
26
|
+
* 问题时间
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
29
|
+
*/
|
|
30
|
+
'issuesTime': string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
34
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
35
|
+
*/
|
|
36
|
+
'issueType': WorkOrderIssueTypeEnum;
|
|
37
|
+
/**
|
|
38
|
+
* 问题描述
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
41
|
+
*/
|
|
42
|
+
'issuesDesc': string;
|
|
43
|
+
/**
|
|
44
|
+
* 问题设备ID
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
47
|
+
*/
|
|
48
|
+
'issuesEquipmentId': number;
|
|
49
|
+
/**
|
|
50
|
+
* 问题空间ID
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
53
|
+
*/
|
|
54
|
+
'issuesSpaceId': number;
|
|
55
|
+
/**
|
|
56
|
+
* 风险类别
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
59
|
+
*/
|
|
60
|
+
'riskCategory': string;
|
|
61
|
+
/**
|
|
62
|
+
* 风险等级
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
65
|
+
*/
|
|
66
|
+
'riskLevel': string;
|
|
67
|
+
/**
|
|
68
|
+
* 要求整改时间
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
71
|
+
*/
|
|
72
|
+
'rectificationTime': string;
|
|
73
|
+
/**
|
|
74
|
+
* 隐患照片
|
|
75
|
+
* @type {Array<string>}
|
|
76
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
77
|
+
*/
|
|
78
|
+
'hazardPhotoUrls': Array<string>;
|
|
79
|
+
}
|
|
@@ -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,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,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 { 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,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 { 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];
|
|
@@ -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,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 { 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,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 });
|
|
@@ -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
|
+
}
|