@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
|
@@ -1,486 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
16
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
17
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
18
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
19
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
20
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
21
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
22
|
-
});
|
|
23
|
-
};
|
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.SurveillanceSettingsApi = exports.SurveillanceSettingsApiFactory = exports.SurveillanceSettingsApiFp = exports.SurveillanceSettingsApiAxiosParamCreator = void 0;
|
|
26
|
-
const axios_1 = require("axios");
|
|
27
|
-
// Some imports not used depending on template conditions
|
|
28
|
-
// @ts-ignore
|
|
29
|
-
const common_1 = require("../common");
|
|
30
|
-
// @ts-ignore
|
|
31
|
-
const base_1 = require("../base");
|
|
32
|
-
/**
|
|
33
|
-
* SurveillanceSettingsApi - axios parameter creator
|
|
34
|
-
* @export
|
|
35
|
-
*/
|
|
36
|
-
const SurveillanceSettingsApiAxiosParamCreator = function (configuration) {
|
|
37
|
-
return {
|
|
38
|
-
/**
|
|
39
|
-
* 导出所有园区监控设置覆盖率标准
|
|
40
|
-
* @summary 导出所有园区监控设置覆盖率标准
|
|
41
|
-
* @param {*} [options] Override http request option.
|
|
42
|
-
* @throws {RequiredError}
|
|
43
|
-
*/
|
|
44
|
-
exportAllParkSurveillanceSettings: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
45
|
-
const localVarPath = `/gizone/surveillance/settings/export/monitoringCoverageStandard`;
|
|
46
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
48
|
-
let baseOptions;
|
|
49
|
-
if (configuration) {
|
|
50
|
-
baseOptions = configuration.baseOptions;
|
|
51
|
-
}
|
|
52
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
53
|
-
const localVarHeaderParameter = {};
|
|
54
|
-
const localVarQueryParameter = {};
|
|
55
|
-
// authentication tokenScheme required
|
|
56
|
-
// http bearer authentication required
|
|
57
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
58
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
59
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
60
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
61
|
-
return {
|
|
62
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
63
|
-
options: localVarRequestOptions,
|
|
64
|
-
};
|
|
65
|
-
}),
|
|
66
|
-
/**
|
|
67
|
-
* 导入园区监控设置覆盖率标准
|
|
68
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
69
|
-
* @param {File} file
|
|
70
|
-
* @param {*} [options] Override http request option.
|
|
71
|
-
* @throws {RequiredError}
|
|
72
|
-
*/
|
|
73
|
-
importMonitoringCoverageStandard: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
|
|
74
|
-
// verify required parameter 'file' is not null or undefined
|
|
75
|
-
(0, common_1.assertParamExists)('importMonitoringCoverageStandard', 'file', file);
|
|
76
|
-
const localVarPath = `/gizone/surveillance/settings/import/monitoringCoverageStandard`;
|
|
77
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
78
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
79
|
-
let baseOptions;
|
|
80
|
-
if (configuration) {
|
|
81
|
-
baseOptions = configuration.baseOptions;
|
|
82
|
-
}
|
|
83
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
84
|
-
const localVarHeaderParameter = {};
|
|
85
|
-
const localVarQueryParameter = {};
|
|
86
|
-
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
87
|
-
// authentication tokenScheme required
|
|
88
|
-
// http bearer authentication required
|
|
89
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
90
|
-
if (file !== undefined) {
|
|
91
|
-
localVarFormParams.append('file', file);
|
|
92
|
-
}
|
|
93
|
-
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
94
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
95
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
96
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
97
|
-
localVarRequestOptions.data = localVarFormParams;
|
|
98
|
-
return {
|
|
99
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
100
|
-
options: localVarRequestOptions,
|
|
101
|
-
};
|
|
102
|
-
}),
|
|
103
|
-
/**
|
|
104
|
-
* 设置监控覆盖率标准
|
|
105
|
-
* @summary 监控覆盖率标准设置
|
|
106
|
-
* @param {number} parkId
|
|
107
|
-
* @param {number} body
|
|
108
|
-
* @param {*} [options] Override http request option.
|
|
109
|
-
* @throws {RequiredError}
|
|
110
|
-
*/
|
|
111
|
-
monitoringCoverageStandardUpdateCoverage: (parkId_1, body_1, ...args_1) => __awaiter(this, [parkId_1, body_1, ...args_1], void 0, function* (parkId, body, options = {}) {
|
|
112
|
-
// verify required parameter 'parkId' is not null or undefined
|
|
113
|
-
(0, common_1.assertParamExists)('monitoringCoverageStandardUpdateCoverage', 'parkId', parkId);
|
|
114
|
-
// verify required parameter 'body' is not null or undefined
|
|
115
|
-
(0, common_1.assertParamExists)('monitoringCoverageStandardUpdateCoverage', 'body', body);
|
|
116
|
-
const localVarPath = `/gizone/surveillance/settings/coverage/{parkId}`
|
|
117
|
-
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
118
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
119
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
120
|
-
let baseOptions;
|
|
121
|
-
if (configuration) {
|
|
122
|
-
baseOptions = configuration.baseOptions;
|
|
123
|
-
}
|
|
124
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
125
|
-
const localVarHeaderParameter = {};
|
|
126
|
-
const localVarQueryParameter = {};
|
|
127
|
-
// authentication tokenScheme required
|
|
128
|
-
// http bearer authentication required
|
|
129
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
130
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
131
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
132
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
133
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
134
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
135
|
-
return {
|
|
136
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
137
|
-
options: localVarRequestOptions,
|
|
138
|
-
};
|
|
139
|
-
}),
|
|
140
|
-
/**
|
|
141
|
-
* 查询所有园区监控设置
|
|
142
|
-
* @summary 查询所有园区监控设置
|
|
143
|
-
* @param {*} [options] Override http request option.
|
|
144
|
-
* @throws {RequiredError}
|
|
145
|
-
*/
|
|
146
|
-
selectAllParkSurveillanceSettings: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
147
|
-
const localVarPath = `/gizone/surveillance/settings/allPark`;
|
|
148
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
149
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
150
|
-
let baseOptions;
|
|
151
|
-
if (configuration) {
|
|
152
|
-
baseOptions = configuration.baseOptions;
|
|
153
|
-
}
|
|
154
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
155
|
-
const localVarHeaderParameter = {};
|
|
156
|
-
const localVarQueryParameter = {};
|
|
157
|
-
// authentication tokenScheme required
|
|
158
|
-
// http bearer authentication required
|
|
159
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
160
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
161
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
162
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
163
|
-
return {
|
|
164
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
165
|
-
options: localVarRequestOptions,
|
|
166
|
-
};
|
|
167
|
-
}),
|
|
168
|
-
/**
|
|
169
|
-
* 监控设置详情
|
|
170
|
-
* @summary 监控设置详情
|
|
171
|
-
* @param {number} parkId
|
|
172
|
-
* @param {*} [options] Override http request option.
|
|
173
|
-
* @throws {RequiredError}
|
|
174
|
-
*/
|
|
175
|
-
surveillanceSettingsDetails: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
176
|
-
// verify required parameter 'parkId' is not null or undefined
|
|
177
|
-
(0, common_1.assertParamExists)('surveillanceSettingsDetails', 'parkId', parkId);
|
|
178
|
-
const localVarPath = `/gizone/surveillance/settings/{parkId}`
|
|
179
|
-
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
180
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
181
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
182
|
-
let baseOptions;
|
|
183
|
-
if (configuration) {
|
|
184
|
-
baseOptions = configuration.baseOptions;
|
|
185
|
-
}
|
|
186
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
187
|
-
const localVarHeaderParameter = {};
|
|
188
|
-
const localVarQueryParameter = {};
|
|
189
|
-
// authentication tokenScheme required
|
|
190
|
-
// http bearer authentication required
|
|
191
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
192
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
193
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
194
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
195
|
-
return {
|
|
196
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
197
|
-
options: localVarRequestOptions,
|
|
198
|
-
};
|
|
199
|
-
}),
|
|
200
|
-
/**
|
|
201
|
-
* 监控设置轮询
|
|
202
|
-
* @summary 监控设置轮询
|
|
203
|
-
* @param {number} parkId
|
|
204
|
-
* @param {SurveillanceSettingsPollingVo} surveillanceSettingsPollingVo
|
|
205
|
-
* @param {*} [options] Override http request option.
|
|
206
|
-
* @throws {RequiredError}
|
|
207
|
-
*/
|
|
208
|
-
surveillanceSettingsUpdatePolling: (parkId_1, surveillanceSettingsPollingVo_1, ...args_1) => __awaiter(this, [parkId_1, surveillanceSettingsPollingVo_1, ...args_1], void 0, function* (parkId, surveillanceSettingsPollingVo, options = {}) {
|
|
209
|
-
// verify required parameter 'parkId' is not null or undefined
|
|
210
|
-
(0, common_1.assertParamExists)('surveillanceSettingsUpdatePolling', 'parkId', parkId);
|
|
211
|
-
// verify required parameter 'surveillanceSettingsPollingVo' is not null or undefined
|
|
212
|
-
(0, common_1.assertParamExists)('surveillanceSettingsUpdatePolling', 'surveillanceSettingsPollingVo', surveillanceSettingsPollingVo);
|
|
213
|
-
const localVarPath = `/gizone/surveillance/settings/polling/{parkId}`
|
|
214
|
-
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
215
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
216
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
217
|
-
let baseOptions;
|
|
218
|
-
if (configuration) {
|
|
219
|
-
baseOptions = configuration.baseOptions;
|
|
220
|
-
}
|
|
221
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
222
|
-
const localVarHeaderParameter = {};
|
|
223
|
-
const localVarQueryParameter = {};
|
|
224
|
-
// authentication tokenScheme required
|
|
225
|
-
// http bearer authentication required
|
|
226
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
227
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
228
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
229
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
230
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
231
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(surveillanceSettingsPollingVo, localVarRequestOptions, configuration);
|
|
232
|
-
return {
|
|
233
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
234
|
-
options: localVarRequestOptions,
|
|
235
|
-
};
|
|
236
|
-
}),
|
|
237
|
-
};
|
|
238
|
-
};
|
|
239
|
-
exports.SurveillanceSettingsApiAxiosParamCreator = SurveillanceSettingsApiAxiosParamCreator;
|
|
240
|
-
/**
|
|
241
|
-
* SurveillanceSettingsApi - functional programming interface
|
|
242
|
-
* @export
|
|
243
|
-
*/
|
|
244
|
-
const SurveillanceSettingsApiFp = function (configuration) {
|
|
245
|
-
const localVarAxiosParamCreator = (0, exports.SurveillanceSettingsApiAxiosParamCreator)(configuration);
|
|
246
|
-
return {
|
|
247
|
-
/**
|
|
248
|
-
* 导出所有园区监控设置覆盖率标准
|
|
249
|
-
* @summary 导出所有园区监控设置覆盖率标准
|
|
250
|
-
* @param {*} [options] Override http request option.
|
|
251
|
-
* @throws {RequiredError}
|
|
252
|
-
*/
|
|
253
|
-
exportAllParkSurveillanceSettings(options) {
|
|
254
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
255
|
-
var _a, _b, _c;
|
|
256
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportAllParkSurveillanceSettings(options);
|
|
257
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
258
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.exportAllParkSurveillanceSettings']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
259
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
260
|
-
});
|
|
261
|
-
},
|
|
262
|
-
/**
|
|
263
|
-
* 导入园区监控设置覆盖率标准
|
|
264
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
265
|
-
* @param {File} file
|
|
266
|
-
* @param {*} [options] Override http request option.
|
|
267
|
-
* @throws {RequiredError}
|
|
268
|
-
*/
|
|
269
|
-
importMonitoringCoverageStandard(file, options) {
|
|
270
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
271
|
-
var _a, _b, _c;
|
|
272
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.importMonitoringCoverageStandard(file, options);
|
|
273
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
274
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.importMonitoringCoverageStandard']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
275
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
276
|
-
});
|
|
277
|
-
},
|
|
278
|
-
/**
|
|
279
|
-
* 设置监控覆盖率标准
|
|
280
|
-
* @summary 监控覆盖率标准设置
|
|
281
|
-
* @param {number} parkId
|
|
282
|
-
* @param {number} body
|
|
283
|
-
* @param {*} [options] Override http request option.
|
|
284
|
-
* @throws {RequiredError}
|
|
285
|
-
*/
|
|
286
|
-
monitoringCoverageStandardUpdateCoverage(parkId, body, options) {
|
|
287
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
288
|
-
var _a, _b, _c;
|
|
289
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardUpdateCoverage(parkId, body, options);
|
|
290
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
291
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.monitoringCoverageStandardUpdateCoverage']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
292
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
293
|
-
});
|
|
294
|
-
},
|
|
295
|
-
/**
|
|
296
|
-
* 查询所有园区监控设置
|
|
297
|
-
* @summary 查询所有园区监控设置
|
|
298
|
-
* @param {*} [options] Override http request option.
|
|
299
|
-
* @throws {RequiredError}
|
|
300
|
-
*/
|
|
301
|
-
selectAllParkSurveillanceSettings(options) {
|
|
302
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
303
|
-
var _a, _b, _c;
|
|
304
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectAllParkSurveillanceSettings(options);
|
|
305
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
306
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.selectAllParkSurveillanceSettings']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
307
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
308
|
-
});
|
|
309
|
-
},
|
|
310
|
-
/**
|
|
311
|
-
* 监控设置详情
|
|
312
|
-
* @summary 监控设置详情
|
|
313
|
-
* @param {number} parkId
|
|
314
|
-
* @param {*} [options] Override http request option.
|
|
315
|
-
* @throws {RequiredError}
|
|
316
|
-
*/
|
|
317
|
-
surveillanceSettingsDetails(parkId, options) {
|
|
318
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
319
|
-
var _a, _b, _c;
|
|
320
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsDetails(parkId, options);
|
|
321
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
322
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.surveillanceSettingsDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
323
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
324
|
-
});
|
|
325
|
-
},
|
|
326
|
-
/**
|
|
327
|
-
* 监控设置轮询
|
|
328
|
-
* @summary 监控设置轮询
|
|
329
|
-
* @param {number} parkId
|
|
330
|
-
* @param {SurveillanceSettingsPollingVo} surveillanceSettingsPollingVo
|
|
331
|
-
* @param {*} [options] Override http request option.
|
|
332
|
-
* @throws {RequiredError}
|
|
333
|
-
*/
|
|
334
|
-
surveillanceSettingsUpdatePolling(parkId, surveillanceSettingsPollingVo, options) {
|
|
335
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
336
|
-
var _a, _b, _c;
|
|
337
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsUpdatePolling(parkId, surveillanceSettingsPollingVo, options);
|
|
338
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
339
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SurveillanceSettingsApi.surveillanceSettingsUpdatePolling']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
340
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
341
|
-
});
|
|
342
|
-
},
|
|
343
|
-
};
|
|
344
|
-
};
|
|
345
|
-
exports.SurveillanceSettingsApiFp = SurveillanceSettingsApiFp;
|
|
346
|
-
/**
|
|
347
|
-
* SurveillanceSettingsApi - factory interface
|
|
348
|
-
* @export
|
|
349
|
-
*/
|
|
350
|
-
const SurveillanceSettingsApiFactory = function (configuration, basePath, axios) {
|
|
351
|
-
const localVarFp = (0, exports.SurveillanceSettingsApiFp)(configuration);
|
|
352
|
-
return {
|
|
353
|
-
/**
|
|
354
|
-
* 导出所有园区监控设置覆盖率标准
|
|
355
|
-
* @summary 导出所有园区监控设置覆盖率标准
|
|
356
|
-
* @param {*} [options] Override http request option.
|
|
357
|
-
* @throws {RequiredError}
|
|
358
|
-
*/
|
|
359
|
-
exportAllParkSurveillanceSettings(options) {
|
|
360
|
-
return localVarFp.exportAllParkSurveillanceSettings(options).then((request) => request(axios, basePath));
|
|
361
|
-
},
|
|
362
|
-
/**
|
|
363
|
-
* 导入园区监控设置覆盖率标准
|
|
364
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
365
|
-
* @param {SurveillanceSettingsApiImportMonitoringCoverageStandardRequest} requestParameters Request parameters.
|
|
366
|
-
* @param {*} [options] Override http request option.
|
|
367
|
-
* @throws {RequiredError}
|
|
368
|
-
*/
|
|
369
|
-
importMonitoringCoverageStandard(requestParameters, options) {
|
|
370
|
-
return localVarFp.importMonitoringCoverageStandard(requestParameters.file, options).then((request) => request(axios, basePath));
|
|
371
|
-
},
|
|
372
|
-
/**
|
|
373
|
-
* 设置监控覆盖率标准
|
|
374
|
-
* @summary 监控覆盖率标准设置
|
|
375
|
-
* @param {SurveillanceSettingsApiMonitoringCoverageStandardUpdateCoverageRequest} requestParameters Request parameters.
|
|
376
|
-
* @param {*} [options] Override http request option.
|
|
377
|
-
* @throws {RequiredError}
|
|
378
|
-
*/
|
|
379
|
-
monitoringCoverageStandardUpdateCoverage(requestParameters, options) {
|
|
380
|
-
return localVarFp.monitoringCoverageStandardUpdateCoverage(requestParameters.parkId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
381
|
-
},
|
|
382
|
-
/**
|
|
383
|
-
* 查询所有园区监控设置
|
|
384
|
-
* @summary 查询所有园区监控设置
|
|
385
|
-
* @param {*} [options] Override http request option.
|
|
386
|
-
* @throws {RequiredError}
|
|
387
|
-
*/
|
|
388
|
-
selectAllParkSurveillanceSettings(options) {
|
|
389
|
-
return localVarFp.selectAllParkSurveillanceSettings(options).then((request) => request(axios, basePath));
|
|
390
|
-
},
|
|
391
|
-
/**
|
|
392
|
-
* 监控设置详情
|
|
393
|
-
* @summary 监控设置详情
|
|
394
|
-
* @param {SurveillanceSettingsApiSurveillanceSettingsDetailsRequest} requestParameters Request parameters.
|
|
395
|
-
* @param {*} [options] Override http request option.
|
|
396
|
-
* @throws {RequiredError}
|
|
397
|
-
*/
|
|
398
|
-
surveillanceSettingsDetails(requestParameters, options) {
|
|
399
|
-
return localVarFp.surveillanceSettingsDetails(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
400
|
-
},
|
|
401
|
-
/**
|
|
402
|
-
* 监控设置轮询
|
|
403
|
-
* @summary 监控设置轮询
|
|
404
|
-
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdatePollingRequest} requestParameters Request parameters.
|
|
405
|
-
* @param {*} [options] Override http request option.
|
|
406
|
-
* @throws {RequiredError}
|
|
407
|
-
*/
|
|
408
|
-
surveillanceSettingsUpdatePolling(requestParameters, options) {
|
|
409
|
-
return localVarFp.surveillanceSettingsUpdatePolling(requestParameters.parkId, requestParameters.surveillanceSettingsPollingVo, options).then((request) => request(axios, basePath));
|
|
410
|
-
},
|
|
411
|
-
};
|
|
412
|
-
};
|
|
413
|
-
exports.SurveillanceSettingsApiFactory = SurveillanceSettingsApiFactory;
|
|
414
|
-
/**
|
|
415
|
-
* SurveillanceSettingsApi - object-oriented interface
|
|
416
|
-
* @export
|
|
417
|
-
* @class SurveillanceSettingsApi
|
|
418
|
-
* @extends {BaseAPI}
|
|
419
|
-
*/
|
|
420
|
-
class SurveillanceSettingsApi extends base_1.BaseAPI {
|
|
421
|
-
/**
|
|
422
|
-
* 导出所有园区监控设置覆盖率标准
|
|
423
|
-
* @summary 导出所有园区监控设置覆盖率标准
|
|
424
|
-
* @param {*} [options] Override http request option.
|
|
425
|
-
* @throws {RequiredError}
|
|
426
|
-
* @memberof SurveillanceSettingsApi
|
|
427
|
-
*/
|
|
428
|
-
exportAllParkSurveillanceSettings(options) {
|
|
429
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).exportAllParkSurveillanceSettings(options).then((request) => request(this.axios, this.basePath));
|
|
430
|
-
}
|
|
431
|
-
/**
|
|
432
|
-
* 导入园区监控设置覆盖率标准
|
|
433
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
434
|
-
* @param {SurveillanceSettingsApiImportMonitoringCoverageStandardRequest} requestParameters Request parameters.
|
|
435
|
-
* @param {*} [options] Override http request option.
|
|
436
|
-
* @throws {RequiredError}
|
|
437
|
-
* @memberof SurveillanceSettingsApi
|
|
438
|
-
*/
|
|
439
|
-
importMonitoringCoverageStandard(requestParameters, options) {
|
|
440
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).importMonitoringCoverageStandard(requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
441
|
-
}
|
|
442
|
-
/**
|
|
443
|
-
* 设置监控覆盖率标准
|
|
444
|
-
* @summary 监控覆盖率标准设置
|
|
445
|
-
* @param {SurveillanceSettingsApiMonitoringCoverageStandardUpdateCoverageRequest} requestParameters Request parameters.
|
|
446
|
-
* @param {*} [options] Override http request option.
|
|
447
|
-
* @throws {RequiredError}
|
|
448
|
-
* @memberof SurveillanceSettingsApi
|
|
449
|
-
*/
|
|
450
|
-
monitoringCoverageStandardUpdateCoverage(requestParameters, options) {
|
|
451
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).monitoringCoverageStandardUpdateCoverage(requestParameters.parkId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
452
|
-
}
|
|
453
|
-
/**
|
|
454
|
-
* 查询所有园区监控设置
|
|
455
|
-
* @summary 查询所有园区监控设置
|
|
456
|
-
* @param {*} [options] Override http request option.
|
|
457
|
-
* @throws {RequiredError}
|
|
458
|
-
* @memberof SurveillanceSettingsApi
|
|
459
|
-
*/
|
|
460
|
-
selectAllParkSurveillanceSettings(options) {
|
|
461
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).selectAllParkSurveillanceSettings(options).then((request) => request(this.axios, this.basePath));
|
|
462
|
-
}
|
|
463
|
-
/**
|
|
464
|
-
* 监控设置详情
|
|
465
|
-
* @summary 监控设置详情
|
|
466
|
-
* @param {SurveillanceSettingsApiSurveillanceSettingsDetailsRequest} requestParameters Request parameters.
|
|
467
|
-
* @param {*} [options] Override http request option.
|
|
468
|
-
* @throws {RequiredError}
|
|
469
|
-
* @memberof SurveillanceSettingsApi
|
|
470
|
-
*/
|
|
471
|
-
surveillanceSettingsDetails(requestParameters, options) {
|
|
472
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsDetails(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
473
|
-
}
|
|
474
|
-
/**
|
|
475
|
-
* 监控设置轮询
|
|
476
|
-
* @summary 监控设置轮询
|
|
477
|
-
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdatePollingRequest} requestParameters Request parameters.
|
|
478
|
-
* @param {*} [options] Override http request option.
|
|
479
|
-
* @throws {RequiredError}
|
|
480
|
-
* @memberof SurveillanceSettingsApi
|
|
481
|
-
*/
|
|
482
|
-
surveillanceSettingsUpdatePolling(requestParameters, options) {
|
|
483
|
-
return (0, exports.SurveillanceSettingsApiFp)(this.configuration).surveillanceSettingsUpdatePolling(requestParameters.parkId, requestParameters.surveillanceSettingsPollingVo, options).then((request) => request(this.axios, this.basePath));
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
exports.SurveillanceSettingsApi = SurveillanceSettingsApi;
|
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OpenAPI definition
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Configuration } from '../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
-
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
-
import type { DevicesStatusUpdateVo } from '../models';
|
|
16
|
-
import type { JsonResultVoid } from '../models';
|
|
17
|
-
import type { SyncDeviceUnitVo } from '../models';
|
|
18
|
-
/**
|
|
19
|
-
* DeviceApi - axios parameter creator
|
|
20
|
-
* @export
|
|
21
|
-
*/
|
|
22
|
-
export declare const DeviceApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @summary 设备状态更新
|
|
26
|
-
* @param {DevicesStatusUpdateVo} devicesStatusUpdateVo
|
|
27
|
-
* @param {*} [options] Override http request option.
|
|
28
|
-
* @throws {RequiredError}
|
|
29
|
-
*/
|
|
30
|
-
devicesStatus: (devicesStatusUpdateVo: DevicesStatusUpdateVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @summary 同步设备部件(iot推送至gizone)
|
|
34
|
-
* @param {SyncDeviceUnitVo} syncDeviceUnitVo
|
|
35
|
-
* @param {*} [options] Override http request option.
|
|
36
|
-
* @throws {RequiredError}
|
|
37
|
-
*/
|
|
38
|
-
syncDeviceUnit: (syncDeviceUnitVo: SyncDeviceUnitVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* DeviceApi - functional programming interface
|
|
42
|
-
* @export
|
|
43
|
-
*/
|
|
44
|
-
export declare const DeviceApiFp: (configuration?: Configuration) => {
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
* @summary 设备状态更新
|
|
48
|
-
* @param {DevicesStatusUpdateVo} devicesStatusUpdateVo
|
|
49
|
-
* @param {*} [options] Override http request option.
|
|
50
|
-
* @throws {RequiredError}
|
|
51
|
-
*/
|
|
52
|
-
devicesStatus(devicesStatusUpdateVo: DevicesStatusUpdateVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @summary 同步设备部件(iot推送至gizone)
|
|
56
|
-
* @param {SyncDeviceUnitVo} syncDeviceUnitVo
|
|
57
|
-
* @param {*} [options] Override http request option.
|
|
58
|
-
* @throws {RequiredError}
|
|
59
|
-
*/
|
|
60
|
-
syncDeviceUnit(syncDeviceUnitVo: SyncDeviceUnitVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
61
|
-
};
|
|
62
|
-
/**
|
|
63
|
-
* DeviceApi - factory interface
|
|
64
|
-
* @export
|
|
65
|
-
*/
|
|
66
|
-
export declare const DeviceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @summary 设备状态更新
|
|
70
|
-
* @param {DeviceApiDevicesStatusRequest} requestParameters Request parameters.
|
|
71
|
-
* @param {*} [options] Override http request option.
|
|
72
|
-
* @throws {RequiredError}
|
|
73
|
-
*/
|
|
74
|
-
devicesStatus(requestParameters: DeviceApiDevicesStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
75
|
-
/**
|
|
76
|
-
*
|
|
77
|
-
* @summary 同步设备部件(iot推送至gizone)
|
|
78
|
-
* @param {DeviceApiSyncDeviceUnitRequest} requestParameters Request parameters.
|
|
79
|
-
* @param {*} [options] Override http request option.
|
|
80
|
-
* @throws {RequiredError}
|
|
81
|
-
*/
|
|
82
|
-
syncDeviceUnit(requestParameters: DeviceApiSyncDeviceUnitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
83
|
-
};
|
|
84
|
-
/**
|
|
85
|
-
* Request parameters for devicesStatus operation in DeviceApi.
|
|
86
|
-
* @export
|
|
87
|
-
* @interface DeviceApiDevicesStatusRequest
|
|
88
|
-
*/
|
|
89
|
-
export interface DeviceApiDevicesStatusRequest {
|
|
90
|
-
/**
|
|
91
|
-
*
|
|
92
|
-
* @type {DevicesStatusUpdateVo}
|
|
93
|
-
* @memberof DeviceApiDevicesStatus
|
|
94
|
-
*/
|
|
95
|
-
readonly devicesStatusUpdateVo: DevicesStatusUpdateVo;
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* Request parameters for syncDeviceUnit operation in DeviceApi.
|
|
99
|
-
* @export
|
|
100
|
-
* @interface DeviceApiSyncDeviceUnitRequest
|
|
101
|
-
*/
|
|
102
|
-
export interface DeviceApiSyncDeviceUnitRequest {
|
|
103
|
-
/**
|
|
104
|
-
*
|
|
105
|
-
* @type {SyncDeviceUnitVo}
|
|
106
|
-
* @memberof DeviceApiSyncDeviceUnit
|
|
107
|
-
*/
|
|
108
|
-
readonly syncDeviceUnitVo: SyncDeviceUnitVo;
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* DeviceApi - object-oriented interface
|
|
112
|
-
* @export
|
|
113
|
-
* @class DeviceApi
|
|
114
|
-
* @extends {BaseAPI}
|
|
115
|
-
*/
|
|
116
|
-
export declare class DeviceApi extends BaseAPI {
|
|
117
|
-
/**
|
|
118
|
-
*
|
|
119
|
-
* @summary 设备状态更新
|
|
120
|
-
* @param {DeviceApiDevicesStatusRequest} requestParameters Request parameters.
|
|
121
|
-
* @param {*} [options] Override http request option.
|
|
122
|
-
* @throws {RequiredError}
|
|
123
|
-
* @memberof DeviceApi
|
|
124
|
-
*/
|
|
125
|
-
devicesStatus(requestParameters: DeviceApiDevicesStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
126
|
-
/**
|
|
127
|
-
*
|
|
128
|
-
* @summary 同步设备部件(iot推送至gizone)
|
|
129
|
-
* @param {DeviceApiSyncDeviceUnitRequest} requestParameters Request parameters.
|
|
130
|
-
* @param {*} [options] Override http request option.
|
|
131
|
-
* @throws {RequiredError}
|
|
132
|
-
* @memberof DeviceApi
|
|
133
|
-
*/
|
|
134
|
-
syncDeviceUnit(requestParameters: DeviceApiSyncDeviceUnitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
135
|
-
}
|