Skip to content

Commit 516f87b

Browse files
fix: include MFA and sign-in options in CUA SSO-only step response
1 parent e60b999 commit 516f87b

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 112
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-930823e8b25b4644b74098ad5479840f64a329321aa236460f8a9562ae9051bf.yml
3-
openapi_spec_hash: 9f868e67df8fd2fec8d8fc3eb5ba0b26
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-57bfd737f612a4f16965ef7eb85f709752f616a3941c451736a9ad76e4a1135f.yml
3+
openapi_spec_hash: 61d13a607970deefff0cbfe6b77ae6e8
44
config_hash: 08d55086449943a8fec212b870061a3f

src/resources/auth/connections.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,12 @@ export namespace ManagedAuth {
433433
*/
434434
type: 'text' | 'email' | 'password' | 'tel' | 'number' | 'url' | 'code' | 'totp';
435435

436+
/**
437+
* Contextual help text near the field that tells the user what to enter (e.g.,
438+
* "Enter the phone ending in (**_) _**-\*\*92")
439+
*/
440+
hint?: string;
441+
436442
/**
437443
* If this field is associated with an MFA option, the type of that option (e.g.,
438444
* password field linked to "Enter password" option)
@@ -890,6 +896,12 @@ export namespace ConnectionFollowResponse {
890896
*/
891897
type: 'text' | 'email' | 'password' | 'tel' | 'number' | 'url' | 'code' | 'totp';
892898

899+
/**
900+
* Contextual help text near the field that tells the user what to enter (e.g.,
901+
* "Enter the phone ending in (**_) _**-\*\*92")
902+
*/
903+
hint?: string;
904+
893905
/**
894906
* If this field is associated with an MFA option, the type of that option (e.g.,
895907
* password field linked to "Enter password" option)

0 commit comments

Comments
 (0)