]633;E;echo "Read the README.txt first to understand how to use changelog.txt and/or changed-files";1b039d1a-7f27-40e5-8f30-e245b06f73a0]633;CRead the README.txt first to understand how to use changelog.txt and/or changed-files

M = modified ( replace file in your project )
A = added    ( add     file in your project )
D = deleted  ( delete  file in your project )
R = renamed  ( rename  file in your project )

92 Added | 0 Deleted | 293 Modified | 2 Renamed
---
M	next.config.ts
M	package.json
M	src/app/(mainLayout)/ai_call_assistant/agents/page.tsx
M	src/app/(mainLayout)/ai_settings/page.tsx
M	src/app/(mainLayout)/chat_appearance/page.tsx
A	src/app/(mainLayout)/click_whatsapp_ads/ads/[adsetId]/page.tsx
A	src/app/(mainLayout)/click_whatsapp_ads/adsets/[campaignId]/page.tsx
A	src/app/(mainLayout)/click_whatsapp_ads/campaigns/[accountId]/page.tsx
A	src/app/(mainLayout)/click_whatsapp_ads/insights/page.tsx
A	src/app/(mainLayout)/click_whatsapp_ads/page.tsx
A	src/app/(mainLayout)/click_whatsapp_ads/wizard/page.tsx
R070	src/app/(mainLayout)/data_imports/page.tsx	src/app/(mainLayout)/contact_import_logs/page.tsx
M	src/app/(mainLayout)/google_account/[id]/calendars/page.tsx
M	src/app/(mainLayout)/google_account/[id]/sheets/page.tsx
M	src/app/(mainLayout)/google_account/page.tsx
M	src/app/(mainLayout)/layout.tsx
M	src/app/(mainLayout)/payment_gateway/page.tsx
A	src/app/(mainLayout)/payment_transactions/page.tsx
A	src/app/(mainLayout)/pipeline_board/[id]/page.tsx
A	src/app/(mainLayout)/pipeline_board/page.tsx
A	src/app/(mainLayout)/segments/page.tsx
M	src/app/(mainLayout)/toolset/link_generator/page.tsx
M	src/app/(mainLayout)/toolset/links/config/[id]/page.tsx
M	src/app/(mainLayout)/toolset/links/page.tsx
M	src/app/(mainLayout)/toolset/widgets/page.tsx
M	src/app/(mainLayout)/whatsapp_appointment/[id]/page.tsx
M	src/app/(mainLayout)/whatsapp_appointment/[id]/records/page.tsx
M	src/app/(mainLayout)/whatsapp_appointment/add/page.tsx
M	src/app/(mainLayout)/whatsapp_appointment/page.tsx
M	src/app/(mainLayout)/whatsapp_form/[id]/submissions/page.tsx
M	src/app/(mainLayout)/whatsapp_form/page.tsx
M	src/app/FacebookSDKProvider.tsx
M	src/app/api/auth/[...nextauth]/authOption.tsx
A	src/app/api/auth/reset-password-via-token/route.ts
M	src/app/api/campaigns/route.ts
A	src/app/api/contacts/add-to-segments/route.ts
A	src/app/api/facebook-ads/ad-accounts/route.ts
A	src/app/api/facebook-ads/ad-accounts/sync/route.ts
A	src/app/api/facebook-ads/ad-sets/[id]/route.ts
A	src/app/api/facebook-ads/ads/[id]/route.ts
A	src/app/api/facebook-ads/ads/detail/[id]/route.ts
A	src/app/api/facebook-ads/ads/route.ts
A	src/app/api/facebook-ads/adsets/[id]/route.ts
A	src/app/api/facebook-ads/adsets/route.ts
A	src/app/api/facebook-ads/campaigns/[id]/route.ts
A	src/app/api/facebook-ads/campaigns/[id]/status/route.ts
A	src/app/api/facebook-ads/campaigns/route.ts
A	src/app/api/facebook-ads/insights/[level]/[id]/route.ts
A	src/app/api/facebook-ads/sync-external/route.ts
A	src/app/api/facebook/connect/route.ts
A	src/app/api/facebook/defaults/route.ts
A	src/app/api/facebook/linked-accounts/sync/route.ts
A	src/app/api/facebook/pages/[id]/request-otp/route.ts
A	src/app/api/facebook/pages/[id]/verify-otp/route.ts
A	src/app/api/facebook/pages/[id]/waba/route.ts
A	src/app/api/facebook/pages/route.ts
A	src/app/api/facebook/sync/route.ts
A	src/app/api/impersonation/status/route.ts
A	src/app/api/impersonation/stop/route.ts
A	src/app/api/kanban-funnels/[id]/available-data/route.ts
A	src/app/api/kanban-funnels/[id]/items/[itemId]/route.ts
A	src/app/api/kanban-funnels/[id]/items/move/route.ts
A	src/app/api/kanban-funnels/[id]/items/route.ts
A	src/app/api/kanban-funnels/[id]/route.ts
A	src/app/api/kanban-funnels/[id]/stages/route.ts
A	src/app/api/kanban-funnels/route.ts
A	src/app/api/payment_gateway/transactions/route.ts
A	src/app/api/quick-replies/admin/route.ts
A	src/app/api/segments/[id]/contacts/route.ts
A	src/app/api/segments/[id]/route.ts
A	src/app/api/segments/route.ts
M	src/app/api/whatsapp/send/route.ts
A	src/app/auth/impersonate/page.tsx
M	src/app/globals.css
M	src/app/layout.tsx
M	src/app/loading.tsx
M	src/app/workspace/layout.tsx
M	src/app/workspace/page.tsx
M	src/components/agent-task/AgentTaskCreateForm.tsx
M	src/components/agent-task/AgentTaskListSidebar.tsx
M	src/components/agent/AgentCreate.tsx
M	src/components/agent/AgentEdit.tsx
M	src/components/agent/AgentForm.tsx
M	src/components/agent/index.tsx
M	src/components/appointment/AppointmentConfigForm.tsx
M	src/components/appointment/AppointmentConfigList.tsx
M	src/components/appointment/AppointmentTemplateMapper.tsx
M	src/components/appointment/modals/BookingStatusModal.tsx
M	src/components/appointment/modals/SendPaymentLinkModal.tsx
M	src/components/appointment/steps/FinancialsStep.tsx
M	src/components/appointment/steps/GeneralInfoStep.tsx
M	src/components/appointment/steps/IntegrationsStep.tsx
M	src/components/appointment/steps/QuestionnaireStep.tsx
M	src/components/appointment/steps/TemplatesStep.tsx
M	src/components/auth/ForgotPassword.tsx
M	src/components/auth/LoginForm.tsx
M	src/components/auth/RegisterForm.tsx
M	src/components/auth/ResetPassword.tsx
M	src/components/bot-flow/Flow.tsx
M	src/components/bot-flow/FlowList.tsx
M	src/components/bot-flow/edges/CustomEdge.tsx
M	src/components/bot-flow/nodes/BaseNode.tsx
M	src/components/bot-flow/nodes/ButtonMessageNode.tsx
M	src/components/bot-flow/nodes/ConditionNode.tsx
M	src/components/bot-flow/nodes/DelayNode.tsx
M	src/components/bot-flow/nodes/ListMessageNode.tsx
M	src/components/bot-flow/nodes/LocationNode.tsx
M	src/components/bot-flow/nodes/MediaMessageNode.tsx
M	src/components/bot-flow/nodes/ResponseSaverNode.tsx
M	src/components/bot-flow/nodes/TriggerNode.tsx
M	src/components/campaigns/CampaignDetailModal.tsx
M	src/components/campaigns/detail/OverviewConfiguration.tsx
M	src/components/campaigns/index.tsx
M	src/components/campaigns/wizard/CampaignWizard.tsx
M	src/components/campaigns/wizard/CarouselMediaEditor.tsx
M	src/components/campaigns/wizard/StepBasicInfo.tsx
M	src/components/campaigns/wizard/StepScheduling.tsx
M	src/components/campaigns/wizard/StepVariablesMapping.tsx
M	src/components/campaigns/wizard/StepWhatsAppConfig.tsx
M	src/components/campaigns/wizard/VariableMappingComponents.tsx
M	src/components/campaigns/wizard/components/AllContactsAlert.tsx
M	src/components/campaigns/wizard/components/RecipientSelectionField.tsx
M	src/components/catalogue/index.tsx
M	src/components/chat/ChatArea.tsx
M	src/components/chat/ChatAttachmentMenu.tsx
M	src/components/chat/ChatFilterModal.tsx
M	src/components/chat/ChatListItemDropdown.tsx
M	src/components/chat/ChatProfile.tsx
M	src/components/chat/ChatSidebar.tsx
M	src/components/chat/ChatSidebarItem.tsx
M	src/components/chat/EmojiPicker.tsx
M	src/components/chat/ExpiredWindowBanner.tsx
M	src/components/chat/InteractiveMessageModal.tsx
M	src/components/chat/LocationPickerModal.tsx
M	src/components/chat/MediaSelectionModal.tsx
M	src/components/chat/MicErrorModal.tsx
M	src/components/chat/NotificationSettingsModal.tsx
A	src/components/chat/PaymentLinkModal.tsx
M	src/components/chat/QuickReplyModal.tsx
M	src/components/chat/ResolvedChatBanner.tsx
M	src/components/chat/index.tsx
M	src/components/chat/messages/AudioMessage.tsx
M	src/components/chat/messages/BaseMessage.tsx
M	src/components/chat/messages/ChatMessageList.tsx
M	src/components/chat/messages/DocumentMessage.tsx
M	src/components/chat/messages/InteractiveMessage.tsx
M	src/components/chat/messages/LanguageSelector.tsx
M	src/components/chat/messages/LocationMessage.tsx
M	src/components/chat/messages/MessageItem.tsx
M	src/components/chat/messages/MessageReactionPicker.tsx
M	src/components/chat/messages/MessageTranslation.tsx
M	src/components/chat/messages/TemplateMessage.tsx
M	src/components/chat/messages/TextMessage.tsx
M	src/components/chat/messages/VideoMessage.tsx
M	src/components/chat/profile/ProfileAssignAICallAgent.tsx
M	src/components/chat/profile/ProfileAssignAgent.tsx
M	src/components/chat/profile/ProfileChatLabel.tsx
M	src/components/chat/profile/ProfileChatNote.tsx
M	src/components/chat/profile/ProfileContactSummary.tsx
M	src/components/chat/profile/ProfileMediaAssets.tsx
M	src/components/columns/ColumnModal.tsx
M	src/components/columns/index.tsx
M	src/components/columns/sections/DataConstraintsSection.tsx
M	src/components/columns/sections/DisplayRulesSection.tsx
M	src/components/common/InfoModal.tsx
M	src/components/components/BackgroundSettings.tsx
M	src/components/components/ChatPreview.tsx
M	src/components/components/ColorSettings.tsx
M	src/components/components/ThemePresets.tsx
M	src/components/connect-waba/QRCodeConnection.tsx
M	src/components/contact/ContactImportModal.tsx
M	src/components/contact/ContactModal.tsx
M	src/components/contact/index.tsx
M	src/components/dashboard/CatalogStatsSection.tsx
M	src/components/dashboard/ContactYearlyChart.tsx
M	src/components/dashboard/Dashboard.tsx
M	src/components/dashboard/DashboardStatCard.tsx
M	src/components/dashboard/QuickActionsCard.tsx
M	src/components/dashboard/StatCards.tsx
M	src/components/dashboard/TemplateInsightsSection.tsx
M	src/components/dashboard/UsageStatCard.tsx
M	src/components/dashboard/WabaStatusCard.tsx
M	src/components/dashboard/WeeklyMessagesChart.tsx
M	src/components/dashboard/WelcomeCard.tsx
M	src/components/default-action/DefaultActionPage.tsx
M	src/components/default-action/WabaConfigSection.tsx
M	src/components/default-action/WorkingHoursForm.tsx
M	src/components/default-action/working-hours/TimeInput.tsx
A	src/components/facebook/ads/AdList.tsx
A	src/components/facebook/adsets/AdSetList.tsx
A	src/components/facebook/campaigns/CampaignList.tsx
A	src/components/facebook/campaigns/CampaignStatusModal.tsx
A	src/components/facebook/columns.tsx
A	src/components/facebook/index.tsx
A	src/components/facebook/insights/CreativePerformanceTable.tsx
A	src/components/facebook/insights/FacebookInsightsDashboard.tsx
A	src/components/facebook/insights/InsightsDemographicsChart.tsx
A	src/components/facebook/insights/InsightsPlatformsChart.tsx
A	src/components/facebook/insights/InsightsStatsGrid.tsx
A	src/components/facebook/insights/InsightsTrendChart.tsx
A	src/components/facebook/preview/AdPreview.tsx
A	src/components/facebook/preview/layouts/FacebookFeedPreview.tsx
A	src/components/facebook/preview/layouts/FacebookNotificationPreview.tsx
A	src/components/facebook/preview/layouts/InstagramFeedPreview.tsx
A	src/components/facebook/preview/layouts/InstagramStoryPreview.tsx
A	src/components/facebook/wizard/AdCampaignWizard.tsx
A	src/components/facebook/wizard/GeoLocationSelector.tsx
A	src/components/facebook/wizard/Step1Campaign.tsx
A	src/components/facebook/wizard/Step2AdSet.tsx
A	src/components/facebook/wizard/Step3Ad.tsx
M	src/components/feature/chat/AiTextTransformModal.tsx
M	src/components/feature/chat/SuggestReplyModal.tsx
M	src/components/feature/setup/ModelSelection.tsx
M	src/components/feature/setup/SetupManager.tsx
M	src/components/form-builder/FormBuilderList.tsx
M	src/components/form-builder/FormBuilderWizard.tsx
M	src/components/form-builder/FormCard.tsx
M	src/components/form-builder/designer/LivePreview.tsx
M	src/components/form-builder/steps/BasicSetupStep.tsx
M	src/components/google/ReadSheetModal.tsx
M	src/components/google/index.tsx
M	src/components/integration-tools/ApiDocViewer.tsx
M	src/components/integration-tools/ApiKeyManager.tsx
M	src/components/integration-tools/IntegrationToolsSidebar.tsx
M	src/components/integration-tools/index.tsx
A	src/components/kanban-funnel/ItemModal.tsx
A	src/components/kanban-funnel/PipelineBoard.tsx
A	src/components/kanban-funnel/PipelineManage.tsx
A	src/components/kanban-funnel/PipelineModal.tsx
A	src/components/kanban-funnel/StageModal.tsx
M	src/components/keyword-action/KeywordActionForm.tsx
M	src/components/keyword-action/KeywordActionPage.tsx
M	src/components/landing/Connect.tsx
M	src/components/landing/DynamicPageClient.tsx
M	src/components/landing/Faq.tsx
M	src/components/landing/Features.tsx
M	src/components/landing/Footer.tsx
M	src/components/landing/Header.tsx
M	src/components/landing/Home.tsx
M	src/components/landing/Platform.tsx
M	src/components/landing/PricingPlan.tsx
M	src/components/landing/TapTop.tsx
M	src/components/landing/Testimonial.tsx
M	src/components/landing/index.tsx
M	src/components/layouts/CurrencyDropdown.tsx
M	src/components/layouts/Header.tsx
A	src/components/layouts/ImpersonationBanner.tsx
M	src/components/layouts/LanguageDropdown.tsx
M	src/components/layouts/NoInternetPage.tsx
M	src/components/layouts/Sidebar.tsx
M	src/components/maintenance/MaintenancePage.tsx
M	src/components/manage-waba/PhoneNumbers.tsx
M	src/components/manage-waba/index.tsx
M	src/components/media/MediaDetailModal.tsx
M	src/components/media/MediaGrid.tsx
M	src/components/media/index.tsx
M	src/components/order-management/AutoMessagePage.tsx
M	src/components/order-management/OrderPage.tsx
M	src/components/order-management/StatusTemplateCard.tsx
M	src/components/paymentGateway/PaymentGatewayList.tsx
M	src/components/paymentGateway/PaymentGatewayModal.tsx
A	src/components/paymentGateway/PaymentSettingModal.tsx
A	src/components/paymentGateway/PaymentTransactionList.tsx
M	src/components/product/ProductLayout.tsx
M	src/components/product/ProductPageTemplate.tsx
M	src/components/providers/DynamicSettingsProvider.tsx
A	src/components/providers/ToastManager.tsx
M	src/components/quick-replies/QuickReplyCard.tsx
M	src/components/quick-replies/QuickReplyModal.tsx
M	src/components/quick-replies/index.tsx
M	src/components/response-resources/CataloguesSection.tsx
M	src/components/response-resources/ChatbotSection.tsx
M	src/components/response-resources/ReplyMaterialFormModal.tsx
M	src/components/response-resources/ReplyMaterialGrid.tsx
M	src/components/response-resources/ReplyMaterialsContent.tsx
M	src/components/response-resources/SequenceStepModal.tsx
M	src/components/response-resources/SequencesSection.tsx
M	src/components/response-resources/TemplatesSection.tsx
M	src/components/response-resources/index.tsx
M	src/components/response-resources/sequence-step/MaterialPicker.tsx
M	src/components/response-resources/sequence-step/SourceTypeSelector.tsx
M	src/components/response-resources/sequence-step/TemplateConfig.tsx
M	src/components/response-resources/sequence-step/TimingConfig.tsx
A	src/components/segment/SegmentModal.tsx
A	src/components/segment/SegmentsContactsModal.tsx
A	src/components/segment/index.tsx
M	src/components/subscription/ManagePlanModal.tsx
M	src/components/subscription/PlanSlider.tsx
M	src/components/subscription/UsageStatsGrid.tsx
M	src/components/subscription/index.tsx
M	src/components/tags/TagModal.tsx
M	src/components/tags/index.tsx
M	src/components/teams/PermissionPicker.tsx
M	src/components/teams/TeamForm.tsx
M	src/components/teams/TeamList.tsx
M	src/components/templates/AdminTemplateLibrary.tsx
M	src/components/templates/MessageTemplates.tsx
M	src/components/templates/TemplateForm.tsx
M	src/components/templates/TemplatesSidebar.tsx
M	src/components/templates/form/FormLivePreview.tsx
M	src/components/templates/form/TemplatePreviewBubble.tsx
M	src/components/templates/list/TemplatePreviewModal.tsx
M	src/components/tools/ToolsPage.tsx
M	src/components/tools/short-links/ShortLinkForm.tsx
M	src/components/tools/short-links/ShortLinkTable.tsx
M	src/components/webHook/WebhookCard.tsx
M	src/components/webHook/WebhookModal.tsx
M	src/components/webHook/WebhookTable.tsx
M	src/components/webHook/index.tsx
M	src/components/webHook/map-template/MapTemplateWizard.tsx
M	src/components/webHook/map-template/MappingStep.tsx
M	src/components/webHook/map-template/StepHeader.tsx
M	src/components/whatsapp-calling/CallAgentForm.tsx
M	src/components/whatsapp-calling/CallAgentList.tsx
M	src/components/whatsapp-calling/CallLogList.tsx
M	src/components/whatsapp-calling/CallSettingsModal.tsx
M	src/components/whatsapp-calling/steps/StepFunctions.tsx
M	src/components/whatsapp-calling/steps/StepVoiceSTT.tsx
M	src/components/widgets/ChatbotPreview.tsx
M	src/components/widgets/WidgetWizardForm.tsx
M	src/components/widgets/index.tsx
M	src/components/widgets/steps/ActionStep.tsx
M	src/components/widgets/steps/AppearanceStep.tsx
M	src/components/widgets/steps/BodyStep.tsx
M	src/components/widgets/steps/HeaderStep.tsx
M	src/components/workspace/WorkspaceCard.tsx
M	src/constants/route.ts
M	src/data/ApiDocs.tsx
M	src/data/Countries.tsx
M	src/data/InfoModalData.tsx
A	src/data/KeywordActionData.tsx
M	src/data/SidebarList.tsx
M	src/data/UsageMap.tsx
M	src/elements/ui/alert-dialog.tsx
M	src/elements/ui/calendar.tsx
M	src/elements/ui/date-picker.tsx
M	src/elements/ui/dialog.tsx
M	src/elements/ui/input.tsx
M	src/elements/ui/multi-select.tsx
M	src/elements/ui/select.tsx
M	src/elements/ui/sheet.tsx
M	src/elements/ui/skeleton.tsx
M	src/elements/ui/table.tsx
M	src/elements/ui/tabs.tsx
M	src/elements/ui/textarea.tsx
M	src/locales/en/translation.json
M	src/proxy.ts
M	src/redux/api/authApi.ts
M	src/redux/api/baseApi.ts
M	src/redux/api/campaignApi.ts
M	src/redux/api/chatApi.ts
A	src/redux/api/facebookApi.ts
A	src/redux/api/impersonationApi.ts
A	src/redux/api/kanbanFunnelApi.ts
M	src/redux/api/paymentGatewayApi.ts
M	src/redux/api/quickReplyApi.ts
A	src/redux/api/segmentApi.ts
M	src/redux/api/utils/optimisticMessageUtils.ts
M	src/shared/CkEditorInner.tsx
M	src/shared/CommonHeader.tsx
M	src/shared/ConfirmModal.tsx
M	src/shared/DataTable.tsx
M	src/shared/ExportModal.tsx
M	src/shared/Image.tsx
M	src/shared/Pagination.tsx
M	src/shared/SubscriptionGuard.tsx
A	src/shared/WabaGuard.tsx
M	src/types/auth.ts
M	src/types/campaign.ts
M	src/types/components.ts
M	src/types/components/chat.ts
R100	src/types/components/Template.ts	src/types/components/template.ts
M	src/types/dashboard.ts
A	src/types/kanban-funnel.ts
M	src/types/paymentGateway.ts
M	src/types/replyMaterial.ts
M	src/types/settings.ts
M	src/types/shared.ts
M	src/types/subscription.ts
M	src/types/webhook.ts
A	src/utils/hooks/useFacebookLogin.ts
M	src/utils/hooks/useSocketHandler.ts
M	src/utils/image.ts
M	src/utils/index.tsx
A	src/utils/template.ts
M	src/utils/validationSchema.tsx
M	tailwind.config.ts
