@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
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Apps = exports.Allowlist = void 0;
|
|
5
|
+
var allowlist_1 = require("./allowlist.js");
|
|
6
|
+
Object.defineProperty(exports, "Allowlist", { enumerable: true, get: function () { return allowlist_1.Allowlist; } });
|
|
7
|
+
var apps_1 = require("./apps.js");
|
|
8
|
+
Object.defineProperty(exports, "Apps", { enumerable: true, get: function () { return apps_1.Apps; } });
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/apps/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4CAKqB;AAJnB,sGAAA,SAAS,OAAA;AAKX,kCAWgB;AAVd,4FAAA,IAAI,OAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/apps/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,SAAS,GAIV;OACM,EACL,IAAI,GAUL"}
|
package/resources/apps.d.mts
CHANGED
|
@@ -1,152 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import * as ClientAuthAPI from "./client-auth.mjs";
|
|
3
|
-
export declare class Apps extends APIResource {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* The response for getting an app.
|
|
7
|
-
*/
|
|
8
|
-
export interface AppResponse {
|
|
9
|
-
id: string;
|
|
10
|
-
accent_color: string | null;
|
|
11
|
-
allowed_domains: Array<string>;
|
|
12
|
-
allowed_native_app_ids: Array<string>;
|
|
13
|
-
allowed_native_app_url_schemes: Array<string>;
|
|
14
|
-
allowlist_config: AppResponse.AllowlistConfig;
|
|
15
|
-
allowlist_enabled: boolean;
|
|
16
|
-
apple_oauth: boolean;
|
|
17
|
-
captcha_enabled: boolean;
|
|
18
|
-
custom_api_url: string | null;
|
|
19
|
-
custom_jwt_auth: boolean;
|
|
20
|
-
custom_oauth_providers: Array<AppResponse.CustomOAuthProvider>;
|
|
21
|
-
disable_plus_emails: boolean;
|
|
22
|
-
discord_oauth: boolean;
|
|
23
|
-
email_auth: boolean;
|
|
24
|
-
embedded_wallet_config: AppResponse.EmbeddedWalletConfig;
|
|
25
|
-
enabled_captcha_provider: 'turnstile' | 'hcaptcha' | null;
|
|
26
|
-
enforce_wallet_uis: boolean;
|
|
27
|
-
farcaster_auth: boolean;
|
|
28
|
-
farcaster_link_wallets_enabled: boolean;
|
|
29
|
-
fiat_on_ramp_enabled: boolean;
|
|
30
|
-
github_oauth: boolean;
|
|
31
|
-
google_oauth: boolean;
|
|
32
|
-
guest_auth: boolean;
|
|
33
|
-
icon_url: string | null;
|
|
34
|
-
instagram_oauth: boolean;
|
|
35
|
-
legacy_wallet_ui_config: boolean;
|
|
36
|
-
line_oauth: boolean;
|
|
37
|
-
linkedin_oauth: boolean;
|
|
38
|
-
logo_url: string | null;
|
|
39
|
-
max_linked_wallets_per_user: number | null;
|
|
40
|
-
mfa_methods: Array<'sms' | 'totp' | 'passkey'>;
|
|
41
|
-
name: string;
|
|
42
|
-
passkey_auth: boolean;
|
|
43
|
-
passkeys_for_signup_enabled: boolean;
|
|
44
|
-
privacy_policy_url: string | null;
|
|
45
|
-
require_users_accept_terms: boolean | null;
|
|
46
|
-
show_wallet_login_first: boolean;
|
|
47
|
-
smart_wallet_config: AppResponse.Enabled | AppResponse.UnionMember1;
|
|
48
|
-
sms_auth: boolean;
|
|
49
|
-
solana_wallet_auth: boolean;
|
|
50
|
-
spotify_oauth: boolean;
|
|
51
|
-
telegram_auth: boolean;
|
|
52
|
-
terms_and_conditions_url: string | null;
|
|
53
|
-
theme: string;
|
|
54
|
-
tiktok_oauth: boolean;
|
|
55
|
-
twitch_oauth: boolean;
|
|
56
|
-
twitter_oauth: boolean;
|
|
57
|
-
twitter_oauth_on_mobile_enabled: boolean;
|
|
58
|
-
verification_key: string;
|
|
59
|
-
wallet_auth: boolean;
|
|
60
|
-
wallet_connect_cloud_project_id: string | null;
|
|
61
|
-
whatsapp_enabled: boolean;
|
|
62
|
-
captcha_site_key?: string;
|
|
63
|
-
funding_config?: AppResponse.FundingConfig;
|
|
64
|
-
telegram_auth_config?: AppResponse.TelegramAuthConfig;
|
|
65
|
-
}
|
|
66
|
-
export declare namespace AppResponse {
|
|
67
|
-
interface AllowlistConfig {
|
|
68
|
-
cta_link: string | null;
|
|
69
|
-
cta_text: string | null;
|
|
70
|
-
error_detail: string | null;
|
|
71
|
-
error_title: string | null;
|
|
72
|
-
}
|
|
73
|
-
interface CustomOAuthProvider {
|
|
74
|
-
enabled: boolean;
|
|
75
|
-
/**
|
|
76
|
-
* The ID of a custom OAuth provider, set up for this app. Must start with
|
|
77
|
-
* "custom:".
|
|
78
|
-
*/
|
|
79
|
-
provider: ClientAuthAPI.CustomOAuthProviderID;
|
|
80
|
-
provider_display_name: string;
|
|
81
|
-
provider_icon_url: string;
|
|
82
|
-
}
|
|
83
|
-
interface EmbeddedWalletConfig {
|
|
84
|
-
create_on_login: 'users-without-wallets' | 'all-users' | 'off';
|
|
85
|
-
ethereum: EmbeddedWalletConfig.Ethereum;
|
|
86
|
-
mode: 'legacy-embedded-wallets-only' | 'user-controlled-server-wallets-only';
|
|
87
|
-
solana: EmbeddedWalletConfig.Solana;
|
|
88
|
-
user_owned_recovery_options: Array<'user-passcode' | 'google-drive' | 'icloud'>;
|
|
89
|
-
require_user_owned_recovery_on_create?: boolean;
|
|
90
|
-
require_user_password_on_create?: boolean;
|
|
91
|
-
}
|
|
92
|
-
namespace EmbeddedWalletConfig {
|
|
93
|
-
interface Ethereum {
|
|
94
|
-
create_on_login: 'users-without-wallets' | 'all-users' | 'off';
|
|
95
|
-
}
|
|
96
|
-
interface Solana {
|
|
97
|
-
create_on_login: 'users-without-wallets' | 'all-users' | 'off';
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
interface Enabled {
|
|
101
|
-
enabled: false;
|
|
102
|
-
}
|
|
103
|
-
interface UnionMember1 {
|
|
104
|
-
configured_networks: Array<UnionMember1.ConfiguredNetwork>;
|
|
105
|
-
enabled: true;
|
|
106
|
-
smart_wallet_type: 'safe' | 'kernel' | 'light_account' | 'biconomy' | 'coinbase_smart_wallet' | 'thirdweb';
|
|
107
|
-
smart_wallet_version?: string;
|
|
108
|
-
}
|
|
109
|
-
namespace UnionMember1 {
|
|
110
|
-
interface ConfiguredNetwork {
|
|
111
|
-
bundler_url: string;
|
|
112
|
-
chain_id: string;
|
|
113
|
-
chain_name?: string;
|
|
114
|
-
paymaster_context?: ConfiguredNetwork.PaymasterContext;
|
|
115
|
-
paymaster_url?: string;
|
|
116
|
-
rpc_url?: string;
|
|
117
|
-
}
|
|
118
|
-
namespace ConfiguredNetwork {
|
|
119
|
-
interface PaymasterContext {
|
|
120
|
-
policy_id: string;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
interface FundingConfig {
|
|
125
|
-
cross_chain_bridging_enabled: boolean;
|
|
126
|
-
default_recommended_amount: string;
|
|
127
|
-
default_recommended_currency: FundingConfig.DefaultRecommendedCurrency;
|
|
128
|
-
methods: Array<'moonpay' | 'coinbase-onramp' | 'external'>;
|
|
129
|
-
options: Array<FundingConfig.Option>;
|
|
130
|
-
prompt_funding_on_wallet_creation: boolean;
|
|
131
|
-
}
|
|
132
|
-
namespace FundingConfig {
|
|
133
|
-
interface DefaultRecommendedCurrency {
|
|
134
|
-
chain: string;
|
|
135
|
-
asset?: 'native-currency' | 'USDC';
|
|
136
|
-
}
|
|
137
|
-
interface Option {
|
|
138
|
-
method: string;
|
|
139
|
-
provider: string;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
interface TelegramAuthConfig {
|
|
143
|
-
bot_id: string;
|
|
144
|
-
bot_name: string;
|
|
145
|
-
link_enabled: boolean;
|
|
146
|
-
seamless_auth_enabled: boolean;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
export declare namespace Apps {
|
|
150
|
-
export { type AppResponse as AppResponse };
|
|
151
|
-
}
|
|
1
|
+
export * from "./apps/index.mjs";
|
|
152
2
|
//# sourceMappingURL=apps.d.mts.map
|
package/resources/apps.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apps.d.mts","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"apps.d.mts","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":""}
|
package/resources/apps.d.ts
CHANGED
|
@@ -1,152 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import * as ClientAuthAPI from "./client-auth.js";
|
|
3
|
-
export declare class Apps extends APIResource {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* The response for getting an app.
|
|
7
|
-
*/
|
|
8
|
-
export interface AppResponse {
|
|
9
|
-
id: string;
|
|
10
|
-
accent_color: string | null;
|
|
11
|
-
allowed_domains: Array<string>;
|
|
12
|
-
allowed_native_app_ids: Array<string>;
|
|
13
|
-
allowed_native_app_url_schemes: Array<string>;
|
|
14
|
-
allowlist_config: AppResponse.AllowlistConfig;
|
|
15
|
-
allowlist_enabled: boolean;
|
|
16
|
-
apple_oauth: boolean;
|
|
17
|
-
captcha_enabled: boolean;
|
|
18
|
-
custom_api_url: string | null;
|
|
19
|
-
custom_jwt_auth: boolean;
|
|
20
|
-
custom_oauth_providers: Array<AppResponse.CustomOAuthProvider>;
|
|
21
|
-
disable_plus_emails: boolean;
|
|
22
|
-
discord_oauth: boolean;
|
|
23
|
-
email_auth: boolean;
|
|
24
|
-
embedded_wallet_config: AppResponse.EmbeddedWalletConfig;
|
|
25
|
-
enabled_captcha_provider: 'turnstile' | 'hcaptcha' | null;
|
|
26
|
-
enforce_wallet_uis: boolean;
|
|
27
|
-
farcaster_auth: boolean;
|
|
28
|
-
farcaster_link_wallets_enabled: boolean;
|
|
29
|
-
fiat_on_ramp_enabled: boolean;
|
|
30
|
-
github_oauth: boolean;
|
|
31
|
-
google_oauth: boolean;
|
|
32
|
-
guest_auth: boolean;
|
|
33
|
-
icon_url: string | null;
|
|
34
|
-
instagram_oauth: boolean;
|
|
35
|
-
legacy_wallet_ui_config: boolean;
|
|
36
|
-
line_oauth: boolean;
|
|
37
|
-
linkedin_oauth: boolean;
|
|
38
|
-
logo_url: string | null;
|
|
39
|
-
max_linked_wallets_per_user: number | null;
|
|
40
|
-
mfa_methods: Array<'sms' | 'totp' | 'passkey'>;
|
|
41
|
-
name: string;
|
|
42
|
-
passkey_auth: boolean;
|
|
43
|
-
passkeys_for_signup_enabled: boolean;
|
|
44
|
-
privacy_policy_url: string | null;
|
|
45
|
-
require_users_accept_terms: boolean | null;
|
|
46
|
-
show_wallet_login_first: boolean;
|
|
47
|
-
smart_wallet_config: AppResponse.Enabled | AppResponse.UnionMember1;
|
|
48
|
-
sms_auth: boolean;
|
|
49
|
-
solana_wallet_auth: boolean;
|
|
50
|
-
spotify_oauth: boolean;
|
|
51
|
-
telegram_auth: boolean;
|
|
52
|
-
terms_and_conditions_url: string | null;
|
|
53
|
-
theme: string;
|
|
54
|
-
tiktok_oauth: boolean;
|
|
55
|
-
twitch_oauth: boolean;
|
|
56
|
-
twitter_oauth: boolean;
|
|
57
|
-
twitter_oauth_on_mobile_enabled: boolean;
|
|
58
|
-
verification_key: string;
|
|
59
|
-
wallet_auth: boolean;
|
|
60
|
-
wallet_connect_cloud_project_id: string | null;
|
|
61
|
-
whatsapp_enabled: boolean;
|
|
62
|
-
captcha_site_key?: string;
|
|
63
|
-
funding_config?: AppResponse.FundingConfig;
|
|
64
|
-
telegram_auth_config?: AppResponse.TelegramAuthConfig;
|
|
65
|
-
}
|
|
66
|
-
export declare namespace AppResponse {
|
|
67
|
-
interface AllowlistConfig {
|
|
68
|
-
cta_link: string | null;
|
|
69
|
-
cta_text: string | null;
|
|
70
|
-
error_detail: string | null;
|
|
71
|
-
error_title: string | null;
|
|
72
|
-
}
|
|
73
|
-
interface CustomOAuthProvider {
|
|
74
|
-
enabled: boolean;
|
|
75
|
-
/**
|
|
76
|
-
* The ID of a custom OAuth provider, set up for this app. Must start with
|
|
77
|
-
* "custom:".
|
|
78
|
-
*/
|
|
79
|
-
provider: ClientAuthAPI.CustomOAuthProviderID;
|
|
80
|
-
provider_display_name: string;
|
|
81
|
-
provider_icon_url: string;
|
|
82
|
-
}
|
|
83
|
-
interface EmbeddedWalletConfig {
|
|
84
|
-
create_on_login: 'users-without-wallets' | 'all-users' | 'off';
|
|
85
|
-
ethereum: EmbeddedWalletConfig.Ethereum;
|
|
86
|
-
mode: 'legacy-embedded-wallets-only' | 'user-controlled-server-wallets-only';
|
|
87
|
-
solana: EmbeddedWalletConfig.Solana;
|
|
88
|
-
user_owned_recovery_options: Array<'user-passcode' | 'google-drive' | 'icloud'>;
|
|
89
|
-
require_user_owned_recovery_on_create?: boolean;
|
|
90
|
-
require_user_password_on_create?: boolean;
|
|
91
|
-
}
|
|
92
|
-
namespace EmbeddedWalletConfig {
|
|
93
|
-
interface Ethereum {
|
|
94
|
-
create_on_login: 'users-without-wallets' | 'all-users' | 'off';
|
|
95
|
-
}
|
|
96
|
-
interface Solana {
|
|
97
|
-
create_on_login: 'users-without-wallets' | 'all-users' | 'off';
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
interface Enabled {
|
|
101
|
-
enabled: false;
|
|
102
|
-
}
|
|
103
|
-
interface UnionMember1 {
|
|
104
|
-
configured_networks: Array<UnionMember1.ConfiguredNetwork>;
|
|
105
|
-
enabled: true;
|
|
106
|
-
smart_wallet_type: 'safe' | 'kernel' | 'light_account' | 'biconomy' | 'coinbase_smart_wallet' | 'thirdweb';
|
|
107
|
-
smart_wallet_version?: string;
|
|
108
|
-
}
|
|
109
|
-
namespace UnionMember1 {
|
|
110
|
-
interface ConfiguredNetwork {
|
|
111
|
-
bundler_url: string;
|
|
112
|
-
chain_id: string;
|
|
113
|
-
chain_name?: string;
|
|
114
|
-
paymaster_context?: ConfiguredNetwork.PaymasterContext;
|
|
115
|
-
paymaster_url?: string;
|
|
116
|
-
rpc_url?: string;
|
|
117
|
-
}
|
|
118
|
-
namespace ConfiguredNetwork {
|
|
119
|
-
interface PaymasterContext {
|
|
120
|
-
policy_id: string;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
interface FundingConfig {
|
|
125
|
-
cross_chain_bridging_enabled: boolean;
|
|
126
|
-
default_recommended_amount: string;
|
|
127
|
-
default_recommended_currency: FundingConfig.DefaultRecommendedCurrency;
|
|
128
|
-
methods: Array<'moonpay' | 'coinbase-onramp' | 'external'>;
|
|
129
|
-
options: Array<FundingConfig.Option>;
|
|
130
|
-
prompt_funding_on_wallet_creation: boolean;
|
|
131
|
-
}
|
|
132
|
-
namespace FundingConfig {
|
|
133
|
-
interface DefaultRecommendedCurrency {
|
|
134
|
-
chain: string;
|
|
135
|
-
asset?: 'native-currency' | 'USDC';
|
|
136
|
-
}
|
|
137
|
-
interface Option {
|
|
138
|
-
method: string;
|
|
139
|
-
provider: string;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
interface TelegramAuthConfig {
|
|
143
|
-
bot_id: string;
|
|
144
|
-
bot_name: string;
|
|
145
|
-
link_enabled: boolean;
|
|
146
|
-
seamless_auth_enabled: boolean;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
export declare namespace Apps {
|
|
150
|
-
export { type AppResponse as AppResponse };
|
|
151
|
-
}
|
|
1
|
+
export * from "./apps/index.js";
|
|
152
2
|
//# sourceMappingURL=apps.d.ts.map
|
package/resources/apps.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apps.d.ts","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"apps.d.ts","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":""}
|
package/resources/apps.js
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
class Apps extends resource_1.APIResource {
|
|
7
|
-
}
|
|
8
|
-
exports.Apps = Apps;
|
|
4
|
+
const tslib_1 = require("../internal/tslib.js");
|
|
5
|
+
tslib_1.__exportStar(require("./apps/index.js"), exports);
|
|
9
6
|
//# sourceMappingURL=apps.js.map
|
package/resources/apps.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apps.js","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,
|
|
1
|
+
{"version":3,"file":"apps.js","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA6B"}
|
package/resources/apps.mjs
CHANGED
package/resources/apps.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apps.mjs","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"AAAA,sFAAsF
|
|
1
|
+
{"version":3,"file":"apps.mjs","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|
|
@@ -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.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-auth.d.mts","sourceRoot":"","sources":["../src/resources/client-auth.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"client-auth.d.mts","sourceRoot":"","sources":["../src/resources/client-auth.ts"],"names":[],"mappings":"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"}
|