@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.
@@ -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 {Date} [packrunId] A Packrun ID to Filter by. Forces `timestampBegin` and `timestampEnd` to be Ignored
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
 
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = void 0;
7
7
  // Generated by genversion.
8
- var version = '2.5.10';
8
+ var version = '2.5.11';
9
9
  exports.version = version;
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?: Date;
21961
+ packrunId?: string;
21962
21962
  };
21963
21963
  /**
21964
21964
  * The Create Data for a Soft Sort Belt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ricado/api-client",
3
- "version": "2.5.10",
3
+ "version": "2.5.11",
4
4
  "description": "RICADO Gen 4 API Client Library for NodeJS and Browsers",
5
5
  "author": {
6
6
  "name": "Ash Neilson"
@@ -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 {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
440
440
  * @memberof Controllers.Packhouse.Site
441
441
  */
442
442
 
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '2.5.10';
2
+ export const version = '2.5.11';