@xmtp/wasm-bindings 1.2.0-rc2 → 1.2.0-rc4
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 +281 -226
- package/dist/bindings_wasm.js +334 -175
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +256 -224
- package/dist/snippets/sqlite-wasm-rs-7363ec544fce135b/src/vfs/utils.js +11 -0
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
Binary file
|
|
@@ -1,117 +1,6 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
5
|
-
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
6
|
-
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
7
|
-
export const __wbg_get_listconversationsoptions_conversationType: (a: number) => number;
|
|
8
|
-
export const __wbg_set_listconversationsoptions_conversationType: (a: number, b: number) => void;
|
|
9
|
-
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
10
|
-
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
11
|
-
export const __wbg_get_listconversationsoptions_createdBeforeNs: (a: number) => [number, bigint];
|
|
12
|
-
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
13
|
-
export const __wbg_get_listconversationsoptions_includeDuplicateDms: (a: number) => number;
|
|
14
|
-
export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number, b: number) => void;
|
|
15
|
-
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
16
|
-
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
17
|
-
export const listconversationsoptions_new: (a: number, b: number, c: number, d: number, e: bigint, f: number, g: bigint, h: number, i: number, j: bigint) => number;
|
|
18
|
-
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
19
|
-
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
20
|
-
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
21
|
-
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
22
|
-
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
23
|
-
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
24
|
-
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
25
|
-
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
26
|
-
export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
|
|
27
|
-
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
28
|
-
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
29
|
-
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
30
|
-
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
31
|
-
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
32
|
-
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
33
|
-
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
34
|
-
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
35
|
-
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
36
|
-
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
37
|
-
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
38
|
-
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
39
|
-
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
40
|
-
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
41
|
-
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
42
|
-
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
43
|
-
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
44
|
-
export const createdmoptions_new: (a: number) => number;
|
|
45
|
-
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
46
|
-
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
47
|
-
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
48
|
-
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
49
|
-
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
50
|
-
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => number;
|
|
51
|
-
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
52
|
-
export const conversationlistitem_new: (a: number, b: number) => number;
|
|
53
|
-
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
54
|
-
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
55
|
-
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
56
|
-
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
57
|
-
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
58
|
-
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
59
|
-
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
60
|
-
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
61
|
-
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
62
|
-
export const conversations_sync: (a: number) => any;
|
|
63
|
-
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
64
|
-
export const conversations_syncDeviceSync: (a: number) => any;
|
|
65
|
-
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
66
|
-
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
67
|
-
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
68
|
-
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
69
|
-
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
70
|
-
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
71
|
-
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
72
|
-
export const __wbg_get_listmessagesoptions_contentTypes: (a: number) => [number, number];
|
|
73
|
-
export const __wbg_set_listmessagesoptions_contentTypes: (a: number, b: number, c: number) => void;
|
|
74
|
-
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
75
|
-
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
76
|
-
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
77
|
-
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
78
|
-
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
79
|
-
export const __wbg_set_listmessagesoptions_kind: (a: number, b: number) => void;
|
|
80
|
-
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) => number;
|
|
81
|
-
export const __wbg_message_free: (a: number, b: number) => void;
|
|
82
|
-
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
83
|
-
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
84
|
-
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
85
|
-
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
86
|
-
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
87
|
-
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
88
|
-
export const __wbg_get_message_content: (a: number) => number;
|
|
89
|
-
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
90
|
-
export const __wbg_get_message_kind: (a: number) => number;
|
|
91
|
-
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
92
|
-
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
93
|
-
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
94
|
-
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;
|
|
95
|
-
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
96
|
-
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
97
|
-
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
98
|
-
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
99
|
-
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
100
|
-
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
101
|
-
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
102
|
-
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
103
|
-
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
104
|
-
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
105
|
-
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
106
|
-
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
107
|
-
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
108
|
-
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
109
|
-
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
110
|
-
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
111
|
-
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
112
|
-
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
113
|
-
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
114
|
-
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
115
4
|
export const __wbg_client_free: (a: number, b: number) => void;
|
|
116
5
|
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
117
6
|
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
@@ -134,73 +23,10 @@ export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
|
134
23
|
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
135
24
|
export const client_conversations: (a: number) => number;
|
|
136
25
|
export const client_syncPreferences: (a: number) => any;
|
|
137
|
-
export const
|
|
138
|
-
export const
|
|
139
|
-
export const
|
|
140
|
-
export const
|
|
141
|
-
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
142
|
-
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
143
|
-
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
144
|
-
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
145
|
-
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
146
|
-
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
147
|
-
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
148
|
-
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
149
|
-
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
150
|
-
export const __wbg_get_remoteattachmentinfo_filename: (a: number) => [number, number];
|
|
151
|
-
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
152
|
-
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;
|
|
153
|
-
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
154
|
-
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
155
|
-
export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number, c: number) => void;
|
|
156
|
-
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
157
|
-
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
158
|
-
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
159
|
-
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
160
|
-
export const __wbg_get_reaction_action: (a: number) => number;
|
|
161
|
-
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
162
|
-
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
163
|
-
export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
|
|
164
|
-
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
165
|
-
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
166
|
-
export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
167
|
-
export const encodeReaction: (a: number) => [number, number, number];
|
|
168
|
-
export const decodeReaction: (a: any) => [number, number, number];
|
|
169
|
-
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
170
|
-
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
171
|
-
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
172
|
-
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
173
|
-
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
174
|
-
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
175
|
-
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
176
|
-
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
177
|
-
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
178
|
-
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
179
|
-
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
180
|
-
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
181
|
-
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
182
|
-
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
183
|
-
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
184
|
-
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
185
|
-
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
186
|
-
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
187
|
-
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
188
|
-
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
189
|
-
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
190
|
-
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
191
|
-
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
192
|
-
export const opfs_init_sqlite_opfs: () => any;
|
|
193
|
-
export const opfs_exists: () => number;
|
|
194
|
-
export const opfs_error: () => [number, number];
|
|
195
|
-
export const opfs_wipeFiles: () => any;
|
|
196
|
-
export const opfs_rm: (a: number, b: number) => [number, number, number];
|
|
197
|
-
export const opfs_getFileNames: () => [number, number];
|
|
198
|
-
export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
|
|
199
|
-
export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
|
|
200
|
-
export const opfs_getFileCount: () => number;
|
|
201
|
-
export const opfs_getCapacity: () => number;
|
|
202
|
-
export const opfs_addCapacity: (a: number) => any;
|
|
203
|
-
export const opfs_reduceCapacity: (a: number) => any;
|
|
26
|
+
export const client_apiStatistics: (a: number) => number;
|
|
27
|
+
export const client_apiIdentityStatistics: (a: number) => number;
|
|
28
|
+
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
29
|
+
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
204
30
|
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
205
31
|
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
206
32
|
export const client_createInboxSignatureText: (a: number) => [number, number, number, number];
|
|
@@ -215,33 +41,6 @@ export const client_addScwSignature: (a: number, b: number, c: any, d: bigint, e
|
|
|
215
41
|
export const client_applySignatureRequests: (a: number) => any;
|
|
216
42
|
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
217
43
|
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
218
|
-
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
219
|
-
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
220
|
-
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
221
|
-
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
222
|
-
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
223
|
-
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
224
|
-
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
225
|
-
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
226
|
-
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
227
|
-
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
228
|
-
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
229
|
-
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
230
|
-
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
231
|
-
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
232
|
-
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
233
|
-
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
234
|
-
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
235
|
-
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
236
|
-
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
237
|
-
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
238
|
-
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
239
|
-
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
240
|
-
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
241
|
-
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
242
|
-
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
243
|
-
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
244
|
-
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
245
44
|
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
246
45
|
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
247
46
|
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
@@ -310,6 +109,235 @@ export const conversation_isMessageDisappearingEnabled: (a: number) => [number,
|
|
|
310
109
|
export const conversation_getHmacKeys: (a: number) => [number, number, number];
|
|
311
110
|
export const conversation_getDebugInfo: (a: number) => any;
|
|
312
111
|
export const conversation_findDuplicateDms: (a: number) => any;
|
|
112
|
+
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
113
|
+
export const opfs_init_sqlite_opfs: () => any;
|
|
114
|
+
export const opfs_exists: () => number;
|
|
115
|
+
export const opfs_error: () => [number, number];
|
|
116
|
+
export const opfs_wipeFiles: () => any;
|
|
117
|
+
export const opfs_rm: (a: number, b: number) => [number, number, number];
|
|
118
|
+
export const opfs_getFileNames: () => [number, number];
|
|
119
|
+
export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
|
|
120
|
+
export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
|
|
121
|
+
export const opfs_getFileCount: () => number;
|
|
122
|
+
export const opfs_getCapacity: () => number;
|
|
123
|
+
export const opfs_addCapacity: (a: number) => any;
|
|
124
|
+
export const opfs_reduceCapacity: (a: number) => any;
|
|
125
|
+
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
126
|
+
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
127
|
+
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
128
|
+
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
129
|
+
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
130
|
+
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
131
|
+
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
132
|
+
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
133
|
+
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
134
|
+
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
135
|
+
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
136
|
+
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
137
|
+
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
138
|
+
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
139
|
+
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
140
|
+
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
141
|
+
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
142
|
+
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
143
|
+
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
144
|
+
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
145
|
+
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
146
|
+
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
147
|
+
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
148
|
+
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
149
|
+
export const __wbg_get_remoteattachmentinfo_contentDigest: (a: number) => [number, number];
|
|
150
|
+
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
151
|
+
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
152
|
+
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
153
|
+
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
154
|
+
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
155
|
+
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
156
|
+
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
157
|
+
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
158
|
+
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
159
|
+
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
160
|
+
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
161
|
+
export const __wbg_get_remoteattachmentinfo_filename: (a: number) => [number, number];
|
|
162
|
+
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
163
|
+
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;
|
|
164
|
+
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
165
|
+
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
166
|
+
export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number, c: number) => void;
|
|
167
|
+
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
168
|
+
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
169
|
+
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
170
|
+
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
171
|
+
export const __wbg_get_reaction_action: (a: number) => number;
|
|
172
|
+
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
173
|
+
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
174
|
+
export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
|
|
175
|
+
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
176
|
+
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
177
|
+
export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
178
|
+
export const encodeReaction: (a: number) => [number, number, number];
|
|
179
|
+
export const decodeReaction: (a: any) => [number, number, number];
|
|
180
|
+
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
181
|
+
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
182
|
+
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
183
|
+
export const __wbg_get_listconversationsoptions_conversationType: (a: number) => number;
|
|
184
|
+
export const __wbg_set_listconversationsoptions_conversationType: (a: number, b: number) => void;
|
|
185
|
+
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
186
|
+
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
187
|
+
export const __wbg_get_listconversationsoptions_createdBeforeNs: (a: number) => [number, bigint];
|
|
188
|
+
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
189
|
+
export const __wbg_get_listconversationsoptions_includeDuplicateDms: (a: number) => number;
|
|
190
|
+
export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number, b: number) => void;
|
|
191
|
+
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
192
|
+
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
193
|
+
export const listconversationsoptions_new: (a: number, b: number, c: number, d: number, e: bigint, f: number, g: bigint, h: number, i: number, j: bigint) => number;
|
|
194
|
+
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
195
|
+
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
196
|
+
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
197
|
+
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
198
|
+
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
199
|
+
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
200
|
+
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
201
|
+
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
202
|
+
export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
|
|
203
|
+
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
204
|
+
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
205
|
+
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
206
|
+
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
207
|
+
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
208
|
+
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
209
|
+
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
210
|
+
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
211
|
+
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
212
|
+
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
213
|
+
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
214
|
+
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
215
|
+
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
216
|
+
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
217
|
+
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
218
|
+
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
219
|
+
export const createdmoptions_new: (a: number) => number;
|
|
220
|
+
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
221
|
+
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
222
|
+
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
223
|
+
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
224
|
+
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
225
|
+
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => number;
|
|
226
|
+
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
227
|
+
export const conversationlistitem_new: (a: number, b: number) => number;
|
|
228
|
+
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
229
|
+
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
230
|
+
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
231
|
+
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
232
|
+
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
233
|
+
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
234
|
+
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
235
|
+
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
236
|
+
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
237
|
+
export const conversations_sync: (a: number) => any;
|
|
238
|
+
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
239
|
+
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
240
|
+
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
241
|
+
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
242
|
+
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
243
|
+
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
244
|
+
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
245
|
+
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
246
|
+
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
247
|
+
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
248
|
+
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
249
|
+
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
250
|
+
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
251
|
+
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
252
|
+
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
253
|
+
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
254
|
+
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
255
|
+
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
256
|
+
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
257
|
+
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
258
|
+
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
259
|
+
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
260
|
+
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
261
|
+
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
262
|
+
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
263
|
+
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
264
|
+
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
265
|
+
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
266
|
+
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
267
|
+
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
268
|
+
export const __wbg_get_listmessagesoptions_contentTypes: (a: number) => [number, number];
|
|
269
|
+
export const __wbg_set_listmessagesoptions_contentTypes: (a: number, b: number, c: number) => void;
|
|
270
|
+
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
271
|
+
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
272
|
+
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
273
|
+
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
274
|
+
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
275
|
+
export const __wbg_set_listmessagesoptions_kind: (a: number, b: number) => void;
|
|
276
|
+
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) => number;
|
|
277
|
+
export const __wbg_message_free: (a: number, b: number) => void;
|
|
278
|
+
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
279
|
+
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
280
|
+
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
281
|
+
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
282
|
+
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
283
|
+
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
284
|
+
export const __wbg_get_message_content: (a: number) => number;
|
|
285
|
+
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
286
|
+
export const __wbg_get_message_kind: (a: number) => number;
|
|
287
|
+
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
288
|
+
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
289
|
+
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
290
|
+
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;
|
|
291
|
+
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
292
|
+
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
293
|
+
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
294
|
+
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
295
|
+
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
296
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
297
|
+
export const streamcloser_end: (a: number) => void;
|
|
298
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
299
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
300
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
301
|
+
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
302
|
+
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
303
|
+
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
304
|
+
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
305
|
+
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
306
|
+
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
307
|
+
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
308
|
+
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
309
|
+
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
310
|
+
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
311
|
+
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
312
|
+
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
313
|
+
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
314
|
+
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
315
|
+
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
316
|
+
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
317
|
+
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
318
|
+
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
319
|
+
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
320
|
+
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
321
|
+
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
322
|
+
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
323
|
+
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
324
|
+
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
325
|
+
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
326
|
+
export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
|
|
327
|
+
export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
|
|
328
|
+
export const __wbg_get_apistats_send_group_messages: (a: number) => bigint;
|
|
329
|
+
export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
|
|
330
|
+
export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
|
|
331
|
+
export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
|
|
332
|
+
export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
|
|
333
|
+
export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
|
|
334
|
+
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
335
|
+
export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
|
|
336
|
+
export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
|
|
337
|
+
export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
|
|
338
|
+
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
339
|
+
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
340
|
+
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
313
341
|
export const getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
|
|
314
342
|
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
315
343
|
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
@@ -321,6 +349,8 @@ export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, b
|
|
|
321
349
|
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
322
350
|
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
323
351
|
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
352
|
+
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
353
|
+
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
324
354
|
export const __wbg_get_inboxstate_recoveryIdentifier: (a: number) => any;
|
|
325
355
|
export const __wbg_set_inboxstate_recoveryIdentifier: (a: number, b: any) => void;
|
|
326
356
|
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
@@ -334,22 +364,21 @@ export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void
|
|
|
334
364
|
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
335
365
|
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
336
366
|
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
337
|
-
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
338
|
-
export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
|
|
339
|
-
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
340
|
-
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
341
367
|
export const client_inboxState: (a: number, b: number) => any;
|
|
342
368
|
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
343
369
|
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
344
|
-
export const
|
|
345
|
-
export const
|
|
346
|
-
export const
|
|
347
|
-
export const
|
|
348
|
-
export const
|
|
349
|
-
export const
|
|
350
|
-
export const
|
|
351
|
-
export const
|
|
352
|
-
export const
|
|
370
|
+
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
371
|
+
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
372
|
+
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
373
|
+
export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
|
|
374
|
+
export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
|
|
375
|
+
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
376
|
+
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
377
|
+
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
378
|
+
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
379
|
+
export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
|
|
380
|
+
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
381
|
+
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
353
382
|
export const rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
354
383
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
355
384
|
export const rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
|
|
@@ -361,9 +390,13 @@ export const rust_zstd_wasm_shim_memset: (a: number, b: number, c: number) => nu
|
|
|
361
390
|
export const rust_sqlite_wasm_shim_localtime_js: (a: bigint, b: number) => void;
|
|
362
391
|
export const rust_sqlite_wasm_shim_tzset_js: (a: number, b: number, c: number, d: number) => void;
|
|
363
392
|
export const rust_sqlite_wasm_shim_emscripten_get_now: () => number;
|
|
393
|
+
export const rust_sqlite_wasm_shim_wasi_random_get: (a: number, b: number) => number;
|
|
394
|
+
export const rust_sqlite_wasm_shim_exit: (a: number) => void;
|
|
395
|
+
export const rust_sqlite_wasm_shim_abort_js: () => void;
|
|
364
396
|
export const rust_sqlite_wasm_shim_malloc: (a: number) => number;
|
|
365
397
|
export const rust_sqlite_wasm_shim_free: (a: number) => void;
|
|
366
398
|
export const rust_sqlite_wasm_shim_realloc: (a: number, b: number) => number;
|
|
399
|
+
export const rust_sqlite_wasm_shim_calloc: (a: number, b: number) => number;
|
|
367
400
|
export const sqlite3_os_init: () => number;
|
|
368
401
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
369
402
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
@@ -387,10 +420,9 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
387
420
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
388
421
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
389
422
|
export const __externref_table_dealloc: (a: number) => void;
|
|
390
|
-
export const
|
|
391
|
-
export const
|
|
392
|
-
export const
|
|
393
|
-
export const
|
|
394
|
-
export const
|
|
395
|
-
export const closure5473_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
423
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h575b04d35ced4eef: (a: number, b: number) => void;
|
|
424
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h796728156b0a2ca1: (a: number, b: number) => void;
|
|
425
|
+
export const closure4444_externref_shim: (a: number, b: number, c: any) => void;
|
|
426
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5c244b99d95a8e7a: (a: number, b: number) => void;
|
|
427
|
+
export const closure5415_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
396
428
|
export const __wbindgen_start: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export class JSUtils {
|
|
2
|
+
static toSlice(mem, src, dst, len) {
|
|
3
|
+
const slice = new Uint8Array(mem.buffer, dst, len);
|
|
4
|
+
slice.set(src, 0);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
static toUint8Array(mem, src, len, dst) {
|
|
8
|
+
const slice = new Uint8Array(mem.buffer, src, len);
|
|
9
|
+
dst.set(slice, 0);
|
|
10
|
+
}
|
|
11
|
+
}
|
package/dist/version.json
CHANGED