opik 1.9.14 → 1.9.15

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.
package/dist/index.d.cts CHANGED
@@ -1178,9 +1178,9 @@ interface SpanSearchStreamRequestPublic {
1178
1178
  lastRetrievedId?: string;
1179
1179
  /** Truncate image included in either input, output or metadata */
1180
1180
  truncate?: boolean;
1181
- /** Filter spans created from this time (ISO-8601 format). Must be provided together with 'to_time'. */
1181
+ /** Filter spans created from this time (ISO-8601 format). */
1182
1182
  fromTime?: Date;
1183
- /** Filter spans created up to this time (ISO-8601 format). Must be provided together with 'from_time' and must be after 'from_time'. */
1183
+ /** Filter spans created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
1184
1184
  toTime?: Date;
1185
1185
  }
1186
1186
 
@@ -1563,9 +1563,9 @@ interface TraceThreadSearchStreamRequest {
1563
1563
  truncate?: boolean;
1564
1564
  /** If true, returns attachment references like [file.png]; if false, downloads and reinjects stripped attachments */
1565
1565
  stripAttachments?: boolean;
1566
- /** Filter trace threads created from this time (ISO-8601 format). Must be provided together with 'to_time'. */
1566
+ /** Filter trace threads created from this time (ISO-8601 format). */
1567
1567
  fromTime?: Date;
1568
- /** Filter trace threads created up to this time (ISO-8601 format). Must be provided together with 'from_time' and must be after 'from_time'. */
1568
+ /** Filter trace threads created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
1569
1569
  toTime?: Date;
1570
1570
  }
1571
1571
 
@@ -1584,9 +1584,9 @@ interface TraceSearchStreamRequestPublic {
1584
1584
  truncate?: boolean;
1585
1585
  /** If true, returns attachment references like [file.png]; if false, downloads and reinjects stripped attachments */
1586
1586
  stripAttachments?: boolean;
1587
- /** Filter traces created from this time (ISO-8601 format). Must be provided together with 'to_time'. */
1587
+ /** Filter traces created from this time (ISO-8601 format). */
1588
1588
  fromTime?: Date;
1589
- /** Filter traces created up to this time (ISO-8601 format). Must be provided together with 'from_time' and must be after 'from_time'. */
1589
+ /** Filter traces created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
1590
1590
  toTime?: Date;
1591
1591
  }
1592
1592
 
package/dist/index.d.ts CHANGED
@@ -1178,9 +1178,9 @@ interface SpanSearchStreamRequestPublic {
1178
1178
  lastRetrievedId?: string;
1179
1179
  /** Truncate image included in either input, output or metadata */
1180
1180
  truncate?: boolean;
1181
- /** Filter spans created from this time (ISO-8601 format). Must be provided together with 'to_time'. */
1181
+ /** Filter spans created from this time (ISO-8601 format). */
1182
1182
  fromTime?: Date;
1183
- /** Filter spans created up to this time (ISO-8601 format). Must be provided together with 'from_time' and must be after 'from_time'. */
1183
+ /** Filter spans created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
1184
1184
  toTime?: Date;
1185
1185
  }
1186
1186
 
@@ -1563,9 +1563,9 @@ interface TraceThreadSearchStreamRequest {
1563
1563
  truncate?: boolean;
1564
1564
  /** If true, returns attachment references like [file.png]; if false, downloads and reinjects stripped attachments */
1565
1565
  stripAttachments?: boolean;
1566
- /** Filter trace threads created from this time (ISO-8601 format). Must be provided together with 'to_time'. */
1566
+ /** Filter trace threads created from this time (ISO-8601 format). */
1567
1567
  fromTime?: Date;
1568
- /** Filter trace threads created up to this time (ISO-8601 format). Must be provided together with 'from_time' and must be after 'from_time'. */
1568
+ /** Filter trace threads created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
1569
1569
  toTime?: Date;
1570
1570
  }
1571
1571
 
@@ -1584,9 +1584,9 @@ interface TraceSearchStreamRequestPublic {
1584
1584
  truncate?: boolean;
1585
1585
  /** If true, returns attachment references like [file.png]; if false, downloads and reinjects stripped attachments */
1586
1586
  stripAttachments?: boolean;
1587
- /** Filter traces created from this time (ISO-8601 format). Must be provided together with 'to_time'. */
1587
+ /** Filter traces created from this time (ISO-8601 format). */
1588
1588
  fromTime?: Date;
1589
- /** Filter traces created up to this time (ISO-8601 format). Must be provided together with 'from_time' and must be after 'from_time'. */
1589
+ /** Filter traces created up to this time (ISO-8601 format). If not provided, defaults to current time. Must be after 'from_time'. */
1590
1590
  toTime?: Date;
1591
1591
  }
1592
1592
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opik",
3
3
  "description": "Opik TypeScript and JavaScript SDK",
4
- "version": "1.9.14",
4
+ "version": "1.9.15",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/comet-ml/opik.git",