@ricado/api-client 2.3.18 → 2.3.19

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 (29) hide show
  1. package/dist/ricado.api.client.js +1 -1
  2. package/lib/Controllers/Packhouse/Site/CompacSizerBinWeightController.js +2 -2
  3. package/lib/Controllers/Packhouse/Site/CompacSizerController.js +2 -2
  4. package/lib/Controllers/Packhouse/Site/MAFSizerController.js +2 -2
  5. package/lib/Controllers/Packhouse/Site/PackingLineController.js +2 -2
  6. package/lib/Controllers/Packhouse/Site/RejectBinScaleController.js +2 -2
  7. package/lib/Controllers/Packhouse/Site/RejectBinWeightController.js +2 -2
  8. package/lib/Models/Packhouse/Site/CompacSizerBinWeightModel.js +1 -1
  9. package/lib/Models/Packhouse/Site/CompacSizerModel.js +1 -1
  10. package/lib/Models/Packhouse/Site/MAFSizerModel.js +1 -1
  11. package/lib/Models/Packhouse/Site/PackingLineModel.js +2 -2
  12. package/lib/Models/Packhouse/Site/RejectBinScaleModel.js +1 -1
  13. package/lib/Models/Packhouse/Site/RejectBinWeightModel.js +1 -1
  14. package/lib/PackageVersion.js +1 -1
  15. package/lib/index.d.ts +33 -33
  16. package/package.json +1 -1
  17. package/src/Controllers/Packhouse/Site/CompacSizerBinWeightController.js +2 -2
  18. package/src/Controllers/Packhouse/Site/CompacSizerController.js +2 -2
  19. package/src/Controllers/Packhouse/Site/MAFSizerController.js +2 -2
  20. package/src/Controllers/Packhouse/Site/PackingLineController.js +2 -2
  21. package/src/Controllers/Packhouse/Site/RejectBinScaleController.js +2 -2
  22. package/src/Controllers/Packhouse/Site/RejectBinWeightController.js +2 -2
  23. package/src/Models/Packhouse/Site/CompacSizerBinWeightModel.js +1 -1
  24. package/src/Models/Packhouse/Site/CompacSizerModel.js +1 -1
  25. package/src/Models/Packhouse/Site/MAFSizerModel.js +1 -1
  26. package/src/Models/Packhouse/Site/PackingLineModel.js +2 -2
  27. package/src/Models/Packhouse/Site/RejectBinScaleModel.js +1 -1
  28. package/src/Models/Packhouse/Site/RejectBinWeightModel.js +1 -1
  29. package/src/PackageVersion.js +1 -1
@@ -837,7 +837,7 @@ var _default = CompacSizerBinWeightController;
837
837
  * @property {string} [packrunId] The Packrun ID associated with this Bin Weight
838
838
  * @property {Date} [createdTimestamp] When this Bin Weight was Created
839
839
  * @property {?string} [timeBatchId] The Time Batch ID associated with this Bin Weight
840
- * @property {CompacSizerBinWeightController.OutletSource|CompacSizerBinWeightController.SizerBulkSource[]} [sources] The Sources and Weights that make up this Bin Weight
840
+ * @property {Array<CompacSizerBinWeightController.OutletSource|CompacSizerBinWeightController.SizerBulkSource>} [sources] The Sources and Weights that make up this Bin Weight
841
841
  * @property {Array<CompacSizerBinWeightController.FreshPackMultiGrowerBinWeight>} freshPackMultiGrowerBinWeights The Multi-Grower Bin Weights that will be submitted to FreshPack
842
842
  * @property {Array<CompacSizerBinWeightController.FreshPackMultiGrowerBin>} [freshPackMultiGrowerBins] The Multi-Grower Bins that will be submitted to FreshPack
843
843
  * @memberof Controllers.Packhouse.Site
@@ -850,7 +850,7 @@ var _default = CompacSizerBinWeightController;
850
850
  * @property {string} [compacSizerId] The Compac Sizer ID this Bin Weight is associated with
851
851
  * @property {Date} [createdTimestamp] When this Bin Weight was Created
852
852
  * @property {?string} [timeBatchId] The Time Batch ID associated with this Bin Weight
853
- * @property {CompacSizerBinWeightController.OutletSource|CompacSizerBinWeightController.SizerBulkSource[]} [sources] The Sources and Weights that make up this Bin Weight
853
+ * @property {Array<CompacSizerBinWeightController.OutletSource|CompacSizerBinWeightController.SizerBulkSource>} [sources] The Sources and Weights that make up this Bin Weight
854
854
  * @property {Array<CompacSizerBinWeightController.FreshPackMultiGrowerBinWeight>} [freshPackMultiGrowerBinWeights] The Multi-Grower Bin Weights that will be submitted to FreshPack
855
855
  * @property {Array<CompacSizerBinWeightController.FreshPackMultiGrowerBin>} [freshPackMultiGrowerBins] The Multi-Grower Bins that will be submitted to FreshPack
856
856
  * @memberof Controllers.Packhouse.Site
@@ -190,7 +190,7 @@ var _default = CompacSizerController;
190
190
  * @property {Array<CompacSizerController.CompacSizerOutlet>} [outlets] The Outlets defined for this Compac Sizer
191
191
  * @property {Array<CompacSizerController.CompacSizerFruitSize>} [fruitSizes] The Fruit Sizes defined and handled by this Compac Sizer
192
192
  * @property {?CompacSizerController.FreshPackCompacSizerIntegration} [freshPackIntegration] The FreshPack Integration Configuration for this Compac Sizer
193
- * @property {CompacSizerController.RiserSource|CompacSizerController.SizerSource[]} [sources] An Array of Sources that deliver Fruit to this Compac Sizer
193
+ * @property {Array<CompacSizerController.RiserSource|CompacSizerController.SizerSource>} [sources] An Array of Sources that deliver Fruit to this Compac Sizer
194
194
  * @memberof Controllers.Packhouse.Site
195
195
  */
196
196
 
@@ -208,7 +208,7 @@ var _default = CompacSizerController;
208
208
  * @property {Array<CompacSizerController.CompacSizerOutlet>} [outlets] The Outlets defined for this Compac Sizer
209
209
  * @property {Array<CompacSizerController.CompacSizerFruitSize>} [fruitSizes] The Fruit Sizes defined and handled by this Compac Sizer
210
210
  * @property {?CompacSizerController.FreshPackCompacSizerIntegration} [freshPackIntegration] The FreshPack Integration Configuration for this Compac Sizer
211
- * @property {CompacSizerController.RiserSource|CompacSizerController.SizerSource[]} [sources] An Array of Sources that deliver Fruit to this Compac Sizer
211
+ * @property {Array<CompacSizerController.RiserSource|CompacSizerController.SizerSource>} [sources] An Array of Sources that deliver Fruit to this Compac Sizer
212
212
  * @memberof Controllers.Packhouse.Site
213
213
  */
214
214
 
@@ -190,7 +190,7 @@ var _default = MAFSizerController;
190
190
  * @property {Array<MAFSizerController.MAFSizerFruitSize>} [fruitSizes] The Fruit Sizes defined and handled by this MAF Sizer
191
191
  * @property {?MAFSizerController.FreshPackMAFSizerIntegration} [freshPackIntegration] The FreshPack Integration Configuration for this MAF Sizer
192
192
  * @property {?MAFSizerController.MAFSizerIntegration} [mafIntegration] The MAF Integration Configuration for this MAF Sizer
193
- * @property {MAFSizerController.RiserSource|MAFSizerController.SizerSource[]} [sources] An Array of Sources that deliver Fruit to this MAF Sizer
193
+ * @property {Array<MAFSizerController.RiserSource|MAFSizerController.SizerSource>} [sources] An Array of Sources that deliver Fruit to this MAF Sizer
194
194
  * @property {Array<MAFSizerController.ArticleClassType>} [articleClassTypes] An Array of Article to Class Type Maps for this MAF Sizer
195
195
  * @memberof Controllers.Packhouse.Site
196
196
  */
@@ -209,7 +209,7 @@ var _default = MAFSizerController;
209
209
  * @property {Array<MAFSizerController.MAFSizerFruitSize>} [fruitSizes] The Fruit Sizes defined and handled by this MAF Sizer
210
210
  * @property {?MAFSizerController.FreshPackMAFSizerIntegration} [freshPackIntegration] The FreshPack Integration Configuration for this MAF Sizer
211
211
  * @property {?MAFSizerController.MAFSizerIntegration} [mafIntegration] The MAF Integration Configuration for this MAF Sizer
212
- * @property {MAFSizerController.RiserSource|MAFSizerController.SizerSource[]} [sources] An Array of Sources that deliver Fruit to this MAF Sizer
212
+ * @property {Array<MAFSizerController.RiserSource|MAFSizerController.SizerSource>} [sources] An Array of Sources that deliver Fruit to this MAF Sizer
213
213
  * @property {Array<MAFSizerController.ArticleClassType>} [articleClassTypes] An Array of Article to Class Type Maps for this MAF Sizer
214
214
  * @memberof Controllers.Packhouse.Site
215
215
  */
@@ -418,7 +418,7 @@ var _default = PackingLineController;
418
418
  * @property {string} name Name for this Configuration Group
419
419
  * @property {string} sectionId ID of the Configuration Section this Configuration Group should be displayed under
420
420
  * @property {number} displayOrder Display Order of this Configuration Group
421
- * @property {PackingLineController.ConfigurationPoint|PackingLineController.ConfigurationPoint[]} configurationPoints An Array of Configuration Points to be displayed in this Configuration Group
421
+ * @property {Array<PackingLineController.ConfigurationPoint|PackingLineController.ConfigurationPoint>} configurationPoints An Array of Configuration Points to be displayed in this Configuration Group
422
422
  * @memberof Controllers.Packhouse.Site
423
423
  */
424
424
 
@@ -622,7 +622,7 @@ var _default = PackingLineController;
622
622
  *
623
623
  * @typedef {Object} PackingLineController.AdvancedPackrunManagement
624
624
  * @property {{startPackrunChangeRequest: number, cancelPackrunChangeRequest: number, advancePackrunChangeRequest: number, skipPackrunChangeStepRequest: number, packrunChangeCurrentStep: number, packrunChangeAutomationActionsEnabled: number}} points The Points used for Advanced Packrun Management
625
- * @property {PackingLineController.ManualStep|PackingLineController.ClearSizersStep|PackingLineController.CreateSizerBatchesStep|PackingLineController.CheckFruitSizeProfileStep|PackingLineController.AutoMAFActionStep|PackingLineController.ManualMAFActionStep[]} steps An Array of Steps that define the Advanced Packrun Management process
625
+ * @property {Array<PackingLineController.ManualStep|PackingLineController.ClearSizersStep|PackingLineController.CreateSizerBatchesStep|PackingLineController.CheckFruitSizeProfileStep|PackingLineController.AutoMAFActionStep|PackingLineController.ManualMAFActionStep>} steps An Array of Steps that define the Advanced Packrun Management process
626
626
  * @property {boolean} enabled Whether Advanced Packrun Managed is Enabled on this Packing Line
627
627
  * @memberof Controllers.Packhouse.Site
628
628
  */
@@ -186,7 +186,7 @@ var _default = RejectBinScaleController;
186
186
  * @property {string} packingLineId The Packing Line that owns this Reject Bin Scale
187
187
  * @property {?string} [packrunSourceId] The Permanent Object that provides the Next Packrun for this Reject Bin Scale
188
188
  * @property {?number} [packrunGroup] The Packrun Group this Reject Bin Scale is a part of
189
- * @property {RejectBinScaleController.SortingTableSource|RejectBinScaleController.BeltSource|RejectBinScaleController.SizerOutletSource[]} [sources] An Array of Sources that deliver Fruit to this Reject Bin Scale
189
+ * @property {Array<RejectBinScaleController.SortingTableSource|RejectBinScaleController.BeltSource|RejectBinScaleController.SizerOutletSource>} [sources] An Array of Sources that deliver Fruit to this Reject Bin Scale
190
190
  * @property {?{delay: ?number}} [autoPackrunChange] The Auto Packrun Change Configuration for this Reject Bin Scale
191
191
  * @property {?boolean} [supportsLiveWeighing] Whether this Reject Bin Scale supports Live Weighing
192
192
  * @property {?number} [autoWeighingStartThreshold] The Minimum Weight Change Required to Automatically Start Live Weighing
@@ -212,7 +212,7 @@ var _default = RejectBinScaleController;
212
212
  * @property {string} [packingLineId] The Packing Line that owns this Reject Bin Scale
213
213
  * @property {?string} [packrunSourceId] The Permanent Object that provides the Next Packrun for this Reject Bin Scale
214
214
  * @property {?number} [packrunGroup] The Packrun Group this Reject Bin Scale is a part of
215
- * @property {RejectBinScaleController.SortingTableSource|RejectBinScaleController.BeltSource|RejectBinScaleController.SizerOutletSource[]} [sources] An Array of Sources that deliver Fruit to this Reject Bin Scale
215
+ * @property {Array<RejectBinScaleController.SortingTableSource|RejectBinScaleController.BeltSource|RejectBinScaleController.SizerOutletSource>} [sources] An Array of Sources that deliver Fruit to this Reject Bin Scale
216
216
  * @property {?{delay: ?number}} [autoPackrunChange] The Auto Packrun Change Configuration for this Reject Bin Scale
217
217
  * @property {?boolean} [supportsLiveWeighing] Whether this Reject Bin Scale supports Live Weighing
218
218
  * @property {?number} [autoWeighingStartThreshold] The Minimum Weight Change Required to Automatically Start Live Weighing
@@ -839,7 +839,7 @@ var _default = RejectBinWeightController;
839
839
  * @property {Date} [createdTimestamp] When this Reject Bin Weight was Created
840
840
  * @property {?string} [packrunId] The Packrun this Reject Weight is associated with
841
841
  * @property {number} netWeight The Net Weight Captured by the Reject Bin Scale
842
- * @property {RejectBinWeightController.SortingTableSource|RejectBinWeightController.BeltSource|RejectBinWeightController.SizerOutletSource|RejectBinWeightController.MixedSource[]} [sources] The Source Weights that make up the Net Weight
842
+ * @property {Array<RejectBinWeightController.SortingTableSource|RejectBinWeightController.BeltSource|RejectBinWeightController.SizerOutletSource|RejectBinWeightController.MixedSource>} [sources] The Source Weights that make up the Net Weight
843
843
  * @property {Array<RejectBinWeightController.FreshPackMultiGrowerBinWeight>} freshPackMultiGrowerBinWeights The Multi-Grower Bin Weights that will be submitted to FreshPack
844
844
  * @memberof Controllers.Packhouse.Site
845
845
  */
@@ -852,7 +852,7 @@ var _default = RejectBinWeightController;
852
852
  * @property {Date} [createdTimestamp] When this Reject Bin Weight was Created
853
853
  * @property {?string} [packrunId] The Packrun this Reject Weight is associated with
854
854
  * @property {number} [netWeight] The Net Weight Captured by the Reject Bin Scale
855
- * @property {RejectBinWeightController.SortingTableSource|RejectBinWeightController.BeltSource|RejectBinWeightController.SizerOutletSource|RejectBinWeightController.MixedSource[]} [sources] The Source Weights that make up the Net Weight
855
+ * @property {Array<RejectBinWeightController.SortingTableSource|RejectBinWeightController.BeltSource|RejectBinWeightController.SizerOutletSource|RejectBinWeightController.MixedSource>} [sources] The Source Weights that make up the Net Weight
856
856
  * @property {Array<RejectBinWeightController.FreshPackMultiGrowerBinWeight>} [freshPackMultiGrowerBinWeights] The Multi-Grower Bin Weights that will be submitted to FreshPack
857
857
  * @memberof Controllers.Packhouse.Site
858
858
  */
@@ -98,7 +98,7 @@ var CompacSizerBinWeightModel = /*#__PURE__*/function (_BaseModel) {
98
98
  /**
99
99
  * The Sources and Weights that make up this Bin Weight
100
100
  *
101
- * @type {{type: string, outletNumber: number, outletName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}[]}
101
+ * @type {Array<{type: string, outletNumber: number, outletName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}>}
102
102
  * @public
103
103
  */
104
104
 
@@ -193,7 +193,7 @@ var CompacSizerModel = /*#__PURE__*/function (_BaseModel) {
193
193
  /**
194
194
  * An Array of Sources that deliver Fruit to this Compac Sizer
195
195
  *
196
- * @type {{type: string, riserId: string}|{type: string, sizerId: string, outletNumbers: number[]}[]}
196
+ * @type {Array<{type: string, riserId: string}|{type: string, sizerId: string, outletNumbers: number[]}>}
197
197
  * @public
198
198
  */
199
199
 
@@ -174,7 +174,7 @@ var MAFSizerModel = /*#__PURE__*/function (_BaseModel) {
174
174
  /**
175
175
  * An Array of Sources that deliver Fruit to this MAF Sizer
176
176
  *
177
- * @type {{type: string, riserId: string}|{type: string, sizerId: string, outletNumbers: number[]}[]}
177
+ * @type {Array<{type: string, riserId: string}|{type: string, sizerId: string, outletNumbers: number[]}>}
178
178
  * @public
179
179
  */
180
180
 
@@ -165,7 +165,7 @@ var PackingLineModel = /*#__PURE__*/function (_BaseModel) {
165
165
  /**
166
166
  * The Automation Object for this Packing Line
167
167
  *
168
- * @type {?{points: {controlMode: number, autoStartAllRequest: number, stopAllRequest: number, status: number, startWarningSiren: number, safetySystemHealthy: ?number}, autoControlGroups: Array<{id: string, name: string, points: {runControl: number, startRequest: number, stopRequest: number, status: number, disabled: number}, startDelay: ?number, userStartWithoutDependencies: boolean, startSequences: Array<{startDelay: number, startOrder: number, vsds: string[], contactors: string[], basicControls: Array<{points: {status: number, control: number}, name: string}>}>, downstreamDependencyGroups: string[], neighbourDependencyGroups: string[], shutdownAlarms: string[]}>, autoSpeedGroups: Array<{id: string, name: string, vsds: string[], points: {autoSetpoint: number, overrideSetpoint: number, overrideMode: number}, sectionId: string, displayOrder: number, supportsAutoMode: boolean}>, autoTargets: Array<{id: string, name: string, description: string, type: string, units: ?string, minValue: number, maxValue: number, points: {setpoint: number, actual: number}}>, vsds: Array<{id: string, displayOrder: number}>, contactors: Array<{id: string, displayOrder: number}>, basicControls: Array<{points: {status: number, control: number}, name: string, displayOrder: number}>, shutdownAlarms: string[], lightControls: Array<{name: string, points: {status: number, control: number}}>, infeedManagement: Array<{id: string, name: string, points: {infeedFruitPerMinuteTarget: number, infeedFruitPerMinuteActual: number, sizerFruitPerMinuteActual: number, sizerRecycleFruitPerMinute: number, riser1FruitPerMinuteActual: ?number, riser1LightsControlMode: ?number, riser1LightsManualControl: ?number, riser1LightsStatus: ?number, riser2FruitPerMinuteActual: ?number, riser2LightsControlMode: ?number, riser2LightsManualControl: ?number, riser2LightsStatus: ?number}, riserCount: number, displayOrder: number, riser1AutoControlGroupId: ?string, riser2AutoControlGroupId: ?string}>, autoSpeedSections: Array<{id: string, name: string, displayOrder: number, buttonControls: Array<{icon: string, name: string, type: string, points: {control: number, disable: number}, resetDelay: number, displayOrder: number}>, splitGroupId: ?string, splitGroupPosition: ?string}>, configurationGroups: Array<{id: string, name: string, sectionId: string, displayOrder: number, configurationPoints: {name: string, type: string, point: number}|{name: string, type: string, point: number, units: ?string, minValue: number, maxValue: number}[]}>, configurationSections: Array<{id: string, name: string, displayOrder: number}>, momentaryControlGroups: Array<{name: string, momentaryControls: Array<{name: string, points: Array<{name: string, point: number}>, displayOrder: number}>}>}}
168
+ * @type {?{points: {controlMode: number, autoStartAllRequest: number, stopAllRequest: number, status: number, startWarningSiren: number, safetySystemHealthy: ?number}, autoControlGroups: Array<{id: string, name: string, points: {runControl: number, startRequest: number, stopRequest: number, status: number, disabled: number}, startDelay: ?number, userStartWithoutDependencies: boolean, startSequences: Array<{startDelay: number, startOrder: number, vsds: string[], contactors: string[], basicControls: Array<{points: {status: number, control: number}, name: string}>}>, downstreamDependencyGroups: string[], neighbourDependencyGroups: string[], shutdownAlarms: string[]}>, autoSpeedGroups: Array<{id: string, name: string, vsds: string[], points: {autoSetpoint: number, overrideSetpoint: number, overrideMode: number}, sectionId: string, displayOrder: number, supportsAutoMode: boolean}>, autoTargets: Array<{id: string, name: string, description: string, type: string, units: ?string, minValue: number, maxValue: number, points: {setpoint: number, actual: number}}>, vsds: Array<{id: string, displayOrder: number}>, contactors: Array<{id: string, displayOrder: number}>, basicControls: Array<{points: {status: number, control: number}, name: string, displayOrder: number}>, shutdownAlarms: string[], lightControls: Array<{name: string, points: {status: number, control: number}}>, infeedManagement: Array<{id: string, name: string, points: {infeedFruitPerMinuteTarget: number, infeedFruitPerMinuteActual: number, sizerFruitPerMinuteActual: number, sizerRecycleFruitPerMinute: number, riser1FruitPerMinuteActual: ?number, riser1LightsControlMode: ?number, riser1LightsManualControl: ?number, riser1LightsStatus: ?number, riser2FruitPerMinuteActual: ?number, riser2LightsControlMode: ?number, riser2LightsManualControl: ?number, riser2LightsStatus: ?number}, riserCount: number, displayOrder: number, riser1AutoControlGroupId: ?string, riser2AutoControlGroupId: ?string}>, autoSpeedSections: Array<{id: string, name: string, displayOrder: number, buttonControls: Array<{icon: string, name: string, type: string, points: {control: number, disable: number}, resetDelay: number, displayOrder: number}>, splitGroupId: ?string, splitGroupPosition: ?string}>, configurationGroups: Array<{id: string, name: string, sectionId: string, displayOrder: number, configurationPoints: Array<{name: string, type: string, point: number}|{name: string, type: string, point: number, units: ?string, minValue: number, maxValue: number}>}>, configurationSections: Array<{id: string, name: string, displayOrder: number}>, momentaryControlGroups: Array<{name: string, momentaryControls: Array<{name: string, points: Array<{name: string, point: number}>, displayOrder: number}>}>}}
169
169
  * @public
170
170
  */
171
171
 
@@ -197,7 +197,7 @@ var PackingLineModel = /*#__PURE__*/function (_BaseModel) {
197
197
  /**
198
198
  * The Advanced Packrun Management Configuration for this Packing Line
199
199
  *
200
- * @type {?{points: {startPackrunChangeRequest: number, cancelPackrunChangeRequest: number, advancePackrunChangeRequest: number, skipPackrunChangeStepRequest: number, packrunChangeCurrentStep: number, packrunChangeAutomationActionsEnabled: number}, steps: {index: number, type: string, title: string, subtitle: ?string, description: string, pointActions: Array<{trigger: string, pointId: number, value: any}>, autoControlGroupActions: Array<{trigger: string, groupId: string, action: string}>}|{index: number, type: string, sizerIds: string[]}|{index: number, type: string, sizerIds: string[]}|{index: number, type: string, sizerId: string}|{index: number, type: string, title: string, subtitle: ?string, description: string, actionType: string, trigger: string, actionReference: ?any}|{index: number, type: string, title: string, subtitle: ?string, description: string, actionType: string, trigger: string, actionReference: ?any}[], enabled: boolean}}
200
+ * @type {?{points: {startPackrunChangeRequest: number, cancelPackrunChangeRequest: number, advancePackrunChangeRequest: number, skipPackrunChangeStepRequest: number, packrunChangeCurrentStep: number, packrunChangeAutomationActionsEnabled: number}, steps: Array<{index: number, type: string, title: string, subtitle: ?string, description: string, pointActions: Array<{trigger: string, pointId: number, value: any}>, autoControlGroupActions: Array<{trigger: string, groupId: string, action: string}>}|{index: number, type: string, sizerIds: string[]}|{index: number, type: string, sizerIds: string[]}|{index: number, type: string, sizerId: string}|{index: number, type: string, title: string, subtitle: ?string, description: string, actionType: string, trigger: string, actionReference: ?any}|{index: number, type: string, title: string, subtitle: ?string, description: string, actionType: string, trigger: string, actionReference: ?any}>, enabled: boolean}}
201
201
  * @public
202
202
  */
203
203
 
@@ -148,7 +148,7 @@ var RejectBinScaleModel = /*#__PURE__*/function (_BaseModel) {
148
148
  /**
149
149
  * An Array of Sources that deliver Fruit to this Reject Bin Scale
150
150
  *
151
- * @type {{type: string, sortingTableId: string, classType: string, varietyClassTypes: Array<{varietyId: string, classType: string}>}|{type: string, beltName: ?string, classType: string, varietyClassTypes: Array<{varietyId: string, classType: string}>}|{type: string, sizerId: string, outletNumber: number}[]}
151
+ * @type {Array<{type: string, sortingTableId: string, classType: string, varietyClassTypes: Array<{varietyId: string, classType: string}>}|{type: string, beltName: ?string, classType: string, varietyClassTypes: Array<{varietyId: string, classType: string}>}|{type: string, sizerId: string, outletNumber: number}>}
152
152
  * @public
153
153
  */
154
154
 
@@ -106,7 +106,7 @@ var RejectBinWeightModel = /*#__PURE__*/function (_BaseModel) {
106
106
  /**
107
107
  * The Source Weights that make up the Net Weight
108
108
  *
109
- * @type {{type: string, sortingTableId: string, sortingTableName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, beltName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, sizerId: string, sizerName: ?string, outletNumber: number, outletName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, mixedNames: string[], weights: Array<{classType: string, weight: number, fruitCount: ?number}>}[]}
109
+ * @type {Array<{type: string, sortingTableId: string, sortingTableName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, beltName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, sizerId: string, sizerName: ?string, outletNumber: number, outletName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, mixedNames: string[], weights: Array<{classType: string, weight: number, fruitCount: ?number}>}>}
110
110
  * @public
111
111
  */
112
112
 
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = void 0;
7
7
  // Generated by genversion.
8
- var version = '2.3.18';
8
+ var version = '2.3.19';
9
9
  exports.version = version;
package/lib/index.d.ts CHANGED
@@ -8428,7 +8428,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerBinWeig
8428
8428
  /**
8429
8429
  * The Sources and Weights that make up this Bin Weight
8430
8430
  */
8431
- sources?: OutletSource | SizerBulkSource[];
8431
+ sources?: (OutletSource | SizerBulkSource)[];
8432
8432
  /**
8433
8433
  * The Multi-Grower Bin Weights that will be submitted to FreshPack
8434
8434
  */
@@ -8457,7 +8457,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerBinWeig
8457
8457
  /**
8458
8458
  * The Sources and Weights that make up this Bin Weight
8459
8459
  */
8460
- sources?: OutletSource | SizerBulkSource[];
8460
+ sources?: (OutletSource | SizerBulkSource)[];
8461
8461
  /**
8462
8462
  * The Multi-Grower Bin Weights that will be submitted to FreshPack
8463
8463
  */
@@ -8838,7 +8838,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerControl
8838
8838
  /**
8839
8839
  * An Array of Sources that deliver Fruit to this Compac Sizer
8840
8840
  */
8841
- sources?: RiserSource | SizerSource[];
8841
+ sources?: (RiserSource | SizerSource)[];
8842
8842
  };
8843
8843
  /**
8844
8844
  * The Update Data for a Compac Sizer
@@ -8923,7 +8923,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerControl
8923
8923
  /**
8924
8924
  * An Array of Sources that deliver Fruit to this Compac Sizer
8925
8925
  */
8926
- sources?: RiserSource | SizerSource[];
8926
+ sources?: (RiserSource | SizerSource)[];
8927
8927
  };
8928
8928
  /**
8929
8929
  * A **CompacSizerLane** Type
@@ -11694,7 +11694,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/MAFSizerController
11694
11694
  /**
11695
11695
  * An Array of Sources that deliver Fruit to this MAF Sizer
11696
11696
  */
11697
- sources?: RiserSource | SizerSource[];
11697
+ sources?: (RiserSource | SizerSource)[];
11698
11698
  /**
11699
11699
  * An Array of Article to Class Type Maps for this MAF Sizer
11700
11700
  */
@@ -11764,7 +11764,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/MAFSizerController
11764
11764
  /**
11765
11765
  * An Array of Sources that deliver Fruit to this MAF Sizer
11766
11766
  */
11767
- sources?: RiserSource | SizerSource[];
11767
+ sources?: (RiserSource | SizerSource)[];
11768
11768
  /**
11769
11769
  * An Array of Article to Class Type Maps for this MAF Sizer
11770
11770
  */
@@ -13346,7 +13346,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackingLineControl
13346
13346
  /**
13347
13347
  * An Array of Configuration Points to be displayed in this Configuration Group
13348
13348
  */
13349
- configurationPoints: ConfigurationPoint | ConfigurationPoint[];
13349
+ configurationPoints: ConfigurationPoint[];
13350
13350
  };
13351
13351
  /**
13352
13352
  * A **ConfigurationSection** Type
@@ -13812,7 +13812,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackingLineControl
13812
13812
  /**
13813
13813
  * An Array of Steps that define the Advanced Packrun Management process
13814
13814
  */
13815
- steps: ManualStep | ClearSizersStep | CreateSizerBatchesStep | CheckFruitSizeProfileStep | AutoMAFActionStep | ManualMAFActionStep[];
13815
+ steps: (ManualStep | ClearSizersStep | CreateSizerBatchesStep | CheckFruitSizeProfileStep | AutoMAFActionStep | ManualMAFActionStep)[];
13816
13816
  /**
13817
13817
  * Whether Advanced Packrun Managed is Enabled on this Packing Line
13818
13818
  */
@@ -15139,7 +15139,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinScaleCont
15139
15139
  /**
15140
15140
  * An Array of Sources that deliver Fruit to this Reject Bin Scale
15141
15141
  */
15142
- sources?: SortingTableSource | BeltSource | SizerOutletSource[];
15142
+ sources?: (SortingTableSource | BeltSource | SizerOutletSource)[];
15143
15143
  /**
15144
15144
  * The Auto Packrun Change Configuration for this Reject Bin Scale
15145
15145
  */
@@ -15253,7 +15253,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinScaleCont
15253
15253
  /**
15254
15254
  * An Array of Sources that deliver Fruit to this Reject Bin Scale
15255
15255
  */
15256
- sources?: SortingTableSource | BeltSource | SizerOutletSource[];
15256
+ sources?: (SortingTableSource | BeltSource | SizerOutletSource)[];
15257
15257
  /**
15258
15258
  * The Auto Packrun Change Configuration for this Reject Bin Scale
15259
15259
  */
@@ -15589,7 +15589,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinWeightCon
15589
15589
  /**
15590
15590
  * The Source Weights that make up the Net Weight
15591
15591
  */
15592
- sources?: SortingTableSource | BeltSource | SizerOutletSource | MixedSource[];
15592
+ sources?: (SortingTableSource | BeltSource | SizerOutletSource | MixedSource)[];
15593
15593
  /**
15594
15594
  * The Multi-Grower Bin Weights that will be submitted to FreshPack
15595
15595
  */
@@ -15618,7 +15618,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinWeightCon
15618
15618
  /**
15619
15619
  * The Source Weights that make up the Net Weight
15620
15620
  */
15621
- sources?: SortingTableSource | BeltSource | SizerOutletSource | MixedSource[];
15621
+ sources?: (SortingTableSource | BeltSource | SizerOutletSource | MixedSource)[];
15622
15622
  /**
15623
15623
  * The Multi-Grower Bin Weights that will be submitted to FreshPack
15624
15624
  */
@@ -19491,10 +19491,10 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerBinWeightMod
19491
19491
  /**
19492
19492
  * The Sources and Weights that make up this Bin Weight
19493
19493
  *
19494
- * @type {{type: string, outletNumber: number, outletName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}[]}
19494
+ * @type {Array<{type: string, outletNumber: number, outletName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}>}
19495
19495
  * @public
19496
19496
  */
19497
- sources: {
19497
+ sources: ({
19498
19498
  type: string;
19499
19499
  outletNumber: number;
19500
19500
  outletName: string | null;
@@ -19510,7 +19510,7 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerBinWeightMod
19510
19510
  weight: number;
19511
19511
  fruitCount: number | null;
19512
19512
  }[];
19513
- }[];
19513
+ })[];
19514
19514
  /**
19515
19515
  * The Multi-Grower Bin Weights that will be submitted to FreshPack
19516
19516
  *
@@ -19770,17 +19770,17 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerModel' {
19770
19770
  /**
19771
19771
  * An Array of Sources that deliver Fruit to this Compac Sizer
19772
19772
  *
19773
- * @type {{type: string, riserId: string}|{type: string, sizerId: string, outletNumbers: number[]}[]}
19773
+ * @type {Array<{type: string, riserId: string}|{type: string, sizerId: string, outletNumbers: number[]}>}
19774
19774
  * @public
19775
19775
  */
19776
- sources: {
19776
+ sources: ({
19777
19777
  type: string;
19778
19778
  riserId: string;
19779
19779
  } | {
19780
19780
  type: string;
19781
19781
  sizerId: string;
19782
19782
  outletNumbers: number[];
19783
- }[];
19783
+ })[];
19784
19784
  /**
19785
19785
  * Whether the Compac Sizer has been deleted
19786
19786
  *
@@ -21053,17 +21053,17 @@ declare module '@ricado/api-client/Models/Packhouse/Site/MAFSizerModel' {
21053
21053
  /**
21054
21054
  * An Array of Sources that deliver Fruit to this MAF Sizer
21055
21055
  *
21056
- * @type {{type: string, riserId: string}|{type: string, sizerId: string, outletNumbers: number[]}[]}
21056
+ * @type {Array<{type: string, riserId: string}|{type: string, sizerId: string, outletNumbers: number[]}>}
21057
21057
  * @public
21058
21058
  */
21059
- sources: {
21059
+ sources: ({
21060
21060
  type: string;
21061
21061
  riserId: string;
21062
21062
  } | {
21063
21063
  type: string;
21064
21064
  sizerId: string;
21065
21065
  outletNumbers: number[];
21066
- }[];
21066
+ })[];
21067
21067
  /**
21068
21068
  * An Array of Article to Class Type Maps for this MAF Sizer
21069
21069
  *
@@ -21559,7 +21559,7 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackingLineModel' {
21559
21559
  /**
21560
21560
  * The Automation Object for this Packing Line
21561
21561
  *
21562
- * @type {?{points: {controlMode: number, autoStartAllRequest: number, stopAllRequest: number, status: number, startWarningSiren: number, safetySystemHealthy: ?number}, autoControlGroups: Array<{id: string, name: string, points: {runControl: number, startRequest: number, stopRequest: number, status: number, disabled: number}, startDelay: ?number, userStartWithoutDependencies: boolean, startSequences: Array<{startDelay: number, startOrder: number, vsds: string[], contactors: string[], basicControls: Array<{points: {status: number, control: number}, name: string}>}>, downstreamDependencyGroups: string[], neighbourDependencyGroups: string[], shutdownAlarms: string[]}>, autoSpeedGroups: Array<{id: string, name: string, vsds: string[], points: {autoSetpoint: number, overrideSetpoint: number, overrideMode: number}, sectionId: string, displayOrder: number, supportsAutoMode: boolean}>, autoTargets: Array<{id: string, name: string, description: string, type: string, units: ?string, minValue: number, maxValue: number, points: {setpoint: number, actual: number}}>, vsds: Array<{id: string, displayOrder: number}>, contactors: Array<{id: string, displayOrder: number}>, basicControls: Array<{points: {status: number, control: number}, name: string, displayOrder: number}>, shutdownAlarms: string[], lightControls: Array<{name: string, points: {status: number, control: number}}>, infeedManagement: Array<{id: string, name: string, points: {infeedFruitPerMinuteTarget: number, infeedFruitPerMinuteActual: number, sizerFruitPerMinuteActual: number, sizerRecycleFruitPerMinute: number, riser1FruitPerMinuteActual: ?number, riser1LightsControlMode: ?number, riser1LightsManualControl: ?number, riser1LightsStatus: ?number, riser2FruitPerMinuteActual: ?number, riser2LightsControlMode: ?number, riser2LightsManualControl: ?number, riser2LightsStatus: ?number}, riserCount: number, displayOrder: number, riser1AutoControlGroupId: ?string, riser2AutoControlGroupId: ?string}>, autoSpeedSections: Array<{id: string, name: string, displayOrder: number, buttonControls: Array<{icon: string, name: string, type: string, points: {control: number, disable: number}, resetDelay: number, displayOrder: number}>, splitGroupId: ?string, splitGroupPosition: ?string}>, configurationGroups: Array<{id: string, name: string, sectionId: string, displayOrder: number, configurationPoints: {name: string, type: string, point: number}|{name: string, type: string, point: number, units: ?string, minValue: number, maxValue: number}[]}>, configurationSections: Array<{id: string, name: string, displayOrder: number}>, momentaryControlGroups: Array<{name: string, momentaryControls: Array<{name: string, points: Array<{name: string, point: number}>, displayOrder: number}>}>}}
21562
+ * @type {?{points: {controlMode: number, autoStartAllRequest: number, stopAllRequest: number, status: number, startWarningSiren: number, safetySystemHealthy: ?number}, autoControlGroups: Array<{id: string, name: string, points: {runControl: number, startRequest: number, stopRequest: number, status: number, disabled: number}, startDelay: ?number, userStartWithoutDependencies: boolean, startSequences: Array<{startDelay: number, startOrder: number, vsds: string[], contactors: string[], basicControls: Array<{points: {status: number, control: number}, name: string}>}>, downstreamDependencyGroups: string[], neighbourDependencyGroups: string[], shutdownAlarms: string[]}>, autoSpeedGroups: Array<{id: string, name: string, vsds: string[], points: {autoSetpoint: number, overrideSetpoint: number, overrideMode: number}, sectionId: string, displayOrder: number, supportsAutoMode: boolean}>, autoTargets: Array<{id: string, name: string, description: string, type: string, units: ?string, minValue: number, maxValue: number, points: {setpoint: number, actual: number}}>, vsds: Array<{id: string, displayOrder: number}>, contactors: Array<{id: string, displayOrder: number}>, basicControls: Array<{points: {status: number, control: number}, name: string, displayOrder: number}>, shutdownAlarms: string[], lightControls: Array<{name: string, points: {status: number, control: number}}>, infeedManagement: Array<{id: string, name: string, points: {infeedFruitPerMinuteTarget: number, infeedFruitPerMinuteActual: number, sizerFruitPerMinuteActual: number, sizerRecycleFruitPerMinute: number, riser1FruitPerMinuteActual: ?number, riser1LightsControlMode: ?number, riser1LightsManualControl: ?number, riser1LightsStatus: ?number, riser2FruitPerMinuteActual: ?number, riser2LightsControlMode: ?number, riser2LightsManualControl: ?number, riser2LightsStatus: ?number}, riserCount: number, displayOrder: number, riser1AutoControlGroupId: ?string, riser2AutoControlGroupId: ?string}>, autoSpeedSections: Array<{id: string, name: string, displayOrder: number, buttonControls: Array<{icon: string, name: string, type: string, points: {control: number, disable: number}, resetDelay: number, displayOrder: number}>, splitGroupId: ?string, splitGroupPosition: ?string}>, configurationGroups: Array<{id: string, name: string, sectionId: string, displayOrder: number, configurationPoints: Array<{name: string, type: string, point: number}|{name: string, type: string, point: number, units: ?string, minValue: number, maxValue: number}>}>, configurationSections: Array<{id: string, name: string, displayOrder: number}>, momentaryControlGroups: Array<{name: string, momentaryControls: Array<{name: string, points: Array<{name: string, point: number}>, displayOrder: number}>}>}}
21563
21563
  * @public
21564
21564
  */
21565
21565
  automation: {
@@ -21695,7 +21695,7 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackingLineModel' {
21695
21695
  name: string;
21696
21696
  sectionId: string;
21697
21697
  displayOrder: number;
21698
- configurationPoints: {
21698
+ configurationPoints: ({
21699
21699
  name: string;
21700
21700
  type: string;
21701
21701
  point: number;
@@ -21706,7 +21706,7 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackingLineModel' {
21706
21706
  units: string | null;
21707
21707
  minValue: number;
21708
21708
  maxValue: number;
21709
- }[];
21709
+ })[];
21710
21710
  }[];
21711
21711
  configurationSections: {
21712
21712
  id: string;
@@ -21820,7 +21820,7 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackingLineModel' {
21820
21820
  /**
21821
21821
  * The Advanced Packrun Management Configuration for this Packing Line
21822
21822
  *
21823
- * @type {?{points: {startPackrunChangeRequest: number, cancelPackrunChangeRequest: number, advancePackrunChangeRequest: number, skipPackrunChangeStepRequest: number, packrunChangeCurrentStep: number, packrunChangeAutomationActionsEnabled: number}, steps: {index: number, type: string, title: string, subtitle: ?string, description: string, pointActions: Array<{trigger: string, pointId: number, value: any}>, autoControlGroupActions: Array<{trigger: string, groupId: string, action: string}>}|{index: number, type: string, sizerIds: string[]}|{index: number, type: string, sizerIds: string[]}|{index: number, type: string, sizerId: string}|{index: number, type: string, title: string, subtitle: ?string, description: string, actionType: string, trigger: string, actionReference: ?any}|{index: number, type: string, title: string, subtitle: ?string, description: string, actionType: string, trigger: string, actionReference: ?any}[], enabled: boolean}}
21823
+ * @type {?{points: {startPackrunChangeRequest: number, cancelPackrunChangeRequest: number, advancePackrunChangeRequest: number, skipPackrunChangeStepRequest: number, packrunChangeCurrentStep: number, packrunChangeAutomationActionsEnabled: number}, steps: Array<{index: number, type: string, title: string, subtitle: ?string, description: string, pointActions: Array<{trigger: string, pointId: number, value: any}>, autoControlGroupActions: Array<{trigger: string, groupId: string, action: string}>}|{index: number, type: string, sizerIds: string[]}|{index: number, type: string, sizerIds: string[]}|{index: number, type: string, sizerId: string}|{index: number, type: string, title: string, subtitle: ?string, description: string, actionType: string, trigger: string, actionReference: ?any}|{index: number, type: string, title: string, subtitle: ?string, description: string, actionType: string, trigger: string, actionReference: ?any}>, enabled: boolean}}
21824
21824
  * @public
21825
21825
  */
21826
21826
  advancedPackrunManagement: {
@@ -21832,7 +21832,7 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackingLineModel' {
21832
21832
  packrunChangeCurrentStep: number;
21833
21833
  packrunChangeAutomationActionsEnabled: number;
21834
21834
  };
21835
- steps: {
21835
+ steps: ({
21836
21836
  index: number;
21837
21837
  type: string;
21838
21838
  title: string;
@@ -21878,7 +21878,7 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackingLineModel' {
21878
21878
  actionType: string;
21879
21879
  trigger: string;
21880
21880
  actionReference: any | null;
21881
- }[];
21881
+ })[];
21882
21882
  enabled: boolean;
21883
21883
  } | null;
21884
21884
  /**
@@ -22391,10 +22391,10 @@ declare module '@ricado/api-client/Models/Packhouse/Site/RejectBinScaleModel' {
22391
22391
  /**
22392
22392
  * An Array of Sources that deliver Fruit to this Reject Bin Scale
22393
22393
  *
22394
- * @type {{type: string, sortingTableId: string, classType: string, varietyClassTypes: Array<{varietyId: string, classType: string}>}|{type: string, beltName: ?string, classType: string, varietyClassTypes: Array<{varietyId: string, classType: string}>}|{type: string, sizerId: string, outletNumber: number}[]}
22394
+ * @type {Array<{type: string, sortingTableId: string, classType: string, varietyClassTypes: Array<{varietyId: string, classType: string}>}|{type: string, beltName: ?string, classType: string, varietyClassTypes: Array<{varietyId: string, classType: string}>}|{type: string, sizerId: string, outletNumber: number}>}
22395
22395
  * @public
22396
22396
  */
22397
- sources: {
22397
+ sources: ({
22398
22398
  type: string;
22399
22399
  sortingTableId: string;
22400
22400
  classType: string;
@@ -22414,7 +22414,7 @@ declare module '@ricado/api-client/Models/Packhouse/Site/RejectBinScaleModel' {
22414
22414
  type: string;
22415
22415
  sizerId: string;
22416
22416
  outletNumber: number;
22417
- }[];
22417
+ })[];
22418
22418
  /**
22419
22419
  * The Auto Packrun Change Configuration for this Reject Bin Scale
22420
22420
  *
@@ -22615,10 +22615,10 @@ declare module '@ricado/api-client/Models/Packhouse/Site/RejectBinWeightModel' {
22615
22615
  /**
22616
22616
  * The Source Weights that make up the Net Weight
22617
22617
  *
22618
- * @type {{type: string, sortingTableId: string, sortingTableName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, beltName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, sizerId: string, sizerName: ?string, outletNumber: number, outletName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, mixedNames: string[], weights: Array<{classType: string, weight: number, fruitCount: ?number}>}[]}
22618
+ * @type {Array<{type: string, sortingTableId: string, sortingTableName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, beltName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, sizerId: string, sizerName: ?string, outletNumber: number, outletName: ?string, weights: Array<{classType: string, weight: number, fruitCount: ?number}>}|{type: string, mixedNames: string[], weights: Array<{classType: string, weight: number, fruitCount: ?number}>}>}
22619
22619
  * @public
22620
22620
  */
22621
- sources: {
22621
+ sources: ({
22622
22622
  type: string;
22623
22623
  sortingTableId: string;
22624
22624
  sortingTableName: string | null;
@@ -22654,7 +22654,7 @@ declare module '@ricado/api-client/Models/Packhouse/Site/RejectBinWeightModel' {
22654
22654
  weight: number;
22655
22655
  fruitCount: number | null;
22656
22656
  }[];
22657
- }[];
22657
+ })[];
22658
22658
  /**
22659
22659
  * The Multi-Grower Bin Weights that will be submitted to FreshPack
22660
22660
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ricado/api-client",
3
- "version": "2.3.18",
3
+ "version": "2.3.19",
4
4
  "description": "RICADO Gen 4 API Client Library for NodeJS and Browsers",
5
5
  "author": {
6
6
  "name": "Ash Neilson"
@@ -970,7 +970,7 @@ export default CompacSizerBinWeightController;
970
970
  * @property {string} [packrunId] The Packrun ID associated with this Bin Weight
971
971
  * @property {Date} [createdTimestamp] When this Bin Weight was Created
972
972
  * @property {?string} [timeBatchId] The Time Batch ID associated with this Bin Weight
973
- * @property {CompacSizerBinWeightController.OutletSource|CompacSizerBinWeightController.SizerBulkSource[]} [sources] The Sources and Weights that make up this Bin Weight
973
+ * @property {Array<CompacSizerBinWeightController.OutletSource|CompacSizerBinWeightController.SizerBulkSource>} [sources] The Sources and Weights that make up this Bin Weight
974
974
  * @property {Array<CompacSizerBinWeightController.FreshPackMultiGrowerBinWeight>} freshPackMultiGrowerBinWeights The Multi-Grower Bin Weights that will be submitted to FreshPack
975
975
  * @property {Array<CompacSizerBinWeightController.FreshPackMultiGrowerBin>} [freshPackMultiGrowerBins] The Multi-Grower Bins that will be submitted to FreshPack
976
976
  * @memberof Controllers.Packhouse.Site
@@ -983,7 +983,7 @@ export default CompacSizerBinWeightController;
983
983
  * @property {string} [compacSizerId] The Compac Sizer ID this Bin Weight is associated with
984
984
  * @property {Date} [createdTimestamp] When this Bin Weight was Created
985
985
  * @property {?string} [timeBatchId] The Time Batch ID associated with this Bin Weight
986
- * @property {CompacSizerBinWeightController.OutletSource|CompacSizerBinWeightController.SizerBulkSource[]} [sources] The Sources and Weights that make up this Bin Weight
986
+ * @property {Array<CompacSizerBinWeightController.OutletSource|CompacSizerBinWeightController.SizerBulkSource>} [sources] The Sources and Weights that make up this Bin Weight
987
987
  * @property {Array<CompacSizerBinWeightController.FreshPackMultiGrowerBinWeight>} [freshPackMultiGrowerBinWeights] The Multi-Grower Bin Weights that will be submitted to FreshPack
988
988
  * @property {Array<CompacSizerBinWeightController.FreshPackMultiGrowerBin>} [freshPackMultiGrowerBins] The Multi-Grower Bins that will be submitted to FreshPack
989
989
  * @memberof Controllers.Packhouse.Site
@@ -169,7 +169,7 @@ export default CompacSizerController;
169
169
  * @property {Array<CompacSizerController.CompacSizerOutlet>} [outlets] The Outlets defined for this Compac Sizer
170
170
  * @property {Array<CompacSizerController.CompacSizerFruitSize>} [fruitSizes] The Fruit Sizes defined and handled by this Compac Sizer
171
171
  * @property {?CompacSizerController.FreshPackCompacSizerIntegration} [freshPackIntegration] The FreshPack Integration Configuration for this Compac Sizer
172
- * @property {CompacSizerController.RiserSource|CompacSizerController.SizerSource[]} [sources] An Array of Sources that deliver Fruit to this Compac Sizer
172
+ * @property {Array<CompacSizerController.RiserSource|CompacSizerController.SizerSource>} [sources] An Array of Sources that deliver Fruit to this Compac Sizer
173
173
  * @memberof Controllers.Packhouse.Site
174
174
  */
175
175
 
@@ -187,7 +187,7 @@ export default CompacSizerController;
187
187
  * @property {Array<CompacSizerController.CompacSizerOutlet>} [outlets] The Outlets defined for this Compac Sizer
188
188
  * @property {Array<CompacSizerController.CompacSizerFruitSize>} [fruitSizes] The Fruit Sizes defined and handled by this Compac Sizer
189
189
  * @property {?CompacSizerController.FreshPackCompacSizerIntegration} [freshPackIntegration] The FreshPack Integration Configuration for this Compac Sizer
190
- * @property {CompacSizerController.RiserSource|CompacSizerController.SizerSource[]} [sources] An Array of Sources that deliver Fruit to this Compac Sizer
190
+ * @property {Array<CompacSizerController.RiserSource|CompacSizerController.SizerSource>} [sources] An Array of Sources that deliver Fruit to this Compac Sizer
191
191
  * @memberof Controllers.Packhouse.Site
192
192
  */
193
193
 
@@ -169,7 +169,7 @@ export default MAFSizerController;
169
169
  * @property {Array<MAFSizerController.MAFSizerFruitSize>} [fruitSizes] The Fruit Sizes defined and handled by this MAF Sizer
170
170
  * @property {?MAFSizerController.FreshPackMAFSizerIntegration} [freshPackIntegration] The FreshPack Integration Configuration for this MAF Sizer
171
171
  * @property {?MAFSizerController.MAFSizerIntegration} [mafIntegration] The MAF Integration Configuration for this MAF Sizer
172
- * @property {MAFSizerController.RiserSource|MAFSizerController.SizerSource[]} [sources] An Array of Sources that deliver Fruit to this MAF Sizer
172
+ * @property {Array<MAFSizerController.RiserSource|MAFSizerController.SizerSource>} [sources] An Array of Sources that deliver Fruit to this MAF Sizer
173
173
  * @property {Array<MAFSizerController.ArticleClassType>} [articleClassTypes] An Array of Article to Class Type Maps for this MAF Sizer
174
174
  * @memberof Controllers.Packhouse.Site
175
175
  */
@@ -188,7 +188,7 @@ export default MAFSizerController;
188
188
  * @property {Array<MAFSizerController.MAFSizerFruitSize>} [fruitSizes] The Fruit Sizes defined and handled by this MAF Sizer
189
189
  * @property {?MAFSizerController.FreshPackMAFSizerIntegration} [freshPackIntegration] The FreshPack Integration Configuration for this MAF Sizer
190
190
  * @property {?MAFSizerController.MAFSizerIntegration} [mafIntegration] The MAF Integration Configuration for this MAF Sizer
191
- * @property {MAFSizerController.RiserSource|MAFSizerController.SizerSource[]} [sources] An Array of Sources that deliver Fruit to this MAF Sizer
191
+ * @property {Array<MAFSizerController.RiserSource|MAFSizerController.SizerSource>} [sources] An Array of Sources that deliver Fruit to this MAF Sizer
192
192
  * @property {Array<MAFSizerController.ArticleClassType>} [articleClassTypes] An Array of Article to Class Type Maps for this MAF Sizer
193
193
  * @memberof Controllers.Packhouse.Site
194
194
  */
@@ -397,7 +397,7 @@ export default PackingLineController;
397
397
  * @property {string} name Name for this Configuration Group
398
398
  * @property {string} sectionId ID of the Configuration Section this Configuration Group should be displayed under
399
399
  * @property {number} displayOrder Display Order of this Configuration Group
400
- * @property {PackingLineController.ConfigurationPoint|PackingLineController.ConfigurationPoint[]} configurationPoints An Array of Configuration Points to be displayed in this Configuration Group
400
+ * @property {Array<PackingLineController.ConfigurationPoint|PackingLineController.ConfigurationPoint>} configurationPoints An Array of Configuration Points to be displayed in this Configuration Group
401
401
  * @memberof Controllers.Packhouse.Site
402
402
  */
403
403
 
@@ -601,7 +601,7 @@ export default PackingLineController;
601
601
  *
602
602
  * @typedef {Object} PackingLineController.AdvancedPackrunManagement
603
603
  * @property {{startPackrunChangeRequest: number, cancelPackrunChangeRequest: number, advancePackrunChangeRequest: number, skipPackrunChangeStepRequest: number, packrunChangeCurrentStep: number, packrunChangeAutomationActionsEnabled: number}} points The Points used for Advanced Packrun Management
604
- * @property {PackingLineController.ManualStep|PackingLineController.ClearSizersStep|PackingLineController.CreateSizerBatchesStep|PackingLineController.CheckFruitSizeProfileStep|PackingLineController.AutoMAFActionStep|PackingLineController.ManualMAFActionStep[]} steps An Array of Steps that define the Advanced Packrun Management process
604
+ * @property {Array<PackingLineController.ManualStep|PackingLineController.ClearSizersStep|PackingLineController.CreateSizerBatchesStep|PackingLineController.CheckFruitSizeProfileStep|PackingLineController.AutoMAFActionStep|PackingLineController.ManualMAFActionStep>} steps An Array of Steps that define the Advanced Packrun Management process
605
605
  * @property {boolean} enabled Whether Advanced Packrun Managed is Enabled on this Packing Line
606
606
  * @memberof Controllers.Packhouse.Site
607
607
  */
@@ -165,7 +165,7 @@ export default RejectBinScaleController;
165
165
  * @property {string} packingLineId The Packing Line that owns this Reject Bin Scale
166
166
  * @property {?string} [packrunSourceId] The Permanent Object that provides the Next Packrun for this Reject Bin Scale
167
167
  * @property {?number} [packrunGroup] The Packrun Group this Reject Bin Scale is a part of
168
- * @property {RejectBinScaleController.SortingTableSource|RejectBinScaleController.BeltSource|RejectBinScaleController.SizerOutletSource[]} [sources] An Array of Sources that deliver Fruit to this Reject Bin Scale
168
+ * @property {Array<RejectBinScaleController.SortingTableSource|RejectBinScaleController.BeltSource|RejectBinScaleController.SizerOutletSource>} [sources] An Array of Sources that deliver Fruit to this Reject Bin Scale
169
169
  * @property {?{delay: ?number}} [autoPackrunChange] The Auto Packrun Change Configuration for this Reject Bin Scale
170
170
  * @property {?boolean} [supportsLiveWeighing] Whether this Reject Bin Scale supports Live Weighing
171
171
  * @property {?number} [autoWeighingStartThreshold] The Minimum Weight Change Required to Automatically Start Live Weighing
@@ -191,7 +191,7 @@ export default RejectBinScaleController;
191
191
  * @property {string} [packingLineId] The Packing Line that owns this Reject Bin Scale
192
192
  * @property {?string} [packrunSourceId] The Permanent Object that provides the Next Packrun for this Reject Bin Scale
193
193
  * @property {?number} [packrunGroup] The Packrun Group this Reject Bin Scale is a part of
194
- * @property {RejectBinScaleController.SortingTableSource|RejectBinScaleController.BeltSource|RejectBinScaleController.SizerOutletSource[]} [sources] An Array of Sources that deliver Fruit to this Reject Bin Scale
194
+ * @property {Array<RejectBinScaleController.SortingTableSource|RejectBinScaleController.BeltSource|RejectBinScaleController.SizerOutletSource>} [sources] An Array of Sources that deliver Fruit to this Reject Bin Scale
195
195
  * @property {?{delay: ?number}} [autoPackrunChange] The Auto Packrun Change Configuration for this Reject Bin Scale
196
196
  * @property {?boolean} [supportsLiveWeighing] Whether this Reject Bin Scale supports Live Weighing
197
197
  * @property {?number} [autoWeighingStartThreshold] The Minimum Weight Change Required to Automatically Start Live Weighing