@xmtp/wasm-bindings 1.4.0-dev.7f5d8e0 → 1.4.0-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bindings_wasm.d.ts +216 -208
- package/dist/bindings_wasm.js +96 -62
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +209 -205
- package/dist/version.json +3 -3
- package/package.json +1 -1
|
@@ -1,6 +1,168 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
+
export const __wbg_listconversationsoptions_free: (a: number, b: number) => void;
|
|
5
|
+
export const __wbg_get_listconversationsoptions_consentStates: (a: number) => [number, number];
|
|
6
|
+
export const __wbg_set_listconversationsoptions_consentStates: (a: number, b: number, c: number) => void;
|
|
7
|
+
export const __wbg_get_listconversationsoptions_conversationType: (a: number) => number;
|
|
8
|
+
export const __wbg_set_listconversationsoptions_conversationType: (a: number, b: number) => void;
|
|
9
|
+
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
10
|
+
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
11
|
+
export const __wbg_get_listconversationsoptions_createdBeforeNs: (a: number) => [number, bigint];
|
|
12
|
+
export const __wbg_set_listconversationsoptions_createdBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
13
|
+
export const __wbg_get_listconversationsoptions_includeDuplicateDms: (a: number) => number;
|
|
14
|
+
export const __wbg_set_listconversationsoptions_includeDuplicateDms: (a: number, b: number) => void;
|
|
15
|
+
export const __wbg_get_listconversationsoptions_limit: (a: number) => [number, bigint];
|
|
16
|
+
export const __wbg_set_listconversationsoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
17
|
+
export const listconversationsoptions_new: (a: number, b: number, c: number, d: number, e: bigint, f: number, g: bigint, h: number, i: number, j: bigint) => number;
|
|
18
|
+
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
19
|
+
export const messagedisappearingsettings_new: (a: bigint, b: bigint) => number;
|
|
20
|
+
export const __wbg_conversationdebuginfo_free: (a: number, b: number) => void;
|
|
21
|
+
export const __wbg_get_conversationdebuginfo_epoch: (a: number) => bigint;
|
|
22
|
+
export const __wbg_set_conversationdebuginfo_epoch: (a: number, b: bigint) => void;
|
|
23
|
+
export const __wbg_get_conversationdebuginfo_maybeForked: (a: number) => number;
|
|
24
|
+
export const __wbg_set_conversationdebuginfo_maybeForked: (a: number, b: number) => void;
|
|
25
|
+
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
26
|
+
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
27
|
+
export const __wbg_get_conversationdebuginfo_isCommitLogForked: (a: number) => number;
|
|
28
|
+
export const __wbg_set_conversationdebuginfo_isCommitLogForked: (a: number, b: number) => void;
|
|
29
|
+
export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
|
|
30
|
+
export const __wbg_set_conversationdebuginfo_localCommitLog: (a: number, b: number, c: number) => void;
|
|
31
|
+
export const __wbg_get_conversationdebuginfo_cursor: (a: number) => bigint;
|
|
32
|
+
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: bigint) => void;
|
|
33
|
+
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
34
|
+
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
35
|
+
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
36
|
+
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
37
|
+
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
38
|
+
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
39
|
+
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
40
|
+
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
41
|
+
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
42
|
+
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
43
|
+
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
44
|
+
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
45
|
+
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
46
|
+
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
47
|
+
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
48
|
+
export const createdmoptions_new: (a: number) => number;
|
|
49
|
+
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
50
|
+
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
51
|
+
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
52
|
+
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
53
|
+
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
54
|
+
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
55
|
+
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => number;
|
|
56
|
+
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
57
|
+
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
58
|
+
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
59
|
+
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
60
|
+
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
61
|
+
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
62
|
+
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
63
|
+
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
64
|
+
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
65
|
+
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
66
|
+
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
67
|
+
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
68
|
+
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
69
|
+
export const conversations_sync: (a: number) => any;
|
|
70
|
+
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
71
|
+
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
72
|
+
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
73
|
+
export const conversations_streamLocal: (a: number, b: number) => any;
|
|
74
|
+
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
75
|
+
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
76
|
+
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
77
|
+
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
78
|
+
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
79
|
+
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
80
|
+
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
81
|
+
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
82
|
+
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
83
|
+
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
84
|
+
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
85
|
+
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
86
|
+
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
87
|
+
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
88
|
+
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
89
|
+
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
90
|
+
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
91
|
+
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
92
|
+
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
93
|
+
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
94
|
+
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
95
|
+
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
96
|
+
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
97
|
+
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
98
|
+
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
99
|
+
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
100
|
+
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
101
|
+
export const __wbg_get_listmessagesoptions_contentTypes: (a: number) => [number, number];
|
|
102
|
+
export const __wbg_set_listmessagesoptions_contentTypes: (a: number, b: number, c: number) => void;
|
|
103
|
+
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
104
|
+
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
105
|
+
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
106
|
+
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
107
|
+
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
108
|
+
export const __wbg_set_listmessagesoptions_kind: (a: number, b: number) => void;
|
|
109
|
+
export const listmessagesoptions_new: (a: number, b: bigint, c: number, d: bigint, e: number, f: bigint, g: number, h: number, i: number, j: number, k: number) => number;
|
|
110
|
+
export const __wbg_message_free: (a: number, b: number) => void;
|
|
111
|
+
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
112
|
+
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
113
|
+
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
114
|
+
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
115
|
+
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
116
|
+
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
117
|
+
export const __wbg_get_message_content: (a: number) => number;
|
|
118
|
+
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
119
|
+
export const __wbg_get_message_kind: (a: number) => number;
|
|
120
|
+
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
121
|
+
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
122
|
+
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
123
|
+
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;
|
|
124
|
+
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
125
|
+
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
126
|
+
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
127
|
+
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
128
|
+
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
129
|
+
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
130
|
+
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
131
|
+
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
132
|
+
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
133
|
+
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
134
|
+
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
135
|
+
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
136
|
+
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
137
|
+
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
138
|
+
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
139
|
+
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
140
|
+
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
141
|
+
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
142
|
+
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
143
|
+
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
144
|
+
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
145
|
+
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
146
|
+
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
147
|
+
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
148
|
+
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
149
|
+
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
150
|
+
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
151
|
+
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
152
|
+
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
153
|
+
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
154
|
+
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
155
|
+
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
156
|
+
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
157
|
+
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
158
|
+
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
159
|
+
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
160
|
+
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
161
|
+
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
162
|
+
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
163
|
+
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
164
|
+
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
165
|
+
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
4
166
|
export const __wbg_client_free: (a: number, b: number) => void;
|
|
5
167
|
export const __wbg_logoptions_free: (a: number, b: number) => void;
|
|
6
168
|
export const __wbg_get_logoptions_structured: (a: number) => number;
|
|
@@ -42,11 +204,16 @@ export const client_getConsentState: (a: number, b: number, c: number, d: number
|
|
|
42
204
|
export const conversation_consentState: (a: number) => [number, number, number];
|
|
43
205
|
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
44
206
|
export const __wbg_remoteattachmentinfo_free: (a: number, b: number) => void;
|
|
207
|
+
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
208
|
+
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
45
209
|
export const __wbg_get_remoteattachmentinfo_contentDigest: (a: number) => [number, number];
|
|
46
210
|
export const __wbg_set_remoteattachmentinfo_contentDigest: (a: number, b: number, c: number) => void;
|
|
47
211
|
export const __wbg_get_remoteattachmentinfo_nonce: (a: number) => any;
|
|
48
212
|
export const __wbg_set_remoteattachmentinfo_nonce: (a: number, b: any) => void;
|
|
213
|
+
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
49
214
|
export const __wbg_set_remoteattachmentinfo_scheme: (a: number, b: number, c: number) => void;
|
|
215
|
+
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
216
|
+
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
50
217
|
export const __wbg_get_remoteattachmentinfo_salt: (a: number) => any;
|
|
51
218
|
export const __wbg_set_remoteattachmentinfo_salt: (a: number, b: any) => void;
|
|
52
219
|
export const __wbg_get_remoteattachmentinfo_contentLength: (a: number) => number;
|
|
@@ -61,6 +228,9 @@ export const multiremoteattachment_new: (a: number, b: number) => number;
|
|
|
61
228
|
export const encodeMultiRemoteAttachment: (a: number) => [number, number, number];
|
|
62
229
|
export const decodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
63
230
|
export const __wbg_reaction_free: (a: number, b: number) => void;
|
|
231
|
+
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
232
|
+
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
233
|
+
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
64
234
|
export const __wbg_get_reaction_action: (a: number) => number;
|
|
65
235
|
export const __wbg_set_reaction_action: (a: number, b: number) => void;
|
|
66
236
|
export const __wbg_get_reaction_content: (a: number) => [number, number];
|
|
@@ -74,6 +244,7 @@ export const __wbg_groupmetadata_free: (a: number, b: number) => void;
|
|
|
74
244
|
export const groupmetadata_creatorInboxId: (a: number) => [number, number];
|
|
75
245
|
export const groupmetadata_conversationType: (a: number) => [number, number];
|
|
76
246
|
export const __wbg_groupmember_free: (a: number, b: number) => void;
|
|
247
|
+
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
77
248
|
export const __wbg_get_groupmember_accountIdentifiers: (a: number) => [number, number];
|
|
78
249
|
export const __wbg_set_groupmember_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
79
250
|
export const __wbg_get_groupmember_installationIds: (a: number) => [number, number];
|
|
@@ -126,100 +297,34 @@ export const conversation_isMessageDisappearingEnabled: (a: number) => [number,
|
|
|
126
297
|
export const conversation_getHmacKeys: (a: number) => [number, number, number];
|
|
127
298
|
export const conversation_getDebugInfo: (a: number) => any;
|
|
128
299
|
export const conversation_findDuplicateDms: (a: number) => any;
|
|
129
|
-
export const
|
|
130
|
-
export const
|
|
131
|
-
export const
|
|
132
|
-
export const
|
|
133
|
-
export const
|
|
134
|
-
export const
|
|
135
|
-
export const
|
|
136
|
-
export const
|
|
137
|
-
export const
|
|
138
|
-
export const
|
|
139
|
-
export const
|
|
140
|
-
export const
|
|
141
|
-
export const
|
|
142
|
-
export const
|
|
143
|
-
export const
|
|
144
|
-
export const
|
|
145
|
-
export const
|
|
146
|
-
export const
|
|
147
|
-
export const __wbg_get_conversationdebuginfo_forkDetails: (a: number) => [number, number];
|
|
148
|
-
export const __wbg_set_conversationdebuginfo_forkDetails: (a: number, b: number, c: number) => void;
|
|
149
|
-
export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
|
|
150
|
-
export const __wbg_set_conversationdebuginfo_localCommitLog: (a: number, b: number, c: number) => void;
|
|
151
|
-
export const __wbg_get_conversationdebuginfo_cursor: (a: number) => bigint;
|
|
152
|
-
export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: bigint) => void;
|
|
153
|
-
export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
|
|
154
|
-
export const __wbg_get_creategroupoptions_permissions: (a: number) => number;
|
|
155
|
-
export const __wbg_set_creategroupoptions_permissions: (a: number, b: number) => void;
|
|
156
|
-
export const __wbg_get_creategroupoptions_groupName: (a: number) => [number, number];
|
|
157
|
-
export const __wbg_set_creategroupoptions_groupName: (a: number, b: number, c: number) => void;
|
|
158
|
-
export const __wbg_get_creategroupoptions_groupImageUrlSquare: (a: number) => [number, number];
|
|
159
|
-
export const __wbg_set_creategroupoptions_groupImageUrlSquare: (a: number, b: number, c: number) => void;
|
|
160
|
-
export const __wbg_get_creategroupoptions_groupDescription: (a: number) => [number, number];
|
|
161
|
-
export const __wbg_set_creategroupoptions_groupDescription: (a: number, b: number, c: number) => void;
|
|
162
|
-
export const __wbg_get_creategroupoptions_customPermissionPolicySet: (a: number) => number;
|
|
163
|
-
export const __wbg_set_creategroupoptions_customPermissionPolicySet: (a: number, b: number) => void;
|
|
164
|
-
export const creategroupoptions_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
165
|
-
export const __wbg_createdmoptions_free: (a: number, b: number) => void;
|
|
166
|
-
export const __wbg_get_createdmoptions_messageDisappearingSettings: (a: number) => number;
|
|
167
|
-
export const __wbg_set_createdmoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
168
|
-
export const createdmoptions_new: (a: number) => number;
|
|
169
|
-
export const __wbg_hmackey_free: (a: number, b: number) => void;
|
|
170
|
-
export const __wbg_get_hmackey_key: (a: number) => [number, number];
|
|
171
|
-
export const __wbg_set_hmackey_key: (a: number, b: number, c: number) => void;
|
|
172
|
-
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
173
|
-
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
174
|
-
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
175
|
-
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => number;
|
|
176
|
-
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
177
|
-
export const conversationlistitem_new: (a: number, b: number) => number;
|
|
178
|
-
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
179
|
-
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
180
|
-
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
181
|
-
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
182
|
-
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
183
|
-
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
184
|
-
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
185
|
-
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
186
|
-
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
187
|
-
export const conversations_sync: (a: number) => any;
|
|
188
|
-
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
189
|
-
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
190
|
-
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
191
|
-
export const conversations_streamLocal: (a: number, b: number) => any;
|
|
192
|
-
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
193
|
-
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
194
|
-
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
195
|
-
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
196
|
-
export const __wbg_contenttypeid_free: (a: number, b: number) => void;
|
|
197
|
-
export const __wbg_get_contenttypeid_typeId: (a: number) => [number, number];
|
|
198
|
-
export const __wbg_set_contenttypeid_typeId: (a: number, b: number, c: number) => void;
|
|
199
|
-
export const __wbg_get_contenttypeid_versionMajor: (a: number) => number;
|
|
200
|
-
export const __wbg_set_contenttypeid_versionMajor: (a: number, b: number) => void;
|
|
201
|
-
export const __wbg_get_contenttypeid_versionMinor: (a: number) => number;
|
|
202
|
-
export const __wbg_set_contenttypeid_versionMinor: (a: number, b: number) => void;
|
|
203
|
-
export const contenttypeid_new: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
204
|
-
export const __wbg_encodedcontent_free: (a: number, b: number) => void;
|
|
205
|
-
export const __wbg_get_encodedcontent_type: (a: number) => number;
|
|
206
|
-
export const __wbg_set_encodedcontent_type: (a: number, b: number) => void;
|
|
207
|
-
export const __wbg_get_encodedcontent_parameters: (a: number) => any;
|
|
208
|
-
export const __wbg_set_encodedcontent_parameters: (a: number, b: any) => void;
|
|
209
|
-
export const __wbg_get_encodedcontent_fallback: (a: number) => [number, number];
|
|
210
|
-
export const __wbg_set_encodedcontent_fallback: (a: number, b: number, c: number) => void;
|
|
211
|
-
export const __wbg_get_encodedcontent_compression: (a: number) => number;
|
|
212
|
-
export const __wbg_set_encodedcontent_compression: (a: number, b: number) => void;
|
|
213
|
-
export const __wbg_get_encodedcontent_content: (a: number) => any;
|
|
214
|
-
export const __wbg_set_encodedcontent_content: (a: number, b: any) => void;
|
|
215
|
-
export const encodedcontent_new: (a: number, b: any, c: number, d: number, e: number, f: any) => number;
|
|
300
|
+
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
301
|
+
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
302
|
+
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
303
|
+
export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
|
|
304
|
+
export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
|
|
305
|
+
export const __wbg_get_apistats_send_group_messages: (a: number) => bigint;
|
|
306
|
+
export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
|
|
307
|
+
export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
|
|
308
|
+
export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
|
|
309
|
+
export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
|
|
310
|
+
export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
|
|
311
|
+
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
312
|
+
export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
|
|
313
|
+
export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
|
|
314
|
+
export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
|
|
315
|
+
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
316
|
+
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
317
|
+
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
216
318
|
export const __wbg_installation_free: (a: number, b: number) => void;
|
|
217
319
|
export const __wbg_get_installation_bytes: (a: number) => any;
|
|
218
320
|
export const __wbg_set_installation_bytes: (a: number, b: any) => void;
|
|
321
|
+
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
322
|
+
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
219
323
|
export const __wbg_get_installation_clientTimestampNs: (a: number) => [number, bigint];
|
|
220
324
|
export const __wbg_set_installation_clientTimestampNs: (a: number, b: number, c: bigint) => void;
|
|
221
325
|
export const installation_new: (a: any, b: number, c: number, d: number, e: bigint) => number;
|
|
222
326
|
export const __wbg_inboxstate_free: (a: number, b: number) => void;
|
|
327
|
+
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
223
328
|
export const __wbg_get_inboxstate_recoveryIdentifier: (a: number) => any;
|
|
224
329
|
export const __wbg_set_inboxstate_recoveryIdentifier: (a: number, b: any) => void;
|
|
225
330
|
export const __wbg_get_inboxstate_installations: (a: number) => [number, number];
|
|
@@ -228,6 +333,8 @@ export const __wbg_get_inboxstate_accountIdentifiers: (a: number) => [number, nu
|
|
|
228
333
|
export const __wbg_set_inboxstate_accountIdentifiers: (a: number, b: number, c: number) => void;
|
|
229
334
|
export const inboxstate_new: (a: number, b: number, c: any, d: number, e: number, f: number, g: number) => number;
|
|
230
335
|
export const __wbg_keypackagestatus_free: (a: number, b: number) => void;
|
|
336
|
+
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
337
|
+
export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
|
|
231
338
|
export const __wbg_get_keypackagestatus_validationError: (a: number) => [number, number];
|
|
232
339
|
export const __wbg_set_keypackagestatus_validationError: (a: number, b: number, c: number) => void;
|
|
233
340
|
export const __wbg_lifetime_free: (a: number, b: number) => void;
|
|
@@ -235,35 +342,6 @@ export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number
|
|
|
235
342
|
export const client_inboxState: (a: number, b: number) => any;
|
|
236
343
|
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
237
344
|
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
238
|
-
export const __wbg_listmessagesoptions_free: (a: number, b: number) => void;
|
|
239
|
-
export const __wbg_get_listmessagesoptions_contentTypes: (a: number) => [number, number];
|
|
240
|
-
export const __wbg_set_listmessagesoptions_contentTypes: (a: number, b: number, c: number) => void;
|
|
241
|
-
export const __wbg_get_listmessagesoptions_deliveryStatus: (a: number) => number;
|
|
242
|
-
export const __wbg_set_listmessagesoptions_deliveryStatus: (a: number, b: number) => void;
|
|
243
|
-
export const __wbg_get_listmessagesoptions_direction: (a: number) => number;
|
|
244
|
-
export const __wbg_set_listmessagesoptions_direction: (a: number, b: number) => void;
|
|
245
|
-
export const __wbg_get_listmessagesoptions_kind: (a: number) => number;
|
|
246
|
-
export const __wbg_set_listmessagesoptions_kind: (a: number, b: number) => void;
|
|
247
|
-
export const listmessagesoptions_new: (a: number, b: bigint, c: number, d: bigint, e: number, f: bigint, g: number, h: number, i: number, j: number, k: number) => number;
|
|
248
|
-
export const __wbg_message_free: (a: number, b: number) => void;
|
|
249
|
-
export const __wbg_get_message_id: (a: number) => [number, number];
|
|
250
|
-
export const __wbg_set_message_id: (a: number, b: number, c: number) => void;
|
|
251
|
-
export const __wbg_get_message_convoId: (a: number) => [number, number];
|
|
252
|
-
export const __wbg_set_message_convoId: (a: number, b: number, c: number) => void;
|
|
253
|
-
export const __wbg_get_message_senderInboxId: (a: number) => [number, number];
|
|
254
|
-
export const __wbg_set_message_senderInboxId: (a: number, b: number, c: number) => void;
|
|
255
|
-
export const __wbg_get_message_content: (a: number) => number;
|
|
256
|
-
export const __wbg_set_message_content: (a: number, b: number) => void;
|
|
257
|
-
export const __wbg_get_message_kind: (a: number) => number;
|
|
258
|
-
export const __wbg_set_message_kind: (a: number, b: number) => void;
|
|
259
|
-
export const __wbg_get_message_deliveryStatus: (a: number) => number;
|
|
260
|
-
export const __wbg_set_message_deliveryStatus: (a: number, b: number) => void;
|
|
261
|
-
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;
|
|
262
|
-
export const __wbg_messagewithreactions_free: (a: number, b: number) => void;
|
|
263
|
-
export const __wbg_get_messagewithreactions_message: (a: number) => number;
|
|
264
|
-
export const __wbg_set_messagewithreactions_message: (a: number, b: number) => void;
|
|
265
|
-
export const __wbg_get_messagewithreactions_reactions: (a: number) => [number, number];
|
|
266
|
-
export const __wbg_set_messagewithreactions_reactions: (a: number, b: number, c: number) => void;
|
|
267
345
|
export const __wbg_opfs_free: (a: number, b: number) => void;
|
|
268
346
|
export const opfs_init_sqlite_opfs: () => any;
|
|
269
347
|
export const opfs_exists: () => number;
|
|
@@ -296,102 +374,28 @@ export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
|
296
374
|
export const client_registerIdentity: (a: number, b: number) => any;
|
|
297
375
|
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
298
376
|
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
299
|
-
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
300
|
-
export const streamcloser_end: (a: number) => void;
|
|
301
|
-
export const streamcloser_endAndWait: (a: number) => any;
|
|
302
|
-
export const streamcloser_waitForReady: (a: number) => any;
|
|
303
|
-
export const streamcloser_isClosed: (a: number) => number;
|
|
304
|
-
export const __wbg_get_listconversationsoptions_createdAfterNs: (a: number) => [number, bigint];
|
|
305
|
-
export const __wbg_get_listmessagesoptions_sentBeforeNs: (a: number) => [number, bigint];
|
|
306
|
-
export const __wbg_get_listmessagesoptions_sentAfterNs: (a: number) => [number, bigint];
|
|
307
|
-
export const __wbg_get_listmessagesoptions_limit: (a: number) => [number, bigint];
|
|
308
|
-
export const __wbg_get_reaction_reference: (a: number) => [number, number];
|
|
309
|
-
export const __wbg_get_groupmember_inboxId: (a: number) => [number, number];
|
|
310
|
-
export const __wbg_get_remoteattachmentinfo_scheme: (a: number) => [number, number];
|
|
311
|
-
export const __wbg_get_remoteattachmentinfo_url: (a: number) => [number, number];
|
|
312
|
-
export const __wbg_get_contenttypeid_authorityId: (a: number) => [number, number];
|
|
313
|
-
export const __wbg_get_reaction_referenceInboxId: (a: number) => [number, number];
|
|
314
|
-
export const __wbg_get_installation_id: (a: number) => [number, number];
|
|
315
|
-
export const __wbg_get_inboxstate_inboxId: (a: number) => [number, number];
|
|
316
377
|
export const __wbg_set_reaction_reference: (a: number, b: number, c: number) => void;
|
|
317
378
|
export const __wbg_set_groupmember_inboxId: (a: number, b: number, c: number) => void;
|
|
318
|
-
export const __wbg_set_remoteattachmentinfo_url: (a: number, b: number, c: number) => void;
|
|
319
|
-
export const __wbg_set_contenttypeid_authorityId: (a: number, b: number, c: number) => void;
|
|
320
|
-
export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: number) => void;
|
|
321
|
-
export const __wbg_set_installation_id: (a: number, b: number, c: number) => void;
|
|
322
379
|
export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
|
|
323
|
-
export const __wbg_set_messagedisappearingsettings_fromNs: (a: number, b: bigint) => void;
|
|
324
|
-
export const __wbg_set_messagedisappearingsettings_inNs: (a: number, b: bigint) => void;
|
|
325
|
-
export const __wbg_set_hmackey_epoch: (a: number, b: bigint) => void;
|
|
326
|
-
export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
|
|
327
|
-
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
328
|
-
export const __wbg_set_message_sentAtNs: (a: number, b: bigint) => void;
|
|
329
|
-
export const __wbg_get_messagedisappearingsettings_fromNs: (a: number) => bigint;
|
|
330
|
-
export const __wbg_get_messagedisappearingsettings_inNs: (a: number) => bigint;
|
|
331
|
-
export const __wbg_get_hmackey_epoch: (a: number) => bigint;
|
|
332
|
-
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
333
|
-
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
334
|
-
export const __wbg_get_message_sentAtNs: (a: number) => bigint;
|
|
335
|
-
export const __wbg_set_creategroupoptions_messageDisappearingSettings: (a: number, b: number) => void;
|
|
336
|
-
export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
|
|
337
|
-
export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
|
|
338
|
-
export const __wbg_set_listconversationsoptions_createdAfterNs: (a: number, b: number, c: bigint) => void;
|
|
339
|
-
export const __wbg_set_listmessagesoptions_sentBeforeNs: (a: number, b: number, c: bigint) => void;
|
|
340
|
-
export const __wbg_set_listmessagesoptions_sentAfterNs: (a: number, b: number, c: bigint) => void;
|
|
341
|
-
export const __wbg_set_listmessagesoptions_limit: (a: number, b: number, c: bigint) => void;
|
|
342
|
-
export const __wbg_get_creategroupoptions_messageDisappearingSettings: (a: number) => number;
|
|
343
|
-
export const __wbg_get_keypackagestatus_lifetime: (a: number) => number;
|
|
344
|
-
export const __wbg_set_keypackagestatus_lifetime: (a: number, b: number) => void;
|
|
345
|
-
export const __wbg_messagedisappearingsettings_free: (a: number, b: number) => void;
|
|
346
|
-
export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
|
|
347
|
-
export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
|
|
348
|
-
export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
|
|
349
|
-
export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
|
|
350
|
-
export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
|
|
351
|
-
export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
|
|
352
|
-
export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
|
|
353
|
-
export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
|
|
354
|
-
export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
|
|
355
|
-
export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
|
|
356
|
-
export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
|
|
357
|
-
export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
|
|
358
|
-
export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
|
|
359
|
-
export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
|
|
360
|
-
export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
|
|
361
|
-
export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
|
|
362
|
-
export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
|
|
363
|
-
export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
364
|
-
export const __wbg_grouppermissions_free: (a: number, b: number) => void;
|
|
365
|
-
export const grouppermissions_policyType: (a: number) => [number, number, number];
|
|
366
|
-
export const grouppermissions_policySet: (a: number) => [number, number, number];
|
|
367
|
-
export const getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
|
|
368
|
-
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
369
|
-
export const __wbg_apistats_free: (a: number, b: number) => void;
|
|
370
|
-
export const __wbg_get_apistats_upload_key_package: (a: number) => bigint;
|
|
371
|
-
export const __wbg_set_apistats_upload_key_package: (a: number, b: bigint) => void;
|
|
372
|
-
export const __wbg_get_apistats_fetch_key_package: (a: number) => bigint;
|
|
373
|
-
export const __wbg_set_apistats_fetch_key_package: (a: number, b: bigint) => void;
|
|
374
|
-
export const __wbg_get_apistats_send_group_messages: (a: number) => bigint;
|
|
375
|
-
export const __wbg_set_apistats_send_group_messages: (a: number, b: bigint) => void;
|
|
376
|
-
export const __wbg_get_apistats_send_welcome_messages: (a: number) => bigint;
|
|
377
|
-
export const __wbg_set_apistats_send_welcome_messages: (a: number, b: bigint) => void;
|
|
378
|
-
export const __wbg_get_apistats_query_group_messages: (a: number) => bigint;
|
|
379
|
-
export const __wbg_set_apistats_query_group_messages: (a: number, b: bigint) => void;
|
|
380
|
-
export const __wbg_get_apistats_query_welcome_messages: (a: number) => bigint;
|
|
381
|
-
export const __wbg_set_apistats_query_welcome_messages: (a: number, b: bigint) => void;
|
|
382
|
-
export const __wbg_get_apistats_subscribe_messages: (a: number) => bigint;
|
|
383
|
-
export const __wbg_set_apistats_subscribe_messages: (a: number, b: bigint) => void;
|
|
384
|
-
export const __wbg_get_apistats_subscribe_welcomes: (a: number) => bigint;
|
|
385
|
-
export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => void;
|
|
386
|
-
export const __wbg_identitystats_free: (a: number, b: number) => void;
|
|
387
380
|
export const __wbg_set_identitystats_publish_identity_update: (a: number, b: bigint) => void;
|
|
388
381
|
export const __wbg_set_identitystats_get_identity_updates_v2: (a: number, b: bigint) => void;
|
|
389
382
|
export const __wbg_set_identitystats_get_inbox_ids: (a: number, b: bigint) => void;
|
|
390
383
|
export const __wbg_set_identitystats_verify_smart_contract_wallet_signature: (a: number, b: bigint) => void;
|
|
384
|
+
export const __wbg_set_lifetime_not_before: (a: number, b: bigint) => void;
|
|
385
|
+
export const __wbg_set_lifetime_not_after: (a: number, b: bigint) => void;
|
|
391
386
|
export const __wbg_get_identitystats_publish_identity_update: (a: number) => bigint;
|
|
392
387
|
export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
|
|
393
388
|
export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
|
|
394
389
|
export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
|
|
390
|
+
export const __wbg_get_lifetime_not_before: (a: number) => bigint;
|
|
391
|
+
export const __wbg_get_lifetime_not_after: (a: number) => bigint;
|
|
392
|
+
export const getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
|
|
393
|
+
export const generateInboxId: (a: any) => [number, number, number, number];
|
|
394
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
395
|
+
export const streamcloser_end: (a: number) => void;
|
|
396
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
397
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
398
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
395
399
|
export const rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
396
400
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
397
401
|
export const rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
|
|
@@ -434,8 +438,8 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
434
438
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
435
439
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
436
440
|
export const __externref_table_dealloc: (a: number) => void;
|
|
437
|
-
export const
|
|
438
|
-
export const
|
|
439
|
-
export const
|
|
440
|
-
export const
|
|
441
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc6b9ddcbfcc08eea: (a: number, b: number) => void;
|
|
442
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd0e40dce3ea5bca1: (a: number, b: number) => void;
|
|
443
|
+
export const closure5195_externref_shim: (a: number, b: number, c: any) => void;
|
|
444
|
+
export const closure6122_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
441
445
|
export const __wbindgen_start: () => void;
|
package/dist/version.json
CHANGED