@memori.ai/memori-api-client 6.5.9 → 6.6.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
 
2
2
 
3
+ ## [6.6.1](https://github.com/memori-ai/memori-api-client/compare/v6.5.9...v6.6.1) (2025-07-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * add perplexityAPIKey to Tenant type for enhanced configuration options ([1241bd2](https://github.com/memori-ai/memori-api-client/commit/1241bd20ec065791ceee47fe874bd001bfe02296))
9
+
3
10
  ## [6.5.9](https://github.com/memori-ai/memori-api-client/compare/v6.5.8...v6.5.9) (2025-06-26)
4
11
 
5
12
 
package/dist/types.d.ts CHANGED
@@ -329,6 +329,7 @@ export declare type Tenant = {
329
329
  billingDelegation?: boolean;
330
330
  creationTimestamp?: string;
331
331
  lastChangeTimestamp?: string;
332
+ perplexityAPIKey?: string;
332
333
  };
333
334
  export declare type LocalizationKeyContent = {
334
335
  key: string;
package/esm/types.d.ts CHANGED
@@ -329,6 +329,7 @@ export declare type Tenant = {
329
329
  billingDelegation?: boolean;
330
330
  creationTimestamp?: string;
331
331
  lastChangeTimestamp?: string;
332
+ perplexityAPIKey?: string;
332
333
  };
333
334
  export declare type LocalizationKeyContent = {
334
335
  key: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "6.5.9",
2
+ "version": "6.6.1",
3
3
  "name": "@memori.ai/memori-api-client",
4
4
  "description": "React library to integrate a Memori in your app or website",
5
5
  "license": "Apache-2.0",
package/src/types.ts CHANGED
@@ -558,6 +558,7 @@ export declare type Tenant = {
558
558
  billingDelegation?: boolean;
559
559
  creationTimestamp?: string;
560
560
  lastChangeTimestamp?: string;
561
+ perplexityAPIKey?: string;
561
562
  };
562
563
 
563
564
  export declare type LocalizationKeyContent = {