Release 1.10.6

This commit is contained in:
ci core model
2025-05-19 13:38:48 +00:00
parent 2fe38abe9f
commit 1c1f8cc138
167 changed files with 5858 additions and 19865 deletions

View File

@@ -13,7 +13,7 @@ import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import 'collabShared.pbenum.dart' as $75;
import 'collabShared.pbenum.dart' as $70;
import 'shared.pb.dart' as $3;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
@@ -22,7 +22,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
/// NotifyByMail
class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
factory NotifNotifyByMailPayload({
$75.NotifTypeEnum? notificationType,
$70.NotifTypeEnum? notificationType,
$core.String? issuerID,
$core.Iterable<$core.String>? contacts,
$core.String? details,
@@ -63,7 +63,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
factory NotifNotifyByMailPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'NotifNotifyByMailPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..e<$75.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $75.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $75.NotifTypeEnum.valueOf, enumValues: $75.NotifTypeEnum.values)
..e<$70.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $70.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $70.NotifTypeEnum.valueOf, enumValues: $70.NotifTypeEnum.values)
..aOS(2, _omitFieldNames ? '' : 'IssuerID', protoName: 'IssuerID')
..pPS(3, _omitFieldNames ? '' : 'Contacts', protoName: 'Contacts')
..aOS(4, _omitFieldNames ? '' : 'Details', protoName: 'Details')
@@ -96,9 +96,9 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
static NotifNotifyByMailPayload? _defaultInstance;
@$pb.TagNumber(1)
$75.NotifTypeEnum get notificationType => $_getN(0);
$70.NotifTypeEnum get notificationType => $_getN(0);
@$pb.TagNumber(1)
set notificationType($75.NotifTypeEnum v) { $_setField(1, v); }
set notificationType($70.NotifTypeEnum v) { $_setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasNotificationType() => $_has(0);
@$pb.TagNumber(1)
@@ -282,7 +282,7 @@ class NotifNotifyByMail extends $pb.GeneratedMessage {
/// NotifyChatRoom
class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
factory NotifNotifyChatRoomPayload({
$75.NotifTypeEnum? notificationType,
$70.NotifTypeEnum? notificationType,
$core.String? issuerID,
$core.Iterable<$core.String>? contacts,
$core.String? details,
@@ -323,7 +323,7 @@ class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
factory NotifNotifyChatRoomPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'NotifNotifyChatRoomPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..e<$75.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $75.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $75.NotifTypeEnum.valueOf, enumValues: $75.NotifTypeEnum.values)
..e<$70.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $70.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $70.NotifTypeEnum.valueOf, enumValues: $70.NotifTypeEnum.values)
..aOS(2, _omitFieldNames ? '' : 'IssuerID', protoName: 'IssuerID')
..pPS(3, _omitFieldNames ? '' : 'Contacts', protoName: 'Contacts')
..aOS(4, _omitFieldNames ? '' : 'Details', protoName: 'Details')
@@ -356,9 +356,9 @@ class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
static NotifNotifyChatRoomPayload? _defaultInstance;
@$pb.TagNumber(1)
$75.NotifTypeEnum get notificationType => $_getN(0);
$70.NotifTypeEnum get notificationType => $_getN(0);
@$pb.TagNumber(1)
set notificationType($75.NotifTypeEnum v) { $_setField(1, v); }
set notificationType($70.NotifTypeEnum v) { $_setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasNotificationType() => $_has(0);
@$pb.TagNumber(1)