@privy-io/node 0.10.1 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/client.d.mts +37 -19
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +37 -19
  5. package/client.d.ts.map +1 -1
  6. package/client.js +29 -10
  7. package/client.js.map +1 -1
  8. package/client.mjs +30 -11
  9. package/client.mjs.map +1 -1
  10. package/index.d.mts +2 -0
  11. package/index.d.mts.map +1 -1
  12. package/index.d.ts +2 -0
  13. package/index.d.ts.map +1 -1
  14. package/index.js.map +1 -1
  15. package/index.mjs.map +1 -1
  16. package/package.json +12 -1
  17. package/public-api/PrivyClient.d.mts +3 -0
  18. package/public-api/PrivyClient.d.mts.map +1 -1
  19. package/public-api/PrivyClient.d.ts +3 -0
  20. package/public-api/PrivyClient.d.ts.map +1 -1
  21. package/public-api/PrivyClient.js +5 -0
  22. package/public-api/PrivyClient.js.map +1 -1
  23. package/public-api/PrivyClient.mjs +5 -0
  24. package/public-api/PrivyClient.mjs.map +1 -1
  25. package/public-api/services/apps.d.mts +25 -0
  26. package/public-api/services/apps.d.mts.map +1 -0
  27. package/public-api/services/apps.d.ts +25 -0
  28. package/public-api/services/apps.d.ts.map +1 -0
  29. package/public-api/services/apps.js +56 -0
  30. package/public-api/services/apps.js.map +1 -0
  31. package/public-api/services/apps.mjs +52 -0
  32. package/public-api/services/apps.mjs.map +1 -0
  33. package/public-api/services/policies.d.mts +6 -2
  34. package/public-api/services/policies.d.mts.map +1 -1
  35. package/public-api/services/policies.d.ts +6 -2
  36. package/public-api/services/policies.d.ts.map +1 -1
  37. package/public-api/services/policies.js +6 -0
  38. package/public-api/services/policies.js.map +1 -1
  39. package/public-api/services/policies.mjs +6 -0
  40. package/public-api/services/policies.mjs.map +1 -1
  41. package/public-api/services/wallets.d.mts +5 -1
  42. package/public-api/services/wallets.d.mts.map +1 -1
  43. package/public-api/services/wallets.d.ts +5 -1
  44. package/public-api/services/wallets.d.ts.map +1 -1
  45. package/public-api/services/wallets.js +6 -0
  46. package/public-api/services/wallets.js.map +1 -1
  47. package/public-api/services/wallets.mjs +6 -0
  48. package/public-api/services/wallets.mjs.map +1 -1
  49. package/resources/accounts.d.mts +182 -4
  50. package/resources/accounts.d.mts.map +1 -1
  51. package/resources/accounts.d.ts +182 -4
  52. package/resources/accounts.d.ts.map +1 -1
  53. package/resources/apps/allowlist.d.mts +81 -0
  54. package/resources/apps/allowlist.d.mts.map +1 -0
  55. package/resources/apps/allowlist.d.ts +81 -0
  56. package/resources/apps/allowlist.d.ts.map +1 -0
  57. package/resources/apps/allowlist.js +56 -0
  58. package/resources/apps/allowlist.js.map +1 -0
  59. package/resources/apps/allowlist.mjs +52 -0
  60. package/resources/apps/allowlist.mjs.map +1 -0
  61. package/resources/apps/apps.d.mts +238 -0
  62. package/resources/apps/apps.d.mts.map +1 -0
  63. package/resources/apps/apps.d.ts +238 -0
  64. package/resources/apps/apps.d.ts.map +1 -0
  65. package/resources/apps/apps.js +44 -0
  66. package/resources/apps/apps.js.map +1 -0
  67. package/resources/apps/apps.mjs +39 -0
  68. package/resources/apps/apps.mjs.map +1 -0
  69. package/resources/apps/index.d.mts +3 -0
  70. package/resources/apps/index.d.mts.map +1 -0
  71. package/resources/apps/index.d.ts +3 -0
  72. package/resources/apps/index.d.ts.map +1 -0
  73. package/resources/apps/index.js +9 -0
  74. package/resources/apps/index.js.map +1 -0
  75. package/resources/apps/index.mjs +4 -0
  76. package/resources/apps/index.mjs.map +1 -0
  77. package/resources/apps.d.mts +1 -151
  78. package/resources/apps.d.mts.map +1 -1
  79. package/resources/apps.d.ts +1 -151
  80. package/resources/apps.d.ts.map +1 -1
  81. package/resources/apps.js +2 -5
  82. package/resources/apps.js.map +1 -1
  83. package/resources/apps.mjs +1 -3
  84. package/resources/apps.mjs.map +1 -1
  85. package/resources/client-auth.d.mts +144 -1
  86. package/resources/client-auth.d.mts.map +1 -1
  87. package/resources/client-auth.d.ts +144 -1
  88. package/resources/client-auth.d.ts.map +1 -1
  89. package/resources/index.d.mts +11 -10
  90. package/resources/index.d.mts.map +1 -1
  91. package/resources/index.d.ts +11 -10
  92. package/resources/index.d.ts.map +1 -1
  93. package/resources/index.js +4 -2
  94. package/resources/index.js.map +1 -1
  95. package/resources/index.mjs +3 -2
  96. package/resources/index.mjs.map +1 -1
  97. package/resources/intents.d.mts +2815 -31
  98. package/resources/intents.d.mts.map +1 -1
  99. package/resources/intents.d.ts +2815 -31
  100. package/resources/intents.d.ts.map +1 -1
  101. package/resources/intents.js +156 -0
  102. package/resources/intents.js.map +1 -1
  103. package/resources/intents.mjs +156 -0
  104. package/resources/intents.mjs.map +1 -1
  105. package/resources/key-quorums.d.mts +45 -2
  106. package/resources/key-quorums.d.mts.map +1 -1
  107. package/resources/key-quorums.d.ts +45 -2
  108. package/resources/key-quorums.d.ts.map +1 -1
  109. package/resources/key-quorums.js +18 -1
  110. package/resources/key-quorums.js.map +1 -1
  111. package/resources/key-quorums.mjs +18 -1
  112. package/resources/key-quorums.mjs.map +1 -1
  113. package/resources/kraken-embed.d.mts +62 -0
  114. package/resources/kraken-embed.d.mts.map +1 -0
  115. package/resources/kraken-embed.d.ts +62 -0
  116. package/resources/kraken-embed.d.ts.map +1 -0
  117. package/resources/kraken-embed.js +9 -0
  118. package/resources/kraken-embed.js.map +1 -0
  119. package/resources/kraken-embed.mjs +5 -0
  120. package/resources/kraken-embed.mjs.map +1 -0
  121. package/resources/policies.d.mts +63 -56
  122. package/resources/policies.d.mts.map +1 -1
  123. package/resources/policies.d.ts +63 -56
  124. package/resources/policies.d.ts.map +1 -1
  125. package/resources/policies.js +3 -0
  126. package/resources/policies.js.map +1 -1
  127. package/resources/policies.mjs +3 -0
  128. package/resources/policies.mjs.map +1 -1
  129. package/resources/transactions.d.mts +3 -0
  130. package/resources/transactions.d.mts.map +1 -1
  131. package/resources/transactions.d.ts +3 -0
  132. package/resources/transactions.d.ts.map +1 -1
  133. package/resources/transactions.js +3 -0
  134. package/resources/transactions.js.map +1 -1
  135. package/resources/transactions.mjs +3 -0
  136. package/resources/transactions.mjs.map +1 -1
  137. package/resources/users.d.mts +50 -47
  138. package/resources/users.d.mts.map +1 -1
  139. package/resources/users.d.ts +50 -47
  140. package/resources/users.d.ts.map +1 -1
  141. package/resources/users.js +3 -0
  142. package/resources/users.js.map +1 -1
  143. package/resources/users.mjs +3 -0
  144. package/resources/users.mjs.map +1 -1
  145. package/resources/wallets/balance.d.mts +7 -4
  146. package/resources/wallets/balance.d.mts.map +1 -1
  147. package/resources/wallets/balance.d.ts +7 -4
  148. package/resources/wallets/balance.d.ts.map +1 -1
  149. package/resources/wallets/balance.js +3 -0
  150. package/resources/wallets/balance.js.map +1 -1
  151. package/resources/wallets/balance.mjs +3 -0
  152. package/resources/wallets/balance.mjs.map +1 -1
  153. package/resources/wallets/index.d.mts +1 -1
  154. package/resources/wallets/index.d.mts.map +1 -1
  155. package/resources/wallets/index.d.ts +1 -1
  156. package/resources/wallets/index.d.ts.map +1 -1
  157. package/resources/wallets/index.js.map +1 -1
  158. package/resources/wallets/index.mjs.map +1 -1
  159. package/resources/wallets/transactions.d.mts +9 -6
  160. package/resources/wallets/transactions.d.mts.map +1 -1
  161. package/resources/wallets/transactions.d.ts +9 -6
  162. package/resources/wallets/transactions.d.ts.map +1 -1
  163. package/resources/wallets/transactions.js +3 -0
  164. package/resources/wallets/transactions.js.map +1 -1
  165. package/resources/wallets/transactions.mjs +3 -0
  166. package/resources/wallets/transactions.mjs.map +1 -1
  167. package/resources/wallets/wallets.d.mts +126 -69
  168. package/resources/wallets/wallets.d.mts.map +1 -1
  169. package/resources/wallets/wallets.d.ts +126 -69
  170. package/resources/wallets/wallets.d.ts.map +1 -1
  171. package/resources/wallets/wallets.js +11 -5
  172. package/resources/wallets/wallets.js.map +1 -1
  173. package/resources/wallets/wallets.mjs +11 -5
  174. package/resources/wallets/wallets.mjs.map +1 -1
  175. package/resources/webhooks.d.mts +319 -283
  176. package/resources/webhooks.d.mts.map +1 -1
  177. package/resources/webhooks.d.ts +319 -283
  178. package/resources/webhooks.d.ts.map +1 -1
  179. package/resources/webhooks.js.map +1 -1
  180. package/resources/webhooks.mjs.map +1 -1
  181. package/resources/yield.d.mts +26 -9
  182. package/resources/yield.d.mts.map +1 -1
  183. package/resources/yield.d.ts +26 -9
  184. package/resources/yield.d.ts.map +1 -1
  185. package/src/client.ts +196 -37
  186. package/src/index.ts +10 -0
  187. package/src/public-api/PrivyClient.ts +7 -0
  188. package/src/public-api/services/apps.ts +85 -0
  189. package/src/public-api/services/policies.ts +15 -1
  190. package/src/public-api/services/wallets.ts +14 -0
  191. package/src/resources/accounts.ts +217 -3
  192. package/src/resources/apps/allowlist.ts +126 -0
  193. package/src/resources/apps/apps.ts +391 -0
  194. package/src/resources/apps/index.ts +20 -0
  195. package/src/resources/apps.ts +1 -257
  196. package/src/resources/client-auth.ts +202 -0
  197. package/src/resources/index.ts +93 -21
  198. package/src/resources/intents.ts +4579 -40
  199. package/src/resources/key-quorums.ts +50 -2
  200. package/src/resources/kraken-embed.ts +85 -0
  201. package/src/resources/policies.ts +83 -76
  202. package/src/resources/transactions.ts +3 -0
  203. package/src/resources/users.ts +66 -63
  204. package/src/resources/wallets/balance.ts +9 -2
  205. package/src/resources/wallets/index.ts +4 -2
  206. package/src/resources/wallets/transactions.ts +10 -4
  207. package/src/resources/wallets/wallets.ts +171 -93
  208. package/src/resources/webhooks.ts +454 -438
  209. package/src/resources/yield.ts +39 -10
  210. package/src/version.ts +1 -1
  211. package/version.d.mts +1 -1
  212. package/version.d.ts +1 -1
  213. package/version.js +1 -1
  214. package/version.mjs +1 -1
@@ -134,6 +134,192 @@ export interface BridgeSandboxFiatCustomerResponse {
134
134
  */
135
135
  export type FiatCustomerResponse = BridgeFiatCustomerResponse | BridgeSandboxFiatCustomerResponse;
136
136
 
137
+ /**
138
+ * ISO 4217 fiat currency code. Three uppercase ASCII letters.
139
+ */
140
+ export type FiatCurrencyCode = string;
141
+
142
+ /**
143
+ * Cryptocurrency symbol. Uppercase alphanumeric, 2-10 characters.
144
+ */
145
+ export type CryptoCurrencyCode = string;
146
+
147
+ /**
148
+ * A CAIP-2 chain identifier in namespace:reference format (e.g. "eip155:1" for
149
+ * Ethereum mainnet, "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp" for Solana mainnet).
150
+ */
151
+ export type Caip2ChainID = string;
152
+
153
+ /**
154
+ * A positive decimal amount as a string (e.g. "100", "50.25", "0.001").
155
+ */
156
+ export type FiatAmount = string;
157
+
158
+ /**
159
+ * Source currency details for a fiat onramp quote request.
160
+ */
161
+ export interface FiatOnrampSource {
162
+ /**
163
+ * A positive decimal amount as a string (e.g. "100", "50.25", "0.001").
164
+ */
165
+ amount: FiatAmount;
166
+
167
+ /**
168
+ * ISO 4217 fiat currency code. Three uppercase ASCII letters.
169
+ */
170
+ asset: FiatCurrencyCode;
171
+ }
172
+
173
+ /**
174
+ * Destination cryptocurrency details for a fiat onramp quote request.
175
+ */
176
+ export interface FiatOnrampDestination {
177
+ address: string;
178
+
179
+ /**
180
+ * Cryptocurrency symbol. Uppercase alphanumeric, 2-10 characters.
181
+ */
182
+ asset: CryptoCurrencyCode;
183
+
184
+ /**
185
+ * A CAIP-2 chain identifier in namespace:reference format (e.g. "eip155:1" for
186
+ * Ethereum mainnet, "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp" for Solana mainnet).
187
+ */
188
+ chain: Caip2ChainID;
189
+ }
190
+
191
+ /**
192
+ * Whether to use the sandbox or production environment for fiat onramp.
193
+ */
194
+ export type FiatOnrampEnvironment = 'sandbox' | 'production';
195
+
196
+ /**
197
+ * The fiat onramp provider to use.
198
+ */
199
+ export type FiatOnrampProvider = 'meld' | 'meld-sandbox';
200
+
201
+ /**
202
+ * The request input for getting fiat onramp quotes.
203
+ */
204
+ export interface GetFiatOnrampQuotesInput {
205
+ /**
206
+ * Destination cryptocurrency details for a fiat onramp quote request.
207
+ */
208
+ destination: FiatOnrampDestination;
209
+
210
+ /**
211
+ * Whether to use the sandbox or production environment for fiat onramp.
212
+ */
213
+ environment: FiatOnrampEnvironment;
214
+
215
+ /**
216
+ * Source currency details for a fiat onramp quote request.
217
+ */
218
+ source: FiatOnrampSource;
219
+ }
220
+
221
+ /**
222
+ * A single fiat onramp quote from a provider.
223
+ */
224
+ export interface FiatOnrampQuote {
225
+ payment_method: string;
226
+
227
+ /**
228
+ * The fiat onramp provider to use.
229
+ */
230
+ provider: FiatOnrampProvider;
231
+
232
+ destination_currency_code?: string | null;
233
+
234
+ source_amount?: number | null;
235
+
236
+ source_currency_code?: string | null;
237
+
238
+ sub_provider?: string | null;
239
+ }
240
+
241
+ /**
242
+ * The response containing fiat onramp quotes.
243
+ */
244
+ export interface GetFiatOnrampQuotesResponse {
245
+ quotes: Array<FiatOnrampQuote>;
246
+ }
247
+
248
+ /**
249
+ * The request input for getting a fiat onramp provider session URL.
250
+ */
251
+ export interface GetFiatOnrampURLInput {
252
+ /**
253
+ * Destination cryptocurrency details for a fiat onramp quote request.
254
+ */
255
+ destination: FiatOnrampDestination;
256
+
257
+ payment_method: string;
258
+
259
+ /**
260
+ * The fiat onramp provider to use.
261
+ */
262
+ provider: FiatOnrampProvider;
263
+
264
+ /**
265
+ * Source currency details for a fiat onramp quote request.
266
+ */
267
+ source: FiatOnrampSource;
268
+
269
+ redirect_url?: string;
270
+
271
+ sub_provider?: string;
272
+ }
273
+
274
+ /**
275
+ * The response containing a fiat onramp provider session URL.
276
+ */
277
+ export interface GetFiatOnrampURLResponse {
278
+ session_id: string;
279
+
280
+ url: string;
281
+ }
282
+
283
+ /**
284
+ * Normalized fiat onramp transaction status.
285
+ */
286
+ export type FiatOnrampTransactionStatus =
287
+ | 'pending'
288
+ | 'processing'
289
+ | 'completed'
290
+ | 'failed'
291
+ | 'cancelled'
292
+ | 'refunded'
293
+ | 'unknown';
294
+
295
+ /**
296
+ * The request input for checking a fiat onramp session status.
297
+ */
298
+ export interface GetFiatOnrampTransactionStatusInput {
299
+ /**
300
+ * The fiat onramp provider to use.
301
+ */
302
+ provider: FiatOnrampProvider;
303
+
304
+ session_id: string;
305
+ }
306
+
307
+ /**
308
+ * The response containing the fiat onramp session status.
309
+ */
310
+ export interface GetFiatOnrampTransactionStatusResponse {
311
+ raw_status: string;
312
+
313
+ session_id: string;
314
+
315
+ /**
316
+ * Normalized fiat onramp transaction status.
317
+ */
318
+ status: FiatOnrampTransactionStatus;
319
+
320
+ transaction_id?: string;
321
+ }
322
+
137
323
  export type BridgeDestinationAsset = 'usdb' | 'usdc' | 'usdt' | 'dai' | 'pyusd' | 'eurc';
138
324
 
139
325
  export type BridgeSourceAsset = 'usd' | 'eur' | 'mxn' | 'brl' | 'gbp';
@@ -335,6 +521,22 @@ export declare namespace ClientAuth {
335
521
  type BridgeFiatCustomerResponse as BridgeFiatCustomerResponse,
336
522
  type BridgeSandboxFiatCustomerResponse as BridgeSandboxFiatCustomerResponse,
337
523
  type FiatCustomerResponse as FiatCustomerResponse,
524
+ type FiatCurrencyCode as FiatCurrencyCode,
525
+ type CryptoCurrencyCode as CryptoCurrencyCode,
526
+ type Caip2ChainID as Caip2ChainID,
527
+ type FiatAmount as FiatAmount,
528
+ type FiatOnrampSource as FiatOnrampSource,
529
+ type FiatOnrampDestination as FiatOnrampDestination,
530
+ type FiatOnrampEnvironment as FiatOnrampEnvironment,
531
+ type FiatOnrampProvider as FiatOnrampProvider,
532
+ type GetFiatOnrampQuotesInput as GetFiatOnrampQuotesInput,
533
+ type FiatOnrampQuote as FiatOnrampQuote,
534
+ type GetFiatOnrampQuotesResponse as GetFiatOnrampQuotesResponse,
535
+ type GetFiatOnrampURLInput as GetFiatOnrampURLInput,
536
+ type GetFiatOnrampURLResponse as GetFiatOnrampURLResponse,
537
+ type FiatOnrampTransactionStatus as FiatOnrampTransactionStatus,
538
+ type GetFiatOnrampTransactionStatusInput as GetFiatOnrampTransactionStatusInput,
539
+ type GetFiatOnrampTransactionStatusResponse as GetFiatOnrampTransactionStatusResponse,
338
540
  type BridgeDestinationAsset as BridgeDestinationAsset,
339
541
  type BridgeSourceAsset as BridgeSourceAsset,
340
542
  type BridgeFiatVirtualAccountSource as BridgeFiatVirtualAccountSource,
@@ -5,8 +5,15 @@ export {
5
5
  type AccountWallet,
6
6
  type AccountResponse,
7
7
  type AccountWalletConfigurationItem,
8
+ type AccountDisplayName,
9
+ type AccountWalletsConfiguration,
8
10
  type CreateAccountInput,
11
+ type UpdateAccountInput,
9
12
  type AccountsListResponse,
13
+ type AssetAccountWithBalance,
14
+ type AccountsDashboardListResponse,
15
+ type AccountBalanceResponse,
16
+ type AccountBalanceParams,
10
17
  } from './accounts';
11
18
  export {
12
19
  Aggregations,
@@ -18,7 +25,18 @@ export {
18
25
  type AggregationInput,
19
26
  } from './aggregations';
20
27
  export { Analytics, type AnalyticsEventInput } from './analytics';
21
- export { Apps, type AppResponse } from './apps';
28
+ export {
29
+ Apps,
30
+ type AppResponse,
31
+ type EmailInviteInput,
32
+ type WalletInviteInput,
33
+ type PhoneInviteInput,
34
+ type UserInviteInput,
35
+ type AllowlistEntry,
36
+ type AllowlistDeletionResponse,
37
+ type TestAccount,
38
+ type TestAccountsResponse,
39
+ } from './apps/apps';
22
40
  export {
23
41
  ClientAuth,
24
42
  type ExternalOAuthProviderID,
@@ -33,6 +51,22 @@ export {
33
51
  type BridgeFiatCustomerResponse,
34
52
  type BridgeSandboxFiatCustomerResponse,
35
53
  type FiatCustomerResponse,
54
+ type FiatCurrencyCode,
55
+ type CryptoCurrencyCode,
56
+ type Caip2ChainID,
57
+ type FiatAmount,
58
+ type FiatOnrampSource,
59
+ type FiatOnrampDestination,
60
+ type FiatOnrampEnvironment,
61
+ type FiatOnrampProvider,
62
+ type GetFiatOnrampQuotesInput,
63
+ type FiatOnrampQuote,
64
+ type GetFiatOnrampQuotesResponse,
65
+ type GetFiatOnrampURLInput,
66
+ type GetFiatOnrampURLResponse,
67
+ type FiatOnrampTransactionStatus,
68
+ type GetFiatOnrampTransactionStatusInput,
69
+ type GetFiatOnrampTransactionStatusResponse,
36
70
  type BridgeDestinationAsset,
37
71
  type BridgeSourceAsset,
38
72
  type BridgeFiatVirtualAccountSource,
@@ -50,23 +84,53 @@ export {
50
84
  type BridgeSandboxFiatVirtualAccountResponse,
51
85
  type FiatVirtualAccountResponse,
52
86
  } from './client-auth';
53
- export { Intents, type IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember } from './intents';
87
+ export {
88
+ Intents,
89
+ type IntentType,
90
+ type IntentStatus,
91
+ type RuleIntentRequestDetails,
92
+ type IntentAuthorizationKeyQuorumMember,
93
+ type IntentAuthorizationMember,
94
+ type IntentAuthorization,
95
+ type BaseActionResult,
96
+ type RpcIntentResponse,
97
+ type WalletIntentResponse,
98
+ type PolicyIntentResponse,
99
+ type KeyQuorumIntentResponse,
100
+ type RuleIntentResponse,
101
+ type IntentResponse,
102
+ type IntentListParams,
103
+ type IntentCreatePolicyRuleParams,
104
+ type IntentDeletePolicyRuleParams,
105
+ type IntentRpcParams,
106
+ type IntentUpdateKeyQuorumParams,
107
+ type IntentUpdatePolicyParams,
108
+ type IntentUpdatePolicyRuleParams,
109
+ type IntentUpdateWalletParams,
110
+ type IntentResponsesCursor,
111
+ } from './intents';
54
112
  export {
55
113
  KeyQuorums,
114
+ type KeyQuorumCreateParams,
56
115
  type KeyQuorum,
57
116
  type KeyQuorumDeleteResponse,
58
- type KeyQuorumCreateParams,
59
117
  type KeyQuorumDeleteParams,
60
118
  type KeyQuorumUpdateParams,
61
119
  } from './key-quorums';
120
+ export {
121
+ KrakenEmbed,
122
+ type KrakenEmbedGetPortfolioSummaryQueryParams,
123
+ type KrakenEmbedCurrentDayPnl,
124
+ type KrakenEmbedGetPortfolioSummaryResponse,
125
+ } from './kraken-embed';
62
126
  export {
63
127
  Policies,
64
- type Policy,
65
128
  type SuiTransactionCommandOperator,
66
129
  type SuiTransferObjectsCommandField,
67
130
  type TronTransactionCondition,
68
131
  type SuiTransactionCommandCondition,
69
132
  type SuiTransferObjectsCommandCondition,
133
+ type Policy,
70
134
  type PolicyCreateRuleResponse,
71
135
  type PolicyDeleteResponse,
72
136
  type PolicyDeleteRuleResponse,
@@ -83,8 +147,6 @@ export {
83
147
  export { Transactions, type TransactionGetResponse } from './transactions';
84
148
  export {
85
149
  Users,
86
- type AuthenticatedUser,
87
- type User,
88
150
  type LinkedAccountEmail,
89
151
  type LinkedAccountPhone,
90
152
  type LinkedAccountBaseWallet,
@@ -147,8 +209,10 @@ export {
147
209
  type TotpMfaMethod,
148
210
  type PasskeyMfaMethod,
149
211
  type LinkedMfaMethod,
212
+ type User,
150
213
  type OAuthTokens,
151
214
  type UserWithIdentityToken,
215
+ type AuthenticatedUser,
152
216
  type UserCreateParams,
153
217
  type UserListParams,
154
218
  type UserGetByCustomAuthIDParams,
@@ -171,7 +235,6 @@ export {
171
235
  } from './users';
172
236
  export {
173
237
  Wallets,
174
- type Wallet,
175
238
  type CurveSigningChainType,
176
239
  type ExtendedChainType,
177
240
  type FirstClassChainType,
@@ -183,6 +246,8 @@ export {
183
246
  type CustodialWallet,
184
247
  type HpkeImportConfig,
185
248
  type SuiCommandName,
249
+ type Wallet,
250
+ type WalletUpdateRequestBody,
186
251
  type WalletBatchItemInput,
187
252
  type WalletBatchCreateInput,
188
253
  type WalletBatchCreateResult,
@@ -207,10 +272,11 @@ export {
207
272
  type SolanaSignTransactionRpcResponse,
208
273
  type SolanaSignAndSendTransactionRpcResponse,
209
274
  type SolanaSignMessageRpcResponse,
275
+ type WalletRpcRequestBody,
276
+ type WalletRpcResponse,
210
277
  type WalletExportResponse,
211
278
  type WalletInitImportResponse,
212
279
  type WalletRawSignResponse,
213
- type WalletRpcResponse,
214
280
  type WalletAuthenticateWithJwtResponse,
215
281
  type WalletCreateWalletsWithRecoveryResponse,
216
282
  type WalletCreateParams,
@@ -227,13 +293,12 @@ export {
227
293
  } from './wallets/wallets';
228
294
  export {
229
295
  Webhooks,
230
- type UserCreatedWebhookPayload,
231
- type UserAuthenticatedWebhookPayload,
232
- type UserLinkedAccountWebhookPayload,
233
- type UserUnlinkedAccountWebhookPayload,
234
- type UserUpdatedAccountWebhookPayload,
235
- type UserTransferredAccountWebhookPayload,
236
- type UserWalletCreatedWebhookPayload,
296
+ type IntentCreatedWebhookPayload,
297
+ type IntentAuthorizedWebhookPayload,
298
+ type IntentExecutedWebhookPayload,
299
+ type IntentFailedWebhookPayload,
300
+ type MfaEnabledWebhookPayload,
301
+ type MfaDisabledWebhookPayload,
237
302
  type TransactionBroadcastedWebhookPayload,
238
303
  type TransactionConfirmedWebhookPayload,
239
304
  type TransactionExecutionRevertedWebhookPayload,
@@ -241,23 +306,29 @@ export {
241
306
  type TransactionFailedWebhookPayload,
242
307
  type TransactionReplacedWebhookPayload,
243
308
  type TransactionProviderErrorWebhookPayload,
309
+ type UserOperationCompletedWebhookPayload,
310
+ type UserCreatedWebhookPayload,
311
+ type UserAuthenticatedWebhookPayload,
312
+ type UserLinkedAccountWebhookPayload,
313
+ type UserUnlinkedAccountWebhookPayload,
314
+ type UserUpdatedAccountWebhookPayload,
315
+ type UserTransferredAccountWebhookPayload,
316
+ type UserWalletCreatedWebhookPayload,
244
317
  type FundsDepositedWebhookPayload,
245
318
  type FundsWithdrawnWebhookPayload,
246
319
  type PrivateKeyExportWebhookPayload,
247
320
  type WalletRecoverySetupWebhookPayload,
248
321
  type WalletRecoveredWebhookPayload,
249
- type MfaEnabledWebhookPayload,
250
- type MfaDisabledWebhookPayload,
251
- type KrakenEmbedVerificationCompletedWebhookPayload,
252
- type KrakenEmbedVerificationFailedWebhookPayload,
322
+ type YieldDepositConfirmedWebhookPayload,
323
+ type YieldWithdrawConfirmedWebhookPayload,
324
+ type YieldClaimConfirmedWebhookPayload,
325
+ type WebhookPayload,
253
326
  type KrakenEmbedQuoteExecutedWebhookPayload,
254
327
  type KrakenEmbedQuoteExecutionFailedWebhookPayload,
255
328
  type KrakenEmbedQuoteCancelledWebhookPayload,
256
329
  type KrakenEmbedUserVerifiedWebhookPayload,
257
330
  type KrakenEmbedUserDisabledWebhookPayload,
258
331
  type KrakenEmbedUserClosedWebhookPayload,
259
- type YieldDepositConfirmedWebhookPayload,
260
- type YieldWithdrawConfirmedWebhookPayload,
261
332
  } from './webhooks';
262
333
  export {
263
334
  Yield,
@@ -278,4 +349,5 @@ export {
278
349
  type EthereumYieldClaimInput,
279
350
  type EthereumYieldClaimReward,
280
351
  type EthereumYieldClaimResponse,
352
+ type EthereumYieldClaimIDInput,
281
353
  } from './yield';