@flashbacktech/tsclient 0.4.52 → 0.4.53

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
@@ -1221,6 +1221,7 @@ interface DebugReceipt {
1221
1221
  completion_tokens?: number | null;
1222
1222
  cached_prompt_tokens?: number | null;
1223
1223
  cost_usd_micros?: number | null;
1224
+ cost_kind?: 'byok' | 'platform' | 'agent' | null;
1224
1225
  prompt?: string | null;
1225
1226
  response?: string | null;
1226
1227
  created_at: string;
package/dist/index.d.ts CHANGED
@@ -1221,6 +1221,7 @@ interface DebugReceipt {
1221
1221
  completion_tokens?: number | null;
1222
1222
  cached_prompt_tokens?: number | null;
1223
1223
  cost_usd_micros?: number | null;
1224
+ cost_kind?: 'byok' | 'platform' | 'agent' | null;
1224
1225
  prompt?: string | null;
1225
1226
  response?: string | null;
1226
1227
  created_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashbacktech/tsclient",
3
- "version": "0.4.52",
3
+ "version": "0.4.53",
4
4
  "description": "TypeScript client for the cloud-agent platform API.",
5
5
  "type": "module",
6
6
  "sideEffects": false,