diff --git a/package.json b/package.json index edc2454d..5d1a678e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.14.0-SNAPSHOT-260522091246", + "version": "1.14.0-SNAPSHOT-260522091318", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/site.ts b/site.ts index 3ab003a8..a81fdfd4 100644 --- a/site.ts +++ b/site.ts @@ -1415,7 +1415,7 @@ export interface SiteProjectAptTypeBookingActorsContext { * Validation: exactly one of the two options must be provided: * - Option 1: both ProjectID and ActorID must be set (non-empty) * - Option 2: SiteID must be set (non-empty) - * Setting both options or neither will be rejected. + * If both options are provided, SiteID will be used preferentially. * * @generated from protobuf message api.InitBookerProfileRequest */