@serve.zone/dcrouter 13.44.1 → 13.45.0

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/dcrouter',
6
- version: '13.44.1',
6
+ version: '13.45.0',
7
7
  description: 'A multifaceted routing service handling mail and SMS delivery functions.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsV0FBVyxFQUFFLDBFQUEwRTtDQUN4RixDQUFBIn0=
@@ -312,6 +312,11 @@ export declare class DcRouter {
312
312
  * Generate SmartProxy routes for DNS configuration
313
313
  */
314
314
  private generateDnsRoutes;
315
+ private getRuntimeEmailRoutes;
316
+ private getCurrentGeneratedEmailRouteNames;
317
+ private shouldHydrateGeneratedEmailRoute;
318
+ private createServerFirstEmailRuntimeRoute;
319
+ private createEmailSocketProxyHandler;
315
320
  private hydrateStoredRouteForRuntime;
316
321
  /**
317
322
  * Check if a domain matches a pattern (including wildcard support)