Skip to main content
Go to Latest
function getUpdates
import { getUpdates } from "https://deno.land/x/yextpages@pages%401.0.0-rc.2/slugManager/manager.ts";

Parameters

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