@bitfab/sdk 0.47.0 → 0.48.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.
@@ -94,7 +94,7 @@ function encodeRequestBody(body) {
94
94
  }
95
95
 
96
96
  // src/version.generated.ts
97
- var __version__ = "0.47.0";
97
+ var __version__ = "0.48.0";
98
98
  var __packageName__ = "@bitfab/sdk";
99
99
 
100
100
  // src/errors.ts
@@ -1678,7 +1678,7 @@ var HttpClient = class {
1678
1678
  * Start a replay session by fetching historical traces.
1679
1679
  * Blocking call - creates a test run and returns lightweight item references.
1680
1680
  */
1681
- async startReplay(traceFunctionKey, limit, traceIds, name, codeChangeDescription, codeChangeFiles, includeDbBranchLease, experimentGroupId, datasetId, graderIds, dbBranchSettings, attempts, includeOriginalMetadata) {
1681
+ async startReplay(traceFunctionKey, limit, traceIds, name, codeChangeDescription, codeChangeFiles, includeDbBranchLease, experimentGroupId, datasetId, graderIds, dbBranchSettings, attempts, includeOriginalMetadata, onlyWithAssertions) {
1682
1682
  const payload = { traceFunctionKey };
1683
1683
  if (limit !== void 0) {
1684
1684
  payload.limit = limit;
@@ -1717,6 +1717,9 @@ var HttpClient = class {
1717
1717
  if (includeOriginalMetadata) {
1718
1718
  payload.includeOriginalMetadata = true;
1719
1719
  }
1720
+ if (onlyWithAssertions) {
1721
+ payload.onlyWithAssertions = true;
1722
+ }
1720
1723
  const timeout = includeDbBranchLease ? REPLAY_DB_BRANCH_REQUEST_TIMEOUT_MS : 3e4;
1721
1724
  return this.request("/api/sdk/replay/start", payload, {
1722
1725
  timeout
@@ -1872,4 +1875,4 @@ export {
1872
1875
  parseRetryAfterMs,
1873
1876
  HttpClient
1874
1877
  };
1875
- //# sourceMappingURL=chunk-RQEYVHGV.js.map
1878
+ //# sourceMappingURL=chunk-I6MWT34L.js.map