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