@keyhive/keyhive 0.0.0-alpha.4 → 0.0.0-alpha.40
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 -6
- package/package.json +7 -4
- package/pkg/README.md +1 -6
- package/pkg/keyhive_wasm.d.ts +51 -96
- package/pkg/keyhive_wasm_bg.js +561 -690
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg/keyhive_wasm_bg.wasm.d.ts +146 -147
- package/pkg/package.json +1 -1
- package/pkg-node/README.md +1 -6
- package/pkg-node/keyhive_wasm.d.ts +51 -96
- package/pkg-node/keyhive_wasm.js +564 -717
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm_bg.wasm.d.ts +146 -147
- package/pkg-node/package.json +1 -1
- package/pkg-slim/README.md +1 -6
- package/pkg-slim/keyhive_wasm.d.ts +197 -243
- package/pkg-slim/keyhive_wasm.js +525 -670
- package/pkg-slim/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm_bg.wasm.base64.js +1 -1
- package/pkg-slim/keyhive_wasm_bg.wasm.d.ts +146 -147
- package/pkg-slim/package.json +1 -1
package/pkg/keyhive_wasm_bg.wasm
CHANGED
|
Binary file
|
|
@@ -1,76 +1,86 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
8
|
-
export const individualid_bytes: (a: number) => [number, number];
|
|
9
|
-
export const __wbg_archive_free: (a: number, b: number) => void;
|
|
10
|
-
export const archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
11
|
-
export const archive_toBytes: (a: number) => [number, number, number, number];
|
|
12
|
-
export const archive_tryToKeyhive: (a: number, b: number, c: number, d: any) => [number, number, number];
|
|
13
|
-
export const __wbg_tryfromarchiveerror_free: (a: number, b: number) => void;
|
|
14
|
-
export const tryfromarchiveerror_toError: (a: number) => any;
|
|
15
|
-
export const __wbg_serializationerror_free: (a: number, b: number) => void;
|
|
16
|
-
export const serializationerror_toError: (a: number) => any;
|
|
17
|
-
export const __wbg_document_free: (a: number, b: number) => void;
|
|
18
|
-
export const document_id: (a: number) => number;
|
|
19
|
-
export const document_doc_id: (a: number) => number;
|
|
20
|
-
export const document_toPeer: (a: number) => number;
|
|
21
|
-
export const document_toAgent: (a: number) => number;
|
|
22
|
-
export const __wbg_group_free: (a: number, b: number) => void;
|
|
23
|
-
export const group_id: (a: number) => number;
|
|
24
|
-
export const group_groupId: (a: number) => number;
|
|
25
|
-
export const group_members: (a: number) => [number, number];
|
|
26
|
-
export const group_toPeer: (a: number) => number;
|
|
27
|
-
export const group_toAgent: (a: number) => number;
|
|
28
|
-
export const group_toMembered: (a: number) => number;
|
|
29
|
-
export const __wbg_invocation_free: (a: number, b: number) => void;
|
|
30
|
-
export const __wbg_membered_free: (a: number, b: number) => void;
|
|
31
|
-
export const __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
32
|
-
export const __wbg_summary_free: (a: number, b: number) => void;
|
|
33
|
-
export const summary_doc: (a: number) => number;
|
|
34
|
-
export const summary_access: (a: number) => number;
|
|
35
|
-
export const __wbg_addmembererror_free: (a: number, b: number) => void;
|
|
36
|
-
export const addmembererror_message: (a: number) => [number, number];
|
|
37
|
-
export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
38
|
-
export const cgkaoperation_variant: (a: number) => [number, number];
|
|
39
|
-
export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
40
|
-
export const ciphertextstore_newInMemory: () => number;
|
|
41
|
-
export const ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
42
|
-
export const __wbg_removeciphertexterror_free: (a: number, b: number) => void;
|
|
43
|
-
export const __wbg_getciphertexterror_free: (a: number, b: number) => void;
|
|
44
|
-
export const getciphertexterror_message: (a: number) => [number, number];
|
|
4
|
+
export const __wbg_changeid_free: (a: number, b: number) => void;
|
|
5
|
+
export const changeid_new: (a: number, b: number) => number;
|
|
6
|
+
export const changeid_bytes: (a: number) => [number, number];
|
|
7
|
+
export const changeid___wasm_refgen_toChangeId: (a: number) => number;
|
|
45
8
|
export const __wbg_contactcard_free: (a: number, b: number) => void;
|
|
46
9
|
export const contactcard_id: (a: number) => number;
|
|
47
10
|
export const contactcard_shareKey: (a: number) => number;
|
|
48
11
|
export const contactcard_signature: (a: number) => [number, number];
|
|
12
|
+
export const contactcard_toAgent: (a: number) => number;
|
|
49
13
|
export const contactcard_fromJson: (a: number, b: number) => [number, number, number];
|
|
50
14
|
export const contactcard_toJson: (a: number) => [number, number, number, number];
|
|
51
15
|
export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
52
16
|
export const doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
|
|
53
|
-
export const
|
|
17
|
+
export const doccontentrefs_addChangeId: (a: number, b: number) => any;
|
|
54
18
|
export const doccontentrefs_docId: (a: number) => number;
|
|
55
|
-
export const doccontentrefs_change_hashes: (a: number) =>
|
|
19
|
+
export const doccontentrefs_change_hashes: (a: number) => any;
|
|
20
|
+
export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
|
|
21
|
+
export const encryptedcontentwithupdate_encrypted_content: (a: number) => number;
|
|
22
|
+
export const encryptedcontentwithupdate_update_op: (a: number) => number;
|
|
23
|
+
export const __wbg_identifier_free: (a: number, b: number) => void;
|
|
24
|
+
export const identifier_new: (a: number, b: number) => [number, number, number];
|
|
25
|
+
export const identifier_toBytes: (a: number) => [number, number];
|
|
26
|
+
export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
|
|
27
|
+
export const __wbg_peer_free: (a: number, b: number) => void;
|
|
28
|
+
export const peer_id: (a: number) => number;
|
|
29
|
+
export const peer_toString: (a: number) => [number, number];
|
|
30
|
+
export const peer_isIndividual: (a: number) => number;
|
|
31
|
+
export const peer_isGroup: (a: number) => number;
|
|
32
|
+
export const peer_isDocument: (a: number) => number;
|
|
33
|
+
export const peer___wasm_refgen_toPeer: (a: number) => number;
|
|
34
|
+
export const __wbg_signed_free: (a: number, b: number) => void;
|
|
35
|
+
export const signed_fromBytes: (a: number, b: number) => [number, number, number];
|
|
36
|
+
export const signed_toBytes: (a: number) => [number, number, number, number];
|
|
37
|
+
export const signed_verify: (a: number) => number;
|
|
38
|
+
export const signed_payload: (a: number) => [number, number];
|
|
39
|
+
export const signed_verifyingKey: (a: number) => [number, number];
|
|
40
|
+
export const signed_signature: (a: number) => [number, number];
|
|
41
|
+
export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
42
|
+
export const signedcgkaoperation_verify: (a: number) => number;
|
|
43
|
+
export const signedcgkaoperation_delegation: (a: number) => number;
|
|
44
|
+
export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
|
|
45
|
+
export const signedcgkaoperation_signature: (a: number) => [number, number];
|
|
46
|
+
export const __wbg_stats_free: (a: number, b: number) => void;
|
|
47
|
+
export const stats_individuals: (a: number) => bigint;
|
|
48
|
+
export const stats_groups: (a: number) => bigint;
|
|
49
|
+
export const stats_docs: (a: number) => bigint;
|
|
50
|
+
export const stats_delegations: (a: number) => bigint;
|
|
51
|
+
export const stats_revocations: (a: number) => bigint;
|
|
52
|
+
export const stats_toString: (a: number) => [number, number];
|
|
53
|
+
export const __wbg_access_free: (a: number, b: number) => void;
|
|
54
|
+
export const access_tryFromString: (a: number, b: number) => number;
|
|
55
|
+
export const access_toString: (a: number) => [number, number];
|
|
56
|
+
export const __wbg_archive_free: (a: number, b: number) => void;
|
|
57
|
+
export const archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
58
|
+
export const archive_toBytes: (a: number) => [number, number, number, number];
|
|
59
|
+
export const archive_tryToKeyhive: (a: number, b: number, c: number, d: any) => any;
|
|
60
|
+
export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
61
|
+
export const cgkaoperation_variant: (a: number) => [number, number];
|
|
62
|
+
export const __wbg_document_free: (a: number, b: number) => void;
|
|
63
|
+
export const document_doc_id: (a: number) => number;
|
|
64
|
+
export const document_toPeer: (a: number) => number;
|
|
65
|
+
export const document_toAgent: (a: number) => number;
|
|
66
|
+
export const document_toMembered: (a: number) => number;
|
|
67
|
+
export const document___wasm_refgen_toDocument: (a: number) => number;
|
|
56
68
|
export const __wbg_documentid_free: (a: number, b: number) => void;
|
|
57
69
|
export const documentid_new: (a: number, b: number) => [number, number, number];
|
|
58
|
-
export const
|
|
70
|
+
export const documentid_toString: (a: number) => [number, number];
|
|
59
71
|
export const documentid_toJsValue: (a: number) => any;
|
|
60
72
|
export const documentid_toBytes: (a: number) => [number, number];
|
|
73
|
+
export const __wbg_event_free: (a: number, b: number) => void;
|
|
74
|
+
export const event_variant: (a: number) => [number, number];
|
|
75
|
+
export const event_isDelegated: (a: number) => number;
|
|
76
|
+
export const event_isRevoked: (a: number) => number;
|
|
77
|
+
export const event_tryIntoSignedDelegation: (a: number) => number;
|
|
78
|
+
export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
79
|
+
export const event_toBytes: (a: number) => [number, number, number, number];
|
|
61
80
|
export const __wbg_groupid_free: (a: number, b: number) => void;
|
|
62
81
|
export const groupid_toString: (a: number) => [number, number];
|
|
63
|
-
export const
|
|
64
|
-
export const
|
|
65
|
-
export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
|
|
66
|
-
export const __wbg_individual_free: (a: number, b: number) => void;
|
|
67
|
-
export const individual_toPeer: (a: number) => number;
|
|
68
|
-
export const individual_toAgent: (a: number) => number;
|
|
69
|
-
export const individual_id: (a: number) => number;
|
|
70
|
-
export const individual_individualId: (a: number) => number;
|
|
71
|
-
export const individual_pickPrekey: (a: number, b: number) => number;
|
|
72
|
-
export const __wbg_revokemembererror_free: (a: number, b: number) => void;
|
|
73
|
-
export const revokemembererror_message: (a: number) => [number, number];
|
|
82
|
+
export const __wbg_invocation_free: (a: number, b: number) => void;
|
|
83
|
+
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
74
84
|
export const __wbg_signer_free: (a: number, b: number) => void;
|
|
75
85
|
export const signer_generate: () => any;
|
|
76
86
|
export const signer_generateMemory: () => number;
|
|
@@ -84,116 +94,105 @@ export const signer_clone: (a: number) => number;
|
|
|
84
94
|
export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
85
95
|
export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
86
96
|
export const generatewebcryptoerror_message: (a: number) => [number, number];
|
|
87
|
-
export const
|
|
88
|
-
export const
|
|
89
|
-
export const
|
|
97
|
+
export const document_id: (a: number) => number;
|
|
98
|
+
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
99
|
+
export const capability_who: (a: number) => number;
|
|
100
|
+
export const capability_can: (a: number) => number;
|
|
101
|
+
export const capability_proof: (a: number) => number;
|
|
102
|
+
export const __wbg_delegation_free: (a: number, b: number) => void;
|
|
103
|
+
export const delegation_delegate: (a: number) => number;
|
|
104
|
+
export const delegation_can: (a: number) => number;
|
|
105
|
+
export const delegation_proof: (a: number) => number;
|
|
106
|
+
export const delegation_after: (a: number) => number;
|
|
107
|
+
export const __wbg_membership_free: (a: number, b: number) => void;
|
|
108
|
+
export const membership_who: (a: number) => number;
|
|
109
|
+
export const membership_can: (a: number) => number;
|
|
110
|
+
export const __wbg_summary_free: (a: number, b: number) => void;
|
|
111
|
+
export const summary_doc: (a: number) => number;
|
|
112
|
+
export const summary_access: (a: number) => number;
|
|
113
|
+
export const __wbg_individualid_free: (a: number, b: number) => void;
|
|
114
|
+
export const individualid_bytes: (a: number) => [number, number];
|
|
115
|
+
export const __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
116
|
+
export const __wbg_signeddelegation_free: (a: number, b: number) => void;
|
|
117
|
+
export const signeddelegation_verify: (a: number) => number;
|
|
118
|
+
export const signeddelegation_delegation: (a: number) => number;
|
|
119
|
+
export const signeddelegation_verifyingKey: (a: number) => [number, number];
|
|
120
|
+
export const signeddelegation_signature: (a: number) => [number, number];
|
|
121
|
+
export const __wbg_signedrevocation_free: (a: number, b: number) => void;
|
|
122
|
+
export const signedrevocation_verify: (a: number) => number;
|
|
123
|
+
export const signedrevocation_delegation: (a: number) => number;
|
|
124
|
+
export const signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
125
|
+
export const signedrevocation_signature: (a: number) => [number, number];
|
|
126
|
+
export const setPanicHook: () => void;
|
|
127
|
+
export const __wbg_individual_free: (a: number, b: number) => void;
|
|
128
|
+
export const individual_toPeer: (a: number) => number;
|
|
129
|
+
export const individual_toAgent: (a: number) => number;
|
|
130
|
+
export const individual_id: (a: number) => number;
|
|
131
|
+
export const individual_pickPrekey: (a: number, b: number) => any;
|
|
132
|
+
export const individual_individualId: (a: number) => number;
|
|
133
|
+
export const __wbg_group_free: (a: number, b: number) => void;
|
|
134
|
+
export const group_groupId: (a: number) => number;
|
|
135
|
+
export const group_members: (a: number) => any;
|
|
136
|
+
export const group_toPeer: (a: number) => number;
|
|
137
|
+
export const group_toAgent: (a: number) => number;
|
|
138
|
+
export const group_toMembered: (a: number) => number;
|
|
139
|
+
export const group___wasm_refgen_toGroup: (a: number) => number;
|
|
140
|
+
export const __wbg_history_free: (a: number, b: number) => void;
|
|
141
|
+
export const history_delegations: (a: number) => [number, number];
|
|
142
|
+
export const history_revocations: (a: number) => [number, number];
|
|
143
|
+
export const history_contentRefs: (a: number) => [number, number];
|
|
144
|
+
export const group_id: (a: number) => number;
|
|
145
|
+
export const __wbg_agent_free: (a: number, b: number) => void;
|
|
146
|
+
export const agent_toString: (a: number) => [number, number];
|
|
147
|
+
export const agent_isIndividual: (a: number) => number;
|
|
148
|
+
export const agent_isGroup: (a: number) => number;
|
|
149
|
+
export const agent_isDocument: (a: number) => number;
|
|
150
|
+
export const agent_id: (a: number) => number;
|
|
151
|
+
export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
152
|
+
export const ciphertextstore_newInMemory: () => number;
|
|
153
|
+
export const ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
154
|
+
export const __wbg_encrypted_free: (a: number, b: number) => void;
|
|
155
|
+
export const encrypted_ciphertext: (a: number) => [number, number];
|
|
156
|
+
export const encrypted_nonce: (a: number) => [number, number];
|
|
157
|
+
export const encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
158
|
+
export const encrypted_content_ref: (a: number) => [number, number];
|
|
159
|
+
export const encrypted_pred_refs: (a: number) => [number, number];
|
|
90
160
|
export const __wbg_keyhive_free: (a: number, b: number) => void;
|
|
91
161
|
export const keyhive_init: (a: number, b: number, c: any) => any;
|
|
92
162
|
export const keyhive_id: (a: number) => number;
|
|
163
|
+
export const keyhive_whoami: (a: number) => number;
|
|
164
|
+
export const keyhive_individual: (a: number) => any;
|
|
93
165
|
export const keyhive_idString: (a: number) => [number, number];
|
|
94
166
|
export const keyhive_generateGroup: (a: number, b: number, c: number) => any;
|
|
95
167
|
export const keyhive_generateDocument: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
96
168
|
export const keyhive_trySign: (a: number, b: number, c: number) => any;
|
|
97
169
|
export const keyhive_tryEncrypt: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
|
|
98
170
|
export const keyhive_tryEncryptArchive: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
|
|
99
|
-
export const keyhive_tryDecrypt: (a: number, b: number, c: number) =>
|
|
171
|
+
export const keyhive_tryDecrypt: (a: number, b: number, c: number) => any;
|
|
100
172
|
export const keyhive_addMember: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
101
173
|
export const keyhive_revokeMember: (a: number, b: number, c: number, d: number) => any;
|
|
102
|
-
export const keyhive_reachableDocs: (a: number) =>
|
|
174
|
+
export const keyhive_reachableDocs: (a: number) => any;
|
|
103
175
|
export const keyhive_forcePcsUpdate: (a: number, b: number) => any;
|
|
104
176
|
export const keyhive_rotatePrekey: (a: number, b: number) => any;
|
|
105
177
|
export const keyhive_expandPrekeys: (a: number) => any;
|
|
106
178
|
export const keyhive_contactCard: (a: number) => any;
|
|
107
|
-
export const keyhive_receiveContactCard: (a: number, b: number) =>
|
|
108
|
-
export const keyhive_getAgent: (a: number, b: number) =>
|
|
109
|
-
export const keyhive_getGroup: (a: number, b: number) =>
|
|
110
|
-
export const
|
|
111
|
-
export const
|
|
112
|
-
export const
|
|
113
|
-
export const
|
|
179
|
+
export const keyhive_receiveContactCard: (a: number, b: number) => any;
|
|
180
|
+
export const keyhive_getAgent: (a: number, b: number) => any;
|
|
181
|
+
export const keyhive_getGroup: (a: number, b: number) => any;
|
|
182
|
+
export const keyhive_getDocument: (a: number, b: number) => any;
|
|
183
|
+
export const keyhive_docMemberCapabilities: (a: number, b: number) => any;
|
|
184
|
+
export const keyhive_accessForDoc: (a: number, b: number, c: number) => any;
|
|
185
|
+
export const keyhive_intoArchive: (a: number) => any;
|
|
186
|
+
export const keyhive_toArchive: (a: number) => any;
|
|
114
187
|
export const keyhive_ingestArchive: (a: number, b: number) => any;
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
117
|
-
export const
|
|
118
|
-
export const __wbg_jsreceivestaticeventerror_free: (a: number, b: number) => void;
|
|
119
|
-
export const keyhive_whoami: (a: number) => number;
|
|
120
|
-
export const __wbg_access_free: (a: number, b: number) => void;
|
|
121
|
-
export const access_tryFromString: (a: number, b: number) => number;
|
|
122
|
-
export const access_toString: (a: number) => [number, number];
|
|
123
|
-
export const __wbg_agent_free: (a: number, b: number) => void;
|
|
124
|
-
export const agent_toString: (a: number) => [number, number];
|
|
125
|
-
export const agent_isIndividual: (a: number) => number;
|
|
126
|
-
export const agent_isGroup: (a: number) => number;
|
|
127
|
-
export const agent_isDocument: (a: number) => number;
|
|
128
|
-
export const agent_id: (a: number) => number;
|
|
129
|
-
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
130
|
-
export const capability_who: (a: number) => number;
|
|
131
|
-
export const capability_can: (a: number) => number;
|
|
132
|
-
export const capability_proof: (a: number) => number;
|
|
133
|
-
export const __wbg_simplecapability_free: (a: number, b: number) => void;
|
|
134
|
-
export const simplecapability_who: (a: number) => number;
|
|
135
|
-
export const simplecapability_can: (a: number) => number;
|
|
136
|
-
export const __wbg_delegation_free: (a: number, b: number) => void;
|
|
137
|
-
export const delegation_delegate: (a: number) => number;
|
|
138
|
-
export const delegation_can: (a: number) => number;
|
|
139
|
-
export const delegation_proof: (a: number) => number;
|
|
140
|
-
export const delegation_after: (a: number) => number;
|
|
141
|
-
export const __wbg_delegationerror_free: (a: number, b: number) => void;
|
|
142
|
-
export const __wbg_encrypted_free: (a: number, b: number) => void;
|
|
143
|
-
export const encrypted_ciphertext: (a: number) => [number, number];
|
|
144
|
-
export const encrypted_nonce: (a: number) => [number, number];
|
|
145
|
-
export const encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
146
|
-
export const encrypted_content_ref: (a: number) => [number, number];
|
|
147
|
-
export const encrypted_pred_refs: (a: number) => [number, number];
|
|
148
|
-
export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
|
|
149
|
-
export const encryptedcontentwithupdate_encrypted_content: (a: number) => number;
|
|
150
|
-
export const encryptedcontentwithupdate_update_op: (a: number) => number;
|
|
151
|
-
export const __wbg_event_free: (a: number, b: number) => void;
|
|
152
|
-
export const event_variant: (a: number) => [number, number];
|
|
153
|
-
export const event_isDelegated: (a: number) => number;
|
|
154
|
-
export const event_isRevoked: (a: number) => number;
|
|
155
|
-
export const event_tryIntoSignedDelegation: (a: number) => number;
|
|
156
|
-
export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
157
|
-
export const __wbg_generatedocerror_free: (a: number, b: number) => void;
|
|
158
|
-
export const generatedocerror_message: (a: number) => [number, number];
|
|
159
|
-
export const __wbg_history_free: (a: number, b: number) => void;
|
|
160
|
-
export const history_delegations: (a: number) => [number, number];
|
|
161
|
-
export const history_revocations: (a: number) => [number, number];
|
|
162
|
-
export const history_contentRefs: (a: number) => [number, number];
|
|
163
|
-
export const __wbg_peer_free: (a: number, b: number) => void;
|
|
164
|
-
export const peer_toString: (a: number) => [number, number];
|
|
165
|
-
export const peer_isIndividual: (a: number) => number;
|
|
166
|
-
export const peer_isGroup: (a: number) => number;
|
|
167
|
-
export const peer_isDocument: (a: number) => number;
|
|
188
|
+
export const keyhive_ingestEventsBytes: (a: number, b: any) => any;
|
|
189
|
+
export const keyhive_stats: (a: number) => any;
|
|
190
|
+
export const __wbg_membered_free: (a: number, b: number) => void;
|
|
168
191
|
export const __wbg_revocation_free: (a: number, b: number) => void;
|
|
169
192
|
export const revocation_subject_id: (a: number) => number;
|
|
170
193
|
export const revocation_revoked: (a: number) => number;
|
|
171
194
|
export const revocation_proof: (a: number) => number;
|
|
172
195
|
export const revocation_after: (a: number) => number;
|
|
173
|
-
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
174
|
-
export const __wbg_signed_free: (a: number, b: number) => void;
|
|
175
|
-
export const signed_fromBytes: (a: number, b: number) => number;
|
|
176
|
-
export const signed_toBytes: (a: number) => [number, number];
|
|
177
|
-
export const signed_verify: (a: number) => number;
|
|
178
|
-
export const signed_payload: (a: number) => [number, number];
|
|
179
|
-
export const signed_verifyingKey: (a: number) => [number, number];
|
|
180
|
-
export const signed_signature: (a: number) => [number, number];
|
|
181
|
-
export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
182
|
-
export const signedcgkaoperation_verify: (a: number) => number;
|
|
183
|
-
export const signedcgkaoperation_delegation: (a: number) => number;
|
|
184
|
-
export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
|
|
185
|
-
export const signedcgkaoperation_signature: (a: number) => [number, number];
|
|
186
|
-
export const __wbg_signeddelegation_free: (a: number, b: number) => void;
|
|
187
|
-
export const signeddelegation_verify: (a: number) => number;
|
|
188
|
-
export const signeddelegation_delegation: (a: number) => number;
|
|
189
|
-
export const signeddelegation_verifyingKey: (a: number) => [number, number];
|
|
190
|
-
export const signeddelegation_signature: (a: number) => [number, number];
|
|
191
|
-
export const __wbg_signedrevocation_free: (a: number, b: number) => void;
|
|
192
|
-
export const signedrevocation_verify: (a: number) => number;
|
|
193
|
-
export const signedrevocation_delegation: (a: number) => number;
|
|
194
|
-
export const signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
195
|
-
export const signedrevocation_signature: (a: number) => [number, number];
|
|
196
|
-
export const setPanicHook: () => void;
|
|
197
196
|
export const encrypted_toBytes: (a: number) => [number, number];
|
|
198
197
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
199
198
|
export const __externref_table_alloc: () => number;
|
|
@@ -201,9 +200,9 @@ export const __wbindgen_export_2: WebAssembly.Table;
|
|
|
201
200
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
202
201
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
203
202
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
204
|
-
export const __wbindgen_export_6: WebAssembly.Table;
|
|
205
203
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
204
|
+
export const __wbindgen_export_7: WebAssembly.Table;
|
|
206
205
|
export const __externref_table_dealloc: (a: number) => void;
|
|
207
|
-
export const
|
|
208
|
-
export const
|
|
206
|
+
export const closure425_externref_shim: (a: number, b: number, c: any) => void;
|
|
207
|
+
export const closure582_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
209
208
|
export const __wbindgen_start: () => void;
|
package/pkg/package.json
CHANGED
package/pkg-node/README.md
CHANGED
|
@@ -3,12 +3,7 @@
|
|
|
3
3
|
## Build package
|
|
4
4
|
|
|
5
5
|
```
|
|
6
|
-
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
To build with the `ingest_static` feature:
|
|
10
|
-
```
|
|
11
|
-
wasm-pack build --target web --out-dir pkg -- --features web-sys,ingest_static
|
|
6
|
+
pnpm install && pnpm build
|
|
12
7
|
```
|
|
13
8
|
|
|
14
9
|
## Run tests
|
|
@@ -14,12 +14,6 @@ export class Access {
|
|
|
14
14
|
static tryFromString(s: string): Access | undefined;
|
|
15
15
|
toString(): string;
|
|
16
16
|
}
|
|
17
|
-
export class AddMemberError {
|
|
18
|
-
private constructor();
|
|
19
|
-
free(): void;
|
|
20
|
-
[Symbol.dispose](): void;
|
|
21
|
-
message(): string;
|
|
22
|
-
}
|
|
23
17
|
export class Agent {
|
|
24
18
|
private constructor();
|
|
25
19
|
free(): void;
|
|
@@ -35,7 +29,7 @@ export class Archive {
|
|
|
35
29
|
[Symbol.dispose](): void;
|
|
36
30
|
constructor(bytes: Uint8Array);
|
|
37
31
|
toBytes(): Uint8Array;
|
|
38
|
-
tryToKeyhive(ciphertext_store: CiphertextStore, signer: Signer, event_handler: Function): Keyhive
|
|
32
|
+
tryToKeyhive(ciphertext_store: CiphertextStore, signer: Signer, event_handler: Function): Promise<Keyhive>;
|
|
39
33
|
}
|
|
40
34
|
export class CannotParseEd25519SigningKey {
|
|
41
35
|
private constructor();
|
|
@@ -61,10 +55,11 @@ export class CgkaOperation {
|
|
|
61
55
|
[Symbol.dispose](): void;
|
|
62
56
|
readonly variant: string;
|
|
63
57
|
}
|
|
64
|
-
export class
|
|
58
|
+
export class ChangeId {
|
|
65
59
|
free(): void;
|
|
66
60
|
[Symbol.dispose](): void;
|
|
67
61
|
constructor(bytes: Uint8Array);
|
|
62
|
+
__wasm_refgen_toChangeId(): ChangeId;
|
|
68
63
|
readonly bytes: Uint8Array;
|
|
69
64
|
}
|
|
70
65
|
export class CiphertextStore {
|
|
@@ -79,6 +74,7 @@ export class ContactCard {
|
|
|
79
74
|
free(): void;
|
|
80
75
|
[Symbol.dispose](): void;
|
|
81
76
|
signature(): Uint8Array;
|
|
77
|
+
toAgent(): Agent;
|
|
82
78
|
static fromJson(json: string): ContactCard;
|
|
83
79
|
toJson(): string;
|
|
84
80
|
readonly id: IndividualId;
|
|
@@ -93,18 +89,13 @@ export class Delegation {
|
|
|
93
89
|
readonly proof: SignedDelegation | undefined;
|
|
94
90
|
readonly after: History;
|
|
95
91
|
}
|
|
96
|
-
export class DelegationError {
|
|
97
|
-
private constructor();
|
|
98
|
-
free(): void;
|
|
99
|
-
[Symbol.dispose](): void;
|
|
100
|
-
}
|
|
101
92
|
export class DocContentRefs {
|
|
102
93
|
free(): void;
|
|
103
94
|
[Symbol.dispose](): void;
|
|
104
|
-
constructor(doc_id: DocumentId, change_hashes:
|
|
105
|
-
|
|
95
|
+
constructor(doc_id: DocumentId, change_hashes: ChangeId[]);
|
|
96
|
+
addChangeId(hash: ChangeId): Promise<void>;
|
|
106
97
|
readonly docId: DocumentId;
|
|
107
|
-
readonly change_hashes:
|
|
98
|
+
readonly change_hashes: Promise<ChangeId[]>;
|
|
108
99
|
}
|
|
109
100
|
export class Document {
|
|
110
101
|
private constructor();
|
|
@@ -112,6 +103,8 @@ export class Document {
|
|
|
112
103
|
[Symbol.dispose](): void;
|
|
113
104
|
toPeer(): Peer;
|
|
114
105
|
toAgent(): Agent;
|
|
106
|
+
toMembered(): Membered;
|
|
107
|
+
__wasm_refgen_toDocument(): Document;
|
|
115
108
|
readonly id: Identifier;
|
|
116
109
|
readonly doc_id: DocumentId;
|
|
117
110
|
}
|
|
@@ -119,7 +112,7 @@ export class DocumentId {
|
|
|
119
112
|
free(): void;
|
|
120
113
|
[Symbol.dispose](): void;
|
|
121
114
|
constructor(bytes: Uint8Array);
|
|
122
|
-
|
|
115
|
+
toString(): string;
|
|
123
116
|
toJsValue(): any;
|
|
124
117
|
toBytes(): Uint8Array;
|
|
125
118
|
}
|
|
@@ -147,38 +140,32 @@ export class Event {
|
|
|
147
140
|
[Symbol.dispose](): void;
|
|
148
141
|
tryIntoSignedDelegation(): SignedDelegation | undefined;
|
|
149
142
|
tryIntoSignedRevocation(): SignedRevocation | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* Converts the underlying [`Event`] to a [`StaticEvent`] and then
|
|
145
|
+
* serializes it.
|
|
146
|
+
*/
|
|
147
|
+
toBytes(): Uint8Array;
|
|
150
148
|
readonly variant: string;
|
|
151
149
|
readonly isDelegated: boolean;
|
|
152
150
|
readonly isRevoked: boolean;
|
|
153
151
|
}
|
|
154
|
-
export class GenerateDocError {
|
|
155
|
-
private constructor();
|
|
156
|
-
free(): void;
|
|
157
|
-
[Symbol.dispose](): void;
|
|
158
|
-
message(): string;
|
|
159
|
-
}
|
|
160
152
|
export class GenerateWebCryptoError {
|
|
161
153
|
private constructor();
|
|
162
154
|
free(): void;
|
|
163
155
|
[Symbol.dispose](): void;
|
|
164
156
|
message(): string;
|
|
165
157
|
}
|
|
166
|
-
export class GetCiphertextError {
|
|
167
|
-
private constructor();
|
|
168
|
-
free(): void;
|
|
169
|
-
[Symbol.dispose](): void;
|
|
170
|
-
readonly message: string;
|
|
171
|
-
}
|
|
172
158
|
export class Group {
|
|
173
159
|
private constructor();
|
|
174
160
|
free(): void;
|
|
175
161
|
[Symbol.dispose](): void;
|
|
162
|
+
members(): Promise<Capability[]>;
|
|
176
163
|
toPeer(): Peer;
|
|
177
164
|
toAgent(): Agent;
|
|
178
165
|
toMembered(): Membered;
|
|
166
|
+
__wasm_refgen_toGroup(): Group;
|
|
179
167
|
readonly id: Identifier;
|
|
180
168
|
readonly groupId: GroupId;
|
|
181
|
-
readonly members: Capability[];
|
|
182
169
|
}
|
|
183
170
|
export class GroupId {
|
|
184
171
|
private constructor();
|
|
@@ -206,7 +193,7 @@ export class Individual {
|
|
|
206
193
|
[Symbol.dispose](): void;
|
|
207
194
|
toPeer(): Peer;
|
|
208
195
|
toAgent(): Agent;
|
|
209
|
-
pickPrekey(doc_id: DocumentId): ShareKey
|
|
196
|
+
pickPrekey(doc_id: DocumentId): Promise<ShareKey>;
|
|
210
197
|
readonly id: Identifier;
|
|
211
198
|
readonly individualId: IndividualId;
|
|
212
199
|
}
|
|
@@ -221,54 +208,38 @@ export class Invocation {
|
|
|
221
208
|
free(): void;
|
|
222
209
|
[Symbol.dispose](): void;
|
|
223
210
|
}
|
|
224
|
-
export class JsDecryptError {
|
|
225
|
-
private constructor();
|
|
226
|
-
free(): void;
|
|
227
|
-
[Symbol.dispose](): void;
|
|
228
|
-
}
|
|
229
|
-
export class JsEncryptError {
|
|
230
|
-
private constructor();
|
|
231
|
-
free(): void;
|
|
232
|
-
[Symbol.dispose](): void;
|
|
233
|
-
}
|
|
234
|
-
export class JsReceivePreKeyOpError {
|
|
235
|
-
private constructor();
|
|
236
|
-
free(): void;
|
|
237
|
-
[Symbol.dispose](): void;
|
|
238
|
-
}
|
|
239
|
-
export class JsReceiveStaticEventError {
|
|
240
|
-
private constructor();
|
|
241
|
-
free(): void;
|
|
242
|
-
[Symbol.dispose](): void;
|
|
243
|
-
}
|
|
244
211
|
export class Keyhive {
|
|
245
212
|
private constructor();
|
|
246
213
|
free(): void;
|
|
247
214
|
[Symbol.dispose](): void;
|
|
248
215
|
static init(signer: Signer, ciphertext_store: CiphertextStore, event_handler: Function): Promise<Keyhive>;
|
|
249
|
-
generateGroup(
|
|
250
|
-
generateDocument(coparents: Peer[], initial_content_ref_head:
|
|
216
|
+
generateGroup(js_coparents: Peer[]): Promise<Group>;
|
|
217
|
+
generateDocument(coparents: Peer[], initial_content_ref_head: ChangeId, more_initial_content_refs: ChangeId[]): Promise<Document>;
|
|
251
218
|
trySign(data: Uint8Array): Promise<Signed>;
|
|
252
|
-
tryEncrypt(doc: Document, content_ref:
|
|
253
|
-
tryEncryptArchive(doc: Document, content_ref:
|
|
254
|
-
tryDecrypt(doc: Document, encrypted: Encrypted): Uint8Array
|
|
219
|
+
tryEncrypt(doc: Document, content_ref: ChangeId, js_pred_refs: ChangeId[], content: Uint8Array): Promise<EncryptedContentWithUpdate>;
|
|
220
|
+
tryEncryptArchive(doc: Document, content_ref: ChangeId, pred_refs: ChangeId[], content: Uint8Array): Promise<EncryptedContentWithUpdate>;
|
|
221
|
+
tryDecrypt(doc: Document, encrypted: Encrypted): Promise<Uint8Array>;
|
|
255
222
|
addMember(to_add: Agent, membered: Membered, access: Access, other_relevant_docs: Document[]): Promise<SignedDelegation>;
|
|
256
223
|
revokeMember(to_revoke: Agent, retain_all_other_members: boolean, membered: Membered): Promise<SignedRevocation[]>;
|
|
257
|
-
reachableDocs(): Summary[]
|
|
224
|
+
reachableDocs(): Promise<Summary[]>;
|
|
258
225
|
forcePcsUpdate(doc: Document): Promise<void>;
|
|
259
226
|
rotatePrekey(prekey: ShareKey): Promise<ShareKey>;
|
|
260
227
|
expandPrekeys(): Promise<ShareKey>;
|
|
261
228
|
contactCard(): Promise<ContactCard>;
|
|
262
|
-
receiveContactCard(contact_card: ContactCard): Individual
|
|
263
|
-
getAgent(id: Identifier): Agent | undefined
|
|
264
|
-
getGroup(
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
229
|
+
receiveContactCard(contact_card: ContactCard): Promise<Individual>;
|
|
230
|
+
getAgent(id: Identifier): Promise<Agent | undefined>;
|
|
231
|
+
getGroup(group_id: GroupId): Promise<Group | undefined>;
|
|
232
|
+
getDocument(doc_id: DocumentId): Promise<Document | undefined>;
|
|
233
|
+
docMemberCapabilities(doc_id: DocumentId): Promise<Membership[]>;
|
|
234
|
+
accessForDoc(id: Identifier, doc_id: DocumentId): Promise<Access | undefined>;
|
|
235
|
+
intoArchive(): Promise<Archive>;
|
|
236
|
+
toArchive(): Promise<Archive>;
|
|
269
237
|
ingestArchive(archive: Archive): Promise<void>;
|
|
238
|
+
ingestEventsBytes(events_bytes_array: Array<any>): Promise<Array<any>>;
|
|
239
|
+
stats(): Promise<Stats>;
|
|
270
240
|
readonly id: IndividualId;
|
|
271
241
|
readonly whoami: IndividualId;
|
|
242
|
+
readonly individual: Promise<Individual>;
|
|
272
243
|
readonly idString: string;
|
|
273
244
|
}
|
|
274
245
|
export class Membered {
|
|
@@ -276,6 +247,13 @@ export class Membered {
|
|
|
276
247
|
free(): void;
|
|
277
248
|
[Symbol.dispose](): void;
|
|
278
249
|
}
|
|
250
|
+
export class Membership {
|
|
251
|
+
private constructor();
|
|
252
|
+
free(): void;
|
|
253
|
+
[Symbol.dispose](): void;
|
|
254
|
+
readonly who: Agent;
|
|
255
|
+
readonly can: Access;
|
|
256
|
+
}
|
|
279
257
|
export class Peer {
|
|
280
258
|
private constructor();
|
|
281
259
|
free(): void;
|
|
@@ -284,11 +262,8 @@ export class Peer {
|
|
|
284
262
|
isIndividual(): boolean;
|
|
285
263
|
isGroup(): boolean;
|
|
286
264
|
isDocument(): boolean;
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
private constructor();
|
|
290
|
-
free(): void;
|
|
291
|
-
[Symbol.dispose](): void;
|
|
265
|
+
__wasm_refgen_toPeer(): Peer;
|
|
266
|
+
readonly id: Identifier;
|
|
292
267
|
}
|
|
293
268
|
export class Revocation {
|
|
294
269
|
private constructor();
|
|
@@ -299,18 +274,6 @@ export class Revocation {
|
|
|
299
274
|
readonly proof: SignedDelegation | undefined;
|
|
300
275
|
readonly after: History;
|
|
301
276
|
}
|
|
302
|
-
export class RevokeMemberError {
|
|
303
|
-
private constructor();
|
|
304
|
-
free(): void;
|
|
305
|
-
[Symbol.dispose](): void;
|
|
306
|
-
readonly message: string;
|
|
307
|
-
}
|
|
308
|
-
export class SerializationError {
|
|
309
|
-
private constructor();
|
|
310
|
-
free(): void;
|
|
311
|
-
[Symbol.dispose](): void;
|
|
312
|
-
toError(): any;
|
|
313
|
-
}
|
|
314
277
|
export class ShareKey {
|
|
315
278
|
private constructor();
|
|
316
279
|
free(): void;
|
|
@@ -373,18 +336,16 @@ export class Signer {
|
|
|
373
336
|
readonly variant: string;
|
|
374
337
|
readonly verifyingKey: Uint8Array;
|
|
375
338
|
}
|
|
376
|
-
export class
|
|
339
|
+
export class Stats {
|
|
377
340
|
private constructor();
|
|
378
341
|
free(): void;
|
|
379
342
|
[Symbol.dispose](): void;
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
readonly who: Agent;
|
|
387
|
-
readonly can: Access;
|
|
343
|
+
toString(): string;
|
|
344
|
+
readonly individuals: bigint;
|
|
345
|
+
readonly groups: bigint;
|
|
346
|
+
readonly docs: bigint;
|
|
347
|
+
readonly delegations: bigint;
|
|
348
|
+
readonly revocations: bigint;
|
|
388
349
|
}
|
|
389
350
|
export class Summary {
|
|
390
351
|
private constructor();
|
|
@@ -393,9 +354,3 @@ export class Summary {
|
|
|
393
354
|
readonly doc: Document;
|
|
394
355
|
readonly access: Access;
|
|
395
356
|
}
|
|
396
|
-
export class TryFromArchiveError {
|
|
397
|
-
private constructor();
|
|
398
|
-
free(): void;
|
|
399
|
-
[Symbol.dispose](): void;
|
|
400
|
-
toError(): any;
|
|
401
|
-
}
|