nucleus-core-ts 0.8.92 → 0.8.94
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var Cs: () => import("h-state").StoreType<{
|
|
2
2
|
connection: {
|
|
3
3
|
status: string;
|
|
4
4
|
clientId: null;
|
|
@@ -19,17 +19,17 @@ declare function oh(n: any): {
|
|
|
19
19
|
reconnectAttempt: number;
|
|
20
20
|
connect: () => void;
|
|
21
21
|
disconnect: () => void;
|
|
22
|
-
subscribe: (
|
|
23
|
-
unsubscribe: (
|
|
22
|
+
subscribe: (z: any) => void;
|
|
23
|
+
unsubscribe: (z: any) => void;
|
|
24
24
|
clearEvents: unknown;
|
|
25
|
-
getEventsByTopic: (
|
|
25
|
+
getEventsByTopic: (z: any) => never[];
|
|
26
26
|
};
|
|
27
|
-
declare var F2:
|
|
27
|
+
declare var F2: ec;
|
|
28
28
|
declare function jd(): {};
|
|
29
29
|
declare function pd(n: any): {};
|
|
30
30
|
declare function qd(n: any): {};
|
|
31
31
|
declare function Fd(n: any): {};
|
|
32
|
-
declare function
|
|
32
|
+
declare function P2(n: any, r: any): any;
|
|
33
33
|
declare function Kd(n: any): {
|
|
34
34
|
ADMIN_IMPERSONATE: {
|
|
35
35
|
method: string;
|
|
@@ -72,7 +72,7 @@ declare function I2(n: any, r: any, t: any, o: any): (i: any, s: any) => Promise
|
|
|
72
72
|
message: any;
|
|
73
73
|
}>;
|
|
74
74
|
declare function J2(n: any, r: any): () => {};
|
|
75
|
-
declare class
|
|
75
|
+
declare class ec {
|
|
76
76
|
constructor(n?: {});
|
|
77
77
|
config: {
|
|
78
78
|
timeout: number;
|
|
@@ -80,7 +80,7 @@ declare class cc {
|
|
|
80
80
|
retryDelay: number;
|
|
81
81
|
debug: boolean;
|
|
82
82
|
};
|
|
83
|
-
logger:
|
|
83
|
+
logger: Qr;
|
|
84
84
|
buildUrl(n: any): any;
|
|
85
85
|
buildHeaders(n: any): Headers;
|
|
86
86
|
parseResponseHeaders(n: any): {
|
|
@@ -226,7 +226,7 @@ declare class cc {
|
|
|
226
226
|
createdAt: Date;
|
|
227
227
|
}>;
|
|
228
228
|
}
|
|
229
|
-
declare function
|
|
229
|
+
declare function UE(n: any): Promise<l5<"", {
|
|
230
230
|
decorator: {};
|
|
231
231
|
store: {};
|
|
232
232
|
derive: {};
|
|
@@ -254,7 +254,7 @@ declare function BE(n: any): Promise<l5<"", {
|
|
|
254
254
|
standaloneSchema: {};
|
|
255
255
|
response: {};
|
|
256
256
|
}>>;
|
|
257
|
-
declare namespace
|
|
257
|
+
declare namespace Ds {
|
|
258
258
|
namespace login {
|
|
259
259
|
let key: string;
|
|
260
260
|
let method: string;
|
|
@@ -513,18 +513,18 @@ declare namespace Ms {
|
|
|
513
513
|
export { subEndpoints_6 as subEndpoints };
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
|
-
declare class
|
|
516
|
+
declare class Qr {
|
|
517
517
|
static instance: null;
|
|
518
518
|
static getInstance(n: any): null;
|
|
519
519
|
static resetInstance(): void;
|
|
520
520
|
constructor(n: {} | undefined, r: {} | undefined, t: any);
|
|
521
521
|
config: any;
|
|
522
|
-
transports:
|
|
523
|
-
auditTransports:
|
|
522
|
+
transports: de[];
|
|
523
|
+
auditTransports: be[];
|
|
524
524
|
context: {};
|
|
525
525
|
correlationId: any;
|
|
526
|
-
child(n: any, r: any):
|
|
527
|
-
withCorrelationId(n: any):
|
|
526
|
+
child(n: any, r: any): Qr;
|
|
527
|
+
withCorrelationId(n: any): Qr;
|
|
528
528
|
addTransport(n: any): void;
|
|
529
529
|
addAuditTransport(n: any): void;
|
|
530
530
|
setLevel(n: any): void;
|
|
@@ -555,7 +555,7 @@ declare class Cr {
|
|
|
555
555
|
traceSync(n: any): void;
|
|
556
556
|
}
|
|
557
557
|
import l5 from "elysia";
|
|
558
|
-
declare class
|
|
558
|
+
declare class de {
|
|
559
559
|
constructor(n?: {});
|
|
560
560
|
name: string;
|
|
561
561
|
colorize: any;
|
|
@@ -568,11 +568,11 @@ declare class le {
|
|
|
568
568
|
(...data: any[]): void;
|
|
569
569
|
};
|
|
570
570
|
}
|
|
571
|
-
declare class
|
|
571
|
+
declare class be {
|
|
572
572
|
constructor(n?: {});
|
|
573
573
|
name: string;
|
|
574
574
|
enabled: any;
|
|
575
575
|
write(n: any): void;
|
|
576
576
|
}
|
|
577
|
-
export {
|
|
577
|
+
export { Cs as usePubSubStore, oh as usePubSub, F2 as serverFetch, jd as generateSystemTableEndpoints, pd as generateMonitoringEndpoints, qd as generateEndpointsFromConfig, Fd as generateAuthEndpoints, P2 as generateAllEndpoints, Kd as generateAdminEndpoints, I2 as createServerFactory, J2 as createApiHook, ec as ServerFetch, UE as NucleusElysiaPlugin, Ds as AUTH_ENDPOINT_CONFIGS };
|
|
578
578
|
//# sourceMappingURL=index.d.ts.map
|