@xmtp/wasm-bindings 1.4.0 → 1.5.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/dist/bindings_wasm.d.ts +223 -222
- package/dist/bindings_wasm.js +393 -374
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +209 -209
- package/dist/version.json +3 -3
- package/package.json +2 -2
|
Binary file
|
|
@@ -1,181 +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 messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
20
|
-
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
21
|
-
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
22
|
-
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
23
|
-
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
24
|
-
export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
|
|
25
|
-
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
26
|
-
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
27
|
-
export const __wbg_get_conversationdebuginfo_isCommitLogForked: (a: number) => number;
|
|
28
|
-
export const __wbg_set_conversationdebuginfo_isCommitLogForked: (a: number, b: number) => void;
|
|
29
|
-
export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
|
|
30
|
-
export const __wbg_set_conversationdebuginfo_localCommitLog: (a: number, b: number, c: number) => void;
|
|
31
|
-
export const __wbg_get_conversationdebuginfo_remoteCommitLog: (a: number) => [number, number];
|
|
32
|
-
export const __wbg_set_conversationdebuginfo_remoteCommitLog: (a: number, b: number, c: number) => void;
|
|
33
|
-
export const __wbg_get_conversationdebuginfo_cursor: (a: number) => bigint;
|
|
34
|
-
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: bigint) => void;
|
|
35
|
-
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
36
|
-
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
37
|
-
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
38
|
-
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
39
|
-
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
40
|
-
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
41
|
-
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
42
|
-
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
43
|
-
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
44
|
-
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
45
|
-
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
46
|
-
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
47
|
-
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
48
|
-
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
49
|
-
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
50
|
-
export const createdmoptions_new: (a: number) => number;
|
|
51
|
-
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
52
|
-
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
53
|
-
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
54
|
-
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
55
|
-
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
56
|
-
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
57
|
-
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => number;
|
|
58
|
-
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
59
|
-
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
60
|
-
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
61
|
-
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
62
|
-
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
63
|
-
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
64
|
-
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
65
|
-
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
66
|
-
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
67
|
-
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
68
|
-
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
69
|
-
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
70
|
-
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
71
|
-
export const conversations_sync: (a: number) => any;
|
|
72
|
-
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
73
|
-
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
74
|
-
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
75
|
-
export const conversations_streamLocal: (a: number, b: number) => any;
|
|
76
|
-
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
77
|
-
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
78
|
-
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
79
|
-
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
80
|
-
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
81
|
-
export const __wbg_get_listmessagesoptions_contentTypes: (a: number) => [number, number];
|
|
82
|
-
export const __wbg_set_listmessagesoptions_contentTypes: (a: number, b: number, c: number) => void;
|
|
83
|
-
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
84
|
-
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
85
|
-
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
86
|
-
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
87
|
-
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
88
|
-
export const __wbg_set_listmessagesoptions_kind: (a: number, b: number) => void;
|
|
89
|
-
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;
|
|
90
|
-
export const __wbg_message_free: (a: number, b: number) => void;
|
|
91
|
-
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
92
|
-
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
93
|
-
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
94
|
-
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
95
|
-
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
96
|
-
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
97
|
-
export const __wbg_get_message_content: (a: number) => number;
|
|
98
|
-
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
99
|
-
export const __wbg_get_message_kind: (a: number) => number;
|
|
100
|
-
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
101
|
-
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
102
|
-
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
103
|
-
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;
|
|
104
|
-
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
105
|
-
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
106
|
-
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
107
|
-
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
108
|
-
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
109
|
-
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
110
|
-
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
111
|
-
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
112
|
-
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
113
|
-
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
114
|
-
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
115
|
-
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
116
|
-
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
117
|
-
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
118
|
-
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
119
|
-
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
120
|
-
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
121
|
-
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
122
|
-
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
123
|
-
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
124
|
-
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
125
|
-
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
126
|
-
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
127
|
-
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
128
|
-
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
129
|
-
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
130
|
-
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
131
|
-
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
132
|
-
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
133
|
-
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
134
|
-
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
135
|
-
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
136
|
-
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
137
|
-
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
138
|
-
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
139
|
-
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
140
|
-
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
141
|
-
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
142
|
-
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
143
|
-
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
144
|
-
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
145
|
-
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
146
|
-
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
147
|
-
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
148
|
-
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
149
|
-
export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
|
|
150
|
-
export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
|
|
151
|
-
export const __wbg_get_apistats_send_group_messages: (a: number) => bigint;
|
|
152
|
-
export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
|
|
153
|
-
export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
|
|
154
|
-
export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
|
|
155
|
-
export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
|
|
156
|
-
export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
|
|
157
|
-
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
158
|
-
export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
|
|
159
|
-
export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
|
|
160
|
-
export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
|
|
161
|
-
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
162
|
-
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
163
|
-
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
164
|
-
export const getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
|
|
165
|
-
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
166
|
-
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
167
|
-
export const streamcloser_end: (a: number) => void;
|
|
168
|
-
export const streamcloser_endAndWait: (a: number) => any;
|
|
169
|
-
export const streamcloser_waitForReady: (a: number) => any;
|
|
170
|
-
export const streamcloser_isClosed: (a: number) => number;
|
|
171
|
-
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
172
|
-
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
173
|
-
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
174
|
-
export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
|
|
175
|
-
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
176
|
-
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
177
|
-
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
178
|
-
export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
|
|
179
4
|
export const __wbg_client_free: (a: number, b: number) => void;
|
|
180
5
|
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
181
6
|
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
@@ -224,7 +49,6 @@ export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
|
224
49
|
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
225
50
|
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
226
51
|
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
227
|
-
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
228
52
|
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
229
53
|
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
230
54
|
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
@@ -307,6 +131,78 @@ export const conversation_isMessageDisappearingEnabled: (a: number) => [number,
|
|
|
307
131
|
export const conversation_getHmacKeys: (a: number) => [number, number, number];
|
|
308
132
|
export const conversation_getDebugInfo: (a: number) => any;
|
|
309
133
|
export const conversation_findDuplicateDms: (a: number) => any;
|
|
134
|
+
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
135
|
+
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
136
|
+
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
137
|
+
export const __wbg_get_listconversationsoptions_conversationType: (a: number) => number;
|
|
138
|
+
export const __wbg_set_listconversationsoptions_conversationType: (a: number, b: number) => void;
|
|
139
|
+
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
140
|
+
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
141
|
+
export const __wbg_get_listconversationsoptions_createdBeforeNs: (a: number) => [number, bigint];
|
|
142
|
+
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
143
|
+
export const __wbg_get_listconversationsoptions_includeDuplicateDms: (a: number) => number;
|
|
144
|
+
export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number, b: number) => void;
|
|
145
|
+
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
146
|
+
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
147
|
+
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;
|
|
148
|
+
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
149
|
+
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
150
|
+
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
151
|
+
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
152
|
+
export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
|
|
153
|
+
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
154
|
+
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
155
|
+
export const __wbg_get_conversationdebuginfo_isCommitLogForked: (a: number) => number;
|
|
156
|
+
export const __wbg_set_conversationdebuginfo_isCommitLogForked: (a: number, b: number) => void;
|
|
157
|
+
export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
|
|
158
|
+
export const __wbg_set_conversationdebuginfo_localCommitLog: (a: number, b: number, c: number) => void;
|
|
159
|
+
export const __wbg_get_conversationdebuginfo_remoteCommitLog: (a: number) => [number, number];
|
|
160
|
+
export const __wbg_set_conversationdebuginfo_remoteCommitLog: (a: number, b: number, c: number) => void;
|
|
161
|
+
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
162
|
+
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
163
|
+
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
164
|
+
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
165
|
+
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
166
|
+
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
167
|
+
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
168
|
+
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
169
|
+
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
170
|
+
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
171
|
+
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
172
|
+
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
173
|
+
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
174
|
+
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
175
|
+
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
176
|
+
export const createdmoptions_new: (a: number) => number;
|
|
177
|
+
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
178
|
+
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
179
|
+
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
180
|
+
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
181
|
+
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
182
|
+
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
183
|
+
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => number;
|
|
184
|
+
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
185
|
+
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
186
|
+
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
187
|
+
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
188
|
+
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
189
|
+
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
190
|
+
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
191
|
+
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
192
|
+
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
193
|
+
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
194
|
+
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
195
|
+
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
196
|
+
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
197
|
+
export const conversations_sync: (a: number) => any;
|
|
198
|
+
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
199
|
+
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
200
|
+
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
201
|
+
export const conversations_streamLocal: (a: number, b: number) => any;
|
|
202
|
+
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
203
|
+
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
204
|
+
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
205
|
+
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
310
206
|
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
311
207
|
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
312
208
|
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
@@ -328,6 +224,114 @@ export const __wbg_set_encodedcontent_compression: (a: number, b: number) => voi
|
|
|
328
224
|
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
329
225
|
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
330
226
|
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
227
|
+
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
228
|
+
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
229
|
+
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
230
|
+
export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
|
|
231
|
+
export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
|
|
232
|
+
export const __wbg_get_apistats_send_group_messages: (a: number) => bigint;
|
|
233
|
+
export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
|
|
234
|
+
export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
|
|
235
|
+
export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
|
|
236
|
+
export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
|
|
237
|
+
export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
|
|
238
|
+
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
239
|
+
export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
|
|
240
|
+
export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
|
|
241
|
+
export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
|
|
242
|
+
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
243
|
+
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
244
|
+
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
245
|
+
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
246
|
+
export const __wbg_get_listmessagesoptions_contentTypes: (a: number) => [number, number];
|
|
247
|
+
export const __wbg_set_listmessagesoptions_contentTypes: (a: number, b: number, c: number) => void;
|
|
248
|
+
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
249
|
+
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
250
|
+
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
251
|
+
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
252
|
+
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
253
|
+
export const __wbg_set_listmessagesoptions_kind: (a: number, b: number) => void;
|
|
254
|
+
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;
|
|
255
|
+
export const __wbg_message_free: (a: number, b: number) => void;
|
|
256
|
+
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
257
|
+
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
258
|
+
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
259
|
+
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
260
|
+
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
261
|
+
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
262
|
+
export const __wbg_get_message_content: (a: number) => number;
|
|
263
|
+
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
264
|
+
export const __wbg_get_message_kind: (a: number) => number;
|
|
265
|
+
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
266
|
+
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
267
|
+
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
268
|
+
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;
|
|
269
|
+
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
270
|
+
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
271
|
+
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
272
|
+
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
273
|
+
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
274
|
+
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
275
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
276
|
+
export const revokeInstallationsSignatureRequest: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => any;
|
|
277
|
+
export const applySignatureRequest: (a: number, b: number, c: number) => any;
|
|
278
|
+
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
279
|
+
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
280
|
+
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
281
|
+
export const signaturerequesthandle_addPasskeySignature: (a: number, b: number) => any;
|
|
282
|
+
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
283
|
+
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
284
|
+
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
285
|
+
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
286
|
+
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
287
|
+
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
288
|
+
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
289
|
+
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
290
|
+
export const client_registerIdentity: (a: number, b: number) => any;
|
|
291
|
+
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
292
|
+
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
293
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
294
|
+
export const streamcloser_end: (a: number) => void;
|
|
295
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
296
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
297
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
298
|
+
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
299
|
+
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
300
|
+
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
301
|
+
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
302
|
+
export const __wbg_set_contenttypeid_authorityId: (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_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
305
|
+
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
306
|
+
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
307
|
+
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
308
|
+
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
309
|
+
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: bigint) => void;
|
|
310
|
+
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
311
|
+
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
312
|
+
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
313
|
+
export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
|
|
314
|
+
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
315
|
+
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
316
|
+
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
317
|
+
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
318
|
+
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
319
|
+
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
320
|
+
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
321
|
+
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
322
|
+
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
323
|
+
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
324
|
+
export const __wbg_get_conversationdebuginfo_cursor: (a: number) => bigint;
|
|
325
|
+
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
326
|
+
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
327
|
+
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
328
|
+
export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
|
|
329
|
+
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
330
|
+
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
331
|
+
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
332
|
+
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
333
|
+
export const getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
|
|
334
|
+
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
331
335
|
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
332
336
|
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
333
337
|
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
@@ -338,6 +342,7 @@ export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c:
|
|
|
338
342
|
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
339
343
|
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
340
344
|
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
345
|
+
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
341
346
|
export const __wbg_get_inboxstate_recoveryIdentifier: (a: number) => any;
|
|
342
347
|
export const __wbg_set_inboxstate_recoveryIdentifier: (a: number, b: any) => void;
|
|
343
348
|
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
@@ -359,32 +364,6 @@ export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number
|
|
|
359
364
|
export const client_inboxState: (a: number, b: number) => any;
|
|
360
365
|
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
361
366
|
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
362
|
-
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
363
|
-
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
364
|
-
export const revokeInstallationsSignatureRequest: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => any;
|
|
365
|
-
export const applySignatureRequest: (a: number, b: number, c: number) => any;
|
|
366
|
-
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
367
|
-
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
368
|
-
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
369
|
-
export const signaturerequesthandle_addPasskeySignature: (a: number, b: number) => any;
|
|
370
|
-
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
371
|
-
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
372
|
-
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
373
|
-
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
374
|
-
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
375
|
-
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
376
|
-
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
377
|
-
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
378
|
-
export const client_registerIdentity: (a: number, b: number) => any;
|
|
379
|
-
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
380
|
-
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
381
|
-
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
382
|
-
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
383
|
-
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
384
|
-
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
385
|
-
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
386
|
-
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
387
|
-
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
388
367
|
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
389
368
|
export const opfs_init_sqlite_opfs: () => any;
|
|
390
369
|
export const opfs_exists: () => number;
|
|
@@ -398,6 +377,27 @@ export const opfs_getFileCount: () => number;
|
|
|
398
377
|
export const opfs_getCapacity: () => number;
|
|
399
378
|
export const opfs_addCapacity: (a: number) => any;
|
|
400
379
|
export const opfs_reduceCapacity: (a: number) => any;
|
|
380
|
+
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
381
|
+
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
382
|
+
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
383
|
+
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
384
|
+
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
385
|
+
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
386
|
+
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
387
|
+
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
388
|
+
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
389
|
+
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
390
|
+
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
391
|
+
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
392
|
+
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
393
|
+
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
394
|
+
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
395
|
+
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
396
|
+
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
397
|
+
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
398
|
+
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
399
|
+
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
400
|
+
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
401
401
|
export const rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
402
402
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
403
403
|
export const rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
|
|
@@ -417,15 +417,15 @@ export const rust_sqlite_wasm_shim_free: (a: number) => void;
|
|
|
417
417
|
export const rust_sqlite_wasm_shim_realloc: (a: number, b: number) => number;
|
|
418
418
|
export const rust_sqlite_wasm_shim_calloc: (a: number, b: number) => number;
|
|
419
419
|
export const sqlite3_os_init: () => number;
|
|
420
|
+
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
421
|
+
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
422
|
+
export const intounderlyingsource_cancel: (a: number) => void;
|
|
420
423
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
421
424
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
422
425
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
423
426
|
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
424
427
|
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
425
428
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
426
|
-
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
427
|
-
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
428
|
-
export const intounderlyingsource_cancel: (a: number) => void;
|
|
429
429
|
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
430
430
|
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
431
431
|
export const intounderlyingsink_close: (a: number) => any;
|
|
@@ -440,8 +440,8 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
440
440
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
441
441
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
442
442
|
export const __externref_table_dealloc: (a: number) => void;
|
|
443
|
-
export const
|
|
444
|
-
export const
|
|
445
|
-
export const
|
|
446
|
-
export const
|
|
443
|
+
export const wasm_bindgen__convert__closures_____invoke__h231d11d7d151a506: (a: number, b: number) => void;
|
|
444
|
+
export const wasm_bindgen__convert__closures_____invoke__hfa5440517c90e88d: (a: number, b: number) => void;
|
|
445
|
+
export const closure5339_externref_shim: (a: number, b: number, c: any) => void;
|
|
446
|
+
export const closure6281_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
447
447
|
export const __wbindgen_start: () => void;
|
package/dist/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmtp/wasm-bindings",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0-rc1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "WASM bindings for the libXMTP rust library",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@sqlite.org/sqlite-wasm": "^3.47.0-build1",
|
|
66
|
-
"binaryen": "^
|
|
66
|
+
"binaryen": "^124.0.0",
|
|
67
67
|
"tsx": "^4.19.3",
|
|
68
68
|
"wasm-pack": "^0.13.1",
|
|
69
69
|
"zx": "^8.4.0"
|