@serialized/serialized-client
Advanced tools
Comparing version 7.2.0 to 7.3.0
@@ -87,2 +87,3 @@ import { BaseClient } from "./"; | ||
ids?: string[]; | ||
search?: string; | ||
} | ||
@@ -89,0 +90,0 @@ export interface CountSingleProjectionRequest { |
@@ -273,2 +273,5 @@ "use strict"; | ||
} | ||
if (request.search !== undefined) { | ||
params_1.set('search', request.search); | ||
} | ||
config.params = params_1; | ||
@@ -275,0 +278,0 @@ return [4 /*yield*/, this.axiosClient.get(url, config)]; |
@@ -6,3 +6,3 @@ { | ||
"author": "Serialized", | ||
"version": "7.2.0", | ||
"version": "7.3.0", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
120805
2580