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

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -213,6 +213,7 @@ interface AgentPromptContentBlock {
213
213
  text?: string;
214
214
  mimeType?: "image/png" | "image/jpeg" | "image/webp";
215
215
  data?: string;
216
+ url?: string;
216
217
  attachmentId?: string;
217
218
  name?: string;
218
219
  path?: 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.19",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",