nucleus-core-ts 0.8.59 → 0.8.61
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.
package/dist/dist/index.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ declare function z2(n: any): {
|
|
|
24
24
|
clearEvents: unknown;
|
|
25
25
|
getEventsByTopic: (z: any) => never[];
|
|
26
26
|
};
|
|
27
|
-
declare var m2:
|
|
27
|
+
declare var m2: na;
|
|
28
28
|
declare function zd(): {};
|
|
29
29
|
declare function Ud(n: any): {};
|
|
30
30
|
declare function Dd(n: any): {};
|
|
@@ -45,8 +45,8 @@ declare function A2(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
|
|
49
|
-
declare class
|
|
48
|
+
declare function c2(n: any, r: any): () => {};
|
|
49
|
+
declare class na {
|
|
50
50
|
constructor(n?: {});
|
|
51
51
|
config: {
|
|
52
52
|
timeout: number;
|
|
@@ -228,7 +228,7 @@ declare function T4(n: any): Promise<X5<"", {
|
|
|
228
228
|
standaloneSchema: {};
|
|
229
229
|
response: {};
|
|
230
230
|
}>>;
|
|
231
|
-
declare namespace
|
|
231
|
+
declare namespace gs {
|
|
232
232
|
namespace login {
|
|
233
233
|
let key: string;
|
|
234
234
|
let method: string;
|
|
@@ -474,7 +474,7 @@ declare class Yr {
|
|
|
474
474
|
static resetInstance(): void;
|
|
475
475
|
constructor(n: {} | undefined, r: {} | undefined, t: any);
|
|
476
476
|
config: any;
|
|
477
|
-
transports:
|
|
477
|
+
transports: ce[];
|
|
478
478
|
auditTransports: ee[];
|
|
479
479
|
context: {};
|
|
480
480
|
correlationId: any;
|
|
@@ -486,14 +486,14 @@ declare class Yr {
|
|
|
486
486
|
setAuditEnabled(n: any): void;
|
|
487
487
|
isAuditEnabled(): any;
|
|
488
488
|
shouldLog(n: any): boolean;
|
|
489
|
-
createEntry(n: any, r: any, t: any, o: any,
|
|
489
|
+
createEntry(n: any, r: any, t: any, o: any, c: any): {
|
|
490
490
|
timestamp: string;
|
|
491
491
|
level: any;
|
|
492
492
|
message: any;
|
|
493
493
|
service: any;
|
|
494
494
|
correlationId: any;
|
|
495
495
|
};
|
|
496
|
-
log(n: any, r: any, t: any, o: any,
|
|
496
|
+
log(n: any, r: any, t: any, o: any, c: any): void;
|
|
497
497
|
debug(n: any, r: any): void;
|
|
498
498
|
info(n: any, r: any): void;
|
|
499
499
|
warn(n: any, r: any): void;
|
|
@@ -510,7 +510,7 @@ declare class Yr {
|
|
|
510
510
|
traceSync(n: any): void;
|
|
511
511
|
}
|
|
512
512
|
import X5 from "elysia";
|
|
513
|
-
declare class
|
|
513
|
+
declare class ce {
|
|
514
514
|
constructor(n?: {});
|
|
515
515
|
name: string;
|
|
516
516
|
colorize: any;
|
|
@@ -529,5 +529,5 @@ declare class ee {
|
|
|
529
529
|
enabled: any;
|
|
530
530
|
write(n: any): void;
|
|
531
531
|
}
|
|
532
|
-
export { Ds as usePubSubStore, z2 as usePubSub, m2 as serverFetch, zd as generateSystemTableEndpoints, Ud as generateMonitoringEndpoints, Dd as generateEndpointsFromConfig, Hd as generateAuthEndpoints, l2 as generateAllEndpoints, A2 as createServerFactory,
|
|
532
|
+
export { Ds as usePubSubStore, z2 as usePubSub, m2 as serverFetch, zd as generateSystemTableEndpoints, Ud as generateMonitoringEndpoints, Dd as generateEndpointsFromConfig, Hd as generateAuthEndpoints, l2 as generateAllEndpoints, A2 as createServerFactory, c2 as createApiHook, na as ServerFetch, T4 as NucleusElysiaPlugin, gs as AUTH_ENDPOINT_CONFIGS };
|
|
533
533
|
//# sourceMappingURL=index.d.ts.map
|