@gizone/rrs-client 3.11.17-alpha.94 → 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.
Files changed (69) hide show
  1. package/.openapi-generator/FILES +8 -0
  2. package/api.ts +1 -0
  3. package/apis/surveillance-api.ts +36 -32
  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 +22 -18
  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 +22 -18
  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 +3 -3
  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 +3 -3
  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 +3 -3
  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
@@ -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,56 @@
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 { SurveillanceSettingsDetailsDto } from './surveillance-settings-details-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultSurveillanceSettingsDetailsDto
18
+ */
19
+ export interface JsonResultSurveillanceSettingsDetailsDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {SurveillanceSettingsDetailsDto}
41
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
42
+ */
43
+ 'data'?: SurveillanceSettingsDetailsDto | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ }
@@ -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 });
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { NetworkRepairInfo } from './network-repair-info';
13
12
  import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
14
13
  import type { SourceAlertDTO } from './source-alert-dto';
15
14
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
15
+ import type { WorkOrderExtData } from './work-order-ext-data';
16
16
  import type { WorkOrderHandlerDto } from './work-order-handler-dto';
17
17
  import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
18
18
  import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
@@ -149,10 +149,10 @@ export interface NetworkMonitorRepairDetailsDto {
149
149
  'handler'?: WorkOrderHandlerDto;
150
150
  /**
151
151
  *
152
- * @type {NetworkRepairInfo}
152
+ * @type {WorkOrderExtData}
153
153
  * @memberof NetworkMonitorRepairDetailsDto
154
154
  */
155
- 'networkRepairInfo'?: NetworkRepairInfo;
155
+ 'workOrderExtData'?: WorkOrderExtData;
156
156
  }
157
157
  export declare const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum: {
158
158
  readonly Pending: "PENDING";
@@ -0,0 +1,43 @@
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 { ParkPlatFormEnum } from './park-plat-form-enum';
13
+ /**
14
+ * 园区信息
15
+ * @export
16
+ * @interface Park
17
+ */
18
+ export interface Park {
19
+ /**
20
+ * 园区id
21
+ * @type {number}
22
+ * @memberof Park
23
+ */
24
+ 'parkId'?: number;
25
+ /**
26
+ * 园区名称
27
+ * @type {string}
28
+ * @memberof Park
29
+ */
30
+ 'parkName'?: string;
31
+ /**
32
+ * 中心
33
+ * @type {string}
34
+ * @memberof Park
35
+ */
36
+ 'center'?: string;
37
+ /**
38
+ *
39
+ * @type {ParkPlatFormEnum}
40
+ * @memberof Park
41
+ */
42
+ 'platform'?: ParkPlatFormEnum;
43
+ }
@@ -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,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 PollingSurveillanceInfo
16
+ */
17
+ export interface PollingSurveillanceInfo {
18
+ /**
19
+ * 排序
20
+ * @type {number}
21
+ * @memberof PollingSurveillanceInfo
22
+ */
23
+ 'sort'?: number;
24
+ /**
25
+ * 监控id
26
+ * @type {number}
27
+ * @memberof PollingSurveillanceInfo
28
+ */
29
+ 'surveillanceId'?: 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 });
@@ -0,0 +1,57 @@
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 { Park } from './park';
13
+ import type { PollingSurveillanceInfo } from './polling-surveillance-info';
14
+ import type { Surveillance } from './surveillance';
15
+ /**
16
+ * 监控设置详情VO
17
+ * @export
18
+ * @interface SurveillanceSettingsDetailsDto
19
+ */
20
+ export interface SurveillanceSettingsDetailsDto {
21
+ /**
22
+ * 园区id
23
+ * @type {number}
24
+ * @memberof SurveillanceSettingsDetailsDto
25
+ */
26
+ 'parkId'?: number;
27
+ /**
28
+ * 轮询间隔(分钟)
29
+ * @type {number}
30
+ * @memberof SurveillanceSettingsDetailsDto
31
+ */
32
+ 'pollingInterval'?: number;
33
+ /**
34
+ * 轮询的监控
35
+ * @type {Array<PollingSurveillanceInfo>}
36
+ * @memberof SurveillanceSettingsDetailsDto
37
+ */
38
+ 'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
39
+ /**
40
+ * 监控覆盖率标准
41
+ * @type {number}
42
+ * @memberof SurveillanceSettingsDetailsDto
43
+ */
44
+ 'monitoringCoverageStandard'?: number;
45
+ /**
46
+ *
47
+ * @type {Park}
48
+ * @memberof SurveillanceSettingsDetailsDto
49
+ */
50
+ 'park'?: Park;
51
+ /**
52
+ * 监控信息列表
53
+ * @type {Array<Surveillance>}
54
+ * @memberof SurveillanceSettingsDetailsDto
55
+ */
56
+ 'surveillances'?: Array<Surveillance>;
57
+ }
@@ -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 { PollingSurveillanceInfo } from './polling-surveillance-info';
13
+ /**
14
+ * 监控设置轮询VO
15
+ * @export
16
+ * @interface SurveillanceSettingsPollingVo
17
+ */
18
+ export interface SurveillanceSettingsPollingVo {
19
+ /**
20
+ * 轮询间隔
21
+ * @type {number}
22
+ * @memberof SurveillanceSettingsPollingVo
23
+ */
24
+ 'pollingInterval'?: number;
25
+ /**
26
+ * 监控列表
27
+ * @type {Array<PollingSurveillanceInfo>}
28
+ * @memberof SurveillanceSettingsPollingVo
29
+ */
30
+ 'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
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 });
@@ -21,5 +21,5 @@ export interface WorkOrderDecisionVo {
21
21
  * @type {NetworkMonitorRepairDecisionVo}
22
22
  * @memberof WorkOrderDecisionVo
23
23
  */
24
- 'networkMonitorRepairDecisionVo'?: NetworkMonitorRepairDecisionVo;
24
+ 'networkMonitorRepairDecision'?: NetworkMonitorRepairDecisionVo;
25
25
  }
@@ -0,0 +1,25 @@
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 { NetworkRepairInfo } from './network-repair-info';
13
+ /**
14
+ * 工单扩展数据
15
+ * @export
16
+ * @interface WorkOrderExtData
17
+ */
18
+ export interface WorkOrderExtData {
19
+ /**
20
+ *
21
+ * @type {NetworkRepairInfo}
22
+ * @memberof WorkOrderExtData
23
+ */
24
+ 'networkRepairInfo'?: NetworkRepairInfo;
25
+ }
@@ -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 });
@@ -44,6 +44,12 @@ export interface GetUserWx200Response {
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
46
  'headerNames'?: Array<string>;
47
+ /**
48
+ *
49
+ * @type {GetUserWx200ResponseLocale}
50
+ * @memberof GetUserWx200Response
51
+ */
52
+ 'locale'?: GetUserWx200ResponseLocale;
47
53
  /**
48
54
  *
49
55
  * @type {string}
@@ -76,16 +82,10 @@ export interface GetUserWx200Response {
76
82
  'characterEncoding'?: string;
77
83
  /**
78
84
  *
79
- * @type {GetUserWx200ResponseLocale}
80
- * @memberof GetUserWx200Response
81
- */
82
- 'locale'?: GetUserWx200ResponseLocale;
83
- /**
84
- *
85
- * @type {object}
85
+ * @type {number}
86
86
  * @memberof GetUserWx200Response
87
87
  */
88
- 'writer'?: object;
88
+ 'contentLengthLong'?: number;
89
89
  /**
90
90
  *
91
91
  * @type {boolean}
@@ -94,9 +94,9 @@ export interface GetUserWx200Response {
94
94
  'committed'?: boolean;
95
95
  /**
96
96
  *
97
- * @type {number}
97
+ * @type {object}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'contentLengthLong'?: number;
100
+ 'writer'?: object;
101
101
  }
102
102
 
package/models/index.ts CHANGED
@@ -443,6 +443,7 @@ export * from './json-result-list-space-tree-dto';
443
443
  export * from './json-result-list-space-url-dto';
444
444
  export * from './json-result-list-stock-push-settings-entity';
445
445
  export * from './json-result-list-supplier-select-dto';
446
+ export * from './json-result-list-surveillance-settings-details-dto';
446
447
  export * from './json-result-list-sys-dept';
447
448
  export * from './json-result-list-sys-dept-drop-down-box-list-dto';
448
449
  export * from './json-result-list-sys-user-drop-down-box-list-dto';
@@ -527,6 +528,7 @@ export * from './json-result-supplier-entity';
527
528
  export * from './json-result-surveillance-details-dto';
528
529
  export * from './json-result-surveillance-live-dto';
529
530
  export * from './json-result-surveillance-roi-list-vo';
531
+ export * from './json-result-surveillance-settings-details-dto';
530
532
  export * from './json-result-switch-park-v2-dto';
531
533
  export * from './json-result-sys-dept';
532
534
  export * from './json-result-sys-user';
@@ -656,6 +658,7 @@ export * from './page-dto-surveillance-details-dto';
656
658
  export * from './page-dto-surveillance-roi-list-vo';
657
659
  export * from './page-dto-sys-user-msg-dto';
658
660
  export * from './page-dto-work-order-search-dto';
661
+ export * from './park';
659
662
  export * from './park-center-attribute-enum';
660
663
  export * from './park-drop-down-box-dto';
661
664
  export * from './park-info-dto';
@@ -677,6 +680,7 @@ export * from './plan-item-add-vo';
677
680
  export * from './plan-item-edit-vo';
678
681
  export * from './plan-search-dto';
679
682
  export * from './plan-to-state-vo';
683
+ export * from './polling-surveillance-info';
680
684
  export * from './privacy-add-vo';
681
685
  export * from './privacy-update-state-dto';
682
686
  export * from './process-network-monitor-repair-vo';
@@ -763,6 +767,8 @@ export * from './surveillance-details-dto';
763
767
  export * from './surveillance-live-dto';
764
768
  export * from './surveillance-roi-entity';
765
769
  export * from './surveillance-roi-list-vo';
770
+ export * from './surveillance-settings-details-dto';
771
+ export * from './surveillance-settings-polling-vo';
766
772
  export * from './surveillance-status-enum';
767
773
  export * from './surveillance-update-vo';
768
774
  export * from './switch-pak-body';
@@ -839,6 +845,7 @@ export * from './work-order-dept-settings-add-or-update-vo';
839
845
  export * from './work-order-dept-settings-entity';
840
846
  export * from './work-order-detail-dto';
841
847
  export * from './work-order-distribute-leaflets-vo';
848
+ export * from './work-order-ext-data';
842
849
  export * from './work-order-handle-meter-reading-details-vo';
843
850
  export * from './work-order-handle-meter-reading-vo';
844
851
  export * from './work-order-handler-dto';
@@ -51,15 +51,15 @@ export interface IPageAccessVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -0,0 +1,66 @@
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 { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { SurveillanceSettingsDetailsDto } from './surveillance-settings-details-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListSurveillanceSettingsDetailsDto
27
+ */
28
+ export interface JsonResultListSurveillanceSettingsDetailsDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListSurveillanceSettingsDetailsDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListSurveillanceSettingsDetailsDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListSurveillanceSettingsDetailsDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<SurveillanceSettingsDetailsDto>}
50
+ * @memberof JsonResultListSurveillanceSettingsDetailsDto
51
+ */
52
+ 'data'?: Array<SurveillanceSettingsDetailsDto> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListSurveillanceSettingsDetailsDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListSurveillanceSettingsDetailsDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ }
66
+
@@ -0,0 +1,66 @@
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 { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { SurveillanceSettingsDetailsDto } from './surveillance-settings-details-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultSurveillanceSettingsDetailsDto
27
+ */
28
+ export interface JsonResultSurveillanceSettingsDetailsDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {SurveillanceSettingsDetailsDto}
50
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
51
+ */
52
+ 'data'?: SurveillanceSettingsDetailsDto | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultSurveillanceSettingsDetailsDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ }
66
+
@@ -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 = {