auth/cell_action_specs.ts view source
readonly [{ method: string; kind: "request_response"; initiator: "frontend"; auth: { account: "required"; actor: "required"; }; side_effects: true; input: ZodObject<{ data: ZodObject<{ label: ZodOptional<ZodString>; summary: ZodOptional<...>; }, $loose>; ... 4 more ...; acting: ZodOptional<...>; }, $strict>; output:... import {all_cell_action_specs} from '@fuzdev/fuz_app/auth/cell_action_specs.js'; All cell-layer action specs — composed by app registries. Bundles the
seven generic verbs (this module), the three cell_grant_* specs, the
three cell_field_* specs, the four cell_item_* specs, and the
cell_audit_list spec so codegen + UI clients see a single cell
namespace.