@synsci/sdk 2.0.93 → 2.0.94-test.34682990610

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.
@@ -8832,7 +8832,7 @@ export type SessionTraceResponses = {
8832
8832
  tool: string;
8833
8833
  query?: string;
8834
8834
  signature: string;
8835
- status: "pending" | "running" | "completed" | "error";
8835
+ status: "pending" | "running" | "completed" | "partial" | "error";
8836
8836
  dedupeHit: boolean;
8837
8837
  dedupeOf?: {
8838
8838
  messageID: string;
@@ -8847,7 +8847,7 @@ export type SessionTraceResponses = {
8847
8847
  toolID: string;
8848
8848
  messageID: string;
8849
8849
  language: "python" | "r";
8850
- status: "pending" | "running" | "completed" | "error";
8850
+ status: "pending" | "running" | "completed" | "partial" | "error";
8851
8851
  startedAt?: number;
8852
8852
  completedAt?: number;
8853
8853
  durationMs?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "2.0.93",
4
+ "version": "2.0.94-test.34682990610",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {