nucleus-core-ts 0.8.57 → 0.8.59
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 +14 -14
- package/dist/index.js +26 -26
- package/dist/src/Client/ApiCaller/types.d.ts +2 -2
- package/package.json +1 -1
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: nc;
|
|
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 a2(n: any, r: any): () => {};
|
|
49
|
+
declare class nc {
|
|
50
50
|
constructor(n?: {});
|
|
51
51
|
config: {
|
|
52
52
|
timeout: number;
|
|
@@ -54,7 +54,7 @@ declare class na {
|
|
|
54
54
|
retryDelay: number;
|
|
55
55
|
debug: boolean;
|
|
56
56
|
};
|
|
57
|
-
logger:
|
|
57
|
+
logger: Yr;
|
|
58
58
|
buildUrl(n: any): any;
|
|
59
59
|
buildHeaders(n: any): Headers;
|
|
60
60
|
parseResponseHeaders(n: any): {
|
|
@@ -200,7 +200,7 @@ declare class na {
|
|
|
200
200
|
createdAt: Date;
|
|
201
201
|
}>;
|
|
202
202
|
}
|
|
203
|
-
declare function
|
|
203
|
+
declare function T4(n: any): Promise<X5<"", {
|
|
204
204
|
decorator: {};
|
|
205
205
|
store: {};
|
|
206
206
|
derive: {};
|
|
@@ -468,32 +468,32 @@ declare namespace us {
|
|
|
468
468
|
export { subEndpoints_5 as subEndpoints };
|
|
469
469
|
}
|
|
470
470
|
}
|
|
471
|
-
declare class
|
|
471
|
+
declare class Yr {
|
|
472
472
|
static instance: null;
|
|
473
473
|
static getInstance(n: any): null;
|
|
474
474
|
static resetInstance(): void;
|
|
475
475
|
constructor(n: {} | undefined, r: {} | undefined, t: any);
|
|
476
476
|
config: any;
|
|
477
|
-
transports:
|
|
477
|
+
transports: ae[];
|
|
478
478
|
auditTransports: ee[];
|
|
479
479
|
context: {};
|
|
480
480
|
correlationId: any;
|
|
481
|
-
child(n: any, r: any):
|
|
482
|
-
withCorrelationId(n: any):
|
|
481
|
+
child(n: any, r: any): Yr;
|
|
482
|
+
withCorrelationId(n: any): Yr;
|
|
483
483
|
addTransport(n: any): void;
|
|
484
484
|
addAuditTransport(n: any): void;
|
|
485
485
|
setLevel(n: any): void;
|
|
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, a: 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, a: 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;
|
|
@@ -509,8 +509,8 @@ declare class xr {
|
|
|
509
509
|
trace(n: any): Promise<void>;
|
|
510
510
|
traceSync(n: any): void;
|
|
511
511
|
}
|
|
512
|
-
import
|
|
513
|
-
declare class
|
|
512
|
+
import X5 from "elysia";
|
|
513
|
+
declare class ae {
|
|
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, a2 as createApiHook, nc as ServerFetch, T4 as NucleusElysiaPlugin, us as AUTH_ENDPOINT_CONFIGS };
|
|
533
533
|
//# sourceMappingURL=index.d.ts.map
|