@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ricado/api-client",
3
- "version": "2.3.7",
3
+ "version": "2.3.10",
4
4
  "description": "RICADO Gen 4 API Client Library for NodeJS and Browsers",
5
5
  "author": {
6
6
  "name": "Ash Neilson"
@@ -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