@gizone/rrs-client 4.1.2-alpha.180 → 4.1.2-alpha.182
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 +1 -18
- package/api.ts +0 -1
- package/apis/equipment-api.ts +91 -0
- package/apis/open-api-api.ts +0 -312
- package/apis/space-api.ts +118 -4
- package/apis/work-order-api.ts +0 -103
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/apis/equipment-api.d.ts +47 -0
- package/dist/apis/equipment-api.js +70 -0
- package/dist/apis/open-api-api.d.ts +0 -166
- package/dist/apis/open-api-api.js +0 -226
- package/dist/apis/space-api.d.ts +65 -4
- package/dist/apis/space-api.js +81 -0
- package/dist/apis/work-order-api.d.ts +0 -55
- package/dist/apis/work-order-api.js +0 -75
- package/dist/esm/api.d.ts +0 -1
- package/dist/esm/api.js +0 -1
- package/dist/esm/apis/equipment-api.d.ts +47 -0
- package/dist/esm/apis/equipment-api.js +70 -0
- package/dist/esm/apis/open-api-api.d.ts +0 -166
- package/dist/esm/apis/open-api-api.js +1 -227
- package/dist/esm/apis/space-api.d.ts +65 -4
- package/dist/esm/apis/space-api.js +81 -0
- package/dist/esm/apis/work-order-api.d.ts +0 -55
- package/dist/esm/apis/work-order-api.js +0 -75
- package/dist/esm/models/equipment-detail-dto.d.ts +3 -23
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +2 -3
- package/dist/esm/models/equipment-edit-vo.d.ts +3 -17
- package/dist/esm/models/equipment-search-system-dto.d.ts +3 -23
- package/dist/esm/models/equipment-search-vo.d.ts +3 -4
- package/dist/esm/models/equipment-tree-details-dto.d.ts +3 -23
- package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/index.d.ts +1 -17
- package/dist/esm/models/index.js +1 -17
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -6
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -13
- package/dist/esm/models/park-info-dto.d.ts +0 -6
- package/dist/esm/models/result-code.d.ts +0 -1
- package/dist/esm/models/result-code.js +0 -1
- package/dist/esm/models/space-add-excel-dto.d.ts +10 -28
- package/dist/esm/models/space-add-vo.d.ts +9 -22
- package/dist/esm/models/space-detail-dto.d.ts +3 -16
- package/dist/esm/models/space-edit-vo.d.ts +3 -16
- package/dist/{models/space-industry-attribute-enum.d.ts → esm/models/space-industry-attribute.d.ts} +2 -2
- package/dist/esm/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +1 -1
- package/dist/esm/models/space-tree-dto.d.ts +3 -16
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/sync-equipment-vo.d.ts +174 -13
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -1
- package/dist/esm/models/system-user-msg-source-type-enum.js +1 -2
- package/dist/esm/models/work-order-ext-data.d.ts +0 -7
- package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -2
- package/dist/esm/models/work-order-internal-status-enum.js +1 -3
- package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -10
- package/dist/esm/models/work-order-issue-type-enum.js +1 -11
- package/dist/esm/models/work-order-report-vo.d.ts +1 -8
- package/dist/esm/models/work-order-settings-type-enum.d.ts +0 -1
- package/dist/esm/models/work-order-settings-type-enum.js +1 -2
- package/dist/esm/models/work-order-source-enum.d.ts +1 -1
- package/dist/esm/models/work-order-source-enum.js +1 -1
- package/dist/esm/models/work-order-type-enum.d.ts +0 -1
- package/dist/esm/models/work-order-type-enum.js +1 -2
- package/dist/models/equipment-detail-dto.d.ts +3 -23
- package/dist/models/equipment-edit-batch-vo.d.ts +2 -3
- package/dist/models/equipment-edit-vo.d.ts +3 -17
- package/dist/models/equipment-search-system-dto.d.ts +3 -23
- package/dist/models/equipment-search-vo.d.ts +3 -4
- package/dist/models/equipment-tree-details-dto.d.ts +3 -23
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- package/dist/models/index.d.ts +1 -17
- package/dist/models/index.js +1 -17
- package/dist/models/network-monitor-repair-add-vo.d.ts +0 -6
- package/dist/models/network-monitor-repair-details-dto.d.ts +0 -13
- package/dist/models/park-info-dto.d.ts +0 -6
- package/dist/models/result-code.d.ts +0 -1
- package/dist/models/result-code.js +0 -1
- package/dist/models/space-add-excel-dto.d.ts +10 -28
- package/dist/models/space-add-vo.d.ts +9 -22
- package/dist/models/space-detail-dto.d.ts +3 -16
- package/dist/models/space-edit-vo.d.ts +3 -16
- package/dist/{esm/models/space-industry-attribute-enum.d.ts → models/space-industry-attribute.d.ts} +2 -2
- package/dist/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +2 -2
- package/dist/models/space-tree-dto.d.ts +3 -16
- package/dist/models/space.d.ts +3 -3
- package/dist/models/sync-equipment-vo.d.ts +174 -13
- package/dist/models/system-user-msg-source-type-enum.d.ts +0 -1
- package/dist/models/system-user-msg-source-type-enum.js +1 -2
- package/dist/models/work-order-ext-data.d.ts +0 -7
- package/dist/models/work-order-internal-status-enum.d.ts +0 -2
- package/dist/models/work-order-internal-status-enum.js +1 -3
- package/dist/models/work-order-issue-type-enum.d.ts +0 -10
- package/dist/models/work-order-issue-type-enum.js +1 -11
- package/dist/models/work-order-report-vo.d.ts +1 -8
- package/dist/models/work-order-settings-type-enum.d.ts +0 -1
- package/dist/models/work-order-settings-type-enum.js +1 -2
- package/dist/models/work-order-source-enum.d.ts +1 -1
- package/dist/models/work-order-source-enum.js +1 -1
- package/dist/models/work-order-type-enum.d.ts +0 -1
- package/dist/models/work-order-type-enum.js +1 -2
- package/models/equipment-detail-dto.ts +3 -29
- package/models/equipment-edit-batch-vo.ts +2 -7
- package/models/equipment-edit-vo.ts +3 -23
- package/models/equipment-search-system-dto.ts +3 -29
- package/models/equipment-search-vo.ts +3 -8
- package/models/equipment-tree-details-dto.ts +3 -29
- package/models/get-user-wx200-response.ts +6 -6
- package/models/index.ts +1 -17
- package/models/network-monitor-repair-add-vo.ts +0 -6
- package/models/network-monitor-repair-details-dto.ts +0 -15
- package/models/park-info-dto.ts +0 -6
- package/models/result-code.ts +0 -1
- package/models/space-add-excel-dto.ts +10 -28
- package/models/space-add-vo.ts +9 -24
- package/models/space-detail-dto.ts +3 -18
- package/models/space-edit-vo.ts +3 -18
- package/models/{space-industry-attribute-enum.ts → space-industry-attribute.ts} +2 -2
- package/models/space-tree-dto.ts +3 -18
- package/models/space.ts +3 -3
- package/models/sync-equipment-vo.ts +174 -15
- package/models/system-user-msg-source-type-enum.ts +1 -2
- package/models/work-order-ext-data.ts +0 -9
- package/models/work-order-internal-status-enum.ts +1 -3
- package/models/work-order-issue-type-enum.ts +1 -11
- package/models/work-order-report-vo.ts +1 -10
- package/models/work-order-settings-type-enum.ts +1 -2
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-type-enum.ts +1 -2
- package/package.json +1 -1
- package/apis/offline-alert-work-order-controller-api.ts +0 -149
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +0 -87
- package/dist/apis/offline-alert-work-order-controller-api.js +0 -138
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +0 -87
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +0 -131
- package/dist/esm/models/equipment-status-enum.d.ts +0 -25
- package/dist/esm/models/equipment-status-enum.js +0 -26
- package/dist/esm/models/equipment-status.d.ts +0 -30
- package/dist/esm/models/equipment-status.js +0 -14
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +0 -14
- package/dist/esm/models/offline-alert-device-vo.d.ts +0 -30
- package/dist/esm/models/offline-alert-device-vo.js +0 -14
- package/dist/esm/models/offline-alert-submit-vo.d.ts +0 -43
- package/dist/esm/models/offline-alert-submit-vo.js +0 -14
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +0 -91
- package/dist/esm/models/offline-alert-work-order-details-dto.js +0 -14
- package/dist/esm/models/offline-alert-work-order-info.d.ts +0 -72
- package/dist/esm/models/offline-alert-work-order-info.js +0 -21
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +0 -43
- package/dist/esm/models/offline-alert-work-order-vo.js +0 -14
- package/dist/esm/models/source-work-order-dto.d.ts +0 -37
- package/dist/esm/models/source-work-order-dto.js +0 -14
- package/dist/esm/models/space-level-enum.d.ts +0 -23
- package/dist/esm/models/space-level-enum.js +0 -24
- package/dist/esm/models/sync-equipment-status-vo.d.ts +0 -37
- package/dist/esm/models/sync-equipment-status-vo.js +0 -14
- package/dist/esm/models/sync-equipment-vo-equipment.d.ts +0 -90
- package/dist/esm/models/sync-equipment-vo-equipment.js +0 -14
- package/dist/esm/models/third-party-system-enum.d.ts +0 -22
- package/dist/esm/models/third-party-system-enum.js +0 -23
- package/dist/esm/models/work-order-submit-vo.d.ts +0 -25
- package/dist/esm/models/work-order-submit-vo.js +0 -14
- package/dist/models/equipment-status-enum.d.ts +0 -25
- package/dist/models/equipment-status-enum.js +0 -29
- package/dist/models/equipment-status.d.ts +0 -30
- package/dist/models/equipment-status.js +0 -15
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
- package/dist/models/json-result-offline-alert-work-order-details-dto.js +0 -15
- package/dist/models/offline-alert-device-vo.d.ts +0 -30
- package/dist/models/offline-alert-device-vo.js +0 -15
- package/dist/models/offline-alert-submit-vo.d.ts +0 -43
- package/dist/models/offline-alert-submit-vo.js +0 -15
- package/dist/models/offline-alert-work-order-details-dto.d.ts +0 -91
- package/dist/models/offline-alert-work-order-details-dto.js +0 -15
- package/dist/models/offline-alert-work-order-info.d.ts +0 -72
- package/dist/models/offline-alert-work-order-info.js +0 -24
- package/dist/models/offline-alert-work-order-vo.d.ts +0 -43
- package/dist/models/offline-alert-work-order-vo.js +0 -15
- package/dist/models/source-work-order-dto.d.ts +0 -37
- package/dist/models/source-work-order-dto.js +0 -15
- package/dist/models/space-level-enum.d.ts +0 -23
- package/dist/models/space-level-enum.js +0 -27
- package/dist/models/sync-equipment-status-vo.d.ts +0 -37
- package/dist/models/sync-equipment-status-vo.js +0 -15
- package/dist/models/sync-equipment-vo-equipment.d.ts +0 -90
- package/dist/models/sync-equipment-vo-equipment.js +0 -15
- package/dist/models/third-party-system-enum.d.ts +0 -22
- package/dist/models/third-party-system-enum.js +0 -26
- package/dist/models/work-order-submit-vo.d.ts +0 -25
- package/dist/models/work-order-submit-vo.js +0 -15
- package/models/equipment-status-enum.ts +0 -35
- package/models/equipment-status.ts +0 -36
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -51
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -72
- package/models/json-result-offline-alert-work-order-details-dto.ts +0 -72
- package/models/offline-alert-device-vo.ts +0 -36
- package/models/offline-alert-submit-vo.ts +0 -53
- package/models/offline-alert-work-order-details-dto.ts +0 -113
- package/models/offline-alert-work-order-info.ts +0 -86
- package/models/offline-alert-work-order-vo.ts +0 -53
- package/models/source-work-order-dto.ts +0 -47
- package/models/space-level-enum.ts +0 -33
- package/models/sync-equipment-status-vo.ts +0 -45
- package/models/sync-equipment-vo-equipment.ts +0 -96
- package/models/third-party-system-enum.ts +0 -32
- package/models/work-order-submit-vo.ts +0 -33
|
@@ -1,90 +0,0 @@
|
|
|
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
|
-
/**
|
|
13
|
-
* 设备信息
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SyncEquipmentVoEquipment
|
|
16
|
-
*/
|
|
17
|
-
export interface SyncEquipmentVoEquipment {
|
|
18
|
-
/**
|
|
19
|
-
* 设备编码
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SyncEquipmentVoEquipment
|
|
22
|
-
*/
|
|
23
|
-
'equipmentCode': string;
|
|
24
|
-
/**
|
|
25
|
-
* 设备名称
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SyncEquipmentVoEquipment
|
|
28
|
-
*/
|
|
29
|
-
'equipmentName': string;
|
|
30
|
-
/**
|
|
31
|
-
* 设备系统
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SyncEquipmentVoEquipment
|
|
34
|
-
*/
|
|
35
|
-
'equipmentSystem'?: string;
|
|
36
|
-
/**
|
|
37
|
-
* 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof SyncEquipmentVoEquipment
|
|
40
|
-
*/
|
|
41
|
-
'equipmentStatus': number;
|
|
42
|
-
/**
|
|
43
|
-
* 维保类型 FACILITY,TOTAL_PACKAGE,THIRD_PARTY
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof SyncEquipmentVoEquipment
|
|
46
|
-
*/
|
|
47
|
-
'maintenanceType'?: string;
|
|
48
|
-
/**
|
|
49
|
-
* 维保公司
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof SyncEquipmentVoEquipment
|
|
52
|
-
*/
|
|
53
|
-
'maintenanceCompany'?: string;
|
|
54
|
-
/**
|
|
55
|
-
* 维保等级
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof SyncEquipmentVoEquipment
|
|
58
|
-
*/
|
|
59
|
-
'maintenanceLevel'?: string;
|
|
60
|
-
/**
|
|
61
|
-
* 维保联系人
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof SyncEquipmentVoEquipment
|
|
64
|
-
*/
|
|
65
|
-
'maintenanceContact'?: string;
|
|
66
|
-
/**
|
|
67
|
-
* 设备手册
|
|
68
|
-
* @type {Array<string>}
|
|
69
|
-
* @memberof SyncEquipmentVoEquipment
|
|
70
|
-
*/
|
|
71
|
-
'equipmentManuals'?: Array<string>;
|
|
72
|
-
/**
|
|
73
|
-
* 出厂时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
74
|
-
* @type {string}
|
|
75
|
-
* @memberof SyncEquipmentVoEquipment
|
|
76
|
-
*/
|
|
77
|
-
'deliveryTime'?: string;
|
|
78
|
-
/**
|
|
79
|
-
* 安装时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
80
|
-
* @type {string}
|
|
81
|
-
* @memberof SyncEquipmentVoEquipment
|
|
82
|
-
*/
|
|
83
|
-
'installTime'?: string;
|
|
84
|
-
/**
|
|
85
|
-
* 质保到期时间(格式:yyyy-MM-dd HH:mm:ss)
|
|
86
|
-
* @type {string}
|
|
87
|
-
* @memberof SyncEquipmentVoEquipment
|
|
88
|
-
*/
|
|
89
|
-
'warrantyTime'?: string;
|
|
90
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,22 +0,0 @@
|
|
|
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
|
-
/**
|
|
13
|
-
* 来源
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare const ThirdPartySystemEnum: {
|
|
18
|
-
readonly Saas: "SAAS";
|
|
19
|
-
readonly Sqm: "SQM";
|
|
20
|
-
readonly Fam: "FAM";
|
|
21
|
-
};
|
|
22
|
-
export type ThirdPartySystemEnum = typeof ThirdPartySystemEnum[keyof typeof ThirdPartySystemEnum];
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* 来源
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export const ThirdPartySystemEnum = {
|
|
20
|
-
Saas: 'SAAS',
|
|
21
|
-
Sqm: 'SQM',
|
|
22
|
-
Fam: 'FAM'
|
|
23
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
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 { OfflineAlertSubmitVo } from './offline-alert-submit-vo';
|
|
13
|
-
/**
|
|
14
|
-
* 工单提交
|
|
15
|
-
* @export
|
|
16
|
-
* @interface WorkOrderSubmitVo
|
|
17
|
-
*/
|
|
18
|
-
export interface WorkOrderSubmitVo {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {OfflineAlertSubmitVo}
|
|
22
|
-
* @memberof WorkOrderSubmitVo
|
|
23
|
-
*/
|
|
24
|
-
'offlineAlertSubmit'?: OfflineAlertSubmitVo;
|
|
25
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
/**
|
|
13
|
-
* 设备状态
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare const EquipmentStatusEnum: {
|
|
18
|
-
readonly Enable: "ENABLE";
|
|
19
|
-
readonly ToBeRepaired: "TO_BE_REPAIRED";
|
|
20
|
-
readonly ToBeScrapped: "TO_BE_SCRAPPED";
|
|
21
|
-
readonly Scrapped: "SCRAPPED";
|
|
22
|
-
readonly Disposed: "DISPOSED";
|
|
23
|
-
readonly Frozen: "FROZEN";
|
|
24
|
-
};
|
|
25
|
-
export type EquipmentStatusEnum = typeof EquipmentStatusEnum[keyof typeof EquipmentStatusEnum];
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.EquipmentStatusEnum = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* 设备状态
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
exports.EquipmentStatusEnum = {
|
|
23
|
-
Enable: 'ENABLE',
|
|
24
|
-
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
25
|
-
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
26
|
-
Scrapped: 'SCRAPPED',
|
|
27
|
-
Disposed: 'DISPOSED',
|
|
28
|
-
Frozen: 'FROZEN'
|
|
29
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
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
|
-
/**
|
|
13
|
-
* 设备信息
|
|
14
|
-
* @export
|
|
15
|
-
* @interface EquipmentStatus
|
|
16
|
-
*/
|
|
17
|
-
export interface EquipmentStatus {
|
|
18
|
-
/**
|
|
19
|
-
* 设备编码
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof EquipmentStatus
|
|
22
|
-
*/
|
|
23
|
-
'equipmentCode': string;
|
|
24
|
-
/**
|
|
25
|
-
* 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof EquipmentStatus
|
|
28
|
-
*/
|
|
29
|
-
'equipmentStatus': number;
|
|
30
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,43 +0,0 @@
|
|
|
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 { SpaceAddExcelDTO } from './space-add-excel-dto';
|
|
13
|
-
/**
|
|
14
|
-
* excel导入到redis vo
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
17
|
-
*/
|
|
18
|
-
export interface ExcelImportUploadToRedisVoSpaceAddExcelDTO {
|
|
19
|
-
/**
|
|
20
|
-
* 成功的数据
|
|
21
|
-
* @type {Array<SpaceAddExcelDTO>}
|
|
22
|
-
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
23
|
-
*/
|
|
24
|
-
'successDataList'?: Array<SpaceAddExcelDTO>;
|
|
25
|
-
/**
|
|
26
|
-
* 错误的数据
|
|
27
|
-
* @type {Array<SpaceAddExcelDTO>}
|
|
28
|
-
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
29
|
-
*/
|
|
30
|
-
'errorDataList'?: Array<SpaceAddExcelDTO>;
|
|
31
|
-
/**
|
|
32
|
-
* 语言
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
35
|
-
*/
|
|
36
|
-
'language'?: string;
|
|
37
|
-
/**
|
|
38
|
-
* 园区id
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
41
|
-
*/
|
|
42
|
-
'parkId'?: number;
|
|
43
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,62 +0,0 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
-
import type { ExcelImportUploadToRedisVoSpaceAddExcelDTO } from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
18
|
-
*/
|
|
19
|
-
export interface JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO {
|
|
20
|
-
/**
|
|
21
|
-
* 错误码,0:成功,其他:失败
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
24
|
-
*/
|
|
25
|
-
'code'?: number;
|
|
26
|
-
/**
|
|
27
|
-
* 错误消息
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
30
|
-
*/
|
|
31
|
-
'msg'?: string;
|
|
32
|
-
/**
|
|
33
|
-
* 错误堆栈
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
36
|
-
*/
|
|
37
|
-
'stacks'?: string;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {ExcelImportUploadToRedisVoSpaceAddExcelDTO}
|
|
41
|
-
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
42
|
-
*/
|
|
43
|
-
'data'?: ExcelImportUploadToRedisVoSpaceAddExcelDTO | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {BaseErrorResult}
|
|
47
|
-
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
48
|
-
*/
|
|
49
|
-
'error'?: BaseErrorResult | null;
|
|
50
|
-
/**
|
|
51
|
-
* 日志追踪ID
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
54
|
-
*/
|
|
55
|
-
'traceId'?: string | null;
|
|
56
|
-
/**
|
|
57
|
-
* requestId
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
60
|
-
*/
|
|
61
|
-
'requestId'?: string | null;
|
|
62
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,62 +0,0 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
-
import type { OfflineAlertWorkOrderDetailsDto } from './offline-alert-work-order-details-dto';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface JsonResultOfflineAlertWorkOrderDetailsDto
|
|
18
|
-
*/
|
|
19
|
-
export interface JsonResultOfflineAlertWorkOrderDetailsDto {
|
|
20
|
-
/**
|
|
21
|
-
* 错误码,0:成功,其他:失败
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
24
|
-
*/
|
|
25
|
-
'code'?: number;
|
|
26
|
-
/**
|
|
27
|
-
* 错误消息
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
30
|
-
*/
|
|
31
|
-
'msg'?: string;
|
|
32
|
-
/**
|
|
33
|
-
* 错误堆栈
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
36
|
-
*/
|
|
37
|
-
'stacks'?: string;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {OfflineAlertWorkOrderDetailsDto}
|
|
41
|
-
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
42
|
-
*/
|
|
43
|
-
'data'?: OfflineAlertWorkOrderDetailsDto | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {BaseErrorResult}
|
|
47
|
-
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
48
|
-
*/
|
|
49
|
-
'error'?: BaseErrorResult | null;
|
|
50
|
-
/**
|
|
51
|
-
* 日志追踪ID
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
54
|
-
*/
|
|
55
|
-
'traceId'?: string | null;
|
|
56
|
-
/**
|
|
57
|
-
* requestId
|
|
58
|
-
* @type {string}
|
|
59
|
-
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
60
|
-
*/
|
|
61
|
-
'requestId'?: string | null;
|
|
62
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,30 +0,0 @@
|
|
|
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
|
-
/**
|
|
13
|
-
* 离线告警设备信息
|
|
14
|
-
* @export
|
|
15
|
-
* @interface OfflineAlertDeviceVo
|
|
16
|
-
*/
|
|
17
|
-
export interface OfflineAlertDeviceVo {
|
|
18
|
-
/**
|
|
19
|
-
* 设备id
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof OfflineAlertDeviceVo
|
|
22
|
-
*/
|
|
23
|
-
'deviceId'?: number;
|
|
24
|
-
/**
|
|
25
|
-
* 设备名称
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof OfflineAlertDeviceVo
|
|
28
|
-
*/
|
|
29
|
-
'deviceName'?: string;
|
|
30
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,43 +0,0 @@
|
|
|
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
13
|
-
/**
|
|
14
|
-
* 离线告警工单参数
|
|
15
|
-
* @export
|
|
16
|
-
* @interface OfflineAlertSubmitVo
|
|
17
|
-
*/
|
|
18
|
-
export interface OfflineAlertSubmitVo {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {WorkOrderIssueTypeEnum}
|
|
22
|
-
* @memberof OfflineAlertSubmitVo
|
|
23
|
-
*/
|
|
24
|
-
'issueType'?: WorkOrderIssueTypeEnum;
|
|
25
|
-
/**
|
|
26
|
-
* 要求修复时间
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof OfflineAlertSubmitVo
|
|
29
|
-
*/
|
|
30
|
-
'requireRepairTime'?: string;
|
|
31
|
-
/**
|
|
32
|
-
* 原因描述
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof OfflineAlertSubmitVo
|
|
35
|
-
*/
|
|
36
|
-
'reasonDescription'?: string;
|
|
37
|
-
/**
|
|
38
|
-
* 图片/视频地址
|
|
39
|
-
* @type {Array<string>}
|
|
40
|
-
* @memberof OfflineAlertSubmitVo
|
|
41
|
-
*/
|
|
42
|
-
'reasonImage'?: Array<string>;
|
|
43
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|