You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.12.0-SNAPSHOT-251121161108
|
||||
Lib version: 1.12.0-SNAPSHOT-251121165907
|
||||
|
||||
@@ -330,6 +330,7 @@ class ListNotifChanges extends $pb.GeneratedMessage {
|
||||
$core.String? entityRefID,
|
||||
$core.Iterable<NotifChanges>? notifChanges,
|
||||
$1.Struct? tags,
|
||||
$core.bool? sendToIssuer,
|
||||
}) {
|
||||
final result = create();
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
@@ -338,6 +339,7 @@ class ListNotifChanges extends $pb.GeneratedMessage {
|
||||
if (entityRefID != null) result.entityRefID = entityRefID;
|
||||
if (notifChanges != null) result.notifChanges.addAll(notifChanges);
|
||||
if (tags != null) result.tags = tags;
|
||||
if (sendToIssuer != null) result.sendToIssuer = sendToIssuer;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -353,6 +355,7 @@ class ListNotifChanges extends $pb.GeneratedMessage {
|
||||
..aOS(4, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
||||
..pc<NotifChanges>(5, _omitFieldNames ? '' : 'NotifChanges', $pb.PbFieldType.PM, protoName: 'NotifChanges', subBuilder: NotifChanges.create)
|
||||
..aOM<$1.Struct>(6, _omitFieldNames ? '' : 'Tags', protoName: 'Tags', subBuilder: $1.Struct.create)
|
||||
..aOB(7, _omitFieldNames ? '' : 'SendToIssuer', protoName: 'SendToIssuer')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -422,6 +425,15 @@ class ListNotifChanges extends $pb.GeneratedMessage {
|
||||
void clearTags() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$1.Struct ensureTags() => $_ensure(5);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool get sendToIssuer => $_getBF(6);
|
||||
@$pb.TagNumber(7)
|
||||
set sendToIssuer($core.bool value) => $_setBool(6, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasSendToIssuer() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearSendToIssuer() => $_clearField(7);
|
||||
}
|
||||
|
||||
class NotifChanges extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -150,6 +150,7 @@ const ListNotifChanges$json = {
|
||||
{'1': 'EntityRefID', '3': 4, '4': 1, '5': 9, '10': 'EntityRefID'},
|
||||
{'1': 'NotifChanges', '3': 5, '4': 3, '5': 11, '6': '.api.NotifChanges', '10': 'NotifChanges'},
|
||||
{'1': 'Tags', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'Tags'},
|
||||
{'1': 'SendToIssuer', '3': 7, '4': 1, '5': 8, '10': 'SendToIssuer'},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -159,7 +160,8 @@ final $typed_data.Uint8List listNotifChangesDescriptor = $convert.base64Decode(
|
||||
'liaWxpdHlVUkkYAiABKAlSDVZpc2liaWxpdHlVUkkSHgoKRW50aXR5VHlwZRgDIAEoCVIKRW50'
|
||||
'aXR5VHlwZRIgCgtFbnRpdHlSZWZJRBgEIAEoCVILRW50aXR5UmVmSUQSNQoMTm90aWZDaGFuZ2'
|
||||
'VzGAUgAygLMhEuYXBpLk5vdGlmQ2hhbmdlc1IMTm90aWZDaGFuZ2VzEisKBFRhZ3MYBiABKAsy'
|
||||
'Fy5nb29nbGUucHJvdG9idWYuU3RydWN0UgRUYWdz');
|
||||
'Fy5nb29nbGUucHJvdG9idWYuU3RydWN0UgRUYWdzEiIKDFNlbmRUb0lzc3VlchgHIAEoCFIMU2'
|
||||
'VuZFRvSXNzdWVy');
|
||||
|
||||
@$core.Deprecated('Use notifChangesDescriptor instead')
|
||||
const NotifChanges$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251121161108
|
||||
version: 1.12.0-SNAPSHOT-251121165907
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user