@secrecy/lib 1.0.0-dev.3 → 1.0.0-dev.30

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.
Files changed (89) hide show
  1. package/{lib → dist}/BaseClient.d.ts +32 -24
  2. package/dist/BaseClient.js +2227 -0
  3. package/{lib → dist}/PopupTools.d.ts +1 -1
  4. package/{lib → dist}/PopupTools.js +3 -3
  5. package/{lib → dist}/ZeusThunder.d.ts +0 -0
  6. package/dist/ZeusThunder.js +113 -0
  7. package/{lib → dist}/cache.d.ts +0 -0
  8. package/{lib → dist}/cache.js +0 -0
  9. package/dist/client/admin/index.d.ts +11 -0
  10. package/dist/client/admin/index.js +198 -0
  11. package/{lib → dist}/client/convert/file.d.ts +0 -0
  12. package/{lib → dist}/client/convert/file.js +2 -2
  13. package/{lib → dist}/client/convert/folder.d.ts +0 -1
  14. package/dist/client/convert/folder.js +264 -0
  15. package/{lib → dist}/client/convert/mail.d.ts +0 -0
  16. package/{lib → dist}/client/convert/mail.js +0 -0
  17. package/{lib → dist}/client/convert/vFile.d.ts +0 -0
  18. package/{lib → dist}/client/convert/vFile.js +2 -2
  19. package/{lib → dist}/client/helpers.d.ts +1 -1
  20. package/{lib → dist}/client/helpers.js +1 -3
  21. package/dist/client/index.d.ts +172 -0
  22. package/dist/client/index.js +6177 -0
  23. package/{lib → dist}/client/storage.d.ts +0 -0
  24. package/{lib → dist}/client/storage.js +0 -0
  25. package/{lib → dist}/client/types/File.d.ts +0 -0
  26. package/{lib → dist}/client/types/File.js +1 -0
  27. package/{lib → dist}/client/types/FilesOnUsersOnApplications.d.ts +0 -0
  28. package/{lib → dist}/client/types/FilesOnUsersOnApplications.js +1 -0
  29. package/{lib → dist}/client/types/Folder.d.ts +0 -0
  30. package/{lib → dist}/client/types/Folder.js +0 -0
  31. package/{lib → dist}/client/types/Inputs.d.ts +0 -0
  32. package/{lib → dist}/client/types/Inputs.js +1 -0
  33. package/dist/client/types/UserAppNotifications.d.ts +6 -0
  34. package/dist/client/types/UserAppNotifications.js +3 -0
  35. package/{lib → dist}/client/types/UserAppSettings.d.ts +0 -0
  36. package/{lib → dist}/client/types/UserAppSettings.js +1 -0
  37. package/{lib → dist}/client/types/VFile.d.ts +0 -0
  38. package/{lib → dist}/client/types/VFile.js +0 -0
  39. package/{lib → dist}/client/types/index.d.ts +1 -0
  40. package/dist/client/types/index.js +10 -0
  41. package/{lib → dist}/client/types/queries.d.ts +0 -0
  42. package/{lib → dist}/client/types/queries.js +2 -2
  43. package/{lib → dist}/crypto/file.d.ts +0 -0
  44. package/{lib → dist}/crypto/file.js +0 -0
  45. package/{lib → dist}/crypto/index.d.ts +0 -0
  46. package/dist/crypto/index.js +45 -0
  47. package/dist/error.d.ts +30 -0
  48. package/dist/error.js +3 -0
  49. package/{lib → dist}/index.d.ts +4 -2
  50. package/dist/index.js +42 -0
  51. package/{lib → dist}/minify/index.d.ts +0 -0
  52. package/{lib → dist}/minify/index.js +0 -0
  53. package/{lib → dist}/minify/lz4.d.ts +0 -0
  54. package/{lib → dist}/minify/lz4.js +0 -0
  55. package/{lib → dist}/sodium.d.ts +0 -0
  56. package/{lib → dist}/sodium.js +0 -0
  57. package/{lib → dist}/utils/store-buddy.d.ts +0 -0
  58. package/{lib → dist}/utils/store-buddy.js +0 -0
  59. package/{lib → dist}/utils/time.d.ts +0 -0
  60. package/{lib → dist}/utils/time.js +0 -0
  61. package/{lib → dist}/utils.d.ts +0 -0
  62. package/{lib → dist}/utils.js +0 -0
  63. package/{lib → dist}/worker/__mock__/sodium.worker.d.ts +0 -0
  64. package/dist/worker/__mock__/sodium.worker.js +46 -0
  65. package/{lib → dist}/worker/md5.d.ts +0 -0
  66. package/{lib → dist}/worker/md5.js +0 -0
  67. package/dist/worker/sodium.d.ts +3 -0
  68. package/dist/worker/sodium.js +155 -0
  69. package/{lib → dist}/worker/workerCodes.d.ts +0 -0
  70. package/{lib → dist}/worker/workerCodes.js +0 -0
  71. package/{lib → dist}/zeus/const.d.ts +0 -0
  72. package/dist/zeus/const.js +2267 -0
  73. package/dist/zeus/index.d.ts +4043 -0
  74. package/dist/zeus/index.js +549 -0
  75. package/package.json +45 -42
  76. package/lib/BaseClient.js +0 -1332
  77. package/lib/ZeusThunder.js +0 -112
  78. package/lib/client/convert/folder.js +0 -301
  79. package/lib/client/index.d.ts +0 -167
  80. package/lib/client/index.js +0 -3699
  81. package/lib/client/types/index.js +0 -8
  82. package/lib/crypto/index.js +0 -37
  83. package/lib/index.js +0 -40
  84. package/lib/worker/__mock__/sodium.worker.js +0 -57
  85. package/lib/worker/sodium.d.ts +0 -3
  86. package/lib/worker/sodium.js +0 -141
  87. package/lib/zeus/const.js +0 -1609
  88. package/lib/zeus/index.d.ts +0 -26109
  89. package/lib/zeus/index.js +0 -548
@@ -0,0 +1,4043 @@
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["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
+ export declare type ValueTypes = {
4
+ ["BigInt"]: unknown;
5
+ ["Bytes"]: unknown;
6
+ ["DateTime"]: unknown;
7
+ ["Decimal"]: unknown;
8
+ ["Json"]: unknown;
9
+ ["Lang"]: Lang;
10
+ ["PlanKind"]: PlanKind;
11
+ ["UserRole"]: UserRole;
12
+ ["MailType"]: MailType;
13
+ ["Rights"]: Rights;
14
+ ["AppNotificationsResult"]: AliasType<{
15
+ ["...on UserAppNotifications"]: ValueTypes["UserAppNotifications"];
16
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
17
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
18
+ __typename?: boolean;
19
+ }>;
20
+ ["BlogResult"]: AliasType<{
21
+ ["...on BlogResponse"]: ValueTypes["BlogResponse"];
22
+ ["...on ErrorLangNotExist"]: ValueTypes["ErrorLangNotExist"];
23
+ __typename?: boolean;
24
+ }>;
25
+ ["DbConfigResult"]: AliasType<{
26
+ ["...on DbConfigResponse"]: ValueTypes["DbConfigResponse"];
27
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
28
+ ["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
29
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
30
+ __typename?: boolean;
31
+ }>;
32
+ ["DbGetResult"]: AliasType<{
33
+ ["...on DbGetResponse"]: ValueTypes["DbGetResponse"];
34
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
35
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
36
+ ["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
37
+ __typename?: boolean;
38
+ }>;
39
+ ["DbSearchResult"]: AliasType<{
40
+ ["...on DbSearchResponse"]: ValueTypes["DbSearchResponse"];
41
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
42
+ ["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
43
+ ["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
44
+ __typename?: boolean;
45
+ }>;
46
+ ["DeletedFoldersResult"]: AliasType<{
47
+ ["...on DeletedFoldersResponse"]: ValueTypes["DeletedFoldersResponse"];
48
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
49
+ __typename?: boolean;
50
+ }>;
51
+ ["DeletedMailsResult"]: AliasType<{
52
+ ["...on DeletedMailsResponse"]: ValueTypes["DeletedMailsResponse"];
53
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
54
+ __typename?: boolean;
55
+ }>;
56
+ ["DeletedVFilesResult"]: AliasType<{
57
+ ["...on DeletedVFilesResponse"]: ValueTypes["DeletedVFilesResponse"];
58
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
59
+ __typename?: boolean;
60
+ }>;
61
+ ["FaqResult"]: AliasType<{
62
+ ["...on FaqResponse"]: ValueTypes["FaqResponse"];
63
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
64
+ __typename?: boolean;
65
+ }>;
66
+ ["FileResult"]: AliasType<{
67
+ ["...on FileQueryResponse"]: ValueTypes["FileQueryResponse"];
68
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
69
+ __typename?: boolean;
70
+ }>;
71
+ ["FileContentResult"]: AliasType<{
72
+ ["...on FileContentResponse"]: ValueTypes["FileContentResponse"];
73
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
74
+ ["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
75
+ __typename?: boolean;
76
+ }>;
77
+ ["FolderResult"]: AliasType<{
78
+ ["...on FolderResponse"]: ValueTypes["FolderResponse"];
79
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
80
+ __typename?: boolean;
81
+ }>;
82
+ ["FolderSizeResult"]: AliasType<{
83
+ ["...on FolderSizeResponse"]: ValueTypes["FolderSizeResponse"];
84
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
85
+ __typename?: boolean;
86
+ }>;
87
+ ["FoldersSharedWithMeResult"]: AliasType<{
88
+ ["...on FolderSharedWithMeResponse"]: ValueTypes["FolderSharedWithMeResponse"];
89
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
90
+ __typename?: boolean;
91
+ }>;
92
+ ["LimitsResult"]: AliasType<{
93
+ ["...on QueryLimits"]: ValueTypes["QueryLimits"];
94
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
95
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
96
+ ["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
97
+ ["...on ErrorLimit"]: ValueTypes["ErrorLimit"];
98
+ __typename?: boolean;
99
+ }>;
100
+ ["MailResult"]: AliasType<{
101
+ ["...on QueryMailResponse"]: ValueTypes["QueryMailResponse"];
102
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
103
+ __typename?: boolean;
104
+ }>;
105
+ ["PaymentInfosResult"]: AliasType<{
106
+ ["...on PaymentInfosResponse"]: ValueTypes["PaymentInfosResponse"];
107
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
108
+ __typename?: boolean;
109
+ }>;
110
+ ["PlansResult"]: AliasType<{
111
+ ["...on PlanResponse"]: ValueTypes["PlanResponse"];
112
+ __typename?: boolean;
113
+ }>;
114
+ ["SharedFoldersResult"]: AliasType<{
115
+ ["...on SharedFoldersResponse"]: ValueTypes["SharedFoldersResponse"];
116
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
117
+ __typename?: boolean;
118
+ }>;
119
+ ["SharedVFilesResult"]: AliasType<{
120
+ ["...on SharedVFilesResponse"]: ValueTypes["SharedVFilesResponse"];
121
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
122
+ __typename?: boolean;
123
+ }>;
124
+ ["UnreadReceivedMailsCountResult"]: AliasType<{
125
+ ["...on UnreadReceivedMailsCountResponse"]: ValueTypes["UnreadReceivedMailsCountResponse"];
126
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
127
+ __typename?: boolean;
128
+ }>;
129
+ ["UserResult"]: AliasType<{
130
+ ["...on UserResponse"]: ValueTypes["UserResponse"];
131
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
132
+ __typename?: boolean;
133
+ }>;
134
+ ["VFileResult"]: AliasType<{
135
+ ["...on VFileResponse"]: ValueTypes["VFileResponse"];
136
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
137
+ __typename?: boolean;
138
+ }>;
139
+ ["VFilesSharedWithMeResult"]: AliasType<{
140
+ ["...on VFilesSharedWithMeResponse"]: ValueTypes["VFilesSharedWithMeResponse"];
141
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
142
+ __typename?: boolean;
143
+ }>;
144
+ ["UserListResult"]: AliasType<{
145
+ ["...on UserListResponse"]: ValueTypes["UserListResponse"];
146
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
147
+ __typename?: boolean;
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
+ }>;
425
+ ["AppKeyPair"]: AliasType<{
426
+ pub?: boolean;
427
+ __typename?: boolean;
428
+ }>;
429
+ ["AppSession"]: AliasType<{
430
+ id?: boolean;
431
+ lastActivity?: boolean;
432
+ userAgent?: boolean;
433
+ ip?: boolean;
434
+ city?: boolean;
435
+ country?: boolean;
436
+ userSession?: ValueTypes["UserSession"];
437
+ userApp?: ValueTypes["ApplicationsOnUsers"];
438
+ createdAt?: boolean;
439
+ __typename?: boolean;
440
+ }>;
441
+ ["Application"]: AliasType<{
442
+ id?: boolean;
443
+ name?: boolean;
444
+ __typename?: boolean;
445
+ }>;
446
+ ["ApplicationsOnUsers"]: AliasType<{
447
+ fakeUserId?: boolean;
448
+ keyPair?: ValueTypes["AppKeyPair"];
449
+ sessions?: ValueTypes["AppSession"];
450
+ app?: ValueTypes["Application"];
451
+ user?: ValueTypes["User"];
452
+ folders?: ValueTypes["FoldersOnUsersOnApplications"];
453
+ settings?: ValueTypes["UserAppSettings"];
454
+ __typename?: boolean;
455
+ }>;
456
+ ["Blog"]: AliasType<{
457
+ id?: boolean;
458
+ order?: boolean;
459
+ entries?: ValueTypes["BlogEntry"];
460
+ __typename?: boolean;
461
+ }>;
462
+ ["BlogEntry"]: AliasType<{
463
+ id?: boolean;
464
+ lang?: boolean;
465
+ author?: boolean;
466
+ body?: boolean;
467
+ date?: boolean;
468
+ image?: boolean;
469
+ summary?: boolean;
470
+ title?: boolean;
471
+ __typename?: boolean;
472
+ }>;
473
+ ["BlogItem"]: AliasType<{
474
+ id?: boolean;
475
+ blogId?: boolean;
476
+ order?: boolean;
477
+ title?: boolean;
478
+ body?: boolean;
479
+ author?: boolean;
480
+ image?: boolean;
481
+ imageAlt?: boolean;
482
+ summary?: boolean;
483
+ date?: boolean;
484
+ __typename?: boolean;
485
+ }>;
486
+ ["CloudLimits"]: AliasType<{
487
+ size?: boolean;
488
+ maxSize?: boolean;
489
+ count?: boolean;
490
+ maxCount?: boolean;
491
+ __typename?: boolean;
492
+ }>;
493
+ ["Error"]: AliasType<{
494
+ ["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
495
+ ["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
496
+ ["...on ErrorUpgradePlan"]: ValueTypes["ErrorUpgradePlan"];
497
+ ["...on ErrorLangNotExist"]: ValueTypes["ErrorLangNotExist"];
498
+ ["...on ErrorNotExist"]: ValueTypes["ErrorNotExist"];
499
+ ["...on ErrorLimit"]: ValueTypes["ErrorLimit"];
500
+ ["...on ErrorBasic"]: ValueTypes["ErrorBasic"];
501
+ __typename?: boolean;
502
+ }>;
503
+ ["ErrorAccessDenied"]: AliasType<{
504
+ message?: boolean;
505
+ __typename?: boolean;
506
+ }>;
507
+ ["ErrorBase"]: AliasType<{
508
+ message?: boolean;
509
+ ["...on ErrorAccessDenied"]?: Omit<ValueTypes["ErrorAccessDenied"], keyof ValueTypes["ErrorBase"]>;
510
+ ["...on ErrorBasic"]?: Omit<ValueTypes["ErrorBasic"], keyof ValueTypes["ErrorBase"]>;
511
+ ["...on ErrorLangNotExist"]?: Omit<ValueTypes["ErrorLangNotExist"], keyof ValueTypes["ErrorBase"]>;
512
+ ["...on ErrorLimit"]?: Omit<ValueTypes["ErrorLimit"], keyof ValueTypes["ErrorBase"]>;
513
+ ["...on ErrorNotExist"]?: Omit<ValueTypes["ErrorNotExist"], keyof ValueTypes["ErrorBase"]>;
514
+ ["...on ErrorNotFound"]?: Omit<ValueTypes["ErrorNotFound"], keyof ValueTypes["ErrorBase"]>;
515
+ ["...on ErrorUpgradePlan"]?: Omit<ValueTypes["ErrorUpgradePlan"], keyof ValueTypes["ErrorBase"]>;
516
+ __typename?: boolean;
517
+ }>;
518
+ ["ErrorBasic"]: AliasType<{
519
+ message?: boolean;
520
+ __typename?: boolean;
521
+ }>;
522
+ ["ErrorLangNotExist"]: AliasType<{
523
+ message?: boolean;
524
+ __typename?: boolean;
525
+ }>;
526
+ ["ErrorLimit"]: AliasType<{
527
+ message?: boolean;
528
+ field?: boolean;
529
+ __typename?: boolean;
530
+ }>;
531
+ ["ErrorNotExist"]: AliasType<{
532
+ message?: boolean;
533
+ field?: boolean;
534
+ __typename?: boolean;
535
+ }>;
536
+ ["ErrorNotFound"]: AliasType<{
537
+ message?: boolean;
538
+ field?: boolean;
539
+ __typename?: boolean;
540
+ }>;
541
+ ["ErrorUpgradePlan"]: AliasType<{
542
+ message?: boolean;
543
+ __typename?: boolean;
544
+ }>;
545
+ ["Faq"]: AliasType<{
546
+ id?: boolean;
547
+ order?: boolean;
548
+ entries?: ValueTypes["FaqEntry"];
549
+ __typename?: boolean;
550
+ }>;
551
+ ["FaqEntry"]: AliasType<{
552
+ id?: boolean;
553
+ lang?: boolean;
554
+ question?: boolean;
555
+ answer?: boolean;
556
+ faq?: ValueTypes["Faq"];
557
+ __typename?: boolean;
558
+ }>;
559
+ ["FaqItem"]: AliasType<{
560
+ order?: boolean;
561
+ question?: boolean;
562
+ answer?: boolean;
563
+ __typename?: boolean;
564
+ }>;
565
+ ["File"]: AliasType<{
566
+ id?: boolean;
567
+ size?: boolean;
568
+ sizeBefore?: boolean;
569
+ createdAt?: boolean;
570
+ vFiles?: ValueTypes["VFile"];
571
+ vFilesCurrent?: ValueTypes["VFile"];
572
+ users?: ValueTypes["FilesOnUsersOnApplications"];
573
+ md5?: boolean;
574
+ md5Encrypted?: boolean;
575
+ deletedAt?: boolean;
576
+ userApp?: ValueTypes["ApplicationsOnUsers"];
577
+ mails?: ValueTypes["FilesOnMails"];
578
+ validatedAt?: boolean;
579
+ user?: ValueTypes["FilesOnUsersOnApplications"];
580
+ __typename?: boolean;
581
+ }>;
582
+ ["FileContent"]: AliasType<{
583
+ ["...on FileContentCloud"]: ValueTypes["FileContentCloud"];
584
+ ["...on FileContentReceivedMail"]: ValueTypes["FileContentReceivedMail"];
585
+ ["...on FileContentSentMail"]: ValueTypes["FileContentSentMail"];
586
+ __typename?: boolean;
587
+ }>;
588
+ ["FileContentBase"]: AliasType<{
589
+ parts?: ValueTypes["FileContentPart"];
590
+ key?: boolean;
591
+ md5?: boolean;
592
+ md5Encrypted?: boolean;
593
+ totalSize?: boolean;
594
+ type?: boolean;
595
+ ["...on FileContentCloud"]?: Omit<ValueTypes["FileContentCloud"], keyof ValueTypes["FileContentBase"]>;
596
+ ["...on FileContentReceivedMail"]?: Omit<ValueTypes["FileContentReceivedMail"], keyof ValueTypes["FileContentBase"]>;
597
+ ["...on FileContentSentMail"]?: Omit<ValueTypes["FileContentSentMail"], keyof ValueTypes["FileContentBase"]>;
598
+ __typename?: boolean;
599
+ }>;
600
+ ["FileContentCloud"]: AliasType<{
601
+ parts?: ValueTypes["FileContentPart"];
602
+ key?: boolean;
603
+ md5?: boolean;
604
+ md5Encrypted?: boolean;
605
+ totalSize?: boolean;
606
+ type?: boolean;
607
+ publicKey?: boolean;
608
+ __typename?: boolean;
609
+ }>;
610
+ ["FileContentPart"]: AliasType<{
611
+ contentUrl?: boolean;
612
+ order?: boolean;
613
+ md5?: boolean;
614
+ __typename?: boolean;
615
+ }>;
616
+ ["FileContentReceivedMail"]: AliasType<{
617
+ parts?: ValueTypes["FileContentPart"];
618
+ key?: boolean;
619
+ md5?: boolean;
620
+ md5Encrypted?: boolean;
621
+ totalSize?: boolean;
622
+ type?: boolean;
623
+ senderPublicKey?: boolean;
624
+ __typename?: boolean;
625
+ }>;
626
+ ["FileContentSentMail"]: AliasType<{
627
+ parts?: ValueTypes["FileContentPart"];
628
+ key?: boolean;
629
+ md5?: boolean;
630
+ md5Encrypted?: boolean;
631
+ totalSize?: boolean;
632
+ type?: boolean;
633
+ __typename?: boolean;
634
+ }>;
635
+ ["FileContentType"]: FileContentType;
636
+ ["FilePart"]: AliasType<{
637
+ id?: boolean;
638
+ file?: ValueTypes["File"];
639
+ fileId?: boolean;
640
+ size?: boolean;
641
+ order?: boolean;
642
+ md5?: boolean;
643
+ validatedAt?: boolean;
644
+ __typename?: boolean;
645
+ }>;
646
+ ["FilePartResponse"]: AliasType<{
647
+ fields?: boolean;
648
+ url?: boolean;
649
+ order?: boolean;
650
+ __typename?: boolean;
651
+ }>;
652
+ ["FileResponse"]: AliasType<{
653
+ fileId?: boolean;
654
+ parts?: ValueTypes["FilePartResponse"];
655
+ filePartSize?: boolean;
656
+ __typename?: boolean;
657
+ }>;
658
+ ["FileShared"]: AliasType<{
659
+ userId?: boolean;
660
+ message?: boolean;
661
+ appId?: boolean;
662
+ id?: boolean;
663
+ filename?: boolean;
664
+ size?: boolean;
665
+ sizeBefore?: boolean;
666
+ __typename?: boolean;
667
+ }>;
668
+ ["FileSharedContent"]: AliasType<{
669
+ ownerId?: boolean;
670
+ pubKey?: boolean;
671
+ message?: boolean;
672
+ appId?: boolean;
673
+ id?: boolean;
674
+ type?: boolean;
675
+ filename?: boolean;
676
+ contentUrl?: boolean;
677
+ key?: boolean;
678
+ size?: boolean;
679
+ sizeBefore?: boolean;
680
+ __typename?: boolean;
681
+ }>;
682
+ ["FilesOnMails"]: AliasType<{
683
+ file?: ValueTypes["File"];
684
+ fileKey?: boolean;
685
+ filename?: boolean;
686
+ mail?: ValueTypes["Mail"];
687
+ __typename?: boolean;
688
+ }>;
689
+ ["FilesOnUsersOnApplications"]: AliasType<{
690
+ file?: ValueTypes["File"];
691
+ userApp?: ValueTypes["ApplicationsOnUsers"];
692
+ key?: boolean;
693
+ __typename?: boolean;
694
+ }>;
695
+ ["Folder"]: AliasType<{
696
+ id?: boolean;
697
+ isFavorite?: boolean;
698
+ createdAt?: boolean;
699
+ deletedAt?: boolean;
700
+ updatedAt?: boolean;
701
+ createdBy?: ValueTypes["ApplicationsOnUsers"];
702
+ userApps?: ValueTypes["FoldersOnUsersOnApplications"];
703
+ userApp?: ValueTypes["FoldersOnUsersOnApplications"];
704
+ name?: boolean;
705
+ parentFolder?: ValueTypes["Folder"];
706
+ subfolders?: ValueTypes["Folder"];
707
+ vFiles?: ValueTypes["VFile"];
708
+ breadcrumb?: ValueTypes["FolderBreadcrumbItem"];
709
+ __typename?: boolean;
710
+ }>;
711
+ ["FolderBreadcrumbItem"]: AliasType<{
712
+ id?: boolean;
713
+ name?: boolean;
714
+ pubKey?: boolean;
715
+ nameKey?: boolean;
716
+ __typename?: boolean;
717
+ }>;
718
+ ["FolderSize"]: AliasType<{
719
+ size?: boolean;
720
+ sizeBefore?: boolean;
721
+ __typename?: boolean;
722
+ }>;
723
+ ["FoldersOnUsersOnApplications"]: AliasType<{
724
+ folder?: ValueTypes["Folder"];
725
+ userApp?: ValueTypes["ApplicationsOnUsers"];
726
+ rights?: boolean;
727
+ nameKey?: boolean;
728
+ isRoot?: boolean;
729
+ __typename?: boolean;
730
+ }>;
731
+ ["MailFileInput"]: {
732
+ id: string;
733
+ name: string;
734
+ fileKey: string;
735
+ };
736
+ ["MailRecipientInput"]: {
737
+ body: string;
738
+ subject: string;
739
+ recipientId: string;
740
+ files: ValueTypes["MailFileInput"][];
741
+ };
742
+ ["NameKeyInput"]: {
743
+ id: string;
744
+ nameKey: string;
745
+ files: ValueTypes["ShareFileKeyInput"][];
746
+ };
747
+ ["NameKeyInputFolders"]: {
748
+ id: string;
749
+ nameKey: string;
750
+ };
751
+ ["PayInput"]: {
752
+ type: ValueTypes["PayInputType"];
753
+ token: string;
754
+ firstName: string;
755
+ lastName: string;
756
+ street: string;
757
+ postalCode: string;
758
+ city: string;
759
+ country: string;
760
+ number: string;
761
+ month: string;
762
+ year: string;
763
+ cvv: string;
764
+ };
765
+ ["PayInputType"]: PayInputType;
766
+ ["ShareFileInHistoryInput"]: {
767
+ fileId: string;
768
+ users: ValueTypes["ShareFileKeyInput"][];
769
+ };
770
+ ["ShareFileKeyInput"]: {
771
+ id: string;
772
+ key: string;
773
+ };
774
+ ["ShareFoldersInput"]: {
775
+ folders: ValueTypes["NameKeyInputFolders"][];
776
+ vFiles: ValueTypes["NameKeyInput"][];
777
+ };
778
+ ["Limits"]: AliasType<{
779
+ downloadBandwidth?: boolean;
780
+ downloadCount?: boolean;
781
+ hardFileCount?: boolean;
782
+ hardFileSize?: boolean;
783
+ perFileSize?: boolean;
784
+ receivedMails?: ValueTypes["MailLimits"];
785
+ sentMails?: ValueTypes["MailLimits"];
786
+ uploadBandwidth?: boolean;
787
+ uploadCount?: boolean;
788
+ __typename?: boolean;
789
+ }>;
790
+ ["MailLimits"]: AliasType<{
791
+ count?: boolean;
792
+ fileCount?: boolean;
793
+ fileSize?: boolean;
794
+ hardCount?: boolean;
795
+ hardFileCount?: boolean;
796
+ hardFileSize?: boolean;
797
+ perFileSize?: boolean;
798
+ __typename?: boolean;
799
+ }>;
800
+ ["MailLimitsValues"]: AliasType<{
801
+ count?: boolean;
802
+ maxCount?: boolean;
803
+ fileCount?: boolean;
804
+ maxFileCount?: boolean;
805
+ fileSize?: boolean;
806
+ maxFileSize?: boolean;
807
+ __typename?: boolean;
808
+ }>;
809
+ ["QueryLimits"]: AliasType<{
810
+ cloud?: ValueTypes["CloudLimits"];
811
+ mail?: ValueTypes["UserMailLimits"];
812
+ __typename?: boolean;
813
+ }>;
814
+ ["UserMailLimits"]: AliasType<{
815
+ sent?: ValueTypes["MailLimitsValues"];
816
+ received?: ValueTypes["MailLimitsValues"];
817
+ __typename?: boolean;
818
+ }>;
819
+ ["Mail"]: AliasType<{
820
+ id?: boolean;
821
+ app?: ValueTypes["Application"];
822
+ body?: boolean;
823
+ createdAt?: boolean;
824
+ deletedAt?: boolean;
825
+ files?: ValueTypes["FilesOnMails"];
826
+ mailIntegrity?: ValueTypes["MailIntegrity"];
827
+ mailIntegrityDraft?: ValueTypes["MailIntegrityDraft"];
828
+ openedAt?: boolean;
829
+ recipient?: ValueTypes["User"];
830
+ sender?: ValueTypes["User"];
831
+ subject?: boolean;
832
+ type?: boolean;
833
+ recipients?: ValueTypes["User"];
834
+ __typename?: boolean;
835
+ }>;
836
+ ["MailIntegrity"]: AliasType<{
837
+ id?: boolean;
838
+ hash?: boolean;
839
+ hashKey?: boolean;
840
+ answers?: ValueTypes["MailIntegrity"];
841
+ app?: ValueTypes["Application"];
842
+ mails?: ValueTypes["Mail"];
843
+ recipients?: ValueTypes["User"];
844
+ temporaryRecipients?: ValueTypes["TemporaryUser"];
845
+ replyTo?: ValueTypes["MailIntegrity"];
846
+ __typename?: boolean;
847
+ }>;
848
+ ["MailIntegrityDraft"]: AliasType<{
849
+ id?: boolean;
850
+ hash?: boolean;
851
+ hashKey?: boolean;
852
+ app?: ValueTypes["Application"];
853
+ mail?: ValueTypes["Mail"];
854
+ recipients?: ValueTypes["User"];
855
+ temporaryRecipients?: ValueTypes["TemporaryUser"];
856
+ replyTo?: ValueTypes["MailIntegrity"];
857
+ __typename?: boolean;
858
+ }>;
859
+ ["Plan"]: AliasType<{
860
+ id?: boolean;
861
+ kind?: boolean;
862
+ codes?: boolean;
863
+ limits?: ValueTypes["Limits"];
864
+ __typename?: boolean;
865
+ }>;
866
+ ["Report"]: AliasType<{
867
+ id?: boolean;
868
+ user?: ValueTypes["User"];
869
+ reportedUser?: ValueTypes["User"];
870
+ customMessage?: boolean;
871
+ __typename?: boolean;
872
+ }>;
873
+ ["AddFileToHistoryResponse"]: AliasType<{
874
+ addFileToHistory?: ValueTypes["VFile"];
875
+ __typename?: boolean;
876
+ }>;
877
+ ["CancelPaymentResponse"]: AliasType<{
878
+ cancelPayment?: boolean;
879
+ __typename?: boolean;
880
+ }>;
881
+ ["ChangeUserPlanResponse"]: AliasType<{
882
+ changeUserPlan?: ValueTypes["User"];
883
+ __typename?: boolean;
884
+ }>;
885
+ ["CreateApplicationResponse"]: AliasType<{
886
+ createApplication?: boolean;
887
+ __typename?: boolean;
888
+ }>;
889
+ ["CreateDraftMailResponse"]: AliasType<{
890
+ createDraftMail?: ValueTypes["Mail"];
891
+ __typename?: boolean;
892
+ }>;
893
+ ["CreateFolderResponse"]: AliasType<{
894
+ createFolder?: ValueTypes["Folder"];
895
+ __typename?: boolean;
896
+ }>;
897
+ ["DbConfigMutationResponse"]: AliasType<{
898
+ dbConfigMutation?: boolean;
899
+ __typename?: boolean;
900
+ }>;
901
+ ["DbSetResponse"]: AliasType<{
902
+ dbSet?: boolean;
903
+ __typename?: boolean;
904
+ }>;
905
+ ["DeleteDraftMailResponse"]: AliasType<{
906
+ deleteDraftMail?: boolean;
907
+ __typename?: boolean;
908
+ }>;
909
+ ["DeleteFileResponse"]: AliasType<{
910
+ deleteFile?: boolean;
911
+ __typename?: boolean;
912
+ }>;
913
+ ["DeleteFolderResponse"]: AliasType<{
914
+ deleteFolder?: boolean;
915
+ __typename?: boolean;
916
+ }>;
917
+ ["DeleteFolderCloudTrashResponse"]: AliasType<{
918
+ deleteFolderCloudTrash?: boolean;
919
+ __typename?: boolean;
920
+ }>;
921
+ ["DeleteFolderSharingResponse"]: AliasType<{
922
+ deleteFolderSharing?: boolean;
923
+ __typename?: boolean;
924
+ }>;
925
+ ["DeleteMailResponse"]: AliasType<{
926
+ deleteMail?: boolean;
927
+ __typename?: boolean;
928
+ }>;
929
+ ["DeleteMailTrashResponse"]: AliasType<{
930
+ deleteMailTrash?: boolean;
931
+ __typename?: boolean;
932
+ }>;
933
+ ["DeleteUserResponse"]: AliasType<{
934
+ deleteUser?: boolean;
935
+ __typename?: boolean;
936
+ }>;
937
+ ["DeleteVFileResponse"]: AliasType<{
938
+ deleteVFile?: boolean;
939
+ __typename?: boolean;
940
+ }>;
941
+ ["DeleteVFileCloudTrashResponse"]: AliasType<{
942
+ deleteVFileCloudTrash?: boolean;
943
+ __typename?: boolean;
944
+ }>;
945
+ ["DeleteVFileSharingResponse"]: AliasType<{
946
+ deleteVFileSharing?: boolean;
947
+ __typename?: boolean;
948
+ }>;
949
+ ["DuplicateVFileResponse"]: AliasType<{
950
+ duplicateVFile?: boolean;
951
+ __typename?: boolean;
952
+ }>;
953
+ ["EmptyCloudTrashResponse"]: AliasType<{
954
+ emptyCloudTrash?: boolean;
955
+ __typename?: boolean;
956
+ }>;
957
+ ["EmptyMailTrashResponse"]: AliasType<{
958
+ emptyMailTrash?: boolean;
959
+ __typename?: boolean;
960
+ }>;
961
+ ["LogoutResponse"]: AliasType<{
962
+ logout?: boolean;
963
+ __typename?: boolean;
964
+ }>;
965
+ ["MoveFilesResponse"]: AliasType<{
966
+ moveFiles?: boolean;
967
+ __typename?: boolean;
968
+ }>;
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"];
1179
+ createdAt?: boolean;
1180
+ receivedMails?: ValueTypes["Mail"];
1181
+ waitingReceivedMails?: ValueTypes["WaitingReceivedMail"];
1182
+ sentMails?: ValueTypes["Mail"];
1183
+ draftMails?: ValueTypes["Mail"];
1184
+ appSettings?: ValueTypes["UserAppSettings"];
1185
+ applications?: ValueTypes["ApplicationsOnUsers"];
1186
+ publicKey?: boolean;
1187
+ __typename?: boolean;
1188
+ }>;
1189
+ ["UserAppNotifications"]: AliasType<{
1190
+ id?: boolean;
1191
+ enableAll?: boolean;
1192
+ mail?: boolean;
1193
+ cloud?: boolean;
1194
+ disableAllUntil?: boolean;
1195
+ __typename?: boolean;
1196
+ }>;
1197
+ ["UserAppSettings"]: AliasType<{
1198
+ id?: boolean;
1199
+ cloudFileDaysForDelete?: boolean;
1200
+ cloudFolderDaysForDelete?: boolean;
1201
+ historyFileDaysForDelete?: boolean;
1202
+ historyMaxFileCount?: boolean;
1203
+ autoDisconnectDelay?: boolean;
1204
+ __typename?: boolean;
1205
+ }>;
1206
+ ["UserSession"]: AliasType<{
1207
+ id?: boolean;
1208
+ appSessions?: ValueTypes["AppSession"];
1209
+ lastActivity?: boolean;
1210
+ userAgent?: boolean;
1211
+ ip?: boolean;
1212
+ city?: boolean;
1213
+ country?: boolean;
1214
+ createdAt?: boolean;
1215
+ __typename?: boolean;
1216
+ }>;
1217
+ ["VFile"]: AliasType<{
1218
+ id?: boolean;
1219
+ isFavorite?: boolean;
1220
+ createdAt?: boolean;
1221
+ deletedAt?: boolean;
1222
+ filename?: boolean;
1223
+ userApps?: ValueTypes["VFilesOnUsersOnApplications"];
1224
+ createdBy?: ValueTypes["ApplicationsOnUsers"];
1225
+ userApp?: ValueTypes["VFilesOnUsersOnApplications"];
1226
+ folder?: ValueTypes["Folder"];
1227
+ history?: ValueTypes["File"];
1228
+ current?: ValueTypes["File"];
1229
+ updatedAt?: boolean;
1230
+ __typename?: boolean;
1231
+ }>;
1232
+ ["VFilesOnUsersOnApplications"]: AliasType<{
1233
+ vFile?: ValueTypes["VFile"];
1234
+ userApp?: ValueTypes["ApplicationsOnUsers"];
1235
+ rights?: boolean;
1236
+ nameKey?: boolean;
1237
+ isRoot?: boolean;
1238
+ __typename?: boolean;
1239
+ }>;
1240
+ ["WaitingReceivedMail"]: AliasType<{
1241
+ sender?: ValueTypes["User"];
1242
+ date?: boolean;
1243
+ recipients?: ValueTypes["User"];
1244
+ temporaryRecipients?: ValueTypes["TemporaryUser"];
1245
+ attachmentsCount?: boolean;
1246
+ __typename?: boolean;
1247
+ }>;
1248
+ ["PaymentInfos"]: AliasType<{
1249
+ hostedUrl?: boolean;
1250
+ currentSubscription?: ValueTypes["RecurlySubscription"];
1251
+ invoices?: ValueTypes["RecurlyInvoices"];
1252
+ __typename?: boolean;
1253
+ }>;
1254
+ ["RecurlyInvoices"]: AliasType<{
1255
+ pdf?: boolean;
1256
+ date?: boolean;
1257
+ due?: boolean;
1258
+ status?: boolean;
1259
+ total?: boolean;
1260
+ name?: boolean;
1261
+ currency?: boolean;
1262
+ __typename?: boolean;
1263
+ }>;
1264
+ ["RecurlySubscription"]: AliasType<{
1265
+ autorenew?: boolean;
1266
+ activatedAt?: boolean;
1267
+ currentPeriodEndsAt?: boolean;
1268
+ currentPeriodStartedAt?: boolean;
1269
+ canceledAt?: boolean;
1270
+ createdAt?: boolean;
1271
+ expiresAt?: boolean;
1272
+ pausedAt?: boolean;
1273
+ trialEndsAt?: boolean;
1274
+ trialStartedAt?: boolean;
1275
+ updatedAt?: boolean;
1276
+ state?: boolean;
1277
+ collectionMethod?: boolean;
1278
+ plan?: boolean;
1279
+ planCode?: boolean;
1280
+ total?: boolean;
1281
+ __typename?: boolean;
1282
+ }>;
1283
+ ["ShareFolderResponse"]: AliasType<{
1284
+ folders?: boolean;
1285
+ vFiles?: boolean;
1286
+ __typename?: boolean;
1287
+ }>;
1288
+ ["Query"]: AliasType<{
1289
+ appNotifications?: ValueTypes["AppNotificationsResult"];
1290
+ blog?: [{
1291
+ lang?: ValueTypes["Lang"] | null;
1292
+ }, ValueTypes["BlogResult"]];
1293
+ dbConfig?: [{
1294
+ appCode: string;
1295
+ }, ValueTypes["DbConfigResult"]];
1296
+ dbGet?: [
1297
+ {
1298
+ field: string;
1299
+ userId?: string | null;
1300
+ },
1301
+ ValueTypes["DbGetResult"]
1302
+ ];
1303
+ dbSearch?: [
1304
+ {
1305
+ search: string;
1306
+ field: string;
1307
+ },
1308
+ ValueTypes["DbSearchResult"]
1309
+ ];
1310
+ deletedFolders?: ValueTypes["DeletedFoldersResult"];
1311
+ deletedMails?: [
1312
+ {
1313
+ mailType: ValueTypes["MailType"];
1314
+ },
1315
+ ValueTypes["DeletedMailsResult"]
1316
+ ];
1317
+ deletedVFiles?: ValueTypes["DeletedVFilesResult"];
1318
+ faq?: [{
1319
+ lang?: ValueTypes["Lang"] | null;
1320
+ }, ValueTypes["FaqResult"]];
1321
+ file?: [{
1322
+ id: string;
1323
+ }, ValueTypes["FileResult"]];
1324
+ fileContent?: [{
1325
+ fileId: string;
1326
+ }, ValueTypes["FileContentResult"]];
1327
+ filesSharedWithMe?: [
1328
+ {
1329
+ accepted?: boolean | null;
1330
+ },
1331
+ ValueTypes["FileSharedContent"]
1332
+ ];
1333
+ folder?: [
1334
+ {
1335
+ id?: string | null;
1336
+ deleted?: boolean | null;
1337
+ },
1338
+ ValueTypes["FolderResult"]
1339
+ ];
1340
+ folderSize?: [{
1341
+ folderId?: string | null;
1342
+ }, ValueTypes["FolderSizeResult"]];
1343
+ foldersSharedWithMe?: ValueTypes["FoldersSharedWithMeResult"];
1344
+ limits?: ValueTypes["LimitsResult"];
1345
+ mail?: [{
1346
+ id: string;
1347
+ }, ValueTypes["MailResult"]];
1348
+ paymentInfos?: ValueTypes["PaymentInfosResult"];
1349
+ plans?: ValueTypes["PlansResult"];
1350
+ sharedFolders?: ValueTypes["SharedFoldersResult"];
1351
+ sharedVFiles?: ValueTypes["SharedVFilesResult"];
1352
+ test?: boolean;
1353
+ unreadReceivedMailsCount?: ValueTypes["UnreadReceivedMailsCountResult"];
1354
+ user?: [{
1355
+ userId?: string | null;
1356
+ }, ValueTypes["UserResult"]];
1357
+ vFile?: [{
1358
+ id: string;
1359
+ }, ValueTypes["VFileResult"]];
1360
+ vFilesSharedWithMe?: ValueTypes["VFilesSharedWithMeResult"];
1361
+ userList?: [{
1362
+ search?: string | null;
1363
+ }, ValueTypes["UserListResult"]];
1364
+ __typename?: boolean;
1365
+ }>;
1366
+ ["Mutation"]: AliasType<{
1367
+ addFileToHistory?: [
1368
+ {
1369
+ vFileId: string;
1370
+ fileId: string;
1371
+ },
1372
+ ValueTypes["AddFileToHistoryResult"]
1373
+ ];
1374
+ cancelPayment?: ValueTypes["CancelPaymentResult"];
1375
+ createApplication?: [
1376
+ {
1377
+ name: string;
1378
+ origin: string;
1379
+ developerId: string;
1380
+ },
1381
+ ValueTypes["CreateApplicationResult"]
1382
+ ];
1383
+ createDraftMail?: [
1384
+ {
1385
+ hash: string;
1386
+ hashKey: string;
1387
+ body: string;
1388
+ subject: string;
1389
+ replyTo?: string | null;
1390
+ senderFiles: ValueTypes["MailFileInput"][];
1391
+ recipients: string[];
1392
+ },
1393
+ ValueTypes["CreateDraftMailResult"]
1394
+ ];
1395
+ createFolder?: [
1396
+ {
1397
+ name: string;
1398
+ key: string;
1399
+ parentFolderId?: string | null;
1400
+ },
1401
+ ValueTypes["CreateFolderResult"]
1402
+ ];
1403
+ dbConfigMutation?: [
1404
+ {
1405
+ appCode: string;
1406
+ config: string;
1407
+ },
1408
+ ValueTypes["DbConfigMutationResult"]
1409
+ ];
1410
+ dbSet?: [
1411
+ {
1412
+ value: string;
1413
+ userId?: string | null;
1414
+ },
1415
+ ValueTypes["DbSetResult"]
1416
+ ];
1417
+ deleteDraftMail?: [
1418
+ {
1419
+ draftId: string;
1420
+ },
1421
+ ValueTypes["DeleteDraftMailResult"]
1422
+ ];
1423
+ deleteFile?: [
1424
+ {
1425
+ fileId: string;
1426
+ vFileId: string;
1427
+ },
1428
+ ValueTypes["DeleteFileResult"]
1429
+ ];
1430
+ deleteFolder?: [{
1431
+ id: string;
1432
+ }, ValueTypes["DeleteFolderResult"]];
1433
+ deleteFolderCloudTrash?: [
1434
+ {
1435
+ ids: string[];
1436
+ },
1437
+ ValueTypes["DeleteFolderCloudTrashResult"]
1438
+ ];
1439
+ deleteFolderSharing?: [
1440
+ {
1441
+ folderId: string;
1442
+ userId: string;
1443
+ },
1444
+ ValueTypes["DeleteFolderSharingResult"]
1445
+ ];
1446
+ deleteMail?: [{
1447
+ mailId: string;
1448
+ }, ValueTypes["DeleteMailResult"]];
1449
+ deleteMailTrash?: [{
1450
+ ids: string[];
1451
+ }, ValueTypes["DeleteMailTrashResult"]];
1452
+ deleteUser?: [{
1453
+ userId?: string | null;
1454
+ }, ValueTypes["DeleteUserResult"]];
1455
+ deleteVFile?: [{
1456
+ fileId: string;
1457
+ }, ValueTypes["DeleteVFileResult"]];
1458
+ deleteVFileCloudTrash?: [
1459
+ {
1460
+ ids: string[];
1461
+ },
1462
+ ValueTypes["DeleteVFileCloudTrashResult"]
1463
+ ];
1464
+ deleteVFileSharing?: [
1465
+ {
1466
+ vFileId: string;
1467
+ userId: string;
1468
+ },
1469
+ ValueTypes["DeleteVFileSharingResult"]
1470
+ ];
1471
+ duplicateVFile?: [
1472
+ {
1473
+ vFileId: string;
1474
+ folderId?: string | null;
1475
+ customName?: string | null;
1476
+ },
1477
+ ValueTypes["DuplicateVFileResult"]
1478
+ ];
1479
+ emptyCloudTrash?: ValueTypes["EmptyCloudTrashResult"];
1480
+ emptyMailTrash?: ValueTypes["EmptyMailTrashResult"];
1481
+ logout?: [{
1482
+ sessionId?: string | null;
1483
+ }, ValueTypes["LogoutResult"]];
1484
+ moveFiles?: [
1485
+ {
1486
+ filesId: string[];
1487
+ parentFolderId?: string | null;
1488
+ },
1489
+ ValueTypes["MoveFilesResult"]
1490
+ ];
1491
+ moveFolders?: [
1492
+ {
1493
+ foldersId: string[];
1494
+ parentFolderId?: string | null;
1495
+ },
1496
+ ValueTypes["MoveFoldersResult"]
1497
+ ];
1498
+ pay?: [
1499
+ {
1500
+ planCode: string;
1501
+ input: ValueTypes["PayInput"];
1502
+ autoRenew?: boolean | null;
1503
+ },
1504
+ ValueTypes["PayResult"]
1505
+ ];
1506
+ readMail?: [{
1507
+ mailId: string;
1508
+ }, ValueTypes["ReadMailResult"]];
1509
+ recoverFolder?: [{
1510
+ id: string;
1511
+ }, ValueTypes["RecoverFolderResult"]];
1512
+ recoverMail?: [{
1513
+ mailId: string;
1514
+ }, ValueTypes["RecoverMailResult"]];
1515
+ recoverVFile?: [{
1516
+ vFileId: string;
1517
+ }, ValueTypes["RecoverVFileResult"]];
1518
+ saveInCloud?: [
1519
+ {
1520
+ fileId: string;
1521
+ key: string;
1522
+ folderId?: string | null;
1523
+ filename: string;
1524
+ nameKey: string;
1525
+ },
1526
+ ValueTypes["SaveInCloudResult"]
1527
+ ];
1528
+ sendDraftMail?: [
1529
+ {
1530
+ draftMailId: string;
1531
+ temporaryRecipients: string[];
1532
+ recipients: ValueTypes["MailRecipientInput"][];
1533
+ customMessage?: string | null;
1534
+ },
1535
+ ValueTypes["SendDraftMailResult"]
1536
+ ];
1537
+ sendOneMail?: [
1538
+ {
1539
+ mailIntegrityId: string;
1540
+ recipient: ValueTypes["MailRecipientInput"];
1541
+ },
1542
+ ValueTypes["SendOneMailResult"]
1543
+ ];
1544
+ sendReport?: [
1545
+ {
1546
+ reportedUserId: string;
1547
+ customMessage?: string | null;
1548
+ },
1549
+ ValueTypes["SendReportResult"]
1550
+ ];
1551
+ shareFileInHistory?: [
1552
+ {
1553
+ input: ValueTypes["ShareFileInHistoryInput"];
1554
+ vFileId: string;
1555
+ },
1556
+ ValueTypes["ShareFileInHistoryResult"]
1557
+ ];
1558
+ shareFolder?: [
1559
+ {
1560
+ folderId: string;
1561
+ userId: string;
1562
+ },
1563
+ ValueTypes["ShareFolderResult"]
1564
+ ];
1565
+ shareFolderFinish?: [
1566
+ {
1567
+ shareFolders: ValueTypes["ShareFoldersInput"];
1568
+ userId: string;
1569
+ rights: ValueTypes["Rights"];
1570
+ },
1571
+ ValueTypes["ShareFolderFinishResult"]
1572
+ ];
1573
+ shareVFile?: [
1574
+ {
1575
+ vFileId: string;
1576
+ userId: string;
1577
+ nameKey: string;
1578
+ rights: ValueTypes["Rights"];
1579
+ history: ValueTypes["ShareFileKeyInput"][];
1580
+ },
1581
+ ValueTypes["ShareVFileResult"]
1582
+ ];
1583
+ unreadMail?: [{
1584
+ mailId: string;
1585
+ }, ValueTypes["UnreadMailResult"]];
1586
+ updateAppNotifications?: [
1587
+ {
1588
+ enableAll?: boolean | null;
1589
+ mail?: boolean | null;
1590
+ cloud?: boolean | null;
1591
+ disableAllUntil?: ValueTypes["DateTime"] | null;
1592
+ },
1593
+ ValueTypes["UpdateAppNotificationsResult"]
1594
+ ];
1595
+ updateAppSettings?: [
1596
+ {
1597
+ cloudFileDaysForDelete?: number | null;
1598
+ cloudFolderDaysForDelete?: number | null;
1599
+ historyFileDaysForDelete?: number | null;
1600
+ historyMaxFileCount?: number | null;
1601
+ autoDisconnectDelay?: number | null;
1602
+ },
1603
+ ValueTypes["UpdateAppSettingsResult"]
1604
+ ];
1605
+ updateDraftMail?: [
1606
+ {
1607
+ draftId: string;
1608
+ hash?: string | null;
1609
+ hashKey?: string | null;
1610
+ body?: string | null;
1611
+ subject?: string | null;
1612
+ replyTo?: string | null;
1613
+ senderFiles?: ValueTypes["MailFileInput"][];
1614
+ recipients?: string[];
1615
+ },
1616
+ ValueTypes["UpdateDraftMailResult"]
1617
+ ];
1618
+ updateFile?: [
1619
+ {
1620
+ fileId: string;
1621
+ isFavorite?: boolean | null;
1622
+ filename?: string | null;
1623
+ deletedAt?: ValueTypes["DateTime"] | null;
1624
+ },
1625
+ ValueTypes["UpdateFileResult"]
1626
+ ];
1627
+ updateFolder?: [
1628
+ {
1629
+ folderId: string;
1630
+ name?: string | null;
1631
+ isFavorite?: boolean | null;
1632
+ deletedAt?: ValueTypes["DateTime"] | null;
1633
+ },
1634
+ ValueTypes["UpdateFolderResult"]
1635
+ ];
1636
+ updateProfile?: [
1637
+ {
1638
+ firstname?: string | null;
1639
+ lastname?: string | null;
1640
+ lang?: ValueTypes["Lang"] | null;
1641
+ },
1642
+ ValueTypes["UpdateProfileResult"]
1643
+ ];
1644
+ uploadAnonymous?: [
1645
+ {
1646
+ fileName: string;
1647
+ fileSize: number;
1648
+ fileSizeBefore: number;
1649
+ message?: string | null;
1650
+ pubKey: string;
1651
+ token: string;
1652
+ },
1653
+ ValueTypes["FileResponse"]
1654
+ ];
1655
+ uploadFile?: [
1656
+ {
1657
+ fileSize: ValueTypes["BigInt"];
1658
+ fileSizeBefore: ValueTypes["BigInt"];
1659
+ fileKey: string;
1660
+ md5: string;
1661
+ md5Encrypted: string;
1662
+ },
1663
+ ValueTypes["UploadFileResult"]
1664
+ ];
1665
+ uploadFileEnd?: [{
1666
+ fileId: string;
1667
+ }, ValueTypes["UploadFileEndResult"]];
1668
+ uploadFilePartEnd?: [
1669
+ {
1670
+ fileId: string;
1671
+ md5: string;
1672
+ order: number;
1673
+ },
1674
+ ValueTypes["UploadFilePartEndResult"]
1675
+ ];
1676
+ changeUserPlan?: [
1677
+ {
1678
+ userId: string;
1679
+ plan: ValueTypes["PlanKind"];
1680
+ },
1681
+ ValueTypes["ChangeUserPlanResult"]
1682
+ ];
1683
+ __typename?: boolean;
1684
+ }>;
1685
+ ["Subscription"]: AliasType<{
1686
+ test?: boolean;
1687
+ __typename?: boolean;
1688
+ }>;
1689
+ };
1690
+ export declare type ModelTypes = {
1691
+ ["BigInt"]: any;
1692
+ ["Bytes"]: any;
1693
+ ["DateTime"]: any;
1694
+ ["Decimal"]: any;
1695
+ ["Json"]: any;
1696
+ ["Lang"]: GraphQLTypes["Lang"];
1697
+ ["PlanKind"]: GraphQLTypes["PlanKind"];
1698
+ ["UserRole"]: GraphQLTypes["UserRole"];
1699
+ ["MailType"]: GraphQLTypes["MailType"];
1700
+ ["Rights"]: GraphQLTypes["Rights"];
1701
+ ["AppNotificationsResult"]: ModelTypes["UserAppNotifications"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
1702
+ ["BlogResult"]: ModelTypes["BlogResponse"] | ModelTypes["ErrorLangNotExist"];
1703
+ ["DbConfigResult"]: ModelTypes["DbConfigResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorNotFound"];
1704
+ ["DbGetResult"]: ModelTypes["DbGetResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorNotExist"];
1705
+ ["DbSearchResult"]: ModelTypes["DbSearchResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorBasic"];
1706
+ ["DeletedFoldersResult"]: ModelTypes["DeletedFoldersResponse"] | ModelTypes["ErrorAccessDenied"];
1707
+ ["DeletedMailsResult"]: ModelTypes["DeletedMailsResponse"] | ModelTypes["ErrorAccessDenied"];
1708
+ ["DeletedVFilesResult"]: ModelTypes["DeletedVFilesResponse"] | ModelTypes["ErrorAccessDenied"];
1709
+ ["FaqResult"]: ModelTypes["FaqResponse"] | ModelTypes["ErrorAccessDenied"];
1710
+ ["FileResult"]: ModelTypes["FileQueryResponse"] | ModelTypes["ErrorAccessDenied"];
1711
+ ["FileContentResult"]: ModelTypes["FileContentResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
1712
+ ["FolderResult"]: ModelTypes["FolderResponse"] | ModelTypes["ErrorAccessDenied"];
1713
+ ["FolderSizeResult"]: ModelTypes["FolderSizeResponse"] | ModelTypes["ErrorAccessDenied"];
1714
+ ["FoldersSharedWithMeResult"]: ModelTypes["FolderSharedWithMeResponse"] | ModelTypes["ErrorAccessDenied"];
1715
+ ["LimitsResult"]: ModelTypes["QueryLimits"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorLimit"];
1716
+ ["MailResult"]: ModelTypes["QueryMailResponse"] | ModelTypes["ErrorAccessDenied"];
1717
+ ["PaymentInfosResult"]: ModelTypes["PaymentInfosResponse"] | ModelTypes["ErrorAccessDenied"];
1718
+ ["PlansResult"]: ModelTypes["PlanResponse"];
1719
+ ["SharedFoldersResult"]: ModelTypes["SharedFoldersResponse"] | ModelTypes["ErrorAccessDenied"];
1720
+ ["SharedVFilesResult"]: ModelTypes["SharedVFilesResponse"] | ModelTypes["ErrorAccessDenied"];
1721
+ ["UnreadReceivedMailsCountResult"]: ModelTypes["UnreadReceivedMailsCountResponse"] | ModelTypes["ErrorAccessDenied"];
1722
+ ["UserResult"]: ModelTypes["UserResponse"] | ModelTypes["ErrorNotFound"];
1723
+ ["VFileResult"]: ModelTypes["VFileResponse"] | ModelTypes["ErrorAccessDenied"];
1724
+ ["VFilesSharedWithMeResult"]: ModelTypes["VFilesSharedWithMeResponse"] | ModelTypes["ErrorAccessDenied"];
1725
+ ["UserListResult"]: ModelTypes["UserListResponse"] | ModelTypes["ErrorAccessDenied"];
1726
+ ["AddFileToHistoryResult"]: ModelTypes["AddFileToHistoryResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
1727
+ ["CancelPaymentResult"]: ModelTypes["CancelPaymentResponse"] | ModelTypes["ErrorAccessDenied"];
1728
+ ["CreateApplicationResult"]: ModelTypes["CreateApplicationResponse"] | ModelTypes["ErrorNotExist"];
1729
+ ["CreateDraftMailResult"]: ModelTypes["CreateDraftMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
1730
+ ["CreateFolderResult"]: ModelTypes["CreateFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
1731
+ ["DbConfigMutationResult"]: ModelTypes["DbConfigMutationResponse"] | ModelTypes["ErrorAccessDenied"];
1732
+ ["DbSetResult"]: ModelTypes["DbSetResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
1733
+ ["DeleteDraftMailResult"]: ModelTypes["DeleteDraftMailResponse"] | ModelTypes["ErrorAccessDenied"];
1734
+ ["DeleteFileResult"]: ModelTypes["DeleteFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
1735
+ ["DeleteFolderResult"]: ModelTypes["DeleteFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
1736
+ ["DeleteFolderCloudTrashResult"]: ModelTypes["DeleteFolderCloudTrashResponse"] | ModelTypes["ErrorAccessDenied"];
1737
+ ["DeleteFolderSharingResult"]: ModelTypes["DeleteFolderSharingResponse"] | ModelTypes["ErrorAccessDenied"];
1738
+ ["DeleteMailResult"]: ModelTypes["DeleteMailResponse"] | ModelTypes["ErrorAccessDenied"];
1739
+ ["DeleteMailTrashResult"]: ModelTypes["DeleteMailTrashResponse"] | ModelTypes["ErrorAccessDenied"];
1740
+ ["DeleteUserResult"]: ModelTypes["DeleteUserResponse"] | ModelTypes["ErrorAccessDenied"];
1741
+ ["DeleteVFileResult"]: ModelTypes["DeleteVFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
1742
+ ["DeleteVFileCloudTrashResult"]: ModelTypes["DeleteVFileCloudTrashResponse"] | ModelTypes["ErrorAccessDenied"];
1743
+ ["DeleteVFileSharingResult"]: ModelTypes["DeleteVFileSharingResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
1744
+ ["DuplicateVFileResult"]: ModelTypes["DuplicateVFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
1745
+ ["EmptyCloudTrashResult"]: ModelTypes["DeleteMailResponse"] | ModelTypes["ErrorAccessDenied"];
1746
+ ["EmptyMailTrashResult"]: ModelTypes["EmptyMailTrashResponse"] | ModelTypes["ErrorAccessDenied"];
1747
+ ["LogoutResult"]: ModelTypes["LogoutResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
1748
+ ["MoveFilesResult"]: ModelTypes["MoveFilesResponse"] | ModelTypes["ErrorAccessDenied"];
1749
+ ["MoveFoldersResult"]: ModelTypes["MoveFoldersResponse"] | ModelTypes["ErrorAccessDenied"];
1750
+ ["PayResult"]: ModelTypes["PayResponse"] | ModelTypes["ErrorAccessDenied"];
1751
+ ["ReadMailResult"]: ModelTypes["ReadMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorNotFound"];
1752
+ ["RecoverFolderResult"]: ModelTypes["RecoverFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
1753
+ ["RecoverMailResult"]: ModelTypes["RecoverMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
1754
+ ["RecoverVFileResult"]: ModelTypes["RecoverVFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
1755
+ ["SaveInCloudResult"]: ModelTypes["SaveInCloudResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorBasic"];
1756
+ ["SendDraftMailResult"]: ModelTypes["SendDraftMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
1757
+ ["SendOneMailResult"]: ModelTypes["RecoverFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
1758
+ ["SendReportResult"]: ModelTypes["SendReportResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
1759
+ ["ShareFileInHistoryResult"]: ModelTypes["ShareFileInHistoryResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
1760
+ ["ShareFolderResult"]: ModelTypes["ShareFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
1761
+ ["ShareFolderFinishResult"]: ModelTypes["ShareFolderFinishResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
1762
+ ["ShareVFileResult"]: ModelTypes["ShareVFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorNotFound"];
1763
+ ["UnreadMailResult"]: ModelTypes["UnreadMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorBasic"];
1764
+ ["UpdateAppNotificationsResult"]: ModelTypes["UpdateAppNotificationsResponse"] | ModelTypes["ErrorAccessDenied"];
1765
+ ["UpdateAppSettingsResult"]: ModelTypes["UpdateAppSettingsResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
1766
+ ["UpdateDraftMailResult"]: ModelTypes["UpdateDraftMailResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"];
1767
+ ["UpdateFileResult"]: ModelTypes["UpdateFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorBasic"];
1768
+ ["UpdateFolderResult"]: ModelTypes["UpdateFolderResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"];
1769
+ ["UpdateProfileResult"]: ModelTypes["UpdateProfileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
1770
+ ["UploadFileResult"]: ModelTypes["UploadFileResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorLimit"];
1771
+ ["UploadFileEndResult"]: ModelTypes["UploadFileEndResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
1772
+ ["UploadFilePartEndResult"]: ModelTypes["UploadFilePartEndResponse"] | ModelTypes["ErrorAccessDenied"];
1773
+ ["ChangeUserPlanResult"]: ModelTypes["ChangeUserPlanResponse"] | ModelTypes["ErrorAccessDenied"];
1774
+ ["AppKeyPair"]: {
1775
+ pub: string;
1776
+ };
1777
+ ["AppSession"]: {
1778
+ id: string;
1779
+ lastActivity?: ModelTypes["DateTime"];
1780
+ userAgent?: string;
1781
+ ip?: string;
1782
+ city?: string;
1783
+ country?: string;
1784
+ userSession: ModelTypes["UserSession"];
1785
+ userApp?: ModelTypes["ApplicationsOnUsers"];
1786
+ createdAt: ModelTypes["DateTime"];
1787
+ };
1788
+ ["Application"]: {
1789
+ id: string;
1790
+ name: string;
1791
+ };
1792
+ ["ApplicationsOnUsers"]: {
1793
+ fakeUserId: string;
1794
+ keyPair?: ModelTypes["AppKeyPair"];
1795
+ sessions: ModelTypes["AppSession"][];
1796
+ app: ModelTypes["Application"];
1797
+ user: ModelTypes["User"];
1798
+ folders: ModelTypes["FoldersOnUsersOnApplications"][];
1799
+ settings: ModelTypes["UserAppSettings"];
1800
+ };
1801
+ ["Blog"]: {
1802
+ id: string;
1803
+ order: number;
1804
+ entries: ModelTypes["BlogEntry"][];
1805
+ };
1806
+ ["BlogEntry"]: {
1807
+ id: string;
1808
+ lang: ModelTypes["Lang"];
1809
+ author: string;
1810
+ body: string;
1811
+ date: ModelTypes["DateTime"];
1812
+ image: string;
1813
+ summary: string;
1814
+ title: string;
1815
+ };
1816
+ ["BlogItem"]: {
1817
+ id: string;
1818
+ blogId: string;
1819
+ order: number;
1820
+ title: string;
1821
+ body: string;
1822
+ author: string;
1823
+ image: string;
1824
+ imageAlt: string;
1825
+ summary: string;
1826
+ date: ModelTypes["DateTime"];
1827
+ };
1828
+ ["CloudLimits"]: {
1829
+ size: ModelTypes["BigInt"];
1830
+ maxSize?: ModelTypes["BigInt"];
1831
+ count: ModelTypes["BigInt"];
1832
+ maxCount?: ModelTypes["BigInt"];
1833
+ };
1834
+ ["Error"]: ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorUpgradePlan"] | ModelTypes["ErrorLangNotExist"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorLimit"] | ModelTypes["ErrorBasic"];
1835
+ ["ErrorAccessDenied"]: {
1836
+ message: string;
1837
+ };
1838
+ ["ErrorBase"]: ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorBasic"] | ModelTypes["ErrorLangNotExist"] | ModelTypes["ErrorLimit"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorUpgradePlan"];
1839
+ ["ErrorBasic"]: {
1840
+ message: string;
1841
+ };
1842
+ ["ErrorLangNotExist"]: {
1843
+ message: string;
1844
+ };
1845
+ ["ErrorLimit"]: {
1846
+ message: string;
1847
+ field?: string;
1848
+ };
1849
+ ["ErrorNotExist"]: {
1850
+ message: string;
1851
+ field?: string;
1852
+ };
1853
+ ["ErrorNotFound"]: {
1854
+ message: string;
1855
+ field?: string;
1856
+ };
1857
+ ["ErrorUpgradePlan"]: {
1858
+ message: string;
1859
+ };
1860
+ ["Faq"]: {
1861
+ id: string;
1862
+ order: number;
1863
+ entries: ModelTypes["FaqEntry"][];
1864
+ };
1865
+ ["FaqEntry"]: {
1866
+ id: string;
1867
+ lang: ModelTypes["Lang"];
1868
+ question: string;
1869
+ answer: string;
1870
+ faq: ModelTypes["Faq"];
1871
+ };
1872
+ ["FaqItem"]: {
1873
+ order: number;
1874
+ question: string;
1875
+ answer: string;
1876
+ };
1877
+ ["File"]: {
1878
+ id: string;
1879
+ size: ModelTypes["BigInt"];
1880
+ sizeBefore: ModelTypes["BigInt"];
1881
+ createdAt: ModelTypes["DateTime"];
1882
+ vFiles: ModelTypes["VFile"][];
1883
+ vFilesCurrent: ModelTypes["VFile"][];
1884
+ users: ModelTypes["FilesOnUsersOnApplications"][];
1885
+ md5: string;
1886
+ md5Encrypted: string;
1887
+ deletedAt?: ModelTypes["DateTime"];
1888
+ userApp: ModelTypes["ApplicationsOnUsers"];
1889
+ mails: ModelTypes["FilesOnMails"][];
1890
+ validatedAt?: ModelTypes["DateTime"];
1891
+ user?: ModelTypes["FilesOnUsersOnApplications"];
1892
+ };
1893
+ ["FileContent"]: ModelTypes["FileContentCloud"] | ModelTypes["FileContentReceivedMail"] | ModelTypes["FileContentSentMail"];
1894
+ ["FileContentBase"]: ModelTypes["FileContentCloud"] | ModelTypes["FileContentReceivedMail"] | ModelTypes["FileContentSentMail"];
1895
+ ["FileContentCloud"]: {
1896
+ parts: ModelTypes["FileContentPart"][];
1897
+ key: string;
1898
+ md5: string;
1899
+ md5Encrypted: string;
1900
+ totalSize: ModelTypes["BigInt"];
1901
+ type: ModelTypes["FileContentType"];
1902
+ publicKey: string;
1903
+ };
1904
+ ["FileContentPart"]: {
1905
+ contentUrl: string;
1906
+ order: number;
1907
+ md5: string;
1908
+ };
1909
+ ["FileContentReceivedMail"]: {
1910
+ parts: ModelTypes["FileContentPart"][];
1911
+ key: string;
1912
+ md5: string;
1913
+ md5Encrypted: string;
1914
+ totalSize: ModelTypes["BigInt"];
1915
+ type: ModelTypes["FileContentType"];
1916
+ senderPublicKey: string;
1917
+ };
1918
+ ["FileContentSentMail"]: {
1919
+ parts: ModelTypes["FileContentPart"][];
1920
+ key: string;
1921
+ md5: string;
1922
+ md5Encrypted: string;
1923
+ totalSize: ModelTypes["BigInt"];
1924
+ type: ModelTypes["FileContentType"];
1925
+ };
1926
+ ["FileContentType"]: GraphQLTypes["FileContentType"];
1927
+ ["FilePart"]: {
1928
+ id: string;
1929
+ file: ModelTypes["File"];
1930
+ fileId: string;
1931
+ size: ModelTypes["BigInt"];
1932
+ order: number;
1933
+ md5: string;
1934
+ validatedAt?: ModelTypes["DateTime"];
1935
+ };
1936
+ ["FilePartResponse"]: {
1937
+ fields: ModelTypes["Json"];
1938
+ url: string;
1939
+ order: number;
1940
+ };
1941
+ ["FileResponse"]: {
1942
+ fileId: string;
1943
+ parts: ModelTypes["FilePartResponse"][];
1944
+ filePartSize: ModelTypes["BigInt"];
1945
+ };
1946
+ ["FileShared"]: {
1947
+ userId: string;
1948
+ message?: string;
1949
+ appId: string;
1950
+ id: string;
1951
+ filename: string;
1952
+ size: number;
1953
+ sizeBefore: number;
1954
+ };
1955
+ ["FileSharedContent"]: {
1956
+ ownerId?: string;
1957
+ pubKey?: string;
1958
+ message?: string;
1959
+ appId: string;
1960
+ id: string;
1961
+ type: string;
1962
+ filename: string;
1963
+ contentUrl: string;
1964
+ key: string;
1965
+ size: number;
1966
+ sizeBefore: number;
1967
+ };
1968
+ ["FilesOnMails"]: {
1969
+ file: ModelTypes["File"];
1970
+ fileKey: string;
1971
+ filename: string;
1972
+ mail: ModelTypes["Mail"];
1973
+ };
1974
+ ["FilesOnUsersOnApplications"]: {
1975
+ file: ModelTypes["File"];
1976
+ userApp: ModelTypes["ApplicationsOnUsers"];
1977
+ key: string;
1978
+ };
1979
+ ["Folder"]: {
1980
+ id: string;
1981
+ isFavorite: boolean;
1982
+ createdAt: ModelTypes["DateTime"];
1983
+ deletedAt?: ModelTypes["DateTime"];
1984
+ updatedAt: ModelTypes["DateTime"];
1985
+ createdBy: ModelTypes["ApplicationsOnUsers"];
1986
+ userApps: ModelTypes["FoldersOnUsersOnApplications"][];
1987
+ userApp?: ModelTypes["FoldersOnUsersOnApplications"];
1988
+ name: string;
1989
+ parentFolder?: ModelTypes["Folder"];
1990
+ subfolders: ModelTypes["Folder"][];
1991
+ vFiles: ModelTypes["VFile"][];
1992
+ breadcrumb: ModelTypes["FolderBreadcrumbItem"][];
1993
+ };
1994
+ ["FolderBreadcrumbItem"]: {
1995
+ id: string;
1996
+ name: string;
1997
+ pubKey: string;
1998
+ nameKey?: string;
1999
+ };
2000
+ ["FolderSize"]: {
2001
+ size: ModelTypes["BigInt"];
2002
+ sizeBefore: ModelTypes["BigInt"];
2003
+ };
2004
+ ["FoldersOnUsersOnApplications"]: {
2005
+ folder: ModelTypes["Folder"];
2006
+ userApp: ModelTypes["ApplicationsOnUsers"];
2007
+ rights: ModelTypes["Rights"];
2008
+ nameKey?: string;
2009
+ isRoot: boolean;
2010
+ };
2011
+ ["MailFileInput"]: GraphQLTypes["MailFileInput"];
2012
+ ["MailRecipientInput"]: GraphQLTypes["MailRecipientInput"];
2013
+ ["NameKeyInput"]: GraphQLTypes["NameKeyInput"];
2014
+ ["NameKeyInputFolders"]: GraphQLTypes["NameKeyInputFolders"];
2015
+ ["PayInput"]: GraphQLTypes["PayInput"];
2016
+ ["PayInputType"]: GraphQLTypes["PayInputType"];
2017
+ ["ShareFileInHistoryInput"]: GraphQLTypes["ShareFileInHistoryInput"];
2018
+ ["ShareFileKeyInput"]: GraphQLTypes["ShareFileKeyInput"];
2019
+ ["ShareFoldersInput"]: GraphQLTypes["ShareFoldersInput"];
2020
+ ["Limits"]: {
2021
+ downloadBandwidth?: ModelTypes["BigInt"];
2022
+ downloadCount?: ModelTypes["BigInt"];
2023
+ hardFileCount?: ModelTypes["BigInt"];
2024
+ hardFileSize?: ModelTypes["BigInt"];
2025
+ perFileSize?: ModelTypes["BigInt"];
2026
+ receivedMails: ModelTypes["MailLimits"];
2027
+ sentMails: ModelTypes["MailLimits"];
2028
+ uploadBandwidth?: ModelTypes["BigInt"];
2029
+ uploadCount?: ModelTypes["BigInt"];
2030
+ };
2031
+ ["MailLimits"]: {
2032
+ count?: ModelTypes["BigInt"];
2033
+ fileCount?: ModelTypes["BigInt"];
2034
+ fileSize?: ModelTypes["BigInt"];
2035
+ hardCount?: ModelTypes["BigInt"];
2036
+ hardFileCount?: ModelTypes["BigInt"];
2037
+ hardFileSize?: ModelTypes["BigInt"];
2038
+ perFileSize?: ModelTypes["BigInt"];
2039
+ };
2040
+ ["MailLimitsValues"]: {
2041
+ count: ModelTypes["BigInt"];
2042
+ maxCount?: ModelTypes["BigInt"];
2043
+ fileCount: ModelTypes["BigInt"];
2044
+ maxFileCount?: ModelTypes["BigInt"];
2045
+ fileSize: ModelTypes["BigInt"];
2046
+ maxFileSize?: ModelTypes["BigInt"];
2047
+ };
2048
+ ["QueryLimits"]: {
2049
+ cloud: ModelTypes["CloudLimits"];
2050
+ mail: ModelTypes["UserMailLimits"];
2051
+ };
2052
+ ["UserMailLimits"]: {
2053
+ sent: ModelTypes["MailLimitsValues"];
2054
+ received: ModelTypes["MailLimitsValues"];
2055
+ };
2056
+ ["Mail"]: {
2057
+ id: string;
2058
+ app: ModelTypes["Application"];
2059
+ body: string;
2060
+ createdAt: ModelTypes["DateTime"];
2061
+ deletedAt?: ModelTypes["DateTime"];
2062
+ files: ModelTypes["FilesOnMails"][];
2063
+ mailIntegrity?: ModelTypes["MailIntegrity"];
2064
+ mailIntegrityDraft?: ModelTypes["MailIntegrityDraft"];
2065
+ openedAt?: ModelTypes["DateTime"];
2066
+ recipient: ModelTypes["User"];
2067
+ sender: ModelTypes["User"];
2068
+ subject: string;
2069
+ type: ModelTypes["MailType"];
2070
+ recipients: ModelTypes["User"][];
2071
+ };
2072
+ ["MailIntegrity"]: {
2073
+ id: string;
2074
+ hash: string;
2075
+ hashKey: string;
2076
+ answers: ModelTypes["MailIntegrity"][];
2077
+ app: ModelTypes["Application"];
2078
+ mails: ModelTypes["Mail"][];
2079
+ recipients: ModelTypes["User"][];
2080
+ temporaryRecipients: ModelTypes["TemporaryUser"][];
2081
+ replyTo?: ModelTypes["MailIntegrity"];
2082
+ };
2083
+ ["MailIntegrityDraft"]: {
2084
+ id: string;
2085
+ hash: string;
2086
+ hashKey: string;
2087
+ app: ModelTypes["Application"];
2088
+ mail: ModelTypes["Mail"];
2089
+ recipients: ModelTypes["User"][];
2090
+ temporaryRecipients: ModelTypes["TemporaryUser"][];
2091
+ replyTo?: ModelTypes["MailIntegrity"];
2092
+ };
2093
+ ["Plan"]: {
2094
+ id: string;
2095
+ kind: ModelTypes["PlanKind"];
2096
+ codes: string[];
2097
+ limits: ModelTypes["Limits"];
2098
+ };
2099
+ ["Report"]: {
2100
+ id: string;
2101
+ user: ModelTypes["User"];
2102
+ reportedUser: ModelTypes["User"];
2103
+ customMessage?: string;
2104
+ };
2105
+ ["AddFileToHistoryResponse"]: {
2106
+ addFileToHistory: ModelTypes["VFile"];
2107
+ };
2108
+ ["CancelPaymentResponse"]: {
2109
+ cancelPayment?: boolean;
2110
+ };
2111
+ ["ChangeUserPlanResponse"]: {
2112
+ changeUserPlan?: ModelTypes["User"];
2113
+ };
2114
+ ["CreateApplicationResponse"]: {
2115
+ createApplication?: string;
2116
+ };
2117
+ ["CreateDraftMailResponse"]: {
2118
+ createDraftMail?: ModelTypes["Mail"];
2119
+ };
2120
+ ["CreateFolderResponse"]: {
2121
+ createFolder?: ModelTypes["Folder"];
2122
+ };
2123
+ ["DbConfigMutationResponse"]: {
2124
+ dbConfigMutation: ModelTypes["Json"];
2125
+ };
2126
+ ["DbSetResponse"]: {
2127
+ dbSet?: ModelTypes["Json"];
2128
+ };
2129
+ ["DeleteDraftMailResponse"]: {
2130
+ deleteDraftMail?: boolean;
2131
+ };
2132
+ ["DeleteFileResponse"]: {
2133
+ deleteFile: boolean;
2134
+ };
2135
+ ["DeleteFolderResponse"]: {
2136
+ deleteFolder?: boolean;
2137
+ };
2138
+ ["DeleteFolderCloudTrashResponse"]: {
2139
+ deleteFolderCloudTrash?: boolean;
2140
+ };
2141
+ ["DeleteFolderSharingResponse"]: {
2142
+ deleteFolderSharing: boolean;
2143
+ };
2144
+ ["DeleteMailResponse"]: {
2145
+ deleteMail: boolean;
2146
+ };
2147
+ ["DeleteMailTrashResponse"]: {
2148
+ deleteMailTrash: boolean;
2149
+ };
2150
+ ["DeleteUserResponse"]: {
2151
+ deleteUser?: boolean;
2152
+ };
2153
+ ["DeleteVFileResponse"]: {
2154
+ deleteVFile: boolean;
2155
+ };
2156
+ ["DeleteVFileCloudTrashResponse"]: {
2157
+ deleteVFileCloudTrash?: boolean;
2158
+ };
2159
+ ["DeleteVFileSharingResponse"]: {
2160
+ deleteVFileSharing: boolean;
2161
+ };
2162
+ ["DuplicateVFileResponse"]: {
2163
+ duplicateVFile: boolean;
2164
+ };
2165
+ ["EmptyCloudTrashResponse"]: {
2166
+ emptyCloudTrash?: boolean;
2167
+ };
2168
+ ["EmptyMailTrashResponse"]: {
2169
+ emptyMailTrash?: boolean;
2170
+ };
2171
+ ["LogoutResponse"]: {
2172
+ logout?: boolean;
2173
+ };
2174
+ ["MoveFilesResponse"]: {
2175
+ moveFiles?: boolean;
2176
+ };
2177
+ ["MoveFoldersResponse"]: {
2178
+ moveFolders?: boolean;
2179
+ };
2180
+ ["PayResponse"]: {
2181
+ pay: boolean;
2182
+ };
2183
+ ["ReadMailResponse"]: {
2184
+ readMail?: boolean;
2185
+ };
2186
+ ["RecoverFolderResponse"]: {
2187
+ recoverFolder?: boolean;
2188
+ };
2189
+ ["RecoverMailResponse"]: {
2190
+ recoverMail: boolean;
2191
+ };
2192
+ ["RecoverVFileResponse"]: {
2193
+ recoverVFile: boolean;
2194
+ };
2195
+ ["SaveInCloudResponse"]: {
2196
+ saveInCloud?: ModelTypes["VFile"];
2197
+ };
2198
+ ["SendDraftMailResponse"]: {
2199
+ sendDraftMail?: boolean;
2200
+ };
2201
+ ["SendOneMailResponse"]: {
2202
+ sendOneMail?: boolean;
2203
+ };
2204
+ ["SendReportResponse"]: {
2205
+ sendReport?: ModelTypes["Report"];
2206
+ };
2207
+ ["ShareFileInHistoryResponse"]: {
2208
+ shareFileInHistory: boolean;
2209
+ };
2210
+ ["ShareFolderFinishResponse"]: {
2211
+ shareFolderFinish?: boolean;
2212
+ };
2213
+ ["ShareVFileResponse"]: {
2214
+ shareVFile?: boolean;
2215
+ };
2216
+ ["UnreadMailResponse"]: {
2217
+ unreadMail?: boolean;
2218
+ };
2219
+ ["UpdateAppNotificationsResponse"]: {
2220
+ updateAppNotifications?: ModelTypes["UserAppNotifications"];
2221
+ };
2222
+ ["UpdateAppSettingsResponse"]: {
2223
+ updateAppSettings: ModelTypes["UserAppSettings"];
2224
+ };
2225
+ ["UpdateDraftMailResponse"]: {
2226
+ updateDraftMail?: ModelTypes["Mail"];
2227
+ };
2228
+ ["UpdateFileResponse"]: {
2229
+ updateFile?: ModelTypes["VFile"];
2230
+ };
2231
+ ["UpdateFolderResponse"]: {
2232
+ updateFolder?: ModelTypes["Folder"];
2233
+ };
2234
+ ["UpdateProfileResponse"]: {
2235
+ updateProfile?: ModelTypes["User"];
2236
+ };
2237
+ ["UploadAnonymousResponse"]: {
2238
+ uploadAnonymous?: ModelTypes["FileResponse"];
2239
+ };
2240
+ ["UploadFileResponse"]: {
2241
+ uploadFile?: ModelTypes["FileResponse"];
2242
+ };
2243
+ ["UploadFileEndResponse"]: {
2244
+ uploadFileEnd?: string;
2245
+ };
2246
+ ["UploadFilePartEndResponse"]: {
2247
+ uploadFilePartEnd: boolean;
2248
+ };
2249
+ ["BlogResponse"]: {
2250
+ blogItems: ModelTypes["BlogItem"][];
2251
+ };
2252
+ ["DbConfigResponse"]: {
2253
+ json: ModelTypes["Json"];
2254
+ };
2255
+ ["DbGetResponse"]: {
2256
+ json?: ModelTypes["Json"];
2257
+ };
2258
+ ["DbSearchResponse"]: {
2259
+ json?: ModelTypes["Json"];
2260
+ };
2261
+ ["DeletedFoldersResponse"]: {
2262
+ deletedFolders: ModelTypes["Folder"][];
2263
+ };
2264
+ ["DeletedMailsResponse"]: {
2265
+ deletedMails: ModelTypes["Mail"][];
2266
+ };
2267
+ ["DeletedVFilesResponse"]: {
2268
+ deletedVFiles: ModelTypes["VFile"][];
2269
+ };
2270
+ ["FaqResponse"]: {
2271
+ faq: ModelTypes["FaqItem"][];
2272
+ };
2273
+ ["FileQueryResponse"]: {
2274
+ file?: ModelTypes["File"];
2275
+ };
2276
+ ["FileContentResponse"]: {
2277
+ file?: ModelTypes["FileContent"];
2278
+ };
2279
+ ["FolderResponse"]: {
2280
+ folder?: ModelTypes["Folder"];
2281
+ };
2282
+ ["FolderSharedWithMeResponse"]: {
2283
+ foldersSharedWithMe: ModelTypes["Folder"][];
2284
+ };
2285
+ ["FolderSizeResponse"]: {
2286
+ size: ModelTypes["BigInt"];
2287
+ sizeBefore: ModelTypes["BigInt"];
2288
+ };
2289
+ ["QueryMailResponse"]: {
2290
+ mail?: ModelTypes["Mail"];
2291
+ };
2292
+ ["PaymentInfosResponse"]: {
2293
+ paymentInfos?: ModelTypes["PaymentInfos"];
2294
+ };
2295
+ ["PlanResponse"]: {
2296
+ plan: ModelTypes["Plan"][];
2297
+ };
2298
+ ["SharedFoldersResponse"]: {
2299
+ sharedFolders: ModelTypes["Folder"][];
2300
+ };
2301
+ ["SharedVFilesResponse"]: {
2302
+ sharedVFiles: ModelTypes["VFile"][];
2303
+ };
2304
+ ["UnreadReceivedMailsCountResponse"]: {
2305
+ count: number;
2306
+ };
2307
+ ["UserResponse"]: {
2308
+ user?: ModelTypes["User"];
2309
+ };
2310
+ ["UserListResponse"]: {
2311
+ userList: ModelTypes["User"][];
2312
+ };
2313
+ ["VFileResponse"]: {
2314
+ vFile?: ModelTypes["VFile"];
2315
+ };
2316
+ ["VFilesSharedWithMeResponse"]: {
2317
+ vFilesSharedWithMe: ModelTypes["VFile"][];
2318
+ };
2319
+ ["TemporaryUser"]: {
2320
+ id: string;
2321
+ mails: ModelTypes["MailIntegrity"][];
2322
+ draftMails: ModelTypes["MailIntegrityDraft"][];
2323
+ email?: string;
2324
+ };
2325
+ ["User"]: {
2326
+ id: string;
2327
+ deletedAt?: ModelTypes["DateTime"];
2328
+ lang: ModelTypes["Lang"];
2329
+ reportSent: ModelTypes["Report"][];
2330
+ godFather?: ModelTypes["User"];
2331
+ godChildren: ModelTypes["User"][];
2332
+ firstname: string;
2333
+ lastname: string;
2334
+ email: string;
2335
+ phone: string;
2336
+ lastLogin: ModelTypes["DateTime"];
2337
+ role: ModelTypes["UserRole"];
2338
+ sessions: ModelTypes["UserSession"][];
2339
+ createdAt: ModelTypes["DateTime"];
2340
+ receivedMails: ModelTypes["Mail"][];
2341
+ waitingReceivedMails: ModelTypes["WaitingReceivedMail"][];
2342
+ sentMails: ModelTypes["Mail"][];
2343
+ draftMails: ModelTypes["Mail"][];
2344
+ appSettings?: ModelTypes["UserAppSettings"];
2345
+ applications: ModelTypes["ApplicationsOnUsers"][];
2346
+ publicKey: string;
2347
+ };
2348
+ ["UserAppNotifications"]: {
2349
+ id: string;
2350
+ enableAll: boolean;
2351
+ mail: boolean;
2352
+ cloud: boolean;
2353
+ disableAllUntil?: ModelTypes["DateTime"];
2354
+ };
2355
+ ["UserAppSettings"]: {
2356
+ id: string;
2357
+ cloudFileDaysForDelete: number;
2358
+ cloudFolderDaysForDelete: number;
2359
+ historyFileDaysForDelete?: number;
2360
+ historyMaxFileCount: number;
2361
+ autoDisconnectDelay?: number;
2362
+ };
2363
+ ["UserSession"]: {
2364
+ id: string;
2365
+ appSessions: ModelTypes["AppSession"][];
2366
+ lastActivity?: ModelTypes["DateTime"];
2367
+ userAgent?: string;
2368
+ ip?: string;
2369
+ city?: string;
2370
+ country?: string;
2371
+ createdAt: ModelTypes["DateTime"];
2372
+ };
2373
+ ["VFile"]: {
2374
+ id: string;
2375
+ isFavorite: boolean;
2376
+ createdAt: ModelTypes["DateTime"];
2377
+ deletedAt?: ModelTypes["DateTime"];
2378
+ filename: string;
2379
+ userApps: ModelTypes["VFilesOnUsersOnApplications"][];
2380
+ createdBy: ModelTypes["ApplicationsOnUsers"];
2381
+ userApp?: ModelTypes["VFilesOnUsersOnApplications"];
2382
+ folder: ModelTypes["Folder"];
2383
+ history: ModelTypes["File"][];
2384
+ current?: ModelTypes["File"];
2385
+ updatedAt: ModelTypes["DateTime"];
2386
+ };
2387
+ ["VFilesOnUsersOnApplications"]: {
2388
+ vFile: ModelTypes["VFile"];
2389
+ userApp: ModelTypes["ApplicationsOnUsers"];
2390
+ rights: ModelTypes["Rights"];
2391
+ nameKey: string;
2392
+ isRoot: boolean;
2393
+ };
2394
+ ["WaitingReceivedMail"]: {
2395
+ sender: ModelTypes["User"];
2396
+ date: ModelTypes["DateTime"];
2397
+ recipients: ModelTypes["User"][];
2398
+ temporaryRecipients: ModelTypes["TemporaryUser"][];
2399
+ attachmentsCount: number;
2400
+ };
2401
+ ["PaymentInfos"]: {
2402
+ hostedUrl: string;
2403
+ currentSubscription: ModelTypes["RecurlySubscription"];
2404
+ invoices: ModelTypes["RecurlyInvoices"][];
2405
+ };
2406
+ ["RecurlyInvoices"]: {
2407
+ pdf: string;
2408
+ date: ModelTypes["DateTime"];
2409
+ due: ModelTypes["DateTime"];
2410
+ status: string;
2411
+ total: number;
2412
+ name: string;
2413
+ currency: string;
2414
+ };
2415
+ ["RecurlySubscription"]: {
2416
+ autorenew: boolean;
2417
+ activatedAt?: ModelTypes["DateTime"];
2418
+ currentPeriodEndsAt?: ModelTypes["DateTime"];
2419
+ currentPeriodStartedAt?: ModelTypes["DateTime"];
2420
+ canceledAt?: ModelTypes["DateTime"];
2421
+ createdAt?: ModelTypes["DateTime"];
2422
+ expiresAt?: ModelTypes["DateTime"];
2423
+ pausedAt?: ModelTypes["DateTime"];
2424
+ trialEndsAt?: ModelTypes["DateTime"];
2425
+ trialStartedAt?: ModelTypes["DateTime"];
2426
+ updatedAt?: ModelTypes["DateTime"];
2427
+ state: string;
2428
+ collectionMethod: string;
2429
+ plan?: string;
2430
+ planCode?: string;
2431
+ total?: number;
2432
+ };
2433
+ ["ShareFolderResponse"]: {
2434
+ folders: string[];
2435
+ vFiles: string[];
2436
+ };
2437
+ ["Query"]: {
2438
+ appNotifications?: ModelTypes["AppNotificationsResult"];
2439
+ blog?: ModelTypes["BlogResult"];
2440
+ dbConfig?: ModelTypes["DbConfigResult"];
2441
+ dbGet?: ModelTypes["DbGetResult"];
2442
+ dbSearch?: ModelTypes["DbSearchResult"];
2443
+ deletedFolders?: ModelTypes["DeletedFoldersResult"];
2444
+ deletedMails?: ModelTypes["DeletedMailsResult"];
2445
+ deletedVFiles?: ModelTypes["DeletedVFilesResult"];
2446
+ faq?: ModelTypes["FaqResult"];
2447
+ file?: ModelTypes["FileResult"];
2448
+ fileContent?: ModelTypes["FileContentResult"];
2449
+ filesSharedWithMe: ModelTypes["FileSharedContent"][];
2450
+ folder?: ModelTypes["FolderResult"];
2451
+ folderSize?: ModelTypes["FolderSizeResult"];
2452
+ foldersSharedWithMe?: ModelTypes["FoldersSharedWithMeResult"];
2453
+ limits?: ModelTypes["LimitsResult"];
2454
+ mail?: ModelTypes["MailResult"];
2455
+ paymentInfos?: ModelTypes["PaymentInfosResult"];
2456
+ plans?: ModelTypes["PlansResult"];
2457
+ sharedFolders?: ModelTypes["SharedFoldersResult"];
2458
+ sharedVFiles?: ModelTypes["SharedVFilesResult"];
2459
+ test?: boolean;
2460
+ unreadReceivedMailsCount?: ModelTypes["UnreadReceivedMailsCountResult"];
2461
+ user?: ModelTypes["UserResult"];
2462
+ vFile?: ModelTypes["VFileResult"];
2463
+ vFilesSharedWithMe?: ModelTypes["VFilesSharedWithMeResult"];
2464
+ userList?: ModelTypes["UserListResult"];
2465
+ };
2466
+ ["Mutation"]: {
2467
+ addFileToHistory?: ModelTypes["AddFileToHistoryResult"];
2468
+ cancelPayment?: ModelTypes["CancelPaymentResult"];
2469
+ createApplication?: ModelTypes["CreateApplicationResult"];
2470
+ createDraftMail?: ModelTypes["CreateDraftMailResult"];
2471
+ createFolder?: ModelTypes["CreateFolderResult"];
2472
+ dbConfigMutation?: ModelTypes["DbConfigMutationResult"];
2473
+ dbSet?: ModelTypes["DbSetResult"];
2474
+ deleteDraftMail?: ModelTypes["DeleteDraftMailResult"];
2475
+ deleteFile?: ModelTypes["DeleteFileResult"];
2476
+ deleteFolder?: ModelTypes["DeleteFolderResult"];
2477
+ deleteFolderCloudTrash?: ModelTypes["DeleteFolderCloudTrashResult"];
2478
+ deleteFolderSharing?: ModelTypes["DeleteFolderSharingResult"];
2479
+ deleteMail?: ModelTypes["DeleteMailResult"];
2480
+ deleteMailTrash?: ModelTypes["DeleteMailTrashResult"];
2481
+ deleteUser?: ModelTypes["DeleteUserResult"];
2482
+ deleteVFile?: ModelTypes["DeleteVFileResult"];
2483
+ deleteVFileCloudTrash?: ModelTypes["DeleteVFileCloudTrashResult"];
2484
+ deleteVFileSharing?: ModelTypes["DeleteVFileSharingResult"];
2485
+ duplicateVFile?: ModelTypes["DuplicateVFileResult"];
2486
+ emptyCloudTrash?: ModelTypes["EmptyCloudTrashResult"];
2487
+ emptyMailTrash?: ModelTypes["EmptyMailTrashResult"];
2488
+ logout?: ModelTypes["LogoutResult"];
2489
+ moveFiles?: ModelTypes["MoveFilesResult"];
2490
+ moveFolders?: ModelTypes["MoveFoldersResult"];
2491
+ pay?: ModelTypes["PayResult"];
2492
+ readMail?: ModelTypes["ReadMailResult"];
2493
+ recoverFolder?: ModelTypes["RecoverFolderResult"];
2494
+ recoverMail?: ModelTypes["RecoverMailResult"];
2495
+ recoverVFile?: ModelTypes["RecoverVFileResult"];
2496
+ saveInCloud?: ModelTypes["SaveInCloudResult"];
2497
+ sendDraftMail?: ModelTypes["SendDraftMailResult"];
2498
+ sendOneMail?: ModelTypes["SendOneMailResult"];
2499
+ sendReport?: ModelTypes["SendReportResult"];
2500
+ shareFileInHistory?: ModelTypes["ShareFileInHistoryResult"];
2501
+ shareFolder?: ModelTypes["ShareFolderResult"];
2502
+ shareFolderFinish?: ModelTypes["ShareFolderFinishResult"];
2503
+ shareVFile?: ModelTypes["ShareVFileResult"];
2504
+ unreadMail?: ModelTypes["UnreadMailResult"];
2505
+ updateAppNotifications?: ModelTypes["UpdateAppNotificationsResult"];
2506
+ updateAppSettings?: ModelTypes["UpdateAppSettingsResult"];
2507
+ updateDraftMail?: ModelTypes["UpdateDraftMailResult"];
2508
+ updateFile?: ModelTypes["UpdateFileResult"];
2509
+ updateFolder?: ModelTypes["UpdateFolderResult"];
2510
+ updateProfile?: ModelTypes["UpdateProfileResult"];
2511
+ uploadAnonymous?: ModelTypes["FileResponse"];
2512
+ uploadFile?: ModelTypes["UploadFileResult"];
2513
+ uploadFileEnd?: ModelTypes["UploadFileEndResult"];
2514
+ uploadFilePartEnd?: ModelTypes["UploadFilePartEndResult"];
2515
+ changeUserPlan?: ModelTypes["ChangeUserPlanResult"];
2516
+ };
2517
+ ["Subscription"]: {
2518
+ test: boolean;
2519
+ };
2520
+ };
2521
+ export declare type GraphQLTypes = {
2522
+ ["BigInt"]: any;
2523
+ ["Bytes"]: any;
2524
+ ["DateTime"]: any;
2525
+ ["Decimal"]: any;
2526
+ ["Json"]: any;
2527
+ ["Lang"]: Lang;
2528
+ ["PlanKind"]: PlanKind;
2529
+ ["UserRole"]: UserRole;
2530
+ ["MailType"]: MailType;
2531
+ ["Rights"]: Rights;
2532
+ ["AppNotificationsResult"]: {
2533
+ __typename: "UserAppNotifications" | "ErrorAccessDenied" | "ErrorNotFound";
2534
+ ["...on UserAppNotifications"]: "__union" & GraphQLTypes["UserAppNotifications"];
2535
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2536
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2537
+ };
2538
+ ["BlogResult"]: {
2539
+ __typename: "BlogResponse" | "ErrorLangNotExist";
2540
+ ["...on BlogResponse"]: "__union" & GraphQLTypes["BlogResponse"];
2541
+ ["...on ErrorLangNotExist"]: "__union" & GraphQLTypes["ErrorLangNotExist"];
2542
+ };
2543
+ ["DbConfigResult"]: {
2544
+ __typename: "DbConfigResponse" | "ErrorAccessDenied" | "ErrorNotExist" | "ErrorNotFound";
2545
+ ["...on DbConfigResponse"]: "__union" & GraphQLTypes["DbConfigResponse"];
2546
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2547
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2548
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2549
+ };
2550
+ ["DbGetResult"]: {
2551
+ __typename: "DbGetResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorNotExist";
2552
+ ["...on DbGetResponse"]: "__union" & GraphQLTypes["DbGetResponse"];
2553
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2554
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2555
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2556
+ };
2557
+ ["DbSearchResult"]: {
2558
+ __typename: "DbSearchResponse" | "ErrorAccessDenied" | "ErrorNotExist" | "ErrorBasic";
2559
+ ["...on DbSearchResponse"]: "__union" & GraphQLTypes["DbSearchResponse"];
2560
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2561
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2562
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2563
+ };
2564
+ ["DeletedFoldersResult"]: {
2565
+ __typename: "DeletedFoldersResponse" | "ErrorAccessDenied";
2566
+ ["...on DeletedFoldersResponse"]: "__union" & GraphQLTypes["DeletedFoldersResponse"];
2567
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2568
+ };
2569
+ ["DeletedMailsResult"]: {
2570
+ __typename: "DeletedMailsResponse" | "ErrorAccessDenied";
2571
+ ["...on DeletedMailsResponse"]: "__union" & GraphQLTypes["DeletedMailsResponse"];
2572
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2573
+ };
2574
+ ["DeletedVFilesResult"]: {
2575
+ __typename: "DeletedVFilesResponse" | "ErrorAccessDenied";
2576
+ ["...on DeletedVFilesResponse"]: "__union" & GraphQLTypes["DeletedVFilesResponse"];
2577
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2578
+ };
2579
+ ["FaqResult"]: {
2580
+ __typename: "FaqResponse" | "ErrorAccessDenied";
2581
+ ["...on FaqResponse"]: "__union" & GraphQLTypes["FaqResponse"];
2582
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2583
+ };
2584
+ ["FileResult"]: {
2585
+ __typename: "FileQueryResponse" | "ErrorAccessDenied";
2586
+ ["...on FileQueryResponse"]: "__union" & GraphQLTypes["FileQueryResponse"];
2587
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2588
+ };
2589
+ ["FileContentResult"]: {
2590
+ __typename: "FileContentResponse" | "ErrorAccessDenied" | "ErrorBasic";
2591
+ ["...on FileContentResponse"]: "__union" & GraphQLTypes["FileContentResponse"];
2592
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2593
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2594
+ };
2595
+ ["FolderResult"]: {
2596
+ __typename: "FolderResponse" | "ErrorAccessDenied";
2597
+ ["...on FolderResponse"]: "__union" & GraphQLTypes["FolderResponse"];
2598
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2599
+ };
2600
+ ["FolderSizeResult"]: {
2601
+ __typename: "FolderSizeResponse" | "ErrorAccessDenied";
2602
+ ["...on FolderSizeResponse"]: "__union" & GraphQLTypes["FolderSizeResponse"];
2603
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2604
+ };
2605
+ ["FoldersSharedWithMeResult"]: {
2606
+ __typename: "FolderSharedWithMeResponse" | "ErrorAccessDenied";
2607
+ ["...on FolderSharedWithMeResponse"]: "__union" & GraphQLTypes["FolderSharedWithMeResponse"];
2608
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2609
+ };
2610
+ ["LimitsResult"]: {
2611
+ __typename: "QueryLimits" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorNotExist" | "ErrorLimit";
2612
+ ["...on QueryLimits"]: "__union" & GraphQLTypes["QueryLimits"];
2613
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2614
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2615
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2616
+ ["...on ErrorLimit"]: "__union" & GraphQLTypes["ErrorLimit"];
2617
+ };
2618
+ ["MailResult"]: {
2619
+ __typename: "QueryMailResponse" | "ErrorAccessDenied";
2620
+ ["...on QueryMailResponse"]: "__union" & GraphQLTypes["QueryMailResponse"];
2621
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2622
+ };
2623
+ ["PaymentInfosResult"]: {
2624
+ __typename: "PaymentInfosResponse" | "ErrorAccessDenied";
2625
+ ["...on PaymentInfosResponse"]: "__union" & GraphQLTypes["PaymentInfosResponse"];
2626
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2627
+ };
2628
+ ["PlansResult"]: {
2629
+ __typename: "PlanResponse";
2630
+ ["...on PlanResponse"]: "__union" & GraphQLTypes["PlanResponse"];
2631
+ };
2632
+ ["SharedFoldersResult"]: {
2633
+ __typename: "SharedFoldersResponse" | "ErrorAccessDenied";
2634
+ ["...on SharedFoldersResponse"]: "__union" & GraphQLTypes["SharedFoldersResponse"];
2635
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2636
+ };
2637
+ ["SharedVFilesResult"]: {
2638
+ __typename: "SharedVFilesResponse" | "ErrorAccessDenied";
2639
+ ["...on SharedVFilesResponse"]: "__union" & GraphQLTypes["SharedVFilesResponse"];
2640
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2641
+ };
2642
+ ["UnreadReceivedMailsCountResult"]: {
2643
+ __typename: "UnreadReceivedMailsCountResponse" | "ErrorAccessDenied";
2644
+ ["...on UnreadReceivedMailsCountResponse"]: "__union" & GraphQLTypes["UnreadReceivedMailsCountResponse"];
2645
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2646
+ };
2647
+ ["UserResult"]: {
2648
+ __typename: "UserResponse" | "ErrorNotFound";
2649
+ ["...on UserResponse"]: "__union" & GraphQLTypes["UserResponse"];
2650
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2651
+ };
2652
+ ["VFileResult"]: {
2653
+ __typename: "VFileResponse" | "ErrorAccessDenied";
2654
+ ["...on VFileResponse"]: "__union" & GraphQLTypes["VFileResponse"];
2655
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2656
+ };
2657
+ ["VFilesSharedWithMeResult"]: {
2658
+ __typename: "VFilesSharedWithMeResponse" | "ErrorAccessDenied";
2659
+ ["...on VFilesSharedWithMeResponse"]: "__union" & GraphQLTypes["VFilesSharedWithMeResponse"];
2660
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2661
+ };
2662
+ ["UserListResult"]: {
2663
+ __typename: "UserListResponse" | "ErrorAccessDenied";
2664
+ ["...on UserListResponse"]: "__union" & GraphQLTypes["UserListResponse"];
2665
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2666
+ };
2667
+ ["AddFileToHistoryResult"]: {
2668
+ __typename: "AddFileToHistoryResponse" | "ErrorAccessDenied" | "ErrorNotExist";
2669
+ ["...on AddFileToHistoryResponse"]: "__union" & GraphQLTypes["AddFileToHistoryResponse"];
2670
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2671
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2672
+ };
2673
+ ["CancelPaymentResult"]: {
2674
+ __typename: "CancelPaymentResponse" | "ErrorAccessDenied";
2675
+ ["...on CancelPaymentResponse"]: "__union" & GraphQLTypes["CancelPaymentResponse"];
2676
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2677
+ };
2678
+ ["CreateApplicationResult"]: {
2679
+ __typename: "CreateApplicationResponse" | "ErrorNotExist";
2680
+ ["...on CreateApplicationResponse"]: "__union" & GraphQLTypes["CreateApplicationResponse"];
2681
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2682
+ };
2683
+ ["CreateDraftMailResult"]: {
2684
+ __typename: "CreateDraftMailResponse" | "ErrorAccessDenied" | "ErrorBasic";
2685
+ ["...on CreateDraftMailResponse"]: "__union" & GraphQLTypes["CreateDraftMailResponse"];
2686
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2687
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2688
+ };
2689
+ ["CreateFolderResult"]: {
2690
+ __typename: "CreateFolderResponse" | "ErrorAccessDenied" | "ErrorNotExist";
2691
+ ["...on CreateFolderResponse"]: "__union" & GraphQLTypes["CreateFolderResponse"];
2692
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2693
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2694
+ };
2695
+ ["DbConfigMutationResult"]: {
2696
+ __typename: "DbConfigMutationResponse" | "ErrorAccessDenied";
2697
+ ["...on DbConfigMutationResponse"]: "__union" & GraphQLTypes["DbConfigMutationResponse"];
2698
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2699
+ };
2700
+ ["DbSetResult"]: {
2701
+ __typename: "DbSetResponse" | "ErrorAccessDenied" | "ErrorNotFound";
2702
+ ["...on DbSetResponse"]: "__union" & GraphQLTypes["DbSetResponse"];
2703
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2704
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2705
+ };
2706
+ ["DeleteDraftMailResult"]: {
2707
+ __typename: "DeleteDraftMailResponse" | "ErrorAccessDenied";
2708
+ ["...on DeleteDraftMailResponse"]: "__union" & GraphQLTypes["DeleteDraftMailResponse"];
2709
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2710
+ };
2711
+ ["DeleteFileResult"]: {
2712
+ __typename: "DeleteFileResponse" | "ErrorAccessDenied" | "ErrorNotExist";
2713
+ ["...on DeleteFileResponse"]: "__union" & GraphQLTypes["DeleteFileResponse"];
2714
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2715
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2716
+ };
2717
+ ["DeleteFolderResult"]: {
2718
+ __typename: "DeleteFolderResponse" | "ErrorAccessDenied" | "ErrorNotExist";
2719
+ ["...on DeleteFolderResponse"]: "__union" & GraphQLTypes["DeleteFolderResponse"];
2720
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2721
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2722
+ };
2723
+ ["DeleteFolderCloudTrashResult"]: {
2724
+ __typename: "DeleteFolderCloudTrashResponse" | "ErrorAccessDenied";
2725
+ ["...on DeleteFolderCloudTrashResponse"]: "__union" & GraphQLTypes["DeleteFolderCloudTrashResponse"];
2726
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2727
+ };
2728
+ ["DeleteFolderSharingResult"]: {
2729
+ __typename: "DeleteFolderSharingResponse" | "ErrorAccessDenied";
2730
+ ["...on DeleteFolderSharingResponse"]: "__union" & GraphQLTypes["DeleteFolderSharingResponse"];
2731
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2732
+ };
2733
+ ["DeleteMailResult"]: {
2734
+ __typename: "DeleteMailResponse" | "ErrorAccessDenied";
2735
+ ["...on DeleteMailResponse"]: "__union" & GraphQLTypes["DeleteMailResponse"];
2736
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2737
+ };
2738
+ ["DeleteMailTrashResult"]: {
2739
+ __typename: "DeleteMailTrashResponse" | "ErrorAccessDenied";
2740
+ ["...on DeleteMailTrashResponse"]: "__union" & GraphQLTypes["DeleteMailTrashResponse"];
2741
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2742
+ };
2743
+ ["DeleteUserResult"]: {
2744
+ __typename: "DeleteUserResponse" | "ErrorAccessDenied";
2745
+ ["...on DeleteUserResponse"]: "__union" & GraphQLTypes["DeleteUserResponse"];
2746
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2747
+ };
2748
+ ["DeleteVFileResult"]: {
2749
+ __typename: "DeleteVFileResponse" | "ErrorAccessDenied" | "ErrorNotExist";
2750
+ ["...on DeleteVFileResponse"]: "__union" & GraphQLTypes["DeleteVFileResponse"];
2751
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2752
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2753
+ };
2754
+ ["DeleteVFileCloudTrashResult"]: {
2755
+ __typename: "DeleteVFileCloudTrashResponse" | "ErrorAccessDenied";
2756
+ ["...on DeleteVFileCloudTrashResponse"]: "__union" & GraphQLTypes["DeleteVFileCloudTrashResponse"];
2757
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2758
+ };
2759
+ ["DeleteVFileSharingResult"]: {
2760
+ __typename: "DeleteVFileSharingResponse" | "ErrorAccessDenied" | "ErrorNotExist";
2761
+ ["...on DeleteVFileSharingResponse"]: "__union" & GraphQLTypes["DeleteVFileSharingResponse"];
2762
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2763
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2764
+ };
2765
+ ["DuplicateVFileResult"]: {
2766
+ __typename: "DuplicateVFileResponse" | "ErrorAccessDenied" | "ErrorNotFound";
2767
+ ["...on DuplicateVFileResponse"]: "__union" & GraphQLTypes["DuplicateVFileResponse"];
2768
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2769
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2770
+ };
2771
+ ["EmptyCloudTrashResult"]: {
2772
+ __typename: "DeleteMailResponse" | "ErrorAccessDenied";
2773
+ ["...on DeleteMailResponse"]: "__union" & GraphQLTypes["DeleteMailResponse"];
2774
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2775
+ };
2776
+ ["EmptyMailTrashResult"]: {
2777
+ __typename: "EmptyMailTrashResponse" | "ErrorAccessDenied";
2778
+ ["...on EmptyMailTrashResponse"]: "__union" & GraphQLTypes["EmptyMailTrashResponse"];
2779
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2780
+ };
2781
+ ["LogoutResult"]: {
2782
+ __typename: "LogoutResponse" | "ErrorAccessDenied" | "ErrorBasic";
2783
+ ["...on LogoutResponse"]: "__union" & GraphQLTypes["LogoutResponse"];
2784
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2785
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2786
+ };
2787
+ ["MoveFilesResult"]: {
2788
+ __typename: "MoveFilesResponse" | "ErrorAccessDenied";
2789
+ ["...on MoveFilesResponse"]: "__union" & GraphQLTypes["MoveFilesResponse"];
2790
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2791
+ };
2792
+ ["MoveFoldersResult"]: {
2793
+ __typename: "MoveFoldersResponse" | "ErrorAccessDenied";
2794
+ ["...on MoveFoldersResponse"]: "__union" & GraphQLTypes["MoveFoldersResponse"];
2795
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2796
+ };
2797
+ ["PayResult"]: {
2798
+ __typename: "PayResponse" | "ErrorAccessDenied";
2799
+ ["...on PayResponse"]: "__union" & GraphQLTypes["PayResponse"];
2800
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2801
+ };
2802
+ ["ReadMailResult"]: {
2803
+ __typename: "ReadMailResponse" | "ErrorAccessDenied" | "ErrorBasic" | "ErrorNotFound";
2804
+ ["...on ReadMailResponse"]: "__union" & GraphQLTypes["ReadMailResponse"];
2805
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2806
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2807
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2808
+ };
2809
+ ["RecoverFolderResult"]: {
2810
+ __typename: "RecoverFolderResponse" | "ErrorAccessDenied" | "ErrorNotExist";
2811
+ ["...on RecoverFolderResponse"]: "__union" & GraphQLTypes["RecoverFolderResponse"];
2812
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2813
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2814
+ };
2815
+ ["RecoverMailResult"]: {
2816
+ __typename: "RecoverMailResponse" | "ErrorAccessDenied" | "ErrorBasic";
2817
+ ["...on RecoverMailResponse"]: "__union" & GraphQLTypes["RecoverMailResponse"];
2818
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2819
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2820
+ };
2821
+ ["RecoverVFileResult"]: {
2822
+ __typename: "RecoverVFileResponse" | "ErrorAccessDenied" | "ErrorNotExist";
2823
+ ["...on RecoverVFileResponse"]: "__union" & GraphQLTypes["RecoverVFileResponse"];
2824
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2825
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2826
+ };
2827
+ ["SaveInCloudResult"]: {
2828
+ __typename: "SaveInCloudResponse" | "ErrorAccessDenied" | "ErrorNotExist" | "ErrorBasic";
2829
+ ["...on SaveInCloudResponse"]: "__union" & GraphQLTypes["SaveInCloudResponse"];
2830
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2831
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2832
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2833
+ };
2834
+ ["SendDraftMailResult"]: {
2835
+ __typename: "SendDraftMailResponse" | "ErrorAccessDenied" | "ErrorBasic";
2836
+ ["...on SendDraftMailResponse"]: "__union" & GraphQLTypes["SendDraftMailResponse"];
2837
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2838
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2839
+ };
2840
+ ["SendOneMailResult"]: {
2841
+ __typename: "RecoverFolderResponse" | "ErrorAccessDenied" | "ErrorBasic";
2842
+ ["...on RecoverFolderResponse"]: "__union" & GraphQLTypes["RecoverFolderResponse"];
2843
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2844
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2845
+ };
2846
+ ["SendReportResult"]: {
2847
+ __typename: "SendReportResponse" | "ErrorAccessDenied" | "ErrorNotFound";
2848
+ ["...on SendReportResponse"]: "__union" & GraphQLTypes["SendReportResponse"];
2849
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2850
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2851
+ };
2852
+ ["ShareFileInHistoryResult"]: {
2853
+ __typename: "ShareFileInHistoryResponse" | "ErrorAccessDenied" | "ErrorNotFound";
2854
+ ["...on ShareFileInHistoryResponse"]: "__union" & GraphQLTypes["ShareFileInHistoryResponse"];
2855
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2856
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2857
+ };
2858
+ ["ShareFolderResult"]: {
2859
+ __typename: "ShareFolderResponse" | "ErrorAccessDenied" | "ErrorNotFound";
2860
+ ["...on ShareFolderResponse"]: "__union" & GraphQLTypes["ShareFolderResponse"];
2861
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2862
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2863
+ };
2864
+ ["ShareFolderFinishResult"]: {
2865
+ __typename: "ShareFolderFinishResponse" | "ErrorAccessDenied" | "ErrorNotFound";
2866
+ ["...on ShareFolderFinishResponse"]: "__union" & GraphQLTypes["ShareFolderFinishResponse"];
2867
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2868
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2869
+ };
2870
+ ["ShareVFileResult"]: {
2871
+ __typename: "ShareVFileResponse" | "ErrorAccessDenied" | "ErrorNotExist" | "ErrorNotFound";
2872
+ ["...on ShareVFileResponse"]: "__union" & GraphQLTypes["ShareVFileResponse"];
2873
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2874
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2875
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2876
+ };
2877
+ ["UnreadMailResult"]: {
2878
+ __typename: "UnreadMailResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorBasic";
2879
+ ["...on UnreadMailResponse"]: "__union" & GraphQLTypes["UnreadMailResponse"];
2880
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2881
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2882
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2883
+ };
2884
+ ["UpdateAppNotificationsResult"]: {
2885
+ __typename: "UpdateAppNotificationsResponse" | "ErrorAccessDenied";
2886
+ ["...on UpdateAppNotificationsResponse"]: "__union" & GraphQLTypes["UpdateAppNotificationsResponse"];
2887
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2888
+ };
2889
+ ["UpdateAppSettingsResult"]: {
2890
+ __typename: "UpdateAppSettingsResponse" | "ErrorAccessDenied" | "ErrorBasic";
2891
+ ["...on UpdateAppSettingsResponse"]: "__union" & GraphQLTypes["UpdateAppSettingsResponse"];
2892
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2893
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2894
+ };
2895
+ ["UpdateDraftMailResult"]: {
2896
+ __typename: "UpdateDraftMailResponse" | "ErrorAccessDenied" | "ErrorBasic";
2897
+ ["...on UpdateDraftMailResponse"]: "__union" & GraphQLTypes["UpdateDraftMailResponse"];
2898
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2899
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2900
+ };
2901
+ ["UpdateFileResult"]: {
2902
+ __typename: "UpdateFileResponse" | "ErrorAccessDenied" | "ErrorNotExist" | "ErrorBasic";
2903
+ ["...on UpdateFileResponse"]: "__union" & GraphQLTypes["UpdateFileResponse"];
2904
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2905
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2906
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
2907
+ };
2908
+ ["UpdateFolderResult"]: {
2909
+ __typename: "UpdateFolderResponse" | "ErrorAccessDenied" | "ErrorNotExist";
2910
+ ["...on UpdateFolderResponse"]: "__union" & GraphQLTypes["UpdateFolderResponse"];
2911
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2912
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
2913
+ };
2914
+ ["UpdateProfileResult"]: {
2915
+ __typename: "UpdateProfileResponse" | "ErrorAccessDenied" | "ErrorNotFound";
2916
+ ["...on UpdateProfileResponse"]: "__union" & GraphQLTypes["UpdateProfileResponse"];
2917
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2918
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2919
+ };
2920
+ ["UploadFileResult"]: {
2921
+ __typename: "UploadFileResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorLimit";
2922
+ ["...on UploadFileResponse"]: "__union" & GraphQLTypes["UploadFileResponse"];
2923
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2924
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2925
+ ["...on ErrorLimit"]: "__union" & GraphQLTypes["ErrorLimit"];
2926
+ };
2927
+ ["UploadFileEndResult"]: {
2928
+ __typename: "UploadFileEndResponse" | "ErrorAccessDenied" | "ErrorNotFound";
2929
+ ["...on UploadFileEndResponse"]: "__union" & GraphQLTypes["UploadFileEndResponse"];
2930
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2931
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
2932
+ };
2933
+ ["UploadFilePartEndResult"]: {
2934
+ __typename: "UploadFilePartEndResponse" | "ErrorAccessDenied";
2935
+ ["...on UploadFilePartEndResponse"]: "__union" & GraphQLTypes["UploadFilePartEndResponse"];
2936
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2937
+ };
2938
+ ["ChangeUserPlanResult"]: {
2939
+ __typename: "ChangeUserPlanResponse" | "ErrorAccessDenied";
2940
+ ["...on ChangeUserPlanResponse"]: "__union" & GraphQLTypes["ChangeUserPlanResponse"];
2941
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
2942
+ };
2943
+ ["AppKeyPair"]: {
2944
+ __typename: "AppKeyPair";
2945
+ pub: string;
2946
+ };
2947
+ ["AppSession"]: {
2948
+ __typename: "AppSession";
2949
+ id: string;
2950
+ lastActivity?: GraphQLTypes["DateTime"];
2951
+ userAgent?: string;
2952
+ ip?: string;
2953
+ city?: string;
2954
+ country?: string;
2955
+ userSession: GraphQLTypes["UserSession"];
2956
+ userApp?: GraphQLTypes["ApplicationsOnUsers"];
2957
+ createdAt: GraphQLTypes["DateTime"];
2958
+ };
2959
+ ["Application"]: {
2960
+ __typename: "Application";
2961
+ id: string;
2962
+ name: string;
2963
+ };
2964
+ ["ApplicationsOnUsers"]: {
2965
+ __typename: "ApplicationsOnUsers";
2966
+ fakeUserId: string;
2967
+ keyPair?: GraphQLTypes["AppKeyPair"];
2968
+ sessions: Array<GraphQLTypes["AppSession"]>;
2969
+ app: GraphQLTypes["Application"];
2970
+ user: GraphQLTypes["User"];
2971
+ folders: Array<GraphQLTypes["FoldersOnUsersOnApplications"]>;
2972
+ settings: GraphQLTypes["UserAppSettings"];
2973
+ };
2974
+ ["Blog"]: {
2975
+ __typename: "Blog";
2976
+ id: string;
2977
+ order: number;
2978
+ entries: Array<GraphQLTypes["BlogEntry"]>;
2979
+ };
2980
+ ["BlogEntry"]: {
2981
+ __typename: "BlogEntry";
2982
+ id: string;
2983
+ lang: GraphQLTypes["Lang"];
2984
+ author: string;
2985
+ body: string;
2986
+ date: GraphQLTypes["DateTime"];
2987
+ image: string;
2988
+ summary: string;
2989
+ title: string;
2990
+ };
2991
+ ["BlogItem"]: {
2992
+ __typename: "BlogItem";
2993
+ id: string;
2994
+ blogId: string;
2995
+ order: number;
2996
+ title: string;
2997
+ body: string;
2998
+ author: string;
2999
+ image: string;
3000
+ imageAlt: string;
3001
+ summary: string;
3002
+ date: GraphQLTypes["DateTime"];
3003
+ };
3004
+ ["CloudLimits"]: {
3005
+ __typename: "CloudLimits";
3006
+ size: GraphQLTypes["BigInt"];
3007
+ maxSize?: GraphQLTypes["BigInt"];
3008
+ count: GraphQLTypes["BigInt"];
3009
+ maxCount?: GraphQLTypes["BigInt"];
3010
+ };
3011
+ ["Error"]: {
3012
+ __typename: "ErrorAccessDenied" | "ErrorNotFound" | "ErrorUpgradePlan" | "ErrorLangNotExist" | "ErrorNotExist" | "ErrorLimit" | "ErrorBasic";
3013
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
3014
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
3015
+ ["...on ErrorUpgradePlan"]: "__union" & GraphQLTypes["ErrorUpgradePlan"];
3016
+ ["...on ErrorLangNotExist"]: "__union" & GraphQLTypes["ErrorLangNotExist"];
3017
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
3018
+ ["...on ErrorLimit"]: "__union" & GraphQLTypes["ErrorLimit"];
3019
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
3020
+ };
3021
+ ["ErrorAccessDenied"]: {
3022
+ __typename: "ErrorAccessDenied";
3023
+ message: string;
3024
+ };
3025
+ ["ErrorBase"]: {
3026
+ __typename: "ErrorAccessDenied" | "ErrorBasic" | "ErrorLangNotExist" | "ErrorLimit" | "ErrorNotExist" | "ErrorNotFound" | "ErrorUpgradePlan";
3027
+ message: string;
3028
+ ["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
3029
+ ["...on ErrorBasic"]: "__union" & GraphQLTypes["ErrorBasic"];
3030
+ ["...on ErrorLangNotExist"]: "__union" & GraphQLTypes["ErrorLangNotExist"];
3031
+ ["...on ErrorLimit"]: "__union" & GraphQLTypes["ErrorLimit"];
3032
+ ["...on ErrorNotExist"]: "__union" & GraphQLTypes["ErrorNotExist"];
3033
+ ["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
3034
+ ["...on ErrorUpgradePlan"]: "__union" & GraphQLTypes["ErrorUpgradePlan"];
3035
+ };
3036
+ ["ErrorBasic"]: {
3037
+ __typename: "ErrorBasic";
3038
+ message: string;
3039
+ };
3040
+ ["ErrorLangNotExist"]: {
3041
+ __typename: "ErrorLangNotExist";
3042
+ message: string;
3043
+ };
3044
+ ["ErrorLimit"]: {
3045
+ __typename: "ErrorLimit";
3046
+ message: string;
3047
+ field?: string;
3048
+ };
3049
+ ["ErrorNotExist"]: {
3050
+ __typename: "ErrorNotExist";
3051
+ message: string;
3052
+ field?: string;
3053
+ };
3054
+ ["ErrorNotFound"]: {
3055
+ __typename: "ErrorNotFound";
3056
+ message: string;
3057
+ field?: string;
3058
+ };
3059
+ ["ErrorUpgradePlan"]: {
3060
+ __typename: "ErrorUpgradePlan";
3061
+ message: string;
3062
+ };
3063
+ ["Faq"]: {
3064
+ __typename: "Faq";
3065
+ id: string;
3066
+ order: number;
3067
+ entries: Array<GraphQLTypes["FaqEntry"]>;
3068
+ };
3069
+ ["FaqEntry"]: {
3070
+ __typename: "FaqEntry";
3071
+ id: string;
3072
+ lang: GraphQLTypes["Lang"];
3073
+ question: string;
3074
+ answer: string;
3075
+ faq: GraphQLTypes["Faq"];
3076
+ };
3077
+ ["FaqItem"]: {
3078
+ __typename: "FaqItem";
3079
+ order: number;
3080
+ question: string;
3081
+ answer: string;
3082
+ };
3083
+ ["File"]: {
3084
+ __typename: "File";
3085
+ id: string;
3086
+ size: GraphQLTypes["BigInt"];
3087
+ sizeBefore: GraphQLTypes["BigInt"];
3088
+ createdAt: GraphQLTypes["DateTime"];
3089
+ vFiles: Array<GraphQLTypes["VFile"]>;
3090
+ vFilesCurrent: Array<GraphQLTypes["VFile"]>;
3091
+ users: Array<GraphQLTypes["FilesOnUsersOnApplications"]>;
3092
+ md5: string;
3093
+ md5Encrypted: string;
3094
+ deletedAt?: GraphQLTypes["DateTime"];
3095
+ userApp: GraphQLTypes["ApplicationsOnUsers"];
3096
+ mails: Array<GraphQLTypes["FilesOnMails"]>;
3097
+ validatedAt?: GraphQLTypes["DateTime"];
3098
+ user?: GraphQLTypes["FilesOnUsersOnApplications"];
3099
+ };
3100
+ ["FileContent"]: {
3101
+ __typename: "FileContentCloud" | "FileContentReceivedMail" | "FileContentSentMail";
3102
+ ["...on FileContentCloud"]: "__union" & GraphQLTypes["FileContentCloud"];
3103
+ ["...on FileContentReceivedMail"]: "__union" & GraphQLTypes["FileContentReceivedMail"];
3104
+ ["...on FileContentSentMail"]: "__union" & GraphQLTypes["FileContentSentMail"];
3105
+ };
3106
+ ["FileContentBase"]: {
3107
+ __typename: "FileContentCloud" | "FileContentReceivedMail" | "FileContentSentMail";
3108
+ parts: Array<GraphQLTypes["FileContentPart"]>;
3109
+ key: string;
3110
+ md5: string;
3111
+ md5Encrypted: string;
3112
+ totalSize: GraphQLTypes["BigInt"];
3113
+ type: GraphQLTypes["FileContentType"];
3114
+ ["...on FileContentCloud"]: "__union" & GraphQLTypes["FileContentCloud"];
3115
+ ["...on FileContentReceivedMail"]: "__union" & GraphQLTypes["FileContentReceivedMail"];
3116
+ ["...on FileContentSentMail"]: "__union" & GraphQLTypes["FileContentSentMail"];
3117
+ };
3118
+ ["FileContentCloud"]: {
3119
+ __typename: "FileContentCloud";
3120
+ parts: Array<GraphQLTypes["FileContentPart"]>;
3121
+ key: string;
3122
+ md5: string;
3123
+ md5Encrypted: string;
3124
+ totalSize: GraphQLTypes["BigInt"];
3125
+ type: GraphQLTypes["FileContentType"];
3126
+ publicKey: string;
3127
+ };
3128
+ ["FileContentPart"]: {
3129
+ __typename: "FileContentPart";
3130
+ contentUrl: string;
3131
+ order: number;
3132
+ md5: string;
3133
+ };
3134
+ ["FileContentReceivedMail"]: {
3135
+ __typename: "FileContentReceivedMail";
3136
+ parts: Array<GraphQLTypes["FileContentPart"]>;
3137
+ key: string;
3138
+ md5: string;
3139
+ md5Encrypted: string;
3140
+ totalSize: GraphQLTypes["BigInt"];
3141
+ type: GraphQLTypes["FileContentType"];
3142
+ senderPublicKey: string;
3143
+ };
3144
+ ["FileContentSentMail"]: {
3145
+ __typename: "FileContentSentMail";
3146
+ parts: Array<GraphQLTypes["FileContentPart"]>;
3147
+ key: string;
3148
+ md5: string;
3149
+ md5Encrypted: string;
3150
+ totalSize: GraphQLTypes["BigInt"];
3151
+ type: GraphQLTypes["FileContentType"];
3152
+ };
3153
+ ["FileContentType"]: FileContentType;
3154
+ ["FilePart"]: {
3155
+ __typename: "FilePart";
3156
+ id: string;
3157
+ file: GraphQLTypes["File"];
3158
+ fileId: string;
3159
+ size: GraphQLTypes["BigInt"];
3160
+ order: number;
3161
+ md5: string;
3162
+ validatedAt?: GraphQLTypes["DateTime"];
3163
+ };
3164
+ ["FilePartResponse"]: {
3165
+ __typename: "FilePartResponse";
3166
+ fields: GraphQLTypes["Json"];
3167
+ url: string;
3168
+ order: number;
3169
+ };
3170
+ ["FileResponse"]: {
3171
+ __typename: "FileResponse";
3172
+ fileId: string;
3173
+ parts: Array<GraphQLTypes["FilePartResponse"]>;
3174
+ filePartSize: GraphQLTypes["BigInt"];
3175
+ };
3176
+ ["FileShared"]: {
3177
+ __typename: "FileShared";
3178
+ userId: string;
3179
+ message?: string;
3180
+ appId: string;
3181
+ id: string;
3182
+ filename: string;
3183
+ size: number;
3184
+ sizeBefore: number;
3185
+ };
3186
+ ["FileSharedContent"]: {
3187
+ __typename: "FileSharedContent";
3188
+ ownerId?: string;
3189
+ pubKey?: string;
3190
+ message?: string;
3191
+ appId: string;
3192
+ id: string;
3193
+ type: string;
3194
+ filename: string;
3195
+ contentUrl: string;
3196
+ key: string;
3197
+ size: number;
3198
+ sizeBefore: number;
3199
+ };
3200
+ ["FilesOnMails"]: {
3201
+ __typename: "FilesOnMails";
3202
+ file: GraphQLTypes["File"];
3203
+ fileKey: string;
3204
+ filename: string;
3205
+ mail: GraphQLTypes["Mail"];
3206
+ };
3207
+ ["FilesOnUsersOnApplications"]: {
3208
+ __typename: "FilesOnUsersOnApplications";
3209
+ file: GraphQLTypes["File"];
3210
+ userApp: GraphQLTypes["ApplicationsOnUsers"];
3211
+ key: string;
3212
+ };
3213
+ ["Folder"]: {
3214
+ __typename: "Folder";
3215
+ id: string;
3216
+ isFavorite: boolean;
3217
+ createdAt: GraphQLTypes["DateTime"];
3218
+ deletedAt?: GraphQLTypes["DateTime"];
3219
+ updatedAt: GraphQLTypes["DateTime"];
3220
+ createdBy: GraphQLTypes["ApplicationsOnUsers"];
3221
+ userApps: Array<GraphQLTypes["FoldersOnUsersOnApplications"]>;
3222
+ userApp?: GraphQLTypes["FoldersOnUsersOnApplications"];
3223
+ name: string;
3224
+ parentFolder?: GraphQLTypes["Folder"];
3225
+ subfolders: Array<GraphQLTypes["Folder"]>;
3226
+ vFiles: Array<GraphQLTypes["VFile"]>;
3227
+ breadcrumb: Array<GraphQLTypes["FolderBreadcrumbItem"]>;
3228
+ };
3229
+ ["FolderBreadcrumbItem"]: {
3230
+ __typename: "FolderBreadcrumbItem";
3231
+ id: string;
3232
+ name: string;
3233
+ pubKey: string;
3234
+ nameKey?: string;
3235
+ };
3236
+ ["FolderSize"]: {
3237
+ __typename: "FolderSize";
3238
+ size: GraphQLTypes["BigInt"];
3239
+ sizeBefore: GraphQLTypes["BigInt"];
3240
+ };
3241
+ ["FoldersOnUsersOnApplications"]: {
3242
+ __typename: "FoldersOnUsersOnApplications";
3243
+ folder: GraphQLTypes["Folder"];
3244
+ userApp: GraphQLTypes["ApplicationsOnUsers"];
3245
+ rights: GraphQLTypes["Rights"];
3246
+ nameKey?: string;
3247
+ isRoot: boolean;
3248
+ };
3249
+ ["MailFileInput"]: {
3250
+ id: string;
3251
+ name: string;
3252
+ fileKey: string;
3253
+ };
3254
+ ["MailRecipientInput"]: {
3255
+ body: string;
3256
+ subject: string;
3257
+ recipientId: string;
3258
+ files: Array<GraphQLTypes["MailFileInput"]>;
3259
+ };
3260
+ ["NameKeyInput"]: {
3261
+ id: string;
3262
+ nameKey: string;
3263
+ files: Array<GraphQLTypes["ShareFileKeyInput"]>;
3264
+ };
3265
+ ["NameKeyInputFolders"]: {
3266
+ id: string;
3267
+ nameKey: string;
3268
+ };
3269
+ ["PayInput"]: {
3270
+ type: GraphQLTypes["PayInputType"];
3271
+ token: string;
3272
+ firstName: string;
3273
+ lastName: string;
3274
+ street: string;
3275
+ postalCode: string;
3276
+ city: string;
3277
+ country: string;
3278
+ number: string;
3279
+ month: string;
3280
+ year: string;
3281
+ cvv: string;
3282
+ };
3283
+ ["PayInputType"]: PayInputType;
3284
+ ["ShareFileInHistoryInput"]: {
3285
+ fileId: string;
3286
+ users: Array<GraphQLTypes["ShareFileKeyInput"]>;
3287
+ };
3288
+ ["ShareFileKeyInput"]: {
3289
+ id: string;
3290
+ key: string;
3291
+ };
3292
+ ["ShareFoldersInput"]: {
3293
+ folders: Array<GraphQLTypes["NameKeyInputFolders"]>;
3294
+ vFiles: Array<GraphQLTypes["NameKeyInput"]>;
3295
+ };
3296
+ ["Limits"]: {
3297
+ __typename: "Limits";
3298
+ downloadBandwidth?: GraphQLTypes["BigInt"];
3299
+ downloadCount?: GraphQLTypes["BigInt"];
3300
+ hardFileCount?: GraphQLTypes["BigInt"];
3301
+ hardFileSize?: GraphQLTypes["BigInt"];
3302
+ perFileSize?: GraphQLTypes["BigInt"];
3303
+ receivedMails: GraphQLTypes["MailLimits"];
3304
+ sentMails: GraphQLTypes["MailLimits"];
3305
+ uploadBandwidth?: GraphQLTypes["BigInt"];
3306
+ uploadCount?: GraphQLTypes["BigInt"];
3307
+ };
3308
+ ["MailLimits"]: {
3309
+ __typename: "MailLimits";
3310
+ count?: GraphQLTypes["BigInt"];
3311
+ fileCount?: GraphQLTypes["BigInt"];
3312
+ fileSize?: GraphQLTypes["BigInt"];
3313
+ hardCount?: GraphQLTypes["BigInt"];
3314
+ hardFileCount?: GraphQLTypes["BigInt"];
3315
+ hardFileSize?: GraphQLTypes["BigInt"];
3316
+ perFileSize?: GraphQLTypes["BigInt"];
3317
+ };
3318
+ ["MailLimitsValues"]: {
3319
+ __typename: "MailLimitsValues";
3320
+ count: GraphQLTypes["BigInt"];
3321
+ maxCount?: GraphQLTypes["BigInt"];
3322
+ fileCount: GraphQLTypes["BigInt"];
3323
+ maxFileCount?: GraphQLTypes["BigInt"];
3324
+ fileSize: GraphQLTypes["BigInt"];
3325
+ maxFileSize?: GraphQLTypes["BigInt"];
3326
+ };
3327
+ ["QueryLimits"]: {
3328
+ __typename: "QueryLimits";
3329
+ cloud: GraphQLTypes["CloudLimits"];
3330
+ mail: GraphQLTypes["UserMailLimits"];
3331
+ };
3332
+ ["UserMailLimits"]: {
3333
+ __typename: "UserMailLimits";
3334
+ sent: GraphQLTypes["MailLimitsValues"];
3335
+ received: GraphQLTypes["MailLimitsValues"];
3336
+ };
3337
+ ["Mail"]: {
3338
+ __typename: "Mail";
3339
+ id: string;
3340
+ app: GraphQLTypes["Application"];
3341
+ body: string;
3342
+ createdAt: GraphQLTypes["DateTime"];
3343
+ deletedAt?: GraphQLTypes["DateTime"];
3344
+ files: Array<GraphQLTypes["FilesOnMails"]>;
3345
+ mailIntegrity?: GraphQLTypes["MailIntegrity"];
3346
+ mailIntegrityDraft?: GraphQLTypes["MailIntegrityDraft"];
3347
+ openedAt?: GraphQLTypes["DateTime"];
3348
+ recipient: GraphQLTypes["User"];
3349
+ sender: GraphQLTypes["User"];
3350
+ subject: string;
3351
+ type: GraphQLTypes["MailType"];
3352
+ recipients: Array<GraphQLTypes["User"]>;
3353
+ };
3354
+ ["MailIntegrity"]: {
3355
+ __typename: "MailIntegrity";
3356
+ id: string;
3357
+ hash: string;
3358
+ hashKey: string;
3359
+ answers: Array<GraphQLTypes["MailIntegrity"]>;
3360
+ app: GraphQLTypes["Application"];
3361
+ mails: Array<GraphQLTypes["Mail"]>;
3362
+ recipients: Array<GraphQLTypes["User"]>;
3363
+ temporaryRecipients: Array<GraphQLTypes["TemporaryUser"]>;
3364
+ replyTo?: GraphQLTypes["MailIntegrity"];
3365
+ };
3366
+ ["MailIntegrityDraft"]: {
3367
+ __typename: "MailIntegrityDraft";
3368
+ id: string;
3369
+ hash: string;
3370
+ hashKey: string;
3371
+ app: GraphQLTypes["Application"];
3372
+ mail: GraphQLTypes["Mail"];
3373
+ recipients: Array<GraphQLTypes["User"]>;
3374
+ temporaryRecipients: Array<GraphQLTypes["TemporaryUser"]>;
3375
+ replyTo?: GraphQLTypes["MailIntegrity"];
3376
+ };
3377
+ ["Plan"]: {
3378
+ __typename: "Plan";
3379
+ id: string;
3380
+ kind: GraphQLTypes["PlanKind"];
3381
+ codes: Array<string>;
3382
+ limits: GraphQLTypes["Limits"];
3383
+ };
3384
+ ["Report"]: {
3385
+ __typename: "Report";
3386
+ id: string;
3387
+ user: GraphQLTypes["User"];
3388
+ reportedUser: GraphQLTypes["User"];
3389
+ customMessage?: string;
3390
+ };
3391
+ ["AddFileToHistoryResponse"]: {
3392
+ __typename: "AddFileToHistoryResponse";
3393
+ addFileToHistory: GraphQLTypes["VFile"];
3394
+ };
3395
+ ["CancelPaymentResponse"]: {
3396
+ __typename: "CancelPaymentResponse";
3397
+ cancelPayment?: boolean;
3398
+ };
3399
+ ["ChangeUserPlanResponse"]: {
3400
+ __typename: "ChangeUserPlanResponse";
3401
+ changeUserPlan?: GraphQLTypes["User"];
3402
+ };
3403
+ ["CreateApplicationResponse"]: {
3404
+ __typename: "CreateApplicationResponse";
3405
+ createApplication?: string;
3406
+ };
3407
+ ["CreateDraftMailResponse"]: {
3408
+ __typename: "CreateDraftMailResponse";
3409
+ createDraftMail?: GraphQLTypes["Mail"];
3410
+ };
3411
+ ["CreateFolderResponse"]: {
3412
+ __typename: "CreateFolderResponse";
3413
+ createFolder?: GraphQLTypes["Folder"];
3414
+ };
3415
+ ["DbConfigMutationResponse"]: {
3416
+ __typename: "DbConfigMutationResponse";
3417
+ dbConfigMutation: GraphQLTypes["Json"];
3418
+ };
3419
+ ["DbSetResponse"]: {
3420
+ __typename: "DbSetResponse";
3421
+ dbSet?: GraphQLTypes["Json"];
3422
+ };
3423
+ ["DeleteDraftMailResponse"]: {
3424
+ __typename: "DeleteDraftMailResponse";
3425
+ deleteDraftMail?: boolean;
3426
+ };
3427
+ ["DeleteFileResponse"]: {
3428
+ __typename: "DeleteFileResponse";
3429
+ deleteFile: boolean;
3430
+ };
3431
+ ["DeleteFolderResponse"]: {
3432
+ __typename: "DeleteFolderResponse";
3433
+ deleteFolder?: boolean;
3434
+ };
3435
+ ["DeleteFolderCloudTrashResponse"]: {
3436
+ __typename: "DeleteFolderCloudTrashResponse";
3437
+ deleteFolderCloudTrash?: boolean;
3438
+ };
3439
+ ["DeleteFolderSharingResponse"]: {
3440
+ __typename: "DeleteFolderSharingResponse";
3441
+ deleteFolderSharing: boolean;
3442
+ };
3443
+ ["DeleteMailResponse"]: {
3444
+ __typename: "DeleteMailResponse";
3445
+ deleteMail: boolean;
3446
+ };
3447
+ ["DeleteMailTrashResponse"]: {
3448
+ __typename: "DeleteMailTrashResponse";
3449
+ deleteMailTrash: boolean;
3450
+ };
3451
+ ["DeleteUserResponse"]: {
3452
+ __typename: "DeleteUserResponse";
3453
+ deleteUser?: boolean;
3454
+ };
3455
+ ["DeleteVFileResponse"]: {
3456
+ __typename: "DeleteVFileResponse";
3457
+ deleteVFile: boolean;
3458
+ };
3459
+ ["DeleteVFileCloudTrashResponse"]: {
3460
+ __typename: "DeleteVFileCloudTrashResponse";
3461
+ deleteVFileCloudTrash?: boolean;
3462
+ };
3463
+ ["DeleteVFileSharingResponse"]: {
3464
+ __typename: "DeleteVFileSharingResponse";
3465
+ deleteVFileSharing: boolean;
3466
+ };
3467
+ ["DuplicateVFileResponse"]: {
3468
+ __typename: "DuplicateVFileResponse";
3469
+ duplicateVFile: boolean;
3470
+ };
3471
+ ["EmptyCloudTrashResponse"]: {
3472
+ __typename: "EmptyCloudTrashResponse";
3473
+ emptyCloudTrash?: boolean;
3474
+ };
3475
+ ["EmptyMailTrashResponse"]: {
3476
+ __typename: "EmptyMailTrashResponse";
3477
+ emptyMailTrash?: boolean;
3478
+ };
3479
+ ["LogoutResponse"]: {
3480
+ __typename: "LogoutResponse";
3481
+ logout?: boolean;
3482
+ };
3483
+ ["MoveFilesResponse"]: {
3484
+ __typename: "MoveFilesResponse";
3485
+ moveFiles?: boolean;
3486
+ };
3487
+ ["MoveFoldersResponse"]: {
3488
+ __typename: "MoveFoldersResponse";
3489
+ moveFolders?: boolean;
3490
+ };
3491
+ ["PayResponse"]: {
3492
+ __typename: "PayResponse";
3493
+ pay: boolean;
3494
+ };
3495
+ ["ReadMailResponse"]: {
3496
+ __typename: "ReadMailResponse";
3497
+ readMail?: boolean;
3498
+ };
3499
+ ["RecoverFolderResponse"]: {
3500
+ __typename: "RecoverFolderResponse";
3501
+ recoverFolder?: boolean;
3502
+ };
3503
+ ["RecoverMailResponse"]: {
3504
+ __typename: "RecoverMailResponse";
3505
+ recoverMail: boolean;
3506
+ };
3507
+ ["RecoverVFileResponse"]: {
3508
+ __typename: "RecoverVFileResponse";
3509
+ recoverVFile: boolean;
3510
+ };
3511
+ ["SaveInCloudResponse"]: {
3512
+ __typename: "SaveInCloudResponse";
3513
+ saveInCloud?: GraphQLTypes["VFile"];
3514
+ };
3515
+ ["SendDraftMailResponse"]: {
3516
+ __typename: "SendDraftMailResponse";
3517
+ sendDraftMail?: boolean;
3518
+ };
3519
+ ["SendOneMailResponse"]: {
3520
+ __typename: "SendOneMailResponse";
3521
+ sendOneMail?: boolean;
3522
+ };
3523
+ ["SendReportResponse"]: {
3524
+ __typename: "SendReportResponse";
3525
+ sendReport?: GraphQLTypes["Report"];
3526
+ };
3527
+ ["ShareFileInHistoryResponse"]: {
3528
+ __typename: "ShareFileInHistoryResponse";
3529
+ shareFileInHistory: boolean;
3530
+ };
3531
+ ["ShareFolderFinishResponse"]: {
3532
+ __typename: "ShareFolderFinishResponse";
3533
+ shareFolderFinish?: boolean;
3534
+ };
3535
+ ["ShareVFileResponse"]: {
3536
+ __typename: "ShareVFileResponse";
3537
+ shareVFile?: boolean;
3538
+ };
3539
+ ["UnreadMailResponse"]: {
3540
+ __typename: "UnreadMailResponse";
3541
+ unreadMail?: boolean;
3542
+ };
3543
+ ["UpdateAppNotificationsResponse"]: {
3544
+ __typename: "UpdateAppNotificationsResponse";
3545
+ updateAppNotifications?: GraphQLTypes["UserAppNotifications"];
3546
+ };
3547
+ ["UpdateAppSettingsResponse"]: {
3548
+ __typename: "UpdateAppSettingsResponse";
3549
+ updateAppSettings: GraphQLTypes["UserAppSettings"];
3550
+ };
3551
+ ["UpdateDraftMailResponse"]: {
3552
+ __typename: "UpdateDraftMailResponse";
3553
+ updateDraftMail?: GraphQLTypes["Mail"];
3554
+ };
3555
+ ["UpdateFileResponse"]: {
3556
+ __typename: "UpdateFileResponse";
3557
+ updateFile?: GraphQLTypes["VFile"];
3558
+ };
3559
+ ["UpdateFolderResponse"]: {
3560
+ __typename: "UpdateFolderResponse";
3561
+ updateFolder?: GraphQLTypes["Folder"];
3562
+ };
3563
+ ["UpdateProfileResponse"]: {
3564
+ __typename: "UpdateProfileResponse";
3565
+ updateProfile?: GraphQLTypes["User"];
3566
+ };
3567
+ ["UploadAnonymousResponse"]: {
3568
+ __typename: "UploadAnonymousResponse";
3569
+ uploadAnonymous?: GraphQLTypes["FileResponse"];
3570
+ };
3571
+ ["UploadFileResponse"]: {
3572
+ __typename: "UploadFileResponse";
3573
+ uploadFile?: GraphQLTypes["FileResponse"];
3574
+ };
3575
+ ["UploadFileEndResponse"]: {
3576
+ __typename: "UploadFileEndResponse";
3577
+ uploadFileEnd?: string;
3578
+ };
3579
+ ["UploadFilePartEndResponse"]: {
3580
+ __typename: "UploadFilePartEndResponse";
3581
+ uploadFilePartEnd: boolean;
3582
+ };
3583
+ ["BlogResponse"]: {
3584
+ __typename: "BlogResponse";
3585
+ blogItems: Array<GraphQLTypes["BlogItem"]>;
3586
+ };
3587
+ ["DbConfigResponse"]: {
3588
+ __typename: "DbConfigResponse";
3589
+ json: GraphQLTypes["Json"];
3590
+ };
3591
+ ["DbGetResponse"]: {
3592
+ __typename: "DbGetResponse";
3593
+ json?: GraphQLTypes["Json"];
3594
+ };
3595
+ ["DbSearchResponse"]: {
3596
+ __typename: "DbSearchResponse";
3597
+ json?: GraphQLTypes["Json"];
3598
+ };
3599
+ ["DeletedFoldersResponse"]: {
3600
+ __typename: "DeletedFoldersResponse";
3601
+ deletedFolders: Array<GraphQLTypes["Folder"]>;
3602
+ };
3603
+ ["DeletedMailsResponse"]: {
3604
+ __typename: "DeletedMailsResponse";
3605
+ deletedMails: Array<GraphQLTypes["Mail"]>;
3606
+ };
3607
+ ["DeletedVFilesResponse"]: {
3608
+ __typename: "DeletedVFilesResponse";
3609
+ deletedVFiles: Array<GraphQLTypes["VFile"]>;
3610
+ };
3611
+ ["FaqResponse"]: {
3612
+ __typename: "FaqResponse";
3613
+ faq: Array<GraphQLTypes["FaqItem"]>;
3614
+ };
3615
+ ["FileQueryResponse"]: {
3616
+ __typename: "FileQueryResponse";
3617
+ file?: GraphQLTypes["File"];
3618
+ };
3619
+ ["FileContentResponse"]: {
3620
+ __typename: "FileContentResponse";
3621
+ file?: GraphQLTypes["FileContent"];
3622
+ };
3623
+ ["FolderResponse"]: {
3624
+ __typename: "FolderResponse";
3625
+ folder?: GraphQLTypes["Folder"];
3626
+ };
3627
+ ["FolderSharedWithMeResponse"]: {
3628
+ __typename: "FolderSharedWithMeResponse";
3629
+ foldersSharedWithMe: Array<GraphQLTypes["Folder"]>;
3630
+ };
3631
+ ["FolderSizeResponse"]: {
3632
+ __typename: "FolderSizeResponse";
3633
+ size: GraphQLTypes["BigInt"];
3634
+ sizeBefore: GraphQLTypes["BigInt"];
3635
+ };
3636
+ ["QueryMailResponse"]: {
3637
+ __typename: "QueryMailResponse";
3638
+ mail?: GraphQLTypes["Mail"];
3639
+ };
3640
+ ["PaymentInfosResponse"]: {
3641
+ __typename: "PaymentInfosResponse";
3642
+ paymentInfos?: GraphQLTypes["PaymentInfos"];
3643
+ };
3644
+ ["PlanResponse"]: {
3645
+ __typename: "PlanResponse";
3646
+ plan: Array<GraphQLTypes["Plan"]>;
3647
+ };
3648
+ ["SharedFoldersResponse"]: {
3649
+ __typename: "SharedFoldersResponse";
3650
+ sharedFolders: Array<GraphQLTypes["Folder"]>;
3651
+ };
3652
+ ["SharedVFilesResponse"]: {
3653
+ __typename: "SharedVFilesResponse";
3654
+ sharedVFiles: Array<GraphQLTypes["VFile"]>;
3655
+ };
3656
+ ["UnreadReceivedMailsCountResponse"]: {
3657
+ __typename: "UnreadReceivedMailsCountResponse";
3658
+ count: number;
3659
+ };
3660
+ ["UserResponse"]: {
3661
+ __typename: "UserResponse";
3662
+ user?: GraphQLTypes["User"];
3663
+ };
3664
+ ["UserListResponse"]: {
3665
+ __typename: "UserListResponse";
3666
+ userList: Array<GraphQLTypes["User"]>;
3667
+ };
3668
+ ["VFileResponse"]: {
3669
+ __typename: "VFileResponse";
3670
+ vFile?: GraphQLTypes["VFile"];
3671
+ };
3672
+ ["VFilesSharedWithMeResponse"]: {
3673
+ __typename: "VFilesSharedWithMeResponse";
3674
+ vFilesSharedWithMe: Array<GraphQLTypes["VFile"]>;
3675
+ };
3676
+ ["TemporaryUser"]: {
3677
+ __typename: "TemporaryUser";
3678
+ id: string;
3679
+ mails: Array<GraphQLTypes["MailIntegrity"]>;
3680
+ draftMails: Array<GraphQLTypes["MailIntegrityDraft"]>;
3681
+ email?: string;
3682
+ };
3683
+ ["User"]: {
3684
+ __typename: "User";
3685
+ id: string;
3686
+ deletedAt?: GraphQLTypes["DateTime"];
3687
+ lang: GraphQLTypes["Lang"];
3688
+ reportSent: Array<GraphQLTypes["Report"]>;
3689
+ godFather?: GraphQLTypes["User"];
3690
+ godChildren: Array<GraphQLTypes["User"]>;
3691
+ firstname: string;
3692
+ lastname: string;
3693
+ email: string;
3694
+ phone: string;
3695
+ lastLogin: GraphQLTypes["DateTime"];
3696
+ role: GraphQLTypes["UserRole"];
3697
+ sessions: Array<GraphQLTypes["UserSession"]>;
3698
+ createdAt: GraphQLTypes["DateTime"];
3699
+ receivedMails: Array<GraphQLTypes["Mail"]>;
3700
+ waitingReceivedMails: Array<GraphQLTypes["WaitingReceivedMail"]>;
3701
+ sentMails: Array<GraphQLTypes["Mail"]>;
3702
+ draftMails: Array<GraphQLTypes["Mail"]>;
3703
+ appSettings?: GraphQLTypes["UserAppSettings"];
3704
+ applications: Array<GraphQLTypes["ApplicationsOnUsers"]>;
3705
+ publicKey: string;
3706
+ };
3707
+ ["UserAppNotifications"]: {
3708
+ __typename: "UserAppNotifications";
3709
+ id: string;
3710
+ enableAll: boolean;
3711
+ mail: boolean;
3712
+ cloud: boolean;
3713
+ disableAllUntil?: GraphQLTypes["DateTime"];
3714
+ };
3715
+ ["UserAppSettings"]: {
3716
+ __typename: "UserAppSettings";
3717
+ id: string;
3718
+ cloudFileDaysForDelete: number;
3719
+ cloudFolderDaysForDelete: number;
3720
+ historyFileDaysForDelete?: number;
3721
+ historyMaxFileCount: number;
3722
+ autoDisconnectDelay?: number;
3723
+ };
3724
+ ["UserSession"]: {
3725
+ __typename: "UserSession";
3726
+ id: string;
3727
+ appSessions: Array<GraphQLTypes["AppSession"]>;
3728
+ lastActivity?: GraphQLTypes["DateTime"];
3729
+ userAgent?: string;
3730
+ ip?: string;
3731
+ city?: string;
3732
+ country?: string;
3733
+ createdAt: GraphQLTypes["DateTime"];
3734
+ };
3735
+ ["VFile"]: {
3736
+ __typename: "VFile";
3737
+ id: string;
3738
+ isFavorite: boolean;
3739
+ createdAt: GraphQLTypes["DateTime"];
3740
+ deletedAt?: GraphQLTypes["DateTime"];
3741
+ filename: string;
3742
+ userApps: Array<GraphQLTypes["VFilesOnUsersOnApplications"]>;
3743
+ createdBy: GraphQLTypes["ApplicationsOnUsers"];
3744
+ userApp?: GraphQLTypes["VFilesOnUsersOnApplications"];
3745
+ folder: GraphQLTypes["Folder"];
3746
+ history: Array<GraphQLTypes["File"]>;
3747
+ current?: GraphQLTypes["File"];
3748
+ updatedAt: GraphQLTypes["DateTime"];
3749
+ };
3750
+ ["VFilesOnUsersOnApplications"]: {
3751
+ __typename: "VFilesOnUsersOnApplications";
3752
+ vFile: GraphQLTypes["VFile"];
3753
+ userApp: GraphQLTypes["ApplicationsOnUsers"];
3754
+ rights: GraphQLTypes["Rights"];
3755
+ nameKey: string;
3756
+ isRoot: boolean;
3757
+ };
3758
+ ["WaitingReceivedMail"]: {
3759
+ __typename: "WaitingReceivedMail";
3760
+ sender: GraphQLTypes["User"];
3761
+ date: GraphQLTypes["DateTime"];
3762
+ recipients: Array<GraphQLTypes["User"]>;
3763
+ temporaryRecipients: Array<GraphQLTypes["TemporaryUser"]>;
3764
+ attachmentsCount: number;
3765
+ };
3766
+ ["PaymentInfos"]: {
3767
+ __typename: "PaymentInfos";
3768
+ hostedUrl: string;
3769
+ currentSubscription: GraphQLTypes["RecurlySubscription"];
3770
+ invoices: Array<GraphQLTypes["RecurlyInvoices"]>;
3771
+ };
3772
+ ["RecurlyInvoices"]: {
3773
+ __typename: "RecurlyInvoices";
3774
+ pdf: string;
3775
+ date: GraphQLTypes["DateTime"];
3776
+ due: GraphQLTypes["DateTime"];
3777
+ status: string;
3778
+ total: number;
3779
+ name: string;
3780
+ currency: string;
3781
+ };
3782
+ ["RecurlySubscription"]: {
3783
+ __typename: "RecurlySubscription";
3784
+ autorenew: boolean;
3785
+ activatedAt?: GraphQLTypes["DateTime"];
3786
+ currentPeriodEndsAt?: GraphQLTypes["DateTime"];
3787
+ currentPeriodStartedAt?: GraphQLTypes["DateTime"];
3788
+ canceledAt?: GraphQLTypes["DateTime"];
3789
+ createdAt?: GraphQLTypes["DateTime"];
3790
+ expiresAt?: GraphQLTypes["DateTime"];
3791
+ pausedAt?: GraphQLTypes["DateTime"];
3792
+ trialEndsAt?: GraphQLTypes["DateTime"];
3793
+ trialStartedAt?: GraphQLTypes["DateTime"];
3794
+ updatedAt?: GraphQLTypes["DateTime"];
3795
+ state: string;
3796
+ collectionMethod: string;
3797
+ plan?: string;
3798
+ planCode?: string;
3799
+ total?: number;
3800
+ };
3801
+ ["ShareFolderResponse"]: {
3802
+ __typename: "ShareFolderResponse";
3803
+ folders: Array<string>;
3804
+ vFiles: Array<string>;
3805
+ };
3806
+ ["Query"]: {
3807
+ __typename: "Query";
3808
+ appNotifications?: GraphQLTypes["AppNotificationsResult"];
3809
+ blog?: GraphQLTypes["BlogResult"];
3810
+ dbConfig?: GraphQLTypes["DbConfigResult"];
3811
+ dbGet?: GraphQLTypes["DbGetResult"];
3812
+ dbSearch?: GraphQLTypes["DbSearchResult"];
3813
+ deletedFolders?: GraphQLTypes["DeletedFoldersResult"];
3814
+ deletedMails?: GraphQLTypes["DeletedMailsResult"];
3815
+ deletedVFiles?: GraphQLTypes["DeletedVFilesResult"];
3816
+ faq?: GraphQLTypes["FaqResult"];
3817
+ file?: GraphQLTypes["FileResult"];
3818
+ fileContent?: GraphQLTypes["FileContentResult"];
3819
+ filesSharedWithMe: Array<GraphQLTypes["FileSharedContent"]>;
3820
+ folder?: GraphQLTypes["FolderResult"];
3821
+ folderSize?: GraphQLTypes["FolderSizeResult"];
3822
+ foldersSharedWithMe?: GraphQLTypes["FoldersSharedWithMeResult"];
3823
+ limits?: GraphQLTypes["LimitsResult"];
3824
+ mail?: GraphQLTypes["MailResult"];
3825
+ paymentInfos?: GraphQLTypes["PaymentInfosResult"];
3826
+ plans?: GraphQLTypes["PlansResult"];
3827
+ sharedFolders?: GraphQLTypes["SharedFoldersResult"];
3828
+ sharedVFiles?: GraphQLTypes["SharedVFilesResult"];
3829
+ test?: boolean;
3830
+ unreadReceivedMailsCount?: GraphQLTypes["UnreadReceivedMailsCountResult"];
3831
+ user?: GraphQLTypes["UserResult"];
3832
+ vFile?: GraphQLTypes["VFileResult"];
3833
+ vFilesSharedWithMe?: GraphQLTypes["VFilesSharedWithMeResult"];
3834
+ userList?: GraphQLTypes["UserListResult"];
3835
+ };
3836
+ ["Mutation"]: {
3837
+ __typename: "Mutation";
3838
+ addFileToHistory?: GraphQLTypes["AddFileToHistoryResult"];
3839
+ cancelPayment?: GraphQLTypes["CancelPaymentResult"];
3840
+ createApplication?: GraphQLTypes["CreateApplicationResult"];
3841
+ createDraftMail?: GraphQLTypes["CreateDraftMailResult"];
3842
+ createFolder?: GraphQLTypes["CreateFolderResult"];
3843
+ dbConfigMutation?: GraphQLTypes["DbConfigMutationResult"];
3844
+ dbSet?: GraphQLTypes["DbSetResult"];
3845
+ deleteDraftMail?: GraphQLTypes["DeleteDraftMailResult"];
3846
+ deleteFile?: GraphQLTypes["DeleteFileResult"];
3847
+ deleteFolder?: GraphQLTypes["DeleteFolderResult"];
3848
+ deleteFolderCloudTrash?: GraphQLTypes["DeleteFolderCloudTrashResult"];
3849
+ deleteFolderSharing?: GraphQLTypes["DeleteFolderSharingResult"];
3850
+ deleteMail?: GraphQLTypes["DeleteMailResult"];
3851
+ deleteMailTrash?: GraphQLTypes["DeleteMailTrashResult"];
3852
+ deleteUser?: GraphQLTypes["DeleteUserResult"];
3853
+ deleteVFile?: GraphQLTypes["DeleteVFileResult"];
3854
+ deleteVFileCloudTrash?: GraphQLTypes["DeleteVFileCloudTrashResult"];
3855
+ deleteVFileSharing?: GraphQLTypes["DeleteVFileSharingResult"];
3856
+ duplicateVFile?: GraphQLTypes["DuplicateVFileResult"];
3857
+ emptyCloudTrash?: GraphQLTypes["EmptyCloudTrashResult"];
3858
+ emptyMailTrash?: GraphQLTypes["EmptyMailTrashResult"];
3859
+ logout?: GraphQLTypes["LogoutResult"];
3860
+ moveFiles?: GraphQLTypes["MoveFilesResult"];
3861
+ moveFolders?: GraphQLTypes["MoveFoldersResult"];
3862
+ pay?: GraphQLTypes["PayResult"];
3863
+ readMail?: GraphQLTypes["ReadMailResult"];
3864
+ recoverFolder?: GraphQLTypes["RecoverFolderResult"];
3865
+ recoverMail?: GraphQLTypes["RecoverMailResult"];
3866
+ recoverVFile?: GraphQLTypes["RecoverVFileResult"];
3867
+ saveInCloud?: GraphQLTypes["SaveInCloudResult"];
3868
+ sendDraftMail?: GraphQLTypes["SendDraftMailResult"];
3869
+ sendOneMail?: GraphQLTypes["SendOneMailResult"];
3870
+ sendReport?: GraphQLTypes["SendReportResult"];
3871
+ shareFileInHistory?: GraphQLTypes["ShareFileInHistoryResult"];
3872
+ shareFolder?: GraphQLTypes["ShareFolderResult"];
3873
+ shareFolderFinish?: GraphQLTypes["ShareFolderFinishResult"];
3874
+ shareVFile?: GraphQLTypes["ShareVFileResult"];
3875
+ unreadMail?: GraphQLTypes["UnreadMailResult"];
3876
+ updateAppNotifications?: GraphQLTypes["UpdateAppNotificationsResult"];
3877
+ updateAppSettings?: GraphQLTypes["UpdateAppSettingsResult"];
3878
+ updateDraftMail?: GraphQLTypes["UpdateDraftMailResult"];
3879
+ updateFile?: GraphQLTypes["UpdateFileResult"];
3880
+ updateFolder?: GraphQLTypes["UpdateFolderResult"];
3881
+ updateProfile?: GraphQLTypes["UpdateProfileResult"];
3882
+ uploadAnonymous?: GraphQLTypes["FileResponse"];
3883
+ uploadFile?: GraphQLTypes["UploadFileResult"];
3884
+ uploadFileEnd?: GraphQLTypes["UploadFileEndResult"];
3885
+ uploadFilePartEnd?: GraphQLTypes["UploadFilePartEndResult"];
3886
+ changeUserPlan?: GraphQLTypes["ChangeUserPlanResult"];
3887
+ };
3888
+ ["Subscription"]: {
3889
+ __typename: "Subscription";
3890
+ test: boolean;
3891
+ };
3892
+ };
3893
+ export declare enum Lang {
3894
+ fr = "fr",
3895
+ en = "en",
3896
+ it = "it",
3897
+ de = "de",
3898
+ pt = "pt",
3899
+ ja = "ja",
3900
+ es = "es",
3901
+ nl = "nl",
3902
+ pl = "pl",
3903
+ ru = "ru",
3904
+ zh = "zh",
3905
+ ar = "ar",
3906
+ he = "he",
3907
+ hi = "hi",
3908
+ ko = "ko"
3909
+ }
3910
+ export declare enum PlanKind {
3911
+ free = "free",
3912
+ basic = "basic",
3913
+ advanced = "advanced",
3914
+ pro = "pro"
3915
+ }
3916
+ export declare enum UserRole {
3917
+ user = "user",
3918
+ admin = "admin"
3919
+ }
3920
+ export declare enum MailType {
3921
+ sent = "sent",
3922
+ received = "received"
3923
+ }
3924
+ export declare enum Rights {
3925
+ admin = "admin",
3926
+ write = "write",
3927
+ read = "read"
3928
+ }
3929
+ export declare enum FileContentType {
3930
+ cloud = "cloud",
3931
+ sent_mail = "sent_mail",
3932
+ received_mail = "received_mail"
3933
+ }
3934
+ export declare enum PayInputType {
3935
+ secure = "secure",
3936
+ classic = "classic"
3937
+ }
3938
+ export declare class GraphQLError extends Error {
3939
+ response: GraphQLResponse;
3940
+ constructor(response: GraphQLResponse);
3941
+ toString(): string;
3942
+ }
3943
+ export declare type UnwrapPromise<T> = T extends Promise<infer R> ? R : T;
3944
+ export declare type ZeusState<T extends (...args: any[]) => Promise<any>> = NonNullable<UnwrapPromise<ReturnType<T>>>;
3945
+ export declare type ZeusHook<T extends (...args: any[]) => Record<string, (...args: any[]) => Promise<any>>, N extends keyof ReturnType<T>> = ZeusState<ReturnType<T>[N]>;
3946
+ declare type WithTypeNameValue<T> = T & {
3947
+ __typename?: boolean;
3948
+ };
3949
+ declare type AliasType<T> = WithTypeNameValue<T> & {
3950
+ __alias?: Record<string, WithTypeNameValue<T>>;
3951
+ };
3952
+ export interface GraphQLResponse {
3953
+ data?: Record<string, any>;
3954
+ errors?: Array<{
3955
+ message: string;
3956
+ }>;
3957
+ }
3958
+ declare type DeepAnify<T> = {
3959
+ [P in keyof T]?: any;
3960
+ };
3961
+ declare type IsPayLoad<T> = T extends [any, infer PayLoad] ? PayLoad : T;
3962
+ declare type IsArray<T, U> = T extends Array<infer R> ? InputType<R, U>[] : InputType<T, U>;
3963
+ declare type FlattenArray<T> = T extends Array<infer R> ? R : T;
3964
+ declare type IsInterfaced<SRC extends DeepAnify<DST>, DST> = FlattenArray<SRC> extends ZEUS_INTERFACES | ZEUS_UNIONS ? {
3965
+ [P in keyof SRC]: SRC[P] extends "__union" & infer R ? P extends keyof DST ? IsArray<R, "__typename" extends keyof DST ? DST[P] & {
3966
+ __typename: true;
3967
+ } : DST[P]> : {} : never;
3968
+ }[keyof DST] & {
3969
+ [P in keyof Omit<Pick<SRC, {
3970
+ [P in keyof DST]: SRC[P] extends "__union" ? never : P;
3971
+ }[keyof DST]>, "__typename">]: IsPayLoad<DST[P]> extends boolean ? SRC[P] : IsArray<SRC[P], DST[P]>;
3972
+ } : {
3973
+ [P in keyof Pick<SRC, keyof DST>]: IsPayLoad<DST[P]> extends boolean ? SRC[P] : IsArray<SRC[P], DST[P]>;
3974
+ };
3975
+ export declare type MapType<SRC, DST> = SRC extends DeepAnify<DST> ? IsInterfaced<SRC, DST> : never;
3976
+ export declare type InputType<SRC, DST> = IsPayLoad<DST> extends {
3977
+ __alias: infer R;
3978
+ } ? {
3979
+ [P in keyof R]: MapType<SRC, R[P]>;
3980
+ } & MapType<SRC, Omit<IsPayLoad<DST>, "__alias">> : MapType<SRC, IsPayLoad<DST>>;
3981
+ declare type Func<P extends any[], R> = (...args: P) => R;
3982
+ declare type AnyFunc = Func<any, any>;
3983
+ export declare type ArgsType<F extends AnyFunc> = F extends Func<infer P, any> ? P : never;
3984
+ export declare type OperationOptions = {
3985
+ variables?: Record<string, any>;
3986
+ operationName?: string;
3987
+ };
3988
+ export declare type SubscriptionToGraphQL<Z, T> = {
3989
+ ws: WebSocket;
3990
+ on: (fn: (args: InputType<T, Z>) => void) => void;
3991
+ off: (fn: (e: {
3992
+ data?: InputType<T, Z>;
3993
+ code?: number;
3994
+ reason?: string;
3995
+ message?: string;
3996
+ }) => void) => void;
3997
+ error: (fn: (e: {
3998
+ data?: InputType<T, Z>;
3999
+ errors?: string[];
4000
+ }) => void) => void;
4001
+ open: () => void;
4002
+ };
4003
+ export declare type SelectionFunction<V> = <T>(t: T | V) => T;
4004
+ export declare type fetchOptions = ArgsType<typeof fetch>;
4005
+ declare type websocketOptions = typeof WebSocket extends new (...args: infer R) => WebSocket ? R : never;
4006
+ export declare type chainOptions = [fetchOptions[0], fetchOptions[1] & {
4007
+ websocket?: websocketOptions;
4008
+ }] | [fetchOptions[0]];
4009
+ export declare type FetchFunction = (query: string, variables?: Record<string, any>) => Promise<any>;
4010
+ export declare type SubscriptionFunction = (query: string) => any;
4011
+ declare type NotUndefined<T> = T extends undefined ? never : T;
4012
+ export declare type ResolverType<F> = NotUndefined<F extends [infer ARGS, any] ? ARGS : undefined>;
4013
+ export declare const ZeusSelect: <T>() => SelectionFunction<T>;
4014
+ export declare const ScalarResolver: (scalar: string, value: any) => string | false;
4015
+ export declare const TypesPropsResolver: ({ value, type, name, key, blockArrays }: {
4016
+ value: any;
4017
+ type: string;
4018
+ name: string;
4019
+ key?: string | undefined;
4020
+ blockArrays?: boolean | undefined;
4021
+ }) => string;
4022
+ export declare const queryConstruct: (t: "query" | "mutation" | "subscription", tName: string, operationName?: string | undefined) => (o: Record<any, any>) => string;
4023
+ export declare const fullChainConstruct: (fn: FetchFunction) => (t: "query" | "mutation" | "subscription", tName: string) => (o: Record<any, any>, options?: OperationOptions | undefined) => Promise<any>;
4024
+ export declare const fullSubscriptionConstruct: (fn: SubscriptionFunction) => (t: "query" | "mutation" | "subscription", tName: string) => (o: Record<any, any>, options?: OperationOptions | undefined) => any;
4025
+ export declare const $: (t: TemplateStringsArray) => any;
4026
+ export declare const resolverFor: <X, T extends keyof ValueTypes, Z extends keyof ValueTypes[T]>(_type: T, _field: Z, fn: (args: Required<ValueTypes[T]>[Z] extends [infer Input, any] ? Input : any, source: any) => Z extends keyof ModelTypes[T] ? X | ModelTypes[T][Z] | Promise<ModelTypes[T][Z]> : any) => (args?: any, source?: any) => any;
4027
+ export declare const apiFetch: (options: [input: RequestInfo, init?: RequestInit | undefined]) => (query: string, variables?: Record<string, any>) => Promise<Record<string, any> | undefined>;
4028
+ export declare const apiSubscription: (options: chainOptions) => (query: string) => {
4029
+ ws: WebSocket;
4030
+ on: (e: (args: any) => void) => void;
4031
+ off: (e: (args: any) => void) => void;
4032
+ error: (e: (args: any) => void) => void;
4033
+ open: (e: () => void) => void;
4034
+ };
4035
+ export declare type GenericOperation<O> = O extends "query" ? "Query" : O extends "mutation" ? "Mutation" : "Subscription";
4036
+ export declare const Thunder: (fn: FetchFunction) => <O extends "query" | "mutation" | "subscription", R extends keyof ValueTypes = GenericOperation<O>>(operation: O) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: OperationOptions | undefined) => Promise<InputType<GraphQLTypes[R], Z>>;
4037
+ export declare const Chain: (...options: chainOptions) => <O extends "query" | "mutation" | "subscription", R extends keyof ValueTypes = GenericOperation<O>>(operation: O) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: OperationOptions | undefined) => Promise<InputType<GraphQLTypes[R], Z>>;
4038
+ export declare const SubscriptionThunder: (fn: SubscriptionFunction) => <O extends "query" | "mutation" | "subscription", R extends keyof ValueTypes = GenericOperation<O>>(operation: O) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: OperationOptions | undefined) => SubscriptionToGraphQL<Z, GraphQLTypes[R]>;
4039
+ export declare const Subscription: (...options: chainOptions) => <O extends "query" | "mutation" | "subscription", R extends keyof ValueTypes = GenericOperation<O>>(operation: O) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: OperationOptions | undefined) => SubscriptionToGraphQL<Z, GraphQLTypes[R]>;
4040
+ export declare const Zeus: <Z extends ValueTypes[R], O extends "query" | "mutation" | "subscription", R extends keyof ValueTypes = GenericOperation<O>>(operation: O, o: Z | ValueTypes[R], operationName?: string | undefined) => string;
4041
+ export declare const Selector: <T extends keyof ValueTypes>(_key: T) => SelectionFunction<ValueTypes[T]>;
4042
+ export declare const Gql: <O extends "query" | "mutation" | "subscription", R extends keyof ValueTypes = GenericOperation<O>>(operation: O) => <Z extends ValueTypes[R]>(o: Z | ValueTypes[R], ops?: OperationOptions | undefined) => Promise<InputType<GraphQLTypes[R], Z>>;
4043
+ export {};