mem0ai 2.1.1 → 2.1.3

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.mts CHANGED
@@ -19,6 +19,7 @@ interface MemoryOptions {
19
19
  enable_graph?: boolean;
20
20
  start_date?: string;
21
21
  end_date?: string;
22
+ custom_categories?: custom_categories[];
22
23
  }
23
24
  interface ProjectOptions {
24
25
  fields?: string[];
package/dist/index.d.ts CHANGED
@@ -19,6 +19,7 @@ interface MemoryOptions {
19
19
  enable_graph?: boolean;
20
20
  start_date?: string;
21
21
  end_date?: string;
22
+ custom_categories?: custom_categories[];
22
23
  }
23
24
  interface ProjectOptions {
24
25
  fields?: string[];
package/dist/index.js CHANGED
@@ -4344,7 +4344,7 @@ var import_axios = __toESM(require("axios"));
4344
4344
 
4345
4345
  // src/client/telemetry.browser.ts
4346
4346
  var version = "1.0.20";
4347
- var MEM0_TELEMETRY = process.env.MEM0_TELEMETRY !== "false";
4347
+ var MEM0_TELEMETRY = "false";
4348
4348
  var POSTHOG_API_KEY = "phc_hgJkUVJFYtmaJqrvf6CYN67TIQ8yhXAkWzUn9AMU4yX";
4349
4349
  var POSTHOG_HOST = "https://us.i.posthog.com";
4350
4350
  async function generateHash(input) {