Skip to content

Commit fc6da67

Browse files
committed
Bugfix for a Soft Sort Belts Events Query Parameter type
1 parent e748028 commit fc6da67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ricado/api-client",
3-
"version": "2.5.10",
3+
"version": "2.5.11",
44
"description": "RICADO Gen 4 API Client Library for NodeJS and Browsers",
55
"author": {
66
"name": "Ash Neilson"

src/Controllers/Packhouse/Site/SoftSortBeltController.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ export default SoftSortBeltController;
436436
* @property {string[]} [beltIds] A List of Soft-Sort Belt IDs to Filter by
437437
* @property {Date} [timestampBegin] The Beginning Timestamp of the Soft-Sort Event Results. Defaults to 24 Hours ago
438438
* @property {Date} [timestampEnd] The End Timestamp of the Soft-Sort Event Results. Defaults to Now
439-
* @property {Date} [packrunId] A Packrun ID to Filter by. Forces `timestampBegin` and `timestampEnd` to be Ignored
439+
* @property {string} [packrunId] A Packrun ID to Filter by. Forces `timestampBegin` and `timestampEnd` to be Ignored
440440
* @memberof Controllers.Packhouse.Site
441441
*/
442442

0 commit comments

Comments
 (0)