@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,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 { SurveillanceSettingsExportDto } from './surveillance-settings-export-dto';
13
+ /**
14
+ * execl导入结果返回
15
+ * @export
16
+ * @interface ExcelImportResultDTOSurveillanceSettingsExportDto
17
+ */
18
+ export interface ExcelImportResultDTOSurveillanceSettingsExportDto {
19
+ /**
20
+ * 成功的数据
21
+ * @type {Array<SurveillanceSettingsExportDto>}
22
+ * @memberof ExcelImportResultDTOSurveillanceSettingsExportDto
23
+ */
24
+ 'successDataList'?: Array<SurveillanceSettingsExportDto>;
25
+ /**
26
+ * 错误的数据
27
+ * @type {Array<SurveillanceSettingsExportDto>}
28
+ * @memberof ExcelImportResultDTOSurveillanceSettingsExportDto
29
+ */
30
+ 'errorDataList'?: Array<SurveillanceSettingsExportDto>;
31
+ }
@@ -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';
@@ -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';
@@ -24,16 +24,16 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {number}
27
+ * @type {Array<AccessVO>}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'current'?: number;
30
+ 'records'?: Array<AccessVO>;
31
31
  /**
32
32
  *
33
- * @type {Array<AccessVO>}
33
+ * @type {number}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'records'?: Array<AccessVO>;
36
+ 'current'?: number;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -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 { ExcelImportResultDTOSurveillanceSettingsExportDto } from './excel-import-result-dtosurveillance-settings-export-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
18
+ */
19
+ export interface JsonResultExcelImportResultDTOSurveillanceSettingsExportDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ *
40
+ * @type {ExcelImportResultDTOSurveillanceSettingsExportDto}
41
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
42
+ */
43
+ 'data'?: ExcelImportResultDTOSurveillanceSettingsExportDto | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultExcelImportResultDTOSurveillanceSettingsExportDto
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -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 { SurveillanceSettingsCoverageStandardDto } from './surveillance-settings-coverage-standard-dto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListSurveillanceSettingsCoverageStandardDto
18
+ */
19
+ export interface JsonResultListSurveillanceSettingsCoverageStandardDto {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<SurveillanceSettingsCoverageStandardDto>}
41
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
42
+ */
43
+ 'data'?: Array<SurveillanceSettingsCoverageStandardDto> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListSurveillanceSettingsCoverageStandardDto
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -10,53 +10,53 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { BaseErrorResult } from './base-error-result';
13
- import type { SurveillanceSettingsDetailsDto } from './surveillance-settings-details-dto';
13
+ import type { SurveillanceSettingsPollingDto } from './surveillance-settings-polling-dto';
14
14
  /**
15
15
  *
16
16
  * @export
17
- * @interface JsonResultListSurveillanceSettingsDetailsDto
17
+ * @interface JsonResultSurveillanceSettingsPollingDto
18
18
  */
19
- export interface JsonResultListSurveillanceSettingsDetailsDto {
19
+ export interface JsonResultSurveillanceSettingsPollingDto {
20
20
  /**
21
21
  * 错误码,0:成功,其他:失败
22
22
  * @type {number}
23
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
23
+ * @memberof JsonResultSurveillanceSettingsPollingDto
24
24
  */
25
25
  'code'?: number;
26
26
  /**
27
27
  * 错误消息
28
28
  * @type {string}
29
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
29
+ * @memberof JsonResultSurveillanceSettingsPollingDto
30
30
  */
31
31
  'msg'?: string;
32
32
  /**
33
33
  * 错误堆栈
34
34
  * @type {string}
35
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
35
+ * @memberof JsonResultSurveillanceSettingsPollingDto
36
36
  */
37
37
  'stacks'?: string;
38
38
  /**
39
- * 返回数据,可以是任意类型的值
40
- * @type {Array<SurveillanceSettingsDetailsDto>}
41
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
39
+ *
40
+ * @type {SurveillanceSettingsPollingDto}
41
+ * @memberof JsonResultSurveillanceSettingsPollingDto
42
42
  */
43
- 'data'?: Array<SurveillanceSettingsDetailsDto> | null;
43
+ 'data'?: SurveillanceSettingsPollingDto | null;
44
44
  /**
45
45
  *
46
46
  * @type {BaseErrorResult}
47
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
47
+ * @memberof JsonResultSurveillanceSettingsPollingDto
48
48
  */
49
49
  'error'?: BaseErrorResult | null;
50
50
  /**
51
51
  * 日志追踪ID
52
52
  * @type {string}
53
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
53
+ * @memberof JsonResultSurveillanceSettingsPollingDto
54
54
  */
55
55
  'traceId'?: string | null;
56
56
  /**
57
57
  * requestId
58
58
  * @type {string}
59
- * @memberof JsonResultListSurveillanceSettingsDetailsDto
59
+ * @memberof JsonResultSurveillanceSettingsPollingDto
60
60
  */
61
61
  'requestId'?: string | null;
62
62
  }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -29,7 +29,7 @@ export interface Park {
29
29
  */
30
30
  'parkName'?: string;
31
31
  /**
32
- * 中心
32
+ * 所属中心
33
33
  * @type {string}
34
34
  * @memberof Park
35
35
  */
@@ -40,4 +40,10 @@ export interface Park {
40
40
  * @memberof Park
41
41
  */
42
42
  'platform'?: ParkPlatFormEnum;
43
+ /**
44
+ * 所属园区
45
+ * @type {string}
46
+ * @memberof Park
47
+ */
48
+ 'srmPark'?: string;
43
49
  }
@@ -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 { Park } from './park';
13
+ /**
14
+ * 监控覆盖率标准
15
+ * @export
16
+ * @interface SurveillanceSettingsCoverageStandardDto
17
+ */
18
+ export interface SurveillanceSettingsCoverageStandardDto {
19
+ /**
20
+ * 园区id
21
+ * @type {number}
22
+ * @memberof SurveillanceSettingsCoverageStandardDto
23
+ */
24
+ 'parkId'?: number;
25
+ /**
26
+ * 监控覆盖率标准
27
+ * @type {number}
28
+ * @memberof SurveillanceSettingsCoverageStandardDto
29
+ */
30
+ 'monitoringCoverageStandard'?: number;
31
+ /**
32
+ *
33
+ * @type {Park}
34
+ * @memberof SurveillanceSettingsCoverageStandardDto
35
+ */
36
+ 'park'?: Park;
37
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -9,9 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Park } from './park';
13
- import type { PollingSurveillanceInfo } from './polling-surveillance-info';
14
- import type { Surveillance } from './surveillance';
15
12
  /**
16
13
  * 监控设置详情VO
17
14
  * @export
@@ -24,34 +21,10 @@ export interface SurveillanceSettingsDetailsDto {
24
21
  * @memberof SurveillanceSettingsDetailsDto
25
22
  */
26
23
  '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
24
  /**
40
25
  * 监控覆盖率标准
41
26
  * @type {number}
42
27
  * @memberof SurveillanceSettingsDetailsDto
43
28
  */
44
29
  '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
30
  }
@@ -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,14 @@
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
+ export {};
@@ -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,14 @@
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
+ export {};
@@ -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
  }