@agent-os-sdk/client 0.9.44 → 0.9.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6554,6 +6554,42 @@ export interface paths {
6554
6554
  patch?: never;
6555
6555
  trace?: never;
6556
6556
  };
6557
+ "/v1/api/prompts/{id}/affected-agents": {
6558
+ parameters: {
6559
+ query?: never;
6560
+ header?: never;
6561
+ path?: never;
6562
+ cookie?: never;
6563
+ };
6564
+ /** List published agents in the current workspace whose authoritative agent_ir references this prompt. */
6565
+ get: {
6566
+ parameters: {
6567
+ query?: never;
6568
+ header?: never;
6569
+ path: {
6570
+ id: string;
6571
+ };
6572
+ cookie?: never;
6573
+ };
6574
+ requestBody?: never;
6575
+ responses: {
6576
+ /** @description OK */
6577
+ 200: {
6578
+ headers: {
6579
+ [name: string]: unknown;
6580
+ };
6581
+ content?: never;
6582
+ };
6583
+ };
6584
+ };
6585
+ put?: never;
6586
+ post?: never;
6587
+ delete?: never;
6588
+ options?: never;
6589
+ head?: never;
6590
+ patch?: never;
6591
+ trace?: never;
6592
+ };
6557
6593
  "/v1/api/prompts/{name}/playground": {
6558
6594
  parameters: {
6559
6595
  query?: never;
@@ -15270,6 +15306,7 @@ export interface components {
15270
15306
  ThreadRequest: {
15271
15307
  channel?: components["schemas"]["Channel"];
15272
15308
  external_conversation_id?: string | null;
15309
+ source_conversation_id?: string | null;
15273
15310
  };
15274
15311
  ThreadSearchRequest: {
15275
15312
  /** Format: uuid */