nucleus-core-ts 0.8.65 → 0.8.69

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.
@@ -9,7 +9,7 @@ declare var Ws: () => import("h-state").StoreType<{
9
9
  events: never[];
10
10
  maxEvents: number;
11
11
  }, Record<string, unknown>>;
12
- declare function N2(n: any): {
12
+ declare function q2(n: any): {
13
13
  isConnected: boolean;
14
14
  isConnecting: boolean;
15
15
  clientId: null;
@@ -24,13 +24,13 @@ declare function N2(n: any): {
24
24
  clearEvents: unknown;
25
25
  getEventsByTopic: (B: any) => never[];
26
26
  };
27
- declare var W2: ra;
28
- declare function Ld(): {};
29
- declare function Jd(n: any): {};
27
+ declare var Y2: ea;
28
+ declare function Jd(): {};
29
+ declare function Ld(n: any): {};
30
30
  declare function Wd(n: any): {};
31
31
  declare function Yd(n: any): {};
32
- declare function S2(n: any, r: any): any;
33
- declare function C2(n: any, r: any, t: any, o: any): (i: any, s: any) => Promise<{
32
+ declare function M2(n: any, r: any): any;
33
+ declare function x2(n: any, r: any, t: any, o: any): (i: any, s: any) => Promise<{
34
34
  isSuccess: boolean;
35
35
  errors: {
36
36
  message: string;
@@ -45,8 +45,8 @@ declare function C2(n: any, r: any, t: any, o: any): (i: any, s: any) => Promise
45
45
  code: any;
46
46
  message: any;
47
47
  }>;
48
- declare function $2(n: any, r: any): () => {};
49
- declare class ra {
48
+ declare function A2(n: any, r: any): () => {};
49
+ declare class ea {
50
50
  constructor(n?: {});
51
51
  config: {
52
52
  timeout: number;
@@ -54,7 +54,7 @@ declare class ra {
54
54
  retryDelay: number;
55
55
  debug: boolean;
56
56
  };
57
- logger: Lr;
57
+ logger: Jr;
58
58
  buildUrl(n: any): any;
59
59
  buildHeaders(n: any): Headers;
60
60
  parseResponseHeaders(n: any): {
@@ -200,7 +200,7 @@ declare class ra {
200
200
  createdAt: Date;
201
201
  }>;
202
202
  }
203
- declare function uE(n: any): Promise<vh<"", {
203
+ declare function bE(n: any): Promise<Ih<"", {
204
204
  decorator: {};
205
205
  store: {};
206
206
  derive: {};
@@ -487,18 +487,18 @@ declare namespace $s {
487
487
  export { subEndpoints_6 as subEndpoints };
488
488
  }
489
489
  }
490
- declare class Lr {
490
+ declare class Jr {
491
491
  static instance: null;
492
492
  static getInstance(n: any): null;
493
493
  static resetInstance(): void;
494
494
  constructor(n: {} | undefined, r: {} | undefined, t: any);
495
495
  config: any;
496
- transports: ac[];
497
- auditTransports: ic[];
496
+ transports: sc[];
497
+ auditTransports: fc[];
498
498
  context: {};
499
499
  correlationId: any;
500
- child(n: any, r: any): Lr;
501
- withCorrelationId(n: any): Lr;
500
+ child(n: any, r: any): Jr;
501
+ withCorrelationId(n: any): Jr;
502
502
  addTransport(n: any): void;
503
503
  addAuditTransport(n: any): void;
504
504
  setLevel(n: any): void;
@@ -528,8 +528,8 @@ declare class Lr {
528
528
  trace(n: any): Promise<void>;
529
529
  traceSync(n: any): void;
530
530
  }
531
- import vh from "elysia";
532
- declare class ac {
531
+ import Ih from "elysia";
532
+ declare class sc {
533
533
  constructor(n?: {});
534
534
  name: string;
535
535
  colorize: any;
@@ -542,11 +542,11 @@ declare class ac {
542
542
  (...data: any[]): void;
543
543
  };
544
544
  }
545
- declare class ic {
545
+ declare class fc {
546
546
  constructor(n?: {});
547
547
  name: string;
548
548
  enabled: any;
549
549
  write(n: any): void;
550
550
  }
551
- export { Ws as usePubSubStore, N2 as usePubSub, W2 as serverFetch, Ld as generateSystemTableEndpoints, Jd as generateMonitoringEndpoints, Wd as generateEndpointsFromConfig, Yd as generateAuthEndpoints, S2 as generateAllEndpoints, C2 as createServerFactory, $2 as createApiHook, ra as ServerFetch, uE as NucleusElysiaPlugin, $s as AUTH_ENDPOINT_CONFIGS };
551
+ export { Ws as usePubSubStore, q2 as usePubSub, Y2 as serverFetch, Jd as generateSystemTableEndpoints, Ld as generateMonitoringEndpoints, Wd as generateEndpointsFromConfig, Yd as generateAuthEndpoints, M2 as generateAllEndpoints, x2 as createServerFactory, A2 as createApiHook, ea as ServerFetch, bE as NucleusElysiaPlugin, $s as AUTH_ENDPOINT_CONFIGS };
552
552
  //# sourceMappingURL=index.d.ts.map