@memnexus-ai/typescript-sdk 1.10.2 → 1.13.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/README.md CHANGED
@@ -77,18 +77,19 @@ The SDK provides various services to interact with the API.
77
77
 
78
78
  | Name |
79
79
  | :--------------------------------------------------------------------- |
80
- | [ApiKeysService](documentation/services/ApiKeysService.md) |
81
- | [ArtifactsService](documentation/services/ArtifactsService.md) |
82
- | [ConversationsService](documentation/services/ConversationsService.md) |
83
- | [FactsService](documentation/services/FactsService.md) |
84
- | [GraphRagService](documentation/services/GraphRagService.md) |
85
- | [HealthService](documentation/services/HealthService.md) |
86
- | [MemoriesService](documentation/services/MemoriesService.md) |
87
- | [SystemService](documentation/services/SystemService.md) |
88
- | [PatternsService](documentation/services/PatternsService.md) |
89
- | [BehaviorService](documentation/services/BehaviorService.md) |
90
- | [TopicsService](documentation/services/TopicsService.md) |
91
- | [CommunitiesService](documentation/services/CommunitiesService.md) |
80
+ | ApiKeysService |
81
+ | ArtifactsService |
82
+ | ConversationsService |
83
+ | FactsService |
84
+ | GraphRagService |
85
+ | HealthService |
86
+ | MemoriesService |
87
+ | SystemService |
88
+ | PatternsService |
89
+ | BehaviorService |
90
+ | TopicsService |
91
+ | CommunitiesService |
92
+ | UsersService |
92
93
 
93
94
  </details>
94
95
 
@@ -101,120 +102,134 @@ The SDK includes several models that represent the data structures used in API r
101
102
 
102
103
  | Name | Description |
103
104
  | :----------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------- |
104
- | [DebugUserOkResponse](documentation/models/DebugUserOkResponse.md) | |
105
- | [ListApiKeysOkResponse](documentation/models/ListApiKeysOkResponse.md) | |
106
- | [ApiKey](documentation/models/ApiKey.md) | |
107
- | [Error](documentation/models/Error.md) | |
108
- | [CreateApiKeyCreatedResponse](documentation/models/CreateApiKeyCreatedResponse.md) | |
109
- | [CreateApiKeyRequest](documentation/models/CreateApiKeyRequest.md) | |
110
- | [ListArtifactsOkResponse](documentation/models/ListArtifactsOkResponse.md) | |
111
- | [Artifact](documentation/models/Artifact.md) | |
112
- | [CreateArtifactCreatedResponse](documentation/models/CreateArtifactCreatedResponse.md) | |
113
- | [CreateArtifactRequest](documentation/models/CreateArtifactRequest.md) | |
114
- | [GetArtifactByIdOkResponse](documentation/models/GetArtifactByIdOkResponse.md) | |
115
- | [UpdateArtifactOkResponse](documentation/models/UpdateArtifactOkResponse.md) | |
116
- | [UpdateArtifactRequest](documentation/models/UpdateArtifactRequest.md) | |
117
- | [ListConversationsOkResponse](documentation/models/ListConversationsOkResponse.md) | |
118
- | [Conversation](documentation/models/Conversation.md) | |
119
- | [Error](documentation/models/Error.md) | |
120
- | [CreateConversationCreatedResponse](documentation/models/CreateConversationCreatedResponse.md) | |
121
- | [CreateConversationRequest](documentation/models/CreateConversationRequest.md) | |
122
- | [GetConversationSummaryOkResponse](documentation/models/GetConversationSummaryOkResponse.md) | |
123
- | [GetConversationTimelineOkResponse](documentation/models/GetConversationTimelineOkResponse.md) | |
124
- | [Memory](documentation/models/Memory.md) | |
125
- | [SearchConversationsOkResponse](documentation/models/SearchConversationsOkResponse.md) | |
126
- | [SearchConversationsRequest](documentation/models/SearchConversationsRequest.md) | |
127
- | [FindConversationsByTopicOkResponse](documentation/models/FindConversationsByTopicOkResponse.md) | |
128
- | [FindConversationsByTopicRequest](documentation/models/FindConversationsByTopicRequest.md) | |
129
- | [ListFactsOkResponse](documentation/models/ListFactsOkResponse.md) | |
130
- | [Fact](documentation/models/Fact.md) | |
131
- | [CreateFactCreatedResponse](documentation/models/CreateFactCreatedResponse.md) | |
132
- | [CreateFactRequest](documentation/models/CreateFactRequest.md) | |
133
- | [GetFactByIdOkResponse](documentation/models/GetFactByIdOkResponse.md) | |
134
- | [UpdateFactOkResponse](documentation/models/UpdateFactOkResponse.md) | |
135
- | [UpdateFactRequest](documentation/models/UpdateFactRequest.md) | |
136
- | [SearchFactsOkResponse](documentation/models/SearchFactsOkResponse.md) | |
137
- | [FactSearchRequest](documentation/models/FactSearchRequest.md) | |
138
- | [ExplainGraphRagQueryOkResponse](documentation/models/ExplainGraphRagQueryOkResponse.md) | |
139
- | [QueryCommunitiesOkResponse](documentation/models/QueryCommunitiesOkResponse.md) | |
140
- | [QueryCommunitiesRequest](documentation/models/QueryCommunitiesRequest.md) | |
141
- | [ExecuteGraphRagQueryOkResponse](documentation/models/ExecuteGraphRagQueryOkResponse.md) | |
142
- | [GraphRagQueryResponse](documentation/models/GraphRagQueryResponse.md) | |
143
- | [Memory](documentation/models/Memory.md) | |
144
- | [GraphRagQueryRequest](documentation/models/GraphRagQueryRequest.md) | |
145
- | [Error](documentation/models/Error.md) | |
146
- | [HealthCheck](documentation/models/HealthCheck.md) | |
147
- | [ServiceCheck](documentation/models/ServiceCheck.md) | |
148
- | [GetMemoryResponse](documentation/models/GetMemoryResponse.md) | Response from getting a memory by ID |
149
- | [Memory](documentation/models/Memory.md) | |
150
- | [Error](documentation/models/Error.md) | |
151
- | [UpdateMemoryOkResponse](documentation/models/UpdateMemoryOkResponse.md) | |
152
- | [UpdateMemoryRequest](documentation/models/UpdateMemoryRequest.md) | |
153
- | [ListMemoriesOkResponse](documentation/models/ListMemoriesOkResponse.md) | |
154
- | [Pagination](documentation/models/Pagination.md) | |
155
- | [CreateMemoryResponse](documentation/models/CreateMemoryResponse.md) | Response from creating a memory, includes the memory and session/conversation metadata |
156
- | [CreateMemoryResponseMeta](documentation/models/CreateMemoryResponseMeta.md) | |
157
- | [CreateMemoryRequest](documentation/models/CreateMemoryRequest.md) | |
158
- | [SearchResponse](documentation/models/SearchResponse.md) | |
159
- | [SearchResult](documentation/models/SearchResult.md) | |
160
- | [Entity](documentation/models/Entity.md) | |
161
- | [TopicReference](documentation/models/TopicReference.md) | |
162
- | [TemporalMetadata](documentation/models/TemporalMetadata.md) | Temporal query metadata (null for semantic/hybrid search) |
163
- | [SearchRequest](documentation/models/SearchRequest.md) | |
164
- | [GetSimilarMemoriesOkResponse](documentation/models/GetSimilarMemoriesOkResponse.md) | |
165
- | [RelatedMemoryResult](documentation/models/RelatedMemoryResult.md) | |
166
- | [GetConversationMemoriesOkResponse](documentation/models/GetConversationMemoriesOkResponse.md) | |
167
- | [GetRelatedMemoriesOkResponse](documentation/models/GetRelatedMemoriesOkResponse.md) | |
168
- | [NoCache](documentation/models/NoCache.md) | |
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) | |
174
- | [EvaluateFeatureFlagRequest](documentation/models/EvaluateFeatureFlagRequest.md) | |
175
- | [AnalyzeMemoryQualityOkResponse](documentation/models/AnalyzeMemoryQualityOkResponse.md) | |
176
- | [PruneMemoriesOkResponse](documentation/models/PruneMemoriesOkResponse.md) | |
177
- | [PruneMemoriesRequest](documentation/models/PruneMemoriesRequest.md) | |
178
- | [ListPatternsOkResponse](documentation/models/ListPatternsOkResponse.md) | |
179
- | [Pattern](documentation/models/Pattern.md) | |
180
- | [Error](documentation/models/Error.md) | |
181
- | [CompilePatternsOkResponse](documentation/models/CompilePatternsOkResponse.md) | |
182
- | [CompilePatternsRequest](documentation/models/CompilePatternsRequest.md) | |
183
- | [DetectPatternsOkResponse](documentation/models/DetectPatternsOkResponse.md) | |
184
- | [DetectPatternsRequest](documentation/models/DetectPatternsRequest.md) | |
185
- | [AnalyzePatternsOkResponse](documentation/models/AnalyzePatternsOkResponse.md) | |
186
- | [AnalyzePatternsRequest](documentation/models/AnalyzePatternsRequest.md) | |
187
- | [UpdatePatternOkResponse](documentation/models/UpdatePatternOkResponse.md) | |
188
- | [UpdatePatternRequest](documentation/models/UpdatePatternRequest.md) | |
189
- | [RecordPatternFeedbackOkResponse](documentation/models/RecordPatternFeedbackOkResponse.md) | |
190
- | [RecordPatternFeedbackRequest](documentation/models/RecordPatternFeedbackRequest.md) | |
191
- | [GetBehavioralStateOkResponse](documentation/models/GetBehavioralStateOkResponse.md) | |
192
- | [UpdateBehavioralStateOkResponse](documentation/models/UpdateBehavioralStateOkResponse.md) | |
193
- | [UpdateBehavioralStateRequest](documentation/models/UpdateBehavioralStateRequest.md) | |
194
- | [ListTopicsOkResponse](documentation/models/ListTopicsOkResponse.md) | |
195
- | [Topic](documentation/models/Topic.md) | |
196
- | [Error](documentation/models/Error.md) | |
197
- | [GetTopicByIdOkResponse](documentation/models/GetTopicByIdOkResponse.md) | |
198
- | [MergeTopicsOkResponse](documentation/models/MergeTopicsOkResponse.md) | |
199
- | [MergeTopicsRequest](documentation/models/MergeTopicsRequest.md) | |
200
- | [DiscoverRelatedTopicsOkResponse](documentation/models/DiscoverRelatedTopicsOkResponse.md) | |
201
- | [DiscoverRelatedTopicsRequest](documentation/models/DiscoverRelatedTopicsRequest.md) | |
202
- | [CalculateTopicSimilarityOkResponse](documentation/models/CalculateTopicSimilarityOkResponse.md) | |
203
- | [CalculateTopicSimilarityRequest](documentation/models/CalculateTopicSimilarityRequest.md) | |
204
- | [FindSimilarTopicsOkResponse](documentation/models/FindSimilarTopicsOkResponse.md) | |
205
- | [FindSimilarTopicsRequest](documentation/models/FindSimilarTopicsRequest.md) | |
206
- | [ClusterTopicsOkResponse](documentation/models/ClusterTopicsOkResponse.md) | |
207
- | [ClusterTopicsRequest](documentation/models/ClusterTopicsRequest.md) | |
208
- | [DetectCommunitiesOkResponse](documentation/models/DetectCommunitiesOkResponse.md) | |
209
- | [Community](documentation/models/Community.md) | |
210
- | [DetectCommunitiesRequest](documentation/models/DetectCommunitiesRequest.md) | |
211
- | [SearchTopicsOkResponse](documentation/models/SearchTopicsOkResponse.md) | |
212
- | [SearchTopicsRequest](documentation/models/SearchTopicsRequest.md) | |
213
- | [ListCommunitiesOkResponse](documentation/models/ListCommunitiesOkResponse.md) | |
214
- | [Community](documentation/models/Community.md) | |
215
- | [GetCommunityByIdOkResponse](documentation/models/GetCommunityByIdOkResponse.md) | |
216
- | [MergeCommunitiesOkResponse](documentation/models/MergeCommunitiesOkResponse.md) | |
217
- | [MergeCommunitiesRequest](documentation/models/MergeCommunitiesRequest.md) | |
105
+ | DebugUserOkResponse | |
106
+ | ListApiKeysOkResponse | |
107
+ | ApiKey | |
108
+ | Error | |
109
+ | CreateApiKeyCreatedResponse | |
110
+ | CreateApiKeyRequest | |
111
+ | ListArtifactsOkResponse | |
112
+ | Artifact | |
113
+ | CreateArtifactCreatedResponse | |
114
+ | CreateArtifactRequest | |
115
+ | GetArtifactByIdOkResponse | |
116
+ | UpdateArtifactOkResponse | |
117
+ | UpdateArtifactRequest | |
118
+ | ListConversationsOkResponse | |
119
+ | Conversation | |
120
+ | Error | |
121
+ | CreateConversationCreatedResponse | |
122
+ | CreateConversationRequest | |
123
+ | GetConversationSummaryOkResponse | |
124
+ | GetConversationTimelineOkResponse | |
125
+ | Memory | |
126
+ | SearchConversationsOkResponse | |
127
+ | SearchConversationsRequest | |
128
+ | FindConversationsByTopicOkResponse | |
129
+ | FindConversationsByTopicRequest | |
130
+ | ListFactsOkResponse | |
131
+ | Fact | |
132
+ | CreateFactCreatedResponse | |
133
+ | CreateFactRequest | |
134
+ | GetFactByIdOkResponse | |
135
+ | UpdateFactOkResponse | |
136
+ | UpdateFactRequest | |
137
+ | SearchFactsOkResponse | |
138
+ | FactSearchRequest | |
139
+ | ExplainGraphRagQueryOkResponse | |
140
+ | QueryCommunitiesOkResponse | |
141
+ | QueryCommunitiesRequest | |
142
+ | ExecuteGraphRagQueryOkResponse | |
143
+ | GraphRagQueryResponse | |
144
+ | Memory | |
145
+ | GraphRagQueryRequest | |
146
+ | Error | |
147
+ | HealthCheck | |
148
+ | ServiceCheck | |
149
+ | GetMemoryResponse | Response from getting a memory by ID |
150
+ | Memory | |
151
+ | Error | |
152
+ | UpdateMemoryOkResponse | |
153
+ | UpdateMemoryRequest | |
154
+ | ListMemoriesOkResponse | |
155
+ | Pagination | |
156
+ | CreateMemoryResponse | Response from creating a memory, includes the memory and session/conversation metadata |
157
+ | CreateMemoryResponseMeta | |
158
+ | CreateMemoryRequest | |
159
+ | SearchResponse | |
160
+ | SearchResult | |
161
+ | Entity | |
162
+ | TopicReference | |
163
+ | TemporalMetadata | Temporal query metadata (null for semantic/hybrid search) |
164
+ | SearchMemoriesGetSearchMethod | |
165
+ | SearchMemoriesGetMode | |
166
+ | SearchMemoriesGetMemoryType | |
167
+ | SearchMemoriesGetTemporalMode | |
168
+ | SearchRequest | |
169
+ | GetSimilarMemoriesOkResponse | |
170
+ | RelatedMemoryResult | |
171
+ | GetConversationMemoriesOkResponse | |
172
+ | GetRelatedMemoriesOkResponse | |
173
+ | NoCache | |
174
+ | Error | |
175
+ | GetSystemHealthOkResponse | |
176
+ | GetContextStatusOkResponse | |
177
+ | GetFeatureFlagsOkResponse | |
178
+ | EvaluateFeatureFlagOkResponse | |
179
+ | EvaluateFeatureFlagRequest | |
180
+ | AnalyzeMemoryQualityOkResponse | |
181
+ | PruneMemoriesOkResponse | |
182
+ | PruneMemoriesRequest | |
183
+ | ListPatternsOkResponse | |
184
+ | Pattern | |
185
+ | Error | |
186
+ | CompilePatternsOkResponse | |
187
+ | CompilePatternsRequest | |
188
+ | DetectPatternsOkResponse | |
189
+ | DetectPatternsRequest | |
190
+ | AnalyzePatternsOkResponse | |
191
+ | AnalyzePatternsRequest | |
192
+ | UpdatePatternOkResponse | |
193
+ | UpdatePatternRequest | |
194
+ | RecordPatternFeedbackOkResponse | |
195
+ | RecordPatternFeedbackRequest | |
196
+ | GetBehavioralStateOkResponse | |
197
+ | UpdateBehavioralStateOkResponse | |
198
+ | UpdateBehavioralStateRequest | |
199
+ | ListTopicsOkResponse | |
200
+ | Topic | |
201
+ | Error | |
202
+ | GetTopicByIdOkResponse | |
203
+ | MergeTopicsOkResponse | |
204
+ | MergeTopicsRequest | |
205
+ | DiscoverRelatedTopicsOkResponse | |
206
+ | DiscoverRelatedTopicsRequest | |
207
+ | CalculateTopicSimilarityOkResponse | |
208
+ | CalculateTopicSimilarityRequest | |
209
+ | FindSimilarTopicsOkResponse | |
210
+ | FindSimilarTopicsRequest | |
211
+ | ClusterTopicsOkResponse | |
212
+ | ClusterTopicsRequest | |
213
+ | DetectCommunitiesOkResponse | |
214
+ | Community | |
215
+ | DetectCommunitiesRequest | |
216
+ | SearchTopicsOkResponse | |
217
+ | SearchTopicsRequest | |
218
+ | ListCommunitiesOkResponse | |
219
+ | Community | |
220
+ | GetCommunityByIdOkResponse | |
221
+ | MergeCommunitiesOkResponse | |
222
+ | MergeCommunitiesRequest | |
223
+ | SyncUserOkResponse | |
224
+ | User | |
225
+ | SyncUserRequest | |
226
+ | Error | |
227
+ | GetCurrentUserOkResponse | |
228
+ | UserUsage | |
229
+ | UpdateCurrentUserOkResponse | |
230
+ | UpdateCurrentUserRequest | |
231
+ | GetCurrentUserUsageOkResponse | |
232
+ | GetUserByIdOkResponse | |
218
233
 
219
234
  </details>
220
235