Skip to content

Commit 69aaa49

Browse files
chore(sdk-ts): refresh generated client docs
1 parent 7f696ef commit 69aaa49

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

sdks/typescript/src/generated/funcs/agents-init.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ import { Result } from "../types/fp.js";
5151
* Args:
5252
* request: Agent metadata and step schemas
5353
* db: Database session (injected)
54-
* principal: Authorized request principal
54+
* principal: Authorized request principal for the agent create operation
55+
* target_principal: Optional principal from the target binding read check
5556
*
5657
* Returns:
5758
* InitAgentResponse with created flag and the effective controls

sdks/typescript/src/generated/funcs/agents-list-controls.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ import { Result } from "../types/fp.js";
5353
* target_type: Optional opaque target kind (paired with target_id)
5454
* target_id: Optional opaque target identifier (paired with target_type)
5555
* db: Database session (injected)
56-
* principal: Authorized request principal
56+
* principal: Authorized request principal for the agent read operation
57+
* target_principal: Optional principal from the target binding read check
5758
*
5859
* Returns:
5960
* AgentControlsResponse with controls matching the requested state filters

sdks/typescript/src/generated/models/create-control-binding-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export type CreateControlBindingRequest = {
2222
*/
2323
targetId: string;
2424
/**
25-
* Opaque attachment kind (caller-defined; e.g. 'env', 'log_stream').
25+
* Opaque attachment kind (caller-defined; e.g. 'environment', 'session').
2626
*/
2727
targetType: string;
2828
};

sdks/typescript/src/generated/models/runtime-token-exchange-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type RuntimeTokenExchangeRequest = {
1414
*/
1515
targetId: string;
1616
/**
17-
* Opaque target kind (e.g., ``log_stream``).
17+
* Opaque target kind (e.g., ``session``).
1818
*/
1919
targetType: string;
2020
};

sdks/typescript/src/generated/sdk/agents.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ export class Agents extends ClientSDK {
8080
* Args:
8181
* request: Agent metadata and step schemas
8282
* db: Database session (injected)
83-
* principal: Authorized request principal
83+
* principal: Authorized request principal for the agent create operation
84+
* target_principal: Optional principal from the target binding read check
8485
*
8586
* Returns:
8687
* InitAgentResponse with created flag and the effective controls
@@ -186,7 +187,8 @@ export class Agents extends ClientSDK {
186187
* target_type: Optional opaque target kind (paired with target_id)
187188
* target_id: Optional opaque target identifier (paired with target_type)
188189
* db: Database session (injected)
189-
* principal: Authorized request principal
190+
* principal: Authorized request principal for the agent read operation
191+
* target_principal: Optional principal from the target binding read check
190192
*
191193
* Returns:
192194
* AgentControlsResponse with controls matching the requested state filters

0 commit comments

Comments
 (0)