@@ -278,40 +278,6 @@ Methods:
278278- <code title =" post /browser_pools/{id_or_name}/flush " >client.browserPools.<a href =" ./src/resources/browser-pools.ts " >flush</a >(idOrName) -> void</code >
279279- <code title =" post /browser_pools/{id_or_name}/release " >client.browserPools.<a href =" ./src/resources/browser-pools.ts " >release</a >(idOrName, { ...params }) -> void</code >
280280
281- # Agents
282-
283- ## Auth
284-
285- Types:
286-
287- - <code ><a href =" ./src/resources/agents/auth/auth.ts " >AgentAuthInvocationResponse</a ></code >
288- - <code ><a href =" ./src/resources/agents/auth/auth.ts " >AgentAuthSubmitResponse</a ></code >
289- - <code ><a href =" ./src/resources/agents/auth/auth.ts " >AuthAgent</a ></code >
290- - <code ><a href =" ./src/resources/agents/auth/auth.ts " >AuthAgentCreateRequest</a ></code >
291- - <code ><a href =" ./src/resources/agents/auth/auth.ts " >AuthAgentInvocationCreateRequest</a ></code >
292- - <code ><a href =" ./src/resources/agents/auth/auth.ts " >AuthAgentInvocationCreateResponse</a ></code >
293- - <code ><a href =" ./src/resources/agents/auth/auth.ts " >DiscoveredField</a ></code >
294-
295- Methods:
296-
297- - <code title =" post /agents/auth " >client.agents.auth.<a href =" ./src/resources/agents/auth/auth.ts " >create</a >({ ...params }) -> AuthAgent</code >
298- - <code title =" get /agents/auth/{id} " >client.agents.auth.<a href =" ./src/resources/agents/auth/auth.ts " >retrieve</a >(id) -> AuthAgent</code >
299- - <code title =" get /agents/auth " >client.agents.auth.<a href =" ./src/resources/agents/auth/auth.ts " >list</a >({ ...params }) -> AuthAgentsOffsetPagination</code >
300- - <code title =" delete /agents/auth/{id} " >client.agents.auth.<a href =" ./src/resources/agents/auth/auth.ts " >delete</a >(id) -> void</code >
301-
302- ### Invocations
303-
304- Types:
305-
306- - <code ><a href =" ./src/resources/agents/auth/invocations.ts " >InvocationExchangeResponse</a ></code >
307-
308- Methods:
309-
310- - <code title =" post /agents/auth/invocations " >client.agents.auth.invocations.<a href =" ./src/resources/agents/auth/invocations.ts " >create</a >({ ...params }) -> AuthAgentInvocationCreateResponse</code >
311- - <code title =" get /agents/auth/invocations/{invocation_id} " >client.agents.auth.invocations.<a href =" ./src/resources/agents/auth/invocations.ts " >retrieve</a >(invocationID) -> AgentAuthInvocationResponse</code >
312- - <code title =" post /agents/auth/invocations/{invocation_id}/exchange " >client.agents.auth.invocations.<a href =" ./src/resources/agents/auth/invocations.ts " >exchange</a >(invocationID, { ...params }) -> InvocationExchangeResponse</code >
313- - <code title =" post /agents/auth/invocations/{invocation_id}/submit " >client.agents.auth.invocations.<a href =" ./src/resources/agents/auth/invocations.ts " >submit</a >(invocationID, { ...params }) -> AgentAuthSubmitResponse</code >
314-
315281# Credentials
316282
317283Types:
0 commit comments