@@ -819,7 +819,7 @@ export type CalendarItemRecurrenceRuleInput = {
819
819
820
820
export type CalendarItemReply = {
821
821
__typename ?: 'CalendarItemReply' ;
822
- attendee ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
822
+ address ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
823
823
participationStatus ?: Maybe < ParticipationStatus > ;
824
824
} ;
825
825
@@ -1136,7 +1136,7 @@ export type ConversationConditionInput = {
1136
1136
1137
1137
export type CounterAppointmentInput = {
1138
1138
componentNum ?: InputMaybe < Scalars [ 'Int' ] [ 'input' ] > ;
1139
- id : Scalars [ 'ID' ] [ 'input' ] ;
1139
+ id ?: InputMaybe < Scalars [ 'ID' ] [ 'input' ] > ;
1140
1140
message : CounterAppointmentMessageInput ;
1141
1141
modifiedSequence ?: InputMaybe < Scalars [ 'Float' ] [ 'input' ] > ;
1142
1142
revision ?: InputMaybe < Scalars [ 'Float' ] [ 'input' ] > ;
@@ -2400,6 +2400,7 @@ export type MailboxMetadataAttrs = {
2400
2400
zimbraPrefFoldersExpanded ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
2401
2401
zimbraPrefGenerateLinkPreviews ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
2402
2402
zimbraPrefGroupByList ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
2403
+ zimbraPrefHideMuteConvModal ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
2403
2404
zimbraPrefMessageListDensity ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
2404
2405
zimbraPrefMultitasking ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
2405
2406
zimbraPrefReadingPaneSashHorizontal ?: Maybe < Scalars [ 'Int' ] [ 'output' ] > ;
@@ -2431,6 +2432,7 @@ export type MailboxMetadataSectionAttrsInput = {
2431
2432
zimbraPrefFoldersExpanded ?: InputMaybe < Scalars [ 'String' ] [ 'input' ] > ;
2432
2433
zimbraPrefGenerateLinkPreviews ?: InputMaybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
2433
2434
zimbraPrefGroupByList ?: InputMaybe < Scalars [ 'String' ] [ 'input' ] > ;
2435
+ zimbraPrefHideMuteConvModal ?: InputMaybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
2434
2436
zimbraPrefMessageListDensity ?: InputMaybe < Scalars [ 'String' ] [ 'input' ] > ;
2435
2437
zimbraPrefMultitasking ?: InputMaybe < Scalars [ 'String' ] [ 'input' ] > ;
2436
2438
zimbraPrefReadingPaneSashHorizontal ?: InputMaybe < Scalars [ 'Int' ] [ 'input' ] > ;
0 commit comments