@energycap/energycap-billcapture-sdk-angular 1.0.373 → 1.0.379-develop-20260820-1356

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.
@@ -3551,6 +3551,7 @@ class APIFilter {
3551
3551
  class BillRetrievalResponseDTO {
3552
3552
  billRetrievalId;
3553
3553
  status;
3554
+ title;
3554
3555
  startedAt;
3555
3556
  }
3556
3557
 
@@ -3649,6 +3650,7 @@ class CreateBillRetrievalRequestDTO {
3649
3650
  clientIds;
3650
3651
  credentialIds;
3651
3652
  maxAccountsPerCredential;
3653
+ title;
3652
3654
  }
3653
3655
 
3654
3656
  /**