nucleus-core-ts 0.8.134 → 0.8.135
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 +13 -13
- package/dist/index.js +34 -34
- package/package.json +1 -1
package/dist/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare var ys: () => import("h-state").StoreType<{
|
|
|
9
9
|
events: never[];
|
|
10
10
|
maxEvents: number;
|
|
11
11
|
}, Record<string, unknown>>;
|
|
12
|
-
declare function
|
|
12
|
+
declare function M5(n: any): {
|
|
13
13
|
isConnected: boolean;
|
|
14
14
|
isConnecting: boolean;
|
|
15
15
|
clientId: null;
|
|
@@ -24,8 +24,8 @@ declare function k5(n: any): {
|
|
|
24
24
|
clearEvents: unknown;
|
|
25
25
|
getEventsByTopic: (R: any) => never[];
|
|
26
26
|
};
|
|
27
|
-
declare var
|
|
28
|
-
declare function
|
|
27
|
+
declare var b5: $i;
|
|
28
|
+
declare function ud(n: any): {
|
|
29
29
|
VERIFICATION_STATUS: {
|
|
30
30
|
method: string;
|
|
31
31
|
path: string;
|
|
@@ -160,12 +160,12 @@ declare function dd(n: any): {
|
|
|
160
160
|
_error: undefined;
|
|
161
161
|
};
|
|
162
162
|
};
|
|
163
|
-
declare function
|
|
164
|
-
declare function
|
|
165
|
-
declare function ed(n: any): {};
|
|
163
|
+
declare function ld(): {};
|
|
164
|
+
declare function _d(n: any): {};
|
|
166
165
|
declare function sd(n: any): {};
|
|
167
|
-
declare function
|
|
168
|
-
declare function
|
|
166
|
+
declare function fd(n: any): {};
|
|
167
|
+
declare function e5(n: any, r: any): any;
|
|
168
|
+
declare function dd(n: any): {
|
|
169
169
|
ADMIN_IMPERSONATE: {
|
|
170
170
|
method: string;
|
|
171
171
|
path: string;
|
|
@@ -191,7 +191,7 @@ declare function _d(n: any): {
|
|
|
191
191
|
_error: undefined;
|
|
192
192
|
};
|
|
193
193
|
};
|
|
194
|
-
declare function
|
|
194
|
+
declare function A5(n: any, r: any, t: any, o: any): (e: any, s: any) => Promise<{
|
|
195
195
|
isSuccess: boolean;
|
|
196
196
|
errors: {
|
|
197
197
|
message: string;
|
|
@@ -206,7 +206,7 @@ declare function $5(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 t5(n: any, r: any): () => {};
|
|
210
210
|
declare class $i {
|
|
211
211
|
constructor(n?: {});
|
|
212
212
|
config: {
|
|
@@ -361,7 +361,7 @@ declare class $i {
|
|
|
361
361
|
createdAt: Date;
|
|
362
362
|
}>;
|
|
363
363
|
}
|
|
364
|
-
declare function
|
|
364
|
+
declare function T8(n: any): Promise<Xh<"", {
|
|
365
365
|
decorator: {};
|
|
366
366
|
store: {};
|
|
367
367
|
derive: {};
|
|
@@ -689,7 +689,7 @@ declare class jr {
|
|
|
689
689
|
trace(n: any): Promise<void>;
|
|
690
690
|
traceSync(n: any): void;
|
|
691
691
|
}
|
|
692
|
-
import
|
|
692
|
+
import Xh from "elysia";
|
|
693
693
|
declare class ka {
|
|
694
694
|
constructor(n?: {});
|
|
695
695
|
name: string;
|
|
@@ -709,5 +709,5 @@ declare class Ha {
|
|
|
709
709
|
enabled: any;
|
|
710
710
|
write(n: any): void;
|
|
711
711
|
}
|
|
712
|
-
export { ys as usePubSubStore,
|
|
712
|
+
export { ys as usePubSubStore, M5 as usePubSub, b5 as serverFetch, ud as generateVerificationEndpoints, ld as generateSystemTableEndpoints, _d as generateMonitoringEndpoints, sd as generateEndpointsFromConfig, fd as generateAuthEndpoints, e5 as generateAllEndpoints, dd as generateAdminEndpoints, A5 as createServerFactory, t5 as createApiHook, $i as ServerFetch, T8 as NucleusElysiaPlugin, Gs as AUTH_ENDPOINT_CONFIGS };
|
|
713
713
|
//# sourceMappingURL=index.d.ts.map
|