@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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;
|