@gizone/rrs-client 3.11.17-alpha.93 → 3.11.17-alpha.95
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 +8 -0
- package/api.ts +1 -0
- package/apis/surveillance-api.ts +36 -32
- package/apis/surveillance-settings-api.ts +583 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/surveillance-api.d.ts +24 -24
- package/dist/apis/surveillance-api.js +22 -18
- package/dist/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/apis/surveillance-settings-api.js +486 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/surveillance-api.d.ts +24 -24
- package/dist/esm/apis/surveillance-api.js +22 -18
- package/dist/esm/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/esm/apis/surveillance-settings-api.js +479 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/index.d.ts +7 -0
- package/dist/esm/models/index.js +7 -0
- package/dist/esm/models/ipage-access-vo.d.ts +9 -9
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +3 -3
- package/dist/esm/models/park.d.ts +43 -0
- package/dist/esm/models/park.js +14 -0
- package/dist/esm/models/polling-surveillance-info.d.ts +30 -0
- package/dist/esm/models/polling-surveillance-info.js +14 -0
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/esm/models/surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/esm/models/surveillance-settings-polling-vo.js +14 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +1 -1
- package/dist/esm/models/work-order-ext-data.d.ts +25 -0
- package/dist/esm/models/work-order-ext-data.js +14 -0
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- package/dist/models/index.d.ts +7 -0
- package/dist/models/index.js +7 -0
- package/dist/models/ipage-access-vo.d.ts +9 -9
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/models/json-result-list-surveillance-settings-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/models/json-result-surveillance-settings-details-dto.js +15 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +3 -3
- package/dist/models/park.d.ts +43 -0
- package/dist/models/park.js +15 -0
- package/dist/models/polling-surveillance-info.d.ts +30 -0
- package/dist/models/polling-surveillance-info.js +15 -0
- package/dist/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/models/surveillance-settings-details-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/models/surveillance-settings-polling-vo.js +15 -0
- package/dist/models/work-order-decision-vo.d.ts +1 -1
- package/dist/models/work-order-ext-data.d.ts +25 -0
- package/dist/models/work-order-ext-data.js +15 -0
- package/models/get-user-wx200-response.ts +6 -6
- package/models/index.ts +7 -0
- package/models/ipage-access-vo.ts +9 -9
- package/models/json-result-list-surveillance-settings-details-dto.ts +66 -0
- package/models/json-result-surveillance-settings-details-dto.ts +66 -0
- package/models/network-monitor-repair-details-dto.ts +5 -5
- package/models/park.ts +53 -0
- package/models/polling-surveillance-info.ts +36 -0
- package/models/surveillance-settings-details-dto.ts +69 -0
- package/models/surveillance-settings-polling-vo.ts +39 -0
- package/models/work-order-decision-vo.ts +1 -1
- package/models/work-order-ext-data.ts +33 -0
- package/package.json +1 -1
package/models/park.ts
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
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 { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 园区信息
|
|
22
|
+
* @export
|
|
23
|
+
* @interface Park
|
|
24
|
+
*/
|
|
25
|
+
export interface Park {
|
|
26
|
+
/**
|
|
27
|
+
* 园区id
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof Park
|
|
30
|
+
*/
|
|
31
|
+
'parkId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 园区名称
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof Park
|
|
36
|
+
*/
|
|
37
|
+
'parkName'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 中心
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof Park
|
|
42
|
+
*/
|
|
43
|
+
'center'?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {ParkPlatFormEnum}
|
|
47
|
+
* @memberof Park
|
|
48
|
+
*/
|
|
49
|
+
'platform'?: ParkPlatFormEnum;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
* @interface PollingSurveillanceInfo
|
|
21
|
+
*/
|
|
22
|
+
export interface PollingSurveillanceInfo {
|
|
23
|
+
/**
|
|
24
|
+
* 排序
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof PollingSurveillanceInfo
|
|
27
|
+
*/
|
|
28
|
+
'sort'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 监控id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof PollingSurveillanceInfo
|
|
33
|
+
*/
|
|
34
|
+
'surveillanceId'?: number;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,69 @@
|
|
|
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 { Park } from './park';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { PollingSurveillanceInfo } from './polling-surveillance-info';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { Surveillance } from './surveillance';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 监控设置详情VO
|
|
28
|
+
* @export
|
|
29
|
+
* @interface SurveillanceSettingsDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
export interface SurveillanceSettingsDetailsDto {
|
|
32
|
+
/**
|
|
33
|
+
* 园区id
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'parkId'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 轮询间隔(分钟)
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'pollingInterval'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 轮询的监控
|
|
46
|
+
* @type {Array<PollingSurveillanceInfo>}
|
|
47
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
|
|
50
|
+
/**
|
|
51
|
+
* 监控覆盖率标准
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'monitoringCoverageStandard'?: number;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {Park}
|
|
59
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'park'?: Park;
|
|
62
|
+
/**
|
|
63
|
+
* 监控信息列表
|
|
64
|
+
* @type {Array<Surveillance>}
|
|
65
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
66
|
+
*/
|
|
67
|
+
'surveillances'?: Array<Surveillance>;
|
|
68
|
+
}
|
|
69
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { PollingSurveillanceInfo } from './polling-surveillance-info';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 监控设置轮询VO
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SurveillanceSettingsPollingVo
|
|
24
|
+
*/
|
|
25
|
+
export interface SurveillanceSettingsPollingVo {
|
|
26
|
+
/**
|
|
27
|
+
* 轮询间隔
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof SurveillanceSettingsPollingVo
|
|
30
|
+
*/
|
|
31
|
+
'pollingInterval'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 监控列表
|
|
34
|
+
* @type {Array<PollingSurveillanceInfo>}
|
|
35
|
+
* @memberof SurveillanceSettingsPollingVo
|
|
36
|
+
*/
|
|
37
|
+
'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -28,6 +28,6 @@ export interface WorkOrderDecisionVo {
|
|
|
28
28
|
* @type {NetworkMonitorRepairDecisionVo}
|
|
29
29
|
* @memberof WorkOrderDecisionVo
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'networkMonitorRepairDecision'?: NetworkMonitorRepairDecisionVo;
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { NetworkRepairInfo } from './network-repair-info';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 工单扩展数据
|
|
22
|
+
* @export
|
|
23
|
+
* @interface WorkOrderExtData
|
|
24
|
+
*/
|
|
25
|
+
export interface WorkOrderExtData {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {NetworkRepairInfo}
|
|
29
|
+
* @memberof WorkOrderExtData
|
|
30
|
+
*/
|
|
31
|
+
'networkRepairInfo'?: NetworkRepairInfo;
|
|
32
|
+
}
|
|
33
|
+
|