@gizone/rrs-client 4.1.0-alpha.113 → 4.1.0-alpha.115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +46 -2
- package/api.ts +5 -1
- package/apis/device-api.ts +244 -0
- package/apis/iot-api.ts +15 -15
- package/apis/monitor-controller-api.ts +1260 -0
- package/apis/monitor-sort-controller-api.ts +499 -0
- package/apis/space-api.ts +25 -15
- package/apis/surveillance-api.ts +529 -982
- package/apis/{surveillance-roi-api.ts → surveillance-roi-controller-api.ts} +64 -64
- package/apis/surveillance-settings-api.ts +583 -0
- package/apis/work-order-api.ts +671 -0
- package/dist/api.d.ts +5 -1
- package/dist/api.js +5 -1
- package/dist/apis/device-api.d.ts +135 -0
- package/dist/apis/device-api.js +209 -0
- package/dist/apis/iot-api.d.ts +10 -10
- package/dist/apis/iot-api.js +11 -11
- package/dist/apis/monitor-controller-api.d.ts +659 -0
- package/dist/apis/monitor-controller-api.js +989 -0
- package/dist/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/apis/monitor-sort-controller-api.js +416 -0
- package/dist/apis/space-api.d.ts +14 -7
- package/dist/apis/space-api.js +16 -11
- package/dist/apis/surveillance-api.d.ts +353 -541
- package/dist/apis/surveillance-api.js +332 -777
- package/dist/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +36 -36
- package/dist/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/apis/surveillance-settings-api.js +486 -0
- package/dist/apis/work-order-api.d.ts +354 -0
- package/dist/apis/work-order-api.js +503 -0
- package/dist/esm/api.d.ts +5 -1
- package/dist/esm/api.js +5 -1
- package/dist/esm/apis/device-api.d.ts +135 -0
- package/dist/esm/apis/device-api.js +202 -0
- package/dist/esm/apis/iot-api.d.ts +10 -10
- package/dist/esm/apis/iot-api.js +11 -11
- package/dist/esm/apis/monitor-controller-api.d.ts +659 -0
- package/dist/esm/apis/monitor-controller-api.js +982 -0
- package/dist/esm/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/esm/apis/monitor-sort-controller-api.js +409 -0
- package/dist/esm/apis/space-api.d.ts +14 -7
- package/dist/esm/apis/space-api.js +16 -11
- package/dist/esm/apis/surveillance-api.d.ts +353 -541
- package/dist/esm/apis/surveillance-api.js +331 -776
- package/dist/esm/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/esm/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +31 -31
- package/dist/esm/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/esm/apis/surveillance-settings-api.js +479 -0
- package/dist/esm/apis/work-order-api.d.ts +354 -0
- package/dist/esm/apis/work-order-api.js +503 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +8 -14
- package/dist/esm/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/esm/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/esm/models/functional-area-enum.d.ts +26 -0
- package/dist/esm/models/functional-area-enum.js +27 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +12 -12
- package/dist/esm/models/index.d.ts +41 -1
- package/dist/esm/models/index.js +41 -1
- package/dist/esm/models/installation-body-enum.d.ts +22 -0
- package/dist/esm/models/installation-body-enum.js +23 -0
- package/dist/esm/models/iot-device-status-enum.d.ts +22 -0
- package/dist/esm/models/iot-device-status-enum.js +23 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-live-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +14 -0
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/esm/models/network-monitor-repair-add-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/esm/models/network-monitor-repair-details-dto.js +20 -0
- package/dist/esm/models/network-repair-info.d.ts +36 -0
- package/dist/esm/models/network-repair-info.js +14 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/park.d.ts +43 -0
- package/dist/esm/models/park.js +14 -0
- package/dist/esm/models/polling-surveillance-info.d.ts +30 -0
- package/dist/esm/models/polling-surveillance-info.js +14 -0
- package/dist/esm/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/esm/models/process-network-monitor-repair-vo.js +14 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/space-add-vo.d.ts +7 -0
- package/dist/esm/models/space-detail-dto.d.ts +9 -2
- package/dist/esm/models/space-edit-vo.d.ts +7 -0
- package/dist/esm/models/space-industry-attribute.d.ts +25 -0
- package/dist/esm/models/space-industry-attribute.js +26 -0
- package/dist/esm/models/space-point-dto.d.ts +3 -21
- package/dist/esm/models/space-tree-dto.d.ts +26 -19
- package/dist/esm/models/space.d.ts +43 -0
- package/dist/esm/models/space.js +14 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +124 -0
- package/dist/esm/models/surveillance-details-dto.js +14 -0
- package/dist/esm/models/surveillance-live-dto.d.ts +48 -0
- package/dist/esm/models/surveillance-live-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/esm/models/surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/esm/models/surveillance-settings-polling-vo.js +14 -0
- package/dist/esm/models/surveillance-update-vo.d.ts +62 -0
- package/dist/esm/models/surveillance-update-vo.js +14 -0
- package/dist/esm/models/surveillance.d.ts +49 -0
- package/dist/esm/models/surveillance.js +14 -0
- package/dist/esm/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/esm/models/sync-device-unit-vo.js +14 -0
- package/dist/esm/models/sync-equipment-vo.d.ts +24 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/violation-center-attribute-enum.js +22 -0
- package/dist/esm/models/violation-decision-vo.d.ts +68 -0
- package/dist/esm/models/violation-decision-vo.js +14 -0
- package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/esm/models/violation-issue-type-enum.js +85 -0
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
- package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/esm/models/violation-work-order-add-vo.js +14 -0
- package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/esm/models/violation-work-order-details-dto.js +20 -0
- package/dist/esm/models/violation-work-order-info.d.ts +106 -0
- package/dist/esm/models/violation-work-order-info.js +14 -0
- package/dist/esm/models/work-order-approval-vo.d.ts +24 -0
- package/dist/esm/models/work-order-approval-vo.js +14 -0
- package/dist/esm/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +32 -0
- package/dist/esm/models/work-order-decision-vo.js +14 -0
- package/dist/esm/models/work-order-ext-data.d.ts +32 -0
- package/dist/esm/models/work-order-ext-data.js +14 -0
- package/dist/esm/models/work-order-handler-dto.d.ts +61 -0
- package/dist/esm/models/work-order-handler-dto.js +14 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +6 -0
- package/dist/esm/models/work-order-internal-status-enum.js +7 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/esm/models/work-order-issue-type-enum.js +11 -2
- package/dist/esm/models/work-order-settings-type-enum.d.ts +2 -7
- package/dist/esm/models/work-order-settings-type-enum.js +2 -7
- package/dist/esm/models/work-order-source-enum.d.ts +2 -0
- package/dist/esm/models/work-order-source-enum.js +3 -1
- package/dist/esm/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- package/dist/esm/models/work-order-space-dto.js +14 -0
- package/dist/esm/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/esm/models/work-order-sponsor-dto.js +14 -0
- package/dist/esm/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/esm/models/work-order-surveillance-dto.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +2 -0
- package/dist/esm/models/work-order-type-enum.js +3 -1
- package/dist/models/equipment-detail-dto.d.ts +8 -14
- package/dist/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/models/functional-area-enum.d.ts +26 -0
- package/dist/models/functional-area-enum.js +30 -0
- package/dist/models/get-user-wx200-response.d.ts +12 -12
- package/dist/models/index.d.ts +41 -1
- package/dist/models/index.js +41 -1
- package/dist/models/installation-body-enum.d.ts +22 -0
- package/dist/models/installation-body-enum.js +26 -0
- package/dist/models/iot-device-status-enum.d.ts +22 -0
- package/dist/models/iot-device-status-enum.js +26 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +62 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-details-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-live-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-live-dto.js +15 -0
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-settings-details-dto.js +15 -0
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-violation-work-order-details-dto.js +15 -0
- package/dist/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/models/network-monitor-repair-add-vo.js +15 -0
- package/dist/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/models/network-monitor-repair-decision-vo.js +15 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/models/network-monitor-repair-details-dto.js +23 -0
- package/dist/models/network-repair-info.d.ts +36 -0
- package/dist/models/network-repair-info.js +15 -0
- package/dist/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/models/page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/park.d.ts +43 -0
- package/dist/models/park.js +15 -0
- package/dist/models/polling-surveillance-info.d.ts +30 -0
- package/dist/models/polling-surveillance-info.js +15 -0
- package/dist/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/models/process-network-monitor-repair-vo.js +15 -0
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/space-add-vo.d.ts +7 -0
- package/dist/models/space-detail-dto.d.ts +9 -2
- package/dist/models/space-edit-vo.d.ts +7 -0
- package/dist/models/space-industry-attribute.d.ts +25 -0
- package/dist/models/space-industry-attribute.js +29 -0
- package/dist/models/space-point-dto.d.ts +3 -21
- package/dist/models/space-tree-dto.d.ts +26 -19
- package/dist/models/space.d.ts +43 -0
- package/dist/models/space.js +15 -0
- package/dist/models/surveillance-details-dto.d.ts +124 -0
- package/dist/models/surveillance-details-dto.js +15 -0
- package/dist/models/surveillance-live-dto.d.ts +48 -0
- package/dist/models/surveillance-live-dto.js +15 -0
- package/dist/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/models/surveillance-settings-details-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/models/surveillance-settings-polling-vo.js +15 -0
- package/dist/models/surveillance-update-vo.d.ts +62 -0
- package/dist/models/surveillance-update-vo.js +15 -0
- package/dist/models/surveillance.d.ts +49 -0
- package/dist/models/surveillance.js +15 -0
- package/dist/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/models/sync-device-unit-vo.js +15 -0
- package/dist/models/sync-equipment-vo.d.ts +24 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/models/violation-center-attribute-enum.js +25 -0
- package/dist/models/violation-decision-vo.d.ts +68 -0
- package/dist/models/violation-decision-vo.js +15 -0
- package/dist/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/models/violation-issue-type-enum.js +88 -0
- package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/models/violation-responsibility-role-enum.js +25 -0
- package/dist/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/models/violation-work-order-add-vo.js +15 -0
- package/dist/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/models/violation-work-order-details-dto.js +23 -0
- package/dist/models/violation-work-order-info.d.ts +106 -0
- package/dist/models/violation-work-order-info.js +15 -0
- package/dist/models/work-order-approval-vo.d.ts +24 -0
- package/dist/models/work-order-approval-vo.js +15 -0
- package/dist/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/models/work-order-decision-vo.d.ts +32 -0
- package/dist/models/work-order-decision-vo.js +15 -0
- package/dist/models/work-order-ext-data.d.ts +32 -0
- package/dist/models/work-order-ext-data.js +15 -0
- package/dist/models/work-order-handler-dto.d.ts +61 -0
- package/dist/models/work-order-handler-dto.js +15 -0
- package/dist/models/work-order-internal-status-enum.d.ts +6 -0
- package/dist/models/work-order-internal-status-enum.js +7 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/models/work-order-issue-type-enum.js +11 -2
- package/dist/models/work-order-settings-type-enum.d.ts +2 -7
- package/dist/models/work-order-settings-type-enum.js +2 -7
- package/dist/models/work-order-source-enum.d.ts +2 -0
- package/dist/models/work-order-source-enum.js +3 -1
- package/dist/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- package/dist/models/work-order-space-dto.js +15 -0
- package/dist/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/models/work-order-sponsor-dto.js +15 -0
- package/dist/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/models/work-order-surveillance-dto.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +2 -0
- package/dist/models/work-order-type-enum.js +3 -1
- package/models/equipment-detail-dto.ts +8 -14
- package/models/equipment-point-edit-vo.ts +2 -8
- package/models/equipment-search-system-dto.ts +6 -12
- package/models/functional-area-enum.ts +36 -0
- package/models/get-user-wx200-response.ts +12 -12
- package/models/index.ts +41 -1
- package/models/installation-body-enum.ts +32 -0
- package/models/iot-device-status-enum.ts +32 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-list-surveillance-settings-details-dto.ts +72 -0
- package/models/json-result-network-monitor-repair-details-dto.ts +72 -0
- package/models/json-result-page-dto-surveillance-details-dto.ts +72 -0
- package/models/json-result-surveillance-details-dto.ts +72 -0
- package/models/json-result-surveillance-live-dto.ts +72 -0
- package/models/json-result-surveillance-settings-details-dto.ts +72 -0
- package/models/json-result-violation-work-order-details-dto.ts +72 -0
- package/models/network-monitor-repair-add-vo.ts +101 -0
- package/models/network-monitor-repair-decision-vo.ts +48 -0
- package/models/network-monitor-repair-details-dto.ts +197 -0
- package/models/network-repair-info.ts +42 -0
- package/models/page-dto-surveillance-details-dto.ts +39 -0
- package/models/park.ts +53 -0
- package/models/polling-surveillance-info.ts +36 -0
- package/models/process-network-monitor-repair-vo.ts +36 -0
- package/models/space-add-excel-dto.ts +6 -0
- package/models/space-add-vo.ts +9 -0
- package/models/space-detail-dto.ts +11 -2
- package/models/space-edit-vo.ts +9 -0
- package/models/space-industry-attribute.ts +35 -0
- package/models/space-point-dto.ts +3 -21
- package/models/space-tree-dto.ts +28 -19
- package/models/space.ts +51 -0
- package/models/surveillance-details-dto.ts +140 -0
- package/models/surveillance-live-dto.ts +54 -0
- package/models/surveillance-settings-details-dto.ts +69 -0
- package/models/surveillance-settings-polling-vo.ts +39 -0
- package/models/surveillance-update-vo.ts +74 -0
- package/models/surveillance.ts +59 -0
- package/models/sync-device-unit-vo.ts +186 -0
- package/models/sync-equipment-vo.ts +24 -0
- package/models/sys-user.ts +4 -4
- package/models/violation-center-attribute-enum.ts +31 -0
- package/models/violation-decision-vo.ts +80 -0
- package/models/violation-issue-type-enum.ts +94 -0
- package/models/violation-responsibility-role-enum.ts +31 -0
- package/models/violation-work-order-add-vo.ts +101 -0
- package/models/violation-work-order-details-dto.ts +182 -0
- package/models/violation-work-order-info.ts +122 -0
- package/models/work-order-approval-vo.ts +30 -0
- package/models/work-order-circulation-vo.ts +12 -0
- package/models/work-order-decision-vo.ts +42 -0
- package/models/work-order-ext-data.ts +42 -0
- package/models/work-order-handler-dto.ts +71 -0
- package/models/work-order-internal-status-enum.ts +7 -1
- package/models/work-order-issue-type-enum.ts +11 -2
- package/models/work-order-settings-type-enum.ts +2 -7
- package/models/work-order-source-enum.ts +3 -1
- package/models/{space-add-point-vo.ts → work-order-space-dto.ts} +14 -11
- package/models/work-order-sponsor-dto.ts +54 -0
- package/models/work-order-surveillance-dto.ts +36 -0
- package/models/work-order-type-enum.ts +3 -1
- package/package.json +1 -1
- /package/dist/esm/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
- /package/dist/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
|
@@ -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 {IotDeviceStatusEnum} [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,223 +311,126 @@ 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 {IotDeviceStatusEnum} [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
|
}
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
* @param {MonitorSortEntity} monitorSortEntity
|
|
542
|
-
* @param {*} [options] Override http request option.
|
|
543
|
-
* @throws {RequiredError}
|
|
544
|
-
*/
|
|
545
|
-
updateOrSave: (monitorSortEntity_1, ...args_1) => __awaiter(this, [monitorSortEntity_1, ...args_1], void 0, function* (monitorSortEntity, options = {}) {
|
|
546
|
-
// verify required parameter 'monitorSortEntity' is not null or undefined
|
|
547
|
-
assertParamExists('updateOrSave', 'monitorSortEntity', monitorSortEntity);
|
|
548
|
-
const localVarPath = `/gizone/monitorSort/updateOrSave`;
|
|
549
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
550
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
551
|
-
let baseOptions;
|
|
552
|
-
if (configuration) {
|
|
553
|
-
baseOptions = configuration.baseOptions;
|
|
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;
|
|
554
366
|
}
|
|
555
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
556
|
-
const localVarHeaderParameter = {};
|
|
557
|
-
const localVarQueryParameter = {};
|
|
558
|
-
// authentication tokenScheme required
|
|
559
|
-
// http bearer authentication required
|
|
560
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
561
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
562
367
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
563
368
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
564
369
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
565
|
-
localVarRequestOptions.data = serializeDataIfNeeded(monitorSortEntity, localVarRequestOptions, configuration);
|
|
566
370
|
return {
|
|
567
371
|
url: toPathString(localVarUrlObj),
|
|
568
372
|
options: localVarRequestOptions,
|
|
569
373
|
};
|
|
570
374
|
}),
|
|
571
375
|
/**
|
|
572
|
-
*
|
|
573
|
-
* @summary
|
|
376
|
+
* 更新监控信息
|
|
377
|
+
* @summary 更新监控
|
|
574
378
|
* @param {number} id
|
|
379
|
+
* @param {SurveillanceUpdateVo} surveillanceUpdateVo
|
|
575
380
|
* @param {*} [options] Override http request option.
|
|
576
381
|
* @throws {RequiredError}
|
|
577
382
|
*/
|
|
578
|
-
|
|
383
|
+
surveillanceUpdate: (id_1, surveillanceUpdateVo_1, ...args_1) => __awaiter(this, [id_1, surveillanceUpdateVo_1, ...args_1], void 0, function* (id, surveillanceUpdateVo, options = {}) {
|
|
579
384
|
// verify required parameter 'id' is not null or undefined
|
|
580
|
-
assertParamExists('
|
|
581
|
-
|
|
385
|
+
assertParamExists('surveillanceUpdate', 'id', id);
|
|
386
|
+
// verify required parameter 'surveillanceUpdateVo' is not null or undefined
|
|
387
|
+
assertParamExists('surveillanceUpdate', 'surveillanceUpdateVo', surveillanceUpdateVo);
|
|
388
|
+
const localVarPath = `/gizone/surveillance/{id}`
|
|
389
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
582
390
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
583
391
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
584
392
|
let baseOptions;
|
|
585
393
|
if (configuration) {
|
|
586
394
|
baseOptions = configuration.baseOptions;
|
|
587
395
|
}
|
|
588
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
396
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
589
397
|
const localVarHeaderParameter = {};
|
|
590
398
|
const localVarQueryParameter = {};
|
|
591
399
|
// authentication tokenScheme required
|
|
592
400
|
// http bearer authentication required
|
|
593
401
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
594
|
-
|
|
595
|
-
localVarQueryParameter['id'] = id;
|
|
596
|
-
}
|
|
402
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
597
403
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
598
404
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
599
405
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
406
|
+
localVarRequestOptions.data = serializeDataIfNeeded(surveillanceUpdateVo, localVarRequestOptions, configuration);
|
|
600
407
|
return {
|
|
601
408
|
url: toPathString(localVarUrlObj),
|
|
602
409
|
options: localVarRequestOptions,
|
|
603
410
|
};
|
|
604
411
|
}),
|
|
605
412
|
/**
|
|
606
|
-
*
|
|
607
|
-
* @summary
|
|
608
|
-
* @param {
|
|
413
|
+
* 更新监控点位信息
|
|
414
|
+
* @summary 更新监控点位
|
|
415
|
+
* @param {number} id
|
|
416
|
+
* @param {Array<number>} requestBody
|
|
609
417
|
* @param {*} [options] Override http request option.
|
|
610
418
|
* @throws {RequiredError}
|
|
611
419
|
*/
|
|
612
|
-
|
|
613
|
-
// verify required parameter '
|
|
614
|
-
assertParamExists('
|
|
615
|
-
|
|
420
|
+
surveillanceUpdatePoint: (id_1, requestBody_1, ...args_1) => __awaiter(this, [id_1, requestBody_1, ...args_1], void 0, function* (id, requestBody, options = {}) {
|
|
421
|
+
// verify required parameter 'id' is not null or undefined
|
|
422
|
+
assertParamExists('surveillanceUpdatePoint', 'id', id);
|
|
423
|
+
// verify required parameter 'requestBody' is not null or undefined
|
|
424
|
+
assertParamExists('surveillanceUpdatePoint', 'requestBody', requestBody);
|
|
425
|
+
const localVarPath = `/gizone/surveillance/point/{id}`
|
|
426
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
616
427
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
617
428
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
618
429
|
let baseOptions;
|
|
619
430
|
if (configuration) {
|
|
620
431
|
baseOptions = configuration.baseOptions;
|
|
621
432
|
}
|
|
622
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
433
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
623
434
|
const localVarHeaderParameter = {};
|
|
624
435
|
const localVarQueryParameter = {};
|
|
625
436
|
// authentication tokenScheme required
|
|
@@ -629,7 +440,7 @@ export const SurveillanceApiAxiosParamCreator = function (configuration) {
|
|
|
629
440
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
630
441
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
631
442
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
632
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
443
|
+
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration);
|
|
633
444
|
return {
|
|
634
445
|
url: toPathString(localVarUrlObj),
|
|
635
446
|
options: localVarRequestOptions,
|
|
@@ -645,290 +456,182 @@ export const SurveillanceApiFp = function (configuration) {
|
|
|
645
456
|
const localVarAxiosParamCreator = SurveillanceApiAxiosParamCreator(configuration);
|
|
646
457
|
return {
|
|
647
458
|
/**
|
|
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
|
-
*
|
|
459
|
+
* 抓拍监控画面
|
|
681
460
|
* @summary 监控抓拍
|
|
682
461
|
* @param {number} id
|
|
683
462
|
* @param {*} [options] Override http request option.
|
|
684
463
|
* @throws {RequiredError}
|
|
685
464
|
*/
|
|
686
|
-
|
|
465
|
+
surveillanceCapture(id, options) {
|
|
687
466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
688
467
|
var _a, _b, _c;
|
|
689
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
468
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceCapture(id, options);
|
|
690
469
|
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.
|
|
470
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceCapture']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
692
471
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
693
472
|
});
|
|
694
473
|
},
|
|
695
474
|
/**
|
|
696
|
-
*
|
|
697
|
-
* @summary
|
|
475
|
+
* 删除监控信息
|
|
476
|
+
* @summary 删除监控
|
|
698
477
|
* @param {number} id
|
|
699
|
-
* @param {number} parkId
|
|
700
|
-
* @param {*} [options] Override http request option.
|
|
701
|
-
* @throws {RequiredError}
|
|
702
|
-
*/
|
|
703
|
-
live(id, parkId, options) {
|
|
704
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
705
|
-
var _a, _b, _c;
|
|
706
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.live(id, parkId, options);
|
|
707
|
-
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.live']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
709
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
710
|
-
});
|
|
711
|
-
},
|
|
712
|
-
/**
|
|
713
|
-
*
|
|
714
|
-
* @summary 监控直播接口
|
|
715
|
-
* @param {number} onlyNumber
|
|
716
478
|
* @param {*} [options] Override http request option.
|
|
717
479
|
* @throws {RequiredError}
|
|
718
480
|
*/
|
|
719
|
-
|
|
481
|
+
surveillanceDelete(id, options) {
|
|
720
482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
721
483
|
var _a, _b, _c;
|
|
722
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
484
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDelete(id, options);
|
|
723
485
|
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.
|
|
486
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
725
487
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
726
488
|
});
|
|
727
489
|
},
|
|
728
490
|
/**
|
|
729
|
-
*
|
|
491
|
+
* 获取监控详情
|
|
730
492
|
* @summary 监控详情
|
|
731
493
|
* @param {number} id
|
|
732
494
|
* @param {*} [options] Override http request option.
|
|
733
495
|
* @throws {RequiredError}
|
|
734
496
|
*/
|
|
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) {
|
|
497
|
+
surveillanceDetails(id, options) {
|
|
752
498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
753
499
|
var _a, _b, _c;
|
|
754
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
500
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDetails(id, options);
|
|
755
501
|
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.
|
|
502
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
757
503
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
758
504
|
});
|
|
759
505
|
},
|
|
760
506
|
/**
|
|
761
|
-
*
|
|
507
|
+
* 获取监控列表
|
|
762
508
|
* @summary 监控列表
|
|
763
|
-
* @param {
|
|
509
|
+
* @param {number} parkId 园区ID
|
|
510
|
+
* @param {string} [surveillanceName] 监控名称
|
|
511
|
+
* @param {FunctionalAreaEnum} [functionalArea] 功能区
|
|
512
|
+
* @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
|
|
513
|
+
* @param {number} [spaceId] 空间ID
|
|
514
|
+
* @param {number} [flgFirst] 是否首级
|
|
515
|
+
* @param {number} [page] 当前页码
|
|
516
|
+
* @param {number} [pageSize] 每页数量
|
|
764
517
|
* @param {*} [options] Override http request option.
|
|
765
518
|
* @throws {RequiredError}
|
|
766
519
|
*/
|
|
767
|
-
|
|
520
|
+
surveillanceList(parkId, surveillanceName, functionalArea, surveillanceStatus, spaceId, flgFirst, page, pageSize, options) {
|
|
768
521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
769
522
|
var _a, _b, _c;
|
|
770
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
523
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceList(parkId, surveillanceName, functionalArea, surveillanceStatus, spaceId, flgFirst, page, pageSize, options);
|
|
771
524
|
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.
|
|
525
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
773
526
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
774
527
|
});
|
|
775
528
|
},
|
|
776
529
|
/**
|
|
777
|
-
*
|
|
778
|
-
* @summary
|
|
530
|
+
* 获取监控直播流
|
|
531
|
+
* @summary 监控直播流
|
|
779
532
|
* @param {number} id
|
|
780
533
|
* @param {*} [options] Override http request option.
|
|
781
534
|
* @throws {RequiredError}
|
|
782
535
|
*/
|
|
783
|
-
|
|
536
|
+
surveillanceLive(id, options) {
|
|
784
537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
785
538
|
var _a, _b, _c;
|
|
786
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
539
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceLive(id, options);
|
|
787
540
|
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.
|
|
541
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceLive']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
789
542
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
790
543
|
});
|
|
791
544
|
},
|
|
792
545
|
/**
|
|
793
|
-
*
|
|
794
|
-
* @summary
|
|
546
|
+
* 获取监控回放流
|
|
547
|
+
* @summary 监控回放流
|
|
548
|
+
* @param {number} id
|
|
549
|
+
* @param {string} startTime 回放开始时间
|
|
550
|
+
* @param {string} endTime 回放结束时间
|
|
795
551
|
* @param {*} [options] Override http request option.
|
|
796
552
|
* @throws {RequiredError}
|
|
797
553
|
*/
|
|
798
|
-
|
|
554
|
+
surveillancePlayback(id, startTime, endTime, options) {
|
|
799
555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
800
556
|
var _a, _b, _c;
|
|
801
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
557
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillancePlayback(id, startTime, endTime, options);
|
|
802
558
|
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.
|
|
559
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillancePlayback']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
804
560
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
805
561
|
});
|
|
806
562
|
},
|
|
807
563
|
/**
|
|
808
|
-
*
|
|
809
|
-
* @summary
|
|
810
|
-
* @param {
|
|
564
|
+
* 控制监控设备的云台
|
|
565
|
+
* @summary 监控云台控制
|
|
566
|
+
* @param {number} id
|
|
567
|
+
* @param {SurveillancePtzControlCommandEnum} command 控制命令
|
|
568
|
+
* @param {SurveillancePtzControlActionEnum} action 控制动作
|
|
811
569
|
* @param {*} [options] Override http request option.
|
|
812
570
|
* @throws {RequiredError}
|
|
813
571
|
*/
|
|
814
|
-
|
|
572
|
+
surveillancePtzControl(id, command, action, options) {
|
|
815
573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
816
574
|
var _a, _b, _c;
|
|
817
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
575
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillancePtzControl(id, command, action, options);
|
|
818
576
|
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.
|
|
577
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillancePtzControl']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
820
578
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
821
579
|
});
|
|
822
580
|
},
|
|
823
581
|
/**
|
|
824
|
-
*
|
|
582
|
+
* 获取监控空间列表
|
|
825
583
|
* @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
|
|
584
|
+
* @param {number} parkId 园区ID
|
|
585
|
+
* @param {string} [surveillanceName] 监控名称
|
|
586
|
+
* @param {FunctionalAreaEnum} [functionalArea] 功能区
|
|
587
|
+
* @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
|
|
588
|
+
* @param {number} [spaceId] 空间ID
|
|
589
|
+
* @param {number} [flgFirst] 是否首级
|
|
590
|
+
* @param {number} [page] 当前页码
|
|
591
|
+
* @param {number} [pageSize] 每页数量
|
|
859
592
|
* @param {*} [options] Override http request option.
|
|
860
593
|
* @throws {RequiredError}
|
|
861
594
|
*/
|
|
862
|
-
|
|
595
|
+
surveillanceSpaceList(parkId, surveillanceName, functionalArea, surveillanceStatus, spaceId, flgFirst, page, pageSize, options) {
|
|
863
596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
864
597
|
var _a, _b, _c;
|
|
865
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
598
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSpaceList(parkId, surveillanceName, functionalArea, surveillanceStatus, spaceId, flgFirst, page, pageSize, options);
|
|
866
599
|
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.
|
|
600
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceSpaceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
868
601
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
869
602
|
});
|
|
870
603
|
},
|
|
871
604
|
/**
|
|
872
|
-
*
|
|
873
|
-
* @summary
|
|
874
|
-
* @param {number} parkId
|
|
875
|
-
* @param {*} [options] Override http request option.
|
|
876
|
-
* @throws {RequiredError}
|
|
877
|
-
*/
|
|
878
|
-
surveillanceDel(parkId, options) {
|
|
879
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
880
|
-
var _a, _b, _c;
|
|
881
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceDel(parkId, options);
|
|
882
|
-
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.surveillanceDel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
884
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
885
|
-
});
|
|
886
|
-
},
|
|
887
|
-
/**
|
|
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 删除
|
|
605
|
+
* 更新监控信息
|
|
606
|
+
* @summary 更新监控
|
|
906
607
|
* @param {number} id
|
|
608
|
+
* @param {SurveillanceUpdateVo} surveillanceUpdateVo
|
|
907
609
|
* @param {*} [options] Override http request option.
|
|
908
610
|
* @throws {RequiredError}
|
|
909
611
|
*/
|
|
910
|
-
|
|
612
|
+
surveillanceUpdate(id, surveillanceUpdateVo, options) {
|
|
911
613
|
return __awaiter(this, void 0, void 0, function* () {
|
|
912
614
|
var _a, _b, _c;
|
|
913
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
615
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceUpdate(id, surveillanceUpdateVo, options);
|
|
914
616
|
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.
|
|
617
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
916
618
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
917
619
|
});
|
|
918
620
|
},
|
|
919
621
|
/**
|
|
920
|
-
*
|
|
921
|
-
* @summary
|
|
922
|
-
* @param {
|
|
622
|
+
* 更新监控点位信息
|
|
623
|
+
* @summary 更新监控点位
|
|
624
|
+
* @param {number} id
|
|
625
|
+
* @param {Array<number>} requestBody
|
|
923
626
|
* @param {*} [options] Override http request option.
|
|
924
627
|
* @throws {RequiredError}
|
|
925
628
|
*/
|
|
926
|
-
|
|
629
|
+
surveillanceUpdatePoint(id, requestBody, options) {
|
|
927
630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
928
631
|
var _a, _b, _c;
|
|
929
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
632
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceUpdatePoint(id, requestBody, options);
|
|
930
633
|
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.
|
|
634
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceUpdatePoint']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
932
635
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
933
636
|
});
|
|
934
637
|
},
|
|
@@ -942,183 +645,104 @@ export const SurveillanceApiFactory = function (configuration, basePath, axios)
|
|
|
942
645
|
const localVarFp = SurveillanceApiFp(configuration);
|
|
943
646
|
return {
|
|
944
647
|
/**
|
|
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
|
-
*
|
|
648
|
+
* 抓拍监控画面
|
|
966
649
|
* @summary 监控抓拍
|
|
967
|
-
* @param {
|
|
650
|
+
* @param {SurveillanceApiSurveillanceCaptureRequest} requestParameters Request parameters.
|
|
968
651
|
* @param {*} [options] Override http request option.
|
|
969
652
|
* @throws {RequiredError}
|
|
970
653
|
*/
|
|
971
|
-
|
|
972
|
-
return localVarFp.
|
|
654
|
+
surveillanceCapture(requestParameters, options) {
|
|
655
|
+
return localVarFp.surveillanceCapture(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
973
656
|
},
|
|
974
657
|
/**
|
|
975
|
-
*
|
|
976
|
-
* @summary
|
|
977
|
-
* @param {
|
|
978
|
-
* @param {*} [options] Override http request option.
|
|
979
|
-
* @throws {RequiredError}
|
|
980
|
-
*/
|
|
981
|
-
live(requestParameters, options) {
|
|
982
|
-
return localVarFp.live(requestParameters.id, requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
983
|
-
},
|
|
984
|
-
/**
|
|
985
|
-
*
|
|
986
|
-
* @summary 监控直播接口
|
|
987
|
-
* @param {SurveillanceApiLiveBroadCastRequest} requestParameters Request parameters.
|
|
658
|
+
* 删除监控信息
|
|
659
|
+
* @summary 删除监控
|
|
660
|
+
* @param {SurveillanceApiSurveillanceDeleteRequest} requestParameters Request parameters.
|
|
988
661
|
* @param {*} [options] Override http request option.
|
|
989
662
|
* @throws {RequiredError}
|
|
990
663
|
*/
|
|
991
|
-
|
|
992
|
-
return localVarFp.
|
|
664
|
+
surveillanceDelete(requestParameters, options) {
|
|
665
|
+
return localVarFp.surveillanceDelete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
993
666
|
},
|
|
994
667
|
/**
|
|
995
|
-
*
|
|
668
|
+
* 获取监控详情
|
|
996
669
|
* @summary 监控详情
|
|
997
|
-
* @param {
|
|
670
|
+
* @param {SurveillanceApiSurveillanceDetailsRequest} requestParameters Request parameters.
|
|
998
671
|
* @param {*} [options] Override http request option.
|
|
999
672
|
* @throws {RequiredError}
|
|
1000
673
|
*/
|
|
1001
|
-
|
|
1002
|
-
return localVarFp.
|
|
674
|
+
surveillanceDetails(requestParameters, options) {
|
|
675
|
+
return localVarFp.surveillanceDetails(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1003
676
|
},
|
|
1004
677
|
/**
|
|
1005
|
-
*
|
|
1006
|
-
* @summary 编辑监控
|
|
1007
|
-
* @param {SurveillanceApiMonitorEditRequest} requestParameters Request parameters.
|
|
1008
|
-
* @param {*} [options] Override http request option.
|
|
1009
|
-
* @throws {RequiredError}
|
|
1010
|
-
*/
|
|
1011
|
-
monitorEdit(requestParameters, options) {
|
|
1012
|
-
return localVarFp.monitorEdit(requestParameters.monitorEditVo, options).then((request) => request(axios, basePath));
|
|
1013
|
-
},
|
|
1014
|
-
/**
|
|
1015
|
-
*
|
|
678
|
+
* 获取监控列表
|
|
1016
679
|
* @summary 监控列表
|
|
1017
|
-
* @param {
|
|
680
|
+
* @param {SurveillanceApiSurveillanceListRequest} requestParameters Request parameters.
|
|
1018
681
|
* @param {*} [options] Override http request option.
|
|
1019
682
|
* @throws {RequiredError}
|
|
1020
683
|
*/
|
|
1021
|
-
|
|
1022
|
-
return localVarFp.
|
|
684
|
+
surveillanceList(requestParameters, options) {
|
|
685
|
+
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
686
|
},
|
|
1024
687
|
/**
|
|
1025
|
-
*
|
|
1026
|
-
* @summary
|
|
1027
|
-
* @param {
|
|
688
|
+
* 获取监控直播流
|
|
689
|
+
* @summary 监控直播流
|
|
690
|
+
* @param {SurveillanceApiSurveillanceLiveRequest} requestParameters Request parameters.
|
|
1028
691
|
* @param {*} [options] Override http request option.
|
|
1029
692
|
* @throws {RequiredError}
|
|
1030
693
|
*/
|
|
1031
|
-
|
|
1032
|
-
return localVarFp.
|
|
694
|
+
surveillanceLive(requestParameters, options) {
|
|
695
|
+
return localVarFp.surveillanceLive(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1033
696
|
},
|
|
1034
697
|
/**
|
|
1035
|
-
*
|
|
1036
|
-
* @summary
|
|
698
|
+
* 获取监控回放流
|
|
699
|
+
* @summary 监控回放流
|
|
700
|
+
* @param {SurveillanceApiSurveillancePlaybackRequest} requestParameters Request parameters.
|
|
1037
701
|
* @param {*} [options] Override http request option.
|
|
1038
702
|
* @throws {RequiredError}
|
|
1039
703
|
*/
|
|
1040
|
-
|
|
1041
|
-
return localVarFp.
|
|
704
|
+
surveillancePlayback(requestParameters, options) {
|
|
705
|
+
return localVarFp.surveillancePlayback(requestParameters.id, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
|
|
1042
706
|
},
|
|
1043
707
|
/**
|
|
1044
|
-
*
|
|
1045
|
-
* @summary
|
|
1046
|
-
* @param {
|
|
708
|
+
* 控制监控设备的云台
|
|
709
|
+
* @summary 监控云台控制
|
|
710
|
+
* @param {SurveillanceApiSurveillancePtzControlRequest} requestParameters Request parameters.
|
|
1047
711
|
* @param {*} [options] Override http request option.
|
|
1048
712
|
* @throws {RequiredError}
|
|
1049
713
|
*/
|
|
1050
|
-
|
|
1051
|
-
return localVarFp.
|
|
714
|
+
surveillancePtzControl(requestParameters, options) {
|
|
715
|
+
return localVarFp.surveillancePtzControl(requestParameters.id, requestParameters.command, requestParameters.action, options).then((request) => request(axios, basePath));
|
|
1052
716
|
},
|
|
1053
717
|
/**
|
|
1054
|
-
*
|
|
718
|
+
* 获取监控空间列表
|
|
1055
719
|
* @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.
|
|
720
|
+
* @param {SurveillanceApiSurveillanceSpaceListRequest} requestParameters Request parameters.
|
|
1077
721
|
* @param {*} [options] Override http request option.
|
|
1078
722
|
* @throws {RequiredError}
|
|
1079
723
|
*/
|
|
1080
|
-
|
|
1081
|
-
return localVarFp.
|
|
724
|
+
surveillanceSpaceList(requestParameters, options) {
|
|
725
|
+
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
726
|
},
|
|
1083
727
|
/**
|
|
1084
|
-
*
|
|
1085
|
-
* @summary
|
|
1086
|
-
* @param {
|
|
728
|
+
* 更新监控信息
|
|
729
|
+
* @summary 更新监控
|
|
730
|
+
* @param {SurveillanceApiSurveillanceUpdateRequest} requestParameters Request parameters.
|
|
1087
731
|
* @param {*} [options] Override http request option.
|
|
1088
732
|
* @throws {RequiredError}
|
|
1089
733
|
*/
|
|
1090
|
-
|
|
1091
|
-
return localVarFp.
|
|
734
|
+
surveillanceUpdate(requestParameters, options) {
|
|
735
|
+
return localVarFp.surveillanceUpdate(requestParameters.id, requestParameters.surveillanceUpdateVo, options).then((request) => request(axios, basePath));
|
|
1092
736
|
},
|
|
1093
737
|
/**
|
|
1094
|
-
*
|
|
1095
|
-
* @summary
|
|
1096
|
-
* @param {
|
|
738
|
+
* 更新监控点位信息
|
|
739
|
+
* @summary 更新监控点位
|
|
740
|
+
* @param {SurveillanceApiSurveillanceUpdatePointRequest} requestParameters Request parameters.
|
|
1097
741
|
* @param {*} [options] Override http request option.
|
|
1098
742
|
* @throws {RequiredError}
|
|
1099
743
|
*/
|
|
1100
|
-
|
|
1101
|
-
return localVarFp.
|
|
1102
|
-
},
|
|
1103
|
-
/**
|
|
1104
|
-
*
|
|
1105
|
-
* @summary 删除
|
|
1106
|
-
* @param {SurveillanceApiUpdateOrSave1Request} requestParameters Request parameters.
|
|
1107
|
-
* @param {*} [options] Override http request option.
|
|
1108
|
-
* @throws {RequiredError}
|
|
1109
|
-
*/
|
|
1110
|
-
updateOrSave1(requestParameters, options) {
|
|
1111
|
-
return localVarFp.updateOrSave1(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
1112
|
-
},
|
|
1113
|
-
/**
|
|
1114
|
-
*
|
|
1115
|
-
* @summary 同步监控设备接口
|
|
1116
|
-
* @param {SurveillanceApiWithEquipmentRequest} requestParameters Request parameters.
|
|
1117
|
-
* @param {*} [options] Override http request option.
|
|
1118
|
-
* @throws {RequiredError}
|
|
1119
|
-
*/
|
|
1120
|
-
withEquipment(requestParameters, options) {
|
|
1121
|
-
return localVarFp.withEquipment(requestParameters.gizoneDevicveListSearchVO, options).then((request) => request(axios, basePath));
|
|
744
|
+
surveillanceUpdatePoint(requestParameters, options) {
|
|
745
|
+
return localVarFp.surveillanceUpdatePoint(requestParameters.id, requestParameters.requestBody, options).then((request) => request(axios, basePath));
|
|
1122
746
|
},
|
|
1123
747
|
};
|
|
1124
748
|
};
|
|
@@ -1130,200 +754,131 @@ export const SurveillanceApiFactory = function (configuration, basePath, axios)
|
|
|
1130
754
|
*/
|
|
1131
755
|
export class SurveillanceApi extends BaseAPI {
|
|
1132
756
|
/**
|
|
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
|
-
*
|
|
757
|
+
* 抓拍监控画面
|
|
1156
758
|
* @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.
|
|
759
|
+
* @param {SurveillanceApiSurveillanceCaptureRequest} requestParameters Request parameters.
|
|
1169
760
|
* @param {*} [options] Override http request option.
|
|
1170
761
|
* @throws {RequiredError}
|
|
1171
762
|
* @memberof SurveillanceApi
|
|
1172
763
|
*/
|
|
1173
|
-
|
|
1174
|
-
return SurveillanceApiFp(this.configuration).
|
|
764
|
+
surveillanceCapture(requestParameters, options) {
|
|
765
|
+
return SurveillanceApiFp(this.configuration).surveillanceCapture(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1175
766
|
}
|
|
1176
767
|
/**
|
|
1177
|
-
*
|
|
1178
|
-
* @summary
|
|
1179
|
-
* @param {
|
|
768
|
+
* 删除监控信息
|
|
769
|
+
* @summary 删除监控
|
|
770
|
+
* @param {SurveillanceApiSurveillanceDeleteRequest} requestParameters Request parameters.
|
|
1180
771
|
* @param {*} [options] Override http request option.
|
|
1181
772
|
* @throws {RequiredError}
|
|
1182
773
|
* @memberof SurveillanceApi
|
|
1183
774
|
*/
|
|
1184
|
-
|
|
1185
|
-
return SurveillanceApiFp(this.configuration).
|
|
775
|
+
surveillanceDelete(requestParameters, options) {
|
|
776
|
+
return SurveillanceApiFp(this.configuration).surveillanceDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1186
777
|
}
|
|
1187
778
|
/**
|
|
1188
|
-
*
|
|
779
|
+
* 获取监控详情
|
|
1189
780
|
* @summary 监控详情
|
|
1190
|
-
* @param {
|
|
781
|
+
* @param {SurveillanceApiSurveillanceDetailsRequest} requestParameters Request parameters.
|
|
1191
782
|
* @param {*} [options] Override http request option.
|
|
1192
783
|
* @throws {RequiredError}
|
|
1193
784
|
* @memberof SurveillanceApi
|
|
1194
785
|
*/
|
|
1195
|
-
|
|
1196
|
-
return SurveillanceApiFp(this.configuration).
|
|
786
|
+
surveillanceDetails(requestParameters, options) {
|
|
787
|
+
return SurveillanceApiFp(this.configuration).surveillanceDetails(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1197
788
|
}
|
|
1198
789
|
/**
|
|
1199
|
-
*
|
|
1200
|
-
* @summary 编辑监控
|
|
1201
|
-
* @param {SurveillanceApiMonitorEditRequest} requestParameters Request parameters.
|
|
1202
|
-
* @param {*} [options] Override http request option.
|
|
1203
|
-
* @throws {RequiredError}
|
|
1204
|
-
* @memberof SurveillanceApi
|
|
1205
|
-
*/
|
|
1206
|
-
monitorEdit(requestParameters, options) {
|
|
1207
|
-
return SurveillanceApiFp(this.configuration).monitorEdit(requestParameters.monitorEditVo, options).then((request) => request(this.axios, this.basePath));
|
|
1208
|
-
}
|
|
1209
|
-
/**
|
|
1210
|
-
*
|
|
790
|
+
* 获取监控列表
|
|
1211
791
|
* @summary 监控列表
|
|
1212
|
-
* @param {
|
|
792
|
+
* @param {SurveillanceApiSurveillanceListRequest} requestParameters Request parameters.
|
|
1213
793
|
* @param {*} [options] Override http request option.
|
|
1214
794
|
* @throws {RequiredError}
|
|
1215
795
|
* @memberof SurveillanceApi
|
|
1216
796
|
*/
|
|
1217
|
-
|
|
1218
|
-
return SurveillanceApiFp(this.configuration).
|
|
797
|
+
surveillanceList(requestParameters, options) {
|
|
798
|
+
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
799
|
}
|
|
1220
800
|
/**
|
|
1221
|
-
*
|
|
1222
|
-
* @summary
|
|
1223
|
-
* @param {
|
|
801
|
+
* 获取监控直播流
|
|
802
|
+
* @summary 监控直播流
|
|
803
|
+
* @param {SurveillanceApiSurveillanceLiveRequest} requestParameters Request parameters.
|
|
1224
804
|
* @param {*} [options] Override http request option.
|
|
1225
805
|
* @throws {RequiredError}
|
|
1226
806
|
* @memberof SurveillanceApi
|
|
1227
807
|
*/
|
|
1228
|
-
|
|
1229
|
-
return SurveillanceApiFp(this.configuration).
|
|
808
|
+
surveillanceLive(requestParameters, options) {
|
|
809
|
+
return SurveillanceApiFp(this.configuration).surveillanceLive(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1230
810
|
}
|
|
1231
811
|
/**
|
|
1232
|
-
*
|
|
1233
|
-
* @summary
|
|
812
|
+
* 获取监控回放流
|
|
813
|
+
* @summary 监控回放流
|
|
814
|
+
* @param {SurveillanceApiSurveillancePlaybackRequest} requestParameters Request parameters.
|
|
1234
815
|
* @param {*} [options] Override http request option.
|
|
1235
816
|
* @throws {RequiredError}
|
|
1236
817
|
* @memberof SurveillanceApi
|
|
1237
818
|
*/
|
|
1238
|
-
|
|
1239
|
-
return SurveillanceApiFp(this.configuration).
|
|
819
|
+
surveillancePlayback(requestParameters, options) {
|
|
820
|
+
return SurveillanceApiFp(this.configuration).surveillancePlayback(requestParameters.id, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
|
|
1240
821
|
}
|
|
1241
822
|
/**
|
|
1242
|
-
*
|
|
1243
|
-
* @summary
|
|
1244
|
-
* @param {
|
|
823
|
+
* 控制监控设备的云台
|
|
824
|
+
* @summary 监控云台控制
|
|
825
|
+
* @param {SurveillanceApiSurveillancePtzControlRequest} requestParameters Request parameters.
|
|
1245
826
|
* @param {*} [options] Override http request option.
|
|
1246
827
|
* @throws {RequiredError}
|
|
1247
828
|
* @memberof SurveillanceApi
|
|
1248
829
|
*/
|
|
1249
|
-
|
|
1250
|
-
return SurveillanceApiFp(this.configuration).
|
|
830
|
+
surveillancePtzControl(requestParameters, options) {
|
|
831
|
+
return SurveillanceApiFp(this.configuration).surveillancePtzControl(requestParameters.id, requestParameters.command, requestParameters.action, options).then((request) => request(this.axios, this.basePath));
|
|
1251
832
|
}
|
|
1252
833
|
/**
|
|
1253
|
-
*
|
|
834
|
+
* 获取监控空间列表
|
|
1254
835
|
* @summary 监控空间列表
|
|
1255
|
-
* @param {
|
|
836
|
+
* @param {SurveillanceApiSurveillanceSpaceListRequest} requestParameters Request parameters.
|
|
1256
837
|
* @param {*} [options] Override http request option.
|
|
1257
838
|
* @throws {RequiredError}
|
|
1258
839
|
* @memberof SurveillanceApi
|
|
1259
840
|
*/
|
|
1260
|
-
|
|
1261
|
-
return SurveillanceApiFp(this.configuration).
|
|
841
|
+
surveillanceSpaceList(requestParameters, options) {
|
|
842
|
+
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));
|
|
1262
843
|
}
|
|
1263
844
|
/**
|
|
1264
|
-
*
|
|
1265
|
-
* @summary
|
|
1266
|
-
* @param {
|
|
845
|
+
* 更新监控信息
|
|
846
|
+
* @summary 更新监控
|
|
847
|
+
* @param {SurveillanceApiSurveillanceUpdateRequest} requestParameters Request parameters.
|
|
1267
848
|
* @param {*} [options] Override http request option.
|
|
1268
849
|
* @throws {RequiredError}
|
|
1269
850
|
* @memberof SurveillanceApi
|
|
1270
851
|
*/
|
|
1271
|
-
|
|
1272
|
-
return SurveillanceApiFp(this.configuration).
|
|
852
|
+
surveillanceUpdate(requestParameters, options) {
|
|
853
|
+
return SurveillanceApiFp(this.configuration).surveillanceUpdate(requestParameters.id, requestParameters.surveillanceUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
1273
854
|
}
|
|
1274
855
|
/**
|
|
1275
|
-
*
|
|
1276
|
-
* @summary
|
|
1277
|
-
* @param {
|
|
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.
|
|
856
|
+
* 更新监控点位信息
|
|
857
|
+
* @summary 更新监控点位
|
|
858
|
+
* @param {SurveillanceApiSurveillanceUpdatePointRequest} requestParameters Request parameters.
|
|
1289
859
|
* @param {*} [options] Override http request option.
|
|
1290
860
|
* @throws {RequiredError}
|
|
1291
861
|
* @memberof SurveillanceApi
|
|
1292
862
|
*/
|
|
1293
|
-
|
|
1294
|
-
return SurveillanceApiFp(this.configuration).
|
|
1295
|
-
}
|
|
1296
|
-
/**
|
|
1297
|
-
*
|
|
1298
|
-
* @summary 修改或新增
|
|
1299
|
-
* @param {SurveillanceApiUpdateOrSaveRequest} requestParameters Request parameters.
|
|
1300
|
-
* @param {*} [options] Override http request option.
|
|
1301
|
-
* @throws {RequiredError}
|
|
1302
|
-
* @memberof SurveillanceApi
|
|
1303
|
-
*/
|
|
1304
|
-
updateOrSave(requestParameters, options) {
|
|
1305
|
-
return SurveillanceApiFp(this.configuration).updateOrSave(requestParameters.monitorSortEntity, options).then((request) => request(this.axios, this.basePath));
|
|
1306
|
-
}
|
|
1307
|
-
/**
|
|
1308
|
-
*
|
|
1309
|
-
* @summary 删除
|
|
1310
|
-
* @param {SurveillanceApiUpdateOrSave1Request} requestParameters Request parameters.
|
|
1311
|
-
* @param {*} [options] Override http request option.
|
|
1312
|
-
* @throws {RequiredError}
|
|
1313
|
-
* @memberof SurveillanceApi
|
|
1314
|
-
*/
|
|
1315
|
-
updateOrSave1(requestParameters, options) {
|
|
1316
|
-
return SurveillanceApiFp(this.configuration).updateOrSave1(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1317
|
-
}
|
|
1318
|
-
/**
|
|
1319
|
-
*
|
|
1320
|
-
* @summary 同步监控设备接口
|
|
1321
|
-
* @param {SurveillanceApiWithEquipmentRequest} requestParameters Request parameters.
|
|
1322
|
-
* @param {*} [options] Override http request option.
|
|
1323
|
-
* @throws {RequiredError}
|
|
1324
|
-
* @memberof SurveillanceApi
|
|
1325
|
-
*/
|
|
1326
|
-
withEquipment(requestParameters, options) {
|
|
1327
|
-
return SurveillanceApiFp(this.configuration).withEquipment(requestParameters.gizoneDevicveListSearchVO, options).then((request) => request(this.axios, this.basePath));
|
|
863
|
+
surveillanceUpdatePoint(requestParameters, options) {
|
|
864
|
+
return SurveillanceApiFp(this.configuration).surveillanceUpdatePoint(requestParameters.id, requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
1328
865
|
}
|
|
1329
866
|
}
|
|
867
|
+
/**
|
|
868
|
+
* @export
|
|
869
|
+
*/
|
|
870
|
+
export const SurveillancePtzControlCommandEnum = {
|
|
871
|
+
Left: 'LEFT',
|
|
872
|
+
Right: 'RIGHT',
|
|
873
|
+
Up: 'UP',
|
|
874
|
+
Down: 'DOWN',
|
|
875
|
+
ZoomIn: 'ZOOM_IN',
|
|
876
|
+
ZoomOut: 'ZOOM_OUT'
|
|
877
|
+
};
|
|
878
|
+
/**
|
|
879
|
+
* @export
|
|
880
|
+
*/
|
|
881
|
+
export const SurveillancePtzControlActionEnum = {
|
|
882
|
+
Start: 'START',
|
|
883
|
+
Stop: 'STOP'
|
|
884
|
+
};
|