@mastra/client-js 1.43.0-alpha.8 → 1.43.0

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.
@@ -10,7 +10,7 @@ export type Simplify<T> = {
10
10
  type Shared_Auxiliary_298 = string | number | boolean | null | Shared_Auxiliary_298[] | {
11
11
  [key: string]: Shared_Auxiliary_298;
12
12
  };
13
- type Shared_Auxiliary_1095 = {
13
+ type Shared_Auxiliary_1097 = {
14
14
  op: 'eq' | 'ne' | 'lt' | 'lte' | 'gt' | 'gte';
15
15
  left: {
16
16
  path: string;
@@ -42,17 +42,17 @@ type Shared_Auxiliary_1095 = {
42
42
  };
43
43
  } | {
44
44
  op: 'and' | 'or';
45
- args: Shared_Auxiliary_1095[];
45
+ args: Shared_Auxiliary_1097[];
46
46
  } | {
47
47
  op: 'not';
48
- arg: Shared_Auxiliary_1095;
48
+ arg: Shared_Auxiliary_1097;
49
49
  };
50
- type Shared_Auxiliary_1236 = {
50
+ type Shared_Auxiliary_1238 = {
51
51
  id?: string | undefined;
52
52
  name: string;
53
53
  type: 'file' | 'folder';
54
54
  content?: string | undefined;
55
- children?: Shared_Auxiliary_1236[] | undefined;
55
+ children?: Shared_Auxiliary_1238[] | undefined;
56
56
  };
57
57
  type Shared_Type_0 = {
58
58
  id: string;
@@ -1361,6 +1361,59 @@ type Shared_Type_78 = {
1361
1361
  source?: string | undefined;
1362
1362
  };
1363
1363
  type Shared_Type_79 = {
1364
+ /** Unique id for this feedback event */
1365
+ feedbackId?: (string | null) | undefined;
1366
+ /** When the feedback was recorded */
1367
+ timestamp: Date;
1368
+ /** Trace that anchors the feedback target when available */
1369
+ traceId?: (string | null) | undefined;
1370
+ /** Span ID this feedback applies to */
1371
+ spanId?: (string | null) | undefined;
1372
+ feedbackSource?: (string | null) | undefined;
1373
+ source?: (string | null) | undefined;
1374
+ /** Type of feedback (e.g., 'thumbs', 'rating', 'correction') */
1375
+ feedbackType: string;
1376
+ /** Feedback value (rating number or correction text) */
1377
+ value: number | string;
1378
+ comment?: (string | null) | undefined;
1379
+ feedbackUserId?: (string | null) | undefined;
1380
+ entityType?: (Shared_Type_71 | null) | undefined;
1381
+ entityId?: (string | null) | undefined;
1382
+ entityName?: (string | null) | undefined;
1383
+ parentEntityType?: (Shared_Type_71 | null) | undefined;
1384
+ parentEntityId?: (string | null) | undefined;
1385
+ parentEntityName?: (string | null) | undefined;
1386
+ rootEntityType?: (Shared_Type_71 | null) | undefined;
1387
+ rootEntityId?: (string | null) | undefined;
1388
+ rootEntityName?: (string | null) | undefined;
1389
+ userId?: (string | null) | undefined;
1390
+ organizationId?: (string | null) | undefined;
1391
+ resourceId?: (string | null) | undefined;
1392
+ runId?: (string | null) | undefined;
1393
+ sessionId?: (string | null) | undefined;
1394
+ threadId?: (string | null) | undefined;
1395
+ requestId?: (string | null) | undefined;
1396
+ environment?: (string | null) | undefined;
1397
+ serviceName?: (string | null) | undefined;
1398
+ scope?: ({
1399
+ [key: string]: unknown;
1400
+ } | null) | undefined;
1401
+ entityVersionId?: (string | null) | undefined;
1402
+ parentEntityVersionId?: (string | null) | undefined;
1403
+ rootEntityVersionId?: (string | null) | undefined;
1404
+ experimentId?: (string | null) | undefined;
1405
+ executionSource?: (string | null) | undefined;
1406
+ tags?: (string[] | null) | undefined;
1407
+ /** ID of the source record this feedback is linked to (e.g. experiment result ID) */
1408
+ sourceId?: (string | null) | undefined;
1409
+ /** User-defined metadata */
1410
+ metadata?: ({
1411
+ [key: string]: unknown;
1412
+ } | null) | undefined;
1413
+ /** Feedback review workflow status */
1414
+ reviewStatus: 'needs-review' | 'reviewed';
1415
+ };
1416
+ type Shared_Type_80 = {
1364
1417
  /** Filter by timestamp range */
1365
1418
  timestamp?: Shared_Type_69 | undefined;
1366
1419
  /** Filter by trace ID */
@@ -1417,9 +1470,10 @@ type Shared_Type_79 = {
1417
1470
  source?: string | undefined;
1418
1471
  /** User who provided the feedback */
1419
1472
  feedbackUserId?: string | undefined;
1473
+ reviewStatus?: ('needs-review' | 'reviewed') | undefined;
1420
1474
  };
1421
- type Shared_Type_80 = 'entityType' | 'entityName' | 'parentEntityType' | 'parentEntityName' | 'rootEntityType' | 'rootEntityName' | 'name' | 'provider' | 'model' | 'environment' | 'executionSource' | 'serviceName' | 'threadId' | 'resourceId';
1422
- type Shared_Type_81 = {
1475
+ type Shared_Type_81 = 'entityType' | 'entityName' | 'parentEntityType' | 'parentEntityName' | 'rootEntityType' | 'rootEntityName' | 'name' | 'provider' | 'model' | 'environment' | 'executionSource' | 'serviceName' | 'threadId' | 'resourceId';
1476
+ type Shared_Type_82 = {
1423
1477
  /** Filter by timestamp range */
1424
1478
  timestamp?: Shared_Type_69 | undefined;
1425
1479
  /** Filter by trace ID */
@@ -1485,7 +1539,7 @@ type Shared_Type_81 = {
1485
1539
  [key: string]: string;
1486
1540
  } | undefined;
1487
1541
  };
1488
- type Shared_Type_82 = {
1542
+ type Shared_Type_83 = {
1489
1543
  /** Part type - text for TextParts */
1490
1544
  kind: 'text';
1491
1545
  /** Text content */
@@ -1495,7 +1549,7 @@ type Shared_Type_82 = {
1495
1549
  [key: string]: unknown;
1496
1550
  } | undefined;
1497
1551
  };
1498
- type Shared_Type_83 = {
1552
+ type Shared_Type_84 = {
1499
1553
  /** base64 encoded content of the file */
1500
1554
  bytes: string;
1501
1555
  /** Optional mimeType for the file */
@@ -1503,7 +1557,7 @@ type Shared_Type_83 = {
1503
1557
  /** Optional name for the file */
1504
1558
  name?: string | undefined;
1505
1559
  };
1506
- type Shared_Type_84 = {
1560
+ type Shared_Type_85 = {
1507
1561
  /** URL for the File content */
1508
1562
  uri: string;
1509
1563
  /** Optional mimeType for the file */
@@ -1511,17 +1565,17 @@ type Shared_Type_84 = {
1511
1565
  /** Optional name for the file */
1512
1566
  name?: string | undefined;
1513
1567
  };
1514
- type Shared_Type_85 = {
1568
+ type Shared_Type_86 = {
1515
1569
  /** Part type - file for FileParts */
1516
1570
  kind: 'file';
1517
1571
  /** File content either as url or bytes */
1518
- file: Shared_Type_83 | Shared_Type_84;
1572
+ file: Shared_Type_84 | Shared_Type_85;
1519
1573
  /** Optional metadata associated with the part */
1520
1574
  metadata?: {
1521
1575
  [key: string]: unknown;
1522
1576
  } | undefined;
1523
1577
  };
1524
- type Shared_Type_86 = {
1578
+ type Shared_Type_87 = {
1525
1579
  /** Part type - data for DataParts */
1526
1580
  kind: 'data';
1527
1581
  /** Structured data content */
@@ -1533,7 +1587,7 @@ type Shared_Type_86 = {
1533
1587
  [key: string]: unknown;
1534
1588
  } | undefined;
1535
1589
  };
1536
- type Shared_Type_87 = {
1590
+ type Shared_Type_88 = {
1537
1591
  text?: string | undefined;
1538
1592
  raw?: string | undefined;
1539
1593
  url?: string | undefined;
@@ -1544,7 +1598,7 @@ type Shared_Type_87 = {
1544
1598
  [key: string]: unknown;
1545
1599
  } | undefined;
1546
1600
  };
1547
- type Shared_Type_88 = {
1601
+ type Shared_Type_89 = {
1548
1602
  /** Event type */
1549
1603
  kind?: 'message' | undefined;
1550
1604
  /** Identifier created by the message creator */
@@ -1552,7 +1606,7 @@ type Shared_Type_88 = {
1552
1606
  /** Message sender's role */
1553
1607
  role: 'user' | 'agent' | 'ROLE_USER' | 'ROLE_AGENT';
1554
1608
  /** Message content */
1555
- parts: ((Shared_Type_82 | Shared_Type_85 | Shared_Type_86) | Shared_Type_87)[];
1609
+ parts: ((Shared_Type_83 | Shared_Type_86 | Shared_Type_87) | Shared_Type_88)[];
1556
1610
  /** The context the message is associated with */
1557
1611
  contextId?: string | undefined;
1558
1612
  /** Identifier of task the message is related to */
@@ -1566,22 +1620,22 @@ type Shared_Type_88 = {
1566
1620
  [key: string]: unknown;
1567
1621
  } | undefined;
1568
1622
  };
1569
- type Shared_Type_89 = {
1623
+ type Shared_Type_90 = {
1570
1624
  /** Supported authentication schemes - e.g. Basic, Bearer */
1571
1625
  schemes: string[];
1572
1626
  /** Optional credentials */
1573
1627
  credentials?: string | undefined;
1574
1628
  };
1575
- type Shared_Type_90 = {
1629
+ type Shared_Type_91 = {
1576
1630
  /** URL for sending the push notifications */
1577
1631
  url: string;
1578
1632
  /** Push Notification ID - created by server to support multiple callbacks */
1579
1633
  id?: string | undefined;
1580
1634
  /** Token unique to this task/session */
1581
1635
  token?: string | undefined;
1582
- authentication?: Shared_Type_89 | undefined;
1636
+ authentication?: Shared_Type_90 | undefined;
1583
1637
  };
1584
- type Shared_Type_91 = {
1638
+ type Shared_Type_92 = {
1585
1639
  /** Accepted output modalities by the client */
1586
1640
  acceptedOutputModes?: string[] | undefined;
1587
1641
  /** If the server should treat the client as a blocking request */
@@ -1590,18 +1644,18 @@ type Shared_Type_91 = {
1590
1644
  returnImmediately?: boolean | undefined;
1591
1645
  /** Number of recent messages to be retrieved */
1592
1646
  historyLength?: number | undefined;
1593
- pushNotificationConfig?: Shared_Type_90 | undefined;
1594
- taskPushNotificationConfig?: Shared_Type_90 | undefined;
1647
+ pushNotificationConfig?: Shared_Type_91 | undefined;
1648
+ taskPushNotificationConfig?: Shared_Type_91 | undefined;
1595
1649
  };
1596
- type Shared_Type_92 = {
1597
- message: Shared_Type_88;
1598
- configuration?: Shared_Type_91 | undefined;
1650
+ type Shared_Type_93 = {
1651
+ message: Shared_Type_89;
1652
+ configuration?: Shared_Type_92 | undefined;
1599
1653
  /** Extension metadata */
1600
1654
  metadata?: {
1601
1655
  [key: string]: unknown;
1602
1656
  } | undefined;
1603
1657
  };
1604
- type Shared_Type_93 = {
1658
+ type Shared_Type_94 = {
1605
1659
  name: string;
1606
1660
  description?: string | undefined;
1607
1661
  inputSchema: unknown;
@@ -1611,18 +1665,18 @@ type Shared_Type_93 = {
1611
1665
  [key: string]: unknown;
1612
1666
  } | undefined;
1613
1667
  };
1614
- type Shared_Type_94 = (({
1668
+ type Shared_Type_95 = (({
1615
1669
  [key: string]: {
1616
1670
  description?: string | undefined;
1617
1671
  rules?: Shared_Type_9 | undefined;
1618
1672
  };
1619
1673
  } | Shared_Type_12[]) | undefined) | undefined;
1620
- type Shared_Type_95 = ((Shared_Type_4 | {
1674
+ type Shared_Type_96 = ((Shared_Type_4 | {
1621
1675
  /** Default options for agent execution */
1622
1676
  value: Shared_Type_4;
1623
1677
  rules?: Shared_Type_9 | undefined;
1624
1678
  }[]) | undefined) | undefined;
1625
- type Shared_Type_96 = (({
1679
+ type Shared_Type_97 = (({
1626
1680
  [key: string]: Shared_Type_13;
1627
1681
  } | {
1628
1682
  value: {
@@ -1630,7 +1684,7 @@ type Shared_Type_96 = (({
1630
1684
  };
1631
1685
  rules?: Shared_Type_9 | undefined;
1632
1686
  }[]) | undefined) | undefined;
1633
- type Shared_Type_97 = (({
1687
+ type Shared_Type_98 = (({
1634
1688
  [key: string]: Shared_Type_15;
1635
1689
  } | {
1636
1690
  value: {
@@ -1638,7 +1692,7 @@ type Shared_Type_97 = (({
1638
1692
  };
1639
1693
  rules?: Shared_Type_9 | undefined;
1640
1694
  }[]) | undefined) | undefined;
1641
- type Shared_Type_98 = (({
1695
+ type Shared_Type_99 = (({
1642
1696
  [key: string]: Shared_Type_28;
1643
1697
  } | {
1644
1698
  value: {
@@ -1646,14 +1700,14 @@ type Shared_Type_98 = (({
1646
1700
  };
1647
1701
  rules?: Shared_Type_9 | undefined;
1648
1702
  }[]) | undefined) | undefined;
1649
- type Shared_Type_99 = ((({
1703
+ type Shared_Type_100 = ((({
1650
1704
  type: 'id';
1651
1705
  workspaceId: string;
1652
1706
  } | {
1653
1707
  type: 'inline';
1654
1708
  config: Shared_Type_36;
1655
1709
  } | Shared_Type_37) | Shared_Type_38[]) | undefined) | undefined;
1656
- type Shared_Type_100 = {
1710
+ type Shared_Type_101 = {
1657
1711
  /** Unique identifier for the version (UUID) */
1658
1712
  id: string;
1659
1713
  /** ID of the agent this version belongs to */
@@ -1745,7 +1799,7 @@ type Shared_Type_100 = {
1745
1799
  /** When this version was created */
1746
1800
  createdAt: Date;
1747
1801
  };
1748
- type Shared_Type_101 = {
1802
+ type Shared_Type_102 = {
1749
1803
  /** The field path that changed */
1750
1804
  field: string;
1751
1805
  /** The value in the "from" version */
@@ -1753,7 +1807,7 @@ type Shared_Type_101 = {
1753
1807
  /** The value in the "to" version */
1754
1808
  currentValue: unknown;
1755
1809
  };
1756
- type Shared_Type_102 = {
1810
+ type Shared_Type_103 = {
1757
1811
  id: string;
1758
1812
  description?: string | undefined;
1759
1813
  metadata?: {
@@ -1770,7 +1824,7 @@ type Shared_Type_102 = {
1770
1824
  createdAt: Date | string;
1771
1825
  updatedAt: Date | string;
1772
1826
  };
1773
- type Shared_Type_103 = {
1827
+ type Shared_Type_104 = {
1774
1828
  type: 'agent';
1775
1829
  id: string;
1776
1830
  agentId: string;
@@ -1785,7 +1839,7 @@ type Shared_Type_103 = {
1785
1839
  } | undefined;
1786
1840
  } | undefined;
1787
1841
  };
1788
- type Shared_Type_104 = {
1842
+ type Shared_Type_105 = {
1789
1843
  type: 'tool';
1790
1844
  id: string;
1791
1845
  toolId: string;
@@ -1797,7 +1851,7 @@ type Shared_Type_104 = {
1797
1851
  } | undefined;
1798
1852
  } | undefined;
1799
1853
  };
1800
- type Shared_Type_105 = Shared_Type_103 | Shared_Type_104 | {
1854
+ type Shared_Type_106 = Shared_Type_104 | Shared_Type_105 | {
1801
1855
  type: 'mapping';
1802
1856
  id: string;
1803
1857
  mapConfig: string;
@@ -1807,9 +1861,9 @@ type Shared_Type_105 = Shared_Type_103 | Shared_Type_104 | {
1807
1861
  workflowId: string;
1808
1862
  description?: string | undefined;
1809
1863
  };
1810
- type Shared_Type_106 = {
1864
+ type Shared_Type_107 = {
1811
1865
  type: 'foreach';
1812
- step: Shared_Type_103 | Shared_Type_104 | {
1866
+ step: Shared_Type_104 | Shared_Type_105 | {
1813
1867
  type: 'workflow';
1814
1868
  id: string;
1815
1869
  workflowId: string;
@@ -1819,7 +1873,7 @@ type Shared_Type_106 = {
1819
1873
  concurrency: number;
1820
1874
  } | undefined;
1821
1875
  };
1822
- type Shared_Type_107 = Shared_Type_103 | Shared_Type_104 | {
1876
+ type Shared_Type_108 = Shared_Type_104 | Shared_Type_105 | {
1823
1877
  type: 'mapping';
1824
1878
  id: string;
1825
1879
  mapConfig: string;
@@ -1830,8 +1884,8 @@ type Shared_Type_107 = Shared_Type_103 | Shared_Type_104 | {
1830
1884
  description?: string | undefined;
1831
1885
  } | {
1832
1886
  type: 'parallel';
1833
- steps: Shared_Type_105[];
1834
- } | Shared_Type_106 | {
1887
+ steps: Shared_Type_106[];
1888
+ } | Shared_Type_107 | {
1835
1889
  type: 'sleep';
1836
1890
  id: string;
1837
1891
  duration: number;
@@ -1841,15 +1895,15 @@ type Shared_Type_107 = Shared_Type_103 | Shared_Type_104 | {
1841
1895
  date: string;
1842
1896
  } | {
1843
1897
  type: 'conditional';
1844
- steps: Shared_Type_105[];
1845
- predicates: Shared_Auxiliary_1095[];
1898
+ steps: Shared_Type_106[];
1899
+ predicates: Shared_Auxiliary_1097[];
1846
1900
  } | {
1847
1901
  type: 'loop';
1848
- step: Shared_Type_105;
1902
+ step: Shared_Type_106;
1849
1903
  loopType: 'dowhile' | 'dountil';
1850
- predicate: Shared_Auxiliary_1095;
1904
+ predicate: Shared_Auxiliary_1097;
1851
1905
  };
1852
- type Shared_Type_108 = {
1906
+ type Shared_Type_109 = {
1853
1907
  /** Transport type: stdio for local processes, http for remote servers */
1854
1908
  type: 'stdio' | 'http';
1855
1909
  /** Command to run (stdio only) */
@@ -1865,7 +1919,7 @@ type Shared_Type_108 = {
1865
1919
  /** Connection timeout in milliseconds */
1866
1920
  timeout?: number | undefined;
1867
1921
  };
1868
- type Shared_Type_109 = {
1922
+ type Shared_Type_110 = {
1869
1923
  id: string;
1870
1924
  /** MCP client status: draft, published, or archived */
1871
1925
  status: string;
@@ -1882,10 +1936,10 @@ type Shared_Type_109 = {
1882
1936
  description?: string | undefined;
1883
1937
  /** Map of server name to server configuration */
1884
1938
  servers: {
1885
- [key: string]: Shared_Type_108;
1939
+ [key: string]: Shared_Type_109;
1886
1940
  };
1887
1941
  };
1888
- type Shared_Type_110 = {
1942
+ type Shared_Type_111 = {
1889
1943
  type: 'stdio' | 'http';
1890
1944
  command?: string | undefined;
1891
1945
  args?: string[] | undefined;
@@ -1895,7 +1949,7 @@ type Shared_Type_110 = {
1895
1949
  url?: string | undefined;
1896
1950
  timeout?: number | undefined;
1897
1951
  };
1898
- type Shared_Type_111 = {
1952
+ type Shared_Type_112 = {
1899
1953
  /** Unique identifier for the version (UUID) */
1900
1954
  id: string;
1901
1955
  /** ID of the MCP client this version belongs to */
@@ -1907,7 +1961,7 @@ type Shared_Type_111 = {
1907
1961
  /** Description of the MCP client */
1908
1962
  description?: string | undefined;
1909
1963
  servers: {
1910
- [key: string]: Shared_Type_110;
1964
+ [key: string]: Shared_Type_111;
1911
1965
  };
1912
1966
  /** Array of field names that changed from the previous version */
1913
1967
  changedFields?: string[] | undefined;
@@ -1916,7 +1970,7 @@ type Shared_Type_111 = {
1916
1970
  /** When this version was created */
1917
1971
  createdAt: Date;
1918
1972
  };
1919
- type Shared_Type_112 = {
1973
+ type Shared_Type_113 = {
1920
1974
  id: string;
1921
1975
  /** Prompt block status: draft, published, or archived */
1922
1976
  status: string;
@@ -1942,7 +1996,7 @@ type Shared_Type_112 = {
1942
1996
  [key: string]: unknown;
1943
1997
  } | undefined;
1944
1998
  };
1945
- type Shared_Type_113 = {
1999
+ type Shared_Type_114 = {
1946
2000
  /** Unique identifier for the version (UUID) */
1947
2001
  id: string;
1948
2002
  /** ID of the prompt block this version belongs to */
@@ -1968,8 +2022,8 @@ type Shared_Type_113 = {
1968
2022
  /** When this version was created */
1969
2023
  createdAt: Date;
1970
2024
  };
1971
- type Shared_Type_114 = 'llm-judge' | 'answer-relevancy' | 'answer-similarity' | 'bias' | 'context-precision' | 'context-relevance' | 'faithfulness' | 'hallucination' | 'noise-sensitivity' | 'prompt-alignment' | 'tool-call-accuracy' | 'toxicity';
1972
- type Shared_Type_115 = {
2025
+ type Shared_Type_115 = 'llm-judge' | 'answer-relevancy' | 'answer-similarity' | 'bias' | 'context-precision' | 'context-relevance' | 'faithfulness' | 'hallucination' | 'noise-sensitivity' | 'prompt-alignment' | 'tool-call-accuracy' | 'toxicity';
2026
+ type Shared_Type_116 = {
1973
2027
  id: string;
1974
2028
  /** Scorer status: draft, published, or archived */
1975
2029
  status: string;
@@ -1985,7 +2039,7 @@ type Shared_Type_115 = {
1985
2039
  /** Description of the scorer */
1986
2040
  description?: string | undefined;
1987
2041
  /** Scorer type: llm-judge for custom, or a preset type name */
1988
- type: Shared_Type_114;
2042
+ type: Shared_Type_115;
1989
2043
  model?: Shared_Type_11 | undefined;
1990
2044
  /** System instructions for the judge LLM */
1991
2045
  instructions?: string | undefined;
@@ -2003,13 +2057,13 @@ type Shared_Type_115 = {
2003
2057
  rate: number;
2004
2058
  }) | undefined;
2005
2059
  };
2006
- type Shared_Type_116 = {
2060
+ type Shared_Type_117 = {
2007
2061
  /** Minimum score value (default: 0) */
2008
2062
  min?: number | undefined;
2009
2063
  /** Maximum score value (default: 1) */
2010
2064
  max?: number | undefined;
2011
2065
  } | undefined;
2012
- type Shared_Type_117 = {
2066
+ type Shared_Type_118 = {
2013
2067
  /** Unique identifier for the version (UUID) */
2014
2068
  id: string;
2015
2069
  /** ID of the scorer this version belongs to */
@@ -2020,7 +2074,7 @@ type Shared_Type_117 = {
2020
2074
  name: string;
2021
2075
  /** Description of the scorer */
2022
2076
  description?: string | undefined;
2023
- type: Shared_Type_114;
2077
+ type: Shared_Type_115;
2024
2078
  model?: Shared_Type_11 | undefined;
2025
2079
  instructions?: string | undefined;
2026
2080
  scoreRange?: {
@@ -2043,7 +2097,7 @@ type Shared_Type_117 = {
2043
2097
  /** When this version was created */
2044
2098
  createdAt: Date;
2045
2099
  };
2046
- type Shared_Type_118 = {
2100
+ type Shared_Type_119 = {
2047
2101
  id: string;
2048
2102
  /** Workspace status: draft, published, or archived */
2049
2103
  status: string;
@@ -2075,7 +2129,7 @@ type Shared_Type_118 = {
2075
2129
  /** Operation timeout in milliseconds */
2076
2130
  operationTimeout?: number | undefined;
2077
2131
  };
2078
- type Shared_Type_119 = {
2132
+ type Shared_Type_120 = {
2079
2133
  type: 'external';
2080
2134
  /** Package path for external source */
2081
2135
  packagePath: string;
@@ -2088,7 +2142,7 @@ type Shared_Type_119 = {
2088
2142
  /** Mastra path for managed source */
2089
2143
  mastraPath: string;
2090
2144
  };
2091
- type Shared_Type_120 = {
2145
+ type Shared_Type_121 = {
2092
2146
  id: string;
2093
2147
  /** Skill status: draft, published, or archived */
2094
2148
  status: string;
@@ -2112,7 +2166,7 @@ type Shared_Type_120 = {
2112
2166
  /** Compatibility requirements */
2113
2167
  compatibility?: unknown | undefined;
2114
2168
  /** Source location of the skill */
2115
- source?: Shared_Type_119 | undefined;
2169
+ source?: Shared_Type_120 | undefined;
2116
2170
  /** List of reference file paths */
2117
2171
  references?: string[] | undefined;
2118
2172
  /** List of script file paths */
@@ -2120,13 +2174,13 @@ type Shared_Type_120 = {
2120
2174
  /** List of asset file paths */
2121
2175
  assets?: string[] | undefined;
2122
2176
  /** Full file tree structure for the skill */
2123
- files?: Shared_Auxiliary_1236[] | undefined;
2177
+ files?: Shared_Auxiliary_1238[] | undefined;
2124
2178
  /** Additional metadata for the skill */
2125
2179
  metadata?: {
2126
2180
  [key: string]: unknown;
2127
2181
  } | undefined;
2128
2182
  };
2129
- type Shared_Type_121 = {
2183
+ type Shared_Type_122 = {
2130
2184
  id: string;
2131
2185
  name: string;
2132
2186
  description?: (string | undefined) | null;
@@ -2150,7 +2204,7 @@ type Shared_Type_121 = {
2150
2204
  createdAt: Date;
2151
2205
  updatedAt: Date;
2152
2206
  };
2153
- type Shared_Type_122 = {
2207
+ type Shared_Type_123 = {
2154
2208
  /** Name of the tool this mock applies to */
2155
2209
  toolName: string;
2156
2210
  /** Arguments to match against the tool call */
@@ -2162,13 +2216,13 @@ type Shared_Type_122 = {
2162
2216
  /** Argument matching mode. 'strict' (default) deep-equals args; 'ignore' matches on toolName only */
2163
2217
  matchArgs?: ('strict' | 'ignore') | undefined;
2164
2218
  };
2165
- type Shared_Type_123 = {
2219
+ type Shared_Type_124 = {
2166
2220
  /** How this item was created */
2167
2221
  type: 'csv' | 'json' | 'trace' | 'llm' | 'experiment-result' | 'candidate-screener';
2168
2222
  /** Reference identifier (e.g., trace id, csv filename) */
2169
2223
  referenceId?: string | undefined;
2170
2224
  };
2171
- type Shared_Type_124 = {
2225
+ type Shared_Type_125 = {
2172
2226
  id: string;
2173
2227
  datasetId: string;
2174
2228
  datasetVersion: number;
@@ -2177,7 +2231,7 @@ type Shared_Type_124 = {
2177
2231
  groundTruth?: unknown | undefined;
2178
2232
  expectedTrajectory?: unknown | undefined;
2179
2233
  /** Ordered item-level static tool mocks served in place of executing the real tool */
2180
- toolMocks?: Shared_Type_122[] | undefined;
2234
+ toolMocks?: Shared_Type_123[] | undefined;
2181
2235
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
2182
2236
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
2183
2237
  scorerIds?: string[] | undefined;
@@ -2188,11 +2242,11 @@ type Shared_Type_124 = {
2188
2242
  [key: string]: unknown;
2189
2243
  } | undefined;
2190
2244
  /** Source/provenance of this dataset item */
2191
- source?: Shared_Type_123 | undefined;
2245
+ source?: Shared_Type_124 | undefined;
2192
2246
  createdAt: Date;
2193
2247
  updatedAt: Date;
2194
2248
  };
2195
- type Shared_Type_125 = {
2249
+ type Shared_Type_126 = {
2196
2250
  /** Step name to match */
2197
2251
  name: string;
2198
2252
  durationMs?: number | undefined;
@@ -2210,7 +2264,7 @@ type Shared_Type_125 = {
2210
2264
  } | undefined;
2211
2265
  success?: boolean | undefined;
2212
2266
  };
2213
- type Shared_Type_126 = {
2267
+ type Shared_Type_127 = {
2214
2268
  /** Step name to match */
2215
2269
  name: string;
2216
2270
  durationMs?: number | undefined;
@@ -2229,7 +2283,7 @@ type Shared_Type_126 = {
2229
2283
  mcpServer?: string | undefined;
2230
2284
  success?: boolean | undefined;
2231
2285
  };
2232
- type Shared_Type_127 = {
2286
+ type Shared_Type_128 = {
2233
2287
  /** Step name to match */
2234
2288
  name: string;
2235
2289
  durationMs?: number | undefined;
@@ -2244,7 +2298,7 @@ type Shared_Type_127 = {
2244
2298
  completionTokens?: number | undefined;
2245
2299
  finishReason?: string | undefined;
2246
2300
  };
2247
- type Shared_Type_128 = {
2301
+ type Shared_Type_129 = {
2248
2302
  /** Step name to match */
2249
2303
  name: string;
2250
2304
  durationMs?: number | undefined;
@@ -2256,7 +2310,7 @@ type Shared_Type_128 = {
2256
2310
  stepType: 'agent_run';
2257
2311
  agentId?: string | undefined;
2258
2312
  };
2259
- type Shared_Type_129 = {
2313
+ type Shared_Type_130 = {
2260
2314
  /** Step name to match */
2261
2315
  name: string;
2262
2316
  durationMs?: number | undefined;
@@ -2272,7 +2326,7 @@ type Shared_Type_129 = {
2272
2326
  [key: string]: unknown;
2273
2327
  } | undefined;
2274
2328
  };
2275
- type Shared_Type_130 = {
2329
+ type Shared_Type_131 = {
2276
2330
  /** Step name to match */
2277
2331
  name: string;
2278
2332
  durationMs?: number | undefined;
@@ -2285,7 +2339,7 @@ type Shared_Type_130 = {
2285
2339
  workflowId?: string | undefined;
2286
2340
  status?: string | undefined;
2287
2341
  };
2288
- type Shared_Type_131 = {
2342
+ type Shared_Type_132 = {
2289
2343
  /** Step name to match */
2290
2344
  name: string;
2291
2345
  durationMs?: number | undefined;
@@ -2298,7 +2352,7 @@ type Shared_Type_131 = {
2298
2352
  conditionCount?: number | undefined;
2299
2353
  selectedSteps?: string[] | undefined;
2300
2354
  };
2301
- type Shared_Type_132 = {
2355
+ type Shared_Type_133 = {
2302
2356
  /** Step name to match */
2303
2357
  name: string;
2304
2358
  durationMs?: number | undefined;
@@ -2311,7 +2365,7 @@ type Shared_Type_132 = {
2311
2365
  branchCount?: number | undefined;
2312
2366
  parallelSteps?: string[] | undefined;
2313
2367
  };
2314
- type Shared_Type_133 = {
2368
+ type Shared_Type_134 = {
2315
2369
  /** Step name to match */
2316
2370
  name: string;
2317
2371
  durationMs?: number | undefined;
@@ -2324,7 +2378,7 @@ type Shared_Type_133 = {
2324
2378
  loopType?: string | undefined;
2325
2379
  totalIterations?: number | undefined;
2326
2380
  };
2327
- type Shared_Type_134 = {
2381
+ type Shared_Type_135 = {
2328
2382
  /** Step name to match */
2329
2383
  name: string;
2330
2384
  durationMs?: number | undefined;
@@ -2337,7 +2391,7 @@ type Shared_Type_134 = {
2337
2391
  sleepDurationMs?: number | undefined;
2338
2392
  sleepType?: string | undefined;
2339
2393
  };
2340
- type Shared_Type_135 = {
2394
+ type Shared_Type_136 = {
2341
2395
  /** Step name to match */
2342
2396
  name: string;
2343
2397
  durationMs?: number | undefined;
@@ -2350,7 +2404,7 @@ type Shared_Type_135 = {
2350
2404
  eventName?: string | undefined;
2351
2405
  eventReceived?: boolean | undefined;
2352
2406
  };
2353
- type Shared_Type_136 = {
2407
+ type Shared_Type_137 = {
2354
2408
  /** Step name to match */
2355
2409
  name: string;
2356
2410
  durationMs?: number | undefined;
@@ -2362,8 +2416,8 @@ type Shared_Type_136 = {
2362
2416
  stepType: 'processor_run';
2363
2417
  processorId?: string | undefined;
2364
2418
  };
2365
- type Shared_Type_137 = Shared_Type_125 | Shared_Type_126 | Shared_Type_127 | Shared_Type_128 | Shared_Type_129 | Shared_Type_130 | Shared_Type_131 | Shared_Type_132 | Shared_Type_133 | Shared_Type_134 | Shared_Type_135 | Shared_Type_136;
2366
- type Shared_Type_138 = {
2419
+ type Shared_Type_138 = Shared_Type_126 | Shared_Type_127 | Shared_Type_128 | Shared_Type_129 | Shared_Type_130 | Shared_Type_131 | Shared_Type_132 | Shared_Type_133 | Shared_Type_134 | Shared_Type_135 | Shared_Type_136 | Shared_Type_137;
2420
+ type Shared_Type_139 = {
2367
2421
  /** Step name to match */
2368
2422
  name: string;
2369
2423
  durationMs?: number | undefined;
@@ -2374,9 +2428,9 @@ type Shared_Type_138 = {
2374
2428
  children?: unknown | undefined;
2375
2429
  stepType?: undefined | undefined;
2376
2430
  };
2377
- type Shared_Type_139 = {
2431
+ type Shared_Type_140 = {
2378
2432
  /** Expected steps for accuracy checking */
2379
- steps?: (Shared_Type_137 | Shared_Type_138)[] | undefined;
2433
+ steps?: (Shared_Type_138 | Shared_Type_139)[] | undefined;
2380
2434
  /** How to compare step ordering (default: relaxed) */
2381
2435
  ordering?: ('strict' | 'relaxed' | 'unordered') | undefined;
2382
2436
  /** Whether to allow repeated steps (default: true) */
@@ -2396,7 +2450,7 @@ type Shared_Type_139 = {
2396
2450
  /** Maximum retries per tool before penalizing (default: 2) */
2397
2451
  maxRetriesPerTool?: number | undefined;
2398
2452
  };
2399
- type Shared_Type_140 = {
2453
+ type Shared_Type_141 = {
2400
2454
  source?: string | undefined;
2401
2455
  sourceId?: string | undefined;
2402
2456
  sourceVersion?: string | undefined;
@@ -2404,7 +2458,7 @@ type Shared_Type_140 = {
2404
2458
  [key: string]: unknown;
2405
2459
  } | undefined;
2406
2460
  };
2407
- type Shared_Type_141 = {
2461
+ type Shared_Type_142 = {
2408
2462
  id: string;
2409
2463
  datasetId: string | null;
2410
2464
  datasetVersion: number | null;
@@ -2417,7 +2471,7 @@ type Shared_Type_141 = {
2417
2471
  metadata?: {
2418
2472
  [key: string]: unknown;
2419
2473
  } | undefined;
2420
- provenance?: (Shared_Type_140 | null) | undefined;
2474
+ provenance?: (Shared_Type_141 | null) | undefined;
2421
2475
  runnerAttestation?: ({
2422
2476
  runnerId: string;
2423
2477
  invocationId: string;
@@ -2437,7 +2491,7 @@ type Shared_Type_141 = {
2437
2491
  createdAt: Date;
2438
2492
  updatedAt: Date;
2439
2493
  };
2440
- type Shared_Type_142 = {
2494
+ type Shared_Type_143 = {
2441
2495
  served: {
2442
2496
  mockIndex: number;
2443
2497
  toolName: string;
@@ -2458,7 +2512,7 @@ type Shared_Type_142 = {
2458
2512
  args: unknown;
2459
2513
  } | undefined;
2460
2514
  };
2461
- type Shared_Type_143 = {
2515
+ type Shared_Type_144 = {
2462
2516
  id: string;
2463
2517
  experimentId: string;
2464
2518
  itemId: string;
@@ -2484,10 +2538,10 @@ type Shared_Type_143 = {
2484
2538
  tags?: (string[] | null) | undefined;
2485
2539
  comment?: (string | null) | undefined;
2486
2540
  /** Diagnostic receipt for item-level tool mocks */
2487
- toolMockReport?: (Shared_Type_142 | undefined) | null;
2541
+ toolMockReport?: (Shared_Type_143 | undefined) | null;
2488
2542
  createdAt: Date;
2489
2543
  };
2490
- type Shared_Type_144 = {
2544
+ type Shared_Type_145 = {
2491
2545
  id: string;
2492
2546
  status: 'pending' | 'running' | 'suspended' | 'completed' | 'failed' | 'cancelled' | 'timed_out';
2493
2547
  toolName: string;
@@ -2512,7 +2566,7 @@ type Shared_Type_144 = {
2512
2566
  timeoutMs: number;
2513
2567
  suspendPayload?: unknown | undefined;
2514
2568
  };
2515
- type Shared_Type_145 = {
2569
+ type Shared_Type_146 = {
2516
2570
  kind: 'custom';
2517
2571
  provider: string;
2518
2572
  modelId?: string | undefined;
@@ -2520,7 +2574,7 @@ type Shared_Type_145 = {
2520
2574
  provider: string;
2521
2575
  modelId?: string | undefined;
2522
2576
  };
2523
- type Shared_Type_146 = {
2577
+ type Shared_Type_147 = {
2524
2578
  kind: 'custom';
2525
2579
  provider: string;
2526
2580
  modelId: string;
@@ -2528,13 +2582,13 @@ type Shared_Type_146 = {
2528
2582
  provider: string;
2529
2583
  modelId: string;
2530
2584
  };
2531
- type Shared_Type_147 = {
2585
+ type Shared_Type_148 = {
2532
2586
  behavior?: ('deliver' | 'persist' | 'discard') | undefined;
2533
2587
  attributes?: {
2534
2588
  [key: string]: (string | number | boolean | null) | undefined;
2535
2589
  } | undefined;
2536
2590
  };
2537
- type Shared_Type_148 = {
2591
+ type Shared_Type_149 = {
2538
2592
  behavior?: ('wake' | 'persist' | 'discard') | undefined;
2539
2593
  attributes?: {
2540
2594
  [key: string]: (string | number | boolean | null) | undefined;
@@ -2545,7 +2599,7 @@ type Shared_Type_148 = {
2545
2599
  } | undefined;
2546
2600
  } | undefined;
2547
2601
  };
2548
- type Shared_Type_149 = {
2602
+ type Shared_Type_150 = {
2549
2603
  id: string;
2550
2604
  agentId: string;
2551
2605
  workflowId?: undefined | undefined;
@@ -2565,8 +2619,8 @@ type Shared_Type_149 = {
2565
2619
  attributes?: {
2566
2620
  [key: string]: (string | number | boolean | null) | undefined;
2567
2621
  } | undefined;
2568
- ifActive?: Shared_Type_147 | undefined;
2569
- ifIdle?: Shared_Type_148 | undefined;
2622
+ ifActive?: Shared_Type_148 | undefined;
2623
+ ifIdle?: Shared_Type_149 | undefined;
2570
2624
  providerOptions?: {
2571
2625
  [key: string]: unknown;
2572
2626
  } | undefined;
@@ -2576,14 +2630,14 @@ type Shared_Type_149 = {
2576
2630
  createdAt: number;
2577
2631
  updatedAt: number;
2578
2632
  };
2579
- type Shared_Type_150 = {
2633
+ type Shared_Type_151 = {
2580
2634
  status: 'running' | 'success' | 'failed' | 'tripwire' | 'suspended' | 'waiting' | 'pending' | 'canceled' | 'bailed' | 'paused' | 'skipped';
2581
2635
  startedAt?: number | undefined;
2582
2636
  completedAt?: number | undefined;
2583
2637
  durationMs?: number | undefined;
2584
2638
  error?: string | undefined;
2585
2639
  };
2586
- type Shared_Type_151 = {
2640
+ type Shared_Type_152 = {
2587
2641
  id: string;
2588
2642
  workflowId: string;
2589
2643
  agentId?: undefined | undefined;
@@ -2593,7 +2647,7 @@ type Shared_Type_151 = {
2593
2647
  nextFireAt: number;
2594
2648
  lastFireAt?: number | undefined;
2595
2649
  lastRunId?: string | undefined;
2596
- lastRun?: Shared_Type_150 | undefined;
2650
+ lastRun?: Shared_Type_151 | undefined;
2597
2651
  inputData?: unknown | undefined;
2598
2652
  initialState?: unknown | undefined;
2599
2653
  requestContext?: {
@@ -7480,6 +7534,7 @@ export type GetObservabilityFeedback_QueryParams = {
7480
7534
  feedbackSource?: (string | undefined) | undefined;
7481
7535
  source?: (string | undefined) | undefined;
7482
7536
  feedbackUserId?: (string | undefined) | undefined;
7537
+ reviewStatus?: (('needs-review' | 'reviewed') | undefined) | undefined;
7483
7538
  page?: (number | undefined) | undefined;
7484
7539
  perPage?: (number | undefined) | undefined;
7485
7540
  /** Field to order by: 'timestamp' */
@@ -7497,57 +7552,7 @@ export type GetObservabilityFeedback_Response = {
7497
7552
  delta?: Shared_Type_73 | undefined;
7498
7553
  /** Opaque cursor value for incremental polling */
7499
7554
  deltaCursor?: string | undefined;
7500
- feedback: {
7501
- /** Unique id for this feedback event */
7502
- feedbackId?: (string | null) | undefined;
7503
- /** When the feedback was recorded */
7504
- timestamp: Date;
7505
- /** Trace that anchors the feedback target when available */
7506
- traceId?: (string | null) | undefined;
7507
- /** Span ID this feedback applies to */
7508
- spanId?: (string | null) | undefined;
7509
- feedbackSource?: (string | null) | undefined;
7510
- source?: (string | null) | undefined;
7511
- /** Type of feedback (e.g., 'thumbs', 'rating', 'correction') */
7512
- feedbackType: string;
7513
- /** Feedback value (rating number or correction text) */
7514
- value: number | string;
7515
- comment?: (string | null) | undefined;
7516
- feedbackUserId?: (string | null) | undefined;
7517
- entityType?: (Shared_Type_71 | null) | undefined;
7518
- entityId?: (string | null) | undefined;
7519
- entityName?: (string | null) | undefined;
7520
- parentEntityType?: (Shared_Type_71 | null) | undefined;
7521
- parentEntityId?: (string | null) | undefined;
7522
- parentEntityName?: (string | null) | undefined;
7523
- rootEntityType?: (Shared_Type_71 | null) | undefined;
7524
- rootEntityId?: (string | null) | undefined;
7525
- rootEntityName?: (string | null) | undefined;
7526
- userId?: (string | null) | undefined;
7527
- organizationId?: (string | null) | undefined;
7528
- resourceId?: (string | null) | undefined;
7529
- runId?: (string | null) | undefined;
7530
- sessionId?: (string | null) | undefined;
7531
- threadId?: (string | null) | undefined;
7532
- requestId?: (string | null) | undefined;
7533
- environment?: (string | null) | undefined;
7534
- serviceName?: (string | null) | undefined;
7535
- scope?: ({
7536
- [key: string]: unknown;
7537
- } | null) | undefined;
7538
- entityVersionId?: (string | null) | undefined;
7539
- parentEntityVersionId?: (string | null) | undefined;
7540
- rootEntityVersionId?: (string | null) | undefined;
7541
- experimentId?: (string | null) | undefined;
7542
- executionSource?: (string | null) | undefined;
7543
- tags?: (string[] | null) | undefined;
7544
- /** ID of the source record this feedback is linked to (e.g. experiment result ID) */
7545
- sourceId?: (string | null) | undefined;
7546
- /** User-defined metadata */
7547
- metadata?: ({
7548
- [key: string]: unknown;
7549
- } | null) | undefined;
7550
- }[];
7555
+ feedback: Shared_Type_79[];
7551
7556
  };
7552
7557
  export type GetObservabilityFeedback_Request = Simplify<(never extends never ? {} : {
7553
7558
  params: never;
@@ -7617,6 +7622,8 @@ export type PostObservabilityFeedback_Body = {
7617
7622
  metadata?: ({
7618
7623
  [key: string]: unknown;
7619
7624
  } | null) | undefined;
7625
+ /** Feedback review workflow status */
7626
+ reviewStatus?: ('needs-review' | 'reviewed') | undefined;
7620
7627
  };
7621
7628
  };
7622
7629
  export type PostObservabilityFeedback_Response = PostAuthRefresh_Response;
@@ -7639,6 +7646,32 @@ export interface PostObservabilityFeedback_RouteContract {
7639
7646
  response: PostObservabilityFeedback_Response;
7640
7647
  responseType: 'json';
7641
7648
  }
7649
+ export type PatchObservabilityFeedbackFeedbackIdReviewStatus_PathParams = {
7650
+ feedbackId: string;
7651
+ };
7652
+ export type PatchObservabilityFeedbackFeedbackIdReviewStatus_Body = {
7653
+ reviewStatus: 'needs-review' | 'reviewed';
7654
+ };
7655
+ export type PatchObservabilityFeedbackFeedbackIdReviewStatus_Response = Shared_Type_79;
7656
+ export type PatchObservabilityFeedbackFeedbackIdReviewStatus_Request = Simplify<(PatchObservabilityFeedbackFeedbackIdReviewStatus_PathParams extends never ? {} : {
7657
+ params: PatchObservabilityFeedbackFeedbackIdReviewStatus_PathParams;
7658
+ }) & (never extends never ? {} : {} extends never ? {
7659
+ query?: never;
7660
+ } : {
7661
+ query: never;
7662
+ }) & (PatchObservabilityFeedbackFeedbackIdReviewStatus_Body extends never ? {} : {} extends PatchObservabilityFeedbackFeedbackIdReviewStatus_Body ? {
7663
+ body?: PatchObservabilityFeedbackFeedbackIdReviewStatus_Body;
7664
+ } : {
7665
+ body: PatchObservabilityFeedbackFeedbackIdReviewStatus_Body;
7666
+ })>;
7667
+ export interface PatchObservabilityFeedbackFeedbackIdReviewStatus_RouteContract {
7668
+ pathParams: PatchObservabilityFeedbackFeedbackIdReviewStatus_PathParams;
7669
+ queryParams: never;
7670
+ body: PatchObservabilityFeedbackFeedbackIdReviewStatus_Body;
7671
+ request: PatchObservabilityFeedbackFeedbackIdReviewStatus_Request;
7672
+ response: PatchObservabilityFeedbackFeedbackIdReviewStatus_Response;
7673
+ responseType: 'json';
7674
+ }
7642
7675
  export type PostObservabilityFeedbackAggregate_Body = {
7643
7676
  /** Type of feedback (e.g., 'thumbs', 'rating', 'correction') */
7644
7677
  feedbackType: string;
@@ -7647,7 +7680,7 @@ export type PostObservabilityFeedbackAggregate_Body = {
7647
7680
  /** Aggregation function */
7648
7681
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7649
7682
  /** Filters for querying feedback */
7650
- filters?: Shared_Type_79 | undefined;
7683
+ filters?: Shared_Type_80 | undefined;
7651
7684
  /** Comparison period for aggregate queries */
7652
7685
  comparePeriod?: ('previous_period' | 'previous_day' | 'previous_week') | undefined;
7653
7686
  };
@@ -7681,7 +7714,7 @@ export type PostObservabilityFeedbackBreakdown_Body = {
7681
7714
  /** Aggregation function */
7682
7715
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7683
7716
  /** Filters for querying feedback */
7684
- filters?: Shared_Type_79 | undefined;
7717
+ filters?: Shared_Type_80 | undefined;
7685
7718
  };
7686
7719
  export type PostObservabilityFeedbackBreakdown_Response = PostObservabilityScoresBreakdown_Response;
7687
7720
  export type PostObservabilityFeedbackBreakdown_Request = Simplify<(never extends never ? {} : {
@@ -7713,7 +7746,7 @@ export type PostObservabilityFeedbackTimeseries_Body = {
7713
7746
  /** Aggregation function */
7714
7747
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7715
7748
  /** Filters for querying feedback */
7716
- filters?: Shared_Type_79 | undefined;
7749
+ filters?: Shared_Type_80 | undefined;
7717
7750
  /** Fields to group by */
7718
7751
  groupBy?: string[] | undefined;
7719
7752
  };
@@ -7758,7 +7791,7 @@ export type PostObservabilityFeedbackPercentiles_Body = {
7758
7791
  /** Time bucket interval */
7759
7792
  interval: '1m' | '5m' | '15m' | '1h' | '1d';
7760
7793
  /** Filters for querying feedback */
7761
- filters?: Shared_Type_79 | undefined;
7794
+ filters?: Shared_Type_80 | undefined;
7762
7795
  };
7763
7796
  export type PostObservabilityFeedbackPercentiles_Response = PostObservabilityScoresPercentiles_Response;
7764
7797
  export type PostObservabilityFeedbackPercentiles_Request = Simplify<(never extends never ? {} : {
@@ -7786,9 +7819,9 @@ export type PostObservabilityMetricsAggregate_Body = {
7786
7819
  /** Aggregation function */
7787
7820
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7788
7821
  /** Column to apply count_distinct over (required when aggregation is 'count_distinct'). Restricted to allowlisted metric dimensions. */
7789
- distinctColumn?: Shared_Type_80 | undefined;
7822
+ distinctColumn?: Shared_Type_81 | undefined;
7790
7823
  /** Filters for querying metrics */
7791
- filters?: Shared_Type_81 | undefined;
7824
+ filters?: Shared_Type_82 | undefined;
7792
7825
  /** Comparison period for aggregate queries */
7793
7826
  comparePeriod?: ('previous_period' | 'previous_day' | 'previous_week') | undefined;
7794
7827
  };
@@ -7835,9 +7868,9 @@ export type PostObservabilityMetricsBreakdown_Body = {
7835
7868
  /** Aggregation function */
7836
7869
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7837
7870
  /** Column to apply count_distinct over (required when aggregation is 'count_distinct'). Restricted to allowlisted metric dimensions. */
7838
- distinctColumn?: Shared_Type_80 | undefined;
7871
+ distinctColumn?: Shared_Type_81 | undefined;
7839
7872
  /** Filters for querying metrics */
7840
- filters?: Shared_Type_81 | undefined;
7873
+ filters?: Shared_Type_82 | undefined;
7841
7874
  /** Maximum number of groups to return (server-side TopK). Required for high-cardinality groupBy. */
7842
7875
  limit?: number | undefined;
7843
7876
  /** Sort direction for the aggregated value (defaults to 'DESC' at the storage layer; pairs with limit for top/bottom-N). */
@@ -7884,9 +7917,9 @@ export type PostObservabilityMetricsTimeseries_Body = {
7884
7917
  /** Aggregation function */
7885
7918
  aggregation: 'sum' | 'avg' | 'min' | 'max' | 'count' | 'count_distinct' | 'last';
7886
7919
  /** Column to apply count_distinct over (required when aggregation is 'count_distinct'). Restricted to allowlisted metric dimensions. */
7887
- distinctColumn?: Shared_Type_80 | undefined;
7920
+ distinctColumn?: Shared_Type_81 | undefined;
7888
7921
  /** Filters for querying metrics */
7889
- filters?: Shared_Type_81 | undefined;
7922
+ filters?: Shared_Type_82 | undefined;
7890
7923
  /** Fields to group by */
7891
7924
  groupBy?: string[] | undefined;
7892
7925
  };
@@ -7933,7 +7966,7 @@ export type PostObservabilityMetricsPercentiles_Body = {
7933
7966
  /** Time bucket interval */
7934
7967
  interval: '1m' | '5m' | '15m' | '1h' | '1d';
7935
7968
  /** Filters for querying metrics */
7936
- filters?: Shared_Type_81 | undefined;
7969
+ filters?: Shared_Type_82 | undefined;
7937
7970
  };
7938
7971
  export type PostObservabilityMetricsPercentiles_Response = PostObservabilityScoresPercentiles_Response;
7939
7972
  export type PostObservabilityMetricsPercentiles_Request = Simplify<(never extends never ? {} : {
@@ -8537,12 +8570,12 @@ export type PostA2aAgentId_Body = {
8537
8570
  jsonrpc: '2.0';
8538
8571
  id: string | number;
8539
8572
  method: 'message/send';
8540
- params: Shared_Type_92;
8573
+ params: Shared_Type_93;
8541
8574
  } | {
8542
8575
  jsonrpc: '2.0';
8543
8576
  id: string | number;
8544
8577
  method: 'message/stream';
8545
- params: Shared_Type_92;
8578
+ params: Shared_Type_93;
8546
8579
  } | {
8547
8580
  jsonrpc: '2.0';
8548
8581
  id: string | number;
@@ -8599,7 +8632,7 @@ export type PostA2aAgentId_Body = {
8599
8632
  params: {
8600
8633
  /** Task id */
8601
8634
  taskId: string;
8602
- pushNotificationConfig: Shared_Type_90;
8635
+ pushNotificationConfig: Shared_Type_91;
8603
8636
  };
8604
8637
  } | {
8605
8638
  jsonrpc: '2.0';
@@ -9665,7 +9698,7 @@ export type GetMcpServerIdTools_PathParams = {
9665
9698
  serverId: string;
9666
9699
  };
9667
9700
  export type GetMcpServerIdTools_Response = {
9668
- tools: Shared_Type_93[];
9701
+ tools: Shared_Type_94[];
9669
9702
  };
9670
9703
  export type GetMcpServerIdTools_Request = Simplify<(GetMcpServerIdTools_PathParams extends never ? {} : {
9671
9704
  params: GetMcpServerIdTools_PathParams;
@@ -9692,7 +9725,7 @@ export type GetMcpServerIdToolsToolId_PathParams = {
9692
9725
  /** Tool ID */
9693
9726
  toolId: string;
9694
9727
  };
9695
- export type GetMcpServerIdToolsToolId_Response = Shared_Type_93;
9728
+ export type GetMcpServerIdToolsToolId_Response = Shared_Type_94;
9696
9729
  export type GetMcpServerIdToolsToolId_Request = Simplify<(GetMcpServerIdToolsToolId_PathParams extends never ? {} : {
9697
9730
  params: GetMcpServerIdToolsToolId_PathParams;
9698
9731
  }) & (never extends never ? {} : {} extends never ? {
@@ -9983,19 +10016,19 @@ export type PostStoredAgentsStoredAgentIdExport_Body = {
9983
10016
  rules?: Shared_Type_9 | undefined;
9984
10017
  }[]) | undefined;
9985
10018
  /** Tool keys mapped to per-tool config — static or conditional */
9986
- tools?: Shared_Type_94;
10019
+ tools?: Shared_Type_95;
9987
10020
  /** Default options for generate/stream calls — static or conditional */
9988
- defaultOptions?: Shared_Type_95;
10021
+ defaultOptions?: Shared_Type_96;
9989
10022
  /** Workflow keys with optional per-workflow config — static or conditional */
9990
- workflows?: Shared_Type_94;
10023
+ workflows?: Shared_Type_95;
9991
10024
  /** Agent keys with optional per-agent config — static or conditional */
9992
- agents?: Shared_Type_94;
10025
+ agents?: Shared_Type_95;
9993
10026
  /** Map of tool provider IDs to their tool configurations — static or conditional */
9994
- integrationTools?: Shared_Type_96;
10027
+ integrationTools?: Shared_Type_97;
9995
10028
  /** Tool provider connections and per-tool config (provider-agnostic). Coexists with the deprecated `integrationTools` field. */
9996
- toolProviders?: Shared_Type_97;
10029
+ toolProviders?: Shared_Type_98;
9997
10030
  /** Map of stored MCP client IDs to their tool configurations — static or conditional */
9998
- mcpClients?: Shared_Type_96;
10031
+ mcpClients?: Shared_Type_97;
9999
10032
  /** Input processor graph — static or conditional */
10000
10033
  inputProcessors?: (Shared_Type_20 | undefined) | undefined;
10001
10034
  /** Output processor graph — static or conditional */
@@ -10006,14 +10039,14 @@ export type PostStoredAgentsStoredAgentIdExport_Body = {
10006
10039
  rules?: Shared_Type_9 | undefined;
10007
10040
  }[]) | null) | undefined) | undefined;
10008
10041
  /** Scorer keys with optional sampling config — static or conditional */
10009
- scorers?: Shared_Type_98;
10042
+ scorers?: Shared_Type_99;
10010
10043
  /** Skill IDs mapped to per-skill config — static or conditional */
10011
10044
  skills?: ((Shared_Type_29 | {
10012
10045
  value: Shared_Type_29;
10013
10046
  rules?: Shared_Type_9 | undefined;
10014
10047
  }[]) | undefined) | undefined;
10015
10048
  /** Workspace reference (stored ID or inline config) — static or conditional */
10016
- workspace?: Shared_Type_99;
10049
+ workspace?: Shared_Type_100;
10017
10050
  /** Browser configuration — object config, true (apply default), false/null (disable) */
10018
10051
  browser?: ((Shared_Type_41 | boolean | null) | undefined) | undefined;
10019
10052
  /** JSON Schema defining valid request context variables for conditional rule evaluation */
@@ -10067,19 +10100,19 @@ export type PostStoredAgentsStoredAgentIdChangeRequest_Body = {
10067
10100
  rules?: Shared_Type_9 | undefined;
10068
10101
  }[]) | undefined;
10069
10102
  /** Tool keys mapped to per-tool config — static or conditional */
10070
- tools?: Shared_Type_94;
10103
+ tools?: Shared_Type_95;
10071
10104
  /** Default options for generate/stream calls — static or conditional */
10072
- defaultOptions?: Shared_Type_95;
10105
+ defaultOptions?: Shared_Type_96;
10073
10106
  /** Workflow keys with optional per-workflow config — static or conditional */
10074
- workflows?: Shared_Type_94;
10107
+ workflows?: Shared_Type_95;
10075
10108
  /** Agent keys with optional per-agent config — static or conditional */
10076
- agents?: Shared_Type_94;
10109
+ agents?: Shared_Type_95;
10077
10110
  /** Map of tool provider IDs to their tool configurations — static or conditional */
10078
- integrationTools?: Shared_Type_96;
10111
+ integrationTools?: Shared_Type_97;
10079
10112
  /** Tool provider connections and per-tool config (provider-agnostic). Coexists with the deprecated `integrationTools` field. */
10080
- toolProviders?: Shared_Type_97;
10113
+ toolProviders?: Shared_Type_98;
10081
10114
  /** Map of stored MCP client IDs to their tool configurations — static or conditional */
10082
- mcpClients?: Shared_Type_96;
10115
+ mcpClients?: Shared_Type_97;
10083
10116
  /** Input processor graph — static or conditional */
10084
10117
  inputProcessors?: (Shared_Type_20 | undefined) | undefined;
10085
10118
  /** Output processor graph — static or conditional */
@@ -10090,14 +10123,14 @@ export type PostStoredAgentsStoredAgentIdChangeRequest_Body = {
10090
10123
  rules?: Shared_Type_9 | undefined;
10091
10124
  }[]) | null) | undefined) | undefined;
10092
10125
  /** Scorer keys with optional sampling config — static or conditional */
10093
- scorers?: Shared_Type_98;
10126
+ scorers?: Shared_Type_99;
10094
10127
  /** Skill IDs mapped to per-skill config — static or conditional */
10095
10128
  skills?: ((Shared_Type_29 | {
10096
10129
  value: Shared_Type_29;
10097
10130
  rules?: Shared_Type_9 | undefined;
10098
10131
  }[]) | undefined) | undefined;
10099
10132
  /** Workspace reference (stored ID or inline config) — static or conditional */
10100
- workspace?: Shared_Type_99;
10133
+ workspace?: Shared_Type_100;
10101
10134
  /** Browser configuration — object config, true (apply default), false/null (disable) */
10102
10135
  browser?: ((Shared_Type_41 | boolean | null) | undefined) | undefined;
10103
10136
  /** JSON Schema defining valid request context variables for conditional rule evaluation */
@@ -10494,7 +10527,7 @@ export type GetStoredAgentsAgentIdVersions_Response = {
10494
10527
  page: number;
10495
10528
  perPage: number | false;
10496
10529
  hasMore: boolean;
10497
- versions: Shared_Type_100[];
10530
+ versions: Shared_Type_101[];
10498
10531
  };
10499
10532
  export type GetStoredAgentsAgentIdVersions_Request = Simplify<(GetStoredAgentsAgentIdVersions_PathParams extends never ? {} : {
10500
10533
  params: GetStoredAgentsAgentIdVersions_PathParams;
@@ -10640,7 +10673,7 @@ export type GetStoredAgentsAgentIdVersionsCompare_QueryParams = {
10640
10673
  };
10641
10674
  export type GetStoredAgentsAgentIdVersionsCompare_Response = {
10642
10675
  /** List of differences between versions */
10643
- diffs: Shared_Type_101[];
10676
+ diffs: Shared_Type_102[];
10644
10677
  /** The source version */
10645
10678
  fromVersion: {
10646
10679
  /** Unique identifier for the version (UUID) */
@@ -10853,7 +10886,7 @@ export type GetStoredAgentsAgentIdVersionsVersionId_PathParams = {
10853
10886
  /** Unique identifier for the version (UUID) */
10854
10887
  versionId: string;
10855
10888
  };
10856
- export type GetStoredAgentsAgentIdVersionsVersionId_Response = Shared_Type_100;
10889
+ export type GetStoredAgentsAgentIdVersionsVersionId_Response = Shared_Type_101;
10857
10890
  export type GetStoredAgentsAgentIdVersionsVersionId_Request = Simplify<(GetStoredAgentsAgentIdVersionsVersionId_PathParams extends never ? {} : {
10858
10891
  params: GetStoredAgentsAgentIdVersionsVersionId_PathParams;
10859
10892
  }) & (never extends never ? {} : {} extends never ? {
@@ -11085,7 +11118,7 @@ export type GetStoredWorkflows_QueryParams = {
11085
11118
  authorId?: string | undefined;
11086
11119
  };
11087
11120
  export type GetStoredWorkflows_Response = {
11088
- workflows: Shared_Type_102[];
11121
+ workflows: Shared_Type_103[];
11089
11122
  total: number;
11090
11123
  };
11091
11124
  export type GetStoredWorkflows_Request = Simplify<(never extends never ? {} : {
@@ -11129,7 +11162,7 @@ export type PostStoredWorkflows_Body = {
11129
11162
  [key: string]: unknown;
11130
11163
  } | undefined;
11131
11164
  /** Static workflow graph — ordered array of serialized step entries with all refs as ids. */
11132
- graph: Shared_Type_107[];
11165
+ graph: Shared_Type_108[];
11133
11166
  /** Helper workflow definitions this workflow nests. Saved with it as one unit — the whole set is validated together, hydrated in derived dependency order, and rejected together, so a failed save never leaves orphaned helpers behind. Each helper becomes an ordinary dynamic workflow in its own right. */
11134
11167
  dependencies?: {
11135
11168
  /** Workflow id — kebab-case, descriptive */
@@ -11153,7 +11186,7 @@ export type PostStoredWorkflows_Body = {
11153
11186
  [key: string]: unknown;
11154
11187
  } | undefined;
11155
11188
  /** Static workflow graph — ordered array of serialized step entries with all refs as ids. */
11156
- graph: Shared_Type_107[];
11189
+ graph: Shared_Type_108[];
11157
11190
  }[] | undefined;
11158
11191
  };
11159
11192
  export type PostStoredWorkflows_Response = {
@@ -11185,7 +11218,7 @@ export type GetStoredWorkflowsDynamicWorkflowId_PathParams = {
11185
11218
  /** Unique identifier for the dynamic workflow definition */
11186
11219
  dynamicWorkflowId: string;
11187
11220
  };
11188
- export type GetStoredWorkflowsDynamicWorkflowId_Response = Shared_Type_102;
11221
+ export type GetStoredWorkflowsDynamicWorkflowId_Response = Shared_Type_103;
11189
11222
  export type GetStoredWorkflowsDynamicWorkflowId_Request = Simplify<(GetStoredWorkflowsDynamicWorkflowId_PathParams extends never ? {} : {
11190
11223
  params: GetStoredWorkflowsDynamicWorkflowId_PathParams;
11191
11224
  }) & (never extends never ? {} : {} extends never ? {
@@ -11250,7 +11283,7 @@ export type GetStoredMcpClients_Response = {
11250
11283
  page: number;
11251
11284
  perPage: number | false;
11252
11285
  hasMore: boolean;
11253
- mcpClients: Shared_Type_109[];
11286
+ mcpClients: Shared_Type_110[];
11254
11287
  };
11255
11288
  export type GetStoredMcpClients_Request = Simplify<(never extends never ? {} : {
11256
11289
  params: never;
@@ -11276,7 +11309,7 @@ export type GetStoredMcpClientsStoredMCPClientId_PathParams = {
11276
11309
  storedMCPClientId: string;
11277
11310
  };
11278
11311
  export type GetStoredMcpClientsStoredMCPClientId_QueryParams = GetStoredAgentsStoredAgentId_QueryParams;
11279
- export type GetStoredMcpClientsStoredMCPClientId_Response = Shared_Type_109;
11312
+ export type GetStoredMcpClientsStoredMCPClientId_Response = Shared_Type_110;
11280
11313
  export type GetStoredMcpClientsStoredMCPClientId_Request = Simplify<(GetStoredMcpClientsStoredMCPClientId_PathParams extends never ? {} : {
11281
11314
  params: GetStoredMcpClientsStoredMCPClientId_PathParams;
11282
11315
  }) & (GetStoredMcpClientsStoredMCPClientId_QueryParams extends never ? {} : {} extends GetStoredMcpClientsStoredMCPClientId_QueryParams ? {
@@ -11311,7 +11344,7 @@ export type PostStoredMcpClients_Body = {
11311
11344
  description?: string | undefined;
11312
11345
  /** Map of server name to server configuration */
11313
11346
  servers: {
11314
- [key: string]: Shared_Type_108;
11347
+ [key: string]: Shared_Type_109;
11315
11348
  };
11316
11349
  };
11317
11350
  export type PostStoredMcpClients_Response = GetStoredMcpClientsStoredMCPClientId_Response;
@@ -11346,7 +11379,7 @@ export type PatchStoredMcpClientsStoredMCPClientId_Body = {
11346
11379
  description?: (string | undefined) | undefined;
11347
11380
  /** Map of server name to server configuration */
11348
11381
  servers?: {
11349
- [key: string]: Shared_Type_108;
11382
+ [key: string]: Shared_Type_109;
11350
11383
  } | undefined;
11351
11384
  };
11352
11385
  export type PatchStoredMcpClientsStoredMCPClientId_Response = {
@@ -11359,7 +11392,7 @@ export type PatchStoredMcpClientsStoredMCPClientId_Response = {
11359
11392
  } | undefined;
11360
11393
  createdAt: Date;
11361
11394
  updatedAt: Date;
11362
- } | Shared_Type_109;
11395
+ } | Shared_Type_110;
11363
11396
  export type PatchStoredMcpClientsStoredMCPClientId_Request = Simplify<(PatchStoredMcpClientsStoredMCPClientId_PathParams extends never ? {} : {
11364
11397
  params: PatchStoredMcpClientsStoredMCPClientId_PathParams;
11365
11398
  }) & (never extends never ? {} : {} extends never ? {
@@ -11410,7 +11443,7 @@ export type GetStoredMcpClientsMcpClientIdVersions_Response = {
11410
11443
  page: number;
11411
11444
  perPage: number | false;
11412
11445
  hasMore: boolean;
11413
- versions: Shared_Type_111[];
11446
+ versions: Shared_Type_112[];
11414
11447
  };
11415
11448
  export type GetStoredMcpClientsMcpClientIdVersions_Request = Simplify<(GetStoredMcpClientsMcpClientIdVersions_PathParams extends never ? {} : {
11416
11449
  params: GetStoredMcpClientsMcpClientIdVersions_PathParams;
@@ -11442,7 +11475,7 @@ export type PostStoredMcpClientsMcpClientIdVersions_Response = {
11442
11475
  /** Description of the MCP client */
11443
11476
  description?: (string | undefined) | undefined;
11444
11477
  servers?: {
11445
- [key: string]: Shared_Type_110;
11478
+ [key: string]: Shared_Type_111;
11446
11479
  } | undefined;
11447
11480
  /** Array of field names that changed from the previous version */
11448
11481
  changedFields?: (string[] | undefined) | undefined;
@@ -11473,7 +11506,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsCompare_PathParams = GetStored
11473
11506
  export type GetStoredMcpClientsMcpClientIdVersionsCompare_QueryParams = GetStoredAgentsAgentIdVersionsCompare_QueryParams;
11474
11507
  export type GetStoredMcpClientsMcpClientIdVersionsCompare_Response = {
11475
11508
  /** List of differences between versions */
11476
- diffs: Shared_Type_101[];
11509
+ diffs: Shared_Type_102[];
11477
11510
  /** The source version */
11478
11511
  fromVersion: {
11479
11512
  /** Unique identifier for the version (UUID) */
@@ -11487,7 +11520,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsCompare_Response = {
11487
11520
  /** Description of the MCP client */
11488
11521
  description?: string | undefined;
11489
11522
  servers: {
11490
- [key: string]: Shared_Type_110;
11523
+ [key: string]: Shared_Type_111;
11491
11524
  };
11492
11525
  /** Array of field names that changed from the previous version */
11493
11526
  changedFields?: string[] | undefined;
@@ -11509,7 +11542,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsCompare_Response = {
11509
11542
  /** Description of the MCP client */
11510
11543
  description?: string | undefined;
11511
11544
  servers: {
11512
- [key: string]: Shared_Type_110;
11545
+ [key: string]: Shared_Type_111;
11513
11546
  };
11514
11547
  /** Array of field names that changed from the previous version */
11515
11548
  changedFields?: string[] | undefined;
@@ -11544,7 +11577,7 @@ export type GetStoredMcpClientsMcpClientIdVersionsVersionId_PathParams = {
11544
11577
  /** Unique identifier for the version (UUID) */
11545
11578
  versionId: string;
11546
11579
  };
11547
- export type GetStoredMcpClientsMcpClientIdVersionsVersionId_Response = Shared_Type_111;
11580
+ export type GetStoredMcpClientsMcpClientIdVersionsVersionId_Response = Shared_Type_112;
11548
11581
  export type GetStoredMcpClientsMcpClientIdVersionsVersionId_Request = Simplify<(GetStoredMcpClientsMcpClientIdVersionsVersionId_PathParams extends never ? {} : {
11549
11582
  params: GetStoredMcpClientsMcpClientIdVersionsVersionId_PathParams;
11550
11583
  }) & (never extends never ? {} : {} extends never ? {
@@ -11648,7 +11681,7 @@ export type GetStoredPromptBlocks_Response = {
11648
11681
  page: number;
11649
11682
  perPage: number | false;
11650
11683
  hasMore: boolean;
11651
- promptBlocks: Shared_Type_112[];
11684
+ promptBlocks: Shared_Type_113[];
11652
11685
  };
11653
11686
  export type GetStoredPromptBlocks_Request = Simplify<(never extends never ? {} : {
11654
11687
  params: never;
@@ -11674,7 +11707,7 @@ export type GetStoredPromptBlocksStoredPromptBlockId_PathParams = {
11674
11707
  storedPromptBlockId: string;
11675
11708
  };
11676
11709
  export type GetStoredPromptBlocksStoredPromptBlockId_QueryParams = GetStoredAgentsStoredAgentId_QueryParams;
11677
- export type GetStoredPromptBlocksStoredPromptBlockId_Response = Shared_Type_112;
11710
+ export type GetStoredPromptBlocksStoredPromptBlockId_Response = Shared_Type_113;
11678
11711
  export type GetStoredPromptBlocksStoredPromptBlockId_Request = Simplify<(GetStoredPromptBlocksStoredPromptBlockId_PathParams extends never ? {} : {
11679
11712
  params: GetStoredPromptBlocksStoredPromptBlockId_PathParams;
11680
11713
  }) & (GetStoredPromptBlocksStoredPromptBlockId_QueryParams extends never ? {} : {} extends GetStoredPromptBlocksStoredPromptBlockId_QueryParams ? {
@@ -11765,7 +11798,7 @@ export type PatchStoredPromptBlocksStoredPromptBlockId_Response = {
11765
11798
  } | undefined;
11766
11799
  createdAt: Date;
11767
11800
  updatedAt: Date;
11768
- } | Shared_Type_112;
11801
+ } | Shared_Type_113;
11769
11802
  export type PatchStoredPromptBlocksStoredPromptBlockId_Request = Simplify<(PatchStoredPromptBlocksStoredPromptBlockId_PathParams extends never ? {} : {
11770
11803
  params: PatchStoredPromptBlocksStoredPromptBlockId_PathParams;
11771
11804
  }) & (never extends never ? {} : {} extends never ? {
@@ -11816,7 +11849,7 @@ export type GetStoredPromptBlocksPromptBlockIdVersions_Response = {
11816
11849
  page: number;
11817
11850
  perPage: number | false;
11818
11851
  hasMore: boolean;
11819
- versions: Shared_Type_113[];
11852
+ versions: Shared_Type_114[];
11820
11853
  };
11821
11854
  export type GetStoredPromptBlocksPromptBlockIdVersions_Request = Simplify<(GetStoredPromptBlocksPromptBlockIdVersions_PathParams extends never ? {} : {
11822
11855
  params: GetStoredPromptBlocksPromptBlockIdVersions_PathParams;
@@ -11884,7 +11917,7 @@ export type GetStoredPromptBlocksPromptBlockIdVersionsCompare_PathParams = GetSt
11884
11917
  export type GetStoredPromptBlocksPromptBlockIdVersionsCompare_QueryParams = GetStoredAgentsAgentIdVersionsCompare_QueryParams;
11885
11918
  export type GetStoredPromptBlocksPromptBlockIdVersionsCompare_Response = {
11886
11919
  /** List of differences between versions */
11887
- diffs: Shared_Type_101[];
11920
+ diffs: Shared_Type_102[];
11888
11921
  /** The source version */
11889
11922
  fromVersion: {
11890
11923
  /** Unique identifier for the version (UUID) */
@@ -11965,7 +11998,7 @@ export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_PathParams = {
11965
11998
  /** Unique identifier for the version (UUID) */
11966
11999
  versionId: string;
11967
12000
  };
11968
- export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_Response = Shared_Type_113;
12001
+ export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_Response = Shared_Type_114;
11969
12002
  export type GetStoredPromptBlocksPromptBlockIdVersionsVersionId_Request = Simplify<(GetStoredPromptBlocksPromptBlockIdVersionsVersionId_PathParams extends never ? {} : {
11970
12003
  params: GetStoredPromptBlocksPromptBlockIdVersionsVersionId_PathParams;
11971
12004
  }) & (never extends never ? {} : {} extends never ? {
@@ -12069,7 +12102,7 @@ export type GetStoredScorers_Response = {
12069
12102
  page: number;
12070
12103
  perPage: number | false;
12071
12104
  hasMore: boolean;
12072
- scorerDefinitions: Shared_Type_115[];
12105
+ scorerDefinitions: Shared_Type_116[];
12073
12106
  };
12074
12107
  export type GetStoredScorers_Request = Simplify<(never extends never ? {} : {
12075
12108
  params: never;
@@ -12095,7 +12128,7 @@ export type GetStoredScorersStoredScorerId_PathParams = {
12095
12128
  storedScorerId: string;
12096
12129
  };
12097
12130
  export type GetStoredScorersStoredScorerId_QueryParams = GetStoredAgentsStoredAgentId_QueryParams;
12098
- export type GetStoredScorersStoredScorerId_Response = Shared_Type_115;
12131
+ export type GetStoredScorersStoredScorerId_Response = Shared_Type_116;
12099
12132
  export type GetStoredScorersStoredScorerId_Request = Simplify<(GetStoredScorersStoredScorerId_PathParams extends never ? {} : {
12100
12133
  params: GetStoredScorersStoredScorerId_PathParams;
12101
12134
  }) & (GetStoredScorersStoredScorerId_QueryParams extends never ? {} : {} extends GetStoredScorersStoredScorerId_QueryParams ? {
@@ -12129,13 +12162,13 @@ export type PostStoredScorers_Body = {
12129
12162
  /** Description of the scorer */
12130
12163
  description?: string | undefined;
12131
12164
  /** Scorer type: llm-judge for custom, or a preset type name */
12132
- type: Shared_Type_114;
12165
+ type: Shared_Type_115;
12133
12166
  /** Model configuration for LLM judge */
12134
12167
  model?: Shared_Type_11 | undefined;
12135
12168
  /** System instructions for the judge LLM (used when type is llm-judge) */
12136
12169
  instructions?: string | undefined;
12137
12170
  /** Score range configuration (used when type is llm-judge) */
12138
- scoreRange?: Shared_Type_116;
12171
+ scoreRange?: Shared_Type_117;
12139
12172
  /** Serializable config options for preset scorers */
12140
12173
  presetConfig?: {
12141
12174
  [key: string]: unknown;
@@ -12179,13 +12212,13 @@ export type PatchStoredScorersStoredScorerId_Body = {
12179
12212
  /** Description of the scorer */
12180
12213
  description?: (string | undefined) | undefined;
12181
12214
  /** Scorer type: llm-judge for custom, or a preset type name */
12182
- type?: Shared_Type_114 | undefined;
12215
+ type?: Shared_Type_115 | undefined;
12183
12216
  /** Model configuration for LLM judge */
12184
12217
  model?: (Shared_Type_11 | undefined) | undefined;
12185
12218
  /** System instructions for the judge LLM (used when type is llm-judge) */
12186
12219
  instructions?: (string | undefined) | undefined;
12187
12220
  /** Score range configuration (used when type is llm-judge) */
12188
- scoreRange?: Shared_Type_116 | undefined;
12221
+ scoreRange?: Shared_Type_117 | undefined;
12189
12222
  /** Serializable config options for preset scorers */
12190
12223
  presetConfig?: ({
12191
12224
  [key: string]: unknown;
@@ -12208,7 +12241,7 @@ export type PatchStoredScorersStoredScorerId_Response = {
12208
12241
  } | undefined;
12209
12242
  createdAt: Date;
12210
12243
  updatedAt: Date;
12211
- } | Shared_Type_115;
12244
+ } | Shared_Type_116;
12212
12245
  export type PatchStoredScorersStoredScorerId_Request = Simplify<(PatchStoredScorersStoredScorerId_PathParams extends never ? {} : {
12213
12246
  params: PatchStoredScorersStoredScorerId_PathParams;
12214
12247
  }) & (never extends never ? {} : {} extends never ? {
@@ -12259,7 +12292,7 @@ export type GetStoredScorersScorerIdVersions_Response = {
12259
12292
  page: number;
12260
12293
  perPage: number | false;
12261
12294
  hasMore: boolean;
12262
- versions: Shared_Type_117[];
12295
+ versions: Shared_Type_118[];
12263
12296
  };
12264
12297
  export type GetStoredScorersScorerIdVersions_Request = Simplify<(GetStoredScorersScorerIdVersions_PathParams extends never ? {} : {
12265
12298
  params: GetStoredScorersScorerIdVersions_PathParams;
@@ -12290,7 +12323,7 @@ export type PostStoredScorersScorerIdVersions_Response = {
12290
12323
  name?: string | undefined;
12291
12324
  /** Description of the scorer */
12292
12325
  description?: (string | undefined) | undefined;
12293
- type?: Shared_Type_114 | undefined;
12326
+ type?: Shared_Type_115 | undefined;
12294
12327
  model?: (Shared_Type_11 | undefined) | undefined;
12295
12328
  instructions?: (string | undefined) | undefined;
12296
12329
  scoreRange?: ({
@@ -12335,7 +12368,7 @@ export type GetStoredScorersScorerIdVersionsCompare_PathParams = GetStoredScorer
12335
12368
  export type GetStoredScorersScorerIdVersionsCompare_QueryParams = GetStoredAgentsAgentIdVersionsCompare_QueryParams;
12336
12369
  export type GetStoredScorersScorerIdVersionsCompare_Response = {
12337
12370
  /** List of differences between versions */
12338
- diffs: Shared_Type_101[];
12371
+ diffs: Shared_Type_102[];
12339
12372
  /** The source version */
12340
12373
  fromVersion: {
12341
12374
  /** Unique identifier for the version (UUID) */
@@ -12348,7 +12381,7 @@ export type GetStoredScorersScorerIdVersionsCompare_Response = {
12348
12381
  name: string;
12349
12382
  /** Description of the scorer */
12350
12383
  description?: string | undefined;
12351
- type: Shared_Type_114;
12384
+ type: Shared_Type_115;
12352
12385
  model?: Shared_Type_11 | undefined;
12353
12386
  instructions?: string | undefined;
12354
12387
  scoreRange?: {
@@ -12383,7 +12416,7 @@ export type GetStoredScorersScorerIdVersionsCompare_Response = {
12383
12416
  name: string;
12384
12417
  /** Description of the scorer */
12385
12418
  description?: string | undefined;
12386
- type: Shared_Type_114;
12419
+ type: Shared_Type_115;
12387
12420
  model?: Shared_Type_11 | undefined;
12388
12421
  instructions?: string | undefined;
12389
12422
  scoreRange?: {
@@ -12432,7 +12465,7 @@ export type GetStoredScorersScorerIdVersionsVersionId_PathParams = {
12432
12465
  /** Unique identifier for the version (UUID) */
12433
12466
  versionId: string;
12434
12467
  };
12435
- export type GetStoredScorersScorerIdVersionsVersionId_Response = Shared_Type_117;
12468
+ export type GetStoredScorersScorerIdVersionsVersionId_Response = Shared_Type_118;
12436
12469
  export type GetStoredScorersScorerIdVersionsVersionId_Request = Simplify<(GetStoredScorersScorerIdVersionsVersionId_PathParams extends never ? {} : {
12437
12470
  params: GetStoredScorersScorerIdVersionsVersionId_PathParams;
12438
12471
  }) & (never extends never ? {} : {} extends never ? {
@@ -12592,7 +12625,7 @@ export type GetStoredWorkspacesStoredWorkspaceId_PathParams = {
12592
12625
  /** Unique identifier for the stored workspace */
12593
12626
  storedWorkspaceId: string;
12594
12627
  };
12595
- export type GetStoredWorkspacesStoredWorkspaceId_Response = Shared_Type_118;
12628
+ export type GetStoredWorkspacesStoredWorkspaceId_Response = Shared_Type_119;
12596
12629
  export type GetStoredWorkspacesStoredWorkspaceId_Request = Simplify<(GetStoredWorkspacesStoredWorkspaceId_PathParams extends never ? {} : {
12597
12630
  params: GetStoredWorkspacesStoredWorkspaceId_PathParams;
12598
12631
  }) & (never extends never ? {} : {} extends never ? {
@@ -12698,7 +12731,7 @@ export type PatchStoredWorkspacesStoredWorkspaceId_Response = {
12698
12731
  } | undefined;
12699
12732
  createdAt: Date;
12700
12733
  updatedAt: Date;
12701
- } | Shared_Type_118;
12734
+ } | Shared_Type_119;
12702
12735
  export type PatchStoredWorkspacesStoredWorkspaceId_Request = Simplify<(PatchStoredWorkspacesStoredWorkspaceId_PathParams extends never ? {} : {
12703
12736
  params: PatchStoredWorkspacesStoredWorkspaceId_PathParams;
12704
12737
  }) & (never extends never ? {} : {} extends never ? {
@@ -12766,7 +12799,7 @@ export type GetStoredSkills_Response = {
12766
12799
  page: number;
12767
12800
  perPage: number | false;
12768
12801
  hasMore: boolean;
12769
- skills: Shared_Type_120[];
12802
+ skills: Shared_Type_121[];
12770
12803
  };
12771
12804
  export type GetStoredSkills_Request = Simplify<(never extends never ? {} : {
12772
12805
  params: never;
@@ -12791,7 +12824,7 @@ export type GetStoredSkillsStoredSkillId_PathParams = {
12791
12824
  /** Unique identifier for the stored skill */
12792
12825
  storedSkillId: string;
12793
12826
  };
12794
- export type GetStoredSkillsStoredSkillId_Response = Shared_Type_120;
12827
+ export type GetStoredSkillsStoredSkillId_Response = Shared_Type_121;
12795
12828
  export type GetStoredSkillsStoredSkillId_Request = Simplify<(GetStoredSkillsStoredSkillId_PathParams extends never ? {} : {
12796
12829
  params: GetStoredSkillsStoredSkillId_PathParams;
12797
12830
  }) & (never extends never ? {} : {} extends never ? {
@@ -12829,7 +12862,7 @@ export type PostStoredSkills_Body = {
12829
12862
  /** Compatibility requirements */
12830
12863
  compatibility?: unknown | undefined;
12831
12864
  /** Source location of the skill */
12832
- source?: Shared_Type_119 | undefined;
12865
+ source?: Shared_Type_120 | undefined;
12833
12866
  /** List of reference file paths */
12834
12867
  references?: string[] | undefined;
12835
12868
  /** List of script file paths */
@@ -12837,7 +12870,7 @@ export type PostStoredSkills_Body = {
12837
12870
  /** List of asset file paths */
12838
12871
  assets?: string[] | undefined;
12839
12872
  /** Full file tree structure for the skill */
12840
- files?: Shared_Auxiliary_1236[] | undefined;
12873
+ files?: Shared_Auxiliary_1238[] | undefined;
12841
12874
  /** Additional metadata for the skill */
12842
12875
  metadata?: {
12843
12876
  [key: string]: unknown;
@@ -12879,7 +12912,7 @@ export type PatchStoredSkillsStoredSkillId_Body = {
12879
12912
  /** Compatibility requirements */
12880
12913
  compatibility?: (unknown | undefined) | undefined;
12881
12914
  /** Source location of the skill */
12882
- source?: (Shared_Type_119 | undefined) | undefined;
12915
+ source?: (Shared_Type_120 | undefined) | undefined;
12883
12916
  /** List of reference file paths */
12884
12917
  references?: (string[] | undefined) | undefined;
12885
12918
  /** List of script file paths */
@@ -12887,7 +12920,7 @@ export type PatchStoredSkillsStoredSkillId_Body = {
12887
12920
  /** List of asset file paths */
12888
12921
  assets?: (string[] | undefined) | undefined;
12889
12922
  /** Full file tree structure for the skill */
12890
- files?: (Shared_Auxiliary_1236[] | undefined) | undefined;
12923
+ files?: (Shared_Auxiliary_1238[] | undefined) | undefined;
12891
12924
  /** Additional metadata for the skill */
12892
12925
  metadata?: ({
12893
12926
  [key: string]: unknown;
@@ -12901,7 +12934,7 @@ export type PatchStoredSkillsStoredSkillId_Response = {
12901
12934
  visibility?: ('private' | 'public') | undefined;
12902
12935
  createdAt: Date;
12903
12936
  updatedAt: Date;
12904
- } | Shared_Type_120;
12937
+ } | Shared_Type_121;
12905
12938
  export type PatchStoredSkillsStoredSkillId_Request = Simplify<(PatchStoredSkillsStoredSkillId_PathParams extends never ? {} : {
12906
12939
  params: PatchStoredSkillsStoredSkillId_PathParams;
12907
12940
  }) & (never extends never ? {} : {} extends never ? {
@@ -13612,7 +13645,7 @@ export interface GetSystemApiSchema_RouteContract {
13612
13645
  }
13613
13646
  export type GetDatasets_QueryParams = GetScoresRunRunId_QueryParams;
13614
13647
  export type GetDatasets_Response = {
13615
- datasets: Shared_Type_121[];
13648
+ datasets: Shared_Type_122[];
13616
13649
  pagination: {
13617
13650
  total: number;
13618
13651
  page: number;
@@ -13667,7 +13700,7 @@ export type PostDatasets_Body = {
13667
13700
  /** IDs of scorers attached to this dataset */
13668
13701
  scorerIds?: string[] | undefined;
13669
13702
  };
13670
- export type PostDatasets_Response = Shared_Type_121;
13703
+ export type PostDatasets_Response = Shared_Type_122;
13671
13704
  export type PostDatasets_Request = Simplify<(never extends never ? {} : {
13672
13705
  params: never;
13673
13706
  }) & (never extends never ? {} : {} extends never ? {
@@ -13697,7 +13730,7 @@ export type GetDatasetsDatasetId_QueryParams = {
13697
13730
  /** Restrict lookup to the given project */
13698
13731
  projectId?: string | undefined;
13699
13732
  };
13700
- export type GetDatasetsDatasetId_Response = Shared_Type_121 | null;
13733
+ export type GetDatasetsDatasetId_Response = Shared_Type_122 | null;
13701
13734
  export type GetDatasetsDatasetId_Request = Simplify<(GetDatasetsDatasetId_PathParams extends never ? {} : {
13702
13735
  params: GetDatasetsDatasetId_PathParams;
13703
13736
  }) & (GetDatasetsDatasetId_QueryParams extends never ? {} : {} extends GetDatasetsDatasetId_QueryParams ? {
@@ -13799,7 +13832,7 @@ export type GetDatasetsDatasetIdItems_QueryParams = {
13799
13832
  search?: string | undefined;
13800
13833
  };
13801
13834
  export type GetDatasetsDatasetIdItems_Response = {
13802
- items: Shared_Type_124[];
13835
+ items: Shared_Type_125[];
13803
13836
  pagination: {
13804
13837
  total: number;
13805
13838
  page: number;
@@ -13835,9 +13868,9 @@ export type PostDatasetsDatasetIdItems_Body = {
13835
13868
  /** Expected output for comparison */
13836
13869
  groundTruth?: unknown | undefined;
13837
13870
  /** Expected trajectory configuration for trajectory scoring */
13838
- expectedTrajectory?: (Shared_Type_139 | undefined) | null;
13871
+ expectedTrajectory?: (Shared_Type_140 | undefined) | null;
13839
13872
  /** Ordered item-level static tool mocks served in place of executing the real tool */
13840
- toolMocks?: Shared_Type_122[] | undefined;
13873
+ toolMocks?: Shared_Type_123[] | undefined;
13841
13874
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
13842
13875
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
13843
13876
  /** IDs of scorers selected for this item */
@@ -13851,9 +13884,9 @@ export type PostDatasetsDatasetIdItems_Body = {
13851
13884
  [key: string]: unknown;
13852
13885
  } | undefined;
13853
13886
  /** Source/provenance of this dataset item */
13854
- source?: Shared_Type_123 | undefined;
13887
+ source?: Shared_Type_124 | undefined;
13855
13888
  };
13856
- export type PostDatasetsDatasetIdItems_Response = Shared_Type_124;
13889
+ export type PostDatasetsDatasetIdItems_Response = Shared_Type_125;
13857
13890
  export type PostDatasetsDatasetIdItems_Request = Simplify<(PostDatasetsDatasetIdItems_PathParams extends never ? {} : {
13858
13891
  params: PostDatasetsDatasetIdItems_PathParams;
13859
13892
  }) & (never extends never ? {} : {} extends never ? {
@@ -13880,9 +13913,9 @@ export type PostDatasetsDatasetIdItemsBatch_Body = {
13880
13913
  input: unknown;
13881
13914
  groundTruth?: unknown | undefined;
13882
13915
  /** Expected trajectory configuration for trajectory scoring */
13883
- expectedTrajectory?: (Shared_Type_139 | undefined) | null;
13916
+ expectedTrajectory?: (Shared_Type_140 | undefined) | null;
13884
13917
  /** Ordered item-level static tool mocks served in place of executing the real tool */
13885
- toolMocks?: Shared_Type_122[] | undefined;
13918
+ toolMocks?: Shared_Type_123[] | undefined;
13886
13919
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
13887
13920
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
13888
13921
  scorerIds?: string[] | undefined;
@@ -13893,11 +13926,11 @@ export type PostDatasetsDatasetIdItemsBatch_Body = {
13893
13926
  [key: string]: unknown;
13894
13927
  } | undefined;
13895
13928
  /** Source/provenance of this dataset item */
13896
- source?: Shared_Type_123 | undefined;
13929
+ source?: Shared_Type_124 | undefined;
13897
13930
  }[];
13898
13931
  };
13899
13932
  export type PostDatasetsDatasetIdItemsBatch_Response = {
13900
- items: Shared_Type_124[];
13933
+ items: Shared_Type_125[];
13901
13934
  count: number;
13902
13935
  };
13903
13936
  export type PostDatasetsDatasetIdItemsBatch_Request = Simplify<(PostDatasetsDatasetIdItemsBatch_PathParams extends never ? {} : {
@@ -13952,7 +13985,7 @@ export type GetDatasetsDatasetIdItemsItemId_PathParams = {
13952
13985
  /** Unique identifier for the dataset item */
13953
13986
  itemId: string;
13954
13987
  };
13955
- export type GetDatasetsDatasetIdItemsItemId_Response = Shared_Type_124 | null;
13988
+ export type GetDatasetsDatasetIdItemsItemId_Response = Shared_Type_125 | null;
13956
13989
  export type GetDatasetsDatasetIdItemsItemId_Request = Simplify<(GetDatasetsDatasetIdItemsItemId_PathParams extends never ? {} : {
13957
13990
  params: GetDatasetsDatasetIdItemsItemId_PathParams;
13958
13991
  }) & (never extends never ? {} : {} extends never ? {
@@ -13979,9 +14012,9 @@ export type PatchDatasetsDatasetIdItemsItemId_Body = {
13979
14012
  /** Expected output for comparison */
13980
14013
  groundTruth?: unknown | undefined;
13981
14014
  /** Expected trajectory configuration for trajectory scoring */
13982
- expectedTrajectory?: (Shared_Type_139 | undefined) | null;
14015
+ expectedTrajectory?: (Shared_Type_140 | undefined) | null;
13983
14016
  /** Ordered item-level static tool mocks served in place of executing the real tool */
13984
- toolMocks?: Shared_Type_122[] | undefined;
14017
+ toolMocks?: Shared_Type_123[] | undefined;
13985
14018
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
13986
14019
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
13987
14020
  /** IDs of scorers selected for this item */
@@ -13995,7 +14028,7 @@ export type PatchDatasetsDatasetIdItemsItemId_Body = {
13995
14028
  [key: string]: unknown;
13996
14029
  } | undefined;
13997
14030
  /** Source/provenance of this dataset item */
13998
- source?: Shared_Type_123 | undefined;
14031
+ source?: Shared_Type_124 | undefined;
13999
14032
  };
14000
14033
  export type PatchDatasetsDatasetIdItemsItemId_Response = PostDatasetsDatasetIdItems_Response;
14001
14034
  export type PatchDatasetsDatasetIdItemsItemId_Request = Simplify<(PatchDatasetsDatasetIdItemsItemId_PathParams extends never ? {} : {
@@ -14083,7 +14116,7 @@ export type GetDatasetsDatasetIdItemsItemIdHistory_Response = {
14083
14116
  groundTruth?: unknown | undefined;
14084
14117
  expectedTrajectory?: unknown | undefined;
14085
14118
  /** Ordered item-level static tool mocks served in place of executing the real tool */
14086
- toolMocks?: Shared_Type_122[] | undefined;
14119
+ toolMocks?: Shared_Type_123[] | undefined;
14087
14120
  /** Policy for undeclared tool calls. 'allow' runs them live; 'deny' fails the experiment item */
14088
14121
  unmockedToolPolicy?: ('allow' | 'deny') | undefined;
14089
14122
  scorerIds?: string[] | undefined;
@@ -14152,7 +14185,7 @@ export type GetExperiments_QueryParams = {
14152
14185
  trialIndex?: number | undefined;
14153
14186
  };
14154
14187
  export type GetExperiments_Response = {
14155
- experiments: Shared_Type_141[];
14188
+ experiments: Shared_Type_142[];
14156
14189
  pagination: {
14157
14190
  total: number;
14158
14191
  page: number;
@@ -14311,7 +14344,7 @@ export type PostDatasetsDatasetIdExperiments_Response = {
14311
14344
  completedAt: Date;
14312
14345
  retryCount: number;
14313
14346
  /** Diagnostic receipt for item-level tool mocks */
14314
- toolMockReport?: (Shared_Type_142 | undefined) | null;
14347
+ toolMockReport?: (Shared_Type_143 | undefined) | null;
14315
14348
  scores: {
14316
14349
  scorerId: string;
14317
14350
  scorerName: string;
@@ -14357,7 +14390,7 @@ export type PostDatasetsDatasetIdExperimentsExperimentIdItemsItemIdRun_Body = {
14357
14390
  } | undefined;
14358
14391
  };
14359
14392
  export type PostDatasetsDatasetIdExperimentsExperimentIdItemsItemIdRun_Response = {
14360
- result: Shared_Type_143;
14393
+ result: Shared_Type_144;
14361
14394
  scores: {
14362
14395
  scorerId: string;
14363
14396
  scorerName: string;
@@ -14426,7 +14459,7 @@ export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Body = {
14426
14459
  } | undefined;
14427
14460
  }[] | undefined;
14428
14461
  };
14429
- export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Response = Shared_Type_143;
14462
+ export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Response = Shared_Type_144;
14430
14463
  export type PostDatasetsDatasetIdExperimentsExperimentIdResults_Request = Simplify<(PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams extends never ? {} : {
14431
14464
  params: PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14432
14465
  }) & (never extends never ? {} : {} extends never ? {
@@ -14447,7 +14480,7 @@ export interface PostDatasetsDatasetIdExperimentsExperimentIdResults_RouteContra
14447
14480
  responseType: 'json';
14448
14481
  }
14449
14482
  export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_PathParams = PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14450
- export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_Response = Shared_Type_141;
14483
+ export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_Response = Shared_Type_142;
14451
14484
  export type PostDatasetsDatasetIdExperimentsExperimentIdFinalize_Request = Simplify<(PostDatasetsDatasetIdExperimentsExperimentIdFinalize_PathParams extends never ? {} : {
14452
14485
  params: PostDatasetsDatasetIdExperimentsExperimentIdFinalize_PathParams;
14453
14486
  }) & (never extends never ? {} : {} extends never ? {
@@ -14468,7 +14501,7 @@ export interface PostDatasetsDatasetIdExperimentsExperimentIdFinalize_RouteContr
14468
14501
  responseType: 'json';
14469
14502
  }
14470
14503
  export type GetDatasetsDatasetIdExperimentsExperimentId_PathParams = PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14471
- export type GetDatasetsDatasetIdExperimentsExperimentId_Response = Shared_Type_141 | null;
14504
+ export type GetDatasetsDatasetIdExperimentsExperimentId_Response = Shared_Type_142 | null;
14472
14505
  export type GetDatasetsDatasetIdExperimentsExperimentId_Request = Simplify<(GetDatasetsDatasetIdExperimentsExperimentId_PathParams extends never ? {} : {
14473
14506
  params: GetDatasetsDatasetIdExperimentsExperimentId_PathParams;
14474
14507
  }) & (never extends never ? {} : {} extends never ? {
@@ -14491,7 +14524,7 @@ export interface GetDatasetsDatasetIdExperimentsExperimentId_RouteContract {
14491
14524
  export type GetDatasetsDatasetIdExperimentsExperimentIdResults_PathParams = PostDatasetsDatasetIdExperimentsExperimentIdResults_PathParams;
14492
14525
  export type GetDatasetsDatasetIdExperimentsExperimentIdResults_QueryParams = GetScoresRunRunId_QueryParams;
14493
14526
  export type GetDatasetsDatasetIdExperimentsExperimentIdResults_Response = {
14494
- results: Shared_Type_143[];
14527
+ results: Shared_Type_144[];
14495
14528
  pagination: {
14496
14529
  total: number;
14497
14530
  page: number;
@@ -14734,7 +14767,7 @@ export type GetBackgroundTasks_QueryParams = {
14734
14767
  perPage?: number | undefined;
14735
14768
  };
14736
14769
  export type GetBackgroundTasks_Response = {
14737
- tasks: Shared_Type_144[];
14770
+ tasks: Shared_Type_145[];
14738
14771
  total: number;
14739
14772
  };
14740
14773
  export type GetBackgroundTasks_Request = Simplify<(never extends never ? {} : {
@@ -14759,7 +14792,7 @@ export interface GetBackgroundTasks_RouteContract {
14759
14792
  export type GetBackgroundTasksBackgroundTaskId_PathParams = {
14760
14793
  backgroundTaskId: string;
14761
14794
  };
14762
- export type GetBackgroundTasksBackgroundTaskId_Response = Shared_Type_144;
14795
+ export type GetBackgroundTasksBackgroundTaskId_Response = Shared_Type_145;
14763
14796
  export type GetBackgroundTasksBackgroundTaskId_Request = Simplify<(GetBackgroundTasksBackgroundTaskId_PathParams extends never ? {} : {
14764
14797
  params: GetBackgroundTasksBackgroundTaskId_PathParams;
14765
14798
  }) & (never extends never ? {} : {} extends never ? {
@@ -14799,8 +14832,8 @@ export type GetEditorBuilderSettings_Response = {
14799
14832
  configuration?: {
14800
14833
  agent?: {
14801
14834
  models?: {
14802
- allowed?: Shared_Type_145[] | undefined;
14803
- default?: Shared_Type_146 | undefined;
14835
+ allowed?: Shared_Type_146[] | undefined;
14836
+ default?: Shared_Type_147 | undefined;
14804
14837
  } | undefined;
14805
14838
  tools?: {
14806
14839
  allowed?: string[] | undefined;
@@ -14817,8 +14850,8 @@ export type GetEditorBuilderSettings_Response = {
14817
14850
  modelPolicy?: {
14818
14851
  active: boolean;
14819
14852
  pickerVisible?: boolean | undefined;
14820
- allowed?: Shared_Type_145[] | undefined;
14821
- default?: Shared_Type_146 | undefined;
14853
+ allowed?: Shared_Type_146[] | undefined;
14854
+ default?: Shared_Type_147 | undefined;
14822
14855
  } | undefined;
14823
14856
  picker?: {
14824
14857
  visibleTools: string[] | null;
@@ -15452,7 +15485,7 @@ export type GetSchedules_QueryParams = {
15452
15485
  name?: string | undefined;
15453
15486
  };
15454
15487
  export type GetSchedules_Response = {
15455
- schedules: (Shared_Type_149 | Shared_Type_151)[];
15488
+ schedules: (Shared_Type_150 | Shared_Type_152)[];
15456
15489
  };
15457
15490
  export type GetSchedules_Request = Simplify<(never extends never ? {} : {
15458
15491
  params: never;
@@ -15476,7 +15509,7 @@ export interface GetSchedules_RouteContract {
15476
15509
  export type GetSchedulesScheduleId_PathParams = {
15477
15510
  scheduleId: string;
15478
15511
  };
15479
- export type GetSchedulesScheduleId_Response = Shared_Type_149 | Shared_Type_151;
15512
+ export type GetSchedulesScheduleId_Response = Shared_Type_150 | Shared_Type_152;
15480
15513
  export type GetSchedulesScheduleId_Request = Simplify<(GetSchedulesScheduleId_PathParams extends never ? {} : {
15481
15514
  params: GetSchedulesScheduleId_PathParams;
15482
15515
  }) & (never extends never ? {} : {} extends never ? {
@@ -15510,8 +15543,8 @@ export type PostSchedules_Body = {
15510
15543
  attributes?: {
15511
15544
  [key: string]: (string | number | boolean | null) | undefined;
15512
15545
  } | undefined;
15513
- ifActive?: Shared_Type_147 | undefined;
15514
- ifIdle?: Shared_Type_148 | undefined;
15546
+ ifActive?: Shared_Type_148 | undefined;
15547
+ ifIdle?: Shared_Type_149 | undefined;
15515
15548
  providerOptions?: {
15516
15549
  [key: string]: unknown;
15517
15550
  } | undefined;
@@ -15567,8 +15600,8 @@ export type PatchSchedulesScheduleId_Body = {
15567
15600
  attributes?: {
15568
15601
  [key: string]: (string | number | boolean | null) | undefined;
15569
15602
  } | undefined;
15570
- ifActive?: Shared_Type_147 | undefined;
15571
- ifIdle?: Shared_Type_148 | undefined;
15603
+ ifActive?: Shared_Type_148 | undefined;
15604
+ ifIdle?: Shared_Type_149 | undefined;
15572
15605
  providerOptions?: {
15573
15606
  [key: string]: unknown;
15574
15607
  } | undefined;
@@ -15639,7 +15672,7 @@ export type GetSchedulesScheduleIdTriggers_Response = {
15639
15672
  metadata?: {
15640
15673
  [key: string]: unknown;
15641
15674
  } | undefined;
15642
- run?: Shared_Type_150 | undefined;
15675
+ run?: Shared_Type_151 | undefined;
15643
15676
  }[];
15644
15677
  };
15645
15678
  export type GetSchedulesScheduleIdTriggers_Request = Simplify<(GetSchedulesScheduleIdTriggers_PathParams extends never ? {} : {
@@ -17039,6 +17072,7 @@ export interface RouteTypes {
17039
17072
  'POST /observability/scores/percentiles': PostObservabilityScoresPercentiles_RouteContract;
17040
17073
  'GET /observability/feedback': GetObservabilityFeedback_RouteContract;
17041
17074
  'POST /observability/feedback': PostObservabilityFeedback_RouteContract;
17075
+ 'PATCH /observability/feedback/:feedbackId/review-status': PatchObservabilityFeedbackFeedbackIdReviewStatus_RouteContract;
17042
17076
  'POST /observability/feedback/aggregate': PostObservabilityFeedbackAggregate_RouteContract;
17043
17077
  'POST /observability/feedback/breakdown': PostObservabilityFeedbackBreakdown_RouteContract;
17044
17078
  'POST /observability/feedback/timeseries': PostObservabilityFeedbackTimeseries_RouteContract;
@@ -17871,6 +17905,9 @@ export interface Client {
17871
17905
  GET: GetObservabilityFeedback_RouteContract;
17872
17906
  POST: PostObservabilityFeedback_RouteContract;
17873
17907
  };
17908
+ '/observability/feedback/:feedbackId/review-status': {
17909
+ PATCH: PatchObservabilityFeedbackFeedbackIdReviewStatus_RouteContract;
17910
+ };
17874
17911
  '/observability/feedback/aggregate': {
17875
17912
  POST: PostObservabilityFeedbackAggregate_RouteContract;
17876
17913
  };