nucleus-core-ts 0.8.126 → 0.8.128
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 +10 -10
- package/dist/index.js +36 -36
- package/dist/src/Client/ApiCaller/system-tables.d.ts +339 -51
- package/package.json +1 -1
package/dist/dist/index.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ declare function k5(n: any): {
|
|
|
24
24
|
clearEvents: unknown;
|
|
25
25
|
getEventsByTopic: (R: any) => never[];
|
|
26
26
|
};
|
|
27
|
-
declare var
|
|
27
|
+
declare var u5: $i;
|
|
28
28
|
declare function dd(n: any): {
|
|
29
29
|
VERIFICATION_STATUS: {
|
|
30
30
|
method: string;
|
|
@@ -191,7 +191,7 @@ declare function _d(n: any): {
|
|
|
191
191
|
_error: undefined;
|
|
192
192
|
};
|
|
193
193
|
};
|
|
194
|
-
declare function
|
|
194
|
+
declare function $5(n: any, r: any, t: any, o: any): (e: any, s: any) => Promise<{
|
|
195
195
|
isSuccess: boolean;
|
|
196
196
|
errors: {
|
|
197
197
|
message: string;
|
|
@@ -207,7 +207,7 @@ declare function h5(n: any, r: any, t: any, o: any): (e: any, s: any) => Promise
|
|
|
207
207
|
message: any;
|
|
208
208
|
}>;
|
|
209
209
|
declare function r5(n: any, r: any): () => {};
|
|
210
|
-
declare class
|
|
210
|
+
declare class $i {
|
|
211
211
|
constructor(n?: {});
|
|
212
212
|
config: {
|
|
213
213
|
timeout: number;
|
|
@@ -361,7 +361,7 @@ declare class hi {
|
|
|
361
361
|
createdAt: Date;
|
|
362
362
|
}>;
|
|
363
363
|
}
|
|
364
|
-
declare function
|
|
364
|
+
declare function I8(n: any): Promise<Yh<"", {
|
|
365
365
|
decorator: {};
|
|
366
366
|
store: {};
|
|
367
367
|
derive: {};
|
|
@@ -654,8 +654,8 @@ declare class jr {
|
|
|
654
654
|
static resetInstance(): void;
|
|
655
655
|
constructor(n: {} | undefined, r: {} | undefined, t: any);
|
|
656
656
|
config: any;
|
|
657
|
-
transports:
|
|
658
|
-
auditTransports:
|
|
657
|
+
transports: ka[];
|
|
658
|
+
auditTransports: Ha[];
|
|
659
659
|
context: {};
|
|
660
660
|
correlationId: any;
|
|
661
661
|
child(n: any, r: any): jr;
|
|
@@ -689,8 +689,8 @@ declare class jr {
|
|
|
689
689
|
trace(n: any): Promise<void>;
|
|
690
690
|
traceSync(n: any): void;
|
|
691
691
|
}
|
|
692
|
-
import
|
|
693
|
-
declare class
|
|
692
|
+
import Yh from "elysia";
|
|
693
|
+
declare class ka {
|
|
694
694
|
constructor(n?: {});
|
|
695
695
|
name: string;
|
|
696
696
|
colorize: any;
|
|
@@ -703,11 +703,11 @@ declare class Da {
|
|
|
703
703
|
(...data: any[]): void;
|
|
704
704
|
};
|
|
705
705
|
}
|
|
706
|
-
declare class
|
|
706
|
+
declare class Ha {
|
|
707
707
|
constructor(n?: {});
|
|
708
708
|
name: string;
|
|
709
709
|
enabled: any;
|
|
710
710
|
write(n: any): void;
|
|
711
711
|
}
|
|
712
|
-
export { ys as usePubSubStore, k5 as usePubSub,
|
|
712
|
+
export { ys as usePubSubStore, k5 as usePubSub, u5 as serverFetch, dd as generateVerificationEndpoints, fd as generateSystemTableEndpoints, ld as generateMonitoringEndpoints, ed as generateEndpointsFromConfig, sd as generateAuthEndpoints, a5 as generateAllEndpoints, _d as generateAdminEndpoints, $5 as createServerFactory, r5 as createApiHook, $i as ServerFetch, I8 as NucleusElysiaPlugin, Gs as AUTH_ENDPOINT_CONFIGS };
|
|
713
713
|
//# sourceMappingURL=index.d.ts.map
|