@memnexus-ai/sdk 1.59.16 → 1.59.18

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.cjs CHANGED
@@ -1427,6 +1427,13 @@ var Memories = class {
1427
1427
  * Retrieve the current HEAD version of a named memory by its user-assigned name.
1428
1428
  * Supports the same detail levels as GET /api/memories/{id}.
1429
1429
  *
1430
+ * 404 semantics: a 404 does NOT always mean the name was never created. It
1431
+ * is also returned when the name's current head was superseded, contradicted,
1432
+ * or duplicated and left with no successor version carrying the name (an
1433
+ * integrity condition — an orphaned head). Only current (or legacy
1434
+ * unstamped) heads are served; a superseded head is never returned as stale
1435
+ * content. Callers must not assume 404 == never-existed.
1436
+ *
1430
1437
  * @param name — Memory name (kebab-case, 2-64 chars)
1431
1438
  * @param options — Optional parameters
1432
1439
  */
package/dist/index.d.cts CHANGED
@@ -2849,6 +2849,13 @@ declare class Memories {
2849
2849
  * Retrieve the current HEAD version of a named memory by its user-assigned name.
2850
2850
  * Supports the same detail levels as GET /api/memories/{id}.
2851
2851
  *
2852
+ * 404 semantics: a 404 does NOT always mean the name was never created. It
2853
+ * is also returned when the name's current head was superseded, contradicted,
2854
+ * or duplicated and left with no successor version carrying the name (an
2855
+ * integrity condition — an orphaned head). Only current (or legacy
2856
+ * unstamped) heads are served; a superseded head is never returned as stale
2857
+ * content. Callers must not assume 404 == never-existed.
2858
+ *
2852
2859
  * @param name — Memory name (kebab-case, 2-64 chars)
2853
2860
  * @param options — Optional parameters
2854
2861
  */
package/dist/index.d.ts CHANGED
@@ -2849,6 +2849,13 @@ declare class Memories {
2849
2849
  * Retrieve the current HEAD version of a named memory by its user-assigned name.
2850
2850
  * Supports the same detail levels as GET /api/memories/{id}.
2851
2851
  *
2852
+ * 404 semantics: a 404 does NOT always mean the name was never created. It
2853
+ * is also returned when the name's current head was superseded, contradicted,
2854
+ * or duplicated and left with no successor version carrying the name (an
2855
+ * integrity condition — an orphaned head). Only current (or legacy
2856
+ * unstamped) heads are served; a superseded head is never returned as stale
2857
+ * content. Callers must not assume 404 == never-existed.
2858
+ *
2852
2859
  * @param name — Memory name (kebab-case, 2-64 chars)
2853
2860
  * @param options — Optional parameters
2854
2861
  */
package/dist/index.js CHANGED
@@ -1400,6 +1400,13 @@ var Memories = class {
1400
1400
  * Retrieve the current HEAD version of a named memory by its user-assigned name.
1401
1401
  * Supports the same detail levels as GET /api/memories/{id}.
1402
1402
  *
1403
+ * 404 semantics: a 404 does NOT always mean the name was never created. It
1404
+ * is also returned when the name's current head was superseded, contradicted,
1405
+ * or duplicated and left with no successor version carrying the name (an
1406
+ * integrity condition — an orphaned head). Only current (or legacy
1407
+ * unstamped) heads are served; a superseded head is never returned as stale
1408
+ * content. Callers must not assume 404 == never-existed.
1409
+ *
1403
1410
  * @param name — Memory name (kebab-case, 2-64 chars)
1404
1411
  * @param options — Optional parameters
1405
1412
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memnexus-ai/sdk",
3
- "version": "1.59.16",
3
+ "version": "1.59.18",
4
4
  "description": "Official Node.js SDK for the MemNexus API",
5
5
  "license": "Proprietary",
6
6
  "type": "module",