TF-4308 add data layer for addListLabelToListEmails
This commit is contained in:
@@ -195,4 +195,14 @@ abstract class EmailRepository {
|
||||
List<EmailId> emailIds,
|
||||
KeyWordIdentifier labelKeyword,
|
||||
);
|
||||
|
||||
Future<({
|
||||
List<EmailId> emailIdsSuccess,
|
||||
Map<Id, SetError> mapErrors,
|
||||
})> addListLabelToListEmail(
|
||||
Session session,
|
||||
AccountId accountId,
|
||||
List<EmailId> emailIds,
|
||||
List<KeyWordIdentifier> labelKeywords,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user