@energycap/energycap-billcapture-sdk-angular 1.0.270 → 1.0.271-develop-20260402-1936

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
  */
@@ -2318,7 +2318,7 @@ class UploadService {
2318
2318
  * Get list of files for a specific upload
2319
2319
  *
2320
2320
  * @param clientFileId The client file identifier
2321
- * @param filter API filters. Valid values for the File Status filter are: 'Processing' and 'Processed'. Additional supported filters include: 'processedTimestamp', 'partner', and 'encFileName'. <table id=\"api-filter\"><tr><th>Name</th><th>Description</th><th>Type</th><th>Operators</th></tr><tr><td>fileStatus</td><td>File Status</td><td>Any Text</td><td>equals</td></tr><tr><td>processedTimestamp</td><td>Processed Timestamp</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>partner</td><td>Partner</td><td>Any Text</td><td>like</td></tr><tr><td>encFileName</td><td>ENC File Name</td><td>Any Text</td><td>like</td></tr></table>
2321
+ * @param filter API filters. Valid values for the File Status filter are: 'ProblemFile', 'Processing' and 'Processed'. Additional supported filters include: 'processedTimestamp', 'partner', and 'encFileName'. Rows are ordered by problem files first, then processing, then processed with kickouts, and then by original file name <table id=\"api-filter\"><tr><th>Name</th><th>Description</th><th>Type</th><th>Operators</th></tr><tr><td>fileStatus</td><td>File Status</td><td>Any Text</td><td>equals</td></tr><tr><td>processedTimestamp</td><td>Processed Timestamp</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>partner</td><td>Partner</td><td>Any Text</td><td>like</td></tr><tr><td>encFileName</td><td>ENC File Name</td><td>Any Text</td><td>like</td></tr></table>
2322
2322
  * @param pageSize The number of elements to return in a page
2323
2323
  * @param pageNumber The current page number
2324
2324
  */
@@ -2453,7 +2453,7 @@ class UploadService {
2453
2453
  * Get list of files for a specific upload
2454
2454
  *
2455
2455
  * @param clientFileId The client file identifier
2456
- * @param filter API filters. Valid values for the File Status filter are: 'Processing' and 'Processed'. Additional supported filters include: 'processedTimestamp', 'partner', and 'encFileName'. <table id=\"api-filter\"><tr><th>Name</th><th>Description</th><th>Type</th><th>Operators</th></tr><tr><td>fileStatus</td><td>File Status</td><td>Any Text</td><td>equals</td></tr><tr><td>processedTimestamp</td><td>Processed Timestamp</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>partner</td><td>Partner</td><td>Any Text</td><td>like</td></tr><tr><td>encFileName</td><td>ENC File Name</td><td>Any Text</td><td>like</td></tr></table>
2456
+ * @param filter API filters. Valid values for the File Status filter are: 'ProblemFile', 'Processing' and 'Processed'. Additional supported filters include: 'processedTimestamp', 'partner', and 'encFileName'. Rows are ordered by problem files first, then processing, then processed with kickouts, and then by original file name <table id=\"api-filter\"><tr><th>Name</th><th>Description</th><th>Type</th><th>Operators</th></tr><tr><td>fileStatus</td><td>File Status</td><td>Any Text</td><td>equals</td></tr><tr><td>processedTimestamp</td><td>Processed Timestamp</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>partner</td><td>Partner</td><td>Any Text</td><td>like</td></tr><tr><td>encFileName</td><td>ENC File Name</td><td>Any Text</td><td>like</td></tr></table>
2457
2457
  * @param pageSize The number of elements to return in a page
2458
2458
  * @param pageNumber The current page number
2459
2459
  */
@@ -2752,6 +2752,7 @@ class ClientResponseDTO {
2752
2752
  useLegacyClientStart;
2753
2753
  uploadValidation;
2754
2754
  flatfileRouting;
2755
+ useProblemFileDetection;
2755
2756
  }
2756
2757
 
2757
2758
  /**
@@ -2974,7 +2975,7 @@ class ProblemFileHistoryResponseDTO {
2974
2975
  */
2975
2976
  childFileUrl;
2976
2977
  /**
2977
- * The child filename
2978
+ * 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
2979
  */
2979
2980
  childFilename;
2980
2981
  /**
@@ -2988,6 +2989,10 @@ class ProblemFileHistoryResponseDTO {
2988
2989
  uploadedBy;
2989
2990
  problemType;
2990
2991
  resolvedBy;
2992
+ /**
2993
+ * The timestamp when the problem file was resolved
2994
+ */
2995
+ resolvedTimestamp;
2991
2996
  /**
2992
2997
  * The action taken to resolve the problem file (\"Ignored\", \"Replaced\", or \"Processed Anyway\")
2993
2998
  */
@@ -3046,7 +3051,7 @@ class ProblemFileResponseDTO {
3046
3051
  */
3047
3052
  childFileUrl;
3048
3053
  /**
3049
- * The child filename
3054
+ * 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
3055
  */
3051
3056
  childFilename;
3052
3057
  /**