@bitfab/sdk 0.42.0 → 0.43.1

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.42.0";
97
+ var __version__ = "0.43.1";
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) {
1681
+ async startReplay(traceFunctionKey, limit, traceIds, name, codeChangeDescription, codeChangeFiles, includeDbBranchLease, experimentGroupId, datasetId, graderIds, dbBranchSettings, attempts, includeOriginalMetadata) {
1682
1682
  const payload = { traceFunctionKey };
1683
1683
  if (limit !== void 0) {
1684
1684
  payload.limit = limit;
@@ -1714,6 +1714,9 @@ var HttpClient = class {
1714
1714
  if (attempts !== void 0 && attempts > 1) {
1715
1715
  payload.attempts = attempts;
1716
1716
  }
1717
+ if (includeOriginalMetadata) {
1718
+ payload.includeOriginalMetadata = true;
1719
+ }
1717
1720
  const timeout = includeDbBranchLease ? REPLAY_DB_BRANCH_REQUEST_TIMEOUT_MS : 3e4;
1718
1721
  return this.request("/api/sdk/replay/start", payload, {
1719
1722
  timeout
@@ -1869,4 +1872,4 @@ export {
1869
1872
  parseRetryAfterMs,
1870
1873
  HttpClient
1871
1874
  };
1872
- //# sourceMappingURL=chunk-QJ6IFPGU.js.map
1875
+ //# sourceMappingURL=chunk-RBKGO5ZC.js.map