@zimbra/api-client 77.0.0 → 79.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.husky/pre-commit +0 -1
- package/dist/schema.graphql +2 -0
- package/dist/src/apollo/local-batch-link.d.ts +1 -1
- package/dist/src/apollo/offline-queue-link/index.d.ts +1 -1
- package/dist/src/apollo/offline-queue-link/types.d.ts +1 -2
- package/dist/src/apollo/offline-queue-link/util.d.ts +1 -1
- package/dist/src/apollo/zimbra-in-memory-cache.d.ts +1 -1
- package/dist/src/batch-client/index.d.ts +2 -1
- package/dist/src/schema/generated-schema-types.d.ts +716 -713
- package/dist/zm-api-js-client.esm.js +6035 -1387
- package/dist/zm-api-js-client.esm.js.map +1 -1
- package/dist/zm-api-js-client.js +1 -1
- package/dist/zm-api-js-client.js.map +1 -1
- package/dist/zm-api-js-client.umd.js +1 -1
- package/dist/zm-api-js-client.umd.js.map +1 -1
- package/package-lock.json +1889 -2793
- package/package.json +29 -31
- package/src/apollo/local-batch-link.ts +1 -1
- package/src/apollo/offline-queue-link/index.ts +8 -1
- package/src/apollo/offline-queue-link/types.ts +1 -2
- package/src/apollo/offline-queue-link/util.ts +1 -1
- package/src/apollo/zimbra-in-memory-cache.ts +1 -1
- package/src/batch-client/index.ts +38 -4
- package/src/schema/generated-schema-types.ts +716 -713
- package/src/schema/schema.graphql +2 -0
- package/src/schema/session-handler.ts +1 -1
- package/.tmp/introspected-schema.json +0 -31072
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare type Maybe<T> = T | null;
|
|
2
|
+
export declare type InputMaybe<T> = Maybe<T>;
|
|
2
3
|
export declare type Exact<T extends {
|
|
3
4
|
[key: string]: unknown;
|
|
4
5
|
}> = {
|
|
@@ -42,14 +43,14 @@ export declare type AccountAceInfo = {
|
|
|
42
43
|
zimbraId?: Maybe<Scalars['ID']>;
|
|
43
44
|
};
|
|
44
45
|
export declare type AccountAceInfoInput = {
|
|
45
|
-
address?:
|
|
46
|
-
checkGrantee?:
|
|
47
|
-
deny?:
|
|
46
|
+
address?: InputMaybe<Scalars['String']>;
|
|
47
|
+
checkGrantee?: InputMaybe<Scalars['Boolean']>;
|
|
48
|
+
deny?: InputMaybe<Scalars['Boolean']>;
|
|
48
49
|
granteeType: GranteeType;
|
|
49
|
-
key?:
|
|
50
|
-
password?:
|
|
50
|
+
key?: InputMaybe<Scalars['String']>;
|
|
51
|
+
password?: InputMaybe<Scalars['String']>;
|
|
51
52
|
right: Scalars['String'];
|
|
52
|
-
zimbraId?:
|
|
53
|
+
zimbraId?: InputMaybe<Scalars['ID']>;
|
|
53
54
|
};
|
|
54
55
|
export declare type AccountCos = {
|
|
55
56
|
__typename?: 'AccountCos';
|
|
@@ -127,6 +128,7 @@ export declare type AccountInfoAttrs = {
|
|
|
127
128
|
zimbraMailBlacklistMaxNumEntries?: Maybe<Scalars['Int']>;
|
|
128
129
|
zimbraMailQuota?: Maybe<Scalars['String']>;
|
|
129
130
|
zimbraMtaMaxMessageSize?: Maybe<Scalars['Float']>;
|
|
131
|
+
zimbraPasswordAllowUsername?: Maybe<Scalars['Boolean']>;
|
|
130
132
|
zimbraPasswordAllowedChars?: Maybe<Scalars['String']>;
|
|
131
133
|
zimbraPasswordAllowedPunctuationChars?: Maybe<Scalars['String']>;
|
|
132
134
|
zimbraPasswordBlockCommonEnabled?: Maybe<Scalars['Boolean']>;
|
|
@@ -211,10 +213,10 @@ export declare enum ActionTypeName {
|
|
|
211
213
|
TagAction = "TagAction"
|
|
212
214
|
}
|
|
213
215
|
export declare type AddMsgInput = {
|
|
214
|
-
absFolderPath?:
|
|
215
|
-
content?:
|
|
216
|
+
absFolderPath?: InputMaybe<Scalars['String']>;
|
|
217
|
+
content?: InputMaybe<Scalars['String']>;
|
|
216
218
|
folderId: Scalars['ID'];
|
|
217
|
-
meta?:
|
|
219
|
+
meta?: InputMaybe<Scalars['String']>;
|
|
218
220
|
};
|
|
219
221
|
export declare type AddRecurrenceInfo = {
|
|
220
222
|
__typename?: 'AddRecurrenceInfo';
|
|
@@ -237,15 +239,15 @@ export declare type AddressCondition = {
|
|
|
237
239
|
valueComparison?: Maybe<Scalars['String']>;
|
|
238
240
|
};
|
|
239
241
|
export declare type AddressConditionInput = {
|
|
240
|
-
caseSensitive?:
|
|
241
|
-
countComparison?:
|
|
242
|
+
caseSensitive?: InputMaybe<Scalars['Boolean']>;
|
|
243
|
+
countComparison?: InputMaybe<Scalars['String']>;
|
|
242
244
|
header: Scalars['String'];
|
|
243
|
-
index?:
|
|
244
|
-
negative?:
|
|
245
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
246
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
245
247
|
part: Scalars['String'];
|
|
246
248
|
stringComparison: Scalars['String'];
|
|
247
249
|
value: Scalars['String'];
|
|
248
|
-
valueComparison?:
|
|
250
|
+
valueComparison?: InputMaybe<Scalars['String']>;
|
|
249
251
|
};
|
|
250
252
|
export declare enum AddressType {
|
|
251
253
|
B = "b",
|
|
@@ -305,10 +307,10 @@ export declare type Attachment = {
|
|
|
305
307
|
id?: Maybe<Scalars['ID']>;
|
|
306
308
|
};
|
|
307
309
|
export declare type AttachmentInput = {
|
|
308
|
-
attachmentId?:
|
|
309
|
-
documents?:
|
|
310
|
-
existingAttachments?:
|
|
311
|
-
messages?:
|
|
310
|
+
attachmentId?: InputMaybe<Scalars['String']>;
|
|
311
|
+
documents?: InputMaybe<Array<InputMaybe<DocumentInput>>>;
|
|
312
|
+
existingAttachments?: InputMaybe<Array<InputMaybe<ExistingAttachmentInput>>>;
|
|
313
|
+
messages?: InputMaybe<Array<InputMaybe<EmlInput>>>;
|
|
312
314
|
};
|
|
313
315
|
export declare type AuthResponse = {
|
|
314
316
|
__typename?: 'AuthResponse';
|
|
@@ -361,7 +363,7 @@ export declare type BasicAction = {
|
|
|
361
363
|
index?: Maybe<Scalars['Int']>;
|
|
362
364
|
};
|
|
363
365
|
export declare type BasicActionInput = {
|
|
364
|
-
index?:
|
|
366
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
365
367
|
};
|
|
366
368
|
export declare type BasicCondition = {
|
|
367
369
|
__typename?: 'BasicCondition';
|
|
@@ -369,8 +371,8 @@ export declare type BasicCondition = {
|
|
|
369
371
|
negative?: Maybe<Scalars['Boolean']>;
|
|
370
372
|
};
|
|
371
373
|
export declare type BasicConditionInput = {
|
|
372
|
-
index?:
|
|
373
|
-
negative?:
|
|
374
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
375
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
374
376
|
};
|
|
375
377
|
export declare type BodyCondition = {
|
|
376
378
|
__typename?: 'BodyCondition';
|
|
@@ -380,10 +382,10 @@ export declare type BodyCondition = {
|
|
|
380
382
|
value?: Maybe<Scalars['String']>;
|
|
381
383
|
};
|
|
382
384
|
export declare type BodyConditionInput = {
|
|
383
|
-
caseSensitive?:
|
|
384
|
-
index?:
|
|
385
|
-
negative?:
|
|
386
|
-
value?:
|
|
385
|
+
caseSensitive?: InputMaybe<Scalars['Boolean']>;
|
|
386
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
387
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
388
|
+
value?: InputMaybe<Scalars['String']>;
|
|
387
389
|
};
|
|
388
390
|
export declare type ByDayRule = {
|
|
389
391
|
__typename?: 'ByDayRule';
|
|
@@ -446,7 +448,7 @@ export declare type CalTzInfo = {
|
|
|
446
448
|
timezoneStdOffset?: Maybe<Scalars['Int']>;
|
|
447
449
|
};
|
|
448
450
|
export declare type CalendarCounterAppointmentInput = {
|
|
449
|
-
components: Array<
|
|
451
|
+
components: Array<InputMaybe<CalendarItemInviteComponentCounterInput>>;
|
|
450
452
|
};
|
|
451
453
|
export declare type CalendarItemAlarm = {
|
|
452
454
|
__typename?: 'CalendarItemAlarm';
|
|
@@ -463,7 +465,7 @@ export declare type CalendarItemAlarmAttendeesInput = {
|
|
|
463
465
|
};
|
|
464
466
|
export declare type CalendarItemAlarmInput = {
|
|
465
467
|
action: AlarmAction;
|
|
466
|
-
attendees?:
|
|
468
|
+
attendees?: InputMaybe<CalendarItemAlarmAttendeesInput>;
|
|
467
469
|
trigger: CalendarItemAlarmTriggerInput;
|
|
468
470
|
};
|
|
469
471
|
export declare type CalendarItemAlarmTrigger = {
|
|
@@ -474,8 +476,8 @@ export declare type CalendarItemAlarmTriggerAbsoluteInput = {
|
|
|
474
476
|
date: Scalars['String'];
|
|
475
477
|
};
|
|
476
478
|
export declare type CalendarItemAlarmTriggerInput = {
|
|
477
|
-
absolute?:
|
|
478
|
-
relative?:
|
|
479
|
+
absolute?: InputMaybe<CalendarItemAlarmTriggerAbsoluteInput>;
|
|
480
|
+
relative?: InputMaybe<CalendarItemAlarmTriggerRelativeInput>;
|
|
479
481
|
};
|
|
480
482
|
export declare type CalendarItemAlarmTriggerRelative = {
|
|
481
483
|
__typename?: 'CalendarItemAlarmTriggerRelative';
|
|
@@ -488,13 +490,13 @@ export declare type CalendarItemAlarmTriggerRelative = {
|
|
|
488
490
|
weeks?: Maybe<Scalars['Int']>;
|
|
489
491
|
};
|
|
490
492
|
export declare type CalendarItemAlarmTriggerRelativeInput = {
|
|
491
|
-
days?:
|
|
492
|
-
hours?:
|
|
493
|
-
minutes?:
|
|
494
|
-
negative?:
|
|
495
|
-
relatedTo?:
|
|
496
|
-
seconds?:
|
|
497
|
-
weeks?:
|
|
493
|
+
days?: InputMaybe<Scalars['Int']>;
|
|
494
|
+
hours?: InputMaybe<Scalars['Int']>;
|
|
495
|
+
minutes?: InputMaybe<Scalars['Int']>;
|
|
496
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
497
|
+
relatedTo?: InputMaybe<AlarmRelatedTo>;
|
|
498
|
+
seconds?: InputMaybe<Scalars['Int']>;
|
|
499
|
+
weeks?: InputMaybe<Scalars['Int']>;
|
|
498
500
|
};
|
|
499
501
|
export declare type CalendarItemAttendee = {
|
|
500
502
|
__typename?: 'CalendarItemAttendee';
|
|
@@ -507,11 +509,11 @@ export declare type CalendarItemAttendee = {
|
|
|
507
509
|
};
|
|
508
510
|
export declare type CalendarItemAttendeesInput = {
|
|
509
511
|
address: Scalars['String'];
|
|
510
|
-
calendarUserType?:
|
|
511
|
-
name?:
|
|
512
|
-
participationStatus?:
|
|
513
|
-
role?:
|
|
514
|
-
rsvp?:
|
|
512
|
+
calendarUserType?: InputMaybe<Scalars['String']>;
|
|
513
|
+
name?: InputMaybe<Scalars['String']>;
|
|
514
|
+
participationStatus?: InputMaybe<ParticipationStatus>;
|
|
515
|
+
role?: InputMaybe<ParticipationRole>;
|
|
516
|
+
rsvp?: InputMaybe<Scalars['Boolean']>;
|
|
515
517
|
};
|
|
516
518
|
export declare enum CalendarItemClass {
|
|
517
519
|
Con = "CON",
|
|
@@ -520,7 +522,7 @@ export declare enum CalendarItemClass {
|
|
|
520
522
|
}
|
|
521
523
|
export declare type CalendarItemDateTimeInput = {
|
|
522
524
|
date: Scalars['String'];
|
|
523
|
-
timezone?:
|
|
525
|
+
timezone?: InputMaybe<Scalars['String']>;
|
|
524
526
|
};
|
|
525
527
|
export declare type CalendarItemHitInfo = {
|
|
526
528
|
__typename?: 'CalendarItemHitInfo';
|
|
@@ -566,78 +568,78 @@ export declare type CalendarItemHitInfo = {
|
|
|
566
568
|
x_uid?: Maybe<Scalars['String']>;
|
|
567
569
|
};
|
|
568
570
|
export declare type CalendarItemInput = {
|
|
569
|
-
componentNum?:
|
|
570
|
-
id?:
|
|
571
|
+
componentNum?: InputMaybe<Scalars['Int']>;
|
|
572
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
571
573
|
message: CalendarItemMessageInput;
|
|
572
|
-
modifiedSequence?:
|
|
573
|
-
revision?:
|
|
574
|
+
modifiedSequence?: InputMaybe<Scalars['Float']>;
|
|
575
|
+
revision?: InputMaybe<Scalars['Float']>;
|
|
574
576
|
};
|
|
575
577
|
export declare type CalendarItemInviteComponentCounterInput = {
|
|
576
|
-
alarms?:
|
|
577
|
-
allDay?:
|
|
578
|
-
attendees?:
|
|
579
|
-
class?:
|
|
580
|
-
description?:
|
|
581
|
-
draft?:
|
|
578
|
+
alarms?: InputMaybe<Array<InputMaybe<CalendarItemAlarmInput>>>;
|
|
579
|
+
allDay?: InputMaybe<Scalars['Boolean']>;
|
|
580
|
+
attendees?: InputMaybe<Array<InputMaybe<CalendarItemAttendeesInput>>>;
|
|
581
|
+
class?: InputMaybe<CalendarItemClass>;
|
|
582
|
+
description?: InputMaybe<Array<InputMaybe<CalendarItemInviteComponentDescriptionInput>>>;
|
|
583
|
+
draft?: InputMaybe<Scalars['Boolean']>;
|
|
582
584
|
end: CalendarItemDateTimeInput;
|
|
583
|
-
exceptId?:
|
|
584
|
-
freeBusy?:
|
|
585
|
-
location?:
|
|
585
|
+
exceptId?: InputMaybe<CalendarOptionalItemDateTimeInput>;
|
|
586
|
+
freeBusy?: InputMaybe<FreeBusyStatus>;
|
|
587
|
+
location?: InputMaybe<Scalars['String']>;
|
|
586
588
|
name: Scalars['String'];
|
|
587
|
-
noBlob?:
|
|
588
|
-
organizer?:
|
|
589
|
-
percentComplete?:
|
|
590
|
-
priority?:
|
|
591
|
-
recurrence?:
|
|
589
|
+
noBlob?: InputMaybe<Scalars['Boolean']>;
|
|
590
|
+
organizer?: InputMaybe<CalendarItemOrganizerInput>;
|
|
591
|
+
percentComplete?: InputMaybe<Scalars['String']>;
|
|
592
|
+
priority?: InputMaybe<Scalars['String']>;
|
|
593
|
+
recurrence?: InputMaybe<CalendarItemRecurrenceInput>;
|
|
592
594
|
start: CalendarItemDateTimeInput;
|
|
593
|
-
status?:
|
|
594
|
-
uid?:
|
|
595
|
+
status?: InputMaybe<InviteCompletionStatus>;
|
|
596
|
+
uid?: InputMaybe<Scalars['String']>;
|
|
595
597
|
};
|
|
596
598
|
export declare type CalendarItemInviteComponentDescriptionInput = {
|
|
597
|
-
_content?:
|
|
599
|
+
_content?: InputMaybe<Scalars['String']>;
|
|
598
600
|
};
|
|
599
601
|
export declare type CalendarItemInviteComponentInput = {
|
|
600
|
-
alarms?:
|
|
601
|
-
allDay?:
|
|
602
|
-
attendees?:
|
|
602
|
+
alarms?: InputMaybe<Array<InputMaybe<CalendarItemAlarmInput>>>;
|
|
603
|
+
allDay?: InputMaybe<Scalars['Boolean']>;
|
|
604
|
+
attendees?: InputMaybe<Array<InputMaybe<CalendarItemAttendeesInput>>>;
|
|
603
605
|
class: CalendarItemClass;
|
|
604
|
-
description?:
|
|
605
|
-
draft?:
|
|
606
|
-
end?:
|
|
607
|
-
exceptId?:
|
|
608
|
-
freeBusy?:
|
|
609
|
-
location?:
|
|
610
|
-
name?:
|
|
611
|
-
noBlob?:
|
|
612
|
-
organizer?:
|
|
613
|
-
percentComplete?:
|
|
614
|
-
priority?:
|
|
615
|
-
recurrence?:
|
|
616
|
-
start?:
|
|
617
|
-
status?:
|
|
606
|
+
description?: InputMaybe<Array<InputMaybe<CalendarItemInviteComponentDescriptionInput>>>;
|
|
607
|
+
draft?: InputMaybe<Scalars['Boolean']>;
|
|
608
|
+
end?: InputMaybe<CalendarItemDateTimeInput>;
|
|
609
|
+
exceptId?: InputMaybe<CalendarOptionalItemDateTimeInput>;
|
|
610
|
+
freeBusy?: InputMaybe<FreeBusyStatus>;
|
|
611
|
+
location?: InputMaybe<Scalars['String']>;
|
|
612
|
+
name?: InputMaybe<Scalars['String']>;
|
|
613
|
+
noBlob?: InputMaybe<Scalars['Boolean']>;
|
|
614
|
+
organizer?: InputMaybe<CalendarItemOrganizerInput>;
|
|
615
|
+
percentComplete?: InputMaybe<Scalars['String']>;
|
|
616
|
+
priority?: InputMaybe<Scalars['String']>;
|
|
617
|
+
recurrence?: InputMaybe<CalendarItemRecurrenceInput>;
|
|
618
|
+
start?: InputMaybe<CalendarItemDateTimeInput>;
|
|
619
|
+
status?: InputMaybe<InviteCompletionStatus>;
|
|
618
620
|
};
|
|
619
621
|
export declare type CalendarItemInviteInput = {
|
|
620
|
-
components: Array<
|
|
622
|
+
components: Array<InputMaybe<CalendarItemInviteComponentInput>>;
|
|
621
623
|
};
|
|
622
624
|
export declare type CalendarItemMessageInput = {
|
|
623
|
-
attachments?:
|
|
624
|
-
emailAddresses?:
|
|
625
|
-
folderId?:
|
|
626
|
-
invitations?:
|
|
627
|
-
mimeParts?:
|
|
628
|
-
replyType?:
|
|
629
|
-
subject?:
|
|
625
|
+
attachments?: InputMaybe<Array<InputMaybe<AttachmentInput>>>;
|
|
626
|
+
emailAddresses?: InputMaybe<Array<InputMaybe<MailItemEmailAddressInput>>>;
|
|
627
|
+
folderId?: InputMaybe<Scalars['ID']>;
|
|
628
|
+
invitations?: InputMaybe<CalendarItemInviteInput>;
|
|
629
|
+
mimeParts?: InputMaybe<Array<InputMaybe<MimePartInput>>>;
|
|
630
|
+
replyType?: InputMaybe<InviteReplyType>;
|
|
631
|
+
subject?: InputMaybe<Scalars['String']>;
|
|
630
632
|
};
|
|
631
633
|
export declare type CalendarItemOrganizerInput = {
|
|
632
|
-
address?:
|
|
633
|
-
name?:
|
|
634
|
-
sentBy?:
|
|
634
|
+
address?: InputMaybe<Scalars['String']>;
|
|
635
|
+
name?: InputMaybe<Scalars['String']>;
|
|
636
|
+
sentBy?: InputMaybe<Scalars['String']>;
|
|
635
637
|
};
|
|
636
638
|
export declare type CalendarItemRecurrenceAddInput = {
|
|
637
|
-
rule?:
|
|
639
|
+
rule?: InputMaybe<CalendarItemRecurrenceRuleInput>;
|
|
638
640
|
};
|
|
639
641
|
export declare type CalendarItemRecurrenceByDayInput = {
|
|
640
|
-
wkday?:
|
|
642
|
+
wkday?: InputMaybe<Array<InputMaybe<WkDayInput>>>;
|
|
641
643
|
};
|
|
642
644
|
export declare type CalendarItemRecurrenceByMonthDayInput = {
|
|
643
645
|
dayList: Scalars['String'];
|
|
@@ -672,21 +674,21 @@ export declare enum CalendarItemRecurrenceFrequency {
|
|
|
672
674
|
Yea = "YEA"
|
|
673
675
|
}
|
|
674
676
|
export declare type CalendarItemRecurrenceInput = {
|
|
675
|
-
add?:
|
|
677
|
+
add?: InputMaybe<CalendarItemRecurrenceAddInput>;
|
|
676
678
|
};
|
|
677
679
|
export declare type CalendarItemRecurrenceIntervalInput = {
|
|
678
680
|
intervalCount: Scalars['Int'];
|
|
679
|
-
zimbraPrefAutoAddAppointmentsToCalendar?:
|
|
681
|
+
zimbraPrefAutoAddAppointmentsToCalendar?: InputMaybe<Scalars['Boolean']>;
|
|
680
682
|
};
|
|
681
683
|
export declare type CalendarItemRecurrenceRuleInput = {
|
|
682
|
-
byday?:
|
|
683
|
-
bymonth?:
|
|
684
|
-
bymonthday?:
|
|
685
|
-
bysetpos?:
|
|
686
|
-
count?:
|
|
687
|
-
frequency?:
|
|
688
|
-
interval?:
|
|
689
|
-
until?:
|
|
684
|
+
byday?: InputMaybe<CalendarItemRecurrenceByDayInput>;
|
|
685
|
+
bymonth?: InputMaybe<CalendarItemRecurrenceByMonthInput>;
|
|
686
|
+
bymonthday?: InputMaybe<CalendarItemRecurrenceByMonthDayInput>;
|
|
687
|
+
bysetpos?: InputMaybe<CalendarItemRecurrenceBySetPosInput>;
|
|
688
|
+
count?: InputMaybe<CalendarItemRecurrenceEndCountInput>;
|
|
689
|
+
frequency?: InputMaybe<CalendarItemRecurrenceFrequency>;
|
|
690
|
+
interval?: InputMaybe<CalendarItemRecurrenceIntervalInput>;
|
|
691
|
+
until?: InputMaybe<CalendarItemRecurrenceEndDateInput>;
|
|
690
692
|
};
|
|
691
693
|
export declare type CalendarItemReply = {
|
|
692
694
|
__typename?: 'CalendarItemReply';
|
|
@@ -694,8 +696,8 @@ export declare type CalendarItemReply = {
|
|
|
694
696
|
participationStatus?: Maybe<ParticipationStatus>;
|
|
695
697
|
};
|
|
696
698
|
export declare type CalendarOptionalItemDateTimeInput = {
|
|
697
|
-
date?:
|
|
698
|
-
timezone?:
|
|
699
|
+
date?: InputMaybe<Scalars['String']>;
|
|
700
|
+
timezone?: InputMaybe<Scalars['String']>;
|
|
699
701
|
};
|
|
700
702
|
export declare type CancelRuleInfo = {
|
|
701
703
|
__typename?: 'CancelRuleInfo';
|
|
@@ -709,18 +711,19 @@ export declare type ClientInfoAttributes = {
|
|
|
709
711
|
zimbraFeatureResetPasswordStatus?: Maybe<ResetPasswordStatus>;
|
|
710
712
|
zimbraWebClientLoginURL?: Maybe<Scalars['String']>;
|
|
711
713
|
zimbraWebClientLogoutURL?: Maybe<Scalars['String']>;
|
|
714
|
+
zimbraWebClientSkipLogoff?: Maybe<Scalars['Boolean']>;
|
|
712
715
|
};
|
|
713
716
|
export declare type ClientInfoType = {
|
|
714
717
|
__typename?: 'ClientInfoType';
|
|
715
718
|
attributes?: Maybe<ClientInfoAttributes>;
|
|
716
719
|
};
|
|
717
720
|
export declare type ConditionInput = {
|
|
718
|
-
attr?:
|
|
719
|
-
op?:
|
|
720
|
-
value?:
|
|
721
|
+
attr?: InputMaybe<Scalars['String']>;
|
|
722
|
+
op?: InputMaybe<Scalars['String']>;
|
|
723
|
+
value?: InputMaybe<Scalars['String']>;
|
|
721
724
|
};
|
|
722
725
|
export declare type ConditionsInput = {
|
|
723
|
-
cond?:
|
|
726
|
+
cond?: InputMaybe<Array<InputMaybe<ConditionInput>>>;
|
|
724
727
|
};
|
|
725
728
|
export declare enum ConnectionType {
|
|
726
729
|
Cleartext = "cleartext",
|
|
@@ -822,79 +825,79 @@ export declare type ContactAttributes = {
|
|
|
822
825
|
zimbraCalResType?: Maybe<Scalars['String']>;
|
|
823
826
|
};
|
|
824
827
|
export declare type ContactAttrsInput = {
|
|
825
|
-
anniversary?:
|
|
826
|
-
assistantPhone?:
|
|
827
|
-
birthday?:
|
|
828
|
-
callbackPhone?:
|
|
829
|
-
carPhone?:
|
|
830
|
-
company?:
|
|
831
|
-
companyPhone?:
|
|
832
|
-
companyPhone2?:
|
|
833
|
-
department?:
|
|
834
|
-
email?:
|
|
835
|
-
email2?:
|
|
836
|
-
fileAs?:
|
|
837
|
-
firstName?:
|
|
838
|
-
fullName?:
|
|
839
|
-
homeCity?:
|
|
840
|
-
homeCountry?:
|
|
841
|
-
homeEmail?:
|
|
842
|
-
homeEmail2?:
|
|
843
|
-
homeFax?:
|
|
844
|
-
homeFax2?:
|
|
845
|
-
homePhone?:
|
|
846
|
-
homePhone2?:
|
|
847
|
-
homePostalCode?:
|
|
848
|
-
homeState?:
|
|
849
|
-
homeStreet?:
|
|
850
|
-
homeURL?:
|
|
851
|
-
imAddress?:
|
|
852
|
-
imAddress1?:
|
|
853
|
-
imAddress2?:
|
|
854
|
-
imAddress3?:
|
|
855
|
-
imAddress4?:
|
|
856
|
-
imAddress5?:
|
|
857
|
-
image?:
|
|
858
|
-
jobTitle?:
|
|
859
|
-
lastName?:
|
|
860
|
-
maidenName?:
|
|
861
|
-
middleName?:
|
|
862
|
-
mobilePhone?:
|
|
863
|
-
mobilePhone2?:
|
|
864
|
-
namePrefix?:
|
|
865
|
-
nameSuffix?:
|
|
866
|
-
nickname?:
|
|
867
|
-
notes?:
|
|
868
|
-
other?:
|
|
869
|
-
otherCity?:
|
|
870
|
-
otherCountry?:
|
|
871
|
-
otherFax?:
|
|
872
|
-
otherPhone?:
|
|
873
|
-
otherPhone2?:
|
|
874
|
-
otherPostalCode?:
|
|
875
|
-
otherState?:
|
|
876
|
-
otherStreet?:
|
|
877
|
-
otherURL?:
|
|
878
|
-
pager?:
|
|
879
|
-
pager2?:
|
|
880
|
-
phoneticCompany?:
|
|
881
|
-
phoneticFirstName?:
|
|
882
|
-
phoneticLastName?:
|
|
883
|
-
type?:
|
|
884
|
-
userCertificate?:
|
|
885
|
-
website?:
|
|
886
|
-
workCity?:
|
|
887
|
-
workCountry?:
|
|
888
|
-
workEmail?:
|
|
889
|
-
workEmail2?:
|
|
890
|
-
workFax?:
|
|
891
|
-
workFax2?:
|
|
892
|
-
workPhone?:
|
|
893
|
-
workPhone2?:
|
|
894
|
-
workPostalCode?:
|
|
895
|
-
workState?:
|
|
896
|
-
workStreet?:
|
|
897
|
-
workURL?:
|
|
828
|
+
anniversary?: InputMaybe<Scalars['String']>;
|
|
829
|
+
assistantPhone?: InputMaybe<Scalars['String']>;
|
|
830
|
+
birthday?: InputMaybe<Scalars['String']>;
|
|
831
|
+
callbackPhone?: InputMaybe<Scalars['String']>;
|
|
832
|
+
carPhone?: InputMaybe<Scalars['String']>;
|
|
833
|
+
company?: InputMaybe<Scalars['String']>;
|
|
834
|
+
companyPhone?: InputMaybe<Scalars['String']>;
|
|
835
|
+
companyPhone2?: InputMaybe<Scalars['String']>;
|
|
836
|
+
department?: InputMaybe<Scalars['String']>;
|
|
837
|
+
email?: InputMaybe<Scalars['String']>;
|
|
838
|
+
email2?: InputMaybe<Scalars['String']>;
|
|
839
|
+
fileAs?: InputMaybe<Scalars['String']>;
|
|
840
|
+
firstName?: InputMaybe<Scalars['String']>;
|
|
841
|
+
fullName?: InputMaybe<Scalars['String']>;
|
|
842
|
+
homeCity?: InputMaybe<Scalars['String']>;
|
|
843
|
+
homeCountry?: InputMaybe<Scalars['String']>;
|
|
844
|
+
homeEmail?: InputMaybe<Scalars['String']>;
|
|
845
|
+
homeEmail2?: InputMaybe<Scalars['String']>;
|
|
846
|
+
homeFax?: InputMaybe<Scalars['String']>;
|
|
847
|
+
homeFax2?: InputMaybe<Scalars['String']>;
|
|
848
|
+
homePhone?: InputMaybe<Scalars['String']>;
|
|
849
|
+
homePhone2?: InputMaybe<Scalars['String']>;
|
|
850
|
+
homePostalCode?: InputMaybe<Scalars['String']>;
|
|
851
|
+
homeState?: InputMaybe<Scalars['String']>;
|
|
852
|
+
homeStreet?: InputMaybe<Scalars['String']>;
|
|
853
|
+
homeURL?: InputMaybe<Scalars['String']>;
|
|
854
|
+
imAddress?: InputMaybe<Scalars['String']>;
|
|
855
|
+
imAddress1?: InputMaybe<Scalars['String']>;
|
|
856
|
+
imAddress2?: InputMaybe<Scalars['String']>;
|
|
857
|
+
imAddress3?: InputMaybe<Scalars['String']>;
|
|
858
|
+
imAddress4?: InputMaybe<Scalars['String']>;
|
|
859
|
+
imAddress5?: InputMaybe<Scalars['String']>;
|
|
860
|
+
image?: InputMaybe<Scalars['String']>;
|
|
861
|
+
jobTitle?: InputMaybe<Scalars['String']>;
|
|
862
|
+
lastName?: InputMaybe<Scalars['String']>;
|
|
863
|
+
maidenName?: InputMaybe<Scalars['String']>;
|
|
864
|
+
middleName?: InputMaybe<Scalars['String']>;
|
|
865
|
+
mobilePhone?: InputMaybe<Scalars['String']>;
|
|
866
|
+
mobilePhone2?: InputMaybe<Scalars['String']>;
|
|
867
|
+
namePrefix?: InputMaybe<Scalars['String']>;
|
|
868
|
+
nameSuffix?: InputMaybe<Scalars['String']>;
|
|
869
|
+
nickname?: InputMaybe<Scalars['String']>;
|
|
870
|
+
notes?: InputMaybe<Scalars['String']>;
|
|
871
|
+
other?: InputMaybe<Array<InputMaybe<OtherContactAttributeInput>>>;
|
|
872
|
+
otherCity?: InputMaybe<Scalars['String']>;
|
|
873
|
+
otherCountry?: InputMaybe<Scalars['String']>;
|
|
874
|
+
otherFax?: InputMaybe<Scalars['String']>;
|
|
875
|
+
otherPhone?: InputMaybe<Scalars['String']>;
|
|
876
|
+
otherPhone2?: InputMaybe<Scalars['String']>;
|
|
877
|
+
otherPostalCode?: InputMaybe<Scalars['String']>;
|
|
878
|
+
otherState?: InputMaybe<Scalars['String']>;
|
|
879
|
+
otherStreet?: InputMaybe<Scalars['String']>;
|
|
880
|
+
otherURL?: InputMaybe<Scalars['String']>;
|
|
881
|
+
pager?: InputMaybe<Scalars['String']>;
|
|
882
|
+
pager2?: InputMaybe<Scalars['String']>;
|
|
883
|
+
phoneticCompany?: InputMaybe<Scalars['String']>;
|
|
884
|
+
phoneticFirstName?: InputMaybe<Scalars['String']>;
|
|
885
|
+
phoneticLastName?: InputMaybe<Scalars['String']>;
|
|
886
|
+
type?: InputMaybe<Scalars['String']>;
|
|
887
|
+
userCertificate?: InputMaybe<Scalars['String']>;
|
|
888
|
+
website?: InputMaybe<Scalars['String']>;
|
|
889
|
+
workCity?: InputMaybe<Scalars['String']>;
|
|
890
|
+
workCountry?: InputMaybe<Scalars['String']>;
|
|
891
|
+
workEmail?: InputMaybe<Scalars['String']>;
|
|
892
|
+
workEmail2?: InputMaybe<Scalars['String']>;
|
|
893
|
+
workFax?: InputMaybe<Scalars['String']>;
|
|
894
|
+
workFax2?: InputMaybe<Scalars['String']>;
|
|
895
|
+
workPhone?: InputMaybe<Scalars['String']>;
|
|
896
|
+
workPhone2?: InputMaybe<Scalars['String']>;
|
|
897
|
+
workPostalCode?: InputMaybe<Scalars['String']>;
|
|
898
|
+
workState?: InputMaybe<Scalars['String']>;
|
|
899
|
+
workStreet?: InputMaybe<Scalars['String']>;
|
|
900
|
+
workURL?: InputMaybe<Scalars['String']>;
|
|
898
901
|
};
|
|
899
902
|
export declare type ContactFrequencyData = {
|
|
900
903
|
__typename?: 'ContactFrequencyData';
|
|
@@ -970,26 +973,26 @@ export declare type ConversationCondition = {
|
|
|
970
973
|
where?: Maybe<Scalars['String']>;
|
|
971
974
|
};
|
|
972
975
|
export declare type ConversationConditionInput = {
|
|
973
|
-
index?:
|
|
974
|
-
negative?:
|
|
975
|
-
where?:
|
|
976
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
977
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
978
|
+
where?: InputMaybe<Scalars['String']>;
|
|
976
979
|
};
|
|
977
980
|
export declare type CounterAppointmentInput = {
|
|
978
|
-
componentNum?:
|
|
981
|
+
componentNum?: InputMaybe<Scalars['Int']>;
|
|
979
982
|
id: Scalars['ID'];
|
|
980
983
|
message: CounterAppointmentMessageInput;
|
|
981
|
-
modifiedSequence?:
|
|
982
|
-
revision?:
|
|
984
|
+
modifiedSequence?: InputMaybe<Scalars['Float']>;
|
|
985
|
+
revision?: InputMaybe<Scalars['Float']>;
|
|
983
986
|
};
|
|
984
987
|
export declare type CounterAppointmentMessageInput = {
|
|
985
|
-
attachments?:
|
|
986
|
-
emailAddresses?:
|
|
987
|
-
folderId?:
|
|
988
|
-
invitations?:
|
|
989
|
-
mimeParts?:
|
|
990
|
-
origId?:
|
|
991
|
-
replyType?:
|
|
992
|
-
subject?:
|
|
988
|
+
attachments?: InputMaybe<Array<InputMaybe<AttachmentInput>>>;
|
|
989
|
+
emailAddresses?: InputMaybe<Array<InputMaybe<MailItemEmailAddressInput>>>;
|
|
990
|
+
folderId?: InputMaybe<Scalars['ID']>;
|
|
991
|
+
invitations?: InputMaybe<CalendarCounterAppointmentInput>;
|
|
992
|
+
mimeParts?: InputMaybe<Array<InputMaybe<MimePartInput>>>;
|
|
993
|
+
origId?: InputMaybe<Scalars['ID']>;
|
|
994
|
+
replyType?: InputMaybe<InviteReplyType>;
|
|
995
|
+
subject?: InputMaybe<Scalars['String']>;
|
|
993
996
|
};
|
|
994
997
|
export declare type CreateAppSpecificPasswordResponse = {
|
|
995
998
|
__typename?: 'CreateAppSpecificPasswordResponse';
|
|
@@ -997,18 +1000,18 @@ export declare type CreateAppSpecificPasswordResponse = {
|
|
|
997
1000
|
};
|
|
998
1001
|
export declare type CreateContactInput = {
|
|
999
1002
|
attributes: ContactAttrsInput;
|
|
1000
|
-
folderId?:
|
|
1001
|
-
tagNames?:
|
|
1003
|
+
folderId?: InputMaybe<Scalars['ID']>;
|
|
1004
|
+
tagNames?: InputMaybe<Scalars['String']>;
|
|
1002
1005
|
};
|
|
1003
1006
|
export declare type CreateIdentityInput = {
|
|
1004
|
-
attrs?:
|
|
1007
|
+
attrs?: InputMaybe<IdentityAttrsInput>;
|
|
1005
1008
|
name: Scalars['String'];
|
|
1006
1009
|
};
|
|
1007
1010
|
export declare type CreateMountpointInput = {
|
|
1008
|
-
link?:
|
|
1011
|
+
link?: InputMaybe<NewMountpointSpec>;
|
|
1009
1012
|
};
|
|
1010
1013
|
export declare type CreateTagInput = {
|
|
1011
|
-
color?:
|
|
1014
|
+
color?: InputMaybe<Scalars['Int']>;
|
|
1012
1015
|
name: Scalars['String'];
|
|
1013
1016
|
};
|
|
1014
1017
|
export declare type CsrfToken = {
|
|
@@ -1016,10 +1019,10 @@ export declare type CsrfToken = {
|
|
|
1016
1019
|
_content?: Maybe<Scalars['String']>;
|
|
1017
1020
|
};
|
|
1018
1021
|
export declare type Cursor = {
|
|
1019
|
-
endSortVal?:
|
|
1020
|
-
id?:
|
|
1021
|
-
includeOffset?:
|
|
1022
|
-
sortVal?:
|
|
1022
|
+
endSortVal?: InputMaybe<Scalars['String']>;
|
|
1023
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1024
|
+
includeOffset?: InputMaybe<Scalars['Boolean']>;
|
|
1025
|
+
sortVal?: InputMaybe<Scalars['String']>;
|
|
1023
1026
|
};
|
|
1024
1027
|
export declare type CustomMetadata = {
|
|
1025
1028
|
__typename?: 'CustomMetadata';
|
|
@@ -1031,13 +1034,13 @@ export declare type CustomMetadataAttrs = {
|
|
|
1031
1034
|
value?: Maybe<Scalars['String']>;
|
|
1032
1035
|
};
|
|
1033
1036
|
export declare type CustomMetadataAttrsInput = {
|
|
1034
|
-
key?:
|
|
1035
|
-
value?:
|
|
1037
|
+
key?: InputMaybe<Scalars['String']>;
|
|
1038
|
+
value?: InputMaybe<Scalars['String']>;
|
|
1036
1039
|
};
|
|
1037
1040
|
export declare type CustomMetadataInput = {
|
|
1038
|
-
attrs?:
|
|
1041
|
+
attrs?: InputMaybe<Array<InputMaybe<CustomMetadataAttrsInput>>>;
|
|
1039
1042
|
id: Scalars['ID'];
|
|
1040
|
-
section?:
|
|
1043
|
+
section?: InputMaybe<Scalars['String']>;
|
|
1041
1044
|
};
|
|
1042
1045
|
export declare type CustomMetadataMeta = {
|
|
1043
1046
|
__typename?: 'CustomMetadataMeta';
|
|
@@ -1082,21 +1085,21 @@ export declare type DateCondition = {
|
|
|
1082
1085
|
negative?: Maybe<Scalars['Boolean']>;
|
|
1083
1086
|
};
|
|
1084
1087
|
export declare type DateConditionInput = {
|
|
1085
|
-
date?:
|
|
1086
|
-
dateComparison?:
|
|
1087
|
-
index?:
|
|
1088
|
-
negative?:
|
|
1088
|
+
date?: InputMaybe<Scalars['Float']>;
|
|
1089
|
+
dateComparison?: InputMaybe<Scalars['String']>;
|
|
1090
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
1091
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
1089
1092
|
};
|
|
1090
1093
|
export declare type DeleteAppointmentInput = {
|
|
1091
1094
|
componentNum: Scalars['Int'];
|
|
1092
|
-
instanceDate?:
|
|
1095
|
+
instanceDate?: InputMaybe<InstanceDate>;
|
|
1093
1096
|
inviteId: Scalars['String'];
|
|
1094
|
-
message?:
|
|
1095
|
-
start?:
|
|
1097
|
+
message?: InputMaybe<CalendarItemMessageInput>;
|
|
1098
|
+
start?: InputMaybe<Scalars['Int']>;
|
|
1096
1099
|
};
|
|
1097
1100
|
export declare type DeleteIdentityInput = {
|
|
1098
1101
|
id: Scalars['ID'];
|
|
1099
|
-
name?:
|
|
1102
|
+
name?: InputMaybe<Scalars['String']>;
|
|
1100
1103
|
};
|
|
1101
1104
|
export declare type Device = {
|
|
1102
1105
|
__typename?: 'Device';
|
|
@@ -1113,7 +1116,7 @@ export declare type Device = {
|
|
|
1113
1116
|
ua?: Maybe<Scalars['String']>;
|
|
1114
1117
|
};
|
|
1115
1118
|
export declare type DiscoverRightInput = {
|
|
1116
|
-
_content?:
|
|
1119
|
+
_content?: InputMaybe<Scalars['String']>;
|
|
1117
1120
|
};
|
|
1118
1121
|
export declare type DiscoverRights = {
|
|
1119
1122
|
__typename?: 'DiscoverRights';
|
|
@@ -1165,7 +1168,7 @@ export declare type DocumentActionData = {
|
|
|
1165
1168
|
action?: Maybe<ActionData>;
|
|
1166
1169
|
};
|
|
1167
1170
|
export declare type DocumentInput = {
|
|
1168
|
-
id?:
|
|
1171
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1169
1172
|
};
|
|
1170
1173
|
export declare type DtTimeInfo = {
|
|
1171
1174
|
__typename?: 'DtTimeInfo';
|
|
@@ -1174,7 +1177,7 @@ export declare type DtTimeInfo = {
|
|
|
1174
1177
|
utc?: Maybe<Scalars['Float']>;
|
|
1175
1178
|
};
|
|
1176
1179
|
export declare type EmlInput = {
|
|
1177
|
-
id?:
|
|
1180
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1178
1181
|
};
|
|
1179
1182
|
export declare type EmailAddress = {
|
|
1180
1183
|
__typename?: 'EmailAddress';
|
|
@@ -1189,12 +1192,12 @@ export declare type EmailAddressInput = {
|
|
|
1189
1192
|
shortName: Scalars['String'];
|
|
1190
1193
|
};
|
|
1191
1194
|
export declare type EnableTwoFactorAuthInput = {
|
|
1192
|
-
authToken?:
|
|
1195
|
+
authToken?: InputMaybe<Scalars['String']>;
|
|
1193
1196
|
csrfTokenSecured: Scalars['Boolean'];
|
|
1194
|
-
ignoreSameSite?:
|
|
1197
|
+
ignoreSameSite?: InputMaybe<Scalars['Boolean']>;
|
|
1195
1198
|
name: Scalars['String'];
|
|
1196
|
-
password?:
|
|
1197
|
-
twoFactorCode?:
|
|
1199
|
+
password?: InputMaybe<Scalars['String']>;
|
|
1200
|
+
twoFactorCode?: InputMaybe<Scalars['String']>;
|
|
1198
1201
|
};
|
|
1199
1202
|
export declare type EnableTwoFactorAuthResponse = {
|
|
1200
1203
|
__typename?: 'EnableTwoFactorAuthResponse';
|
|
@@ -1218,68 +1221,68 @@ export declare type ExcludeRecurrenceInfo = {
|
|
|
1218
1221
|
exclude?: Maybe<Array<Maybe<ExcludeRecurrenceInfo>>>;
|
|
1219
1222
|
};
|
|
1220
1223
|
export declare type ExistingAttachmentInput = {
|
|
1221
|
-
messageId?:
|
|
1222
|
-
part?:
|
|
1224
|
+
messageId?: InputMaybe<Scalars['ID']>;
|
|
1225
|
+
part?: InputMaybe<Scalars['String']>;
|
|
1223
1226
|
};
|
|
1224
1227
|
export declare type ExternalAccount = {
|
|
1225
|
-
accountType?:
|
|
1226
|
-
connectionType?:
|
|
1228
|
+
accountType?: InputMaybe<AccountType>;
|
|
1229
|
+
connectionType?: InputMaybe<ConnectionType>;
|
|
1227
1230
|
host: Scalars['String'];
|
|
1228
1231
|
id: Scalars['ID'];
|
|
1229
|
-
isEnabled?:
|
|
1232
|
+
isEnabled?: InputMaybe<Scalars['Int']>;
|
|
1230
1233
|
name: Scalars['String'];
|
|
1231
1234
|
password: Scalars['String'];
|
|
1232
1235
|
port: Scalars['String'];
|
|
1233
1236
|
username: Scalars['String'];
|
|
1234
1237
|
};
|
|
1235
1238
|
export declare type ExternalAccountAddInput = {
|
|
1236
|
-
accountType?:
|
|
1237
|
-
connectionType?:
|
|
1238
|
-
emailAddress?:
|
|
1239
|
+
accountType?: InputMaybe<AccountType>;
|
|
1240
|
+
connectionType?: InputMaybe<ConnectionType>;
|
|
1241
|
+
emailAddress?: InputMaybe<Scalars['String']>;
|
|
1239
1242
|
host: Scalars['String'];
|
|
1240
|
-
isEnabled?:
|
|
1243
|
+
isEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1241
1244
|
l: Scalars['ID'];
|
|
1242
|
-
leaveOnServer?:
|
|
1245
|
+
leaveOnServer?: InputMaybe<Scalars['Boolean']>;
|
|
1243
1246
|
name: Scalars['String'];
|
|
1244
1247
|
password: Scalars['String'];
|
|
1245
1248
|
port: Scalars['String'];
|
|
1246
1249
|
username: Scalars['String'];
|
|
1247
1250
|
};
|
|
1248
1251
|
export declare type ExternalAccountImportInput = {
|
|
1249
|
-
accountType?:
|
|
1252
|
+
accountType?: InputMaybe<AccountType>;
|
|
1250
1253
|
id: Scalars['ID'];
|
|
1251
1254
|
};
|
|
1252
1255
|
export declare type ExternalAccountModifyAttrsInput = {
|
|
1253
|
-
accountType?:
|
|
1254
|
-
connectionType?:
|
|
1255
|
-
defaultSignature?:
|
|
1256
|
-
description?:
|
|
1257
|
-
forwardReplySignature?:
|
|
1258
|
-
fromDisplay?:
|
|
1259
|
-
host?:
|
|
1260
|
-
id?:
|
|
1261
|
-
importOnly?:
|
|
1262
|
-
isEnabled?:
|
|
1256
|
+
accountType?: InputMaybe<AccountType>;
|
|
1257
|
+
connectionType?: InputMaybe<ConnectionType>;
|
|
1258
|
+
defaultSignature?: InputMaybe<Scalars['ID']>;
|
|
1259
|
+
description?: InputMaybe<Scalars['String']>;
|
|
1260
|
+
forwardReplySignature?: InputMaybe<Scalars['ID']>;
|
|
1261
|
+
fromDisplay?: InputMaybe<Scalars['String']>;
|
|
1262
|
+
host?: InputMaybe<Scalars['String']>;
|
|
1263
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1264
|
+
importOnly?: InputMaybe<Scalars['Boolean']>;
|
|
1265
|
+
isEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1263
1266
|
l: Scalars['ID'];
|
|
1264
|
-
leaveOnServer?:
|
|
1265
|
-
name?:
|
|
1266
|
-
password?:
|
|
1267
|
-
port?:
|
|
1268
|
-
replyToAddress?:
|
|
1269
|
-
replyToDisplay?:
|
|
1270
|
-
replyToEnabled?:
|
|
1271
|
-
signatureValue?:
|
|
1272
|
-
smtpPort?:
|
|
1273
|
-
storeAndForward?:
|
|
1274
|
-
useAddressForForwardReply?:
|
|
1275
|
-
username?:
|
|
1267
|
+
leaveOnServer?: InputMaybe<Scalars['Boolean']>;
|
|
1268
|
+
name?: InputMaybe<Scalars['String']>;
|
|
1269
|
+
password?: InputMaybe<Scalars['String']>;
|
|
1270
|
+
port?: InputMaybe<Scalars['String']>;
|
|
1271
|
+
replyToAddress?: InputMaybe<Scalars['String']>;
|
|
1272
|
+
replyToDisplay?: InputMaybe<Scalars['String']>;
|
|
1273
|
+
replyToEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1274
|
+
signatureValue?: InputMaybe<Scalars['String']>;
|
|
1275
|
+
smtpPort?: InputMaybe<Scalars['String']>;
|
|
1276
|
+
storeAndForward?: InputMaybe<Scalars['String']>;
|
|
1277
|
+
useAddressForForwardReply?: InputMaybe<Scalars['Boolean']>;
|
|
1278
|
+
username?: InputMaybe<Scalars['String']>;
|
|
1276
1279
|
};
|
|
1277
1280
|
export declare type ExternalAccountTestInput = {
|
|
1278
|
-
accountType?:
|
|
1279
|
-
connectionType?:
|
|
1280
|
-
emailAddress?:
|
|
1281
|
+
accountType?: InputMaybe<AccountType>;
|
|
1282
|
+
connectionType?: InputMaybe<ConnectionType>;
|
|
1283
|
+
emailAddress?: InputMaybe<Scalars['String']>;
|
|
1281
1284
|
host: Scalars['String'];
|
|
1282
|
-
leaveOnServer?:
|
|
1285
|
+
leaveOnServer?: InputMaybe<Scalars['Boolean']>;
|
|
1283
1286
|
password: Scalars['String'];
|
|
1284
1287
|
port: Scalars['String'];
|
|
1285
1288
|
username: Scalars['String'];
|
|
@@ -1296,9 +1299,9 @@ export declare type FileIntoAction = {
|
|
|
1296
1299
|
index?: Maybe<Scalars['Int']>;
|
|
1297
1300
|
};
|
|
1298
1301
|
export declare type FileIntoActionInput = {
|
|
1299
|
-
copy?:
|
|
1300
|
-
folderPath?:
|
|
1301
|
-
index?:
|
|
1302
|
+
copy?: InputMaybe<Scalars['Boolean']>;
|
|
1303
|
+
folderPath?: InputMaybe<Scalars['String']>;
|
|
1304
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
1302
1305
|
};
|
|
1303
1306
|
export declare type Filter = {
|
|
1304
1307
|
__typename?: 'Filter';
|
|
@@ -1320,15 +1323,15 @@ export declare type FilterAction = {
|
|
|
1320
1323
|
tag?: Maybe<Array<Maybe<TagAction>>>;
|
|
1321
1324
|
};
|
|
1322
1325
|
export declare type FilterActionInput = {
|
|
1323
|
-
discard?:
|
|
1324
|
-
fileInto?:
|
|
1325
|
-
flag?:
|
|
1326
|
-
keep?:
|
|
1327
|
-
notify?:
|
|
1328
|
-
redirect?:
|
|
1329
|
-
reply?:
|
|
1330
|
-
stop?:
|
|
1331
|
-
tag?:
|
|
1326
|
+
discard?: InputMaybe<Array<InputMaybe<BasicActionInput>>>;
|
|
1327
|
+
fileInto?: InputMaybe<Array<InputMaybe<FileIntoActionInput>>>;
|
|
1328
|
+
flag?: InputMaybe<Array<InputMaybe<FlagActionInput>>>;
|
|
1329
|
+
keep?: InputMaybe<Array<InputMaybe<BasicActionInput>>>;
|
|
1330
|
+
notify?: InputMaybe<Array<InputMaybe<NotifyActionInput>>>;
|
|
1331
|
+
redirect?: InputMaybe<Array<InputMaybe<RedirectActionInput>>>;
|
|
1332
|
+
reply?: InputMaybe<Array<InputMaybe<ReplyActionInput>>>;
|
|
1333
|
+
stop?: InputMaybe<Array<InputMaybe<BasicActionInput>>>;
|
|
1334
|
+
tag?: InputMaybe<Array<InputMaybe<TagActionInput>>>;
|
|
1332
1335
|
};
|
|
1333
1336
|
export declare type FilterCondition = {
|
|
1334
1337
|
__typename?: 'FilterCondition';
|
|
@@ -1358,35 +1361,35 @@ export declare type FilterCondition = {
|
|
|
1358
1361
|
twitter?: Maybe<Array<Maybe<BasicCondition>>>;
|
|
1359
1362
|
};
|
|
1360
1363
|
export declare type FilterConditionInput = {
|
|
1361
|
-
address?:
|
|
1362
|
-
addressBook?:
|
|
1364
|
+
address?: InputMaybe<Array<InputMaybe<AddressConditionInput>>>;
|
|
1365
|
+
addressBook?: InputMaybe<Array<InputMaybe<HeaderCheckConditionInput>>>;
|
|
1363
1366
|
allOrAny: FilterMatchCondition;
|
|
1364
|
-
attachment?:
|
|
1365
|
-
body?:
|
|
1366
|
-
bulk?:
|
|
1367
|
-
communityConnections?:
|
|
1368
|
-
communityContent?:
|
|
1369
|
-
communityRequests?:
|
|
1370
|
-
contactRanking?:
|
|
1371
|
-
conversation?:
|
|
1372
|
-
date?:
|
|
1373
|
-
facebook?:
|
|
1374
|
-
flag?:
|
|
1375
|
-
header?:
|
|
1376
|
-
headerExists?:
|
|
1377
|
-
importance?:
|
|
1378
|
-
invite?:
|
|
1379
|
-
linkedin?:
|
|
1380
|
-
list?:
|
|
1381
|
-
me?:
|
|
1382
|
-
mimeHeader?:
|
|
1383
|
-
size?:
|
|
1384
|
-
twitter?:
|
|
1367
|
+
attachment?: InputMaybe<Array<InputMaybe<BasicConditionInput>>>;
|
|
1368
|
+
body?: InputMaybe<Array<InputMaybe<BodyConditionInput>>>;
|
|
1369
|
+
bulk?: InputMaybe<Array<InputMaybe<BasicConditionInput>>>;
|
|
1370
|
+
communityConnections?: InputMaybe<Array<InputMaybe<BasicConditionInput>>>;
|
|
1371
|
+
communityContent?: InputMaybe<Array<InputMaybe<BasicConditionInput>>>;
|
|
1372
|
+
communityRequests?: InputMaybe<Array<InputMaybe<BasicConditionInput>>>;
|
|
1373
|
+
contactRanking?: InputMaybe<Array<InputMaybe<HeaderCheckConditionInput>>>;
|
|
1374
|
+
conversation?: InputMaybe<Array<InputMaybe<ConversationConditionInput>>>;
|
|
1375
|
+
date?: InputMaybe<Array<InputMaybe<DateConditionInput>>>;
|
|
1376
|
+
facebook?: InputMaybe<Array<InputMaybe<BasicConditionInput>>>;
|
|
1377
|
+
flag?: InputMaybe<Array<InputMaybe<FlagConditionInput>>>;
|
|
1378
|
+
header?: InputMaybe<Array<InputMaybe<HeaderConditionInput>>>;
|
|
1379
|
+
headerExists?: InputMaybe<Array<InputMaybe<HeaderCheckConditionInput>>>;
|
|
1380
|
+
importance?: InputMaybe<Array<InputMaybe<ImportanceConditionInput>>>;
|
|
1381
|
+
invite?: InputMaybe<Array<InputMaybe<InviteConditionInput>>>;
|
|
1382
|
+
linkedin?: InputMaybe<Array<InputMaybe<BasicConditionInput>>>;
|
|
1383
|
+
list?: InputMaybe<Array<InputMaybe<BasicConditionInput>>>;
|
|
1384
|
+
me?: InputMaybe<Array<InputMaybe<HeaderCheckConditionInput>>>;
|
|
1385
|
+
mimeHeader?: InputMaybe<Array<InputMaybe<MimeHeaderConditionInput>>>;
|
|
1386
|
+
size?: InputMaybe<Array<InputMaybe<SizeConditionInput>>>;
|
|
1387
|
+
twitter?: InputMaybe<Array<InputMaybe<BasicConditionInput>>>;
|
|
1385
1388
|
};
|
|
1386
1389
|
export declare type FilterInput = {
|
|
1387
|
-
actions?:
|
|
1390
|
+
actions?: InputMaybe<Array<InputMaybe<FilterActionInput>>>;
|
|
1388
1391
|
active: Scalars['Boolean'];
|
|
1389
|
-
conditions?:
|
|
1392
|
+
conditions?: InputMaybe<Array<InputMaybe<FilterConditionInput>>>;
|
|
1390
1393
|
name: Scalars['String'];
|
|
1391
1394
|
};
|
|
1392
1395
|
export declare enum FilterMatchCondition {
|
|
@@ -1402,8 +1405,8 @@ export declare type FlagAction = {
|
|
|
1402
1405
|
index?: Maybe<Scalars['Int']>;
|
|
1403
1406
|
};
|
|
1404
1407
|
export declare type FlagActionInput = {
|
|
1405
|
-
flagName?:
|
|
1406
|
-
index?:
|
|
1408
|
+
flagName?: InputMaybe<Scalars['String']>;
|
|
1409
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
1407
1410
|
};
|
|
1408
1411
|
export declare type FlagCondition = {
|
|
1409
1412
|
__typename?: 'FlagCondition';
|
|
@@ -1413,8 +1416,8 @@ export declare type FlagCondition = {
|
|
|
1413
1416
|
};
|
|
1414
1417
|
export declare type FlagConditionInput = {
|
|
1415
1418
|
flagName: Scalars['String'];
|
|
1416
|
-
index?:
|
|
1417
|
-
negative?:
|
|
1419
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
1420
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
1418
1421
|
};
|
|
1419
1422
|
export declare type Folder = {
|
|
1420
1423
|
__typename?: 'Folder';
|
|
@@ -1454,21 +1457,21 @@ export declare type FolderActionChangeColorInput = {
|
|
|
1454
1457
|
};
|
|
1455
1458
|
export declare type FolderActionCheckCalendarInput = {
|
|
1456
1459
|
id: Scalars['ID'];
|
|
1457
|
-
value?:
|
|
1460
|
+
value?: InputMaybe<Scalars['Boolean']>;
|
|
1458
1461
|
};
|
|
1459
1462
|
export declare type FolderActionInput = {
|
|
1460
|
-
color?:
|
|
1461
|
-
folderId?:
|
|
1462
|
-
grant?:
|
|
1463
|
+
color?: InputMaybe<Scalars['Int']>;
|
|
1464
|
+
folderId?: InputMaybe<Scalars['ID']>;
|
|
1465
|
+
grant?: InputMaybe<Array<InputMaybe<GrantInput>>>;
|
|
1463
1466
|
id: Scalars['ID'];
|
|
1464
|
-
name?:
|
|
1467
|
+
name?: InputMaybe<Scalars['String']>;
|
|
1465
1468
|
op: Scalars['String'];
|
|
1466
|
-
zimbraId?:
|
|
1469
|
+
zimbraId?: InputMaybe<Scalars['ID']>;
|
|
1467
1470
|
};
|
|
1468
1471
|
export declare type FolderQueryInput = {
|
|
1469
|
-
id?:
|
|
1470
|
-
uuid?:
|
|
1471
|
-
view?:
|
|
1472
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1473
|
+
uuid?: InputMaybe<Scalars['ID']>;
|
|
1474
|
+
view?: InputMaybe<FolderView>;
|
|
1472
1475
|
};
|
|
1473
1476
|
export declare enum FolderView {
|
|
1474
1477
|
Appointment = "appointment",
|
|
@@ -1489,7 +1492,7 @@ export declare enum FolderView {
|
|
|
1489
1492
|
Wiki = "wiki"
|
|
1490
1493
|
}
|
|
1491
1494
|
export declare type ForwardAppointmentInput = {
|
|
1492
|
-
exceptId?:
|
|
1495
|
+
exceptId?: InputMaybe<ForwardExceptIdInput>;
|
|
1493
1496
|
id: Scalars['ID'];
|
|
1494
1497
|
message: ForwardMessageInput;
|
|
1495
1498
|
};
|
|
@@ -1502,9 +1505,9 @@ export declare type ForwardExceptIdInput = {
|
|
|
1502
1505
|
timezone: Scalars['String'];
|
|
1503
1506
|
};
|
|
1504
1507
|
export declare type ForwardMessageInput = {
|
|
1505
|
-
emailAddresses?:
|
|
1506
|
-
mimeParts?:
|
|
1507
|
-
subject?:
|
|
1508
|
+
emailAddresses?: InputMaybe<Array<InputMaybe<MailItemEmailAddressInput>>>;
|
|
1509
|
+
mimeParts?: InputMaybe<Array<InputMaybe<MimePartInput>>>;
|
|
1510
|
+
subject?: InputMaybe<Scalars['String']>;
|
|
1508
1511
|
};
|
|
1509
1512
|
export declare type FreeBusy = {
|
|
1510
1513
|
__typename?: 'FreeBusy';
|
|
@@ -1537,22 +1540,22 @@ export declare type GetAppointmentResponse = {
|
|
|
1537
1540
|
appointment?: Maybe<Array<Maybe<AppointmentInfo>>>;
|
|
1538
1541
|
};
|
|
1539
1542
|
export declare type GetDocumentShareUrlItemInput = {
|
|
1540
|
-
folderId?:
|
|
1541
|
-
id?:
|
|
1542
|
-
name?:
|
|
1543
|
-
path?:
|
|
1543
|
+
folderId?: InputMaybe<Scalars['ID']>;
|
|
1544
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1545
|
+
name?: InputMaybe<Scalars['String']>;
|
|
1546
|
+
path?: InputMaybe<Scalars['String']>;
|
|
1544
1547
|
};
|
|
1545
1548
|
export declare type GetDocumentShareUrlResponse = {
|
|
1546
1549
|
__typename?: 'GetDocumentShareURLResponse';
|
|
1547
1550
|
content?: Maybe<Scalars['String']>;
|
|
1548
1551
|
};
|
|
1549
1552
|
export declare type GetFolderFolderInput = {
|
|
1550
|
-
parentFolderId?:
|
|
1551
|
-
path?:
|
|
1552
|
-
uuid?:
|
|
1553
|
+
parentFolderId?: InputMaybe<Scalars['ID']>;
|
|
1554
|
+
path?: InputMaybe<Scalars['String']>;
|
|
1555
|
+
uuid?: InputMaybe<Scalars['ID']>;
|
|
1553
1556
|
};
|
|
1554
1557
|
export declare type GetRightsInput = {
|
|
1555
|
-
access?:
|
|
1558
|
+
access?: InputMaybe<Array<InputMaybe<Right>>>;
|
|
1556
1559
|
};
|
|
1557
1560
|
export declare type GetTrustedDevicesResponse = {
|
|
1558
1561
|
__typename?: 'GetTrustedDevicesResponse';
|
|
@@ -1560,20 +1563,20 @@ export declare type GetTrustedDevicesResponse = {
|
|
|
1560
1563
|
thisDeviceTrusted?: Maybe<Scalars['Boolean']>;
|
|
1561
1564
|
};
|
|
1562
1565
|
export declare type GrantInput = {
|
|
1563
|
-
address?:
|
|
1566
|
+
address?: InputMaybe<Scalars['String']>;
|
|
1564
1567
|
granteeType: GranteeType;
|
|
1565
|
-
key?:
|
|
1566
|
-
password?:
|
|
1568
|
+
key?: InputMaybe<Scalars['String']>;
|
|
1569
|
+
password?: InputMaybe<Scalars['String']>;
|
|
1567
1570
|
permissions: Scalars['String'];
|
|
1568
|
-
zimbraId?:
|
|
1571
|
+
zimbraId?: InputMaybe<Scalars['ID']>;
|
|
1569
1572
|
};
|
|
1570
1573
|
export declare type GrantRightsInput = {
|
|
1571
|
-
access?:
|
|
1574
|
+
access?: InputMaybe<Array<InputMaybe<AccountAceInfoInput>>>;
|
|
1572
1575
|
};
|
|
1573
1576
|
export declare type Grantee = {
|
|
1574
|
-
id?:
|
|
1575
|
-
name?:
|
|
1576
|
-
type?:
|
|
1577
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
1578
|
+
name?: InputMaybe<Scalars['String']>;
|
|
1579
|
+
type?: InputMaybe<Scalars['String']>;
|
|
1577
1580
|
};
|
|
1578
1581
|
export declare enum GranteeType {
|
|
1579
1582
|
All = "all",
|
|
@@ -1620,8 +1623,8 @@ export declare type HeaderCheckCondition = {
|
|
|
1620
1623
|
};
|
|
1621
1624
|
export declare type HeaderCheckConditionInput = {
|
|
1622
1625
|
header: Scalars['String'];
|
|
1623
|
-
index?:
|
|
1624
|
-
negative?:
|
|
1626
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
1627
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
1625
1628
|
};
|
|
1626
1629
|
export declare type HeaderCondition = {
|
|
1627
1630
|
__typename?: 'HeaderCondition';
|
|
@@ -1635,14 +1638,14 @@ export declare type HeaderCondition = {
|
|
|
1635
1638
|
valueComparison?: Maybe<Scalars['String']>;
|
|
1636
1639
|
};
|
|
1637
1640
|
export declare type HeaderConditionInput = {
|
|
1638
|
-
caseSensitive?:
|
|
1639
|
-
countComparison?:
|
|
1640
|
-
header?:
|
|
1641
|
-
index?:
|
|
1642
|
-
negative?:
|
|
1643
|
-
stringComparison?:
|
|
1644
|
-
value?:
|
|
1645
|
-
valueComparison?:
|
|
1641
|
+
caseSensitive?: InputMaybe<Scalars['Boolean']>;
|
|
1642
|
+
countComparison?: InputMaybe<Scalars['String']>;
|
|
1643
|
+
header?: InputMaybe<Scalars['String']>;
|
|
1644
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
1645
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
1646
|
+
stringComparison?: InputMaybe<Scalars['String']>;
|
|
1647
|
+
value?: InputMaybe<Scalars['String']>;
|
|
1648
|
+
valueComparison?: InputMaybe<Scalars['String']>;
|
|
1646
1649
|
};
|
|
1647
1650
|
export declare type Hit = {
|
|
1648
1651
|
__typename?: 'Hit';
|
|
@@ -1681,23 +1684,23 @@ export declare type IdentityAttrs = {
|
|
|
1681
1684
|
zimbraPrefWhenSentToEnabled?: Maybe<Scalars['Boolean']>;
|
|
1682
1685
|
};
|
|
1683
1686
|
export declare type IdentityAttrsInput = {
|
|
1684
|
-
zimbraPrefDefaultSignatureId?:
|
|
1685
|
-
zimbraPrefForwardReplyFormat?:
|
|
1686
|
-
zimbraPrefForwardReplySignatureId?:
|
|
1687
|
-
zimbraPrefFromAddress?:
|
|
1688
|
-
zimbraPrefFromAddressType?:
|
|
1689
|
-
zimbraPrefFromDisplay?:
|
|
1690
|
-
zimbraPrefIdentityId?:
|
|
1691
|
-
zimbraPrefIdentityName?:
|
|
1692
|
-
zimbraPrefMailSignatureStyle?:
|
|
1693
|
-
zimbraPrefReplyToAddress?:
|
|
1694
|
-
zimbraPrefReplyToDisplay?:
|
|
1695
|
-
zimbraPrefReplyToEnabled?:
|
|
1696
|
-
zimbraPrefSentMailFolder?:
|
|
1697
|
-
zimbraPrefWhenInFolderIds?:
|
|
1698
|
-
zimbraPrefWhenInFoldersEnabled?:
|
|
1699
|
-
zimbraPrefWhenSentToAddresses?:
|
|
1700
|
-
zimbraPrefWhenSentToEnabled?:
|
|
1687
|
+
zimbraPrefDefaultSignatureId?: InputMaybe<Scalars['ID']>;
|
|
1688
|
+
zimbraPrefForwardReplyFormat?: InputMaybe<Scalars['String']>;
|
|
1689
|
+
zimbraPrefForwardReplySignatureId?: InputMaybe<Scalars['ID']>;
|
|
1690
|
+
zimbraPrefFromAddress?: InputMaybe<Scalars['String']>;
|
|
1691
|
+
zimbraPrefFromAddressType?: InputMaybe<Scalars['String']>;
|
|
1692
|
+
zimbraPrefFromDisplay?: InputMaybe<Scalars['String']>;
|
|
1693
|
+
zimbraPrefIdentityId?: InputMaybe<Scalars['ID']>;
|
|
1694
|
+
zimbraPrefIdentityName?: InputMaybe<Scalars['String']>;
|
|
1695
|
+
zimbraPrefMailSignatureStyle?: InputMaybe<Scalars['String']>;
|
|
1696
|
+
zimbraPrefReplyToAddress?: InputMaybe<Scalars['String']>;
|
|
1697
|
+
zimbraPrefReplyToDisplay?: InputMaybe<Scalars['String']>;
|
|
1698
|
+
zimbraPrefReplyToEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1699
|
+
zimbraPrefSentMailFolder?: InputMaybe<Scalars['String']>;
|
|
1700
|
+
zimbraPrefWhenInFolderIds?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
1701
|
+
zimbraPrefWhenInFoldersEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1702
|
+
zimbraPrefWhenSentToAddresses?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
1703
|
+
zimbraPrefWhenSentToEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1701
1704
|
};
|
|
1702
1705
|
export declare type ImportStatus = {
|
|
1703
1706
|
__typename?: 'ImportStatus';
|
|
@@ -1724,8 +1727,8 @@ export declare type ImportanceCondition = {
|
|
|
1724
1727
|
};
|
|
1725
1728
|
export declare type ImportanceConditionInput = {
|
|
1726
1729
|
importance: Importance;
|
|
1727
|
-
index?:
|
|
1728
|
-
negative?:
|
|
1730
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
1731
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
1729
1732
|
};
|
|
1730
1733
|
export declare type Instance = {
|
|
1731
1734
|
__typename?: 'Instance';
|
|
@@ -1758,7 +1761,7 @@ export declare type Instance = {
|
|
|
1758
1761
|
utcRecurrenceId?: Maybe<Scalars['String']>;
|
|
1759
1762
|
};
|
|
1760
1763
|
export declare type InstanceDate = {
|
|
1761
|
-
date?:
|
|
1764
|
+
date?: InputMaybe<Scalars['String']>;
|
|
1762
1765
|
};
|
|
1763
1766
|
export declare type IntervalRule = {
|
|
1764
1767
|
__typename?: 'IntervalRule';
|
|
@@ -1832,9 +1835,9 @@ export declare type InviteCondition = {
|
|
|
1832
1835
|
negative?: Maybe<Scalars['Boolean']>;
|
|
1833
1836
|
};
|
|
1834
1837
|
export declare type InviteConditionInput = {
|
|
1835
|
-
index?:
|
|
1836
|
-
methods?:
|
|
1837
|
-
negative?:
|
|
1838
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
1839
|
+
methods?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
1840
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
1838
1841
|
};
|
|
1839
1842
|
export declare type InviteInfo = {
|
|
1840
1843
|
__typename?: 'InviteInfo';
|
|
@@ -1848,10 +1851,10 @@ export declare type InviteReplies = {
|
|
|
1848
1851
|
};
|
|
1849
1852
|
export declare type InviteReplyInput = {
|
|
1850
1853
|
componentNum: Scalars['Int'];
|
|
1851
|
-
exceptId?:
|
|
1854
|
+
exceptId?: InputMaybe<InstanceDate>;
|
|
1852
1855
|
id: Scalars['ID'];
|
|
1853
|
-
message?:
|
|
1854
|
-
updateOrganizer?:
|
|
1856
|
+
message?: InputMaybe<CalendarItemMessageInput>;
|
|
1857
|
+
updateOrganizer?: InputMaybe<Scalars['Boolean']>;
|
|
1855
1858
|
verb: InviteReplyVerb;
|
|
1856
1859
|
};
|
|
1857
1860
|
export declare type InviteReplyResponse = {
|
|
@@ -1921,7 +1924,7 @@ export declare type MailItem = {
|
|
|
1921
1924
|
};
|
|
1922
1925
|
export declare type MailItemEmailAddressInput = {
|
|
1923
1926
|
address: Scalars['String'];
|
|
1924
|
-
name?:
|
|
1927
|
+
name?: InputMaybe<Scalars['String']>;
|
|
1925
1928
|
type: AddressType;
|
|
1926
1929
|
};
|
|
1927
1930
|
export declare type MailItemHeaderInput = {
|
|
@@ -1961,27 +1964,27 @@ export declare type MailboxMetadataMeta = {
|
|
|
1961
1964
|
section: Scalars['String'];
|
|
1962
1965
|
};
|
|
1963
1966
|
export declare type MailboxMetadataSectionAttrsInput = {
|
|
1964
|
-
archivedFolder?:
|
|
1965
|
-
privacyOverlayPrefs_showOverlay?:
|
|
1966
|
-
privacyOverlayPrefs_timeOut?:
|
|
1967
|
-
zimbraPrefContactSourceFolderID?:
|
|
1968
|
-
zimbraPrefCustomFolderTreeOpen?:
|
|
1969
|
-
zimbraPrefDateFormat?:
|
|
1970
|
-
zimbraPrefFolderTreeSash?:
|
|
1971
|
-
zimbraPrefFoldersExpanded?:
|
|
1972
|
-
zimbraPrefGenerateLinkPreviews?:
|
|
1973
|
-
zimbraPrefGroupByList?:
|
|
1974
|
-
zimbraPrefMessageListDensity?:
|
|
1975
|
-
zimbraPrefMultitasking?:
|
|
1976
|
-
zimbraPrefReadingPaneSashHorizontal?:
|
|
1977
|
-
zimbraPrefReadingPaneSashVertical?:
|
|
1978
|
-
zimbraPrefSMIMEDefaultSetting?:
|
|
1979
|
-
zimbraPrefSMIMELastOperation?:
|
|
1980
|
-
zimbraPrefSharedFolderTreeOpen?:
|
|
1981
|
-
zimbraPrefSmartFolderTreeOpen?:
|
|
1982
|
-
zimbraPrefTimeFormat?:
|
|
1983
|
-
zimbraPrefUndoSendEnabled?:
|
|
1984
|
-
zimbraPrefUndoSendTimeout?:
|
|
1967
|
+
archivedFolder?: InputMaybe<Scalars['String']>;
|
|
1968
|
+
privacyOverlayPrefs_showOverlay?: InputMaybe<Scalars['Boolean']>;
|
|
1969
|
+
privacyOverlayPrefs_timeOut?: InputMaybe<Scalars['Int']>;
|
|
1970
|
+
zimbraPrefContactSourceFolderID?: InputMaybe<Scalars['String']>;
|
|
1971
|
+
zimbraPrefCustomFolderTreeOpen?: InputMaybe<Scalars['Boolean']>;
|
|
1972
|
+
zimbraPrefDateFormat?: InputMaybe<Scalars['String']>;
|
|
1973
|
+
zimbraPrefFolderTreeSash?: InputMaybe<Scalars['Int']>;
|
|
1974
|
+
zimbraPrefFoldersExpanded?: InputMaybe<Scalars['String']>;
|
|
1975
|
+
zimbraPrefGenerateLinkPreviews?: InputMaybe<Scalars['Boolean']>;
|
|
1976
|
+
zimbraPrefGroupByList?: InputMaybe<Scalars['String']>;
|
|
1977
|
+
zimbraPrefMessageListDensity?: InputMaybe<Scalars['String']>;
|
|
1978
|
+
zimbraPrefMultitasking?: InputMaybe<Scalars['String']>;
|
|
1979
|
+
zimbraPrefReadingPaneSashHorizontal?: InputMaybe<Scalars['Int']>;
|
|
1980
|
+
zimbraPrefReadingPaneSashVertical?: InputMaybe<Scalars['Int']>;
|
|
1981
|
+
zimbraPrefSMIMEDefaultSetting?: InputMaybe<Scalars['String']>;
|
|
1982
|
+
zimbraPrefSMIMELastOperation?: InputMaybe<Scalars['String']>;
|
|
1983
|
+
zimbraPrefSharedFolderTreeOpen?: InputMaybe<Scalars['Boolean']>;
|
|
1984
|
+
zimbraPrefSmartFolderTreeOpen?: InputMaybe<Scalars['Boolean']>;
|
|
1985
|
+
zimbraPrefTimeFormat?: InputMaybe<Scalars['String']>;
|
|
1986
|
+
zimbraPrefUndoSendEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1987
|
+
zimbraPrefUndoSendTimeout?: InputMaybe<Scalars['Int']>;
|
|
1985
1988
|
};
|
|
1986
1989
|
export declare type MaxAppPasswords = {
|
|
1987
1990
|
__typename?: 'MaxAppPasswords';
|
|
@@ -2044,12 +2047,12 @@ export declare type MimeHeaderCondition = {
|
|
|
2044
2047
|
value?: Maybe<Scalars['String']>;
|
|
2045
2048
|
};
|
|
2046
2049
|
export declare type MimeHeaderConditionInput = {
|
|
2047
|
-
caseSensitive?:
|
|
2048
|
-
header?:
|
|
2049
|
-
index?:
|
|
2050
|
-
negative?:
|
|
2051
|
-
stringComparison?:
|
|
2052
|
-
value?:
|
|
2050
|
+
caseSensitive?: InputMaybe<Scalars['Boolean']>;
|
|
2051
|
+
header?: InputMaybe<Scalars['String']>;
|
|
2052
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
2053
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
2054
|
+
stringComparison?: InputMaybe<Scalars['String']>;
|
|
2055
|
+
value?: InputMaybe<Scalars['String']>;
|
|
2053
2056
|
};
|
|
2054
2057
|
export declare type MimePart = {
|
|
2055
2058
|
__typename?: 'MimePart';
|
|
@@ -2069,20 +2072,20 @@ export declare type MimePart = {
|
|
|
2069
2072
|
url?: Maybe<Scalars['String']>;
|
|
2070
2073
|
};
|
|
2071
2074
|
export declare type MimePartInput = {
|
|
2072
|
-
attachments?:
|
|
2073
|
-
base64?:
|
|
2074
|
-
body?:
|
|
2075
|
-
content?:
|
|
2076
|
-
contentDisposition?:
|
|
2077
|
-
contentId?:
|
|
2078
|
-
contentType?:
|
|
2079
|
-
filename?:
|
|
2080
|
-
messageId?:
|
|
2081
|
-
mimeParts?:
|
|
2082
|
-
part?:
|
|
2083
|
-
size?:
|
|
2084
|
-
truncated?:
|
|
2085
|
-
url?:
|
|
2075
|
+
attachments?: InputMaybe<Array<InputMaybe<AttachmentInput>>>;
|
|
2076
|
+
base64?: InputMaybe<Scalars['String']>;
|
|
2077
|
+
body?: InputMaybe<Scalars['Boolean']>;
|
|
2078
|
+
content?: InputMaybe<Scalars['String']>;
|
|
2079
|
+
contentDisposition?: InputMaybe<Scalars['String']>;
|
|
2080
|
+
contentId?: InputMaybe<Scalars['String']>;
|
|
2081
|
+
contentType?: InputMaybe<Scalars['String']>;
|
|
2082
|
+
filename?: InputMaybe<Scalars['String']>;
|
|
2083
|
+
messageId?: InputMaybe<Scalars['ID']>;
|
|
2084
|
+
mimeParts?: InputMaybe<Array<InputMaybe<MimePartInput>>>;
|
|
2085
|
+
part?: InputMaybe<Scalars['ID']>;
|
|
2086
|
+
size?: InputMaybe<Scalars['Float']>;
|
|
2087
|
+
truncated?: InputMaybe<Scalars['Boolean']>;
|
|
2088
|
+
url?: InputMaybe<Scalars['String']>;
|
|
2086
2089
|
};
|
|
2087
2090
|
export declare enum Mode {
|
|
2088
2091
|
Html = "html",
|
|
@@ -2098,13 +2101,13 @@ export declare type ModifyAppointmentResponse = {
|
|
|
2098
2101
|
};
|
|
2099
2102
|
export declare type ModifyContactInput = {
|
|
2100
2103
|
attributes: ContactAttrsInput;
|
|
2101
|
-
folderId?:
|
|
2104
|
+
folderId?: InputMaybe<Scalars['ID']>;
|
|
2102
2105
|
id: Scalars['ID'];
|
|
2103
|
-
memberOps?:
|
|
2104
|
-
tagNames?:
|
|
2106
|
+
memberOps?: InputMaybe<Array<InputMaybe<ContactListOps>>>;
|
|
2107
|
+
tagNames?: InputMaybe<Scalars['String']>;
|
|
2105
2108
|
};
|
|
2106
2109
|
export declare type ModifyIdentityInput = {
|
|
2107
|
-
attrs?:
|
|
2110
|
+
attrs?: InputMaybe<IdentityAttrsInput>;
|
|
2108
2111
|
id: Scalars['ID'];
|
|
2109
2112
|
};
|
|
2110
2113
|
export declare type ModifyZimletPrefsResponse = {
|
|
@@ -2235,22 +2238,22 @@ export declare type Mutation = {
|
|
|
2235
2238
|
uploadMessage?: Maybe<Scalars['String']>;
|
|
2236
2239
|
};
|
|
2237
2240
|
export declare type MutationAccountOnlyRemoteWipeSyncArgs = {
|
|
2238
|
-
deviceId?:
|
|
2241
|
+
deviceId?: InputMaybe<Scalars['String']>;
|
|
2239
2242
|
};
|
|
2240
2243
|
export declare type MutationActionArgs = {
|
|
2241
|
-
color?:
|
|
2242
|
-
constraints?:
|
|
2243
|
-
destFolderLocal?:
|
|
2244
|
-
flags?:
|
|
2245
|
-
folderId?:
|
|
2246
|
-
id?:
|
|
2247
|
-
ids?:
|
|
2248
|
-
isLocal?:
|
|
2249
|
-
name?:
|
|
2244
|
+
color?: InputMaybe<Scalars['Int']>;
|
|
2245
|
+
constraints?: InputMaybe<Scalars['String']>;
|
|
2246
|
+
destFolderLocal?: InputMaybe<Scalars['Boolean']>;
|
|
2247
|
+
flags?: InputMaybe<Scalars['String']>;
|
|
2248
|
+
folderId?: InputMaybe<Scalars['ID']>;
|
|
2249
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
2250
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
2251
|
+
isLocal?: InputMaybe<Scalars['Boolean']>;
|
|
2252
|
+
name?: InputMaybe<Scalars['String']>;
|
|
2250
2253
|
op: Scalars['String'];
|
|
2251
|
-
recursive?:
|
|
2252
|
-
rgb?:
|
|
2253
|
-
tagNames?:
|
|
2254
|
+
recursive?: InputMaybe<Scalars['Boolean']>;
|
|
2255
|
+
rgb?: InputMaybe<Scalars['String']>;
|
|
2256
|
+
tagNames?: InputMaybe<Scalars['String']>;
|
|
2254
2257
|
type: ActionTypeName;
|
|
2255
2258
|
};
|
|
2256
2259
|
export declare type MutationAddExternalAccountArgs = {
|
|
@@ -2260,20 +2263,20 @@ export declare type MutationAddMessageArgs = {
|
|
|
2260
2263
|
message: AddMsgInput;
|
|
2261
2264
|
};
|
|
2262
2265
|
export declare type MutationAllowDeviceSyncArgs = {
|
|
2263
|
-
deviceId?:
|
|
2266
|
+
deviceId?: InputMaybe<Scalars['String']>;
|
|
2264
2267
|
};
|
|
2265
2268
|
export declare type MutationApplyFilterRulesArgs = {
|
|
2266
|
-
filterRules?:
|
|
2269
|
+
filterRules?: InputMaybe<Array<InputMaybe<FilterRuleInput>>>;
|
|
2267
2270
|
ids: Scalars['String'];
|
|
2268
2271
|
};
|
|
2269
2272
|
export declare type MutationBlockDeviceSyncArgs = {
|
|
2270
|
-
deviceId?:
|
|
2273
|
+
deviceId?: InputMaybe<Scalars['String']>;
|
|
2271
2274
|
};
|
|
2272
2275
|
export declare type MutationCancelPendingAccountOnlyRemoteWipeSyncArgs = {
|
|
2273
|
-
deviceId?:
|
|
2276
|
+
deviceId?: InputMaybe<Scalars['String']>;
|
|
2274
2277
|
};
|
|
2275
2278
|
export declare type MutationCancelPendingRemoteWipeSyncArgs = {
|
|
2276
|
-
deviceId?:
|
|
2279
|
+
deviceId?: InputMaybe<Scalars['String']>;
|
|
2277
2280
|
};
|
|
2278
2281
|
export declare type MutationCancelTaskArgs = {
|
|
2279
2282
|
inviteId: Scalars['ID'];
|
|
@@ -2283,7 +2286,7 @@ export declare type MutationChangeFolderColorArgs = {
|
|
|
2283
2286
|
id: Scalars['ID'];
|
|
2284
2287
|
};
|
|
2285
2288
|
export declare type MutationChangePasswordArgs = {
|
|
2286
|
-
dryRun?:
|
|
2289
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
2287
2290
|
loginNewPassword: Scalars['String'];
|
|
2288
2291
|
password: Scalars['String'];
|
|
2289
2292
|
username: Scalars['String'];
|
|
@@ -2293,11 +2296,11 @@ export declare type MutationCheckCalendarArgs = {
|
|
|
2293
2296
|
value: Scalars['Boolean'];
|
|
2294
2297
|
};
|
|
2295
2298
|
export declare type MutationContactActionArgs = {
|
|
2296
|
-
folderId?:
|
|
2297
|
-
id?:
|
|
2298
|
-
ids?:
|
|
2299
|
+
folderId?: InputMaybe<Scalars['ID']>;
|
|
2300
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
2301
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
2299
2302
|
op: Scalars['String'];
|
|
2300
|
-
tagNames?:
|
|
2303
|
+
tagNames?: InputMaybe<Scalars['String']>;
|
|
2301
2304
|
};
|
|
2302
2305
|
export declare type MutationConversationActionArgs = {
|
|
2303
2306
|
ids: Array<Scalars['ID']>;
|
|
@@ -2310,17 +2313,17 @@ export declare type MutationCreateAppSpecificPasswordArgs = {
|
|
|
2310
2313
|
appName: Scalars['String'];
|
|
2311
2314
|
};
|
|
2312
2315
|
export declare type MutationCreateAppointmentArgs = {
|
|
2313
|
-
accountName?:
|
|
2316
|
+
accountName?: InputMaybe<Scalars['String']>;
|
|
2314
2317
|
appointment: CalendarItemInput;
|
|
2315
2318
|
};
|
|
2316
2319
|
export declare type MutationCreateAppointmentExceptionArgs = {
|
|
2317
|
-
accountName?:
|
|
2320
|
+
accountName?: InputMaybe<Scalars['String']>;
|
|
2318
2321
|
appointment: CalendarItemInput;
|
|
2319
2322
|
};
|
|
2320
2323
|
export declare type MutationCreateCalendarArgs = {
|
|
2321
2324
|
color: Scalars['Int'];
|
|
2322
2325
|
name: Scalars['String'];
|
|
2323
|
-
url?:
|
|
2326
|
+
url?: InputMaybe<Scalars['String']>;
|
|
2324
2327
|
};
|
|
2325
2328
|
export declare type MutationCreateContactArgs = {
|
|
2326
2329
|
contact: CreateContactInput;
|
|
@@ -2329,17 +2332,17 @@ export declare type MutationCreateContactListArgs = {
|
|
|
2329
2332
|
contact: CreateContactInput;
|
|
2330
2333
|
};
|
|
2331
2334
|
export declare type MutationCreateFolderArgs = {
|
|
2332
|
-
color?:
|
|
2333
|
-
fetchIfExists?:
|
|
2334
|
-
flags?:
|
|
2335
|
-
isLocalFolder?:
|
|
2335
|
+
color?: InputMaybe<Scalars['Int']>;
|
|
2336
|
+
fetchIfExists?: InputMaybe<Scalars['Boolean']>;
|
|
2337
|
+
flags?: InputMaybe<Scalars['String']>;
|
|
2338
|
+
isLocalFolder?: InputMaybe<Scalars['Boolean']>;
|
|
2336
2339
|
name: Scalars['String'];
|
|
2337
|
-
parentFolderId?:
|
|
2338
|
-
url?:
|
|
2339
|
-
view?:
|
|
2340
|
+
parentFolderId?: InputMaybe<Scalars['ID']>;
|
|
2341
|
+
url?: InputMaybe<Scalars['String']>;
|
|
2342
|
+
view?: InputMaybe<FolderView>;
|
|
2340
2343
|
};
|
|
2341
2344
|
export declare type MutationCreateIdentityArgs = {
|
|
2342
|
-
attrs?:
|
|
2345
|
+
attrs?: InputMaybe<IdentityAttrsInput>;
|
|
2343
2346
|
name: Scalars['String'];
|
|
2344
2347
|
};
|
|
2345
2348
|
export declare type MutationCreateMountpointArgs = {
|
|
@@ -2347,9 +2350,9 @@ export declare type MutationCreateMountpointArgs = {
|
|
|
2347
2350
|
};
|
|
2348
2351
|
export declare type MutationCreateSearchFolderArgs = {
|
|
2349
2352
|
name: Scalars['String'];
|
|
2350
|
-
parentFolderId?:
|
|
2353
|
+
parentFolderId?: InputMaybe<Scalars['ID']>;
|
|
2351
2354
|
query: Scalars['String'];
|
|
2352
|
-
types?:
|
|
2355
|
+
types?: InputMaybe<FolderView>;
|
|
2353
2356
|
};
|
|
2354
2357
|
export declare type MutationCreateSharedCalendarArgs = {
|
|
2355
2358
|
link: NewMountpointSpec;
|
|
@@ -2358,7 +2361,7 @@ export declare type MutationCreateSignatureArgs = {
|
|
|
2358
2361
|
signature: SignatureInput;
|
|
2359
2362
|
};
|
|
2360
2363
|
export declare type MutationCreateTagArgs = {
|
|
2361
|
-
tag?:
|
|
2364
|
+
tag?: InputMaybe<CreateTagInput>;
|
|
2362
2365
|
};
|
|
2363
2366
|
export declare type MutationCreateTaskArgs = {
|
|
2364
2367
|
task: CalendarItemInput;
|
|
@@ -2374,14 +2377,14 @@ export declare type MutationDeleteExternalAccountArgs = {
|
|
|
2374
2377
|
};
|
|
2375
2378
|
export declare type MutationDeleteIdentityArgs = {
|
|
2376
2379
|
id: Scalars['ID'];
|
|
2377
|
-
name?:
|
|
2380
|
+
name?: InputMaybe<Scalars['String']>;
|
|
2378
2381
|
};
|
|
2379
2382
|
export declare type MutationDeleteSignatureArgs = {
|
|
2380
2383
|
signature: NameIdInput;
|
|
2381
2384
|
};
|
|
2382
2385
|
export declare type MutationDismissCalendarItemArgs = {
|
|
2383
|
-
appointment?:
|
|
2384
|
-
task?:
|
|
2386
|
+
appointment?: InputMaybe<Array<InputMaybe<DismissInput>>>;
|
|
2387
|
+
task?: InputMaybe<DismissInput>;
|
|
2385
2388
|
};
|
|
2386
2389
|
export declare type MutationDocumentActionArgs = {
|
|
2387
2390
|
action: FolderActionInput;
|
|
@@ -2408,22 +2411,22 @@ export declare type MutationImportExternalAccountArgs = {
|
|
|
2408
2411
|
externalAccount: ExternalAccountImportInput;
|
|
2409
2412
|
};
|
|
2410
2413
|
export declare type MutationItemActionArgs = {
|
|
2411
|
-
folderId?:
|
|
2412
|
-
id?:
|
|
2413
|
-
ids?:
|
|
2414
|
-
name?:
|
|
2414
|
+
folderId?: InputMaybe<Scalars['ID']>;
|
|
2415
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
2416
|
+
ids?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
|
|
2417
|
+
name?: InputMaybe<Scalars['String']>;
|
|
2415
2418
|
op: Scalars['String'];
|
|
2416
|
-
tagNames?:
|
|
2419
|
+
tagNames?: InputMaybe<Scalars['String']>;
|
|
2417
2420
|
};
|
|
2418
2421
|
export declare type MutationLoginArgs = {
|
|
2419
2422
|
csrfTokenSecured: Scalars['Boolean'];
|
|
2420
|
-
deviceTrusted?:
|
|
2421
|
-
ignoreSameSite?:
|
|
2422
|
-
password?:
|
|
2423
|
-
persistAuthTokenCookie?:
|
|
2424
|
-
recoveryCode?:
|
|
2425
|
-
tokenType?:
|
|
2426
|
-
twoFactorCode?:
|
|
2423
|
+
deviceTrusted?: InputMaybe<Scalars['Boolean']>;
|
|
2424
|
+
ignoreSameSite?: InputMaybe<Scalars['Boolean']>;
|
|
2425
|
+
password?: InputMaybe<Scalars['String']>;
|
|
2426
|
+
persistAuthTokenCookie?: InputMaybe<Scalars['Boolean']>;
|
|
2427
|
+
recoveryCode?: InputMaybe<Scalars['String']>;
|
|
2428
|
+
tokenType?: InputMaybe<Scalars['String']>;
|
|
2429
|
+
twoFactorCode?: InputMaybe<Scalars['String']>;
|
|
2427
2430
|
username: Scalars['String'];
|
|
2428
2431
|
};
|
|
2429
2432
|
export declare type MutationMessageActionArgs = {
|
|
@@ -2431,7 +2434,7 @@ export declare type MutationMessageActionArgs = {
|
|
|
2431
2434
|
op: Scalars['String'];
|
|
2432
2435
|
};
|
|
2433
2436
|
export declare type MutationModifyAppointmentArgs = {
|
|
2434
|
-
accountName?:
|
|
2437
|
+
accountName?: InputMaybe<Scalars['String']>;
|
|
2435
2438
|
appointment: CalendarItemInput;
|
|
2436
2439
|
};
|
|
2437
2440
|
export declare type MutationModifyContactArgs = {
|
|
@@ -2443,24 +2446,24 @@ export declare type MutationModifyContactListArgs = {
|
|
|
2443
2446
|
export declare type MutationModifyExternalAccountArgs = {
|
|
2444
2447
|
attrs: ExternalAccountModifyAttrsInput;
|
|
2445
2448
|
id: Scalars['ID'];
|
|
2446
|
-
type?:
|
|
2449
|
+
type?: InputMaybe<AccountType>;
|
|
2447
2450
|
};
|
|
2448
2451
|
export declare type MutationModifyFilterRulesArgs = {
|
|
2449
|
-
filters?:
|
|
2452
|
+
filters?: InputMaybe<Array<FilterInput>>;
|
|
2450
2453
|
};
|
|
2451
2454
|
export declare type MutationModifyIdentityArgs = {
|
|
2452
|
-
attrs?:
|
|
2455
|
+
attrs?: InputMaybe<IdentityAttrsInput>;
|
|
2453
2456
|
id: Scalars['ID'];
|
|
2454
2457
|
};
|
|
2455
2458
|
export declare type MutationModifyPrefsArgs = {
|
|
2456
2459
|
prefs: PreferencesInput;
|
|
2457
2460
|
};
|
|
2458
2461
|
export declare type MutationModifyProfileImageArgs = {
|
|
2459
|
-
content?:
|
|
2460
|
-
contentType?:
|
|
2462
|
+
content?: InputMaybe<Scalars['String']>;
|
|
2463
|
+
contentType?: InputMaybe<Scalars['String']>;
|
|
2461
2464
|
};
|
|
2462
2465
|
export declare type MutationModifyPropsArgs = {
|
|
2463
|
-
props?:
|
|
2466
|
+
props?: InputMaybe<Array<PropertiesInput>>;
|
|
2464
2467
|
};
|
|
2465
2468
|
export declare type MutationModifySearchFolderArgs = {
|
|
2466
2469
|
search: SearchFolderInput;
|
|
@@ -2475,7 +2478,7 @@ export declare type MutationModifyWhiteBlackListArgs = {
|
|
|
2475
2478
|
whiteBlackList: WhiteBlackListInput;
|
|
2476
2479
|
};
|
|
2477
2480
|
export declare type MutationModifyZimletPrefsArgs = {
|
|
2478
|
-
zimlets?:
|
|
2481
|
+
zimlets?: InputMaybe<Array<ZimletPreferenceInput>>;
|
|
2479
2482
|
};
|
|
2480
2483
|
export declare type MutationMoveTaskArgs = {
|
|
2481
2484
|
destFolderId: Scalars['ID'];
|
|
@@ -2497,7 +2500,7 @@ export declare type MutationPrefOutOfOfficeUntilDateArgs = {
|
|
|
2497
2500
|
value: Scalars['String'];
|
|
2498
2501
|
};
|
|
2499
2502
|
export declare type MutationQuarantineDeviceSyncArgs = {
|
|
2500
|
-
deviceId?:
|
|
2503
|
+
deviceId?: InputMaybe<Scalars['String']>;
|
|
2501
2504
|
};
|
|
2502
2505
|
export declare type MutationRecoverAccountArgs = {
|
|
2503
2506
|
channel: SetRecoveryAccountChannel;
|
|
@@ -2505,16 +2508,16 @@ export declare type MutationRecoverAccountArgs = {
|
|
|
2505
2508
|
op: RecoverAccountOp;
|
|
2506
2509
|
};
|
|
2507
2510
|
export declare type MutationRemoteWipeSyncArgs = {
|
|
2508
|
-
deviceId?:
|
|
2511
|
+
deviceId?: InputMaybe<Scalars['String']>;
|
|
2509
2512
|
};
|
|
2510
2513
|
export declare type MutationRemoveDeviceSyncArgs = {
|
|
2511
|
-
deviceId?:
|
|
2514
|
+
deviceId?: InputMaybe<Scalars['String']>;
|
|
2512
2515
|
};
|
|
2513
2516
|
export declare type MutationResetPasswordArgs = {
|
|
2514
|
-
cancelResetPassword?:
|
|
2515
|
-
dryRun?:
|
|
2516
|
-
getPasswordRules?:
|
|
2517
|
-
password?:
|
|
2517
|
+
cancelResetPassword?: InputMaybe<Scalars['Boolean']>;
|
|
2518
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
2519
|
+
getPasswordRules?: InputMaybe<Scalars['Boolean']>;
|
|
2520
|
+
password?: InputMaybe<Scalars['String']>;
|
|
2518
2521
|
};
|
|
2519
2522
|
export declare type MutationRevokeAppSpecificPasswordArgs = {
|
|
2520
2523
|
appName: Scalars['String'];
|
|
@@ -2523,14 +2526,14 @@ export declare type MutationRevokeRightsArgs = {
|
|
|
2523
2526
|
input: RevokeRightsInput;
|
|
2524
2527
|
};
|
|
2525
2528
|
export declare type MutationSaveDocumentArgs = {
|
|
2526
|
-
document?:
|
|
2529
|
+
document?: InputMaybe<SaveDocumentInput>;
|
|
2527
2530
|
};
|
|
2528
2531
|
export declare type MutationSaveDraftArgs = {
|
|
2529
|
-
accountName?:
|
|
2532
|
+
accountName?: InputMaybe<Scalars['String']>;
|
|
2530
2533
|
message: SendMessageInput;
|
|
2531
2534
|
};
|
|
2532
2535
|
export declare type MutationSaveSMimeCertArgs = {
|
|
2533
|
-
password?:
|
|
2536
|
+
password?: InputMaybe<Scalars['String']>;
|
|
2534
2537
|
upload: SaveSMimeCertInputUpload;
|
|
2535
2538
|
};
|
|
2536
2539
|
export declare type MutationSendDeliveryReportArgs = {
|
|
@@ -2540,10 +2543,10 @@ export declare type MutationSendInviteReplyArgs = {
|
|
|
2540
2543
|
inviteReply: InviteReplyInput;
|
|
2541
2544
|
};
|
|
2542
2545
|
export declare type MutationSendMessageArgs = {
|
|
2543
|
-
accountName?:
|
|
2544
|
-
encrypt?:
|
|
2546
|
+
accountName?: InputMaybe<Scalars['String']>;
|
|
2547
|
+
encrypt?: InputMaybe<Scalars['Boolean']>;
|
|
2545
2548
|
message: SendMessageInput;
|
|
2546
|
-
sign?:
|
|
2549
|
+
sign?: InputMaybe<Scalars['Boolean']>;
|
|
2547
2550
|
};
|
|
2548
2551
|
export declare type MutationSendShareNotificationArgs = {
|
|
2549
2552
|
shareNotification: ShareNotificationInput;
|
|
@@ -2553,20 +2556,20 @@ export declare type MutationSetCustomMetadataArgs = {
|
|
|
2553
2556
|
};
|
|
2554
2557
|
export declare type MutationSetMailboxMetadataArgs = {
|
|
2555
2558
|
attrs: MailboxMetadataSectionAttrsInput;
|
|
2556
|
-
section?:
|
|
2559
|
+
section?: InputMaybe<Scalars['String']>;
|
|
2557
2560
|
};
|
|
2558
2561
|
export declare type MutationSetRecoveryAccountArgs = {
|
|
2559
2562
|
channel: SetRecoveryAccountChannel;
|
|
2560
2563
|
op: SetRecoveryAccountOp;
|
|
2561
|
-
recoveryAccount?:
|
|
2562
|
-
recoveryAccountVerificationCode?:
|
|
2564
|
+
recoveryAccount?: InputMaybe<Scalars['String']>;
|
|
2565
|
+
recoveryAccountVerificationCode?: InputMaybe<Scalars['String']>;
|
|
2563
2566
|
};
|
|
2564
2567
|
export declare type MutationSnoozeCalendarItemArgs = {
|
|
2565
|
-
appointment?:
|
|
2566
|
-
task?:
|
|
2568
|
+
appointment?: InputMaybe<Array<InputMaybe<SnoozeInput>>>;
|
|
2569
|
+
task?: InputMaybe<SnoozeInput>;
|
|
2567
2570
|
};
|
|
2568
2571
|
export declare type MutationTagActionArgs = {
|
|
2569
|
-
action?:
|
|
2572
|
+
action?: InputMaybe<FolderActionInput>;
|
|
2570
2573
|
};
|
|
2571
2574
|
export declare type MutationTestExternalAccountArgs = {
|
|
2572
2575
|
externalAccount: ExternalAccountTestInput;
|
|
@@ -2580,8 +2583,8 @@ export declare type NameId = {
|
|
|
2580
2583
|
name?: Maybe<Scalars['String']>;
|
|
2581
2584
|
};
|
|
2582
2585
|
export declare type NameIdInput = {
|
|
2583
|
-
id?:
|
|
2584
|
-
name?:
|
|
2586
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
2587
|
+
name?: InputMaybe<Scalars['String']>;
|
|
2585
2588
|
};
|
|
2586
2589
|
export declare enum NeedIsMemberType {
|
|
2587
2590
|
All = "all",
|
|
@@ -2589,22 +2592,22 @@ export declare enum NeedIsMemberType {
|
|
|
2589
2592
|
None = "none"
|
|
2590
2593
|
}
|
|
2591
2594
|
export declare type NewMountpointSpec = {
|
|
2592
|
-
color?:
|
|
2593
|
-
flags?:
|
|
2595
|
+
color?: InputMaybe<Scalars['Int']>;
|
|
2596
|
+
flags?: InputMaybe<Scalars['String']>;
|
|
2594
2597
|
name: Scalars['String'];
|
|
2595
|
-
owner?:
|
|
2596
|
-
ownerZimbraId?:
|
|
2597
|
-
parentFolderId?:
|
|
2598
|
-
reminder?:
|
|
2599
|
-
sharedItemId?:
|
|
2600
|
-
view?:
|
|
2598
|
+
owner?: InputMaybe<Scalars['String']>;
|
|
2599
|
+
ownerZimbraId?: InputMaybe<Scalars['ID']>;
|
|
2600
|
+
parentFolderId?: InputMaybe<Scalars['ID']>;
|
|
2601
|
+
reminder?: InputMaybe<Scalars['Boolean']>;
|
|
2602
|
+
sharedItemId?: InputMaybe<Scalars['ID']>;
|
|
2603
|
+
view?: InputMaybe<SearchType>;
|
|
2601
2604
|
};
|
|
2602
2605
|
export declare type NoOpResponse = {
|
|
2603
2606
|
__typename?: 'NoOpResponse';
|
|
2604
2607
|
waitDisallowed?: Maybe<Scalars['Boolean']>;
|
|
2605
2608
|
};
|
|
2606
2609
|
export declare type Notes = {
|
|
2607
|
-
_content?:
|
|
2610
|
+
_content?: InputMaybe<Scalars['String']>;
|
|
2608
2611
|
};
|
|
2609
2612
|
export declare type NotifyAction = {
|
|
2610
2613
|
__typename?: 'NotifyAction';
|
|
@@ -2616,12 +2619,12 @@ export declare type NotifyAction = {
|
|
|
2616
2619
|
subject?: Maybe<Scalars['String']>;
|
|
2617
2620
|
};
|
|
2618
2621
|
export declare type NotifyActionInput = {
|
|
2619
|
-
address?:
|
|
2620
|
-
content?:
|
|
2621
|
-
index?:
|
|
2622
|
-
maxBodySize?:
|
|
2623
|
-
origHeaders?:
|
|
2624
|
-
subject?:
|
|
2622
|
+
address?: InputMaybe<Scalars['String']>;
|
|
2623
|
+
content?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
2624
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
2625
|
+
maxBodySize?: InputMaybe<Scalars['Int']>;
|
|
2626
|
+
origHeaders?: InputMaybe<Scalars['String']>;
|
|
2627
|
+
subject?: InputMaybe<Scalars['String']>;
|
|
2625
2628
|
};
|
|
2626
2629
|
export declare type OnlyEmailAddress = {
|
|
2627
2630
|
__typename?: 'OnlyEmailAddress';
|
|
@@ -2633,12 +2636,12 @@ export declare type OtherContactAttribute = {
|
|
|
2633
2636
|
value?: Maybe<Scalars['String']>;
|
|
2634
2637
|
};
|
|
2635
2638
|
export declare type OtherContactAttributeInput = {
|
|
2636
|
-
key?:
|
|
2637
|
-
value?:
|
|
2639
|
+
key?: InputMaybe<Scalars['String']>;
|
|
2640
|
+
value?: InputMaybe<Scalars['String']>;
|
|
2638
2641
|
};
|
|
2639
2642
|
export declare type Owner = {
|
|
2640
|
-
_content?:
|
|
2641
|
-
by?:
|
|
2643
|
+
_content?: InputMaybe<Scalars['String']>;
|
|
2644
|
+
by?: InputMaybe<Scalars['String']>;
|
|
2642
2645
|
};
|
|
2643
2646
|
export declare enum ParticipationRole {
|
|
2644
2647
|
Cha = "CHA",
|
|
@@ -2753,61 +2756,61 @@ export declare type Preferences = {
|
|
|
2753
2756
|
zimbraPrefWebClientOfflineBrowserKey?: Maybe<Scalars['String']>;
|
|
2754
2757
|
};
|
|
2755
2758
|
export declare type PreferencesInput = {
|
|
2756
|
-
zimbraPrefAppleIcalDelegationEnabled?:
|
|
2757
|
-
zimbraPrefAutoAddAppointmentsToCalendar?:
|
|
2758
|
-
zimbraPrefBriefcaseReadingPaneLocation?:
|
|
2759
|
-
zimbraPrefCalendarAlwaysShowMiniCal?:
|
|
2760
|
-
zimbraPrefCalendarApptReminderWarningTime?:
|
|
2761
|
-
zimbraPrefCalendarAutoAddInvites?:
|
|
2762
|
-
zimbraPrefCalendarFirstDayOfWeek?:
|
|
2763
|
-
zimbraPrefCalendarInitialView?:
|
|
2764
|
-
zimbraPrefCalendarReminderEmail?:
|
|
2765
|
-
zimbraPrefCalendarShowDeclinedMeetings?:
|
|
2766
|
-
zimbraPrefCalendarShowPastDueReminders?:
|
|
2767
|
-
zimbraPrefCalendarToasterEnabled?:
|
|
2768
|
-
zimbraPrefCalendarWorkingHours?:
|
|
2769
|
-
zimbraPrefClientType?:
|
|
2770
|
-
zimbraPrefComposeDirection?:
|
|
2771
|
-
zimbraPrefComposeFormat?:
|
|
2772
|
-
zimbraPrefDefaultCalendarId?:
|
|
2773
|
-
zimbraPrefDelegatedSendSaveTarget?:
|
|
2774
|
-
zimbraPrefDisplayExternalImages?:
|
|
2775
|
-
zimbraPrefDisplayTimeInMailList?:
|
|
2776
|
-
zimbraPrefGroupMailBy?:
|
|
2777
|
-
zimbraPrefHtmlEditorDefaultFontColor?:
|
|
2778
|
-
zimbraPrefHtmlEditorDefaultFontFamily?:
|
|
2779
|
-
zimbraPrefHtmlEditorDefaultFontSize?:
|
|
2780
|
-
zimbraPrefLocale?:
|
|
2781
|
-
zimbraPrefMailForwardingAddress?:
|
|
2782
|
-
zimbraPrefMailLocalDeliveryDisabled?:
|
|
2783
|
-
zimbraPrefMailPollingInterval?:
|
|
2784
|
-
zimbraPrefMailRequestReadReceipts?:
|
|
2785
|
-
zimbraPrefMailSelectAfterDelete?:
|
|
2786
|
-
zimbraPrefMailSendReadReceipts?:
|
|
2787
|
-
zimbraPrefMailToasterEnabled?:
|
|
2788
|
-
zimbraPrefMailTrustedSenderList?:
|
|
2789
|
-
zimbraPrefMarkMsgRead?:
|
|
2790
|
-
zimbraPrefMessageViewHtmlPreferred?:
|
|
2791
|
-
zimbraPrefOutOfOfficeExternalReply?:
|
|
2792
|
-
zimbraPrefOutOfOfficeExternalReplyEnabled?:
|
|
2793
|
-
zimbraPrefOutOfOfficeFromDate?:
|
|
2794
|
-
zimbraPrefOutOfOfficeReply?:
|
|
2795
|
-
zimbraPrefOutOfOfficeReplyEnabled?:
|
|
2796
|
-
zimbraPrefOutOfOfficeStatusAlertOnLogin?:
|
|
2797
|
-
zimbraPrefOutOfOfficeSuppressExternalReply?:
|
|
2798
|
-
zimbraPrefOutOfOfficeUntilDate?:
|
|
2799
|
-
zimbraPrefPowerPasteEnabled?:
|
|
2800
|
-
zimbraPrefReadingPaneEnabled?:
|
|
2801
|
-
zimbraPrefReadingPaneLocation?:
|
|
2802
|
-
zimbraPrefSaveToSent?:
|
|
2803
|
-
zimbraPrefShowAllNewMailNotifications?:
|
|
2804
|
-
zimbraPrefShowFragments?:
|
|
2805
|
-
zimbraPrefSlackCalendarReminderEnabled?:
|
|
2806
|
-
zimbraPrefSortOrder?:
|
|
2807
|
-
zimbraPrefTagTreeOpen?:
|
|
2808
|
-
zimbraPrefTimeZoneId?:
|
|
2809
|
-
zimbraPrefUseTimeZoneListInCalendar?:
|
|
2810
|
-
zimbraPrefWebClientOfflineBrowserKey?:
|
|
2759
|
+
zimbraPrefAppleIcalDelegationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
2760
|
+
zimbraPrefAutoAddAppointmentsToCalendar?: InputMaybe<Scalars['Boolean']>;
|
|
2761
|
+
zimbraPrefBriefcaseReadingPaneLocation?: InputMaybe<ReadingPaneLocation>;
|
|
2762
|
+
zimbraPrefCalendarAlwaysShowMiniCal?: InputMaybe<Scalars['Boolean']>;
|
|
2763
|
+
zimbraPrefCalendarApptReminderWarningTime?: InputMaybe<Scalars['Int']>;
|
|
2764
|
+
zimbraPrefCalendarAutoAddInvites?: InputMaybe<Scalars['Boolean']>;
|
|
2765
|
+
zimbraPrefCalendarFirstDayOfWeek?: InputMaybe<Scalars['Int']>;
|
|
2766
|
+
zimbraPrefCalendarInitialView?: InputMaybe<PrefCalendarInitialView>;
|
|
2767
|
+
zimbraPrefCalendarReminderEmail?: InputMaybe<Scalars['String']>;
|
|
2768
|
+
zimbraPrefCalendarShowDeclinedMeetings?: InputMaybe<Scalars['Boolean']>;
|
|
2769
|
+
zimbraPrefCalendarShowPastDueReminders?: InputMaybe<Scalars['Boolean']>;
|
|
2770
|
+
zimbraPrefCalendarToasterEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
2771
|
+
zimbraPrefCalendarWorkingHours?: InputMaybe<Scalars['String']>;
|
|
2772
|
+
zimbraPrefClientType?: InputMaybe<PrefClientType>;
|
|
2773
|
+
zimbraPrefComposeDirection?: InputMaybe<Scalars['String']>;
|
|
2774
|
+
zimbraPrefComposeFormat?: InputMaybe<Mode>;
|
|
2775
|
+
zimbraPrefDefaultCalendarId?: InputMaybe<Scalars['ID']>;
|
|
2776
|
+
zimbraPrefDelegatedSendSaveTarget?: InputMaybe<PrefDelegatedSendSaveTarget>;
|
|
2777
|
+
zimbraPrefDisplayExternalImages?: InputMaybe<Scalars['Boolean']>;
|
|
2778
|
+
zimbraPrefDisplayTimeInMailList?: InputMaybe<Scalars['Boolean']>;
|
|
2779
|
+
zimbraPrefGroupMailBy?: InputMaybe<Scalars['String']>;
|
|
2780
|
+
zimbraPrefHtmlEditorDefaultFontColor?: InputMaybe<Scalars['String']>;
|
|
2781
|
+
zimbraPrefHtmlEditorDefaultFontFamily?: InputMaybe<Scalars['String']>;
|
|
2782
|
+
zimbraPrefHtmlEditorDefaultFontSize?: InputMaybe<Scalars['String']>;
|
|
2783
|
+
zimbraPrefLocale?: InputMaybe<Scalars['String']>;
|
|
2784
|
+
zimbraPrefMailForwardingAddress?: InputMaybe<Scalars['String']>;
|
|
2785
|
+
zimbraPrefMailLocalDeliveryDisabled?: InputMaybe<Scalars['Boolean']>;
|
|
2786
|
+
zimbraPrefMailPollingInterval?: InputMaybe<Scalars['String']>;
|
|
2787
|
+
zimbraPrefMailRequestReadReceipts?: InputMaybe<Scalars['Boolean']>;
|
|
2788
|
+
zimbraPrefMailSelectAfterDelete?: InputMaybe<PrefMailSelectAfterDelete>;
|
|
2789
|
+
zimbraPrefMailSendReadReceipts?: InputMaybe<PrefMailSendReadReceipts>;
|
|
2790
|
+
zimbraPrefMailToasterEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
2791
|
+
zimbraPrefMailTrustedSenderList?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
2792
|
+
zimbraPrefMarkMsgRead?: InputMaybe<Scalars['Int']>;
|
|
2793
|
+
zimbraPrefMessageViewHtmlPreferred?: InputMaybe<Scalars['Boolean']>;
|
|
2794
|
+
zimbraPrefOutOfOfficeExternalReply?: InputMaybe<Scalars['String']>;
|
|
2795
|
+
zimbraPrefOutOfOfficeExternalReplyEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
2796
|
+
zimbraPrefOutOfOfficeFromDate?: InputMaybe<Scalars['String']>;
|
|
2797
|
+
zimbraPrefOutOfOfficeReply?: InputMaybe<Scalars['String']>;
|
|
2798
|
+
zimbraPrefOutOfOfficeReplyEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
2799
|
+
zimbraPrefOutOfOfficeStatusAlertOnLogin?: InputMaybe<Scalars['Boolean']>;
|
|
2800
|
+
zimbraPrefOutOfOfficeSuppressExternalReply?: InputMaybe<Scalars['Boolean']>;
|
|
2801
|
+
zimbraPrefOutOfOfficeUntilDate?: InputMaybe<Scalars['String']>;
|
|
2802
|
+
zimbraPrefPowerPasteEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
2803
|
+
zimbraPrefReadingPaneEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
2804
|
+
zimbraPrefReadingPaneLocation?: InputMaybe<ReadingPaneLocation>;
|
|
2805
|
+
zimbraPrefSaveToSent?: InputMaybe<Scalars['Boolean']>;
|
|
2806
|
+
zimbraPrefShowAllNewMailNotifications?: InputMaybe<Scalars['Boolean']>;
|
|
2807
|
+
zimbraPrefShowFragments?: InputMaybe<Scalars['Boolean']>;
|
|
2808
|
+
zimbraPrefSlackCalendarReminderEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
2809
|
+
zimbraPrefSortOrder?: InputMaybe<Scalars['String']>;
|
|
2810
|
+
zimbraPrefTagTreeOpen?: InputMaybe<Scalars['Boolean']>;
|
|
2811
|
+
zimbraPrefTimeZoneId?: InputMaybe<Scalars['String']>;
|
|
2812
|
+
zimbraPrefUseTimeZoneListInCalendar?: InputMaybe<Scalars['Boolean']>;
|
|
2813
|
+
zimbraPrefWebClientOfflineBrowserKey?: InputMaybe<Scalars['String']>;
|
|
2811
2814
|
};
|
|
2812
2815
|
export declare type ProfileImageChangeResponse = {
|
|
2813
2816
|
__typename?: 'ProfileImageChangeResponse';
|
|
@@ -2824,7 +2827,7 @@ export declare type PropList = {
|
|
|
2824
2827
|
prop?: Maybe<Array<Maybe<Prop>>>;
|
|
2825
2828
|
};
|
|
2826
2829
|
export declare type PropertiesInput = {
|
|
2827
|
-
_content?:
|
|
2830
|
+
_content?: InputMaybe<Scalars['String']>;
|
|
2828
2831
|
name: Scalars['String'];
|
|
2829
2832
|
zimlet: Scalars['String'];
|
|
2830
2833
|
};
|
|
@@ -2882,21 +2885,21 @@ export declare type Query = {
|
|
|
2882
2885
|
taskFolders?: Maybe<Array<Maybe<Folder>>>;
|
|
2883
2886
|
};
|
|
2884
2887
|
export declare type QueryAutoCompleteArgs = {
|
|
2885
|
-
folders?:
|
|
2886
|
-
includeGal?:
|
|
2887
|
-
name?:
|
|
2888
|
-
needExp?:
|
|
2889
|
-
type?:
|
|
2888
|
+
folders?: InputMaybe<Scalars['String']>;
|
|
2889
|
+
includeGal?: InputMaybe<Scalars['Boolean']>;
|
|
2890
|
+
name?: InputMaybe<Scalars['String']>;
|
|
2891
|
+
needExp?: InputMaybe<Scalars['Boolean']>;
|
|
2892
|
+
type?: InputMaybe<GalSearchType>;
|
|
2890
2893
|
};
|
|
2891
2894
|
export declare type QueryAutoCompleteGalArgs = {
|
|
2892
|
-
limit?:
|
|
2895
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
2893
2896
|
name: Scalars['String'];
|
|
2894
|
-
needExp?:
|
|
2895
|
-
type?:
|
|
2897
|
+
needExp?: InputMaybe<Scalars['Boolean']>;
|
|
2898
|
+
type?: InputMaybe<GalSearchType>;
|
|
2896
2899
|
};
|
|
2897
2900
|
export declare type QueryClientInfoArgs = {
|
|
2898
|
-
by?:
|
|
2899
|
-
domain?:
|
|
2901
|
+
by?: InputMaybe<Scalars['String']>;
|
|
2902
|
+
domain?: InputMaybe<Scalars['String']>;
|
|
2900
2903
|
};
|
|
2901
2904
|
export declare type QueryDiscoverRightsArgs = {
|
|
2902
2905
|
right: Array<DiscoverRightInput>;
|
|
@@ -2911,13 +2914,13 @@ export declare type QueryDownloadDocumentArgs = {
|
|
|
2911
2914
|
};
|
|
2912
2915
|
export declare type QueryDownloadMessageArgs = {
|
|
2913
2916
|
id: Scalars['ID'];
|
|
2914
|
-
isLocal?:
|
|
2915
|
-
isSecure?:
|
|
2917
|
+
isLocal?: InputMaybe<Scalars['Boolean']>;
|
|
2918
|
+
isSecure?: InputMaybe<Scalars['Boolean']>;
|
|
2916
2919
|
};
|
|
2917
2920
|
export declare type QueryFreeBusyArgs = {
|
|
2918
|
-
end?:
|
|
2921
|
+
end?: InputMaybe<Scalars['Float']>;
|
|
2919
2922
|
names: Array<Scalars['String']>;
|
|
2920
|
-
start?:
|
|
2923
|
+
start?: InputMaybe<Scalars['Float']>;
|
|
2921
2924
|
};
|
|
2922
2925
|
export declare type QueryGetAppointmentArgs = {
|
|
2923
2926
|
id: Scalars['ID'];
|
|
@@ -2928,71 +2931,71 @@ export declare type QueryGetAppointmentsArgs = {
|
|
|
2928
2931
|
limit: Scalars['Int'];
|
|
2929
2932
|
offset: Scalars['Int'];
|
|
2930
2933
|
query: Scalars['String'];
|
|
2931
|
-
types?:
|
|
2934
|
+
types?: InputMaybe<SearchType>;
|
|
2932
2935
|
};
|
|
2933
2936
|
export declare type QueryGetContactArgs = {
|
|
2934
|
-
derefGroupMember?:
|
|
2935
|
-
id?:
|
|
2936
|
-
ids?:
|
|
2937
|
-
memberOf?:
|
|
2937
|
+
derefGroupMember?: InputMaybe<Scalars['Boolean']>;
|
|
2938
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
2939
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
2940
|
+
memberOf?: InputMaybe<Scalars['Boolean']>;
|
|
2938
2941
|
};
|
|
2939
2942
|
export declare type QueryGetContactFrequencyArgs = {
|
|
2940
2943
|
by: Scalars['String'];
|
|
2941
2944
|
email: Scalars['String'];
|
|
2942
|
-
offsetInMinutes?:
|
|
2943
|
-
spec?:
|
|
2945
|
+
offsetInMinutes?: InputMaybe<Scalars['String']>;
|
|
2946
|
+
spec?: InputMaybe<Array<ContactFrequencySpec>>;
|
|
2944
2947
|
};
|
|
2945
2948
|
export declare type QueryGetConversationArgs = {
|
|
2946
|
-
fetch?:
|
|
2947
|
-
header?:
|
|
2948
|
-
html?:
|
|
2949
|
+
fetch?: InputMaybe<Scalars['String']>;
|
|
2950
|
+
header?: InputMaybe<Array<InputMaybe<MailItemHeaderInput>>>;
|
|
2951
|
+
html?: InputMaybe<Scalars['Boolean']>;
|
|
2949
2952
|
id: Scalars['ID'];
|
|
2950
|
-
max?:
|
|
2951
|
-
needExp?:
|
|
2953
|
+
max?: InputMaybe<Scalars['Int']>;
|
|
2954
|
+
needExp?: InputMaybe<Scalars['Boolean']>;
|
|
2952
2955
|
};
|
|
2953
2956
|
export declare type QueryGetCustomMetadataArgs = {
|
|
2954
2957
|
id: Scalars['ID'];
|
|
2955
|
-
section?:
|
|
2958
|
+
section?: InputMaybe<Scalars['String']>;
|
|
2956
2959
|
};
|
|
2957
2960
|
export declare type QueryGetDistributionListMembersArgs = {
|
|
2958
|
-
dl?:
|
|
2959
|
-
limit?:
|
|
2960
|
-
offset?:
|
|
2961
|
+
dl?: InputMaybe<Scalars['String']>;
|
|
2962
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
2963
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
2961
2964
|
};
|
|
2962
2965
|
export declare type QueryGetDocumentShareUrlArgs = {
|
|
2963
|
-
item?:
|
|
2966
|
+
item?: InputMaybe<GetDocumentShareUrlItemInput>;
|
|
2964
2967
|
};
|
|
2965
2968
|
export declare type QueryGetFolderArgs = {
|
|
2966
|
-
depth?:
|
|
2967
|
-
folder?:
|
|
2968
|
-
local?:
|
|
2969
|
-
needGranteeName?:
|
|
2970
|
-
traverseMountpoints?:
|
|
2971
|
-
view?:
|
|
2972
|
-
visible?:
|
|
2969
|
+
depth?: InputMaybe<Scalars['Int']>;
|
|
2970
|
+
folder?: InputMaybe<GetFolderFolderInput>;
|
|
2971
|
+
local?: InputMaybe<Scalars['Boolean']>;
|
|
2972
|
+
needGranteeName?: InputMaybe<Scalars['Boolean']>;
|
|
2973
|
+
traverseMountpoints?: InputMaybe<Scalars['Boolean']>;
|
|
2974
|
+
view?: InputMaybe<FolderView>;
|
|
2975
|
+
visible?: InputMaybe<Scalars['Boolean']>;
|
|
2973
2976
|
};
|
|
2974
2977
|
export declare type QueryGetHabArgs = {
|
|
2975
|
-
habRootGroupId?:
|
|
2978
|
+
habRootGroupId?: InputMaybe<Scalars['ID']>;
|
|
2976
2979
|
};
|
|
2977
2980
|
export declare type QueryGetMailboxMetadataArgs = {
|
|
2978
|
-
section?:
|
|
2981
|
+
section?: InputMaybe<Scalars['String']>;
|
|
2979
2982
|
};
|
|
2980
2983
|
export declare type QueryGetMessageArgs = {
|
|
2981
|
-
header?:
|
|
2982
|
-
html?:
|
|
2984
|
+
header?: InputMaybe<Array<InputMaybe<MailItemHeaderInput>>>;
|
|
2985
|
+
html?: InputMaybe<Scalars['Boolean']>;
|
|
2983
2986
|
id: Scalars['ID'];
|
|
2984
|
-
isLocal?:
|
|
2985
|
-
max?:
|
|
2986
|
-
needExp?:
|
|
2987
|
-
neuter?:
|
|
2988
|
-
part?:
|
|
2989
|
-
raw?:
|
|
2990
|
-
read?:
|
|
2991
|
-
ridZ?:
|
|
2987
|
+
isLocal?: InputMaybe<Scalars['Boolean']>;
|
|
2988
|
+
max?: InputMaybe<Scalars['Int']>;
|
|
2989
|
+
needExp?: InputMaybe<Scalars['Boolean']>;
|
|
2990
|
+
neuter?: InputMaybe<Scalars['Boolean']>;
|
|
2991
|
+
part?: InputMaybe<Scalars['ID']>;
|
|
2992
|
+
raw?: InputMaybe<Scalars['Boolean']>;
|
|
2993
|
+
read?: InputMaybe<Scalars['Boolean']>;
|
|
2994
|
+
ridZ?: InputMaybe<Scalars['String']>;
|
|
2992
2995
|
};
|
|
2993
2996
|
export declare type QueryGetMessagesMetadataArgs = {
|
|
2994
2997
|
ids: Array<Scalars['ID']>;
|
|
2995
|
-
isLocal?:
|
|
2998
|
+
isLocal?: InputMaybe<Scalars['Boolean']>;
|
|
2996
2999
|
};
|
|
2997
3000
|
export declare type QueryGetRemindersArgs = {
|
|
2998
3001
|
calExpandInstEnd: Scalars['Float'];
|
|
@@ -3000,13 +3003,13 @@ export declare type QueryGetRemindersArgs = {
|
|
|
3000
3003
|
limit: Scalars['Int'];
|
|
3001
3004
|
offset: Scalars['Int'];
|
|
3002
3005
|
query: Scalars['String'];
|
|
3003
|
-
types?:
|
|
3006
|
+
types?: InputMaybe<SearchType>;
|
|
3004
3007
|
};
|
|
3005
3008
|
export declare type QueryGetRightsArgs = {
|
|
3006
3009
|
input: GetRightsInput;
|
|
3007
3010
|
};
|
|
3008
3011
|
export declare type QueryGetSMimeCertInfoArgs = {
|
|
3009
|
-
certId?:
|
|
3012
|
+
certId?: InputMaybe<Scalars['String']>;
|
|
3010
3013
|
};
|
|
3011
3014
|
export declare type QueryGetSMimePublicCertsArgs = {
|
|
3012
3015
|
contactAddr: Scalars['String'];
|
|
@@ -3019,16 +3022,16 @@ export declare type QueryGetTasksArgs = {
|
|
|
3019
3022
|
limit: Scalars['Int'];
|
|
3020
3023
|
offset: Scalars['Int'];
|
|
3021
3024
|
query: Scalars['String'];
|
|
3022
|
-
types?:
|
|
3025
|
+
types?: InputMaybe<SearchType>;
|
|
3023
3026
|
};
|
|
3024
3027
|
export declare type QueryGetWorkingHoursArgs = {
|
|
3025
|
-
end?:
|
|
3028
|
+
end?: InputMaybe<Scalars['Float']>;
|
|
3026
3029
|
names: Array<Scalars['String']>;
|
|
3027
|
-
start?:
|
|
3030
|
+
start?: InputMaybe<Scalars['Float']>;
|
|
3028
3031
|
};
|
|
3029
3032
|
export declare type QueryNoopArgs = {
|
|
3030
|
-
limitToOneBlocked?:
|
|
3031
|
-
wait?:
|
|
3033
|
+
limitToOneBlocked?: InputMaybe<Scalars['Int']>;
|
|
3034
|
+
wait?: InputMaybe<Scalars['Int']>;
|
|
3032
3035
|
};
|
|
3033
3036
|
export declare type QueryRecoverAccountArgs = {
|
|
3034
3037
|
channel: SetRecoveryAccountChannel;
|
|
@@ -3039,44 +3042,44 @@ export declare type QueryRelatedContactsArgs = {
|
|
|
3039
3042
|
email: Scalars['String'];
|
|
3040
3043
|
};
|
|
3041
3044
|
export declare type QuerySearchArgs = {
|
|
3042
|
-
contact?:
|
|
3043
|
-
cursor?:
|
|
3044
|
-
fetch?:
|
|
3045
|
-
fullConversation?:
|
|
3046
|
-
inDumpster?:
|
|
3047
|
-
limit?:
|
|
3048
|
-
memberOf?:
|
|
3049
|
-
needExp?:
|
|
3050
|
-
offset?:
|
|
3051
|
-
query?:
|
|
3052
|
-
recip?:
|
|
3053
|
-
resultMode?:
|
|
3054
|
-
sortBy?:
|
|
3055
|
-
types?:
|
|
3045
|
+
contact?: InputMaybe<Scalars['String']>;
|
|
3046
|
+
cursor?: InputMaybe<Cursor>;
|
|
3047
|
+
fetch?: InputMaybe<Scalars['String']>;
|
|
3048
|
+
fullConversation?: InputMaybe<Scalars['Boolean']>;
|
|
3049
|
+
inDumpster?: InputMaybe<Scalars['Boolean']>;
|
|
3050
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
3051
|
+
memberOf?: InputMaybe<Scalars['Boolean']>;
|
|
3052
|
+
needExp?: InputMaybe<Scalars['Boolean']>;
|
|
3053
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
3054
|
+
query?: InputMaybe<Scalars['String']>;
|
|
3055
|
+
recip?: InputMaybe<Scalars['Int']>;
|
|
3056
|
+
resultMode?: InputMaybe<Scalars['String']>;
|
|
3057
|
+
sortBy?: InputMaybe<SortBy>;
|
|
3058
|
+
types?: InputMaybe<SearchType>;
|
|
3056
3059
|
};
|
|
3057
3060
|
export declare type QuerySearchCalendarResourcesArgs = {
|
|
3058
|
-
attrs?:
|
|
3059
|
-
limit?:
|
|
3060
|
-
needExp?:
|
|
3061
|
-
offset?:
|
|
3062
|
-
searchFilter?:
|
|
3061
|
+
attrs?: InputMaybe<Scalars['String']>;
|
|
3062
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
3063
|
+
needExp?: InputMaybe<Scalars['Boolean']>;
|
|
3064
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
3065
|
+
searchFilter?: InputMaybe<SearchConditionsInput>;
|
|
3063
3066
|
};
|
|
3064
3067
|
export declare type QuerySearchGalArgs = {
|
|
3065
|
-
limit?:
|
|
3066
|
-
locale?:
|
|
3067
|
-
name?:
|
|
3068
|
-
needExp?:
|
|
3069
|
-
needIsMember?:
|
|
3070
|
-
needIsOwner?:
|
|
3071
|
-
offset?:
|
|
3072
|
-
sortBy?:
|
|
3073
|
-
type?:
|
|
3068
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
3069
|
+
locale?: InputMaybe<Scalars['String']>;
|
|
3070
|
+
name?: InputMaybe<Scalars['String']>;
|
|
3071
|
+
needExp?: InputMaybe<Scalars['Boolean']>;
|
|
3072
|
+
needIsMember?: InputMaybe<NeedIsMemberType>;
|
|
3073
|
+
needIsOwner?: InputMaybe<Scalars['Boolean']>;
|
|
3074
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
3075
|
+
sortBy?: InputMaybe<Scalars['String']>;
|
|
3076
|
+
type?: InputMaybe<GalSearchType>;
|
|
3074
3077
|
};
|
|
3075
3078
|
export declare type QueryShareInfoArgs = {
|
|
3076
|
-
grantee?:
|
|
3077
|
-
includeSelf?:
|
|
3078
|
-
internal?:
|
|
3079
|
-
owner?:
|
|
3079
|
+
grantee?: InputMaybe<Grantee>;
|
|
3080
|
+
includeSelf?: InputMaybe<Scalars['Boolean']>;
|
|
3081
|
+
internal?: InputMaybe<Scalars['Boolean']>;
|
|
3082
|
+
owner?: InputMaybe<Owner>;
|
|
3080
3083
|
};
|
|
3081
3084
|
export declare enum ReadingPaneLocation {
|
|
3082
3085
|
Bottom = "bottom",
|
|
@@ -3107,9 +3110,9 @@ export declare type RedirectAction = {
|
|
|
3107
3110
|
index?: Maybe<Scalars['Int']>;
|
|
3108
3111
|
};
|
|
3109
3112
|
export declare type RedirectActionInput = {
|
|
3110
|
-
address?:
|
|
3111
|
-
copy?:
|
|
3112
|
-
index?:
|
|
3113
|
+
address?: InputMaybe<Scalars['String']>;
|
|
3114
|
+
copy?: InputMaybe<Scalars['Boolean']>;
|
|
3115
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
3113
3116
|
};
|
|
3114
3117
|
export declare type RelatedContact = {
|
|
3115
3118
|
__typename?: 'RelatedContact';
|
|
@@ -3171,8 +3174,8 @@ export declare type ReplyAction = {
|
|
|
3171
3174
|
index?: Maybe<Scalars['Int']>;
|
|
3172
3175
|
};
|
|
3173
3176
|
export declare type ReplyActionInput = {
|
|
3174
|
-
content?:
|
|
3175
|
-
index?:
|
|
3177
|
+
content?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
3178
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
3176
3179
|
};
|
|
3177
3180
|
export declare type ResetPasswordResponse = {
|
|
3178
3181
|
__typename?: 'ResetPasswordResponse';
|
|
@@ -3188,7 +3191,7 @@ export declare enum ResetPasswordStatus {
|
|
|
3188
3191
|
Suspended = "suspended"
|
|
3189
3192
|
}
|
|
3190
3193
|
export declare type RevokeRightsInput = {
|
|
3191
|
-
access?:
|
|
3194
|
+
access?: InputMaybe<Array<InputMaybe<AccountAceInfoInput>>>;
|
|
3192
3195
|
};
|
|
3193
3196
|
export declare type Right = {
|
|
3194
3197
|
right: Scalars['String'];
|
|
@@ -3228,16 +3231,16 @@ export declare enum SaveDocumentAction {
|
|
|
3228
3231
|
Create = "create"
|
|
3229
3232
|
}
|
|
3230
3233
|
export declare type SaveDocumentInput = {
|
|
3231
|
-
action?:
|
|
3232
|
-
contentType?:
|
|
3233
|
-
descriptionEnabled?:
|
|
3234
|
-
folderId?:
|
|
3235
|
-
id?:
|
|
3236
|
-
messageData?:
|
|
3237
|
-
name?:
|
|
3238
|
-
type?:
|
|
3239
|
-
upload?:
|
|
3240
|
-
version?:
|
|
3234
|
+
action?: InputMaybe<SaveDocumentAction>;
|
|
3235
|
+
contentType?: InputMaybe<Scalars['String']>;
|
|
3236
|
+
descriptionEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
3237
|
+
folderId?: InputMaybe<Scalars['ID']>;
|
|
3238
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
3239
|
+
messageData?: InputMaybe<Array<InputMaybe<MessagePartForDocument>>>;
|
|
3240
|
+
name?: InputMaybe<Scalars['String']>;
|
|
3241
|
+
type?: InputMaybe<SaveDocumentType>;
|
|
3242
|
+
upload?: InputMaybe<UploadDocument>;
|
|
3243
|
+
version?: InputMaybe<Scalars['Float']>;
|
|
3241
3244
|
};
|
|
3242
3245
|
export declare type SaveDocumentResponse = {
|
|
3243
3246
|
__typename?: 'SaveDocumentResponse';
|
|
@@ -3258,7 +3261,7 @@ export declare type SaveMessageDataInput = {
|
|
|
3258
3261
|
meta: Scalars['String'];
|
|
3259
3262
|
};
|
|
3260
3263
|
export declare type SaveSMimeCertInputUpload = {
|
|
3261
|
-
id?:
|
|
3264
|
+
id?: InputMaybe<Scalars['String']>;
|
|
3262
3265
|
};
|
|
3263
3266
|
export declare type ScratchCode = {
|
|
3264
3267
|
__typename?: 'ScratchCode';
|
|
@@ -3281,7 +3284,7 @@ export declare type SearchCalendarResourcesResponse = {
|
|
|
3281
3284
|
sortBy?: Maybe<Scalars['String']>;
|
|
3282
3285
|
};
|
|
3283
3286
|
export declare type SearchConditionsInput = {
|
|
3284
|
-
conds?:
|
|
3287
|
+
conds?: InputMaybe<ConditionsInput>;
|
|
3285
3288
|
};
|
|
3286
3289
|
export declare type SearchFolderInput = {
|
|
3287
3290
|
id: Scalars['ID'];
|
|
@@ -3316,22 +3319,22 @@ export declare type Secret = {
|
|
|
3316
3319
|
_content?: Maybe<Scalars['String']>;
|
|
3317
3320
|
};
|
|
3318
3321
|
export declare type SendMessageInput = {
|
|
3319
|
-
attach?:
|
|
3320
|
-
attachmentId?:
|
|
3321
|
-
attachments?:
|
|
3322
|
-
autoSendTime?:
|
|
3323
|
-
draftId?:
|
|
3324
|
-
emailAddresses?:
|
|
3325
|
-
entityId?:
|
|
3326
|
-
flags?:
|
|
3327
|
-
folderId?:
|
|
3328
|
-
id?:
|
|
3329
|
-
inReplyTo?:
|
|
3330
|
-
inlineAttachments?:
|
|
3331
|
-
mimeParts?:
|
|
3332
|
-
origId?:
|
|
3333
|
-
replyType?:
|
|
3334
|
-
subject?:
|
|
3322
|
+
attach?: InputMaybe<Array<InputMaybe<AttachmentInput>>>;
|
|
3323
|
+
attachmentId?: InputMaybe<Scalars['ID']>;
|
|
3324
|
+
attachments?: InputMaybe<Array<InputMaybe<AttachmentInput>>>;
|
|
3325
|
+
autoSendTime?: InputMaybe<Scalars['Float']>;
|
|
3326
|
+
draftId?: InputMaybe<Scalars['ID']>;
|
|
3327
|
+
emailAddresses?: InputMaybe<Array<InputMaybe<MailItemEmailAddressInput>>>;
|
|
3328
|
+
entityId?: InputMaybe<Scalars['String']>;
|
|
3329
|
+
flags?: InputMaybe<Scalars['String']>;
|
|
3330
|
+
folderId?: InputMaybe<Scalars['ID']>;
|
|
3331
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
3332
|
+
inReplyTo?: InputMaybe<Scalars['String']>;
|
|
3333
|
+
inlineAttachments?: InputMaybe<Array<InputMaybe<MimePartInput>>>;
|
|
3334
|
+
mimeParts?: InputMaybe<Array<InputMaybe<MimePartInput>>>;
|
|
3335
|
+
origId?: InputMaybe<Scalars['ID']>;
|
|
3336
|
+
replyType?: InputMaybe<Scalars['String']>;
|
|
3337
|
+
subject?: InputMaybe<Scalars['String']>;
|
|
3335
3338
|
};
|
|
3336
3339
|
export declare type SendMessageResponse = {
|
|
3337
3340
|
__typename?: 'SendMessageResponse';
|
|
@@ -3374,8 +3377,8 @@ export declare enum ShareInputAction {
|
|
|
3374
3377
|
}
|
|
3375
3378
|
export declare type ShareNotificaitonEmailAddressInput = {
|
|
3376
3379
|
address: Scalars['String'];
|
|
3377
|
-
personalName?:
|
|
3378
|
-
type?:
|
|
3380
|
+
personalName?: InputMaybe<Scalars['String']>;
|
|
3381
|
+
type?: InputMaybe<AddressType>;
|
|
3379
3382
|
};
|
|
3380
3383
|
export declare type ShareNotification = {
|
|
3381
3384
|
__typename?: 'ShareNotification';
|
|
@@ -3383,10 +3386,10 @@ export declare type ShareNotification = {
|
|
|
3383
3386
|
truncated?: Maybe<Scalars['Boolean']>;
|
|
3384
3387
|
};
|
|
3385
3388
|
export declare type ShareNotificationInput = {
|
|
3386
|
-
action?:
|
|
3389
|
+
action?: InputMaybe<ShareInputAction>;
|
|
3387
3390
|
address: ShareNotificaitonEmailAddressInput;
|
|
3388
3391
|
item: ShareNotificationItemInput;
|
|
3389
|
-
notes?:
|
|
3392
|
+
notes?: InputMaybe<Notes>;
|
|
3390
3393
|
};
|
|
3391
3394
|
export declare type ShareNotificationItemInput = {
|
|
3392
3395
|
id: Scalars['ID'];
|
|
@@ -3403,14 +3406,14 @@ export declare type SignatureContent = {
|
|
|
3403
3406
|
type?: Maybe<Scalars['String']>;
|
|
3404
3407
|
};
|
|
3405
3408
|
export declare type SignatureContentInput = {
|
|
3406
|
-
_content?:
|
|
3407
|
-
type?:
|
|
3409
|
+
_content?: InputMaybe<Scalars['String']>;
|
|
3410
|
+
type?: InputMaybe<Scalars['String']>;
|
|
3408
3411
|
};
|
|
3409
3412
|
export declare type SignatureInput = {
|
|
3410
|
-
content?:
|
|
3411
|
-
contentId?:
|
|
3412
|
-
id?:
|
|
3413
|
-
name?:
|
|
3413
|
+
content?: InputMaybe<SignatureContentInput>;
|
|
3414
|
+
contentId?: InputMaybe<Scalars['String']>;
|
|
3415
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
3416
|
+
name?: InputMaybe<Scalars['String']>;
|
|
3414
3417
|
};
|
|
3415
3418
|
export declare type SignatureResponse = {
|
|
3416
3419
|
__typename?: 'SignatureResponse';
|
|
@@ -3439,10 +3442,10 @@ export declare type SizeCondition = {
|
|
|
3439
3442
|
size?: Maybe<Scalars['String']>;
|
|
3440
3443
|
};
|
|
3441
3444
|
export declare type SizeConditionInput = {
|
|
3442
|
-
index?:
|
|
3443
|
-
negative?:
|
|
3444
|
-
numberComparison?:
|
|
3445
|
-
size?:
|
|
3445
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
3446
|
+
negative?: InputMaybe<Scalars['Boolean']>;
|
|
3447
|
+
numberComparison?: InputMaybe<Scalars['String']>;
|
|
3448
|
+
size?: InputMaybe<Scalars['String']>;
|
|
3446
3449
|
};
|
|
3447
3450
|
export declare type Skin = {
|
|
3448
3451
|
__typename?: 'Skin';
|
|
@@ -3543,7 +3546,7 @@ export declare type TagAction = {
|
|
|
3543
3546
|
tagName: Scalars['String'];
|
|
3544
3547
|
};
|
|
3545
3548
|
export declare type TagActionInput = {
|
|
3546
|
-
index?:
|
|
3549
|
+
index?: InputMaybe<Scalars['Int']>;
|
|
3547
3550
|
tagName: Scalars['String'];
|
|
3548
3551
|
};
|
|
3549
3552
|
export declare type Target = {
|
|
@@ -3591,7 +3594,7 @@ export declare type WhiteBlackAddress = {
|
|
|
3591
3594
|
};
|
|
3592
3595
|
export declare type WhiteBlackAddressOpts = {
|
|
3593
3596
|
_content: Scalars['String'];
|
|
3594
|
-
op?:
|
|
3597
|
+
op?: InputMaybe<Scalars['String']>;
|
|
3595
3598
|
};
|
|
3596
3599
|
export declare type WhiteBlackList = {
|
|
3597
3600
|
__typename?: 'WhiteBlackList';
|
|
@@ -3603,11 +3606,11 @@ export declare type WhiteBlackListArr = {
|
|
|
3603
3606
|
addr?: Maybe<Array<Maybe<WhiteBlackAddress>>>;
|
|
3604
3607
|
};
|
|
3605
3608
|
export declare type WhiteBlackListArrInput = {
|
|
3606
|
-
addr?:
|
|
3609
|
+
addr?: InputMaybe<Array<InputMaybe<WhiteBlackAddressOpts>>>;
|
|
3607
3610
|
};
|
|
3608
3611
|
export declare type WhiteBlackListInput = {
|
|
3609
|
-
blackList?:
|
|
3610
|
-
whiteList?:
|
|
3612
|
+
blackList?: InputMaybe<WhiteBlackListArrInput>;
|
|
3613
|
+
whiteList?: InputMaybe<WhiteBlackListArrInput>;
|
|
3611
3614
|
};
|
|
3612
3615
|
export declare type WkDay = {
|
|
3613
3616
|
__typename?: 'WkDay';
|
|
@@ -3616,7 +3619,7 @@ export declare type WkDay = {
|
|
|
3616
3619
|
};
|
|
3617
3620
|
export declare type WkDayInput = {
|
|
3618
3621
|
day: Weekday;
|
|
3619
|
-
ordwk?:
|
|
3622
|
+
ordwk?: InputMaybe<Scalars['Int']>;
|
|
3620
3623
|
};
|
|
3621
3624
|
export declare type WorkingHours = {
|
|
3622
3625
|
__typename?: 'WorkingHours';
|