@gizone/rrs-client 3.11.17-alpha.84 → 3.11.17-alpha.85
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 +3 -1
- package/api.ts +3 -1
- package/apis/monitor-controller-api.ts +1260 -0
- package/apis/monitor-sort-controller-api.ts +499 -0
- package/apis/surveillance-api.ts +375 -2008
- package/apis/{surveillance-roi-api.ts → surveillance-roi-controller-api.ts} +64 -64
- package/dist/api.d.ts +3 -1
- package/dist/api.js +3 -1
- package/dist/apis/monitor-controller-api.d.ts +659 -0
- package/dist/apis/monitor-controller-api.js +989 -0
- package/dist/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/apis/monitor-sort-controller-api.js +416 -0
- package/dist/apis/surveillance-api.d.ts +60 -895
- package/dist/apis/surveillance-api.js +13 -1280
- package/dist/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +36 -36
- package/dist/esm/api.d.ts +3 -1
- package/dist/esm/api.js +3 -1
- package/dist/esm/apis/monitor-controller-api.d.ts +659 -0
- package/dist/esm/apis/monitor-controller-api.js +982 -0
- package/dist/esm/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/esm/apis/monitor-sort-controller-api.js +409 -0
- package/dist/esm/apis/surveillance-api.d.ts +60 -895
- package/dist/esm/apis/surveillance-api.js +13 -1280
- package/dist/esm/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/esm/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +31 -31
- package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/models/get-user-wx200-response.ts +6 -6
- package/models/ipage-access-vo.ts +6 -6
- package/package.json +1 -1
|
@@ -36,532 +36,29 @@ const base_1 = require("../base");
|
|
|
36
36
|
const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
40
|
-
* @summary
|
|
41
|
-
* @param {
|
|
42
|
-
* @param {*} [options] Override http request option.
|
|
43
|
-
* @throws {RequiredError}
|
|
44
|
-
*/
|
|
45
|
-
bindPark: (monitorBindParkVO_1, ...args_1) => __awaiter(this, [monitorBindParkVO_1, ...args_1], void 0, function* (monitorBindParkVO, options = {}) {
|
|
46
|
-
// verify required parameter 'monitorBindParkVO' is not null or undefined
|
|
47
|
-
(0, common_1.assertParamExists)('bindPark', 'monitorBindParkVO', monitorBindParkVO);
|
|
48
|
-
const localVarPath = `/gizone/monitor/bind/park`;
|
|
49
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
51
|
-
let baseOptions;
|
|
52
|
-
if (configuration) {
|
|
53
|
-
baseOptions = configuration.baseOptions;
|
|
54
|
-
}
|
|
55
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
56
|
-
const localVarHeaderParameter = {};
|
|
57
|
-
const localVarQueryParameter = {};
|
|
58
|
-
// authentication tokenScheme required
|
|
59
|
-
// http bearer authentication required
|
|
60
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
61
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
62
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
63
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
64
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
65
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorBindParkVO, localVarRequestOptions, configuration);
|
|
66
|
-
return {
|
|
67
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
68
|
-
options: localVarRequestOptions,
|
|
69
|
-
};
|
|
70
|
-
}),
|
|
71
|
-
/**
|
|
72
|
-
*
|
|
73
|
-
* @summary 监控云台控制
|
|
74
|
-
* @param {MonitorPanTiltControlVO} monitorPanTiltControlVO
|
|
75
|
-
* @param {*} [options] Override http request option.
|
|
76
|
-
* @throws {RequiredError}
|
|
77
|
-
*/
|
|
78
|
-
cameraPTZ: (monitorPanTiltControlVO_1, ...args_1) => __awaiter(this, [monitorPanTiltControlVO_1, ...args_1], void 0, function* (monitorPanTiltControlVO, options = {}) {
|
|
79
|
-
// verify required parameter 'monitorPanTiltControlVO' is not null or undefined
|
|
80
|
-
(0, common_1.assertParamExists)('cameraPTZ', 'monitorPanTiltControlVO', monitorPanTiltControlVO);
|
|
81
|
-
const localVarPath = `/gizone/monitor/ptz`;
|
|
82
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
84
|
-
let baseOptions;
|
|
85
|
-
if (configuration) {
|
|
86
|
-
baseOptions = configuration.baseOptions;
|
|
87
|
-
}
|
|
88
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
89
|
-
const localVarHeaderParameter = {};
|
|
90
|
-
const localVarQueryParameter = {};
|
|
91
|
-
// authentication tokenScheme required
|
|
92
|
-
// http bearer authentication required
|
|
93
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
94
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
95
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
96
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
97
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
98
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorPanTiltControlVO, localVarRequestOptions, configuration);
|
|
99
|
-
return {
|
|
100
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
101
|
-
options: localVarRequestOptions,
|
|
102
|
-
};
|
|
103
|
-
}),
|
|
104
|
-
/**
|
|
105
|
-
*
|
|
106
|
-
* @summary 监控抓拍
|
|
107
|
-
* @param {number} id
|
|
108
|
-
* @param {*} [options] Override http request option.
|
|
109
|
-
* @throws {RequiredError}
|
|
110
|
-
*/
|
|
111
|
-
capture: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
112
|
-
// verify required parameter 'id' is not null or undefined
|
|
113
|
-
(0, common_1.assertParamExists)('capture', 'id', id);
|
|
114
|
-
const localVarPath = `/gizone/monitor/{id}/capture`
|
|
115
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
116
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
117
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
118
|
-
let baseOptions;
|
|
119
|
-
if (configuration) {
|
|
120
|
-
baseOptions = configuration.baseOptions;
|
|
121
|
-
}
|
|
122
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
123
|
-
const localVarHeaderParameter = {};
|
|
124
|
-
const localVarQueryParameter = {};
|
|
125
|
-
// authentication tokenScheme required
|
|
126
|
-
// http bearer authentication required
|
|
127
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
128
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
129
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
130
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
131
|
-
return {
|
|
132
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
133
|
-
options: localVarRequestOptions,
|
|
134
|
-
};
|
|
135
|
-
}),
|
|
136
|
-
/**
|
|
137
|
-
*
|
|
138
|
-
* @summary 监控直播
|
|
139
|
-
* @param {number} id
|
|
140
|
-
* @param {number} parkId
|
|
141
|
-
* @param {*} [options] Override http request option.
|
|
142
|
-
* @throws {RequiredError}
|
|
143
|
-
*/
|
|
144
|
-
live: (id_1, parkId_1, ...args_1) => __awaiter(this, [id_1, parkId_1, ...args_1], void 0, function* (id, parkId, options = {}) {
|
|
145
|
-
// verify required parameter 'id' is not null or undefined
|
|
146
|
-
(0, common_1.assertParamExists)('live', 'id', id);
|
|
147
|
-
// verify required parameter 'parkId' is not null or undefined
|
|
148
|
-
(0, common_1.assertParamExists)('live', 'parkId', parkId);
|
|
149
|
-
const localVarPath = `/gizone/monitor/live`;
|
|
150
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
151
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
152
|
-
let baseOptions;
|
|
153
|
-
if (configuration) {
|
|
154
|
-
baseOptions = configuration.baseOptions;
|
|
155
|
-
}
|
|
156
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
157
|
-
const localVarHeaderParameter = {};
|
|
158
|
-
const localVarQueryParameter = {};
|
|
159
|
-
// authentication tokenScheme required
|
|
160
|
-
// http bearer authentication required
|
|
161
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
162
|
-
if (id !== undefined) {
|
|
163
|
-
localVarQueryParameter['id'] = id;
|
|
164
|
-
}
|
|
165
|
-
if (parkId !== undefined) {
|
|
166
|
-
localVarQueryParameter['parkId'] = parkId;
|
|
167
|
-
}
|
|
168
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
169
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
170
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
171
|
-
return {
|
|
172
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
173
|
-
options: localVarRequestOptions,
|
|
174
|
-
};
|
|
175
|
-
}),
|
|
176
|
-
/**
|
|
177
|
-
*
|
|
178
|
-
* @summary 监控直播接口
|
|
179
|
-
* @param {number} onlyNumber
|
|
180
|
-
* @param {*} [options] Override http request option.
|
|
181
|
-
* @throws {RequiredError}
|
|
182
|
-
*/
|
|
183
|
-
liveBroadCast: (onlyNumber_1, ...args_1) => __awaiter(this, [onlyNumber_1, ...args_1], void 0, function* (onlyNumber, options = {}) {
|
|
184
|
-
// verify required parameter 'onlyNumber' is not null or undefined
|
|
185
|
-
(0, common_1.assertParamExists)('liveBroadCast', 'onlyNumber', onlyNumber);
|
|
186
|
-
const localVarPath = `/gizone/monitor/live/broadcast`;
|
|
187
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
188
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
189
|
-
let baseOptions;
|
|
190
|
-
if (configuration) {
|
|
191
|
-
baseOptions = configuration.baseOptions;
|
|
192
|
-
}
|
|
193
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
194
|
-
const localVarHeaderParameter = {};
|
|
195
|
-
const localVarQueryParameter = {};
|
|
196
|
-
// authentication tokenScheme required
|
|
197
|
-
// http bearer authentication required
|
|
198
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
199
|
-
if (onlyNumber !== undefined) {
|
|
200
|
-
localVarQueryParameter['onlyNumber'] = onlyNumber;
|
|
201
|
-
}
|
|
202
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
203
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
204
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
205
|
-
return {
|
|
206
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
207
|
-
options: localVarRequestOptions,
|
|
208
|
-
};
|
|
209
|
-
}),
|
|
210
|
-
/**
|
|
211
|
-
*
|
|
212
|
-
* @summary 监控详情
|
|
213
|
-
* @param {number} id
|
|
214
|
-
* @param {*} [options] Override http request option.
|
|
215
|
-
* @throws {RequiredError}
|
|
216
|
-
*/
|
|
217
|
-
monitorDetail: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
218
|
-
// verify required parameter 'id' is not null or undefined
|
|
219
|
-
(0, common_1.assertParamExists)('monitorDetail', 'id', id);
|
|
220
|
-
const localVarPath = `/gizone/monitor/detail`;
|
|
221
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
222
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
223
|
-
let baseOptions;
|
|
224
|
-
if (configuration) {
|
|
225
|
-
baseOptions = configuration.baseOptions;
|
|
226
|
-
}
|
|
227
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
228
|
-
const localVarHeaderParameter = {};
|
|
229
|
-
const localVarQueryParameter = {};
|
|
230
|
-
// authentication tokenScheme required
|
|
231
|
-
// http bearer authentication required
|
|
232
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
233
|
-
if (id !== undefined) {
|
|
234
|
-
localVarQueryParameter['id'] = id;
|
|
235
|
-
}
|
|
236
|
-
(0, common_1.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: (0, common_1.toPathString)(localVarUrlObj),
|
|
241
|
-
options: localVarRequestOptions,
|
|
242
|
-
};
|
|
243
|
-
}),
|
|
244
|
-
/**
|
|
245
|
-
*
|
|
246
|
-
* @summary 编辑监控
|
|
247
|
-
* @param {MonitorEditVo} monitorEditVo
|
|
248
|
-
* @param {*} [options] Override http request option.
|
|
249
|
-
* @throws {RequiredError}
|
|
250
|
-
*/
|
|
251
|
-
monitorEdit: (monitorEditVo_1, ...args_1) => __awaiter(this, [monitorEditVo_1, ...args_1], void 0, function* (monitorEditVo, options = {}) {
|
|
252
|
-
// verify required parameter 'monitorEditVo' is not null or undefined
|
|
253
|
-
(0, common_1.assertParamExists)('monitorEdit', 'monitorEditVo', monitorEditVo);
|
|
254
|
-
const localVarPath = `/gizone/monitor/edit`;
|
|
255
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
256
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
257
|
-
let baseOptions;
|
|
258
|
-
if (configuration) {
|
|
259
|
-
baseOptions = configuration.baseOptions;
|
|
260
|
-
}
|
|
261
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
262
|
-
const localVarHeaderParameter = {};
|
|
263
|
-
const localVarQueryParameter = {};
|
|
264
|
-
// authentication tokenScheme required
|
|
265
|
-
// http bearer authentication required
|
|
266
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
267
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
268
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
269
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
270
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
271
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorEditVo, localVarRequestOptions, configuration);
|
|
272
|
-
return {
|
|
273
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
274
|
-
options: localVarRequestOptions,
|
|
275
|
-
};
|
|
276
|
-
}),
|
|
277
|
-
/**
|
|
278
|
-
*
|
|
279
|
-
* @summary 监控列表
|
|
280
|
-
* @param {MonitorSearchVo} monitorSearchVo
|
|
281
|
-
* @param {*} [options] Override http request option.
|
|
282
|
-
* @throws {RequiredError}
|
|
283
|
-
*/
|
|
284
|
-
monitorList: (monitorSearchVo_1, ...args_1) => __awaiter(this, [monitorSearchVo_1, ...args_1], void 0, function* (monitorSearchVo, options = {}) {
|
|
285
|
-
// verify required parameter 'monitorSearchVo' is not null or undefined
|
|
286
|
-
(0, common_1.assertParamExists)('monitorList', 'monitorSearchVo', monitorSearchVo);
|
|
287
|
-
const localVarPath = `/gizone/monitor/list`;
|
|
288
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
289
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
290
|
-
let baseOptions;
|
|
291
|
-
if (configuration) {
|
|
292
|
-
baseOptions = configuration.baseOptions;
|
|
293
|
-
}
|
|
294
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
295
|
-
const localVarHeaderParameter = {};
|
|
296
|
-
const localVarQueryParameter = {};
|
|
297
|
-
// authentication tokenScheme required
|
|
298
|
-
// http bearer authentication required
|
|
299
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
300
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
301
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
302
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
303
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
304
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorSearchVo, localVarRequestOptions, configuration);
|
|
305
|
-
return {
|
|
306
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
307
|
-
options: localVarRequestOptions,
|
|
308
|
-
};
|
|
309
|
-
}),
|
|
310
|
-
/**
|
|
311
|
-
*
|
|
312
|
-
* @summary 详情
|
|
313
|
-
* @param {number} id
|
|
314
|
-
* @param {*} [options] Override http request option.
|
|
315
|
-
* @throws {RequiredError}
|
|
316
|
-
*/
|
|
317
|
-
monitorSortDetail: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
318
|
-
// verify required parameter 'id' is not null or undefined
|
|
319
|
-
(0, common_1.assertParamExists)('monitorSortDetail', 'id', id);
|
|
320
|
-
const localVarPath = `/gizone/monitorSort/detail`;
|
|
321
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
322
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
323
|
-
let baseOptions;
|
|
324
|
-
if (configuration) {
|
|
325
|
-
baseOptions = configuration.baseOptions;
|
|
326
|
-
}
|
|
327
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
328
|
-
const localVarHeaderParameter = {};
|
|
329
|
-
const localVarQueryParameter = {};
|
|
330
|
-
// authentication tokenScheme required
|
|
331
|
-
// http bearer authentication required
|
|
332
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
333
|
-
if (id !== undefined) {
|
|
334
|
-
localVarQueryParameter['id'] = id;
|
|
335
|
-
}
|
|
336
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
337
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
338
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
339
|
-
return {
|
|
340
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
341
|
-
options: localVarRequestOptions,
|
|
342
|
-
};
|
|
343
|
-
}),
|
|
344
|
-
/**
|
|
345
|
-
*
|
|
346
|
-
* @summary 全部查询
|
|
347
|
-
* @param {*} [options] Override http request option.
|
|
348
|
-
* @throws {RequiredError}
|
|
349
|
-
*/
|
|
350
|
-
monitorSortList: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
351
|
-
const localVarPath = `/gizone/monitorSort/list`;
|
|
352
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
353
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
354
|
-
let baseOptions;
|
|
355
|
-
if (configuration) {
|
|
356
|
-
baseOptions = configuration.baseOptions;
|
|
357
|
-
}
|
|
358
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
359
|
-
const localVarHeaderParameter = {};
|
|
360
|
-
const localVarQueryParameter = {};
|
|
361
|
-
// authentication tokenScheme required
|
|
362
|
-
// http bearer authentication required
|
|
363
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
364
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
365
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
366
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
367
|
-
return {
|
|
368
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
369
|
-
options: localVarRequestOptions,
|
|
370
|
-
};
|
|
371
|
-
}),
|
|
372
|
-
/**
|
|
373
|
-
*
|
|
374
|
-
* @summary 分页查询
|
|
375
|
-
* @param {MonitorSortSearchVo} vo
|
|
376
|
-
* @param {*} [options] Override http request option.
|
|
377
|
-
* @throws {RequiredError}
|
|
378
|
-
*/
|
|
379
|
-
monitorSortPage: (vo_1, ...args_1) => __awaiter(this, [vo_1, ...args_1], void 0, function* (vo, options = {}) {
|
|
380
|
-
// verify required parameter 'vo' is not null or undefined
|
|
381
|
-
(0, common_1.assertParamExists)('monitorSortPage', 'vo', vo);
|
|
382
|
-
const localVarPath = `/gizone/monitorSort/page`;
|
|
383
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
384
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
385
|
-
let baseOptions;
|
|
386
|
-
if (configuration) {
|
|
387
|
-
baseOptions = configuration.baseOptions;
|
|
388
|
-
}
|
|
389
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
390
|
-
const localVarHeaderParameter = {};
|
|
391
|
-
const localVarQueryParameter = {};
|
|
392
|
-
// authentication tokenScheme required
|
|
393
|
-
// http bearer authentication required
|
|
394
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
395
|
-
if (vo !== undefined) {
|
|
396
|
-
for (const [key, value] of Object.entries(vo)) {
|
|
397
|
-
localVarQueryParameter[key] = value;
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
401
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
402
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
403
|
-
return {
|
|
404
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
405
|
-
options: localVarRequestOptions,
|
|
406
|
-
};
|
|
407
|
-
}),
|
|
408
|
-
/**
|
|
409
|
-
*
|
|
410
|
-
* @summary 监控空间列表
|
|
411
|
-
* @param {MonitorSearchVo} monitorSearchVo
|
|
412
|
-
* @param {*} [options] Override http request option.
|
|
413
|
-
* @throws {RequiredError}
|
|
414
|
-
*/
|
|
415
|
-
monitorSpaceList: (monitorSearchVo_1, ...args_1) => __awaiter(this, [monitorSearchVo_1, ...args_1], void 0, function* (monitorSearchVo, options = {}) {
|
|
416
|
-
// verify required parameter 'monitorSearchVo' is not null or undefined
|
|
417
|
-
(0, common_1.assertParamExists)('monitorSpaceList', 'monitorSearchVo', monitorSearchVo);
|
|
418
|
-
const localVarPath = `/gizone/monitor/spaceList`;
|
|
419
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
420
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
421
|
-
let baseOptions;
|
|
422
|
-
if (configuration) {
|
|
423
|
-
baseOptions = configuration.baseOptions;
|
|
424
|
-
}
|
|
425
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
426
|
-
const localVarHeaderParameter = {};
|
|
427
|
-
const localVarQueryParameter = {};
|
|
428
|
-
// authentication tokenScheme required
|
|
429
|
-
// http bearer authentication required
|
|
430
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
431
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
432
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
433
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
434
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
435
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorSearchVo, localVarRequestOptions, configuration);
|
|
436
|
-
return {
|
|
437
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
438
|
-
options: localVarRequestOptions,
|
|
439
|
-
};
|
|
440
|
-
}),
|
|
441
|
-
/**
|
|
442
|
-
*
|
|
443
|
-
* @summary 同步监控唯一编号
|
|
444
|
-
* @param {MonitorOnlyNumberEditListVo} monitorOnlyNumberEditListVo
|
|
445
|
-
* @param {*} [options] Override http request option.
|
|
446
|
-
* @throws {RequiredError}
|
|
447
|
-
*/
|
|
448
|
-
onlyNumberEdit: (monitorOnlyNumberEditListVo_1, ...args_1) => __awaiter(this, [monitorOnlyNumberEditListVo_1, ...args_1], void 0, function* (monitorOnlyNumberEditListVo, options = {}) {
|
|
449
|
-
// verify required parameter 'monitorOnlyNumberEditListVo' is not null or undefined
|
|
450
|
-
(0, common_1.assertParamExists)('onlyNumberEdit', 'monitorOnlyNumberEditListVo', monitorOnlyNumberEditListVo);
|
|
451
|
-
const localVarPath = `/gizone/monitor/only/number`;
|
|
452
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
453
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
454
|
-
let baseOptions;
|
|
455
|
-
if (configuration) {
|
|
456
|
-
baseOptions = configuration.baseOptions;
|
|
457
|
-
}
|
|
458
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
459
|
-
const localVarHeaderParameter = {};
|
|
460
|
-
const localVarQueryParameter = {};
|
|
461
|
-
// authentication tokenScheme required
|
|
462
|
-
// http bearer authentication required
|
|
463
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
464
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
465
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
466
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
467
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
468
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorOnlyNumberEditListVo, localVarRequestOptions, configuration);
|
|
469
|
-
return {
|
|
470
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
471
|
-
options: localVarRequestOptions,
|
|
472
|
-
};
|
|
473
|
-
}),
|
|
474
|
-
/**
|
|
475
|
-
*
|
|
476
|
-
* @summary 监控回放接口
|
|
477
|
-
* @param {MonitorPlayBackVo} monitorPlayBackVo
|
|
478
|
-
* @param {*} [options] Override http request option.
|
|
479
|
-
* @throws {RequiredError}
|
|
480
|
-
*/
|
|
481
|
-
playBack: (monitorPlayBackVo_1, ...args_1) => __awaiter(this, [monitorPlayBackVo_1, ...args_1], void 0, function* (monitorPlayBackVo, options = {}) {
|
|
482
|
-
// verify required parameter 'monitorPlayBackVo' is not null or undefined
|
|
483
|
-
(0, common_1.assertParamExists)('playBack', 'monitorPlayBackVo', monitorPlayBackVo);
|
|
484
|
-
const localVarPath = `/gizone/monitor/playback`;
|
|
485
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
486
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
487
|
-
let baseOptions;
|
|
488
|
-
if (configuration) {
|
|
489
|
-
baseOptions = configuration.baseOptions;
|
|
490
|
-
}
|
|
491
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
492
|
-
const localVarHeaderParameter = {};
|
|
493
|
-
const localVarQueryParameter = {};
|
|
494
|
-
// authentication tokenScheme required
|
|
495
|
-
// http bearer authentication required
|
|
496
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
497
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
498
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
499
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
500
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
501
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorPlayBackVo, localVarRequestOptions, configuration);
|
|
502
|
-
return {
|
|
503
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
504
|
-
options: localVarRequestOptions,
|
|
505
|
-
};
|
|
506
|
-
}),
|
|
507
|
-
/**
|
|
508
|
-
* 抓拍监控画面
|
|
509
|
-
* @summary 监控抓拍
|
|
510
|
-
* @param {number} id
|
|
511
|
-
* @param {*} [options] Override http request option.
|
|
512
|
-
* @throws {RequiredError}
|
|
513
|
-
*/
|
|
514
|
-
surveillanceCapture: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
515
|
-
// verify required parameter 'id' is not null or undefined
|
|
516
|
-
(0, common_1.assertParamExists)('surveillanceCapture', 'id', id);
|
|
517
|
-
const localVarPath = `/surveillance/capture/{id}`
|
|
518
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
519
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
520
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
521
|
-
let baseOptions;
|
|
522
|
-
if (configuration) {
|
|
523
|
-
baseOptions = configuration.baseOptions;
|
|
524
|
-
}
|
|
525
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
526
|
-
const localVarHeaderParameter = {};
|
|
527
|
-
const localVarQueryParameter = {};
|
|
528
|
-
// authentication tokenScheme required
|
|
529
|
-
// http bearer authentication required
|
|
530
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
531
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
532
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
533
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
534
|
-
return {
|
|
535
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
536
|
-
options: localVarRequestOptions,
|
|
537
|
-
};
|
|
538
|
-
}),
|
|
539
|
-
/**
|
|
540
|
-
*
|
|
541
|
-
* @summary 删除监控
|
|
542
|
-
* @param {number} parkId
|
|
39
|
+
* 抓拍监控画面
|
|
40
|
+
* @summary 监控抓拍
|
|
41
|
+
* @param {number} id
|
|
543
42
|
* @param {*} [options] Override http request option.
|
|
544
43
|
* @throws {RequiredError}
|
|
545
44
|
*/
|
|
546
|
-
|
|
547
|
-
// verify required parameter '
|
|
548
|
-
(0, common_1.assertParamExists)('
|
|
549
|
-
const localVarPath = `/
|
|
45
|
+
surveillanceCapture: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
46
|
+
// verify required parameter 'id' is not null or undefined
|
|
47
|
+
(0, common_1.assertParamExists)('surveillanceCapture', 'id', id);
|
|
48
|
+
const localVarPath = `/surveillance/capture/{id}`
|
|
49
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
550
50
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
551
51
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
552
52
|
let baseOptions;
|
|
553
53
|
if (configuration) {
|
|
554
54
|
baseOptions = configuration.baseOptions;
|
|
555
55
|
}
|
|
556
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
56
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
557
57
|
const localVarHeaderParameter = {};
|
|
558
58
|
const localVarQueryParameter = {};
|
|
559
59
|
// authentication tokenScheme required
|
|
560
60
|
// http bearer authentication required
|
|
561
61
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
562
|
-
if (parkId !== undefined) {
|
|
563
|
-
localVarQueryParameter['parkId'] = parkId;
|
|
564
|
-
}
|
|
565
62
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
566
63
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
567
64
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -973,340 +470,16 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
973
470
|
options: localVarRequestOptions,
|
|
974
471
|
};
|
|
975
472
|
}),
|
|
976
|
-
/**
|
|
977
|
-
*
|
|
978
|
-
* @summary 修改或新增
|
|
979
|
-
* @param {MonitorSortEntity} monitorSortEntity
|
|
980
|
-
* @param {*} [options] Override http request option.
|
|
981
|
-
* @throws {RequiredError}
|
|
982
|
-
*/
|
|
983
|
-
updateOrSave: (monitorSortEntity_1, ...args_1) => __awaiter(this, [monitorSortEntity_1, ...args_1], void 0, function* (monitorSortEntity, options = {}) {
|
|
984
|
-
// verify required parameter 'monitorSortEntity' is not null or undefined
|
|
985
|
-
(0, common_1.assertParamExists)('updateOrSave', 'monitorSortEntity', monitorSortEntity);
|
|
986
|
-
const localVarPath = `/gizone/monitorSort/updateOrSave`;
|
|
987
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
988
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
989
|
-
let baseOptions;
|
|
990
|
-
if (configuration) {
|
|
991
|
-
baseOptions = configuration.baseOptions;
|
|
992
|
-
}
|
|
993
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
994
|
-
const localVarHeaderParameter = {};
|
|
995
|
-
const localVarQueryParameter = {};
|
|
996
|
-
// authentication tokenScheme required
|
|
997
|
-
// http bearer authentication required
|
|
998
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
999
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1000
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1001
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1002
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1003
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorSortEntity, localVarRequestOptions, configuration);
|
|
1004
|
-
return {
|
|
1005
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1006
|
-
options: localVarRequestOptions,
|
|
1007
|
-
};
|
|
1008
|
-
}),
|
|
1009
|
-
/**
|
|
1010
|
-
*
|
|
1011
|
-
* @summary 删除
|
|
1012
|
-
* @param {number} id
|
|
1013
|
-
* @param {*} [options] Override http request option.
|
|
1014
|
-
* @throws {RequiredError}
|
|
1015
|
-
*/
|
|
1016
|
-
updateOrSave1: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1017
|
-
// verify required parameter 'id' is not null or undefined
|
|
1018
|
-
(0, common_1.assertParamExists)('updateOrSave1', 'id', id);
|
|
1019
|
-
const localVarPath = `/gizone/monitorSort/del`;
|
|
1020
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1021
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1022
|
-
let baseOptions;
|
|
1023
|
-
if (configuration) {
|
|
1024
|
-
baseOptions = configuration.baseOptions;
|
|
1025
|
-
}
|
|
1026
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1027
|
-
const localVarHeaderParameter = {};
|
|
1028
|
-
const localVarQueryParameter = {};
|
|
1029
|
-
// authentication tokenScheme required
|
|
1030
|
-
// http bearer authentication required
|
|
1031
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1032
|
-
if (id !== undefined) {
|
|
1033
|
-
localVarQueryParameter['id'] = id;
|
|
1034
|
-
}
|
|
1035
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1036
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1037
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1038
|
-
return {
|
|
1039
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1040
|
-
options: localVarRequestOptions,
|
|
1041
|
-
};
|
|
1042
|
-
}),
|
|
1043
|
-
/**
|
|
1044
|
-
*
|
|
1045
|
-
* @summary 同步监控设备接口
|
|
1046
|
-
* @param {GizoneDevicveListSearchVO} gizoneDevicveListSearchVO
|
|
1047
|
-
* @param {*} [options] Override http request option.
|
|
1048
|
-
* @throws {RequiredError}
|
|
1049
|
-
*/
|
|
1050
|
-
withEquipment: (gizoneDevicveListSearchVO_1, ...args_1) => __awaiter(this, [gizoneDevicveListSearchVO_1, ...args_1], void 0, function* (gizoneDevicveListSearchVO, options = {}) {
|
|
1051
|
-
// verify required parameter 'gizoneDevicveListSearchVO' is not null or undefined
|
|
1052
|
-
(0, common_1.assertParamExists)('withEquipment', 'gizoneDevicveListSearchVO', gizoneDevicveListSearchVO);
|
|
1053
|
-
const localVarPath = `/gizone/monitor/with/equipment`;
|
|
1054
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1055
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1056
|
-
let baseOptions;
|
|
1057
|
-
if (configuration) {
|
|
1058
|
-
baseOptions = configuration.baseOptions;
|
|
1059
|
-
}
|
|
1060
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1061
|
-
const localVarHeaderParameter = {};
|
|
1062
|
-
const localVarQueryParameter = {};
|
|
1063
|
-
// authentication tokenScheme required
|
|
1064
|
-
// http bearer authentication required
|
|
1065
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1066
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1067
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1068
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1069
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
1070
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(gizoneDevicveListSearchVO, localVarRequestOptions, configuration);
|
|
1071
|
-
return {
|
|
1072
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1073
|
-
options: localVarRequestOptions,
|
|
1074
|
-
};
|
|
1075
|
-
}),
|
|
1076
473
|
};
|
|
1077
474
|
};
|
|
1078
475
|
exports.SurveillanceApiAxiosParamCreator = SurveillanceApiAxiosParamCreator;
|
|
1079
476
|
/**
|
|
1080
477
|
* SurveillanceApi - functional programming interface
|
|
1081
478
|
* @export
|
|
1082
|
-
*/
|
|
1083
|
-
const SurveillanceApiFp = function (configuration) {
|
|
1084
|
-
const localVarAxiosParamCreator = (0, exports.SurveillanceApiAxiosParamCreator)(configuration);
|
|
1085
|
-
return {
|
|
1086
|
-
/**
|
|
1087
|
-
*
|
|
1088
|
-
* @summary 监控绑定园区
|
|
1089
|
-
* @param {MonitorBindParkVO} monitorBindParkVO
|
|
1090
|
-
* @param {*} [options] Override http request option.
|
|
1091
|
-
* @throws {RequiredError}
|
|
1092
|
-
*/
|
|
1093
|
-
bindPark(monitorBindParkVO, options) {
|
|
1094
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1095
|
-
var _a, _b, _c;
|
|
1096
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.bindPark(monitorBindParkVO, options);
|
|
1097
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1098
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.bindPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1099
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1100
|
-
});
|
|
1101
|
-
},
|
|
1102
|
-
/**
|
|
1103
|
-
*
|
|
1104
|
-
* @summary 监控云台控制
|
|
1105
|
-
* @param {MonitorPanTiltControlVO} monitorPanTiltControlVO
|
|
1106
|
-
* @param {*} [options] Override http request option.
|
|
1107
|
-
* @throws {RequiredError}
|
|
1108
|
-
*/
|
|
1109
|
-
cameraPTZ(monitorPanTiltControlVO, options) {
|
|
1110
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1111
|
-
var _a, _b, _c;
|
|
1112
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.cameraPTZ(monitorPanTiltControlVO, options);
|
|
1113
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1114
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.cameraPTZ']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1115
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1116
|
-
});
|
|
1117
|
-
},
|
|
1118
|
-
/**
|
|
1119
|
-
*
|
|
1120
|
-
* @summary 监控抓拍
|
|
1121
|
-
* @param {number} id
|
|
1122
|
-
* @param {*} [options] Override http request option.
|
|
1123
|
-
* @throws {RequiredError}
|
|
1124
|
-
*/
|
|
1125
|
-
capture(id, options) {
|
|
1126
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1127
|
-
var _a, _b, _c;
|
|
1128
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.capture(id, options);
|
|
1129
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1130
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.capture']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1131
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1132
|
-
});
|
|
1133
|
-
},
|
|
1134
|
-
/**
|
|
1135
|
-
*
|
|
1136
|
-
* @summary 监控直播
|
|
1137
|
-
* @param {number} id
|
|
1138
|
-
* @param {number} parkId
|
|
1139
|
-
* @param {*} [options] Override http request option.
|
|
1140
|
-
* @throws {RequiredError}
|
|
1141
|
-
*/
|
|
1142
|
-
live(id, parkId, options) {
|
|
1143
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1144
|
-
var _a, _b, _c;
|
|
1145
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.live(id, parkId, options);
|
|
1146
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1147
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.live']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1148
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1149
|
-
});
|
|
1150
|
-
},
|
|
1151
|
-
/**
|
|
1152
|
-
*
|
|
1153
|
-
* @summary 监控直播接口
|
|
1154
|
-
* @param {number} onlyNumber
|
|
1155
|
-
* @param {*} [options] Override http request option.
|
|
1156
|
-
* @throws {RequiredError}
|
|
1157
|
-
*/
|
|
1158
|
-
liveBroadCast(onlyNumber, options) {
|
|
1159
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1160
|
-
var _a, _b, _c;
|
|
1161
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.liveBroadCast(onlyNumber, options);
|
|
1162
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1163
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.liveBroadCast']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1164
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1165
|
-
});
|
|
1166
|
-
},
|
|
1167
|
-
/**
|
|
1168
|
-
*
|
|
1169
|
-
* @summary 监控详情
|
|
1170
|
-
* @param {number} id
|
|
1171
|
-
* @param {*} [options] Override http request option.
|
|
1172
|
-
* @throws {RequiredError}
|
|
1173
|
-
*/
|
|
1174
|
-
monitorDetail(id, options) {
|
|
1175
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1176
|
-
var _a, _b, _c;
|
|
1177
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorDetail(id, options);
|
|
1178
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1179
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1180
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1181
|
-
});
|
|
1182
|
-
},
|
|
1183
|
-
/**
|
|
1184
|
-
*
|
|
1185
|
-
* @summary 编辑监控
|
|
1186
|
-
* @param {MonitorEditVo} monitorEditVo
|
|
1187
|
-
* @param {*} [options] Override http request option.
|
|
1188
|
-
* @throws {RequiredError}
|
|
1189
|
-
*/
|
|
1190
|
-
monitorEdit(monitorEditVo, options) {
|
|
1191
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1192
|
-
var _a, _b, _c;
|
|
1193
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorEdit(monitorEditVo, options);
|
|
1194
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1195
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorEdit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1196
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1197
|
-
});
|
|
1198
|
-
},
|
|
1199
|
-
/**
|
|
1200
|
-
*
|
|
1201
|
-
* @summary 监控列表
|
|
1202
|
-
* @param {MonitorSearchVo} monitorSearchVo
|
|
1203
|
-
* @param {*} [options] Override http request option.
|
|
1204
|
-
* @throws {RequiredError}
|
|
1205
|
-
*/
|
|
1206
|
-
monitorList(monitorSearchVo, options) {
|
|
1207
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1208
|
-
var _a, _b, _c;
|
|
1209
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorList(monitorSearchVo, options);
|
|
1210
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1211
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1212
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1213
|
-
});
|
|
1214
|
-
},
|
|
1215
|
-
/**
|
|
1216
|
-
*
|
|
1217
|
-
* @summary 详情
|
|
1218
|
-
* @param {number} id
|
|
1219
|
-
* @param {*} [options] Override http request option.
|
|
1220
|
-
* @throws {RequiredError}
|
|
1221
|
-
*/
|
|
1222
|
-
monitorSortDetail(id, options) {
|
|
1223
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1224
|
-
var _a, _b, _c;
|
|
1225
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSortDetail(id, options);
|
|
1226
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1227
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorSortDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1228
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1229
|
-
});
|
|
1230
|
-
},
|
|
1231
|
-
/**
|
|
1232
|
-
*
|
|
1233
|
-
* @summary 全部查询
|
|
1234
|
-
* @param {*} [options] Override http request option.
|
|
1235
|
-
* @throws {RequiredError}
|
|
1236
|
-
*/
|
|
1237
|
-
monitorSortList(options) {
|
|
1238
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1239
|
-
var _a, _b, _c;
|
|
1240
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSortList(options);
|
|
1241
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1242
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorSortList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1243
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1244
|
-
});
|
|
1245
|
-
},
|
|
1246
|
-
/**
|
|
1247
|
-
*
|
|
1248
|
-
* @summary 分页查询
|
|
1249
|
-
* @param {MonitorSortSearchVo} vo
|
|
1250
|
-
* @param {*} [options] Override http request option.
|
|
1251
|
-
* @throws {RequiredError}
|
|
1252
|
-
*/
|
|
1253
|
-
monitorSortPage(vo, options) {
|
|
1254
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1255
|
-
var _a, _b, _c;
|
|
1256
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSortPage(vo, options);
|
|
1257
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1258
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorSortPage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1259
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1260
|
-
});
|
|
1261
|
-
},
|
|
1262
|
-
/**
|
|
1263
|
-
*
|
|
1264
|
-
* @summary 监控空间列表
|
|
1265
|
-
* @param {MonitorSearchVo} monitorSearchVo
|
|
1266
|
-
* @param {*} [options] Override http request option.
|
|
1267
|
-
* @throws {RequiredError}
|
|
1268
|
-
*/
|
|
1269
|
-
monitorSpaceList(monitorSearchVo, options) {
|
|
1270
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1271
|
-
var _a, _b, _c;
|
|
1272
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSpaceList(monitorSearchVo, options);
|
|
1273
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1274
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorSpaceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1275
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1276
|
-
});
|
|
1277
|
-
},
|
|
1278
|
-
/**
|
|
1279
|
-
*
|
|
1280
|
-
* @summary 同步监控唯一编号
|
|
1281
|
-
* @param {MonitorOnlyNumberEditListVo} monitorOnlyNumberEditListVo
|
|
1282
|
-
* @param {*} [options] Override http request option.
|
|
1283
|
-
* @throws {RequiredError}
|
|
1284
|
-
*/
|
|
1285
|
-
onlyNumberEdit(monitorOnlyNumberEditListVo, options) {
|
|
1286
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1287
|
-
var _a, _b, _c;
|
|
1288
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.onlyNumberEdit(monitorOnlyNumberEditListVo, options);
|
|
1289
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1290
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.onlyNumberEdit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1291
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1292
|
-
});
|
|
1293
|
-
},
|
|
1294
|
-
/**
|
|
1295
|
-
*
|
|
1296
|
-
* @summary 监控回放接口
|
|
1297
|
-
* @param {MonitorPlayBackVo} monitorPlayBackVo
|
|
1298
|
-
* @param {*} [options] Override http request option.
|
|
1299
|
-
* @throws {RequiredError}
|
|
1300
|
-
*/
|
|
1301
|
-
playBack(monitorPlayBackVo, options) {
|
|
1302
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1303
|
-
var _a, _b, _c;
|
|
1304
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.playBack(monitorPlayBackVo, options);
|
|
1305
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1306
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.playBack']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1307
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1308
|
-
});
|
|
1309
|
-
},
|
|
479
|
+
*/
|
|
480
|
+
const SurveillanceApiFp = function (configuration) {
|
|
481
|
+
const localVarAxiosParamCreator = (0, exports.SurveillanceApiAxiosParamCreator)(configuration);
|
|
482
|
+
return {
|
|
1310
483
|
/**
|
|
1311
484
|
* 抓拍监控画面
|
|
1312
485
|
* @summary 监控抓拍
|
|
@@ -1323,22 +496,6 @@ const SurveillanceApiFp = function (configuration) {
|
|
|
1323
496
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1324
497
|
});
|
|
1325
498
|
},
|
|
1326
|
-
/**
|
|
1327
|
-
*
|
|
1328
|
-
* @summary 删除监控
|
|
1329
|
-
* @param {number} parkId
|
|
1330
|
-
* @param {*} [options] Override http request option.
|
|
1331
|
-
* @throws {RequiredError}
|
|
1332
|
-
*/
|
|
1333
|
-
surveillanceDel(parkId, options) {
|
|
1334
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1335
|
-
var _a, _b, _c;
|
|
1336
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDel(parkId, options);
|
|
1337
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1338
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillanceDel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1339
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1340
|
-
});
|
|
1341
|
-
},
|
|
1342
499
|
/**
|
|
1343
500
|
* 删除监控信息
|
|
1344
501
|
* @summary 删除监控
|
|
@@ -1517,54 +674,6 @@ const SurveillanceApiFp = function (configuration) {
|
|
|
1517
674
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1518
675
|
});
|
|
1519
676
|
},
|
|
1520
|
-
/**
|
|
1521
|
-
*
|
|
1522
|
-
* @summary 修改或新增
|
|
1523
|
-
* @param {MonitorSortEntity} monitorSortEntity
|
|
1524
|
-
* @param {*} [options] Override http request option.
|
|
1525
|
-
* @throws {RequiredError}
|
|
1526
|
-
*/
|
|
1527
|
-
updateOrSave(monitorSortEntity, options) {
|
|
1528
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1529
|
-
var _a, _b, _c;
|
|
1530
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateOrSave(monitorSortEntity, options);
|
|
1531
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1532
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.updateOrSave']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1533
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1534
|
-
});
|
|
1535
|
-
},
|
|
1536
|
-
/**
|
|
1537
|
-
*
|
|
1538
|
-
* @summary 删除
|
|
1539
|
-
* @param {number} id
|
|
1540
|
-
* @param {*} [options] Override http request option.
|
|
1541
|
-
* @throws {RequiredError}
|
|
1542
|
-
*/
|
|
1543
|
-
updateOrSave1(id, options) {
|
|
1544
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1545
|
-
var _a, _b, _c;
|
|
1546
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateOrSave1(id, options);
|
|
1547
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1548
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.updateOrSave1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1549
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1550
|
-
});
|
|
1551
|
-
},
|
|
1552
|
-
/**
|
|
1553
|
-
*
|
|
1554
|
-
* @summary 同步监控设备接口
|
|
1555
|
-
* @param {GizoneDevicveListSearchVO} gizoneDevicveListSearchVO
|
|
1556
|
-
* @param {*} [options] Override http request option.
|
|
1557
|
-
* @throws {RequiredError}
|
|
1558
|
-
*/
|
|
1559
|
-
withEquipment(gizoneDevicveListSearchVO, options) {
|
|
1560
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1561
|
-
var _a, _b, _c;
|
|
1562
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.withEquipment(gizoneDevicveListSearchVO, options);
|
|
1563
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1564
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.withEquipment']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1565
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1566
|
-
});
|
|
1567
|
-
},
|
|
1568
677
|
};
|
|
1569
678
|
};
|
|
1570
679
|
exports.SurveillanceApiFp = SurveillanceApiFp;
|
|
@@ -1575,145 +684,6 @@ exports.SurveillanceApiFp = SurveillanceApiFp;
|
|
|
1575
684
|
const SurveillanceApiFactory = function (configuration, basePath, axios) {
|
|
1576
685
|
const localVarFp = (0, exports.SurveillanceApiFp)(configuration);
|
|
1577
686
|
return {
|
|
1578
|
-
/**
|
|
1579
|
-
*
|
|
1580
|
-
* @summary 监控绑定园区
|
|
1581
|
-
* @param {SurveillanceApiBindParkRequest} requestParameters Request parameters.
|
|
1582
|
-
* @param {*} [options] Override http request option.
|
|
1583
|
-
* @throws {RequiredError}
|
|
1584
|
-
*/
|
|
1585
|
-
bindPark(requestParameters, options) {
|
|
1586
|
-
return localVarFp.bindPark(requestParameters.monitorBindParkVO, options).then((request) => request(axios, basePath));
|
|
1587
|
-
},
|
|
1588
|
-
/**
|
|
1589
|
-
*
|
|
1590
|
-
* @summary 监控云台控制
|
|
1591
|
-
* @param {SurveillanceApiCameraPTZRequest} requestParameters Request parameters.
|
|
1592
|
-
* @param {*} [options] Override http request option.
|
|
1593
|
-
* @throws {RequiredError}
|
|
1594
|
-
*/
|
|
1595
|
-
cameraPTZ(requestParameters, options) {
|
|
1596
|
-
return localVarFp.cameraPTZ(requestParameters.monitorPanTiltControlVO, options).then((request) => request(axios, basePath));
|
|
1597
|
-
},
|
|
1598
|
-
/**
|
|
1599
|
-
*
|
|
1600
|
-
* @summary 监控抓拍
|
|
1601
|
-
* @param {SurveillanceApiCaptureRequest} requestParameters Request parameters.
|
|
1602
|
-
* @param {*} [options] Override http request option.
|
|
1603
|
-
* @throws {RequiredError}
|
|
1604
|
-
*/
|
|
1605
|
-
capture(requestParameters, options) {
|
|
1606
|
-
return localVarFp.capture(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1607
|
-
},
|
|
1608
|
-
/**
|
|
1609
|
-
*
|
|
1610
|
-
* @summary 监控直播
|
|
1611
|
-
* @param {SurveillanceApiLiveRequest} requestParameters Request parameters.
|
|
1612
|
-
* @param {*} [options] Override http request option.
|
|
1613
|
-
* @throws {RequiredError}
|
|
1614
|
-
*/
|
|
1615
|
-
live(requestParameters, options) {
|
|
1616
|
-
return localVarFp.live(requestParameters.id, requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
1617
|
-
},
|
|
1618
|
-
/**
|
|
1619
|
-
*
|
|
1620
|
-
* @summary 监控直播接口
|
|
1621
|
-
* @param {SurveillanceApiLiveBroadCastRequest} requestParameters Request parameters.
|
|
1622
|
-
* @param {*} [options] Override http request option.
|
|
1623
|
-
* @throws {RequiredError}
|
|
1624
|
-
*/
|
|
1625
|
-
liveBroadCast(requestParameters, options) {
|
|
1626
|
-
return localVarFp.liveBroadCast(requestParameters.onlyNumber, options).then((request) => request(axios, basePath));
|
|
1627
|
-
},
|
|
1628
|
-
/**
|
|
1629
|
-
*
|
|
1630
|
-
* @summary 监控详情
|
|
1631
|
-
* @param {SurveillanceApiMonitorDetailRequest} requestParameters Request parameters.
|
|
1632
|
-
* @param {*} [options] Override http request option.
|
|
1633
|
-
* @throws {RequiredError}
|
|
1634
|
-
*/
|
|
1635
|
-
monitorDetail(requestParameters, options) {
|
|
1636
|
-
return localVarFp.monitorDetail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1637
|
-
},
|
|
1638
|
-
/**
|
|
1639
|
-
*
|
|
1640
|
-
* @summary 编辑监控
|
|
1641
|
-
* @param {SurveillanceApiMonitorEditRequest} requestParameters Request parameters.
|
|
1642
|
-
* @param {*} [options] Override http request option.
|
|
1643
|
-
* @throws {RequiredError}
|
|
1644
|
-
*/
|
|
1645
|
-
monitorEdit(requestParameters, options) {
|
|
1646
|
-
return localVarFp.monitorEdit(requestParameters.monitorEditVo, options).then((request) => request(axios, basePath));
|
|
1647
|
-
},
|
|
1648
|
-
/**
|
|
1649
|
-
*
|
|
1650
|
-
* @summary 监控列表
|
|
1651
|
-
* @param {SurveillanceApiMonitorListRequest} requestParameters Request parameters.
|
|
1652
|
-
* @param {*} [options] Override http request option.
|
|
1653
|
-
* @throws {RequiredError}
|
|
1654
|
-
*/
|
|
1655
|
-
monitorList(requestParameters, options) {
|
|
1656
|
-
return localVarFp.monitorList(requestParameters.monitorSearchVo, options).then((request) => request(axios, basePath));
|
|
1657
|
-
},
|
|
1658
|
-
/**
|
|
1659
|
-
*
|
|
1660
|
-
* @summary 详情
|
|
1661
|
-
* @param {SurveillanceApiMonitorSortDetailRequest} requestParameters Request parameters.
|
|
1662
|
-
* @param {*} [options] Override http request option.
|
|
1663
|
-
* @throws {RequiredError}
|
|
1664
|
-
*/
|
|
1665
|
-
monitorSortDetail(requestParameters, options) {
|
|
1666
|
-
return localVarFp.monitorSortDetail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1667
|
-
},
|
|
1668
|
-
/**
|
|
1669
|
-
*
|
|
1670
|
-
* @summary 全部查询
|
|
1671
|
-
* @param {*} [options] Override http request option.
|
|
1672
|
-
* @throws {RequiredError}
|
|
1673
|
-
*/
|
|
1674
|
-
monitorSortList(options) {
|
|
1675
|
-
return localVarFp.monitorSortList(options).then((request) => request(axios, basePath));
|
|
1676
|
-
},
|
|
1677
|
-
/**
|
|
1678
|
-
*
|
|
1679
|
-
* @summary 分页查询
|
|
1680
|
-
* @param {SurveillanceApiMonitorSortPageRequest} requestParameters Request parameters.
|
|
1681
|
-
* @param {*} [options] Override http request option.
|
|
1682
|
-
* @throws {RequiredError}
|
|
1683
|
-
*/
|
|
1684
|
-
monitorSortPage(requestParameters, options) {
|
|
1685
|
-
return localVarFp.monitorSortPage(requestParameters.vo, options).then((request) => request(axios, basePath));
|
|
1686
|
-
},
|
|
1687
|
-
/**
|
|
1688
|
-
*
|
|
1689
|
-
* @summary 监控空间列表
|
|
1690
|
-
* @param {SurveillanceApiMonitorSpaceListRequest} requestParameters Request parameters.
|
|
1691
|
-
* @param {*} [options] Override http request option.
|
|
1692
|
-
* @throws {RequiredError}
|
|
1693
|
-
*/
|
|
1694
|
-
monitorSpaceList(requestParameters, options) {
|
|
1695
|
-
return localVarFp.monitorSpaceList(requestParameters.monitorSearchVo, options).then((request) => request(axios, basePath));
|
|
1696
|
-
},
|
|
1697
|
-
/**
|
|
1698
|
-
*
|
|
1699
|
-
* @summary 同步监控唯一编号
|
|
1700
|
-
* @param {SurveillanceApiOnlyNumberEditRequest} requestParameters Request parameters.
|
|
1701
|
-
* @param {*} [options] Override http request option.
|
|
1702
|
-
* @throws {RequiredError}
|
|
1703
|
-
*/
|
|
1704
|
-
onlyNumberEdit(requestParameters, options) {
|
|
1705
|
-
return localVarFp.onlyNumberEdit(requestParameters.monitorOnlyNumberEditListVo, options).then((request) => request(axios, basePath));
|
|
1706
|
-
},
|
|
1707
|
-
/**
|
|
1708
|
-
*
|
|
1709
|
-
* @summary 监控回放接口
|
|
1710
|
-
* @param {SurveillanceApiPlayBackRequest} requestParameters Request parameters.
|
|
1711
|
-
* @param {*} [options] Override http request option.
|
|
1712
|
-
* @throws {RequiredError}
|
|
1713
|
-
*/
|
|
1714
|
-
playBack(requestParameters, options) {
|
|
1715
|
-
return localVarFp.playBack(requestParameters.monitorPlayBackVo, options).then((request) => request(axios, basePath));
|
|
1716
|
-
},
|
|
1717
687
|
/**
|
|
1718
688
|
* 抓拍监控画面
|
|
1719
689
|
* @summary 监控抓拍
|
|
@@ -1724,16 +694,6 @@ const SurveillanceApiFactory = function (configuration, basePath, axios) {
|
|
|
1724
694
|
surveillanceCapture(requestParameters, options) {
|
|
1725
695
|
return localVarFp.surveillanceCapture(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1726
696
|
},
|
|
1727
|
-
/**
|
|
1728
|
-
*
|
|
1729
|
-
* @summary 删除监控
|
|
1730
|
-
* @param {SurveillanceApiSurveillanceDelRequest} requestParameters Request parameters.
|
|
1731
|
-
* @param {*} [options] Override http request option.
|
|
1732
|
-
* @throws {RequiredError}
|
|
1733
|
-
*/
|
|
1734
|
-
surveillanceDel(requestParameters, options) {
|
|
1735
|
-
return localVarFp.surveillanceDel(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
1736
|
-
},
|
|
1737
697
|
/**
|
|
1738
698
|
* 删除监控信息
|
|
1739
699
|
* @summary 删除监控
|
|
@@ -1834,36 +794,6 @@ const SurveillanceApiFactory = function (configuration, basePath, axios) {
|
|
|
1834
794
|
surveillanceUpdatePoint(requestParameters, options) {
|
|
1835
795
|
return localVarFp.surveillanceUpdatePoint(requestParameters.id, requestParameters.requestBody, options).then((request) => request(axios, basePath));
|
|
1836
796
|
},
|
|
1837
|
-
/**
|
|
1838
|
-
*
|
|
1839
|
-
* @summary 修改或新增
|
|
1840
|
-
* @param {SurveillanceApiUpdateOrSaveRequest} requestParameters Request parameters.
|
|
1841
|
-
* @param {*} [options] Override http request option.
|
|
1842
|
-
* @throws {RequiredError}
|
|
1843
|
-
*/
|
|
1844
|
-
updateOrSave(requestParameters, options) {
|
|
1845
|
-
return localVarFp.updateOrSave(requestParameters.monitorSortEntity, options).then((request) => request(axios, basePath));
|
|
1846
|
-
},
|
|
1847
|
-
/**
|
|
1848
|
-
*
|
|
1849
|
-
* @summary 删除
|
|
1850
|
-
* @param {SurveillanceApiUpdateOrSave1Request} requestParameters Request parameters.
|
|
1851
|
-
* @param {*} [options] Override http request option.
|
|
1852
|
-
* @throws {RequiredError}
|
|
1853
|
-
*/
|
|
1854
|
-
updateOrSave1(requestParameters, options) {
|
|
1855
|
-
return localVarFp.updateOrSave1(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1856
|
-
},
|
|
1857
|
-
/**
|
|
1858
|
-
*
|
|
1859
|
-
* @summary 同步监控设备接口
|
|
1860
|
-
* @param {SurveillanceApiWithEquipmentRequest} requestParameters Request parameters.
|
|
1861
|
-
* @param {*} [options] Override http request option.
|
|
1862
|
-
* @throws {RequiredError}
|
|
1863
|
-
*/
|
|
1864
|
-
withEquipment(requestParameters, options) {
|
|
1865
|
-
return localVarFp.withEquipment(requestParameters.gizoneDevicveListSearchVO, options).then((request) => request(axios, basePath));
|
|
1866
|
-
},
|
|
1867
797
|
};
|
|
1868
798
|
};
|
|
1869
799
|
exports.SurveillanceApiFactory = SurveillanceApiFactory;
|
|
@@ -1874,159 +804,6 @@ exports.SurveillanceApiFactory = SurveillanceApiFactory;
|
|
|
1874
804
|
* @extends {BaseAPI}
|
|
1875
805
|
*/
|
|
1876
806
|
class SurveillanceApi extends base_1.BaseAPI {
|
|
1877
|
-
/**
|
|
1878
|
-
*
|
|
1879
|
-
* @summary 监控绑定园区
|
|
1880
|
-
* @param {SurveillanceApiBindParkRequest} requestParameters Request parameters.
|
|
1881
|
-
* @param {*} [options] Override http request option.
|
|
1882
|
-
* @throws {RequiredError}
|
|
1883
|
-
* @memberof SurveillanceApi
|
|
1884
|
-
*/
|
|
1885
|
-
bindPark(requestParameters, options) {
|
|
1886
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).bindPark(requestParameters.monitorBindParkVO, options).then((request) => request(this.axios, this.basePath));
|
|
1887
|
-
}
|
|
1888
|
-
/**
|
|
1889
|
-
*
|
|
1890
|
-
* @summary 监控云台控制
|
|
1891
|
-
* @param {SurveillanceApiCameraPTZRequest} requestParameters Request parameters.
|
|
1892
|
-
* @param {*} [options] Override http request option.
|
|
1893
|
-
* @throws {RequiredError}
|
|
1894
|
-
* @memberof SurveillanceApi
|
|
1895
|
-
*/
|
|
1896
|
-
cameraPTZ(requestParameters, options) {
|
|
1897
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).cameraPTZ(requestParameters.monitorPanTiltControlVO, options).then((request) => request(this.axios, this.basePath));
|
|
1898
|
-
}
|
|
1899
|
-
/**
|
|
1900
|
-
*
|
|
1901
|
-
* @summary 监控抓拍
|
|
1902
|
-
* @param {SurveillanceApiCaptureRequest} requestParameters Request parameters.
|
|
1903
|
-
* @param {*} [options] Override http request option.
|
|
1904
|
-
* @throws {RequiredError}
|
|
1905
|
-
* @memberof SurveillanceApi
|
|
1906
|
-
*/
|
|
1907
|
-
capture(requestParameters, options) {
|
|
1908
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).capture(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1909
|
-
}
|
|
1910
|
-
/**
|
|
1911
|
-
*
|
|
1912
|
-
* @summary 监控直播
|
|
1913
|
-
* @param {SurveillanceApiLiveRequest} requestParameters Request parameters.
|
|
1914
|
-
* @param {*} [options] Override http request option.
|
|
1915
|
-
* @throws {RequiredError}
|
|
1916
|
-
* @memberof SurveillanceApi
|
|
1917
|
-
*/
|
|
1918
|
-
live(requestParameters, options) {
|
|
1919
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).live(requestParameters.id, requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
1920
|
-
}
|
|
1921
|
-
/**
|
|
1922
|
-
*
|
|
1923
|
-
* @summary 监控直播接口
|
|
1924
|
-
* @param {SurveillanceApiLiveBroadCastRequest} requestParameters Request parameters.
|
|
1925
|
-
* @param {*} [options] Override http request option.
|
|
1926
|
-
* @throws {RequiredError}
|
|
1927
|
-
* @memberof SurveillanceApi
|
|
1928
|
-
*/
|
|
1929
|
-
liveBroadCast(requestParameters, options) {
|
|
1930
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).liveBroadCast(requestParameters.onlyNumber, options).then((request) => request(this.axios, this.basePath));
|
|
1931
|
-
}
|
|
1932
|
-
/**
|
|
1933
|
-
*
|
|
1934
|
-
* @summary 监控详情
|
|
1935
|
-
* @param {SurveillanceApiMonitorDetailRequest} requestParameters Request parameters.
|
|
1936
|
-
* @param {*} [options] Override http request option.
|
|
1937
|
-
* @throws {RequiredError}
|
|
1938
|
-
* @memberof SurveillanceApi
|
|
1939
|
-
*/
|
|
1940
|
-
monitorDetail(requestParameters, options) {
|
|
1941
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).monitorDetail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1942
|
-
}
|
|
1943
|
-
/**
|
|
1944
|
-
*
|
|
1945
|
-
* @summary 编辑监控
|
|
1946
|
-
* @param {SurveillanceApiMonitorEditRequest} requestParameters Request parameters.
|
|
1947
|
-
* @param {*} [options] Override http request option.
|
|
1948
|
-
* @throws {RequiredError}
|
|
1949
|
-
* @memberof SurveillanceApi
|
|
1950
|
-
*/
|
|
1951
|
-
monitorEdit(requestParameters, options) {
|
|
1952
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).monitorEdit(requestParameters.monitorEditVo, options).then((request) => request(this.axios, this.basePath));
|
|
1953
|
-
}
|
|
1954
|
-
/**
|
|
1955
|
-
*
|
|
1956
|
-
* @summary 监控列表
|
|
1957
|
-
* @param {SurveillanceApiMonitorListRequest} requestParameters Request parameters.
|
|
1958
|
-
* @param {*} [options] Override http request option.
|
|
1959
|
-
* @throws {RequiredError}
|
|
1960
|
-
* @memberof SurveillanceApi
|
|
1961
|
-
*/
|
|
1962
|
-
monitorList(requestParameters, options) {
|
|
1963
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).monitorList(requestParameters.monitorSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
1964
|
-
}
|
|
1965
|
-
/**
|
|
1966
|
-
*
|
|
1967
|
-
* @summary 详情
|
|
1968
|
-
* @param {SurveillanceApiMonitorSortDetailRequest} requestParameters Request parameters.
|
|
1969
|
-
* @param {*} [options] Override http request option.
|
|
1970
|
-
* @throws {RequiredError}
|
|
1971
|
-
* @memberof SurveillanceApi
|
|
1972
|
-
*/
|
|
1973
|
-
monitorSortDetail(requestParameters, options) {
|
|
1974
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).monitorSortDetail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1975
|
-
}
|
|
1976
|
-
/**
|
|
1977
|
-
*
|
|
1978
|
-
* @summary 全部查询
|
|
1979
|
-
* @param {*} [options] Override http request option.
|
|
1980
|
-
* @throws {RequiredError}
|
|
1981
|
-
* @memberof SurveillanceApi
|
|
1982
|
-
*/
|
|
1983
|
-
monitorSortList(options) {
|
|
1984
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).monitorSortList(options).then((request) => request(this.axios, this.basePath));
|
|
1985
|
-
}
|
|
1986
|
-
/**
|
|
1987
|
-
*
|
|
1988
|
-
* @summary 分页查询
|
|
1989
|
-
* @param {SurveillanceApiMonitorSortPageRequest} requestParameters Request parameters.
|
|
1990
|
-
* @param {*} [options] Override http request option.
|
|
1991
|
-
* @throws {RequiredError}
|
|
1992
|
-
* @memberof SurveillanceApi
|
|
1993
|
-
*/
|
|
1994
|
-
monitorSortPage(requestParameters, options) {
|
|
1995
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).monitorSortPage(requestParameters.vo, options).then((request) => request(this.axios, this.basePath));
|
|
1996
|
-
}
|
|
1997
|
-
/**
|
|
1998
|
-
*
|
|
1999
|
-
* @summary 监控空间列表
|
|
2000
|
-
* @param {SurveillanceApiMonitorSpaceListRequest} requestParameters Request parameters.
|
|
2001
|
-
* @param {*} [options] Override http request option.
|
|
2002
|
-
* @throws {RequiredError}
|
|
2003
|
-
* @memberof SurveillanceApi
|
|
2004
|
-
*/
|
|
2005
|
-
monitorSpaceList(requestParameters, options) {
|
|
2006
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).monitorSpaceList(requestParameters.monitorSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
2007
|
-
}
|
|
2008
|
-
/**
|
|
2009
|
-
*
|
|
2010
|
-
* @summary 同步监控唯一编号
|
|
2011
|
-
* @param {SurveillanceApiOnlyNumberEditRequest} requestParameters Request parameters.
|
|
2012
|
-
* @param {*} [options] Override http request option.
|
|
2013
|
-
* @throws {RequiredError}
|
|
2014
|
-
* @memberof SurveillanceApi
|
|
2015
|
-
*/
|
|
2016
|
-
onlyNumberEdit(requestParameters, options) {
|
|
2017
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).onlyNumberEdit(requestParameters.monitorOnlyNumberEditListVo, options).then((request) => request(this.axios, this.basePath));
|
|
2018
|
-
}
|
|
2019
|
-
/**
|
|
2020
|
-
*
|
|
2021
|
-
* @summary 监控回放接口
|
|
2022
|
-
* @param {SurveillanceApiPlayBackRequest} requestParameters Request parameters.
|
|
2023
|
-
* @param {*} [options] Override http request option.
|
|
2024
|
-
* @throws {RequiredError}
|
|
2025
|
-
* @memberof SurveillanceApi
|
|
2026
|
-
*/
|
|
2027
|
-
playBack(requestParameters, options) {
|
|
2028
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).playBack(requestParameters.monitorPlayBackVo, options).then((request) => request(this.axios, this.basePath));
|
|
2029
|
-
}
|
|
2030
807
|
/**
|
|
2031
808
|
* 抓拍监控画面
|
|
2032
809
|
* @summary 监控抓拍
|
|
@@ -2038,17 +815,6 @@ class SurveillanceApi extends base_1.BaseAPI {
|
|
|
2038
815
|
surveillanceCapture(requestParameters, options) {
|
|
2039
816
|
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceCapture(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
2040
817
|
}
|
|
2041
|
-
/**
|
|
2042
|
-
*
|
|
2043
|
-
* @summary 删除监控
|
|
2044
|
-
* @param {SurveillanceApiSurveillanceDelRequest} requestParameters Request parameters.
|
|
2045
|
-
* @param {*} [options] Override http request option.
|
|
2046
|
-
* @throws {RequiredError}
|
|
2047
|
-
* @memberof SurveillanceApi
|
|
2048
|
-
*/
|
|
2049
|
-
surveillanceDel(requestParameters, options) {
|
|
2050
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceDel(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
2051
|
-
}
|
|
2052
818
|
/**
|
|
2053
819
|
* 删除监控信息
|
|
2054
820
|
* @summary 删除监控
|
|
@@ -2159,39 +925,6 @@ class SurveillanceApi extends base_1.BaseAPI {
|
|
|
2159
925
|
surveillanceUpdatePoint(requestParameters, options) {
|
|
2160
926
|
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceUpdatePoint(requestParameters.id, requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
2161
927
|
}
|
|
2162
|
-
/**
|
|
2163
|
-
*
|
|
2164
|
-
* @summary 修改或新增
|
|
2165
|
-
* @param {SurveillanceApiUpdateOrSaveRequest} requestParameters Request parameters.
|
|
2166
|
-
* @param {*} [options] Override http request option.
|
|
2167
|
-
* @throws {RequiredError}
|
|
2168
|
-
* @memberof SurveillanceApi
|
|
2169
|
-
*/
|
|
2170
|
-
updateOrSave(requestParameters, options) {
|
|
2171
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).updateOrSave(requestParameters.monitorSortEntity, options).then((request) => request(this.axios, this.basePath));
|
|
2172
|
-
}
|
|
2173
|
-
/**
|
|
2174
|
-
*
|
|
2175
|
-
* @summary 删除
|
|
2176
|
-
* @param {SurveillanceApiUpdateOrSave1Request} requestParameters Request parameters.
|
|
2177
|
-
* @param {*} [options] Override http request option.
|
|
2178
|
-
* @throws {RequiredError}
|
|
2179
|
-
* @memberof SurveillanceApi
|
|
2180
|
-
*/
|
|
2181
|
-
updateOrSave1(requestParameters, options) {
|
|
2182
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).updateOrSave1(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
2183
|
-
}
|
|
2184
|
-
/**
|
|
2185
|
-
*
|
|
2186
|
-
* @summary 同步监控设备接口
|
|
2187
|
-
* @param {SurveillanceApiWithEquipmentRequest} requestParameters Request parameters.
|
|
2188
|
-
* @param {*} [options] Override http request option.
|
|
2189
|
-
* @throws {RequiredError}
|
|
2190
|
-
* @memberof SurveillanceApi
|
|
2191
|
-
*/
|
|
2192
|
-
withEquipment(requestParameters, options) {
|
|
2193
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).withEquipment(requestParameters.gizoneDevicveListSearchVO, options).then((request) => request(this.axios, this.basePath));
|
|
2194
|
-
}
|
|
2195
928
|
}
|
|
2196
929
|
exports.SurveillanceApi = SurveillanceApi;
|
|
2197
930
|
/**
|