@oneblink/sdk 0.19.12-beta.3 → 0.19.12-beta.4

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oneblink/sdk",
3
3
  "description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
4
- "version": "0.19.12-beta.3",
4
+ "version": "0.19.12-beta.4",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/sdk-node-js/issues"
@@ -257,6 +257,13 @@ export declare type SearchDataManagerRecordsOptions = {
257
257
  /** Offset results. Used for pagination. Default: 0 */
258
258
  offset?: number;
259
259
  };
260
+ /** Sort results. */
261
+ sorting?: Array<{
262
+ /** The property to sort by e.g. "submission.Element_Name" */
263
+ property: string;
264
+ /** The direction to sort this property by. */
265
+ direction: 'ascending' | 'descending';
266
+ }>;
260
267
  filters?: {
261
268
  /**
262
269
  * Filter by `dateTimeSubmitted`. All values as a date ISO string: