@ricado/api-client 2.3.3 → 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/ShiftController.js +2 -2
- package/lib/Controllers/Packhouse/Site/ShiftQualitySummaryController.js +4 -3
- package/lib/Controllers/Packhouse/Site/SoftSortPackrunSummaryController.js +891 -0
- package/lib/Controllers/Packhouse/Site/index.js +3 -0
- package/lib/Models/Packhouse/Site/ShiftModel.js +4 -4
- package/lib/Models/Packhouse/Site/ShiftQualitySummaryModel.js +2 -6
- 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 +447 -9
- package/package.json +1 -1
- package/src/Controllers/Packhouse/Site/ShiftController.js +2 -2
- package/src/Controllers/Packhouse/Site/ShiftQualitySummaryController.js +4 -3
- package/src/Controllers/Packhouse/Site/SoftSortPackrunSummaryController.js +1022 -0
- package/src/Controllers/Packhouse/Site/index.js +2 -0
- package/src/Models/Packhouse/Site/ShiftModel.js +4 -4
- package/src/Models/Packhouse/Site/ShiftQualitySummaryModel.js +2 -7
- package/src/Models/Packhouse/Site/SoftSortPackrunSummaryModel.js +370 -0
- package/src/Models/Packhouse/Site/index.js +2 -0
- package/src/PackageVersion.js +1 -1
|
@@ -852,7 +852,7 @@ var _default = ShiftController;
|
|
|
852
852
|
* @property {?Date} [finishTimestamp] When this Shift was Finished
|
|
853
853
|
* @property {?Date} [publishTimestamp] When this Shift was Published
|
|
854
854
|
* @property {?number} [satisfactionRating] An Optional Rating between 1 and 10 on how Satisfied the Line Manager was with this Shift
|
|
855
|
-
* @property {?
|
|
855
|
+
* @property {?string} [keyCelebration] An Optional Key Celebration the Line Manager and Team experienced during this Shift
|
|
856
856
|
* @property {?string} [keyChallenge] An Optional Key Challenge the Line Manager and Team experienced during this Shift
|
|
857
857
|
* @property {Array<ShiftController.ShiftHandoverNote>} [handoverNotes] *DEPRECATED* An Optional Array of Handover Notes for this Shift
|
|
858
858
|
* @property {Array<ShiftController.ShiftAreaNote>} [areaNotes] An Optional Array of Notes for this Shift
|
|
@@ -876,7 +876,7 @@ var _default = ShiftController;
|
|
|
876
876
|
* @property {?Date} [finishTimestamp] When this Shift was Finished
|
|
877
877
|
* @property {?Date} [publishTimestamp] When this Shift was Published
|
|
878
878
|
* @property {?number} [satisfactionRating] An Optional Rating between 1 and 10 on how Satisfied the Line Manager was with this Shift
|
|
879
|
-
* @property {?
|
|
879
|
+
* @property {?string} [keyCelebration] An Optional Key Celebration the Line Manager and Team experienced during this Shift
|
|
880
880
|
* @property {?string} [keyChallenge] An Optional Key Challenge the Line Manager and Team experienced during this Shift
|
|
881
881
|
* @property {Array<ShiftController.ShiftHandoverNote>} [handoverNotes] *DEPRECATED* An Optional Array of Handover Notes for this Shift
|
|
882
882
|
* @property {Array<ShiftController.ShiftAreaNote>} [areaNotes] An Optional Array of Notes for this Shift
|
|
@@ -824,7 +824,8 @@ 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 {?
|
|
827
|
+
* @property {?Date} [publishTimestamp] When this Quality Summary was Published
|
|
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
|
|
830
831
|
* @property {Date} [createdTimestampEnd] Filter by the Timestamp when Quality Summaries were Created. Results Less than or Equal to Timestamp
|
|
@@ -841,7 +842,7 @@ var _default = ShiftQualitySummaryController;
|
|
|
841
842
|
* @property {string} [shiftId] The Shift ID this Quality Summary is asssociated with
|
|
842
843
|
* @property {Date} [createdTimestamp] When this Quality Summary was Created
|
|
843
844
|
* @property {?Date} [publishTimestamp] When this Quality Summary was Published
|
|
844
|
-
* @property {
|
|
845
|
+
* @property {string} qualityManagerUserId The User ID of the Quality Manager for this Summary
|
|
845
846
|
* @property {string} qualityManagerName The Name of the Quality Manager for this Summary
|
|
846
847
|
* @property {Array<ShiftQualitySummaryController.AccuracyResult>} [accuracyResults] An Array of Accuracy Results for this Summary
|
|
847
848
|
* @property {Array<ShiftQualitySummaryController.AuditResult>} [auditResults] An Array of Audit Results for this Summary
|
|
@@ -857,7 +858,7 @@ var _default = ShiftQualitySummaryController;
|
|
|
857
858
|
* @property {string} [packingLineId] The Packing Line ID this Quality Summary is associated with
|
|
858
859
|
* @property {Date} [createdTimestamp] When this Quality Summary was Created
|
|
859
860
|
* @property {?Date} [publishTimestamp] When this Quality Summary was Published
|
|
860
|
-
* @property {
|
|
861
|
+
* @property {string} [qualityManagerUserId] The User ID of the Quality Manager for this Summary
|
|
861
862
|
* @property {string} [qualityManagerName] The Name of the Quality Manager for this Summary
|
|
862
863
|
* @property {Array<ShiftQualitySummaryController.AccuracyResult>} [accuracyResults] An Array of Accuracy Results for this Summary
|
|
863
864
|
* @property {Array<ShiftQualitySummaryController.AuditResult>} [auditResults] An Array of Audit Results for this Summary
|