@keyhive/keyhive 0.0.0-alpha.49 → 0.0.0-alpha.50
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/package.json +1 -1
- package/pkg/keyhive_wasm.d.ts +48 -7
- package/pkg/keyhive_wasm_bg.js +354 -461
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg/keyhive_wasm_bg.wasm.d.ts +49 -48
- package/pkg-node/keyhive_wasm.d.ts +48 -7
- package/pkg-node/keyhive_wasm.js +347 -491
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm_bg.wasm.d.ts +49 -48
- package/pkg-slim/keyhive_wasm.d.ts +98 -55
- package/pkg-slim/keyhive_wasm.js +351 -464
- 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 +49 -48
|
@@ -29,19 +29,38 @@ export const signedrevocation_signature: (a: number) => [number, number];
|
|
|
29
29
|
export const signedrevocation_verify: (a: number) => number;
|
|
30
30
|
export const signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
31
31
|
export const contactcard_individualId: (a: number) => number;
|
|
32
|
+
export const __wbg_access_free: (a: number, b: number) => void;
|
|
33
|
+
export const __wbg_archive_free: (a: number, b: number) => void;
|
|
34
|
+
export const __wbg_event_free: (a: number, b: number) => void;
|
|
35
|
+
export const access_toString: (a: number) => [number, number];
|
|
36
|
+
export const access_tryFromString: (a: number, b: number) => number;
|
|
37
|
+
export const archive_toBytes: (a: number) => [number, number, number, number];
|
|
38
|
+
export const archive_tryToKeyhive: (a: number, b: number, c: number, d: any) => any;
|
|
39
|
+
export const archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
40
|
+
export const event_isDelegated: (a: number) => number;
|
|
41
|
+
export const event_isRevoked: (a: number) => number;
|
|
42
|
+
export const event_toBytes: (a: number) => [number, number, number, number];
|
|
43
|
+
export const event_tryIntoSignedDelegation: (a: number) => number;
|
|
44
|
+
export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
45
|
+
export const event_variant: (a: number) => [number, number];
|
|
32
46
|
export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
33
47
|
export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
|
|
34
48
|
export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
49
|
+
export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
35
50
|
export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
36
51
|
export const __wbg_documentid_free: (a: number, b: number) => void;
|
|
37
52
|
export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
53
|
+
export const __wbg_group_free: (a: number, b: number) => void;
|
|
38
54
|
export const __wbg_groupid_free: (a: number, b: number) => void;
|
|
39
55
|
export const __wbg_identifier_free: (a: number, b: number) => void;
|
|
56
|
+
export const __wbg_individualid_free: (a: number, b: number) => void;
|
|
40
57
|
export const __wbg_membered_free: (a: number, b: number) => void;
|
|
41
58
|
export const __wbg_peer_free: (a: number, b: number) => void;
|
|
42
59
|
export const __wbg_signer_free: (a: number, b: number) => void;
|
|
43
60
|
export const __wbg_stats_free: (a: number, b: number) => void;
|
|
44
61
|
export const cgkaoperation_variant: (a: number) => [number, number];
|
|
62
|
+
export const ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
63
|
+
export const ciphertextstore_newInMemory: () => number;
|
|
45
64
|
export const doccontentrefs_addChangeId: (a: number, b: number) => any;
|
|
46
65
|
export const doccontentrefs_change_hashes: (a: number) => any;
|
|
47
66
|
export const doccontentrefs_docId: (a: number) => number;
|
|
@@ -51,9 +70,15 @@ export const documentid_toBytes: (a: number) => [number, number];
|
|
|
51
70
|
export const documentid_toJsValue: (a: number) => any;
|
|
52
71
|
export const documentid_toString: (a: number) => [number, number];
|
|
53
72
|
export const generatewebcryptoerror_message: (a: number) => [number, number];
|
|
73
|
+
export const group___wasm_refgen_toGroup: (a: number) => number;
|
|
74
|
+
export const group_members: (a: number) => any;
|
|
75
|
+
export const group_toAgent: (a: number) => number;
|
|
76
|
+
export const group_toMembered: (a: number) => number;
|
|
77
|
+
export const group_toPeer: (a: number) => number;
|
|
54
78
|
export const groupid_toString: (a: number) => [number, number];
|
|
55
79
|
export const identifier_new: (a: number, b: number) => [number, number, number];
|
|
56
80
|
export const identifier_toBytes: (a: number) => [number, number];
|
|
81
|
+
export const individualid_bytes: (a: number) => [number, number];
|
|
57
82
|
export const peer___wasm_refgen_toPeer: (a: number) => number;
|
|
58
83
|
export const peer_id: (a: number) => number;
|
|
59
84
|
export const peer_isDocument: (a: number) => number;
|
|
@@ -85,9 +110,23 @@ export const stats_pendingPrekeysExpandedByActive: (a: number) => bigint;
|
|
|
85
110
|
export const stats_pendingRevoked: (a: number) => bigint;
|
|
86
111
|
export const stats_pendingRevokedByActive: (a: number) => bigint;
|
|
87
112
|
export const stats_revocations: (a: number) => bigint;
|
|
113
|
+
export const group_groupId: (a: number) => number;
|
|
114
|
+
export const group_id: (a: number) => number;
|
|
115
|
+
export const __wbg_encrypted_free: (a: number, b: number) => void;
|
|
116
|
+
export const __wbg_signeddelegation_free: (a: number, b: number) => void;
|
|
117
|
+
export const encrypted_ciphertext: (a: number) => [number, number];
|
|
118
|
+
export const encrypted_content_ref: (a: number) => [number, number];
|
|
119
|
+
export const encrypted_nonce: (a: number) => [number, number];
|
|
120
|
+
export const encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
121
|
+
export const encrypted_pred_refs: (a: number) => [number, number];
|
|
122
|
+
export const signeddelegation_delegation: (a: number) => number;
|
|
123
|
+
export const signeddelegation_signature: (a: number) => [number, number];
|
|
124
|
+
export const signeddelegation_verify: (a: number) => number;
|
|
125
|
+
export const signeddelegation_verifyingKey: (a: number) => [number, number];
|
|
126
|
+
export const encrypted_toBytes: (a: number) => [number, number];
|
|
127
|
+
export const setPanicHook: () => void;
|
|
88
128
|
export const __wbg_agent_free: (a: number, b: number) => void;
|
|
89
129
|
export const __wbg_keyhive_free: (a: number, b: number) => void;
|
|
90
|
-
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
91
130
|
export const agent_id: (a: number) => number;
|
|
92
131
|
export const agent_isDocument: (a: number) => number;
|
|
93
132
|
export const agent_isGroup: (a: number) => number;
|
|
@@ -113,6 +152,7 @@ export const keyhive_ingestEventsBytes: (a: number, b: any) => any;
|
|
|
113
152
|
export const keyhive_init: (a: number, b: number, c: any) => any;
|
|
114
153
|
export const keyhive_intoArchive: (a: number) => any;
|
|
115
154
|
export const keyhive_membershipOpsForAgent: (a: number, b: number) => any;
|
|
155
|
+
export const keyhive_pendingEventHashes: (a: number) => any;
|
|
116
156
|
export const keyhive_reachableDocs: (a: number) => any;
|
|
117
157
|
export const keyhive_receiveContactCard: (a: number, b: number) => any;
|
|
118
158
|
export const keyhive_revokeMember: (a: number, b: number, c: number, d: number) => any;
|
|
@@ -123,7 +163,6 @@ export const keyhive_tryDecrypt: (a: number, b: number, c: number) => any;
|
|
|
123
163
|
export const keyhive_tryEncrypt: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
|
|
124
164
|
export const keyhive_tryEncryptArchive: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
|
|
125
165
|
export const keyhive_trySign: (a: number, b: number, c: number) => any;
|
|
126
|
-
export const setPanicHook: () => void;
|
|
127
166
|
export const keyhive_whoami: (a: number) => number;
|
|
128
167
|
export const __wbg_changeid_free: (a: number, b: number) => void;
|
|
129
168
|
export const __wbg_invocation_free: (a: number, b: number) => void;
|
|
@@ -139,49 +178,14 @@ export const revocation_revoked: (a: number) => number;
|
|
|
139
178
|
export const revocation_subject_id: (a: number) => number;
|
|
140
179
|
export const summary_access: (a: number) => number;
|
|
141
180
|
export const summary_doc: (a: number) => number;
|
|
142
|
-
export const __wbg_history_free: (a: number, b: number) => void;
|
|
143
|
-
export const history_contentRefs: (a: number) => [number, number];
|
|
144
|
-
export const history_delegations: (a: number) => [number, number];
|
|
145
|
-
export const history_revocations: (a: number) => [number, number];
|
|
146
|
-
export const __wbg_encrypted_free: (a: number, b: number) => void;
|
|
147
|
-
export const __wbg_signeddelegation_free: (a: number, b: number) => void;
|
|
148
|
-
export const encrypted_ciphertext: (a: number) => [number, number];
|
|
149
|
-
export const encrypted_content_ref: (a: number) => [number, number];
|
|
150
|
-
export const encrypted_nonce: (a: number) => [number, number];
|
|
151
|
-
export const encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
152
|
-
export const encrypted_pred_refs: (a: number) => [number, number];
|
|
153
|
-
export const signeddelegation_delegation: (a: number) => number;
|
|
154
|
-
export const signeddelegation_signature: (a: number) => [number, number];
|
|
155
|
-
export const signeddelegation_verify: (a: number) => number;
|
|
156
|
-
export const signeddelegation_verifyingKey: (a: number) => [number, number];
|
|
157
|
-
export const encrypted_toBytes: (a: number) => [number, number];
|
|
158
|
-
export const __wbg_access_free: (a: number, b: number) => void;
|
|
159
|
-
export const __wbg_archive_free: (a: number, b: number) => void;
|
|
160
|
-
export const __wbg_event_free: (a: number, b: number) => void;
|
|
161
|
-
export const access_toString: (a: number) => [number, number];
|
|
162
|
-
export const access_tryFromString: (a: number, b: number) => number;
|
|
163
|
-
export const archive_toBytes: (a: number) => [number, number, number, number];
|
|
164
|
-
export const archive_tryToKeyhive: (a: number, b: number, c: number, d: any) => any;
|
|
165
|
-
export const archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
166
|
-
export const event_isDelegated: (a: number) => number;
|
|
167
|
-
export const event_isRevoked: (a: number) => number;
|
|
168
|
-
export const event_toBytes: (a: number) => [number, number, number, number];
|
|
169
|
-
export const event_tryIntoSignedDelegation: (a: number) => number;
|
|
170
|
-
export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
171
|
-
export const event_variant: (a: number) => [number, number];
|
|
172
181
|
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
173
|
-
export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
174
182
|
export const __wbg_delegation_free: (a: number, b: number) => void;
|
|
175
183
|
export const __wbg_document_free: (a: number, b: number) => void;
|
|
176
|
-
export const __wbg_group_free: (a: number, b: number) => void;
|
|
177
184
|
export const __wbg_individual_free: (a: number, b: number) => void;
|
|
178
|
-
export const __wbg_individualid_free: (a: number, b: number) => void;
|
|
179
185
|
export const __wbg_membership_free: (a: number, b: number) => void;
|
|
180
186
|
export const capability_can: (a: number) => number;
|
|
181
187
|
export const capability_proof: (a: number) => number;
|
|
182
188
|
export const capability_who: (a: number) => number;
|
|
183
|
-
export const ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
184
|
-
export const ciphertextstore_newInMemory: () => number;
|
|
185
189
|
export const delegation_after: (a: number) => number;
|
|
186
190
|
export const delegation_can: (a: number) => number;
|
|
187
191
|
export const delegation_delegate: (a: number) => number;
|
|
@@ -191,25 +195,22 @@ export const document_doc_id: (a: number) => number;
|
|
|
191
195
|
export const document_toAgent: (a: number) => number;
|
|
192
196
|
export const document_toMembered: (a: number) => number;
|
|
193
197
|
export const document_toPeer: (a: number) => number;
|
|
194
|
-
export const group___wasm_refgen_toGroup: (a: number) => number;
|
|
195
|
-
export const group_members: (a: number) => any;
|
|
196
|
-
export const group_toAgent: (a: number) => number;
|
|
197
|
-
export const group_toMembered: (a: number) => number;
|
|
198
|
-
export const group_toPeer: (a: number) => number;
|
|
199
198
|
export const individual_pickPrekey: (a: number, b: number) => any;
|
|
200
199
|
export const individual_toAgent: (a: number) => number;
|
|
201
200
|
export const individual_toPeer: (a: number) => number;
|
|
202
|
-
export const individualid_bytes: (a: number) => [number, number];
|
|
203
201
|
export const membership_can: (a: number) => number;
|
|
204
202
|
export const membership_who: (a: number) => number;
|
|
205
203
|
export const document_id: (a: number) => number;
|
|
206
|
-
export const group_groupId: (a: number) => number;
|
|
207
|
-
export const group_id: (a: number) => number;
|
|
208
204
|
export const individual_id: (a: number) => number;
|
|
209
205
|
export const individual_individualId: (a: number) => number;
|
|
210
|
-
export const
|
|
211
|
-
export const
|
|
212
|
-
export const
|
|
206
|
+
export const __wbg_history_free: (a: number, b: number) => void;
|
|
207
|
+
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
208
|
+
export const history_contentRefs: (a: number) => [number, number];
|
|
209
|
+
export const history_delegations: (a: number) => [number, number];
|
|
210
|
+
export const history_revocations: (a: number) => [number, number];
|
|
211
|
+
export const wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069: (a: number, b: number, c: any) => void;
|
|
212
|
+
export const wasm_bindgen__closure__destroy__h56c1987c5374a416: (a: number, b: number) => void;
|
|
213
|
+
export const wasm_bindgen__convert__closures_____invoke__h0e2a667a85375385: (a: number, b: number, c: any, d: any) => void;
|
|
213
214
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
214
215
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
215
216
|
export const __wbindgen_exn_store: (a: number) => void;
|