@keyhive/keyhive 0.0.0-alpha.55c → 0.0.0-alpha.55e

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keyhive/keyhive",
3
- "version": "0.0.0-alpha.55c",
3
+ "version": "0.0.0-alpha.55e",
4
4
  "description": "",
5
5
  "main": "pkg/keyhive_wasm.js",
6
6
  "keywords": [],
Binary file
@@ -1,8 +1,15 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
+ export const __wbg_membered_free: (a: number, b: number) => void;
5
+ export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
6
+ export const __wbg_signedinvocation_free: (a: number, b: number) => void;
7
+ export const encryptedcontentwithupdate_encrypted_content: (a: number) => number;
8
+ export const encryptedcontentwithupdate_update_op: (a: number) => number;
4
9
  export const __wbg_capability_free: (a: number, b: number) => void;
10
+ export const __wbg_changeid_free: (a: number, b: number) => void;
5
11
  export const __wbg_delegation_free: (a: number, b: number) => void;
12
+ export const __wbg_history_free: (a: number, b: number) => void;
6
13
  export const __wbg_membership_free: (a: number, b: number) => void;
7
14
  export const __wbg_revocation_free: (a: number, b: number) => void;
8
15
  export const __wbg_signeddelegation_free: (a: number, b: number) => void;
@@ -10,10 +17,16 @@ export const __wbg_summary_free: (a: number, b: number) => void;
10
17
  export const capability_can: (a: number) => number;
11
18
  export const capability_proof: (a: number) => number;
12
19
  export const capability_who: (a: number) => number;
20
+ export const changeid___wasm_refgen_toJsChangeId: (a: number) => number;
21
+ export const changeid_bytes: (a: number) => [number, number];
22
+ export const changeid_new: (a: number, b: number) => number;
13
23
  export const delegation_after: (a: number) => number;
14
24
  export const delegation_can: (a: number) => number;
15
25
  export const delegation_delegate: (a: number) => number;
16
26
  export const delegation_proof: (a: number) => number;
27
+ export const history_contentRefs: (a: number) => [number, number];
28
+ export const history_delegations: (a: number) => [number, number];
29
+ export const history_revocations: (a: number) => [number, number];
17
30
  export const membership_can: (a: number) => number;
18
31
  export const membership_who: (a: number) => number;
19
32
  export const revocation_after: (a: number) => number;
@@ -27,23 +40,116 @@ export const signeddelegation_verify: (a: number) => number;
27
40
  export const signeddelegation_verifyingKey: (a: number) => [number, number];
28
41
  export const summary_access: (a: number) => number;
29
42
  export const summary_doc: (a: number) => number;
30
- export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
31
- export const __wbg_signedinvocation_free: (a: number, b: number) => void;
32
- export const encryptedcontentwithupdate_encrypted_content: (a: number) => number;
33
- export const encryptedcontentwithupdate_update_op: (a: number) => number;
34
43
  export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
44
+ export const __wbg_invocation_free: (a: number, b: number) => void;
35
45
  export const ciphertextstore_newFromWebStorage: (a: any) => number;
36
46
  export const ciphertextstore_newInMemory: () => number;
47
+ export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
48
+ export const __wbg_encrypted_free: (a: number, b: number) => void;
49
+ export const __wbg_identifier_free: (a: number, b: number) => void;
50
+ export const __wbg_stats_free: (a: number, b: number) => void;
51
+ export const encrypted_ciphertext: (a: number) => [number, number];
52
+ export const encrypted_content_ref: (a: number) => [number, number];
53
+ export const encrypted_nonce: (a: number) => [number, number];
54
+ export const encrypted_pcs_key_hash: (a: number) => [number, number];
55
+ export const encrypted_pred_refs: (a: number) => [number, number];
56
+ export const identifier_new: (a: number, b: number) => [number, number, number];
57
+ export const identifier_publicId: () => number;
58
+ export const identifier_toBytes: (a: number) => [number, number];
59
+ export const stats_activePrekeyCount: (a: number) => bigint;
60
+ export const stats_cgkaOperations: (a: number) => bigint;
61
+ export const stats_delegations: (a: number) => bigint;
62
+ export const stats_docs: (a: number) => bigint;
63
+ export const stats_groups: (a: number) => bigint;
64
+ export const stats_individuals: (a: number) => bigint;
65
+ export const stats_pendingCgkaOperation: (a: number) => bigint;
66
+ export const stats_pendingCgkaOperationByActive: (a: number) => bigint;
67
+ export const stats_pendingDelegated: (a: number) => bigint;
68
+ export const stats_pendingDelegatedByActive: (a: number) => bigint;
69
+ export const stats_pendingPrekeyRotated: (a: number) => bigint;
70
+ export const stats_pendingPrekeyRotatedByActive: (a: number) => bigint;
71
+ export const stats_pendingPrekeysExpanded: (a: number) => bigint;
72
+ export const stats_pendingPrekeysExpandedByActive: (a: number) => bigint;
73
+ export const stats_pendingRevoked: (a: number) => bigint;
74
+ export const stats_pendingRevokedByActive: (a: number) => bigint;
75
+ export const stats_prekeyRotations: (a: number) => bigint;
76
+ export const stats_prekeysExpanded: (a: number) => bigint;
77
+ export const stats_revocations: (a: number) => bigint;
78
+ export const stats_totalOps: (a: number) => bigint;
79
+ export const stats_totalPendingOps: (a: number) => bigint;
80
+ export const encrypted_toBytes: (a: number) => [number, number];
81
+ export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
82
+ export const __wbg_signedrevocation_free: (a: number, b: number) => void;
83
+ export const doccontentrefs_addChangeId: (a: number, b: number) => any;
84
+ export const doccontentrefs_change_hashes: (a: number) => any;
85
+ export const doccontentrefs_docId: (a: number) => number;
86
+ export const doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
87
+ export const signedrevocation_delegation: (a: number) => number;
88
+ export const signedrevocation_signature: (a: number) => [number, number];
89
+ export const signedrevocation_verify: (a: number) => number;
90
+ export const signedrevocation_verifyingKey: (a: number) => [number, number];
91
+ export const __wbg_access_free: (a: number, b: number) => void;
92
+ export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
93
+ export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
94
+ export const __wbg_contactcard_free: (a: number, b: number) => void;
95
+ export const __wbg_documentid_free: (a: number, b: number) => void;
96
+ export const __wbg_event_free: (a: number, b: number) => void;
97
+ export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
98
+ export const __wbg_groupid_free: (a: number, b: number) => void;
99
+ export const __wbg_signed_free: (a: number, b: number) => void;
100
+ export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
101
+ export const __wbg_signer_free: (a: number, b: number) => void;
102
+ export const access_toString: (a: number) => [number, number];
103
+ export const access_tryFromString: (a: number, b: number) => number;
104
+ export const cgkaoperation_variant: (a: number) => [number, number];
105
+ export const contactcard_fromJson: (a: number, b: number) => [number, number, number];
106
+ export const contactcard_id: (a: number) => number;
107
+ export const contactcard_op: (a: number) => number;
108
+ export const contactcard_shareKey: (a: number) => number;
109
+ export const contactcard_signature: (a: number) => [number, number];
110
+ export const contactcard_toJson: (a: number) => [number, number, number, number];
111
+ export const documentid_new: (a: number, b: number) => [number, number, number];
112
+ export const documentid_toBytes: (a: number) => [number, number];
113
+ export const documentid_toJsValue: (a: number) => any;
114
+ export const documentid_toString: (a: number) => [number, number];
115
+ export const event_isDelegated: (a: number) => number;
116
+ export const event_isRevoked: (a: number) => number;
117
+ export const event_toBytes: (a: number) => [number, number, number, number];
118
+ export const event_tryIntoSignedDelegation: (a: number) => number;
119
+ export const event_tryIntoSignedRevocation: (a: number) => number;
120
+ export const event_variant: (a: number) => [number, number];
121
+ export const generatewebcryptoerror_message: (a: number) => [number, number];
122
+ export const groupid_toString: (a: number) => [number, number];
123
+ export const signed_fromBytes: (a: number, b: number) => [number, number, number];
124
+ export const signed_payload: (a: number) => [number, number];
125
+ export const signed_signature: (a: number) => [number, number];
126
+ export const signed_toBytes: (a: number) => [number, number, number, number];
127
+ export const signed_verify: (a: number) => number;
128
+ export const signed_verifyingKey: (a: number) => [number, number];
129
+ export const signedcgkaoperation_delegation: (a: number) => number;
130
+ export const signedcgkaoperation_signature: (a: number) => [number, number];
131
+ export const signedcgkaoperation_verify: (a: number) => number;
132
+ export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
133
+ export const signer_clone: (a: number) => number;
134
+ export const signer_generate: () => any;
135
+ export const signer_generateMemory: () => number;
136
+ export const signer_generateWebCrypto: () => any;
137
+ export const signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
138
+ export const signer_trySign: (a: number, b: number, c: number) => any;
139
+ export const signer_variant: (a: number) => [number, number];
140
+ export const signer_verifyingKey: (a: number) => [number, number];
141
+ export const signer_webCryptoSigner: (a: any) => any;
142
+ export const contactcard_individualId: (a: number) => number;
37
143
  export const __wbg_agent_free: (a: number, b: number) => void;
38
144
  export const __wbg_allagentevents_free: (a: number, b: number) => void;
39
145
  export const __wbg_archive_free: (a: number, b: number) => void;
40
- export const __wbg_changeid_free: (a: number, b: number) => void;
41
146
  export const __wbg_document_free: (a: number, b: number) => void;
42
147
  export const __wbg_group_free: (a: number, b: number) => void;
43
148
  export const __wbg_individual_free: (a: number, b: number) => void;
44
149
  export const __wbg_individualid_free: (a: number, b: number) => void;
45
150
  export const __wbg_keyhive_free: (a: number, b: number) => void;
46
151
  export const __wbg_peer_free: (a: number, b: number) => void;
152
+ export const __wbg_sharekey_free: (a: number, b: number) => void;
47
153
  export const agent_id: (a: number) => number;
48
154
  export const agent_isDocument: (a: number) => number;
49
155
  export const agent_isGroup: (a: number) => number;
@@ -61,9 +167,6 @@ export const allagentevents_prekeySources: (a: number) => any;
61
167
  export const archive_toBytes: (a: number) => [number, number, number, number];
62
168
  export const archive_tryToKeyhive: (a: number, b: number, c: number, d: any) => any;
63
169
  export const archive_try_from_bytes: (a: number, b: number) => [number, number, number];
64
- export const changeid___wasm_refgen_toJsChangeId: (a: number) => number;
65
- export const changeid_bytes: (a: number) => [number, number];
66
- export const changeid_new: (a: number, b: number) => number;
67
170
  export const document___wasm_refgen_toJsDocument: (a: number) => number;
68
171
  export const document_doc_id: (a: number) => number;
69
172
  export const document_toAgent: (a: number) => number;
@@ -127,109 +230,6 @@ export const group_id: (a: number) => number;
127
230
  export const individual_id: (a: number) => number;
128
231
  export const individual_individualId: (a: number) => number;
129
232
  export const peer_id: (a: number) => number;
130
- export const __wbg_access_free: (a: number, b: number) => void;
131
- export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
132
- export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
133
- export const __wbg_contactcard_free: (a: number, b: number) => void;
134
- export const __wbg_documentid_free: (a: number, b: number) => void;
135
- export const __wbg_event_free: (a: number, b: number) => void;
136
- export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
137
- export const __wbg_groupid_free: (a: number, b: number) => void;
138
- export const __wbg_history_free: (a: number, b: number) => void;
139
- export const __wbg_signed_free: (a: number, b: number) => void;
140
- export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
141
- export const __wbg_signer_free: (a: number, b: number) => void;
142
- export const access_toString: (a: number) => [number, number];
143
- export const access_tryFromString: (a: number, b: number) => number;
144
- export const cgkaoperation_variant: (a: number) => [number, number];
145
- export const contactcard_fromJson: (a: number, b: number) => [number, number, number];
146
- export const contactcard_id: (a: number) => number;
147
- export const contactcard_op: (a: number) => number;
148
- export const contactcard_shareKey: (a: number) => number;
149
- export const contactcard_signature: (a: number) => [number, number];
150
- export const contactcard_toJson: (a: number) => [number, number, number, number];
151
- export const documentid_new: (a: number, b: number) => [number, number, number];
152
- export const documentid_toBytes: (a: number) => [number, number];
153
- export const documentid_toJsValue: (a: number) => any;
154
- export const documentid_toString: (a: number) => [number, number];
155
- export const event_isDelegated: (a: number) => number;
156
- export const event_isRevoked: (a: number) => number;
157
- export const event_toBytes: (a: number) => [number, number, number, number];
158
- export const event_tryIntoSignedDelegation: (a: number) => number;
159
- export const event_tryIntoSignedRevocation: (a: number) => number;
160
- export const event_variant: (a: number) => [number, number];
161
- export const generatewebcryptoerror_message: (a: number) => [number, number];
162
- export const groupid_toString: (a: number) => [number, number];
163
- export const history_contentRefs: (a: number) => [number, number];
164
- export const history_delegations: (a: number) => [number, number];
165
- export const history_revocations: (a: number) => [number, number];
166
- export const signed_fromBytes: (a: number, b: number) => [number, number, number];
167
- export const signed_payload: (a: number) => [number, number];
168
- export const signed_signature: (a: number) => [number, number];
169
- export const signed_toBytes: (a: number) => [number, number, number, number];
170
- export const signed_verify: (a: number) => number;
171
- export const signed_verifyingKey: (a: number) => [number, number];
172
- export const signedcgkaoperation_delegation: (a: number) => number;
173
- export const signedcgkaoperation_signature: (a: number) => [number, number];
174
- export const signedcgkaoperation_verify: (a: number) => number;
175
- export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
176
- export const signer_clone: (a: number) => number;
177
- export const signer_generate: () => any;
178
- export const signer_generateMemory: () => number;
179
- export const signer_generateWebCrypto: () => any;
180
- export const signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
181
- export const signer_trySign: (a: number, b: number, c: number) => any;
182
- export const signer_variant: (a: number) => [number, number];
183
- export const signer_verifyingKey: (a: number) => [number, number];
184
- export const signer_webCryptoSigner: (a: any) => any;
185
- export const contactcard_individualId: (a: number) => number;
186
- export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
187
- export const __wbg_signedrevocation_free: (a: number, b: number) => void;
188
- export const doccontentrefs_addChangeId: (a: number, b: number) => any;
189
- export const doccontentrefs_change_hashes: (a: number) => any;
190
- export const doccontentrefs_docId: (a: number) => number;
191
- export const doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
192
- export const signedrevocation_delegation: (a: number) => number;
193
- export const signedrevocation_signature: (a: number) => [number, number];
194
- export const signedrevocation_verify: (a: number) => number;
195
- export const signedrevocation_verifyingKey: (a: number) => [number, number];
196
- export const __wbg_invocation_free: (a: number, b: number) => void;
197
- export const __wbg_membered_free: (a: number, b: number) => void;
198
- export const __wbg_sharekey_free: (a: number, b: number) => void;
199
- export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
200
- export const __wbg_encrypted_free: (a: number, b: number) => void;
201
- export const __wbg_identifier_free: (a: number, b: number) => void;
202
- export const __wbg_stats_free: (a: number, b: number) => void;
203
- export const encrypted_ciphertext: (a: number) => [number, number];
204
- export const encrypted_content_ref: (a: number) => [number, number];
205
- export const encrypted_nonce: (a: number) => [number, number];
206
- export const encrypted_pcs_key_hash: (a: number) => [number, number];
207
- export const encrypted_pred_refs: (a: number) => [number, number];
208
- export const identifier_new: (a: number, b: number) => [number, number, number];
209
- export const identifier_publicId: () => number;
210
- export const identifier_toBytes: (a: number) => [number, number];
211
- export const stats_activePrekeyCount: (a: number) => bigint;
212
- export const stats_cgkaOperations: (a: number) => bigint;
213
- export const stats_delegations: (a: number) => bigint;
214
- export const stats_docs: (a: number) => bigint;
215
- export const stats_groups: (a: number) => bigint;
216
- export const stats_individuals: (a: number) => bigint;
217
- export const stats_pendingCgkaOperation: (a: number) => bigint;
218
- export const stats_pendingCgkaOperationByActive: (a: number) => bigint;
219
- export const stats_pendingDelegated: (a: number) => bigint;
220
- export const stats_pendingDelegatedByActive: (a: number) => bigint;
221
- export const stats_pendingPrekeyRotated: (a: number) => bigint;
222
- export const stats_pendingPrekeyRotatedByActive: (a: number) => bigint;
223
- export const stats_pendingPrekeysExpanded: (a: number) => bigint;
224
- export const stats_pendingPrekeysExpandedByActive: (a: number) => bigint;
225
- export const stats_pendingRevoked: (a: number) => bigint;
226
- export const stats_pendingRevokedByActive: (a: number) => bigint;
227
- export const stats_prekeyRotations: (a: number) => bigint;
228
- export const stats_prekeysExpanded: (a: number) => bigint;
229
- export const stats_revocations: (a: number) => bigint;
230
- export const stats_totalOps: (a: number) => bigint;
231
- export const stats_totalPendingOps: (a: number) => bigint;
232
- export const encrypted_toBytes: (a: number) => [number, number];
233
233
  export const wasm_bindgen__closure__destroy__h056ce8b8b10a09c1: (a: number, b: number) => void;
234
234
  export const wasm_bindgen__convert__closures_____invoke__h8e854b3d10a3dc35: (a: number, b: number, c: any) => [number, number];
235
235
  export const wasm_bindgen__convert__closures_____invoke__h2aa9fdfff8d5a8ab: (a: number, b: number, c: any, d: any) => void;
Binary file
@@ -1,8 +1,15 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
+ export const __wbg_membered_free: (a: number, b: number) => void;
5
+ export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
6
+ export const __wbg_signedinvocation_free: (a: number, b: number) => void;
7
+ export const encryptedcontentwithupdate_encrypted_content: (a: number) => number;
8
+ export const encryptedcontentwithupdate_update_op: (a: number) => number;
4
9
  export const __wbg_capability_free: (a: number, b: number) => void;
10
+ export const __wbg_changeid_free: (a: number, b: number) => void;
5
11
  export const __wbg_delegation_free: (a: number, b: number) => void;
12
+ export const __wbg_history_free: (a: number, b: number) => void;
6
13
  export const __wbg_membership_free: (a: number, b: number) => void;
7
14
  export const __wbg_revocation_free: (a: number, b: number) => void;
8
15
  export const __wbg_signeddelegation_free: (a: number, b: number) => void;
@@ -10,10 +17,16 @@ export const __wbg_summary_free: (a: number, b: number) => void;
10
17
  export const capability_can: (a: number) => number;
11
18
  export const capability_proof: (a: number) => number;
12
19
  export const capability_who: (a: number) => number;
20
+ export const changeid___wasm_refgen_toJsChangeId: (a: number) => number;
21
+ export const changeid_bytes: (a: number) => [number, number];
22
+ export const changeid_new: (a: number, b: number) => number;
13
23
  export const delegation_after: (a: number) => number;
14
24
  export const delegation_can: (a: number) => number;
15
25
  export const delegation_delegate: (a: number) => number;
16
26
  export const delegation_proof: (a: number) => number;
27
+ export const history_contentRefs: (a: number) => [number, number];
28
+ export const history_delegations: (a: number) => [number, number];
29
+ export const history_revocations: (a: number) => [number, number];
17
30
  export const membership_can: (a: number) => number;
18
31
  export const membership_who: (a: number) => number;
19
32
  export const revocation_after: (a: number) => number;
@@ -27,23 +40,116 @@ export const signeddelegation_verify: (a: number) => number;
27
40
  export const signeddelegation_verifyingKey: (a: number) => [number, number];
28
41
  export const summary_access: (a: number) => number;
29
42
  export const summary_doc: (a: number) => number;
30
- export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
31
- export const __wbg_signedinvocation_free: (a: number, b: number) => void;
32
- export const encryptedcontentwithupdate_encrypted_content: (a: number) => number;
33
- export const encryptedcontentwithupdate_update_op: (a: number) => number;
34
43
  export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
44
+ export const __wbg_invocation_free: (a: number, b: number) => void;
35
45
  export const ciphertextstore_newFromWebStorage: (a: any) => number;
36
46
  export const ciphertextstore_newInMemory: () => number;
47
+ export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
48
+ export const __wbg_encrypted_free: (a: number, b: number) => void;
49
+ export const __wbg_identifier_free: (a: number, b: number) => void;
50
+ export const __wbg_stats_free: (a: number, b: number) => void;
51
+ export const encrypted_ciphertext: (a: number) => [number, number];
52
+ export const encrypted_content_ref: (a: number) => [number, number];
53
+ export const encrypted_nonce: (a: number) => [number, number];
54
+ export const encrypted_pcs_key_hash: (a: number) => [number, number];
55
+ export const encrypted_pred_refs: (a: number) => [number, number];
56
+ export const identifier_new: (a: number, b: number) => [number, number, number];
57
+ export const identifier_publicId: () => number;
58
+ export const identifier_toBytes: (a: number) => [number, number];
59
+ export const stats_activePrekeyCount: (a: number) => bigint;
60
+ export const stats_cgkaOperations: (a: number) => bigint;
61
+ export const stats_delegations: (a: number) => bigint;
62
+ export const stats_docs: (a: number) => bigint;
63
+ export const stats_groups: (a: number) => bigint;
64
+ export const stats_individuals: (a: number) => bigint;
65
+ export const stats_pendingCgkaOperation: (a: number) => bigint;
66
+ export const stats_pendingCgkaOperationByActive: (a: number) => bigint;
67
+ export const stats_pendingDelegated: (a: number) => bigint;
68
+ export const stats_pendingDelegatedByActive: (a: number) => bigint;
69
+ export const stats_pendingPrekeyRotated: (a: number) => bigint;
70
+ export const stats_pendingPrekeyRotatedByActive: (a: number) => bigint;
71
+ export const stats_pendingPrekeysExpanded: (a: number) => bigint;
72
+ export const stats_pendingPrekeysExpandedByActive: (a: number) => bigint;
73
+ export const stats_pendingRevoked: (a: number) => bigint;
74
+ export const stats_pendingRevokedByActive: (a: number) => bigint;
75
+ export const stats_prekeyRotations: (a: number) => bigint;
76
+ export const stats_prekeysExpanded: (a: number) => bigint;
77
+ export const stats_revocations: (a: number) => bigint;
78
+ export const stats_totalOps: (a: number) => bigint;
79
+ export const stats_totalPendingOps: (a: number) => bigint;
80
+ export const encrypted_toBytes: (a: number) => [number, number];
81
+ export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
82
+ export const __wbg_signedrevocation_free: (a: number, b: number) => void;
83
+ export const doccontentrefs_addChangeId: (a: number, b: number) => any;
84
+ export const doccontentrefs_change_hashes: (a: number) => any;
85
+ export const doccontentrefs_docId: (a: number) => number;
86
+ export const doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
87
+ export const signedrevocation_delegation: (a: number) => number;
88
+ export const signedrevocation_signature: (a: number) => [number, number];
89
+ export const signedrevocation_verify: (a: number) => number;
90
+ export const signedrevocation_verifyingKey: (a: number) => [number, number];
91
+ export const __wbg_access_free: (a: number, b: number) => void;
92
+ export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
93
+ export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
94
+ export const __wbg_contactcard_free: (a: number, b: number) => void;
95
+ export const __wbg_documentid_free: (a: number, b: number) => void;
96
+ export const __wbg_event_free: (a: number, b: number) => void;
97
+ export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
98
+ export const __wbg_groupid_free: (a: number, b: number) => void;
99
+ export const __wbg_signed_free: (a: number, b: number) => void;
100
+ export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
101
+ export const __wbg_signer_free: (a: number, b: number) => void;
102
+ export const access_toString: (a: number) => [number, number];
103
+ export const access_tryFromString: (a: number, b: number) => number;
104
+ export const cgkaoperation_variant: (a: number) => [number, number];
105
+ export const contactcard_fromJson: (a: number, b: number) => [number, number, number];
106
+ export const contactcard_id: (a: number) => number;
107
+ export const contactcard_op: (a: number) => number;
108
+ export const contactcard_shareKey: (a: number) => number;
109
+ export const contactcard_signature: (a: number) => [number, number];
110
+ export const contactcard_toJson: (a: number) => [number, number, number, number];
111
+ export const documentid_new: (a: number, b: number) => [number, number, number];
112
+ export const documentid_toBytes: (a: number) => [number, number];
113
+ export const documentid_toJsValue: (a: number) => any;
114
+ export const documentid_toString: (a: number) => [number, number];
115
+ export const event_isDelegated: (a: number) => number;
116
+ export const event_isRevoked: (a: number) => number;
117
+ export const event_toBytes: (a: number) => [number, number, number, number];
118
+ export const event_tryIntoSignedDelegation: (a: number) => number;
119
+ export const event_tryIntoSignedRevocation: (a: number) => number;
120
+ export const event_variant: (a: number) => [number, number];
121
+ export const generatewebcryptoerror_message: (a: number) => [number, number];
122
+ export const groupid_toString: (a: number) => [number, number];
123
+ export const signed_fromBytes: (a: number, b: number) => [number, number, number];
124
+ export const signed_payload: (a: number) => [number, number];
125
+ export const signed_signature: (a: number) => [number, number];
126
+ export const signed_toBytes: (a: number) => [number, number, number, number];
127
+ export const signed_verify: (a: number) => number;
128
+ export const signed_verifyingKey: (a: number) => [number, number];
129
+ export const signedcgkaoperation_delegation: (a: number) => number;
130
+ export const signedcgkaoperation_signature: (a: number) => [number, number];
131
+ export const signedcgkaoperation_verify: (a: number) => number;
132
+ export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
133
+ export const signer_clone: (a: number) => number;
134
+ export const signer_generate: () => any;
135
+ export const signer_generateMemory: () => number;
136
+ export const signer_generateWebCrypto: () => any;
137
+ export const signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
138
+ export const signer_trySign: (a: number, b: number, c: number) => any;
139
+ export const signer_variant: (a: number) => [number, number];
140
+ export const signer_verifyingKey: (a: number) => [number, number];
141
+ export const signer_webCryptoSigner: (a: any) => any;
142
+ export const contactcard_individualId: (a: number) => number;
37
143
  export const __wbg_agent_free: (a: number, b: number) => void;
38
144
  export const __wbg_allagentevents_free: (a: number, b: number) => void;
39
145
  export const __wbg_archive_free: (a: number, b: number) => void;
40
- export const __wbg_changeid_free: (a: number, b: number) => void;
41
146
  export const __wbg_document_free: (a: number, b: number) => void;
42
147
  export const __wbg_group_free: (a: number, b: number) => void;
43
148
  export const __wbg_individual_free: (a: number, b: number) => void;
44
149
  export const __wbg_individualid_free: (a: number, b: number) => void;
45
150
  export const __wbg_keyhive_free: (a: number, b: number) => void;
46
151
  export const __wbg_peer_free: (a: number, b: number) => void;
152
+ export const __wbg_sharekey_free: (a: number, b: number) => void;
47
153
  export const agent_id: (a: number) => number;
48
154
  export const agent_isDocument: (a: number) => number;
49
155
  export const agent_isGroup: (a: number) => number;
@@ -61,9 +167,6 @@ export const allagentevents_prekeySources: (a: number) => any;
61
167
  export const archive_toBytes: (a: number) => [number, number, number, number];
62
168
  export const archive_tryToKeyhive: (a: number, b: number, c: number, d: any) => any;
63
169
  export const archive_try_from_bytes: (a: number, b: number) => [number, number, number];
64
- export const changeid___wasm_refgen_toJsChangeId: (a: number) => number;
65
- export const changeid_bytes: (a: number) => [number, number];
66
- export const changeid_new: (a: number, b: number) => number;
67
170
  export const document___wasm_refgen_toJsDocument: (a: number) => number;
68
171
  export const document_doc_id: (a: number) => number;
69
172
  export const document_toAgent: (a: number) => number;
@@ -127,109 +230,6 @@ export const group_id: (a: number) => number;
127
230
  export const individual_id: (a: number) => number;
128
231
  export const individual_individualId: (a: number) => number;
129
232
  export const peer_id: (a: number) => number;
130
- export const __wbg_access_free: (a: number, b: number) => void;
131
- export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
132
- export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
133
- export const __wbg_contactcard_free: (a: number, b: number) => void;
134
- export const __wbg_documentid_free: (a: number, b: number) => void;
135
- export const __wbg_event_free: (a: number, b: number) => void;
136
- export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
137
- export const __wbg_groupid_free: (a: number, b: number) => void;
138
- export const __wbg_history_free: (a: number, b: number) => void;
139
- export const __wbg_signed_free: (a: number, b: number) => void;
140
- export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
141
- export const __wbg_signer_free: (a: number, b: number) => void;
142
- export const access_toString: (a: number) => [number, number];
143
- export const access_tryFromString: (a: number, b: number) => number;
144
- export const cgkaoperation_variant: (a: number) => [number, number];
145
- export const contactcard_fromJson: (a: number, b: number) => [number, number, number];
146
- export const contactcard_id: (a: number) => number;
147
- export const contactcard_op: (a: number) => number;
148
- export const contactcard_shareKey: (a: number) => number;
149
- export const contactcard_signature: (a: number) => [number, number];
150
- export const contactcard_toJson: (a: number) => [number, number, number, number];
151
- export const documentid_new: (a: number, b: number) => [number, number, number];
152
- export const documentid_toBytes: (a: number) => [number, number];
153
- export const documentid_toJsValue: (a: number) => any;
154
- export const documentid_toString: (a: number) => [number, number];
155
- export const event_isDelegated: (a: number) => number;
156
- export const event_isRevoked: (a: number) => number;
157
- export const event_toBytes: (a: number) => [number, number, number, number];
158
- export const event_tryIntoSignedDelegation: (a: number) => number;
159
- export const event_tryIntoSignedRevocation: (a: number) => number;
160
- export const event_variant: (a: number) => [number, number];
161
- export const generatewebcryptoerror_message: (a: number) => [number, number];
162
- export const groupid_toString: (a: number) => [number, number];
163
- export const history_contentRefs: (a: number) => [number, number];
164
- export const history_delegations: (a: number) => [number, number];
165
- export const history_revocations: (a: number) => [number, number];
166
- export const signed_fromBytes: (a: number, b: number) => [number, number, number];
167
- export const signed_payload: (a: number) => [number, number];
168
- export const signed_signature: (a: number) => [number, number];
169
- export const signed_toBytes: (a: number) => [number, number, number, number];
170
- export const signed_verify: (a: number) => number;
171
- export const signed_verifyingKey: (a: number) => [number, number];
172
- export const signedcgkaoperation_delegation: (a: number) => number;
173
- export const signedcgkaoperation_signature: (a: number) => [number, number];
174
- export const signedcgkaoperation_verify: (a: number) => number;
175
- export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
176
- export const signer_clone: (a: number) => number;
177
- export const signer_generate: () => any;
178
- export const signer_generateMemory: () => number;
179
- export const signer_generateWebCrypto: () => any;
180
- export const signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
181
- export const signer_trySign: (a: number, b: number, c: number) => any;
182
- export const signer_variant: (a: number) => [number, number];
183
- export const signer_verifyingKey: (a: number) => [number, number];
184
- export const signer_webCryptoSigner: (a: any) => any;
185
- export const contactcard_individualId: (a: number) => number;
186
- export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
187
- export const __wbg_signedrevocation_free: (a: number, b: number) => void;
188
- export const doccontentrefs_addChangeId: (a: number, b: number) => any;
189
- export const doccontentrefs_change_hashes: (a: number) => any;
190
- export const doccontentrefs_docId: (a: number) => number;
191
- export const doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
192
- export const signedrevocation_delegation: (a: number) => number;
193
- export const signedrevocation_signature: (a: number) => [number, number];
194
- export const signedrevocation_verify: (a: number) => number;
195
- export const signedrevocation_verifyingKey: (a: number) => [number, number];
196
- export const __wbg_invocation_free: (a: number, b: number) => void;
197
- export const __wbg_membered_free: (a: number, b: number) => void;
198
- export const __wbg_sharekey_free: (a: number, b: number) => void;
199
- export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
200
- export const __wbg_encrypted_free: (a: number, b: number) => void;
201
- export const __wbg_identifier_free: (a: number, b: number) => void;
202
- export const __wbg_stats_free: (a: number, b: number) => void;
203
- export const encrypted_ciphertext: (a: number) => [number, number];
204
- export const encrypted_content_ref: (a: number) => [number, number];
205
- export const encrypted_nonce: (a: number) => [number, number];
206
- export const encrypted_pcs_key_hash: (a: number) => [number, number];
207
- export const encrypted_pred_refs: (a: number) => [number, number];
208
- export const identifier_new: (a: number, b: number) => [number, number, number];
209
- export const identifier_publicId: () => number;
210
- export const identifier_toBytes: (a: number) => [number, number];
211
- export const stats_activePrekeyCount: (a: number) => bigint;
212
- export const stats_cgkaOperations: (a: number) => bigint;
213
- export const stats_delegations: (a: number) => bigint;
214
- export const stats_docs: (a: number) => bigint;
215
- export const stats_groups: (a: number) => bigint;
216
- export const stats_individuals: (a: number) => bigint;
217
- export const stats_pendingCgkaOperation: (a: number) => bigint;
218
- export const stats_pendingCgkaOperationByActive: (a: number) => bigint;
219
- export const stats_pendingDelegated: (a: number) => bigint;
220
- export const stats_pendingDelegatedByActive: (a: number) => bigint;
221
- export const stats_pendingPrekeyRotated: (a: number) => bigint;
222
- export const stats_pendingPrekeyRotatedByActive: (a: number) => bigint;
223
- export const stats_pendingPrekeysExpanded: (a: number) => bigint;
224
- export const stats_pendingPrekeysExpandedByActive: (a: number) => bigint;
225
- export const stats_pendingRevoked: (a: number) => bigint;
226
- export const stats_pendingRevokedByActive: (a: number) => bigint;
227
- export const stats_prekeyRotations: (a: number) => bigint;
228
- export const stats_prekeysExpanded: (a: number) => bigint;
229
- export const stats_revocations: (a: number) => bigint;
230
- export const stats_totalOps: (a: number) => bigint;
231
- export const stats_totalPendingOps: (a: number) => bigint;
232
- export const encrypted_toBytes: (a: number) => [number, number];
233
233
  export const wasm_bindgen__closure__destroy__h056ce8b8b10a09c1: (a: number, b: number) => void;
234
234
  export const wasm_bindgen__convert__closures_____invoke__h8e854b3d10a3dc35: (a: number, b: number, c: any) => [number, number];
235
235
  export const wasm_bindgen__convert__closures_____invoke__h2aa9fdfff8d5a8ab: (a: number, b: number, c: any, d: any) => void;