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 : 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
44config_hash : 77ee715aa17061166f9a02b264a21b8d
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments