@tinyclaw/types 1.1.0-dev.53683ac → 1.1.0-dev.5d6f77b

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 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -635,7 +635,7 @@ export interface OutboundDeliveryResult {
635
635
  error?: string;
636
636
  }
637
637
  /** Categories of nudge notifications the agent can send proactively. */
638
- export type NudgeCategory = 'task_complete' | 'task_failed' | 'reminder' | 'check_in' | 'insight' | 'system' | 'software_update' | 'agent_initiated';
638
+ export type NudgeCategory = 'task_complete' | 'task_failed' | 'reminder' | 'check_in' | 'insight' | 'system' | 'software_update' | 'agent_initiated' | 'companion';
639
639
  /** A nudge queued for delivery. */
640
640
  export interface Nudge {
641
641
  /** Unique nudge identifier. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinyclaw/types",
3
- "version": "1.1.0-dev.53683ac",
3
+ "version": "1.1.0-dev.5d6f77b",
4
4
  "description": "Shared TypeScript type definitions for Tiny Claw",
5
5
  "license": "GPL-3.0",
6
6
  "author": "Waren Gonzaga",