# `verae-zapier-middleware/store/jobWatchers` **Package:** `verae-zapier-middleware` **Source:** `packages/verae-zapier-middleware/src/store/jobWatchers.js` **Lines:** 90 ## What this module is Implementation module in `verae-zapier-middleware`. The tables below are extracted from the source (signatures + JSDoc). ## Exports `enqueueJob`, `listPendingJobs`, `updateJobWatcher`, `removeJobWatcher` ## Types / interfaces / classes _None extracted._ ## Functions | Name | Parameters | Param types (JSDoc) | Returns | Calls (same file / helpers) | |------|------------|---------------------|---------|-----------------------------| | `enqueueJob` | `{ tenantId, jobId, veraeToken, traceId }` | params: `object`, params.tenantId: `string`, params.jobId: `string`, params.veraeToken: `string`, params.traceId: `string` | `JobWatcher` | see Call graph | | `listPendingJobs` | `(none)` | — | `JobWatcher[]` | see Call graph | | `updateJobWatcher` | `id, patch` | id: `string`, patch: `Partial` | `JobWatcher|null` | see Call graph | | `removeJobWatcher` | `id` | id: `string` | `void` | see Call graph | ## Methods (class / object) | Name | Parameters | |------|------------| | `persist` | `(none)` | | `persist` | `(none)` | | `persist` | `(none)` | ## What it imports / requires - `node:crypto` - `./db.js` - `../debug/logger.js` ## Call graph (identifiers invoked) `queue`, `createDebugger`, `enqueueJob`, `randomUUID`, `toISOString`, `getStore`, `push`, `persist`, `debug`, `listPendingJobs`, `filter`, `updateJobWatcher`, `findIndex`, `removeJobWatcher` Each identifier is a call site in this file. Follow the import list to see the defining module; open that module’s MD for parameter and return types. ## Return values (how to read this) - HTTP route handlers return Express `res.json(...)` bodies (see route docs). - Zapier `perform` functions return a **single object** (creates) or an **array** (triggers/searches). - Pricing functions return integer **cents** on `Quote.totalCents`.