@tutti-os/agent-activity-core 0.0.18 → 0.0.20

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -216,6 +216,9 @@ interface AgentPromptContentBlock {
216
216
  attachmentId?: string;
217
217
  name?: string;
218
218
  path?: string;
219
+ uri?: string;
220
+ uploadStatus?: "pending" | "uploaded" | "failed" | string;
221
+ assetId?: string;
219
222
  }
220
223
  interface AgentActivityCancelSessionInput {
221
224
  workspaceId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-activity-core",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",