Skip to content

Commit cc82869

Browse files
feat: Harden managed auth verification and login recovery
1 parent 791aaa8 commit cc82869

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: 127
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-7d774918a5bbe0a980a1dca0322e74d2b4e3d3372a2cbc9513e48f4b8b6abfa1.yml
3-
openapi_spec_hash: 8007b5846ff01c221e29d467b1cb8aaf
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-3d361d4878b48802a1dc486fa597b6b01ce23099d6627bcf836a849f0080c0c7.yml
3+
openapi_spec_hash: f21df7b9241e2e8b8dc04fdae30a3e27
44
config_hash: 77ee715aa17061166f9a02b264a21b8d

src/resources/auth/connections.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,12 @@ export namespace ManagedAuth {
697697
*/
698698
observed_selector?: string | null;
699699

700+
/**
701+
* Whether the submitted value must replace an existing credential after explicit
702+
* rejection.
703+
*/
704+
replace_existing?: boolean;
705+
700706
/**
701707
* Whether this field is required.
702708
*/
@@ -1482,6 +1488,12 @@ export namespace ConnectionFollowResponse {
14821488
*/
14831489
observed_selector?: string | null;
14841490

1491+
/**
1492+
* Whether the submitted value must replace an existing credential after explicit
1493+
* rejection.
1494+
*/
1495+
replace_existing?: boolean;
1496+
14851497
/**
14861498
* Whether this field is required.
14871499
*/

0 commit comments

Comments
 (0)