@gizone/rrs-client 4.2.0-alpha.381 → 4.2.0-alpha.383
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 +0 -2
- package/api.ts +0 -1
- package/apis/equipment-api.ts +0 -91
- package/apis/work-order-api.ts +5 -18
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/apis/equipment-api.d.ts +0 -47
- package/dist/apis/equipment-api.js +0 -70
- package/dist/apis/work-order-api.d.ts +2 -10
- package/dist/apis/work-order-api.js +5 -10
- package/dist/esm/api.d.ts +0 -1
- package/dist/esm/api.js +0 -1
- package/dist/esm/apis/equipment-api.d.ts +0 -47
- package/dist/esm/apis/equipment-api.js +0 -70
- package/dist/esm/apis/work-order-api.d.ts +2 -10
- package/dist/esm/apis/work-order-api.js +5 -10
- package/dist/esm/models/index.d.ts +0 -1
- package/dist/esm/models/index.js +0 -1
- package/dist/esm/models/login-type-enum.d.ts +0 -2
- package/dist/esm/models/login-type-enum.js +1 -3
- package/dist/esm/models/park-info-dto.d.ts +0 -12
- package/dist/esm/models/plan-search-dto.d.ts +0 -6
- package/dist/esm/models/space.d.ts +0 -12
- package/dist/esm/models/sys-post.d.ts +0 -6
- package/dist/esm/models/sys-role.d.ts +0 -6
- package/dist/esm/models/sys-user.d.ts +0 -13
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -1
- package/dist/models/login-type-enum.d.ts +0 -2
- package/dist/models/login-type-enum.js +1 -3
- package/dist/models/park-info-dto.d.ts +0 -12
- package/dist/models/plan-search-dto.d.ts +0 -6
- package/dist/models/space.d.ts +0 -12
- package/dist/models/sys-post.d.ts +0 -6
- package/dist/models/sys-role.d.ts +0 -6
- package/dist/models/sys-user.d.ts +0 -13
- package/models/index.ts +0 -1
- package/models/login-type-enum.ts +1 -3
- package/models/park-info-dto.ts +0 -12
- package/models/plan-search-dto.ts +0 -6
- package/models/space.ts +0 -12
- package/models/sys-post.ts +0 -6
- package/models/sys-role.ts +0 -6
- package/models/sys-user.ts +0 -17
- package/package.json +1 -1
- package/apis/hwork-api.ts +0 -167
- package/dist/apis/hwork-api.d.ts +0 -96
- package/dist/apis/hwork-api.js +0 -145
- package/dist/esm/apis/hwork-api.d.ts +0 -96
- package/dist/esm/apis/hwork-api.js +0 -138
- package/dist/esm/models/user-source-enum.d.ts +0 -21
- package/dist/esm/models/user-source-enum.js +0 -22
- package/dist/models/user-source-enum.d.ts +0 -21
- package/dist/models/user-source-enum.js +0 -25
- package/models/user-source-enum.ts +0 -31
package/.openapi-generator/FILES
CHANGED
|
@@ -13,7 +13,6 @@ apis/device-api.ts
|
|
|
13
13
|
apis/disaster-warning-standard-api.ts
|
|
14
14
|
apis/equipment-api.ts
|
|
15
15
|
apis/excel-language-controller-api.ts
|
|
16
|
-
apis/hwork-api.ts
|
|
17
16
|
apis/inspection-standard-api.ts
|
|
18
17
|
apis/internal-api.ts
|
|
19
18
|
apis/jwt-api.ts
|
|
@@ -459,7 +458,6 @@ models/user-excel-dto.ts
|
|
|
459
458
|
models/user-roles-and-permissions-dto.ts
|
|
460
459
|
models/user-settings-entity.ts
|
|
461
460
|
models/user-settings-update-bo.ts
|
|
462
|
-
models/user-source-enum.ts
|
|
463
461
|
models/user-whether-privacy-dto.ts
|
|
464
462
|
models/violation-center-attribute-enum.ts
|
|
465
463
|
models/violation-decision-vo.ts
|
package/api.ts
CHANGED
|
@@ -24,7 +24,6 @@ export * from './apis/device-api';
|
|
|
24
24
|
export * from './apis/disaster-warning-standard-api';
|
|
25
25
|
export * from './apis/equipment-api';
|
|
26
26
|
export * from './apis/excel-language-controller-api';
|
|
27
|
-
export * from './apis/hwork-api';
|
|
28
27
|
export * from './apis/inspection-standard-api';
|
|
29
28
|
export * from './apis/internal-api';
|
|
30
29
|
export * from './apis/jwt-api';
|
package/apis/equipment-api.ts
CHANGED
|
@@ -64,8 +64,6 @@ import type { JsonResultListMaintenanceStandardEntity } from '../models';
|
|
|
64
64
|
// @ts-ignore
|
|
65
65
|
import type { JsonResultPageDtoEquipmentSearchSystemDTO } from '../models';
|
|
66
66
|
// @ts-ignore
|
|
67
|
-
import type { JsonResultVoid } from '../models';
|
|
68
|
-
// @ts-ignore
|
|
69
67
|
import type { ModelInteger } from '../models';
|
|
70
68
|
// @ts-ignore
|
|
71
69
|
import type { UserBatchImportUploadRequest } from '../models';
|
|
@@ -465,46 +463,6 @@ export const EquipmentApiAxiosParamCreator = function (configuration?: Configura
|
|
|
465
463
|
options: localVarRequestOptions,
|
|
466
464
|
};
|
|
467
465
|
},
|
|
468
|
-
/**
|
|
469
|
-
*
|
|
470
|
-
* @summary 批量删除设备
|
|
471
|
-
* @param {Array<number>} requestBody
|
|
472
|
-
* @param {*} [options] Override http request option.
|
|
473
|
-
* @throws {RequiredError}
|
|
474
|
-
*/
|
|
475
|
-
equipmentBatchDelete: async (requestBody: Array<number>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
476
|
-
// verify required parameter 'requestBody' is not null or undefined
|
|
477
|
-
assertParamExists('equipmentBatchDelete', 'requestBody', requestBody)
|
|
478
|
-
const localVarPath = `/gizone/equipment/batch`;
|
|
479
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
480
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
481
|
-
let baseOptions;
|
|
482
|
-
if (configuration) {
|
|
483
|
-
baseOptions = configuration.baseOptions;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
487
|
-
const localVarHeaderParameter = {} as any;
|
|
488
|
-
const localVarQueryParameter = {} as any;
|
|
489
|
-
|
|
490
|
-
// authentication tokenScheme required
|
|
491
|
-
// http bearer authentication required
|
|
492
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
497
|
-
|
|
498
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
499
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
500
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
501
|
-
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration)
|
|
502
|
-
|
|
503
|
-
return {
|
|
504
|
-
url: toPathString(localVarUrlObj),
|
|
505
|
-
options: localVarRequestOptions,
|
|
506
|
-
};
|
|
507
|
-
},
|
|
508
466
|
/**
|
|
509
467
|
*
|
|
510
468
|
* @summary Excel模板
|
|
@@ -1449,19 +1407,6 @@ export const EquipmentApiFp = function(configuration?: Configuration) {
|
|
|
1449
1407
|
const localVarOperationServerBasePath = operationServerMap['EquipmentApi.equipmentAddRedisList']?.[localVarOperationServerIndex]?.url;
|
|
1450
1408
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1451
1409
|
},
|
|
1452
|
-
/**
|
|
1453
|
-
*
|
|
1454
|
-
* @summary 批量删除设备
|
|
1455
|
-
* @param {Array<number>} requestBody
|
|
1456
|
-
* @param {*} [options] Override http request option.
|
|
1457
|
-
* @throws {RequiredError}
|
|
1458
|
-
*/
|
|
1459
|
-
async equipmentBatchDelete(requestBody: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
1460
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.equipmentBatchDelete(requestBody, options);
|
|
1461
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1462
|
-
const localVarOperationServerBasePath = operationServerMap['EquipmentApi.equipmentBatchDelete']?.[localVarOperationServerIndex]?.url;
|
|
1463
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1464
|
-
},
|
|
1465
1410
|
/**
|
|
1466
1411
|
*
|
|
1467
1412
|
* @summary Excel模板
|
|
@@ -1814,16 +1759,6 @@ export const EquipmentApiFactory = function (configuration?: Configuration, base
|
|
|
1814
1759
|
equipmentAddRedisList(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEquipmentAddRedisListDTO> {
|
|
1815
1760
|
return localVarFp.equipmentAddRedisList(options).then((request) => request(axios, basePath));
|
|
1816
1761
|
},
|
|
1817
|
-
/**
|
|
1818
|
-
*
|
|
1819
|
-
* @summary 批量删除设备
|
|
1820
|
-
* @param {EquipmentApiEquipmentBatchDeleteRequest} requestParameters Request parameters.
|
|
1821
|
-
* @param {*} [options] Override http request option.
|
|
1822
|
-
* @throws {RequiredError}
|
|
1823
|
-
*/
|
|
1824
|
-
equipmentBatchDelete(requestParameters: EquipmentApiEquipmentBatchDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
1825
|
-
return localVarFp.equipmentBatchDelete(requestParameters.requestBody, options).then((request) => request(axios, basePath));
|
|
1826
|
-
},
|
|
1827
1762
|
/**
|
|
1828
1763
|
*
|
|
1829
1764
|
* @summary Excel模板
|
|
@@ -2107,20 +2042,6 @@ export interface EquipmentApiEditSystemRequest {
|
|
|
2107
2042
|
readonly equipmentSystemEditVo: EquipmentSystemEditVo
|
|
2108
2043
|
}
|
|
2109
2044
|
|
|
2110
|
-
/**
|
|
2111
|
-
* Request parameters for equipmentBatchDelete operation in EquipmentApi.
|
|
2112
|
-
* @export
|
|
2113
|
-
* @interface EquipmentApiEquipmentBatchDeleteRequest
|
|
2114
|
-
*/
|
|
2115
|
-
export interface EquipmentApiEquipmentBatchDeleteRequest {
|
|
2116
|
-
/**
|
|
2117
|
-
*
|
|
2118
|
-
* @type {Array<number>}
|
|
2119
|
-
* @memberof EquipmentApiEquipmentBatchDelete
|
|
2120
|
-
*/
|
|
2121
|
-
readonly requestBody: Array<number>
|
|
2122
|
-
}
|
|
2123
|
-
|
|
2124
2045
|
/**
|
|
2125
2046
|
* Request parameters for equipmentExportTemplate operation in EquipmentApi.
|
|
2126
2047
|
* @export
|
|
@@ -2631,18 +2552,6 @@ export class EquipmentApi extends BaseAPI {
|
|
|
2631
2552
|
return EquipmentApiFp(this.configuration).equipmentAddRedisList(options).then((request) => request(this.axios, this.basePath));
|
|
2632
2553
|
}
|
|
2633
2554
|
|
|
2634
|
-
/**
|
|
2635
|
-
*
|
|
2636
|
-
* @summary 批量删除设备
|
|
2637
|
-
* @param {EquipmentApiEquipmentBatchDeleteRequest} requestParameters Request parameters.
|
|
2638
|
-
* @param {*} [options] Override http request option.
|
|
2639
|
-
* @throws {RequiredError}
|
|
2640
|
-
* @memberof EquipmentApi
|
|
2641
|
-
*/
|
|
2642
|
-
public equipmentBatchDelete(requestParameters: EquipmentApiEquipmentBatchDeleteRequest, options?: RawAxiosRequestConfig) {
|
|
2643
|
-
return EquipmentApiFp(this.configuration).equipmentBatchDelete(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
2644
|
-
}
|
|
2645
|
-
|
|
2646
2555
|
/**
|
|
2647
2556
|
*
|
|
2648
2557
|
* @summary Excel模板
|
package/apis/work-order-api.ts
CHANGED
|
@@ -821,11 +821,10 @@ export const WorkOrderApiAxiosParamCreator = function (configuration?: Configura
|
|
|
821
821
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 执行周期
|
|
822
822
|
* @param {number} [state] 计划状态 1:启用 0:停用
|
|
823
823
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
824
|
-
* @param {Array<number>} [itemIds] 巡检点ID
|
|
825
824
|
* @param {*} [options] Override http request option.
|
|
826
825
|
* @throws {RequiredError}
|
|
827
826
|
*/
|
|
828
|
-
planList: async (parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>, planTypes?: Array<PlanListPlanTypesEnum>, repeats?: WorkOrderPlanRepeatsEnum, state?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>,
|
|
827
|
+
planList: async (parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>, planTypes?: Array<PlanListPlanTypesEnum>, repeats?: WorkOrderPlanRepeatsEnum, state?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
829
828
|
// verify required parameter 'parkId' is not null or undefined
|
|
830
829
|
assertParamExists('planList', 'parkId', parkId)
|
|
831
830
|
// verify required parameter 'page' is not null or undefined
|
|
@@ -884,10 +883,6 @@ export const WorkOrderApiAxiosParamCreator = function (configuration?: Configura
|
|
|
884
883
|
localVarQueryParameter['workOrderTypeSubcategories'] = workOrderTypeSubcategories;
|
|
885
884
|
}
|
|
886
885
|
|
|
887
|
-
if (itemIds) {
|
|
888
|
-
localVarQueryParameter['itemIds'] = itemIds;
|
|
889
|
-
}
|
|
890
|
-
|
|
891
886
|
|
|
892
887
|
|
|
893
888
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2959,12 +2954,11 @@ export const WorkOrderApiFp = function(configuration?: Configuration) {
|
|
|
2959
2954
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 执行周期
|
|
2960
2955
|
* @param {number} [state] 计划状态 1:启用 0:停用
|
|
2961
2956
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
2962
|
-
* @param {Array<number>} [itemIds] 巡检点ID
|
|
2963
2957
|
* @param {*} [options] Override http request option.
|
|
2964
2958
|
* @throws {RequiredError}
|
|
2965
2959
|
*/
|
|
2966
|
-
async planList(parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>, planTypes?: Array<PlanListPlanTypesEnum>, repeats?: WorkOrderPlanRepeatsEnum, state?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>,
|
|
2967
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.planList(parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories,
|
|
2960
|
+
async planList(parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>, planTypes?: Array<PlanListPlanTypesEnum>, repeats?: WorkOrderPlanRepeatsEnum, state?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoPlanSearchDTO>> {
|
|
2961
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.planList(parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories, options);
|
|
2968
2962
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2969
2963
|
const localVarOperationServerBasePath = operationServerMap['WorkOrderApi.planList']?.[localVarOperationServerIndex]?.url;
|
|
2970
2964
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -3716,7 +3710,7 @@ export const WorkOrderApiFactory = function (configuration?: Configuration, base
|
|
|
3716
3710
|
* @throws {RequiredError}
|
|
3717
3711
|
*/
|
|
3718
3712
|
planList(requestParameters: WorkOrderApiPlanListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoPlanSearchDTO> {
|
|
3719
|
-
return localVarFp.planList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.planName, requestParameters.deptIds, requestParameters.planTypes, requestParameters.repeats, requestParameters.state, requestParameters.workOrderTypeSubcategories,
|
|
3713
|
+
return localVarFp.planList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.planName, requestParameters.deptIds, requestParameters.planTypes, requestParameters.repeats, requestParameters.state, requestParameters.workOrderTypeSubcategories, options).then((request) => request(axios, basePath));
|
|
3720
3714
|
},
|
|
3721
3715
|
/**
|
|
3722
3716
|
*
|
|
@@ -4506,13 +4500,6 @@ export interface WorkOrderApiPlanListRequest {
|
|
|
4506
4500
|
* @memberof WorkOrderApiPlanList
|
|
4507
4501
|
*/
|
|
4508
4502
|
readonly workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>
|
|
4509
|
-
|
|
4510
|
-
/**
|
|
4511
|
-
* 巡检点ID
|
|
4512
|
-
* @type {Array<number>}
|
|
4513
|
-
* @memberof WorkOrderApiPlanList
|
|
4514
|
-
*/
|
|
4515
|
-
readonly itemIds?: Array<number>
|
|
4516
4503
|
}
|
|
4517
4504
|
|
|
4518
4505
|
/**
|
|
@@ -5600,7 +5587,7 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
5600
5587
|
* @memberof WorkOrderApi
|
|
5601
5588
|
*/
|
|
5602
5589
|
public planList(requestParameters: WorkOrderApiPlanListRequest, options?: RawAxiosRequestConfig) {
|
|
5603
|
-
return WorkOrderApiFp(this.configuration).planList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.planName, requestParameters.deptIds, requestParameters.planTypes, requestParameters.repeats, requestParameters.state, requestParameters.workOrderTypeSubcategories,
|
|
5590
|
+
return WorkOrderApiFp(this.configuration).planList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.planName, requestParameters.deptIds, requestParameters.planTypes, requestParameters.repeats, requestParameters.state, requestParameters.workOrderTypeSubcategories, options).then((request) => request(this.axios, this.basePath));
|
|
5604
5591
|
}
|
|
5605
5592
|
|
|
5606
5593
|
/**
|
package/dist/api.d.ts
CHANGED
|
@@ -19,7 +19,6 @@ export * from './apis/device-api';
|
|
|
19
19
|
export * from './apis/disaster-warning-standard-api';
|
|
20
20
|
export * from './apis/equipment-api';
|
|
21
21
|
export * from './apis/excel-language-controller-api';
|
|
22
|
-
export * from './apis/hwork-api';
|
|
23
22
|
export * from './apis/inspection-standard-api';
|
|
24
23
|
export * from './apis/internal-api';
|
|
25
24
|
export * from './apis/jwt-api';
|
package/dist/api.js
CHANGED
|
@@ -37,7 +37,6 @@ __exportStar(require("./apis/device-api"), exports);
|
|
|
37
37
|
__exportStar(require("./apis/disaster-warning-standard-api"), exports);
|
|
38
38
|
__exportStar(require("./apis/equipment-api"), exports);
|
|
39
39
|
__exportStar(require("./apis/excel-language-controller-api"), exports);
|
|
40
|
-
__exportStar(require("./apis/hwork-api"), exports);
|
|
41
40
|
__exportStar(require("./apis/inspection-standard-api"), exports);
|
|
42
41
|
__exportStar(require("./apis/internal-api"), exports);
|
|
43
42
|
__exportStar(require("./apis/jwt-api"), exports);
|
|
@@ -33,7 +33,6 @@ import type { JsonResultListEquipmentSystemTreeDTO } from '../models';
|
|
|
33
33
|
import type { JsonResultListEquipmentTreeDTO } from '../models';
|
|
34
34
|
import type { JsonResultListMaintenanceStandardEntity } from '../models';
|
|
35
35
|
import type { JsonResultPageDtoEquipmentSearchSystemDTO } from '../models';
|
|
36
|
-
import type { JsonResultVoid } from '../models';
|
|
37
36
|
import type { ModelInteger } from '../models';
|
|
38
37
|
import type { UserBatchImportUploadRequest } from '../models';
|
|
39
38
|
/**
|
|
@@ -119,14 +118,6 @@ export declare const EquipmentApiAxiosParamCreator: (configuration?: Configurati
|
|
|
119
118
|
* @throws {RequiredError}
|
|
120
119
|
*/
|
|
121
120
|
equipmentAddRedisList: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
122
|
-
/**
|
|
123
|
-
*
|
|
124
|
-
* @summary 批量删除设备
|
|
125
|
-
* @param {Array<number>} requestBody
|
|
126
|
-
* @param {*} [options] Override http request option.
|
|
127
|
-
* @throws {RequiredError}
|
|
128
|
-
*/
|
|
129
|
-
equipmentBatchDelete: (requestBody: Array<number>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
130
121
|
/**
|
|
131
122
|
*
|
|
132
123
|
* @summary Excel模板
|
|
@@ -370,14 +361,6 @@ export declare const EquipmentApiFp: (configuration?: Configuration) => {
|
|
|
370
361
|
* @throws {RequiredError}
|
|
371
362
|
*/
|
|
372
363
|
equipmentAddRedisList(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEquipmentAddRedisListDTO>>;
|
|
373
|
-
/**
|
|
374
|
-
*
|
|
375
|
-
* @summary 批量删除设备
|
|
376
|
-
* @param {Array<number>} requestBody
|
|
377
|
-
* @param {*} [options] Override http request option.
|
|
378
|
-
* @throws {RequiredError}
|
|
379
|
-
*/
|
|
380
|
-
equipmentBatchDelete(requestBody: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
381
364
|
/**
|
|
382
365
|
*
|
|
383
366
|
* @summary Excel模板
|
|
@@ -621,14 +604,6 @@ export declare const EquipmentApiFactory: (configuration?: Configuration, basePa
|
|
|
621
604
|
* @throws {RequiredError}
|
|
622
605
|
*/
|
|
623
606
|
equipmentAddRedisList(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEquipmentAddRedisListDTO>;
|
|
624
|
-
/**
|
|
625
|
-
*
|
|
626
|
-
* @summary 批量删除设备
|
|
627
|
-
* @param {EquipmentApiEquipmentBatchDeleteRequest} requestParameters Request parameters.
|
|
628
|
-
* @param {*} [options] Override http request option.
|
|
629
|
-
* @throws {RequiredError}
|
|
630
|
-
*/
|
|
631
|
-
equipmentBatchDelete(requestParameters: EquipmentApiEquipmentBatchDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
632
607
|
/**
|
|
633
608
|
*
|
|
634
609
|
* @summary Excel模板
|
|
@@ -868,19 +843,6 @@ export interface EquipmentApiEditSystemRequest {
|
|
|
868
843
|
*/
|
|
869
844
|
readonly equipmentSystemEditVo: EquipmentSystemEditVo;
|
|
870
845
|
}
|
|
871
|
-
/**
|
|
872
|
-
* Request parameters for equipmentBatchDelete operation in EquipmentApi.
|
|
873
|
-
* @export
|
|
874
|
-
* @interface EquipmentApiEquipmentBatchDeleteRequest
|
|
875
|
-
*/
|
|
876
|
-
export interface EquipmentApiEquipmentBatchDeleteRequest {
|
|
877
|
-
/**
|
|
878
|
-
*
|
|
879
|
-
* @type {Array<number>}
|
|
880
|
-
* @memberof EquipmentApiEquipmentBatchDelete
|
|
881
|
-
*/
|
|
882
|
-
readonly requestBody: Array<number>;
|
|
883
|
-
}
|
|
884
846
|
/**
|
|
885
847
|
* Request parameters for equipmentExportTemplate operation in EquipmentApi.
|
|
886
848
|
* @export
|
|
@@ -1321,15 +1283,6 @@ export declare class EquipmentApi extends BaseAPI {
|
|
|
1321
1283
|
* @memberof EquipmentApi
|
|
1322
1284
|
*/
|
|
1323
1285
|
equipmentAddRedisList(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEquipmentAddRedisListDTO, any>>;
|
|
1324
|
-
/**
|
|
1325
|
-
*
|
|
1326
|
-
* @summary 批量删除设备
|
|
1327
|
-
* @param {EquipmentApiEquipmentBatchDeleteRequest} requestParameters Request parameters.
|
|
1328
|
-
* @param {*} [options] Override http request option.
|
|
1329
|
-
* @throws {RequiredError}
|
|
1330
|
-
* @memberof EquipmentApi
|
|
1331
|
-
*/
|
|
1332
|
-
equipmentBatchDelete(requestParameters: EquipmentApiEquipmentBatchDeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
1333
1286
|
/**
|
|
1334
1287
|
*
|
|
1335
1288
|
* @summary Excel模板
|
|
@@ -357,39 +357,6 @@ const EquipmentApiAxiosParamCreator = function (configuration) {
|
|
|
357
357
|
options: localVarRequestOptions,
|
|
358
358
|
};
|
|
359
359
|
}),
|
|
360
|
-
/**
|
|
361
|
-
*
|
|
362
|
-
* @summary 批量删除设备
|
|
363
|
-
* @param {Array<number>} requestBody
|
|
364
|
-
* @param {*} [options] Override http request option.
|
|
365
|
-
* @throws {RequiredError}
|
|
366
|
-
*/
|
|
367
|
-
equipmentBatchDelete: (requestBody_1, ...args_1) => __awaiter(this, [requestBody_1, ...args_1], void 0, function* (requestBody, options = {}) {
|
|
368
|
-
// verify required parameter 'requestBody' is not null or undefined
|
|
369
|
-
(0, common_1.assertParamExists)('equipmentBatchDelete', 'requestBody', requestBody);
|
|
370
|
-
const localVarPath = `/gizone/equipment/batch`;
|
|
371
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
372
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
373
|
-
let baseOptions;
|
|
374
|
-
if (configuration) {
|
|
375
|
-
baseOptions = configuration.baseOptions;
|
|
376
|
-
}
|
|
377
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
378
|
-
const localVarHeaderParameter = {};
|
|
379
|
-
const localVarQueryParameter = {};
|
|
380
|
-
// authentication tokenScheme required
|
|
381
|
-
// http bearer authentication required
|
|
382
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
383
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
384
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
385
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
386
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
387
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(requestBody, localVarRequestOptions, configuration);
|
|
388
|
-
return {
|
|
389
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
390
|
-
options: localVarRequestOptions,
|
|
391
|
-
};
|
|
392
|
-
}),
|
|
393
360
|
/**
|
|
394
361
|
*
|
|
395
362
|
* @summary Excel模板
|
|
@@ -1223,22 +1190,6 @@ const EquipmentApiFp = function (configuration) {
|
|
|
1223
1190
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1224
1191
|
});
|
|
1225
1192
|
},
|
|
1226
|
-
/**
|
|
1227
|
-
*
|
|
1228
|
-
* @summary 批量删除设备
|
|
1229
|
-
* @param {Array<number>} requestBody
|
|
1230
|
-
* @param {*} [options] Override http request option.
|
|
1231
|
-
* @throws {RequiredError}
|
|
1232
|
-
*/
|
|
1233
|
-
equipmentBatchDelete(requestBody, options) {
|
|
1234
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1235
|
-
var _a, _b, _c;
|
|
1236
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.equipmentBatchDelete(requestBody, options);
|
|
1237
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1238
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EquipmentApi.equipmentBatchDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1239
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1240
|
-
});
|
|
1241
|
-
},
|
|
1242
1193
|
/**
|
|
1243
1194
|
*
|
|
1244
1195
|
* @summary Excel模板
|
|
@@ -1642,16 +1593,6 @@ const EquipmentApiFactory = function (configuration, basePath, axios) {
|
|
|
1642
1593
|
equipmentAddRedisList(options) {
|
|
1643
1594
|
return localVarFp.equipmentAddRedisList(options).then((request) => request(axios, basePath));
|
|
1644
1595
|
},
|
|
1645
|
-
/**
|
|
1646
|
-
*
|
|
1647
|
-
* @summary 批量删除设备
|
|
1648
|
-
* @param {EquipmentApiEquipmentBatchDeleteRequest} requestParameters Request parameters.
|
|
1649
|
-
* @param {*} [options] Override http request option.
|
|
1650
|
-
* @throws {RequiredError}
|
|
1651
|
-
*/
|
|
1652
|
-
equipmentBatchDelete(requestParameters, options) {
|
|
1653
|
-
return localVarFp.equipmentBatchDelete(requestParameters.requestBody, options).then((request) => request(axios, basePath));
|
|
1654
|
-
},
|
|
1655
1596
|
/**
|
|
1656
1597
|
*
|
|
1657
1598
|
* @summary Excel模板
|
|
@@ -1938,17 +1879,6 @@ class EquipmentApi extends base_1.BaseAPI {
|
|
|
1938
1879
|
equipmentAddRedisList(options) {
|
|
1939
1880
|
return (0, exports.EquipmentApiFp)(this.configuration).equipmentAddRedisList(options).then((request) => request(this.axios, this.basePath));
|
|
1940
1881
|
}
|
|
1941
|
-
/**
|
|
1942
|
-
*
|
|
1943
|
-
* @summary 批量删除设备
|
|
1944
|
-
* @param {EquipmentApiEquipmentBatchDeleteRequest} requestParameters Request parameters.
|
|
1945
|
-
* @param {*} [options] Override http request option.
|
|
1946
|
-
* @throws {RequiredError}
|
|
1947
|
-
* @memberof EquipmentApi
|
|
1948
|
-
*/
|
|
1949
|
-
equipmentBatchDelete(requestParameters, options) {
|
|
1950
|
-
return (0, exports.EquipmentApiFp)(this.configuration).equipmentBatchDelete(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
1951
|
-
}
|
|
1952
1882
|
/**
|
|
1953
1883
|
*
|
|
1954
1884
|
* @summary Excel模板
|
|
@@ -219,11 +219,10 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
219
219
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 执行周期
|
|
220
220
|
* @param {number} [state] 计划状态 1:启用 0:停用
|
|
221
221
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
222
|
-
* @param {Array<number>} [itemIds] 巡检点ID
|
|
223
222
|
* @param {*} [options] Override http request option.
|
|
224
223
|
* @throws {RequiredError}
|
|
225
224
|
*/
|
|
226
|
-
planList: (parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>, planTypes?: Array<PlanListPlanTypesEnum>, repeats?: WorkOrderPlanRepeatsEnum, state?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>,
|
|
225
|
+
planList: (parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>, planTypes?: Array<PlanListPlanTypesEnum>, repeats?: WorkOrderPlanRepeatsEnum, state?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
227
226
|
/**
|
|
228
227
|
*
|
|
229
228
|
* @summary 处理报事报修工单
|
|
@@ -750,11 +749,10 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
750
749
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 执行周期
|
|
751
750
|
* @param {number} [state] 计划状态 1:启用 0:停用
|
|
752
751
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
753
|
-
* @param {Array<number>} [itemIds] 巡检点ID
|
|
754
752
|
* @param {*} [options] Override http request option.
|
|
755
753
|
* @throws {RequiredError}
|
|
756
754
|
*/
|
|
757
|
-
planList(parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>, planTypes?: Array<PlanListPlanTypesEnum>, repeats?: WorkOrderPlanRepeatsEnum, state?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>,
|
|
755
|
+
planList(parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>, planTypes?: Array<PlanListPlanTypesEnum>, repeats?: WorkOrderPlanRepeatsEnum, state?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoPlanSearchDTO>>;
|
|
758
756
|
/**
|
|
759
757
|
*
|
|
760
758
|
* @summary 处理报事报修工单
|
|
@@ -1930,12 +1928,6 @@ export interface WorkOrderApiPlanListRequest {
|
|
|
1930
1928
|
* @memberof WorkOrderApiPlanList
|
|
1931
1929
|
*/
|
|
1932
1930
|
readonly workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>;
|
|
1933
|
-
/**
|
|
1934
|
-
* 巡检点ID
|
|
1935
|
-
* @type {Array<number>}
|
|
1936
|
-
* @memberof WorkOrderApiPlanList
|
|
1937
|
-
*/
|
|
1938
|
-
readonly itemIds?: Array<number>;
|
|
1939
1931
|
}
|
|
1940
1932
|
/**
|
|
1941
1933
|
* Request parameters for processWorkOrder operation in WorkOrderApi.
|
|
@@ -602,11 +602,10 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
602
602
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 执行周期
|
|
603
603
|
* @param {number} [state] 计划状态 1:启用 0:停用
|
|
604
604
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
605
|
-
* @param {Array<number>} [itemIds] 巡检点ID
|
|
606
605
|
* @param {*} [options] Override http request option.
|
|
607
606
|
* @throws {RequiredError}
|
|
608
607
|
*/
|
|
609
|
-
planList: (parkId_1, page_1, pageSize_1, planName_1, deptIds_1, planTypes_1, repeats_1, state_1, workOrderTypeSubcategories_1,
|
|
608
|
+
planList: (parkId_1, page_1, pageSize_1, planName_1, deptIds_1, planTypes_1, repeats_1, state_1, workOrderTypeSubcategories_1, ...args_1) => __awaiter(this, [parkId_1, page_1, pageSize_1, planName_1, deptIds_1, planTypes_1, repeats_1, state_1, workOrderTypeSubcategories_1, ...args_1], void 0, function* (parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories, options = {}) {
|
|
610
609
|
// verify required parameter 'parkId' is not null or undefined
|
|
611
610
|
(0, common_1.assertParamExists)('planList', 'parkId', parkId);
|
|
612
611
|
// verify required parameter 'page' is not null or undefined
|
|
@@ -653,9 +652,6 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
653
652
|
if (workOrderTypeSubcategories) {
|
|
654
653
|
localVarQueryParameter['workOrderTypeSubcategories'] = workOrderTypeSubcategories;
|
|
655
654
|
}
|
|
656
|
-
if (itemIds) {
|
|
657
|
-
localVarQueryParameter['itemIds'] = itemIds;
|
|
658
|
-
}
|
|
659
655
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
660
656
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
661
657
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2467,14 +2463,13 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2467
2463
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 执行周期
|
|
2468
2464
|
* @param {number} [state] 计划状态 1:启用 0:停用
|
|
2469
2465
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
2470
|
-
* @param {Array<number>} [itemIds] 巡检点ID
|
|
2471
2466
|
* @param {*} [options] Override http request option.
|
|
2472
2467
|
* @throws {RequiredError}
|
|
2473
2468
|
*/
|
|
2474
|
-
planList(parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories,
|
|
2469
|
+
planList(parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories, options) {
|
|
2475
2470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2476
2471
|
var _a, _b, _c;
|
|
2477
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.planList(parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories,
|
|
2472
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.planList(parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories, options);
|
|
2478
2473
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2479
2474
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.planList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2480
2475
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -3350,7 +3345,7 @@ const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
3350
3345
|
* @throws {RequiredError}
|
|
3351
3346
|
*/
|
|
3352
3347
|
planList(requestParameters, options) {
|
|
3353
|
-
return localVarFp.planList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.planName, requestParameters.deptIds, requestParameters.planTypes, requestParameters.repeats, requestParameters.state, requestParameters.workOrderTypeSubcategories,
|
|
3348
|
+
return localVarFp.planList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.planName, requestParameters.deptIds, requestParameters.planTypes, requestParameters.repeats, requestParameters.state, requestParameters.workOrderTypeSubcategories, options).then((request) => request(axios, basePath));
|
|
3354
3349
|
},
|
|
3355
3350
|
/**
|
|
3356
3351
|
*
|
|
@@ -3945,7 +3940,7 @@ class WorkOrderApi extends base_1.BaseAPI {
|
|
|
3945
3940
|
* @memberof WorkOrderApi
|
|
3946
3941
|
*/
|
|
3947
3942
|
planList(requestParameters, options) {
|
|
3948
|
-
return (0, exports.WorkOrderApiFp)(this.configuration).planList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.planName, requestParameters.deptIds, requestParameters.planTypes, requestParameters.repeats, requestParameters.state, requestParameters.workOrderTypeSubcategories,
|
|
3943
|
+
return (0, exports.WorkOrderApiFp)(this.configuration).planList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.planName, requestParameters.deptIds, requestParameters.planTypes, requestParameters.repeats, requestParameters.state, requestParameters.workOrderTypeSubcategories, options).then((request) => request(this.axios, this.basePath));
|
|
3949
3944
|
}
|
|
3950
3945
|
/**
|
|
3951
3946
|
*
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -19,7 +19,6 @@ export * from './apis/device-api';
|
|
|
19
19
|
export * from './apis/disaster-warning-standard-api';
|
|
20
20
|
export * from './apis/equipment-api';
|
|
21
21
|
export * from './apis/excel-language-controller-api';
|
|
22
|
-
export * from './apis/hwork-api';
|
|
23
22
|
export * from './apis/inspection-standard-api';
|
|
24
23
|
export * from './apis/internal-api';
|
|
25
24
|
export * from './apis/jwt-api';
|
package/dist/esm/api.js
CHANGED
|
@@ -21,7 +21,6 @@ export * from './apis/device-api';
|
|
|
21
21
|
export * from './apis/disaster-warning-standard-api';
|
|
22
22
|
export * from './apis/equipment-api';
|
|
23
23
|
export * from './apis/excel-language-controller-api';
|
|
24
|
-
export * from './apis/hwork-api';
|
|
25
24
|
export * from './apis/inspection-standard-api';
|
|
26
25
|
export * from './apis/internal-api';
|
|
27
26
|
export * from './apis/jwt-api';
|
|
@@ -33,7 +33,6 @@ import type { JsonResultListEquipmentSystemTreeDTO } from '../models';
|
|
|
33
33
|
import type { JsonResultListEquipmentTreeDTO } from '../models';
|
|
34
34
|
import type { JsonResultListMaintenanceStandardEntity } from '../models';
|
|
35
35
|
import type { JsonResultPageDtoEquipmentSearchSystemDTO } from '../models';
|
|
36
|
-
import type { JsonResultVoid } from '../models';
|
|
37
36
|
import type { ModelInteger } from '../models';
|
|
38
37
|
import type { UserBatchImportUploadRequest } from '../models';
|
|
39
38
|
/**
|
|
@@ -119,14 +118,6 @@ export declare const EquipmentApiAxiosParamCreator: (configuration?: Configurati
|
|
|
119
118
|
* @throws {RequiredError}
|
|
120
119
|
*/
|
|
121
120
|
equipmentAddRedisList: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
122
|
-
/**
|
|
123
|
-
*
|
|
124
|
-
* @summary 批量删除设备
|
|
125
|
-
* @param {Array<number>} requestBody
|
|
126
|
-
* @param {*} [options] Override http request option.
|
|
127
|
-
* @throws {RequiredError}
|
|
128
|
-
*/
|
|
129
|
-
equipmentBatchDelete: (requestBody: Array<number>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
130
121
|
/**
|
|
131
122
|
*
|
|
132
123
|
* @summary Excel模板
|
|
@@ -370,14 +361,6 @@ export declare const EquipmentApiFp: (configuration?: Configuration) => {
|
|
|
370
361
|
* @throws {RequiredError}
|
|
371
362
|
*/
|
|
372
363
|
equipmentAddRedisList(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEquipmentAddRedisListDTO>>;
|
|
373
|
-
/**
|
|
374
|
-
*
|
|
375
|
-
* @summary 批量删除设备
|
|
376
|
-
* @param {Array<number>} requestBody
|
|
377
|
-
* @param {*} [options] Override http request option.
|
|
378
|
-
* @throws {RequiredError}
|
|
379
|
-
*/
|
|
380
|
-
equipmentBatchDelete(requestBody: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
381
364
|
/**
|
|
382
365
|
*
|
|
383
366
|
* @summary Excel模板
|
|
@@ -621,14 +604,6 @@ export declare const EquipmentApiFactory: (configuration?: Configuration, basePa
|
|
|
621
604
|
* @throws {RequiredError}
|
|
622
605
|
*/
|
|
623
606
|
equipmentAddRedisList(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEquipmentAddRedisListDTO>;
|
|
624
|
-
/**
|
|
625
|
-
*
|
|
626
|
-
* @summary 批量删除设备
|
|
627
|
-
* @param {EquipmentApiEquipmentBatchDeleteRequest} requestParameters Request parameters.
|
|
628
|
-
* @param {*} [options] Override http request option.
|
|
629
|
-
* @throws {RequiredError}
|
|
630
|
-
*/
|
|
631
|
-
equipmentBatchDelete(requestParameters: EquipmentApiEquipmentBatchDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
632
607
|
/**
|
|
633
608
|
*
|
|
634
609
|
* @summary Excel模板
|
|
@@ -868,19 +843,6 @@ export interface EquipmentApiEditSystemRequest {
|
|
|
868
843
|
*/
|
|
869
844
|
readonly equipmentSystemEditVo: EquipmentSystemEditVo;
|
|
870
845
|
}
|
|
871
|
-
/**
|
|
872
|
-
* Request parameters for equipmentBatchDelete operation in EquipmentApi.
|
|
873
|
-
* @export
|
|
874
|
-
* @interface EquipmentApiEquipmentBatchDeleteRequest
|
|
875
|
-
*/
|
|
876
|
-
export interface EquipmentApiEquipmentBatchDeleteRequest {
|
|
877
|
-
/**
|
|
878
|
-
*
|
|
879
|
-
* @type {Array<number>}
|
|
880
|
-
* @memberof EquipmentApiEquipmentBatchDelete
|
|
881
|
-
*/
|
|
882
|
-
readonly requestBody: Array<number>;
|
|
883
|
-
}
|
|
884
846
|
/**
|
|
885
847
|
* Request parameters for equipmentExportTemplate operation in EquipmentApi.
|
|
886
848
|
* @export
|
|
@@ -1321,15 +1283,6 @@ export declare class EquipmentApi extends BaseAPI {
|
|
|
1321
1283
|
* @memberof EquipmentApi
|
|
1322
1284
|
*/
|
|
1323
1285
|
equipmentAddRedisList(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEquipmentAddRedisListDTO, any>>;
|
|
1324
|
-
/**
|
|
1325
|
-
*
|
|
1326
|
-
* @summary 批量删除设备
|
|
1327
|
-
* @param {EquipmentApiEquipmentBatchDeleteRequest} requestParameters Request parameters.
|
|
1328
|
-
* @param {*} [options] Override http request option.
|
|
1329
|
-
* @throws {RequiredError}
|
|
1330
|
-
* @memberof EquipmentApi
|
|
1331
|
-
*/
|
|
1332
|
-
equipmentBatchDelete(requestParameters: EquipmentApiEquipmentBatchDeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
1333
1286
|
/**
|
|
1334
1287
|
*
|
|
1335
1288
|
* @summary Excel模板
|