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": {