nucleus-core-ts 0.8.144 → 0.8.145
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 +3 -3
- package/dist/index.js +17 -17
- package/package.json +1 -1
package/dist/dist/index.d.ts
CHANGED
|
@@ -160,8 +160,8 @@ declare function ud(n: any): {
|
|
|
160
160
|
_error: undefined;
|
|
161
161
|
};
|
|
162
162
|
};
|
|
163
|
-
declare function
|
|
164
|
-
declare function
|
|
163
|
+
declare function _d(): {};
|
|
164
|
+
declare function ld(n: any): {};
|
|
165
165
|
declare function sd(n: any): {};
|
|
166
166
|
declare function fd(n: any): {};
|
|
167
167
|
declare function s5(n: any, r: any): any;
|
|
@@ -709,5 +709,5 @@ declare class Ha {
|
|
|
709
709
|
enabled: any;
|
|
710
710
|
write(n: any): void;
|
|
711
711
|
}
|
|
712
|
-
export { ys as usePubSubStore, H5 as usePubSub, g5 as serverFetch, ud as generateVerificationEndpoints,
|
|
712
|
+
export { ys as usePubSubStore, H5 as usePubSub, g5 as serverFetch, ud as generateVerificationEndpoints, _d as generateSystemTableEndpoints, ld as generateMonitoringEndpoints, sd as generateEndpointsFromConfig, fd as generateAuthEndpoints, s5 as generateAllEndpoints, dd as generateAdminEndpoints, E5 as createServerFactory, o5 as createApiHook, Ai as ServerFetch, T8 as NucleusElysiaPlugin, Os as AUTH_ENDPOINT_CONFIGS };
|
|
713
713
|
//# sourceMappingURL=index.d.ts.map
|