@bcrumbs.net/inbox 0.0.60 → 0.0.63

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 (88) hide show
  1. package/assets/ar/inbox.json +16 -3
  2. package/assets/en/inbox.json +15 -2
  3. package/index.cjs.js +49115 -49417
  4. package/index.esm.js +49119 -49421
  5. package/package.json +4 -4
  6. package/playwright.config.d.ts +9 -0
  7. package/src/app/ai/components/Crumby/CrumbyComposer.d.ts +1 -1
  8. package/src/app/ai/components/playground/Button.d.ts +1 -1
  9. package/src/app/ai/components/playground/ThreadMessages.d.ts +5 -1
  10. package/src/app/ai/components/playground/TooltipIconButton.d.ts +2 -2
  11. package/src/app/auth/components/ClerkForgetPanel.d.ts +6 -0
  12. package/src/app/auth/components/ClerkResetPasswordPanel.d.ts +6 -0
  13. package/src/app/auth/components/ClerkSessionBridge.d.ts +12 -0
  14. package/src/app/auth/components/ClerkSignInPanel.d.ts +2 -0
  15. package/src/app/auth/components/ClerkSignUpPanel.d.ts +2 -0
  16. package/src/app/auth/components/UserAvatar/AccountSettingsDropdown.d.ts +3 -5
  17. package/src/app/auth/components/password-page/PasswordFormView.d.ts +10 -1
  18. package/src/app/auth/config/authProvider.d.ts +12 -0
  19. package/src/app/auth/config/clerkAppearance.d.ts +430 -0
  20. package/src/app/auth/hooks/useRoles.d.ts +1 -0
  21. package/src/app/auth/pages/Auth.style.d.ts +82 -0
  22. package/src/app/auth/pages/CheckAuth.d.ts +7 -4
  23. package/src/app/auth/pages/Forget.d.ts +2 -2
  24. package/src/app/auth/pages/Login.d.ts +2 -3
  25. package/src/app/auth/pages/Login.style.d.ts +1 -0
  26. package/src/app/auth/pages/Password.d.ts +2 -2
  27. package/src/app/auth/pages/Register.d.ts +2 -3
  28. package/src/app/auth/pages/Register.style.d.ts +5 -0
  29. package/src/app/auth/utils/avatar.d.ts +1 -0
  30. package/src/app/auth/utils/clerkTracking.d.ts +9 -0
  31. package/src/app/auth/utils/resetWorkspaceRoleState.d.ts +4 -0
  32. package/src/app/billing/utils/pendingPlanPurchaseStorage.d.ts +6 -6
  33. package/src/app/broadcast/components/BroadcastAnalysisContent.d.ts +3 -1
  34. package/src/app/broadcast/components/BroadcastAnalysisReciepients.d.ts +6 -1
  35. package/src/app/broadcast/components/BroadcastAnalysisReciepientsHeader.d.ts +7 -1
  36. package/src/app/contact/components/ContactFilterOptions.d.ts +4 -1
  37. package/src/app/contact/components/ContactFormFields.d.ts +4 -1
  38. package/src/app/dashboard/components/AgentPerformanceCard.d.ts +2 -1
  39. package/src/app/dashboard/components/BroadcastCampaignProgressCard.d.ts +3 -1
  40. package/src/app/dashboard/components/DashboardExportButton.d.ts +8 -0
  41. package/src/app/dashboard/components/DashboardSections.d.ts +2 -1
  42. package/src/app/dashboard/components/OpenedChatsCard.d.ts +5 -1
  43. package/src/app/dashboard/components/TagPerformanceCard.d.ts +2 -1
  44. package/src/app/dashboard/utils/dashboardReportExports.d.ts +100 -0
  45. package/src/app/generic/components/PhoneDigitsInput.d.ts +7 -0
  46. package/src/app/generic/hooks/useOnlineStatus.d.ts +1 -1
  47. package/src/app/generic/hooks/useResourceColumns.d.ts +3 -1
  48. package/src/app/inbox/components/Chat/ChatHeader.d.ts +2 -0
  49. package/src/app/inbox/components/Chat/NoConvSelected.d.ts +5 -0
  50. package/src/app/inbox/components/Chat/index.d.ts +4 -1
  51. package/src/app/inbox/components/NewDetails/ClientSection.d.ts +2 -1
  52. package/src/app/inbox/components/NewDetails/UserHeader.d.ts +2 -1
  53. package/src/app/inbox/components/NewDetails/index.d.ts +2 -1
  54. package/src/app/inbox/components/Shared/Inbox.d.ts +4 -1
  55. package/src/app/inbox/components/Shared/MobileChatDetailsSlider.d.ts +15 -0
  56. package/src/app/inbox/components/Shared/MobileDetailsSwipeHint.d.ts +9 -0
  57. package/src/app/inbox/components/Shared/MobileMenu.d.ts +2 -1
  58. package/src/app/inbox/hooks/useConvActions.d.ts +1 -0
  59. package/src/app/inbox/hooks/useConversationsPerodicFetch.d.ts +3 -0
  60. package/src/app/inbox/hooks/useStartedTimeAgo.d.ts +5 -0
  61. package/src/app/inbox/utils/convs.d.ts +8 -1
  62. package/src/app/inbox/utils/inboxAssignableAis.d.ts +11 -1
  63. package/src/app/layout/constants/index.d.ts +10 -10
  64. package/src/app/layout/hooks/useCrumbyEnabled.d.ts +18 -0
  65. package/src/app/layout/hooks/useCrumbyUpgradeAction.d.ts +10 -0
  66. package/src/app/managemnet/config/types.d.ts +2 -0
  67. package/src/app/onboarding/utils/onboardingChecklistPersistence.d.ts +18 -0
  68. package/src/app/onboarding/utils/onboardingChecklistStorage.d.ts +10 -1
  69. package/src/app/resources/components/Integrations/Facebook/PagePickerPopup.d.ts +3 -1
  70. package/src/app/subscriptions/components/NewSubscription/OnboardingStepper.d.ts +8 -0
  71. package/src/app/subscriptions/components/NewSubscription/SubscriptionFailed.d.ts +6 -0
  72. package/src/app/subscriptions/components/NewSubscription/SubscriptionName.d.ts +1 -1
  73. package/src/app/subscriptions/components/NewSubscription/SubscriptionSuccess.d.ts +5 -2
  74. package/src/app/subscriptions/components/NewSubscription/WorkspaceStepLayout.d.ts +11 -0
  75. package/src/app/subscriptions/components/Plans/ShowcasePlans.d.ts +3 -1
  76. package/src/app/subscriptions/components/SubscriptionSwitcher/Switcher.d.ts +1 -1
  77. package/src/app/subscriptions/pages/NewSubscription.d.ts +1 -1
  78. package/src/app/subscriptions/utils/estimateUpgradeProration.d.ts +19 -0
  79. package/src/app/subscriptions/utils/newWorkspaceCheckout.d.ts +16 -0
  80. package/src/assets/locales/translations.d.ts +84 -0
  81. package/src/environments/types.d.ts +5 -0
  82. package/src/graphql.autogenerated.d.ts +582 -1
  83. package/src/routes/PrivateRoutes.d.ts +1 -5
  84. package/src/utils/exportCsv.d.ts +8 -0
  85. package/src/utils/textUtils.d.ts +2 -0
  86. package/src/app/broadcast/components/BroadcastTargetingComplianceNotice.d.ts +0 -2
  87. package/src/app/generic/hooks/WithMenuConfig.d.ts +0 -1
  88. package/src/app/layout/components/language/LanguageDropdown.d.ts +0 -9
@@ -6,6 +6,8 @@
6
6
  "clientDefaultName": "اسم العميل",
7
7
  "conversation": "المحادثة",
8
8
  "details": "تفاصيل المحادثة",
9
+ "swipeForDetails": "اسحب أو اضغط لعرض التفاصيل",
10
+ "swipeBackToChat": "اسحب أو اضغط للعودة إلى المحادثة",
9
11
  "pastConversations": "محادثات سابقة",
10
12
  "activity": "سجل الأنشطة",
11
13
  "phone": "الهاتف",
@@ -14,6 +16,10 @@
14
16
  "noConversationsSubtext": "انقر على الزر أدناه لبدء محادثة مع عميل.",
15
17
  "tags": "علامات",
16
18
  "startedAt": "تاريخ البداية",
19
+ "startedJustNow": "بدأ للتو",
20
+ "startedMinutesAgo": "بدأ منذ {{count}} دقيقة",
21
+ "startedHoursAgo": "بدأ منذ {{count}} ساعة",
22
+ "startedDaysAgo": "بدأ منذ {{count}} يوم",
17
23
  "StartOfConversation": "بداية المحادثة",
18
24
  "ConversationClosed": "تم إغلاق المحادثة بواسطة *{{endedBy}}*",
19
25
  "ConversationChannelSwitched": "تم تحويل قناة المحادثة من *{{fromChannel}}* إلى *{{toChannel}}*",
@@ -61,7 +67,8 @@
61
67
  "saveChanges": "حفظ التعديلات",
62
68
  "noMessagesForEndedConv": "لا يمكنك إضافة رسالة إلى المحادثة المنتهية بالفعل.",
63
69
  "noChannelsBtn": "إنشاء قناة",
64
- "noChannels": "لم يتم العثور على قنوات، يرجى إنشاء قناة أولاً.",
70
+ "noChannels": "لا توجد قنوات بعد.",
71
+ "noChannelsSubtext": "اربط قناة مراسلة مثل واتساب لاستقبال وإرسال المحادثات. أنشئ قناة أدناه للبدء.",
65
72
  "notSet": "غير محدد",
66
73
  "assign": "تعيين",
67
74
  "Received": "تم الاستلام",
@@ -85,7 +92,8 @@
85
92
  "archived": "مؤرشف",
86
93
  "noChats": {
87
94
  "startConversation": "إبدأ محادثة",
88
- "noChannels": "لم يتم العثور على قنوات، يرجى إنشاء قناة أولاً.",
95
+ "noChannels": "لا توجد قنوات بعد.",
96
+ "noChannelsSubtext": "اربط قناة مراسلة مثل واتساب لاستقبال وإرسال المحادثات. أنشئ قناة أدناه للبدء.",
89
97
  "noConversations": "لا يوجد محادثات مختارة.",
90
98
  "noConversationsSubtext": "انقر على الزر أدناه لبدء محادثة مع عميل.",
91
99
  "createChannel": "إنشاء قناة",
@@ -151,7 +159,8 @@
151
159
  "clientName": "اسم العميل",
152
160
  "pickClientPlaceholder": "اسم العميل",
153
161
  "start": "ابدأ",
154
- "cancel": "الغاء",
162
+ "cancel": "إلغاء",
163
+ "yes": "نعم",
155
164
  "phoneNumber": "رقم الهاتف",
156
165
  "pickLanguageCode": "اختر لغة",
157
166
  "inbox": "الوارد",
@@ -161,6 +170,8 @@
161
170
  "chatTimeline": "سجل المحادثة",
162
171
  "channelType": "نوع القناة",
163
172
  "channelName": "اسم القناة",
173
+ "sourceType": "نوع المصدر",
174
+ "sourceUrl": "رابط المصدر",
164
175
  "broadcastName": "برودكاست",
165
176
  "assignedTo": "موكل ل",
166
177
  "refNumber": "رقم المرجع",
@@ -205,9 +216,11 @@
205
216
  "failedToSendNote": "تعذر اضافة الملاحظة",
206
217
  "replyToMessage": "الرد على {{name}}",
207
218
  "crumby": "Crumby",
219
+ "upgrade": "الترقية للأتمتة",
208
220
  "templateMessageWarning": "الرسالة العادية معطلة حتى يرد العميل",
209
221
  "chatDisabledAtUsageLimit": "تم تعطيل المراسلة لأن استهلاك الخطة وصل إلى 120٪ من حصتك. يرجى ترقية الخطة للمتابعة في إرسال الرسائل.",
210
222
  "inboxAccess": "تسجيل الدخول إلى الوارد",
223
+ "noInboxAccessPage": "لا يوجد وصول إلى صفحة الوارد",
211
224
  "ownerAdminInboxAccessDescription": "لم تُعين حتى الآن كموظف، لذا لا يمكنك عرض المحادثات في الوارد.",
212
225
  "noAgentInboxAccessDescription": "يرجى الاتصال بالمسؤول لتعيينك كموظف والحصول على إذن الوصول إلى الوارد.",
213
226
  "becomeAgent": "أصبح موظف",
@@ -6,6 +6,8 @@
6
6
  "clientDefaultName": "Contact Name",
7
7
  "conversation": "Conversation",
8
8
  "details": "Details",
9
+ "swipeForDetails": "Swipe or tap to view details",
10
+ "swipeBackToChat": "Swipe or tap to return to chat",
9
11
  "pastConversations": "Past conversations",
10
12
  "activity": "Activity",
11
13
  "phone": "Phone",
@@ -14,6 +16,10 @@
14
16
  "noConversationsSubtext": "Click the button below to start a conversation with a contact.",
15
17
  "tags": "Tags",
16
18
  "startedAt": "Started at",
19
+ "startedJustNow": "Started just now",
20
+ "startedMinutesAgo": "Started {{count}}m ago",
21
+ "startedHoursAgo": "Started {{count}}h ago",
22
+ "startedDaysAgo": "Started {{count}}d ago",
17
23
  "StartOfConversation": "Start of conversation",
18
24
  "ConversationClosed": "Conversation closed by *{{endedBy}}*",
19
25
  "ConversationChannelSwitched": "Conversation channel switched from *{{fromChannel}}* to *{{toChannel}}*",
@@ -61,7 +67,8 @@
61
67
  "saveChanges": "Save Changes",
62
68
  "noMessagesForEndedConv": "You cannot add message to already ended conversation.",
63
69
  "noChannelsBtn": "Create Channel",
64
- "noChannels": "No channels found, please create a channel first.",
70
+ "noChannels": "No channels yet.",
71
+ "noChannelsSubtext": "Connect a messaging channel like WhatsApp to receive and send conversations. Create a channel below to get started.",
65
72
  "notSet": "Not set",
66
73
  "assign": "Assign",
67
74
  "Received": "Received",
@@ -86,7 +93,8 @@
86
93
  "archived": "Archived",
87
94
  "noChats": {
88
95
  "startConversation": "Start a conversation",
89
- "noChannels": "No channels found, please create a channel first.",
96
+ "noChannels": "No channels yet.",
97
+ "noChannelsSubtext": "Connect a messaging channel like WhatsApp to receive and send conversations. Create a channel below to get started.",
90
98
  "noConversations": "No conversations yet.",
91
99
  "noConversationsSubtext": "Click the button below to start a conversation with a contact.",
92
100
  "createChannel": "Create Channel",
@@ -153,6 +161,7 @@
153
161
  "pickClientPlaceholder": "Contact name",
154
162
  "start": "Start",
155
163
  "cancel": "Cancel",
164
+ "yes": "Yes",
156
165
  "phoneNumber": "Phone Number",
157
166
  "pickLanguageCode": "Language",
158
167
  "inbox": "Inbox",
@@ -162,6 +171,8 @@
162
171
  "chatTimeline": "Chat timeline",
163
172
  "channelType": "Channel Type",
164
173
  "channelName": "Channel Name",
174
+ "sourceType": "Source Type",
175
+ "sourceUrl": "Source URL",
165
176
  "broadcastName": "Broadcast",
166
177
  "assignedTo": "Assigned To",
167
178
  "refNumber": "Ref Number",
@@ -206,9 +217,11 @@
206
217
  "failedToSendNote": "failed to add the note",
207
218
  "replyToMessage": "Reply to {{name}}",
208
219
  "crumby": "Crumby",
220
+ "upgrade": "Upgrade to automate",
209
221
  "templateMessageWarning": "Regular messaging is disabled until the client responds",
210
222
  "chatDisabledAtUsageLimit": "Messaging is disabled because your plan usage has reached 120% of your quota. Please upgrade your plan to continue sending messages.",
211
223
  "inboxAccess": "Inbox Access",
224
+ "noInboxAccessPage": "No access on inbox page",
212
225
  "ownerAdminInboxAccessDescription": "You’re not assigned as an Agent yet, so you can’t view conversations in the Inbox.",
213
226
  "noAgentInboxAccessDescription": "Please contact an Admin to assign you as an Agent and gain access to the Inbox.",
214
227
  "becomeAgent": "Become Agent",