Skip to content

Commit 6554724

Browse files
refactor(agentauth): enhance discover and submit modules with improve…
1 parent 9475083 commit 6554724

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 91
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-97558c7b5f2714e629041ff892cdabef76c4ab214b5f908ba8b36d507eac5260.yml
3-
openapi_spec_hash: 3464d532154863ca17b82082451b9faf
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-714affeb2859c03a71d35708b6704b1750a1712738a130f3363ae67b20d751d9.yml
3+
openapi_spec_hash: 9d2b9358f0f640ecd1eacd15b70dd361
44
config_hash: cc7fdd701d995d4b3456d77041c604cf

src/resources/agents/auth/auth.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ export interface AgentAuthInvocationResponse {
166166
*/
167167
pending_sso_buttons?: Array<AgentAuthInvocationResponse.PendingSSOButton> | null;
168168

169+
/**
170+
* SSO provider being used for authentication (e.g., google, github, microsoft)
171+
*/
172+
sso_provider?: string | null;
173+
169174
/**
170175
* Names of fields that have been submitted (present when step=submitting or later)
171176
*/

0 commit comments

Comments
 (0)