@energycap/energycap-billcapture-sdk-angular 1.0.263-develop-20260327-1123 → 1.0.265-develop-20260331-1638

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 <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>
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 <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>
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 <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>
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 <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>
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 child filename
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.
2978
2978
  */
2979
2979
  childFilename;
2980
2980
  /**
@@ -3046,7 +3046,7 @@ class ProblemFileResponseDTO {
3046
3046
  */
3047
3047
  childFileUrl;
3048
3048
  /**
3049
- * The child filename
3049
+ * 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.
3050
3050
  */
3051
3051
  childFilename;
3052
3052
  /**