You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.15.0-SNAPSHOT-260901065224
|
||||
Lib version: 1.15.0-SNAPSHOT-260902133635
|
||||
|
||||
@@ -831,6 +831,7 @@ class ActorWMSUpdatedPayload extends $pb.GeneratedMessage {
|
||||
$core.String? additionalInformation,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.Iterable<$core.String>? phones,
|
||||
$core.Iterable<$1.MetadataElement>? metaData,
|
||||
}) {
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
@@ -839,6 +840,7 @@ class ActorWMSUpdatedPayload extends $pb.GeneratedMessage {
|
||||
if (additionalInformation != null) result.additionalInformation = additionalInformation;
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
if (phones != null) result.phones.addAll(phones);
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -854,6 +856,7 @@ class ActorWMSUpdatedPayload extends $pb.GeneratedMessage {
|
||||
..aOS(4, _omitFieldNames ? '' : 'AdditionalInformation', protoName: 'AdditionalInformation')
|
||||
..pPS(5, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..pPS(6, _omitFieldNames ? '' : 'Phones', protoName: 'Phones')
|
||||
..pc<$1.MetadataElement>(7, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $1.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -919,6 +922,9 @@ class ActorWMSUpdatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$core.String> get phones => $_getList(5);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$pb.PbList<$1.MetadataElement> get metaData => $_getList(6);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
@@ -225,6 +225,7 @@ const ActorWMSUpdatedPayload$json = {
|
||||
{'1': 'AdditionalInformation', '3': 4, '4': 1, '5': 9, '10': 'AdditionalInformation'},
|
||||
{'1': 'Emails', '3': 5, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
{'1': 'Phones', '3': 6, '4': 3, '5': 9, '8': {}, '10': 'Phones'},
|
||||
{'1': 'MetaData', '3': 7, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -238,8 +239,12 @@ final $typed_data.Uint8List actorWMSUpdatedPayloadDescriptor = $convert.base64De
|
||||
'aW9uYWxJbmZvcm1hdGlvbhJ8CgZFbWFpbHMYBSADKAlCZJJBUTIdTXVzdCBiZSBhIHZhbGlkIG'
|
||||
'VtYWlsIGFkZHJlc3NKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxl'
|
||||
'eC5jb20iXbqBAQySAQkiB3IFYAHwAQFSBkVtYWlscxJDCgZQaG9uZXMYBiADKAlCK5JBKEomWy'
|
||||
'IwNiAwMCAwMCAwMCAwMCIsICIrNDkgMDAgMDAwMCAwMDAwIl1SBlBob25lczovkkERCg8yDUV2'
|
||||
'ZW50IFBheWxvYWSiuxgFRXZlbnSouxgBursYCldNU1VwZGF0ZWQ=');
|
||||
'IwNiAwMCAwMCAwMCAwMCIsICIrNDkgMDAgMDAwMCAwMDAwIl1SBlBob25lcxLKAQoITWV0YURh'
|
||||
'dGEYByADKAsyFC5hcGkuTWV0YWRhdGFFbGVtZW50QpcBkkGIATKFAU1ldGFkYXRhIGFyZSBjaG'
|
||||
'FyYWN0ZXJpc3RpY3Mgc3BlY2lmaWMgdG8gdGhlIHByb2plY3QuIFRoZXkgY2FuIGJlIG9mIHNl'
|
||||
'dmVyYWwgZGF0YSBmb3JtIChzdHJpbmcsIGludGVnZXIsIGZsb2F0LCBib29sZWFuIG9yIHRpbW'
|
||||
'VzdGFtcCnAwRgB6sEYA0tleVIITWV0YURhdGE6L5JBEQoPMg1FdmVudCBQYXlsb2FkorsYBUV2'
|
||||
'ZW50qLsYAbq7GApXTVNVcGRhdGVk');
|
||||
|
||||
@$core.Deprecated('Use actorWMSUpdatedEventDescriptor instead')
|
||||
const ActorWMSUpdatedEvent$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.15.0-SNAPSHOT-260901065224
|
||||
version: 1.15.0-SNAPSHOT-260902133635
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user