Compare commits
2 Commits
298e1d62c0
...
5c76adf167
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c76adf167 | |||
| 2c640125e8 |
Generated
+3
-3
@@ -3166,9 +3166,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/eslint": {
|
"node_modules/eslint": {
|
||||||
"version": "10.6.0",
|
"version": "10.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.7.0.tgz",
|
||||||
"integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==",
|
"integrity": "sha512-GVTD7s1vdIl6UYvAfriOPeY1Df8LIZjfofLvHwde+erDHGGuHyuM6xoxRxmHiebhYuD2p1vN4wWh0XzPARSGDQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|||||||
@@ -22,6 +22,17 @@ use KTXF\Resource\Provider\ResourceProviderBaseInterface;
|
|||||||
interface ProviderBaseInterface extends ResourceProviderBaseInterface{
|
interface ProviderBaseInterface extends ResourceProviderBaseInterface{
|
||||||
|
|
||||||
public const JSON_TYPE = 'mail:provider';
|
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
|
* Finds a service that handles a specific email address
|
||||||
|
|||||||
Reference in New Issue
Block a user