Shared TypeScript types, API client, and block registry for Payload CMS frontends
Find a file
Martin Porwoll 12f91b8b81 feat: add service and FAQ API methods
Add createServiceApi (getServices, getServiceBySlug, getServiceCategories)
and createFaqApi (getFaqs, getFaqsByCategory) modules following existing
factory pattern. Wire into createPayloadClient as client.services and
client.faqs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 00:01:11 +00:00
docs docs: add frontend conventions, CI/CD templates, and deployment scripts 2026-02-14 17:53:09 +00:00
scripts feat: add work-order orchestration scripts (Phase 3) 2026-02-15 22:30:57 +00:00
src feat: add service and FAQ API methods 2026-02-21 00:01:11 +00:00
templates docs: add frontend conventions, CI/CD templates, and deployment scripts 2026-02-14 17:53:09 +00:00
work-orders feat: initial payload-contracts package 2026-02-14 17:51:40 +00:00
.gitignore feat: initial payload-contracts package 2026-02-14 17:51:40 +00:00
CLAUDE.md feat: add work-order orchestration scripts (Phase 3) 2026-02-15 22:30:57 +00:00
package.json fix: remove tsx from optionalDependencies to fix Plesk deploys 2026-02-17 11:22:30 +00:00
pnpm-lock.yaml fix: restore devDependencies with tsx as optional 2026-02-15 19:55:20 +00:00
tsconfig.json feat: initial payload-contracts package 2026-02-14 17:51:40 +00:00