@ricado/api-client 2.3.5 → 2.3.6
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/ShiftQualitySummaryController.js +1 -0
- package/lib/Controllers/Packhouse/Site/SoftSortPackrunSummaryController.js +891 -0
- package/lib/Controllers/Packhouse/Site/index.js +3 -0
- package/lib/Models/Packhouse/Site/SoftSortPackrunSummaryModel.js +373 -0
- package/lib/Models/Packhouse/Site/index.js +3 -0
- package/lib/PackageVersion.js +1 -1
- package/lib/index.d.ts +438 -0
- package/package.json +1 -1
- package/src/Controllers/Packhouse/Site/ShiftQualitySummaryController.js +1 -0
- package/src/Controllers/Packhouse/Site/SoftSortPackrunSummaryController.js +1022 -0
- package/src/Controllers/Packhouse/Site/index.js +2 -0
- package/src/Models/Packhouse/Site/SoftSortPackrunSummaryModel.js +370 -0
- package/src/Models/Packhouse/Site/index.js +2 -0
- package/src/PackageVersion.js +1 -1
|
@@ -824,6 +824,7 @@ var _default = ShiftQualitySummaryController;
|
|
|
824
824
|
* @typedef {Object} ShiftQualitySummaryController.GetAllQueryParameters
|
|
825
825
|
* @property {string} [packingLineId] The Packing Line ID this Quality Summary is associated with
|
|
826
826
|
* @property {string} [shiftId] The Shift ID this Quality Summary is asssociated with
|
|
827
|
+
* @property {?Date} [publishTimestamp] When this Quality Summary was Published
|
|
827
828
|
* @property {string} [qualityManagerUserId] The User ID of the Quality Manager for this Summary
|
|
828
829
|
* @property {string} [qualityManagerName] The Name of the Quality Manager for this Summary
|
|
829
830
|
* @property {Date} [createdTimestampBegin] Filter by the Timestamp when Quality Summaries were Created. Results Greater than or Equal to Timestamp
|