@gizone/rrs-client 4.1.3-alpha.192 → 4.1.3-alpha.195

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 (88) hide show
  1. package/.openapi-generator/FILES +9 -2
  2. package/apis/surveillance-api.ts +86 -36
  3. package/apis/surveillance-settings-api.ts +334 -109
  4. package/dist/apis/surveillance-api.d.ts +57 -24
  5. package/dist/apis/surveillance-api.js +38 -22
  6. package/dist/apis/surveillance-settings-api.d.ts +186 -79
  7. package/dist/apis/surveillance-settings-api.js +287 -94
  8. package/dist/esm/apis/surveillance-api.d.ts +57 -24
  9. package/dist/esm/apis/surveillance-api.js +38 -22
  10. package/dist/esm/apis/surveillance-settings-api.d.ts +186 -79
  11. package/dist/esm/apis/surveillance-settings-api.js +287 -94
  12. package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
  13. package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
  14. package/dist/esm/models/index.d.ts +9 -2
  15. package/dist/esm/models/index.js +9 -2
  16. package/dist/esm/models/ipage-access-vo.d.ts +5 -5
  17. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
  18. package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
  19. package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.js +14 -0
  20. package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
  21. package/dist/esm/models/json-result-surveillance-settings-polling-dto.js +14 -0
  22. package/dist/esm/models/park.d.ts +7 -1
  23. package/dist/esm/models/surveillance-screen-layout-enum.d.ts +23 -0
  24. package/dist/esm/models/surveillance-screen-layout-enum.js +24 -0
  25. package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
  26. package/dist/esm/models/surveillance-settings-coverage-standard-dto.js +14 -0
  27. package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -27
  28. package/dist/esm/models/surveillance-settings-export-dto.d.ts +66 -0
  29. package/dist/esm/models/surveillance-settings-export-dto.js +14 -0
  30. package/dist/esm/models/surveillance-settings-polling-dto.d.ts +38 -0
  31. package/dist/esm/models/surveillance-settings-polling-dto.js +14 -0
  32. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +12 -5
  33. package/dist/{models/polling-surveillance-info.d.ts → esm/models/surveillance-settings-update-vo.d.ts} +6 -12
  34. package/dist/esm/models/surveillance-settings-update-vo.js +14 -0
  35. package/dist/esm/models/surveillance.d.ts +5 -30
  36. package/dist/esm/models/sys-user.d.ts +4 -4
  37. package/dist/esm/models/third-party-system-enum.d.ts +0 -1
  38. package/dist/esm/models/third-party-system-enum.js +0 -1
  39. package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
  40. package/dist/models/get-user-wx200-response.d.ts +4 -4
  41. package/dist/models/index.d.ts +9 -2
  42. package/dist/models/index.js +9 -2
  43. package/dist/models/ipage-access-vo.d.ts +5 -5
  44. package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
  45. package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
  46. package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.js +15 -0
  47. package/dist/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
  48. package/dist/models/json-result-surveillance-settings-polling-dto.js +15 -0
  49. package/dist/models/park.d.ts +7 -1
  50. package/dist/models/surveillance-screen-layout-enum.d.ts +23 -0
  51. package/dist/models/surveillance-screen-layout-enum.js +27 -0
  52. package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
  53. package/dist/models/surveillance-settings-coverage-standard-dto.js +15 -0
  54. package/dist/models/surveillance-settings-details-dto.d.ts +0 -27
  55. package/dist/models/surveillance-settings-export-dto.d.ts +66 -0
  56. package/dist/models/surveillance-settings-export-dto.js +15 -0
  57. package/dist/models/surveillance-settings-polling-dto.d.ts +38 -0
  58. package/dist/models/surveillance-settings-polling-dto.js +15 -0
  59. package/dist/models/surveillance-settings-polling-vo.d.ts +12 -5
  60. package/dist/{esm/models/polling-surveillance-info.d.ts → models/surveillance-settings-update-vo.d.ts} +6 -12
  61. package/dist/models/surveillance-settings-update-vo.js +15 -0
  62. package/dist/models/surveillance.d.ts +5 -30
  63. package/dist/models/sys-user.d.ts +4 -4
  64. package/dist/models/third-party-system-enum.d.ts +0 -1
  65. package/dist/models/third-party-system-enum.js +0 -1
  66. package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +39 -0
  67. package/models/get-user-wx200-response.ts +4 -4
  68. package/models/index.ts +9 -2
  69. package/models/ipage-access-vo.ts +5 -5
  70. package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +72 -0
  71. package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +72 -0
  72. package/models/{json-result-list-surveillance-settings-details-dto.ts → json-result-surveillance-settings-polling-dto.ts} +13 -13
  73. package/models/park.ts +7 -1
  74. package/models/surveillance-screen-layout-enum.ts +33 -0
  75. package/models/surveillance-settings-coverage-standard-dto.ts +45 -0
  76. package/models/surveillance-settings-details-dto.ts +0 -33
  77. package/models/surveillance-settings-export-dto.ts +72 -0
  78. package/models/surveillance-settings-polling-dto.ts +50 -0
  79. package/models/surveillance-settings-polling-vo.ts +16 -5
  80. package/models/{polling-surveillance-info.ts → surveillance-settings-update-vo.ts} +6 -12
  81. package/models/surveillance.ts +5 -34
  82. package/models/sys-user.ts +4 -4
  83. package/models/third-party-system-enum.ts +0 -1
  84. package/package.json +1 -1
  85. /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
  86. /package/dist/esm/models/{polling-surveillance-info.js → json-result-excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
  87. /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
  88. /package/dist/models/{polling-surveillance-info.js → json-result-excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
@@ -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,33 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 屏幕布局
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const SurveillanceScreenLayoutEnum = {
24
+ OneByOne: 'ONE_BY_ONE',
25
+ TwoByTwo: 'TWO_BY_TWO',
26
+ ThreeByThree: 'THREE_BY_THREE',
27
+ FourByFour: 'FOUR_BY_FOUR'
28
+ } as const;
29
+
30
+ export type SurveillanceScreenLayoutEnum = typeof SurveillanceScreenLayoutEnum[keyof typeof SurveillanceScreenLayoutEnum];
31
+
32
+
33
+
@@ -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
+
@@ -13,15 +13,6 @@
13
13
  */
14
14
 
15
15
 
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { Park } from './park';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import type { PollingSurveillanceInfo } from './polling-surveillance-info';
22
- // May contain unused imports in some cases
23
- // @ts-ignore
24
- import type { Surveillance } from './surveillance';
25
16
 
26
17
  /**
27
18
  * 监控设置详情VO
@@ -35,35 +26,11 @@ export interface SurveillanceSettingsDetailsDto {
35
26
  * @memberof SurveillanceSettingsDetailsDto
36
27
  */
37
28
  'parkId'?: number;
38
- /**
39
- * 轮询间隔(分钟)
40
- * @type {number}
41
- * @memberof SurveillanceSettingsDetailsDto
42
- */
43
- 'pollingInterval'?: number;
44
- /**
45
- * 轮询的监控
46
- * @type {Array<PollingSurveillanceInfo>}
47
- * @memberof SurveillanceSettingsDetailsDto
48
- */
49
- 'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
50
29
  /**
51
30
  * 监控覆盖率标准
52
31
  * @type {number}
53
32
  * @memberof SurveillanceSettingsDetailsDto
54
33
  */
55
34
  'monitoringCoverageStandard'?: number;
56
- /**
57
- *
58
- * @type {Park}
59
- * @memberof SurveillanceSettingsDetailsDto
60
- */
61
- 'park'?: Park;
62
- /**
63
- * 监控信息列表
64
- * @type {Array<Surveillance>}
65
- * @memberof SurveillanceSettingsDetailsDto
66
- */
67
- 'surveillances'?: Array<Surveillance>;
68
35
  }
69
36
 
@@ -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
+
17
+ /**
18
+ * 监控设置导出VO
19
+ * @export
20
+ * @interface SurveillanceSettingsExportDto
21
+ */
22
+ export interface SurveillanceSettingsExportDto {
23
+ /**
24
+ *
25
+ * @type {number}
26
+ * @memberof SurveillanceSettingsExportDto
27
+ */
28
+ 'parkId'?: number;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof SurveillanceSettingsExportDto
33
+ */
34
+ 'platform'?: string;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof SurveillanceSettingsExportDto
39
+ */
40
+ 'center'?: string;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof SurveillanceSettingsExportDto
45
+ */
46
+ 'parkName'?: string;
47
+ /**
48
+ *
49
+ * @type {number}
50
+ * @memberof SurveillanceSettingsExportDto
51
+ */
52
+ 'monitoringCoverageStandard'?: number;
53
+ /**
54
+ *
55
+ * @type {number}
56
+ * @memberof SurveillanceSettingsExportDto
57
+ */
58
+ 'counts'?: number;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof SurveillanceSettingsExportDto
63
+ */
64
+ 'tips'?: string;
65
+ /**
66
+ * 是否错误
67
+ * @type {boolean}
68
+ * @memberof SurveillanceSettingsExportDto
69
+ */
70
+ 'isSuccess'?: boolean;
71
+ }
72
+
@@ -0,0 +1,50 @@
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 { Surveillance } from './surveillance';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { SurveillanceScreenLayoutEnum } from './surveillance-screen-layout-enum';
22
+
23
+ /**
24
+ * 监控设置轮询dto
25
+ * @export
26
+ * @interface SurveillanceSettingsPollingDto
27
+ */
28
+ export interface SurveillanceSettingsPollingDto {
29
+ /**
30
+ * 间隔时间(秒)
31
+ * @type {number}
32
+ * @memberof SurveillanceSettingsPollingDto
33
+ */
34
+ 'intervalTime'?: number;
35
+ /**
36
+ *
37
+ * @type {SurveillanceScreenLayoutEnum}
38
+ * @memberof SurveillanceSettingsPollingDto
39
+ */
40
+ 'screenLayout'?: SurveillanceScreenLayoutEnum;
41
+ /**
42
+ * 监控列表
43
+ * @type {Array<Surveillance>}
44
+ * @memberof SurveillanceSettingsPollingDto
45
+ */
46
+ 'surveillanceList'?: Array<Surveillance>;
47
+ }
48
+
49
+
50
+
@@ -15,7 +15,10 @@
15
15
 
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
- import type { PollingSurveillanceInfo } from './polling-surveillance-info';
18
+ import type { Surveillance } from './surveillance';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { SurveillanceScreenLayoutEnum } from './surveillance-screen-layout-enum';
19
22
 
20
23
  /**
21
24
  * 监控设置轮询VO
@@ -24,16 +27,24 @@ import type { PollingSurveillanceInfo } from './polling-surveillance-info';
24
27
  */
25
28
  export interface SurveillanceSettingsPollingVo {
26
29
  /**
27
- * 轮询间隔
30
+ * 间隔时间(秒)
28
31
  * @type {number}
29
32
  * @memberof SurveillanceSettingsPollingVo
30
33
  */
31
- 'pollingInterval'?: number;
34
+ 'intervalTime': number;
35
+ /**
36
+ *
37
+ * @type {SurveillanceScreenLayoutEnum}
38
+ * @memberof SurveillanceSettingsPollingVo
39
+ */
40
+ 'screenLayout': SurveillanceScreenLayoutEnum;
32
41
  /**
33
42
  * 监控列表
34
- * @type {Array<PollingSurveillanceInfo>}
43
+ * @type {Array<Surveillance>}
35
44
  * @memberof SurveillanceSettingsPollingVo
36
45
  */
37
- 'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
46
+ 'surveillanceList': Array<Surveillance>;
38
47
  }
39
48
 
49
+
50
+
@@ -15,22 +15,16 @@
15
15
 
16
16
 
17
17
  /**
18
- * 轮询的监控
18
+ * 监控设置更新VO
19
19
  * @export
20
- * @interface PollingSurveillanceInfo
20
+ * @interface SurveillanceSettingsUpdateVo
21
21
  */
22
- export interface PollingSurveillanceInfo {
22
+ export interface SurveillanceSettingsUpdateVo {
23
23
  /**
24
- * 排序
24
+ * 覆盖率
25
25
  * @type {number}
26
- * @memberof PollingSurveillanceInfo
26
+ * @memberof SurveillanceSettingsUpdateVo
27
27
  */
28
- 'sort'?: number;
29
- /**
30
- * 监控id
31
- * @type {number}
32
- * @memberof PollingSurveillanceInfo
33
- */
34
- 'surveillanceId'?: number;
28
+ 'monitoringCoverageStandard': number;
35
29
  }
36
30
 
@@ -13,53 +13,24 @@
13
13
  */
14
14
 
15
15
 
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { IotDeviceStatusEnum } from './iot-device-status-enum';
19
16
 
20
17
  /**
21
- * 监控详情
18
+ * 监控
22
19
  * @export
23
20
  * @interface Surveillance
24
21
  */
25
22
  export interface Surveillance {
26
23
  /**
27
- * 监控ID
24
+ * 排序
28
25
  * @type {number}
29
26
  * @memberof Surveillance
30
27
  */
31
- 'surveillanceId'?: number;
28
+ 'sort': number;
32
29
  /**
33
- * 空间ID
30
+ * 监控id
34
31
  * @type {number}
35
32
  * @memberof Surveillance
36
33
  */
37
- 'spaceId'?: number;
38
- /**
39
- * 监控名称
40
- * @type {string}
41
- * @memberof Surveillance
42
- */
43
- 'surveillanceName'?: string;
44
- /**
45
- * 监控全名称
46
- * @type {string}
47
- * @memberof Surveillance
48
- */
49
- 'surveillanceFullName'?: string;
50
- /**
51
- * 监控点位
52
- * @type {Array<number>}
53
- * @memberof Surveillance
54
- */
55
- 'surveillancePoint'?: Array<number>;
56
- /**
57
- *
58
- * @type {IotDeviceStatusEnum}
59
- * @memberof Surveillance
60
- */
61
- 'surveillanceStatus'?: IotDeviceStatusEnum;
34
+ 'surveillanceId': number;
62
35
  }
63
36
 
64
-
65
-
@@ -364,15 +364,15 @@ export interface SysUser {
364
364
  'supplierId'?: number;
365
365
  /**
366
366
  *
367
- * @type {string}
367
+ * @type {number}
368
368
  * @memberof SysUser
369
369
  */
370
- 'cid'?: string;
370
+ 'cuserId'?: number;
371
371
  /**
372
372
  *
373
- * @type {number}
373
+ * @type {string}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cuserId'?: number;
376
+ 'cid'?: string;
377
377
  }
378
378
 
@@ -21,7 +21,6 @@
21
21
  */
22
22
 
23
23
  export const ThirdPartySystemEnum = {
24
- Saas: 'SAAS',
25
24
  Sqm: 'SQM',
26
25
  Fam: 'FAM'
27
26
  } as const;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.3-alpha.192",
3
+ "version": "4.1.3-alpha.195",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {