@xmtp/wasm-bindings 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bindings_wasm.d.ts +264 -606
- package/dist/bindings_wasm.js +1176 -1036
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +247 -245
- package/package.json +1 -1
- /package/dist/snippets/{diesel-wasm-sqlite-36e85657e47f3be3 → sqlite-web-90f8afa7b0cd2303}/src/js/sqlite3-diesel.js +0 -0
- /package/dist/snippets/{diesel-wasm-sqlite-36e85657e47f3be3 → sqlite-web-90f8afa7b0cd2303}/src/js/sqlite3-opfs-async-proxy.js +0 -0
- /package/dist/snippets/{diesel-wasm-sqlite-36e85657e47f3be3 → sqlite-web-90f8afa7b0cd2303}/src/js/sqlite3.wasm +0 -0
|
Binary file
|
|
@@ -1,248 +1,250 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
export
|
|
47
|
-
export
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
export
|
|
54
|
-
export
|
|
55
|
-
export
|
|
56
|
-
export
|
|
57
|
-
export
|
|
58
|
-
export
|
|
59
|
-
export
|
|
60
|
-
export
|
|
61
|
-
export
|
|
62
|
-
export
|
|
63
|
-
export
|
|
64
|
-
export
|
|
65
|
-
export
|
|
66
|
-
export
|
|
67
|
-
export
|
|
68
|
-
export
|
|
69
|
-
export
|
|
70
|
-
export
|
|
71
|
-
export
|
|
72
|
-
export
|
|
73
|
-
export
|
|
74
|
-
export
|
|
75
|
-
export
|
|
76
|
-
export
|
|
77
|
-
export
|
|
78
|
-
export
|
|
79
|
-
export
|
|
80
|
-
export
|
|
81
|
-
export
|
|
82
|
-
export
|
|
83
|
-
export
|
|
84
|
-
export
|
|
85
|
-
export
|
|
86
|
-
export
|
|
87
|
-
export
|
|
88
|
-
export
|
|
89
|
-
export
|
|
90
|
-
export
|
|
91
|
-
export
|
|
92
|
-
export
|
|
93
|
-
export
|
|
94
|
-
export
|
|
95
|
-
export
|
|
96
|
-
export
|
|
97
|
-
export
|
|
98
|
-
export
|
|
99
|
-
export
|
|
100
|
-
export
|
|
101
|
-
export
|
|
102
|
-
export
|
|
103
|
-
export
|
|
104
|
-
export
|
|
105
|
-
export
|
|
106
|
-
export
|
|
107
|
-
export
|
|
108
|
-
export
|
|
109
|
-
export
|
|
110
|
-
export
|
|
111
|
-
export
|
|
112
|
-
export
|
|
113
|
-
export
|
|
114
|
-
export
|
|
115
|
-
export
|
|
116
|
-
export
|
|
117
|
-
export
|
|
118
|
-
export
|
|
119
|
-
export
|
|
120
|
-
export
|
|
121
|
-
export
|
|
122
|
-
export
|
|
123
|
-
export
|
|
124
|
-
export
|
|
125
|
-
export
|
|
126
|
-
export
|
|
127
|
-
export
|
|
128
|
-
export
|
|
129
|
-
export
|
|
130
|
-
export
|
|
131
|
-
export
|
|
132
|
-
export
|
|
133
|
-
export
|
|
134
|
-
export
|
|
135
|
-
export
|
|
136
|
-
export
|
|
137
|
-
export
|
|
138
|
-
export
|
|
139
|
-
export
|
|
140
|
-
export
|
|
141
|
-
export
|
|
142
|
-
export
|
|
143
|
-
export
|
|
144
|
-
export
|
|
145
|
-
export
|
|
146
|
-
export
|
|
147
|
-
export
|
|
148
|
-
export
|
|
149
|
-
export
|
|
150
|
-
export
|
|
151
|
-
export
|
|
152
|
-
export
|
|
153
|
-
export
|
|
154
|
-
export
|
|
155
|
-
export
|
|
156
|
-
export
|
|
157
|
-
export
|
|
158
|
-
export
|
|
159
|
-
export
|
|
160
|
-
export
|
|
161
|
-
export
|
|
162
|
-
export
|
|
163
|
-
export
|
|
164
|
-
export
|
|
165
|
-
export
|
|
166
|
-
export
|
|
167
|
-
export
|
|
168
|
-
export
|
|
169
|
-
export
|
|
170
|
-
export
|
|
171
|
-
export
|
|
172
|
-
export
|
|
173
|
-
export
|
|
174
|
-
export
|
|
175
|
-
export
|
|
176
|
-
export
|
|
177
|
-
export
|
|
178
|
-
export
|
|
179
|
-
export
|
|
180
|
-
export
|
|
181
|
-
export
|
|
182
|
-
export
|
|
183
|
-
export
|
|
184
|
-
export
|
|
185
|
-
export
|
|
186
|
-
export
|
|
187
|
-
export
|
|
188
|
-
export
|
|
189
|
-
export
|
|
190
|
-
export
|
|
191
|
-
export
|
|
192
|
-
export
|
|
193
|
-
export
|
|
194
|
-
export
|
|
195
|
-
export
|
|
196
|
-
export
|
|
197
|
-
export
|
|
198
|
-
export
|
|
199
|
-
export
|
|
200
|
-
export
|
|
201
|
-
export
|
|
202
|
-
export
|
|
203
|
-
export
|
|
204
|
-
export
|
|
205
|
-
export
|
|
206
|
-
export
|
|
207
|
-
export
|
|
208
|
-
export
|
|
209
|
-
export
|
|
210
|
-
export
|
|
211
|
-
export
|
|
212
|
-
export
|
|
213
|
-
export
|
|
214
|
-
export
|
|
215
|
-
export
|
|
216
|
-
export
|
|
217
|
-
export
|
|
218
|
-
export
|
|
219
|
-
export
|
|
220
|
-
export
|
|
221
|
-
export
|
|
222
|
-
export
|
|
223
|
-
export
|
|
224
|
-
export
|
|
225
|
-
export
|
|
226
|
-
export
|
|
227
|
-
export
|
|
228
|
-
export
|
|
229
|
-
export
|
|
230
|
-
export
|
|
231
|
-
export
|
|
232
|
-
export
|
|
233
|
-
export
|
|
234
|
-
export
|
|
235
|
-
export
|
|
236
|
-
export
|
|
237
|
-
export
|
|
238
|
-
export const
|
|
239
|
-
export const
|
|
240
|
-
export
|
|
241
|
-
export
|
|
242
|
-
export
|
|
243
|
-
export
|
|
244
|
-
export
|
|
245
|
-
export
|
|
246
|
-
export
|
|
247
|
-
export
|
|
248
|
-
export
|
|
4
|
+
export const __wbg_groupmetadata_free: (a: number, b: number) => void;
|
|
5
|
+
export const groupmetadata_creatorInboxId: (a: number) => [number, number];
|
|
6
|
+
export const groupmetadata_conversationType: (a: number) => [number, number];
|
|
7
|
+
export const __wbg_groupmember_free: (a: number, b: number) => void;
|
|
8
|
+
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
9
|
+
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
10
|
+
export const __wbg_get_groupmember_accountAddresses: (a: number) => [number, number];
|
|
11
|
+
export const __wbg_set_groupmember_accountAddresses: (a: number, b: number, c: number) => void;
|
|
12
|
+
export const __wbg_get_groupmember_installationIds: (a: number) => [number, number];
|
|
13
|
+
export const __wbg_set_groupmember_installationIds: (a: number, b: number, c: number) => void;
|
|
14
|
+
export const __wbg_get_groupmember_permissionLevel: (a: number) => number;
|
|
15
|
+
export const __wbg_set_groupmember_permissionLevel: (a: number, b: number) => void;
|
|
16
|
+
export const __wbg_get_groupmember_consentState: (a: number) => number;
|
|
17
|
+
export const __wbg_set_groupmember_consentState: (a: number, b: number) => void;
|
|
18
|
+
export const groupmember_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
19
|
+
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
20
|
+
export const conversation_id: (a: number) => [number, number];
|
|
21
|
+
export const conversation_send: (a: number, b: number) => any;
|
|
22
|
+
export const conversation_sendOptimistic: (a: number, b: number) => [number, number, number, number];
|
|
23
|
+
export const conversation_publishMessages: (a: number) => any;
|
|
24
|
+
export const conversation_sync: (a: number) => any;
|
|
25
|
+
export const conversation_findMessages: (a: number, b: number) => [number, number, number, number];
|
|
26
|
+
export const conversation_listMembers: (a: number) => any;
|
|
27
|
+
export const conversation_adminList: (a: number) => [number, number, number, number];
|
|
28
|
+
export const conversation_superAdminList: (a: number) => [number, number, number, number];
|
|
29
|
+
export const conversation_isAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
30
|
+
export const conversation_isSuperAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
31
|
+
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
32
|
+
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
33
|
+
export const conversation_removeAdmin: (a: number, b: number, c: number) => any;
|
|
34
|
+
export const conversation_addSuperAdmin: (a: number, b: number, c: number) => any;
|
|
35
|
+
export const conversation_removeSuperAdmin: (a: number, b: number, c: number) => any;
|
|
36
|
+
export const conversation_groupPermissions: (a: number) => [number, number, number];
|
|
37
|
+
export const conversation_addMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
38
|
+
export const conversation_removeMembers: (a: number, b: number, c: number) => any;
|
|
39
|
+
export const conversation_removeMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
40
|
+
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
41
|
+
export const conversation_groupName: (a: number) => [number, number, number, number];
|
|
42
|
+
export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: number) => any;
|
|
43
|
+
export const conversation_groupImageUrlSquare: (a: number) => [number, number, number, number];
|
|
44
|
+
export const conversation_updateGroupDescription: (a: number, b: number, c: number) => any;
|
|
45
|
+
export const conversation_groupDescription: (a: number) => [number, number, number, number];
|
|
46
|
+
export const conversation_updateGroupPinnedFrameUrl: (a: number, b: number, c: number) => any;
|
|
47
|
+
export const conversation_groupPinnedFrameUrl: (a: number) => [number, number, number, number];
|
|
48
|
+
export const conversation_createdAtNs: (a: number) => bigint;
|
|
49
|
+
export const conversation_isActive: (a: number) => [number, number, number];
|
|
50
|
+
export const conversation_addedByInboxId: (a: number) => [number, number, number, number];
|
|
51
|
+
export const conversation_groupMetadata: (a: number) => [number, number, number];
|
|
52
|
+
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
53
|
+
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
54
|
+
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
55
|
+
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
56
|
+
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
57
|
+
export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, bigint];
|
|
58
|
+
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
59
|
+
export const installation_new: (a: number, b: number, c: number, d: bigint) => number;
|
|
60
|
+
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
61
|
+
export const __wbg_get_inboxstate_recoveryAddress: (a: number) => [number, number];
|
|
62
|
+
export const __wbg_set_inboxstate_recoveryAddress: (a: number, b: number, c: number) => void;
|
|
63
|
+
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
64
|
+
export const __wbg_set_inboxstate_installations: (a: number, b: number, c: number) => void;
|
|
65
|
+
export const __wbg_get_inboxstate_accountAddresses: (a: number) => [number, number];
|
|
66
|
+
export const __wbg_set_inboxstate_accountAddresses: (a: number, b: number, c: number) => void;
|
|
67
|
+
export const inboxstate_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
68
|
+
export const client_inboxState: (a: number, b: number) => any;
|
|
69
|
+
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
70
|
+
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
71
|
+
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
72
|
+
export const __wbg_client_free: (a: number, b: number) => void;
|
|
73
|
+
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
74
|
+
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
75
|
+
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
76
|
+
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
77
|
+
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
78
|
+
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
79
|
+
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
80
|
+
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
81
|
+
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;
|
|
82
|
+
export const client_accountAddress: (a: number) => [number, number];
|
|
83
|
+
export const client_inboxId: (a: number) => [number, number];
|
|
84
|
+
export const client_isRegistered: (a: number) => number;
|
|
85
|
+
export const client_installationId: (a: number) => [number, number];
|
|
86
|
+
export const client_installationIdBytes: (a: number) => any;
|
|
87
|
+
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
88
|
+
export const client_registerIdentity: (a: number) => any;
|
|
89
|
+
export const client_sendHistorySyncRequest: (a: number) => any;
|
|
90
|
+
export const client_sendConsentSyncRequest: (a: number) => any;
|
|
91
|
+
export const client_findInboxIdByAddress: (a: number, b: number, c: number) => any;
|
|
92
|
+
export const client_conversations: (a: number) => number;
|
|
93
|
+
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
94
|
+
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
95
|
+
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
96
|
+
export const __wbg_get_consent_state: (a: number) => number;
|
|
97
|
+
export const __wbg_set_consent_state: (a: number, b: number) => void;
|
|
98
|
+
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
99
|
+
export const __wbg_set_consent_entity: (a: number, b: number, c: number) => void;
|
|
100
|
+
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
101
|
+
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
102
|
+
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
103
|
+
export const conversation_consentState: (a: number) => [number, number, number];
|
|
104
|
+
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
105
|
+
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
106
|
+
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
107
|
+
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
108
|
+
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
109
|
+
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
110
|
+
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
111
|
+
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
112
|
+
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
113
|
+
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
114
|
+
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
115
|
+
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
116
|
+
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
117
|
+
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
118
|
+
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
119
|
+
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
120
|
+
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
121
|
+
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
122
|
+
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
123
|
+
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
124
|
+
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
125
|
+
export const getInboxIdForAddress: (a: number, b: number, c: number, d: number) => any;
|
|
126
|
+
export const generateInboxId: (a: number, b: number) => [number, number, number, number];
|
|
127
|
+
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
128
|
+
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
129
|
+
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
130
|
+
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
131
|
+
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
132
|
+
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
133
|
+
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
134
|
+
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
135
|
+
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
136
|
+
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
137
|
+
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
138
|
+
export const listmessagesoptions_new: (a: number, b: bigint, c: number, d: bigint, e: number, f: bigint, g: number, h: number) => number;
|
|
139
|
+
export const __wbg_message_free: (a: number, b: number) => void;
|
|
140
|
+
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
141
|
+
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
142
|
+
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
143
|
+
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
144
|
+
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
145
|
+
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
146
|
+
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
147
|
+
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
148
|
+
export const __wbg_get_message_content: (a: number) => number;
|
|
149
|
+
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
150
|
+
export const __wbg_get_message_kind: (a: number) => number;
|
|
151
|
+
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
152
|
+
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
153
|
+
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
154
|
+
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;
|
|
155
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
156
|
+
export const client_createInboxSignatureText: (a: number) => any;
|
|
157
|
+
export const client_addWalletSignatureText: (a: number, b: number, c: number) => any;
|
|
158
|
+
export const client_revokeWalletSignatureText: (a: number, b: number, c: number) => any;
|
|
159
|
+
export const client_revokeInstallationsSignatureText: (a: number) => any;
|
|
160
|
+
export const client_addSignature: (a: number, b: number, c: any) => any;
|
|
161
|
+
export const client_addScwSignature: (a: number, b: number, c: any, d: bigint, e: number, f: bigint) => any;
|
|
162
|
+
export const client_applySignatureRequests: (a: number) => any;
|
|
163
|
+
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
164
|
+
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
165
|
+
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
166
|
+
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
167
|
+
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
168
|
+
export const __wbg_get_listconversationsoptions_allowedStates: (a: number) => [number, number];
|
|
169
|
+
export const __wbg_set_listconversationsoptions_allowedStates: (a: number, b: number, c: number) => void;
|
|
170
|
+
export const __wbg_get_listconversationsoptions_conversationType: (a: number) => number;
|
|
171
|
+
export const __wbg_set_listconversationsoptions_conversationType: (a: number, b: number) => void;
|
|
172
|
+
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
173
|
+
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
174
|
+
export const __wbg_get_listconversationsoptions_createdBeforeNs: (a: number) => [number, bigint];
|
|
175
|
+
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
176
|
+
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
177
|
+
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
178
|
+
export const listconversationsoptions_new: (a: number, b: number, c: number, d: number, e: bigint, f: number, g: bigint, h: number, i: bigint) => number;
|
|
179
|
+
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
180
|
+
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
181
|
+
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
182
|
+
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
183
|
+
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
184
|
+
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
185
|
+
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
186
|
+
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
187
|
+
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
188
|
+
export const __wbg_get_creategroupoptions_groupPinnedFrameUrl: (a: number) => [number, number];
|
|
189
|
+
export const __wbg_set_creategroupoptions_groupPinnedFrameUrl: (a: number, b: number, c: number) => void;
|
|
190
|
+
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
191
|
+
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
192
|
+
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => number;
|
|
193
|
+
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
194
|
+
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
195
|
+
export const conversations_createDm: (a: number, b: number, c: number) => any;
|
|
196
|
+
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
197
|
+
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
198
|
+
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
199
|
+
export const conversations_sync: (a: number) => any;
|
|
200
|
+
export const conversations_syncAllConversations: (a: number) => any;
|
|
201
|
+
export const conversations_list: (a: number, b: number) => any;
|
|
202
|
+
export const conversations_listGroups: (a: number, b: number) => any;
|
|
203
|
+
export const conversations_listDms: (a: number, b: number) => any;
|
|
204
|
+
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
205
|
+
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
206
|
+
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
207
|
+
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
208
|
+
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
209
|
+
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
210
|
+
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
211
|
+
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
212
|
+
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
213
|
+
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
214
|
+
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
215
|
+
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
216
|
+
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
217
|
+
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
218
|
+
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
219
|
+
export const __wbg_get_permissionpolicyset_updateGroupPinnedFrameUrlPolicy: (a: number) => number;
|
|
220
|
+
export const __wbg_set_permissionpolicyset_updateGroupPinnedFrameUrlPolicy: (a: number, b: number) => void;
|
|
221
|
+
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
222
|
+
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
223
|
+
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
224
|
+
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
225
|
+
export const __wbg_version_free: (a: number, b: number) => void;
|
|
226
|
+
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
227
|
+
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
228
|
+
export const intounderlyingsource_cancel: (a: number) => void;
|
|
229
|
+
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
230
|
+
export const intounderlyingbytesource_type: (a: number) => number;
|
|
231
|
+
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
232
|
+
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
233
|
+
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
234
|
+
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
235
|
+
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
236
|
+
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
237
|
+
export const intounderlyingsink_close: (a: number) => any;
|
|
238
|
+
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
239
|
+
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
240
|
+
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
241
|
+
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
242
|
+
export const __wbindgen_exn_store: (a: number) => void;
|
|
243
|
+
export const __externref_table_alloc: () => number;
|
|
244
|
+
export const __wbindgen_export_5: WebAssembly.Table;
|
|
245
|
+
export const __wbindgen_export_6: WebAssembly.Table;
|
|
246
|
+
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
247
|
+
export const __externref_table_dealloc: (a: number) => void;
|
|
248
|
+
export const closure2502_externref_shim: (a: number, b: number, c: any) => void;
|
|
249
|
+
export const closure3596_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
250
|
+
export const __wbindgen_start: () => void;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|