@agentimprint/sdk 0.1.1 → 0.1.2

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
@@ -133,7 +133,7 @@ interface Snapshot {
133
133
  storage_bytes: number;
134
134
  created_at: string;
135
135
  }
136
- type EntryType = 'lesson' | 'heuristic' | 'fact' | 'preference' | 'pattern' | 'relationship' | 'negative' | 'procedural';
136
+ type EntryType = 'lesson' | 'heuristic' | 'fact' | 'preference' | 'pattern' | 'relationship' | 'negative' | 'procedural' | 'note';
137
137
  interface Entry {
138
138
  uuid: string;
139
139
  vault_uuid: string;
package/dist/index.d.ts CHANGED
@@ -133,7 +133,7 @@ interface Snapshot {
133
133
  storage_bytes: number;
134
134
  created_at: string;
135
135
  }
136
- type EntryType = 'lesson' | 'heuristic' | 'fact' | 'preference' | 'pattern' | 'relationship' | 'negative' | 'procedural';
136
+ type EntryType = 'lesson' | 'heuristic' | 'fact' | 'preference' | 'pattern' | 'relationship' | 'negative' | 'procedural' | 'note';
137
137
  interface Entry {
138
138
  uuid: string;
139
139
  vault_uuid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentimprint/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "TypeScript SDK for the Agent Imprint sovereign memory infrastructure API",
5
5
  "author": "CooperAssistant",
6
6
  "license": "MIT",