Skip to main content

Variable: DEFAULT_AGREEMENT_TEMPLATES

const DEFAULT_AGREEMENT_TEMPLATES: object[]

Defined in: src/server/services/agreements.ts:15

Built-in default agreement bodies, used when a company hasn't authored its own template for a required kind yet — so onboarding is never blocked. Marked [PLACEHOLDER]: replace with the real legal text via the admin Agreement Templates editor before go-live. Bodies must NOT depend on the current date (the signed date is recorded separately) so the hashed body is stable. See ADR-0031.

Type Declaration

body

body: string

kind

kind: AgreementKind

required

required: boolean

signOrder

signOrder: number

title

title: string