@keyhive/keyhive 0.0.0-alpha.50k → 0.0.0-alpha.51

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.50k",
3
+ "version": "0.0.0-alpha.51",
4
4
  "description": "",
5
5
  "main": "pkg/keyhive_wasm.js",
6
6
  "keywords": [],
@@ -3369,6 +3369,12 @@ export function __wbindgen_cast_25a0a844437d0e92(arg0, arg1) {
3369
3369
  return ret;
3370
3370
  };
3371
3371
 
3372
+ export function __wbindgen_cast_4d3bc2b370a03c03(arg0, arg1) {
3373
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 469, function: Function { arguments: [Externref], shim_idx: 470, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3374
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3375
+ return ret;
3376
+ };
3377
+
3372
3378
  export function __wbindgen_cast_6300122139088863(arg0, arg1) {
3373
3379
  var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
3374
3380
  wasm.__wbindgen_free(arg0, arg1 * 4, 4);
@@ -3417,12 +3423,6 @@ export function __wbindgen_cast_ae91babfc5c19b28(arg0, arg1) {
3417
3423
  return ret;
3418
3424
  };
3419
3425
 
3420
- export function __wbindgen_cast_c4bd6c1dc507cff7(arg0, arg1) {
3421
- // Cast intrinsic for `Closure(Closure { dtor_idx: 471, function: Function { arguments: [Externref], shim_idx: 472, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3422
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3423
- return ret;
3424
- };
3425
-
3426
3426
  export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
3427
3427
  // Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
3428
3428
  const ret = getArrayU8FromWasm0(arg0, arg1);
Binary file
@@ -67,6 +67,7 @@ export const keyhive_tryDecrypt: (a: number, b: number, c: number) => any;
67
67
  export const keyhive_tryEncrypt: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
68
68
  export const keyhive_tryEncryptArchive: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
69
69
  export const keyhive_trySign: (a: number, b: number, c: number) => any;
70
+ export const setPanicHook: () => void;
70
71
  export const encrypted_toBytes: (a: number) => [number, number];
71
72
  export const keyhive_whoami: (a: number) => number;
72
73
  export const __wbg_changeid_free: (a: number, b: number) => void;
@@ -78,6 +79,52 @@ export const changeid_bytes: (a: number) => [number, number];
78
79
  export const changeid_new: (a: number, b: number) => number;
79
80
  export const summary_access: (a: number) => number;
80
81
  export const summary_doc: (a: number) => number;
82
+ export const __wbg_capability_free: (a: number, b: number) => void;
83
+ export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
84
+ export const __wbg_delegation_free: (a: number, b: number) => void;
85
+ export const __wbg_document_free: (a: number, b: number) => void;
86
+ export const __wbg_group_free: (a: number, b: number) => void;
87
+ export const __wbg_individual_free: (a: number, b: number) => void;
88
+ export const __wbg_membership_free: (a: number, b: number) => void;
89
+ export const capability_can: (a: number) => number;
90
+ export const capability_proof: (a: number) => number;
91
+ export const capability_who: (a: number) => number;
92
+ export const ciphertextstore_newFromWebStorage: (a: any) => number;
93
+ export const ciphertextstore_newInMemory: () => number;
94
+ export const delegation_after: (a: number) => number;
95
+ export const delegation_can: (a: number) => number;
96
+ export const delegation_delegate: (a: number) => number;
97
+ export const delegation_proof: (a: number) => number;
98
+ export const document___wasm_refgen_toDocument: (a: number) => number;
99
+ export const document_doc_id: (a: number) => number;
100
+ export const document_toAgent: (a: number) => number;
101
+ export const document_toMembered: (a: number) => number;
102
+ export const document_toPeer: (a: number) => number;
103
+ export const group___wasm_refgen_toGroup: (a: number) => number;
104
+ export const group_members: (a: number) => any;
105
+ export const group_toAgent: (a: number) => number;
106
+ export const group_toMembered: (a: number) => number;
107
+ export const group_toPeer: (a: number) => number;
108
+ export const individual_pickPrekey: (a: number, b: number) => any;
109
+ export const individual_toAgent: (a: number) => number;
110
+ export const individual_toPeer: (a: number) => number;
111
+ export const membership_can: (a: number) => number;
112
+ export const membership_who: (a: number) => number;
113
+ export const document_id: (a: number) => number;
114
+ export const group_groupId: (a: number) => number;
115
+ export const group_id: (a: number) => number;
116
+ export const individual_id: (a: number) => number;
117
+ export const individual_individualId: (a: number) => number;
118
+ export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
119
+ export const __wbg_signedrevocation_free: (a: number, b: number) => void;
120
+ export const signedcgkaoperation_delegation: (a: number) => number;
121
+ export const signedcgkaoperation_signature: (a: number) => [number, number];
122
+ export const signedcgkaoperation_verify: (a: number) => number;
123
+ export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
124
+ export const signedrevocation_delegation: (a: number) => number;
125
+ export const signedrevocation_signature: (a: number) => [number, number];
126
+ export const signedrevocation_verify: (a: number) => number;
127
+ export const signedrevocation_verifyingKey: (a: number) => [number, number];
81
128
  export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
82
129
  export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
83
130
  export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
@@ -140,42 +187,6 @@ export const stats_prekeysExpanded: (a: number) => bigint;
140
187
  export const stats_revocations: (a: number) => bigint;
141
188
  export const stats_totalOps: (a: number) => bigint;
142
189
  export const stats_totalPendingOps: (a: number) => bigint;
143
- export const __wbg_capability_free: (a: number, b: number) => void;
144
- export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
145
- export const __wbg_delegation_free: (a: number, b: number) => void;
146
- export const __wbg_document_free: (a: number, b: number) => void;
147
- export const __wbg_group_free: (a: number, b: number) => void;
148
- export const __wbg_individual_free: (a: number, b: number) => void;
149
- export const __wbg_membership_free: (a: number, b: number) => void;
150
- export const capability_can: (a: number) => number;
151
- export const capability_proof: (a: number) => number;
152
- export const capability_who: (a: number) => number;
153
- export const ciphertextstore_newFromWebStorage: (a: any) => number;
154
- export const ciphertextstore_newInMemory: () => number;
155
- export const delegation_after: (a: number) => number;
156
- export const delegation_can: (a: number) => number;
157
- export const delegation_delegate: (a: number) => number;
158
- export const delegation_proof: (a: number) => number;
159
- export const document___wasm_refgen_toDocument: (a: number) => number;
160
- export const document_doc_id: (a: number) => number;
161
- export const document_toAgent: (a: number) => number;
162
- export const document_toMembered: (a: number) => number;
163
- export const document_toPeer: (a: number) => number;
164
- export const group___wasm_refgen_toGroup: (a: number) => number;
165
- export const group_members: (a: number) => any;
166
- export const group_toAgent: (a: number) => number;
167
- export const group_toMembered: (a: number) => number;
168
- export const group_toPeer: (a: number) => number;
169
- export const individual_pickPrekey: (a: number, b: number) => any;
170
- export const individual_toAgent: (a: number) => number;
171
- export const individual_toPeer: (a: number) => number;
172
- export const membership_can: (a: number) => number;
173
- export const membership_who: (a: number) => number;
174
- export const document_id: (a: number) => number;
175
- export const group_groupId: (a: number) => number;
176
- export const group_id: (a: number) => number;
177
- export const individual_id: (a: number) => number;
178
- export const individual_individualId: (a: number) => number;
179
190
  export const __wbg_access_free: (a: number, b: number) => void;
180
191
  export const __wbg_archive_free: (a: number, b: number) => void;
181
192
  export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
@@ -204,17 +215,6 @@ export const revocation_after: (a: number) => number;
204
215
  export const revocation_proof: (a: number) => number;
205
216
  export const revocation_revoked: (a: number) => number;
206
217
  export const revocation_subject_id: (a: number) => number;
207
- export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
208
- export const __wbg_signedrevocation_free: (a: number, b: number) => void;
209
- export const signedcgkaoperation_delegation: (a: number) => number;
210
- export const signedcgkaoperation_signature: (a: number) => [number, number];
211
- export const signedcgkaoperation_verify: (a: number) => number;
212
- export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
213
- export const signedrevocation_delegation: (a: number) => number;
214
- export const signedrevocation_signature: (a: number) => [number, number];
215
- export const signedrevocation_verify: (a: number) => number;
216
- export const signedrevocation_verifyingKey: (a: number) => [number, number];
217
- export const setPanicHook: () => void;
218
218
  export const wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069: (a: number, b: number, c: any) => void;
219
219
  export const wasm_bindgen__closure__destroy__h56c1987c5374a416: (a: number, b: number) => void;
220
220
  export const wasm_bindgen__convert__closures_____invoke__h0e2a667a85375385: (a: number, b: number, c: any, d: any) => void;
@@ -3400,6 +3400,12 @@ exports.__wbindgen_cast_25a0a844437d0e92 = function(arg0, arg1) {
3400
3400
  return ret;
3401
3401
  };
3402
3402
 
3403
+ exports.__wbindgen_cast_4d3bc2b370a03c03 = function(arg0, arg1) {
3404
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 469, function: Function { arguments: [Externref], shim_idx: 470, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3405
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3406
+ return ret;
3407
+ };
3408
+
3403
3409
  exports.__wbindgen_cast_6300122139088863 = function(arg0, arg1) {
3404
3410
  var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
3405
3411
  wasm.__wbindgen_free(arg0, arg1 * 4, 4);
@@ -3448,12 +3454,6 @@ exports.__wbindgen_cast_ae91babfc5c19b28 = function(arg0, arg1) {
3448
3454
  return ret;
3449
3455
  };
3450
3456
 
3451
- exports.__wbindgen_cast_c4bd6c1dc507cff7 = function(arg0, arg1) {
3452
- // Cast intrinsic for `Closure(Closure { dtor_idx: 471, function: Function { arguments: [Externref], shim_idx: 472, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3453
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3454
- return ret;
3455
- };
3456
-
3457
3457
  exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
3458
3458
  // Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
3459
3459
  const ret = getArrayU8FromWasm0(arg0, arg1);
Binary file
@@ -67,6 +67,7 @@ export const keyhive_tryDecrypt: (a: number, b: number, c: number) => any;
67
67
  export const keyhive_tryEncrypt: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
68
68
  export const keyhive_tryEncryptArchive: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
69
69
  export const keyhive_trySign: (a: number, b: number, c: number) => any;
70
+ export const setPanicHook: () => void;
70
71
  export const encrypted_toBytes: (a: number) => [number, number];
71
72
  export const keyhive_whoami: (a: number) => number;
72
73
  export const __wbg_changeid_free: (a: number, b: number) => void;
@@ -78,6 +79,52 @@ export const changeid_bytes: (a: number) => [number, number];
78
79
  export const changeid_new: (a: number, b: number) => number;
79
80
  export const summary_access: (a: number) => number;
80
81
  export const summary_doc: (a: number) => number;
82
+ export const __wbg_capability_free: (a: number, b: number) => void;
83
+ export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
84
+ export const __wbg_delegation_free: (a: number, b: number) => void;
85
+ export const __wbg_document_free: (a: number, b: number) => void;
86
+ export const __wbg_group_free: (a: number, b: number) => void;
87
+ export const __wbg_individual_free: (a: number, b: number) => void;
88
+ export const __wbg_membership_free: (a: number, b: number) => void;
89
+ export const capability_can: (a: number) => number;
90
+ export const capability_proof: (a: number) => number;
91
+ export const capability_who: (a: number) => number;
92
+ export const ciphertextstore_newFromWebStorage: (a: any) => number;
93
+ export const ciphertextstore_newInMemory: () => number;
94
+ export const delegation_after: (a: number) => number;
95
+ export const delegation_can: (a: number) => number;
96
+ export const delegation_delegate: (a: number) => number;
97
+ export const delegation_proof: (a: number) => number;
98
+ export const document___wasm_refgen_toDocument: (a: number) => number;
99
+ export const document_doc_id: (a: number) => number;
100
+ export const document_toAgent: (a: number) => number;
101
+ export const document_toMembered: (a: number) => number;
102
+ export const document_toPeer: (a: number) => number;
103
+ export const group___wasm_refgen_toGroup: (a: number) => number;
104
+ export const group_members: (a: number) => any;
105
+ export const group_toAgent: (a: number) => number;
106
+ export const group_toMembered: (a: number) => number;
107
+ export const group_toPeer: (a: number) => number;
108
+ export const individual_pickPrekey: (a: number, b: number) => any;
109
+ export const individual_toAgent: (a: number) => number;
110
+ export const individual_toPeer: (a: number) => number;
111
+ export const membership_can: (a: number) => number;
112
+ export const membership_who: (a: number) => number;
113
+ export const document_id: (a: number) => number;
114
+ export const group_groupId: (a: number) => number;
115
+ export const group_id: (a: number) => number;
116
+ export const individual_id: (a: number) => number;
117
+ export const individual_individualId: (a: number) => number;
118
+ export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
119
+ export const __wbg_signedrevocation_free: (a: number, b: number) => void;
120
+ export const signedcgkaoperation_delegation: (a: number) => number;
121
+ export const signedcgkaoperation_signature: (a: number) => [number, number];
122
+ export const signedcgkaoperation_verify: (a: number) => number;
123
+ export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
124
+ export const signedrevocation_delegation: (a: number) => number;
125
+ export const signedrevocation_signature: (a: number) => [number, number];
126
+ export const signedrevocation_verify: (a: number) => number;
127
+ export const signedrevocation_verifyingKey: (a: number) => [number, number];
81
128
  export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
82
129
  export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
83
130
  export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
@@ -140,42 +187,6 @@ export const stats_prekeysExpanded: (a: number) => bigint;
140
187
  export const stats_revocations: (a: number) => bigint;
141
188
  export const stats_totalOps: (a: number) => bigint;
142
189
  export const stats_totalPendingOps: (a: number) => bigint;
143
- export const __wbg_capability_free: (a: number, b: number) => void;
144
- export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
145
- export const __wbg_delegation_free: (a: number, b: number) => void;
146
- export const __wbg_document_free: (a: number, b: number) => void;
147
- export const __wbg_group_free: (a: number, b: number) => void;
148
- export const __wbg_individual_free: (a: number, b: number) => void;
149
- export const __wbg_membership_free: (a: number, b: number) => void;
150
- export const capability_can: (a: number) => number;
151
- export const capability_proof: (a: number) => number;
152
- export const capability_who: (a: number) => number;
153
- export const ciphertextstore_newFromWebStorage: (a: any) => number;
154
- export const ciphertextstore_newInMemory: () => number;
155
- export const delegation_after: (a: number) => number;
156
- export const delegation_can: (a: number) => number;
157
- export const delegation_delegate: (a: number) => number;
158
- export const delegation_proof: (a: number) => number;
159
- export const document___wasm_refgen_toDocument: (a: number) => number;
160
- export const document_doc_id: (a: number) => number;
161
- export const document_toAgent: (a: number) => number;
162
- export const document_toMembered: (a: number) => number;
163
- export const document_toPeer: (a: number) => number;
164
- export const group___wasm_refgen_toGroup: (a: number) => number;
165
- export const group_members: (a: number) => any;
166
- export const group_toAgent: (a: number) => number;
167
- export const group_toMembered: (a: number) => number;
168
- export const group_toPeer: (a: number) => number;
169
- export const individual_pickPrekey: (a: number, b: number) => any;
170
- export const individual_toAgent: (a: number) => number;
171
- export const individual_toPeer: (a: number) => number;
172
- export const membership_can: (a: number) => number;
173
- export const membership_who: (a: number) => number;
174
- export const document_id: (a: number) => number;
175
- export const group_groupId: (a: number) => number;
176
- export const group_id: (a: number) => number;
177
- export const individual_id: (a: number) => number;
178
- export const individual_individualId: (a: number) => number;
179
190
  export const __wbg_access_free: (a: number, b: number) => void;
180
191
  export const __wbg_archive_free: (a: number, b: number) => void;
181
192
  export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
@@ -204,17 +215,6 @@ export const revocation_after: (a: number) => number;
204
215
  export const revocation_proof: (a: number) => number;
205
216
  export const revocation_revoked: (a: number) => number;
206
217
  export const revocation_subject_id: (a: number) => number;
207
- export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
208
- export const __wbg_signedrevocation_free: (a: number, b: number) => void;
209
- export const signedcgkaoperation_delegation: (a: number) => number;
210
- export const signedcgkaoperation_signature: (a: number) => [number, number];
211
- export const signedcgkaoperation_verify: (a: number) => number;
212
- export const signedcgkaoperation_verifyingKey: (a: number) => [number, number];
213
- export const signedrevocation_delegation: (a: number) => number;
214
- export const signedrevocation_signature: (a: number) => [number, number];
215
- export const signedrevocation_verify: (a: number) => number;
216
- export const signedrevocation_verifyingKey: (a: number) => [number, number];
217
- export const setPanicHook: () => void;
218
218
  export const wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069: (a: number, b: number, c: any) => void;
219
219
  export const wasm_bindgen__closure__destroy__h56c1987c5374a416: (a: number, b: number) => void;
220
220
  export const wasm_bindgen__convert__closures_____invoke__h0e2a667a85375385: (a: number, b: number, c: any, d: any) => void;
@@ -498,6 +498,7 @@ export interface InitOutput {
498
498
  readonly keyhive_tryEncrypt: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
499
499
  readonly keyhive_tryEncryptArchive: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
500
500
  readonly keyhive_trySign: (a: number, b: number, c: number) => any;
501
+ readonly setPanicHook: () => void;
501
502
  readonly encrypted_toBytes: (a: number) => [number, number];
502
503
  readonly keyhive_whoami: (a: number) => number;
503
504
  readonly __wbg_changeid_free: (a: number, b: number) => void;
@@ -509,6 +510,52 @@ export interface InitOutput {
509
510
  readonly changeid_new: (a: number, b: number) => number;
510
511
  readonly summary_access: (a: number) => number;
511
512
  readonly summary_doc: (a: number) => number;
513
+ readonly __wbg_capability_free: (a: number, b: number) => void;
514
+ readonly __wbg_ciphertextstore_free: (a: number, b: number) => void;
515
+ readonly __wbg_delegation_free: (a: number, b: number) => void;
516
+ readonly __wbg_document_free: (a: number, b: number) => void;
517
+ readonly __wbg_group_free: (a: number, b: number) => void;
518
+ readonly __wbg_individual_free: (a: number, b: number) => void;
519
+ readonly __wbg_membership_free: (a: number, b: number) => void;
520
+ readonly capability_can: (a: number) => number;
521
+ readonly capability_proof: (a: number) => number;
522
+ readonly capability_who: (a: number) => number;
523
+ readonly ciphertextstore_newFromWebStorage: (a: any) => number;
524
+ readonly ciphertextstore_newInMemory: () => number;
525
+ readonly delegation_after: (a: number) => number;
526
+ readonly delegation_can: (a: number) => number;
527
+ readonly delegation_delegate: (a: number) => number;
528
+ readonly delegation_proof: (a: number) => number;
529
+ readonly document___wasm_refgen_toDocument: (a: number) => number;
530
+ readonly document_doc_id: (a: number) => number;
531
+ readonly document_toAgent: (a: number) => number;
532
+ readonly document_toMembered: (a: number) => number;
533
+ readonly document_toPeer: (a: number) => number;
534
+ readonly group___wasm_refgen_toGroup: (a: number) => number;
535
+ readonly group_members: (a: number) => any;
536
+ readonly group_toAgent: (a: number) => number;
537
+ readonly group_toMembered: (a: number) => number;
538
+ readonly group_toPeer: (a: number) => number;
539
+ readonly individual_pickPrekey: (a: number, b: number) => any;
540
+ readonly individual_toAgent: (a: number) => number;
541
+ readonly individual_toPeer: (a: number) => number;
542
+ readonly membership_can: (a: number) => number;
543
+ readonly membership_who: (a: number) => number;
544
+ readonly document_id: (a: number) => number;
545
+ readonly group_groupId: (a: number) => number;
546
+ readonly group_id: (a: number) => number;
547
+ readonly individual_id: (a: number) => number;
548
+ readonly individual_individualId: (a: number) => number;
549
+ readonly __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
550
+ readonly __wbg_signedrevocation_free: (a: number, b: number) => void;
551
+ readonly signedcgkaoperation_delegation: (a: number) => number;
552
+ readonly signedcgkaoperation_signature: (a: number) => [number, number];
553
+ readonly signedcgkaoperation_verify: (a: number) => number;
554
+ readonly signedcgkaoperation_verifyingKey: (a: number) => [number, number];
555
+ readonly signedrevocation_delegation: (a: number) => number;
556
+ readonly signedrevocation_signature: (a: number) => [number, number];
557
+ readonly signedrevocation_verify: (a: number) => number;
558
+ readonly signedrevocation_verifyingKey: (a: number) => [number, number];
512
559
  readonly __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
513
560
  readonly __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
514
561
  readonly __wbg_cgkaoperation_free: (a: number, b: number) => void;
@@ -571,42 +618,6 @@ export interface InitOutput {
571
618
  readonly stats_revocations: (a: number) => bigint;
572
619
  readonly stats_totalOps: (a: number) => bigint;
573
620
  readonly stats_totalPendingOps: (a: number) => bigint;
574
- readonly __wbg_capability_free: (a: number, b: number) => void;
575
- readonly __wbg_ciphertextstore_free: (a: number, b: number) => void;
576
- readonly __wbg_delegation_free: (a: number, b: number) => void;
577
- readonly __wbg_document_free: (a: number, b: number) => void;
578
- readonly __wbg_group_free: (a: number, b: number) => void;
579
- readonly __wbg_individual_free: (a: number, b: number) => void;
580
- readonly __wbg_membership_free: (a: number, b: number) => void;
581
- readonly capability_can: (a: number) => number;
582
- readonly capability_proof: (a: number) => number;
583
- readonly capability_who: (a: number) => number;
584
- readonly ciphertextstore_newFromWebStorage: (a: any) => number;
585
- readonly ciphertextstore_newInMemory: () => number;
586
- readonly delegation_after: (a: number) => number;
587
- readonly delegation_can: (a: number) => number;
588
- readonly delegation_delegate: (a: number) => number;
589
- readonly delegation_proof: (a: number) => number;
590
- readonly document___wasm_refgen_toDocument: (a: number) => number;
591
- readonly document_doc_id: (a: number) => number;
592
- readonly document_toAgent: (a: number) => number;
593
- readonly document_toMembered: (a: number) => number;
594
- readonly document_toPeer: (a: number) => number;
595
- readonly group___wasm_refgen_toGroup: (a: number) => number;
596
- readonly group_members: (a: number) => any;
597
- readonly group_toAgent: (a: number) => number;
598
- readonly group_toMembered: (a: number) => number;
599
- readonly group_toPeer: (a: number) => number;
600
- readonly individual_pickPrekey: (a: number, b: number) => any;
601
- readonly individual_toAgent: (a: number) => number;
602
- readonly individual_toPeer: (a: number) => number;
603
- readonly membership_can: (a: number) => number;
604
- readonly membership_who: (a: number) => number;
605
- readonly document_id: (a: number) => number;
606
- readonly group_groupId: (a: number) => number;
607
- readonly group_id: (a: number) => number;
608
- readonly individual_id: (a: number) => number;
609
- readonly individual_individualId: (a: number) => number;
610
621
  readonly __wbg_access_free: (a: number, b: number) => void;
611
622
  readonly __wbg_archive_free: (a: number, b: number) => void;
612
623
  readonly __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
@@ -635,17 +646,6 @@ export interface InitOutput {
635
646
  readonly revocation_proof: (a: number) => number;
636
647
  readonly revocation_revoked: (a: number) => number;
637
648
  readonly revocation_subject_id: (a: number) => number;
638
- readonly __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
639
- readonly __wbg_signedrevocation_free: (a: number, b: number) => void;
640
- readonly signedcgkaoperation_delegation: (a: number) => number;
641
- readonly signedcgkaoperation_signature: (a: number) => [number, number];
642
- readonly signedcgkaoperation_verify: (a: number) => number;
643
- readonly signedcgkaoperation_verifyingKey: (a: number) => [number, number];
644
- readonly signedrevocation_delegation: (a: number) => number;
645
- readonly signedrevocation_signature: (a: number) => [number, number];
646
- readonly signedrevocation_verify: (a: number) => number;
647
- readonly signedrevocation_verifyingKey: (a: number) => [number, number];
648
- readonly setPanicHook: () => void;
649
649
  readonly wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069: (a: number, b: number, c: any) => void;
650
650
  readonly wasm_bindgen__closure__destroy__h56c1987c5374a416: (a: number, b: number) => void;
651
651
  readonly wasm_bindgen__convert__closures_____invoke__h0e2a667a85375385: (a: number, b: number, c: any, d: any) => void;
@@ -3304,6 +3304,11 @@ function __wbg_get_imports() {
3304
3304
  const ret = v0;
3305
3305
  return ret;
3306
3306
  };
3307
+ imports.wbg.__wbindgen_cast_4d3bc2b370a03c03 = function(arg0, arg1) {
3308
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 469, function: Function { arguments: [Externref], shim_idx: 470, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3309
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3310
+ return ret;
3311
+ };
3307
3312
  imports.wbg.__wbindgen_cast_6300122139088863 = function(arg0, arg1) {
3308
3313
  var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
3309
3314
  wasm.__wbindgen_free(arg0, arg1 * 4, 4);
@@ -3346,11 +3351,6 @@ function __wbg_get_imports() {
3346
3351
  const ret = v0;
3347
3352
  return ret;
3348
3353
  };
3349
- imports.wbg.__wbindgen_cast_c4bd6c1dc507cff7 = function(arg0, arg1) {
3350
- // Cast intrinsic for `Closure(Closure { dtor_idx: 471, function: Function { arguments: [Externref], shim_idx: 472, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3351
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h56c1987c5374a416, wasm_bindgen__convert__closures_____invoke__hb8b6941fceac7069);
3352
- return ret;
3353
- };
3354
3354
  imports.wbg.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
3355
3355
  // Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
3356
3356
  const ret = getArrayU8FromWasm0(arg0, arg1);
Binary file