You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -105,6 +105,8 @@ class NotifPayload extends $pb.GeneratedMessage {
|
||||
$core.String? entityType,
|
||||
$core.String? entityRefID,
|
||||
$core.String? tags,
|
||||
$core.Iterable<$core.String>? contactMails,
|
||||
$core.bool? groupSending,
|
||||
}) {
|
||||
final result = create();
|
||||
if (notificationType != null) result.notificationType = notificationType;
|
||||
@@ -115,6 +117,8 @@ class NotifPayload extends $pb.GeneratedMessage {
|
||||
if (entityType != null) result.entityType = entityType;
|
||||
if (entityRefID != null) result.entityRefID = entityRefID;
|
||||
if (tags != null) result.tags = tags;
|
||||
if (contactMails != null) result.contactMails.addAll(contactMails);
|
||||
if (groupSending != null) result.groupSending = groupSending;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -132,6 +136,8 @@ class NotifPayload extends $pb.GeneratedMessage {
|
||||
..aOS(6, _omitFieldNames ? '' : 'EntityType', protoName: 'EntityType')
|
||||
..aOS(7, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
||||
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
|
||||
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
|
||||
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -224,6 +230,19 @@ class NotifPayload extends $pb.GeneratedMessage {
|
||||
$core.bool hasTags() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearTags() => $_clearField(8);
|
||||
|
||||
/// List of contacts mail
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$core.String> get contactMails => $_getList(8);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool get groupSending => $_getBF(9);
|
||||
@$pb.TagNumber(10)
|
||||
set groupSending($core.bool value) => $_setBool(9, value);
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasGroupSending() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearGroupSending() => $_clearField(10);
|
||||
}
|
||||
|
||||
class NotifTriplet extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -42,6 +42,8 @@ const NotifPayload$json = {
|
||||
{'1': 'EntityType', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'EntityType'},
|
||||
{'1': 'EntityRefID', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
|
||||
{'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'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -60,9 +62,12 @@ final $typed_data.Uint8List notifPayloadDescriptor = $convert.base64Decode(
|
||||
'YgZW50aXR5+kIEcgIQAVIKRW50aXR5VHlwZRJxCgtFbnRpdHlSZWZJRBgHIAEoCUJPkkEOMgxJ'
|
||||
'RCBvZiBlbnRpdHn6QgRyAhABysIYHAoaCgEqEhVnZW5lcmF0ZWRUZXh0LGtleXdvcmTawhgTCh'
|
||||
'EKASoSDHNob3J0S2V5d29yZFILRW50aXR5UmVmSUQSHQoEVGFncxgIIAEoCUIJkkEGMgRUYWdz'
|
||||
'UgRUYWdzOnCSQW0Ka9IBEE5vdGlmaWNhdGlvblR5cGXSAQhJc3N1ZXJJRNIBCENvbnRhY3Rz0g'
|
||||
'EJT2xkU3RhdHVz0gEJTmV3U3RhdHVz0gEMRW50aXR5RG9tYWlu0gEKRW50aXR5VHlwZdIBC0Vu'
|
||||
'dGl0eVJlZklE');
|
||||
'UgRUYWdzEpABCgxDb250YWN0TWFpbHMYCSADKAlCbJJBHzIdTWFpbCBvZiB0aGUgY29udGFjdC'
|
||||
'B0byBub3RpZnn6QkeSAUQiQnJAMj5eWzAtOWEtZl17OH0tWzAtOWEtZl17NH0tWzAtOWEtZl17'
|
||||
'NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIMQ29udGFjdE1haWxzEiIKDEdyb3VwU2VuZG'
|
||||
'luZxgKIAEoCFIMR3JvdXBTZW5kaW5nOnCSQW0Ka9IBEE5vdGlmaWNhdGlvblR5cGXSAQhJc3N1'
|
||||
'ZXJJRNIBCENvbnRhY3Rz0gEJT2xkU3RhdHVz0gEJTmV3U3RhdHVz0gEMRW50aXR5RG9tYWlu0g'
|
||||
'EKRW50aXR5VHlwZdIBC0VudGl0eVJlZklE');
|
||||
|
||||
@$core.Deprecated('Use notifTripletDescriptor instead')
|
||||
const NotifTriplet$json = {
|
||||
|
||||
@@ -31,6 +31,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
$core.String? entityType,
|
||||
$core.String? entityRefID,
|
||||
$core.String? tags,
|
||||
$core.Iterable<$core.String>? contactMails,
|
||||
$core.bool? groupSending,
|
||||
}) {
|
||||
final result = create();
|
||||
@@ -42,6 +43,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
if (entityType != null) result.entityType = entityType;
|
||||
if (entityRefID != null) result.entityRefID = entityRefID;
|
||||
if (tags != null) result.tags = tags;
|
||||
if (contactMails != null) result.contactMails.addAll(contactMails);
|
||||
if (groupSending != null) result.groupSending = groupSending;
|
||||
return result;
|
||||
}
|
||||
@@ -60,7 +62,8 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
..aOS(6, _omitFieldNames ? '' : 'EntityType', protoName: 'EntityType')
|
||||
..aOS(7, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
||||
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
|
||||
..aOB(9, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
|
||||
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -148,13 +151,16 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
void clearTags() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool get groupSending => $_getBF(8);
|
||||
@$pb.TagNumber(9)
|
||||
set groupSending($core.bool value) => $_setBool(8, value);
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool hasGroupSending() => $_has(8);
|
||||
@$pb.TagNumber(9)
|
||||
void clearGroupSending() => $_clearField(9);
|
||||
$pb.PbList<$core.String> get contactMails => $_getList(8);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool get groupSending => $_getBF(9);
|
||||
@$pb.TagNumber(10)
|
||||
set groupSending($core.bool value) => $_setBool(9, value);
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasGroupSending() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearGroupSending() => $_clearField(10);
|
||||
}
|
||||
|
||||
class NotifNotifyByMail extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -26,7 +26,8 @@ const NotifNotifyByMailPayload$json = {
|
||||
{'1': 'EntityType', '3': 6, '4': 1, '5': 9, '10': 'EntityType'},
|
||||
{'1': 'EntityRefID', '3': 7, '4': 1, '5': 9, '10': 'EntityRefID'},
|
||||
{'1': 'Tags', '3': 8, '4': 1, '5': 9, '10': 'Tags'},
|
||||
{'1': 'GroupSending', '3': 9, '4': 1, '5': 8, '10': 'GroupSending'},
|
||||
{'1': 'ContactMails', '3': 9, '4': 3, '5': 9, '10': 'ContactMails'},
|
||||
{'1': 'GroupSending', '3': 10, '4': 1, '5': 8, '10': 'GroupSending'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -38,8 +39,9 @@ final $typed_data.Uint8List notifNotifyByMailPayloadDescriptor = $convert.base64
|
||||
'c3N1ZXJJRBIaCghDb250YWN0cxgDIAMoCVIIQ29udGFjdHMSGAoHRGV0YWlscxgEIAEoCVIHRG'
|
||||
'V0YWlscxIiCgxFbnRpdHlEb21haW4YBSABKAlSDEVudGl0eURvbWFpbhIeCgpFbnRpdHlUeXBl'
|
||||
'GAYgASgJUgpFbnRpdHlUeXBlEiAKC0VudGl0eVJlZklEGAcgASgJUgtFbnRpdHlSZWZJRBISCg'
|
||||
'RUYWdzGAggASgJUgRUYWdzEiIKDEdyb3VwU2VuZGluZxgJIAEoCFIMR3JvdXBTZW5kaW5nOh+i'
|
||||
'uxgHQ29tbWFuZKi7GAGyuxgMTm90aWZ5QnlNYWls');
|
||||
'RUYWdzGAggASgJUgRUYWdzEiIKDENvbnRhY3RNYWlscxgJIAMoCVIMQ29udGFjdE1haWxzEiIK'
|
||||
'DEdyb3VwU2VuZGluZxgKIAEoCFIMR3JvdXBTZW5kaW5nOh+iuxgHQ29tbWFuZKi7GAGyuxgMTm'
|
||||
'90aWZ5QnlNYWls');
|
||||
|
||||
@$core.Deprecated('Use notifNotifyByMailDescriptor instead')
|
||||
const NotifNotifyByMail$json = {
|
||||
|
||||
@@ -30,6 +30,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.String? entityRefID,
|
||||
$core.String? tags,
|
||||
$core.Iterable<$core.String>? contactMails,
|
||||
$core.bool? groupSending,
|
||||
}) {
|
||||
final result = create();
|
||||
if (notificationType != null) result.notificationType = notificationType;
|
||||
@@ -41,6 +42,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
if (entityRefID != null) result.entityRefID = entityRefID;
|
||||
if (tags != null) result.tags = tags;
|
||||
if (contactMails != null) result.contactMails.addAll(contactMails);
|
||||
if (groupSending != null) result.groupSending = groupSending;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -59,6 +61,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
..aOS(7, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
||||
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
|
||||
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
|
||||
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -155,6 +158,15 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
/// List of contacts mail
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$core.String> get contactMails => $_getList(8);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool get groupSending => $_getBF(9);
|
||||
@$pb.TagNumber(10)
|
||||
set groupSending($core.bool value) => $_setBool(9, value);
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasGroupSending() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearGroupSending() => $_clearField(10);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
@@ -27,6 +27,7 @@ const NotifCreatedPayload$json = {
|
||||
{'1': 'EntityRefID', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
|
||||
{'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'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -47,9 +48,10 @@ final $typed_data.Uint8List notifCreatedPayloadDescriptor = $convert.base64Decod
|
||||
'JBDjIMSUQgb2YgZW50aXR5+kIEcgIQAVILRW50aXR5UmVmSUQSHQoEVGFncxgIIAEoCUIJkkEG'
|
||||
'MgRUYWdzUgRUYWdzEpABCgxDb250YWN0TWFpbHMYCSADKAlCbJJBHzIdTWFpbCBvZiB0aGUgY2'
|
||||
'9udGFjdCB0byBub3RpZnn6QkeSAUQiQnJAMj5eWzAtOWEtZl17OH0tWzAtOWEtZl17NH0tWzAt'
|
||||
'OWEtZl17NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIMQ29udGFjdE1haWxzOnCSQVUKU9'
|
||||
'IBEE5vdGlmaWNhdGlvblR5cGXSAQhJc3N1ZXJJRNIBCENvbnRhY3Rz0gEMRW50aXR5RG9tYWlu'
|
||||
'0gEKRW50aXR5VHlwZdIBC0VudGl0eVJlZklEorsYBUV2ZW50qLsYAbq7GAdDcmVhdGVk');
|
||||
'OWEtZl17NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIMQ29udGFjdE1haWxzEiIKDEdyb3'
|
||||
'VwU2VuZGluZxgKIAEoCFIMR3JvdXBTZW5kaW5nOnCSQVUKU9IBEE5vdGlmaWNhdGlvblR5cGXS'
|
||||
'AQhJc3N1ZXJJRNIBCENvbnRhY3Rz0gEMRW50aXR5RG9tYWlu0gEKRW50aXR5VHlwZdIBC0VudG'
|
||||
'l0eVJlZklEorsYBUV2ZW50qLsYAbq7GAdDcmVhdGVk');
|
||||
|
||||
@$core.Deprecated('Use notifCreatedEventDescriptor instead')
|
||||
const NotifCreatedEvent$json = {
|
||||
|
||||
Reference in New Issue
Block a user