@keyhive/keyhive 0.0.0-alpha.56b → 0.0.0-alpha.56c
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_bg.wasm +0 -0
- package/pkg/keyhive_wasm_bg.wasm.d.ts +55 -55
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm_bg.wasm.d.ts +55 -55
- package/pkg-slim/keyhive_wasm.d.ts +55 -55
- 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 +55 -55
package/package.json
CHANGED
package/pkg/keyhive_wasm_bg.wasm
CHANGED
|
Binary file
|
|
@@ -64,13 +64,65 @@ export const stats_prekeysExpanded: (a: number) => bigint;
|
|
|
64
64
|
export const stats_revocations: (a: number) => bigint;
|
|
65
65
|
export const stats_totalOps: (a: number) => bigint;
|
|
66
66
|
export const stats_totalPendingOps: (a: number) => bigint;
|
|
67
|
+
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
68
|
+
export const __wbg_group_free: (a: number, b: number) => void;
|
|
69
|
+
export const __wbg_membered_free: (a: number, b: number) => void;
|
|
70
|
+
export const __wbg_revocation_free: (a: number, b: number) => void;
|
|
71
|
+
export const capability_can: (a: number) => number;
|
|
72
|
+
export const capability_proof: (a: number) => number;
|
|
73
|
+
export const capability_who: (a: number) => number;
|
|
74
|
+
export const group___wasm_refgen_toJsGroup: (a: number) => number;
|
|
75
|
+
export const group_groupId: (a: number) => number;
|
|
76
|
+
export const group_members: (a: number) => any;
|
|
77
|
+
export const group_toAgent: (a: number) => number;
|
|
78
|
+
export const group_toMembered: (a: number) => number;
|
|
79
|
+
export const group_toPeer: (a: number) => number;
|
|
80
|
+
export const revocation_after: (a: number) => number;
|
|
81
|
+
export const revocation_proof: (a: number) => number;
|
|
82
|
+
export const revocation_revoked: (a: number) => number;
|
|
83
|
+
export const revocation_subject_id: (a: number) => number;
|
|
84
|
+
export const group_id: (a: number) => number;
|
|
85
|
+
export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
86
|
+
export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
87
|
+
export const __wbg_documentid_free: (a: number, b: number) => void;
|
|
88
|
+
export const __wbg_event_free: (a: number, b: number) => void;
|
|
89
|
+
export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
90
|
+
export const __wbg_signer_free: (a: number, b: number) => void;
|
|
91
|
+
export const cgkaoperation_variant: (a: number) => [number, number];
|
|
92
|
+
export const documentid_new: (a: number, b: number) => [number, number, number];
|
|
93
|
+
export const documentid_toBytes: (a: number) => [number, number];
|
|
94
|
+
export const documentid_toJsValue: (a: number) => any;
|
|
95
|
+
export const documentid_toString: (a: number) => [number, number];
|
|
96
|
+
export const event_isDelegated: (a: number) => number;
|
|
97
|
+
export const event_isRevoked: (a: number) => number;
|
|
98
|
+
export const event_toBytes: (a: number) => [number, number, number, number];
|
|
99
|
+
export const event_tryIntoSignedDelegation: (a: number) => number;
|
|
100
|
+
export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
101
|
+
export const event_variant: (a: number) => [number, number];
|
|
102
|
+
export const generatewebcryptoerror_message: (a: number) => [number, number];
|
|
103
|
+
export const signer_clone: (a: number) => number;
|
|
104
|
+
export const signer_generate: () => any;
|
|
105
|
+
export const signer_generateMemory: () => number;
|
|
106
|
+
export const signer_generateWebCrypto: () => any;
|
|
107
|
+
export const signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
|
|
108
|
+
export const signer_trySign: (a: number, b: number, c: number) => any;
|
|
109
|
+
export const signer_variant: (a: number) => [number, number];
|
|
110
|
+
export const signer_verifyingKey: (a: number) => [number, number];
|
|
111
|
+
export const signer_webCryptoSigner: (a: any) => any;
|
|
112
|
+
export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
113
|
+
export const signedcgkaoperation_delegation: (a: number) => number;
|
|
114
|
+
export const signedcgkaoperation_signature: (a: number) => [number, number];
|
|
115
|
+
export const signedcgkaoperation_verify: (a: number) => number;
|
|
116
|
+
export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
|
|
67
117
|
export const __wbg_agent_free: (a: number, b: number) => void;
|
|
68
118
|
export const __wbg_allagentevents_free: (a: number, b: number) => void;
|
|
69
119
|
export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
120
|
+
export const __wbg_history_free: (a: number, b: number) => void;
|
|
70
121
|
export const __wbg_individual_free: (a: number, b: number) => void;
|
|
71
122
|
export const __wbg_invocation_free: (a: number, b: number) => void;
|
|
72
123
|
export const __wbg_keyhive_free: (a: number, b: number) => void;
|
|
73
124
|
export const __wbg_peer_free: (a: number, b: number) => void;
|
|
125
|
+
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
74
126
|
export const agent_id: (a: number) => number;
|
|
75
127
|
export const agent_isDocument: (a: number) => number;
|
|
76
128
|
export const agent_isGroup: (a: number) => number;
|
|
@@ -87,6 +139,9 @@ export const allagentevents_membershipSources: (a: number) => any;
|
|
|
87
139
|
export const allagentevents_prekeySources: (a: number) => any;
|
|
88
140
|
export const ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
89
141
|
export const ciphertextstore_newInMemory: () => number;
|
|
142
|
+
export const history_contentRefs: (a: number) => [number, number];
|
|
143
|
+
export const history_delegations: (a: number) => [number, number];
|
|
144
|
+
export const history_revocations: (a: number) => [number, number];
|
|
90
145
|
export const individual_id: (a: number) => number;
|
|
91
146
|
export const individual_pickPrekey: (a: number, b: number) => any;
|
|
92
147
|
export const individual_toAgent: (a: number) => number;
|
|
@@ -137,56 +192,6 @@ export const peer_isIndividual: (a: number) => number;
|
|
|
137
192
|
export const peer_toString: (a: number) => [number, number];
|
|
138
193
|
export const individual_individualId: (a: number) => number;
|
|
139
194
|
export const peer_id: (a: number) => number;
|
|
140
|
-
export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
141
|
-
export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
142
|
-
export const __wbg_documentid_free: (a: number, b: number) => void;
|
|
143
|
-
export const __wbg_event_free: (a: number, b: number) => void;
|
|
144
|
-
export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
145
|
-
export const __wbg_signer_free: (a: number, b: number) => void;
|
|
146
|
-
export const cgkaoperation_variant: (a: number) => [number, number];
|
|
147
|
-
export const documentid_new: (a: number, b: number) => [number, number, number];
|
|
148
|
-
export const documentid_toBytes: (a: number) => [number, number];
|
|
149
|
-
export const documentid_toJsValue: (a: number) => any;
|
|
150
|
-
export const documentid_toString: (a: number) => [number, number];
|
|
151
|
-
export const event_isDelegated: (a: number) => number;
|
|
152
|
-
export const event_isRevoked: (a: number) => number;
|
|
153
|
-
export const event_toBytes: (a: number) => [number, number, number, number];
|
|
154
|
-
export const event_tryIntoSignedDelegation: (a: number) => number;
|
|
155
|
-
export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
156
|
-
export const event_variant: (a: number) => [number, number];
|
|
157
|
-
export const generatewebcryptoerror_message: (a: number) => [number, number];
|
|
158
|
-
export const signer_clone: (a: number) => number;
|
|
159
|
-
export const signer_generate: () => any;
|
|
160
|
-
export const signer_generateMemory: () => number;
|
|
161
|
-
export const signer_generateWebCrypto: () => any;
|
|
162
|
-
export const signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
|
|
163
|
-
export const signer_trySign: (a: number, b: number, c: number) => any;
|
|
164
|
-
export const signer_variant: (a: number) => [number, number];
|
|
165
|
-
export const signer_verifyingKey: (a: number) => [number, number];
|
|
166
|
-
export const signer_webCryptoSigner: (a: any) => any;
|
|
167
|
-
export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
168
|
-
export const signedcgkaoperation_delegation: (a: number) => number;
|
|
169
|
-
export const signedcgkaoperation_signature: (a: number) => [number, number];
|
|
170
|
-
export const signedcgkaoperation_verify: (a: number) => number;
|
|
171
|
-
export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
|
|
172
|
-
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
173
|
-
export const __wbg_group_free: (a: number, b: number) => void;
|
|
174
|
-
export const __wbg_membered_free: (a: number, b: number) => void;
|
|
175
|
-
export const __wbg_revocation_free: (a: number, b: number) => void;
|
|
176
|
-
export const capability_can: (a: number) => number;
|
|
177
|
-
export const capability_proof: (a: number) => number;
|
|
178
|
-
export const capability_who: (a: number) => number;
|
|
179
|
-
export const group___wasm_refgen_toJsGroup: (a: number) => number;
|
|
180
|
-
export const group_groupId: (a: number) => number;
|
|
181
|
-
export const group_members: (a: number) => any;
|
|
182
|
-
export const group_toAgent: (a: number) => number;
|
|
183
|
-
export const group_toMembered: (a: number) => number;
|
|
184
|
-
export const group_toPeer: (a: number) => number;
|
|
185
|
-
export const revocation_after: (a: number) => number;
|
|
186
|
-
export const revocation_proof: (a: number) => number;
|
|
187
|
-
export const revocation_revoked: (a: number) => number;
|
|
188
|
-
export const revocation_subject_id: (a: number) => number;
|
|
189
|
-
export const group_id: (a: number) => number;
|
|
190
195
|
export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
191
196
|
export const __wbg_encrypted_free: (a: number, b: number) => void;
|
|
192
197
|
export const __wbg_individualid_free: (a: number, b: number) => void;
|
|
@@ -215,7 +220,6 @@ export const encrypted_toBytes: (a: number) => [number, number];
|
|
|
215
220
|
export const __wbg_changeid_free: (a: number, b: number) => void;
|
|
216
221
|
export const __wbg_delegation_free: (a: number, b: number) => void;
|
|
217
222
|
export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
|
|
218
|
-
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
219
223
|
export const __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
220
224
|
export const __wbg_summary_free: (a: number, b: number) => void;
|
|
221
225
|
export const changeid___wasm_refgen_toJsChangeId: (a: number) => number;
|
|
@@ -229,10 +233,6 @@ export const encryptedcontentwithupdate_encrypted_content: (a: number) => number
|
|
|
229
233
|
export const encryptedcontentwithupdate_update_op: (a: number) => number;
|
|
230
234
|
export const summary_access: (a: number) => number;
|
|
231
235
|
export const summary_doc: (a: number) => number;
|
|
232
|
-
export const __wbg_history_free: (a: number, b: number) => void;
|
|
233
|
-
export const history_contentRefs: (a: number) => [number, number];
|
|
234
|
-
export const history_delegations: (a: number) => [number, number];
|
|
235
|
-
export const history_revocations: (a: number) => [number, number];
|
|
236
236
|
export const wasm_bindgen__convert__closures_____invoke__h3280982d348b8ce7: (a: number, b: number, c: any) => [number, number];
|
|
237
237
|
export const wasm_bindgen__convert__closures_____invoke__hed1b57a71ca47f43: (a: number, b: number, c: any, d: any) => void;
|
|
238
238
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
Binary file
|
|
@@ -64,13 +64,65 @@ export const stats_prekeysExpanded: (a: number) => bigint;
|
|
|
64
64
|
export const stats_revocations: (a: number) => bigint;
|
|
65
65
|
export const stats_totalOps: (a: number) => bigint;
|
|
66
66
|
export const stats_totalPendingOps: (a: number) => bigint;
|
|
67
|
+
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
68
|
+
export const __wbg_group_free: (a: number, b: number) => void;
|
|
69
|
+
export const __wbg_membered_free: (a: number, b: number) => void;
|
|
70
|
+
export const __wbg_revocation_free: (a: number, b: number) => void;
|
|
71
|
+
export const capability_can: (a: number) => number;
|
|
72
|
+
export const capability_proof: (a: number) => number;
|
|
73
|
+
export const capability_who: (a: number) => number;
|
|
74
|
+
export const group___wasm_refgen_toJsGroup: (a: number) => number;
|
|
75
|
+
export const group_groupId: (a: number) => number;
|
|
76
|
+
export const group_members: (a: number) => any;
|
|
77
|
+
export const group_toAgent: (a: number) => number;
|
|
78
|
+
export const group_toMembered: (a: number) => number;
|
|
79
|
+
export const group_toPeer: (a: number) => number;
|
|
80
|
+
export const revocation_after: (a: number) => number;
|
|
81
|
+
export const revocation_proof: (a: number) => number;
|
|
82
|
+
export const revocation_revoked: (a: number) => number;
|
|
83
|
+
export const revocation_subject_id: (a: number) => number;
|
|
84
|
+
export const group_id: (a: number) => number;
|
|
85
|
+
export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
86
|
+
export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
87
|
+
export const __wbg_documentid_free: (a: number, b: number) => void;
|
|
88
|
+
export const __wbg_event_free: (a: number, b: number) => void;
|
|
89
|
+
export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
90
|
+
export const __wbg_signer_free: (a: number, b: number) => void;
|
|
91
|
+
export const cgkaoperation_variant: (a: number) => [number, number];
|
|
92
|
+
export const documentid_new: (a: number, b: number) => [number, number, number];
|
|
93
|
+
export const documentid_toBytes: (a: number) => [number, number];
|
|
94
|
+
export const documentid_toJsValue: (a: number) => any;
|
|
95
|
+
export const documentid_toString: (a: number) => [number, number];
|
|
96
|
+
export const event_isDelegated: (a: number) => number;
|
|
97
|
+
export const event_isRevoked: (a: number) => number;
|
|
98
|
+
export const event_toBytes: (a: number) => [number, number, number, number];
|
|
99
|
+
export const event_tryIntoSignedDelegation: (a: number) => number;
|
|
100
|
+
export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
101
|
+
export const event_variant: (a: number) => [number, number];
|
|
102
|
+
export const generatewebcryptoerror_message: (a: number) => [number, number];
|
|
103
|
+
export const signer_clone: (a: number) => number;
|
|
104
|
+
export const signer_generate: () => any;
|
|
105
|
+
export const signer_generateMemory: () => number;
|
|
106
|
+
export const signer_generateWebCrypto: () => any;
|
|
107
|
+
export const signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
|
|
108
|
+
export const signer_trySign: (a: number, b: number, c: number) => any;
|
|
109
|
+
export const signer_variant: (a: number) => [number, number];
|
|
110
|
+
export const signer_verifyingKey: (a: number) => [number, number];
|
|
111
|
+
export const signer_webCryptoSigner: (a: any) => any;
|
|
112
|
+
export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
113
|
+
export const signedcgkaoperation_delegation: (a: number) => number;
|
|
114
|
+
export const signedcgkaoperation_signature: (a: number) => [number, number];
|
|
115
|
+
export const signedcgkaoperation_verify: (a: number) => number;
|
|
116
|
+
export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
|
|
67
117
|
export const __wbg_agent_free: (a: number, b: number) => void;
|
|
68
118
|
export const __wbg_allagentevents_free: (a: number, b: number) => void;
|
|
69
119
|
export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
120
|
+
export const __wbg_history_free: (a: number, b: number) => void;
|
|
70
121
|
export const __wbg_individual_free: (a: number, b: number) => void;
|
|
71
122
|
export const __wbg_invocation_free: (a: number, b: number) => void;
|
|
72
123
|
export const __wbg_keyhive_free: (a: number, b: number) => void;
|
|
73
124
|
export const __wbg_peer_free: (a: number, b: number) => void;
|
|
125
|
+
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
74
126
|
export const agent_id: (a: number) => number;
|
|
75
127
|
export const agent_isDocument: (a: number) => number;
|
|
76
128
|
export const agent_isGroup: (a: number) => number;
|
|
@@ -87,6 +139,9 @@ export const allagentevents_membershipSources: (a: number) => any;
|
|
|
87
139
|
export const allagentevents_prekeySources: (a: number) => any;
|
|
88
140
|
export const ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
89
141
|
export const ciphertextstore_newInMemory: () => number;
|
|
142
|
+
export const history_contentRefs: (a: number) => [number, number];
|
|
143
|
+
export const history_delegations: (a: number) => [number, number];
|
|
144
|
+
export const history_revocations: (a: number) => [number, number];
|
|
90
145
|
export const individual_id: (a: number) => number;
|
|
91
146
|
export const individual_pickPrekey: (a: number, b: number) => any;
|
|
92
147
|
export const individual_toAgent: (a: number) => number;
|
|
@@ -137,56 +192,6 @@ export const peer_isIndividual: (a: number) => number;
|
|
|
137
192
|
export const peer_toString: (a: number) => [number, number];
|
|
138
193
|
export const individual_individualId: (a: number) => number;
|
|
139
194
|
export const peer_id: (a: number) => number;
|
|
140
|
-
export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
141
|
-
export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
142
|
-
export const __wbg_documentid_free: (a: number, b: number) => void;
|
|
143
|
-
export const __wbg_event_free: (a: number, b: number) => void;
|
|
144
|
-
export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
145
|
-
export const __wbg_signer_free: (a: number, b: number) => void;
|
|
146
|
-
export const cgkaoperation_variant: (a: number) => [number, number];
|
|
147
|
-
export const documentid_new: (a: number, b: number) => [number, number, number];
|
|
148
|
-
export const documentid_toBytes: (a: number) => [number, number];
|
|
149
|
-
export const documentid_toJsValue: (a: number) => any;
|
|
150
|
-
export const documentid_toString: (a: number) => [number, number];
|
|
151
|
-
export const event_isDelegated: (a: number) => number;
|
|
152
|
-
export const event_isRevoked: (a: number) => number;
|
|
153
|
-
export const event_toBytes: (a: number) => [number, number, number, number];
|
|
154
|
-
export const event_tryIntoSignedDelegation: (a: number) => number;
|
|
155
|
-
export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
156
|
-
export const event_variant: (a: number) => [number, number];
|
|
157
|
-
export const generatewebcryptoerror_message: (a: number) => [number, number];
|
|
158
|
-
export const signer_clone: (a: number) => number;
|
|
159
|
-
export const signer_generate: () => any;
|
|
160
|
-
export const signer_generateMemory: () => number;
|
|
161
|
-
export const signer_generateWebCrypto: () => any;
|
|
162
|
-
export const signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
|
|
163
|
-
export const signer_trySign: (a: number, b: number, c: number) => any;
|
|
164
|
-
export const signer_variant: (a: number) => [number, number];
|
|
165
|
-
export const signer_verifyingKey: (a: number) => [number, number];
|
|
166
|
-
export const signer_webCryptoSigner: (a: any) => any;
|
|
167
|
-
export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
168
|
-
export const signedcgkaoperation_delegation: (a: number) => number;
|
|
169
|
-
export const signedcgkaoperation_signature: (a: number) => [number, number];
|
|
170
|
-
export const signedcgkaoperation_verify: (a: number) => number;
|
|
171
|
-
export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
|
|
172
|
-
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
173
|
-
export const __wbg_group_free: (a: number, b: number) => void;
|
|
174
|
-
export const __wbg_membered_free: (a: number, b: number) => void;
|
|
175
|
-
export const __wbg_revocation_free: (a: number, b: number) => void;
|
|
176
|
-
export const capability_can: (a: number) => number;
|
|
177
|
-
export const capability_proof: (a: number) => number;
|
|
178
|
-
export const capability_who: (a: number) => number;
|
|
179
|
-
export const group___wasm_refgen_toJsGroup: (a: number) => number;
|
|
180
|
-
export const group_groupId: (a: number) => number;
|
|
181
|
-
export const group_members: (a: number) => any;
|
|
182
|
-
export const group_toAgent: (a: number) => number;
|
|
183
|
-
export const group_toMembered: (a: number) => number;
|
|
184
|
-
export const group_toPeer: (a: number) => number;
|
|
185
|
-
export const revocation_after: (a: number) => number;
|
|
186
|
-
export const revocation_proof: (a: number) => number;
|
|
187
|
-
export const revocation_revoked: (a: number) => number;
|
|
188
|
-
export const revocation_subject_id: (a: number) => number;
|
|
189
|
-
export const group_id: (a: number) => number;
|
|
190
195
|
export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
191
196
|
export const __wbg_encrypted_free: (a: number, b: number) => void;
|
|
192
197
|
export const __wbg_individualid_free: (a: number, b: number) => void;
|
|
@@ -215,7 +220,6 @@ export const encrypted_toBytes: (a: number) => [number, number];
|
|
|
215
220
|
export const __wbg_changeid_free: (a: number, b: number) => void;
|
|
216
221
|
export const __wbg_delegation_free: (a: number, b: number) => void;
|
|
217
222
|
export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
|
|
218
|
-
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
219
223
|
export const __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
220
224
|
export const __wbg_summary_free: (a: number, b: number) => void;
|
|
221
225
|
export const changeid___wasm_refgen_toJsChangeId: (a: number) => number;
|
|
@@ -229,10 +233,6 @@ export const encryptedcontentwithupdate_encrypted_content: (a: number) => number
|
|
|
229
233
|
export const encryptedcontentwithupdate_update_op: (a: number) => number;
|
|
230
234
|
export const summary_access: (a: number) => number;
|
|
231
235
|
export const summary_doc: (a: number) => number;
|
|
232
|
-
export const __wbg_history_free: (a: number, b: number) => void;
|
|
233
|
-
export const history_contentRefs: (a: number) => [number, number];
|
|
234
|
-
export const history_delegations: (a: number) => [number, number];
|
|
235
|
-
export const history_revocations: (a: number) => [number, number];
|
|
236
236
|
export const wasm_bindgen__convert__closures_____invoke__h3280982d348b8ce7: (a: number, b: number, c: any) => [number, number];
|
|
237
237
|
export const wasm_bindgen__convert__closures_____invoke__hed1b57a71ca47f43: (a: number, b: number, c: any, d: any) => void;
|
|
238
238
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
@@ -540,13 +540,65 @@ export interface InitOutput {
|
|
|
540
540
|
readonly stats_revocations: (a: number) => bigint;
|
|
541
541
|
readonly stats_totalOps: (a: number) => bigint;
|
|
542
542
|
readonly stats_totalPendingOps: (a: number) => bigint;
|
|
543
|
+
readonly __wbg_capability_free: (a: number, b: number) => void;
|
|
544
|
+
readonly __wbg_group_free: (a: number, b: number) => void;
|
|
545
|
+
readonly __wbg_membered_free: (a: number, b: number) => void;
|
|
546
|
+
readonly __wbg_revocation_free: (a: number, b: number) => void;
|
|
547
|
+
readonly capability_can: (a: number) => number;
|
|
548
|
+
readonly capability_proof: (a: number) => number;
|
|
549
|
+
readonly capability_who: (a: number) => number;
|
|
550
|
+
readonly group___wasm_refgen_toJsGroup: (a: number) => number;
|
|
551
|
+
readonly group_groupId: (a: number) => number;
|
|
552
|
+
readonly group_members: (a: number) => any;
|
|
553
|
+
readonly group_toAgent: (a: number) => number;
|
|
554
|
+
readonly group_toMembered: (a: number) => number;
|
|
555
|
+
readonly group_toPeer: (a: number) => number;
|
|
556
|
+
readonly revocation_after: (a: number) => number;
|
|
557
|
+
readonly revocation_proof: (a: number) => number;
|
|
558
|
+
readonly revocation_revoked: (a: number) => number;
|
|
559
|
+
readonly revocation_subject_id: (a: number) => number;
|
|
560
|
+
readonly group_id: (a: number) => number;
|
|
561
|
+
readonly __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
562
|
+
readonly __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
563
|
+
readonly __wbg_documentid_free: (a: number, b: number) => void;
|
|
564
|
+
readonly __wbg_event_free: (a: number, b: number) => void;
|
|
565
|
+
readonly __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
566
|
+
readonly __wbg_signer_free: (a: number, b: number) => void;
|
|
567
|
+
readonly cgkaoperation_variant: (a: number) => [number, number];
|
|
568
|
+
readonly documentid_new: (a: number, b: number) => [number, number, number];
|
|
569
|
+
readonly documentid_toBytes: (a: number) => [number, number];
|
|
570
|
+
readonly documentid_toJsValue: (a: number) => any;
|
|
571
|
+
readonly documentid_toString: (a: number) => [number, number];
|
|
572
|
+
readonly event_isDelegated: (a: number) => number;
|
|
573
|
+
readonly event_isRevoked: (a: number) => number;
|
|
574
|
+
readonly event_toBytes: (a: number) => [number, number, number, number];
|
|
575
|
+
readonly event_tryIntoSignedDelegation: (a: number) => number;
|
|
576
|
+
readonly event_tryIntoSignedRevocation: (a: number) => number;
|
|
577
|
+
readonly event_variant: (a: number) => [number, number];
|
|
578
|
+
readonly generatewebcryptoerror_message: (a: number) => [number, number];
|
|
579
|
+
readonly signer_clone: (a: number) => number;
|
|
580
|
+
readonly signer_generate: () => any;
|
|
581
|
+
readonly signer_generateMemory: () => number;
|
|
582
|
+
readonly signer_generateWebCrypto: () => any;
|
|
583
|
+
readonly signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
|
|
584
|
+
readonly signer_trySign: (a: number, b: number, c: number) => any;
|
|
585
|
+
readonly signer_variant: (a: number) => [number, number];
|
|
586
|
+
readonly signer_verifyingKey: (a: number) => [number, number];
|
|
587
|
+
readonly signer_webCryptoSigner: (a: any) => any;
|
|
588
|
+
readonly __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
589
|
+
readonly signedcgkaoperation_delegation: (a: number) => number;
|
|
590
|
+
readonly signedcgkaoperation_signature: (a: number) => [number, number];
|
|
591
|
+
readonly signedcgkaoperation_verify: (a: number) => number;
|
|
592
|
+
readonly signedcgkaoperation_verifyingKey: (a: number) => [number, number];
|
|
543
593
|
readonly __wbg_agent_free: (a: number, b: number) => void;
|
|
544
594
|
readonly __wbg_allagentevents_free: (a: number, b: number) => void;
|
|
545
595
|
readonly __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
596
|
+
readonly __wbg_history_free: (a: number, b: number) => void;
|
|
546
597
|
readonly __wbg_individual_free: (a: number, b: number) => void;
|
|
547
598
|
readonly __wbg_invocation_free: (a: number, b: number) => void;
|
|
548
599
|
readonly __wbg_keyhive_free: (a: number, b: number) => void;
|
|
549
600
|
readonly __wbg_peer_free: (a: number, b: number) => void;
|
|
601
|
+
readonly __wbg_sharekey_free: (a: number, b: number) => void;
|
|
550
602
|
readonly agent_id: (a: number) => number;
|
|
551
603
|
readonly agent_isDocument: (a: number) => number;
|
|
552
604
|
readonly agent_isGroup: (a: number) => number;
|
|
@@ -563,6 +615,9 @@ export interface InitOutput {
|
|
|
563
615
|
readonly allagentevents_prekeySources: (a: number) => any;
|
|
564
616
|
readonly ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
565
617
|
readonly ciphertextstore_newInMemory: () => number;
|
|
618
|
+
readonly history_contentRefs: (a: number) => [number, number];
|
|
619
|
+
readonly history_delegations: (a: number) => [number, number];
|
|
620
|
+
readonly history_revocations: (a: number) => [number, number];
|
|
566
621
|
readonly individual_id: (a: number) => number;
|
|
567
622
|
readonly individual_pickPrekey: (a: number, b: number) => any;
|
|
568
623
|
readonly individual_toAgent: (a: number) => number;
|
|
@@ -613,56 +668,6 @@ export interface InitOutput {
|
|
|
613
668
|
readonly peer_toString: (a: number) => [number, number];
|
|
614
669
|
readonly individual_individualId: (a: number) => number;
|
|
615
670
|
readonly peer_id: (a: number) => number;
|
|
616
|
-
readonly __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
617
|
-
readonly __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
618
|
-
readonly __wbg_documentid_free: (a: number, b: number) => void;
|
|
619
|
-
readonly __wbg_event_free: (a: number, b: number) => void;
|
|
620
|
-
readonly __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
621
|
-
readonly __wbg_signer_free: (a: number, b: number) => void;
|
|
622
|
-
readonly cgkaoperation_variant: (a: number) => [number, number];
|
|
623
|
-
readonly documentid_new: (a: number, b: number) => [number, number, number];
|
|
624
|
-
readonly documentid_toBytes: (a: number) => [number, number];
|
|
625
|
-
readonly documentid_toJsValue: (a: number) => any;
|
|
626
|
-
readonly documentid_toString: (a: number) => [number, number];
|
|
627
|
-
readonly event_isDelegated: (a: number) => number;
|
|
628
|
-
readonly event_isRevoked: (a: number) => number;
|
|
629
|
-
readonly event_toBytes: (a: number) => [number, number, number, number];
|
|
630
|
-
readonly event_tryIntoSignedDelegation: (a: number) => number;
|
|
631
|
-
readonly event_tryIntoSignedRevocation: (a: number) => number;
|
|
632
|
-
readonly event_variant: (a: number) => [number, number];
|
|
633
|
-
readonly generatewebcryptoerror_message: (a: number) => [number, number];
|
|
634
|
-
readonly signer_clone: (a: number) => number;
|
|
635
|
-
readonly signer_generate: () => any;
|
|
636
|
-
readonly signer_generateMemory: () => number;
|
|
637
|
-
readonly signer_generateWebCrypto: () => any;
|
|
638
|
-
readonly signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
|
|
639
|
-
readonly signer_trySign: (a: number, b: number, c: number) => any;
|
|
640
|
-
readonly signer_variant: (a: number) => [number, number];
|
|
641
|
-
readonly signer_verifyingKey: (a: number) => [number, number];
|
|
642
|
-
readonly signer_webCryptoSigner: (a: any) => any;
|
|
643
|
-
readonly __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
644
|
-
readonly signedcgkaoperation_delegation: (a: number) => number;
|
|
645
|
-
readonly signedcgkaoperation_signature: (a: number) => [number, number];
|
|
646
|
-
readonly signedcgkaoperation_verify: (a: number) => number;
|
|
647
|
-
readonly signedcgkaoperation_verifyingKey: (a: number) => [number, number];
|
|
648
|
-
readonly __wbg_capability_free: (a: number, b: number) => void;
|
|
649
|
-
readonly __wbg_group_free: (a: number, b: number) => void;
|
|
650
|
-
readonly __wbg_membered_free: (a: number, b: number) => void;
|
|
651
|
-
readonly __wbg_revocation_free: (a: number, b: number) => void;
|
|
652
|
-
readonly capability_can: (a: number) => number;
|
|
653
|
-
readonly capability_proof: (a: number) => number;
|
|
654
|
-
readonly capability_who: (a: number) => number;
|
|
655
|
-
readonly group___wasm_refgen_toJsGroup: (a: number) => number;
|
|
656
|
-
readonly group_groupId: (a: number) => number;
|
|
657
|
-
readonly group_members: (a: number) => any;
|
|
658
|
-
readonly group_toAgent: (a: number) => number;
|
|
659
|
-
readonly group_toMembered: (a: number) => number;
|
|
660
|
-
readonly group_toPeer: (a: number) => number;
|
|
661
|
-
readonly revocation_after: (a: number) => number;
|
|
662
|
-
readonly revocation_proof: (a: number) => number;
|
|
663
|
-
readonly revocation_revoked: (a: number) => number;
|
|
664
|
-
readonly revocation_subject_id: (a: number) => number;
|
|
665
|
-
readonly group_id: (a: number) => number;
|
|
666
671
|
readonly __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
667
672
|
readonly __wbg_encrypted_free: (a: number, b: number) => void;
|
|
668
673
|
readonly __wbg_individualid_free: (a: number, b: number) => void;
|
|
@@ -691,7 +696,6 @@ export interface InitOutput {
|
|
|
691
696
|
readonly __wbg_changeid_free: (a: number, b: number) => void;
|
|
692
697
|
readonly __wbg_delegation_free: (a: number, b: number) => void;
|
|
693
698
|
readonly __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
|
|
694
|
-
readonly __wbg_sharekey_free: (a: number, b: number) => void;
|
|
695
699
|
readonly __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
696
700
|
readonly __wbg_summary_free: (a: number, b: number) => void;
|
|
697
701
|
readonly changeid___wasm_refgen_toJsChangeId: (a: number) => number;
|
|
@@ -705,10 +709,6 @@ export interface InitOutput {
|
|
|
705
709
|
readonly encryptedcontentwithupdate_update_op: (a: number) => number;
|
|
706
710
|
readonly summary_access: (a: number) => number;
|
|
707
711
|
readonly summary_doc: (a: number) => number;
|
|
708
|
-
readonly __wbg_history_free: (a: number, b: number) => void;
|
|
709
|
-
readonly history_contentRefs: (a: number) => [number, number];
|
|
710
|
-
readonly history_delegations: (a: number) => [number, number];
|
|
711
|
-
readonly history_revocations: (a: number) => [number, number];
|
|
712
712
|
readonly wasm_bindgen__convert__closures_____invoke__h3280982d348b8ce7: (a: number, b: number, c: any) => [number, number];
|
|
713
713
|
readonly wasm_bindgen__convert__closures_____invoke__hed1b57a71ca47f43: (a: number, b: number, c: any, d: any) => void;
|
|
714
714
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
Binary file
|