@gizone/rrs-client 3.11.17-alpha.99 → 4.0.0-alpha.106

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 (138) hide show
  1. package/.openapi-generator/FILES +11 -2
  2. package/README.md +2 -2
  3. package/api.ts +1 -0
  4. package/apis/device-api.ts +153 -0
  5. package/apis/surveillance-api.ts +30 -105
  6. package/apis/work-order-api.ts +283 -0
  7. package/configuration.ts +1 -1
  8. package/dist/api.d.ts +1 -0
  9. package/dist/api.js +1 -0
  10. package/dist/apis/device-api.d.ts +88 -0
  11. package/dist/apis/device-api.js +139 -0
  12. package/dist/apis/surveillance-api.d.ts +30 -60
  13. package/dist/apis/surveillance-api.js +21 -75
  14. package/dist/apis/work-order-api.d.ts +149 -0
  15. package/dist/apis/work-order-api.js +214 -0
  16. package/dist/configuration.js +1 -1
  17. package/dist/esm/api.d.ts +1 -0
  18. package/dist/esm/api.js +1 -0
  19. package/dist/esm/apis/device-api.d.ts +88 -0
  20. package/dist/esm/apis/device-api.js +132 -0
  21. package/dist/esm/apis/surveillance-api.d.ts +30 -60
  22. package/dist/esm/apis/surveillance-api.js +20 -74
  23. package/dist/esm/apis/work-order-api.d.ts +149 -0
  24. package/dist/esm/apis/work-order-api.js +214 -0
  25. package/dist/esm/configuration.js +1 -1
  26. package/dist/esm/models/equipment-detail-dto.d.ts +8 -14
  27. package/dist/esm/models/equipment-point-edit-vo.d.ts +2 -8
  28. package/dist/esm/models/equipment-search-system-dto.d.ts +6 -12
  29. package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
  30. package/dist/esm/models/index.d.ts +10 -2
  31. package/dist/esm/models/index.js +10 -2
  32. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +56 -0
  33. package/dist/esm/models/surveillance-details-dto.d.ts +18 -111
  34. package/dist/esm/models/surveillance-details-dto.js +5 -1
  35. package/dist/esm/models/surveillance.d.ts +9 -4
  36. package/dist/esm/models/surveillance.js +5 -1
  37. package/dist/esm/models/sync-device-unit-vo.d.ts +180 -0
  38. package/dist/esm/models/sync-device-unit-vo.js +14 -0
  39. package/dist/esm/models/sync-equipment-vo.d.ts +24 -0
  40. package/dist/esm/models/sys-user.d.ts +4 -4
  41. package/dist/{models/surveillance-status-enum.d.ts → esm/models/violation-center-attribute-enum.d.ts} +5 -5
  42. package/dist/esm/models/{surveillance-status-enum.js → violation-center-attribute-enum.js} +4 -4
  43. package/dist/esm/models/violation-decision-vo.d.ts +68 -0
  44. package/dist/esm/models/violation-decision-vo.js +14 -0
  45. package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
  46. package/dist/esm/models/violation-issue-type-enum.js +85 -0
  47. package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
  48. package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
  49. package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
  50. package/dist/esm/models/violation-work-order-add-vo.js +14 -0
  51. package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
  52. package/dist/esm/models/violation-work-order-details-dto.js +20 -0
  53. package/dist/esm/models/violation-work-order-info.d.ts +106 -0
  54. package/dist/esm/models/violation-work-order-info.js +14 -0
  55. package/dist/esm/models/{surveillance-status-enum.d.ts → work-order-approval-vo.d.ts} +10 -7
  56. package/dist/esm/models/work-order-approval-vo.js +14 -0
  57. package/dist/esm/models/work-order-decision-vo.d.ts +7 -0
  58. package/dist/esm/models/work-order-ext-data.d.ts +7 -0
  59. package/dist/esm/models/work-order-internal-status-enum.d.ts +3 -0
  60. package/dist/esm/models/work-order-internal-status-enum.js +4 -1
  61. package/dist/esm/models/work-order-issue-type-enum.d.ts +7 -1
  62. package/dist/esm/models/work-order-issue-type-enum.js +8 -2
  63. package/dist/esm/models/work-order-source-enum.d.ts +1 -0
  64. package/dist/esm/models/work-order-source-enum.js +2 -1
  65. package/dist/esm/models/work-order-type-enum.d.ts +1 -0
  66. package/dist/esm/models/work-order-type-enum.js +2 -1
  67. package/dist/models/equipment-detail-dto.d.ts +8 -14
  68. package/dist/models/equipment-point-edit-vo.d.ts +2 -8
  69. package/dist/models/equipment-search-system-dto.d.ts +6 -12
  70. package/dist/models/get-user-wx200-response.d.ts +4 -4
  71. package/dist/models/index.d.ts +10 -2
  72. package/dist/models/index.js +10 -2
  73. package/dist/models/json-result-violation-work-order-details-dto.d.ts +56 -0
  74. package/dist/models/surveillance-details-dto.d.ts +18 -111
  75. package/dist/models/surveillance-details-dto.js +6 -0
  76. package/dist/models/surveillance.d.ts +9 -4
  77. package/dist/models/surveillance.js +6 -0
  78. package/dist/models/sync-device-unit-vo.d.ts +180 -0
  79. package/dist/models/sync-device-unit-vo.js +15 -0
  80. package/dist/models/sync-equipment-vo.d.ts +24 -0
  81. package/dist/models/sys-user.d.ts +4 -4
  82. package/dist/models/violation-center-attribute-enum.d.ts +21 -0
  83. package/dist/models/{surveillance-status-enum.js → violation-center-attribute-enum.js} +5 -5
  84. package/dist/models/violation-decision-vo.d.ts +68 -0
  85. package/dist/models/violation-decision-vo.js +15 -0
  86. package/dist/models/violation-issue-type-enum.d.ts +84 -0
  87. package/dist/models/violation-issue-type-enum.js +88 -0
  88. package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
  89. package/dist/models/violation-responsibility-role-enum.js +25 -0
  90. package/dist/models/violation-work-order-add-vo.d.ts +87 -0
  91. package/dist/models/violation-work-order-add-vo.js +15 -0
  92. package/dist/models/violation-work-order-details-dto.d.ts +151 -0
  93. package/dist/models/violation-work-order-details-dto.js +23 -0
  94. package/dist/models/violation-work-order-info.d.ts +106 -0
  95. package/dist/models/violation-work-order-info.js +15 -0
  96. package/dist/models/work-order-approval-vo.d.ts +24 -0
  97. package/dist/models/work-order-approval-vo.js +15 -0
  98. package/dist/models/work-order-decision-vo.d.ts +7 -0
  99. package/dist/models/work-order-ext-data.d.ts +7 -0
  100. package/dist/models/work-order-internal-status-enum.d.ts +3 -0
  101. package/dist/models/work-order-internal-status-enum.js +4 -1
  102. package/dist/models/work-order-issue-type-enum.d.ts +7 -1
  103. package/dist/models/work-order-issue-type-enum.js +8 -2
  104. package/dist/models/work-order-source-enum.d.ts +1 -0
  105. package/dist/models/work-order-source-enum.js +2 -1
  106. package/dist/models/work-order-type-enum.d.ts +1 -0
  107. package/dist/models/work-order-type-enum.js +2 -1
  108. package/models/equipment-detail-dto.ts +8 -14
  109. package/models/equipment-point-edit-vo.ts +2 -8
  110. package/models/equipment-search-system-dto.ts +6 -12
  111. package/models/get-user-wx200-response.ts +4 -4
  112. package/models/index.ts +10 -2
  113. package/models/json-result-violation-work-order-details-dto.ts +66 -0
  114. package/models/surveillance-details-dto.ts +19 -117
  115. package/models/surveillance.ts +10 -6
  116. package/models/sync-device-unit-vo.ts +186 -0
  117. package/models/sync-equipment-vo.ts +24 -0
  118. package/models/sys-user.ts +4 -4
  119. package/models/violation-center-attribute-enum.ts +31 -0
  120. package/models/violation-decision-vo.ts +80 -0
  121. package/models/violation-issue-type-enum.ts +94 -0
  122. package/models/violation-responsibility-role-enum.ts +31 -0
  123. package/models/violation-work-order-add-vo.ts +101 -0
  124. package/models/violation-work-order-details-dto.ts +182 -0
  125. package/models/violation-work-order-info.ts +122 -0
  126. package/models/{surveillance-status-enum.ts → work-order-approval-vo.ts} +10 -11
  127. package/models/work-order-decision-vo.ts +9 -0
  128. package/models/work-order-ext-data.ts +9 -0
  129. package/models/work-order-internal-status-enum.ts +4 -1
  130. package/models/work-order-issue-type-enum.ts +8 -2
  131. package/models/work-order-source-enum.ts +2 -1
  132. package/models/work-order-type-enum.ts +2 -1
  133. package/package.json +1 -1
  134. package/dist/esm/models/surveillance-add-vo.d.ts +0 -156
  135. package/dist/models/surveillance-add-vo.d.ts +0 -156
  136. package/models/surveillance-add-vo.ts +0 -162
  137. /package/dist/esm/models/{surveillance-add-vo.js → json-result-violation-work-order-details-dto.js} +0 -0
  138. /package/dist/models/{surveillance-add-vo.js → json-result-violation-work-order-details-dto.js} +0 -0
@@ -1,156 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * 监控新增参数
14
- * @export
15
- * @interface SurveillanceAddVo
16
- */
17
- export interface SurveillanceAddVo {
18
- /**
19
- * 园区ID
20
- * @type {number}
21
- * @memberof SurveillanceAddVo
22
- */
23
- 'parkId'?: number;
24
- /**
25
- * 区域名称 HIK同步
26
- * @type {string}
27
- * @memberof SurveillanceAddVo
28
- */
29
- 'hikAreaName'?: string;
30
- /**
31
- * 平台 HIK同步
32
- * @type {string}
33
- * @memberof SurveillanceAddVo
34
- */
35
- 'hikPlatform'?: string;
36
- /**
37
- * 大区 HIK同步
38
- * @type {string}
39
- * @memberof SurveillanceAddVo
40
- */
41
- 'hikRegion'?: string;
42
- /**
43
- * 所属中心 HIK同步
44
- * @type {string}
45
- * @memberof SurveillanceAddVo
46
- */
47
- 'hikCenter'?: string;
48
- /**
49
- * 仓库名 HIK同步
50
- * @type {string}
51
- * @memberof SurveillanceAddVo
52
- */
53
- 'hikWarehouseName'?: string;
54
- /**
55
- * 区域ID HIK同步
56
- * @type {number}
57
- * @memberof SurveillanceAddVo
58
- */
59
- 'hikAreaId'?: number;
60
- /**
61
- * 设备ID HIK同步
62
- * @type {string}
63
- * @memberof SurveillanceAddVo
64
- */
65
- 'hikDeviceId'?: string;
66
- /**
67
- * 监控名称
68
- * @type {string}
69
- * @memberof SurveillanceAddVo
70
- */
71
- 'surveillanceName'?: string;
72
- /**
73
- * IP地址 HIK同步
74
- * @type {string}
75
- * @memberof SurveillanceAddVo
76
- */
77
- 'hikIpAddress'?: string;
78
- /**
79
- * 设备编码 HIK同步
80
- * @type {string}
81
- * @memberof SurveillanceAddVo
82
- */
83
- 'hikDeviceCode'?: string;
84
- /**
85
- * 像素参数 HIK同步
86
- * @type {string}
87
- * @memberof SurveillanceAddVo
88
- */
89
- 'hikPixelParameter'?: string;
90
- /**
91
- * 设备状态 HIK同步
92
- * @type {string}
93
- * @memberof SurveillanceAddVo
94
- */
95
- 'hikDeviceStatus'?: string;
96
- /**
97
- * 持续时长 HIK同步
98
- * @type {number}
99
- * @memberof SurveillanceAddVo
100
- */
101
- 'hikDuration'?: number;
102
- /**
103
- * 离线原因 HIK同步
104
- * @type {string}
105
- * @memberof SurveillanceAddVo
106
- */
107
- 'hikOfflineReason'?: string;
108
- /**
109
- * 离线修复时间 HIK同步
110
- * @type {string}
111
- * @memberof SurveillanceAddVo
112
- */
113
- 'hikOfflineRepairTime'?: string;
114
- /**
115
- * 图像状态 HIK同步
116
- * @type {string}
117
- * @memberof SurveillanceAddVo
118
- */
119
- 'hikImageStatus'?: string;
120
- /**
121
- * 录制状态 HIK同步
122
- * @type {string}
123
- * @memberof SurveillanceAddVo
124
- */
125
- 'hikRecordingStatus'?: string;
126
- /**
127
- * 录像结果 HIK同步
128
- * @type {string}
129
- * @memberof SurveillanceAddVo
130
- */
131
- 'hikRecordingResult'?: string;
132
- /**
133
- * 巡检时间 HIK同步
134
- * @type {string}
135
- * @memberof SurveillanceAddVo
136
- */
137
- 'hikInspectionTime'?: string;
138
- /**
139
- * 断续频次 HIK同步
140
- * @type {string}
141
- * @memberof SurveillanceAddVo
142
- */
143
- 'hikIntermittentFrequency'?: string;
144
- /**
145
- * 录像保持天数 HIK同步
146
- * @type {string}
147
- * @memberof SurveillanceAddVo
148
- */
149
- 'hikVideoRetentionDays'?: string;
150
- /**
151
- * 未录像时长 HIK同步
152
- * @type {string}
153
- * @memberof SurveillanceAddVo
154
- */
155
- 'hikUnrecordedHours'?: string;
156
- }
@@ -1,156 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * 监控新增参数
14
- * @export
15
- * @interface SurveillanceAddVo
16
- */
17
- export interface SurveillanceAddVo {
18
- /**
19
- * 园区ID
20
- * @type {number}
21
- * @memberof SurveillanceAddVo
22
- */
23
- 'parkId'?: number;
24
- /**
25
- * 区域名称 HIK同步
26
- * @type {string}
27
- * @memberof SurveillanceAddVo
28
- */
29
- 'hikAreaName'?: string;
30
- /**
31
- * 平台 HIK同步
32
- * @type {string}
33
- * @memberof SurveillanceAddVo
34
- */
35
- 'hikPlatform'?: string;
36
- /**
37
- * 大区 HIK同步
38
- * @type {string}
39
- * @memberof SurveillanceAddVo
40
- */
41
- 'hikRegion'?: string;
42
- /**
43
- * 所属中心 HIK同步
44
- * @type {string}
45
- * @memberof SurveillanceAddVo
46
- */
47
- 'hikCenter'?: string;
48
- /**
49
- * 仓库名 HIK同步
50
- * @type {string}
51
- * @memberof SurveillanceAddVo
52
- */
53
- 'hikWarehouseName'?: string;
54
- /**
55
- * 区域ID HIK同步
56
- * @type {number}
57
- * @memberof SurveillanceAddVo
58
- */
59
- 'hikAreaId'?: number;
60
- /**
61
- * 设备ID HIK同步
62
- * @type {string}
63
- * @memberof SurveillanceAddVo
64
- */
65
- 'hikDeviceId'?: string;
66
- /**
67
- * 监控名称
68
- * @type {string}
69
- * @memberof SurveillanceAddVo
70
- */
71
- 'surveillanceName'?: string;
72
- /**
73
- * IP地址 HIK同步
74
- * @type {string}
75
- * @memberof SurveillanceAddVo
76
- */
77
- 'hikIpAddress'?: string;
78
- /**
79
- * 设备编码 HIK同步
80
- * @type {string}
81
- * @memberof SurveillanceAddVo
82
- */
83
- 'hikDeviceCode'?: string;
84
- /**
85
- * 像素参数 HIK同步
86
- * @type {string}
87
- * @memberof SurveillanceAddVo
88
- */
89
- 'hikPixelParameter'?: string;
90
- /**
91
- * 设备状态 HIK同步
92
- * @type {string}
93
- * @memberof SurveillanceAddVo
94
- */
95
- 'hikDeviceStatus'?: string;
96
- /**
97
- * 持续时长 HIK同步
98
- * @type {number}
99
- * @memberof SurveillanceAddVo
100
- */
101
- 'hikDuration'?: number;
102
- /**
103
- * 离线原因 HIK同步
104
- * @type {string}
105
- * @memberof SurveillanceAddVo
106
- */
107
- 'hikOfflineReason'?: string;
108
- /**
109
- * 离线修复时间 HIK同步
110
- * @type {string}
111
- * @memberof SurveillanceAddVo
112
- */
113
- 'hikOfflineRepairTime'?: string;
114
- /**
115
- * 图像状态 HIK同步
116
- * @type {string}
117
- * @memberof SurveillanceAddVo
118
- */
119
- 'hikImageStatus'?: string;
120
- /**
121
- * 录制状态 HIK同步
122
- * @type {string}
123
- * @memberof SurveillanceAddVo
124
- */
125
- 'hikRecordingStatus'?: string;
126
- /**
127
- * 录像结果 HIK同步
128
- * @type {string}
129
- * @memberof SurveillanceAddVo
130
- */
131
- 'hikRecordingResult'?: string;
132
- /**
133
- * 巡检时间 HIK同步
134
- * @type {string}
135
- * @memberof SurveillanceAddVo
136
- */
137
- 'hikInspectionTime'?: string;
138
- /**
139
- * 断续频次 HIK同步
140
- * @type {string}
141
- * @memberof SurveillanceAddVo
142
- */
143
- 'hikIntermittentFrequency'?: string;
144
- /**
145
- * 录像保持天数 HIK同步
146
- * @type {string}
147
- * @memberof SurveillanceAddVo
148
- */
149
- 'hikVideoRetentionDays'?: string;
150
- /**
151
- * 未录像时长 HIK同步
152
- * @type {string}
153
- * @memberof SurveillanceAddVo
154
- */
155
- 'hikUnrecordedHours'?: string;
156
- }
@@ -1,162 +0,0 @@
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
- * @interface SurveillanceAddVo
21
- */
22
- export interface SurveillanceAddVo {
23
- /**
24
- * 园区ID
25
- * @type {number}
26
- * @memberof SurveillanceAddVo
27
- */
28
- 'parkId'?: number;
29
- /**
30
- * 区域名称 HIK同步
31
- * @type {string}
32
- * @memberof SurveillanceAddVo
33
- */
34
- 'hikAreaName'?: string;
35
- /**
36
- * 平台 HIK同步
37
- * @type {string}
38
- * @memberof SurveillanceAddVo
39
- */
40
- 'hikPlatform'?: string;
41
- /**
42
- * 大区 HIK同步
43
- * @type {string}
44
- * @memberof SurveillanceAddVo
45
- */
46
- 'hikRegion'?: string;
47
- /**
48
- * 所属中心 HIK同步
49
- * @type {string}
50
- * @memberof SurveillanceAddVo
51
- */
52
- 'hikCenter'?: string;
53
- /**
54
- * 仓库名 HIK同步
55
- * @type {string}
56
- * @memberof SurveillanceAddVo
57
- */
58
- 'hikWarehouseName'?: string;
59
- /**
60
- * 区域ID HIK同步
61
- * @type {number}
62
- * @memberof SurveillanceAddVo
63
- */
64
- 'hikAreaId'?: number;
65
- /**
66
- * 设备ID HIK同步
67
- * @type {string}
68
- * @memberof SurveillanceAddVo
69
- */
70
- 'hikDeviceId'?: string;
71
- /**
72
- * 监控名称
73
- * @type {string}
74
- * @memberof SurveillanceAddVo
75
- */
76
- 'surveillanceName'?: string;
77
- /**
78
- * IP地址 HIK同步
79
- * @type {string}
80
- * @memberof SurveillanceAddVo
81
- */
82
- 'hikIpAddress'?: string;
83
- /**
84
- * 设备编码 HIK同步
85
- * @type {string}
86
- * @memberof SurveillanceAddVo
87
- */
88
- 'hikDeviceCode'?: string;
89
- /**
90
- * 像素参数 HIK同步
91
- * @type {string}
92
- * @memberof SurveillanceAddVo
93
- */
94
- 'hikPixelParameter'?: string;
95
- /**
96
- * 设备状态 HIK同步
97
- * @type {string}
98
- * @memberof SurveillanceAddVo
99
- */
100
- 'hikDeviceStatus'?: string;
101
- /**
102
- * 持续时长 HIK同步
103
- * @type {number}
104
- * @memberof SurveillanceAddVo
105
- */
106
- 'hikDuration'?: number;
107
- /**
108
- * 离线原因 HIK同步
109
- * @type {string}
110
- * @memberof SurveillanceAddVo
111
- */
112
- 'hikOfflineReason'?: string;
113
- /**
114
- * 离线修复时间 HIK同步
115
- * @type {string}
116
- * @memberof SurveillanceAddVo
117
- */
118
- 'hikOfflineRepairTime'?: string;
119
- /**
120
- * 图像状态 HIK同步
121
- * @type {string}
122
- * @memberof SurveillanceAddVo
123
- */
124
- 'hikImageStatus'?: string;
125
- /**
126
- * 录制状态 HIK同步
127
- * @type {string}
128
- * @memberof SurveillanceAddVo
129
- */
130
- 'hikRecordingStatus'?: string;
131
- /**
132
- * 录像结果 HIK同步
133
- * @type {string}
134
- * @memberof SurveillanceAddVo
135
- */
136
- 'hikRecordingResult'?: string;
137
- /**
138
- * 巡检时间 HIK同步
139
- * @type {string}
140
- * @memberof SurveillanceAddVo
141
- */
142
- 'hikInspectionTime'?: string;
143
- /**
144
- * 断续频次 HIK同步
145
- * @type {string}
146
- * @memberof SurveillanceAddVo
147
- */
148
- 'hikIntermittentFrequency'?: string;
149
- /**
150
- * 录像保持天数 HIK同步
151
- * @type {string}
152
- * @memberof SurveillanceAddVo
153
- */
154
- 'hikVideoRetentionDays'?: string;
155
- /**
156
- * 未录像时长 HIK同步
157
- * @type {string}
158
- * @memberof SurveillanceAddVo
159
- */
160
- 'hikUnrecordedHours'?: string;
161
- }
162
-