nucleus-core-ts 0.8.74 → 0.8.76

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 Js: () => import("h-state").StoreType<{
1
+ declare var Xs: () => import("h-state").StoreType<{
2
2
  connection: {
3
3
  status: string;
4
4
  clientId: null;
@@ -19,17 +19,17 @@ declare function p2(n: any): {
19
19
  reconnectAttempt: number;
20
20
  connect: () => void;
21
21
  disconnect: () => void;
22
- subscribe: (J: any) => void;
23
- unsubscribe: (J: any) => void;
22
+ subscribe: (U: any) => void;
23
+ unsubscribe: (U: any) => void;
24
24
  clearEvents: unknown;
25
- getEventsByTopic: (J: any) => never[];
25
+ getEventsByTopic: (U: any) => never[];
26
26
  };
27
- declare var L2: cc;
28
- declare function Vd(): {};
29
- declare function Cd(n: any): {};
30
- declare function Xd(n: any): {};
27
+ declare var L2: ec;
28
+ declare function Cd(): {};
29
+ declare function Qd(n: any): {};
31
30
  declare function Ld(n: any): {};
32
- declare function z2(n: any, r: any): any;
31
+ declare function Vd(n: any): {};
32
+ declare function U2(n: any, r: any): any;
33
33
  declare function G2(n: any, r: any, t: any, o: any): (i: any, s: any) => Promise<{
34
34
  isSuccess: boolean;
35
35
  errors: {
@@ -46,7 +46,7 @@ declare function G2(n: any, r: any, t: any, o: any): (i: any, s: any) => Promise
46
46
  message: any;
47
47
  }>;
48
48
  declare function E2(n: any, r: any): () => {};
49
- declare class cc {
49
+ declare class ec {
50
50
  constructor(n?: {});
51
51
  config: {
52
52
  timeout: number;
@@ -54,7 +54,7 @@ declare class cc {
54
54
  retryDelay: number;
55
55
  debug: boolean;
56
56
  };
57
- logger: Vr;
57
+ logger: Cr;
58
58
  buildUrl(n: any): any;
59
59
  buildHeaders(n: any): Headers;
60
60
  parseResponseHeaders(n: any): {
@@ -228,7 +228,7 @@ declare function mE(n: any): Promise<n5<"", {
228
228
  standaloneSchema: {};
229
229
  response: {};
230
230
  }>>;
231
- declare namespace Rs {
231
+ declare namespace ks {
232
232
  namespace login {
233
233
  let key: string;
234
234
  let method: string;
@@ -487,18 +487,18 @@ declare namespace Rs {
487
487
  export { subEndpoints_6 as subEndpoints };
488
488
  }
489
489
  }
490
- declare class Vr {
490
+ declare class Cr {
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: fe[];
497
- auditTransports: ue[];
496
+ transports: de[];
497
+ auditTransports: be[];
498
498
  context: {};
499
499
  correlationId: any;
500
- child(n: any, r: any): Vr;
501
- withCorrelationId(n: any): Vr;
500
+ child(n: any, r: any): Cr;
501
+ withCorrelationId(n: any): Cr;
502
502
  addTransport(n: any): void;
503
503
  addAuditTransport(n: any): void;
504
504
  setLevel(n: any): void;
@@ -529,7 +529,7 @@ declare class Vr {
529
529
  traceSync(n: any): void;
530
530
  }
531
531
  import n5 from "elysia";
532
- declare class fe {
532
+ declare class de {
533
533
  constructor(n?: {});
534
534
  name: string;
535
535
  colorize: any;
@@ -542,11 +542,11 @@ declare class fe {
542
542
  (...data: any[]): void;
543
543
  };
544
544
  }
545
- declare class ue {
545
+ declare class be {
546
546
  constructor(n?: {});
547
547
  name: string;
548
548
  enabled: any;
549
549
  write(n: any): void;
550
550
  }
551
- export { Js as usePubSubStore, p2 as usePubSub, L2 as serverFetch, Vd as generateSystemTableEndpoints, Cd as generateMonitoringEndpoints, Xd as generateEndpointsFromConfig, Ld as generateAuthEndpoints, z2 as generateAllEndpoints, G2 as createServerFactory, E2 as createApiHook, cc as ServerFetch, mE as NucleusElysiaPlugin, Rs as AUTH_ENDPOINT_CONFIGS };
551
+ export { Xs as usePubSubStore, p2 as usePubSub, L2 as serverFetch, Cd as generateSystemTableEndpoints, Qd as generateMonitoringEndpoints, Ld as generateEndpointsFromConfig, Vd as generateAuthEndpoints, U2 as generateAllEndpoints, G2 as createServerFactory, E2 as createApiHook, ec as ServerFetch, mE as NucleusElysiaPlugin, ks as AUTH_ENDPOINT_CONFIGS };
552
552
  //# sourceMappingURL=index.d.ts.map