@energycap/energycap-billcapture-sdk-angular 1.0.265-develop-20260331-1638 → 1.0.267-develop-20260401-1636
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.
|
@@ -2988,6 +2988,10 @@ class ProblemFileHistoryResponseDTO {
|
|
|
2988
2988
|
uploadedBy;
|
|
2989
2989
|
problemType;
|
|
2990
2990
|
resolvedBy;
|
|
2991
|
+
/**
|
|
2992
|
+
* The timestamp when the problem file was resolved
|
|
2993
|
+
*/
|
|
2994
|
+
resolvedTimestamp;
|
|
2991
2995
|
/**
|
|
2992
2996
|
* The action taken to resolve the problem file (\"Ignored\", \"Replaced\", or \"Processed Anyway\")
|
|
2993
2997
|
*/
|