@turnkey/core 1.0.0-beta.2 → 1.0.0-beta.5
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/dist/__clients__/core.d.ts +92 -9
- package/dist/__clients__/core.d.ts.map +1 -1
- package/dist/__clients__/core.js +699 -535
- package/dist/__clients__/core.js.map +1 -1
- package/dist/__clients__/core.mjs +702 -538
- package/dist/__clients__/core.mjs.map +1 -1
- package/dist/__generated__/sdk-client-base.d.ts +1 -1
- package/dist/__generated__/sdk-client-base.d.ts.map +1 -1
- package/dist/__generated__/sdk-client-base.js +156 -253
- package/dist/__generated__/sdk-client-base.js.map +1 -1
- package/dist/__generated__/sdk-client-base.mjs +156 -253
- package/dist/__generated__/sdk-client-base.mjs.map +1 -1
- package/dist/__generated__/version.d.ts +1 -1
- package/dist/__generated__/version.js +1 -1
- package/dist/__generated__/version.mjs +1 -1
- package/dist/__inputs__/public_api.types.d.ts +377 -504
- package/dist/__inputs__/public_api.types.d.ts.map +1 -1
- package/dist/__types__/base.d.ts +193 -75
- package/dist/__types__/base.d.ts.map +1 -1
- package/dist/__types__/base.js +14 -13
- package/dist/__types__/base.js.map +1 -1
- package/dist/__types__/base.mjs +15 -14
- package/dist/__types__/base.mjs.map +1 -1
- package/dist/__wallet__/base.d.ts +11 -0
- package/dist/__wallet__/base.d.ts.map +1 -1
- package/dist/__wallet__/base.js +12 -1
- package/dist/__wallet__/base.js.map +1 -1
- package/dist/__wallet__/base.mjs +12 -1
- package/dist/__wallet__/base.mjs.map +1 -1
- package/dist/__wallet__/connector.d.ts +31 -4
- package/dist/__wallet__/connector.d.ts.map +1 -1
- package/dist/__wallet__/connector.js +35 -5
- package/dist/__wallet__/connector.js.map +1 -1
- package/dist/__wallet__/connector.mjs +35 -5
- package/dist/__wallet__/connector.mjs.map +1 -1
- package/dist/__wallet__/mobile/manager.d.ts +21 -5
- package/dist/__wallet__/mobile/manager.d.ts.map +1 -1
- package/dist/__wallet__/mobile/manager.js +28 -11
- package/dist/__wallet__/mobile/manager.js.map +1 -1
- package/dist/__wallet__/mobile/manager.mjs +28 -11
- package/dist/__wallet__/mobile/manager.mjs.map +1 -1
- package/dist/__wallet__/stamper.d.ts +73 -2
- package/dist/__wallet__/stamper.d.ts.map +1 -1
- package/dist/__wallet__/stamper.js +81 -15
- package/dist/__wallet__/stamper.js.map +1 -1
- package/dist/__wallet__/stamper.mjs +82 -16
- package/dist/__wallet__/stamper.mjs.map +1 -1
- package/dist/__wallet__/wallet-connect/base.d.ts +102 -19
- package/dist/__wallet__/wallet-connect/base.d.ts.map +1 -1
- package/dist/__wallet__/wallet-connect/base.js +198 -77
- package/dist/__wallet__/wallet-connect/base.js.map +1 -1
- package/dist/__wallet__/wallet-connect/base.mjs +198 -77
- package/dist/__wallet__/wallet-connect/base.mjs.map +1 -1
- package/dist/__wallet__/wallet-connect/client.d.ts +50 -17
- package/dist/__wallet__/wallet-connect/client.d.ts.map +1 -1
- package/dist/__wallet__/wallet-connect/client.js +76 -19
- package/dist/__wallet__/wallet-connect/client.js.map +1 -1
- package/dist/__wallet__/wallet-connect/client.mjs +76 -19
- package/dist/__wallet__/wallet-connect/client.mjs.map +1 -1
- package/dist/__wallet__/web/manager.d.ts +20 -12
- package/dist/__wallet__/web/manager.d.ts.map +1 -1
- package/dist/__wallet__/web/manager.js +29 -21
- package/dist/__wallet__/web/manager.js.map +1 -1
- package/dist/__wallet__/web/manager.mjs +29 -21
- package/dist/__wallet__/web/manager.mjs.map +1 -1
- package/dist/__wallet__/web/native/ethereum.d.ts +45 -11
- package/dist/__wallet__/web/native/ethereum.d.ts.map +1 -1
- package/dist/__wallet__/web/native/ethereum.js +58 -17
- package/dist/__wallet__/web/native/ethereum.js.map +1 -1
- package/dist/__wallet__/web/native/ethereum.mjs +58 -17
- package/dist/__wallet__/web/native/ethereum.mjs.map +1 -1
- package/dist/__wallet__/web/native/solana.d.ts +56 -3
- package/dist/__wallet__/web/native/solana.d.ts.map +1 -1
- package/dist/__wallet__/web/native/solana.js +95 -36
- package/dist/__wallet__/web/native/solana.js.map +1 -1
- package/dist/__wallet__/web/native/solana.mjs +95 -36
- package/dist/__wallet__/web/native/solana.mjs.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/utils.d.ts +59 -13
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +105 -30
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +103 -29
- package/dist/utils.mjs.map +1 -1
- package/package.json +8 -8
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export type paths = {
|
|
6
6
|
"/public/v1/query/get_activity": {
|
|
7
|
-
/** Get details about an
|
|
7
|
+
/** Get details about an activity. */
|
|
8
8
|
post: operations["PublicApiService_GetActivity"];
|
|
9
9
|
};
|
|
10
10
|
"/public/v1/query/get_api_key": {
|
|
11
|
-
/** Get details about an API key */
|
|
11
|
+
/** Get details about an API key. */
|
|
12
12
|
post: operations["PublicApiService_GetApiKey"];
|
|
13
13
|
};
|
|
14
14
|
"/public/v1/query/get_api_keys": {
|
|
15
|
-
/** Get details about API keys for a user */
|
|
15
|
+
/** Get details about API keys for a user. */
|
|
16
16
|
post: operations["PublicApiService_GetApiKeys"];
|
|
17
17
|
};
|
|
18
18
|
"/public/v1/query/get_attestation": {
|
|
@@ -20,71 +20,71 @@ export type paths = {
|
|
|
20
20
|
post: operations["PublicApiService_GetAttestationDocument"];
|
|
21
21
|
};
|
|
22
22
|
"/public/v1/query/get_authenticator": {
|
|
23
|
-
/** Get details about an authenticator */
|
|
23
|
+
/** Get details about an authenticator. */
|
|
24
24
|
post: operations["PublicApiService_GetAuthenticator"];
|
|
25
25
|
};
|
|
26
26
|
"/public/v1/query/get_authenticators": {
|
|
27
|
-
/** Get details about authenticators for a user */
|
|
27
|
+
/** Get details about authenticators for a user. */
|
|
28
28
|
post: operations["PublicApiService_GetAuthenticators"];
|
|
29
29
|
};
|
|
30
30
|
"/public/v1/query/get_oauth_providers": {
|
|
31
|
-
/** Get details about Oauth providers for a user */
|
|
31
|
+
/** Get details about Oauth providers for a user. */
|
|
32
32
|
post: operations["PublicApiService_GetOauthProviders"];
|
|
33
33
|
};
|
|
34
34
|
"/public/v1/query/get_organization": {
|
|
35
|
-
/** Get details about an
|
|
35
|
+
/** Get details about an organization. */
|
|
36
36
|
post: operations["PublicApiService_GetOrganization"];
|
|
37
37
|
};
|
|
38
38
|
"/public/v1/query/get_organization_configs": {
|
|
39
|
-
/** Get quorum settings and features for an organization */
|
|
39
|
+
/** Get quorum settings and features for an organization. */
|
|
40
40
|
post: operations["PublicApiService_GetOrganizationConfigs"];
|
|
41
41
|
};
|
|
42
42
|
"/public/v1/query/get_policy": {
|
|
43
|
-
/** Get details about a
|
|
43
|
+
/** Get details about a policy. */
|
|
44
44
|
post: operations["PublicApiService_GetPolicy"];
|
|
45
45
|
};
|
|
46
|
+
"/public/v1/query/get_policy_evaluations": {
|
|
47
|
+
/** Get the policy evaluations for an activity. */
|
|
48
|
+
post: operations["PublicApiService_GetPolicyEvaluations"];
|
|
49
|
+
};
|
|
46
50
|
"/public/v1/query/get_private_key": {
|
|
47
|
-
/** Get details about a
|
|
51
|
+
/** Get details about a private key. */
|
|
48
52
|
post: operations["PublicApiService_GetPrivateKey"];
|
|
49
53
|
};
|
|
50
|
-
"/public/v1/query/get_proxy_auth_config": {
|
|
51
|
-
/** Get the proxy-auth configuration (allowed origins, etc.) for an Organization */
|
|
52
|
-
post: operations["PublicApiService_GetProxyAuthConfig"];
|
|
53
|
-
};
|
|
54
54
|
"/public/v1/query/get_smart_contract_interface": {
|
|
55
|
-
/** Get details about a
|
|
55
|
+
/** Get details about a smart contract interface. */
|
|
56
56
|
post: operations["PublicApiService_GetSmartContractInterface"];
|
|
57
57
|
};
|
|
58
58
|
"/public/v1/query/get_user": {
|
|
59
|
-
/** Get details about a
|
|
59
|
+
/** Get details about a user. */
|
|
60
60
|
post: operations["PublicApiService_GetUser"];
|
|
61
61
|
};
|
|
62
62
|
"/public/v1/query/get_wallet": {
|
|
63
|
-
/** Get details about a
|
|
63
|
+
/** Get details about a wallet. */
|
|
64
64
|
post: operations["PublicApiService_GetWallet"];
|
|
65
65
|
};
|
|
66
66
|
"/public/v1/query/get_wallet_account": {
|
|
67
|
-
/** Get a single wallet account */
|
|
67
|
+
/** Get a single wallet account. */
|
|
68
68
|
post: operations["PublicApiService_GetWalletAccount"];
|
|
69
69
|
};
|
|
70
70
|
"/public/v1/query/list_activities": {
|
|
71
|
-
/** List all
|
|
71
|
+
/** List all activities within an organization. */
|
|
72
72
|
post: operations["PublicApiService_GetActivities"];
|
|
73
73
|
};
|
|
74
74
|
"/public/v1/query/list_policies": {
|
|
75
|
-
/** List all
|
|
75
|
+
/** List all policies within an organization. */
|
|
76
76
|
post: operations["PublicApiService_GetPolicies"];
|
|
77
77
|
};
|
|
78
78
|
"/public/v1/query/list_private_key_tags": {
|
|
79
|
-
/** List all
|
|
79
|
+
/** List all private key tags within an organization. */
|
|
80
80
|
post: operations["PublicApiService_ListPrivateKeyTags"];
|
|
81
81
|
};
|
|
82
82
|
"/public/v1/query/list_private_keys": {
|
|
83
|
-
/** List all
|
|
83
|
+
/** List all private keys within an organization. */
|
|
84
84
|
post: operations["PublicApiService_GetPrivateKeys"];
|
|
85
85
|
};
|
|
86
86
|
"/public/v1/query/list_smart_contract_interfaces": {
|
|
87
|
-
/** List all
|
|
87
|
+
/** List all smart contract interfaces within an organization. */
|
|
88
88
|
post: operations["PublicApiService_GetSmartContractInterfaces"];
|
|
89
89
|
};
|
|
90
90
|
"/public/v1/query/list_suborgs": {
|
|
@@ -92,11 +92,11 @@ export type paths = {
|
|
|
92
92
|
post: operations["PublicApiService_GetSubOrgIds"];
|
|
93
93
|
};
|
|
94
94
|
"/public/v1/query/list_user_tags": {
|
|
95
|
-
/** List all
|
|
95
|
+
/** List all user tags within an organization. */
|
|
96
96
|
post: operations["PublicApiService_ListUserTags"];
|
|
97
97
|
};
|
|
98
98
|
"/public/v1/query/list_users": {
|
|
99
|
-
/** List all
|
|
99
|
+
/** List all users within an organization. */
|
|
100
100
|
post: operations["PublicApiService_GetUsers"];
|
|
101
101
|
};
|
|
102
102
|
"/public/v1/query/list_verified_suborgs": {
|
|
@@ -104,47 +104,47 @@ export type paths = {
|
|
|
104
104
|
post: operations["PublicApiService_GetVerifiedSubOrgIds"];
|
|
105
105
|
};
|
|
106
106
|
"/public/v1/query/list_wallet_accounts": {
|
|
107
|
-
/** List all
|
|
107
|
+
/** List all accounts within a wallet. */
|
|
108
108
|
post: operations["PublicApiService_GetWalletAccounts"];
|
|
109
109
|
};
|
|
110
110
|
"/public/v1/query/list_wallets": {
|
|
111
|
-
/** List all
|
|
111
|
+
/** List all wallets within an organization. */
|
|
112
112
|
post: operations["PublicApiService_GetWallets"];
|
|
113
113
|
};
|
|
114
114
|
"/public/v1/query/whoami": {
|
|
115
|
-
/** Get basic information about your current API or WebAuthN user and their organization. Affords
|
|
115
|
+
/** Get basic information about your current API or WebAuthN user and their organization. Affords sub-organization look ups via parent organization for WebAuthN or API key users. */
|
|
116
116
|
post: operations["PublicApiService_GetWhoami"];
|
|
117
117
|
};
|
|
118
118
|
"/public/v1/submit/approve_activity": {
|
|
119
|
-
/** Approve an
|
|
119
|
+
/** Approve an activity. */
|
|
120
120
|
post: operations["PublicApiService_ApproveActivity"];
|
|
121
121
|
};
|
|
122
122
|
"/public/v1/submit/create_api_keys": {
|
|
123
|
-
/** Add
|
|
123
|
+
/** Add API keys to an existing user. */
|
|
124
124
|
post: operations["PublicApiService_CreateApiKeys"];
|
|
125
125
|
};
|
|
126
126
|
"/public/v1/submit/create_api_only_users": {
|
|
127
|
-
/** Create API-only
|
|
127
|
+
/** Create API-only users in an existing organization. */
|
|
128
128
|
post: operations["PublicApiService_CreateApiOnlyUsers"];
|
|
129
129
|
};
|
|
130
130
|
"/public/v1/submit/create_authenticators": {
|
|
131
|
-
/** Create
|
|
131
|
+
/** Create authenticators to authenticate requests to Turnkey. */
|
|
132
132
|
post: operations["PublicApiService_CreateAuthenticators"];
|
|
133
133
|
};
|
|
134
134
|
"/public/v1/submit/create_invitations": {
|
|
135
|
-
/** Create
|
|
135
|
+
/** Create invitations to join an existing organization. */
|
|
136
136
|
post: operations["PublicApiService_CreateInvitations"];
|
|
137
137
|
};
|
|
138
138
|
"/public/v1/submit/create_oauth_providers": {
|
|
139
|
-
/**
|
|
139
|
+
/** Create Oauth providers for a specified user. */
|
|
140
140
|
post: operations["PublicApiService_CreateOauthProviders"];
|
|
141
141
|
};
|
|
142
142
|
"/public/v1/submit/create_policies": {
|
|
143
|
-
/** Create new
|
|
143
|
+
/** Create new policies. */
|
|
144
144
|
post: operations["PublicApiService_CreatePolicies"];
|
|
145
145
|
};
|
|
146
146
|
"/public/v1/submit/create_policy": {
|
|
147
|
-
/** Create a new
|
|
147
|
+
/** Create a new policy. */
|
|
148
148
|
post: operations["PublicApiService_CreatePolicy"];
|
|
149
149
|
};
|
|
150
150
|
"/public/v1/submit/create_private_key_tag": {
|
|
@@ -152,23 +152,23 @@ export type paths = {
|
|
|
152
152
|
post: operations["PublicApiService_CreatePrivateKeyTag"];
|
|
153
153
|
};
|
|
154
154
|
"/public/v1/submit/create_private_keys": {
|
|
155
|
-
/** Create new
|
|
155
|
+
/** Create new private keys. */
|
|
156
156
|
post: operations["PublicApiService_CreatePrivateKeys"];
|
|
157
157
|
};
|
|
158
158
|
"/public/v1/submit/create_read_only_session": {
|
|
159
|
-
/** Create a read only session for a user (valid for 1 hour) */
|
|
159
|
+
/** Create a read only session for a user (valid for 1 hour). */
|
|
160
160
|
post: operations["PublicApiService_CreateReadOnlySession"];
|
|
161
161
|
};
|
|
162
162
|
"/public/v1/submit/create_read_write_session": {
|
|
163
|
-
/** Create a read write session for a user */
|
|
163
|
+
/** Create a read write session for a user. */
|
|
164
164
|
post: operations["PublicApiService_CreateReadWriteSession"];
|
|
165
165
|
};
|
|
166
166
|
"/public/v1/submit/create_smart_contract_interface": {
|
|
167
|
-
/** Create an ABI/IDL in JSON */
|
|
167
|
+
/** Create an ABI/IDL in JSON. */
|
|
168
168
|
post: operations["PublicApiService_CreateSmartContractInterface"];
|
|
169
169
|
};
|
|
170
170
|
"/public/v1/submit/create_sub_organization": {
|
|
171
|
-
/** Create a new
|
|
171
|
+
/** Create a new sub-organization. */
|
|
172
172
|
post: operations["PublicApiService_CreateSubOrganization"];
|
|
173
173
|
};
|
|
174
174
|
"/public/v1/submit/create_user_tag": {
|
|
@@ -176,199 +176,187 @@ export type paths = {
|
|
|
176
176
|
post: operations["PublicApiService_CreateUserTag"];
|
|
177
177
|
};
|
|
178
178
|
"/public/v1/submit/create_users": {
|
|
179
|
-
/** Create
|
|
179
|
+
/** Create users in an existing organization. */
|
|
180
180
|
post: operations["PublicApiService_CreateUsers"];
|
|
181
181
|
};
|
|
182
182
|
"/public/v1/submit/create_wallet": {
|
|
183
|
-
/** Create a
|
|
183
|
+
/** Create a wallet and derive addresses. */
|
|
184
184
|
post: operations["PublicApiService_CreateWallet"];
|
|
185
185
|
};
|
|
186
186
|
"/public/v1/submit/create_wallet_accounts": {
|
|
187
|
-
/** Derive additional addresses using an existing wallet */
|
|
187
|
+
/** Derive additional addresses using an existing wallet. */
|
|
188
188
|
post: operations["PublicApiService_CreateWalletAccounts"];
|
|
189
189
|
};
|
|
190
190
|
"/public/v1/submit/delete_api_keys": {
|
|
191
|
-
/** Remove api keys from a
|
|
191
|
+
/** Remove api keys from a user. */
|
|
192
192
|
post: operations["PublicApiService_DeleteApiKeys"];
|
|
193
193
|
};
|
|
194
194
|
"/public/v1/submit/delete_authenticators": {
|
|
195
|
-
/** Remove authenticators from a
|
|
195
|
+
/** Remove authenticators from a user. */
|
|
196
196
|
post: operations["PublicApiService_DeleteAuthenticators"];
|
|
197
197
|
};
|
|
198
198
|
"/public/v1/submit/delete_invitation": {
|
|
199
|
-
/** Delete an existing
|
|
199
|
+
/** Delete an existing invitation. */
|
|
200
200
|
post: operations["PublicApiService_DeleteInvitation"];
|
|
201
201
|
};
|
|
202
202
|
"/public/v1/submit/delete_oauth_providers": {
|
|
203
|
-
/**
|
|
203
|
+
/** Remove Oauth providers for a specified user. */
|
|
204
204
|
post: operations["PublicApiService_DeleteOauthProviders"];
|
|
205
205
|
};
|
|
206
206
|
"/public/v1/submit/delete_policy": {
|
|
207
|
-
/** Delete an existing
|
|
207
|
+
/** Delete an existing policy. */
|
|
208
208
|
post: operations["PublicApiService_DeletePolicy"];
|
|
209
209
|
};
|
|
210
210
|
"/public/v1/submit/delete_private_key_tags": {
|
|
211
|
-
/** Delete
|
|
211
|
+
/** Delete private key tags within an organization. */
|
|
212
212
|
post: operations["PublicApiService_DeletePrivateKeyTags"];
|
|
213
213
|
};
|
|
214
214
|
"/public/v1/submit/delete_private_keys": {
|
|
215
|
-
/**
|
|
215
|
+
/** Delete private keys for an organization. */
|
|
216
216
|
post: operations["PublicApiService_DeletePrivateKeys"];
|
|
217
217
|
};
|
|
218
218
|
"/public/v1/submit/delete_smart_contract_interface": {
|
|
219
|
-
/** Delete a
|
|
219
|
+
/** Delete a smart contract interface. */
|
|
220
220
|
post: operations["PublicApiService_DeleteSmartContractInterface"];
|
|
221
221
|
};
|
|
222
222
|
"/public/v1/submit/delete_sub_organization": {
|
|
223
|
-
/**
|
|
223
|
+
/** Delete a sub-organization. */
|
|
224
224
|
post: operations["PublicApiService_DeleteSubOrganization"];
|
|
225
225
|
};
|
|
226
226
|
"/public/v1/submit/delete_user_tags": {
|
|
227
|
-
/** Delete
|
|
227
|
+
/** Delete user tags within an organization. */
|
|
228
228
|
post: operations["PublicApiService_DeleteUserTags"];
|
|
229
229
|
};
|
|
230
230
|
"/public/v1/submit/delete_users": {
|
|
231
|
-
/** Delete
|
|
231
|
+
/** Delete users within an organization. */
|
|
232
232
|
post: operations["PublicApiService_DeleteUsers"];
|
|
233
233
|
};
|
|
234
234
|
"/public/v1/submit/delete_wallets": {
|
|
235
|
-
/**
|
|
235
|
+
/** Delete wallets for an organization. */
|
|
236
236
|
post: operations["PublicApiService_DeleteWallets"];
|
|
237
237
|
};
|
|
238
|
-
"/public/v1/submit/disable_user_initiated_auth": {
|
|
239
|
-
/** Disable User Initiated Auth */
|
|
240
|
-
post: operations["PublicApiService_DisableUserInitiatedAuth"];
|
|
241
|
-
};
|
|
242
238
|
"/public/v1/submit/email_auth": {
|
|
243
|
-
/** Authenticate a user via
|
|
239
|
+
/** Authenticate a user via email. */
|
|
244
240
|
post: operations["PublicApiService_EmailAuth"];
|
|
245
241
|
};
|
|
246
|
-
"/public/v1/submit/enable_user_initiated_auth": {
|
|
247
|
-
/** Enable User Initiated Auth */
|
|
248
|
-
post: operations["PublicApiService_EnableUserInitiatedAuth"];
|
|
249
|
-
};
|
|
250
242
|
"/public/v1/submit/export_private_key": {
|
|
251
|
-
/**
|
|
243
|
+
/** Export a private key. */
|
|
252
244
|
post: operations["PublicApiService_ExportPrivateKey"];
|
|
253
245
|
};
|
|
254
246
|
"/public/v1/submit/export_wallet": {
|
|
255
|
-
/**
|
|
247
|
+
/** Export a wallet. */
|
|
256
248
|
post: operations["PublicApiService_ExportWallet"];
|
|
257
249
|
};
|
|
258
250
|
"/public/v1/submit/export_wallet_account": {
|
|
259
|
-
/**
|
|
251
|
+
/** Export a wallet account. */
|
|
260
252
|
post: operations["PublicApiService_ExportWalletAccount"];
|
|
261
253
|
};
|
|
262
254
|
"/public/v1/submit/import_private_key": {
|
|
263
|
-
/**
|
|
255
|
+
/** Import a private key. */
|
|
264
256
|
post: operations["PublicApiService_ImportPrivateKey"];
|
|
265
257
|
};
|
|
266
258
|
"/public/v1/submit/import_wallet": {
|
|
267
|
-
/**
|
|
259
|
+
/** Import a wallet. */
|
|
268
260
|
post: operations["PublicApiService_ImportWallet"];
|
|
269
261
|
};
|
|
270
262
|
"/public/v1/submit/init_fiat_on_ramp": {
|
|
271
|
-
/** Initiate a fiat on ramp flow */
|
|
263
|
+
/** Initiate a fiat on ramp flow. */
|
|
272
264
|
post: operations["PublicApiService_InitFiatOnRamp"];
|
|
273
265
|
};
|
|
274
266
|
"/public/v1/submit/init_import_private_key": {
|
|
275
|
-
/**
|
|
267
|
+
/** Initialize a new private key import. */
|
|
276
268
|
post: operations["PublicApiService_InitImportPrivateKey"];
|
|
277
269
|
};
|
|
278
270
|
"/public/v1/submit/init_import_wallet": {
|
|
279
|
-
/**
|
|
271
|
+
/** Initialize a new wallet import. */
|
|
280
272
|
post: operations["PublicApiService_InitImportWallet"];
|
|
281
273
|
};
|
|
282
274
|
"/public/v1/submit/init_otp": {
|
|
283
|
-
/** Initiate a
|
|
275
|
+
/** Initiate a generic OTP activity. */
|
|
284
276
|
post: operations["PublicApiService_InitOtp"];
|
|
285
277
|
};
|
|
286
278
|
"/public/v1/submit/init_otp_auth": {
|
|
287
|
-
/** Initiate an OTP auth activity */
|
|
279
|
+
/** Initiate an OTP auth activity. */
|
|
288
280
|
post: operations["PublicApiService_InitOtpAuth"];
|
|
289
281
|
};
|
|
290
282
|
"/public/v1/submit/init_user_email_recovery": {
|
|
291
|
-
/**
|
|
283
|
+
/** Initialize a new email recovery. */
|
|
292
284
|
post: operations["PublicApiService_InitUserEmailRecovery"];
|
|
293
285
|
};
|
|
294
286
|
"/public/v1/submit/oauth": {
|
|
295
|
-
/** Authenticate a user with an
|
|
287
|
+
/** Authenticate a user with an OIDC token (Oauth). */
|
|
296
288
|
post: operations["PublicApiService_Oauth"];
|
|
297
289
|
};
|
|
298
290
|
"/public/v1/submit/oauth_login": {
|
|
299
|
-
/** Create an Oauth session for a user */
|
|
291
|
+
/** Create an Oauth session for a user. */
|
|
300
292
|
post: operations["PublicApiService_OauthLogin"];
|
|
301
293
|
};
|
|
302
294
|
"/public/v1/submit/otp_auth": {
|
|
303
|
-
/** Authenticate a user with an OTP code sent via email or SMS */
|
|
295
|
+
/** Authenticate a user with an OTP code sent via email or SMS. */
|
|
304
296
|
post: operations["PublicApiService_OtpAuth"];
|
|
305
297
|
};
|
|
306
298
|
"/public/v1/submit/otp_login": {
|
|
307
|
-
/** Create an OTP session for a user */
|
|
299
|
+
/** Create an OTP session for a user. */
|
|
308
300
|
post: operations["PublicApiService_OtpLogin"];
|
|
309
301
|
};
|
|
310
302
|
"/public/v1/submit/recover_user": {
|
|
311
|
-
/**
|
|
303
|
+
/** Complete the process of recovering a user by adding an authenticator. */
|
|
312
304
|
post: operations["PublicApiService_RecoverUser"];
|
|
313
305
|
};
|
|
314
306
|
"/public/v1/submit/reject_activity": {
|
|
315
|
-
/** Reject an
|
|
307
|
+
/** Reject an activity. */
|
|
316
308
|
post: operations["PublicApiService_RejectActivity"];
|
|
317
309
|
};
|
|
318
310
|
"/public/v1/submit/remove_organization_feature": {
|
|
319
|
-
/**
|
|
311
|
+
/** Remove an organization feature. This activity must be approved by the current root quorum. */
|
|
320
312
|
post: operations["PublicApiService_RemoveOrganizationFeature"];
|
|
321
313
|
};
|
|
322
314
|
"/public/v1/submit/set_organization_feature": {
|
|
323
|
-
/**
|
|
315
|
+
/** Set an organization feature. This activity must be approved by the current root quorum. */
|
|
324
316
|
post: operations["PublicApiService_SetOrganizationFeature"];
|
|
325
317
|
};
|
|
326
318
|
"/public/v1/submit/sign_raw_payload": {
|
|
327
|
-
/** Sign a raw payload */
|
|
319
|
+
/** Sign a raw payload. */
|
|
328
320
|
post: operations["PublicApiService_SignRawPayload"];
|
|
329
321
|
};
|
|
330
322
|
"/public/v1/submit/sign_raw_payloads": {
|
|
331
|
-
/** Sign multiple raw payloads with the same signing parameters */
|
|
323
|
+
/** Sign multiple raw payloads with the same signing parameters. */
|
|
332
324
|
post: operations["PublicApiService_SignRawPayloads"];
|
|
333
325
|
};
|
|
334
326
|
"/public/v1/submit/sign_transaction": {
|
|
335
|
-
/** Sign a transaction */
|
|
327
|
+
/** Sign a transaction. */
|
|
336
328
|
post: operations["PublicApiService_SignTransaction"];
|
|
337
329
|
};
|
|
338
330
|
"/public/v1/submit/stamp_login": {
|
|
339
|
-
/** Create a session for a user through stamping client side (
|
|
331
|
+
/** Create a session for a user through stamping client side (API key, wallet client, or passkey client). */
|
|
340
332
|
post: operations["PublicApiService_StampLogin"];
|
|
341
333
|
};
|
|
342
334
|
"/public/v1/submit/update_policy": {
|
|
343
|
-
/** Update an existing
|
|
335
|
+
/** Update an existing policy. */
|
|
344
336
|
post: operations["PublicApiService_UpdatePolicy"];
|
|
345
337
|
};
|
|
346
338
|
"/public/v1/submit/update_private_key_tag": {
|
|
347
339
|
/** Update human-readable name or associated private keys. Note that this activity is atomic: all of the updates will succeed at once, or all of them will fail. */
|
|
348
340
|
post: operations["PublicApiService_UpdatePrivateKeyTag"];
|
|
349
341
|
};
|
|
350
|
-
"/public/v1/submit/update_proxy_auth_config": {
|
|
351
|
-
/** Update the proxy-auth configuration (allowed origins, etc.) for an Organization */
|
|
352
|
-
post: operations["PublicApiService_UpdateProxyAuthConfig"];
|
|
353
|
-
};
|
|
354
342
|
"/public/v1/submit/update_root_quorum": {
|
|
355
343
|
/** Set the threshold and members of the root quorum. This activity must be approved by the current root quorum. */
|
|
356
344
|
post: operations["PublicApiService_UpdateRootQuorum"];
|
|
357
345
|
};
|
|
358
346
|
"/public/v1/submit/update_user": {
|
|
359
|
-
/** Update a
|
|
347
|
+
/** Update a user in an existing organization. */
|
|
360
348
|
post: operations["PublicApiService_UpdateUser"];
|
|
361
349
|
};
|
|
362
350
|
"/public/v1/submit/update_user_email": {
|
|
363
|
-
/** Update a
|
|
351
|
+
/** Update a user's email in an existing organization. */
|
|
364
352
|
post: operations["PublicApiService_UpdateUserEmail"];
|
|
365
353
|
};
|
|
366
354
|
"/public/v1/submit/update_user_name": {
|
|
367
|
-
/** Update a
|
|
355
|
+
/** Update a user's name in an existing organization. */
|
|
368
356
|
post: operations["PublicApiService_UpdateUserName"];
|
|
369
357
|
};
|
|
370
358
|
"/public/v1/submit/update_user_phone_number": {
|
|
371
|
-
/** Update a
|
|
359
|
+
/** Update a user's phone number in an existing organization. */
|
|
372
360
|
post: operations["PublicApiService_UpdateUserPhoneNumber"];
|
|
373
361
|
};
|
|
374
362
|
"/public/v1/submit/update_user_tag": {
|
|
@@ -376,18 +364,18 @@ export type paths = {
|
|
|
376
364
|
post: operations["PublicApiService_UpdateUserTag"];
|
|
377
365
|
};
|
|
378
366
|
"/public/v1/submit/update_wallet": {
|
|
379
|
-
/** Update a wallet for an organization */
|
|
367
|
+
/** Update a wallet for an organization. */
|
|
380
368
|
post: operations["PublicApiService_UpdateWallet"];
|
|
381
369
|
};
|
|
382
370
|
"/public/v1/submit/verify_otp": {
|
|
383
|
-
/** Verify a
|
|
371
|
+
/** Verify a generic OTP. */
|
|
384
372
|
post: operations["PublicApiService_VerifyOtp"];
|
|
385
373
|
};
|
|
386
374
|
"/tkhq/api/v1/noop-codegen-anchor": {
|
|
387
375
|
post: operations["PublicApiService_NOOPCodegenAnchor"];
|
|
388
376
|
};
|
|
389
377
|
"/tkhq/api/v1/test_rate_limits": {
|
|
390
|
-
/** Set a rate local rate limit just on the current endpoint, for purposes of testing with Vivosuite */
|
|
378
|
+
/** Set a rate local rate limit just on the current endpoint, for purposes of testing with Vivosuite. */
|
|
391
379
|
post: operations["PublicApiService_TestRateLimits"];
|
|
392
380
|
};
|
|
393
381
|
};
|
|
@@ -455,6 +443,19 @@ export type definitions = {
|
|
|
455
443
|
createdAt: definitions["externaldatav1Timestamp"];
|
|
456
444
|
updatedAt: definitions["externaldatav1Timestamp"];
|
|
457
445
|
};
|
|
446
|
+
externalactivityv1PolicyEvaluation: {
|
|
447
|
+
/** @description Unique identifier for a given policy evaluation. */
|
|
448
|
+
id: string;
|
|
449
|
+
/** @description Unique identifier for a given Activity. */
|
|
450
|
+
activityId: string;
|
|
451
|
+
/** @description Unique identifier for the Organization the Activity belongs to. */
|
|
452
|
+
organizationId: string;
|
|
453
|
+
/** @description Unique identifier for the Vote associated with this policy evaluation. */
|
|
454
|
+
voteId: string;
|
|
455
|
+
/** @description Detailed evaluation result for each Policy that was run. */
|
|
456
|
+
policyEvaluations: definitions["privateumpv1PolicyEvaluation"][];
|
|
457
|
+
createdAt: definitions["externaldatav1Timestamp"];
|
|
458
|
+
};
|
|
458
459
|
externaldatav1Address: {
|
|
459
460
|
format?: definitions["v1AddressFormat"];
|
|
460
461
|
address?: string;
|
|
@@ -473,6 +474,24 @@ export type definitions = {
|
|
|
473
474
|
/** @description Unique identifiers of quorum set members. */
|
|
474
475
|
userIds: string[];
|
|
475
476
|
};
|
|
477
|
+
externaldatav1SmartContractInterface: {
|
|
478
|
+
/** @description The Organization the Smart Contract Interface belongs to. */
|
|
479
|
+
organizationId: string;
|
|
480
|
+
/** @description Unique identifier for a given Smart Contract Interface (ABI or IDL). */
|
|
481
|
+
smartContractInterfaceId: string;
|
|
482
|
+
/** @description The address corresponding to the Smart Contract or Program. */
|
|
483
|
+
smartContractAddress: string;
|
|
484
|
+
/** @description The JSON corresponding to the Smart Contract Interface (ABI or IDL). */
|
|
485
|
+
smartContractInterface: string;
|
|
486
|
+
/** @description The type corresponding to the Smart Contract Interface (either ETHEREUM or SOLANA). */
|
|
487
|
+
type: string;
|
|
488
|
+
/** @description The label corresponding to the Smart Contract Interface (either ETHEREUM or SOLANA). */
|
|
489
|
+
label: string;
|
|
490
|
+
/** @description The notes corresponding to the Smart Contract Interface (either ETHEREUM or SOLANA). */
|
|
491
|
+
notes: string;
|
|
492
|
+
createdAt: definitions["externaldatav1Timestamp"];
|
|
493
|
+
updatedAt: definitions["externaldatav1Timestamp"];
|
|
494
|
+
};
|
|
476
495
|
externaldatav1Timestamp: {
|
|
477
496
|
seconds: string;
|
|
478
497
|
nanos: string;
|
|
@@ -481,6 +500,10 @@ export type definitions = {
|
|
|
481
500
|
format?: definitions["v1AddressFormat"];
|
|
482
501
|
address?: string;
|
|
483
502
|
};
|
|
503
|
+
privateumpv1PolicyEvaluation: {
|
|
504
|
+
policyId?: string;
|
|
505
|
+
outcome?: definitions["v1Outcome"];
|
|
506
|
+
};
|
|
484
507
|
protobufAny: {
|
|
485
508
|
"@type"?: string;
|
|
486
509
|
} & {
|
|
@@ -541,13 +564,13 @@ export type definitions = {
|
|
|
541
564
|
failure?: definitions["rpcStatus"];
|
|
542
565
|
};
|
|
543
566
|
v1ActivityResponse: {
|
|
544
|
-
/** @description An action that can
|
|
567
|
+
/** @description An action that can be taken within the Turnkey infrastructure. */
|
|
545
568
|
activity: definitions["v1Activity"];
|
|
546
569
|
};
|
|
547
570
|
/** @enum {string} */
|
|
548
571
|
v1ActivityStatus: "ACTIVITY_STATUS_CREATED" | "ACTIVITY_STATUS_PENDING" | "ACTIVITY_STATUS_COMPLETED" | "ACTIVITY_STATUS_FAILED" | "ACTIVITY_STATUS_CONSENSUS_NEEDED" | "ACTIVITY_STATUS_REJECTED";
|
|
549
572
|
/** @enum {string} */
|
|
550
|
-
v1ActivityType: "ACTIVITY_TYPE_CREATE_API_KEYS" | "ACTIVITY_TYPE_CREATE_USERS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEYS" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOAD" | "ACTIVITY_TYPE_CREATE_INVITATIONS" | "ACTIVITY_TYPE_ACCEPT_INVITATION" | "ACTIVITY_TYPE_CREATE_POLICY" | "ACTIVITY_TYPE_DISABLE_PRIVATE_KEY" | "ACTIVITY_TYPE_DELETE_USERS" | "ACTIVITY_TYPE_DELETE_API_KEYS" | "ACTIVITY_TYPE_DELETE_INVITATION" | "ACTIVITY_TYPE_DELETE_ORGANIZATION" | "ACTIVITY_TYPE_DELETE_POLICY" | "ACTIVITY_TYPE_CREATE_USER_TAG" | "ACTIVITY_TYPE_DELETE_USER_TAGS" | "ACTIVITY_TYPE_CREATE_ORGANIZATION" | "ACTIVITY_TYPE_SIGN_TRANSACTION" | "ACTIVITY_TYPE_APPROVE_ACTIVITY" | "ACTIVITY_TYPE_REJECT_ACTIVITY" | "ACTIVITY_TYPE_DELETE_AUTHENTICATORS" | "ACTIVITY_TYPE_CREATE_AUTHENTICATORS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEY_TAG" | "ACTIVITY_TYPE_DELETE_PRIVATE_KEY_TAGS" | "ACTIVITY_TYPE_SET_PAYMENT_METHOD" | "ACTIVITY_TYPE_ACTIVATE_BILLING_TIER" | "ACTIVITY_TYPE_DELETE_PAYMENT_METHOD" | "ACTIVITY_TYPE_CREATE_POLICY_V2" | "ACTIVITY_TYPE_CREATE_POLICY_V3" | "ACTIVITY_TYPE_CREATE_API_ONLY_USERS" | "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM" | "ACTIVITY_TYPE_UPDATE_USER_TAG" | "ACTIVITY_TYPE_UPDATE_PRIVATE_KEY_TAG" | "ACTIVITY_TYPE_CREATE_AUTHENTICATORS_V2" | "ACTIVITY_TYPE_CREATE_ORGANIZATION_V2" | "ACTIVITY_TYPE_CREATE_USERS_V2" | "ACTIVITY_TYPE_ACCEPT_INVITATION_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V2" | "ACTIVITY_TYPE_UPDATE_ALLOWED_ORIGINS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEYS_V2" | "ACTIVITY_TYPE_UPDATE_USER" | "ACTIVITY_TYPE_UPDATE_POLICY" | "ACTIVITY_TYPE_SET_PAYMENT_METHOD_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V3" | "ACTIVITY_TYPE_CREATE_WALLET" | "ACTIVITY_TYPE_CREATE_WALLET_ACCOUNTS" | "ACTIVITY_TYPE_INIT_USER_EMAIL_RECOVERY" | "ACTIVITY_TYPE_RECOVER_USER" | "ACTIVITY_TYPE_SET_ORGANIZATION_FEATURE" | "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOAD_V2" | "ACTIVITY_TYPE_SIGN_TRANSACTION_V2" | "ACTIVITY_TYPE_EXPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_EXPORT_WALLET" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V4" | "ACTIVITY_TYPE_EMAIL_AUTH" | "ACTIVITY_TYPE_EXPORT_WALLET_ACCOUNT" | "ACTIVITY_TYPE_INIT_IMPORT_WALLET" | "ACTIVITY_TYPE_IMPORT_WALLET" | "ACTIVITY_TYPE_INIT_IMPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_IMPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_CREATE_POLICIES" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOADS" | "ACTIVITY_TYPE_CREATE_READ_ONLY_SESSION" | "ACTIVITY_TYPE_CREATE_OAUTH_PROVIDERS" | "ACTIVITY_TYPE_DELETE_OAUTH_PROVIDERS" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V5" | "ACTIVITY_TYPE_OAUTH" | "ACTIVITY_TYPE_CREATE_API_KEYS_V2" | "ACTIVITY_TYPE_CREATE_READ_WRITE_SESSION" | "ACTIVITY_TYPE_EMAIL_AUTH_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V6" | "ACTIVITY_TYPE_DELETE_PRIVATE_KEYS" | "ACTIVITY_TYPE_DELETE_WALLETS" | "ACTIVITY_TYPE_CREATE_READ_WRITE_SESSION_V2" | "ACTIVITY_TYPE_DELETE_SUB_ORGANIZATION" | "ACTIVITY_TYPE_INIT_OTP_AUTH" | "ACTIVITY_TYPE_OTP_AUTH" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V7" | "ACTIVITY_TYPE_UPDATE_WALLET" | "ACTIVITY_TYPE_UPDATE_POLICY_V2" | "ACTIVITY_TYPE_CREATE_USERS_V3" | "ACTIVITY_TYPE_INIT_OTP_AUTH_V2" | "ACTIVITY_TYPE_INIT_OTP" | "ACTIVITY_TYPE_VERIFY_OTP" | "ACTIVITY_TYPE_OTP_LOGIN" | "ACTIVITY_TYPE_STAMP_LOGIN" | "ACTIVITY_TYPE_OAUTH_LOGIN" | "ACTIVITY_TYPE_UPDATE_USER_NAME" | "ACTIVITY_TYPE_UPDATE_USER_EMAIL" | "ACTIVITY_TYPE_UPDATE_USER_PHONE_NUMBER" | "ACTIVITY_TYPE_INIT_FIAT_ON_RAMP" | "ACTIVITY_TYPE_CREATE_SMART_CONTRACT_INTERFACE" | "ACTIVITY_TYPE_DELETE_SMART_CONTRACT_INTERFACE" | "
|
|
573
|
+
v1ActivityType: "ACTIVITY_TYPE_CREATE_API_KEYS" | "ACTIVITY_TYPE_CREATE_USERS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEYS" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOAD" | "ACTIVITY_TYPE_CREATE_INVITATIONS" | "ACTIVITY_TYPE_ACCEPT_INVITATION" | "ACTIVITY_TYPE_CREATE_POLICY" | "ACTIVITY_TYPE_DISABLE_PRIVATE_KEY" | "ACTIVITY_TYPE_DELETE_USERS" | "ACTIVITY_TYPE_DELETE_API_KEYS" | "ACTIVITY_TYPE_DELETE_INVITATION" | "ACTIVITY_TYPE_DELETE_ORGANIZATION" | "ACTIVITY_TYPE_DELETE_POLICY" | "ACTIVITY_TYPE_CREATE_USER_TAG" | "ACTIVITY_TYPE_DELETE_USER_TAGS" | "ACTIVITY_TYPE_CREATE_ORGANIZATION" | "ACTIVITY_TYPE_SIGN_TRANSACTION" | "ACTIVITY_TYPE_APPROVE_ACTIVITY" | "ACTIVITY_TYPE_REJECT_ACTIVITY" | "ACTIVITY_TYPE_DELETE_AUTHENTICATORS" | "ACTIVITY_TYPE_CREATE_AUTHENTICATORS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEY_TAG" | "ACTIVITY_TYPE_DELETE_PRIVATE_KEY_TAGS" | "ACTIVITY_TYPE_SET_PAYMENT_METHOD" | "ACTIVITY_TYPE_ACTIVATE_BILLING_TIER" | "ACTIVITY_TYPE_DELETE_PAYMENT_METHOD" | "ACTIVITY_TYPE_CREATE_POLICY_V2" | "ACTIVITY_TYPE_CREATE_POLICY_V3" | "ACTIVITY_TYPE_CREATE_API_ONLY_USERS" | "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM" | "ACTIVITY_TYPE_UPDATE_USER_TAG" | "ACTIVITY_TYPE_UPDATE_PRIVATE_KEY_TAG" | "ACTIVITY_TYPE_CREATE_AUTHENTICATORS_V2" | "ACTIVITY_TYPE_CREATE_ORGANIZATION_V2" | "ACTIVITY_TYPE_CREATE_USERS_V2" | "ACTIVITY_TYPE_ACCEPT_INVITATION_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V2" | "ACTIVITY_TYPE_UPDATE_ALLOWED_ORIGINS" | "ACTIVITY_TYPE_CREATE_PRIVATE_KEYS_V2" | "ACTIVITY_TYPE_UPDATE_USER" | "ACTIVITY_TYPE_UPDATE_POLICY" | "ACTIVITY_TYPE_SET_PAYMENT_METHOD_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V3" | "ACTIVITY_TYPE_CREATE_WALLET" | "ACTIVITY_TYPE_CREATE_WALLET_ACCOUNTS" | "ACTIVITY_TYPE_INIT_USER_EMAIL_RECOVERY" | "ACTIVITY_TYPE_RECOVER_USER" | "ACTIVITY_TYPE_SET_ORGANIZATION_FEATURE" | "ACTIVITY_TYPE_REMOVE_ORGANIZATION_FEATURE" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOAD_V2" | "ACTIVITY_TYPE_SIGN_TRANSACTION_V2" | "ACTIVITY_TYPE_EXPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_EXPORT_WALLET" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V4" | "ACTIVITY_TYPE_EMAIL_AUTH" | "ACTIVITY_TYPE_EXPORT_WALLET_ACCOUNT" | "ACTIVITY_TYPE_INIT_IMPORT_WALLET" | "ACTIVITY_TYPE_IMPORT_WALLET" | "ACTIVITY_TYPE_INIT_IMPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_IMPORT_PRIVATE_KEY" | "ACTIVITY_TYPE_CREATE_POLICIES" | "ACTIVITY_TYPE_SIGN_RAW_PAYLOADS" | "ACTIVITY_TYPE_CREATE_READ_ONLY_SESSION" | "ACTIVITY_TYPE_CREATE_OAUTH_PROVIDERS" | "ACTIVITY_TYPE_DELETE_OAUTH_PROVIDERS" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V5" | "ACTIVITY_TYPE_OAUTH" | "ACTIVITY_TYPE_CREATE_API_KEYS_V2" | "ACTIVITY_TYPE_CREATE_READ_WRITE_SESSION" | "ACTIVITY_TYPE_EMAIL_AUTH_V2" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V6" | "ACTIVITY_TYPE_DELETE_PRIVATE_KEYS" | "ACTIVITY_TYPE_DELETE_WALLETS" | "ACTIVITY_TYPE_CREATE_READ_WRITE_SESSION_V2" | "ACTIVITY_TYPE_DELETE_SUB_ORGANIZATION" | "ACTIVITY_TYPE_INIT_OTP_AUTH" | "ACTIVITY_TYPE_OTP_AUTH" | "ACTIVITY_TYPE_CREATE_SUB_ORGANIZATION_V7" | "ACTIVITY_TYPE_UPDATE_WALLET" | "ACTIVITY_TYPE_UPDATE_POLICY_V2" | "ACTIVITY_TYPE_CREATE_USERS_V3" | "ACTIVITY_TYPE_INIT_OTP_AUTH_V2" | "ACTIVITY_TYPE_INIT_OTP" | "ACTIVITY_TYPE_VERIFY_OTP" | "ACTIVITY_TYPE_OTP_LOGIN" | "ACTIVITY_TYPE_STAMP_LOGIN" | "ACTIVITY_TYPE_OAUTH_LOGIN" | "ACTIVITY_TYPE_UPDATE_USER_NAME" | "ACTIVITY_TYPE_UPDATE_USER_EMAIL" | "ACTIVITY_TYPE_UPDATE_USER_PHONE_NUMBER" | "ACTIVITY_TYPE_INIT_FIAT_ON_RAMP" | "ACTIVITY_TYPE_CREATE_SMART_CONTRACT_INTERFACE" | "ACTIVITY_TYPE_DELETE_SMART_CONTRACT_INTERFACE" | "ACTIVITY_TYPE_ENABLE_AUTH_PROXY" | "ACTIVITY_TYPE_DISABLE_AUTH_PROXY" | "ACTIVITY_TYPE_UPDATE_AUTH_PROXY_CONFIG";
|
|
551
574
|
/** @enum {string} */
|
|
552
575
|
v1AddressFormat: "ADDRESS_FORMAT_UNCOMPRESSED" | "ADDRESS_FORMAT_COMPRESSED" | "ADDRESS_FORMAT_ETHEREUM" | "ADDRESS_FORMAT_SOLANA" | "ADDRESS_FORMAT_COSMOS" | "ADDRESS_FORMAT_TRON" | "ADDRESS_FORMAT_SUI" | "ADDRESS_FORMAT_APTOS" | "ADDRESS_FORMAT_BITCOIN_MAINNET_P2PKH" | "ADDRESS_FORMAT_BITCOIN_MAINNET_P2SH" | "ADDRESS_FORMAT_BITCOIN_MAINNET_P2WPKH" | "ADDRESS_FORMAT_BITCOIN_MAINNET_P2WSH" | "ADDRESS_FORMAT_BITCOIN_MAINNET_P2TR" | "ADDRESS_FORMAT_BITCOIN_TESTNET_P2PKH" | "ADDRESS_FORMAT_BITCOIN_TESTNET_P2SH" | "ADDRESS_FORMAT_BITCOIN_TESTNET_P2WPKH" | "ADDRESS_FORMAT_BITCOIN_TESTNET_P2WSH" | "ADDRESS_FORMAT_BITCOIN_TESTNET_P2TR" | "ADDRESS_FORMAT_BITCOIN_SIGNET_P2PKH" | "ADDRESS_FORMAT_BITCOIN_SIGNET_P2SH" | "ADDRESS_FORMAT_BITCOIN_SIGNET_P2WPKH" | "ADDRESS_FORMAT_BITCOIN_SIGNET_P2WSH" | "ADDRESS_FORMAT_BITCOIN_SIGNET_P2TR" | "ADDRESS_FORMAT_BITCOIN_REGTEST_P2PKH" | "ADDRESS_FORMAT_BITCOIN_REGTEST_P2SH" | "ADDRESS_FORMAT_BITCOIN_REGTEST_P2WPKH" | "ADDRESS_FORMAT_BITCOIN_REGTEST_P2WSH" | "ADDRESS_FORMAT_BITCOIN_REGTEST_P2TR" | "ADDRESS_FORMAT_SEI" | "ADDRESS_FORMAT_XLM" | "ADDRESS_FORMAT_DOGE_MAINNET" | "ADDRESS_FORMAT_DOGE_TESTNET" | "ADDRESS_FORMAT_TON_V3R2" | "ADDRESS_FORMAT_TON_V4R2" | "ADDRESS_FORMAT_TON_V5R1" | "ADDRESS_FORMAT_XRP";
|
|
553
576
|
v1ApiKey: {
|
|
@@ -986,7 +1009,7 @@ export type definitions = {
|
|
|
986
1009
|
smartContractInterface: string;
|
|
987
1010
|
type: definitions["v1SmartContractInterfaceType"];
|
|
988
1011
|
/** @description Human-readable name for a Smart Contract Interface. */
|
|
989
|
-
label
|
|
1012
|
+
label: string;
|
|
990
1013
|
/** @description Notes for a Smart Contract Interface. */
|
|
991
1014
|
notes?: string;
|
|
992
1015
|
};
|
|
@@ -1470,6 +1493,12 @@ export type definitions = {
|
|
|
1470
1493
|
/** @description A list of wallet unique identifiers that were removed */
|
|
1471
1494
|
walletIds: string[];
|
|
1472
1495
|
};
|
|
1496
|
+
v1DisableAuthProxyIntent: {
|
|
1497
|
+
[key: string]: unknown;
|
|
1498
|
+
};
|
|
1499
|
+
v1DisableAuthProxyResult: {
|
|
1500
|
+
[key: string]: unknown;
|
|
1501
|
+
};
|
|
1473
1502
|
v1DisablePrivateKeyIntent: {
|
|
1474
1503
|
/** @description Unique identifier for a given Private Key. */
|
|
1475
1504
|
privateKeyId: string;
|
|
@@ -1478,24 +1507,6 @@ export type definitions = {
|
|
|
1478
1507
|
/** @description Unique identifier for a given Private Key. */
|
|
1479
1508
|
privateKeyId: string;
|
|
1480
1509
|
};
|
|
1481
|
-
v1DisableUserInitiatedAuthIntent: {
|
|
1482
|
-
/** @description Unique identifier for a given User. (representing the turnkey signer user id) */
|
|
1483
|
-
userId?: string;
|
|
1484
|
-
/** @description Unique identifier for a given Policy. (representing the turnkey signer associated policy) */
|
|
1485
|
-
policyId?: string;
|
|
1486
|
-
};
|
|
1487
|
-
v1DisableUserInitiatedAuthRequest: {
|
|
1488
|
-
/** @enum {string} */
|
|
1489
|
-
type: "ACTIVITY_TYPE_DISABLE_USER_INITIATED_AUTH";
|
|
1490
|
-
/** @description Timestamp (in milliseconds) of the request, used to verify liveness of user requests. */
|
|
1491
|
-
timestampMs: string;
|
|
1492
|
-
/** @description Unique identifier for a given Organization. */
|
|
1493
|
-
organizationId: string;
|
|
1494
|
-
parameters: definitions["v1DisableUserInitiatedAuthIntent"];
|
|
1495
|
-
};
|
|
1496
|
-
v1DisableUserInitiatedAuthResult: {
|
|
1497
|
-
[key: string]: unknown;
|
|
1498
|
-
};
|
|
1499
1510
|
/** @enum {string} */
|
|
1500
1511
|
v1Effect: "EFFECT_ALLOW" | "EFFECT_DENY";
|
|
1501
1512
|
v1EmailAuthIntent: {
|
|
@@ -1565,33 +1576,12 @@ export type definitions = {
|
|
|
1565
1576
|
/** @description Unique identifier for a given Email Template. If not specified, the default is the most recent Email Template. */
|
|
1566
1577
|
templateId?: string;
|
|
1567
1578
|
};
|
|
1568
|
-
|
|
1579
|
+
v1EnableAuthProxyIntent: {
|
|
1569
1580
|
[key: string]: unknown;
|
|
1570
1581
|
};
|
|
1571
|
-
|
|
1572
|
-
/** @
|
|
1573
|
-
type: "ACTIVITY_TYPE_ENABLE_USER_INITIATED_AUTH";
|
|
1574
|
-
/** @description Timestamp (in milliseconds) of the request, used to verify liveness of user requests. */
|
|
1575
|
-
timestampMs: string;
|
|
1576
|
-
/** @description Unique identifier for a given Organization. */
|
|
1577
|
-
organizationId: string;
|
|
1578
|
-
parameters: definitions["v1EnableUserInitiatedAuthIntent"];
|
|
1579
|
-
};
|
|
1580
|
-
v1EnableUserInitiatedAuthResult: {
|
|
1581
|
-
/** @description A User ID. */
|
|
1582
|
+
v1EnableAuthProxyResult: {
|
|
1583
|
+
/** @description A User ID with permission to initiate authentication. */
|
|
1582
1584
|
userId: string;
|
|
1583
|
-
/** @description A Policy ID. */
|
|
1584
|
-
policyId: string;
|
|
1585
|
-
};
|
|
1586
|
-
v1EwkSettingsParams: {
|
|
1587
|
-
/** @description Enable Sign in with Apple */
|
|
1588
|
-
appleEnabled?: boolean;
|
|
1589
|
-
/** @description Enable Sign in with Google */
|
|
1590
|
-
googleEnabled?: boolean;
|
|
1591
|
-
/** @description Enable Sign in with Facebook */
|
|
1592
|
-
facebookEnabled?: boolean;
|
|
1593
|
-
/** @description Whether to open OAuth providers in-page instead of a popup */
|
|
1594
|
-
openOauthInPage?: boolean;
|
|
1595
1585
|
};
|
|
1596
1586
|
v1ExportPrivateKeyIntent: {
|
|
1597
1587
|
/** @description Unique identifier for a given Private Key. */
|
|
@@ -1663,7 +1653,7 @@ export type definitions = {
|
|
|
1663
1653
|
value?: string;
|
|
1664
1654
|
};
|
|
1665
1655
|
/** @enum {string} */
|
|
1666
|
-
v1FeatureName: "FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY" | "FEATURE_NAME_WEBAUTHN_ORIGINS" | "FEATURE_NAME_EMAIL_AUTH" | "FEATURE_NAME_EMAIL_RECOVERY" | "FEATURE_NAME_WEBHOOK" | "FEATURE_NAME_SMS_AUTH" | "FEATURE_NAME_OTP_EMAIL_AUTH";
|
|
1656
|
+
v1FeatureName: "FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY" | "FEATURE_NAME_WEBAUTHN_ORIGINS" | "FEATURE_NAME_EMAIL_AUTH" | "FEATURE_NAME_EMAIL_RECOVERY" | "FEATURE_NAME_WEBHOOK" | "FEATURE_NAME_SMS_AUTH" | "FEATURE_NAME_OTP_EMAIL_AUTH" | "FEATURE_NAME_AUTH_PROXY";
|
|
1667
1657
|
/** @enum {string} */
|
|
1668
1658
|
v1FiatOnRampBlockchainNetwork: "FIAT_ON_RAMP_BLOCKCHAIN_NETWORK_BITCOIN" | "FIAT_ON_RAMP_BLOCKCHAIN_NETWORK_ETHEREUM" | "FIAT_ON_RAMP_BLOCKCHAIN_NETWORK_SOLANA" | "FIAT_ON_RAMP_BLOCKCHAIN_NETWORK_BASE";
|
|
1669
1659
|
/** @enum {string} */
|
|
@@ -1675,27 +1665,27 @@ export type definitions = {
|
|
|
1675
1665
|
/** @enum {string} */
|
|
1676
1666
|
v1FiatOnRampProvider: "FIAT_ON_RAMP_PROVIDER_COINBASE" | "FIAT_ON_RAMP_PROVIDER_MOONPAY";
|
|
1677
1667
|
v1GetActivitiesRequest: {
|
|
1678
|
-
/** @description Unique identifier for a given
|
|
1668
|
+
/** @description Unique identifier for a given organization. */
|
|
1679
1669
|
organizationId: string;
|
|
1680
|
-
/** @description Array of
|
|
1670
|
+
/** @description Array of activity statuses filtering which activities will be listed in the response. */
|
|
1681
1671
|
filterByStatus?: definitions["v1ActivityStatus"][];
|
|
1682
1672
|
/** @description Parameters used for cursor-based pagination. */
|
|
1683
1673
|
paginationOptions?: definitions["v1Pagination"];
|
|
1684
|
-
/** @description Array of
|
|
1674
|
+
/** @description Array of activity types filtering which activities will be listed in the response. */
|
|
1685
1675
|
filterByType?: definitions["v1ActivityType"][];
|
|
1686
1676
|
};
|
|
1687
1677
|
v1GetActivitiesResponse: {
|
|
1688
|
-
/** @description A list of
|
|
1678
|
+
/** @description A list of activities. */
|
|
1689
1679
|
activities: definitions["v1Activity"][];
|
|
1690
1680
|
};
|
|
1691
1681
|
v1GetActivityRequest: {
|
|
1692
|
-
/** @description Unique identifier for a given
|
|
1682
|
+
/** @description Unique identifier for a given organization. */
|
|
1693
1683
|
organizationId: string;
|
|
1694
|
-
/** @description Unique identifier for a given
|
|
1684
|
+
/** @description Unique identifier for a given activity object. */
|
|
1695
1685
|
activityId: string;
|
|
1696
1686
|
};
|
|
1697
1687
|
v1GetApiKeyRequest: {
|
|
1698
|
-
/** @description Unique identifier for a given
|
|
1688
|
+
/** @description Unique identifier for a given organization. */
|
|
1699
1689
|
organizationId: string;
|
|
1700
1690
|
/** @description Unique identifier for a given API key. */
|
|
1701
1691
|
apiKeyId: string;
|
|
@@ -1705,9 +1695,9 @@ export type definitions = {
|
|
|
1705
1695
|
apiKey: definitions["v1ApiKey"];
|
|
1706
1696
|
};
|
|
1707
1697
|
v1GetApiKeysRequest: {
|
|
1708
|
-
/** @description Unique identifier for a given
|
|
1698
|
+
/** @description Unique identifier for a given organization. */
|
|
1709
1699
|
organizationId: string;
|
|
1710
|
-
/** @description Unique identifier for a given
|
|
1700
|
+
/** @description Unique identifier for a given user. */
|
|
1711
1701
|
userId?: string;
|
|
1712
1702
|
};
|
|
1713
1703
|
v1GetApiKeysResponse: {
|
|
@@ -1715,22 +1705,22 @@ export type definitions = {
|
|
|
1715
1705
|
apiKeys: definitions["v1ApiKey"][];
|
|
1716
1706
|
};
|
|
1717
1707
|
v1GetAttestationDocumentRequest: {
|
|
1718
|
-
/** @description Unique identifier for a given
|
|
1708
|
+
/** @description Unique identifier for a given organization. */
|
|
1719
1709
|
organizationId: string;
|
|
1720
|
-
/** @description The enclave type, one of: ump, notarizer, signer, evm-parser */
|
|
1710
|
+
/** @description The enclave type, one of: ump, notarizer, signer, evm-parser. */
|
|
1721
1711
|
enclaveType: string;
|
|
1722
1712
|
};
|
|
1723
1713
|
v1GetAttestationDocumentResponse: {
|
|
1724
1714
|
/**
|
|
1725
1715
|
* Format: byte
|
|
1726
|
-
* @description Raw (CBOR-encoded) attestation document
|
|
1716
|
+
* @description Raw (CBOR-encoded) attestation document.
|
|
1727
1717
|
*/
|
|
1728
1718
|
attestationDocument: string;
|
|
1729
1719
|
};
|
|
1730
1720
|
v1GetAuthenticatorRequest: {
|
|
1731
|
-
/** @description Unique identifier for a given
|
|
1721
|
+
/** @description Unique identifier for a given organization. */
|
|
1732
1722
|
organizationId: string;
|
|
1733
|
-
/** @description Unique identifier for a given
|
|
1723
|
+
/** @description Unique identifier for a given authenticator. */
|
|
1734
1724
|
authenticatorId: string;
|
|
1735
1725
|
};
|
|
1736
1726
|
v1GetAuthenticatorResponse: {
|
|
@@ -1738,9 +1728,9 @@ export type definitions = {
|
|
|
1738
1728
|
authenticator: definitions["v1Authenticator"];
|
|
1739
1729
|
};
|
|
1740
1730
|
v1GetAuthenticatorsRequest: {
|
|
1741
|
-
/** @description Unique identifier for a given
|
|
1731
|
+
/** @description Unique identifier for a given organization. */
|
|
1742
1732
|
organizationId: string;
|
|
1743
|
-
/** @description Unique identifier for a given
|
|
1733
|
+
/** @description Unique identifier for a given user. */
|
|
1744
1734
|
userId: string;
|
|
1745
1735
|
};
|
|
1746
1736
|
v1GetAuthenticatorsResponse: {
|
|
@@ -1748,53 +1738,62 @@ export type definitions = {
|
|
|
1748
1738
|
authenticators: definitions["v1Authenticator"][];
|
|
1749
1739
|
};
|
|
1750
1740
|
v1GetOauthProvidersRequest: {
|
|
1751
|
-
/** @description Unique identifier for a given
|
|
1741
|
+
/** @description Unique identifier for a given organization. */
|
|
1752
1742
|
organizationId: string;
|
|
1753
|
-
/** @description Unique identifier for a given
|
|
1743
|
+
/** @description Unique identifier for a given user. */
|
|
1754
1744
|
userId?: string;
|
|
1755
1745
|
};
|
|
1756
1746
|
v1GetOauthProvidersResponse: {
|
|
1757
|
-
/** @description A list of Oauth
|
|
1747
|
+
/** @description A list of Oauth providers. */
|
|
1758
1748
|
oauthProviders: definitions["v1OauthProvider"][];
|
|
1759
1749
|
};
|
|
1760
1750
|
v1GetOrganizationConfigsRequest: {
|
|
1761
|
-
/** @description Unique identifier for a given
|
|
1751
|
+
/** @description Unique identifier for a given organization. */
|
|
1762
1752
|
organizationId: string;
|
|
1763
1753
|
};
|
|
1764
1754
|
v1GetOrganizationConfigsResponse: {
|
|
1765
|
-
/** @description Organization configs including quorum settings and organization features */
|
|
1755
|
+
/** @description Organization configs including quorum settings and organization features. */
|
|
1766
1756
|
configs: definitions["v1Config"];
|
|
1767
1757
|
};
|
|
1768
1758
|
v1GetOrganizationRequest: {
|
|
1769
|
-
/** @description Unique identifier for a given
|
|
1759
|
+
/** @description Unique identifier for a given organization. */
|
|
1770
1760
|
organizationId: string;
|
|
1771
1761
|
};
|
|
1772
1762
|
v1GetOrganizationResponse: {
|
|
1773
|
-
/** @description Object representing the full current and deleted / disabled collection of
|
|
1763
|
+
/** @description Object representing the full current and deleted / disabled collection of users, policies, private keys, and invitations attributable to a particular organization. */
|
|
1774
1764
|
organizationData: definitions["v1OrganizationData"];
|
|
1775
1765
|
};
|
|
1776
1766
|
v1GetPoliciesRequest: {
|
|
1777
|
-
/** @description Unique identifier for a given
|
|
1767
|
+
/** @description Unique identifier for a given organization. */
|
|
1778
1768
|
organizationId: string;
|
|
1779
1769
|
};
|
|
1780
1770
|
v1GetPoliciesResponse: {
|
|
1781
|
-
/** @description A list of
|
|
1771
|
+
/** @description A list of policies. */
|
|
1782
1772
|
policies: definitions["v1Policy"][];
|
|
1783
1773
|
};
|
|
1774
|
+
v1GetPolicyEvaluationsRequest: {
|
|
1775
|
+
/** @description Unique identifier for a given organization. */
|
|
1776
|
+
organizationId: string;
|
|
1777
|
+
/** @description Unique identifier for a given activity. */
|
|
1778
|
+
activityId: string;
|
|
1779
|
+
};
|
|
1780
|
+
v1GetPolicyEvaluationsResponse: {
|
|
1781
|
+
policyEvaluations: definitions["externalactivityv1PolicyEvaluation"][];
|
|
1782
|
+
};
|
|
1784
1783
|
v1GetPolicyRequest: {
|
|
1785
|
-
/** @description Unique identifier for a given
|
|
1784
|
+
/** @description Unique identifier for a given organization. */
|
|
1786
1785
|
organizationId: string;
|
|
1787
|
-
/** @description Unique identifier for a given
|
|
1786
|
+
/** @description Unique identifier for a given policy. */
|
|
1788
1787
|
policyId: string;
|
|
1789
1788
|
};
|
|
1790
1789
|
v1GetPolicyResponse: {
|
|
1791
|
-
/** @description Object that codifies rules defining the actions that are permissible within an
|
|
1790
|
+
/** @description Object that codifies rules defining the actions that are permissible within an organization. */
|
|
1792
1791
|
policy: definitions["v1Policy"];
|
|
1793
1792
|
};
|
|
1794
1793
|
v1GetPrivateKeyRequest: {
|
|
1795
|
-
/** @description Unique identifier for a given
|
|
1794
|
+
/** @description Unique identifier for a given organization. */
|
|
1796
1795
|
organizationId: string;
|
|
1797
|
-
/** @description Unique identifier for a given
|
|
1796
|
+
/** @description Unique identifier for a given private key. */
|
|
1798
1797
|
privateKeyId: string;
|
|
1799
1798
|
};
|
|
1800
1799
|
v1GetPrivateKeyResponse: {
|
|
@@ -1802,43 +1801,35 @@ export type definitions = {
|
|
|
1802
1801
|
privateKey: definitions["v1PrivateKey"];
|
|
1803
1802
|
};
|
|
1804
1803
|
v1GetPrivateKeysRequest: {
|
|
1805
|
-
/** @description Unique identifier for a given
|
|
1804
|
+
/** @description Unique identifier for a given organization. */
|
|
1806
1805
|
organizationId: string;
|
|
1807
1806
|
};
|
|
1808
1807
|
v1GetPrivateKeysResponse: {
|
|
1809
|
-
/** @description A list of
|
|
1808
|
+
/** @description A list of private keys. */
|
|
1810
1809
|
privateKeys: definitions["v1PrivateKey"][];
|
|
1811
1810
|
};
|
|
1812
|
-
v1GetProxyAuthConfigRequest: {
|
|
1813
|
-
/** @description Unique identifier for a given Organization. */
|
|
1814
|
-
organizationId: string;
|
|
1815
|
-
};
|
|
1816
|
-
v1GetProxyAuthConfigResponse: {
|
|
1817
|
-
/** @description Proxy authentication configuration (e.g., allowed origins). */
|
|
1818
|
-
proxyAuthConfig: definitions["v1ProxyAuthConfig"];
|
|
1819
|
-
};
|
|
1820
1811
|
v1GetSmartContractInterfaceRequest: {
|
|
1821
|
-
/** @description Unique identifier for a given
|
|
1812
|
+
/** @description Unique identifier for a given organization. */
|
|
1822
1813
|
organizationId: string;
|
|
1823
|
-
/** @description Unique identifier for a given
|
|
1814
|
+
/** @description Unique identifier for a given smart contract interface. */
|
|
1824
1815
|
smartContractInterfaceId: string;
|
|
1825
1816
|
};
|
|
1826
1817
|
v1GetSmartContractInterfaceResponse: {
|
|
1827
|
-
/** @description Object to be used in conjunction with
|
|
1828
|
-
smartContractInterface: definitions["
|
|
1818
|
+
/** @description Object to be used in conjunction with policies to guard transaction signing. */
|
|
1819
|
+
smartContractInterface: definitions["externaldatav1SmartContractInterface"];
|
|
1829
1820
|
};
|
|
1830
1821
|
v1GetSmartContractInterfacesRequest: {
|
|
1831
|
-
/** @description Unique identifier for a given
|
|
1822
|
+
/** @description Unique identifier for a given organization. */
|
|
1832
1823
|
organizationId: string;
|
|
1833
1824
|
};
|
|
1834
1825
|
v1GetSmartContractInterfacesResponse: {
|
|
1835
|
-
/** @description A list of
|
|
1836
|
-
smartContractInterfaces: definitions["
|
|
1826
|
+
/** @description A list of smart contract interfaces. */
|
|
1827
|
+
smartContractInterfaces: definitions["externaldatav1SmartContractInterface"][];
|
|
1837
1828
|
};
|
|
1838
1829
|
v1GetSubOrgIdsRequest: {
|
|
1839
|
-
/** @description Unique identifier for the parent
|
|
1830
|
+
/** @description Unique identifier for the parent organization. This is used to find sub-organizations within it. */
|
|
1840
1831
|
organizationId: string;
|
|
1841
|
-
/** @description Specifies the type of filter to apply, i.e 'CREDENTIAL_ID', 'NAME', 'USERNAME', 'EMAIL', 'PHONE_NUMBER', 'OIDC_TOKEN' or 'PUBLIC_KEY' */
|
|
1832
|
+
/** @description Specifies the type of filter to apply, i.e 'CREDENTIAL_ID', 'NAME', 'USERNAME', 'EMAIL', 'PHONE_NUMBER', 'OIDC_TOKEN', 'WALLET_ACCOUNT_ADDRESS' or 'PUBLIC_KEY' */
|
|
1842
1833
|
filterType?: string;
|
|
1843
1834
|
/** @description The value of the filter to apply for the specified type. For example, a specific email or name string. */
|
|
1844
1835
|
filterValue?: string;
|
|
@@ -1850,27 +1841,27 @@ export type definitions = {
|
|
|
1850
1841
|
organizationIds: string[];
|
|
1851
1842
|
};
|
|
1852
1843
|
v1GetUserRequest: {
|
|
1853
|
-
/** @description Unique identifier for a given
|
|
1844
|
+
/** @description Unique identifier for a given organization. */
|
|
1854
1845
|
organizationId: string;
|
|
1855
|
-
/** @description Unique identifier for a given
|
|
1846
|
+
/** @description Unique identifier for a given user. */
|
|
1856
1847
|
userId: string;
|
|
1857
1848
|
};
|
|
1858
1849
|
v1GetUserResponse: {
|
|
1859
|
-
/** @description Web and/or API user within your
|
|
1850
|
+
/** @description Web and/or API user within your organization. */
|
|
1860
1851
|
user: definitions["v1User"];
|
|
1861
1852
|
};
|
|
1862
1853
|
v1GetUsersRequest: {
|
|
1863
|
-
/** @description Unique identifier for a given
|
|
1854
|
+
/** @description Unique identifier for a given organization. */
|
|
1864
1855
|
organizationId: string;
|
|
1865
1856
|
};
|
|
1866
1857
|
v1GetUsersResponse: {
|
|
1867
|
-
/** @description A list of
|
|
1858
|
+
/** @description A list of users. */
|
|
1868
1859
|
users: definitions["v1User"][];
|
|
1869
1860
|
};
|
|
1870
1861
|
v1GetVerifiedSubOrgIdsRequest: {
|
|
1871
|
-
/** @description Unique identifier for the parent
|
|
1862
|
+
/** @description Unique identifier for the parent organization. This is used to find sub-organizations within it. */
|
|
1872
1863
|
organizationId: string;
|
|
1873
|
-
/** @description Specifies the type of filter to apply, i.e 'EMAIL', 'PHONE_NUMBER' */
|
|
1864
|
+
/** @description Specifies the type of filter to apply, i.e 'EMAIL', 'PHONE_NUMBER'. */
|
|
1874
1865
|
filterType?: string;
|
|
1875
1866
|
/** @description The value of the filter to apply for the specified type. For example, a specific email or phone number string. */
|
|
1876
1867
|
filterValue?: string;
|
|
@@ -1882,61 +1873,63 @@ export type definitions = {
|
|
|
1882
1873
|
organizationIds: string[];
|
|
1883
1874
|
};
|
|
1884
1875
|
v1GetWalletAccountRequest: {
|
|
1885
|
-
/** @description Unique identifier for a given
|
|
1876
|
+
/** @description Unique identifier for a given organization. */
|
|
1886
1877
|
organizationId: string;
|
|
1887
|
-
/** @description Unique identifier for a given
|
|
1878
|
+
/** @description Unique identifier for a given wallet. */
|
|
1888
1879
|
walletId: string;
|
|
1889
|
-
/** @description Address corresponding to a
|
|
1880
|
+
/** @description Address corresponding to a wallet account. */
|
|
1890
1881
|
address?: string;
|
|
1891
|
-
/** @description Path corresponding to a
|
|
1882
|
+
/** @description Path corresponding to a wallet account. */
|
|
1892
1883
|
path?: string;
|
|
1893
1884
|
};
|
|
1894
1885
|
v1GetWalletAccountResponse: {
|
|
1895
|
-
/** @description The resulting
|
|
1886
|
+
/** @description The resulting wallet account. */
|
|
1896
1887
|
account: definitions["v1WalletAccount"];
|
|
1897
1888
|
};
|
|
1898
1889
|
v1GetWalletAccountsRequest: {
|
|
1899
|
-
/** @description Unique identifier for a given
|
|
1890
|
+
/** @description Unique identifier for a given organization. */
|
|
1900
1891
|
organizationId: string;
|
|
1901
|
-
/** @description Unique identifier for a given
|
|
1902
|
-
walletId
|
|
1892
|
+
/** @description Unique identifier for a given wallet. If not provided, all accounts for the organization will be returned. */
|
|
1893
|
+
walletId?: string;
|
|
1894
|
+
/** @description Optional flag to specify if the wallet details should be included in the response. Default = false. */
|
|
1895
|
+
includeWalletDetails?: boolean;
|
|
1903
1896
|
/** @description Parameters used for cursor-based pagination. */
|
|
1904
1897
|
paginationOptions?: definitions["v1Pagination"];
|
|
1905
1898
|
};
|
|
1906
1899
|
v1GetWalletAccountsResponse: {
|
|
1907
|
-
/** @description A list of
|
|
1900
|
+
/** @description A list of accounts generated from a wallet that share a common seed. */
|
|
1908
1901
|
accounts: definitions["v1WalletAccount"][];
|
|
1909
1902
|
};
|
|
1910
1903
|
v1GetWalletRequest: {
|
|
1911
|
-
/** @description Unique identifier for a given
|
|
1904
|
+
/** @description Unique identifier for a given organization. */
|
|
1912
1905
|
organizationId: string;
|
|
1913
|
-
/** @description Unique identifier for a given
|
|
1906
|
+
/** @description Unique identifier for a given wallet. */
|
|
1914
1907
|
walletId: string;
|
|
1915
1908
|
};
|
|
1916
1909
|
v1GetWalletResponse: {
|
|
1917
|
-
/** @description A collection of deterministically generated cryptographic public / private key pairs that share a common seed */
|
|
1910
|
+
/** @description A collection of deterministically generated cryptographic public / private key pairs that share a common seed. */
|
|
1918
1911
|
wallet: definitions["v1Wallet"];
|
|
1919
1912
|
};
|
|
1920
1913
|
v1GetWalletsRequest: {
|
|
1921
|
-
/** @description Unique identifier for a given
|
|
1914
|
+
/** @description Unique identifier for a given organization. */
|
|
1922
1915
|
organizationId: string;
|
|
1923
1916
|
};
|
|
1924
1917
|
v1GetWalletsResponse: {
|
|
1925
|
-
/** @description A list of
|
|
1918
|
+
/** @description A list of wallets. */
|
|
1926
1919
|
wallets: definitions["v1Wallet"][];
|
|
1927
1920
|
};
|
|
1928
1921
|
v1GetWhoamiRequest: {
|
|
1929
|
-
/** @description Unique identifier for a given
|
|
1922
|
+
/** @description Unique identifier for a given organization. If the request is being made by a WebAuthN user and their sub-organization ID is unknown, this can be the parent organization ID; using the sub-organization ID when possible is preferred due to performance reasons. */
|
|
1930
1923
|
organizationId: string;
|
|
1931
1924
|
};
|
|
1932
1925
|
v1GetWhoamiResponse: {
|
|
1933
|
-
/** @description Unique identifier for a given
|
|
1926
|
+
/** @description Unique identifier for a given organization. */
|
|
1934
1927
|
organizationId: string;
|
|
1935
|
-
/** @description Human-readable name for an
|
|
1928
|
+
/** @description Human-readable name for an organization. */
|
|
1936
1929
|
organizationName: string;
|
|
1937
|
-
/** @description Unique identifier for a given
|
|
1930
|
+
/** @description Unique identifier for a given user. */
|
|
1938
1931
|
userId: string;
|
|
1939
|
-
/** @description Human-readable name for a
|
|
1932
|
+
/** @description Human-readable name for a user. */
|
|
1940
1933
|
username: string;
|
|
1941
1934
|
};
|
|
1942
1935
|
/** @enum {string} */
|
|
@@ -2012,6 +2005,8 @@ export type definitions = {
|
|
|
2012
2005
|
countryCode?: string;
|
|
2013
2006
|
/** @description ISO 3166-2 two-digit country subdivision code for Coinbase representing the purchasing user’s subdivision of residence within their country, e.g. NY. Required if country_code=US. */
|
|
2014
2007
|
countrySubdivisionCode?: string;
|
|
2008
|
+
/** @description Optional flag to indicate whether to use the sandbox mode to simulate transactions for the on-ramp provider. Default is false. */
|
|
2009
|
+
sandboxMode?: boolean;
|
|
2015
2010
|
};
|
|
2016
2011
|
v1InitFiatOnRampRequest: {
|
|
2017
2012
|
/** @enum {string} */
|
|
@@ -2280,9 +2275,9 @@ export type definitions = {
|
|
|
2280
2275
|
initFiatOnRampIntent?: definitions["v1InitFiatOnRampIntent"];
|
|
2281
2276
|
createSmartContractInterfaceIntent?: definitions["v1CreateSmartContractInterfaceIntent"];
|
|
2282
2277
|
deleteSmartContractInterfaceIntent?: definitions["v1DeleteSmartContractInterfaceIntent"];
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2278
|
+
enableAuthProxyIntent?: definitions["v1EnableAuthProxyIntent"];
|
|
2279
|
+
disableAuthProxyIntent?: definitions["v1DisableAuthProxyIntent"];
|
|
2280
|
+
updateAuthProxyConfigIntent?: definitions["v1UpdateAuthProxyConfigIntent"];
|
|
2286
2281
|
};
|
|
2287
2282
|
v1Invitation: {
|
|
2288
2283
|
/** @description Unique identifier for a given Invitation object. */
|
|
@@ -2317,19 +2312,19 @@ export type definitions = {
|
|
|
2317
2312
|
/** @enum {string} */
|
|
2318
2313
|
v1InvitationStatus: "INVITATION_STATUS_CREATED" | "INVITATION_STATUS_ACCEPTED" | "INVITATION_STATUS_REVOKED";
|
|
2319
2314
|
v1ListPrivateKeyTagsRequest: {
|
|
2320
|
-
/** @description Unique identifier for a given
|
|
2315
|
+
/** @description Unique identifier for a given organization. */
|
|
2321
2316
|
organizationId: string;
|
|
2322
2317
|
};
|
|
2323
2318
|
v1ListPrivateKeyTagsResponse: {
|
|
2324
|
-
/** @description A list of
|
|
2319
|
+
/** @description A list of private key tags. */
|
|
2325
2320
|
privateKeyTags: definitions["datav1Tag"][];
|
|
2326
2321
|
};
|
|
2327
2322
|
v1ListUserTagsRequest: {
|
|
2328
|
-
/** @description Unique identifier for a given
|
|
2323
|
+
/** @description Unique identifier for a given organization. */
|
|
2329
2324
|
organizationId: string;
|
|
2330
2325
|
};
|
|
2331
2326
|
v1ListUserTagsResponse: {
|
|
2332
|
-
/** @description A list of
|
|
2327
|
+
/** @description A list of user tags. */
|
|
2333
2328
|
userTags: definitions["datav1Tag"][];
|
|
2334
2329
|
};
|
|
2335
2330
|
/** @enum {string} */
|
|
@@ -2478,6 +2473,8 @@ export type definitions = {
|
|
|
2478
2473
|
/** @description Signed JWT containing an expiry, public key, session type, user id, and organization id */
|
|
2479
2474
|
session: string;
|
|
2480
2475
|
};
|
|
2476
|
+
/** @enum {string} */
|
|
2477
|
+
v1Outcome: "OUTCOME_ALLOW" | "OUTCOME_DENY_EXPLICIT" | "OUTCOME_DENY_IMPLICIT" | "OUTCOME_REQUIRES_CONSENSUS" | "OUTCOME_REJECTED" | "OUTCOME_ERROR";
|
|
2481
2478
|
v1Pagination: {
|
|
2482
2479
|
/** @description A limit of the number of object to be returned, between 1 and 100. Defaults to 10. */
|
|
2483
2480
|
limit?: string;
|
|
@@ -2489,7 +2486,7 @@ export type definitions = {
|
|
|
2489
2486
|
/** @enum {string} */
|
|
2490
2487
|
v1PathFormat: "PATH_FORMAT_BIP32";
|
|
2491
2488
|
/** @enum {string} */
|
|
2492
|
-
v1PayloadEncoding: "PAYLOAD_ENCODING_HEXADECIMAL" | "PAYLOAD_ENCODING_TEXT_UTF8" | "PAYLOAD_ENCODING_EIP712";
|
|
2489
|
+
v1PayloadEncoding: "PAYLOAD_ENCODING_HEXADECIMAL" | "PAYLOAD_ENCODING_TEXT_UTF8" | "PAYLOAD_ENCODING_EIP712" | "PAYLOAD_ENCODING_EIP7702_AUTHORIZATION";
|
|
2493
2490
|
v1Policy: {
|
|
2494
2491
|
/** @description Unique identifier for a given Policy. */
|
|
2495
2492
|
policyId: string;
|
|
@@ -2540,42 +2537,6 @@ export type definitions = {
|
|
|
2540
2537
|
privateKeyId?: string;
|
|
2541
2538
|
addresses?: definitions["immutableactivityv1Address"][];
|
|
2542
2539
|
};
|
|
2543
|
-
v1ProxyAuthConfig: {
|
|
2544
|
-
organizationId?: string;
|
|
2545
|
-
allowedOrigins?: string[];
|
|
2546
|
-
allowedAuthMethods?: string[];
|
|
2547
|
-
encryptedApiKey?: string;
|
|
2548
|
-
turnkeySignerUserId?: string;
|
|
2549
|
-
sendFromEmailAddress?: string;
|
|
2550
|
-
replyToEmailAddress?: string;
|
|
2551
|
-
emailAuthTemplateId?: string;
|
|
2552
|
-
otpTemplateId?: string;
|
|
2553
|
-
emailCustomizationParams?: string;
|
|
2554
|
-
smsCustomizationParams?: string;
|
|
2555
|
-
/** Format: int32 */
|
|
2556
|
-
otpExpirationSeconds?: number;
|
|
2557
|
-
/** Format: int32 */
|
|
2558
|
-
verificationTokenExpirationSeconds?: number;
|
|
2559
|
-
/** Format: int32 */
|
|
2560
|
-
otpSessionExpirationSeconds?: number;
|
|
2561
|
-
/** Format: int32 */
|
|
2562
|
-
oauthSessionExpirationSeconds?: number;
|
|
2563
|
-
/** Format: int32 */
|
|
2564
|
-
passkeySessionExpirationSeconds?: number;
|
|
2565
|
-
/** Format: int32 */
|
|
2566
|
-
walletSessionExpirationSeconds?: number;
|
|
2567
|
-
/** Format: date-time */
|
|
2568
|
-
createdAt?: string;
|
|
2569
|
-
/** Format: date-time */
|
|
2570
|
-
updatedAt?: string;
|
|
2571
|
-
otpAlphanumeric?: boolean;
|
|
2572
|
-
/** Format: int32 */
|
|
2573
|
-
otpLength?: number;
|
|
2574
|
-
socialLinking?: boolean;
|
|
2575
|
-
policyId?: string;
|
|
2576
|
-
proxyId?: string;
|
|
2577
|
-
ewkSettings?: string;
|
|
2578
|
-
};
|
|
2579
2540
|
v1PublicKeyCredentialWithAttestation: {
|
|
2580
2541
|
id: string;
|
|
2581
2542
|
/** @enum {string} */
|
|
@@ -2715,9 +2676,9 @@ export type definitions = {
|
|
|
2715
2676
|
initFiatOnRampResult?: definitions["v1InitFiatOnRampResult"];
|
|
2716
2677
|
createSmartContractInterfaceResult?: definitions["v1CreateSmartContractInterfaceResult"];
|
|
2717
2678
|
deleteSmartContractInterfaceResult?: definitions["v1DeleteSmartContractInterfaceResult"];
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2679
|
+
enableAuthProxyResult?: definitions["v1EnableAuthProxyResult"];
|
|
2680
|
+
disableAuthProxyResult?: definitions["v1DisableAuthProxyResult"];
|
|
2681
|
+
updateAuthProxyConfigResult?: definitions["v1UpdateAuthProxyConfigResult"];
|
|
2721
2682
|
};
|
|
2722
2683
|
v1RootUserParams: {
|
|
2723
2684
|
/** @description Human-readable name for a User. */
|
|
@@ -2886,24 +2847,6 @@ export type definitions = {
|
|
|
2886
2847
|
appidExclude?: boolean;
|
|
2887
2848
|
credProps?: definitions["v1CredPropsAuthenticationExtensionsClientOutputs"];
|
|
2888
2849
|
};
|
|
2889
|
-
v1SmartContractInterface: {
|
|
2890
|
-
/** @description The Organization the Smart Contract Interface belongs to. */
|
|
2891
|
-
organizationId: string;
|
|
2892
|
-
/** @description Unique identifier for a given Smart Contract Interface (ABI or IDL). */
|
|
2893
|
-
smartContractInterfaceId: string;
|
|
2894
|
-
/** @description The address corresponding to the Smart Contract or Program. */
|
|
2895
|
-
smartContractAddress: string;
|
|
2896
|
-
/** @description The JSON corresponding to the Smart Contract Interface (ABI or IDL). */
|
|
2897
|
-
smartContractInterface: string;
|
|
2898
|
-
/** @description The type corresponding to the Smart Contract Interface (either ETHEREUM or SOLANA). */
|
|
2899
|
-
type: string;
|
|
2900
|
-
/** @description The label corresponding to the Smart Contract Interface (either ETHEREUM or SOLANA). */
|
|
2901
|
-
label: string;
|
|
2902
|
-
/** @description The notes corresponding to the Smart Contract Interface (either ETHEREUM or SOLANA). */
|
|
2903
|
-
notes: string;
|
|
2904
|
-
createdAt: definitions["externaldatav1Timestamp"];
|
|
2905
|
-
updatedAt: definitions["externaldatav1Timestamp"];
|
|
2906
|
-
};
|
|
2907
2850
|
v1SmartContractInterfaceReference: {
|
|
2908
2851
|
smartContractInterfaceId?: string;
|
|
2909
2852
|
smartContractAddress?: string;
|
|
@@ -2939,13 +2882,13 @@ export type definitions = {
|
|
|
2939
2882
|
/** @enum {string} */
|
|
2940
2883
|
v1TagType: "TAG_TYPE_USER" | "TAG_TYPE_PRIVATE_KEY";
|
|
2941
2884
|
v1TestRateLimitsRequest: {
|
|
2942
|
-
/** @description Unique identifier for a given
|
|
2885
|
+
/** @description Unique identifier for a given organization. If the request is being made by a WebAuthN user and their sub-organization ID is unknown, this can be the parent organization ID; using the sub-organization ID when possible is preferred due to performance reasons. */
|
|
2943
2886
|
organizationId: string;
|
|
2944
2887
|
/** @description Whether or not to set a limit on this request. */
|
|
2945
2888
|
isSetLimit: boolean;
|
|
2946
2889
|
/**
|
|
2947
2890
|
* Format: int64
|
|
2948
|
-
* @description Rate limit to set for org, if is_set_limit is set to true
|
|
2891
|
+
* @description Rate limit to set for org, if is_set_limit is set to true.
|
|
2949
2892
|
*/
|
|
2950
2893
|
limit: number;
|
|
2951
2894
|
};
|
|
@@ -2961,6 +2904,52 @@ export type definitions = {
|
|
|
2961
2904
|
v1UpdateAllowedOriginsResult: {
|
|
2962
2905
|
[key: string]: unknown;
|
|
2963
2906
|
};
|
|
2907
|
+
v1UpdateAuthProxyConfigIntent: {
|
|
2908
|
+
/** @description Updated list of allowed origins for CORS. */
|
|
2909
|
+
allowedOrigins?: string[];
|
|
2910
|
+
/** @description Updated list of allowed proxy authentication methods. */
|
|
2911
|
+
allowedAuthMethods?: string[];
|
|
2912
|
+
/** @description Custom 'from' address for auth-related emails. */
|
|
2913
|
+
sendFromEmailAddress?: string;
|
|
2914
|
+
/** @description Custom reply-to address for auth-related emails. */
|
|
2915
|
+
replyToEmailAddress?: string;
|
|
2916
|
+
/** @description Template ID for email-auth messages. */
|
|
2917
|
+
emailAuthTemplateId?: string;
|
|
2918
|
+
/** @description Template ID for OTP SMS messages. */
|
|
2919
|
+
otpTemplateId?: string;
|
|
2920
|
+
/** @description Overrides for auth-related email content. */
|
|
2921
|
+
emailCustomizationParams?: definitions["v1EmailCustomizationParams"];
|
|
2922
|
+
/** @description Overrides for auth-related SMS content. */
|
|
2923
|
+
smsCustomizationParams?: definitions["v1SmsCustomizationParams"];
|
|
2924
|
+
/** @description Overrides for react wallet kit related settings. */
|
|
2925
|
+
walletKitSettings?: definitions["v1WalletKitSettingsParams"];
|
|
2926
|
+
/**
|
|
2927
|
+
* Format: int32
|
|
2928
|
+
* @description OTP code lifetime in seconds.
|
|
2929
|
+
*/
|
|
2930
|
+
otpExpirationSeconds?: number;
|
|
2931
|
+
/**
|
|
2932
|
+
* Format: int32
|
|
2933
|
+
* @description Verification-token lifetime in seconds.
|
|
2934
|
+
*/
|
|
2935
|
+
verificationTokenExpirationSeconds?: number;
|
|
2936
|
+
/**
|
|
2937
|
+
* Format: int32
|
|
2938
|
+
* @description Session lifetime in seconds.
|
|
2939
|
+
*/
|
|
2940
|
+
sessionExpirationSeconds?: number;
|
|
2941
|
+
/** @description Enable alphanumeric OTP codes. */
|
|
2942
|
+
otpAlphanumeric?: boolean;
|
|
2943
|
+
/**
|
|
2944
|
+
* Format: int32
|
|
2945
|
+
* @description Desired OTP code length (6–9).
|
|
2946
|
+
*/
|
|
2947
|
+
otpLength?: number;
|
|
2948
|
+
};
|
|
2949
|
+
v1UpdateAuthProxyConfigResult: {
|
|
2950
|
+
/** @description Unique identifier for a given User. (representing the turnkey signer user id) */
|
|
2951
|
+
configId?: string;
|
|
2952
|
+
};
|
|
2964
2953
|
v1UpdatePolicyIntent: {
|
|
2965
2954
|
/** @description Unique identifier for a given Policy. */
|
|
2966
2955
|
policyId: string;
|
|
@@ -3029,77 +3018,6 @@ export type definitions = {
|
|
|
3029
3018
|
/** @description Unique identifier for a given Private Key Tag. */
|
|
3030
3019
|
privateKeyTagId: string;
|
|
3031
3020
|
};
|
|
3032
|
-
v1UpdateProxyAuthConfigIntent: {
|
|
3033
|
-
/** @description Updated list of allowed origins for CORS. */
|
|
3034
|
-
allowedOrigins?: string[];
|
|
3035
|
-
/** @description Updated list of allowed origins for CORS. */
|
|
3036
|
-
allowedAuthMethods?: string[];
|
|
3037
|
-
/** @description Custom 'from' address for auth-related emails. */
|
|
3038
|
-
sendFromEmailAddress?: string;
|
|
3039
|
-
/** @description Custom reply-to address for auth-related emails. */
|
|
3040
|
-
replyToEmailAddress?: string;
|
|
3041
|
-
/** @description Template ID for email-auth messages. */
|
|
3042
|
-
emailAuthTemplateId?: string;
|
|
3043
|
-
/** @description Template ID for OTP SMS messages. */
|
|
3044
|
-
otpTemplateId?: string;
|
|
3045
|
-
/** @description Overrides for auth-related email content. */
|
|
3046
|
-
emailCustomizationParams?: definitions["v1EmailCustomizationParams"];
|
|
3047
|
-
/** @description Overrides for auth-related SMS content. */
|
|
3048
|
-
smsCustomizationParams?: definitions["v1SmsCustomizationParams"];
|
|
3049
|
-
/** @description Overrides for EWK related settings. */
|
|
3050
|
-
ewkSettings?: definitions["v1EwkSettingsParams"];
|
|
3051
|
-
/**
|
|
3052
|
-
* Format: int32
|
|
3053
|
-
* @description OTP code lifetime in seconds.
|
|
3054
|
-
*/
|
|
3055
|
-
otpExpirationSeconds?: number;
|
|
3056
|
-
/**
|
|
3057
|
-
* Format: int32
|
|
3058
|
-
* @description Verification-token lifetime in seconds.
|
|
3059
|
-
*/
|
|
3060
|
-
verificationTokenExpirationSeconds?: number;
|
|
3061
|
-
/**
|
|
3062
|
-
* Format: int32
|
|
3063
|
-
* @description OTP session lifetime in seconds.
|
|
3064
|
-
*/
|
|
3065
|
-
otpSessionExpirationSeconds?: number;
|
|
3066
|
-
/**
|
|
3067
|
-
* Format: int32
|
|
3068
|
-
* @description Passkey session lifetime in seconds.
|
|
3069
|
-
*/
|
|
3070
|
-
passkeySessionExpirationSeconds?: number;
|
|
3071
|
-
/**
|
|
3072
|
-
* Format: int32
|
|
3073
|
-
* @description Wallet session lifetime in seconds.
|
|
3074
|
-
*/
|
|
3075
|
-
walletSessionExpirationSeconds?: number;
|
|
3076
|
-
/**
|
|
3077
|
-
* Format: int32
|
|
3078
|
-
* @description OAuth session lifetime in seconds.
|
|
3079
|
-
*/
|
|
3080
|
-
oauthSessionExpirationSeconds?: number;
|
|
3081
|
-
/** @description Enable alphanumeric OTP codes. */
|
|
3082
|
-
otpAlphanumeric?: boolean;
|
|
3083
|
-
/**
|
|
3084
|
-
* Format: int32
|
|
3085
|
-
* @description Desired OTP code length (6–9).
|
|
3086
|
-
*/
|
|
3087
|
-
otpLength?: number;
|
|
3088
|
-
/** @description Enable social linking (userEmail <-> gmail) */
|
|
3089
|
-
socialLinking?: boolean;
|
|
3090
|
-
};
|
|
3091
|
-
v1UpdateProxyAuthConfigRequest: {
|
|
3092
|
-
/** @enum {string} */
|
|
3093
|
-
type: "ACTIVITY_TYPE_UPDATE_PROXY_AUTH_CONFIG";
|
|
3094
|
-
/** @description Timestamp (in milliseconds) of the request, used to verify liveness of user requests. */
|
|
3095
|
-
timestampMs: string;
|
|
3096
|
-
/** @description Unique identifier for a given Organization. */
|
|
3097
|
-
organizationId: string;
|
|
3098
|
-
parameters: definitions["v1UpdateProxyAuthConfigIntent"];
|
|
3099
|
-
};
|
|
3100
|
-
v1UpdateProxyAuthConfigResult: {
|
|
3101
|
-
[key: string]: unknown;
|
|
3102
|
-
};
|
|
3103
3021
|
v1UpdateRootQuorumIntent: {
|
|
3104
3022
|
/**
|
|
3105
3023
|
* Format: int32
|
|
@@ -3386,6 +3304,8 @@ export type definitions = {
|
|
|
3386
3304
|
updatedAt: definitions["externaldatav1Timestamp"];
|
|
3387
3305
|
/** @description The public component of this wallet account's underlying cryptographic key pair. */
|
|
3388
3306
|
publicKey?: string;
|
|
3307
|
+
/** @description Wallet details for this account. This is only present when include_wallet_details=true. */
|
|
3308
|
+
walletDetails?: definitions["v1Wallet"];
|
|
3389
3309
|
};
|
|
3390
3310
|
v1WalletAccountParams: {
|
|
3391
3311
|
/** @description Cryptographic curve used to generate a wallet Account. */
|
|
@@ -3397,6 +3317,13 @@ export type definitions = {
|
|
|
3397
3317
|
/** @description Address format used to generate a wallet Acccount. */
|
|
3398
3318
|
addressFormat: definitions["v1AddressFormat"];
|
|
3399
3319
|
};
|
|
3320
|
+
v1WalletKitSettingsParams: {
|
|
3321
|
+
/**
|
|
3322
|
+
* Enabled Social Providers
|
|
3323
|
+
* @description List of enabled social login providers (e.g., 'apple', 'google', 'facebook')
|
|
3324
|
+
*/
|
|
3325
|
+
enabledSocialProviders?: string[];
|
|
3326
|
+
};
|
|
3400
3327
|
v1WalletParams: {
|
|
3401
3328
|
/** @description Human-readable name for a Wallet. */
|
|
3402
3329
|
walletName: string;
|
|
@@ -3425,7 +3352,7 @@ export type definitions = {
|
|
|
3425
3352
|
};
|
|
3426
3353
|
};
|
|
3427
3354
|
export type operations = {
|
|
3428
|
-
/** Get details about an
|
|
3355
|
+
/** Get details about an activity. */
|
|
3429
3356
|
PublicApiService_GetActivity: {
|
|
3430
3357
|
parameters: {
|
|
3431
3358
|
body: {
|
|
@@ -3443,7 +3370,7 @@ export type operations = {
|
|
|
3443
3370
|
};
|
|
3444
3371
|
};
|
|
3445
3372
|
};
|
|
3446
|
-
/** Get details about an API key */
|
|
3373
|
+
/** Get details about an API key. */
|
|
3447
3374
|
PublicApiService_GetApiKey: {
|
|
3448
3375
|
parameters: {
|
|
3449
3376
|
body: {
|
|
@@ -3461,7 +3388,7 @@ export type operations = {
|
|
|
3461
3388
|
};
|
|
3462
3389
|
};
|
|
3463
3390
|
};
|
|
3464
|
-
/** Get details about API keys for a user */
|
|
3391
|
+
/** Get details about API keys for a user. */
|
|
3465
3392
|
PublicApiService_GetApiKeys: {
|
|
3466
3393
|
parameters: {
|
|
3467
3394
|
body: {
|
|
@@ -3497,7 +3424,7 @@ export type operations = {
|
|
|
3497
3424
|
};
|
|
3498
3425
|
};
|
|
3499
3426
|
};
|
|
3500
|
-
/** Get details about an authenticator */
|
|
3427
|
+
/** Get details about an authenticator. */
|
|
3501
3428
|
PublicApiService_GetAuthenticator: {
|
|
3502
3429
|
parameters: {
|
|
3503
3430
|
body: {
|
|
@@ -3515,7 +3442,7 @@ export type operations = {
|
|
|
3515
3442
|
};
|
|
3516
3443
|
};
|
|
3517
3444
|
};
|
|
3518
|
-
/** Get details about authenticators for a user */
|
|
3445
|
+
/** Get details about authenticators for a user. */
|
|
3519
3446
|
PublicApiService_GetAuthenticators: {
|
|
3520
3447
|
parameters: {
|
|
3521
3448
|
body: {
|
|
@@ -3533,7 +3460,7 @@ export type operations = {
|
|
|
3533
3460
|
};
|
|
3534
3461
|
};
|
|
3535
3462
|
};
|
|
3536
|
-
/** Get details about Oauth providers for a user */
|
|
3463
|
+
/** Get details about Oauth providers for a user. */
|
|
3537
3464
|
PublicApiService_GetOauthProviders: {
|
|
3538
3465
|
parameters: {
|
|
3539
3466
|
body: {
|
|
@@ -3551,7 +3478,7 @@ export type operations = {
|
|
|
3551
3478
|
};
|
|
3552
3479
|
};
|
|
3553
3480
|
};
|
|
3554
|
-
/** Get details about an
|
|
3481
|
+
/** Get details about an organization. */
|
|
3555
3482
|
PublicApiService_GetOrganization: {
|
|
3556
3483
|
parameters: {
|
|
3557
3484
|
body: {
|
|
@@ -3569,7 +3496,7 @@ export type operations = {
|
|
|
3569
3496
|
};
|
|
3570
3497
|
};
|
|
3571
3498
|
};
|
|
3572
|
-
/** Get quorum settings and features for an organization */
|
|
3499
|
+
/** Get quorum settings and features for an organization. */
|
|
3573
3500
|
PublicApiService_GetOrganizationConfigs: {
|
|
3574
3501
|
parameters: {
|
|
3575
3502
|
body: {
|
|
@@ -3587,7 +3514,7 @@ export type operations = {
|
|
|
3587
3514
|
};
|
|
3588
3515
|
};
|
|
3589
3516
|
};
|
|
3590
|
-
/** Get details about a
|
|
3517
|
+
/** Get details about a policy. */
|
|
3591
3518
|
PublicApiService_GetPolicy: {
|
|
3592
3519
|
parameters: {
|
|
3593
3520
|
body: {
|
|
@@ -3605,17 +3532,17 @@ export type operations = {
|
|
|
3605
3532
|
};
|
|
3606
3533
|
};
|
|
3607
3534
|
};
|
|
3608
|
-
/** Get
|
|
3609
|
-
|
|
3535
|
+
/** Get the policy evaluations for an activity. */
|
|
3536
|
+
PublicApiService_GetPolicyEvaluations: {
|
|
3610
3537
|
parameters: {
|
|
3611
3538
|
body: {
|
|
3612
|
-
body: definitions["
|
|
3539
|
+
body: definitions["v1GetPolicyEvaluationsRequest"];
|
|
3613
3540
|
};
|
|
3614
3541
|
};
|
|
3615
3542
|
responses: {
|
|
3616
3543
|
/** A successful response. */
|
|
3617
3544
|
200: {
|
|
3618
|
-
schema: definitions["
|
|
3545
|
+
schema: definitions["v1GetPolicyEvaluationsResponse"];
|
|
3619
3546
|
};
|
|
3620
3547
|
/** An unexpected error response. */
|
|
3621
3548
|
default: {
|
|
@@ -3623,17 +3550,17 @@ export type operations = {
|
|
|
3623
3550
|
};
|
|
3624
3551
|
};
|
|
3625
3552
|
};
|
|
3626
|
-
/** Get
|
|
3627
|
-
|
|
3553
|
+
/** Get details about a private key. */
|
|
3554
|
+
PublicApiService_GetPrivateKey: {
|
|
3628
3555
|
parameters: {
|
|
3629
3556
|
body: {
|
|
3630
|
-
body: definitions["
|
|
3557
|
+
body: definitions["v1GetPrivateKeyRequest"];
|
|
3631
3558
|
};
|
|
3632
3559
|
};
|
|
3633
3560
|
responses: {
|
|
3634
3561
|
/** A successful response. */
|
|
3635
3562
|
200: {
|
|
3636
|
-
schema: definitions["
|
|
3563
|
+
schema: definitions["v1GetPrivateKeyResponse"];
|
|
3637
3564
|
};
|
|
3638
3565
|
/** An unexpected error response. */
|
|
3639
3566
|
default: {
|
|
@@ -3641,7 +3568,7 @@ export type operations = {
|
|
|
3641
3568
|
};
|
|
3642
3569
|
};
|
|
3643
3570
|
};
|
|
3644
|
-
/** Get details about a
|
|
3571
|
+
/** Get details about a smart contract interface. */
|
|
3645
3572
|
PublicApiService_GetSmartContractInterface: {
|
|
3646
3573
|
parameters: {
|
|
3647
3574
|
body: {
|
|
@@ -3659,7 +3586,7 @@ export type operations = {
|
|
|
3659
3586
|
};
|
|
3660
3587
|
};
|
|
3661
3588
|
};
|
|
3662
|
-
/** Get details about a
|
|
3589
|
+
/** Get details about a user. */
|
|
3663
3590
|
PublicApiService_GetUser: {
|
|
3664
3591
|
parameters: {
|
|
3665
3592
|
body: {
|
|
@@ -3677,7 +3604,7 @@ export type operations = {
|
|
|
3677
3604
|
};
|
|
3678
3605
|
};
|
|
3679
3606
|
};
|
|
3680
|
-
/** Get details about a
|
|
3607
|
+
/** Get details about a wallet. */
|
|
3681
3608
|
PublicApiService_GetWallet: {
|
|
3682
3609
|
parameters: {
|
|
3683
3610
|
body: {
|
|
@@ -3695,7 +3622,7 @@ export type operations = {
|
|
|
3695
3622
|
};
|
|
3696
3623
|
};
|
|
3697
3624
|
};
|
|
3698
|
-
/** Get a single wallet account */
|
|
3625
|
+
/** Get a single wallet account. */
|
|
3699
3626
|
PublicApiService_GetWalletAccount: {
|
|
3700
3627
|
parameters: {
|
|
3701
3628
|
body: {
|
|
@@ -3713,7 +3640,7 @@ export type operations = {
|
|
|
3713
3640
|
};
|
|
3714
3641
|
};
|
|
3715
3642
|
};
|
|
3716
|
-
/** List all
|
|
3643
|
+
/** List all activities within an organization. */
|
|
3717
3644
|
PublicApiService_GetActivities: {
|
|
3718
3645
|
parameters: {
|
|
3719
3646
|
body: {
|
|
@@ -3731,7 +3658,7 @@ export type operations = {
|
|
|
3731
3658
|
};
|
|
3732
3659
|
};
|
|
3733
3660
|
};
|
|
3734
|
-
/** List all
|
|
3661
|
+
/** List all policies within an organization. */
|
|
3735
3662
|
PublicApiService_GetPolicies: {
|
|
3736
3663
|
parameters: {
|
|
3737
3664
|
body: {
|
|
@@ -3749,7 +3676,7 @@ export type operations = {
|
|
|
3749
3676
|
};
|
|
3750
3677
|
};
|
|
3751
3678
|
};
|
|
3752
|
-
/** List all
|
|
3679
|
+
/** List all private key tags within an organization. */
|
|
3753
3680
|
PublicApiService_ListPrivateKeyTags: {
|
|
3754
3681
|
parameters: {
|
|
3755
3682
|
body: {
|
|
@@ -3767,7 +3694,7 @@ export type operations = {
|
|
|
3767
3694
|
};
|
|
3768
3695
|
};
|
|
3769
3696
|
};
|
|
3770
|
-
/** List all
|
|
3697
|
+
/** List all private keys within an organization. */
|
|
3771
3698
|
PublicApiService_GetPrivateKeys: {
|
|
3772
3699
|
parameters: {
|
|
3773
3700
|
body: {
|
|
@@ -3785,7 +3712,7 @@ export type operations = {
|
|
|
3785
3712
|
};
|
|
3786
3713
|
};
|
|
3787
3714
|
};
|
|
3788
|
-
/** List all
|
|
3715
|
+
/** List all smart contract interfaces within an organization. */
|
|
3789
3716
|
PublicApiService_GetSmartContractInterfaces: {
|
|
3790
3717
|
parameters: {
|
|
3791
3718
|
body: {
|
|
@@ -3821,7 +3748,7 @@ export type operations = {
|
|
|
3821
3748
|
};
|
|
3822
3749
|
};
|
|
3823
3750
|
};
|
|
3824
|
-
/** List all
|
|
3751
|
+
/** List all user tags within an organization. */
|
|
3825
3752
|
PublicApiService_ListUserTags: {
|
|
3826
3753
|
parameters: {
|
|
3827
3754
|
body: {
|
|
@@ -3839,7 +3766,7 @@ export type operations = {
|
|
|
3839
3766
|
};
|
|
3840
3767
|
};
|
|
3841
3768
|
};
|
|
3842
|
-
/** List all
|
|
3769
|
+
/** List all users within an organization. */
|
|
3843
3770
|
PublicApiService_GetUsers: {
|
|
3844
3771
|
parameters: {
|
|
3845
3772
|
body: {
|
|
@@ -3875,7 +3802,7 @@ export type operations = {
|
|
|
3875
3802
|
};
|
|
3876
3803
|
};
|
|
3877
3804
|
};
|
|
3878
|
-
/** List all
|
|
3805
|
+
/** List all accounts within a wallet. */
|
|
3879
3806
|
PublicApiService_GetWalletAccounts: {
|
|
3880
3807
|
parameters: {
|
|
3881
3808
|
body: {
|
|
@@ -3893,7 +3820,7 @@ export type operations = {
|
|
|
3893
3820
|
};
|
|
3894
3821
|
};
|
|
3895
3822
|
};
|
|
3896
|
-
/** List all
|
|
3823
|
+
/** List all wallets within an organization. */
|
|
3897
3824
|
PublicApiService_GetWallets: {
|
|
3898
3825
|
parameters: {
|
|
3899
3826
|
body: {
|
|
@@ -3911,7 +3838,7 @@ export type operations = {
|
|
|
3911
3838
|
};
|
|
3912
3839
|
};
|
|
3913
3840
|
};
|
|
3914
|
-
/** Get basic information about your current API or WebAuthN user and their organization. Affords
|
|
3841
|
+
/** Get basic information about your current API or WebAuthN user and their organization. Affords sub-organization look ups via parent organization for WebAuthN or API key users. */
|
|
3915
3842
|
PublicApiService_GetWhoami: {
|
|
3916
3843
|
parameters: {
|
|
3917
3844
|
body: {
|
|
@@ -3929,7 +3856,7 @@ export type operations = {
|
|
|
3929
3856
|
};
|
|
3930
3857
|
};
|
|
3931
3858
|
};
|
|
3932
|
-
/** Approve an
|
|
3859
|
+
/** Approve an activity. */
|
|
3933
3860
|
PublicApiService_ApproveActivity: {
|
|
3934
3861
|
parameters: {
|
|
3935
3862
|
body: {
|
|
@@ -3947,7 +3874,7 @@ export type operations = {
|
|
|
3947
3874
|
};
|
|
3948
3875
|
};
|
|
3949
3876
|
};
|
|
3950
|
-
/** Add
|
|
3877
|
+
/** Add API keys to an existing user. */
|
|
3951
3878
|
PublicApiService_CreateApiKeys: {
|
|
3952
3879
|
parameters: {
|
|
3953
3880
|
body: {
|
|
@@ -3965,7 +3892,7 @@ export type operations = {
|
|
|
3965
3892
|
};
|
|
3966
3893
|
};
|
|
3967
3894
|
};
|
|
3968
|
-
/** Create API-only
|
|
3895
|
+
/** Create API-only users in an existing organization. */
|
|
3969
3896
|
PublicApiService_CreateApiOnlyUsers: {
|
|
3970
3897
|
parameters: {
|
|
3971
3898
|
body: {
|
|
@@ -3983,7 +3910,7 @@ export type operations = {
|
|
|
3983
3910
|
};
|
|
3984
3911
|
};
|
|
3985
3912
|
};
|
|
3986
|
-
/** Create
|
|
3913
|
+
/** Create authenticators to authenticate requests to Turnkey. */
|
|
3987
3914
|
PublicApiService_CreateAuthenticators: {
|
|
3988
3915
|
parameters: {
|
|
3989
3916
|
body: {
|
|
@@ -4001,7 +3928,7 @@ export type operations = {
|
|
|
4001
3928
|
};
|
|
4002
3929
|
};
|
|
4003
3930
|
};
|
|
4004
|
-
/** Create
|
|
3931
|
+
/** Create invitations to join an existing organization. */
|
|
4005
3932
|
PublicApiService_CreateInvitations: {
|
|
4006
3933
|
parameters: {
|
|
4007
3934
|
body: {
|
|
@@ -4019,7 +3946,7 @@ export type operations = {
|
|
|
4019
3946
|
};
|
|
4020
3947
|
};
|
|
4021
3948
|
};
|
|
4022
|
-
/**
|
|
3949
|
+
/** Create Oauth providers for a specified user. */
|
|
4023
3950
|
PublicApiService_CreateOauthProviders: {
|
|
4024
3951
|
parameters: {
|
|
4025
3952
|
body: {
|
|
@@ -4037,7 +3964,7 @@ export type operations = {
|
|
|
4037
3964
|
};
|
|
4038
3965
|
};
|
|
4039
3966
|
};
|
|
4040
|
-
/** Create new
|
|
3967
|
+
/** Create new policies. */
|
|
4041
3968
|
PublicApiService_CreatePolicies: {
|
|
4042
3969
|
parameters: {
|
|
4043
3970
|
body: {
|
|
@@ -4055,7 +3982,7 @@ export type operations = {
|
|
|
4055
3982
|
};
|
|
4056
3983
|
};
|
|
4057
3984
|
};
|
|
4058
|
-
/** Create a new
|
|
3985
|
+
/** Create a new policy. */
|
|
4059
3986
|
PublicApiService_CreatePolicy: {
|
|
4060
3987
|
parameters: {
|
|
4061
3988
|
body: {
|
|
@@ -4091,7 +4018,7 @@ export type operations = {
|
|
|
4091
4018
|
};
|
|
4092
4019
|
};
|
|
4093
4020
|
};
|
|
4094
|
-
/** Create new
|
|
4021
|
+
/** Create new private keys. */
|
|
4095
4022
|
PublicApiService_CreatePrivateKeys: {
|
|
4096
4023
|
parameters: {
|
|
4097
4024
|
body: {
|
|
@@ -4109,7 +4036,7 @@ export type operations = {
|
|
|
4109
4036
|
};
|
|
4110
4037
|
};
|
|
4111
4038
|
};
|
|
4112
|
-
/** Create a read only session for a user (valid for 1 hour) */
|
|
4039
|
+
/** Create a read only session for a user (valid for 1 hour). */
|
|
4113
4040
|
PublicApiService_CreateReadOnlySession: {
|
|
4114
4041
|
parameters: {
|
|
4115
4042
|
body: {
|
|
@@ -4127,7 +4054,7 @@ export type operations = {
|
|
|
4127
4054
|
};
|
|
4128
4055
|
};
|
|
4129
4056
|
};
|
|
4130
|
-
/** Create a read write session for a user */
|
|
4057
|
+
/** Create a read write session for a user. */
|
|
4131
4058
|
PublicApiService_CreateReadWriteSession: {
|
|
4132
4059
|
parameters: {
|
|
4133
4060
|
body: {
|
|
@@ -4145,7 +4072,7 @@ export type operations = {
|
|
|
4145
4072
|
};
|
|
4146
4073
|
};
|
|
4147
4074
|
};
|
|
4148
|
-
/** Create an ABI/IDL in JSON */
|
|
4075
|
+
/** Create an ABI/IDL in JSON. */
|
|
4149
4076
|
PublicApiService_CreateSmartContractInterface: {
|
|
4150
4077
|
parameters: {
|
|
4151
4078
|
body: {
|
|
@@ -4163,7 +4090,7 @@ export type operations = {
|
|
|
4163
4090
|
};
|
|
4164
4091
|
};
|
|
4165
4092
|
};
|
|
4166
|
-
/** Create a new
|
|
4093
|
+
/** Create a new sub-organization. */
|
|
4167
4094
|
PublicApiService_CreateSubOrganization: {
|
|
4168
4095
|
parameters: {
|
|
4169
4096
|
body: {
|
|
@@ -4199,7 +4126,7 @@ export type operations = {
|
|
|
4199
4126
|
};
|
|
4200
4127
|
};
|
|
4201
4128
|
};
|
|
4202
|
-
/** Create
|
|
4129
|
+
/** Create users in an existing organization. */
|
|
4203
4130
|
PublicApiService_CreateUsers: {
|
|
4204
4131
|
parameters: {
|
|
4205
4132
|
body: {
|
|
@@ -4217,7 +4144,7 @@ export type operations = {
|
|
|
4217
4144
|
};
|
|
4218
4145
|
};
|
|
4219
4146
|
};
|
|
4220
|
-
/** Create a
|
|
4147
|
+
/** Create a wallet and derive addresses. */
|
|
4221
4148
|
PublicApiService_CreateWallet: {
|
|
4222
4149
|
parameters: {
|
|
4223
4150
|
body: {
|
|
@@ -4235,7 +4162,7 @@ export type operations = {
|
|
|
4235
4162
|
};
|
|
4236
4163
|
};
|
|
4237
4164
|
};
|
|
4238
|
-
/** Derive additional addresses using an existing wallet */
|
|
4165
|
+
/** Derive additional addresses using an existing wallet. */
|
|
4239
4166
|
PublicApiService_CreateWalletAccounts: {
|
|
4240
4167
|
parameters: {
|
|
4241
4168
|
body: {
|
|
@@ -4253,7 +4180,7 @@ export type operations = {
|
|
|
4253
4180
|
};
|
|
4254
4181
|
};
|
|
4255
4182
|
};
|
|
4256
|
-
/** Remove api keys from a
|
|
4183
|
+
/** Remove api keys from a user. */
|
|
4257
4184
|
PublicApiService_DeleteApiKeys: {
|
|
4258
4185
|
parameters: {
|
|
4259
4186
|
body: {
|
|
@@ -4271,7 +4198,7 @@ export type operations = {
|
|
|
4271
4198
|
};
|
|
4272
4199
|
};
|
|
4273
4200
|
};
|
|
4274
|
-
/** Remove authenticators from a
|
|
4201
|
+
/** Remove authenticators from a user. */
|
|
4275
4202
|
PublicApiService_DeleteAuthenticators: {
|
|
4276
4203
|
parameters: {
|
|
4277
4204
|
body: {
|
|
@@ -4289,7 +4216,7 @@ export type operations = {
|
|
|
4289
4216
|
};
|
|
4290
4217
|
};
|
|
4291
4218
|
};
|
|
4292
|
-
/** Delete an existing
|
|
4219
|
+
/** Delete an existing invitation. */
|
|
4293
4220
|
PublicApiService_DeleteInvitation: {
|
|
4294
4221
|
parameters: {
|
|
4295
4222
|
body: {
|
|
@@ -4307,7 +4234,7 @@ export type operations = {
|
|
|
4307
4234
|
};
|
|
4308
4235
|
};
|
|
4309
4236
|
};
|
|
4310
|
-
/**
|
|
4237
|
+
/** Remove Oauth providers for a specified user. */
|
|
4311
4238
|
PublicApiService_DeleteOauthProviders: {
|
|
4312
4239
|
parameters: {
|
|
4313
4240
|
body: {
|
|
@@ -4325,7 +4252,7 @@ export type operations = {
|
|
|
4325
4252
|
};
|
|
4326
4253
|
};
|
|
4327
4254
|
};
|
|
4328
|
-
/** Delete an existing
|
|
4255
|
+
/** Delete an existing policy. */
|
|
4329
4256
|
PublicApiService_DeletePolicy: {
|
|
4330
4257
|
parameters: {
|
|
4331
4258
|
body: {
|
|
@@ -4343,7 +4270,7 @@ export type operations = {
|
|
|
4343
4270
|
};
|
|
4344
4271
|
};
|
|
4345
4272
|
};
|
|
4346
|
-
/** Delete
|
|
4273
|
+
/** Delete private key tags within an organization. */
|
|
4347
4274
|
PublicApiService_DeletePrivateKeyTags: {
|
|
4348
4275
|
parameters: {
|
|
4349
4276
|
body: {
|
|
@@ -4361,7 +4288,7 @@ export type operations = {
|
|
|
4361
4288
|
};
|
|
4362
4289
|
};
|
|
4363
4290
|
};
|
|
4364
|
-
/**
|
|
4291
|
+
/** Delete private keys for an organization. */
|
|
4365
4292
|
PublicApiService_DeletePrivateKeys: {
|
|
4366
4293
|
parameters: {
|
|
4367
4294
|
body: {
|
|
@@ -4379,7 +4306,7 @@ export type operations = {
|
|
|
4379
4306
|
};
|
|
4380
4307
|
};
|
|
4381
4308
|
};
|
|
4382
|
-
/** Delete a
|
|
4309
|
+
/** Delete a smart contract interface. */
|
|
4383
4310
|
PublicApiService_DeleteSmartContractInterface: {
|
|
4384
4311
|
parameters: {
|
|
4385
4312
|
body: {
|
|
@@ -4397,7 +4324,7 @@ export type operations = {
|
|
|
4397
4324
|
};
|
|
4398
4325
|
};
|
|
4399
4326
|
};
|
|
4400
|
-
/**
|
|
4327
|
+
/** Delete a sub-organization. */
|
|
4401
4328
|
PublicApiService_DeleteSubOrganization: {
|
|
4402
4329
|
parameters: {
|
|
4403
4330
|
body: {
|
|
@@ -4415,7 +4342,7 @@ export type operations = {
|
|
|
4415
4342
|
};
|
|
4416
4343
|
};
|
|
4417
4344
|
};
|
|
4418
|
-
/** Delete
|
|
4345
|
+
/** Delete user tags within an organization. */
|
|
4419
4346
|
PublicApiService_DeleteUserTags: {
|
|
4420
4347
|
parameters: {
|
|
4421
4348
|
body: {
|
|
@@ -4433,7 +4360,7 @@ export type operations = {
|
|
|
4433
4360
|
};
|
|
4434
4361
|
};
|
|
4435
4362
|
};
|
|
4436
|
-
/** Delete
|
|
4363
|
+
/** Delete users within an organization. */
|
|
4437
4364
|
PublicApiService_DeleteUsers: {
|
|
4438
4365
|
parameters: {
|
|
4439
4366
|
body: {
|
|
@@ -4451,7 +4378,7 @@ export type operations = {
|
|
|
4451
4378
|
};
|
|
4452
4379
|
};
|
|
4453
4380
|
};
|
|
4454
|
-
/**
|
|
4381
|
+
/** Delete wallets for an organization. */
|
|
4455
4382
|
PublicApiService_DeleteWallets: {
|
|
4456
4383
|
parameters: {
|
|
4457
4384
|
body: {
|
|
@@ -4469,25 +4396,7 @@ export type operations = {
|
|
|
4469
4396
|
};
|
|
4470
4397
|
};
|
|
4471
4398
|
};
|
|
4472
|
-
/**
|
|
4473
|
-
PublicApiService_DisableUserInitiatedAuth: {
|
|
4474
|
-
parameters: {
|
|
4475
|
-
body: {
|
|
4476
|
-
body: definitions["v1DisableUserInitiatedAuthRequest"];
|
|
4477
|
-
};
|
|
4478
|
-
};
|
|
4479
|
-
responses: {
|
|
4480
|
-
/** A successful response. */
|
|
4481
|
-
200: {
|
|
4482
|
-
schema: definitions["v1ActivityResponse"];
|
|
4483
|
-
};
|
|
4484
|
-
/** An unexpected error response. */
|
|
4485
|
-
default: {
|
|
4486
|
-
schema: definitions["rpcStatus"];
|
|
4487
|
-
};
|
|
4488
|
-
};
|
|
4489
|
-
};
|
|
4490
|
-
/** Authenticate a user via Email */
|
|
4399
|
+
/** Authenticate a user via email. */
|
|
4491
4400
|
PublicApiService_EmailAuth: {
|
|
4492
4401
|
parameters: {
|
|
4493
4402
|
body: {
|
|
@@ -4505,25 +4414,7 @@ export type operations = {
|
|
|
4505
4414
|
};
|
|
4506
4415
|
};
|
|
4507
4416
|
};
|
|
4508
|
-
/**
|
|
4509
|
-
PublicApiService_EnableUserInitiatedAuth: {
|
|
4510
|
-
parameters: {
|
|
4511
|
-
body: {
|
|
4512
|
-
body: definitions["v1EnableUserInitiatedAuthRequest"];
|
|
4513
|
-
};
|
|
4514
|
-
};
|
|
4515
|
-
responses: {
|
|
4516
|
-
/** A successful response. */
|
|
4517
|
-
200: {
|
|
4518
|
-
schema: definitions["v1ActivityResponse"];
|
|
4519
|
-
};
|
|
4520
|
-
/** An unexpected error response. */
|
|
4521
|
-
default: {
|
|
4522
|
-
schema: definitions["rpcStatus"];
|
|
4523
|
-
};
|
|
4524
|
-
};
|
|
4525
|
-
};
|
|
4526
|
-
/** Exports a Private Key */
|
|
4417
|
+
/** Export a private key. */
|
|
4527
4418
|
PublicApiService_ExportPrivateKey: {
|
|
4528
4419
|
parameters: {
|
|
4529
4420
|
body: {
|
|
@@ -4541,7 +4432,7 @@ export type operations = {
|
|
|
4541
4432
|
};
|
|
4542
4433
|
};
|
|
4543
4434
|
};
|
|
4544
|
-
/**
|
|
4435
|
+
/** Export a wallet. */
|
|
4545
4436
|
PublicApiService_ExportWallet: {
|
|
4546
4437
|
parameters: {
|
|
4547
4438
|
body: {
|
|
@@ -4559,7 +4450,7 @@ export type operations = {
|
|
|
4559
4450
|
};
|
|
4560
4451
|
};
|
|
4561
4452
|
};
|
|
4562
|
-
/**
|
|
4453
|
+
/** Export a wallet account. */
|
|
4563
4454
|
PublicApiService_ExportWalletAccount: {
|
|
4564
4455
|
parameters: {
|
|
4565
4456
|
body: {
|
|
@@ -4577,7 +4468,7 @@ export type operations = {
|
|
|
4577
4468
|
};
|
|
4578
4469
|
};
|
|
4579
4470
|
};
|
|
4580
|
-
/**
|
|
4471
|
+
/** Import a private key. */
|
|
4581
4472
|
PublicApiService_ImportPrivateKey: {
|
|
4582
4473
|
parameters: {
|
|
4583
4474
|
body: {
|
|
@@ -4595,7 +4486,7 @@ export type operations = {
|
|
|
4595
4486
|
};
|
|
4596
4487
|
};
|
|
4597
4488
|
};
|
|
4598
|
-
/**
|
|
4489
|
+
/** Import a wallet. */
|
|
4599
4490
|
PublicApiService_ImportWallet: {
|
|
4600
4491
|
parameters: {
|
|
4601
4492
|
body: {
|
|
@@ -4613,7 +4504,7 @@ export type operations = {
|
|
|
4613
4504
|
};
|
|
4614
4505
|
};
|
|
4615
4506
|
};
|
|
4616
|
-
/** Initiate a fiat on ramp flow */
|
|
4507
|
+
/** Initiate a fiat on ramp flow. */
|
|
4617
4508
|
PublicApiService_InitFiatOnRamp: {
|
|
4618
4509
|
parameters: {
|
|
4619
4510
|
body: {
|
|
@@ -4631,7 +4522,7 @@ export type operations = {
|
|
|
4631
4522
|
};
|
|
4632
4523
|
};
|
|
4633
4524
|
};
|
|
4634
|
-
/**
|
|
4525
|
+
/** Initialize a new private key import. */
|
|
4635
4526
|
PublicApiService_InitImportPrivateKey: {
|
|
4636
4527
|
parameters: {
|
|
4637
4528
|
body: {
|
|
@@ -4649,7 +4540,7 @@ export type operations = {
|
|
|
4649
4540
|
};
|
|
4650
4541
|
};
|
|
4651
4542
|
};
|
|
4652
|
-
/**
|
|
4543
|
+
/** Initialize a new wallet import. */
|
|
4653
4544
|
PublicApiService_InitImportWallet: {
|
|
4654
4545
|
parameters: {
|
|
4655
4546
|
body: {
|
|
@@ -4667,7 +4558,7 @@ export type operations = {
|
|
|
4667
4558
|
};
|
|
4668
4559
|
};
|
|
4669
4560
|
};
|
|
4670
|
-
/** Initiate a
|
|
4561
|
+
/** Initiate a generic OTP activity. */
|
|
4671
4562
|
PublicApiService_InitOtp: {
|
|
4672
4563
|
parameters: {
|
|
4673
4564
|
body: {
|
|
@@ -4685,7 +4576,7 @@ export type operations = {
|
|
|
4685
4576
|
};
|
|
4686
4577
|
};
|
|
4687
4578
|
};
|
|
4688
|
-
/** Initiate an OTP auth activity */
|
|
4579
|
+
/** Initiate an OTP auth activity. */
|
|
4689
4580
|
PublicApiService_InitOtpAuth: {
|
|
4690
4581
|
parameters: {
|
|
4691
4582
|
body: {
|
|
@@ -4703,7 +4594,7 @@ export type operations = {
|
|
|
4703
4594
|
};
|
|
4704
4595
|
};
|
|
4705
4596
|
};
|
|
4706
|
-
/**
|
|
4597
|
+
/** Initialize a new email recovery. */
|
|
4707
4598
|
PublicApiService_InitUserEmailRecovery: {
|
|
4708
4599
|
parameters: {
|
|
4709
4600
|
body: {
|
|
@@ -4721,7 +4612,7 @@ export type operations = {
|
|
|
4721
4612
|
};
|
|
4722
4613
|
};
|
|
4723
4614
|
};
|
|
4724
|
-
/** Authenticate a user with an
|
|
4615
|
+
/** Authenticate a user with an OIDC token (Oauth). */
|
|
4725
4616
|
PublicApiService_Oauth: {
|
|
4726
4617
|
parameters: {
|
|
4727
4618
|
body: {
|
|
@@ -4739,7 +4630,7 @@ export type operations = {
|
|
|
4739
4630
|
};
|
|
4740
4631
|
};
|
|
4741
4632
|
};
|
|
4742
|
-
/** Create an Oauth session for a user */
|
|
4633
|
+
/** Create an Oauth session for a user. */
|
|
4743
4634
|
PublicApiService_OauthLogin: {
|
|
4744
4635
|
parameters: {
|
|
4745
4636
|
body: {
|
|
@@ -4757,7 +4648,7 @@ export type operations = {
|
|
|
4757
4648
|
};
|
|
4758
4649
|
};
|
|
4759
4650
|
};
|
|
4760
|
-
/** Authenticate a user with an OTP code sent via email or SMS */
|
|
4651
|
+
/** Authenticate a user with an OTP code sent via email or SMS. */
|
|
4761
4652
|
PublicApiService_OtpAuth: {
|
|
4762
4653
|
parameters: {
|
|
4763
4654
|
body: {
|
|
@@ -4775,7 +4666,7 @@ export type operations = {
|
|
|
4775
4666
|
};
|
|
4776
4667
|
};
|
|
4777
4668
|
};
|
|
4778
|
-
/** Create an OTP session for a user */
|
|
4669
|
+
/** Create an OTP session for a user. */
|
|
4779
4670
|
PublicApiService_OtpLogin: {
|
|
4780
4671
|
parameters: {
|
|
4781
4672
|
body: {
|
|
@@ -4793,7 +4684,7 @@ export type operations = {
|
|
|
4793
4684
|
};
|
|
4794
4685
|
};
|
|
4795
4686
|
};
|
|
4796
|
-
/**
|
|
4687
|
+
/** Complete the process of recovering a user by adding an authenticator. */
|
|
4797
4688
|
PublicApiService_RecoverUser: {
|
|
4798
4689
|
parameters: {
|
|
4799
4690
|
body: {
|
|
@@ -4811,7 +4702,7 @@ export type operations = {
|
|
|
4811
4702
|
};
|
|
4812
4703
|
};
|
|
4813
4704
|
};
|
|
4814
|
-
/** Reject an
|
|
4705
|
+
/** Reject an activity. */
|
|
4815
4706
|
PublicApiService_RejectActivity: {
|
|
4816
4707
|
parameters: {
|
|
4817
4708
|
body: {
|
|
@@ -4829,7 +4720,7 @@ export type operations = {
|
|
|
4829
4720
|
};
|
|
4830
4721
|
};
|
|
4831
4722
|
};
|
|
4832
|
-
/**
|
|
4723
|
+
/** Remove an organization feature. This activity must be approved by the current root quorum. */
|
|
4833
4724
|
PublicApiService_RemoveOrganizationFeature: {
|
|
4834
4725
|
parameters: {
|
|
4835
4726
|
body: {
|
|
@@ -4847,7 +4738,7 @@ export type operations = {
|
|
|
4847
4738
|
};
|
|
4848
4739
|
};
|
|
4849
4740
|
};
|
|
4850
|
-
/**
|
|
4741
|
+
/** Set an organization feature. This activity must be approved by the current root quorum. */
|
|
4851
4742
|
PublicApiService_SetOrganizationFeature: {
|
|
4852
4743
|
parameters: {
|
|
4853
4744
|
body: {
|
|
@@ -4865,7 +4756,7 @@ export type operations = {
|
|
|
4865
4756
|
};
|
|
4866
4757
|
};
|
|
4867
4758
|
};
|
|
4868
|
-
/** Sign a raw payload */
|
|
4759
|
+
/** Sign a raw payload. */
|
|
4869
4760
|
PublicApiService_SignRawPayload: {
|
|
4870
4761
|
parameters: {
|
|
4871
4762
|
body: {
|
|
@@ -4883,7 +4774,7 @@ export type operations = {
|
|
|
4883
4774
|
};
|
|
4884
4775
|
};
|
|
4885
4776
|
};
|
|
4886
|
-
/** Sign multiple raw payloads with the same signing parameters */
|
|
4777
|
+
/** Sign multiple raw payloads with the same signing parameters. */
|
|
4887
4778
|
PublicApiService_SignRawPayloads: {
|
|
4888
4779
|
parameters: {
|
|
4889
4780
|
body: {
|
|
@@ -4901,7 +4792,7 @@ export type operations = {
|
|
|
4901
4792
|
};
|
|
4902
4793
|
};
|
|
4903
4794
|
};
|
|
4904
|
-
/** Sign a transaction */
|
|
4795
|
+
/** Sign a transaction. */
|
|
4905
4796
|
PublicApiService_SignTransaction: {
|
|
4906
4797
|
parameters: {
|
|
4907
4798
|
body: {
|
|
@@ -4919,7 +4810,7 @@ export type operations = {
|
|
|
4919
4810
|
};
|
|
4920
4811
|
};
|
|
4921
4812
|
};
|
|
4922
|
-
/** Create a session for a user through stamping client side (
|
|
4813
|
+
/** Create a session for a user through stamping client side (API key, wallet client, or passkey client). */
|
|
4923
4814
|
PublicApiService_StampLogin: {
|
|
4924
4815
|
parameters: {
|
|
4925
4816
|
body: {
|
|
@@ -4937,7 +4828,7 @@ export type operations = {
|
|
|
4937
4828
|
};
|
|
4938
4829
|
};
|
|
4939
4830
|
};
|
|
4940
|
-
/** Update an existing
|
|
4831
|
+
/** Update an existing policy. */
|
|
4941
4832
|
PublicApiService_UpdatePolicy: {
|
|
4942
4833
|
parameters: {
|
|
4943
4834
|
body: {
|
|
@@ -4973,24 +4864,6 @@ export type operations = {
|
|
|
4973
4864
|
};
|
|
4974
4865
|
};
|
|
4975
4866
|
};
|
|
4976
|
-
/** Update the proxy-auth configuration (allowed origins, etc.) for an Organization */
|
|
4977
|
-
PublicApiService_UpdateProxyAuthConfig: {
|
|
4978
|
-
parameters: {
|
|
4979
|
-
body: {
|
|
4980
|
-
body: definitions["v1UpdateProxyAuthConfigRequest"];
|
|
4981
|
-
};
|
|
4982
|
-
};
|
|
4983
|
-
responses: {
|
|
4984
|
-
/** A successful response. */
|
|
4985
|
-
200: {
|
|
4986
|
-
schema: definitions["v1ActivityResponse"];
|
|
4987
|
-
};
|
|
4988
|
-
/** An unexpected error response. */
|
|
4989
|
-
default: {
|
|
4990
|
-
schema: definitions["rpcStatus"];
|
|
4991
|
-
};
|
|
4992
|
-
};
|
|
4993
|
-
};
|
|
4994
4867
|
/** Set the threshold and members of the root quorum. This activity must be approved by the current root quorum. */
|
|
4995
4868
|
PublicApiService_UpdateRootQuorum: {
|
|
4996
4869
|
parameters: {
|
|
@@ -5009,7 +4882,7 @@ export type operations = {
|
|
|
5009
4882
|
};
|
|
5010
4883
|
};
|
|
5011
4884
|
};
|
|
5012
|
-
/** Update a
|
|
4885
|
+
/** Update a user in an existing organization. */
|
|
5013
4886
|
PublicApiService_UpdateUser: {
|
|
5014
4887
|
parameters: {
|
|
5015
4888
|
body: {
|
|
@@ -5027,7 +4900,7 @@ export type operations = {
|
|
|
5027
4900
|
};
|
|
5028
4901
|
};
|
|
5029
4902
|
};
|
|
5030
|
-
/** Update a
|
|
4903
|
+
/** Update a user's email in an existing organization. */
|
|
5031
4904
|
PublicApiService_UpdateUserEmail: {
|
|
5032
4905
|
parameters: {
|
|
5033
4906
|
body: {
|
|
@@ -5045,7 +4918,7 @@ export type operations = {
|
|
|
5045
4918
|
};
|
|
5046
4919
|
};
|
|
5047
4920
|
};
|
|
5048
|
-
/** Update a
|
|
4921
|
+
/** Update a user's name in an existing organization. */
|
|
5049
4922
|
PublicApiService_UpdateUserName: {
|
|
5050
4923
|
parameters: {
|
|
5051
4924
|
body: {
|
|
@@ -5063,7 +4936,7 @@ export type operations = {
|
|
|
5063
4936
|
};
|
|
5064
4937
|
};
|
|
5065
4938
|
};
|
|
5066
|
-
/** Update a
|
|
4939
|
+
/** Update a user's phone number in an existing organization. */
|
|
5067
4940
|
PublicApiService_UpdateUserPhoneNumber: {
|
|
5068
4941
|
parameters: {
|
|
5069
4942
|
body: {
|
|
@@ -5099,7 +4972,7 @@ export type operations = {
|
|
|
5099
4972
|
};
|
|
5100
4973
|
};
|
|
5101
4974
|
};
|
|
5102
|
-
/** Update a wallet for an organization */
|
|
4975
|
+
/** Update a wallet for an organization. */
|
|
5103
4976
|
PublicApiService_UpdateWallet: {
|
|
5104
4977
|
parameters: {
|
|
5105
4978
|
body: {
|
|
@@ -5117,7 +4990,7 @@ export type operations = {
|
|
|
5117
4990
|
};
|
|
5118
4991
|
};
|
|
5119
4992
|
};
|
|
5120
|
-
/** Verify a
|
|
4993
|
+
/** Verify a generic OTP. */
|
|
5121
4994
|
PublicApiService_VerifyOtp: {
|
|
5122
4995
|
parameters: {
|
|
5123
4996
|
body: {
|
|
@@ -5147,7 +5020,7 @@ export type operations = {
|
|
|
5147
5020
|
};
|
|
5148
5021
|
};
|
|
5149
5022
|
};
|
|
5150
|
-
/** Set a rate local rate limit just on the current endpoint, for purposes of testing with Vivosuite */
|
|
5023
|
+
/** Set a rate local rate limit just on the current endpoint, for purposes of testing with Vivosuite. */
|
|
5151
5024
|
PublicApiService_TestRateLimits: {
|
|
5152
5025
|
parameters: {
|
|
5153
5026
|
body: {
|