Latest generation

This commit is contained in:
ci core model
2025-06-24 13:53:43 +00:00
parent 24d0ab7281
commit 8c48b29fe3
90 changed files with 3405 additions and 3303 deletions

View File

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