nucleus-core-ts 0.8.121 → 0.8.122

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.
@@ -1,4 +1,4 @@
1
- declare var ps: () => import("h-state").StoreType<{
1
+ declare var Is: () => import("h-state").StoreType<{
2
2
  connection: {
3
3
  status: string;
4
4
  clientId: null;
@@ -206,7 +206,7 @@ declare function m5(n: any, r: any, t: any, o: any): (e: any, s: any) => Promise
206
206
  code: any;
207
207
  message: any;
208
208
  }>;
209
- declare function y2(n: any, r: any): () => {};
209
+ declare function T2(n: any, r: any): () => {};
210
210
  declare class mi {
211
211
  constructor(n?: {});
212
212
  config: {
@@ -215,7 +215,7 @@ declare class mi {
215
215
  retryDelay: number;
216
216
  debug: boolean;
217
217
  };
218
- logger: qr;
218
+ logger: Cr;
219
219
  buildUrl(n: any): any;
220
220
  buildHeaders(n: any): Headers;
221
221
  parseResponseHeaders(n: any): {
@@ -361,7 +361,7 @@ declare class mi {
361
361
  createdAt: Date;
362
362
  }>;
363
363
  }
364
- declare function v8(n: any): Promise<U$<"", {
364
+ declare function Z8(n: any): Promise<W$<"", {
365
365
  decorator: {};
366
366
  store: {};
367
367
  derive: {};
@@ -648,7 +648,7 @@ declare namespace Qs {
648
648
  export { subEndpoints_6 as subEndpoints };
649
649
  }
650
650
  }
651
- declare class qr {
651
+ declare class Cr {
652
652
  static instance: null;
653
653
  static getInstance(n: any): null;
654
654
  static resetInstance(): void;
@@ -658,8 +658,8 @@ declare class qr {
658
658
  auditTransports: Da[];
659
659
  context: {};
660
660
  correlationId: any;
661
- child(n: any, r: any): qr;
662
- withCorrelationId(n: any): qr;
661
+ child(n: any, r: any): Cr;
662
+ withCorrelationId(n: any): Cr;
663
663
  addTransport(n: any): void;
664
664
  addAuditTransport(n: any): void;
665
665
  setLevel(n: any): void;
@@ -689,7 +689,7 @@ declare class qr {
689
689
  trace(n: any): Promise<void>;
690
690
  traceSync(n: any): void;
691
691
  }
692
- import U$ from "elysia";
692
+ import W$ from "elysia";
693
693
  declare class Sa {
694
694
  constructor(n?: {});
695
695
  name: string;
@@ -709,5 +709,5 @@ declare class Da {
709
709
  enabled: any;
710
710
  write(n: any): void;
711
711
  }
712
- export { ps as usePubSubStore, S5 as usePubSub, d5 as serverFetch, d_ as generateVerificationEndpoints, s_ as generateSystemTableEndpoints, f_ as generateMonitoringEndpoints, a_ as generateEndpointsFromConfig, e_ as generateAuthEndpoints, c5 as generateAllEndpoints, l_ as generateAdminEndpoints, m5 as createServerFactory, y2 as createApiHook, mi as ServerFetch, v8 as NucleusElysiaPlugin, Qs as AUTH_ENDPOINT_CONFIGS };
712
+ export { Is as usePubSubStore, S5 as usePubSub, d5 as serverFetch, d_ as generateVerificationEndpoints, s_ as generateSystemTableEndpoints, f_ as generateMonitoringEndpoints, a_ as generateEndpointsFromConfig, e_ as generateAuthEndpoints, c5 as generateAllEndpoints, l_ as generateAdminEndpoints, m5 as createServerFactory, T2 as createApiHook, mi as ServerFetch, Z8 as NucleusElysiaPlugin, Qs as AUTH_ENDPOINT_CONFIGS };
713
713
  //# sourceMappingURL=index.d.ts.map