gentiq 0.8.0 → 0.8.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.
@@ -204,6 +204,7 @@ declare const _default: {
204
204
  "threads_chart": "Threads",
205
205
  "messages_chart": "Messages",
206
206
  "token_usage_chart": "Token Usage",
207
+ "cost_chart": "Cost Per Day",
207
208
  "active_users": "Active Users",
208
209
  "conversations": "conversations",
209
210
  "threads": "threads",
@@ -203,6 +203,7 @@ declare const _default: {
203
203
  "threads_chart": "گفتگوها",
204
204
  "messages_chart": "پیام‌ها",
205
205
  "token_usage_chart": "مصرف توکن",
206
+ "cost_chart": "هزینه روزانه",
206
207
  "active_users": "کاربران فعال",
207
208
  "conversations": "گفتگو",
208
209
  "threads": "گفتگو",
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.8.0",
13
+ "version": "0.8.1",
14
14
  "type": "module",
15
15
  "files": [
16
16
  "dist"