From 7e00ea5f98534f0e739a018b79ad4c889650ae17 Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 5 May 2026 12:01:41 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/itemInput.pb.dart | 260 ++++++++++++++++++++++++++++++++++++++ lib/itemInput.pbgrpc.dart | 21 +++ lib/itemInput.pbjson.dart | 68 ++++++++++ pubspec.yaml | 2 +- 5 files changed, 351 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 728e2a7..0806687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260505091717 +Lib version: 1.14.0-SNAPSHOT-260505120052 diff --git a/lib/itemInput.pb.dart b/lib/itemInput.pb.dart index 1c65eea..57ab894 100644 --- a/lib/itemInput.pb.dart +++ b/lib/itemInput.pb.dart @@ -2594,6 +2594,266 @@ class ItemCustomFieldsUpdatedResponse extends $pb.GeneratedMessage { $1.EntityID ensureID() => $_ensure(1); } +class ItemPhotoUriUpdatedPayload extends $pb.GeneratedMessage { + factory ItemPhotoUriUpdatedPayload({ + $core.String? photoURI, + }) { + final result = create(); + if (photoURI != null) result.photoURI = photoURI; + return result; + } + + ItemPhotoUriUpdatedPayload._(); + + factory ItemPhotoUriUpdatedPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); + factory ItemPhotoUriUpdatedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); + + static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemPhotoUriUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) + ..aOS(1, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI') + ..hasRequiredFields = false + ; + + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ItemPhotoUriUpdatedPayload clone() => ItemPhotoUriUpdatedPayload()..mergeFromMessage(this); + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ItemPhotoUriUpdatedPayload copyWith(void Function(ItemPhotoUriUpdatedPayload) updates) => super.copyWith((message) => updates(message as ItemPhotoUriUpdatedPayload)) as ItemPhotoUriUpdatedPayload; + + @$core.override + $pb.BuilderInfo get info_ => _i; + + @$core.pragma('dart2js:noInline') + static ItemPhotoUriUpdatedPayload create() => ItemPhotoUriUpdatedPayload._(); + @$core.override + ItemPhotoUriUpdatedPayload createEmptyInstance() => create(); + static $pb.PbList createRepeated() => $pb.PbList(); + @$core.pragma('dart2js:noInline') + static ItemPhotoUriUpdatedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); + static ItemPhotoUriUpdatedPayload? _defaultInstance; + + @$pb.TagNumber(1) + $core.String get photoURI => $_getSZ(0); + @$pb.TagNumber(1) + set photoURI($core.String value) => $_setString(0, value); + @$pb.TagNumber(1) + $core.bool hasPhotoURI() => $_has(0); + @$pb.TagNumber(1) + void clearPhotoURI() => $_clearField(1); +} + +class ItemPhotoUriUpdatedEvent extends $pb.GeneratedMessage { + factory ItemPhotoUriUpdatedEvent({ + $1.EventHeader? header, + $1.EntityID? iD, + ItemPhotoUriUpdatedPayload? payload, + }) { + final result = create(); + if (header != null) result.header = header; + if (iD != null) result.iD = iD; + if (payload != null) result.payload = payload; + return result; + } + + ItemPhotoUriUpdatedEvent._(); + + factory ItemPhotoUriUpdatedEvent.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); + factory ItemPhotoUriUpdatedEvent.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); + + static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemPhotoUriUpdatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) + ..aOM<$1.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.EventHeader.create) + ..aOM<$1.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.EntityID.create) + ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ItemPhotoUriUpdatedPayload.create) + ..hasRequiredFields = false + ; + + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ItemPhotoUriUpdatedEvent clone() => ItemPhotoUriUpdatedEvent()..mergeFromMessage(this); + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ItemPhotoUriUpdatedEvent copyWith(void Function(ItemPhotoUriUpdatedEvent) updates) => super.copyWith((message) => updates(message as ItemPhotoUriUpdatedEvent)) as ItemPhotoUriUpdatedEvent; + + @$core.override + $pb.BuilderInfo get info_ => _i; + + @$core.pragma('dart2js:noInline') + static ItemPhotoUriUpdatedEvent create() => ItemPhotoUriUpdatedEvent._(); + @$core.override + ItemPhotoUriUpdatedEvent createEmptyInstance() => create(); + static $pb.PbList createRepeated() => $pb.PbList(); + @$core.pragma('dart2js:noInline') + static ItemPhotoUriUpdatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); + static ItemPhotoUriUpdatedEvent? _defaultInstance; + + @$pb.TagNumber(1) + $1.EventHeader get header => $_getN(0); + @$pb.TagNumber(1) + set header($1.EventHeader value) => $_setField(1, value); + @$pb.TagNumber(1) + $core.bool hasHeader() => $_has(0); + @$pb.TagNumber(1) + void clearHeader() => $_clearField(1); + @$pb.TagNumber(1) + $1.EventHeader ensureHeader() => $_ensure(0); + + @$pb.TagNumber(2) + $1.EntityID get iD => $_getN(1); + @$pb.TagNumber(2) + set iD($1.EntityID value) => $_setField(2, value); + @$pb.TagNumber(2) + $core.bool hasID() => $_has(1); + @$pb.TagNumber(2) + void clearID() => $_clearField(2); + @$pb.TagNumber(2) + $1.EntityID ensureID() => $_ensure(1); + + @$pb.TagNumber(3) + ItemPhotoUriUpdatedPayload get payload => $_getN(2); + @$pb.TagNumber(3) + set payload(ItemPhotoUriUpdatedPayload value) => $_setField(3, value); + @$pb.TagNumber(3) + $core.bool hasPayload() => $_has(2); + @$pb.TagNumber(3) + void clearPayload() => $_clearField(3); + @$pb.TagNumber(3) + ItemPhotoUriUpdatedPayload ensurePayload() => $_ensure(2); +} + +class ItemPhotoUriUpdatedRequest extends $pb.GeneratedMessage { + factory ItemPhotoUriUpdatedRequest({ + $1.RequestProjectHeader? header, + $1.EntityID? iD, + ItemPhotoUriUpdatedPayload? payload, + }) { + final result = create(); + if (header != null) result.header = header; + if (iD != null) result.iD = iD; + if (payload != null) result.payload = payload; + return result; + } + + ItemPhotoUriUpdatedRequest._(); + + factory ItemPhotoUriUpdatedRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); + factory ItemPhotoUriUpdatedRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); + + static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemPhotoUriUpdatedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) + ..aOM<$1.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.RequestProjectHeader.create) + ..aOM<$1.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.EntityID.create) + ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ItemPhotoUriUpdatedPayload.create) + ..hasRequiredFields = false + ; + + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ItemPhotoUriUpdatedRequest clone() => ItemPhotoUriUpdatedRequest()..mergeFromMessage(this); + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ItemPhotoUriUpdatedRequest copyWith(void Function(ItemPhotoUriUpdatedRequest) updates) => super.copyWith((message) => updates(message as ItemPhotoUriUpdatedRequest)) as ItemPhotoUriUpdatedRequest; + + @$core.override + $pb.BuilderInfo get info_ => _i; + + @$core.pragma('dart2js:noInline') + static ItemPhotoUriUpdatedRequest create() => ItemPhotoUriUpdatedRequest._(); + @$core.override + ItemPhotoUriUpdatedRequest createEmptyInstance() => create(); + static $pb.PbList createRepeated() => $pb.PbList(); + @$core.pragma('dart2js:noInline') + static ItemPhotoUriUpdatedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); + static ItemPhotoUriUpdatedRequest? _defaultInstance; + + @$pb.TagNumber(1) + $1.RequestProjectHeader get header => $_getN(0); + @$pb.TagNumber(1) + set header($1.RequestProjectHeader value) => $_setField(1, value); + @$pb.TagNumber(1) + $core.bool hasHeader() => $_has(0); + @$pb.TagNumber(1) + void clearHeader() => $_clearField(1); + @$pb.TagNumber(1) + $1.RequestProjectHeader ensureHeader() => $_ensure(0); + + @$pb.TagNumber(2) + $1.EntityID get iD => $_getN(1); + @$pb.TagNumber(2) + set iD($1.EntityID value) => $_setField(2, value); + @$pb.TagNumber(2) + $core.bool hasID() => $_has(1); + @$pb.TagNumber(2) + void clearID() => $_clearField(2); + @$pb.TagNumber(2) + $1.EntityID ensureID() => $_ensure(1); + + @$pb.TagNumber(3) + ItemPhotoUriUpdatedPayload get payload => $_getN(2); + @$pb.TagNumber(3) + set payload(ItemPhotoUriUpdatedPayload value) => $_setField(3, value); + @$pb.TagNumber(3) + $core.bool hasPayload() => $_has(2); + @$pb.TagNumber(3) + void clearPayload() => $_clearField(3); + @$pb.TagNumber(3) + ItemPhotoUriUpdatedPayload ensurePayload() => $_ensure(2); +} + +class ItemPhotoUriUpdatedResponse extends $pb.GeneratedMessage { + factory ItemPhotoUriUpdatedResponse({ + $1.ResponseHeader? header, + $1.EntityID? iD, + }) { + final result = create(); + if (header != null) result.header = header; + if (iD != null) result.iD = iD; + return result; + } + + ItemPhotoUriUpdatedResponse._(); + + factory ItemPhotoUriUpdatedResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); + factory ItemPhotoUriUpdatedResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); + + static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemPhotoUriUpdatedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) + ..aOM<$1.ResponseHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.ResponseHeader.create) + ..aOM<$1.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.EntityID.create) + ..hasRequiredFields = false + ; + + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ItemPhotoUriUpdatedResponse clone() => ItemPhotoUriUpdatedResponse()..mergeFromMessage(this); + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ItemPhotoUriUpdatedResponse copyWith(void Function(ItemPhotoUriUpdatedResponse) updates) => super.copyWith((message) => updates(message as ItemPhotoUriUpdatedResponse)) as ItemPhotoUriUpdatedResponse; + + @$core.override + $pb.BuilderInfo get info_ => _i; + + @$core.pragma('dart2js:noInline') + static ItemPhotoUriUpdatedResponse create() => ItemPhotoUriUpdatedResponse._(); + @$core.override + ItemPhotoUriUpdatedResponse createEmptyInstance() => create(); + static $pb.PbList createRepeated() => $pb.PbList(); + @$core.pragma('dart2js:noInline') + static ItemPhotoUriUpdatedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); + static ItemPhotoUriUpdatedResponse? _defaultInstance; + + @$pb.TagNumber(1) + $1.ResponseHeader get header => $_getN(0); + @$pb.TagNumber(1) + set header($1.ResponseHeader value) => $_setField(1, value); + @$pb.TagNumber(1) + $core.bool hasHeader() => $_has(0); + @$pb.TagNumber(1) + void clearHeader() => $_clearField(1); + @$pb.TagNumber(1) + $1.ResponseHeader ensureHeader() => $_ensure(0); + + @$pb.TagNumber(2) + $1.EntityID get iD => $_getN(1); + @$pb.TagNumber(2) + set iD($1.EntityID value) => $_setField(2, value); + @$pb.TagNumber(2) + $core.bool hasID() => $_has(1); + @$pb.TagNumber(2) + void clearID() => $_clearField(2); + @$pb.TagNumber(2) + $1.EntityID ensureID() => $_ensure(1); +} + const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names'); const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names'); diff --git a/lib/itemInput.pbgrpc.dart b/lib/itemInput.pbgrpc.dart index 76401b6..e820d36 100644 --- a/lib/itemInput.pbgrpc.dart +++ b/lib/itemInput.pbgrpc.dart @@ -74,6 +74,10 @@ class ItemInputAPIClient extends $grpc.Client { return $createUnaryCall(_$customFieldsUpdated, request, options: options); } + $grpc.ResponseFuture<$0.ItemPhotoUriUpdatedResponse> photoUriUpdated($0.ItemPhotoUriUpdatedRequest request, {$grpc.CallOptions? options,}) { + return $createUnaryCall(_$photoUriUpdated, request, options: options); + } + // method descriptors static final _$created = $grpc.ClientMethod<$0.ItemCreatedRequest, $0.ItemCreatedResponse>( @@ -116,6 +120,10 @@ class ItemInputAPIClient extends $grpc.Client { '/api.ItemInputAPI/CustomFieldsUpdated', ($0.ItemCustomFieldsUpdatedRequest value) => value.writeToBuffer(), $0.ItemCustomFieldsUpdatedResponse.fromBuffer); + static final _$photoUriUpdated = $grpc.ClientMethod<$0.ItemPhotoUriUpdatedRequest, $0.ItemPhotoUriUpdatedResponse>( + '/api.ItemInputAPI/PhotoUriUpdated', + ($0.ItemPhotoUriUpdatedRequest value) => value.writeToBuffer(), + $0.ItemPhotoUriUpdatedResponse.fromBuffer); } @$pb.GrpcServiceName('api.ItemInputAPI') @@ -193,6 +201,13 @@ abstract class ItemInputAPIServiceBase extends $grpc.Service { false, ($core.List<$core.int> value) => $0.ItemCustomFieldsUpdatedRequest.fromBuffer(value), ($0.ItemCustomFieldsUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$0.ItemPhotoUriUpdatedRequest, $0.ItemPhotoUriUpdatedResponse>( + 'PhotoUriUpdated', + photoUriUpdated_Pre, + false, + false, + ($core.List<$core.int> value) => $0.ItemPhotoUriUpdatedRequest.fromBuffer(value), + ($0.ItemPhotoUriUpdatedResponse value) => value.writeToBuffer())); } $async.Future<$0.ItemCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$0.ItemCreatedRequest> $request) async { @@ -255,4 +270,10 @@ abstract class ItemInputAPIServiceBase extends $grpc.Service { $async.Future<$0.ItemCustomFieldsUpdatedResponse> customFieldsUpdated($grpc.ServiceCall call, $0.ItemCustomFieldsUpdatedRequest request); + $async.Future<$0.ItemPhotoUriUpdatedResponse> photoUriUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.ItemPhotoUriUpdatedRequest> $request) async { + return photoUriUpdated($call, await $request); + } + + $async.Future<$0.ItemPhotoUriUpdatedResponse> photoUriUpdated($grpc.ServiceCall call, $0.ItemPhotoUriUpdatedRequest request); + } diff --git a/lib/itemInput.pbjson.dart b/lib/itemInput.pbjson.dart index 5ff35a0..91da8bc 100644 --- a/lib/itemInput.pbjson.dart +++ b/lib/itemInput.pbjson.dart @@ -704,3 +704,71 @@ final $typed_data.Uint8List itemCustomFieldsUpdatedResponseDescriptor = $convert '5SZXNwb25zZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRDoj' 'orsYCFJlc3BvbnNlursYE0N1c3RvbUZpZWxkc1VwZGF0ZWQ='); +@$core.Deprecated('Use itemPhotoUriUpdatedPayloadDescriptor instead') +const ItemPhotoUriUpdatedPayload$json = { + '1': 'ItemPhotoUriUpdatedPayload', + '2': [ + {'1': 'PhotoURI', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'PhotoURI'}, + ], + '7': {}, +}; + +/// Descriptor for `ItemPhotoUriUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`. +final $typed_data.Uint8List itemPhotoUriUpdatedPayloadDescriptor = $convert.base64Decode( + 'ChpJdGVtUGhvdG9VcmlVcGRhdGVkUGF5bG9hZBJICghQaG90b1VSSRgBIAEoCUIskkEpSiciaH' + 'R0cHM6Ly9yZWZsZXgtdmlzaWJpbGl0eS1mb3JldmVyLmpwZyJSCFBob3RvVVJJOjCSQQ0KC9IB' + 'CFBob3RvVVJJorsYBUV2ZW50qLsYAbq7GA9QaG90b1VyaVVwZGF0ZWQ='); + +@$core.Deprecated('Use itemPhotoUriUpdatedEventDescriptor instead') +const ItemPhotoUriUpdatedEvent$json = { + '1': 'ItemPhotoUriUpdatedEvent', + '2': [ + {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'}, + {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, + {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ItemPhotoUriUpdatedPayload', '8': {}, '10': 'Payload'}, + ], + '7': {}, +}; + +/// Descriptor for `ItemPhotoUriUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`. +final $typed_data.Uint8List itemPhotoUriUpdatedEventDescriptor = $convert.base64Decode( + 'ChhJdGVtUGhvdG9VcmlVcGRhdGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SG' + 'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6QgWK' + 'AQIQAVICSUQSQwoHUGF5bG9hZBgDIAEoCzIfLmFwaS5JdGVtUGhvdG9VcmlVcGRhdGVkUGF5bG' + '9hZEII+kIFigECEAFSB1BheWxvYWQ6HKK7GAVFdmVudLq7GA9QaG90b1VyaVVwZGF0ZWQ='); + +@$core.Deprecated('Use itemPhotoUriUpdatedRequestDescriptor instead') +const ItemPhotoUriUpdatedRequest$json = { + '1': 'ItemPhotoUriUpdatedRequest', + '2': [ + {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, + {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, + {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ItemPhotoUriUpdatedPayload', '8': {}, '10': 'Payload'}, + ], + '7': {}, +}; + +/// Descriptor for `ItemPhotoUriUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`. +final $typed_data.Uint8List itemPhotoUriUpdatedRequestDescriptor = $convert.base64Decode( + 'ChpJdGVtUGhvdG9VcmlVcGRhdGVkUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW' + 'VzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50' + 'aXR5SURCCPpCBYoBAhABUgJJRBJDCgdQYXlsb2FkGAMgASgLMh8uYXBpLkl0ZW1QaG90b1VyaV' + 'VwZGF0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo7kkEaChjSAQZIZWFkZXLSAQJJRNIB' + 'B1BheWxvYWSiuxgHUmVxdWVzdLq7GA9QaG90b1VyaVVwZGF0ZWQ='); + +@$core.Deprecated('Use itemPhotoUriUpdatedResponseDescriptor instead') +const ItemPhotoUriUpdatedResponse$json = { + '1': 'ItemPhotoUriUpdatedResponse', + '2': [ + {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'}, + {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, + ], + '7': {}, +}; + +/// Descriptor for `ItemPhotoUriUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`. +final $typed_data.Uint8List itemPhotoUriUpdatedResponseDescriptor = $convert.base64Decode( + 'ChtJdGVtUGhvdG9VcmlVcGRhdGVkUmVzcG9uc2USKwoGSGVhZGVyGAEgASgLMhMuYXBpLlJlc3' + 'BvbnNlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklEOh+iuxgI' + 'UmVzcG9uc2W6uxgPUGhvdG9VcmlVcGRhdGVk'); + diff --git a/pubspec.yaml b/pubspec.yaml index e01af13..17bfdde 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-260505091717 +version: 1.14.0-SNAPSHOT-260505120052 homepage: '' publish_to: '' repository: ''