@gizone/rrs-client 3.11.17-alpha.94 → 3.11.17-alpha.96

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.
Files changed (69) hide show
  1. package/.openapi-generator/FILES +8 -0
  2. package/api.ts +1 -0
  3. package/apis/surveillance-api.ts +47 -43
  4. package/apis/surveillance-settings-api.ts +583 -0
  5. package/dist/api.d.ts +1 -0
  6. package/dist/api.js +1 -0
  7. package/dist/apis/surveillance-api.d.ts +24 -24
  8. package/dist/apis/surveillance-api.js +33 -29
  9. package/dist/apis/surveillance-settings-api.d.ts +302 -0
  10. package/dist/apis/surveillance-settings-api.js +486 -0
  11. package/dist/esm/api.d.ts +1 -0
  12. package/dist/esm/api.js +1 -0
  13. package/dist/esm/apis/surveillance-api.d.ts +24 -24
  14. package/dist/esm/apis/surveillance-api.js +33 -29
  15. package/dist/esm/apis/surveillance-settings-api.d.ts +302 -0
  16. package/dist/esm/apis/surveillance-settings-api.js +479 -0
  17. package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
  18. package/dist/esm/models/index.d.ts +7 -0
  19. package/dist/esm/models/index.js +7 -0
  20. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  21. package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
  22. package/dist/esm/models/json-result-list-surveillance-settings-details-dto.js +14 -0
  23. package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +56 -0
  24. package/dist/esm/models/json-result-surveillance-settings-details-dto.js +14 -0
  25. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +3 -3
  26. package/dist/esm/models/park.d.ts +43 -0
  27. package/dist/esm/models/park.js +14 -0
  28. package/dist/esm/models/polling-surveillance-info.d.ts +30 -0
  29. package/dist/esm/models/polling-surveillance-info.js +14 -0
  30. package/dist/esm/models/surveillance-settings-details-dto.d.ts +57 -0
  31. package/dist/esm/models/surveillance-settings-details-dto.js +14 -0
  32. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +31 -0
  33. package/dist/esm/models/surveillance-settings-polling-vo.js +14 -0
  34. package/dist/esm/models/work-order-decision-vo.d.ts +1 -1
  35. package/dist/esm/models/work-order-ext-data.d.ts +25 -0
  36. package/dist/esm/models/work-order-ext-data.js +14 -0
  37. package/dist/models/get-user-wx200-response.d.ts +10 -10
  38. package/dist/models/index.d.ts +7 -0
  39. package/dist/models/index.js +7 -0
  40. package/dist/models/ipage-access-vo.d.ts +6 -6
  41. package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
  42. package/dist/models/json-result-list-surveillance-settings-details-dto.js +15 -0
  43. package/dist/models/json-result-surveillance-settings-details-dto.d.ts +56 -0
  44. package/dist/models/json-result-surveillance-settings-details-dto.js +15 -0
  45. package/dist/models/network-monitor-repair-details-dto.d.ts +3 -3
  46. package/dist/models/park.d.ts +43 -0
  47. package/dist/models/park.js +15 -0
  48. package/dist/models/polling-surveillance-info.d.ts +30 -0
  49. package/dist/models/polling-surveillance-info.js +15 -0
  50. package/dist/models/surveillance-settings-details-dto.d.ts +57 -0
  51. package/dist/models/surveillance-settings-details-dto.js +15 -0
  52. package/dist/models/surveillance-settings-polling-vo.d.ts +31 -0
  53. package/dist/models/surveillance-settings-polling-vo.js +15 -0
  54. package/dist/models/work-order-decision-vo.d.ts +1 -1
  55. package/dist/models/work-order-ext-data.d.ts +25 -0
  56. package/dist/models/work-order-ext-data.js +15 -0
  57. package/models/get-user-wx200-response.ts +10 -10
  58. package/models/index.ts +7 -0
  59. package/models/ipage-access-vo.ts +6 -6
  60. package/models/json-result-list-surveillance-settings-details-dto.ts +66 -0
  61. package/models/json-result-surveillance-settings-details-dto.ts +66 -0
  62. package/models/network-monitor-repair-details-dto.ts +5 -5
  63. package/models/park.ts +53 -0
  64. package/models/polling-surveillance-info.ts +36 -0
  65. package/models/surveillance-settings-details-dto.ts +69 -0
  66. package/models/surveillance-settings-polling-vo.ts +39 -0
  67. package/models/work-order-decision-vo.ts +1 -1
  68. package/models/work-order-ext-data.ts +33 -0
  69. package/package.json +1 -1
@@ -13,9 +13,6 @@
13
13
  */
14
14
 
15
15
 
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { NetworkRepairInfo } from './network-repair-info';
19
16
  // May contain unused imports in some cases
20
17
  // @ts-ignore
21
18
  import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
@@ -27,6 +24,9 @@ import type { SourceAlertDTO } from './source-alert-dto';
27
24
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
28
25
  // May contain unused imports in some cases
29
26
  // @ts-ignore
27
+ import type { WorkOrderExtData } from './work-order-ext-data';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
30
  import type { WorkOrderHandlerDto } from './work-order-handler-dto';
31
31
  // May contain unused imports in some cases
32
32
  // @ts-ignore
@@ -178,10 +178,10 @@ export interface NetworkMonitorRepairDetailsDto {
178
178
  'handler'?: WorkOrderHandlerDto;
179
179
  /**
180
180
  *
181
- * @type {NetworkRepairInfo}
181
+ * @type {WorkOrderExtData}
182
182
  * @memberof NetworkMonitorRepairDetailsDto
183
183
  */
184
- 'networkRepairInfo'?: NetworkRepairInfo;
184
+ 'workOrderExtData'?: WorkOrderExtData;
185
185
  }
186
186
 
187
187
  export const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum = {
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
- 'networkMonitorRepairDecisionVo'?: NetworkMonitorRepairDecisionVo;
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
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.17-alpha.94",
3
+ "version": "3.11.17-alpha.96",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {