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