Skip to content

Commit 6254d10

Browse files
feat: Expose managed auth field input modes
Stainless-Generated-From: e66c2d41585215bffa7576d2eeafce549b2e72fc
1 parent 90b03c0 commit 6254d10

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/resources/auth/connections.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,11 @@ export namespace ManagedAuth {
806806
*/
807807
hint?: string;
808808

809+
/**
810+
* Virtual keyboard hint, independent of field type and browser validation.
811+
*/
812+
input_mode?: 'text' | 'email' | 'tel' | 'numeric';
813+
809814
/**
810815
* Human-readable label shown to the user.
811816
*/
@@ -1885,6 +1890,11 @@ export namespace ConnectionFollowResponse {
18851890
*/
18861891
hint?: string;
18871892

1893+
/**
1894+
* Virtual keyboard hint, independent of field type and browser validation.
1895+
*/
1896+
input_mode?: 'text' | 'email' | 'tel' | 'numeric';
1897+
18881898
/**
18891899
* Human-readable label shown to the user.
18901900
*/

0 commit comments

Comments
 (0)