@xmtp/wasm-bindings 1.10.0-rc2 → 1.10.0
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 +95 -95
- package/dist/bindings_wasm.js +22 -22
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +95 -95
- package/package.json +1 -1
package/dist/bindings_wasm.d.ts
CHANGED
|
@@ -1174,66 +1174,15 @@ export interface InitOutput {
|
|
|
1174
1174
|
readonly backendbuilder_setAppVersion: (a: number, b: number, c: number) => number;
|
|
1175
1175
|
readonly backendbuilder_setGatewayHost: (a: number, b: number, c: number) => number;
|
|
1176
1176
|
readonly backendbuilder_setReadonly: (a: number, b: number) => number;
|
|
1177
|
+
readonly createClientWithBackend: (a: number, b: number, c: number, d: any, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: bigint) => any;
|
|
1177
1178
|
readonly client_fetchLatestInboxUpdatesCount: (a: number, b: number, c: number, d: number) => any;
|
|
1178
1179
|
readonly client_fetchOwnInboxUpdatesCount: (a: number, b: number) => any;
|
|
1179
|
-
readonly client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
1180
1180
|
readonly client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
1181
1181
|
readonly client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
1182
1182
|
readonly client_inboxState: (a: number, b: number) => any;
|
|
1183
|
-
readonly client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
1184
|
-
readonly contentTypeLeaveRequest: () => any;
|
|
1185
|
-
readonly contentTypeMarkdown: () => any;
|
|
1186
|
-
readonly contentTypeReadReceipt: () => any;
|
|
1187
|
-
readonly contentTypeRemoteAttachment: () => any;
|
|
1188
|
-
readonly contentTypeText: () => any;
|
|
1189
|
-
readonly contentTypeTransactionReference: () => any;
|
|
1190
|
-
readonly contentTypeWalletSendCalls: () => any;
|
|
1191
|
-
readonly conversation_consentState: (a: number) => [number, number, number];
|
|
1192
|
-
readonly conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
1193
|
-
readonly createClientWithBackend: (a: number, b: number, c: number, d: any, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: bigint) => any;
|
|
1194
|
-
readonly decryptAttachment: (a: number, b: number, c: any) => [number, number, number];
|
|
1195
|
-
readonly encodeMarkdown: (a: number, b: number) => [number, number, number];
|
|
1196
|
-
readonly encodeReadReceipt: (a: any) => [number, number, number];
|
|
1197
|
-
readonly encodeRemoteAttachment: (a: any) => [number, number, number];
|
|
1198
|
-
readonly encodeText: (a: number, b: number) => [number, number, number];
|
|
1199
|
-
readonly encodeTransactionReference: (a: any) => [number, number, number];
|
|
1200
|
-
readonly encodeWalletSendCalls: (a: any) => [number, number, number];
|
|
1201
|
-
readonly encryptAttachment: (a: any) => [number, number, number];
|
|
1202
|
-
readonly generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
1203
|
-
readonly getInboxIdForIdentifier: (a: number, b: any) => any;
|
|
1204
1183
|
readonly inboxStateFromInboxIds: (a: number, b: number, c: number) => any;
|
|
1184
|
+
readonly metadataFieldName: (a: number) => [number, number];
|
|
1205
1185
|
readonly __wbg_authhandle_free: (a: number, b: number) => void;
|
|
1206
|
-
readonly __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
1207
|
-
readonly applySignatureRequest: (a: number, b: number) => any;
|
|
1208
|
-
readonly authhandle_id: (a: number) => number;
|
|
1209
|
-
readonly authhandle_new: () => number;
|
|
1210
|
-
readonly authhandle_set: (a: number, b: any) => any;
|
|
1211
|
-
readonly client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
1212
|
-
readonly client_applySignatureRequest: (a: number, b: number) => any;
|
|
1213
|
-
readonly client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
1214
|
-
readonly client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
1215
|
-
readonly client_registerIdentity: (a: number, b: number) => any;
|
|
1216
|
-
readonly client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
1217
|
-
readonly client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
1218
|
-
readonly client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
1219
|
-
readonly client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
1220
|
-
readonly client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
1221
|
-
readonly opfsClearAll: () => any;
|
|
1222
|
-
readonly opfsDeleteFile: (a: number, b: number) => any;
|
|
1223
|
-
readonly opfsExportDb: (a: number, b: number) => any;
|
|
1224
|
-
readonly opfsFileCount: () => any;
|
|
1225
|
-
readonly opfsFileExists: (a: number, b: number) => any;
|
|
1226
|
-
readonly opfsImportDb: (a: number, b: number, c: any) => any;
|
|
1227
|
-
readonly opfsInit: () => any;
|
|
1228
|
-
readonly opfsListFiles: () => any;
|
|
1229
|
-
readonly opfsPoolCapacity: () => any;
|
|
1230
|
-
readonly revokeInstallationsSignatureRequest: (a: number, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
1231
|
-
readonly signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
1232
|
-
readonly signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
1233
|
-
readonly signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
1234
|
-
readonly signaturerequesthandle_signatureText: (a: number) => any;
|
|
1235
|
-
readonly verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
1236
|
-
readonly __wbg_client_free: (a: number, b: number) => void;
|
|
1237
1186
|
readonly __wbg_conversation_free: (a: number, b: number) => void;
|
|
1238
1187
|
readonly __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
1239
1188
|
readonly __wbg_conversations_free: (a: number, b: number) => void;
|
|
@@ -1244,29 +1193,15 @@ export interface InitOutput {
|
|
|
1244
1193
|
readonly __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
1245
1194
|
readonly __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
1246
1195
|
readonly __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
1247
|
-
readonly
|
|
1248
|
-
readonly
|
|
1249
|
-
readonly
|
|
1250
|
-
readonly
|
|
1251
|
-
readonly
|
|
1252
|
-
readonly client_canMessage: (a: number, b: number, c: number) => any;
|
|
1253
|
-
readonly client_clearAllStatistics: (a: number) => void;
|
|
1254
|
-
readonly client_conversations: (a: number) => number;
|
|
1255
|
-
readonly client_device_sync: (a: number) => number;
|
|
1256
|
-
readonly client_findInboxIdByIdentity: (a: number, b: any) => any;
|
|
1257
|
-
readonly client_inboxId: (a: number) => [number, number];
|
|
1258
|
-
readonly client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
1259
|
-
readonly client_installationId: (a: number) => [number, number];
|
|
1260
|
-
readonly client_installationIdBytes: (a: number) => any;
|
|
1261
|
-
readonly client_isRegistered: (a: number) => number;
|
|
1262
|
-
readonly client_libxmtpVersion: (a: number) => [number, number];
|
|
1263
|
-
readonly client_syncPreferences: (a: number) => any;
|
|
1264
|
-
readonly contentTypeActions: () => any;
|
|
1265
|
-
readonly contentTypeAttachment: () => any;
|
|
1196
|
+
readonly authhandle_id: (a: number) => number;
|
|
1197
|
+
readonly authhandle_new: () => number;
|
|
1198
|
+
readonly authhandle_set: (a: number, b: any) => any;
|
|
1199
|
+
readonly client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
1200
|
+
readonly client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
1266
1201
|
readonly contentTypeGroupUpdated: () => any;
|
|
1267
1202
|
readonly contentTypeIntent: () => any;
|
|
1268
|
-
readonly
|
|
1269
|
-
readonly
|
|
1203
|
+
readonly contentTypeLeaveRequest: () => any;
|
|
1204
|
+
readonly contentTypeReadReceipt: () => any;
|
|
1270
1205
|
readonly conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
1271
1206
|
readonly conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
1272
1207
|
readonly conversation_addMembersByIdentity: (a: number, b: number, c: number) => any;
|
|
@@ -1274,6 +1209,7 @@ export interface InitOutput {
|
|
|
1274
1209
|
readonly conversation_addedByInboxId: (a: number) => [number, number, number, number];
|
|
1275
1210
|
readonly conversation_adminList: (a: number) => [number, number, number, number];
|
|
1276
1211
|
readonly conversation_appData: (a: number) => [number, number, number, number];
|
|
1212
|
+
readonly conversation_consentState: (a: number) => [number, number, number];
|
|
1277
1213
|
readonly conversation_countMessages: (a: number, b: number) => any;
|
|
1278
1214
|
readonly conversation_createdAtNs: (a: number) => bigint;
|
|
1279
1215
|
readonly conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
@@ -1324,6 +1260,7 @@ export interface InitOutput {
|
|
|
1324
1260
|
readonly conversation_superAdminList: (a: number) => [number, number, number, number];
|
|
1325
1261
|
readonly conversation_sync: (a: number) => any;
|
|
1326
1262
|
readonly conversation_updateAppData: (a: number, b: number, c: number) => any;
|
|
1263
|
+
readonly conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
1327
1264
|
readonly conversation_updateGroupDescription: (a: number, b: number, c: number) => any;
|
|
1328
1265
|
readonly conversation_updateGroupImageUrlSquare: (a: number, b: number, c: number) => any;
|
|
1329
1266
|
readonly conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
@@ -1350,18 +1287,44 @@ export interface InitOutput {
|
|
|
1350
1287
|
readonly conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
1351
1288
|
readonly conversations_sync: (a: number) => any;
|
|
1352
1289
|
readonly conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
1353
|
-
readonly createClient: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: bigint, r: number, s: number, t: number) => any;
|
|
1354
|
-
readonly encodeActions: (a: any) => [number, number, number];
|
|
1355
|
-
readonly encodeAttachment: (a: any) => [number, number, number];
|
|
1356
1290
|
readonly encodeIntent: (a: any) => [number, number, number];
|
|
1357
|
-
readonly
|
|
1358
|
-
readonly encodeReaction: (a: any) => [number, number, number];
|
|
1359
|
-
readonly metadataFieldName: (a: number) => [number, number];
|
|
1291
|
+
readonly encodeReadReceipt: (a: any) => [number, number, number];
|
|
1360
1292
|
readonly streamcloser_end: (a: number) => void;
|
|
1361
1293
|
readonly streamcloser_endAndWait: (a: number) => any;
|
|
1362
1294
|
readonly streamcloser_isClosed: (a: number) => number;
|
|
1363
1295
|
readonly streamcloser_waitForReady: (a: number) => any;
|
|
1296
|
+
readonly __wbg_client_free: (a: number, b: number) => void;
|
|
1364
1297
|
readonly __wbg_devicesync_free: (a: number, b: number) => void;
|
|
1298
|
+
readonly __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
1299
|
+
readonly applySignatureRequest: (a: number, b: number) => any;
|
|
1300
|
+
readonly client_accountIdentifier: (a: number) => any;
|
|
1301
|
+
readonly client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
1302
|
+
readonly client_apiAggregateStatistics: (a: number) => [number, number];
|
|
1303
|
+
readonly client_apiIdentityStatistics: (a: number) => any;
|
|
1304
|
+
readonly client_apiStatistics: (a: number) => any;
|
|
1305
|
+
readonly client_appVersion: (a: number) => [number, number];
|
|
1306
|
+
readonly client_applySignatureRequest: (a: number, b: number) => any;
|
|
1307
|
+
readonly client_canMessage: (a: number, b: number, c: number) => any;
|
|
1308
|
+
readonly client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
1309
|
+
readonly client_clearAllStatistics: (a: number) => void;
|
|
1310
|
+
readonly client_conversations: (a: number) => number;
|
|
1311
|
+
readonly client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
1312
|
+
readonly client_device_sync: (a: number) => number;
|
|
1313
|
+
readonly client_findInboxIdByIdentity: (a: number, b: any) => any;
|
|
1314
|
+
readonly client_inboxId: (a: number) => [number, number];
|
|
1315
|
+
readonly client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
1316
|
+
readonly client_installationId: (a: number) => [number, number];
|
|
1317
|
+
readonly client_installationIdBytes: (a: number) => any;
|
|
1318
|
+
readonly client_isRegistered: (a: number) => number;
|
|
1319
|
+
readonly client_libxmtpVersion: (a: number) => [number, number];
|
|
1320
|
+
readonly client_registerIdentity: (a: number, b: number) => any;
|
|
1321
|
+
readonly client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
1322
|
+
readonly client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
1323
|
+
readonly client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
1324
|
+
readonly client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
1325
|
+
readonly client_syncPreferences: (a: number) => any;
|
|
1326
|
+
readonly client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
1327
|
+
readonly createClient: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: bigint, r: number, s: number, t: number) => any;
|
|
1365
1328
|
readonly devicesync_archiveMetadata: (a: number, b: any, c: any) => any;
|
|
1366
1329
|
readonly devicesync_createArchive: (a: number, b: any, c: any) => any;
|
|
1367
1330
|
readonly devicesync_importArchive: (a: number, b: any, c: any) => any;
|
|
@@ -1370,7 +1333,44 @@ export interface InitOutput {
|
|
|
1370
1333
|
readonly devicesync_sendSyncArchive: (a: number, b: any, c: number, d: number, e: number, f: number) => any;
|
|
1371
1334
|
readonly devicesync_sendSyncRequest: (a: number, b: any, c: number, d: number) => any;
|
|
1372
1335
|
readonly devicesync_syncAllDeviceSyncGroups: (a: number) => any;
|
|
1336
|
+
readonly generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
1337
|
+
readonly getInboxIdForIdentifier: (a: number, b: any) => any;
|
|
1338
|
+
readonly opfsClearAll: () => any;
|
|
1339
|
+
readonly opfsDeleteFile: (a: number, b: number) => any;
|
|
1340
|
+
readonly opfsExportDb: (a: number, b: number) => any;
|
|
1341
|
+
readonly opfsFileCount: () => any;
|
|
1342
|
+
readonly opfsFileExists: (a: number, b: number) => any;
|
|
1343
|
+
readonly opfsImportDb: (a: number, b: number, c: any) => any;
|
|
1344
|
+
readonly opfsInit: () => any;
|
|
1345
|
+
readonly opfsListFiles: () => any;
|
|
1346
|
+
readonly opfsPoolCapacity: () => any;
|
|
1347
|
+
readonly revokeInstallationsSignatureRequest: (a: number, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
1348
|
+
readonly signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
1349
|
+
readonly signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
1350
|
+
readonly signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
1351
|
+
readonly signaturerequesthandle_signatureText: (a: number) => any;
|
|
1352
|
+
readonly verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
1353
|
+
readonly contentTypeActions: () => any;
|
|
1354
|
+
readonly contentTypeAttachment: () => any;
|
|
1355
|
+
readonly contentTypeMarkdown: () => any;
|
|
1356
|
+
readonly contentTypeMultiRemoteAttachment: () => any;
|
|
1357
|
+
readonly contentTypeReaction: () => any;
|
|
1358
|
+
readonly contentTypeRemoteAttachment: () => any;
|
|
1373
1359
|
readonly contentTypeReply: () => any;
|
|
1360
|
+
readonly contentTypeText: () => any;
|
|
1361
|
+
readonly contentTypeTransactionReference: () => any;
|
|
1362
|
+
readonly contentTypeWalletSendCalls: () => any;
|
|
1363
|
+
readonly decryptAttachment: (a: number, b: number, c: any) => [number, number, number];
|
|
1364
|
+
readonly encodeActions: (a: any) => [number, number, number];
|
|
1365
|
+
readonly encodeAttachment: (a: any) => [number, number, number];
|
|
1366
|
+
readonly encodeMarkdown: (a: number, b: number) => [number, number, number];
|
|
1367
|
+
readonly encodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
1368
|
+
readonly encodeReaction: (a: any) => [number, number, number];
|
|
1369
|
+
readonly encodeRemoteAttachment: (a: any) => [number, number, number];
|
|
1370
|
+
readonly encodeText: (a: number, b: number) => [number, number, number];
|
|
1371
|
+
readonly encodeTransactionReference: (a: any) => [number, number, number];
|
|
1372
|
+
readonly encodeWalletSendCalls: (a: any) => [number, number, number];
|
|
1373
|
+
readonly encryptAttachment: (a: any) => [number, number, number];
|
|
1374
1374
|
readonly rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
|
|
1375
1375
|
readonly rust_zstd_wasm_shim_free: (a: number) => void;
|
|
1376
1376
|
readonly rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
@@ -1394,15 +1394,15 @@ export interface InitOutput {
|
|
|
1394
1394
|
readonly intounderlyingsink_abort: (a: number, b: any) => any;
|
|
1395
1395
|
readonly intounderlyingsink_close: (a: number) => any;
|
|
1396
1396
|
readonly intounderlyingsink_write: (a: number, b: any) => any;
|
|
1397
|
-
readonly __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
1398
1397
|
readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
1398
|
+
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
1399
|
+
readonly intounderlyingsource_pull: (a: number, b: any) => any;
|
|
1400
|
+
readonly __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
1399
1401
|
readonly intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
1400
1402
|
readonly intounderlyingbytesource_cancel: (a: number) => void;
|
|
1401
1403
|
readonly intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
1402
1404
|
readonly intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
1403
1405
|
readonly intounderlyingbytesource_type: (a: number) => number;
|
|
1404
|
-
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
1405
|
-
readonly intounderlyingsource_pull: (a: number, b: any) => any;
|
|
1406
1406
|
readonly __wbg_wasmbindgentestcontext_free: (a: number, b: number) => void;
|
|
1407
1407
|
readonly __wbgtest_console_debug: (a: any) => void;
|
|
1408
1408
|
readonly __wbgtest_console_error: (a: any) => void;
|
|
@@ -1413,21 +1413,21 @@ export interface InitOutput {
|
|
|
1413
1413
|
readonly wasmbindgentestcontext_include_ignored: (a: number, b: number) => void;
|
|
1414
1414
|
readonly wasmbindgentestcontext_new: (a: number) => number;
|
|
1415
1415
|
readonly wasmbindgentestcontext_run: (a: number, b: number, c: number) => any;
|
|
1416
|
-
readonly __wbgtest_cov_dump: () => [number, number];
|
|
1417
|
-
readonly __wbgtest_module_signature: () => [number, bigint];
|
|
1418
1416
|
readonly __wbgbench_dump: () => [number, number];
|
|
1419
1417
|
readonly __wbgbench_import: (a: number, b: number) => void;
|
|
1418
|
+
readonly __wbgtest_cov_dump: () => [number, number];
|
|
1420
1419
|
readonly __wbgtest_coverage_path: (a: number, b: number, c: number, d: number, e: number, f: bigint) => [number, number];
|
|
1421
|
-
readonly
|
|
1422
|
-
readonly
|
|
1423
|
-
readonly
|
|
1424
|
-
readonly
|
|
1425
|
-
readonly
|
|
1426
|
-
readonly
|
|
1427
|
-
readonly
|
|
1428
|
-
readonly
|
|
1429
|
-
readonly
|
|
1430
|
-
readonly
|
|
1420
|
+
readonly __wbgtest_module_signature: () => [number, bigint];
|
|
1421
|
+
readonly wasm_bindgen__closure__destroy__hd62e9797c0b3168f: (a: number, b: number) => void;
|
|
1422
|
+
readonly wasm_bindgen__closure__destroy__h96c761a656ba0a31: (a: number, b: number) => void;
|
|
1423
|
+
readonly wasm_bindgen__closure__destroy__hd0b23f3e2de3e524: (a: number, b: number) => void;
|
|
1424
|
+
readonly wasm_bindgen__closure__destroy__h852a2fa70246a7e9: (a: number, b: number) => void;
|
|
1425
|
+
readonly wasm_bindgen__convert__closures_____invoke__h3fbce54f69633488: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
1426
|
+
readonly wasm_bindgen__convert__closures_____invoke__h1ed783e0801cc87c: (a: number, b: number, c: any, d: any) => void;
|
|
1427
|
+
readonly wasm_bindgen__convert__closures_____invoke__h9739bad550b151a0: (a: number, b: number, c: any) => void;
|
|
1428
|
+
readonly wasm_bindgen__convert__closures_____invoke__h3140913cf557f226: (a: number, b: number) => void;
|
|
1429
|
+
readonly wasm_bindgen__convert__closures_____invoke__hef7996840be5a37a: (a: number, b: number) => void;
|
|
1430
|
+
readonly wasm_bindgen__convert__closures_____invoke__h20bdc0c4874a4cbd: (a: number, b: number) => void;
|
|
1431
1431
|
readonly __externref_table_alloc: () => number;
|
|
1432
1432
|
readonly __wbindgen_externrefs: WebAssembly.Table;
|
|
1433
1433
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
package/dist/bindings_wasm.js
CHANGED
|
@@ -3245,7 +3245,7 @@ function __wbg_get_imports() {
|
|
|
3245
3245
|
const a = state0.a;
|
|
3246
3246
|
state0.a = 0;
|
|
3247
3247
|
try {
|
|
3248
|
-
return
|
|
3248
|
+
return wasm_bindgen__convert__closures_____invoke__h3fbce54f69633488(a, state0.b, arg0, arg1, arg2);
|
|
3249
3249
|
} finally {
|
|
3250
3250
|
state0.a = a;
|
|
3251
3251
|
}
|
|
@@ -3548,7 +3548,7 @@ function __wbg_get_imports() {
|
|
|
3548
3548
|
const a = state0.a;
|
|
3549
3549
|
state0.a = 0;
|
|
3550
3550
|
try {
|
|
3551
|
-
return
|
|
3551
|
+
return wasm_bindgen__convert__closures_____invoke__h1ed783e0801cc87c(a, state0.b, arg0, arg1);
|
|
3552
3552
|
} finally {
|
|
3553
3553
|
state0.a = a;
|
|
3554
3554
|
}
|
|
@@ -3966,23 +3966,23 @@ function __wbg_get_imports() {
|
|
|
3966
3966
|
return ret;
|
|
3967
3967
|
}, arguments); },
|
|
3968
3968
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
3969
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3970
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3969
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 7141, function: Function { arguments: [], shim_idx: 7142, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3970
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hd62e9797c0b3168f, wasm_bindgen__convert__closures_____invoke__h3140913cf557f226);
|
|
3971
3971
|
return ret;
|
|
3972
3972
|
},
|
|
3973
3973
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
3974
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3975
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3974
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 7336, function: Function { arguments: [], shim_idx: 7337, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3975
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h96c761a656ba0a31, wasm_bindgen__convert__closures_____invoke__hef7996840be5a37a);
|
|
3976
3976
|
return ret;
|
|
3977
3977
|
},
|
|
3978
3978
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
3979
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3980
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3979
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 8342, function: Function { arguments: [], shim_idx: 8343, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3980
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hd0b23f3e2de3e524, wasm_bindgen__convert__closures_____invoke__h20bdc0c4874a4cbd);
|
|
3981
3981
|
return ret;
|
|
3982
3982
|
},
|
|
3983
3983
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
3984
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3985
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3984
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 8834, function: Function { arguments: [Externref], shim_idx: 8835, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3985
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h852a2fa70246a7e9, wasm_bindgen__convert__closures_____invoke__h9739bad550b151a0);
|
|
3986
3986
|
return ret;
|
|
3987
3987
|
},
|
|
3988
3988
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -4061,28 +4061,28 @@ function __wbg_get_imports() {
|
|
|
4061
4061
|
};
|
|
4062
4062
|
}
|
|
4063
4063
|
|
|
4064
|
-
function
|
|
4065
|
-
wasm.
|
|
4064
|
+
function wasm_bindgen__convert__closures_____invoke__h3140913cf557f226(arg0, arg1) {
|
|
4065
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3140913cf557f226(arg0, arg1);
|
|
4066
4066
|
}
|
|
4067
4067
|
|
|
4068
|
-
function
|
|
4069
|
-
wasm.
|
|
4068
|
+
function wasm_bindgen__convert__closures_____invoke__hef7996840be5a37a(arg0, arg1) {
|
|
4069
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hef7996840be5a37a(arg0, arg1);
|
|
4070
4070
|
}
|
|
4071
4071
|
|
|
4072
|
-
function
|
|
4073
|
-
wasm.
|
|
4072
|
+
function wasm_bindgen__convert__closures_____invoke__h20bdc0c4874a4cbd(arg0, arg1) {
|
|
4073
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h20bdc0c4874a4cbd(arg0, arg1);
|
|
4074
4074
|
}
|
|
4075
4075
|
|
|
4076
|
-
function
|
|
4077
|
-
wasm.
|
|
4076
|
+
function wasm_bindgen__convert__closures_____invoke__h9739bad550b151a0(arg0, arg1, arg2) {
|
|
4077
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h9739bad550b151a0(arg0, arg1, arg2);
|
|
4078
4078
|
}
|
|
4079
4079
|
|
|
4080
|
-
function
|
|
4081
|
-
wasm.
|
|
4080
|
+
function wasm_bindgen__convert__closures_____invoke__h1ed783e0801cc87c(arg0, arg1, arg2, arg3) {
|
|
4081
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1ed783e0801cc87c(arg0, arg1, arg2, arg3);
|
|
4082
4082
|
}
|
|
4083
4083
|
|
|
4084
|
-
function
|
|
4085
|
-
wasm.
|
|
4084
|
+
function wasm_bindgen__convert__closures_____invoke__h3fbce54f69633488(arg0, arg1, arg2, arg3, arg4) {
|
|
4085
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3fbce54f69633488(arg0, arg1, arg2, arg3, arg4);
|
|
4086
4086
|
}
|
|
4087
4087
|
|
|
4088
4088
|
|
|
Binary file
|
|
@@ -19,66 +19,15 @@ export const backendbuilder_setApiUrl: (a: number, b: number, c: number) => numb
|
|
|
19
19
|
export const backendbuilder_setAppVersion: (a: number, b: number, c: number) => number;
|
|
20
20
|
export const backendbuilder_setGatewayHost: (a: number, b: number, c: number) => number;
|
|
21
21
|
export const backendbuilder_setReadonly: (a: number, b: number) => number;
|
|
22
|
+
export const createClientWithBackend: (a: number, b: number, c: number, d: any, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: bigint) => any;
|
|
22
23
|
export const client_fetchLatestInboxUpdatesCount: (a: number, b: number, c: number, d: number) => any;
|
|
23
24
|
export const client_fetchOwnInboxUpdatesCount: (a: number, b: number) => any;
|
|
24
|
-
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
25
25
|
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
26
26
|
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
27
27
|
export const client_inboxState: (a: number, b: number) => any;
|
|
28
|
-
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
29
|
-
export const contentTypeLeaveRequest: () => any;
|
|
30
|
-
export const contentTypeMarkdown: () => any;
|
|
31
|
-
export const contentTypeReadReceipt: () => any;
|
|
32
|
-
export const contentTypeRemoteAttachment: () => any;
|
|
33
|
-
export const contentTypeText: () => any;
|
|
34
|
-
export const contentTypeTransactionReference: () => any;
|
|
35
|
-
export const contentTypeWalletSendCalls: () => any;
|
|
36
|
-
export const conversation_consentState: (a: number) => [number, number, number];
|
|
37
|
-
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
38
|
-
export const createClientWithBackend: (a: number, b: number, c: number, d: any, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: bigint) => any;
|
|
39
|
-
export const decryptAttachment: (a: number, b: number, c: any) => [number, number, number];
|
|
40
|
-
export const encodeMarkdown: (a: number, b: number) => [number, number, number];
|
|
41
|
-
export const encodeReadReceipt: (a: any) => [number, number, number];
|
|
42
|
-
export const encodeRemoteAttachment: (a: any) => [number, number, number];
|
|
43
|
-
export const encodeText: (a: number, b: number) => [number, number, number];
|
|
44
|
-
export const encodeTransactionReference: (a: any) => [number, number, number];
|
|
45
|
-
export const encodeWalletSendCalls: (a: any) => [number, number, number];
|
|
46
|
-
export const encryptAttachment: (a: any) => [number, number, number];
|
|
47
|
-
export const generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
48
|
-
export const getInboxIdForIdentifier: (a: number, b: any) => any;
|
|
49
28
|
export const inboxStateFromInboxIds: (a: number, b: number, c: number) => any;
|
|
29
|
+
export const metadataFieldName: (a: number) => [number, number];
|
|
50
30
|
export const __wbg_authhandle_free: (a: number, b: number) => void;
|
|
51
|
-
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
52
|
-
export const applySignatureRequest: (a: number, b: number) => any;
|
|
53
|
-
export const authhandle_id: (a: number) => number;
|
|
54
|
-
export const authhandle_new: () => number;
|
|
55
|
-
export const authhandle_set: (a: number, b: any) => any;
|
|
56
|
-
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
57
|
-
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
58
|
-
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
59
|
-
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
60
|
-
export const client_registerIdentity: (a: number, b: number) => any;
|
|
61
|
-
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
62
|
-
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
63
|
-
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
64
|
-
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
65
|
-
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
66
|
-
export const opfsClearAll: () => any;
|
|
67
|
-
export const opfsDeleteFile: (a: number, b: number) => any;
|
|
68
|
-
export const opfsExportDb: (a: number, b: number) => any;
|
|
69
|
-
export const opfsFileCount: () => any;
|
|
70
|
-
export const opfsFileExists: (a: number, b: number) => any;
|
|
71
|
-
export const opfsImportDb: (a: number, b: number, c: any) => any;
|
|
72
|
-
export const opfsInit: () => any;
|
|
73
|
-
export const opfsListFiles: () => any;
|
|
74
|
-
export const opfsPoolCapacity: () => any;
|
|
75
|
-
export const revokeInstallationsSignatureRequest: (a: number, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
76
|
-
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
77
|
-
export const signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
78
|
-
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
79
|
-
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
80
|
-
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
81
|
-
export const __wbg_client_free: (a: number, b: number) => void;
|
|
82
31
|
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
83
32
|
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
84
33
|
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
@@ -89,29 +38,15 @@ export const __wbg_set_conversationlistitem_conversation: (a: number, b: number)
|
|
|
89
38
|
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
90
39
|
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
91
40
|
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
92
|
-
export const
|
|
93
|
-
export const
|
|
94
|
-
export const
|
|
95
|
-
export const
|
|
96
|
-
export const
|
|
97
|
-
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
98
|
-
export const client_clearAllStatistics: (a: number) => void;
|
|
99
|
-
export const client_conversations: (a: number) => number;
|
|
100
|
-
export const client_device_sync: (a: number) => number;
|
|
101
|
-
export const client_findInboxIdByIdentity: (a: number, b: any) => any;
|
|
102
|
-
export const client_inboxId: (a: number) => [number, number];
|
|
103
|
-
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
104
|
-
export const client_installationId: (a: number) => [number, number];
|
|
105
|
-
export const client_installationIdBytes: (a: number) => any;
|
|
106
|
-
export const client_isRegistered: (a: number) => number;
|
|
107
|
-
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
108
|
-
export const client_syncPreferences: (a: number) => any;
|
|
109
|
-
export const contentTypeActions: () => any;
|
|
110
|
-
export const contentTypeAttachment: () => any;
|
|
41
|
+
export const authhandle_id: (a: number) => number;
|
|
42
|
+
export const authhandle_new: () => number;
|
|
43
|
+
export const authhandle_set: (a: number, b: any) => any;
|
|
44
|
+
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
45
|
+
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
111
46
|
export const contentTypeGroupUpdated: () => any;
|
|
112
47
|
export const contentTypeIntent: () => any;
|
|
113
|
-
export const
|
|
114
|
-
export const
|
|
48
|
+
export const contentTypeLeaveRequest: () => any;
|
|
49
|
+
export const contentTypeReadReceipt: () => any;
|
|
115
50
|
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
116
51
|
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
117
52
|
export const conversation_addMembersByIdentity: (a: number, b: number, c: number) => any;
|
|
@@ -119,6 +54,7 @@ export const conversation_addSuperAdmin: (a: number, b: number, c: number) => an
|
|
|
119
54
|
export const conversation_addedByInboxId: (a: number) => [number, number, number, number];
|
|
120
55
|
export const conversation_adminList: (a: number) => [number, number, number, number];
|
|
121
56
|
export const conversation_appData: (a: number) => [number, number, number, number];
|
|
57
|
+
export const conversation_consentState: (a: number) => [number, number, number];
|
|
122
58
|
export const conversation_countMessages: (a: number, b: number) => any;
|
|
123
59
|
export const conversation_createdAtNs: (a: number) => bigint;
|
|
124
60
|
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
@@ -169,6 +105,7 @@ export const conversation_stream: (a: number, b: any) => [number, number, number
|
|
|
169
105
|
export const conversation_superAdminList: (a: number) => [number, number, number, number];
|
|
170
106
|
export const conversation_sync: (a: number) => any;
|
|
171
107
|
export const conversation_updateAppData: (a: number, b: number, c: number) => any;
|
|
108
|
+
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
172
109
|
export const conversation_updateGroupDescription: (a: number, b: number, c: number) => any;
|
|
173
110
|
export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: number) => any;
|
|
174
111
|
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
@@ -195,18 +132,44 @@ export const conversations_streamMessageDeletions: (a: number, b: any) => [numbe
|
|
|
195
132
|
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
196
133
|
export const conversations_sync: (a: number) => any;
|
|
197
134
|
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
198
|
-
export const createClient: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: bigint, r: number, s: number, t: number) => any;
|
|
199
|
-
export const encodeActions: (a: any) => [number, number, number];
|
|
200
|
-
export const encodeAttachment: (a: any) => [number, number, number];
|
|
201
135
|
export const encodeIntent: (a: any) => [number, number, number];
|
|
202
|
-
export const
|
|
203
|
-
export const encodeReaction: (a: any) => [number, number, number];
|
|
204
|
-
export const metadataFieldName: (a: number) => [number, number];
|
|
136
|
+
export const encodeReadReceipt: (a: any) => [number, number, number];
|
|
205
137
|
export const streamcloser_end: (a: number) => void;
|
|
206
138
|
export const streamcloser_endAndWait: (a: number) => any;
|
|
207
139
|
export const streamcloser_isClosed: (a: number) => number;
|
|
208
140
|
export const streamcloser_waitForReady: (a: number) => any;
|
|
141
|
+
export const __wbg_client_free: (a: number, b: number) => void;
|
|
209
142
|
export const __wbg_devicesync_free: (a: number, b: number) => void;
|
|
143
|
+
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
144
|
+
export const applySignatureRequest: (a: number, b: number) => any;
|
|
145
|
+
export const client_accountIdentifier: (a: number) => any;
|
|
146
|
+
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
147
|
+
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
148
|
+
export const client_apiIdentityStatistics: (a: number) => any;
|
|
149
|
+
export const client_apiStatistics: (a: number) => any;
|
|
150
|
+
export const client_appVersion: (a: number) => [number, number];
|
|
151
|
+
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
152
|
+
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
153
|
+
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
154
|
+
export const client_clearAllStatistics: (a: number) => void;
|
|
155
|
+
export const client_conversations: (a: number) => number;
|
|
156
|
+
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
157
|
+
export const client_device_sync: (a: number) => number;
|
|
158
|
+
export const client_findInboxIdByIdentity: (a: number, b: any) => any;
|
|
159
|
+
export const client_inboxId: (a: number) => [number, number];
|
|
160
|
+
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
161
|
+
export const client_installationId: (a: number) => [number, number];
|
|
162
|
+
export const client_installationIdBytes: (a: number) => any;
|
|
163
|
+
export const client_isRegistered: (a: number) => number;
|
|
164
|
+
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
165
|
+
export const client_registerIdentity: (a: number, b: number) => any;
|
|
166
|
+
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
167
|
+
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
168
|
+
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
169
|
+
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
170
|
+
export const client_syncPreferences: (a: number) => any;
|
|
171
|
+
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
172
|
+
export const createClient: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: bigint, r: number, s: number, t: number) => any;
|
|
210
173
|
export const devicesync_archiveMetadata: (a: number, b: any, c: any) => any;
|
|
211
174
|
export const devicesync_createArchive: (a: number, b: any, c: any) => any;
|
|
212
175
|
export const devicesync_importArchive: (a: number, b: any, c: any) => any;
|
|
@@ -215,7 +178,44 @@ export const devicesync_processSyncArchive: (a: number, b: number, c: number) =>
|
|
|
215
178
|
export const devicesync_sendSyncArchive: (a: number, b: any, c: number, d: number, e: number, f: number) => any;
|
|
216
179
|
export const devicesync_sendSyncRequest: (a: number, b: any, c: number, d: number) => any;
|
|
217
180
|
export const devicesync_syncAllDeviceSyncGroups: (a: number) => any;
|
|
181
|
+
export const generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
182
|
+
export const getInboxIdForIdentifier: (a: number, b: any) => any;
|
|
183
|
+
export const opfsClearAll: () => any;
|
|
184
|
+
export const opfsDeleteFile: (a: number, b: number) => any;
|
|
185
|
+
export const opfsExportDb: (a: number, b: number) => any;
|
|
186
|
+
export const opfsFileCount: () => any;
|
|
187
|
+
export const opfsFileExists: (a: number, b: number) => any;
|
|
188
|
+
export const opfsImportDb: (a: number, b: number, c: any) => any;
|
|
189
|
+
export const opfsInit: () => any;
|
|
190
|
+
export const opfsListFiles: () => any;
|
|
191
|
+
export const opfsPoolCapacity: () => any;
|
|
192
|
+
export const revokeInstallationsSignatureRequest: (a: number, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
193
|
+
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
194
|
+
export const signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
195
|
+
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
196
|
+
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
197
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
198
|
+
export const contentTypeActions: () => any;
|
|
199
|
+
export const contentTypeAttachment: () => any;
|
|
200
|
+
export const contentTypeMarkdown: () => any;
|
|
201
|
+
export const contentTypeMultiRemoteAttachment: () => any;
|
|
202
|
+
export const contentTypeReaction: () => any;
|
|
203
|
+
export const contentTypeRemoteAttachment: () => any;
|
|
218
204
|
export const contentTypeReply: () => any;
|
|
205
|
+
export const contentTypeText: () => any;
|
|
206
|
+
export const contentTypeTransactionReference: () => any;
|
|
207
|
+
export const contentTypeWalletSendCalls: () => any;
|
|
208
|
+
export const decryptAttachment: (a: number, b: number, c: any) => [number, number, number];
|
|
209
|
+
export const encodeActions: (a: any) => [number, number, number];
|
|
210
|
+
export const encodeAttachment: (a: any) => [number, number, number];
|
|
211
|
+
export const encodeMarkdown: (a: number, b: number) => [number, number, number];
|
|
212
|
+
export const encodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
213
|
+
export const encodeReaction: (a: any) => [number, number, number];
|
|
214
|
+
export const encodeRemoteAttachment: (a: any) => [number, number, number];
|
|
215
|
+
export const encodeText: (a: number, b: number) => [number, number, number];
|
|
216
|
+
export const encodeTransactionReference: (a: any) => [number, number, number];
|
|
217
|
+
export const encodeWalletSendCalls: (a: any) => [number, number, number];
|
|
218
|
+
export const encryptAttachment: (a: any) => [number, number, number];
|
|
219
219
|
export const rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
|
|
220
220
|
export const rust_zstd_wasm_shim_free: (a: number) => void;
|
|
221
221
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
@@ -239,15 +239,15 @@ export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
|
239
239
|
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
240
240
|
export const intounderlyingsink_close: (a: number) => any;
|
|
241
241
|
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
242
|
-
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
243
242
|
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
243
|
+
export const intounderlyingsource_cancel: (a: number) => void;
|
|
244
|
+
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
245
|
+
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
244
246
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
245
247
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
246
248
|
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
247
249
|
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
248
250
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
249
|
-
export const intounderlyingsource_cancel: (a: number) => void;
|
|
250
|
-
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
251
251
|
export const __wbg_wasmbindgentestcontext_free: (a: number, b: number) => void;
|
|
252
252
|
export const __wbgtest_console_debug: (a: any) => void;
|
|
253
253
|
export const __wbgtest_console_error: (a: any) => void;
|
|
@@ -258,21 +258,21 @@ export const wasmbindgentestcontext_filtered_count: (a: number, b: number) => vo
|
|
|
258
258
|
export const wasmbindgentestcontext_include_ignored: (a: number, b: number) => void;
|
|
259
259
|
export const wasmbindgentestcontext_new: (a: number) => number;
|
|
260
260
|
export const wasmbindgentestcontext_run: (a: number, b: number, c: number) => any;
|
|
261
|
-
export const __wbgtest_cov_dump: () => [number, number];
|
|
262
|
-
export const __wbgtest_module_signature: () => [number, bigint];
|
|
263
261
|
export const __wbgbench_dump: () => [number, number];
|
|
264
262
|
export const __wbgbench_import: (a: number, b: number) => void;
|
|
263
|
+
export const __wbgtest_cov_dump: () => [number, number];
|
|
265
264
|
export const __wbgtest_coverage_path: (a: number, b: number, c: number, d: number, e: number, f: bigint) => [number, number];
|
|
266
|
-
export const
|
|
267
|
-
export const
|
|
268
|
-
export const
|
|
269
|
-
export const
|
|
270
|
-
export const
|
|
271
|
-
export const
|
|
272
|
-
export const
|
|
273
|
-
export const
|
|
274
|
-
export const
|
|
275
|
-
export const
|
|
265
|
+
export const __wbgtest_module_signature: () => [number, bigint];
|
|
266
|
+
export const wasm_bindgen__closure__destroy__hd62e9797c0b3168f: (a: number, b: number) => void;
|
|
267
|
+
export const wasm_bindgen__closure__destroy__h96c761a656ba0a31: (a: number, b: number) => void;
|
|
268
|
+
export const wasm_bindgen__closure__destroy__hd0b23f3e2de3e524: (a: number, b: number) => void;
|
|
269
|
+
export const wasm_bindgen__closure__destroy__h852a2fa70246a7e9: (a: number, b: number) => void;
|
|
270
|
+
export const wasm_bindgen__convert__closures_____invoke__h3fbce54f69633488: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
271
|
+
export const wasm_bindgen__convert__closures_____invoke__h1ed783e0801cc87c: (a: number, b: number, c: any, d: any) => void;
|
|
272
|
+
export const wasm_bindgen__convert__closures_____invoke__h9739bad550b151a0: (a: number, b: number, c: any) => void;
|
|
273
|
+
export const wasm_bindgen__convert__closures_____invoke__h3140913cf557f226: (a: number, b: number) => void;
|
|
274
|
+
export const wasm_bindgen__convert__closures_____invoke__hef7996840be5a37a: (a: number, b: number) => void;
|
|
275
|
+
export const wasm_bindgen__convert__closures_____invoke__h20bdc0c4874a4cbd: (a: number, b: number) => void;
|
|
276
276
|
export const __externref_table_alloc: () => number;
|
|
277
277
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
278
278
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|