Latest generation

This commit is contained in:
ci core model
2025-06-16 15:24:44 +00:00
parent 2181390c43
commit 3baf874f55
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@reflex-platform/npm-core-sdk",
"version": "1.11.0-SNAPSHOT-250616135945",
"version": "1.11.0-SNAPSHOT-250616152400",
"description": "npm libs from core model proto files",
"homepage": "",
"main": "index.ts",

View File

@@ -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.
*