@gizone/rrs-client 4.1.1-beta.157 → 4.1.2-alpha.168
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 +14 -1
- package/README.md +2 -2
- package/api.ts +1 -0
- package/apis/offline-alert-work-order-controller-api.ts +149 -0
- package/apis/space-api.ts +4 -118
- package/apis/surveillance-api.ts +24 -24
- package/apis/work-order-api.ts +161 -89
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/apis/offline-alert-work-order-controller-api.js +138 -0
- package/dist/apis/space-api.d.ts +4 -65
- package/dist/apis/space-api.js +0 -81
- package/dist/apis/surveillance-api.d.ts +14 -14
- package/dist/apis/surveillance-api.js +18 -18
- package/dist/apis/work-order-api.d.ts +93 -70
- package/dist/apis/work-order-api.js +114 -69
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +131 -0
- package/dist/esm/apis/space-api.d.ts +4 -65
- package/dist/esm/apis/space-api.js +0 -81
- package/dist/esm/apis/surveillance-api.d.ts +14 -14
- package/dist/esm/apis/surveillance-api.js +18 -18
- package/dist/esm/apis/work-order-api.d.ts +93 -70
- package/dist/esm/apis/work-order-api.js +113 -68
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +13 -1
- package/dist/esm/models/index.js +13 -1
- package/dist/esm/models/ipage-access-vo.d.ts +4 -4
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/maintenance-history-dto.d.ts +4 -11
- package/dist/esm/models/maintenance-history-dto.js +1 -7
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +6 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +17 -11
- package/dist/esm/models/network-monitor-repair-details-dto.js +1 -7
- package/dist/esm/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/esm/models/offline-alert-device-vo.js +14 -0
- package/dist/esm/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-submit-vo.js +14 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +91 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/esm/models/offline-alert-work-order-info.js +21 -0
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-work-order-vo.js +14 -0
- package/dist/esm/models/period-detail-resp.d.ts +4 -11
- package/dist/esm/models/period-detail-resp.js +0 -7
- package/dist/esm/models/result-code.d.ts +1 -0
- package/dist/esm/models/result-code.js +1 -0
- package/dist/esm/models/source-work-order-dto.d.ts +37 -0
- package/dist/esm/models/source-work-order-dto.js +14 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +28 -10
- package/dist/esm/models/space-add-vo.d.ts +22 -9
- package/dist/esm/models/space-detail-dto.d.ts +16 -3
- package/dist/esm/models/space-edit-vo.d.ts +16 -3
- package/dist/esm/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/esm/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +1 -1
- package/dist/esm/models/space-tree-dto.d.ts +16 -3
- package/dist/esm/models/space-type-enum.d.ts +23 -0
- package/dist/esm/models/space-type-enum.js +24 -0
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/sync-device-unit-vo.d.ts +0 -12
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/esm/models/violation-work-order-details-dto.d.ts +4 -11
- package/dist/esm/models/violation-work-order-details-dto.js +1 -7
- package/dist/esm/models/work-order-detail-dto.d.ts +4 -11
- package/dist/esm/models/work-order-detail-dto.js +0 -7
- package/dist/esm/models/work-order-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/esm/models/work-order-internal-status-enum.js +3 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/esm/models/work-order-issue-type-enum.js +11 -1
- package/dist/esm/models/work-order-report-vo.d.ts +8 -1
- package/dist/esm/models/work-order-search-dto.d.ts +10 -11
- package/dist/esm/models/work-order-search-dto.js +0 -7
- package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-settings-type-enum.js +2 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -1
- package/dist/esm/models/work-order-source-enum.js +1 -1
- package/dist/esm/models/work-order-status-enum.d.ts +24 -0
- package/dist/esm/models/work-order-status-enum.js +25 -0
- package/dist/esm/models/work-order-submit-vo.d.ts +25 -0
- package/dist/esm/models/work-order-submit-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +13 -1
- package/dist/models/index.js +13 -1
- package/dist/models/ipage-access-vo.d.ts +4 -4
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-offline-alert-work-order-details-dto.js +15 -0
- package/dist/models/maintenance-history-dto.d.ts +4 -11
- package/dist/models/maintenance-history-dto.js +0 -8
- package/dist/models/network-monitor-repair-add-vo.d.ts +6 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +17 -11
- package/dist/models/network-monitor-repair-details-dto.js +0 -8
- package/dist/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/models/offline-alert-device-vo.js +15 -0
- package/dist/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/models/offline-alert-submit-vo.js +15 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +91 -0
- package/dist/models/offline-alert-work-order-details-dto.js +15 -0
- package/dist/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/models/offline-alert-work-order-info.js +24 -0
- package/dist/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/models/offline-alert-work-order-vo.js +15 -0
- package/dist/models/period-detail-resp.d.ts +4 -11
- package/dist/models/period-detail-resp.js +1 -8
- package/dist/models/result-code.d.ts +1 -0
- package/dist/models/result-code.js +1 -0
- package/dist/models/source-work-order-dto.d.ts +37 -0
- package/dist/models/source-work-order-dto.js +15 -0
- package/dist/models/space-add-excel-dto.d.ts +28 -10
- package/dist/models/space-add-vo.d.ts +22 -9
- package/dist/models/space-detail-dto.d.ts +16 -3
- package/dist/models/space-edit-vo.d.ts +16 -3
- package/dist/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +2 -2
- package/dist/models/space-tree-dto.d.ts +16 -3
- package/dist/models/space-type-enum.d.ts +23 -0
- package/dist/models/space-type-enum.js +27 -0
- package/dist/models/space.d.ts +3 -3
- package/dist/models/sync-device-unit-vo.d.ts +0 -12
- package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/models/violation-work-order-details-dto.d.ts +4 -11
- package/dist/models/violation-work-order-details-dto.js +0 -8
- package/dist/models/work-order-detail-dto.d.ts +4 -11
- package/dist/models/work-order-detail-dto.js +1 -8
- package/dist/models/work-order-ext-data.d.ts +7 -0
- package/dist/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/models/work-order-internal-status-enum.js +3 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/models/work-order-issue-type-enum.js +11 -1
- package/dist/models/work-order-report-vo.d.ts +8 -1
- package/dist/models/work-order-search-dto.d.ts +10 -11
- package/dist/models/work-order-search-dto.js +1 -8
- package/dist/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/models/work-order-settings-type-enum.js +2 -1
- package/dist/models/work-order-source-enum.d.ts +1 -1
- package/dist/models/work-order-source-enum.js +1 -1
- package/dist/models/work-order-status-enum.d.ts +24 -0
- package/dist/models/work-order-status-enum.js +28 -0
- package/dist/models/work-order-submit-vo.d.ts +25 -0
- package/dist/models/work-order-submit-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +51 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +13 -1
- package/models/ipage-access-vo.ts +4 -4
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +72 -0
- package/models/json-result-offline-alert-work-order-details-dto.ts +72 -0
- package/models/maintenance-history-dto.ts +6 -12
- package/models/network-monitor-repair-add-vo.ts +6 -0
- package/models/network-monitor-repair-details-dto.ts +21 -12
- package/models/offline-alert-device-vo.ts +36 -0
- package/models/offline-alert-submit-vo.ts +53 -0
- package/models/offline-alert-work-order-details-dto.ts +113 -0
- package/models/offline-alert-work-order-info.ts +86 -0
- package/models/offline-alert-work-order-vo.ts +53 -0
- package/models/period-detail-resp.ts +6 -12
- package/models/result-code.ts +1 -0
- package/models/source-work-order-dto.ts +47 -0
- package/models/space-add-excel-dto.ts +28 -10
- package/models/space-add-vo.ts +24 -9
- package/models/space-detail-dto.ts +18 -3
- package/models/space-edit-vo.ts +18 -3
- package/models/{space-industry-attribute.ts → space-industry-attribute-enum.ts} +2 -2
- package/models/space-tree-dto.ts +18 -3
- package/models/space-type-enum.ts +33 -0
- package/models/space.ts +3 -3
- package/models/sync-device-unit-vo.ts +0 -12
- package/models/system-user-msg-source-type-enum.ts +2 -1
- package/models/violation-work-order-details-dto.ts +6 -12
- package/models/work-order-detail-dto.ts +6 -12
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-internal-status-enum.ts +3 -1
- package/models/work-order-issue-type-enum.ts +11 -1
- package/models/work-order-report-vo.ts +10 -1
- package/models/work-order-search-dto.ts +12 -12
- package/models/work-order-settings-type-enum.ts +2 -1
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-status-enum.ts +34 -0
- package/models/work-order-submit-vo.ts +33 -0
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,87 @@
|
|
|
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 { JsonResultOfflineAlertWorkOrderDetailsDto } from '../models';
|
|
16
|
+
/**
|
|
17
|
+
* OfflineAlertWorkOrderControllerApi - axios parameter creator
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export declare const OfflineAlertWorkOrderControllerApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
21
|
+
/**
|
|
22
|
+
* 离线告警工单详情
|
|
23
|
+
* @summary 离线告警工单详情
|
|
24
|
+
* @param {number} workOrderId
|
|
25
|
+
* @param {*} [options] Override http request option.
|
|
26
|
+
* @throws {RequiredError}
|
|
27
|
+
*/
|
|
28
|
+
workOrderOfflineAlertDetails: (workOrderId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* OfflineAlertWorkOrderControllerApi - functional programming interface
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const OfflineAlertWorkOrderControllerApiFp: (configuration?: Configuration) => {
|
|
35
|
+
/**
|
|
36
|
+
* 离线告警工单详情
|
|
37
|
+
* @summary 离线告警工单详情
|
|
38
|
+
* @param {number} workOrderId
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
workOrderOfflineAlertDetails(workOrderId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultOfflineAlertWorkOrderDetailsDto>>;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* OfflineAlertWorkOrderControllerApi - factory interface
|
|
46
|
+
* @export
|
|
47
|
+
*/
|
|
48
|
+
export declare const OfflineAlertWorkOrderControllerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
49
|
+
/**
|
|
50
|
+
* 离线告警工单详情
|
|
51
|
+
* @summary 离线告警工单详情
|
|
52
|
+
* @param {OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest} requestParameters Request parameters.
|
|
53
|
+
* @param {*} [options] Override http request option.
|
|
54
|
+
* @throws {RequiredError}
|
|
55
|
+
*/
|
|
56
|
+
workOrderOfflineAlertDetails(requestParameters: OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultOfflineAlertWorkOrderDetailsDto>;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Request parameters for workOrderOfflineAlertDetails operation in OfflineAlertWorkOrderControllerApi.
|
|
60
|
+
* @export
|
|
61
|
+
* @interface OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest
|
|
62
|
+
*/
|
|
63
|
+
export interface OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest {
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {number}
|
|
67
|
+
* @memberof OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetails
|
|
68
|
+
*/
|
|
69
|
+
readonly workOrderId: number;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* OfflineAlertWorkOrderControllerApi - object-oriented interface
|
|
73
|
+
* @export
|
|
74
|
+
* @class OfflineAlertWorkOrderControllerApi
|
|
75
|
+
* @extends {BaseAPI}
|
|
76
|
+
*/
|
|
77
|
+
export declare class OfflineAlertWorkOrderControllerApi extends BaseAPI {
|
|
78
|
+
/**
|
|
79
|
+
* 离线告警工单详情
|
|
80
|
+
* @summary 离线告警工单详情
|
|
81
|
+
* @param {OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest} requestParameters Request parameters.
|
|
82
|
+
* @param {*} [options] Override http request option.
|
|
83
|
+
* @throws {RequiredError}
|
|
84
|
+
* @memberof OfflineAlertWorkOrderControllerApi
|
|
85
|
+
*/
|
|
86
|
+
workOrderOfflineAlertDetails(requestParameters: OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultOfflineAlertWorkOrderDetailsDto, any>>;
|
|
87
|
+
}
|
|
@@ -0,0 +1,138 @@
|
|
|
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.OfflineAlertWorkOrderControllerApi = exports.OfflineAlertWorkOrderControllerApiFactory = exports.OfflineAlertWorkOrderControllerApiFp = exports.OfflineAlertWorkOrderControllerApiAxiosParamCreator = 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
|
+
* OfflineAlertWorkOrderControllerApi - axios parameter creator
|
|
34
|
+
* @export
|
|
35
|
+
*/
|
|
36
|
+
const OfflineAlertWorkOrderControllerApiAxiosParamCreator = function (configuration) {
|
|
37
|
+
return {
|
|
38
|
+
/**
|
|
39
|
+
* 离线告警工单详情
|
|
40
|
+
* @summary 离线告警工单详情
|
|
41
|
+
* @param {number} workOrderId
|
|
42
|
+
* @param {*} [options] Override http request option.
|
|
43
|
+
* @throws {RequiredError}
|
|
44
|
+
*/
|
|
45
|
+
workOrderOfflineAlertDetails: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
|
|
46
|
+
// verify required parameter 'workOrderId' is not null or undefined
|
|
47
|
+
(0, common_1.assertParamExists)('workOrderOfflineAlertDetails', 'workOrderId', workOrderId);
|
|
48
|
+
const localVarPath = `/gizone/workOrder/offlineAlert/{workOrderId}`
|
|
49
|
+
.replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
|
|
50
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
51
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
52
|
+
let baseOptions;
|
|
53
|
+
if (configuration) {
|
|
54
|
+
baseOptions = configuration.baseOptions;
|
|
55
|
+
}
|
|
56
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
57
|
+
const localVarHeaderParameter = {};
|
|
58
|
+
const localVarQueryParameter = {};
|
|
59
|
+
// authentication tokenScheme required
|
|
60
|
+
// http bearer authentication required
|
|
61
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
62
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
63
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
64
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
65
|
+
return {
|
|
66
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
67
|
+
options: localVarRequestOptions,
|
|
68
|
+
};
|
|
69
|
+
}),
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
exports.OfflineAlertWorkOrderControllerApiAxiosParamCreator = OfflineAlertWorkOrderControllerApiAxiosParamCreator;
|
|
73
|
+
/**
|
|
74
|
+
* OfflineAlertWorkOrderControllerApi - functional programming interface
|
|
75
|
+
* @export
|
|
76
|
+
*/
|
|
77
|
+
const OfflineAlertWorkOrderControllerApiFp = function (configuration) {
|
|
78
|
+
const localVarAxiosParamCreator = (0, exports.OfflineAlertWorkOrderControllerApiAxiosParamCreator)(configuration);
|
|
79
|
+
return {
|
|
80
|
+
/**
|
|
81
|
+
* 离线告警工单详情
|
|
82
|
+
* @summary 离线告警工单详情
|
|
83
|
+
* @param {number} workOrderId
|
|
84
|
+
* @param {*} [options] Override http request option.
|
|
85
|
+
* @throws {RequiredError}
|
|
86
|
+
*/
|
|
87
|
+
workOrderOfflineAlertDetails(workOrderId, options) {
|
|
88
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
89
|
+
var _a, _b, _c;
|
|
90
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderOfflineAlertDetails(workOrderId, options);
|
|
91
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
92
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['OfflineAlertWorkOrderControllerApi.workOrderOfflineAlertDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
93
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
94
|
+
});
|
|
95
|
+
},
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
exports.OfflineAlertWorkOrderControllerApiFp = OfflineAlertWorkOrderControllerApiFp;
|
|
99
|
+
/**
|
|
100
|
+
* OfflineAlertWorkOrderControllerApi - factory interface
|
|
101
|
+
* @export
|
|
102
|
+
*/
|
|
103
|
+
const OfflineAlertWorkOrderControllerApiFactory = function (configuration, basePath, axios) {
|
|
104
|
+
const localVarFp = (0, exports.OfflineAlertWorkOrderControllerApiFp)(configuration);
|
|
105
|
+
return {
|
|
106
|
+
/**
|
|
107
|
+
* 离线告警工单详情
|
|
108
|
+
* @summary 离线告警工单详情
|
|
109
|
+
* @param {OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest} requestParameters Request parameters.
|
|
110
|
+
* @param {*} [options] Override http request option.
|
|
111
|
+
* @throws {RequiredError}
|
|
112
|
+
*/
|
|
113
|
+
workOrderOfflineAlertDetails(requestParameters, options) {
|
|
114
|
+
return localVarFp.workOrderOfflineAlertDetails(requestParameters.workOrderId, options).then((request) => request(axios, basePath));
|
|
115
|
+
},
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
exports.OfflineAlertWorkOrderControllerApiFactory = OfflineAlertWorkOrderControllerApiFactory;
|
|
119
|
+
/**
|
|
120
|
+
* OfflineAlertWorkOrderControllerApi - object-oriented interface
|
|
121
|
+
* @export
|
|
122
|
+
* @class OfflineAlertWorkOrderControllerApi
|
|
123
|
+
* @extends {BaseAPI}
|
|
124
|
+
*/
|
|
125
|
+
class OfflineAlertWorkOrderControllerApi extends base_1.BaseAPI {
|
|
126
|
+
/**
|
|
127
|
+
* 离线告警工单详情
|
|
128
|
+
* @summary 离线告警工单详情
|
|
129
|
+
* @param {OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest} requestParameters Request parameters.
|
|
130
|
+
* @param {*} [options] Override http request option.
|
|
131
|
+
* @throws {RequiredError}
|
|
132
|
+
* @memberof OfflineAlertWorkOrderControllerApi
|
|
133
|
+
*/
|
|
134
|
+
workOrderOfflineAlertDetails(requestParameters, options) {
|
|
135
|
+
return (0, exports.OfflineAlertWorkOrderControllerApiFp)(this.configuration).workOrderOfflineAlertDetails(requestParameters.workOrderId, options).then((request) => request(this.axios, this.basePath));
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
exports.OfflineAlertWorkOrderControllerApi = OfflineAlertWorkOrderControllerApi;
|
package/dist/apis/space-api.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import type { Configuration } from '../configuration';
|
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import type { JsonResult } from '../models';
|
|
16
|
+
import type { JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO } from '../models';
|
|
16
17
|
import type { JsonResultJsonResultListSpaceTreeDTO } from '../models';
|
|
17
18
|
import type { JsonResultListSpaceImageDetailDTO } from '../models';
|
|
18
19
|
import type { JsonResultListSpacePointDTO } from '../models';
|
|
@@ -96,16 +97,6 @@ export declare const SpaceApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
96
97
|
* @throws {RequiredError}
|
|
97
98
|
*/
|
|
98
99
|
spaceEdit: (spaceEditVO: SpaceEditVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
99
|
-
/**
|
|
100
|
-
*
|
|
101
|
-
* @summary /导出修改Excel模板
|
|
102
|
-
* @param {number} parkId 园区id
|
|
103
|
-
* @param {Array<number>} [spaceIds] 空间id集合
|
|
104
|
-
* @param {string} [language]
|
|
105
|
-
* @param {*} [options] Override http request option.
|
|
106
|
-
* @throws {RequiredError}
|
|
107
|
-
*/
|
|
108
|
-
spaceEditExportTemplate: (parkId: number, spaceIds?: Array<number>, language?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
109
100
|
/**
|
|
110
101
|
*
|
|
111
102
|
* @summary 编辑平面图
|
|
@@ -232,7 +223,7 @@ export declare const SpaceApiFp: (configuration?: Configuration) => {
|
|
|
232
223
|
* @param {*} [options] Override http request option.
|
|
233
224
|
* @throws {RequiredError}
|
|
234
225
|
*/
|
|
235
|
-
spaceBatchImportConfirm(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
226
|
+
spaceBatchImportConfirm(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO>>;
|
|
236
227
|
/**
|
|
237
228
|
*
|
|
238
229
|
* @summary 新增---结果确认
|
|
@@ -273,16 +264,6 @@ export declare const SpaceApiFp: (configuration?: Configuration) => {
|
|
|
273
264
|
* @throws {RequiredError}
|
|
274
265
|
*/
|
|
275
266
|
spaceEdit(spaceEditVO: SpaceEditVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
276
|
-
/**
|
|
277
|
-
*
|
|
278
|
-
* @summary /导出修改Excel模板
|
|
279
|
-
* @param {number} parkId 园区id
|
|
280
|
-
* @param {Array<number>} [spaceIds] 空间id集合
|
|
281
|
-
* @param {string} [language]
|
|
282
|
-
* @param {*} [options] Override http request option.
|
|
283
|
-
* @throws {RequiredError}
|
|
284
|
-
*/
|
|
285
|
-
spaceEditExportTemplate(parkId: number, spaceIds?: Array<number>, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
286
267
|
/**
|
|
287
268
|
*
|
|
288
269
|
* @summary 编辑平面图
|
|
@@ -409,7 +390,7 @@ export declare const SpaceApiFactory: (configuration?: Configuration, basePath?:
|
|
|
409
390
|
* @param {*} [options] Override http request option.
|
|
410
391
|
* @throws {RequiredError}
|
|
411
392
|
*/
|
|
412
|
-
spaceBatchImportConfirm(requestParameters: SpaceApiSpaceBatchImportConfirmRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
393
|
+
spaceBatchImportConfirm(requestParameters: SpaceApiSpaceBatchImportConfirmRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO>;
|
|
413
394
|
/**
|
|
414
395
|
*
|
|
415
396
|
* @summary 新增---结果确认
|
|
@@ -449,14 +430,6 @@ export declare const SpaceApiFactory: (configuration?: Configuration, basePath?:
|
|
|
449
430
|
* @throws {RequiredError}
|
|
450
431
|
*/
|
|
451
432
|
spaceEdit(requestParameters: SpaceApiSpaceEditRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
452
|
-
/**
|
|
453
|
-
*
|
|
454
|
-
* @summary /导出修改Excel模板
|
|
455
|
-
* @param {SpaceApiSpaceEditExportTemplateRequest} requestParameters Request parameters.
|
|
456
|
-
* @param {*} [options] Override http request option.
|
|
457
|
-
* @throws {RequiredError}
|
|
458
|
-
*/
|
|
459
|
-
spaceEditExportTemplate(requestParameters: SpaceApiSpaceEditExportTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
460
433
|
/**
|
|
461
434
|
*
|
|
462
435
|
* @summary 编辑平面图
|
|
@@ -651,31 +624,6 @@ export interface SpaceApiSpaceEditRequest {
|
|
|
651
624
|
*/
|
|
652
625
|
readonly spaceEditVO: SpaceEditVO;
|
|
653
626
|
}
|
|
654
|
-
/**
|
|
655
|
-
* Request parameters for spaceEditExportTemplate operation in SpaceApi.
|
|
656
|
-
* @export
|
|
657
|
-
* @interface SpaceApiSpaceEditExportTemplateRequest
|
|
658
|
-
*/
|
|
659
|
-
export interface SpaceApiSpaceEditExportTemplateRequest {
|
|
660
|
-
/**
|
|
661
|
-
* 园区id
|
|
662
|
-
* @type {number}
|
|
663
|
-
* @memberof SpaceApiSpaceEditExportTemplate
|
|
664
|
-
*/
|
|
665
|
-
readonly parkId: number;
|
|
666
|
-
/**
|
|
667
|
-
* 空间id集合
|
|
668
|
-
* @type {Array<number>}
|
|
669
|
-
* @memberof SpaceApiSpaceEditExportTemplate
|
|
670
|
-
*/
|
|
671
|
-
readonly spaceIds?: Array<number>;
|
|
672
|
-
/**
|
|
673
|
-
*
|
|
674
|
-
* @type {string}
|
|
675
|
-
* @memberof SpaceApiSpaceEditExportTemplate
|
|
676
|
-
*/
|
|
677
|
-
readonly language?: string;
|
|
678
|
-
}
|
|
679
627
|
/**
|
|
680
628
|
* Request parameters for spaceEditSpacePlanUrl operation in SpaceApi.
|
|
681
629
|
* @export
|
|
@@ -871,7 +819,7 @@ export declare class SpaceApi extends BaseAPI {
|
|
|
871
819
|
* @throws {RequiredError}
|
|
872
820
|
* @memberof SpaceApi
|
|
873
821
|
*/
|
|
874
|
-
spaceBatchImportConfirm(requestParameters: SpaceApiSpaceBatchImportConfirmRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
822
|
+
spaceBatchImportConfirm(requestParameters: SpaceApiSpaceBatchImportConfirmRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO, any>>;
|
|
875
823
|
/**
|
|
876
824
|
*
|
|
877
825
|
* @summary 新增---结果确认
|
|
@@ -916,15 +864,6 @@ export declare class SpaceApi extends BaseAPI {
|
|
|
916
864
|
* @memberof SpaceApi
|
|
917
865
|
*/
|
|
918
866
|
spaceEdit(requestParameters: SpaceApiSpaceEditRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
919
|
-
/**
|
|
920
|
-
*
|
|
921
|
-
* @summary /导出修改Excel模板
|
|
922
|
-
* @param {SpaceApiSpaceEditExportTemplateRequest} requestParameters Request parameters.
|
|
923
|
-
* @param {*} [options] Override http request option.
|
|
924
|
-
* @throws {RequiredError}
|
|
925
|
-
* @memberof SpaceApi
|
|
926
|
-
*/
|
|
927
|
-
spaceEditExportTemplate(requestParameters: SpaceApiSpaceEditExportTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
928
867
|
/**
|
|
929
868
|
*
|
|
930
869
|
* @summary 编辑平面图
|
package/dist/apis/space-api.js
CHANGED
|
@@ -304,48 +304,6 @@ const SpaceApiAxiosParamCreator = function (configuration) {
|
|
|
304
304
|
options: localVarRequestOptions,
|
|
305
305
|
};
|
|
306
306
|
}),
|
|
307
|
-
/**
|
|
308
|
-
*
|
|
309
|
-
* @summary /导出修改Excel模板
|
|
310
|
-
* @param {number} parkId 园区id
|
|
311
|
-
* @param {Array<number>} [spaceIds] 空间id集合
|
|
312
|
-
* @param {string} [language]
|
|
313
|
-
* @param {*} [options] Override http request option.
|
|
314
|
-
* @throws {RequiredError}
|
|
315
|
-
*/
|
|
316
|
-
spaceEditExportTemplate: (parkId_1, spaceIds_1, language_1, ...args_1) => __awaiter(this, [parkId_1, spaceIds_1, language_1, ...args_1], void 0, function* (parkId, spaceIds, language, options = {}) {
|
|
317
|
-
// verify required parameter 'parkId' is not null or undefined
|
|
318
|
-
(0, common_1.assertParamExists)('spaceEditExportTemplate', 'parkId', parkId);
|
|
319
|
-
const localVarPath = `/gizone/space/uploadEdit`;
|
|
320
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
321
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
322
|
-
let baseOptions;
|
|
323
|
-
if (configuration) {
|
|
324
|
-
baseOptions = configuration.baseOptions;
|
|
325
|
-
}
|
|
326
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
327
|
-
const localVarHeaderParameter = {};
|
|
328
|
-
const localVarQueryParameter = {};
|
|
329
|
-
// authentication tokenScheme required
|
|
330
|
-
// http bearer authentication required
|
|
331
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
332
|
-
if (parkId !== undefined) {
|
|
333
|
-
localVarQueryParameter['parkId'] = parkId;
|
|
334
|
-
}
|
|
335
|
-
if (spaceIds) {
|
|
336
|
-
localVarQueryParameter['spaceIds'] = spaceIds;
|
|
337
|
-
}
|
|
338
|
-
if (language !== undefined) {
|
|
339
|
-
localVarQueryParameter['language'] = language;
|
|
340
|
-
}
|
|
341
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
342
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
343
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
344
|
-
return {
|
|
345
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
346
|
-
options: localVarRequestOptions,
|
|
347
|
-
};
|
|
348
|
-
}),
|
|
349
307
|
/**
|
|
350
308
|
*
|
|
351
309
|
* @summary 编辑平面图
|
|
@@ -884,24 +842,6 @@ const SpaceApiFp = function (configuration) {
|
|
|
884
842
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
885
843
|
});
|
|
886
844
|
},
|
|
887
|
-
/**
|
|
888
|
-
*
|
|
889
|
-
* @summary /导出修改Excel模板
|
|
890
|
-
* @param {number} parkId 园区id
|
|
891
|
-
* @param {Array<number>} [spaceIds] 空间id集合
|
|
892
|
-
* @param {string} [language]
|
|
893
|
-
* @param {*} [options] Override http request option.
|
|
894
|
-
* @throws {RequiredError}
|
|
895
|
-
*/
|
|
896
|
-
spaceEditExportTemplate(parkId, spaceIds, language, options) {
|
|
897
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
898
|
-
var _a, _b, _c;
|
|
899
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.spaceEditExportTemplate(parkId, spaceIds, language, options);
|
|
900
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
901
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SpaceApi.spaceEditExportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
902
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
903
|
-
});
|
|
904
|
-
},
|
|
905
845
|
/**
|
|
906
846
|
*
|
|
907
847
|
* @summary 编辑平面图
|
|
@@ -1184,16 +1124,6 @@ const SpaceApiFactory = function (configuration, basePath, axios) {
|
|
|
1184
1124
|
spaceEdit(requestParameters, options) {
|
|
1185
1125
|
return localVarFp.spaceEdit(requestParameters.spaceEditVO, options).then((request) => request(axios, basePath));
|
|
1186
1126
|
},
|
|
1187
|
-
/**
|
|
1188
|
-
*
|
|
1189
|
-
* @summary /导出修改Excel模板
|
|
1190
|
-
* @param {SpaceApiSpaceEditExportTemplateRequest} requestParameters Request parameters.
|
|
1191
|
-
* @param {*} [options] Override http request option.
|
|
1192
|
-
* @throws {RequiredError}
|
|
1193
|
-
*/
|
|
1194
|
-
spaceEditExportTemplate(requestParameters, options) {
|
|
1195
|
-
return localVarFp.spaceEditExportTemplate(requestParameters.parkId, requestParameters.spaceIds, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
1196
|
-
},
|
|
1197
1127
|
/**
|
|
1198
1128
|
*
|
|
1199
1129
|
* @summary 编辑平面图
|
|
@@ -1411,17 +1341,6 @@ class SpaceApi extends base_1.BaseAPI {
|
|
|
1411
1341
|
spaceEdit(requestParameters, options) {
|
|
1412
1342
|
return (0, exports.SpaceApiFp)(this.configuration).spaceEdit(requestParameters.spaceEditVO, options).then((request) => request(this.axios, this.basePath));
|
|
1413
1343
|
}
|
|
1414
|
-
/**
|
|
1415
|
-
*
|
|
1416
|
-
* @summary /导出修改Excel模板
|
|
1417
|
-
* @param {SpaceApiSpaceEditExportTemplateRequest} requestParameters Request parameters.
|
|
1418
|
-
* @param {*} [options] Override http request option.
|
|
1419
|
-
* @throws {RequiredError}
|
|
1420
|
-
* @memberof SpaceApi
|
|
1421
|
-
*/
|
|
1422
|
-
spaceEditExportTemplate(requestParameters, options) {
|
|
1423
|
-
return (0, exports.SpaceApiFp)(this.configuration).spaceEditExportTemplate(requestParameters.parkId, requestParameters.spaceIds, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
1424
|
-
}
|
|
1425
1344
|
/**
|
|
1426
1345
|
*
|
|
1427
1346
|
* @summary 编辑平面图
|
|
@@ -56,7 +56,7 @@ export declare const SurveillanceApiAxiosParamCreator: (configuration?: Configur
|
|
|
56
56
|
* @summary 监控列表
|
|
57
57
|
* @param {number} parkId 园区ID
|
|
58
58
|
* @param {string} [surveillanceName] 监控名称
|
|
59
|
-
* @param {FunctionalAreaEnum} [
|
|
59
|
+
* @param {Array<FunctionalAreaEnum>} [functionalAreas] 功能区列表
|
|
60
60
|
* @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
|
|
61
61
|
* @param {number} [spaceId] 空间ID
|
|
62
62
|
* @param {number} [flgFirst] 是否首级
|
|
@@ -65,7 +65,7 @@ export declare const SurveillanceApiAxiosParamCreator: (configuration?: Configur
|
|
|
65
65
|
* @param {*} [options] Override http request option.
|
|
66
66
|
* @throws {RequiredError}
|
|
67
67
|
*/
|
|
68
|
-
surveillanceList: (parkId: number, surveillanceName?: string,
|
|
68
|
+
surveillanceList: (parkId: number, surveillanceName?: string, functionalAreas?: Array<FunctionalAreaEnum>, surveillanceStatus?: IotDeviceStatusEnum, spaceId?: number, flgFirst?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
69
69
|
/**
|
|
70
70
|
* 获取监控直播流
|
|
71
71
|
* @summary 监控直播流
|
|
@@ -99,7 +99,7 @@ export declare const SurveillanceApiAxiosParamCreator: (configuration?: Configur
|
|
|
99
99
|
* @summary 监控空间列表
|
|
100
100
|
* @param {number} parkId 园区ID
|
|
101
101
|
* @param {string} [surveillanceName] 监控名称
|
|
102
|
-
* @param {FunctionalAreaEnum} [
|
|
102
|
+
* @param {Array<FunctionalAreaEnum>} [functionalAreas] 功能区列表
|
|
103
103
|
* @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
|
|
104
104
|
* @param {number} [spaceId] 空间ID
|
|
105
105
|
* @param {number} [flgFirst] 是否首级
|
|
@@ -108,7 +108,7 @@ export declare const SurveillanceApiAxiosParamCreator: (configuration?: Configur
|
|
|
108
108
|
* @param {*} [options] Override http request option.
|
|
109
109
|
* @throws {RequiredError}
|
|
110
110
|
*/
|
|
111
|
-
surveillanceSpaceList: (parkId: number, surveillanceName?: string,
|
|
111
|
+
surveillanceSpaceList: (parkId: number, surveillanceName?: string, functionalAreas?: Array<FunctionalAreaEnum>, surveillanceStatus?: IotDeviceStatusEnum, spaceId?: number, flgFirst?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
112
112
|
/**
|
|
113
113
|
* 更新监控信息
|
|
114
114
|
* @summary 更新监控
|
|
@@ -162,7 +162,7 @@ export declare const SurveillanceApiFp: (configuration?: Configuration) => {
|
|
|
162
162
|
* @summary 监控列表
|
|
163
163
|
* @param {number} parkId 园区ID
|
|
164
164
|
* @param {string} [surveillanceName] 监控名称
|
|
165
|
-
* @param {FunctionalAreaEnum} [
|
|
165
|
+
* @param {Array<FunctionalAreaEnum>} [functionalAreas] 功能区列表
|
|
166
166
|
* @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
|
|
167
167
|
* @param {number} [spaceId] 空间ID
|
|
168
168
|
* @param {number} [flgFirst] 是否首级
|
|
@@ -171,7 +171,7 @@ export declare const SurveillanceApiFp: (configuration?: Configuration) => {
|
|
|
171
171
|
* @param {*} [options] Override http request option.
|
|
172
172
|
* @throws {RequiredError}
|
|
173
173
|
*/
|
|
174
|
-
surveillanceList(parkId: number, surveillanceName?: string,
|
|
174
|
+
surveillanceList(parkId: number, surveillanceName?: string, functionalAreas?: Array<FunctionalAreaEnum>, surveillanceStatus?: IotDeviceStatusEnum, spaceId?: number, flgFirst?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoSurveillanceDetailsDto>>;
|
|
175
175
|
/**
|
|
176
176
|
* 获取监控直播流
|
|
177
177
|
* @summary 监控直播流
|
|
@@ -205,7 +205,7 @@ export declare const SurveillanceApiFp: (configuration?: Configuration) => {
|
|
|
205
205
|
* @summary 监控空间列表
|
|
206
206
|
* @param {number} parkId 园区ID
|
|
207
207
|
* @param {string} [surveillanceName] 监控名称
|
|
208
|
-
* @param {FunctionalAreaEnum} [
|
|
208
|
+
* @param {Array<FunctionalAreaEnum>} [functionalAreas] 功能区列表
|
|
209
209
|
* @param {IotDeviceStatusEnum} [surveillanceStatus] 监控状态
|
|
210
210
|
* @param {number} [spaceId] 空间ID
|
|
211
211
|
* @param {number} [flgFirst] 是否首级
|
|
@@ -214,7 +214,7 @@ export declare const SurveillanceApiFp: (configuration?: Configuration) => {
|
|
|
214
214
|
* @param {*} [options] Override http request option.
|
|
215
215
|
* @throws {RequiredError}
|
|
216
216
|
*/
|
|
217
|
-
surveillanceSpaceList(parkId: number, surveillanceName?: string,
|
|
217
|
+
surveillanceSpaceList(parkId: number, surveillanceName?: string, functionalAreas?: Array<FunctionalAreaEnum>, surveillanceStatus?: IotDeviceStatusEnum, spaceId?: number, flgFirst?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListSpaceTreeDTO>>;
|
|
218
218
|
/**
|
|
219
219
|
* 更新监控信息
|
|
220
220
|
* @summary 更新监控
|
|
@@ -378,11 +378,11 @@ export interface SurveillanceApiSurveillanceListRequest {
|
|
|
378
378
|
*/
|
|
379
379
|
readonly surveillanceName?: string;
|
|
380
380
|
/**
|
|
381
|
-
*
|
|
382
|
-
* @type {FunctionalAreaEnum}
|
|
381
|
+
* 功能区列表
|
|
382
|
+
* @type {Array<FunctionalAreaEnum>}
|
|
383
383
|
* @memberof SurveillanceApiSurveillanceList
|
|
384
384
|
*/
|
|
385
|
-
readonly
|
|
385
|
+
readonly functionalAreas?: Array<FunctionalAreaEnum>;
|
|
386
386
|
/**
|
|
387
387
|
* 监控状态
|
|
388
388
|
* @type {IotDeviceStatusEnum}
|
|
@@ -496,11 +496,11 @@ export interface SurveillanceApiSurveillanceSpaceListRequest {
|
|
|
496
496
|
*/
|
|
497
497
|
readonly surveillanceName?: string;
|
|
498
498
|
/**
|
|
499
|
-
*
|
|
500
|
-
* @type {FunctionalAreaEnum}
|
|
499
|
+
* 功能区列表
|
|
500
|
+
* @type {Array<FunctionalAreaEnum>}
|
|
501
501
|
* @memberof SurveillanceApiSurveillanceSpaceList
|
|
502
502
|
*/
|
|
503
|
-
readonly
|
|
503
|
+
readonly functionalAreas?: Array<FunctionalAreaEnum>;
|
|
504
504
|
/**
|
|
505
505
|
* 监控状态
|
|
506
506
|
* @type {IotDeviceStatusEnum}
|