@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.
- package/.openapi-generator/FILES +9 -2
- package/apis/surveillance-api.ts +86 -36
- package/apis/surveillance-settings-api.ts +334 -109
- package/dist/apis/surveillance-api.d.ts +57 -24
- package/dist/apis/surveillance-api.js +38 -22
- package/dist/apis/surveillance-settings-api.d.ts +186 -79
- package/dist/apis/surveillance-settings-api.js +287 -94
- package/dist/esm/apis/surveillance-api.d.ts +57 -24
- package/dist/esm/apis/surveillance-api.js +38 -22
- package/dist/esm/apis/surveillance-settings-api.d.ts +186 -79
- package/dist/esm/apis/surveillance-settings-api.js +287 -94
- 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 +9 -2
- package/dist/esm/models/index.js +9 -2
- package/dist/esm/models/ipage-access-vo.d.ts +5 -5
- 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-screen-layout-enum.d.ts +23 -0
- package/dist/esm/models/surveillance-screen-layout-enum.js +24 -0
- 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 +38 -0
- package/dist/esm/models/surveillance-settings-polling-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +12 -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 +9 -2
- package/dist/models/index.js +9 -2
- package/dist/models/ipage-access-vo.d.ts +5 -5
- 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-screen-layout-enum.d.ts +23 -0
- package/dist/models/surveillance-screen-layout-enum.js +27 -0
- 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 +38 -0
- package/dist/models/surveillance-settings-polling-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +12 -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 +9 -2
- package/models/ipage-access-vo.ts +5 -5
- 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-screen-layout-enum.ts +33 -0
- 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 +50 -0
- package/models/surveillance-settings-polling-vo.ts +16 -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
|
@@ -35,14 +35,70 @@ const base_1 = require("../base");
|
|
|
35
35
|
*/
|
|
36
36
|
const SurveillanceSettingsApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @summary 导入园区监控设置覆盖率标准(确认导入)
|
|
41
|
+
* @param {*} [options] Override http request option.
|
|
42
|
+
* @throws {RequiredError}
|
|
43
|
+
*/
|
|
44
|
+
monitoringCoverageStandardBatchImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
45
|
+
const localVarPath = `/gizone/surveillance/settings/monitoringCoverageStandard/batchImport/confirm`;
|
|
46
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
48
|
+
let baseOptions;
|
|
49
|
+
if (configuration) {
|
|
50
|
+
baseOptions = configuration.baseOptions;
|
|
51
|
+
}
|
|
52
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
53
|
+
const localVarHeaderParameter = {};
|
|
54
|
+
const localVarQueryParameter = {};
|
|
55
|
+
// authentication tokenScheme required
|
|
56
|
+
// http bearer authentication required
|
|
57
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
58
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
59
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
60
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
61
|
+
return {
|
|
62
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
63
|
+
options: localVarRequestOptions,
|
|
64
|
+
};
|
|
65
|
+
}),
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @summary 导入园区监控设置覆盖率标准(预览结果)
|
|
69
|
+
* @param {*} [options] Override http request option.
|
|
70
|
+
* @throws {RequiredError}
|
|
71
|
+
*/
|
|
72
|
+
monitoringCoverageStandardBatchImportPreview: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
73
|
+
const localVarPath = `/gizone/surveillance/settings/monitoringCoverageStandard/batchImport/preview`;
|
|
74
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
75
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
76
|
+
let baseOptions;
|
|
77
|
+
if (configuration) {
|
|
78
|
+
baseOptions = configuration.baseOptions;
|
|
79
|
+
}
|
|
80
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
81
|
+
const localVarHeaderParameter = {};
|
|
82
|
+
const localVarQueryParameter = {};
|
|
83
|
+
// authentication tokenScheme required
|
|
84
|
+
// http bearer authentication required
|
|
85
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
86
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
87
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
88
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
89
|
+
return {
|
|
90
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
91
|
+
options: localVarRequestOptions,
|
|
92
|
+
};
|
|
93
|
+
}),
|
|
38
94
|
/**
|
|
39
95
|
* 导出所有园区监控设置覆盖率标准
|
|
40
96
|
* @summary 导出所有园区监控设置覆盖率标准
|
|
41
97
|
* @param {*} [options] Override http request option.
|
|
42
98
|
* @throws {RequiredError}
|
|
43
99
|
*/
|
|
44
|
-
|
|
45
|
-
const localVarPath = `/gizone/surveillance/settings/
|
|
100
|
+
monitoringCoverageStandardBatchImportTemplate: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
101
|
+
const localVarPath = `/gizone/surveillance/settings/monitoringCoverageStandard/batchImport/template`;
|
|
46
102
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
103
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
48
104
|
let baseOptions;
|
|
@@ -64,16 +120,16 @@ const SurveillanceSettingsApiAxiosParamCreator = function (configuration) {
|
|
|
64
120
|
};
|
|
65
121
|
}),
|
|
66
122
|
/**
|
|
67
|
-
* 导入园区监控设置覆盖率标准
|
|
68
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
123
|
+
* 导入园区监控设置覆盖率标准(上传文件)
|
|
124
|
+
* @summary 导入园区监控设置覆盖率标准(上传文件)
|
|
69
125
|
* @param {File} file
|
|
70
126
|
* @param {*} [options] Override http request option.
|
|
71
127
|
* @throws {RequiredError}
|
|
72
128
|
*/
|
|
73
|
-
|
|
129
|
+
monitoringCoverageStandardBatchImportUpload: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
|
|
74
130
|
// verify required parameter 'file' is not null or undefined
|
|
75
|
-
(0, common_1.assertParamExists)('
|
|
76
|
-
const localVarPath = `/gizone/surveillance/settings/
|
|
131
|
+
(0, common_1.assertParamExists)('monitoringCoverageStandardBatchImportUpload', 'file', file);
|
|
132
|
+
const localVarPath = `/gizone/surveillance/settings/monitoringCoverageStandard/batchImport/upload`;
|
|
77
133
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
78
134
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
79
135
|
let baseOptions;
|
|
@@ -101,19 +157,16 @@ const SurveillanceSettingsApiAxiosParamCreator = function (configuration) {
|
|
|
101
157
|
};
|
|
102
158
|
}),
|
|
103
159
|
/**
|
|
104
|
-
*
|
|
105
|
-
* @summary
|
|
160
|
+
* 监控设置详情
|
|
161
|
+
* @summary 监控设置详情
|
|
106
162
|
* @param {number} parkId
|
|
107
|
-
* @param {number} body
|
|
108
163
|
* @param {*} [options] Override http request option.
|
|
109
164
|
* @throws {RequiredError}
|
|
110
165
|
*/
|
|
111
|
-
|
|
166
|
+
surveillanceSettingsDetails: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
112
167
|
// verify required parameter 'parkId' is not null or undefined
|
|
113
|
-
(0, common_1.assertParamExists)('
|
|
114
|
-
|
|
115
|
-
(0, common_1.assertParamExists)('monitoringCoverageStandardUpdateCoverage', 'body', body);
|
|
116
|
-
const localVarPath = `/gizone/surveillance/settings/coverage/{parkId}`
|
|
168
|
+
(0, common_1.assertParamExists)('surveillanceSettingsDetails', 'parkId', parkId);
|
|
169
|
+
const localVarPath = `/gizone/surveillance/settings/{parkId}`
|
|
117
170
|
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
118
171
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
119
172
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -121,30 +174,32 @@ const SurveillanceSettingsApiAxiosParamCreator = function (configuration) {
|
|
|
121
174
|
if (configuration) {
|
|
122
175
|
baseOptions = configuration.baseOptions;
|
|
123
176
|
}
|
|
124
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
177
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
125
178
|
const localVarHeaderParameter = {};
|
|
126
179
|
const localVarQueryParameter = {};
|
|
127
180
|
// authentication tokenScheme required
|
|
128
181
|
// http bearer authentication required
|
|
129
182
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
130
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
131
183
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
132
184
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
133
185
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
134
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
135
186
|
return {
|
|
136
187
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
137
188
|
options: localVarRequestOptions,
|
|
138
189
|
};
|
|
139
190
|
}),
|
|
140
191
|
/**
|
|
141
|
-
*
|
|
142
|
-
* @summary
|
|
192
|
+
* 查询监控轮询设置
|
|
193
|
+
* @summary 查询监控轮询设置
|
|
194
|
+
* @param {number} parkId
|
|
143
195
|
* @param {*} [options] Override http request option.
|
|
144
196
|
* @throws {RequiredError}
|
|
145
197
|
*/
|
|
146
|
-
|
|
147
|
-
|
|
198
|
+
surveillanceSettingsDetailsPolling: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
199
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
200
|
+
(0, common_1.assertParamExists)('surveillanceSettingsDetailsPolling', 'parkId', parkId);
|
|
201
|
+
const localVarPath = `/gizone/surveillance/settings/polling/{parkId}`
|
|
202
|
+
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
148
203
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
149
204
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
150
205
|
let baseOptions;
|
|
@@ -166,15 +221,46 @@ const SurveillanceSettingsApiAxiosParamCreator = function (configuration) {
|
|
|
166
221
|
};
|
|
167
222
|
}),
|
|
168
223
|
/**
|
|
169
|
-
*
|
|
170
|
-
* @summary
|
|
224
|
+
* 查询所有园区的覆盖率设置
|
|
225
|
+
* @summary 查询所有园区的覆盖率设置
|
|
226
|
+
* @param {*} [options] Override http request option.
|
|
227
|
+
* @throws {RequiredError}
|
|
228
|
+
*/
|
|
229
|
+
surveillanceSettingsSelectAllPark: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
230
|
+
const localVarPath = `/gizone/surveillance/settings/monitoringCoverageStandard/allPark`;
|
|
231
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
232
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
233
|
+
let baseOptions;
|
|
234
|
+
if (configuration) {
|
|
235
|
+
baseOptions = configuration.baseOptions;
|
|
236
|
+
}
|
|
237
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
238
|
+
const localVarHeaderParameter = {};
|
|
239
|
+
const localVarQueryParameter = {};
|
|
240
|
+
// authentication tokenScheme required
|
|
241
|
+
// http bearer authentication required
|
|
242
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
243
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
244
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
245
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
246
|
+
return {
|
|
247
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
248
|
+
options: localVarRequestOptions,
|
|
249
|
+
};
|
|
250
|
+
}),
|
|
251
|
+
/**
|
|
252
|
+
* 修改监控设置
|
|
253
|
+
* @summary 修改监控设置
|
|
171
254
|
* @param {number} parkId
|
|
255
|
+
* @param {SurveillanceSettingsUpdateVo} surveillanceSettingsUpdateVo
|
|
172
256
|
* @param {*} [options] Override http request option.
|
|
173
257
|
* @throws {RequiredError}
|
|
174
258
|
*/
|
|
175
|
-
|
|
259
|
+
surveillanceSettingsUpdate: (parkId_1, surveillanceSettingsUpdateVo_1, ...args_1) => __awaiter(this, [parkId_1, surveillanceSettingsUpdateVo_1, ...args_1], void 0, function* (parkId, surveillanceSettingsUpdateVo, options = {}) {
|
|
176
260
|
// verify required parameter 'parkId' is not null or undefined
|
|
177
|
-
(0, common_1.assertParamExists)('
|
|
261
|
+
(0, common_1.assertParamExists)('surveillanceSettingsUpdate', 'parkId', parkId);
|
|
262
|
+
// verify required parameter 'surveillanceSettingsUpdateVo' is not null or undefined
|
|
263
|
+
(0, common_1.assertParamExists)('surveillanceSettingsUpdate', 'surveillanceSettingsUpdateVo', surveillanceSettingsUpdateVo);
|
|
178
264
|
const localVarPath = `/gizone/surveillance/settings/{parkId}`
|
|
179
265
|
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
180
266
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -183,23 +269,25 @@ const SurveillanceSettingsApiAxiosParamCreator = function (configuration) {
|
|
|
183
269
|
if (configuration) {
|
|
184
270
|
baseOptions = configuration.baseOptions;
|
|
185
271
|
}
|
|
186
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
272
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
187
273
|
const localVarHeaderParameter = {};
|
|
188
274
|
const localVarQueryParameter = {};
|
|
189
275
|
// authentication tokenScheme required
|
|
190
276
|
// http bearer authentication required
|
|
191
277
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
278
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
192
279
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
193
280
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
194
281
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
282
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(surveillanceSettingsUpdateVo, localVarRequestOptions, configuration);
|
|
195
283
|
return {
|
|
196
284
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
197
285
|
options: localVarRequestOptions,
|
|
198
286
|
};
|
|
199
287
|
}),
|
|
200
288
|
/**
|
|
201
|
-
*
|
|
202
|
-
* @summary
|
|
289
|
+
* 修改监控轮询
|
|
290
|
+
* @summary 修改监控轮询
|
|
203
291
|
* @param {number} parkId
|
|
204
292
|
* @param {SurveillanceSettingsPollingVo} surveillanceSettingsPollingVo
|
|
205
293
|
* @param {*} [options] Override http request option.
|
|
@@ -245,65 +333,63 @@ const SurveillanceSettingsApiFp = function (configuration) {
|
|
|
245
333
|
const localVarAxiosParamCreator = (0, exports.SurveillanceSettingsApiAxiosParamCreator)(configuration);
|
|
246
334
|
return {
|
|
247
335
|
/**
|
|
248
|
-
*
|
|
249
|
-
* @summary
|
|
336
|
+
*
|
|
337
|
+
* @summary 导入园区监控设置覆盖率标准(确认导入)
|
|
250
338
|
* @param {*} [options] Override http request option.
|
|
251
339
|
* @throws {RequiredError}
|
|
252
340
|
*/
|
|
253
|
-
|
|
341
|
+
monitoringCoverageStandardBatchImportConfirm(options) {
|
|
254
342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
255
343
|
var _a, _b, _c;
|
|
256
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
344
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportConfirm(options);
|
|
257
345
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
258
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.
|
|
346
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.monitoringCoverageStandardBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
259
347
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
260
348
|
});
|
|
261
349
|
},
|
|
262
350
|
/**
|
|
263
|
-
*
|
|
264
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
265
|
-
* @param {File} file
|
|
351
|
+
*
|
|
352
|
+
* @summary 导入园区监控设置覆盖率标准(预览结果)
|
|
266
353
|
* @param {*} [options] Override http request option.
|
|
267
354
|
* @throws {RequiredError}
|
|
268
355
|
*/
|
|
269
|
-
|
|
356
|
+
monitoringCoverageStandardBatchImportPreview(options) {
|
|
270
357
|
return __awaiter(this, void 0, void 0, function* () {
|
|
271
358
|
var _a, _b, _c;
|
|
272
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
359
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportPreview(options);
|
|
273
360
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
274
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.
|
|
361
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.monitoringCoverageStandardBatchImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
275
362
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
276
363
|
});
|
|
277
364
|
},
|
|
278
365
|
/**
|
|
279
|
-
*
|
|
280
|
-
* @summary
|
|
281
|
-
* @param {number} parkId
|
|
282
|
-
* @param {number} body
|
|
366
|
+
* 导出所有园区监控设置覆盖率标准
|
|
367
|
+
* @summary 导出所有园区监控设置覆盖率标准
|
|
283
368
|
* @param {*} [options] Override http request option.
|
|
284
369
|
* @throws {RequiredError}
|
|
285
370
|
*/
|
|
286
|
-
|
|
371
|
+
monitoringCoverageStandardBatchImportTemplate(options) {
|
|
287
372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
288
373
|
var _a, _b, _c;
|
|
289
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
374
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportTemplate(options);
|
|
290
375
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
291
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.
|
|
376
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.monitoringCoverageStandardBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
292
377
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
293
378
|
});
|
|
294
379
|
},
|
|
295
380
|
/**
|
|
296
|
-
*
|
|
297
|
-
* @summary
|
|
381
|
+
* 导入园区监控设置覆盖率标准(上传文件)
|
|
382
|
+
* @summary 导入园区监控设置覆盖率标准(上传文件)
|
|
383
|
+
* @param {File} file
|
|
298
384
|
* @param {*} [options] Override http request option.
|
|
299
385
|
* @throws {RequiredError}
|
|
300
386
|
*/
|
|
301
|
-
|
|
387
|
+
monitoringCoverageStandardBatchImportUpload(file, options) {
|
|
302
388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
303
389
|
var _a, _b, _c;
|
|
304
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
390
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportUpload(file, options);
|
|
305
391
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
306
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.
|
|
392
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.monitoringCoverageStandardBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
307
393
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
308
394
|
});
|
|
309
395
|
},
|
|
@@ -324,8 +410,56 @@ const SurveillanceSettingsApiFp = function (configuration) {
|
|
|
324
410
|
});
|
|
325
411
|
},
|
|
326
412
|
/**
|
|
327
|
-
*
|
|
328
|
-
* @summary
|
|
413
|
+
* 查询监控轮询设置
|
|
414
|
+
* @summary 查询监控轮询设置
|
|
415
|
+
* @param {number} parkId
|
|
416
|
+
* @param {*} [options] Override http request option.
|
|
417
|
+
* @throws {RequiredError}
|
|
418
|
+
*/
|
|
419
|
+
surveillanceSettingsDetailsPolling(parkId, options) {
|
|
420
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
421
|
+
var _a, _b, _c;
|
|
422
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsDetailsPolling(parkId, options);
|
|
423
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
424
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.surveillanceSettingsDetailsPolling']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
425
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
426
|
+
});
|
|
427
|
+
},
|
|
428
|
+
/**
|
|
429
|
+
* 查询所有园区的覆盖率设置
|
|
430
|
+
* @summary 查询所有园区的覆盖率设置
|
|
431
|
+
* @param {*} [options] Override http request option.
|
|
432
|
+
* @throws {RequiredError}
|
|
433
|
+
*/
|
|
434
|
+
surveillanceSettingsSelectAllPark(options) {
|
|
435
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
436
|
+
var _a, _b, _c;
|
|
437
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsSelectAllPark(options);
|
|
438
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
439
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.surveillanceSettingsSelectAllPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
440
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
441
|
+
});
|
|
442
|
+
},
|
|
443
|
+
/**
|
|
444
|
+
* 修改监控设置
|
|
445
|
+
* @summary 修改监控设置
|
|
446
|
+
* @param {number} parkId
|
|
447
|
+
* @param {SurveillanceSettingsUpdateVo} surveillanceSettingsUpdateVo
|
|
448
|
+
* @param {*} [options] Override http request option.
|
|
449
|
+
* @throws {RequiredError}
|
|
450
|
+
*/
|
|
451
|
+
surveillanceSettingsUpdate(parkId, surveillanceSettingsUpdateVo, options) {
|
|
452
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
453
|
+
var _a, _b, _c;
|
|
454
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsUpdate(parkId, surveillanceSettingsUpdateVo, options);
|
|
455
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
456
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.surveillanceSettingsUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
457
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
458
|
+
});
|
|
459
|
+
},
|
|
460
|
+
/**
|
|
461
|
+
* 修改监控轮询
|
|
462
|
+
* @summary 修改监控轮询
|
|
329
463
|
* @param {number} parkId
|
|
330
464
|
* @param {SurveillanceSettingsPollingVo} surveillanceSettingsPollingVo
|
|
331
465
|
* @param {*} [options] Override http request option.
|
|
@@ -351,42 +485,41 @@ const SurveillanceSettingsApiFactory = function (configuration, basePath, axios)
|
|
|
351
485
|
const localVarFp = (0, exports.SurveillanceSettingsApiFp)(configuration);
|
|
352
486
|
return {
|
|
353
487
|
/**
|
|
354
|
-
*
|
|
355
|
-
* @summary
|
|
488
|
+
*
|
|
489
|
+
* @summary 导入园区监控设置覆盖率标准(确认导入)
|
|
356
490
|
* @param {*} [options] Override http request option.
|
|
357
491
|
* @throws {RequiredError}
|
|
358
492
|
*/
|
|
359
|
-
|
|
360
|
-
return localVarFp.
|
|
493
|
+
monitoringCoverageStandardBatchImportConfirm(options) {
|
|
494
|
+
return localVarFp.monitoringCoverageStandardBatchImportConfirm(options).then((request) => request(axios, basePath));
|
|
361
495
|
},
|
|
362
496
|
/**
|
|
363
|
-
*
|
|
364
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
365
|
-
* @param {SurveillanceSettingsApiImportMonitoringCoverageStandardRequest} requestParameters Request parameters.
|
|
497
|
+
*
|
|
498
|
+
* @summary 导入园区监控设置覆盖率标准(预览结果)
|
|
366
499
|
* @param {*} [options] Override http request option.
|
|
367
500
|
* @throws {RequiredError}
|
|
368
501
|
*/
|
|
369
|
-
|
|
370
|
-
return localVarFp.
|
|
502
|
+
monitoringCoverageStandardBatchImportPreview(options) {
|
|
503
|
+
return localVarFp.monitoringCoverageStandardBatchImportPreview(options).then((request) => request(axios, basePath));
|
|
371
504
|
},
|
|
372
505
|
/**
|
|
373
|
-
*
|
|
374
|
-
* @summary
|
|
375
|
-
* @param {SurveillanceSettingsApiMonitoringCoverageStandardUpdateCoverageRequest} requestParameters Request parameters.
|
|
506
|
+
* 导出所有园区监控设置覆盖率标准
|
|
507
|
+
* @summary 导出所有园区监控设置覆盖率标准
|
|
376
508
|
* @param {*} [options] Override http request option.
|
|
377
509
|
* @throws {RequiredError}
|
|
378
510
|
*/
|
|
379
|
-
|
|
380
|
-
return localVarFp.
|
|
511
|
+
monitoringCoverageStandardBatchImportTemplate(options) {
|
|
512
|
+
return localVarFp.monitoringCoverageStandardBatchImportTemplate(options).then((request) => request(axios, basePath));
|
|
381
513
|
},
|
|
382
514
|
/**
|
|
383
|
-
*
|
|
384
|
-
* @summary
|
|
515
|
+
* 导入园区监控设置覆盖率标准(上传文件)
|
|
516
|
+
* @summary 导入园区监控设置覆盖率标准(上传文件)
|
|
517
|
+
* @param {SurveillanceSettingsApiMonitoringCoverageStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
385
518
|
* @param {*} [options] Override http request option.
|
|
386
519
|
* @throws {RequiredError}
|
|
387
520
|
*/
|
|
388
|
-
|
|
389
|
-
return localVarFp.
|
|
521
|
+
monitoringCoverageStandardBatchImportUpload(requestParameters, options) {
|
|
522
|
+
return localVarFp.monitoringCoverageStandardBatchImportUpload(requestParameters.file, options).then((request) => request(axios, basePath));
|
|
390
523
|
},
|
|
391
524
|
/**
|
|
392
525
|
* 监控设置详情
|
|
@@ -399,8 +532,37 @@ const SurveillanceSettingsApiFactory = function (configuration, basePath, axios)
|
|
|
399
532
|
return localVarFp.surveillanceSettingsDetails(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
400
533
|
},
|
|
401
534
|
/**
|
|
402
|
-
*
|
|
403
|
-
* @summary
|
|
535
|
+
* 查询监控轮询设置
|
|
536
|
+
* @summary 查询监控轮询设置
|
|
537
|
+
* @param {SurveillanceSettingsApiSurveillanceSettingsDetailsPollingRequest} requestParameters Request parameters.
|
|
538
|
+
* @param {*} [options] Override http request option.
|
|
539
|
+
* @throws {RequiredError}
|
|
540
|
+
*/
|
|
541
|
+
surveillanceSettingsDetailsPolling(requestParameters, options) {
|
|
542
|
+
return localVarFp.surveillanceSettingsDetailsPolling(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
543
|
+
},
|
|
544
|
+
/**
|
|
545
|
+
* 查询所有园区的覆盖率设置
|
|
546
|
+
* @summary 查询所有园区的覆盖率设置
|
|
547
|
+
* @param {*} [options] Override http request option.
|
|
548
|
+
* @throws {RequiredError}
|
|
549
|
+
*/
|
|
550
|
+
surveillanceSettingsSelectAllPark(options) {
|
|
551
|
+
return localVarFp.surveillanceSettingsSelectAllPark(options).then((request) => request(axios, basePath));
|
|
552
|
+
},
|
|
553
|
+
/**
|
|
554
|
+
* 修改监控设置
|
|
555
|
+
* @summary 修改监控设置
|
|
556
|
+
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdateRequest} requestParameters Request parameters.
|
|
557
|
+
* @param {*} [options] Override http request option.
|
|
558
|
+
* @throws {RequiredError}
|
|
559
|
+
*/
|
|
560
|
+
surveillanceSettingsUpdate(requestParameters, options) {
|
|
561
|
+
return localVarFp.surveillanceSettingsUpdate(requestParameters.parkId, requestParameters.surveillanceSettingsUpdateVo, options).then((request) => request(axios, basePath));
|
|
562
|
+
},
|
|
563
|
+
/**
|
|
564
|
+
* 修改监控轮询
|
|
565
|
+
* @summary 修改监控轮询
|
|
404
566
|
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdatePollingRequest} requestParameters Request parameters.
|
|
405
567
|
* @param {*} [options] Override http request option.
|
|
406
568
|
* @throws {RequiredError}
|
|
@@ -419,46 +581,45 @@ exports.SurveillanceSettingsApiFactory = SurveillanceSettingsApiFactory;
|
|
|
419
581
|
*/
|
|
420
582
|
class SurveillanceSettingsApi extends base_1.BaseAPI {
|
|
421
583
|
/**
|
|
422
|
-
*
|
|
423
|
-
* @summary
|
|
584
|
+
*
|
|
585
|
+
* @summary 导入园区监控设置覆盖率标准(确认导入)
|
|
424
586
|
* @param {*} [options] Override http request option.
|
|
425
587
|
* @throws {RequiredError}
|
|
426
588
|
* @memberof SurveillanceSettingsApi
|
|
427
589
|
*/
|
|
428
|
-
|
|
429
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).
|
|
590
|
+
monitoringCoverageStandardBatchImportConfirm(options) {
|
|
591
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).monitoringCoverageStandardBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
430
592
|
}
|
|
431
593
|
/**
|
|
432
|
-
*
|
|
433
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
434
|
-
* @param {SurveillanceSettingsApiImportMonitoringCoverageStandardRequest} requestParameters Request parameters.
|
|
594
|
+
*
|
|
595
|
+
* @summary 导入园区监控设置覆盖率标准(预览结果)
|
|
435
596
|
* @param {*} [options] Override http request option.
|
|
436
597
|
* @throws {RequiredError}
|
|
437
598
|
* @memberof SurveillanceSettingsApi
|
|
438
599
|
*/
|
|
439
|
-
|
|
440
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).
|
|
600
|
+
monitoringCoverageStandardBatchImportPreview(options) {
|
|
601
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).monitoringCoverageStandardBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
441
602
|
}
|
|
442
603
|
/**
|
|
443
|
-
*
|
|
444
|
-
* @summary
|
|
445
|
-
* @param {SurveillanceSettingsApiMonitoringCoverageStandardUpdateCoverageRequest} requestParameters Request parameters.
|
|
604
|
+
* 导出所有园区监控设置覆盖率标准
|
|
605
|
+
* @summary 导出所有园区监控设置覆盖率标准
|
|
446
606
|
* @param {*} [options] Override http request option.
|
|
447
607
|
* @throws {RequiredError}
|
|
448
608
|
* @memberof SurveillanceSettingsApi
|
|
449
609
|
*/
|
|
450
|
-
|
|
451
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).
|
|
610
|
+
monitoringCoverageStandardBatchImportTemplate(options) {
|
|
611
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).monitoringCoverageStandardBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
452
612
|
}
|
|
453
613
|
/**
|
|
454
|
-
*
|
|
455
|
-
* @summary
|
|
614
|
+
* 导入园区监控设置覆盖率标准(上传文件)
|
|
615
|
+
* @summary 导入园区监控设置覆盖率标准(上传文件)
|
|
616
|
+
* @param {SurveillanceSettingsApiMonitoringCoverageStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
456
617
|
* @param {*} [options] Override http request option.
|
|
457
618
|
* @throws {RequiredError}
|
|
458
619
|
* @memberof SurveillanceSettingsApi
|
|
459
620
|
*/
|
|
460
|
-
|
|
461
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).
|
|
621
|
+
monitoringCoverageStandardBatchImportUpload(requestParameters, options) {
|
|
622
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).monitoringCoverageStandardBatchImportUpload(requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
462
623
|
}
|
|
463
624
|
/**
|
|
464
625
|
* 监控设置详情
|
|
@@ -472,8 +633,40 @@ class SurveillanceSettingsApi extends base_1.BaseAPI {
|
|
|
472
633
|
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsDetails(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
473
634
|
}
|
|
474
635
|
/**
|
|
475
|
-
*
|
|
476
|
-
* @summary
|
|
636
|
+
* 查询监控轮询设置
|
|
637
|
+
* @summary 查询监控轮询设置
|
|
638
|
+
* @param {SurveillanceSettingsApiSurveillanceSettingsDetailsPollingRequest} requestParameters Request parameters.
|
|
639
|
+
* @param {*} [options] Override http request option.
|
|
640
|
+
* @throws {RequiredError}
|
|
641
|
+
* @memberof SurveillanceSettingsApi
|
|
642
|
+
*/
|
|
643
|
+
surveillanceSettingsDetailsPolling(requestParameters, options) {
|
|
644
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsDetailsPolling(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
645
|
+
}
|
|
646
|
+
/**
|
|
647
|
+
* 查询所有园区的覆盖率设置
|
|
648
|
+
* @summary 查询所有园区的覆盖率设置
|
|
649
|
+
* @param {*} [options] Override http request option.
|
|
650
|
+
* @throws {RequiredError}
|
|
651
|
+
* @memberof SurveillanceSettingsApi
|
|
652
|
+
*/
|
|
653
|
+
surveillanceSettingsSelectAllPark(options) {
|
|
654
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsSelectAllPark(options).then((request) => request(this.axios, this.basePath));
|
|
655
|
+
}
|
|
656
|
+
/**
|
|
657
|
+
* 修改监控设置
|
|
658
|
+
* @summary 修改监控设置
|
|
659
|
+
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdateRequest} requestParameters Request parameters.
|
|
660
|
+
* @param {*} [options] Override http request option.
|
|
661
|
+
* @throws {RequiredError}
|
|
662
|
+
* @memberof SurveillanceSettingsApi
|
|
663
|
+
*/
|
|
664
|
+
surveillanceSettingsUpdate(requestParameters, options) {
|
|
665
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsUpdate(requestParameters.parkId, requestParameters.surveillanceSettingsUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
666
|
+
}
|
|
667
|
+
/**
|
|
668
|
+
* 修改监控轮询
|
|
669
|
+
* @summary 修改监控轮询
|
|
477
670
|
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdatePollingRequest} requestParameters Request parameters.
|
|
478
671
|
* @param {*} [options] Override http request option.
|
|
479
672
|
* @throws {RequiredError}
|