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-251121144207
|
||||
Lib version: 1.12.0-SNAPSHOT-251121161108
|
||||
|
||||
@@ -107,6 +107,7 @@ class NotifPayload extends $pb.GeneratedMessage {
|
||||
$core.String? tags,
|
||||
$core.Iterable<$core.String>? contactMails,
|
||||
$core.bool? groupSending,
|
||||
$core.bool? sendToIssuer,
|
||||
}) {
|
||||
final result = create();
|
||||
if (notificationType != null) result.notificationType = notificationType;
|
||||
@@ -119,6 +120,7 @@ class NotifPayload extends $pb.GeneratedMessage {
|
||||
if (tags != null) result.tags = tags;
|
||||
if (contactMails != null) result.contactMails.addAll(contactMails);
|
||||
if (groupSending != null) result.groupSending = groupSending;
|
||||
if (sendToIssuer != null) result.sendToIssuer = sendToIssuer;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -138,6 +140,7 @@ class NotifPayload extends $pb.GeneratedMessage {
|
||||
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
|
||||
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
|
||||
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..aOB(11, _omitFieldNames ? '' : 'SendToIssuer', protoName: 'SendToIssuer')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -243,6 +246,15 @@ class NotifPayload extends $pb.GeneratedMessage {
|
||||
$core.bool hasGroupSending() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearGroupSending() => $_clearField(10);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool get sendToIssuer => $_getBF(10);
|
||||
@$pb.TagNumber(11)
|
||||
set sendToIssuer($core.bool value) => $_setBool(10, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasSendToIssuer() => $_has(10);
|
||||
@$pb.TagNumber(11)
|
||||
void clearSendToIssuer() => $_clearField(11);
|
||||
}
|
||||
|
||||
class NotifTriplet extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -44,6 +44,7 @@ const NotifPayload$json = {
|
||||
{'1': 'Tags', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'Tags'},
|
||||
{'1': 'ContactMails', '3': 9, '4': 3, '5': 9, '8': {}, '10': 'ContactMails'},
|
||||
{'1': 'GroupSending', '3': 10, '4': 1, '5': 8, '10': 'GroupSending'},
|
||||
{'1': 'SendToIssuer', '3': 11, '4': 1, '5': 8, '10': 'SendToIssuer'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -65,9 +66,10 @@ final $typed_data.Uint8List notifPayloadDescriptor = $convert.base64Decode(
|
||||
'UgRUYWdzEpABCgxDb250YWN0TWFpbHMYCSADKAlCbJJBHzIdTWFpbCBvZiB0aGUgY29udGFjdC'
|
||||
'B0byBub3RpZnn6QkeSAUQiQnJAMj5eWzAtOWEtZl17OH0tWzAtOWEtZl17NH0tWzAtOWEtZl17'
|
||||
'NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIMQ29udGFjdE1haWxzEiIKDEdyb3VwU2VuZG'
|
||||
'luZxgKIAEoCFIMR3JvdXBTZW5kaW5nOnCSQW0Ka9IBEE5vdGlmaWNhdGlvblR5cGXSAQhJc3N1'
|
||||
'ZXJJRNIBCENvbnRhY3Rz0gEJT2xkU3RhdHVz0gEJTmV3U3RhdHVz0gEMRW50aXR5RG9tYWlu0g'
|
||||
'EKRW50aXR5VHlwZdIBC0VudGl0eVJlZklE');
|
||||
'luZxgKIAEoCFIMR3JvdXBTZW5kaW5nEiIKDFNlbmRUb0lzc3VlchgLIAEoCFIMU2VuZFRvSXNz'
|
||||
'dWVyOnCSQW0Ka9IBEE5vdGlmaWNhdGlvblR5cGXSAQhJc3N1ZXJJRNIBCENvbnRhY3Rz0gEJT2'
|
||||
'xkU3RhdHVz0gEJTmV3U3RhdHVz0gEMRW50aXR5RG9tYWlu0gEKRW50aXR5VHlwZdIBC0VudGl0'
|
||||
'eVJlZklE');
|
||||
|
||||
@$core.Deprecated('Use notifTripletDescriptor instead')
|
||||
const NotifTriplet$json = {
|
||||
|
||||
@@ -33,6 +33,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
$core.String? tags,
|
||||
$core.Iterable<$core.String>? contactMails,
|
||||
$core.bool? groupSending,
|
||||
$core.bool? sendToIssuer,
|
||||
}) {
|
||||
final result = create();
|
||||
if (notificationType != null) result.notificationType = notificationType;
|
||||
@@ -45,6 +46,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
if (tags != null) result.tags = tags;
|
||||
if (contactMails != null) result.contactMails.addAll(contactMails);
|
||||
if (groupSending != null) result.groupSending = groupSending;
|
||||
if (sendToIssuer != null) result.sendToIssuer = sendToIssuer;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -64,6 +66,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
|
||||
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
|
||||
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..aOB(11, _omitFieldNames ? '' : 'SendToIssuer', protoName: 'SendToIssuer')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -161,6 +164,15 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
$core.bool hasGroupSending() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearGroupSending() => $_clearField(10);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool get sendToIssuer => $_getBF(10);
|
||||
@$pb.TagNumber(11)
|
||||
set sendToIssuer($core.bool value) => $_setBool(10, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasSendToIssuer() => $_has(10);
|
||||
@$pb.TagNumber(11)
|
||||
void clearSendToIssuer() => $_clearField(11);
|
||||
}
|
||||
|
||||
class NotifNotifyByMail extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -28,6 +28,7 @@ const NotifNotifyByMailPayload$json = {
|
||||
{'1': 'Tags', '3': 8, '4': 1, '5': 9, '10': 'Tags'},
|
||||
{'1': 'ContactMails', '3': 9, '4': 3, '5': 9, '10': 'ContactMails'},
|
||||
{'1': 'GroupSending', '3': 10, '4': 1, '5': 8, '10': 'GroupSending'},
|
||||
{'1': 'SendToIssuer', '3': 11, '4': 1, '5': 8, '10': 'SendToIssuer'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -40,8 +41,8 @@ final $typed_data.Uint8List notifNotifyByMailPayloadDescriptor = $convert.base64
|
||||
'V0YWlscxIiCgxFbnRpdHlEb21haW4YBSABKAlSDEVudGl0eURvbWFpbhIeCgpFbnRpdHlUeXBl'
|
||||
'GAYgASgJUgpFbnRpdHlUeXBlEiAKC0VudGl0eVJlZklEGAcgASgJUgtFbnRpdHlSZWZJRBISCg'
|
||||
'RUYWdzGAggASgJUgRUYWdzEiIKDENvbnRhY3RNYWlscxgJIAMoCVIMQ29udGFjdE1haWxzEiIK'
|
||||
'DEdyb3VwU2VuZGluZxgKIAEoCFIMR3JvdXBTZW5kaW5nOh+iuxgHQ29tbWFuZKi7GAGyuxgMTm'
|
||||
'90aWZ5QnlNYWls');
|
||||
'DEdyb3VwU2VuZGluZxgKIAEoCFIMR3JvdXBTZW5kaW5nEiIKDFNlbmRUb0lzc3VlchgLIAEoCF'
|
||||
'IMU2VuZFRvSXNzdWVyOh+iuxgHQ29tbWFuZKi7GAGyuxgMTm90aWZ5QnlNYWls');
|
||||
|
||||
@$core.Deprecated('Use notifNotifyByMailDescriptor instead')
|
||||
const NotifNotifyByMail$json = {
|
||||
|
||||
@@ -31,6 +31,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.String? tags,
|
||||
$core.Iterable<$core.String>? contactMails,
|
||||
$core.bool? groupSending,
|
||||
$core.bool? sendToIssuer,
|
||||
}) {
|
||||
final result = create();
|
||||
if (notificationType != null) result.notificationType = notificationType;
|
||||
@@ -43,6 +44,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
if (tags != null) result.tags = tags;
|
||||
if (contactMails != null) result.contactMails.addAll(contactMails);
|
||||
if (groupSending != null) result.groupSending = groupSending;
|
||||
if (sendToIssuer != null) result.sendToIssuer = sendToIssuer;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -62,6 +64,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
|
||||
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
|
||||
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..aOB(11, _omitFieldNames ? '' : 'SendToIssuer', protoName: 'SendToIssuer')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -167,6 +170,15 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.bool hasGroupSending() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearGroupSending() => $_clearField(10);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool get sendToIssuer => $_getBF(10);
|
||||
@$pb.TagNumber(11)
|
||||
set sendToIssuer($core.bool value) => $_setBool(10, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasSendToIssuer() => $_has(10);
|
||||
@$pb.TagNumber(11)
|
||||
void clearSendToIssuer() => $_clearField(11);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
@@ -28,6 +28,7 @@ const NotifCreatedPayload$json = {
|
||||
{'1': 'Tags', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'Tags'},
|
||||
{'1': 'ContactMails', '3': 9, '4': 3, '5': 9, '8': {}, '10': 'ContactMails'},
|
||||
{'1': 'GroupSending', '3': 10, '4': 1, '5': 8, '10': 'GroupSending'},
|
||||
{'1': 'SendToIssuer', '3': 11, '4': 1, '5': 8, '10': 'SendToIssuer'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -49,9 +50,10 @@ final $typed_data.Uint8List notifCreatedPayloadDescriptor = $convert.base64Decod
|
||||
'MgRUYWdzUgRUYWdzEpABCgxDb250YWN0TWFpbHMYCSADKAlCbJJBHzIdTWFpbCBvZiB0aGUgY2'
|
||||
'9udGFjdCB0byBub3RpZnn6QkeSAUQiQnJAMj5eWzAtOWEtZl17OH0tWzAtOWEtZl17NH0tWzAt'
|
||||
'OWEtZl17NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIMQ29udGFjdE1haWxzEiIKDEdyb3'
|
||||
'VwU2VuZGluZxgKIAEoCFIMR3JvdXBTZW5kaW5nOnCSQVUKU9IBEE5vdGlmaWNhdGlvblR5cGXS'
|
||||
'AQhJc3N1ZXJJRNIBCENvbnRhY3Rz0gEMRW50aXR5RG9tYWlu0gEKRW50aXR5VHlwZdIBC0VudG'
|
||||
'l0eVJlZklEorsYBUV2ZW50qLsYAbq7GAdDcmVhdGVk');
|
||||
'VwU2VuZGluZxgKIAEoCFIMR3JvdXBTZW5kaW5nEiIKDFNlbmRUb0lzc3VlchgLIAEoCFIMU2Vu'
|
||||
'ZFRvSXNzdWVyOnCSQVUKU9IBEE5vdGlmaWNhdGlvblR5cGXSAQhJc3N1ZXJJRNIBCENvbnRhY3'
|
||||
'Rz0gEMRW50aXR5RG9tYWlu0gEKRW50aXR5VHlwZdIBC0VudGl0eVJlZklEorsYBUV2ZW50qLsY'
|
||||
'Abq7GAdDcmVhdGVk');
|
||||
|
||||
@$core.Deprecated('Use notifCreatedEventDescriptor instead')
|
||||
const NotifCreatedEvent$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251121144207
|
||||
version: 1.12.0-SNAPSHOT-251121161108
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user