@vroskus/library-datahandler 1.0.18 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -20,6 +20,8 @@ export type $Include<MCC extends Record<MN, any>, MCS extends Record<MN, any>, M
20
20
  export type $QueryParams<MCC extends Record<MN, any>, MCS extends Record<MN, any>, MN extends keyof MCC> = {
21
21
  attributes?: Array<string>;
22
22
  include?: $Include<MCC, MCS, any>;
23
+ limit?: number;
24
+ offset?: number;
23
25
  where?: $Where<MCC, MN>;
24
26
  };
25
27
  export type $RequestContext = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vroskus/library-datahandler",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Data Handler",
5
5
  "author": "Vilius Roškus <vilius@regattas.eu>",
6
6
  "license": "MIT",