@gizone/rrs-client 4.2.8-alpha.476 → 4.2.8-alpha.477

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.
Files changed (42) hide show
  1. package/apis/surveillance-api.ts +0 -205
  2. package/dist/apis/surveillance-api.d.ts +0 -118
  3. package/dist/apis/surveillance-api.js +0 -114
  4. package/dist/esm/apis/surveillance-api.d.ts +0 -118
  5. package/dist/esm/apis/surveillance-api.js +0 -114
  6. package/dist/esm/models/maintenance-history-dto.d.ts +0 -19
  7. package/dist/esm/models/monitoring-coverage-alert-info.d.ts +0 -12
  8. package/dist/esm/models/monitoring-coverage-alert-reason-enum.d.ts +0 -2
  9. package/dist/esm/models/monitoring-coverage-alert-reason-enum.js +1 -3
  10. package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
  11. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +8 -7
  12. package/dist/esm/models/surveillance-details-dto.d.ts +0 -6
  13. package/dist/esm/models/surveillance-update-vo.d.ts +0 -6
  14. package/dist/esm/models/violation-issue-type-enum.d.ts +0 -1
  15. package/dist/esm/models/violation-issue-type-enum.js +1 -2
  16. package/dist/esm/models/violation-work-order-add-vo.d.ts +1 -1
  17. package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -1
  18. package/dist/esm/models/work-order-internal-status-enum.js +0 -1
  19. package/dist/models/maintenance-history-dto.d.ts +0 -19
  20. package/dist/models/monitoring-coverage-alert-info.d.ts +0 -12
  21. package/dist/models/monitoring-coverage-alert-reason-enum.d.ts +0 -2
  22. package/dist/models/monitoring-coverage-alert-reason-enum.js +1 -3
  23. package/dist/models/space-add-excel-dto.d.ts +6 -0
  24. package/dist/models/surveillance-batch-import-template-dto.d.ts +8 -7
  25. package/dist/models/surveillance-details-dto.d.ts +0 -6
  26. package/dist/models/surveillance-update-vo.d.ts +0 -6
  27. package/dist/models/violation-issue-type-enum.d.ts +0 -1
  28. package/dist/models/violation-issue-type-enum.js +1 -2
  29. package/dist/models/violation-work-order-add-vo.d.ts +1 -1
  30. package/dist/models/work-order-internal-status-enum.d.ts +0 -1
  31. package/dist/models/work-order-internal-status-enum.js +0 -1
  32. package/models/maintenance-history-dto.ts +0 -21
  33. package/models/monitoring-coverage-alert-info.ts +0 -12
  34. package/models/monitoring-coverage-alert-reason-enum.ts +1 -3
  35. package/models/space-add-excel-dto.ts +6 -0
  36. package/models/surveillance-batch-import-template-dto.ts +10 -7
  37. package/models/surveillance-details-dto.ts +0 -6
  38. package/models/surveillance-update-vo.ts +0 -6
  39. package/models/violation-issue-type-enum.ts +1 -2
  40. package/models/violation-work-order-add-vo.ts +1 -1
  41. package/models/work-order-internal-status-enum.ts +0 -1
  42. package/package.json +1 -1
@@ -161,12 +161,6 @@ 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;
170
164
  /**
171
165
  *
172
166
  * @type {Park}
@@ -74,12 +74,6 @@ export interface SurveillanceUpdateVo {
74
74
  * @memberof SurveillanceUpdateVo
75
75
  */
76
76
  'isShowSpace'?: boolean;
77
- /**
78
- * 所属项目
79
- * @type {string}
80
- * @memberof SurveillanceUpdateVo
81
- */
82
- 'projectName'?: string;
83
77
  }
84
78
 
85
79
 
@@ -84,8 +84,7 @@ 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',
88
- Other: 'OTHER'
87
+ UtilizationProblem: 'UTILIZATION_PROBLEM'
89
88
  } as const;
90
89
 
91
90
  export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
@@ -64,7 +64,7 @@ export interface ViolationWorkOrderAddVo {
64
64
  * @type {number}
65
65
  * @memberof ViolationWorkOrderAddVo
66
66
  */
67
- 'spaceId'?: number;
67
+ 'spaceId': number;
68
68
  /**
69
69
  * 工单名称
70
70
  * @type {string}
@@ -36,7 +36,6 @@ 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',
40
39
  ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
41
40
  ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
42
41
  } as const;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.8-alpha.476",
3
+ "version": "4.2.8-alpha.477",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {