diff --git a/CHANGELOG.md b/CHANGELOG.md index d59c869..e1a65ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260522091245 +Lib version: 1.14.0-SNAPSHOT-260522091314 diff --git a/lib/site.pb.dart b/lib/site.pb.dart index ab0afe4..8a7b922 100644 --- a/lib/site.pb.dart +++ b/lib/site.pb.dart @@ -4544,7 +4544,7 @@ class SiteProjectAptTypeBookingActorsContext extends $pb.GeneratedMessage { /// 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. class InitBookerProfileRequest extends $pb.GeneratedMessage { factory InitBookerProfileRequest({ $core.String? projectID, diff --git a/pubspec.yaml b/pubspec.yaml index 6472c71..f5f16d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_core_sdk description: dart libs from core model proto files -version: 1.14.0-SNAPSHOT-260522091245 +version: 1.14.0-SNAPSHOT-260522091314 homepage: '' publish_to: '' repository: ''