feat: add website enrichment crawler
This commit is contained in:
4
convex/_generated/api.d.ts
vendored
4
convex/_generated/api.d.ts
vendored
@@ -19,6 +19,8 @@ import type * as outreach from "../outreach.js";
|
||||
import type * as runs from "../runs.js";
|
||||
import type * as settings from "../settings.js";
|
||||
import type * as storage from "../storage.js";
|
||||
import type * as websiteEnrichment from "../websiteEnrichment.js";
|
||||
import type * as websiteEnrichmentAction from "../websiteEnrichmentAction.js";
|
||||
|
||||
import type {
|
||||
ApiFromModules,
|
||||
@@ -38,6 +40,8 @@ declare const fullApi: ApiFromModules<{
|
||||
runs: typeof runs;
|
||||
settings: typeof settings;
|
||||
storage: typeof storage;
|
||||
websiteEnrichment: typeof websiteEnrichment;
|
||||
websiteEnrichmentAction: typeof websiteEnrichmentAction;
|
||||
}>;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user