@gizone/rrs-client 4.2.9-alpha.673 → 4.2.9-alpha.675

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.
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
- /**
38
- *
39
- * @type {boolean}
40
- * @memberof IPageEnergyCostRecordInfoVO
41
- */
42
- 'searchCount'?: boolean;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageEnergyCostRecordInfoVO
54
+ */
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -33,5 +33,6 @@ export declare const WorkOrderInternalStatusEnum: {
33
33
  readonly MonitoringCoverageAlertWorkOrderInProgressLevelFour: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR";
34
34
  readonly ExplorationWorkOrderInProgressLevelOne: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
35
35
  readonly ExplorationWorkOrderInProgressLevelTwo: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
36
+ readonly MaintenanceDailyWorkOrderExecutor: "MAINTENANCE_DAILY_WORK_ORDER_EXECUTOR";
36
37
  };
37
38
  export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
@@ -34,5 +34,6 @@ export const WorkOrderInternalStatusEnum = {
34
34
  MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
35
35
  MonitoringCoverageAlertWorkOrderInProgressLevelFour: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR',
36
36
  ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
37
- ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
37
+ ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
38
+ MaintenanceDailyWorkOrderExecutor: 'MAINTENANCE_DAILY_WORK_ORDER_EXECUTOR'
38
39
  };
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
34
34
  * @memberof IPageEnergyCostRecordInfoVO
35
35
  */
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
- /**
38
- *
39
- * @type {boolean}
40
- * @memberof IPageEnergyCostRecordInfoVO
41
- */
42
- 'searchCount'?: boolean;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageEnergyCostRecordInfoVO
54
+ */
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -33,5 +33,6 @@ export declare const WorkOrderInternalStatusEnum: {
33
33
  readonly MonitoringCoverageAlertWorkOrderInProgressLevelFour: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR";
34
34
  readonly ExplorationWorkOrderInProgressLevelOne: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
35
35
  readonly ExplorationWorkOrderInProgressLevelTwo: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
36
+ readonly MaintenanceDailyWorkOrderExecutor: "MAINTENANCE_DAILY_WORK_ORDER_EXECUTOR";
36
37
  };
37
38
  export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
@@ -37,5 +37,6 @@ exports.WorkOrderInternalStatusEnum = {
37
37
  MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
38
38
  MonitoringCoverageAlertWorkOrderInProgressLevelFour: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR',
39
39
  ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
40
- ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
40
+ ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
41
+ MaintenanceDailyWorkOrderExecutor: 'MAINTENANCE_DAILY_WORK_ORDER_EXECUTOR'
41
42
  };
@@ -41,12 +41,6 @@ export interface IPageEnergyCostRecordInfoVO {
41
41
  * @memberof IPageEnergyCostRecordInfoVO
42
42
  */
43
43
  'records'?: Array<EnergyCostRecordInfoVO>;
44
- /**
45
- *
46
- * @type {boolean}
47
- * @memberof IPageEnergyCostRecordInfoVO
48
- */
49
- 'searchCount'?: boolean;
50
44
  /**
51
45
  *
52
46
  * @type {number}
@@ -60,6 +54,12 @@ export interface IPageEnergyCostRecordInfoVO {
60
54
  * @deprecated
61
55
  */
62
56
  'hitCount'?: boolean;
57
+ /**
58
+ *
59
+ * @type {boolean}
60
+ * @memberof IPageEnergyCostRecordInfoVO
61
+ */
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -38,7 +38,8 @@ export const WorkOrderInternalStatusEnum = {
38
38
  MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
39
39
  MonitoringCoverageAlertWorkOrderInProgressLevelFour: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR',
40
40
  ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
41
- ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
41
+ ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
42
+ MaintenanceDailyWorkOrderExecutor: 'MAINTENANCE_DAILY_WORK_ORDER_EXECUTOR'
42
43
  } as const;
43
44
 
44
45
  export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];