@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.
Files changed (43) hide show
  1. package/dist/ricado.api.client.js +1 -1
  2. package/lib/Controllers/Packhouse/Site/BinTipBinController.js +4 -0
  3. package/lib/Controllers/Packhouse/Site/FreshPackPackrunSummaryController.js +2 -0
  4. package/lib/Controllers/Packhouse/Site/MAFSizerBatchController.js +926 -0
  5. package/lib/Controllers/Packhouse/Site/MAFSizerController.js +217 -0
  6. package/lib/Controllers/Packhouse/Site/MAFSizerOutletArticleChangeController.js +879 -0
  7. package/lib/Controllers/Packhouse/Site/MAFSizerPackrunSummaryController.js +922 -0
  8. package/lib/Controllers/Packhouse/Site/PackrunController.js +54 -33
  9. package/lib/Controllers/Packhouse/Site/ShiftController.js +23 -0
  10. package/lib/Controllers/Packhouse/Site/ShiftHourlyEntryController.js +13 -7
  11. package/lib/Controllers/Packhouse/Site/SoftSortBeltController.js +1 -0
  12. package/lib/Controllers/Packhouse/Site/index.js +12 -0
  13. package/lib/Models/Packhouse/Site/BinTipBinModel.js +22 -0
  14. package/lib/Models/Packhouse/Site/FreshPackPackrunSummaryModel.js +26 -0
  15. package/lib/Models/Packhouse/Site/MAFSizerBatchModel.js +555 -0
  16. package/lib/Models/Packhouse/Site/MAFSizerModel.js +445 -0
  17. package/lib/Models/Packhouse/Site/MAFSizerOutletArticleChangeModel.js +253 -0
  18. package/lib/Models/Packhouse/Site/MAFSizerPackrunSummaryModel.js +473 -0
  19. package/lib/Models/Packhouse/Site/ShiftHourlyEntryModel.js +75 -5
  20. package/lib/Models/Packhouse/Site/index.js +12 -0
  21. package/lib/PackageVersion.js +1 -1
  22. package/lib/index.d.ts +4937 -3152
  23. package/package.json +1 -1
  24. package/src/Controllers/Packhouse/Site/BinTipBinController.js +4 -0
  25. package/src/Controllers/Packhouse/Site/FreshPackPackrunSummaryController.js +2 -0
  26. package/src/Controllers/Packhouse/Site/MAFSizerBatchController.js +1057 -0
  27. package/src/Controllers/Packhouse/Site/MAFSizerController.js +194 -0
  28. package/src/Controllers/Packhouse/Site/MAFSizerOutletArticleChangeController.js +1010 -0
  29. package/src/Controllers/Packhouse/Site/MAFSizerPackrunSummaryController.js +1053 -0
  30. package/src/Controllers/Packhouse/Site/PackrunController.js +59 -33
  31. package/src/Controllers/Packhouse/Site/ShiftController.js +22 -0
  32. package/src/Controllers/Packhouse/Site/ShiftHourlyEntryController.js +13 -7
  33. package/src/Controllers/Packhouse/Site/SoftSortBeltController.js +1 -0
  34. package/src/Controllers/Packhouse/Site/index.js +8 -0
  35. package/src/Models/Packhouse/Site/BinTipBinModel.js +25 -0
  36. package/src/Models/Packhouse/Site/FreshPackPackrunSummaryModel.js +29 -0
  37. package/src/Models/Packhouse/Site/MAFSizerBatchModel.js +598 -0
  38. package/src/Models/Packhouse/Site/MAFSizerModel.js +450 -0
  39. package/src/Models/Packhouse/Site/MAFSizerOutletArticleChangeModel.js +235 -0
  40. package/src/Models/Packhouse/Site/MAFSizerPackrunSummaryModel.js +511 -0
  41. package/src/Models/Packhouse/Site/ShiftHourlyEntryModel.js +85 -5
  42. package/src/Models/Packhouse/Site/index.js +8 -0
  43. package/src/PackageVersion.js +1 -1
@@ -824,6 +824,8 @@ var _default = BinTipBinController;
824
824
  * @typedef {Object} BinTipBinController.GetAllQueryParameters
825
825
  * @property {string} [binTipId] The Bin Tip ID associated with this Bin
826
826
  * @property {string} [packrunId] The Packrun ID associated with this Bin
827
+ * @property {?string} [binNumber] A 10-Digit Bin Number made up of a Bin Lot (4-Digits) and a Unique Number (6-Digits)
828
+ * @property {?string} [binNumberSource] The Source of the Bin Number
827
829
  * @property {?string} [fullBinWeightId] The `BinTipWeight` ID as the Source for the Full Weight of this Bin
828
830
  * @property {?string} [emptyBinWeightId] The `BinTipWeight` ID as the Source for the Empty Weight of this Bin
829
831
  * @property {Date} [createdTimestampBegin] Filter by the Timestamp when this Bin was Created. Results Greater than or Equal to Timestamp
@@ -839,6 +841,7 @@ var _default = BinTipBinController;
839
841
  * @property {string} [packrunId] The Packrun ID associated with this Bin
840
842
  * @property {Date} [createdTimestamp] When this Bin was Created
841
843
  * @property {?string} [binNumber] A 10-Digit Bin Number made up of a Bin Lot (4-Digits) and a Unique Number (6-Digits)
844
+ * @property {?string} [binNumberSource] The Source of the Bin Number
842
845
  * @property {?string} [timeBatchId] The Time Batch ID associated with this Bin
843
846
  * @property {?number} [fullWeight] The Full Weight for this Bin
844
847
  * @property {?number} [emptyWeight] The Empty Weight for this Bin
@@ -855,6 +858,7 @@ var _default = BinTipBinController;
855
858
  * @property {string} [binTipId] The Bin Tip ID associated with this Bin
856
859
  * @property {Date} [createdTimestamp] When this Bin was Created
857
860
  * @property {?string} [binNumber] A 10-Digit Bin Number made up of a Bin Lot (4-Digits) and a Unique Number (6-Digits)
861
+ * @property {?string} [binNumberSource] The Source of the Bin Number
858
862
  * @property {?string} [timeBatchId] The Time Batch ID associated with this Bin
859
863
  * @property {?number} [fullWeight] The Full Weight for this Bin
860
864
  * @property {?number} [emptyWeight] The Empty Weight for this Bin
@@ -839,6 +839,7 @@ var _default = FreshPackPackrunSummaryController;
839
839
  * @property {Date} [createdTimestamp] When this Summary was Created
840
840
  * @property {?string} [timeBatchId] The Time Batch this Summary is associated with
841
841
  * @property {Object[]} [traySummaries] An Array of Tray Summary Data Objects for all Sizes and Class Types
842
+ * @property {Object[]} [clearanceSummaries] An Array of Clearance Summary Data Objects for all Sizes
842
843
  * @memberof Controllers.Packhouse.Site
843
844
  */
844
845
 
@@ -850,6 +851,7 @@ var _default = FreshPackPackrunSummaryController;
850
851
  * @property {Date} [createdTimestamp] When this Summary was Created
851
852
  * @property {?string} [timeBatchId] The Time Batch this Summary is associated with
852
853
  * @property {Object[]} [traySummaries] An Array of Tray Summary Data Objects for all Sizes and Class Types
854
+ * @property {Object[]} [clearanceSummaries] An Array of Clearance Summary Data Objects for all Sizes
853
855
  * @memberof Controllers.Packhouse.Site
854
856
  */
855
857