Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/privy-api-client-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: ((github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')) || github.event_name == 'schedule'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Node
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '20'

Expand All @@ -45,10 +45,10 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Node
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '20'

Expand All @@ -63,7 +63,7 @@ jobs:
github.repository == 'stainless-sdks/privy-api-client-typescript' &&
!startsWith(github.ref, 'refs/heads/stl/')
id: github-oidc
uses: actions/github-script@v8
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
script: core.setOutput('github_token', await core.getIDToken());

Expand All @@ -88,10 +88,10 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/privy-api-client-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Node
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '20'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
with:
node-version: '20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.repository == 'privy-io/node-sdk' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Check release environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.18.0"
".": "0.19.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 67
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/privy/privy-api-client-11cde26e1a7313989e25e5f04dc7fe16581f8eabae3570f133711cd0763b5e83.yml
openapi_spec_hash: 2dcdc61cee31cef3e1c09cbf8f7654a0
config_hash: 63ee20ce66503dcb9e25a1bbc958afa3
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/privy/privy-api-client-f1ed993000d47b748072ba4248039ffab99bca08fe55b51c12f63870c7670c57.yml
openapi_spec_hash: ee8c47083eebad77609cc9a50b4f09bd
config_hash: 2558085bd9c7099cc21d156843a49ef1
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.19.0 (2026-05-14)

Full Changelog: [v0.18.0...v0.19.0](https://github.com/privy-io/node-sdk/compare/v0.18.0...v0.19.0)

### Features

* **api:** api update ([fdbffe3](https://github.com/privy-io/node-sdk/commit/fdbffe3347f561414bd7dd5d6aa5dd44957767bf))
* **api:** api update ([3ca95ee](https://github.com/privy-io/node-sdk/commit/3ca95ee1e0ecaeca2052ca97b7f0d600a62e24b3))
* **api:** api update ([a6f5298](https://github.com/privy-io/node-sdk/commit/a6f52982f0c07c1b7b8f866a4569d4e891aa18c2))


### Chores

* redact api-key headers in debug logs ([fa5c58e](https://github.com/privy-io/node-sdk/commit/fa5c58e89ff431721cd74dd44b0a9494e7e64831))

## 0.18.0 (2026-05-07)

Full Changelog: [v0.17.0...v0.18.0](https://github.com/privy-io/node-sdk/compare/v0.17.0...v0.18.0)
Expand Down
36 changes: 36 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ Types:
- <code><a href="./src/resources/webhooks.ts">IntentCreatedWebhookPayload</a></code>
- <code><a href="./src/resources/webhooks.ts">IntentExecutedWebhookPayload</a></code>
- <code><a href="./src/resources/webhooks.ts">IntentFailedWebhookPayload</a></code>
- <code><a href="./src/resources/webhooks.ts">IntentRejectedWebhookPayload</a></code>
- <code><a href="./src/resources/webhooks.ts">KrakenEmbedQuoteCancelledWebhookPayload</a></code>
- <code><a href="./src/resources/webhooks.ts">KrakenEmbedQuoteExecutedWebhookPayload</a></code>
- <code><a href="./src/resources/webhooks.ts">KrakenEmbedQuoteExecutionFailedWebhookPayload</a></code>
Expand Down Expand Up @@ -978,13 +979,48 @@ Types:

Types:

- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCancelCustomOrderInput</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCancelCustomOrderPath</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCancelCustomOrderResponse</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCancelCustomOrderResult</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCreateCustomOrderInput</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCreateCustomOrderResponse</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCreateCustomOrderResult</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCurrentDayPnl</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCustomOrder</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCustomOrderAction</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCustomOrderAmount</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCustomOrderOccurrence</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCustomOrderOccurrenceExecutedAction</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCustomOrderOccurrenceTrigger</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCustomOrderQuoteAsset</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCustomOrderStatus</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedCustomOrderTrigger</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetAssetListQueryParamsSchema</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetCustomOrderHistoryQueryParams</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetCustomOrderHistoryResponse</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetCustomOrderHistoryResult</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetCustomOrderQueryParams</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetCustomOrderResponse</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetCustomOrderResult</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetPortfolioDetailsQueryParamsSchema</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetPortfolioSummaryQueryParams</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetPortfolioSummaryResponse</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetPortfolioTransactionsQueryParamsSchema</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedGetQuoteQueryParams</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedListCustomOrdersQueryParams</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedListCustomOrdersResponse</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedListCustomOrdersResult</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedStartAddressMetadata</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedStartAddressVerificationURLInput</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedStartIdentityInfo</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedStartIdentityMetadata</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedStartIdentityVerificationURLInput</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedStartLivenessVerificationURLInput</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedStartVerificationDebug</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedStartVerificationURLInput</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedStartVerificationURLResponse</a></code>
- <code><a href="./src/resources/kraken-embed.ts">KrakenEmbedStartVerificationURLResult</a></code>

# Swaps

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@privy-io/node",
"version": "0.18.0",
"version": "0.19.0",
"description": "The official TypeScript library for the Privy API",
"author": "Privy API <support@privy.io>",
"types": "dist/index.d.ts",
Expand Down
72 changes: 72 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,48 @@ import {
} from './resources/key-quorums';
import {
KrakenEmbed,
KrakenEmbedCancelCustomOrderInput,
KrakenEmbedCancelCustomOrderPath,
KrakenEmbedCancelCustomOrderResponse,
KrakenEmbedCancelCustomOrderResult,
KrakenEmbedCreateCustomOrderInput,
KrakenEmbedCreateCustomOrderResponse,
KrakenEmbedCreateCustomOrderResult,
KrakenEmbedCurrentDayPnl,
KrakenEmbedCustomOrder,
KrakenEmbedCustomOrderAction,
KrakenEmbedCustomOrderAmount,
KrakenEmbedCustomOrderOccurrence,
KrakenEmbedCustomOrderOccurrenceExecutedAction,
KrakenEmbedCustomOrderOccurrenceTrigger,
KrakenEmbedCustomOrderQuoteAsset,
KrakenEmbedCustomOrderStatus,
KrakenEmbedCustomOrderTrigger,
KrakenEmbedGetAssetListQueryParamsSchema,
KrakenEmbedGetCustomOrderHistoryQueryParams,
KrakenEmbedGetCustomOrderHistoryResponse,
KrakenEmbedGetCustomOrderHistoryResult,
KrakenEmbedGetCustomOrderQueryParams,
KrakenEmbedGetCustomOrderResponse,
KrakenEmbedGetCustomOrderResult,
KrakenEmbedGetPortfolioDetailsQueryParamsSchema,
KrakenEmbedGetPortfolioSummaryQueryParams,
KrakenEmbedGetPortfolioSummaryResponse,
KrakenEmbedGetPortfolioTransactionsQueryParamsSchema,
KrakenEmbedGetQuoteQueryParams,
KrakenEmbedListCustomOrdersQueryParams,
KrakenEmbedListCustomOrdersResponse,
KrakenEmbedListCustomOrdersResult,
KrakenEmbedStartAddressMetadata,
KrakenEmbedStartAddressVerificationURLInput,
KrakenEmbedStartIdentityInfo,
KrakenEmbedStartIdentityMetadata,
KrakenEmbedStartIdentityVerificationURLInput,
KrakenEmbedStartLivenessVerificationURLInput,
KrakenEmbedStartVerificationDebug,
KrakenEmbedStartVerificationURLInput,
KrakenEmbedStartVerificationURLResponse,
KrakenEmbedStartVerificationURLResult,
} from './resources/kraken-embed';
import {
CreateOrganizationSecretResponse,
Expand Down Expand Up @@ -568,6 +603,7 @@ import {
IntentCreatedWebhookPayload,
IntentExecutedWebhookPayload,
IntentFailedWebhookPayload,
IntentRejectedWebhookPayload,
KrakenEmbedQuoteCancelledWebhookPayload,
KrakenEmbedQuoteExecutedWebhookPayload,
KrakenEmbedQuoteExecutionFailedWebhookPayload,
Expand Down Expand Up @@ -2229,6 +2265,7 @@ export declare namespace PrivyAPI {
type IntentCreatedWebhookPayload as IntentCreatedWebhookPayload,
type IntentExecutedWebhookPayload as IntentExecutedWebhookPayload,
type IntentFailedWebhookPayload as IntentFailedWebhookPayload,
type IntentRejectedWebhookPayload as IntentRejectedWebhookPayload,
type KrakenEmbedQuoteCancelledWebhookPayload as KrakenEmbedQuoteCancelledWebhookPayload,
type KrakenEmbedQuoteExecutedWebhookPayload as KrakenEmbedQuoteExecutedWebhookPayload,
type KrakenEmbedQuoteExecutionFailedWebhookPayload as KrakenEmbedQuoteExecutionFailedWebhookPayload,
Expand Down Expand Up @@ -2637,13 +2674,48 @@ export declare namespace PrivyAPI {

export {
KrakenEmbed as KrakenEmbed,
type KrakenEmbedCancelCustomOrderInput as KrakenEmbedCancelCustomOrderInput,
type KrakenEmbedCancelCustomOrderPath as KrakenEmbedCancelCustomOrderPath,
type KrakenEmbedCancelCustomOrderResponse as KrakenEmbedCancelCustomOrderResponse,
type KrakenEmbedCancelCustomOrderResult as KrakenEmbedCancelCustomOrderResult,
type KrakenEmbedCreateCustomOrderInput as KrakenEmbedCreateCustomOrderInput,
type KrakenEmbedCreateCustomOrderResponse as KrakenEmbedCreateCustomOrderResponse,
type KrakenEmbedCreateCustomOrderResult as KrakenEmbedCreateCustomOrderResult,
type KrakenEmbedCurrentDayPnl as KrakenEmbedCurrentDayPnl,
type KrakenEmbedCustomOrder as KrakenEmbedCustomOrder,
type KrakenEmbedCustomOrderAction as KrakenEmbedCustomOrderAction,
type KrakenEmbedCustomOrderAmount as KrakenEmbedCustomOrderAmount,
type KrakenEmbedCustomOrderOccurrence as KrakenEmbedCustomOrderOccurrence,
type KrakenEmbedCustomOrderOccurrenceExecutedAction as KrakenEmbedCustomOrderOccurrenceExecutedAction,
type KrakenEmbedCustomOrderOccurrenceTrigger as KrakenEmbedCustomOrderOccurrenceTrigger,
type KrakenEmbedCustomOrderQuoteAsset as KrakenEmbedCustomOrderQuoteAsset,
type KrakenEmbedCustomOrderStatus as KrakenEmbedCustomOrderStatus,
type KrakenEmbedCustomOrderTrigger as KrakenEmbedCustomOrderTrigger,
type KrakenEmbedGetAssetListQueryParamsSchema as KrakenEmbedGetAssetListQueryParamsSchema,
type KrakenEmbedGetCustomOrderHistoryQueryParams as KrakenEmbedGetCustomOrderHistoryQueryParams,
type KrakenEmbedGetCustomOrderHistoryResponse as KrakenEmbedGetCustomOrderHistoryResponse,
type KrakenEmbedGetCustomOrderHistoryResult as KrakenEmbedGetCustomOrderHistoryResult,
type KrakenEmbedGetCustomOrderQueryParams as KrakenEmbedGetCustomOrderQueryParams,
type KrakenEmbedGetCustomOrderResponse as KrakenEmbedGetCustomOrderResponse,
type KrakenEmbedGetCustomOrderResult as KrakenEmbedGetCustomOrderResult,
type KrakenEmbedGetPortfolioDetailsQueryParamsSchema as KrakenEmbedGetPortfolioDetailsQueryParamsSchema,
type KrakenEmbedGetPortfolioSummaryQueryParams as KrakenEmbedGetPortfolioSummaryQueryParams,
type KrakenEmbedGetPortfolioSummaryResponse as KrakenEmbedGetPortfolioSummaryResponse,
type KrakenEmbedGetPortfolioTransactionsQueryParamsSchema as KrakenEmbedGetPortfolioTransactionsQueryParamsSchema,
type KrakenEmbedGetQuoteQueryParams as KrakenEmbedGetQuoteQueryParams,
type KrakenEmbedListCustomOrdersQueryParams as KrakenEmbedListCustomOrdersQueryParams,
type KrakenEmbedListCustomOrdersResponse as KrakenEmbedListCustomOrdersResponse,
type KrakenEmbedListCustomOrdersResult as KrakenEmbedListCustomOrdersResult,
type KrakenEmbedStartAddressMetadata as KrakenEmbedStartAddressMetadata,
type KrakenEmbedStartAddressVerificationURLInput as KrakenEmbedStartAddressVerificationURLInput,
type KrakenEmbedStartIdentityInfo as KrakenEmbedStartIdentityInfo,
type KrakenEmbedStartIdentityMetadata as KrakenEmbedStartIdentityMetadata,
type KrakenEmbedStartIdentityVerificationURLInput as KrakenEmbedStartIdentityVerificationURLInput,
type KrakenEmbedStartLivenessVerificationURLInput as KrakenEmbedStartLivenessVerificationURLInput,
type KrakenEmbedStartVerificationDebug as KrakenEmbedStartVerificationDebug,
type KrakenEmbedStartVerificationURLInput as KrakenEmbedStartVerificationURLInput,
type KrakenEmbedStartVerificationURLResponse as KrakenEmbedStartVerificationURLResponse,
type KrakenEmbedStartVerificationURLResult as KrakenEmbedStartVerificationURLResult,
};

export {
Expand Down
2 changes: 2 additions & 0 deletions src/internal/utils/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ export const formatRequestDetails = (details: {
name,
(
name.toLowerCase() === 'authorization' ||
name.toLowerCase() === 'api-key' ||
name.toLowerCase() === 'x-api-key' ||
name.toLowerCase() === 'cookie' ||
name.toLowerCase() === 'set-cookie'
) ?
Expand Down
13 changes: 10 additions & 3 deletions src/resources/apps/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ export interface AppResponse {

telegram_auth: boolean;

telegram_oauth: boolean;

terms_and_conditions_url: string | null;

theme: string;
Expand Down Expand Up @@ -391,16 +393,21 @@ export interface FundingOption {
export type GasSpendCurrency = 'usd';

/**
* Query parameters for getting gas spend for a set of wallets.
* Query parameters for getting gas spend for a set of wallets. The time range from
* `start_timestamp` to `end_timestamp` must not exceed 30 days.
*/
export interface GasSpendRequestBody {
/**
* Unix timestamp in milliseconds, exclusive.
* Unix timestamp in milliseconds, exclusive. Must be greater than or equal to
* `start_timestamp`, and the range from `start_timestamp` to `end_timestamp` must
* not exceed 30 days.
*/
end_timestamp: number;

/**
* Unix timestamp in milliseconds, inclusive.
* Unix timestamp in milliseconds, inclusive. Must be less than or equal to
* `end_timestamp`, and the range from `start_timestamp` to `end_timestamp` must
* not exceed 30 days.
*/
start_timestamp: number;

Expand Down
3 changes: 2 additions & 1 deletion src/resources/client-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ export type ExternalOAuthProviderID =
| 'linkedin'
| 'apple'
| 'line'
| 'twitch';
| 'twitch'
| 'telegram';

/**
* Input for authenticating with Farcaster.
Expand Down
36 changes: 36 additions & 0 deletions src/resources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,48 @@ export {
} from './key-quorums';
export {
KrakenEmbed,
type KrakenEmbedCancelCustomOrderInput,
type KrakenEmbedCancelCustomOrderPath,
type KrakenEmbedCancelCustomOrderResponse,
type KrakenEmbedCancelCustomOrderResult,
type KrakenEmbedCreateCustomOrderInput,
type KrakenEmbedCreateCustomOrderResponse,
type KrakenEmbedCreateCustomOrderResult,
type KrakenEmbedCurrentDayPnl,
type KrakenEmbedCustomOrder,
type KrakenEmbedCustomOrderAction,
type KrakenEmbedCustomOrderAmount,
type KrakenEmbedCustomOrderOccurrence,
type KrakenEmbedCustomOrderOccurrenceExecutedAction,
type KrakenEmbedCustomOrderOccurrenceTrigger,
type KrakenEmbedCustomOrderQuoteAsset,
type KrakenEmbedCustomOrderStatus,
type KrakenEmbedCustomOrderTrigger,
type KrakenEmbedGetAssetListQueryParamsSchema,
type KrakenEmbedGetCustomOrderHistoryQueryParams,
type KrakenEmbedGetCustomOrderHistoryResponse,
type KrakenEmbedGetCustomOrderHistoryResult,
type KrakenEmbedGetCustomOrderQueryParams,
type KrakenEmbedGetCustomOrderResponse,
type KrakenEmbedGetCustomOrderResult,
type KrakenEmbedGetPortfolioDetailsQueryParamsSchema,
type KrakenEmbedGetPortfolioSummaryQueryParams,
type KrakenEmbedGetPortfolioSummaryResponse,
type KrakenEmbedGetPortfolioTransactionsQueryParamsSchema,
type KrakenEmbedGetQuoteQueryParams,
type KrakenEmbedListCustomOrdersQueryParams,
type KrakenEmbedListCustomOrdersResponse,
type KrakenEmbedListCustomOrdersResult,
type KrakenEmbedStartAddressMetadata,
type KrakenEmbedStartAddressVerificationURLInput,
type KrakenEmbedStartIdentityInfo,
type KrakenEmbedStartIdentityMetadata,
type KrakenEmbedStartIdentityVerificationURLInput,
type KrakenEmbedStartLivenessVerificationURLInput,
type KrakenEmbedStartVerificationDebug,
type KrakenEmbedStartVerificationURLInput,
type KrakenEmbedStartVerificationURLResponse,
type KrakenEmbedStartVerificationURLResult,
} from './kraken-embed';
export {
Organizations,
Expand Down Expand Up @@ -792,6 +827,7 @@ export {
type IntentCreatedWebhookPayload,
type IntentExecutedWebhookPayload,
type IntentFailedWebhookPayload,
type IntentRejectedWebhookPayload,
type KrakenEmbedQuoteCancelledWebhookPayload,
type KrakenEmbedQuoteExecutedWebhookPayload,
type KrakenEmbedQuoteExecutionFailedWebhookPayload,
Expand Down
Loading
Loading