mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-14 03:07:57 +00:00
Regenerates `packages/registry-types/src/comfyRegistryTypes.ts` from the current comfy-api OpenAPI spec via `openapi-typescript`. The FE registry types were last regenerated in May; this brings them up to date. Notable addition consumed by #12924: the `createCustomer` request body (`CreateCustomerRequest` with an optional `turnstile_token`). `pnpm typecheck` passes against the regenerated types.