This commit is contained in:
2026-02-04 12:51:41 +00:00
parent 4fdbfb0fb3
commit f1e13f87f6
19 changed files with 722 additions and 67 deletions

View File

@@ -14,6 +14,7 @@ import type * as analysisSections from "../analysisSections.js";
import type * as auth from "../auth.js";
import type * as dataSources from "../dataSources.js";
import type * as http from "../http.js";
import type * as logs from "../logs.js";
import type * as opportunities from "../opportunities.js";
import type * as projects from "../projects.js";
import type * as searchJobs from "../searchJobs.js";
@@ -33,6 +34,7 @@ declare const fullApi: ApiFromModules<{
auth: typeof auth;
dataSources: typeof dataSources;
http: typeof http;
logs: typeof logs;
opportunities: typeof opportunities;
projects: typeof projects;
searchJobs: typeof searchJobs;