@gizone/rrs-client 4.1.0-alpha.114 → 4.1.0-alpha.116
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 +46 -2
- package/api.ts +5 -1
- package/apis/device-api.ts +244 -0
- package/apis/iot-api.ts +15 -15
- package/apis/monitor-controller-api.ts +1260 -0
- package/apis/monitor-sort-controller-api.ts +499 -0
- package/apis/space-api.ts +25 -15
- package/apis/surveillance-api.ts +529 -982
- package/apis/{surveillance-roi-api.ts → surveillance-roi-controller-api.ts} +64 -64
- package/apis/surveillance-settings-api.ts +583 -0
- package/apis/work-order-api.ts +671 -0
- package/dist/api.d.ts +5 -1
- package/dist/api.js +5 -1
- package/dist/apis/device-api.d.ts +135 -0
- package/dist/apis/device-api.js +209 -0
- package/dist/apis/iot-api.d.ts +10 -10
- package/dist/apis/iot-api.js +11 -11
- 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/space-api.d.ts +14 -7
- package/dist/apis/space-api.js +16 -11
- package/dist/apis/surveillance-api.d.ts +353 -541
- package/dist/apis/surveillance-api.js +332 -777
- 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/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/apis/surveillance-settings-api.js +486 -0
- package/dist/apis/work-order-api.d.ts +354 -0
- package/dist/apis/work-order-api.js +503 -0
- package/dist/esm/api.d.ts +5 -1
- package/dist/esm/api.js +5 -1
- package/dist/esm/apis/device-api.d.ts +135 -0
- package/dist/esm/apis/device-api.js +202 -0
- package/dist/esm/apis/iot-api.d.ts +10 -10
- package/dist/esm/apis/iot-api.js +11 -11
- 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/space-api.d.ts +14 -7
- package/dist/esm/apis/space-api.js +16 -11
- package/dist/esm/apis/surveillance-api.d.ts +353 -541
- package/dist/esm/apis/surveillance-api.js +331 -776
- 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/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/esm/apis/surveillance-settings-api.js +479 -0
- package/dist/esm/apis/work-order-api.d.ts +354 -0
- package/dist/esm/apis/work-order-api.js +503 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +8 -14
- package/dist/esm/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/esm/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/esm/models/functional-area-enum.d.ts +26 -0
- package/dist/esm/models/functional-area-enum.js +27 -0
- package/dist/esm/models/index.d.ts +41 -1
- package/dist/esm/models/index.js +41 -1
- package/dist/esm/models/installation-body-enum.d.ts +22 -0
- package/dist/esm/models/installation-body-enum.js +23 -0
- package/dist/esm/models/iot-device-status-enum.d.ts +22 -0
- package/dist/esm/models/iot-device-status-enum.js +23 -0
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-live-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +14 -0
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/esm/models/network-monitor-repair-add-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/esm/models/network-monitor-repair-details-dto.js +20 -0
- package/dist/esm/models/network-repair-info.d.ts +36 -0
- package/dist/esm/models/network-repair-info.js +14 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/park.d.ts +43 -0
- package/dist/esm/models/park.js +14 -0
- package/dist/esm/models/polling-surveillance-info.d.ts +30 -0
- package/dist/esm/models/polling-surveillance-info.js +14 -0
- package/dist/esm/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/esm/models/process-network-monitor-repair-vo.js +14 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/space-add-vo.d.ts +7 -0
- package/dist/esm/models/space-detail-dto.d.ts +9 -2
- package/dist/esm/models/space-edit-vo.d.ts +7 -0
- package/dist/esm/models/space-industry-attribute.d.ts +25 -0
- package/dist/esm/models/space-industry-attribute.js +26 -0
- package/dist/esm/models/space-point-dto.d.ts +3 -21
- package/dist/esm/models/space-tree-dto.d.ts +26 -19
- package/dist/esm/models/space.d.ts +43 -0
- package/dist/esm/models/space.js +14 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +124 -0
- package/dist/esm/models/surveillance-details-dto.js +14 -0
- package/dist/esm/models/surveillance-live-dto.d.ts +48 -0
- package/dist/esm/models/surveillance-live-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/esm/models/surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/esm/models/surveillance-settings-polling-vo.js +14 -0
- package/dist/esm/models/surveillance-update-vo.d.ts +62 -0
- package/dist/esm/models/surveillance-update-vo.js +14 -0
- package/dist/esm/models/surveillance.d.ts +49 -0
- package/dist/esm/models/surveillance.js +14 -0
- package/dist/esm/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/esm/models/sync-device-unit-vo.js +14 -0
- package/dist/esm/models/sync-equipment-vo.d.ts +24 -0
- package/dist/esm/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/violation-center-attribute-enum.js +22 -0
- package/dist/esm/models/violation-decision-vo.d.ts +68 -0
- package/dist/esm/models/violation-decision-vo.js +14 -0
- package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/esm/models/violation-issue-type-enum.js +85 -0
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
- package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/esm/models/violation-work-order-add-vo.js +14 -0
- package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/esm/models/violation-work-order-details-dto.js +20 -0
- package/dist/esm/models/violation-work-order-info.d.ts +106 -0
- package/dist/esm/models/violation-work-order-info.js +14 -0
- package/dist/esm/models/work-order-approval-vo.d.ts +24 -0
- package/dist/esm/models/work-order-approval-vo.js +14 -0
- package/dist/esm/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +32 -0
- package/dist/esm/models/work-order-decision-vo.js +14 -0
- package/dist/esm/models/work-order-ext-data.d.ts +32 -0
- package/dist/esm/models/work-order-ext-data.js +14 -0
- package/dist/esm/models/work-order-handler-dto.d.ts +61 -0
- package/dist/esm/models/work-order-handler-dto.js +14 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +6 -0
- package/dist/esm/models/work-order-internal-status-enum.js +7 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/esm/models/work-order-issue-type-enum.js +11 -2
- package/dist/esm/models/work-order-settings-type-enum.d.ts +2 -7
- package/dist/esm/models/work-order-settings-type-enum.js +2 -7
- package/dist/esm/models/work-order-source-enum.d.ts +2 -0
- package/dist/esm/models/work-order-source-enum.js +3 -1
- package/dist/esm/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- package/dist/esm/models/work-order-space-dto.js +14 -0
- package/dist/esm/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/esm/models/work-order-sponsor-dto.js +14 -0
- package/dist/esm/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/esm/models/work-order-surveillance-dto.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +2 -0
- package/dist/esm/models/work-order-type-enum.js +3 -1
- package/dist/models/equipment-detail-dto.d.ts +8 -14
- package/dist/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/models/functional-area-enum.d.ts +26 -0
- package/dist/models/functional-area-enum.js +30 -0
- package/dist/models/index.d.ts +41 -1
- package/dist/models/index.js +41 -1
- package/dist/models/installation-body-enum.d.ts +22 -0
- package/dist/models/installation-body-enum.js +26 -0
- package/dist/models/iot-device-status-enum.d.ts +22 -0
- package/dist/models/iot-device-status-enum.js +26 -0
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +62 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-details-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-live-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-live-dto.js +15 -0
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-settings-details-dto.js +15 -0
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-violation-work-order-details-dto.js +15 -0
- package/dist/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/models/network-monitor-repair-add-vo.js +15 -0
- package/dist/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/models/network-monitor-repair-decision-vo.js +15 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/models/network-monitor-repair-details-dto.js +23 -0
- package/dist/models/network-repair-info.d.ts +36 -0
- package/dist/models/network-repair-info.js +15 -0
- package/dist/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/models/page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/park.d.ts +43 -0
- package/dist/models/park.js +15 -0
- package/dist/models/polling-surveillance-info.d.ts +30 -0
- package/dist/models/polling-surveillance-info.js +15 -0
- package/dist/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/models/process-network-monitor-repair-vo.js +15 -0
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/space-add-vo.d.ts +7 -0
- package/dist/models/space-detail-dto.d.ts +9 -2
- package/dist/models/space-edit-vo.d.ts +7 -0
- package/dist/models/space-industry-attribute.d.ts +25 -0
- package/dist/models/space-industry-attribute.js +29 -0
- package/dist/models/space-point-dto.d.ts +3 -21
- package/dist/models/space-tree-dto.d.ts +26 -19
- package/dist/models/space.d.ts +43 -0
- package/dist/models/space.js +15 -0
- package/dist/models/surveillance-details-dto.d.ts +124 -0
- package/dist/models/surveillance-details-dto.js +15 -0
- package/dist/models/surveillance-live-dto.d.ts +48 -0
- package/dist/models/surveillance-live-dto.js +15 -0
- package/dist/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/models/surveillance-settings-details-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/models/surveillance-settings-polling-vo.js +15 -0
- package/dist/models/surveillance-update-vo.d.ts +62 -0
- package/dist/models/surveillance-update-vo.js +15 -0
- package/dist/models/surveillance.d.ts +49 -0
- package/dist/models/surveillance.js +15 -0
- package/dist/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/models/sync-device-unit-vo.js +15 -0
- package/dist/models/sync-equipment-vo.d.ts +24 -0
- package/dist/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/models/violation-center-attribute-enum.js +25 -0
- package/dist/models/violation-decision-vo.d.ts +68 -0
- package/dist/models/violation-decision-vo.js +15 -0
- package/dist/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/models/violation-issue-type-enum.js +88 -0
- package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/models/violation-responsibility-role-enum.js +25 -0
- package/dist/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/models/violation-work-order-add-vo.js +15 -0
- package/dist/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/models/violation-work-order-details-dto.js +23 -0
- package/dist/models/violation-work-order-info.d.ts +106 -0
- package/dist/models/violation-work-order-info.js +15 -0
- package/dist/models/work-order-approval-vo.d.ts +24 -0
- package/dist/models/work-order-approval-vo.js +15 -0
- package/dist/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/models/work-order-decision-vo.d.ts +32 -0
- package/dist/models/work-order-decision-vo.js +15 -0
- package/dist/models/work-order-ext-data.d.ts +32 -0
- package/dist/models/work-order-ext-data.js +15 -0
- package/dist/models/work-order-handler-dto.d.ts +61 -0
- package/dist/models/work-order-handler-dto.js +15 -0
- package/dist/models/work-order-internal-status-enum.d.ts +6 -0
- package/dist/models/work-order-internal-status-enum.js +7 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/models/work-order-issue-type-enum.js +11 -2
- package/dist/models/work-order-settings-type-enum.d.ts +2 -7
- package/dist/models/work-order-settings-type-enum.js +2 -7
- package/dist/models/work-order-source-enum.d.ts +2 -0
- package/dist/models/work-order-source-enum.js +3 -1
- package/dist/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- package/dist/models/work-order-space-dto.js +15 -0
- package/dist/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/models/work-order-sponsor-dto.js +15 -0
- package/dist/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/models/work-order-surveillance-dto.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +2 -0
- package/dist/models/work-order-type-enum.js +3 -1
- package/models/equipment-detail-dto.ts +8 -14
- package/models/equipment-point-edit-vo.ts +2 -8
- package/models/equipment-search-system-dto.ts +6 -12
- package/models/functional-area-enum.ts +36 -0
- package/models/index.ts +41 -1
- package/models/installation-body-enum.ts +32 -0
- package/models/iot-device-status-enum.ts +32 -0
- package/models/json-result-list-surveillance-settings-details-dto.ts +72 -0
- package/models/json-result-network-monitor-repair-details-dto.ts +72 -0
- package/models/json-result-page-dto-surveillance-details-dto.ts +72 -0
- package/models/json-result-surveillance-details-dto.ts +72 -0
- package/models/json-result-surveillance-live-dto.ts +72 -0
- package/models/json-result-surveillance-settings-details-dto.ts +72 -0
- package/models/json-result-violation-work-order-details-dto.ts +72 -0
- package/models/network-monitor-repair-add-vo.ts +101 -0
- package/models/network-monitor-repair-decision-vo.ts +48 -0
- package/models/network-monitor-repair-details-dto.ts +197 -0
- package/models/network-repair-info.ts +42 -0
- package/models/page-dto-surveillance-details-dto.ts +39 -0
- package/models/park.ts +53 -0
- package/models/polling-surveillance-info.ts +36 -0
- package/models/process-network-monitor-repair-vo.ts +36 -0
- package/models/space-add-excel-dto.ts +6 -0
- package/models/space-add-vo.ts +9 -0
- package/models/space-detail-dto.ts +11 -2
- package/models/space-edit-vo.ts +9 -0
- package/models/space-industry-attribute.ts +35 -0
- package/models/space-point-dto.ts +3 -21
- package/models/space-tree-dto.ts +28 -19
- package/models/space.ts +51 -0
- package/models/surveillance-details-dto.ts +140 -0
- package/models/surveillance-live-dto.ts +54 -0
- package/models/surveillance-settings-details-dto.ts +69 -0
- package/models/surveillance-settings-polling-vo.ts +39 -0
- package/models/surveillance-update-vo.ts +74 -0
- package/models/surveillance.ts +59 -0
- package/models/sync-device-unit-vo.ts +186 -0
- package/models/sync-equipment-vo.ts +24 -0
- package/models/violation-center-attribute-enum.ts +31 -0
- package/models/violation-decision-vo.ts +80 -0
- package/models/violation-issue-type-enum.ts +94 -0
- package/models/violation-responsibility-role-enum.ts +31 -0
- package/models/violation-work-order-add-vo.ts +101 -0
- package/models/violation-work-order-details-dto.ts +182 -0
- package/models/violation-work-order-info.ts +122 -0
- package/models/work-order-approval-vo.ts +30 -0
- package/models/work-order-circulation-vo.ts +12 -0
- package/models/work-order-decision-vo.ts +42 -0
- package/models/work-order-ext-data.ts +42 -0
- package/models/work-order-handler-dto.ts +71 -0
- package/models/work-order-internal-status-enum.ts +7 -1
- package/models/work-order-issue-type-enum.ts +11 -2
- package/models/work-order-settings-type-enum.ts +2 -7
- package/models/work-order-source-enum.ts +3 -1
- package/models/{space-add-point-vo.ts → work-order-space-dto.ts} +14 -11
- package/models/work-order-sponsor-dto.ts +54 -0
- package/models/work-order-surveillance-dto.ts +36 -0
- package/models/work-order-type-enum.ts +3 -1
- package/package.json +1 -1
- /package/dist/esm/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
- /package/dist/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
|
@@ -0,0 +1,989 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
16
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
17
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
18
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
19
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
20
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
21
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
exports.MonitorControllerApi = exports.MonitorControllerApiFactory = exports.MonitorControllerApiFp = exports.MonitorControllerApiAxiosParamCreator = void 0;
|
|
26
|
+
const axios_1 = require("axios");
|
|
27
|
+
// Some imports not used depending on template conditions
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
const common_1 = require("../common");
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
const base_1 = require("../base");
|
|
32
|
+
/**
|
|
33
|
+
* MonitorControllerApi - axios parameter creator
|
|
34
|
+
* @export
|
|
35
|
+
*/
|
|
36
|
+
const MonitorControllerApiAxiosParamCreator = function (configuration) {
|
|
37
|
+
return {
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @summary 监控绑定园区
|
|
41
|
+
* @param {MonitorBindParkVO} monitorBindParkVO
|
|
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 {MonitorSearchVo} monitorSearchVo
|
|
314
|
+
* @param {*} [options] Override http request option.
|
|
315
|
+
* @throws {RequiredError}
|
|
316
|
+
*/
|
|
317
|
+
monitorSpaceList: (monitorSearchVo_1, ...args_1) => __awaiter(this, [monitorSearchVo_1, ...args_1], void 0, function* (monitorSearchVo, options = {}) {
|
|
318
|
+
// verify required parameter 'monitorSearchVo' is not null or undefined
|
|
319
|
+
(0, common_1.assertParamExists)('monitorSpaceList', 'monitorSearchVo', monitorSearchVo);
|
|
320
|
+
const localVarPath = `/gizone/monitor/spaceList`;
|
|
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: 'POST' }, 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
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
334
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
335
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
336
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
337
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorSearchVo, localVarRequestOptions, configuration);
|
|
338
|
+
return {
|
|
339
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
340
|
+
options: localVarRequestOptions,
|
|
341
|
+
};
|
|
342
|
+
}),
|
|
343
|
+
/**
|
|
344
|
+
*
|
|
345
|
+
* @summary 同步监控唯一编号
|
|
346
|
+
* @param {MonitorOnlyNumberEditListVo} monitorOnlyNumberEditListVo
|
|
347
|
+
* @param {*} [options] Override http request option.
|
|
348
|
+
* @throws {RequiredError}
|
|
349
|
+
*/
|
|
350
|
+
onlyNumberEdit: (monitorOnlyNumberEditListVo_1, ...args_1) => __awaiter(this, [monitorOnlyNumberEditListVo_1, ...args_1], void 0, function* (monitorOnlyNumberEditListVo, options = {}) {
|
|
351
|
+
// verify required parameter 'monitorOnlyNumberEditListVo' is not null or undefined
|
|
352
|
+
(0, common_1.assertParamExists)('onlyNumberEdit', 'monitorOnlyNumberEditListVo', monitorOnlyNumberEditListVo);
|
|
353
|
+
const localVarPath = `/gizone/monitor/only/number`;
|
|
354
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
355
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
356
|
+
let baseOptions;
|
|
357
|
+
if (configuration) {
|
|
358
|
+
baseOptions = configuration.baseOptions;
|
|
359
|
+
}
|
|
360
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
361
|
+
const localVarHeaderParameter = {};
|
|
362
|
+
const localVarQueryParameter = {};
|
|
363
|
+
// authentication tokenScheme required
|
|
364
|
+
// http bearer authentication required
|
|
365
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
366
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
367
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
368
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
369
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
370
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorOnlyNumberEditListVo, localVarRequestOptions, configuration);
|
|
371
|
+
return {
|
|
372
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
373
|
+
options: localVarRequestOptions,
|
|
374
|
+
};
|
|
375
|
+
}),
|
|
376
|
+
/**
|
|
377
|
+
*
|
|
378
|
+
* @summary 监控回放接口
|
|
379
|
+
* @param {MonitorPlayBackVo} monitorPlayBackVo
|
|
380
|
+
* @param {*} [options] Override http request option.
|
|
381
|
+
* @throws {RequiredError}
|
|
382
|
+
*/
|
|
383
|
+
playBack: (monitorPlayBackVo_1, ...args_1) => __awaiter(this, [monitorPlayBackVo_1, ...args_1], void 0, function* (monitorPlayBackVo, options = {}) {
|
|
384
|
+
// verify required parameter 'monitorPlayBackVo' is not null or undefined
|
|
385
|
+
(0, common_1.assertParamExists)('playBack', 'monitorPlayBackVo', monitorPlayBackVo);
|
|
386
|
+
const localVarPath = `/gizone/monitor/playback`;
|
|
387
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
388
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
389
|
+
let baseOptions;
|
|
390
|
+
if (configuration) {
|
|
391
|
+
baseOptions = configuration.baseOptions;
|
|
392
|
+
}
|
|
393
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
394
|
+
const localVarHeaderParameter = {};
|
|
395
|
+
const localVarQueryParameter = {};
|
|
396
|
+
// authentication tokenScheme required
|
|
397
|
+
// http bearer authentication required
|
|
398
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
399
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
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
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorPlayBackVo, localVarRequestOptions, configuration);
|
|
404
|
+
return {
|
|
405
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
406
|
+
options: localVarRequestOptions,
|
|
407
|
+
};
|
|
408
|
+
}),
|
|
409
|
+
/**
|
|
410
|
+
*
|
|
411
|
+
* @summary 删除监控
|
|
412
|
+
* @param {number} parkId
|
|
413
|
+
* @param {*} [options] Override http request option.
|
|
414
|
+
* @throws {RequiredError}
|
|
415
|
+
*/
|
|
416
|
+
surveillanceDel: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
417
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
418
|
+
(0, common_1.assertParamExists)('surveillanceDel', 'parkId', parkId);
|
|
419
|
+
const localVarPath = `/gizone/monitor/del`;
|
|
420
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
421
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
422
|
+
let baseOptions;
|
|
423
|
+
if (configuration) {
|
|
424
|
+
baseOptions = configuration.baseOptions;
|
|
425
|
+
}
|
|
426
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
427
|
+
const localVarHeaderParameter = {};
|
|
428
|
+
const localVarQueryParameter = {};
|
|
429
|
+
// authentication tokenScheme required
|
|
430
|
+
// http bearer authentication required
|
|
431
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
432
|
+
if (parkId !== undefined) {
|
|
433
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
434
|
+
}
|
|
435
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
436
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
437
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
438
|
+
return {
|
|
439
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
440
|
+
options: localVarRequestOptions,
|
|
441
|
+
};
|
|
442
|
+
}),
|
|
443
|
+
/**
|
|
444
|
+
*
|
|
445
|
+
* @summary 同步监控设备接口
|
|
446
|
+
* @param {GizoneDevicveListSearchVO} gizoneDevicveListSearchVO
|
|
447
|
+
* @param {*} [options] Override http request option.
|
|
448
|
+
* @throws {RequiredError}
|
|
449
|
+
*/
|
|
450
|
+
withEquipment: (gizoneDevicveListSearchVO_1, ...args_1) => __awaiter(this, [gizoneDevicveListSearchVO_1, ...args_1], void 0, function* (gizoneDevicveListSearchVO, options = {}) {
|
|
451
|
+
// verify required parameter 'gizoneDevicveListSearchVO' is not null or undefined
|
|
452
|
+
(0, common_1.assertParamExists)('withEquipment', 'gizoneDevicveListSearchVO', gizoneDevicveListSearchVO);
|
|
453
|
+
const localVarPath = `/gizone/monitor/with/equipment`;
|
|
454
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
455
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
456
|
+
let baseOptions;
|
|
457
|
+
if (configuration) {
|
|
458
|
+
baseOptions = configuration.baseOptions;
|
|
459
|
+
}
|
|
460
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
461
|
+
const localVarHeaderParameter = {};
|
|
462
|
+
const localVarQueryParameter = {};
|
|
463
|
+
// authentication tokenScheme required
|
|
464
|
+
// http bearer authentication required
|
|
465
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
466
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
467
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
468
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
469
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
470
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(gizoneDevicveListSearchVO, localVarRequestOptions, configuration);
|
|
471
|
+
return {
|
|
472
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
473
|
+
options: localVarRequestOptions,
|
|
474
|
+
};
|
|
475
|
+
}),
|
|
476
|
+
};
|
|
477
|
+
};
|
|
478
|
+
exports.MonitorControllerApiAxiosParamCreator = MonitorControllerApiAxiosParamCreator;
|
|
479
|
+
/**
|
|
480
|
+
* MonitorControllerApi - functional programming interface
|
|
481
|
+
* @export
|
|
482
|
+
*/
|
|
483
|
+
const MonitorControllerApiFp = function (configuration) {
|
|
484
|
+
const localVarAxiosParamCreator = (0, exports.MonitorControllerApiAxiosParamCreator)(configuration);
|
|
485
|
+
return {
|
|
486
|
+
/**
|
|
487
|
+
*
|
|
488
|
+
* @summary 监控绑定园区
|
|
489
|
+
* @param {MonitorBindParkVO} monitorBindParkVO
|
|
490
|
+
* @param {*} [options] Override http request option.
|
|
491
|
+
* @throws {RequiredError}
|
|
492
|
+
*/
|
|
493
|
+
bindPark(monitorBindParkVO, options) {
|
|
494
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
495
|
+
var _a, _b, _c;
|
|
496
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.bindPark(monitorBindParkVO, options);
|
|
497
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
498
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.bindPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
499
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
500
|
+
});
|
|
501
|
+
},
|
|
502
|
+
/**
|
|
503
|
+
*
|
|
504
|
+
* @summary 监控云台控制
|
|
505
|
+
* @param {MonitorPanTiltControlVO} monitorPanTiltControlVO
|
|
506
|
+
* @param {*} [options] Override http request option.
|
|
507
|
+
* @throws {RequiredError}
|
|
508
|
+
*/
|
|
509
|
+
cameraPTZ(monitorPanTiltControlVO, options) {
|
|
510
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
511
|
+
var _a, _b, _c;
|
|
512
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.cameraPTZ(monitorPanTiltControlVO, options);
|
|
513
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
514
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.cameraPTZ']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
515
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
516
|
+
});
|
|
517
|
+
},
|
|
518
|
+
/**
|
|
519
|
+
*
|
|
520
|
+
* @summary 监控抓拍
|
|
521
|
+
* @param {number} id
|
|
522
|
+
* @param {*} [options] Override http request option.
|
|
523
|
+
* @throws {RequiredError}
|
|
524
|
+
*/
|
|
525
|
+
capture(id, options) {
|
|
526
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
527
|
+
var _a, _b, _c;
|
|
528
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.capture(id, options);
|
|
529
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
530
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.capture']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
531
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
532
|
+
});
|
|
533
|
+
},
|
|
534
|
+
/**
|
|
535
|
+
*
|
|
536
|
+
* @summary 监控直播
|
|
537
|
+
* @param {number} id
|
|
538
|
+
* @param {number} parkId
|
|
539
|
+
* @param {*} [options] Override http request option.
|
|
540
|
+
* @throws {RequiredError}
|
|
541
|
+
*/
|
|
542
|
+
live(id, parkId, options) {
|
|
543
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
544
|
+
var _a, _b, _c;
|
|
545
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.live(id, parkId, options);
|
|
546
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
547
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.live']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
548
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
549
|
+
});
|
|
550
|
+
},
|
|
551
|
+
/**
|
|
552
|
+
*
|
|
553
|
+
* @summary 监控直播接口
|
|
554
|
+
* @param {number} onlyNumber
|
|
555
|
+
* @param {*} [options] Override http request option.
|
|
556
|
+
* @throws {RequiredError}
|
|
557
|
+
*/
|
|
558
|
+
liveBroadCast(onlyNumber, options) {
|
|
559
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
560
|
+
var _a, _b, _c;
|
|
561
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.liveBroadCast(onlyNumber, options);
|
|
562
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
563
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.liveBroadCast']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
564
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
565
|
+
});
|
|
566
|
+
},
|
|
567
|
+
/**
|
|
568
|
+
*
|
|
569
|
+
* @summary 监控详情
|
|
570
|
+
* @param {number} id
|
|
571
|
+
* @param {*} [options] Override http request option.
|
|
572
|
+
* @throws {RequiredError}
|
|
573
|
+
*/
|
|
574
|
+
monitorDetail(id, options) {
|
|
575
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
576
|
+
var _a, _b, _c;
|
|
577
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorDetail(id, options);
|
|
578
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
579
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.monitorDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
580
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
581
|
+
});
|
|
582
|
+
},
|
|
583
|
+
/**
|
|
584
|
+
*
|
|
585
|
+
* @summary 编辑监控
|
|
586
|
+
* @param {MonitorEditVo} monitorEditVo
|
|
587
|
+
* @param {*} [options] Override http request option.
|
|
588
|
+
* @throws {RequiredError}
|
|
589
|
+
*/
|
|
590
|
+
monitorEdit(monitorEditVo, options) {
|
|
591
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
592
|
+
var _a, _b, _c;
|
|
593
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorEdit(monitorEditVo, options);
|
|
594
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
595
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.monitorEdit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
596
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
597
|
+
});
|
|
598
|
+
},
|
|
599
|
+
/**
|
|
600
|
+
*
|
|
601
|
+
* @summary 监控列表
|
|
602
|
+
* @param {MonitorSearchVo} monitorSearchVo
|
|
603
|
+
* @param {*} [options] Override http request option.
|
|
604
|
+
* @throws {RequiredError}
|
|
605
|
+
*/
|
|
606
|
+
monitorList(monitorSearchVo, options) {
|
|
607
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
608
|
+
var _a, _b, _c;
|
|
609
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorList(monitorSearchVo, options);
|
|
610
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
611
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.monitorList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
612
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
613
|
+
});
|
|
614
|
+
},
|
|
615
|
+
/**
|
|
616
|
+
*
|
|
617
|
+
* @summary 监控空间列表
|
|
618
|
+
* @param {MonitorSearchVo} monitorSearchVo
|
|
619
|
+
* @param {*} [options] Override http request option.
|
|
620
|
+
* @throws {RequiredError}
|
|
621
|
+
*/
|
|
622
|
+
monitorSpaceList(monitorSearchVo, options) {
|
|
623
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
624
|
+
var _a, _b, _c;
|
|
625
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSpaceList(monitorSearchVo, options);
|
|
626
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
627
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.monitorSpaceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
628
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
629
|
+
});
|
|
630
|
+
},
|
|
631
|
+
/**
|
|
632
|
+
*
|
|
633
|
+
* @summary 同步监控唯一编号
|
|
634
|
+
* @param {MonitorOnlyNumberEditListVo} monitorOnlyNumberEditListVo
|
|
635
|
+
* @param {*} [options] Override http request option.
|
|
636
|
+
* @throws {RequiredError}
|
|
637
|
+
*/
|
|
638
|
+
onlyNumberEdit(monitorOnlyNumberEditListVo, options) {
|
|
639
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
640
|
+
var _a, _b, _c;
|
|
641
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.onlyNumberEdit(monitorOnlyNumberEditListVo, options);
|
|
642
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
643
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.onlyNumberEdit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
644
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
645
|
+
});
|
|
646
|
+
},
|
|
647
|
+
/**
|
|
648
|
+
*
|
|
649
|
+
* @summary 监控回放接口
|
|
650
|
+
* @param {MonitorPlayBackVo} monitorPlayBackVo
|
|
651
|
+
* @param {*} [options] Override http request option.
|
|
652
|
+
* @throws {RequiredError}
|
|
653
|
+
*/
|
|
654
|
+
playBack(monitorPlayBackVo, options) {
|
|
655
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
656
|
+
var _a, _b, _c;
|
|
657
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.playBack(monitorPlayBackVo, options);
|
|
658
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
659
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.playBack']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
660
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
661
|
+
});
|
|
662
|
+
},
|
|
663
|
+
/**
|
|
664
|
+
*
|
|
665
|
+
* @summary 删除监控
|
|
666
|
+
* @param {number} parkId
|
|
667
|
+
* @param {*} [options] Override http request option.
|
|
668
|
+
* @throws {RequiredError}
|
|
669
|
+
*/
|
|
670
|
+
surveillanceDel(parkId, options) {
|
|
671
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
672
|
+
var _a, _b, _c;
|
|
673
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDel(parkId, options);
|
|
674
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
675
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.surveillanceDel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
676
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
677
|
+
});
|
|
678
|
+
},
|
|
679
|
+
/**
|
|
680
|
+
*
|
|
681
|
+
* @summary 同步监控设备接口
|
|
682
|
+
* @param {GizoneDevicveListSearchVO} gizoneDevicveListSearchVO
|
|
683
|
+
* @param {*} [options] Override http request option.
|
|
684
|
+
* @throws {RequiredError}
|
|
685
|
+
*/
|
|
686
|
+
withEquipment(gizoneDevicveListSearchVO, options) {
|
|
687
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
688
|
+
var _a, _b, _c;
|
|
689
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.withEquipment(gizoneDevicveListSearchVO, options);
|
|
690
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
691
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['MonitorControllerApi.withEquipment']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
692
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
693
|
+
});
|
|
694
|
+
},
|
|
695
|
+
};
|
|
696
|
+
};
|
|
697
|
+
exports.MonitorControllerApiFp = MonitorControllerApiFp;
|
|
698
|
+
/**
|
|
699
|
+
* MonitorControllerApi - factory interface
|
|
700
|
+
* @export
|
|
701
|
+
*/
|
|
702
|
+
const MonitorControllerApiFactory = function (configuration, basePath, axios) {
|
|
703
|
+
const localVarFp = (0, exports.MonitorControllerApiFp)(configuration);
|
|
704
|
+
return {
|
|
705
|
+
/**
|
|
706
|
+
*
|
|
707
|
+
* @summary 监控绑定园区
|
|
708
|
+
* @param {MonitorControllerApiBindParkRequest} requestParameters Request parameters.
|
|
709
|
+
* @param {*} [options] Override http request option.
|
|
710
|
+
* @throws {RequiredError}
|
|
711
|
+
*/
|
|
712
|
+
bindPark(requestParameters, options) {
|
|
713
|
+
return localVarFp.bindPark(requestParameters.monitorBindParkVO, options).then((request) => request(axios, basePath));
|
|
714
|
+
},
|
|
715
|
+
/**
|
|
716
|
+
*
|
|
717
|
+
* @summary 监控云台控制
|
|
718
|
+
* @param {MonitorControllerApiCameraPTZRequest} requestParameters Request parameters.
|
|
719
|
+
* @param {*} [options] Override http request option.
|
|
720
|
+
* @throws {RequiredError}
|
|
721
|
+
*/
|
|
722
|
+
cameraPTZ(requestParameters, options) {
|
|
723
|
+
return localVarFp.cameraPTZ(requestParameters.monitorPanTiltControlVO, options).then((request) => request(axios, basePath));
|
|
724
|
+
},
|
|
725
|
+
/**
|
|
726
|
+
*
|
|
727
|
+
* @summary 监控抓拍
|
|
728
|
+
* @param {MonitorControllerApiCaptureRequest} requestParameters Request parameters.
|
|
729
|
+
* @param {*} [options] Override http request option.
|
|
730
|
+
* @throws {RequiredError}
|
|
731
|
+
*/
|
|
732
|
+
capture(requestParameters, options) {
|
|
733
|
+
return localVarFp.capture(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
734
|
+
},
|
|
735
|
+
/**
|
|
736
|
+
*
|
|
737
|
+
* @summary 监控直播
|
|
738
|
+
* @param {MonitorControllerApiLiveRequest} requestParameters Request parameters.
|
|
739
|
+
* @param {*} [options] Override http request option.
|
|
740
|
+
* @throws {RequiredError}
|
|
741
|
+
*/
|
|
742
|
+
live(requestParameters, options) {
|
|
743
|
+
return localVarFp.live(requestParameters.id, requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
744
|
+
},
|
|
745
|
+
/**
|
|
746
|
+
*
|
|
747
|
+
* @summary 监控直播接口
|
|
748
|
+
* @param {MonitorControllerApiLiveBroadCastRequest} requestParameters Request parameters.
|
|
749
|
+
* @param {*} [options] Override http request option.
|
|
750
|
+
* @throws {RequiredError}
|
|
751
|
+
*/
|
|
752
|
+
liveBroadCast(requestParameters, options) {
|
|
753
|
+
return localVarFp.liveBroadCast(requestParameters.onlyNumber, options).then((request) => request(axios, basePath));
|
|
754
|
+
},
|
|
755
|
+
/**
|
|
756
|
+
*
|
|
757
|
+
* @summary 监控详情
|
|
758
|
+
* @param {MonitorControllerApiMonitorDetailRequest} requestParameters Request parameters.
|
|
759
|
+
* @param {*} [options] Override http request option.
|
|
760
|
+
* @throws {RequiredError}
|
|
761
|
+
*/
|
|
762
|
+
monitorDetail(requestParameters, options) {
|
|
763
|
+
return localVarFp.monitorDetail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
764
|
+
},
|
|
765
|
+
/**
|
|
766
|
+
*
|
|
767
|
+
* @summary 编辑监控
|
|
768
|
+
* @param {MonitorControllerApiMonitorEditRequest} requestParameters Request parameters.
|
|
769
|
+
* @param {*} [options] Override http request option.
|
|
770
|
+
* @throws {RequiredError}
|
|
771
|
+
*/
|
|
772
|
+
monitorEdit(requestParameters, options) {
|
|
773
|
+
return localVarFp.monitorEdit(requestParameters.monitorEditVo, options).then((request) => request(axios, basePath));
|
|
774
|
+
},
|
|
775
|
+
/**
|
|
776
|
+
*
|
|
777
|
+
* @summary 监控列表
|
|
778
|
+
* @param {MonitorControllerApiMonitorListRequest} requestParameters Request parameters.
|
|
779
|
+
* @param {*} [options] Override http request option.
|
|
780
|
+
* @throws {RequiredError}
|
|
781
|
+
*/
|
|
782
|
+
monitorList(requestParameters, options) {
|
|
783
|
+
return localVarFp.monitorList(requestParameters.monitorSearchVo, options).then((request) => request(axios, basePath));
|
|
784
|
+
},
|
|
785
|
+
/**
|
|
786
|
+
*
|
|
787
|
+
* @summary 监控空间列表
|
|
788
|
+
* @param {MonitorControllerApiMonitorSpaceListRequest} requestParameters Request parameters.
|
|
789
|
+
* @param {*} [options] Override http request option.
|
|
790
|
+
* @throws {RequiredError}
|
|
791
|
+
*/
|
|
792
|
+
monitorSpaceList(requestParameters, options) {
|
|
793
|
+
return localVarFp.monitorSpaceList(requestParameters.monitorSearchVo, options).then((request) => request(axios, basePath));
|
|
794
|
+
},
|
|
795
|
+
/**
|
|
796
|
+
*
|
|
797
|
+
* @summary 同步监控唯一编号
|
|
798
|
+
* @param {MonitorControllerApiOnlyNumberEditRequest} requestParameters Request parameters.
|
|
799
|
+
* @param {*} [options] Override http request option.
|
|
800
|
+
* @throws {RequiredError}
|
|
801
|
+
*/
|
|
802
|
+
onlyNumberEdit(requestParameters, options) {
|
|
803
|
+
return localVarFp.onlyNumberEdit(requestParameters.monitorOnlyNumberEditListVo, options).then((request) => request(axios, basePath));
|
|
804
|
+
},
|
|
805
|
+
/**
|
|
806
|
+
*
|
|
807
|
+
* @summary 监控回放接口
|
|
808
|
+
* @param {MonitorControllerApiPlayBackRequest} requestParameters Request parameters.
|
|
809
|
+
* @param {*} [options] Override http request option.
|
|
810
|
+
* @throws {RequiredError}
|
|
811
|
+
*/
|
|
812
|
+
playBack(requestParameters, options) {
|
|
813
|
+
return localVarFp.playBack(requestParameters.monitorPlayBackVo, options).then((request) => request(axios, basePath));
|
|
814
|
+
},
|
|
815
|
+
/**
|
|
816
|
+
*
|
|
817
|
+
* @summary 删除监控
|
|
818
|
+
* @param {MonitorControllerApiSurveillanceDelRequest} requestParameters Request parameters.
|
|
819
|
+
* @param {*} [options] Override http request option.
|
|
820
|
+
* @throws {RequiredError}
|
|
821
|
+
*/
|
|
822
|
+
surveillanceDel(requestParameters, options) {
|
|
823
|
+
return localVarFp.surveillanceDel(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
824
|
+
},
|
|
825
|
+
/**
|
|
826
|
+
*
|
|
827
|
+
* @summary 同步监控设备接口
|
|
828
|
+
* @param {MonitorControllerApiWithEquipmentRequest} requestParameters Request parameters.
|
|
829
|
+
* @param {*} [options] Override http request option.
|
|
830
|
+
* @throws {RequiredError}
|
|
831
|
+
*/
|
|
832
|
+
withEquipment(requestParameters, options) {
|
|
833
|
+
return localVarFp.withEquipment(requestParameters.gizoneDevicveListSearchVO, options).then((request) => request(axios, basePath));
|
|
834
|
+
},
|
|
835
|
+
};
|
|
836
|
+
};
|
|
837
|
+
exports.MonitorControllerApiFactory = MonitorControllerApiFactory;
|
|
838
|
+
/**
|
|
839
|
+
* MonitorControllerApi - object-oriented interface
|
|
840
|
+
* @export
|
|
841
|
+
* @class MonitorControllerApi
|
|
842
|
+
* @extends {BaseAPI}
|
|
843
|
+
*/
|
|
844
|
+
class MonitorControllerApi extends base_1.BaseAPI {
|
|
845
|
+
/**
|
|
846
|
+
*
|
|
847
|
+
* @summary 监控绑定园区
|
|
848
|
+
* @param {MonitorControllerApiBindParkRequest} requestParameters Request parameters.
|
|
849
|
+
* @param {*} [options] Override http request option.
|
|
850
|
+
* @throws {RequiredError}
|
|
851
|
+
* @memberof MonitorControllerApi
|
|
852
|
+
*/
|
|
853
|
+
bindPark(requestParameters, options) {
|
|
854
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).bindPark(requestParameters.monitorBindParkVO, options).then((request) => request(this.axios, this.basePath));
|
|
855
|
+
}
|
|
856
|
+
/**
|
|
857
|
+
*
|
|
858
|
+
* @summary 监控云台控制
|
|
859
|
+
* @param {MonitorControllerApiCameraPTZRequest} requestParameters Request parameters.
|
|
860
|
+
* @param {*} [options] Override http request option.
|
|
861
|
+
* @throws {RequiredError}
|
|
862
|
+
* @memberof MonitorControllerApi
|
|
863
|
+
*/
|
|
864
|
+
cameraPTZ(requestParameters, options) {
|
|
865
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).cameraPTZ(requestParameters.monitorPanTiltControlVO, options).then((request) => request(this.axios, this.basePath));
|
|
866
|
+
}
|
|
867
|
+
/**
|
|
868
|
+
*
|
|
869
|
+
* @summary 监控抓拍
|
|
870
|
+
* @param {MonitorControllerApiCaptureRequest} requestParameters Request parameters.
|
|
871
|
+
* @param {*} [options] Override http request option.
|
|
872
|
+
* @throws {RequiredError}
|
|
873
|
+
* @memberof MonitorControllerApi
|
|
874
|
+
*/
|
|
875
|
+
capture(requestParameters, options) {
|
|
876
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).capture(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
877
|
+
}
|
|
878
|
+
/**
|
|
879
|
+
*
|
|
880
|
+
* @summary 监控直播
|
|
881
|
+
* @param {MonitorControllerApiLiveRequest} requestParameters Request parameters.
|
|
882
|
+
* @param {*} [options] Override http request option.
|
|
883
|
+
* @throws {RequiredError}
|
|
884
|
+
* @memberof MonitorControllerApi
|
|
885
|
+
*/
|
|
886
|
+
live(requestParameters, options) {
|
|
887
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).live(requestParameters.id, requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
888
|
+
}
|
|
889
|
+
/**
|
|
890
|
+
*
|
|
891
|
+
* @summary 监控直播接口
|
|
892
|
+
* @param {MonitorControllerApiLiveBroadCastRequest} requestParameters Request parameters.
|
|
893
|
+
* @param {*} [options] Override http request option.
|
|
894
|
+
* @throws {RequiredError}
|
|
895
|
+
* @memberof MonitorControllerApi
|
|
896
|
+
*/
|
|
897
|
+
liveBroadCast(requestParameters, options) {
|
|
898
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).liveBroadCast(requestParameters.onlyNumber, options).then((request) => request(this.axios, this.basePath));
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
*
|
|
902
|
+
* @summary 监控详情
|
|
903
|
+
* @param {MonitorControllerApiMonitorDetailRequest} requestParameters Request parameters.
|
|
904
|
+
* @param {*} [options] Override http request option.
|
|
905
|
+
* @throws {RequiredError}
|
|
906
|
+
* @memberof MonitorControllerApi
|
|
907
|
+
*/
|
|
908
|
+
monitorDetail(requestParameters, options) {
|
|
909
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).monitorDetail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
910
|
+
}
|
|
911
|
+
/**
|
|
912
|
+
*
|
|
913
|
+
* @summary 编辑监控
|
|
914
|
+
* @param {MonitorControllerApiMonitorEditRequest} requestParameters Request parameters.
|
|
915
|
+
* @param {*} [options] Override http request option.
|
|
916
|
+
* @throws {RequiredError}
|
|
917
|
+
* @memberof MonitorControllerApi
|
|
918
|
+
*/
|
|
919
|
+
monitorEdit(requestParameters, options) {
|
|
920
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).monitorEdit(requestParameters.monitorEditVo, options).then((request) => request(this.axios, this.basePath));
|
|
921
|
+
}
|
|
922
|
+
/**
|
|
923
|
+
*
|
|
924
|
+
* @summary 监控列表
|
|
925
|
+
* @param {MonitorControllerApiMonitorListRequest} requestParameters Request parameters.
|
|
926
|
+
* @param {*} [options] Override http request option.
|
|
927
|
+
* @throws {RequiredError}
|
|
928
|
+
* @memberof MonitorControllerApi
|
|
929
|
+
*/
|
|
930
|
+
monitorList(requestParameters, options) {
|
|
931
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).monitorList(requestParameters.monitorSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
932
|
+
}
|
|
933
|
+
/**
|
|
934
|
+
*
|
|
935
|
+
* @summary 监控空间列表
|
|
936
|
+
* @param {MonitorControllerApiMonitorSpaceListRequest} requestParameters Request parameters.
|
|
937
|
+
* @param {*} [options] Override http request option.
|
|
938
|
+
* @throws {RequiredError}
|
|
939
|
+
* @memberof MonitorControllerApi
|
|
940
|
+
*/
|
|
941
|
+
monitorSpaceList(requestParameters, options) {
|
|
942
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).monitorSpaceList(requestParameters.monitorSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
943
|
+
}
|
|
944
|
+
/**
|
|
945
|
+
*
|
|
946
|
+
* @summary 同步监控唯一编号
|
|
947
|
+
* @param {MonitorControllerApiOnlyNumberEditRequest} requestParameters Request parameters.
|
|
948
|
+
* @param {*} [options] Override http request option.
|
|
949
|
+
* @throws {RequiredError}
|
|
950
|
+
* @memberof MonitorControllerApi
|
|
951
|
+
*/
|
|
952
|
+
onlyNumberEdit(requestParameters, options) {
|
|
953
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).onlyNumberEdit(requestParameters.monitorOnlyNumberEditListVo, options).then((request) => request(this.axios, this.basePath));
|
|
954
|
+
}
|
|
955
|
+
/**
|
|
956
|
+
*
|
|
957
|
+
* @summary 监控回放接口
|
|
958
|
+
* @param {MonitorControllerApiPlayBackRequest} requestParameters Request parameters.
|
|
959
|
+
* @param {*} [options] Override http request option.
|
|
960
|
+
* @throws {RequiredError}
|
|
961
|
+
* @memberof MonitorControllerApi
|
|
962
|
+
*/
|
|
963
|
+
playBack(requestParameters, options) {
|
|
964
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).playBack(requestParameters.monitorPlayBackVo, options).then((request) => request(this.axios, this.basePath));
|
|
965
|
+
}
|
|
966
|
+
/**
|
|
967
|
+
*
|
|
968
|
+
* @summary 删除监控
|
|
969
|
+
* @param {MonitorControllerApiSurveillanceDelRequest} requestParameters Request parameters.
|
|
970
|
+
* @param {*} [options] Override http request option.
|
|
971
|
+
* @throws {RequiredError}
|
|
972
|
+
* @memberof MonitorControllerApi
|
|
973
|
+
*/
|
|
974
|
+
surveillanceDel(requestParameters, options) {
|
|
975
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).surveillanceDel(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
976
|
+
}
|
|
977
|
+
/**
|
|
978
|
+
*
|
|
979
|
+
* @summary 同步监控设备接口
|
|
980
|
+
* @param {MonitorControllerApiWithEquipmentRequest} requestParameters Request parameters.
|
|
981
|
+
* @param {*} [options] Override http request option.
|
|
982
|
+
* @throws {RequiredError}
|
|
983
|
+
* @memberof MonitorControllerApi
|
|
984
|
+
*/
|
|
985
|
+
withEquipment(requestParameters, options) {
|
|
986
|
+
return (0, exports.MonitorControllerApiFp)(this.configuration).withEquipment(requestParameters.gizoneDevicveListSearchVO, options).then((request) => request(this.axios, this.basePath));
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
exports.MonitorControllerApi = MonitorControllerApi;
|