@serve.zone/dcrouter 11.8.11 → 11.9.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.
@@ -43149,4 +43149,4 @@ ibantools/jsnext/ibantools.js:
43149
43149
  * @preferred
43150
43150
  *)
43151
43151
  */
43152
- //# sourceMappingURL=bundle-1774002702439.js.map
43152
+ //# sourceMappingURL=bundle-1774020947557.js.map
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/dcrouter',
6
- version: '11.8.11',
6
+ version: '11.9.0',
7
7
  description: 'A multifaceted routing service handling mail and SMS delivery functions.'
8
8
  };
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsV0FBVyxFQUFFLDBFQUEwRTtDQUN4RixDQUFBIn0=
9
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLDBFQUEwRTtDQUN4RixDQUFBIn0=
@@ -200,10 +200,17 @@ export declare class DcRouter {
200
200
  error?: string;
201
201
  }>;
202
202
  certProvisionScheduler?: CertProvisionScheduler;
203
+ serviceManager: plugins.taskbuffer.ServiceManager;
204
+ smartAcmeReady: boolean;
203
205
  typedrouter: plugins.typedrequest.TypedRouter<import("@api.global/typedrequest-interfaces").ITypedRequest>;
204
206
  private constructorRoutes;
205
207
  private qenv;
206
208
  constructor(optionsArg: IDcRouterOptions);
209
+ /**
210
+ * Register all dcrouter services with the ServiceManager.
211
+ * Services are started in dependency order, with failure isolation for optional services.
212
+ */
213
+ private registerServices;
207
214
  start(): Promise<void>;
208
215
  /**
209
216
  * Log comprehensive startup summary