@gizone/rrs-client 3.11.17-alpha.84 → 3.11.17-alpha.86

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