Latest generation

This commit is contained in:
ci core model
2025-11-21 16:12:05 +00:00
parent 451eefbf41
commit 76650d9b2d
8 changed files with 51 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG # CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251121144207 Lib version: 1.12.0-SNAPSHOT-251121161108

View File

@@ -107,6 +107,7 @@ class NotifPayload extends $pb.GeneratedMessage {
$core.String? tags, $core.String? tags,
$core.Iterable<$core.String>? contactMails, $core.Iterable<$core.String>? contactMails,
$core.bool? groupSending, $core.bool? groupSending,
$core.bool? sendToIssuer,
}) { }) {
final result = create(); final result = create();
if (notificationType != null) result.notificationType = notificationType; if (notificationType != null) result.notificationType = notificationType;
@@ -119,6 +120,7 @@ class NotifPayload extends $pb.GeneratedMessage {
if (tags != null) result.tags = tags; if (tags != null) result.tags = tags;
if (contactMails != null) result.contactMails.addAll(contactMails); if (contactMails != null) result.contactMails.addAll(contactMails);
if (groupSending != null) result.groupSending = groupSending; if (groupSending != null) result.groupSending = groupSending;
if (sendToIssuer != null) result.sendToIssuer = sendToIssuer;
return result; return result;
} }
@@ -138,6 +140,7 @@ class NotifPayload extends $pb.GeneratedMessage {
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags') ..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails') ..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending') ..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
..aOB(11, _omitFieldNames ? '' : 'SendToIssuer', protoName: 'SendToIssuer')
..hasRequiredFields = false ..hasRequiredFields = false
; ;
@@ -243,6 +246,15 @@ class NotifPayload extends $pb.GeneratedMessage {
$core.bool hasGroupSending() => $_has(9); $core.bool hasGroupSending() => $_has(9);
@$pb.TagNumber(10) @$pb.TagNumber(10)
void clearGroupSending() => $_clearField(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 { class NotifTriplet extends $pb.GeneratedMessage {

View File

@@ -44,6 +44,7 @@ const NotifPayload$json = {
{'1': 'Tags', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'Tags'}, {'1': 'Tags', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'Tags'},
{'1': 'ContactMails', '3': 9, '4': 3, '5': 9, '8': {}, '10': 'ContactMails'}, {'1': 'ContactMails', '3': 9, '4': 3, '5': 9, '8': {}, '10': 'ContactMails'},
{'1': 'GroupSending', '3': 10, '4': 1, '5': 8, '10': 'GroupSending'}, {'1': 'GroupSending', '3': 10, '4': 1, '5': 8, '10': 'GroupSending'},
{'1': 'SendToIssuer', '3': 11, '4': 1, '5': 8, '10': 'SendToIssuer'},
], ],
'7': {}, '7': {},
}; };
@@ -65,9 +66,10 @@ final $typed_data.Uint8List notifPayloadDescriptor = $convert.base64Decode(
'UgRUYWdzEpABCgxDb250YWN0TWFpbHMYCSADKAlCbJJBHzIdTWFpbCBvZiB0aGUgY29udGFjdC' 'UgRUYWdzEpABCgxDb250YWN0TWFpbHMYCSADKAlCbJJBHzIdTWFpbCBvZiB0aGUgY29udGFjdC'
'B0byBub3RpZnn6QkeSAUQiQnJAMj5eWzAtOWEtZl17OH0tWzAtOWEtZl17NH0tWzAtOWEtZl17' 'B0byBub3RpZnn6QkeSAUQiQnJAMj5eWzAtOWEtZl17OH0tWzAtOWEtZl17NH0tWzAtOWEtZl17'
'NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIMQ29udGFjdE1haWxzEiIKDEdyb3VwU2VuZG' 'NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIMQ29udGFjdE1haWxzEiIKDEdyb3VwU2VuZG'
'luZxgKIAEoCFIMR3JvdXBTZW5kaW5nOnCSQW0Ka9IBEE5vdGlmaWNhdGlvblR5cGXSAQhJc3N1' 'luZxgKIAEoCFIMR3JvdXBTZW5kaW5nEiIKDFNlbmRUb0lzc3VlchgLIAEoCFIMU2VuZFRvSXNz'
'ZXJJRNIBCENvbnRhY3Rz0gEJT2xkU3RhdHVz0gEJTmV3U3RhdHVz0gEMRW50aXR5RG9tYWlu0g' 'dWVyOnCSQW0Ka9IBEE5vdGlmaWNhdGlvblR5cGXSAQhJc3N1ZXJJRNIBCENvbnRhY3Rz0gEJT2'
'EKRW50aXR5VHlwZdIBC0VudGl0eVJlZklE'); 'xkU3RhdHVz0gEJTmV3U3RhdHVz0gEMRW50aXR5RG9tYWlu0gEKRW50aXR5VHlwZdIBC0VudGl0'
'eVJlZklE');
@$core.Deprecated('Use notifTripletDescriptor instead') @$core.Deprecated('Use notifTripletDescriptor instead')
const NotifTriplet$json = { const NotifTriplet$json = {

View File

@@ -33,6 +33,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
$core.String? tags, $core.String? tags,
$core.Iterable<$core.String>? contactMails, $core.Iterable<$core.String>? contactMails,
$core.bool? groupSending, $core.bool? groupSending,
$core.bool? sendToIssuer,
}) { }) {
final result = create(); final result = create();
if (notificationType != null) result.notificationType = notificationType; if (notificationType != null) result.notificationType = notificationType;
@@ -45,6 +46,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
if (tags != null) result.tags = tags; if (tags != null) result.tags = tags;
if (contactMails != null) result.contactMails.addAll(contactMails); if (contactMails != null) result.contactMails.addAll(contactMails);
if (groupSending != null) result.groupSending = groupSending; if (groupSending != null) result.groupSending = groupSending;
if (sendToIssuer != null) result.sendToIssuer = sendToIssuer;
return result; return result;
} }
@@ -64,6 +66,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags') ..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails') ..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending') ..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
..aOB(11, _omitFieldNames ? '' : 'SendToIssuer', protoName: 'SendToIssuer')
..hasRequiredFields = false ..hasRequiredFields = false
; ;
@@ -161,6 +164,15 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
$core.bool hasGroupSending() => $_has(9); $core.bool hasGroupSending() => $_has(9);
@$pb.TagNumber(10) @$pb.TagNumber(10)
void clearGroupSending() => $_clearField(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 { class NotifNotifyByMail extends $pb.GeneratedMessage {

View File

@@ -28,6 +28,7 @@ const NotifNotifyByMailPayload$json = {
{'1': 'Tags', '3': 8, '4': 1, '5': 9, '10': 'Tags'}, {'1': 'Tags', '3': 8, '4': 1, '5': 9, '10': 'Tags'},
{'1': 'ContactMails', '3': 9, '4': 3, '5': 9, '10': 'ContactMails'}, {'1': 'ContactMails', '3': 9, '4': 3, '5': 9, '10': 'ContactMails'},
{'1': 'GroupSending', '3': 10, '4': 1, '5': 8, '10': 'GroupSending'}, {'1': 'GroupSending', '3': 10, '4': 1, '5': 8, '10': 'GroupSending'},
{'1': 'SendToIssuer', '3': 11, '4': 1, '5': 8, '10': 'SendToIssuer'},
], ],
'7': {}, '7': {},
}; };
@@ -40,8 +41,8 @@ final $typed_data.Uint8List notifNotifyByMailPayloadDescriptor = $convert.base64
'V0YWlscxIiCgxFbnRpdHlEb21haW4YBSABKAlSDEVudGl0eURvbWFpbhIeCgpFbnRpdHlUeXBl' 'V0YWlscxIiCgxFbnRpdHlEb21haW4YBSABKAlSDEVudGl0eURvbWFpbhIeCgpFbnRpdHlUeXBl'
'GAYgASgJUgpFbnRpdHlUeXBlEiAKC0VudGl0eVJlZklEGAcgASgJUgtFbnRpdHlSZWZJRBISCg' 'GAYgASgJUgpFbnRpdHlUeXBlEiAKC0VudGl0eVJlZklEGAcgASgJUgtFbnRpdHlSZWZJRBISCg'
'RUYWdzGAggASgJUgRUYWdzEiIKDENvbnRhY3RNYWlscxgJIAMoCVIMQ29udGFjdE1haWxzEiIK' 'RUYWdzGAggASgJUgRUYWdzEiIKDENvbnRhY3RNYWlscxgJIAMoCVIMQ29udGFjdE1haWxzEiIK'
'DEdyb3VwU2VuZGluZxgKIAEoCFIMR3JvdXBTZW5kaW5nOh+iuxgHQ29tbWFuZKi7GAGyuxgMTm' 'DEdyb3VwU2VuZGluZxgKIAEoCFIMR3JvdXBTZW5kaW5nEiIKDFNlbmRUb0lzc3VlchgLIAEoCF'
'90aWZ5QnlNYWls'); 'IMU2VuZFRvSXNzdWVyOh+iuxgHQ29tbWFuZKi7GAGyuxgMTm90aWZ5QnlNYWls');
@$core.Deprecated('Use notifNotifyByMailDescriptor instead') @$core.Deprecated('Use notifNotifyByMailDescriptor instead')
const NotifNotifyByMail$json = { const NotifNotifyByMail$json = {

View File

@@ -31,6 +31,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
$core.String? tags, $core.String? tags,
$core.Iterable<$core.String>? contactMails, $core.Iterable<$core.String>? contactMails,
$core.bool? groupSending, $core.bool? groupSending,
$core.bool? sendToIssuer,
}) { }) {
final result = create(); final result = create();
if (notificationType != null) result.notificationType = notificationType; if (notificationType != null) result.notificationType = notificationType;
@@ -43,6 +44,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
if (tags != null) result.tags = tags; if (tags != null) result.tags = tags;
if (contactMails != null) result.contactMails.addAll(contactMails); if (contactMails != null) result.contactMails.addAll(contactMails);
if (groupSending != null) result.groupSending = groupSending; if (groupSending != null) result.groupSending = groupSending;
if (sendToIssuer != null) result.sendToIssuer = sendToIssuer;
return result; return result;
} }
@@ -62,6 +64,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags') ..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails') ..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending') ..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
..aOB(11, _omitFieldNames ? '' : 'SendToIssuer', protoName: 'SendToIssuer')
..hasRequiredFields = false ..hasRequiredFields = false
; ;
@@ -167,6 +170,15 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
$core.bool hasGroupSending() => $_has(9); $core.bool hasGroupSending() => $_has(9);
@$pb.TagNumber(10) @$pb.TagNumber(10)
void clearGroupSending() => $_clearField(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 /// Event message

View File

@@ -28,6 +28,7 @@ const NotifCreatedPayload$json = {
{'1': 'Tags', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'Tags'}, {'1': 'Tags', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'Tags'},
{'1': 'ContactMails', '3': 9, '4': 3, '5': 9, '8': {}, '10': 'ContactMails'}, {'1': 'ContactMails', '3': 9, '4': 3, '5': 9, '8': {}, '10': 'ContactMails'},
{'1': 'GroupSending', '3': 10, '4': 1, '5': 8, '10': 'GroupSending'}, {'1': 'GroupSending', '3': 10, '4': 1, '5': 8, '10': 'GroupSending'},
{'1': 'SendToIssuer', '3': 11, '4': 1, '5': 8, '10': 'SendToIssuer'},
], ],
'7': {}, '7': {},
}; };
@@ -49,9 +50,10 @@ final $typed_data.Uint8List notifCreatedPayloadDescriptor = $convert.base64Decod
'MgRUYWdzUgRUYWdzEpABCgxDb250YWN0TWFpbHMYCSADKAlCbJJBHzIdTWFpbCBvZiB0aGUgY2' 'MgRUYWdzUgRUYWdzEpABCgxDb250YWN0TWFpbHMYCSADKAlCbJJBHzIdTWFpbCBvZiB0aGUgY2'
'9udGFjdCB0byBub3RpZnn6QkeSAUQiQnJAMj5eWzAtOWEtZl17OH0tWzAtOWEtZl17NH0tWzAt' '9udGFjdCB0byBub3RpZnn6QkeSAUQiQnJAMj5eWzAtOWEtZl17OH0tWzAtOWEtZl17NH0tWzAt'
'OWEtZl17NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIMQ29udGFjdE1haWxzEiIKDEdyb3' 'OWEtZl17NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIMQ29udGFjdE1haWxzEiIKDEdyb3'
'VwU2VuZGluZxgKIAEoCFIMR3JvdXBTZW5kaW5nOnCSQVUKU9IBEE5vdGlmaWNhdGlvblR5cGXS' 'VwU2VuZGluZxgKIAEoCFIMR3JvdXBTZW5kaW5nEiIKDFNlbmRUb0lzc3VlchgLIAEoCFIMU2Vu'
'AQhJc3N1ZXJJRNIBCENvbnRhY3Rz0gEMRW50aXR5RG9tYWlu0gEKRW50aXR5VHlwZdIBC0VudG' 'ZFRvSXNzdWVyOnCSQVUKU9IBEE5vdGlmaWNhdGlvblR5cGXSAQhJc3N1ZXJJRNIBCENvbnRhY3'
'l0eVJlZklEorsYBUV2ZW50qLsYAbq7GAdDcmVhdGVk'); 'Rz0gEMRW50aXR5RG9tYWlu0gEKRW50aXR5VHlwZdIBC0VudGl0eVJlZklEorsYBUV2ZW50qLsY'
'Abq7GAdDcmVhdGVk');
@$core.Deprecated('Use notifCreatedEventDescriptor instead') @$core.Deprecated('Use notifCreatedEventDescriptor instead')
const NotifCreatedEvent$json = { const NotifCreatedEvent$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk name: dart_core_sdk
description: dart libs from core model proto files description: dart libs from core model proto files
version: 1.12.0-SNAPSHOT-251121144207 version: 1.12.0-SNAPSHOT-251121161108
homepage: '' homepage: ''
publish_to: '' publish_to: ''
repository: '' repository: ''