@xmtp/wasm-bindings 0.0.13 → 0.0.14
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 +186 -160
- package/dist/bindings_wasm.js +571 -617
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +131 -128
- package/package.json +2 -2
|
Binary file
|
|
@@ -1,50 +1,55 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
8
|
-
export const
|
|
9
|
-
export const
|
|
10
|
-
export const
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
export const
|
|
18
|
-
export const
|
|
19
|
-
export const
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
export const
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
45
|
-
export const
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
4
|
+
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
5
|
+
export const __wbg_get_listconversationsoptions_allowedStates: (a: number) => [number, number];
|
|
6
|
+
export const __wbg_set_listconversationsoptions_allowedStates: (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_limit: (a: number) => [number, bigint];
|
|
14
|
+
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
15
|
+
export const listconversationsoptions_new: (a: number, b: number, c: number, d: number, e: bigint, f: number, g: bigint, h: number, i: bigint) => number;
|
|
16
|
+
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
17
|
+
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
18
|
+
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
19
|
+
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
20
|
+
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
21
|
+
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
22
|
+
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
23
|
+
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
24
|
+
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
25
|
+
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
26
|
+
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
27
|
+
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
28
|
+
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
29
|
+
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
30
|
+
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
31
|
+
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
32
|
+
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
33
|
+
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
34
|
+
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
35
|
+
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
36
|
+
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
37
|
+
export const conversations_createDm: (a: number, b: number, c: number) => any;
|
|
38
|
+
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
39
|
+
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
40
|
+
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
41
|
+
export const conversations_sync: (a: number) => any;
|
|
42
|
+
export const conversations_syncAllConversations: (a: number) => any;
|
|
43
|
+
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
44
|
+
export const conversations_listGroups: (a: number, b: number) => [number, number, number];
|
|
45
|
+
export const conversations_listDms: (a: number, b: number) => [number, number, number];
|
|
46
|
+
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
47
|
+
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
48
|
+
export const conversations_streamGroups: (a: number, b: any) => [number, number, number];
|
|
49
|
+
export const conversations_streamDms: (a: number, b: any) => [number, number, number];
|
|
50
|
+
export const conversations_streamAllMessages: (a: number, b: any, c: number) => [number, number, number];
|
|
51
|
+
export const getInboxIdForAddress: (a: number, b: number, c: number, d: number) => any;
|
|
52
|
+
export const generateInboxId: (a: number, b: number) => [number, number, number, number];
|
|
48
53
|
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
49
54
|
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
50
55
|
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
@@ -58,6 +63,7 @@ export const client_getConsentState: (a: number, b: number, c: number, d: number
|
|
|
58
63
|
export const conversation_consentState: (a: number) => [number, number, number];
|
|
59
64
|
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
60
65
|
export const __wbg_groupmetadata_free: (a: number, b: number) => void;
|
|
66
|
+
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
61
67
|
export const groupmetadata_creatorInboxId: (a: number) => [number, number];
|
|
62
68
|
export const groupmetadata_conversationType: (a: number) => [number, number];
|
|
63
69
|
export const __wbg_groupmember_free: (a: number, b: number) => void;
|
|
@@ -97,40 +103,15 @@ export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: n
|
|
|
97
103
|
export const conversation_groupImageUrlSquare: (a: number) => [number, number, number, number];
|
|
98
104
|
export const conversation_updateGroupDescription: (a: number, b: number, c: number) => any;
|
|
99
105
|
export const conversation_groupDescription: (a: number) => [number, number, number, number];
|
|
100
|
-
export const
|
|
101
|
-
export const conversation_groupPinnedFrameUrl: (a: number) => [number, number, number, number];
|
|
106
|
+
export const conversation_stream: (a: number, b: any) => [number, number, number];
|
|
102
107
|
export const conversation_createdAtNs: (a: number) => bigint;
|
|
103
108
|
export const conversation_isActive: (a: number) => [number, number, number];
|
|
104
109
|
export const conversation_addedByInboxId: (a: number) => [number, number, number, number];
|
|
105
110
|
export const conversation_groupMetadata: (a: number) => any;
|
|
106
111
|
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
107
112
|
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
108
|
-
export const getInboxIdForAddress: (a: number, b: number, c: number, d: number) => any;
|
|
109
|
-
export const generateInboxId: (a: number, b: number) => [number, number, number, number];
|
|
110
|
-
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
111
|
-
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
112
|
-
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
113
|
-
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
114
|
-
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
115
|
-
export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, bigint];
|
|
116
|
-
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
117
|
-
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
118
|
-
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
119
|
-
export const __wbg_get_inboxstate_recoveryAddress: (a: number) => [number, number];
|
|
120
|
-
export const __wbg_set_inboxstate_recoveryAddress: (a: number, b: number, c: number) => void;
|
|
121
|
-
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
122
|
-
export const __wbg_set_inboxstate_installations: (a: number, b: number, c: number) => void;
|
|
123
|
-
export const __wbg_get_inboxstate_accountAddresses: (a: number) => [number, number];
|
|
124
|
-
export const __wbg_set_inboxstate_accountAddresses: (a: number, b: number, c: number) => void;
|
|
125
|
-
export const inboxstate_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
126
|
-
export const client_inboxState: (a: number, b: number) => any;
|
|
127
|
-
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
128
|
-
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
129
|
-
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
130
|
-
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
131
|
-
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
132
113
|
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
133
|
-
export const client_createInboxSignatureText: (a: number) =>
|
|
114
|
+
export const client_createInboxSignatureText: (a: number) => [number, number, number, number];
|
|
134
115
|
export const client_addWalletSignatureText: (a: number, b: number, c: number) => any;
|
|
135
116
|
export const client_revokeWalletSignatureText: (a: number, b: number, c: number) => any;
|
|
136
117
|
export const client_revokeAllOtherInstallationsSignatureText: (a: number) => any;
|
|
@@ -140,49 +121,55 @@ export const client_addScwSignature: (a: number, b: number, c: any, d: bigint, e
|
|
|
140
121
|
export const client_applySignatureRequests: (a: number) => any;
|
|
141
122
|
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
142
123
|
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
143
|
-
export const
|
|
144
|
-
export const
|
|
145
|
-
export const
|
|
146
|
-
export const
|
|
147
|
-
export const
|
|
148
|
-
export const
|
|
149
|
-
export const
|
|
150
|
-
export const
|
|
151
|
-
export const
|
|
152
|
-
export const
|
|
153
|
-
export const
|
|
154
|
-
export const
|
|
155
|
-
export const
|
|
156
|
-
export const
|
|
157
|
-
export const
|
|
158
|
-
export const
|
|
159
|
-
export const
|
|
160
|
-
export const
|
|
161
|
-
export const
|
|
162
|
-
export const
|
|
163
|
-
export const
|
|
164
|
-
export const
|
|
165
|
-
export const
|
|
166
|
-
export const
|
|
167
|
-
export const
|
|
168
|
-
export const
|
|
169
|
-
export const
|
|
170
|
-
export const
|
|
171
|
-
export const
|
|
172
|
-
export const
|
|
173
|
-
export const
|
|
174
|
-
export const
|
|
175
|
-
export const
|
|
176
|
-
export const
|
|
177
|
-
export const
|
|
178
|
-
export const
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
181
|
-
export const
|
|
182
|
-
export const
|
|
183
|
-
export const
|
|
184
|
-
export const
|
|
185
|
-
export const
|
|
124
|
+
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
125
|
+
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
126
|
+
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
127
|
+
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
128
|
+
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
129
|
+
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
130
|
+
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
131
|
+
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
132
|
+
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
133
|
+
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
134
|
+
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
135
|
+
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
136
|
+
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
137
|
+
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
138
|
+
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
139
|
+
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
140
|
+
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
141
|
+
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
142
|
+
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
143
|
+
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
144
|
+
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
145
|
+
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
146
|
+
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
147
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
148
|
+
export const streamcloser_end: (a: number) => void;
|
|
149
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
150
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
151
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
152
|
+
export const __wbg_client_free: (a: number, b: number) => void;
|
|
153
|
+
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
154
|
+
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
155
|
+
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
156
|
+
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
157
|
+
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
158
|
+
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
159
|
+
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
160
|
+
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
161
|
+
export const createClient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => any;
|
|
162
|
+
export const client_accountAddress: (a: number) => [number, number];
|
|
163
|
+
export const client_inboxId: (a: number) => [number, number];
|
|
164
|
+
export const client_isRegistered: (a: number) => number;
|
|
165
|
+
export const client_installationId: (a: number) => [number, number];
|
|
166
|
+
export const client_installationIdBytes: (a: number) => any;
|
|
167
|
+
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
168
|
+
export const client_registerIdentity: (a: number) => any;
|
|
169
|
+
export const client_sendHistorySyncRequest: (a: number) => any;
|
|
170
|
+
export const client_sendConsentSyncRequest: (a: number) => any;
|
|
171
|
+
export const client_findInboxIdByAddress: (a: number, b: number, c: number) => any;
|
|
172
|
+
export const client_conversations: (a: number) => number;
|
|
186
173
|
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
187
174
|
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
188
175
|
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
@@ -205,7 +192,27 @@ export const __wbg_set_encodedcontent_compression: (a: number, b: number) => voi
|
|
|
205
192
|
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
206
193
|
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
207
194
|
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
195
|
+
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
196
|
+
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
197
|
+
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
198
|
+
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
199
|
+
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
200
|
+
export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, bigint];
|
|
201
|
+
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
202
|
+
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
203
|
+
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
204
|
+
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
205
|
+
export const __wbg_set_inboxstate_installations: (a: number, b: number, c: number) => void;
|
|
206
|
+
export const __wbg_get_inboxstate_accountAddresses: (a: number) => [number, number];
|
|
207
|
+
export const __wbg_set_inboxstate_accountAddresses: (a: number, b: number, c: number) => void;
|
|
208
|
+
export const inboxstate_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
209
|
+
export const client_inboxState: (a: number, b: number) => any;
|
|
210
|
+
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
208
211
|
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
212
|
+
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
213
|
+
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
214
|
+
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
215
|
+
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
209
216
|
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
210
217
|
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
211
218
|
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
@@ -214,6 +221,8 @@ export const listmessagesoptions_new: (a: number, b: bigint, c: number, d: bigin
|
|
|
214
221
|
export const __wbg_message_free: (a: number, b: number) => void;
|
|
215
222
|
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
216
223
|
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
224
|
+
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
225
|
+
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
217
226
|
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
218
227
|
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
219
228
|
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
@@ -225,18 +234,12 @@ export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
|
225
234
|
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
226
235
|
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
227
236
|
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;
|
|
228
|
-
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
229
|
-
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
230
|
-
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
231
237
|
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
232
|
-
export const
|
|
233
|
-
export const
|
|
234
|
-
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
235
|
-
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
236
|
-
export const __wbg_get_listconversationsoptions_createdBeforeNs: (a: number) => [number, bigint];
|
|
238
|
+
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
239
|
+
export const __wbg_get_inboxstate_recoveryAddress: (a: number) => [number, number];
|
|
237
240
|
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
238
|
-
export const
|
|
239
|
-
export const
|
|
241
|
+
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
242
|
+
export const __wbg_set_inboxstate_recoveryAddress: (a: number, b: number, c: number) => void;
|
|
240
243
|
export const __wbg_version_free: (a: number, b: number) => void;
|
|
241
244
|
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
242
245
|
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
@@ -253,13 +256,13 @@ export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
|
253
256
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
254
257
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
255
258
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
259
|
+
export const __wbindgen_export_2: WebAssembly.Table;
|
|
256
260
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
257
261
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
258
262
|
export const __externref_table_alloc: () => number;
|
|
259
|
-
export const __wbindgen_export_5: WebAssembly.Table;
|
|
260
263
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
261
|
-
export const __externref_table_dealloc: (a: number) => void;
|
|
262
264
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
263
|
-
export const
|
|
264
|
-
export const
|
|
265
|
+
export const __externref_table_dealloc: (a: number) => void;
|
|
266
|
+
export const closure2900_externref_shim: (a: number, b: number, c: any) => void;
|
|
267
|
+
export const closure3826_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
265
268
|
export const __wbindgen_start: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmtp/wasm-bindings",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "WASM bindings for the libXMTP rust library",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@sqlite.org/sqlite-wasm": "^3.47.0-build1",
|
|
59
|
-
"binaryen": "^
|
|
59
|
+
"binaryen": "^122.0.0",
|
|
60
60
|
"wasm-pack": "^0.13.1"
|
|
61
61
|
},
|
|
62
62
|
"packageManager": "yarn@4.5.1"
|