@xmtp/wasm-bindings 1.2.5 → 1.2.7
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 +138 -138
- package/dist/bindings_wasm.js +215 -216
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +123 -123
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
@@ -1,32 +1,53 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
8
|
-
export const
|
|
9
|
-
export const
|
|
10
|
-
export const
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
export const
|
|
18
|
-
export const
|
|
19
|
-
export const
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
export const
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
4
|
+
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
5
|
+
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
6
|
+
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
7
|
+
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
8
|
+
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
9
|
+
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
10
|
+
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
11
|
+
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
12
|
+
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
13
|
+
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
14
|
+
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
15
|
+
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
16
|
+
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
17
|
+
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
18
|
+
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
19
|
+
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
20
|
+
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
21
|
+
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
22
|
+
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
23
|
+
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
24
|
+
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
25
|
+
export const __wbg_client_free: (a: number, b: number) => void;
|
|
26
|
+
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
27
|
+
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
28
|
+
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
29
|
+
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
30
|
+
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
31
|
+
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
32
|
+
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
33
|
+
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
34
|
+
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;
|
|
35
|
+
export const client_accountIdentifier: (a: number) => any;
|
|
36
|
+
export const client_inboxId: (a: number) => [number, number];
|
|
37
|
+
export const client_isRegistered: (a: number) => number;
|
|
38
|
+
export const client_installationId: (a: number) => [number, number];
|
|
39
|
+
export const client_installationIdBytes: (a: number) => any;
|
|
40
|
+
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
41
|
+
export const client_sendSyncRequest: (a: number) => any;
|
|
42
|
+
export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
43
|
+
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
44
|
+
export const client_conversations: (a: number) => number;
|
|
45
|
+
export const client_syncPreferences: (a: number) => any;
|
|
46
|
+
export const client_apiStatistics: (a: number) => number;
|
|
47
|
+
export const client_apiIdentityStatistics: (a: number) => number;
|
|
48
|
+
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
49
|
+
export const client_clearAllStatistics: (a: number) => void;
|
|
50
|
+
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
30
51
|
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
31
52
|
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
32
53
|
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
@@ -40,8 +61,6 @@ export const client_getConsentState: (a: number, b: number, c: number, d: number
|
|
|
40
61
|
export const conversation_consentState: (a: number) => [number, number, number];
|
|
41
62
|
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
42
63
|
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
43
|
-
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
44
|
-
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
45
64
|
export const __wbg_get_remoteattachmentinfo_contentDigest: (a: number) => [number, number];
|
|
46
65
|
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
47
66
|
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
@@ -63,7 +82,6 @@ export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
|
63
82
|
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
64
83
|
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
65
84
|
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
66
|
-
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
67
85
|
export const __wbg_get_reaction_action: (a: number) => number;
|
|
68
86
|
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
69
87
|
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
@@ -141,13 +159,11 @@ export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number,
|
|
|
141
159
|
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
142
160
|
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
143
161
|
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;
|
|
162
|
+
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
144
163
|
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
145
164
|
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
146
|
-
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
147
|
-
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
148
165
|
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
149
166
|
export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
|
|
150
|
-
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
151
167
|
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
152
168
|
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
153
169
|
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
@@ -165,6 +181,7 @@ export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
|
165
181
|
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
166
182
|
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
167
183
|
export const createdmoptions_new: (a: number) => number;
|
|
184
|
+
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
168
185
|
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
169
186
|
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
170
187
|
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
@@ -190,6 +207,44 @@ export const conversations_stream: (a: number, b: any, c: number) => [number, nu
|
|
|
190
207
|
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
191
208
|
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
192
209
|
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
210
|
+
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
211
|
+
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
212
|
+
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
213
|
+
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
214
|
+
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
215
|
+
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
216
|
+
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
217
|
+
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
218
|
+
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
219
|
+
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
220
|
+
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
221
|
+
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
222
|
+
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
223
|
+
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
224
|
+
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
225
|
+
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
226
|
+
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
227
|
+
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
228
|
+
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
229
|
+
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
230
|
+
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
231
|
+
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
232
|
+
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
233
|
+
export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
|
|
234
|
+
export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
|
|
235
|
+
export const __wbg_get_apistats_send_group_messages: (a: number) => bigint;
|
|
236
|
+
export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
|
|
237
|
+
export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
|
|
238
|
+
export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
|
|
239
|
+
export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
|
|
240
|
+
export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
|
|
241
|
+
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
242
|
+
export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
|
|
243
|
+
export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
|
|
244
|
+
export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
|
|
245
|
+
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
246
|
+
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
247
|
+
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
193
248
|
export const getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
|
|
194
249
|
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
195
250
|
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
@@ -209,11 +264,10 @@ export const __wbg_get_inboxstate_accountIdentifiers: (a: number) => [number, nu
|
|
|
209
264
|
export const __wbg_set_inboxstate_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
210
265
|
export const inboxstate_new: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => number;
|
|
211
266
|
export const __wbg_keypackagestatus_free: (a: number, b: number) => void;
|
|
267
|
+
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
212
268
|
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
213
269
|
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
214
270
|
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
215
|
-
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
216
|
-
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
217
271
|
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
218
272
|
export const client_inboxState: (a: number, b: number) => any;
|
|
219
273
|
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
@@ -247,6 +301,19 @@ export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
|
247
301
|
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
248
302
|
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
249
303
|
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
304
|
+
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
305
|
+
export const opfs_init_sqlite_opfs: () => any;
|
|
306
|
+
export const opfs_exists: () => number;
|
|
307
|
+
export const opfs_error: () => [number, number];
|
|
308
|
+
export const opfs_wipeFiles: () => any;
|
|
309
|
+
export const opfs_rm: (a: number, b: number) => [number, number, number];
|
|
310
|
+
export const opfs_getFileNames: () => [number, number];
|
|
311
|
+
export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
|
|
312
|
+
export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
|
|
313
|
+
export const opfs_getFileCount: () => number;
|
|
314
|
+
export const opfs_getCapacity: () => number;
|
|
315
|
+
export const opfs_addCapacity: (a: number) => any;
|
|
316
|
+
export const opfs_reduceCapacity: (a: number) => any;
|
|
250
317
|
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
251
318
|
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
252
319
|
export const revokeInstallationsSignatureRequest: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => any;
|
|
@@ -273,119 +340,52 @@ export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint
|
|
|
273
340
|
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
274
341
|
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
275
342
|
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
343
|
+
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
344
|
+
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
276
345
|
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
277
346
|
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
278
347
|
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
279
348
|
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
280
349
|
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
350
|
+
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
351
|
+
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
281
352
|
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
282
353
|
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
283
354
|
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
284
|
-
export const
|
|
355
|
+
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
285
356
|
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
357
|
+
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
358
|
+
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
359
|
+
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
360
|
+
export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
|
|
361
|
+
export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
|
|
362
|
+
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
286
363
|
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
287
364
|
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
288
365
|
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
289
|
-
export const
|
|
366
|
+
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
290
367
|
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
368
|
+
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
369
|
+
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
370
|
+
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
371
|
+
export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
|
|
372
|
+
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
373
|
+
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
291
374
|
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
292
375
|
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
376
|
+
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
377
|
+
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
293
378
|
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
294
379
|
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
295
380
|
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
296
381
|
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
297
382
|
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
298
|
-
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
299
|
-
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
300
383
|
export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
|
|
301
|
-
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
302
384
|
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
303
385
|
export const streamcloser_end: (a: number) => void;
|
|
304
386
|
export const streamcloser_endAndWait: (a: number) => any;
|
|
305
387
|
export const streamcloser_waitForReady: (a: number) => any;
|
|
306
388
|
export const streamcloser_isClosed: (a: number) => number;
|
|
307
|
-
export const __wbg_client_free: (a: number, b: number) => void;
|
|
308
|
-
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
309
|
-
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
310
|
-
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
311
|
-
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
312
|
-
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
313
|
-
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
314
|
-
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
315
|
-
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
316
|
-
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;
|
|
317
|
-
export const client_accountIdentifier: (a: number) => any;
|
|
318
|
-
export const client_inboxId: (a: number) => [number, number];
|
|
319
|
-
export const client_isRegistered: (a: number) => number;
|
|
320
|
-
export const client_installationId: (a: number) => [number, number];
|
|
321
|
-
export const client_installationIdBytes: (a: number) => any;
|
|
322
|
-
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
323
|
-
export const client_sendSyncRequest: (a: number) => any;
|
|
324
|
-
export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
325
|
-
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
326
|
-
export const client_conversations: (a: number) => number;
|
|
327
|
-
export const client_syncPreferences: (a: number) => any;
|
|
328
|
-
export const client_apiStatistics: (a: number) => number;
|
|
329
|
-
export const client_apiIdentityStatistics: (a: number) => number;
|
|
330
|
-
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
331
|
-
export const client_clearAllStatistics: (a: number) => void;
|
|
332
|
-
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
333
|
-
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
334
|
-
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
335
|
-
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
336
|
-
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
337
|
-
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
338
|
-
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
339
|
-
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
340
|
-
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
341
|
-
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
342
|
-
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
343
|
-
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
344
|
-
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
345
|
-
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
346
|
-
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
347
|
-
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
348
|
-
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
349
|
-
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
350
|
-
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
351
|
-
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
352
|
-
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
353
|
-
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
354
|
-
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
355
|
-
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
356
|
-
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
357
|
-
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
358
|
-
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
359
|
-
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
360
|
-
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
361
|
-
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
362
|
-
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
363
|
-
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
364
|
-
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
365
|
-
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
366
|
-
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
367
|
-
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
368
|
-
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
369
|
-
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
370
|
-
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
371
|
-
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
372
|
-
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
373
|
-
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
374
|
-
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
375
|
-
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
376
|
-
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
377
|
-
export const opfs_init_sqlite_opfs: () => any;
|
|
378
|
-
export const opfs_exists: () => number;
|
|
379
|
-
export const opfs_error: () => [number, number];
|
|
380
|
-
export const opfs_wipeFiles: () => any;
|
|
381
|
-
export const opfs_rm: (a: number, b: number) => [number, number, number];
|
|
382
|
-
export const opfs_getFileNames: () => [number, number];
|
|
383
|
-
export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
|
|
384
|
-
export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
|
|
385
|
-
export const opfs_getFileCount: () => number;
|
|
386
|
-
export const opfs_getCapacity: () => number;
|
|
387
|
-
export const opfs_addCapacity: (a: number) => any;
|
|
388
|
-
export const opfs_reduceCapacity: (a: number) => any;
|
|
389
389
|
export const rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
390
390
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
391
391
|
export const rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
|
|
@@ -429,7 +429,7 @@ export const __wbindgen_export_7: WebAssembly.Table;
|
|
|
429
429
|
export const __externref_table_dealloc: (a: number) => void;
|
|
430
430
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7e9b1d0be1909a89: (a: number, b: number) => void;
|
|
431
431
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd7b727abd95da937: (a: number, b: number) => void;
|
|
432
|
-
export const
|
|
432
|
+
export const closure4602_externref_shim: (a: number, b: number, c: any) => void;
|
|
433
433
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc6500cfda1685f15: (a: number, b: number) => void;
|
|
434
|
-
export const
|
|
434
|
+
export const closure5560_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
435
435
|
export const __wbindgen_start: () => void;
|
package/dist/version.json
CHANGED