@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 <table id=\"api-filter\"><tr><th>Name</th><th>Description</th><th>Type</th><th>Operators</th></tr><tr><td>childFilename</td><td>Original File Name</td><td>Any Text</td><td>equals, not equals, one of, like, not like, not one of</td></tr><tr><td>importFilename</td><td>Client File Name</td><td>Any Text</td><td>equals, not equals, one of, like, not like, not one of</td></tr><tr><td>uploadTimestamp</td><td>Client File Upload Date</td><td>Date & Time</td><td>equals, not equals, less than, between, greater than, less than equal, greater than equal, not between</td></tr><tr><td>uploadedByUserID</td><td>Utility Management System User ID</td><td>Whole Number</td><td>equals</td></tr><tr><td>problemTypeID</td><td>Problem File Type ID</td><td>Whole Number</td><td>equals</td></tr><tr><td>automatic</td><td>Automatic Upload</td><td>True/False</td><td>equals</td></tr></table>
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 <table id=\"api-filter\"><tr><th>Name</th><th>Description</th><th>Type</th><th>Operators</th></tr><tr><td>childFilename</td><td>Original File Name</td><td>Any Text</td><td>equals, not equals, one of, like, not like, not one of</td></tr><tr><td>importFilename</td><td>Client File Name</td><td>Any Text</td><td>equals, not equals, one of, like, not like, not one of</td></tr><tr><td>uploadTimestamp</td><td>Client File Upload Date</td><td>Date & Time</td><td>equals, not equals, less than, between, greater than, less than equal, greater than equal, not between</td></tr><tr><td>uploadedByUserID</td><td>Utility Management System User ID</td><td>Whole Number</td><td>equals</td></tr><tr><td>problemTypeID</td><td>Problem File Type ID</td><td>Whole Number</td><td>equals</td></tr><tr><td>automatic</td><td>Automatic Upload</td><td>True/False</td><td>equals</td></tr></table>
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 <table id=\"api-filter\"><tr><th>Name</th><th>Description</th><th>Type</th><th>Operators</th></tr><tr><td>childFilename</td><td>Original File Name</td><td>Any Text</td><td>equals, not equals, one of, like, not like, not one of</td></tr><tr><td>importFilename</td><td>Client File Name</td><td>Any Text</td><td>equals, not equals, one of, like, not like, not one of</td></tr><tr><td>uploadTimestamp</td><td>Client File Upload Date</td><td>Date & Time</td><td>equals, not equals, less than, between, greater than, less than equal, greater than equal, not between</td></tr><tr><td>uploadedByUserID</td><td>Utility Management System User ID</td><td>Whole Number</td><td>equals</td></tr><tr><td>problemTypeID</td><td>Problem File Type ID</td><td>Whole Number</td><td>equals</td></tr><tr><td>automatic</td><td>Automatic Upload</td><td>True/False</td><td>equals</td></tr></table>
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 <table id=\"api-filter\"><tr><th>Name</th><th>Description</th><th>Type</th><th>Operators</th></tr><tr><td>childFilename</td><td>Original File Name</td><td>Any Text</td><td>equals, not equals, one of, like, not like, not one of</td></tr><tr><td>importFilename</td><td>Client File Name</td><td>Any Text</td><td>equals, not equals, one of, like, not like, not one of</td></tr><tr><td>uploadTimestamp</td><td>Client File Upload Date</td><td>Date & Time</td><td>equals, not equals, less than, between, greater than, less than equal, greater than equal, not between</td></tr><tr><td>uploadedByUserID</td><td>Utility Management System User ID</td><td>Whole Number</td><td>equals</td></tr><tr><td>problemTypeID</td><td>Problem File Type ID</td><td>Whole Number</td><td>equals</td></tr><tr><td>automatic</td><td>Automatic Upload</td><td>True/False</td><td>equals</td></tr></table>
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 original filename from the user's upload. Mapped from the originalFileName column rather than childFileName, because some clients have a feature flag that forces unique file names, in which case childFileName can differ from the name the user originally uploaded.
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 original filename from the user's upload. Mapped from the originalFileName column rather than childFileName, because some clients have a feature flag that forces unique file names, in which case childFileName can differ from the name the user originally uploaded.
3049
+ * The child filename
3054
3050
  */
3055
3051
  childFilename;
3056
3052
  /**