@privy-io/api-types 0.6.0 → 0.7.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 (138) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/client.d.mts +31 -16
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +31 -16
  5. package/client.d.ts.map +1 -1
  6. package/client.js +23 -7
  7. package/client.js.map +1 -1
  8. package/client.mjs +25 -9
  9. package/client.mjs.map +1 -1
  10. package/package.json +12 -1
  11. package/resources/accounts.d.mts +173 -4
  12. package/resources/accounts.d.mts.map +1 -1
  13. package/resources/accounts.d.ts +173 -4
  14. package/resources/accounts.d.ts.map +1 -1
  15. package/resources/apps.d.mts +59 -1
  16. package/resources/apps.d.mts.map +1 -1
  17. package/resources/apps.d.ts +59 -1
  18. package/resources/apps.d.ts.map +1 -1
  19. package/resources/client-auth.d.mts +144 -1
  20. package/resources/client-auth.d.mts.map +1 -1
  21. package/resources/client-auth.d.ts +144 -1
  22. package/resources/client-auth.d.ts.map +1 -1
  23. package/resources/index.d.mts +9 -8
  24. package/resources/index.d.mts.map +1 -1
  25. package/resources/index.d.ts +9 -8
  26. package/resources/index.d.ts.map +1 -1
  27. package/resources/index.js +3 -1
  28. package/resources/index.js.map +1 -1
  29. package/resources/index.mjs +3 -2
  30. package/resources/index.mjs.map +1 -1
  31. package/resources/intents.d.mts +1979 -31
  32. package/resources/intents.d.mts.map +1 -1
  33. package/resources/intents.d.ts +1979 -31
  34. package/resources/intents.d.ts.map +1 -1
  35. package/resources/intents.js.map +1 -1
  36. package/resources/intents.mjs.map +1 -1
  37. package/resources/key-quorums.d.mts +45 -2
  38. package/resources/key-quorums.d.mts.map +1 -1
  39. package/resources/key-quorums.d.ts +45 -2
  40. package/resources/key-quorums.d.ts.map +1 -1
  41. package/resources/key-quorums.js +18 -1
  42. package/resources/key-quorums.js.map +1 -1
  43. package/resources/key-quorums.mjs +18 -1
  44. package/resources/key-quorums.mjs.map +1 -1
  45. package/resources/kraken-embed.d.mts +62 -0
  46. package/resources/kraken-embed.d.mts.map +1 -0
  47. package/resources/kraken-embed.d.ts +62 -0
  48. package/resources/kraken-embed.d.ts.map +1 -0
  49. package/resources/kraken-embed.js +9 -0
  50. package/resources/kraken-embed.js.map +1 -0
  51. package/resources/kraken-embed.mjs +5 -0
  52. package/resources/kraken-embed.mjs.map +1 -0
  53. package/resources/policies.d.mts +7 -0
  54. package/resources/policies.d.mts.map +1 -1
  55. package/resources/policies.d.ts +7 -0
  56. package/resources/policies.d.ts.map +1 -1
  57. package/resources/policies.js +3 -0
  58. package/resources/policies.js.map +1 -1
  59. package/resources/policies.mjs +3 -0
  60. package/resources/policies.mjs.map +1 -1
  61. package/resources/transactions.d.mts +3 -0
  62. package/resources/transactions.d.mts.map +1 -1
  63. package/resources/transactions.d.ts +3 -0
  64. package/resources/transactions.d.ts.map +1 -1
  65. package/resources/transactions.js +3 -0
  66. package/resources/transactions.js.map +1 -1
  67. package/resources/transactions.mjs +3 -0
  68. package/resources/transactions.mjs.map +1 -1
  69. package/resources/users.d.mts +3 -0
  70. package/resources/users.d.mts.map +1 -1
  71. package/resources/users.d.ts +3 -0
  72. package/resources/users.d.ts.map +1 -1
  73. package/resources/users.js +3 -0
  74. package/resources/users.js.map +1 -1
  75. package/resources/users.mjs +3 -0
  76. package/resources/users.mjs.map +1 -1
  77. package/resources/wallets/balance.d.mts +7 -4
  78. package/resources/wallets/balance.d.mts.map +1 -1
  79. package/resources/wallets/balance.d.ts +7 -4
  80. package/resources/wallets/balance.d.ts.map +1 -1
  81. package/resources/wallets/balance.js +3 -0
  82. package/resources/wallets/balance.js.map +1 -1
  83. package/resources/wallets/balance.mjs +3 -0
  84. package/resources/wallets/balance.mjs.map +1 -1
  85. package/resources/wallets/index.d.mts +1 -1
  86. package/resources/wallets/index.d.mts.map +1 -1
  87. package/resources/wallets/index.d.ts +1 -1
  88. package/resources/wallets/index.d.ts.map +1 -1
  89. package/resources/wallets/index.js.map +1 -1
  90. package/resources/wallets/index.mjs.map +1 -1
  91. package/resources/wallets/transactions.d.mts +9 -6
  92. package/resources/wallets/transactions.d.mts.map +1 -1
  93. package/resources/wallets/transactions.d.ts +9 -6
  94. package/resources/wallets/transactions.d.ts.map +1 -1
  95. package/resources/wallets/transactions.js +3 -0
  96. package/resources/wallets/transactions.js.map +1 -1
  97. package/resources/wallets/transactions.mjs +3 -0
  98. package/resources/wallets/transactions.mjs.map +1 -1
  99. package/resources/wallets/wallets.d.mts +67 -10
  100. package/resources/wallets/wallets.d.mts.map +1 -1
  101. package/resources/wallets/wallets.d.ts +67 -10
  102. package/resources/wallets/wallets.d.ts.map +1 -1
  103. package/resources/wallets/wallets.js +11 -5
  104. package/resources/wallets/wallets.js.map +1 -1
  105. package/resources/wallets/wallets.mjs +11 -5
  106. package/resources/wallets/wallets.mjs.map +1 -1
  107. package/resources/webhooks.d.mts +319 -283
  108. package/resources/webhooks.d.mts.map +1 -1
  109. package/resources/webhooks.d.ts +319 -283
  110. package/resources/webhooks.d.ts.map +1 -1
  111. package/resources/webhooks.js.map +1 -1
  112. package/resources/webhooks.mjs.map +1 -1
  113. package/resources/yield.d.mts +26 -9
  114. package/resources/yield.d.mts.map +1 -1
  115. package/resources/yield.d.ts +26 -9
  116. package/resources/yield.d.ts.map +1 -1
  117. package/src/client.ts +166 -30
  118. package/src/resources/accounts.ts +206 -3
  119. package/src/resources/apps.ts +89 -1
  120. package/src/resources/client-auth.ts +202 -0
  121. package/src/resources/index.ts +79 -17
  122. package/src/resources/intents.ts +3305 -37
  123. package/src/resources/key-quorums.ts +50 -2
  124. package/src/resources/kraken-embed.ts +85 -0
  125. package/src/resources/policies.ts +7 -0
  126. package/src/resources/transactions.ts +3 -0
  127. package/src/resources/users.ts +3 -0
  128. package/src/resources/wallets/balance.ts +9 -2
  129. package/src/resources/wallets/index.ts +3 -1
  130. package/src/resources/wallets/transactions.ts +10 -4
  131. package/src/resources/wallets/wallets.ts +99 -21
  132. package/src/resources/webhooks.ts +454 -438
  133. package/src/resources/yield.ts +39 -10
  134. package/src/version.ts +1 -1
  135. package/version.d.mts +1 -1
  136. package/version.d.ts +1 -1
  137. package/version.js +1 -1
  138. package/version.mjs +1 -1
@@ -254,6 +254,94 @@ export namespace AppResponse {
254
254
  }
255
255
  }
256
256
 
257
+ /**
258
+ * Allowlist invite input for an email address.
259
+ */
260
+ export interface EmailInviteInput {
261
+ type: 'email';
262
+
263
+ value: string;
264
+ }
265
+
266
+ /**
267
+ * Allowlist invite input for a wallet address.
268
+ */
269
+ export interface WalletInviteInput {
270
+ type: 'wallet';
271
+
272
+ value: string;
273
+ }
274
+
275
+ /**
276
+ * Allowlist invite input for a phone number.
277
+ */
278
+ export interface PhoneInviteInput {
279
+ type: 'phone';
280
+
281
+ value: string;
282
+ }
283
+
284
+ /**
285
+ * Input for adding or removing an allowlist entry. Discriminated by type.
286
+ */
287
+ export type UserInviteInput = EmailInviteInput | WalletInviteInput | PhoneInviteInput;
288
+
289
+ /**
290
+ * An allowlist entry for an app.
291
+ */
292
+ export interface AllowlistEntry {
293
+ id: string;
294
+
295
+ acceptedAt: number | null;
296
+
297
+ appId: string;
298
+
299
+ type: string;
300
+
301
+ value: string;
302
+ }
303
+
304
+ /**
305
+ * Confirmation response for deleting an allowlist entry.
306
+ */
307
+ export interface AllowlistDeletionResponse {
308
+ message: string;
309
+ }
310
+
311
+ /**
312
+ * A test account for an app.
313
+ */
314
+ export interface TestAccount {
315
+ id: string;
316
+
317
+ created_at: string;
318
+
319
+ email: string;
320
+
321
+ otp_code: string;
322
+
323
+ phone_number: string;
324
+
325
+ updated_at: string;
326
+ }
327
+
328
+ /**
329
+ * Response for listing test accounts for an app.
330
+ */
331
+ export interface TestAccountsResponse {
332
+ data: Array<TestAccount>;
333
+ }
334
+
257
335
  export declare namespace Apps {
258
- export { type AppResponse as AppResponse };
336
+ export {
337
+ type AppResponse as AppResponse,
338
+ type EmailInviteInput as EmailInviteInput,
339
+ type WalletInviteInput as WalletInviteInput,
340
+ type PhoneInviteInput as PhoneInviteInput,
341
+ type UserInviteInput as UserInviteInput,
342
+ type AllowlistEntry as AllowlistEntry,
343
+ type AllowlistDeletionResponse as AllowlistDeletionResponse,
344
+ type TestAccount as TestAccount,
345
+ type TestAccountsResponse as TestAccountsResponse,
346
+ };
259
347
  }
@@ -1330,6 +1330,192 @@ export interface BridgeSandboxFiatCustomerResponse {
1330
1330
  */
1331
1331
  export type FiatCustomerResponse = BridgeFiatCustomerResponse | BridgeSandboxFiatCustomerResponse;
1332
1332
 
1333
+ /**
1334
+ * ISO 4217 fiat currency code. Three uppercase ASCII letters.
1335
+ */
1336
+ export type FiatCurrencyCode = string;
1337
+
1338
+ /**
1339
+ * Cryptocurrency symbol. Uppercase alphanumeric, 2-10 characters.
1340
+ */
1341
+ export type CryptoCurrencyCode = string;
1342
+
1343
+ /**
1344
+ * A CAIP-2 chain identifier in namespace:reference format (e.g. "eip155:1" for
1345
+ * Ethereum mainnet, "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp" for Solana mainnet).
1346
+ */
1347
+ export type Caip2ChainID = string;
1348
+
1349
+ /**
1350
+ * A positive decimal amount as a string (e.g. "100", "50.25", "0.001").
1351
+ */
1352
+ export type FiatAmount = string;
1353
+
1354
+ /**
1355
+ * Source currency details for a fiat onramp quote request.
1356
+ */
1357
+ export interface FiatOnrampSource {
1358
+ /**
1359
+ * A positive decimal amount as a string (e.g. "100", "50.25", "0.001").
1360
+ */
1361
+ amount: FiatAmount;
1362
+
1363
+ /**
1364
+ * ISO 4217 fiat currency code. Three uppercase ASCII letters.
1365
+ */
1366
+ asset: FiatCurrencyCode;
1367
+ }
1368
+
1369
+ /**
1370
+ * Destination cryptocurrency details for a fiat onramp quote request.
1371
+ */
1372
+ export interface FiatOnrampDestination {
1373
+ address: string;
1374
+
1375
+ /**
1376
+ * Cryptocurrency symbol. Uppercase alphanumeric, 2-10 characters.
1377
+ */
1378
+ asset: CryptoCurrencyCode;
1379
+
1380
+ /**
1381
+ * A CAIP-2 chain identifier in namespace:reference format (e.g. "eip155:1" for
1382
+ * Ethereum mainnet, "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp" for Solana mainnet).
1383
+ */
1384
+ chain: Caip2ChainID;
1385
+ }
1386
+
1387
+ /**
1388
+ * Whether to use the sandbox or production environment for fiat onramp.
1389
+ */
1390
+ export type FiatOnrampEnvironment = 'sandbox' | 'production';
1391
+
1392
+ /**
1393
+ * The fiat onramp provider to use.
1394
+ */
1395
+ export type FiatOnrampProvider = 'meld' | 'meld-sandbox';
1396
+
1397
+ /**
1398
+ * The request input for getting fiat onramp quotes.
1399
+ */
1400
+ export interface GetFiatOnrampQuotesInput {
1401
+ /**
1402
+ * Destination cryptocurrency details for a fiat onramp quote request.
1403
+ */
1404
+ destination: FiatOnrampDestination;
1405
+
1406
+ /**
1407
+ * Whether to use the sandbox or production environment for fiat onramp.
1408
+ */
1409
+ environment: FiatOnrampEnvironment;
1410
+
1411
+ /**
1412
+ * Source currency details for a fiat onramp quote request.
1413
+ */
1414
+ source: FiatOnrampSource;
1415
+ }
1416
+
1417
+ /**
1418
+ * A single fiat onramp quote from a provider.
1419
+ */
1420
+ export interface FiatOnrampQuote {
1421
+ payment_method: string;
1422
+
1423
+ /**
1424
+ * The fiat onramp provider to use.
1425
+ */
1426
+ provider: FiatOnrampProvider;
1427
+
1428
+ destination_currency_code?: string | null;
1429
+
1430
+ source_amount?: number | null;
1431
+
1432
+ source_currency_code?: string | null;
1433
+
1434
+ sub_provider?: string | null;
1435
+ }
1436
+
1437
+ /**
1438
+ * The response containing fiat onramp quotes.
1439
+ */
1440
+ export interface GetFiatOnrampQuotesResponse {
1441
+ quotes: Array<FiatOnrampQuote>;
1442
+ }
1443
+
1444
+ /**
1445
+ * The request input for getting a fiat onramp provider session URL.
1446
+ */
1447
+ export interface GetFiatOnrampURLInput {
1448
+ /**
1449
+ * Destination cryptocurrency details for a fiat onramp quote request.
1450
+ */
1451
+ destination: FiatOnrampDestination;
1452
+
1453
+ payment_method: string;
1454
+
1455
+ /**
1456
+ * The fiat onramp provider to use.
1457
+ */
1458
+ provider: FiatOnrampProvider;
1459
+
1460
+ /**
1461
+ * Source currency details for a fiat onramp quote request.
1462
+ */
1463
+ source: FiatOnrampSource;
1464
+
1465
+ redirect_url?: string;
1466
+
1467
+ sub_provider?: string;
1468
+ }
1469
+
1470
+ /**
1471
+ * The response containing a fiat onramp provider session URL.
1472
+ */
1473
+ export interface GetFiatOnrampURLResponse {
1474
+ session_id: string;
1475
+
1476
+ url: string;
1477
+ }
1478
+
1479
+ /**
1480
+ * Normalized fiat onramp transaction status.
1481
+ */
1482
+ export type FiatOnrampTransactionStatus =
1483
+ | 'pending'
1484
+ | 'processing'
1485
+ | 'completed'
1486
+ | 'failed'
1487
+ | 'cancelled'
1488
+ | 'refunded'
1489
+ | 'unknown';
1490
+
1491
+ /**
1492
+ * The request input for checking a fiat onramp session status.
1493
+ */
1494
+ export interface GetFiatOnrampTransactionStatusInput {
1495
+ /**
1496
+ * The fiat onramp provider to use.
1497
+ */
1498
+ provider: FiatOnrampProvider;
1499
+
1500
+ session_id: string;
1501
+ }
1502
+
1503
+ /**
1504
+ * The response containing the fiat onramp session status.
1505
+ */
1506
+ export interface GetFiatOnrampTransactionStatusResponse {
1507
+ raw_status: string;
1508
+
1509
+ session_id: string;
1510
+
1511
+ /**
1512
+ * Normalized fiat onramp transaction status.
1513
+ */
1514
+ status: FiatOnrampTransactionStatus;
1515
+
1516
+ transaction_id?: string;
1517
+ }
1518
+
1333
1519
  export type BridgeDestinationAsset = 'usdb' | 'usdc' | 'usdt' | 'dai' | 'pyusd' | 'eurc';
1334
1520
 
1335
1521
  export type BridgeSourceAsset = 'usd' | 'eur' | 'mxn' | 'brl' | 'gbp';
@@ -1599,6 +1785,22 @@ export declare namespace ClientAuth {
1599
1785
  type BridgeFiatCustomerResponse as BridgeFiatCustomerResponse,
1600
1786
  type BridgeSandboxFiatCustomerResponse as BridgeSandboxFiatCustomerResponse,
1601
1787
  type FiatCustomerResponse as FiatCustomerResponse,
1788
+ type FiatCurrencyCode as FiatCurrencyCode,
1789
+ type CryptoCurrencyCode as CryptoCurrencyCode,
1790
+ type Caip2ChainID as Caip2ChainID,
1791
+ type FiatAmount as FiatAmount,
1792
+ type FiatOnrampSource as FiatOnrampSource,
1793
+ type FiatOnrampDestination as FiatOnrampDestination,
1794
+ type FiatOnrampEnvironment as FiatOnrampEnvironment,
1795
+ type FiatOnrampProvider as FiatOnrampProvider,
1796
+ type GetFiatOnrampQuotesInput as GetFiatOnrampQuotesInput,
1797
+ type FiatOnrampQuote as FiatOnrampQuote,
1798
+ type GetFiatOnrampQuotesResponse as GetFiatOnrampQuotesResponse,
1799
+ type GetFiatOnrampURLInput as GetFiatOnrampURLInput,
1800
+ type GetFiatOnrampURLResponse as GetFiatOnrampURLResponse,
1801
+ type FiatOnrampTransactionStatus as FiatOnrampTransactionStatus,
1802
+ type GetFiatOnrampTransactionStatusInput as GetFiatOnrampTransactionStatusInput,
1803
+ type GetFiatOnrampTransactionStatusResponse as GetFiatOnrampTransactionStatusResponse,
1602
1804
  type BridgeDestinationAsset as BridgeDestinationAsset,
1603
1805
  type BridgeSourceAsset as BridgeSourceAsset,
1604
1806
  type BridgeFiatVirtualAccountSource as BridgeFiatVirtualAccountSource,
@@ -5,8 +5,14 @@ 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,
10
16
  } from './accounts';
11
17
  export {
12
18
  Aggregations,
@@ -18,7 +24,18 @@ export {
18
24
  type AggregationInput,
19
25
  } from './aggregations';
20
26
  export { Analytics, type AnalyticsEventInput } from './analytics';
21
- export { Apps, type AppResponse } from './apps';
27
+ export {
28
+ Apps,
29
+ type AppResponse,
30
+ type EmailInviteInput,
31
+ type WalletInviteInput,
32
+ type PhoneInviteInput,
33
+ type UserInviteInput,
34
+ type AllowlistEntry,
35
+ type AllowlistDeletionResponse,
36
+ type TestAccount,
37
+ type TestAccountsResponse,
38
+ } from './apps';
22
39
  export {
23
40
  ClientAuth,
24
41
  type CustomJwtAuthenticateRequestBody,
@@ -101,6 +118,22 @@ export {
101
118
  type BridgeFiatCustomerResponse,
102
119
  type BridgeSandboxFiatCustomerResponse,
103
120
  type FiatCustomerResponse,
121
+ type FiatCurrencyCode,
122
+ type CryptoCurrencyCode,
123
+ type Caip2ChainID,
124
+ type FiatAmount,
125
+ type FiatOnrampSource,
126
+ type FiatOnrampDestination,
127
+ type FiatOnrampEnvironment,
128
+ type FiatOnrampProvider,
129
+ type GetFiatOnrampQuotesInput,
130
+ type FiatOnrampQuote,
131
+ type GetFiatOnrampQuotesResponse,
132
+ type GetFiatOnrampURLInput,
133
+ type GetFiatOnrampURLResponse,
134
+ type FiatOnrampTransactionStatus,
135
+ type GetFiatOnrampTransactionStatusInput,
136
+ type GetFiatOnrampTransactionStatusResponse,
104
137
  type BridgeDestinationAsset,
105
138
  type BridgeSourceAsset,
106
139
  type BridgeFiatVirtualAccountSource,
@@ -140,15 +173,36 @@ export {
140
173
  type MoonpayOnRampSignInput,
141
174
  type MoonpayOnRampSignResponse,
142
175
  } from './funding';
143
- export { Intents, type IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember } from './intents';
176
+ export {
177
+ Intents,
178
+ type IntentType,
179
+ type IntentStatus,
180
+ type RuleIntentRequestDetails,
181
+ type IntentAuthorizationKeyQuorumMember,
182
+ type IntentAuthorizationMember,
183
+ type IntentAuthorization,
184
+ type BaseActionResult,
185
+ type RpcIntentResponse,
186
+ type WalletIntentResponse,
187
+ type PolicyIntentResponse,
188
+ type KeyQuorumIntentResponse,
189
+ type RuleIntentResponse,
190
+ type IntentResponse,
191
+ } from './intents';
144
192
  export {
145
193
  KeyQuorums,
194
+ type KeyQuorumCreateParams,
146
195
  type KeyQuorum,
147
196
  type KeyQuorumDeleteResponse,
148
- type KeyQuorumCreateParams,
149
197
  type KeyQuorumDeleteParams,
150
198
  type KeyQuorumUpdateParams,
151
199
  } from './key-quorums';
200
+ export {
201
+ KrakenEmbed,
202
+ type KrakenEmbedGetPortfolioSummaryQueryParams,
203
+ type KrakenEmbedCurrentDayPnl,
204
+ type KrakenEmbedGetPortfolioSummaryResponse,
205
+ } from './kraken-embed';
152
206
  export {
153
207
  Policies,
154
208
  type SuiTransactionCommandOperator,
@@ -279,6 +333,7 @@ export {
279
333
  type HpkeImportConfig,
280
334
  type SuiCommandName,
281
335
  type Wallet,
336
+ type WalletUpdateRequestBody,
282
337
  type WalletBatchItemInput,
283
338
  type WalletBatchCreateInput,
284
339
  type WalletBatchCreateResult,
@@ -303,10 +358,11 @@ export {
303
358
  type SolanaSignTransactionRpcResponse,
304
359
  type SolanaSignAndSendTransactionRpcResponse,
305
360
  type SolanaSignMessageRpcResponse,
361
+ type WalletRpcRequestBody,
362
+ type WalletRpcResponse,
306
363
  type WalletExportResponse,
307
364
  type WalletInitImportResponse,
308
365
  type WalletRawSignResponse,
309
- type WalletRpcResponse,
310
366
  type WalletAuthenticateWithJwtResponse,
311
367
  type WalletCreateWalletsWithRecoveryResponse,
312
368
  type WalletCreateParams,
@@ -323,13 +379,12 @@ export {
323
379
  } from './wallets/wallets';
324
380
  export {
325
381
  Webhooks,
326
- type UserCreatedWebhookPayload,
327
- type UserAuthenticatedWebhookPayload,
328
- type UserLinkedAccountWebhookPayload,
329
- type UserUnlinkedAccountWebhookPayload,
330
- type UserUpdatedAccountWebhookPayload,
331
- type UserTransferredAccountWebhookPayload,
332
- type UserWalletCreatedWebhookPayload,
382
+ type IntentCreatedWebhookPayload,
383
+ type IntentAuthorizedWebhookPayload,
384
+ type IntentExecutedWebhookPayload,
385
+ type IntentFailedWebhookPayload,
386
+ type MfaEnabledWebhookPayload,
387
+ type MfaDisabledWebhookPayload,
333
388
  type TransactionBroadcastedWebhookPayload,
334
389
  type TransactionConfirmedWebhookPayload,
335
390
  type TransactionExecutionRevertedWebhookPayload,
@@ -337,23 +392,29 @@ export {
337
392
  type TransactionFailedWebhookPayload,
338
393
  type TransactionReplacedWebhookPayload,
339
394
  type TransactionProviderErrorWebhookPayload,
395
+ type UserOperationCompletedWebhookPayload,
396
+ type UserCreatedWebhookPayload,
397
+ type UserAuthenticatedWebhookPayload,
398
+ type UserLinkedAccountWebhookPayload,
399
+ type UserUnlinkedAccountWebhookPayload,
400
+ type UserUpdatedAccountWebhookPayload,
401
+ type UserTransferredAccountWebhookPayload,
402
+ type UserWalletCreatedWebhookPayload,
340
403
  type FundsDepositedWebhookPayload,
341
404
  type FundsWithdrawnWebhookPayload,
342
405
  type PrivateKeyExportWebhookPayload,
343
406
  type WalletRecoverySetupWebhookPayload,
344
407
  type WalletRecoveredWebhookPayload,
345
- type MfaEnabledWebhookPayload,
346
- type MfaDisabledWebhookPayload,
347
- type KrakenEmbedVerificationCompletedWebhookPayload,
348
- type KrakenEmbedVerificationFailedWebhookPayload,
408
+ type YieldDepositConfirmedWebhookPayload,
409
+ type YieldWithdrawConfirmedWebhookPayload,
410
+ type YieldClaimConfirmedWebhookPayload,
411
+ type WebhookPayload,
349
412
  type KrakenEmbedQuoteExecutedWebhookPayload,
350
413
  type KrakenEmbedQuoteExecutionFailedWebhookPayload,
351
414
  type KrakenEmbedQuoteCancelledWebhookPayload,
352
415
  type KrakenEmbedUserVerifiedWebhookPayload,
353
416
  type KrakenEmbedUserDisabledWebhookPayload,
354
417
  type KrakenEmbedUserClosedWebhookPayload,
355
- type YieldDepositConfirmedWebhookPayload,
356
- type YieldWithdrawConfirmedWebhookPayload,
357
418
  } from './webhooks';
358
419
  export {
359
420
  Yield,
@@ -374,4 +435,5 @@ export {
374
435
  type EthereumYieldClaimInput,
375
436
  type EthereumYieldClaimReward,
376
437
  type EthereumYieldClaimResponse,
438
+ type EthereumYieldClaimIDInput,
377
439
  } from './yield';