@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
|
@@ -124,6 +124,7 @@ export type AccountInfoAttrs = {
|
|
|
124
124
|
zimbraFeatureRelatedContactsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
125
125
|
zimbraFeatureResetPasswordStatus?: Maybe<ResetPasswordStatus>;
|
|
126
126
|
zimbraFeatureRetentionPolicyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
127
|
+
zimbraFeatureSharedFolderMobileSyncEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
127
128
|
zimbraFeatureSharingEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
128
129
|
zimbraFeatureTaggingEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
129
130
|
zimbraFeatureTasksEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -166,6 +167,8 @@ export type AccountInfoAttrs = {
|
|
|
166
167
|
zimbraTrialConvertAtExpiration?: Maybe<Scalars['Boolean']['output']>;
|
|
167
168
|
zimbraTrialExpirationDate?: Maybe<Scalars['String']['output']>;
|
|
168
169
|
zimbraTwoFactorAuthEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
170
|
+
zimbraTwoFactorAuthMethodAllowed?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
171
|
+
zimbraTwoFactorAuthMethodEnabled?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
169
172
|
};
|
|
170
173
|
|
|
171
174
|
export enum AccountType {
|
|
@@ -385,6 +388,10 @@ export type AuthResponse = {
|
|
|
385
388
|
skin?: Maybe<Array<Maybe<Skin>>>;
|
|
386
389
|
trustedDevicesEnabled?: Maybe<TrustedDevicesEnabled>;
|
|
387
390
|
twoFactorAuthRequired?: Maybe<TwoFactorAuthRequired>;
|
|
391
|
+
zimbraPrefPasswordRecoveryAddress?: Maybe<StringContent>;
|
|
392
|
+
zimbraPrefPrimaryTwoFactorAuthMethod?: Maybe<StringContent>;
|
|
393
|
+
zimbraTwoFactorAuthMethodAllowed?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
394
|
+
zimbraTwoFactorAuthMethodEnabled?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
388
395
|
};
|
|
389
396
|
|
|
390
397
|
export type AuthToken = {
|
|
@@ -831,6 +838,7 @@ export type CancelRuleInfo = {
|
|
|
831
838
|
|
|
832
839
|
export type ClientInfoAttributes = {
|
|
833
840
|
__typename?: 'ClientInfoAttributes';
|
|
841
|
+
zimbraClassicWebClientDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
834
842
|
zimbraFeatureResetPasswordStatus?: Maybe<ResetPasswordStatus>;
|
|
835
843
|
zimbraHelpModernURL?: Maybe<Scalars['String']['output']>;
|
|
836
844
|
zimbraWebClientLoginURL?: Maybe<Scalars['String']['output']>;
|
|
@@ -868,6 +876,7 @@ export type Contact = {
|
|
|
868
876
|
fileAsStr?: Maybe<Scalars['String']['output']>;
|
|
869
877
|
folderId?: Maybe<Scalars['ID']['output']>;
|
|
870
878
|
id: Scalars['ID']['output'];
|
|
879
|
+
isOwner?: Maybe<Scalars['Boolean']['output']>;
|
|
871
880
|
memberOf?: Maybe<Scalars['String']['output']>;
|
|
872
881
|
members?: Maybe<Array<Maybe<ContactListMember>>>;
|
|
873
882
|
revision?: Maybe<Scalars['Float']['output']>;
|
|
@@ -1082,6 +1091,7 @@ export enum ContactType {
|
|
|
1082
1091
|
|
|
1083
1092
|
export type Conversation = MailItem & {
|
|
1084
1093
|
__typename?: 'Conversation';
|
|
1094
|
+
_attrs?: Maybe<Array<Maybe<CustomHeader>>>;
|
|
1085
1095
|
changeDate?: Maybe<Scalars['Float']['output']>;
|
|
1086
1096
|
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
1087
1097
|
date?: Maybe<Scalars['Float']['output']>;
|
|
@@ -1103,6 +1113,7 @@ export type Conversation = MailItem & {
|
|
|
1103
1113
|
size?: Maybe<Scalars['Float']['output']>;
|
|
1104
1114
|
sortField?: Maybe<Scalars['String']['output']>;
|
|
1105
1115
|
subject?: Maybe<Scalars['String']['output']>;
|
|
1116
|
+
subscribe?: Maybe<Array<Maybe<DlSubscribe>>>;
|
|
1106
1117
|
tagNames?: Maybe<Scalars['String']['output']>;
|
|
1107
1118
|
tags?: Maybe<Scalars['String']['output']>;
|
|
1108
1119
|
unread?: Maybe<Scalars['Float']['output']>;
|
|
@@ -1177,6 +1188,12 @@ export type Cursor = {
|
|
|
1177
1188
|
sortVal?: InputMaybe<Scalars['String']['input']>;
|
|
1178
1189
|
};
|
|
1179
1190
|
|
|
1191
|
+
export type CustomHeader = {
|
|
1192
|
+
__typename?: 'CustomHeader';
|
|
1193
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
1194
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
1195
|
+
};
|
|
1196
|
+
|
|
1180
1197
|
export type CustomMetadata = {
|
|
1181
1198
|
__typename?: 'CustomMetadata';
|
|
1182
1199
|
meta?: Maybe<Array<Maybe<CustomMetadataMeta>>>;
|
|
@@ -1205,14 +1222,99 @@ export type CustomMetadataMeta = {
|
|
|
1205
1222
|
section?: Maybe<Scalars['String']['output']>;
|
|
1206
1223
|
};
|
|
1207
1224
|
|
|
1225
|
+
export type Dl = {
|
|
1226
|
+
__typename?: 'DL';
|
|
1227
|
+
dl?: Maybe<Array<Maybe<DlDetails>>>;
|
|
1228
|
+
};
|
|
1229
|
+
|
|
1230
|
+
export type DlActionAttrInput = {
|
|
1231
|
+
attributeName?: InputMaybe<Scalars['String']['input']>;
|
|
1232
|
+
content?: InputMaybe<Scalars['String']['input']>;
|
|
1233
|
+
};
|
|
1234
|
+
|
|
1235
|
+
export type DlActionGranteeInput = {
|
|
1236
|
+
_content?: InputMaybe<Scalars['String']['input']>;
|
|
1237
|
+
by?: InputMaybe<Scalars['String']['input']>;
|
|
1238
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
1239
|
+
};
|
|
1240
|
+
|
|
1241
|
+
export type DlActionInput = {
|
|
1242
|
+
attributes?: InputMaybe<Array<InputMaybe<DlActionAttrInput>>>;
|
|
1243
|
+
distributionListMembers?: InputMaybe<Array<InputMaybe<MethodInput>>>;
|
|
1244
|
+
operation?: InputMaybe<Scalars['String']['input']>;
|
|
1245
|
+
owner?: InputMaybe<Array<InputMaybe<DlActionGranteeInput>>>;
|
|
1246
|
+
right?: InputMaybe<DlActionRightInput>;
|
|
1247
|
+
subsReq?: InputMaybe<SubRequestInput>;
|
|
1248
|
+
};
|
|
1249
|
+
|
|
1250
|
+
export type DlActionRightInput = {
|
|
1251
|
+
grantee?: InputMaybe<Array<InputMaybe<DlActionGranteeInput>>>;
|
|
1252
|
+
right?: InputMaybe<Scalars['String']['input']>;
|
|
1253
|
+
};
|
|
1254
|
+
|
|
1255
|
+
export type DlAttributes = {
|
|
1256
|
+
__typename?: 'DLAttributes';
|
|
1257
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
1258
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
1259
|
+
mail?: Maybe<Scalars['String']['output']>;
|
|
1260
|
+
zimbraDistributionListSubscriptionPolicy?: Maybe<Scalars['String']['output']>;
|
|
1261
|
+
zimbraDistributionListUnsubscriptionPolicy?: Maybe<Scalars['String']['output']>;
|
|
1262
|
+
zimbraHideInGal?: Maybe<Scalars['String']['output']>;
|
|
1263
|
+
zimbraMailAlias?: Maybe<Scalars['String']['output']>;
|
|
1264
|
+
zimbraMailStatus?: Maybe<Scalars['String']['output']>;
|
|
1265
|
+
zimbraNotes?: Maybe<Scalars['String']['output']>;
|
|
1266
|
+
};
|
|
1267
|
+
|
|
1208
1268
|
export type DlDetails = {
|
|
1209
1269
|
__typename?: 'DLDetails';
|
|
1270
|
+
_attrs?: Maybe<DlAttributes>;
|
|
1271
|
+
dynamic?: Maybe<Scalars['Boolean']['output']>;
|
|
1272
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
1273
|
+
isMember?: Maybe<Scalars['Boolean']['output']>;
|
|
1274
|
+
isOwner?: Maybe<Scalars['Boolean']['output']>;
|
|
1275
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1276
|
+
owners?: Maybe<Array<Maybe<DlOwners>>>;
|
|
1277
|
+
rights?: Maybe<Array<Maybe<DlRights>>>;
|
|
1278
|
+
};
|
|
1279
|
+
|
|
1280
|
+
export type DlGrantee = {
|
|
1281
|
+
__typename?: 'DLGrantee';
|
|
1282
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
1283
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1284
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
1285
|
+
};
|
|
1286
|
+
|
|
1287
|
+
export type DlMembersDetails = {
|
|
1288
|
+
__typename?: 'DLMembersDetails';
|
|
1210
1289
|
dlGroupMember?: Maybe<Array<Maybe<DlGroupMember>>>;
|
|
1211
1290
|
dlm?: Maybe<Array<Maybe<Dlm>>>;
|
|
1212
1291
|
more?: Maybe<Scalars['Boolean']['output']>;
|
|
1213
1292
|
total?: Maybe<Scalars['Int']['output']>;
|
|
1214
1293
|
};
|
|
1215
1294
|
|
|
1295
|
+
export type DlOwner = {
|
|
1296
|
+
__typename?: 'DLOwner';
|
|
1297
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
1298
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1299
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
1300
|
+
};
|
|
1301
|
+
|
|
1302
|
+
export type DlOwners = {
|
|
1303
|
+
__typename?: 'DLOwners';
|
|
1304
|
+
owner?: Maybe<Array<Maybe<DlOwner>>>;
|
|
1305
|
+
};
|
|
1306
|
+
|
|
1307
|
+
export type DlRight = {
|
|
1308
|
+
__typename?: 'DLRight';
|
|
1309
|
+
grantee?: Maybe<Array<Maybe<DlGrantee>>>;
|
|
1310
|
+
right?: Maybe<Scalars['String']['output']>;
|
|
1311
|
+
};
|
|
1312
|
+
|
|
1313
|
+
export type DlRights = {
|
|
1314
|
+
__typename?: 'DLRights';
|
|
1315
|
+
right?: Maybe<Array<Maybe<DlRight>>>;
|
|
1316
|
+
};
|
|
1317
|
+
|
|
1216
1318
|
export type Dls = {
|
|
1217
1319
|
__typename?: 'DLS';
|
|
1218
1320
|
_attrs?: Maybe<DlsAttrs>;
|
|
@@ -1237,6 +1339,16 @@ export type DlsDetails = {
|
|
|
1237
1339
|
dls?: Maybe<Array<Maybe<Dls>>>;
|
|
1238
1340
|
};
|
|
1239
1341
|
|
|
1342
|
+
export type DlSelectorInput = {
|
|
1343
|
+
_content?: InputMaybe<Scalars['String']['input']>;
|
|
1344
|
+
by?: InputMaybe<Scalars['String']['input']>;
|
|
1345
|
+
};
|
|
1346
|
+
|
|
1347
|
+
export type DlSubscribe = {
|
|
1348
|
+
__typename?: 'DLSubscribe';
|
|
1349
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
1350
|
+
};
|
|
1351
|
+
|
|
1240
1352
|
export type DataSource = {
|
|
1241
1353
|
__typename?: 'DataSource';
|
|
1242
1354
|
connectionType?: Maybe<Scalars['String']['output']>;
|
|
@@ -1326,6 +1438,11 @@ export type DismissInput = {
|
|
|
1326
1438
|
id: Scalars['ID']['input'];
|
|
1327
1439
|
};
|
|
1328
1440
|
|
|
1441
|
+
export type DistributionListActionInput = {
|
|
1442
|
+
action?: InputMaybe<DlActionInput>;
|
|
1443
|
+
dl?: InputMaybe<DlSelectorInput>;
|
|
1444
|
+
};
|
|
1445
|
+
|
|
1329
1446
|
export type DlAttrs = {
|
|
1330
1447
|
__typename?: 'DlAttrs';
|
|
1331
1448
|
commonName?: Maybe<Scalars['String']['output']>;
|
|
@@ -1414,7 +1531,9 @@ export type EmailAddressInput = {
|
|
|
1414
1531
|
export type EnableTwoFactorAuthInput = {
|
|
1415
1532
|
authToken?: InputMaybe<Scalars['String']['input']>;
|
|
1416
1533
|
csrfTokenSecured: Scalars['Boolean']['input'];
|
|
1534
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
|
1417
1535
|
ignoreSameSite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1536
|
+
method: Scalars['String']['input'];
|
|
1418
1537
|
name: Scalars['String']['input'];
|
|
1419
1538
|
password?: InputMaybe<Scalars['String']['input']>;
|
|
1420
1539
|
twoFactorCode?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1933,6 +2052,11 @@ export type HeaderConditionInput = {
|
|
|
1933
2052
|
valueComparison?: InputMaybe<Scalars['String']['input']>;
|
|
1934
2053
|
};
|
|
1935
2054
|
|
|
2055
|
+
export type HeaderInput = {
|
|
2056
|
+
_content?: InputMaybe<Scalars['String']['input']>;
|
|
2057
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
2058
|
+
};
|
|
2059
|
+
|
|
1936
2060
|
export type Hit = {
|
|
1937
2061
|
__typename?: 'Hit';
|
|
1938
2062
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -2235,6 +2359,7 @@ export type MailItem = {
|
|
|
2235
2359
|
size?: Maybe<Scalars['Float']['output']>;
|
|
2236
2360
|
sortField?: Maybe<Scalars['String']['output']>;
|
|
2237
2361
|
subject?: Maybe<Scalars['String']['output']>;
|
|
2362
|
+
subscribe?: Maybe<Array<Maybe<DlSubscribe>>>;
|
|
2238
2363
|
tagNames?: Maybe<Scalars['String']['output']>;
|
|
2239
2364
|
tags?: Maybe<Scalars['String']['output']>;
|
|
2240
2365
|
};
|
|
@@ -2322,6 +2447,7 @@ export type MessageAttributes = {
|
|
|
2322
2447
|
|
|
2323
2448
|
export type MessageInfo = MailItem & {
|
|
2324
2449
|
__typename?: 'MessageInfo';
|
|
2450
|
+
_attrs?: Maybe<Array<Maybe<CustomHeader>>>;
|
|
2325
2451
|
attachments?: Maybe<Array<Maybe<MimePart>>>;
|
|
2326
2452
|
attributes?: Maybe<MessageAttributes>;
|
|
2327
2453
|
autoSendTime?: Maybe<Scalars['Float']['output']>;
|
|
@@ -2358,6 +2484,7 @@ export type MessageInfo = MailItem & {
|
|
|
2358
2484
|
size?: Maybe<Scalars['Float']['output']>;
|
|
2359
2485
|
sortField?: Maybe<Scalars['String']['output']>;
|
|
2360
2486
|
subject?: Maybe<Scalars['String']['output']>;
|
|
2487
|
+
subscribe?: Maybe<Array<Maybe<DlSubscribe>>>;
|
|
2361
2488
|
tagNames?: Maybe<Scalars['String']['output']>;
|
|
2362
2489
|
tags?: Maybe<Scalars['String']['output']>;
|
|
2363
2490
|
text?: Maybe<Scalars['String']['output']>;
|
|
@@ -2463,6 +2590,7 @@ export type ModifyZimletPrefsResponse = {
|
|
|
2463
2590
|
|
|
2464
2591
|
export type MsgWithGroupInfo = MailItem & {
|
|
2465
2592
|
__typename?: 'MsgWithGroupInfo';
|
|
2593
|
+
_attrs?: Maybe<Array<Maybe<CustomHeader>>>;
|
|
2466
2594
|
autoSendTime?: Maybe<Scalars['Float']['output']>;
|
|
2467
2595
|
changeDate?: Maybe<Scalars['Float']['output']>;
|
|
2468
2596
|
cif?: Maybe<Scalars['String']['output']>;
|
|
@@ -2486,6 +2614,7 @@ export type MsgWithGroupInfo = MailItem & {
|
|
|
2486
2614
|
size?: Maybe<Scalars['Float']['output']>;
|
|
2487
2615
|
sortField?: Maybe<Scalars['String']['output']>;
|
|
2488
2616
|
subject?: Maybe<Scalars['String']['output']>;
|
|
2617
|
+
subscribe?: Maybe<Array<Maybe<DlSubscribe>>>;
|
|
2489
2618
|
tagNames?: Maybe<Scalars['String']['output']>;
|
|
2490
2619
|
tags?: Maybe<Scalars['String']['output']>;
|
|
2491
2620
|
};
|
|
@@ -2529,6 +2658,7 @@ export type Mutation = {
|
|
|
2529
2658
|
deleteSignature?: Maybe<Scalars['Boolean']['output']>;
|
|
2530
2659
|
disableTwoFactorAuth?: Maybe<Scalars['Boolean']['output']>;
|
|
2531
2660
|
dismissCalendarItem?: Maybe<Scalars['Boolean']['output']>;
|
|
2661
|
+
distributionListAction?: Maybe<Scalars['Boolean']['output']>;
|
|
2532
2662
|
documentAction?: Maybe<DocumentActionData>;
|
|
2533
2663
|
enableTwoFactorAuth?: Maybe<EnableTwoFactorAuthResponse>;
|
|
2534
2664
|
folderAction?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -2578,10 +2708,12 @@ export type Mutation = {
|
|
|
2578
2708
|
sendInviteReply?: Maybe<InviteReplyResponse>;
|
|
2579
2709
|
sendMessage?: Maybe<SendMessageResponse>;
|
|
2580
2710
|
sendShareNotification?: Maybe<Scalars['Boolean']['output']>;
|
|
2711
|
+
sendTwoFactorAuthCode?: Maybe<SendTwoFactorAuthCodeResponse>;
|
|
2581
2712
|
setCustomMetadata?: Maybe<Scalars['Boolean']['output']>;
|
|
2582
2713
|
setMailboxMetadata?: Maybe<Scalars['Boolean']['output']>;
|
|
2583
2714
|
setRecoveryAccount?: Maybe<Scalars['Boolean']['output']>;
|
|
2584
2715
|
snoozeCalendarItem?: Maybe<Scalars['Boolean']['output']>;
|
|
2716
|
+
subscribeDistributionList?: Maybe<Scalars['String']['output']>;
|
|
2585
2717
|
tagAction?: Maybe<Scalars['Boolean']['output']>;
|
|
2586
2718
|
testExternalAccount?: Maybe<ExternalAccountTestResponse>;
|
|
2587
2719
|
uploadMessage?: Maybe<Scalars['String']['output']>;
|
|
@@ -2804,12 +2936,22 @@ export type MutationDeleteSignatureArgs = {
|
|
|
2804
2936
|
};
|
|
2805
2937
|
|
|
2806
2938
|
|
|
2939
|
+
export type MutationDisableTwoFactorAuthArgs = {
|
|
2940
|
+
method: Scalars['String']['input'];
|
|
2941
|
+
};
|
|
2942
|
+
|
|
2943
|
+
|
|
2807
2944
|
export type MutationDismissCalendarItemArgs = {
|
|
2808
2945
|
appointment?: InputMaybe<Array<InputMaybe<DismissInput>>>;
|
|
2809
2946
|
task?: InputMaybe<DismissInput>;
|
|
2810
2947
|
};
|
|
2811
2948
|
|
|
2812
2949
|
|
|
2950
|
+
export type MutationDistributionListActionArgs = {
|
|
2951
|
+
dlActions: DistributionListActionInput;
|
|
2952
|
+
};
|
|
2953
|
+
|
|
2954
|
+
|
|
2813
2955
|
export type MutationDocumentActionArgs = {
|
|
2814
2956
|
action: FolderActionInput;
|
|
2815
2957
|
};
|
|
@@ -3072,6 +3214,11 @@ export type MutationSendShareNotificationArgs = {
|
|
|
3072
3214
|
};
|
|
3073
3215
|
|
|
3074
3216
|
|
|
3217
|
+
export type MutationSendTwoFactorAuthCodeArgs = {
|
|
3218
|
+
options: SendTwoFactorAuthCodeInput;
|
|
3219
|
+
};
|
|
3220
|
+
|
|
3221
|
+
|
|
3075
3222
|
export type MutationSetCustomMetadataArgs = {
|
|
3076
3223
|
customMetaData: CustomMetadataInput;
|
|
3077
3224
|
};
|
|
@@ -3097,6 +3244,13 @@ export type MutationSnoozeCalendarItemArgs = {
|
|
|
3097
3244
|
};
|
|
3098
3245
|
|
|
3099
3246
|
|
|
3247
|
+
export type MutationSubscribeDistributionListArgs = {
|
|
3248
|
+
by?: InputMaybe<Scalars['String']['input']>;
|
|
3249
|
+
dl: Scalars['String']['input'];
|
|
3250
|
+
op: Scalars['String']['input'];
|
|
3251
|
+
};
|
|
3252
|
+
|
|
3253
|
+
|
|
3100
3254
|
export type MutationTagActionArgs = {
|
|
3101
3255
|
action?: InputMaybe<FolderActionInput>;
|
|
3102
3256
|
};
|
|
@@ -3292,6 +3446,7 @@ export type Preferences = {
|
|
|
3292
3446
|
zimbraPrefDisplayExternalImages?: Maybe<Scalars['Boolean']['output']>;
|
|
3293
3447
|
zimbraPrefDisplayTimeInMailList?: Maybe<Scalars['Boolean']['output']>;
|
|
3294
3448
|
zimbraPrefExternalSendersType?: Maybe<ExternalSendersType>;
|
|
3449
|
+
zimbraPrefForwardReplyInOriginalFormat?: Maybe<Scalars['Boolean']['output']>;
|
|
3295
3450
|
zimbraPrefGroupMailBy?: Maybe<Scalars['String']['output']>;
|
|
3296
3451
|
zimbraPrefHtmlEditorDefaultFontColor?: Maybe<Scalars['String']['output']>;
|
|
3297
3452
|
zimbraPrefHtmlEditorDefaultFontFamily?: Maybe<Scalars['String']['output']>;
|
|
@@ -3318,6 +3473,7 @@ export type Preferences = {
|
|
|
3318
3473
|
zimbraPrefPasswordRecoveryAddress?: Maybe<Scalars['String']['output']>;
|
|
3319
3474
|
zimbraPrefPasswordRecoveryAddressStatus?: Maybe<PasswordRecoveryAddressStatus>;
|
|
3320
3475
|
zimbraPrefPowerPasteEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
3476
|
+
zimbraPrefPrimaryTwoFactorAuthMethod?: Maybe<Scalars['String']['output']>;
|
|
3321
3477
|
zimbraPrefReadingPaneEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
3322
3478
|
zimbraPrefReadingPaneLocation?: Maybe<ReadingPaneLocation>;
|
|
3323
3479
|
zimbraPrefSaveToSent?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -3354,6 +3510,7 @@ export type PreferencesInput = {
|
|
|
3354
3510
|
zimbraPrefDisplayExternalImages?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3355
3511
|
zimbraPrefDisplayTimeInMailList?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3356
3512
|
zimbraPrefExternalSendersType?: InputMaybe<ExternalSendersType>;
|
|
3513
|
+
zimbraPrefForwardReplyInOriginalFormat?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3357
3514
|
zimbraPrefGroupMailBy?: InputMaybe<Scalars['String']['input']>;
|
|
3358
3515
|
zimbraPrefHtmlEditorDefaultFontColor?: InputMaybe<Scalars['String']['input']>;
|
|
3359
3516
|
zimbraPrefHtmlEditorDefaultFontFamily?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3378,6 +3535,7 @@ export type PreferencesInput = {
|
|
|
3378
3535
|
zimbraPrefOutOfOfficeSuppressExternalReply?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3379
3536
|
zimbraPrefOutOfOfficeUntilDate?: InputMaybe<Scalars['String']['input']>;
|
|
3380
3537
|
zimbraPrefPowerPasteEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3538
|
+
zimbraPrefPrimaryTwoFactorAuthMethod?: InputMaybe<Scalars['String']['input']>;
|
|
3381
3539
|
zimbraPrefReadingPaneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3382
3540
|
zimbraPrefReadingPaneLocation?: InputMaybe<ReadingPaneLocation>;
|
|
3383
3541
|
zimbraPrefSaveToSent?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -3443,7 +3601,8 @@ export type Query = {
|
|
|
3443
3601
|
getCustomMetadata?: Maybe<CustomMetadata>;
|
|
3444
3602
|
getDataSources: DataSources;
|
|
3445
3603
|
getDeviceStatus?: Maybe<Array<Maybe<Device>>>;
|
|
3446
|
-
|
|
3604
|
+
getDistributionList?: Maybe<Dl>;
|
|
3605
|
+
getDistributionListMembers?: Maybe<DlMembersDetails>;
|
|
3447
3606
|
getDocumentShareURL?: Maybe<GetDocumentShareUrlResponse>;
|
|
3448
3607
|
getFilterRules?: Maybe<Array<Maybe<Filter>>>;
|
|
3449
3608
|
getFolder?: Maybe<Folder>;
|
|
@@ -3585,6 +3744,14 @@ export type QueryGetCustomMetadataArgs = {
|
|
|
3585
3744
|
};
|
|
3586
3745
|
|
|
3587
3746
|
|
|
3747
|
+
export type QueryGetDistributionListArgs = {
|
|
3748
|
+
by?: InputMaybe<Scalars['String']['input']>;
|
|
3749
|
+
dl?: InputMaybe<Scalars['String']['input']>;
|
|
3750
|
+
needOwners?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3751
|
+
needRights?: InputMaybe<Scalars['String']['input']>;
|
|
3752
|
+
};
|
|
3753
|
+
|
|
3754
|
+
|
|
3588
3755
|
export type QueryGetDistributionListMembersArgs = {
|
|
3589
3756
|
dl?: InputMaybe<Scalars['String']['input']>;
|
|
3590
3757
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -3715,6 +3882,7 @@ export type QuerySearchArgs = {
|
|
|
3715
3882
|
cursor?: InputMaybe<Cursor>;
|
|
3716
3883
|
fetch?: InputMaybe<Scalars['String']['input']>;
|
|
3717
3884
|
fullConversation?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3885
|
+
header?: InputMaybe<Array<InputMaybe<MailItemHeaderInput>>>;
|
|
3718
3886
|
inDumpster?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3719
3887
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3720
3888
|
memberOf?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -4054,6 +4222,7 @@ export type SendMessageInput = {
|
|
|
4054
4222
|
entityId?: InputMaybe<Scalars['String']['input']>;
|
|
4055
4223
|
flags?: InputMaybe<Scalars['String']['input']>;
|
|
4056
4224
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
|
4225
|
+
header?: InputMaybe<Array<InputMaybe<HeaderInput>>>;
|
|
4057
4226
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
4058
4227
|
inReplyTo?: InputMaybe<Scalars['String']['input']>;
|
|
4059
4228
|
inlineAttachments?: InputMaybe<Array<InputMaybe<MimePartInput>>>;
|
|
@@ -4068,6 +4237,16 @@ export type SendMessageResponse = {
|
|
|
4068
4237
|
message?: Maybe<Array<Maybe<MsgWithGroupInfo>>>;
|
|
4069
4238
|
};
|
|
4070
4239
|
|
|
4240
|
+
export type SendTwoFactorAuthCodeInput = {
|
|
4241
|
+
action: Scalars['String']['input'];
|
|
4242
|
+
authToken: Scalars['String']['input'];
|
|
4243
|
+
};
|
|
4244
|
+
|
|
4245
|
+
export type SendTwoFactorAuthCodeResponse = {
|
|
4246
|
+
__typename?: 'SendTwoFactorAuthCodeResponse';
|
|
4247
|
+
status?: Maybe<Array<Maybe<StringContent>>>;
|
|
4248
|
+
};
|
|
4249
|
+
|
|
4071
4250
|
export type Session = {
|
|
4072
4251
|
__typename?: 'Session';
|
|
4073
4252
|
_content?: Maybe<Scalars['String']['output']>;
|
|
@@ -4087,6 +4266,7 @@ export enum SetRecoveryAccountOp {
|
|
|
4087
4266
|
|
|
4088
4267
|
export type ShareInfo = {
|
|
4089
4268
|
__typename?: 'ShareInfo';
|
|
4269
|
+
activeSyncDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
4090
4270
|
folderId: Scalars['ID']['output'];
|
|
4091
4271
|
folderPath?: Maybe<Scalars['String']['output']>;
|
|
4092
4272
|
folderUuid?: Maybe<Scalars['String']['output']>;
|
|
@@ -4291,6 +4471,16 @@ export type StringContent = {
|
|
|
4291
4471
|
_content?: Maybe<Scalars['String']['output']>;
|
|
4292
4472
|
};
|
|
4293
4473
|
|
|
4474
|
+
export type SubRequestInput = {
|
|
4475
|
+
_content?: InputMaybe<Scalars['String']['input']>;
|
|
4476
|
+
op?: InputMaybe<Scalars['String']['input']>;
|
|
4477
|
+
};
|
|
4478
|
+
|
|
4479
|
+
export type SubscribeDistributionList = {
|
|
4480
|
+
__typename?: 'SubscribeDistributionList';
|
|
4481
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
4482
|
+
};
|
|
4483
|
+
|
|
4294
4484
|
export type Tag = {
|
|
4295
4485
|
__typename?: 'Tag';
|
|
4296
4486
|
color?: Maybe<Scalars['Int']['output']>;
|