gentiq 0.7.24 → 0.7.26

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.
@@ -41,6 +41,12 @@ export interface Thread {
41
41
  like: number;
42
42
  dislike: number;
43
43
  };
44
+ user_info?: {
45
+ name?: string;
46
+ surname?: string;
47
+ phone?: string;
48
+ metadata?: Record<string, any>;
49
+ };
44
50
  }
45
51
  export interface ThreadItem {
46
52
  id: string;
@@ -250,6 +250,10 @@ declare const _default: {
250
250
  "tokens_exceed_limit": "Tokens cannot exceed the specified limit",
251
251
  "requests_exceed_limit": "Requests cannot exceed the specified limit",
252
252
  "metadata": "Metadata (JSON)",
253
+ "initial_balance": "Initial Balance",
254
+ "custom_fields": "Additional Fields",
255
+ "metadata_raw": "Metadata (Raw JSON)",
256
+ "advanced_usage": "Advanced usage",
253
257
  "invalid_json": "Invalid JSON format"
254
258
  },
255
259
  "admins": {
@@ -249,6 +249,10 @@ declare const _default: {
249
249
  "tokens_exceed_limit": "تعداد توکن نمی‌تواند بیشتر از سقف مجاز باشد",
250
250
  "requests_exceed_limit": "تعداد درخواست نمی‌تواند بیشتر از سقف مجاز باشد",
251
251
  "metadata": "متادیتا (JSON)",
252
+ "initial_balance": "موجودی اولیه",
253
+ "custom_fields": "فیلدهای اضافه",
254
+ "metadata_raw": "متادیتا (JSON خام)",
255
+ "advanced_usage": "استفاده پیشرفته",
252
256
  "invalid_json": "فرمت JSON نامعتبر است"
253
257
  },
254
258
  "admins": {
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "provenance": true
11
11
  },
12
12
  "description": "React UI library for the Gentiq AI framework.",
13
- "version": "0.7.24",
13
+ "version": "0.7.26",
14
14
  "type": "module",
15
15
  "files": [
16
16
  "dist"