@energycap/energycap-billcapture-sdk-angular 1.0.379-develop-20260820-1356 → 1.0.380
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,7 +3551,6 @@ class APIFilter {
|
|
|
3551
3551
|
class BillRetrievalResponseDTO {
|
|
3552
3552
|
billRetrievalId;
|
|
3553
3553
|
status;
|
|
3554
|
-
title;
|
|
3555
3554
|
startedAt;
|
|
3556
3555
|
}
|
|
3557
3556
|
|
|
@@ -3650,7 +3649,6 @@ class CreateBillRetrievalRequestDTO {
|
|
|
3650
3649
|
clientIds;
|
|
3651
3650
|
credentialIds;
|
|
3652
3651
|
maxAccountsPerCredential;
|
|
3653
|
-
title;
|
|
3654
3652
|
}
|
|
3655
3653
|
|
|
3656
3654
|
/**
|