@ricado/api-client 2.2.0 → 2.3.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/DataItems/PointValueItem.js +3 -3
- package/lib/Models/AccountPolicyModel.js +7 -7
- package/lib/Models/ApiAccountModel.js +7 -7
- package/lib/Models/CompanyModel.js +5 -5
- package/lib/Models/FirebaseTokenModel.js +8 -8
- package/lib/Models/Packhouse/Site/BinTipBinModel.js +13 -13
- package/lib/Models/Packhouse/Site/BinTipWeightModel.js +9 -9
- package/lib/Models/Packhouse/Site/CompacSizerBatchModel.js +8 -8
- package/lib/Models/Packhouse/Site/CompacSizerModel.js +14 -14
- package/lib/Models/Packhouse/Site/CompacSizerOutletProductChangeModel.js +10 -10
- package/lib/Models/Packhouse/Site/CompacSizerOutletTypeChangeModel.js +8 -8
- package/lib/Models/Packhouse/Site/CompacSizerOutletTypeModel.js +6 -6
- package/lib/Models/Packhouse/Site/CompacSizerPackrunSummaryModel.js +12 -12
- package/lib/Models/Packhouse/Site/DowntimeEventModel.js +14 -14
- package/lib/Models/Packhouse/Site/FreshPackPackrunSummaryModel.js +8 -8
- package/lib/Models/Packhouse/Site/FreshQualityPackrunSummaryModel.js +10 -10
- package/lib/Models/Packhouse/Site/GrowingMethodModel.js +6 -6
- package/lib/Models/Packhouse/Site/PackTypeModel.js +8 -8
- package/lib/Models/Packhouse/Site/PackingLineModel.js +16 -16
- package/lib/Models/Packhouse/Site/PackrunModel.js +18 -18
- package/lib/Models/Packhouse/Site/RejectBinModel.js +9 -9
- package/lib/Models/Packhouse/Site/RejectBinScaleModel.js +23 -23
- package/lib/Models/Packhouse/Site/RejectBinWeightModel.js +10 -10
- package/lib/Models/Packhouse/Site/ShiftFocusMeetingModel.js +12 -12
- package/lib/Models/Packhouse/Site/ShiftHourlyEntryModel.js +44 -44
- package/lib/Models/Packhouse/Site/ShiftModel.js +26 -19
- package/lib/Models/Packhouse/Site/ShiftQualitySummaryModel.js +14 -14
- package/lib/Models/Packhouse/Site/ShiftTaskModel.js +14 -14
- package/lib/Models/Packhouse/Site/SoftSortBeltModel.js +7 -7
- package/lib/Models/Packhouse/Site/VarietyModel.js +8 -8
- package/lib/Models/RTUModel.js +6 -6
- package/lib/Models/RTUPluginModel.js +5 -5
- package/lib/Models/Site/AlarmGroupModel.js +7 -7
- package/lib/Models/Site/AlarmModel.js +17 -17
- package/lib/Models/Site/DefinitionModel.js +6 -6
- package/lib/Models/Site/PermanentObjectDataModel.js +8 -8
- package/lib/Models/Site/PermanentObjectModel.js +7 -7
- package/lib/Models/Site/PointModel.js +11 -11
- package/lib/Models/Site/TemporaryObjectModel.js +6 -6
- package/lib/Models/SiteModel.js +6 -6
- package/lib/Models/TokenModel.js +10 -10
- package/lib/Models/UserAccountActionTokenModel.js +11 -11
- package/lib/Models/UserAccountModel.js +10 -10
- package/lib/PackageVersion.js +1 -1
- package/lib/Points.js +22 -12
- package/lib/WebSocketHelper.js +29 -13
- package/lib/index.d.ts +361 -361
- package/lib/index.js +3 -3
- package/package.json +1 -1
- package/src/DataItems/PointValueItem.js +3 -3
- package/src/Models/AccountPolicyModel.js +7 -7
- package/src/Models/ApiAccountModel.js +7 -7
- package/src/Models/CompanyModel.js +5 -5
- package/src/Models/FirebaseTokenModel.js +8 -8
- package/src/Models/Packhouse/Site/BinTipBinModel.js +13 -13
- package/src/Models/Packhouse/Site/BinTipWeightModel.js +9 -9
- package/src/Models/Packhouse/Site/CompacSizerBatchModel.js +8 -8
- package/src/Models/Packhouse/Site/CompacSizerModel.js +14 -14
- package/src/Models/Packhouse/Site/CompacSizerOutletProductChangeModel.js +10 -10
- package/src/Models/Packhouse/Site/CompacSizerOutletTypeChangeModel.js +8 -8
- package/src/Models/Packhouse/Site/CompacSizerOutletTypeModel.js +6 -6
- package/src/Models/Packhouse/Site/CompacSizerPackrunSummaryModel.js +12 -12
- package/src/Models/Packhouse/Site/DowntimeEventModel.js +14 -14
- package/src/Models/Packhouse/Site/FreshPackPackrunSummaryModel.js +8 -8
- package/src/Models/Packhouse/Site/FreshQualityPackrunSummaryModel.js +10 -10
- package/src/Models/Packhouse/Site/GrowingMethodModel.js +6 -6
- package/src/Models/Packhouse/Site/PackTypeModel.js +8 -8
- package/src/Models/Packhouse/Site/PackingLineModel.js +16 -16
- package/src/Models/Packhouse/Site/PackrunModel.js +18 -18
- package/src/Models/Packhouse/Site/RejectBinModel.js +9 -9
- package/src/Models/Packhouse/Site/RejectBinScaleModel.js +23 -23
- package/src/Models/Packhouse/Site/RejectBinWeightModel.js +10 -10
- package/src/Models/Packhouse/Site/ShiftFocusMeetingModel.js +12 -12
- package/src/Models/Packhouse/Site/ShiftHourlyEntryModel.js +44 -44
- package/src/Models/Packhouse/Site/ShiftModel.js +29 -19
- package/src/Models/Packhouse/Site/ShiftQualitySummaryModel.js +14 -14
- package/src/Models/Packhouse/Site/ShiftTaskModel.js +14 -14
- package/src/Models/Packhouse/Site/SoftSortBeltModel.js +7 -7
- package/src/Models/Packhouse/Site/VarietyModel.js +8 -8
- package/src/Models/RTUModel.js +6 -6
- package/src/Models/RTUPluginModel.js +5 -5
- package/src/Models/Site/AlarmGroupModel.js +7 -7
- package/src/Models/Site/AlarmModel.js +17 -17
- package/src/Models/Site/DefinitionModel.js +6 -6
- package/src/Models/Site/PermanentObjectDataModel.js +8 -8
- package/src/Models/Site/PermanentObjectModel.js +7 -7
- package/src/Models/Site/PointModel.js +11 -11
- package/src/Models/Site/TemporaryObjectModel.js +6 -6
- package/src/Models/SiteModel.js +6 -6
- package/src/Models/TokenModel.js +10 -10
- package/src/Models/UserAccountActionTokenModel.js +11 -11
- package/src/Models/UserAccountModel.js +10 -10
- package/src/PackageVersion.js +1 -1
- package/src/Points.js +24 -12
- package/src/WebSocketHelper.js +34 -13
- package/src/index.js +3 -3
- package/types/tslint.json +2 -1
package/lib/index.d.ts
CHANGED
|
@@ -123,7 +123,7 @@ declare module '@ricado/api-client' {
|
|
|
123
123
|
* @param {string} [token] An optional JSON Web Token to Initialize the API with.
|
|
124
124
|
* @throws {Error} The JSON Web Token provided was not valid
|
|
125
125
|
*/
|
|
126
|
-
export function initialize(token?: string): void;
|
|
126
|
+
export function initialize(token?: string | undefined): void;
|
|
127
127
|
/**
|
|
128
128
|
* Generates a new JWT for a User Account
|
|
129
129
|
*
|
|
@@ -134,7 +134,7 @@ declare module '@ricado/api-client' {
|
|
|
134
134
|
* @param {string} [providerId] The Service Provider ID
|
|
135
135
|
* @return {Promise<string>}
|
|
136
136
|
*/
|
|
137
|
-
export function userAccountLogin(email: string, password: string, providerId?: string): Promise<string>;
|
|
137
|
+
export function userAccountLogin(email: string, password: string, providerId?: string | undefined): Promise<string>;
|
|
138
138
|
/**
|
|
139
139
|
* Generates a new JWT for an API Account
|
|
140
140
|
*
|
|
@@ -145,7 +145,7 @@ declare module '@ricado/api-client' {
|
|
|
145
145
|
* @param {string} [providerId] - The Service Provider ID
|
|
146
146
|
* @return {Promise<string>}
|
|
147
147
|
*/
|
|
148
|
-
export function apiAccountLogin(key: string, secret: string, providerId?: string): Promise<string>;
|
|
148
|
+
export function apiAccountLogin(key: string, secret: string, providerId?: string | undefined): Promise<string>;
|
|
149
149
|
/**
|
|
150
150
|
* Unlocks an existing JWT using a Pin Code
|
|
151
151
|
*
|
|
@@ -192,9 +192,9 @@ declare module '@ricado/api-client' {
|
|
|
192
192
|
* The JSON Web Token for all Authenticated API Calls
|
|
193
193
|
*
|
|
194
194
|
* @private
|
|
195
|
-
* @type {string}
|
|
195
|
+
* @type {string|undefined}
|
|
196
196
|
*/
|
|
197
|
-
export var JWT: string;
|
|
197
|
+
export var JWT: string | undefined;
|
|
198
198
|
/**
|
|
199
199
|
* The Base URL for the RICADO Gen 4 API
|
|
200
200
|
*
|
|
@@ -251,7 +251,7 @@ declare module '@ricado/api-client/RequestHelper' {
|
|
|
251
251
|
*/
|
|
252
252
|
static getRequest(url: string, queryParameters?: {
|
|
253
253
|
[x: string]: any;
|
|
254
|
-
}): Promise<any>;
|
|
254
|
+
} | undefined): Promise<any>;
|
|
255
255
|
/**
|
|
256
256
|
* Perform a PUT Request
|
|
257
257
|
*
|
|
@@ -293,7 +293,7 @@ declare module '@ricado/api-client/RequestHelper' {
|
|
|
293
293
|
*/
|
|
294
294
|
static deleteRequest(url: string, queryParameters?: {
|
|
295
295
|
[x: string]: any;
|
|
296
|
-
}): Promise<boolean>;
|
|
296
|
+
} | undefined): Promise<boolean>;
|
|
297
297
|
/**
|
|
298
298
|
* Performs a Request (fetch)
|
|
299
299
|
*
|
|
@@ -307,7 +307,7 @@ declare module '@ricado/api-client/RequestHelper' {
|
|
|
307
307
|
*/
|
|
308
308
|
static performRequest(method: string, url: string, data?: any, queryParameters?: {
|
|
309
309
|
[x: string]: any;
|
|
310
|
-
}): Promise<any>;
|
|
310
|
+
} | undefined): Promise<any>;
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
|
|
@@ -334,7 +334,7 @@ declare module '@ricado/api-client/WebSocketHelper' {
|
|
|
334
334
|
* @public
|
|
335
335
|
* @param {string} [key] - The Site ID or RTU ID Key (e.g. site.2 or rtu.1200)
|
|
336
336
|
*/
|
|
337
|
-
static subscribe(key?: string): void;
|
|
337
|
+
static subscribe(key?: string | undefined): void;
|
|
338
338
|
/**
|
|
339
339
|
* Unsubscribe from a Site or RTU for Events
|
|
340
340
|
*
|
|
@@ -342,7 +342,7 @@ declare module '@ricado/api-client/WebSocketHelper' {
|
|
|
342
342
|
* @public
|
|
343
343
|
* @param {string} [key] - The Site ID or RTU ID Key (e.g. site.2 or rtu.1200)
|
|
344
344
|
*/
|
|
345
|
-
static unsubscribe(key?: string): void;
|
|
345
|
+
static unsubscribe(key?: string | undefined): void;
|
|
346
346
|
/**
|
|
347
347
|
* Register Events Handler
|
|
348
348
|
*
|
|
@@ -366,7 +366,7 @@ declare module '@ricado/api-client/WebSocketHelper' {
|
|
|
366
366
|
/**
|
|
367
367
|
* The Events Callback
|
|
368
368
|
*/
|
|
369
|
-
export type eventCallback = (...args: any
|
|
369
|
+
export type eventCallback = (...args: any) => void;
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
|
|
@@ -482,7 +482,7 @@ declare module '@ricado/api-client/Points' {
|
|
|
482
482
|
/**
|
|
483
483
|
* The Events Callback
|
|
484
484
|
*/
|
|
485
|
-
export type eventCallback = (...args: any
|
|
485
|
+
export type eventCallback = (...args: any) => void;
|
|
486
486
|
/**
|
|
487
487
|
* The Read Points Callback
|
|
488
488
|
*/
|
|
@@ -765,7 +765,7 @@ declare module '@ricado/api-client/Controllers/AccountPolicyController' {
|
|
|
765
765
|
* @param {AccountPolicyController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
766
766
|
* @return {Promise<AccountPolicyModel[]>}
|
|
767
767
|
*/
|
|
768
|
-
static getAll(queryParameters?: AccountPolicyController.GetAllQueryParameters): Promise<AccountPolicyModel[]>;
|
|
768
|
+
static getAll(queryParameters?: AccountPolicyController.GetAllQueryParameters | undefined): Promise<AccountPolicyModel[]>;
|
|
769
769
|
/**
|
|
770
770
|
* Create a Account Policy [POST /account-policies]
|
|
771
771
|
*
|
|
@@ -956,7 +956,7 @@ declare module '@ricado/api-client/Controllers/ApiAccountController' {
|
|
|
956
956
|
* @param {ApiAccountController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
957
957
|
* @return {Promise<ApiAccountModel[]>}
|
|
958
958
|
*/
|
|
959
|
-
static getAll(queryParameters?: ApiAccountController.GetAllQueryParameters): Promise<ApiAccountModel[]>;
|
|
959
|
+
static getAll(queryParameters?: ApiAccountController.GetAllQueryParameters | undefined): Promise<ApiAccountModel[]>;
|
|
960
960
|
/**
|
|
961
961
|
* Create a API Account [POST /api-accounts]
|
|
962
962
|
*
|
|
@@ -1055,7 +1055,7 @@ declare module '@ricado/api-client/Controllers/CompanyController' {
|
|
|
1055
1055
|
* @param {CompanyController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
1056
1056
|
* @return {Promise<CompanyModel[]>}
|
|
1057
1057
|
*/
|
|
1058
|
-
static getAll(queryParameters?: CompanyController.GetAllQueryParameters): Promise<CompanyModel[]>;
|
|
1058
|
+
static getAll(queryParameters?: CompanyController.GetAllQueryParameters | undefined): Promise<CompanyModel[]>;
|
|
1059
1059
|
/**
|
|
1060
1060
|
* Create a Company [POST /companies]
|
|
1061
1061
|
*
|
|
@@ -1154,7 +1154,7 @@ declare module '@ricado/api-client/Controllers/FirebaseTokenController' {
|
|
|
1154
1154
|
* @param {FirebaseTokenController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
1155
1155
|
* @return {Promise<FirebaseTokenModel[]>}
|
|
1156
1156
|
*/
|
|
1157
|
-
static getAll(queryParameters?: FirebaseTokenController.GetAllQueryParameters): Promise<FirebaseTokenModel[]>;
|
|
1157
|
+
static getAll(queryParameters?: FirebaseTokenController.GetAllQueryParameters | undefined): Promise<FirebaseTokenModel[]>;
|
|
1158
1158
|
/**
|
|
1159
1159
|
* Create a Firebase Token [POST /firebase-tokens]
|
|
1160
1160
|
*
|
|
@@ -1285,7 +1285,7 @@ declare module '@ricado/api-client/Controllers/RTUController' {
|
|
|
1285
1285
|
* @param {RTUController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
1286
1286
|
* @return {Promise<RTUModel[]>}
|
|
1287
1287
|
*/
|
|
1288
|
-
static getAll(queryParameters?: RTUController.GetAllQueryParameters): Promise<RTUModel[]>;
|
|
1288
|
+
static getAll(queryParameters?: RTUController.GetAllQueryParameters | undefined): Promise<RTUModel[]>;
|
|
1289
1289
|
/**
|
|
1290
1290
|
* Create a RTU [POST /rtus]
|
|
1291
1291
|
*
|
|
@@ -1392,7 +1392,7 @@ declare module '@ricado/api-client/Controllers/RTUPluginController' {
|
|
|
1392
1392
|
* @param {RTUPluginController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
1393
1393
|
* @return {Promise<RTUPluginModel[]>}
|
|
1394
1394
|
*/
|
|
1395
|
-
static getAll(queryParameters?: RTUPluginController.GetAllQueryParameters): Promise<RTUPluginModel[]>;
|
|
1395
|
+
static getAll(queryParameters?: RTUPluginController.GetAllQueryParameters | undefined): Promise<RTUPluginModel[]>;
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Create a RTU Plugin [POST /rtu-plugins]
|
|
1398
1398
|
*
|
|
@@ -1491,7 +1491,7 @@ declare module '@ricado/api-client/Controllers/SiteController' {
|
|
|
1491
1491
|
* @param {SiteController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
1492
1492
|
* @return {Promise<SiteModel[]>}
|
|
1493
1493
|
*/
|
|
1494
|
-
static getAll(queryParameters?: SiteController.GetAllQueryParameters): Promise<SiteModel[]>;
|
|
1494
|
+
static getAll(queryParameters?: SiteController.GetAllQueryParameters | undefined): Promise<SiteModel[]>;
|
|
1495
1495
|
/**
|
|
1496
1496
|
* Create a Site [POST /sites]
|
|
1497
1497
|
*
|
|
@@ -1663,7 +1663,7 @@ declare module '@ricado/api-client/Controllers/TokenController' {
|
|
|
1663
1663
|
* @param {TokenController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
1664
1664
|
* @return {Promise<TokenModel[]>}
|
|
1665
1665
|
*/
|
|
1666
|
-
static getAll(queryParameters?: TokenController.GetAllQueryParameters): Promise<TokenModel[]>;
|
|
1666
|
+
static getAll(queryParameters?: TokenController.GetAllQueryParameters | undefined): Promise<TokenModel[]>;
|
|
1667
1667
|
}
|
|
1668
1668
|
namespace TokenController {
|
|
1669
1669
|
/**
|
|
@@ -1689,7 +1689,7 @@ declare module '@ricado/api-client/Controllers/TokenController' {
|
|
|
1689
1689
|
/**
|
|
1690
1690
|
* When the last API call using this Token was made
|
|
1691
1691
|
*/
|
|
1692
|
-
activityTimestamp?: Date;
|
|
1692
|
+
activityTimestamp?: Date | null;
|
|
1693
1693
|
};
|
|
1694
1694
|
/**
|
|
1695
1695
|
* A **PinCodeUnlock** Type
|
|
@@ -1778,7 +1778,7 @@ declare module '@ricado/api-client/Controllers/UserAccountActionTokenController'
|
|
|
1778
1778
|
* @param {UserAccountActionTokenController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
1779
1779
|
* @return {Promise<UserAccountActionTokenModel[]>}
|
|
1780
1780
|
*/
|
|
1781
|
-
static getAll(queryParameters?: UserAccountActionTokenController.GetAllQueryParameters): Promise<UserAccountActionTokenModel[]>;
|
|
1781
|
+
static getAll(queryParameters?: UserAccountActionTokenController.GetAllQueryParameters | undefined): Promise<UserAccountActionTokenModel[]>;
|
|
1782
1782
|
/**
|
|
1783
1783
|
* Create a User Account Action Token [POST /user-action-tokens]
|
|
1784
1784
|
*
|
|
@@ -1925,15 +1925,15 @@ declare module '@ricado/api-client/Controllers/UserAccountActionTokenController'
|
|
|
1925
1925
|
/**
|
|
1926
1926
|
* When the last API call using this Action Token was made
|
|
1927
1927
|
*/
|
|
1928
|
-
activityTimestamp?: Date;
|
|
1928
|
+
activityTimestamp?: Date | null;
|
|
1929
1929
|
/**
|
|
1930
1930
|
* When the Action was Completed
|
|
1931
1931
|
*/
|
|
1932
|
-
completedTimestamp?: Date;
|
|
1932
|
+
completedTimestamp?: Date | null;
|
|
1933
1933
|
/**
|
|
1934
1934
|
* When the Action Email was Sent
|
|
1935
1935
|
*/
|
|
1936
|
-
emailTimestamp?: Date;
|
|
1936
|
+
emailTimestamp?: Date | null;
|
|
1937
1937
|
};
|
|
1938
1938
|
/**
|
|
1939
1939
|
* The Update Data for a User Account Action Token
|
|
@@ -1942,15 +1942,15 @@ declare module '@ricado/api-client/Controllers/UserAccountActionTokenController'
|
|
|
1942
1942
|
/**
|
|
1943
1943
|
* When the last API call using this Action Token was made
|
|
1944
1944
|
*/
|
|
1945
|
-
activityTimestamp?: Date;
|
|
1945
|
+
activityTimestamp?: Date | null;
|
|
1946
1946
|
/**
|
|
1947
1947
|
* When the Action was Completed
|
|
1948
1948
|
*/
|
|
1949
|
-
completedTimestamp?: Date;
|
|
1949
|
+
completedTimestamp?: Date | null;
|
|
1950
1950
|
/**
|
|
1951
1951
|
* When the Action Email was Sent
|
|
1952
1952
|
*/
|
|
1953
|
-
emailTimestamp?: Date;
|
|
1953
|
+
emailTimestamp?: Date | null;
|
|
1954
1954
|
};
|
|
1955
1955
|
}
|
|
1956
1956
|
import UserAccountActionTokenModel from "@ricado/api-client/Models/UserAccountActionTokenModel";
|
|
@@ -2085,7 +2085,7 @@ declare module '@ricado/api-client/Controllers/UserAccountController' {
|
|
|
2085
2085
|
* @param {UserAccountController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
2086
2086
|
* @return {Promise<UserAccountModel[]>}
|
|
2087
2087
|
*/
|
|
2088
|
-
static getAll(queryParameters?: UserAccountController.GetAllQueryParameters): Promise<UserAccountModel[]>;
|
|
2088
|
+
static getAll(queryParameters?: UserAccountController.GetAllQueryParameters | undefined): Promise<UserAccountModel[]>;
|
|
2089
2089
|
/**
|
|
2090
2090
|
* Create a User Account [POST /users]
|
|
2091
2091
|
*
|
|
@@ -2108,11 +2108,11 @@ declare module '@ricado/api-client/Controllers/UserAccountController' {
|
|
|
2108
2108
|
/**
|
|
2109
2109
|
* The User's First Name
|
|
2110
2110
|
*/
|
|
2111
|
-
firstName?: string;
|
|
2111
|
+
firstName?: string | null;
|
|
2112
2112
|
/**
|
|
2113
2113
|
* The User's Last Name
|
|
2114
2114
|
*/
|
|
2115
|
-
lastName?: string;
|
|
2115
|
+
lastName?: string | null;
|
|
2116
2116
|
/**
|
|
2117
2117
|
* The Company this User belongs to
|
|
2118
2118
|
*/
|
|
@@ -2129,11 +2129,11 @@ declare module '@ricado/api-client/Controllers/UserAccountController' {
|
|
|
2129
2129
|
/**
|
|
2130
2130
|
* The User's First Name
|
|
2131
2131
|
*/
|
|
2132
|
-
firstName?: string;
|
|
2132
|
+
firstName?: string | null;
|
|
2133
2133
|
/**
|
|
2134
2134
|
* The User's Last Name
|
|
2135
2135
|
*/
|
|
2136
|
-
lastName?: string;
|
|
2136
|
+
lastName?: string | null;
|
|
2137
2137
|
/**
|
|
2138
2138
|
* The Company this User belongs to
|
|
2139
2139
|
*/
|
|
@@ -2154,11 +2154,11 @@ declare module '@ricado/api-client/Controllers/UserAccountController' {
|
|
|
2154
2154
|
/**
|
|
2155
2155
|
* The User's First Name
|
|
2156
2156
|
*/
|
|
2157
|
-
firstName?: string;
|
|
2157
|
+
firstName?: string | null;
|
|
2158
2158
|
/**
|
|
2159
2159
|
* The User's Last Name
|
|
2160
2160
|
*/
|
|
2161
|
-
lastName?: string;
|
|
2161
|
+
lastName?: string | null;
|
|
2162
2162
|
};
|
|
2163
2163
|
}
|
|
2164
2164
|
import UserAccountModel from "@ricado/api-client/Models/UserAccountModel";
|
|
@@ -3366,7 +3366,7 @@ declare module '@ricado/api-client/Controllers/Site/AlarmController' {
|
|
|
3366
3366
|
* @param {AlarmController.GetOneHistoryQueryParameters} [queryParameters] The Optional Query Parameters
|
|
3367
3367
|
* @return {Promise<Array<AlarmController.AlarmHistoryItem>>}
|
|
3368
3368
|
*/
|
|
3369
|
-
static getOneHistory(siteId: number, id: string, queryParameters?: AlarmController.GetOneHistoryQueryParameters): Promise<Array<AlarmController.AlarmHistoryItem>>;
|
|
3369
|
+
static getOneHistory(siteId: number, id: string, queryParameters?: AlarmController.GetOneHistoryQueryParameters | undefined): Promise<Array<AlarmController.AlarmHistoryItem>>;
|
|
3370
3370
|
/**
|
|
3371
3371
|
* List all Alarms [GET /sites/{siteId}/alarms]
|
|
3372
3372
|
*
|
|
@@ -3376,7 +3376,7 @@ declare module '@ricado/api-client/Controllers/Site/AlarmController' {
|
|
|
3376
3376
|
* @param {AlarmController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
3377
3377
|
* @return {Promise<AlarmModel[]>}
|
|
3378
3378
|
*/
|
|
3379
|
-
static getAll(siteId: number, queryParameters?: AlarmController.GetAllQueryParameters): Promise<AlarmModel[]>;
|
|
3379
|
+
static getAll(siteId: number, queryParameters?: AlarmController.GetAllQueryParameters | undefined): Promise<AlarmModel[]>;
|
|
3380
3380
|
/**
|
|
3381
3381
|
* Create a Alarm [POST /sites/{siteId}/alarms]
|
|
3382
3382
|
*
|
|
@@ -3398,7 +3398,7 @@ declare module '@ricado/api-client/Controllers/Site/AlarmController' {
|
|
|
3398
3398
|
* @param {AlarmController.GetAllHistoryQueryParameters} [queryParameters] The Optional Query Parameters
|
|
3399
3399
|
* @return {Promise<Array<AlarmController.AlarmHistoryItem>>}
|
|
3400
3400
|
*/
|
|
3401
|
-
static getAllHistory(siteId: number, queryParameters?: AlarmController.GetAllHistoryQueryParameters): Promise<Array<AlarmController.AlarmHistoryItem>>;
|
|
3401
|
+
static getAllHistory(siteId: number, queryParameters?: AlarmController.GetAllHistoryQueryParameters | undefined): Promise<Array<AlarmController.AlarmHistoryItem>>;
|
|
3402
3402
|
}
|
|
3403
3403
|
namespace AlarmController {
|
|
3404
3404
|
/**
|
|
@@ -3421,7 +3421,7 @@ declare module '@ricado/api-client/Controllers/Site/AlarmController' {
|
|
|
3421
3421
|
/**
|
|
3422
3422
|
* The RTU this Alarm belongs to
|
|
3423
3423
|
*/
|
|
3424
|
-
rtuId?: number;
|
|
3424
|
+
rtuId?: number | null;
|
|
3425
3425
|
/**
|
|
3426
3426
|
* The Alarm Group this Alarm is a part of
|
|
3427
3427
|
*/
|
|
@@ -3483,7 +3483,7 @@ declare module '@ricado/api-client/Controllers/Site/AlarmController' {
|
|
|
3483
3483
|
/**
|
|
3484
3484
|
* The RTU this Alarm belongs to
|
|
3485
3485
|
*/
|
|
3486
|
-
rtuId?: number;
|
|
3486
|
+
rtuId?: number | null;
|
|
3487
3487
|
/**
|
|
3488
3488
|
* The Alarm Group this Alarm is a part of
|
|
3489
3489
|
*/
|
|
@@ -3503,7 +3503,7 @@ declare module '@ricado/api-client/Controllers/Site/AlarmController' {
|
|
|
3503
3503
|
/**
|
|
3504
3504
|
* The Python Script with the Conditions to Reset this Alarm
|
|
3505
3505
|
*/
|
|
3506
|
-
resetScript?: string;
|
|
3506
|
+
resetScript?: string | null;
|
|
3507
3507
|
/**
|
|
3508
3508
|
* The Delay before this Alarm will Trip in Milliseconds
|
|
3509
3509
|
*/
|
|
@@ -3560,7 +3560,7 @@ declare module '@ricado/api-client/Controllers/Site/AlarmController' {
|
|
|
3560
3560
|
/**
|
|
3561
3561
|
* The Python Script with the Conditions to Reset this Alarm
|
|
3562
3562
|
*/
|
|
3563
|
-
resetScript?: string;
|
|
3563
|
+
resetScript?: string | null;
|
|
3564
3564
|
/**
|
|
3565
3565
|
* The Delay before this Alarm will Trip in Milliseconds
|
|
3566
3566
|
*/
|
|
@@ -3609,7 +3609,7 @@ declare module '@ricado/api-client/Controllers/Site/AlarmController' {
|
|
|
3609
3609
|
/**
|
|
3610
3610
|
* When the Alarm Reset
|
|
3611
3611
|
*/
|
|
3612
|
-
resetTimestamp: Date;
|
|
3612
|
+
resetTimestamp: Date | null;
|
|
3613
3613
|
/**
|
|
3614
3614
|
* The Duration in Seconds that the Alarm was Tripped
|
|
3615
3615
|
*/
|
|
@@ -3667,7 +3667,7 @@ declare module '@ricado/api-client/Controllers/Site/AlarmGroupController' {
|
|
|
3667
3667
|
* @param {AlarmGroupController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
3668
3668
|
* @return {Promise<AlarmGroupModel[]>}
|
|
3669
3669
|
*/
|
|
3670
|
-
static getAll(siteId: number, queryParameters?: AlarmGroupController.GetAllQueryParameters): Promise<AlarmGroupModel[]>;
|
|
3670
|
+
static getAll(siteId: number, queryParameters?: AlarmGroupController.GetAllQueryParameters | undefined): Promise<AlarmGroupModel[]>;
|
|
3671
3671
|
/**
|
|
3672
3672
|
* Create a Alarm Group [POST /sites/{siteId}/alarm-groups]
|
|
3673
3673
|
*
|
|
@@ -3687,7 +3687,7 @@ declare module '@ricado/api-client/Controllers/Site/AlarmGroupController' {
|
|
|
3687
3687
|
/**
|
|
3688
3688
|
* The RTU this Alarm Group belongs to
|
|
3689
3689
|
*/
|
|
3690
|
-
rtuId?: number;
|
|
3690
|
+
rtuId?: number | null;
|
|
3691
3691
|
/**
|
|
3692
3692
|
* The Alarm Group Name
|
|
3693
3693
|
*/
|
|
@@ -3704,7 +3704,7 @@ declare module '@ricado/api-client/Controllers/Site/AlarmGroupController' {
|
|
|
3704
3704
|
/**
|
|
3705
3705
|
* The RTU this Alarm Group belongs to
|
|
3706
3706
|
*/
|
|
3707
|
-
rtuId?: number;
|
|
3707
|
+
rtuId?: number | null;
|
|
3708
3708
|
/**
|
|
3709
3709
|
* The Alarm Group Name
|
|
3710
3710
|
*/
|
|
@@ -3800,7 +3800,7 @@ declare module '@ricado/api-client/Controllers/Site/DefinitionController' {
|
|
|
3800
3800
|
* @param {DefinitionController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
3801
3801
|
* @return {Promise<DefinitionModel[]>}
|
|
3802
3802
|
*/
|
|
3803
|
-
static getAll(siteId: number, queryParameters?: DefinitionController.GetAllQueryParameters): Promise<DefinitionModel[]>;
|
|
3803
|
+
static getAll(siteId: number, queryParameters?: DefinitionController.GetAllQueryParameters | undefined): Promise<DefinitionModel[]>;
|
|
3804
3804
|
/**
|
|
3805
3805
|
* Create a Definition [POST /sites/{siteId}/definitions]
|
|
3806
3806
|
*
|
|
@@ -3908,7 +3908,7 @@ declare module '@ricado/api-client/Controllers/Site/PermanentObjectController' {
|
|
|
3908
3908
|
* @param {PermanentObjectController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
3909
3909
|
* @return {Promise<PermanentObjectModel[]>}
|
|
3910
3910
|
*/
|
|
3911
|
-
static getAll(siteId: number, queryParameters?: PermanentObjectController.GetAllQueryParameters): Promise<PermanentObjectModel[]>;
|
|
3911
|
+
static getAll(siteId: number, queryParameters?: PermanentObjectController.GetAllQueryParameters | undefined): Promise<PermanentObjectModel[]>;
|
|
3912
3912
|
/**
|
|
3913
3913
|
* Create a Permanent Object [POST /sites/{siteId}/permanent-objects]
|
|
3914
3914
|
*
|
|
@@ -3928,7 +3928,7 @@ declare module '@ricado/api-client/Controllers/Site/PermanentObjectController' {
|
|
|
3928
3928
|
/**
|
|
3929
3929
|
* The RTU this Permanent Object belongs to
|
|
3930
3930
|
*/
|
|
3931
|
-
rtuId?: number;
|
|
3931
|
+
rtuId?: number | null;
|
|
3932
3932
|
/**
|
|
3933
3933
|
* The Permanent Object Key Index
|
|
3934
3934
|
*/
|
|
@@ -3945,7 +3945,7 @@ declare module '@ricado/api-client/Controllers/Site/PermanentObjectController' {
|
|
|
3945
3945
|
/**
|
|
3946
3946
|
* The RTU this Permanent Object belongs to
|
|
3947
3947
|
*/
|
|
3948
|
-
rtuId?: number;
|
|
3948
|
+
rtuId?: number | null;
|
|
3949
3949
|
/**
|
|
3950
3950
|
* The Permanent Object Key Index
|
|
3951
3951
|
*/
|
|
@@ -4089,7 +4089,7 @@ declare module '@ricado/api-client/Controllers/Site/PermanentObjectDataControlle
|
|
|
4089
4089
|
* @param {PermanentObjectDataController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
4090
4090
|
* @return {Promise<PermanentObjectDataModel[]>}
|
|
4091
4091
|
*/
|
|
4092
|
-
static getAll(siteId: number, queryParameters?: PermanentObjectDataController.GetAllQueryParameters): Promise<PermanentObjectDataModel[]>;
|
|
4092
|
+
static getAll(siteId: number, queryParameters?: PermanentObjectDataController.GetAllQueryParameters | undefined): Promise<PermanentObjectDataModel[]>;
|
|
4093
4093
|
/**
|
|
4094
4094
|
* Create a Permanent Object Data [POST /sites/{siteId}/permanent-object-data]
|
|
4095
4095
|
*
|
|
@@ -4184,15 +4184,15 @@ declare module '@ricado/api-client/Controllers/Site/PermanentObjectDataControlle
|
|
|
4184
4184
|
/**
|
|
4185
4185
|
* The Content of the Comment
|
|
4186
4186
|
*/
|
|
4187
|
-
content: string;
|
|
4187
|
+
content: string | null;
|
|
4188
4188
|
/**
|
|
4189
4189
|
* When the Comment was Created
|
|
4190
4190
|
*/
|
|
4191
|
-
createdTimestamp: Date;
|
|
4191
|
+
createdTimestamp: Date | null;
|
|
4192
4192
|
/**
|
|
4193
4193
|
* When the Comment was last Updated
|
|
4194
4194
|
*/
|
|
4195
|
-
updatedTimestamp: Date;
|
|
4195
|
+
updatedTimestamp: Date | null;
|
|
4196
4196
|
};
|
|
4197
4197
|
}
|
|
4198
4198
|
import PermanentObjectDataModel from "@ricado/api-client/Models/Site/PermanentObjectDataModel";
|
|
@@ -4217,7 +4217,7 @@ declare module '@ricado/api-client/Controllers/Site/PointController' {
|
|
|
4217
4217
|
* @param {PointController.GetAllValuesQueryParameters} [queryParameters] The Optional Query Parameters
|
|
4218
4218
|
* @return {Promise<Array<PointController.PointValueItem>>}
|
|
4219
4219
|
*/
|
|
4220
|
-
static getAllValues(siteId: number, queryParameters?: PointController.GetAllValuesQueryParameters): Promise<Array<PointController.PointValueItem>>;
|
|
4220
|
+
static getAllValues(siteId: number, queryParameters?: PointController.GetAllValuesQueryParameters | undefined): Promise<Array<PointController.PointValueItem>>;
|
|
4221
4221
|
/**
|
|
4222
4222
|
* Set specific Point Values [POST /sites/{siteId}/points/values]
|
|
4223
4223
|
*
|
|
@@ -4242,7 +4242,7 @@ declare module '@ricado/api-client/Controllers/Site/PointController' {
|
|
|
4242
4242
|
* @param {PointController.GetAllHistoryQueryParameters} [queryParameters] The Optional Query Parameters
|
|
4243
4243
|
* @return {Promise<Array<PointController.PointHistoryItem>>}
|
|
4244
4244
|
*/
|
|
4245
|
-
static getAllHistory(siteId: number, pointIds: number[], queryParameters?: PointController.GetAllHistoryQueryParameters): Promise<Array<PointController.PointHistoryItem>>;
|
|
4245
|
+
static getAllHistory(siteId: number, pointIds: number[], queryParameters?: PointController.GetAllHistoryQueryParameters | undefined): Promise<Array<PointController.PointHistoryItem>>;
|
|
4246
4246
|
/**
|
|
4247
4247
|
* Add Point History [POST /sites/{siteId}/points/history]
|
|
4248
4248
|
*
|
|
@@ -4267,7 +4267,7 @@ declare module '@ricado/api-client/Controllers/Site/PointController' {
|
|
|
4267
4267
|
* @param {PointController.GetAllEventsQueryParameters} [queryParameters] The Optional Query Parameters
|
|
4268
4268
|
* @return {Promise<Array<PointController.PointEventItem>>}
|
|
4269
4269
|
*/
|
|
4270
|
-
static getAllEvents(siteId: number, pointIds: number[], queryParameters?: PointController.GetAllEventsQueryParameters): Promise<Array<PointController.PointEventItem>>;
|
|
4270
|
+
static getAllEvents(siteId: number, pointIds: number[], queryParameters?: PointController.GetAllEventsQueryParameters | undefined): Promise<Array<PointController.PointEventItem>>;
|
|
4271
4271
|
/**
|
|
4272
4272
|
* Add Point Events [POST /sites/{siteId}/points/events]
|
|
4273
4273
|
*
|
|
@@ -4320,7 +4320,7 @@ declare module '@ricado/api-client/Controllers/Site/PointController' {
|
|
|
4320
4320
|
* @param {PointController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
4321
4321
|
* @return {Promise<PointModel[]>}
|
|
4322
4322
|
*/
|
|
4323
|
-
static getAll(siteId: number, queryParameters?: PointController.GetAllQueryParameters): Promise<PointModel[]>;
|
|
4323
|
+
static getAll(siteId: number, queryParameters?: PointController.GetAllQueryParameters | undefined): Promise<PointModel[]>;
|
|
4324
4324
|
/**
|
|
4325
4325
|
* Create a Point [POST /sites/{siteId}/points]
|
|
4326
4326
|
*
|
|
@@ -4383,11 +4383,11 @@ declare module '@ricado/api-client/Controllers/Site/PointController' {
|
|
|
4383
4383
|
/**
|
|
4384
4384
|
* The RTU this Point belongs to
|
|
4385
4385
|
*/
|
|
4386
|
-
rtuId?: number;
|
|
4386
|
+
rtuId?: number | null;
|
|
4387
4387
|
/**
|
|
4388
4388
|
* The Plugin ID
|
|
4389
4389
|
*/
|
|
4390
|
-
pluginId?: number;
|
|
4390
|
+
pluginId?: number | null;
|
|
4391
4391
|
/**
|
|
4392
4392
|
* The Point Name
|
|
4393
4393
|
*/
|
|
@@ -4416,11 +4416,11 @@ declare module '@ricado/api-client/Controllers/Site/PointController' {
|
|
|
4416
4416
|
/**
|
|
4417
4417
|
* The RTU this Point belongs to
|
|
4418
4418
|
*/
|
|
4419
|
-
rtuId?: number;
|
|
4419
|
+
rtuId?: number | null;
|
|
4420
4420
|
/**
|
|
4421
4421
|
* The Plugin ID
|
|
4422
4422
|
*/
|
|
4423
|
-
pluginId?: number;
|
|
4423
|
+
pluginId?: number | null;
|
|
4424
4424
|
/**
|
|
4425
4425
|
* The Point Name
|
|
4426
4426
|
*/
|
|
@@ -4453,7 +4453,7 @@ declare module '@ricado/api-client/Controllers/Site/PointController' {
|
|
|
4453
4453
|
/**
|
|
4454
4454
|
* The Plugin ID
|
|
4455
4455
|
*/
|
|
4456
|
-
pluginId?: number;
|
|
4456
|
+
pluginId?: number | null;
|
|
4457
4457
|
/**
|
|
4458
4458
|
* The Point Name
|
|
4459
4459
|
*/
|
|
@@ -4641,7 +4641,7 @@ declare module '@ricado/api-client/Controllers/Site/TemporaryObjectController' {
|
|
|
4641
4641
|
* @param {TemporaryObjectController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
4642
4642
|
* @return {Promise<TemporaryObjectModel[]>}
|
|
4643
4643
|
*/
|
|
4644
|
-
static getAll(siteId: number, queryParameters?: TemporaryObjectController.GetAllQueryParameters): Promise<TemporaryObjectModel[]>;
|
|
4644
|
+
static getAll(siteId: number, queryParameters?: TemporaryObjectController.GetAllQueryParameters | undefined): Promise<TemporaryObjectModel[]>;
|
|
4645
4645
|
/**
|
|
4646
4646
|
* Create a Temporary Object [POST /sites/{siteId}/temporary-objects]
|
|
4647
4647
|
*
|
|
@@ -5470,7 +5470,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/BinTipBinControlle
|
|
|
5470
5470
|
* @param {BinTipBinController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
5471
5471
|
* @return {Promise<BinTipBinModel[]>}
|
|
5472
5472
|
*/
|
|
5473
|
-
static getAll(siteId: number, queryParameters?: BinTipBinController.GetAllQueryParameters): Promise<BinTipBinModel[]>;
|
|
5473
|
+
static getAll(siteId: number, queryParameters?: BinTipBinController.GetAllQueryParameters | undefined): Promise<BinTipBinModel[]>;
|
|
5474
5474
|
/**
|
|
5475
5475
|
* Create a Bin Tip Bin [POST /packhouse/sites/{siteId}/bin-tip-bins]
|
|
5476
5476
|
*
|
|
@@ -5498,11 +5498,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/BinTipBinControlle
|
|
|
5498
5498
|
/**
|
|
5499
5499
|
* The `BinTipWeight` ID as the Source for the Full Weight of this Bin
|
|
5500
5500
|
*/
|
|
5501
|
-
fullBinWeightId?: string;
|
|
5501
|
+
fullBinWeightId?: string | null;
|
|
5502
5502
|
/**
|
|
5503
5503
|
* The `BinTipWeight` ID as the Source for the Empty Weight of this Bin
|
|
5504
5504
|
*/
|
|
5505
|
-
emptyBinWeightId?: string;
|
|
5505
|
+
emptyBinWeightId?: string | null;
|
|
5506
5506
|
/**
|
|
5507
5507
|
* Filter by the Timestamp when this Bin was Created. Results Greater than or Equal to Timestamp
|
|
5508
5508
|
*/
|
|
@@ -5531,27 +5531,27 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/BinTipBinControlle
|
|
|
5531
5531
|
/**
|
|
5532
5532
|
* A 10-Digit Bin Number made up of a Bin Lot (4-Digits) and a Unique Number (6-Digits)
|
|
5533
5533
|
*/
|
|
5534
|
-
binNumber?: string;
|
|
5534
|
+
binNumber?: string | null;
|
|
5535
5535
|
/**
|
|
5536
5536
|
* The Time Batch ID associated with this Bin
|
|
5537
5537
|
*/
|
|
5538
|
-
timeBatchId?: string;
|
|
5538
|
+
timeBatchId?: string | null;
|
|
5539
5539
|
/**
|
|
5540
5540
|
* The Full Weight for this Bin
|
|
5541
5541
|
*/
|
|
5542
|
-
fullWeight?: number;
|
|
5542
|
+
fullWeight?: number | null;
|
|
5543
5543
|
/**
|
|
5544
5544
|
* The Empty Weight for this Bin
|
|
5545
5545
|
*/
|
|
5546
|
-
emptyWeight?: number;
|
|
5546
|
+
emptyWeight?: number | null;
|
|
5547
5547
|
/**
|
|
5548
5548
|
* The `BinTipWeight` ID as the Source for the Full Weight of this Bin
|
|
5549
5549
|
*/
|
|
5550
|
-
fullBinWeightId?: string;
|
|
5550
|
+
fullBinWeightId?: string | null;
|
|
5551
5551
|
/**
|
|
5552
5552
|
* The `BinTipWeight` ID as the Source for the Empty Weight of this Bin
|
|
5553
5553
|
*/
|
|
5554
|
-
emptyBinWeightId?: string;
|
|
5554
|
+
emptyBinWeightId?: string | null;
|
|
5555
5555
|
/**
|
|
5556
5556
|
* The FreshPack Field Bin Weight API Data
|
|
5557
5557
|
*/
|
|
@@ -5572,27 +5572,27 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/BinTipBinControlle
|
|
|
5572
5572
|
/**
|
|
5573
5573
|
* A 10-Digit Bin Number made up of a Bin Lot (4-Digits) and a Unique Number (6-Digits)
|
|
5574
5574
|
*/
|
|
5575
|
-
binNumber?: string;
|
|
5575
|
+
binNumber?: string | null;
|
|
5576
5576
|
/**
|
|
5577
5577
|
* The Time Batch ID associated with this Bin
|
|
5578
5578
|
*/
|
|
5579
|
-
timeBatchId?: string;
|
|
5579
|
+
timeBatchId?: string | null;
|
|
5580
5580
|
/**
|
|
5581
5581
|
* The Full Weight for this Bin
|
|
5582
5582
|
*/
|
|
5583
|
-
fullWeight?: number;
|
|
5583
|
+
fullWeight?: number | null;
|
|
5584
5584
|
/**
|
|
5585
5585
|
* The Empty Weight for this Bin
|
|
5586
5586
|
*/
|
|
5587
|
-
emptyWeight?: number;
|
|
5587
|
+
emptyWeight?: number | null;
|
|
5588
5588
|
/**
|
|
5589
5589
|
* The `BinTipWeight` ID as the Source for the Full Weight of this Bin
|
|
5590
5590
|
*/
|
|
5591
|
-
fullBinWeightId?: string;
|
|
5591
|
+
fullBinWeightId?: string | null;
|
|
5592
5592
|
/**
|
|
5593
5593
|
* The `BinTipWeight` ID as the Source for the Empty Weight of this Bin
|
|
5594
5594
|
*/
|
|
5595
|
-
emptyBinWeightId?: string;
|
|
5595
|
+
emptyBinWeightId?: string | null;
|
|
5596
5596
|
/**
|
|
5597
5597
|
* The FreshPack Field Bin Weight API Data
|
|
5598
5598
|
*/
|
|
@@ -5609,15 +5609,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/BinTipBinControlle
|
|
|
5609
5609
|
/**
|
|
5610
5610
|
* The Content of the Comment
|
|
5611
5611
|
*/
|
|
5612
|
-
content: string;
|
|
5612
|
+
content: string | null;
|
|
5613
5613
|
/**
|
|
5614
5614
|
* When the Comment was Created
|
|
5615
5615
|
*/
|
|
5616
|
-
createdTimestamp: Date;
|
|
5616
|
+
createdTimestamp: Date | null;
|
|
5617
5617
|
/**
|
|
5618
5618
|
* When the Comment was last Updated
|
|
5619
5619
|
*/
|
|
5620
|
-
updatedTimestamp: Date;
|
|
5620
|
+
updatedTimestamp: Date | null;
|
|
5621
5621
|
};
|
|
5622
5622
|
}
|
|
5623
5623
|
import BinTipBinModel from "@ricado/api-client/Models/Packhouse/Site/BinTipBinModel";
|
|
@@ -5736,7 +5736,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/BinTipWeightContro
|
|
|
5736
5736
|
* @param {BinTipWeightController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
5737
5737
|
* @return {Promise<BinTipWeightModel[]>}
|
|
5738
5738
|
*/
|
|
5739
|
-
static getAll(siteId: number, queryParameters?: BinTipWeightController.GetAllQueryParameters): Promise<BinTipWeightModel[]>;
|
|
5739
|
+
static getAll(siteId: number, queryParameters?: BinTipWeightController.GetAllQueryParameters | undefined): Promise<BinTipWeightModel[]>;
|
|
5740
5740
|
/**
|
|
5741
5741
|
* Create a Bin Tip Weight [POST /packhouse/sites/{siteId}/bin-tip-weights]
|
|
5742
5742
|
*
|
|
@@ -5768,7 +5768,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/BinTipWeightContro
|
|
|
5768
5768
|
/**
|
|
5769
5769
|
* The Bin Scale ID associated with this Bin Weight
|
|
5770
5770
|
*/
|
|
5771
|
-
binScaleId?: string;
|
|
5771
|
+
binScaleId?: string | null;
|
|
5772
5772
|
/**
|
|
5773
5773
|
* Filter by the Timestamp when this Bin Tip Weight was Created. Results Greater than or Equal to Timestamp
|
|
5774
5774
|
*/
|
|
@@ -5805,7 +5805,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/BinTipWeightContro
|
|
|
5805
5805
|
/**
|
|
5806
5806
|
* The Bin Scale ID associated with this Bin Weight
|
|
5807
5807
|
*/
|
|
5808
|
-
binScaleId?: string;
|
|
5808
|
+
binScaleId?: string | null;
|
|
5809
5809
|
};
|
|
5810
5810
|
/**
|
|
5811
5811
|
* The Update Data for a Bin Tip Weight
|
|
@@ -5830,7 +5830,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/BinTipWeightContro
|
|
|
5830
5830
|
/**
|
|
5831
5831
|
* The Bin Scale ID associated with this Bin Weight
|
|
5832
5832
|
*/
|
|
5833
|
-
binScaleId?: string;
|
|
5833
|
+
binScaleId?: string | null;
|
|
5834
5834
|
};
|
|
5835
5835
|
/**
|
|
5836
5836
|
* A **CommentItem** Type
|
|
@@ -5843,15 +5843,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/BinTipWeightContro
|
|
|
5843
5843
|
/**
|
|
5844
5844
|
* The Content of the Comment
|
|
5845
5845
|
*/
|
|
5846
|
-
content: string;
|
|
5846
|
+
content: string | null;
|
|
5847
5847
|
/**
|
|
5848
5848
|
* When the Comment was Created
|
|
5849
5849
|
*/
|
|
5850
|
-
createdTimestamp: Date;
|
|
5850
|
+
createdTimestamp: Date | null;
|
|
5851
5851
|
/**
|
|
5852
5852
|
* When the Comment was last Updated
|
|
5853
5853
|
*/
|
|
5854
|
-
updatedTimestamp: Date;
|
|
5854
|
+
updatedTimestamp: Date | null;
|
|
5855
5855
|
};
|
|
5856
5856
|
}
|
|
5857
5857
|
import BinTipWeightModel from "@ricado/api-client/Models/Packhouse/Site/BinTipWeightModel";
|
|
@@ -5970,7 +5970,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerBatchCo
|
|
|
5970
5970
|
* @param {CompacSizerBatchController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
5971
5971
|
* @return {Promise<CompacSizerBatchModel[]>}
|
|
5972
5972
|
*/
|
|
5973
|
-
static getAll(siteId: number, queryParameters?: CompacSizerBatchController.GetAllQueryParameters): Promise<CompacSizerBatchModel[]>;
|
|
5973
|
+
static getAll(siteId: number, queryParameters?: CompacSizerBatchController.GetAllQueryParameters | undefined): Promise<CompacSizerBatchModel[]>;
|
|
5974
5974
|
/**
|
|
5975
5975
|
* Create a Compac Sizer Batch [POST /packhouse/sites/{siteId}/compac-sizer-batches]
|
|
5976
5976
|
*
|
|
@@ -5998,7 +5998,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerBatchCo
|
|
|
5998
5998
|
/**
|
|
5999
5999
|
* The Packrun ID associated with this Batch
|
|
6000
6000
|
*/
|
|
6001
|
-
packrunId?: string;
|
|
6001
|
+
packrunId?: string | null;
|
|
6002
6002
|
/**
|
|
6003
6003
|
* Filter by the Timestamp when this Compac Sizer Batch was Created. Results Greater than or Equal to Timestamp
|
|
6004
6004
|
*/
|
|
@@ -6031,7 +6031,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerBatchCo
|
|
|
6031
6031
|
/**
|
|
6032
6032
|
* The Packrun ID associated with this Batch
|
|
6033
6033
|
*/
|
|
6034
|
-
packrunId?: string;
|
|
6034
|
+
packrunId?: string | null;
|
|
6035
6035
|
/**
|
|
6036
6036
|
* The Compac Sizer Batch Data
|
|
6037
6037
|
*/
|
|
@@ -6052,7 +6052,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerBatchCo
|
|
|
6052
6052
|
/**
|
|
6053
6053
|
* The Packrun ID associated with this Batch
|
|
6054
6054
|
*/
|
|
6055
|
-
packrunId?: string;
|
|
6055
|
+
packrunId?: string | null;
|
|
6056
6056
|
/**
|
|
6057
6057
|
* The Compac Sizer Batch Data
|
|
6058
6058
|
*/
|
|
@@ -6069,15 +6069,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerBatchCo
|
|
|
6069
6069
|
/**
|
|
6070
6070
|
* The Content of the Comment
|
|
6071
6071
|
*/
|
|
6072
|
-
content: string;
|
|
6072
|
+
content: string | null;
|
|
6073
6073
|
/**
|
|
6074
6074
|
* When the Comment was Created
|
|
6075
6075
|
*/
|
|
6076
|
-
createdTimestamp: Date;
|
|
6076
|
+
createdTimestamp: Date | null;
|
|
6077
6077
|
/**
|
|
6078
6078
|
* When the Comment was last Updated
|
|
6079
6079
|
*/
|
|
6080
|
-
updatedTimestamp: Date;
|
|
6080
|
+
updatedTimestamp: Date | null;
|
|
6081
6081
|
};
|
|
6082
6082
|
}
|
|
6083
6083
|
import CompacSizerBatchModel from "@ricado/api-client/Models/Packhouse/Site/CompacSizerBatchModel";
|
|
@@ -6131,7 +6131,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerControl
|
|
|
6131
6131
|
* @param {CompacSizerController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
6132
6132
|
* @return {Promise<CompacSizerModel[]>}
|
|
6133
6133
|
*/
|
|
6134
|
-
static getAll(siteId: number, queryParameters?: CompacSizerController.GetAllQueryParameters): Promise<CompacSizerModel[]>;
|
|
6134
|
+
static getAll(siteId: number, queryParameters?: CompacSizerController.GetAllQueryParameters | undefined): Promise<CompacSizerModel[]>;
|
|
6135
6135
|
/**
|
|
6136
6136
|
* Create a Compac Sizer [POST /packhouse/sites/{siteId}/compac-sizers]
|
|
6137
6137
|
*
|
|
@@ -6151,7 +6151,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerControl
|
|
|
6151
6151
|
/**
|
|
6152
6152
|
* The RTU this Compac Sizer belongs to
|
|
6153
6153
|
*/
|
|
6154
|
-
rtuId?: number;
|
|
6154
|
+
rtuId?: number | null;
|
|
6155
6155
|
/**
|
|
6156
6156
|
* The Compac Sizer Name
|
|
6157
6157
|
*/
|
|
@@ -6172,7 +6172,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerControl
|
|
|
6172
6172
|
/**
|
|
6173
6173
|
* The RTU this Compac Sizer belongs to
|
|
6174
6174
|
*/
|
|
6175
|
-
rtuId?: number;
|
|
6175
|
+
rtuId?: number | null;
|
|
6176
6176
|
/**
|
|
6177
6177
|
* The Compac Sizer Name
|
|
6178
6178
|
*/
|
|
@@ -6376,7 +6376,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerOutletP
|
|
|
6376
6376
|
* @param {CompacSizerOutletProductChangeController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
6377
6377
|
* @return {Promise<CompacSizerOutletProductChangeModel[]>}
|
|
6378
6378
|
*/
|
|
6379
|
-
static getAll(siteId: number, queryParameters?: CompacSizerOutletProductChangeController.GetAllQueryParameters): Promise<CompacSizerOutletProductChangeModel[]>;
|
|
6379
|
+
static getAll(siteId: number, queryParameters?: CompacSizerOutletProductChangeController.GetAllQueryParameters | undefined): Promise<CompacSizerOutletProductChangeModel[]>;
|
|
6380
6380
|
/**
|
|
6381
6381
|
* Create a Compac Sizer Outlet Product Change [POST /packhouse/sites/{siteId}/compac-sizer-outlet-product-changes]
|
|
6382
6382
|
*
|
|
@@ -6404,11 +6404,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerOutletP
|
|
|
6404
6404
|
/**
|
|
6405
6405
|
* The ID of the Previous Product that was active on the Outlet
|
|
6406
6406
|
*/
|
|
6407
|
-
previousProductId?: string;
|
|
6407
|
+
previousProductId?: string | null;
|
|
6408
6408
|
/**
|
|
6409
6409
|
* The Name of the Previous Product that was active on the Outlet
|
|
6410
6410
|
*/
|
|
6411
|
-
previousProductName?: string;
|
|
6411
|
+
previousProductName?: string | null;
|
|
6412
6412
|
/**
|
|
6413
6413
|
* The ID of the New Product that is now active on the Outlet
|
|
6414
6414
|
*/
|
|
@@ -6445,11 +6445,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerOutletP
|
|
|
6445
6445
|
/**
|
|
6446
6446
|
* The ID of the Previous Product that was active on the Outlet
|
|
6447
6447
|
*/
|
|
6448
|
-
previousProductId?: string;
|
|
6448
|
+
previousProductId?: string | null;
|
|
6449
6449
|
/**
|
|
6450
6450
|
* The Name of the Previous Product that was active on the Outlet
|
|
6451
6451
|
*/
|
|
6452
|
-
previousProductName?: string;
|
|
6452
|
+
previousProductName?: string | null;
|
|
6453
6453
|
/**
|
|
6454
6454
|
* The ID of the New Product that is now active on the Outlet
|
|
6455
6455
|
*/
|
|
@@ -6474,11 +6474,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerOutletP
|
|
|
6474
6474
|
/**
|
|
6475
6475
|
* The ID of the Previous Product that was active on the Outlet
|
|
6476
6476
|
*/
|
|
6477
|
-
previousProductId?: string;
|
|
6477
|
+
previousProductId?: string | null;
|
|
6478
6478
|
/**
|
|
6479
6479
|
* The Name of the Previous Product that was active on the Outlet
|
|
6480
6480
|
*/
|
|
6481
|
-
previousProductName?: string;
|
|
6481
|
+
previousProductName?: string | null;
|
|
6482
6482
|
/**
|
|
6483
6483
|
* The ID of the New Product that is now active on the Outlet
|
|
6484
6484
|
*/
|
|
@@ -6499,15 +6499,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerOutletP
|
|
|
6499
6499
|
/**
|
|
6500
6500
|
* The Content of the Comment
|
|
6501
6501
|
*/
|
|
6502
|
-
content: string;
|
|
6502
|
+
content: string | null;
|
|
6503
6503
|
/**
|
|
6504
6504
|
* When the Comment was Created
|
|
6505
6505
|
*/
|
|
6506
|
-
createdTimestamp: Date;
|
|
6506
|
+
createdTimestamp: Date | null;
|
|
6507
6507
|
/**
|
|
6508
6508
|
* When the Comment was last Updated
|
|
6509
6509
|
*/
|
|
6510
|
-
updatedTimestamp: Date;
|
|
6510
|
+
updatedTimestamp: Date | null;
|
|
6511
6511
|
};
|
|
6512
6512
|
}
|
|
6513
6513
|
import CompacSizerOutletProductChangeModel from "@ricado/api-client/Models/Packhouse/Site/CompacSizerOutletProductChangeModel";
|
|
@@ -6626,7 +6626,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerOutletT
|
|
|
6626
6626
|
* @param {CompacSizerOutletTypeChangeController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
6627
6627
|
* @return {Promise<CompacSizerOutletTypeChangeModel[]>}
|
|
6628
6628
|
*/
|
|
6629
|
-
static getAll(siteId: number, queryParameters?: CompacSizerOutletTypeChangeController.GetAllQueryParameters): Promise<CompacSizerOutletTypeChangeModel[]>;
|
|
6629
|
+
static getAll(siteId: number, queryParameters?: CompacSizerOutletTypeChangeController.GetAllQueryParameters | undefined): Promise<CompacSizerOutletTypeChangeModel[]>;
|
|
6630
6630
|
/**
|
|
6631
6631
|
* Create a Compac Sizer Outlet Type Change [POST /packhouse/sites/{siteId}/compac-sizer-outlet-type-changes]
|
|
6632
6632
|
*
|
|
@@ -6654,7 +6654,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerOutletT
|
|
|
6654
6654
|
/**
|
|
6655
6655
|
* The ID of the Previous Type that was active on the Outlet
|
|
6656
6656
|
*/
|
|
6657
|
-
previousTypeId?: string;
|
|
6657
|
+
previousTypeId?: string | null;
|
|
6658
6658
|
/**
|
|
6659
6659
|
* The ID of the New Type that is now active on the Outlet
|
|
6660
6660
|
*/
|
|
@@ -6687,7 +6687,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerOutletT
|
|
|
6687
6687
|
/**
|
|
6688
6688
|
* The ID of the Previous Type that was active on the Outlet
|
|
6689
6689
|
*/
|
|
6690
|
-
previousTypeId?: string;
|
|
6690
|
+
previousTypeId?: string | null;
|
|
6691
6691
|
/**
|
|
6692
6692
|
* The ID of the New Type that is now active on the Outlet
|
|
6693
6693
|
*/
|
|
@@ -6708,7 +6708,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerOutletT
|
|
|
6708
6708
|
/**
|
|
6709
6709
|
* The ID of the Previous Type that was active on the Outlet
|
|
6710
6710
|
*/
|
|
6711
|
-
previousTypeId?: string;
|
|
6711
|
+
previousTypeId?: string | null;
|
|
6712
6712
|
/**
|
|
6713
6713
|
* The ID of the New Type that is now active on the Outlet
|
|
6714
6714
|
*/
|
|
@@ -6725,15 +6725,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerOutletT
|
|
|
6725
6725
|
/**
|
|
6726
6726
|
* The Content of the Comment
|
|
6727
6727
|
*/
|
|
6728
|
-
content: string;
|
|
6728
|
+
content: string | null;
|
|
6729
6729
|
/**
|
|
6730
6730
|
* When the Comment was Created
|
|
6731
6731
|
*/
|
|
6732
|
-
createdTimestamp: Date;
|
|
6732
|
+
createdTimestamp: Date | null;
|
|
6733
6733
|
/**
|
|
6734
6734
|
* When the Comment was last Updated
|
|
6735
6735
|
*/
|
|
6736
|
-
updatedTimestamp: Date;
|
|
6736
|
+
updatedTimestamp: Date | null;
|
|
6737
6737
|
};
|
|
6738
6738
|
}
|
|
6739
6739
|
import CompacSizerOutletTypeChangeModel from "@ricado/api-client/Models/Packhouse/Site/CompacSizerOutletTypeChangeModel";
|
|
@@ -6787,7 +6787,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerOutletT
|
|
|
6787
6787
|
* @param {CompacSizerOutletTypeController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
6788
6788
|
* @return {Promise<CompacSizerOutletTypeModel[]>}
|
|
6789
6789
|
*/
|
|
6790
|
-
static getAll(siteId: number, queryParameters?: CompacSizerOutletTypeController.GetAllQueryParameters): Promise<CompacSizerOutletTypeModel[]>;
|
|
6790
|
+
static getAll(siteId: number, queryParameters?: CompacSizerOutletTypeController.GetAllQueryParameters | undefined): Promise<CompacSizerOutletTypeModel[]>;
|
|
6791
6791
|
/**
|
|
6792
6792
|
* Create a Compac Sizer Outlet Type [POST /packhouse/sites/{siteId}/compac-sizer-outlet-types]
|
|
6793
6793
|
*
|
|
@@ -6960,7 +6960,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
6960
6960
|
* @param {CompacSizerPackrunSummaryController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
6961
6961
|
* @return {Promise<CompacSizerPackrunSummaryModel[]>}
|
|
6962
6962
|
*/
|
|
6963
|
-
static getAll(siteId: number, queryParameters?: CompacSizerPackrunSummaryController.GetAllQueryParameters): Promise<CompacSizerPackrunSummaryModel[]>;
|
|
6963
|
+
static getAll(siteId: number, queryParameters?: CompacSizerPackrunSummaryController.GetAllQueryParameters | undefined): Promise<CompacSizerPackrunSummaryModel[]>;
|
|
6964
6964
|
/**
|
|
6965
6965
|
* Create a Compac Sizer Packrun Summary [POST /packhouse/sites/{siteId}/compac-sizer-packrun-summaries]
|
|
6966
6966
|
*
|
|
@@ -6988,7 +6988,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
6988
6988
|
/**
|
|
6989
6989
|
* The Time Batch this Summary is associated with
|
|
6990
6990
|
*/
|
|
6991
|
-
timeBatchId?: string;
|
|
6991
|
+
timeBatchId?: string | null;
|
|
6992
6992
|
/**
|
|
6993
6993
|
* Filter by the Timestamp when this Compac Sizer Packrun Summary was Created. Results Greater than or Equal to Timestamp
|
|
6994
6994
|
*/
|
|
@@ -7017,7 +7017,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
7017
7017
|
/**
|
|
7018
7018
|
* The Time Batch this Summary is associated with
|
|
7019
7019
|
*/
|
|
7020
|
-
timeBatchId?: string;
|
|
7020
|
+
timeBatchId?: string | null;
|
|
7021
7021
|
/**
|
|
7022
7022
|
* An Array of Packrun Summary Data Objects for each Outlet
|
|
7023
7023
|
*/
|
|
@@ -7054,7 +7054,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
7054
7054
|
/**
|
|
7055
7055
|
* The Time Batch this Summary is associated with
|
|
7056
7056
|
*/
|
|
7057
|
-
timeBatchId?: string;
|
|
7057
|
+
timeBatchId?: string | null;
|
|
7058
7058
|
/**
|
|
7059
7059
|
* An Array of Packrun Summary Data Objects for each Outlet
|
|
7060
7060
|
*/
|
|
@@ -7087,15 +7087,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
7087
7087
|
/**
|
|
7088
7088
|
* The Content of the Comment
|
|
7089
7089
|
*/
|
|
7090
|
-
content: string;
|
|
7090
|
+
content: string | null;
|
|
7091
7091
|
/**
|
|
7092
7092
|
* When the Comment was Created
|
|
7093
7093
|
*/
|
|
7094
|
-
createdTimestamp: Date;
|
|
7094
|
+
createdTimestamp: Date | null;
|
|
7095
7095
|
/**
|
|
7096
7096
|
* When the Comment was last Updated
|
|
7097
7097
|
*/
|
|
7098
|
-
updatedTimestamp: Date;
|
|
7098
|
+
updatedTimestamp: Date | null;
|
|
7099
7099
|
};
|
|
7100
7100
|
/**
|
|
7101
7101
|
* A **OutletTotal** Type
|
|
@@ -7104,7 +7104,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
7104
7104
|
/**
|
|
7105
7105
|
* The Class Type
|
|
7106
7106
|
*/
|
|
7107
|
-
classType: string;
|
|
7107
|
+
classType: string | null;
|
|
7108
7108
|
/**
|
|
7109
7109
|
* The Fruit Size
|
|
7110
7110
|
*/
|
|
@@ -7112,7 +7112,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
7112
7112
|
/**
|
|
7113
7113
|
* The Pack Type
|
|
7114
7114
|
*/
|
|
7115
|
-
packType: string;
|
|
7115
|
+
packType: string | null;
|
|
7116
7116
|
/**
|
|
7117
7117
|
* The Weight expressed in Kilograms
|
|
7118
7118
|
*/
|
|
@@ -7124,7 +7124,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
7124
7124
|
/**
|
|
7125
7125
|
* The Number of Packs
|
|
7126
7126
|
*/
|
|
7127
|
-
packCount: number;
|
|
7127
|
+
packCount: number | null;
|
|
7128
7128
|
};
|
|
7129
7129
|
/**
|
|
7130
7130
|
* A **OutletSummary** Type
|
|
@@ -7162,7 +7162,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
7162
7162
|
/**
|
|
7163
7163
|
* The Name of the Product assigned to the Outlet
|
|
7164
7164
|
*/
|
|
7165
|
-
productName: string;
|
|
7165
|
+
productName: string | null;
|
|
7166
7166
|
};
|
|
7167
7167
|
/**
|
|
7168
7168
|
* A **OutletProductChange** Type
|
|
@@ -7183,7 +7183,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
7183
7183
|
/**
|
|
7184
7184
|
* The Name of the new Product that has been assigned to the Outlet
|
|
7185
7185
|
*/
|
|
7186
|
-
productName: string;
|
|
7186
|
+
productName: string | null;
|
|
7187
7187
|
/**
|
|
7188
7188
|
* The ID of the associated *Compac Sizer Outlet Product Change*
|
|
7189
7189
|
*/
|
|
@@ -7204,7 +7204,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
7204
7204
|
/**
|
|
7205
7205
|
* The Type ID configured on the Outlet. Only applies when the *type* is *Dynamic*
|
|
7206
7206
|
*/
|
|
7207
|
-
typeId: string;
|
|
7207
|
+
typeId: string | null;
|
|
7208
7208
|
};
|
|
7209
7209
|
/**
|
|
7210
7210
|
* A **OutletTypeChange** Type
|
|
@@ -7221,7 +7221,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/CompacSizerPackrun
|
|
|
7221
7221
|
/**
|
|
7222
7222
|
* The new Dynamic Type ID that has been configured for the Outlet
|
|
7223
7223
|
*/
|
|
7224
|
-
typeId: string;
|
|
7224
|
+
typeId: string | null;
|
|
7225
7225
|
};
|
|
7226
7226
|
}
|
|
7227
7227
|
import CompacSizerPackrunSummaryModel from "@ricado/api-client/Models/Packhouse/Site/CompacSizerPackrunSummaryModel";
|
|
@@ -7340,7 +7340,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/DowntimeEventContr
|
|
|
7340
7340
|
* @param {DowntimeEventController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
7341
7341
|
* @return {Promise<DowntimeEventModel[]>}
|
|
7342
7342
|
*/
|
|
7343
|
-
static getAll(siteId: number, queryParameters?: DowntimeEventController.GetAllQueryParameters): Promise<DowntimeEventModel[]>;
|
|
7343
|
+
static getAll(siteId: number, queryParameters?: DowntimeEventController.GetAllQueryParameters | undefined): Promise<DowntimeEventModel[]>;
|
|
7344
7344
|
/**
|
|
7345
7345
|
* Create a Downtime Event [POST /packhouse/sites/{siteId}/downtime-events]
|
|
7346
7346
|
*
|
|
@@ -7368,11 +7368,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/DowntimeEventContr
|
|
|
7368
7368
|
/**
|
|
7369
7369
|
* The Reason Category for this Downtime Event
|
|
7370
7370
|
*/
|
|
7371
|
-
reasonCategory?: string;
|
|
7371
|
+
reasonCategory?: string | null;
|
|
7372
7372
|
/**
|
|
7373
7373
|
* The Reason Tag for this Downtime Event
|
|
7374
7374
|
*/
|
|
7375
|
-
reasonTag?: string;
|
|
7375
|
+
reasonTag?: string | null;
|
|
7376
7376
|
/**
|
|
7377
7377
|
* The Source which Created this Downtime Event
|
|
7378
7378
|
*/
|
|
@@ -7437,23 +7437,23 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/DowntimeEventContr
|
|
|
7437
7437
|
/**
|
|
7438
7438
|
* When this Downtime Event Ended
|
|
7439
7439
|
*/
|
|
7440
|
-
endTimestamp?: Date;
|
|
7440
|
+
endTimestamp?: Date | null;
|
|
7441
7441
|
/**
|
|
7442
7442
|
* The Reason Category for this Downtime Event
|
|
7443
7443
|
*/
|
|
7444
|
-
reasonCategory?: string;
|
|
7444
|
+
reasonCategory?: string | null;
|
|
7445
7445
|
/**
|
|
7446
7446
|
* The Reason Tag for this Downtime Event
|
|
7447
7447
|
*/
|
|
7448
|
-
reasonTag?: string;
|
|
7448
|
+
reasonTag?: string | null;
|
|
7449
7449
|
/**
|
|
7450
7450
|
* An Optional Summary of the Action taken to Remedy this Downtime Event
|
|
7451
7451
|
*/
|
|
7452
|
-
remedyAction?: string;
|
|
7452
|
+
remedyAction?: string | null;
|
|
7453
7453
|
/**
|
|
7454
7454
|
* An Optional Rating between 1 and 10 on how likely this Downtime Event could have been Avoided
|
|
7455
7455
|
*/
|
|
7456
|
-
avoidableRating?: number;
|
|
7456
|
+
avoidableRating?: number | null;
|
|
7457
7457
|
/**
|
|
7458
7458
|
* The Source which Created this Downtime Event
|
|
7459
7459
|
*/
|
|
@@ -7482,23 +7482,23 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/DowntimeEventContr
|
|
|
7482
7482
|
/**
|
|
7483
7483
|
* When this Downtime Event Ended
|
|
7484
7484
|
*/
|
|
7485
|
-
endTimestamp?: Date;
|
|
7485
|
+
endTimestamp?: Date | null;
|
|
7486
7486
|
/**
|
|
7487
7487
|
* The Reason Category for this Downtime Event
|
|
7488
7488
|
*/
|
|
7489
|
-
reasonCategory?: string;
|
|
7489
|
+
reasonCategory?: string | null;
|
|
7490
7490
|
/**
|
|
7491
7491
|
* The Reason Tag for this Downtime Event
|
|
7492
7492
|
*/
|
|
7493
|
-
reasonTag?: string;
|
|
7493
|
+
reasonTag?: string | null;
|
|
7494
7494
|
/**
|
|
7495
7495
|
* An Optional Summary of the Action taken to Remedy this Downtime Event
|
|
7496
7496
|
*/
|
|
7497
|
-
remedyAction?: string;
|
|
7497
|
+
remedyAction?: string | null;
|
|
7498
7498
|
/**
|
|
7499
7499
|
* An Optional Rating between 1 and 10 on how likely this Downtime Event could have been Avoided
|
|
7500
7500
|
*/
|
|
7501
|
-
avoidableRating?: number;
|
|
7501
|
+
avoidableRating?: number | null;
|
|
7502
7502
|
/**
|
|
7503
7503
|
* The Source which Created this Downtime Event
|
|
7504
7504
|
*/
|
|
@@ -7519,15 +7519,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/DowntimeEventContr
|
|
|
7519
7519
|
/**
|
|
7520
7520
|
* The Content of the Comment
|
|
7521
7521
|
*/
|
|
7522
|
-
content: string;
|
|
7522
|
+
content: string | null;
|
|
7523
7523
|
/**
|
|
7524
7524
|
* When the Comment was Created
|
|
7525
7525
|
*/
|
|
7526
|
-
createdTimestamp: Date;
|
|
7526
|
+
createdTimestamp: Date | null;
|
|
7527
7527
|
/**
|
|
7528
7528
|
* When the Comment was last Updated
|
|
7529
7529
|
*/
|
|
7530
|
-
updatedTimestamp: Date;
|
|
7530
|
+
updatedTimestamp: Date | null;
|
|
7531
7531
|
};
|
|
7532
7532
|
}
|
|
7533
7533
|
import DowntimeEventModel from "@ricado/api-client/Models/Packhouse/Site/DowntimeEventModel";
|
|
@@ -7646,7 +7646,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/FreshPackPackrunSu
|
|
|
7646
7646
|
* @param {FreshPackPackrunSummaryController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
7647
7647
|
* @return {Promise<FreshPackPackrunSummaryModel[]>}
|
|
7648
7648
|
*/
|
|
7649
|
-
static getAll(siteId: number, queryParameters?: FreshPackPackrunSummaryController.GetAllQueryParameters): Promise<FreshPackPackrunSummaryModel[]>;
|
|
7649
|
+
static getAll(siteId: number, queryParameters?: FreshPackPackrunSummaryController.GetAllQueryParameters | undefined): Promise<FreshPackPackrunSummaryModel[]>;
|
|
7650
7650
|
/**
|
|
7651
7651
|
* Create a FreshPack Packrun Summary [POST /packhouse/sites/{siteId}/freshpack-packrun-summaries]
|
|
7652
7652
|
*
|
|
@@ -7674,7 +7674,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/FreshPackPackrunSu
|
|
|
7674
7674
|
/**
|
|
7675
7675
|
* The Time Batch this Summary is associated with
|
|
7676
7676
|
*/
|
|
7677
|
-
timeBatchId?: string;
|
|
7677
|
+
timeBatchId?: string | null;
|
|
7678
7678
|
/**
|
|
7679
7679
|
* Filter by the Timestamp when this FreshPack Packrun Summary was Created. Results Greater than or Equal to Timestamp
|
|
7680
7680
|
*/
|
|
@@ -7703,7 +7703,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/FreshPackPackrunSu
|
|
|
7703
7703
|
/**
|
|
7704
7704
|
* The Time Batch this Summary is associated with
|
|
7705
7705
|
*/
|
|
7706
|
-
timeBatchId?: string;
|
|
7706
|
+
timeBatchId?: string | null;
|
|
7707
7707
|
/**
|
|
7708
7708
|
* An Array of Tray Summary Data Objects for all Sizes and Class Types
|
|
7709
7709
|
*/
|
|
@@ -7724,7 +7724,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/FreshPackPackrunSu
|
|
|
7724
7724
|
/**
|
|
7725
7725
|
* The Time Batch this Summary is associated with
|
|
7726
7726
|
*/
|
|
7727
|
-
timeBatchId?: string;
|
|
7727
|
+
timeBatchId?: string | null;
|
|
7728
7728
|
/**
|
|
7729
7729
|
* An Array of Tray Summary Data Objects for all Sizes and Class Types
|
|
7730
7730
|
*/
|
|
@@ -7741,15 +7741,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/FreshPackPackrunSu
|
|
|
7741
7741
|
/**
|
|
7742
7742
|
* The Content of the Comment
|
|
7743
7743
|
*/
|
|
7744
|
-
content: string;
|
|
7744
|
+
content: string | null;
|
|
7745
7745
|
/**
|
|
7746
7746
|
* When the Comment was Created
|
|
7747
7747
|
*/
|
|
7748
|
-
createdTimestamp: Date;
|
|
7748
|
+
createdTimestamp: Date | null;
|
|
7749
7749
|
/**
|
|
7750
7750
|
* When the Comment was last Updated
|
|
7751
7751
|
*/
|
|
7752
|
-
updatedTimestamp: Date;
|
|
7752
|
+
updatedTimestamp: Date | null;
|
|
7753
7753
|
};
|
|
7754
7754
|
}
|
|
7755
7755
|
import FreshPackPackrunSummaryModel from "@ricado/api-client/Models/Packhouse/Site/FreshPackPackrunSummaryModel";
|
|
@@ -7868,7 +7868,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/FreshQualityPackru
|
|
|
7868
7868
|
* @param {FreshQualityPackrunSummaryController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
7869
7869
|
* @return {Promise<FreshQualityPackrunSummaryModel[]>}
|
|
7870
7870
|
*/
|
|
7871
|
-
static getAll(siteId: number, queryParameters?: FreshQualityPackrunSummaryController.GetAllQueryParameters): Promise<FreshQualityPackrunSummaryModel[]>;
|
|
7871
|
+
static getAll(siteId: number, queryParameters?: FreshQualityPackrunSummaryController.GetAllQueryParameters | undefined): Promise<FreshQualityPackrunSummaryModel[]>;
|
|
7872
7872
|
/**
|
|
7873
7873
|
* Create a FreshQuality Packrun Summary [POST /packhouse/sites/{siteId}/freshquality-packrun-summaries]
|
|
7874
7874
|
*
|
|
@@ -7896,7 +7896,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/FreshQualityPackru
|
|
|
7896
7896
|
/**
|
|
7897
7897
|
* The Time Batch this Summary is associated with
|
|
7898
7898
|
*/
|
|
7899
|
-
timeBatchId?: string;
|
|
7899
|
+
timeBatchId?: string | null;
|
|
7900
7900
|
/**
|
|
7901
7901
|
* Filter by the Timestamp when this FreshQuality Packrun Summary was Created. Results Greater than or Equal to Timestamp
|
|
7902
7902
|
*/
|
|
@@ -7925,7 +7925,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/FreshQualityPackru
|
|
|
7925
7925
|
/**
|
|
7926
7926
|
* The Time Batch this Summary is associated with
|
|
7927
7927
|
*/
|
|
7928
|
-
timeBatchId?: string;
|
|
7928
|
+
timeBatchId?: string | null;
|
|
7929
7929
|
/**
|
|
7930
7930
|
* An Array of Class 1 R600 Samples
|
|
7931
7931
|
*/
|
|
@@ -7954,7 +7954,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/FreshQualityPackru
|
|
|
7954
7954
|
/**
|
|
7955
7955
|
* The Time Batch this Summary is associated with
|
|
7956
7956
|
*/
|
|
7957
|
-
timeBatchId?: string;
|
|
7957
|
+
timeBatchId?: string | null;
|
|
7958
7958
|
/**
|
|
7959
7959
|
* An Array of Class 1 R600 Samples
|
|
7960
7960
|
*/
|
|
@@ -7979,15 +7979,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/FreshQualityPackru
|
|
|
7979
7979
|
/**
|
|
7980
7980
|
* The Content of the Comment
|
|
7981
7981
|
*/
|
|
7982
|
-
content: string;
|
|
7982
|
+
content: string | null;
|
|
7983
7983
|
/**
|
|
7984
7984
|
* When the Comment was Created
|
|
7985
7985
|
*/
|
|
7986
|
-
createdTimestamp: Date;
|
|
7986
|
+
createdTimestamp: Date | null;
|
|
7987
7987
|
/**
|
|
7988
7988
|
* When the Comment was last Updated
|
|
7989
7989
|
*/
|
|
7990
|
-
updatedTimestamp: Date;
|
|
7990
|
+
updatedTimestamp: Date | null;
|
|
7991
7991
|
};
|
|
7992
7992
|
/**
|
|
7993
7993
|
* A **SampleDefect** Type
|
|
@@ -8117,7 +8117,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/GrowingMethodContr
|
|
|
8117
8117
|
* @param {GrowingMethodController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
8118
8118
|
* @return {Promise<GrowingMethodModel[]>}
|
|
8119
8119
|
*/
|
|
8120
|
-
static getAll(siteId: number, queryParameters?: GrowingMethodController.GetAllQueryParameters): Promise<GrowingMethodModel[]>;
|
|
8120
|
+
static getAll(siteId: number, queryParameters?: GrowingMethodController.GetAllQueryParameters | undefined): Promise<GrowingMethodModel[]>;
|
|
8121
8121
|
/**
|
|
8122
8122
|
* Create a Growing Method [POST /packhouse/sites/{siteId}/growing-methods]
|
|
8123
8123
|
*
|
|
@@ -8225,7 +8225,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackTypeController
|
|
|
8225
8225
|
* @param {PackTypeController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
8226
8226
|
* @return {Promise<PackTypeModel[]>}
|
|
8227
8227
|
*/
|
|
8228
|
-
static getAll(siteId: number, queryParameters?: PackTypeController.GetAllQueryParameters): Promise<PackTypeModel[]>;
|
|
8228
|
+
static getAll(siteId: number, queryParameters?: PackTypeController.GetAllQueryParameters | undefined): Promise<PackTypeModel[]>;
|
|
8229
8229
|
/**
|
|
8230
8230
|
* Create a Pack Type [POST /packhouse/sites/{siteId}/pack-types]
|
|
8231
8231
|
*
|
|
@@ -8362,7 +8362,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackingLineControl
|
|
|
8362
8362
|
* @param {PackingLineController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
8363
8363
|
* @return {Promise<PackingLineModel[]>}
|
|
8364
8364
|
*/
|
|
8365
|
-
static getAll(siteId: number, queryParameters?: PackingLineController.GetAllQueryParameters): Promise<PackingLineModel[]>;
|
|
8365
|
+
static getAll(siteId: number, queryParameters?: PackingLineController.GetAllQueryParameters | undefined): Promise<PackingLineModel[]>;
|
|
8366
8366
|
/**
|
|
8367
8367
|
* Create a Packing Line [POST /packhouse/sites/{siteId}/packing-lines]
|
|
8368
8368
|
*
|
|
@@ -8382,7 +8382,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackingLineControl
|
|
|
8382
8382
|
/**
|
|
8383
8383
|
* The RTU this Packing Line belongs to
|
|
8384
8384
|
*/
|
|
8385
|
-
rtuId?: number;
|
|
8385
|
+
rtuId?: number | null;
|
|
8386
8386
|
/**
|
|
8387
8387
|
* The Packing Line Name
|
|
8388
8388
|
*/
|
|
@@ -8395,7 +8395,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackingLineControl
|
|
|
8395
8395
|
/**
|
|
8396
8396
|
* The RTU this Packing Line belongs to
|
|
8397
8397
|
*/
|
|
8398
|
-
rtuId?: number;
|
|
8398
|
+
rtuId?: number | null;
|
|
8399
8399
|
/**
|
|
8400
8400
|
* The Packing Line Name
|
|
8401
8401
|
*/
|
|
@@ -8435,7 +8435,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackingLineControl
|
|
|
8435
8435
|
/**
|
|
8436
8436
|
* The Optional Shift Management Object for this Packing Line
|
|
8437
8437
|
*/
|
|
8438
|
-
shiftManagement?: ShiftManagement;
|
|
8438
|
+
shiftManagement?: ShiftManagement | null;
|
|
8439
8439
|
/**
|
|
8440
8440
|
* The FreshPack Integration Configuration for this Packing Line
|
|
8441
8441
|
*/
|
|
@@ -8488,7 +8488,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackingLineControl
|
|
|
8488
8488
|
/**
|
|
8489
8489
|
* The Optional Shift Management Object for this Packing Line
|
|
8490
8490
|
*/
|
|
8491
|
-
shiftManagement?: ShiftManagement;
|
|
8491
|
+
shiftManagement?: ShiftManagement | null;
|
|
8492
8492
|
/**
|
|
8493
8493
|
* The FreshPack Integration Configuration for this Packing Line
|
|
8494
8494
|
*/
|
|
@@ -8736,7 +8736,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
8736
8736
|
* @param {PackrunController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
8737
8737
|
* @return {Promise<PackrunModel[]>}
|
|
8738
8738
|
*/
|
|
8739
|
-
static getAll(siteId: number, queryParameters?: PackrunController.GetAllQueryParameters): Promise<PackrunModel[]>;
|
|
8739
|
+
static getAll(siteId: number, queryParameters?: PackrunController.GetAllQueryParameters | undefined): Promise<PackrunModel[]>;
|
|
8740
8740
|
/**
|
|
8741
8741
|
* Create a Packrun [POST /packhouse/sites/{siteId}/packruns]
|
|
8742
8742
|
*
|
|
@@ -8780,15 +8780,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
8780
8780
|
/**
|
|
8781
8781
|
* The Growing Method for this Packrun
|
|
8782
8782
|
*/
|
|
8783
|
-
growingMethodId?: string;
|
|
8783
|
+
growingMethodId?: string | null;
|
|
8784
8784
|
/**
|
|
8785
8785
|
* The FreshPack Grader ID associated with this Packrun
|
|
8786
8786
|
*/
|
|
8787
|
-
freshPackGraderId?: number;
|
|
8787
|
+
freshPackGraderId?: number | null;
|
|
8788
8788
|
/**
|
|
8789
8789
|
* The FreshPack Bin Lot Code associated with this Packrun
|
|
8790
8790
|
*/
|
|
8791
|
-
freshPackBinLotCode?: string;
|
|
8791
|
+
freshPackBinLotCode?: string | null;
|
|
8792
8792
|
/**
|
|
8793
8793
|
* Filter by the Timestamp when this Packrun was Created. Results Greater than or Equal to Timestamp
|
|
8794
8794
|
*/
|
|
@@ -8845,11 +8845,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
8845
8845
|
/**
|
|
8846
8846
|
* When this Packrun was Started
|
|
8847
8847
|
*/
|
|
8848
|
-
startTimestamp?: Date;
|
|
8848
|
+
startTimestamp?: Date | null;
|
|
8849
8849
|
/**
|
|
8850
8850
|
* When this Packrun was Finished
|
|
8851
8851
|
*/
|
|
8852
|
-
finishTimestamp?: Date;
|
|
8852
|
+
finishTimestamp?: Date | null;
|
|
8853
8853
|
/**
|
|
8854
8854
|
* The Variety for this Packrun
|
|
8855
8855
|
*/
|
|
@@ -8857,7 +8857,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
8857
8857
|
/**
|
|
8858
8858
|
* The Growing Method for this Packrun
|
|
8859
8859
|
*/
|
|
8860
|
-
growingMethodId?: string;
|
|
8860
|
+
growingMethodId?: string | null;
|
|
8861
8861
|
/**
|
|
8862
8862
|
* The Number of Allocated Bins for this Packrun
|
|
8863
8863
|
*/
|
|
@@ -8869,15 +8869,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
8869
8869
|
/**
|
|
8870
8870
|
* The FreshPack Grader ID associated with this Packrun
|
|
8871
8871
|
*/
|
|
8872
|
-
freshPackGraderId?: number;
|
|
8872
|
+
freshPackGraderId?: number | null;
|
|
8873
8873
|
/**
|
|
8874
8874
|
* The FreshPack Bin Lot Code associated with this Packrun
|
|
8875
8875
|
*/
|
|
8876
|
-
freshPackBinLotCode?: string;
|
|
8876
|
+
freshPackBinLotCode?: string | null;
|
|
8877
8877
|
/**
|
|
8878
8878
|
* The FreshPack Produce Code associated with this Packrun
|
|
8879
8879
|
*/
|
|
8880
|
-
freshPackProduceCode?: string;
|
|
8880
|
+
freshPackProduceCode?: string | null;
|
|
8881
8881
|
};
|
|
8882
8882
|
/**
|
|
8883
8883
|
* The Update Data for a Packrun
|
|
@@ -8906,11 +8906,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
8906
8906
|
/**
|
|
8907
8907
|
* When this Packrun was Started
|
|
8908
8908
|
*/
|
|
8909
|
-
startTimestamp?: Date;
|
|
8909
|
+
startTimestamp?: Date | null;
|
|
8910
8910
|
/**
|
|
8911
8911
|
* When this Packrun was Finished
|
|
8912
8912
|
*/
|
|
8913
|
-
finishTimestamp?: Date;
|
|
8913
|
+
finishTimestamp?: Date | null;
|
|
8914
8914
|
/**
|
|
8915
8915
|
* The Variety for this Packrun
|
|
8916
8916
|
*/
|
|
@@ -8918,7 +8918,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
8918
8918
|
/**
|
|
8919
8919
|
* The Growing Method for this Packrun
|
|
8920
8920
|
*/
|
|
8921
|
-
growingMethodId?: string;
|
|
8921
|
+
growingMethodId?: string | null;
|
|
8922
8922
|
/**
|
|
8923
8923
|
* The Number of Allocated Bins for this Packrun
|
|
8924
8924
|
*/
|
|
@@ -8930,15 +8930,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
8930
8930
|
/**
|
|
8931
8931
|
* The FreshPack Grader ID associated with this Packrun
|
|
8932
8932
|
*/
|
|
8933
|
-
freshPackGraderId?: number;
|
|
8933
|
+
freshPackGraderId?: number | null;
|
|
8934
8934
|
/**
|
|
8935
8935
|
* The FreshPack Bin Lot Code associated with this Packrun
|
|
8936
8936
|
*/
|
|
8937
|
-
freshPackBinLotCode?: string;
|
|
8937
|
+
freshPackBinLotCode?: string | null;
|
|
8938
8938
|
/**
|
|
8939
8939
|
* The FreshPack Produce Code associated with this Packrun
|
|
8940
8940
|
*/
|
|
8941
|
-
freshPackProduceCode?: string;
|
|
8941
|
+
freshPackProduceCode?: string | null;
|
|
8942
8942
|
};
|
|
8943
8943
|
/**
|
|
8944
8944
|
* A **CommentItem** Type
|
|
@@ -8951,15 +8951,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
8951
8951
|
/**
|
|
8952
8952
|
* The Content of the Comment
|
|
8953
8953
|
*/
|
|
8954
|
-
content: string;
|
|
8954
|
+
content: string | null;
|
|
8955
8955
|
/**
|
|
8956
8956
|
* When the Comment was Created
|
|
8957
8957
|
*/
|
|
8958
|
-
createdTimestamp: Date;
|
|
8958
|
+
createdTimestamp: Date | null;
|
|
8959
8959
|
/**
|
|
8960
8960
|
* When the Comment was last Updated
|
|
8961
8961
|
*/
|
|
8962
|
-
updatedTimestamp: Date;
|
|
8962
|
+
updatedTimestamp: Date | null;
|
|
8963
8963
|
};
|
|
8964
8964
|
/**
|
|
8965
8965
|
* A **TimeBatchItem** Type
|
|
@@ -9122,15 +9122,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
9122
9122
|
/**
|
|
9123
9123
|
* The Maturity Area
|
|
9124
9124
|
*/
|
|
9125
|
-
maturityArea: string;
|
|
9125
|
+
maturityArea: string | null;
|
|
9126
9126
|
/**
|
|
9127
9127
|
* When the Packrun was Started
|
|
9128
9128
|
*/
|
|
9129
|
-
startTimestamp: Date;
|
|
9129
|
+
startTimestamp: Date | null;
|
|
9130
9130
|
/**
|
|
9131
9131
|
* When the Packrun was Finished
|
|
9132
9132
|
*/
|
|
9133
|
-
finishTimestamp: Date;
|
|
9133
|
+
finishTimestamp: Date | null;
|
|
9134
9134
|
/**
|
|
9135
9135
|
* The Number of Bins Allocated for the Packrun
|
|
9136
9136
|
*/
|
|
@@ -9154,7 +9154,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
9154
9154
|
/**
|
|
9155
9155
|
* The Packing Line Name
|
|
9156
9156
|
*/
|
|
9157
|
-
packingLineName: string;
|
|
9157
|
+
packingLineName: string | null;
|
|
9158
9158
|
/**
|
|
9159
9159
|
* An Array of Class Types for the Packing Line
|
|
9160
9160
|
*/
|
|
@@ -9236,11 +9236,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
9236
9236
|
/**
|
|
9237
9237
|
* When the Packrun was Started
|
|
9238
9238
|
*/
|
|
9239
|
-
startTimestamp: Date;
|
|
9239
|
+
startTimestamp: Date | null;
|
|
9240
9240
|
/**
|
|
9241
9241
|
* When the Packrun was Finished
|
|
9242
9242
|
*/
|
|
9243
|
-
finishTimestamp: Date;
|
|
9243
|
+
finishTimestamp: Date | null;
|
|
9244
9244
|
/**
|
|
9245
9245
|
* The Packing Line ID
|
|
9246
9246
|
*/
|
|
@@ -9248,7 +9248,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
9248
9248
|
/**
|
|
9249
9249
|
* The Packing Line Name
|
|
9250
9250
|
*/
|
|
9251
|
-
packingLineName: string;
|
|
9251
|
+
packingLineName: string | null;
|
|
9252
9252
|
/**
|
|
9253
9253
|
* The Grower Name
|
|
9254
9254
|
*/
|
|
@@ -9260,7 +9260,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
9260
9260
|
/**
|
|
9261
9261
|
* The Maturity Area
|
|
9262
9262
|
*/
|
|
9263
|
-
maturityArea: string;
|
|
9263
|
+
maturityArea: string | null;
|
|
9264
9264
|
/**
|
|
9265
9265
|
* The Number of Bins Allocated for the Packrun
|
|
9266
9266
|
*/
|
|
@@ -9296,11 +9296,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/PackrunController'
|
|
|
9296
9296
|
/**
|
|
9297
9297
|
* Whether the Soft-Sort Events Data is considered accurate or not
|
|
9298
9298
|
*/
|
|
9299
|
-
softSortEventsIsAccurate: boolean;
|
|
9299
|
+
softSortEventsIsAccurate: boolean | null;
|
|
9300
9300
|
/**
|
|
9301
9301
|
* A Reason for why the Soft-Sort Events Data is not accurate. Applies when `softSortEventsIsAccurate` is false
|
|
9302
9302
|
*/
|
|
9303
|
-
softSortEventsNotAccurateReason: string;
|
|
9303
|
+
softSortEventsNotAccurateReason: string | null;
|
|
9304
9304
|
};
|
|
9305
9305
|
}
|
|
9306
9306
|
import PackrunModel from "@ricado/api-client/Models/Packhouse/Site/PackrunModel";
|
|
@@ -9419,7 +9419,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinControlle
|
|
|
9419
9419
|
* @param {RejectBinController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
9420
9420
|
* @return {Promise<RejectBinModel[]>}
|
|
9421
9421
|
*/
|
|
9422
|
-
static getAll(siteId: number, queryParameters?: RejectBinController.GetAllQueryParameters): Promise<RejectBinModel[]>;
|
|
9422
|
+
static getAll(siteId: number, queryParameters?: RejectBinController.GetAllQueryParameters | undefined): Promise<RejectBinModel[]>;
|
|
9423
9423
|
/**
|
|
9424
9424
|
* Create a Reject Bin [POST /packhouse/sites/{siteId}/reject-bins]
|
|
9425
9425
|
*
|
|
@@ -9480,11 +9480,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinControlle
|
|
|
9480
9480
|
/**
|
|
9481
9481
|
* The Tare Weight Captured by the Reject Bin Scale
|
|
9482
9482
|
*/
|
|
9483
|
-
tareWeight?: number;
|
|
9483
|
+
tareWeight?: number | null;
|
|
9484
9484
|
/**
|
|
9485
9485
|
* When this Reject Bin was Finalized (No new Weights)
|
|
9486
9486
|
*/
|
|
9487
|
-
finalizedTimestamp?: Date;
|
|
9487
|
+
finalizedTimestamp?: Date | null;
|
|
9488
9488
|
/**
|
|
9489
9489
|
* The Multi-Grower Bins that will be submitted to FreshPack
|
|
9490
9490
|
*/
|
|
@@ -9509,11 +9509,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinControlle
|
|
|
9509
9509
|
/**
|
|
9510
9510
|
* The Tare Weight Captured by the Reject Bin Scale
|
|
9511
9511
|
*/
|
|
9512
|
-
tareWeight?: number;
|
|
9512
|
+
tareWeight?: number | null;
|
|
9513
9513
|
/**
|
|
9514
9514
|
* When this Reject Bin was Finalized (No new Weights)
|
|
9515
9515
|
*/
|
|
9516
|
-
finalizedTimestamp?: Date;
|
|
9516
|
+
finalizedTimestamp?: Date | null;
|
|
9517
9517
|
/**
|
|
9518
9518
|
* The Multi-Grower Bins that will be submitted to FreshPack
|
|
9519
9519
|
*/
|
|
@@ -9530,15 +9530,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinControlle
|
|
|
9530
9530
|
/**
|
|
9531
9531
|
* The Content of the Comment
|
|
9532
9532
|
*/
|
|
9533
|
-
content: string;
|
|
9533
|
+
content: string | null;
|
|
9534
9534
|
/**
|
|
9535
9535
|
* When the Comment was Created
|
|
9536
9536
|
*/
|
|
9537
|
-
createdTimestamp: Date;
|
|
9537
|
+
createdTimestamp: Date | null;
|
|
9538
9538
|
/**
|
|
9539
9539
|
* When the Comment was last Updated
|
|
9540
9540
|
*/
|
|
9541
|
-
updatedTimestamp: Date;
|
|
9541
|
+
updatedTimestamp: Date | null;
|
|
9542
9542
|
};
|
|
9543
9543
|
}
|
|
9544
9544
|
import RejectBinModel from "@ricado/api-client/Models/Packhouse/Site/RejectBinModel";
|
|
@@ -9592,7 +9592,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinScaleCont
|
|
|
9592
9592
|
* @param {RejectBinScaleController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
9593
9593
|
* @return {Promise<RejectBinScaleModel[]>}
|
|
9594
9594
|
*/
|
|
9595
|
-
static getAll(siteId: number, queryParameters?: RejectBinScaleController.GetAllQueryParameters): Promise<RejectBinScaleModel[]>;
|
|
9595
|
+
static getAll(siteId: number, queryParameters?: RejectBinScaleController.GetAllQueryParameters | undefined): Promise<RejectBinScaleModel[]>;
|
|
9596
9596
|
/**
|
|
9597
9597
|
* Create a Reject Bin Scale [POST /packhouse/sites/{siteId}/reject-bin-scales]
|
|
9598
9598
|
*
|
|
@@ -9612,7 +9612,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinScaleCont
|
|
|
9612
9612
|
/**
|
|
9613
9613
|
* The RTU this Reject Bin Scale belongs to
|
|
9614
9614
|
*/
|
|
9615
|
-
rtuId?: number;
|
|
9615
|
+
rtuId?: number | null;
|
|
9616
9616
|
/**
|
|
9617
9617
|
* The Name of this Reject Bin Scale
|
|
9618
9618
|
*/
|
|
@@ -9624,11 +9624,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinScaleCont
|
|
|
9624
9624
|
/**
|
|
9625
9625
|
* The Permanent Object that provides the Next Packrun for this Reject Bin Scale
|
|
9626
9626
|
*/
|
|
9627
|
-
packrunSourceId?: string;
|
|
9627
|
+
packrunSourceId?: string | null;
|
|
9628
9628
|
/**
|
|
9629
9629
|
* The Packrun Group this Reject Bin Scale is a part of
|
|
9630
9630
|
*/
|
|
9631
|
-
packrunGroup?: number;
|
|
9631
|
+
packrunGroup?: number | null;
|
|
9632
9632
|
};
|
|
9633
9633
|
/**
|
|
9634
9634
|
* The Create Data for a Reject Bin Scale
|
|
@@ -9637,7 +9637,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinScaleCont
|
|
|
9637
9637
|
/**
|
|
9638
9638
|
* The RTU this Reject Bin Scale belongs to
|
|
9639
9639
|
*/
|
|
9640
|
-
rtuId?: number;
|
|
9640
|
+
rtuId?: number | null;
|
|
9641
9641
|
/**
|
|
9642
9642
|
* The Name of this Reject Bin Scale
|
|
9643
9643
|
*/
|
|
@@ -9653,11 +9653,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinScaleCont
|
|
|
9653
9653
|
/**
|
|
9654
9654
|
* The Permanent Object that provides the Next Packrun for this Reject Bin Scale
|
|
9655
9655
|
*/
|
|
9656
|
-
packrunSourceId?: string;
|
|
9656
|
+
packrunSourceId?: string | null;
|
|
9657
9657
|
/**
|
|
9658
9658
|
* The Packrun Group this Reject Bin Scale is a part of
|
|
9659
9659
|
*/
|
|
9660
|
-
packrunGroup?: number;
|
|
9660
|
+
packrunGroup?: number | null;
|
|
9661
9661
|
/**
|
|
9662
9662
|
* An Array of Sources that deliver Fruit to this Reject Bin Scale
|
|
9663
9663
|
*/
|
|
@@ -9666,52 +9666,52 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinScaleCont
|
|
|
9666
9666
|
* The Auto Packrun Change Configuration for this Reject Bin Scale
|
|
9667
9667
|
*/
|
|
9668
9668
|
autoPackrunChange?: {
|
|
9669
|
-
delay: number;
|
|
9670
|
-
};
|
|
9669
|
+
delay: number | null;
|
|
9670
|
+
} | null;
|
|
9671
9671
|
/**
|
|
9672
9672
|
* Whether this Reject Bin Scale supports Live Weighing
|
|
9673
9673
|
*/
|
|
9674
|
-
supportsLiveWeighing?: boolean;
|
|
9674
|
+
supportsLiveWeighing?: boolean | null;
|
|
9675
9675
|
/**
|
|
9676
9676
|
* The Minimum Weight Change Required to Automatically Start Live Weighing
|
|
9677
9677
|
*/
|
|
9678
|
-
autoWeighingStartThreshold?: number;
|
|
9678
|
+
autoWeighingStartThreshold?: number | null;
|
|
9679
9679
|
/**
|
|
9680
9680
|
* The Delay in Milliseconds before Auto Live Weighing would Start
|
|
9681
9681
|
*/
|
|
9682
|
-
autoWeighingStartDelay?: number;
|
|
9682
|
+
autoWeighingStartDelay?: number | null;
|
|
9683
9683
|
/**
|
|
9684
9684
|
* The Minimum Weight Change Required to Automatically Finish Live Weighing
|
|
9685
9685
|
*/
|
|
9686
|
-
autoWeighingFinishThreshold?: number;
|
|
9686
|
+
autoWeighingFinishThreshold?: number | null;
|
|
9687
9687
|
/**
|
|
9688
9688
|
* The Delay in Milliseconds before Auto Live Weighing would Finish
|
|
9689
9689
|
*/
|
|
9690
|
-
autoWeighingFinishDelay?: number;
|
|
9690
|
+
autoWeighingFinishDelay?: number | null;
|
|
9691
9691
|
/**
|
|
9692
9692
|
* The Maximum Duration in Milliseconds before a Manual Intervention would end
|
|
9693
9693
|
*/
|
|
9694
|
-
manualInterventionMaximumDuration?: number;
|
|
9694
|
+
manualInterventionMaximumDuration?: number | null;
|
|
9695
9695
|
/**
|
|
9696
9696
|
* The Maximum Weight Increase allowed within a single Live Weighing Update Interval
|
|
9697
9697
|
*/
|
|
9698
|
-
liveWeighingIncreaseTolerance?: number;
|
|
9698
|
+
liveWeighingIncreaseTolerance?: number | null;
|
|
9699
9699
|
/**
|
|
9700
9700
|
* The Maximum Weight Decrease allowed within a single Live Weighing Update Interval
|
|
9701
9701
|
*/
|
|
9702
|
-
liveWeighingDecreaseTolerance?: number;
|
|
9702
|
+
liveWeighingDecreaseTolerance?: number | null;
|
|
9703
9703
|
/**
|
|
9704
9704
|
* The Interval in Milliseconds between Live Weighing Updates
|
|
9705
9705
|
*/
|
|
9706
|
-
liveWeighingUpdateInterval?: number;
|
|
9706
|
+
liveWeighingUpdateInterval?: number | null;
|
|
9707
9707
|
/**
|
|
9708
9708
|
* Whether the Loadcell Stable Status is used to ignore Changes during Live Weighing
|
|
9709
9709
|
*/
|
|
9710
|
-
liveWeighingUsesStableStatus?: boolean;
|
|
9710
|
+
liveWeighingUsesStableStatus?: boolean | null;
|
|
9711
9711
|
/**
|
|
9712
9712
|
* The Maximum Weight Change allowed while Live Weighing before an Incorrect Operation is Logged
|
|
9713
9713
|
*/
|
|
9714
|
-
incorrectOperationTolerance?: number;
|
|
9714
|
+
incorrectOperationTolerance?: number | null;
|
|
9715
9715
|
/**
|
|
9716
9716
|
* The FreshPack Integration Configuration for this Reject Bin Scale
|
|
9717
9717
|
*/
|
|
@@ -9736,11 +9736,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinScaleCont
|
|
|
9736
9736
|
/**
|
|
9737
9737
|
* The Permanent Object that provides the Next Packrun for this Reject Bin Scale
|
|
9738
9738
|
*/
|
|
9739
|
-
packrunSourceId?: string;
|
|
9739
|
+
packrunSourceId?: string | null;
|
|
9740
9740
|
/**
|
|
9741
9741
|
* The Packrun Group this Reject Bin Scale is a part of
|
|
9742
9742
|
*/
|
|
9743
|
-
packrunGroup?: number;
|
|
9743
|
+
packrunGroup?: number | null;
|
|
9744
9744
|
/**
|
|
9745
9745
|
* An Array of Sources that deliver Fruit to this Reject Bin Scale
|
|
9746
9746
|
*/
|
|
@@ -9749,52 +9749,52 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinScaleCont
|
|
|
9749
9749
|
* The Auto Packrun Change Configuration for this Reject Bin Scale
|
|
9750
9750
|
*/
|
|
9751
9751
|
autoPackrunChange?: {
|
|
9752
|
-
delay: number;
|
|
9753
|
-
};
|
|
9752
|
+
delay: number | null;
|
|
9753
|
+
} | null;
|
|
9754
9754
|
/**
|
|
9755
9755
|
* Whether this Reject Bin Scale supports Live Weighing
|
|
9756
9756
|
*/
|
|
9757
|
-
supportsLiveWeighing?: boolean;
|
|
9757
|
+
supportsLiveWeighing?: boolean | null;
|
|
9758
9758
|
/**
|
|
9759
9759
|
* The Minimum Weight Change Required to Automatically Start Live Weighing
|
|
9760
9760
|
*/
|
|
9761
|
-
autoWeighingStartThreshold?: number;
|
|
9761
|
+
autoWeighingStartThreshold?: number | null;
|
|
9762
9762
|
/**
|
|
9763
9763
|
* The Delay in Milliseconds before Auto Live Weighing would Start
|
|
9764
9764
|
*/
|
|
9765
|
-
autoWeighingStartDelay?: number;
|
|
9765
|
+
autoWeighingStartDelay?: number | null;
|
|
9766
9766
|
/**
|
|
9767
9767
|
* The Minimum Weight Change Required to Automatically Finish Live Weighing
|
|
9768
9768
|
*/
|
|
9769
|
-
autoWeighingFinishThreshold?: number;
|
|
9769
|
+
autoWeighingFinishThreshold?: number | null;
|
|
9770
9770
|
/**
|
|
9771
9771
|
* The Delay in Milliseconds before Auto Live Weighing would Finish
|
|
9772
9772
|
*/
|
|
9773
|
-
autoWeighingFinishDelay?: number;
|
|
9773
|
+
autoWeighingFinishDelay?: number | null;
|
|
9774
9774
|
/**
|
|
9775
9775
|
* The Maximum Duration in Milliseconds before a Manual Intervention would end
|
|
9776
9776
|
*/
|
|
9777
|
-
manualInterventionMaximumDuration?: number;
|
|
9777
|
+
manualInterventionMaximumDuration?: number | null;
|
|
9778
9778
|
/**
|
|
9779
9779
|
* The Maximum Weight Increase allowed within a single Live Weighing Update Interval
|
|
9780
9780
|
*/
|
|
9781
|
-
liveWeighingIncreaseTolerance?: number;
|
|
9781
|
+
liveWeighingIncreaseTolerance?: number | null;
|
|
9782
9782
|
/**
|
|
9783
9783
|
* The Maximum Weight Decrease allowed within a single Live Weighing Update Interval
|
|
9784
9784
|
*/
|
|
9785
|
-
liveWeighingDecreaseTolerance?: number;
|
|
9785
|
+
liveWeighingDecreaseTolerance?: number | null;
|
|
9786
9786
|
/**
|
|
9787
9787
|
* The Interval in Milliseconds between Live Weighing Updates
|
|
9788
9788
|
*/
|
|
9789
|
-
liveWeighingUpdateInterval?: number;
|
|
9789
|
+
liveWeighingUpdateInterval?: number | null;
|
|
9790
9790
|
/**
|
|
9791
9791
|
* Whether the Loadcell Stable Status is used to ignore Changes during Live Weighing
|
|
9792
9792
|
*/
|
|
9793
|
-
liveWeighingUsesStableStatus?: boolean;
|
|
9793
|
+
liveWeighingUsesStableStatus?: boolean | null;
|
|
9794
9794
|
/**
|
|
9795
9795
|
* The Maximum Weight Change allowed while Live Weighing before an Incorrect Operation is Logged
|
|
9796
9796
|
*/
|
|
9797
|
-
incorrectOperationTolerance?: number;
|
|
9797
|
+
incorrectOperationTolerance?: number | null;
|
|
9798
9798
|
/**
|
|
9799
9799
|
* The FreshPack Integration Configuration for this Reject Bin Scale
|
|
9800
9800
|
*/
|
|
@@ -9917,7 +9917,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinWeightCon
|
|
|
9917
9917
|
* @param {RejectBinWeightController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
9918
9918
|
* @return {Promise<RejectBinWeightModel[]>}
|
|
9919
9919
|
*/
|
|
9920
|
-
static getAll(siteId: number, queryParameters?: RejectBinWeightController.GetAllQueryParameters): Promise<RejectBinWeightModel[]>;
|
|
9920
|
+
static getAll(siteId: number, queryParameters?: RejectBinWeightController.GetAllQueryParameters | undefined): Promise<RejectBinWeightModel[]>;
|
|
9921
9921
|
/**
|
|
9922
9922
|
* Create a Reject Bin Weight [POST /packhouse/sites/{siteId}/reject-bin-weights]
|
|
9923
9923
|
*
|
|
@@ -9945,7 +9945,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinWeightCon
|
|
|
9945
9945
|
/**
|
|
9946
9946
|
* The Packrun this Reject Weight is associated with
|
|
9947
9947
|
*/
|
|
9948
|
-
packrunId?: string;
|
|
9948
|
+
packrunId?: string | null;
|
|
9949
9949
|
/**
|
|
9950
9950
|
* Filter by the Timestamp when this Reject Bin Weight was Created. Results Greater than or Equal to Timestamp
|
|
9951
9951
|
*/
|
|
@@ -9974,7 +9974,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinWeightCon
|
|
|
9974
9974
|
/**
|
|
9975
9975
|
* The Packrun this Reject Weight is associated with
|
|
9976
9976
|
*/
|
|
9977
|
-
packrunId?: string;
|
|
9977
|
+
packrunId?: string | null;
|
|
9978
9978
|
/**
|
|
9979
9979
|
* The Net Weight Captured by the Reject Bin Scale
|
|
9980
9980
|
*/
|
|
@@ -10003,7 +10003,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinWeightCon
|
|
|
10003
10003
|
/**
|
|
10004
10004
|
* The Packrun this Reject Weight is associated with
|
|
10005
10005
|
*/
|
|
10006
|
-
packrunId?: string;
|
|
10006
|
+
packrunId?: string | null;
|
|
10007
10007
|
/**
|
|
10008
10008
|
* The Net Weight Captured by the Reject Bin Scale
|
|
10009
10009
|
*/
|
|
@@ -10028,15 +10028,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/RejectBinWeightCon
|
|
|
10028
10028
|
/**
|
|
10029
10029
|
* The Content of the Comment
|
|
10030
10030
|
*/
|
|
10031
|
-
content: string;
|
|
10031
|
+
content: string | null;
|
|
10032
10032
|
/**
|
|
10033
10033
|
* When the Comment was Created
|
|
10034
10034
|
*/
|
|
10035
|
-
createdTimestamp: Date;
|
|
10035
|
+
createdTimestamp: Date | null;
|
|
10036
10036
|
/**
|
|
10037
10037
|
* When the Comment was last Updated
|
|
10038
10038
|
*/
|
|
10039
|
-
updatedTimestamp: Date;
|
|
10039
|
+
updatedTimestamp: Date | null;
|
|
10040
10040
|
};
|
|
10041
10041
|
}
|
|
10042
10042
|
import RejectBinWeightModel from "@ricado/api-client/Models/Packhouse/Site/RejectBinWeightModel";
|
|
@@ -10155,7 +10155,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftController' {
|
|
|
10155
10155
|
* @param {ShiftController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
10156
10156
|
* @return {Promise<ShiftModel[]>}
|
|
10157
10157
|
*/
|
|
10158
|
-
static getAll(siteId: number, queryParameters?: ShiftController.GetAllQueryParameters): Promise<ShiftModel[]>;
|
|
10158
|
+
static getAll(siteId: number, queryParameters?: ShiftController.GetAllQueryParameters | undefined): Promise<ShiftModel[]>;
|
|
10159
10159
|
/**
|
|
10160
10160
|
* Create a Shift [POST /packhouse/sites/{siteId}/shifts]
|
|
10161
10161
|
*
|
|
@@ -10183,7 +10183,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftController' {
|
|
|
10183
10183
|
/**
|
|
10184
10184
|
* The Name of the Line Manager for this Shift
|
|
10185
10185
|
*/
|
|
10186
|
-
lineManagerName?: string;
|
|
10186
|
+
lineManagerName?: string | null;
|
|
10187
10187
|
/**
|
|
10188
10188
|
* Filter by the Timestamp when Shifts were Created. Results Greater than or Equal to Timestamp
|
|
10189
10189
|
*/
|
|
@@ -10236,39 +10236,39 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftController' {
|
|
|
10236
10236
|
/**
|
|
10237
10237
|
* The Name of the Line Manager for this Shift
|
|
10238
10238
|
*/
|
|
10239
|
-
lineManagerName?: string;
|
|
10239
|
+
lineManagerName?: string | null;
|
|
10240
10240
|
/**
|
|
10241
10241
|
* The Target Number of Bins to Tip for this Shift
|
|
10242
10242
|
*/
|
|
10243
|
-
binsTippedTarget?: number;
|
|
10243
|
+
binsTippedTarget?: number | null;
|
|
10244
10244
|
/**
|
|
10245
10245
|
* DEPRECATED* The Initial Number of People working in all Areas except Class 2 for this Hour
|
|
10246
10246
|
*/
|
|
10247
|
-
initialClass1Manning?: number;
|
|
10247
|
+
initialClass1Manning?: number | null;
|
|
10248
10248
|
/**
|
|
10249
10249
|
* DEPRECATED* The Initial Number of People working in the Class 2 Area for this Hour
|
|
10250
10250
|
*/
|
|
10251
|
-
initialClass2Manning?: number;
|
|
10251
|
+
initialClass2Manning?: number | null;
|
|
10252
10252
|
/**
|
|
10253
10253
|
* When this Shift was Ready for Packing
|
|
10254
10254
|
*/
|
|
10255
|
-
readyTimestamp?: Date;
|
|
10255
|
+
readyTimestamp?: Date | null;
|
|
10256
10256
|
/**
|
|
10257
10257
|
* When this Shift was Started
|
|
10258
10258
|
*/
|
|
10259
|
-
startTimestamp?: Date;
|
|
10259
|
+
startTimestamp?: Date | null;
|
|
10260
10260
|
/**
|
|
10261
10261
|
* When this Shift was Finished
|
|
10262
10262
|
*/
|
|
10263
|
-
finishTimestamp?: Date;
|
|
10263
|
+
finishTimestamp?: Date | null;
|
|
10264
10264
|
/**
|
|
10265
10265
|
* When this Shift was Published
|
|
10266
10266
|
*/
|
|
10267
|
-
publishTimestamp?: Date;
|
|
10267
|
+
publishTimestamp?: Date | null;
|
|
10268
10268
|
/**
|
|
10269
10269
|
* An Optional Rating between 1 and 10 on how Satisfied the Line Manager was with this Shift
|
|
10270
10270
|
*/
|
|
10271
|
-
satisfactionRating?: number;
|
|
10271
|
+
satisfactionRating?: number | null;
|
|
10272
10272
|
/**
|
|
10273
10273
|
* DEPRECATED* An Optional Array of Handover Notes for this Shift
|
|
10274
10274
|
*/
|
|
@@ -10301,39 +10301,39 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftController' {
|
|
|
10301
10301
|
/**
|
|
10302
10302
|
* The Name of the Line Manager for this Shift
|
|
10303
10303
|
*/
|
|
10304
|
-
lineManagerName?: string;
|
|
10304
|
+
lineManagerName?: string | null;
|
|
10305
10305
|
/**
|
|
10306
10306
|
* The Target Number of Bins to Tip for this Shift
|
|
10307
10307
|
*/
|
|
10308
|
-
binsTippedTarget?: number;
|
|
10308
|
+
binsTippedTarget?: number | null;
|
|
10309
10309
|
/**
|
|
10310
10310
|
* DEPRECATED* The Initial Number of People working in all Areas except Class 2 for this Hour
|
|
10311
10311
|
*/
|
|
10312
|
-
initialClass1Manning?: number;
|
|
10312
|
+
initialClass1Manning?: number | null;
|
|
10313
10313
|
/**
|
|
10314
10314
|
* DEPRECATED* The Initial Number of People working in the Class 2 Area for this Hour
|
|
10315
10315
|
*/
|
|
10316
|
-
initialClass2Manning?: number;
|
|
10316
|
+
initialClass2Manning?: number | null;
|
|
10317
10317
|
/**
|
|
10318
10318
|
* When this Shift was Ready for Packing
|
|
10319
10319
|
*/
|
|
10320
|
-
readyTimestamp?: Date;
|
|
10320
|
+
readyTimestamp?: Date | null;
|
|
10321
10321
|
/**
|
|
10322
10322
|
* When this Shift was Started
|
|
10323
10323
|
*/
|
|
10324
|
-
startTimestamp?: Date;
|
|
10324
|
+
startTimestamp?: Date | null;
|
|
10325
10325
|
/**
|
|
10326
10326
|
* When this Shift was Finished
|
|
10327
10327
|
*/
|
|
10328
|
-
finishTimestamp?: Date;
|
|
10328
|
+
finishTimestamp?: Date | null;
|
|
10329
10329
|
/**
|
|
10330
10330
|
* When this Shift was Published
|
|
10331
10331
|
*/
|
|
10332
|
-
publishTimestamp?: Date;
|
|
10332
|
+
publishTimestamp?: Date | null;
|
|
10333
10333
|
/**
|
|
10334
10334
|
* An Optional Rating between 1 and 10 on how Satisfied the Line Manager was with this Shift
|
|
10335
10335
|
*/
|
|
10336
|
-
satisfactionRating?: number;
|
|
10336
|
+
satisfactionRating?: number | null;
|
|
10337
10337
|
/**
|
|
10338
10338
|
* DEPRECATED* An Optional Array of Handover Notes for this Shift
|
|
10339
10339
|
*/
|
|
@@ -10358,15 +10358,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftController' {
|
|
|
10358
10358
|
/**
|
|
10359
10359
|
* The Content of the Comment
|
|
10360
10360
|
*/
|
|
10361
|
-
content: string;
|
|
10361
|
+
content: string | null;
|
|
10362
10362
|
/**
|
|
10363
10363
|
* When the Comment was Created
|
|
10364
10364
|
*/
|
|
10365
|
-
createdTimestamp: Date;
|
|
10365
|
+
createdTimestamp: Date | null;
|
|
10366
10366
|
/**
|
|
10367
10367
|
* When the Comment was last Updated
|
|
10368
10368
|
*/
|
|
10369
|
-
updatedTimestamp: Date;
|
|
10369
|
+
updatedTimestamp: Date | null;
|
|
10370
10370
|
};
|
|
10371
10371
|
/**
|
|
10372
10372
|
* A **ShiftHandoverNote** Type
|
|
@@ -10545,7 +10545,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftFocusMeetingC
|
|
|
10545
10545
|
* @param {ShiftFocusMeetingController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
10546
10546
|
* @return {Promise<ShiftFocusMeetingModel[]>}
|
|
10547
10547
|
*/
|
|
10548
|
-
static getAll(siteId: number, queryParameters?: ShiftFocusMeetingController.GetAllQueryParameters): Promise<ShiftFocusMeetingModel[]>;
|
|
10548
|
+
static getAll(siteId: number, queryParameters?: ShiftFocusMeetingController.GetAllQueryParameters | undefined): Promise<ShiftFocusMeetingModel[]>;
|
|
10549
10549
|
/**
|
|
10550
10550
|
* Create a Shift Focus Meeting [POST /packhouse/sites/{siteId}/shift-focus-meetings]
|
|
10551
10551
|
*
|
|
@@ -10634,19 +10634,19 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftFocusMeetingC
|
|
|
10634
10634
|
/**
|
|
10635
10635
|
* When this Focus Meeting was Started
|
|
10636
10636
|
*/
|
|
10637
|
-
startTimestamp?: Date;
|
|
10637
|
+
startTimestamp?: Date | null;
|
|
10638
10638
|
/**
|
|
10639
10639
|
* When this Focus Meeting was Completed
|
|
10640
10640
|
*/
|
|
10641
|
-
finishTimestamp?: Date;
|
|
10641
|
+
finishTimestamp?: Date | null;
|
|
10642
10642
|
/**
|
|
10643
10643
|
* An Optional Key Focus until the Next Meeting
|
|
10644
10644
|
*/
|
|
10645
|
-
nextKeyFocus?: string;
|
|
10645
|
+
nextKeyFocus?: string | null;
|
|
10646
10646
|
/**
|
|
10647
10647
|
* An Optional Rating between 1 and 10 on how Successful the Focus Meeting was
|
|
10648
10648
|
*/
|
|
10649
|
-
successRating?: number;
|
|
10649
|
+
successRating?: number | null;
|
|
10650
10650
|
};
|
|
10651
10651
|
/**
|
|
10652
10652
|
* The Update Data for a Shift Focus Meeting
|
|
@@ -10667,19 +10667,19 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftFocusMeetingC
|
|
|
10667
10667
|
/**
|
|
10668
10668
|
* When this Focus Meeting was Started
|
|
10669
10669
|
*/
|
|
10670
|
-
startTimestamp?: Date;
|
|
10670
|
+
startTimestamp?: Date | null;
|
|
10671
10671
|
/**
|
|
10672
10672
|
* When this Focus Meeting was Completed
|
|
10673
10673
|
*/
|
|
10674
|
-
finishTimestamp?: Date;
|
|
10674
|
+
finishTimestamp?: Date | null;
|
|
10675
10675
|
/**
|
|
10676
10676
|
* An Optional Key Focus until the Next Meeting
|
|
10677
10677
|
*/
|
|
10678
|
-
nextKeyFocus?: string;
|
|
10678
|
+
nextKeyFocus?: string | null;
|
|
10679
10679
|
/**
|
|
10680
10680
|
* An Optional Rating between 1 and 10 on how Successful the Focus Meeting was
|
|
10681
10681
|
*/
|
|
10682
|
-
successRating?: number;
|
|
10682
|
+
successRating?: number | null;
|
|
10683
10683
|
};
|
|
10684
10684
|
/**
|
|
10685
10685
|
* A **CommentItem** Type
|
|
@@ -10692,15 +10692,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftFocusMeetingC
|
|
|
10692
10692
|
/**
|
|
10693
10693
|
* The Content of the Comment
|
|
10694
10694
|
*/
|
|
10695
|
-
content: string;
|
|
10695
|
+
content: string | null;
|
|
10696
10696
|
/**
|
|
10697
10697
|
* When the Comment was Created
|
|
10698
10698
|
*/
|
|
10699
|
-
createdTimestamp: Date;
|
|
10699
|
+
createdTimestamp: Date | null;
|
|
10700
10700
|
/**
|
|
10701
10701
|
* When the Comment was last Updated
|
|
10702
10702
|
*/
|
|
10703
|
-
updatedTimestamp: Date;
|
|
10703
|
+
updatedTimestamp: Date | null;
|
|
10704
10704
|
};
|
|
10705
10705
|
}
|
|
10706
10706
|
import ShiftFocusMeetingModel from "@ricado/api-client/Models/Packhouse/Site/ShiftFocusMeetingModel";
|
|
@@ -10819,7 +10819,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftHourlyEntryCo
|
|
|
10819
10819
|
* @param {ShiftHourlyEntryController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
10820
10820
|
* @return {Promise<ShiftHourlyEntryModel[]>}
|
|
10821
10821
|
*/
|
|
10822
|
-
static getAll(siteId: number, queryParameters?: ShiftHourlyEntryController.GetAllQueryParameters): Promise<ShiftHourlyEntryModel[]>;
|
|
10822
|
+
static getAll(siteId: number, queryParameters?: ShiftHourlyEntryController.GetAllQueryParameters | undefined): Promise<ShiftHourlyEntryModel[]>;
|
|
10823
10823
|
/**
|
|
10824
10824
|
* Create a Shift Hourly Entry [POST /packhouse/sites/{siteId}/shift-hourly-entries]
|
|
10825
10825
|
*
|
|
@@ -10847,19 +10847,19 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftHourlyEntryCo
|
|
|
10847
10847
|
/**
|
|
10848
10848
|
* The Primary Issue Category for this Hourly Entry
|
|
10849
10849
|
*/
|
|
10850
|
-
primaryIssueCategory?: string;
|
|
10850
|
+
primaryIssueCategory?: string | null;
|
|
10851
10851
|
/**
|
|
10852
10852
|
* The Primary Issue Tag for this Hourly Entry
|
|
10853
10853
|
*/
|
|
10854
|
-
primaryIssueTag?: string;
|
|
10854
|
+
primaryIssueTag?: string | null;
|
|
10855
10855
|
/**
|
|
10856
10856
|
* The Secondary Issue Category for this Hourly Entry
|
|
10857
10857
|
*/
|
|
10858
|
-
secondaryIssueCategory?: string;
|
|
10858
|
+
secondaryIssueCategory?: string | null;
|
|
10859
10859
|
/**
|
|
10860
10860
|
* The Secondary Issue Tag for this Hourly Entry
|
|
10861
10861
|
*/
|
|
10862
|
-
secondaryIssueTag?: string;
|
|
10862
|
+
secondaryIssueTag?: string | null;
|
|
10863
10863
|
/**
|
|
10864
10864
|
* The Status of this Hourly Entry
|
|
10865
10865
|
*/
|
|
@@ -10924,35 +10924,35 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftHourlyEntryCo
|
|
|
10924
10924
|
/**
|
|
10925
10925
|
* The Number of People working in all Areas except Class 2 for this Hour
|
|
10926
10926
|
*/
|
|
10927
|
-
class1Manning?: number;
|
|
10927
|
+
class1Manning?: number | null;
|
|
10928
10928
|
/**
|
|
10929
10929
|
* The Number of People working in the Class 2 Area for this Hour
|
|
10930
10930
|
*/
|
|
10931
|
-
class2Manning?: number;
|
|
10931
|
+
class2Manning?: number | null;
|
|
10932
10932
|
/**
|
|
10933
10933
|
* The Average Target Number of People that should be working for this Hour
|
|
10934
10934
|
*/
|
|
10935
|
-
averageManningTarget?: number;
|
|
10935
|
+
averageManningTarget?: number | null;
|
|
10936
10936
|
/**
|
|
10937
10937
|
* The Average Cost per Person working in all Areas for this Hour
|
|
10938
10938
|
*/
|
|
10939
|
-
averageCostPerManningUnit?: number;
|
|
10939
|
+
averageCostPerManningUnit?: number | null;
|
|
10940
10940
|
/**
|
|
10941
10941
|
* The Percentage of Total Tray Equivalents that are Layered for this Hour
|
|
10942
10942
|
*/
|
|
10943
|
-
layeredTrayPercentage?: number;
|
|
10943
|
+
layeredTrayPercentage?: number | null;
|
|
10944
10944
|
/**
|
|
10945
10945
|
* The Average Class 1 Percentage for this Hour
|
|
10946
10946
|
*/
|
|
10947
|
-
averageClass1Percentage?: number;
|
|
10947
|
+
averageClass1Percentage?: number | null;
|
|
10948
10948
|
/**
|
|
10949
10949
|
* The Number of Quality R600 Samples that were Ideal for this Hour
|
|
10950
10950
|
*/
|
|
10951
|
-
qualityR600IdealSamplesPercentage?: number;
|
|
10951
|
+
qualityR600IdealSamplesPercentage?: number | null;
|
|
10952
10952
|
/**
|
|
10953
10953
|
* The Average Target Number of Quality R600 Samples that should be Ideal for this Hour
|
|
10954
10954
|
*/
|
|
10955
|
-
averageQualityR600IdealSamplesTarget?: number;
|
|
10955
|
+
averageQualityR600IdealSamplesTarget?: number | null;
|
|
10956
10956
|
/**
|
|
10957
10957
|
* An Array of Custom Quality Data Items for this Hour
|
|
10958
10958
|
*/
|
|
@@ -10988,47 +10988,47 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftHourlyEntryCo
|
|
|
10988
10988
|
/**
|
|
10989
10989
|
* The Target Number of Class 1 Tray Equivalents that should be Packed after Adjustment (Manning %, Class 1 %, Soft-Sort %) for this Hour
|
|
10990
10990
|
*/
|
|
10991
|
-
averageClass1TraysPerHourAdjustedTarget?: number;
|
|
10991
|
+
averageClass1TraysPerHourAdjustedTarget?: number | null;
|
|
10992
10992
|
/**
|
|
10993
10993
|
* The Average Cost per Tray Equivalent for this Hour
|
|
10994
10994
|
*/
|
|
10995
|
-
averageCostPerTray?: number;
|
|
10995
|
+
averageCostPerTray?: number | null;
|
|
10996
10996
|
/**
|
|
10997
10997
|
* The Average Cost per Tray Equivalent Target for this Hour
|
|
10998
10998
|
*/
|
|
10999
|
-
averageCostPerTrayTarget?: number;
|
|
10999
|
+
averageCostPerTrayTarget?: number | null;
|
|
11000
11000
|
/**
|
|
11001
11001
|
* The Primary Issue Category for this Hourly Entry
|
|
11002
11002
|
*/
|
|
11003
|
-
primaryIssueCategory?: string;
|
|
11003
|
+
primaryIssueCategory?: string | null;
|
|
11004
11004
|
/**
|
|
11005
11005
|
* The Primary Issue Tag for this Hourly Entry
|
|
11006
11006
|
*/
|
|
11007
|
-
primaryIssueTag?: string;
|
|
11007
|
+
primaryIssueTag?: string | null;
|
|
11008
11008
|
/**
|
|
11009
11009
|
* A Percentage between 0% and 100% indicating how much the Primary Issue impacted Throughput for this Hourly Entry
|
|
11010
11010
|
*/
|
|
11011
|
-
primaryIssuePercentage?: number;
|
|
11011
|
+
primaryIssuePercentage?: number | null;
|
|
11012
11012
|
/**
|
|
11013
11013
|
* The Secondary Issue Category for this Hourly Entry
|
|
11014
11014
|
*/
|
|
11015
|
-
secondaryIssueCategory?: string;
|
|
11015
|
+
secondaryIssueCategory?: string | null;
|
|
11016
11016
|
/**
|
|
11017
11017
|
* The Secondary Issue Tag for this Hourly Entry
|
|
11018
11018
|
*/
|
|
11019
|
-
secondaryIssueTag?: string;
|
|
11019
|
+
secondaryIssueTag?: string | null;
|
|
11020
11020
|
/**
|
|
11021
11021
|
* A Percentage between 0% and 100% indicating how much the Secondary Issue impacted Throughput for this Hourly Entry
|
|
11022
11022
|
*/
|
|
11023
|
-
secondaryIssuePercentage?: number;
|
|
11023
|
+
secondaryIssuePercentage?: number | null;
|
|
11024
11024
|
/**
|
|
11025
11025
|
* An Optional Focus for the Next Hour
|
|
11026
11026
|
*/
|
|
11027
|
-
nextHourFocus?: string;
|
|
11027
|
+
nextHourFocus?: string | null;
|
|
11028
11028
|
/**
|
|
11029
11029
|
* An Optional Rating between 1 and 10 on how Satisfied the Line Manager was with this Hour
|
|
11030
11030
|
*/
|
|
11031
|
-
satisfactionRating?: number;
|
|
11031
|
+
satisfactionRating?: number | null;
|
|
11032
11032
|
/**
|
|
11033
11033
|
* The Status of this Hourly Entry
|
|
11034
11034
|
*/
|
|
@@ -11057,35 +11057,35 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftHourlyEntryCo
|
|
|
11057
11057
|
/**
|
|
11058
11058
|
* The Number of People working in all Areas except Class 2 for this Hour
|
|
11059
11059
|
*/
|
|
11060
|
-
class1Manning?: number;
|
|
11060
|
+
class1Manning?: number | null;
|
|
11061
11061
|
/**
|
|
11062
11062
|
* The Number of People working in the Class 2 Area for this Hour
|
|
11063
11063
|
*/
|
|
11064
|
-
class2Manning?: number;
|
|
11064
|
+
class2Manning?: number | null;
|
|
11065
11065
|
/**
|
|
11066
11066
|
* The Average Target Number of People that should be working for this Hour
|
|
11067
11067
|
*/
|
|
11068
|
-
averageManningTarget?: number;
|
|
11068
|
+
averageManningTarget?: number | null;
|
|
11069
11069
|
/**
|
|
11070
11070
|
* The Average Cost per Person working in all Areas for this Hour
|
|
11071
11071
|
*/
|
|
11072
|
-
averageCostPerManningUnit?: number;
|
|
11072
|
+
averageCostPerManningUnit?: number | null;
|
|
11073
11073
|
/**
|
|
11074
11074
|
* The Percentage of Total Tray Equivalents that are Layered for this Hour
|
|
11075
11075
|
*/
|
|
11076
|
-
layeredTrayPercentage?: number;
|
|
11076
|
+
layeredTrayPercentage?: number | null;
|
|
11077
11077
|
/**
|
|
11078
11078
|
* The Average Class 1 Percentage for this Hour
|
|
11079
11079
|
*/
|
|
11080
|
-
averageClass1Percentage?: number;
|
|
11080
|
+
averageClass1Percentage?: number | null;
|
|
11081
11081
|
/**
|
|
11082
11082
|
* The Number of Quality R600 Samples that were Ideal for this Hour
|
|
11083
11083
|
*/
|
|
11084
|
-
qualityR600IdealSamplesPercentage?: number;
|
|
11084
|
+
qualityR600IdealSamplesPercentage?: number | null;
|
|
11085
11085
|
/**
|
|
11086
11086
|
* The Average Target Number of Quality R600 Samples that should be Ideal for this Hour
|
|
11087
11087
|
*/
|
|
11088
|
-
averageQualityR600IdealSamplesTarget?: number;
|
|
11088
|
+
averageQualityR600IdealSamplesTarget?: number | null;
|
|
11089
11089
|
/**
|
|
11090
11090
|
* An Array of Custom Quality Data Items for this Hour
|
|
11091
11091
|
*/
|
|
@@ -11121,47 +11121,47 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftHourlyEntryCo
|
|
|
11121
11121
|
/**
|
|
11122
11122
|
* The Target Number of Class 1 Tray Equivalents that should be Packed after Adjustment (Manning %, Class 1 %, Soft-Sort %) for this Hour
|
|
11123
11123
|
*/
|
|
11124
|
-
averageClass1TraysPerHourAdjustedTarget?: number;
|
|
11124
|
+
averageClass1TraysPerHourAdjustedTarget?: number | null;
|
|
11125
11125
|
/**
|
|
11126
11126
|
* The Average Cost per Tray Equivalent for this Hour
|
|
11127
11127
|
*/
|
|
11128
|
-
averageCostPerTray?: number;
|
|
11128
|
+
averageCostPerTray?: number | null;
|
|
11129
11129
|
/**
|
|
11130
11130
|
* The Average Cost per Tray Equivalent Target for this Hour
|
|
11131
11131
|
*/
|
|
11132
|
-
averageCostPerTrayTarget?: number;
|
|
11132
|
+
averageCostPerTrayTarget?: number | null;
|
|
11133
11133
|
/**
|
|
11134
11134
|
* The Primary Issue Category for this Hourly Entry
|
|
11135
11135
|
*/
|
|
11136
|
-
primaryIssueCategory?: string;
|
|
11136
|
+
primaryIssueCategory?: string | null;
|
|
11137
11137
|
/**
|
|
11138
11138
|
* The Primary Issue Tag for this Hourly Entry
|
|
11139
11139
|
*/
|
|
11140
|
-
primaryIssueTag?: string;
|
|
11140
|
+
primaryIssueTag?: string | null;
|
|
11141
11141
|
/**
|
|
11142
11142
|
* A Percentage between 0% and 100% indicating how much the Primary Issue impacted Throughput for this Hourly Entry
|
|
11143
11143
|
*/
|
|
11144
|
-
primaryIssuePercentage?: number;
|
|
11144
|
+
primaryIssuePercentage?: number | null;
|
|
11145
11145
|
/**
|
|
11146
11146
|
* The Secondary Issue Category for this Hourly Entry
|
|
11147
11147
|
*/
|
|
11148
|
-
secondaryIssueCategory?: string;
|
|
11148
|
+
secondaryIssueCategory?: string | null;
|
|
11149
11149
|
/**
|
|
11150
11150
|
* The Secondary Issue Tag for this Hourly Entry
|
|
11151
11151
|
*/
|
|
11152
|
-
secondaryIssueTag?: string;
|
|
11152
|
+
secondaryIssueTag?: string | null;
|
|
11153
11153
|
/**
|
|
11154
11154
|
* A Percentage between 0% and 100% indicating how much the Secondary Issue impacted Throughput for this Hourly Entry
|
|
11155
11155
|
*/
|
|
11156
|
-
secondaryIssuePercentage?: number;
|
|
11156
|
+
secondaryIssuePercentage?: number | null;
|
|
11157
11157
|
/**
|
|
11158
11158
|
* An Optional Focus for the Next Hour
|
|
11159
11159
|
*/
|
|
11160
|
-
nextHourFocus?: string;
|
|
11160
|
+
nextHourFocus?: string | null;
|
|
11161
11161
|
/**
|
|
11162
11162
|
* An Optional Rating between 1 and 10 on how Satisfied the Line Manager was with this Hour
|
|
11163
11163
|
*/
|
|
11164
|
-
satisfactionRating?: number;
|
|
11164
|
+
satisfactionRating?: number | null;
|
|
11165
11165
|
/**
|
|
11166
11166
|
* The Status of this Hourly Entry
|
|
11167
11167
|
*/
|
|
@@ -11178,15 +11178,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftHourlyEntryCo
|
|
|
11178
11178
|
/**
|
|
11179
11179
|
* The Content of the Comment
|
|
11180
11180
|
*/
|
|
11181
|
-
content: string;
|
|
11181
|
+
content: string | null;
|
|
11182
11182
|
/**
|
|
11183
11183
|
* When the Comment was Created
|
|
11184
11184
|
*/
|
|
11185
|
-
createdTimestamp: Date;
|
|
11185
|
+
createdTimestamp: Date | null;
|
|
11186
11186
|
/**
|
|
11187
11187
|
* When the Comment was last Updated
|
|
11188
11188
|
*/
|
|
11189
|
-
updatedTimestamp: Date;
|
|
11189
|
+
updatedTimestamp: Date | null;
|
|
11190
11190
|
};
|
|
11191
11191
|
/**
|
|
11192
11192
|
* A **CustomQualityDataItem** Type
|
|
@@ -11330,7 +11330,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftQualitySummar
|
|
|
11330
11330
|
* @param {ShiftQualitySummaryController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
11331
11331
|
* @return {Promise<ShiftQualitySummaryModel[]>}
|
|
11332
11332
|
*/
|
|
11333
|
-
static getAll(siteId: number, queryParameters?: ShiftQualitySummaryController.GetAllQueryParameters): Promise<ShiftQualitySummaryModel[]>;
|
|
11333
|
+
static getAll(siteId: number, queryParameters?: ShiftQualitySummaryController.GetAllQueryParameters | undefined): Promise<ShiftQualitySummaryModel[]>;
|
|
11334
11334
|
/**
|
|
11335
11335
|
* Create a Shift Quality Summary [POST /packhouse/sites/{siteId}/shift-quality-summaries]
|
|
11336
11336
|
*
|
|
@@ -11358,7 +11358,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftQualitySummar
|
|
|
11358
11358
|
/**
|
|
11359
11359
|
* The User ID of the Quality Manager for this Summary
|
|
11360
11360
|
*/
|
|
11361
|
-
qualityManagerUserId?: string;
|
|
11361
|
+
qualityManagerUserId?: string | null;
|
|
11362
11362
|
/**
|
|
11363
11363
|
* The Name of the Quality Manager for this Summary
|
|
11364
11364
|
*/
|
|
@@ -11399,11 +11399,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftQualitySummar
|
|
|
11399
11399
|
/**
|
|
11400
11400
|
* When this Quality Summary was Published
|
|
11401
11401
|
*/
|
|
11402
|
-
publishTimestamp?: Date;
|
|
11402
|
+
publishTimestamp?: Date | null;
|
|
11403
11403
|
/**
|
|
11404
11404
|
* The User ID of the Quality Manager for this Summary
|
|
11405
11405
|
*/
|
|
11406
|
-
qualityManagerUserId?: string;
|
|
11406
|
+
qualityManagerUserId?: string | null;
|
|
11407
11407
|
/**
|
|
11408
11408
|
* The Name of the Quality Manager for this Summary
|
|
11409
11409
|
*/
|
|
@@ -11423,7 +11423,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftQualitySummar
|
|
|
11423
11423
|
/**
|
|
11424
11424
|
* An Optional Rating between 1 and 10 on how Satisfied the Quality Manager was with this Shift
|
|
11425
11425
|
*/
|
|
11426
|
-
satisfactionRating?: number;
|
|
11426
|
+
satisfactionRating?: number | null;
|
|
11427
11427
|
};
|
|
11428
11428
|
/**
|
|
11429
11429
|
* The Update Data for a Shift Quality Summary
|
|
@@ -11440,11 +11440,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftQualitySummar
|
|
|
11440
11440
|
/**
|
|
11441
11441
|
* When this Quality Summary was Published
|
|
11442
11442
|
*/
|
|
11443
|
-
publishTimestamp?: Date;
|
|
11443
|
+
publishTimestamp?: Date | null;
|
|
11444
11444
|
/**
|
|
11445
11445
|
* The User ID of the Quality Manager for this Summary
|
|
11446
11446
|
*/
|
|
11447
|
-
qualityManagerUserId?: string;
|
|
11447
|
+
qualityManagerUserId?: string | null;
|
|
11448
11448
|
/**
|
|
11449
11449
|
* The Name of the Quality Manager for this Summary
|
|
11450
11450
|
*/
|
|
@@ -11464,7 +11464,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftQualitySummar
|
|
|
11464
11464
|
/**
|
|
11465
11465
|
* An Optional Rating between 1 and 10 on how Satisfied the Quality Manager was with this Shift
|
|
11466
11466
|
*/
|
|
11467
|
-
satisfactionRating?: number;
|
|
11467
|
+
satisfactionRating?: number | null;
|
|
11468
11468
|
};
|
|
11469
11469
|
/**
|
|
11470
11470
|
* A **CommentItem** Type
|
|
@@ -11477,15 +11477,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftQualitySummar
|
|
|
11477
11477
|
/**
|
|
11478
11478
|
* The Content of the Comment
|
|
11479
11479
|
*/
|
|
11480
|
-
content: string;
|
|
11480
|
+
content: string | null;
|
|
11481
11481
|
/**
|
|
11482
11482
|
* When the Comment was Created
|
|
11483
11483
|
*/
|
|
11484
|
-
createdTimestamp: Date;
|
|
11484
|
+
createdTimestamp: Date | null;
|
|
11485
11485
|
/**
|
|
11486
11486
|
* When the Comment was last Updated
|
|
11487
11487
|
*/
|
|
11488
|
-
updatedTimestamp: Date;
|
|
11488
|
+
updatedTimestamp: Date | null;
|
|
11489
11489
|
};
|
|
11490
11490
|
/**
|
|
11491
11491
|
* A **AccuracyResult** Type
|
|
@@ -11548,23 +11548,23 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftQualitySummar
|
|
|
11548
11548
|
/**
|
|
11549
11549
|
* The Softs Line Average Sample Size
|
|
11550
11550
|
*/
|
|
11551
|
-
softsLineAverageSampleSize: number;
|
|
11551
|
+
softsLineAverageSampleSize: number | null;
|
|
11552
11552
|
/**
|
|
11553
11553
|
* The Softs Line Average Value
|
|
11554
11554
|
*/
|
|
11555
|
-
softsLineAverageValue: number;
|
|
11555
|
+
softsLineAverageValue: number | null;
|
|
11556
11556
|
/**
|
|
11557
11557
|
* The Percentage of Export (Class 1) Fruit found in Class 2
|
|
11558
11558
|
*/
|
|
11559
|
-
exportFruitInClass2: number;
|
|
11559
|
+
exportFruitInClass2: number | null;
|
|
11560
11560
|
/**
|
|
11561
11561
|
* The Percentage of Export (Class 1) Fruit found in Local Market
|
|
11562
11562
|
*/
|
|
11563
|
-
exportFruitInLocalMarket: number;
|
|
11563
|
+
exportFruitInLocalMarket: number | null;
|
|
11564
11564
|
/**
|
|
11565
11565
|
* The Percentage of Export (Class 1) Fruit found in Waste
|
|
11566
11566
|
*/
|
|
11567
|
-
exportFruitInWaste: number;
|
|
11567
|
+
exportFruitInWaste: number | null;
|
|
11568
11568
|
};
|
|
11569
11569
|
}
|
|
11570
11570
|
import ShiftQualitySummaryModel from "@ricado/api-client/Models/Packhouse/Site/ShiftQualitySummaryModel";
|
|
@@ -11683,7 +11683,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftTaskControlle
|
|
|
11683
11683
|
* @param {ShiftTaskController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
11684
11684
|
* @return {Promise<ShiftTaskModel[]>}
|
|
11685
11685
|
*/
|
|
11686
|
-
static getAll(siteId: number, queryParameters?: ShiftTaskController.GetAllQueryParameters): Promise<ShiftTaskModel[]>;
|
|
11686
|
+
static getAll(siteId: number, queryParameters?: ShiftTaskController.GetAllQueryParameters | undefined): Promise<ShiftTaskModel[]>;
|
|
11687
11687
|
/**
|
|
11688
11688
|
* Create a Shift Task [POST /packhouse/sites/{siteId}/shift-tasks]
|
|
11689
11689
|
*
|
|
@@ -11711,7 +11711,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftTaskControlle
|
|
|
11711
11711
|
/**
|
|
11712
11712
|
* The User ID of the Author for this Task
|
|
11713
11713
|
*/
|
|
11714
|
-
authorUserId?: string;
|
|
11714
|
+
authorUserId?: string | null;
|
|
11715
11715
|
/**
|
|
11716
11716
|
* The Name of the Author for this Task
|
|
11717
11717
|
*/
|
|
@@ -11768,11 +11768,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftTaskControlle
|
|
|
11768
11768
|
/**
|
|
11769
11769
|
* When this Task was Completed
|
|
11770
11770
|
*/
|
|
11771
|
-
completedTimestamp?: Date;
|
|
11771
|
+
completedTimestamp?: Date | null;
|
|
11772
11772
|
/**
|
|
11773
11773
|
* The User ID of the Author for this Task
|
|
11774
11774
|
*/
|
|
11775
|
-
authorUserId?: string;
|
|
11775
|
+
authorUserId?: string | null;
|
|
11776
11776
|
/**
|
|
11777
11777
|
* The Name of the Author for this Task
|
|
11778
11778
|
*/
|
|
@@ -11809,11 +11809,11 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftTaskControlle
|
|
|
11809
11809
|
/**
|
|
11810
11810
|
* When this Task was Completed
|
|
11811
11811
|
*/
|
|
11812
|
-
completedTimestamp?: Date;
|
|
11812
|
+
completedTimestamp?: Date | null;
|
|
11813
11813
|
/**
|
|
11814
11814
|
* The User ID of the Author for this Task
|
|
11815
11815
|
*/
|
|
11816
|
-
authorUserId?: string;
|
|
11816
|
+
authorUserId?: string | null;
|
|
11817
11817
|
/**
|
|
11818
11818
|
* The Name of the Author for this Task
|
|
11819
11819
|
*/
|
|
@@ -11846,15 +11846,15 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/ShiftTaskControlle
|
|
|
11846
11846
|
/**
|
|
11847
11847
|
* The Content of the Comment
|
|
11848
11848
|
*/
|
|
11849
|
-
content: string;
|
|
11849
|
+
content: string | null;
|
|
11850
11850
|
/**
|
|
11851
11851
|
* When the Comment was Created
|
|
11852
11852
|
*/
|
|
11853
|
-
createdTimestamp: Date;
|
|
11853
|
+
createdTimestamp: Date | null;
|
|
11854
11854
|
/**
|
|
11855
11855
|
* When the Comment was last Updated
|
|
11856
11856
|
*/
|
|
11857
|
-
updatedTimestamp: Date;
|
|
11857
|
+
updatedTimestamp: Date | null;
|
|
11858
11858
|
};
|
|
11859
11859
|
}
|
|
11860
11860
|
import ShiftTaskModel from "@ricado/api-client/Models/Packhouse/Site/ShiftTaskModel";
|
|
@@ -11911,7 +11911,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/SoftSortBeltContro
|
|
|
11911
11911
|
* @param {SoftSortBeltController.GetOneEventsQueryParameters} [queryParameters] The Optional Query Parameters
|
|
11912
11912
|
* @return {Promise<Array<SoftSortBeltController.SoftSortEventItem>>}
|
|
11913
11913
|
*/
|
|
11914
|
-
static getOneEvents(siteId: number, id: string, queryParameters?: SoftSortBeltController.GetOneEventsQueryParameters): Promise<Array<SoftSortBeltController.SoftSortEventItem>>;
|
|
11914
|
+
static getOneEvents(siteId: number, id: string, queryParameters?: SoftSortBeltController.GetOneEventsQueryParameters | undefined): Promise<Array<SoftSortBeltController.SoftSortEventItem>>;
|
|
11915
11915
|
/**
|
|
11916
11916
|
* List all Soft Sort Belts [GET /packhouse/sites/{siteId}/soft-sort-belts]
|
|
11917
11917
|
*
|
|
@@ -11921,7 +11921,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/SoftSortBeltContro
|
|
|
11921
11921
|
* @param {SoftSortBeltController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
11922
11922
|
* @return {Promise<SoftSortBeltModel[]>}
|
|
11923
11923
|
*/
|
|
11924
|
-
static getAll(siteId: number, queryParameters?: SoftSortBeltController.GetAllQueryParameters): Promise<SoftSortBeltModel[]>;
|
|
11924
|
+
static getAll(siteId: number, queryParameters?: SoftSortBeltController.GetAllQueryParameters | undefined): Promise<SoftSortBeltModel[]>;
|
|
11925
11925
|
/**
|
|
11926
11926
|
* Create a Soft Sort Belt [POST /packhouse/sites/{siteId}/soft-sort-belts]
|
|
11927
11927
|
*
|
|
@@ -11943,7 +11943,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/SoftSortBeltContro
|
|
|
11943
11943
|
* @param {SoftSortBeltController.GetAllEventsQueryParameters} [queryParameters] The Optional Query Parameters
|
|
11944
11944
|
* @return {Promise<Array<SoftSortBeltController.SoftSortEventItem>>}
|
|
11945
11945
|
*/
|
|
11946
|
-
static getAllEvents(siteId: number, queryParameters?: SoftSortBeltController.GetAllEventsQueryParameters): Promise<Array<SoftSortBeltController.SoftSortEventItem>>;
|
|
11946
|
+
static getAllEvents(siteId: number, queryParameters?: SoftSortBeltController.GetAllEventsQueryParameters | undefined): Promise<Array<SoftSortBeltController.SoftSortEventItem>>;
|
|
11947
11947
|
}
|
|
11948
11948
|
namespace SoftSortBeltController {
|
|
11949
11949
|
/**
|
|
@@ -11966,7 +11966,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/SoftSortBeltContro
|
|
|
11966
11966
|
/**
|
|
11967
11967
|
* The RTU this Soft Sort Belt belongs to
|
|
11968
11968
|
*/
|
|
11969
|
-
rtuId?: number;
|
|
11969
|
+
rtuId?: number | null;
|
|
11970
11970
|
/**
|
|
11971
11971
|
* The Name of this Soft Sort Belt
|
|
11972
11972
|
*/
|
|
@@ -12000,7 +12000,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/SoftSortBeltContro
|
|
|
12000
12000
|
/**
|
|
12001
12001
|
* The RTU this Soft Sort Belt belongs to
|
|
12002
12002
|
*/
|
|
12003
|
-
rtuId?: number;
|
|
12003
|
+
rtuId?: number | null;
|
|
12004
12004
|
/**
|
|
12005
12005
|
* The Name of this Soft Sort Belt
|
|
12006
12006
|
*/
|
|
@@ -12112,7 +12112,7 @@ declare module '@ricado/api-client/Controllers/Packhouse/Site/VarietyController'
|
|
|
12112
12112
|
* @param {VarietyController.GetAllQueryParameters} [queryParameters] The Optional Query Parameters
|
|
12113
12113
|
* @return {Promise<VarietyModel[]>}
|
|
12114
12114
|
*/
|
|
12115
|
-
static getAll(siteId: number, queryParameters?: VarietyController.GetAllQueryParameters): Promise<VarietyModel[]>;
|
|
12115
|
+
static getAll(siteId: number, queryParameters?: VarietyController.GetAllQueryParameters | undefined): Promise<VarietyModel[]>;
|
|
12116
12116
|
/**
|
|
12117
12117
|
* Create a Variety [POST /packhouse/sites/{siteId}/varieties]
|
|
12118
12118
|
*
|
|
@@ -13817,7 +13817,7 @@ declare module '@ricado/api-client/Models/Packhouse/Site/PackingLineModel' {
|
|
|
13817
13817
|
deleted: boolean;
|
|
13818
13818
|
}[];
|
|
13819
13819
|
}[];
|
|
13820
|
-
};
|
|
13820
|
+
} | null;
|
|
13821
13821
|
/**
|
|
13822
13822
|
* The FreshPack Integration Configuration for this Packing Line
|
|
13823
13823
|
*
|
|
@@ -14219,7 +14219,7 @@ declare module '@ricado/api-client/Models/Packhouse/Site/RejectBinScaleModel' {
|
|
|
14219
14219
|
*/
|
|
14220
14220
|
autoPackrunChange: {
|
|
14221
14221
|
delay: number | null;
|
|
14222
|
-
};
|
|
14222
|
+
} | null;
|
|
14223
14223
|
/**
|
|
14224
14224
|
* Whether this Reject Bin Scale supports Live Weighing
|
|
14225
14225
|
*
|