auth/self_service_role_action_specs.ts view source
readonly { method: string; initiator: "frontend" | "backend" | "both"; side_effects: boolean; input: ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>; output: ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>; ... 6 more ...; rate_limit?: "both" | ... 2 more ... | undefined; }[] All self-service role action specs — a codegen-ready registry. Single-element
post-unification, kept for symmetry with the other all_*_action_specs
exports so codegen and frontend bundles import the same shape.