@gizone/rrs-client 4.2.9-alpha.735 → 4.2.9-alpha.736

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.
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'searchCount'?: boolean;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -29,5 +29,6 @@ export declare const SystemUserMsgSourceTypeEnum: {
29
29
  readonly ExplorationWorkOrder: "EXPLORATION_WORK_ORDER";
30
30
  readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
31
31
  readonly DisasterWarningWorkOrder: "DISASTER_WARNING_WORK_ORDER";
32
+ readonly EvaluationApproval: "EVALUATION_APPROVAL";
32
33
  };
33
34
  export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -30,5 +30,6 @@ export const SystemUserMsgSourceTypeEnum = {
30
30
  AccessAppointmentOutApproval: 'ACCESS_APPOINTMENT_OUT_APPROVAL',
31
31
  ExplorationWorkOrder: 'EXPLORATION_WORK_ORDER',
32
32
  MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER',
33
- DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER'
33
+ DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER',
34
+ EvaluationApproval: 'EVALUATION_APPROVAL'
34
35
  };
@@ -20,5 +20,6 @@ export declare const SystemUserMsgTypeEnum: {
20
20
  readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
21
21
  readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
22
22
  readonly AccessAppointmentApproval: "ACCESS_APPOINTMENT_APPROVAL";
23
+ readonly EvaluationApproval: "EVALUATION_APPROVAL";
23
24
  };
24
25
  export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
@@ -21,5 +21,6 @@ export const SystemUserMsgTypeEnum = {
21
21
  WorkOrder: 'WORK_ORDER',
22
22
  UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
23
23
  AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
24
- AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
24
+ AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL',
25
+ EvaluationApproval: 'EVALUATION_APPROVAL'
25
26
  };
@@ -44,15 +44,15 @@ export interface IPageEnergyCostRecordInfoVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'searchCount'?: boolean;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageEnergyCostRecordInfoVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -29,5 +29,6 @@ export declare const SystemUserMsgSourceTypeEnum: {
29
29
  readonly ExplorationWorkOrder: "EXPLORATION_WORK_ORDER";
30
30
  readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
31
31
  readonly DisasterWarningWorkOrder: "DISASTER_WARNING_WORK_ORDER";
32
+ readonly EvaluationApproval: "EVALUATION_APPROVAL";
32
33
  };
33
34
  export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -33,5 +33,6 @@ exports.SystemUserMsgSourceTypeEnum = {
33
33
  AccessAppointmentOutApproval: 'ACCESS_APPOINTMENT_OUT_APPROVAL',
34
34
  ExplorationWorkOrder: 'EXPLORATION_WORK_ORDER',
35
35
  MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER',
36
- DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER'
36
+ DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER',
37
+ EvaluationApproval: 'EVALUATION_APPROVAL'
37
38
  };
@@ -20,5 +20,6 @@ export declare const SystemUserMsgTypeEnum: {
20
20
  readonly UserCertificateExpiration: "USER_CERTIFICATE_EXPIRATION";
21
21
  readonly AccessWhitelistApplicationApproval: "ACCESS_WHITELIST_APPLICATION_APPROVAL";
22
22
  readonly AccessAppointmentApproval: "ACCESS_APPOINTMENT_APPROVAL";
23
+ readonly EvaluationApproval: "EVALUATION_APPROVAL";
23
24
  };
24
25
  export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];
@@ -24,5 +24,6 @@ exports.SystemUserMsgTypeEnum = {
24
24
  WorkOrder: 'WORK_ORDER',
25
25
  UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
26
26
  AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
27
- AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
27
+ AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL',
28
+ EvaluationApproval: 'EVALUATION_APPROVAL'
28
29
  };
@@ -51,15 +51,15 @@ export interface IPageEnergyCostRecordInfoVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageEnergyCostRecordInfoVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageEnergyCostRecordInfoVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -34,7 +34,8 @@ export const SystemUserMsgSourceTypeEnum = {
34
34
  AccessAppointmentOutApproval: 'ACCESS_APPOINTMENT_OUT_APPROVAL',
35
35
  ExplorationWorkOrder: 'EXPLORATION_WORK_ORDER',
36
36
  MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER',
37
- DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER'
37
+ DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER',
38
+ EvaluationApproval: 'EVALUATION_APPROVAL'
38
39
  } as const;
39
40
 
40
41
  export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
@@ -25,7 +25,8 @@ export const SystemUserMsgTypeEnum = {
25
25
  WorkOrder: 'WORK_ORDER',
26
26
  UserCertificateExpiration: 'USER_CERTIFICATE_EXPIRATION',
27
27
  AccessWhitelistApplicationApproval: 'ACCESS_WHITELIST_APPLICATION_APPROVAL',
28
- AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL'
28
+ AccessAppointmentApproval: 'ACCESS_APPOINTMENT_APPROVAL',
29
+ EvaluationApproval: 'EVALUATION_APPROVAL'
29
30
  } as const;
30
31
 
31
32
  export type SystemUserMsgTypeEnum = typeof SystemUserMsgTypeEnum[keyof typeof SystemUserMsgTypeEnum];