1 Commits

Author SHA1 Message Date
Sebastian 340a0b3d2c chore(deps): update typescript-eslint monorepo to v8.64.0
PHP Unit Tests / test (pull_request) Failing after 11m52s
JS Unit Tests / test (pull_request) Failing after 12m9s
Build Test / build (pull_request) Failing after 12m26s
2026-07-19 03:03:04 +00:00
@@ -22,17 +22,6 @@ use KTXF\Resource\Provider\ResourceProviderBaseInterface;
interface ProviderBaseInterface extends ResourceProviderBaseInterface{
public const JSON_TYPE = 'mail:provider';
/**
* Reserved user identifier for system-owned mail services
*
* Services stored under this user id belong to the tenant itself rather
* than any real user (e.g. accounts used to deliver system-generated
* messages such as verification codes and password resets).
*
* @since 2026.07.01
*/
public const USER_SYSTEM = 'system';
/**
* Finds a service that handles a specific email address