@xmtp/wasm-bindings 1.6.2 → 1.6.6-dev.ce60f3f
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 +386 -343
- package/dist/bindings_wasm.js +573 -301
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +341 -317
- package/package.json +1 -1
|
@@ -1,15 +1,8 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const __wbg_authhandle_free: (a: number, b: number) => void;
|
|
5
|
-
export const __wbg_credential_free: (a: number, b: number) => void;
|
|
6
|
-
export const authhandle_id: (a: number) => number;
|
|
7
|
-
export const authhandle_new: () => number;
|
|
8
|
-
export const authhandle_set: (a: number, b: number) => any;
|
|
9
|
-
export const credential_new: (a: number, b: number, c: number, d: number, e: bigint) => number;
|
|
10
4
|
export const __wbg_action_free: (a: number, b: number) => void;
|
|
11
5
|
export const __wbg_actions_free: (a: number, b: number) => void;
|
|
12
|
-
export const __wbg_attachment_free: (a: number, b: number) => void;
|
|
13
6
|
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
14
7
|
export const __wbg_decodedmessage_free: (a: number, b: number) => void;
|
|
15
8
|
export const __wbg_decodedmessagecontent_free: (a: number, b: number) => void;
|
|
@@ -19,11 +12,6 @@ export const __wbg_get_action_id: (a: number) => [number, number];
|
|
|
19
12
|
export const __wbg_get_action_imageUrl: (a: number) => [number, number];
|
|
20
13
|
export const __wbg_get_action_label: (a: number) => [number, number];
|
|
21
14
|
export const __wbg_get_action_style: (a: number) => number;
|
|
22
|
-
export const __wbg_get_actions_description: (a: number) => [number, number];
|
|
23
|
-
export const __wbg_get_actions_id: (a: number) => [number, number];
|
|
24
|
-
export const __wbg_get_attachment_content: (a: number) => [number, number];
|
|
25
|
-
export const __wbg_get_attachment_filename: (a: number) => [number, number];
|
|
26
|
-
export const __wbg_get_attachment_mimeType: (a: number) => [number, number];
|
|
27
15
|
export const __wbg_get_decodedmessage_content: (a: number) => number;
|
|
28
16
|
export const __wbg_get_decodedmessage_content_type: (a: number) => number;
|
|
29
17
|
export const __wbg_get_decodedmessage_conversation_id: (a: number) => [number, number];
|
|
@@ -41,47 +29,18 @@ export const __wbg_get_groupmember_consentState: (a: number) => number;
|
|
|
41
29
|
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
42
30
|
export const __wbg_get_groupmember_installationIds: (a: number) => [number, number];
|
|
43
31
|
export const __wbg_get_groupmember_permissionLevel: (a: number) => number;
|
|
44
|
-
export const
|
|
45
|
-
export const
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
48
|
-
export const
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
51
|
-
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
52
|
-
export const __wbg_get_inboxstate_recoveryIdentifier: (a: number) => any;
|
|
53
|
-
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
54
|
-
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
55
|
-
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
56
|
-
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
57
|
-
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
58
|
-
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
59
|
-
export const __wbg_get_metadatafieldchange_fieldName: (a: number) => [number, number];
|
|
60
|
-
export const __wbg_get_metadatafieldchange_oldValue: (a: number) => [number, number];
|
|
32
|
+
export const __wbg_get_remoteattachment_contentDigest: (a: number) => [number, number];
|
|
33
|
+
export const __wbg_get_remoteattachment_contentLength: (a: number) => number;
|
|
34
|
+
export const __wbg_get_remoteattachment_filename: (a: number) => [number, number];
|
|
35
|
+
export const __wbg_get_remoteattachment_nonce: (a: number) => [number, number];
|
|
36
|
+
export const __wbg_get_remoteattachment_salt: (a: number) => [number, number];
|
|
37
|
+
export const __wbg_get_remoteattachment_scheme: (a: number) => [number, number];
|
|
38
|
+
export const __wbg_get_remoteattachment_secret: (a: number) => [number, number];
|
|
61
39
|
export const __wbg_get_reply_content: (a: number) => number;
|
|
62
|
-
export const __wbg_get_reply_reference: (a: number) => [number, number];
|
|
63
|
-
export const __wbg_get_reply_referenceInboxId: (a: number) => [number, number];
|
|
64
40
|
export const __wbg_get_sendmessageopts_shouldPush: (a: number) => number;
|
|
65
|
-
export const __wbg_get_transactionmetadata_amount: (a: number) => number;
|
|
66
|
-
export const __wbg_get_transactionmetadata_currency: (a: number) => [number, number];
|
|
67
|
-
export const __wbg_get_transactionmetadata_decimals: (a: number) => number;
|
|
68
|
-
export const __wbg_get_transactionmetadata_fromAddress: (a: number) => [number, number];
|
|
69
|
-
export const __wbg_get_transactionmetadata_toAddress: (a: number) => [number, number];
|
|
70
|
-
export const __wbg_get_transactionmetadata_transactionType: (a: number) => [number, number];
|
|
71
|
-
export const __wbg_get_transactionreference_metadata: (a: number) => number;
|
|
72
|
-
export const __wbg_get_transactionreference_namespace: (a: number) => [number, number];
|
|
73
|
-
export const __wbg_get_transactionreference_networkId: (a: number) => [number, number];
|
|
74
|
-
export const __wbg_get_transactionreference_reference: (a: number) => [number, number];
|
|
75
41
|
export const __wbg_groupmember_free: (a: number, b: number) => void;
|
|
76
42
|
export const __wbg_groupmetadata_free: (a: number, b: number) => void;
|
|
77
|
-
export const
|
|
78
|
-
export const __wbg_inbox_free: (a: number, b: number) => void;
|
|
79
|
-
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
80
|
-
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
81
|
-
export const __wbg_keypackagestatus_free: (a: number, b: number) => void;
|
|
82
|
-
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
83
|
-
export const __wbg_metadatafieldchange_free: (a: number, b: number) => void;
|
|
84
|
-
export const __wbg_readreceipt_free: (a: number, b: number) => void;
|
|
43
|
+
export const __wbg_remoteattachment_free: (a: number, b: number) => void;
|
|
85
44
|
export const __wbg_reply_free: (a: number, b: number) => void;
|
|
86
45
|
export const __wbg_sendmessageopts_free: (a: number, b: number) => void;
|
|
87
46
|
export const __wbg_set_action_expiresAtNs: (a: number, b: number, c: bigint) => void;
|
|
@@ -89,9 +48,6 @@ export const __wbg_set_action_id: (a: number, b: number, c: number) => void;
|
|
|
89
48
|
export const __wbg_set_action_imageUrl: (a: number, b: number, c: number) => void;
|
|
90
49
|
export const __wbg_set_action_label: (a: number, b: number, c: number) => void;
|
|
91
50
|
export const __wbg_set_action_style: (a: number, b: number) => void;
|
|
92
|
-
export const __wbg_set_attachment_content: (a: number, b: number, c: number) => void;
|
|
93
|
-
export const __wbg_set_attachment_filename: (a: number, b: number, c: number) => void;
|
|
94
|
-
export const __wbg_set_attachment_mimeType: (a: number, b: number, c: number) => void;
|
|
95
51
|
export const __wbg_set_decodedmessage_content: (a: number, b: number) => void;
|
|
96
52
|
export const __wbg_set_decodedmessage_content_type: (a: number, b: number) => void;
|
|
97
53
|
export const __wbg_set_decodedmessage_conversation_id: (a: number, b: number, c: number) => void;
|
|
@@ -106,44 +62,23 @@ export const __wbg_set_decodedmessage_sender_installation_id: (a: number, b: num
|
|
|
106
62
|
export const __wbg_set_decodedmessage_sent_at_ns: (a: number, b: bigint) => void;
|
|
107
63
|
export const __wbg_set_groupmember_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
108
64
|
export const __wbg_set_groupmember_consentState: (a: number, b: number) => void;
|
|
65
|
+
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
109
66
|
export const __wbg_set_groupmember_installationIds: (a: number, b: number, c: number) => void;
|
|
110
67
|
export const __wbg_set_groupmember_permissionLevel: (a: number, b: number) => void;
|
|
111
|
-
export const
|
|
112
|
-
export const
|
|
113
|
-
export const
|
|
114
|
-
export const
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
117
|
-
export const
|
|
118
|
-
export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
|
|
119
|
-
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
120
|
-
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
121
|
-
export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
|
|
122
|
-
export const __wbg_set_metadatafieldchange_oldValue: (a: number, b: number, c: number) => void;
|
|
68
|
+
export const __wbg_set_remoteattachment_contentDigest: (a: number, b: number, c: number) => void;
|
|
69
|
+
export const __wbg_set_remoteattachment_contentLength: (a: number, b: number) => void;
|
|
70
|
+
export const __wbg_set_remoteattachment_filename: (a: number, b: number, c: number) => void;
|
|
71
|
+
export const __wbg_set_remoteattachment_nonce: (a: number, b: number, c: number) => void;
|
|
72
|
+
export const __wbg_set_remoteattachment_salt: (a: number, b: number, c: number) => void;
|
|
73
|
+
export const __wbg_set_remoteattachment_scheme: (a: number, b: number, c: number) => void;
|
|
74
|
+
export const __wbg_set_remoteattachment_secret: (a: number, b: number, c: number) => void;
|
|
123
75
|
export const __wbg_set_reply_content: (a: number, b: number) => void;
|
|
124
|
-
export const __wbg_set_reply_reference: (a: number, b: number, c: number) => void;
|
|
125
|
-
export const __wbg_set_reply_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
126
76
|
export const __wbg_set_sendmessageopts_shouldPush: (a: number, b: number) => void;
|
|
127
|
-
export const __wbg_set_transactionmetadata_amount: (a: number, b: number) => void;
|
|
128
|
-
export const __wbg_set_transactionmetadata_currency: (a: number, b: number, c: number) => void;
|
|
129
|
-
export const __wbg_set_transactionmetadata_decimals: (a: number, b: number) => void;
|
|
130
|
-
export const __wbg_set_transactionmetadata_fromAddress: (a: number, b: number, c: number) => void;
|
|
131
|
-
export const __wbg_set_transactionmetadata_toAddress: (a: number, b: number, c: number) => void;
|
|
132
|
-
export const __wbg_set_transactionmetadata_transactionType: (a: number, b: number, c: number) => void;
|
|
133
|
-
export const __wbg_set_transactionreference_metadata: (a: number, b: number) => void;
|
|
134
|
-
export const __wbg_set_transactionreference_namespace: (a: number, b: number, c: number) => void;
|
|
135
|
-
export const __wbg_set_transactionreference_networkId: (a: number, b: number, c: number) => void;
|
|
136
|
-
export const __wbg_set_transactionreference_reference: (a: number, b: number, c: number) => void;
|
|
137
|
-
export const __wbg_transactionmetadata_free: (a: number, b: number) => void;
|
|
138
|
-
export const __wbg_transactionreference_free: (a: number, b: number) => void;
|
|
139
77
|
export const action_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: bigint) => number;
|
|
140
78
|
export const actions_addAction: (a: number, b: number) => void;
|
|
141
79
|
export const actions_getActions: (a: number) => [number, number];
|
|
142
80
|
export const actions_new: (a: number, b: number, c: number, d: number, e: number, f: bigint) => number;
|
|
143
81
|
export const actions_setActions: (a: number, b: number, c: number) => void;
|
|
144
|
-
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
145
|
-
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
146
|
-
export const client_inboxState: (a: number, b: number) => any;
|
|
147
82
|
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
148
83
|
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
149
84
|
export const conversation_addMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
@@ -172,6 +107,7 @@ export const conversation_isAdmin: (a: number, b: number, c: number) => [number,
|
|
|
172
107
|
export const conversation_isMessageDisappearingEnabled: (a: number) => [number, number, number];
|
|
173
108
|
export const conversation_isSuperAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
174
109
|
export const conversation_listMembers: (a: number) => any;
|
|
110
|
+
export const conversation_membershipState: (a: number) => [number, number, number];
|
|
175
111
|
export const conversation_messageDisappearingSettings: (a: number) => [number, number, number];
|
|
176
112
|
export const conversation_pausedForVersion: (a: number) => [number, number, number, number];
|
|
177
113
|
export const conversation_publishMessages: (a: number) => any;
|
|
@@ -192,6 +128,7 @@ export const conversation_updateGroupName: (a: number, b: number, c: number) =>
|
|
|
192
128
|
export const conversation_updateMessageDisappearingSettings: (a: number, b: number) => any;
|
|
193
129
|
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
194
130
|
export const decodeActions: (a: any) => [number, number, number];
|
|
131
|
+
export const decodeRemoteAttachment: (a: any) => [number, number, number];
|
|
195
132
|
export const decodeReply: (a: any) => [number, number, number];
|
|
196
133
|
export const decodedmessagecontent_asActions: (a: number) => [number, number, number];
|
|
197
134
|
export const decodedmessagecontent_asAttachment: (a: number) => number;
|
|
@@ -208,121 +145,31 @@ export const decodedmessagecontent_asTransactionReference: (a: number) => number
|
|
|
208
145
|
export const decodedmessagecontent_asWalletSendCalls: (a: number) => [number, number, number];
|
|
209
146
|
export const decodedmessagecontent_payloadType: (a: number) => number;
|
|
210
147
|
export const encodeActions: (a: number) => [number, number, number];
|
|
148
|
+
export const encodeRemoteAttachment: (a: number) => [number, number, number];
|
|
211
149
|
export const encodeReply: (a: number) => [number, number, number];
|
|
212
150
|
export const enrichedreply_content: (a: number) => number;
|
|
213
151
|
export const enrichedreply_inReplyTo: (a: number) => number;
|
|
214
152
|
export const enrichedreply_referenceId: (a: number) => [number, number];
|
|
153
|
+
export const generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
154
|
+
export const getInboxIdForIdentifier: (a: number, b: number, c: number, d: number, e: any) => any;
|
|
215
155
|
export const groupmember_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
216
156
|
export const groupmetadata_conversationType: (a: number) => [number, number];
|
|
217
157
|
export const groupmetadata_creatorInboxId: (a: number) => [number, number];
|
|
218
|
-
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
219
|
-
export const inboxstate_new: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => number;
|
|
220
|
-
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
221
158
|
export const reply_new: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
222
159
|
export const sendmessageopts_new: (a: number) => number;
|
|
223
160
|
export const __wbg_set_actions_description: (a: number, b: number, c: number) => void;
|
|
224
161
|
export const __wbg_set_actions_id: (a: number, b: number, c: number) => void;
|
|
225
|
-
export const
|
|
226
|
-
export const
|
|
227
|
-
export const
|
|
228
|
-
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
229
|
-
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
230
|
-
export const __wbg_set_metadatafieldchange_fieldName: (a: number, b: number, c: number) => void;
|
|
231
|
-
export const __wbg_set_metadatafieldchange_newValue: (a: number, b: number, c: number) => void;
|
|
162
|
+
export const __wbg_set_remoteattachment_url: (a: number, b: number, c: number) => void;
|
|
163
|
+
export const __wbg_set_reply_reference: (a: number, b: number, c: number) => void;
|
|
164
|
+
export const __wbg_set_reply_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
232
165
|
export const __wbg_get_actions_expiresAtNs: (a: number) => [number, bigint];
|
|
233
|
-
export const
|
|
234
|
-
export const __wbg_get_metadatafieldchange_newValue: (a: number) => [number, number];
|
|
166
|
+
export const __wbg_get_reply_referenceInboxId: (a: number) => [number, number];
|
|
235
167
|
export const __wbg_set_actions_expiresAtNs: (a: number, b: number, c: bigint) => void;
|
|
236
|
-
export const
|
|
237
|
-
export const
|
|
238
|
-
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
239
|
-
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
240
|
-
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
241
|
-
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
242
|
-
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
243
|
-
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
244
|
-
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
245
|
-
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
246
|
-
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
247
|
-
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
248
|
-
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
249
|
-
export const __wbg_get_remoteattachment_contentDigest: (a: number) => [number, number];
|
|
250
|
-
export const __wbg_get_remoteattachment_contentLength: (a: number) => bigint;
|
|
251
|
-
export const __wbg_get_remoteattachment_filename: (a: number) => [number, number];
|
|
252
|
-
export const __wbg_get_remoteattachment_nonce: (a: number) => [number, number];
|
|
253
|
-
export const __wbg_get_remoteattachment_salt: (a: number) => [number, number];
|
|
254
|
-
export const __wbg_get_remoteattachment_scheme: (a: number) => [number, number];
|
|
255
|
-
export const __wbg_get_remoteattachment_secret: (a: number) => [number, number];
|
|
168
|
+
export const __wbg_get_actions_description: (a: number) => [number, number];
|
|
169
|
+
export const __wbg_get_actions_id: (a: number) => [number, number];
|
|
256
170
|
export const __wbg_get_remoteattachment_url: (a: number) => [number, number];
|
|
257
|
-
export const
|
|
258
|
-
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
259
|
-
export const __wbg_get_remoteattachmentinfo_filename: (a: number) => [number, number];
|
|
260
|
-
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
261
|
-
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
262
|
-
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
263
|
-
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
264
|
-
export const __wbg_get_textcontent_content: (a: number) => [number, number];
|
|
265
|
-
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
266
|
-
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
267
|
-
export const __wbg_remoteattachment_free: (a: number, b: number) => void;
|
|
268
|
-
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
269
|
-
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
270
|
-
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
271
|
-
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
272
|
-
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
273
|
-
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
274
|
-
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
275
|
-
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
276
|
-
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
277
|
-
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
278
|
-
export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number, c: number) => void;
|
|
279
|
-
export const __wbg_set_remoteattachment_contentDigest: (a: number, b: number, c: number) => void;
|
|
280
|
-
export const __wbg_set_remoteattachment_contentLength: (a: number, b: bigint) => void;
|
|
281
|
-
export const __wbg_set_remoteattachment_filename: (a: number, b: number, c: number) => void;
|
|
282
|
-
export const __wbg_set_remoteattachment_nonce: (a: number, b: number, c: number) => void;
|
|
283
|
-
export const __wbg_set_remoteattachment_salt: (a: number, b: number, c: number) => void;
|
|
284
|
-
export const __wbg_set_remoteattachment_scheme: (a: number, b: number, c: number) => void;
|
|
285
|
-
export const __wbg_set_remoteattachment_secret: (a: number, b: number, c: number) => void;
|
|
286
|
-
export const __wbg_set_remoteattachment_url: (a: number, b: number, c: number) => void;
|
|
287
|
-
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
288
|
-
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
289
|
-
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
290
|
-
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
291
|
-
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
292
|
-
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
293
|
-
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
294
|
-
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
295
|
-
export const __wbg_textcontent_free: (a: number, b: number) => void;
|
|
296
|
-
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
297
|
-
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
298
|
-
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
299
|
-
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
300
|
-
export const generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
301
|
-
export const getInboxIdForIdentifier: (a: number, b: number, c: number, d: number, e: any) => any;
|
|
302
|
-
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
303
|
-
export const opfs_addCapacity: (a: number) => any;
|
|
304
|
-
export const opfs_error: () => [number, number];
|
|
305
|
-
export const opfs_exists: () => number;
|
|
306
|
-
export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
|
|
307
|
-
export const opfs_getCapacity: () => number;
|
|
308
|
-
export const opfs_getFileCount: () => number;
|
|
309
|
-
export const opfs_getFileNames: () => [number, number];
|
|
310
|
-
export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
|
|
311
|
-
export const opfs_init_sqlite_opfs: () => any;
|
|
312
|
-
export const opfs_reduceCapacity: (a: number) => any;
|
|
313
|
-
export const opfs_rm: (a: number, b: number) => [number, number, number];
|
|
314
|
-
export const opfs_wipeFiles: () => any;
|
|
315
|
-
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;
|
|
316
|
-
export const streamcloser_end: (a: number) => void;
|
|
317
|
-
export const streamcloser_endAndWait: (a: number) => any;
|
|
318
|
-
export const streamcloser_isClosed: (a: number) => number;
|
|
319
|
-
export const streamcloser_waitForReady: (a: number) => any;
|
|
320
|
-
export const __wbg_set_textcontent_content: (a: number, b: number, c: number) => void;
|
|
321
|
-
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
322
|
-
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
171
|
+
export const __wbg_get_reply_reference: (a: number) => [number, number];
|
|
323
172
|
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
324
|
-
export const __wbg_client_free: (a: number, b: number) => void;
|
|
325
|
-
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
326
173
|
export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
|
|
327
174
|
export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
|
|
328
175
|
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
@@ -331,32 +178,7 @@ export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
|
|
|
331
178
|
export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
|
|
332
179
|
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
333
180
|
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
334
|
-
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
335
|
-
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
336
|
-
export const __wbg_get_consent_state: (a: number) => number;
|
|
337
|
-
export const __wbg_get_groupsyncsummary_numEligible: (a: number) => number;
|
|
338
|
-
export const __wbg_get_groupsyncsummary_numSynced: (a: number) => number;
|
|
339
|
-
export const __wbg_get_intent_actionId: (a: number) => [number, number];
|
|
340
|
-
export const __wbg_get_intent_id: (a: number) => [number, number];
|
|
341
|
-
export const __wbg_get_intent_metadata: (a: number) => any;
|
|
342
|
-
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
343
|
-
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
344
|
-
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
345
|
-
export const __wbg_get_reaction_action: (a: number) => number;
|
|
346
|
-
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
347
|
-
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
348
|
-
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
349
|
-
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
350
|
-
export const __wbg_get_reactionpayload_content: (a: number) => [number, number];
|
|
351
|
-
export const __wbg_get_reactionpayload_reference: (a: number) => [number, number];
|
|
352
|
-
export const __wbg_get_reactionpayload_referenceInboxId: (a: number) => [number, number];
|
|
353
|
-
export const __wbg_groupsyncsummary_free: (a: number, b: number) => void;
|
|
354
181
|
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
355
|
-
export const __wbg_intent_free: (a: number, b: number) => void;
|
|
356
|
-
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
357
|
-
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
358
|
-
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
359
|
-
export const __wbg_reactionpayload_free: (a: number, b: number) => void;
|
|
360
182
|
export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
|
|
361
183
|
export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
|
|
362
184
|
export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
|
|
@@ -365,97 +187,131 @@ export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) =>
|
|
|
365
187
|
export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
|
|
366
188
|
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
367
189
|
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
190
|
+
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
191
|
+
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
192
|
+
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
193
|
+
export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
|
|
194
|
+
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
195
|
+
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
196
|
+
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
197
|
+
export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
|
|
198
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
199
|
+
export const streamcloser_end: (a: number) => void;
|
|
200
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
201
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
202
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
203
|
+
export const __wbg_authhandle_free: (a: number, b: number) => void;
|
|
204
|
+
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
205
|
+
export const __wbg_credential_free: (a: number, b: number) => void;
|
|
206
|
+
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
207
|
+
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
208
|
+
export const __wbg_get_consent_state: (a: number) => number;
|
|
209
|
+
export const __wbg_get_groupupdated_addedAdminInboxes: (a: number) => [number, number];
|
|
210
|
+
export const __wbg_get_groupupdated_addedInboxes: (a: number) => [number, number];
|
|
211
|
+
export const __wbg_get_groupupdated_addedSuperAdminInboxes: (a: number) => [number, number];
|
|
212
|
+
export const __wbg_get_groupupdated_leftInboxes: (a: number) => [number, number];
|
|
213
|
+
export const __wbg_get_groupupdated_metadataFieldChanges: (a: number) => [number, number];
|
|
214
|
+
export const __wbg_get_groupupdated_removedAdminInboxes: (a: number) => [number, number];
|
|
215
|
+
export const __wbg_get_groupupdated_removedInboxes: (a: number) => [number, number];
|
|
216
|
+
export const __wbg_get_groupupdated_removedSuperAdminInboxes: (a: number) => [number, number];
|
|
217
|
+
export const __wbg_get_intent_actionId: (a: number) => [number, number];
|
|
218
|
+
export const __wbg_get_intent_metadata: (a: number) => any;
|
|
219
|
+
export const __wbg_get_metadatafieldchange_newValue: (a: number) => [number, number];
|
|
220
|
+
export const __wbg_get_metadatafieldchange_oldValue: (a: number) => [number, number];
|
|
221
|
+
export const __wbg_groupupdated_free: (a: number, b: number) => void;
|
|
222
|
+
export const __wbg_inbox_free: (a: number, b: number) => void;
|
|
223
|
+
export const __wbg_intent_free: (a: number, b: number) => void;
|
|
224
|
+
export const __wbg_metadatafieldchange_free: (a: number, b: number) => void;
|
|
225
|
+
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
368
226
|
export const __wbg_set_consent_entity: (a: number, b: number, c: number) => void;
|
|
369
227
|
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
370
228
|
export const __wbg_set_consent_state: (a: number, b: number) => void;
|
|
371
|
-
export const
|
|
372
|
-
export const
|
|
229
|
+
export const __wbg_set_groupupdated_addedAdminInboxes: (a: number, b: number, c: number) => void;
|
|
230
|
+
export const __wbg_set_groupupdated_addedInboxes: (a: number, b: number, c: number) => void;
|
|
231
|
+
export const __wbg_set_groupupdated_addedSuperAdminInboxes: (a: number, b: number, c: number) => void;
|
|
232
|
+
export const __wbg_set_groupupdated_leftInboxes: (a: number, b: number, c: number) => void;
|
|
233
|
+
export const __wbg_set_groupupdated_metadataFieldChanges: (a: number, b: number, c: number) => void;
|
|
234
|
+
export const __wbg_set_groupupdated_removedAdminInboxes: (a: number, b: number, c: number) => void;
|
|
235
|
+
export const __wbg_set_groupupdated_removedInboxes: (a: number, b: number, c: number) => void;
|
|
236
|
+
export const __wbg_set_groupupdated_removedSuperAdminInboxes: (a: number, b: number, c: number) => void;
|
|
373
237
|
export const __wbg_set_intent_actionId: (a: number, b: number, c: number) => void;
|
|
374
238
|
export const __wbg_set_intent_metadata: (a: number, b: any) => void;
|
|
375
|
-
export const
|
|
376
|
-
export const
|
|
377
|
-
export const
|
|
378
|
-
export const
|
|
379
|
-
export const
|
|
380
|
-
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
381
|
-
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
382
|
-
export const applySignatureRequest: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
383
|
-
export const client_accountIdentifier: (a: number) => any;
|
|
384
|
-
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
385
|
-
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
386
|
-
export const client_apiIdentityStatistics: (a: number) => number;
|
|
387
|
-
export const client_apiStatistics: (a: number) => number;
|
|
388
|
-
export const client_appVersion: (a: number) => [number, number];
|
|
389
|
-
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
390
|
-
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
391
|
-
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
392
|
-
export const client_clearAllStatistics: (a: number) => void;
|
|
393
|
-
export const client_conversations: (a: number) => number;
|
|
394
|
-
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
395
|
-
export const client_deleteMessage: (a: number, b: number, c: number) => [number, number, number];
|
|
396
|
-
export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
239
|
+
export const __wbg_set_metadatafieldchange_newValue: (a: number, b: number, c: number) => void;
|
|
240
|
+
export const __wbg_set_metadatafieldchange_oldValue: (a: number, b: number, c: number) => void;
|
|
241
|
+
export const authhandle_id: (a: number) => number;
|
|
242
|
+
export const authhandle_new: () => number;
|
|
243
|
+
export const authhandle_set: (a: number, b: number) => any;
|
|
397
244
|
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
398
|
-
export const client_inboxId: (a: number) => [number, number];
|
|
399
|
-
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
400
|
-
export const client_installationId: (a: number) => [number, number];
|
|
401
|
-
export const client_installationIdBytes: (a: number) => any;
|
|
402
|
-
export const client_isRegistered: (a: number) => number;
|
|
403
|
-
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
404
|
-
export const client_messageV2: (a: number, b: number, c: number) => any;
|
|
405
|
-
export const client_registerIdentity: (a: number, b: number) => any;
|
|
406
|
-
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
407
|
-
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
408
|
-
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
409
|
-
export const client_sendSyncRequest: (a: number) => any;
|
|
410
245
|
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
411
|
-
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
412
|
-
export const client_syncPreferences: (a: number) => any;
|
|
413
|
-
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
414
|
-
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
415
246
|
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
416
247
|
export const conversation_consentState: (a: number) => [number, number, number];
|
|
417
248
|
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
418
|
-
export const
|
|
249
|
+
export const credential_new: (a: number, b: number, c: number, d: number, e: bigint) => number;
|
|
250
|
+
export const decodeGroupUpdated: (a: any) => [number, number, number];
|
|
419
251
|
export const decodeIntent: (a: any) => [number, number, number];
|
|
420
|
-
export const decodeReaction: (a: any) => [number, number, number];
|
|
421
252
|
export const encodeIntent: (a: number) => [number, number, number];
|
|
422
|
-
export const encodeReaction: (a: number) => [number, number, number];
|
|
423
|
-
export const groupsyncsummary_new: (a: number, b: number) => number;
|
|
424
253
|
export const intent_new: (a: number, b: number, c: number, d: number, e: any) => number;
|
|
425
|
-
export const
|
|
426
|
-
export const
|
|
427
|
-
export const
|
|
428
|
-
export const
|
|
429
|
-
export const
|
|
430
|
-
export const
|
|
431
|
-
export const
|
|
432
|
-
export const
|
|
254
|
+
export const opfs_addCapacity: (a: number) => any;
|
|
255
|
+
export const opfs_error: () => [number, number];
|
|
256
|
+
export const opfs_exists: () => number;
|
|
257
|
+
export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
|
|
258
|
+
export const opfs_getCapacity: () => number;
|
|
259
|
+
export const opfs_getFileCount: () => number;
|
|
260
|
+
export const opfs_getFileNames: () => [number, number];
|
|
261
|
+
export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
|
|
262
|
+
export const opfs_init_sqlite_opfs: () => any;
|
|
263
|
+
export const opfs_reduceCapacity: (a: number) => any;
|
|
264
|
+
export const opfs_rm: (a: number, b: number) => [number, number, number];
|
|
265
|
+
export const opfs_wipeFiles: () => any;
|
|
266
|
+
export const __wbg_set_groupupdated_initiatedByInboxId: (a: number, b: number, c: number) => void;
|
|
267
|
+
export const __wbg_set_inbox_inboxId: (a: number, b: number, c: number) => void;
|
|
433
268
|
export const __wbg_set_intent_id: (a: number, b: number, c: number) => void;
|
|
434
|
-
export const
|
|
435
|
-
export const
|
|
436
|
-
export const
|
|
437
|
-
export const
|
|
438
|
-
export const
|
|
439
|
-
export const
|
|
440
|
-
export const
|
|
441
|
-
export const
|
|
442
|
-
export const
|
|
443
|
-
export const
|
|
444
|
-
export const
|
|
445
|
-
export const
|
|
446
|
-
export const
|
|
447
|
-
export const
|
|
448
|
-
export const
|
|
449
|
-
export const
|
|
450
|
-
export const
|
|
269
|
+
export const __wbg_set_metadatafieldchange_fieldName: (a: number, b: number, c: number) => void;
|
|
270
|
+
export const __wbg_get_groupupdated_initiatedByInboxId: (a: number) => [number, number];
|
|
271
|
+
export const __wbg_get_inbox_inboxId: (a: number) => [number, number];
|
|
272
|
+
export const __wbg_get_intent_id: (a: number) => [number, number];
|
|
273
|
+
export const __wbg_get_metadatafieldchange_fieldName: (a: number) => [number, number];
|
|
274
|
+
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
275
|
+
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
276
|
+
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
277
|
+
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
278
|
+
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
279
|
+
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
280
|
+
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
281
|
+
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
282
|
+
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
283
|
+
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
284
|
+
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
285
|
+
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
286
|
+
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
287
|
+
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
288
|
+
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
289
|
+
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
290
|
+
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
291
|
+
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
292
|
+
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
293
|
+
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
294
|
+
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
295
|
+
export const __wbg_readreceipt_free: (a: number, b: number) => void;
|
|
296
|
+
export const decodeReadReceipt: (a: any) => [number, number, number];
|
|
297
|
+
export const encodeReadReceipt: (a: number) => [number, number, number];
|
|
298
|
+
export const __wbg_attachment_free: (a: number, b: number) => void;
|
|
299
|
+
export const __wbg_client_free: (a: number, b: number) => void;
|
|
300
|
+
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
451
301
|
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
452
302
|
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
453
303
|
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
454
304
|
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
455
305
|
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
306
|
+
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
307
|
+
export const __wbg_get_attachment_content: (a: number) => [number, number];
|
|
308
|
+
export const __wbg_get_attachment_filename: (a: number) => [number, number];
|
|
309
|
+
export const __wbg_get_attachment_mimeType: (a: number) => [number, number];
|
|
310
|
+
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
311
|
+
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
312
|
+
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
456
313
|
export const __wbg_get_conversationdebuginfo_cursor: (a: number) => [number, number];
|
|
457
314
|
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
458
|
-
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
459
315
|
export const __wbg_get_conversationdebuginfo_isCommitLogForked: (a: number) => number;
|
|
460
316
|
export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
|
|
461
317
|
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
@@ -470,10 +326,24 @@ export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [numb
|
|
|
470
326
|
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
471
327
|
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
472
328
|
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
473
|
-
export const
|
|
329
|
+
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
330
|
+
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
331
|
+
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
332
|
+
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
333
|
+
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
334
|
+
export const __wbg_get_groupsyncsummary_numEligible: (a: number) => number;
|
|
335
|
+
export const __wbg_get_groupsyncsummary_numSynced: (a: number) => number;
|
|
336
|
+
export const __wbg_get_inboxstate_accountIdentifiers: (a: number) => [number, number];
|
|
337
|
+
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
338
|
+
export const __wbg_get_inboxstate_recoveryIdentifier: (a: number) => any;
|
|
339
|
+
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
340
|
+
export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, bigint];
|
|
341
|
+
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
342
|
+
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
343
|
+
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
344
|
+
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
474
345
|
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
475
346
|
export const __wbg_get_listconversationsoptions_conversationType: (a: number) => number;
|
|
476
|
-
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
477
347
|
export const __wbg_get_listconversationsoptions_createdBeforeNs: (a: number) => [number, bigint];
|
|
478
348
|
export const __wbg_get_listconversationsoptions_includeDuplicateDms: (a: number) => number;
|
|
479
349
|
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
@@ -487,32 +357,55 @@ export const __wbg_get_listmessagesoptions_insertedAfterNs: (a: number) => [numb
|
|
|
487
357
|
export const __wbg_get_listmessagesoptions_insertedBeforeNs: (a: number) => [number, bigint];
|
|
488
358
|
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
489
359
|
export const __wbg_get_listmessagesoptions_sortBy: (a: number) => number;
|
|
360
|
+
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
361
|
+
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
362
|
+
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
490
363
|
export const __wbg_get_message_content: (a: number) => number;
|
|
491
364
|
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
492
365
|
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
493
366
|
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
494
367
|
export const __wbg_get_message_kind: (a: number) => number;
|
|
495
368
|
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
496
|
-
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
497
369
|
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
498
370
|
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
499
|
-
export const
|
|
500
|
-
export const
|
|
501
|
-
export const
|
|
502
|
-
export const
|
|
503
|
-
export const
|
|
504
|
-
export const
|
|
505
|
-
export const
|
|
506
|
-
export const
|
|
371
|
+
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
372
|
+
export const __wbg_get_reaction_action: (a: number) => number;
|
|
373
|
+
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
374
|
+
export const __wbg_get_remoteattachmentinfo_contentDigest: (a: number) => [number, number];
|
|
375
|
+
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
376
|
+
export const __wbg_get_remoteattachmentinfo_filename: (a: number) => [number, number];
|
|
377
|
+
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
378
|
+
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
379
|
+
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
380
|
+
export const __wbg_get_transactionmetadata_amount: (a: number) => number;
|
|
381
|
+
export const __wbg_get_transactionmetadata_decimals: (a: number) => number;
|
|
382
|
+
export const __wbg_get_transactionmetadata_toAddress: (a: number) => [number, number];
|
|
383
|
+
export const __wbg_get_transactionreference_metadata: (a: number) => number;
|
|
384
|
+
export const __wbg_get_transactionreference_namespace: (a: number) => [number, number];
|
|
385
|
+
export const __wbg_get_transactionreference_networkId: (a: number) => [number, number];
|
|
386
|
+
export const __wbg_get_transactionreference_reference: (a: number) => [number, number];
|
|
507
387
|
export const __wbg_get_xmtpcursor_originator_id: (a: number) => number;
|
|
508
|
-
export const
|
|
388
|
+
export const __wbg_groupsyncsummary_free: (a: number, b: number) => void;
|
|
509
389
|
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
390
|
+
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
391
|
+
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
392
|
+
export const __wbg_keypackagestatus_free: (a: number, b: number) => void;
|
|
393
|
+
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
510
394
|
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
511
395
|
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
396
|
+
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
512
397
|
export const __wbg_message_free: (a: number, b: number) => void;
|
|
513
398
|
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
514
399
|
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
515
|
-
export const
|
|
400
|
+
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
401
|
+
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
402
|
+
export const __wbg_reactionpayload_free: (a: number, b: number) => void;
|
|
403
|
+
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
404
|
+
export const __wbg_set_attachment_content: (a: number, b: number, c: number) => void;
|
|
405
|
+
export const __wbg_set_attachment_filename: (a: number, b: number, c: number) => void;
|
|
406
|
+
export const __wbg_set_attachment_mimeType: (a: number, b: number, c: number) => void;
|
|
407
|
+
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
408
|
+
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
516
409
|
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: number, c: number) => void;
|
|
517
410
|
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
518
411
|
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
@@ -530,9 +423,23 @@ export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: numbe
|
|
|
530
423
|
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
531
424
|
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
532
425
|
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
426
|
+
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
427
|
+
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
428
|
+
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
429
|
+
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
430
|
+
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
431
|
+
export const __wbg_set_groupsyncsummary_numEligible: (a: number, b: number) => void;
|
|
432
|
+
export const __wbg_set_groupsyncsummary_numSynced: (a: number, b: number) => void;
|
|
433
|
+
export const __wbg_set_inboxstate_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
434
|
+
export const __wbg_set_inboxstate_installations: (a: number, b: number, c: number) => void;
|
|
435
|
+
export const __wbg_set_inboxstate_recoveryIdentifier: (a: number, b: any) => void;
|
|
436
|
+
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
437
|
+
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
438
|
+
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
439
|
+
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
440
|
+
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
533
441
|
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
534
442
|
export const __wbg_set_listconversationsoptions_conversationType: (a: number, b: number) => void;
|
|
535
|
-
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
536
443
|
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
537
444
|
export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number, b: number) => void;
|
|
538
445
|
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
@@ -546,25 +453,63 @@ export const __wbg_set_listmessagesoptions_insertedAfterNs: (a: number, b: numbe
|
|
|
546
453
|
export const __wbg_set_listmessagesoptions_insertedBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
547
454
|
export const __wbg_set_listmessagesoptions_kind: (a: number, b: number) => void;
|
|
548
455
|
export const __wbg_set_listmessagesoptions_sortBy: (a: number, b: number) => void;
|
|
456
|
+
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
457
|
+
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
458
|
+
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
549
459
|
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
550
460
|
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
551
461
|
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
552
462
|
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
553
463
|
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
554
464
|
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
555
|
-
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
556
465
|
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
557
466
|
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
558
|
-
export const
|
|
559
|
-
export const
|
|
560
|
-
export const
|
|
561
|
-
export const
|
|
562
|
-
export const
|
|
563
|
-
export const
|
|
564
|
-
export const
|
|
565
|
-
export const
|
|
467
|
+
export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number, c: number) => void;
|
|
468
|
+
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
469
|
+
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
470
|
+
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
471
|
+
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
472
|
+
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
473
|
+
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
474
|
+
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
475
|
+
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
476
|
+
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
477
|
+
export const __wbg_set_transactionmetadata_amount: (a: number, b: number) => void;
|
|
478
|
+
export const __wbg_set_transactionmetadata_decimals: (a: number, b: number) => void;
|
|
479
|
+
export const __wbg_set_transactionmetadata_toAddress: (a: number, b: number, c: number) => void;
|
|
480
|
+
export const __wbg_set_transactionreference_metadata: (a: number, b: number) => void;
|
|
481
|
+
export const __wbg_set_transactionreference_namespace: (a: number, b: number, c: number) => void;
|
|
482
|
+
export const __wbg_set_transactionreference_networkId: (a: number, b: number, c: number) => void;
|
|
483
|
+
export const __wbg_set_transactionreference_reference: (a: number, b: number, c: number) => void;
|
|
566
484
|
export const __wbg_set_xmtpcursor_originator_id: (a: number, b: number) => void;
|
|
485
|
+
export const __wbg_textcontent_free: (a: number, b: number) => void;
|
|
486
|
+
export const __wbg_transactionmetadata_free: (a: number, b: number) => void;
|
|
487
|
+
export const __wbg_transactionreference_free: (a: number, b: number) => void;
|
|
567
488
|
export const __wbg_xmtpcursor_free: (a: number, b: number) => void;
|
|
489
|
+
export const client_accountIdentifier: (a: number) => any;
|
|
490
|
+
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
491
|
+
export const client_apiIdentityStatistics: (a: number) => number;
|
|
492
|
+
export const client_apiStatistics: (a: number) => number;
|
|
493
|
+
export const client_appVersion: (a: number) => [number, number];
|
|
494
|
+
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
495
|
+
export const client_clearAllStatistics: (a: number) => void;
|
|
496
|
+
export const client_conversations: (a: number) => number;
|
|
497
|
+
export const client_deleteMessage: (a: number, b: number, c: number) => [number, number, number];
|
|
498
|
+
export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
499
|
+
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
500
|
+
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
501
|
+
export const client_inboxId: (a: number) => [number, number];
|
|
502
|
+
export const client_inboxState: (a: number, b: number) => any;
|
|
503
|
+
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
504
|
+
export const client_installationId: (a: number) => [number, number];
|
|
505
|
+
export const client_installationIdBytes: (a: number) => any;
|
|
506
|
+
export const client_isRegistered: (a: number) => number;
|
|
507
|
+
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
508
|
+
export const client_messageV2: (a: number, b: number, c: number) => any;
|
|
509
|
+
export const client_sendSyncRequest: (a: number) => any;
|
|
510
|
+
export const client_syncPreferences: (a: number) => any;
|
|
511
|
+
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
512
|
+
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
568
513
|
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
569
514
|
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
570
515
|
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
@@ -584,32 +529,111 @@ export const conversations_streamMessageDeletions: (a: number, b: any) => [numbe
|
|
|
584
529
|
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
585
530
|
export const conversations_sync: (a: number) => any;
|
|
586
531
|
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
532
|
+
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, s: number, t: bigint, u: number, v: number, w: number) => any;
|
|
587
533
|
export const createdmoptions_new: (a: number) => number;
|
|
588
534
|
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number) => number;
|
|
589
|
-
export const
|
|
590
|
-
export const
|
|
535
|
+
export const decodeAttachment: (a: any) => [number, number, number];
|
|
536
|
+
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
537
|
+
export const decodeReaction: (a: any) => [number, number, number];
|
|
538
|
+
export const decodeTransactionReference: (a: any) => [number, number, number];
|
|
539
|
+
export const decodeWalletSendCalls: (a: any) => [number, number, number];
|
|
540
|
+
export const decodeXmtpText: (a: any) => [number, number, number, number];
|
|
541
|
+
export const encodeAttachment: (a: number) => [number, number, number];
|
|
542
|
+
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
543
|
+
export const encodeReaction: (a: number) => [number, number, number];
|
|
544
|
+
export const encodeTransactionReference: (a: number) => [number, number, number];
|
|
545
|
+
export const encodeWalletSendCalls: (a: any) => [number, number, number];
|
|
546
|
+
export const encodeXmtpText: (a: number, b: number) => [number, number, number];
|
|
547
|
+
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
548
|
+
export const groupsyncsummary_new: (a: number, b: number) => number;
|
|
549
|
+
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
550
|
+
export const inboxstate_new: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => number;
|
|
551
|
+
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
591
552
|
export const listconversationsoptions_new: (a: number, b: number, c: number, d: number, e: bigint, f: number, g: bigint, h: number, i: number, j: bigint, k: number) => number;
|
|
592
553
|
export const listmessagesoptions_new: (a: number, b: bigint, c: number, d: bigint, e: number, f: bigint, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: number, r: bigint, s: number, t: bigint) => number;
|
|
554
|
+
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
593
555
|
export const message_new: (a: number, b: number, c: bigint, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => number;
|
|
594
556
|
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
595
|
-
export const
|
|
557
|
+
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
558
|
+
export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
559
|
+
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;
|
|
560
|
+
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
561
|
+
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
596
562
|
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
563
|
+
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
564
|
+
export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
|
|
565
|
+
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
566
|
+
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
567
|
+
export const __wbg_set_reactionpayload_content: (a: number, b: number, c: number) => void;
|
|
568
|
+
export const __wbg_set_reactionpayload_reference: (a: number, b: number, c: number) => void;
|
|
569
|
+
export const __wbg_set_reactionpayload_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
570
|
+
export const __wbg_set_textcontent_content: (a: number, b: number, c: number) => void;
|
|
571
|
+
export const __wbg_set_transactionmetadata_currency: (a: number, b: number, c: number) => void;
|
|
572
|
+
export const __wbg_set_transactionmetadata_fromAddress: (a: number, b: number, c: number) => void;
|
|
573
|
+
export const __wbg_set_transactionmetadata_transactionType: (a: number, b: number, c: number) => void;
|
|
574
|
+
export const __wbg_set_reactionpayload_action: (a: number, b: number) => void;
|
|
575
|
+
export const __wbg_set_reactionpayload_schema: (a: number, b: number) => void;
|
|
576
|
+
export const __wbg_get_reactionpayload_action: (a: number) => number;
|
|
577
|
+
export const __wbg_get_reactionpayload_schema: (a: number) => number;
|
|
597
578
|
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
579
|
+
export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
|
|
598
580
|
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
599
581
|
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
582
|
+
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
600
583
|
export const __wbg_set_xmtpcursor_sequence_id: (a: number, b: bigint) => void;
|
|
584
|
+
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
585
|
+
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
601
586
|
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
602
587
|
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
603
588
|
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
589
|
+
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
604
590
|
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
591
|
+
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
605
592
|
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
606
593
|
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
607
594
|
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
595
|
+
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
608
596
|
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
597
|
+
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
609
598
|
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
610
599
|
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
600
|
+
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
611
601
|
export const __wbg_get_xmtpcursor_sequence_id: (a: number) => bigint;
|
|
612
602
|
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
603
|
+
export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
|
|
604
|
+
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
605
|
+
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
606
|
+
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
607
|
+
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
608
|
+
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
609
|
+
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
610
|
+
export const __wbg_get_reactionpayload_content: (a: number) => [number, number];
|
|
611
|
+
export const __wbg_get_reactionpayload_reference: (a: number) => [number, number];
|
|
612
|
+
export const __wbg_get_reactionpayload_referenceInboxId: (a: number) => [number, number];
|
|
613
|
+
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
614
|
+
export const __wbg_get_textcontent_content: (a: number) => [number, number];
|
|
615
|
+
export const __wbg_get_transactionmetadata_currency: (a: number) => [number, number];
|
|
616
|
+
export const __wbg_get_transactionmetadata_fromAddress: (a: number) => [number, number];
|
|
617
|
+
export const __wbg_get_transactionmetadata_transactionType: (a: number) => [number, number];
|
|
618
|
+
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
619
|
+
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
620
|
+
export const applySignatureRequest: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
621
|
+
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
622
|
+
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
623
|
+
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
624
|
+
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
625
|
+
export const client_registerIdentity: (a: number, b: number) => any;
|
|
626
|
+
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
627
|
+
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
628
|
+
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
629
|
+
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
630
|
+
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
631
|
+
export const revokeInstallationsSignatureRequest: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number) => [number, number, number];
|
|
632
|
+
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
633
|
+
export const signaturerequesthandle_addPasskeySignature: (a: number, b: number) => any;
|
|
634
|
+
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
635
|
+
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
636
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
613
637
|
export const rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
|
|
614
638
|
export const rust_zstd_wasm_shim_free: (a: number) => void;
|
|
615
639
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
@@ -629,28 +653,28 @@ export const rust_sqlite_wasm_realloc: (a: number, b: number) => number;
|
|
|
629
653
|
export const sqlite3_os_end: () => number;
|
|
630
654
|
export const sqlite3_os_init: () => number;
|
|
631
655
|
export const task_worker_entry_point: (a: number) => [number, number];
|
|
632
|
-
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
633
656
|
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
634
|
-
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
635
|
-
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
636
|
-
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
637
|
-
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
638
|
-
export const intounderlyingbytesource_type: (a: number) => number;
|
|
639
657
|
export const intounderlyingsource_cancel: (a: number) => void;
|
|
640
658
|
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
641
659
|
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
642
660
|
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
643
661
|
export const intounderlyingsink_close: (a: number) => any;
|
|
644
662
|
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
645
|
-
export const
|
|
646
|
-
export const
|
|
647
|
-
export const
|
|
648
|
-
export const
|
|
649
|
-
export const
|
|
650
|
-
export const
|
|
651
|
-
export const
|
|
652
|
-
export const
|
|
653
|
-
export const
|
|
663
|
+
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
664
|
+
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
665
|
+
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
666
|
+
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
667
|
+
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
668
|
+
export const intounderlyingbytesource_type: (a: number) => number;
|
|
669
|
+
export const wasm_bindgen__convert__closures_____invoke__h7a7839898bdc8c05: (a: number, b: number) => void;
|
|
670
|
+
export const wasm_bindgen__closure__destroy__h68c8e9e8c7c33e7c: (a: number, b: number) => void;
|
|
671
|
+
export const wasm_bindgen__convert__closures_____invoke__h922fe5fb24b1beed: (a: number, b: number) => void;
|
|
672
|
+
export const wasm_bindgen__closure__destroy__hf682406d9647bfe2: (a: number, b: number) => void;
|
|
673
|
+
export const wasm_bindgen__convert__closures_____invoke__h03e85ac1b34d0273: (a: number, b: number, c: any) => void;
|
|
674
|
+
export const wasm_bindgen__closure__destroy__h4589b9dda0a82164: (a: number, b: number) => void;
|
|
675
|
+
export const wasm_bindgen__convert__closures_____invoke__he553f5a75ceef16c: (a: number, b: number) => void;
|
|
676
|
+
export const wasm_bindgen__closure__destroy__h9f4e0badb87b6c7f: (a: number, b: number) => void;
|
|
677
|
+
export const wasm_bindgen__convert__closures_____invoke__h68a31ad8ab9398c3: (a: number, b: number, c: any, d: any) => void;
|
|
654
678
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
655
679
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
656
680
|
export const __wbindgen_exn_store: (a: number) => void;
|