You've already forked npm-core-sdk
Latest generation
This commit is contained in:
4
site.ts
4
site.ts
@@ -276,11 +276,9 @@ export interface UpdateSiteRequest {
|
||||
*/
|
||||
Authorisations: ProjectAuthorisation[];
|
||||
/**
|
||||
* List of containment units which will be used to estimate the needed time to load or unload.
|
||||
*
|
||||
* @generated from protobuf field: repeated api.Unit Units = 11
|
||||
*/
|
||||
Units: Unit[];
|
||||
Units: Unit[]; // List of containment units which will be used to compute the appointment duration. At least one unit id is mandatory : APPOINTMENT_UNITID.
|
||||
/**
|
||||
* Definition of the opening rules. 2 opening rule definitions cannot overlap.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user