diff --git a/CHANGELOG.md b/CHANGELOG.md index e1b94460..6f94d255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.12.0-SNAPSHOT-251121144207 +Lib version: 1.12.0-SNAPSHOT-251121161108 diff --git a/lib/notif.pb.dart b/lib/notif.pb.dart index 3a0dc72f..d8563b36 100644 --- a/lib/notif.pb.dart +++ b/lib/notif.pb.dart @@ -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 { diff --git a/lib/notif.pbjson.dart b/lib/notif.pbjson.dart index f90a1f53..c887b465 100644 --- a/lib/notif.pbjson.dart +++ b/lib/notif.pbjson.dart @@ -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 = { diff --git a/lib/notifAction.pb.dart b/lib/notifAction.pb.dart index dfeef3c9..8aa618ca 100644 --- a/lib/notifAction.pb.dart +++ b/lib/notifAction.pb.dart @@ -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 { diff --git a/lib/notifAction.pbjson.dart b/lib/notifAction.pbjson.dart index 129e39cc..6d2ec1f4 100644 --- a/lib/notifAction.pbjson.dart +++ b/lib/notifAction.pbjson.dart @@ -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 = { diff --git a/lib/notifInput.pb.dart b/lib/notifInput.pb.dart index 2874c6a9..7a9c5a9f 100644 --- a/lib/notifInput.pb.dart +++ b/lib/notifInput.pb.dart @@ -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 diff --git a/lib/notifInput.pbjson.dart b/lib/notifInput.pbjson.dart index 46fb249d..06c54126 100644 --- a/lib/notifInput.pbjson.dart +++ b/lib/notifInput.pbjson.dart @@ -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 = { diff --git a/pubspec.yaml b/pubspec.yaml index 80b4dda8..61115a6b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: ''