@memnexus-ai/typescript-sdk 1.6.1 → 1.6.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.
Files changed (5) hide show
  1. package/README.md +37 -16
  2. package/dist/index.d.ts +2097 -285
  3. package/dist/index.js +3191 -1812
  4. package/dist/index.mjs +3190 -1812
  5. package/package.json +1 -1
package/README.md CHANGED
@@ -101,99 +101,120 @@ The SDK includes several models that represent the data structures used in API r
101
101
 
102
102
  | Name | Description |
103
103
  | :----------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------- |
104
+ | [DebugUserOkResponse](documentation/models/DebugUserOkResponse.md) | |
104
105
  | [ListApiKeysOkResponse](documentation/models/ListApiKeysOkResponse.md) | |
105
106
  | [ApiKey](documentation/models/ApiKey.md) | |
106
107
  | [Error](documentation/models/Error.md) | |
107
- | [CreateApiKeyRequest](documentation/models/CreateApiKeyRequest.md) | |
108
108
  | [CreateApiKeyCreatedResponse](documentation/models/CreateApiKeyCreatedResponse.md) | |
109
+ | [CreateApiKeyRequest](documentation/models/CreateApiKeyRequest.md) | |
109
110
  | [ListArtifactsOkResponse](documentation/models/ListArtifactsOkResponse.md) | |
110
111
  | [Artifact](documentation/models/Artifact.md) | |
111
- | [CreateArtifactRequest](documentation/models/CreateArtifactRequest.md) | |
112
112
  | [CreateArtifactCreatedResponse](documentation/models/CreateArtifactCreatedResponse.md) | |
113
+ | [CreateArtifactRequest](documentation/models/CreateArtifactRequest.md) | |
113
114
  | [GetArtifactByIdOkResponse](documentation/models/GetArtifactByIdOkResponse.md) | |
114
- | [UpdateArtifactRequest](documentation/models/UpdateArtifactRequest.md) | |
115
115
  | [UpdateArtifactOkResponse](documentation/models/UpdateArtifactOkResponse.md) | |
116
+ | [UpdateArtifactRequest](documentation/models/UpdateArtifactRequest.md) | |
116
117
  | [ListConversationsOkResponse](documentation/models/ListConversationsOkResponse.md) | |
117
118
  | [Conversation](documentation/models/Conversation.md) | |
118
119
  | [Error](documentation/models/Error.md) | |
119
- | [CreateConversationRequest](documentation/models/CreateConversationRequest.md) | |
120
120
  | [CreateConversationCreatedResponse](documentation/models/CreateConversationCreatedResponse.md) | |
121
+ | [CreateConversationRequest](documentation/models/CreateConversationRequest.md) | |
121
122
  | [GetConversationSummaryOkResponse](documentation/models/GetConversationSummaryOkResponse.md) | |
122
123
  | [GetConversationTimelineOkResponse](documentation/models/GetConversationTimelineOkResponse.md) | |
123
124
  | [Memory](documentation/models/Memory.md) | |
124
- | [SearchConversationsRequest](documentation/models/SearchConversationsRequest.md) | |
125
125
  | [SearchConversationsOkResponse](documentation/models/SearchConversationsOkResponse.md) | |
126
- | [FindConversationsByTopicRequest](documentation/models/FindConversationsByTopicRequest.md) | |
126
+ | [SearchConversationsRequest](documentation/models/SearchConversationsRequest.md) | |
127
127
  | [FindConversationsByTopicOkResponse](documentation/models/FindConversationsByTopicOkResponse.md) | |
128
+ | [FindConversationsByTopicRequest](documentation/models/FindConversationsByTopicRequest.md) | |
128
129
  | [ListFactsOkResponse](documentation/models/ListFactsOkResponse.md) | |
129
130
  | [Fact](documentation/models/Fact.md) | |
130
- | [CreateFactRequest](documentation/models/CreateFactRequest.md) | |
131
131
  | [CreateFactCreatedResponse](documentation/models/CreateFactCreatedResponse.md) | |
132
+ | [CreateFactRequest](documentation/models/CreateFactRequest.md) | |
132
133
  | [GetFactByIdOkResponse](documentation/models/GetFactByIdOkResponse.md) | |
133
- | [UpdateFactRequest](documentation/models/UpdateFactRequest.md) | |
134
134
  | [UpdateFactOkResponse](documentation/models/UpdateFactOkResponse.md) | |
135
- | [FactSearchRequest](documentation/models/FactSearchRequest.md) | |
135
+ | [UpdateFactRequest](documentation/models/UpdateFactRequest.md) | |
136
136
  | [SearchFactsOkResponse](documentation/models/SearchFactsOkResponse.md) | |
137
+ | [FactSearchRequest](documentation/models/FactSearchRequest.md) | |
138
+ | [ExplainGraphRagQueryOkResponse](documentation/models/ExplainGraphRagQueryOkResponse.md) | |
139
+ | [QueryCommunitiesOkResponse](documentation/models/QueryCommunitiesOkResponse.md) | |
137
140
  | [QueryCommunitiesRequest](documentation/models/QueryCommunitiesRequest.md) | |
138
- | [GraphRagQueryRequest](documentation/models/GraphRagQueryRequest.md) | |
139
141
  | [ExecuteGraphRagQueryOkResponse](documentation/models/ExecuteGraphRagQueryOkResponse.md) | |
140
142
  | [GraphRagQueryResponse](documentation/models/GraphRagQueryResponse.md) | |
141
143
  | [Memory](documentation/models/Memory.md) | |
144
+ | [GraphRagQueryRequest](documentation/models/GraphRagQueryRequest.md) | |
142
145
  | [Error](documentation/models/Error.md) | |
143
146
  | [HealthCheck](documentation/models/HealthCheck.md) | |
144
147
  | [ServiceCheck](documentation/models/ServiceCheck.md) | |
145
148
  | [GetMemoryResponse](documentation/models/GetMemoryResponse.md) | Response from getting a memory by ID |
146
149
  | [Memory](documentation/models/Memory.md) | |
147
150
  | [Error](documentation/models/Error.md) | |
148
- | [UpdateMemoryRequest](documentation/models/UpdateMemoryRequest.md) | |
149
151
  | [UpdateMemoryOkResponse](documentation/models/UpdateMemoryOkResponse.md) | |
152
+ | [UpdateMemoryRequest](documentation/models/UpdateMemoryRequest.md) | |
150
153
  | [ListMemoriesOkResponse](documentation/models/ListMemoriesOkResponse.md) | |
151
154
  | [Pagination](documentation/models/Pagination.md) | |
152
- | [CreateMemoryRequest](documentation/models/CreateMemoryRequest.md) | |
153
155
  | [CreateMemoryResponse](documentation/models/CreateMemoryResponse.md) | Response from creating a memory, includes the memory and session/conversation metadata |
154
156
  | [CreateMemoryResponseMeta](documentation/models/CreateMemoryResponseMeta.md) | |
155
- | [SearchRequest](documentation/models/SearchRequest.md) | |
157
+ | [CreateMemoryRequest](documentation/models/CreateMemoryRequest.md) | |
156
158
  | [SearchResponse](documentation/models/SearchResponse.md) | |
157
159
  | [SearchResult](documentation/models/SearchResult.md) | |
158
160
  | [Entity](documentation/models/Entity.md) | |
159
161
  | [Topic](documentation/models/Topic.md) | |
160
162
  | [TemporalMetadata](documentation/models/TemporalMetadata.md) | Temporal query metadata (null for semantic/hybrid search) |
163
+ | [SearchRequest](documentation/models/SearchRequest.md) | |
161
164
  | [GetSimilarMemoriesOkResponse](documentation/models/GetSimilarMemoriesOkResponse.md) | |
162
165
  | [RelatedMemoryResult](documentation/models/RelatedMemoryResult.md) | |
163
166
  | [GetConversationMemoriesOkResponse](documentation/models/GetConversationMemoriesOkResponse.md) | |
164
167
  | [GetRelatedMemoriesOkResponse](documentation/models/GetRelatedMemoriesOkResponse.md) | |
165
168
  | [NoCache](documentation/models/NoCache.md) | |
166
169
  | [Error](documentation/models/Error.md) | |
170
+ | [GetSystemHealthOkResponse](documentation/models/GetSystemHealthOkResponse.md) | |
171
+ | [GetContextStatusOkResponse](documentation/models/GetContextStatusOkResponse.md) | |
172
+ | [GetFeatureFlagsOkResponse](documentation/models/GetFeatureFlagsOkResponse.md) | |
173
+ | [EvaluateFeatureFlagOkResponse](documentation/models/EvaluateFeatureFlagOkResponse.md) | |
167
174
  | [EvaluateFeatureFlagRequest](documentation/models/EvaluateFeatureFlagRequest.md) | |
168
175
  | [AnalyzeMemoryQualityOkResponse](documentation/models/AnalyzeMemoryQualityOkResponse.md) | |
169
- | [PruneMemoriesRequest](documentation/models/PruneMemoriesRequest.md) | |
170
176
  | [PruneMemoriesOkResponse](documentation/models/PruneMemoriesOkResponse.md) | |
177
+ | [PruneMemoriesRequest](documentation/models/PruneMemoriesRequest.md) | |
171
178
  | [ListPatternsOkResponse](documentation/models/ListPatternsOkResponse.md) | |
172
179
  | [Pattern](documentation/models/Pattern.md) | |
173
180
  | [Error](documentation/models/Error.md) | |
181
+ | [CompilePatternsOkResponse](documentation/models/CompilePatternsOkResponse.md) | |
174
182
  | [CompilePatternsRequest](documentation/models/CompilePatternsRequest.md) | |
183
+ | [DetectPatternsOkResponse](documentation/models/DetectPatternsOkResponse.md) | |
175
184
  | [DetectPatternsRequest](documentation/models/DetectPatternsRequest.md) | |
185
+ | [AnalyzePatternsOkResponse](documentation/models/AnalyzePatternsOkResponse.md) | |
176
186
  | [AnalyzePatternsRequest](documentation/models/AnalyzePatternsRequest.md) | |
187
+ | [UpdatePatternOkResponse](documentation/models/UpdatePatternOkResponse.md) | |
177
188
  | [UpdatePatternRequest](documentation/models/UpdatePatternRequest.md) | |
189
+ | [RecordPatternFeedbackOkResponse](documentation/models/RecordPatternFeedbackOkResponse.md) | |
178
190
  | [RecordPatternFeedbackRequest](documentation/models/RecordPatternFeedbackRequest.md) | |
191
+ | [GetBehavioralStateOkResponse](documentation/models/GetBehavioralStateOkResponse.md) | |
192
+ | [UpdateBehavioralStateOkResponse](documentation/models/UpdateBehavioralStateOkResponse.md) | |
179
193
  | [UpdateBehavioralStateRequest](documentation/models/UpdateBehavioralStateRequest.md) | |
180
194
  | [ListTopicsOkResponse](documentation/models/ListTopicsOkResponse.md) | |
181
195
  | [Topic](documentation/models/Topic.md) | |
182
196
  | [Error](documentation/models/Error.md) | |
183
197
  | [GetTopicByIdOkResponse](documentation/models/GetTopicByIdOkResponse.md) | |
198
+ | [MergeTopicsOkResponse](documentation/models/MergeTopicsOkResponse.md) | |
184
199
  | [MergeTopicsRequest](documentation/models/MergeTopicsRequest.md) | |
200
+ | [DiscoverRelatedTopicsOkResponse](documentation/models/DiscoverRelatedTopicsOkResponse.md) | |
185
201
  | [DiscoverRelatedTopicsRequest](documentation/models/DiscoverRelatedTopicsRequest.md) | |
202
+ | [CalculateTopicSimilarityOkResponse](documentation/models/CalculateTopicSimilarityOkResponse.md) | |
186
203
  | [CalculateTopicSimilarityRequest](documentation/models/CalculateTopicSimilarityRequest.md) | |
204
+ | [FindSimilarTopicsOkResponse](documentation/models/FindSimilarTopicsOkResponse.md) | |
187
205
  | [FindSimilarTopicsRequest](documentation/models/FindSimilarTopicsRequest.md) | |
206
+ | [ClusterTopicsOkResponse](documentation/models/ClusterTopicsOkResponse.md) | |
188
207
  | [ClusterTopicsRequest](documentation/models/ClusterTopicsRequest.md) | |
208
+ | [DetectCommunitiesOkResponse](documentation/models/DetectCommunitiesOkResponse.md) | |
209
+ | [Community](documentation/models/Community.md) | |
189
210
  | [DetectCommunitiesRequest](documentation/models/DetectCommunitiesRequest.md) | |
190
- | [SearchTopicsRequest](documentation/models/SearchTopicsRequest.md) | |
191
211
  | [SearchTopicsOkResponse](documentation/models/SearchTopicsOkResponse.md) | |
212
+ | [SearchTopicsRequest](documentation/models/SearchTopicsRequest.md) | |
192
213
  | [ListCommunitiesOkResponse](documentation/models/ListCommunitiesOkResponse.md) | |
193
214
  | [Community](documentation/models/Community.md) | |
194
215
  | [GetCommunityByIdOkResponse](documentation/models/GetCommunityByIdOkResponse.md) | |
195
- | [MergeCommunitiesRequest](documentation/models/MergeCommunitiesRequest.md) | |
196
216
  | [MergeCommunitiesOkResponse](documentation/models/MergeCommunitiesOkResponse.md) | |
217
+ | [MergeCommunitiesRequest](documentation/models/MergeCommunitiesRequest.md) | |
197
218
 
198
219
  </details>
199
220