You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -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",
|
||||
|
||||
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