gentiq 0.7.25 → 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.
@@ -4,8 +4,8 @@ import { useState as C, useMemo as j, useEffect as $, useRef as ee, useCallback
4
4
  import { QueryClient as We, QueryClientProvider as Xe, useQueryClient as pe, useQuery as Je, useInfiniteQuery as Ye } from "@tanstack/react-query";
5
5
  import { I18nextProvider as Ze, useTranslation as le } from "react-i18next";
6
6
  import { Trans as Xa, Translation as Ja, useTranslation as Ya, withTranslation as Za } from "react-i18next";
7
- import { g as et, u as T, d as tt, C as ze, T as at, a as te, b as Re, j as fe, G as rt, c as ie, e as g, f as qe, h as Fe, i as Oe, k as je, B as Y, l as $e, m as he, D as Be, n as nt, o as Ue, L as Q, I as G, S as be, p as ve, q as xe, r as ye, s as me, t as st, v as Se, w as ot, x as it, y as lt, z as de, A as ct, E as dt, F as ut, H as mt, J as ht, K as pt } from "./checkbox-iAFtpOFJ.js";
8
- import { M as tr, N as ar, P as rr, O as nr, R as sr, Q as or, U as ir, V as lr, W as cr, X as dr, Y as ur, Z as mr, _ as hr } from "./checkbox-iAFtpOFJ.js";
7
+ import { g as et, u as T, d as tt, C as ze, T as at, a as te, b as Re, j as fe, G as rt, c as ie, e as g, f as qe, h as Fe, i as Oe, k as je, B as Y, l as $e, m as he, D as Be, n as nt, o as Ue, L as Q, I as G, S as be, p as ve, q as xe, r as ye, s as me, t as st, v as Se, w as ot, x as it, y as lt, z as de, A as ct, E as dt, F as ut, H as mt, J as ht, K as pt } from "./checkbox-D3JJhc0K.js";
8
+ import { M as tr, N as ar, P as rr, O as nr, R as sr, Q as or, U as ir, V as lr, W as cr, X as dr, Y as ur, Z as mr, _ as hr } from "./checkbox-D3JJhc0K.js";
9
9
  import { Loader2Icon as gt, OctagonXIcon as ft, TriangleAlertIcon as bt, InfoIcon as vt, CircleCheckIcon as xt, XIcon as yt, PanelLeftIcon as wt, Layers as Pe, User as Nt, ShieldCheck as kt, Settings as we, Smartphone as Ct, Lock as _t, Save as St, Sun as Pt, Moon as Mt, Monitor as Tt, Zap as Me, Globe as It, Coins as Dt, LogOut as Et, CirclePlus as Lt, Plus as At, Search as zt, Check as Rt, X as qt, Pin as Te, MoreVertical as Ft, PinOff as Ot, Share2 as jt, Pencil as $t, Trash as Bt } from "lucide-react";
10
10
  import { useTheme as Ut } from "next-themes";
11
11
  import { Toaster as Kt, toast as X } from "sonner";
@@ -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.25",
13
+ "version": "0.7.26",
14
14
  "type": "module",
15
15
  "files": [
16
16
  "dist"