@bcrumbs.net/inbox 0.0.40 → 0.0.41
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/assets/ar/inbox.json +9 -2
- package/assets/en/inbox.json +9 -2
- package/index.cjs.js +1851 -1667
- package/index.esm.js +1853 -1669
- package/package.json +3 -3
- package/src/app/auth/components/UserAvatar/index.d.ts +2 -10
- package/src/app/auth/pages/PartnerLogin.d.ts +11 -0
- package/src/app/auth/pages/Profile.d.ts +0 -7
- package/src/app/broadcast/components/BroadcastSampleContacts.d.ts +4 -1
- package/src/app/contact/components/ContactFormFields.d.ts +3 -1
- package/src/app/contact/config/contactForm.d.ts +1 -0
- package/src/app/contact/hooks/useAgentOptions.d.ts +4 -10
- package/src/app/contact/hooks/useLifecycleSelectOptions.d.ts +9 -0
- package/src/app/inbox/components/NewDetails/ClientSection.d.ts +10 -0
- package/src/app/inbox/components/NewDetails/index.d.ts +3 -1
- package/src/app/inbox/hooks/useConversationsPerodicFetch.d.ts +1 -1
- package/src/app/inbox/hooks/useTags.d.ts +1 -1
- package/src/app/inbox/utils/convs.d.ts +1 -1
- package/src/app/resources/config/broadcast.d.ts +1 -3
- package/src/app/subscriptions/components/SubscriptionSwitcher/index.d.ts +2 -2
- package/src/app/subscriptions/pages/Subscriptions.d.ts +2 -8
- package/src/assets/locales/translations.d.ts +6 -0
- package/src/config/constants.d.ts +2 -2
- package/src/environments/environment.d.ts +2 -4
- package/src/environments/environment.prod.d.ts +2 -4
- package/src/environments/environment.wakeed.d.ts +2 -0
- package/src/environments/types.d.ts +15 -0
- package/src/graphql.autogenerated.d.ts +479 -0
- package/src/lib/inbox.d.ts +1 -0
package/assets/ar/inbox.json
CHANGED
|
@@ -176,6 +176,8 @@
|
|
|
176
176
|
"phonePlaceholder": "رقم الهاتف",
|
|
177
177
|
"address": "العنوان",
|
|
178
178
|
"addressPlaceholder": "العنوان",
|
|
179
|
+
"lifecycle": " دورة الحياة",
|
|
180
|
+
"lifecyclePlaceholder": " اختر دورة الحياة",
|
|
179
181
|
"tags": "العلامات",
|
|
180
182
|
"addNewTagPlaceholder": "اختر العلامات",
|
|
181
183
|
"unavailable": "غير متوفر",
|
|
@@ -191,7 +193,11 @@
|
|
|
191
193
|
"failedToSendNote": "تعذر اضافة الملاحظة",
|
|
192
194
|
"replyToMessage": "الرد على {{name}}",
|
|
193
195
|
"crumby": "Crumby",
|
|
194
|
-
"templateMessageWarning": "الرسالة العادية معطلة حتى يرد العميل"
|
|
196
|
+
"templateMessageWarning": "الرسالة العادية معطلة حتى يرد العميل",
|
|
197
|
+
"inboxAccess": "تسجيل الدخول إلى الوارد",
|
|
198
|
+
"ownerAdminInboxAccessDescription": "لم تُعين حتى الآن كموظف، لذا لا يمكنك عرض المحادثات في الوارد.",
|
|
199
|
+
"noAgentInboxAccessDescription": "يرجى الاتصال بالمسؤول لتعيينك كموظف والحصول على إذن الوصول إلى الوارد.",
|
|
200
|
+
"becomeAgent": "أصبح موظف"
|
|
195
201
|
},
|
|
196
202
|
"id": "المعرف",
|
|
197
203
|
"save": "حفظ",
|
|
@@ -225,5 +231,6 @@
|
|
|
225
231
|
"outside24HourWindowSendTemplate": "يمكنك إعادة بدء محادثة مع العميل مرة أخرى بإرسال رسالة قالب.",
|
|
226
232
|
"send": "إرسال",
|
|
227
233
|
"liveConversations": "المحادثات النشطة",
|
|
228
|
-
"menu_search": "بحث"
|
|
234
|
+
"menu_search": "بحث",
|
|
235
|
+
"close": "إغلاق"
|
|
229
236
|
}
|
package/assets/en/inbox.json
CHANGED
|
@@ -177,6 +177,8 @@
|
|
|
177
177
|
"phonePlaceholder": "Phone Number",
|
|
178
178
|
"address": "Address",
|
|
179
179
|
"addressPlaceholder": "Address",
|
|
180
|
+
"lifecycle": "Lifecycle",
|
|
181
|
+
"lifecyclePlaceholder": "Select Lifecycle",
|
|
180
182
|
"tags": "Tags",
|
|
181
183
|
"addNewTagPlaceholder": "Choose Tags",
|
|
182
184
|
"unavailable": "N/A",
|
|
@@ -192,7 +194,11 @@
|
|
|
192
194
|
"failedToSendNote": "failed to add the note",
|
|
193
195
|
"replyToMessage": "Reply to {{name}}",
|
|
194
196
|
"crumby": "Crumby",
|
|
195
|
-
"templateMessageWarning": "Regular messaging is disabled until the client responds"
|
|
197
|
+
"templateMessageWarning": "Regular messaging is disabled until the client responds",
|
|
198
|
+
"inboxAccess": "Inbox Access",
|
|
199
|
+
"ownerAdminInboxAccessDescription": "You’re not assigned as an Agent yet, so you can’t view conversations in the Inbox.",
|
|
200
|
+
"noAgentInboxAccessDescription": "Please contact an Admin to assign you as an Agent and gain access to the Inbox.",
|
|
201
|
+
"becomeAgent": "Become Agent"
|
|
196
202
|
},
|
|
197
203
|
"id": "ID",
|
|
198
204
|
"save": "Save",
|
|
@@ -227,5 +233,6 @@
|
|
|
227
233
|
"outside24HourWindowSendTemplate": "You can initiate a conversation with the contact again by sending a message template.",
|
|
228
234
|
"send": "Send",
|
|
229
235
|
"liveConversations": "Live conversations",
|
|
230
|
-
"menu_search": "Search"
|
|
236
|
+
"menu_search": "Search",
|
|
237
|
+
"close": "Close"
|
|
231
238
|
}
|