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