@energycap/energycap-billcapture-sdk-angular 1.0.268-develop-20260401-1924 → 1.0.270
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.
|
@@ -1616,7 +1616,7 @@ class ProblemFileService {
|
|
|
1616
1616
|
/**
|
|
1617
1617
|
* Return a list of problem files
|
|
1618
1618
|
*
|
|
1619
|
-
* @param filter
|
|
1619
|
+
* @param filter
|
|
1620
1620
|
* @param pageSize The number of elements to return in a page
|
|
1621
1621
|
* @param pageNumber The current page number
|
|
1622
1622
|
*/
|
|
@@ -1634,7 +1634,7 @@ class ProblemFileService {
|
|
|
1634
1634
|
/**
|
|
1635
1635
|
* Return the history of resolved problem files
|
|
1636
1636
|
*
|
|
1637
|
-
* @param filter
|
|
1637
|
+
* @param filter
|
|
1638
1638
|
* @param pageSize The number of elements to return in a page
|
|
1639
1639
|
* @param pageNumber The current page number
|
|
1640
1640
|
*/
|
|
@@ -1686,7 +1686,7 @@ class ProblemFileService {
|
|
|
1686
1686
|
/**
|
|
1687
1687
|
* Return a list of problem files
|
|
1688
1688
|
*
|
|
1689
|
-
* @param filter
|
|
1689
|
+
* @param filter
|
|
1690
1690
|
* @param pageSize The number of elements to return in a page
|
|
1691
1691
|
* @param pageNumber The current page number
|
|
1692
1692
|
*/
|
|
@@ -1744,7 +1744,7 @@ class ProblemFileService {
|
|
|
1744
1744
|
/**
|
|
1745
1745
|
* Return the history of resolved problem files
|
|
1746
1746
|
*
|
|
1747
|
-
* @param filter
|
|
1747
|
+
* @param filter
|
|
1748
1748
|
* @param pageSize The number of elements to return in a page
|
|
1749
1749
|
* @param pageNumber The current page number
|
|
1750
1750
|
*/
|
|
@@ -2974,7 +2974,7 @@ class ProblemFileHistoryResponseDTO {
|
|
|
2974
2974
|
*/
|
|
2975
2975
|
childFileUrl;
|
|
2976
2976
|
/**
|
|
2977
|
-
* The
|
|
2977
|
+
* The child filename
|
|
2978
2978
|
*/
|
|
2979
2979
|
childFilename;
|
|
2980
2980
|
/**
|
|
@@ -2988,10 +2988,6 @@ class ProblemFileHistoryResponseDTO {
|
|
|
2988
2988
|
uploadedBy;
|
|
2989
2989
|
problemType;
|
|
2990
2990
|
resolvedBy;
|
|
2991
|
-
/**
|
|
2992
|
-
* The timestamp when the problem file was resolved
|
|
2993
|
-
*/
|
|
2994
|
-
resolvedTimestamp;
|
|
2995
2991
|
/**
|
|
2996
2992
|
* The action taken to resolve the problem file (\"Ignored\", \"Replaced\", or \"Processed Anyway\")
|
|
2997
2993
|
*/
|
|
@@ -3050,7 +3046,7 @@ class ProblemFileResponseDTO {
|
|
|
3050
3046
|
*/
|
|
3051
3047
|
childFileUrl;
|
|
3052
3048
|
/**
|
|
3053
|
-
* The
|
|
3049
|
+
* The child filename
|
|
3054
3050
|
*/
|
|
3055
3051
|
childFilename;
|
|
3056
3052
|
/**
|