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