From def2f2f057ecbc9e265f28732d61141483a77a9a Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Sat, 3 Jan 2026 05:37:24 +0100 Subject: [PATCH] Updates --- dist/package-shared/types/index.d.ts | 2 +- package-shared/types/index.ts | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/package-shared/types/index.d.ts b/dist/package-shared/types/index.d.ts index 469497e..e0b0a67 100644 --- a/dist/package-shared/types/index.d.ts +++ b/dist/package-shared/types/index.d.ts @@ -2276,7 +2276,7 @@ export type APIPathsQuery = { searchQuery?: DsqlCrudQueryObject; - crudParams?: Pick, "count" | "countOnly" | "targetId" | "targetField" | "targetValue" | "tableSchema">; + crudParams?: Pick, "count" | "countOnly" | "targetId" | "targetField" | "targetValue" | "tableSchema" | "onDuplicate">; }; export type APIPathsParamsGetMiddleware; }; diff --git a/package.json b/package.json index de572ed..0a70d67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/datasquirel", - "version": "5.7.16", + "version": "5.7.17", "description": "Cloud-based SQL data management tool", "main": "dist/index.js", "bin": {