@xmtp/wasm-bindings 1.2.3 → 1.2.4
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/dist/bindings_wasm.d.ts +109 -107
- package/dist/bindings_wasm.js +257 -244
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +87 -86
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
@@ -1,54 +1,6 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const __wbg_client_free: (a: number, b: number) => void;
|
|
5
|
-
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
6
|
-
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
7
|
-
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
8
|
-
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
9
|
-
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
10
|
-
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
11
|
-
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
12
|
-
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
13
|
-
export const createClient: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number) => any;
|
|
14
|
-
export const client_accountIdentifier: (a: number) => any;
|
|
15
|
-
export const client_inboxId: (a: number) => [number, number];
|
|
16
|
-
export const client_isRegistered: (a: number) => number;
|
|
17
|
-
export const client_installationId: (a: number) => [number, number];
|
|
18
|
-
export const client_installationIdBytes: (a: number) => any;
|
|
19
|
-
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
20
|
-
export const client_sendSyncRequest: (a: number) => any;
|
|
21
|
-
export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
22
|
-
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
23
|
-
export const client_conversations: (a: number) => number;
|
|
24
|
-
export const client_syncPreferences: (a: number) => any;
|
|
25
|
-
export const client_apiStatistics: (a: number) => number;
|
|
26
|
-
export const client_apiIdentityStatistics: (a: number) => number;
|
|
27
|
-
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
28
|
-
export const client_clearAllStatistics: (a: number) => void;
|
|
29
|
-
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
30
|
-
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
31
|
-
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
32
|
-
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
33
|
-
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
34
|
-
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
35
|
-
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
36
|
-
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
37
|
-
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
38
|
-
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
39
|
-
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
40
|
-
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
41
|
-
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
42
|
-
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
43
|
-
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
44
|
-
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
45
|
-
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
46
|
-
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
47
|
-
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
48
|
-
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
49
|
-
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
50
|
-
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
51
|
-
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
52
4
|
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
53
5
|
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
54
6
|
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
@@ -67,6 +19,8 @@ export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => vo
|
|
|
67
19
|
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
68
20
|
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
69
21
|
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
22
|
+
export const getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
|
|
23
|
+
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
70
24
|
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
71
25
|
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
72
26
|
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
@@ -75,9 +29,19 @@ export const __wbg_get_identitystats_publish_identity_update: (a: number) => big
|
|
|
75
29
|
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
76
30
|
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
77
31
|
export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
|
|
32
|
+
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
33
|
+
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
34
|
+
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
35
|
+
export const __wbg_get_consent_state: (a: number) => number;
|
|
36
|
+
export const __wbg_set_consent_state: (a: number, b: number) => void;
|
|
37
|
+
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
38
|
+
export const __wbg_set_consent_entity: (a: number, b: number, c: number) => void;
|
|
39
|
+
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
40
|
+
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
41
|
+
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
42
|
+
export const conversation_consentState: (a: number) => [number, number, number];
|
|
43
|
+
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
78
44
|
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
79
|
-
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
80
|
-
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
81
45
|
export const __wbg_get_remoteattachmentinfo_contentDigest: (a: number) => [number, number];
|
|
82
46
|
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
83
47
|
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
@@ -99,7 +63,6 @@ export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
|
99
63
|
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
100
64
|
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
101
65
|
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
102
|
-
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
103
66
|
export const __wbg_get_reaction_action: (a: number) => number;
|
|
104
67
|
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
105
68
|
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
@@ -113,8 +76,6 @@ export const __wbg_groupmetadata_free: (a: number, b: number) => void;
|
|
|
113
76
|
export const groupmetadata_creatorInboxId: (a: number) => [number, number];
|
|
114
77
|
export const groupmetadata_conversationType: (a: number) => [number, number];
|
|
115
78
|
export const __wbg_groupmember_free: (a: number, b: number) => void;
|
|
116
|
-
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
117
|
-
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
118
79
|
export const __wbg_get_groupmember_accountIdentifiers: (a: number) => [number, number];
|
|
119
80
|
export const __wbg_set_groupmember_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
120
81
|
export const __wbg_get_groupmember_installationIds: (a: number) => [number, number];
|
|
@@ -179,13 +140,13 @@ export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number,
|
|
|
179
140
|
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
180
141
|
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
181
142
|
export const listconversationsoptions_new: (a: number, b: number, c: number, d: number, e: bigint, f: number, g: bigint, h: number, i: number, j: bigint) => number;
|
|
143
|
+
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
182
144
|
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
183
145
|
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
184
146
|
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
185
147
|
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
186
148
|
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
187
149
|
export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
|
|
188
|
-
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
189
150
|
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
190
151
|
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
191
152
|
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
@@ -203,6 +164,7 @@ export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
|
203
164
|
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
204
165
|
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
205
166
|
export const createdmoptions_new: (a: number) => number;
|
|
167
|
+
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
206
168
|
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
207
169
|
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
208
170
|
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
@@ -228,6 +190,26 @@ export const conversations_stream: (a: number, b: any, c: number) => [number, nu
|
|
|
228
190
|
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
229
191
|
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
230
192
|
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
193
|
+
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
194
|
+
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
195
|
+
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
196
|
+
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
197
|
+
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
198
|
+
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
199
|
+
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
200
|
+
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
201
|
+
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
202
|
+
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
203
|
+
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
204
|
+
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
205
|
+
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
206
|
+
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
207
|
+
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
208
|
+
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
209
|
+
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
210
|
+
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
211
|
+
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
212
|
+
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
231
213
|
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
232
214
|
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
233
215
|
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
@@ -245,11 +227,13 @@ export const __wbg_get_inboxstate_accountIdentifiers: (a: number) => [number, nu
|
|
|
245
227
|
export const __wbg_set_inboxstate_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
246
228
|
export const inboxstate_new: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => number;
|
|
247
229
|
export const __wbg_keypackagestatus_free: (a: number, b: number) => void;
|
|
230
|
+
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
248
231
|
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
249
232
|
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
250
233
|
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
251
234
|
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
252
235
|
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
236
|
+
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
253
237
|
export const client_inboxState: (a: number, b: number) => any;
|
|
254
238
|
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
255
239
|
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
@@ -282,6 +266,19 @@ export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
|
282
266
|
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
283
267
|
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
284
268
|
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
269
|
+
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
270
|
+
export const opfs_init_sqlite_opfs: () => any;
|
|
271
|
+
export const opfs_exists: () => number;
|
|
272
|
+
export const opfs_error: () => [number, number];
|
|
273
|
+
export const opfs_wipeFiles: () => any;
|
|
274
|
+
export const opfs_rm: (a: number, b: number) => [number, number, number];
|
|
275
|
+
export const opfs_getFileNames: () => [number, number];
|
|
276
|
+
export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
|
|
277
|
+
export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
|
|
278
|
+
export const opfs_getFileCount: () => number;
|
|
279
|
+
export const opfs_getCapacity: () => number;
|
|
280
|
+
export const opfs_addCapacity: (a: number) => any;
|
|
281
|
+
export const opfs_reduceCapacity: (a: number) => any;
|
|
285
282
|
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
286
283
|
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
287
284
|
export const revokeInstallationsSignatureRequest: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => any;
|
|
@@ -306,11 +303,17 @@ export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number,
|
|
|
306
303
|
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
307
304
|
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
308
305
|
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
306
|
+
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
309
307
|
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
308
|
+
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
309
|
+
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
310
310
|
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
311
311
|
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
312
312
|
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
313
|
+
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
313
314
|
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
315
|
+
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
316
|
+
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
314
317
|
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
315
318
|
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
316
319
|
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
@@ -323,47 +326,45 @@ export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
|
323
326
|
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
324
327
|
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
325
328
|
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
329
|
+
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
330
|
+
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
326
331
|
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
327
332
|
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
328
333
|
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
329
334
|
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
330
335
|
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
331
|
-
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
332
|
-
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
333
|
-
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
334
336
|
export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
|
|
335
337
|
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
336
338
|
export const streamcloser_end: (a: number) => void;
|
|
337
339
|
export const streamcloser_endAndWait: (a: number) => any;
|
|
338
340
|
export const streamcloser_waitForReady: (a: number) => any;
|
|
339
341
|
export const streamcloser_isClosed: (a: number) => number;
|
|
340
|
-
export const
|
|
341
|
-
export const
|
|
342
|
-
export const
|
|
343
|
-
export const
|
|
344
|
-
export const
|
|
345
|
-
export const
|
|
346
|
-
export const
|
|
347
|
-
export const
|
|
348
|
-
export const
|
|
349
|
-
export const
|
|
350
|
-
export const
|
|
351
|
-
export const
|
|
352
|
-
export const
|
|
353
|
-
export const
|
|
354
|
-
export const
|
|
355
|
-
export const
|
|
356
|
-
export const
|
|
357
|
-
export const
|
|
358
|
-
export const
|
|
359
|
-
export const
|
|
360
|
-
export const
|
|
361
|
-
export const
|
|
362
|
-
export const
|
|
363
|
-
export const
|
|
364
|
-
export const
|
|
365
|
-
export const
|
|
366
|
-
export const opfs_reduceCapacity: (a: number) => any;
|
|
342
|
+
export const __wbg_client_free: (a: number, b: number) => void;
|
|
343
|
+
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
344
|
+
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
345
|
+
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
346
|
+
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
347
|
+
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
348
|
+
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
349
|
+
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
350
|
+
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
351
|
+
export const createClient: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number) => any;
|
|
352
|
+
export const client_accountIdentifier: (a: number) => any;
|
|
353
|
+
export const client_inboxId: (a: number) => [number, number];
|
|
354
|
+
export const client_isRegistered: (a: number) => number;
|
|
355
|
+
export const client_installationId: (a: number) => [number, number];
|
|
356
|
+
export const client_installationIdBytes: (a: number) => any;
|
|
357
|
+
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
358
|
+
export const client_sendSyncRequest: (a: number) => any;
|
|
359
|
+
export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
360
|
+
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
361
|
+
export const client_conversations: (a: number) => number;
|
|
362
|
+
export const client_syncPreferences: (a: number) => any;
|
|
363
|
+
export const client_apiStatistics: (a: number) => number;
|
|
364
|
+
export const client_apiIdentityStatistics: (a: number) => number;
|
|
365
|
+
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
366
|
+
export const client_clearAllStatistics: (a: number) => void;
|
|
367
|
+
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
367
368
|
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
368
369
|
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
369
370
|
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
@@ -428,7 +429,7 @@ export const __wbindgen_export_7: WebAssembly.Table;
|
|
|
428
429
|
export const __externref_table_dealloc: (a: number) => void;
|
|
429
430
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc094ec3bdf8c16b7: (a: number, b: number) => void;
|
|
430
431
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0eb99f8c2f057fcc: (a: number, b: number) => void;
|
|
431
|
-
export const
|
|
432
|
+
export const closure4617_externref_shim: (a: number, b: number, c: any) => void;
|
|
432
433
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h232599d7dcf89d52: (a: number, b: number) => void;
|
|
433
|
-
export const
|
|
434
|
+
export const closure5593_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
434
435
|
export const __wbindgen_start: () => void;
|
package/dist/version.json
CHANGED