@gizone/rrs-client 4.1.3-alpha.191 → 4.1.3-alpha.194

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 (72) hide show
  1. package/.openapi-generator/FILES +8 -2
  2. package/apis/surveillance-settings-api.ts +323 -131
  3. package/dist/apis/surveillance-settings-api.d.ts +175 -93
  4. package/dist/apis/surveillance-settings-api.js +285 -104
  5. package/dist/esm/apis/surveillance-settings-api.d.ts +175 -93
  6. package/dist/esm/apis/surveillance-settings-api.js +285 -104
  7. package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
  8. package/dist/esm/models/index.d.ts +8 -2
  9. package/dist/esm/models/index.js +8 -2
  10. package/dist/esm/models/ipage-access-vo.d.ts +4 -4
  11. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
  12. package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
  13. package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.js +14 -0
  14. package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
  15. package/dist/esm/models/json-result-surveillance-settings-polling-dto.js +14 -0
  16. package/dist/esm/models/park.d.ts +7 -1
  17. package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
  18. package/dist/esm/models/surveillance-settings-coverage-standard-dto.js +14 -0
  19. package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -27
  20. package/dist/esm/models/surveillance-settings-export-dto.d.ts +66 -0
  21. package/dist/esm/models/surveillance-settings-export-dto.js +14 -0
  22. package/dist/esm/models/surveillance-settings-polling-dto.d.ts +31 -0
  23. package/dist/esm/models/surveillance-settings-polling-dto.js +14 -0
  24. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +5 -5
  25. package/dist/{models/polling-surveillance-info.d.ts → esm/models/surveillance-settings-update-vo.d.ts} +6 -12
  26. package/dist/esm/models/surveillance-settings-update-vo.js +14 -0
  27. package/dist/esm/models/surveillance.d.ts +5 -30
  28. package/dist/esm/models/third-party-system-enum.d.ts +0 -1
  29. package/dist/esm/models/third-party-system-enum.js +0 -1
  30. package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
  31. package/dist/models/index.d.ts +8 -2
  32. package/dist/models/index.js +8 -2
  33. package/dist/models/ipage-access-vo.d.ts +4 -4
  34. package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
  35. package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
  36. package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.js +15 -0
  37. package/dist/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
  38. package/dist/models/json-result-surveillance-settings-polling-dto.js +15 -0
  39. package/dist/models/park.d.ts +7 -1
  40. package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
  41. package/dist/models/surveillance-settings-coverage-standard-dto.js +15 -0
  42. package/dist/models/surveillance-settings-details-dto.d.ts +0 -27
  43. package/dist/models/surveillance-settings-export-dto.d.ts +66 -0
  44. package/dist/models/surveillance-settings-export-dto.js +15 -0
  45. package/dist/models/surveillance-settings-polling-dto.d.ts +31 -0
  46. package/dist/models/surveillance-settings-polling-dto.js +15 -0
  47. package/dist/models/surveillance-settings-polling-vo.d.ts +5 -5
  48. package/dist/{esm/models/polling-surveillance-info.d.ts → models/surveillance-settings-update-vo.d.ts} +6 -12
  49. package/dist/models/surveillance-settings-update-vo.js +15 -0
  50. package/dist/models/surveillance.d.ts +5 -30
  51. package/dist/models/third-party-system-enum.d.ts +0 -1
  52. package/dist/models/third-party-system-enum.js +0 -1
  53. package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +39 -0
  54. package/models/index.ts +8 -2
  55. package/models/ipage-access-vo.ts +4 -4
  56. package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +72 -0
  57. package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +72 -0
  58. package/models/{json-result-list-surveillance-settings-details-dto.ts → json-result-surveillance-settings-polling-dto.ts} +13 -13
  59. package/models/park.ts +7 -1
  60. package/models/surveillance-settings-coverage-standard-dto.ts +45 -0
  61. package/models/surveillance-settings-details-dto.ts +0 -33
  62. package/models/surveillance-settings-export-dto.ts +72 -0
  63. package/models/surveillance-settings-polling-dto.ts +39 -0
  64. package/models/surveillance-settings-polling-vo.ts +5 -5
  65. package/models/{polling-surveillance-info.ts → surveillance-settings-update-vo.ts} +6 -12
  66. package/models/surveillance.ts +5 -34
  67. package/models/third-party-system-enum.ts +0 -1
  68. package/package.json +1 -1
  69. /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
  70. /package/dist/esm/models/{polling-surveillance-info.js → json-result-excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
  71. /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
  72. /package/dist/models/{polling-surveillance-info.js → json-result-excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
@@ -0,0 +1,66 @@
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
+ * 监控设置导出VO
14
+ * @export
15
+ * @interface SurveillanceSettingsExportDto
16
+ */
17
+ export interface SurveillanceSettingsExportDto {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof SurveillanceSettingsExportDto
22
+ */
23
+ 'parkId'?: number;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SurveillanceSettingsExportDto
28
+ */
29
+ 'platform'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof SurveillanceSettingsExportDto
34
+ */
35
+ 'center'?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof SurveillanceSettingsExportDto
40
+ */
41
+ 'parkName'?: string;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof SurveillanceSettingsExportDto
46
+ */
47
+ 'monitoringCoverageStandard'?: number;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof SurveillanceSettingsExportDto
52
+ */
53
+ 'counts'?: number;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof SurveillanceSettingsExportDto
58
+ */
59
+ 'tips'?: string;
60
+ /**
61
+ * 是否错误
62
+ * @type {boolean}
63
+ * @memberof SurveillanceSettingsExportDto
64
+ */
65
+ 'isSuccess'?: boolean;
66
+ }
@@ -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 { Surveillance } from './surveillance';
13
+ /**
14
+ * 监控设置轮询dto
15
+ * @export
16
+ * @interface SurveillanceSettingsPollingDto
17
+ */
18
+ export interface SurveillanceSettingsPollingDto {
19
+ /**
20
+ * 间隔时间(秒)
21
+ * @type {number}
22
+ * @memberof SurveillanceSettingsPollingDto
23
+ */
24
+ 'intervalTime'?: number;
25
+ /**
26
+ * 监控列表
27
+ * @type {Array<Surveillance>}
28
+ * @memberof SurveillanceSettingsPollingDto
29
+ */
30
+ 'surveillanceList'?: Array<Surveillance>;
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 });
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { PollingSurveillanceInfo } from './polling-surveillance-info';
12
+ import type { Surveillance } from './surveillance';
13
13
  /**
14
14
  * 监控设置轮询VO
15
15
  * @export
@@ -17,15 +17,15 @@ import type { PollingSurveillanceInfo } from './polling-surveillance-info';
17
17
  */
18
18
  export interface SurveillanceSettingsPollingVo {
19
19
  /**
20
- * 轮询间隔
20
+ * 间隔时间(秒)
21
21
  * @type {number}
22
22
  * @memberof SurveillanceSettingsPollingVo
23
23
  */
24
- 'pollingInterval'?: number;
24
+ 'intervalTime'?: number;
25
25
  /**
26
26
  * 监控列表
27
- * @type {Array<PollingSurveillanceInfo>}
27
+ * @type {Array<Surveillance>}
28
28
  * @memberof SurveillanceSettingsPollingVo
29
29
  */
30
- 'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
30
+ 'surveillanceList'?: Array<Surveillance>;
31
31
  }
@@ -10,21 +10,15 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * 轮询的监控
13
+ * 监控设置更新VO
14
14
  * @export
15
- * @interface PollingSurveillanceInfo
15
+ * @interface SurveillanceSettingsUpdateVo
16
16
  */
17
- export interface PollingSurveillanceInfo {
17
+ export interface SurveillanceSettingsUpdateVo {
18
18
  /**
19
- * 排序
19
+ * 覆盖率
20
20
  * @type {number}
21
- * @memberof PollingSurveillanceInfo
21
+ * @memberof SurveillanceSettingsUpdateVo
22
22
  */
23
- 'sort'?: number;
24
- /**
25
- * 监控id
26
- * @type {number}
27
- * @memberof PollingSurveillanceInfo
28
- */
29
- 'surveillanceId'?: number;
23
+ 'monitoringCoverageStandard': number;
30
24
  }
@@ -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,47 +9,22 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { IotDeviceStatusEnum } from './iot-device-status-enum';
13
12
  /**
14
- * 监控详情
13
+ * 监控
15
14
  * @export
16
15
  * @interface Surveillance
17
16
  */
18
17
  export interface Surveillance {
19
18
  /**
20
- * 监控ID
19
+ * 排序
21
20
  * @type {number}
22
21
  * @memberof Surveillance
23
22
  */
24
- 'surveillanceId'?: number;
23
+ 'sort'?: number;
25
24
  /**
26
- * 空间ID
25
+ * 监控id
27
26
  * @type {number}
28
27
  * @memberof Surveillance
29
28
  */
30
- 'spaceId'?: number;
31
- /**
32
- * 监控名称
33
- * @type {string}
34
- * @memberof Surveillance
35
- */
36
- 'surveillanceName'?: string;
37
- /**
38
- * 监控全名称
39
- * @type {string}
40
- * @memberof Surveillance
41
- */
42
- 'surveillanceFullName'?: string;
43
- /**
44
- * 监控点位
45
- * @type {Array<number>}
46
- * @memberof Surveillance
47
- */
48
- 'surveillancePoint'?: Array<number>;
49
- /**
50
- *
51
- * @type {IotDeviceStatusEnum}
52
- * @memberof Surveillance
53
- */
54
- 'surveillanceStatus'?: IotDeviceStatusEnum;
29
+ 'surveillanceId'?: number;
55
30
  }
@@ -15,7 +15,6 @@
15
15
  * @enum {string}
16
16
  */
17
17
  export declare const ThirdPartySystemEnum: {
18
- readonly Saas: "SAAS";
19
18
  readonly Sqm: "SQM";
20
19
  readonly Fam: "FAM";
21
20
  };
@@ -20,7 +20,6 @@ exports.ThirdPartySystemEnum = void 0;
20
20
  * @enum {string}
21
21
  */
22
22
  exports.ThirdPartySystemEnum = {
23
- Saas: 'SAAS',
24
23
  Sqm: 'SQM',
25
24
  Fam: 'FAM'
26
25
  };
@@ -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 { SurveillanceSettingsExportDto } from './surveillance-settings-export-dto';
19
+
20
+ /**
21
+ * execl导入结果返回
22
+ * @export
23
+ * @interface ExcelImportResultDTOSurveillanceSettingsExportDto
24
+ */
25
+ export interface ExcelImportResultDTOSurveillanceSettingsExportDto {
26
+ /**
27
+ * 成功的数据
28
+ * @type {Array<SurveillanceSettingsExportDto>}
29
+ * @memberof ExcelImportResultDTOSurveillanceSettingsExportDto
30
+ */
31
+ 'successDataList'?: Array<SurveillanceSettingsExportDto>;
32
+ /**
33
+ * 错误的数据
34
+ * @type {Array<SurveillanceSettingsExportDto>}
35
+ * @memberof ExcelImportResultDTOSurveillanceSettingsExportDto
36
+ */
37
+ 'errorDataList'?: Array<SurveillanceSettingsExportDto>;
38
+ }
39
+
package/models/index.ts CHANGED
@@ -209,6 +209,7 @@ export * from './excel-import-result-dtocalendar-export-dto';
209
209
  export * from './excel-import-result-dtoequipment-excel-add-dto';
210
210
  export * from './excel-import-result-dtoinspection-standard-import-dto';
211
211
  export * from './excel-import-result-dtomaintenance-standard-import-dto';
212
+ export * from './excel-import-result-dtosurveillance-settings-export-dto';
212
213
  export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
213
214
  export * from './export-energy-meter-record-bo';
214
215
  export * from './export-hire-energy-meter-record-bo';
@@ -360,6 +361,7 @@ export * from './json-result-excel-import-result-dtocalendar-export-dto';
360
361
  export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
361
362
  export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
362
363
  export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
364
+ export * from './json-result-excel-import-result-dtosurveillance-settings-export-dto';
363
365
  export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto';
364
366
  export * from './json-result-feedback-record-detail-vo';
365
367
  export * from './json-result-feedback-statistics-count-dto';
@@ -453,7 +455,7 @@ export * from './json-result-list-space-tree-dto';
453
455
  export * from './json-result-list-space-url-dto';
454
456
  export * from './json-result-list-stock-push-settings-entity';
455
457
  export * from './json-result-list-supplier-select-dto';
456
- export * from './json-result-list-surveillance-settings-details-dto';
458
+ export * from './json-result-list-surveillance-settings-coverage-standard-dto';
457
459
  export * from './json-result-list-sys-dept';
458
460
  export * from './json-result-list-sys-dept-drop-down-box-list-dto';
459
461
  export * from './json-result-list-sys-user-drop-down-box-list-dto';
@@ -540,6 +542,7 @@ export * from './json-result-surveillance-details-dto';
540
542
  export * from './json-result-surveillance-live-dto';
541
543
  export * from './json-result-surveillance-roi-list-vo';
542
544
  export * from './json-result-surveillance-settings-details-dto';
545
+ export * from './json-result-surveillance-settings-polling-dto';
543
546
  export * from './json-result-switch-park-v2-dto';
544
547
  export * from './json-result-sys-dept';
545
548
  export * from './json-result-sys-user';
@@ -698,7 +701,6 @@ export * from './plan-item-add-vo';
698
701
  export * from './plan-item-edit-vo';
699
702
  export * from './plan-search-dto';
700
703
  export * from './plan-to-state-vo';
701
- export * from './polling-surveillance-info';
702
704
  export * from './privacy-add-vo';
703
705
  export * from './privacy-update-state-dto';
704
706
  export * from './process-network-monitor-repair-vo';
@@ -789,8 +791,12 @@ export * from './surveillance-live-dto';
789
791
  export * from './surveillance-point-vo';
790
792
  export * from './surveillance-roi-entity';
791
793
  export * from './surveillance-roi-list-vo';
794
+ export * from './surveillance-settings-coverage-standard-dto';
792
795
  export * from './surveillance-settings-details-dto';
796
+ export * from './surveillance-settings-export-dto';
797
+ export * from './surveillance-settings-polling-dto';
793
798
  export * from './surveillance-settings-polling-vo';
799
+ export * from './surveillance-settings-update-vo';
794
800
  export * from './surveillance-update-vo';
795
801
  export * from './switch-pak-body';
796
802
  export * from './switch-pak-body-v2-vo';
@@ -31,16 +31,16 @@ export interface IPageAccessVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {number}
34
+ * @type {Array<AccessVO>}
35
35
  * @memberof IPageAccessVO
36
36
  */
37
- 'current'?: number;
37
+ 'records'?: Array<AccessVO>;
38
38
  /**
39
39
  *
40
- * @type {Array<AccessVO>}
40
+ * @type {number}
41
41
  * @memberof IPageAccessVO
42
42
  */
43
- 'records'?: Array<AccessVO>;
43
+ 'current'?: number;
44
44
  /**
45
45
  *
46
46
  * @type {number}
@@ -0,0 +1,72 @@
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 { ExcelImportResultDTOSurveillanceSettingsExportDto } from './excel-import-result-dtosurveillance-settings-export-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
27
+ */
28
+ export interface JsonResultExcelImportResultDTOSurveillanceSettingsExportDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {ExcelImportResultDTOSurveillanceSettingsExportDto}
50
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
51
+ */
52
+ 'data'?: ExcelImportResultDTOSurveillanceSettingsExportDto | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,72 @@
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 { SurveillanceSettingsCoverageStandardDto } from './surveillance-settings-coverage-standard-dto';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListSurveillanceSettingsCoverageStandardDto
27
+ */
28
+ export interface JsonResultListSurveillanceSettingsCoverageStandardDto {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<SurveillanceSettingsCoverageStandardDto>}
50
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
51
+ */
52
+ 'data'?: Array<SurveillanceSettingsCoverageStandardDto> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -18,54 +18,54 @@
18
18
  import type { BaseErrorResult } from './base-error-result';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
- import type { SurveillanceSettingsDetailsDto } from './surveillance-settings-details-dto';
21
+ import type { SurveillanceSettingsPollingDto } from './surveillance-settings-polling-dto';
22
22
 
23
23
  /**
24
24
  *
25
25
  * @export
26
- * @interface JsonResultListSurveillanceSettingsDetailsDto
26
+ * @interface JsonResultSurveillanceSettingsPollingDto
27
27
  */
28
- export interface JsonResultListSurveillanceSettingsDetailsDto {
28
+ export interface JsonResultSurveillanceSettingsPollingDto {
29
29
  /**
30
30
  * 错误码,0:成功,其他:失败
31
31
  * @type {number}
32
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
32
+ * @memberof JsonResultSurveillanceSettingsPollingDto
33
33
  */
34
34
  'code'?: number;
35
35
  /**
36
36
  * 错误消息
37
37
  * @type {string}
38
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
38
+ * @memberof JsonResultSurveillanceSettingsPollingDto
39
39
  */
40
40
  'msg'?: string;
41
41
  /**
42
42
  * 错误堆栈
43
43
  * @type {string}
44
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
44
+ * @memberof JsonResultSurveillanceSettingsPollingDto
45
45
  */
46
46
  'stacks'?: string;
47
47
  /**
48
- * 返回数据,可以是任意类型的值
49
- * @type {Array<SurveillanceSettingsDetailsDto>}
50
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
48
+ *
49
+ * @type {SurveillanceSettingsPollingDto}
50
+ * @memberof JsonResultSurveillanceSettingsPollingDto
51
51
  */
52
- 'data'?: Array<SurveillanceSettingsDetailsDto> | null;
52
+ 'data'?: SurveillanceSettingsPollingDto | null;
53
53
  /**
54
54
  *
55
55
  * @type {BaseErrorResult}
56
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
56
+ * @memberof JsonResultSurveillanceSettingsPollingDto
57
57
  */
58
58
  'error'?: BaseErrorResult | null;
59
59
  /**
60
60
  * 日志追踪ID
61
61
  * @type {string}
62
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
62
+ * @memberof JsonResultSurveillanceSettingsPollingDto
63
63
  */
64
64
  'traceId'?: string | null;
65
65
  /**
66
66
  * requestId
67
67
  * @type {string}
68
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
68
+ * @memberof JsonResultSurveillanceSettingsPollingDto
69
69
  */
70
70
  'requestId'?: string | null;
71
71
  }
package/models/park.ts CHANGED
@@ -36,7 +36,7 @@ export interface Park {
36
36
  */
37
37
  'parkName'?: string;
38
38
  /**
39
- * 中心
39
+ * 所属中心
40
40
  * @type {string}
41
41
  * @memberof Park
42
42
  */
@@ -47,6 +47,12 @@ export interface Park {
47
47
  * @memberof Park
48
48
  */
49
49
  'platform'?: ParkPlatFormEnum;
50
+ /**
51
+ * 所属园区
52
+ * @type {string}
53
+ * @memberof Park
54
+ */
55
+ 'srmPark'?: string;
50
56
  }
51
57
 
52
58
 
@@ -0,0 +1,45 @@
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
+
20
+ /**
21
+ * 监控覆盖率标准
22
+ * @export
23
+ * @interface SurveillanceSettingsCoverageStandardDto
24
+ */
25
+ export interface SurveillanceSettingsCoverageStandardDto {
26
+ /**
27
+ * 园区id
28
+ * @type {number}
29
+ * @memberof SurveillanceSettingsCoverageStandardDto
30
+ */
31
+ 'parkId'?: number;
32
+ /**
33
+ * 监控覆盖率标准
34
+ * @type {number}
35
+ * @memberof SurveillanceSettingsCoverageStandardDto
36
+ */
37
+ 'monitoringCoverageStandard'?: number;
38
+ /**
39
+ *
40
+ * @type {Park}
41
+ * @memberof SurveillanceSettingsCoverageStandardDto
42
+ */
43
+ 'park'?: Park;
44
+ }
45
+