Integrate PageSpeed Insights audits
This commit is contained in:
6
convex/_generated/api.d.ts
vendored
6
convex/_generated/api.d.ts
vendored
@@ -8,6 +8,7 @@
|
||||
* @module
|
||||
*/
|
||||
|
||||
import type * as auditInputs from "../auditInputs.js";
|
||||
import type * as audits from "../audits.js";
|
||||
import type * as blacklist from "../blacklist.js";
|
||||
import type * as campaigns from "../campaigns.js";
|
||||
@@ -16,6 +17,8 @@ import type * as http from "../http.js";
|
||||
import type * as leadDiscovery from "../leadDiscovery.js";
|
||||
import type * as leads from "../leads.js";
|
||||
import type * as outreach from "../outreach.js";
|
||||
import type * as pageSpeed from "../pageSpeed.js";
|
||||
import type * as pageSpeedAction from "../pageSpeedAction.js";
|
||||
import type * as runs from "../runs.js";
|
||||
import type * as settings from "../settings.js";
|
||||
import type * as storage from "../storage.js";
|
||||
@@ -29,6 +32,7 @@ import type {
|
||||
} from "convex/server";
|
||||
|
||||
declare const fullApi: ApiFromModules<{
|
||||
auditInputs: typeof auditInputs;
|
||||
audits: typeof audits;
|
||||
blacklist: typeof blacklist;
|
||||
campaigns: typeof campaigns;
|
||||
@@ -37,6 +41,8 @@ declare const fullApi: ApiFromModules<{
|
||||
leadDiscovery: typeof leadDiscovery;
|
||||
leads: typeof leads;
|
||||
outreach: typeof outreach;
|
||||
pageSpeed: typeof pageSpeed;
|
||||
pageSpeedAction: typeof pageSpeedAction;
|
||||
runs: typeof runs;
|
||||
settings: typeof settings;
|
||||
storage: typeof storage;
|
||||
|
||||
Reference in New Issue
Block a user