@energycap/energycap-billcapture-sdk-angular 1.0.295-develop-20260422-1748 → 1.0.296-develop-20260422-1944

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.
@@ -2758,6 +2758,34 @@ class ClientResponseDTO {
2758
2758
  historyPrefix;
2759
2759
  }
2760
2760
 
2761
+ /**
2762
+ * BillCapture.API
2763
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
2764
+ *
2765
+ * OpenAPI spec version: 1.0
2766
+ *
2767
+ *
2768
+ * NOTE: This class is auto generated by the swagger code generator program.
2769
+ * https://github.com/swagger-api/swagger-codegen.git
2770
+ * Do not edit the class manually.
2771
+ */
2772
+ class DuplicateInfoChildDTO {
2773
+ /**
2774
+ * Bill identifier in EUM for duplicate match
2775
+ */
2776
+ duplicateBillId;
2777
+ /**
2778
+ * Client file child identifier of duplicate in-progress upload
2779
+ */
2780
+ processingClientFileChildrenId;
2781
+ /**
2782
+ * Original file name of the in-progress duplicate file
2783
+ */
2784
+ processingChildFilename;
2785
+ processingOcrResult;
2786
+ ocrResult;
2787
+ }
2788
+
2761
2789
  /**
2762
2790
  * BillCapture.API
2763
2791
  * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
@@ -2836,6 +2864,40 @@ class MonthlyTransactionStatisticsDTO {
2836
2864
  transactionCount;
2837
2865
  }
2838
2866
 
2867
+ /**
2868
+ * BillCapture.API
2869
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
2870
+ *
2871
+ * OpenAPI spec version: 1.0
2872
+ *
2873
+ *
2874
+ * NOTE: This class is auto generated by the swagger code generator program.
2875
+ * https://github.com/swagger-api/swagger-codegen.git
2876
+ * Do not edit the class manually.
2877
+ */
2878
+ class OcrResultChildDTO {
2879
+ /**
2880
+ * OCR-detected account code (mapped from accountNumber in DB)
2881
+ */
2882
+ accountCode;
2883
+ /**
2884
+ * OCR-detected total cost
2885
+ */
2886
+ totalCost;
2887
+ /**
2888
+ * OCR-detected begin date
2889
+ */
2890
+ beginDate;
2891
+ /**
2892
+ * OCR-detected end date
2893
+ */
2894
+ endDate;
2895
+ /**
2896
+ * OCR-detected invoice number
2897
+ */
2898
+ invoiceNumber;
2899
+ }
2900
+
2839
2901
  /**
2840
2902
  * BillCapture.API
2841
2903
  * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
@@ -2974,7 +3036,7 @@ class ProblemFileHistoryResponseDTO {
2974
3036
  */
2975
3037
  clientFileId;
2976
3038
  /**
2977
- * The URL to download the child file (not yet implemented)
3039
+ * Deprecated. This property will always be null. Do not use.
2978
3040
  */
2979
3041
  childFileUrl;
2980
3042
  /**
@@ -3050,7 +3112,7 @@ class ProblemFileResponseDTO {
3050
3112
  */
3051
3113
  clientFileId;
3052
3114
  /**
3053
- * The URL to download the child file (not yet implemented)
3115
+ * Deprecated. This property will always be null. Do not use.
3054
3116
  */
3055
3117
  childFileUrl;
3056
3118
  /**
@@ -3067,6 +3129,7 @@ class ProblemFileResponseDTO {
3067
3129
  uploadTimestamp;
3068
3130
  uploadedBy;
3069
3131
  problemType;
3132
+ duplicateInfo;
3070
3133
  }
3071
3134
 
3072
3135
  /**
@@ -3401,5 +3464,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
3401
3464
  * Generated bundle index. Do not edit.
3402
3465
  */
3403
3466
 
3404
- export { APIFilter, APIS, AccountService, BASE_PATH, COLLECTION_FORMATS, ClientChildDTO, ClientEditDTO, ClientResponseDTO, ClientService, Configuration, EnergyCapSdkModule, ExportService, FileDetailDTO, ImportTaskRequestDTO, ImportTaskService, InternalService, MonthlyTransactionStatisticsDTO, PartnerChildDTO, PartnerProcessResultDTO, PartnerProcessStatus, PartnerService, ProblemFileActionRequestDTO, ProblemFileActionResponseDTO, ProblemFileHistoryResponseDTO, ProblemFileNewImportChildDTO, ProblemFileResponseDTO, ProblemFileService, ProblemTypeChildDTO, ProblemTypeResponseDTO, ProblemTypeService, TransactionLogResponseDTO, TransactionService, TransactionUsageDTO, TransactionUsageResponseDTO, UploadFileResponseDTO, UploadResponseDTO, UploadService, UtilityManagementSystemUserChildDTO, VersionService };
3467
+ export { APIFilter, APIS, AccountService, BASE_PATH, COLLECTION_FORMATS, ClientChildDTO, ClientEditDTO, ClientResponseDTO, ClientService, Configuration, DuplicateInfoChildDTO, EnergyCapSdkModule, ExportService, FileDetailDTO, ImportTaskRequestDTO, ImportTaskService, InternalService, MonthlyTransactionStatisticsDTO, OcrResultChildDTO, PartnerChildDTO, PartnerProcessResultDTO, PartnerProcessStatus, PartnerService, ProblemFileActionRequestDTO, ProblemFileActionResponseDTO, ProblemFileHistoryResponseDTO, ProblemFileNewImportChildDTO, ProblemFileResponseDTO, ProblemFileService, ProblemTypeChildDTO, ProblemTypeResponseDTO, ProblemTypeService, TransactionLogResponseDTO, TransactionService, TransactionUsageDTO, TransactionUsageResponseDTO, UploadFileResponseDTO, UploadResponseDTO, UploadService, UtilityManagementSystemUserChildDTO, VersionService };
3405
3468
  //# sourceMappingURL=energycap-energycap-billcapture-sdk-angular.mjs.map