@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
|
@@ -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,28 @@ 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 查询监控轮询设置
|
|
143
194
|
* @param {*} [options] Override http request option.
|
|
144
195
|
* @throws {RequiredError}
|
|
145
196
|
*/
|
|
146
|
-
|
|
147
|
-
const localVarPath = `/gizone/surveillance/settings/
|
|
197
|
+
surveillanceSettingsDetailsPolling: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
198
|
+
const localVarPath = `/gizone/surveillance/settings/polling`;
|
|
148
199
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
149
200
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
150
201
|
let baseOptions;
|
|
@@ -166,15 +217,46 @@ const SurveillanceSettingsApiAxiosParamCreator = function (configuration) {
|
|
|
166
217
|
};
|
|
167
218
|
}),
|
|
168
219
|
/**
|
|
169
|
-
*
|
|
170
|
-
* @summary
|
|
220
|
+
* 查询所有园区的覆盖率设置
|
|
221
|
+
* @summary 查询所有园区的覆盖率设置
|
|
222
|
+
* @param {*} [options] Override http request option.
|
|
223
|
+
* @throws {RequiredError}
|
|
224
|
+
*/
|
|
225
|
+
surveillanceSettingsSelectAllPark: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
226
|
+
const localVarPath = `/gizone/surveillance/settings/monitoringCoverageStandard/allPark`;
|
|
227
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
228
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
229
|
+
let baseOptions;
|
|
230
|
+
if (configuration) {
|
|
231
|
+
baseOptions = configuration.baseOptions;
|
|
232
|
+
}
|
|
233
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
234
|
+
const localVarHeaderParameter = {};
|
|
235
|
+
const localVarQueryParameter = {};
|
|
236
|
+
// authentication tokenScheme required
|
|
237
|
+
// http bearer authentication required
|
|
238
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
239
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
240
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
241
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
242
|
+
return {
|
|
243
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
244
|
+
options: localVarRequestOptions,
|
|
245
|
+
};
|
|
246
|
+
}),
|
|
247
|
+
/**
|
|
248
|
+
* 修改监控设置
|
|
249
|
+
* @summary 修改监控设置
|
|
171
250
|
* @param {number} parkId
|
|
251
|
+
* @param {SurveillanceSettingsUpdateVo} surveillanceSettingsUpdateVo
|
|
172
252
|
* @param {*} [options] Override http request option.
|
|
173
253
|
* @throws {RequiredError}
|
|
174
254
|
*/
|
|
175
|
-
|
|
255
|
+
surveillanceSettingsUpdate: (parkId_1, surveillanceSettingsUpdateVo_1, ...args_1) => __awaiter(this, [parkId_1, surveillanceSettingsUpdateVo_1, ...args_1], void 0, function* (parkId, surveillanceSettingsUpdateVo, options = {}) {
|
|
176
256
|
// verify required parameter 'parkId' is not null or undefined
|
|
177
|
-
(0, common_1.assertParamExists)('
|
|
257
|
+
(0, common_1.assertParamExists)('surveillanceSettingsUpdate', 'parkId', parkId);
|
|
258
|
+
// verify required parameter 'surveillanceSettingsUpdateVo' is not null or undefined
|
|
259
|
+
(0, common_1.assertParamExists)('surveillanceSettingsUpdate', 'surveillanceSettingsUpdateVo', surveillanceSettingsUpdateVo);
|
|
178
260
|
const localVarPath = `/gizone/surveillance/settings/{parkId}`
|
|
179
261
|
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
180
262
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -183,35 +265,33 @@ const SurveillanceSettingsApiAxiosParamCreator = function (configuration) {
|
|
|
183
265
|
if (configuration) {
|
|
184
266
|
baseOptions = configuration.baseOptions;
|
|
185
267
|
}
|
|
186
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
268
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
187
269
|
const localVarHeaderParameter = {};
|
|
188
270
|
const localVarQueryParameter = {};
|
|
189
271
|
// authentication tokenScheme required
|
|
190
272
|
// http bearer authentication required
|
|
191
273
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
274
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
192
275
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
193
276
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
194
277
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
278
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(surveillanceSettingsUpdateVo, localVarRequestOptions, configuration);
|
|
195
279
|
return {
|
|
196
280
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
197
281
|
options: localVarRequestOptions,
|
|
198
282
|
};
|
|
199
283
|
}),
|
|
200
284
|
/**
|
|
201
|
-
*
|
|
202
|
-
* @summary
|
|
203
|
-
* @param {number} parkId
|
|
285
|
+
* 修改监控轮询
|
|
286
|
+
* @summary 修改监控轮询
|
|
204
287
|
* @param {SurveillanceSettingsPollingVo} surveillanceSettingsPollingVo
|
|
205
288
|
* @param {*} [options] Override http request option.
|
|
206
289
|
* @throws {RequiredError}
|
|
207
290
|
*/
|
|
208
|
-
surveillanceSettingsUpdatePolling: (
|
|
209
|
-
// verify required parameter 'parkId' is not null or undefined
|
|
210
|
-
(0, common_1.assertParamExists)('surveillanceSettingsUpdatePolling', 'parkId', parkId);
|
|
291
|
+
surveillanceSettingsUpdatePolling: (surveillanceSettingsPollingVo_1, ...args_1) => __awaiter(this, [surveillanceSettingsPollingVo_1, ...args_1], void 0, function* (surveillanceSettingsPollingVo, options = {}) {
|
|
211
292
|
// verify required parameter 'surveillanceSettingsPollingVo' is not null or undefined
|
|
212
293
|
(0, common_1.assertParamExists)('surveillanceSettingsUpdatePolling', 'surveillanceSettingsPollingVo', surveillanceSettingsPollingVo);
|
|
213
|
-
const localVarPath = `/gizone/surveillance/settings/polling
|
|
214
|
-
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
294
|
+
const localVarPath = `/gizone/surveillance/settings/polling`;
|
|
215
295
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
216
296
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
217
297
|
let baseOptions;
|
|
@@ -245,65 +325,63 @@ const SurveillanceSettingsApiFp = function (configuration) {
|
|
|
245
325
|
const localVarAxiosParamCreator = (0, exports.SurveillanceSettingsApiAxiosParamCreator)(configuration);
|
|
246
326
|
return {
|
|
247
327
|
/**
|
|
248
|
-
*
|
|
249
|
-
* @summary
|
|
328
|
+
*
|
|
329
|
+
* @summary 导入园区监控设置覆盖率标准(确认导入)
|
|
250
330
|
* @param {*} [options] Override http request option.
|
|
251
331
|
* @throws {RequiredError}
|
|
252
332
|
*/
|
|
253
|
-
|
|
333
|
+
monitoringCoverageStandardBatchImportConfirm(options) {
|
|
254
334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
255
335
|
var _a, _b, _c;
|
|
256
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
336
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportConfirm(options);
|
|
257
337
|
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.
|
|
338
|
+
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
339
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
260
340
|
});
|
|
261
341
|
},
|
|
262
342
|
/**
|
|
263
|
-
*
|
|
264
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
265
|
-
* @param {File} file
|
|
343
|
+
*
|
|
344
|
+
* @summary 导入园区监控设置覆盖率标准(预览结果)
|
|
266
345
|
* @param {*} [options] Override http request option.
|
|
267
346
|
* @throws {RequiredError}
|
|
268
347
|
*/
|
|
269
|
-
|
|
348
|
+
monitoringCoverageStandardBatchImportPreview(options) {
|
|
270
349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
271
350
|
var _a, _b, _c;
|
|
272
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
351
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportPreview(options);
|
|
273
352
|
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.
|
|
353
|
+
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
354
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
276
355
|
});
|
|
277
356
|
},
|
|
278
357
|
/**
|
|
279
|
-
*
|
|
280
|
-
* @summary
|
|
281
|
-
* @param {number} parkId
|
|
282
|
-
* @param {number} body
|
|
358
|
+
* 导出所有园区监控设置覆盖率标准
|
|
359
|
+
* @summary 导出所有园区监控设置覆盖率标准
|
|
283
360
|
* @param {*} [options] Override http request option.
|
|
284
361
|
* @throws {RequiredError}
|
|
285
362
|
*/
|
|
286
|
-
|
|
363
|
+
monitoringCoverageStandardBatchImportTemplate(options) {
|
|
287
364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
288
365
|
var _a, _b, _c;
|
|
289
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
366
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportTemplate(options);
|
|
290
367
|
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.
|
|
368
|
+
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
369
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
293
370
|
});
|
|
294
371
|
},
|
|
295
372
|
/**
|
|
296
|
-
*
|
|
297
|
-
* @summary
|
|
373
|
+
* 导入园区监控设置覆盖率标准(上传文件)
|
|
374
|
+
* @summary 导入园区监控设置覆盖率标准(上传文件)
|
|
375
|
+
* @param {File} file
|
|
298
376
|
* @param {*} [options] Override http request option.
|
|
299
377
|
* @throws {RequiredError}
|
|
300
378
|
*/
|
|
301
|
-
|
|
379
|
+
monitoringCoverageStandardBatchImportUpload(file, options) {
|
|
302
380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
303
381
|
var _a, _b, _c;
|
|
304
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
382
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportUpload(file, options);
|
|
305
383
|
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.
|
|
384
|
+
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
385
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
308
386
|
});
|
|
309
387
|
},
|
|
@@ -324,17 +402,63 @@ const SurveillanceSettingsApiFp = function (configuration) {
|
|
|
324
402
|
});
|
|
325
403
|
},
|
|
326
404
|
/**
|
|
327
|
-
*
|
|
328
|
-
* @summary
|
|
405
|
+
* 查询监控轮询设置
|
|
406
|
+
* @summary 查询监控轮询设置
|
|
407
|
+
* @param {*} [options] Override http request option.
|
|
408
|
+
* @throws {RequiredError}
|
|
409
|
+
*/
|
|
410
|
+
surveillanceSettingsDetailsPolling(options) {
|
|
411
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
412
|
+
var _a, _b, _c;
|
|
413
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsDetailsPolling(options);
|
|
414
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
415
|
+
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;
|
|
416
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
417
|
+
});
|
|
418
|
+
},
|
|
419
|
+
/**
|
|
420
|
+
* 查询所有园区的覆盖率设置
|
|
421
|
+
* @summary 查询所有园区的覆盖率设置
|
|
422
|
+
* @param {*} [options] Override http request option.
|
|
423
|
+
* @throws {RequiredError}
|
|
424
|
+
*/
|
|
425
|
+
surveillanceSettingsSelectAllPark(options) {
|
|
426
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
427
|
+
var _a, _b, _c;
|
|
428
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsSelectAllPark(options);
|
|
429
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
430
|
+
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;
|
|
431
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
432
|
+
});
|
|
433
|
+
},
|
|
434
|
+
/**
|
|
435
|
+
* 修改监控设置
|
|
436
|
+
* @summary 修改监控设置
|
|
329
437
|
* @param {number} parkId
|
|
438
|
+
* @param {SurveillanceSettingsUpdateVo} surveillanceSettingsUpdateVo
|
|
439
|
+
* @param {*} [options] Override http request option.
|
|
440
|
+
* @throws {RequiredError}
|
|
441
|
+
*/
|
|
442
|
+
surveillanceSettingsUpdate(parkId, surveillanceSettingsUpdateVo, options) {
|
|
443
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
444
|
+
var _a, _b, _c;
|
|
445
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsUpdate(parkId, surveillanceSettingsUpdateVo, options);
|
|
446
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
447
|
+
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;
|
|
448
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
449
|
+
});
|
|
450
|
+
},
|
|
451
|
+
/**
|
|
452
|
+
* 修改监控轮询
|
|
453
|
+
* @summary 修改监控轮询
|
|
330
454
|
* @param {SurveillanceSettingsPollingVo} surveillanceSettingsPollingVo
|
|
331
455
|
* @param {*} [options] Override http request option.
|
|
332
456
|
* @throws {RequiredError}
|
|
333
457
|
*/
|
|
334
|
-
surveillanceSettingsUpdatePolling(
|
|
458
|
+
surveillanceSettingsUpdatePolling(surveillanceSettingsPollingVo, options) {
|
|
335
459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
336
460
|
var _a, _b, _c;
|
|
337
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsUpdatePolling(
|
|
461
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsUpdatePolling(surveillanceSettingsPollingVo, options);
|
|
338
462
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
339
463
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.surveillanceSettingsUpdatePolling']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
340
464
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -351,42 +475,41 @@ const SurveillanceSettingsApiFactory = function (configuration, basePath, axios)
|
|
|
351
475
|
const localVarFp = (0, exports.SurveillanceSettingsApiFp)(configuration);
|
|
352
476
|
return {
|
|
353
477
|
/**
|
|
354
|
-
*
|
|
355
|
-
* @summary
|
|
478
|
+
*
|
|
479
|
+
* @summary 导入园区监控设置覆盖率标准(确认导入)
|
|
356
480
|
* @param {*} [options] Override http request option.
|
|
357
481
|
* @throws {RequiredError}
|
|
358
482
|
*/
|
|
359
|
-
|
|
360
|
-
return localVarFp.
|
|
483
|
+
monitoringCoverageStandardBatchImportConfirm(options) {
|
|
484
|
+
return localVarFp.monitoringCoverageStandardBatchImportConfirm(options).then((request) => request(axios, basePath));
|
|
361
485
|
},
|
|
362
486
|
/**
|
|
363
|
-
*
|
|
364
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
365
|
-
* @param {SurveillanceSettingsApiImportMonitoringCoverageStandardRequest} requestParameters Request parameters.
|
|
487
|
+
*
|
|
488
|
+
* @summary 导入园区监控设置覆盖率标准(预览结果)
|
|
366
489
|
* @param {*} [options] Override http request option.
|
|
367
490
|
* @throws {RequiredError}
|
|
368
491
|
*/
|
|
369
|
-
|
|
370
|
-
return localVarFp.
|
|
492
|
+
monitoringCoverageStandardBatchImportPreview(options) {
|
|
493
|
+
return localVarFp.monitoringCoverageStandardBatchImportPreview(options).then((request) => request(axios, basePath));
|
|
371
494
|
},
|
|
372
495
|
/**
|
|
373
|
-
*
|
|
374
|
-
* @summary
|
|
375
|
-
* @param {SurveillanceSettingsApiMonitoringCoverageStandardUpdateCoverageRequest} requestParameters Request parameters.
|
|
496
|
+
* 导出所有园区监控设置覆盖率标准
|
|
497
|
+
* @summary 导出所有园区监控设置覆盖率标准
|
|
376
498
|
* @param {*} [options] Override http request option.
|
|
377
499
|
* @throws {RequiredError}
|
|
378
500
|
*/
|
|
379
|
-
|
|
380
|
-
return localVarFp.
|
|
501
|
+
monitoringCoverageStandardBatchImportTemplate(options) {
|
|
502
|
+
return localVarFp.monitoringCoverageStandardBatchImportTemplate(options).then((request) => request(axios, basePath));
|
|
381
503
|
},
|
|
382
504
|
/**
|
|
383
|
-
*
|
|
384
|
-
* @summary
|
|
505
|
+
* 导入园区监控设置覆盖率标准(上传文件)
|
|
506
|
+
* @summary 导入园区监控设置覆盖率标准(上传文件)
|
|
507
|
+
* @param {SurveillanceSettingsApiMonitoringCoverageStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
385
508
|
* @param {*} [options] Override http request option.
|
|
386
509
|
* @throws {RequiredError}
|
|
387
510
|
*/
|
|
388
|
-
|
|
389
|
-
return localVarFp.
|
|
511
|
+
monitoringCoverageStandardBatchImportUpload(requestParameters, options) {
|
|
512
|
+
return localVarFp.monitoringCoverageStandardBatchImportUpload(requestParameters.file, options).then((request) => request(axios, basePath));
|
|
390
513
|
},
|
|
391
514
|
/**
|
|
392
515
|
* 监控设置详情
|
|
@@ -399,14 +522,42 @@ const SurveillanceSettingsApiFactory = function (configuration, basePath, axios)
|
|
|
399
522
|
return localVarFp.surveillanceSettingsDetails(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
400
523
|
},
|
|
401
524
|
/**
|
|
402
|
-
*
|
|
403
|
-
* @summary
|
|
525
|
+
* 查询监控轮询设置
|
|
526
|
+
* @summary 查询监控轮询设置
|
|
527
|
+
* @param {*} [options] Override http request option.
|
|
528
|
+
* @throws {RequiredError}
|
|
529
|
+
*/
|
|
530
|
+
surveillanceSettingsDetailsPolling(options) {
|
|
531
|
+
return localVarFp.surveillanceSettingsDetailsPolling(options).then((request) => request(axios, basePath));
|
|
532
|
+
},
|
|
533
|
+
/**
|
|
534
|
+
* 查询所有园区的覆盖率设置
|
|
535
|
+
* @summary 查询所有园区的覆盖率设置
|
|
536
|
+
* @param {*} [options] Override http request option.
|
|
537
|
+
* @throws {RequiredError}
|
|
538
|
+
*/
|
|
539
|
+
surveillanceSettingsSelectAllPark(options) {
|
|
540
|
+
return localVarFp.surveillanceSettingsSelectAllPark(options).then((request) => request(axios, basePath));
|
|
541
|
+
},
|
|
542
|
+
/**
|
|
543
|
+
* 修改监控设置
|
|
544
|
+
* @summary 修改监控设置
|
|
545
|
+
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdateRequest} requestParameters Request parameters.
|
|
546
|
+
* @param {*} [options] Override http request option.
|
|
547
|
+
* @throws {RequiredError}
|
|
548
|
+
*/
|
|
549
|
+
surveillanceSettingsUpdate(requestParameters, options) {
|
|
550
|
+
return localVarFp.surveillanceSettingsUpdate(requestParameters.parkId, requestParameters.surveillanceSettingsUpdateVo, options).then((request) => request(axios, basePath));
|
|
551
|
+
},
|
|
552
|
+
/**
|
|
553
|
+
* 修改监控轮询
|
|
554
|
+
* @summary 修改监控轮询
|
|
404
555
|
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdatePollingRequest} requestParameters Request parameters.
|
|
405
556
|
* @param {*} [options] Override http request option.
|
|
406
557
|
* @throws {RequiredError}
|
|
407
558
|
*/
|
|
408
559
|
surveillanceSettingsUpdatePolling(requestParameters, options) {
|
|
409
|
-
return localVarFp.surveillanceSettingsUpdatePolling(requestParameters.
|
|
560
|
+
return localVarFp.surveillanceSettingsUpdatePolling(requestParameters.surveillanceSettingsPollingVo, options).then((request) => request(axios, basePath));
|
|
410
561
|
},
|
|
411
562
|
};
|
|
412
563
|
};
|
|
@@ -419,46 +570,45 @@ exports.SurveillanceSettingsApiFactory = SurveillanceSettingsApiFactory;
|
|
|
419
570
|
*/
|
|
420
571
|
class SurveillanceSettingsApi extends base_1.BaseAPI {
|
|
421
572
|
/**
|
|
422
|
-
*
|
|
423
|
-
* @summary
|
|
573
|
+
*
|
|
574
|
+
* @summary 导入园区监控设置覆盖率标准(确认导入)
|
|
424
575
|
* @param {*} [options] Override http request option.
|
|
425
576
|
* @throws {RequiredError}
|
|
426
577
|
* @memberof SurveillanceSettingsApi
|
|
427
578
|
*/
|
|
428
|
-
|
|
429
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).
|
|
579
|
+
monitoringCoverageStandardBatchImportConfirm(options) {
|
|
580
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).monitoringCoverageStandardBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
430
581
|
}
|
|
431
582
|
/**
|
|
432
|
-
*
|
|
433
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
434
|
-
* @param {SurveillanceSettingsApiImportMonitoringCoverageStandardRequest} requestParameters Request parameters.
|
|
583
|
+
*
|
|
584
|
+
* @summary 导入园区监控设置覆盖率标准(预览结果)
|
|
435
585
|
* @param {*} [options] Override http request option.
|
|
436
586
|
* @throws {RequiredError}
|
|
437
587
|
* @memberof SurveillanceSettingsApi
|
|
438
588
|
*/
|
|
439
|
-
|
|
440
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).
|
|
589
|
+
monitoringCoverageStandardBatchImportPreview(options) {
|
|
590
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).monitoringCoverageStandardBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
441
591
|
}
|
|
442
592
|
/**
|
|
443
|
-
*
|
|
444
|
-
* @summary
|
|
445
|
-
* @param {SurveillanceSettingsApiMonitoringCoverageStandardUpdateCoverageRequest} requestParameters Request parameters.
|
|
593
|
+
* 导出所有园区监控设置覆盖率标准
|
|
594
|
+
* @summary 导出所有园区监控设置覆盖率标准
|
|
446
595
|
* @param {*} [options] Override http request option.
|
|
447
596
|
* @throws {RequiredError}
|
|
448
597
|
* @memberof SurveillanceSettingsApi
|
|
449
598
|
*/
|
|
450
|
-
|
|
451
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).
|
|
599
|
+
monitoringCoverageStandardBatchImportTemplate(options) {
|
|
600
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).monitoringCoverageStandardBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
452
601
|
}
|
|
453
602
|
/**
|
|
454
|
-
*
|
|
455
|
-
* @summary
|
|
603
|
+
* 导入园区监控设置覆盖率标准(上传文件)
|
|
604
|
+
* @summary 导入园区监控设置覆盖率标准(上传文件)
|
|
605
|
+
* @param {SurveillanceSettingsApiMonitoringCoverageStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
456
606
|
* @param {*} [options] Override http request option.
|
|
457
607
|
* @throws {RequiredError}
|
|
458
608
|
* @memberof SurveillanceSettingsApi
|
|
459
609
|
*/
|
|
460
|
-
|
|
461
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).
|
|
610
|
+
monitoringCoverageStandardBatchImportUpload(requestParameters, options) {
|
|
611
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).monitoringCoverageStandardBatchImportUpload(requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
462
612
|
}
|
|
463
613
|
/**
|
|
464
614
|
* 监控设置详情
|
|
@@ -472,15 +622,46 @@ class SurveillanceSettingsApi extends base_1.BaseAPI {
|
|
|
472
622
|
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsDetails(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
473
623
|
}
|
|
474
624
|
/**
|
|
475
|
-
*
|
|
476
|
-
* @summary
|
|
625
|
+
* 查询监控轮询设置
|
|
626
|
+
* @summary 查询监控轮询设置
|
|
627
|
+
* @param {*} [options] Override http request option.
|
|
628
|
+
* @throws {RequiredError}
|
|
629
|
+
* @memberof SurveillanceSettingsApi
|
|
630
|
+
*/
|
|
631
|
+
surveillanceSettingsDetailsPolling(options) {
|
|
632
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsDetailsPolling(options).then((request) => request(this.axios, this.basePath));
|
|
633
|
+
}
|
|
634
|
+
/**
|
|
635
|
+
* 查询所有园区的覆盖率设置
|
|
636
|
+
* @summary 查询所有园区的覆盖率设置
|
|
637
|
+
* @param {*} [options] Override http request option.
|
|
638
|
+
* @throws {RequiredError}
|
|
639
|
+
* @memberof SurveillanceSettingsApi
|
|
640
|
+
*/
|
|
641
|
+
surveillanceSettingsSelectAllPark(options) {
|
|
642
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsSelectAllPark(options).then((request) => request(this.axios, this.basePath));
|
|
643
|
+
}
|
|
644
|
+
/**
|
|
645
|
+
* 修改监控设置
|
|
646
|
+
* @summary 修改监控设置
|
|
647
|
+
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdateRequest} requestParameters Request parameters.
|
|
648
|
+
* @param {*} [options] Override http request option.
|
|
649
|
+
* @throws {RequiredError}
|
|
650
|
+
* @memberof SurveillanceSettingsApi
|
|
651
|
+
*/
|
|
652
|
+
surveillanceSettingsUpdate(requestParameters, options) {
|
|
653
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsUpdate(requestParameters.parkId, requestParameters.surveillanceSettingsUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
654
|
+
}
|
|
655
|
+
/**
|
|
656
|
+
* 修改监控轮询
|
|
657
|
+
* @summary 修改监控轮询
|
|
477
658
|
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdatePollingRequest} requestParameters Request parameters.
|
|
478
659
|
* @param {*} [options] Override http request option.
|
|
479
660
|
* @throws {RequiredError}
|
|
480
661
|
* @memberof SurveillanceSettingsApi
|
|
481
662
|
*/
|
|
482
663
|
surveillanceSettingsUpdatePolling(requestParameters, options) {
|
|
483
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsUpdatePolling(requestParameters.
|
|
664
|
+
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsUpdatePolling(requestParameters.surveillanceSettingsPollingVo, options).then((request) => request(this.axios, this.basePath));
|
|
484
665
|
}
|
|
485
666
|
}
|
|
486
667
|
exports.SurveillanceSettingsApi = SurveillanceSettingsApi;
|