Add Better Auth admin authentication
This commit is contained in:
6
convex/_generated/api.d.ts
vendored
6
convex/_generated/api.d.ts
vendored
@@ -12,6 +12,7 @@ import type * as audits from "../audits.js";
|
||||
import type * as blacklist from "../blacklist.js";
|
||||
import type * as campaigns from "../campaigns.js";
|
||||
import type * as domain from "../domain.js";
|
||||
import type * as http from "../http.js";
|
||||
import type * as leads from "../leads.js";
|
||||
import type * as outreach from "../outreach.js";
|
||||
import type * as runs from "../runs.js";
|
||||
@@ -29,6 +30,7 @@ declare const fullApi: ApiFromModules<{
|
||||
blacklist: typeof blacklist;
|
||||
campaigns: typeof campaigns;
|
||||
domain: typeof domain;
|
||||
http: typeof http;
|
||||
leads: typeof leads;
|
||||
outreach: typeof outreach;
|
||||
runs: typeof runs;
|
||||
@@ -62,4 +64,6 @@ export declare const internal: FilterApi<
|
||||
FunctionReference<any, "internal">
|
||||
>;
|
||||
|
||||
export declare const components: {};
|
||||
export declare const components: {
|
||||
betterAuth: import("../betterAuth/_generated/component.js").ComponentApi<"betterAuth">;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user