@gizone/rrs-client 4.1.0-alpha.112 → 4.1.0-alpha.113
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 +2 -46
- package/api.ts +1 -5
- package/apis/iot-api.ts +15 -15
- package/apis/space-api.ts +15 -25
- package/apis/surveillance-api.ts +983 -530
- package/apis/{surveillance-roi-controller-api.ts → surveillance-roi-api.ts} +64 -64
- package/apis/work-order-api.ts +0 -671
- package/dist/api.d.ts +1 -5
- package/dist/api.js +1 -5
- package/dist/apis/iot-api.d.ts +10 -10
- package/dist/apis/iot-api.js +11 -11
- package/dist/apis/space-api.d.ts +7 -14
- package/dist/apis/space-api.js +11 -16
- package/dist/apis/surveillance-api.d.ts +541 -353
- package/dist/apis/surveillance-api.js +777 -332
- package/dist/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
- package/dist/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +36 -36
- package/dist/apis/work-order-api.d.ts +0 -354
- package/dist/apis/work-order-api.js +0 -503
- package/dist/esm/api.d.ts +1 -5
- package/dist/esm/api.js +1 -5
- package/dist/esm/apis/iot-api.d.ts +10 -10
- package/dist/esm/apis/iot-api.js +11 -11
- package/dist/esm/apis/space-api.d.ts +7 -14
- package/dist/esm/apis/space-api.js +11 -16
- package/dist/esm/apis/surveillance-api.d.ts +541 -353
- package/dist/esm/apis/surveillance-api.js +776 -331
- package/dist/esm/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
- package/dist/esm/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +31 -31
- package/dist/esm/apis/work-order-api.d.ts +0 -354
- package/dist/esm/apis/work-order-api.js +0 -503
- package/dist/esm/models/equipment-detail-dto.d.ts +14 -8
- package/dist/esm/models/equipment-point-edit-vo.d.ts +8 -2
- package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/esm/models/get-user-wx200-response.d.ts +9 -9
- package/dist/esm/models/index.d.ts +1 -41
- package/dist/esm/models/index.js +1 -41
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/space-add-excel-dto.d.ts +0 -6
- package/dist/esm/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
- package/dist/esm/models/space-add-vo.d.ts +0 -7
- package/dist/esm/models/space-detail-dto.d.ts +2 -9
- package/dist/esm/models/space-edit-vo.d.ts +0 -7
- package/dist/esm/models/space-point-dto.d.ts +21 -3
- package/dist/esm/models/space-tree-dto.d.ts +19 -26
- package/dist/esm/models/sync-equipment-vo.d.ts +0 -24
- package/dist/esm/models/work-order-circulation-vo.d.ts +0 -12
- package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -6
- package/dist/esm/models/work-order-internal-status-enum.js +1 -7
- package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -10
- package/dist/esm/models/work-order-issue-type-enum.js +2 -11
- package/dist/esm/models/work-order-settings-type-enum.d.ts +7 -2
- package/dist/esm/models/work-order-settings-type-enum.js +7 -2
- package/dist/esm/models/work-order-source-enum.d.ts +0 -2
- package/dist/esm/models/work-order-source-enum.js +1 -3
- package/dist/esm/models/work-order-type-enum.d.ts +0 -2
- package/dist/esm/models/work-order-type-enum.js +1 -3
- package/dist/models/equipment-detail-dto.d.ts +14 -8
- package/dist/models/equipment-point-edit-vo.d.ts +8 -2
- package/dist/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/models/get-user-wx200-response.d.ts +9 -9
- package/dist/models/index.d.ts +1 -41
- package/dist/models/index.js +1 -41
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/space-add-excel-dto.d.ts +0 -6
- package/dist/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
- package/dist/models/space-add-vo.d.ts +0 -7
- package/dist/models/space-detail-dto.d.ts +2 -9
- package/dist/models/space-edit-vo.d.ts +0 -7
- package/dist/models/space-point-dto.d.ts +21 -3
- package/dist/models/space-tree-dto.d.ts +19 -26
- package/dist/models/sync-equipment-vo.d.ts +0 -24
- package/dist/models/work-order-circulation-vo.d.ts +0 -12
- package/dist/models/work-order-internal-status-enum.d.ts +0 -6
- package/dist/models/work-order-internal-status-enum.js +1 -7
- package/dist/models/work-order-issue-type-enum.d.ts +1 -10
- package/dist/models/work-order-issue-type-enum.js +2 -11
- package/dist/models/work-order-settings-type-enum.d.ts +7 -2
- package/dist/models/work-order-settings-type-enum.js +7 -2
- package/dist/models/work-order-source-enum.d.ts +0 -2
- package/dist/models/work-order-source-enum.js +1 -3
- package/dist/models/work-order-type-enum.d.ts +0 -2
- package/dist/models/work-order-type-enum.js +1 -3
- package/models/equipment-detail-dto.ts +14 -8
- package/models/equipment-point-edit-vo.ts +8 -2
- package/models/equipment-search-system-dto.ts +12 -6
- package/models/get-user-wx200-response.ts +9 -9
- package/models/index.ts +1 -41
- package/models/ipage-access-vo.ts +6 -6
- package/models/space-add-excel-dto.ts +0 -6
- package/models/{work-order-space-dto.ts → space-add-point-vo.ts} +11 -14
- package/models/space-add-vo.ts +0 -9
- package/models/space-detail-dto.ts +2 -11
- package/models/space-edit-vo.ts +0 -9
- package/models/space-point-dto.ts +21 -3
- package/models/space-tree-dto.ts +19 -28
- package/models/sync-equipment-vo.ts +0 -24
- package/models/work-order-circulation-vo.ts +0 -12
- package/models/work-order-internal-status-enum.ts +1 -7
- package/models/work-order-issue-type-enum.ts +2 -11
- package/models/work-order-settings-type-enum.ts +7 -2
- package/models/work-order-source-enum.ts +1 -3
- package/models/work-order-type-enum.ts +1 -3
- package/package.json +1 -1
- package/apis/device-api.ts +0 -244
- package/apis/monitor-controller-api.ts +0 -1260
- package/apis/monitor-sort-controller-api.ts +0 -499
- package/apis/surveillance-settings-api.ts +0 -583
- package/dist/apis/device-api.d.ts +0 -135
- package/dist/apis/device-api.js +0 -209
- package/dist/apis/monitor-controller-api.d.ts +0 -659
- package/dist/apis/monitor-controller-api.js +0 -989
- package/dist/apis/monitor-sort-controller-api.d.ts +0 -259
- package/dist/apis/monitor-sort-controller-api.js +0 -416
- package/dist/apis/surveillance-settings-api.d.ts +0 -302
- package/dist/apis/surveillance-settings-api.js +0 -486
- package/dist/esm/apis/device-api.d.ts +0 -135
- package/dist/esm/apis/device-api.js +0 -202
- package/dist/esm/apis/monitor-controller-api.d.ts +0 -659
- package/dist/esm/apis/monitor-controller-api.js +0 -982
- package/dist/esm/apis/monitor-sort-controller-api.d.ts +0 -259
- package/dist/esm/apis/monitor-sort-controller-api.js +0 -409
- package/dist/esm/apis/surveillance-settings-api.d.ts +0 -302
- package/dist/esm/apis/surveillance-settings-api.js +0 -479
- package/dist/esm/models/functional-area-enum.d.ts +0 -26
- package/dist/esm/models/functional-area-enum.js +0 -27
- package/dist/esm/models/installation-body-enum.d.ts +0 -22
- package/dist/esm/models/installation-body-enum.js +0 -23
- package/dist/esm/models/iot-device-status-enum.d.ts +0 -22
- package/dist/esm/models/iot-device-status-enum.js +0 -23
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +0 -14
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-details-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-live-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-settings-details-dto.js +0 -14
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +0 -14
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -87
- package/dist/esm/models/network-monitor-repair-add-vo.js +0 -14
- package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +0 -42
- package/dist/esm/models/network-monitor-repair-decision-vo.js +0 -14
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -164
- package/dist/esm/models/network-monitor-repair-details-dto.js +0 -20
- package/dist/esm/models/network-repair-info.d.ts +0 -36
- package/dist/esm/models/network-repair-info.js +0 -14
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +0 -31
- package/dist/esm/models/page-dto-surveillance-details-dto.js +0 -14
- package/dist/esm/models/park.d.ts +0 -43
- package/dist/esm/models/park.js +0 -14
- package/dist/esm/models/polling-surveillance-info.d.ts +0 -30
- package/dist/esm/models/polling-surveillance-info.js +0 -14
- package/dist/esm/models/process-network-monitor-repair-vo.d.ts +0 -30
- package/dist/esm/models/process-network-monitor-repair-vo.js +0 -14
- package/dist/esm/models/space-industry-attribute.d.ts +0 -25
- package/dist/esm/models/space-industry-attribute.js +0 -26
- package/dist/esm/models/space.d.ts +0 -43
- package/dist/esm/models/space.js +0 -14
- package/dist/esm/models/surveillance-details-dto.d.ts +0 -124
- package/dist/esm/models/surveillance-details-dto.js +0 -14
- package/dist/esm/models/surveillance-live-dto.d.ts +0 -48
- package/dist/esm/models/surveillance-live-dto.js +0 -14
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -57
- package/dist/esm/models/surveillance-settings-details-dto.js +0 -14
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +0 -31
- package/dist/esm/models/surveillance-settings-polling-vo.js +0 -14
- package/dist/esm/models/surveillance-update-vo.d.ts +0 -62
- package/dist/esm/models/surveillance-update-vo.js +0 -14
- package/dist/esm/models/surveillance.d.ts +0 -49
- package/dist/esm/models/surveillance.js +0 -14
- package/dist/esm/models/sync-device-unit-vo.d.ts +0 -180
- package/dist/esm/models/sync-device-unit-vo.js +0 -14
- package/dist/esm/models/violation-center-attribute-enum.d.ts +0 -21
- package/dist/esm/models/violation-center-attribute-enum.js +0 -22
- package/dist/esm/models/violation-decision-vo.d.ts +0 -68
- package/dist/esm/models/violation-decision-vo.js +0 -14
- package/dist/esm/models/violation-issue-type-enum.d.ts +0 -84
- package/dist/esm/models/violation-issue-type-enum.js +0 -85
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +0 -21
- package/dist/esm/models/violation-responsibility-role-enum.js +0 -22
- package/dist/esm/models/violation-work-order-add-vo.d.ts +0 -87
- package/dist/esm/models/violation-work-order-add-vo.js +0 -14
- package/dist/esm/models/violation-work-order-details-dto.d.ts +0 -151
- package/dist/esm/models/violation-work-order-details-dto.js +0 -20
- package/dist/esm/models/violation-work-order-info.d.ts +0 -106
- package/dist/esm/models/violation-work-order-info.js +0 -14
- package/dist/esm/models/work-order-approval-vo.d.ts +0 -24
- package/dist/esm/models/work-order-approval-vo.js +0 -14
- package/dist/esm/models/work-order-decision-vo.d.ts +0 -32
- package/dist/esm/models/work-order-decision-vo.js +0 -14
- package/dist/esm/models/work-order-ext-data.d.ts +0 -32
- package/dist/esm/models/work-order-ext-data.js +0 -14
- package/dist/esm/models/work-order-handler-dto.d.ts +0 -61
- package/dist/esm/models/work-order-handler-dto.js +0 -14
- package/dist/esm/models/work-order-space-dto.js +0 -14
- package/dist/esm/models/work-order-sponsor-dto.d.ts +0 -48
- package/dist/esm/models/work-order-sponsor-dto.js +0 -14
- package/dist/esm/models/work-order-surveillance-dto.d.ts +0 -30
- package/dist/esm/models/work-order-surveillance-dto.js +0 -14
- package/dist/models/functional-area-enum.d.ts +0 -26
- package/dist/models/functional-area-enum.js +0 -30
- package/dist/models/installation-body-enum.d.ts +0 -22
- package/dist/models/installation-body-enum.js +0 -26
- package/dist/models/iot-device-status-enum.d.ts +0 -22
- package/dist/models/iot-device-status-enum.js +0 -26
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
- package/dist/models/json-result-network-monitor-repair-details-dto.js +0 -15
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +0 -15
- package/dist/models/json-result-surveillance-details-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-details-dto.js +0 -15
- package/dist/models/json-result-surveillance-live-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-live-dto.js +0 -15
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-settings-details-dto.js +0 -15
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +0 -62
- package/dist/models/json-result-violation-work-order-details-dto.js +0 -15
- package/dist/models/network-monitor-repair-add-vo.d.ts +0 -87
- package/dist/models/network-monitor-repair-add-vo.js +0 -15
- package/dist/models/network-monitor-repair-decision-vo.d.ts +0 -42
- package/dist/models/network-monitor-repair-decision-vo.js +0 -15
- package/dist/models/network-monitor-repair-details-dto.d.ts +0 -164
- package/dist/models/network-monitor-repair-details-dto.js +0 -23
- package/dist/models/network-repair-info.d.ts +0 -36
- package/dist/models/network-repair-info.js +0 -15
- package/dist/models/page-dto-surveillance-details-dto.d.ts +0 -31
- package/dist/models/page-dto-surveillance-details-dto.js +0 -15
- package/dist/models/park.d.ts +0 -43
- package/dist/models/park.js +0 -15
- package/dist/models/polling-surveillance-info.d.ts +0 -30
- package/dist/models/polling-surveillance-info.js +0 -15
- package/dist/models/process-network-monitor-repair-vo.d.ts +0 -30
- package/dist/models/process-network-monitor-repair-vo.js +0 -15
- package/dist/models/space-industry-attribute.d.ts +0 -25
- package/dist/models/space-industry-attribute.js +0 -29
- package/dist/models/space.d.ts +0 -43
- package/dist/models/space.js +0 -15
- package/dist/models/surveillance-details-dto.d.ts +0 -124
- package/dist/models/surveillance-details-dto.js +0 -15
- package/dist/models/surveillance-live-dto.d.ts +0 -48
- package/dist/models/surveillance-live-dto.js +0 -15
- package/dist/models/surveillance-settings-details-dto.d.ts +0 -57
- package/dist/models/surveillance-settings-details-dto.js +0 -15
- package/dist/models/surveillance-settings-polling-vo.d.ts +0 -31
- package/dist/models/surveillance-settings-polling-vo.js +0 -15
- package/dist/models/surveillance-update-vo.d.ts +0 -62
- package/dist/models/surveillance-update-vo.js +0 -15
- package/dist/models/surveillance.d.ts +0 -49
- package/dist/models/surveillance.js +0 -15
- package/dist/models/sync-device-unit-vo.d.ts +0 -180
- package/dist/models/sync-device-unit-vo.js +0 -15
- package/dist/models/violation-center-attribute-enum.d.ts +0 -21
- package/dist/models/violation-center-attribute-enum.js +0 -25
- package/dist/models/violation-decision-vo.d.ts +0 -68
- package/dist/models/violation-decision-vo.js +0 -15
- package/dist/models/violation-issue-type-enum.d.ts +0 -84
- package/dist/models/violation-issue-type-enum.js +0 -88
- package/dist/models/violation-responsibility-role-enum.d.ts +0 -21
- package/dist/models/violation-responsibility-role-enum.js +0 -25
- package/dist/models/violation-work-order-add-vo.d.ts +0 -87
- package/dist/models/violation-work-order-add-vo.js +0 -15
- package/dist/models/violation-work-order-details-dto.d.ts +0 -151
- package/dist/models/violation-work-order-details-dto.js +0 -23
- package/dist/models/violation-work-order-info.d.ts +0 -106
- package/dist/models/violation-work-order-info.js +0 -15
- package/dist/models/work-order-approval-vo.d.ts +0 -24
- package/dist/models/work-order-approval-vo.js +0 -15
- package/dist/models/work-order-decision-vo.d.ts +0 -32
- package/dist/models/work-order-decision-vo.js +0 -15
- package/dist/models/work-order-ext-data.d.ts +0 -32
- package/dist/models/work-order-ext-data.js +0 -15
- package/dist/models/work-order-handler-dto.d.ts +0 -61
- package/dist/models/work-order-handler-dto.js +0 -15
- package/dist/models/work-order-space-dto.js +0 -15
- package/dist/models/work-order-sponsor-dto.d.ts +0 -48
- package/dist/models/work-order-sponsor-dto.js +0 -15
- package/dist/models/work-order-surveillance-dto.d.ts +0 -30
- package/dist/models/work-order-surveillance-dto.js +0 -15
- package/models/functional-area-enum.ts +0 -36
- package/models/installation-body-enum.ts +0 -32
- package/models/iot-device-status-enum.ts +0 -32
- package/models/json-result-list-surveillance-settings-details-dto.ts +0 -72
- package/models/json-result-network-monitor-repair-details-dto.ts +0 -72
- package/models/json-result-page-dto-surveillance-details-dto.ts +0 -72
- package/models/json-result-surveillance-details-dto.ts +0 -72
- package/models/json-result-surveillance-live-dto.ts +0 -72
- package/models/json-result-surveillance-settings-details-dto.ts +0 -72
- package/models/json-result-violation-work-order-details-dto.ts +0 -72
- package/models/network-monitor-repair-add-vo.ts +0 -101
- package/models/network-monitor-repair-decision-vo.ts +0 -48
- package/models/network-monitor-repair-details-dto.ts +0 -197
- package/models/network-repair-info.ts +0 -42
- package/models/page-dto-surveillance-details-dto.ts +0 -39
- package/models/park.ts +0 -53
- package/models/polling-surveillance-info.ts +0 -36
- package/models/process-network-monitor-repair-vo.ts +0 -36
- package/models/space-industry-attribute.ts +0 -35
- package/models/space.ts +0 -51
- package/models/surveillance-details-dto.ts +0 -140
- package/models/surveillance-live-dto.ts +0 -54
- package/models/surveillance-settings-details-dto.ts +0 -69
- package/models/surveillance-settings-polling-vo.ts +0 -39
- package/models/surveillance-update-vo.ts +0 -74
- package/models/surveillance.ts +0 -59
- package/models/sync-device-unit-vo.ts +0 -186
- package/models/violation-center-attribute-enum.ts +0 -31
- package/models/violation-decision-vo.ts +0 -80
- package/models/violation-issue-type-enum.ts +0 -94
- package/models/violation-responsibility-role-enum.ts +0 -31
- package/models/violation-work-order-add-vo.ts +0 -101
- package/models/violation-work-order-details-dto.ts +0 -182
- package/models/violation-work-order-info.ts +0 -122
- package/models/work-order-approval-vo.ts +0 -30
- package/models/work-order-decision-vo.ts +0 -42
- package/models/work-order-ext-data.ts +0 -42
- package/models/work-order-handler-dto.ts +0 -71
- package/models/work-order-sponsor-dto.ts +0 -54
- package/models/work-order-surveillance-dto.ts +0 -36
- /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
- /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.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.
|
|
25
|
+
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,17 +36,16 @@ 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 {MonitorBindParkVO} monitorBindParkVO
|
|
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/
|
|
49
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
45
|
+
bindPark: (monitorBindParkVO_1, ...args_1) => __awaiter(this, [monitorBindParkVO_1, ...args_1], void 0, function* (monitorBindParkVO, options = {}) {
|
|
46
|
+
// verify required parameter 'monitorBindParkVO' is not null or undefined
|
|
47
|
+
(0, common_1.assertParamExists)('bindPark', 'monitorBindParkVO', monitorBindParkVO);
|
|
48
|
+
const localVarPath = `/gizone/monitor/bind/park`;
|
|
50
49
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
51
50
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
52
51
|
let baseOptions;
|
|
@@ -59,57 +58,60 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
59
58
|
// authentication tokenScheme required
|
|
60
59
|
// http bearer authentication required
|
|
61
60
|
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);
|
|
65
66
|
return {
|
|
66
67
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
67
68
|
options: localVarRequestOptions,
|
|
68
69
|
};
|
|
69
70
|
}),
|
|
70
71
|
/**
|
|
71
|
-
*
|
|
72
|
-
* @summary
|
|
73
|
-
* @param {
|
|
72
|
+
*
|
|
73
|
+
* @summary 监控云台控制
|
|
74
|
+
* @param {MonitorPanTiltControlVO} monitorPanTiltControlVO
|
|
74
75
|
* @param {*} [options] Override http request option.
|
|
75
76
|
* @throws {RequiredError}
|
|
76
77
|
*/
|
|
77
|
-
|
|
78
|
-
// verify required parameter '
|
|
79
|
-
(0, common_1.assertParamExists)('
|
|
80
|
-
const localVarPath = `/gizone/
|
|
81
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
78
|
+
cameraPTZ: (monitorPanTiltControlVO_1, ...args_1) => __awaiter(this, [monitorPanTiltControlVO_1, ...args_1], void 0, function* (monitorPanTiltControlVO, options = {}) {
|
|
79
|
+
// verify required parameter 'monitorPanTiltControlVO' is not null or undefined
|
|
80
|
+
(0, common_1.assertParamExists)('cameraPTZ', 'monitorPanTiltControlVO', monitorPanTiltControlVO);
|
|
81
|
+
const localVarPath = `/gizone/monitor/ptz`;
|
|
82
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: 'POST' }, 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';
|
|
94
95
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
95
96
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
96
97
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
98
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorPanTiltControlVO, localVarRequestOptions, configuration);
|
|
97
99
|
return {
|
|
98
100
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
99
101
|
options: localVarRequestOptions,
|
|
100
102
|
};
|
|
101
103
|
}),
|
|
102
104
|
/**
|
|
103
|
-
*
|
|
104
|
-
* @summary
|
|
105
|
+
*
|
|
106
|
+
* @summary 监控抓拍
|
|
105
107
|
* @param {number} id
|
|
106
108
|
* @param {*} [options] Override http request option.
|
|
107
109
|
* @throws {RequiredError}
|
|
108
110
|
*/
|
|
109
|
-
|
|
111
|
+
capture: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
110
112
|
// verify required parameter 'id' is not null or undefined
|
|
111
|
-
(0, common_1.assertParamExists)('
|
|
112
|
-
const localVarPath = `/gizone/
|
|
113
|
+
(0, common_1.assertParamExists)('capture', 'id', id);
|
|
114
|
+
const localVarPath = `/gizone/monitor/{id}/capture`
|
|
113
115
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
114
116
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
115
117
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -132,23 +134,19 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
132
134
|
};
|
|
133
135
|
}),
|
|
134
136
|
/**
|
|
135
|
-
*
|
|
136
|
-
* @summary
|
|
137
|
-
* @param {number}
|
|
138
|
-
* @param {
|
|
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] 每页数量
|
|
137
|
+
*
|
|
138
|
+
* @summary 监控直播
|
|
139
|
+
* @param {number} id
|
|
140
|
+
* @param {number} parkId
|
|
145
141
|
* @param {*} [options] Override http request option.
|
|
146
142
|
* @throws {RequiredError}
|
|
147
143
|
*/
|
|
148
|
-
|
|
144
|
+
live: (id_1, parkId_1, ...args_1) => __awaiter(this, [id_1, parkId_1, ...args_1], void 0, function* (id, parkId, options = {}) {
|
|
145
|
+
// verify required parameter 'id' is not null or undefined
|
|
146
|
+
(0, common_1.assertParamExists)('live', 'id', id);
|
|
149
147
|
// verify required parameter 'parkId' is not null or undefined
|
|
150
|
-
(0, common_1.assertParamExists)('
|
|
151
|
-
const localVarPath = `/gizone/
|
|
148
|
+
(0, common_1.assertParamExists)('live', 'parkId', parkId);
|
|
149
|
+
const localVarPath = `/gizone/monitor/live`;
|
|
152
150
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
153
151
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
154
152
|
let baseOptions;
|
|
@@ -161,29 +159,45 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
161
159
|
// authentication tokenScheme required
|
|
162
160
|
// http bearer authentication required
|
|
163
161
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
164
|
-
if (
|
|
165
|
-
localVarQueryParameter['
|
|
166
|
-
}
|
|
167
|
-
if (functionalArea !== undefined) {
|
|
168
|
-
localVarQueryParameter['functionalArea'] = functionalArea;
|
|
169
|
-
}
|
|
170
|
-
if (surveillanceStatus !== undefined) {
|
|
171
|
-
localVarQueryParameter['surveillanceStatus'] = surveillanceStatus;
|
|
162
|
+
if (id !== undefined) {
|
|
163
|
+
localVarQueryParameter['id'] = id;
|
|
172
164
|
}
|
|
173
165
|
if (parkId !== undefined) {
|
|
174
166
|
localVarQueryParameter['parkId'] = parkId;
|
|
175
167
|
}
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
168
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
169
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
170
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
171
|
+
return {
|
|
172
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
173
|
+
options: localVarRequestOptions,
|
|
174
|
+
};
|
|
175
|
+
}),
|
|
176
|
+
/**
|
|
177
|
+
*
|
|
178
|
+
* @summary 监控直播接口
|
|
179
|
+
* @param {number} onlyNumber
|
|
180
|
+
* @param {*} [options] Override http request option.
|
|
181
|
+
* @throws {RequiredError}
|
|
182
|
+
*/
|
|
183
|
+
liveBroadCast: (onlyNumber_1, ...args_1) => __awaiter(this, [onlyNumber_1, ...args_1], void 0, function* (onlyNumber, options = {}) {
|
|
184
|
+
// verify required parameter 'onlyNumber' is not null or undefined
|
|
185
|
+
(0, common_1.assertParamExists)('liveBroadCast', 'onlyNumber', onlyNumber);
|
|
186
|
+
const localVarPath = `/gizone/monitor/live/broadcast`;
|
|
187
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
188
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
189
|
+
let baseOptions;
|
|
190
|
+
if (configuration) {
|
|
191
|
+
baseOptions = configuration.baseOptions;
|
|
184
192
|
}
|
|
185
|
-
|
|
186
|
-
|
|
193
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
194
|
+
const localVarHeaderParameter = {};
|
|
195
|
+
const localVarQueryParameter = {};
|
|
196
|
+
// authentication tokenScheme required
|
|
197
|
+
// http bearer authentication required
|
|
198
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
199
|
+
if (onlyNumber !== undefined) {
|
|
200
|
+
localVarQueryParameter['onlyNumber'] = onlyNumber;
|
|
187
201
|
}
|
|
188
202
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
189
203
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -194,17 +208,16 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
194
208
|
};
|
|
195
209
|
}),
|
|
196
210
|
/**
|
|
197
|
-
*
|
|
198
|
-
* @summary
|
|
211
|
+
*
|
|
212
|
+
* @summary 监控详情
|
|
199
213
|
* @param {number} id
|
|
200
214
|
* @param {*} [options] Override http request option.
|
|
201
215
|
* @throws {RequiredError}
|
|
202
216
|
*/
|
|
203
|
-
|
|
217
|
+
monitorDetail: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
204
218
|
// verify required parameter 'id' is not null or undefined
|
|
205
|
-
(0, common_1.assertParamExists)('
|
|
206
|
-
const localVarPath = `/gizone/
|
|
207
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
219
|
+
(0, common_1.assertParamExists)('monitorDetail', 'id', id);
|
|
220
|
+
const localVarPath = `/gizone/monitor/detail`;
|
|
208
221
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
209
222
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
210
223
|
let baseOptions;
|
|
@@ -217,32 +230,94 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
217
230
|
// authentication tokenScheme required
|
|
218
231
|
// http bearer authentication required
|
|
219
232
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
233
|
+
if (id !== undefined) {
|
|
234
|
+
localVarQueryParameter['id'] = id;
|
|
235
|
+
}
|
|
236
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
237
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
238
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
239
|
+
return {
|
|
240
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
241
|
+
options: localVarRequestOptions,
|
|
242
|
+
};
|
|
243
|
+
}),
|
|
244
|
+
/**
|
|
245
|
+
*
|
|
246
|
+
* @summary 编辑监控
|
|
247
|
+
* @param {MonitorEditVo} monitorEditVo
|
|
248
|
+
* @param {*} [options] Override http request option.
|
|
249
|
+
* @throws {RequiredError}
|
|
250
|
+
*/
|
|
251
|
+
monitorEdit: (monitorEditVo_1, ...args_1) => __awaiter(this, [monitorEditVo_1, ...args_1], void 0, function* (monitorEditVo, options = {}) {
|
|
252
|
+
// verify required parameter 'monitorEditVo' is not null or undefined
|
|
253
|
+
(0, common_1.assertParamExists)('monitorEdit', 'monitorEditVo', monitorEditVo);
|
|
254
|
+
const localVarPath = `/gizone/monitor/edit`;
|
|
255
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
256
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
257
|
+
let baseOptions;
|
|
258
|
+
if (configuration) {
|
|
259
|
+
baseOptions = configuration.baseOptions;
|
|
260
|
+
}
|
|
261
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
262
|
+
const localVarHeaderParameter = {};
|
|
263
|
+
const localVarQueryParameter = {};
|
|
264
|
+
// authentication tokenScheme required
|
|
265
|
+
// http bearer authentication required
|
|
266
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
267
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
268
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
269
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
270
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
271
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorEditVo, localVarRequestOptions, configuration);
|
|
272
|
+
return {
|
|
273
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
274
|
+
options: localVarRequestOptions,
|
|
275
|
+
};
|
|
276
|
+
}),
|
|
277
|
+
/**
|
|
278
|
+
*
|
|
279
|
+
* @summary 监控列表
|
|
280
|
+
* @param {MonitorSearchVo} monitorSearchVo
|
|
281
|
+
* @param {*} [options] Override http request option.
|
|
282
|
+
* @throws {RequiredError}
|
|
283
|
+
*/
|
|
284
|
+
monitorList: (monitorSearchVo_1, ...args_1) => __awaiter(this, [monitorSearchVo_1, ...args_1], void 0, function* (monitorSearchVo, options = {}) {
|
|
285
|
+
// verify required parameter 'monitorSearchVo' is not null or undefined
|
|
286
|
+
(0, common_1.assertParamExists)('monitorList', 'monitorSearchVo', monitorSearchVo);
|
|
287
|
+
const localVarPath = `/gizone/monitor/list`;
|
|
288
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
289
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
290
|
+
let baseOptions;
|
|
291
|
+
if (configuration) {
|
|
292
|
+
baseOptions = configuration.baseOptions;
|
|
293
|
+
}
|
|
294
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
295
|
+
const localVarHeaderParameter = {};
|
|
296
|
+
const localVarQueryParameter = {};
|
|
297
|
+
// authentication tokenScheme required
|
|
298
|
+
// http bearer authentication required
|
|
299
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
300
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
220
301
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
221
302
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
222
303
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
304
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorSearchVo, localVarRequestOptions, configuration);
|
|
223
305
|
return {
|
|
224
306
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
225
307
|
options: localVarRequestOptions,
|
|
226
308
|
};
|
|
227
309
|
}),
|
|
228
310
|
/**
|
|
229
|
-
*
|
|
230
|
-
* @summary
|
|
311
|
+
*
|
|
312
|
+
* @summary 详情
|
|
231
313
|
* @param {number} id
|
|
232
|
-
* @param {string} startTime 回放开始时间
|
|
233
|
-
* @param {string} endTime 回放结束时间
|
|
234
314
|
* @param {*} [options] Override http request option.
|
|
235
315
|
* @throws {RequiredError}
|
|
236
316
|
*/
|
|
237
|
-
|
|
317
|
+
monitorSortDetail: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
238
318
|
// verify required parameter 'id' is not null or undefined
|
|
239
|
-
(0, common_1.assertParamExists)('
|
|
240
|
-
|
|
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)));
|
|
319
|
+
(0, common_1.assertParamExists)('monitorSortDetail', 'id', id);
|
|
320
|
+
const localVarPath = `/gizone/monitorSort/detail`;
|
|
246
321
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
247
322
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
248
323
|
let baseOptions;
|
|
@@ -255,11 +330,8 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
255
330
|
// authentication tokenScheme required
|
|
256
331
|
// http bearer authentication required
|
|
257
332
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
258
|
-
if (
|
|
259
|
-
localVarQueryParameter['
|
|
260
|
-
}
|
|
261
|
-
if (endTime !== undefined) {
|
|
262
|
-
localVarQueryParameter['endTime'] = endTime;
|
|
333
|
+
if (id !== undefined) {
|
|
334
|
+
localVarQueryParameter['id'] = id;
|
|
263
335
|
}
|
|
264
336
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
265
337
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -270,23 +342,13 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
270
342
|
};
|
|
271
343
|
}),
|
|
272
344
|
/**
|
|
273
|
-
*
|
|
274
|
-
* @summary
|
|
275
|
-
* @param {number} id
|
|
276
|
-
* @param {SurveillancePtzControlCommandEnum} command 控制命令
|
|
277
|
-
* @param {SurveillancePtzControlActionEnum} action 控制动作
|
|
345
|
+
*
|
|
346
|
+
* @summary 全部查询
|
|
278
347
|
* @param {*} [options] Override http request option.
|
|
279
348
|
* @throws {RequiredError}
|
|
280
349
|
*/
|
|
281
|
-
|
|
282
|
-
|
|
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)));
|
|
350
|
+
monitorSortList: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
351
|
+
const localVarPath = `/gizone/monitorSort/list`;
|
|
290
352
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
291
353
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
292
354
|
let baseOptions;
|
|
@@ -299,11 +361,41 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
299
361
|
// authentication tokenScheme required
|
|
300
362
|
// http bearer authentication required
|
|
301
363
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
302
|
-
|
|
303
|
-
|
|
364
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
365
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
366
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
367
|
+
return {
|
|
368
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
369
|
+
options: localVarRequestOptions,
|
|
370
|
+
};
|
|
371
|
+
}),
|
|
372
|
+
/**
|
|
373
|
+
*
|
|
374
|
+
* @summary 分页查询
|
|
375
|
+
* @param {MonitorSortSearchVo} vo
|
|
376
|
+
* @param {*} [options] Override http request option.
|
|
377
|
+
* @throws {RequiredError}
|
|
378
|
+
*/
|
|
379
|
+
monitorSortPage: (vo_1, ...args_1) => __awaiter(this, [vo_1, ...args_1], void 0, function* (vo, options = {}) {
|
|
380
|
+
// verify required parameter 'vo' is not null or undefined
|
|
381
|
+
(0, common_1.assertParamExists)('monitorSortPage', 'vo', vo);
|
|
382
|
+
const localVarPath = `/gizone/monitorSort/page`;
|
|
383
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
384
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
385
|
+
let baseOptions;
|
|
386
|
+
if (configuration) {
|
|
387
|
+
baseOptions = configuration.baseOptions;
|
|
304
388
|
}
|
|
305
|
-
|
|
306
|
-
|
|
389
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
390
|
+
const localVarHeaderParameter = {};
|
|
391
|
+
const localVarQueryParameter = {};
|
|
392
|
+
// authentication tokenScheme required
|
|
393
|
+
// http bearer authentication required
|
|
394
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
395
|
+
if (vo !== undefined) {
|
|
396
|
+
for (const [key, value] of Object.entries(vo)) {
|
|
397
|
+
localVarQueryParameter[key] = value;
|
|
398
|
+
}
|
|
307
399
|
}
|
|
308
400
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
309
401
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -314,59 +406,130 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
314
406
|
};
|
|
315
407
|
}),
|
|
316
408
|
/**
|
|
317
|
-
*
|
|
409
|
+
*
|
|
318
410
|
* @summary 监控空间列表
|
|
319
|
-
* @param {
|
|
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] 每页数量
|
|
411
|
+
* @param {MonitorSearchVo} monitorSearchVo
|
|
327
412
|
* @param {*} [options] Override http request option.
|
|
328
413
|
* @throws {RequiredError}
|
|
329
414
|
*/
|
|
330
|
-
|
|
331
|
-
// verify required parameter '
|
|
332
|
-
(0, common_1.assertParamExists)('
|
|
333
|
-
const localVarPath = `/gizone/
|
|
415
|
+
monitorSpaceList: (monitorSearchVo_1, ...args_1) => __awaiter(this, [monitorSearchVo_1, ...args_1], void 0, function* (monitorSearchVo, options = {}) {
|
|
416
|
+
// verify required parameter 'monitorSearchVo' is not null or undefined
|
|
417
|
+
(0, common_1.assertParamExists)('monitorSpaceList', 'monitorSearchVo', monitorSearchVo);
|
|
418
|
+
const localVarPath = `/gizone/monitor/spaceList`;
|
|
334
419
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
335
420
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
336
421
|
let baseOptions;
|
|
337
422
|
if (configuration) {
|
|
338
423
|
baseOptions = configuration.baseOptions;
|
|
339
424
|
}
|
|
340
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
425
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
341
426
|
const localVarHeaderParameter = {};
|
|
342
427
|
const localVarQueryParameter = {};
|
|
343
428
|
// authentication tokenScheme required
|
|
344
429
|
// http bearer authentication required
|
|
345
430
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
346
|
-
|
|
347
|
-
|
|
431
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
432
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
433
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
434
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
435
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorSearchVo, localVarRequestOptions, configuration);
|
|
436
|
+
return {
|
|
437
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
438
|
+
options: localVarRequestOptions,
|
|
439
|
+
};
|
|
440
|
+
}),
|
|
441
|
+
/**
|
|
442
|
+
*
|
|
443
|
+
* @summary 同步监控唯一编号
|
|
444
|
+
* @param {MonitorOnlyNumberEditListVo} monitorOnlyNumberEditListVo
|
|
445
|
+
* @param {*} [options] Override http request option.
|
|
446
|
+
* @throws {RequiredError}
|
|
447
|
+
*/
|
|
448
|
+
onlyNumberEdit: (monitorOnlyNumberEditListVo_1, ...args_1) => __awaiter(this, [monitorOnlyNumberEditListVo_1, ...args_1], void 0, function* (monitorOnlyNumberEditListVo, options = {}) {
|
|
449
|
+
// verify required parameter 'monitorOnlyNumberEditListVo' is not null or undefined
|
|
450
|
+
(0, common_1.assertParamExists)('onlyNumberEdit', 'monitorOnlyNumberEditListVo', monitorOnlyNumberEditListVo);
|
|
451
|
+
const localVarPath = `/gizone/monitor/only/number`;
|
|
452
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
453
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
454
|
+
let baseOptions;
|
|
455
|
+
if (configuration) {
|
|
456
|
+
baseOptions = configuration.baseOptions;
|
|
348
457
|
}
|
|
349
|
-
|
|
350
|
-
|
|
458
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
459
|
+
const localVarHeaderParameter = {};
|
|
460
|
+
const localVarQueryParameter = {};
|
|
461
|
+
// authentication tokenScheme required
|
|
462
|
+
// http bearer authentication required
|
|
463
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
464
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
465
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
466
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
467
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
468
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorOnlyNumberEditListVo, localVarRequestOptions, configuration);
|
|
469
|
+
return {
|
|
470
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
471
|
+
options: localVarRequestOptions,
|
|
472
|
+
};
|
|
473
|
+
}),
|
|
474
|
+
/**
|
|
475
|
+
*
|
|
476
|
+
* @summary 监控回放接口
|
|
477
|
+
* @param {MonitorPlayBackVo} monitorPlayBackVo
|
|
478
|
+
* @param {*} [options] Override http request option.
|
|
479
|
+
* @throws {RequiredError}
|
|
480
|
+
*/
|
|
481
|
+
playBack: (monitorPlayBackVo_1, ...args_1) => __awaiter(this, [monitorPlayBackVo_1, ...args_1], void 0, function* (monitorPlayBackVo, options = {}) {
|
|
482
|
+
// verify required parameter 'monitorPlayBackVo' is not null or undefined
|
|
483
|
+
(0, common_1.assertParamExists)('playBack', 'monitorPlayBackVo', monitorPlayBackVo);
|
|
484
|
+
const localVarPath = `/gizone/monitor/playback`;
|
|
485
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
486
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
487
|
+
let baseOptions;
|
|
488
|
+
if (configuration) {
|
|
489
|
+
baseOptions = configuration.baseOptions;
|
|
351
490
|
}
|
|
352
|
-
|
|
353
|
-
|
|
491
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
492
|
+
const localVarHeaderParameter = {};
|
|
493
|
+
const localVarQueryParameter = {};
|
|
494
|
+
// authentication tokenScheme required
|
|
495
|
+
// http bearer authentication required
|
|
496
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
497
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
498
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
499
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
500
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
501
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorPlayBackVo, localVarRequestOptions, configuration);
|
|
502
|
+
return {
|
|
503
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
504
|
+
options: localVarRequestOptions,
|
|
505
|
+
};
|
|
506
|
+
}),
|
|
507
|
+
/**
|
|
508
|
+
*
|
|
509
|
+
* @summary 删除监控
|
|
510
|
+
* @param {number} 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;
|
|
354
523
|
}
|
|
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);
|
|
355
530
|
if (parkId !== undefined) {
|
|
356
531
|
localVarQueryParameter['parkId'] = parkId;
|
|
357
532
|
}
|
|
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;
|
|
369
|
-
}
|
|
370
533
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
371
534
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
372
535
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -376,27 +539,23 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
376
539
|
};
|
|
377
540
|
}),
|
|
378
541
|
/**
|
|
379
|
-
*
|
|
380
|
-
* @summary
|
|
381
|
-
* @param {
|
|
382
|
-
* @param {SurveillanceUpdateVo} surveillanceUpdateVo
|
|
542
|
+
*
|
|
543
|
+
* @summary 修改或新增
|
|
544
|
+
* @param {MonitorSortEntity} monitorSortEntity
|
|
383
545
|
* @param {*} [options] Override http request option.
|
|
384
546
|
* @throws {RequiredError}
|
|
385
547
|
*/
|
|
386
|
-
|
|
387
|
-
// verify required parameter '
|
|
388
|
-
(0, common_1.assertParamExists)('
|
|
389
|
-
|
|
390
|
-
(0, common_1.assertParamExists)('surveillanceUpdate', 'surveillanceUpdateVo', surveillanceUpdateVo);
|
|
391
|
-
const localVarPath = `/gizone/surveillance/{id}`
|
|
392
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
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`;
|
|
393
552
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
394
553
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
395
554
|
let baseOptions;
|
|
396
555
|
if (configuration) {
|
|
397
556
|
baseOptions = configuration.baseOptions;
|
|
398
557
|
}
|
|
399
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
558
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
400
559
|
const localVarHeaderParameter = {};
|
|
401
560
|
const localVarQueryParameter = {};
|
|
402
561
|
// authentication tokenScheme required
|
|
@@ -406,34 +565,64 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
406
565
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
407
566
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
408
567
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
409
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
568
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(monitorSortEntity, localVarRequestOptions, configuration);
|
|
410
569
|
return {
|
|
411
570
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
412
571
|
options: localVarRequestOptions,
|
|
413
572
|
};
|
|
414
573
|
}),
|
|
415
574
|
/**
|
|
416
|
-
*
|
|
417
|
-
* @summary
|
|
575
|
+
*
|
|
576
|
+
* @summary 删除
|
|
418
577
|
* @param {number} id
|
|
419
|
-
* @param {Array<number>} requestBody
|
|
420
578
|
* @param {*} [options] Override http request option.
|
|
421
579
|
* @throws {RequiredError}
|
|
422
580
|
*/
|
|
423
|
-
|
|
581
|
+
updateOrSave1: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
424
582
|
// verify required parameter 'id' is not null or undefined
|
|
425
|
-
(0, common_1.assertParamExists)('
|
|
426
|
-
|
|
427
|
-
(0, common_1.assertParamExists)('surveillanceUpdatePoint', 'requestBody', requestBody);
|
|
428
|
-
const localVarPath = `/gizone/surveillance/point/{id}`
|
|
429
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
583
|
+
(0, common_1.assertParamExists)('updateOrSave1', 'id', id);
|
|
584
|
+
const localVarPath = `/gizone/monitorSort/del`;
|
|
430
585
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
431
586
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
432
587
|
let baseOptions;
|
|
433
588
|
if (configuration) {
|
|
434
589
|
baseOptions = configuration.baseOptions;
|
|
435
590
|
}
|
|
436
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
591
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
592
|
+
const localVarHeaderParameter = {};
|
|
593
|
+
const localVarQueryParameter = {};
|
|
594
|
+
// authentication tokenScheme required
|
|
595
|
+
// http bearer authentication required
|
|
596
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
597
|
+
if (id !== undefined) {
|
|
598
|
+
localVarQueryParameter['id'] = id;
|
|
599
|
+
}
|
|
600
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
601
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
602
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
603
|
+
return {
|
|
604
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
605
|
+
options: localVarRequestOptions,
|
|
606
|
+
};
|
|
607
|
+
}),
|
|
608
|
+
/**
|
|
609
|
+
*
|
|
610
|
+
* @summary 同步监控设备接口
|
|
611
|
+
* @param {GizoneDevicveListSearchVO} gizoneDevicveListSearchVO
|
|
612
|
+
* @param {*} [options] Override http request option.
|
|
613
|
+
* @throws {RequiredError}
|
|
614
|
+
*/
|
|
615
|
+
withEquipment: (gizoneDevicveListSearchVO_1, ...args_1) => __awaiter(this, [gizoneDevicveListSearchVO_1, ...args_1], void 0, function* (gizoneDevicveListSearchVO, options = {}) {
|
|
616
|
+
// verify required parameter 'gizoneDevicveListSearchVO' is not null or undefined
|
|
617
|
+
(0, common_1.assertParamExists)('withEquipment', 'gizoneDevicveListSearchVO', gizoneDevicveListSearchVO);
|
|
618
|
+
const localVarPath = `/gizone/monitor/with/equipment`;
|
|
619
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
620
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
621
|
+
let baseOptions;
|
|
622
|
+
if (configuration) {
|
|
623
|
+
baseOptions = configuration.baseOptions;
|
|
624
|
+
}
|
|
625
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
437
626
|
const localVarHeaderParameter = {};
|
|
438
627
|
const localVarQueryParameter = {};
|
|
439
628
|
// authentication tokenScheme required
|
|
@@ -443,7 +632,7 @@ const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
443
632
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
444
633
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
445
634
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
446
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
635
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(gizoneDevicveListSearchVO, localVarRequestOptions, configuration);
|
|
447
636
|
return {
|
|
448
637
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
449
638
|
options: localVarRequestOptions,
|
|
@@ -460,182 +649,290 @@ const SurveillanceApiFp = function (configuration) {
|
|
|
460
649
|
const localVarAxiosParamCreator = (0, exports.SurveillanceApiAxiosParamCreator)(configuration);
|
|
461
650
|
return {
|
|
462
651
|
/**
|
|
463
|
-
*
|
|
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
|
+
*
|
|
464
685
|
* @summary 监控抓拍
|
|
465
686
|
* @param {number} id
|
|
466
687
|
* @param {*} [options] Override http request option.
|
|
467
688
|
* @throws {RequiredError}
|
|
468
689
|
*/
|
|
469
|
-
|
|
690
|
+
capture(id, options) {
|
|
470
691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
471
692
|
var _a, _b, _c;
|
|
472
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
693
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.capture(id, options);
|
|
473
694
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
474
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
695
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.capture']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
475
696
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
476
697
|
});
|
|
477
698
|
},
|
|
478
699
|
/**
|
|
479
|
-
*
|
|
480
|
-
* @summary
|
|
700
|
+
*
|
|
701
|
+
* @summary 监控直播
|
|
481
702
|
* @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
|
|
482
720
|
* @param {*} [options] Override http request option.
|
|
483
721
|
* @throws {RequiredError}
|
|
484
722
|
*/
|
|
485
|
-
|
|
723
|
+
liveBroadCast(onlyNumber, options) {
|
|
486
724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
487
725
|
var _a, _b, _c;
|
|
488
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
726
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.liveBroadCast(onlyNumber, options);
|
|
489
727
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
490
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
728
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.liveBroadCast']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
491
729
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
492
730
|
});
|
|
493
731
|
},
|
|
494
732
|
/**
|
|
495
|
-
*
|
|
733
|
+
*
|
|
496
734
|
* @summary 监控详情
|
|
497
735
|
* @param {number} id
|
|
498
736
|
* @param {*} [options] Override http request option.
|
|
499
737
|
* @throws {RequiredError}
|
|
500
738
|
*/
|
|
501
|
-
|
|
739
|
+
monitorDetail(id, options) {
|
|
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) {
|
|
502
756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
503
757
|
var _a, _b, _c;
|
|
504
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
758
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorEdit(monitorEditVo, options);
|
|
505
759
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
506
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
760
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorEdit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
507
761
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
508
762
|
});
|
|
509
763
|
},
|
|
510
764
|
/**
|
|
511
|
-
*
|
|
765
|
+
*
|
|
512
766
|
* @summary 监控列表
|
|
513
|
-
* @param {
|
|
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] 每页数量
|
|
767
|
+
* @param {MonitorSearchVo} monitorSearchVo
|
|
521
768
|
* @param {*} [options] Override http request option.
|
|
522
769
|
* @throws {RequiredError}
|
|
523
770
|
*/
|
|
524
|
-
|
|
771
|
+
monitorList(monitorSearchVo, options) {
|
|
525
772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
526
773
|
var _a, _b, _c;
|
|
527
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
774
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorList(monitorSearchVo, options);
|
|
528
775
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
529
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
776
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
530
777
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
531
778
|
});
|
|
532
779
|
},
|
|
533
780
|
/**
|
|
534
|
-
*
|
|
535
|
-
* @summary
|
|
781
|
+
*
|
|
782
|
+
* @summary 详情
|
|
536
783
|
* @param {number} id
|
|
537
784
|
* @param {*} [options] Override http request option.
|
|
538
785
|
* @throws {RequiredError}
|
|
539
786
|
*/
|
|
540
|
-
|
|
787
|
+
monitorSortDetail(id, options) {
|
|
541
788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
542
789
|
var _a, _b, _c;
|
|
543
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
790
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSortDetail(id, options);
|
|
544
791
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
545
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
792
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorSortDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
546
793
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
547
794
|
});
|
|
548
795
|
},
|
|
549
796
|
/**
|
|
550
|
-
*
|
|
551
|
-
* @summary
|
|
552
|
-
* @param {number} id
|
|
553
|
-
* @param {string} startTime 回放开始时间
|
|
554
|
-
* @param {string} endTime 回放结束时间
|
|
797
|
+
*
|
|
798
|
+
* @summary 全部查询
|
|
555
799
|
* @param {*} [options] Override http request option.
|
|
556
800
|
* @throws {RequiredError}
|
|
557
801
|
*/
|
|
558
|
-
|
|
802
|
+
monitorSortList(options) {
|
|
559
803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
560
804
|
var _a, _b, _c;
|
|
561
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
805
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSortList(options);
|
|
562
806
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
563
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
807
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorSortList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
564
808
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
565
809
|
});
|
|
566
810
|
},
|
|
567
811
|
/**
|
|
568
|
-
*
|
|
569
|
-
* @summary
|
|
570
|
-
* @param {
|
|
571
|
-
* @param {SurveillancePtzControlCommandEnum} command 控制命令
|
|
572
|
-
* @param {SurveillancePtzControlActionEnum} action 控制动作
|
|
812
|
+
*
|
|
813
|
+
* @summary 分页查询
|
|
814
|
+
* @param {MonitorSortSearchVo} vo
|
|
573
815
|
* @param {*} [options] Override http request option.
|
|
574
816
|
* @throws {RequiredError}
|
|
575
817
|
*/
|
|
576
|
-
|
|
818
|
+
monitorSortPage(vo, options) {
|
|
577
819
|
return __awaiter(this, void 0, void 0, function* () {
|
|
578
820
|
var _a, _b, _c;
|
|
579
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
821
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSortPage(vo, options);
|
|
580
822
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
581
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
823
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.monitorSortPage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
582
824
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
583
825
|
});
|
|
584
826
|
},
|
|
585
827
|
/**
|
|
586
|
-
*
|
|
828
|
+
*
|
|
587
829
|
* @summary 监控空间列表
|
|
588
|
-
* @param {
|
|
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] 每页数量
|
|
830
|
+
* @param {MonitorSearchVo} monitorSearchVo
|
|
596
831
|
* @param {*} [options] Override http request option.
|
|
597
832
|
* @throws {RequiredError}
|
|
598
833
|
*/
|
|
599
|
-
|
|
834
|
+
monitorSpaceList(monitorSearchVo, options) {
|
|
600
835
|
return __awaiter(this, void 0, void 0, function* () {
|
|
601
836
|
var _a, _b, _c;
|
|
602
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
837
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorSpaceList(monitorSearchVo, options);
|
|
603
838
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
604
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
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;
|
|
605
840
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
606
841
|
});
|
|
607
842
|
},
|
|
608
843
|
/**
|
|
609
|
-
*
|
|
610
|
-
* @summary
|
|
611
|
-
* @param {
|
|
612
|
-
* @param {
|
|
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
|
|
863
|
+
* @param {*} [options] Override http request option.
|
|
864
|
+
* @throws {RequiredError}
|
|
865
|
+
*/
|
|
866
|
+
playBack(monitorPlayBackVo, options) {
|
|
867
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
868
|
+
var _a, _b, _c;
|
|
869
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.playBack(monitorPlayBackVo, options);
|
|
870
|
+
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.playBack']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
872
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
873
|
+
});
|
|
874
|
+
},
|
|
875
|
+
/**
|
|
876
|
+
*
|
|
877
|
+
* @summary 删除监控
|
|
878
|
+
* @param {number} parkId
|
|
613
879
|
* @param {*} [options] Override http request option.
|
|
614
880
|
* @throws {RequiredError}
|
|
615
881
|
*/
|
|
616
|
-
|
|
882
|
+
surveillanceDel(parkId, options) {
|
|
617
883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
618
884
|
var _a, _b, _c;
|
|
619
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
885
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDel(parkId, options);
|
|
620
886
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
621
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
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;
|
|
622
888
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
623
889
|
});
|
|
624
890
|
},
|
|
625
891
|
/**
|
|
626
|
-
*
|
|
627
|
-
* @summary
|
|
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 删除
|
|
628
910
|
* @param {number} id
|
|
629
|
-
* @param {Array<number>} requestBody
|
|
630
911
|
* @param {*} [options] Override http request option.
|
|
631
912
|
* @throws {RequiredError}
|
|
632
913
|
*/
|
|
633
|
-
|
|
914
|
+
updateOrSave1(id, options) {
|
|
634
915
|
return __awaiter(this, void 0, void 0, function* () {
|
|
635
916
|
var _a, _b, _c;
|
|
636
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
917
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateOrSave1(id, options);
|
|
637
918
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
638
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.
|
|
919
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceApi.updateOrSave1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
920
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
921
|
+
});
|
|
922
|
+
},
|
|
923
|
+
/**
|
|
924
|
+
*
|
|
925
|
+
* @summary 同步监控设备接口
|
|
926
|
+
* @param {GizoneDevicveListSearchVO} gizoneDevicveListSearchVO
|
|
927
|
+
* @param {*} [options] Override http request option.
|
|
928
|
+
* @throws {RequiredError}
|
|
929
|
+
*/
|
|
930
|
+
withEquipment(gizoneDevicveListSearchVO, options) {
|
|
931
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
932
|
+
var _a, _b, _c;
|
|
933
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.withEquipment(gizoneDevicveListSearchVO, options);
|
|
934
|
+
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.withEquipment']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
639
936
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
640
937
|
});
|
|
641
938
|
},
|
|
@@ -650,104 +947,183 @@ const SurveillanceApiFactory = function (configuration, basePath, axios) {
|
|
|
650
947
|
const localVarFp = (0, exports.SurveillanceApiFp)(configuration);
|
|
651
948
|
return {
|
|
652
949
|
/**
|
|
653
|
-
*
|
|
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
|
+
*
|
|
654
971
|
* @summary 监控抓拍
|
|
655
|
-
* @param {
|
|
972
|
+
* @param {SurveillanceApiCaptureRequest} requestParameters Request parameters.
|
|
656
973
|
* @param {*} [options] Override http request option.
|
|
657
974
|
* @throws {RequiredError}
|
|
658
975
|
*/
|
|
659
|
-
|
|
660
|
-
return localVarFp.
|
|
976
|
+
capture(requestParameters, options) {
|
|
977
|
+
return localVarFp.capture(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
661
978
|
},
|
|
662
979
|
/**
|
|
663
|
-
*
|
|
664
|
-
* @summary
|
|
665
|
-
* @param {
|
|
980
|
+
*
|
|
981
|
+
* @summary 监控直播
|
|
982
|
+
* @param {SurveillanceApiLiveRequest} requestParameters Request parameters.
|
|
666
983
|
* @param {*} [options] Override http request option.
|
|
667
984
|
* @throws {RequiredError}
|
|
668
985
|
*/
|
|
669
|
-
|
|
670
|
-
return localVarFp.
|
|
986
|
+
live(requestParameters, options) {
|
|
987
|
+
return localVarFp.live(requestParameters.id, requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
671
988
|
},
|
|
672
989
|
/**
|
|
673
|
-
*
|
|
990
|
+
*
|
|
991
|
+
* @summary 监控直播接口
|
|
992
|
+
* @param {SurveillanceApiLiveBroadCastRequest} requestParameters Request parameters.
|
|
993
|
+
* @param {*} [options] Override http request option.
|
|
994
|
+
* @throws {RequiredError}
|
|
995
|
+
*/
|
|
996
|
+
liveBroadCast(requestParameters, options) {
|
|
997
|
+
return localVarFp.liveBroadCast(requestParameters.onlyNumber, options).then((request) => request(axios, basePath));
|
|
998
|
+
},
|
|
999
|
+
/**
|
|
1000
|
+
*
|
|
674
1001
|
* @summary 监控详情
|
|
675
|
-
* @param {
|
|
1002
|
+
* @param {SurveillanceApiMonitorDetailRequest} requestParameters Request parameters.
|
|
676
1003
|
* @param {*} [options] Override http request option.
|
|
677
1004
|
* @throws {RequiredError}
|
|
678
1005
|
*/
|
|
679
|
-
|
|
680
|
-
return localVarFp.
|
|
1006
|
+
monitorDetail(requestParameters, options) {
|
|
1007
|
+
return localVarFp.monitorDetail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
681
1008
|
},
|
|
682
1009
|
/**
|
|
683
|
-
*
|
|
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
|
+
*
|
|
684
1021
|
* @summary 监控列表
|
|
685
|
-
* @param {
|
|
1022
|
+
* @param {SurveillanceApiMonitorListRequest} requestParameters Request parameters.
|
|
686
1023
|
* @param {*} [options] Override http request option.
|
|
687
1024
|
* @throws {RequiredError}
|
|
688
1025
|
*/
|
|
689
|
-
|
|
690
|
-
return localVarFp.
|
|
1026
|
+
monitorList(requestParameters, options) {
|
|
1027
|
+
return localVarFp.monitorList(requestParameters.monitorSearchVo, options).then((request) => request(axios, basePath));
|
|
691
1028
|
},
|
|
692
1029
|
/**
|
|
693
|
-
*
|
|
694
|
-
* @summary
|
|
695
|
-
* @param {
|
|
1030
|
+
*
|
|
1031
|
+
* @summary 详情
|
|
1032
|
+
* @param {SurveillanceApiMonitorSortDetailRequest} requestParameters Request parameters.
|
|
696
1033
|
* @param {*} [options] Override http request option.
|
|
697
1034
|
* @throws {RequiredError}
|
|
698
1035
|
*/
|
|
699
|
-
|
|
700
|
-
return localVarFp.
|
|
1036
|
+
monitorSortDetail(requestParameters, options) {
|
|
1037
|
+
return localVarFp.monitorSortDetail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
701
1038
|
},
|
|
702
1039
|
/**
|
|
703
|
-
*
|
|
704
|
-
* @summary
|
|
705
|
-
* @param {SurveillanceApiSurveillancePlaybackRequest} requestParameters Request parameters.
|
|
1040
|
+
*
|
|
1041
|
+
* @summary 全部查询
|
|
706
1042
|
* @param {*} [options] Override http request option.
|
|
707
1043
|
* @throws {RequiredError}
|
|
708
1044
|
*/
|
|
709
|
-
|
|
710
|
-
return localVarFp.
|
|
1045
|
+
monitorSortList(options) {
|
|
1046
|
+
return localVarFp.monitorSortList(options).then((request) => request(axios, basePath));
|
|
711
1047
|
},
|
|
712
1048
|
/**
|
|
713
|
-
*
|
|
714
|
-
* @summary
|
|
715
|
-
* @param {
|
|
1049
|
+
*
|
|
1050
|
+
* @summary 分页查询
|
|
1051
|
+
* @param {SurveillanceApiMonitorSortPageRequest} requestParameters Request parameters.
|
|
716
1052
|
* @param {*} [options] Override http request option.
|
|
717
1053
|
* @throws {RequiredError}
|
|
718
1054
|
*/
|
|
719
|
-
|
|
720
|
-
return localVarFp.
|
|
1055
|
+
monitorSortPage(requestParameters, options) {
|
|
1056
|
+
return localVarFp.monitorSortPage(requestParameters.vo, options).then((request) => request(axios, basePath));
|
|
721
1057
|
},
|
|
722
1058
|
/**
|
|
723
|
-
*
|
|
1059
|
+
*
|
|
724
1060
|
* @summary 监控空间列表
|
|
725
|
-
* @param {
|
|
1061
|
+
* @param {SurveillanceApiMonitorSpaceListRequest} requestParameters Request parameters.
|
|
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.
|
|
726
1082
|
* @param {*} [options] Override http request option.
|
|
727
1083
|
* @throws {RequiredError}
|
|
728
1084
|
*/
|
|
729
|
-
|
|
730
|
-
return localVarFp.
|
|
1085
|
+
playBack(requestParameters, options) {
|
|
1086
|
+
return localVarFp.playBack(requestParameters.monitorPlayBackVo, options).then((request) => request(axios, basePath));
|
|
731
1087
|
},
|
|
732
1088
|
/**
|
|
733
|
-
*
|
|
734
|
-
* @summary
|
|
735
|
-
* @param {
|
|
1089
|
+
*
|
|
1090
|
+
* @summary 删除监控
|
|
1091
|
+
* @param {SurveillanceApiSurveillanceDelRequest} requestParameters Request parameters.
|
|
736
1092
|
* @param {*} [options] Override http request option.
|
|
737
1093
|
* @throws {RequiredError}
|
|
738
1094
|
*/
|
|
739
|
-
|
|
740
|
-
return localVarFp.
|
|
1095
|
+
surveillanceDel(requestParameters, options) {
|
|
1096
|
+
return localVarFp.surveillanceDel(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
741
1097
|
},
|
|
742
1098
|
/**
|
|
743
|
-
*
|
|
744
|
-
* @summary
|
|
745
|
-
* @param {
|
|
1099
|
+
*
|
|
1100
|
+
* @summary 修改或新增
|
|
1101
|
+
* @param {SurveillanceApiUpdateOrSaveRequest} requestParameters Request parameters.
|
|
746
1102
|
* @param {*} [options] Override http request option.
|
|
747
1103
|
* @throws {RequiredError}
|
|
748
1104
|
*/
|
|
749
|
-
|
|
750
|
-
return localVarFp.
|
|
1105
|
+
updateOrSave(requestParameters, options) {
|
|
1106
|
+
return localVarFp.updateOrSave(requestParameters.monitorSortEntity, options).then((request) => request(axios, basePath));
|
|
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));
|
|
751
1127
|
},
|
|
752
1128
|
};
|
|
753
1129
|
};
|
|
@@ -760,132 +1136,201 @@ exports.SurveillanceApiFactory = SurveillanceApiFactory;
|
|
|
760
1136
|
*/
|
|
761
1137
|
class SurveillanceApi extends base_1.BaseAPI {
|
|
762
1138
|
/**
|
|
763
|
-
*
|
|
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
|
+
*
|
|
764
1162
|
* @summary 监控抓拍
|
|
765
|
-
* @param {
|
|
1163
|
+
* @param {SurveillanceApiCaptureRequest} requestParameters Request parameters.
|
|
766
1164
|
* @param {*} [options] Override http request option.
|
|
767
1165
|
* @throws {RequiredError}
|
|
768
1166
|
* @memberof SurveillanceApi
|
|
769
1167
|
*/
|
|
770
|
-
|
|
771
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
1168
|
+
capture(requestParameters, options) {
|
|
1169
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).capture(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
772
1170
|
}
|
|
773
1171
|
/**
|
|
774
|
-
*
|
|
775
|
-
* @summary
|
|
776
|
-
* @param {
|
|
1172
|
+
*
|
|
1173
|
+
* @summary 监控直播
|
|
1174
|
+
* @param {SurveillanceApiLiveRequest} requestParameters Request parameters.
|
|
777
1175
|
* @param {*} [options] Override http request option.
|
|
778
1176
|
* @throws {RequiredError}
|
|
779
1177
|
* @memberof SurveillanceApi
|
|
780
1178
|
*/
|
|
781
|
-
|
|
782
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
1179
|
+
live(requestParameters, options) {
|
|
1180
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).live(requestParameters.id, requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
783
1181
|
}
|
|
784
1182
|
/**
|
|
785
|
-
*
|
|
1183
|
+
*
|
|
1184
|
+
* @summary 监控直播接口
|
|
1185
|
+
* @param {SurveillanceApiLiveBroadCastRequest} requestParameters Request parameters.
|
|
1186
|
+
* @param {*} [options] Override http request option.
|
|
1187
|
+
* @throws {RequiredError}
|
|
1188
|
+
* @memberof SurveillanceApi
|
|
1189
|
+
*/
|
|
1190
|
+
liveBroadCast(requestParameters, options) {
|
|
1191
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).liveBroadCast(requestParameters.onlyNumber, options).then((request) => request(this.axios, this.basePath));
|
|
1192
|
+
}
|
|
1193
|
+
/**
|
|
1194
|
+
*
|
|
786
1195
|
* @summary 监控详情
|
|
787
|
-
* @param {
|
|
1196
|
+
* @param {SurveillanceApiMonitorDetailRequest} requestParameters Request parameters.
|
|
788
1197
|
* @param {*} [options] Override http request option.
|
|
789
1198
|
* @throws {RequiredError}
|
|
790
1199
|
* @memberof SurveillanceApi
|
|
791
1200
|
*/
|
|
792
|
-
|
|
793
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
1201
|
+
monitorDetail(requestParameters, options) {
|
|
1202
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).monitorDetail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
794
1203
|
}
|
|
795
1204
|
/**
|
|
796
|
-
*
|
|
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
|
+
*
|
|
797
1217
|
* @summary 监控列表
|
|
798
|
-
* @param {
|
|
1218
|
+
* @param {SurveillanceApiMonitorListRequest} requestParameters Request parameters.
|
|
799
1219
|
* @param {*} [options] Override http request option.
|
|
800
1220
|
* @throws {RequiredError}
|
|
801
1221
|
* @memberof SurveillanceApi
|
|
802
1222
|
*/
|
|
803
|
-
|
|
804
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
1223
|
+
monitorList(requestParameters, options) {
|
|
1224
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).monitorList(requestParameters.monitorSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
805
1225
|
}
|
|
806
1226
|
/**
|
|
807
|
-
*
|
|
808
|
-
* @summary
|
|
809
|
-
* @param {
|
|
1227
|
+
*
|
|
1228
|
+
* @summary 详情
|
|
1229
|
+
* @param {SurveillanceApiMonitorSortDetailRequest} requestParameters Request parameters.
|
|
810
1230
|
* @param {*} [options] Override http request option.
|
|
811
1231
|
* @throws {RequiredError}
|
|
812
1232
|
* @memberof SurveillanceApi
|
|
813
1233
|
*/
|
|
814
|
-
|
|
815
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
1234
|
+
monitorSortDetail(requestParameters, options) {
|
|
1235
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).monitorSortDetail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
816
1236
|
}
|
|
817
1237
|
/**
|
|
818
|
-
*
|
|
819
|
-
* @summary
|
|
820
|
-
* @param {SurveillanceApiSurveillancePlaybackRequest} requestParameters Request parameters.
|
|
1238
|
+
*
|
|
1239
|
+
* @summary 全部查询
|
|
821
1240
|
* @param {*} [options] Override http request option.
|
|
822
1241
|
* @throws {RequiredError}
|
|
823
1242
|
* @memberof SurveillanceApi
|
|
824
1243
|
*/
|
|
825
|
-
|
|
826
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
1244
|
+
monitorSortList(options) {
|
|
1245
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).monitorSortList(options).then((request) => request(this.axios, this.basePath));
|
|
827
1246
|
}
|
|
828
1247
|
/**
|
|
829
|
-
*
|
|
830
|
-
* @summary
|
|
831
|
-
* @param {
|
|
1248
|
+
*
|
|
1249
|
+
* @summary 分页查询
|
|
1250
|
+
* @param {SurveillanceApiMonitorSortPageRequest} requestParameters Request parameters.
|
|
832
1251
|
* @param {*} [options] Override http request option.
|
|
833
1252
|
* @throws {RequiredError}
|
|
834
1253
|
* @memberof SurveillanceApi
|
|
835
1254
|
*/
|
|
836
|
-
|
|
837
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
1255
|
+
monitorSortPage(requestParameters, options) {
|
|
1256
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).monitorSortPage(requestParameters.vo, options).then((request) => request(this.axios, this.basePath));
|
|
838
1257
|
}
|
|
839
1258
|
/**
|
|
840
|
-
*
|
|
1259
|
+
*
|
|
841
1260
|
* @summary 监控空间列表
|
|
842
|
-
* @param {
|
|
1261
|
+
* @param {SurveillanceApiMonitorSpaceListRequest} requestParameters Request parameters.
|
|
843
1262
|
* @param {*} [options] Override http request option.
|
|
844
1263
|
* @throws {RequiredError}
|
|
845
1264
|
* @memberof SurveillanceApi
|
|
846
1265
|
*/
|
|
847
|
-
|
|
848
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
1266
|
+
monitorSpaceList(requestParameters, options) {
|
|
1267
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).monitorSpaceList(requestParameters.monitorSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
849
1268
|
}
|
|
850
1269
|
/**
|
|
851
|
-
*
|
|
852
|
-
* @summary
|
|
853
|
-
* @param {
|
|
1270
|
+
*
|
|
1271
|
+
* @summary 同步监控唯一编号
|
|
1272
|
+
* @param {SurveillanceApiOnlyNumberEditRequest} requestParameters Request parameters.
|
|
854
1273
|
* @param {*} [options] Override http request option.
|
|
855
1274
|
* @throws {RequiredError}
|
|
856
1275
|
* @memberof SurveillanceApi
|
|
857
1276
|
*/
|
|
858
|
-
|
|
859
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
1277
|
+
onlyNumberEdit(requestParameters, options) {
|
|
1278
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).onlyNumberEdit(requestParameters.monitorOnlyNumberEditListVo, options).then((request) => request(this.axios, this.basePath));
|
|
860
1279
|
}
|
|
861
1280
|
/**
|
|
862
|
-
*
|
|
863
|
-
* @summary
|
|
864
|
-
* @param {
|
|
1281
|
+
*
|
|
1282
|
+
* @summary 监控回放接口
|
|
1283
|
+
* @param {SurveillanceApiPlayBackRequest} requestParameters Request parameters.
|
|
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.
|
|
865
1295
|
* @param {*} [options] Override http request option.
|
|
866
1296
|
* @throws {RequiredError}
|
|
867
1297
|
* @memberof SurveillanceApi
|
|
868
1298
|
*/
|
|
869
|
-
|
|
870
|
-
return (0, exports.SurveillanceApiFp)(this.configuration).
|
|
1299
|
+
surveillanceDel(requestParameters, options) {
|
|
1300
|
+
return (0, exports.SurveillanceApiFp)(this.configuration).surveillanceDel(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
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));
|
|
871
1334
|
}
|
|
872
1335
|
}
|
|
873
1336
|
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
|
-
};
|