@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.
- package/README.md +1 -1
- package/{lib → dist}/BaseClient.d.ts +62 -69
- package/dist/BaseClient.js +1124 -0
- package/{lib → dist}/PopupTools.d.ts +1 -1
- package/dist/PopupTools.js +212 -0
- package/{lib → dist}/ZeusThunder.d.ts +0 -0
- package/dist/ZeusThunder.js +79 -0
- package/dist/cache.d.ts +6 -0
- package/dist/cache.js +4 -0
- package/dist/client/admin/index.d.ts +11 -0
- package/dist/client/admin/index.js +110 -0
- package/{lib → dist}/client/convert/file.d.ts +3 -3
- package/dist/client/convert/file.js +34 -0
- package/{lib → dist}/client/convert/mail.d.ts +0 -0
- package/dist/client/convert/mail.js +46 -0
- package/dist/client/convert/node.d.ts +9 -0
- package/dist/client/convert/node.js +101 -0
- package/{lib → dist}/client/helpers.d.ts +1 -1
- package/dist/client/helpers.js +114 -0
- package/dist/client/index.d.ts +164 -0
- package/dist/client/index.js +3206 -0
- package/{lib → dist}/client/storage.d.ts +0 -0
- package/dist/client/storage.js +12 -0
- package/dist/client/types/File.d.ts +14 -0
- package/dist/client/types/File.js +3 -0
- package/{lib → dist}/client/types/Inputs.d.ts +2 -7
- package/dist/client/types/Inputs.js +3 -0
- package/dist/client/types/Node.d.ts +49 -0
- package/dist/client/types/Node.js +3 -0
- package/{lib → dist}/client/types/UserAppNotifications.d.ts +1 -1
- package/dist/client/types/UserAppNotifications.js +3 -0
- package/{lib → dist}/client/types/UserAppSettings.d.ts +0 -1
- package/dist/client/types/UserAppSettings.js +3 -0
- package/{lib → dist}/client/types/index.d.ts +7 -13
- package/dist/client/types/index.js +8 -0
- package/dist/client/types/selectors.d.ts +476 -0
- package/dist/client/types/selectors.js +125 -0
- package/{lib → dist}/crypto/file.d.ts +0 -0
- package/dist/crypto/file.js +210 -0
- package/{lib → dist}/crypto/index.d.ts +0 -0
- package/dist/crypto/index.js +47 -0
- package/dist/error.d.ts +30 -0
- package/dist/error.js +3 -0
- package/{lib → dist}/index.d.ts +4 -3
- package/dist/index.js +10 -0
- package/{lib → dist}/minify/index.d.ts +0 -0
- package/dist/minify/index.js +28 -0
- package/{lib → dist}/minify/lz4.d.ts +0 -0
- package/dist/minify/lz4.js +627 -0
- package/{lib → dist}/sodium.d.ts +0 -0
- package/dist/sodium.js +6 -0
- package/{lib → dist}/utils/store-buddy.d.ts +0 -0
- package/dist/utils/store-buddy.js +65 -0
- package/{lib → dist}/utils/time.d.ts +0 -0
- package/dist/utils/time.js +14 -0
- package/{lib → dist/utils}/utils.d.ts +0 -0
- package/dist/utils/utils.js +57 -0
- package/{lib → dist}/worker/__mock__/sodium.worker.d.ts +0 -0
- package/dist/worker/__mock__/sodium.worker.js +49 -0
- package/{lib → dist}/worker/md5.d.ts +0 -0
- package/dist/worker/md5.js +25 -0
- package/{lib → dist}/worker/sodium.d.ts +0 -0
- package/dist/worker/sodium.js +120 -0
- package/{lib → dist}/worker/workerCodes.d.ts +0 -0
- package/dist/worker/workerCodes.js +3 -0
- package/{lib → dist}/zeus/const.d.ts +5 -0
- package/dist/zeus/const.js +1230 -0
- package/dist/zeus/index.d.ts +4069 -0
- package/dist/zeus/index.js +657 -0
- package/package.json +64 -57
- package/lib/BaseClient.js +0 -1332
- package/lib/PopupTools.js +0 -213
- package/lib/ZeusThunder.js +0 -112
- package/lib/cache.d.ts +0 -7
- package/lib/cache.js +0 -5
- package/lib/client/convert/file.js +0 -39
- package/lib/client/convert/folder.d.ts +0 -8
- package/lib/client/convert/folder.js +0 -264
- package/lib/client/convert/mail.js +0 -46
- package/lib/client/convert/vFile.d.ts +0 -5
- package/lib/client/convert/vFile.js +0 -164
- package/lib/client/helpers.js +0 -116
- package/lib/client/index.d.ts +0 -167
- package/lib/client/index.js +0 -3746
- package/lib/client/storage.js +0 -12
- package/lib/client/types/File.d.ts +0 -21
- package/lib/client/types/File.js +0 -2
- package/lib/client/types/FilesOnUsersOnApplications.d.ts +0 -9
- package/lib/client/types/FilesOnUsersOnApplications.js +0 -2
- package/lib/client/types/Folder.d.ts +0 -68
- package/lib/client/types/Folder.js +0 -7
- package/lib/client/types/Inputs.js +0 -2
- package/lib/client/types/UserAppNotifications.js +0 -2
- package/lib/client/types/UserAppSettings.js +0 -2
- package/lib/client/types/VFile.d.ts +0 -62
- package/lib/client/types/VFile.js +0 -4
- package/lib/client/types/index.js +0 -9
- package/lib/client/types/queries.d.ts +0 -535
- package/lib/client/types/queries.js +0 -192
- package/lib/crypto/file.js +0 -291
- package/lib/crypto/index.js +0 -37
- package/lib/index.js +0 -40
- package/lib/minify/index.js +0 -28
- package/lib/minify/lz4.js +0 -633
- package/lib/sodium.js +0 -28
- package/lib/utils/store-buddy.js +0 -69
- package/lib/utils/time.js +0 -22
- package/lib/utils.js +0 -188
- package/lib/worker/__mock__/sodium.worker.js +0 -57
- package/lib/worker/md5.js +0 -43
- package/lib/worker/sodium.js +0 -155
- package/lib/worker/workerCodes.js +0 -3
- package/lib/zeus/const.js +0 -1643
- package/lib/zeus/index.d.ts +0 -26220
- package/lib/zeus/index.js +0 -552
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { storeBuddy } from "../utils/store-buddy.js";
|
|
2
|
+
export function getStorage(session) {
|
|
3
|
+
const userAppSession = storeBuddy("secrecy.user_app_session", session).init(null);
|
|
4
|
+
const userAppKeys = storeBuddy("secrecy.user_app_keys", session).init(null);
|
|
5
|
+
const jwt = storeBuddy("secrecy.jwt", session).init(null);
|
|
6
|
+
return {
|
|
7
|
+
userAppKeys,
|
|
8
|
+
userAppSession,
|
|
9
|
+
jwt
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJzdG9yZUJ1ZGR5IiwiZ2V0U3RvcmFnZSIsInNlc3Npb24iLCJ1c2VyQXBwU2Vzc2lvbiIsImluaXQiLCJ1c2VyQXBwS2V5cyIsImp3dCJdLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jbGllbnQvc3RvcmFnZS50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEtleVBhaXIgfSBmcm9tIFwiLi4vaW5kZXguanNcIjtcbmltcG9ydCB0eXBlIHsgU3RvcmVCdWRkeSB9IGZyb20gXCIuLi91dGlscy9zdG9yZS1idWRkeS5qc1wiO1xuaW1wb3J0IHsgc3RvcmVCdWRkeSB9IGZyb20gXCIuLi91dGlscy9zdG9yZS1idWRkeS5qc1wiO1xuXG5leHBvcnQgZnVuY3Rpb24gZ2V0U3RvcmFnZShzZXNzaW9uPzogYm9vbGVhbiB8IHVuZGVmaW5lZCk6IHtcbiAgdXNlckFwcEtleXM6IFN0b3JlQnVkZHk8S2V5UGFpciB8IG51bGw+O1xuICB1c2VyQXBwU2Vzc2lvbjogU3RvcmVCdWRkeTxzdHJpbmcgfCBudWxsPjtcbiAgand0OiBTdG9yZUJ1ZGR5PHN0cmluZyB8IG51bGw+O1xufSB7XG4gIGNvbnN0IHVzZXJBcHBTZXNzaW9uID0gc3RvcmVCdWRkeTxzdHJpbmcgfCBudWxsPihcbiAgICBgc2VjcmVjeS51c2VyX2FwcF9zZXNzaW9uYCxcbiAgICBzZXNzaW9uXG4gICkuaW5pdChudWxsKTtcbiAgY29uc3QgdXNlckFwcEtleXMgPSBzdG9yZUJ1ZGR5PEtleVBhaXIgfCBudWxsPihcbiAgICBgc2VjcmVjeS51c2VyX2FwcF9rZXlzYCxcbiAgICBzZXNzaW9uXG4gICkuaW5pdChudWxsKTtcbiAgY29uc3Qgand0ID0gc3RvcmVCdWRkeTxzdHJpbmcgfCBudWxsPihgc2VjcmVjeS5qd3RgLCBzZXNzaW9uKS5pbml0KG51bGwpO1xuICByZXR1cm4geyB1c2VyQXBwS2V5cywgdXNlckFwcFNlc3Npb24sIGp3dCB9O1xufVxuIl0sIm1hcHBpbmdzIjoiQUFFQSxTQUFTQSxVQUFULFFBQTJCLHlCQUEzQjtBQUVBLE9BQU8sU0FBU0MsVUFBVCxDQUFvQkMsT0FBcEIsRUFJTDtFQUNBLE1BQU1DLGNBQWMsR0FBR0gsVUFBVSw2QkFFL0JFLE9BRitCLENBQVYsQ0FHckJFLElBSHFCLENBR2hCLElBSGdCLENBQXZCO0VBSUEsTUFBTUMsV0FBVyxHQUFHTCxVQUFVLDBCQUU1QkUsT0FGNEIsQ0FBVixDQUdsQkUsSUFIa0IsQ0FHYixJQUhhLENBQXBCO0VBSUEsTUFBTUUsR0FBRyxHQUFHTixVQUFVLGdCQUErQkUsT0FBL0IsQ0FBVixDQUFrREUsSUFBbEQsQ0FBdUQsSUFBdkQsQ0FBWjtFQUNBLE9BQU87SUFBRUMsV0FBRjtJQUFlRixjQUFmO0lBQStCRztFQUEvQixDQUFQO0FBQ0QifQ==
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { GraphQLTypes, InputType } from "../../zeus/index.js";
|
|
2
|
+
import type { fileSelector } from "./selectors.js";
|
|
3
|
+
export declare type FileMetadata = {
|
|
4
|
+
id: string;
|
|
5
|
+
size: bigint;
|
|
6
|
+
sizeBefore: bigint;
|
|
7
|
+
md5: string;
|
|
8
|
+
md5Encrypted: string;
|
|
9
|
+
createdAt: Date;
|
|
10
|
+
};
|
|
11
|
+
export declare type InternalFile = FileMetadata & {
|
|
12
|
+
key: string;
|
|
13
|
+
};
|
|
14
|
+
export declare type GQLFile = InputType<GraphQLTypes["File"], typeof fileSelector>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
export {};
|
|
3
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2NsaWVudC90eXBlcy9GaWxlLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgR3JhcGhRTFR5cGVzLCBJbnB1dFR5cGUgfSBmcm9tIFwiLi4vLi4vemV1cy9pbmRleC5qc1wiO1xuaW1wb3J0IHR5cGUgeyBmaWxlU2VsZWN0b3IgfSBmcm9tIFwiLi9zZWxlY3RvcnMuanNcIjtcblxuZXhwb3J0IHR5cGUgRmlsZU1ldGFkYXRhID0ge1xuICBpZDogc3RyaW5nO1xuICBzaXplOiBiaWdpbnQ7XG4gIHNpemVCZWZvcmU6IGJpZ2ludDtcbiAgbWQ1OiBzdHJpbmc7XG4gIG1kNUVuY3J5cHRlZDogc3RyaW5nO1xuICBjcmVhdGVkQXQ6IERhdGU7XG59O1xuXG5leHBvcnQgdHlwZSBJbnRlcm5hbEZpbGUgPSBGaWxlTWV0YWRhdGEgJiB7XG4gIGtleTogc3RyaW5nO1xufTtcblxuZXhwb3J0IHR5cGUgR1FMRmlsZSA9IElucHV0VHlwZTxHcmFwaFFMVHlwZXNbXCJGaWxlXCJdLCB0eXBlb2YgZmlsZVNlbGVjdG9yPjtcbiJdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
export declare type NameKeyInputFolders = {
|
|
2
|
-
id: string;
|
|
3
|
-
nameKey: string;
|
|
4
|
-
};
|
|
5
1
|
export declare type ShareFileKeyInput = {
|
|
6
2
|
id: string;
|
|
7
3
|
key: string;
|
|
@@ -11,9 +7,8 @@ export declare type NameKeyInput = {
|
|
|
11
7
|
nameKey: string;
|
|
12
8
|
files: ShareFileKeyInput[];
|
|
13
9
|
};
|
|
14
|
-
export declare type
|
|
15
|
-
|
|
16
|
-
vFiles: NameKeyInput[];
|
|
10
|
+
export declare type ShareNodesInput = {
|
|
11
|
+
nodes: NameKeyInput[];
|
|
17
12
|
};
|
|
18
13
|
export declare type ShareFileInHistoryInput = {
|
|
19
14
|
fileId: string;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
export {};
|
|
3
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2NsaWVudC90eXBlcy9JbnB1dHMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHR5cGUgU2hhcmVGaWxlS2V5SW5wdXQgPSB7XG4gIGlkOiBzdHJpbmc7XG4gIGtleTogc3RyaW5nO1xufTtcblxuZXhwb3J0IHR5cGUgTmFtZUtleUlucHV0ID0ge1xuICBpZDogc3RyaW5nO1xuICBuYW1lS2V5OiBzdHJpbmc7XG4gIGZpbGVzOiBTaGFyZUZpbGVLZXlJbnB1dFtdO1xufTtcblxuZXhwb3J0IHR5cGUgU2hhcmVOb2Rlc0lucHV0ID0ge1xuICBub2RlczogTmFtZUtleUlucHV0W107XG59O1xuXG5leHBvcnQgdHlwZSBTaGFyZUZpbGVJbkhpc3RvcnlJbnB1dCA9IHtcbiAgZmlsZUlkOiBzdHJpbmc7XG4gIHVzZXJzOiBTaGFyZUZpbGVLZXlJbnB1dFtdO1xufTtcbiJdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import type { NodeType, Rights } from "../../zeus/index.js";
|
|
2
|
+
import type { FileMetadata, InternalFile, PublicUser } from "./index.js";
|
|
3
|
+
import type { nodeFullSelector, nodeSelector } from "./selectors.js";
|
|
4
|
+
import type { GraphQLTypes, InputType } from "../../zeus/index.js";
|
|
5
|
+
export declare type NodeAccess<T extends Record<string, unknown> = Record<string, unknown>> = T & {
|
|
6
|
+
rights: Rights;
|
|
7
|
+
isRoot: boolean;
|
|
8
|
+
sharedBy: {
|
|
9
|
+
keyPair?: {
|
|
10
|
+
pub: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
userApp: {
|
|
14
|
+
user: PublicUser;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export declare type NodeBreadcrumbItem = {
|
|
18
|
+
id: string;
|
|
19
|
+
name: string;
|
|
20
|
+
pubKey: string;
|
|
21
|
+
};
|
|
22
|
+
declare type NameKey = {
|
|
23
|
+
nameKey?: string;
|
|
24
|
+
};
|
|
25
|
+
export declare type InternalNodeBreadcrumbItem = NodeBreadcrumbItem & NameKey;
|
|
26
|
+
export declare type Node<T extends NodeBreadcrumbItem = NodeBreadcrumbItem, U extends Record<string, unknown> = Record<string, unknown>, V extends FileMetadata = FileMetadata> = {
|
|
27
|
+
id: string;
|
|
28
|
+
isFavorite: boolean;
|
|
29
|
+
type: NodeType;
|
|
30
|
+
createdAt: Date;
|
|
31
|
+
deletedAt: Date | null;
|
|
32
|
+
updatedAt: Date;
|
|
33
|
+
name: string;
|
|
34
|
+
breadcrumb: T[];
|
|
35
|
+
createdBy: PublicUser;
|
|
36
|
+
access?: NodeAccess<U>;
|
|
37
|
+
current?: V;
|
|
38
|
+
history: V[];
|
|
39
|
+
users: [PublicUser, Rights][];
|
|
40
|
+
};
|
|
41
|
+
export declare type NodeFull<T extends NodeBreadcrumbItem = NodeBreadcrumbItem, U extends Record<string, unknown> = Record<string, unknown>, V extends FileMetadata = FileMetadata> = Node<T, U, V> & {
|
|
42
|
+
parent: Node<T, U, V> | null;
|
|
43
|
+
children: Node<T, U, V>[];
|
|
44
|
+
};
|
|
45
|
+
export declare type InternalNode = Node<InternalNodeBreadcrumbItem, NameKey, InternalFile>;
|
|
46
|
+
export declare type InternalNodeFull = NodeFull<InternalNodeBreadcrumbItem, NameKey, InternalFile>;
|
|
47
|
+
export declare type GQLNode = InputType<GraphQLTypes["Node"], typeof nodeSelector>;
|
|
48
|
+
export declare type GQLNodeFull = InputType<GraphQLTypes["Node"], typeof nodeFullSelector>;
|
|
49
|
+
export {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
export {};
|
|
3
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2NsaWVudC90eXBlcy9Ob2RlLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgTm9kZVR5cGUsIFJpZ2h0cyB9IGZyb20gXCIuLi8uLi96ZXVzL2luZGV4LmpzXCI7XG5pbXBvcnQgdHlwZSB7IEZpbGVNZXRhZGF0YSwgSW50ZXJuYWxGaWxlLCBQdWJsaWNVc2VyIH0gZnJvbSBcIi4vaW5kZXguanNcIjtcbmltcG9ydCB0eXBlIHsgbm9kZUZ1bGxTZWxlY3Rvciwgbm9kZVNlbGVjdG9yIH0gZnJvbSBcIi4vc2VsZWN0b3JzLmpzXCI7XG5pbXBvcnQgdHlwZSB7IEdyYXBoUUxUeXBlcywgSW5wdXRUeXBlIH0gZnJvbSBcIi4uLy4uL3pldXMvaW5kZXguanNcIjtcblxuZXhwb3J0IHR5cGUgTm9kZUFjY2VzczxcbiAgVCBleHRlbmRzIFJlY29yZDxzdHJpbmcsIHVua25vd24+ID0gUmVjb3JkPHN0cmluZywgdW5rbm93bj5cbj4gPSBUICYge1xuICByaWdodHM6IFJpZ2h0cztcbiAgaXNSb290OiBib29sZWFuO1xuICBzaGFyZWRCeToge1xuICAgIGtleVBhaXI/OiB7XG4gICAgICBwdWI6IHN0cmluZztcbiAgICB9O1xuICB9O1xuICB1c2VyQXBwOiB7XG4gICAgdXNlcjogUHVibGljVXNlcjtcbiAgfTtcbn07XG5cbmV4cG9ydCB0eXBlIE5vZGVCcmVhZGNydW1iSXRlbSA9IHtcbiAgaWQ6IHN0cmluZztcbiAgbmFtZTogc3RyaW5nO1xuICBwdWJLZXk6IHN0cmluZztcbn07XG5cbnR5cGUgTmFtZUtleSA9IHtcbiAgbmFtZUtleT86IHN0cmluZztcbn07XG5cbmV4cG9ydCB0eXBlIEludGVybmFsTm9kZUJyZWFkY3J1bWJJdGVtID0gTm9kZUJyZWFkY3J1bWJJdGVtICYgTmFtZUtleTtcblxuZXhwb3J0IHR5cGUgTm9kZTxcbiAgVCBleHRlbmRzIE5vZGVCcmVhZGNydW1iSXRlbSA9IE5vZGVCcmVhZGNydW1iSXRlbSxcbiAgVSBleHRlbmRzIFJlY29yZDxzdHJpbmcsIHVua25vd24+ID0gUmVjb3JkPHN0cmluZywgdW5rbm93bj4sXG4gIFYgZXh0ZW5kcyBGaWxlTWV0YWRhdGEgPSBGaWxlTWV0YWRhdGFcbj4gPSB7XG4gIGlkOiBzdHJpbmc7XG4gIGlzRmF2b3JpdGU6IGJvb2xlYW47XG4gIHR5cGU6IE5vZGVUeXBlO1xuICBjcmVhdGVkQXQ6IERhdGU7XG4gIGRlbGV0ZWRBdDogRGF0ZSB8IG51bGw7XG4gIHVwZGF0ZWRBdDogRGF0ZTtcbiAgbmFtZTogc3RyaW5nO1xuICBicmVhZGNydW1iOiBUW107XG4gIGNyZWF0ZWRCeTogUHVibGljVXNlcjtcbiAgYWNjZXNzPzogTm9kZUFjY2VzczxVPjtcbiAgY3VycmVudD86IFY7XG4gIGhpc3Rvcnk6IFZbXTtcbiAgdXNlcnM6IFtQdWJsaWNVc2VyLCBSaWdodHNdW107XG59O1xuXG5leHBvcnQgdHlwZSBOb2RlRnVsbDxcbiAgVCBleHRlbmRzIE5vZGVCcmVhZGNydW1iSXRlbSA9IE5vZGVCcmVhZGNydW1iSXRlbSxcbiAgVSBleHRlbmRzIFJlY29yZDxzdHJpbmcsIHVua25vd24+ID0gUmVjb3JkPHN0cmluZywgdW5rbm93bj4sXG4gIFYgZXh0ZW5kcyBGaWxlTWV0YWRhdGEgPSBGaWxlTWV0YWRhdGFcbj4gPSBOb2RlPFQsIFUsIFY+ICYge1xuICBwYXJlbnQ6IE5vZGU8VCwgVSwgVj4gfCBudWxsO1xuICBjaGlsZHJlbjogTm9kZTxULCBVLCBWPltdO1xufTtcblxuZXhwb3J0IHR5cGUgSW50ZXJuYWxOb2RlID0gTm9kZTxcbiAgSW50ZXJuYWxOb2RlQnJlYWRjcnVtYkl0ZW0sXG4gIE5hbWVLZXksXG4gIEludGVybmFsRmlsZVxuPjtcblxuZXhwb3J0IHR5cGUgSW50ZXJuYWxOb2RlRnVsbCA9IE5vZGVGdWxsPFxuICBJbnRlcm5hbE5vZGVCcmVhZGNydW1iSXRlbSxcbiAgTmFtZUtleSxcbiAgSW50ZXJuYWxGaWxlXG4+O1xuXG5leHBvcnQgdHlwZSBHUUxOb2RlID0gSW5wdXRUeXBlPEdyYXBoUUxUeXBlc1tcIk5vZGVcIl0sIHR5cGVvZiBub2RlU2VsZWN0b3I+O1xuZXhwb3J0IHR5cGUgR1FMTm9kZUZ1bGwgPSBJbnB1dFR5cGU8XG4gIEdyYXBoUUxUeXBlc1tcIk5vZGVcIl0sXG4gIHR5cGVvZiBub2RlRnVsbFNlbGVjdG9yXG4+O1xuIl0sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
export {};
|
|
3
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2NsaWVudC90eXBlcy9Vc2VyQXBwTm90aWZpY2F0aW9ucy50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBVc2VyQXBwTm90aWZpY2F0aW9ucyA9IHtcbiAgZW5hYmxlQWxsOiBib29sZWFuO1xuICBtYWlsOiBib29sZWFuO1xuICBjbG91ZDogYm9vbGVhbjtcbiAgZGlzYWJsZUFsbFVudGlsPzogRGF0ZTtcbn07XG4iXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
export {};
|
|
3
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2NsaWVudC90eXBlcy9Vc2VyQXBwU2V0dGluZ3MudHMiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHR5cGUgVXNlckFwcFNldHRpbmdzID0ge1xuICBjbG91ZEZpbGVEYXlzRm9yRGVsZXRlOiBudW1iZXI7XG4gIGNsb3VkRm9sZGVyRGF5c0ZvckRlbGV0ZTogbnVtYmVyO1xuICBoaXN0b3J5RmlsZURheXNGb3JEZWxldGU/OiBudW1iZXI7XG4gIGhpc3RvcnlNYXhGaWxlQ291bnQ6IG51bWJlcjtcbn07XG4iXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { KeyPair } from "../../index.js";
|
|
2
|
+
import type { InputType, GraphQLTypes } from "../../zeus/index.js";
|
|
3
|
+
import type { userSelector } from "./selectors.js";
|
|
2
4
|
export * from "./File.js";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./Folder.js";
|
|
5
|
-
export * from "./VFile.js";
|
|
5
|
+
export * from "./Node.js";
|
|
6
6
|
export * from "./UserAppSettings.js";
|
|
7
7
|
export * from "./UserAppNotifications.js";
|
|
8
8
|
export * from "./Inputs.js";
|
|
@@ -70,9 +70,9 @@ export declare type InternalMail = {
|
|
|
70
70
|
id: string;
|
|
71
71
|
body: string;
|
|
72
72
|
subject: string;
|
|
73
|
-
openedAt?:
|
|
74
|
-
createdAt:
|
|
75
|
-
deletedAt?:
|
|
73
|
+
openedAt?: Date;
|
|
74
|
+
createdAt: Date;
|
|
75
|
+
deletedAt?: Date;
|
|
76
76
|
recipient: PublicUser;
|
|
77
77
|
recipients: PublicUser[];
|
|
78
78
|
sender: PublicUser;
|
|
@@ -104,13 +104,7 @@ export declare type BaseMail = {
|
|
|
104
104
|
key: string;
|
|
105
105
|
}[];
|
|
106
106
|
};
|
|
107
|
-
export declare type PublicUser =
|
|
108
|
-
id: string;
|
|
109
|
-
firstname: string;
|
|
110
|
-
lastname: string;
|
|
111
|
-
email: string;
|
|
112
|
-
publicKey: string;
|
|
113
|
-
};
|
|
107
|
+
export declare type PublicUser = InputType<GraphQLTypes["User"], typeof userSelector>;
|
|
114
108
|
export interface ReceivedMail extends BaseMail {
|
|
115
109
|
type: "received";
|
|
116
110
|
sender: PublicUser;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./File.js";
|
|
2
|
+
export * from "./Node.js";
|
|
3
|
+
export * from "./UserAppSettings.js";
|
|
4
|
+
export * from "./UserAppNotifications.js";
|
|
5
|
+
export * from "./Inputs.js";
|
|
6
|
+
export {};
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2NsaWVudC90eXBlcy9pbmRleC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IEtleVBhaXIgfSBmcm9tIFwiLi4vLi4vaW5kZXguanNcIjtcbmltcG9ydCB0eXBlIHsgSW5wdXRUeXBlLCBHcmFwaFFMVHlwZXMgfSBmcm9tIFwiLi4vLi4vemV1cy9pbmRleC5qc1wiO1xuaW1wb3J0IHR5cGUgeyB1c2VyU2VsZWN0b3IgfSBmcm9tIFwiLi9zZWxlY3RvcnMuanNcIjtcbmV4cG9ydCAqIGZyb20gXCIuL0ZpbGUuanNcIjtcbmV4cG9ydCAqIGZyb20gXCIuL05vZGUuanNcIjtcbmV4cG9ydCAqIGZyb20gXCIuL1VzZXJBcHBTZXR0aW5ncy5qc1wiO1xuZXhwb3J0ICogZnJvbSBcIi4vVXNlckFwcE5vdGlmaWNhdGlvbnMuanNcIjtcbmV4cG9ydCAqIGZyb20gXCIuL0lucHV0cy5qc1wiO1xuXG5leHBvcnQgdHlwZSBTZWNyZWN5VXNlckFwcCA9IHtcbiAga2V5czogS2V5UGFpcjtcbiAgand0OiBzdHJpbmc7XG4gIHVhU2Vzc2lvbjogc3RyaW5nO1xufTtcblxuZXhwb3J0IGludGVyZmFjZSBGaWxlQ29udGVudFBhcnQge1xuICBjb250ZW50VXJsOiBzdHJpbmc7XG4gIG9yZGVyOiBudW1iZXI7XG4gIG1kNTogc3RyaW5nO1xufVxuXG5leHBvcnQgdHlwZSBGaWxlUGFydFJlc3BvbnNlID0ge1xuICBvcmRlcjogbnVtYmVyO1xuICBmaWVsZHM6IFJlY29yZDxzdHJpbmcsIHN0cmluZz47XG4gIHVybDogc3RyaW5nO1xufTtcblxuZXhwb3J0IHR5cGUgTWFpbEZpbGVJbnB1dCA9IHsgaWQ6IHN0cmluZzsgbmFtZTogc3RyaW5nOyBmaWxlS2V5OiBzdHJpbmcgfTtcblxuZXhwb3J0IHR5cGUgTWFpbEludGVncml0eSA9IHtcbiAgaWQ6IHN0cmluZztcbiAgaGFzaDogc3RyaW5nO1xuICBoYXNoS2V5OiBzdHJpbmc7XG4gIHJlcGx5VG8/OiB7XG4gICAgaWQ6IHN0cmluZztcbiAgfTtcbiAgdGVtcG9yYXJ5UmVjaXBpZW50czogVGVtcG9yYXJ5TWFpbFVzZXJbXTtcbiAgcmVjaXBpZW50czogUHVibGljVXNlcltdO1xufTtcblxuZXhwb3J0IHR5cGUgTWFpbEludGVncml0eURyYWZ0ID0gTWFpbEludGVncml0eSAmIHtcbiAgcmVjaXBpZW50czogUHVibGljVXNlcltdO1xufTtcblxuZXhwb3J0IHR5cGUgVGVtcG9yYXJ5TWFpbFVzZXIgPSB7XG4gIGVtYWlsPzogc3RyaW5nO1xufTtcblxuZXhwb3J0IHR5cGUgSW50ZXJuYWxXYWl0aW5nUmVjZWl2ZWRNYWlsID0ge1xuICBzZW5kZXI6IFB1YmxpY1VzZXI7XG4gIGRhdGU6IHN0cmluZztcbiAgYXR0YWNobWVudHNDb3VudDogbnVtYmVyO1xuICByZWNpcGllbnRzOiBQdWJsaWNVc2VyW107XG4gIHRlbXBvcmFyeVJlY2lwaWVudHM6IFRlbXBvcmFyeU1haWxVc2VyW107XG59O1xuXG5leHBvcnQgdHlwZSBXYWl0aW5nUmVjZWl2ZWRNYWlsID0ge1xuICBpZDogc3RyaW5nO1xuICBzZW5kZXI6IFB1YmxpY1VzZXI7XG4gIGRhdGU6IERhdGU7XG4gIGF0dGFjaG1lbnRzQ291bnQ6IG51bWJlcjtcbiAgcmVjaXBpZW50czogUHVibGljVXNlcltdO1xuICB0ZW1wb3JhcnlSZWNpcGllbnRzOiBUZW1wb3JhcnlNYWlsVXNlcltdO1xufTtcblxuZXhwb3J0IHR5cGUgTWFpbEZpbGUgPSB7XG4gIGZpbGVLZXk6IHN0cmluZztcbiAgZmlsZW5hbWU6IHN0cmluZztcbiAgZmlsZToge1xuICAgIGlkOiBzdHJpbmc7XG4gIH07XG59O1xuXG5leHBvcnQgdHlwZSBNYWlsVHlwZSA9IFwic2VudFwiIHwgXCJyZWNlaXZlZFwiIHwgXCJkcmFmdFwiO1xuXG5leHBvcnQgdHlwZSBJbnRlcm5hbE1haWwgPSB7XG4gIHR5cGU6IE1haWxUeXBlO1xuICBpZDogc3RyaW5nO1xuICBib2R5OiBzdHJpbmc7XG4gIHN1YmplY3Q6IHN0cmluZztcbiAgb3BlbmVkQXQ/OiBEYXRlO1xuICBjcmVhdGVkQXQ6IERhdGU7XG4gIGRlbGV0ZWRBdD86IERhdGU7XG4gIHJlY2lwaWVudDogUHVibGljVXNlcjtcbiAgcmVjaXBpZW50czogUHVibGljVXNlcltdO1xuICBzZW5kZXI6IFB1YmxpY1VzZXI7XG4gIG1haWxJbnRlZ3JpdHk/OiBNYWlsSW50ZWdyaXR5O1xuICBtYWlsSW50ZWdyaXR5RHJhZnQ/OiBNYWlsSW50ZWdyaXR5RHJhZnQ7XG4gIGZpbGVzOiBNYWlsRmlsZVtdO1xufTtcblxuZXhwb3J0IHR5cGUgSW50ZXJuYWxSZWNlaXZlZE1haWwgPSB7XG4gIHVzZXI6IHtcbiAgICByZWNlaXZlZE1haWxzOiBJbnRlcm5hbE1haWxbXTtcbiAgfTtcbn07XG5cbmV4cG9ydCB0eXBlIEJhc2VNYWlsID0ge1xuICB0eXBlOiBNYWlsVHlwZTtcbiAgaWQ6IHN0cmluZztcbiAgbWFpbEludGVncml0eUlkOiBzdHJpbmc7XG4gIHJlcGx5VG8/OiBzdHJpbmc7XG4gIGJvZHk6IHN0cmluZztcbiAgc3ViamVjdDogc3RyaW5nO1xuICBjcmVhdGVkQXQ6IERhdGU7XG4gIGRlbGV0ZWRBdDogRGF0ZSB8IG51bGw7XG4gIG9wZW5lZEF0OiBEYXRlIHwgbnVsbDtcbiAgaXNBbHRlcmVkOiBib29sZWFuO1xuICByZWNpcGllbnRzOiBQdWJsaWNVc2VyW107XG4gIHRlbXBvcmFyeVJlY2lwaWVudHM6IFRlbXBvcmFyeU1haWxVc2VyW107XG4gIGZpbGVzOiB7IGlkOiBzdHJpbmc7IG5hbWU6IHN0cmluZzsga2V5OiBzdHJpbmcgfVtdO1xufTtcblxuZXhwb3J0IHR5cGUgUHVibGljVXNlciA9IElucHV0VHlwZTxHcmFwaFFMVHlwZXNbXCJVc2VyXCJdLCB0eXBlb2YgdXNlclNlbGVjdG9yPjtcblxuZXhwb3J0IGludGVyZmFjZSBSZWNlaXZlZE1haWwgZXh0ZW5kcyBCYXNlTWFpbCB7XG4gIHR5cGU6IFwicmVjZWl2ZWRcIjtcbiAgc2VuZGVyOiBQdWJsaWNVc2VyO1xufVxuXG5leHBvcnQgdHlwZSBJbnRlcm5hbFNlbnRNYWlsID0ge1xuICB1c2VyOiB7XG4gICAgc2VudE1haWxzOiBJbnRlcm5hbE1haWxbXTtcbiAgfTtcbn07XG5cbmV4cG9ydCB0eXBlIEludGVybmFsRHJhZnRNYWlscyA9IHtcbiAgdXNlcjoge1xuICAgIGRyYWZ0TWFpbHM6IEludGVybmFsTWFpbFtdO1xuICB9O1xufTtcblxuZXhwb3J0IGludGVyZmFjZSBTZW50TWFpbCBleHRlbmRzIEJhc2VNYWlsIHtcbiAgdHlwZTogXCJzZW50XCI7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJhZnRNYWlsIGV4dGVuZHMgQmFzZU1haWwge1xuICB0eXBlOiBcImRyYWZ0XCI7XG59XG5cbmV4cG9ydCB0eXBlIE1haWwgPSBEcmFmdE1haWwgfCBTZW50TWFpbCB8IFJlY2VpdmVkTWFpbDtcblxuZXhwb3J0IHR5cGUgU2Vzc2lvbiA9IHtcbiAgaWQ6IHN0cmluZztcbiAgbGFzdEFjdGl2aXR5OiBEYXRlIHwgdW5kZWZpbmVkO1xuICB1c2VyQWdlbnQ6IHN0cmluZyB8IHVuZGVmaW5lZDtcbiAgaXA6IHN0cmluZyB8IHVuZGVmaW5lZDtcbiAgY2l0eTogc3RyaW5nIHwgdW5kZWZpbmVkO1xuICBjb3VudHJ5OiBzdHJpbmcgfCB1bmRlZmluZWQ7XG59O1xuXG5leHBvcnQgdHlwZSBBcHBTZXNzaW9uID0gU2Vzc2lvbiAmIHtcbiAgYXBwOiBzdHJpbmc7XG59O1xuXG5leHBvcnQgdHlwZSBVc2VyU2Vzc2lvbiA9IFNlc3Npb24gJiB7XG4gIGFwcFNlc3Npb25zOiBBcHBTZXNzaW9uW107XG59O1xuXG5leHBvcnQgdHlwZSBNYWlsUmVjaXBpZW50SW5wdXQgPSB7XG4gIGJvZHk6IHN0cmluZztcbiAgc3ViamVjdDogc3RyaW5nO1xuICByZWNpcGllbnRJZDogc3RyaW5nO1xuICBmaWxlczogTWFpbEZpbGVJbnB1dFtdO1xufTtcbiJdLCJtYXBwaW5ncyI6IkFBR0EsY0FBYyxXQUFkO0FBQ0EsY0FBYyxXQUFkO0FBQ0EsY0FBYyxzQkFBZDtBQUNBLGNBQWMsMkJBQWQ7QUFDQSxjQUFjLGFBQWQifQ==
|
|
@@ -0,0 +1,476 @@
|
|
|
1
|
+
export declare const fileSelector: {
|
|
2
|
+
id: true;
|
|
3
|
+
size: true;
|
|
4
|
+
sizeBefore: true;
|
|
5
|
+
createdAt: true;
|
|
6
|
+
md5: true;
|
|
7
|
+
md5Encrypted: true;
|
|
8
|
+
access: {
|
|
9
|
+
key: true;
|
|
10
|
+
sharedBy: {
|
|
11
|
+
keyPair: {
|
|
12
|
+
pub: true;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export declare const userSelector: {
|
|
18
|
+
id: true;
|
|
19
|
+
firstname: true;
|
|
20
|
+
lastname: true;
|
|
21
|
+
email: true;
|
|
22
|
+
publicKey: true;
|
|
23
|
+
};
|
|
24
|
+
export declare const nodeSelector: {
|
|
25
|
+
id: true;
|
|
26
|
+
isFavorite: true;
|
|
27
|
+
type: true;
|
|
28
|
+
createdAt: true;
|
|
29
|
+
deletedAt: true;
|
|
30
|
+
createdBy: {
|
|
31
|
+
user: {
|
|
32
|
+
id: true;
|
|
33
|
+
firstname: true;
|
|
34
|
+
lastname: true;
|
|
35
|
+
email: true;
|
|
36
|
+
publicKey: true;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
updatedAt: true;
|
|
40
|
+
name: true;
|
|
41
|
+
access: {
|
|
42
|
+
rights: true;
|
|
43
|
+
isRoot: true;
|
|
44
|
+
nameKey: true;
|
|
45
|
+
sharedBy: {
|
|
46
|
+
keyPair: {
|
|
47
|
+
pub: true;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
userApp: {
|
|
51
|
+
user: {
|
|
52
|
+
id: true;
|
|
53
|
+
firstname: true;
|
|
54
|
+
lastname: true;
|
|
55
|
+
email: true;
|
|
56
|
+
publicKey: true;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
accesses: {
|
|
61
|
+
rights: true;
|
|
62
|
+
isRoot: true;
|
|
63
|
+
nameKey: true;
|
|
64
|
+
sharedBy: {
|
|
65
|
+
keyPair: {
|
|
66
|
+
pub: true;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
userApp: {
|
|
70
|
+
user: {
|
|
71
|
+
id: true;
|
|
72
|
+
firstname: true;
|
|
73
|
+
lastname: true;
|
|
74
|
+
email: true;
|
|
75
|
+
publicKey: true;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
breadcrumb: {
|
|
80
|
+
id: true;
|
|
81
|
+
name: true;
|
|
82
|
+
nameKey: true;
|
|
83
|
+
pubKey: true;
|
|
84
|
+
};
|
|
85
|
+
history: {
|
|
86
|
+
id: true;
|
|
87
|
+
size: true;
|
|
88
|
+
sizeBefore: true;
|
|
89
|
+
createdAt: true;
|
|
90
|
+
md5: true;
|
|
91
|
+
md5Encrypted: true;
|
|
92
|
+
access: {
|
|
93
|
+
key: true;
|
|
94
|
+
sharedBy: {
|
|
95
|
+
keyPair: {
|
|
96
|
+
pub: true;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
current: {
|
|
102
|
+
id: true;
|
|
103
|
+
size: true;
|
|
104
|
+
sizeBefore: true;
|
|
105
|
+
createdAt: true;
|
|
106
|
+
md5: true;
|
|
107
|
+
md5Encrypted: true;
|
|
108
|
+
access: {
|
|
109
|
+
key: true;
|
|
110
|
+
sharedBy: {
|
|
111
|
+
keyPair: {
|
|
112
|
+
pub: true;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
currentFileId: true;
|
|
118
|
+
};
|
|
119
|
+
export declare const nodeFullSelector: {
|
|
120
|
+
parent: {
|
|
121
|
+
id: true;
|
|
122
|
+
isFavorite: true;
|
|
123
|
+
type: true;
|
|
124
|
+
createdAt: true;
|
|
125
|
+
deletedAt: true;
|
|
126
|
+
createdBy: {
|
|
127
|
+
user: {
|
|
128
|
+
id: true;
|
|
129
|
+
firstname: true;
|
|
130
|
+
lastname: true;
|
|
131
|
+
email: true;
|
|
132
|
+
publicKey: true;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
updatedAt: true;
|
|
136
|
+
name: true;
|
|
137
|
+
access: {
|
|
138
|
+
rights: true;
|
|
139
|
+
isRoot: true;
|
|
140
|
+
nameKey: true;
|
|
141
|
+
sharedBy: {
|
|
142
|
+
keyPair: {
|
|
143
|
+
pub: true;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
userApp: {
|
|
147
|
+
user: {
|
|
148
|
+
id: true;
|
|
149
|
+
firstname: true;
|
|
150
|
+
lastname: true;
|
|
151
|
+
email: true;
|
|
152
|
+
publicKey: true;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
accesses: {
|
|
157
|
+
rights: true;
|
|
158
|
+
isRoot: true;
|
|
159
|
+
nameKey: true;
|
|
160
|
+
sharedBy: {
|
|
161
|
+
keyPair: {
|
|
162
|
+
pub: true;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
userApp: {
|
|
166
|
+
user: {
|
|
167
|
+
id: true;
|
|
168
|
+
firstname: true;
|
|
169
|
+
lastname: true;
|
|
170
|
+
email: true;
|
|
171
|
+
publicKey: true;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
breadcrumb: {
|
|
176
|
+
id: true;
|
|
177
|
+
name: true;
|
|
178
|
+
nameKey: true;
|
|
179
|
+
pubKey: true;
|
|
180
|
+
};
|
|
181
|
+
history: {
|
|
182
|
+
id: true;
|
|
183
|
+
size: true;
|
|
184
|
+
sizeBefore: true;
|
|
185
|
+
createdAt: true;
|
|
186
|
+
md5: true;
|
|
187
|
+
md5Encrypted: true;
|
|
188
|
+
access: {
|
|
189
|
+
key: true;
|
|
190
|
+
sharedBy: {
|
|
191
|
+
keyPair: {
|
|
192
|
+
pub: true;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
current: {
|
|
198
|
+
id: true;
|
|
199
|
+
size: true;
|
|
200
|
+
sizeBefore: true;
|
|
201
|
+
createdAt: true;
|
|
202
|
+
md5: true;
|
|
203
|
+
md5Encrypted: true;
|
|
204
|
+
access: {
|
|
205
|
+
key: true;
|
|
206
|
+
sharedBy: {
|
|
207
|
+
keyPair: {
|
|
208
|
+
pub: true;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
currentFileId: true;
|
|
214
|
+
};
|
|
215
|
+
children: {
|
|
216
|
+
id: true;
|
|
217
|
+
isFavorite: true;
|
|
218
|
+
type: true;
|
|
219
|
+
createdAt: true;
|
|
220
|
+
deletedAt: true;
|
|
221
|
+
createdBy: {
|
|
222
|
+
user: {
|
|
223
|
+
id: true;
|
|
224
|
+
firstname: true;
|
|
225
|
+
lastname: true;
|
|
226
|
+
email: true;
|
|
227
|
+
publicKey: true;
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
updatedAt: true;
|
|
231
|
+
name: true;
|
|
232
|
+
access: {
|
|
233
|
+
rights: true;
|
|
234
|
+
isRoot: true;
|
|
235
|
+
nameKey: true;
|
|
236
|
+
sharedBy: {
|
|
237
|
+
keyPair: {
|
|
238
|
+
pub: true;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
userApp: {
|
|
242
|
+
user: {
|
|
243
|
+
id: true;
|
|
244
|
+
firstname: true;
|
|
245
|
+
lastname: true;
|
|
246
|
+
email: true;
|
|
247
|
+
publicKey: true;
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
accesses: {
|
|
252
|
+
rights: true;
|
|
253
|
+
isRoot: true;
|
|
254
|
+
nameKey: true;
|
|
255
|
+
sharedBy: {
|
|
256
|
+
keyPair: {
|
|
257
|
+
pub: true;
|
|
258
|
+
};
|
|
259
|
+
};
|
|
260
|
+
userApp: {
|
|
261
|
+
user: {
|
|
262
|
+
id: true;
|
|
263
|
+
firstname: true;
|
|
264
|
+
lastname: true;
|
|
265
|
+
email: true;
|
|
266
|
+
publicKey: true;
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
breadcrumb: {
|
|
271
|
+
id: true;
|
|
272
|
+
name: true;
|
|
273
|
+
nameKey: true;
|
|
274
|
+
pubKey: true;
|
|
275
|
+
};
|
|
276
|
+
history: {
|
|
277
|
+
id: true;
|
|
278
|
+
size: true;
|
|
279
|
+
sizeBefore: true;
|
|
280
|
+
createdAt: true;
|
|
281
|
+
md5: true;
|
|
282
|
+
md5Encrypted: true;
|
|
283
|
+
access: {
|
|
284
|
+
key: true;
|
|
285
|
+
sharedBy: {
|
|
286
|
+
keyPair: {
|
|
287
|
+
pub: true;
|
|
288
|
+
};
|
|
289
|
+
};
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
current: {
|
|
293
|
+
id: true;
|
|
294
|
+
size: true;
|
|
295
|
+
sizeBefore: true;
|
|
296
|
+
createdAt: true;
|
|
297
|
+
md5: true;
|
|
298
|
+
md5Encrypted: true;
|
|
299
|
+
access: {
|
|
300
|
+
key: true;
|
|
301
|
+
sharedBy: {
|
|
302
|
+
keyPair: {
|
|
303
|
+
pub: true;
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
currentFileId: true;
|
|
309
|
+
};
|
|
310
|
+
id: true;
|
|
311
|
+
isFavorite: true;
|
|
312
|
+
type: true;
|
|
313
|
+
createdAt: true;
|
|
314
|
+
deletedAt: true;
|
|
315
|
+
createdBy: {
|
|
316
|
+
user: {
|
|
317
|
+
id: true;
|
|
318
|
+
firstname: true;
|
|
319
|
+
lastname: true;
|
|
320
|
+
email: true;
|
|
321
|
+
publicKey: true;
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
updatedAt: true;
|
|
325
|
+
name: true;
|
|
326
|
+
access: {
|
|
327
|
+
rights: true;
|
|
328
|
+
isRoot: true;
|
|
329
|
+
nameKey: true;
|
|
330
|
+
sharedBy: {
|
|
331
|
+
keyPair: {
|
|
332
|
+
pub: true;
|
|
333
|
+
};
|
|
334
|
+
};
|
|
335
|
+
userApp: {
|
|
336
|
+
user: {
|
|
337
|
+
id: true;
|
|
338
|
+
firstname: true;
|
|
339
|
+
lastname: true;
|
|
340
|
+
email: true;
|
|
341
|
+
publicKey: true;
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
accesses: {
|
|
346
|
+
rights: true;
|
|
347
|
+
isRoot: true;
|
|
348
|
+
nameKey: true;
|
|
349
|
+
sharedBy: {
|
|
350
|
+
keyPair: {
|
|
351
|
+
pub: true;
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
userApp: {
|
|
355
|
+
user: {
|
|
356
|
+
id: true;
|
|
357
|
+
firstname: true;
|
|
358
|
+
lastname: true;
|
|
359
|
+
email: true;
|
|
360
|
+
publicKey: true;
|
|
361
|
+
};
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
breadcrumb: {
|
|
365
|
+
id: true;
|
|
366
|
+
name: true;
|
|
367
|
+
nameKey: true;
|
|
368
|
+
pubKey: true;
|
|
369
|
+
};
|
|
370
|
+
history: {
|
|
371
|
+
id: true;
|
|
372
|
+
size: true;
|
|
373
|
+
sizeBefore: true;
|
|
374
|
+
createdAt: true;
|
|
375
|
+
md5: true;
|
|
376
|
+
md5Encrypted: true;
|
|
377
|
+
access: {
|
|
378
|
+
key: true;
|
|
379
|
+
sharedBy: {
|
|
380
|
+
keyPair: {
|
|
381
|
+
pub: true;
|
|
382
|
+
};
|
|
383
|
+
};
|
|
384
|
+
};
|
|
385
|
+
};
|
|
386
|
+
current: {
|
|
387
|
+
id: true;
|
|
388
|
+
size: true;
|
|
389
|
+
sizeBefore: true;
|
|
390
|
+
createdAt: true;
|
|
391
|
+
md5: true;
|
|
392
|
+
md5Encrypted: true;
|
|
393
|
+
access: {
|
|
394
|
+
key: true;
|
|
395
|
+
sharedBy: {
|
|
396
|
+
keyPair: {
|
|
397
|
+
pub: true;
|
|
398
|
+
};
|
|
399
|
+
};
|
|
400
|
+
};
|
|
401
|
+
};
|
|
402
|
+
currentFileId: true;
|
|
403
|
+
};
|
|
404
|
+
export declare const mailSelector: {
|
|
405
|
+
id: true;
|
|
406
|
+
type: true;
|
|
407
|
+
body: true;
|
|
408
|
+
subject: true;
|
|
409
|
+
openedAt: true;
|
|
410
|
+
createdAt: true;
|
|
411
|
+
deletedAt: true;
|
|
412
|
+
recipients: {
|
|
413
|
+
id: true;
|
|
414
|
+
firstname: true;
|
|
415
|
+
lastname: true;
|
|
416
|
+
email: true;
|
|
417
|
+
publicKey: true;
|
|
418
|
+
};
|
|
419
|
+
recipient: {
|
|
420
|
+
id: true;
|
|
421
|
+
firstname: true;
|
|
422
|
+
lastname: true;
|
|
423
|
+
email: true;
|
|
424
|
+
publicKey: true;
|
|
425
|
+
};
|
|
426
|
+
sender: {
|
|
427
|
+
id: true;
|
|
428
|
+
firstname: true;
|
|
429
|
+
lastname: true;
|
|
430
|
+
email: true;
|
|
431
|
+
publicKey: true;
|
|
432
|
+
};
|
|
433
|
+
mailIntegrity: {
|
|
434
|
+
id: true;
|
|
435
|
+
hash: true;
|
|
436
|
+
hashKey: true;
|
|
437
|
+
replyTo: {
|
|
438
|
+
id: true;
|
|
439
|
+
};
|
|
440
|
+
temporaryRecipients: {
|
|
441
|
+
email: true;
|
|
442
|
+
};
|
|
443
|
+
recipients: {
|
|
444
|
+
id: true;
|
|
445
|
+
firstname: true;
|
|
446
|
+
lastname: true;
|
|
447
|
+
email: true;
|
|
448
|
+
publicKey: true;
|
|
449
|
+
};
|
|
450
|
+
};
|
|
451
|
+
mailIntegrityDraft: {
|
|
452
|
+
id: true;
|
|
453
|
+
hash: true;
|
|
454
|
+
hashKey: true;
|
|
455
|
+
replyTo: {
|
|
456
|
+
id: true;
|
|
457
|
+
};
|
|
458
|
+
temporaryRecipients: {
|
|
459
|
+
email: true;
|
|
460
|
+
};
|
|
461
|
+
recipients: {
|
|
462
|
+
id: true;
|
|
463
|
+
firstname: true;
|
|
464
|
+
lastname: true;
|
|
465
|
+
email: true;
|
|
466
|
+
publicKey: true;
|
|
467
|
+
};
|
|
468
|
+
};
|
|
469
|
+
files: {
|
|
470
|
+
fileKey: true;
|
|
471
|
+
filename: true;
|
|
472
|
+
file: {
|
|
473
|
+
id: true;
|
|
474
|
+
};
|
|
475
|
+
};
|
|
476
|
+
};
|