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