@gizone/rrs-client 4.1.3-alpha.192 → 4.1.3-alpha.195
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 +9 -2
- package/apis/surveillance-api.ts +86 -36
- package/apis/surveillance-settings-api.ts +334 -109
- package/dist/apis/surveillance-api.d.ts +57 -24
- package/dist/apis/surveillance-api.js +38 -22
- package/dist/apis/surveillance-settings-api.d.ts +186 -79
- package/dist/apis/surveillance-settings-api.js +287 -94
- package/dist/esm/apis/surveillance-api.d.ts +57 -24
- package/dist/esm/apis/surveillance-api.js +38 -22
- package/dist/esm/apis/surveillance-settings-api.d.ts +186 -79
- package/dist/esm/apis/surveillance-settings-api.js +287 -94
- package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
- package/dist/esm/models/index.d.ts +9 -2
- package/dist/esm/models/index.js +9 -2
- package/dist/esm/models/ipage-access-vo.d.ts +5 -5
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.js +14 -0
- package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
- package/dist/esm/models/json-result-surveillance-settings-polling-dto.js +14 -0
- package/dist/esm/models/park.d.ts +7 -1
- package/dist/esm/models/surveillance-screen-layout-enum.d.ts +23 -0
- package/dist/esm/models/surveillance-screen-layout-enum.js +24 -0
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -27
- package/dist/esm/models/surveillance-settings-export-dto.d.ts +66 -0
- package/dist/esm/models/surveillance-settings-export-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-dto.d.ts +38 -0
- package/dist/esm/models/surveillance-settings-polling-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +12 -5
- package/dist/{models/polling-surveillance-info.d.ts → esm/models/surveillance-settings-update-vo.d.ts} +6 -12
- package/dist/esm/models/surveillance-settings-update-vo.js +14 -0
- package/dist/esm/models/surveillance.d.ts +5 -30
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/third-party-system-enum.d.ts +0 -1
- package/dist/esm/models/third-party-system-enum.js +0 -1
- package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
- package/dist/models/get-user-wx200-response.d.ts +4 -4
- package/dist/models/index.d.ts +9 -2
- package/dist/models/index.js +9 -2
- package/dist/models/ipage-access-vo.d.ts +5 -5
- package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.js +15 -0
- package/dist/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
- package/dist/models/json-result-surveillance-settings-polling-dto.js +15 -0
- package/dist/models/park.d.ts +7 -1
- package/dist/models/surveillance-screen-layout-enum.d.ts +23 -0
- package/dist/models/surveillance-screen-layout-enum.js +27 -0
- package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
- package/dist/models/surveillance-settings-coverage-standard-dto.js +15 -0
- package/dist/models/surveillance-settings-details-dto.d.ts +0 -27
- package/dist/models/surveillance-settings-export-dto.d.ts +66 -0
- package/dist/models/surveillance-settings-export-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-dto.d.ts +38 -0
- package/dist/models/surveillance-settings-polling-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +12 -5
- package/dist/{esm/models/polling-surveillance-info.d.ts → models/surveillance-settings-update-vo.d.ts} +6 -12
- package/dist/models/surveillance-settings-update-vo.js +15 -0
- package/dist/models/surveillance.d.ts +5 -30
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/third-party-system-enum.d.ts +0 -1
- package/dist/models/third-party-system-enum.js +0 -1
- package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +39 -0
- package/models/get-user-wx200-response.ts +4 -4
- package/models/index.ts +9 -2
- package/models/ipage-access-vo.ts +5 -5
- package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +72 -0
- package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +72 -0
- package/models/{json-result-list-surveillance-settings-details-dto.ts → json-result-surveillance-settings-polling-dto.ts} +13 -13
- package/models/park.ts +7 -1
- package/models/surveillance-screen-layout-enum.ts +33 -0
- package/models/surveillance-settings-coverage-standard-dto.ts +45 -0
- package/models/surveillance-settings-details-dto.ts +0 -33
- package/models/surveillance-settings-export-dto.ts +72 -0
- package/models/surveillance-settings-polling-dto.ts +50 -0
- package/models/surveillance-settings-polling-vo.ts +16 -5
- package/models/{polling-surveillance-info.ts → surveillance-settings-update-vo.ts} +6 -12
- package/models/surveillance.ts +5 -34
- package/models/sys-user.ts +4 -4
- package/models/third-party-system-enum.ts +0 -1
- package/package.json +1 -1
- /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
- /package/dist/esm/models/{polling-surveillance-info.js → json-result-excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
- /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
- /package/dist/models/{polling-surveillance-info.js → json-result-excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
|
@@ -32,14 +32,70 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
|
32
32
|
*/
|
|
33
33
|
export const SurveillanceSettingsApiAxiosParamCreator = function (configuration) {
|
|
34
34
|
return {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @summary 导入园区监控设置覆盖率标准(确认导入)
|
|
38
|
+
* @param {*} [options] Override http request option.
|
|
39
|
+
* @throws {RequiredError}
|
|
40
|
+
*/
|
|
41
|
+
monitoringCoverageStandardBatchImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
42
|
+
const localVarPath = `/gizone/surveillance/settings/monitoringCoverageStandard/batchImport/confirm`;
|
|
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: 'POST' }, 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 {*} [options] Override http request option.
|
|
67
|
+
* @throws {RequiredError}
|
|
68
|
+
*/
|
|
69
|
+
monitoringCoverageStandardBatchImportPreview: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
70
|
+
const localVarPath = `/gizone/surveillance/settings/monitoringCoverageStandard/batchImport/preview`;
|
|
71
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
72
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
73
|
+
let baseOptions;
|
|
74
|
+
if (configuration) {
|
|
75
|
+
baseOptions = configuration.baseOptions;
|
|
76
|
+
}
|
|
77
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
78
|
+
const localVarHeaderParameter = {};
|
|
79
|
+
const localVarQueryParameter = {};
|
|
80
|
+
// authentication tokenScheme required
|
|
81
|
+
// http bearer authentication required
|
|
82
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
83
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
84
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
85
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
86
|
+
return {
|
|
87
|
+
url: toPathString(localVarUrlObj),
|
|
88
|
+
options: localVarRequestOptions,
|
|
89
|
+
};
|
|
90
|
+
}),
|
|
35
91
|
/**
|
|
36
92
|
* 导出所有园区监控设置覆盖率标准
|
|
37
93
|
* @summary 导出所有园区监控设置覆盖率标准
|
|
38
94
|
* @param {*} [options] Override http request option.
|
|
39
95
|
* @throws {RequiredError}
|
|
40
96
|
*/
|
|
41
|
-
|
|
42
|
-
const localVarPath = `/gizone/surveillance/settings/
|
|
97
|
+
monitoringCoverageStandardBatchImportTemplate: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
98
|
+
const localVarPath = `/gizone/surveillance/settings/monitoringCoverageStandard/batchImport/template`;
|
|
43
99
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
44
100
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
45
101
|
let baseOptions;
|
|
@@ -61,16 +117,16 @@ export const SurveillanceSettingsApiAxiosParamCreator = function (configuration)
|
|
|
61
117
|
};
|
|
62
118
|
}),
|
|
63
119
|
/**
|
|
64
|
-
* 导入园区监控设置覆盖率标准
|
|
65
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
120
|
+
* 导入园区监控设置覆盖率标准(上传文件)
|
|
121
|
+
* @summary 导入园区监控设置覆盖率标准(上传文件)
|
|
66
122
|
* @param {File} file
|
|
67
123
|
* @param {*} [options] Override http request option.
|
|
68
124
|
* @throws {RequiredError}
|
|
69
125
|
*/
|
|
70
|
-
|
|
126
|
+
monitoringCoverageStandardBatchImportUpload: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
|
|
71
127
|
// verify required parameter 'file' is not null or undefined
|
|
72
|
-
assertParamExists('
|
|
73
|
-
const localVarPath = `/gizone/surveillance/settings/
|
|
128
|
+
assertParamExists('monitoringCoverageStandardBatchImportUpload', 'file', file);
|
|
129
|
+
const localVarPath = `/gizone/surveillance/settings/monitoringCoverageStandard/batchImport/upload`;
|
|
74
130
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
75
131
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
76
132
|
let baseOptions;
|
|
@@ -98,19 +154,16 @@ export const SurveillanceSettingsApiAxiosParamCreator = function (configuration)
|
|
|
98
154
|
};
|
|
99
155
|
}),
|
|
100
156
|
/**
|
|
101
|
-
*
|
|
102
|
-
* @summary
|
|
157
|
+
* 监控设置详情
|
|
158
|
+
* @summary 监控设置详情
|
|
103
159
|
* @param {number} parkId
|
|
104
|
-
* @param {number} body
|
|
105
160
|
* @param {*} [options] Override http request option.
|
|
106
161
|
* @throws {RequiredError}
|
|
107
162
|
*/
|
|
108
|
-
|
|
163
|
+
surveillanceSettingsDetails: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
109
164
|
// verify required parameter 'parkId' is not null or undefined
|
|
110
|
-
assertParamExists('
|
|
111
|
-
|
|
112
|
-
assertParamExists('monitoringCoverageStandardUpdateCoverage', 'body', body);
|
|
113
|
-
const localVarPath = `/gizone/surveillance/settings/coverage/{parkId}`
|
|
165
|
+
assertParamExists('surveillanceSettingsDetails', 'parkId', parkId);
|
|
166
|
+
const localVarPath = `/gizone/surveillance/settings/{parkId}`
|
|
114
167
|
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
115
168
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
116
169
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -118,30 +171,32 @@ export const SurveillanceSettingsApiAxiosParamCreator = function (configuration)
|
|
|
118
171
|
if (configuration) {
|
|
119
172
|
baseOptions = configuration.baseOptions;
|
|
120
173
|
}
|
|
121
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
174
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
122
175
|
const localVarHeaderParameter = {};
|
|
123
176
|
const localVarQueryParameter = {};
|
|
124
177
|
// authentication tokenScheme required
|
|
125
178
|
// http bearer authentication required
|
|
126
179
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
127
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
128
180
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
129
181
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
130
182
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
131
|
-
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
132
183
|
return {
|
|
133
184
|
url: toPathString(localVarUrlObj),
|
|
134
185
|
options: localVarRequestOptions,
|
|
135
186
|
};
|
|
136
187
|
}),
|
|
137
188
|
/**
|
|
138
|
-
*
|
|
139
|
-
* @summary
|
|
189
|
+
* 查询监控轮询设置
|
|
190
|
+
* @summary 查询监控轮询设置
|
|
191
|
+
* @param {number} parkId
|
|
140
192
|
* @param {*} [options] Override http request option.
|
|
141
193
|
* @throws {RequiredError}
|
|
142
194
|
*/
|
|
143
|
-
|
|
144
|
-
|
|
195
|
+
surveillanceSettingsDetailsPolling: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
196
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
197
|
+
assertParamExists('surveillanceSettingsDetailsPolling', 'parkId', parkId);
|
|
198
|
+
const localVarPath = `/gizone/surveillance/settings/polling/{parkId}`
|
|
199
|
+
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
145
200
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
146
201
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
147
202
|
let baseOptions;
|
|
@@ -163,15 +218,46 @@ export const SurveillanceSettingsApiAxiosParamCreator = function (configuration)
|
|
|
163
218
|
};
|
|
164
219
|
}),
|
|
165
220
|
/**
|
|
166
|
-
*
|
|
167
|
-
* @summary
|
|
221
|
+
* 查询所有园区的覆盖率设置
|
|
222
|
+
* @summary 查询所有园区的覆盖率设置
|
|
223
|
+
* @param {*} [options] Override http request option.
|
|
224
|
+
* @throws {RequiredError}
|
|
225
|
+
*/
|
|
226
|
+
surveillanceSettingsSelectAllPark: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
227
|
+
const localVarPath = `/gizone/surveillance/settings/monitoringCoverageStandard/allPark`;
|
|
228
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
229
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
230
|
+
let baseOptions;
|
|
231
|
+
if (configuration) {
|
|
232
|
+
baseOptions = configuration.baseOptions;
|
|
233
|
+
}
|
|
234
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
235
|
+
const localVarHeaderParameter = {};
|
|
236
|
+
const localVarQueryParameter = {};
|
|
237
|
+
// authentication tokenScheme required
|
|
238
|
+
// http bearer authentication required
|
|
239
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
240
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
241
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
242
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
243
|
+
return {
|
|
244
|
+
url: toPathString(localVarUrlObj),
|
|
245
|
+
options: localVarRequestOptions,
|
|
246
|
+
};
|
|
247
|
+
}),
|
|
248
|
+
/**
|
|
249
|
+
* 修改监控设置
|
|
250
|
+
* @summary 修改监控设置
|
|
168
251
|
* @param {number} parkId
|
|
252
|
+
* @param {SurveillanceSettingsUpdateVo} surveillanceSettingsUpdateVo
|
|
169
253
|
* @param {*} [options] Override http request option.
|
|
170
254
|
* @throws {RequiredError}
|
|
171
255
|
*/
|
|
172
|
-
|
|
256
|
+
surveillanceSettingsUpdate: (parkId_1, surveillanceSettingsUpdateVo_1, ...args_1) => __awaiter(this, [parkId_1, surveillanceSettingsUpdateVo_1, ...args_1], void 0, function* (parkId, surveillanceSettingsUpdateVo, options = {}) {
|
|
173
257
|
// verify required parameter 'parkId' is not null or undefined
|
|
174
|
-
assertParamExists('
|
|
258
|
+
assertParamExists('surveillanceSettingsUpdate', 'parkId', parkId);
|
|
259
|
+
// verify required parameter 'surveillanceSettingsUpdateVo' is not null or undefined
|
|
260
|
+
assertParamExists('surveillanceSettingsUpdate', 'surveillanceSettingsUpdateVo', surveillanceSettingsUpdateVo);
|
|
175
261
|
const localVarPath = `/gizone/surveillance/settings/{parkId}`
|
|
176
262
|
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
177
263
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -180,23 +266,25 @@ export const SurveillanceSettingsApiAxiosParamCreator = function (configuration)
|
|
|
180
266
|
if (configuration) {
|
|
181
267
|
baseOptions = configuration.baseOptions;
|
|
182
268
|
}
|
|
183
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
269
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
184
270
|
const localVarHeaderParameter = {};
|
|
185
271
|
const localVarQueryParameter = {};
|
|
186
272
|
// authentication tokenScheme required
|
|
187
273
|
// http bearer authentication required
|
|
188
274
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
275
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
189
276
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
190
277
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
191
278
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
279
|
+
localVarRequestOptions.data = serializeDataIfNeeded(surveillanceSettingsUpdateVo, localVarRequestOptions, configuration);
|
|
192
280
|
return {
|
|
193
281
|
url: toPathString(localVarUrlObj),
|
|
194
282
|
options: localVarRequestOptions,
|
|
195
283
|
};
|
|
196
284
|
}),
|
|
197
285
|
/**
|
|
198
|
-
*
|
|
199
|
-
* @summary
|
|
286
|
+
* 修改监控轮询
|
|
287
|
+
* @summary 修改监控轮询
|
|
200
288
|
* @param {number} parkId
|
|
201
289
|
* @param {SurveillanceSettingsPollingVo} surveillanceSettingsPollingVo
|
|
202
290
|
* @param {*} [options] Override http request option.
|
|
@@ -241,65 +329,63 @@ export const SurveillanceSettingsApiFp = function (configuration) {
|
|
|
241
329
|
const localVarAxiosParamCreator = SurveillanceSettingsApiAxiosParamCreator(configuration);
|
|
242
330
|
return {
|
|
243
331
|
/**
|
|
244
|
-
*
|
|
245
|
-
* @summary
|
|
332
|
+
*
|
|
333
|
+
* @summary 导入园区监控设置覆盖率标准(确认导入)
|
|
246
334
|
* @param {*} [options] Override http request option.
|
|
247
335
|
* @throws {RequiredError}
|
|
248
336
|
*/
|
|
249
|
-
|
|
337
|
+
monitoringCoverageStandardBatchImportConfirm(options) {
|
|
250
338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
251
339
|
var _a, _b, _c;
|
|
252
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
340
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportConfirm(options);
|
|
253
341
|
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.
|
|
342
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceSettingsApi.monitoringCoverageStandardBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
255
343
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
256
344
|
});
|
|
257
345
|
},
|
|
258
346
|
/**
|
|
259
|
-
*
|
|
260
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
261
|
-
* @param {File} file
|
|
347
|
+
*
|
|
348
|
+
* @summary 导入园区监控设置覆盖率标准(预览结果)
|
|
262
349
|
* @param {*} [options] Override http request option.
|
|
263
350
|
* @throws {RequiredError}
|
|
264
351
|
*/
|
|
265
|
-
|
|
352
|
+
monitoringCoverageStandardBatchImportPreview(options) {
|
|
266
353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
267
354
|
var _a, _b, _c;
|
|
268
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
355
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportPreview(options);
|
|
269
356
|
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.
|
|
357
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceSettingsApi.monitoringCoverageStandardBatchImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
271
358
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
272
359
|
});
|
|
273
360
|
},
|
|
274
361
|
/**
|
|
275
|
-
*
|
|
276
|
-
* @summary
|
|
277
|
-
* @param {number} parkId
|
|
278
|
-
* @param {number} body
|
|
362
|
+
* 导出所有园区监控设置覆盖率标准
|
|
363
|
+
* @summary 导出所有园区监控设置覆盖率标准
|
|
279
364
|
* @param {*} [options] Override http request option.
|
|
280
365
|
* @throws {RequiredError}
|
|
281
366
|
*/
|
|
282
|
-
|
|
367
|
+
monitoringCoverageStandardBatchImportTemplate(options) {
|
|
283
368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
284
369
|
var _a, _b, _c;
|
|
285
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
370
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportTemplate(options);
|
|
286
371
|
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.
|
|
372
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceSettingsApi.monitoringCoverageStandardBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
288
373
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
289
374
|
});
|
|
290
375
|
},
|
|
291
376
|
/**
|
|
292
|
-
*
|
|
293
|
-
* @summary
|
|
377
|
+
* 导入园区监控设置覆盖率标准(上传文件)
|
|
378
|
+
* @summary 导入园区监控设置覆盖率标准(上传文件)
|
|
379
|
+
* @param {File} file
|
|
294
380
|
* @param {*} [options] Override http request option.
|
|
295
381
|
* @throws {RequiredError}
|
|
296
382
|
*/
|
|
297
|
-
|
|
383
|
+
monitoringCoverageStandardBatchImportUpload(file, options) {
|
|
298
384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
299
385
|
var _a, _b, _c;
|
|
300
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
386
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitoringCoverageStandardBatchImportUpload(file, options);
|
|
301
387
|
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.
|
|
388
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceSettingsApi.monitoringCoverageStandardBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
303
389
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
304
390
|
});
|
|
305
391
|
},
|
|
@@ -320,8 +406,56 @@ export const SurveillanceSettingsApiFp = function (configuration) {
|
|
|
320
406
|
});
|
|
321
407
|
},
|
|
322
408
|
/**
|
|
323
|
-
*
|
|
324
|
-
* @summary
|
|
409
|
+
* 查询监控轮询设置
|
|
410
|
+
* @summary 查询监控轮询设置
|
|
411
|
+
* @param {number} parkId
|
|
412
|
+
* @param {*} [options] Override http request option.
|
|
413
|
+
* @throws {RequiredError}
|
|
414
|
+
*/
|
|
415
|
+
surveillanceSettingsDetailsPolling(parkId, options) {
|
|
416
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
417
|
+
var _a, _b, _c;
|
|
418
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsDetailsPolling(parkId, options);
|
|
419
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
420
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceSettingsApi.surveillanceSettingsDetailsPolling']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
421
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
422
|
+
});
|
|
423
|
+
},
|
|
424
|
+
/**
|
|
425
|
+
* 查询所有园区的覆盖率设置
|
|
426
|
+
* @summary 查询所有园区的覆盖率设置
|
|
427
|
+
* @param {*} [options] Override http request option.
|
|
428
|
+
* @throws {RequiredError}
|
|
429
|
+
*/
|
|
430
|
+
surveillanceSettingsSelectAllPark(options) {
|
|
431
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
432
|
+
var _a, _b, _c;
|
|
433
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsSelectAllPark(options);
|
|
434
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
435
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceSettingsApi.surveillanceSettingsSelectAllPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
436
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
437
|
+
});
|
|
438
|
+
},
|
|
439
|
+
/**
|
|
440
|
+
* 修改监控设置
|
|
441
|
+
* @summary 修改监控设置
|
|
442
|
+
* @param {number} parkId
|
|
443
|
+
* @param {SurveillanceSettingsUpdateVo} surveillanceSettingsUpdateVo
|
|
444
|
+
* @param {*} [options] Override http request option.
|
|
445
|
+
* @throws {RequiredError}
|
|
446
|
+
*/
|
|
447
|
+
surveillanceSettingsUpdate(parkId, surveillanceSettingsUpdateVo, options) {
|
|
448
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
449
|
+
var _a, _b, _c;
|
|
450
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSettingsUpdate(parkId, surveillanceSettingsUpdateVo, options);
|
|
451
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
452
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceSettingsApi.surveillanceSettingsUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
453
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
454
|
+
});
|
|
455
|
+
},
|
|
456
|
+
/**
|
|
457
|
+
* 修改监控轮询
|
|
458
|
+
* @summary 修改监控轮询
|
|
325
459
|
* @param {number} parkId
|
|
326
460
|
* @param {SurveillanceSettingsPollingVo} surveillanceSettingsPollingVo
|
|
327
461
|
* @param {*} [options] Override http request option.
|
|
@@ -346,42 +480,41 @@ export const SurveillanceSettingsApiFactory = function (configuration, basePath,
|
|
|
346
480
|
const localVarFp = SurveillanceSettingsApiFp(configuration);
|
|
347
481
|
return {
|
|
348
482
|
/**
|
|
349
|
-
*
|
|
350
|
-
* @summary
|
|
483
|
+
*
|
|
484
|
+
* @summary 导入园区监控设置覆盖率标准(确认导入)
|
|
351
485
|
* @param {*} [options] Override http request option.
|
|
352
486
|
* @throws {RequiredError}
|
|
353
487
|
*/
|
|
354
|
-
|
|
355
|
-
return localVarFp.
|
|
488
|
+
monitoringCoverageStandardBatchImportConfirm(options) {
|
|
489
|
+
return localVarFp.monitoringCoverageStandardBatchImportConfirm(options).then((request) => request(axios, basePath));
|
|
356
490
|
},
|
|
357
491
|
/**
|
|
358
|
-
*
|
|
359
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
360
|
-
* @param {SurveillanceSettingsApiImportMonitoringCoverageStandardRequest} requestParameters Request parameters.
|
|
492
|
+
*
|
|
493
|
+
* @summary 导入园区监控设置覆盖率标准(预览结果)
|
|
361
494
|
* @param {*} [options] Override http request option.
|
|
362
495
|
* @throws {RequiredError}
|
|
363
496
|
*/
|
|
364
|
-
|
|
365
|
-
return localVarFp.
|
|
497
|
+
monitoringCoverageStandardBatchImportPreview(options) {
|
|
498
|
+
return localVarFp.monitoringCoverageStandardBatchImportPreview(options).then((request) => request(axios, basePath));
|
|
366
499
|
},
|
|
367
500
|
/**
|
|
368
|
-
*
|
|
369
|
-
* @summary
|
|
370
|
-
* @param {SurveillanceSettingsApiMonitoringCoverageStandardUpdateCoverageRequest} requestParameters Request parameters.
|
|
501
|
+
* 导出所有园区监控设置覆盖率标准
|
|
502
|
+
* @summary 导出所有园区监控设置覆盖率标准
|
|
371
503
|
* @param {*} [options] Override http request option.
|
|
372
504
|
* @throws {RequiredError}
|
|
373
505
|
*/
|
|
374
|
-
|
|
375
|
-
return localVarFp.
|
|
506
|
+
monitoringCoverageStandardBatchImportTemplate(options) {
|
|
507
|
+
return localVarFp.monitoringCoverageStandardBatchImportTemplate(options).then((request) => request(axios, basePath));
|
|
376
508
|
},
|
|
377
509
|
/**
|
|
378
|
-
*
|
|
379
|
-
* @summary
|
|
510
|
+
* 导入园区监控设置覆盖率标准(上传文件)
|
|
511
|
+
* @summary 导入园区监控设置覆盖率标准(上传文件)
|
|
512
|
+
* @param {SurveillanceSettingsApiMonitoringCoverageStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
380
513
|
* @param {*} [options] Override http request option.
|
|
381
514
|
* @throws {RequiredError}
|
|
382
515
|
*/
|
|
383
|
-
|
|
384
|
-
return localVarFp.
|
|
516
|
+
monitoringCoverageStandardBatchImportUpload(requestParameters, options) {
|
|
517
|
+
return localVarFp.monitoringCoverageStandardBatchImportUpload(requestParameters.file, options).then((request) => request(axios, basePath));
|
|
385
518
|
},
|
|
386
519
|
/**
|
|
387
520
|
* 监控设置详情
|
|
@@ -394,8 +527,37 @@ export const SurveillanceSettingsApiFactory = function (configuration, basePath,
|
|
|
394
527
|
return localVarFp.surveillanceSettingsDetails(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
395
528
|
},
|
|
396
529
|
/**
|
|
397
|
-
*
|
|
398
|
-
* @summary
|
|
530
|
+
* 查询监控轮询设置
|
|
531
|
+
* @summary 查询监控轮询设置
|
|
532
|
+
* @param {SurveillanceSettingsApiSurveillanceSettingsDetailsPollingRequest} requestParameters Request parameters.
|
|
533
|
+
* @param {*} [options] Override http request option.
|
|
534
|
+
* @throws {RequiredError}
|
|
535
|
+
*/
|
|
536
|
+
surveillanceSettingsDetailsPolling(requestParameters, options) {
|
|
537
|
+
return localVarFp.surveillanceSettingsDetailsPolling(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
538
|
+
},
|
|
539
|
+
/**
|
|
540
|
+
* 查询所有园区的覆盖率设置
|
|
541
|
+
* @summary 查询所有园区的覆盖率设置
|
|
542
|
+
* @param {*} [options] Override http request option.
|
|
543
|
+
* @throws {RequiredError}
|
|
544
|
+
*/
|
|
545
|
+
surveillanceSettingsSelectAllPark(options) {
|
|
546
|
+
return localVarFp.surveillanceSettingsSelectAllPark(options).then((request) => request(axios, basePath));
|
|
547
|
+
},
|
|
548
|
+
/**
|
|
549
|
+
* 修改监控设置
|
|
550
|
+
* @summary 修改监控设置
|
|
551
|
+
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdateRequest} requestParameters Request parameters.
|
|
552
|
+
* @param {*} [options] Override http request option.
|
|
553
|
+
* @throws {RequiredError}
|
|
554
|
+
*/
|
|
555
|
+
surveillanceSettingsUpdate(requestParameters, options) {
|
|
556
|
+
return localVarFp.surveillanceSettingsUpdate(requestParameters.parkId, requestParameters.surveillanceSettingsUpdateVo, options).then((request) => request(axios, basePath));
|
|
557
|
+
},
|
|
558
|
+
/**
|
|
559
|
+
* 修改监控轮询
|
|
560
|
+
* @summary 修改监控轮询
|
|
399
561
|
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdatePollingRequest} requestParameters Request parameters.
|
|
400
562
|
* @param {*} [options] Override http request option.
|
|
401
563
|
* @throws {RequiredError}
|
|
@@ -413,46 +575,45 @@ export const SurveillanceSettingsApiFactory = function (configuration, basePath,
|
|
|
413
575
|
*/
|
|
414
576
|
export class SurveillanceSettingsApi extends BaseAPI {
|
|
415
577
|
/**
|
|
416
|
-
*
|
|
417
|
-
* @summary
|
|
578
|
+
*
|
|
579
|
+
* @summary 导入园区监控设置覆盖率标准(确认导入)
|
|
418
580
|
* @param {*} [options] Override http request option.
|
|
419
581
|
* @throws {RequiredError}
|
|
420
582
|
* @memberof SurveillanceSettingsApi
|
|
421
583
|
*/
|
|
422
|
-
|
|
423
|
-
return SurveillanceSettingsApiFp(this.configuration).
|
|
584
|
+
monitoringCoverageStandardBatchImportConfirm(options) {
|
|
585
|
+
return SurveillanceSettingsApiFp(this.configuration).monitoringCoverageStandardBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
424
586
|
}
|
|
425
587
|
/**
|
|
426
|
-
*
|
|
427
|
-
* @summary 导入园区监控设置覆盖率标准
|
|
428
|
-
* @param {SurveillanceSettingsApiImportMonitoringCoverageStandardRequest} requestParameters Request parameters.
|
|
588
|
+
*
|
|
589
|
+
* @summary 导入园区监控设置覆盖率标准(预览结果)
|
|
429
590
|
* @param {*} [options] Override http request option.
|
|
430
591
|
* @throws {RequiredError}
|
|
431
592
|
* @memberof SurveillanceSettingsApi
|
|
432
593
|
*/
|
|
433
|
-
|
|
434
|
-
return SurveillanceSettingsApiFp(this.configuration).
|
|
594
|
+
monitoringCoverageStandardBatchImportPreview(options) {
|
|
595
|
+
return SurveillanceSettingsApiFp(this.configuration).monitoringCoverageStandardBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
435
596
|
}
|
|
436
597
|
/**
|
|
437
|
-
*
|
|
438
|
-
* @summary
|
|
439
|
-
* @param {SurveillanceSettingsApiMonitoringCoverageStandardUpdateCoverageRequest} requestParameters Request parameters.
|
|
598
|
+
* 导出所有园区监控设置覆盖率标准
|
|
599
|
+
* @summary 导出所有园区监控设置覆盖率标准
|
|
440
600
|
* @param {*} [options] Override http request option.
|
|
441
601
|
* @throws {RequiredError}
|
|
442
602
|
* @memberof SurveillanceSettingsApi
|
|
443
603
|
*/
|
|
444
|
-
|
|
445
|
-
return SurveillanceSettingsApiFp(this.configuration).
|
|
604
|
+
monitoringCoverageStandardBatchImportTemplate(options) {
|
|
605
|
+
return SurveillanceSettingsApiFp(this.configuration).monitoringCoverageStandardBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
446
606
|
}
|
|
447
607
|
/**
|
|
448
|
-
*
|
|
449
|
-
* @summary
|
|
608
|
+
* 导入园区监控设置覆盖率标准(上传文件)
|
|
609
|
+
* @summary 导入园区监控设置覆盖率标准(上传文件)
|
|
610
|
+
* @param {SurveillanceSettingsApiMonitoringCoverageStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
450
611
|
* @param {*} [options] Override http request option.
|
|
451
612
|
* @throws {RequiredError}
|
|
452
613
|
* @memberof SurveillanceSettingsApi
|
|
453
614
|
*/
|
|
454
|
-
|
|
455
|
-
return SurveillanceSettingsApiFp(this.configuration).
|
|
615
|
+
monitoringCoverageStandardBatchImportUpload(requestParameters, options) {
|
|
616
|
+
return SurveillanceSettingsApiFp(this.configuration).monitoringCoverageStandardBatchImportUpload(requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
456
617
|
}
|
|
457
618
|
/**
|
|
458
619
|
* 监控设置详情
|
|
@@ -466,8 +627,40 @@ export class SurveillanceSettingsApi extends BaseAPI {
|
|
|
466
627
|
return SurveillanceSettingsApiFp(this.configuration).surveillanceSettingsDetails(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
467
628
|
}
|
|
468
629
|
/**
|
|
469
|
-
*
|
|
470
|
-
* @summary
|
|
630
|
+
* 查询监控轮询设置
|
|
631
|
+
* @summary 查询监控轮询设置
|
|
632
|
+
* @param {SurveillanceSettingsApiSurveillanceSettingsDetailsPollingRequest} requestParameters Request parameters.
|
|
633
|
+
* @param {*} [options] Override http request option.
|
|
634
|
+
* @throws {RequiredError}
|
|
635
|
+
* @memberof SurveillanceSettingsApi
|
|
636
|
+
*/
|
|
637
|
+
surveillanceSettingsDetailsPolling(requestParameters, options) {
|
|
638
|
+
return SurveillanceSettingsApiFp(this.configuration).surveillanceSettingsDetailsPolling(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
639
|
+
}
|
|
640
|
+
/**
|
|
641
|
+
* 查询所有园区的覆盖率设置
|
|
642
|
+
* @summary 查询所有园区的覆盖率设置
|
|
643
|
+
* @param {*} [options] Override http request option.
|
|
644
|
+
* @throws {RequiredError}
|
|
645
|
+
* @memberof SurveillanceSettingsApi
|
|
646
|
+
*/
|
|
647
|
+
surveillanceSettingsSelectAllPark(options) {
|
|
648
|
+
return SurveillanceSettingsApiFp(this.configuration).surveillanceSettingsSelectAllPark(options).then((request) => request(this.axios, this.basePath));
|
|
649
|
+
}
|
|
650
|
+
/**
|
|
651
|
+
* 修改监控设置
|
|
652
|
+
* @summary 修改监控设置
|
|
653
|
+
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdateRequest} requestParameters Request parameters.
|
|
654
|
+
* @param {*} [options] Override http request option.
|
|
655
|
+
* @throws {RequiredError}
|
|
656
|
+
* @memberof SurveillanceSettingsApi
|
|
657
|
+
*/
|
|
658
|
+
surveillanceSettingsUpdate(requestParameters, options) {
|
|
659
|
+
return SurveillanceSettingsApiFp(this.configuration).surveillanceSettingsUpdate(requestParameters.parkId, requestParameters.surveillanceSettingsUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
660
|
+
}
|
|
661
|
+
/**
|
|
662
|
+
* 修改监控轮询
|
|
663
|
+
* @summary 修改监控轮询
|
|
471
664
|
* @param {SurveillanceSettingsApiSurveillanceSettingsUpdatePollingRequest} requestParameters Request parameters.
|
|
472
665
|
* @param {*} [options] Override http request option.
|
|
473
666
|
* @throws {RequiredError}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { SurveillanceSettingsExportDto } from './surveillance-settings-export-dto';
|
|
13
|
+
/**
|
|
14
|
+
* execl导入结果返回
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ExcelImportResultDTOSurveillanceSettingsExportDto
|
|
17
|
+
*/
|
|
18
|
+
export interface ExcelImportResultDTOSurveillanceSettingsExportDto {
|
|
19
|
+
/**
|
|
20
|
+
* 成功的数据
|
|
21
|
+
* @type {Array<SurveillanceSettingsExportDto>}
|
|
22
|
+
* @memberof ExcelImportResultDTOSurveillanceSettingsExportDto
|
|
23
|
+
*/
|
|
24
|
+
'successDataList'?: Array<SurveillanceSettingsExportDto>;
|
|
25
|
+
/**
|
|
26
|
+
* 错误的数据
|
|
27
|
+
* @type {Array<SurveillanceSettingsExportDto>}
|
|
28
|
+
* @memberof ExcelImportResultDTOSurveillanceSettingsExportDto
|
|
29
|
+
*/
|
|
30
|
+
'errorDataList'?: Array<SurveillanceSettingsExportDto>;
|
|
31
|
+
}
|
|
@@ -25,16 +25,16 @@ export interface GetUserWx200Response {
|
|
|
25
25
|
'status'?: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {Array<string>}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'headerNames'?: Array<string>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {object}
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {string}
|