UNPKG

@a11ywatch/core

Version:
43 lines (42 loc) 1.54 kB
import { Website } from "../../../../types/schema"; export declare const updateWebsite: ({ userId, url, pageHeaders, pageInsights, mobile, standard, ua, actions, robots, tld, subdomains, ignore, rules, runners, proxy, sitemap, monitoringEnabled, actionsEnabled, }: Partial<Website> & { actions?: Record<string, unknown>[]; }) => Promise<{ website: { actions: Record<string, unknown>[]; actionsEnabled: boolean; robots: boolean; pageHeaders: import("../../../../types/schema").PageHeaders[]; pageInsights: boolean; mobile: boolean; standard: string; ua: string; subdomains: boolean; tld: boolean; ignore: string[]; rules: string[]; runners: string[]; proxy: string; sitemap: boolean; monitoringEnabled: boolean; __typename?: "Website"; id?: string; url?: string; user?: import("../../../../types/schema").User; userId?: number; domain?: string; pageLoadTime?: import("../../../../types/schema").PageLoadTimeMeta; issuesInfo?: import("../../../../types/schema").IssueMeta; pages?: import("../../../../types/schema").Pages[]; lastScanDate?: number | Date; documentTitle?: string; cdn?: string; online?: boolean; timestamp?: string; insight?: import("../../../../types/schema").PageInsights; verified?: boolean; }; code: number; success: boolean; message: string; }>;