@bcrumbs.net/inbox 0.0.59 → 0.0.62
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 +16 -3
- package/assets/en/inbox.json +16 -3
- package/index.cjs.js +49121 -49385
- package/index.esm.js +49125 -49389
- package/package.json +4 -4
- package/playwright.config.d.ts +9 -0
- package/src/app/ai/components/Crumby/ChatView.d.ts +12 -0
- package/src/app/ai/components/Crumby/CrumbyComposer.d.ts +3 -0
- package/src/app/ai/components/Crumby/CrumbySendAction.d.ts +4 -0
- package/src/app/ai/components/Crumby/CrumbyWidget.d.ts +2 -0
- package/src/app/ai/components/Crumby/index.d.ts +1 -2
- package/src/app/ai/components/playground/Button.d.ts +1 -1
- package/src/app/ai/components/playground/ThreadMessages.d.ts +5 -1
- package/src/app/ai/components/playground/TooltipIconButton.d.ts +2 -2
- package/src/app/auth/components/UserAvatar/AccountSettingsDropdown.d.ts +3 -5
- package/src/app/auth/components/password-page/AuthPasswordPageLayout.d.ts +7 -0
- package/src/app/auth/components/password-page/ForgetPasswordFormView.d.ts +20 -0
- package/src/app/auth/components/password-page/PasswordFormView.d.ts +22 -0
- package/src/app/auth/components/password-page/PasswordSuccessView.d.ts +8 -0
- package/src/app/auth/hooks/useRoles.d.ts +1 -0
- package/src/app/auth/pages/Auth.style.d.ts +68 -0
- package/src/app/auth/pages/Forget.d.ts +0 -3
- package/src/app/auth/pages/Login.style.d.ts +1 -0
- package/src/app/auth/pages/Register.style.d.ts +5 -0
- package/src/app/auth/utils/avatar.d.ts +1 -0
- package/src/app/auth/utils/resetWorkspaceRoleState.d.ts +4 -0
- package/src/app/broadcast/components/BroadcastAnalysisContent.d.ts +3 -1
- package/src/app/broadcast/components/BroadcastAnalysisReciepients.d.ts +6 -1
- package/src/app/broadcast/components/BroadcastAnalysisReciepientsHeader.d.ts +7 -1
- package/src/app/contact/components/ContactFilterOptions.d.ts +4 -1
- package/src/app/contact/components/ContactFormFields.d.ts +4 -1
- package/src/app/dashboard/components/AgentPerformanceCard.d.ts +2 -1
- package/src/app/dashboard/components/BroadcastCampaignProgressCard.d.ts +3 -1
- package/src/app/dashboard/components/DashboardExportButton.d.ts +8 -0
- package/src/app/dashboard/components/DashboardSections.d.ts +2 -1
- package/src/app/dashboard/components/OpenedChatsCard.d.ts +5 -1
- package/src/app/dashboard/components/TagPerformanceCard.d.ts +2 -1
- package/src/app/dashboard/utils/dashboardReportExports.d.ts +100 -0
- package/src/app/generic/components/PhoneDigitsInput.d.ts +7 -0
- package/src/app/generic/hooks/useResourceColumns.d.ts +3 -1
- package/src/app/inbox/components/Chat/ChatHeader.d.ts +2 -0
- package/src/app/inbox/components/Chat/NoConvSelected.d.ts +5 -0
- package/src/app/inbox/components/Chat/index.d.ts +4 -1
- package/src/app/inbox/components/NewDetails/ClientSection.d.ts +2 -1
- package/src/app/inbox/components/NewDetails/UserHeader.d.ts +2 -1
- package/src/app/inbox/components/NewDetails/index.d.ts +2 -1
- package/src/app/inbox/components/Shared/Inbox.d.ts +4 -1
- package/src/app/inbox/components/Shared/MobileChatDetailsSlider.d.ts +14 -0
- package/src/app/inbox/components/Shared/MobileDetailsSwipeHint.d.ts +9 -0
- package/src/app/inbox/components/Shared/MobileMenu.d.ts +2 -1
- package/src/app/inbox/hooks/useConvActions.d.ts +1 -0
- package/src/app/inbox/hooks/useConversationsPerodicFetch.d.ts +3 -0
- package/src/app/inbox/hooks/useStartedTimeAgo.d.ts +5 -0
- package/src/app/inbox/utils/convs.d.ts +8 -1
- package/src/app/inbox/utils/inboxAssignableAis.d.ts +11 -1
- package/src/app/layout/constants/index.d.ts +11 -10
- package/src/app/layout/hooks/useCrumbyEnabled.d.ts +18 -0
- package/src/app/layout/hooks/useCrumbyUpgradeAction.d.ts +10 -0
- package/src/app/managemnet/config/types.d.ts +2 -0
- package/src/app/onboarding/components/OnboardingStepDetail.d.ts +10 -0
- package/src/app/onboarding/components/OnboardingView.d.ts +19 -0
- package/src/app/onboarding/components/onboardingStepGuide.d.ts +11 -0
- package/src/app/onboarding/components/useOnboardingChecklist.d.ts +30 -0
- package/src/app/onboarding/utils/onboardingChecklistPersistence.d.ts +18 -0
- package/src/app/onboarding/utils/onboardingChecklistStorage.d.ts +24 -2
- package/src/app/resources/components/Integrations/Facebook/PagePickerPopup.d.ts +3 -1
- package/src/app/resources/components/ListResources/Utils.d.ts +1 -0
- package/src/app/subscriptions/components/NewSubscription/OnboardingStepper.d.ts +8 -0
- package/src/app/subscriptions/components/NewSubscription/SubscriptionFailed.d.ts +6 -0
- package/src/app/subscriptions/components/NewSubscription/SubscriptionName.d.ts +1 -1
- package/src/app/subscriptions/components/NewSubscription/SubscriptionSuccess.d.ts +5 -2
- package/src/app/subscriptions/components/NewSubscription/WorkspaceStepLayout.d.ts +11 -0
- package/src/app/subscriptions/components/Plans/ShowcasePlans.d.ts +3 -1
- package/src/app/subscriptions/components/SubscriptionSwitcher/Switcher.d.ts +1 -1
- package/src/app/subscriptions/pages/NewSubscription.d.ts +1 -1
- package/src/app/subscriptions/utils/newWorkspaceCheckout.d.ts +16 -0
- package/src/assets/locales/translations.d.ts +122 -1
- package/src/graphql.autogenerated.d.ts +557 -4
- package/src/graphql.billing.autogenerated.d.ts +2 -0
- package/src/lib/EmbeddedMobileMenu.d.ts +2 -1
- package/src/routes/PrivateRoutes.d.ts +1 -5
- package/src/utils/exportCsv.d.ts +8 -0
- package/src/utils/localStorage.d.ts +1 -0
- package/src/utils/textUtils.d.ts +2 -0
- package/src/app/broadcast/components/BroadcastTargetingComplianceNotice.d.ts +0 -2
- package/src/app/generic/hooks/WithMenuConfig.d.ts +0 -1
- package/src/app/layout/components/language/LanguageDropdown.d.ts +0 -9
- package/src/app/onboarding/components/OnboardingChecklistWidget.d.ts +0 -3
|
@@ -22,10 +22,19 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
22
22
|
auth: {
|
|
23
23
|
e_mail: string;
|
|
24
24
|
password: string;
|
|
25
|
+
signInTo: string;
|
|
26
|
+
signUpTo: string;
|
|
27
|
+
signUpSubtitle: string;
|
|
28
|
+
signUpGoogle: string;
|
|
29
|
+
signUpFacebook: string;
|
|
30
|
+
registerPanelTitle: string;
|
|
31
|
+
registerPanelDescription: string;
|
|
25
32
|
welcomeToBC: string;
|
|
33
|
+
welcomeBackDescription: string;
|
|
26
34
|
getStarted: string;
|
|
27
35
|
keepMeSignedIn: string;
|
|
28
36
|
forgetPassword: string;
|
|
37
|
+
or: string;
|
|
29
38
|
login: string;
|
|
30
39
|
register: string;
|
|
31
40
|
loginFailed: string;
|
|
@@ -45,6 +54,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
45
54
|
continue: string;
|
|
46
55
|
dontHaveAnAccount: string;
|
|
47
56
|
signupNow: string;
|
|
57
|
+
signUp: string;
|
|
48
58
|
returnToLogin: string;
|
|
49
59
|
passwordResetSuccess: string;
|
|
50
60
|
passwordResetFaildDesc: string;
|
|
@@ -64,6 +74,14 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
64
74
|
currentPassword: string;
|
|
65
75
|
newPassword: string;
|
|
66
76
|
confirmPassword: string;
|
|
77
|
+
createSecurePasswordTitle: string;
|
|
78
|
+
createSecurePasswordDesc: string;
|
|
79
|
+
createSecurePasswordSubtitle: string;
|
|
80
|
+
newPasswordPlaceholder: string;
|
|
81
|
+
confirmPasswordPlaceholder: string;
|
|
82
|
+
resetPasswordButton: string;
|
|
83
|
+
passwordChangedTitle: string;
|
|
84
|
+
passwordChangedDesc: string;
|
|
67
85
|
facebook: string;
|
|
68
86
|
google: string;
|
|
69
87
|
};
|
|
@@ -143,6 +161,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
143
161
|
profileMgmt: string;
|
|
144
162
|
profile: string;
|
|
145
163
|
password: string;
|
|
164
|
+
changePassword: string;
|
|
146
165
|
updatingEmailNote: string;
|
|
147
166
|
help: string;
|
|
148
167
|
feedback: string;
|
|
@@ -152,6 +171,24 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
152
171
|
gravatarTooltip: string;
|
|
153
172
|
terms: string;
|
|
154
173
|
};
|
|
174
|
+
newWorkspaceFlow: {
|
|
175
|
+
steps: {
|
|
176
|
+
registration: string;
|
|
177
|
+
workspace: string;
|
|
178
|
+
checkout: string;
|
|
179
|
+
};
|
|
180
|
+
createTitle: string;
|
|
181
|
+
createSubtitle: string;
|
|
182
|
+
namePlaceholder: string;
|
|
183
|
+
createButton: string;
|
|
184
|
+
successTitle: string;
|
|
185
|
+
successSubtitle: string;
|
|
186
|
+
successSubtitleFree: string;
|
|
187
|
+
goToInbox: string;
|
|
188
|
+
failedTitle: string;
|
|
189
|
+
failedSubtitle: string;
|
|
190
|
+
tryAgain: string;
|
|
191
|
+
};
|
|
155
192
|
subscriptions: {
|
|
156
193
|
planName: string;
|
|
157
194
|
subscriptions: string;
|
|
@@ -191,6 +228,9 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
191
228
|
hychartWorkspace: string;
|
|
192
229
|
inboxWorkspace: string;
|
|
193
230
|
userRole: string;
|
|
231
|
+
usersTableName: string;
|
|
232
|
+
usersTableEmail: string;
|
|
233
|
+
usersTableRole: string;
|
|
194
234
|
ownerRole: string;
|
|
195
235
|
adminRole: string;
|
|
196
236
|
managerRole: string;
|
|
@@ -408,6 +448,9 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
408
448
|
emptyMessagePreviewTitle: string;
|
|
409
449
|
emptyMessagePreviewSubtitle: string;
|
|
410
450
|
templateSelection: string;
|
|
451
|
+
templateLanguageMissing: string;
|
|
452
|
+
messageParametersMissing: string;
|
|
453
|
+
completeRequiredFields: string;
|
|
411
454
|
messageParameters: string;
|
|
412
455
|
analysis: {
|
|
413
456
|
deliveryRate: string;
|
|
@@ -435,6 +478,14 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
435
478
|
openBroadcastReport: string;
|
|
436
479
|
messageSentAt: string;
|
|
437
480
|
template: string;
|
|
481
|
+
retryFailed: string;
|
|
482
|
+
retryFailedDialogTitle: string;
|
|
483
|
+
retryFailedDialogDescription: string;
|
|
484
|
+
retryFailedConfirm: string;
|
|
485
|
+
retryFailedSuccessTitle: string;
|
|
486
|
+
retryFailedSuccessDescription: string;
|
|
487
|
+
retryFailedErrorTitle: string;
|
|
488
|
+
retryFailedErrorDescription: string;
|
|
438
489
|
};
|
|
439
490
|
recipientsReport: {
|
|
440
491
|
pageTitle: string;
|
|
@@ -443,6 +494,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
443
494
|
templateNameFilter: string;
|
|
444
495
|
noRowsToExport: string;
|
|
445
496
|
};
|
|
497
|
+
launch: string;
|
|
446
498
|
};
|
|
447
499
|
resources: {
|
|
448
500
|
loginToFB: string;
|
|
@@ -511,8 +563,10 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
511
563
|
modify: string;
|
|
512
564
|
removeItem: string;
|
|
513
565
|
archivingResource: string;
|
|
566
|
+
blockingResource: string;
|
|
514
567
|
removingConfirmation: string;
|
|
515
568
|
archivingConfirmation: string;
|
|
569
|
+
blockingConfirmation: string;
|
|
516
570
|
launchingConfirmation: string;
|
|
517
571
|
name: string;
|
|
518
572
|
surname: string;
|
|
@@ -553,6 +607,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
553
607
|
messageUpdated: string;
|
|
554
608
|
endingConv: string;
|
|
555
609
|
newConv: string;
|
|
610
|
+
conversationAssigned: string;
|
|
556
611
|
newClient: string;
|
|
557
612
|
clientUpdated: string;
|
|
558
613
|
broadcast: string;
|
|
@@ -603,7 +658,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
603
658
|
deliverySuccess: string;
|
|
604
659
|
successfullySent: string;
|
|
605
660
|
avgChatTime: string;
|
|
606
|
-
|
|
661
|
+
newClients: string;
|
|
607
662
|
newClientsInPeriod: string;
|
|
608
663
|
closed: string;
|
|
609
664
|
uniqueClosed: string;
|
|
@@ -638,6 +693,23 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
638
693
|
selectAll: string;
|
|
639
694
|
clearAll: string;
|
|
640
695
|
reports: string;
|
|
696
|
+
export: {
|
|
697
|
+
csv: string;
|
|
698
|
+
columns: {
|
|
699
|
+
date: string;
|
|
700
|
+
openedConversations: string;
|
|
701
|
+
conversations: string;
|
|
702
|
+
messagesReceived: string;
|
|
703
|
+
avgResponseTime: string;
|
|
704
|
+
successful: string;
|
|
705
|
+
totalRecipients: string;
|
|
706
|
+
successfulCampaigns: string;
|
|
707
|
+
failedCampaigns: string;
|
|
708
|
+
status: string;
|
|
709
|
+
count: string;
|
|
710
|
+
percentage: string;
|
|
711
|
+
};
|
|
712
|
+
};
|
|
641
713
|
broadcast: {
|
|
642
714
|
title: string;
|
|
643
715
|
period: {
|
|
@@ -714,6 +786,10 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
714
786
|
testAi: string;
|
|
715
787
|
};
|
|
716
788
|
};
|
|
789
|
+
welcomeTitle: string;
|
|
790
|
+
brand: string;
|
|
791
|
+
askCrumbyPlaceholder: string;
|
|
792
|
+
getStartedButton: string;
|
|
717
793
|
};
|
|
718
794
|
id: string;
|
|
719
795
|
save: string;
|
|
@@ -769,6 +845,8 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
769
845
|
delete: string;
|
|
770
846
|
submit: string;
|
|
771
847
|
archive: string;
|
|
848
|
+
block: string;
|
|
849
|
+
unblock: string;
|
|
772
850
|
close: string;
|
|
773
851
|
date: string;
|
|
774
852
|
time: string;
|
|
@@ -874,12 +952,19 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
874
952
|
contactDeleteTitle: string;
|
|
875
953
|
contactArchiveTitle: string;
|
|
876
954
|
contactUnarchiveTitle: string;
|
|
955
|
+
contactBlockTitle: string;
|
|
956
|
+
contactUnblockTitle: string;
|
|
877
957
|
unarchive: string;
|
|
878
958
|
exportingClients: string;
|
|
879
959
|
exportCompleted: string;
|
|
880
960
|
exportFailed: string;
|
|
881
961
|
noContactsToExport: string;
|
|
882
962
|
selectedLifecycle: string;
|
|
963
|
+
active: string;
|
|
964
|
+
archived: string;
|
|
965
|
+
blacklisted: string;
|
|
966
|
+
contactStatus: string;
|
|
967
|
+
blocked: string;
|
|
883
968
|
};
|
|
884
969
|
management: {
|
|
885
970
|
title: string;
|
|
@@ -948,6 +1033,8 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
948
1033
|
apiKeyLabelPlaceholder: string;
|
|
949
1034
|
noUsersForLinkedAgentTitle: string;
|
|
950
1035
|
noUsersForLinkedAgentDescription: string;
|
|
1036
|
+
greetingMessage: string;
|
|
1037
|
+
greetingMessagePlaceholder: string;
|
|
951
1038
|
};
|
|
952
1039
|
ai: {
|
|
953
1040
|
title: string;
|
|
@@ -1063,6 +1150,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
1063
1150
|
selectStartWith: string;
|
|
1064
1151
|
selectAiAgent: string;
|
|
1065
1152
|
selectAgent: string;
|
|
1153
|
+
selectAgents: string;
|
|
1066
1154
|
deleteConfirmTitle: string;
|
|
1067
1155
|
deleteConfirmMessage: string;
|
|
1068
1156
|
botToken: string;
|
|
@@ -1081,6 +1169,10 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
1081
1169
|
customExternalId: string;
|
|
1082
1170
|
customExternalIdPlaceholder: string;
|
|
1083
1171
|
gupshupChannelDescription: string;
|
|
1172
|
+
gupshupPartnerId: string;
|
|
1173
|
+
gupshupPartnerIdNote: string;
|
|
1174
|
+
gupshupPartnerIdCopied: string;
|
|
1175
|
+
gupshupPartnerIdCopyFailed: string;
|
|
1084
1176
|
gupshupDisplayPhoneNumber: string;
|
|
1085
1177
|
gupshupDisplayPhoneNumberPlaceholder: string;
|
|
1086
1178
|
gupshupAccessToken: string;
|
|
@@ -1118,6 +1210,11 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
1118
1210
|
test_numbers: string;
|
|
1119
1211
|
suggested_qs: string;
|
|
1120
1212
|
crumby_settings: string;
|
|
1213
|
+
upgrade: {
|
|
1214
|
+
cta: string;
|
|
1215
|
+
contactAdminTitle: string;
|
|
1216
|
+
contactAdminDescription: string;
|
|
1217
|
+
};
|
|
1121
1218
|
playground: {
|
|
1122
1219
|
welcomeMessage: string;
|
|
1123
1220
|
askTheAIToAnalyzeYourData: string;
|
|
@@ -1131,6 +1228,22 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
1131
1228
|
};
|
|
1132
1229
|
assistant: {
|
|
1133
1230
|
welcomeMessage: string;
|
|
1231
|
+
title: string;
|
|
1232
|
+
greetingPrimary: string;
|
|
1233
|
+
greetingSecondary: string;
|
|
1234
|
+
suggestions: {
|
|
1235
|
+
createBroadcast: string;
|
|
1236
|
+
connectChannel: string;
|
|
1237
|
+
inviteTeamMember: string;
|
|
1238
|
+
analyzePerformance: string;
|
|
1239
|
+
};
|
|
1240
|
+
suggestionPrompts: {
|
|
1241
|
+
createBroadcast: string;
|
|
1242
|
+
connectChannel: string;
|
|
1243
|
+
inviteTeamMember: string;
|
|
1244
|
+
analyzePerformance: string;
|
|
1245
|
+
};
|
|
1246
|
+
composerPlaceholder: string;
|
|
1134
1247
|
};
|
|
1135
1248
|
file: {
|
|
1136
1249
|
filesSubTitle: string;
|
|
@@ -1240,6 +1353,11 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
1240
1353
|
cardTitle: string;
|
|
1241
1354
|
saved: string;
|
|
1242
1355
|
maxCharacters: string;
|
|
1356
|
+
instructionsVersion: {
|
|
1357
|
+
cardTitle: string;
|
|
1358
|
+
description: string;
|
|
1359
|
+
option: string;
|
|
1360
|
+
};
|
|
1243
1361
|
contextPrompt: {
|
|
1244
1362
|
label: string;
|
|
1245
1363
|
description: string;
|
|
@@ -1293,5 +1411,8 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
1293
1411
|
delete_confirmation: string;
|
|
1294
1412
|
archive_confirmation: string;
|
|
1295
1413
|
unarchive_confirmation: string;
|
|
1414
|
+
block_confirmation: string;
|
|
1415
|
+
unblock_confirmation: string;
|
|
1296
1416
|
};
|
|
1417
|
+
send: string;
|
|
1297
1418
|
}>, current?: string) => void;
|