@bcrumbs.net/inbox 0.0.43 → 0.0.45
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.
Potentially problematic release.
This version of @bcrumbs.net/inbox might be problematic. Click here for more details.
- package/{396ba1d86a9997b1.svg → 594c01a9720e0657.svg} +42 -42
- package/assets/ar/inbox.json +246 -244
- package/assets/en/inbox.json +248 -246
- package/{2998ffe42c3436c0.svg → cb9c022b3cf80e0f.svg} +43 -43
- package/index.cjs.d.ts +1 -1
- package/index.cjs.js +8249 -1343
- package/index.esm.d.ts +1 -1
- package/index.esm.js +8250 -1344
- package/package.json +3 -3
- package/src/app/ai/components/CrumbySettings/CrumbySettingsLoader.d.ts +5 -0
- package/src/app/ai/components/playground/Button.d.ts +1 -1
- package/src/app/ai/components/playground/TooltipIconButton.d.ts +1 -1
- package/src/app/ai/components/sources/FileTable.d.ts +1 -0
- package/src/app/ai/pages/CrumbySettings.d.ts +2 -0
- package/src/app/ai/types/index.d.ts +1 -1
- package/src/app/billing/constants/errorcodes.d.ts +1 -0
- package/src/app/billing/context/SubscriptionContext.d.ts +62 -0
- package/src/app/billing/context/index.d.ts +1 -0
- package/src/app/billing/hooks/index.d.ts +1 -0
- package/src/app/billing/hooks/useTurnstile.d.ts +51 -0
- package/src/app/billing/index.d.ts +3 -0
- package/src/app/broadcast/components/BroadcastDetailsSection.d.ts +1 -2
- package/src/app/contact/components/ContactFilterOptions.d.ts +5 -1
- package/src/app/contact/components/ContactInfo.d.ts +4 -2
- package/src/app/contact/components/ImportProgressDialog.d.ts +4 -1
- package/src/app/contact/hooks/useExportClients.d.ts +12 -0
- package/src/app/generic/components/BCTurnstile.d.ts +47 -0
- package/src/app/{broadcast → generic}/components/MessagePreview.d.ts +4 -1
- package/src/app/generic/components/PreviewHeaderImage.d.ts +4 -0
- package/src/app/generic/components/SelectionInfo.d.ts +9 -0
- package/src/app/generic/components/TemplateParameterInputs.d.ts +1 -2
- package/src/app/generic/components/ToggleSetting.d.ts +8 -0
- package/src/app/generic/hooks/useResourceColumns.d.ts +4 -2
- package/src/app/generic/hooks/useSelection.d.ts +8 -0
- package/src/app/generic/utils/logout.d.ts +1 -1
- package/src/app/inbox/components/Chat/ChatContent.d.ts +6 -2
- package/src/app/inbox/components/Chat/index.d.ts +6 -2
- package/src/app/inbox/components/NewDetails/TagsSelector.d.ts +4 -1
- package/src/app/inbox/components/Popups/NewStartConv.d.ts +3 -1
- package/src/app/inbox/components/Shared/SharedStyle.d.ts +4 -0
- package/src/app/inbox/constants/index.d.ts +1 -0
- package/src/app/inbox/hooks/useConversationsPerodicFetch.d.ts +4 -0
- package/src/app/inbox/utils/convs.d.ts +2 -1
- package/src/app/layout/hooks/useCrumbyEnabled.d.ts +1 -1
- package/src/app/managemnet/components/GeneralSettingsLoader.d.ts +5 -0
- package/src/app/managemnet/config/types.d.ts +3 -0
- package/src/app/managemnet/pages/generalSettings/index.d.ts +2 -0
- package/src/app/resources/components/Integrations/Telegram/index.d.ts +4 -0
- package/src/app/resources/hooks/useFBPagesHook.d.ts +1 -0
- package/src/app/resources/hooks/useInstagramHook.d.ts +1 -0
- package/src/app/resources/hooks/useWabaHook.d.ts +1 -0
- package/src/assets/locales/translations.d.ts +63 -1
- package/src/environments/environment.beepmax.d.ts +2 -0
- package/src/environments/types.d.ts +1 -0
- package/src/graphql.autogenerated.d.ts +1362 -1043
- package/src/graphql.billing.autogenerated.d.ts +1163 -0
- package/src/utils/getActiveAiTypes.d.ts +1 -0
- package/src/utils/textUtils.d.ts +6 -0
|
@@ -326,6 +326,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
326
326
|
emptyMessagePreviewTitle: string;
|
|
327
327
|
emptyMessagePreviewSubtitle: string;
|
|
328
328
|
templateSelection: string;
|
|
329
|
+
messageParameters: string;
|
|
329
330
|
analysis: {
|
|
330
331
|
deliveryRate: string;
|
|
331
332
|
successfullyDelivered: string;
|
|
@@ -369,6 +370,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
369
370
|
client: string;
|
|
370
371
|
aiType: string;
|
|
371
372
|
integrationName: string;
|
|
373
|
+
identifier: string;
|
|
372
374
|
integrationStartWith: string;
|
|
373
375
|
startWith_AI: string;
|
|
374
376
|
startWith_AGENT: string;
|
|
@@ -401,11 +403,18 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
401
403
|
FB_integration_cancelled: string;
|
|
402
404
|
INSTA_integration_cancelled: string;
|
|
403
405
|
WABA_integration_cancelled: string;
|
|
406
|
+
TELEGRAM_integration_cancelled: string;
|
|
407
|
+
telegramBotSetup: string;
|
|
408
|
+
telegramBotTokenDescription: string;
|
|
409
|
+
telegramBotTokenPlaceholder: string;
|
|
410
|
+
connect: string;
|
|
404
411
|
creationSuccessfulMessage: string;
|
|
405
412
|
loading: string;
|
|
406
413
|
modify: string;
|
|
407
414
|
removeItem: string;
|
|
415
|
+
archivingResource: string;
|
|
408
416
|
removingConfirmation: string;
|
|
417
|
+
archivingConfirmation: string;
|
|
409
418
|
launchingConfirmation: string;
|
|
410
419
|
name: string;
|
|
411
420
|
surname: string;
|
|
@@ -533,6 +542,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
533
542
|
name: string;
|
|
534
543
|
delete: string;
|
|
535
544
|
submit: string;
|
|
545
|
+
archive: string;
|
|
536
546
|
close: string;
|
|
537
547
|
date: string;
|
|
538
548
|
time: string;
|
|
@@ -553,6 +563,9 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
553
563
|
bodyParameter: string;
|
|
554
564
|
messagePreviewContactSubtitle: string;
|
|
555
565
|
messagePreviewDateLabel: string;
|
|
566
|
+
messageParameterPlaceholder: string;
|
|
567
|
+
unarchive: string;
|
|
568
|
+
headerImageURL: string;
|
|
556
569
|
pwa: {
|
|
557
570
|
installApp: string;
|
|
558
571
|
addAppToHomeScreen: string;
|
|
@@ -590,6 +603,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
590
603
|
from: string;
|
|
591
604
|
to: string;
|
|
592
605
|
apply: string;
|
|
606
|
+
clearFilters: string;
|
|
593
607
|
namePlaceholder: string;
|
|
594
608
|
surnamePlaceholder: string;
|
|
595
609
|
emailPlaceholder: string;
|
|
@@ -622,6 +636,15 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
622
636
|
rows: string;
|
|
623
637
|
of: string;
|
|
624
638
|
moreErrors: string;
|
|
639
|
+
contactDeleteTitle: string;
|
|
640
|
+
contactArchiveTitle: string;
|
|
641
|
+
contactUnarchiveTitle: string;
|
|
642
|
+
unarchive: string;
|
|
643
|
+
exportingClients: string;
|
|
644
|
+
exportCompleted: string;
|
|
645
|
+
exportFailed: string;
|
|
646
|
+
noContactsToExport: string;
|
|
647
|
+
selectedLifecycle: string;
|
|
625
648
|
};
|
|
626
649
|
management: {
|
|
627
650
|
title: string;
|
|
@@ -637,8 +660,25 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
637
660
|
conversation_lifecycle: string;
|
|
638
661
|
channels: string;
|
|
639
662
|
rating_settings: string;
|
|
640
|
-
general_settings: string;
|
|
641
663
|
agents_management: string;
|
|
664
|
+
general_settings: {
|
|
665
|
+
title: string;
|
|
666
|
+
description: string;
|
|
667
|
+
endConvTime: string;
|
|
668
|
+
select_time: string;
|
|
669
|
+
endConvTimeNote: string;
|
|
670
|
+
optOutKeyword: string;
|
|
671
|
+
optOutKeywordNote: string;
|
|
672
|
+
autoUnarchiveOnMessage: string;
|
|
673
|
+
autoUnarchiveOnMessageNote: string;
|
|
674
|
+
saved: string;
|
|
675
|
+
durations: {
|
|
676
|
+
"8_hours": string;
|
|
677
|
+
"24_hours": string;
|
|
678
|
+
"2_days": string;
|
|
679
|
+
"1_week": string;
|
|
680
|
+
};
|
|
681
|
+
};
|
|
642
682
|
};
|
|
643
683
|
contactLifeCycle: {
|
|
644
684
|
searchPlaceholder: string;
|
|
@@ -721,6 +761,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
721
761
|
prompts: string;
|
|
722
762
|
test_numbers: string;
|
|
723
763
|
suggested_qs: string;
|
|
764
|
+
crumby_settings: string;
|
|
724
765
|
playground: {
|
|
725
766
|
welcomeMessage: string;
|
|
726
767
|
askTheAIToAnalyzeYourData: string;
|
|
@@ -774,6 +815,16 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
774
815
|
deleteConfirmTitle: string;
|
|
775
816
|
deleteConfirmMessage: string;
|
|
776
817
|
};
|
|
818
|
+
settings: {
|
|
819
|
+
title: string;
|
|
820
|
+
description: string;
|
|
821
|
+
askForName: string;
|
|
822
|
+
askForSurname: string;
|
|
823
|
+
askForEmail: string;
|
|
824
|
+
askForAddress: string;
|
|
825
|
+
askForCity: string;
|
|
826
|
+
saved: string;
|
|
827
|
+
};
|
|
777
828
|
};
|
|
778
829
|
files: {
|
|
779
830
|
noData: string;
|
|
@@ -789,4 +840,15 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
789
840
|
title: string;
|
|
790
841
|
description: string;
|
|
791
842
|
};
|
|
843
|
+
selectionCount: {
|
|
844
|
+
contact_one: string;
|
|
845
|
+
contact_other: string;
|
|
846
|
+
selection_info_one: string;
|
|
847
|
+
selection_info_other: string;
|
|
848
|
+
file_one: string;
|
|
849
|
+
file_other: string;
|
|
850
|
+
delete_confirmation: string;
|
|
851
|
+
archive_confirmation: string;
|
|
852
|
+
unarchive_confirmation: string;
|
|
853
|
+
};
|
|
792
854
|
}>, current?: string) => void;
|