nucleus-core-ts 0.8.121 → 0.8.122
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 +9 -9
- package/dist/index.js +21 -21
- package/package.json +1 -1
package/dist/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var Is: () => import("h-state").StoreType<{
|
|
2
2
|
connection: {
|
|
3
3
|
status: string;
|
|
4
4
|
clientId: null;
|
|
@@ -206,7 +206,7 @@ declare function m5(n: any, r: any, t: any, o: any): (e: any, s: any) => Promise
|
|
|
206
206
|
code: any;
|
|
207
207
|
message: any;
|
|
208
208
|
}>;
|
|
209
|
-
declare function
|
|
209
|
+
declare function T2(n: any, r: any): () => {};
|
|
210
210
|
declare class mi {
|
|
211
211
|
constructor(n?: {});
|
|
212
212
|
config: {
|
|
@@ -215,7 +215,7 @@ declare class mi {
|
|
|
215
215
|
retryDelay: number;
|
|
216
216
|
debug: boolean;
|
|
217
217
|
};
|
|
218
|
-
logger:
|
|
218
|
+
logger: Cr;
|
|
219
219
|
buildUrl(n: any): any;
|
|
220
220
|
buildHeaders(n: any): Headers;
|
|
221
221
|
parseResponseHeaders(n: any): {
|
|
@@ -361,7 +361,7 @@ declare class mi {
|
|
|
361
361
|
createdAt: Date;
|
|
362
362
|
}>;
|
|
363
363
|
}
|
|
364
|
-
declare function
|
|
364
|
+
declare function Z8(n: any): Promise<W$<"", {
|
|
365
365
|
decorator: {};
|
|
366
366
|
store: {};
|
|
367
367
|
derive: {};
|
|
@@ -648,7 +648,7 @@ declare namespace Qs {
|
|
|
648
648
|
export { subEndpoints_6 as subEndpoints };
|
|
649
649
|
}
|
|
650
650
|
}
|
|
651
|
-
declare class
|
|
651
|
+
declare class Cr {
|
|
652
652
|
static instance: null;
|
|
653
653
|
static getInstance(n: any): null;
|
|
654
654
|
static resetInstance(): void;
|
|
@@ -658,8 +658,8 @@ declare class qr {
|
|
|
658
658
|
auditTransports: Da[];
|
|
659
659
|
context: {};
|
|
660
660
|
correlationId: any;
|
|
661
|
-
child(n: any, r: any):
|
|
662
|
-
withCorrelationId(n: any):
|
|
661
|
+
child(n: any, r: any): Cr;
|
|
662
|
+
withCorrelationId(n: any): Cr;
|
|
663
663
|
addTransport(n: any): void;
|
|
664
664
|
addAuditTransport(n: any): void;
|
|
665
665
|
setLevel(n: any): void;
|
|
@@ -689,7 +689,7 @@ declare class qr {
|
|
|
689
689
|
trace(n: any): Promise<void>;
|
|
690
690
|
traceSync(n: any): void;
|
|
691
691
|
}
|
|
692
|
-
import
|
|
692
|
+
import W$ from "elysia";
|
|
693
693
|
declare class Sa {
|
|
694
694
|
constructor(n?: {});
|
|
695
695
|
name: string;
|
|
@@ -709,5 +709,5 @@ declare class Da {
|
|
|
709
709
|
enabled: any;
|
|
710
710
|
write(n: any): void;
|
|
711
711
|
}
|
|
712
|
-
export {
|
|
712
|
+
export { Is as usePubSubStore, S5 as usePubSub, d5 as serverFetch, d_ as generateVerificationEndpoints, s_ as generateSystemTableEndpoints, f_ as generateMonitoringEndpoints, a_ as generateEndpointsFromConfig, e_ as generateAuthEndpoints, c5 as generateAllEndpoints, l_ as generateAdminEndpoints, m5 as createServerFactory, T2 as createApiHook, mi as ServerFetch, Z8 as NucleusElysiaPlugin, Qs as AUTH_ENDPOINT_CONFIGS };
|
|
713
713
|
//# sourceMappingURL=index.d.ts.map
|