nucleus-core-ts 0.8.101 → 0.8.103

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 Os: () => import("h-state").StoreType<{
1
+ declare var Ps: () => import("h-state").StoreType<{
2
2
  connection: {
3
3
  status: string;
4
4
  clientId: null;
@@ -9,7 +9,7 @@ declare var Os: () => import("h-state").StoreType<{
9
9
  events: never[];
10
10
  maxEvents: number;
11
11
  }, Record<string, unknown>>;
12
- declare function o5(n: any): {
12
+ declare function c5(n: any): {
13
13
  isConnected: boolean;
14
14
  isConnecting: boolean;
15
15
  clientId: null;
@@ -19,18 +19,18 @@ declare function o5(n: any): {
19
19
  reconnectAttempt: number;
20
20
  connect: () => void;
21
21
  disconnect: () => void;
22
- subscribe: (D: any) => void;
23
- unsubscribe: (D: any) => void;
22
+ subscribe: (M: any) => void;
23
+ unsubscribe: (M: any) => void;
24
24
  clearEvents: unknown;
25
- getEventsByTopic: (D: any) => never[];
25
+ getEventsByTopic: (M: any) => never[];
26
26
  };
27
- declare var F2: sa;
28
- declare function jd(): {};
29
- declare function Kd(n: any): {};
30
- declare function qd(n: any): {};
27
+ declare var j2: fa;
28
+ declare function Kd(): {};
29
+ declare function vd(n: any): {};
31
30
  declare function Fd(n: any): {};
32
- declare function G2(n: any, r: any): any;
33
- declare function vd(n: any): {
31
+ declare function jd(n: any): {};
32
+ declare function O2(n: any, r: any): any;
33
+ declare function pd(n: any): {
34
34
  ADMIN_IMPERSONATE: {
35
35
  method: string;
36
36
  path: string;
@@ -56,7 +56,7 @@ declare function vd(n: any): {
56
56
  _error: undefined;
57
57
  };
58
58
  };
59
- declare function Z2(n: any, r: any, t: any, o: any): (e: any, s: any) => Promise<{
59
+ declare function I2(n: any, r: any, t: any, o: any): (e: any, s: any) => Promise<{
60
60
  isSuccess: boolean;
61
61
  errors: {
62
62
  message: string;
@@ -71,8 +71,8 @@ declare function Z2(n: any, r: any, t: any, o: any): (e: any, s: any) => Promise
71
71
  code: any;
72
72
  message: any;
73
73
  }>;
74
- declare function J2(n: any, r: any): () => {};
75
- declare class sa {
74
+ declare function X2(n: any, r: any): () => {};
75
+ declare class fa {
76
76
  constructor(n?: {});
77
77
  config: {
78
78
  timeout: number;
@@ -226,7 +226,7 @@ declare class sa {
226
226
  createdAt: Date;
227
227
  }>;
228
228
  }
229
- declare function BR(n: any): Promise<fh<"", {
229
+ declare function U6(n: any): Promise<dh<"", {
230
230
  decorator: {};
231
231
  store: {};
232
232
  derive: {};
@@ -254,7 +254,7 @@ declare function BR(n: any): Promise<fh<"", {
254
254
  standaloneSchema: {};
255
255
  response: {};
256
256
  }>>;
257
- declare namespace Ds {
257
+ declare namespace Hs {
258
258
  namespace login {
259
259
  let key: string;
260
260
  let method: string;
@@ -519,8 +519,8 @@ declare class Gr {
519
519
  static resetInstance(): void;
520
520
  constructor(n: {} | undefined, r: {} | undefined, t: any);
521
521
  config: any;
522
- transports: _i[];
523
- auditTransports: gi[];
522
+ transports: gi[];
523
+ auditTransports: mi[];
524
524
  context: {};
525
525
  correlationId: any;
526
526
  child(n: any, r: any): Gr;
@@ -554,8 +554,8 @@ declare class Gr {
554
554
  trace(n: any): Promise<void>;
555
555
  traceSync(n: any): void;
556
556
  }
557
- import fh from "elysia";
558
- declare class _i {
557
+ import dh from "elysia";
558
+ declare class gi {
559
559
  constructor(n?: {});
560
560
  name: string;
561
561
  colorize: any;
@@ -568,11 +568,11 @@ declare class _i {
568
568
  (...data: any[]): void;
569
569
  };
570
570
  }
571
- declare class gi {
571
+ declare class mi {
572
572
  constructor(n?: {});
573
573
  name: string;
574
574
  enabled: any;
575
575
  write(n: any): void;
576
576
  }
577
- export { Os as usePubSubStore, o5 as usePubSub, F2 as serverFetch, jd as generateSystemTableEndpoints, Kd as generateMonitoringEndpoints, qd as generateEndpointsFromConfig, Fd as generateAuthEndpoints, G2 as generateAllEndpoints, vd as generateAdminEndpoints, Z2 as createServerFactory, J2 as createApiHook, sa as ServerFetch, BR as NucleusElysiaPlugin, Ds as AUTH_ENDPOINT_CONFIGS };
577
+ export { Ps as usePubSubStore, c5 as usePubSub, j2 as serverFetch, Kd as generateSystemTableEndpoints, vd as generateMonitoringEndpoints, Fd as generateEndpointsFromConfig, jd as generateAuthEndpoints, O2 as generateAllEndpoints, pd as generateAdminEndpoints, I2 as createServerFactory, X2 as createApiHook, fa as ServerFetch, U6 as NucleusElysiaPlugin, Hs as AUTH_ENDPOINT_CONFIGS };
578
578
  //# sourceMappingURL=index.d.ts.map