@gizone/rrs-client 4.2.8-alpha.477 → 4.2.9-alpha.479
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/README.md +2 -2
- package/apis/surveillance-api.ts +205 -0
- package/configuration.ts +1 -1
- package/dist/apis/surveillance-api.d.ts +118 -0
- package/dist/apis/surveillance-api.js +114 -0
- package/dist/configuration.js +1 -1
- package/dist/esm/apis/surveillance-api.d.ts +118 -0
- package/dist/esm/apis/surveillance-api.js +114 -0
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/maintenance-history-dto.d.ts +19 -0
- package/dist/esm/models/monitoring-coverage-alert-info.d.ts +12 -0
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.js +3 -1
- package/dist/esm/models/space-add-excel-dto.d.ts +0 -6
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +7 -8
- package/dist/esm/models/surveillance-details-dto.d.ts +6 -0
- package/dist/esm/models/surveillance-update-vo.d.ts +6 -0
- package/dist/esm/models/violation-issue-type-enum.d.ts +1 -0
- package/dist/esm/models/violation-issue-type-enum.js +2 -1
- package/dist/esm/models/violation-work-order-add-vo.d.ts +1 -1
- package/dist/esm/models/work-order-internal-status-enum.d.ts +1 -0
- package/dist/esm/models/work-order-internal-status-enum.js +1 -0
- package/dist/models/maintenance-history-dto.d.ts +19 -0
- package/dist/models/monitoring-coverage-alert-info.d.ts +12 -0
- package/dist/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
- package/dist/models/monitoring-coverage-alert-reason-enum.js +3 -1
- package/dist/models/space-add-excel-dto.d.ts +0 -6
- package/dist/models/surveillance-batch-import-template-dto.d.ts +7 -8
- package/dist/models/surveillance-details-dto.d.ts +6 -0
- package/dist/models/surveillance-update-vo.d.ts +6 -0
- package/dist/models/violation-issue-type-enum.d.ts +1 -0
- package/dist/models/violation-issue-type-enum.js +2 -1
- package/dist/models/violation-work-order-add-vo.d.ts +1 -1
- package/dist/models/work-order-internal-status-enum.d.ts +1 -0
- package/dist/models/work-order-internal-status-enum.js +1 -0
- package/models/maintenance-history-dto.ts +21 -0
- package/models/monitoring-coverage-alert-info.ts +12 -0
- package/models/monitoring-coverage-alert-reason-enum.ts +3 -1
- package/models/space-add-excel-dto.ts +0 -6
- package/models/surveillance-batch-import-template-dto.ts +7 -10
- package/models/surveillance-details-dto.ts +6 -0
- package/models/surveillance-update-vo.ts +6 -0
- package/models/violation-issue-type-enum.ts +2 -1
- package/models/violation-work-order-add-vo.ts +1 -1
- package/models/work-order-internal-status-enum.ts +1 -0
- package/package.json +1 -1
|
@@ -30,6 +30,7 @@ export declare const WorkOrderInternalStatusEnum: {
|
|
|
30
30
|
readonly MonitoringCoverageAlertWorkOrderInProgressLevelOne: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
31
31
|
readonly MonitoringCoverageAlertWorkOrderInProgressLevelTwo: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
32
32
|
readonly MonitoringCoverageAlertWorkOrderInProgressLevelThree: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
|
|
33
|
+
readonly MonitoringCoverageAlertWorkOrderInProgressLevelFour: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR";
|
|
33
34
|
readonly ExplorationWorkOrderInProgressLevelOne: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
34
35
|
readonly ExplorationWorkOrderInProgressLevelTwo: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
35
36
|
};
|
|
@@ -35,6 +35,7 @@ exports.WorkOrderInternalStatusEnum = {
|
|
|
35
35
|
MonitoringCoverageAlertWorkOrderInProgressLevelOne: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
36
36
|
MonitoringCoverageAlertWorkOrderInProgressLevelTwo: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
37
37
|
MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
38
|
+
MonitoringCoverageAlertWorkOrderInProgressLevelFour: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR',
|
|
38
39
|
ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
39
40
|
ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
40
41
|
};
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
18
|
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
24
|
* 设备维保历史参数
|
|
@@ -47,6 +50,24 @@ export interface MaintenanceHistoryDto {
|
|
|
47
50
|
* @memberof MaintenanceHistoryDto
|
|
48
51
|
*/
|
|
49
52
|
'status'?: WorkOrderStatusEnum;
|
|
53
|
+
/**
|
|
54
|
+
* 工单编号
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof MaintenanceHistoryDto
|
|
57
|
+
*/
|
|
58
|
+
'workOrderNo'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 工单id
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof MaintenanceHistoryDto
|
|
63
|
+
*/
|
|
64
|
+
'workOrderId'?: number;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {WorkOrderTypeEnum}
|
|
68
|
+
* @memberof MaintenanceHistoryDto
|
|
69
|
+
*/
|
|
70
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
50
71
|
}
|
|
51
72
|
|
|
52
73
|
|
|
@@ -59,6 +59,18 @@ export interface MonitoringCoverageAlertInfo {
|
|
|
59
59
|
* @memberof MonitoringCoverageAlertInfo
|
|
60
60
|
*/
|
|
61
61
|
'images'?: Array<string>;
|
|
62
|
+
/**
|
|
63
|
+
* 监控数
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof MonitoringCoverageAlertInfo
|
|
66
|
+
*/
|
|
67
|
+
'surveillanceCount'?: number;
|
|
68
|
+
/**
|
|
69
|
+
* 园区合同面积
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof MonitoringCoverageAlertInfo
|
|
72
|
+
*/
|
|
73
|
+
'parkContractArea'?: number;
|
|
62
74
|
}
|
|
63
75
|
|
|
64
76
|
|
|
@@ -24,7 +24,9 @@ export const MonitoringCoverageAlertReasonEnum = {
|
|
|
24
24
|
Installing: 'INSTALLING',
|
|
25
25
|
ProtocolUnsupported: 'PROTOCOL_UNSUPPORTED',
|
|
26
26
|
NetworkReconstructionRequired: 'NETWORK_RECONSTRUCTION_REQUIRED',
|
|
27
|
-
SpecialReport: 'SPECIAL_REPORT'
|
|
27
|
+
SpecialReport: 'SPECIAL_REPORT',
|
|
28
|
+
InsufficientSurveillanceQuantityNeedInstall: 'INSUFFICIENT_SURVEILLANCE_QUANTITY_NEED_INSTALL',
|
|
29
|
+
Other: 'OTHER'
|
|
28
30
|
} as const;
|
|
29
31
|
|
|
30
32
|
export type MonitoringCoverageAlertReasonEnum = typeof MonitoringCoverageAlertReasonEnum[keyof typeof MonitoringCoverageAlertReasonEnum];
|
|
@@ -19,9 +19,6 @@ import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
22
|
-
// May contain unused imports in some cases
|
|
23
|
-
// @ts-ignore
|
|
24
|
-
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
25
22
|
|
|
26
23
|
/**
|
|
27
24
|
* 监控批量导入模板数据传输对象
|
|
@@ -29,6 +26,12 @@ import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum
|
|
|
29
26
|
* @interface SurveillanceBatchImportTemplateDto
|
|
30
27
|
*/
|
|
31
28
|
export interface SurveillanceBatchImportTemplateDto {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SurveillanceBatchImportTemplateDto
|
|
33
|
+
*/
|
|
34
|
+
'surveillanceName'?: string;
|
|
32
35
|
/**
|
|
33
36
|
*
|
|
34
37
|
* @type {string}
|
|
@@ -52,7 +55,7 @@ export interface SurveillanceBatchImportTemplateDto {
|
|
|
52
55
|
* @type {string}
|
|
53
56
|
* @memberof SurveillanceBatchImportTemplateDto
|
|
54
57
|
*/
|
|
55
|
-
'
|
|
58
|
+
'projectName'?: string;
|
|
56
59
|
/**
|
|
57
60
|
*
|
|
58
61
|
* @type {string}
|
|
@@ -119,12 +122,6 @@ export interface SurveillanceBatchImportTemplateDto {
|
|
|
119
122
|
* @memberof SurveillanceBatchImportTemplateDto
|
|
120
123
|
*/
|
|
121
124
|
'spaceId'?: number;
|
|
122
|
-
/**
|
|
123
|
-
* 行业属性
|
|
124
|
-
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
125
|
-
* @memberof SurveillanceBatchImportTemplateDto
|
|
126
|
-
*/
|
|
127
|
-
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
128
125
|
}
|
|
129
126
|
|
|
130
127
|
|
|
@@ -161,6 +161,12 @@ export interface SurveillanceDetailsDto {
|
|
|
161
161
|
* @memberof SurveillanceDetailsDto
|
|
162
162
|
*/
|
|
163
163
|
'maintenanceStatistics'?: EquipmentWorkOrderStatistics;
|
|
164
|
+
/**
|
|
165
|
+
* 所属项目
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof SurveillanceDetailsDto
|
|
168
|
+
*/
|
|
169
|
+
'projectName'?: string;
|
|
164
170
|
/**
|
|
165
171
|
*
|
|
166
172
|
* @type {Park}
|
|
@@ -84,7 +84,8 @@ export const ViolationIssueTypeEnum = {
|
|
|
84
84
|
SixSProblem: 'SIX_S_PROBLEM',
|
|
85
85
|
NoTeamMeeting: 'NO_TEAM_MEETING',
|
|
86
86
|
PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
|
|
87
|
-
UtilizationProblem: 'UTILIZATION_PROBLEM'
|
|
87
|
+
UtilizationProblem: 'UTILIZATION_PROBLEM',
|
|
88
|
+
Other: 'OTHER'
|
|
88
89
|
} as const;
|
|
89
90
|
|
|
90
91
|
export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
|
|
@@ -36,6 +36,7 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
36
36
|
MonitoringCoverageAlertWorkOrderInProgressLevelOne: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
37
37
|
MonitoringCoverageAlertWorkOrderInProgressLevelTwo: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
38
38
|
MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
39
|
+
MonitoringCoverageAlertWorkOrderInProgressLevelFour: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR',
|
|
39
40
|
ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
40
41
|
ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
41
42
|
} as const;
|