@xmtp/wasm-bindings 1.3.3 → 1.3.5

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.
Binary file
@@ -1,6 +1,34 @@
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, n: number, o: number, p: 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_appVersion: (a: number) => [number, number];
20
+ export const client_libxmtpVersion: (a: number) => [number, number];
21
+ export const client_canMessage: (a: number, b: number, c: number) => any;
22
+ export const client_sendSyncRequest: (a: number) => any;
23
+ export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
24
+ export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
25
+ export const client_conversations: (a: number) => number;
26
+ export const client_syncPreferences: (a: number) => any;
27
+ export const client_apiStatistics: (a: number) => number;
28
+ export const client_apiIdentityStatistics: (a: number) => number;
29
+ export const client_apiAggregateStatistics: (a: number) => [number, number];
30
+ export const client_clearAllStatistics: (a: number) => void;
31
+ export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
4
32
  export const __wbg_consent_free: (a: number, b: number) => void;
5
33
  export const __wbg_get_consent_entityType: (a: number) => number;
6
34
  export const __wbg_set_consent_entityType: (a: number, b: number) => void;
@@ -13,6 +41,16 @@ export const client_setConsentStates: (a: number, b: number, c: number) => any;
13
41
  export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
14
42
  export const conversation_consentState: (a: number) => [number, number, number];
15
43
  export const conversation_updateConsentState: (a: number, b: number) => [number, number];
44
+ export const __wbg_reaction_free: (a: number, b: number) => void;
45
+ export const __wbg_get_reaction_action: (a: number) => number;
46
+ export const __wbg_set_reaction_action: (a: number, b: number) => void;
47
+ export const __wbg_get_reaction_content: (a: number) => [number, number];
48
+ export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
49
+ export const __wbg_get_reaction_schema: (a: number) => number;
50
+ export const __wbg_set_reaction_schema: (a: number, b: number) => void;
51
+ export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
52
+ export const encodeReaction: (a: number) => [number, number, number];
53
+ export const decodeReaction: (a: any) => [number, number, number];
16
54
  export const __wbg_groupmetadata_free: (a: number, b: number) => void;
17
55
  export const groupmetadata_creatorInboxId: (a: number) => [number, number];
18
56
  export const groupmetadata_conversationType: (a: number) => [number, number];
@@ -83,16 +121,12 @@ export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c:
83
121
  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;
84
122
  export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
85
123
  export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
86
- export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
87
- export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
88
124
  export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
89
125
  export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
90
126
  export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
91
127
  export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
92
128
  export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
93
129
  export const __wbg_set_conversationdebuginfo_localCommitLog: (a: number, b: number, c: number) => void;
94
- export const __wbg_get_conversationdebuginfo_cursor: (a: number) => bigint;
95
- export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: bigint) => void;
96
130
  export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
97
131
  export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
98
132
  export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
@@ -156,8 +190,24 @@ export const __wbg_set_encodedcontent_compression: (a: number, b: number) => voi
156
190
  export const __wbg_get_encodedcontent_content: (a: number) => any;
157
191
  export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
158
192
  export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
159
- export const getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
160
- export const generateInboxId: (a: any) => [number, number, number, number];
193
+ export const __wbg_apistats_free: (a: number, b: number) => void;
194
+ export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
195
+ export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
196
+ export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
197
+ export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
198
+ export const __wbg_get_apistats_send_group_messages: (a: number) => bigint;
199
+ export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
200
+ export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
201
+ export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
202
+ export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
203
+ export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
204
+ export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
205
+ export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
206
+ export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
207
+ export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
208
+ export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
209
+ export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
210
+ export const __wbg_identitystats_free: (a: number, b: number) => void;
161
211
  export const __wbg_installation_free: (a: number, b: number) => void;
162
212
  export const __wbg_get_installation_bytes: (a: number) => any;
163
213
  export const __wbg_set_installation_bytes: (a: number, b: any) => void;
@@ -250,23 +300,39 @@ export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [
250
300
  export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
251
301
  export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
252
302
  export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
303
+ export const __wbg_get_reaction_reference: (a: number) => [number, number];
253
304
  export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
254
305
  export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
306
+ export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
255
307
  export const __wbg_get_installation_id: (a: number) => [number, number];
256
308
  export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
309
+ export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
257
310
  export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
258
311
  export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
312
+ export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
259
313
  export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
260
314
  export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
261
315
  export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
262
316
  export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
263
317
  export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
318
+ export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
319
+ export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: bigint) => void;
320
+ export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
321
+ export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
322
+ export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
323
+ export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
264
324
  export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
265
325
  export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
266
326
  export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
267
327
  export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
268
328
  export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
269
329
  export const __wbg_get_hmackey_epoch: (a: number) => bigint;
330
+ export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
331
+ export const __wbg_get_conversationdebuginfo_cursor: (a: number) => bigint;
332
+ export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
333
+ export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
334
+ export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
335
+ export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
270
336
  export const __wbg_get_lifetime_not_before: (a: number) => bigint;
271
337
  export const __wbg_get_lifetime_not_after: (a: number) => bigint;
272
338
  export const __wbg_get_message_sentAtNs: (a: number) => bigint;
@@ -277,34 +343,8 @@ export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c
277
343
  export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
278
344
  export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
279
345
  export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
280
- export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
281
346
  export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
282
- export const __wbg_client_free: (a: number, b: number) => void;
283
- export const __wbg_logoptions_free: (a: number, b: number) => void;
284
- export const __wbg_get_logoptions_structured: (a: number) => number;
285
- export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
286
- export const __wbg_get_logoptions_performance: (a: number) => number;
287
- export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
288
- export const __wbg_get_logoptions_level: (a: number) => number;
289
- export const __wbg_set_logoptions_level: (a: number, b: number) => void;
290
- export const logoptions_new: (a: number, b: number, c: number) => number;
291
- 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, n: number) => any;
292
- export const client_accountIdentifier: (a: number) => any;
293
- export const client_inboxId: (a: number) => [number, number];
294
- export const client_isRegistered: (a: number) => number;
295
- export const client_installationId: (a: number) => [number, number];
296
- export const client_installationIdBytes: (a: number) => any;
297
- export const client_canMessage: (a: number, b: number, c: number) => any;
298
- export const client_sendSyncRequest: (a: number) => any;
299
- export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
300
- export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
301
- export const client_conversations: (a: number) => number;
302
- export const client_syncPreferences: (a: number) => any;
303
- export const client_apiStatistics: (a: number) => number;
304
- export const client_apiIdentityStatistics: (a: number) => number;
305
- export const client_apiAggregateStatistics: (a: number) => [number, number];
306
- export const client_clearAllStatistics: (a: number) => void;
307
- export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
347
+ export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
308
348
  export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
309
349
  export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
310
350
  export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
@@ -329,38 +369,8 @@ export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number,
329
369
  export const multiremoteattachment_new: (a: number, b: number) => number;
330
370
  export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
331
371
  export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
332
- export const __wbg_reaction_free: (a: number, b: number) => void;
333
- export const __wbg_get_reaction_reference: (a: number) => [number, number];
334
- export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
335
- export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
336
- export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
337
- export const __wbg_get_reaction_action: (a: number) => number;
338
- export const __wbg_set_reaction_action: (a: number, b: number) => void;
339
- export const __wbg_get_reaction_content: (a: number) => [number, number];
340
- export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
341
- export const __wbg_get_reaction_schema: (a: number) => number;
342
- export const __wbg_set_reaction_schema: (a: number, b: number) => void;
343
- export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
344
- export const encodeReaction: (a: number) => [number, number, number];
345
- export const decodeReaction: (a: any) => [number, number, number];
346
- export const __wbg_apistats_free: (a: number, b: number) => void;
347
- export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
348
- export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
349
- export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
350
- export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
351
- export const __wbg_get_apistats_send_group_messages: (a: number) => bigint;
352
- export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
353
- export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
354
- export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
355
- export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
356
- export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
357
- export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
358
- export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
359
- export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
360
- export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
361
- export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
362
- export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
363
- export const __wbg_identitystats_free: (a: number, b: number) => void;
372
+ export const getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
373
+ export const generateInboxId: (a: any) => [number, number, number, number];
364
374
  export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
365
375
  export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
366
376
  export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
@@ -382,14 +392,6 @@ export const permissionpolicyset_new: (a: number, b: number, c: number, d: numbe
382
392
  export const __wbg_grouppermissions_free: (a: number, b: number) => void;
383
393
  export const grouppermissions_policyType: (a: number) => [number, number, number];
384
394
  export const grouppermissions_policySet: (a: number) => [number, number, number];
385
- export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
386
- export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
387
- export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
388
- export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
389
- export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
390
- export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
391
- export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
392
- export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
393
395
  export const rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
394
396
  export const rust_zstd_wasm_shim_malloc: (a: number) => number;
395
397
  export const rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
@@ -432,8 +434,8 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
432
434
  export const __externref_drop_slice: (a: number, b: number) => void;
433
435
  export const __wbindgen_export_7: WebAssembly.Table;
434
436
  export const __externref_table_dealloc: (a: number) => void;
435
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h42782d8d6f6b94ef: (a: number, b: number) => void;
436
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h912129f7a2cf8b7b: (a: number, b: number) => void;
437
- export const closure5046_externref_shim: (a: number, b: number, c: any) => void;
438
- export const closure5989_externref_shim: (a: number, b: number, c: any, d: any) => void;
437
+ export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h469745bf9f974f96: (a: number, b: number) => void;
438
+ export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc5db0b12f1fa1c9f: (a: number, b: number) => void;
439
+ export const closure4980_externref_shim: (a: number, b: number, c: any) => void;
440
+ export const closure5924_externref_shim: (a: number, b: number, c: any, d: any) => void;
439
441
  export const __wbindgen_start: () => void;
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "release/v1.3",
3
- "version": "9532653",
4
- "date": "2025-07-25 23:19:55 +0000"
2
+ "branch": "release/v1.3.5",
3
+ "version": "e0f1a77",
4
+ "date": "2025-08-05 18:42:16 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/wasm-bindings",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "WASM bindings for the libXMTP rust library",