(b: AnyCb)
| 1985 | } |
| 1986 | // Drop owned connections / tools / definitions for this integration. |
| 1987 | const where = (b: AnyCb) => b("integration", "=", String(slug)); |
| 1988 | yield* core.deleteMany("tool", { where }); |
| 1989 | yield* core.deleteMany("definition", { where }); |
| 1990 | yield* core.deleteMany("connection", { where }); |