nucleus-core-ts 0.8.82 → 0.8.86
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 +18 -18
- package/dist/index.js +31 -31
- package/package.json +1 -1
package/dist/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var Qs: () => import("h-state").StoreType<{
|
|
2
2
|
connection: {
|
|
3
3
|
status: string;
|
|
4
4
|
clientId: null;
|
|
@@ -9,7 +9,7 @@ declare var Cs: () => import("h-state").StoreType<{
|
|
|
9
9
|
events: never[];
|
|
10
10
|
maxEvents: number;
|
|
11
11
|
}, Record<string, unknown>>;
|
|
12
|
-
declare function
|
|
12
|
+
declare function oh(n: any): {
|
|
13
13
|
isConnected: boolean;
|
|
14
14
|
isConnecting: boolean;
|
|
15
15
|
clientId: null;
|
|
@@ -24,13 +24,13 @@ declare function th(n: any): {
|
|
|
24
24
|
clearEvents: unknown;
|
|
25
25
|
getEventsByTopic: (H: any) => never[];
|
|
26
26
|
};
|
|
27
|
-
declare var
|
|
28
|
-
declare function
|
|
29
|
-
declare function
|
|
30
|
-
declare function xd(n: any): {};
|
|
27
|
+
declare var F2: cc;
|
|
28
|
+
declare function jd(): {};
|
|
29
|
+
declare function pd(n: any): {};
|
|
31
30
|
declare function qd(n: any): {};
|
|
32
|
-
declare function
|
|
33
|
-
declare function
|
|
31
|
+
declare function Fd(n: any): {};
|
|
32
|
+
declare function Q2(n: any, r: any): any;
|
|
33
|
+
declare function Kd(n: any): {
|
|
34
34
|
ADMIN_IMPERSONATE: {
|
|
35
35
|
method: string;
|
|
36
36
|
path: string;
|
|
@@ -56,7 +56,7 @@ declare function pd(n: any): {
|
|
|
56
56
|
_error: undefined;
|
|
57
57
|
};
|
|
58
58
|
};
|
|
59
|
-
declare function
|
|
59
|
+
declare function I2(n: any, r: any, t: any, o: any): (i: any, s: any) => Promise<{
|
|
60
60
|
isSuccess: boolean;
|
|
61
61
|
errors: {
|
|
62
62
|
message: string;
|
|
@@ -71,7 +71,7 @@ declare function T2(n: any, r: any, t: any, o: any): (i: any, s: any) => Promise
|
|
|
71
71
|
code: any;
|
|
72
72
|
message: any;
|
|
73
73
|
}>;
|
|
74
|
-
declare function
|
|
74
|
+
declare function J2(n: any, r: any): () => {};
|
|
75
75
|
declare class cc {
|
|
76
76
|
constructor(n?: {});
|
|
77
77
|
config: {
|
|
@@ -80,7 +80,7 @@ declare class cc {
|
|
|
80
80
|
retryDelay: number;
|
|
81
81
|
debug: boolean;
|
|
82
82
|
};
|
|
83
|
-
logger:
|
|
83
|
+
logger: Cr;
|
|
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 BE(n: any): Promise<l5<"", {
|
|
230
230
|
decorator: {};
|
|
231
231
|
store: {};
|
|
232
232
|
derive: {};
|
|
@@ -254,7 +254,7 @@ declare function UE(n: any): Promise<f5<"", {
|
|
|
254
254
|
standaloneSchema: {};
|
|
255
255
|
response: {};
|
|
256
256
|
}>>;
|
|
257
|
-
declare namespace
|
|
257
|
+
declare namespace Ms {
|
|
258
258
|
namespace login {
|
|
259
259
|
let key: string;
|
|
260
260
|
let method: string;
|
|
@@ -513,7 +513,7 @@ declare namespace Ss {
|
|
|
513
513
|
export { subEndpoints_6 as subEndpoints };
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
|
-
declare class
|
|
516
|
+
declare class Cr {
|
|
517
517
|
static instance: null;
|
|
518
518
|
static getInstance(n: any): null;
|
|
519
519
|
static resetInstance(): void;
|
|
@@ -523,8 +523,8 @@ declare class Vr {
|
|
|
523
523
|
auditTransports: ue[];
|
|
524
524
|
context: {};
|
|
525
525
|
correlationId: any;
|
|
526
|
-
child(n: any, r: any):
|
|
527
|
-
withCorrelationId(n: any):
|
|
526
|
+
child(n: any, r: any): Cr;
|
|
527
|
+
withCorrelationId(n: any): Cr;
|
|
528
528
|
addTransport(n: any): void;
|
|
529
529
|
addAuditTransport(n: any): void;
|
|
530
530
|
setLevel(n: any): void;
|
|
@@ -554,7 +554,7 @@ declare class Vr {
|
|
|
554
554
|
trace(n: any): Promise<void>;
|
|
555
555
|
traceSync(n: any): void;
|
|
556
556
|
}
|
|
557
|
-
import
|
|
557
|
+
import l5 from "elysia";
|
|
558
558
|
declare class le {
|
|
559
559
|
constructor(n?: {});
|
|
560
560
|
name: string;
|
|
@@ -574,5 +574,5 @@ declare class ue {
|
|
|
574
574
|
enabled: any;
|
|
575
575
|
write(n: any): void;
|
|
576
576
|
}
|
|
577
|
-
export {
|
|
577
|
+
export { Qs as usePubSubStore, oh as usePubSub, F2 as serverFetch, jd as generateSystemTableEndpoints, pd as generateMonitoringEndpoints, qd as generateEndpointsFromConfig, Fd as generateAuthEndpoints, Q2 as generateAllEndpoints, Kd as generateAdminEndpoints, I2 as createServerFactory, J2 as createApiHook, cc as ServerFetch, BE as NucleusElysiaPlugin, Ms as AUTH_ENDPOINT_CONFIGS };
|
|
578
578
|
//# sourceMappingURL=index.d.ts.map
|