openchs-models 1.31.6 → 1.31.7
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.
|
@@ -136,7 +136,7 @@ class RuleFailureTelemetry extends _BaseEntity.default {
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
get toResource() {
|
|
139
|
-
return _lodash.default.pick(this, ["
|
|
139
|
+
return _lodash.default.pick(this, ["ruleUuid", "individualUuid", "errorMessage", "stacktrace", "closed", "errorDateTime", "sourceType", "sourceId", "entityType", "entityId", "appType"]);
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
clone() {
|