Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function getUpdates
import { getUpdates } from "https://deno.land/x/yextpages@pages@1.0.0-rc.9/slugManager/manager.ts";

Parameters

profiles: BaseEntity[]
idToPrimaryLanguage: Record<string, string>
slugField: string
slugFormat: string | ((lang: string, profile: BaseEntity) => string)