@xmtp/wasm-bindings 1.6.0-dev.e545a64 → 1.6.1-rc3
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 +624 -612
- package/dist/bindings_wasm.js +1112 -1062
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +494 -490
- package/dist/version.json +3 -3
- package/package.json +1 -1
|
@@ -1,580 +1,584 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
+
export const __wbg_attachment_free: (a: number, b: number) => void;
|
|
5
|
+
export const __wbg_decodedmessage_free: (a: number, b: number) => void;
|
|
6
|
+
export const __wbg_enrichedreply_free: (a: number, b: number) => void;
|
|
7
|
+
export const __wbg_get_attachment_content: (a: number) => [number, number];
|
|
8
|
+
export const __wbg_get_attachment_filename: (a: number) => [number, number];
|
|
9
|
+
export const __wbg_get_attachment_mimeType: (a: number) => [number, number];
|
|
10
|
+
export const __wbg_get_decodedmessage_content: (a: number) => number;
|
|
11
|
+
export const __wbg_get_decodedmessage_content_type: (a: number) => number;
|
|
12
|
+
export const __wbg_get_decodedmessage_conversation_id: (a: number) => [number, number];
|
|
13
|
+
export const __wbg_get_decodedmessage_delivery_status: (a: number) => number;
|
|
14
|
+
export const __wbg_get_decodedmessage_fallback_text: (a: number) => [number, number];
|
|
15
|
+
export const __wbg_get_decodedmessage_id: (a: number) => [number, number];
|
|
16
|
+
export const __wbg_get_decodedmessage_kind: (a: number) => number;
|
|
17
|
+
export const __wbg_get_decodedmessage_num_replies: (a: number) => bigint;
|
|
18
|
+
export const __wbg_get_decodedmessage_reactions: (a: number) => [number, number];
|
|
19
|
+
export const __wbg_get_decodedmessage_sender_inbox_id: (a: number) => [number, number];
|
|
20
|
+
export const __wbg_get_decodedmessage_sender_installation_id: (a: number) => [number, number];
|
|
21
|
+
export const __wbg_get_decodedmessage_sent_at_ns: (a: number) => bigint;
|
|
22
|
+
export const __wbg_get_transactionmetadata_amount: (a: number) => number;
|
|
23
|
+
export const __wbg_get_transactionmetadata_currency: (a: number) => [number, number];
|
|
24
|
+
export const __wbg_get_transactionmetadata_decimals: (a: number) => number;
|
|
25
|
+
export const __wbg_get_transactionmetadata_fromAddress: (a: number) => [number, number];
|
|
26
|
+
export const __wbg_get_transactionmetadata_toAddress: (a: number) => [number, number];
|
|
27
|
+
export const __wbg_get_transactionmetadata_transactionType: (a: number) => [number, number];
|
|
28
|
+
export const __wbg_get_transactionreference_metadata: (a: number) => number;
|
|
29
|
+
export const __wbg_get_transactionreference_namespace: (a: number) => [number, number];
|
|
30
|
+
export const __wbg_get_transactionreference_networkId: (a: number) => [number, number];
|
|
31
|
+
export const __wbg_get_transactionreference_reference: (a: number) => [number, number];
|
|
32
|
+
export const __wbg_set_attachment_content: (a: number, b: number, c: number) => void;
|
|
33
|
+
export const __wbg_set_attachment_filename: (a: number, b: number, c: number) => void;
|
|
34
|
+
export const __wbg_set_attachment_mimeType: (a: number, b: number, c: number) => void;
|
|
35
|
+
export const __wbg_set_decodedmessage_content: (a: number, b: number) => void;
|
|
36
|
+
export const __wbg_set_decodedmessage_content_type: (a: number, b: number) => void;
|
|
37
|
+
export const __wbg_set_decodedmessage_conversation_id: (a: number, b: number, c: number) => void;
|
|
38
|
+
export const __wbg_set_decodedmessage_delivery_status: (a: number, b: number) => void;
|
|
39
|
+
export const __wbg_set_decodedmessage_fallback_text: (a: number, b: number, c: number) => void;
|
|
40
|
+
export const __wbg_set_decodedmessage_id: (a: number, b: number, c: number) => void;
|
|
41
|
+
export const __wbg_set_decodedmessage_kind: (a: number, b: number) => void;
|
|
42
|
+
export const __wbg_set_decodedmessage_num_replies: (a: number, b: bigint) => void;
|
|
43
|
+
export const __wbg_set_decodedmessage_reactions: (a: number, b: number, c: number) => void;
|
|
44
|
+
export const __wbg_set_decodedmessage_sender_inbox_id: (a: number, b: number, c: number) => void;
|
|
45
|
+
export const __wbg_set_decodedmessage_sender_installation_id: (a: number, b: number, c: number) => void;
|
|
46
|
+
export const __wbg_set_decodedmessage_sent_at_ns: (a: number, b: bigint) => void;
|
|
47
|
+
export const __wbg_set_transactionmetadata_amount: (a: number, b: number) => void;
|
|
48
|
+
export const __wbg_set_transactionmetadata_currency: (a: number, b: number, c: number) => void;
|
|
49
|
+
export const __wbg_set_transactionmetadata_decimals: (a: number, b: number) => void;
|
|
50
|
+
export const __wbg_set_transactionmetadata_fromAddress: (a: number, b: number, c: number) => void;
|
|
51
|
+
export const __wbg_set_transactionmetadata_toAddress: (a: number, b: number, c: number) => void;
|
|
52
|
+
export const __wbg_set_transactionmetadata_transactionType: (a: number, b: number, c: number) => void;
|
|
53
|
+
export const __wbg_set_transactionreference_metadata: (a: number, b: number) => void;
|
|
54
|
+
export const __wbg_set_transactionreference_namespace: (a: number, b: number, c: number) => void;
|
|
55
|
+
export const __wbg_set_transactionreference_networkId: (a: number, b: number, c: number) => void;
|
|
56
|
+
export const __wbg_set_transactionreference_reference: (a: number, b: number, c: number) => void;
|
|
57
|
+
export const __wbg_transactionmetadata_free: (a: number, b: number) => void;
|
|
58
|
+
export const __wbg_transactionreference_free: (a: number, b: number) => void;
|
|
59
|
+
export const enrichedreply_content: (a: number) => number;
|
|
60
|
+
export const enrichedreply_inReplyTo: (a: number) => number;
|
|
61
|
+
export const enrichedreply_referenceId: (a: number) => [number, number];
|
|
4
62
|
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
5
|
-
export const
|
|
6
|
-
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
63
|
+
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
7
64
|
export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
|
|
8
|
-
export const
|
|
65
|
+
export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
|
|
66
|
+
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
9
67
|
export const __wbg_get_apistats_send_group_messages: (a: number) => bigint;
|
|
10
|
-
export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
|
|
11
68
|
export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
69
|
+
export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
|
|
70
|
+
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
71
|
+
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
72
|
+
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
73
|
+
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
74
|
+
export const __wbg_get_consent_state: (a: number) => number;
|
|
75
|
+
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
76
|
+
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
77
|
+
export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
|
|
14
78
|
export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
|
|
15
|
-
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
16
79
|
export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
|
|
17
|
-
export const
|
|
80
|
+
export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
|
|
81
|
+
export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
|
|
18
82
|
export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
|
|
19
|
-
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
20
83
|
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
21
|
-
export const
|
|
22
|
-
export const
|
|
84
|
+
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
85
|
+
export const __wbg_set_consent_entity: (a: number, b: number, c: number) => void;
|
|
86
|
+
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
87
|
+
export const __wbg_set_consent_state: (a: number, b: number) => void;
|
|
88
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
89
|
+
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
90
|
+
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
91
|
+
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
92
|
+
export const conversation_consentState: (a: number) => [number, number, number];
|
|
93
|
+
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
94
|
+
export const opfs_addCapacity: (a: number) => any;
|
|
95
|
+
export const opfs_error: () => [number, number];
|
|
96
|
+
export const opfs_exists: () => number;
|
|
97
|
+
export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
|
|
98
|
+
export const opfs_getCapacity: () => number;
|
|
99
|
+
export const opfs_getFileCount: () => number;
|
|
100
|
+
export const opfs_getFileNames: () => [number, number];
|
|
101
|
+
export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
|
|
102
|
+
export const opfs_init_sqlite_opfs: () => any;
|
|
103
|
+
export const opfs_reduceCapacity: (a: number) => any;
|
|
104
|
+
export const opfs_rm: (a: number, b: number) => [number, number, number];
|
|
105
|
+
export const opfs_wipeFiles: () => any;
|
|
106
|
+
export const streamcloser_end: (a: number) => void;
|
|
107
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
108
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
109
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
23
110
|
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
24
111
|
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
112
|
+
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
25
113
|
export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
|
|
26
|
-
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
27
114
|
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
28
115
|
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
116
|
+
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
29
117
|
export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
|
|
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
|
|
48
|
-
export const
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
51
|
-
export const
|
|
52
|
-
export const
|
|
53
|
-
export const
|
|
54
|
-
export const
|
|
55
|
-
export const
|
|
56
|
-
export const
|
|
57
|
-
export const
|
|
58
|
-
export const
|
|
59
|
-
export const
|
|
60
|
-
export const
|
|
61
|
-
export const
|
|
62
|
-
export const
|
|
63
|
-
export const signaturerequesthandle_addPasskeySignature: (a: number, b: number) => any;
|
|
64
|
-
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
65
|
-
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
66
|
-
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
67
|
-
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
68
|
-
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
69
|
-
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
70
|
-
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
71
|
-
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
72
|
-
export const client_registerIdentity: (a: number, b: number) => any;
|
|
73
|
-
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
74
|
-
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
75
|
-
export const __wbg_decodedmessagecontent_free: (a: number, b: number) => void;
|
|
76
|
-
export const decodedmessagecontent_payloadType: (a: number) => number;
|
|
77
|
-
export const decodedmessagecontent_asText: (a: number) => number;
|
|
78
|
-
export const decodedmessagecontent_asReply: (a: number) => number;
|
|
79
|
-
export const decodedmessagecontent_asReaction: (a: number) => number;
|
|
80
|
-
export const decodedmessagecontent_asAttachment: (a: number) => number;
|
|
81
|
-
export const decodedmessagecontent_asRemoteAttachment: (a: number) => number;
|
|
82
|
-
export const decodedmessagecontent_asMultiRemoteAttachment: (a: number) => number;
|
|
83
|
-
export const decodedmessagecontent_asTransactionReference: (a: number) => number;
|
|
84
|
-
export const decodedmessagecontent_asGroupUpdated: (a: number) => number;
|
|
85
|
-
export const decodedmessagecontent_asReadReceipt: (a: number) => number;
|
|
86
|
-
export const decodedmessagecontent_asWalletSendCalls: (a: number) => [number, number, number];
|
|
87
|
-
export const decodedmessagecontent_asCustom: (a: number) => number;
|
|
88
|
-
export const __wbg_enrichedreply_free: (a: number, b: number) => void;
|
|
89
|
-
export const enrichedreply_referenceId: (a: number) => [number, number];
|
|
90
|
-
export const enrichedreply_content: (a: number) => number;
|
|
91
|
-
export const enrichedreply_inReplyTo: (a: number) => number;
|
|
92
|
-
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
118
|
+
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
119
|
+
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
120
|
+
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
121
|
+
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
122
|
+
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
123
|
+
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
124
|
+
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
125
|
+
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
126
|
+
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
127
|
+
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
128
|
+
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
129
|
+
export const __wbg_get_conversationdebuginfo_cursor: (a: number) => [number, number];
|
|
130
|
+
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
131
|
+
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
132
|
+
export const __wbg_get_conversationdebuginfo_isCommitLogForked: (a: number) => number;
|
|
133
|
+
export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
|
|
134
|
+
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
135
|
+
export const __wbg_get_conversationdebuginfo_remoteCommitLog: (a: number) => [number, number];
|
|
136
|
+
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
137
|
+
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
138
|
+
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => number;
|
|
139
|
+
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
140
|
+
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
141
|
+
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
142
|
+
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
143
|
+
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
144
|
+
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
145
|
+
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
146
|
+
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
147
|
+
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
148
|
+
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
149
|
+
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
150
|
+
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
93
151
|
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
94
|
-
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
95
152
|
export const __wbg_get_listconversationsoptions_conversationType: (a: number) => number;
|
|
96
|
-
export const
|
|
153
|
+
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
97
154
|
export const __wbg_get_listconversationsoptions_createdBeforeNs: (a: number) => [number, bigint];
|
|
98
|
-
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
99
155
|
export const __wbg_get_listconversationsoptions_includeDuplicateDms: (a: number) => number;
|
|
100
|
-
export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number, b: number) => void;
|
|
101
156
|
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
102
|
-
export const
|
|
103
|
-
export const
|
|
104
|
-
export const
|
|
105
|
-
export const
|
|
157
|
+
export const __wbg_get_listconversationsoptions_orderBy: (a: number) => number;
|
|
158
|
+
export const __wbg_get_listmessagesoptions_contentTypes: (a: number) => [number, number];
|
|
159
|
+
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
160
|
+
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
161
|
+
export const __wbg_get_listmessagesoptions_excludeContentTypes: (a: number) => [number, number];
|
|
162
|
+
export const __wbg_get_listmessagesoptions_excludeSenderInboxIds: (a: number) => [number, number];
|
|
163
|
+
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
164
|
+
export const __wbg_get_message_content: (a: number) => number;
|
|
165
|
+
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
166
|
+
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
167
|
+
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
168
|
+
export const __wbg_get_message_kind: (a: number) => number;
|
|
169
|
+
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
170
|
+
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
171
|
+
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
172
|
+
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
173
|
+
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
174
|
+
export const __wbg_get_reaction_action: (a: number) => number;
|
|
175
|
+
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
176
|
+
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
177
|
+
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
178
|
+
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
179
|
+
export const __wbg_get_reactionpayload_content: (a: number) => [number, number];
|
|
180
|
+
export const __wbg_get_reactionpayload_reference: (a: number) => [number, number];
|
|
181
|
+
export const __wbg_get_reactionpayload_referenceInboxId: (a: number) => [number, number];
|
|
182
|
+
export const __wbg_get_remoteattachmentinfo_contentDigest: (a: number) => [number, number];
|
|
183
|
+
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
184
|
+
export const __wbg_get_remoteattachmentinfo_filename: (a: number) => [number, number];
|
|
185
|
+
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
186
|
+
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
187
|
+
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
188
|
+
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
106
189
|
export const __wbg_get_xmtpcursor_originator_id: (a: number) => number;
|
|
107
|
-
export const
|
|
108
|
-
export const
|
|
109
|
-
export const
|
|
190
|
+
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
191
|
+
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
192
|
+
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
193
|
+
export const __wbg_message_free: (a: number, b: number) => void;
|
|
194
|
+
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
195
|
+
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
196
|
+
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
197
|
+
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
198
|
+
export const __wbg_reactionpayload_free: (a: number, b: number) => void;
|
|
199
|
+
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
200
|
+
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
201
|
+
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
202
|
+
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
203
|
+
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
204
|
+
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: number, c: number) => void;
|
|
110
205
|
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
111
|
-
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
112
|
-
export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
|
|
113
|
-
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
114
206
|
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
115
|
-
export const __wbg_get_conversationdebuginfo_isCommitLogForked: (a: number) => number;
|
|
116
207
|
export const __wbg_set_conversationdebuginfo_isCommitLogForked: (a: number, b: number) => void;
|
|
117
|
-
export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
|
|
118
208
|
export const __wbg_set_conversationdebuginfo_localCommitLog: (a: number, b: number, c: number) => void;
|
|
119
|
-
export const
|
|
209
|
+
export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
|
|
120
210
|
export const __wbg_set_conversationdebuginfo_remoteCommitLog: (a: number, b: number, c: number) => void;
|
|
121
|
-
export const __wbg_get_conversationdebuginfo_cursor: (a: number) => [number, number];
|
|
122
|
-
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: number, c: number) => void;
|
|
123
|
-
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
124
|
-
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
125
|
-
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
126
|
-
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
127
|
-
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
128
|
-
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
129
|
-
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
130
|
-
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
131
|
-
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
132
|
-
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
133
|
-
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
134
|
-
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
135
|
-
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
136
|
-
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
137
|
-
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
138
|
-
export const createdmoptions_new: (a: number) => number;
|
|
139
|
-
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
140
|
-
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
141
|
-
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
142
|
-
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
143
211
|
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
144
|
-
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => number;
|
|
145
|
-
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
146
|
-
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
147
212
|
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
213
|
+
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
214
|
+
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
215
|
+
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
216
|
+
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
217
|
+
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
218
|
+
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
219
|
+
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
220
|
+
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
221
|
+
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
222
|
+
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
223
|
+
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
224
|
+
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
225
|
+
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
226
|
+
export const __wbg_set_listconversationsoptions_conversationType: (a: number, b: number) => void;
|
|
227
|
+
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
228
|
+
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
229
|
+
export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number, b: number) => void;
|
|
230
|
+
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
231
|
+
export const __wbg_set_listconversationsoptions_orderBy: (a: number, b: number) => void;
|
|
232
|
+
export const __wbg_set_listmessagesoptions_contentTypes: (a: number, b: number, c: number) => void;
|
|
233
|
+
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
234
|
+
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
235
|
+
export const __wbg_set_listmessagesoptions_excludeContentTypes: (a: number, b: number, c: number) => void;
|
|
236
|
+
export const __wbg_set_listmessagesoptions_excludeSenderInboxIds: (a: number, b: number, c: number) => void;
|
|
237
|
+
export const __wbg_set_listmessagesoptions_kind: (a: number, b: number) => void;
|
|
238
|
+
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
239
|
+
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
240
|
+
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
241
|
+
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
242
|
+
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
243
|
+
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
244
|
+
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
245
|
+
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
246
|
+
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
247
|
+
export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number, c: number) => void;
|
|
248
|
+
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
249
|
+
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
250
|
+
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
251
|
+
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
252
|
+
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
253
|
+
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
254
|
+
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
255
|
+
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
256
|
+
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
257
|
+
export const __wbg_set_xmtpcursor_originator_id: (a: number, b: number) => void;
|
|
258
|
+
export const __wbg_xmtpcursor_free: (a: number, b: number) => void;
|
|
259
|
+
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
148
260
|
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
149
|
-
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
150
|
-
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
151
|
-
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
152
|
-
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
153
261
|
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
154
262
|
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
155
|
-
export const
|
|
263
|
+
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
264
|
+
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
265
|
+
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
156
266
|
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
267
|
+
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
157
268
|
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
158
|
-
export const conversations_sync: (a: number) => any;
|
|
159
|
-
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
160
|
-
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
161
269
|
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
162
|
-
export const
|
|
270
|
+
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
163
271
|
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
164
272
|
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
165
273
|
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
274
|
+
export const conversations_streamLocal: (a: number, b: number) => any;
|
|
275
|
+
export const conversations_streamMessageDeletions: (a: number, b: any) => [number, number, number];
|
|
166
276
|
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
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 __wbg_set_decodedmessage_content: (a: number, b: number) => void;
|
|
184
|
-
export const __wbg_get_decodedmessage_fallback_text: (a: number) => [number, number];
|
|
185
|
-
export const __wbg_set_decodedmessage_fallback_text: (a: number, b: number, c: number) => void;
|
|
186
|
-
export const __wbg_get_decodedmessage_reactions: (a: number) => [number, number];
|
|
187
|
-
export const __wbg_set_decodedmessage_reactions: (a: number, b: number, c: number) => void;
|
|
188
|
-
export const __wbg_get_decodedmessage_delivery_status: (a: number) => number;
|
|
189
|
-
export const __wbg_set_decodedmessage_delivery_status: (a: number, b: number) => void;
|
|
190
|
-
export const __wbg_get_decodedmessage_num_replies: (a: number) => bigint;
|
|
191
|
-
export const __wbg_set_decodedmessage_num_replies: (a: number, b: bigint) => void;
|
|
192
|
-
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
193
|
-
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
194
|
-
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
195
|
-
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
196
|
-
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
197
|
-
export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, bigint];
|
|
198
|
-
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
199
|
-
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
200
|
-
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
201
|
-
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
202
|
-
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
203
|
-
export const __wbg_get_inboxstate_recoveryIdentifier: (a: number) => any;
|
|
204
|
-
export const __wbg_set_inboxstate_recoveryIdentifier: (a: number, b: any) => void;
|
|
205
|
-
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
206
|
-
export const __wbg_set_inboxstate_installations: (a: number, b: number, c: number) => void;
|
|
207
|
-
export const __wbg_get_inboxstate_accountIdentifiers: (a: number) => [number, number];
|
|
208
|
-
export const __wbg_set_inboxstate_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
209
|
-
export const inboxstate_new: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => number;
|
|
210
|
-
export const __wbg_keypackagestatus_free: (a: number, b: number) => void;
|
|
211
|
-
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
212
|
-
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
213
|
-
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
214
|
-
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
215
|
-
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
216
|
-
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
217
|
-
export const client_inboxState: (a: number, b: number) => any;
|
|
218
|
-
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
219
|
-
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
277
|
+
export const conversations_sync: (a: number) => any;
|
|
278
|
+
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
279
|
+
export const createdmoptions_new: (a: number) => number;
|
|
280
|
+
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
281
|
+
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
282
|
+
export const decodeReaction: (a: any) => [number, number, number];
|
|
283
|
+
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
284
|
+
export const encodeReaction: (a: number) => [number, number, number];
|
|
285
|
+
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
286
|
+
export const listconversationsoptions_new: (a: number, b: number, c: number, d: number, e: bigint, f: number, g: bigint, h: number, i: number, j: bigint, k: number) => number;
|
|
287
|
+
export const listmessagesoptions_new: (a: number, b: bigint, c: number, d: bigint, e: number, f: bigint, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number) => number;
|
|
288
|
+
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;
|
|
289
|
+
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
290
|
+
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
291
|
+
export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
292
|
+
export const remoteattachmentinfo_new: (a: any, b: number, c: number, d: any, e: number, f: number, g: number, h: number, i: any, j: number, k: number, l: number) => number;
|
|
220
293
|
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
221
|
-
export const
|
|
222
|
-
export const
|
|
294
|
+
export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
|
|
295
|
+
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
296
|
+
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
297
|
+
export const __wbg_set_reactionpayload_content: (a: number, b: number, c: number) => void;
|
|
298
|
+
export const __wbg_set_reactionpayload_reference: (a: number, b: number, c: number) => void;
|
|
299
|
+
export const __wbg_set_reactionpayload_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
300
|
+
export const __wbg_set_reactionpayload_action: (a: number, b: number) => void;
|
|
301
|
+
export const __wbg_set_reactionpayload_schema: (a: number, b: number) => void;
|
|
302
|
+
export const __wbg_get_reactionpayload_action: (a: number) => number;
|
|
303
|
+
export const __wbg_get_reactionpayload_schema: (a: number) => number;
|
|
223
304
|
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
224
|
-
export const
|
|
225
|
-
export const
|
|
226
|
-
export const
|
|
305
|
+
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
306
|
+
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
307
|
+
export const __wbg_set_xmtpcursor_sequence_id: (a: number, b: bigint) => void;
|
|
308
|
+
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
309
|
+
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
310
|
+
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
311
|
+
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
227
312
|
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
228
|
-
export const
|
|
229
|
-
export const
|
|
313
|
+
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
314
|
+
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
315
|
+
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
316
|
+
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
317
|
+
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
318
|
+
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
230
319
|
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
231
|
-
export const
|
|
232
|
-
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
233
|
-
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
320
|
+
export const __wbg_get_xmtpcursor_sequence_id: (a: number) => bigint;
|
|
234
321
|
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
235
|
-
export const
|
|
236
|
-
export const
|
|
237
|
-
export const
|
|
238
|
-
export const
|
|
239
|
-
export const
|
|
240
|
-
export const
|
|
322
|
+
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
323
|
+
export const __wbg_get_groupmember_accountIdentifiers: (a: number) => [number, number];
|
|
324
|
+
export const __wbg_get_groupmember_consentState: (a: number) => number;
|
|
325
|
+
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
326
|
+
export const __wbg_get_groupmember_installationIds: (a: number) => [number, number];
|
|
327
|
+
export const __wbg_get_groupmember_permissionLevel: (a: number) => number;
|
|
241
328
|
export const __wbg_get_groupupdated_addedInboxes: (a: number) => [number, number];
|
|
242
|
-
export const
|
|
243
|
-
export const __wbg_get_groupupdated_removedInboxes: (a: number) => [number, number];
|
|
244
|
-
export const __wbg_set_groupupdated_removedInboxes: (a: number, b: number, c: number) => void;
|
|
329
|
+
export const __wbg_get_groupupdated_initiatedByInboxId: (a: number) => [number, number];
|
|
245
330
|
export const __wbg_get_groupupdated_metadataFieldChanges: (a: number) => [number, number];
|
|
246
|
-
export const
|
|
247
|
-
export const __wbg_inbox_free: (a: number, b: number) => void;
|
|
331
|
+
export const __wbg_get_groupupdated_removedInboxes: (a: number) => [number, number];
|
|
248
332
|
export const __wbg_get_inbox_inboxId: (a: number) => [number, number];
|
|
249
|
-
export const __wbg_metadatafieldchange_free: (a: number, b: number) => void;
|
|
250
333
|
export const __wbg_get_metadatafieldchange_fieldName: (a: number) => [number, number];
|
|
251
|
-
export const __wbg_get_metadatafieldchange_oldValue: (a: number) => [number, number];
|
|
252
|
-
export const __wbg_set_metadatafieldchange_oldValue: (a: number, b: number, c: number) => void;
|
|
253
334
|
export const __wbg_get_metadatafieldchange_newValue: (a: number) => [number, number];
|
|
254
|
-
export const
|
|
255
|
-
export const getInboxIdForIdentifier: (a: number, b: number, c: number, d: number, e: any) => any;
|
|
256
|
-
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
257
|
-
export const __wbg_set_inbox_inboxId: (a: number, b: number, c: number) => void;
|
|
258
|
-
export const __wbg_set_metadatafieldchange_fieldName: (a: number, b: number, c: number) => void;
|
|
259
|
-
export const __wbg_consent_free: (a: number, b: number) => void;
|
|
260
|
-
export const __wbg_get_consent_entityType: (a: number) => number;
|
|
261
|
-
export const __wbg_set_consent_entityType: (a: number, b: number) => void;
|
|
262
|
-
export const __wbg_get_consent_state: (a: number) => number;
|
|
263
|
-
export const __wbg_set_consent_state: (a: number, b: number) => void;
|
|
264
|
-
export const __wbg_get_consent_entity: (a: number) => [number, number];
|
|
265
|
-
export const __wbg_set_consent_entity: (a: number, b: number, c: number) => void;
|
|
266
|
-
export const consent_new: (a: number, b: number, c: number, d: number) => number;
|
|
267
|
-
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
268
|
-
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
269
|
-
export const conversation_consentState: (a: number) => [number, number, number];
|
|
270
|
-
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
271
|
-
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
272
|
-
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
273
|
-
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
274
|
-
export const __wbg_get_reaction_action: (a: number) => number;
|
|
275
|
-
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
276
|
-
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
277
|
-
export const __wbg_set_reaction_content: (a: number, b: number, c: number) => void;
|
|
278
|
-
export const __wbg_get_reaction_schema: (a: number) => number;
|
|
279
|
-
export const __wbg_set_reaction_schema: (a: number, b: number) => void;
|
|
280
|
-
export const reaction_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
281
|
-
export const encodeReaction: (a: number) => [number, number, number];
|
|
282
|
-
export const decodeReaction: (a: any) => [number, number, number];
|
|
283
|
-
export const __wbg_reactionpayload_free: (a: number, b: number) => void;
|
|
284
|
-
export const __wbg_get_reactionpayload_reference: (a: number) => [number, number];
|
|
285
|
-
export const __wbg_get_reactionpayload_referenceInboxId: (a: number) => [number, number];
|
|
286
|
-
export const __wbg_get_reactionpayload_content: (a: number) => [number, number];
|
|
287
|
-
export const __wbg_remoteattachment_free: (a: number, b: number) => void;
|
|
288
|
-
export const __wbg_get_remoteattachment_url: (a: number) => [number, number];
|
|
289
|
-
export const __wbg_set_remoteattachment_url: (a: number, b: number, c: number) => void;
|
|
335
|
+
export const __wbg_get_metadatafieldchange_oldValue: (a: number) => [number, number];
|
|
290
336
|
export const __wbg_get_remoteattachment_contentDigest: (a: number) => [number, number];
|
|
291
|
-
export const __wbg_get_remoteattachment_secret: (a: number) => [number, number];
|
|
292
|
-
export const __wbg_set_remoteattachment_secret: (a: number, b: number, c: number) => void;
|
|
293
|
-
export const __wbg_get_remoteattachment_salt: (a: number) => [number, number];
|
|
294
|
-
export const __wbg_set_remoteattachment_salt: (a: number, b: number, c: number) => void;
|
|
295
|
-
export const __wbg_get_remoteattachment_nonce: (a: number) => [number, number];
|
|
296
|
-
export const __wbg_set_remoteattachment_nonce: (a: number, b: number, c: number) => void;
|
|
297
|
-
export const __wbg_get_remoteattachment_scheme: (a: number) => [number, number];
|
|
298
|
-
export const __wbg_set_remoteattachment_scheme: (a: number, b: number, c: number) => void;
|
|
299
337
|
export const __wbg_get_remoteattachment_contentLength: (a: number) => bigint;
|
|
300
|
-
export const __wbg_set_remoteattachment_contentLength: (a: number, b: bigint) => void;
|
|
301
338
|
export const __wbg_get_remoteattachment_filename: (a: number) => [number, number];
|
|
302
|
-
export const
|
|
303
|
-
export const
|
|
304
|
-
export const
|
|
305
|
-
export const
|
|
306
|
-
export const
|
|
307
|
-
export const __wbg_set_transactionreference_networkId: (a: number, b: number, c: number) => void;
|
|
308
|
-
export const __wbg_get_transactionreference_reference: (a: number) => [number, number];
|
|
309
|
-
export const __wbg_set_transactionreference_reference: (a: number, b: number, c: number) => void;
|
|
310
|
-
export const __wbg_get_transactionreference_metadata: (a: number) => number;
|
|
311
|
-
export const __wbg_set_transactionreference_metadata: (a: number, b: number) => void;
|
|
312
|
-
export const __wbg_transactionmetadata_free: (a: number, b: number) => void;
|
|
313
|
-
export const __wbg_get_transactionmetadata_transactionType: (a: number) => [number, number];
|
|
314
|
-
export const __wbg_get_transactionmetadata_currency: (a: number) => [number, number];
|
|
315
|
-
export const __wbg_get_transactionmetadata_amount: (a: number) => number;
|
|
316
|
-
export const __wbg_set_transactionmetadata_amount: (a: number, b: number) => void;
|
|
317
|
-
export const __wbg_get_transactionmetadata_decimals: (a: number) => number;
|
|
318
|
-
export const __wbg_set_transactionmetadata_decimals: (a: number, b: number) => void;
|
|
319
|
-
export const __wbg_get_transactionmetadata_fromAddress: (a: number) => [number, number];
|
|
320
|
-
export const __wbg_get_transactionmetadata_toAddress: (a: number) => [number, number];
|
|
321
|
-
export const __wbg_sendmessageopts_free: (a: number, b: number) => void;
|
|
339
|
+
export const __wbg_get_remoteattachment_nonce: (a: number) => [number, number];
|
|
340
|
+
export const __wbg_get_remoteattachment_salt: (a: number) => [number, number];
|
|
341
|
+
export const __wbg_get_remoteattachment_scheme: (a: number) => [number, number];
|
|
342
|
+
export const __wbg_get_remoteattachment_secret: (a: number) => [number, number];
|
|
343
|
+
export const __wbg_get_remoteattachment_url: (a: number) => [number, number];
|
|
322
344
|
export const __wbg_get_sendmessageopts_shouldPush: (a: number) => number;
|
|
323
|
-
export const
|
|
324
|
-
export const __wbg_groupmetadata_free: (a: number, b: number) => void;
|
|
325
|
-
export const groupmetadata_creatorInboxId: (a: number) => [number, number];
|
|
326
|
-
export const groupmetadata_conversationType: (a: number) => [number, number];
|
|
345
|
+
export const __wbg_get_textcontent_content: (a: number) => [number, number];
|
|
327
346
|
export const __wbg_groupmember_free: (a: number, b: number) => void;
|
|
328
|
-
export const
|
|
329
|
-
export const
|
|
347
|
+
export const __wbg_groupmetadata_free: (a: number, b: number) => void;
|
|
348
|
+
export const __wbg_groupupdated_free: (a: number, b: number) => void;
|
|
349
|
+
export const __wbg_inbox_free: (a: number, b: number) => void;
|
|
350
|
+
export const __wbg_metadatafieldchange_free: (a: number, b: number) => void;
|
|
351
|
+
export const __wbg_readreceipt_free: (a: number, b: number) => void;
|
|
352
|
+
export const __wbg_remoteattachment_free: (a: number, b: number) => void;
|
|
353
|
+
export const __wbg_sendmessageopts_free: (a: number, b: number) => void;
|
|
330
354
|
export const __wbg_set_groupmember_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
331
|
-
export const
|
|
355
|
+
export const __wbg_set_groupmember_consentState: (a: number, b: number) => void;
|
|
356
|
+
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
332
357
|
export const __wbg_set_groupmember_installationIds: (a: number, b: number, c: number) => void;
|
|
333
|
-
export const __wbg_get_groupmember_permissionLevel: (a: number) => number;
|
|
334
358
|
export const __wbg_set_groupmember_permissionLevel: (a: number, b: number) => void;
|
|
335
|
-
export const
|
|
336
|
-
export const
|
|
337
|
-
export const
|
|
338
|
-
export const
|
|
339
|
-
export const
|
|
340
|
-
export const
|
|
341
|
-
export const
|
|
342
|
-
export const
|
|
343
|
-
export const
|
|
344
|
-
export const
|
|
359
|
+
export const __wbg_set_groupupdated_addedInboxes: (a: number, b: number, c: number) => void;
|
|
360
|
+
export const __wbg_set_groupupdated_metadataFieldChanges: (a: number, b: number, c: number) => void;
|
|
361
|
+
export const __wbg_set_groupupdated_removedInboxes: (a: number, b: number, c: number) => void;
|
|
362
|
+
export const __wbg_set_metadatafieldchange_newValue: (a: number, b: number, c: number) => void;
|
|
363
|
+
export const __wbg_set_metadatafieldchange_oldValue: (a: number, b: number, c: number) => void;
|
|
364
|
+
export const __wbg_set_remoteattachment_contentDigest: (a: number, b: number, c: number) => void;
|
|
365
|
+
export const __wbg_set_remoteattachment_contentLength: (a: number, b: bigint) => void;
|
|
366
|
+
export const __wbg_set_remoteattachment_filename: (a: number, b: number, c: number) => void;
|
|
367
|
+
export const __wbg_set_remoteattachment_nonce: (a: number, b: number, c: number) => void;
|
|
368
|
+
export const __wbg_set_remoteattachment_salt: (a: number, b: number, c: number) => void;
|
|
369
|
+
export const __wbg_set_remoteattachment_scheme: (a: number, b: number, c: number) => void;
|
|
370
|
+
export const __wbg_set_remoteattachment_secret: (a: number, b: number, c: number) => void;
|
|
371
|
+
export const __wbg_set_remoteattachment_url: (a: number, b: number, c: number) => void;
|
|
372
|
+
export const __wbg_set_sendmessageopts_shouldPush: (a: number, b: number) => void;
|
|
373
|
+
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
374
|
+
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
375
|
+
export const conversation_addMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
376
|
+
export const conversation_addSuperAdmin: (a: number, b: number, c: number) => any;
|
|
377
|
+
export const conversation_addedByInboxId: (a: number) => [number, number, number, number];
|
|
378
|
+
export const conversation_adminList: (a: number) => [number, number, number, number];
|
|
345
379
|
export const conversation_countMessages: (a: number, b: number) => any;
|
|
380
|
+
export const conversation_createdAtNs: (a: number) => bigint;
|
|
381
|
+
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
382
|
+
export const conversation_findDuplicateDms: (a: number) => any;
|
|
383
|
+
export const conversation_findMessages: (a: number, b: number) => any;
|
|
384
|
+
export const conversation_findMessagesV2: (a: number, b: number) => any;
|
|
346
385
|
export const conversation_findMessagesWithReactions: (a: number, b: number) => any;
|
|
347
|
-
export const
|
|
348
|
-
export const
|
|
349
|
-
export const
|
|
386
|
+
export const conversation_getDebugInfo: (a: number) => any;
|
|
387
|
+
export const conversation_getHmacKeys: (a: number) => [number, number, number];
|
|
388
|
+
export const conversation_getLastReadTimes: (a: number) => any;
|
|
389
|
+
export const conversation_groupDescription: (a: number) => [number, number, number, number];
|
|
390
|
+
export const conversation_groupImageUrlSquare: (a: number) => [number, number, number, number];
|
|
391
|
+
export const conversation_groupMetadata: (a: number) => any;
|
|
392
|
+
export const conversation_groupName: (a: number) => [number, number, number, number];
|
|
393
|
+
export const conversation_groupPermissions: (a: number) => [number, number, number];
|
|
394
|
+
export const conversation_id: (a: number) => [number, number];
|
|
395
|
+
export const conversation_isActive: (a: number) => [number, number, number];
|
|
350
396
|
export const conversation_isAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
397
|
+
export const conversation_isMessageDisappearingEnabled: (a: number) => [number, number, number];
|
|
351
398
|
export const conversation_isSuperAdmin: (a: number, b: number, c: number) => [number, number, number];
|
|
352
|
-
export const
|
|
353
|
-
export const
|
|
399
|
+
export const conversation_listMembers: (a: number) => any;
|
|
400
|
+
export const conversation_messageDisappearingSettings: (a: number) => [number, number, number];
|
|
401
|
+
export const conversation_pausedForVersion: (a: number) => [number, number, number, number];
|
|
402
|
+
export const conversation_publishMessages: (a: number) => any;
|
|
354
403
|
export const conversation_removeAdmin: (a: number, b: number, c: number) => any;
|
|
355
|
-
export const conversation_addSuperAdmin: (a: number, b: number, c: number) => any;
|
|
356
|
-
export const conversation_removeSuperAdmin: (a: number, b: number, c: number) => any;
|
|
357
|
-
export const conversation_groupPermissions: (a: number) => [number, number, number];
|
|
358
|
-
export const conversation_addMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
359
404
|
export const conversation_removeMembers: (a: number, b: number, c: number) => any;
|
|
360
405
|
export const conversation_removeMembersByInboxId: (a: number, b: number, c: number) => any;
|
|
361
|
-
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
362
|
-
export const conversation_groupName: (a: number) => [number, number, number, number];
|
|
363
|
-
export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: number) => any;
|
|
364
|
-
export const conversation_groupImageUrlSquare: (a: number) => [number, number, number, number];
|
|
365
|
-
export const conversation_updateGroupDescription: (a: number, b: number, c: number) => any;
|
|
366
|
-
export const conversation_groupDescription: (a: number) => [number, number, number, number];
|
|
367
|
-
export const conversation_stream: (a: number, b: any) => [number, number, number];
|
|
368
|
-
export const conversation_createdAtNs: (a: number) => bigint;
|
|
369
|
-
export const conversation_isActive: (a: number) => [number, number, number];
|
|
370
|
-
export const conversation_pausedForVersion: (a: number) => [number, number, number, number];
|
|
371
|
-
export const conversation_addedByInboxId: (a: number) => [number, number, number, number];
|
|
372
|
-
export const conversation_groupMetadata: (a: number) => any;
|
|
373
|
-
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
374
|
-
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
375
|
-
export const conversation_updateMessageDisappearingSettings: (a: number, b: number) => any;
|
|
376
406
|
export const conversation_removeMessageDisappearingSettings: (a: number) => any;
|
|
377
|
-
export const
|
|
378
|
-
export const
|
|
379
|
-
export const
|
|
380
|
-
export const
|
|
381
|
-
export const
|
|
382
|
-
export const
|
|
383
|
-
export const
|
|
384
|
-
export const
|
|
385
|
-
export const
|
|
386
|
-
export const
|
|
387
|
-
export const
|
|
388
|
-
export const
|
|
389
|
-
export const
|
|
390
|
-
export const
|
|
391
|
-
export const
|
|
392
|
-
export const
|
|
393
|
-
export const
|
|
394
|
-
export const
|
|
395
|
-
export const
|
|
396
|
-
export const
|
|
397
|
-
export const
|
|
398
|
-
export const
|
|
399
|
-
export const
|
|
400
|
-
export const
|
|
401
|
-
export const
|
|
402
|
-
export const
|
|
403
|
-
export const
|
|
404
|
-
export const
|
|
405
|
-
export const
|
|
406
|
-
export const
|
|
407
|
-
export const
|
|
408
|
-
export const
|
|
409
|
-
export const
|
|
410
|
-
export const
|
|
411
|
-
export const
|
|
412
|
-
export const
|
|
413
|
-
export const
|
|
414
|
-
export const
|
|
415
|
-
export const
|
|
416
|
-
export const
|
|
417
|
-
export const
|
|
418
|
-
export const
|
|
419
|
-
export const
|
|
420
|
-
export const
|
|
421
|
-
export const
|
|
422
|
-
export const
|
|
423
|
-
export const
|
|
424
|
-
export const
|
|
425
|
-
export const
|
|
426
|
-
export const
|
|
427
|
-
export const
|
|
428
|
-
export const
|
|
429
|
-
export const
|
|
430
|
-
export const
|
|
431
|
-
export const __wbg_set_reactionpayload_schema: (a: number, b: number) => void;
|
|
432
|
-
export const __wbg_get_reactionpayload_action: (a: number) => number;
|
|
433
|
-
export const __wbg_get_reactionpayload_schema: (a: number) => number;
|
|
434
|
-
export const __wbg_attachment_free: (a: number, b: number) => void;
|
|
435
|
-
export const __wbg_get_attachment_filename: (a: number) => [number, number];
|
|
436
|
-
export const __wbg_set_attachment_filename: (a: number, b: number, c: number) => void;
|
|
437
|
-
export const __wbg_get_attachment_mimeType: (a: number) => [number, number];
|
|
438
|
-
export const __wbg_set_attachment_mimeType: (a: number, b: number, c: number) => void;
|
|
439
|
-
export const __wbg_get_attachment_content: (a: number) => [number, number];
|
|
440
|
-
export const __wbg_set_attachment_content: (a: number, b: number, c: number) => void;
|
|
407
|
+
export const conversation_removeSuperAdmin: (a: number, b: number, c: number) => any;
|
|
408
|
+
export const conversation_send: (a: number, b: number, c: number) => any;
|
|
409
|
+
export const conversation_sendOptimistic: (a: number, b: number, c: number) => [number, number, number, number];
|
|
410
|
+
export const conversation_stream: (a: number, b: any) => [number, number, number];
|
|
411
|
+
export const conversation_superAdminList: (a: number) => [number, number, number, number];
|
|
412
|
+
export const conversation_sync: (a: number) => any;
|
|
413
|
+
export const conversation_updateGroupDescription: (a: number, b: number, c: number) => any;
|
|
414
|
+
export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: number) => any;
|
|
415
|
+
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
416
|
+
export const conversation_updateMessageDisappearingSettings: (a: number, b: number) => any;
|
|
417
|
+
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
418
|
+
export const groupmember_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
419
|
+
export const groupmetadata_conversationType: (a: number) => [number, number];
|
|
420
|
+
export const groupmetadata_creatorInboxId: (a: number) => [number, number];
|
|
421
|
+
export const sendmessageopts_new: (a: number) => number;
|
|
422
|
+
export const __wbg_set_groupupdated_initiatedByInboxId: (a: number, b: number, c: number) => void;
|
|
423
|
+
export const __wbg_set_inbox_inboxId: (a: number, b: number, c: number) => void;
|
|
424
|
+
export const __wbg_set_metadatafieldchange_fieldName: (a: number, b: number, c: number) => void;
|
|
425
|
+
export const __wbg_set_textcontent_content: (a: number, b: number, c: number) => void;
|
|
426
|
+
export const __wbg_textcontent_free: (a: number, b: number) => void;
|
|
427
|
+
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
428
|
+
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
429
|
+
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
430
|
+
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
431
|
+
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
432
|
+
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
433
|
+
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
434
|
+
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
435
|
+
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
436
|
+
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
437
|
+
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
438
|
+
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
439
|
+
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
440
|
+
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
441
|
+
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
442
|
+
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
443
|
+
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
444
|
+
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
445
|
+
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
446
|
+
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
447
|
+
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
448
|
+
export const __wbg_decodedmessagecontent_free: (a: number, b: number) => void;
|
|
449
|
+
export const decodedmessagecontent_asAttachment: (a: number) => number;
|
|
450
|
+
export const decodedmessagecontent_asCustom: (a: number) => number;
|
|
451
|
+
export const decodedmessagecontent_asGroupUpdated: (a: number) => number;
|
|
452
|
+
export const decodedmessagecontent_asMultiRemoteAttachment: (a: number) => number;
|
|
453
|
+
export const decodedmessagecontent_asReaction: (a: number) => number;
|
|
454
|
+
export const decodedmessagecontent_asReadReceipt: (a: number) => number;
|
|
455
|
+
export const decodedmessagecontent_asRemoteAttachment: (a: number) => number;
|
|
456
|
+
export const decodedmessagecontent_asReply: (a: number) => number;
|
|
457
|
+
export const decodedmessagecontent_asText: (a: number) => number;
|
|
458
|
+
export const decodedmessagecontent_asTransactionReference: (a: number) => number;
|
|
459
|
+
export const decodedmessagecontent_asWalletSendCalls: (a: number) => [number, number, number];
|
|
460
|
+
export const decodedmessagecontent_payloadType: (a: number) => number;
|
|
441
461
|
export const __wbg_client_free: (a: number, b: number) => void;
|
|
442
|
-
export const
|
|
443
|
-
export const
|
|
444
|
-
export const
|
|
445
|
-
export const
|
|
446
|
-
export const
|
|
462
|
+
export const __wbg_get_groupsyncsummary_numEligible: (a: number) => number;
|
|
463
|
+
export const __wbg_get_groupsyncsummary_numSynced: (a: number) => number;
|
|
464
|
+
export const __wbg_get_inboxstate_accountIdentifiers: (a: number) => [number, number];
|
|
465
|
+
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
466
|
+
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
467
|
+
export const __wbg_get_inboxstate_recoveryIdentifier: (a: number) => any;
|
|
468
|
+
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
469
|
+
export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, bigint];
|
|
470
|
+
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
471
|
+
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
472
|
+
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
473
|
+
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
474
|
+
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
447
475
|
export const __wbg_get_logoptions_level: (a: number) => number;
|
|
448
|
-
export const
|
|
449
|
-
export const
|
|
476
|
+
export const __wbg_get_logoptions_performance: (a: number) => number;
|
|
477
|
+
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
450
478
|
export const __wbg_groupsyncsummary_free: (a: number, b: number) => void;
|
|
451
|
-
export const
|
|
479
|
+
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
480
|
+
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
481
|
+
export const __wbg_keypackagestatus_free: (a: number, b: number) => void;
|
|
482
|
+
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
483
|
+
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
484
|
+
export const __wbg_passkeysignature_free: (a: number, b: number) => void;
|
|
452
485
|
export const __wbg_set_groupsyncsummary_numEligible: (a: number, b: number) => void;
|
|
453
|
-
export const __wbg_get_groupsyncsummary_numSynced: (a: number) => number;
|
|
454
486
|
export const __wbg_set_groupsyncsummary_numSynced: (a: number, b: number) => void;
|
|
455
|
-
export const
|
|
456
|
-
export const
|
|
487
|
+
export const __wbg_set_inboxstate_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
488
|
+
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
489
|
+
export const __wbg_set_inboxstate_installations: (a: number, b: number, c: number) => void;
|
|
490
|
+
export const __wbg_set_inboxstate_recoveryIdentifier: (a: number, b: any) => void;
|
|
491
|
+
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
492
|
+
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
493
|
+
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
494
|
+
export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
|
|
495
|
+
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
496
|
+
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
497
|
+
export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
|
|
498
|
+
export const __wbg_set_logoptions_level: (a: number, b: number) => void;
|
|
499
|
+
export const __wbg_set_logoptions_performance: (a: number, b: number) => void;
|
|
500
|
+
export const __wbg_set_logoptions_structured: (a: number, b: number) => void;
|
|
501
|
+
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
502
|
+
export const applySignatureRequest: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
457
503
|
export const client_accountIdentifier: (a: number) => any;
|
|
504
|
+
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
505
|
+
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
506
|
+
export const client_apiIdentityStatistics: (a: number) => number;
|
|
507
|
+
export const client_apiStatistics: (a: number) => number;
|
|
508
|
+
export const client_appVersion: (a: number) => [number, number];
|
|
509
|
+
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
510
|
+
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
511
|
+
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
512
|
+
export const client_clearAllStatistics: (a: number) => void;
|
|
513
|
+
export const client_conversations: (a: number) => number;
|
|
514
|
+
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
515
|
+
export const client_deleteMessage: (a: number, b: number, c: number) => [number, number, number];
|
|
516
|
+
export const client_findInboxIdByIdentifier: (a: number, b: any) => any;
|
|
517
|
+
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
518
|
+
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
458
519
|
export const client_inboxId: (a: number) => [number, number];
|
|
459
|
-
export const
|
|
520
|
+
export const client_inboxState: (a: number, b: number) => any;
|
|
521
|
+
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
460
522
|
export const client_installationId: (a: number) => [number, number];
|
|
461
523
|
export const client_installationIdBytes: (a: number) => any;
|
|
462
|
-
export const
|
|
524
|
+
export const client_isRegistered: (a: number) => number;
|
|
463
525
|
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
464
|
-
export const
|
|
526
|
+
export const client_messageV2: (a: number, b: number, c: number) => any;
|
|
527
|
+
export const client_registerIdentity: (a: number, b: number) => any;
|
|
528
|
+
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
529
|
+
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
530
|
+
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
465
531
|
export const client_sendSyncRequest: (a: number) => any;
|
|
466
|
-
export const
|
|
467
|
-
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
468
|
-
export const client_conversations: (a: number) => number;
|
|
532
|
+
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
469
533
|
export const client_syncPreferences: (a: number) => any;
|
|
470
|
-
export const client_apiStatistics: (a: number) => number;
|
|
471
|
-
export const client_apiIdentityStatistics: (a: number) => number;
|
|
472
|
-
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
473
|
-
export const client_clearAllStatistics: (a: number) => void;
|
|
474
534
|
export const client_uploadDebugArchive: (a: number, b: number, c: number) => any;
|
|
475
|
-
export const
|
|
476
|
-
export const
|
|
477
|
-
export const
|
|
478
|
-
export const
|
|
479
|
-
export const
|
|
480
|
-
export const
|
|
481
|
-
export const
|
|
482
|
-
export const
|
|
483
|
-
export const
|
|
484
|
-
export const
|
|
485
|
-
export const
|
|
486
|
-
export const
|
|
487
|
-
export const
|
|
488
|
-
export const
|
|
489
|
-
export const
|
|
490
|
-
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
491
|
-
export const __wbg_set_remoteattachmentinfo_contentLength: (a: number, b: number) => void;
|
|
492
|
-
export const __wbg_get_remoteattachmentinfo_filename: (a: number) => [number, number];
|
|
493
|
-
export const __wbg_set_remoteattachmentinfo_filename: (a: number, b: number, c: number) => void;
|
|
494
|
-
export const remoteattachmentinfo_new: (a: any, b: number, c: number, d: any, e: number, f: number, g: number, h: number, i: any, j: number, k: number, l: number) => number;
|
|
495
|
-
export const __wbg_multiremoteattachment_free: (a: number, b: number) => void;
|
|
496
|
-
export const __wbg_get_multiremoteattachment_attachments: (a: number) => [number, number];
|
|
497
|
-
export const __wbg_set_multiremoteattachment_attachments: (a: number, b: number, c: number) => void;
|
|
498
|
-
export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
499
|
-
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
500
|
-
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
501
|
-
export const __wbg_readreceipt_free: (a: number, b: number) => void;
|
|
502
|
-
export const __wbg_textcontent_free: (a: number, b: number) => void;
|
|
503
|
-
export const __wbg_get_textcontent_content: (a: number) => [number, number];
|
|
504
|
-
export const __wbg_set_textcontent_content: (a: number, b: number, c: number) => void;
|
|
505
|
-
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
506
|
-
export const __wbg_get_listmessagesoptions_contentTypes: (a: number) => [number, number];
|
|
507
|
-
export const __wbg_set_listmessagesoptions_contentTypes: (a: number, b: number, c: number) => void;
|
|
508
|
-
export const __wbg_get_listmessagesoptions_excludeContentTypes: (a: number) => [number, number];
|
|
509
|
-
export const __wbg_set_listmessagesoptions_excludeContentTypes: (a: number, b: number, c: number) => void;
|
|
510
|
-
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
511
|
-
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
512
|
-
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
513
|
-
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
514
|
-
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
515
|
-
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
516
|
-
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
517
|
-
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
518
|
-
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
519
|
-
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
520
|
-
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
521
|
-
export const __wbg_set_listmessagesoptions_kind: (a: number, b: number) => void;
|
|
522
|
-
export const __wbg_get_listmessagesoptions_excludeSenderInboxIds: (a: number) => [number, number];
|
|
523
|
-
export const __wbg_set_listmessagesoptions_excludeSenderInboxIds: (a: number, b: number, c: number) => void;
|
|
524
|
-
export const listmessagesoptions_new: (a: number, b: bigint, c: number, d: bigint, e: number, f: bigint, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number) => number;
|
|
525
|
-
export const __wbg_message_free: (a: number, b: number) => void;
|
|
526
|
-
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
527
|
-
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
528
|
-
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
529
|
-
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
530
|
-
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
531
|
-
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
532
|
-
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
533
|
-
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
534
|
-
export const __wbg_get_message_content: (a: number) => number;
|
|
535
|
-
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
536
|
-
export const __wbg_get_message_kind: (a: number) => number;
|
|
537
|
-
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
538
|
-
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
539
|
-
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
540
|
-
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;
|
|
541
|
-
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
542
|
-
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
543
|
-
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
544
|
-
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
545
|
-
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
546
|
-
export const rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
547
|
-
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
548
|
-
export const rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
|
|
535
|
+
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
536
|
+
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: number, r: number) => any;
|
|
537
|
+
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
538
|
+
export const getInboxIdForIdentifier: (a: number, b: number, c: number, d: number, e: any) => any;
|
|
539
|
+
export const groupsyncsummary_new: (a: number, b: number) => number;
|
|
540
|
+
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
541
|
+
export const inboxstate_new: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => number;
|
|
542
|
+
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
543
|
+
export const logoptions_new: (a: number, b: number, c: number) => number;
|
|
544
|
+
export const revokeInstallationsSignatureRequest: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number) => [number, number, number];
|
|
545
|
+
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
546
|
+
export const signaturerequesthandle_addPasskeySignature: (a: number, b: number) => any;
|
|
547
|
+
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
548
|
+
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
549
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
549
550
|
export const rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
|
|
550
551
|
export const rust_zstd_wasm_shim_free: (a: number) => void;
|
|
552
|
+
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
553
|
+
export const rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
|
|
551
554
|
export const rust_zstd_wasm_shim_memcpy: (a: number, b: number, c: number) => number;
|
|
552
555
|
export const rust_zstd_wasm_shim_memmove: (a: number, b: number, c: number) => number;
|
|
553
556
|
export const rust_zstd_wasm_shim_memset: (a: number, b: number, c: number) => number;
|
|
554
|
-
export const
|
|
555
|
-
export const rust_sqlite_wasm_shim_tzset_js: (a: number, b: number, c: number, d: number) => void;
|
|
556
|
-
export const rust_sqlite_wasm_shim_emscripten_get_now: () => number;
|
|
557
|
-
export const rust_sqlite_wasm_shim_wasi_random_get: (a: number, b: number) => number;
|
|
558
|
-
export const rust_sqlite_wasm_shim_exit: (a: number) => void;
|
|
557
|
+
export const rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
559
558
|
export const rust_sqlite_wasm_shim_abort_js: () => void;
|
|
559
|
+
export const rust_sqlite_wasm_shim_calloc: (a: number, b: number) => number;
|
|
560
560
|
export const rust_sqlite_wasm_shim_malloc: (a: number) => number;
|
|
561
|
+
export const rust_sqlite_wasm_shim_emscripten_get_now: () => number;
|
|
562
|
+
export const rust_sqlite_wasm_shim_exit: (a: number) => void;
|
|
561
563
|
export const rust_sqlite_wasm_shim_free: (a: number) => void;
|
|
564
|
+
export const rust_sqlite_wasm_shim_localtime_js: (a: bigint, b: number) => void;
|
|
562
565
|
export const rust_sqlite_wasm_shim_realloc: (a: number, b: number) => number;
|
|
563
|
-
export const
|
|
566
|
+
export const rust_sqlite_wasm_shim_tzset_js: (a: number, b: number, c: number, d: number) => void;
|
|
567
|
+
export const rust_sqlite_wasm_shim_wasi_random_get: (a: number, b: number) => number;
|
|
564
568
|
export const sqlite3_os_init: () => number;
|
|
569
|
+
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
570
|
+
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
571
|
+
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
572
|
+
export const intounderlyingsink_close: (a: number) => any;
|
|
573
|
+
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
574
|
+
export const intounderlyingsource_cancel: (a: number) => void;
|
|
575
|
+
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
565
576
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
566
|
-
export const intounderlyingbytesource_type: (a: number) => number;
|
|
567
577
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
568
|
-
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
569
|
-
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
570
578
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
571
|
-
export const
|
|
572
|
-
export const
|
|
573
|
-
export const
|
|
574
|
-
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
575
|
-
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
576
|
-
export const intounderlyingsink_close: (a: number) => any;
|
|
577
|
-
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
579
|
+
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
580
|
+
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
581
|
+
export const intounderlyingbytesource_type: (a: number) => number;
|
|
578
582
|
export const task_worker_entry_point: (a: number) => [number, number];
|
|
579
583
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
580
584
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
@@ -585,9 +589,9 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
585
589
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
586
590
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
587
591
|
export const __externref_table_dealloc: (a: number) => void;
|
|
588
|
-
export const
|
|
589
|
-
export const
|
|
590
|
-
export const
|
|
591
|
-
export const
|
|
592
|
-
export const
|
|
592
|
+
export const closure7273_externref_shim: (a: number, b: number, c: any) => void;
|
|
593
|
+
export const wasm_bindgen__convert__closures_____invoke__h1b0aee6a11857ece: (a: number, b: number) => void;
|
|
594
|
+
export const wasm_bindgen__convert__closures_____invoke__h02b2793523eb74f0: (a: number, b: number) => void;
|
|
595
|
+
export const wasm_bindgen__convert__closures_____invoke__h8d77716d6e2e4cde: (a: number, b: number) => void;
|
|
596
|
+
export const closure8230_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
593
597
|
export const __wbindgen_start: () => void;
|