From 63f8d7fa748c731a6b5392639274995ca063445a Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 25 Aug 2026 12:55:37 +0000 Subject: [PATCH] fix(client): delete stale exported-any-returns entry for packages.update `22c42c9b` (#12062) bound `packages.update`'s return type, closing its any-return under #11925, but `packages/client/exported-any-returns.json` still carried the entry. The ledger is shrink-only and judged EXACTLY, so the lingering entry reds `pnpm --filter @objectstack/client run check:exported-any-returns` for every PR whose gate family includes the client consumer gates. Deletes exactly the `ObjectStackClient.packages.update` entry; every other entry (still-open #11925/#12104 debt) is untouched, as is `$comment`. Fixes #12193 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01KWRU3s15AJz7PGW7a7wdCh --- packages/client/exported-any-returns.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/client/exported-any-returns.json b/packages/client/exported-any-returns.json index 94682ceeee..6e1b528343 100644 --- a/packages/client/exported-any-returns.json +++ b/packages/client/exported-any-returns.json @@ -14,7 +14,6 @@ "ObjectStackClient.analytics.meta": "#12104 — no return annotation; `return res.json()`, and lib.dom declares `Response.json(): Promise`. Invisible to every grep #8140's census and #11925 used: the method names neither `any` nor `Promise` nor `unwrapResponse`. Bind the contract the route actually answers, minding the envelope.", "ObjectStackClient.analytics.explain": "#12104 — no return annotation; `return res.json()`, and lib.dom declares `Response.json(): Promise`. Invisible to every grep #8140's census and #11925 used: the method names neither `any` nor `Promise` nor `unwrapResponse`. Bind the contract the route actually answers, minding the envelope.", "ObjectStackClient.analytics.queryDataset": "#12104 — no return annotation; `return res.json()`, and lib.dom declares `Response.json(): Promise`. Invisible to every grep #8140's census and #11925 used: the method names neither `any` nor `Promise` nor `unwrapResponse`. Bind the contract the route actually answers, minding the envelope.", - "ObjectStackClient.packages.update": "#11925 — no return annotation; the published type comes from `this.unwrapResponse(res)`. Invisible to a `Promise<` grep because the text never appears in the method. Bind the contract the route actually answers, minding the envelope.", "ObjectStackClient.packages.publish": "#11925 — no return annotation; the published type comes from `this.unwrapResponse(res)`. Invisible to a `Promise<` grep because the text never appears in the method. Bind the contract the route actually answers, minding the envelope.", "ObjectStackClient.packages.discardDrafts": "#11925 — no return annotation; the published type comes from `this.unwrapResponse(res)`. Invisible to a `Promise<` grep because the text never appears in the method. Bind the contract the route actually answers, minding the envelope.", "ObjectStackClient.packages.revertCommit": "#11925 — no return annotation; the published type comes from `this.unwrapResponse(res)`. Invisible to a `Promise<` grep because the text never appears in the method. Bind the contract the route actually answers, minding the envelope.",