@secrecy/lib 1.0.0-dev.21 → 1.0.0-dev.22
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/README.md +0 -1
- package/lib/BaseClient.d.ts +10 -10
- package/lib/BaseClient.js +448 -57
- package/lib/client/admin/index.d.ts +1 -1
- package/lib/client/admin/index.js +42 -7
- package/lib/client/index.d.ts +34 -34
- package/lib/client/index.js +1924 -247
- package/lib/zeus/const.js +422 -50
- package/lib/zeus/index.d.ts +1419 -291
- package/lib/zeus/index.js +1 -1
- package/package.json +1 -1
package/lib/zeus/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare type ZEUS_INTERFACES = GraphQLTypes["ErrorBase"] | GraphQLTypes["FileContentBase"];
|
|
2
|
-
declare type ZEUS_UNIONS = GraphQLTypes["AppNotificationsResult"] | GraphQLTypes["BlogResult"] | GraphQLTypes["DbConfigResult"] | GraphQLTypes["DbGetResult"] | GraphQLTypes["DbSearchResult"] | GraphQLTypes["DeletedFoldersResult"] | GraphQLTypes["DeletedMailsResult"] | GraphQLTypes["DeletedVFilesResult"] | GraphQLTypes["FaqResult"] | GraphQLTypes["FileResult"] | GraphQLTypes["FileContentResult"] | GraphQLTypes["FolderResult"] | GraphQLTypes["FolderSizeResult"] | GraphQLTypes["FoldersSharedWithMeResult"] | GraphQLTypes["LimitsResult"] | GraphQLTypes["MailResult"] | GraphQLTypes["PaymentInfosResult"] | GraphQLTypes["PlansResult"] | GraphQLTypes["SharedFoldersResult"] | GraphQLTypes["SharedVFilesResult"] | GraphQLTypes["UnreadReceivedMailsCountResult"] | GraphQLTypes["UserResult"] | GraphQLTypes["VFileResult"] | GraphQLTypes["VFilesSharedWithMeResult"] | GraphQLTypes["UserListResult"] | GraphQLTypes["Error"] | GraphQLTypes["FileContent"];
|
|
2
|
+
declare type ZEUS_UNIONS = GraphQLTypes["AppNotificationsResult"] | GraphQLTypes["BlogResult"] | GraphQLTypes["DbConfigResult"] | GraphQLTypes["DbGetResult"] | GraphQLTypes["DbSearchResult"] | GraphQLTypes["DeletedFoldersResult"] | GraphQLTypes["DeletedMailsResult"] | GraphQLTypes["DeletedVFilesResult"] | GraphQLTypes["FaqResult"] | GraphQLTypes["FileResult"] | GraphQLTypes["FileContentResult"] | GraphQLTypes["FolderResult"] | GraphQLTypes["FolderSizeResult"] | GraphQLTypes["FoldersSharedWithMeResult"] | GraphQLTypes["LimitsResult"] | GraphQLTypes["MailResult"] | GraphQLTypes["PaymentInfosResult"] | GraphQLTypes["PlansResult"] | GraphQLTypes["SharedFoldersResult"] | GraphQLTypes["SharedVFilesResult"] | GraphQLTypes["UnreadReceivedMailsCountResult"] | GraphQLTypes["UserResult"] | GraphQLTypes["VFileResult"] | GraphQLTypes["VFilesSharedWithMeResult"] | GraphQLTypes["UserListResult"] | GraphQLTypes["AddFileToHistoryResult"] | GraphQLTypes["CancelPaymentResult"] | GraphQLTypes["CreateApplicationResult"] | GraphQLTypes["CreateDraftMailResult"] | GraphQLTypes["CreateFolderResult"] | GraphQLTypes["DbConfigMutationResult"] | GraphQLTypes["DbSetResult"] | GraphQLTypes["DeleteDraftMailResult"] | GraphQLTypes["DeleteFileResult"] | GraphQLTypes["DeleteFolderResult"] | GraphQLTypes["DeleteFolderCloudTrashResult"] | GraphQLTypes["DeleteFolderSharingResult"] | GraphQLTypes["DeleteMailResult"] | GraphQLTypes["DeleteMailTrashResult"] | GraphQLTypes["DeleteUserResult"] | GraphQLTypes["DeleteVFileResult"] | GraphQLTypes["DeleteVFileCloudTrashResult"] | GraphQLTypes["DeleteVFileSharingResult"] | GraphQLTypes["DuplicateVFileResult"] | GraphQLTypes["EmptyCloudTrashResult"] | GraphQLTypes["EmptyMailTrashResult"] | GraphQLTypes["LogoutResult"] | GraphQLTypes["MoveFilesResult"] | GraphQLTypes["MoveFoldersResult"] | GraphQLTypes["PayResult"] | GraphQLTypes["ReadMailResult"] | GraphQLTypes["RecoverFolderResult"] | GraphQLTypes["RecoverMailResult"] | GraphQLTypes["RecoverVFileResult"] | GraphQLTypes["SaveInCloudResult"] | GraphQLTypes["SendDraftMailResult"] | GraphQLTypes["SendOneMailResult"] | GraphQLTypes["SendReportResult"] | GraphQLTypes["ShareFileInHistoryResult"] | GraphQLTypes["ShareFolderResult"] | GraphQLTypes["ShareFolderFinishResult"] | GraphQLTypes["ShareVFileResult"] | GraphQLTypes["UnreadMailResult"] | GraphQLTypes["UpdateAppNotificationsResult"] | GraphQLTypes["UpdateAppSettingsResult"] | GraphQLTypes["UpdateDraftMailResult"] | GraphQLTypes["UpdateFileResult"] | GraphQLTypes["UpdateFolderResult"] | GraphQLTypes["UpdateProfileResult"] | GraphQLTypes["UploadFileResult"] | GraphQLTypes["UploadFileEndResult"] | GraphQLTypes["UploadFilePartEndResult"] | GraphQLTypes["ChangeUserPlanResult"] | GraphQLTypes["Error"] | GraphQLTypes["FileContent"];
|
|
3
3
|
export declare type ValueTypes = {
|
|
4
4
|
["BigInt"]: unknown;
|
|
5
5
|
["Bytes"]: unknown;
|
|
@@ -146,6 +146,282 @@ export declare type ValueTypes = {
|
|
|
146
146
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
147
147
|
__typename?: boolean;
|
|
148
148
|
}>;
|
|
149
|
+
["AddFileToHistoryResult"]: AliasType<{
|
|
150
|
+
["...on AddFileToHistoryResponse"]: ValueTypes["AddFileToHistoryResponse"];
|
|
151
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
152
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
153
|
+
__typename?: boolean;
|
|
154
|
+
}>;
|
|
155
|
+
["CancelPaymentResult"]: AliasType<{
|
|
156
|
+
["...on CancelPaymentResponse"]: ValueTypes["CancelPaymentResponse"];
|
|
157
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
158
|
+
__typename?: boolean;
|
|
159
|
+
}>;
|
|
160
|
+
["CreateApplicationResult"]: AliasType<{
|
|
161
|
+
["...on CreateApplicationResponse"]: ValueTypes["CreateApplicationResponse"];
|
|
162
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
163
|
+
__typename?: boolean;
|
|
164
|
+
}>;
|
|
165
|
+
["CreateDraftMailResult"]: AliasType<{
|
|
166
|
+
["...on CreateDraftMailResponse"]: ValueTypes["CreateDraftMailResponse"];
|
|
167
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
168
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
169
|
+
__typename?: boolean;
|
|
170
|
+
}>;
|
|
171
|
+
["CreateFolderResult"]: AliasType<{
|
|
172
|
+
["...on CreateFolderResponse"]: ValueTypes["CreateFolderResponse"];
|
|
173
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
174
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
175
|
+
__typename?: boolean;
|
|
176
|
+
}>;
|
|
177
|
+
["DbConfigMutationResult"]: AliasType<{
|
|
178
|
+
["...on DbConfigMutationResponse"]: ValueTypes["DbConfigMutationResponse"];
|
|
179
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
180
|
+
__typename?: boolean;
|
|
181
|
+
}>;
|
|
182
|
+
["DbSetResult"]: AliasType<{
|
|
183
|
+
["...on DbSetResponse"]: ValueTypes["DbSetResponse"];
|
|
184
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
185
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
186
|
+
__typename?: boolean;
|
|
187
|
+
}>;
|
|
188
|
+
["DeleteDraftMailResult"]: AliasType<{
|
|
189
|
+
["...on DeleteDraftMailResponse"]: ValueTypes["DeleteDraftMailResponse"];
|
|
190
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
191
|
+
__typename?: boolean;
|
|
192
|
+
}>;
|
|
193
|
+
["DeleteFileResult"]: AliasType<{
|
|
194
|
+
["...on DeleteFileResponse"]: ValueTypes["DeleteFileResponse"];
|
|
195
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
196
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
197
|
+
__typename?: boolean;
|
|
198
|
+
}>;
|
|
199
|
+
["DeleteFolderResult"]: AliasType<{
|
|
200
|
+
["...on DeleteFolderResponse"]: ValueTypes["DeleteFolderResponse"];
|
|
201
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
202
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
203
|
+
__typename?: boolean;
|
|
204
|
+
}>;
|
|
205
|
+
["DeleteFolderCloudTrashResult"]: AliasType<{
|
|
206
|
+
["...on DeleteFolderCloudTrashResponse"]: ValueTypes["DeleteFolderCloudTrashResponse"];
|
|
207
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
208
|
+
__typename?: boolean;
|
|
209
|
+
}>;
|
|
210
|
+
["DeleteFolderSharingResult"]: AliasType<{
|
|
211
|
+
["...on DeleteFolderSharingResponse"]: ValueTypes["DeleteFolderSharingResponse"];
|
|
212
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
213
|
+
__typename?: boolean;
|
|
214
|
+
}>;
|
|
215
|
+
["DeleteMailResult"]: AliasType<{
|
|
216
|
+
["...on DeleteMailResponse"]: ValueTypes["DeleteMailResponse"];
|
|
217
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
218
|
+
__typename?: boolean;
|
|
219
|
+
}>;
|
|
220
|
+
["DeleteMailTrashResult"]: AliasType<{
|
|
221
|
+
["...on DeleteMailTrashResponse"]: ValueTypes["DeleteMailTrashResponse"];
|
|
222
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
223
|
+
__typename?: boolean;
|
|
224
|
+
}>;
|
|
225
|
+
["DeleteUserResult"]: AliasType<{
|
|
226
|
+
["...on DeleteUserResponse"]: ValueTypes["DeleteUserResponse"];
|
|
227
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
228
|
+
__typename?: boolean;
|
|
229
|
+
}>;
|
|
230
|
+
["DeleteVFileResult"]: AliasType<{
|
|
231
|
+
["...on DeleteVFileResponse"]: ValueTypes["DeleteVFileResponse"];
|
|
232
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
233
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
234
|
+
__typename?: boolean;
|
|
235
|
+
}>;
|
|
236
|
+
["DeleteVFileCloudTrashResult"]: AliasType<{
|
|
237
|
+
["...on DeleteVFileCloudTrashResponse"]: ValueTypes["DeleteVFileCloudTrashResponse"];
|
|
238
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
239
|
+
__typename?: boolean;
|
|
240
|
+
}>;
|
|
241
|
+
["DeleteVFileSharingResult"]: AliasType<{
|
|
242
|
+
["...on DeleteVFileSharingResponse"]: ValueTypes["DeleteVFileSharingResponse"];
|
|
243
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
244
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
245
|
+
__typename?: boolean;
|
|
246
|
+
}>;
|
|
247
|
+
["DuplicateVFileResult"]: AliasType<{
|
|
248
|
+
["...on DuplicateVFileResponse"]: ValueTypes["DuplicateVFileResponse"];
|
|
249
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
250
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
251
|
+
__typename?: boolean;
|
|
252
|
+
}>;
|
|
253
|
+
["EmptyCloudTrashResult"]: AliasType<{
|
|
254
|
+
["...on DeleteMailResponse"]: ValueTypes["DeleteMailResponse"];
|
|
255
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
256
|
+
__typename?: boolean;
|
|
257
|
+
}>;
|
|
258
|
+
["EmptyMailTrashResult"]: AliasType<{
|
|
259
|
+
["...on EmptyMailTrashResponse"]: ValueTypes["EmptyMailTrashResponse"];
|
|
260
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
261
|
+
__typename?: boolean;
|
|
262
|
+
}>;
|
|
263
|
+
["LogoutResult"]: AliasType<{
|
|
264
|
+
["...on LogoutResponse"]: ValueTypes["LogoutResponse"];
|
|
265
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
266
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
267
|
+
__typename?: boolean;
|
|
268
|
+
}>;
|
|
269
|
+
["MoveFilesResult"]: AliasType<{
|
|
270
|
+
["...on MoveFilesResponse"]: ValueTypes["MoveFilesResponse"];
|
|
271
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
272
|
+
__typename?: boolean;
|
|
273
|
+
}>;
|
|
274
|
+
["MoveFoldersResult"]: AliasType<{
|
|
275
|
+
["...on MoveFoldersResponse"]: ValueTypes["MoveFoldersResponse"];
|
|
276
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
277
|
+
__typename?: boolean;
|
|
278
|
+
}>;
|
|
279
|
+
["PayResult"]: AliasType<{
|
|
280
|
+
["...on PayResponse"]: ValueTypes["PayResponse"];
|
|
281
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
282
|
+
__typename?: boolean;
|
|
283
|
+
}>;
|
|
284
|
+
["ReadMailResult"]: AliasType<{
|
|
285
|
+
["...on ReadMailResponse"]: ValueTypes["ReadMailResponse"];
|
|
286
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
287
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
288
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
289
|
+
__typename?: boolean;
|
|
290
|
+
}>;
|
|
291
|
+
["RecoverFolderResult"]: AliasType<{
|
|
292
|
+
["...on RecoverFolderResponse"]: ValueTypes["RecoverFolderResponse"];
|
|
293
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
294
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
295
|
+
__typename?: boolean;
|
|
296
|
+
}>;
|
|
297
|
+
["RecoverMailResult"]: AliasType<{
|
|
298
|
+
["...on RecoverMailResponse"]: ValueTypes["RecoverMailResponse"];
|
|
299
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
300
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
301
|
+
__typename?: boolean;
|
|
302
|
+
}>;
|
|
303
|
+
["RecoverVFileResult"]: AliasType<{
|
|
304
|
+
["...on RecoverVFileResponse"]: ValueTypes["RecoverVFileResponse"];
|
|
305
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
306
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
307
|
+
__typename?: boolean;
|
|
308
|
+
}>;
|
|
309
|
+
["SaveInCloudResult"]: AliasType<{
|
|
310
|
+
["...on SaveInCloudResponse"]: ValueTypes["SaveInCloudResponse"];
|
|
311
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
312
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
313
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
314
|
+
__typename?: boolean;
|
|
315
|
+
}>;
|
|
316
|
+
["SendDraftMailResult"]: AliasType<{
|
|
317
|
+
["...on SendDraftMailResponse"]: ValueTypes["SendDraftMailResponse"];
|
|
318
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
319
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
320
|
+
__typename?: boolean;
|
|
321
|
+
}>;
|
|
322
|
+
["SendOneMailResult"]: AliasType<{
|
|
323
|
+
["...on RecoverFolderResponse"]: ValueTypes["RecoverFolderResponse"];
|
|
324
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
325
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
326
|
+
__typename?: boolean;
|
|
327
|
+
}>;
|
|
328
|
+
["SendReportResult"]: AliasType<{
|
|
329
|
+
["...on SendReportResponse"]: ValueTypes["SendReportResponse"];
|
|
330
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
331
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
332
|
+
__typename?: boolean;
|
|
333
|
+
}>;
|
|
334
|
+
["ShareFileInHistoryResult"]: AliasType<{
|
|
335
|
+
["...on ShareFileInHistoryResponse"]: ValueTypes["ShareFileInHistoryResponse"];
|
|
336
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
337
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
338
|
+
__typename?: boolean;
|
|
339
|
+
}>;
|
|
340
|
+
["ShareFolderResult"]: AliasType<{
|
|
341
|
+
["...on ShareFolderResponse"]: ValueTypes["ShareFolderResponse"];
|
|
342
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
343
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
344
|
+
__typename?: boolean;
|
|
345
|
+
}>;
|
|
346
|
+
["ShareFolderFinishResult"]: AliasType<{
|
|
347
|
+
["...on ShareFolderFinishResponse"]: ValueTypes["ShareFolderFinishResponse"];
|
|
348
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
349
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
350
|
+
__typename?: boolean;
|
|
351
|
+
}>;
|
|
352
|
+
["ShareVFileResult"]: AliasType<{
|
|
353
|
+
["...on ShareVFileResponse"]: ValueTypes["ShareVFileResponse"];
|
|
354
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
355
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
356
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
357
|
+
__typename?: boolean;
|
|
358
|
+
}>;
|
|
359
|
+
["UnreadMailResult"]: AliasType<{
|
|
360
|
+
["...on UnreadMailResponse"]: ValueTypes["UnreadMailResponse"];
|
|
361
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
362
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
363
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
364
|
+
__typename?: boolean;
|
|
365
|
+
}>;
|
|
366
|
+
["UpdateAppNotificationsResult"]: AliasType<{
|
|
367
|
+
["...on UpdateAppNotificationsResponse"]: ValueTypes["UpdateAppNotificationsResponse"];
|
|
368
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
369
|
+
__typename?: boolean;
|
|
370
|
+
}>;
|
|
371
|
+
["UpdateAppSettingsResult"]: AliasType<{
|
|
372
|
+
["...on UpdateAppSettingsResponse"]: ValueTypes["UpdateAppSettingsResponse"];
|
|
373
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
374
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
375
|
+
__typename?: boolean;
|
|
376
|
+
}>;
|
|
377
|
+
["UpdateDraftMailResult"]: AliasType<{
|
|
378
|
+
["...on UpdateDraftMailResponse"]: ValueTypes["UpdateDraftMailResponse"];
|
|
379
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
380
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
381
|
+
__typename?: boolean;
|
|
382
|
+
}>;
|
|
383
|
+
["UpdateFileResult"]: AliasType<{
|
|
384
|
+
["...on UpdateFileResponse"]: ValueTypes["UpdateFileResponse"];
|
|
385
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
386
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
387
|
+
["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
|
|
388
|
+
__typename?: boolean;
|
|
389
|
+
}>;
|
|
390
|
+
["UpdateFolderResult"]: AliasType<{
|
|
391
|
+
["...on UpdateFolderResponse"]: ValueTypes["UpdateFolderResponse"];
|
|
392
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
393
|
+
["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
|
|
394
|
+
__typename?: boolean;
|
|
395
|
+
}>;
|
|
396
|
+
["UpdateProfileResult"]: AliasType<{
|
|
397
|
+
["...on UpdateProfileResponse"]: ValueTypes["UpdateProfileResponse"];
|
|
398
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
399
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
400
|
+
__typename?: boolean;
|
|
401
|
+
}>;
|
|
402
|
+
["UploadFileResult"]: AliasType<{
|
|
403
|
+
["...on UploadFileResponse"]: ValueTypes["UploadFileResponse"];
|
|
404
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
405
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
406
|
+
["...on ErrorLimit"]: ValueTypes["ErrorLimit"];
|
|
407
|
+
__typename?: boolean;
|
|
408
|
+
}>;
|
|
409
|
+
["UploadFileEndResult"]: AliasType<{
|
|
410
|
+
["...on UploadFileEndResponse"]: ValueTypes["UploadFileEndResponse"];
|
|
411
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
412
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
413
|
+
__typename?: boolean;
|
|
414
|
+
}>;
|
|
415
|
+
["UploadFilePartEndResult"]: AliasType<{
|
|
416
|
+
["...on UploadFilePartEndResponse"]: ValueTypes["UploadFilePartEndResponse"];
|
|
417
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
418
|
+
__typename?: boolean;
|
|
419
|
+
}>;
|
|
420
|
+
["ChangeUserPlanResult"]: AliasType<{
|
|
421
|
+
["...on ChangeUserPlanResponse"]: ValueTypes["ChangeUserPlanResponse"];
|
|
422
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
423
|
+
__typename?: boolean;
|
|
424
|
+
}>;
|
|
149
425
|
["AppKeyPair"]: AliasType<{
|
|
150
426
|
pub?: boolean;
|
|
151
427
|
__typename?: boolean;
|
|
@@ -594,120 +870,312 @@ export declare type ValueTypes = {
|
|
|
594
870
|
customMessage?: boolean;
|
|
595
871
|
__typename?: boolean;
|
|
596
872
|
}>;
|
|
597
|
-
["
|
|
598
|
-
|
|
873
|
+
["AddFileToHistoryResponse"]: AliasType<{
|
|
874
|
+
addFileToHistory?: ValueTypes["VFile"];
|
|
599
875
|
__typename?: boolean;
|
|
600
876
|
}>;
|
|
601
|
-
["
|
|
602
|
-
|
|
877
|
+
["CancelPaymentResponse"]: AliasType<{
|
|
878
|
+
cancelPayment?: boolean;
|
|
603
879
|
__typename?: boolean;
|
|
604
880
|
}>;
|
|
605
|
-
["
|
|
606
|
-
|
|
881
|
+
["ChangeUserPlanResponse"]: AliasType<{
|
|
882
|
+
changeUserPlan?: ValueTypes["User"];
|
|
607
883
|
__typename?: boolean;
|
|
608
884
|
}>;
|
|
609
|
-
["
|
|
610
|
-
|
|
885
|
+
["CreateApplicationResponse"]: AliasType<{
|
|
886
|
+
createApplication?: boolean;
|
|
611
887
|
__typename?: boolean;
|
|
612
888
|
}>;
|
|
613
|
-
["
|
|
614
|
-
|
|
889
|
+
["CreateDraftMailResponse"]: AliasType<{
|
|
890
|
+
createDraftMail?: ValueTypes["Mail"];
|
|
615
891
|
__typename?: boolean;
|
|
616
892
|
}>;
|
|
617
|
-
["
|
|
618
|
-
|
|
893
|
+
["CreateFolderResponse"]: AliasType<{
|
|
894
|
+
createFolder?: ValueTypes["Folder"];
|
|
619
895
|
__typename?: boolean;
|
|
620
896
|
}>;
|
|
621
|
-
["
|
|
622
|
-
|
|
897
|
+
["DbConfigMutationResponse"]: AliasType<{
|
|
898
|
+
dbConfigMutation?: boolean;
|
|
623
899
|
__typename?: boolean;
|
|
624
900
|
}>;
|
|
625
|
-
["
|
|
626
|
-
|
|
901
|
+
["DbSetResponse"]: AliasType<{
|
|
902
|
+
dbSet?: boolean;
|
|
627
903
|
__typename?: boolean;
|
|
628
904
|
}>;
|
|
629
|
-
["
|
|
630
|
-
|
|
905
|
+
["DeleteDraftMailResponse"]: AliasType<{
|
|
906
|
+
deleteDraftMail?: boolean;
|
|
631
907
|
__typename?: boolean;
|
|
632
908
|
}>;
|
|
633
|
-
["
|
|
634
|
-
|
|
909
|
+
["DeleteFileResponse"]: AliasType<{
|
|
910
|
+
deleteFile?: boolean;
|
|
635
911
|
__typename?: boolean;
|
|
636
912
|
}>;
|
|
637
|
-
["
|
|
638
|
-
|
|
913
|
+
["DeleteFolderResponse"]: AliasType<{
|
|
914
|
+
deleteFolder?: boolean;
|
|
639
915
|
__typename?: boolean;
|
|
640
916
|
}>;
|
|
641
|
-
["
|
|
642
|
-
|
|
917
|
+
["DeleteFolderCloudTrashResponse"]: AliasType<{
|
|
918
|
+
deleteFolderCloudTrash?: boolean;
|
|
643
919
|
__typename?: boolean;
|
|
644
920
|
}>;
|
|
645
|
-
["
|
|
646
|
-
|
|
647
|
-
sizeBefore?: boolean;
|
|
921
|
+
["DeleteFolderSharingResponse"]: AliasType<{
|
|
922
|
+
deleteFolderSharing?: boolean;
|
|
648
923
|
__typename?: boolean;
|
|
649
924
|
}>;
|
|
650
|
-
["
|
|
651
|
-
|
|
925
|
+
["DeleteMailResponse"]: AliasType<{
|
|
926
|
+
deleteMail?: boolean;
|
|
652
927
|
__typename?: boolean;
|
|
653
928
|
}>;
|
|
654
|
-
["
|
|
655
|
-
|
|
929
|
+
["DeleteMailTrashResponse"]: AliasType<{
|
|
930
|
+
deleteMailTrash?: boolean;
|
|
656
931
|
__typename?: boolean;
|
|
657
932
|
}>;
|
|
658
|
-
["
|
|
659
|
-
|
|
933
|
+
["DeleteUserResponse"]: AliasType<{
|
|
934
|
+
deleteUser?: boolean;
|
|
660
935
|
__typename?: boolean;
|
|
661
936
|
}>;
|
|
662
|
-
["
|
|
663
|
-
|
|
937
|
+
["DeleteVFileResponse"]: AliasType<{
|
|
938
|
+
deleteVFile?: boolean;
|
|
664
939
|
__typename?: boolean;
|
|
665
940
|
}>;
|
|
666
|
-
["
|
|
667
|
-
|
|
941
|
+
["DeleteVFileCloudTrashResponse"]: AliasType<{
|
|
942
|
+
deleteVFileCloudTrash?: boolean;
|
|
668
943
|
__typename?: boolean;
|
|
669
944
|
}>;
|
|
670
|
-
["
|
|
671
|
-
|
|
945
|
+
["DeleteVFileSharingResponse"]: AliasType<{
|
|
946
|
+
deleteVFileSharing?: boolean;
|
|
672
947
|
__typename?: boolean;
|
|
673
948
|
}>;
|
|
674
|
-
["
|
|
675
|
-
|
|
949
|
+
["DuplicateVFileResponse"]: AliasType<{
|
|
950
|
+
duplicateVFile?: boolean;
|
|
676
951
|
__typename?: boolean;
|
|
677
952
|
}>;
|
|
678
|
-
["
|
|
679
|
-
|
|
953
|
+
["EmptyCloudTrashResponse"]: AliasType<{
|
|
954
|
+
emptyCloudTrash?: boolean;
|
|
680
955
|
__typename?: boolean;
|
|
681
956
|
}>;
|
|
682
|
-
["
|
|
683
|
-
|
|
957
|
+
["EmptyMailTrashResponse"]: AliasType<{
|
|
958
|
+
emptyMailTrash?: boolean;
|
|
684
959
|
__typename?: boolean;
|
|
685
960
|
}>;
|
|
686
|
-
["
|
|
687
|
-
|
|
961
|
+
["LogoutResponse"]: AliasType<{
|
|
962
|
+
logout?: boolean;
|
|
688
963
|
__typename?: boolean;
|
|
689
964
|
}>;
|
|
690
|
-
["
|
|
691
|
-
|
|
692
|
-
mails?: ValueTypes["MailIntegrity"];
|
|
693
|
-
draftMails?: ValueTypes["MailIntegrityDraft"];
|
|
694
|
-
email?: boolean;
|
|
965
|
+
["MoveFilesResponse"]: AliasType<{
|
|
966
|
+
moveFiles?: boolean;
|
|
695
967
|
__typename?: boolean;
|
|
696
968
|
}>;
|
|
697
|
-
["
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
969
|
+
["MoveFoldersResponse"]: AliasType<{
|
|
970
|
+
moveFolders?: boolean;
|
|
971
|
+
__typename?: boolean;
|
|
972
|
+
}>;
|
|
973
|
+
["PayResponse"]: AliasType<{
|
|
974
|
+
pay?: boolean;
|
|
975
|
+
__typename?: boolean;
|
|
976
|
+
}>;
|
|
977
|
+
["ReadMailResponse"]: AliasType<{
|
|
978
|
+
readMail?: boolean;
|
|
979
|
+
__typename?: boolean;
|
|
980
|
+
}>;
|
|
981
|
+
["RecoverFolderResponse"]: AliasType<{
|
|
982
|
+
recoverFolder?: boolean;
|
|
983
|
+
__typename?: boolean;
|
|
984
|
+
}>;
|
|
985
|
+
["RecoverMailResponse"]: AliasType<{
|
|
986
|
+
recoverMail?: boolean;
|
|
987
|
+
__typename?: boolean;
|
|
988
|
+
}>;
|
|
989
|
+
["RecoverVFileResponse"]: AliasType<{
|
|
990
|
+
recoverVFile?: boolean;
|
|
991
|
+
__typename?: boolean;
|
|
992
|
+
}>;
|
|
993
|
+
["SaveInCloudResponse"]: AliasType<{
|
|
994
|
+
saveInCloud?: ValueTypes["VFile"];
|
|
995
|
+
__typename?: boolean;
|
|
996
|
+
}>;
|
|
997
|
+
["SendDraftMailResponse"]: AliasType<{
|
|
998
|
+
sendDraftMail?: boolean;
|
|
999
|
+
__typename?: boolean;
|
|
1000
|
+
}>;
|
|
1001
|
+
["SendOneMailResponse"]: AliasType<{
|
|
1002
|
+
sendOneMail?: boolean;
|
|
1003
|
+
__typename?: boolean;
|
|
1004
|
+
}>;
|
|
1005
|
+
["SendReportResponse"]: AliasType<{
|
|
1006
|
+
sendReport?: ValueTypes["Report"];
|
|
1007
|
+
__typename?: boolean;
|
|
1008
|
+
}>;
|
|
1009
|
+
["ShareFileInHistoryResponse"]: AliasType<{
|
|
1010
|
+
shareFileInHistory?: boolean;
|
|
1011
|
+
__typename?: boolean;
|
|
1012
|
+
}>;
|
|
1013
|
+
["ShareFolderFinishResponse"]: AliasType<{
|
|
1014
|
+
shareFolderFinish?: boolean;
|
|
1015
|
+
__typename?: boolean;
|
|
1016
|
+
}>;
|
|
1017
|
+
["ShareVFileResponse"]: AliasType<{
|
|
1018
|
+
shareVFile?: boolean;
|
|
1019
|
+
__typename?: boolean;
|
|
1020
|
+
}>;
|
|
1021
|
+
["UnreadMailResponse"]: AliasType<{
|
|
1022
|
+
unreadMail?: boolean;
|
|
1023
|
+
__typename?: boolean;
|
|
1024
|
+
}>;
|
|
1025
|
+
["UpdateAppNotificationsResponse"]: AliasType<{
|
|
1026
|
+
updateAppNotifications?: ValueTypes["UserAppNotifications"];
|
|
1027
|
+
__typename?: boolean;
|
|
1028
|
+
}>;
|
|
1029
|
+
["UpdateAppSettingsResponse"]: AliasType<{
|
|
1030
|
+
updateAppSettings?: ValueTypes["UserAppSettings"];
|
|
1031
|
+
__typename?: boolean;
|
|
1032
|
+
}>;
|
|
1033
|
+
["UpdateDraftMailResponse"]: AliasType<{
|
|
1034
|
+
updateDraftMail?: ValueTypes["Mail"];
|
|
1035
|
+
__typename?: boolean;
|
|
1036
|
+
}>;
|
|
1037
|
+
["UpdateFileResponse"]: AliasType<{
|
|
1038
|
+
updateFile?: ValueTypes["VFile"];
|
|
1039
|
+
__typename?: boolean;
|
|
1040
|
+
}>;
|
|
1041
|
+
["UpdateFolderResponse"]: AliasType<{
|
|
1042
|
+
updateFolder?: ValueTypes["Folder"];
|
|
1043
|
+
__typename?: boolean;
|
|
1044
|
+
}>;
|
|
1045
|
+
["UpdateProfileResponse"]: AliasType<{
|
|
1046
|
+
updateProfile?: ValueTypes["User"];
|
|
1047
|
+
__typename?: boolean;
|
|
1048
|
+
}>;
|
|
1049
|
+
["UploadAnonymousResponse"]: AliasType<{
|
|
1050
|
+
uploadAnonymous?: ValueTypes["FileResponse"];
|
|
1051
|
+
__typename?: boolean;
|
|
1052
|
+
}>;
|
|
1053
|
+
["UploadFileResponse"]: AliasType<{
|
|
1054
|
+
uploadFile?: ValueTypes["FileResponse"];
|
|
1055
|
+
__typename?: boolean;
|
|
1056
|
+
}>;
|
|
1057
|
+
["UploadFileEndResponse"]: AliasType<{
|
|
1058
|
+
uploadFileEnd?: boolean;
|
|
1059
|
+
__typename?: boolean;
|
|
1060
|
+
}>;
|
|
1061
|
+
["UploadFilePartEndResponse"]: AliasType<{
|
|
1062
|
+
uploadFilePartEnd?: boolean;
|
|
1063
|
+
__typename?: boolean;
|
|
1064
|
+
}>;
|
|
1065
|
+
["BlogResponse"]: AliasType<{
|
|
1066
|
+
blogItems?: ValueTypes["BlogItem"];
|
|
1067
|
+
__typename?: boolean;
|
|
1068
|
+
}>;
|
|
1069
|
+
["DbConfigResponse"]: AliasType<{
|
|
1070
|
+
json?: boolean;
|
|
1071
|
+
__typename?: boolean;
|
|
1072
|
+
}>;
|
|
1073
|
+
["DbGetResponse"]: AliasType<{
|
|
1074
|
+
json?: boolean;
|
|
1075
|
+
__typename?: boolean;
|
|
1076
|
+
}>;
|
|
1077
|
+
["DbSearchResponse"]: AliasType<{
|
|
1078
|
+
json?: boolean;
|
|
1079
|
+
__typename?: boolean;
|
|
1080
|
+
}>;
|
|
1081
|
+
["DeletedFoldersResponse"]: AliasType<{
|
|
1082
|
+
deletedFolders?: ValueTypes["Folder"];
|
|
1083
|
+
__typename?: boolean;
|
|
1084
|
+
}>;
|
|
1085
|
+
["DeletedMailsResponse"]: AliasType<{
|
|
1086
|
+
deletedMails?: ValueTypes["Mail"];
|
|
1087
|
+
__typename?: boolean;
|
|
1088
|
+
}>;
|
|
1089
|
+
["DeletedVFilesResponse"]: AliasType<{
|
|
1090
|
+
deletedVFiles?: ValueTypes["VFile"];
|
|
1091
|
+
__typename?: boolean;
|
|
1092
|
+
}>;
|
|
1093
|
+
["FaqResponse"]: AliasType<{
|
|
1094
|
+
faq?: ValueTypes["FaqItem"];
|
|
1095
|
+
__typename?: boolean;
|
|
1096
|
+
}>;
|
|
1097
|
+
["FileQueryResponse"]: AliasType<{
|
|
1098
|
+
file?: ValueTypes["File"];
|
|
1099
|
+
__typename?: boolean;
|
|
1100
|
+
}>;
|
|
1101
|
+
["FileContentResponse"]: AliasType<{
|
|
1102
|
+
file?: ValueTypes["FileContent"];
|
|
1103
|
+
__typename?: boolean;
|
|
1104
|
+
}>;
|
|
1105
|
+
["FolderResponse"]: AliasType<{
|
|
1106
|
+
folder?: ValueTypes["Folder"];
|
|
1107
|
+
__typename?: boolean;
|
|
1108
|
+
}>;
|
|
1109
|
+
["FolderSharedWithMeResponse"]: AliasType<{
|
|
1110
|
+
foldersSharedWithMe?: ValueTypes["Folder"];
|
|
1111
|
+
__typename?: boolean;
|
|
1112
|
+
}>;
|
|
1113
|
+
["FolderSizeResponse"]: AliasType<{
|
|
1114
|
+
size?: boolean;
|
|
1115
|
+
sizeBefore?: boolean;
|
|
1116
|
+
__typename?: boolean;
|
|
1117
|
+
}>;
|
|
1118
|
+
["QueryMailResponse"]: AliasType<{
|
|
1119
|
+
mail?: ValueTypes["Mail"];
|
|
1120
|
+
__typename?: boolean;
|
|
1121
|
+
}>;
|
|
1122
|
+
["PaymentInfosResponse"]: AliasType<{
|
|
1123
|
+
paymentInfos?: ValueTypes["PaymentInfos"];
|
|
1124
|
+
__typename?: boolean;
|
|
1125
|
+
}>;
|
|
1126
|
+
["PlanResponse"]: AliasType<{
|
|
1127
|
+
plan?: ValueTypes["Plan"];
|
|
1128
|
+
__typename?: boolean;
|
|
1129
|
+
}>;
|
|
1130
|
+
["SharedFoldersResponse"]: AliasType<{
|
|
1131
|
+
sharedFolders?: ValueTypes["Folder"];
|
|
1132
|
+
__typename?: boolean;
|
|
1133
|
+
}>;
|
|
1134
|
+
["SharedVFilesResponse"]: AliasType<{
|
|
1135
|
+
sharedVFiles?: ValueTypes["VFile"];
|
|
1136
|
+
__typename?: boolean;
|
|
1137
|
+
}>;
|
|
1138
|
+
["UnreadReceivedMailsCountResponse"]: AliasType<{
|
|
1139
|
+
count?: boolean;
|
|
1140
|
+
__typename?: boolean;
|
|
1141
|
+
}>;
|
|
1142
|
+
["UserResponse"]: AliasType<{
|
|
1143
|
+
user?: ValueTypes["User"];
|
|
1144
|
+
__typename?: boolean;
|
|
1145
|
+
}>;
|
|
1146
|
+
["UserListResponse"]: AliasType<{
|
|
1147
|
+
userList?: ValueTypes["User"];
|
|
1148
|
+
__typename?: boolean;
|
|
1149
|
+
}>;
|
|
1150
|
+
["VFileResponse"]: AliasType<{
|
|
1151
|
+
vFile?: ValueTypes["VFile"];
|
|
1152
|
+
__typename?: boolean;
|
|
1153
|
+
}>;
|
|
1154
|
+
["VFilesSharedWithMeResponse"]: AliasType<{
|
|
1155
|
+
vFilesSharedWithMe?: ValueTypes["VFile"];
|
|
1156
|
+
__typename?: boolean;
|
|
1157
|
+
}>;
|
|
1158
|
+
["TemporaryUser"]: AliasType<{
|
|
1159
|
+
id?: boolean;
|
|
1160
|
+
mails?: ValueTypes["MailIntegrity"];
|
|
1161
|
+
draftMails?: ValueTypes["MailIntegrityDraft"];
|
|
1162
|
+
email?: boolean;
|
|
1163
|
+
__typename?: boolean;
|
|
1164
|
+
}>;
|
|
1165
|
+
["User"]: AliasType<{
|
|
1166
|
+
id?: boolean;
|
|
1167
|
+
deletedAt?: boolean;
|
|
1168
|
+
lang?: boolean;
|
|
1169
|
+
reportSent?: ValueTypes["Report"];
|
|
1170
|
+
godFather?: ValueTypes["User"];
|
|
1171
|
+
godChildren?: ValueTypes["User"];
|
|
1172
|
+
firstname?: boolean;
|
|
1173
|
+
lastname?: boolean;
|
|
1174
|
+
email?: boolean;
|
|
1175
|
+
phone?: boolean;
|
|
1176
|
+
lastLogin?: boolean;
|
|
1177
|
+
role?: boolean;
|
|
1178
|
+
sessions?: ValueTypes["UserSession"];
|
|
711
1179
|
createdAt?: boolean;
|
|
712
1180
|
receivedMails?: ValueTypes["Mail"];
|
|
713
1181
|
waitingReceivedMails?: ValueTypes["WaitingReceivedMail"];
|
|
@@ -884,13 +1352,13 @@ export declare type ValueTypes = {
|
|
|
884
1352
|
addFileToHistory?: [{
|
|
885
1353
|
vFileId: string;
|
|
886
1354
|
fileId: string;
|
|
887
|
-
}, ValueTypes["
|
|
888
|
-
cancelPayment?:
|
|
1355
|
+
}, ValueTypes["AddFileToHistoryResult"]];
|
|
1356
|
+
cancelPayment?: ValueTypes["CancelPaymentResult"];
|
|
889
1357
|
createApplication?: [{
|
|
890
1358
|
name: string;
|
|
891
1359
|
origin: string;
|
|
892
1360
|
developerId: string;
|
|
893
|
-
},
|
|
1361
|
+
}, ValueTypes["CreateApplicationResult"]];
|
|
894
1362
|
createDraftMail?: [{
|
|
895
1363
|
hash: string;
|
|
896
1364
|
hashKey: string;
|
|
@@ -899,148 +1367,148 @@ export declare type ValueTypes = {
|
|
|
899
1367
|
replyTo?: string | null;
|
|
900
1368
|
senderFiles: ValueTypes["MailFileInput"][];
|
|
901
1369
|
recipients: string[];
|
|
902
|
-
}, ValueTypes["
|
|
1370
|
+
}, ValueTypes["CreateDraftMailResult"]];
|
|
903
1371
|
createFolder?: [{
|
|
904
1372
|
name: string;
|
|
905
1373
|
key: string;
|
|
906
1374
|
parentFolderId?: string | null;
|
|
907
|
-
}, ValueTypes["
|
|
908
|
-
|
|
1375
|
+
}, ValueTypes["CreateFolderResult"]];
|
|
1376
|
+
dbConfigMutation?: [{
|
|
909
1377
|
appCode: string;
|
|
910
1378
|
config: string;
|
|
911
|
-
},
|
|
1379
|
+
}, ValueTypes["DbConfigMutationResult"]];
|
|
912
1380
|
dbSet?: [{
|
|
913
1381
|
value: string;
|
|
914
1382
|
userId?: string | null;
|
|
915
|
-
},
|
|
1383
|
+
}, ValueTypes["DbSetResult"]];
|
|
916
1384
|
deleteDraftMail?: [{
|
|
917
1385
|
draftId: string;
|
|
918
|
-
},
|
|
1386
|
+
}, ValueTypes["DeleteDraftMailResult"]];
|
|
919
1387
|
deleteFile?: [{
|
|
920
1388
|
fileId: string;
|
|
921
1389
|
vFileId: string;
|
|
922
|
-
},
|
|
1390
|
+
}, ValueTypes["DeleteFileResult"]];
|
|
923
1391
|
deleteFolder?: [{
|
|
924
1392
|
id: string;
|
|
925
|
-
},
|
|
1393
|
+
}, ValueTypes["DeleteFolderResult"]];
|
|
926
1394
|
deleteFolderCloudTrash?: [{
|
|
927
1395
|
ids: string[];
|
|
928
|
-
},
|
|
1396
|
+
}, ValueTypes["DeleteFolderCloudTrashResult"]];
|
|
929
1397
|
deleteFolderSharing?: [{
|
|
930
1398
|
folderId: string;
|
|
931
1399
|
userId: string;
|
|
932
|
-
},
|
|
1400
|
+
}, ValueTypes["DeleteFolderSharingResult"]];
|
|
933
1401
|
deleteMail?: [{
|
|
934
1402
|
mailId: string;
|
|
935
|
-
},
|
|
1403
|
+
}, ValueTypes["DeleteMailResult"]];
|
|
936
1404
|
deleteMailTrash?: [{
|
|
937
1405
|
ids: string[];
|
|
938
|
-
},
|
|
1406
|
+
}, ValueTypes["DeleteMailTrashResult"]];
|
|
939
1407
|
deleteUser?: [{
|
|
940
1408
|
userId?: string | null;
|
|
941
|
-
},
|
|
1409
|
+
}, ValueTypes["DeleteUserResult"]];
|
|
942
1410
|
deleteVFile?: [{
|
|
943
1411
|
fileId: string;
|
|
944
|
-
},
|
|
1412
|
+
}, ValueTypes["DeleteVFileResult"]];
|
|
945
1413
|
deleteVFileCloudTrash?: [{
|
|
946
1414
|
ids: string[];
|
|
947
|
-
},
|
|
1415
|
+
}, ValueTypes["DeleteVFileCloudTrashResult"]];
|
|
948
1416
|
deleteVFileSharing?: [{
|
|
949
1417
|
vFileId: string;
|
|
950
1418
|
userId: string;
|
|
951
|
-
},
|
|
1419
|
+
}, ValueTypes["DeleteVFileSharingResult"]];
|
|
952
1420
|
duplicateVFile?: [{
|
|
953
1421
|
vFileId: string;
|
|
954
1422
|
folderId?: string | null;
|
|
955
1423
|
customName?: string | null;
|
|
956
|
-
},
|
|
957
|
-
emptyCloudTrash?:
|
|
958
|
-
emptyMailTrash?:
|
|
1424
|
+
}, ValueTypes["DuplicateVFileResult"]];
|
|
1425
|
+
emptyCloudTrash?: ValueTypes["EmptyCloudTrashResult"];
|
|
1426
|
+
emptyMailTrash?: ValueTypes["EmptyMailTrashResult"];
|
|
959
1427
|
logout?: [{
|
|
960
1428
|
sessionId?: string | null;
|
|
961
|
-
},
|
|
1429
|
+
}, ValueTypes["LogoutResult"]];
|
|
962
1430
|
moveFiles?: [{
|
|
963
1431
|
filesId: string[];
|
|
964
1432
|
parentFolderId?: string | null;
|
|
965
|
-
},
|
|
1433
|
+
}, ValueTypes["MoveFilesResult"]];
|
|
966
1434
|
moveFolders?: [{
|
|
967
1435
|
foldersId: string[];
|
|
968
1436
|
parentFolderId?: string | null;
|
|
969
|
-
},
|
|
1437
|
+
}, ValueTypes["MoveFoldersResult"]];
|
|
970
1438
|
pay?: [{
|
|
971
1439
|
planCode: string;
|
|
972
1440
|
input: ValueTypes["PayInput"];
|
|
973
1441
|
autoRenew?: boolean | null;
|
|
974
|
-
},
|
|
1442
|
+
}, ValueTypes["PayResult"]];
|
|
975
1443
|
readMail?: [{
|
|
976
1444
|
mailId: string;
|
|
977
|
-
},
|
|
1445
|
+
}, ValueTypes["ReadMailResult"]];
|
|
978
1446
|
recoverFolder?: [{
|
|
979
1447
|
id: string;
|
|
980
|
-
},
|
|
1448
|
+
}, ValueTypes["RecoverFolderResult"]];
|
|
981
1449
|
recoverMail?: [{
|
|
982
1450
|
mailId: string;
|
|
983
|
-
},
|
|
1451
|
+
}, ValueTypes["RecoverMailResult"]];
|
|
984
1452
|
recoverVFile?: [{
|
|
985
1453
|
vFileId: string;
|
|
986
|
-
},
|
|
1454
|
+
}, ValueTypes["RecoverVFileResult"]];
|
|
987
1455
|
saveInCloud?: [{
|
|
988
1456
|
fileId: string;
|
|
989
1457
|
key: string;
|
|
990
1458
|
folderId?: string | null;
|
|
991
1459
|
filename: string;
|
|
992
1460
|
nameKey: string;
|
|
993
|
-
}, ValueTypes["
|
|
1461
|
+
}, ValueTypes["SaveInCloudResult"]];
|
|
994
1462
|
sendDraftMail?: [{
|
|
995
1463
|
draftMailId: string;
|
|
996
1464
|
temporaryRecipients: string[];
|
|
997
1465
|
recipients: ValueTypes["MailRecipientInput"][];
|
|
998
1466
|
customMessage?: string | null;
|
|
999
|
-
},
|
|
1467
|
+
}, ValueTypes["SendDraftMailResult"]];
|
|
1000
1468
|
sendOneMail?: [{
|
|
1001
1469
|
mailIntegrityId: string;
|
|
1002
1470
|
recipient: ValueTypes["MailRecipientInput"];
|
|
1003
|
-
},
|
|
1471
|
+
}, ValueTypes["SendOneMailResult"]];
|
|
1004
1472
|
sendReport?: [{
|
|
1005
1473
|
reportedUserId: string;
|
|
1006
1474
|
customMessage?: string | null;
|
|
1007
|
-
}, ValueTypes["
|
|
1475
|
+
}, ValueTypes["SendReportResult"]];
|
|
1008
1476
|
shareFileInHistory?: [{
|
|
1009
1477
|
input: ValueTypes["ShareFileInHistoryInput"];
|
|
1010
1478
|
vFileId: string;
|
|
1011
|
-
},
|
|
1479
|
+
}, ValueTypes["ShareFileInHistoryResult"]];
|
|
1012
1480
|
shareFolder?: [{
|
|
1013
1481
|
folderId: string;
|
|
1014
1482
|
userId: string;
|
|
1015
|
-
}, ValueTypes["
|
|
1483
|
+
}, ValueTypes["ShareFolderResult"]];
|
|
1016
1484
|
shareFolderFinish?: [{
|
|
1017
1485
|
shareFolders: ValueTypes["ShareFoldersInput"];
|
|
1018
1486
|
userId: string;
|
|
1019
1487
|
rights: ValueTypes["Rights"];
|
|
1020
|
-
},
|
|
1488
|
+
}, ValueTypes["ShareFolderFinishResult"]];
|
|
1021
1489
|
shareVFile?: [{
|
|
1022
1490
|
vFileId: string;
|
|
1023
1491
|
userId: string;
|
|
1024
1492
|
nameKey: string;
|
|
1025
1493
|
rights: ValueTypes["Rights"];
|
|
1026
1494
|
history: ValueTypes["ShareFileKeyInput"][];
|
|
1027
|
-
},
|
|
1495
|
+
}, ValueTypes["ShareVFileResult"]];
|
|
1028
1496
|
unreadMail?: [{
|
|
1029
1497
|
mailId: string;
|
|
1030
|
-
},
|
|
1498
|
+
}, ValueTypes["UnreadMailResult"]];
|
|
1031
1499
|
updateAppNotifications?: [{
|
|
1032
1500
|
enableAll?: boolean | null;
|
|
1033
1501
|
mail?: boolean | null;
|
|
1034
1502
|
cloud?: boolean | null;
|
|
1035
1503
|
disableAllUntil?: ValueTypes["DateTime"] | null;
|
|
1036
|
-
}, ValueTypes["
|
|
1504
|
+
}, ValueTypes["UpdateAppNotificationsResult"]];
|
|
1037
1505
|
updateAppSettings?: [{
|
|
1038
1506
|
cloudFileDaysForDelete?: number | null;
|
|
1039
1507
|
cloudFolderDaysForDelete?: number | null;
|
|
1040
1508
|
historyFileDaysForDelete?: number | null;
|
|
1041
1509
|
historyMaxFileCount?: number | null;
|
|
1042
1510
|
autoDisconnectDelay?: number | null;
|
|
1043
|
-
}, ValueTypes["
|
|
1511
|
+
}, ValueTypes["UpdateAppSettingsResult"]];
|
|
1044
1512
|
updateDraftMail?: [{
|
|
1045
1513
|
draftId: string;
|
|
1046
1514
|
hash?: string | null;
|
|
@@ -1050,24 +1518,24 @@ export declare type ValueTypes = {
|
|
|
1050
1518
|
replyTo?: string | null;
|
|
1051
1519
|
senderFiles?: ValueTypes["MailFileInput"][];
|
|
1052
1520
|
recipients?: string[];
|
|
1053
|
-
}, ValueTypes["
|
|
1521
|
+
}, ValueTypes["UpdateDraftMailResult"]];
|
|
1054
1522
|
updateFile?: [{
|
|
1055
1523
|
fileId: string;
|
|
1056
1524
|
isFavorite?: boolean | null;
|
|
1057
1525
|
filename?: string | null;
|
|
1058
1526
|
deletedAt?: ValueTypes["DateTime"] | null;
|
|
1059
|
-
}, ValueTypes["
|
|
1527
|
+
}, ValueTypes["UpdateFileResult"]];
|
|
1060
1528
|
updateFolder?: [{
|
|
1061
1529
|
folderId: string;
|
|
1062
1530
|
name?: string | null;
|
|
1063
1531
|
isFavorite?: boolean | null;
|
|
1064
1532
|
deletedAt?: ValueTypes["DateTime"] | null;
|
|
1065
|
-
}, ValueTypes["
|
|
1533
|
+
}, ValueTypes["UpdateFolderResult"]];
|
|
1066
1534
|
updateProfile?: [{
|
|
1067
1535
|
firstname?: string | null;
|
|
1068
1536
|
lastname?: string | null;
|
|
1069
1537
|
lang?: ValueTypes["Lang"] | null;
|
|
1070
|
-
}, ValueTypes["
|
|
1538
|
+
}, ValueTypes["UpdateProfileResult"]];
|
|
1071
1539
|
uploadAnonymous?: [{
|
|
1072
1540
|
fileName: string;
|
|
1073
1541
|
fileSize: number;
|
|
@@ -1082,19 +1550,19 @@ export declare type ValueTypes = {
|
|
|
1082
1550
|
fileKey: string;
|
|
1083
1551
|
md5: string;
|
|
1084
1552
|
md5Encrypted: string;
|
|
1085
|
-
}, ValueTypes["
|
|
1553
|
+
}, ValueTypes["UploadFileResult"]];
|
|
1086
1554
|
uploadFileEnd?: [{
|
|
1087
1555
|
fileId: string;
|
|
1088
|
-
},
|
|
1556
|
+
}, ValueTypes["UploadFileEndResult"]];
|
|
1089
1557
|
uploadFilePartEnd?: [{
|
|
1090
1558
|
fileId: string;
|
|
1091
1559
|
md5: string;
|
|
1092
1560
|
order: number;
|
|
1093
|
-
},
|
|
1561
|
+
}, ValueTypes["UploadFilePartEndResult"]];
|
|
1094
1562
|
changeUserPlan?: [{
|
|
1095
1563
|
userId: string;
|
|
1096
1564
|
plan: ValueTypes["PlanKind"];
|
|
1097
|
-
}, ValueTypes["
|
|
1565
|
+
}, ValueTypes["ChangeUserPlanResult"]];
|
|
1098
1566
|
__typename?: boolean;
|
|
1099
1567
|
}>;
|
|
1100
1568
|
["Subscription"]: AliasType<{
|
|
@@ -1138,6 +1606,54 @@ export declare type ModelTypes = {
|
|
|
1138
1606
|
["VFileResult"]: ModelTypes["VFileResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1139
1607
|
["VFilesSharedWithMeResult"]: ModelTypes["VFilesSharedWithMeResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1140
1608
|
["UserListResult"]: ModelTypes["UserListResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1609
|
+
["AddFileToHistoryResult"]: ModelTypes["AddFileToHistoryResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
1610
|
+
["CancelPaymentResult"]: ModelTypes["CancelPaymentResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1611
|
+
["CreateApplicationResult"]: ModelTypes["CreateApplicationResponse"] | ModelTypes["ErrorNotExist"];
|
|
1612
|
+
["CreateDraftMailResult"]: ModelTypes["CreateDraftMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
1613
|
+
["CreateFolderResult"]: ModelTypes["CreateFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
1614
|
+
["DbConfigMutationResult"]: ModelTypes["DbConfigMutationResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1615
|
+
["DbSetResult"]: ModelTypes["DbSetResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
1616
|
+
["DeleteDraftMailResult"]: ModelTypes["DeleteDraftMailResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1617
|
+
["DeleteFileResult"]: ModelTypes["DeleteFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
1618
|
+
["DeleteFolderResult"]: ModelTypes["DeleteFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
1619
|
+
["DeleteFolderCloudTrashResult"]: ModelTypes["DeleteFolderCloudTrashResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1620
|
+
["DeleteFolderSharingResult"]: ModelTypes["DeleteFolderSharingResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1621
|
+
["DeleteMailResult"]: ModelTypes["DeleteMailResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1622
|
+
["DeleteMailTrashResult"]: ModelTypes["DeleteMailTrashResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1623
|
+
["DeleteUserResult"]: ModelTypes["DeleteUserResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1624
|
+
["DeleteVFileResult"]: ModelTypes["DeleteVFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
1625
|
+
["DeleteVFileCloudTrashResult"]: ModelTypes["DeleteVFileCloudTrashResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1626
|
+
["DeleteVFileSharingResult"]: ModelTypes["DeleteVFileSharingResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
1627
|
+
["DuplicateVFileResult"]: ModelTypes["DuplicateVFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
1628
|
+
["EmptyCloudTrashResult"]: ModelTypes["DeleteMailResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1629
|
+
["EmptyMailTrashResult"]: ModelTypes["EmptyMailTrashResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1630
|
+
["LogoutResult"]: ModelTypes["LogoutResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
1631
|
+
["MoveFilesResult"]: ModelTypes["MoveFilesResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1632
|
+
["MoveFoldersResult"]: ModelTypes["MoveFoldersResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1633
|
+
["PayResult"]: ModelTypes["PayResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1634
|
+
["ReadMailResult"]: ModelTypes["ReadMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotFound"];
|
|
1635
|
+
["RecoverFolderResult"]: ModelTypes["RecoverFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
1636
|
+
["RecoverMailResult"]: ModelTypes["RecoverMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
1637
|
+
["RecoverVFileResult"]: ModelTypes["RecoverVFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
1638
|
+
["SaveInCloudResult"]: ModelTypes["SaveInCloudResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorBasic"];
|
|
1639
|
+
["SendDraftMailResult"]: ModelTypes["SendDraftMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
1640
|
+
["SendOneMailResult"]: ModelTypes["RecoverFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
1641
|
+
["SendReportResult"]: ModelTypes["SendReportResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
1642
|
+
["ShareFileInHistoryResult"]: ModelTypes["ShareFileInHistoryResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
1643
|
+
["ShareFolderResult"]: ModelTypes["ShareFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
1644
|
+
["ShareFolderFinishResult"]: ModelTypes["ShareFolderFinishResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
1645
|
+
["ShareVFileResult"]: ModelTypes["ShareVFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorNotFound"];
|
|
1646
|
+
["UnreadMailResult"]: ModelTypes["UnreadMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorBasic"];
|
|
1647
|
+
["UpdateAppNotificationsResult"]: ModelTypes["UpdateAppNotificationsResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1648
|
+
["UpdateAppSettingsResult"]: ModelTypes["UpdateAppSettingsResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
1649
|
+
["UpdateDraftMailResult"]: ModelTypes["UpdateDraftMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
|
|
1650
|
+
["UpdateFileResult"]: ModelTypes["UpdateFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorBasic"];
|
|
1651
|
+
["UpdateFolderResult"]: ModelTypes["UpdateFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
|
|
1652
|
+
["UpdateProfileResult"]: ModelTypes["UpdateProfileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
1653
|
+
["UploadFileResult"]: ModelTypes["UploadFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorLimit"];
|
|
1654
|
+
["UploadFileEndResult"]: ModelTypes["UploadFileEndResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
1655
|
+
["UploadFilePartEndResult"]: ModelTypes["UploadFilePartEndResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1656
|
+
["ChangeUserPlanResult"]: ModelTypes["ChangeUserPlanResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
1141
1657
|
["AppKeyPair"]: {
|
|
1142
1658
|
pub: string;
|
|
1143
1659
|
};
|
|
@@ -1469,6 +1985,150 @@ export declare type ModelTypes = {
|
|
|
1469
1985
|
reportedUser: ModelTypes["User"];
|
|
1470
1986
|
customMessage?: string;
|
|
1471
1987
|
};
|
|
1988
|
+
["AddFileToHistoryResponse"]: {
|
|
1989
|
+
addFileToHistory: ModelTypes["VFile"];
|
|
1990
|
+
};
|
|
1991
|
+
["CancelPaymentResponse"]: {
|
|
1992
|
+
cancelPayment?: boolean;
|
|
1993
|
+
};
|
|
1994
|
+
["ChangeUserPlanResponse"]: {
|
|
1995
|
+
changeUserPlan?: ModelTypes["User"];
|
|
1996
|
+
};
|
|
1997
|
+
["CreateApplicationResponse"]: {
|
|
1998
|
+
createApplication?: string;
|
|
1999
|
+
};
|
|
2000
|
+
["CreateDraftMailResponse"]: {
|
|
2001
|
+
createDraftMail?: ModelTypes["Mail"];
|
|
2002
|
+
};
|
|
2003
|
+
["CreateFolderResponse"]: {
|
|
2004
|
+
createFolder?: ModelTypes["Folder"];
|
|
2005
|
+
};
|
|
2006
|
+
["DbConfigMutationResponse"]: {
|
|
2007
|
+
dbConfigMutation: ModelTypes["Json"];
|
|
2008
|
+
};
|
|
2009
|
+
["DbSetResponse"]: {
|
|
2010
|
+
dbSet?: ModelTypes["Json"];
|
|
2011
|
+
};
|
|
2012
|
+
["DeleteDraftMailResponse"]: {
|
|
2013
|
+
deleteDraftMail?: boolean;
|
|
2014
|
+
};
|
|
2015
|
+
["DeleteFileResponse"]: {
|
|
2016
|
+
deleteFile: boolean;
|
|
2017
|
+
};
|
|
2018
|
+
["DeleteFolderResponse"]: {
|
|
2019
|
+
deleteFolder?: boolean;
|
|
2020
|
+
};
|
|
2021
|
+
["DeleteFolderCloudTrashResponse"]: {
|
|
2022
|
+
deleteFolderCloudTrash?: boolean;
|
|
2023
|
+
};
|
|
2024
|
+
["DeleteFolderSharingResponse"]: {
|
|
2025
|
+
deleteFolderSharing: boolean;
|
|
2026
|
+
};
|
|
2027
|
+
["DeleteMailResponse"]: {
|
|
2028
|
+
deleteMail: boolean;
|
|
2029
|
+
};
|
|
2030
|
+
["DeleteMailTrashResponse"]: {
|
|
2031
|
+
deleteMailTrash: boolean;
|
|
2032
|
+
};
|
|
2033
|
+
["DeleteUserResponse"]: {
|
|
2034
|
+
deleteUser?: boolean;
|
|
2035
|
+
};
|
|
2036
|
+
["DeleteVFileResponse"]: {
|
|
2037
|
+
deleteVFile: boolean;
|
|
2038
|
+
};
|
|
2039
|
+
["DeleteVFileCloudTrashResponse"]: {
|
|
2040
|
+
deleteVFileCloudTrash?: boolean;
|
|
2041
|
+
};
|
|
2042
|
+
["DeleteVFileSharingResponse"]: {
|
|
2043
|
+
deleteVFileSharing: boolean;
|
|
2044
|
+
};
|
|
2045
|
+
["DuplicateVFileResponse"]: {
|
|
2046
|
+
duplicateVFile: boolean;
|
|
2047
|
+
};
|
|
2048
|
+
["EmptyCloudTrashResponse"]: {
|
|
2049
|
+
emptyCloudTrash?: boolean;
|
|
2050
|
+
};
|
|
2051
|
+
["EmptyMailTrashResponse"]: {
|
|
2052
|
+
emptyMailTrash?: boolean;
|
|
2053
|
+
};
|
|
2054
|
+
["LogoutResponse"]: {
|
|
2055
|
+
logout?: boolean;
|
|
2056
|
+
};
|
|
2057
|
+
["MoveFilesResponse"]: {
|
|
2058
|
+
moveFiles?: boolean;
|
|
2059
|
+
};
|
|
2060
|
+
["MoveFoldersResponse"]: {
|
|
2061
|
+
moveFolders?: boolean;
|
|
2062
|
+
};
|
|
2063
|
+
["PayResponse"]: {
|
|
2064
|
+
pay: boolean;
|
|
2065
|
+
};
|
|
2066
|
+
["ReadMailResponse"]: {
|
|
2067
|
+
readMail?: boolean;
|
|
2068
|
+
};
|
|
2069
|
+
["RecoverFolderResponse"]: {
|
|
2070
|
+
recoverFolder?: boolean;
|
|
2071
|
+
};
|
|
2072
|
+
["RecoverMailResponse"]: {
|
|
2073
|
+
recoverMail: boolean;
|
|
2074
|
+
};
|
|
2075
|
+
["RecoverVFileResponse"]: {
|
|
2076
|
+
recoverVFile: boolean;
|
|
2077
|
+
};
|
|
2078
|
+
["SaveInCloudResponse"]: {
|
|
2079
|
+
saveInCloud?: ModelTypes["VFile"];
|
|
2080
|
+
};
|
|
2081
|
+
["SendDraftMailResponse"]: {
|
|
2082
|
+
sendDraftMail?: boolean;
|
|
2083
|
+
};
|
|
2084
|
+
["SendOneMailResponse"]: {
|
|
2085
|
+
sendOneMail?: boolean;
|
|
2086
|
+
};
|
|
2087
|
+
["SendReportResponse"]: {
|
|
2088
|
+
sendReport?: ModelTypes["Report"];
|
|
2089
|
+
};
|
|
2090
|
+
["ShareFileInHistoryResponse"]: {
|
|
2091
|
+
shareFileInHistory: boolean;
|
|
2092
|
+
};
|
|
2093
|
+
["ShareFolderFinishResponse"]: {
|
|
2094
|
+
shareFolderFinish?: boolean;
|
|
2095
|
+
};
|
|
2096
|
+
["ShareVFileResponse"]: {
|
|
2097
|
+
shareVFile?: boolean;
|
|
2098
|
+
};
|
|
2099
|
+
["UnreadMailResponse"]: {
|
|
2100
|
+
unreadMail?: boolean;
|
|
2101
|
+
};
|
|
2102
|
+
["UpdateAppNotificationsResponse"]: {
|
|
2103
|
+
updateAppNotifications?: ModelTypes["UserAppNotifications"];
|
|
2104
|
+
};
|
|
2105
|
+
["UpdateAppSettingsResponse"]: {
|
|
2106
|
+
updateAppSettings: ModelTypes["UserAppSettings"];
|
|
2107
|
+
};
|
|
2108
|
+
["UpdateDraftMailResponse"]: {
|
|
2109
|
+
updateDraftMail?: ModelTypes["Mail"];
|
|
2110
|
+
};
|
|
2111
|
+
["UpdateFileResponse"]: {
|
|
2112
|
+
updateFile?: ModelTypes["VFile"];
|
|
2113
|
+
};
|
|
2114
|
+
["UpdateFolderResponse"]: {
|
|
2115
|
+
updateFolder?: ModelTypes["Folder"];
|
|
2116
|
+
};
|
|
2117
|
+
["UpdateProfileResponse"]: {
|
|
2118
|
+
updateProfile?: ModelTypes["User"];
|
|
2119
|
+
};
|
|
2120
|
+
["UploadAnonymousResponse"]: {
|
|
2121
|
+
uploadAnonymous?: ModelTypes["FileResponse"];
|
|
2122
|
+
};
|
|
2123
|
+
["UploadFileResponse"]: {
|
|
2124
|
+
uploadFile?: ModelTypes["FileResponse"];
|
|
2125
|
+
};
|
|
2126
|
+
["UploadFileEndResponse"]: {
|
|
2127
|
+
uploadFileEnd?: string;
|
|
2128
|
+
};
|
|
2129
|
+
["UploadFilePartEndResponse"]: {
|
|
2130
|
+
uploadFilePartEnd: boolean;
|
|
2131
|
+
};
|
|
1472
2132
|
["BlogResponse"]: {
|
|
1473
2133
|
blogItems: ModelTypes["BlogItem"][];
|
|
1474
2134
|
};
|
|
@@ -1687,55 +2347,55 @@ export declare type ModelTypes = {
|
|
|
1687
2347
|
userList?: ModelTypes["UserListResult"];
|
|
1688
2348
|
};
|
|
1689
2349
|
["Mutation"]: {
|
|
1690
|
-
addFileToHistory
|
|
1691
|
-
cancelPayment?:
|
|
1692
|
-
createApplication?:
|
|
1693
|
-
createDraftMail?: ModelTypes["
|
|
1694
|
-
createFolder?: ModelTypes["
|
|
1695
|
-
|
|
1696
|
-
dbSet?: ModelTypes["
|
|
1697
|
-
deleteDraftMail?:
|
|
1698
|
-
deleteFile
|
|
1699
|
-
deleteFolder?:
|
|
1700
|
-
deleteFolderCloudTrash?:
|
|
1701
|
-
deleteFolderSharing
|
|
1702
|
-
deleteMail
|
|
1703
|
-
deleteMailTrash
|
|
1704
|
-
deleteUser?:
|
|
1705
|
-
deleteVFile
|
|
1706
|
-
deleteVFileCloudTrash?:
|
|
1707
|
-
deleteVFileSharing
|
|
1708
|
-
duplicateVFile
|
|
1709
|
-
emptyCloudTrash?:
|
|
1710
|
-
emptyMailTrash?:
|
|
1711
|
-
logout?:
|
|
1712
|
-
moveFiles?:
|
|
1713
|
-
moveFolders?:
|
|
1714
|
-
pay
|
|
1715
|
-
readMail?:
|
|
1716
|
-
recoverFolder?:
|
|
1717
|
-
recoverMail
|
|
1718
|
-
recoverVFile
|
|
1719
|
-
saveInCloud
|
|
1720
|
-
sendDraftMail?:
|
|
1721
|
-
sendOneMail?:
|
|
1722
|
-
sendReport?: ModelTypes["
|
|
1723
|
-
shareFileInHistory
|
|
1724
|
-
shareFolder
|
|
1725
|
-
shareFolderFinish?:
|
|
1726
|
-
shareVFile?:
|
|
1727
|
-
unreadMail?:
|
|
1728
|
-
updateAppNotifications?: ModelTypes["
|
|
1729
|
-
updateAppSettings
|
|
1730
|
-
updateDraftMail?: ModelTypes["
|
|
1731
|
-
updateFile?: ModelTypes["
|
|
1732
|
-
updateFolder?: ModelTypes["
|
|
1733
|
-
updateProfile?: ModelTypes["
|
|
2350
|
+
addFileToHistory?: ModelTypes["AddFileToHistoryResult"];
|
|
2351
|
+
cancelPayment?: ModelTypes["CancelPaymentResult"];
|
|
2352
|
+
createApplication?: ModelTypes["CreateApplicationResult"];
|
|
2353
|
+
createDraftMail?: ModelTypes["CreateDraftMailResult"];
|
|
2354
|
+
createFolder?: ModelTypes["CreateFolderResult"];
|
|
2355
|
+
dbConfigMutation?: ModelTypes["DbConfigMutationResult"];
|
|
2356
|
+
dbSet?: ModelTypes["DbSetResult"];
|
|
2357
|
+
deleteDraftMail?: ModelTypes["DeleteDraftMailResult"];
|
|
2358
|
+
deleteFile?: ModelTypes["DeleteFileResult"];
|
|
2359
|
+
deleteFolder?: ModelTypes["DeleteFolderResult"];
|
|
2360
|
+
deleteFolderCloudTrash?: ModelTypes["DeleteFolderCloudTrashResult"];
|
|
2361
|
+
deleteFolderSharing?: ModelTypes["DeleteFolderSharingResult"];
|
|
2362
|
+
deleteMail?: ModelTypes["DeleteMailResult"];
|
|
2363
|
+
deleteMailTrash?: ModelTypes["DeleteMailTrashResult"];
|
|
2364
|
+
deleteUser?: ModelTypes["DeleteUserResult"];
|
|
2365
|
+
deleteVFile?: ModelTypes["DeleteVFileResult"];
|
|
2366
|
+
deleteVFileCloudTrash?: ModelTypes["DeleteVFileCloudTrashResult"];
|
|
2367
|
+
deleteVFileSharing?: ModelTypes["DeleteVFileSharingResult"];
|
|
2368
|
+
duplicateVFile?: ModelTypes["DuplicateVFileResult"];
|
|
2369
|
+
emptyCloudTrash?: ModelTypes["EmptyCloudTrashResult"];
|
|
2370
|
+
emptyMailTrash?: ModelTypes["EmptyMailTrashResult"];
|
|
2371
|
+
logout?: ModelTypes["LogoutResult"];
|
|
2372
|
+
moveFiles?: ModelTypes["MoveFilesResult"];
|
|
2373
|
+
moveFolders?: ModelTypes["MoveFoldersResult"];
|
|
2374
|
+
pay?: ModelTypes["PayResult"];
|
|
2375
|
+
readMail?: ModelTypes["ReadMailResult"];
|
|
2376
|
+
recoverFolder?: ModelTypes["RecoverFolderResult"];
|
|
2377
|
+
recoverMail?: ModelTypes["RecoverMailResult"];
|
|
2378
|
+
recoverVFile?: ModelTypes["RecoverVFileResult"];
|
|
2379
|
+
saveInCloud?: ModelTypes["SaveInCloudResult"];
|
|
2380
|
+
sendDraftMail?: ModelTypes["SendDraftMailResult"];
|
|
2381
|
+
sendOneMail?: ModelTypes["SendOneMailResult"];
|
|
2382
|
+
sendReport?: ModelTypes["SendReportResult"];
|
|
2383
|
+
shareFileInHistory?: ModelTypes["ShareFileInHistoryResult"];
|
|
2384
|
+
shareFolder?: ModelTypes["ShareFolderResult"];
|
|
2385
|
+
shareFolderFinish?: ModelTypes["ShareFolderFinishResult"];
|
|
2386
|
+
shareVFile?: ModelTypes["ShareVFileResult"];
|
|
2387
|
+
unreadMail?: ModelTypes["UnreadMailResult"];
|
|
2388
|
+
updateAppNotifications?: ModelTypes["UpdateAppNotificationsResult"];
|
|
2389
|
+
updateAppSettings?: ModelTypes["UpdateAppSettingsResult"];
|
|
2390
|
+
updateDraftMail?: ModelTypes["UpdateDraftMailResult"];
|
|
2391
|
+
updateFile?: ModelTypes["UpdateFileResult"];
|
|
2392
|
+
updateFolder?: ModelTypes["UpdateFolderResult"];
|
|
2393
|
+
updateProfile?: ModelTypes["UpdateProfileResult"];
|
|
1734
2394
|
uploadAnonymous?: ModelTypes["FileResponse"];
|
|
1735
|
-
uploadFile?: ModelTypes["
|
|
1736
|
-
uploadFileEnd?:
|
|
1737
|
-
uploadFilePartEnd
|
|
1738
|
-
changeUserPlan?: ModelTypes["
|
|
2395
|
+
uploadFile?: ModelTypes["UploadFileResult"];
|
|
2396
|
+
uploadFileEnd?: ModelTypes["UploadFileEndResult"];
|
|
2397
|
+
uploadFilePartEnd?: ModelTypes["UploadFilePartEndResult"];
|
|
2398
|
+
changeUserPlan?: ModelTypes["ChangeUserPlanResult"];
|
|
1739
2399
|
};
|
|
1740
2400
|
["Subscription"]: {
|
|
1741
2401
|
test: boolean;
|
|
@@ -1758,133 +2418,409 @@ export declare type GraphQLTypes = {
|
|
|
1758
2418
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1759
2419
|
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
1760
2420
|
};
|
|
1761
|
-
["BlogResult"]: {
|
|
1762
|
-
__typename: "BlogResponse" | "ErrorLangNotExist";
|
|
1763
|
-
['...on BlogResponse']: '__union' & GraphQLTypes["BlogResponse"];
|
|
1764
|
-
['...on ErrorLangNotExist']: '__union' & GraphQLTypes["ErrorLangNotExist"];
|
|
2421
|
+
["BlogResult"]: {
|
|
2422
|
+
__typename: "BlogResponse" | "ErrorLangNotExist";
|
|
2423
|
+
['...on BlogResponse']: '__union' & GraphQLTypes["BlogResponse"];
|
|
2424
|
+
['...on ErrorLangNotExist']: '__union' & GraphQLTypes["ErrorLangNotExist"];
|
|
2425
|
+
};
|
|
2426
|
+
["DbConfigResult"]: {
|
|
2427
|
+
__typename: "DbConfigResponse" | "ErrorAccessDenied" | "ErrorNotExist" | "ErrorNotFound";
|
|
2428
|
+
['...on DbConfigResponse']: '__union' & GraphQLTypes["DbConfigResponse"];
|
|
2429
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2430
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2431
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
2432
|
+
};
|
|
2433
|
+
["DbGetResult"]: {
|
|
2434
|
+
__typename: "DbGetResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorNotExist";
|
|
2435
|
+
['...on DbGetResponse']: '__union' & GraphQLTypes["DbGetResponse"];
|
|
2436
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2437
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
2438
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2439
|
+
};
|
|
2440
|
+
["DbSearchResult"]: {
|
|
2441
|
+
__typename: "DbSearchResponse" | "ErrorAccessDenied" | "ErrorNotExist" | "ErrorBasic";
|
|
2442
|
+
['...on DbSearchResponse']: '__union' & GraphQLTypes["DbSearchResponse"];
|
|
2443
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2444
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2445
|
+
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
2446
|
+
};
|
|
2447
|
+
["DeletedFoldersResult"]: {
|
|
2448
|
+
__typename: "DeletedFoldersResponse" | "ErrorAccessDenied";
|
|
2449
|
+
['...on DeletedFoldersResponse']: '__union' & GraphQLTypes["DeletedFoldersResponse"];
|
|
2450
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2451
|
+
};
|
|
2452
|
+
["DeletedMailsResult"]: {
|
|
2453
|
+
__typename: "DeletedMailsResponse" | "ErrorAccessDenied";
|
|
2454
|
+
['...on DeletedMailsResponse']: '__union' & GraphQLTypes["DeletedMailsResponse"];
|
|
2455
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2456
|
+
};
|
|
2457
|
+
["DeletedVFilesResult"]: {
|
|
2458
|
+
__typename: "DeletedVFilesResponse" | "ErrorAccessDenied";
|
|
2459
|
+
['...on DeletedVFilesResponse']: '__union' & GraphQLTypes["DeletedVFilesResponse"];
|
|
2460
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2461
|
+
};
|
|
2462
|
+
["FaqResult"]: {
|
|
2463
|
+
__typename: "FaqResponse" | "ErrorAccessDenied";
|
|
2464
|
+
['...on FaqResponse']: '__union' & GraphQLTypes["FaqResponse"];
|
|
2465
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2466
|
+
};
|
|
2467
|
+
["FileResult"]: {
|
|
2468
|
+
__typename: "FileQueryResponse" | "ErrorAccessDenied";
|
|
2469
|
+
['...on FileQueryResponse']: '__union' & GraphQLTypes["FileQueryResponse"];
|
|
2470
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2471
|
+
};
|
|
2472
|
+
["FileContentResult"]: {
|
|
2473
|
+
__typename: "FileContentResponse" | "ErrorAccessDenied" | "ErrorBasic";
|
|
2474
|
+
['...on FileContentResponse']: '__union' & GraphQLTypes["FileContentResponse"];
|
|
2475
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2476
|
+
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
2477
|
+
};
|
|
2478
|
+
["FolderResult"]: {
|
|
2479
|
+
__typename: "FolderResponse" | "ErrorAccessDenied";
|
|
2480
|
+
['...on FolderResponse']: '__union' & GraphQLTypes["FolderResponse"];
|
|
2481
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2482
|
+
};
|
|
2483
|
+
["FolderSizeResult"]: {
|
|
2484
|
+
__typename: "FolderSizeResponse" | "ErrorAccessDenied";
|
|
2485
|
+
['...on FolderSizeResponse']: '__union' & GraphQLTypes["FolderSizeResponse"];
|
|
2486
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2487
|
+
};
|
|
2488
|
+
["FoldersSharedWithMeResult"]: {
|
|
2489
|
+
__typename: "FolderSharedWithMeResponse" | "ErrorAccessDenied";
|
|
2490
|
+
['...on FolderSharedWithMeResponse']: '__union' & GraphQLTypes["FolderSharedWithMeResponse"];
|
|
2491
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2492
|
+
};
|
|
2493
|
+
["LimitsResult"]: {
|
|
2494
|
+
__typename: "QueryLimits" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorNotExist" | "ErrorLimit";
|
|
2495
|
+
['...on QueryLimits']: '__union' & GraphQLTypes["QueryLimits"];
|
|
2496
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2497
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
2498
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2499
|
+
['...on ErrorLimit']: '__union' & GraphQLTypes["ErrorLimit"];
|
|
2500
|
+
};
|
|
2501
|
+
["MailResult"]: {
|
|
2502
|
+
__typename: "QueryMailResponse" | "ErrorAccessDenied";
|
|
2503
|
+
['...on QueryMailResponse']: '__union' & GraphQLTypes["QueryMailResponse"];
|
|
2504
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2505
|
+
};
|
|
2506
|
+
["PaymentInfosResult"]: {
|
|
2507
|
+
__typename: "PaymentInfosResponse" | "ErrorAccessDenied";
|
|
2508
|
+
['...on PaymentInfosResponse']: '__union' & GraphQLTypes["PaymentInfosResponse"];
|
|
2509
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2510
|
+
};
|
|
2511
|
+
["PlansResult"]: {
|
|
2512
|
+
__typename: "PlanResponse";
|
|
2513
|
+
['...on PlanResponse']: '__union' & GraphQLTypes["PlanResponse"];
|
|
2514
|
+
};
|
|
2515
|
+
["SharedFoldersResult"]: {
|
|
2516
|
+
__typename: "SharedFoldersResponse" | "ErrorAccessDenied";
|
|
2517
|
+
['...on SharedFoldersResponse']: '__union' & GraphQLTypes["SharedFoldersResponse"];
|
|
2518
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2519
|
+
};
|
|
2520
|
+
["SharedVFilesResult"]: {
|
|
2521
|
+
__typename: "SharedVFilesResponse" | "ErrorAccessDenied";
|
|
2522
|
+
['...on SharedVFilesResponse']: '__union' & GraphQLTypes["SharedVFilesResponse"];
|
|
2523
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2524
|
+
};
|
|
2525
|
+
["UnreadReceivedMailsCountResult"]: {
|
|
2526
|
+
__typename: "UnreadReceivedMailsCountResponse" | "ErrorAccessDenied";
|
|
2527
|
+
['...on UnreadReceivedMailsCountResponse']: '__union' & GraphQLTypes["UnreadReceivedMailsCountResponse"];
|
|
2528
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2529
|
+
};
|
|
2530
|
+
["UserResult"]: {
|
|
2531
|
+
__typename: "UserResponse" | "ErrorNotFound";
|
|
2532
|
+
['...on UserResponse']: '__union' & GraphQLTypes["UserResponse"];
|
|
2533
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
2534
|
+
};
|
|
2535
|
+
["VFileResult"]: {
|
|
2536
|
+
__typename: "VFileResponse" | "ErrorAccessDenied";
|
|
2537
|
+
['...on VFileResponse']: '__union' & GraphQLTypes["VFileResponse"];
|
|
2538
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2539
|
+
};
|
|
2540
|
+
["VFilesSharedWithMeResult"]: {
|
|
2541
|
+
__typename: "VFilesSharedWithMeResponse" | "ErrorAccessDenied";
|
|
2542
|
+
['...on VFilesSharedWithMeResponse']: '__union' & GraphQLTypes["VFilesSharedWithMeResponse"];
|
|
2543
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2544
|
+
};
|
|
2545
|
+
["UserListResult"]: {
|
|
2546
|
+
__typename: "UserListResponse" | "ErrorAccessDenied";
|
|
2547
|
+
['...on UserListResponse']: '__union' & GraphQLTypes["UserListResponse"];
|
|
2548
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2549
|
+
};
|
|
2550
|
+
["AddFileToHistoryResult"]: {
|
|
2551
|
+
__typename: "AddFileToHistoryResponse" | "ErrorAccessDenied" | "ErrorNotExist";
|
|
2552
|
+
['...on AddFileToHistoryResponse']: '__union' & GraphQLTypes["AddFileToHistoryResponse"];
|
|
2553
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2554
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2555
|
+
};
|
|
2556
|
+
["CancelPaymentResult"]: {
|
|
2557
|
+
__typename: "CancelPaymentResponse" | "ErrorAccessDenied";
|
|
2558
|
+
['...on CancelPaymentResponse']: '__union' & GraphQLTypes["CancelPaymentResponse"];
|
|
2559
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2560
|
+
};
|
|
2561
|
+
["CreateApplicationResult"]: {
|
|
2562
|
+
__typename: "CreateApplicationResponse" | "ErrorNotExist";
|
|
2563
|
+
['...on CreateApplicationResponse']: '__union' & GraphQLTypes["CreateApplicationResponse"];
|
|
2564
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2565
|
+
};
|
|
2566
|
+
["CreateDraftMailResult"]: {
|
|
2567
|
+
__typename: "CreateDraftMailResponse" | "ErrorAccessDenied" | "ErrorBasic";
|
|
2568
|
+
['...on CreateDraftMailResponse']: '__union' & GraphQLTypes["CreateDraftMailResponse"];
|
|
2569
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2570
|
+
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
2571
|
+
};
|
|
2572
|
+
["CreateFolderResult"]: {
|
|
2573
|
+
__typename: "CreateFolderResponse" | "ErrorAccessDenied" | "ErrorNotExist";
|
|
2574
|
+
['...on CreateFolderResponse']: '__union' & GraphQLTypes["CreateFolderResponse"];
|
|
2575
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2576
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2577
|
+
};
|
|
2578
|
+
["DbConfigMutationResult"]: {
|
|
2579
|
+
__typename: "DbConfigMutationResponse" | "ErrorAccessDenied";
|
|
2580
|
+
['...on DbConfigMutationResponse']: '__union' & GraphQLTypes["DbConfigMutationResponse"];
|
|
2581
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2582
|
+
};
|
|
2583
|
+
["DbSetResult"]: {
|
|
2584
|
+
__typename: "DbSetResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
2585
|
+
['...on DbSetResponse']: '__union' & GraphQLTypes["DbSetResponse"];
|
|
2586
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2587
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
2588
|
+
};
|
|
2589
|
+
["DeleteDraftMailResult"]: {
|
|
2590
|
+
__typename: "DeleteDraftMailResponse" | "ErrorAccessDenied";
|
|
2591
|
+
['...on DeleteDraftMailResponse']: '__union' & GraphQLTypes["DeleteDraftMailResponse"];
|
|
2592
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2593
|
+
};
|
|
2594
|
+
["DeleteFileResult"]: {
|
|
2595
|
+
__typename: "DeleteFileResponse" | "ErrorAccessDenied" | "ErrorNotExist";
|
|
2596
|
+
['...on DeleteFileResponse']: '__union' & GraphQLTypes["DeleteFileResponse"];
|
|
2597
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2598
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2599
|
+
};
|
|
2600
|
+
["DeleteFolderResult"]: {
|
|
2601
|
+
__typename: "DeleteFolderResponse" | "ErrorAccessDenied" | "ErrorNotExist";
|
|
2602
|
+
['...on DeleteFolderResponse']: '__union' & GraphQLTypes["DeleteFolderResponse"];
|
|
2603
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2604
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2605
|
+
};
|
|
2606
|
+
["DeleteFolderCloudTrashResult"]: {
|
|
2607
|
+
__typename: "DeleteFolderCloudTrashResponse" | "ErrorAccessDenied";
|
|
2608
|
+
['...on DeleteFolderCloudTrashResponse']: '__union' & GraphQLTypes["DeleteFolderCloudTrashResponse"];
|
|
2609
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2610
|
+
};
|
|
2611
|
+
["DeleteFolderSharingResult"]: {
|
|
2612
|
+
__typename: "DeleteFolderSharingResponse" | "ErrorAccessDenied";
|
|
2613
|
+
['...on DeleteFolderSharingResponse']: '__union' & GraphQLTypes["DeleteFolderSharingResponse"];
|
|
2614
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2615
|
+
};
|
|
2616
|
+
["DeleteMailResult"]: {
|
|
2617
|
+
__typename: "DeleteMailResponse" | "ErrorAccessDenied";
|
|
2618
|
+
['...on DeleteMailResponse']: '__union' & GraphQLTypes["DeleteMailResponse"];
|
|
2619
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2620
|
+
};
|
|
2621
|
+
["DeleteMailTrashResult"]: {
|
|
2622
|
+
__typename: "DeleteMailTrashResponse" | "ErrorAccessDenied";
|
|
2623
|
+
['...on DeleteMailTrashResponse']: '__union' & GraphQLTypes["DeleteMailTrashResponse"];
|
|
2624
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2625
|
+
};
|
|
2626
|
+
["DeleteUserResult"]: {
|
|
2627
|
+
__typename: "DeleteUserResponse" | "ErrorAccessDenied";
|
|
2628
|
+
['...on DeleteUserResponse']: '__union' & GraphQLTypes["DeleteUserResponse"];
|
|
2629
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2630
|
+
};
|
|
2631
|
+
["DeleteVFileResult"]: {
|
|
2632
|
+
__typename: "DeleteVFileResponse" | "ErrorAccessDenied" | "ErrorNotExist";
|
|
2633
|
+
['...on DeleteVFileResponse']: '__union' & GraphQLTypes["DeleteVFileResponse"];
|
|
2634
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2635
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2636
|
+
};
|
|
2637
|
+
["DeleteVFileCloudTrashResult"]: {
|
|
2638
|
+
__typename: "DeleteVFileCloudTrashResponse" | "ErrorAccessDenied";
|
|
2639
|
+
['...on DeleteVFileCloudTrashResponse']: '__union' & GraphQLTypes["DeleteVFileCloudTrashResponse"];
|
|
2640
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2641
|
+
};
|
|
2642
|
+
["DeleteVFileSharingResult"]: {
|
|
2643
|
+
__typename: "DeleteVFileSharingResponse" | "ErrorAccessDenied" | "ErrorNotExist";
|
|
2644
|
+
['...on DeleteVFileSharingResponse']: '__union' & GraphQLTypes["DeleteVFileSharingResponse"];
|
|
2645
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2646
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2647
|
+
};
|
|
2648
|
+
["DuplicateVFileResult"]: {
|
|
2649
|
+
__typename: "DuplicateVFileResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
2650
|
+
['...on DuplicateVFileResponse']: '__union' & GraphQLTypes["DuplicateVFileResponse"];
|
|
2651
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2652
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
2653
|
+
};
|
|
2654
|
+
["EmptyCloudTrashResult"]: {
|
|
2655
|
+
__typename: "DeleteMailResponse" | "ErrorAccessDenied";
|
|
2656
|
+
['...on DeleteMailResponse']: '__union' & GraphQLTypes["DeleteMailResponse"];
|
|
2657
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1765
2658
|
};
|
|
1766
|
-
["
|
|
1767
|
-
__typename: "
|
|
1768
|
-
['...on
|
|
2659
|
+
["EmptyMailTrashResult"]: {
|
|
2660
|
+
__typename: "EmptyMailTrashResponse" | "ErrorAccessDenied";
|
|
2661
|
+
['...on EmptyMailTrashResponse']: '__union' & GraphQLTypes["EmptyMailTrashResponse"];
|
|
1769
2662
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1770
|
-
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
1771
|
-
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
1772
2663
|
};
|
|
1773
|
-
["
|
|
1774
|
-
__typename: "
|
|
1775
|
-
['...on
|
|
2664
|
+
["LogoutResult"]: {
|
|
2665
|
+
__typename: "LogoutResponse" | "ErrorAccessDenied" | "ErrorBasic";
|
|
2666
|
+
['...on LogoutResponse']: '__union' & GraphQLTypes["LogoutResponse"];
|
|
1776
2667
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1777
|
-
['...on
|
|
1778
|
-
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2668
|
+
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
1779
2669
|
};
|
|
1780
|
-
["
|
|
1781
|
-
__typename: "
|
|
1782
|
-
['...on
|
|
2670
|
+
["MoveFilesResult"]: {
|
|
2671
|
+
__typename: "MoveFilesResponse" | "ErrorAccessDenied";
|
|
2672
|
+
['...on MoveFilesResponse']: '__union' & GraphQLTypes["MoveFilesResponse"];
|
|
2673
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2674
|
+
};
|
|
2675
|
+
["MoveFoldersResult"]: {
|
|
2676
|
+
__typename: "MoveFoldersResponse" | "ErrorAccessDenied";
|
|
2677
|
+
['...on MoveFoldersResponse']: '__union' & GraphQLTypes["MoveFoldersResponse"];
|
|
2678
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2679
|
+
};
|
|
2680
|
+
["PayResult"]: {
|
|
2681
|
+
__typename: "PayResponse" | "ErrorAccessDenied";
|
|
2682
|
+
['...on PayResponse']: '__union' & GraphQLTypes["PayResponse"];
|
|
2683
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2684
|
+
};
|
|
2685
|
+
["ReadMailResult"]: {
|
|
2686
|
+
__typename: "ReadMailResponse" | "ErrorAccessDenied" | "ErrorBasic" | "ErrorNotFound";
|
|
2687
|
+
['...on ReadMailResponse']: '__union' & GraphQLTypes["ReadMailResponse"];
|
|
1783
2688
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1784
|
-
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
1785
2689
|
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
2690
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
1786
2691
|
};
|
|
1787
|
-
["
|
|
1788
|
-
__typename: "
|
|
1789
|
-
['...on
|
|
2692
|
+
["RecoverFolderResult"]: {
|
|
2693
|
+
__typename: "RecoverFolderResponse" | "ErrorAccessDenied" | "ErrorNotExist";
|
|
2694
|
+
['...on RecoverFolderResponse']: '__union' & GraphQLTypes["RecoverFolderResponse"];
|
|
1790
2695
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2696
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
1791
2697
|
};
|
|
1792
|
-
["
|
|
1793
|
-
__typename: "
|
|
1794
|
-
['...on
|
|
2698
|
+
["RecoverMailResult"]: {
|
|
2699
|
+
__typename: "RecoverMailResponse" | "ErrorAccessDenied" | "ErrorBasic";
|
|
2700
|
+
['...on RecoverMailResponse']: '__union' & GraphQLTypes["RecoverMailResponse"];
|
|
1795
2701
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2702
|
+
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
1796
2703
|
};
|
|
1797
|
-
["
|
|
1798
|
-
__typename: "
|
|
1799
|
-
['...on
|
|
2704
|
+
["RecoverVFileResult"]: {
|
|
2705
|
+
__typename: "RecoverVFileResponse" | "ErrorAccessDenied" | "ErrorNotExist";
|
|
2706
|
+
['...on RecoverVFileResponse']: '__union' & GraphQLTypes["RecoverVFileResponse"];
|
|
1800
2707
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2708
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
1801
2709
|
};
|
|
1802
|
-
["
|
|
1803
|
-
__typename: "
|
|
1804
|
-
['...on
|
|
2710
|
+
["SaveInCloudResult"]: {
|
|
2711
|
+
__typename: "SaveInCloudResponse" | "ErrorAccessDenied" | "ErrorNotExist" | "ErrorBasic";
|
|
2712
|
+
['...on SaveInCloudResponse']: '__union' & GraphQLTypes["SaveInCloudResponse"];
|
|
1805
2713
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2714
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2715
|
+
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
1806
2716
|
};
|
|
1807
|
-
["
|
|
1808
|
-
__typename: "
|
|
1809
|
-
['...on
|
|
2717
|
+
["SendDraftMailResult"]: {
|
|
2718
|
+
__typename: "SendDraftMailResponse" | "ErrorAccessDenied" | "ErrorBasic";
|
|
2719
|
+
['...on SendDraftMailResponse']: '__union' & GraphQLTypes["SendDraftMailResponse"];
|
|
1810
2720
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2721
|
+
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
1811
2722
|
};
|
|
1812
|
-
["
|
|
1813
|
-
__typename: "
|
|
1814
|
-
['...on
|
|
2723
|
+
["SendOneMailResult"]: {
|
|
2724
|
+
__typename: "RecoverFolderResponse" | "ErrorAccessDenied" | "ErrorBasic";
|
|
2725
|
+
['...on RecoverFolderResponse']: '__union' & GraphQLTypes["RecoverFolderResponse"];
|
|
1815
2726
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1816
2727
|
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
1817
2728
|
};
|
|
1818
|
-
["
|
|
1819
|
-
__typename: "
|
|
1820
|
-
['...on
|
|
2729
|
+
["SendReportResult"]: {
|
|
2730
|
+
__typename: "SendReportResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
2731
|
+
['...on SendReportResponse']: '__union' & GraphQLTypes["SendReportResponse"];
|
|
1821
2732
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2733
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
1822
2734
|
};
|
|
1823
|
-
["
|
|
1824
|
-
__typename: "
|
|
1825
|
-
['...on
|
|
2735
|
+
["ShareFileInHistoryResult"]: {
|
|
2736
|
+
__typename: "ShareFileInHistoryResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
2737
|
+
['...on ShareFileInHistoryResponse']: '__union' & GraphQLTypes["ShareFileInHistoryResponse"];
|
|
1826
2738
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2739
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
1827
2740
|
};
|
|
1828
|
-
["
|
|
1829
|
-
__typename: "
|
|
1830
|
-
['...on
|
|
2741
|
+
["ShareFolderResult"]: {
|
|
2742
|
+
__typename: "ShareFolderResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
2743
|
+
['...on ShareFolderResponse']: '__union' & GraphQLTypes["ShareFolderResponse"];
|
|
1831
2744
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2745
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
1832
2746
|
};
|
|
1833
|
-
["
|
|
1834
|
-
__typename: "
|
|
1835
|
-
['...on
|
|
2747
|
+
["ShareFolderFinishResult"]: {
|
|
2748
|
+
__typename: "ShareFolderFinishResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
2749
|
+
['...on ShareFolderFinishResponse']: '__union' & GraphQLTypes["ShareFolderFinishResponse"];
|
|
1836
2750
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1837
2751
|
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
2752
|
+
};
|
|
2753
|
+
["ShareVFileResult"]: {
|
|
2754
|
+
__typename: "ShareVFileResponse" | "ErrorAccessDenied" | "ErrorNotExist" | "ErrorNotFound";
|
|
2755
|
+
['...on ShareVFileResponse']: '__union' & GraphQLTypes["ShareVFileResponse"];
|
|
2756
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1838
2757
|
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
1839
|
-
['...on
|
|
2758
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
1840
2759
|
};
|
|
1841
|
-
["
|
|
1842
|
-
__typename: "
|
|
1843
|
-
['...on
|
|
2760
|
+
["UnreadMailResult"]: {
|
|
2761
|
+
__typename: "UnreadMailResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorBasic";
|
|
2762
|
+
['...on UnreadMailResponse']: '__union' & GraphQLTypes["UnreadMailResponse"];
|
|
1844
2763
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2764
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
2765
|
+
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
1845
2766
|
};
|
|
1846
|
-
["
|
|
1847
|
-
__typename: "
|
|
1848
|
-
['...on
|
|
2767
|
+
["UpdateAppNotificationsResult"]: {
|
|
2768
|
+
__typename: "UpdateAppNotificationsResponse" | "ErrorAccessDenied";
|
|
2769
|
+
['...on UpdateAppNotificationsResponse']: '__union' & GraphQLTypes["UpdateAppNotificationsResponse"];
|
|
1849
2770
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1850
2771
|
};
|
|
1851
|
-
["
|
|
1852
|
-
__typename: "
|
|
1853
|
-
['...on
|
|
2772
|
+
["UpdateAppSettingsResult"]: {
|
|
2773
|
+
__typename: "UpdateAppSettingsResponse" | "ErrorAccessDenied" | "ErrorBasic";
|
|
2774
|
+
['...on UpdateAppSettingsResponse']: '__union' & GraphQLTypes["UpdateAppSettingsResponse"];
|
|
2775
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2776
|
+
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
1854
2777
|
};
|
|
1855
|
-
["
|
|
1856
|
-
__typename: "
|
|
1857
|
-
['...on
|
|
2778
|
+
["UpdateDraftMailResult"]: {
|
|
2779
|
+
__typename: "UpdateDraftMailResponse" | "ErrorAccessDenied" | "ErrorBasic";
|
|
2780
|
+
['...on UpdateDraftMailResponse']: '__union' & GraphQLTypes["UpdateDraftMailResponse"];
|
|
1858
2781
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2782
|
+
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
1859
2783
|
};
|
|
1860
|
-
["
|
|
1861
|
-
__typename: "
|
|
1862
|
-
['...on
|
|
2784
|
+
["UpdateFileResult"]: {
|
|
2785
|
+
__typename: "UpdateFileResponse" | "ErrorAccessDenied" | "ErrorNotExist" | "ErrorBasic";
|
|
2786
|
+
['...on UpdateFileResponse']: '__union' & GraphQLTypes["UpdateFileResponse"];
|
|
1863
2787
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2788
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
2789
|
+
['...on ErrorBasic']: '__union' & GraphQLTypes["ErrorBasic"];
|
|
1864
2790
|
};
|
|
1865
|
-
["
|
|
1866
|
-
__typename: "
|
|
1867
|
-
['...on
|
|
2791
|
+
["UpdateFolderResult"]: {
|
|
2792
|
+
__typename: "UpdateFolderResponse" | "ErrorAccessDenied" | "ErrorNotExist";
|
|
2793
|
+
['...on UpdateFolderResponse']: '__union' & GraphQLTypes["UpdateFolderResponse"];
|
|
1868
2794
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2795
|
+
['...on ErrorNotExist']: '__union' & GraphQLTypes["ErrorNotExist"];
|
|
1869
2796
|
};
|
|
1870
|
-
["
|
|
1871
|
-
__typename: "
|
|
1872
|
-
['...on
|
|
2797
|
+
["UpdateProfileResult"]: {
|
|
2798
|
+
__typename: "UpdateProfileResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
2799
|
+
['...on UpdateProfileResponse']: '__union' & GraphQLTypes["UpdateProfileResponse"];
|
|
2800
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1873
2801
|
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
1874
2802
|
};
|
|
1875
|
-
["
|
|
1876
|
-
__typename: "
|
|
1877
|
-
['...on
|
|
2803
|
+
["UploadFileResult"]: {
|
|
2804
|
+
__typename: "UploadFileResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorLimit";
|
|
2805
|
+
['...on UploadFileResponse']: '__union' & GraphQLTypes["UploadFileResponse"];
|
|
1878
2806
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2807
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
2808
|
+
['...on ErrorLimit']: '__union' & GraphQLTypes["ErrorLimit"];
|
|
1879
2809
|
};
|
|
1880
|
-
["
|
|
1881
|
-
__typename: "
|
|
1882
|
-
['...on
|
|
2810
|
+
["UploadFileEndResult"]: {
|
|
2811
|
+
__typename: "UploadFileEndResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
2812
|
+
['...on UploadFileEndResponse']: '__union' & GraphQLTypes["UploadFileEndResponse"];
|
|
2813
|
+
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
2814
|
+
['...on ErrorNotFound']: '__union' & GraphQLTypes["ErrorNotFound"];
|
|
2815
|
+
};
|
|
2816
|
+
["UploadFilePartEndResult"]: {
|
|
2817
|
+
__typename: "UploadFilePartEndResponse" | "ErrorAccessDenied";
|
|
2818
|
+
['...on UploadFilePartEndResponse']: '__union' & GraphQLTypes["UploadFilePartEndResponse"];
|
|
1883
2819
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1884
2820
|
};
|
|
1885
|
-
["
|
|
1886
|
-
__typename: "
|
|
1887
|
-
['...on
|
|
2821
|
+
["ChangeUserPlanResult"]: {
|
|
2822
|
+
__typename: "ChangeUserPlanResponse" | "ErrorAccessDenied";
|
|
2823
|
+
['...on ChangeUserPlanResponse']: '__union' & GraphQLTypes["ChangeUserPlanResponse"];
|
|
1888
2824
|
['...on ErrorAccessDenied']: '__union' & GraphQLTypes["ErrorAccessDenied"];
|
|
1889
2825
|
};
|
|
1890
2826
|
["AppKeyPair"]: {
|
|
@@ -2335,6 +3271,198 @@ export declare type GraphQLTypes = {
|
|
|
2335
3271
|
reportedUser: GraphQLTypes["User"];
|
|
2336
3272
|
customMessage?: string;
|
|
2337
3273
|
};
|
|
3274
|
+
["AddFileToHistoryResponse"]: {
|
|
3275
|
+
__typename: "AddFileToHistoryResponse";
|
|
3276
|
+
addFileToHistory: GraphQLTypes["VFile"];
|
|
3277
|
+
};
|
|
3278
|
+
["CancelPaymentResponse"]: {
|
|
3279
|
+
__typename: "CancelPaymentResponse";
|
|
3280
|
+
cancelPayment?: boolean;
|
|
3281
|
+
};
|
|
3282
|
+
["ChangeUserPlanResponse"]: {
|
|
3283
|
+
__typename: "ChangeUserPlanResponse";
|
|
3284
|
+
changeUserPlan?: GraphQLTypes["User"];
|
|
3285
|
+
};
|
|
3286
|
+
["CreateApplicationResponse"]: {
|
|
3287
|
+
__typename: "CreateApplicationResponse";
|
|
3288
|
+
createApplication?: string;
|
|
3289
|
+
};
|
|
3290
|
+
["CreateDraftMailResponse"]: {
|
|
3291
|
+
__typename: "CreateDraftMailResponse";
|
|
3292
|
+
createDraftMail?: GraphQLTypes["Mail"];
|
|
3293
|
+
};
|
|
3294
|
+
["CreateFolderResponse"]: {
|
|
3295
|
+
__typename: "CreateFolderResponse";
|
|
3296
|
+
createFolder?: GraphQLTypes["Folder"];
|
|
3297
|
+
};
|
|
3298
|
+
["DbConfigMutationResponse"]: {
|
|
3299
|
+
__typename: "DbConfigMutationResponse";
|
|
3300
|
+
dbConfigMutation: GraphQLTypes["Json"];
|
|
3301
|
+
};
|
|
3302
|
+
["DbSetResponse"]: {
|
|
3303
|
+
__typename: "DbSetResponse";
|
|
3304
|
+
dbSet?: GraphQLTypes["Json"];
|
|
3305
|
+
};
|
|
3306
|
+
["DeleteDraftMailResponse"]: {
|
|
3307
|
+
__typename: "DeleteDraftMailResponse";
|
|
3308
|
+
deleteDraftMail?: boolean;
|
|
3309
|
+
};
|
|
3310
|
+
["DeleteFileResponse"]: {
|
|
3311
|
+
__typename: "DeleteFileResponse";
|
|
3312
|
+
deleteFile: boolean;
|
|
3313
|
+
};
|
|
3314
|
+
["DeleteFolderResponse"]: {
|
|
3315
|
+
__typename: "DeleteFolderResponse";
|
|
3316
|
+
deleteFolder?: boolean;
|
|
3317
|
+
};
|
|
3318
|
+
["DeleteFolderCloudTrashResponse"]: {
|
|
3319
|
+
__typename: "DeleteFolderCloudTrashResponse";
|
|
3320
|
+
deleteFolderCloudTrash?: boolean;
|
|
3321
|
+
};
|
|
3322
|
+
["DeleteFolderSharingResponse"]: {
|
|
3323
|
+
__typename: "DeleteFolderSharingResponse";
|
|
3324
|
+
deleteFolderSharing: boolean;
|
|
3325
|
+
};
|
|
3326
|
+
["DeleteMailResponse"]: {
|
|
3327
|
+
__typename: "DeleteMailResponse";
|
|
3328
|
+
deleteMail: boolean;
|
|
3329
|
+
};
|
|
3330
|
+
["DeleteMailTrashResponse"]: {
|
|
3331
|
+
__typename: "DeleteMailTrashResponse";
|
|
3332
|
+
deleteMailTrash: boolean;
|
|
3333
|
+
};
|
|
3334
|
+
["DeleteUserResponse"]: {
|
|
3335
|
+
__typename: "DeleteUserResponse";
|
|
3336
|
+
deleteUser?: boolean;
|
|
3337
|
+
};
|
|
3338
|
+
["DeleteVFileResponse"]: {
|
|
3339
|
+
__typename: "DeleteVFileResponse";
|
|
3340
|
+
deleteVFile: boolean;
|
|
3341
|
+
};
|
|
3342
|
+
["DeleteVFileCloudTrashResponse"]: {
|
|
3343
|
+
__typename: "DeleteVFileCloudTrashResponse";
|
|
3344
|
+
deleteVFileCloudTrash?: boolean;
|
|
3345
|
+
};
|
|
3346
|
+
["DeleteVFileSharingResponse"]: {
|
|
3347
|
+
__typename: "DeleteVFileSharingResponse";
|
|
3348
|
+
deleteVFileSharing: boolean;
|
|
3349
|
+
};
|
|
3350
|
+
["DuplicateVFileResponse"]: {
|
|
3351
|
+
__typename: "DuplicateVFileResponse";
|
|
3352
|
+
duplicateVFile: boolean;
|
|
3353
|
+
};
|
|
3354
|
+
["EmptyCloudTrashResponse"]: {
|
|
3355
|
+
__typename: "EmptyCloudTrashResponse";
|
|
3356
|
+
emptyCloudTrash?: boolean;
|
|
3357
|
+
};
|
|
3358
|
+
["EmptyMailTrashResponse"]: {
|
|
3359
|
+
__typename: "EmptyMailTrashResponse";
|
|
3360
|
+
emptyMailTrash?: boolean;
|
|
3361
|
+
};
|
|
3362
|
+
["LogoutResponse"]: {
|
|
3363
|
+
__typename: "LogoutResponse";
|
|
3364
|
+
logout?: boolean;
|
|
3365
|
+
};
|
|
3366
|
+
["MoveFilesResponse"]: {
|
|
3367
|
+
__typename: "MoveFilesResponse";
|
|
3368
|
+
moveFiles?: boolean;
|
|
3369
|
+
};
|
|
3370
|
+
["MoveFoldersResponse"]: {
|
|
3371
|
+
__typename: "MoveFoldersResponse";
|
|
3372
|
+
moveFolders?: boolean;
|
|
3373
|
+
};
|
|
3374
|
+
["PayResponse"]: {
|
|
3375
|
+
__typename: "PayResponse";
|
|
3376
|
+
pay: boolean;
|
|
3377
|
+
};
|
|
3378
|
+
["ReadMailResponse"]: {
|
|
3379
|
+
__typename: "ReadMailResponse";
|
|
3380
|
+
readMail?: boolean;
|
|
3381
|
+
};
|
|
3382
|
+
["RecoverFolderResponse"]: {
|
|
3383
|
+
__typename: "RecoverFolderResponse";
|
|
3384
|
+
recoverFolder?: boolean;
|
|
3385
|
+
};
|
|
3386
|
+
["RecoverMailResponse"]: {
|
|
3387
|
+
__typename: "RecoverMailResponse";
|
|
3388
|
+
recoverMail: boolean;
|
|
3389
|
+
};
|
|
3390
|
+
["RecoverVFileResponse"]: {
|
|
3391
|
+
__typename: "RecoverVFileResponse";
|
|
3392
|
+
recoverVFile: boolean;
|
|
3393
|
+
};
|
|
3394
|
+
["SaveInCloudResponse"]: {
|
|
3395
|
+
__typename: "SaveInCloudResponse";
|
|
3396
|
+
saveInCloud?: GraphQLTypes["VFile"];
|
|
3397
|
+
};
|
|
3398
|
+
["SendDraftMailResponse"]: {
|
|
3399
|
+
__typename: "SendDraftMailResponse";
|
|
3400
|
+
sendDraftMail?: boolean;
|
|
3401
|
+
};
|
|
3402
|
+
["SendOneMailResponse"]: {
|
|
3403
|
+
__typename: "SendOneMailResponse";
|
|
3404
|
+
sendOneMail?: boolean;
|
|
3405
|
+
};
|
|
3406
|
+
["SendReportResponse"]: {
|
|
3407
|
+
__typename: "SendReportResponse";
|
|
3408
|
+
sendReport?: GraphQLTypes["Report"];
|
|
3409
|
+
};
|
|
3410
|
+
["ShareFileInHistoryResponse"]: {
|
|
3411
|
+
__typename: "ShareFileInHistoryResponse";
|
|
3412
|
+
shareFileInHistory: boolean;
|
|
3413
|
+
};
|
|
3414
|
+
["ShareFolderFinishResponse"]: {
|
|
3415
|
+
__typename: "ShareFolderFinishResponse";
|
|
3416
|
+
shareFolderFinish?: boolean;
|
|
3417
|
+
};
|
|
3418
|
+
["ShareVFileResponse"]: {
|
|
3419
|
+
__typename: "ShareVFileResponse";
|
|
3420
|
+
shareVFile?: boolean;
|
|
3421
|
+
};
|
|
3422
|
+
["UnreadMailResponse"]: {
|
|
3423
|
+
__typename: "UnreadMailResponse";
|
|
3424
|
+
unreadMail?: boolean;
|
|
3425
|
+
};
|
|
3426
|
+
["UpdateAppNotificationsResponse"]: {
|
|
3427
|
+
__typename: "UpdateAppNotificationsResponse";
|
|
3428
|
+
updateAppNotifications?: GraphQLTypes["UserAppNotifications"];
|
|
3429
|
+
};
|
|
3430
|
+
["UpdateAppSettingsResponse"]: {
|
|
3431
|
+
__typename: "UpdateAppSettingsResponse";
|
|
3432
|
+
updateAppSettings: GraphQLTypes["UserAppSettings"];
|
|
3433
|
+
};
|
|
3434
|
+
["UpdateDraftMailResponse"]: {
|
|
3435
|
+
__typename: "UpdateDraftMailResponse";
|
|
3436
|
+
updateDraftMail?: GraphQLTypes["Mail"];
|
|
3437
|
+
};
|
|
3438
|
+
["UpdateFileResponse"]: {
|
|
3439
|
+
__typename: "UpdateFileResponse";
|
|
3440
|
+
updateFile?: GraphQLTypes["VFile"];
|
|
3441
|
+
};
|
|
3442
|
+
["UpdateFolderResponse"]: {
|
|
3443
|
+
__typename: "UpdateFolderResponse";
|
|
3444
|
+
updateFolder?: GraphQLTypes["Folder"];
|
|
3445
|
+
};
|
|
3446
|
+
["UpdateProfileResponse"]: {
|
|
3447
|
+
__typename: "UpdateProfileResponse";
|
|
3448
|
+
updateProfile?: GraphQLTypes["User"];
|
|
3449
|
+
};
|
|
3450
|
+
["UploadAnonymousResponse"]: {
|
|
3451
|
+
__typename: "UploadAnonymousResponse";
|
|
3452
|
+
uploadAnonymous?: GraphQLTypes["FileResponse"];
|
|
3453
|
+
};
|
|
3454
|
+
["UploadFileResponse"]: {
|
|
3455
|
+
__typename: "UploadFileResponse";
|
|
3456
|
+
uploadFile?: GraphQLTypes["FileResponse"];
|
|
3457
|
+
};
|
|
3458
|
+
["UploadFileEndResponse"]: {
|
|
3459
|
+
__typename: "UploadFileEndResponse";
|
|
3460
|
+
uploadFileEnd?: string;
|
|
3461
|
+
};
|
|
3462
|
+
["UploadFilePartEndResponse"]: {
|
|
3463
|
+
__typename: "UploadFilePartEndResponse";
|
|
3464
|
+
uploadFilePartEnd: boolean;
|
|
3465
|
+
};
|
|
2338
3466
|
["BlogResponse"]: {
|
|
2339
3467
|
__typename: "BlogResponse";
|
|
2340
3468
|
blogItems: Array<GraphQLTypes["BlogItem"]>;
|
|
@@ -2590,55 +3718,55 @@ export declare type GraphQLTypes = {
|
|
|
2590
3718
|
};
|
|
2591
3719
|
["Mutation"]: {
|
|
2592
3720
|
__typename: "Mutation";
|
|
2593
|
-
addFileToHistory
|
|
2594
|
-
cancelPayment?:
|
|
2595
|
-
createApplication?:
|
|
2596
|
-
createDraftMail?: GraphQLTypes["
|
|
2597
|
-
createFolder?: GraphQLTypes["
|
|
2598
|
-
|
|
2599
|
-
dbSet?: GraphQLTypes["
|
|
2600
|
-
deleteDraftMail?:
|
|
2601
|
-
deleteFile
|
|
2602
|
-
deleteFolder?:
|
|
2603
|
-
deleteFolderCloudTrash?:
|
|
2604
|
-
deleteFolderSharing
|
|
2605
|
-
deleteMail
|
|
2606
|
-
deleteMailTrash
|
|
2607
|
-
deleteUser?:
|
|
2608
|
-
deleteVFile
|
|
2609
|
-
deleteVFileCloudTrash?:
|
|
2610
|
-
deleteVFileSharing
|
|
2611
|
-
duplicateVFile
|
|
2612
|
-
emptyCloudTrash?:
|
|
2613
|
-
emptyMailTrash?:
|
|
2614
|
-
logout?:
|
|
2615
|
-
moveFiles?:
|
|
2616
|
-
moveFolders?:
|
|
2617
|
-
pay
|
|
2618
|
-
readMail?:
|
|
2619
|
-
recoverFolder?:
|
|
2620
|
-
recoverMail
|
|
2621
|
-
recoverVFile
|
|
2622
|
-
saveInCloud
|
|
2623
|
-
sendDraftMail?:
|
|
2624
|
-
sendOneMail?:
|
|
2625
|
-
sendReport?: GraphQLTypes["
|
|
2626
|
-
shareFileInHistory
|
|
2627
|
-
shareFolder
|
|
2628
|
-
shareFolderFinish?:
|
|
2629
|
-
shareVFile?:
|
|
2630
|
-
unreadMail?:
|
|
2631
|
-
updateAppNotifications?: GraphQLTypes["
|
|
2632
|
-
updateAppSettings
|
|
2633
|
-
updateDraftMail?: GraphQLTypes["
|
|
2634
|
-
updateFile?: GraphQLTypes["
|
|
2635
|
-
updateFolder?: GraphQLTypes["
|
|
2636
|
-
updateProfile?: GraphQLTypes["
|
|
3721
|
+
addFileToHistory?: GraphQLTypes["AddFileToHistoryResult"];
|
|
3722
|
+
cancelPayment?: GraphQLTypes["CancelPaymentResult"];
|
|
3723
|
+
createApplication?: GraphQLTypes["CreateApplicationResult"];
|
|
3724
|
+
createDraftMail?: GraphQLTypes["CreateDraftMailResult"];
|
|
3725
|
+
createFolder?: GraphQLTypes["CreateFolderResult"];
|
|
3726
|
+
dbConfigMutation?: GraphQLTypes["DbConfigMutationResult"];
|
|
3727
|
+
dbSet?: GraphQLTypes["DbSetResult"];
|
|
3728
|
+
deleteDraftMail?: GraphQLTypes["DeleteDraftMailResult"];
|
|
3729
|
+
deleteFile?: GraphQLTypes["DeleteFileResult"];
|
|
3730
|
+
deleteFolder?: GraphQLTypes["DeleteFolderResult"];
|
|
3731
|
+
deleteFolderCloudTrash?: GraphQLTypes["DeleteFolderCloudTrashResult"];
|
|
3732
|
+
deleteFolderSharing?: GraphQLTypes["DeleteFolderSharingResult"];
|
|
3733
|
+
deleteMail?: GraphQLTypes["DeleteMailResult"];
|
|
3734
|
+
deleteMailTrash?: GraphQLTypes["DeleteMailTrashResult"];
|
|
3735
|
+
deleteUser?: GraphQLTypes["DeleteUserResult"];
|
|
3736
|
+
deleteVFile?: GraphQLTypes["DeleteVFileResult"];
|
|
3737
|
+
deleteVFileCloudTrash?: GraphQLTypes["DeleteVFileCloudTrashResult"];
|
|
3738
|
+
deleteVFileSharing?: GraphQLTypes["DeleteVFileSharingResult"];
|
|
3739
|
+
duplicateVFile?: GraphQLTypes["DuplicateVFileResult"];
|
|
3740
|
+
emptyCloudTrash?: GraphQLTypes["EmptyCloudTrashResult"];
|
|
3741
|
+
emptyMailTrash?: GraphQLTypes["EmptyMailTrashResult"];
|
|
3742
|
+
logout?: GraphQLTypes["LogoutResult"];
|
|
3743
|
+
moveFiles?: GraphQLTypes["MoveFilesResult"];
|
|
3744
|
+
moveFolders?: GraphQLTypes["MoveFoldersResult"];
|
|
3745
|
+
pay?: GraphQLTypes["PayResult"];
|
|
3746
|
+
readMail?: GraphQLTypes["ReadMailResult"];
|
|
3747
|
+
recoverFolder?: GraphQLTypes["RecoverFolderResult"];
|
|
3748
|
+
recoverMail?: GraphQLTypes["RecoverMailResult"];
|
|
3749
|
+
recoverVFile?: GraphQLTypes["RecoverVFileResult"];
|
|
3750
|
+
saveInCloud?: GraphQLTypes["SaveInCloudResult"];
|
|
3751
|
+
sendDraftMail?: GraphQLTypes["SendDraftMailResult"];
|
|
3752
|
+
sendOneMail?: GraphQLTypes["SendOneMailResult"];
|
|
3753
|
+
sendReport?: GraphQLTypes["SendReportResult"];
|
|
3754
|
+
shareFileInHistory?: GraphQLTypes["ShareFileInHistoryResult"];
|
|
3755
|
+
shareFolder?: GraphQLTypes["ShareFolderResult"];
|
|
3756
|
+
shareFolderFinish?: GraphQLTypes["ShareFolderFinishResult"];
|
|
3757
|
+
shareVFile?: GraphQLTypes["ShareVFileResult"];
|
|
3758
|
+
unreadMail?: GraphQLTypes["UnreadMailResult"];
|
|
3759
|
+
updateAppNotifications?: GraphQLTypes["UpdateAppNotificationsResult"];
|
|
3760
|
+
updateAppSettings?: GraphQLTypes["UpdateAppSettingsResult"];
|
|
3761
|
+
updateDraftMail?: GraphQLTypes["UpdateDraftMailResult"];
|
|
3762
|
+
updateFile?: GraphQLTypes["UpdateFileResult"];
|
|
3763
|
+
updateFolder?: GraphQLTypes["UpdateFolderResult"];
|
|
3764
|
+
updateProfile?: GraphQLTypes["UpdateProfileResult"];
|
|
2637
3765
|
uploadAnonymous?: GraphQLTypes["FileResponse"];
|
|
2638
|
-
uploadFile?: GraphQLTypes["
|
|
2639
|
-
uploadFileEnd?:
|
|
2640
|
-
uploadFilePartEnd
|
|
2641
|
-
changeUserPlan?: GraphQLTypes["
|
|
3766
|
+
uploadFile?: GraphQLTypes["UploadFileResult"];
|
|
3767
|
+
uploadFileEnd?: GraphQLTypes["UploadFileEndResult"];
|
|
3768
|
+
uploadFilePartEnd?: GraphQLTypes["UploadFilePartEndResult"];
|
|
3769
|
+
changeUserPlan?: GraphQLTypes["ChangeUserPlanResult"];
|
|
2642
3770
|
};
|
|
2643
3771
|
["Subscription"]: {
|
|
2644
3772
|
__typename: "Subscription";
|