@memnexus-ai/typescript-sdk 1.1.1 → 1.1.6

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025
3
+ Copyright (c) 2026
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -153,6 +153,10 @@ The SDK includes several models that represent the data structures used in API r
153
153
  | [CreateMemoryResponseMeta](documentation/models/CreateMemoryResponseMeta.md) | |
154
154
  | [SearchRequest](documentation/models/SearchRequest.md) | |
155
155
  | [SearchResponse](documentation/models/SearchResponse.md) | |
156
+ | [SearchResult](documentation/models/SearchResult.md) | |
157
+ | [Entity](documentation/models/Entity.md) | |
158
+ | [Topic](documentation/models/Topic.md) | |
159
+ | [TemporalMetadata](documentation/models/TemporalMetadata.md) | Temporal query metadata |
156
160
  | [NoCache](documentation/models/NoCache.md) | |
157
161
  | [Error](documentation/models/Error.md) | |
158
162
  | [EvaluateFeatureFlagRequest](documentation/models/EvaluateFeatureFlagRequest.md) | |