@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
|
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.SurveillanceApi = exports.SurveillanceApiFactory = exports.SurveillanceApiFp = exports.SurveillanceApiAxiosParamCreator = void 0;
|
|
25
|
+
exports.SurveillancePtzControlActionEnum = exports.SurveillancePtzControlCommandEnum = exports.SurveillanceApi = exports.SurveillanceApiFactory = exports.SurveillanceApiFp = exports.SurveillanceApiAxiosParamCreator = void 0;
|
|
26
26
|
const axios_1 = require("axios");
|
|
27
27
|
// Some imports not used depending on template conditions
|
|
28
28
|
// @ts-ignore
|
|
@@ -36,16 +36,17 @@ const base_1 = require("../base");
|
|
|
36
36
|
const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
40
|
-
* @summary
|
|
41
|
-
* @param {
|
|
39
|
+
* 抓拍监控画面
|
|
40
|
+
* @summary 监控抓拍
|
|
41
|
+
* @param {number} id
|
|
42
42
|
* @param {*} [options] Override http request option.
|
|
43
43
|
* @throws {RequiredError}
|
|
44
44
|
*/
|
|
45
|
-
|
|
46
|
-
// verify required parameter '
|
|
47
|
-
(0, common_1.assertParamExists)('
|
|
48
|
-
const localVarPath = `/gizone/
|
|
45
|
+
surveillanceCapture: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
46
|
+
// verify required parameter 'id' is not null or undefined
|
|
47
|
+
(0, common_1.assertParamExists)('surveillanceCapture', 'id', id);
|
|
48
|
+
const localVarPath = `/gizone/surveillance/capture/{id}`
|
|
49
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
49
50
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
51
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
51
52
|
let baseOptions;
|
|
@@ -58,60 +59,57 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
58
59
|
// authentication tokenScheme required
|
|
59
60
|
// http bearer authentication required
|
|
60
61
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
61
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
62
62
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
63
63
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
64
64
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
65
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorBindParkVO, localVarRequestOptions, configuration);
|
|
66
65
|
return {
|
|
67
66
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
68
67
|
options: localVarRequestOptions,
|
|
69
68
|
};
|
|
70
69
|
}),
|
|
71
70
|
/**
|
|
72
|
-
*
|
|
73
|
-
* @summary
|
|
74
|
-
* @param {
|
|
71
|
+
* 删除监控信息
|
|
72
|
+
* @summary 删除监控
|
|
73
|
+
* @param {number} id
|
|
75
74
|
* @param {*} [options] Override http request option.
|
|
76
75
|
* @throws {RequiredError}
|
|
77
76
|
*/
|
|
78
|
-
|
|
79
|
-
// verify required parameter '
|
|
80
|
-
(0, common_1.assertParamExists)('
|
|
81
|
-
const localVarPath = `/gizone/
|
|
77
|
+
surveillanceDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
78
|
+
// verify required parameter 'id' is not null or undefined
|
|
79
|
+
(0, common_1.assertParamExists)('surveillanceDelete', 'id', id);
|
|
80
|
+
const localVarPath = `/gizone/surveillance/{id}`
|
|
81
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
82
82
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
83
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
84
84
|
let baseOptions;
|
|
85
85
|
if (configuration) {
|
|
86
86
|
baseOptions = configuration.baseOptions;
|
|
87
87
|
}
|
|
88
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
88
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
89
89
|
const localVarHeaderParameter = {};
|
|
90
90
|
const localVarQueryParameter = {};
|
|
91
91
|
// authentication tokenScheme required
|
|
92
92
|
// http bearer authentication required
|
|
93
93
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
94
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
95
94
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
96
95
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
97
96
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
98
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorPanTiltControlVO, localVarRequestOptions, configuration);
|
|
99
97
|
return {
|
|
100
98
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
101
99
|
options: localVarRequestOptions,
|
|
102
100
|
};
|
|
103
101
|
}),
|
|
104
102
|
/**
|
|
105
|
-
*
|
|
106
|
-
* @summary
|
|
103
|
+
* 获取监控详情
|
|
104
|
+
* @summary 监控详情
|
|
107
105
|
* @param {number} id
|
|
108
106
|
* @param {*} [options] Override http request option.
|
|
109
107
|
* @throws {RequiredError}
|
|
110
108
|
*/
|
|
111
|
-
|
|
109
|
+
surveillanceDetails: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
112
110
|
// verify required parameter 'id' is not null or undefined
|
|
113
|
-
(0, common_1.assertParamExists)('
|
|
114
|
-
const localVarPath = `/gizone/
|
|
111
|
+
(0, common_1.assertParamExists)('surveillanceDetails', 'id', id);
|
|
112
|
+
const localVarPath = `/gizone/surveillance/{id}`
|
|
115
113
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
116
114
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
117
115
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -134,19 +132,23 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
134
132
|
};
|
|
135
133
|
}),
|
|
136
134
|
/**
|
|
137
|
-
*
|
|
138
|
-
* @summary
|
|
139
|
-
* @param {number}
|
|
140
|
-
* @param {
|
|
135
|
+
* 获取监控列表
|
|
136
|
+
* @summary 监控列表
|
|
137
|
+
* @param {number} parkId 园区ID
|
|
138
|
+
* @param {string} [surveillanceName] 监控名称
|
|
139
|
+
* @param {FunctionalAreaEnum} [functionalArea] 功能区
|
|
140
|
+
* @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
|
|
141
|
+
* @param {number} [spaceId] 空间ID
|
|
142
|
+
* @param {number} [flgFirst] 是否首级
|
|
143
|
+
* @param {number} [page] 当前页码
|
|
144
|
+
* @param {number} [pageSize] 每页数量
|
|
141
145
|
* @param {*} [options] Override http request option.
|
|
142
146
|
* @throws {RequiredError}
|
|
143
147
|
*/
|
|
144
|
-
|
|
145
|
-
// verify required parameter 'id' is not null or undefined
|
|
146
|
-
(0, common_1.assertParamExists)('live', 'id', id);
|
|
148
|
+
surveillanceList: (parkId_1, surveillanceName_1, functionalArea_1, surveillanceStatus_1, spaceId_1, flgFirst_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [parkId_1, surveillanceName_1, functionalArea_1, surveillanceStatus_1, spaceId_1, flgFirst_1, page_1, pageSize_1, ...args_1], void 0, function* (parkId, surveillanceName, functionalArea, surveillanceStatus, spaceId, flgFirst, page, pageSize, options = {}) {
|
|
147
149
|
// verify required parameter 'parkId' is not null or undefined
|
|
148
|
-
(0, common_1.assertParamExists)('
|
|
149
|
-
const localVarPath = `/gizone/
|
|
150
|
+
(0, common_1.assertParamExists)('surveillanceList', 'parkId', parkId);
|
|
151
|
+
const localVarPath = `/gizone/surveillance`;
|
|
150
152
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
151
153
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
152
154
|
let baseOptions;
|
|
@@ -159,45 +161,29 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
159
161
|
// authentication tokenScheme required
|
|
160
162
|
// http bearer authentication required
|
|
161
163
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
162
|
-
if (
|
|
163
|
-
localVarQueryParameter['
|
|
164
|
+
if (surveillanceName !== undefined) {
|
|
165
|
+
localVarQueryParameter['surveillanceName'] = surveillanceName;
|
|
166
|
+
}
|
|
167
|
+
if (functionalArea !== undefined) {
|
|
168
|
+
localVarQueryParameter['functionalArea'] = functionalArea;
|
|
169
|
+
}
|
|
170
|
+
if (surveillanceStatus !== undefined) {
|
|
171
|
+
localVarQueryParameter['surveillanceStatus'] = surveillanceStatus;
|
|
164
172
|
}
|
|
165
173
|
if (parkId !== undefined) {
|
|
166
174
|
localVarQueryParameter['parkId'] = parkId;
|
|
167
175
|
}
|
|
168
|
-
(
|
|
169
|
-
|
|
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;
|
|
176
|
+
if (spaceId !== undefined) {
|
|
177
|
+
localVarQueryParameter['spaceId'] = spaceId;
|
|
192
178
|
}
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
if (
|
|
200
|
-
localVarQueryParameter['
|
|
179
|
+
if (flgFirst !== undefined) {
|
|
180
|
+
localVarQueryParameter['flgFirst'] = flgFirst;
|
|
181
|
+
}
|
|
182
|
+
if (page !== undefined) {
|
|
183
|
+
localVarQueryParameter['page'] = page;
|
|
184
|
+
}
|
|
185
|
+
if (pageSize !== undefined) {
|
|
186
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
201
187
|
}
|
|
202
188
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
203
189
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -208,16 +194,17 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
208
194
|
};
|
|
209
195
|
}),
|
|
210
196
|
/**
|
|
211
|
-
*
|
|
212
|
-
* @summary
|
|
197
|
+
* 获取监控直播流
|
|
198
|
+
* @summary 监控直播流
|
|
213
199
|
* @param {number} id
|
|
214
200
|
* @param {*} [options] Override http request option.
|
|
215
201
|
* @throws {RequiredError}
|
|
216
202
|
*/
|
|
217
|
-
|
|
203
|
+
surveillanceLive: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
218
204
|
// verify required parameter 'id' is not null or undefined
|
|
219
|
-
(0, common_1.assertParamExists)('
|
|
220
|
-
const localVarPath = `/gizone/
|
|
205
|
+
(0, common_1.assertParamExists)('surveillanceLive', 'id', id);
|
|
206
|
+
const localVarPath = `/gizone/surveillance/live/{id}`
|
|
207
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
221
208
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
222
209
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
223
210
|
let baseOptions;
|
|
@@ -230,94 +217,32 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
230
217
|
// authentication tokenScheme required
|
|
231
218
|
// http bearer authentication required
|
|
232
219
|
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
220
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
302
221
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
303
222
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
304
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorSearchVo, localVarRequestOptions, configuration);
|
|
305
223
|
return {
|
|
306
224
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
307
225
|
options: localVarRequestOptions,
|
|
308
226
|
};
|
|
309
227
|
}),
|
|
310
228
|
/**
|
|
311
|
-
*
|
|
312
|
-
* @summary
|
|
229
|
+
* 获取监控回放流
|
|
230
|
+
* @summary 监控回放流
|
|
313
231
|
* @param {number} id
|
|
232
|
+
* @param {string} startTime 回放开始时间
|
|
233
|
+
* @param {string} endTime 回放结束时间
|
|
314
234
|
* @param {*} [options] Override http request option.
|
|
315
235
|
* @throws {RequiredError}
|
|
316
236
|
*/
|
|
317
|
-
|
|
237
|
+
surveillancePlayback: (id_1, startTime_1, endTime_1, ...args_1) => __awaiter(this, [id_1, startTime_1, endTime_1, ...args_1], void 0, function* (id, startTime, endTime, options = {}) {
|
|
318
238
|
// verify required parameter 'id' is not null or undefined
|
|
319
|
-
(0, common_1.assertParamExists)('
|
|
320
|
-
|
|
239
|
+
(0, common_1.assertParamExists)('surveillancePlayback', 'id', id);
|
|
240
|
+
// verify required parameter 'startTime' is not null or undefined
|
|
241
|
+
(0, common_1.assertParamExists)('surveillancePlayback', 'startTime', startTime);
|
|
242
|
+
// verify required parameter 'endTime' is not null or undefined
|
|
243
|
+
(0, common_1.assertParamExists)('surveillancePlayback', 'endTime', endTime);
|
|
244
|
+
const localVarPath = `/gizone/surveillance/playback/{id}`
|
|
245
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
321
246
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
322
247
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
323
248
|
let baseOptions;
|
|
@@ -330,37 +255,12 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
330
255
|
// authentication tokenScheme required
|
|
331
256
|
// http bearer authentication required
|
|
332
257
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
333
|
-
if (
|
|
334
|
-
localVarQueryParameter['
|
|
258
|
+
if (startTime !== undefined) {
|
|
259
|
+
localVarQueryParameter['startTime'] = startTime;
|
|
335
260
|
}
|
|
336
|
-
(
|
|
337
|
-
|
|
338
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
339
|
-
return {
|
|
340
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
341
|
-
options: localVarRequestOptions,
|
|
342
|
-
};
|
|
343
|
-
}),
|
|
344
|
-
/**
|
|
345
|
-
*
|
|
346
|
-
* @summary 全部查询
|
|
347
|
-
* @param {*} [options] Override http request option.
|
|
348
|
-
* @throws {RequiredError}
|
|
349
|
-
*/
|
|
350
|
-
monitorSortList: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
351
|
-
const localVarPath = `/gizone/monitorSort/list`;
|
|
352
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
353
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
354
|
-
let baseOptions;
|
|
355
|
-
if (configuration) {
|
|
356
|
-
baseOptions = configuration.baseOptions;
|
|
261
|
+
if (endTime !== undefined) {
|
|
262
|
+
localVarQueryParameter['endTime'] = endTime;
|
|
357
263
|
}
|
|
358
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
359
|
-
const localVarHeaderParameter = {};
|
|
360
|
-
const localVarQueryParameter = {};
|
|
361
|
-
// authentication tokenScheme required
|
|
362
|
-
// http bearer authentication required
|
|
363
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
364
264
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
365
265
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
366
266
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -370,16 +270,23 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
370
270
|
};
|
|
371
271
|
}),
|
|
372
272
|
/**
|
|
373
|
-
*
|
|
374
|
-
* @summary
|
|
375
|
-
* @param {
|
|
273
|
+
* 控制监控设备的云台
|
|
274
|
+
* @summary 监控云台控制
|
|
275
|
+
* @param {number} id
|
|
276
|
+
* @param {SurveillancePtzControlCommandEnum} command 控制命令
|
|
277
|
+
* @param {SurveillancePtzControlActionEnum} action 控制动作
|
|
376
278
|
* @param {*} [options] Override http request option.
|
|
377
279
|
* @throws {RequiredError}
|
|
378
280
|
*/
|
|
379
|
-
|
|
380
|
-
// verify required parameter '
|
|
381
|
-
(0, common_1.assertParamExists)('
|
|
382
|
-
|
|
281
|
+
surveillancePtzControl: (id_1, command_1, action_1, ...args_1) => __awaiter(this, [id_1, command_1, action_1, ...args_1], void 0, function* (id, command, action, options = {}) {
|
|
282
|
+
// verify required parameter 'id' is not null or undefined
|
|
283
|
+
(0, common_1.assertParamExists)('surveillancePtzControl', 'id', id);
|
|
284
|
+
// verify required parameter 'command' is not null or undefined
|
|
285
|
+
(0, common_1.assertParamExists)('surveillancePtzControl', 'command', command);
|
|
286
|
+
// verify required parameter 'action' is not null or undefined
|
|
287
|
+
(0, common_1.assertParamExists)('surveillancePtzControl', 'action', action);
|
|
288
|
+
const localVarPath = `/gizone/surveillance/ptzControl/{id}`
|
|
289
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
383
290
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
384
291
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
385
292
|
let baseOptions;
|
|
@@ -392,10 +299,11 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
392
299
|
// authentication tokenScheme required
|
|
393
300
|
// http bearer authentication required
|
|
394
301
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
395
|
-
if (
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
302
|
+
if (command !== undefined) {
|
|
303
|
+
localVarQueryParameter['command'] = command;
|
|
304
|
+
}
|
|
305
|
+
if (action !== undefined) {
|
|
306
|
+
localVarQueryParameter['action'] = action;
|
|
399
307
|
}
|
|
400
308
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
401
309
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -406,223 +314,126 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
406
314
|
};
|
|
407
315
|
}),
|
|
408
316
|
/**
|
|
409
|
-
*
|
|
317
|
+
* 获取监控空间列表
|
|
410
318
|
* @summary 监控空间列表
|
|
411
|
-
* @param {
|
|
319
|
+
* @param {number} parkId 园区ID
|
|
320
|
+
* @param {string} [surveillanceName] 监控名称
|
|
321
|
+
* @param {FunctionalAreaEnum} [functionalArea] 功能区
|
|
322
|
+
* @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
|
|
323
|
+
* @param {number} [spaceId] 空间ID
|
|
324
|
+
* @param {number} [flgFirst] 是否首级
|
|
325
|
+
* @param {number} [page] 当前页码
|
|
326
|
+
* @param {number} [pageSize] 每页数量
|
|
412
327
|
* @param {*} [options] Override http request option.
|
|
413
328
|
* @throws {RequiredError}
|
|
414
329
|
*/
|
|
415
|
-
|
|
416
|
-
// verify required parameter '
|
|
417
|
-
(0, common_1.assertParamExists)('
|
|
418
|
-
const localVarPath = `/gizone/
|
|
330
|
+
surveillanceSpaceList: (parkId_1, surveillanceName_1, functionalArea_1, surveillanceStatus_1, spaceId_1, flgFirst_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [parkId_1, surveillanceName_1, functionalArea_1, surveillanceStatus_1, spaceId_1, flgFirst_1, page_1, pageSize_1, ...args_1], void 0, function* (parkId, surveillanceName, functionalArea, surveillanceStatus, spaceId, flgFirst, page, pageSize, options = {}) {
|
|
331
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
332
|
+
(0, common_1.assertParamExists)('surveillanceSpaceList', 'parkId', parkId);
|
|
333
|
+
const localVarPath = `/gizone/surveillance/spaceList`;
|
|
419
334
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
420
335
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
421
336
|
let baseOptions;
|
|
422
337
|
if (configuration) {
|
|
423
338
|
baseOptions = configuration.baseOptions;
|
|
424
339
|
}
|
|
425
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
340
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
426
341
|
const localVarHeaderParameter = {};
|
|
427
342
|
const localVarQueryParameter = {};
|
|
428
343
|
// authentication tokenScheme required
|
|
429
344
|
// http bearer authentication required
|
|
430
345
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
434
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
435
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorSearchVo, localVarRequestOptions, configuration);
|
|
436
|
-
return {
|
|
437
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
438
|
-
options: localVarRequestOptions,
|
|
439
|
-
};
|
|
440
|
-
}),
|
|
441
|
-
/**
|
|
442
|
-
*
|
|
443
|
-
* @summary 同步监控唯一编号
|
|
444
|
-
* @param {MonitorOnlyNumberEditListVo} monitorOnlyNumberEditListVo
|
|
445
|
-
* @param {*} [options] Override http request option.
|
|
446
|
-
* @throws {RequiredError}
|
|
447
|
-
*/
|
|
448
|
-
onlyNumberEdit: (monitorOnlyNumberEditListVo_1, ...args_1) => __awaiter(this, [monitorOnlyNumberEditListVo_1, ...args_1], void 0, function* (monitorOnlyNumberEditListVo, options = {}) {
|
|
449
|
-
// verify required parameter 'monitorOnlyNumberEditListVo' is not null or undefined
|
|
450
|
-
(0, common_1.assertParamExists)('onlyNumberEdit', 'monitorOnlyNumberEditListVo', monitorOnlyNumberEditListVo);
|
|
451
|
-
const localVarPath = `/gizone/monitor/only/number`;
|
|
452
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
453
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
454
|
-
let baseOptions;
|
|
455
|
-
if (configuration) {
|
|
456
|
-
baseOptions = configuration.baseOptions;
|
|
346
|
+
if (surveillanceName !== undefined) {
|
|
347
|
+
localVarQueryParameter['surveillanceName'] = surveillanceName;
|
|
457
348
|
}
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
const localVarQueryParameter = {};
|
|
461
|
-
// authentication tokenScheme required
|
|
462
|
-
// http bearer authentication required
|
|
463
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
464
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
465
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
466
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
467
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
468
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorOnlyNumberEditListVo, localVarRequestOptions, configuration);
|
|
469
|
-
return {
|
|
470
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
471
|
-
options: localVarRequestOptions,
|
|
472
|
-
};
|
|
473
|
-
}),
|
|
474
|
-
/**
|
|
475
|
-
*
|
|
476
|
-
* @summary 监控回放接口
|
|
477
|
-
* @param {MonitorPlayBackVo} monitorPlayBackVo
|
|
478
|
-
* @param {*} [options] Override http request option.
|
|
479
|
-
* @throws {RequiredError}
|
|
480
|
-
*/
|
|
481
|
-
playBack: (monitorPlayBackVo_1, ...args_1) => __awaiter(this, [monitorPlayBackVo_1, ...args_1], void 0, function* (monitorPlayBackVo, options = {}) {
|
|
482
|
-
// verify required parameter 'monitorPlayBackVo' is not null or undefined
|
|
483
|
-
(0, common_1.assertParamExists)('playBack', 'monitorPlayBackVo', monitorPlayBackVo);
|
|
484
|
-
const localVarPath = `/gizone/monitor/playback`;
|
|
485
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
486
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
487
|
-
let baseOptions;
|
|
488
|
-
if (configuration) {
|
|
489
|
-
baseOptions = configuration.baseOptions;
|
|
349
|
+
if (functionalArea !== undefined) {
|
|
350
|
+
localVarQueryParameter['functionalArea'] = functionalArea;
|
|
490
351
|
}
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
const localVarQueryParameter = {};
|
|
494
|
-
// authentication tokenScheme required
|
|
495
|
-
// http bearer authentication required
|
|
496
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
497
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
498
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
499
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
500
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
501
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorPlayBackVo, localVarRequestOptions, configuration);
|
|
502
|
-
return {
|
|
503
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
504
|
-
options: localVarRequestOptions,
|
|
505
|
-
};
|
|
506
|
-
}),
|
|
507
|
-
/**
|
|
508
|
-
*
|
|
509
|
-
* @summary 删除监控
|
|
510
|
-
* @param {number} parkId
|
|
511
|
-
* @param {*} [options] Override http request option.
|
|
512
|
-
* @throws {RequiredError}
|
|
513
|
-
*/
|
|
514
|
-
surveillanceDel: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
515
|
-
// verify required parameter 'parkId' is not null or undefined
|
|
516
|
-
(0, common_1.assertParamExists)('surveillanceDel', 'parkId', parkId);
|
|
517
|
-
const localVarPath = `/gizone/monitor/del`;
|
|
518
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
519
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
520
|
-
let baseOptions;
|
|
521
|
-
if (configuration) {
|
|
522
|
-
baseOptions = configuration.baseOptions;
|
|
352
|
+
if (surveillanceStatus !== undefined) {
|
|
353
|
+
localVarQueryParameter['surveillanceStatus'] = surveillanceStatus;
|
|
523
354
|
}
|
|
524
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
525
|
-
const localVarHeaderParameter = {};
|
|
526
|
-
const localVarQueryParameter = {};
|
|
527
|
-
// authentication tokenScheme required
|
|
528
|
-
// http bearer authentication required
|
|
529
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
530
355
|
if (parkId !== undefined) {
|
|
531
356
|
localVarQueryParameter['parkId'] = parkId;
|
|
532
357
|
}
|
|
533
|
-
(
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
* @param {MonitorSortEntity} monitorSortEntity
|
|
545
|
-
* @param {*} [options] Override http request option.
|
|
546
|
-
* @throws {RequiredError}
|
|
547
|
-
*/
|
|
548
|
-
updateOrSave: (monitorSortEntity_1, ...args_1) => __awaiter(this, [monitorSortEntity_1, ...args_1], void 0, function* (monitorSortEntity, options = {}) {
|
|
549
|
-
// verify required parameter 'monitorSortEntity' is not null or undefined
|
|
550
|
-
(0, common_1.assertParamExists)('updateOrSave', 'monitorSortEntity', monitorSortEntity);
|
|
551
|
-
const localVarPath = `/gizone/monitorSort/updateOrSave`;
|
|
552
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
553
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
554
|
-
let baseOptions;
|
|
555
|
-
if (configuration) {
|
|
556
|
-
baseOptions = configuration.baseOptions;
|
|
358
|
+
if (spaceId !== undefined) {
|
|
359
|
+
localVarQueryParameter['spaceId'] = spaceId;
|
|
360
|
+
}
|
|
361
|
+
if (flgFirst !== undefined) {
|
|
362
|
+
localVarQueryParameter['flgFirst'] = flgFirst;
|
|
363
|
+
}
|
|
364
|
+
if (page !== undefined) {
|
|
365
|
+
localVarQueryParameter['page'] = page;
|
|
366
|
+
}
|
|
367
|
+
if (pageSize !== undefined) {
|
|
368
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
557
369
|
}
|
|
558
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
559
|
-
const localVarHeaderParameter = {};
|
|
560
|
-
const localVarQueryParameter = {};
|
|
561
|
-
// authentication tokenScheme required
|
|
562
|
-
// http bearer authentication required
|
|
563
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
564
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
565
370
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
566
371
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
567
372
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
568
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorSortEntity, localVarRequestOptions, configuration);
|
|
569
373
|
return {
|
|
570
374
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
571
375
|
options: localVarRequestOptions,
|
|
572
376
|
};
|
|
573
377
|
}),
|
|
574
378
|
/**
|
|
575
|
-
*
|
|
576
|
-
* @summary
|
|
379
|
+
* 更新监控信息
|
|
380
|
+
* @summary 更新监控
|
|
577
381
|
* @param {number} id
|
|
382
|
+
* @param {SurveillanceUpdateVo} surveillanceUpdateVo
|
|
578
383
|
* @param {*} [options] Override http request option.
|
|
579
384
|
* @throws {RequiredError}
|
|
580
385
|
*/
|
|
581
|
-
|
|
386
|
+
surveillanceUpdate: (id_1, surveillanceUpdateVo_1, ...args_1) => __awaiter(this, [id_1, surveillanceUpdateVo_1, ...args_1], void 0, function* (id, surveillanceUpdateVo, options = {}) {
|
|
582
387
|
// verify required parameter 'id' is not null or undefined
|
|
583
|
-
(0, common_1.assertParamExists)('
|
|
584
|
-
|
|
388
|
+
(0, common_1.assertParamExists)('surveillanceUpdate', 'id', id);
|
|
389
|
+
// verify required parameter 'surveillanceUpdateVo' is not null or undefined
|
|
390
|
+
(0, common_1.assertParamExists)('surveillanceUpdate', 'surveillanceUpdateVo', surveillanceUpdateVo);
|
|
391
|
+
const localVarPath = `/gizone/surveillance/{id}`
|
|
392
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
585
393
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
586
394
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
587
395
|
let baseOptions;
|
|
588
396
|
if (configuration) {
|
|
589
397
|
baseOptions = configuration.baseOptions;
|
|
590
398
|
}
|
|
591
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
399
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
592
400
|
const localVarHeaderParameter = {};
|
|
593
401
|
const localVarQueryParameter = {};
|
|
594
402
|
// authentication tokenScheme required
|
|
595
403
|
// http bearer authentication required
|
|
596
404
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
597
|
-
|
|
598
|
-
localVarQueryParameter['id'] = id;
|
|
599
|
-
}
|
|
405
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
600
406
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
601
407
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
602
408
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
409
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(surveillanceUpdateVo, localVarRequestOptions, configuration);
|
|
603
410
|
return {
|
|
604
411
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
605
412
|
options: localVarRequestOptions,
|
|
606
413
|
};
|
|
607
414
|
}),
|
|
608
415
|
/**
|
|
609
|
-
*
|
|
610
|
-
* @summary
|
|
611
|
-
* @param {
|
|
416
|
+
* 更新监控点位信息
|
|
417
|
+
* @summary 更新监控点位
|
|
418
|
+
* @param {number} id
|
|
419
|
+
* @param {Array<number>} requestBody
|
|
612
420
|
* @param {*} [options] Override http request option.
|
|
613
421
|
* @throws {RequiredError}
|
|
614
422
|
*/
|
|
615
|
-
|
|
616
|
-
// verify required parameter '
|
|
617
|
-
(0, common_1.assertParamExists)('
|
|
618
|
-
|
|
423
|
+
surveillanceUpdatePoint: (id_1, requestBody_1, ...args_1) => __awaiter(this, [id_1, requestBody_1, ...args_1], void 0, function* (id, requestBody, options = {}) {
|
|
424
|
+
// verify required parameter 'id' is not null or undefined
|
|
425
|
+
(0, common_1.assertParamExists)('surveillanceUpdatePoint', 'id', id);
|
|
426
|
+
// verify required parameter 'requestBody' is not null or undefined
|
|
427
|
+
(0, common_1.assertParamExists)('surveillanceUpdatePoint', 'requestBody', requestBody);
|
|
428
|
+
const localVarPath = `/gizone/surveillance/point/{id}`
|
|
429
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
619
430
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
620
431
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
621
432
|
let baseOptions;
|
|
622
433
|
if (configuration) {
|
|
623
434
|
baseOptions = configuration.baseOptions;
|
|
624
435
|
}
|
|
625
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
436
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
626
437
|
const localVarHeaderParameter = {};
|
|
627
438
|
const localVarQueryParameter = {};
|
|
628
439
|
// authentication tokenScheme required
|
|
@@ -632,7 +443,7 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
632
443
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
633
444
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
634
445
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
635
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
446
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(requestBody, localVarRequestOptions, configuration);
|
|
636
447
|
return {
|
|
637
448
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
638
449
|
options: localVarRequestOptions,
|
|
@@ -649,290 +460,182 @@ const SurveillanceApiFp = function (configuration) {
|
|
|
649
460
|
const localVarAxiosParamCreator = (0, exports.SurveillanceApiAxiosParamCreator)(configuration);
|
|
650
461
|
return {
|
|
651
462
|
/**
|
|
652
|
-
*
|
|
653
|
-
* @summary 监控绑定园区
|
|
654
|
-
* @param {MonitorBindParkVO} monitorBindParkVO
|
|
655
|
-
* @param {*} [options] Override http request option.
|
|
656
|
-
* @throws {RequiredError}
|
|
657
|
-
*/
|
|
658
|
-
bindPark(monitorBindParkVO, options) {
|
|
659
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
660
|
-
var _a, _b, _c;
|
|
661
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.bindPark(monitorBindParkVO, options);
|
|
662
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
663
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.bindPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
664
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
665
|
-
});
|
|
666
|
-
},
|
|
667
|
-
/**
|
|
668
|
-
*
|
|
669
|
-
* @summary 监控云台控制
|
|
670
|
-
* @param {MonitorPanTiltControlVO} monitorPanTiltControlVO
|
|
671
|
-
* @param {*} [options] Override http request option.
|
|
672
|
-
* @throws {RequiredError}
|
|
673
|
-
*/
|
|
674
|
-
cameraPTZ(monitorPanTiltControlVO, options) {
|
|
675
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
676
|
-
var _a, _b, _c;
|
|
677
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.cameraPTZ(monitorPanTiltControlVO, options);
|
|
678
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
679
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.cameraPTZ']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
680
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
681
|
-
});
|
|
682
|
-
},
|
|
683
|
-
/**
|
|
684
|
-
*
|
|
463
|
+
* 抓拍监控画面
|
|
685
464
|
* @summary 监控抓拍
|
|
686
465
|
* @param {number} id
|
|
687
466
|
* @param {*} [options] Override http request option.
|
|
688
467
|
* @throws {RequiredError}
|
|
689
468
|
*/
|
|
690
|
-
|
|
469
|
+
surveillanceCapture(id, options) {
|
|
691
470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
692
471
|
var _a, _b, _c;
|
|
693
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
472
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceCapture(id, options);
|
|
694
473
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
695
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
474
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillanceCapture']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
696
475
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
697
476
|
});
|
|
698
477
|
},
|
|
699
478
|
/**
|
|
700
|
-
*
|
|
701
|
-
* @summary
|
|
479
|
+
* 删除监控信息
|
|
480
|
+
* @summary 删除监控
|
|
702
481
|
* @param {number} id
|
|
703
|
-
* @param {number} parkId
|
|
704
|
-
* @param {*} [options] Override http request option.
|
|
705
|
-
* @throws {RequiredError}
|
|
706
|
-
*/
|
|
707
|
-
live(id, parkId, options) {
|
|
708
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
709
|
-
var _a, _b, _c;
|
|
710
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.live(id, parkId, options);
|
|
711
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
712
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.live']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
713
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
714
|
-
});
|
|
715
|
-
},
|
|
716
|
-
/**
|
|
717
|
-
*
|
|
718
|
-
* @summary 监控直播接口
|
|
719
|
-
* @param {number} onlyNumber
|
|
720
482
|
* @param {*} [options] Override http request option.
|
|
721
483
|
* @throws {RequiredError}
|
|
722
484
|
*/
|
|
723
|
-
|
|
485
|
+
surveillanceDelete(id, options) {
|
|
724
486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
725
487
|
var _a, _b, _c;
|
|
726
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
488
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDelete(id, options);
|
|
727
489
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
728
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
490
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillanceDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
729
491
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
730
492
|
});
|
|
731
493
|
},
|
|
732
494
|
/**
|
|
733
|
-
*
|
|
495
|
+
* 获取监控详情
|
|
734
496
|
* @summary 监控详情
|
|
735
497
|
* @param {number} id
|
|
736
498
|
* @param {*} [options] Override http request option.
|
|
737
499
|
* @throws {RequiredError}
|
|
738
500
|
*/
|
|
739
|
-
|
|
740
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
741
|
-
var _a, _b, _c;
|
|
742
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorDetail(id, options);
|
|
743
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
744
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
745
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
746
|
-
});
|
|
747
|
-
},
|
|
748
|
-
/**
|
|
749
|
-
*
|
|
750
|
-
* @summary 编辑监控
|
|
751
|
-
* @param {MonitorEditVo} monitorEditVo
|
|
752
|
-
* @param {*} [options] Override http request option.
|
|
753
|
-
* @throws {RequiredError}
|
|
754
|
-
*/
|
|
755
|
-
monitorEdit(monitorEditVo, options) {
|
|
501
|
+
surveillanceDetails(id, options) {
|
|
756
502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
757
503
|
var _a, _b, _c;
|
|
758
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
504
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDetails(id, options);
|
|
759
505
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
760
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
506
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillanceDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
761
507
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
762
508
|
});
|
|
763
509
|
},
|
|
764
510
|
/**
|
|
765
|
-
*
|
|
511
|
+
* 获取监控列表
|
|
766
512
|
* @summary 监控列表
|
|
767
|
-
* @param {
|
|
513
|
+
* @param {number} parkId 园区ID
|
|
514
|
+
* @param {string} [surveillanceName] 监控名称
|
|
515
|
+
* @param {FunctionalAreaEnum} [functionalArea] 功能区
|
|
516
|
+
* @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
|
|
517
|
+
* @param {number} [spaceId] 空间ID
|
|
518
|
+
* @param {number} [flgFirst] 是否首级
|
|
519
|
+
* @param {number} [page] 当前页码
|
|
520
|
+
* @param {number} [pageSize] 每页数量
|
|
768
521
|
* @param {*} [options] Override http request option.
|
|
769
522
|
* @throws {RequiredError}
|
|
770
523
|
*/
|
|
771
|
-
|
|
524
|
+
surveillanceList(parkId, surveillanceName, functionalArea, surveillanceStatus, spaceId, flgFirst, page, pageSize, options) {
|
|
772
525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
773
526
|
var _a, _b, _c;
|
|
774
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
527
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceList(parkId, surveillanceName, functionalArea, surveillanceStatus, spaceId, flgFirst, page, pageSize, options);
|
|
775
528
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
776
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
529
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillanceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
777
530
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
778
531
|
});
|
|
779
532
|
},
|
|
780
533
|
/**
|
|
781
|
-
*
|
|
782
|
-
* @summary
|
|
534
|
+
* 获取监控直播流
|
|
535
|
+
* @summary 监控直播流
|
|
783
536
|
* @param {number} id
|
|
784
537
|
* @param {*} [options] Override http request option.
|
|
785
538
|
* @throws {RequiredError}
|
|
786
539
|
*/
|
|
787
|
-
|
|
540
|
+
surveillanceLive(id, options) {
|
|
788
541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
789
542
|
var _a, _b, _c;
|
|
790
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
543
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceLive(id, options);
|
|
791
544
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
792
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
545
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillanceLive']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
793
546
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
794
547
|
});
|
|
795
548
|
},
|
|
796
549
|
/**
|
|
797
|
-
*
|
|
798
|
-
* @summary
|
|
550
|
+
* 获取监控回放流
|
|
551
|
+
* @summary 监控回放流
|
|
552
|
+
* @param {number} id
|
|
553
|
+
* @param {string} startTime 回放开始时间
|
|
554
|
+
* @param {string} endTime 回放结束时间
|
|
799
555
|
* @param {*} [options] Override http request option.
|
|
800
556
|
* @throws {RequiredError}
|
|
801
557
|
*/
|
|
802
|
-
|
|
558
|
+
surveillancePlayback(id, startTime, endTime, options) {
|
|
803
559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
804
560
|
var _a, _b, _c;
|
|
805
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
561
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillancePlayback(id, startTime, endTime, options);
|
|
806
562
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
807
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
563
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillancePlayback']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
808
564
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
809
565
|
});
|
|
810
566
|
},
|
|
811
567
|
/**
|
|
812
|
-
*
|
|
813
|
-
* @summary
|
|
814
|
-
* @param {
|
|
568
|
+
* 控制监控设备的云台
|
|
569
|
+
* @summary 监控云台控制
|
|
570
|
+
* @param {number} id
|
|
571
|
+
* @param {SurveillancePtzControlCommandEnum} command 控制命令
|
|
572
|
+
* @param {SurveillancePtzControlActionEnum} action 控制动作
|
|
815
573
|
* @param {*} [options] Override http request option.
|
|
816
574
|
* @throws {RequiredError}
|
|
817
575
|
*/
|
|
818
|
-
|
|
576
|
+
surveillancePtzControl(id, command, action, options) {
|
|
819
577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
820
578
|
var _a, _b, _c;
|
|
821
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
579
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillancePtzControl(id, command, action, options);
|
|
822
580
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
823
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
581
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillancePtzControl']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
824
582
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
825
583
|
});
|
|
826
584
|
},
|
|
827
585
|
/**
|
|
828
|
-
*
|
|
586
|
+
* 获取监控空间列表
|
|
829
587
|
* @summary 监控空间列表
|
|
830
|
-
* @param {
|
|
831
|
-
* @param {
|
|
832
|
-
* @
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
839
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorSpaceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
840
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
841
|
-
});
|
|
842
|
-
},
|
|
843
|
-
/**
|
|
844
|
-
*
|
|
845
|
-
* @summary 同步监控唯一编号
|
|
846
|
-
* @param {MonitorOnlyNumberEditListVo} monitorOnlyNumberEditListVo
|
|
847
|
-
* @param {*} [options] Override http request option.
|
|
848
|
-
* @throws {RequiredError}
|
|
849
|
-
*/
|
|
850
|
-
onlyNumberEdit(monitorOnlyNumberEditListVo, options) {
|
|
851
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
852
|
-
var _a, _b, _c;
|
|
853
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.onlyNumberEdit(monitorOnlyNumberEditListVo, options);
|
|
854
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
855
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.onlyNumberEdit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
856
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
857
|
-
});
|
|
858
|
-
},
|
|
859
|
-
/**
|
|
860
|
-
*
|
|
861
|
-
* @summary 监控回放接口
|
|
862
|
-
* @param {MonitorPlayBackVo} monitorPlayBackVo
|
|
588
|
+
* @param {number} parkId 园区ID
|
|
589
|
+
* @param {string} [surveillanceName] 监控名称
|
|
590
|
+
* @param {FunctionalAreaEnum} [functionalArea] 功能区
|
|
591
|
+
* @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
|
|
592
|
+
* @param {number} [spaceId] 空间ID
|
|
593
|
+
* @param {number} [flgFirst] 是否首级
|
|
594
|
+
* @param {number} [page] 当前页码
|
|
595
|
+
* @param {number} [pageSize] 每页数量
|
|
863
596
|
* @param {*} [options] Override http request option.
|
|
864
597
|
* @throws {RequiredError}
|
|
865
598
|
*/
|
|
866
|
-
|
|
599
|
+
surveillanceSpaceList(parkId, surveillanceName, functionalArea, surveillanceStatus, spaceId, flgFirst, page, pageSize, options) {
|
|
867
600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
868
601
|
var _a, _b, _c;
|
|
869
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
602
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSpaceList(parkId, surveillanceName, functionalArea, surveillanceStatus, spaceId, flgFirst, page, pageSize, options);
|
|
870
603
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
871
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
604
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillanceSpaceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
872
605
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
873
606
|
});
|
|
874
607
|
},
|
|
875
608
|
/**
|
|
876
|
-
*
|
|
877
|
-
* @summary
|
|
878
|
-
* @param {number} parkId
|
|
879
|
-
* @param {*} [options] Override http request option.
|
|
880
|
-
* @throws {RequiredError}
|
|
881
|
-
*/
|
|
882
|
-
surveillanceDel(parkId, options) {
|
|
883
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
884
|
-
var _a, _b, _c;
|
|
885
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDel(parkId, options);
|
|
886
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
887
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillanceDel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
888
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
889
|
-
});
|
|
890
|
-
},
|
|
891
|
-
/**
|
|
892
|
-
*
|
|
893
|
-
* @summary 修改或新增
|
|
894
|
-
* @param {MonitorSortEntity} monitorSortEntity
|
|
895
|
-
* @param {*} [options] Override http request option.
|
|
896
|
-
* @throws {RequiredError}
|
|
897
|
-
*/
|
|
898
|
-
updateOrSave(monitorSortEntity, options) {
|
|
899
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
900
|
-
var _a, _b, _c;
|
|
901
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateOrSave(monitorSortEntity, options);
|
|
902
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
903
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.updateOrSave']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
904
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
905
|
-
});
|
|
906
|
-
},
|
|
907
|
-
/**
|
|
908
|
-
*
|
|
909
|
-
* @summary 删除
|
|
609
|
+
* 更新监控信息
|
|
610
|
+
* @summary 更新监控
|
|
910
611
|
* @param {number} id
|
|
612
|
+
* @param {SurveillanceUpdateVo} surveillanceUpdateVo
|
|
911
613
|
* @param {*} [options] Override http request option.
|
|
912
614
|
* @throws {RequiredError}
|
|
913
615
|
*/
|
|
914
|
-
|
|
616
|
+
surveillanceUpdate(id, surveillanceUpdateVo, options) {
|
|
915
617
|
return __awaiter(this, void 0, void 0, function* () {
|
|
916
618
|
var _a, _b, _c;
|
|
917
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
619
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceUpdate(id, surveillanceUpdateVo, options);
|
|
918
620
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
919
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
621
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillanceUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
920
622
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
921
623
|
});
|
|
922
624
|
},
|
|
923
625
|
/**
|
|
924
|
-
*
|
|
925
|
-
* @summary
|
|
926
|
-
* @param {
|
|
626
|
+
* 更新监控点位信息
|
|
627
|
+
* @summary 更新监控点位
|
|
628
|
+
* @param {number} id
|
|
629
|
+
* @param {Array<number>} requestBody
|
|
927
630
|
* @param {*} [options] Override http request option.
|
|
928
631
|
* @throws {RequiredError}
|
|
929
632
|
*/
|
|
930
|
-
|
|
633
|
+
surveillanceUpdatePoint(id, requestBody, options) {
|
|
931
634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
932
635
|
var _a, _b, _c;
|
|
933
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
636
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceUpdatePoint(id, requestBody, options);
|
|
934
637
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
935
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
638
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.surveillanceUpdatePoint']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
936
639
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
937
640
|
});
|
|
938
641
|
},
|
|
@@ -947,183 +650,104 @@ const SurveillanceApiFactory = function (configuration, basePath, axios) {
|
|
|
947
650
|
const localVarFp = (0, exports.SurveillanceApiFp)(configuration);
|
|
948
651
|
return {
|
|
949
652
|
/**
|
|
950
|
-
*
|
|
951
|
-
* @summary 监控绑定园区
|
|
952
|
-
* @param {SurveillanceApiBindParkRequest} requestParameters Request parameters.
|
|
953
|
-
* @param {*} [options] Override http request option.
|
|
954
|
-
* @throws {RequiredError}
|
|
955
|
-
*/
|
|
956
|
-
bindPark(requestParameters, options) {
|
|
957
|
-
return localVarFp.bindPark(requestParameters.monitorBindParkVO, options).then((request) => request(axios, basePath));
|
|
958
|
-
},
|
|
959
|
-
/**
|
|
960
|
-
*
|
|
961
|
-
* @summary 监控云台控制
|
|
962
|
-
* @param {SurveillanceApiCameraPTZRequest} requestParameters Request parameters.
|
|
963
|
-
* @param {*} [options] Override http request option.
|
|
964
|
-
* @throws {RequiredError}
|
|
965
|
-
*/
|
|
966
|
-
cameraPTZ(requestParameters, options) {
|
|
967
|
-
return localVarFp.cameraPTZ(requestParameters.monitorPanTiltControlVO, options).then((request) => request(axios, basePath));
|
|
968
|
-
},
|
|
969
|
-
/**
|
|
970
|
-
*
|
|
653
|
+
* 抓拍监控画面
|
|
971
654
|
* @summary 监控抓拍
|
|
972
|
-
* @param {
|
|
655
|
+
* @param {SurveillanceApiSurveillanceCaptureRequest} requestParameters Request parameters.
|
|
973
656
|
* @param {*} [options] Override http request option.
|
|
974
657
|
* @throws {RequiredError}
|
|
975
658
|
*/
|
|
976
|
-
|
|
977
|
-
return localVarFp.
|
|
659
|
+
surveillanceCapture(requestParameters, options) {
|
|
660
|
+
return localVarFp.surveillanceCapture(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
978
661
|
},
|
|
979
662
|
/**
|
|
980
|
-
*
|
|
981
|
-
* @summary
|
|
982
|
-
* @param {
|
|
983
|
-
* @param {*} [options] Override http request option.
|
|
984
|
-
* @throws {RequiredError}
|
|
985
|
-
*/
|
|
986
|
-
live(requestParameters, options) {
|
|
987
|
-
return localVarFp.live(requestParameters.id, requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
988
|
-
},
|
|
989
|
-
/**
|
|
990
|
-
*
|
|
991
|
-
* @summary 监控直播接口
|
|
992
|
-
* @param {SurveillanceApiLiveBroadCastRequest} requestParameters Request parameters.
|
|
663
|
+
* 删除监控信息
|
|
664
|
+
* @summary 删除监控
|
|
665
|
+
* @param {SurveillanceApiSurveillanceDeleteRequest} requestParameters Request parameters.
|
|
993
666
|
* @param {*} [options] Override http request option.
|
|
994
667
|
* @throws {RequiredError}
|
|
995
668
|
*/
|
|
996
|
-
|
|
997
|
-
return localVarFp.
|
|
669
|
+
surveillanceDelete(requestParameters, options) {
|
|
670
|
+
return localVarFp.surveillanceDelete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
998
671
|
},
|
|
999
672
|
/**
|
|
1000
|
-
*
|
|
673
|
+
* 获取监控详情
|
|
1001
674
|
* @summary 监控详情
|
|
1002
|
-
* @param {
|
|
675
|
+
* @param {SurveillanceApiSurveillanceDetailsRequest} requestParameters Request parameters.
|
|
1003
676
|
* @param {*} [options] Override http request option.
|
|
1004
677
|
* @throws {RequiredError}
|
|
1005
678
|
*/
|
|
1006
|
-
|
|
1007
|
-
return localVarFp.
|
|
679
|
+
surveillanceDetails(requestParameters, options) {
|
|
680
|
+
return localVarFp.surveillanceDetails(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1008
681
|
},
|
|
1009
682
|
/**
|
|
1010
|
-
*
|
|
1011
|
-
* @summary 编辑监控
|
|
1012
|
-
* @param {SurveillanceApiMonitorEditRequest} requestParameters Request parameters.
|
|
1013
|
-
* @param {*} [options] Override http request option.
|
|
1014
|
-
* @throws {RequiredError}
|
|
1015
|
-
*/
|
|
1016
|
-
monitorEdit(requestParameters, options) {
|
|
1017
|
-
return localVarFp.monitorEdit(requestParameters.monitorEditVo, options).then((request) => request(axios, basePath));
|
|
1018
|
-
},
|
|
1019
|
-
/**
|
|
1020
|
-
*
|
|
683
|
+
* 获取监控列表
|
|
1021
684
|
* @summary 监控列表
|
|
1022
|
-
* @param {
|
|
685
|
+
* @param {SurveillanceApiSurveillanceListRequest} requestParameters Request parameters.
|
|
1023
686
|
* @param {*} [options] Override http request option.
|
|
1024
687
|
* @throws {RequiredError}
|
|
1025
688
|
*/
|
|
1026
|
-
|
|
1027
|
-
return localVarFp.
|
|
689
|
+
surveillanceList(requestParameters, options) {
|
|
690
|
+
return localVarFp.surveillanceList(requestParameters.parkId, requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.spaceId, requestParameters.flgFirst, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
1028
691
|
},
|
|
1029
692
|
/**
|
|
1030
|
-
*
|
|
1031
|
-
* @summary
|
|
1032
|
-
* @param {
|
|
693
|
+
* 获取监控直播流
|
|
694
|
+
* @summary 监控直播流
|
|
695
|
+
* @param {SurveillanceApiSurveillanceLiveRequest} requestParameters Request parameters.
|
|
1033
696
|
* @param {*} [options] Override http request option.
|
|
1034
697
|
* @throws {RequiredError}
|
|
1035
698
|
*/
|
|
1036
|
-
|
|
1037
|
-
return localVarFp.
|
|
699
|
+
surveillanceLive(requestParameters, options) {
|
|
700
|
+
return localVarFp.surveillanceLive(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1038
701
|
},
|
|
1039
702
|
/**
|
|
1040
|
-
*
|
|
1041
|
-
* @summary
|
|
703
|
+
* 获取监控回放流
|
|
704
|
+
* @summary 监控回放流
|
|
705
|
+
* @param {SurveillanceApiSurveillancePlaybackRequest} requestParameters Request parameters.
|
|
1042
706
|
* @param {*} [options] Override http request option.
|
|
1043
707
|
* @throws {RequiredError}
|
|
1044
708
|
*/
|
|
1045
|
-
|
|
1046
|
-
return localVarFp.
|
|
709
|
+
surveillancePlayback(requestParameters, options) {
|
|
710
|
+
return localVarFp.surveillancePlayback(requestParameters.id, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
|
|
1047
711
|
},
|
|
1048
712
|
/**
|
|
1049
|
-
*
|
|
1050
|
-
* @summary
|
|
1051
|
-
* @param {
|
|
713
|
+
* 控制监控设备的云台
|
|
714
|
+
* @summary 监控云台控制
|
|
715
|
+
* @param {SurveillanceApiSurveillancePtzControlRequest} requestParameters Request parameters.
|
|
1052
716
|
* @param {*} [options] Override http request option.
|
|
1053
717
|
* @throws {RequiredError}
|
|
1054
718
|
*/
|
|
1055
|
-
|
|
1056
|
-
return localVarFp.
|
|
719
|
+
surveillancePtzControl(requestParameters, options) {
|
|
720
|
+
return localVarFp.surveillancePtzControl(requestParameters.id, requestParameters.command, requestParameters.action, options).then((request) => request(axios, basePath));
|
|
1057
721
|
},
|
|
1058
722
|
/**
|
|
1059
|
-
*
|
|
723
|
+
* 获取监控空间列表
|
|
1060
724
|
* @summary 监控空间列表
|
|
1061
|
-
* @param {
|
|
1062
|
-
* @param {*} [options] Override http request option.
|
|
1063
|
-
* @throws {RequiredError}
|
|
1064
|
-
*/
|
|
1065
|
-
monitorSpaceList(requestParameters, options) {
|
|
1066
|
-
return localVarFp.monitorSpaceList(requestParameters.monitorSearchVo, options).then((request) => request(axios, basePath));
|
|
1067
|
-
},
|
|
1068
|
-
/**
|
|
1069
|
-
*
|
|
1070
|
-
* @summary 同步监控唯一编号
|
|
1071
|
-
* @param {SurveillanceApiOnlyNumberEditRequest} requestParameters Request parameters.
|
|
1072
|
-
* @param {*} [options] Override http request option.
|
|
1073
|
-
* @throws {RequiredError}
|
|
1074
|
-
*/
|
|
1075
|
-
onlyNumberEdit(requestParameters, options) {
|
|
1076
|
-
return localVarFp.onlyNumberEdit(requestParameters.monitorOnlyNumberEditListVo, options).then((request) => request(axios, basePath));
|
|
1077
|
-
},
|
|
1078
|
-
/**
|
|
1079
|
-
*
|
|
1080
|
-
* @summary 监控回放接口
|
|
1081
|
-
* @param {SurveillanceApiPlayBackRequest} requestParameters Request parameters.
|
|
725
|
+
* @param {SurveillanceApiSurveillanceSpaceListRequest} requestParameters Request parameters.
|
|
1082
726
|
* @param {*} [options] Override http request option.
|
|
1083
727
|
* @throws {RequiredError}
|
|
1084
728
|
*/
|
|
1085
|
-
|
|
1086
|
-
return localVarFp.
|
|
729
|
+
surveillanceSpaceList(requestParameters, options) {
|
|
730
|
+
return localVarFp.surveillanceSpaceList(requestParameters.parkId, requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.spaceId, requestParameters.flgFirst, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
1087
731
|
},
|
|
1088
732
|
/**
|
|
1089
|
-
*
|
|
1090
|
-
* @summary
|
|
1091
|
-
* @param {
|
|
733
|
+
* 更新监控信息
|
|
734
|
+
* @summary 更新监控
|
|
735
|
+
* @param {SurveillanceApiSurveillanceUpdateRequest} requestParameters Request parameters.
|
|
1092
736
|
* @param {*} [options] Override http request option.
|
|
1093
737
|
* @throws {RequiredError}
|
|
1094
738
|
*/
|
|
1095
|
-
|
|
1096
|
-
return localVarFp.
|
|
739
|
+
surveillanceUpdate(requestParameters, options) {
|
|
740
|
+
return localVarFp.surveillanceUpdate(requestParameters.id, requestParameters.surveillanceUpdateVo, options).then((request) => request(axios, basePath));
|
|
1097
741
|
},
|
|
1098
742
|
/**
|
|
1099
|
-
*
|
|
1100
|
-
* @summary
|
|
1101
|
-
* @param {
|
|
743
|
+
* 更新监控点位信息
|
|
744
|
+
* @summary 更新监控点位
|
|
745
|
+
* @param {SurveillanceApiSurveillanceUpdatePointRequest} requestParameters Request parameters.
|
|
1102
746
|
* @param {*} [options] Override http request option.
|
|
1103
747
|
* @throws {RequiredError}
|
|
1104
748
|
*/
|
|
1105
|
-
|
|
1106
|
-
return localVarFp.
|
|
1107
|
-
},
|
|
1108
|
-
/**
|
|
1109
|
-
*
|
|
1110
|
-
* @summary 删除
|
|
1111
|
-
* @param {SurveillanceApiUpdateOrSave1Request} requestParameters Request parameters.
|
|
1112
|
-
* @param {*} [options] Override http request option.
|
|
1113
|
-
* @throws {RequiredError}
|
|
1114
|
-
*/
|
|
1115
|
-
updateOrSave1(requestParameters, options) {
|
|
1116
|
-
return localVarFp.updateOrSave1(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1117
|
-
},
|
|
1118
|
-
/**
|
|
1119
|
-
*
|
|
1120
|
-
* @summary 同步监控设备接口
|
|
1121
|
-
* @param {SurveillanceApiWithEquipmentRequest} requestParameters Request parameters.
|
|
1122
|
-
* @param {*} [options] Override http request option.
|
|
1123
|
-
* @throws {RequiredError}
|
|
1124
|
-
*/
|
|
1125
|
-
withEquipment(requestParameters, options) {
|
|
1126
|
-
return localVarFp.withEquipment(requestParameters.gizoneDevicveListSearchVO, options).then((request) => request(axios, basePath));
|
|
749
|
+
surveillanceUpdatePoint(requestParameters, options) {
|
|
750
|
+
return localVarFp.surveillanceUpdatePoint(requestParameters.id, requestParameters.requestBody, options).then((request) => request(axios, basePath));
|
|
1127
751
|
},
|
|
1128
752
|
};
|
|
1129
753
|
};
|
|
@@ -1136,201 +760,132 @@ exports.SurveillanceApiFactory = SurveillanceApiFactory;
|
|
|
1136
760
|
*/
|
|
1137
761
|
class SurveillanceApi extends base_1.BaseAPI {
|
|
1138
762
|
/**
|
|
1139
|
-
*
|
|
1140
|
-
* @summary 监控绑定园区
|
|
1141
|
-
* @param {SurveillanceApiBindParkRequest} requestParameters Request parameters.
|
|
1142
|
-
* @param {*} [options] Override http request option.
|
|
1143
|
-
* @throws {RequiredError}
|
|
1144
|
-
* @memberof SurveillanceApi
|
|
1145
|
-
*/
|
|
1146
|
-
bindPark(requestParameters, options) {
|
|
1147
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).bindPark(requestParameters.monitorBindParkVO, options).then((request) => request(this.axios, this.basePath));
|
|
1148
|
-
}
|
|
1149
|
-
/**
|
|
1150
|
-
*
|
|
1151
|
-
* @summary 监控云台控制
|
|
1152
|
-
* @param {SurveillanceApiCameraPTZRequest} requestParameters Request parameters.
|
|
1153
|
-
* @param {*} [options] Override http request option.
|
|
1154
|
-
* @throws {RequiredError}
|
|
1155
|
-
* @memberof SurveillanceApi
|
|
1156
|
-
*/
|
|
1157
|
-
cameraPTZ(requestParameters, options) {
|
|
1158
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).cameraPTZ(requestParameters.monitorPanTiltControlVO, options).then((request) => request(this.axios, this.basePath));
|
|
1159
|
-
}
|
|
1160
|
-
/**
|
|
1161
|
-
*
|
|
763
|
+
* 抓拍监控画面
|
|
1162
764
|
* @summary 监控抓拍
|
|
1163
|
-
* @param {
|
|
1164
|
-
* @param {*} [options] Override http request option.
|
|
1165
|
-
* @throws {RequiredError}
|
|
1166
|
-
* @memberof SurveillanceApi
|
|
1167
|
-
*/
|
|
1168
|
-
capture(requestParameters, options) {
|
|
1169
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).capture(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1170
|
-
}
|
|
1171
|
-
/**
|
|
1172
|
-
*
|
|
1173
|
-
* @summary 监控直播
|
|
1174
|
-
* @param {SurveillanceApiLiveRequest} requestParameters Request parameters.
|
|
765
|
+
* @param {SurveillanceApiSurveillanceCaptureRequest} requestParameters Request parameters.
|
|
1175
766
|
* @param {*} [options] Override http request option.
|
|
1176
767
|
* @throws {RequiredError}
|
|
1177
768
|
* @memberof SurveillanceApi
|
|
1178
769
|
*/
|
|
1179
|
-
|
|
1180
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
770
|
+
surveillanceCapture(requestParameters, options) {
|
|
771
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceCapture(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1181
772
|
}
|
|
1182
773
|
/**
|
|
1183
|
-
*
|
|
1184
|
-
* @summary
|
|
1185
|
-
* @param {
|
|
774
|
+
* 删除监控信息
|
|
775
|
+
* @summary 删除监控
|
|
776
|
+
* @param {SurveillanceApiSurveillanceDeleteRequest} requestParameters Request parameters.
|
|
1186
777
|
* @param {*} [options] Override http request option.
|
|
1187
778
|
* @throws {RequiredError}
|
|
1188
779
|
* @memberof SurveillanceApi
|
|
1189
780
|
*/
|
|
1190
|
-
|
|
1191
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
781
|
+
surveillanceDelete(requestParameters, options) {
|
|
782
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1192
783
|
}
|
|
1193
784
|
/**
|
|
1194
|
-
*
|
|
785
|
+
* 获取监控详情
|
|
1195
786
|
* @summary 监控详情
|
|
1196
|
-
* @param {
|
|
787
|
+
* @param {SurveillanceApiSurveillanceDetailsRequest} requestParameters Request parameters.
|
|
1197
788
|
* @param {*} [options] Override http request option.
|
|
1198
789
|
* @throws {RequiredError}
|
|
1199
790
|
* @memberof SurveillanceApi
|
|
1200
791
|
*/
|
|
1201
|
-
|
|
1202
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
792
|
+
surveillanceDetails(requestParameters, options) {
|
|
793
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1203
794
|
}
|
|
1204
795
|
/**
|
|
1205
|
-
*
|
|
1206
|
-
* @summary 编辑监控
|
|
1207
|
-
* @param {SurveillanceApiMonitorEditRequest} requestParameters Request parameters.
|
|
1208
|
-
* @param {*} [options] Override http request option.
|
|
1209
|
-
* @throws {RequiredError}
|
|
1210
|
-
* @memberof SurveillanceApi
|
|
1211
|
-
*/
|
|
1212
|
-
monitorEdit(requestParameters, options) {
|
|
1213
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).monitorEdit(requestParameters.monitorEditVo, options).then((request) => request(this.axios, this.basePath));
|
|
1214
|
-
}
|
|
1215
|
-
/**
|
|
1216
|
-
*
|
|
796
|
+
* 获取监控列表
|
|
1217
797
|
* @summary 监控列表
|
|
1218
|
-
* @param {
|
|
798
|
+
* @param {SurveillanceApiSurveillanceListRequest} requestParameters Request parameters.
|
|
1219
799
|
* @param {*} [options] Override http request option.
|
|
1220
800
|
* @throws {RequiredError}
|
|
1221
801
|
* @memberof SurveillanceApi
|
|
1222
802
|
*/
|
|
1223
|
-
|
|
1224
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
803
|
+
surveillanceList(requestParameters, options) {
|
|
804
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceList(requestParameters.parkId, requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.spaceId, requestParameters.flgFirst, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
1225
805
|
}
|
|
1226
806
|
/**
|
|
1227
|
-
*
|
|
1228
|
-
* @summary
|
|
1229
|
-
* @param {
|
|
807
|
+
* 获取监控直播流
|
|
808
|
+
* @summary 监控直播流
|
|
809
|
+
* @param {SurveillanceApiSurveillanceLiveRequest} requestParameters Request parameters.
|
|
1230
810
|
* @param {*} [options] Override http request option.
|
|
1231
811
|
* @throws {RequiredError}
|
|
1232
812
|
* @memberof SurveillanceApi
|
|
1233
813
|
*/
|
|
1234
|
-
|
|
1235
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
814
|
+
surveillanceLive(requestParameters, options) {
|
|
815
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceLive(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1236
816
|
}
|
|
1237
817
|
/**
|
|
1238
|
-
*
|
|
1239
|
-
* @summary
|
|
818
|
+
* 获取监控回放流
|
|
819
|
+
* @summary 监控回放流
|
|
820
|
+
* @param {SurveillanceApiSurveillancePlaybackRequest} requestParameters Request parameters.
|
|
1240
821
|
* @param {*} [options] Override http request option.
|
|
1241
822
|
* @throws {RequiredError}
|
|
1242
823
|
* @memberof SurveillanceApi
|
|
1243
824
|
*/
|
|
1244
|
-
|
|
1245
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
825
|
+
surveillancePlayback(requestParameters, options) {
|
|
826
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).surveillancePlayback(requestParameters.id, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
|
|
1246
827
|
}
|
|
1247
828
|
/**
|
|
1248
|
-
*
|
|
1249
|
-
* @summary
|
|
1250
|
-
* @param {
|
|
829
|
+
* 控制监控设备的云台
|
|
830
|
+
* @summary 监控云台控制
|
|
831
|
+
* @param {SurveillanceApiSurveillancePtzControlRequest} requestParameters Request parameters.
|
|
1251
832
|
* @param {*} [options] Override http request option.
|
|
1252
833
|
* @throws {RequiredError}
|
|
1253
834
|
* @memberof SurveillanceApi
|
|
1254
835
|
*/
|
|
1255
|
-
|
|
1256
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
836
|
+
surveillancePtzControl(requestParameters, options) {
|
|
837
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).surveillancePtzControl(requestParameters.id, requestParameters.command, requestParameters.action, options).then((request) => request(this.axios, this.basePath));
|
|
1257
838
|
}
|
|
1258
839
|
/**
|
|
1259
|
-
*
|
|
840
|
+
* 获取监控空间列表
|
|
1260
841
|
* @summary 监控空间列表
|
|
1261
|
-
* @param {
|
|
842
|
+
* @param {SurveillanceApiSurveillanceSpaceListRequest} requestParameters Request parameters.
|
|
1262
843
|
* @param {*} [options] Override http request option.
|
|
1263
844
|
* @throws {RequiredError}
|
|
1264
845
|
* @memberof SurveillanceApi
|
|
1265
846
|
*/
|
|
1266
|
-
|
|
1267
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
847
|
+
surveillanceSpaceList(requestParameters, options) {
|
|
848
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceSpaceList(requestParameters.parkId, requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.spaceId, requestParameters.flgFirst, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
1268
849
|
}
|
|
1269
850
|
/**
|
|
1270
|
-
*
|
|
1271
|
-
* @summary
|
|
1272
|
-
* @param {
|
|
851
|
+
* 更新监控信息
|
|
852
|
+
* @summary 更新监控
|
|
853
|
+
* @param {SurveillanceApiSurveillanceUpdateRequest} requestParameters Request parameters.
|
|
1273
854
|
* @param {*} [options] Override http request option.
|
|
1274
855
|
* @throws {RequiredError}
|
|
1275
856
|
* @memberof SurveillanceApi
|
|
1276
857
|
*/
|
|
1277
|
-
|
|
1278
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
858
|
+
surveillanceUpdate(requestParameters, options) {
|
|
859
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceUpdate(requestParameters.id, requestParameters.surveillanceUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
1279
860
|
}
|
|
1280
861
|
/**
|
|
1281
|
-
*
|
|
1282
|
-
* @summary
|
|
1283
|
-
* @param {
|
|
1284
|
-
* @param {*} [options] Override http request option.
|
|
1285
|
-
* @throws {RequiredError}
|
|
1286
|
-
* @memberof SurveillanceApi
|
|
1287
|
-
*/
|
|
1288
|
-
playBack(requestParameters, options) {
|
|
1289
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).playBack(requestParameters.monitorPlayBackVo, options).then((request) => request(this.axios, this.basePath));
|
|
1290
|
-
}
|
|
1291
|
-
/**
|
|
1292
|
-
*
|
|
1293
|
-
* @summary 删除监控
|
|
1294
|
-
* @param {SurveillanceApiSurveillanceDelRequest} requestParameters Request parameters.
|
|
862
|
+
* 更新监控点位信息
|
|
863
|
+
* @summary 更新监控点位
|
|
864
|
+
* @param {SurveillanceApiSurveillanceUpdatePointRequest} requestParameters Request parameters.
|
|
1295
865
|
* @param {*} [options] Override http request option.
|
|
1296
866
|
* @throws {RequiredError}
|
|
1297
867
|
* @memberof SurveillanceApi
|
|
1298
868
|
*/
|
|
1299
|
-
|
|
1300
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
1301
|
-
}
|
|
1302
|
-
/**
|
|
1303
|
-
*
|
|
1304
|
-
* @summary 修改或新增
|
|
1305
|
-
* @param {SurveillanceApiUpdateOrSaveRequest} requestParameters Request parameters.
|
|
1306
|
-
* @param {*} [options] Override http request option.
|
|
1307
|
-
* @throws {RequiredError}
|
|
1308
|
-
* @memberof SurveillanceApi
|
|
1309
|
-
*/
|
|
1310
|
-
updateOrSave(requestParameters, options) {
|
|
1311
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).updateOrSave(requestParameters.monitorSortEntity, options).then((request) => request(this.axios, this.basePath));
|
|
1312
|
-
}
|
|
1313
|
-
/**
|
|
1314
|
-
*
|
|
1315
|
-
* @summary 删除
|
|
1316
|
-
* @param {SurveillanceApiUpdateOrSave1Request} requestParameters Request parameters.
|
|
1317
|
-
* @param {*} [options] Override http request option.
|
|
1318
|
-
* @throws {RequiredError}
|
|
1319
|
-
* @memberof SurveillanceApi
|
|
1320
|
-
*/
|
|
1321
|
-
updateOrSave1(requestParameters, options) {
|
|
1322
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).updateOrSave1(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1323
|
-
}
|
|
1324
|
-
/**
|
|
1325
|
-
*
|
|
1326
|
-
* @summary 同步监控设备接口
|
|
1327
|
-
* @param {SurveillanceApiWithEquipmentRequest} requestParameters Request parameters.
|
|
1328
|
-
* @param {*} [options] Override http request option.
|
|
1329
|
-
* @throws {RequiredError}
|
|
1330
|
-
* @memberof SurveillanceApi
|
|
1331
|
-
*/
|
|
1332
|
-
withEquipment(requestParameters, options) {
|
|
1333
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).withEquipment(requestParameters.gizoneDevicveListSearchVO, options).then((request) => request(this.axios, this.basePath));
|
|
869
|
+
surveillanceUpdatePoint(requestParameters, options) {
|
|
870
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceUpdatePoint(requestParameters.id, requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
1334
871
|
}
|
|
1335
872
|
}
|
|
1336
873
|
exports.SurveillanceApi = SurveillanceApi;
|
|
874
|
+
/**
|
|
875
|
+
* @export
|
|
876
|
+
*/
|
|
877
|
+
exports.SurveillancePtzControlCommandEnum = {
|
|
878
|
+
Left: 'LEFT',
|
|
879
|
+
Right: 'RIGHT',
|
|
880
|
+
Up: 'UP',
|
|
881
|
+
Down: 'DOWN',
|
|
882
|
+
ZoomIn: 'ZOOM_IN',
|
|
883
|
+
ZoomOut: 'ZOOM_OUT'
|
|
884
|
+
};
|
|
885
|
+
/**
|
|
886
|
+
* @export
|
|
887
|
+
*/
|
|
888
|
+
exports.SurveillancePtzControlActionEnum = {
|
|
889
|
+
Start: 'START',
|
|
890
|
+
Stop: 'STOP'
|
|
891
|
+
};
|