@bcrumbs.net/inbox 0.0.33 → 0.0.37
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 +2 -1
- package/assets/en/inbox.json +2 -1
- package/index.cjs.js +1489 -1089
- package/index.esm.js +1491 -1091
- package/package.json +2 -2
- package/src/app/ai/components/playground/Button.d.ts +1 -1
- package/src/app/ai/components/playground/TooltipIconButton.d.ts +2 -2
- package/src/app/broadcast/components/BroadcastDateSection.d.ts +6 -0
- package/src/app/broadcast/components/BroadcastDetailsSection.d.ts +11 -0
- package/src/app/broadcast/components/BroadcastEstimitedCost.d.ts +6 -0
- package/src/app/broadcast/components/BroadcastInfoHeader.d.ts +10 -0
- package/src/app/broadcast/components/BroadcastRecipientsSection.d.ts +13 -0
- package/src/app/broadcast/components/BroadcastSampleContacts.d.ts +8 -0
- package/src/app/broadcast/components/BroadcastSectionCard.d.ts +9 -0
- package/src/app/broadcast/components/EmptyBroadcastList.d.ts +7 -2
- package/src/app/broadcast/pages/BroadcastInfo.d.ts +2 -0
- package/src/app/contact/components/ContactInfo.d.ts +1 -1
- package/src/app/generic/hooks/usePaginatedQuery.d.ts +2 -0
- package/src/app/inbox/components/NewConvList/index.d.ts +3 -1
- package/src/app/inbox/hooks/useCanContribute.d.ts +1 -1
- package/src/app/inbox/utils/convs.d.ts +4 -2
- package/src/app/resources/components/ListResources/Utils.d.ts +1 -0
- package/src/assets/locales/translations.d.ts +14 -0
- package/src/graphql.autogenerated.d.ts +370 -0
package/assets/ar/inbox.json
CHANGED
|
@@ -187,7 +187,8 @@
|
|
|
187
187
|
"addNoteHere": "اضف ملاحظة",
|
|
188
188
|
"failedToSendNote": "تعذر اضافة الملاحظة",
|
|
189
189
|
"replyToMessage": "الرد على {{name}}",
|
|
190
|
-
"crumby": "Crumby"
|
|
190
|
+
"crumby": "Crumby",
|
|
191
|
+
"templateMessageWarning": "الرسالة العادية معطلة حتى يرد العميل"
|
|
191
192
|
},
|
|
192
193
|
"id": "المعرف",
|
|
193
194
|
"save": "حفظ",
|
package/assets/en/inbox.json
CHANGED
|
@@ -188,7 +188,8 @@
|
|
|
188
188
|
"addNoteHere": "Add your note",
|
|
189
189
|
"failedToSendNote": "failed to add the note",
|
|
190
190
|
"replyToMessage": "Reply to {{name}}",
|
|
191
|
-
"crumby": "Crumby"
|
|
191
|
+
"crumby": "Crumby",
|
|
192
|
+
"templateMessageWarning": "Regular messaging is disabled until the client responds"
|
|
192
193
|
},
|
|
193
194
|
"id": "ID",
|
|
194
195
|
"save": "Save",
|