File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : 08d55086449943a8fec212b870061a3f
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments