diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f8fe33..557d737d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.13.0-SNAPSHOT-260319142914 +Lib version: 1.13.0-SNAPSHOT-260320103828 diff --git a/lib/site.pb.dart b/lib/site.pb.dart index 94bd57b1..161a4974 100644 --- a/lib/site.pb.dart +++ b/lib/site.pb.dart @@ -3477,7 +3477,7 @@ class GetActorAuthorisationRequest extends $pb.GeneratedMessage { class GetActorAuthorisationResponse extends $pb.GeneratedMessage { factory GetActorAuthorisationResponse({ - $2.ProjectAuthorisation? authorisation, + ProjectAuthorisationWithValue? authorisation, }) { final result = create(); if (authorisation != null) result.authorisation = authorisation; @@ -3490,7 +3490,7 @@ class GetActorAuthorisationResponse extends $pb.GeneratedMessage { factory GetActorAuthorisationResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetActorAuthorisationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$2.ProjectAuthorisation>(1, _omitFieldNames ? '' : 'Authorisation', protoName: 'Authorisation', subBuilder: $2.ProjectAuthorisation.create) + ..aOM(2, _omitFieldNames ? '' : 'Authorisation', protoName: 'Authorisation', subBuilder: ProjectAuthorisationWithValue.create) ..hasRequiredFields = false ; @@ -3511,16 +3511,17 @@ class GetActorAuthorisationResponse extends $pb.GeneratedMessage { static GetActorAuthorisationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static GetActorAuthorisationResponse? _defaultInstance; - @$pb.TagNumber(1) - $2.ProjectAuthorisation get authorisation => $_getN(0); - @$pb.TagNumber(1) - set authorisation($2.ProjectAuthorisation value) => $_setField(1, value); - @$pb.TagNumber(1) + /// ProjectAuthorisation Authorisation = 1; + @$pb.TagNumber(2) + ProjectAuthorisationWithValue get authorisation => $_getN(0); + @$pb.TagNumber(2) + set authorisation(ProjectAuthorisationWithValue value) => $_setField(2, value); + @$pb.TagNumber(2) $core.bool hasAuthorisation() => $_has(0); - @$pb.TagNumber(1) - void clearAuthorisation() => $_clearField(1); - @$pb.TagNumber(1) - $2.ProjectAuthorisation ensureAuthorisation() => $_ensure(0); + @$pb.TagNumber(2) + void clearAuthorisation() => $_clearField(2); + @$pb.TagNumber(2) + ProjectAuthorisationWithValue ensureAuthorisation() => $_ensure(0); } class GetBasicSettingsRequest extends $pb.GeneratedMessage { diff --git a/lib/site.pbjson.dart b/lib/site.pbjson.dart index 38f631a4..11f66373 100644 --- a/lib/site.pbjson.dart +++ b/lib/site.pbjson.dart @@ -944,14 +944,14 @@ final $typed_data.Uint8List getActorAuthorisationRequestDescriptor = $convert.ba const GetActorAuthorisationResponse$json = { '1': 'GetActorAuthorisationResponse', '2': [ - {'1': 'Authorisation', '3': 1, '4': 1, '5': 11, '6': '.api.ProjectAuthorisation', '10': 'Authorisation'}, + {'1': 'Authorisation', '3': 2, '4': 1, '5': 11, '6': '.api.ProjectAuthorisationWithValue', '10': 'Authorisation'}, ], }; /// Descriptor for `GetActorAuthorisationResponse`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List getActorAuthorisationResponseDescriptor = $convert.base64Decode( - 'Ch1HZXRBY3RvckF1dGhvcmlzYXRpb25SZXNwb25zZRI/Cg1BdXRob3Jpc2F0aW9uGAEgASgLMh' - 'kuYXBpLlByb2plY3RBdXRob3Jpc2F0aW9uUg1BdXRob3Jpc2F0aW9u'); + 'Ch1HZXRBY3RvckF1dGhvcmlzYXRpb25SZXNwb25zZRJICg1BdXRob3Jpc2F0aW9uGAIgASgLMi' + 'IuYXBpLlByb2plY3RBdXRob3Jpc2F0aW9uV2l0aFZhbHVlUg1BdXRob3Jpc2F0aW9u'); @$core.Deprecated('Use getBasicSettingsRequestDescriptor instead') const GetBasicSettingsRequest$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 1b26512f..ca77bc66 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.13.0-SNAPSHOT-260319142914 +version: 1.13.0-SNAPSHOT-260320103828 homepage: '' publish_to: '' repository: ''