@zimbra/api-client 89.0.0 → 91.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/schema.graphql +164 -9
- package/dist/src/apollo/types.d.ts +8 -0
- package/dist/src/batch-client/index.d.ts +8 -4
- package/dist/src/normalize/entities.d.ts +2 -0
- package/dist/src/schema/generated-schema-types.d.ts +160 -1
- package/dist/src/utils/normalize-attrs-custommetadata.d.ts +1 -0
- package/dist/zm-api-js-client.esm.js +742 -487
- package/dist/zm-api-js-client.esm.js.map +1 -1
- package/dist/zm-api-js-client.js +5 -10
- package/dist/zm-api-js-client.js.map +1 -1
- package/dist/zm-api-js-client.umd.js +6 -11
- package/dist/zm-api-js-client.umd.js.map +1 -1
- package/package-lock.json +268 -158
- package/package.json +2 -2
- package/src/apollo/types.ts +9 -0
- package/src/apollo/zimbra-in-memory-cache.ts +6 -4
- package/src/batch-client/index.ts +116 -20
- package/src/normalize/entities.ts +12 -0
- package/src/schema/generated-schema-types.ts +191 -1
- package/src/schema/schema.graphql +164 -9
- package/src/schema/schema.ts +12 -3
- package/src/utils/normalize-attrs-custommetadata.ts +9 -0
|
@@ -145,6 +145,7 @@ export type AccountInfoAttrs = {
|
|
|
145
145
|
zimbraFeatureRelatedContactsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
146
146
|
zimbraFeatureResetPasswordStatus?: Maybe<ResetPasswordStatus>;
|
|
147
147
|
zimbraFeatureRetentionPolicyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
148
|
+
zimbraFeatureSharedFolderMobileSyncEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
148
149
|
zimbraFeatureSharingEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
149
150
|
zimbraFeatureTaggingEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
150
151
|
zimbraFeatureTasksEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -187,6 +188,8 @@ export type AccountInfoAttrs = {
|
|
|
187
188
|
zimbraTrialConvertAtExpiration?: Maybe<Scalars['Boolean']['output']>;
|
|
188
189
|
zimbraTrialExpirationDate?: Maybe<Scalars['String']['output']>;
|
|
189
190
|
zimbraTwoFactorAuthEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
191
|
+
zimbraTwoFactorAuthMethodAllowed?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
192
|
+
zimbraTwoFactorAuthMethodEnabled?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
190
193
|
};
|
|
191
194
|
export declare enum AccountType {
|
|
192
195
|
Imap = "imap",
|
|
@@ -377,6 +380,10 @@ export type AuthResponse = {
|
|
|
377
380
|
skin?: Maybe<Array<Maybe<Skin>>>;
|
|
378
381
|
trustedDevicesEnabled?: Maybe<TrustedDevicesEnabled>;
|
|
379
382
|
twoFactorAuthRequired?: Maybe<TwoFactorAuthRequired>;
|
|
383
|
+
zimbraPrefPasswordRecoveryAddress?: Maybe<StringContent>;
|
|
384
|
+
zimbraPrefPrimaryTwoFactorAuthMethod?: Maybe<StringContent>;
|
|
385
|
+
zimbraTwoFactorAuthMethodAllowed?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
386
|
+
zimbraTwoFactorAuthMethodEnabled?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
380
387
|
};
|
|
381
388
|
export type AuthToken = {
|
|
382
389
|
__typename?: 'AuthToken';
|
|
@@ -765,6 +772,7 @@ export type CancelRuleInfo = {
|
|
|
765
772
|
};
|
|
766
773
|
export type ClientInfoAttributes = {
|
|
767
774
|
__typename?: 'ClientInfoAttributes';
|
|
775
|
+
zimbraClassicWebClientDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
768
776
|
zimbraFeatureResetPasswordStatus?: Maybe<ResetPasswordStatus>;
|
|
769
777
|
zimbraHelpModernURL?: Maybe<Scalars['String']['output']>;
|
|
770
778
|
zimbraWebClientLoginURL?: Maybe<Scalars['String']['output']>;
|
|
@@ -797,6 +805,7 @@ export type Contact = {
|
|
|
797
805
|
fileAsStr?: Maybe<Scalars['String']['output']>;
|
|
798
806
|
folderId?: Maybe<Scalars['ID']['output']>;
|
|
799
807
|
id: Scalars['ID']['output'];
|
|
808
|
+
isOwner?: Maybe<Scalars['Boolean']['output']>;
|
|
800
809
|
memberOf?: Maybe<Scalars['String']['output']>;
|
|
801
810
|
members?: Maybe<Array<Maybe<ContactListMember>>>;
|
|
802
811
|
revision?: Maybe<Scalars['Float']['output']>;
|
|
@@ -1000,6 +1009,7 @@ export declare enum ContactType {
|
|
|
1000
1009
|
}
|
|
1001
1010
|
export type Conversation = MailItem & {
|
|
1002
1011
|
__typename?: 'Conversation';
|
|
1012
|
+
_attrs?: Maybe<Array<Maybe<CustomHeader>>>;
|
|
1003
1013
|
changeDate?: Maybe<Scalars['Float']['output']>;
|
|
1004
1014
|
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
1005
1015
|
date?: Maybe<Scalars['Float']['output']>;
|
|
@@ -1021,6 +1031,7 @@ export type Conversation = MailItem & {
|
|
|
1021
1031
|
size?: Maybe<Scalars['Float']['output']>;
|
|
1022
1032
|
sortField?: Maybe<Scalars['String']['output']>;
|
|
1023
1033
|
subject?: Maybe<Scalars['String']['output']>;
|
|
1034
|
+
subscribe?: Maybe<Array<Maybe<DlSubscribe>>>;
|
|
1024
1035
|
tagNames?: Maybe<Scalars['String']['output']>;
|
|
1025
1036
|
tags?: Maybe<Scalars['String']['output']>;
|
|
1026
1037
|
unread?: Maybe<Scalars['Float']['output']>;
|
|
@@ -1083,6 +1094,11 @@ export type Cursor = {
|
|
|
1083
1094
|
includeOffset?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1084
1095
|
sortVal?: InputMaybe<Scalars['String']['input']>;
|
|
1085
1096
|
};
|
|
1097
|
+
export type CustomHeader = {
|
|
1098
|
+
__typename?: 'CustomHeader';
|
|
1099
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
1100
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
1101
|
+
};
|
|
1086
1102
|
export type CustomMetadata = {
|
|
1087
1103
|
__typename?: 'CustomMetadata';
|
|
1088
1104
|
meta?: Maybe<Array<Maybe<CustomMetadataMeta>>>;
|
|
@@ -1106,13 +1122,86 @@ export type CustomMetadataMeta = {
|
|
|
1106
1122
|
_attrs?: Maybe<Array<Maybe<CustomMetadataAttrs>>>;
|
|
1107
1123
|
section?: Maybe<Scalars['String']['output']>;
|
|
1108
1124
|
};
|
|
1125
|
+
export type Dl = {
|
|
1126
|
+
__typename?: 'DL';
|
|
1127
|
+
dl?: Maybe<Array<Maybe<DlDetails>>>;
|
|
1128
|
+
};
|
|
1129
|
+
export type DlActionAttrInput = {
|
|
1130
|
+
attributeName?: InputMaybe<Scalars['String']['input']>;
|
|
1131
|
+
content?: InputMaybe<Scalars['String']['input']>;
|
|
1132
|
+
};
|
|
1133
|
+
export type DlActionGranteeInput = {
|
|
1134
|
+
_content?: InputMaybe<Scalars['String']['input']>;
|
|
1135
|
+
by?: InputMaybe<Scalars['String']['input']>;
|
|
1136
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
1137
|
+
};
|
|
1138
|
+
export type DlActionInput = {
|
|
1139
|
+
attributes?: InputMaybe<Array<InputMaybe<DlActionAttrInput>>>;
|
|
1140
|
+
distributionListMembers?: InputMaybe<Array<InputMaybe<MethodInput>>>;
|
|
1141
|
+
operation?: InputMaybe<Scalars['String']['input']>;
|
|
1142
|
+
owner?: InputMaybe<Array<InputMaybe<DlActionGranteeInput>>>;
|
|
1143
|
+
right?: InputMaybe<DlActionRightInput>;
|
|
1144
|
+
subsReq?: InputMaybe<SubRequestInput>;
|
|
1145
|
+
};
|
|
1146
|
+
export type DlActionRightInput = {
|
|
1147
|
+
grantee?: InputMaybe<Array<InputMaybe<DlActionGranteeInput>>>;
|
|
1148
|
+
right?: InputMaybe<Scalars['String']['input']>;
|
|
1149
|
+
};
|
|
1150
|
+
export type DlAttributes = {
|
|
1151
|
+
__typename?: 'DLAttributes';
|
|
1152
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
1153
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
1154
|
+
mail?: Maybe<Scalars['String']['output']>;
|
|
1155
|
+
zimbraDistributionListSubscriptionPolicy?: Maybe<Scalars['String']['output']>;
|
|
1156
|
+
zimbraDistributionListUnsubscriptionPolicy?: Maybe<Scalars['String']['output']>;
|
|
1157
|
+
zimbraHideInGal?: Maybe<Scalars['String']['output']>;
|
|
1158
|
+
zimbraMailAlias?: Maybe<Scalars['String']['output']>;
|
|
1159
|
+
zimbraMailStatus?: Maybe<Scalars['String']['output']>;
|
|
1160
|
+
zimbraNotes?: Maybe<Scalars['String']['output']>;
|
|
1161
|
+
};
|
|
1109
1162
|
export type DlDetails = {
|
|
1110
1163
|
__typename?: 'DLDetails';
|
|
1164
|
+
_attrs?: Maybe<DlAttributes>;
|
|
1165
|
+
dynamic?: Maybe<Scalars['Boolean']['output']>;
|
|
1166
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
1167
|
+
isMember?: Maybe<Scalars['Boolean']['output']>;
|
|
1168
|
+
isOwner?: Maybe<Scalars['Boolean']['output']>;
|
|
1169
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1170
|
+
owners?: Maybe<Array<Maybe<DlOwners>>>;
|
|
1171
|
+
rights?: Maybe<Array<Maybe<DlRights>>>;
|
|
1172
|
+
};
|
|
1173
|
+
export type DlGrantee = {
|
|
1174
|
+
__typename?: 'DLGrantee';
|
|
1175
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
1176
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1177
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
1178
|
+
};
|
|
1179
|
+
export type DlMembersDetails = {
|
|
1180
|
+
__typename?: 'DLMembersDetails';
|
|
1111
1181
|
dlGroupMember?: Maybe<Array<Maybe<DlGroupMember>>>;
|
|
1112
1182
|
dlm?: Maybe<Array<Maybe<Dlm>>>;
|
|
1113
1183
|
more?: Maybe<Scalars['Boolean']['output']>;
|
|
1114
1184
|
total?: Maybe<Scalars['Int']['output']>;
|
|
1115
1185
|
};
|
|
1186
|
+
export type DlOwner = {
|
|
1187
|
+
__typename?: 'DLOwner';
|
|
1188
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
1189
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1190
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
1191
|
+
};
|
|
1192
|
+
export type DlOwners = {
|
|
1193
|
+
__typename?: 'DLOwners';
|
|
1194
|
+
owner?: Maybe<Array<Maybe<DlOwner>>>;
|
|
1195
|
+
};
|
|
1196
|
+
export type DlRight = {
|
|
1197
|
+
__typename?: 'DLRight';
|
|
1198
|
+
grantee?: Maybe<Array<Maybe<DlGrantee>>>;
|
|
1199
|
+
right?: Maybe<Scalars['String']['output']>;
|
|
1200
|
+
};
|
|
1201
|
+
export type DlRights = {
|
|
1202
|
+
__typename?: 'DLRights';
|
|
1203
|
+
right?: Maybe<Array<Maybe<DlRight>>>;
|
|
1204
|
+
};
|
|
1116
1205
|
export type Dls = {
|
|
1117
1206
|
__typename?: 'DLS';
|
|
1118
1207
|
_attrs?: Maybe<DlsAttrs>;
|
|
@@ -1134,6 +1223,14 @@ export type DlsDetails = {
|
|
|
1134
1223
|
__typename?: 'DLSDetails';
|
|
1135
1224
|
dls?: Maybe<Array<Maybe<Dls>>>;
|
|
1136
1225
|
};
|
|
1226
|
+
export type DlSelectorInput = {
|
|
1227
|
+
_content?: InputMaybe<Scalars['String']['input']>;
|
|
1228
|
+
by?: InputMaybe<Scalars['String']['input']>;
|
|
1229
|
+
};
|
|
1230
|
+
export type DlSubscribe = {
|
|
1231
|
+
__typename?: 'DLSubscribe';
|
|
1232
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
1233
|
+
};
|
|
1137
1234
|
export type DataSource = {
|
|
1138
1235
|
__typename?: 'DataSource';
|
|
1139
1236
|
connectionType?: Maybe<Scalars['String']['output']>;
|
|
@@ -1213,6 +1310,10 @@ export type DismissInput = {
|
|
|
1213
1310
|
dismissedAt: Scalars['Float']['input'];
|
|
1214
1311
|
id: Scalars['ID']['input'];
|
|
1215
1312
|
};
|
|
1313
|
+
export type DistributionListActionInput = {
|
|
1314
|
+
action?: InputMaybe<DlActionInput>;
|
|
1315
|
+
dl?: InputMaybe<DlSelectorInput>;
|
|
1316
|
+
};
|
|
1216
1317
|
export type DlAttrs = {
|
|
1217
1318
|
__typename?: 'DlAttrs';
|
|
1218
1319
|
commonName?: Maybe<Scalars['String']['output']>;
|
|
@@ -1291,7 +1392,9 @@ export type EmailAddressInput = {
|
|
|
1291
1392
|
export type EnableTwoFactorAuthInput = {
|
|
1292
1393
|
authToken?: InputMaybe<Scalars['String']['input']>;
|
|
1293
1394
|
csrfTokenSecured: Scalars['Boolean']['input'];
|
|
1395
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
|
1294
1396
|
ignoreSameSite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1397
|
+
method: Scalars['String']['input'];
|
|
1295
1398
|
name: Scalars['String']['input'];
|
|
1296
1399
|
password?: InputMaybe<Scalars['String']['input']>;
|
|
1297
1400
|
twoFactorCode?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1753,6 +1856,10 @@ export type HeaderConditionInput = {
|
|
|
1753
1856
|
value?: InputMaybe<Scalars['String']['input']>;
|
|
1754
1857
|
valueComparison?: InputMaybe<Scalars['String']['input']>;
|
|
1755
1858
|
};
|
|
1859
|
+
export type HeaderInput = {
|
|
1860
|
+
_content?: InputMaybe<Scalars['String']['input']>;
|
|
1861
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
1862
|
+
};
|
|
1756
1863
|
export type Hit = {
|
|
1757
1864
|
__typename?: 'Hit';
|
|
1758
1865
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -2026,6 +2133,7 @@ export type MailItem = {
|
|
|
2026
2133
|
size?: Maybe<Scalars['Float']['output']>;
|
|
2027
2134
|
sortField?: Maybe<Scalars['String']['output']>;
|
|
2028
2135
|
subject?: Maybe<Scalars['String']['output']>;
|
|
2136
|
+
subscribe?: Maybe<Array<Maybe<DlSubscribe>>>;
|
|
2029
2137
|
tagNames?: Maybe<Scalars['String']['output']>;
|
|
2030
2138
|
tags?: Maybe<Scalars['String']['output']>;
|
|
2031
2139
|
};
|
|
@@ -2104,6 +2212,7 @@ export type MessageAttributes = {
|
|
|
2104
2212
|
};
|
|
2105
2213
|
export type MessageInfo = MailItem & {
|
|
2106
2214
|
__typename?: 'MessageInfo';
|
|
2215
|
+
_attrs?: Maybe<Array<Maybe<CustomHeader>>>;
|
|
2107
2216
|
attachments?: Maybe<Array<Maybe<MimePart>>>;
|
|
2108
2217
|
attributes?: Maybe<MessageAttributes>;
|
|
2109
2218
|
autoSendTime?: Maybe<Scalars['Float']['output']>;
|
|
@@ -2140,6 +2249,7 @@ export type MessageInfo = MailItem & {
|
|
|
2140
2249
|
size?: Maybe<Scalars['Float']['output']>;
|
|
2141
2250
|
sortField?: Maybe<Scalars['String']['output']>;
|
|
2142
2251
|
subject?: Maybe<Scalars['String']['output']>;
|
|
2252
|
+
subscribe?: Maybe<Array<Maybe<DlSubscribe>>>;
|
|
2143
2253
|
tagNames?: Maybe<Scalars['String']['output']>;
|
|
2144
2254
|
tags?: Maybe<Scalars['String']['output']>;
|
|
2145
2255
|
text?: Maybe<Scalars['String']['output']>;
|
|
@@ -2233,6 +2343,7 @@ export type ModifyZimletPrefsResponse = {
|
|
|
2233
2343
|
};
|
|
2234
2344
|
export type MsgWithGroupInfo = MailItem & {
|
|
2235
2345
|
__typename?: 'MsgWithGroupInfo';
|
|
2346
|
+
_attrs?: Maybe<Array<Maybe<CustomHeader>>>;
|
|
2236
2347
|
autoSendTime?: Maybe<Scalars['Float']['output']>;
|
|
2237
2348
|
changeDate?: Maybe<Scalars['Float']['output']>;
|
|
2238
2349
|
cif?: Maybe<Scalars['String']['output']>;
|
|
@@ -2256,6 +2367,7 @@ export type MsgWithGroupInfo = MailItem & {
|
|
|
2256
2367
|
size?: Maybe<Scalars['Float']['output']>;
|
|
2257
2368
|
sortField?: Maybe<Scalars['String']['output']>;
|
|
2258
2369
|
subject?: Maybe<Scalars['String']['output']>;
|
|
2370
|
+
subscribe?: Maybe<Array<Maybe<DlSubscribe>>>;
|
|
2259
2371
|
tagNames?: Maybe<Scalars['String']['output']>;
|
|
2260
2372
|
tags?: Maybe<Scalars['String']['output']>;
|
|
2261
2373
|
};
|
|
@@ -2298,6 +2410,7 @@ export type Mutation = {
|
|
|
2298
2410
|
deleteSignature?: Maybe<Scalars['Boolean']['output']>;
|
|
2299
2411
|
disableTwoFactorAuth?: Maybe<Scalars['Boolean']['output']>;
|
|
2300
2412
|
dismissCalendarItem?: Maybe<Scalars['Boolean']['output']>;
|
|
2413
|
+
distributionListAction?: Maybe<Scalars['Boolean']['output']>;
|
|
2301
2414
|
documentAction?: Maybe<DocumentActionData>;
|
|
2302
2415
|
enableTwoFactorAuth?: Maybe<EnableTwoFactorAuthResponse>;
|
|
2303
2416
|
folderAction?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -2347,10 +2460,12 @@ export type Mutation = {
|
|
|
2347
2460
|
sendInviteReply?: Maybe<InviteReplyResponse>;
|
|
2348
2461
|
sendMessage?: Maybe<SendMessageResponse>;
|
|
2349
2462
|
sendShareNotification?: Maybe<Scalars['Boolean']['output']>;
|
|
2463
|
+
sendTwoFactorAuthCode?: Maybe<SendTwoFactorAuthCodeResponse>;
|
|
2350
2464
|
setCustomMetadata?: Maybe<Scalars['Boolean']['output']>;
|
|
2351
2465
|
setMailboxMetadata?: Maybe<Scalars['Boolean']['output']>;
|
|
2352
2466
|
setRecoveryAccount?: Maybe<Scalars['Boolean']['output']>;
|
|
2353
2467
|
snoozeCalendarItem?: Maybe<Scalars['Boolean']['output']>;
|
|
2468
|
+
subscribeDistributionList?: Maybe<Scalars['String']['output']>;
|
|
2354
2469
|
tagAction?: Maybe<Scalars['Boolean']['output']>;
|
|
2355
2470
|
testExternalAccount?: Maybe<ExternalAccountTestResponse>;
|
|
2356
2471
|
uploadMessage?: Maybe<Scalars['String']['output']>;
|
|
@@ -2501,10 +2616,16 @@ export type MutationDeleteIdentityArgs = {
|
|
|
2501
2616
|
export type MutationDeleteSignatureArgs = {
|
|
2502
2617
|
signature: NameIdInput;
|
|
2503
2618
|
};
|
|
2619
|
+
export type MutationDisableTwoFactorAuthArgs = {
|
|
2620
|
+
method: Scalars['String']['input'];
|
|
2621
|
+
};
|
|
2504
2622
|
export type MutationDismissCalendarItemArgs = {
|
|
2505
2623
|
appointment?: InputMaybe<Array<InputMaybe<DismissInput>>>;
|
|
2506
2624
|
task?: InputMaybe<DismissInput>;
|
|
2507
2625
|
};
|
|
2626
|
+
export type MutationDistributionListActionArgs = {
|
|
2627
|
+
dlActions: DistributionListActionInput;
|
|
2628
|
+
};
|
|
2508
2629
|
export type MutationDocumentActionArgs = {
|
|
2509
2630
|
action: FolderActionInput;
|
|
2510
2631
|
};
|
|
@@ -2675,6 +2796,9 @@ export type MutationSendMessageArgs = {
|
|
|
2675
2796
|
export type MutationSendShareNotificationArgs = {
|
|
2676
2797
|
shareNotification: ShareNotificationInput;
|
|
2677
2798
|
};
|
|
2799
|
+
export type MutationSendTwoFactorAuthCodeArgs = {
|
|
2800
|
+
options: SendTwoFactorAuthCodeInput;
|
|
2801
|
+
};
|
|
2678
2802
|
export type MutationSetCustomMetadataArgs = {
|
|
2679
2803
|
customMetaData: CustomMetadataInput;
|
|
2680
2804
|
};
|
|
@@ -2692,6 +2816,11 @@ export type MutationSnoozeCalendarItemArgs = {
|
|
|
2692
2816
|
appointment?: InputMaybe<Array<InputMaybe<SnoozeInput>>>;
|
|
2693
2817
|
task?: InputMaybe<SnoozeInput>;
|
|
2694
2818
|
};
|
|
2819
|
+
export type MutationSubscribeDistributionListArgs = {
|
|
2820
|
+
by?: InputMaybe<Scalars['String']['input']>;
|
|
2821
|
+
dl: Scalars['String']['input'];
|
|
2822
|
+
op: Scalars['String']['input'];
|
|
2823
|
+
};
|
|
2695
2824
|
export type MutationTagActionArgs = {
|
|
2696
2825
|
action?: InputMaybe<FolderActionInput>;
|
|
2697
2826
|
};
|
|
@@ -2858,6 +2987,7 @@ export type Preferences = {
|
|
|
2858
2987
|
zimbraPrefDisplayExternalImages?: Maybe<Scalars['Boolean']['output']>;
|
|
2859
2988
|
zimbraPrefDisplayTimeInMailList?: Maybe<Scalars['Boolean']['output']>;
|
|
2860
2989
|
zimbraPrefExternalSendersType?: Maybe<ExternalSendersType>;
|
|
2990
|
+
zimbraPrefForwardReplyInOriginalFormat?: Maybe<Scalars['Boolean']['output']>;
|
|
2861
2991
|
zimbraPrefGroupMailBy?: Maybe<Scalars['String']['output']>;
|
|
2862
2992
|
zimbraPrefHtmlEditorDefaultFontColor?: Maybe<Scalars['String']['output']>;
|
|
2863
2993
|
zimbraPrefHtmlEditorDefaultFontFamily?: Maybe<Scalars['String']['output']>;
|
|
@@ -2884,6 +3014,7 @@ export type Preferences = {
|
|
|
2884
3014
|
zimbraPrefPasswordRecoveryAddress?: Maybe<Scalars['String']['output']>;
|
|
2885
3015
|
zimbraPrefPasswordRecoveryAddressStatus?: Maybe<PasswordRecoveryAddressStatus>;
|
|
2886
3016
|
zimbraPrefPowerPasteEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
3017
|
+
zimbraPrefPrimaryTwoFactorAuthMethod?: Maybe<Scalars['String']['output']>;
|
|
2887
3018
|
zimbraPrefReadingPaneEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
2888
3019
|
zimbraPrefReadingPaneLocation?: Maybe<ReadingPaneLocation>;
|
|
2889
3020
|
zimbraPrefSaveToSent?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -2919,6 +3050,7 @@ export type PreferencesInput = {
|
|
|
2919
3050
|
zimbraPrefDisplayExternalImages?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2920
3051
|
zimbraPrefDisplayTimeInMailList?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2921
3052
|
zimbraPrefExternalSendersType?: InputMaybe<ExternalSendersType>;
|
|
3053
|
+
zimbraPrefForwardReplyInOriginalFormat?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2922
3054
|
zimbraPrefGroupMailBy?: InputMaybe<Scalars['String']['input']>;
|
|
2923
3055
|
zimbraPrefHtmlEditorDefaultFontColor?: InputMaybe<Scalars['String']['input']>;
|
|
2924
3056
|
zimbraPrefHtmlEditorDefaultFontFamily?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2943,6 +3075,7 @@ export type PreferencesInput = {
|
|
|
2943
3075
|
zimbraPrefOutOfOfficeSuppressExternalReply?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2944
3076
|
zimbraPrefOutOfOfficeUntilDate?: InputMaybe<Scalars['String']['input']>;
|
|
2945
3077
|
zimbraPrefPowerPasteEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3078
|
+
zimbraPrefPrimaryTwoFactorAuthMethod?: InputMaybe<Scalars['String']['input']>;
|
|
2946
3079
|
zimbraPrefReadingPaneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2947
3080
|
zimbraPrefReadingPaneLocation?: InputMaybe<ReadingPaneLocation>;
|
|
2948
3081
|
zimbraPrefSaveToSent?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -3002,7 +3135,8 @@ export type Query = {
|
|
|
3002
3135
|
getCustomMetadata?: Maybe<CustomMetadata>;
|
|
3003
3136
|
getDataSources: DataSources;
|
|
3004
3137
|
getDeviceStatus?: Maybe<Array<Maybe<Device>>>;
|
|
3005
|
-
|
|
3138
|
+
getDistributionList?: Maybe<Dl>;
|
|
3139
|
+
getDistributionListMembers?: Maybe<DlMembersDetails>;
|
|
3006
3140
|
getDocumentShareURL?: Maybe<GetDocumentShareUrlResponse>;
|
|
3007
3141
|
getFilterRules?: Maybe<Array<Maybe<Filter>>>;
|
|
3008
3142
|
getFolder?: Maybe<Folder>;
|
|
@@ -3112,6 +3246,12 @@ export type QueryGetCustomMetadataArgs = {
|
|
|
3112
3246
|
id: Scalars['ID']['input'];
|
|
3113
3247
|
section?: InputMaybe<Scalars['String']['input']>;
|
|
3114
3248
|
};
|
|
3249
|
+
export type QueryGetDistributionListArgs = {
|
|
3250
|
+
by?: InputMaybe<Scalars['String']['input']>;
|
|
3251
|
+
dl?: InputMaybe<Scalars['String']['input']>;
|
|
3252
|
+
needOwners?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3253
|
+
needRights?: InputMaybe<Scalars['String']['input']>;
|
|
3254
|
+
};
|
|
3115
3255
|
export type QueryGetDistributionListMembersArgs = {
|
|
3116
3256
|
dl?: InputMaybe<Scalars['String']['input']>;
|
|
3117
3257
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -3206,6 +3346,7 @@ export type QuerySearchArgs = {
|
|
|
3206
3346
|
cursor?: InputMaybe<Cursor>;
|
|
3207
3347
|
fetch?: InputMaybe<Scalars['String']['input']>;
|
|
3208
3348
|
fullConversation?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3349
|
+
header?: InputMaybe<Array<InputMaybe<MailItemHeaderInput>>>;
|
|
3209
3350
|
inDumpster?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3210
3351
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3211
3352
|
memberOf?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -3498,6 +3639,7 @@ export type SendMessageInput = {
|
|
|
3498
3639
|
entityId?: InputMaybe<Scalars['String']['input']>;
|
|
3499
3640
|
flags?: InputMaybe<Scalars['String']['input']>;
|
|
3500
3641
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
|
3642
|
+
header?: InputMaybe<Array<InputMaybe<HeaderInput>>>;
|
|
3501
3643
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
3502
3644
|
inReplyTo?: InputMaybe<Scalars['String']['input']>;
|
|
3503
3645
|
inlineAttachments?: InputMaybe<Array<InputMaybe<MimePartInput>>>;
|
|
@@ -3510,6 +3652,14 @@ export type SendMessageResponse = {
|
|
|
3510
3652
|
__typename?: 'SendMessageResponse';
|
|
3511
3653
|
message?: Maybe<Array<Maybe<MsgWithGroupInfo>>>;
|
|
3512
3654
|
};
|
|
3655
|
+
export type SendTwoFactorAuthCodeInput = {
|
|
3656
|
+
action: Scalars['String']['input'];
|
|
3657
|
+
authToken: Scalars['String']['input'];
|
|
3658
|
+
};
|
|
3659
|
+
export type SendTwoFactorAuthCodeResponse = {
|
|
3660
|
+
__typename?: 'SendTwoFactorAuthCodeResponse';
|
|
3661
|
+
status?: Maybe<Array<Maybe<StringContent>>>;
|
|
3662
|
+
};
|
|
3513
3663
|
export type Session = {
|
|
3514
3664
|
__typename?: 'Session';
|
|
3515
3665
|
_content?: Maybe<Scalars['String']['output']>;
|
|
@@ -3526,6 +3676,7 @@ export declare enum SetRecoveryAccountOp {
|
|
|
3526
3676
|
}
|
|
3527
3677
|
export type ShareInfo = {
|
|
3528
3678
|
__typename?: 'ShareInfo';
|
|
3679
|
+
activeSyncDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
3529
3680
|
folderId: Scalars['ID']['output'];
|
|
3530
3681
|
folderPath?: Maybe<Scalars['String']['output']>;
|
|
3531
3682
|
folderUuid?: Maybe<Scalars['String']['output']>;
|
|
@@ -3703,6 +3854,14 @@ export type StringContent = {
|
|
|
3703
3854
|
__typename?: 'StringContent';
|
|
3704
3855
|
_content?: Maybe<Scalars['String']['output']>;
|
|
3705
3856
|
};
|
|
3857
|
+
export type SubRequestInput = {
|
|
3858
|
+
_content?: InputMaybe<Scalars['String']['input']>;
|
|
3859
|
+
op?: InputMaybe<Scalars['String']['input']>;
|
|
3860
|
+
};
|
|
3861
|
+
export type SubscribeDistributionList = {
|
|
3862
|
+
__typename?: 'SubscribeDistributionList';
|
|
3863
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
3864
|
+
};
|
|
3706
3865
|
export type Tag = {
|
|
3707
3866
|
__typename?: 'Tag';
|
|
3708
3867
|
color?: Maybe<Scalars['Int']['output']>;
|