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