@hexabot-ai/api 3.2.1-alpha.0 → 3.2.2-alpha.0

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.
Files changed (69) hide show
  1. package/README.md +1 -1
  2. package/dist/config/i18n/en/global_settings.json +7 -0
  3. package/dist/config/i18n/fr/global_settings.json +7 -0
  4. package/dist/helper/helper.controller.js +2 -3
  5. package/dist/helper/helper.controller.js.map +1 -1
  6. package/dist/helper/helper.service.d.ts +0 -1
  7. package/dist/helper/helper.service.js +2 -10
  8. package/dist/helper/helper.service.js.map +1 -1
  9. package/dist/helper/index.d.ts +0 -1
  10. package/dist/helper/index.js +0 -1
  11. package/dist/helper/index.js.map +1 -1
  12. package/dist/helper/types.d.ts +0 -26
  13. package/dist/helper/types.js +1 -14
  14. package/dist/helper/types.js.map +1 -1
  15. package/dist/license/services/license.service.js +2 -2
  16. package/dist/license/services/license.service.js.map +1 -1
  17. package/dist/setting/default.settings.d.ts +5 -20
  18. package/dist/setting/default.settings.js +10 -63
  19. package/dist/setting/default.settings.js.map +1 -1
  20. package/dist/static/assets/{cssMode-CMCoflUW.js → cssMode-Cl7JZDYi.js} +1 -1
  21. package/dist/static/assets/{freemarker2-xrKobLW0.js → freemarker2-Ddcsv82z.js} +1 -1
  22. package/dist/static/assets/{handlebars-B001x0dl.js → handlebars-BggcQSEE.js} +1 -1
  23. package/dist/static/assets/{html-HBIKRg6X.js → html-FN76dqvq.js} +1 -1
  24. package/dist/static/assets/{htmlMode-D_O4-Va4.js → htmlMode-BWRIcbsi.js} +1 -1
  25. package/dist/static/assets/{index-3E05C6mQ.css → index-DKozh3Um.css} +1 -1
  26. package/dist/static/assets/{index-Ca-L_Bhg.js → index-DOga3_TI.js} +1998 -1998
  27. package/dist/static/assets/{javascript-BtGFPGHv.js → javascript-1EusMo1M.js} +1 -1
  28. package/dist/static/assets/{jsonMode-Cgpaamyt.js → jsonMode-WNbHOGWa.js} +1 -1
  29. package/dist/static/assets/{liquid-NlTZnkhA.js → liquid-D45yUZ7g.js} +1 -1
  30. package/dist/static/assets/{lspLanguageFeatures-CxA7MNHw.js → lspLanguageFeatures-uwS-CJEU.js} +1 -1
  31. package/dist/static/assets/{mdx-CO_P9sLj.js → mdx-PpOJ5pZ0.js} +1 -1
  32. package/dist/static/assets/{python-p9cJ1T8V.js → python-B3PwxkAn.js} +1 -1
  33. package/dist/static/assets/{razor-b6daQ7Gs.js → razor-D0t-tcQz.js} +1 -1
  34. package/dist/static/assets/{tsMode-qFS4LhFG.js → tsMode-DEMWhFCv.js} +1 -1
  35. package/dist/static/assets/{typescript-CVF7hkOS.js → typescript-DUe9LVDn.js} +1 -1
  36. package/dist/static/assets/{xml-3_BTeML3.js → xml-Dqap22Hx.js} +1 -1
  37. package/dist/static/assets/{yaml-CdBNONt5.js → yaml-Suu2-EtH.js} +1 -1
  38. package/dist/static/index.html +2 -2
  39. package/dist/static/locales/en/translation.json +16 -334
  40. package/dist/static/locales/fr/translation.json +16 -332
  41. package/dist/tsconfig.build.tsbuildinfo +1 -1
  42. package/dist/utils/test/fixtures/setting.js +1 -1
  43. package/dist/utils/test/fixtures/setting.js.map +1 -1
  44. package/dist/utils/test/providers/setting-service.provider.d.ts +0 -1
  45. package/dist/utils/test/providers/setting-service.provider.js +4 -15
  46. package/dist/utils/test/providers/setting-service.provider.js.map +1 -1
  47. package/dist/websocket/services/socket-event-dispatcher.service.js +6 -3
  48. package/dist/websocket/services/socket-event-dispatcher.service.js.map +1 -1
  49. package/package.json +4 -4
  50. package/src/config/i18n/en/global_settings.json +7 -0
  51. package/src/config/i18n/fr/global_settings.json +7 -0
  52. package/src/helper/helper.controller.ts +3 -4
  53. package/src/helper/helper.service.ts +3 -23
  54. package/src/helper/index.ts +0 -2
  55. package/src/helper/types.ts +0 -57
  56. package/src/license/services/license.service.spec.ts +13 -13
  57. package/src/license/services/license.service.ts +3 -3
  58. package/src/setting/default.settings.ts +10 -63
  59. package/src/utils/test/fixtures/setting.ts +1 -1
  60. package/src/utils/test/providers/setting-service.provider.ts +4 -19
  61. package/src/websocket/services/socket-event-dispatcher.service.ts +7 -5
  62. package/dist/config/i18n/en/chatbot_settings.json +0 -17
  63. package/dist/config/i18n/fr/chatbot_settings.json +0 -17
  64. package/dist/helper/lib/base-llm-helper.d.ts +0 -10
  65. package/dist/helper/lib/base-llm-helper.js +0 -16
  66. package/dist/helper/lib/base-llm-helper.js.map +0 -1
  67. package/src/config/i18n/en/chatbot_settings.json +0 -17
  68. package/src/config/i18n/fr/chatbot_settings.json +0 -17
  69. package/src/helper/lib/base-llm-helper.ts +0 -74
@@ -1,30 +1,18 @@
1
1
  {
2
2
  "message": {
3
3
  "duplicate_error": "Duplicate entry. Please choose a unique value.",
4
- "bad_request": "400 BAD REQUEST",
5
4
  "unable_to_process_request": "Unable to process request",
6
- "not_found": "404 NOT FOUND",
7
- "unable_to_locate_resource": "Unable to locate the requested resource on the server",
8
- "connection_refused": "Connection refused",
9
- "lost_connection": "Unable to reach the server. You may have lost your internet connection.",
10
- "forbidden": "403 FORBIDDEN ACCESS",
11
- "action_not_permitted": "You are not permitted to execute this action",
12
5
  "unable_to_save": "Unable to perform save",
13
6
  "server_error": "500 SERVER ERROR",
14
7
  "internal_server_error": "Oops! Something went wrong ... the server may had encountered an internal error. Please contact our support team if needed.",
15
8
  "loading": "Loading...",
16
9
  "loading_runs": "Loading runs...",
17
- "save_in_progress": "Save in progress",
18
- "full_name_is_required": "First and last name are required",
19
10
  "first_name_is_required": "First name is required",
20
11
  "last_name_is_required": "Last name is required",
21
12
  "username_is_required": "Username is required",
22
13
  "email_is_invalid": "E-mail is invalid",
23
14
  "email_is_required": "E-mail is required",
24
- "thank_you": "Thank you!",
25
- "get_back_asap": "We will get back to you as soon as possible.",
26
15
  "password_is_required": "Password is required",
27
- "password2_is_required": "Please retype your password",
28
16
  "password_min_length": "Password must be at least 8 characters",
29
17
  "password_match": "The two passwords do not match",
30
18
  "password_strength": "Password strength",
@@ -32,20 +20,13 @@
32
20
  "password_strength_fair": "Fair",
33
21
  "password_strength_good": "Good",
34
22
  "password_strength_strong": "Strong",
35
- "at_least_one_role_is_required": "At least one role is required",
36
23
  "login_success": "You can now sign in to your account",
37
- "confirm_required": "A confirmation e-mail has been sent to you! You can sign in but your account must be confirmed later on.",
38
24
  "login_failure": "Unable to login! Please check if your credentials are correct.",
39
25
  "logout_success": "You have been logged out successfully!",
40
26
  "reset_success": "Your reset request has been successful! You will receive an email containing a reset link. Please check your inbox.",
41
27
  "reset_newpass_success": "Your new password has been updated! You can log now using your new password.",
42
28
  "reset_confirm_success": "Thank you! Your account has been confirmed.",
43
29
  "avatar_update": "Update your avatar by uploading your own photo. Avatar must be in JPG/PNG format.",
44
- "avatar_failure_format": "Invalid format! The image must be in a JPEG(jpg) format",
45
- "avatar_failure_size": "Invalid size! The image must have a size less than 2MB",
46
- "account_update": "Update full name, email address and password by using the form below:",
47
- "edit_account_email": "A valid e-mail address. All e-mails from the system will be sent to this address. The e-mail address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by e-mail.",
48
- "new_password": "To change the current password, enter the new password in both fields.",
49
30
  "account_update_success": "Account has been updated successfully",
50
31
  "account_disabled": "Your account has been either disabled or is pending confirmation.",
51
32
  "item_delete_confirm": "Are you sure you want to delete this item?",
@@ -53,42 +34,22 @@
53
34
  "items_selected_delete_confirm": "Are you sure you want to delete those {{0}} selected items?",
54
35
  "item_delete_success": "Item has been deleted successfully",
55
36
  "success_save": "Changes has been saved!",
56
- "no_result_found": "No result found",
57
- "successful_request": "The request was successful",
58
- "patterns_is_invalid": "Please make sure that all patterns values are filled.",
59
- "capture_vars_is_invalid": "Be sure to configure all capture variables.",
60
- "fallback_is_invalid": "Fallback messages cannot be empty.",
61
- "text_message_is_invalid": "Text messages cannot be empty.",
62
- "element_buttons_is_invalid": "An element button title cannot be empty.",
63
- "quick_replies_is_invalid": "Make sure to fill all quick replies titles/payloads!",
64
- "buttons_is_invalid": "Make sure to fill all buttons titles/payloads!",
65
- "attachment_failure_format": "Attachment has invalid format",
66
- "drop_file_here": "Drop file here or click to upload",
67
37
  "file_max_size": "The file exceeds the maximum allowed size. Please ensure your file is within the size limit and try again.",
68
- "attachment_failure_size": "The file exceeds the maximum allowed size. Please ensure your file is within the size limit and try again.",
69
38
  "upload_failed": "Unable to upload the file!",
70
- "no_user": "There are no subscribers at the moment.",
71
- "no_user_assigned": "No one is assigned to you.",
72
- "no_user_handledby_chatbot": "No one is handled currently by the chatbot",
73
39
  "no_message_to_display": "No messages to display",
74
40
  "title_is_required": "Title is required",
75
41
  "url_is_required": "Url is required",
76
42
  "url_is_invalid": "The provided URL is invalid",
77
43
  "command_is_required": "Command is required",
78
- "payload_is_required": "Payload is required",
79
44
  "no_data_to_display": "No data to display",
80
- "no_runs": "No runs",
81
45
  "no_runs_found": "No runs found",
82
- "label_is_required": "Label is required",
83
46
  "roles_is_required": "Roles are required",
84
47
  "name_is_required": "Name is required",
85
48
  "value_is_required": "Value is required",
86
- "owner_is_required": "Owner is required",
87
49
  "schedule_is_required": "Schedule is required for scheduled workflows",
88
50
  "slug_is_required": "Slug is required",
89
51
  "slug_is_invalid": "Slug must use lowercase letters, numbers, and underscores only",
90
52
  "scope_is_required": "Scope is required",
91
- "schema_is_required": "Schema is required",
92
53
  "schema_is_invalid": "Schema must be valid JSON",
93
54
  "property_name_is_required": "Property name is required",
94
55
  "property_name_must_be_unique": "Property name must be unique",
@@ -96,21 +57,12 @@
96
57
  "max_depth_reached": "Max depth reached.",
97
58
  "ttl_seconds_min": "TTL must be at least 1 second",
98
59
  "ttl_seconds_invalid": "TTL must be a positive integer",
99
- "subtitle_is_required": "Subtitle is required",
100
- "attachment_is_required": "Attachment is required",
101
60
  "success_import": "Content has been successfully imported!",
102
61
  "import_failed": "Import failed",
103
62
  "import_duplicated_data": "Data already exists",
104
- "attachment_not_synced": "- Pending Sync. -",
105
63
  "success_translation_refresh": "Translations has been successfully refreshed!",
106
- "message_tag_is_required": "You need to specify a message tag.",
107
- "block_is_required": "You must select the message block that will be sent as a broadcast message.",
108
- "notification_type_is_required": "Please choose a notification type",
109
- "setting_success_update": "Settings has been successfully updated!",
110
- "labels_are_required": "You need to add at least one Label",
111
64
  "type_is_required": "Type is required",
112
65
  "permission_already_exists": "Permission already exists",
113
- "workflow_input_event_type_description": "Type of event that triggered this workflow run.",
114
66
  "workflow_input_message_type_description": "Type of inbound message associated with the triggering event.",
115
67
  "workflow_input_payload_description": "Raw event payload passed to the workflow.",
116
68
  "workflow_input_message_description": "Full message object received from the channel.",
@@ -123,38 +75,15 @@
123
75
  "workflow_scheduled_run_now_hint": "Scheduled workflows can be triggered immediately from the run action.",
124
76
  "workflow_trigger_simulator_availability": "Trigger simulation is available for manual and scheduled workflows.",
125
77
  "workflow_run_started": "Workflow run started.",
126
- "button_block_message_label": "What would you like to know about us?",
127
78
  "network_error": "Network error. Please try again later",
128
- "content_is_required": "Content is required",
129
- "message_is_required": "Message is required",
130
- "invalid_list_limit": "List limit must be >=2 and <= 4",
131
- "invalid_carousel_limit": "List limit must be >=1 and <= 10",
132
- "no_content_type": "No content type available, please create one first",
133
- "invalid_max_fallback_attempt_limit": "Max fallback attempt limit must have positive value",
134
- "fallback_message_required": "Fallback message is required",
135
- "regex_is_invalid": "Regex is invalid",
136
- "regex_is_empty": "Regex cannot be empty",
137
79
  "attachment_not_found": "Attachment is not found",
138
- "title_length_exceeded": "You have reached the maximum length",
139
- "no_label_found": "No label found",
140
80
  "code_is_required": "Language code is required",
141
- "text_is_required": "Text is required",
142
81
  "invalid_file_type": "Invalid file type. Please select a file in the supported format.",
143
82
  "logout_failed": "Something went wrong during logout",
144
- "duplicate_labels_not_allowed": "Duplicate labels are not allowed",
145
- "duplicate_block_error": "Something went wrong while duplicating block",
146
- "move_block_error": "Something went wrong. Unable to move block",
147
83
  "image_error": "Image not found",
148
84
  "file_error": "File not found",
149
85
  "audio_error": "Audio not found",
150
86
  "video_error": "Video not found",
151
- "missing_fields_error": "Please make sure that all required fields are filled",
152
- "weight_required_error": "Weight is required or invalid",
153
- "weight_positive_number_error": "Weight must be a strictly positive number",
154
- "no_matching_results": "No matching results found. Try other keywords.",
155
- "results": "results",
156
- "item_selected": "{{0}} selected item",
157
- "items_selected": "{{0}} selected items",
158
87
  "start": "Start",
159
88
  "stop": "Stop",
160
89
  "wait_message": "Please wait",
@@ -190,15 +119,17 @@
190
119
  "no_settings_schema": "No settings schema is available for this group.",
191
120
  "no_channels_available_for_sources": "No channels available for source creation.",
192
121
  "no_channel_selected_for_source": "A channel is required to create a source.",
193
- "no_settings_schema_for_source_channel": "No settings schema is available for this channel."
122
+ "no_settings_schema_for_source_channel": "No settings schema is available for this channel.",
123
+ "unknown": "Unknown",
124
+ "workflow_type_conversational_trigger": "Triggered by chat messages and events.",
125
+ "workflow_type_conversational_schema_editability": "You can't edit input schema. Input is system-defined.",
126
+ "workflow_type_manual_trigger": "Triggered via API or manual calls.",
127
+ "workflow_type_manual_schema_editability": "You can edit input schema. You define the input schema.",
128
+ "workflow_type_scheduled_trigger": "Triggered on a schedule.",
129
+ "workflow_type_scheduled_schema_editability": "You can't edit input schema. Input is system-defined."
194
130
  },
195
131
  "menu": {
196
- "terms": "Terms of Use",
197
- "policy": "Privacy Policy",
198
- "login": "Login",
199
- "register": "Sign Up",
200
132
  "logout": "Logout",
201
- "account": "Account",
202
133
  "edit_account": "Edit Account",
203
134
  "dashboard": "Dashboard",
204
135
  "visual_editor": "Visual Editor",
@@ -215,15 +146,12 @@
215
146
  "content_types": "Content Types",
216
147
  "manage_content": "Manage Content",
217
148
  "cms": "Knowledge Base",
218
- "nodes": "Content",
219
- "entities": "Content types",
220
149
  "languages": "Languages",
221
150
  "administration": "Administration",
222
151
  "audience": "Audience",
223
152
  "integrations": "Integrations",
224
153
  "manage_localization": "Manage Localization",
225
154
  "translations": "Translations",
226
- "import": "Bulk Import",
227
155
  "media_library": "Media Library",
228
156
  "broadcast": "Broadcast",
229
157
  "labels": "Labels",
@@ -236,48 +164,32 @@
236
164
  "channel_sources": "Channels",
237
165
  "channels": "Channels",
238
166
  "settings": "Settings",
239
- "event_log": "Events Log",
240
167
  "audit_trail": "Audit Trail",
241
168
  "home": "Home",
242
169
  "admin": "Admin"
243
170
  },
244
171
  "title": {
245
172
  "login": "Sign In",
246
- "confirm_account": "Confirm your account",
247
- "registration_success": "Registration has been successful",
248
- "register": "Register",
249
173
  "reset_password": "Reset password",
250
174
  "edit_my_account": "Edit my account",
251
- "fields_map": "Fields Map",
252
175
  "user_location": "Geolocation",
253
- "user_infos": "User Infos",
254
- "evaluation_report": "Evaluation Report",
255
176
  "memory_definitions": "Memory Definitions",
256
177
  "new_memory_definition": "New Memory Definition",
257
178
  "edit_memory_definition": "Edit Memory Definition",
258
179
  "manage_persistent_menu": "Manage Persistent Menu",
259
180
  "add_menu_item": "Add Menu Item",
260
181
  "edit_menu_item": "Edit Menu Item",
261
- "content": "Content",
262
182
  "new_content": "New Content",
263
- "edit_content": "Edit Content",
264
183
  "entities": "Content Types",
265
184
  "new_content_type": "New Content Type",
266
185
  "edit_content_type": "Edit Content Type",
267
- "nodes": "Content",
268
- "new_node": "New Content",
269
186
  "edit_node": "Edit Content",
270
- "import": "Bulk Import",
271
187
  "media_library": "Media Library",
272
188
  "languages": "Languages",
273
189
  "new_language": "Add Language",
274
190
  "edit_language": "Edit Language",
275
191
  "translations": "Translations",
276
192
  "update_translation": "Update Translation",
277
- "broadcast": "Broadcast",
278
- "supported_message_types": "Supported Message Types",
279
- "new_broadcast_message": "New Broadcast Message",
280
- "edit_broadcast_message": "Edit Broadcast Message",
281
193
  "labels": "Labels",
282
194
  "new_label": "New Label",
283
195
  "edit_label": "Edit Label",
@@ -297,22 +209,16 @@
297
209
  "edit_source": "Edit Source",
298
210
  "new_workflow": "New Workflow",
299
211
  "edit_workflow": "Edit Workflow",
300
- "requestlog": "Request Log",
301
212
  "manage_permissions": "Manage permissions",
302
- "active_users": "Active users",
303
- "inbox": "Inbox",
304
213
  "quick_actions": "Quick Actions",
305
214
  "all_messages": "All Messages",
306
215
  "handled_by_me": "Assigned to me",
307
216
  "handled_by_chatbot": "Others",
308
217
  "settings": "Settings",
309
- "event_log": "Events Log",
310
218
  "audit_trail": "Audit Trail",
311
219
  "audit_log_details": "Audit Log Details",
312
- "log_entry": "Log entry",
313
220
  "dashboard": "Dashboard",
314
221
  "warning": "Warning",
315
- "console": "Admin Chat Console",
316
222
  "group_label": "Group Label",
317
223
  "default_group": "Default Group",
318
224
  "workflow_runs": "Workflow Runs",
@@ -415,88 +321,36 @@
415
321
  }
416
322
  },
417
323
  "label": {
418
- "terms": "I have read and approve the terms and conditions.",
419
- "starts_conversation": "Entrypoint",
420
- "block_event_type": "Type of event",
421
- "event_type": "Event type",
422
- "patterns": "Patterns",
423
- "no_patterns": "- No triggers -",
424
- "no_quick_replies": "- No quick replies -",
425
- "text_patterns": " Text Patterns",
426
- "triggers": "Triggers",
427
324
  "trigger_simulator": "Trigger Simulator",
428
325
  "triggered_by": "Triggered By",
429
- "payloads": "Payloads",
430
- "general_payloads": "General Payloads",
431
- "exact_match": "Exact Match",
432
- "pattern_match": "Pattern Match",
433
- "intent_match": "Intent Match",
434
- "interaction": "Interaction",
435
- "outcome_match": "Outcome Match",
436
- "outcome": "Outcome",
437
- "any_outcome": "Any Outcome",
438
- "capture": "Capture?",
439
- "text_message": "Text message",
440
- "postback_payload": "Payload",
441
- "get_started": "Get Started",
442
- "view_more": "View More",
443
- "user_location": "User location",
444
326
  "messages": "Messages",
445
- "is_regex": "Is Regex?",
446
327
  "message": "Message",
447
328
  "message_type": "Message type",
448
- "no_message": "- No message -",
449
- "plugin": "Plugin",
450
329
  "postback": "Postback",
451
330
  "quickReply": "Quick Reply",
452
- "quick_reply": "Quick Reply",
453
331
  "attachment": "Attachment",
454
332
  "text": "Text",
455
333
  "string": "Text Input",
456
334
  "location": "Location",
457
- "user_phone_number": "User phone number",
458
335
  "user_email": "User email address",
459
336
  "image": "Image",
460
337
  "video": "Video",
461
338
  "audio": "Audio",
462
339
  "file": "File",
463
- "upload_from_computer": "Upload From Computer",
464
- "element_default_action": "Element Default Action",
465
- "element_buttons": "Element Buttons",
466
- "list_bottom_buttons": "List Bottom Buttons",
467
- "webview": "Webview",
468
340
  "large": "Large",
469
341
  "compact": "Compact",
470
342
  "full": "Full",
471
343
  "tall": "Tall",
472
- "top_element_style": "Top Element Style",
473
344
  "content": "Content",
474
345
  "content_limit": "Limit",
475
346
  "load_more": "Enable `View More` Button?",
476
347
  "options": "Options",
477
348
  "seconds": "Seconds",
478
- "typing_indicator": "Typing indicator",
479
- "enable_fallback": "Enable Fallback?",
480
- "max_fallback_attempts": "Max Fallback Attempts",
481
- "fallback_message": "Fallback Message",
482
- "labeled_with": "Target users with labels?",
483
349
  "assign_labels": "Assign labels",
484
- "replacement_tokens": "Replacement Tokens",
485
- "built_in": "Built-in",
486
350
  "permanent": "Permanent",
487
351
  "assign_to": "Takeover By",
488
352
  "assigned_to": "Assigned To",
489
353
  "user_first_name": "First Name",
490
- "user_last_name": "Last Name",
491
- "user_location_lat": "Latitude",
492
- "user_location_lon": "Longitude",
493
- "user_location_country": "Country",
494
- "user_location_state": "State",
495
- "user_location_zipcode": "Zipcode",
496
- "user_location_streetName": "Street Name",
497
- "from_channels": "Target channels",
498
- "simple_text": "Simple Text",
499
- "quick_replies": "Quick Replies",
500
354
  "button": "Button",
501
355
  "buttons": "Buttons",
502
356
  "web_url": "Web URL",
@@ -504,8 +358,6 @@
504
358
  "menu_payloads": "Menu Payloads",
505
359
  "button_payloads": "Button Payloads",
506
360
  "content_payloads": "Content Payloads",
507
- "quick_reply_payloads": "Quick Reply Payloads",
508
- "display_mode": "Display Mode",
509
361
  "list": "List",
510
362
  "carousel": "Carousel",
511
363
  "value": "Value",
@@ -560,8 +412,6 @@
560
412
  "tool_count": "Tool Count",
561
413
  "error": "Error",
562
414
  "operations": "Operations",
563
- "html_content": "HTML Content",
564
- "external_url": "External URL",
565
415
  "entity": "Type",
566
416
  "url": "URL",
567
417
  "command": "Command",
@@ -573,10 +423,8 @@
573
423
  "scope": "Scope",
574
424
  "schema": "Schema (JSON)",
575
425
  "input_schema": "Input Schema",
576
- "output_schema": "Output Schema",
577
426
  "annotations": "Annotations",
578
427
  "metadata": "Metadata",
579
- "raw_payload": "Raw Payload",
580
428
  "json_schema_object": "JSON Schema (Object)",
581
429
  "properties": "Properties",
582
430
  "property_name": "Property name",
@@ -584,26 +432,20 @@
584
432
  "items": "Items",
585
433
  "items_schema": "Items schema",
586
434
  "required": "Required",
587
- "allow_additional_properties": "Allow additional properties",
588
435
  "unnamed": "unnamed",
589
436
  "ttl_seconds": "TTL (seconds)",
590
437
  "global": "Global",
591
438
  "workflow": "Workflow",
592
439
  "thread": "Thread",
593
440
  "run": "Run",
594
- "textarea": "Text Area",
595
441
  "checkbox": "Checkbox",
596
442
  "fields": "Fields",
597
443
  "image_url": "Image URL",
598
444
  "action_title": "Default Action",
599
- "match_sound": "Equals/Like",
600
- "regex": "Regex",
601
445
  "pattern": "Pattern",
602
446
  "preview": "Preview",
603
447
  "size": "Size",
604
- "attachment_channel_sync": "Channels Sync",
605
448
  "str": "String",
606
- "translated": "Translated (%)",
607
449
  "translations": "Translations",
608
450
  "avatar": "Avatar",
609
451
  "first_name": "First name",
@@ -620,40 +462,12 @@
620
462
  "credential": "Credential",
621
463
  "user": "User",
622
464
  "language": "Language",
623
- "target_users_with_label": "Target subscribers with label",
624
465
  "message_tag": "Message Tag",
625
- "message_tag_shipping_update": "Shipping Update",
626
- "message_tag_reservation_update": "Reservation Update",
627
- "message_tag_issue_resolution": "Issue Resolution",
628
- "message_tag_appointment_update": "Appointment Update",
629
- "message_tag_game_event": "Game Event",
630
- "message_tag_transportation_update": "Transportation Update",
631
- "message_tag_feature_functionality_update": "Feature Functionality Update",
632
- "message_tag_ticket_update": "Ticket Update",
633
- "message_tag_account_update": "Account Update",
634
- "message_tag_payment_update": "Payment Update",
635
- "message_tag_personal_finance_update": "Personal Finance Update",
636
- "message_tag_pairing_update": "Pairing Update",
637
- "message_tag_application_update": "Application Update",
638
- "message_tag_confirmed_event_reminder": "Confirmed Event Reminder",
639
- "message_tag_community_alert": "Community Alert",
640
- "message_tag_non_promotional_subscription": "Non Promotional Subscription",
641
- "message_block": "Message Block",
642
- "notification_type": "Notification Type",
643
- "notification_type_regular": "Regular",
644
- "notification_type_silent_push": "Silent Push",
645
- "notification_type_no_push": "No Push",
646
466
  "pending": "Pending",
647
- "sent": "Sent",
648
467
  "source": "Source",
649
- "message_creative_id": "Creative ID",
650
- "broadcast_id": "Broadcast ID",
651
468
  "label_id": "Label ID",
652
- "msg_read": "Read",
653
- "msg_delivered": "Delivered",
654
469
  "email": "E-mail",
655
470
  "roles": "Roles",
656
- "ipAddress": "IP",
657
471
  "method": "HTTP",
658
472
  "model": "DB Model",
659
473
  "body": "Body",
@@ -691,7 +505,6 @@
691
505
  "owner": "Owner",
692
506
  "provider": "Provider",
693
507
  "languages": "Available Languages",
694
- "default_lang": "Default Language",
695
508
  "channel": "Channel",
696
509
  "entry": "Entry content",
697
510
  "thumbnail": "Thumbnail",
@@ -701,10 +514,8 @@
701
514
  "gb": "GB",
702
515
  "or": "OR",
703
516
  "click_or_dragndrop_to_upload": "Click or Drag & Drop to upload a file",
704
- "button_block_message_label": "What would you like to know about us ?",
705
517
  "menu": "Menu",
706
518
  "total": "Total",
707
- "general": "General",
708
519
  "settings": "Settings",
709
520
  "other": "Other",
710
521
  "no_data": "No data",
@@ -717,7 +528,6 @@
717
528
  "any": "Any",
718
529
  "full_name": "First and last name",
719
530
  "password": "Password",
720
- "current_flow": "Current flow",
721
531
  "all_flows": "All flows",
722
532
  "types": "Types",
723
533
  "triggered_at": "Triggered At",
@@ -770,63 +580,30 @@
770
580
  "idle": "Idle",
771
581
  "running": "Running",
772
582
  "suspended": "Suspended"
773
- }
583
+ },
584
+ "read_only": "Read only",
585
+ "view": "View",
586
+ "unknown": "Unknown"
774
587
  },
775
588
  "placeholder": {
776
- "your_username": "Your username",
777
- "your_email": "Your E-mail address",
778
- "your_password": "Your password",
779
589
  "username": "Username",
780
590
  "email": "E-mail address",
781
- "password": "Password",
782
591
  "password2": "Confirm your password",
783
- "timezone": "Timezone",
784
- "language": "Language",
785
- "date_format": "Date format",
786
592
  "first_name": "First name",
787
593
  "last_name": "Last name",
788
- "search": "Search",
789
- "type_message": "Type your message ...",
790
594
  "keywords": "Keywords",
791
- "label": "Label",
792
595
  "type": "Type",
793
596
  "name": "Name",
794
- "entities": "Entities",
795
- "select": "Select",
796
- "unselect": "Unselect",
797
597
  "title": "Title",
798
- "url": "URL",
799
- "payload": "Payload",
800
- "user_says": "User says ...",
801
- "select_or_create": "Select or Create new",
802
- "filter_by_label": "Filter by labels",
803
- "start_date": "Start Date",
804
- "end_date": "End Date",
805
598
  "type_message_here": "Type message here ....",
806
- "mark_as_default": "By Default",
807
- "pattern": "Pattern",
808
- "full_name": "First and last name",
809
- "step_trace": "Step Trace",
810
- "inspector": "Inspector",
811
599
  "latest_run": "Latest run",
812
- "run_at": "Run {{0}}",
813
- "unknown": "Unknown"
600
+ "run_at": "Run {{0}}"
814
601
  },
815
602
  "button": {
816
603
  "login": "Sign In",
817
- "register": "Sign Up",
818
- "next": "Next",
819
- "previous": "Previous",
820
- "trash": "Trash",
821
- "last_created": "Last created",
822
- "last_modified": "Last modified",
823
604
  "rename": "Rename",
824
605
  "more": "More",
825
- "duplicate": "Duplicate",
826
- "remove": "Remove",
827
606
  "remove_property": "Remove property",
828
- "move": "Move",
829
- "remove_permanently": "Remove",
830
607
  "restore": "Restore",
831
608
  "edit": "Edit",
832
609
  "save": "Save",
@@ -843,55 +620,24 @@
843
620
  "add": "Add",
844
621
  "add_option": "Add option",
845
622
  "add_property": "Add property",
846
- "done": "Done",
847
- "yes": "Yes",
848
- "no": "No",
849
- "ok": "OK",
850
- "load_more": "Load more ...",
851
- "details": "Details",
852
- "reset": "Reset",
853
623
  "append": "Append",
854
624
  "delete": "Delete",
855
625
  "download": "Download",
856
- "send": "Send",
857
- "fields": "Fields",
858
626
  "upload": "Upload",
859
627
  "import": "Import",
860
- "export": "Export",
861
628
  "manage": "Manage",
862
629
  "view": "View",
863
630
  "view_all": "View All",
864
631
  "close": "Close",
865
- "validate": "Validate",
866
632
  "back": "Back",
867
- "values": "Values",
868
- "labels": "Manage Labels",
869
- "load_previous_messages": "Load previous messages",
870
- "roles": "Manage roles",
871
633
  "permissions": "Permissions",
872
- "requestlog": "Request Log",
873
- "guess": "Guess",
874
634
  "content": "Content",
875
635
  "takeover": "Take over",
876
636
  "handback": "Hand back",
877
- "assign": "Assign",
878
- "evaluate": "Evaluate",
879
637
  "refresh": "Refresh",
880
- "channel_sync": "Sync. Channels",
881
638
  "select": "Select",
882
- "unselect": "Unselect",
883
639
  "media_library": "Media Library",
884
640
  "manage_roles": "Manage Roles",
885
- "connect_with_sso": "Connect with SSO",
886
- "add_pattern": "New Trigger",
887
- "postback": "Postback",
888
- "url": "Url",
889
- "add_button": "New Button",
890
- "add_quick_reply": "New Quick Reply",
891
- "text": "Text",
892
- "location": "Location",
893
- "mark_as_default": "Mark as Default",
894
- "toggle": "Toggle",
895
641
  "annotate": "Annotate Dataset",
896
642
  "continue": "Continue",
897
643
  "not_now": "Not now",
@@ -899,61 +645,18 @@
899
645
  "enter_license_key": "Enter license key",
900
646
  "manage_users": "Manage users"
901
647
  },
902
- "tooltip": {
903
- "follow_live": "Follow live",
904
- "export_trace": "Export trace (JSON)",
905
- "copy_run_id": "Copy run ID",
906
- "clear": "Clear"
907
- },
908
648
  "input": {
909
649
  "search": "Search",
910
- "jsonata_formula_mode": "JSONata mode (starts with '=')",
911
- "plain_text_mode": "Plain text"
650
+ "jsonata_formula_mode": "JSONata mode (starts with '=')"
912
651
  },
913
652
  "link": {
914
653
  "reset": "Forgot your password?"
915
654
  },
916
- "help": {
917
- "fallback_message": "If no fallback block is selected, then one of these messages will be sent.",
918
- "hit_enter_to_create": "Hit `enter` to create new",
919
- "permanent": "When enabled, the variable value will be stored in the subscriber's profile and retained for future conversations."
920
- },
921
- "charts": {
922
- "messages": "Messages",
923
- "conversations": "Conversations",
924
- "audience": "Audience",
925
- "popular_blocks": "Popular Blocks",
926
- "no_data": "There is not enough data for now",
927
- "loading": "Loading",
928
- "desc": {
929
- "messages": "Shows the amount of incoming and outgoing messages handled by your chatbot. Please consider clicking on the legends to filter the results.",
930
- "conversations": "Compares between new conversations and old ones. Please consider clicking on the legends to filter the results.",
931
- "audience": "Describes user's engagement by highlighting returning users vs new users. Please consider clicking on the legends to filter the results.",
932
- "popular_blocks": "Highlights the blocks that were tiggered the most. Please consider clicking on the legends to filter the results."
933
- },
934
- "legends": {
935
- "all_messages": "All Messages",
936
- "incoming": "Incoming",
937
- "outgoing": "Outgoing",
938
- "new_conversations": "New Conversations",
939
- "existing_conversations": "Existing Conversations",
940
- "new_users": "New Users",
941
- "returning_users": "Returning Users",
942
- "retention": "Retention"
943
- },
944
- "error": "Error"
945
- },
946
655
  "datetime": {
947
656
  "created_at": "{{val, datetime, dateFormat}}",
948
657
  "updated_at": "{{val, datetime, dateFormat}}"
949
658
  },
950
659
  "visual_editor": {
951
- "zoom": {
952
- "in": "Zoom In",
953
- "out": "Zoom Out",
954
- "reset": "Reset zoom to default",
955
- "fitScreen": "Fit to screen"
956
- },
957
660
  "flows_drawer": {
958
661
  "title": "Flows",
959
662
  "search_placeholder": "Search name or description",
@@ -965,14 +668,8 @@
965
668
  "published": "Published"
966
669
  },
967
670
  "errors": "Errors {{0}}",
968
- "badge": {
969
- "input_schema": "Input schema"
970
- },
971
671
  "meta": {
972
- "cron": "Cron: {{0}}",
973
672
  "no_schedule": "No schedule",
974
- "requires_params": "Requires {{0}} params",
975
- "no_params": "No params",
976
673
  "no_details": "No details"
977
674
  },
978
675
  "empty": {
@@ -991,28 +688,20 @@
991
688
  "form": {
992
689
  "section": {
993
690
  "input": "Input",
994
- "settings": "Settings",
995
- "execution_settings": "Overrides",
996
- "output": "Output"
691
+ "settings": "Settings"
997
692
  },
998
693
  "empty_schema": {
999
694
  "input": "No input schema available.",
1000
- "settings": "No settings schema available.",
1001
- "output": "No output schema available."
695
+ "settings": "No settings schema available."
1002
696
  },
1003
697
  "empty_state": {
1004
698
  "no_action": "No action selected.",
1005
699
  "no_schema": "No action schema available."
1006
700
  },
1007
- "node_label": {
1008
- "agent": "Agent",
1009
- "task": "Task"
1010
- },
1011
701
  "action_label": {
1012
702
  "none": "No action selected"
1013
703
  },
1014
704
  "step_id": {
1015
- "label": "Step ID",
1016
705
  "placeholder": "step_id",
1017
706
  "errors": {
1018
707
  "required": "Step ID is required.",
@@ -1031,12 +720,8 @@
1031
720
  }
1032
721
  },
1033
722
  "tool_drawer": {
1034
- "title": "Tool",
1035
- "description": "Configure this tool binding.",
1036
723
  "form": {
1037
- "action_label": "Action",
1038
724
  "tool_id": {
1039
- "label": "Tool ID",
1040
725
  "placeholder": "tool_name",
1041
726
  "errors": {
1042
727
  "required": "Tool ID is required.",
@@ -1045,7 +730,6 @@
1045
730
  }
1046
731
  },
1047
732
  "description": {
1048
- "label": "Description",
1049
733
  "placeholder": "Optional tool description."
1050
734
  },
1051
735
  "empty_schema": {
@@ -1107,7 +791,6 @@
1107
791
  "title": "Loop",
1108
792
  "description": "Configure loop iteration, exit rule, and accumulator settings.",
1109
793
  "form": {
1110
- "empty_state": "No loop configuration available.",
1111
794
  "name": {
1112
795
  "label": "Name",
1113
796
  "helper": "Optional key used to expose loop output."
@@ -1207,7 +890,6 @@
1207
890
  "update": "Updated",
1208
891
  "restore": "Restored",
1209
892
  "import": "Imported",
1210
- "publish": "Published",
1211
893
  "unknown": "Updated"
1212
894
  }
1213
895
  },