This is an automated email from the ASF dual-hosted git repository. glynnbird pushed a commit to branch grb-missing-new-edits in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git
commit 4fe76553b15ebe9a84173872ab763dd5857bdf4e Author: Glynn Bird <[email protected]> AuthorDate: Thu Jul 2 15:48:07 2026 +0100 missing new_edits flag on BulkModifyDocsWrapper - fixes issue #370 --- lib/nano.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nano.d.ts b/lib/nano.d.ts index d1809b9..523cf99 100644 --- a/lib/nano.d.ts +++ b/lib/nano.d.ts @@ -702,6 +702,7 @@ declare namespace nano { interface BulkModifyDocsWrapper { docs: any[]; + new_edits?: boolean; } interface BulkFetchDocsWrapper {
