@secrecy/lib 1.0.0-dev.7 → 1.0.0

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