@ricado/api-client 2.0.2 → 2.1.0
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/BinTipWeightController.js +4 -4
- package/lib/Controllers/Packhouse/Site/CompacSizerBatchController.js +4 -4
- package/lib/Controllers/Packhouse/Site/CompacSizerController.js +4 -4
- package/lib/Controllers/Packhouse/Site/CompacSizerOutletProductChangeController.js +4 -4
- package/lib/Controllers/Packhouse/Site/CompacSizerOutletTypeChangeController.js +4 -4
- package/lib/Controllers/Packhouse/Site/CompacSizerOutletTypeController.js +4 -4
- package/lib/Controllers/Packhouse/Site/CompacSizerPackrunSummaryController.js +4 -4
- package/lib/Controllers/Packhouse/Site/DowntimeEventController.js +4 -4
- package/lib/Controllers/Packhouse/Site/FreshPackPackrunSummaryController.js +4 -4
- package/lib/Controllers/Packhouse/Site/GrowingMethodController.js +4 -4
- package/lib/Controllers/Packhouse/Site/PackTypeController.js +4 -4
- package/lib/Controllers/Packhouse/Site/PackingLineController.js +4 -4
- package/lib/Controllers/Packhouse/Site/PackrunController.js +4 -4
- package/lib/Controllers/Packhouse/Site/RejectBinController.js +4 -4
- package/lib/Controllers/Packhouse/Site/RejectBinScaleController.js +4 -4
- package/lib/Controllers/Packhouse/Site/RejectBinWeightController.js +4 -4
- package/lib/Controllers/Packhouse/Site/ShiftController.js +4 -4
- package/lib/Controllers/Packhouse/Site/ShiftFocusMeetingController.js +4 -4
- package/lib/Controllers/Packhouse/Site/ShiftHourlyEntryController.js +4 -4
- package/lib/Controllers/Packhouse/Site/VarietyController.js +4 -4
- package/lib/Controllers/Site/AlarmController.js +4 -4
- package/lib/Controllers/Site/AlarmGroupController.js +4 -4
- package/lib/Controllers/Site/DefinitionController.js +4 -4
- package/lib/Controllers/Site/PermanentObjectController.js +4 -4
- package/lib/Controllers/Site/PermanentObjectDataController.js +4 -4
- package/lib/Controllers/Site/PointController.js +4 -4
- package/lib/Controllers/Site/TemporaryObjectController.js +4 -4
- package/lib/Errors/BadRequestError.js +1 -1
- package/lib/Errors/ForbiddenError.js +1 -1
- package/lib/Errors/NetworkError.js +1 -1
- package/lib/Errors/NotAllowedError.js +1 -1
- package/lib/Errors/NotFoundError.js +1 -1
- package/lib/Errors/ServerError.js +1 -1
- package/lib/Errors/UnauthorizedError.js +1 -1
- package/lib/Models/AccountPolicyModel.js +1 -1
- package/lib/Models/ApiAccountModel.js +1 -1
- package/lib/Models/CompanyModel.js +1 -1
- package/lib/Models/FirebaseTokenModel.js +1 -1
- package/lib/Models/Packhouse/Site/BinTipWeightModel.js +14 -4
- package/lib/Models/Packhouse/Site/CompacSizerBatchModel.js +14 -4
- package/lib/Models/Packhouse/Site/CompacSizerModel.js +14 -4
- package/lib/Models/Packhouse/Site/CompacSizerOutletProductChangeModel.js +14 -4
- package/lib/Models/Packhouse/Site/CompacSizerOutletTypeChangeModel.js +14 -4
- package/lib/Models/Packhouse/Site/CompacSizerOutletTypeModel.js +14 -4
- package/lib/Models/Packhouse/Site/CompacSizerPackrunSummaryModel.js +14 -4
- package/lib/Models/Packhouse/Site/DowntimeEventModel.js +14 -4
- package/lib/Models/Packhouse/Site/FreshPackPackrunSummaryModel.js +14 -4
- package/lib/Models/Packhouse/Site/GrowingMethodModel.js +14 -4
- package/lib/Models/Packhouse/Site/PackTypeModel.js +14 -4
- package/lib/Models/Packhouse/Site/PackingLineModel.js +14 -4
- package/lib/Models/Packhouse/Site/PackrunModel.js +14 -4
- package/lib/Models/Packhouse/Site/RejectBinModel.js +14 -4
- package/lib/Models/Packhouse/Site/RejectBinScaleModel.js +14 -4
- package/lib/Models/Packhouse/Site/RejectBinWeightModel.js +14 -4
- package/lib/Models/Packhouse/Site/ShiftFocusMeetingModel.js +14 -4
- package/lib/Models/Packhouse/Site/ShiftHourlyEntryModel.js +14 -4
- package/lib/Models/Packhouse/Site/ShiftModel.js +14 -4
- package/lib/Models/Packhouse/Site/VarietyModel.js +14 -4
- package/lib/Models/RTUModel.js +1 -1
- package/lib/Models/RTUPluginModel.js +1 -1
- package/lib/Models/Site/AlarmGroupModel.js +14 -4
- package/lib/Models/Site/AlarmModel.js +14 -4
- package/lib/Models/Site/DefinitionModel.js +14 -4
- package/lib/Models/Site/PermanentObjectDataModel.js +14 -4
- package/lib/Models/Site/PermanentObjectModel.js +14 -4
- package/lib/Models/Site/PointModel.js +14 -4
- package/lib/Models/Site/TemporaryObjectModel.js +14 -4
- package/lib/Models/SiteModel.js +1 -1
- package/lib/Models/TokenModel.js +1 -1
- package/lib/Models/UserAccountActionTokenModel.js +1 -1
- package/lib/Models/UserAccountModel.js +1 -1
- package/lib/PackageVersion.js +1 -1
- package/lib/index.d.ts +432 -27
- package/package.json +1 -1
- package/src/Controllers/Packhouse/Site/BinTipWeightController.js +4 -4
- package/src/Controllers/Packhouse/Site/CompacSizerBatchController.js +4 -4
- package/src/Controllers/Packhouse/Site/CompacSizerController.js +4 -4
- package/src/Controllers/Packhouse/Site/CompacSizerOutletProductChangeController.js +4 -4
- package/src/Controllers/Packhouse/Site/CompacSizerOutletTypeChangeController.js +4 -4
- package/src/Controllers/Packhouse/Site/CompacSizerOutletTypeController.js +4 -4
- package/src/Controllers/Packhouse/Site/CompacSizerPackrunSummaryController.js +4 -4
- package/src/Controllers/Packhouse/Site/DowntimeEventController.js +4 -4
- package/src/Controllers/Packhouse/Site/FreshPackPackrunSummaryController.js +4 -4
- package/src/Controllers/Packhouse/Site/GrowingMethodController.js +4 -4
- package/src/Controllers/Packhouse/Site/PackTypeController.js +4 -4
- package/src/Controllers/Packhouse/Site/PackingLineController.js +4 -4
- package/src/Controllers/Packhouse/Site/PackrunController.js +4 -4
- package/src/Controllers/Packhouse/Site/RejectBinController.js +4 -4
- package/src/Controllers/Packhouse/Site/RejectBinScaleController.js +4 -4
- package/src/Controllers/Packhouse/Site/RejectBinWeightController.js +4 -4
- package/src/Controllers/Packhouse/Site/ShiftController.js +4 -4
- package/src/Controllers/Packhouse/Site/ShiftFocusMeetingController.js +4 -4
- package/src/Controllers/Packhouse/Site/ShiftHourlyEntryController.js +4 -4
- package/src/Controllers/Packhouse/Site/VarietyController.js +4 -4
- package/src/Controllers/Site/AlarmController.js +4 -4
- package/src/Controllers/Site/AlarmGroupController.js +4 -4
- package/src/Controllers/Site/DefinitionController.js +4 -4
- package/src/Controllers/Site/PermanentObjectController.js +4 -4
- package/src/Controllers/Site/PermanentObjectDataController.js +4 -4
- package/src/Controllers/Site/PointController.js +4 -4
- package/src/Controllers/Site/TemporaryObjectController.js +4 -4
- package/src/Models/Packhouse/Site/BinTipWeightModel.js +13 -3
- package/src/Models/Packhouse/Site/CompacSizerBatchModel.js +13 -3
- package/src/Models/Packhouse/Site/CompacSizerModel.js +13 -3
- package/src/Models/Packhouse/Site/CompacSizerOutletProductChangeModel.js +13 -3
- package/src/Models/Packhouse/Site/CompacSizerOutletTypeChangeModel.js +13 -3
- package/src/Models/Packhouse/Site/CompacSizerOutletTypeModel.js +13 -3
- package/src/Models/Packhouse/Site/CompacSizerPackrunSummaryModel.js +13 -3
- package/src/Models/Packhouse/Site/DowntimeEventModel.js +13 -3
- package/src/Models/Packhouse/Site/FreshPackPackrunSummaryModel.js +13 -3
- package/src/Models/Packhouse/Site/GrowingMethodModel.js +13 -3
- package/src/Models/Packhouse/Site/PackTypeModel.js +13 -3
- package/src/Models/Packhouse/Site/PackingLineModel.js +13 -3
- package/src/Models/Packhouse/Site/PackrunModel.js +13 -3
- package/src/Models/Packhouse/Site/RejectBinModel.js +13 -3
- package/src/Models/Packhouse/Site/RejectBinScaleModel.js +13 -3
- package/src/Models/Packhouse/Site/RejectBinWeightModel.js +13 -3
- package/src/Models/Packhouse/Site/ShiftFocusMeetingModel.js +13 -3
- package/src/Models/Packhouse/Site/ShiftHourlyEntryModel.js +13 -3
- package/src/Models/Packhouse/Site/ShiftModel.js +13 -3
- package/src/Models/Packhouse/Site/VarietyModel.js +13 -3
- package/src/Models/Site/AlarmGroupModel.js +13 -3
- package/src/Models/Site/AlarmModel.js +13 -3
- package/src/Models/Site/DefinitionModel.js +13 -3
- package/src/Models/Site/PermanentObjectDataModel.js +13 -3
- package/src/Models/Site/PermanentObjectModel.js +13 -3
- package/src/Models/Site/PointModel.js +13 -3
- package/src/Models/Site/TemporaryObjectModel.js +13 -3
- package/src/PackageVersion.js +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -620,11 +620,19 @@ declare module '@ricado/api-client/Models/Site/PointModel' {
|
|
|
620
620
|
* @static
|
|
621
621
|
* @public
|
|
622
622
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
623
|
+
* @param {number} siteId The Site ID associated with this Point
|
|
623
624
|
* @return {PointModel}
|
|
624
625
|
*/
|
|
625
626
|
static fromJSON(json: {
|
|
626
627
|
[x: string]: any;
|
|
627
|
-
} | string): PointModel;
|
|
628
|
+
} | string, siteId: number): PointModel;
|
|
629
|
+
/**
|
|
630
|
+
* PointModel Constructor
|
|
631
|
+
*
|
|
632
|
+
* @protected
|
|
633
|
+
* @param {number} siteId The Site ID associated with this Point
|
|
634
|
+
*/
|
|
635
|
+
protected constructor();
|
|
628
636
|
/**
|
|
629
637
|
* The Point ID
|
|
630
638
|
*
|
|
@@ -702,6 +710,13 @@ declare module '@ricado/api-client/Models/Site/PointModel' {
|
|
|
702
710
|
* @public
|
|
703
711
|
*/
|
|
704
712
|
updateTimestamp: Date;
|
|
713
|
+
/**
|
|
714
|
+
* The Site ID associated with this Point
|
|
715
|
+
*
|
|
716
|
+
* @type {number}
|
|
717
|
+
* @public
|
|
718
|
+
*/
|
|
719
|
+
siteId: number;
|
|
705
720
|
}
|
|
706
721
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
707
722
|
}
|
|
@@ -4738,11 +4753,19 @@ declare module '@ricado/api-client/Models/Site/AlarmGroupModel' {
|
|
|
4738
4753
|
* @static
|
|
4739
4754
|
* @public
|
|
4740
4755
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
4756
|
+
* @param {number} siteId The Site ID associated with this Alarm Group
|
|
4741
4757
|
* @return {AlarmGroupModel}
|
|
4742
4758
|
*/
|
|
4743
4759
|
static fromJSON(json: {
|
|
4744
4760
|
[x: string]: any;
|
|
4745
|
-
} | string): AlarmGroupModel;
|
|
4761
|
+
} | string, siteId: number): AlarmGroupModel;
|
|
4762
|
+
/**
|
|
4763
|
+
* AlarmGroupModel Constructor
|
|
4764
|
+
*
|
|
4765
|
+
* @protected
|
|
4766
|
+
* @param {number} siteId The Site ID associated with this Alarm Group
|
|
4767
|
+
*/
|
|
4768
|
+
protected constructor();
|
|
4746
4769
|
/**
|
|
4747
4770
|
* The Alarm Group ID
|
|
4748
4771
|
*
|
|
@@ -4795,6 +4818,13 @@ declare module '@ricado/api-client/Models/Site/AlarmGroupModel' {
|
|
|
4795
4818
|
* @public
|
|
4796
4819
|
*/
|
|
4797
4820
|
updateTimestamp: Date;
|
|
4821
|
+
/**
|
|
4822
|
+
* The Site ID associated with this Alarm Group
|
|
4823
|
+
*
|
|
4824
|
+
* @type {number}
|
|
4825
|
+
* @public
|
|
4826
|
+
*/
|
|
4827
|
+
siteId: number;
|
|
4798
4828
|
}
|
|
4799
4829
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
4800
4830
|
}
|
|
@@ -4815,11 +4845,19 @@ declare module '@ricado/api-client/Models/Site/AlarmModel' {
|
|
|
4815
4845
|
* @static
|
|
4816
4846
|
* @public
|
|
4817
4847
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
4848
|
+
* @param {number} siteId The Site ID associated with this Alarm
|
|
4818
4849
|
* @return {AlarmModel}
|
|
4819
4850
|
*/
|
|
4820
4851
|
static fromJSON(json: {
|
|
4821
4852
|
[x: string]: any;
|
|
4822
|
-
} | string): AlarmModel;
|
|
4853
|
+
} | string, siteId: number): AlarmModel;
|
|
4854
|
+
/**
|
|
4855
|
+
* AlarmModel Constructor
|
|
4856
|
+
*
|
|
4857
|
+
* @protected
|
|
4858
|
+
* @param {number} siteId The Site ID associated with this Alarm
|
|
4859
|
+
*/
|
|
4860
|
+
protected constructor();
|
|
4823
4861
|
/**
|
|
4824
4862
|
* The Alarm ID
|
|
4825
4863
|
*
|
|
@@ -4939,6 +4977,13 @@ declare module '@ricado/api-client/Models/Site/AlarmModel' {
|
|
|
4939
4977
|
* @public
|
|
4940
4978
|
*/
|
|
4941
4979
|
updateTimestamp: Date;
|
|
4980
|
+
/**
|
|
4981
|
+
* The Site ID associated with this Alarm
|
|
4982
|
+
*
|
|
4983
|
+
* @type {number}
|
|
4984
|
+
* @public
|
|
4985
|
+
*/
|
|
4986
|
+
siteId: number;
|
|
4942
4987
|
}
|
|
4943
4988
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
4944
4989
|
}
|
|
@@ -4959,11 +5004,19 @@ declare module '@ricado/api-client/Models/Site/DefinitionModel' {
|
|
|
4959
5004
|
* @static
|
|
4960
5005
|
* @public
|
|
4961
5006
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
5007
|
+
* @param {number} siteId The Site ID associated with this Definition
|
|
4962
5008
|
* @return {DefinitionModel}
|
|
4963
5009
|
*/
|
|
4964
5010
|
static fromJSON(json: {
|
|
4965
5011
|
[x: string]: any;
|
|
4966
|
-
} | string): DefinitionModel;
|
|
5012
|
+
} | string, siteId: number): DefinitionModel;
|
|
5013
|
+
/**
|
|
5014
|
+
* DefinitionModel Constructor
|
|
5015
|
+
*
|
|
5016
|
+
* @protected
|
|
5017
|
+
* @param {number} siteId The Site ID associated with this Definition
|
|
5018
|
+
*/
|
|
5019
|
+
protected constructor();
|
|
4967
5020
|
/**
|
|
4968
5021
|
* The Definition ID
|
|
4969
5022
|
*
|
|
@@ -5006,6 +5059,13 @@ declare module '@ricado/api-client/Models/Site/DefinitionModel' {
|
|
|
5006
5059
|
* @public
|
|
5007
5060
|
*/
|
|
5008
5061
|
updateTimestamp: Date;
|
|
5062
|
+
/**
|
|
5063
|
+
* The Site ID associated with this Definition
|
|
5064
|
+
*
|
|
5065
|
+
* @type {number}
|
|
5066
|
+
* @public
|
|
5067
|
+
*/
|
|
5068
|
+
siteId: number;
|
|
5009
5069
|
}
|
|
5010
5070
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
5011
5071
|
}
|
|
@@ -5026,11 +5086,19 @@ declare module '@ricado/api-client/Models/Site/PermanentObjectDataModel' {
|
|
|
5026
5086
|
* @static
|
|
5027
5087
|
* @public
|
|
5028
5088
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
5089
|
+
* @param {number} siteId The Site ID associated with this Permanent Object Data
|
|
5029
5090
|
* @return {PermanentObjectDataModel}
|
|
5030
5091
|
*/
|
|
5031
5092
|
static fromJSON(json: {
|
|
5032
5093
|
[x: string]: any;
|
|
5033
|
-
} | string): PermanentObjectDataModel;
|
|
5094
|
+
} | string, siteId: number): PermanentObjectDataModel;
|
|
5095
|
+
/**
|
|
5096
|
+
* PermanentObjectDataModel Constructor
|
|
5097
|
+
*
|
|
5098
|
+
* @protected
|
|
5099
|
+
* @param {number} siteId The Site ID associated with this Permanent Object Data
|
|
5100
|
+
*/
|
|
5101
|
+
protected constructor();
|
|
5034
5102
|
/**
|
|
5035
5103
|
* The Permanent Object Data ID
|
|
5036
5104
|
*
|
|
@@ -5087,6 +5155,13 @@ declare module '@ricado/api-client/Models/Site/PermanentObjectDataModel' {
|
|
|
5087
5155
|
* @public
|
|
5088
5156
|
*/
|
|
5089
5157
|
updateTimestamp: Date;
|
|
5158
|
+
/**
|
|
5159
|
+
* The Site ID associated with this Permanent Object Data
|
|
5160
|
+
*
|
|
5161
|
+
* @type {number}
|
|
5162
|
+
* @public
|
|
5163
|
+
*/
|
|
5164
|
+
siteId: number;
|
|
5090
5165
|
}
|
|
5091
5166
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
5092
5167
|
}
|
|
@@ -5107,11 +5182,19 @@ declare module '@ricado/api-client/Models/Site/PermanentObjectModel' {
|
|
|
5107
5182
|
* @static
|
|
5108
5183
|
* @public
|
|
5109
5184
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
5185
|
+
* @param {number} siteId The Site ID associated with this Permanent Object
|
|
5110
5186
|
* @return {PermanentObjectModel}
|
|
5111
5187
|
*/
|
|
5112
5188
|
static fromJSON(json: {
|
|
5113
5189
|
[x: string]: any;
|
|
5114
|
-
} | string): PermanentObjectModel;
|
|
5190
|
+
} | string, siteId: number): PermanentObjectModel;
|
|
5191
|
+
/**
|
|
5192
|
+
* PermanentObjectModel Constructor
|
|
5193
|
+
*
|
|
5194
|
+
* @protected
|
|
5195
|
+
* @param {number} siteId The Site ID associated with this Permanent Object
|
|
5196
|
+
*/
|
|
5197
|
+
protected constructor();
|
|
5115
5198
|
/**
|
|
5116
5199
|
* The Permanent Object ID
|
|
5117
5200
|
*
|
|
@@ -5161,6 +5244,13 @@ declare module '@ricado/api-client/Models/Site/PermanentObjectModel' {
|
|
|
5161
5244
|
* @public
|
|
5162
5245
|
*/
|
|
5163
5246
|
updateTimestamp: Date;
|
|
5247
|
+
/**
|
|
5248
|
+
* The Site ID associated with this Permanent Object
|
|
5249
|
+
*
|
|
5250
|
+
* @type {number}
|
|
5251
|
+
* @public
|
|
5252
|
+
*/
|
|
5253
|
+
siteId: number;
|
|
5164
5254
|
}
|
|
5165
5255
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
5166
5256
|
}
|
|
@@ -5181,11 +5271,19 @@ declare module '@ricado/api-client/Models/Site/TemporaryObjectModel' {
|
|
|
5181
5271
|
* @static
|
|
5182
5272
|
* @public
|
|
5183
5273
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
5274
|
+
* @param {number} siteId The Site ID associated with this Temporary Object
|
|
5184
5275
|
* @return {TemporaryObjectModel}
|
|
5185
5276
|
*/
|
|
5186
5277
|
static fromJSON(json: {
|
|
5187
5278
|
[x: string]: any;
|
|
5188
|
-
} | string): TemporaryObjectModel;
|
|
5279
|
+
} | string, siteId: number): TemporaryObjectModel;
|
|
5280
|
+
/**
|
|
5281
|
+
* TemporaryObjectModel Constructor
|
|
5282
|
+
*
|
|
5283
|
+
* @protected
|
|
5284
|
+
* @param {number} siteId The Site ID associated with this Temporary Object
|
|
5285
|
+
*/
|
|
5286
|
+
protected constructor();
|
|
5189
5287
|
/**
|
|
5190
5288
|
* The Temporary Object ID
|
|
5191
5289
|
*
|
|
@@ -5228,6 +5326,13 @@ declare module '@ricado/api-client/Models/Site/TemporaryObjectModel' {
|
|
|
5228
5326
|
* @public
|
|
5229
5327
|
*/
|
|
5230
5328
|
updateTimestamp: Date;
|
|
5329
|
+
/**
|
|
5330
|
+
* The Site ID associated with this Temporary Object
|
|
5331
|
+
*
|
|
5332
|
+
* @type {number}
|
|
5333
|
+
* @public
|
|
5334
|
+
*/
|
|
5335
|
+
siteId: number;
|
|
5231
5336
|
}
|
|
5232
5337
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
5233
5338
|
}
|
|
@@ -10387,11 +10492,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/BinTipWeightModel' {
|
|
|
10387
10492
|
* @static
|
|
10388
10493
|
* @public
|
|
10389
10494
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
10495
|
+
* @param {number} siteId The Site ID associated with this Bin Tip Weight
|
|
10390
10496
|
* @return {BinTipWeightModel}
|
|
10391
10497
|
*/
|
|
10392
10498
|
static fromJSON(json: {
|
|
10393
10499
|
[x: string]: any;
|
|
10394
|
-
} | string): BinTipWeightModel;
|
|
10500
|
+
} | string, siteId: number): BinTipWeightModel;
|
|
10501
|
+
/**
|
|
10502
|
+
* BinTipWeightModel Constructor
|
|
10503
|
+
*
|
|
10504
|
+
* @protected
|
|
10505
|
+
* @param {number} siteId The Site ID associated with this Bin Tip Weight
|
|
10506
|
+
*/
|
|
10507
|
+
protected constructor();
|
|
10395
10508
|
/**
|
|
10396
10509
|
* The Bin Tip Weight ID
|
|
10397
10510
|
*
|
|
@@ -10455,6 +10568,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/BinTipWeightModel' {
|
|
|
10455
10568
|
* @public
|
|
10456
10569
|
*/
|
|
10457
10570
|
updateTimestamp: Date;
|
|
10571
|
+
/**
|
|
10572
|
+
* The Site ID associated with this Bin Tip Weight
|
|
10573
|
+
*
|
|
10574
|
+
* @type {number}
|
|
10575
|
+
* @public
|
|
10576
|
+
*/
|
|
10577
|
+
siteId: number;
|
|
10458
10578
|
}
|
|
10459
10579
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
10460
10580
|
}
|
|
@@ -10475,11 +10595,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerBatchModel'
|
|
|
10475
10595
|
* @static
|
|
10476
10596
|
* @public
|
|
10477
10597
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
10598
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer Batch
|
|
10478
10599
|
* @return {CompacSizerBatchModel}
|
|
10479
10600
|
*/
|
|
10480
10601
|
static fromJSON(json: {
|
|
10481
10602
|
[x: string]: any;
|
|
10482
|
-
} | string): CompacSizerBatchModel;
|
|
10603
|
+
} | string, siteId: number): CompacSizerBatchModel;
|
|
10604
|
+
/**
|
|
10605
|
+
* CompacSizerBatchModel Constructor
|
|
10606
|
+
*
|
|
10607
|
+
* @protected
|
|
10608
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer Batch
|
|
10609
|
+
*/
|
|
10610
|
+
protected constructor();
|
|
10483
10611
|
/**
|
|
10484
10612
|
* The Compac Sizer Batch ID
|
|
10485
10613
|
*
|
|
@@ -10536,6 +10664,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerBatchModel'
|
|
|
10536
10664
|
* @public
|
|
10537
10665
|
*/
|
|
10538
10666
|
updateTimestamp: Date;
|
|
10667
|
+
/**
|
|
10668
|
+
* The Site ID associated with this Compac Sizer Batch
|
|
10669
|
+
*
|
|
10670
|
+
* @type {number}
|
|
10671
|
+
* @public
|
|
10672
|
+
*/
|
|
10673
|
+
siteId: number;
|
|
10539
10674
|
}
|
|
10540
10675
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
10541
10676
|
}
|
|
@@ -10556,11 +10691,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerModel' {
|
|
|
10556
10691
|
* @static
|
|
10557
10692
|
* @public
|
|
10558
10693
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
10694
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer
|
|
10559
10695
|
* @return {CompacSizerModel}
|
|
10560
10696
|
*/
|
|
10561
10697
|
static fromJSON(json: {
|
|
10562
10698
|
[x: string]: any;
|
|
10563
|
-
} | string): CompacSizerModel;
|
|
10699
|
+
} | string, siteId: number): CompacSizerModel;
|
|
10700
|
+
/**
|
|
10701
|
+
* CompacSizerModel Constructor
|
|
10702
|
+
*
|
|
10703
|
+
* @protected
|
|
10704
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer
|
|
10705
|
+
*/
|
|
10706
|
+
protected constructor();
|
|
10564
10707
|
/**
|
|
10565
10708
|
* The Compac Sizer ID
|
|
10566
10709
|
*
|
|
@@ -10659,6 +10802,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerModel' {
|
|
|
10659
10802
|
* @public
|
|
10660
10803
|
*/
|
|
10661
10804
|
updateTimestamp: Date;
|
|
10805
|
+
/**
|
|
10806
|
+
* The Site ID associated with this Compac Sizer
|
|
10807
|
+
*
|
|
10808
|
+
* @type {number}
|
|
10809
|
+
* @public
|
|
10810
|
+
*/
|
|
10811
|
+
siteId: number;
|
|
10662
10812
|
}
|
|
10663
10813
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
10664
10814
|
}
|
|
@@ -10679,11 +10829,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerOutletProduc
|
|
|
10679
10829
|
* @static
|
|
10680
10830
|
* @public
|
|
10681
10831
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
10832
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer Outlet Product Change
|
|
10682
10833
|
* @return {CompacSizerOutletProductChangeModel}
|
|
10683
10834
|
*/
|
|
10684
10835
|
static fromJSON(json: {
|
|
10685
10836
|
[x: string]: any;
|
|
10686
|
-
} | string): CompacSizerOutletProductChangeModel;
|
|
10837
|
+
} | string, siteId: number): CompacSizerOutletProductChangeModel;
|
|
10838
|
+
/**
|
|
10839
|
+
* CompacSizerOutletProductChangeModel Constructor
|
|
10840
|
+
*
|
|
10841
|
+
* @protected
|
|
10842
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer Outlet Product Change
|
|
10843
|
+
*/
|
|
10844
|
+
protected constructor();
|
|
10687
10845
|
/**
|
|
10688
10846
|
* The Compac Sizer Outlet Product Change ID
|
|
10689
10847
|
*
|
|
@@ -10754,6 +10912,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerOutletProduc
|
|
|
10754
10912
|
* @public
|
|
10755
10913
|
*/
|
|
10756
10914
|
updateTimestamp: Date;
|
|
10915
|
+
/**
|
|
10916
|
+
* The Site ID associated with this Compac Sizer Outlet Product Change
|
|
10917
|
+
*
|
|
10918
|
+
* @type {number}
|
|
10919
|
+
* @public
|
|
10920
|
+
*/
|
|
10921
|
+
siteId: number;
|
|
10757
10922
|
}
|
|
10758
10923
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
10759
10924
|
}
|
|
@@ -10774,11 +10939,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerOutletTypeCh
|
|
|
10774
10939
|
* @static
|
|
10775
10940
|
* @public
|
|
10776
10941
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
10942
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer Outlet Type Change
|
|
10777
10943
|
* @return {CompacSizerOutletTypeChangeModel}
|
|
10778
10944
|
*/
|
|
10779
10945
|
static fromJSON(json: {
|
|
10780
10946
|
[x: string]: any;
|
|
10781
|
-
} | string): CompacSizerOutletTypeChangeModel;
|
|
10947
|
+
} | string, siteId: number): CompacSizerOutletTypeChangeModel;
|
|
10948
|
+
/**
|
|
10949
|
+
* CompacSizerOutletTypeChangeModel Constructor
|
|
10950
|
+
*
|
|
10951
|
+
* @protected
|
|
10952
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer Outlet Type Change
|
|
10953
|
+
*/
|
|
10954
|
+
protected constructor();
|
|
10782
10955
|
/**
|
|
10783
10956
|
* The Compac Sizer Outlet Type Change ID
|
|
10784
10957
|
*
|
|
@@ -10835,6 +11008,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerOutletTypeCh
|
|
|
10835
11008
|
* @public
|
|
10836
11009
|
*/
|
|
10837
11010
|
updateTimestamp: Date;
|
|
11011
|
+
/**
|
|
11012
|
+
* The Site ID associated with this Compac Sizer Outlet Type Change
|
|
11013
|
+
*
|
|
11014
|
+
* @type {number}
|
|
11015
|
+
* @public
|
|
11016
|
+
*/
|
|
11017
|
+
siteId: number;
|
|
10838
11018
|
}
|
|
10839
11019
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
10840
11020
|
}
|
|
@@ -10855,11 +11035,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerOutletTypeMo
|
|
|
10855
11035
|
* @static
|
|
10856
11036
|
* @public
|
|
10857
11037
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
11038
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer Outlet Type
|
|
10858
11039
|
* @return {CompacSizerOutletTypeModel}
|
|
10859
11040
|
*/
|
|
10860
11041
|
static fromJSON(json: {
|
|
10861
11042
|
[x: string]: any;
|
|
10862
|
-
} | string): CompacSizerOutletTypeModel;
|
|
11043
|
+
} | string, siteId: number): CompacSizerOutletTypeModel;
|
|
11044
|
+
/**
|
|
11045
|
+
* CompacSizerOutletTypeModel Constructor
|
|
11046
|
+
*
|
|
11047
|
+
* @protected
|
|
11048
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer Outlet Type
|
|
11049
|
+
*/
|
|
11050
|
+
protected constructor();
|
|
10863
11051
|
/**
|
|
10864
11052
|
* The Compac Sizer Outlet Type ID
|
|
10865
11053
|
*
|
|
@@ -10902,6 +11090,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerOutletTypeMo
|
|
|
10902
11090
|
* @public
|
|
10903
11091
|
*/
|
|
10904
11092
|
updateTimestamp: Date;
|
|
11093
|
+
/**
|
|
11094
|
+
* The Site ID associated with this Compac Sizer Outlet Type
|
|
11095
|
+
*
|
|
11096
|
+
* @type {number}
|
|
11097
|
+
* @public
|
|
11098
|
+
*/
|
|
11099
|
+
siteId: number;
|
|
10905
11100
|
}
|
|
10906
11101
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
10907
11102
|
}
|
|
@@ -10922,11 +11117,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerPackrunSumma
|
|
|
10922
11117
|
* @static
|
|
10923
11118
|
* @public
|
|
10924
11119
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
11120
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer Packrun Summary
|
|
10925
11121
|
* @return {CompacSizerPackrunSummaryModel}
|
|
10926
11122
|
*/
|
|
10927
11123
|
static fromJSON(json: {
|
|
10928
11124
|
[x: string]: any;
|
|
10929
|
-
} | string): CompacSizerPackrunSummaryModel;
|
|
11125
|
+
} | string, siteId: number): CompacSizerPackrunSummaryModel;
|
|
11126
|
+
/**
|
|
11127
|
+
* CompacSizerPackrunSummaryModel Constructor
|
|
11128
|
+
*
|
|
11129
|
+
* @protected
|
|
11130
|
+
* @param {number} siteId The Site ID associated with this Compac Sizer Packrun Summary
|
|
11131
|
+
*/
|
|
11132
|
+
protected constructor();
|
|
10930
11133
|
/**
|
|
10931
11134
|
* The Compac Sizer Packrun Summary ID
|
|
10932
11135
|
*
|
|
@@ -11041,6 +11244,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/CompacSizerPackrunSumma
|
|
|
11041
11244
|
* @public
|
|
11042
11245
|
*/
|
|
11043
11246
|
updateTimestamp: Date;
|
|
11247
|
+
/**
|
|
11248
|
+
* The Site ID associated with this Compac Sizer Packrun Summary
|
|
11249
|
+
*
|
|
11250
|
+
* @type {number}
|
|
11251
|
+
* @public
|
|
11252
|
+
*/
|
|
11253
|
+
siteId: number;
|
|
11044
11254
|
}
|
|
11045
11255
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
11046
11256
|
}
|
|
@@ -11061,11 +11271,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/DowntimeEventModel' {
|
|
|
11061
11271
|
* @static
|
|
11062
11272
|
* @public
|
|
11063
11273
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
11274
|
+
* @param {number} siteId The Site ID associated with this Downtime Event
|
|
11064
11275
|
* @return {DowntimeEventModel}
|
|
11065
11276
|
*/
|
|
11066
11277
|
static fromJSON(json: {
|
|
11067
11278
|
[x: string]: any;
|
|
11068
|
-
} | string): DowntimeEventModel;
|
|
11279
|
+
} | string, siteId: number): DowntimeEventModel;
|
|
11280
|
+
/**
|
|
11281
|
+
* DowntimeEventModel Constructor
|
|
11282
|
+
*
|
|
11283
|
+
* @protected
|
|
11284
|
+
* @param {number} siteId The Site ID associated with this Downtime Event
|
|
11285
|
+
*/
|
|
11286
|
+
protected constructor();
|
|
11069
11287
|
/**
|
|
11070
11288
|
* The Downtime Event ID
|
|
11071
11289
|
*
|
|
@@ -11164,6 +11382,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/DowntimeEventModel' {
|
|
|
11164
11382
|
* @public
|
|
11165
11383
|
*/
|
|
11166
11384
|
updateTimestamp: Date;
|
|
11385
|
+
/**
|
|
11386
|
+
* The Site ID associated with this Downtime Event
|
|
11387
|
+
*
|
|
11388
|
+
* @type {number}
|
|
11389
|
+
* @public
|
|
11390
|
+
*/
|
|
11391
|
+
siteId: number;
|
|
11167
11392
|
}
|
|
11168
11393
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
11169
11394
|
}
|
|
@@ -11184,11 +11409,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/FreshPackPackrunSummary
|
|
|
11184
11409
|
* @static
|
|
11185
11410
|
* @public
|
|
11186
11411
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
11412
|
+
* @param {number} siteId The Site ID associated with this FreshPack Packrun Summary
|
|
11187
11413
|
* @return {FreshPackPackrunSummaryModel}
|
|
11188
11414
|
*/
|
|
11189
11415
|
static fromJSON(json: {
|
|
11190
11416
|
[x: string]: any;
|
|
11191
|
-
} | string): FreshPackPackrunSummaryModel;
|
|
11417
|
+
} | string, siteId: number): FreshPackPackrunSummaryModel;
|
|
11418
|
+
/**
|
|
11419
|
+
* FreshPackPackrunSummaryModel Constructor
|
|
11420
|
+
*
|
|
11421
|
+
* @protected
|
|
11422
|
+
* @param {number} siteId The Site ID associated with this FreshPack Packrun Summary
|
|
11423
|
+
*/
|
|
11424
|
+
protected constructor();
|
|
11192
11425
|
/**
|
|
11193
11426
|
* The FreshPack Packrun Summary ID
|
|
11194
11427
|
*
|
|
@@ -11245,6 +11478,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/FreshPackPackrunSummary
|
|
|
11245
11478
|
* @public
|
|
11246
11479
|
*/
|
|
11247
11480
|
updateTimestamp: Date;
|
|
11481
|
+
/**
|
|
11482
|
+
* The Site ID associated with this FreshPack Packrun Summary
|
|
11483
|
+
*
|
|
11484
|
+
* @type {number}
|
|
11485
|
+
* @public
|
|
11486
|
+
*/
|
|
11487
|
+
siteId: number;
|
|
11248
11488
|
}
|
|
11249
11489
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
11250
11490
|
}
|
|
@@ -11265,11 +11505,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/GrowingMethodModel' {
|
|
|
11265
11505
|
* @static
|
|
11266
11506
|
* @public
|
|
11267
11507
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
11508
|
+
* @param {number} siteId The Site ID associated with this Growing Method
|
|
11268
11509
|
* @return {GrowingMethodModel}
|
|
11269
11510
|
*/
|
|
11270
11511
|
static fromJSON(json: {
|
|
11271
11512
|
[x: string]: any;
|
|
11272
|
-
} | string): GrowingMethodModel;
|
|
11513
|
+
} | string, siteId: number): GrowingMethodModel;
|
|
11514
|
+
/**
|
|
11515
|
+
* GrowingMethodModel Constructor
|
|
11516
|
+
*
|
|
11517
|
+
* @protected
|
|
11518
|
+
* @param {number} siteId The Site ID associated with this Growing Method
|
|
11519
|
+
*/
|
|
11520
|
+
protected constructor();
|
|
11273
11521
|
/**
|
|
11274
11522
|
* The Growing Method ID
|
|
11275
11523
|
*
|
|
@@ -11312,6 +11560,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/GrowingMethodModel' {
|
|
|
11312
11560
|
* @public
|
|
11313
11561
|
*/
|
|
11314
11562
|
updateTimestamp: Date;
|
|
11563
|
+
/**
|
|
11564
|
+
* The Site ID associated with this Growing Method
|
|
11565
|
+
*
|
|
11566
|
+
* @type {number}
|
|
11567
|
+
* @public
|
|
11568
|
+
*/
|
|
11569
|
+
siteId: number;
|
|
11315
11570
|
}
|
|
11316
11571
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
11317
11572
|
}
|
|
@@ -11332,11 +11587,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackTypeModel' {
|
|
|
11332
11587
|
* @static
|
|
11333
11588
|
* @public
|
|
11334
11589
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
11590
|
+
* @param {number} siteId The Site ID associated with this Pack Type
|
|
11335
11591
|
* @return {PackTypeModel}
|
|
11336
11592
|
*/
|
|
11337
11593
|
static fromJSON(json: {
|
|
11338
11594
|
[x: string]: any;
|
|
11339
|
-
} | string): PackTypeModel;
|
|
11595
|
+
} | string, siteId: number): PackTypeModel;
|
|
11596
|
+
/**
|
|
11597
|
+
* PackTypeModel Constructor
|
|
11598
|
+
*
|
|
11599
|
+
* @protected
|
|
11600
|
+
* @param {number} siteId The Site ID associated with this Pack Type
|
|
11601
|
+
*/
|
|
11602
|
+
protected constructor();
|
|
11340
11603
|
/**
|
|
11341
11604
|
* The Pack Type ID
|
|
11342
11605
|
*
|
|
@@ -11396,6 +11659,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackTypeModel' {
|
|
|
11396
11659
|
* @public
|
|
11397
11660
|
*/
|
|
11398
11661
|
updateTimestamp: Date;
|
|
11662
|
+
/**
|
|
11663
|
+
* The Site ID associated with this Pack Type
|
|
11664
|
+
*
|
|
11665
|
+
* @type {number}
|
|
11666
|
+
* @public
|
|
11667
|
+
*/
|
|
11668
|
+
siteId: number;
|
|
11399
11669
|
}
|
|
11400
11670
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
11401
11671
|
}
|
|
@@ -11416,11 +11686,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackingLineModel' {
|
|
|
11416
11686
|
* @static
|
|
11417
11687
|
* @public
|
|
11418
11688
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
11689
|
+
* @param {number} siteId The Site ID associated with this Packing Line
|
|
11419
11690
|
* @return {PackingLineModel}
|
|
11420
11691
|
*/
|
|
11421
11692
|
static fromJSON(json: {
|
|
11422
11693
|
[x: string]: any;
|
|
11423
|
-
} | string): PackingLineModel;
|
|
11694
|
+
} | string, siteId: number): PackingLineModel;
|
|
11695
|
+
/**
|
|
11696
|
+
* PackingLineModel Constructor
|
|
11697
|
+
*
|
|
11698
|
+
* @protected
|
|
11699
|
+
* @param {number} siteId The Site ID associated with this Packing Line
|
|
11700
|
+
*/
|
|
11701
|
+
protected constructor();
|
|
11424
11702
|
/**
|
|
11425
11703
|
* The Packing Line ID
|
|
11426
11704
|
*
|
|
@@ -11539,6 +11817,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackingLineModel' {
|
|
|
11539
11817
|
* @public
|
|
11540
11818
|
*/
|
|
11541
11819
|
updateTimestamp: Date;
|
|
11820
|
+
/**
|
|
11821
|
+
* The Site ID associated with this Packing Line
|
|
11822
|
+
*
|
|
11823
|
+
* @type {number}
|
|
11824
|
+
* @public
|
|
11825
|
+
*/
|
|
11826
|
+
siteId: number;
|
|
11542
11827
|
}
|
|
11543
11828
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
11544
11829
|
}
|
|
@@ -11559,11 +11844,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackrunModel' {
|
|
|
11559
11844
|
* @static
|
|
11560
11845
|
* @public
|
|
11561
11846
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
11847
|
+
* @param {number} siteId The Site ID associated with this Packrun
|
|
11562
11848
|
* @return {PackrunModel}
|
|
11563
11849
|
*/
|
|
11564
11850
|
static fromJSON(json: {
|
|
11565
11851
|
[x: string]: any;
|
|
11566
|
-
} | string): PackrunModel;
|
|
11852
|
+
} | string, siteId: number): PackrunModel;
|
|
11853
|
+
/**
|
|
11854
|
+
* PackrunModel Constructor
|
|
11855
|
+
*
|
|
11856
|
+
* @protected
|
|
11857
|
+
* @param {number} siteId The Site ID associated with this Packrun
|
|
11858
|
+
*/
|
|
11859
|
+
protected constructor();
|
|
11567
11860
|
/**
|
|
11568
11861
|
* The Packrun ID
|
|
11569
11862
|
*
|
|
@@ -11669,6 +11962,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackrunModel' {
|
|
|
11669
11962
|
* @public
|
|
11670
11963
|
*/
|
|
11671
11964
|
updateTimestamp: Date;
|
|
11965
|
+
/**
|
|
11966
|
+
* The Site ID associated with this Packrun
|
|
11967
|
+
*
|
|
11968
|
+
* @type {number}
|
|
11969
|
+
* @public
|
|
11970
|
+
*/
|
|
11971
|
+
siteId: number;
|
|
11672
11972
|
}
|
|
11673
11973
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
11674
11974
|
}
|
|
@@ -11689,11 +11989,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/RejectBinModel' {
|
|
|
11689
11989
|
* @static
|
|
11690
11990
|
* @public
|
|
11691
11991
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
11992
|
+
* @param {number} siteId The Site ID associated with this Reject Bin
|
|
11692
11993
|
* @return {RejectBinModel}
|
|
11693
11994
|
*/
|
|
11694
11995
|
static fromJSON(json: {
|
|
11695
11996
|
[x: string]: any;
|
|
11696
|
-
} | string): RejectBinModel;
|
|
11997
|
+
} | string, siteId: number): RejectBinModel;
|
|
11998
|
+
/**
|
|
11999
|
+
* RejectBinModel Constructor
|
|
12000
|
+
*
|
|
12001
|
+
* @protected
|
|
12002
|
+
* @param {number} siteId The Site ID associated with this Reject Bin
|
|
12003
|
+
*/
|
|
12004
|
+
protected constructor();
|
|
11697
12005
|
/**
|
|
11698
12006
|
* The Reject Bin ID
|
|
11699
12007
|
*
|
|
@@ -11757,6 +12065,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/RejectBinModel' {
|
|
|
11757
12065
|
* @public
|
|
11758
12066
|
*/
|
|
11759
12067
|
updateTimestamp: Date;
|
|
12068
|
+
/**
|
|
12069
|
+
* The Site ID associated with this Reject Bin
|
|
12070
|
+
*
|
|
12071
|
+
* @type {number}
|
|
12072
|
+
* @public
|
|
12073
|
+
*/
|
|
12074
|
+
siteId: number;
|
|
11760
12075
|
}
|
|
11761
12076
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
11762
12077
|
}
|
|
@@ -11777,11 +12092,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/RejectBinScaleModel' {
|
|
|
11777
12092
|
* @static
|
|
11778
12093
|
* @public
|
|
11779
12094
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
12095
|
+
* @param {number} siteId The Site ID associated with this Reject Bin Scale
|
|
11780
12096
|
* @return {RejectBinScaleModel}
|
|
11781
12097
|
*/
|
|
11782
12098
|
static fromJSON(json: {
|
|
11783
12099
|
[x: string]: any;
|
|
11784
|
-
} | string): RejectBinScaleModel;
|
|
12100
|
+
} | string, siteId: number): RejectBinScaleModel;
|
|
12101
|
+
/**
|
|
12102
|
+
* RejectBinScaleModel Constructor
|
|
12103
|
+
*
|
|
12104
|
+
* @protected
|
|
12105
|
+
* @param {number} siteId The Site ID associated with this Reject Bin Scale
|
|
12106
|
+
*/
|
|
12107
|
+
protected constructor();
|
|
11785
12108
|
/**
|
|
11786
12109
|
* The Reject Bin Scale ID
|
|
11787
12110
|
*
|
|
@@ -11866,6 +12189,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/RejectBinScaleModel' {
|
|
|
11866
12189
|
* @public
|
|
11867
12190
|
*/
|
|
11868
12191
|
updateTimestamp: Date;
|
|
12192
|
+
/**
|
|
12193
|
+
* The Site ID associated with this Reject Bin Scale
|
|
12194
|
+
*
|
|
12195
|
+
* @type {number}
|
|
12196
|
+
* @public
|
|
12197
|
+
*/
|
|
12198
|
+
siteId: number;
|
|
11869
12199
|
}
|
|
11870
12200
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
11871
12201
|
}
|
|
@@ -11886,11 +12216,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/RejectBinWeightModel' {
|
|
|
11886
12216
|
* @static
|
|
11887
12217
|
* @public
|
|
11888
12218
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
12219
|
+
* @param {number} siteId The Site ID associated with this Reject Bin Weight
|
|
11889
12220
|
* @return {RejectBinWeightModel}
|
|
11890
12221
|
*/
|
|
11891
12222
|
static fromJSON(json: {
|
|
11892
12223
|
[x: string]: any;
|
|
11893
|
-
} | string): RejectBinWeightModel;
|
|
12224
|
+
} | string, siteId: number): RejectBinWeightModel;
|
|
12225
|
+
/**
|
|
12226
|
+
* RejectBinWeightModel Constructor
|
|
12227
|
+
*
|
|
12228
|
+
* @protected
|
|
12229
|
+
* @param {number} siteId The Site ID associated with this Reject Bin Weight
|
|
12230
|
+
*/
|
|
12231
|
+
protected constructor();
|
|
11894
12232
|
/**
|
|
11895
12233
|
* The Reject Bin Weight ID
|
|
11896
12234
|
*
|
|
@@ -11961,6 +12299,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/RejectBinWeightModel' {
|
|
|
11961
12299
|
* @public
|
|
11962
12300
|
*/
|
|
11963
12301
|
updateTimestamp: Date;
|
|
12302
|
+
/**
|
|
12303
|
+
* The Site ID associated with this Reject Bin Weight
|
|
12304
|
+
*
|
|
12305
|
+
* @type {number}
|
|
12306
|
+
* @public
|
|
12307
|
+
*/
|
|
12308
|
+
siteId: number;
|
|
11964
12309
|
}
|
|
11965
12310
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
11966
12311
|
}
|
|
@@ -11981,11 +12326,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/ShiftFocusMeetingModel'
|
|
|
11981
12326
|
* @static
|
|
11982
12327
|
* @public
|
|
11983
12328
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
12329
|
+
* @param {number} siteId The Site ID associated with this Shift Focus Meeting
|
|
11984
12330
|
* @return {ShiftFocusMeetingModel}
|
|
11985
12331
|
*/
|
|
11986
12332
|
static fromJSON(json: {
|
|
11987
12333
|
[x: string]: any;
|
|
11988
|
-
} | string): ShiftFocusMeetingModel;
|
|
12334
|
+
} | string, siteId: number): ShiftFocusMeetingModel;
|
|
12335
|
+
/**
|
|
12336
|
+
* ShiftFocusMeetingModel Constructor
|
|
12337
|
+
*
|
|
12338
|
+
* @protected
|
|
12339
|
+
* @param {number} siteId The Site ID associated with this Shift Focus Meeting
|
|
12340
|
+
*/
|
|
12341
|
+
protected constructor();
|
|
11989
12342
|
/**
|
|
11990
12343
|
* The Shift Focus Meeting ID
|
|
11991
12344
|
*
|
|
@@ -12070,6 +12423,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/ShiftFocusMeetingModel'
|
|
|
12070
12423
|
* @public
|
|
12071
12424
|
*/
|
|
12072
12425
|
updateTimestamp: Date;
|
|
12426
|
+
/**
|
|
12427
|
+
* The Site ID associated with this Shift Focus Meeting
|
|
12428
|
+
*
|
|
12429
|
+
* @type {number}
|
|
12430
|
+
* @public
|
|
12431
|
+
*/
|
|
12432
|
+
siteId: number;
|
|
12073
12433
|
}
|
|
12074
12434
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
12075
12435
|
}
|
|
@@ -12090,11 +12450,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/ShiftHourlyEntryModel'
|
|
|
12090
12450
|
* @static
|
|
12091
12451
|
* @public
|
|
12092
12452
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
12453
|
+
* @param {number} siteId The Site ID associated with this Shift Hourly Entry
|
|
12093
12454
|
* @return {ShiftHourlyEntryModel}
|
|
12094
12455
|
*/
|
|
12095
12456
|
static fromJSON(json: {
|
|
12096
12457
|
[x: string]: any;
|
|
12097
|
-
} | string): ShiftHourlyEntryModel;
|
|
12458
|
+
} | string, siteId: number): ShiftHourlyEntryModel;
|
|
12459
|
+
/**
|
|
12460
|
+
* ShiftHourlyEntryModel Constructor
|
|
12461
|
+
*
|
|
12462
|
+
* @protected
|
|
12463
|
+
* @param {number} siteId The Site ID associated with this Shift Hourly Entry
|
|
12464
|
+
*/
|
|
12465
|
+
protected constructor();
|
|
12098
12466
|
/**
|
|
12099
12467
|
* The Shift Hourly Entry ID
|
|
12100
12468
|
*
|
|
@@ -12359,6 +12727,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/ShiftHourlyEntryModel'
|
|
|
12359
12727
|
* @public
|
|
12360
12728
|
*/
|
|
12361
12729
|
updateTimestamp: Date;
|
|
12730
|
+
/**
|
|
12731
|
+
* The Site ID associated with this Shift Hourly Entry
|
|
12732
|
+
*
|
|
12733
|
+
* @type {number}
|
|
12734
|
+
* @public
|
|
12735
|
+
*/
|
|
12736
|
+
siteId: number;
|
|
12362
12737
|
}
|
|
12363
12738
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
12364
12739
|
}
|
|
@@ -12379,11 +12754,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/ShiftModel' {
|
|
|
12379
12754
|
* @static
|
|
12380
12755
|
* @public
|
|
12381
12756
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
12757
|
+
* @param {number} siteId The Site ID associated with this Shift
|
|
12382
12758
|
* @return {ShiftModel}
|
|
12383
12759
|
*/
|
|
12384
12760
|
static fromJSON(json: {
|
|
12385
12761
|
[x: string]: any;
|
|
12386
|
-
} | string): ShiftModel;
|
|
12762
|
+
} | string, siteId: number): ShiftModel;
|
|
12763
|
+
/**
|
|
12764
|
+
* ShiftModel Constructor
|
|
12765
|
+
*
|
|
12766
|
+
* @protected
|
|
12767
|
+
* @param {number} siteId The Site ID associated with this Shift
|
|
12768
|
+
*/
|
|
12769
|
+
protected constructor();
|
|
12387
12770
|
/**
|
|
12388
12771
|
* The Shift ID
|
|
12389
12772
|
*
|
|
@@ -12531,6 +12914,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/ShiftModel' {
|
|
|
12531
12914
|
* @public
|
|
12532
12915
|
*/
|
|
12533
12916
|
updateTimestamp: Date;
|
|
12917
|
+
/**
|
|
12918
|
+
* The Site ID associated with this Shift
|
|
12919
|
+
*
|
|
12920
|
+
* @type {number}
|
|
12921
|
+
* @public
|
|
12922
|
+
*/
|
|
12923
|
+
siteId: number;
|
|
12534
12924
|
}
|
|
12535
12925
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
12536
12926
|
}
|
|
@@ -12551,11 +12941,19 @@ declare module '@ricado/api-client/Models/Packhouse/Site/VarietyModel' {
|
|
|
12551
12941
|
* @static
|
|
12552
12942
|
* @public
|
|
12553
12943
|
* @param {Object<string, any>|string} json A JSON Object or JSON String
|
|
12944
|
+
* @param {number} siteId The Site ID associated with this Variety
|
|
12554
12945
|
* @return {VarietyModel}
|
|
12555
12946
|
*/
|
|
12556
12947
|
static fromJSON(json: {
|
|
12557
12948
|
[x: string]: any;
|
|
12558
|
-
} | string): VarietyModel;
|
|
12949
|
+
} | string, siteId: number): VarietyModel;
|
|
12950
|
+
/**
|
|
12951
|
+
* VarietyModel Constructor
|
|
12952
|
+
*
|
|
12953
|
+
* @protected
|
|
12954
|
+
* @param {number} siteId The Site ID associated with this Variety
|
|
12955
|
+
*/
|
|
12956
|
+
protected constructor();
|
|
12559
12957
|
/**
|
|
12560
12958
|
* The Variety ID
|
|
12561
12959
|
*
|
|
@@ -12614,6 +13012,13 @@ declare module '@ricado/api-client/Models/Packhouse/Site/VarietyModel' {
|
|
|
12614
13012
|
* @public
|
|
12615
13013
|
*/
|
|
12616
13014
|
updateTimestamp: Date;
|
|
13015
|
+
/**
|
|
13016
|
+
* The Site ID associated with this Variety
|
|
13017
|
+
*
|
|
13018
|
+
* @type {number}
|
|
13019
|
+
* @public
|
|
13020
|
+
*/
|
|
13021
|
+
siteId: number;
|
|
12617
13022
|
}
|
|
12618
13023
|
import BaseModel from "@ricado/api-client/Models/BaseModel";
|
|
12619
13024
|
}
|