@bcrumbs.net/inbox 0.0.52 → 0.0.58
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/{396ba1d86a9997b1.svg → 594c01a9720e0657.svg} +42 -42
- package/assets/ar/inbox.json +268 -256
- package/assets/en/inbox.json +270 -258
- package/{2998ffe42c3436c0.svg → cb9c022b3cf80e0f.svg} +43 -43
- package/d9e9a351fe00b4f8.png +0 -0
- package/index.cjs.d.ts +1 -1
- package/index.cjs.js +4029 -2921
- package/index.esm.d.ts +1 -1
- package/index.esm.js +4033 -2927
- package/package.json +2 -2
- package/src/app/ai/components/CrumbySettings/AutoTagRulesSection.d.ts +14 -0
- package/src/app/ai/components/CrumbySettings/tagRuleUtils.d.ts +28 -0
- package/src/app/auth/components/UserAvatar/AccountSettingsDropdown.d.ts +2 -1
- package/src/app/auth/components/UserAvatar/index.d.ts +2 -1
- package/src/app/auth/pages/CheckAuth.d.ts +10 -0
- package/src/app/auth/pages/Forget.d.ts +1 -3
- package/src/app/auth/pages/Password.d.ts +0 -1
- package/src/app/auth/pages/Profile.d.ts +0 -1
- package/src/app/auth/redux/actions/forgetPasswordAction.d.ts +1 -1
- package/src/app/auth/redux/actions/logoutAction.d.ts +2 -2
- package/src/app/auth/redux/actions/resetPasswordAction.d.ts +2 -2
- package/src/app/auth/redux/auth.types.d.ts +5 -1
- package/src/app/auth/utils/getValidWorkspaceId.d.ts +4 -0
- package/src/app/billing/context/SubscriptionContext.d.ts +3 -1
- package/src/app/billing/utils/pendingPlanPurchaseStorage.d.ts +10 -0
- package/src/app/contact/components/ContactFormFields.d.ts +1 -1
- package/src/app/contact/config/contactForm.d.ts +2 -1
- package/src/app/dashboard/components/BroadcastAnalyticsCard.d.ts +2 -1
- package/src/app/dashboard/utils/buildBroadcastReportOverviewAnalytics.d.ts +2 -0
- package/src/app/dashboard/utils/dateHelpers.d.ts +17 -0
- package/src/app/dashboard/utils/reportHelpers.d.ts +16 -0
- package/src/app/generic/components/HeaderImageInput.d.ts +2 -1
- package/src/app/generic/components/MessagePreview.d.ts +3 -1
- package/src/app/generic/components/PreviewHeaderImage.d.ts +2 -1
- package/src/app/generic/utils/logout.d.ts +1 -1
- package/src/app/inbox/components/Chat/ChatContent.d.ts +1 -3
- package/src/app/inbox/components/Chat/ChatHeader.d.ts +11 -3
- package/src/app/inbox/components/Chat/NoResultsFound.d.ts +3 -0
- package/src/app/inbox/components/Chat/QuickReplyPickerMenu.d.ts +14 -0
- package/src/app/inbox/components/Chat/index.d.ts +7 -2
- package/src/app/inbox/components/ConvsList/ConvItem/ActionsMenu.d.ts +1 -1
- package/src/app/inbox/components/NewConvList/ConversationItem.d.ts +1 -1
- package/src/app/inbox/components/NewConvList/FilterDrawer.d.ts +3 -3
- package/src/app/inbox/components/NewConvList/HeaderSection.d.ts +3 -6
- package/src/app/inbox/components/NewConvList/index.d.ts +2 -1
- package/src/app/inbox/components/NewDetails/ChatDetails.d.ts +3 -2
- package/src/app/inbox/components/NewDetails/ChatDetailsAndTimeline.d.ts +3 -2
- package/src/app/inbox/components/NewDetails/ClientInfo.d.ts +3 -2
- package/src/app/inbox/components/NewDetails/ConversationOverview.d.ts +3 -2
- package/src/app/inbox/components/NewDetails/EditClientInfo.d.ts +3 -2
- package/src/app/inbox/components/NewDetails/index.d.ts +3 -2
- package/src/app/inbox/components/Shared/Inbox.d.ts +9 -7
- package/src/app/inbox/components/Shared/MobileActionSheet.d.ts +9 -0
- package/src/app/inbox/components/Shared/MobileMenu.d.ts +8 -0
- package/src/app/inbox/components/Shared/SharedStyle.d.ts +7 -0
- package/src/app/inbox/components/Shared/mobileMenuStyles.d.ts +20 -0
- package/src/app/inbox/constants/index.d.ts +1 -1
- package/src/app/inbox/hooks/useCanContribute.d.ts +2 -1
- package/src/app/inbox/hooks/useConvAutoComplete.d.ts +15 -0
- package/src/app/inbox/hooks/useConvEnhance.d.ts +17 -0
- package/src/app/inbox/hooks/useConvFilters.d.ts +6 -2
- package/src/app/inbox/hooks/useConversationById.d.ts +8 -0
- package/src/app/inbox/hooks/useInboxAssignableAis.d.ts +3 -0
- package/src/app/inbox/hooks/useMyAgent.d.ts +10 -0
- package/src/app/inbox/hooks/useQuickReplyPicker.d.ts +18 -0
- package/src/app/inbox/hooks/useQuickReplyPickerAnchor.d.ts +7 -0
- package/src/app/inbox/utils/convAssistIntent.d.ts +16 -0
- package/src/app/inbox/utils/convAssistStorage.d.ts +12 -0
- package/src/app/inbox/utils/convs.d.ts +13 -4
- package/src/app/inbox/utils/inboxAssignableAis.d.ts +10 -0
- package/src/app/inbox/utils/mobileInboxStyles.d.ts +6 -0
- package/src/app/inbox/utils/quickReplyPicker.d.ts +13 -0
- package/src/app/layout/components/Header.d.ts +0 -4
- package/src/app/layout/constants/subMenu.d.ts +12 -2
- package/src/app/layout/context/EmbeddedInboxContext.d.ts +3 -0
- package/src/app/layout/context/MobileInboxNavContext.d.ts +9 -0
- package/src/app/layout/hooks/useMobileInboxVersion.d.ts +1 -3
- package/src/app/managemnet/components/CreateQuickReply.d.ts +8 -0
- package/src/app/managemnet/components/WebhookHeadersEditor.d.ts +12 -0
- package/src/app/managemnet/components/channels/ChannelTypeCard.d.ts +2 -1
- package/src/app/managemnet/config/quickReplyDefinition.d.ts +4 -0
- package/src/app/managemnet/pages/quickReplies/index.d.ts +2 -0
- package/src/app/onboarding/components/OnboardingChecklistWidget.d.ts +2 -1
- package/src/app/onboarding/utils/onboardingChecklistStorage.d.ts +4 -0
- package/src/app/resources/components/Integrations/Facebook/NoPagesFoundPopup.d.ts +2 -1
- package/src/app/resources/components/Integrations/Facebook/PagePickerPopup.d.ts +2 -1
- package/src/app/resources/components/ListResources/Utils.d.ts +1 -0
- package/src/app/subscriptions/components/Plans/PlanCard.d.ts +10 -23
- package/src/app/subscriptions/components/Plans/ShowcasePlans.d.ts +7 -4
- package/src/app/subscriptions/components/SubscriptionSettings/SubscriptionHeader.d.ts +1 -10
- package/src/app/subscriptions/components/SubscriptionSettings/SubscriptionPlanLabel.d.ts +8 -0
- package/src/app/subscriptions/components/SubscriptionSettings/SubscriptionProfile.d.ts +0 -1
- package/src/app/subscriptions/components/SubscriptionSettings/SubscriptionProfileCard.d.ts +14 -0
- package/src/app/subscriptions/components/SubscriptionSettings/SubscriptionUsageCard.d.ts +6 -0
- package/src/app/subscriptions/components/SubscriptionSettings/SubscriptionUsers.d.ts +3 -2
- package/src/app/subscriptions/components/SubscriptionSettings/index.d.ts +6 -0
- package/src/app/subscriptions/components/SubscriptionSwitcher/Switcher.d.ts +4 -1
- package/src/app/subscriptions/components/SubscriptionSwitcher/index.d.ts +3 -1
- package/src/app/subscriptions/components/SubscriptionsList.d.ts +1 -0
- package/src/app/subscriptions/utils/newWorkspaceContext.d.ts +5 -0
- package/src/assets/locales/translations.d.ts +80 -0
- package/src/graphql.autogenerated.d.ts +563 -2
- package/src/graphql.billing.autogenerated.d.ts +3 -0
- package/src/lib/EmbeddedMobileMenu.d.ts +9 -0
- package/src/lib/conversation-chat.d.ts +11 -0
- package/src/lib/index.d.ts +4 -0
- package/src/utils/integration.d.ts +6 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { FooterItemsProps, HeaderItemsProps, DropdownListItemType } from '@bcrumbs.net/bc-ui';
|
|
2
3
|
export type SwitcherProps = {
|
|
3
4
|
items: DropdownListItemType[];
|
|
@@ -13,5 +14,7 @@ export type SwitcherProps = {
|
|
|
13
14
|
hidden: boolean;
|
|
14
15
|
}) => void;
|
|
15
16
|
isLoading: boolean;
|
|
17
|
+
compact?: boolean;
|
|
18
|
+
workspaceLogo?: React.ReactNode;
|
|
16
19
|
};
|
|
17
|
-
export declare function Switcher({ items, title, headerItems, footerItems, width, name, maxVisibleItems, addPlanWord, isLoading, plan, onDropdownStateChange, }: SwitcherProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
20
|
+
export declare function Switcher({ items, title, headerItems, footerItems, width, name, maxVisibleItems, addPlanWord, isLoading, plan, onDropdownStateChange, compact, workspaceLogo, }: SwitcherProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/** Query flag for flows that create a workspace (plan pick, checkout) without using the active workspace context. */
|
|
2
|
+
export declare const NEW_WORKSPACE_QUERY_KEY = "newWorkspace";
|
|
3
|
+
export declare function isCreatingNewWorkspace(pathname: string, search: string): boolean;
|
|
4
|
+
export declare function newWorkspaceSearch(): string;
|
|
5
|
+
export declare function buildNewWorkspaceSubscriptionPath(): string;
|
|
@@ -99,6 +99,19 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
99
99
|
manageBilling: string;
|
|
100
100
|
betaVersion: string;
|
|
101
101
|
customPkgTitle: string;
|
|
102
|
+
pricing: string;
|
|
103
|
+
pricingSubtitle: string;
|
|
104
|
+
monthly: string;
|
|
105
|
+
yearly: string;
|
|
106
|
+
yearlyDiscount: string;
|
|
107
|
+
crumbyAi: string;
|
|
108
|
+
mostPopular: string;
|
|
109
|
+
choosePlan: string;
|
|
110
|
+
currentPlan: string;
|
|
111
|
+
betaAlert: string;
|
|
112
|
+
conversationFeature: string;
|
|
113
|
+
campaignFeature: string;
|
|
114
|
+
userFeature: string;
|
|
102
115
|
};
|
|
103
116
|
billingDone: {
|
|
104
117
|
title: string;
|
|
@@ -173,9 +186,16 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
173
186
|
agentPlusRole: string;
|
|
174
187
|
Workspace: string;
|
|
175
188
|
WorkspaceDescription: string;
|
|
189
|
+
editProfile: string;
|
|
190
|
+
usageAndSubscription: string;
|
|
191
|
+
nameOfWorkspace: string;
|
|
192
|
+
workspaceIdCopied: string;
|
|
193
|
+
workspaceIdCopyFailed: string;
|
|
194
|
+
copyWorkspaceId: string;
|
|
176
195
|
upgradePlan: string;
|
|
177
196
|
cancelSubscription: string;
|
|
178
197
|
activePlan: string;
|
|
198
|
+
cancelledBadge: string;
|
|
179
199
|
currentCycleEnd: string;
|
|
180
200
|
usage2: string;
|
|
181
201
|
conversations: string;
|
|
@@ -190,6 +210,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
190
210
|
usageLimit100Prefix: string;
|
|
191
211
|
upgradePlanCta: string;
|
|
192
212
|
inviteUserDisabledAtLimit: string;
|
|
213
|
+
workspaceContextMissing: string;
|
|
193
214
|
};
|
|
194
215
|
pages: {
|
|
195
216
|
yourPages: string;
|
|
@@ -454,6 +475,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
454
475
|
tag: string;
|
|
455
476
|
convstage: string;
|
|
456
477
|
clientstage: string;
|
|
478
|
+
quickReply: string;
|
|
457
479
|
description: string;
|
|
458
480
|
languageCode: string;
|
|
459
481
|
selectIntegrationName: string;
|
|
@@ -850,6 +872,7 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
850
872
|
webhooks: string;
|
|
851
873
|
crm_integrations: string;
|
|
852
874
|
conversation_lifecycle: string;
|
|
875
|
+
quick_replies: string;
|
|
853
876
|
channels: string;
|
|
854
877
|
rating_settings: string;
|
|
855
878
|
agents_management: string;
|
|
@@ -893,6 +916,16 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
893
916
|
noAgents: string;
|
|
894
917
|
loadingMoreText: string;
|
|
895
918
|
allUsersAlreadyHaveAgents: string;
|
|
919
|
+
assignableForAutoAssignment: string;
|
|
920
|
+
assignableForAutoAssignmentDescription: string;
|
|
921
|
+
createModeUserLinked: string;
|
|
922
|
+
createModeApiKey: string;
|
|
923
|
+
createModeUserLinkedDescription: string;
|
|
924
|
+
createModeApiKeyDescription: string;
|
|
925
|
+
apiKeyLabel: string;
|
|
926
|
+
apiKeyLabelPlaceholder: string;
|
|
927
|
+
noUsersForLinkedAgentTitle: string;
|
|
928
|
+
noUsersForLinkedAgentDescription: string;
|
|
896
929
|
};
|
|
897
930
|
ai: {
|
|
898
931
|
title: string;
|
|
@@ -930,6 +963,13 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
930
963
|
searchPlaceholder: string;
|
|
931
964
|
noWebhooks: string;
|
|
932
965
|
loadingMoreText: string;
|
|
966
|
+
headers: {
|
|
967
|
+
title: string;
|
|
968
|
+
keyPlaceholder: string;
|
|
969
|
+
valuePlaceholder: string;
|
|
970
|
+
addHeader: string;
|
|
971
|
+
incompleteRow: string;
|
|
972
|
+
};
|
|
933
973
|
crm: {
|
|
934
974
|
title: string;
|
|
935
975
|
addIntegration: string;
|
|
@@ -957,6 +997,19 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
957
997
|
noConversationLifecycle: string;
|
|
958
998
|
loadingMoreText: string;
|
|
959
999
|
};
|
|
1000
|
+
quickReply: {
|
|
1001
|
+
title: string;
|
|
1002
|
+
addNewQuickReply: string;
|
|
1003
|
+
editQuickReply: string;
|
|
1004
|
+
command: string;
|
|
1005
|
+
commandPlaceholder: string;
|
|
1006
|
+
content: string;
|
|
1007
|
+
contentPlaceholder: string;
|
|
1008
|
+
updatedAt: string;
|
|
1009
|
+
searchPlaceholder: string;
|
|
1010
|
+
noQuickReplies: string;
|
|
1011
|
+
loadingMoreText: string;
|
|
1012
|
+
};
|
|
960
1013
|
channel: {
|
|
961
1014
|
title: string;
|
|
962
1015
|
subTitle: string;
|
|
@@ -979,6 +1032,9 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
979
1032
|
agentName: string;
|
|
980
1033
|
aiAgentName: string;
|
|
981
1034
|
channelUpdateError: string;
|
|
1035
|
+
reconnectFacebook: string;
|
|
1036
|
+
reconnectFacebookSuccess: string;
|
|
1037
|
+
reconnectFacebookError: string;
|
|
982
1038
|
selectStartWith: string;
|
|
983
1039
|
selectAiAgent: string;
|
|
984
1040
|
selectAgent: string;
|
|
@@ -1016,6 +1072,9 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
1016
1072
|
customChannelCopyIncomingUrl: string;
|
|
1017
1073
|
customChannelIncomingUrlCopied: string;
|
|
1018
1074
|
customChannelIncomingUrlCopyFailed: string;
|
|
1075
|
+
copyIntegrationId: string;
|
|
1076
|
+
integrationIdCopied: string;
|
|
1077
|
+
integrationIdCopyFailed: string;
|
|
1019
1078
|
rating: string;
|
|
1020
1079
|
ratingDescription: string;
|
|
1021
1080
|
};
|
|
@@ -1139,6 +1198,16 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
1139
1198
|
endEnabled: string;
|
|
1140
1199
|
endEnabledDescription: string;
|
|
1141
1200
|
saved: string;
|
|
1201
|
+
autoTaggingTitle: string;
|
|
1202
|
+
autoTaggingDescription: string;
|
|
1203
|
+
clientAutoTags: string;
|
|
1204
|
+
chatAutoTags: string;
|
|
1205
|
+
tagColumn: string;
|
|
1206
|
+
conditionColumn: string;
|
|
1207
|
+
tagPlaceholder: string;
|
|
1208
|
+
conditionPlaceholder: string;
|
|
1209
|
+
addNewRule: string;
|
|
1210
|
+
deleteRule: string;
|
|
1142
1211
|
};
|
|
1143
1212
|
promptSettings: {
|
|
1144
1213
|
title: string;
|
|
@@ -1162,6 +1231,17 @@ export declare const convertLanguageJsonToObject: (json: any, objToConvertTo?: C
|
|
|
1162
1231
|
label: string;
|
|
1163
1232
|
description: string;
|
|
1164
1233
|
};
|
|
1234
|
+
responseMessages: {
|
|
1235
|
+
cardTitle: string;
|
|
1236
|
+
emptyResponseFallbackMessage: {
|
|
1237
|
+
label: string;
|
|
1238
|
+
description: string;
|
|
1239
|
+
};
|
|
1240
|
+
closingMessage: {
|
|
1241
|
+
label: string;
|
|
1242
|
+
description: string;
|
|
1243
|
+
};
|
|
1244
|
+
};
|
|
1165
1245
|
};
|
|
1166
1246
|
};
|
|
1167
1247
|
files: {
|