@privy-io/node 0.10.0 → 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.
- package/CHANGELOG.md +64 -0
- package/client.d.mts +38 -20
- package/client.d.mts.map +1 -1
- package/client.d.ts +38 -20
- package/client.d.ts.map +1 -1
- package/client.js +31 -12
- package/client.js.map +1 -1
- package/client.mjs +32 -13
- package/client.mjs.map +1 -1
- package/index.d.mts +2 -0
- package/index.d.mts.map +1 -1
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -1
- package/index.js.map +1 -1
- package/index.mjs.map +1 -1
- package/internal/tslib.js +17 -17
- package/internal/utils/query.d.mts +2 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +2 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +10 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +6 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils.d.mts +1 -0
- package/internal/utils.d.ts +1 -0
- package/internal/utils.js +1 -0
- package/internal/utils.js.map +1 -1
- package/internal/utils.mjs +1 -0
- package/package.json +12 -1
- package/public-api/PrivyClient.d.mts +3 -0
- package/public-api/PrivyClient.d.mts.map +1 -1
- package/public-api/PrivyClient.d.ts +3 -0
- package/public-api/PrivyClient.d.ts.map +1 -1
- package/public-api/PrivyClient.js +5 -0
- package/public-api/PrivyClient.js.map +1 -1
- package/public-api/PrivyClient.mjs +5 -0
- package/public-api/PrivyClient.mjs.map +1 -1
- package/public-api/services/apps.d.mts +25 -0
- package/public-api/services/apps.d.mts.map +1 -0
- package/public-api/services/apps.d.ts +25 -0
- package/public-api/services/apps.d.ts.map +1 -0
- package/public-api/services/apps.js +56 -0
- package/public-api/services/apps.js.map +1 -0
- package/public-api/services/apps.mjs +52 -0
- package/public-api/services/apps.mjs.map +1 -0
- package/public-api/services/policies.d.mts +6 -2
- package/public-api/services/policies.d.mts.map +1 -1
- package/public-api/services/policies.d.ts +6 -2
- package/public-api/services/policies.d.ts.map +1 -1
- package/public-api/services/policies.js +6 -0
- package/public-api/services/policies.js.map +1 -1
- package/public-api/services/policies.mjs +6 -0
- package/public-api/services/policies.mjs.map +1 -1
- package/public-api/services/wallets.d.mts +5 -1
- package/public-api/services/wallets.d.mts.map +1 -1
- package/public-api/services/wallets.d.ts +5 -1
- package/public-api/services/wallets.d.ts.map +1 -1
- package/public-api/services/wallets.js +6 -0
- package/public-api/services/wallets.js.map +1 -1
- package/public-api/services/wallets.mjs +6 -0
- package/public-api/services/wallets.mjs.map +1 -1
- package/resources/accounts.d.mts +195 -4
- package/resources/accounts.d.mts.map +1 -1
- package/resources/accounts.d.ts +195 -4
- package/resources/accounts.d.ts.map +1 -1
- package/resources/apps/allowlist.d.mts +81 -0
- package/resources/apps/allowlist.d.mts.map +1 -0
- package/resources/apps/allowlist.d.ts +81 -0
- package/resources/apps/allowlist.d.ts.map +1 -0
- package/resources/apps/allowlist.js +56 -0
- package/resources/apps/allowlist.js.map +1 -0
- package/resources/apps/allowlist.mjs +52 -0
- package/resources/apps/allowlist.mjs.map +1 -0
- package/resources/apps/apps.d.mts +238 -0
- package/resources/apps/apps.d.mts.map +1 -0
- package/resources/apps/apps.d.ts +238 -0
- package/resources/apps/apps.d.ts.map +1 -0
- package/resources/apps/apps.js +44 -0
- package/resources/apps/apps.js.map +1 -0
- package/resources/apps/apps.mjs +39 -0
- package/resources/apps/apps.mjs.map +1 -0
- package/resources/apps/index.d.mts +3 -0
- package/resources/apps/index.d.mts.map +1 -0
- package/resources/apps/index.d.ts +3 -0
- package/resources/apps/index.d.ts.map +1 -0
- package/resources/apps/index.js +9 -0
- package/resources/apps/index.js.map +1 -0
- package/resources/apps/index.mjs +4 -0
- package/resources/apps/index.mjs.map +1 -0
- package/resources/apps.d.mts +1 -151
- package/resources/apps.d.mts.map +1 -1
- package/resources/apps.d.ts +1 -151
- package/resources/apps.d.ts.map +1 -1
- package/resources/apps.js +2 -5
- package/resources/apps.js.map +1 -1
- package/resources/apps.mjs +1 -3
- package/resources/apps.mjs.map +1 -1
- package/resources/client-auth.d.mts +144 -1
- package/resources/client-auth.d.mts.map +1 -1
- package/resources/client-auth.d.ts +144 -1
- package/resources/client-auth.d.ts.map +1 -1
- package/resources/index.d.mts +11 -10
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +11 -10
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +4 -2
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +3 -2
- package/resources/index.mjs.map +1 -1
- package/resources/intents.d.mts +2815 -31
- package/resources/intents.d.mts.map +1 -1
- package/resources/intents.d.ts +2815 -31
- package/resources/intents.d.ts.map +1 -1
- package/resources/intents.js +156 -0
- package/resources/intents.js.map +1 -1
- package/resources/intents.mjs +156 -0
- package/resources/intents.mjs.map +1 -1
- package/resources/key-quorums.d.mts +45 -2
- package/resources/key-quorums.d.mts.map +1 -1
- package/resources/key-quorums.d.ts +45 -2
- package/resources/key-quorums.d.ts.map +1 -1
- package/resources/key-quorums.js +18 -1
- package/resources/key-quorums.js.map +1 -1
- package/resources/key-quorums.mjs +18 -1
- package/resources/key-quorums.mjs.map +1 -1
- package/resources/kraken-embed.d.mts +62 -0
- package/resources/kraken-embed.d.mts.map +1 -0
- package/resources/kraken-embed.d.ts +62 -0
- package/resources/kraken-embed.d.ts.map +1 -0
- package/resources/kraken-embed.js +9 -0
- package/resources/kraken-embed.js.map +1 -0
- package/resources/kraken-embed.mjs +5 -0
- package/resources/kraken-embed.mjs.map +1 -0
- package/resources/policies.d.mts +63 -56
- package/resources/policies.d.mts.map +1 -1
- package/resources/policies.d.ts +63 -56
- package/resources/policies.d.ts.map +1 -1
- package/resources/policies.js +3 -0
- package/resources/policies.js.map +1 -1
- package/resources/policies.mjs +3 -0
- package/resources/policies.mjs.map +1 -1
- package/resources/transactions.d.mts +3 -0
- package/resources/transactions.d.mts.map +1 -1
- package/resources/transactions.d.ts +3 -0
- package/resources/transactions.d.ts.map +1 -1
- package/resources/transactions.js +3 -0
- package/resources/transactions.js.map +1 -1
- package/resources/transactions.mjs +3 -0
- package/resources/transactions.mjs.map +1 -1
- package/resources/users.d.mts +50 -47
- package/resources/users.d.mts.map +1 -1
- package/resources/users.d.ts +50 -47
- package/resources/users.d.ts.map +1 -1
- package/resources/users.js +3 -0
- package/resources/users.js.map +1 -1
- package/resources/users.mjs +3 -0
- package/resources/users.mjs.map +1 -1
- package/resources/wallets/balance.d.mts +7 -4
- package/resources/wallets/balance.d.mts.map +1 -1
- package/resources/wallets/balance.d.ts +7 -4
- package/resources/wallets/balance.d.ts.map +1 -1
- package/resources/wallets/balance.js +3 -0
- package/resources/wallets/balance.js.map +1 -1
- package/resources/wallets/balance.mjs +3 -0
- package/resources/wallets/balance.mjs.map +1 -1
- package/resources/wallets/index.d.mts +1 -1
- package/resources/wallets/index.d.mts.map +1 -1
- package/resources/wallets/index.d.ts +1 -1
- package/resources/wallets/index.d.ts.map +1 -1
- package/resources/wallets/index.js.map +1 -1
- package/resources/wallets/index.mjs.map +1 -1
- package/resources/wallets/transactions.d.mts +9 -6
- package/resources/wallets/transactions.d.mts.map +1 -1
- package/resources/wallets/transactions.d.ts +9 -6
- package/resources/wallets/transactions.d.ts.map +1 -1
- package/resources/wallets/transactions.js +3 -0
- package/resources/wallets/transactions.js.map +1 -1
- package/resources/wallets/transactions.mjs +3 -0
- package/resources/wallets/transactions.mjs.map +1 -1
- package/resources/wallets/wallets.d.mts +129 -72
- package/resources/wallets/wallets.d.mts.map +1 -1
- package/resources/wallets/wallets.d.ts +129 -72
- package/resources/wallets/wallets.d.ts.map +1 -1
- package/resources/wallets/wallets.js +11 -5
- package/resources/wallets/wallets.js.map +1 -1
- package/resources/wallets/wallets.mjs +11 -5
- package/resources/wallets/wallets.mjs.map +1 -1
- package/resources/webhooks.d.mts +319 -283
- package/resources/webhooks.d.mts.map +1 -1
- package/resources/webhooks.d.ts +319 -283
- package/resources/webhooks.d.ts.map +1 -1
- package/resources/webhooks.js.map +1 -1
- package/resources/webhooks.mjs.map +1 -1
- package/resources/yield.d.mts +26 -9
- package/resources/yield.d.mts.map +1 -1
- package/resources/yield.d.ts +26 -9
- package/resources/yield.d.ts.map +1 -1
- package/src/client.ts +203 -42
- package/src/index.ts +10 -0
- package/src/internal/utils/query.ts +7 -0
- package/src/internal/utils.ts +1 -0
- package/src/public-api/PrivyClient.ts +7 -0
- package/src/public-api/services/apps.ts +85 -0
- package/src/public-api/services/policies.ts +15 -1
- package/src/public-api/services/wallets.ts +14 -0
- package/src/resources/accounts.ts +233 -3
- package/src/resources/apps/allowlist.ts +126 -0
- package/src/resources/apps/apps.ts +391 -0
- package/src/resources/apps/index.ts +20 -0
- package/src/resources/apps.ts +1 -257
- package/src/resources/client-auth.ts +202 -0
- package/src/resources/index.ts +94 -21
- package/src/resources/intents.ts +4579 -40
- package/src/resources/key-quorums.ts +50 -2
- package/src/resources/kraken-embed.ts +85 -0
- package/src/resources/policies.ts +83 -76
- package/src/resources/transactions.ts +3 -0
- package/src/resources/users.ts +66 -63
- package/src/resources/wallets/balance.ts +9 -2
- package/src/resources/wallets/index.ts +4 -2
- package/src/resources/wallets/transactions.ts +10 -4
- package/src/resources/wallets/wallets.ts +175 -97
- package/src/resources/webhooks.ts +454 -438
- package/src/resources/yield.ts +39 -10
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,69 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.11.0 (2026-03-13)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.10.1...v0.11.0](https://github.com/privy-io/node-sdk/compare/v0.10.1...v0.11.0)
|
|
6
|
+
|
|
7
|
+
### ⚠ BREAKING CHANGES
|
|
8
|
+
|
|
9
|
+
* `PrivywalletsService.create()` no longer accepts `'privy-idempotency-key'` as a parameter. Use `idempotency_key` instead.
|
|
10
|
+
* `PrivyPoliciesService.create()` no longer accepts `'privy-idempotency-key'` as a parameter. Use `idempotency_key` instead.
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* adds a helper to create policies with an idempotency key ([#94](https://github.com/privy-io/node-sdk/issues/94)) ([373bb44](https://github.com/privy-io/node-sdk/commit/373bb44678bc6628966a549ea7bbaf8753309a31))
|
|
15
|
+
* adds a helper to create wallets with an idempotency key ([#93](https://github.com/privy-io/node-sdk/issues/93)) ([5550257](https://github.com/privy-io/node-sdk/commit/5550257c7a24b52ad551b8452da92f22a25bbb32))
|
|
16
|
+
* **api:** api update ([a7f2ab9](https://github.com/privy-io/node-sdk/commit/a7f2ab933785329fa0cfa96ee6e6030790d7ac9b))
|
|
17
|
+
* **api:** api update ([d3145ad](https://github.com/privy-io/node-sdk/commit/d3145adf6ce775fc492c0907be2b841b2e5db454))
|
|
18
|
+
* **api:** api update ([378ac4c](https://github.com/privy-io/node-sdk/commit/378ac4c8069500044f1dd640b4012aa17e696928))
|
|
19
|
+
* **api:** api update ([2c43544](https://github.com/privy-io/node-sdk/commit/2c435446b8d65e221481ca8cd9a37cf084ebf07d))
|
|
20
|
+
* **api:** api update ([6365b99](https://github.com/privy-io/node-sdk/commit/6365b99662ab5dc829e6eefdb8eb4ca353b0cd27))
|
|
21
|
+
* **api:** api update ([1d52329](https://github.com/privy-io/node-sdk/commit/1d5232939cd270ec774b0c4cb0d09b587661c232))
|
|
22
|
+
* **api:** api update ([94ff459](https://github.com/privy-io/node-sdk/commit/94ff4596a62585565777f368d95ac17e0a805340))
|
|
23
|
+
* **api:** api update ([304e9e0](https://github.com/privy-io/node-sdk/commit/304e9e0aea9e1239f7c4f7992c64f6cbc5953a1d))
|
|
24
|
+
* **api:** api update ([56a5aba](https://github.com/privy-io/node-sdk/commit/56a5aba3d0aeb07250609ca29b4fa04cbad0a97b))
|
|
25
|
+
* **api:** api update ([f6f95b7](https://github.com/privy-io/node-sdk/commit/f6f95b76ca747be2015df59098fbff539812b151))
|
|
26
|
+
* **api:** enables apps resource endpoints ([de1a564](https://github.com/privy-io/node-sdk/commit/de1a564476dea465485ae381a7319bf9656504a1))
|
|
27
|
+
* **api:** manual updates ([5cf6ac0](https://github.com/privy-io/node-sdk/commit/5cf6ac0dce823ce8f5c34144e15b025cb908879c))
|
|
28
|
+
* **api:** manual updates ([454c431](https://github.com/privy-io/node-sdk/commit/454c431283fa89e84644170a1cbc7fae0e1b2526))
|
|
29
|
+
* implements apps.getTestAccessToken ([#101](https://github.com/privy-io/node-sdk/issues/101)) ([a3c4cb7](https://github.com/privy-io/node-sdk/commit/a3c4cb7af5de1ebded37b92019b4a47f61b774ce))
|
|
30
|
+
* implements the apps service ([#100](https://github.com/privy-io/node-sdk/issues/100)) ([96504b8](https://github.com/privy-io/node-sdk/commit/96504b82b569a3a786d184d7128a04e63d7d3420))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* adapts to the latest breaking changes on type rename ([#98](https://github.com/privy-io/node-sdk/issues/98)) ([a2badea](https://github.com/privy-io/node-sdk/commit/a2badeab73b556c87267a566d9063f82f91b15b3))
|
|
36
|
+
* **client:** preserve URL params already embedded in path ([13d416d](https://github.com/privy-io/node-sdk/commit/13d416df7f455d04cb31ce3a97ff1c6d9f0177b7))
|
|
37
|
+
* WalletRpcResponse renamed again ([#104](https://github.com/privy-io/node-sdk/issues/104)) ([f468592](https://github.com/privy-io/node-sdk/commit/f468592dfaa9165849c212e14d539e59a5dfaaf4))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Chores
|
|
41
|
+
|
|
42
|
+
* **ci:** skip uploading artifacts on stainless-internal branches ([0f699de](https://github.com/privy-io/node-sdk/commit/0f699de52e3509ea81d9d3151b4c5f9bebc458f8))
|
|
43
|
+
* configure new SDK language ([90f586b](https://github.com/privy-io/node-sdk/commit/90f586b6a8315e5ef899c27bcb0de13b3aec7bdd))
|
|
44
|
+
* **internal:** codegen related update ([5ccb5d8](https://github.com/privy-io/node-sdk/commit/5ccb5d826141ae640a83d66c1cab51f95aa371a3))
|
|
45
|
+
* **internal:** codegen related update ([0415a9d](https://github.com/privy-io/node-sdk/commit/0415a9df5abf48465c81715dfcb7591dafdc9628))
|
|
46
|
+
* **internal:** update dependencies to address dependabot vulnerabilities ([a7616f8](https://github.com/privy-io/node-sdk/commit/a7616f81d406eef3ce41163d59eef974fe2bfcd7))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Documentation
|
|
50
|
+
|
|
51
|
+
* updates the contributing docs ([#96](https://github.com/privy-io/node-sdk/issues/96)) ([9472029](https://github.com/privy-io/node-sdk/commit/9472029ae7db587375114a67d98bfd9e6725ba47))
|
|
52
|
+
|
|
53
|
+
## 0.10.1 (2026-02-27)
|
|
54
|
+
|
|
55
|
+
Full Changelog: [v0.10.0...v0.10.1](https://github.com/privy-io/node-sdk/compare/v0.10.0...v0.10.1)
|
|
56
|
+
|
|
57
|
+
### Features
|
|
58
|
+
|
|
59
|
+
* **api:** api update ([cfb2771](https://github.com/privy-io/node-sdk/commit/cfb2771a406cab7c66ebc610e1971a3e9df77e3d))
|
|
60
|
+
* **typescript:** set up npm oidc publishing ([cf13bf7](https://github.com/privy-io/node-sdk/commit/cf13bf7627811c4b24bf3164f21c3e3ef27cd835))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Chores
|
|
64
|
+
|
|
65
|
+
* **internal:** move stringifyQuery implementation to internal function ([14381a9](https://github.com/privy-io/node-sdk/commit/14381a99a7e2d66722b84bf7746c78bef592c539))
|
|
66
|
+
|
|
3
67
|
## 0.10.0 (2026-02-27)
|
|
4
68
|
|
|
5
69
|
Full Changelog: [v0.9.0...v0.10.0](https://github.com/privy-io/node-sdk/compare/v0.9.0...v0.10.0)
|
package/client.d.mts
CHANGED
|
@@ -8,19 +8,20 @@ import { type CursorParams, CursorResponse } from "./core/pagination.mjs";
|
|
|
8
8
|
import * as Uploads from "./core/uploads.mjs";
|
|
9
9
|
import * as API from "./resources/index.mjs";
|
|
10
10
|
import { APIPromise } from "./core/api-promise.mjs";
|
|
11
|
-
import { AccountResponse, AccountWallet, AccountWalletConfigurationItem, Accounts, CreateAccountInput } from "./resources/accounts.mjs";
|
|
11
|
+
import { AccountBalanceParams, AccountBalanceResponse, AccountDisplayName, AccountResponse, AccountWallet, AccountWalletConfigurationItem, AccountWalletsConfiguration, Accounts, AccountsDashboardListResponse, AccountsListResponse, AssetAccountWithBalance, CreateAccountInput, UpdateAccountInput } from "./resources/accounts.mjs";
|
|
12
12
|
import { Aggregation, AggregationGroupBy, AggregationInput, AggregationMethod, AggregationMetric, AggregationWindow, Aggregations } from "./resources/aggregations.mjs";
|
|
13
13
|
import { Analytics, AnalyticsEventInput } from "./resources/analytics.mjs";
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { IntentAuthorizationKeyQuorumMember, IntentAuthorizationMember, Intents } from "./resources/intents.mjs";
|
|
14
|
+
import { BridgeBrlFiatVirtualAccountDepositInstructions, BridgeDestinationAsset, BridgeEurFiatVirtualAccountDepositInstructions, BridgeFiatCustomerResponse, BridgeFiatRejectionReason, BridgeFiatVirtualAccountDepositInstructions, BridgeFiatVirtualAccountDestination, BridgeFiatVirtualAccountRequest, BridgeFiatVirtualAccountResponse, BridgeFiatVirtualAccountSource, BridgeGbpFiatVirtualAccountDepositInstructions, BridgeMxnFiatVirtualAccountDepositInstructions, BridgeOnrampProvider, BridgeSandboxFiatCustomerResponse, BridgeSandboxFiatVirtualAccountRequest, BridgeSandboxFiatVirtualAccountResponse, BridgeSourceAsset, BridgeUsdFiatVirtualAccountDepositInstructions, Caip2ChainID, ClientAuth, CreateOrUpdateFiatCustomerRequestInput, CryptoCurrencyCode, CustomOAuthProviderID, ExternalOAuthProviderID, FiatAmount, FiatCurrencyCode, FiatCustomerResponse, FiatOnrampDestination, FiatOnrampEnvironment, FiatOnrampProvider, FiatOnrampQuote, FiatOnrampSource, FiatOnrampTransactionStatus, FiatVirtualAccountRequest, FiatVirtualAccountResponse, GetFiatCustomerRequestInput, GetFiatOnrampQuotesInput, GetFiatOnrampQuotesResponse, GetFiatOnrampTransactionStatusInput, GetFiatOnrampTransactionStatusResponse, GetFiatOnrampURLInput, GetFiatOnrampURLResponse, OAuthProviderID, OnrampProvider, PrivyOAuthProviderID } from "./resources/client-auth.mjs";
|
|
15
|
+
import { BaseActionResult, IntentAuthorization, IntentAuthorizationKeyQuorumMember, IntentAuthorizationMember, IntentCreatePolicyRuleParams, IntentDeletePolicyRuleParams, IntentListParams, IntentResponse, IntentResponsesCursor, IntentRpcParams, IntentStatus, IntentType, IntentUpdateKeyQuorumParams, IntentUpdatePolicyParams, IntentUpdatePolicyRuleParams, IntentUpdateWalletParams, Intents, KeyQuorumIntentResponse, PolicyIntentResponse, RpcIntentResponse, RuleIntentRequestDetails, RuleIntentResponse, WalletIntentResponse } from "./resources/intents.mjs";
|
|
17
16
|
import { KeyQuorum, KeyQuorumCreateParams, KeyQuorumDeleteParams, KeyQuorumDeleteResponse, KeyQuorumUpdateParams, KeyQuorums } from "./resources/key-quorums.mjs";
|
|
17
|
+
import { KrakenEmbed, KrakenEmbedCurrentDayPnl, KrakenEmbedGetPortfolioSummaryQueryParams, KrakenEmbedGetPortfolioSummaryResponse } from "./resources/kraken-embed.mjs";
|
|
18
18
|
import { Policies, Policy, PolicyCreateParams, PolicyCreateRuleParams, PolicyCreateRuleResponse, PolicyDeleteParams, PolicyDeleteResponse, PolicyDeleteRuleParams, PolicyDeleteRuleResponse, PolicyGetRuleParams, PolicyGetRuleResponse, PolicyUpdateParams, PolicyUpdateRuleParams, PolicyUpdateRuleResponse, SuiTransactionCommandCondition, SuiTransactionCommandOperator, SuiTransferObjectsCommandCondition, SuiTransferObjectsCommandField, TronTransactionCondition } from "./resources/policies.mjs";
|
|
19
19
|
import { TransactionGetResponse, Transactions } from "./resources/transactions.mjs";
|
|
20
20
|
import { AuthenticatedUser, CrossAppEmbeddedWallet, CrossAppSmartWallet, CustomMetadata, EmbeddedWalletRecoveryMethod, LinkedAccount, LinkedAccountAppleInput, LinkedAccountAppleOAuth, LinkedAccountAuthorizationKey, LinkedAccountBaseWallet, LinkedAccountBitcoinSegwitEmbeddedWallet, LinkedAccountBitcoinTaprootEmbeddedWallet, LinkedAccountCrossApp, LinkedAccountCurveSigningEmbeddedWallet, LinkedAccountCustomJwt, LinkedAccountCustomJwtInput, LinkedAccountCustomOAuth, LinkedAccountDiscordInput, LinkedAccountDiscordOAuth, LinkedAccountEmail, LinkedAccountEmailInput, LinkedAccountEmbeddedWallet, LinkedAccountEmbeddedWalletWithID, LinkedAccountEthereum, LinkedAccountEthereumEmbeddedWallet, LinkedAccountFarcaster, LinkedAccountFarcasterInput, LinkedAccountGitHubInput, LinkedAccountGitHubOAuth, LinkedAccountGoogleInput, LinkedAccountGoogleOAuth, LinkedAccountInput, LinkedAccountInstagramInput, LinkedAccountInstagramOAuth, LinkedAccountLineInput, LinkedAccountLineOAuth, LinkedAccountLinkedInInput, LinkedAccountLinkedInOAuth, LinkedAccountPasskey, LinkedAccountPasskeyInput, LinkedAccountPhone, LinkedAccountPhoneInput, LinkedAccountSmartWallet, LinkedAccountSolana, LinkedAccountSolanaEmbeddedWallet, LinkedAccountSpotifyInput, LinkedAccountSpotifyOAuth, LinkedAccountTelegram, LinkedAccountTelegramInput, LinkedAccountTiktokInput, LinkedAccountTiktokOAuth, LinkedAccountTwitchInput, LinkedAccountTwitchOAuth, LinkedAccountTwitterInput, LinkedAccountTwitterOAuth, LinkedAccountType, LinkedAccountWalletInput, LinkedMfaMethod, OAuthTokens, PasskeyMfaMethod, SMSMfaMethod, SmartWalletType, TotpMfaMethod, User, UserBatchCreateInput, UserCreateParams, UserGetByCustomAuthIDParams, UserGetByDiscordUsernameParams, UserGetByEmailAddressParams, UserGetByFarcasterIDParams, UserGetByGitHubUsernameParams, UserGetByPhoneNumberParams, UserGetBySmartWalletAddressParams, UserGetByTelegramUserIDParams, UserGetByTelegramUsernameParams, UserGetByTwitterSubjectParams, UserGetByTwitterUsernameParams, UserGetByWalletAddressParams, UserListParams, UserPregenerateWalletsParams, UserSearchParams, UserSetCustomMetadataParams, UserUnlinkLinkedAccountParams, UserWithIdentityToken, Users, UsersCursor } from "./resources/users.mjs";
|
|
21
|
-
import { FundsDepositedWebhookPayload, FundsWithdrawnWebhookPayload, KrakenEmbedQuoteCancelledWebhookPayload, KrakenEmbedQuoteExecutedWebhookPayload, KrakenEmbedQuoteExecutionFailedWebhookPayload, KrakenEmbedUserClosedWebhookPayload, KrakenEmbedUserDisabledWebhookPayload, KrakenEmbedUserVerifiedWebhookPayload,
|
|
22
|
-
import { EthereumVaultDetailsInput, EthereumVaultDetailsResponse, EthereumVaultPosition, EthereumVaultResponse, EthereumYieldClaimInput, EthereumYieldClaimResponse, EthereumYieldClaimReward, EthereumYieldDepositInput, EthereumYieldPositionResponse, EthereumYieldPositionsInput, EthereumYieldProvider, EthereumYieldSweepIDInput, EthereumYieldSweepResponse, EthereumYieldSweepStatus, EthereumYieldSweepType, EthereumYieldWithdrawInput, EvmCaip2ChainID, Yield } from "./resources/yield.mjs";
|
|
23
|
-
import {
|
|
21
|
+
import { FundsDepositedWebhookPayload, FundsWithdrawnWebhookPayload, IntentAuthorizedWebhookPayload, IntentCreatedWebhookPayload, IntentExecutedWebhookPayload, IntentFailedWebhookPayload, KrakenEmbedQuoteCancelledWebhookPayload, KrakenEmbedQuoteExecutedWebhookPayload, KrakenEmbedQuoteExecutionFailedWebhookPayload, KrakenEmbedUserClosedWebhookPayload, KrakenEmbedUserDisabledWebhookPayload, KrakenEmbedUserVerifiedWebhookPayload, MfaDisabledWebhookPayload, MfaEnabledWebhookPayload, PrivateKeyExportWebhookPayload, TransactionBroadcastedWebhookPayload, TransactionConfirmedWebhookPayload, TransactionExecutionRevertedWebhookPayload, TransactionFailedWebhookPayload, TransactionProviderErrorWebhookPayload, TransactionReplacedWebhookPayload, TransactionStillPendingWebhookPayload, UserAuthenticatedWebhookPayload, UserCreatedWebhookPayload, UserLinkedAccountWebhookPayload, UserOperationCompletedWebhookPayload, UserTransferredAccountWebhookPayload, UserUnlinkedAccountWebhookPayload, UserUpdatedAccountWebhookPayload, UserWalletCreatedWebhookPayload, WalletRecoveredWebhookPayload, WalletRecoverySetupWebhookPayload, WebhookPayload, Webhooks, YieldClaimConfirmedWebhookPayload, YieldDepositConfirmedWebhookPayload, YieldWithdrawConfirmedWebhookPayload } from "./resources/webhooks.mjs";
|
|
22
|
+
import { EthereumVaultDetailsInput, EthereumVaultDetailsResponse, EthereumVaultPosition, EthereumVaultResponse, EthereumYieldClaimIDInput, EthereumYieldClaimInput, EthereumYieldClaimResponse, EthereumYieldClaimReward, EthereumYieldDepositInput, EthereumYieldPositionResponse, EthereumYieldPositionsInput, EthereumYieldProvider, EthereumYieldSweepIDInput, EthereumYieldSweepResponse, EthereumYieldSweepStatus, EthereumYieldSweepType, EthereumYieldWithdrawInput, EvmCaip2ChainID, Yield } from "./resources/yield.mjs";
|
|
23
|
+
import { AllowlistDeletionResponse, AllowlistEntry, AppResponse, Apps, EmailInviteInput, PhoneInviteInput, TestAccount, TestAccountsResponse, UserInviteInput, WalletInviteInput } from "./resources/apps/apps.mjs";
|
|
24
|
+
import { CurveSigningChainType, CustodialWallet, CustodialWalletChainType, CustodialWalletCreateInput, CustodialWalletProvider, EthereumPersonalSignRpcInput, EthereumPersonalSignRpcResponse, EthereumSecp256k1SignRpcInput, EthereumSecp256k1SignRpcResponse, EthereumSendTransactionRpcInput, EthereumSendTransactionRpcResponse, EthereumSign7702AuthorizationRpcInput, EthereumSign7702AuthorizationRpcResponse, EthereumSignTransactionRpcInput, EthereumSignTransactionRpcResponse, EthereumSignTypedDataRpcInput, EthereumSignTypedDataRpcResponse, EthereumSignUserOperationRpcInput, EthereumSignUserOperationRpcResponse, ExtendedChainType, FirstClassChainType, HpkeImportConfig, SolanaSignAndSendTransactionRpcInput, SolanaSignAndSendTransactionRpcResponse, SolanaSignMessageRpcInput, SolanaSignMessageRpcResponse, SolanaSignTransactionRpcInput, SolanaSignTransactionRpcResponse, SuiCommandName, Wallet, WalletAuthenticateWithJwtParams, WalletAuthenticateWithJwtResponse, WalletBatchCreateInput, WalletBatchCreateResponse, WalletBatchCreateResult, WalletBatchItemInput, WalletChainType, WalletCreateParams, WalletCreateWalletsWithRecoveryParams, WalletCreateWalletsWithRecoveryResponse, WalletCustodian, WalletExportParams, WalletExportResponse, WalletInitImportParams, WalletInitImportResponse, WalletListParams, WalletRawSignParams, WalletRawSignResponse, WalletRpcParams, WalletRpcRequestBody, WalletRpcResponse, WalletSubmitImportParams, WalletUpdateParams, WalletUpdateRequestBody, Wallets, WalletsCursor } from "./resources/wallets/wallets.mjs";
|
|
24
25
|
import { type Fetch } from "./internal/builtin-types.mjs";
|
|
25
26
|
import { HeadersLike, NullableHeaders } from "./internal/headers.mjs";
|
|
26
27
|
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.mjs";
|
|
@@ -146,7 +147,7 @@ export declare class PrivyAPI {
|
|
|
146
147
|
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
147
148
|
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
148
149
|
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
149
|
-
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
150
|
+
protected stringifyQuery(query: object | Record<string, unknown>): string;
|
|
150
151
|
private getUserAgent;
|
|
151
152
|
protected defaultIdempotencyKey(): string;
|
|
152
153
|
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
@@ -206,35 +207,52 @@ export declare class PrivyAPI {
|
|
|
206
207
|
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
207
208
|
static toFile: typeof Uploads.toFile;
|
|
208
209
|
wallets: API.Wallets;
|
|
210
|
+
/**
|
|
211
|
+
* Operations related to users
|
|
212
|
+
*/
|
|
209
213
|
users: API.Users;
|
|
214
|
+
/**
|
|
215
|
+
* Operations related to policies
|
|
216
|
+
*/
|
|
210
217
|
policies: API.Policies;
|
|
218
|
+
/**
|
|
219
|
+
* Operations related to transactions
|
|
220
|
+
*/
|
|
211
221
|
transactions: API.Transactions;
|
|
222
|
+
/**
|
|
223
|
+
* Operations related to key quorums
|
|
224
|
+
*/
|
|
212
225
|
keyQuorums: API.KeyQuorums;
|
|
226
|
+
intents: API.Intents;
|
|
227
|
+
/**
|
|
228
|
+
* Operations related to app settings and allowlist management
|
|
229
|
+
*/
|
|
230
|
+
apps: API.Apps;
|
|
213
231
|
clientAuth: API.ClientAuth;
|
|
214
232
|
analytics: API.Analytics;
|
|
215
|
-
apps: API.Apps;
|
|
216
233
|
aggregations: API.Aggregations;
|
|
217
234
|
webhooks: API.Webhooks;
|
|
218
235
|
accounts: API.Accounts;
|
|
219
236
|
yield: API.Yield;
|
|
220
|
-
|
|
237
|
+
krakenEmbed: API.KrakenEmbed;
|
|
221
238
|
}
|
|
222
239
|
export declare namespace PrivyAPI {
|
|
223
240
|
export type RequestOptions = Opts.RequestOptions;
|
|
224
241
|
export import Cursor = Pagination.Cursor;
|
|
225
242
|
export { type CursorParams as CursorParams, type CursorResponse as CursorResponse };
|
|
226
|
-
export { Wallets as Wallets, type
|
|
227
|
-
export { Users as Users, type
|
|
228
|
-
export { Policies as Policies, type
|
|
243
|
+
export { Wallets as Wallets, type CurveSigningChainType as CurveSigningChainType, type ExtendedChainType as ExtendedChainType, type FirstClassChainType as FirstClassChainType, type WalletChainType as WalletChainType, type WalletCustodian as WalletCustodian, type CustodialWalletProvider as CustodialWalletProvider, type CustodialWalletChainType as CustodialWalletChainType, type CustodialWalletCreateInput as CustodialWalletCreateInput, type CustodialWallet as CustodialWallet, type HpkeImportConfig as HpkeImportConfig, type SuiCommandName as SuiCommandName, type Wallet as Wallet, type WalletUpdateRequestBody as WalletUpdateRequestBody, type WalletBatchItemInput as WalletBatchItemInput, type WalletBatchCreateInput as WalletBatchCreateInput, type WalletBatchCreateResult as WalletBatchCreateResult, type WalletBatchCreateResponse as WalletBatchCreateResponse, type EthereumPersonalSignRpcInput as EthereumPersonalSignRpcInput, type EthereumSignTransactionRpcInput as EthereumSignTransactionRpcInput, type EthereumSendTransactionRpcInput as EthereumSendTransactionRpcInput, type EthereumSignTypedDataRpcInput as EthereumSignTypedDataRpcInput, type EthereumSignUserOperationRpcInput as EthereumSignUserOperationRpcInput, type EthereumSign7702AuthorizationRpcInput as EthereumSign7702AuthorizationRpcInput, type EthereumSecp256k1SignRpcInput as EthereumSecp256k1SignRpcInput, type SolanaSignTransactionRpcInput as SolanaSignTransactionRpcInput, type SolanaSignAndSendTransactionRpcInput as SolanaSignAndSendTransactionRpcInput, type SolanaSignMessageRpcInput as SolanaSignMessageRpcInput, type EthereumSignTransactionRpcResponse as EthereumSignTransactionRpcResponse, type EthereumSendTransactionRpcResponse as EthereumSendTransactionRpcResponse, type EthereumPersonalSignRpcResponse as EthereumPersonalSignRpcResponse, type EthereumSignTypedDataRpcResponse as EthereumSignTypedDataRpcResponse, type EthereumSignUserOperationRpcResponse as EthereumSignUserOperationRpcResponse, type EthereumSign7702AuthorizationRpcResponse as EthereumSign7702AuthorizationRpcResponse, type EthereumSecp256k1SignRpcResponse as EthereumSecp256k1SignRpcResponse, type SolanaSignTransactionRpcResponse as SolanaSignTransactionRpcResponse, type SolanaSignAndSendTransactionRpcResponse as SolanaSignAndSendTransactionRpcResponse, type SolanaSignMessageRpcResponse as SolanaSignMessageRpcResponse, type WalletRpcRequestBody as WalletRpcRequestBody, type WalletRpcResponse as WalletRpcResponse, type WalletExportResponse as WalletExportResponse, type WalletInitImportResponse as WalletInitImportResponse, type WalletRawSignResponse as WalletRawSignResponse, type WalletAuthenticateWithJwtResponse as WalletAuthenticateWithJwtResponse, type WalletCreateWalletsWithRecoveryResponse as WalletCreateWalletsWithRecoveryResponse, type WalletsCursor as WalletsCursor, type WalletCreateParams as WalletCreateParams, type WalletListParams as WalletListParams, type WalletExportParams as WalletExportParams, type WalletInitImportParams as WalletInitImportParams, type WalletRawSignParams as WalletRawSignParams, type WalletRpcParams as WalletRpcParams, type WalletSubmitImportParams as WalletSubmitImportParams, type WalletUpdateParams as WalletUpdateParams, type WalletAuthenticateWithJwtParams as WalletAuthenticateWithJwtParams, type WalletCreateWalletsWithRecoveryParams as WalletCreateWalletsWithRecoveryParams, };
|
|
244
|
+
export { Users as Users, type LinkedAccountEmail as LinkedAccountEmail, type LinkedAccountPhone as LinkedAccountPhone, type LinkedAccountBaseWallet as LinkedAccountBaseWallet, type LinkedAccountEthereum as LinkedAccountEthereum, type SmartWalletType as SmartWalletType, type LinkedAccountSmartWallet as LinkedAccountSmartWallet, type LinkedAccountSolana as LinkedAccountSolana, type LinkedAccountFarcaster as LinkedAccountFarcaster, type LinkedAccountPasskey as LinkedAccountPasskey, type LinkedAccountTelegram as LinkedAccountTelegram, type EmbeddedWalletRecoveryMethod as EmbeddedWalletRecoveryMethod, type LinkedAccountEthereumEmbeddedWallet as LinkedAccountEthereumEmbeddedWallet, type LinkedAccountSolanaEmbeddedWallet as LinkedAccountSolanaEmbeddedWallet, type LinkedAccountBitcoinSegwitEmbeddedWallet as LinkedAccountBitcoinSegwitEmbeddedWallet, type LinkedAccountBitcoinTaprootEmbeddedWallet as LinkedAccountBitcoinTaprootEmbeddedWallet, type LinkedAccountCurveSigningEmbeddedWallet as LinkedAccountCurveSigningEmbeddedWallet, type LinkedAccountEmbeddedWallet as LinkedAccountEmbeddedWallet, type LinkedAccountEmbeddedWalletWithID as LinkedAccountEmbeddedWalletWithID, type LinkedAccountGoogleOAuth as LinkedAccountGoogleOAuth, type LinkedAccountTwitterOAuth as LinkedAccountTwitterOAuth, type LinkedAccountDiscordOAuth as LinkedAccountDiscordOAuth, type LinkedAccountGitHubOAuth as LinkedAccountGitHubOAuth, type LinkedAccountLinkedInOAuth as LinkedAccountLinkedInOAuth, type LinkedAccountSpotifyOAuth as LinkedAccountSpotifyOAuth, type LinkedAccountInstagramOAuth as LinkedAccountInstagramOAuth, type LinkedAccountTiktokOAuth as LinkedAccountTiktokOAuth, type LinkedAccountLineOAuth as LinkedAccountLineOAuth, type LinkedAccountTwitchOAuth as LinkedAccountTwitchOAuth, type LinkedAccountAppleOAuth as LinkedAccountAppleOAuth, type LinkedAccountCustomOAuth as LinkedAccountCustomOAuth, type LinkedAccountCustomJwt as LinkedAccountCustomJwt, type CrossAppEmbeddedWallet as CrossAppEmbeddedWallet, type CrossAppSmartWallet as CrossAppSmartWallet, type LinkedAccountCrossApp as LinkedAccountCrossApp, type LinkedAccountAuthorizationKey as LinkedAccountAuthorizationKey, type LinkedAccount as LinkedAccount, type LinkedAccountType as LinkedAccountType, type CustomMetadata as CustomMetadata, type LinkedAccountWalletInput as LinkedAccountWalletInput, type LinkedAccountEmailInput as LinkedAccountEmailInput, type LinkedAccountPhoneInput as LinkedAccountPhoneInput, type LinkedAccountGoogleInput as LinkedAccountGoogleInput, type LinkedAccountTwitterInput as LinkedAccountTwitterInput, type LinkedAccountDiscordInput as LinkedAccountDiscordInput, type LinkedAccountGitHubInput as LinkedAccountGitHubInput, type LinkedAccountSpotifyInput as LinkedAccountSpotifyInput, type LinkedAccountInstagramInput as LinkedAccountInstagramInput, type LinkedAccountTiktokInput as LinkedAccountTiktokInput, type LinkedAccountLineInput as LinkedAccountLineInput, type LinkedAccountTwitchInput as LinkedAccountTwitchInput, type LinkedAccountAppleInput as LinkedAccountAppleInput, type LinkedAccountLinkedInInput as LinkedAccountLinkedInInput, type LinkedAccountFarcasterInput as LinkedAccountFarcasterInput, type LinkedAccountTelegramInput as LinkedAccountTelegramInput, type LinkedAccountCustomJwtInput as LinkedAccountCustomJwtInput, type LinkedAccountPasskeyInput as LinkedAccountPasskeyInput, type LinkedAccountInput as LinkedAccountInput, type UserBatchCreateInput as UserBatchCreateInput, type SMSMfaMethod as SMSMfaMethod, type TotpMfaMethod as TotpMfaMethod, type PasskeyMfaMethod as PasskeyMfaMethod, type LinkedMfaMethod as LinkedMfaMethod, type User as User, type OAuthTokens as OAuthTokens, type UserWithIdentityToken as UserWithIdentityToken, type AuthenticatedUser as AuthenticatedUser, type UsersCursor as UsersCursor, type UserCreateParams as UserCreateParams, type UserListParams as UserListParams, type UserGetByCustomAuthIDParams as UserGetByCustomAuthIDParams, type UserGetByDiscordUsernameParams as UserGetByDiscordUsernameParams, type UserGetByEmailAddressParams as UserGetByEmailAddressParams, type UserGetByFarcasterIDParams as UserGetByFarcasterIDParams, type UserGetByGitHubUsernameParams as UserGetByGitHubUsernameParams, type UserGetByPhoneNumberParams as UserGetByPhoneNumberParams, type UserGetBySmartWalletAddressParams as UserGetBySmartWalletAddressParams, type UserGetByTelegramUserIDParams as UserGetByTelegramUserIDParams, type UserGetByTelegramUsernameParams as UserGetByTelegramUsernameParams, type UserGetByTwitterSubjectParams as UserGetByTwitterSubjectParams, type UserGetByTwitterUsernameParams as UserGetByTwitterUsernameParams, type UserGetByWalletAddressParams as UserGetByWalletAddressParams, type UserPregenerateWalletsParams as UserPregenerateWalletsParams, type UserSearchParams as UserSearchParams, type UserSetCustomMetadataParams as UserSetCustomMetadataParams, type UserUnlinkLinkedAccountParams as UserUnlinkLinkedAccountParams, };
|
|
245
|
+
export { Policies as Policies, type SuiTransactionCommandOperator as SuiTransactionCommandOperator, type SuiTransferObjectsCommandField as SuiTransferObjectsCommandField, type TronTransactionCondition as TronTransactionCondition, type SuiTransactionCommandCondition as SuiTransactionCommandCondition, type SuiTransferObjectsCommandCondition as SuiTransferObjectsCommandCondition, type Policy as Policy, type PolicyCreateRuleResponse as PolicyCreateRuleResponse, type PolicyDeleteResponse as PolicyDeleteResponse, type PolicyDeleteRuleResponse as PolicyDeleteRuleResponse, type PolicyUpdateRuleResponse as PolicyUpdateRuleResponse, type PolicyGetRuleResponse as PolicyGetRuleResponse, type PolicyCreateParams as PolicyCreateParams, type PolicyCreateRuleParams as PolicyCreateRuleParams, type PolicyDeleteParams as PolicyDeleteParams, type PolicyDeleteRuleParams as PolicyDeleteRuleParams, type PolicyUpdateParams as PolicyUpdateParams, type PolicyUpdateRuleParams as PolicyUpdateRuleParams, type PolicyGetRuleParams as PolicyGetRuleParams, };
|
|
229
246
|
export { Transactions as Transactions, type TransactionGetResponse as TransactionGetResponse };
|
|
230
|
-
export { KeyQuorums as KeyQuorums, type
|
|
231
|
-
export {
|
|
247
|
+
export { KeyQuorums as KeyQuorums, type KeyQuorumCreateParams as KeyQuorumCreateParams, type KeyQuorum as KeyQuorum, type KeyQuorumDeleteResponse as KeyQuorumDeleteResponse, type KeyQuorumDeleteParams as KeyQuorumDeleteParams, type KeyQuorumUpdateParams as KeyQuorumUpdateParams, };
|
|
248
|
+
export { Intents as Intents, type IntentType as IntentType, type IntentStatus as IntentStatus, type RuleIntentRequestDetails as RuleIntentRequestDetails, type IntentAuthorizationKeyQuorumMember as IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember as IntentAuthorizationMember, type IntentAuthorization as IntentAuthorization, type BaseActionResult as BaseActionResult, type RpcIntentResponse as RpcIntentResponse, type WalletIntentResponse as WalletIntentResponse, type PolicyIntentResponse as PolicyIntentResponse, type KeyQuorumIntentResponse as KeyQuorumIntentResponse, type RuleIntentResponse as RuleIntentResponse, type IntentResponse as IntentResponse, type IntentResponsesCursor as IntentResponsesCursor, type IntentListParams as IntentListParams, type IntentCreatePolicyRuleParams as IntentCreatePolicyRuleParams, type IntentDeletePolicyRuleParams as IntentDeletePolicyRuleParams, type IntentRpcParams as IntentRpcParams, type IntentUpdateKeyQuorumParams as IntentUpdateKeyQuorumParams, type IntentUpdatePolicyParams as IntentUpdatePolicyParams, type IntentUpdatePolicyRuleParams as IntentUpdatePolicyRuleParams, type IntentUpdateWalletParams as IntentUpdateWalletParams, };
|
|
249
|
+
export { Apps as Apps, type AppResponse as AppResponse, type EmailInviteInput as EmailInviteInput, type WalletInviteInput as WalletInviteInput, type PhoneInviteInput as PhoneInviteInput, type UserInviteInput as UserInviteInput, type AllowlistEntry as AllowlistEntry, type AllowlistDeletionResponse as AllowlistDeletionResponse, type TestAccount as TestAccount, type TestAccountsResponse as TestAccountsResponse, };
|
|
250
|
+
export { ClientAuth as ClientAuth, type ExternalOAuthProviderID as ExternalOAuthProviderID, type PrivyOAuthProviderID as PrivyOAuthProviderID, type CustomOAuthProviderID as CustomOAuthProviderID, type OAuthProviderID as OAuthProviderID, type BridgeOnrampProvider as BridgeOnrampProvider, type OnrampProvider as OnrampProvider, type GetFiatCustomerRequestInput as GetFiatCustomerRequestInput, type CreateOrUpdateFiatCustomerRequestInput as CreateOrUpdateFiatCustomerRequestInput, type BridgeFiatRejectionReason as BridgeFiatRejectionReason, type BridgeFiatCustomerResponse as BridgeFiatCustomerResponse, type BridgeSandboxFiatCustomerResponse as BridgeSandboxFiatCustomerResponse, type FiatCustomerResponse as FiatCustomerResponse, type FiatCurrencyCode as FiatCurrencyCode, type CryptoCurrencyCode as CryptoCurrencyCode, type Caip2ChainID as Caip2ChainID, type FiatAmount as FiatAmount, type FiatOnrampSource as FiatOnrampSource, type FiatOnrampDestination as FiatOnrampDestination, type FiatOnrampEnvironment as FiatOnrampEnvironment, type FiatOnrampProvider as FiatOnrampProvider, type GetFiatOnrampQuotesInput as GetFiatOnrampQuotesInput, type FiatOnrampQuote as FiatOnrampQuote, type GetFiatOnrampQuotesResponse as GetFiatOnrampQuotesResponse, type GetFiatOnrampURLInput as GetFiatOnrampURLInput, type GetFiatOnrampURLResponse as GetFiatOnrampURLResponse, type FiatOnrampTransactionStatus as FiatOnrampTransactionStatus, type GetFiatOnrampTransactionStatusInput as GetFiatOnrampTransactionStatusInput, type GetFiatOnrampTransactionStatusResponse as GetFiatOnrampTransactionStatusResponse, type BridgeDestinationAsset as BridgeDestinationAsset, type BridgeSourceAsset as BridgeSourceAsset, type BridgeFiatVirtualAccountSource as BridgeFiatVirtualAccountSource, type BridgeFiatVirtualAccountDestination as BridgeFiatVirtualAccountDestination, type BridgeFiatVirtualAccountRequest as BridgeFiatVirtualAccountRequest, type BridgeSandboxFiatVirtualAccountRequest as BridgeSandboxFiatVirtualAccountRequest, type FiatVirtualAccountRequest as FiatVirtualAccountRequest, type BridgeUsdFiatVirtualAccountDepositInstructions as BridgeUsdFiatVirtualAccountDepositInstructions, type BridgeEurFiatVirtualAccountDepositInstructions as BridgeEurFiatVirtualAccountDepositInstructions, type BridgeMxnFiatVirtualAccountDepositInstructions as BridgeMxnFiatVirtualAccountDepositInstructions, type BridgeBrlFiatVirtualAccountDepositInstructions as BridgeBrlFiatVirtualAccountDepositInstructions, type BridgeGbpFiatVirtualAccountDepositInstructions as BridgeGbpFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountDepositInstructions as BridgeFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountResponse as BridgeFiatVirtualAccountResponse, type BridgeSandboxFiatVirtualAccountResponse as BridgeSandboxFiatVirtualAccountResponse, type FiatVirtualAccountResponse as FiatVirtualAccountResponse, };
|
|
232
251
|
export { Analytics as Analytics, type AnalyticsEventInput as AnalyticsEventInput };
|
|
233
|
-
export { Apps as Apps, type AppResponse as AppResponse };
|
|
234
252
|
export { Aggregations as Aggregations, type AggregationMethod as AggregationMethod, type AggregationMetric as AggregationMetric, type AggregationWindow as AggregationWindow, type AggregationGroupBy as AggregationGroupBy, type Aggregation as Aggregation, type AggregationInput as AggregationInput, };
|
|
235
|
-
export { Webhooks as Webhooks, type
|
|
236
|
-
export { Accounts as Accounts, type AccountWallet as AccountWallet, type AccountResponse as AccountResponse, type AccountWalletConfigurationItem as AccountWalletConfigurationItem, type CreateAccountInput as CreateAccountInput, };
|
|
237
|
-
export { Yield as Yield, type EvmCaip2ChainID as EvmCaip2ChainID, type EthereumYieldProvider as EthereumYieldProvider, type EthereumYieldSweepType as EthereumYieldSweepType, type EthereumYieldSweepStatus as EthereumYieldSweepStatus, type EthereumYieldDepositInput as EthereumYieldDepositInput, type EthereumYieldWithdrawInput as EthereumYieldWithdrawInput, type EthereumYieldSweepResponse as EthereumYieldSweepResponse, type EthereumVaultDetailsInput as EthereumVaultDetailsInput, type EthereumYieldSweepIDInput as EthereumYieldSweepIDInput, type EthereumVaultResponse as EthereumVaultResponse, type EthereumVaultDetailsResponse as EthereumVaultDetailsResponse, type EthereumYieldPositionsInput as EthereumYieldPositionsInput, type EthereumVaultPosition as EthereumVaultPosition, type EthereumYieldPositionResponse as EthereumYieldPositionResponse, type EthereumYieldClaimInput as EthereumYieldClaimInput, type EthereumYieldClaimReward as EthereumYieldClaimReward, type EthereumYieldClaimResponse as EthereumYieldClaimResponse, };
|
|
238
|
-
export {
|
|
253
|
+
export { Webhooks as Webhooks, type IntentCreatedWebhookPayload as IntentCreatedWebhookPayload, type IntentAuthorizedWebhookPayload as IntentAuthorizedWebhookPayload, type IntentExecutedWebhookPayload as IntentExecutedWebhookPayload, type IntentFailedWebhookPayload as IntentFailedWebhookPayload, type MfaEnabledWebhookPayload as MfaEnabledWebhookPayload, type MfaDisabledWebhookPayload as MfaDisabledWebhookPayload, type TransactionBroadcastedWebhookPayload as TransactionBroadcastedWebhookPayload, type TransactionConfirmedWebhookPayload as TransactionConfirmedWebhookPayload, type TransactionExecutionRevertedWebhookPayload as TransactionExecutionRevertedWebhookPayload, type TransactionStillPendingWebhookPayload as TransactionStillPendingWebhookPayload, type TransactionFailedWebhookPayload as TransactionFailedWebhookPayload, type TransactionReplacedWebhookPayload as TransactionReplacedWebhookPayload, type TransactionProviderErrorWebhookPayload as TransactionProviderErrorWebhookPayload, type UserOperationCompletedWebhookPayload as UserOperationCompletedWebhookPayload, type UserCreatedWebhookPayload as UserCreatedWebhookPayload, type UserAuthenticatedWebhookPayload as UserAuthenticatedWebhookPayload, type UserLinkedAccountWebhookPayload as UserLinkedAccountWebhookPayload, type UserUnlinkedAccountWebhookPayload as UserUnlinkedAccountWebhookPayload, type UserUpdatedAccountWebhookPayload as UserUpdatedAccountWebhookPayload, type UserTransferredAccountWebhookPayload as UserTransferredAccountWebhookPayload, type UserWalletCreatedWebhookPayload as UserWalletCreatedWebhookPayload, type FundsDepositedWebhookPayload as FundsDepositedWebhookPayload, type FundsWithdrawnWebhookPayload as FundsWithdrawnWebhookPayload, type PrivateKeyExportWebhookPayload as PrivateKeyExportWebhookPayload, type WalletRecoverySetupWebhookPayload as WalletRecoverySetupWebhookPayload, type WalletRecoveredWebhookPayload as WalletRecoveredWebhookPayload, type YieldDepositConfirmedWebhookPayload as YieldDepositConfirmedWebhookPayload, type YieldWithdrawConfirmedWebhookPayload as YieldWithdrawConfirmedWebhookPayload, type YieldClaimConfirmedWebhookPayload as YieldClaimConfirmedWebhookPayload, type WebhookPayload as WebhookPayload, type KrakenEmbedQuoteExecutedWebhookPayload as KrakenEmbedQuoteExecutedWebhookPayload, type KrakenEmbedQuoteExecutionFailedWebhookPayload as KrakenEmbedQuoteExecutionFailedWebhookPayload, type KrakenEmbedQuoteCancelledWebhookPayload as KrakenEmbedQuoteCancelledWebhookPayload, type KrakenEmbedUserVerifiedWebhookPayload as KrakenEmbedUserVerifiedWebhookPayload, type KrakenEmbedUserDisabledWebhookPayload as KrakenEmbedUserDisabledWebhookPayload, type KrakenEmbedUserClosedWebhookPayload as KrakenEmbedUserClosedWebhookPayload, };
|
|
254
|
+
export { Accounts as Accounts, type AccountWallet as AccountWallet, type AccountResponse as AccountResponse, type AccountWalletConfigurationItem as AccountWalletConfigurationItem, type AccountDisplayName as AccountDisplayName, type AccountWalletsConfiguration as AccountWalletsConfiguration, type CreateAccountInput as CreateAccountInput, type UpdateAccountInput as UpdateAccountInput, type AccountsListResponse as AccountsListResponse, type AssetAccountWithBalance as AssetAccountWithBalance, type AccountsDashboardListResponse as AccountsDashboardListResponse, type AccountBalanceResponse as AccountBalanceResponse, type AccountBalanceParams as AccountBalanceParams, };
|
|
255
|
+
export { Yield as Yield, type EvmCaip2ChainID as EvmCaip2ChainID, type EthereumYieldProvider as EthereumYieldProvider, type EthereumYieldSweepType as EthereumYieldSweepType, type EthereumYieldSweepStatus as EthereumYieldSweepStatus, type EthereumYieldDepositInput as EthereumYieldDepositInput, type EthereumYieldWithdrawInput as EthereumYieldWithdrawInput, type EthereumYieldSweepResponse as EthereumYieldSweepResponse, type EthereumVaultDetailsInput as EthereumVaultDetailsInput, type EthereumYieldSweepIDInput as EthereumYieldSweepIDInput, type EthereumVaultResponse as EthereumVaultResponse, type EthereumVaultDetailsResponse as EthereumVaultDetailsResponse, type EthereumYieldPositionsInput as EthereumYieldPositionsInput, type EthereumVaultPosition as EthereumVaultPosition, type EthereumYieldPositionResponse as EthereumYieldPositionResponse, type EthereumYieldClaimInput as EthereumYieldClaimInput, type EthereumYieldClaimReward as EthereumYieldClaimReward, type EthereumYieldClaimResponse as EthereumYieldClaimResponse, type EthereumYieldClaimIDInput as EthereumYieldClaimIDInput, };
|
|
256
|
+
export { KrakenEmbed as KrakenEmbed, type KrakenEmbedGetPortfolioSummaryQueryParams as KrakenEmbedGetPortfolioSummaryQueryParams, type KrakenEmbedCurrentDayPnl as KrakenEmbedCurrentDayPnl, type KrakenEmbedGetPortfolioSummaryResponse as KrakenEmbedGetPortfolioSummaryResponse, };
|
|
239
257
|
}
|
|
240
258
|
//# sourceMappingURL=client.d.mts.map
|
package/client.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|
package/client.d.ts
CHANGED
|
@@ -8,19 +8,20 @@ import { type CursorParams, CursorResponse } from "./core/pagination.js";
|
|
|
8
8
|
import * as Uploads from "./core/uploads.js";
|
|
9
9
|
import * as API from "./resources/index.js";
|
|
10
10
|
import { APIPromise } from "./core/api-promise.js";
|
|
11
|
-
import { AccountResponse, AccountWallet, AccountWalletConfigurationItem, Accounts, CreateAccountInput } from "./resources/accounts.js";
|
|
11
|
+
import { AccountBalanceParams, AccountBalanceResponse, AccountDisplayName, AccountResponse, AccountWallet, AccountWalletConfigurationItem, AccountWalletsConfiguration, Accounts, AccountsDashboardListResponse, AccountsListResponse, AssetAccountWithBalance, CreateAccountInput, UpdateAccountInput } from "./resources/accounts.js";
|
|
12
12
|
import { Aggregation, AggregationGroupBy, AggregationInput, AggregationMethod, AggregationMetric, AggregationWindow, Aggregations } from "./resources/aggregations.js";
|
|
13
13
|
import { Analytics, AnalyticsEventInput } from "./resources/analytics.js";
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { IntentAuthorizationKeyQuorumMember, IntentAuthorizationMember, Intents } from "./resources/intents.js";
|
|
14
|
+
import { BridgeBrlFiatVirtualAccountDepositInstructions, BridgeDestinationAsset, BridgeEurFiatVirtualAccountDepositInstructions, BridgeFiatCustomerResponse, BridgeFiatRejectionReason, BridgeFiatVirtualAccountDepositInstructions, BridgeFiatVirtualAccountDestination, BridgeFiatVirtualAccountRequest, BridgeFiatVirtualAccountResponse, BridgeFiatVirtualAccountSource, BridgeGbpFiatVirtualAccountDepositInstructions, BridgeMxnFiatVirtualAccountDepositInstructions, BridgeOnrampProvider, BridgeSandboxFiatCustomerResponse, BridgeSandboxFiatVirtualAccountRequest, BridgeSandboxFiatVirtualAccountResponse, BridgeSourceAsset, BridgeUsdFiatVirtualAccountDepositInstructions, Caip2ChainID, ClientAuth, CreateOrUpdateFiatCustomerRequestInput, CryptoCurrencyCode, CustomOAuthProviderID, ExternalOAuthProviderID, FiatAmount, FiatCurrencyCode, FiatCustomerResponse, FiatOnrampDestination, FiatOnrampEnvironment, FiatOnrampProvider, FiatOnrampQuote, FiatOnrampSource, FiatOnrampTransactionStatus, FiatVirtualAccountRequest, FiatVirtualAccountResponse, GetFiatCustomerRequestInput, GetFiatOnrampQuotesInput, GetFiatOnrampQuotesResponse, GetFiatOnrampTransactionStatusInput, GetFiatOnrampTransactionStatusResponse, GetFiatOnrampURLInput, GetFiatOnrampURLResponse, OAuthProviderID, OnrampProvider, PrivyOAuthProviderID } from "./resources/client-auth.js";
|
|
15
|
+
import { BaseActionResult, IntentAuthorization, IntentAuthorizationKeyQuorumMember, IntentAuthorizationMember, IntentCreatePolicyRuleParams, IntentDeletePolicyRuleParams, IntentListParams, IntentResponse, IntentResponsesCursor, IntentRpcParams, IntentStatus, IntentType, IntentUpdateKeyQuorumParams, IntentUpdatePolicyParams, IntentUpdatePolicyRuleParams, IntentUpdateWalletParams, Intents, KeyQuorumIntentResponse, PolicyIntentResponse, RpcIntentResponse, RuleIntentRequestDetails, RuleIntentResponse, WalletIntentResponse } from "./resources/intents.js";
|
|
17
16
|
import { KeyQuorum, KeyQuorumCreateParams, KeyQuorumDeleteParams, KeyQuorumDeleteResponse, KeyQuorumUpdateParams, KeyQuorums } from "./resources/key-quorums.js";
|
|
17
|
+
import { KrakenEmbed, KrakenEmbedCurrentDayPnl, KrakenEmbedGetPortfolioSummaryQueryParams, KrakenEmbedGetPortfolioSummaryResponse } from "./resources/kraken-embed.js";
|
|
18
18
|
import { Policies, Policy, PolicyCreateParams, PolicyCreateRuleParams, PolicyCreateRuleResponse, PolicyDeleteParams, PolicyDeleteResponse, PolicyDeleteRuleParams, PolicyDeleteRuleResponse, PolicyGetRuleParams, PolicyGetRuleResponse, PolicyUpdateParams, PolicyUpdateRuleParams, PolicyUpdateRuleResponse, SuiTransactionCommandCondition, SuiTransactionCommandOperator, SuiTransferObjectsCommandCondition, SuiTransferObjectsCommandField, TronTransactionCondition } from "./resources/policies.js";
|
|
19
19
|
import { TransactionGetResponse, Transactions } from "./resources/transactions.js";
|
|
20
20
|
import { AuthenticatedUser, CrossAppEmbeddedWallet, CrossAppSmartWallet, CustomMetadata, EmbeddedWalletRecoveryMethod, LinkedAccount, LinkedAccountAppleInput, LinkedAccountAppleOAuth, LinkedAccountAuthorizationKey, LinkedAccountBaseWallet, LinkedAccountBitcoinSegwitEmbeddedWallet, LinkedAccountBitcoinTaprootEmbeddedWallet, LinkedAccountCrossApp, LinkedAccountCurveSigningEmbeddedWallet, LinkedAccountCustomJwt, LinkedAccountCustomJwtInput, LinkedAccountCustomOAuth, LinkedAccountDiscordInput, LinkedAccountDiscordOAuth, LinkedAccountEmail, LinkedAccountEmailInput, LinkedAccountEmbeddedWallet, LinkedAccountEmbeddedWalletWithID, LinkedAccountEthereum, LinkedAccountEthereumEmbeddedWallet, LinkedAccountFarcaster, LinkedAccountFarcasterInput, LinkedAccountGitHubInput, LinkedAccountGitHubOAuth, LinkedAccountGoogleInput, LinkedAccountGoogleOAuth, LinkedAccountInput, LinkedAccountInstagramInput, LinkedAccountInstagramOAuth, LinkedAccountLineInput, LinkedAccountLineOAuth, LinkedAccountLinkedInInput, LinkedAccountLinkedInOAuth, LinkedAccountPasskey, LinkedAccountPasskeyInput, LinkedAccountPhone, LinkedAccountPhoneInput, LinkedAccountSmartWallet, LinkedAccountSolana, LinkedAccountSolanaEmbeddedWallet, LinkedAccountSpotifyInput, LinkedAccountSpotifyOAuth, LinkedAccountTelegram, LinkedAccountTelegramInput, LinkedAccountTiktokInput, LinkedAccountTiktokOAuth, LinkedAccountTwitchInput, LinkedAccountTwitchOAuth, LinkedAccountTwitterInput, LinkedAccountTwitterOAuth, LinkedAccountType, LinkedAccountWalletInput, LinkedMfaMethod, OAuthTokens, PasskeyMfaMethod, SMSMfaMethod, SmartWalletType, TotpMfaMethod, User, UserBatchCreateInput, UserCreateParams, UserGetByCustomAuthIDParams, UserGetByDiscordUsernameParams, UserGetByEmailAddressParams, UserGetByFarcasterIDParams, UserGetByGitHubUsernameParams, UserGetByPhoneNumberParams, UserGetBySmartWalletAddressParams, UserGetByTelegramUserIDParams, UserGetByTelegramUsernameParams, UserGetByTwitterSubjectParams, UserGetByTwitterUsernameParams, UserGetByWalletAddressParams, UserListParams, UserPregenerateWalletsParams, UserSearchParams, UserSetCustomMetadataParams, UserUnlinkLinkedAccountParams, UserWithIdentityToken, Users, UsersCursor } from "./resources/users.js";
|
|
21
|
-
import { FundsDepositedWebhookPayload, FundsWithdrawnWebhookPayload, KrakenEmbedQuoteCancelledWebhookPayload, KrakenEmbedQuoteExecutedWebhookPayload, KrakenEmbedQuoteExecutionFailedWebhookPayload, KrakenEmbedUserClosedWebhookPayload, KrakenEmbedUserDisabledWebhookPayload, KrakenEmbedUserVerifiedWebhookPayload,
|
|
22
|
-
import { EthereumVaultDetailsInput, EthereumVaultDetailsResponse, EthereumVaultPosition, EthereumVaultResponse, EthereumYieldClaimInput, EthereumYieldClaimResponse, EthereumYieldClaimReward, EthereumYieldDepositInput, EthereumYieldPositionResponse, EthereumYieldPositionsInput, EthereumYieldProvider, EthereumYieldSweepIDInput, EthereumYieldSweepResponse, EthereumYieldSweepStatus, EthereumYieldSweepType, EthereumYieldWithdrawInput, EvmCaip2ChainID, Yield } from "./resources/yield.js";
|
|
23
|
-
import {
|
|
21
|
+
import { FundsDepositedWebhookPayload, FundsWithdrawnWebhookPayload, IntentAuthorizedWebhookPayload, IntentCreatedWebhookPayload, IntentExecutedWebhookPayload, IntentFailedWebhookPayload, KrakenEmbedQuoteCancelledWebhookPayload, KrakenEmbedQuoteExecutedWebhookPayload, KrakenEmbedQuoteExecutionFailedWebhookPayload, KrakenEmbedUserClosedWebhookPayload, KrakenEmbedUserDisabledWebhookPayload, KrakenEmbedUserVerifiedWebhookPayload, MfaDisabledWebhookPayload, MfaEnabledWebhookPayload, PrivateKeyExportWebhookPayload, TransactionBroadcastedWebhookPayload, TransactionConfirmedWebhookPayload, TransactionExecutionRevertedWebhookPayload, TransactionFailedWebhookPayload, TransactionProviderErrorWebhookPayload, TransactionReplacedWebhookPayload, TransactionStillPendingWebhookPayload, UserAuthenticatedWebhookPayload, UserCreatedWebhookPayload, UserLinkedAccountWebhookPayload, UserOperationCompletedWebhookPayload, UserTransferredAccountWebhookPayload, UserUnlinkedAccountWebhookPayload, UserUpdatedAccountWebhookPayload, UserWalletCreatedWebhookPayload, WalletRecoveredWebhookPayload, WalletRecoverySetupWebhookPayload, WebhookPayload, Webhooks, YieldClaimConfirmedWebhookPayload, YieldDepositConfirmedWebhookPayload, YieldWithdrawConfirmedWebhookPayload } from "./resources/webhooks.js";
|
|
22
|
+
import { EthereumVaultDetailsInput, EthereumVaultDetailsResponse, EthereumVaultPosition, EthereumVaultResponse, EthereumYieldClaimIDInput, EthereumYieldClaimInput, EthereumYieldClaimResponse, EthereumYieldClaimReward, EthereumYieldDepositInput, EthereumYieldPositionResponse, EthereumYieldPositionsInput, EthereumYieldProvider, EthereumYieldSweepIDInput, EthereumYieldSweepResponse, EthereumYieldSweepStatus, EthereumYieldSweepType, EthereumYieldWithdrawInput, EvmCaip2ChainID, Yield } from "./resources/yield.js";
|
|
23
|
+
import { AllowlistDeletionResponse, AllowlistEntry, AppResponse, Apps, EmailInviteInput, PhoneInviteInput, TestAccount, TestAccountsResponse, UserInviteInput, WalletInviteInput } from "./resources/apps/apps.js";
|
|
24
|
+
import { CurveSigningChainType, CustodialWallet, CustodialWalletChainType, CustodialWalletCreateInput, CustodialWalletProvider, EthereumPersonalSignRpcInput, EthereumPersonalSignRpcResponse, EthereumSecp256k1SignRpcInput, EthereumSecp256k1SignRpcResponse, EthereumSendTransactionRpcInput, EthereumSendTransactionRpcResponse, EthereumSign7702AuthorizationRpcInput, EthereumSign7702AuthorizationRpcResponse, EthereumSignTransactionRpcInput, EthereumSignTransactionRpcResponse, EthereumSignTypedDataRpcInput, EthereumSignTypedDataRpcResponse, EthereumSignUserOperationRpcInput, EthereumSignUserOperationRpcResponse, ExtendedChainType, FirstClassChainType, HpkeImportConfig, SolanaSignAndSendTransactionRpcInput, SolanaSignAndSendTransactionRpcResponse, SolanaSignMessageRpcInput, SolanaSignMessageRpcResponse, SolanaSignTransactionRpcInput, SolanaSignTransactionRpcResponse, SuiCommandName, Wallet, WalletAuthenticateWithJwtParams, WalletAuthenticateWithJwtResponse, WalletBatchCreateInput, WalletBatchCreateResponse, WalletBatchCreateResult, WalletBatchItemInput, WalletChainType, WalletCreateParams, WalletCreateWalletsWithRecoveryParams, WalletCreateWalletsWithRecoveryResponse, WalletCustodian, WalletExportParams, WalletExportResponse, WalletInitImportParams, WalletInitImportResponse, WalletListParams, WalletRawSignParams, WalletRawSignResponse, WalletRpcParams, WalletRpcRequestBody, WalletRpcResponse, WalletSubmitImportParams, WalletUpdateParams, WalletUpdateRequestBody, Wallets, WalletsCursor } from "./resources/wallets/wallets.js";
|
|
24
25
|
import { type Fetch } from "./internal/builtin-types.js";
|
|
25
26
|
import { HeadersLike, NullableHeaders } from "./internal/headers.js";
|
|
26
27
|
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.js";
|
|
@@ -146,7 +147,7 @@ export declare class PrivyAPI {
|
|
|
146
147
|
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
147
148
|
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
148
149
|
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
149
|
-
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
150
|
+
protected stringifyQuery(query: object | Record<string, unknown>): string;
|
|
150
151
|
private getUserAgent;
|
|
151
152
|
protected defaultIdempotencyKey(): string;
|
|
152
153
|
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
@@ -206,35 +207,52 @@ export declare class PrivyAPI {
|
|
|
206
207
|
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
207
208
|
static toFile: typeof Uploads.toFile;
|
|
208
209
|
wallets: API.Wallets;
|
|
210
|
+
/**
|
|
211
|
+
* Operations related to users
|
|
212
|
+
*/
|
|
209
213
|
users: API.Users;
|
|
214
|
+
/**
|
|
215
|
+
* Operations related to policies
|
|
216
|
+
*/
|
|
210
217
|
policies: API.Policies;
|
|
218
|
+
/**
|
|
219
|
+
* Operations related to transactions
|
|
220
|
+
*/
|
|
211
221
|
transactions: API.Transactions;
|
|
222
|
+
/**
|
|
223
|
+
* Operations related to key quorums
|
|
224
|
+
*/
|
|
212
225
|
keyQuorums: API.KeyQuorums;
|
|
226
|
+
intents: API.Intents;
|
|
227
|
+
/**
|
|
228
|
+
* Operations related to app settings and allowlist management
|
|
229
|
+
*/
|
|
230
|
+
apps: API.Apps;
|
|
213
231
|
clientAuth: API.ClientAuth;
|
|
214
232
|
analytics: API.Analytics;
|
|
215
|
-
apps: API.Apps;
|
|
216
233
|
aggregations: API.Aggregations;
|
|
217
234
|
webhooks: API.Webhooks;
|
|
218
235
|
accounts: API.Accounts;
|
|
219
236
|
yield: API.Yield;
|
|
220
|
-
|
|
237
|
+
krakenEmbed: API.KrakenEmbed;
|
|
221
238
|
}
|
|
222
239
|
export declare namespace PrivyAPI {
|
|
223
240
|
export type RequestOptions = Opts.RequestOptions;
|
|
224
241
|
export import Cursor = Pagination.Cursor;
|
|
225
242
|
export { type CursorParams as CursorParams, type CursorResponse as CursorResponse };
|
|
226
|
-
export { Wallets as Wallets, type
|
|
227
|
-
export { Users as Users, type
|
|
228
|
-
export { Policies as Policies, type
|
|
243
|
+
export { Wallets as Wallets, type CurveSigningChainType as CurveSigningChainType, type ExtendedChainType as ExtendedChainType, type FirstClassChainType as FirstClassChainType, type WalletChainType as WalletChainType, type WalletCustodian as WalletCustodian, type CustodialWalletProvider as CustodialWalletProvider, type CustodialWalletChainType as CustodialWalletChainType, type CustodialWalletCreateInput as CustodialWalletCreateInput, type CustodialWallet as CustodialWallet, type HpkeImportConfig as HpkeImportConfig, type SuiCommandName as SuiCommandName, type Wallet as Wallet, type WalletUpdateRequestBody as WalletUpdateRequestBody, type WalletBatchItemInput as WalletBatchItemInput, type WalletBatchCreateInput as WalletBatchCreateInput, type WalletBatchCreateResult as WalletBatchCreateResult, type WalletBatchCreateResponse as WalletBatchCreateResponse, type EthereumPersonalSignRpcInput as EthereumPersonalSignRpcInput, type EthereumSignTransactionRpcInput as EthereumSignTransactionRpcInput, type EthereumSendTransactionRpcInput as EthereumSendTransactionRpcInput, type EthereumSignTypedDataRpcInput as EthereumSignTypedDataRpcInput, type EthereumSignUserOperationRpcInput as EthereumSignUserOperationRpcInput, type EthereumSign7702AuthorizationRpcInput as EthereumSign7702AuthorizationRpcInput, type EthereumSecp256k1SignRpcInput as EthereumSecp256k1SignRpcInput, type SolanaSignTransactionRpcInput as SolanaSignTransactionRpcInput, type SolanaSignAndSendTransactionRpcInput as SolanaSignAndSendTransactionRpcInput, type SolanaSignMessageRpcInput as SolanaSignMessageRpcInput, type EthereumSignTransactionRpcResponse as EthereumSignTransactionRpcResponse, type EthereumSendTransactionRpcResponse as EthereumSendTransactionRpcResponse, type EthereumPersonalSignRpcResponse as EthereumPersonalSignRpcResponse, type EthereumSignTypedDataRpcResponse as EthereumSignTypedDataRpcResponse, type EthereumSignUserOperationRpcResponse as EthereumSignUserOperationRpcResponse, type EthereumSign7702AuthorizationRpcResponse as EthereumSign7702AuthorizationRpcResponse, type EthereumSecp256k1SignRpcResponse as EthereumSecp256k1SignRpcResponse, type SolanaSignTransactionRpcResponse as SolanaSignTransactionRpcResponse, type SolanaSignAndSendTransactionRpcResponse as SolanaSignAndSendTransactionRpcResponse, type SolanaSignMessageRpcResponse as SolanaSignMessageRpcResponse, type WalletRpcRequestBody as WalletRpcRequestBody, type WalletRpcResponse as WalletRpcResponse, type WalletExportResponse as WalletExportResponse, type WalletInitImportResponse as WalletInitImportResponse, type WalletRawSignResponse as WalletRawSignResponse, type WalletAuthenticateWithJwtResponse as WalletAuthenticateWithJwtResponse, type WalletCreateWalletsWithRecoveryResponse as WalletCreateWalletsWithRecoveryResponse, type WalletsCursor as WalletsCursor, type WalletCreateParams as WalletCreateParams, type WalletListParams as WalletListParams, type WalletExportParams as WalletExportParams, type WalletInitImportParams as WalletInitImportParams, type WalletRawSignParams as WalletRawSignParams, type WalletRpcParams as WalletRpcParams, type WalletSubmitImportParams as WalletSubmitImportParams, type WalletUpdateParams as WalletUpdateParams, type WalletAuthenticateWithJwtParams as WalletAuthenticateWithJwtParams, type WalletCreateWalletsWithRecoveryParams as WalletCreateWalletsWithRecoveryParams, };
|
|
244
|
+
export { Users as Users, type LinkedAccountEmail as LinkedAccountEmail, type LinkedAccountPhone as LinkedAccountPhone, type LinkedAccountBaseWallet as LinkedAccountBaseWallet, type LinkedAccountEthereum as LinkedAccountEthereum, type SmartWalletType as SmartWalletType, type LinkedAccountSmartWallet as LinkedAccountSmartWallet, type LinkedAccountSolana as LinkedAccountSolana, type LinkedAccountFarcaster as LinkedAccountFarcaster, type LinkedAccountPasskey as LinkedAccountPasskey, type LinkedAccountTelegram as LinkedAccountTelegram, type EmbeddedWalletRecoveryMethod as EmbeddedWalletRecoveryMethod, type LinkedAccountEthereumEmbeddedWallet as LinkedAccountEthereumEmbeddedWallet, type LinkedAccountSolanaEmbeddedWallet as LinkedAccountSolanaEmbeddedWallet, type LinkedAccountBitcoinSegwitEmbeddedWallet as LinkedAccountBitcoinSegwitEmbeddedWallet, type LinkedAccountBitcoinTaprootEmbeddedWallet as LinkedAccountBitcoinTaprootEmbeddedWallet, type LinkedAccountCurveSigningEmbeddedWallet as LinkedAccountCurveSigningEmbeddedWallet, type LinkedAccountEmbeddedWallet as LinkedAccountEmbeddedWallet, type LinkedAccountEmbeddedWalletWithID as LinkedAccountEmbeddedWalletWithID, type LinkedAccountGoogleOAuth as LinkedAccountGoogleOAuth, type LinkedAccountTwitterOAuth as LinkedAccountTwitterOAuth, type LinkedAccountDiscordOAuth as LinkedAccountDiscordOAuth, type LinkedAccountGitHubOAuth as LinkedAccountGitHubOAuth, type LinkedAccountLinkedInOAuth as LinkedAccountLinkedInOAuth, type LinkedAccountSpotifyOAuth as LinkedAccountSpotifyOAuth, type LinkedAccountInstagramOAuth as LinkedAccountInstagramOAuth, type LinkedAccountTiktokOAuth as LinkedAccountTiktokOAuth, type LinkedAccountLineOAuth as LinkedAccountLineOAuth, type LinkedAccountTwitchOAuth as LinkedAccountTwitchOAuth, type LinkedAccountAppleOAuth as LinkedAccountAppleOAuth, type LinkedAccountCustomOAuth as LinkedAccountCustomOAuth, type LinkedAccountCustomJwt as LinkedAccountCustomJwt, type CrossAppEmbeddedWallet as CrossAppEmbeddedWallet, type CrossAppSmartWallet as CrossAppSmartWallet, type LinkedAccountCrossApp as LinkedAccountCrossApp, type LinkedAccountAuthorizationKey as LinkedAccountAuthorizationKey, type LinkedAccount as LinkedAccount, type LinkedAccountType as LinkedAccountType, type CustomMetadata as CustomMetadata, type LinkedAccountWalletInput as LinkedAccountWalletInput, type LinkedAccountEmailInput as LinkedAccountEmailInput, type LinkedAccountPhoneInput as LinkedAccountPhoneInput, type LinkedAccountGoogleInput as LinkedAccountGoogleInput, type LinkedAccountTwitterInput as LinkedAccountTwitterInput, type LinkedAccountDiscordInput as LinkedAccountDiscordInput, type LinkedAccountGitHubInput as LinkedAccountGitHubInput, type LinkedAccountSpotifyInput as LinkedAccountSpotifyInput, type LinkedAccountInstagramInput as LinkedAccountInstagramInput, type LinkedAccountTiktokInput as LinkedAccountTiktokInput, type LinkedAccountLineInput as LinkedAccountLineInput, type LinkedAccountTwitchInput as LinkedAccountTwitchInput, type LinkedAccountAppleInput as LinkedAccountAppleInput, type LinkedAccountLinkedInInput as LinkedAccountLinkedInInput, type LinkedAccountFarcasterInput as LinkedAccountFarcasterInput, type LinkedAccountTelegramInput as LinkedAccountTelegramInput, type LinkedAccountCustomJwtInput as LinkedAccountCustomJwtInput, type LinkedAccountPasskeyInput as LinkedAccountPasskeyInput, type LinkedAccountInput as LinkedAccountInput, type UserBatchCreateInput as UserBatchCreateInput, type SMSMfaMethod as SMSMfaMethod, type TotpMfaMethod as TotpMfaMethod, type PasskeyMfaMethod as PasskeyMfaMethod, type LinkedMfaMethod as LinkedMfaMethod, type User as User, type OAuthTokens as OAuthTokens, type UserWithIdentityToken as UserWithIdentityToken, type AuthenticatedUser as AuthenticatedUser, type UsersCursor as UsersCursor, type UserCreateParams as UserCreateParams, type UserListParams as UserListParams, type UserGetByCustomAuthIDParams as UserGetByCustomAuthIDParams, type UserGetByDiscordUsernameParams as UserGetByDiscordUsernameParams, type UserGetByEmailAddressParams as UserGetByEmailAddressParams, type UserGetByFarcasterIDParams as UserGetByFarcasterIDParams, type UserGetByGitHubUsernameParams as UserGetByGitHubUsernameParams, type UserGetByPhoneNumberParams as UserGetByPhoneNumberParams, type UserGetBySmartWalletAddressParams as UserGetBySmartWalletAddressParams, type UserGetByTelegramUserIDParams as UserGetByTelegramUserIDParams, type UserGetByTelegramUsernameParams as UserGetByTelegramUsernameParams, type UserGetByTwitterSubjectParams as UserGetByTwitterSubjectParams, type UserGetByTwitterUsernameParams as UserGetByTwitterUsernameParams, type UserGetByWalletAddressParams as UserGetByWalletAddressParams, type UserPregenerateWalletsParams as UserPregenerateWalletsParams, type UserSearchParams as UserSearchParams, type UserSetCustomMetadataParams as UserSetCustomMetadataParams, type UserUnlinkLinkedAccountParams as UserUnlinkLinkedAccountParams, };
|
|
245
|
+
export { Policies as Policies, type SuiTransactionCommandOperator as SuiTransactionCommandOperator, type SuiTransferObjectsCommandField as SuiTransferObjectsCommandField, type TronTransactionCondition as TronTransactionCondition, type SuiTransactionCommandCondition as SuiTransactionCommandCondition, type SuiTransferObjectsCommandCondition as SuiTransferObjectsCommandCondition, type Policy as Policy, type PolicyCreateRuleResponse as PolicyCreateRuleResponse, type PolicyDeleteResponse as PolicyDeleteResponse, type PolicyDeleteRuleResponse as PolicyDeleteRuleResponse, type PolicyUpdateRuleResponse as PolicyUpdateRuleResponse, type PolicyGetRuleResponse as PolicyGetRuleResponse, type PolicyCreateParams as PolicyCreateParams, type PolicyCreateRuleParams as PolicyCreateRuleParams, type PolicyDeleteParams as PolicyDeleteParams, type PolicyDeleteRuleParams as PolicyDeleteRuleParams, type PolicyUpdateParams as PolicyUpdateParams, type PolicyUpdateRuleParams as PolicyUpdateRuleParams, type PolicyGetRuleParams as PolicyGetRuleParams, };
|
|
229
246
|
export { Transactions as Transactions, type TransactionGetResponse as TransactionGetResponse };
|
|
230
|
-
export { KeyQuorums as KeyQuorums, type
|
|
231
|
-
export {
|
|
247
|
+
export { KeyQuorums as KeyQuorums, type KeyQuorumCreateParams as KeyQuorumCreateParams, type KeyQuorum as KeyQuorum, type KeyQuorumDeleteResponse as KeyQuorumDeleteResponse, type KeyQuorumDeleteParams as KeyQuorumDeleteParams, type KeyQuorumUpdateParams as KeyQuorumUpdateParams, };
|
|
248
|
+
export { Intents as Intents, type IntentType as IntentType, type IntentStatus as IntentStatus, type RuleIntentRequestDetails as RuleIntentRequestDetails, type IntentAuthorizationKeyQuorumMember as IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember as IntentAuthorizationMember, type IntentAuthorization as IntentAuthorization, type BaseActionResult as BaseActionResult, type RpcIntentResponse as RpcIntentResponse, type WalletIntentResponse as WalletIntentResponse, type PolicyIntentResponse as PolicyIntentResponse, type KeyQuorumIntentResponse as KeyQuorumIntentResponse, type RuleIntentResponse as RuleIntentResponse, type IntentResponse as IntentResponse, type IntentResponsesCursor as IntentResponsesCursor, type IntentListParams as IntentListParams, type IntentCreatePolicyRuleParams as IntentCreatePolicyRuleParams, type IntentDeletePolicyRuleParams as IntentDeletePolicyRuleParams, type IntentRpcParams as IntentRpcParams, type IntentUpdateKeyQuorumParams as IntentUpdateKeyQuorumParams, type IntentUpdatePolicyParams as IntentUpdatePolicyParams, type IntentUpdatePolicyRuleParams as IntentUpdatePolicyRuleParams, type IntentUpdateWalletParams as IntentUpdateWalletParams, };
|
|
249
|
+
export { Apps as Apps, type AppResponse as AppResponse, type EmailInviteInput as EmailInviteInput, type WalletInviteInput as WalletInviteInput, type PhoneInviteInput as PhoneInviteInput, type UserInviteInput as UserInviteInput, type AllowlistEntry as AllowlistEntry, type AllowlistDeletionResponse as AllowlistDeletionResponse, type TestAccount as TestAccount, type TestAccountsResponse as TestAccountsResponse, };
|
|
250
|
+
export { ClientAuth as ClientAuth, type ExternalOAuthProviderID as ExternalOAuthProviderID, type PrivyOAuthProviderID as PrivyOAuthProviderID, type CustomOAuthProviderID as CustomOAuthProviderID, type OAuthProviderID as OAuthProviderID, type BridgeOnrampProvider as BridgeOnrampProvider, type OnrampProvider as OnrampProvider, type GetFiatCustomerRequestInput as GetFiatCustomerRequestInput, type CreateOrUpdateFiatCustomerRequestInput as CreateOrUpdateFiatCustomerRequestInput, type BridgeFiatRejectionReason as BridgeFiatRejectionReason, type BridgeFiatCustomerResponse as BridgeFiatCustomerResponse, type BridgeSandboxFiatCustomerResponse as BridgeSandboxFiatCustomerResponse, type FiatCustomerResponse as FiatCustomerResponse, type FiatCurrencyCode as FiatCurrencyCode, type CryptoCurrencyCode as CryptoCurrencyCode, type Caip2ChainID as Caip2ChainID, type FiatAmount as FiatAmount, type FiatOnrampSource as FiatOnrampSource, type FiatOnrampDestination as FiatOnrampDestination, type FiatOnrampEnvironment as FiatOnrampEnvironment, type FiatOnrampProvider as FiatOnrampProvider, type GetFiatOnrampQuotesInput as GetFiatOnrampQuotesInput, type FiatOnrampQuote as FiatOnrampQuote, type GetFiatOnrampQuotesResponse as GetFiatOnrampQuotesResponse, type GetFiatOnrampURLInput as GetFiatOnrampURLInput, type GetFiatOnrampURLResponse as GetFiatOnrampURLResponse, type FiatOnrampTransactionStatus as FiatOnrampTransactionStatus, type GetFiatOnrampTransactionStatusInput as GetFiatOnrampTransactionStatusInput, type GetFiatOnrampTransactionStatusResponse as GetFiatOnrampTransactionStatusResponse, type BridgeDestinationAsset as BridgeDestinationAsset, type BridgeSourceAsset as BridgeSourceAsset, type BridgeFiatVirtualAccountSource as BridgeFiatVirtualAccountSource, type BridgeFiatVirtualAccountDestination as BridgeFiatVirtualAccountDestination, type BridgeFiatVirtualAccountRequest as BridgeFiatVirtualAccountRequest, type BridgeSandboxFiatVirtualAccountRequest as BridgeSandboxFiatVirtualAccountRequest, type FiatVirtualAccountRequest as FiatVirtualAccountRequest, type BridgeUsdFiatVirtualAccountDepositInstructions as BridgeUsdFiatVirtualAccountDepositInstructions, type BridgeEurFiatVirtualAccountDepositInstructions as BridgeEurFiatVirtualAccountDepositInstructions, type BridgeMxnFiatVirtualAccountDepositInstructions as BridgeMxnFiatVirtualAccountDepositInstructions, type BridgeBrlFiatVirtualAccountDepositInstructions as BridgeBrlFiatVirtualAccountDepositInstructions, type BridgeGbpFiatVirtualAccountDepositInstructions as BridgeGbpFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountDepositInstructions as BridgeFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountResponse as BridgeFiatVirtualAccountResponse, type BridgeSandboxFiatVirtualAccountResponse as BridgeSandboxFiatVirtualAccountResponse, type FiatVirtualAccountResponse as FiatVirtualAccountResponse, };
|
|
232
251
|
export { Analytics as Analytics, type AnalyticsEventInput as AnalyticsEventInput };
|
|
233
|
-
export { Apps as Apps, type AppResponse as AppResponse };
|
|
234
252
|
export { Aggregations as Aggregations, type AggregationMethod as AggregationMethod, type AggregationMetric as AggregationMetric, type AggregationWindow as AggregationWindow, type AggregationGroupBy as AggregationGroupBy, type Aggregation as Aggregation, type AggregationInput as AggregationInput, };
|
|
235
|
-
export { Webhooks as Webhooks, type
|
|
236
|
-
export { Accounts as Accounts, type AccountWallet as AccountWallet, type AccountResponse as AccountResponse, type AccountWalletConfigurationItem as AccountWalletConfigurationItem, type CreateAccountInput as CreateAccountInput, };
|
|
237
|
-
export { Yield as Yield, type EvmCaip2ChainID as EvmCaip2ChainID, type EthereumYieldProvider as EthereumYieldProvider, type EthereumYieldSweepType as EthereumYieldSweepType, type EthereumYieldSweepStatus as EthereumYieldSweepStatus, type EthereumYieldDepositInput as EthereumYieldDepositInput, type EthereumYieldWithdrawInput as EthereumYieldWithdrawInput, type EthereumYieldSweepResponse as EthereumYieldSweepResponse, type EthereumVaultDetailsInput as EthereumVaultDetailsInput, type EthereumYieldSweepIDInput as EthereumYieldSweepIDInput, type EthereumVaultResponse as EthereumVaultResponse, type EthereumVaultDetailsResponse as EthereumVaultDetailsResponse, type EthereumYieldPositionsInput as EthereumYieldPositionsInput, type EthereumVaultPosition as EthereumVaultPosition, type EthereumYieldPositionResponse as EthereumYieldPositionResponse, type EthereumYieldClaimInput as EthereumYieldClaimInput, type EthereumYieldClaimReward as EthereumYieldClaimReward, type EthereumYieldClaimResponse as EthereumYieldClaimResponse, };
|
|
238
|
-
export {
|
|
253
|
+
export { Webhooks as Webhooks, type IntentCreatedWebhookPayload as IntentCreatedWebhookPayload, type IntentAuthorizedWebhookPayload as IntentAuthorizedWebhookPayload, type IntentExecutedWebhookPayload as IntentExecutedWebhookPayload, type IntentFailedWebhookPayload as IntentFailedWebhookPayload, type MfaEnabledWebhookPayload as MfaEnabledWebhookPayload, type MfaDisabledWebhookPayload as MfaDisabledWebhookPayload, type TransactionBroadcastedWebhookPayload as TransactionBroadcastedWebhookPayload, type TransactionConfirmedWebhookPayload as TransactionConfirmedWebhookPayload, type TransactionExecutionRevertedWebhookPayload as TransactionExecutionRevertedWebhookPayload, type TransactionStillPendingWebhookPayload as TransactionStillPendingWebhookPayload, type TransactionFailedWebhookPayload as TransactionFailedWebhookPayload, type TransactionReplacedWebhookPayload as TransactionReplacedWebhookPayload, type TransactionProviderErrorWebhookPayload as TransactionProviderErrorWebhookPayload, type UserOperationCompletedWebhookPayload as UserOperationCompletedWebhookPayload, type UserCreatedWebhookPayload as UserCreatedWebhookPayload, type UserAuthenticatedWebhookPayload as UserAuthenticatedWebhookPayload, type UserLinkedAccountWebhookPayload as UserLinkedAccountWebhookPayload, type UserUnlinkedAccountWebhookPayload as UserUnlinkedAccountWebhookPayload, type UserUpdatedAccountWebhookPayload as UserUpdatedAccountWebhookPayload, type UserTransferredAccountWebhookPayload as UserTransferredAccountWebhookPayload, type UserWalletCreatedWebhookPayload as UserWalletCreatedWebhookPayload, type FundsDepositedWebhookPayload as FundsDepositedWebhookPayload, type FundsWithdrawnWebhookPayload as FundsWithdrawnWebhookPayload, type PrivateKeyExportWebhookPayload as PrivateKeyExportWebhookPayload, type WalletRecoverySetupWebhookPayload as WalletRecoverySetupWebhookPayload, type WalletRecoveredWebhookPayload as WalletRecoveredWebhookPayload, type YieldDepositConfirmedWebhookPayload as YieldDepositConfirmedWebhookPayload, type YieldWithdrawConfirmedWebhookPayload as YieldWithdrawConfirmedWebhookPayload, type YieldClaimConfirmedWebhookPayload as YieldClaimConfirmedWebhookPayload, type WebhookPayload as WebhookPayload, type KrakenEmbedQuoteExecutedWebhookPayload as KrakenEmbedQuoteExecutedWebhookPayload, type KrakenEmbedQuoteExecutionFailedWebhookPayload as KrakenEmbedQuoteExecutionFailedWebhookPayload, type KrakenEmbedQuoteCancelledWebhookPayload as KrakenEmbedQuoteCancelledWebhookPayload, type KrakenEmbedUserVerifiedWebhookPayload as KrakenEmbedUserVerifiedWebhookPayload, type KrakenEmbedUserDisabledWebhookPayload as KrakenEmbedUserDisabledWebhookPayload, type KrakenEmbedUserClosedWebhookPayload as KrakenEmbedUserClosedWebhookPayload, };
|
|
254
|
+
export { Accounts as Accounts, type AccountWallet as AccountWallet, type AccountResponse as AccountResponse, type AccountWalletConfigurationItem as AccountWalletConfigurationItem, type AccountDisplayName as AccountDisplayName, type AccountWalletsConfiguration as AccountWalletsConfiguration, type CreateAccountInput as CreateAccountInput, type UpdateAccountInput as UpdateAccountInput, type AccountsListResponse as AccountsListResponse, type AssetAccountWithBalance as AssetAccountWithBalance, type AccountsDashboardListResponse as AccountsDashboardListResponse, type AccountBalanceResponse as AccountBalanceResponse, type AccountBalanceParams as AccountBalanceParams, };
|
|
255
|
+
export { Yield as Yield, type EvmCaip2ChainID as EvmCaip2ChainID, type EthereumYieldProvider as EthereumYieldProvider, type EthereumYieldSweepType as EthereumYieldSweepType, type EthereumYieldSweepStatus as EthereumYieldSweepStatus, type EthereumYieldDepositInput as EthereumYieldDepositInput, type EthereumYieldWithdrawInput as EthereumYieldWithdrawInput, type EthereumYieldSweepResponse as EthereumYieldSweepResponse, type EthereumVaultDetailsInput as EthereumVaultDetailsInput, type EthereumYieldSweepIDInput as EthereumYieldSweepIDInput, type EthereumVaultResponse as EthereumVaultResponse, type EthereumVaultDetailsResponse as EthereumVaultDetailsResponse, type EthereumYieldPositionsInput as EthereumYieldPositionsInput, type EthereumVaultPosition as EthereumVaultPosition, type EthereumYieldPositionResponse as EthereumYieldPositionResponse, type EthereumYieldClaimInput as EthereumYieldClaimInput, type EthereumYieldClaimReward as EthereumYieldClaimReward, type EthereumYieldClaimResponse as EthereumYieldClaimResponse, type EthereumYieldClaimIDInput as EthereumYieldClaimIDInput, };
|
|
256
|
+
export { KrakenEmbed as KrakenEmbed, type KrakenEmbedGetPortfolioSummaryQueryParams as KrakenEmbedGetPortfolioSummaryQueryParams, type KrakenEmbedCurrentDayPnl as KrakenEmbedCurrentDayPnl, type KrakenEmbedGetPortfolioSummaryResponse as KrakenEmbedGetPortfolioSummaryResponse, };
|
|
239
257
|
}
|
|
240
258
|
//# sourceMappingURL=client.d.ts.map
|