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