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.
- package/dist/{checkbox-iAFtpOFJ.js → checkbox-D3JJhc0K.js} +2 -2
- package/dist/gentiq-admin.es.js +918 -867
- package/dist/gentiq-index.es.js +131 -131
- package/dist/gentiq.css +1 -1
- package/dist/src/admin/lib/api.d.ts +6 -0
- package/dist/src/locales/en.json.d.ts +4 -0
- package/dist/src/locales/fa.json.d.ts +4 -0
- package/package.json +1 -1
|
@@ -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": {
|