@xmtp/wasm-bindings 1.6.0-dev.3656d63 → 1.6.0-dev.419b6dc
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 +380 -316
- package/dist/bindings_wasm.js +843 -661
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +280 -275
- package/dist/version.json +3 -3
- package/package.json +1 -1
|
@@ -1,159 +1,52 @@
|
|
|
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
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
45
|
-
export const
|
|
46
|
-
export const client_appVersion: (a: number) => [number, number];
|
|
47
|
-
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
48
|
-
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
49
|
-
export const client_sendSyncRequest: (a: number) => any;
|
|
50
|
-
export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
51
|
-
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
52
|
-
export const client_conversations: (a: number) => number;
|
|
53
|
-
export const client_syncPreferences: (a: number) => any;
|
|
54
|
-
export const client_apiStatistics: (a: number) => number;
|
|
55
|
-
export const client_apiIdentityStatistics: (a: number) => number;
|
|
56
|
-
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
57
|
-
export const client_clearAllStatistics: (a: number) => void;
|
|
58
|
-
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
59
|
-
export const client_deleteMessage: (a: number, b: number, c: number) => [number, number, number];
|
|
60
|
-
export const client_messageV2: (a: number, b: number, c: number) => any;
|
|
61
|
-
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
62
|
-
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
63
|
-
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
64
|
-
export const __wbg_get_remoteattachmentinfo_contentDigest: (a: number) => [number, number];
|
|
65
|
-
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
66
|
-
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
67
|
-
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
68
|
-
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
69
|
-
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
70
|
-
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
71
|
-
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
72
|
-
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
73
|
-
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
74
|
-
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
75
|
-
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
76
|
-
export const __wbg_get_remoteattachmentinfo_filename: (a: number) => [number, number];
|
|
77
|
-
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
78
|
-
export const remoteattachmentinfo_new: (a: any, b: number, c: number, d: any, e: number, f: number, g: number, h: number, i: any, j: number, k: number, l: number) => number;
|
|
79
|
-
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
80
|
-
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
81
|
-
export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number, c: number) => void;
|
|
82
|
-
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
83
|
-
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
84
|
-
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
85
|
-
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
86
|
-
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
87
|
-
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
88
|
-
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
89
|
-
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
90
|
-
export const __wbg_get_reaction_action: (a: number) => number;
|
|
91
|
-
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
92
|
-
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
93
|
-
export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
|
|
94
|
-
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
95
|
-
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
96
|
-
export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
97
|
-
export const encodeReaction: (a: number) => [number, number, number];
|
|
98
|
-
export const decodeReaction: (a: any) => [number, number, number];
|
|
99
|
-
export const __wbg_reactionpayload_free: (a: number, b: number) => void;
|
|
100
|
-
export const __wbg_get_reactionpayload_reference: (a: number) => [number, number];
|
|
101
|
-
export const __wbg_get_reactionpayload_referenceInboxId: (a: number) => [number, number];
|
|
102
|
-
export const __wbg_get_reactionpayload_content: (a: number) => [number, number];
|
|
103
|
-
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
104
|
-
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
105
|
-
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
106
|
-
export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
|
|
107
|
-
export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
|
|
108
|
-
export const __wbg_get_apistats_send_group_messages: (a: number) => bigint;
|
|
109
|
-
export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
|
|
110
|
-
export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
|
|
111
|
-
export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
|
|
112
|
-
export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
|
|
113
|
-
export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
|
|
114
|
-
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
115
|
-
export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
|
|
116
|
-
export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
|
|
117
|
-
export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
|
|
118
|
-
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
119
|
-
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
120
|
-
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
121
|
-
export const __wbg_set_reactionpayload_reference: (a: number, b: number, c: number) => void;
|
|
122
|
-
export const __wbg_set_reactionpayload_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
123
|
-
export const __wbg_set_reactionpayload_content: (a: number, b: number, c: number) => void;
|
|
124
|
-
export const __wbg_set_reactionpayload_action: (a: number, b: number) => void;
|
|
125
|
-
export const __wbg_set_reactionpayload_schema: (a: number, b: number) => void;
|
|
126
|
-
export const __wbg_get_reactionpayload_action: (a: number) => number;
|
|
127
|
-
export const __wbg_get_reactionpayload_schema: (a: number) => number;
|
|
128
|
-
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
129
|
-
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
130
|
-
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
131
|
-
export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
|
|
132
|
-
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
133
|
-
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
134
|
-
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
135
|
-
export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
|
|
136
|
-
export const __wbg_groupupdated_free: (a: number, b: number) => void;
|
|
137
|
-
export const __wbg_get_groupupdated_initiatedByInboxId: (a: number) => [number, number];
|
|
138
|
-
export const __wbg_set_groupupdated_initiatedByInboxId: (a: number, b: number, c: number) => void;
|
|
139
|
-
export const __wbg_get_groupupdated_addedInboxes: (a: number) => [number, number];
|
|
140
|
-
export const __wbg_set_groupupdated_addedInboxes: (a: number, b: number, c: number) => void;
|
|
141
|
-
export const __wbg_get_groupupdated_removedInboxes: (a: number) => [number, number];
|
|
142
|
-
export const __wbg_set_groupupdated_removedInboxes: (a: number, b: number, c: number) => void;
|
|
143
|
-
export const __wbg_get_groupupdated_metadataFieldChanges: (a: number) => [number, number];
|
|
144
|
-
export const __wbg_set_groupupdated_metadataFieldChanges: (a: number, b: number, c: number) => void;
|
|
145
|
-
export const __wbg_inbox_free: (a: number, b: number) => void;
|
|
146
|
-
export const __wbg_get_inbox_inboxId: (a: number) => [number, number];
|
|
147
|
-
export const __wbg_metadatafieldchange_free: (a: number, b: number) => void;
|
|
148
|
-
export const __wbg_get_metadatafieldchange_fieldName: (a: number) => [number, number];
|
|
149
|
-
export const __wbg_get_metadatafieldchange_oldValue: (a: number) => [number, number];
|
|
150
|
-
export const __wbg_set_metadatafieldchange_oldValue: (a: number, b: number, c: number) => void;
|
|
151
|
-
export const __wbg_get_metadatafieldchange_newValue: (a: number) => [number, number];
|
|
152
|
-
export const __wbg_set_metadatafieldchange_newValue: (a: number, b: number, c: number) => void;
|
|
4
|
+
export const __wbg_decodedmessagecontent_free: (a: number, b: number) => void;
|
|
5
|
+
export const decodedmessagecontent_payloadType: (a: number) => number;
|
|
6
|
+
export const decodedmessagecontent_asText: (a: number) => number;
|
|
7
|
+
export const decodedmessagecontent_asReply: (a: number) => number;
|
|
8
|
+
export const decodedmessagecontent_asReaction: (a: number) => number;
|
|
9
|
+
export const decodedmessagecontent_asAttachment: (a: number) => number;
|
|
10
|
+
export const decodedmessagecontent_asRemoteAttachment: (a: number) => number;
|
|
11
|
+
export const decodedmessagecontent_asMultiRemoteAttachment: (a: number) => number;
|
|
12
|
+
export const decodedmessagecontent_asTransactionReference: (a: number) => number;
|
|
13
|
+
export const decodedmessagecontent_asGroupUpdated: (a: number) => number;
|
|
14
|
+
export const decodedmessagecontent_asReadReceipt: (a: number) => number;
|
|
15
|
+
export const decodedmessagecontent_asWalletSendCalls: (a: number) => [number, number, number];
|
|
16
|
+
export const decodedmessagecontent_asCustom: (a: number) => number;
|
|
17
|
+
export const __wbg_enrichedreply_free: (a: number, b: number) => void;
|
|
18
|
+
export const enrichedreply_referenceId: (a: number) => [number, number];
|
|
19
|
+
export const enrichedreply_content: (a: number) => number;
|
|
20
|
+
export const enrichedreply_inReplyTo: (a: number) => number;
|
|
21
|
+
export const __wbg_decodedmessage_free: (a: number, b: number) => void;
|
|
22
|
+
export const __wbg_get_decodedmessage_id: (a: number) => [number, number];
|
|
23
|
+
export const __wbg_set_decodedmessage_id: (a: number, b: number, c: number) => void;
|
|
24
|
+
export const __wbg_get_decodedmessage_sent_at_ns: (a: number) => bigint;
|
|
25
|
+
export const __wbg_set_decodedmessage_sent_at_ns: (a: number, b: bigint) => void;
|
|
26
|
+
export const __wbg_get_decodedmessage_kind: (a: number) => number;
|
|
27
|
+
export const __wbg_set_decodedmessage_kind: (a: number, b: number) => void;
|
|
28
|
+
export const __wbg_get_decodedmessage_sender_installation_id: (a: number) => [number, number];
|
|
29
|
+
export const __wbg_set_decodedmessage_sender_installation_id: (a: number, b: number, c: number) => void;
|
|
30
|
+
export const __wbg_get_decodedmessage_sender_inbox_id: (a: number) => [number, number];
|
|
31
|
+
export const __wbg_set_decodedmessage_sender_inbox_id: (a: number, b: number, c: number) => void;
|
|
32
|
+
export const __wbg_get_decodedmessage_content_type: (a: number) => number;
|
|
33
|
+
export const __wbg_set_decodedmessage_content_type: (a: number, b: number) => void;
|
|
34
|
+
export const __wbg_get_decodedmessage_conversation_id: (a: number) => [number, number];
|
|
35
|
+
export const __wbg_set_decodedmessage_conversation_id: (a: number, b: number, c: number) => void;
|
|
36
|
+
export const __wbg_get_decodedmessage_content: (a: number) => number;
|
|
37
|
+
export const __wbg_set_decodedmessage_content: (a: number, b: number) => void;
|
|
38
|
+
export const __wbg_get_decodedmessage_fallback_text: (a: number) => [number, number];
|
|
39
|
+
export const __wbg_set_decodedmessage_fallback_text: (a: number, b: number, c: number) => void;
|
|
40
|
+
export const __wbg_get_decodedmessage_reactions: (a: number) => [number, number];
|
|
41
|
+
export const __wbg_set_decodedmessage_reactions: (a: number, b: number, c: number) => void;
|
|
42
|
+
export const __wbg_get_decodedmessage_delivery_status: (a: number) => number;
|
|
43
|
+
export const __wbg_set_decodedmessage_delivery_status: (a: number, b: number) => void;
|
|
44
|
+
export const __wbg_get_decodedmessage_num_replies: (a: number) => bigint;
|
|
45
|
+
export const __wbg_set_decodedmessage_num_replies: (a: number, b: bigint) => void;
|
|
153
46
|
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
154
47
|
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
155
|
-
export const revokeInstallationsSignatureRequest: (a: number, b: number, c:
|
|
156
|
-
export const applySignatureRequest: (a: number, b: number, c: number) => any;
|
|
48
|
+
export const revokeInstallationsSignatureRequest: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number) => [number, number, number];
|
|
49
|
+
export const applySignatureRequest: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
157
50
|
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
158
51
|
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
159
52
|
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
@@ -169,76 +62,42 @@ export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
|
169
62
|
export const client_registerIdentity: (a: number, b: number) => any;
|
|
170
63
|
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
171
64
|
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
172
|
-
export const __wbg_set_inbox_inboxId: (a: number, b: number, c: number) => void;
|
|
173
|
-
export const __wbg_set_metadatafieldchange_fieldName: (a: number, b: number, c: number) => void;
|
|
174
65
|
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
175
66
|
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
176
67
|
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
177
68
|
export const __wbg_get_consent_state: (a: number) => number;
|
|
178
69
|
export const __wbg_set_consent_state: (a: number, b: number) => void;
|
|
179
70
|
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
71
|
+
export const __wbg_set_consent_entity: (a: number, b: number, c: number) => void;
|
|
180
72
|
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
181
73
|
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
182
74
|
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
183
75
|
export const conversation_consentState: (a: number) => [number, number, number];
|
|
184
76
|
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
185
|
-
export const
|
|
186
|
-
export const
|
|
187
|
-
export const
|
|
188
|
-
export const
|
|
189
|
-
export const
|
|
190
|
-
export const
|
|
191
|
-
export const
|
|
192
|
-
export const
|
|
193
|
-
export const
|
|
194
|
-
export const
|
|
195
|
-
export const
|
|
196
|
-
export const
|
|
197
|
-
export const
|
|
198
|
-
export const
|
|
199
|
-
export const
|
|
200
|
-
export const
|
|
201
|
-
export const
|
|
202
|
-
export const
|
|
203
|
-
export const
|
|
204
|
-
export const
|
|
205
|
-
export const
|
|
206
|
-
export const
|
|
207
|
-
export const
|
|
208
|
-
export const
|
|
209
|
-
export const __wbg_get_remoteattachment_secret: (a: number) => [number, number];
|
|
210
|
-
export const __wbg_set_remoteattachment_secret: (a: number, b: number, c: number) => void;
|
|
211
|
-
export const __wbg_get_remoteattachment_salt: (a: number) => [number, number];
|
|
212
|
-
export const __wbg_set_remoteattachment_salt: (a: number, b: number, c: number) => void;
|
|
213
|
-
export const __wbg_get_remoteattachment_nonce: (a: number) => [number, number];
|
|
214
|
-
export const __wbg_set_remoteattachment_nonce: (a: number, b: number, c: number) => void;
|
|
215
|
-
export const __wbg_get_remoteattachment_scheme: (a: number) => [number, number];
|
|
216
|
-
export const __wbg_get_remoteattachment_filename: (a: number) => [number, number];
|
|
217
|
-
export const __wbg_set_remoteattachment_filename: (a: number, b: number, c: number) => void;
|
|
218
|
-
export const __wbg_enrichedreply_free: (a: number, b: number) => void;
|
|
219
|
-
export const enrichedreply_referenceId: (a: number) => [number, number];
|
|
220
|
-
export const enrichedreply_content: (a: number) => number;
|
|
221
|
-
export const enrichedreply_inReplyTo: (a: number) => number;
|
|
222
|
-
export const __wbg_textcontent_free: (a: number, b: number) => void;
|
|
223
|
-
export const __wbg_get_textcontent_content: (a: number) => [number, number];
|
|
224
|
-
export const __wbg_transactionreference_free: (a: number, b: number) => void;
|
|
225
|
-
export const __wbg_get_transactionreference_namespace: (a: number) => [number, number];
|
|
226
|
-
export const __wbg_set_transactionreference_namespace: (a: number, b: number, c: number) => void;
|
|
227
|
-
export const __wbg_get_transactionreference_networkId: (a: number) => [number, number];
|
|
228
|
-
export const __wbg_set_transactionreference_networkId: (a: number, b: number, c: number) => void;
|
|
229
|
-
export const __wbg_get_transactionreference_reference: (a: number) => [number, number];
|
|
230
|
-
export const __wbg_set_transactionreference_reference: (a: number, b: number, c: number) => void;
|
|
231
|
-
export const __wbg_get_transactionreference_metadata: (a: number) => number;
|
|
232
|
-
export const __wbg_set_transactionreference_metadata: (a: number, b: number) => void;
|
|
233
|
-
export const __wbg_transactionmetadata_free: (a: number, b: number) => void;
|
|
234
|
-
export const __wbg_get_transactionmetadata_transactionType: (a: number) => [number, number];
|
|
235
|
-
export const __wbg_get_transactionmetadata_currency: (a: number) => [number, number];
|
|
236
|
-
export const __wbg_get_transactionmetadata_amount: (a: number) => number;
|
|
237
|
-
export const __wbg_set_transactionmetadata_amount: (a: number, b: number) => void;
|
|
238
|
-
export const __wbg_get_transactionmetadata_decimals: (a: number) => number;
|
|
239
|
-
export const __wbg_set_transactionmetadata_decimals: (a: number, b: number) => void;
|
|
240
|
-
export const __wbg_get_transactionmetadata_fromAddress: (a: number) => [number, number];
|
|
241
|
-
export const __wbg_get_transactionmetadata_toAddress: (a: number) => [number, number];
|
|
77
|
+
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
78
|
+
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
79
|
+
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
80
|
+
export const __wbg_get_remoteattachmentinfo_contentDigest: (a: number) => [number, number];
|
|
81
|
+
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
82
|
+
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
83
|
+
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
84
|
+
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
85
|
+
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
86
|
+
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
87
|
+
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
88
|
+
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
89
|
+
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
90
|
+
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
91
|
+
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
92
|
+
export const __wbg_get_remoteattachmentinfo_filename: (a: number) => [number, number];
|
|
93
|
+
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
94
|
+
export const remoteattachmentinfo_new: (a: any, b: number, c: number, d: any, e: number, f: number, g: number, h: number, i: any, j: number, k: number, l: number) => number;
|
|
95
|
+
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
96
|
+
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
97
|
+
export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number, c: number) => void;
|
|
98
|
+
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
99
|
+
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
100
|
+
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
242
101
|
export const __wbg_sendmessageopts_free: (a: number, b: number) => void;
|
|
243
102
|
export const __wbg_get_sendmessageopts_shouldPush: (a: number) => number;
|
|
244
103
|
export const __wbg_set_sendmessageopts_shouldPush: (a: number, b: number) => void;
|
|
@@ -302,6 +161,87 @@ export const conversation_getDebugInfo: (a: number) => any;
|
|
|
302
161
|
export const conversation_findDuplicateDms: (a: number) => any;
|
|
303
162
|
export const conversation_findMessagesV2: (a: number, b: number) => any;
|
|
304
163
|
export const conversation_getLastReadTimes: (a: number) => any;
|
|
164
|
+
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
165
|
+
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
166
|
+
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
167
|
+
export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
|
|
168
|
+
export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
|
|
169
|
+
export const __wbg_get_apistats_send_group_messages: (a: number) => bigint;
|
|
170
|
+
export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
|
|
171
|
+
export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
|
|
172
|
+
export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
|
|
173
|
+
export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
|
|
174
|
+
export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
|
|
175
|
+
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
176
|
+
export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
|
|
177
|
+
export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
|
|
178
|
+
export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
|
|
179
|
+
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
180
|
+
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
181
|
+
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
182
|
+
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
183
|
+
export const opfs_init_sqlite_opfs: () => any;
|
|
184
|
+
export const opfs_exists: () => number;
|
|
185
|
+
export const opfs_error: () => [number, number];
|
|
186
|
+
export const opfs_wipeFiles: () => any;
|
|
187
|
+
export const opfs_rm: (a: number, b: number) => [number, number, number];
|
|
188
|
+
export const opfs_getFileNames: () => [number, number];
|
|
189
|
+
export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
|
|
190
|
+
export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
|
|
191
|
+
export const opfs_getFileCount: () => number;
|
|
192
|
+
export const opfs_getCapacity: () => number;
|
|
193
|
+
export const opfs_addCapacity: (a: number) => any;
|
|
194
|
+
export const opfs_reduceCapacity: (a: number) => any;
|
|
195
|
+
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
196
|
+
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
197
|
+
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
198
|
+
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
199
|
+
export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
|
|
200
|
+
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
201
|
+
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
202
|
+
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
203
|
+
export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
|
|
204
|
+
export const __wbg_attachment_free: (a: number, b: number) => void;
|
|
205
|
+
export const __wbg_get_attachment_filename: (a: number) => [number, number];
|
|
206
|
+
export const __wbg_set_attachment_filename: (a: number, b: number, c: number) => void;
|
|
207
|
+
export const __wbg_get_attachment_mimeType: (a: number) => [number, number];
|
|
208
|
+
export const __wbg_set_attachment_mimeType: (a: number, b: number, c: number) => void;
|
|
209
|
+
export const __wbg_get_attachment_content: (a: number) => [number, number];
|
|
210
|
+
export const __wbg_set_attachment_content: (a: number, b: number, c: number) => void;
|
|
211
|
+
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
212
|
+
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
213
|
+
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
214
|
+
export const __wbg_get_reaction_action: (a: number) => number;
|
|
215
|
+
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
216
|
+
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
217
|
+
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
218
|
+
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
219
|
+
export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
220
|
+
export const encodeReaction: (a: number) => [number, number, number];
|
|
221
|
+
export const decodeReaction: (a: any) => [number, number, number];
|
|
222
|
+
export const __wbg_reactionpayload_free: (a: number, b: number) => void;
|
|
223
|
+
export const __wbg_get_reactionpayload_reference: (a: number) => [number, number];
|
|
224
|
+
export const __wbg_get_reactionpayload_referenceInboxId: (a: number) => [number, number];
|
|
225
|
+
export const __wbg_get_reactionpayload_content: (a: number) => [number, number];
|
|
226
|
+
export const __wbg_transactionreference_free: (a: number, b: number) => void;
|
|
227
|
+
export const __wbg_get_transactionreference_namespace: (a: number) => [number, number];
|
|
228
|
+
export const __wbg_set_transactionreference_namespace: (a: number, b: number, c: number) => void;
|
|
229
|
+
export const __wbg_get_transactionreference_networkId: (a: number) => [number, number];
|
|
230
|
+
export const __wbg_set_transactionreference_networkId: (a: number, b: number, c: number) => void;
|
|
231
|
+
export const __wbg_get_transactionreference_reference: (a: number) => [number, number];
|
|
232
|
+
export const __wbg_set_transactionreference_reference: (a: number, b: number, c: number) => void;
|
|
233
|
+
export const __wbg_get_transactionreference_metadata: (a: number) => number;
|
|
234
|
+
export const __wbg_set_transactionreference_metadata: (a: number, b: number) => void;
|
|
235
|
+
export const __wbg_transactionmetadata_free: (a: number, b: number) => void;
|
|
236
|
+
export const __wbg_get_transactionmetadata_transactionType: (a: number) => [number, number];
|
|
237
|
+
export const __wbg_get_transactionmetadata_currency: (a: number) => [number, number];
|
|
238
|
+
export const __wbg_get_transactionmetadata_amount: (a: number) => number;
|
|
239
|
+
export const __wbg_set_transactionmetadata_amount: (a: number, b: number) => void;
|
|
240
|
+
export const __wbg_get_transactionmetadata_decimals: (a: number) => number;
|
|
241
|
+
export const __wbg_set_transactionmetadata_decimals: (a: number, b: number) => void;
|
|
242
|
+
export const __wbg_get_transactionmetadata_fromAddress: (a: number) => [number, number];
|
|
243
|
+
export const __wbg_get_transactionmetadata_toAddress: (a: number) => [number, number];
|
|
244
|
+
export const __wbg_set_transactionmetadata_toAddress: (a: number, b: number, c: number) => void;
|
|
305
245
|
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
306
246
|
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
307
247
|
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
@@ -316,6 +256,9 @@ export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c:
|
|
|
316
256
|
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;
|
|
317
257
|
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
318
258
|
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
259
|
+
export const __wbg_xmtpcursor_free: (a: number, b: number) => void;
|
|
260
|
+
export const __wbg_get_xmtpcursor_originator_id: (a: number) => number;
|
|
261
|
+
export const __wbg_set_xmtpcursor_originator_id: (a: number, b: number) => void;
|
|
319
262
|
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
320
263
|
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
321
264
|
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
@@ -329,8 +272,8 @@ export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [num
|
|
|
329
272
|
export const __wbg_set_conversationdebuginfo_localCommitLog: (a: number, b: number, c: number) => void;
|
|
330
273
|
export const __wbg_get_conversationdebuginfo_remoteCommitLog: (a: number) => [number, number];
|
|
331
274
|
export const __wbg_set_conversationdebuginfo_remoteCommitLog: (a: number, b: number, c: number) => void;
|
|
332
|
-
export const __wbg_get_conversationdebuginfo_cursor: (a: number) =>
|
|
333
|
-
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b:
|
|
275
|
+
export const __wbg_get_conversationdebuginfo_cursor: (a: number) => [number, number];
|
|
276
|
+
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: number, c: number) => void;
|
|
334
277
|
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
335
278
|
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
336
279
|
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
@@ -349,7 +292,6 @@ export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number,
|
|
|
349
292
|
export const createdmoptions_new: (a: number) => number;
|
|
350
293
|
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
351
294
|
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
352
|
-
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
353
295
|
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
354
296
|
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
355
297
|
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
@@ -396,37 +338,13 @@ export const __wbg_set_encodedcontent_compression: (a: number, b: number) => voi
|
|
|
396
338
|
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
397
339
|
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
398
340
|
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
399
|
-
export const
|
|
400
|
-
export const __wbg_get_decodedmessage_id: (a: number) => [number, number];
|
|
401
|
-
export const __wbg_set_decodedmessage_id: (a: number, b: number, c: number) => void;
|
|
402
|
-
export const __wbg_get_decodedmessage_sent_at_ns: (a: number) => bigint;
|
|
403
|
-
export const __wbg_set_decodedmessage_sent_at_ns: (a: number, b: bigint) => void;
|
|
404
|
-
export const __wbg_get_decodedmessage_kind: (a: number) => number;
|
|
405
|
-
export const __wbg_set_decodedmessage_kind: (a: number, b: number) => void;
|
|
406
|
-
export const __wbg_get_decodedmessage_sender_installation_id: (a: number) => [number, number];
|
|
407
|
-
export const __wbg_set_decodedmessage_sender_installation_id: (a: number, b: number, c: number) => void;
|
|
408
|
-
export const __wbg_get_decodedmessage_sender_inbox_id: (a: number) => [number, number];
|
|
409
|
-
export const __wbg_set_decodedmessage_sender_inbox_id: (a: number, b: number, c: number) => void;
|
|
410
|
-
export const __wbg_get_decodedmessage_content_type: (a: number) => number;
|
|
411
|
-
export const __wbg_set_decodedmessage_content_type: (a: number, b: number) => void;
|
|
412
|
-
export const __wbg_get_decodedmessage_conversation_id: (a: number) => [number, number];
|
|
413
|
-
export const __wbg_set_decodedmessage_conversation_id: (a: number, b: number, c: number) => void;
|
|
414
|
-
export const __wbg_get_decodedmessage_content: (a: number) => number;
|
|
415
|
-
export const __wbg_set_decodedmessage_content: (a: number, b: number) => void;
|
|
416
|
-
export const __wbg_get_decodedmessage_fallback_text: (a: number) => [number, number];
|
|
417
|
-
export const __wbg_set_decodedmessage_fallback_text: (a: number, b: number, c: number) => void;
|
|
418
|
-
export const __wbg_get_decodedmessage_reactions: (a: number) => [number, number];
|
|
419
|
-
export const __wbg_set_decodedmessage_reactions: (a: number, b: number, c: number) => void;
|
|
420
|
-
export const __wbg_get_decodedmessage_delivery_status: (a: number) => number;
|
|
421
|
-
export const __wbg_set_decodedmessage_delivery_status: (a: number, b: number) => void;
|
|
422
|
-
export const __wbg_get_decodedmessage_num_replies: (a: number) => bigint;
|
|
423
|
-
export const __wbg_set_decodedmessage_num_replies: (a: number, b: bigint) => void;
|
|
424
|
-
export const getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
|
|
341
|
+
export const getInboxIdForIdentifier: (a: number, b: number, c: number, d: number, e: any) => any;
|
|
425
342
|
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
426
343
|
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
427
344
|
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
428
345
|
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
429
346
|
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
347
|
+
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
430
348
|
export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, bigint];
|
|
431
349
|
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
432
350
|
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
@@ -444,7 +362,9 @@ export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
|
444
362
|
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
445
363
|
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
446
364
|
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
447
|
-
export const
|
|
365
|
+
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
366
|
+
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
367
|
+
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
448
368
|
export const client_inboxState: (a: number, b: number) => any;
|
|
449
369
|
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
450
370
|
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
@@ -481,57 +401,142 @@ export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
|
481
401
|
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
482
402
|
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
483
403
|
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
484
|
-
export const
|
|
485
|
-
export const
|
|
486
|
-
export const
|
|
487
|
-
export const
|
|
488
|
-
export const
|
|
489
|
-
export const
|
|
490
|
-
export const
|
|
491
|
-
export const
|
|
492
|
-
export const
|
|
493
|
-
export const
|
|
494
|
-
export const
|
|
495
|
-
export const
|
|
496
|
-
export const
|
|
404
|
+
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
405
|
+
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
406
|
+
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
407
|
+
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
408
|
+
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
409
|
+
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
410
|
+
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
411
|
+
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
412
|
+
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
413
|
+
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
414
|
+
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
415
|
+
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
416
|
+
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
417
|
+
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
418
|
+
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
419
|
+
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
420
|
+
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
421
|
+
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
422
|
+
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
423
|
+
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
424
|
+
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
425
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
426
|
+
export const streamcloser_end: (a: number) => void;
|
|
427
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
428
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
429
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
497
430
|
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
498
|
-
export const
|
|
499
|
-
export const
|
|
500
|
-
export const
|
|
431
|
+
export const __wbg_get_reactionpayload_action: (a: number) => number;
|
|
432
|
+
export const __wbg_get_reactionpayload_schema: (a: number) => number;
|
|
433
|
+
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
434
|
+
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
435
|
+
export const __wbg_set_reactionpayload_reference: (a: number, b: number, c: number) => void;
|
|
436
|
+
export const __wbg_set_reactionpayload_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
437
|
+
export const __wbg_set_reactionpayload_content: (a: number, b: number, c: number) => void;
|
|
501
438
|
export const __wbg_set_transactionmetadata_currency: (a: number, b: number, c: number) => void;
|
|
439
|
+
export const __wbg_set_transactionmetadata_transactionType: (a: number, b: number, c: number) => void;
|
|
440
|
+
export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
|
|
502
441
|
export const __wbg_set_transactionmetadata_fromAddress: (a: number, b: number, c: number) => void;
|
|
503
|
-
export const
|
|
504
|
-
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
505
|
-
export const __wbg_set_remoteattachment_url: (a: number, b: number, c: number) => void;
|
|
442
|
+
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
506
443
|
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
507
444
|
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
508
|
-
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
509
445
|
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
510
|
-
export const
|
|
511
|
-
export const __wbg_set_remoteattachment_contentLength: (a: number, b: bigint) => void;
|
|
446
|
+
export const __wbg_set_xmtpcursor_sequence_id: (a: number, b: bigint) => void;
|
|
512
447
|
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
513
|
-
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
514
448
|
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
515
449
|
export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
|
|
516
|
-
export const
|
|
450
|
+
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
517
451
|
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
518
452
|
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
519
453
|
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
520
454
|
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
521
455
|
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
522
456
|
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
523
|
-
export const
|
|
457
|
+
export const __wbg_set_reactionpayload_action: (a: number, b: number) => void;
|
|
458
|
+
export const __wbg_set_reactionpayload_schema: (a: number, b: number) => void;
|
|
459
|
+
export const __wbg_get_xmtpcursor_sequence_id: (a: number) => bigint;
|
|
524
460
|
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
525
|
-
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
526
461
|
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
527
462
|
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
528
|
-
export const
|
|
463
|
+
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
529
464
|
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
530
465
|
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
531
466
|
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
532
467
|
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
533
468
|
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
534
469
|
export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
|
|
470
|
+
export const __wbg_readreceipt_free: (a: number, b: number) => void;
|
|
471
|
+
export const __wbg_client_free: (a: number, b: number) => void;
|
|
472
|
+
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
473
|
+
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
474
|
+
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
475
|
+
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
476
|
+
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
477
|
+
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
478
|
+
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
479
|
+
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
480
|
+
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, q: number, r: number) => any;
|
|
481
|
+
export const client_accountIdentifier: (a: number) => any;
|
|
482
|
+
export const client_inboxId: (a: number) => [number, number];
|
|
483
|
+
export const client_isRegistered: (a: number) => number;
|
|
484
|
+
export const client_installationId: (a: number) => [number, number];
|
|
485
|
+
export const client_installationIdBytes: (a: number) => any;
|
|
486
|
+
export const client_appVersion: (a: number) => [number, number];
|
|
487
|
+
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
488
|
+
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
489
|
+
export const client_sendSyncRequest: (a: number) => any;
|
|
490
|
+
export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
491
|
+
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
492
|
+
export const client_conversations: (a: number) => number;
|
|
493
|
+
export const client_syncPreferences: (a: number) => any;
|
|
494
|
+
export const client_apiStatistics: (a: number) => number;
|
|
495
|
+
export const client_apiIdentityStatistics: (a: number) => number;
|
|
496
|
+
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
497
|
+
export const client_clearAllStatistics: (a: number) => void;
|
|
498
|
+
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
499
|
+
export const client_deleteMessage: (a: number, b: number, c: number) => [number, number, number];
|
|
500
|
+
export const client_messageV2: (a: number, b: number, c: number) => any;
|
|
501
|
+
export const __wbg_groupupdated_free: (a: number, b: number) => void;
|
|
502
|
+
export const __wbg_get_groupupdated_initiatedByInboxId: (a: number) => [number, number];
|
|
503
|
+
export const __wbg_set_groupupdated_initiatedByInboxId: (a: number, b: number, c: number) => void;
|
|
504
|
+
export const __wbg_get_groupupdated_addedInboxes: (a: number) => [number, number];
|
|
505
|
+
export const __wbg_set_groupupdated_addedInboxes: (a: number, b: number, c: number) => void;
|
|
506
|
+
export const __wbg_get_groupupdated_removedInboxes: (a: number) => [number, number];
|
|
507
|
+
export const __wbg_set_groupupdated_removedInboxes: (a: number, b: number, c: number) => void;
|
|
508
|
+
export const __wbg_get_groupupdated_metadataFieldChanges: (a: number) => [number, number];
|
|
509
|
+
export const __wbg_set_groupupdated_metadataFieldChanges: (a: number, b: number, c: number) => void;
|
|
510
|
+
export const __wbg_inbox_free: (a: number, b: number) => void;
|
|
511
|
+
export const __wbg_get_inbox_inboxId: (a: number) => [number, number];
|
|
512
|
+
export const __wbg_metadatafieldchange_free: (a: number, b: number) => void;
|
|
513
|
+
export const __wbg_get_metadatafieldchange_fieldName: (a: number) => [number, number];
|
|
514
|
+
export const __wbg_get_metadatafieldchange_oldValue: (a: number) => [number, number];
|
|
515
|
+
export const __wbg_set_metadatafieldchange_oldValue: (a: number, b: number, c: number) => void;
|
|
516
|
+
export const __wbg_get_metadatafieldchange_newValue: (a: number) => [number, number];
|
|
517
|
+
export const __wbg_set_metadatafieldchange_newValue: (a: number, b: number, c: number) => void;
|
|
518
|
+
export const __wbg_remoteattachment_free: (a: number, b: number) => void;
|
|
519
|
+
export const __wbg_get_remoteattachment_url: (a: number) => [number, number];
|
|
520
|
+
export const __wbg_set_remoteattachment_url: (a: number, b: number, c: number) => void;
|
|
521
|
+
export const __wbg_get_remoteattachment_contentDigest: (a: number) => [number, number];
|
|
522
|
+
export const __wbg_set_remoteattachment_contentDigest: (a: number, b: number, c: number) => void;
|
|
523
|
+
export const __wbg_get_remoteattachment_secret: (a: number) => [number, number];
|
|
524
|
+
export const __wbg_set_remoteattachment_secret: (a: number, b: number, c: number) => void;
|
|
525
|
+
export const __wbg_get_remoteattachment_salt: (a: number) => [number, number];
|
|
526
|
+
export const __wbg_set_remoteattachment_salt: (a: number, b: number, c: number) => void;
|
|
527
|
+
export const __wbg_get_remoteattachment_nonce: (a: number) => [number, number];
|
|
528
|
+
export const __wbg_set_remoteattachment_nonce: (a: number, b: number, c: number) => void;
|
|
529
|
+
export const __wbg_get_remoteattachment_scheme: (a: number) => [number, number];
|
|
530
|
+
export const __wbg_set_remoteattachment_scheme: (a: number, b: number, c: number) => void;
|
|
531
|
+
export const __wbg_get_remoteattachment_contentLength: (a: number) => bigint;
|
|
532
|
+
export const __wbg_set_remoteattachment_contentLength: (a: number, b: bigint) => void;
|
|
533
|
+
export const __wbg_get_remoteattachment_filename: (a: number) => [number, number];
|
|
534
|
+
export const __wbg_set_remoteattachment_filename: (a: number, b: number, c: number) => void;
|
|
535
|
+
export const __wbg_get_textcontent_content: (a: number) => [number, number];
|
|
536
|
+
export const __wbg_set_inbox_inboxId: (a: number, b: number, c: number) => void;
|
|
537
|
+
export const __wbg_set_metadatafieldchange_fieldName: (a: number, b: number, c: number) => void;
|
|
538
|
+
export const __wbg_set_textcontent_content: (a: number, b: number, c: number) => void;
|
|
539
|
+
export const __wbg_textcontent_free: (a: number, b: number) => void;
|
|
535
540
|
export const rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
536
541
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
537
542
|
export const rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
|
|
@@ -551,15 +556,15 @@ export const rust_sqlite_wasm_shim_free: (a: number) => void;
|
|
|
551
556
|
export const rust_sqlite_wasm_shim_realloc: (a: number, b: number) => number;
|
|
552
557
|
export const rust_sqlite_wasm_shim_calloc: (a: number, b: number) => number;
|
|
553
558
|
export const sqlite3_os_init: () => number;
|
|
554
|
-
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
555
|
-
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
556
|
-
export const intounderlyingsource_cancel: (a: number) => void;
|
|
557
559
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
558
560
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
559
561
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
560
562
|
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
561
563
|
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
562
564
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
565
|
+
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
566
|
+
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
567
|
+
export const intounderlyingsource_cancel: (a: number) => void;
|
|
563
568
|
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
564
569
|
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
565
570
|
export const intounderlyingsink_close: (a: number) => any;
|
|
@@ -574,9 +579,9 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
574
579
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
575
580
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
576
581
|
export const __externref_table_dealloc: (a: number) => void;
|
|
577
|
-
export const
|
|
578
|
-
export const
|
|
579
|
-
export const
|
|
580
|
-
export const
|
|
581
|
-
export const
|
|
582
|
+
export const wasm_bindgen__convert__closures_____invoke__ha8342c4eebc28ece: (a: number, b: number) => void;
|
|
583
|
+
export const wasm_bindgen__convert__closures_____invoke__h4b9132d070774788: (a: number, b: number) => void;
|
|
584
|
+
export const wasm_bindgen__convert__closures_____invoke__h6553f0a100c562a9: (a: number, b: number) => void;
|
|
585
|
+
export const closure6979_externref_shim: (a: number, b: number, c: any) => void;
|
|
586
|
+
export const closure7944_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
582
587
|
export const __wbindgen_start: () => void;
|