Latest generation

This commit is contained in:
ci core model
2025-05-05 09:13:40 +00:00
parent d8da740588
commit 2dad9d51c8
136 changed files with 6276 additions and 6261 deletions

View File

@@ -13,14 +13,14 @@ import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import 'collabShared.pbenum.dart' as $80;
import 'collabShared.pbenum.dart' as $93;
import 'shared.pb.dart' as $35;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
class NotifCreatedPayload extends $pb.GeneratedMessage {
factory NotifCreatedPayload({
$80.NotifTypeEnum? notificationType,
$93.NotifTypeEnum? notificationType,
$core.String? issuerID,
$core.Iterable<$core.String>? contacts,
$core.String? details,
@@ -61,7 +61,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
factory NotifCreatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'NotifCreatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..e<$80.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $80.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $80.NotifTypeEnum.valueOf, enumValues: $80.NotifTypeEnum.values)
..e<$93.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $93.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $93.NotifTypeEnum.valueOf, enumValues: $93.NotifTypeEnum.values)
..aOS(2, _omitFieldNames ? '' : 'IssuerID', protoName: 'IssuerID')
..pPS(3, _omitFieldNames ? '' : 'Contacts', protoName: 'Contacts')
..aOS(4, _omitFieldNames ? '' : 'Details', protoName: 'Details')
@@ -95,9 +95,9 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
/// Type Of Change to be notified
@$pb.TagNumber(1)
$80.NotifTypeEnum get notificationType => $_getN(0);
$93.NotifTypeEnum get notificationType => $_getN(0);
@$pb.TagNumber(1)
set notificationType($80.NotifTypeEnum v) { $_setField(1, v); }
set notificationType($93.NotifTypeEnum v) { $_setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasNotificationType() => $_has(0);
@$pb.TagNumber(1)