@keyhive/keyhive 0.0.0-alpha.44 → 0.0.0-alpha.45
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.js +20 -21
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg/keyhive_wasm_bg.wasm.d.ts +41 -41
- package/pkg-node/keyhive_wasm.js +20 -21
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm_bg.wasm.d.ts +41 -41
- package/pkg-slim/keyhive_wasm.d.ts +41 -41
- package/pkg-slim/keyhive_wasm.js +19 -20
- 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 +41 -41
|
@@ -38,20 +38,30 @@ export const signedrevocation_signature: (a: number) => [number, number];
|
|
|
38
38
|
export const signedrevocation_verify: (a: number) => number;
|
|
39
39
|
export const signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
40
40
|
export const contactcard_individualId: (a: number) => number;
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
45
|
-
export const
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
48
|
-
export const
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
51
|
-
export const
|
|
52
|
-
export const
|
|
53
|
-
export const
|
|
54
|
-
export const
|
|
41
|
+
export const setPanicHook: () => void;
|
|
42
|
+
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
43
|
+
export const capability_can: (a: number) => number;
|
|
44
|
+
export const capability_proof: (a: number) => number;
|
|
45
|
+
export const capability_who: (a: number) => number;
|
|
46
|
+
export const __wbg_changeid_free: (a: number, b: number) => void;
|
|
47
|
+
export const __wbg_history_free: (a: number, b: number) => void;
|
|
48
|
+
export const __wbg_invocation_free: (a: number, b: number) => void;
|
|
49
|
+
export const __wbg_membered_free: (a: number, b: number) => void;
|
|
50
|
+
export const __wbg_revocation_free: (a: number, b: number) => void;
|
|
51
|
+
export const __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
52
|
+
export const __wbg_summary_free: (a: number, b: number) => void;
|
|
53
|
+
export const changeid___wasm_refgen_toChangeId: (a: number) => number;
|
|
54
|
+
export const changeid_bytes: (a: number) => [number, number];
|
|
55
|
+
export const changeid_new: (a: number, b: number) => number;
|
|
56
|
+
export const history_contentRefs: (a: number) => [number, number];
|
|
57
|
+
export const history_delegations: (a: number) => [number, number];
|
|
58
|
+
export const history_revocations: (a: number) => [number, number];
|
|
59
|
+
export const revocation_after: (a: number) => number;
|
|
60
|
+
export const revocation_proof: (a: number) => number;
|
|
61
|
+
export const revocation_revoked: (a: number) => number;
|
|
62
|
+
export const revocation_subject_id: (a: number) => number;
|
|
63
|
+
export const summary_access: (a: number) => number;
|
|
64
|
+
export const summary_doc: (a: number) => number;
|
|
55
65
|
export const __wbg_keyhive_free: (a: number, b: number) => void;
|
|
56
66
|
export const keyhive_accessForDoc: (a: number, b: number, c: number) => any;
|
|
57
67
|
export const keyhive_addMember: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
@@ -84,6 +94,20 @@ export const keyhive_tryEncrypt: (a: number, b: number, c: number, d: number, e:
|
|
|
84
94
|
export const keyhive_tryEncryptArchive: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
|
|
85
95
|
export const keyhive_trySign: (a: number, b: number, c: number) => any;
|
|
86
96
|
export const keyhive_whoami: (a: number) => number;
|
|
97
|
+
export const __wbg_access_free: (a: number, b: number) => void;
|
|
98
|
+
export const __wbg_archive_free: (a: number, b: number) => void;
|
|
99
|
+
export const __wbg_event_free: (a: number, b: number) => void;
|
|
100
|
+
export const access_toString: (a: number) => [number, number];
|
|
101
|
+
export const access_tryFromString: (a: number, b: number) => number;
|
|
102
|
+
export const archive_toBytes: (a: number) => [number, number, number, number];
|
|
103
|
+
export const archive_tryToKeyhive: (a: number, b: number, c: number, d: any) => any;
|
|
104
|
+
export const archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
105
|
+
export const event_isDelegated: (a: number) => number;
|
|
106
|
+
export const event_isRevoked: (a: number) => number;
|
|
107
|
+
export const event_toBytes: (a: number) => [number, number, number, number];
|
|
108
|
+
export const event_tryIntoSignedDelegation: (a: number) => number;
|
|
109
|
+
export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
110
|
+
export const event_variant: (a: number) => [number, number];
|
|
87
111
|
export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
88
112
|
export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
|
|
89
113
|
export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
@@ -137,26 +161,6 @@ export const stats_groups: (a: number) => bigint;
|
|
|
137
161
|
export const stats_individuals: (a: number) => bigint;
|
|
138
162
|
export const stats_revocations: (a: number) => bigint;
|
|
139
163
|
export const encrypted_toBytes: (a: number) => [number, number];
|
|
140
|
-
export const setPanicHook: () => void;
|
|
141
|
-
export const __wbg_changeid_free: (a: number, b: number) => void;
|
|
142
|
-
export const __wbg_history_free: (a: number, b: number) => void;
|
|
143
|
-
export const __wbg_invocation_free: (a: number, b: number) => void;
|
|
144
|
-
export const __wbg_membered_free: (a: number, b: number) => void;
|
|
145
|
-
export const __wbg_revocation_free: (a: number, b: number) => void;
|
|
146
|
-
export const __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
147
|
-
export const __wbg_summary_free: (a: number, b: number) => void;
|
|
148
|
-
export const changeid___wasm_refgen_toChangeId: (a: number) => number;
|
|
149
|
-
export const changeid_bytes: (a: number) => [number, number];
|
|
150
|
-
export const changeid_new: (a: number, b: number) => number;
|
|
151
|
-
export const history_contentRefs: (a: number) => [number, number];
|
|
152
|
-
export const history_delegations: (a: number) => [number, number];
|
|
153
|
-
export const history_revocations: (a: number) => [number, number];
|
|
154
|
-
export const revocation_after: (a: number) => number;
|
|
155
|
-
export const revocation_proof: (a: number) => number;
|
|
156
|
-
export const revocation_revoked: (a: number) => number;
|
|
157
|
-
export const revocation_subject_id: (a: number) => number;
|
|
158
|
-
export const summary_access: (a: number) => number;
|
|
159
|
-
export const summary_doc: (a: number) => number;
|
|
160
164
|
export const __wbg_delegation_free: (a: number, b: number) => void;
|
|
161
165
|
export const __wbg_document_free: (a: number, b: number) => void;
|
|
162
166
|
export const __wbg_group_free: (a: number, b: number) => void;
|
|
@@ -192,13 +196,9 @@ export const signeddelegation_delegation: (a: number) => number;
|
|
|
192
196
|
export const signeddelegation_signature: (a: number) => [number, number];
|
|
193
197
|
export const signeddelegation_verify: (a: number) => number;
|
|
194
198
|
export const signeddelegation_verifyingKey: (a: number) => [number, number];
|
|
195
|
-
export const
|
|
196
|
-
export const
|
|
197
|
-
export const
|
|
198
|
-
export const capability_who: (a: number) => number;
|
|
199
|
-
export const wasm_bindgen__convert__closures_____invoke__h7f888ae473d7b77e: (a: number, b: number, c: any) => void;
|
|
200
|
-
export const wasm_bindgen__closure__destroy__haffc2f8a6add1279: (a: number, b: number) => void;
|
|
201
|
-
export const wasm_bindgen__convert__closures_____invoke__h326fdb3bcde44ceb: (a: number, b: number, c: any, d: any) => void;
|
|
199
|
+
export const wasm_bindgen__convert__closures_____invoke__h0df73e580b12a696: (a: number, b: number, c: any) => void;
|
|
200
|
+
export const wasm_bindgen__closure__destroy__h5b88280100d48bc0: (a: number, b: number) => void;
|
|
201
|
+
export const wasm_bindgen__convert__closures_____invoke__h98c29a8e83383ba7: (a: number, b: number, c: any, d: any) => void;
|
|
202
202
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
203
203
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
204
204
|
export const __wbindgen_exn_store: (a: number) => void;
|