@xmtp/wasm-bindings 1.6.6 → 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 +526 -504
- package/dist/bindings_wasm.js +418 -328
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +474 -466
- package/package.json +1 -1
|
@@ -1,28 +1,20 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
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;
|
|
4
|
+
export const __wbg_action_free: (a: number, b: number) => void;
|
|
5
|
+
export const __wbg_actions_free: (a: number, b: number) => void;
|
|
25
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;
|
|
11
|
+
export const __wbg_get_action_expiresAtNs: (a: number) => [number, bigint];
|
|
12
|
+
export const __wbg_get_action_id: (a: number) => [number, number];
|
|
13
|
+
export const __wbg_get_action_imageUrl: (a: number) => [number, number];
|
|
14
|
+
export const __wbg_get_action_label: (a: number) => [number, number];
|
|
15
|
+
export const __wbg_get_action_style: (a: number) => number;
|
|
16
|
+
export const __wbg_get_actions_description: (a: number) => [number, number];
|
|
17
|
+
export const __wbg_get_actions_id: (a: number) => [number, number];
|
|
26
18
|
export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
|
|
27
19
|
export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
|
|
28
20
|
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
@@ -31,158 +23,24 @@ export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
|
|
|
31
23
|
export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
|
|
32
24
|
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
33
25
|
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
45
|
-
export const
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
48
|
-
export const
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
51
|
-
export const
|
|
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];
|
|
26
|
+
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
27
|
+
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
28
|
+
export const __wbg_get_consent_state: (a: number) => number;
|
|
29
|
+
export const __wbg_get_groupsyncsummary_numEligible: (a: number) => number;
|
|
30
|
+
export const __wbg_get_groupsyncsummary_numSynced: (a: number) => number;
|
|
31
|
+
export const __wbg_get_inboxstate_accountIdentifiers: (a: number) => [number, number];
|
|
32
|
+
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
33
|
+
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
34
|
+
export const __wbg_get_inboxstate_recoveryIdentifier: (a: number) => any;
|
|
35
|
+
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
36
|
+
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
37
|
+
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
38
|
+
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
39
|
+
export const __wbg_get_leaverequest_authenticatedNote: (a: number) => any;
|
|
40
|
+
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
41
|
+
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
42
|
+
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
43
|
+
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
186
44
|
export const __wbg_get_reaction_action: (a: number) => number;
|
|
187
45
|
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
188
46
|
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
@@ -191,67 +49,188 @@ export const __wbg_get_reaction_schema: (a: number) => number;
|
|
|
191
49
|
export const __wbg_get_reactionpayload_content: (a: number) => [number, number];
|
|
192
50
|
export const __wbg_get_reactionpayload_reference: (a: number) => [number, number];
|
|
193
51
|
export const __wbg_get_reactionpayload_referenceInboxId: (a: number) => [number, number];
|
|
194
|
-
export const
|
|
195
|
-
export const
|
|
196
|
-
export const
|
|
52
|
+
export const __wbg_get_remoteattachmentinfo_contentDigest: (a: number) => [number, number];
|
|
53
|
+
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
54
|
+
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
55
|
+
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
56
|
+
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
57
|
+
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
58
|
+
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
59
|
+
export const __wbg_groupsyncsummary_free: (a: number, b: number) => void;
|
|
60
|
+
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
61
|
+
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
62
|
+
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
63
|
+
export const __wbg_keypackagestatus_free: (a: number, b: number) => void;
|
|
64
|
+
export const __wbg_leaverequest_free: (a: number, b: number) => void;
|
|
65
|
+
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
66
|
+
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
67
|
+
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
68
|
+
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
69
|
+
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
197
70
|
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
198
71
|
export const __wbg_reactionpayload_free: (a: number, b: number) => void;
|
|
199
|
-
export const
|
|
200
|
-
export const
|
|
201
|
-
export const
|
|
202
|
-
export const
|
|
203
|
-
export const
|
|
204
|
-
export const
|
|
205
|
-
export const
|
|
206
|
-
export const
|
|
207
|
-
export const
|
|
208
|
-
export const
|
|
209
|
-
export const
|
|
210
|
-
export const
|
|
211
|
-
export const
|
|
212
|
-
export const
|
|
213
|
-
export const
|
|
214
|
-
export const
|
|
215
|
-
export const
|
|
216
|
-
export const
|
|
217
|
-
export const
|
|
218
|
-
export const
|
|
219
|
-
export const
|
|
220
|
-
export const
|
|
221
|
-
export const
|
|
222
|
-
export const
|
|
223
|
-
export const
|
|
224
|
-
export const
|
|
225
|
-
export const
|
|
226
|
-
export const
|
|
227
|
-
export const
|
|
228
|
-
export const
|
|
72
|
+
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
73
|
+
export const __wbg_set_action_expiresAtNs: (a: number, b: number, c: bigint) => void;
|
|
74
|
+
export const __wbg_set_action_id: (a: number, b: number, c: number) => void;
|
|
75
|
+
export const __wbg_set_action_imageUrl: (a: number, b: number, c: number) => void;
|
|
76
|
+
export const __wbg_set_action_label: (a: number, b: number, c: number) => void;
|
|
77
|
+
export const __wbg_set_action_style: (a: number, b: number) => void;
|
|
78
|
+
export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
|
|
79
|
+
export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
|
|
80
|
+
export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
|
|
81
|
+
export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
|
|
82
|
+
export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
|
|
83
|
+
export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
|
|
84
|
+
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
85
|
+
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
86
|
+
export const __wbg_set_consent_entity: (a: number, b: number, c: number) => void;
|
|
87
|
+
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
88
|
+
export const __wbg_set_consent_state: (a: number, b: number) => void;
|
|
89
|
+
export const __wbg_set_groupsyncsummary_numEligible: (a: number, b: number) => void;
|
|
90
|
+
export const __wbg_set_groupsyncsummary_numSynced: (a: number, b: number) => void;
|
|
91
|
+
export const __wbg_set_inboxstate_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
92
|
+
export const __wbg_set_inboxstate_installations: (a: number, b: number, c: number) => void;
|
|
93
|
+
export const __wbg_set_inboxstate_recoveryIdentifier: (a: number, b: any) => void;
|
|
94
|
+
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
95
|
+
export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
|
|
96
|
+
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
97
|
+
export const __wbg_set_leaverequest_authenticatedNote: (a: number, b: number) => void;
|
|
98
|
+
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
99
|
+
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
100
|
+
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
101
|
+
export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number, c: number) => void;
|
|
229
102
|
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
230
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;
|
|
231
105
|
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
232
|
-
export const
|
|
106
|
+
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
107
|
+
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
108
|
+
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
109
|
+
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
110
|
+
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
111
|
+
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
112
|
+
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
113
|
+
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;
|
|
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;
|
|
123
|
+
export const client_accountIdentifier: (a: number) => any;
|
|
124
|
+
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
125
|
+
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
126
|
+
export const client_apiIdentityStatistics: (a: number) => number;
|
|
127
|
+
export const client_apiStatistics: (a: number) => number;
|
|
128
|
+
export const client_appVersion: (a: number) => [number, number];
|
|
129
|
+
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
130
|
+
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
131
|
+
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
132
|
+
export const client_clearAllStatistics: (a: number) => void;
|
|
133
|
+
export const client_conversations: (a: number) => number;
|
|
134
|
+
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
135
|
+
export const client_deleteMessage: (a: number, b: number, c: number) => [number, number, number];
|
|
136
|
+
export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
137
|
+
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
138
|
+
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
139
|
+
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
140
|
+
export const client_inboxId: (a: number) => [number, number];
|
|
141
|
+
export const client_inboxState: (a: number, b: number) => any;
|
|
142
|
+
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
143
|
+
export const client_installationId: (a: number) => [number, number];
|
|
144
|
+
export const client_installationIdBytes: (a: number) => any;
|
|
145
|
+
export const client_isRegistered: (a: number) => number;
|
|
146
|
+
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
147
|
+
export const client_messageV2: (a: number, b: number, c: number) => any;
|
|
148
|
+
export const client_registerIdentity: (a: number, b: number) => any;
|
|
149
|
+
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
150
|
+
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
151
|
+
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
152
|
+
export const client_sendSyncRequest: (a: number) => any;
|
|
153
|
+
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
154
|
+
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
155
|
+
export const client_syncPreferences: (a: number) => any;
|
|
156
|
+
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
157
|
+
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
158
|
+
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
159
|
+
export const conversation_consentState: (a: number) => [number, number, number];
|
|
160
|
+
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
161
|
+
export const createClient: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: number, r: number, s: number, t: bigint, u: number, v: number, w: number) => any;
|
|
162
|
+
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];
|
|
233
166
|
export const decodeReaction: (a: any) => [number, number, number];
|
|
167
|
+
export const encodeActions: (a: number) => [number, number, number];
|
|
168
|
+
export const encodeLeaveRequest: (a: number) => [number, number, number];
|
|
169
|
+
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
234
170
|
export const encodeReaction: (a: number) => [number, number, number];
|
|
235
|
-
export const
|
|
236
|
-
export const
|
|
237
|
-
export const
|
|
171
|
+
export const generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
172
|
+
export const getInboxIdForIdentifier: (a: number, b: number, c: number, d: number, e: any) => any;
|
|
173
|
+
export const groupsyncsummary_new: (a: number, b: number) => number;
|
|
174
|
+
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
175
|
+
export const inboxstate_new: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => number;
|
|
176
|
+
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
177
|
+
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
178
|
+
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
179
|
+
export const opfs_addCapacity: (a: number) => any;
|
|
180
|
+
export const opfs_error: () => [number, number];
|
|
181
|
+
export const opfs_exists: () => number;
|
|
182
|
+
export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
|
|
183
|
+
export const opfs_getCapacity: () => number;
|
|
184
|
+
export const opfs_getFileCount: () => number;
|
|
185
|
+
export const opfs_getFileNames: () => [number, number];
|
|
186
|
+
export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
|
|
187
|
+
export const opfs_init_sqlite_opfs: () => any;
|
|
188
|
+
export const opfs_reduceCapacity: (a: number) => any;
|
|
189
|
+
export const opfs_rm: (a: number, b: number) => [number, number, number];
|
|
190
|
+
export const opfs_wipeFiles: () => any;
|
|
238
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;
|
|
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];
|
|
194
|
+
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
195
|
+
export const signaturerequesthandle_addPasskeySignature: (a: number, b: number) => any;
|
|
196
|
+
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
197
|
+
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
198
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
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;
|
|
239
203
|
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
204
|
export const __wbg_set_reactionpayload_content: (a: number, b: number, c: number) => void;
|
|
242
205
|
export const __wbg_set_reactionpayload_reference: (a: number, b: number, c: number) => void;
|
|
243
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;
|
|
244
208
|
export const __wbg_set_reactionpayload_action: (a: number, b: number) => void;
|
|
245
209
|
export const __wbg_set_reactionpayload_schema: (a: number, b: number) => void;
|
|
246
210
|
export const __wbg_get_reactionpayload_action: (a: number) => number;
|
|
247
211
|
export const __wbg_get_reactionpayload_schema: (a: number) => number;
|
|
212
|
+
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
213
|
+
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
214
|
+
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
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;
|
|
223
|
+
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
224
|
+
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
225
|
+
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
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;
|
|
248
229
|
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
249
230
|
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
250
231
|
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
251
232
|
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
252
233
|
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;
|
|
255
234
|
export const __wbg_get_conversationdebuginfo_cursor: (a: number) => [number, number];
|
|
256
235
|
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
257
236
|
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
@@ -269,19 +248,17 @@ export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [numb
|
|
|
269
248
|
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
270
249
|
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
271
250
|
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
272
|
-
export const
|
|
273
|
-
export const
|
|
274
|
-
export const
|
|
275
|
-
export const
|
|
276
|
-
export const
|
|
277
|
-
export const
|
|
278
|
-
export const
|
|
279
|
-
export const
|
|
280
|
-
export const
|
|
281
|
-
export const __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;
|
|
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];
|
|
284
260
|
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
261
|
+
export const __wbg_get_inbox_inboxId: (a: number) => [number, number];
|
|
285
262
|
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
286
263
|
export const __wbg_get_listconversationsoptions_conversationType: (a: number) => number;
|
|
287
264
|
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
@@ -290,10 +267,27 @@ export const __wbg_get_listconversationsoptions_includeDuplicateDms: (a: number)
|
|
|
290
267
|
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
291
268
|
export const __wbg_get_listconversationsoptions_orderBy: (a: number) => number;
|
|
292
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];
|
|
293
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;
|
|
294
285
|
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
286
|
+
export const __wbg_inbox_free: (a: number, b: number) => void;
|
|
295
287
|
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
296
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;
|
|
297
291
|
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: number, c: number) => void;
|
|
298
292
|
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
299
293
|
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
@@ -311,18 +305,15 @@ export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: numbe
|
|
|
311
305
|
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
312
306
|
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
313
307
|
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
314
|
-
export const
|
|
315
|
-
export const
|
|
316
|
-
export const
|
|
317
|
-
export const
|
|
318
|
-
export const
|
|
319
|
-
export const
|
|
320
|
-
export const
|
|
321
|
-
export const
|
|
322
|
-
export const
|
|
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;
|
|
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;
|
|
326
317
|
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
327
318
|
export const __wbg_set_listconversationsoptions_conversationType: (a: number, b: number) => void;
|
|
328
319
|
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
@@ -331,7 +322,19 @@ export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number,
|
|
|
331
322
|
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
332
323
|
export const __wbg_set_listconversationsoptions_orderBy: (a: number, b: number) => void;
|
|
333
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;
|
|
334
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;
|
|
335
338
|
export const __wbg_xmtpcursor_free: (a: number, b: number) => void;
|
|
336
339
|
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
337
340
|
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
@@ -354,23 +357,24 @@ export const conversations_sync: (a: number) => any;
|
|
|
354
357
|
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
355
358
|
export const createdmoptions_new: (a: number) => number;
|
|
356
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;
|
|
357
|
-
export const
|
|
358
|
-
export const
|
|
359
|
-
export const
|
|
360
|
-
export const
|
|
361
|
-
export const
|
|
362
|
-
export const
|
|
363
|
-
export const
|
|
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;
|
|
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];
|
|
371
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;
|
|
372
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;
|
|
373
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;
|
|
374
378
|
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
375
379
|
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
376
380
|
export const __wbg_set_xmtpcursor_sequence_id: (a: number, b: bigint) => void;
|
|
@@ -379,49 +383,47 @@ export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
|
379
383
|
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
380
384
|
export const __wbg_get_xmtpcursor_sequence_id: (a: number) => bigint;
|
|
381
385
|
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
382
|
-
export const
|
|
383
|
-
export const
|
|
384
|
-
export const
|
|
385
|
-
export const
|
|
386
|
-
export const
|
|
387
|
-
export const
|
|
388
|
-
export const
|
|
389
|
-
export const
|
|
390
|
-
export const
|
|
391
|
-
export const
|
|
392
|
-
export const
|
|
393
|
-
export const
|
|
394
|
-
export const
|
|
395
|
-
export const
|
|
396
|
-
export const
|
|
397
|
-
export const
|
|
398
|
-
export const
|
|
399
|
-
export const
|
|
400
|
-
export const
|
|
401
|
-
export const
|
|
402
|
-
export const
|
|
403
|
-
export const
|
|
404
|
-
export const
|
|
405
|
-
export const
|
|
406
|
-
export const
|
|
407
|
-
export const
|
|
408
|
-
export const
|
|
409
|
-
export const
|
|
410
|
-
export const
|
|
411
|
-
export const
|
|
412
|
-
export const
|
|
413
|
-
export const
|
|
414
|
-
export const
|
|
415
|
-
export const
|
|
416
|
-
export const
|
|
417
|
-
export const
|
|
418
|
-
export const
|
|
419
|
-
export const
|
|
420
|
-
export const
|
|
421
|
-
export const
|
|
422
|
-
export const
|
|
423
|
-
export const __wbg_get_metadatafieldchange_oldValue: (a: number) => [number, number];
|
|
424
|
-
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
386
|
+
export const __wbg_attachment_free: (a: number, b: number) => void;
|
|
387
|
+
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
388
|
+
export const __wbg_decodedmessagecontent_free: (a: number, b: number) => void;
|
|
389
|
+
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
390
|
+
export const __wbg_enrichedreply_free: (a: number, b: number) => void;
|
|
391
|
+
export const __wbg_get_attachment_content: (a: number) => [number, number];
|
|
392
|
+
export const __wbg_get_attachment_filename: (a: number) => [number, number];
|
|
393
|
+
export const __wbg_get_attachment_mimeType: (a: number) => [number, number];
|
|
394
|
+
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
395
|
+
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
396
|
+
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
397
|
+
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
398
|
+
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
399
|
+
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
400
|
+
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
401
|
+
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
402
|
+
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
403
|
+
export const __wbg_get_intent_actionId: (a: number) => [number, number];
|
|
404
|
+
export const __wbg_get_intent_id: (a: number) => [number, number];
|
|
405
|
+
export const __wbg_get_intent_metadata: (a: number) => any;
|
|
406
|
+
export const __wbg_get_listmessagesoptions_contentTypes: (a: number) => [number, number];
|
|
407
|
+
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
408
|
+
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
409
|
+
export const __wbg_get_listmessagesoptions_excludeContentTypes: (a: number) => [number, number];
|
|
410
|
+
export const __wbg_get_listmessagesoptions_excludeSenderInboxIds: (a: number) => [number, number];
|
|
411
|
+
export const __wbg_get_listmessagesoptions_insertedAfterNs: (a: number) => [number, bigint];
|
|
412
|
+
export const __wbg_get_listmessagesoptions_insertedBeforeNs: (a: number) => [number, bigint];
|
|
413
|
+
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
414
|
+
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
415
|
+
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
416
|
+
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
417
|
+
export const __wbg_get_listmessagesoptions_sortBy: (a: number) => number;
|
|
418
|
+
export const __wbg_get_message_content: (a: number) => number;
|
|
419
|
+
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
420
|
+
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
421
|
+
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
422
|
+
export const __wbg_get_message_kind: (a: number) => number;
|
|
423
|
+
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
424
|
+
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
425
|
+
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
426
|
+
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
425
427
|
export const __wbg_get_remoteattachment_contentDigest: (a: number) => [number, number];
|
|
426
428
|
export const __wbg_get_remoteattachment_contentLength: (a: number) => number;
|
|
427
429
|
export const __wbg_get_remoteattachment_filename: (a: number) => [number, number];
|
|
@@ -430,13 +432,8 @@ export const __wbg_get_remoteattachment_salt: (a: number) => [number, number];
|
|
|
430
432
|
export const __wbg_get_remoteattachment_scheme: (a: number) => [number, number];
|
|
431
433
|
export const __wbg_get_remoteattachment_secret: (a: number) => [number, number];
|
|
432
434
|
export const __wbg_get_remoteattachment_url: (a: number) => [number, number];
|
|
433
|
-
export const
|
|
434
|
-
export const
|
|
435
|
-
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
436
|
-
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
437
|
-
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
438
|
-
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
439
|
-
export const __wbg_get_remoteattachmentinfo_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];
|
|
440
437
|
export const __wbg_get_transactionmetadata_amount: (a: number) => number;
|
|
441
438
|
export const __wbg_get_transactionmetadata_currency: (a: number) => [number, number];
|
|
442
439
|
export const __wbg_get_transactionmetadata_decimals: (a: number) => number;
|
|
@@ -447,65 +444,52 @@ export const __wbg_get_transactionreference_metadata: (a: number) => number;
|
|
|
447
444
|
export const __wbg_get_transactionreference_namespace: (a: number) => [number, number];
|
|
448
445
|
export const __wbg_get_transactionreference_networkId: (a: number) => [number, number];
|
|
449
446
|
export const __wbg_get_transactionreference_reference: (a: number) => [number, number];
|
|
450
|
-
export const
|
|
451
|
-
export const
|
|
452
|
-
export const
|
|
453
|
-
export const
|
|
454
|
-
export const
|
|
455
|
-
export const __wbg_keypackagestatus_free: (a: number, b: number) => void;
|
|
456
|
-
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
457
|
-
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
458
|
-
export const __wbg_metadatafieldchange_free: (a: number, b: number) => void;
|
|
459
|
-
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
460
|
-
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
447
|
+
export const __wbg_intent_free: (a: number, b: number) => void;
|
|
448
|
+
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
449
|
+
export const __wbg_message_free: (a: number, b: number) => void;
|
|
450
|
+
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
451
|
+
export const __wbg_readreceipt_free: (a: number, b: number) => void;
|
|
461
452
|
export const __wbg_remoteattachment_free: (a: number, b: number) => void;
|
|
462
|
-
export const
|
|
463
|
-
export const
|
|
464
|
-
export const
|
|
465
|
-
export const
|
|
466
|
-
export const
|
|
467
|
-
export const
|
|
468
|
-
export const
|
|
469
|
-
export const
|
|
470
|
-
export const
|
|
471
|
-
export const
|
|
472
|
-
export const
|
|
473
|
-
export const
|
|
474
|
-
export const
|
|
475
|
-
export const
|
|
476
|
-
export const
|
|
477
|
-
export const
|
|
478
|
-
export const
|
|
479
|
-
export const
|
|
480
|
-
export const
|
|
481
|
-
export const
|
|
482
|
-
export const
|
|
483
|
-
export const
|
|
484
|
-
export const
|
|
485
|
-
export const
|
|
486
|
-
export const
|
|
487
|
-
export const
|
|
488
|
-
export const
|
|
489
|
-
export const
|
|
490
|
-
export const
|
|
491
|
-
export const
|
|
492
|
-
export const
|
|
493
|
-
export const
|
|
494
|
-
export const
|
|
495
|
-
export const __wbg_set_remoteattachment_contentDigest: (a: number, b: number, c: number) => void;
|
|
453
|
+
export const __wbg_reply_free: (a: number, b: number) => void;
|
|
454
|
+
export const __wbg_set_attachment_content: (a: number, b: number, c: number) => void;
|
|
455
|
+
export const __wbg_set_attachment_filename: (a: number, b: number, c: number) => void;
|
|
456
|
+
export const __wbg_set_attachment_mimeType: (a: number, b: number, c: number) => void;
|
|
457
|
+
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
458
|
+
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
459
|
+
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
460
|
+
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
461
|
+
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
462
|
+
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
463
|
+
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
464
|
+
export const __wbg_set_intent_metadata: (a: number, b: any) => void;
|
|
465
|
+
export const __wbg_set_listmessagesoptions_contentTypes: (a: number, b: number, c: number) => void;
|
|
466
|
+
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
467
|
+
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
468
|
+
export const __wbg_set_listmessagesoptions_excludeContentTypes: (a: number, b: number, c: number) => void;
|
|
469
|
+
export const __wbg_set_listmessagesoptions_excludeSenderInboxIds: (a: number, b: number, c: number) => void;
|
|
470
|
+
export const __wbg_set_listmessagesoptions_insertedAfterNs: (a: number, b: number, c: bigint) => void;
|
|
471
|
+
export const __wbg_set_listmessagesoptions_insertedBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
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;
|
|
476
|
+
export const __wbg_set_listmessagesoptions_sortBy: (a: number, b: number) => void;
|
|
477
|
+
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
478
|
+
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
479
|
+
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
480
|
+
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
481
|
+
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
482
|
+
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
483
|
+
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
484
|
+
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
485
|
+
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
496
486
|
export const __wbg_set_remoteattachment_contentLength: (a: number, b: number) => void;
|
|
497
487
|
export const __wbg_set_remoteattachment_filename: (a: number, b: number, c: number) => void;
|
|
498
488
|
export const __wbg_set_remoteattachment_nonce: (a: number, b: number, c: number) => void;
|
|
499
489
|
export const __wbg_set_remoteattachment_salt: (a: number, b: number, c: number) => void;
|
|
500
490
|
export const __wbg_set_remoteattachment_scheme: (a: number, b: number, c: number) => void;
|
|
501
491
|
export const __wbg_set_remoteattachment_secret: (a: number, b: number, c: number) => void;
|
|
502
|
-
export const
|
|
503
|
-
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
504
|
-
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
505
|
-
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
506
|
-
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
507
|
-
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
508
|
-
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
492
|
+
export const __wbg_set_reply_content: (a: number, b: number) => void;
|
|
509
493
|
export const __wbg_set_transactionmetadata_amount: (a: number, b: number) => void;
|
|
510
494
|
export const __wbg_set_transactionmetadata_decimals: (a: number, b: number) => void;
|
|
511
495
|
export const __wbg_set_transactionmetadata_fromAddress: (a: number, b: number, c: number) => void;
|
|
@@ -514,126 +498,150 @@ export const __wbg_set_transactionreference_metadata: (a: number, b: number) =>
|
|
|
514
498
|
export const __wbg_set_transactionreference_namespace: (a: number, b: number, c: number) => void;
|
|
515
499
|
export const __wbg_set_transactionreference_networkId: (a: number, b: number, c: number) => void;
|
|
516
500
|
export const __wbg_set_transactionreference_reference: (a: number, b: number, c: number) => void;
|
|
517
|
-
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
518
501
|
export const __wbg_transactionmetadata_free: (a: number, b: number) => void;
|
|
519
502
|
export const __wbg_transactionreference_free: (a: number, b: number) => void;
|
|
520
|
-
export const
|
|
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;
|
|
525
|
-
export const applySignatureRequest: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
526
|
-
export const client_accountIdentifier: (a: number) => any;
|
|
527
|
-
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
528
|
-
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
529
|
-
export const client_apiIdentityStatistics: (a: number) => number;
|
|
530
|
-
export const client_apiStatistics: (a: number) => number;
|
|
531
|
-
export const client_appVersion: (a: number) => [number, number];
|
|
532
|
-
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
533
|
-
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
534
|
-
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
535
|
-
export const client_clearAllStatistics: (a: number) => void;
|
|
536
|
-
export const client_conversations: (a: number) => number;
|
|
537
|
-
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
538
|
-
export const client_deleteMessage: (a: number, b: number, c: number) => [number, number, number];
|
|
539
|
-
export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
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;
|
|
543
|
-
export const client_inboxId: (a: number) => [number, number];
|
|
544
|
-
export const client_inboxState: (a: number, b: number) => any;
|
|
545
|
-
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
546
|
-
export const client_installationId: (a: number) => [number, number];
|
|
547
|
-
export const client_installationIdBytes: (a: number) => any;
|
|
548
|
-
export const client_isRegistered: (a: number) => number;
|
|
549
|
-
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
550
|
-
export const client_messageV2: (a: number, b: number, c: number) => any;
|
|
551
|
-
export const client_registerIdentity: (a: number, b: number) => any;
|
|
552
|
-
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
553
|
-
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
554
|
-
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
555
|
-
export const client_sendSyncRequest: (a: number) => any;
|
|
556
|
-
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
557
|
-
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
558
|
-
export const client_syncPreferences: (a: number) => any;
|
|
559
|
-
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
560
|
-
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
561
|
-
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
562
|
-
export const conversation_consentState: (a: number) => [number, number, number];
|
|
563
|
-
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
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];
|
|
567
|
-
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
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];
|
|
571
|
-
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
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;
|
|
576
|
-
export const groupsyncsummary_new: (a: number, b: number) => number;
|
|
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;
|
|
580
|
-
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
581
|
-
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
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;
|
|
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];
|
|
584
|
-
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
585
|
-
export const signaturerequesthandle_addPasskeySignature: (a: number, b: number) => any;
|
|
586
|
-
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
587
|
-
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
588
|
-
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [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;
|
|
591
|
-
export const __wbg_set_groupupdated_initiatedByInboxId: (a: number, b: number, c: number) => void;
|
|
592
|
-
export const __wbg_set_inbox_inboxId: (a: number, b: number, c: number) => void;
|
|
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;
|
|
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;
|
|
605
|
-
export const __wbg_attachment_free: (a: number, b: number) => void;
|
|
606
|
-
export const __wbg_get_attachment_content: (a: number) => [number, number];
|
|
607
|
-
export const __wbg_get_attachment_filename: (a: number) => [number, number];
|
|
608
|
-
export const __wbg_get_attachment_mimeType: (a: number) => [number, number];
|
|
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;
|
|
614
|
-
export const __wbg_set_attachment_content: (a: number, b: number, c: number) => void;
|
|
615
|
-
export const __wbg_set_attachment_filename: (a: number, b: number, c: number) => void;
|
|
616
|
-
export const __wbg_set_attachment_mimeType: (a: number, b: number, c: number) => void;
|
|
617
|
-
export const __wbg_set_intent_metadata: (a: number, b: any) => void;
|
|
503
|
+
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
618
504
|
export const decodeAttachment: (a: any) => [number, number, number];
|
|
619
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;
|
|
620
525
|
export const encodeAttachment: (a: number) => [number, number, number];
|
|
621
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];
|
|
622
535
|
export const intent_new: (a: number, b: number, c: number, d: number, e: any) => number;
|
|
623
|
-
export const
|
|
624
|
-
export const
|
|
625
|
-
export const
|
|
626
|
-
export const
|
|
627
|
-
export const
|
|
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;
|
|
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;
|
|
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;
|
|
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;
|
|
635
541
|
export const __wbg_set_intent_actionId: (a: number, b: number, c: number) => void;
|
|
636
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;
|
|
637
645
|
export const rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
|
|
638
646
|
export const rust_zstd_wasm_shim_free: (a: number) => void;
|
|
639
647
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
@@ -668,12 +676,12 @@ export const intounderlyingsink_close: (a: number) => any;
|
|
|
668
676
|
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
669
677
|
export const wasm_bindgen__convert__closures_____invoke__h753a3e053785270d: (a: number, b: number) => void;
|
|
670
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;
|
|
671
681
|
export const wasm_bindgen__convert__closures_____invoke__h9011598bdd38acb2: (a: number, b: number) => void;
|
|
672
682
|
export const wasm_bindgen__closure__destroy__h5e0a3136249b832f: (a: number, b: number) => void;
|
|
673
683
|
export const wasm_bindgen__convert__closures_____invoke__h34df32c886f66f02: (a: number, b: number, c: any) => void;
|
|
674
684
|
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
685
|
export const wasm_bindgen__convert__closures_____invoke__h18a484e2affd7fe5: (a: number, b: number, c: any, d: any) => void;
|
|
678
686
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
679
687
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|