@turnkey/http 3.5.1 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,15 +4,15 @@
4
4
  */
5
5
  export type paths = {
6
6
  "/public/v1/query/get_activity": {
7
- /** Get details about an Activity */
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,67 +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 Organization */
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 Policy */
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 Private Key */
51
+ /** Get details about a private key. */
48
52
  post: operations["PublicApiService_GetPrivateKey"];
49
53
  };
50
54
  "/public/v1/query/get_smart_contract_interface": {
51
- /** Get details about a Smart Contract Interface */
55
+ /** Get details about a smart contract interface. */
52
56
  post: operations["PublicApiService_GetSmartContractInterface"];
53
57
  };
54
58
  "/public/v1/query/get_user": {
55
- /** Get details about a User */
59
+ /** Get details about a user. */
56
60
  post: operations["PublicApiService_GetUser"];
57
61
  };
58
62
  "/public/v1/query/get_wallet": {
59
- /** Get details about a Wallet */
63
+ /** Get details about a wallet. */
60
64
  post: operations["PublicApiService_GetWallet"];
61
65
  };
62
66
  "/public/v1/query/get_wallet_account": {
63
- /** Get a single wallet account */
67
+ /** Get a single wallet account. */
64
68
  post: operations["PublicApiService_GetWalletAccount"];
65
69
  };
66
70
  "/public/v1/query/list_activities": {
67
- /** List all Activities within an Organization */
71
+ /** List all activities within an organization. */
68
72
  post: operations["PublicApiService_GetActivities"];
69
73
  };
70
74
  "/public/v1/query/list_policies": {
71
- /** List all Policies within an Organization */
75
+ /** List all policies within an organization. */
72
76
  post: operations["PublicApiService_GetPolicies"];
73
77
  };
74
78
  "/public/v1/query/list_private_key_tags": {
75
- /** List all Private Key Tags within an Organization */
79
+ /** List all private key tags within an organization. */
76
80
  post: operations["PublicApiService_ListPrivateKeyTags"];
77
81
  };
78
82
  "/public/v1/query/list_private_keys": {
79
- /** List all Private Keys within an Organization */
83
+ /** List all private keys within an organization. */
80
84
  post: operations["PublicApiService_GetPrivateKeys"];
81
85
  };
82
86
  "/public/v1/query/list_smart_contract_interfaces": {
83
- /** List all Smart Contract Interfaces within an Organization */
87
+ /** List all smart contract interfaces within an organization. */
84
88
  post: operations["PublicApiService_GetSmartContractInterfaces"];
85
89
  };
86
90
  "/public/v1/query/list_suborgs": {
@@ -88,11 +92,11 @@ export type paths = {
88
92
  post: operations["PublicApiService_GetSubOrgIds"];
89
93
  };
90
94
  "/public/v1/query/list_user_tags": {
91
- /** List all User Tags within an Organization */
95
+ /** List all user tags within an organization. */
92
96
  post: operations["PublicApiService_ListUserTags"];
93
97
  };
94
98
  "/public/v1/query/list_users": {
95
- /** List all Users within an Organization */
99
+ /** List all users within an organization. */
96
100
  post: operations["PublicApiService_GetUsers"];
97
101
  };
98
102
  "/public/v1/query/list_verified_suborgs": {
@@ -100,47 +104,47 @@ export type paths = {
100
104
  post: operations["PublicApiService_GetVerifiedSubOrgIds"];
101
105
  };
102
106
  "/public/v1/query/list_wallet_accounts": {
103
- /** List all Accounts within a Wallet */
107
+ /** List all accounts within a wallet. */
104
108
  post: operations["PublicApiService_GetWalletAccounts"];
105
109
  };
106
110
  "/public/v1/query/list_wallets": {
107
- /** List all Wallets within an Organization */
111
+ /** List all wallets within an organization. */
108
112
  post: operations["PublicApiService_GetWallets"];
109
113
  };
110
114
  "/public/v1/query/whoami": {
111
- /** 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. */
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. */
112
116
  post: operations["PublicApiService_GetWhoami"];
113
117
  };
114
118
  "/public/v1/submit/approve_activity": {
115
- /** Approve an Activity */
119
+ /** Approve an activity. */
116
120
  post: operations["PublicApiService_ApproveActivity"];
117
121
  };
118
122
  "/public/v1/submit/create_api_keys": {
119
- /** Add api keys to an existing User */
123
+ /** Add API keys to an existing user. */
120
124
  post: operations["PublicApiService_CreateApiKeys"];
121
125
  };
122
126
  "/public/v1/submit/create_api_only_users": {
123
- /** Create API-only Users in an existing Organization */
127
+ /** Create API-only users in an existing organization. */
124
128
  post: operations["PublicApiService_CreateApiOnlyUsers"];
125
129
  };
126
130
  "/public/v1/submit/create_authenticators": {
127
- /** Create Authenticators to authenticate requests to Turnkey */
131
+ /** Create authenticators to authenticate requests to Turnkey. */
128
132
  post: operations["PublicApiService_CreateAuthenticators"];
129
133
  };
130
134
  "/public/v1/submit/create_invitations": {
131
- /** Create Invitations to join an existing Organization */
135
+ /** Create invitations to join an existing organization. */
132
136
  post: operations["PublicApiService_CreateInvitations"];
133
137
  };
134
138
  "/public/v1/submit/create_oauth_providers": {
135
- /** Creates Oauth providers for a specified user - BETA */
139
+ /** Create Oauth providers for a specified user. */
136
140
  post: operations["PublicApiService_CreateOauthProviders"];
137
141
  };
138
142
  "/public/v1/submit/create_policies": {
139
- /** Create new Policies */
143
+ /** Create new policies. */
140
144
  post: operations["PublicApiService_CreatePolicies"];
141
145
  };
142
146
  "/public/v1/submit/create_policy": {
143
- /** Create a new Policy */
147
+ /** Create a new policy. */
144
148
  post: operations["PublicApiService_CreatePolicy"];
145
149
  };
146
150
  "/public/v1/submit/create_private_key_tag": {
@@ -148,23 +152,23 @@ export type paths = {
148
152
  post: operations["PublicApiService_CreatePrivateKeyTag"];
149
153
  };
150
154
  "/public/v1/submit/create_private_keys": {
151
- /** Create new Private Keys */
155
+ /** Create new private keys. */
152
156
  post: operations["PublicApiService_CreatePrivateKeys"];
153
157
  };
154
158
  "/public/v1/submit/create_read_only_session": {
155
- /** 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). */
156
160
  post: operations["PublicApiService_CreateReadOnlySession"];
157
161
  };
158
162
  "/public/v1/submit/create_read_write_session": {
159
- /** Create a read write session for a user */
163
+ /** Create a read write session for a user. */
160
164
  post: operations["PublicApiService_CreateReadWriteSession"];
161
165
  };
162
166
  "/public/v1/submit/create_smart_contract_interface": {
163
- /** Create an ABI/IDL in JSON */
167
+ /** Create an ABI/IDL in JSON. */
164
168
  post: operations["PublicApiService_CreateSmartContractInterface"];
165
169
  };
166
170
  "/public/v1/submit/create_sub_organization": {
167
- /** Create a new Sub-Organization */
171
+ /** Create a new sub-organization. */
168
172
  post: operations["PublicApiService_CreateSubOrganization"];
169
173
  };
170
174
  "/public/v1/submit/create_user_tag": {
@@ -172,163 +176,163 @@ export type paths = {
172
176
  post: operations["PublicApiService_CreateUserTag"];
173
177
  };
174
178
  "/public/v1/submit/create_users": {
175
- /** Create Users in an existing Organization */
179
+ /** Create users in an existing organization. */
176
180
  post: operations["PublicApiService_CreateUsers"];
177
181
  };
178
182
  "/public/v1/submit/create_wallet": {
179
- /** Create a Wallet and derive addresses */
183
+ /** Create a wallet and derive addresses. */
180
184
  post: operations["PublicApiService_CreateWallet"];
181
185
  };
182
186
  "/public/v1/submit/create_wallet_accounts": {
183
- /** Derive additional addresses using an existing wallet */
187
+ /** Derive additional addresses using an existing wallet. */
184
188
  post: operations["PublicApiService_CreateWalletAccounts"];
185
189
  };
186
190
  "/public/v1/submit/delete_api_keys": {
187
- /** Remove api keys from a User */
191
+ /** Remove api keys from a user. */
188
192
  post: operations["PublicApiService_DeleteApiKeys"];
189
193
  };
190
194
  "/public/v1/submit/delete_authenticators": {
191
- /** Remove authenticators from a User */
195
+ /** Remove authenticators from a user. */
192
196
  post: operations["PublicApiService_DeleteAuthenticators"];
193
197
  };
194
198
  "/public/v1/submit/delete_invitation": {
195
- /** Delete an existing Invitation */
199
+ /** Delete an existing invitation. */
196
200
  post: operations["PublicApiService_DeleteInvitation"];
197
201
  };
198
202
  "/public/v1/submit/delete_oauth_providers": {
199
- /** Removes Oauth providers for a specified user - BETA */
203
+ /** Remove Oauth providers for a specified user. */
200
204
  post: operations["PublicApiService_DeleteOauthProviders"];
201
205
  };
202
206
  "/public/v1/submit/delete_policy": {
203
- /** Delete an existing Policy */
207
+ /** Delete an existing policy. */
204
208
  post: operations["PublicApiService_DeletePolicy"];
205
209
  };
206
210
  "/public/v1/submit/delete_private_key_tags": {
207
- /** Delete Private Key Tags within an Organization */
211
+ /** Delete private key tags within an organization. */
208
212
  post: operations["PublicApiService_DeletePrivateKeyTags"];
209
213
  };
210
214
  "/public/v1/submit/delete_private_keys": {
211
- /** Deletes private keys for an organization */
215
+ /** Delete private keys for an organization. */
212
216
  post: operations["PublicApiService_DeletePrivateKeys"];
213
217
  };
214
218
  "/public/v1/submit/delete_smart_contract_interface": {
215
- /** Delete a Smart Contract Interface */
219
+ /** Delete a smart contract interface. */
216
220
  post: operations["PublicApiService_DeleteSmartContractInterface"];
217
221
  };
218
222
  "/public/v1/submit/delete_sub_organization": {
219
- /** Deletes a sub organization */
223
+ /** Delete a sub-organization. */
220
224
  post: operations["PublicApiService_DeleteSubOrganization"];
221
225
  };
222
226
  "/public/v1/submit/delete_user_tags": {
223
- /** Delete User Tags within an Organization */
227
+ /** Delete user tags within an organization. */
224
228
  post: operations["PublicApiService_DeleteUserTags"];
225
229
  };
226
230
  "/public/v1/submit/delete_users": {
227
- /** Delete Users within an Organization */
231
+ /** Delete users within an organization. */
228
232
  post: operations["PublicApiService_DeleteUsers"];
229
233
  };
230
234
  "/public/v1/submit/delete_wallets": {
231
- /** Deletes wallets for an organization */
235
+ /** Delete wallets for an organization. */
232
236
  post: operations["PublicApiService_DeleteWallets"];
233
237
  };
234
238
  "/public/v1/submit/email_auth": {
235
- /** Authenticate a user via Email */
239
+ /** Authenticate a user via email. */
236
240
  post: operations["PublicApiService_EmailAuth"];
237
241
  };
238
242
  "/public/v1/submit/export_private_key": {
239
- /** Exports a Private Key */
243
+ /** Export a private key. */
240
244
  post: operations["PublicApiService_ExportPrivateKey"];
241
245
  };
242
246
  "/public/v1/submit/export_wallet": {
243
- /** Exports a Wallet */
247
+ /** Export a wallet. */
244
248
  post: operations["PublicApiService_ExportWallet"];
245
249
  };
246
250
  "/public/v1/submit/export_wallet_account": {
247
- /** Exports a Wallet Account */
251
+ /** Export a wallet account. */
248
252
  post: operations["PublicApiService_ExportWalletAccount"];
249
253
  };
250
254
  "/public/v1/submit/import_private_key": {
251
- /** Imports a private key */
255
+ /** Import a private key. */
252
256
  post: operations["PublicApiService_ImportPrivateKey"];
253
257
  };
254
258
  "/public/v1/submit/import_wallet": {
255
- /** Imports a wallet */
259
+ /** Import a wallet. */
256
260
  post: operations["PublicApiService_ImportWallet"];
257
261
  };
258
262
  "/public/v1/submit/init_fiat_on_ramp": {
259
- /** Initiate a fiat on ramp flow */
263
+ /** Initiate a fiat on ramp flow. */
260
264
  post: operations["PublicApiService_InitFiatOnRamp"];
261
265
  };
262
266
  "/public/v1/submit/init_import_private_key": {
263
- /** Initializes a new private key import */
267
+ /** Initialize a new private key import. */
264
268
  post: operations["PublicApiService_InitImportPrivateKey"];
265
269
  };
266
270
  "/public/v1/submit/init_import_wallet": {
267
- /** Initializes a new wallet import */
271
+ /** Initialize a new wallet import. */
268
272
  post: operations["PublicApiService_InitImportWallet"];
269
273
  };
270
274
  "/public/v1/submit/init_otp": {
271
- /** Initiate a Generic OTP activity */
275
+ /** Initiate a generic OTP activity. */
272
276
  post: operations["PublicApiService_InitOtp"];
273
277
  };
274
278
  "/public/v1/submit/init_otp_auth": {
275
- /** Initiate an OTP auth activity */
279
+ /** Initiate an OTP auth activity. */
276
280
  post: operations["PublicApiService_InitOtpAuth"];
277
281
  };
278
282
  "/public/v1/submit/init_user_email_recovery": {
279
- /** Initializes a new email recovery */
283
+ /** Initialize a new email recovery. */
280
284
  post: operations["PublicApiService_InitUserEmailRecovery"];
281
285
  };
282
286
  "/public/v1/submit/oauth": {
283
- /** Authenticate a user with an Oidc token (Oauth) - BETA */
287
+ /** Authenticate a user with an OIDC token (Oauth). */
284
288
  post: operations["PublicApiService_Oauth"];
285
289
  };
286
290
  "/public/v1/submit/oauth_login": {
287
- /** Create an Oauth session for a user */
291
+ /** Create an Oauth session for a user. */
288
292
  post: operations["PublicApiService_OauthLogin"];
289
293
  };
290
294
  "/public/v1/submit/otp_auth": {
291
- /** 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. */
292
296
  post: operations["PublicApiService_OtpAuth"];
293
297
  };
294
298
  "/public/v1/submit/otp_login": {
295
- /** Create an OTP session for a user */
299
+ /** Create an OTP session for a user. */
296
300
  post: operations["PublicApiService_OtpLogin"];
297
301
  };
298
302
  "/public/v1/submit/recover_user": {
299
- /** Completes the process of recovering a user by adding an authenticator */
303
+ /** Complete the process of recovering a user by adding an authenticator. */
300
304
  post: operations["PublicApiService_RecoverUser"];
301
305
  };
302
306
  "/public/v1/submit/reject_activity": {
303
- /** Reject an Activity */
307
+ /** Reject an activity. */
304
308
  post: operations["PublicApiService_RejectActivity"];
305
309
  };
306
310
  "/public/v1/submit/remove_organization_feature": {
307
- /** Removes an organization feature. This activity must be approved by the current root quorum. */
311
+ /** Remove an organization feature. This activity must be approved by the current root quorum. */
308
312
  post: operations["PublicApiService_RemoveOrganizationFeature"];
309
313
  };
310
314
  "/public/v1/submit/set_organization_feature": {
311
- /** Sets an organization feature. This activity must be approved by the current root quorum. */
315
+ /** Set an organization feature. This activity must be approved by the current root quorum. */
312
316
  post: operations["PublicApiService_SetOrganizationFeature"];
313
317
  };
314
318
  "/public/v1/submit/sign_raw_payload": {
315
- /** Sign a raw payload */
319
+ /** Sign a raw payload. */
316
320
  post: operations["PublicApiService_SignRawPayload"];
317
321
  };
318
322
  "/public/v1/submit/sign_raw_payloads": {
319
- /** Sign multiple raw payloads with the same signing parameters */
323
+ /** Sign multiple raw payloads with the same signing parameters. */
320
324
  post: operations["PublicApiService_SignRawPayloads"];
321
325
  };
322
326
  "/public/v1/submit/sign_transaction": {
323
- /** Sign a transaction */
327
+ /** Sign a transaction. */
324
328
  post: operations["PublicApiService_SignTransaction"];
325
329
  };
326
330
  "/public/v1/submit/stamp_login": {
327
- /** Create a session for a user through stamping client side (api key, wallet client, or passkey client) */
331
+ /** Create a session for a user through stamping client side (API key, wallet client, or passkey client). */
328
332
  post: operations["PublicApiService_StampLogin"];
329
333
  };
330
334
  "/public/v1/submit/update_policy": {
331
- /** Update an existing Policy */
335
+ /** Update an existing policy. */
332
336
  post: operations["PublicApiService_UpdatePolicy"];
333
337
  };
334
338
  "/public/v1/submit/update_private_key_tag": {
@@ -340,19 +344,19 @@ export type paths = {
340
344
  post: operations["PublicApiService_UpdateRootQuorum"];
341
345
  };
342
346
  "/public/v1/submit/update_user": {
343
- /** Update a User in an existing Organization */
347
+ /** Update a user in an existing organization. */
344
348
  post: operations["PublicApiService_UpdateUser"];
345
349
  };
346
350
  "/public/v1/submit/update_user_email": {
347
- /** Update a User's email in an existing Organization */
351
+ /** Update a user's email in an existing organization. */
348
352
  post: operations["PublicApiService_UpdateUserEmail"];
349
353
  };
350
354
  "/public/v1/submit/update_user_name": {
351
- /** Update a User's name in an existing Organization */
355
+ /** Update a user's name in an existing organization. */
352
356
  post: operations["PublicApiService_UpdateUserName"];
353
357
  };
354
358
  "/public/v1/submit/update_user_phone_number": {
355
- /** Update a User's phone number in an existing Organization */
359
+ /** Update a user's phone number in an existing organization. */
356
360
  post: operations["PublicApiService_UpdateUserPhoneNumber"];
357
361
  };
358
362
  "/public/v1/submit/update_user_tag": {
@@ -360,18 +364,18 @@ export type paths = {
360
364
  post: operations["PublicApiService_UpdateUserTag"];
361
365
  };
362
366
  "/public/v1/submit/update_wallet": {
363
- /** Update a wallet for an organization */
367
+ /** Update a wallet for an organization. */
364
368
  post: operations["PublicApiService_UpdateWallet"];
365
369
  };
366
370
  "/public/v1/submit/verify_otp": {
367
- /** Verify a Generic OTP */
371
+ /** Verify a generic OTP. */
368
372
  post: operations["PublicApiService_VerifyOtp"];
369
373
  };
370
374
  "/tkhq/api/v1/noop-codegen-anchor": {
371
375
  post: operations["PublicApiService_NOOPCodegenAnchor"];
372
376
  };
373
377
  "/tkhq/api/v1/test_rate_limits": {
374
- /** 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. */
375
379
  post: operations["PublicApiService_TestRateLimits"];
376
380
  };
377
381
  };
@@ -439,6 +443,19 @@ export type definitions = {
439
443
  createdAt: definitions["externaldatav1Timestamp"];
440
444
  updatedAt: definitions["externaldatav1Timestamp"];
441
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
+ };
442
459
  externaldatav1Address: {
443
460
  format?: definitions["v1AddressFormat"];
444
461
  address?: string;
@@ -457,6 +474,24 @@ export type definitions = {
457
474
  /** @description Unique identifiers of quorum set members. */
458
475
  userIds: string[];
459
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
+ };
460
495
  externaldatav1Timestamp: {
461
496
  seconds: string;
462
497
  nanos: string;
@@ -465,6 +500,10 @@ export type definitions = {
465
500
  format?: definitions["v1AddressFormat"];
466
501
  address?: string;
467
502
  };
503
+ privateumpv1PolicyEvaluation: {
504
+ policyId?: string;
505
+ outcome?: definitions["v1Outcome"];
506
+ };
468
507
  protobufAny: {
469
508
  "@type"?: string;
470
509
  } & {
@@ -525,7 +564,7 @@ export type definitions = {
525
564
  failure?: definitions["rpcStatus"];
526
565
  };
527
566
  v1ActivityResponse: {
528
- /** @description An action that can that can be taken within the Turnkey infrastructure. */
567
+ /** @description An action that can be taken within the Turnkey infrastructure. */
529
568
  activity: definitions["v1Activity"];
530
569
  };
531
570
  /** @enum {string} */
@@ -1611,27 +1650,27 @@ export type definitions = {
1611
1650
  /** @enum {string} */
1612
1651
  v1FiatOnRampProvider: "FIAT_ON_RAMP_PROVIDER_COINBASE" | "FIAT_ON_RAMP_PROVIDER_MOONPAY";
1613
1652
  v1GetActivitiesRequest: {
1614
- /** @description Unique identifier for a given Organization. */
1653
+ /** @description Unique identifier for a given organization. */
1615
1654
  organizationId: string;
1616
- /** @description Array of Activity Statuses filtering which Activities will be listed in the response. */
1655
+ /** @description Array of activity statuses filtering which activities will be listed in the response. */
1617
1656
  filterByStatus?: definitions["v1ActivityStatus"][];
1618
1657
  /** @description Parameters used for cursor-based pagination. */
1619
1658
  paginationOptions?: definitions["v1Pagination"];
1620
- /** @description Array of Activity Types filtering which Activities will be listed in the response. */
1659
+ /** @description Array of activity types filtering which activities will be listed in the response. */
1621
1660
  filterByType?: definitions["v1ActivityType"][];
1622
1661
  };
1623
1662
  v1GetActivitiesResponse: {
1624
- /** @description A list of Activities. */
1663
+ /** @description A list of activities. */
1625
1664
  activities: definitions["v1Activity"][];
1626
1665
  };
1627
1666
  v1GetActivityRequest: {
1628
- /** @description Unique identifier for a given Organization. */
1667
+ /** @description Unique identifier for a given organization. */
1629
1668
  organizationId: string;
1630
- /** @description Unique identifier for a given Activity object. */
1669
+ /** @description Unique identifier for a given activity object. */
1631
1670
  activityId: string;
1632
1671
  };
1633
1672
  v1GetApiKeyRequest: {
1634
- /** @description Unique identifier for a given Organization. */
1673
+ /** @description Unique identifier for a given organization. */
1635
1674
  organizationId: string;
1636
1675
  /** @description Unique identifier for a given API key. */
1637
1676
  apiKeyId: string;
@@ -1641,9 +1680,9 @@ export type definitions = {
1641
1680
  apiKey: definitions["v1ApiKey"];
1642
1681
  };
1643
1682
  v1GetApiKeysRequest: {
1644
- /** @description Unique identifier for a given Organization. */
1683
+ /** @description Unique identifier for a given organization. */
1645
1684
  organizationId: string;
1646
- /** @description Unique identifier for a given User. */
1685
+ /** @description Unique identifier for a given user. */
1647
1686
  userId?: string;
1648
1687
  };
1649
1688
  v1GetApiKeysResponse: {
@@ -1651,22 +1690,22 @@ export type definitions = {
1651
1690
  apiKeys: definitions["v1ApiKey"][];
1652
1691
  };
1653
1692
  v1GetAttestationDocumentRequest: {
1654
- /** @description Unique identifier for a given Organization. */
1693
+ /** @description Unique identifier for a given organization. */
1655
1694
  organizationId: string;
1656
- /** @description The enclave type, one of: ump, notarizer, signer, evm-parser */
1695
+ /** @description The enclave type, one of: ump, notarizer, signer, evm-parser. */
1657
1696
  enclaveType: string;
1658
1697
  };
1659
1698
  v1GetAttestationDocumentResponse: {
1660
1699
  /**
1661
1700
  * Format: byte
1662
- * @description Raw (CBOR-encoded) attestation document
1701
+ * @description Raw (CBOR-encoded) attestation document.
1663
1702
  */
1664
1703
  attestationDocument: string;
1665
1704
  };
1666
1705
  v1GetAuthenticatorRequest: {
1667
- /** @description Unique identifier for a given Organization. */
1706
+ /** @description Unique identifier for a given organization. */
1668
1707
  organizationId: string;
1669
- /** @description Unique identifier for a given Authenticator. */
1708
+ /** @description Unique identifier for a given authenticator. */
1670
1709
  authenticatorId: string;
1671
1710
  };
1672
1711
  v1GetAuthenticatorResponse: {
@@ -1674,9 +1713,9 @@ export type definitions = {
1674
1713
  authenticator: definitions["v1Authenticator"];
1675
1714
  };
1676
1715
  v1GetAuthenticatorsRequest: {
1677
- /** @description Unique identifier for a given Organization. */
1716
+ /** @description Unique identifier for a given organization. */
1678
1717
  organizationId: string;
1679
- /** @description Unique identifier for a given User. */
1718
+ /** @description Unique identifier for a given user. */
1680
1719
  userId: string;
1681
1720
  };
1682
1721
  v1GetAuthenticatorsResponse: {
@@ -1684,53 +1723,62 @@ export type definitions = {
1684
1723
  authenticators: definitions["v1Authenticator"][];
1685
1724
  };
1686
1725
  v1GetOauthProvidersRequest: {
1687
- /** @description Unique identifier for a given Organization. */
1726
+ /** @description Unique identifier for a given organization. */
1688
1727
  organizationId: string;
1689
- /** @description Unique identifier for a given User. */
1728
+ /** @description Unique identifier for a given user. */
1690
1729
  userId?: string;
1691
1730
  };
1692
1731
  v1GetOauthProvidersResponse: {
1693
- /** @description A list of Oauth Providers */
1732
+ /** @description A list of Oauth providers. */
1694
1733
  oauthProviders: definitions["v1OauthProvider"][];
1695
1734
  };
1696
1735
  v1GetOrganizationConfigsRequest: {
1697
- /** @description Unique identifier for a given Organization. */
1736
+ /** @description Unique identifier for a given organization. */
1698
1737
  organizationId: string;
1699
1738
  };
1700
1739
  v1GetOrganizationConfigsResponse: {
1701
- /** @description Organization configs including quorum settings and organization features */
1740
+ /** @description Organization configs including quorum settings and organization features. */
1702
1741
  configs: definitions["v1Config"];
1703
1742
  };
1704
1743
  v1GetOrganizationRequest: {
1705
- /** @description Unique identifier for a given Organization. */
1744
+ /** @description Unique identifier for a given organization. */
1706
1745
  organizationId: string;
1707
1746
  };
1708
1747
  v1GetOrganizationResponse: {
1709
- /** @description Object representing the full current and deleted / disabled collection of Users, Policies, Private Keys, and Invitations attributable to a particular Organization. */
1748
+ /** @description Object representing the full current and deleted / disabled collection of users, policies, private keys, and invitations attributable to a particular organization. */
1710
1749
  organizationData: definitions["v1OrganizationData"];
1711
1750
  };
1712
1751
  v1GetPoliciesRequest: {
1713
- /** @description Unique identifier for a given Organization. */
1752
+ /** @description Unique identifier for a given organization. */
1714
1753
  organizationId: string;
1715
1754
  };
1716
1755
  v1GetPoliciesResponse: {
1717
- /** @description A list of Policies. */
1756
+ /** @description A list of policies. */
1718
1757
  policies: definitions["v1Policy"][];
1719
1758
  };
1759
+ v1GetPolicyEvaluationsRequest: {
1760
+ /** @description Unique identifier for a given organization. */
1761
+ organizationId: string;
1762
+ /** @description Unique identifier for a given activity. */
1763
+ activityId: string;
1764
+ };
1765
+ v1GetPolicyEvaluationsResponse: {
1766
+ policyEvaluations: definitions["externalactivityv1PolicyEvaluation"][];
1767
+ };
1720
1768
  v1GetPolicyRequest: {
1721
- /** @description Unique identifier for a given Organization. */
1769
+ /** @description Unique identifier for a given organization. */
1722
1770
  organizationId: string;
1723
- /** @description Unique identifier for a given Policy. */
1771
+ /** @description Unique identifier for a given policy. */
1724
1772
  policyId: string;
1725
1773
  };
1726
1774
  v1GetPolicyResponse: {
1727
- /** @description Object that codifies rules defining the actions that are permissible within an Organization. */
1775
+ /** @description Object that codifies rules defining the actions that are permissible within an organization. */
1728
1776
  policy: definitions["v1Policy"];
1729
1777
  };
1730
1778
  v1GetPrivateKeyRequest: {
1731
- /** @description Unique identifier for a given Organization. */
1779
+ /** @description Unique identifier for a given organization. */
1732
1780
  organizationId: string;
1733
- /** @description Unique identifier for a given Private Key. */
1781
+ /** @description Unique identifier for a given private key. */
1734
1782
  privateKeyId: string;
1735
1783
  };
1736
1784
  v1GetPrivateKeyResponse: {
@@ -1738,35 +1786,35 @@ export type definitions = {
1738
1786
  privateKey: definitions["v1PrivateKey"];
1739
1787
  };
1740
1788
  v1GetPrivateKeysRequest: {
1741
- /** @description Unique identifier for a given Organization. */
1789
+ /** @description Unique identifier for a given organization. */
1742
1790
  organizationId: string;
1743
1791
  };
1744
1792
  v1GetPrivateKeysResponse: {
1745
- /** @description A list of Private Keys. */
1793
+ /** @description A list of private keys. */
1746
1794
  privateKeys: definitions["v1PrivateKey"][];
1747
1795
  };
1748
1796
  v1GetSmartContractInterfaceRequest: {
1749
- /** @description Unique identifier for a given Organization. */
1797
+ /** @description Unique identifier for a given organization. */
1750
1798
  organizationId: string;
1751
- /** @description Unique identifier for a given Smart Contract Interface. */
1799
+ /** @description Unique identifier for a given smart contract interface. */
1752
1800
  smartContractInterfaceId: string;
1753
1801
  };
1754
1802
  v1GetSmartContractInterfaceResponse: {
1755
- /** @description Object to be used in conjunction with Policies to guard transaction signing. */
1756
- smartContractInterface: definitions["v1SmartContractInterface"];
1803
+ /** @description Object to be used in conjunction with policies to guard transaction signing. */
1804
+ smartContractInterface: definitions["externaldatav1SmartContractInterface"];
1757
1805
  };
1758
1806
  v1GetSmartContractInterfacesRequest: {
1759
- /** @description Unique identifier for a given Organization. */
1807
+ /** @description Unique identifier for a given organization. */
1760
1808
  organizationId: string;
1761
1809
  };
1762
1810
  v1GetSmartContractInterfacesResponse: {
1763
- /** @description A list of Smart Contract Interfaces. */
1764
- smartContractInterfaces: definitions["v1SmartContractInterface"][];
1811
+ /** @description A list of smart contract interfaces. */
1812
+ smartContractInterfaces: definitions["externaldatav1SmartContractInterface"][];
1765
1813
  };
1766
1814
  v1GetSubOrgIdsRequest: {
1767
- /** @description Unique identifier for the parent Organization. This is used to find sub-organizations within it. */
1815
+ /** @description Unique identifier for the parent organization. This is used to find sub-organizations within it. */
1768
1816
  organizationId: string;
1769
- /** @description Specifies the type of filter to apply, i.e 'CREDENTIAL_ID', 'NAME', 'USERNAME', 'EMAIL', 'PHONE_NUMBER', 'OIDC_TOKEN' or 'PUBLIC_KEY' */
1817
+ /** @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' */
1770
1818
  filterType?: string;
1771
1819
  /** @description The value of the filter to apply for the specified type. For example, a specific email or name string. */
1772
1820
  filterValue?: string;
@@ -1778,27 +1826,27 @@ export type definitions = {
1778
1826
  organizationIds: string[];
1779
1827
  };
1780
1828
  v1GetUserRequest: {
1781
- /** @description Unique identifier for a given Organization. */
1829
+ /** @description Unique identifier for a given organization. */
1782
1830
  organizationId: string;
1783
- /** @description Unique identifier for a given User. */
1831
+ /** @description Unique identifier for a given user. */
1784
1832
  userId: string;
1785
1833
  };
1786
1834
  v1GetUserResponse: {
1787
- /** @description Web and/or API user within your Organization. */
1835
+ /** @description Web and/or API user within your organization. */
1788
1836
  user: definitions["v1User"];
1789
1837
  };
1790
1838
  v1GetUsersRequest: {
1791
- /** @description Unique identifier for a given Organization. */
1839
+ /** @description Unique identifier for a given organization. */
1792
1840
  organizationId: string;
1793
1841
  };
1794
1842
  v1GetUsersResponse: {
1795
- /** @description A list of Users. */
1843
+ /** @description A list of users. */
1796
1844
  users: definitions["v1User"][];
1797
1845
  };
1798
1846
  v1GetVerifiedSubOrgIdsRequest: {
1799
- /** @description Unique identifier for the parent Organization. This is used to find sub-organizations within it. */
1847
+ /** @description Unique identifier for the parent organization. This is used to find sub-organizations within it. */
1800
1848
  organizationId: string;
1801
- /** @description Specifies the type of filter to apply, i.e 'EMAIL', 'PHONE_NUMBER' */
1849
+ /** @description Specifies the type of filter to apply, i.e 'EMAIL', 'PHONE_NUMBER'. */
1802
1850
  filterType?: string;
1803
1851
  /** @description The value of the filter to apply for the specified type. For example, a specific email or phone number string. */
1804
1852
  filterValue?: string;
@@ -1810,61 +1858,61 @@ export type definitions = {
1810
1858
  organizationIds: string[];
1811
1859
  };
1812
1860
  v1GetWalletAccountRequest: {
1813
- /** @description Unique identifier for a given Organization. */
1861
+ /** @description Unique identifier for a given organization. */
1814
1862
  organizationId: string;
1815
- /** @description Unique identifier for a given Wallet. */
1863
+ /** @description Unique identifier for a given wallet. */
1816
1864
  walletId: string;
1817
- /** @description Address corresponding to a Wallet Account. */
1865
+ /** @description Address corresponding to a wallet account. */
1818
1866
  address?: string;
1819
- /** @description Path corresponding to a Wallet Account. */
1867
+ /** @description Path corresponding to a wallet account. */
1820
1868
  path?: string;
1821
1869
  };
1822
1870
  v1GetWalletAccountResponse: {
1823
- /** @description The resulting Wallet Account. */
1871
+ /** @description The resulting wallet account. */
1824
1872
  account: definitions["v1WalletAccount"];
1825
1873
  };
1826
1874
  v1GetWalletAccountsRequest: {
1827
- /** @description Unique identifier for a given Organization. */
1875
+ /** @description Unique identifier for a given organization. */
1828
1876
  organizationId: string;
1829
- /** @description Unique identifier for a given Wallet. */
1830
- walletId: string;
1877
+ /** @description Unique identifier for a given wallet. If not provided, all accounts for the organization will be returned. */
1878
+ walletId?: string;
1831
1879
  /** @description Parameters used for cursor-based pagination. */
1832
1880
  paginationOptions?: definitions["v1Pagination"];
1833
1881
  };
1834
1882
  v1GetWalletAccountsResponse: {
1835
- /** @description A list of Accounts generated from a Wallet that share a common seed. */
1883
+ /** @description A list of accounts generated from a wallet that share a common seed. */
1836
1884
  accounts: definitions["v1WalletAccount"][];
1837
1885
  };
1838
1886
  v1GetWalletRequest: {
1839
- /** @description Unique identifier for a given Organization. */
1887
+ /** @description Unique identifier for a given organization. */
1840
1888
  organizationId: string;
1841
- /** @description Unique identifier for a given Wallet. */
1889
+ /** @description Unique identifier for a given wallet. */
1842
1890
  walletId: string;
1843
1891
  };
1844
1892
  v1GetWalletResponse: {
1845
- /** @description A collection of deterministically generated cryptographic public / private key pairs that share a common seed */
1893
+ /** @description A collection of deterministically generated cryptographic public / private key pairs that share a common seed. */
1846
1894
  wallet: definitions["v1Wallet"];
1847
1895
  };
1848
1896
  v1GetWalletsRequest: {
1849
- /** @description Unique identifier for a given Organization. */
1897
+ /** @description Unique identifier for a given organization. */
1850
1898
  organizationId: string;
1851
1899
  };
1852
1900
  v1GetWalletsResponse: {
1853
- /** @description A list of Wallets. */
1901
+ /** @description A list of wallets. */
1854
1902
  wallets: definitions["v1Wallet"][];
1855
1903
  };
1856
1904
  v1GetWhoamiRequest: {
1857
- /** @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. */
1905
+ /** @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. */
1858
1906
  organizationId: string;
1859
1907
  };
1860
1908
  v1GetWhoamiResponse: {
1861
- /** @description Unique identifier for a given Organization. */
1909
+ /** @description Unique identifier for a given organization. */
1862
1910
  organizationId: string;
1863
- /** @description Human-readable name for an Organization. */
1911
+ /** @description Human-readable name for an organization. */
1864
1912
  organizationName: string;
1865
- /** @description Unique identifier for a given User. */
1913
+ /** @description Unique identifier for a given user. */
1866
1914
  userId: string;
1867
- /** @description Human-readable name for a User. */
1915
+ /** @description Human-readable name for a user. */
1868
1916
  username: string;
1869
1917
  };
1870
1918
  /** @enum {string} */
@@ -1940,6 +1988,8 @@ export type definitions = {
1940
1988
  countryCode?: string;
1941
1989
  /** @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. */
1942
1990
  countrySubdivisionCode?: string;
1991
+ /** @description Optional flag to indicate whether to use the sandbox mode to simulate transactions for the on-ramp provider. Default is false. */
1992
+ sandboxMode?: boolean;
1943
1993
  };
1944
1994
  v1InitFiatOnRampRequest: {
1945
1995
  /** @enum {string} */
@@ -2242,19 +2292,19 @@ export type definitions = {
2242
2292
  /** @enum {string} */
2243
2293
  v1InvitationStatus: "INVITATION_STATUS_CREATED" | "INVITATION_STATUS_ACCEPTED" | "INVITATION_STATUS_REVOKED";
2244
2294
  v1ListPrivateKeyTagsRequest: {
2245
- /** @description Unique identifier for a given Organization. */
2295
+ /** @description Unique identifier for a given organization. */
2246
2296
  organizationId: string;
2247
2297
  };
2248
2298
  v1ListPrivateKeyTagsResponse: {
2249
- /** @description A list of Private Key Tags */
2299
+ /** @description A list of private key tags. */
2250
2300
  privateKeyTags: definitions["datav1Tag"][];
2251
2301
  };
2252
2302
  v1ListUserTagsRequest: {
2253
- /** @description Unique identifier for a given Organization. */
2303
+ /** @description Unique identifier for a given organization. */
2254
2304
  organizationId: string;
2255
2305
  };
2256
2306
  v1ListUserTagsResponse: {
2257
- /** @description A list of User Tags */
2307
+ /** @description A list of user tags. */
2258
2308
  userTags: definitions["datav1Tag"][];
2259
2309
  };
2260
2310
  /** @enum {string} */
@@ -2403,6 +2453,8 @@ export type definitions = {
2403
2453
  /** @description Signed JWT containing an expiry, public key, session type, user id, and organization id */
2404
2454
  session: string;
2405
2455
  };
2456
+ /** @enum {string} */
2457
+ v1Outcome: "OUTCOME_ALLOW" | "OUTCOME_DENY_EXPLICIT" | "OUTCOME_DENY_IMPLICIT" | "OUTCOME_REQUIRES_CONSENSUS" | "OUTCOME_REJECTED" | "OUTCOME_ERROR";
2406
2458
  v1Pagination: {
2407
2459
  /** @description A limit of the number of object to be returned, between 1 and 100. Defaults to 10. */
2408
2460
  limit?: string;
@@ -2772,24 +2824,6 @@ export type definitions = {
2772
2824
  appidExclude?: boolean;
2773
2825
  credProps?: definitions["v1CredPropsAuthenticationExtensionsClientOutputs"];
2774
2826
  };
2775
- v1SmartContractInterface: {
2776
- /** @description The Organization the Smart Contract Interface belongs to. */
2777
- organizationId: string;
2778
- /** @description Unique identifier for a given Smart Contract Interface (ABI or IDL). */
2779
- smartContractInterfaceId: string;
2780
- /** @description The address corresponding to the Smart Contract or Program. */
2781
- smartContractAddress: string;
2782
- /** @description The JSON corresponding to the Smart Contract Interface (ABI or IDL). */
2783
- smartContractInterface: string;
2784
- /** @description The type corresponding to the Smart Contract Interface (either ETHEREUM or SOLANA). */
2785
- type: string;
2786
- /** @description The label corresponding to the Smart Contract Interface (either ETHEREUM or SOLANA). */
2787
- label: string;
2788
- /** @description The notes corresponding to the Smart Contract Interface (either ETHEREUM or SOLANA). */
2789
- notes: string;
2790
- createdAt: definitions["externaldatav1Timestamp"];
2791
- updatedAt: definitions["externaldatav1Timestamp"];
2792
- };
2793
2827
  v1SmartContractInterfaceReference: {
2794
2828
  smartContractInterfaceId?: string;
2795
2829
  smartContractAddress?: string;
@@ -2825,13 +2859,13 @@ export type definitions = {
2825
2859
  /** @enum {string} */
2826
2860
  v1TagType: "TAG_TYPE_USER" | "TAG_TYPE_PRIVATE_KEY";
2827
2861
  v1TestRateLimitsRequest: {
2828
- /** @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. */
2862
+ /** @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. */
2829
2863
  organizationId: string;
2830
2864
  /** @description Whether or not to set a limit on this request. */
2831
2865
  isSetLimit: boolean;
2832
2866
  /**
2833
2867
  * Format: int64
2834
- * @description Rate limit to set for org, if is_set_limit is set to true
2868
+ * @description Rate limit to set for org, if is_set_limit is set to true.
2835
2869
  */
2836
2870
  limit: number;
2837
2871
  };
@@ -3240,7 +3274,7 @@ export type definitions = {
3240
3274
  };
3241
3275
  };
3242
3276
  export type operations = {
3243
- /** Get details about an Activity */
3277
+ /** Get details about an activity. */
3244
3278
  PublicApiService_GetActivity: {
3245
3279
  parameters: {
3246
3280
  body: {
@@ -3258,7 +3292,7 @@ export type operations = {
3258
3292
  };
3259
3293
  };
3260
3294
  };
3261
- /** Get details about an API key */
3295
+ /** Get details about an API key. */
3262
3296
  PublicApiService_GetApiKey: {
3263
3297
  parameters: {
3264
3298
  body: {
@@ -3276,7 +3310,7 @@ export type operations = {
3276
3310
  };
3277
3311
  };
3278
3312
  };
3279
- /** Get details about API keys for a user */
3313
+ /** Get details about API keys for a user. */
3280
3314
  PublicApiService_GetApiKeys: {
3281
3315
  parameters: {
3282
3316
  body: {
@@ -3312,7 +3346,7 @@ export type operations = {
3312
3346
  };
3313
3347
  };
3314
3348
  };
3315
- /** Get details about an authenticator */
3349
+ /** Get details about an authenticator. */
3316
3350
  PublicApiService_GetAuthenticator: {
3317
3351
  parameters: {
3318
3352
  body: {
@@ -3330,7 +3364,7 @@ export type operations = {
3330
3364
  };
3331
3365
  };
3332
3366
  };
3333
- /** Get details about authenticators for a user */
3367
+ /** Get details about authenticators for a user. */
3334
3368
  PublicApiService_GetAuthenticators: {
3335
3369
  parameters: {
3336
3370
  body: {
@@ -3348,7 +3382,7 @@ export type operations = {
3348
3382
  };
3349
3383
  };
3350
3384
  };
3351
- /** Get details about Oauth providers for a user */
3385
+ /** Get details about Oauth providers for a user. */
3352
3386
  PublicApiService_GetOauthProviders: {
3353
3387
  parameters: {
3354
3388
  body: {
@@ -3366,7 +3400,7 @@ export type operations = {
3366
3400
  };
3367
3401
  };
3368
3402
  };
3369
- /** Get details about an Organization */
3403
+ /** Get details about an organization. */
3370
3404
  PublicApiService_GetOrganization: {
3371
3405
  parameters: {
3372
3406
  body: {
@@ -3384,7 +3418,7 @@ export type operations = {
3384
3418
  };
3385
3419
  };
3386
3420
  };
3387
- /** Get quorum settings and features for an organization */
3421
+ /** Get quorum settings and features for an organization. */
3388
3422
  PublicApiService_GetOrganizationConfigs: {
3389
3423
  parameters: {
3390
3424
  body: {
@@ -3402,7 +3436,7 @@ export type operations = {
3402
3436
  };
3403
3437
  };
3404
3438
  };
3405
- /** Get details about a Policy */
3439
+ /** Get details about a policy. */
3406
3440
  PublicApiService_GetPolicy: {
3407
3441
  parameters: {
3408
3442
  body: {
@@ -3420,7 +3454,25 @@ export type operations = {
3420
3454
  };
3421
3455
  };
3422
3456
  };
3423
- /** Get details about a Private Key */
3457
+ /** Get the policy evaluations for an activity. */
3458
+ PublicApiService_GetPolicyEvaluations: {
3459
+ parameters: {
3460
+ body: {
3461
+ body: definitions["v1GetPolicyEvaluationsRequest"];
3462
+ };
3463
+ };
3464
+ responses: {
3465
+ /** A successful response. */
3466
+ 200: {
3467
+ schema: definitions["v1GetPolicyEvaluationsResponse"];
3468
+ };
3469
+ /** An unexpected error response. */
3470
+ default: {
3471
+ schema: definitions["rpcStatus"];
3472
+ };
3473
+ };
3474
+ };
3475
+ /** Get details about a private key. */
3424
3476
  PublicApiService_GetPrivateKey: {
3425
3477
  parameters: {
3426
3478
  body: {
@@ -3438,7 +3490,7 @@ export type operations = {
3438
3490
  };
3439
3491
  };
3440
3492
  };
3441
- /** Get details about a Smart Contract Interface */
3493
+ /** Get details about a smart contract interface. */
3442
3494
  PublicApiService_GetSmartContractInterface: {
3443
3495
  parameters: {
3444
3496
  body: {
@@ -3456,7 +3508,7 @@ export type operations = {
3456
3508
  };
3457
3509
  };
3458
3510
  };
3459
- /** Get details about a User */
3511
+ /** Get details about a user. */
3460
3512
  PublicApiService_GetUser: {
3461
3513
  parameters: {
3462
3514
  body: {
@@ -3474,7 +3526,7 @@ export type operations = {
3474
3526
  };
3475
3527
  };
3476
3528
  };
3477
- /** Get details about a Wallet */
3529
+ /** Get details about a wallet. */
3478
3530
  PublicApiService_GetWallet: {
3479
3531
  parameters: {
3480
3532
  body: {
@@ -3492,7 +3544,7 @@ export type operations = {
3492
3544
  };
3493
3545
  };
3494
3546
  };
3495
- /** Get a single wallet account */
3547
+ /** Get a single wallet account. */
3496
3548
  PublicApiService_GetWalletAccount: {
3497
3549
  parameters: {
3498
3550
  body: {
@@ -3510,7 +3562,7 @@ export type operations = {
3510
3562
  };
3511
3563
  };
3512
3564
  };
3513
- /** List all Activities within an Organization */
3565
+ /** List all activities within an organization. */
3514
3566
  PublicApiService_GetActivities: {
3515
3567
  parameters: {
3516
3568
  body: {
@@ -3528,7 +3580,7 @@ export type operations = {
3528
3580
  };
3529
3581
  };
3530
3582
  };
3531
- /** List all Policies within an Organization */
3583
+ /** List all policies within an organization. */
3532
3584
  PublicApiService_GetPolicies: {
3533
3585
  parameters: {
3534
3586
  body: {
@@ -3546,7 +3598,7 @@ export type operations = {
3546
3598
  };
3547
3599
  };
3548
3600
  };
3549
- /** List all Private Key Tags within an Organization */
3601
+ /** List all private key tags within an organization. */
3550
3602
  PublicApiService_ListPrivateKeyTags: {
3551
3603
  parameters: {
3552
3604
  body: {
@@ -3564,7 +3616,7 @@ export type operations = {
3564
3616
  };
3565
3617
  };
3566
3618
  };
3567
- /** List all Private Keys within an Organization */
3619
+ /** List all private keys within an organization. */
3568
3620
  PublicApiService_GetPrivateKeys: {
3569
3621
  parameters: {
3570
3622
  body: {
@@ -3582,7 +3634,7 @@ export type operations = {
3582
3634
  };
3583
3635
  };
3584
3636
  };
3585
- /** List all Smart Contract Interfaces within an Organization */
3637
+ /** List all smart contract interfaces within an organization. */
3586
3638
  PublicApiService_GetSmartContractInterfaces: {
3587
3639
  parameters: {
3588
3640
  body: {
@@ -3618,7 +3670,7 @@ export type operations = {
3618
3670
  };
3619
3671
  };
3620
3672
  };
3621
- /** List all User Tags within an Organization */
3673
+ /** List all user tags within an organization. */
3622
3674
  PublicApiService_ListUserTags: {
3623
3675
  parameters: {
3624
3676
  body: {
@@ -3636,7 +3688,7 @@ export type operations = {
3636
3688
  };
3637
3689
  };
3638
3690
  };
3639
- /** List all Users within an Organization */
3691
+ /** List all users within an organization. */
3640
3692
  PublicApiService_GetUsers: {
3641
3693
  parameters: {
3642
3694
  body: {
@@ -3672,7 +3724,7 @@ export type operations = {
3672
3724
  };
3673
3725
  };
3674
3726
  };
3675
- /** List all Accounts within a Wallet */
3727
+ /** List all accounts within a wallet. */
3676
3728
  PublicApiService_GetWalletAccounts: {
3677
3729
  parameters: {
3678
3730
  body: {
@@ -3690,7 +3742,7 @@ export type operations = {
3690
3742
  };
3691
3743
  };
3692
3744
  };
3693
- /** List all Wallets within an Organization */
3745
+ /** List all wallets within an organization. */
3694
3746
  PublicApiService_GetWallets: {
3695
3747
  parameters: {
3696
3748
  body: {
@@ -3708,7 +3760,7 @@ export type operations = {
3708
3760
  };
3709
3761
  };
3710
3762
  };
3711
- /** 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. */
3763
+ /** 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. */
3712
3764
  PublicApiService_GetWhoami: {
3713
3765
  parameters: {
3714
3766
  body: {
@@ -3726,7 +3778,7 @@ export type operations = {
3726
3778
  };
3727
3779
  };
3728
3780
  };
3729
- /** Approve an Activity */
3781
+ /** Approve an activity. */
3730
3782
  PublicApiService_ApproveActivity: {
3731
3783
  parameters: {
3732
3784
  body: {
@@ -3744,7 +3796,7 @@ export type operations = {
3744
3796
  };
3745
3797
  };
3746
3798
  };
3747
- /** Add api keys to an existing User */
3799
+ /** Add API keys to an existing user. */
3748
3800
  PublicApiService_CreateApiKeys: {
3749
3801
  parameters: {
3750
3802
  body: {
@@ -3762,7 +3814,7 @@ export type operations = {
3762
3814
  };
3763
3815
  };
3764
3816
  };
3765
- /** Create API-only Users in an existing Organization */
3817
+ /** Create API-only users in an existing organization. */
3766
3818
  PublicApiService_CreateApiOnlyUsers: {
3767
3819
  parameters: {
3768
3820
  body: {
@@ -3780,7 +3832,7 @@ export type operations = {
3780
3832
  };
3781
3833
  };
3782
3834
  };
3783
- /** Create Authenticators to authenticate requests to Turnkey */
3835
+ /** Create authenticators to authenticate requests to Turnkey. */
3784
3836
  PublicApiService_CreateAuthenticators: {
3785
3837
  parameters: {
3786
3838
  body: {
@@ -3798,7 +3850,7 @@ export type operations = {
3798
3850
  };
3799
3851
  };
3800
3852
  };
3801
- /** Create Invitations to join an existing Organization */
3853
+ /** Create invitations to join an existing organization. */
3802
3854
  PublicApiService_CreateInvitations: {
3803
3855
  parameters: {
3804
3856
  body: {
@@ -3816,7 +3868,7 @@ export type operations = {
3816
3868
  };
3817
3869
  };
3818
3870
  };
3819
- /** Creates Oauth providers for a specified user - BETA */
3871
+ /** Create Oauth providers for a specified user. */
3820
3872
  PublicApiService_CreateOauthProviders: {
3821
3873
  parameters: {
3822
3874
  body: {
@@ -3834,7 +3886,7 @@ export type operations = {
3834
3886
  };
3835
3887
  };
3836
3888
  };
3837
- /** Create new Policies */
3889
+ /** Create new policies. */
3838
3890
  PublicApiService_CreatePolicies: {
3839
3891
  parameters: {
3840
3892
  body: {
@@ -3852,7 +3904,7 @@ export type operations = {
3852
3904
  };
3853
3905
  };
3854
3906
  };
3855
- /** Create a new Policy */
3907
+ /** Create a new policy. */
3856
3908
  PublicApiService_CreatePolicy: {
3857
3909
  parameters: {
3858
3910
  body: {
@@ -3888,7 +3940,7 @@ export type operations = {
3888
3940
  };
3889
3941
  };
3890
3942
  };
3891
- /** Create new Private Keys */
3943
+ /** Create new private keys. */
3892
3944
  PublicApiService_CreatePrivateKeys: {
3893
3945
  parameters: {
3894
3946
  body: {
@@ -3906,7 +3958,7 @@ export type operations = {
3906
3958
  };
3907
3959
  };
3908
3960
  };
3909
- /** Create a read only session for a user (valid for 1 hour) */
3961
+ /** Create a read only session for a user (valid for 1 hour). */
3910
3962
  PublicApiService_CreateReadOnlySession: {
3911
3963
  parameters: {
3912
3964
  body: {
@@ -3924,7 +3976,7 @@ export type operations = {
3924
3976
  };
3925
3977
  };
3926
3978
  };
3927
- /** Create a read write session for a user */
3979
+ /** Create a read write session for a user. */
3928
3980
  PublicApiService_CreateReadWriteSession: {
3929
3981
  parameters: {
3930
3982
  body: {
@@ -3942,7 +3994,7 @@ export type operations = {
3942
3994
  };
3943
3995
  };
3944
3996
  };
3945
- /** Create an ABI/IDL in JSON */
3997
+ /** Create an ABI/IDL in JSON. */
3946
3998
  PublicApiService_CreateSmartContractInterface: {
3947
3999
  parameters: {
3948
4000
  body: {
@@ -3960,7 +4012,7 @@ export type operations = {
3960
4012
  };
3961
4013
  };
3962
4014
  };
3963
- /** Create a new Sub-Organization */
4015
+ /** Create a new sub-organization. */
3964
4016
  PublicApiService_CreateSubOrganization: {
3965
4017
  parameters: {
3966
4018
  body: {
@@ -3996,7 +4048,7 @@ export type operations = {
3996
4048
  };
3997
4049
  };
3998
4050
  };
3999
- /** Create Users in an existing Organization */
4051
+ /** Create users in an existing organization. */
4000
4052
  PublicApiService_CreateUsers: {
4001
4053
  parameters: {
4002
4054
  body: {
@@ -4014,7 +4066,7 @@ export type operations = {
4014
4066
  };
4015
4067
  };
4016
4068
  };
4017
- /** Create a Wallet and derive addresses */
4069
+ /** Create a wallet and derive addresses. */
4018
4070
  PublicApiService_CreateWallet: {
4019
4071
  parameters: {
4020
4072
  body: {
@@ -4032,7 +4084,7 @@ export type operations = {
4032
4084
  };
4033
4085
  };
4034
4086
  };
4035
- /** Derive additional addresses using an existing wallet */
4087
+ /** Derive additional addresses using an existing wallet. */
4036
4088
  PublicApiService_CreateWalletAccounts: {
4037
4089
  parameters: {
4038
4090
  body: {
@@ -4050,7 +4102,7 @@ export type operations = {
4050
4102
  };
4051
4103
  };
4052
4104
  };
4053
- /** Remove api keys from a User */
4105
+ /** Remove api keys from a user. */
4054
4106
  PublicApiService_DeleteApiKeys: {
4055
4107
  parameters: {
4056
4108
  body: {
@@ -4068,7 +4120,7 @@ export type operations = {
4068
4120
  };
4069
4121
  };
4070
4122
  };
4071
- /** Remove authenticators from a User */
4123
+ /** Remove authenticators from a user. */
4072
4124
  PublicApiService_DeleteAuthenticators: {
4073
4125
  parameters: {
4074
4126
  body: {
@@ -4086,7 +4138,7 @@ export type operations = {
4086
4138
  };
4087
4139
  };
4088
4140
  };
4089
- /** Delete an existing Invitation */
4141
+ /** Delete an existing invitation. */
4090
4142
  PublicApiService_DeleteInvitation: {
4091
4143
  parameters: {
4092
4144
  body: {
@@ -4104,7 +4156,7 @@ export type operations = {
4104
4156
  };
4105
4157
  };
4106
4158
  };
4107
- /** Removes Oauth providers for a specified user - BETA */
4159
+ /** Remove Oauth providers for a specified user. */
4108
4160
  PublicApiService_DeleteOauthProviders: {
4109
4161
  parameters: {
4110
4162
  body: {
@@ -4122,7 +4174,7 @@ export type operations = {
4122
4174
  };
4123
4175
  };
4124
4176
  };
4125
- /** Delete an existing Policy */
4177
+ /** Delete an existing policy. */
4126
4178
  PublicApiService_DeletePolicy: {
4127
4179
  parameters: {
4128
4180
  body: {
@@ -4140,7 +4192,7 @@ export type operations = {
4140
4192
  };
4141
4193
  };
4142
4194
  };
4143
- /** Delete Private Key Tags within an Organization */
4195
+ /** Delete private key tags within an organization. */
4144
4196
  PublicApiService_DeletePrivateKeyTags: {
4145
4197
  parameters: {
4146
4198
  body: {
@@ -4158,7 +4210,7 @@ export type operations = {
4158
4210
  };
4159
4211
  };
4160
4212
  };
4161
- /** Deletes private keys for an organization */
4213
+ /** Delete private keys for an organization. */
4162
4214
  PublicApiService_DeletePrivateKeys: {
4163
4215
  parameters: {
4164
4216
  body: {
@@ -4176,7 +4228,7 @@ export type operations = {
4176
4228
  };
4177
4229
  };
4178
4230
  };
4179
- /** Delete a Smart Contract Interface */
4231
+ /** Delete a smart contract interface. */
4180
4232
  PublicApiService_DeleteSmartContractInterface: {
4181
4233
  parameters: {
4182
4234
  body: {
@@ -4194,7 +4246,7 @@ export type operations = {
4194
4246
  };
4195
4247
  };
4196
4248
  };
4197
- /** Deletes a sub organization */
4249
+ /** Delete a sub-organization. */
4198
4250
  PublicApiService_DeleteSubOrganization: {
4199
4251
  parameters: {
4200
4252
  body: {
@@ -4212,7 +4264,7 @@ export type operations = {
4212
4264
  };
4213
4265
  };
4214
4266
  };
4215
- /** Delete User Tags within an Organization */
4267
+ /** Delete user tags within an organization. */
4216
4268
  PublicApiService_DeleteUserTags: {
4217
4269
  parameters: {
4218
4270
  body: {
@@ -4230,7 +4282,7 @@ export type operations = {
4230
4282
  };
4231
4283
  };
4232
4284
  };
4233
- /** Delete Users within an Organization */
4285
+ /** Delete users within an organization. */
4234
4286
  PublicApiService_DeleteUsers: {
4235
4287
  parameters: {
4236
4288
  body: {
@@ -4248,7 +4300,7 @@ export type operations = {
4248
4300
  };
4249
4301
  };
4250
4302
  };
4251
- /** Deletes wallets for an organization */
4303
+ /** Delete wallets for an organization. */
4252
4304
  PublicApiService_DeleteWallets: {
4253
4305
  parameters: {
4254
4306
  body: {
@@ -4266,7 +4318,7 @@ export type operations = {
4266
4318
  };
4267
4319
  };
4268
4320
  };
4269
- /** Authenticate a user via Email */
4321
+ /** Authenticate a user via email. */
4270
4322
  PublicApiService_EmailAuth: {
4271
4323
  parameters: {
4272
4324
  body: {
@@ -4284,7 +4336,7 @@ export type operations = {
4284
4336
  };
4285
4337
  };
4286
4338
  };
4287
- /** Exports a Private Key */
4339
+ /** Export a private key. */
4288
4340
  PublicApiService_ExportPrivateKey: {
4289
4341
  parameters: {
4290
4342
  body: {
@@ -4302,7 +4354,7 @@ export type operations = {
4302
4354
  };
4303
4355
  };
4304
4356
  };
4305
- /** Exports a Wallet */
4357
+ /** Export a wallet. */
4306
4358
  PublicApiService_ExportWallet: {
4307
4359
  parameters: {
4308
4360
  body: {
@@ -4320,7 +4372,7 @@ export type operations = {
4320
4372
  };
4321
4373
  };
4322
4374
  };
4323
- /** Exports a Wallet Account */
4375
+ /** Export a wallet account. */
4324
4376
  PublicApiService_ExportWalletAccount: {
4325
4377
  parameters: {
4326
4378
  body: {
@@ -4338,7 +4390,7 @@ export type operations = {
4338
4390
  };
4339
4391
  };
4340
4392
  };
4341
- /** Imports a private key */
4393
+ /** Import a private key. */
4342
4394
  PublicApiService_ImportPrivateKey: {
4343
4395
  parameters: {
4344
4396
  body: {
@@ -4356,7 +4408,7 @@ export type operations = {
4356
4408
  };
4357
4409
  };
4358
4410
  };
4359
- /** Imports a wallet */
4411
+ /** Import a wallet. */
4360
4412
  PublicApiService_ImportWallet: {
4361
4413
  parameters: {
4362
4414
  body: {
@@ -4374,7 +4426,7 @@ export type operations = {
4374
4426
  };
4375
4427
  };
4376
4428
  };
4377
- /** Initiate a fiat on ramp flow */
4429
+ /** Initiate a fiat on ramp flow. */
4378
4430
  PublicApiService_InitFiatOnRamp: {
4379
4431
  parameters: {
4380
4432
  body: {
@@ -4392,7 +4444,7 @@ export type operations = {
4392
4444
  };
4393
4445
  };
4394
4446
  };
4395
- /** Initializes a new private key import */
4447
+ /** Initialize a new private key import. */
4396
4448
  PublicApiService_InitImportPrivateKey: {
4397
4449
  parameters: {
4398
4450
  body: {
@@ -4410,7 +4462,7 @@ export type operations = {
4410
4462
  };
4411
4463
  };
4412
4464
  };
4413
- /** Initializes a new wallet import */
4465
+ /** Initialize a new wallet import. */
4414
4466
  PublicApiService_InitImportWallet: {
4415
4467
  parameters: {
4416
4468
  body: {
@@ -4428,7 +4480,7 @@ export type operations = {
4428
4480
  };
4429
4481
  };
4430
4482
  };
4431
- /** Initiate a Generic OTP activity */
4483
+ /** Initiate a generic OTP activity. */
4432
4484
  PublicApiService_InitOtp: {
4433
4485
  parameters: {
4434
4486
  body: {
@@ -4446,7 +4498,7 @@ export type operations = {
4446
4498
  };
4447
4499
  };
4448
4500
  };
4449
- /** Initiate an OTP auth activity */
4501
+ /** Initiate an OTP auth activity. */
4450
4502
  PublicApiService_InitOtpAuth: {
4451
4503
  parameters: {
4452
4504
  body: {
@@ -4464,7 +4516,7 @@ export type operations = {
4464
4516
  };
4465
4517
  };
4466
4518
  };
4467
- /** Initializes a new email recovery */
4519
+ /** Initialize a new email recovery. */
4468
4520
  PublicApiService_InitUserEmailRecovery: {
4469
4521
  parameters: {
4470
4522
  body: {
@@ -4482,7 +4534,7 @@ export type operations = {
4482
4534
  };
4483
4535
  };
4484
4536
  };
4485
- /** Authenticate a user with an Oidc token (Oauth) - BETA */
4537
+ /** Authenticate a user with an OIDC token (Oauth). */
4486
4538
  PublicApiService_Oauth: {
4487
4539
  parameters: {
4488
4540
  body: {
@@ -4500,7 +4552,7 @@ export type operations = {
4500
4552
  };
4501
4553
  };
4502
4554
  };
4503
- /** Create an Oauth session for a user */
4555
+ /** Create an Oauth session for a user. */
4504
4556
  PublicApiService_OauthLogin: {
4505
4557
  parameters: {
4506
4558
  body: {
@@ -4518,7 +4570,7 @@ export type operations = {
4518
4570
  };
4519
4571
  };
4520
4572
  };
4521
- /** Authenticate a user with an OTP code sent via email or SMS */
4573
+ /** Authenticate a user with an OTP code sent via email or SMS. */
4522
4574
  PublicApiService_OtpAuth: {
4523
4575
  parameters: {
4524
4576
  body: {
@@ -4536,7 +4588,7 @@ export type operations = {
4536
4588
  };
4537
4589
  };
4538
4590
  };
4539
- /** Create an OTP session for a user */
4591
+ /** Create an OTP session for a user. */
4540
4592
  PublicApiService_OtpLogin: {
4541
4593
  parameters: {
4542
4594
  body: {
@@ -4554,7 +4606,7 @@ export type operations = {
4554
4606
  };
4555
4607
  };
4556
4608
  };
4557
- /** Completes the process of recovering a user by adding an authenticator */
4609
+ /** Complete the process of recovering a user by adding an authenticator. */
4558
4610
  PublicApiService_RecoverUser: {
4559
4611
  parameters: {
4560
4612
  body: {
@@ -4572,7 +4624,7 @@ export type operations = {
4572
4624
  };
4573
4625
  };
4574
4626
  };
4575
- /** Reject an Activity */
4627
+ /** Reject an activity. */
4576
4628
  PublicApiService_RejectActivity: {
4577
4629
  parameters: {
4578
4630
  body: {
@@ -4590,7 +4642,7 @@ export type operations = {
4590
4642
  };
4591
4643
  };
4592
4644
  };
4593
- /** Removes an organization feature. This activity must be approved by the current root quorum. */
4645
+ /** Remove an organization feature. This activity must be approved by the current root quorum. */
4594
4646
  PublicApiService_RemoveOrganizationFeature: {
4595
4647
  parameters: {
4596
4648
  body: {
@@ -4608,7 +4660,7 @@ export type operations = {
4608
4660
  };
4609
4661
  };
4610
4662
  };
4611
- /** Sets an organization feature. This activity must be approved by the current root quorum. */
4663
+ /** Set an organization feature. This activity must be approved by the current root quorum. */
4612
4664
  PublicApiService_SetOrganizationFeature: {
4613
4665
  parameters: {
4614
4666
  body: {
@@ -4626,7 +4678,7 @@ export type operations = {
4626
4678
  };
4627
4679
  };
4628
4680
  };
4629
- /** Sign a raw payload */
4681
+ /** Sign a raw payload. */
4630
4682
  PublicApiService_SignRawPayload: {
4631
4683
  parameters: {
4632
4684
  body: {
@@ -4644,7 +4696,7 @@ export type operations = {
4644
4696
  };
4645
4697
  };
4646
4698
  };
4647
- /** Sign multiple raw payloads with the same signing parameters */
4699
+ /** Sign multiple raw payloads with the same signing parameters. */
4648
4700
  PublicApiService_SignRawPayloads: {
4649
4701
  parameters: {
4650
4702
  body: {
@@ -4662,7 +4714,7 @@ export type operations = {
4662
4714
  };
4663
4715
  };
4664
4716
  };
4665
- /** Sign a transaction */
4717
+ /** Sign a transaction. */
4666
4718
  PublicApiService_SignTransaction: {
4667
4719
  parameters: {
4668
4720
  body: {
@@ -4680,7 +4732,7 @@ export type operations = {
4680
4732
  };
4681
4733
  };
4682
4734
  };
4683
- /** Create a session for a user through stamping client side (api key, wallet client, or passkey client) */
4735
+ /** Create a session for a user through stamping client side (API key, wallet client, or passkey client). */
4684
4736
  PublicApiService_StampLogin: {
4685
4737
  parameters: {
4686
4738
  body: {
@@ -4698,7 +4750,7 @@ export type operations = {
4698
4750
  };
4699
4751
  };
4700
4752
  };
4701
- /** Update an existing Policy */
4753
+ /** Update an existing policy. */
4702
4754
  PublicApiService_UpdatePolicy: {
4703
4755
  parameters: {
4704
4756
  body: {
@@ -4752,7 +4804,7 @@ export type operations = {
4752
4804
  };
4753
4805
  };
4754
4806
  };
4755
- /** Update a User in an existing Organization */
4807
+ /** Update a user in an existing organization. */
4756
4808
  PublicApiService_UpdateUser: {
4757
4809
  parameters: {
4758
4810
  body: {
@@ -4770,7 +4822,7 @@ export type operations = {
4770
4822
  };
4771
4823
  };
4772
4824
  };
4773
- /** Update a User's email in an existing Organization */
4825
+ /** Update a user's email in an existing organization. */
4774
4826
  PublicApiService_UpdateUserEmail: {
4775
4827
  parameters: {
4776
4828
  body: {
@@ -4788,7 +4840,7 @@ export type operations = {
4788
4840
  };
4789
4841
  };
4790
4842
  };
4791
- /** Update a User's name in an existing Organization */
4843
+ /** Update a user's name in an existing organization. */
4792
4844
  PublicApiService_UpdateUserName: {
4793
4845
  parameters: {
4794
4846
  body: {
@@ -4806,7 +4858,7 @@ export type operations = {
4806
4858
  };
4807
4859
  };
4808
4860
  };
4809
- /** Update a User's phone number in an existing Organization */
4861
+ /** Update a user's phone number in an existing organization. */
4810
4862
  PublicApiService_UpdateUserPhoneNumber: {
4811
4863
  parameters: {
4812
4864
  body: {
@@ -4842,7 +4894,7 @@ export type operations = {
4842
4894
  };
4843
4895
  };
4844
4896
  };
4845
- /** Update a wallet for an organization */
4897
+ /** Update a wallet for an organization. */
4846
4898
  PublicApiService_UpdateWallet: {
4847
4899
  parameters: {
4848
4900
  body: {
@@ -4860,7 +4912,7 @@ export type operations = {
4860
4912
  };
4861
4913
  };
4862
4914
  };
4863
- /** Verify a Generic OTP */
4915
+ /** Verify a generic OTP. */
4864
4916
  PublicApiService_VerifyOtp: {
4865
4917
  parameters: {
4866
4918
  body: {
@@ -4890,7 +4942,7 @@ export type operations = {
4890
4942
  };
4891
4943
  };
4892
4944
  };
4893
- /** Set a rate local rate limit just on the current endpoint, for purposes of testing with Vivosuite */
4945
+ /** Set a rate local rate limit just on the current endpoint, for purposes of testing with Vivosuite. */
4894
4946
  PublicApiService_TestRateLimits: {
4895
4947
  parameters: {
4896
4948
  body: {