@gizone/rrs-client 4.2.9-alpha.527 → 4.2.9-alpha.537
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 +16 -0
- package/api.ts +1 -0
- package/apis/device-api.ts +91 -0
- package/apis/energy-cost-controller-api.ts +973 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/device-api.d.ts +47 -0
- package/dist/apis/device-api.js +70 -0
- package/dist/apis/energy-cost-controller-api.d.ts +527 -0
- package/dist/apis/energy-cost-controller-api.js +737 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/device-api.d.ts +47 -0
- package/dist/esm/apis/device-api.js +70 -0
- package/dist/esm/apis/energy-cost-controller-api.d.ts +527 -0
- package/dist/esm/apis/energy-cost-controller-api.js +730 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +138 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +27 -0
- package/dist/esm/models/energy-cost-add-setting-dto.d.ts +60 -0
- package/dist/esm/models/energy-cost-add-setting-dto.js +23 -0
- package/dist/esm/models/energy-cost-confirm-record-dto.d.ts +42 -0
- package/dist/esm/models/energy-cost-confirm-record-dto.js +17 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +96 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +23 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +192 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +27 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +132 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +23 -0
- package/dist/esm/models/energy-cost-update-setting-dto.d.ts +60 -0
- package/dist/esm/models/energy-cost-update-setting-dto.js +23 -0
- package/dist/esm/models/index.d.ts +15 -0
- package/dist/esm/models/index.js +15 -0
- package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/item.d.ts +55 -0
- package/dist/esm/models/item.js +19 -0
- package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
- package/dist/esm/models/json-result-map-string-object.js +14 -0
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +7 -0
- package/dist/esm/models/surveillance-entity.d.ts +171 -0
- package/dist/esm/models/surveillance-entity.js +14 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +138 -0
- package/dist/models/energy-cost-add-record-dto.js +30 -0
- package/dist/models/energy-cost-add-setting-dto.d.ts +60 -0
- package/dist/models/energy-cost-add-setting-dto.js +26 -0
- package/dist/models/energy-cost-confirm-record-dto.d.ts +42 -0
- package/dist/models/energy-cost-confirm-record-dto.js +20 -0
- package/dist/models/energy-cost-month-setting-list-vo.d.ts +96 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +26 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +192 -0
- package/dist/models/energy-cost-record-info-vo.js +30 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +132 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +26 -0
- package/dist/models/energy-cost-update-setting-dto.d.ts +60 -0
- package/dist/models/energy-cost-update-setting-dto.js +26 -0
- package/dist/models/index.d.ts +15 -0
- package/dist/models/index.js +15 -0
- package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/models/iot-device-unit-delete-dto.js +15 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/item.d.ts +55 -0
- package/dist/models/item.js +22 -0
- package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/json-result-map-string-object.d.ts +63 -0
- package/dist/models/json-result-map-string-object.js +15 -0
- package/dist/models/surveillance-batch-import-template-dto.d.ts +7 -0
- package/dist/models/surveillance-entity.d.ts +171 -0
- package/dist/models/surveillance-entity.js +15 -0
- package/models/energy-cost-add-record-dto.ts +151 -0
- package/models/energy-cost-add-setting-dto.ts +70 -0
- package/models/energy-cost-confirm-record-dto.ts +53 -0
- package/models/energy-cost-month-setting-list-vo.ts +106 -0
- package/models/energy-cost-record-info-vo.ts +205 -0
- package/models/energy-cost-scenarios-info-vo.ts +142 -0
- package/models/energy-cost-update-setting-dto.ts +70 -0
- package/models/index.ts +15 -0
- package/models/iot-device-unit-delete-dto.ts +48 -0
- package/models/ipage-energy-cost-record-info-vo.ts +70 -0
- package/models/item.ts +64 -0
- package/models/json-result-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
- package/models/json-result-map-string-object.ts +69 -0
- package/models/surveillance-batch-import-template-dto.ts +9 -0
- package/models/surveillance-entity.ts +185 -0
- package/ossutil.log +1047 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -12,6 +12,7 @@ apis/common-api.ts
|
|
|
12
12
|
apis/dashboard-api.ts
|
|
13
13
|
apis/device-api.ts
|
|
14
14
|
apis/disaster-warning-standard-api.ts
|
|
15
|
+
apis/energy-cost-controller-api.ts
|
|
15
16
|
apis/equipment-api.ts
|
|
16
17
|
apis/excel-language-controller-api.ts
|
|
17
18
|
apis/hwork-api.ts
|
|
@@ -148,6 +149,13 @@ models/disaster-warning-standard-category-enum.ts
|
|
|
148
149
|
models/disaster-warning-standard-entity.ts
|
|
149
150
|
models/disaster-warning-standard-import-dto.ts
|
|
150
151
|
models/emission-standard-enum.ts
|
|
152
|
+
models/energy-cost-add-record-dto.ts
|
|
153
|
+
models/energy-cost-add-setting-dto.ts
|
|
154
|
+
models/energy-cost-confirm-record-dto.ts
|
|
155
|
+
models/energy-cost-month-setting-list-vo.ts
|
|
156
|
+
models/energy-cost-record-info-vo.ts
|
|
157
|
+
models/energy-cost-scenarios-info-vo.ts
|
|
158
|
+
models/energy-cost-update-setting-dto.ts
|
|
151
159
|
models/equipment-add-redis-list-dto.ts
|
|
152
160
|
models/equipment-batch-supplier-vo.ts
|
|
153
161
|
models/equipment-detail-dto.ts
|
|
@@ -211,6 +219,9 @@ models/insurance-notice-vo.ts
|
|
|
211
219
|
models/insurance-work-order-issue-vo.ts
|
|
212
220
|
models/insurance-work-order-vo.ts
|
|
213
221
|
models/iot-device-status-enum.ts
|
|
222
|
+
models/iot-device-unit-delete-dto.ts
|
|
223
|
+
models/ipage-energy-cost-record-info-vo.ts
|
|
224
|
+
models/item.ts
|
|
214
225
|
models/json-result-access-appointment-record-details-dto.ts
|
|
215
226
|
models/json-result-access-blacklist-details-dto.ts
|
|
216
227
|
models/json-result-access-company-config-entity.ts
|
|
@@ -224,6 +235,7 @@ models/json-result-boolean.ts
|
|
|
224
235
|
models/json-result-calendar-entity.ts
|
|
225
236
|
models/json-result-dashboard-park-statistics-vo.ts
|
|
226
237
|
models/json-result-disaster-warning-standard-entity.ts
|
|
238
|
+
models/json-result-energy-cost-record-info-vo.ts
|
|
227
239
|
models/json-result-equipment-add-redis-list-dto.ts
|
|
228
240
|
models/json-result-equipment-detail-dto.ts
|
|
229
241
|
models/json-result-equipment-search-system-dto.ts
|
|
@@ -241,6 +253,7 @@ models/json-result-file-dto.ts
|
|
|
241
253
|
models/json-result-group-dept-vo.ts
|
|
242
254
|
models/json-result-inspection-standard-entity.ts
|
|
243
255
|
models/json-result-integer.ts
|
|
256
|
+
models/json-result-ipage-energy-cost-record-info-vo.ts
|
|
244
257
|
models/json-result-json-result-list-space-tree-dto.ts
|
|
245
258
|
models/json-result-list-access-appointment-record-process-details-dto.ts
|
|
246
259
|
models/json-result-list-access-company-config-entity.ts
|
|
@@ -260,6 +273,7 @@ models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts
|
|
|
260
273
|
models/json-result-list-dashboard-work-order-park-group-stats-vo.ts
|
|
261
274
|
models/json-result-list-dashboard-work-order-type-group-stats-vo.ts
|
|
262
275
|
models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts
|
|
276
|
+
models/json-result-list-energy-cost-month-setting-list-vo.ts
|
|
263
277
|
models/json-result-list-equipment-detail-dto.ts
|
|
264
278
|
models/json-result-list-equipment-qr-code-dto.ts
|
|
265
279
|
models/json-result-list-equipment-system-tree-dto.ts
|
|
@@ -292,6 +306,7 @@ models/json-result-list-work-order-spot-check-dto.ts
|
|
|
292
306
|
models/json-result-list-work-order-step-by-step-push-user-details-dto.ts
|
|
293
307
|
models/json-result-list-work-order-type-settings-entity.ts
|
|
294
308
|
models/json-result-maintenance-standard-entity.ts
|
|
309
|
+
models/json-result-map-string-object.ts
|
|
295
310
|
models/json-result-monitoring-coverage-alert-work-order-details-dto.ts
|
|
296
311
|
models/json-result-network-monitor-repair-details-dto.ts
|
|
297
312
|
models/json-result-notice-entity.ts
|
|
@@ -456,6 +471,7 @@ models/supplier-select-dto.ts
|
|
|
456
471
|
models/surveillance-batch-import-template-dto.ts
|
|
457
472
|
models/surveillance-count-dto.ts
|
|
458
473
|
models/surveillance-details-dto.ts
|
|
474
|
+
models/surveillance-entity.ts
|
|
459
475
|
models/surveillance-live-dto.ts
|
|
460
476
|
models/surveillance-point-vo.ts
|
|
461
477
|
models/surveillance-screen-layout-enum.ts
|
package/api.ts
CHANGED
|
@@ -23,6 +23,7 @@ export * from './apis/common-api';
|
|
|
23
23
|
export * from './apis/dashboard-api';
|
|
24
24
|
export * from './apis/device-api';
|
|
25
25
|
export * from './apis/disaster-warning-standard-api';
|
|
26
|
+
export * from './apis/energy-cost-controller-api';
|
|
26
27
|
export * from './apis/equipment-api';
|
|
27
28
|
export * from './apis/excel-language-controller-api';
|
|
28
29
|
export * from './apis/hwork-api';
|
package/apis/device-api.ts
CHANGED
|
@@ -24,6 +24,8 @@ import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError
|
|
|
24
24
|
// @ts-ignore
|
|
25
25
|
import type { DevicesStatusUpdateVo } from '../models';
|
|
26
26
|
// @ts-ignore
|
|
27
|
+
import type { IotDeviceUnitDeleteDTO } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
27
29
|
import type { JsonResultVoid } from '../models';
|
|
28
30
|
// @ts-ignore
|
|
29
31
|
import type { SafetySmartFireRecordGizoneDTO } from '../models';
|
|
@@ -35,6 +37,46 @@ import type { SyncDeviceUnitVo } from '../models';
|
|
|
35
37
|
*/
|
|
36
38
|
export const DeviceApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
37
39
|
return {
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @summary 删除设备部件
|
|
43
|
+
* @param {IotDeviceUnitDeleteDTO} iotDeviceUnitDeleteDTO
|
|
44
|
+
* @param {*} [options] Override http request option.
|
|
45
|
+
* @throws {RequiredError}
|
|
46
|
+
*/
|
|
47
|
+
_delete: async (iotDeviceUnitDeleteDTO: IotDeviceUnitDeleteDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
48
|
+
// verify required parameter 'iotDeviceUnitDeleteDTO' is not null or undefined
|
|
49
|
+
assertParamExists('_delete', 'iotDeviceUnitDeleteDTO', iotDeviceUnitDeleteDTO)
|
|
50
|
+
const localVarPath = `/gizone/iot/device/unit`;
|
|
51
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
52
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
53
|
+
let baseOptions;
|
|
54
|
+
if (configuration) {
|
|
55
|
+
baseOptions = configuration.baseOptions;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
59
|
+
const localVarHeaderParameter = {} as any;
|
|
60
|
+
const localVarQueryParameter = {} as any;
|
|
61
|
+
|
|
62
|
+
// authentication tokenScheme required
|
|
63
|
+
// http bearer authentication required
|
|
64
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
69
|
+
|
|
70
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
71
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
72
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
73
|
+
localVarRequestOptions.data = serializeDataIfNeeded(iotDeviceUnitDeleteDTO, localVarRequestOptions, configuration)
|
|
74
|
+
|
|
75
|
+
return {
|
|
76
|
+
url: toPathString(localVarUrlObj),
|
|
77
|
+
options: localVarRequestOptions,
|
|
78
|
+
};
|
|
79
|
+
},
|
|
38
80
|
/**
|
|
39
81
|
*
|
|
40
82
|
* @summary 设备告警
|
|
@@ -165,6 +207,19 @@ export const DeviceApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
165
207
|
export const DeviceApiFp = function(configuration?: Configuration) {
|
|
166
208
|
const localVarAxiosParamCreator = DeviceApiAxiosParamCreator(configuration)
|
|
167
209
|
return {
|
|
210
|
+
/**
|
|
211
|
+
*
|
|
212
|
+
* @summary 删除设备部件
|
|
213
|
+
* @param {IotDeviceUnitDeleteDTO} iotDeviceUnitDeleteDTO
|
|
214
|
+
* @param {*} [options] Override http request option.
|
|
215
|
+
* @throws {RequiredError}
|
|
216
|
+
*/
|
|
217
|
+
async _delete(iotDeviceUnitDeleteDTO: IotDeviceUnitDeleteDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
218
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator._delete(iotDeviceUnitDeleteDTO, options);
|
|
219
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
220
|
+
const localVarOperationServerBasePath = operationServerMap['DeviceApi._delete']?.[localVarOperationServerIndex]?.url;
|
|
221
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
222
|
+
},
|
|
168
223
|
/**
|
|
169
224
|
*
|
|
170
225
|
* @summary 设备告警
|
|
@@ -214,6 +269,16 @@ export const DeviceApiFp = function(configuration?: Configuration) {
|
|
|
214
269
|
export const DeviceApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
215
270
|
const localVarFp = DeviceApiFp(configuration)
|
|
216
271
|
return {
|
|
272
|
+
/**
|
|
273
|
+
*
|
|
274
|
+
* @summary 删除设备部件
|
|
275
|
+
* @param {DeviceApiDeleteRequest} requestParameters Request parameters.
|
|
276
|
+
* @param {*} [options] Override http request option.
|
|
277
|
+
* @throws {RequiredError}
|
|
278
|
+
*/
|
|
279
|
+
_delete(requestParameters: DeviceApiDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
280
|
+
return localVarFp._delete(requestParameters.iotDeviceUnitDeleteDTO, options).then((request) => request(axios, basePath));
|
|
281
|
+
},
|
|
217
282
|
/**
|
|
218
283
|
*
|
|
219
284
|
* @summary 设备告警
|
|
@@ -247,6 +312,20 @@ export const DeviceApiFactory = function (configuration?: Configuration, basePat
|
|
|
247
312
|
};
|
|
248
313
|
};
|
|
249
314
|
|
|
315
|
+
/**
|
|
316
|
+
* Request parameters for _delete operation in DeviceApi.
|
|
317
|
+
* @export
|
|
318
|
+
* @interface DeviceApiDeleteRequest
|
|
319
|
+
*/
|
|
320
|
+
export interface DeviceApiDeleteRequest {
|
|
321
|
+
/**
|
|
322
|
+
*
|
|
323
|
+
* @type {IotDeviceUnitDeleteDTO}
|
|
324
|
+
* @memberof DeviceApiDelete
|
|
325
|
+
*/
|
|
326
|
+
readonly iotDeviceUnitDeleteDTO: IotDeviceUnitDeleteDTO
|
|
327
|
+
}
|
|
328
|
+
|
|
250
329
|
/**
|
|
251
330
|
* Request parameters for deviceAlert operation in DeviceApi.
|
|
252
331
|
* @export
|
|
@@ -296,6 +375,18 @@ export interface DeviceApiSyncDeviceUnitRequest {
|
|
|
296
375
|
* @extends {BaseAPI}
|
|
297
376
|
*/
|
|
298
377
|
export class DeviceApi extends BaseAPI {
|
|
378
|
+
/**
|
|
379
|
+
*
|
|
380
|
+
* @summary 删除设备部件
|
|
381
|
+
* @param {DeviceApiDeleteRequest} requestParameters Request parameters.
|
|
382
|
+
* @param {*} [options] Override http request option.
|
|
383
|
+
* @throws {RequiredError}
|
|
384
|
+
* @memberof DeviceApi
|
|
385
|
+
*/
|
|
386
|
+
public _delete(requestParameters: DeviceApiDeleteRequest, options?: RawAxiosRequestConfig) {
|
|
387
|
+
return DeviceApiFp(this.configuration)._delete(requestParameters.iotDeviceUnitDeleteDTO, options).then((request) => request(this.axios, this.basePath));
|
|
388
|
+
}
|
|
389
|
+
|
|
299
390
|
/**
|
|
300
391
|
*
|
|
301
392
|
* @summary 设备告警
|