@ricado/api-client 2.5.10 → 2.5.11
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/dist/ricado.api.client.js +1 -1
- package/lib/Controllers/Packhouse/Site/SoftSortBeltController.js +1 -1
- package/lib/PackageVersion.js +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/Controllers/Packhouse/Site/SoftSortBeltController.js +1 -1
- package/src/PackageVersion.js +1 -1
|
@@ -413,7 +413,7 @@ var _default = SoftSortBeltController;
|
|
|
413
413
|
* @property {string[]} [beltIds] A List of Soft-Sort Belt IDs to Filter by
|
|
414
414
|
* @property {Date} [timestampBegin] The Beginning Timestamp of the Soft-Sort Event Results. Defaults to 24 Hours ago
|
|
415
415
|
* @property {Date} [timestampEnd] The End Timestamp of the Soft-Sort Event Results. Defaults to Now
|
|
416
|
-
* @property {
|
|
416
|
+
* @property {string} [packrunId] A Packrun ID to Filter by. Forces `timestampBegin` and `timestampEnd` to be Ignored
|
|
417
417
|
* @memberof Controllers.Packhouse.Site
|
|
418
418
|
*/
|
|
419
419
|
|
package/lib/PackageVersion.js
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -21958,7 +21958,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/SoftSortBeltContro
|
|
|
21958
21958
|
/**
|
|
21959
21959
|
* A Packrun ID to Filter by. Forces `timestampBegin` and `timestampEnd` to be Ignored
|
|
21960
21960
|
*/
|
|
21961
|
-
packrunId?:
|
|
21961
|
+
packrunId?: string;
|
|
21962
21962
|
};
|
|
21963
21963
|
/**
|
|
21964
21964
|
* The Create Data for a Soft Sort Belt
|
package/package.json
CHANGED
|
@@ -436,7 +436,7 @@ export default SoftSortBeltController;
|
|
|
436
436
|
* @property {string[]} [beltIds] A List of Soft-Sort Belt IDs to Filter by
|
|
437
437
|
* @property {Date} [timestampBegin] The Beginning Timestamp of the Soft-Sort Event Results. Defaults to 24 Hours ago
|
|
438
438
|
* @property {Date} [timestampEnd] The End Timestamp of the Soft-Sort Event Results. Defaults to Now
|
|
439
|
-
* @property {
|
|
439
|
+
* @property {string} [packrunId] A Packrun ID to Filter by. Forces `timestampBegin` and `timestampEnd` to be Ignored
|
|
440
440
|
* @memberof Controllers.Packhouse.Site
|
|
441
441
|
*/
|
|
442
442
|
|
package/src/PackageVersion.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '2.5.
|
|
2
|
+
export const version = '2.5.11';
|