@gizone/rrs-client 4.1.3-alpha.192 → 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.
- package/.openapi-generator/FILES +8 -2
- package/apis/surveillance-settings-api.ts +323 -131
- package/dist/apis/surveillance-settings-api.d.ts +175 -93
- package/dist/apis/surveillance-settings-api.js +285 -104
- package/dist/esm/apis/surveillance-settings-api.d.ts +175 -93
- package/dist/esm/apis/surveillance-settings-api.js +285 -104
- package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
- package/dist/esm/models/index.d.ts +8 -2
- package/dist/esm/models/index.js +8 -2
- package/dist/esm/models/ipage-access-vo.d.ts +8 -8
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.js +14 -0
- package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
- package/dist/esm/models/json-result-surveillance-settings-polling-dto.js +14 -0
- package/dist/esm/models/park.d.ts +7 -1
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -27
- package/dist/esm/models/surveillance-settings-export-dto.d.ts +66 -0
- package/dist/esm/models/surveillance-settings-export-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-dto.d.ts +31 -0
- package/dist/esm/models/surveillance-settings-polling-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +5 -5
- package/dist/{models/polling-surveillance-info.d.ts → esm/models/surveillance-settings-update-vo.d.ts} +6 -12
- package/dist/esm/models/surveillance-settings-update-vo.js +14 -0
- package/dist/esm/models/surveillance.d.ts +5 -30
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/third-party-system-enum.d.ts +0 -1
- package/dist/esm/models/third-party-system-enum.js +0 -1
- package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
- package/dist/models/get-user-wx200-response.d.ts +4 -4
- package/dist/models/index.d.ts +8 -2
- package/dist/models/index.js +8 -2
- package/dist/models/ipage-access-vo.d.ts +8 -8
- package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.js +15 -0
- package/dist/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
- package/dist/models/json-result-surveillance-settings-polling-dto.js +15 -0
- package/dist/models/park.d.ts +7 -1
- package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
- package/dist/models/surveillance-settings-coverage-standard-dto.js +15 -0
- package/dist/models/surveillance-settings-details-dto.d.ts +0 -27
- package/dist/models/surveillance-settings-export-dto.d.ts +66 -0
- package/dist/models/surveillance-settings-export-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-dto.d.ts +31 -0
- package/dist/models/surveillance-settings-polling-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +5 -5
- package/dist/{esm/models/polling-surveillance-info.d.ts → models/surveillance-settings-update-vo.d.ts} +6 -12
- package/dist/models/surveillance-settings-update-vo.js +15 -0
- package/dist/models/surveillance.d.ts +5 -30
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/third-party-system-enum.d.ts +0 -1
- package/dist/models/third-party-system-enum.js +0 -1
- package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +39 -0
- package/models/get-user-wx200-response.ts +4 -4
- package/models/index.ts +8 -2
- package/models/ipage-access-vo.ts +8 -8
- package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +72 -0
- package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +72 -0
- package/models/{json-result-list-surveillance-settings-details-dto.ts → json-result-surveillance-settings-polling-dto.ts} +13 -13
- package/models/park.ts +7 -1
- package/models/surveillance-settings-coverage-standard-dto.ts +45 -0
- package/models/surveillance-settings-details-dto.ts +0 -33
- package/models/surveillance-settings-export-dto.ts +72 -0
- package/models/surveillance-settings-polling-dto.ts +39 -0
- package/models/surveillance-settings-polling-vo.ts +5 -5
- package/models/{polling-surveillance-info.ts → surveillance-settings-update-vo.ts} +6 -12
- package/models/surveillance.ts +5 -34
- package/models/sys-user.ts +4 -4
- package/models/third-party-system-enum.ts +0 -1
- package/package.json +1 -1
- /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
- /package/dist/esm/models/{polling-surveillance-info.js → json-result-excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
- /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
- /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
|
+
}
|
|
@@ -25,16 +25,16 @@ export interface GetUserWx200Response {
|
|
|
25
25
|
'status'?: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {Array<string>}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'headerNames'?: Array<string>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {object}
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {string}
|
|
@@ -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-
|
|
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';
|
package/dist/esm/models/index.js
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-
|
|
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';
|
|
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
|
|
|
22
22
|
* @memberof IPageAccessVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<AccessVO>}
|
|
28
|
+
* @memberof IPageAccessVO
|
|
29
|
+
*/
|
|
30
|
+
'records'?: Array<AccessVO>;
|
|
25
31
|
/**
|
|
26
32
|
*
|
|
27
33
|
* @type {number}
|
|
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
|
|
|
30
36
|
'current'?: number;
|
|
31
37
|
/**
|
|
32
38
|
*
|
|
33
|
-
* @type {
|
|
39
|
+
* @type {number}
|
|
34
40
|
* @memberof IPageAccessVO
|
|
35
41
|
*/
|
|
36
|
-
'
|
|
42
|
+
'pages'?: number;
|
|
37
43
|
/**
|
|
38
44
|
*
|
|
39
45
|
* @type {boolean}
|
|
@@ -41,12 +47,6 @@ export interface IPageAccessVO {
|
|
|
41
47
|
* @deprecated
|
|
42
48
|
*/
|
|
43
49
|
'hitCount'?: boolean;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {number}
|
|
47
|
-
* @memberof IPageAccessVO
|
|
48
|
-
*/
|
|
49
|
-
'pages'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {boolean}
|
package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts
ADDED
|
@@ -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 {
|
|
13
|
+
import type { SurveillanceSettingsPollingDto } from './surveillance-settings-polling-dto';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
17
|
-
* @interface
|
|
17
|
+
* @interface JsonResultSurveillanceSettingsPollingDto
|
|
18
18
|
*/
|
|
19
|
-
export interface
|
|
19
|
+
export interface JsonResultSurveillanceSettingsPollingDto {
|
|
20
20
|
/**
|
|
21
21
|
* 错误码,0:成功,其他:失败
|
|
22
22
|
* @type {number}
|
|
23
|
-
* @memberof
|
|
23
|
+
* @memberof JsonResultSurveillanceSettingsPollingDto
|
|
24
24
|
*/
|
|
25
25
|
'code'?: number;
|
|
26
26
|
/**
|
|
27
27
|
* 错误消息
|
|
28
28
|
* @type {string}
|
|
29
|
-
* @memberof
|
|
29
|
+
* @memberof JsonResultSurveillanceSettingsPollingDto
|
|
30
30
|
*/
|
|
31
31
|
'msg'?: string;
|
|
32
32
|
/**
|
|
33
33
|
* 错误堆栈
|
|
34
34
|
* @type {string}
|
|
35
|
-
* @memberof
|
|
35
|
+
* @memberof JsonResultSurveillanceSettingsPollingDto
|
|
36
36
|
*/
|
|
37
37
|
'stacks'?: string;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {
|
|
41
|
-
* @memberof
|
|
39
|
+
*
|
|
40
|
+
* @type {SurveillanceSettingsPollingDto}
|
|
41
|
+
* @memberof JsonResultSurveillanceSettingsPollingDto
|
|
42
42
|
*/
|
|
43
|
-
'data'?:
|
|
43
|
+
'data'?: SurveillanceSettingsPollingDto | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {BaseErrorResult}
|
|
47
|
-
* @memberof
|
|
47
|
+
* @memberof JsonResultSurveillanceSettingsPollingDto
|
|
48
48
|
*/
|
|
49
49
|
'error'?: BaseErrorResult | null;
|
|
50
50
|
/**
|
|
51
51
|
* 日志追踪ID
|
|
52
52
|
* @type {string}
|
|
53
|
-
* @memberof
|
|
53
|
+
* @memberof JsonResultSurveillanceSettingsPollingDto
|
|
54
54
|
*/
|
|
55
55
|
'traceId'?: string | null;
|
|
56
56
|
/**
|
|
57
57
|
* requestId
|
|
58
58
|
* @type {string}
|
|
59
|
-
* @memberof
|
|
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 {};
|