@ricado/api-client 2.3.7 → 2.3.10
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/BinTipBinController.js +4 -0
- package/lib/Controllers/Packhouse/Site/FreshPackPackrunSummaryController.js +2 -0
- package/lib/Controllers/Packhouse/Site/MAFSizerBatchController.js +926 -0
- package/lib/Controllers/Packhouse/Site/MAFSizerController.js +217 -0
- package/lib/Controllers/Packhouse/Site/MAFSizerOutletArticleChangeController.js +879 -0
- package/lib/Controllers/Packhouse/Site/MAFSizerPackrunSummaryController.js +922 -0
- package/lib/Controllers/Packhouse/Site/PackrunController.js +54 -33
- package/lib/Controllers/Packhouse/Site/ShiftController.js +23 -0
- package/lib/Controllers/Packhouse/Site/ShiftHourlyEntryController.js +13 -7
- package/lib/Controllers/Packhouse/Site/SoftSortBeltController.js +1 -0
- package/lib/Controllers/Packhouse/Site/index.js +12 -0
- package/lib/Models/Packhouse/Site/BinTipBinModel.js +22 -0
- package/lib/Models/Packhouse/Site/FreshPackPackrunSummaryModel.js +26 -0
- package/lib/Models/Packhouse/Site/MAFSizerBatchModel.js +555 -0
- package/lib/Models/Packhouse/Site/MAFSizerModel.js +445 -0
- package/lib/Models/Packhouse/Site/MAFSizerOutletArticleChangeModel.js +253 -0
- package/lib/Models/Packhouse/Site/MAFSizerPackrunSummaryModel.js +473 -0
- package/lib/Models/Packhouse/Site/ShiftHourlyEntryModel.js +75 -5
- package/lib/Models/Packhouse/Site/index.js +12 -0
- package/lib/PackageVersion.js +1 -1
- package/lib/index.d.ts +4937 -3152
- package/package.json +1 -1
- package/src/Controllers/Packhouse/Site/BinTipBinController.js +4 -0
- package/src/Controllers/Packhouse/Site/FreshPackPackrunSummaryController.js +2 -0
- package/src/Controllers/Packhouse/Site/MAFSizerBatchController.js +1057 -0
- package/src/Controllers/Packhouse/Site/MAFSizerController.js +194 -0
- package/src/Controllers/Packhouse/Site/MAFSizerOutletArticleChangeController.js +1010 -0
- package/src/Controllers/Packhouse/Site/MAFSizerPackrunSummaryController.js +1053 -0
- package/src/Controllers/Packhouse/Site/PackrunController.js +59 -33
- package/src/Controllers/Packhouse/Site/ShiftController.js +22 -0
- package/src/Controllers/Packhouse/Site/ShiftHourlyEntryController.js +13 -7
- package/src/Controllers/Packhouse/Site/SoftSortBeltController.js +1 -0
- package/src/Controllers/Packhouse/Site/index.js +8 -0
- package/src/Models/Packhouse/Site/BinTipBinModel.js +25 -0
- package/src/Models/Packhouse/Site/FreshPackPackrunSummaryModel.js +29 -0
- package/src/Models/Packhouse/Site/MAFSizerBatchModel.js +598 -0
- package/src/Models/Packhouse/Site/MAFSizerModel.js +450 -0
- package/src/Models/Packhouse/Site/MAFSizerOutletArticleChangeModel.js +235 -0
- package/src/Models/Packhouse/Site/MAFSizerPackrunSummaryModel.js +511 -0
- package/src/Models/Packhouse/Site/ShiftHourlyEntryModel.js +85 -5
- package/src/Models/Packhouse/Site/index.js +8 -0
- package/src/PackageVersion.js +1 -1
package/package.json
CHANGED
|
@@ -957,6 +957,8 @@ export default BinTipBinController;
|
|
|
957
957
|
* @typedef {Object} BinTipBinController.GetAllQueryParameters
|
|
958
958
|
* @property {string} [binTipId] The Bin Tip ID associated with this Bin
|
|
959
959
|
* @property {string} [packrunId] The Packrun ID associated with this Bin
|
|
960
|
+
* @property {?string} [binNumber] A 10-Digit Bin Number made up of a Bin Lot (4-Digits) and a Unique Number (6-Digits)
|
|
961
|
+
* @property {?string} [binNumberSource] The Source of the Bin Number
|
|
960
962
|
* @property {?string} [fullBinWeightId] The `BinTipWeight` ID as the Source for the Full Weight of this Bin
|
|
961
963
|
* @property {?string} [emptyBinWeightId] The `BinTipWeight` ID as the Source for the Empty Weight of this Bin
|
|
962
964
|
* @property {Date} [createdTimestampBegin] Filter by the Timestamp when this Bin was Created. Results Greater than or Equal to Timestamp
|
|
@@ -972,6 +974,7 @@ export default BinTipBinController;
|
|
|
972
974
|
* @property {string} [packrunId] The Packrun ID associated with this Bin
|
|
973
975
|
* @property {Date} [createdTimestamp] When this Bin was Created
|
|
974
976
|
* @property {?string} [binNumber] A 10-Digit Bin Number made up of a Bin Lot (4-Digits) and a Unique Number (6-Digits)
|
|
977
|
+
* @property {?string} [binNumberSource] The Source of the Bin Number
|
|
975
978
|
* @property {?string} [timeBatchId] The Time Batch ID associated with this Bin
|
|
976
979
|
* @property {?number} [fullWeight] The Full Weight for this Bin
|
|
977
980
|
* @property {?number} [emptyWeight] The Empty Weight for this Bin
|
|
@@ -988,6 +991,7 @@ export default BinTipBinController;
|
|
|
988
991
|
* @property {string} [binTipId] The Bin Tip ID associated with this Bin
|
|
989
992
|
* @property {Date} [createdTimestamp] When this Bin was Created
|
|
990
993
|
* @property {?string} [binNumber] A 10-Digit Bin Number made up of a Bin Lot (4-Digits) and a Unique Number (6-Digits)
|
|
994
|
+
* @property {?string} [binNumberSource] The Source of the Bin Number
|
|
991
995
|
* @property {?string} [timeBatchId] The Time Batch ID associated with this Bin
|
|
992
996
|
* @property {?number} [fullWeight] The Full Weight for this Bin
|
|
993
997
|
* @property {?number} [emptyWeight] The Empty Weight for this Bin
|
|
@@ -972,6 +972,7 @@ export default FreshPackPackrunSummaryController;
|
|
|
972
972
|
* @property {Date} [createdTimestamp] When this Summary was Created
|
|
973
973
|
* @property {?string} [timeBatchId] The Time Batch this Summary is associated with
|
|
974
974
|
* @property {Object[]} [traySummaries] An Array of Tray Summary Data Objects for all Sizes and Class Types
|
|
975
|
+
* @property {Object[]} [clearanceSummaries] An Array of Clearance Summary Data Objects for all Sizes
|
|
975
976
|
* @memberof Controllers.Packhouse.Site
|
|
976
977
|
*/
|
|
977
978
|
|
|
@@ -983,6 +984,7 @@ export default FreshPackPackrunSummaryController;
|
|
|
983
984
|
* @property {Date} [createdTimestamp] When this Summary was Created
|
|
984
985
|
* @property {?string} [timeBatchId] The Time Batch this Summary is associated with
|
|
985
986
|
* @property {Object[]} [traySummaries] An Array of Tray Summary Data Objects for all Sizes and Class Types
|
|
987
|
+
* @property {Object[]} [clearanceSummaries] An Array of Clearance Summary Data Objects for all Sizes
|
|
986
988
|
* @memberof Controllers.Packhouse.Site
|
|
987
989
|
*/
|
|
988
990
|
|