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

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
  */
@@ -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: '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>
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>
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: '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>
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>
2457
2457
  * @param pageSize The number of elements to return in a page
2458
2458
  * @param pageNumber The current page number
2459
2459
  */
@@ -2752,7 +2752,6 @@ class ClientResponseDTO {
2752
2752
  useLegacyClientStart;
2753
2753
  uploadValidation;
2754
2754
  flatfileRouting;
2755
- useProblemFileDetection;
2756
2755
  }
2757
2756
 
2758
2757
  /**
@@ -2975,7 +2974,7 @@ class ProblemFileHistoryResponseDTO {
2975
2974
  */
2976
2975
  childFileUrl;
2977
2976
  /**
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.
2977
+ * The child filename
2979
2978
  */
2980
2979
  childFilename;
2981
2980
  /**
@@ -2989,10 +2988,6 @@ class ProblemFileHistoryResponseDTO {
2989
2988
  uploadedBy;
2990
2989
  problemType;
2991
2990
  resolvedBy;
2992
- /**
2993
- * The timestamp when the problem file was resolved
2994
- */
2995
- resolvedTimestamp;
2996
2991
  /**
2997
2992
  * The action taken to resolve the problem file (\"Ignored\", \"Replaced\", or \"Processed Anyway\")
2998
2993
  */
@@ -3051,7 +3046,7 @@ class ProblemFileResponseDTO {
3051
3046
  */
3052
3047
  childFileUrl;
3053
3048
  /**
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.
3049
+ * The child filename
3055
3050
  */
3056
3051
  childFilename;
3057
3052
  /**