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