@xmtp/wasm-bindings 1.6.0-dev.07065a7 → 1.6.0-dev.21f0ffd
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 +369 -355
- package/dist/bindings_wasm.js +375 -308
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +368 -362
- package/dist/version.json +3 -3
- package/package.json +1 -1
|
@@ -1,6 +1,57 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
+
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
5
|
+
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
6
|
+
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
7
|
+
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
8
|
+
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
9
|
+
export const __wbg_get_reaction_action: (a: number) => number;
|
|
10
|
+
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
11
|
+
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
12
|
+
export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
|
|
13
|
+
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
14
|
+
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
15
|
+
export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
16
|
+
export const encodeReaction: (a: number) => [number, number, number];
|
|
17
|
+
export const decodeReaction: (a: any) => [number, number, number];
|
|
18
|
+
export const __wbg_reactionpayload_free: (a: number, b: number) => void;
|
|
19
|
+
export const __wbg_get_reactionpayload_reference: (a: number) => [number, number];
|
|
20
|
+
export const __wbg_get_reactionpayload_referenceInboxId: (a: number) => [number, number];
|
|
21
|
+
export const __wbg_get_reactionpayload_content: (a: number) => [number, number];
|
|
22
|
+
export const getInboxIdForIdentifier: (a: number, b: number, c: number, d: number, e: any) => any;
|
|
23
|
+
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
24
|
+
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
25
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
26
|
+
export const revokeInstallationsSignatureRequest: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number) => [number, number, number];
|
|
27
|
+
export const applySignatureRequest: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
28
|
+
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
29
|
+
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
30
|
+
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
31
|
+
export const signaturerequesthandle_addPasskeySignature: (a: number, b: number) => any;
|
|
32
|
+
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
33
|
+
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
34
|
+
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
35
|
+
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
36
|
+
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
37
|
+
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
38
|
+
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
39
|
+
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
40
|
+
export const client_registerIdentity: (a: number, b: number) => any;
|
|
41
|
+
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
42
|
+
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
43
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
44
|
+
export const streamcloser_end: (a: number) => void;
|
|
45
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
46
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
47
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
48
|
+
export const __wbg_set_reactionpayload_reference: (a: number, b: number, c: number) => void;
|
|
49
|
+
export const __wbg_set_reactionpayload_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
50
|
+
export const __wbg_set_reactionpayload_content: (a: number, b: number, c: number) => void;
|
|
51
|
+
export const __wbg_set_reactionpayload_action: (a: number, b: number) => void;
|
|
52
|
+
export const __wbg_set_reactionpayload_schema: (a: number, b: number) => void;
|
|
53
|
+
export const __wbg_get_reactionpayload_action: (a: number) => number;
|
|
54
|
+
export const __wbg_get_reactionpayload_schema: (a: number) => number;
|
|
4
55
|
export const __wbg_decodedmessagecontent_free: (a: number, b: number) => void;
|
|
5
56
|
export const decodedmessagecontent_payloadType: (a: number) => number;
|
|
6
57
|
export const decodedmessagecontent_asText: (a: number) => number;
|
|
@@ -18,28 +69,6 @@ export const __wbg_enrichedreply_free: (a: number, b: number) => void;
|
|
|
18
69
|
export const enrichedreply_referenceId: (a: number) => [number, number];
|
|
19
70
|
export const enrichedreply_content: (a: number) => number;
|
|
20
71
|
export const enrichedreply_inReplyTo: (a: number) => number;
|
|
21
|
-
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
22
|
-
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
23
|
-
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
24
|
-
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
25
|
-
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
26
|
-
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
27
|
-
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
28
|
-
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
29
|
-
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
30
|
-
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
31
|
-
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
32
|
-
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
33
|
-
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
34
|
-
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
35
|
-
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
36
|
-
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
37
|
-
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
38
|
-
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
39
|
-
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
40
|
-
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
41
|
-
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
42
|
-
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
43
72
|
export const __wbg_decodedmessage_free: (a: number, b: number) => void;
|
|
44
73
|
export const __wbg_get_decodedmessage_id: (a: number) => [number, number];
|
|
45
74
|
export const __wbg_set_decodedmessage_id: (a: number, b: number, c: number) => void;
|
|
@@ -65,6 +94,146 @@ export const __wbg_get_decodedmessage_delivery_status: (a: number) => number;
|
|
|
65
94
|
export const __wbg_set_decodedmessage_delivery_status: (a: number, b: number) => void;
|
|
66
95
|
export const __wbg_get_decodedmessage_num_replies: (a: number) => bigint;
|
|
67
96
|
export const __wbg_set_decodedmessage_num_replies: (a: number, b: bigint) => void;
|
|
97
|
+
export const __wbg_attachment_free: (a: number, b: number) => void;
|
|
98
|
+
export const __wbg_get_attachment_filename: (a: number) => [number, number];
|
|
99
|
+
export const __wbg_set_attachment_filename: (a: number, b: number, c: number) => void;
|
|
100
|
+
export const __wbg_get_attachment_mimeType: (a: number) => [number, number];
|
|
101
|
+
export const __wbg_set_attachment_mimeType: (a: number, b: number, c: number) => void;
|
|
102
|
+
export const __wbg_get_attachment_content: (a: number) => [number, number];
|
|
103
|
+
export const __wbg_set_attachment_content: (a: number, b: number, c: number) => void;
|
|
104
|
+
export const __wbg_textcontent_free: (a: number, b: number) => void;
|
|
105
|
+
export const __wbg_get_textcontent_content: (a: number) => [number, number];
|
|
106
|
+
export const __wbg_set_textcontent_content: (a: number, b: number, c: number) => void;
|
|
107
|
+
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
108
|
+
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
109
|
+
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
110
|
+
export const __wbg_get_consent_state: (a: number) => number;
|
|
111
|
+
export const __wbg_set_consent_state: (a: number, b: number) => void;
|
|
112
|
+
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
113
|
+
export const __wbg_set_consent_entity: (a: number, b: number, c: number) => void;
|
|
114
|
+
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
115
|
+
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
116
|
+
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
117
|
+
export const conversation_consentState: (a: number) => [number, number, number];
|
|
118
|
+
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
119
|
+
export const __wbg_sendmessageopts_free: (a: number, b: number) => void;
|
|
120
|
+
export const __wbg_get_sendmessageopts_shouldPush: (a: number) => number;
|
|
121
|
+
export const __wbg_set_sendmessageopts_shouldPush: (a: number, b: number) => void;
|
|
122
|
+
export const __wbg_groupmetadata_free: (a: number, b: number) => void;
|
|
123
|
+
export const groupmetadata_creatorInboxId: (a: number) => [number, number];
|
|
124
|
+
export const groupmetadata_conversationType: (a: number) => [number, number];
|
|
125
|
+
export const __wbg_groupmember_free: (a: number, b: number) => void;
|
|
126
|
+
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
127
|
+
export const __wbg_get_groupmember_accountIdentifiers: (a: number) => [number, number];
|
|
128
|
+
export const __wbg_set_groupmember_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
129
|
+
export const __wbg_get_groupmember_installationIds: (a: number) => [number, number];
|
|
130
|
+
export const __wbg_set_groupmember_installationIds: (a: number, b: number, c: number) => void;
|
|
131
|
+
export const __wbg_get_groupmember_permissionLevel: (a: number) => number;
|
|
132
|
+
export const __wbg_set_groupmember_permissionLevel: (a: number, b: number) => void;
|
|
133
|
+
export const __wbg_get_groupmember_consentState: (a: number) => number;
|
|
134
|
+
export const __wbg_set_groupmember_consentState: (a: number, b: number) => void;
|
|
135
|
+
export const groupmember_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
136
|
+
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
137
|
+
export const conversation_id: (a: number) => [number, number];
|
|
138
|
+
export const conversation_send: (a: number, b: number, c: number) => any;
|
|
139
|
+
export const conversation_sendOptimistic: (a: number, b: number, c: number) => [number, number, number, number];
|
|
140
|
+
export const conversation_publishMessages: (a: number) => any;
|
|
141
|
+
export const conversation_sync: (a: number) => any;
|
|
142
|
+
export const conversation_findMessages: (a: number, b: number) => any;
|
|
143
|
+
export const conversation_countMessages: (a: number, b: number) => any;
|
|
144
|
+
export const conversation_findMessagesWithReactions: (a: number, b: number) => any;
|
|
145
|
+
export const conversation_listMembers: (a: number) => any;
|
|
146
|
+
export const conversation_adminList: (a: number) => [number, number, number, number];
|
|
147
|
+
export const conversation_superAdminList: (a: number) => [number, number, number, number];
|
|
148
|
+
export const conversation_isAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
149
|
+
export const conversation_isSuperAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
150
|
+
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
151
|
+
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
152
|
+
export const conversation_removeAdmin: (a: number, b: number, c: number) => any;
|
|
153
|
+
export const conversation_addSuperAdmin: (a: number, b: number, c: number) => any;
|
|
154
|
+
export const conversation_removeSuperAdmin: (a: number, b: number, c: number) => any;
|
|
155
|
+
export const conversation_groupPermissions: (a: number) => [number, number, number];
|
|
156
|
+
export const conversation_addMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
157
|
+
export const conversation_removeMembers: (a: number, b: number, c: number) => any;
|
|
158
|
+
export const conversation_removeMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
159
|
+
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
160
|
+
export const conversation_groupName: (a: number) => [number, number, number, number];
|
|
161
|
+
export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: number) => any;
|
|
162
|
+
export const conversation_groupImageUrlSquare: (a: number) => [number, number, number, number];
|
|
163
|
+
export const conversation_updateGroupDescription: (a: number, b: number, c: number) => any;
|
|
164
|
+
export const conversation_groupDescription: (a: number) => [number, number, number, number];
|
|
165
|
+
export const conversation_stream: (a: number, b: any) => [number, number, number];
|
|
166
|
+
export const conversation_createdAtNs: (a: number) => bigint;
|
|
167
|
+
export const conversation_isActive: (a: number) => [number, number, number];
|
|
168
|
+
export const conversation_pausedForVersion: (a: number) => [number, number, number, number];
|
|
169
|
+
export const conversation_addedByInboxId: (a: number) => [number, number, number, number];
|
|
170
|
+
export const conversation_groupMetadata: (a: number) => any;
|
|
171
|
+
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
172
|
+
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
173
|
+
export const conversation_updateMessageDisappearingSettings: (a: number, b: number) => any;
|
|
174
|
+
export const conversation_removeMessageDisappearingSettings: (a: number) => any;
|
|
175
|
+
export const conversation_messageDisappearingSettings: (a: number) => [number, number, number];
|
|
176
|
+
export const conversation_isMessageDisappearingEnabled: (a: number) => [number, number, number];
|
|
177
|
+
export const conversation_getHmacKeys: (a: number) => [number, number, number];
|
|
178
|
+
export const conversation_getDebugInfo: (a: number) => any;
|
|
179
|
+
export const conversation_findDuplicateDms: (a: number) => any;
|
|
180
|
+
export const conversation_findMessagesV2: (a: number, b: number) => any;
|
|
181
|
+
export const conversation_getLastReadTimes: (a: number) => any;
|
|
182
|
+
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
183
|
+
export const __wbg_get_listmessagesoptions_contentTypes: (a: number) => [number, number];
|
|
184
|
+
export const __wbg_set_listmessagesoptions_contentTypes: (a: number, b: number, c: number) => void;
|
|
185
|
+
export const __wbg_get_listmessagesoptions_excludeContentTypes: (a: number) => [number, number];
|
|
186
|
+
export const __wbg_set_listmessagesoptions_excludeContentTypes: (a: number, b: number, c: number) => void;
|
|
187
|
+
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
188
|
+
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
189
|
+
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
190
|
+
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
191
|
+
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
192
|
+
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
193
|
+
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
194
|
+
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
195
|
+
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
196
|
+
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
197
|
+
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
198
|
+
export const __wbg_set_listmessagesoptions_kind: (a: number, b: number) => void;
|
|
199
|
+
export const __wbg_get_listmessagesoptions_excludeSenderInboxIds: (a: number) => [number, number];
|
|
200
|
+
export const __wbg_set_listmessagesoptions_excludeSenderInboxIds: (a: number, b: number, c: number) => void;
|
|
201
|
+
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) => number;
|
|
202
|
+
export const __wbg_message_free: (a: number, b: number) => void;
|
|
203
|
+
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
204
|
+
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
205
|
+
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
206
|
+
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
207
|
+
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
208
|
+
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
209
|
+
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
210
|
+
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
211
|
+
export const __wbg_get_message_content: (a: number) => number;
|
|
212
|
+
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
213
|
+
export const __wbg_get_message_kind: (a: number) => number;
|
|
214
|
+
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
215
|
+
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
216
|
+
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
217
|
+
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;
|
|
218
|
+
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
219
|
+
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
220
|
+
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
221
|
+
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
222
|
+
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
223
|
+
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
224
|
+
export const opfs_init_sqlite_opfs: () => any;
|
|
225
|
+
export const opfs_exists: () => number;
|
|
226
|
+
export const opfs_error: () => [number, number];
|
|
227
|
+
export const opfs_wipeFiles: () => any;
|
|
228
|
+
export const opfs_rm: (a: number, b: number) => [number, number, number];
|
|
229
|
+
export const opfs_getFileNames: () => [number, number];
|
|
230
|
+
export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
|
|
231
|
+
export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
|
|
232
|
+
export const opfs_getFileCount: () => number;
|
|
233
|
+
export const opfs_getCapacity: () => number;
|
|
234
|
+
export const opfs_addCapacity: (a: number) => any;
|
|
235
|
+
export const opfs_reduceCapacity: (a: number) => any;
|
|
236
|
+
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
68
237
|
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
69
238
|
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
70
239
|
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
@@ -95,6 +264,12 @@ export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
|
95
264
|
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
96
265
|
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
97
266
|
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
267
|
+
export const __wbg_groupsyncsummary_free: (a: number, b: number) => void;
|
|
268
|
+
export const __wbg_get_groupsyncsummary_numEligible: (a: number) => number;
|
|
269
|
+
export const __wbg_set_groupsyncsummary_numEligible: (a: number, b: number) => void;
|
|
270
|
+
export const __wbg_get_groupsyncsummary_numSynced: (a: number) => number;
|
|
271
|
+
export const __wbg_set_groupsyncsummary_numSynced: (a: number, b: number) => void;
|
|
272
|
+
export const groupsyncsummary_new: (a: number, b: number) => number;
|
|
98
273
|
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;
|
|
99
274
|
export const client_accountIdentifier: (a: number) => any;
|
|
100
275
|
export const client_inboxId: (a: number) => [number, number];
|
|
@@ -116,159 +291,6 @@ export const client_clearAllStatistics: (a: number) => void;
|
|
|
116
291
|
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
117
292
|
export const client_deleteMessage: (a: number, b: number, c: number) => [number, number, number];
|
|
118
293
|
export const client_messageV2: (a: number, b: number, c: number) => any;
|
|
119
|
-
export const __wbg_readreceipt_free: (a: number, b: number) => void;
|
|
120
|
-
export const __wbg_remoteattachment_free: (a: number, b: number) => void;
|
|
121
|
-
export const __wbg_get_remoteattachment_url: (a: number) => [number, number];
|
|
122
|
-
export const __wbg_get_remoteattachment_contentDigest: (a: number) => [number, number];
|
|
123
|
-
export const __wbg_get_remoteattachment_secret: (a: number) => [number, number];
|
|
124
|
-
export const __wbg_get_remoteattachment_salt: (a: number) => [number, number];
|
|
125
|
-
export const __wbg_set_remoteattachment_salt: (a: number, b: number, c: number) => void;
|
|
126
|
-
export const __wbg_get_remoteattachment_nonce: (a: number) => [number, number];
|
|
127
|
-
export const __wbg_set_remoteattachment_nonce: (a: number, b: number, c: number) => void;
|
|
128
|
-
export const __wbg_get_remoteattachment_scheme: (a: number) => [number, number];
|
|
129
|
-
export const __wbg_get_remoteattachment_filename: (a: number) => [number, number];
|
|
130
|
-
export const __wbg_set_remoteattachment_filename: (a: number, b: number, c: number) => void;
|
|
131
|
-
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
132
|
-
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
133
|
-
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
134
|
-
export const __wbg_get_listconversationsoptions_conversationType: (a: number) => number;
|
|
135
|
-
export const __wbg_set_listconversationsoptions_conversationType: (a: number, b: number) => void;
|
|
136
|
-
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
137
|
-
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
138
|
-
export const __wbg_get_listconversationsoptions_createdBeforeNs: (a: number) => [number, bigint];
|
|
139
|
-
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
140
|
-
export const __wbg_get_listconversationsoptions_includeDuplicateDms: (a: number) => number;
|
|
141
|
-
export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number, b: number) => void;
|
|
142
|
-
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
143
|
-
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
144
|
-
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;
|
|
145
|
-
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
146
|
-
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
147
|
-
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
148
|
-
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
149
|
-
export const __wbg_xmtpcursor_free: (a: number, b: number) => void;
|
|
150
|
-
export const __wbg_get_xmtpcursor_originator_id: (a: number) => number;
|
|
151
|
-
export const __wbg_set_xmtpcursor_originator_id: (a: number, b: number) => void;
|
|
152
|
-
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
153
|
-
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
154
|
-
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
155
|
-
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
156
|
-
export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
|
|
157
|
-
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
158
|
-
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
159
|
-
export const __wbg_get_conversationdebuginfo_isCommitLogForked: (a: number) => number;
|
|
160
|
-
export const __wbg_set_conversationdebuginfo_isCommitLogForked: (a: number, b: number) => void;
|
|
161
|
-
export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
|
|
162
|
-
export const __wbg_set_conversationdebuginfo_localCommitLog: (a: number, b: number, c: number) => void;
|
|
163
|
-
export const __wbg_get_conversationdebuginfo_remoteCommitLog: (a: number) => [number, number];
|
|
164
|
-
export const __wbg_set_conversationdebuginfo_remoteCommitLog: (a: number, b: number, c: number) => void;
|
|
165
|
-
export const __wbg_get_conversationdebuginfo_cursor: (a: number) => [number, number];
|
|
166
|
-
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: number, c: number) => void;
|
|
167
|
-
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
168
|
-
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
169
|
-
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
170
|
-
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
171
|
-
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
172
|
-
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
173
|
-
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
174
|
-
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
175
|
-
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
176
|
-
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
177
|
-
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
178
|
-
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
179
|
-
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
180
|
-
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
181
|
-
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
182
|
-
export const createdmoptions_new: (a: number) => number;
|
|
183
|
-
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
184
|
-
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
185
|
-
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
186
|
-
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
187
|
-
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
188
|
-
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => number;
|
|
189
|
-
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
190
|
-
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
191
|
-
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
192
|
-
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
193
|
-
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
194
|
-
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
195
|
-
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
196
|
-
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
197
|
-
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
198
|
-
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
199
|
-
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
200
|
-
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
201
|
-
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
202
|
-
export const conversations_sync: (a: number) => any;
|
|
203
|
-
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
204
|
-
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
205
|
-
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
206
|
-
export const conversations_streamLocal: (a: number, b: number) => any;
|
|
207
|
-
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
208
|
-
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
209
|
-
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
210
|
-
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
211
|
-
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
212
|
-
export const __wbg_get_listmessagesoptions_contentTypes: (a: number) => [number, number];
|
|
213
|
-
export const __wbg_set_listmessagesoptions_contentTypes: (a: number, b: number, c: number) => void;
|
|
214
|
-
export const __wbg_get_listmessagesoptions_excludeContentTypes: (a: number) => [number, number];
|
|
215
|
-
export const __wbg_set_listmessagesoptions_excludeContentTypes: (a: number, b: number, c: number) => void;
|
|
216
|
-
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
217
|
-
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
218
|
-
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
219
|
-
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
220
|
-
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
221
|
-
export const __wbg_set_listmessagesoptions_kind: (a: number, b: number) => void;
|
|
222
|
-
export const __wbg_get_listmessagesoptions_excludeSenderInboxIds: (a: number) => [number, number];
|
|
223
|
-
export const __wbg_set_listmessagesoptions_excludeSenderInboxIds: (a: number, b: number, c: number) => void;
|
|
224
|
-
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) => number;
|
|
225
|
-
export const __wbg_message_free: (a: number, b: number) => void;
|
|
226
|
-
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
227
|
-
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
228
|
-
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
229
|
-
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
230
|
-
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
231
|
-
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
232
|
-
export const __wbg_get_message_content: (a: number) => number;
|
|
233
|
-
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
234
|
-
export const __wbg_get_message_kind: (a: number) => number;
|
|
235
|
-
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
236
|
-
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
237
|
-
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
238
|
-
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;
|
|
239
|
-
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
240
|
-
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
241
|
-
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
242
|
-
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
243
|
-
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
244
|
-
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
245
|
-
export const __wbg_set_remoteattachment_url: (a: number, b: number, c: number) => void;
|
|
246
|
-
export const __wbg_set_remoteattachment_contentDigest: (a: number, b: number, c: number) => void;
|
|
247
|
-
export const __wbg_set_remoteattachment_secret: (a: number, b: number, c: number) => void;
|
|
248
|
-
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
249
|
-
export const __wbg_set_remoteattachment_scheme: (a: number, b: number, c: number) => void;
|
|
250
|
-
export const __wbg_set_remoteattachment_contentLength: (a: number, b: bigint) => void;
|
|
251
|
-
export const __wbg_set_xmtpcursor_sequence_id: (a: number, b: bigint) => void;
|
|
252
|
-
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
253
|
-
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
254
|
-
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
255
|
-
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
256
|
-
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
257
|
-
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
258
|
-
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
259
|
-
export const __wbg_get_remoteattachment_contentLength: (a: number) => bigint;
|
|
260
|
-
export const __wbg_get_xmtpcursor_sequence_id: (a: number) => bigint;
|
|
261
|
-
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
262
|
-
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
263
|
-
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
264
|
-
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
265
|
-
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
266
|
-
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
267
|
-
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
268
|
-
export const streamcloser_end: (a: number) => void;
|
|
269
|
-
export const streamcloser_endAndWait: (a: number) => any;
|
|
270
|
-
export const streamcloser_waitForReady: (a: number) => any;
|
|
271
|
-
export const streamcloser_isClosed: (a: number) => number;
|
|
272
294
|
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
273
295
|
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
274
296
|
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
@@ -293,23 +315,6 @@ export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number,
|
|
|
293
315
|
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
294
316
|
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
295
317
|
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
296
|
-
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
297
|
-
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
298
|
-
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
299
|
-
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
300
|
-
export const __wbg_get_reaction_action: (a: number) => number;
|
|
301
|
-
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
302
|
-
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
303
|
-
export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
|
|
304
|
-
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
305
|
-
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
306
|
-
export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
307
|
-
export const encodeReaction: (a: number) => [number, number, number];
|
|
308
|
-
export const decodeReaction: (a: any) => [number, number, number];
|
|
309
|
-
export const __wbg_reactionpayload_free: (a: number, b: number) => void;
|
|
310
|
-
export const __wbg_get_reactionpayload_reference: (a: number) => [number, number];
|
|
311
|
-
export const __wbg_get_reactionpayload_referenceInboxId: (a: number) => [number, number];
|
|
312
|
-
export const __wbg_get_reactionpayload_content: (a: number) => [number, number];
|
|
313
318
|
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
314
319
|
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
315
320
|
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
@@ -328,87 +333,14 @@ export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => vo
|
|
|
328
333
|
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
329
334
|
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
330
335
|
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
331
|
-
export const getInboxIdForIdentifier: (a: number, b: number, c: number, d: number, e: any) => any;
|
|
332
|
-
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
333
|
-
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
334
|
-
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
335
|
-
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
336
|
-
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
337
|
-
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
338
|
-
export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, bigint];
|
|
339
|
-
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
340
|
-
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
341
|
-
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
342
|
-
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
343
|
-
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
344
|
-
export const __wbg_get_inboxstate_recoveryIdentifier: (a: number) => any;
|
|
345
|
-
export const __wbg_set_inboxstate_recoveryIdentifier: (a: number, b: any) => void;
|
|
346
|
-
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
347
|
-
export const __wbg_set_inboxstate_installations: (a: number, b: number, c: number) => void;
|
|
348
|
-
export const __wbg_get_inboxstate_accountIdentifiers: (a: number) => [number, number];
|
|
349
|
-
export const __wbg_set_inboxstate_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
350
|
-
export const inboxstate_new: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => number;
|
|
351
|
-
export const __wbg_keypackagestatus_free: (a: number, b: number) => void;
|
|
352
|
-
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
353
|
-
export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
|
|
354
|
-
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
355
|
-
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
356
|
-
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
357
|
-
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
358
|
-
export const client_inboxState: (a: number, b: number) => any;
|
|
359
|
-
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
360
|
-
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
361
|
-
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
362
|
-
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
363
|
-
export const revokeInstallationsSignatureRequest: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number) => [number, number, number];
|
|
364
|
-
export const applySignatureRequest: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
365
|
-
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
366
|
-
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
367
|
-
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
368
|
-
export const signaturerequesthandle_addPasskeySignature: (a: number, b: number) => any;
|
|
369
|
-
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
370
|
-
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
371
|
-
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
372
|
-
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
373
|
-
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
374
|
-
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
375
|
-
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
376
|
-
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
377
|
-
export const client_registerIdentity: (a: number, b: number) => any;
|
|
378
|
-
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
379
|
-
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
380
|
-
export const __wbg_set_reactionpayload_reference: (a: number, b: number, c: number) => void;
|
|
381
|
-
export const __wbg_set_reactionpayload_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
382
|
-
export const __wbg_set_reactionpayload_content: (a: number, b: number, c: number) => void;
|
|
383
|
-
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
384
|
-
export const __wbg_set_reactionpayload_action: (a: number, b: number) => void;
|
|
385
|
-
export const __wbg_set_reactionpayload_schema: (a: number, b: number) => void;
|
|
386
|
-
export const __wbg_get_reactionpayload_action: (a: number) => number;
|
|
387
|
-
export const __wbg_get_reactionpayload_schema: (a: number) => number;
|
|
388
336
|
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
389
337
|
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
390
338
|
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
391
339
|
export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
|
|
392
|
-
export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
|
|
393
|
-
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
394
340
|
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
395
341
|
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
396
342
|
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
397
343
|
export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
|
|
398
|
-
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
399
|
-
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
400
|
-
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
401
|
-
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
402
|
-
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
403
|
-
export const __wbg_get_consent_state: (a: number) => number;
|
|
404
|
-
export const __wbg_set_consent_state: (a: number, b: number) => void;
|
|
405
|
-
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
406
|
-
export const __wbg_set_consent_entity: (a: number, b: number, c: number) => void;
|
|
407
|
-
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
408
|
-
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
409
|
-
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
410
|
-
export const conversation_consentState: (a: number) => [number, number, number];
|
|
411
|
-
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
412
344
|
export const __wbg_groupupdated_free: (a: number, b: number) => void;
|
|
413
345
|
export const __wbg_get_groupupdated_initiatedByInboxId: (a: number) => [number, number];
|
|
414
346
|
export const __wbg_get_groupupdated_addedInboxes: (a: number) => [number, number];
|
|
@@ -425,83 +357,19 @@ export const __wbg_get_metadatafieldchange_oldValue: (a: number) => [number, num
|
|
|
425
357
|
export const __wbg_set_metadatafieldchange_oldValue: (a: number, b: number, c: number) => void;
|
|
426
358
|
export const __wbg_get_metadatafieldchange_newValue: (a: number) => [number, number];
|
|
427
359
|
export const __wbg_set_metadatafieldchange_newValue: (a: number, b: number, c: number) => void;
|
|
428
|
-
export const
|
|
429
|
-
export const
|
|
430
|
-
export const
|
|
431
|
-
export const
|
|
432
|
-
export const
|
|
433
|
-
export const
|
|
434
|
-
export const
|
|
435
|
-
export const
|
|
436
|
-
export const
|
|
437
|
-
export const
|
|
438
|
-
export const
|
|
439
|
-
export const
|
|
440
|
-
export const
|
|
441
|
-
export const __wbg_get_groupmember_permissionLevel: (a: number) => number;
|
|
442
|
-
export const __wbg_set_groupmember_permissionLevel: (a: number, b: number) => void;
|
|
443
|
-
export const __wbg_get_groupmember_consentState: (a: number) => number;
|
|
444
|
-
export const __wbg_set_groupmember_consentState: (a: number, b: number) => void;
|
|
445
|
-
export const groupmember_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
446
|
-
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
447
|
-
export const conversation_id: (a: number) => [number, number];
|
|
448
|
-
export const conversation_send: (a: number, b: number, c: number) => any;
|
|
449
|
-
export const conversation_sendOptimistic: (a: number, b: number, c: number) => [number, number, number, number];
|
|
450
|
-
export const conversation_publishMessages: (a: number) => any;
|
|
451
|
-
export const conversation_sync: (a: number) => any;
|
|
452
|
-
export const conversation_findMessages: (a: number, b: number) => any;
|
|
453
|
-
export const conversation_countMessages: (a: number, b: number) => any;
|
|
454
|
-
export const conversation_findMessagesWithReactions: (a: number, b: number) => any;
|
|
455
|
-
export const conversation_listMembers: (a: number) => any;
|
|
456
|
-
export const conversation_adminList: (a: number) => [number, number, number, number];
|
|
457
|
-
export const conversation_superAdminList: (a: number) => [number, number, number, number];
|
|
458
|
-
export const conversation_isAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
459
|
-
export const conversation_isSuperAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
460
|
-
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
461
|
-
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
462
|
-
export const conversation_removeAdmin: (a: number, b: number, c: number) => any;
|
|
463
|
-
export const conversation_addSuperAdmin: (a: number, b: number, c: number) => any;
|
|
464
|
-
export const conversation_removeSuperAdmin: (a: number, b: number, c: number) => any;
|
|
465
|
-
export const conversation_groupPermissions: (a: number) => [number, number, number];
|
|
466
|
-
export const conversation_addMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
467
|
-
export const conversation_removeMembers: (a: number, b: number, c: number) => any;
|
|
468
|
-
export const conversation_removeMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
469
|
-
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
470
|
-
export const conversation_groupName: (a: number) => [number, number, number, number];
|
|
471
|
-
export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: number) => any;
|
|
472
|
-
export const conversation_groupImageUrlSquare: (a: number) => [number, number, number, number];
|
|
473
|
-
export const conversation_updateGroupDescription: (a: number, b: number, c: number) => any;
|
|
474
|
-
export const conversation_groupDescription: (a: number) => [number, number, number, number];
|
|
475
|
-
export const conversation_stream: (a: number, b: any) => [number, number, number];
|
|
476
|
-
export const conversation_createdAtNs: (a: number) => bigint;
|
|
477
|
-
export const conversation_isActive: (a: number) => [number, number, number];
|
|
478
|
-
export const conversation_pausedForVersion: (a: number) => [number, number, number, number];
|
|
479
|
-
export const conversation_addedByInboxId: (a: number) => [number, number, number, number];
|
|
480
|
-
export const conversation_groupMetadata: (a: number) => any;
|
|
481
|
-
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
482
|
-
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
483
|
-
export const conversation_updateMessageDisappearingSettings: (a: number, b: number) => any;
|
|
484
|
-
export const conversation_removeMessageDisappearingSettings: (a: number) => any;
|
|
485
|
-
export const conversation_messageDisappearingSettings: (a: number) => [number, number, number];
|
|
486
|
-
export const conversation_isMessageDisappearingEnabled: (a: number) => [number, number, number];
|
|
487
|
-
export const conversation_getHmacKeys: (a: number) => [number, number, number];
|
|
488
|
-
export const conversation_getDebugInfo: (a: number) => any;
|
|
489
|
-
export const conversation_findDuplicateDms: (a: number) => any;
|
|
490
|
-
export const conversation_findMessagesV2: (a: number, b: number) => any;
|
|
491
|
-
export const conversation_getLastReadTimes: (a: number) => any;
|
|
492
|
-
export const __wbg_set_groupupdated_initiatedByInboxId: (a: number, b: number, c: number) => void;
|
|
493
|
-
export const __wbg_set_inbox_inboxId: (a: number, b: number, c: number) => void;
|
|
494
|
-
export const __wbg_set_metadatafieldchange_fieldName: (a: number, b: number, c: number) => void;
|
|
495
|
-
export const __wbg_set_textcontent_content: (a: number, b: number, c: number) => void;
|
|
496
|
-
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
497
|
-
export const __wbg_textcontent_free: (a: number, b: number) => void;
|
|
498
|
-
export const __wbg_attachment_free: (a: number, b: number) => void;
|
|
499
|
-
export const __wbg_get_attachment_filename: (a: number) => [number, number];
|
|
500
|
-
export const __wbg_set_attachment_filename: (a: number, b: number, c: number) => void;
|
|
501
|
-
export const __wbg_get_attachment_mimeType: (a: number) => [number, number];
|
|
502
|
-
export const __wbg_set_attachment_mimeType: (a: number, b: number, c: number) => void;
|
|
503
|
-
export const __wbg_get_attachment_content: (a: number) => [number, number];
|
|
504
|
-
export const __wbg_set_attachment_content: (a: number, b: number, c: number) => void;
|
|
360
|
+
export const __wbg_readreceipt_free: (a: number, b: number) => void;
|
|
361
|
+
export const __wbg_remoteattachment_free: (a: number, b: number) => void;
|
|
362
|
+
export const __wbg_get_remoteattachment_url: (a: number) => [number, number];
|
|
363
|
+
export const __wbg_get_remoteattachment_contentDigest: (a: number) => [number, number];
|
|
364
|
+
export const __wbg_get_remoteattachment_secret: (a: number) => [number, number];
|
|
365
|
+
export const __wbg_get_remoteattachment_salt: (a: number) => [number, number];
|
|
366
|
+
export const __wbg_set_remoteattachment_salt: (a: number, b: number, c: number) => void;
|
|
367
|
+
export const __wbg_get_remoteattachment_nonce: (a: number) => [number, number];
|
|
368
|
+
export const __wbg_set_remoteattachment_nonce: (a: number, b: number, c: number) => void;
|
|
369
|
+
export const __wbg_get_remoteattachment_scheme: (a: number) => [number, number];
|
|
370
|
+
export const __wbg_set_remoteattachment_scheme: (a: number, b: number, c: number) => void;
|
|
371
|
+
export const __wbg_get_remoteattachment_filename: (a: number) => [number, number];
|
|
372
|
+
export const __wbg_set_remoteattachment_filename: (a: number, b: number, c: number) => void;
|
|
505
373
|
export const __wbg_transactionreference_free: (a: number, b: number) => void;
|
|
506
374
|
export const __wbg_get_transactionreference_namespace: (a: number) => [number, number];
|
|
507
375
|
export const __wbg_set_transactionreference_namespace: (a: number, b: number, c: number) => void;
|
|
@@ -513,30 +381,168 @@ export const __wbg_get_transactionreference_metadata: (a: number) => number;
|
|
|
513
381
|
export const __wbg_set_transactionreference_metadata: (a: number, b: number) => void;
|
|
514
382
|
export const __wbg_transactionmetadata_free: (a: number, b: number) => void;
|
|
515
383
|
export const __wbg_get_transactionmetadata_transactionType: (a: number) => [number, number];
|
|
516
|
-
export const __wbg_set_transactionmetadata_transactionType: (a: number, b: number, c: number) => void;
|
|
517
384
|
export const __wbg_get_transactionmetadata_currency: (a: number) => [number, number];
|
|
518
|
-
export const __wbg_set_transactionmetadata_currency: (a: number, b: number, c: number) => void;
|
|
519
385
|
export const __wbg_get_transactionmetadata_amount: (a: number) => number;
|
|
520
386
|
export const __wbg_set_transactionmetadata_amount: (a: number, b: number) => void;
|
|
521
387
|
export const __wbg_get_transactionmetadata_decimals: (a: number) => number;
|
|
522
388
|
export const __wbg_set_transactionmetadata_decimals: (a: number, b: number) => void;
|
|
523
389
|
export const __wbg_get_transactionmetadata_fromAddress: (a: number) => [number, number];
|
|
524
|
-
export const __wbg_set_transactionmetadata_fromAddress: (a: number, b: number, c: number) => void;
|
|
525
390
|
export const __wbg_get_transactionmetadata_toAddress: (a: number) => [number, number];
|
|
391
|
+
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
392
|
+
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
393
|
+
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
394
|
+
export const __wbg_get_listconversationsoptions_conversationType: (a: number) => number;
|
|
395
|
+
export const __wbg_set_listconversationsoptions_conversationType: (a: number, b: number) => void;
|
|
396
|
+
export const __wbg_get_listconversationsoptions_createdBeforeNs: (a: number) => [number, bigint];
|
|
397
|
+
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
398
|
+
export const __wbg_get_listconversationsoptions_includeDuplicateDms: (a: number) => number;
|
|
399
|
+
export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number, b: number) => void;
|
|
400
|
+
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
401
|
+
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
402
|
+
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;
|
|
403
|
+
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
404
|
+
export const __wbg_xmtpcursor_free: (a: number, b: number) => void;
|
|
405
|
+
export const __wbg_get_xmtpcursor_originator_id: (a: number) => number;
|
|
406
|
+
export const __wbg_set_xmtpcursor_originator_id: (a: number, b: number) => void;
|
|
407
|
+
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
408
|
+
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
409
|
+
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
410
|
+
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
411
|
+
export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
|
|
412
|
+
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
413
|
+
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
414
|
+
export const __wbg_get_conversationdebuginfo_isCommitLogForked: (a: number) => number;
|
|
415
|
+
export const __wbg_set_conversationdebuginfo_isCommitLogForked: (a: number, b: number) => void;
|
|
416
|
+
export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
|
|
417
|
+
export const __wbg_set_conversationdebuginfo_localCommitLog: (a: number, b: number, c: number) => void;
|
|
418
|
+
export const __wbg_get_conversationdebuginfo_remoteCommitLog: (a: number) => [number, number];
|
|
419
|
+
export const __wbg_set_conversationdebuginfo_remoteCommitLog: (a: number, b: number, c: number) => void;
|
|
420
|
+
export const __wbg_get_conversationdebuginfo_cursor: (a: number) => [number, number];
|
|
421
|
+
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: number, c: number) => void;
|
|
422
|
+
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
423
|
+
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
424
|
+
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
425
|
+
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
426
|
+
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
427
|
+
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
428
|
+
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
429
|
+
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
430
|
+
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
431
|
+
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
432
|
+
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
433
|
+
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
434
|
+
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
435
|
+
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
436
|
+
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
437
|
+
export const createdmoptions_new: (a: number) => number;
|
|
438
|
+
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
439
|
+
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
440
|
+
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
441
|
+
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
442
|
+
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
443
|
+
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => number;
|
|
444
|
+
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
445
|
+
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
446
|
+
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
447
|
+
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
448
|
+
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
449
|
+
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
450
|
+
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
451
|
+
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
452
|
+
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
453
|
+
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
454
|
+
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
455
|
+
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
456
|
+
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
457
|
+
export const conversations_sync: (a: number) => any;
|
|
458
|
+
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
459
|
+
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
460
|
+
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
461
|
+
export const conversations_streamLocal: (a: number, b: number) => any;
|
|
462
|
+
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
463
|
+
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
464
|
+
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
465
|
+
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
466
|
+
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
467
|
+
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
468
|
+
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
469
|
+
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
470
|
+
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
471
|
+
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
472
|
+
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
473
|
+
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
474
|
+
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
475
|
+
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
476
|
+
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
477
|
+
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
478
|
+
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
479
|
+
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
480
|
+
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
481
|
+
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
482
|
+
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
483
|
+
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
484
|
+
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
485
|
+
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
486
|
+
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
487
|
+
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
488
|
+
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
489
|
+
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
490
|
+
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
491
|
+
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
492
|
+
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
493
|
+
export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, bigint];
|
|
494
|
+
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
495
|
+
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
496
|
+
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
497
|
+
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
498
|
+
export const __wbg_get_inboxstate_recoveryIdentifier: (a: number) => any;
|
|
499
|
+
export const __wbg_set_inboxstate_recoveryIdentifier: (a: number, b: any) => void;
|
|
500
|
+
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
501
|
+
export const __wbg_set_inboxstate_installations: (a: number, b: number, c: number) => void;
|
|
502
|
+
export const __wbg_get_inboxstate_accountIdentifiers: (a: number) => [number, number];
|
|
503
|
+
export const __wbg_set_inboxstate_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
504
|
+
export const inboxstate_new: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => number;
|
|
505
|
+
export const __wbg_keypackagestatus_free: (a: number, b: number) => void;
|
|
506
|
+
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
507
|
+
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
508
|
+
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
509
|
+
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
510
|
+
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
511
|
+
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
512
|
+
export const client_inboxState: (a: number, b: number) => any;
|
|
513
|
+
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
514
|
+
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
515
|
+
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
516
|
+
export const __wbg_set_inbox_inboxId: (a: number, b: number, c: number) => void;
|
|
517
|
+
export const __wbg_set_metadatafieldchange_fieldName: (a: number, b: number, c: number) => void;
|
|
518
|
+
export const __wbg_set_transactionmetadata_transactionType: (a: number, b: number, c: number) => void;
|
|
519
|
+
export const __wbg_set_transactionmetadata_currency: (a: number, b: number, c: number) => void;
|
|
520
|
+
export const __wbg_set_transactionmetadata_fromAddress: (a: number, b: number, c: number) => void;
|
|
526
521
|
export const __wbg_set_transactionmetadata_toAddress: (a: number, b: number, c: number) => void;
|
|
527
|
-
export const
|
|
528
|
-
export const
|
|
529
|
-
export const
|
|
530
|
-
export const
|
|
531
|
-
export const
|
|
532
|
-
export const
|
|
533
|
-
export const
|
|
534
|
-
export const
|
|
535
|
-
export const
|
|
536
|
-
export const
|
|
537
|
-
export const
|
|
538
|
-
export const
|
|
539
|
-
export const
|
|
522
|
+
export const __wbg_set_remoteattachment_url: (a: number, b: number, c: number) => void;
|
|
523
|
+
export const __wbg_set_remoteattachment_contentDigest: (a: number, b: number, c: number) => void;
|
|
524
|
+
export const __wbg_set_remoteattachment_secret: (a: number, b: number, c: number) => void;
|
|
525
|
+
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
526
|
+
export const __wbg_set_groupupdated_initiatedByInboxId: (a: number, b: number, c: number) => void;
|
|
527
|
+
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
528
|
+
export const __wbg_set_remoteattachment_contentLength: (a: number, b: bigint) => void;
|
|
529
|
+
export const __wbg_set_xmtpcursor_sequence_id: (a: number, b: bigint) => void;
|
|
530
|
+
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
531
|
+
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
532
|
+
export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
|
|
533
|
+
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
534
|
+
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
535
|
+
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
536
|
+
export const __wbg_get_remoteattachment_contentLength: (a: number) => bigint;
|
|
537
|
+
export const __wbg_get_xmtpcursor_sequence_id: (a: number) => bigint;
|
|
538
|
+
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
539
|
+
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
540
|
+
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
541
|
+
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
542
|
+
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
543
|
+
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
544
|
+
export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
|
|
545
|
+
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
540
546
|
export const rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
541
547
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
542
548
|
export const rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
|
|
@@ -579,9 +585,9 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
579
585
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
580
586
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
581
587
|
export const __externref_table_dealloc: (a: number) => void;
|
|
582
|
-
export const
|
|
588
|
+
export const wasm_bindgen__convert__closures_____invoke__h8d2688e22b07e25f: (a: number, b: number) => void;
|
|
589
|
+
export const wasm_bindgen__convert__closures_____invoke__h040a93cf6078a98e: (a: number, b: number) => void;
|
|
583
590
|
export const wasm_bindgen__convert__closures_____invoke__h6553f0a100c562a9: (a: number, b: number) => void;
|
|
584
|
-
export const
|
|
585
|
-
export const
|
|
586
|
-
export const closure7852_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
591
|
+
export const closure7152_externref_shim: (a: number, b: number, c: any) => void;
|
|
592
|
+
export const closure8118_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
587
593
|
export const __wbindgen_start: () => void;
|