@serialized/serialized-client
Advanced tools
Comparing version 4.9.0 to 4.10.0
@@ -6,2 +6,4 @@ import { BaseClient } from "./"; | ||
reference?: string; | ||
from?: string; | ||
to?: string; | ||
tenantId?: string; | ||
@@ -8,0 +10,0 @@ sort?: ProjectionSort; |
@@ -237,2 +237,8 @@ "use strict"; | ||
} | ||
if (options.from !== undefined) { | ||
params_1.set('from', options.from); | ||
} | ||
if (options.to !== undefined) { | ||
params_1.set('to', options.to); | ||
} | ||
if (options.skip !== undefined) { | ||
@@ -239,0 +245,0 @@ params_1.set('skip', options.skip.toString()); |
@@ -6,3 +6,3 @@ { | ||
"author": "Mattias Holmqvist", | ||
"version": "4.9.0", | ||
"version": "4.10.0", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
123687
2605