2 Commits

Author SHA1 Message Date
Sebastian 10269c19d6 chore(deps): update typescript-eslint monorepo to v8.64.0
JS Unit Tests / test (pull_request) Failing after 10m29s
Build Test / build (pull_request) Failing after 10m32s
PHP Unit Tests / test (pull_request) Failing after 15m18s
2026-07-20 03:02:53 +00:00
Sebastian 2c640125e8 feat: system user
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-19 06:56:38 -04:00
@@ -22,6 +22,17 @@ 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