@privy-io/node 0.10.1 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/client.d.mts +37 -19
- package/client.d.mts.map +1 -1
- package/client.d.ts +37 -19
- package/client.d.ts.map +1 -1
- package/client.js +29 -10
- package/client.js.map +1 -1
- package/client.mjs +30 -11
- 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/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 +182 -4
- package/resources/accounts.d.mts.map +1 -1
- package/resources/accounts.d.ts +182 -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 +126 -69
- package/resources/wallets/wallets.d.mts.map +1 -1
- package/resources/wallets/wallets.d.ts +126 -69
- 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 +196 -37
- package/src/index.ts +10 -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 +217 -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 +93 -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 +171 -93
- 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
|
@@ -77,6 +77,149 @@ export interface BridgeSandboxFiatCustomerResponse {
|
|
|
77
77
|
* The response for getting a native onramp provider customer.
|
|
78
78
|
*/
|
|
79
79
|
export type FiatCustomerResponse = BridgeFiatCustomerResponse | BridgeSandboxFiatCustomerResponse;
|
|
80
|
+
/**
|
|
81
|
+
* ISO 4217 fiat currency code. Three uppercase ASCII letters.
|
|
82
|
+
*/
|
|
83
|
+
export type FiatCurrencyCode = string;
|
|
84
|
+
/**
|
|
85
|
+
* Cryptocurrency symbol. Uppercase alphanumeric, 2-10 characters.
|
|
86
|
+
*/
|
|
87
|
+
export type CryptoCurrencyCode = string;
|
|
88
|
+
/**
|
|
89
|
+
* A CAIP-2 chain identifier in namespace:reference format (e.g. "eip155:1" for
|
|
90
|
+
* Ethereum mainnet, "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp" for Solana mainnet).
|
|
91
|
+
*/
|
|
92
|
+
export type Caip2ChainID = string;
|
|
93
|
+
/**
|
|
94
|
+
* A positive decimal amount as a string (e.g. "100", "50.25", "0.001").
|
|
95
|
+
*/
|
|
96
|
+
export type FiatAmount = string;
|
|
97
|
+
/**
|
|
98
|
+
* Source currency details for a fiat onramp quote request.
|
|
99
|
+
*/
|
|
100
|
+
export interface FiatOnrampSource {
|
|
101
|
+
/**
|
|
102
|
+
* A positive decimal amount as a string (e.g. "100", "50.25", "0.001").
|
|
103
|
+
*/
|
|
104
|
+
amount: FiatAmount;
|
|
105
|
+
/**
|
|
106
|
+
* ISO 4217 fiat currency code. Three uppercase ASCII letters.
|
|
107
|
+
*/
|
|
108
|
+
asset: FiatCurrencyCode;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Destination cryptocurrency details for a fiat onramp quote request.
|
|
112
|
+
*/
|
|
113
|
+
export interface FiatOnrampDestination {
|
|
114
|
+
address: string;
|
|
115
|
+
/**
|
|
116
|
+
* Cryptocurrency symbol. Uppercase alphanumeric, 2-10 characters.
|
|
117
|
+
*/
|
|
118
|
+
asset: CryptoCurrencyCode;
|
|
119
|
+
/**
|
|
120
|
+
* A CAIP-2 chain identifier in namespace:reference format (e.g. "eip155:1" for
|
|
121
|
+
* Ethereum mainnet, "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp" for Solana mainnet).
|
|
122
|
+
*/
|
|
123
|
+
chain: Caip2ChainID;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Whether to use the sandbox or production environment for fiat onramp.
|
|
127
|
+
*/
|
|
128
|
+
export type FiatOnrampEnvironment = 'sandbox' | 'production';
|
|
129
|
+
/**
|
|
130
|
+
* The fiat onramp provider to use.
|
|
131
|
+
*/
|
|
132
|
+
export type FiatOnrampProvider = 'meld' | 'meld-sandbox';
|
|
133
|
+
/**
|
|
134
|
+
* The request input for getting fiat onramp quotes.
|
|
135
|
+
*/
|
|
136
|
+
export interface GetFiatOnrampQuotesInput {
|
|
137
|
+
/**
|
|
138
|
+
* Destination cryptocurrency details for a fiat onramp quote request.
|
|
139
|
+
*/
|
|
140
|
+
destination: FiatOnrampDestination;
|
|
141
|
+
/**
|
|
142
|
+
* Whether to use the sandbox or production environment for fiat onramp.
|
|
143
|
+
*/
|
|
144
|
+
environment: FiatOnrampEnvironment;
|
|
145
|
+
/**
|
|
146
|
+
* Source currency details for a fiat onramp quote request.
|
|
147
|
+
*/
|
|
148
|
+
source: FiatOnrampSource;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* A single fiat onramp quote from a provider.
|
|
152
|
+
*/
|
|
153
|
+
export interface FiatOnrampQuote {
|
|
154
|
+
payment_method: string;
|
|
155
|
+
/**
|
|
156
|
+
* The fiat onramp provider to use.
|
|
157
|
+
*/
|
|
158
|
+
provider: FiatOnrampProvider;
|
|
159
|
+
destination_currency_code?: string | null;
|
|
160
|
+
source_amount?: number | null;
|
|
161
|
+
source_currency_code?: string | null;
|
|
162
|
+
sub_provider?: string | null;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* The response containing fiat onramp quotes.
|
|
166
|
+
*/
|
|
167
|
+
export interface GetFiatOnrampQuotesResponse {
|
|
168
|
+
quotes: Array<FiatOnrampQuote>;
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* The request input for getting a fiat onramp provider session URL.
|
|
172
|
+
*/
|
|
173
|
+
export interface GetFiatOnrampURLInput {
|
|
174
|
+
/**
|
|
175
|
+
* Destination cryptocurrency details for a fiat onramp quote request.
|
|
176
|
+
*/
|
|
177
|
+
destination: FiatOnrampDestination;
|
|
178
|
+
payment_method: string;
|
|
179
|
+
/**
|
|
180
|
+
* The fiat onramp provider to use.
|
|
181
|
+
*/
|
|
182
|
+
provider: FiatOnrampProvider;
|
|
183
|
+
/**
|
|
184
|
+
* Source currency details for a fiat onramp quote request.
|
|
185
|
+
*/
|
|
186
|
+
source: FiatOnrampSource;
|
|
187
|
+
redirect_url?: string;
|
|
188
|
+
sub_provider?: string;
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* The response containing a fiat onramp provider session URL.
|
|
192
|
+
*/
|
|
193
|
+
export interface GetFiatOnrampURLResponse {
|
|
194
|
+
session_id: string;
|
|
195
|
+
url: string;
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* Normalized fiat onramp transaction status.
|
|
199
|
+
*/
|
|
200
|
+
export type FiatOnrampTransactionStatus = 'pending' | 'processing' | 'completed' | 'failed' | 'cancelled' | 'refunded' | 'unknown';
|
|
201
|
+
/**
|
|
202
|
+
* The request input for checking a fiat onramp session status.
|
|
203
|
+
*/
|
|
204
|
+
export interface GetFiatOnrampTransactionStatusInput {
|
|
205
|
+
/**
|
|
206
|
+
* The fiat onramp provider to use.
|
|
207
|
+
*/
|
|
208
|
+
provider: FiatOnrampProvider;
|
|
209
|
+
session_id: string;
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* The response containing the fiat onramp session status.
|
|
213
|
+
*/
|
|
214
|
+
export interface GetFiatOnrampTransactionStatusResponse {
|
|
215
|
+
raw_status: string;
|
|
216
|
+
session_id: string;
|
|
217
|
+
/**
|
|
218
|
+
* Normalized fiat onramp transaction status.
|
|
219
|
+
*/
|
|
220
|
+
status: FiatOnrampTransactionStatus;
|
|
221
|
+
transaction_id?: string;
|
|
222
|
+
}
|
|
80
223
|
export type BridgeDestinationAsset = 'usdb' | 'usdc' | 'usdt' | 'dai' | 'pyusd' | 'eurc';
|
|
81
224
|
export type BridgeSourceAsset = 'usd' | 'eur' | 'mxn' | 'brl' | 'gbp';
|
|
82
225
|
export interface BridgeFiatVirtualAccountSource {
|
|
@@ -199,6 +342,6 @@ export interface BridgeSandboxFiatVirtualAccountResponse {
|
|
|
199
342
|
*/
|
|
200
343
|
export type FiatVirtualAccountResponse = BridgeFiatVirtualAccountResponse | BridgeSandboxFiatVirtualAccountResponse;
|
|
201
344
|
export declare namespace ClientAuth {
|
|
202
|
-
export { 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 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, };
|
|
345
|
+
export { 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, };
|
|
203
346
|
}
|
|
204
347
|
//# sourceMappingURL=client-auth.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-auth.d.ts","sourceRoot":"","sources":["../src/resources/client-auth.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"client-auth.d.ts","sourceRoot":"","sources":["../src/resources/client-auth.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,UAAW,SAAQ,WAAW;CAAG;AAE9C;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAC/B,QAAQ,GACR,SAAS,GACT,SAAS,GACT,QAAQ,GACR,SAAS,GACT,WAAW,GACX,QAAQ,GACR,UAAU,GACV,OAAO,GACP,MAAM,GACN,QAAQ,CAAC;AAEb;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,SAAS,MAAM,EAAE,CAAC;AAErD;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG,UAAU,MAAM,EAAE,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,uBAAuB,GAAG,oBAAoB,CAAC;AAE7E;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,gBAAgB,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,gBAAgB,CAAC;AAEzD;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,QAAQ,EAAE,cAAc,CAAC;IAEzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACrD,kBAAkB,EAAE,OAAO,CAAC;IAE5B;;OAEG;IACH,QAAQ,EAAE,cAAc,CAAC;IAEzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,kBAAkB,EAAE,OAAO,CAAC;IAE5B,QAAQ,EAAE,QAAQ,CAAC;IAEnB,MAAM,EACF,WAAW,GACX,QAAQ,GACR,wBAAwB,GACxB,cAAc,GACd,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,QAAQ,GACR,UAAU,GACV,cAAc,CAAC;IAEnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,iBAAiB,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;CACtD;AAED;;GAEG;AACH,MAAM,WAAW,iCAAiC;IAChD,kBAAkB,EAAE,OAAO,CAAC;IAE5B,QAAQ,EAAE,gBAAgB,CAAC;IAE3B,MAAM,EACF,WAAW,GACX,QAAQ,GACR,wBAAwB,GACxB,cAAc,GACd,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,QAAQ,GACR,UAAU,GACV,cAAc,CAAC;IAEnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,iBAAiB,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;CACtD;AAED;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,0BAA0B,GAAG,iCAAiC,CAAC;AAElG;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEtC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC;AAExC;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC;AAElC;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC;AAEhC;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IAEnB;;OAEG;IACH,KAAK,EAAE,gBAAgB,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,KAAK,EAAE,kBAAkB,CAAC;IAE1B;;;OAGG;IACH,KAAK,EAAE,YAAY,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,YAAY,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,cAAc,CAAC;AAEzD;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,WAAW,EAAE,qBAAqB,CAAC;IAEnC;;OAEG;IACH,WAAW,EAAE,qBAAqB,CAAC;IAEnC;;OAEG;IACH,MAAM,EAAE,gBAAgB,CAAC;CAC1B;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,QAAQ,EAAE,kBAAkB,CAAC;IAE7B,yBAAyB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1C,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C,MAAM,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,WAAW,EAAE,qBAAqB,CAAC;IAEnC,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,QAAQ,EAAE,kBAAkB,CAAC;IAE7B;;OAEG;IACH,MAAM,EAAE,gBAAgB,CAAC;IAEzB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,UAAU,EAAE,MAAM,CAAC;IAEnB,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;GAEG;AACH,MAAM,MAAM,2BAA2B,GACnC,SAAS,GACT,YAAY,GACZ,WAAW,GACX,QAAQ,GACR,WAAW,GACX,UAAU,GACV,SAAS,CAAC;AAEd;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,QAAQ,EAAE,kBAAkB,CAAC;IAE7B,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACrD,UAAU,EAAE,MAAM,CAAC;IAEnB,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,EAAE,2BAA2B,CAAC;IAEpC,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,MAAM,sBAAsB,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,CAAC;AAEzF,MAAM,MAAM,iBAAiB,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AAEtE,MAAM,WAAW,8BAA8B;IAC7C,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAED,MAAM,WAAW,mCAAmC;IAClD,OAAO,EAAE,MAAM,CAAC;IAEhB,KAAK,EAAE,sBAAsB,CAAC;IAE9B,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC9C,WAAW,EAAE,mCAAmC,CAAC;IAEjD,QAAQ,EAAE,QAAQ,CAAC;IAEnB,MAAM,EAAE,8BAA8B,CAAC;CACxC;AAED;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACrD,WAAW,EAAE,mCAAmC,CAAC;IAEjD,QAAQ,EAAE,gBAAgB,CAAC;IAE3B,MAAM,EAAE,8BAA8B,CAAC;CACxC;AAED;;GAEG;AACH,MAAM,MAAM,yBAAyB,GACjC,+BAA+B,GAC/B,sCAAsC,CAAC;AAE3C;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC7D,KAAK,EAAE,KAAK,CAAC;IAEb,mBAAmB,EAAE,MAAM,CAAC;IAE5B,YAAY,EAAE,MAAM,CAAC;IAErB,wBAAwB,EAAE,MAAM,CAAC;IAEjC,qBAAqB,EAAE,MAAM,CAAC;IAE9B,SAAS,EAAE,MAAM,CAAC;IAElB,mBAAmB,EAAE,MAAM,CAAC;IAE5B,aAAa,EAAE,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC,CAAC;CAC3C;AAED;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC7D,mBAAmB,EAAE,MAAM,CAAC;IAE5B,KAAK,EAAE,KAAK,CAAC;IAEb,YAAY,EAAE,MAAM,CAAC;IAErB,SAAS,EAAE,MAAM,CAAC;IAElB,GAAG,EAAE,MAAM,CAAC;IAEZ,IAAI,EAAE,MAAM,CAAC;IAEb,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC7D,mBAAmB,EAAE,MAAM,CAAC;IAE5B,KAAK,EAAE,KAAK,CAAC;IAEb,YAAY,EAAE,MAAM,CAAC;IAErB,SAAS,EAAE,MAAM,CAAC;IAElB,KAAK,EAAE,MAAM,CAAC;IAEd,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC7D,mBAAmB,EAAE,MAAM,CAAC;IAE5B,KAAK,EAAE,KAAK,CAAC;IAEb,YAAY,EAAE,MAAM,CAAC;IAErB,SAAS,EAAE,MAAM,CAAC;IAElB,OAAO,EAAE,MAAM,CAAC;IAEhB,aAAa,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC7D,mBAAmB,EAAE,MAAM,CAAC;IAE5B,cAAc,EAAE,MAAM,CAAC;IAEvB,KAAK,EAAE,KAAK,CAAC;IAEb,YAAY,EAAE,MAAM,CAAC;IAErB,SAAS,EAAE,MAAM,CAAC;IAElB,aAAa,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAExC,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,MAAM,2CAA2C,GACnD,8CAA8C,GAC9C,8CAA8C,GAC9C,8CAA8C,GAC9C,8CAA8C,GAC9C,8CAA8C,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC/C;;OAEG;IACH,oBAAoB,EAAE,2CAA2C,CAAC;IAElE,WAAW,EAAE,mCAAmC,CAAC;IAEjD,QAAQ,EAAE,QAAQ,CAAC;IAEnB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACtD;;OAEG;IACH,oBAAoB,EAAE,2CAA2C,CAAC;IAElE,WAAW,EAAE,mCAAmC,CAAC;IAEjD,QAAQ,EAAE,gBAAgB,CAAC;IAE3B,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAClC,gCAAgC,GAChC,uCAAuC,CAAC;AAE5C,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,sCAAsC,IAAI,sCAAsC,EACrF,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,mCAAmC,IAAI,mCAAmC,EAC/E,KAAK,sCAAsC,IAAI,sCAAsC,EACrF,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,mCAAmC,IAAI,mCAAmC,EAC/E,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,sCAAsC,IAAI,sCAAsC,EACrF,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,8CAA8C,IAAI,8CAA8C,EACrG,KAAK,8CAA8C,IAAI,8CAA8C,EACrG,KAAK,8CAA8C,IAAI,8CAA8C,EACrG,KAAK,8CAA8C,IAAI,8CAA8C,EACrG,KAAK,8CAA8C,IAAI,8CAA8C,EACrG,KAAK,2CAA2C,IAAI,2CAA2C,EAC/F,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,uCAAuC,IAAI,uCAAuC,EACvF,KAAK,0BAA0B,IAAI,0BAA0B,GAC9D,CAAC;CACH"}
|
package/resources/index.d.mts
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
export { Accounts, type AccountWallet, type AccountResponse, type AccountWalletConfigurationItem, type CreateAccountInput, type AccountsListResponse, } from "./accounts.mjs";
|
|
1
|
+
export { Accounts, type AccountWallet, type AccountResponse, type AccountWalletConfigurationItem, type AccountDisplayName, type AccountWalletsConfiguration, type CreateAccountInput, type UpdateAccountInput, type AccountsListResponse, type AssetAccountWithBalance, type AccountsDashboardListResponse, type AccountBalanceResponse, type AccountBalanceParams, } from "./accounts.mjs";
|
|
2
2
|
export { Aggregations, type AggregationMethod, type AggregationMetric, type AggregationWindow, type AggregationGroupBy, type Aggregation, type AggregationInput, } from "./aggregations.mjs";
|
|
3
3
|
export { Analytics, type AnalyticsEventInput } from "./analytics.mjs";
|
|
4
|
-
export { Apps, type AppResponse } from "./apps.mjs";
|
|
5
|
-
export { ClientAuth, type ExternalOAuthProviderID, type PrivyOAuthProviderID, type CustomOAuthProviderID, type OAuthProviderID, type BridgeOnrampProvider, type OnrampProvider, type GetFiatCustomerRequestInput, type CreateOrUpdateFiatCustomerRequestInput, type BridgeFiatRejectionReason, type BridgeFiatCustomerResponse, type BridgeSandboxFiatCustomerResponse, type FiatCustomerResponse, type BridgeDestinationAsset, type BridgeSourceAsset, type BridgeFiatVirtualAccountSource, type BridgeFiatVirtualAccountDestination, type BridgeFiatVirtualAccountRequest, type BridgeSandboxFiatVirtualAccountRequest, type FiatVirtualAccountRequest, type BridgeUsdFiatVirtualAccountDepositInstructions, type BridgeEurFiatVirtualAccountDepositInstructions, type BridgeMxnFiatVirtualAccountDepositInstructions, type BridgeBrlFiatVirtualAccountDepositInstructions, type BridgeGbpFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountResponse, type BridgeSandboxFiatVirtualAccountResponse, type FiatVirtualAccountResponse, } from "./client-auth.mjs";
|
|
6
|
-
export { Intents, type IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember } from "./intents.mjs";
|
|
7
|
-
export { KeyQuorums, type
|
|
8
|
-
export {
|
|
4
|
+
export { Apps, type AppResponse, type EmailInviteInput, type WalletInviteInput, type PhoneInviteInput, type UserInviteInput, type AllowlistEntry, type AllowlistDeletionResponse, type TestAccount, type TestAccountsResponse, } from "./apps/apps.mjs";
|
|
5
|
+
export { ClientAuth, type ExternalOAuthProviderID, type PrivyOAuthProviderID, type CustomOAuthProviderID, type OAuthProviderID, type BridgeOnrampProvider, type OnrampProvider, type GetFiatCustomerRequestInput, type CreateOrUpdateFiatCustomerRequestInput, type BridgeFiatRejectionReason, type BridgeFiatCustomerResponse, type BridgeSandboxFiatCustomerResponse, type FiatCustomerResponse, type FiatCurrencyCode, type CryptoCurrencyCode, type Caip2ChainID, type FiatAmount, type FiatOnrampSource, type FiatOnrampDestination, type FiatOnrampEnvironment, type FiatOnrampProvider, type GetFiatOnrampQuotesInput, type FiatOnrampQuote, type GetFiatOnrampQuotesResponse, type GetFiatOnrampURLInput, type GetFiatOnrampURLResponse, type FiatOnrampTransactionStatus, type GetFiatOnrampTransactionStatusInput, type GetFiatOnrampTransactionStatusResponse, type BridgeDestinationAsset, type BridgeSourceAsset, type BridgeFiatVirtualAccountSource, type BridgeFiatVirtualAccountDestination, type BridgeFiatVirtualAccountRequest, type BridgeSandboxFiatVirtualAccountRequest, type FiatVirtualAccountRequest, type BridgeUsdFiatVirtualAccountDepositInstructions, type BridgeEurFiatVirtualAccountDepositInstructions, type BridgeMxnFiatVirtualAccountDepositInstructions, type BridgeBrlFiatVirtualAccountDepositInstructions, type BridgeGbpFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountResponse, type BridgeSandboxFiatVirtualAccountResponse, type FiatVirtualAccountResponse, } from "./client-auth.mjs";
|
|
6
|
+
export { Intents, type IntentType, type IntentStatus, type RuleIntentRequestDetails, type IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember, type IntentAuthorization, type BaseActionResult, type RpcIntentResponse, type WalletIntentResponse, type PolicyIntentResponse, type KeyQuorumIntentResponse, type RuleIntentResponse, type IntentResponse, type IntentListParams, type IntentCreatePolicyRuleParams, type IntentDeletePolicyRuleParams, type IntentRpcParams, type IntentUpdateKeyQuorumParams, type IntentUpdatePolicyParams, type IntentUpdatePolicyRuleParams, type IntentUpdateWalletParams, type IntentResponsesCursor, } from "./intents.mjs";
|
|
7
|
+
export { KeyQuorums, type KeyQuorumCreateParams, type KeyQuorum, type KeyQuorumDeleteResponse, type KeyQuorumDeleteParams, type KeyQuorumUpdateParams, } from "./key-quorums.mjs";
|
|
8
|
+
export { KrakenEmbed, type KrakenEmbedGetPortfolioSummaryQueryParams, type KrakenEmbedCurrentDayPnl, type KrakenEmbedGetPortfolioSummaryResponse, } from "./kraken-embed.mjs";
|
|
9
|
+
export { Policies, type SuiTransactionCommandOperator, type SuiTransferObjectsCommandField, type TronTransactionCondition, type SuiTransactionCommandCondition, type SuiTransferObjectsCommandCondition, type Policy, type PolicyCreateRuleResponse, type PolicyDeleteResponse, type PolicyDeleteRuleResponse, type PolicyUpdateRuleResponse, type PolicyGetRuleResponse, type PolicyCreateParams, type PolicyCreateRuleParams, type PolicyDeleteParams, type PolicyDeleteRuleParams, type PolicyUpdateParams, type PolicyUpdateRuleParams, type PolicyGetRuleParams, } from "./policies.mjs";
|
|
9
10
|
export { Transactions, type TransactionGetResponse } from "./transactions.mjs";
|
|
10
|
-
export { Users, type
|
|
11
|
-
export { Wallets, type
|
|
12
|
-
export { Webhooks, type
|
|
13
|
-
export { Yield, type EvmCaip2ChainID, type EthereumYieldProvider, type EthereumYieldSweepType, type EthereumYieldSweepStatus, type EthereumYieldDepositInput, type EthereumYieldWithdrawInput, type EthereumYieldSweepResponse, type EthereumVaultDetailsInput, type EthereumYieldSweepIDInput, type EthereumVaultResponse, type EthereumVaultDetailsResponse, type EthereumYieldPositionsInput, type EthereumVaultPosition, type EthereumYieldPositionResponse, type EthereumYieldClaimInput, type EthereumYieldClaimReward, type EthereumYieldClaimResponse, } from "./yield.mjs";
|
|
11
|
+
export { Users, type LinkedAccountEmail, type LinkedAccountPhone, type LinkedAccountBaseWallet, type LinkedAccountEthereum, type SmartWalletType, type LinkedAccountSmartWallet, type LinkedAccountSolana, type LinkedAccountFarcaster, type LinkedAccountPasskey, type LinkedAccountTelegram, type EmbeddedWalletRecoveryMethod, type LinkedAccountEthereumEmbeddedWallet, type LinkedAccountSolanaEmbeddedWallet, type LinkedAccountBitcoinSegwitEmbeddedWallet, type LinkedAccountBitcoinTaprootEmbeddedWallet, type LinkedAccountCurveSigningEmbeddedWallet, type LinkedAccountEmbeddedWallet, type LinkedAccountEmbeddedWalletWithID, type LinkedAccountGoogleOAuth, type LinkedAccountTwitterOAuth, type LinkedAccountDiscordOAuth, type LinkedAccountGitHubOAuth, type LinkedAccountLinkedInOAuth, type LinkedAccountSpotifyOAuth, type LinkedAccountInstagramOAuth, type LinkedAccountTiktokOAuth, type LinkedAccountLineOAuth, type LinkedAccountTwitchOAuth, type LinkedAccountAppleOAuth, type LinkedAccountCustomOAuth, type LinkedAccountCustomJwt, type CrossAppEmbeddedWallet, type CrossAppSmartWallet, type LinkedAccountCrossApp, type LinkedAccountAuthorizationKey, type LinkedAccount, type LinkedAccountType, type CustomMetadata, type LinkedAccountWalletInput, type LinkedAccountEmailInput, type LinkedAccountPhoneInput, type LinkedAccountGoogleInput, type LinkedAccountTwitterInput, type LinkedAccountDiscordInput, type LinkedAccountGitHubInput, type LinkedAccountSpotifyInput, type LinkedAccountInstagramInput, type LinkedAccountTiktokInput, type LinkedAccountLineInput, type LinkedAccountTwitchInput, type LinkedAccountAppleInput, type LinkedAccountLinkedInInput, type LinkedAccountFarcasterInput, type LinkedAccountTelegramInput, type LinkedAccountCustomJwtInput, type LinkedAccountPasskeyInput, type LinkedAccountInput, type UserBatchCreateInput, type SMSMfaMethod, type TotpMfaMethod, type PasskeyMfaMethod, type LinkedMfaMethod, type User, type OAuthTokens, type UserWithIdentityToken, type AuthenticatedUser, type UserCreateParams, type UserListParams, type UserGetByCustomAuthIDParams, type UserGetByDiscordUsernameParams, type UserGetByEmailAddressParams, type UserGetByFarcasterIDParams, type UserGetByGitHubUsernameParams, type UserGetByPhoneNumberParams, type UserGetBySmartWalletAddressParams, type UserGetByTelegramUserIDParams, type UserGetByTelegramUsernameParams, type UserGetByTwitterSubjectParams, type UserGetByTwitterUsernameParams, type UserGetByWalletAddressParams, type UserPregenerateWalletsParams, type UserSearchParams, type UserSetCustomMetadataParams, type UserUnlinkLinkedAccountParams, type UsersCursor, } from "./users.mjs";
|
|
12
|
+
export { Wallets, type CurveSigningChainType, type ExtendedChainType, type FirstClassChainType, type WalletChainType, type WalletCustodian, type CustodialWalletProvider, type CustodialWalletChainType, type CustodialWalletCreateInput, type CustodialWallet, type HpkeImportConfig, type SuiCommandName, type Wallet, type WalletUpdateRequestBody, type WalletBatchItemInput, type WalletBatchCreateInput, type WalletBatchCreateResult, type WalletBatchCreateResponse, type EthereumPersonalSignRpcInput, type EthereumSignTransactionRpcInput, type EthereumSendTransactionRpcInput, type EthereumSignTypedDataRpcInput, type EthereumSignUserOperationRpcInput, type EthereumSign7702AuthorizationRpcInput, type EthereumSecp256k1SignRpcInput, type SolanaSignTransactionRpcInput, type SolanaSignAndSendTransactionRpcInput, type SolanaSignMessageRpcInput, type EthereumSignTransactionRpcResponse, type EthereumSendTransactionRpcResponse, type EthereumPersonalSignRpcResponse, type EthereumSignTypedDataRpcResponse, type EthereumSignUserOperationRpcResponse, type EthereumSign7702AuthorizationRpcResponse, type EthereumSecp256k1SignRpcResponse, type SolanaSignTransactionRpcResponse, type SolanaSignAndSendTransactionRpcResponse, type SolanaSignMessageRpcResponse, type WalletRpcRequestBody, type WalletRpcResponse, type WalletExportResponse, type WalletInitImportResponse, type WalletRawSignResponse, type WalletAuthenticateWithJwtResponse, type WalletCreateWalletsWithRecoveryResponse, type WalletCreateParams, type WalletListParams, type WalletExportParams, type WalletInitImportParams, type WalletRawSignParams, type WalletRpcParams, type WalletSubmitImportParams, type WalletUpdateParams, type WalletAuthenticateWithJwtParams, type WalletCreateWalletsWithRecoveryParams, type WalletsCursor, } from "./wallets/wallets.mjs";
|
|
13
|
+
export { Webhooks, type IntentCreatedWebhookPayload, type IntentAuthorizedWebhookPayload, type IntentExecutedWebhookPayload, type IntentFailedWebhookPayload, type MfaEnabledWebhookPayload, type MfaDisabledWebhookPayload, type TransactionBroadcastedWebhookPayload, type TransactionConfirmedWebhookPayload, type TransactionExecutionRevertedWebhookPayload, type TransactionStillPendingWebhookPayload, type TransactionFailedWebhookPayload, type TransactionReplacedWebhookPayload, type TransactionProviderErrorWebhookPayload, type UserOperationCompletedWebhookPayload, type UserCreatedWebhookPayload, type UserAuthenticatedWebhookPayload, type UserLinkedAccountWebhookPayload, type UserUnlinkedAccountWebhookPayload, type UserUpdatedAccountWebhookPayload, type UserTransferredAccountWebhookPayload, type UserWalletCreatedWebhookPayload, type FundsDepositedWebhookPayload, type FundsWithdrawnWebhookPayload, type PrivateKeyExportWebhookPayload, type WalletRecoverySetupWebhookPayload, type WalletRecoveredWebhookPayload, type YieldDepositConfirmedWebhookPayload, type YieldWithdrawConfirmedWebhookPayload, type YieldClaimConfirmedWebhookPayload, type WebhookPayload, type KrakenEmbedQuoteExecutedWebhookPayload, type KrakenEmbedQuoteExecutionFailedWebhookPayload, type KrakenEmbedQuoteCancelledWebhookPayload, type KrakenEmbedUserVerifiedWebhookPayload, type KrakenEmbedUserDisabledWebhookPayload, type KrakenEmbedUserClosedWebhookPayload, } from "./webhooks.mjs";
|
|
14
|
+
export { Yield, type EvmCaip2ChainID, type EthereumYieldProvider, type EthereumYieldSweepType, type EthereumYieldSweepStatus, type EthereumYieldDepositInput, type EthereumYieldWithdrawInput, type EthereumYieldSweepResponse, type EthereumVaultDetailsInput, type EthereumYieldSweepIDInput, type EthereumVaultResponse, type EthereumVaultDetailsResponse, type EthereumYieldPositionsInput, type EthereumVaultPosition, type EthereumYieldPositionResponse, type EthereumYieldClaimInput, type EthereumYieldClaimReward, type EthereumYieldClaimResponse, type EthereumYieldClaimIDInput, } from "./yield.mjs";
|
|
14
15
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,8BAA8B,EACnC,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,GAC1B;OACM,EACL,YAAY,EACZ,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,WAAW,EAChB,KAAK,gBAAgB,GACtB;OACM,EAAE,SAAS,EAAE,KAAK,mBAAmB,EAAE;OACvC,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
|
package/resources/index.d.ts
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
export { Accounts, type AccountWallet, type AccountResponse, type AccountWalletConfigurationItem, type CreateAccountInput, type AccountsListResponse, } from "./accounts.js";
|
|
1
|
+
export { Accounts, type AccountWallet, type AccountResponse, type AccountWalletConfigurationItem, type AccountDisplayName, type AccountWalletsConfiguration, type CreateAccountInput, type UpdateAccountInput, type AccountsListResponse, type AssetAccountWithBalance, type AccountsDashboardListResponse, type AccountBalanceResponse, type AccountBalanceParams, } from "./accounts.js";
|
|
2
2
|
export { Aggregations, type AggregationMethod, type AggregationMetric, type AggregationWindow, type AggregationGroupBy, type Aggregation, type AggregationInput, } from "./aggregations.js";
|
|
3
3
|
export { Analytics, type AnalyticsEventInput } from "./analytics.js";
|
|
4
|
-
export { Apps, type AppResponse } from "./apps.js";
|
|
5
|
-
export { ClientAuth, type ExternalOAuthProviderID, type PrivyOAuthProviderID, type CustomOAuthProviderID, type OAuthProviderID, type BridgeOnrampProvider, type OnrampProvider, type GetFiatCustomerRequestInput, type CreateOrUpdateFiatCustomerRequestInput, type BridgeFiatRejectionReason, type BridgeFiatCustomerResponse, type BridgeSandboxFiatCustomerResponse, type FiatCustomerResponse, type BridgeDestinationAsset, type BridgeSourceAsset, type BridgeFiatVirtualAccountSource, type BridgeFiatVirtualAccountDestination, type BridgeFiatVirtualAccountRequest, type BridgeSandboxFiatVirtualAccountRequest, type FiatVirtualAccountRequest, type BridgeUsdFiatVirtualAccountDepositInstructions, type BridgeEurFiatVirtualAccountDepositInstructions, type BridgeMxnFiatVirtualAccountDepositInstructions, type BridgeBrlFiatVirtualAccountDepositInstructions, type BridgeGbpFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountResponse, type BridgeSandboxFiatVirtualAccountResponse, type FiatVirtualAccountResponse, } from "./client-auth.js";
|
|
6
|
-
export { Intents, type IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember } from "./intents.js";
|
|
7
|
-
export { KeyQuorums, type
|
|
8
|
-
export {
|
|
4
|
+
export { Apps, type AppResponse, type EmailInviteInput, type WalletInviteInput, type PhoneInviteInput, type UserInviteInput, type AllowlistEntry, type AllowlistDeletionResponse, type TestAccount, type TestAccountsResponse, } from "./apps/apps.js";
|
|
5
|
+
export { ClientAuth, type ExternalOAuthProviderID, type PrivyOAuthProviderID, type CustomOAuthProviderID, type OAuthProviderID, type BridgeOnrampProvider, type OnrampProvider, type GetFiatCustomerRequestInput, type CreateOrUpdateFiatCustomerRequestInput, type BridgeFiatRejectionReason, type BridgeFiatCustomerResponse, type BridgeSandboxFiatCustomerResponse, type FiatCustomerResponse, type FiatCurrencyCode, type CryptoCurrencyCode, type Caip2ChainID, type FiatAmount, type FiatOnrampSource, type FiatOnrampDestination, type FiatOnrampEnvironment, type FiatOnrampProvider, type GetFiatOnrampQuotesInput, type FiatOnrampQuote, type GetFiatOnrampQuotesResponse, type GetFiatOnrampURLInput, type GetFiatOnrampURLResponse, type FiatOnrampTransactionStatus, type GetFiatOnrampTransactionStatusInput, type GetFiatOnrampTransactionStatusResponse, type BridgeDestinationAsset, type BridgeSourceAsset, type BridgeFiatVirtualAccountSource, type BridgeFiatVirtualAccountDestination, type BridgeFiatVirtualAccountRequest, type BridgeSandboxFiatVirtualAccountRequest, type FiatVirtualAccountRequest, type BridgeUsdFiatVirtualAccountDepositInstructions, type BridgeEurFiatVirtualAccountDepositInstructions, type BridgeMxnFiatVirtualAccountDepositInstructions, type BridgeBrlFiatVirtualAccountDepositInstructions, type BridgeGbpFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountDepositInstructions, type BridgeFiatVirtualAccountResponse, type BridgeSandboxFiatVirtualAccountResponse, type FiatVirtualAccountResponse, } from "./client-auth.js";
|
|
6
|
+
export { Intents, type IntentType, type IntentStatus, type RuleIntentRequestDetails, type IntentAuthorizationKeyQuorumMember, type IntentAuthorizationMember, type IntentAuthorization, type BaseActionResult, type RpcIntentResponse, type WalletIntentResponse, type PolicyIntentResponse, type KeyQuorumIntentResponse, type RuleIntentResponse, type IntentResponse, type IntentListParams, type IntentCreatePolicyRuleParams, type IntentDeletePolicyRuleParams, type IntentRpcParams, type IntentUpdateKeyQuorumParams, type IntentUpdatePolicyParams, type IntentUpdatePolicyRuleParams, type IntentUpdateWalletParams, type IntentResponsesCursor, } from "./intents.js";
|
|
7
|
+
export { KeyQuorums, type KeyQuorumCreateParams, type KeyQuorum, type KeyQuorumDeleteResponse, type KeyQuorumDeleteParams, type KeyQuorumUpdateParams, } from "./key-quorums.js";
|
|
8
|
+
export { KrakenEmbed, type KrakenEmbedGetPortfolioSummaryQueryParams, type KrakenEmbedCurrentDayPnl, type KrakenEmbedGetPortfolioSummaryResponse, } from "./kraken-embed.js";
|
|
9
|
+
export { Policies, type SuiTransactionCommandOperator, type SuiTransferObjectsCommandField, type TronTransactionCondition, type SuiTransactionCommandCondition, type SuiTransferObjectsCommandCondition, type Policy, type PolicyCreateRuleResponse, type PolicyDeleteResponse, type PolicyDeleteRuleResponse, type PolicyUpdateRuleResponse, type PolicyGetRuleResponse, type PolicyCreateParams, type PolicyCreateRuleParams, type PolicyDeleteParams, type PolicyDeleteRuleParams, type PolicyUpdateParams, type PolicyUpdateRuleParams, type PolicyGetRuleParams, } from "./policies.js";
|
|
9
10
|
export { Transactions, type TransactionGetResponse } from "./transactions.js";
|
|
10
|
-
export { Users, type
|
|
11
|
-
export { Wallets, type
|
|
12
|
-
export { Webhooks, type
|
|
13
|
-
export { Yield, type EvmCaip2ChainID, type EthereumYieldProvider, type EthereumYieldSweepType, type EthereumYieldSweepStatus, type EthereumYieldDepositInput, type EthereumYieldWithdrawInput, type EthereumYieldSweepResponse, type EthereumVaultDetailsInput, type EthereumYieldSweepIDInput, type EthereumVaultResponse, type EthereumVaultDetailsResponse, type EthereumYieldPositionsInput, type EthereumVaultPosition, type EthereumYieldPositionResponse, type EthereumYieldClaimInput, type EthereumYieldClaimReward, type EthereumYieldClaimResponse, } from "./yield.js";
|
|
11
|
+
export { Users, type LinkedAccountEmail, type LinkedAccountPhone, type LinkedAccountBaseWallet, type LinkedAccountEthereum, type SmartWalletType, type LinkedAccountSmartWallet, type LinkedAccountSolana, type LinkedAccountFarcaster, type LinkedAccountPasskey, type LinkedAccountTelegram, type EmbeddedWalletRecoveryMethod, type LinkedAccountEthereumEmbeddedWallet, type LinkedAccountSolanaEmbeddedWallet, type LinkedAccountBitcoinSegwitEmbeddedWallet, type LinkedAccountBitcoinTaprootEmbeddedWallet, type LinkedAccountCurveSigningEmbeddedWallet, type LinkedAccountEmbeddedWallet, type LinkedAccountEmbeddedWalletWithID, type LinkedAccountGoogleOAuth, type LinkedAccountTwitterOAuth, type LinkedAccountDiscordOAuth, type LinkedAccountGitHubOAuth, type LinkedAccountLinkedInOAuth, type LinkedAccountSpotifyOAuth, type LinkedAccountInstagramOAuth, type LinkedAccountTiktokOAuth, type LinkedAccountLineOAuth, type LinkedAccountTwitchOAuth, type LinkedAccountAppleOAuth, type LinkedAccountCustomOAuth, type LinkedAccountCustomJwt, type CrossAppEmbeddedWallet, type CrossAppSmartWallet, type LinkedAccountCrossApp, type LinkedAccountAuthorizationKey, type LinkedAccount, type LinkedAccountType, type CustomMetadata, type LinkedAccountWalletInput, type LinkedAccountEmailInput, type LinkedAccountPhoneInput, type LinkedAccountGoogleInput, type LinkedAccountTwitterInput, type LinkedAccountDiscordInput, type LinkedAccountGitHubInput, type LinkedAccountSpotifyInput, type LinkedAccountInstagramInput, type LinkedAccountTiktokInput, type LinkedAccountLineInput, type LinkedAccountTwitchInput, type LinkedAccountAppleInput, type LinkedAccountLinkedInInput, type LinkedAccountFarcasterInput, type LinkedAccountTelegramInput, type LinkedAccountCustomJwtInput, type LinkedAccountPasskeyInput, type LinkedAccountInput, type UserBatchCreateInput, type SMSMfaMethod, type TotpMfaMethod, type PasskeyMfaMethod, type LinkedMfaMethod, type User, type OAuthTokens, type UserWithIdentityToken, type AuthenticatedUser, type UserCreateParams, type UserListParams, type UserGetByCustomAuthIDParams, type UserGetByDiscordUsernameParams, type UserGetByEmailAddressParams, type UserGetByFarcasterIDParams, type UserGetByGitHubUsernameParams, type UserGetByPhoneNumberParams, type UserGetBySmartWalletAddressParams, type UserGetByTelegramUserIDParams, type UserGetByTelegramUsernameParams, type UserGetByTwitterSubjectParams, type UserGetByTwitterUsernameParams, type UserGetByWalletAddressParams, type UserPregenerateWalletsParams, type UserSearchParams, type UserSetCustomMetadataParams, type UserUnlinkLinkedAccountParams, type UsersCursor, } from "./users.js";
|
|
12
|
+
export { Wallets, type CurveSigningChainType, type ExtendedChainType, type FirstClassChainType, type WalletChainType, type WalletCustodian, type CustodialWalletProvider, type CustodialWalletChainType, type CustodialWalletCreateInput, type CustodialWallet, type HpkeImportConfig, type SuiCommandName, type Wallet, type WalletUpdateRequestBody, type WalletBatchItemInput, type WalletBatchCreateInput, type WalletBatchCreateResult, type WalletBatchCreateResponse, type EthereumPersonalSignRpcInput, type EthereumSignTransactionRpcInput, type EthereumSendTransactionRpcInput, type EthereumSignTypedDataRpcInput, type EthereumSignUserOperationRpcInput, type EthereumSign7702AuthorizationRpcInput, type EthereumSecp256k1SignRpcInput, type SolanaSignTransactionRpcInput, type SolanaSignAndSendTransactionRpcInput, type SolanaSignMessageRpcInput, type EthereumSignTransactionRpcResponse, type EthereumSendTransactionRpcResponse, type EthereumPersonalSignRpcResponse, type EthereumSignTypedDataRpcResponse, type EthereumSignUserOperationRpcResponse, type EthereumSign7702AuthorizationRpcResponse, type EthereumSecp256k1SignRpcResponse, type SolanaSignTransactionRpcResponse, type SolanaSignAndSendTransactionRpcResponse, type SolanaSignMessageRpcResponse, type WalletRpcRequestBody, type WalletRpcResponse, type WalletExportResponse, type WalletInitImportResponse, type WalletRawSignResponse, type WalletAuthenticateWithJwtResponse, type WalletCreateWalletsWithRecoveryResponse, type WalletCreateParams, type WalletListParams, type WalletExportParams, type WalletInitImportParams, type WalletRawSignParams, type WalletRpcParams, type WalletSubmitImportParams, type WalletUpdateParams, type WalletAuthenticateWithJwtParams, type WalletCreateWalletsWithRecoveryParams, type WalletsCursor, } from "./wallets/wallets.js";
|
|
13
|
+
export { Webhooks, type IntentCreatedWebhookPayload, type IntentAuthorizedWebhookPayload, type IntentExecutedWebhookPayload, type IntentFailedWebhookPayload, type MfaEnabledWebhookPayload, type MfaDisabledWebhookPayload, type TransactionBroadcastedWebhookPayload, type TransactionConfirmedWebhookPayload, type TransactionExecutionRevertedWebhookPayload, type TransactionStillPendingWebhookPayload, type TransactionFailedWebhookPayload, type TransactionReplacedWebhookPayload, type TransactionProviderErrorWebhookPayload, type UserOperationCompletedWebhookPayload, type UserCreatedWebhookPayload, type UserAuthenticatedWebhookPayload, type UserLinkedAccountWebhookPayload, type UserUnlinkedAccountWebhookPayload, type UserUpdatedAccountWebhookPayload, type UserTransferredAccountWebhookPayload, type UserWalletCreatedWebhookPayload, type FundsDepositedWebhookPayload, type FundsWithdrawnWebhookPayload, type PrivateKeyExportWebhookPayload, type WalletRecoverySetupWebhookPayload, type WalletRecoveredWebhookPayload, type YieldDepositConfirmedWebhookPayload, type YieldWithdrawConfirmedWebhookPayload, type YieldClaimConfirmedWebhookPayload, type WebhookPayload, type KrakenEmbedQuoteExecutedWebhookPayload, type KrakenEmbedQuoteExecutionFailedWebhookPayload, type KrakenEmbedQuoteCancelledWebhookPayload, type KrakenEmbedUserVerifiedWebhookPayload, type KrakenEmbedUserDisabledWebhookPayload, type KrakenEmbedUserClosedWebhookPayload, } from "./webhooks.js";
|
|
14
|
+
export { Yield, type EvmCaip2ChainID, type EthereumYieldProvider, type EthereumYieldSweepType, type EthereumYieldSweepStatus, type EthereumYieldDepositInput, type EthereumYieldWithdrawInput, type EthereumYieldSweepResponse, type EthereumVaultDetailsInput, type EthereumYieldSweepIDInput, type EthereumVaultResponse, type EthereumVaultDetailsResponse, type EthereumYieldPositionsInput, type EthereumVaultPosition, type EthereumYieldPositionResponse, type EthereumYieldClaimInput, type EthereumYieldClaimReward, type EthereumYieldClaimResponse, type EthereumYieldClaimIDInput, } from "./yield.js";
|
|
14
15
|
//# sourceMappingURL=index.d.ts.map
|
package/resources/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,8BAA8B,EACnC,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,GAC1B;OACM,EACL,YAAY,EACZ,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,WAAW,EAChB,KAAK,gBAAgB,GACtB;OACM,EAAE,SAAS,EAAE,KAAK,mBAAmB,EAAE;OACvC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
|
package/resources/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Yield = exports.Webhooks = exports.Wallets = exports.Users = exports.Transactions = exports.Policies = exports.KeyQuorums = exports.Intents = exports.ClientAuth = exports.Apps = exports.Analytics = exports.Aggregations = exports.Accounts = void 0;
|
|
4
|
+
exports.Yield = exports.Webhooks = exports.Wallets = exports.Users = exports.Transactions = exports.Policies = exports.KrakenEmbed = exports.KeyQuorums = exports.Intents = exports.ClientAuth = exports.Apps = exports.Analytics = exports.Aggregations = exports.Accounts = void 0;
|
|
5
5
|
var accounts_1 = require("./accounts.js");
|
|
6
6
|
Object.defineProperty(exports, "Accounts", { enumerable: true, get: function () { return accounts_1.Accounts; } });
|
|
7
7
|
var aggregations_1 = require("./aggregations.js");
|
|
8
8
|
Object.defineProperty(exports, "Aggregations", { enumerable: true, get: function () { return aggregations_1.Aggregations; } });
|
|
9
9
|
var analytics_1 = require("./analytics.js");
|
|
10
10
|
Object.defineProperty(exports, "Analytics", { enumerable: true, get: function () { return analytics_1.Analytics; } });
|
|
11
|
-
var apps_1 = require("./apps.js");
|
|
11
|
+
var apps_1 = require("./apps/apps.js");
|
|
12
12
|
Object.defineProperty(exports, "Apps", { enumerable: true, get: function () { return apps_1.Apps; } });
|
|
13
13
|
var client_auth_1 = require("./client-auth.js");
|
|
14
14
|
Object.defineProperty(exports, "ClientAuth", { enumerable: true, get: function () { return client_auth_1.ClientAuth; } });
|
|
@@ -16,6 +16,8 @@ var intents_1 = require("./intents.js");
|
|
|
16
16
|
Object.defineProperty(exports, "Intents", { enumerable: true, get: function () { return intents_1.Intents; } });
|
|
17
17
|
var key_quorums_1 = require("./key-quorums.js");
|
|
18
18
|
Object.defineProperty(exports, "KeyQuorums", { enumerable: true, get: function () { return key_quorums_1.KeyQuorums; } });
|
|
19
|
+
var kraken_embed_1 = require("./kraken-embed.js");
|
|
20
|
+
Object.defineProperty(exports, "KrakenEmbed", { enumerable: true, get: function () { return kraken_embed_1.KrakenEmbed; } });
|
|
19
21
|
var policies_1 = require("./policies.js");
|
|
20
22
|
Object.defineProperty(exports, "Policies", { enumerable: true, get: function () { return policies_1.Policies; } });
|
|
21
23
|
var transactions_1 = require("./transactions.js");
|
package/resources/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0CAcoB;AAblB,oGAAA,QAAQ,OAAA;AAcV,kDAQwB;AAPtB,4GAAA,YAAY,OAAA;AAQd,4CAAkE;AAAzD,sGAAA,SAAS,OAAA;AAClB,uCAWqB;AAVnB,4FAAA,IAAI,OAAA;AAWN,gDA8CuB;AA7CrB,yGAAA,UAAU,OAAA;AA8CZ,wCAwBmB;AAvBjB,kGAAA,OAAO,OAAA;AAwBT,gDAOuB;AANrB,yGAAA,UAAU,OAAA;AAOZ,kDAKwB;AAJtB,2GAAA,WAAW,OAAA;AAKb,0CAoBoB;AAnBlB,oGAAA,QAAQ,OAAA;AAoBV,kDAA2E;AAAlE,4GAAA,YAAY,OAAA;AACrB,oCAuFiB;AAtFf,8FAAA,KAAK,OAAA;AAuFP,gDAyD2B;AAxDzB,kGAAA,OAAO,OAAA;AAyDT,0CAsCoB;AArClB,oGAAA,QAAQ,OAAA;AAsCV,oCAoBiB;AAnBf,8FAAA,KAAK,OAAA"}
|
package/resources/index.mjs
CHANGED
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
export { Accounts, } from "./accounts.mjs";
|
|
3
3
|
export { Aggregations, } from "./aggregations.mjs";
|
|
4
4
|
export { Analytics } from "./analytics.mjs";
|
|
5
|
-
export { Apps } from "./apps.mjs";
|
|
5
|
+
export { Apps, } from "./apps/apps.mjs";
|
|
6
6
|
export { ClientAuth, } from "./client-auth.mjs";
|
|
7
|
-
export { Intents } from "./intents.mjs";
|
|
7
|
+
export { Intents, } from "./intents.mjs";
|
|
8
8
|
export { KeyQuorums, } from "./key-quorums.mjs";
|
|
9
|
+
export { KrakenEmbed, } from "./kraken-embed.mjs";
|
|
9
10
|
export { Policies, } from "./policies.mjs";
|
|
10
11
|
export { Transactions } from "./transactions.mjs";
|
|
11
12
|
export { Users, } from "./users.mjs";
|
package/resources/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,QAAQ,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,QAAQ,GAaT;OACM,EACL,YAAY,GAOb;OACM,EAAE,SAAS,EAA4B;OACvC,EACL,IAAI,GAUL;OACM,EACL,UAAU,GA6CX;OACM,EACL,OAAO,GAuBR;OACM,EACL,UAAU,GAMX;OACM,EACL,WAAW,GAIZ;OACM,EACL,QAAQ,GAmBT;OACM,EAAE,YAAY,EAA+B;OAC7C,EACL,KAAK,GAsFN;OACM,EACL,OAAO,GAwDR;OACM,EACL,QAAQ,GAqCT;OACM,EACL,KAAK,GAmBN"}
|