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