@gizone/rrs-client 4.2.9-alpha.527 → 4.2.9-alpha.538
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 +15 -0
- package/api.ts +1 -0
- package/apis/device-api.ts +91 -0
- package/apis/energy-cost-controller-api.ts +994 -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 +542 -0
- package/dist/apis/energy-cost-controller-api.js +751 -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 +542 -0
- package/dist/esm/apis/energy-cost-controller-api.js +744 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +160 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +36 -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-month-setting-list-vo.d.ts +102 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -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 +14 -0
- package/dist/esm/models/index.js +14 -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 +77 -0
- package/dist/esm/models/item.js +28 -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 +160 -0
- package/dist/models/energy-cost-add-record-dto.js +39 -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-month-setting-list-vo.d.ts +102 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/models/energy-cost-record-info-vo.js +39 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +35 -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 +14 -0
- package/dist/models/index.js +14 -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 +77 -0
- package/dist/models/item.js +31 -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 +174 -0
- package/models/energy-cost-add-setting-dto.ts +70 -0
- package/models/energy-cost-month-setting-list-vo.ts +108 -0
- package/models/energy-cost-record-info-vo.ts +246 -0
- package/models/energy-cost-scenarios-info-vo.ts +153 -0
- package/models/energy-cost-update-setting-dto.ts +70 -0
- package/models/index.ts +14 -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 +87 -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 +1050 -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,12 @@ 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-month-setting-list-vo.ts
|
|
155
|
+
models/energy-cost-record-info-vo.ts
|
|
156
|
+
models/energy-cost-scenarios-info-vo.ts
|
|
157
|
+
models/energy-cost-update-setting-dto.ts
|
|
151
158
|
models/equipment-add-redis-list-dto.ts
|
|
152
159
|
models/equipment-batch-supplier-vo.ts
|
|
153
160
|
models/equipment-detail-dto.ts
|
|
@@ -211,6 +218,9 @@ models/insurance-notice-vo.ts
|
|
|
211
218
|
models/insurance-work-order-issue-vo.ts
|
|
212
219
|
models/insurance-work-order-vo.ts
|
|
213
220
|
models/iot-device-status-enum.ts
|
|
221
|
+
models/iot-device-unit-delete-dto.ts
|
|
222
|
+
models/ipage-energy-cost-record-info-vo.ts
|
|
223
|
+
models/item.ts
|
|
214
224
|
models/json-result-access-appointment-record-details-dto.ts
|
|
215
225
|
models/json-result-access-blacklist-details-dto.ts
|
|
216
226
|
models/json-result-access-company-config-entity.ts
|
|
@@ -224,6 +234,7 @@ models/json-result-boolean.ts
|
|
|
224
234
|
models/json-result-calendar-entity.ts
|
|
225
235
|
models/json-result-dashboard-park-statistics-vo.ts
|
|
226
236
|
models/json-result-disaster-warning-standard-entity.ts
|
|
237
|
+
models/json-result-energy-cost-record-info-vo.ts
|
|
227
238
|
models/json-result-equipment-add-redis-list-dto.ts
|
|
228
239
|
models/json-result-equipment-detail-dto.ts
|
|
229
240
|
models/json-result-equipment-search-system-dto.ts
|
|
@@ -241,6 +252,7 @@ models/json-result-file-dto.ts
|
|
|
241
252
|
models/json-result-group-dept-vo.ts
|
|
242
253
|
models/json-result-inspection-standard-entity.ts
|
|
243
254
|
models/json-result-integer.ts
|
|
255
|
+
models/json-result-ipage-energy-cost-record-info-vo.ts
|
|
244
256
|
models/json-result-json-result-list-space-tree-dto.ts
|
|
245
257
|
models/json-result-list-access-appointment-record-process-details-dto.ts
|
|
246
258
|
models/json-result-list-access-company-config-entity.ts
|
|
@@ -260,6 +272,7 @@ models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts
|
|
|
260
272
|
models/json-result-list-dashboard-work-order-park-group-stats-vo.ts
|
|
261
273
|
models/json-result-list-dashboard-work-order-type-group-stats-vo.ts
|
|
262
274
|
models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts
|
|
275
|
+
models/json-result-list-energy-cost-month-setting-list-vo.ts
|
|
263
276
|
models/json-result-list-equipment-detail-dto.ts
|
|
264
277
|
models/json-result-list-equipment-qr-code-dto.ts
|
|
265
278
|
models/json-result-list-equipment-system-tree-dto.ts
|
|
@@ -292,6 +305,7 @@ models/json-result-list-work-order-spot-check-dto.ts
|
|
|
292
305
|
models/json-result-list-work-order-step-by-step-push-user-details-dto.ts
|
|
293
306
|
models/json-result-list-work-order-type-settings-entity.ts
|
|
294
307
|
models/json-result-maintenance-standard-entity.ts
|
|
308
|
+
models/json-result-map-string-object.ts
|
|
295
309
|
models/json-result-monitoring-coverage-alert-work-order-details-dto.ts
|
|
296
310
|
models/json-result-network-monitor-repair-details-dto.ts
|
|
297
311
|
models/json-result-notice-entity.ts
|
|
@@ -456,6 +470,7 @@ models/supplier-select-dto.ts
|
|
|
456
470
|
models/surveillance-batch-import-template-dto.ts
|
|
457
471
|
models/surveillance-count-dto.ts
|
|
458
472
|
models/surveillance-details-dto.ts
|
|
473
|
+
models/surveillance-entity.ts
|
|
459
474
|
models/surveillance-live-dto.ts
|
|
460
475
|
models/surveillance-point-vo.ts
|
|
461
476
|
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 设备告警
|