@xmtp/wasm-bindings 0.0.20 → 1.0.0-rc1
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/README.md +2 -3
- package/dist/bindings_wasm.d.ts +200 -170
- package/dist/bindings_wasm.js +356 -223
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +156 -146
- package/package.json +1 -1
|
Binary file
|
|
@@ -1,6 +1,147 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
+
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
5
|
+
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
6
|
+
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
7
|
+
export const __wbg_get_remoteattachmentinfo_contentDigest: (a: number) => [number, number];
|
|
8
|
+
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
9
|
+
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
10
|
+
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
11
|
+
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
12
|
+
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
13
|
+
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
14
|
+
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
15
|
+
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
16
|
+
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
17
|
+
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
18
|
+
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
19
|
+
export const __wbg_get_remoteattachmentinfo_filename: (a: number) => [number, number];
|
|
20
|
+
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
21
|
+
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;
|
|
22
|
+
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
23
|
+
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
24
|
+
export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number, c: number) => void;
|
|
25
|
+
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
26
|
+
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
27
|
+
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
28
|
+
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
29
|
+
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
30
|
+
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
31
|
+
export const __wbg_get_reaction_action: (a: number) => number;
|
|
32
|
+
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
33
|
+
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
34
|
+
export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
|
|
35
|
+
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
36
|
+
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
37
|
+
export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
38
|
+
export const encodeReaction: (a: number) => [number, number, number];
|
|
39
|
+
export const decodeReaction: (a: any) => [number, number, number];
|
|
40
|
+
export const __wbg_groupmetadata_free: (a: number, b: number) => void;
|
|
41
|
+
export const groupmetadata_creatorInboxId: (a: number) => [number, number];
|
|
42
|
+
export const groupmetadata_conversationType: (a: number) => [number, number];
|
|
43
|
+
export const __wbg_groupmember_free: (a: number, b: number) => void;
|
|
44
|
+
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
45
|
+
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
46
|
+
export const __wbg_get_groupmember_accountAddresses: (a: number) => [number, number];
|
|
47
|
+
export const __wbg_set_groupmember_accountAddresses: (a: number, b: number, c: number) => void;
|
|
48
|
+
export const __wbg_get_groupmember_installationIds: (a: number) => [number, number];
|
|
49
|
+
export const __wbg_set_groupmember_installationIds: (a: number, b: number, c: number) => void;
|
|
50
|
+
export const __wbg_get_groupmember_permissionLevel: (a: number) => number;
|
|
51
|
+
export const __wbg_set_groupmember_permissionLevel: (a: number, b: number) => void;
|
|
52
|
+
export const __wbg_get_groupmember_consentState: (a: number) => number;
|
|
53
|
+
export const __wbg_set_groupmember_consentState: (a: number, b: number) => void;
|
|
54
|
+
export const groupmember_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
55
|
+
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
56
|
+
export const conversation_id: (a: number) => [number, number];
|
|
57
|
+
export const conversation_send: (a: number, b: number) => any;
|
|
58
|
+
export const conversation_sendOptimistic: (a: number, b: number) => [number, number, number, number];
|
|
59
|
+
export const conversation_publishMessages: (a: number) => any;
|
|
60
|
+
export const conversation_sync: (a: number) => any;
|
|
61
|
+
export const conversation_findMessages: (a: number, b: number) => any;
|
|
62
|
+
export const conversation_findMessagesWithReactions: (a: number, b: number) => any;
|
|
63
|
+
export const conversation_listMembers: (a: number) => any;
|
|
64
|
+
export const conversation_adminList: (a: number) => [number, number, number, number];
|
|
65
|
+
export const conversation_superAdminList: (a: number) => [number, number, number, number];
|
|
66
|
+
export const conversation_isAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
67
|
+
export const conversation_isSuperAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
68
|
+
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
69
|
+
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
70
|
+
export const conversation_removeAdmin: (a: number, b: number, c: number) => any;
|
|
71
|
+
export const conversation_addSuperAdmin: (a: number, b: number, c: number) => any;
|
|
72
|
+
export const conversation_removeSuperAdmin: (a: number, b: number, c: number) => any;
|
|
73
|
+
export const conversation_groupPermissions: (a: number) => [number, number, number];
|
|
74
|
+
export const conversation_addMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
75
|
+
export const conversation_removeMembers: (a: number, b: number, c: number) => any;
|
|
76
|
+
export const conversation_removeMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
77
|
+
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
78
|
+
export const conversation_groupName: (a: number) => [number, number, number, number];
|
|
79
|
+
export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: number) => any;
|
|
80
|
+
export const conversation_groupImageUrlSquare: (a: number) => [number, number, number, number];
|
|
81
|
+
export const conversation_updateGroupDescription: (a: number, b: number, c: number) => any;
|
|
82
|
+
export const conversation_groupDescription: (a: number) => [number, number, number, number];
|
|
83
|
+
export const conversation_stream: (a: number, b: any) => [number, number, number];
|
|
84
|
+
export const conversation_createdAtNs: (a: number) => bigint;
|
|
85
|
+
export const conversation_isActive: (a: number) => [number, number, number];
|
|
86
|
+
export const conversation_pausedForVersion: (a: number) => [number, number, number, number];
|
|
87
|
+
export const conversation_addedByInboxId: (a: number) => [number, number, number, number];
|
|
88
|
+
export const conversation_groupMetadata: (a: number) => any;
|
|
89
|
+
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
90
|
+
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
91
|
+
export const conversation_updateMessageDisappearingSettings: (a: number, b: number) => any;
|
|
92
|
+
export const conversation_removeMessageDisappearingSettings: (a: number) => any;
|
|
93
|
+
export const conversation_messageDisappearingSettings: (a: number) => [number, number, number];
|
|
94
|
+
export const conversation_isMessageDisappearingEnabled: (a: number) => [number, number, number];
|
|
95
|
+
export const conversation_getHmacKeys: (a: number) => [number, number, number];
|
|
96
|
+
export const getInboxIdForAddress: (a: number, b: number, c: number) => any;
|
|
97
|
+
export const generateInboxId: (a: number) => [number, number, number, number];
|
|
98
|
+
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
99
|
+
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
100
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
101
|
+
export const streamcloser_end: (a: number) => void;
|
|
102
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
103
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
104
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
105
|
+
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
106
|
+
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
107
|
+
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
108
|
+
export const __wbg_get_consent_state: (a: number) => number;
|
|
109
|
+
export const __wbg_set_consent_state: (a: number, b: number) => void;
|
|
110
|
+
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
111
|
+
export const __wbg_set_consent_entity: (a: number, b: number, c: number) => void;
|
|
112
|
+
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
113
|
+
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
114
|
+
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
115
|
+
export const conversation_consentState: (a: number) => [number, number, number];
|
|
116
|
+
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
117
|
+
export const __wbg_identifier_free: (a: number, b: number) => void;
|
|
118
|
+
export const __wbg_get_identifier_identifier_kind: (a: number) => number;
|
|
119
|
+
export const __wbg_set_identifier_identifier_kind: (a: number, b: number) => void;
|
|
120
|
+
export const __wbg_get_identifier_relying_party: (a: number) => [number, number];
|
|
121
|
+
export const __wbg_set_identifier_relying_party: (a: number, b: number, c: number) => void;
|
|
122
|
+
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
123
|
+
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
124
|
+
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
125
|
+
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
126
|
+
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
127
|
+
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
128
|
+
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
129
|
+
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
130
|
+
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
131
|
+
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
132
|
+
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
133
|
+
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
134
|
+
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
135
|
+
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
136
|
+
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
137
|
+
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
138
|
+
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
139
|
+
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
140
|
+
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
141
|
+
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
142
|
+
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
143
|
+
export const __wbg_set_identifier_identifier: (a: number, b: number, c: number) => void;
|
|
144
|
+
export const __wbg_get_identifier_identifier: (a: number) => [number, number];
|
|
4
145
|
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
5
146
|
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
6
147
|
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
@@ -45,7 +186,7 @@ export const conversationlistitem_new: (a: number, b: number) => number;
|
|
|
45
186
|
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
46
187
|
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
47
188
|
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
48
|
-
export const conversations_createDm: (a: number, b: number, c: number
|
|
189
|
+
export const conversations_createDm: (a: number, b: number, c: number) => any;
|
|
49
190
|
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
50
191
|
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
51
192
|
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
@@ -93,11 +234,13 @@ export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, b
|
|
|
93
234
|
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
94
235
|
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
95
236
|
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
237
|
+
export const __wbg_get_inboxstate_recoveryIdentifier: (a: number) => number;
|
|
238
|
+
export const __wbg_set_inboxstate_recoveryIdentifier: (a: number, b: number) => void;
|
|
96
239
|
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
97
240
|
export const __wbg_set_inboxstate_installations: (a: number, b: number, c: number) => void;
|
|
98
241
|
export const __wbg_get_inboxstate_accountAddresses: (a: number) => [number, number];
|
|
99
242
|
export const __wbg_set_inboxstate_accountAddresses: (a: number, b: number, c: number) => void;
|
|
100
|
-
export const inboxstate_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number
|
|
243
|
+
export const inboxstate_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => number;
|
|
101
244
|
export const client_inboxState: (a: number, b: number) => any;
|
|
102
245
|
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
103
246
|
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
@@ -142,9 +285,7 @@ export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number,
|
|
|
142
285
|
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
143
286
|
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
144
287
|
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
145
|
-
export const __wbg_set_inboxstate_recoveryAddress: (a: number, b: number, c: number) => void;
|
|
146
288
|
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
147
|
-
export const __wbg_get_inboxstate_recoveryAddress: (a: number) => [number, number];
|
|
148
289
|
export const __wbg_client_free: (a: number, b: number) => void;
|
|
149
290
|
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
150
291
|
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
@@ -154,8 +295,8 @@ export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
|
154
295
|
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
155
296
|
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
156
297
|
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
157
|
-
export const createClient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number
|
|
158
|
-
export const client_accountAddress: (a: number) =>
|
|
298
|
+
export const createClient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number) => any;
|
|
299
|
+
export const client_accountAddress: (a: number) => number;
|
|
159
300
|
export const client_inboxId: (a: number) => [number, number];
|
|
160
301
|
export const client_isRegistered: (a: number) => number;
|
|
161
302
|
export const client_installationId: (a: number) => [number, number];
|
|
@@ -164,152 +305,21 @@ export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
|
164
305
|
export const client_registerIdentity: (a: number) => any;
|
|
165
306
|
export const client_sendHistorySyncRequest: (a: number) => any;
|
|
166
307
|
export const client_sendConsentSyncRequest: (a: number) => any;
|
|
167
|
-
export const client_findInboxIdByAddress: (a: number, b: number
|
|
308
|
+
export const client_findInboxIdByAddress: (a: number, b: number) => any;
|
|
168
309
|
export const client_conversations: (a: number) => number;
|
|
169
|
-
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
170
|
-
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
171
|
-
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
172
|
-
export const __wbg_get_consent_state: (a: number) => number;
|
|
173
|
-
export const __wbg_set_consent_state: (a: number, b: number) => void;
|
|
174
|
-
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
175
|
-
export const __wbg_set_consent_entity: (a: number, b: number, c: number) => void;
|
|
176
|
-
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
177
|
-
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
178
|
-
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
179
|
-
export const conversation_consentState: (a: number) => [number, number, number];
|
|
180
|
-
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
181
|
-
export const getInboxIdForAddress: (a: number, b: number, c: number, d: number) => any;
|
|
182
|
-
export const generateInboxId: (a: number, b: number) => [number, number, number, number];
|
|
183
|
-
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
184
|
-
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
185
|
-
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
186
|
-
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
187
|
-
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
188
|
-
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
189
|
-
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
190
|
-
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
191
|
-
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
192
|
-
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
193
|
-
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
194
|
-
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
195
|
-
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
196
|
-
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
197
|
-
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
198
|
-
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
199
|
-
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
200
|
-
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
201
|
-
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
202
|
-
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
203
|
-
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
204
310
|
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
311
|
+
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
205
312
|
export const client_createInboxSignatureText: (a: number) => [number, number, number, number];
|
|
206
|
-
export const client_addWalletSignatureText: (a: number, b: number
|
|
207
|
-
export const client_revokeWalletSignatureText: (a: number, b: number
|
|
313
|
+
export const client_addWalletSignatureText: (a: number, b: number) => any;
|
|
314
|
+
export const client_revokeWalletSignatureText: (a: number, b: number) => any;
|
|
208
315
|
export const client_revokeAllOtherInstallationsSignatureText: (a: number) => any;
|
|
209
316
|
export const client_revokeInstallationsSignatureText: (a: number, b: number, c: number) => any;
|
|
210
|
-
export const
|
|
317
|
+
export const client_addEcdsaSignature: (a: number, b: number, c: any) => any;
|
|
318
|
+
export const client_addPasskeySignature: (a: number, b: number, c: number) => any;
|
|
211
319
|
export const client_addScwSignature: (a: number, b: number, c: any, d: bigint, e: number, f: bigint) => any;
|
|
212
320
|
export const client_applySignatureRequests: (a: number) => any;
|
|
213
321
|
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
214
322
|
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
215
|
-
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
216
|
-
export const streamcloser_end: (a: number) => void;
|
|
217
|
-
export const streamcloser_endAndWait: (a: number) => any;
|
|
218
|
-
export const streamcloser_waitForReady: (a: number) => any;
|
|
219
|
-
export const streamcloser_isClosed: (a: number) => number;
|
|
220
|
-
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
221
|
-
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
222
|
-
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
223
|
-
export const __wbg_get_remoteattachmentinfo_contentDigest: (a: number) => [number, number];
|
|
224
|
-
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
225
|
-
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
226
|
-
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
227
|
-
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
228
|
-
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
229
|
-
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
230
|
-
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
231
|
-
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
232
|
-
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
233
|
-
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
234
|
-
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
235
|
-
export const __wbg_get_remoteattachmentinfo_filename: (a: number) => [number, number];
|
|
236
|
-
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
237
|
-
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;
|
|
238
|
-
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
239
|
-
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
240
|
-
export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number, c: number) => void;
|
|
241
|
-
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
242
|
-
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
243
|
-
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
244
|
-
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
245
|
-
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
246
|
-
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
247
|
-
export const __wbg_get_reaction_action: (a: number) => number;
|
|
248
|
-
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
249
|
-
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
250
|
-
export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
|
|
251
|
-
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
252
|
-
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
253
|
-
export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
254
|
-
export const encodeReaction: (a: number) => [number, number, number];
|
|
255
|
-
export const decodeReaction: (a: any) => [number, number, number];
|
|
256
|
-
export const __wbg_groupmetadata_free: (a: number, b: number) => void;
|
|
257
|
-
export const groupmetadata_creatorInboxId: (a: number) => [number, number];
|
|
258
|
-
export const groupmetadata_conversationType: (a: number) => [number, number];
|
|
259
|
-
export const __wbg_groupmember_free: (a: number, b: number) => void;
|
|
260
|
-
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
261
|
-
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
262
|
-
export const __wbg_get_groupmember_accountAddresses: (a: number) => [number, number];
|
|
263
|
-
export const __wbg_set_groupmember_accountAddresses: (a: number, b: number, c: number) => void;
|
|
264
|
-
export const __wbg_get_groupmember_installationIds: (a: number) => [number, number];
|
|
265
|
-
export const __wbg_set_groupmember_installationIds: (a: number, b: number, c: number) => void;
|
|
266
|
-
export const __wbg_get_groupmember_permissionLevel: (a: number) => number;
|
|
267
|
-
export const __wbg_set_groupmember_permissionLevel: (a: number, b: number) => void;
|
|
268
|
-
export const __wbg_get_groupmember_consentState: (a: number) => number;
|
|
269
|
-
export const __wbg_set_groupmember_consentState: (a: number, b: number) => void;
|
|
270
|
-
export const groupmember_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
271
|
-
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
272
|
-
export const conversation_id: (a: number) => [number, number];
|
|
273
|
-
export const conversation_send: (a: number, b: number) => any;
|
|
274
|
-
export const conversation_sendOptimistic: (a: number, b: number) => [number, number, number, number];
|
|
275
|
-
export const conversation_publishMessages: (a: number) => any;
|
|
276
|
-
export const conversation_sync: (a: number) => any;
|
|
277
|
-
export const conversation_findMessages: (a: number, b: number) => any;
|
|
278
|
-
export const conversation_findMessagesWithReactions: (a: number, b: number) => any;
|
|
279
|
-
export const conversation_listMembers: (a: number) => any;
|
|
280
|
-
export const conversation_adminList: (a: number) => [number, number, number, number];
|
|
281
|
-
export const conversation_superAdminList: (a: number) => [number, number, number, number];
|
|
282
|
-
export const conversation_isAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
283
|
-
export const conversation_isSuperAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
284
|
-
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
285
|
-
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
286
|
-
export const conversation_removeAdmin: (a: number, b: number, c: number) => any;
|
|
287
|
-
export const conversation_addSuperAdmin: (a: number, b: number, c: number) => any;
|
|
288
|
-
export const conversation_removeSuperAdmin: (a: number, b: number, c: number) => any;
|
|
289
|
-
export const conversation_groupPermissions: (a: number) => [number, number, number];
|
|
290
|
-
export const conversation_addMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
291
|
-
export const conversation_removeMembers: (a: number, b: number, c: number) => any;
|
|
292
|
-
export const conversation_removeMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
293
|
-
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
294
|
-
export const conversation_groupName: (a: number) => [number, number, number, number];
|
|
295
|
-
export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: number) => any;
|
|
296
|
-
export const conversation_groupImageUrlSquare: (a: number) => [number, number, number, number];
|
|
297
|
-
export const conversation_updateGroupDescription: (a: number, b: number, c: number) => any;
|
|
298
|
-
export const conversation_groupDescription: (a: number) => [number, number, number, number];
|
|
299
|
-
export const conversation_stream: (a: number, b: any) => [number, number, number];
|
|
300
|
-
export const conversation_createdAtNs: (a: number) => bigint;
|
|
301
|
-
export const conversation_isActive: (a: number) => [number, number, number];
|
|
302
|
-
export const conversation_addedByInboxId: (a: number) => [number, number, number, number];
|
|
303
|
-
export const conversation_groupMetadata: (a: number) => any;
|
|
304
|
-
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
305
|
-
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
306
|
-
export const conversation_updateMessageDisappearingSettings: (a: number, b: number) => any;
|
|
307
|
-
export const conversation_removeMessageDisappearingSettings: (a: number) => any;
|
|
308
|
-
export const conversation_messageDisappearingSettings: (a: number) => [number, number, number];
|
|
309
|
-
export const conversation_isMessageDisappearingEnabled: (a: number) => [number, number, number];
|
|
310
|
-
export const conversation_getHmacKeys: (a: number) => [number, number, number];
|
|
311
|
-
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
312
|
-
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
313
323
|
export const rust_sqlite_wasm_shim_localtime_js: (a: bigint, b: number) => void;
|
|
314
324
|
export const rust_sqlite_wasm_shim_tzset_js: (a: number, b: number, c: number, d: number) => void;
|
|
315
325
|
export const rust_sqlite_wasm_shim_emscripten_get_now: () => number;
|
|
@@ -340,7 +350,7 @@ export const __externref_drop_slice: (a: number, b: number) => void;
|
|
|
340
350
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
341
351
|
export const __externref_table_dealloc: (a: number) => void;
|
|
342
352
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hff1927556d6713ec: (a: number, b: number) => void;
|
|
343
|
-
export const
|
|
344
|
-
export const
|
|
345
|
-
export const
|
|
353
|
+
export const closure3746_externref_shim: (a: number, b: number, c: any) => void;
|
|
354
|
+
export const closure4755_externref_shim: (a: number, b: number, c: any, d: number, e: any) => number;
|
|
355
|
+
export const closure4754_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
346
356
|
export const __wbindgen_start: () => void;
|