letschatty 0.4.346.post35__tar.gz → 0.4.346.post36__tar.gz
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.
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/PKG-INFO +4 -2
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/pyproject.toml +1 -1
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_context/chatty_context.py +1 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/LICENSE +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/README.md +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/ai_microservices/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/ai_microservices/expected_output.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/ai_microservices/lambda_events.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/ai_microservices/lambda_invokation_types.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/ai_microservices/n8n_ai_agents_payload.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/ai_microservices/openai_payloads.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/base.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/ai_agent_chat.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/business_area.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/chat_based_event.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/chat_client.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/chat_context.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/chat_funnel.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/chat_status.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/contact_point.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/continuous_conversation.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/highlight.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/message.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/messages_intent_context.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/product_chat.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/quality_scoring.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/sale.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/tag_chat.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/chat_based_events/workflow.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/company_based_events/asset_events.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/company_based_events/company_events.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/company_based_events/user_events.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/event_type_to_classes.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/event_types.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/user_notification_intent/HOW-TO-ADD.md +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/user_notification_intent/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/user_notification_intent/builders.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/user_notification_intent/event.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/events/user_notification_intent/metadata.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/metrics/__init_.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/metrics/daily_contact_points.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/metrics/daily_new_chats.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/metrics/daily_sent_templates_grouped.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/metrics/sales_roadmap.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/metrics/sent_templates.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/smart_messages/friendly_code_for_source.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/smart_messages/topic.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/smart_messages/topic_message.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/google_ad_utm_source.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/helpers.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/other_source.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/pure_ad.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/pure_ad_utm_source.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/source_base.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/template_source.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/topic_default_source.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/utm_source.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/utms/referer_info.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/utms/utm_query_params.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/sources/whatsapp_default_source.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/auth/jwt.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/base_models/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/base_models/ai_agent_component.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/base_models/chatty_asset_model.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/base_models/helpers.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/base_models/related_asset_usage_example.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/base_models/singleton.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/base_models/update_model_interface.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/base_models/validate_timestamps_and_id.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/channels/channel.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/assets_assigned_to_chat.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/chat.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/chat_status_modifications.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/chat_with_assets.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/client.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/continuous_conversation.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/filter_parameters.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/flow_link_state.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/highlight.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/preview.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/quality_scoring.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/scheduled_messages.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/temporary_chat.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/time_left.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/CRM/business_area.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/CRM/funnel.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/ai_agent_message_draft.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/ai_agents_decision_output.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/ai_specific_instruction.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/chain_of_thought_in_chat.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/chat_example.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/chat_example_test.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/chatty_ai_agent.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/chatty_ai_agent_config_for_automation.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/chatty_ai_agent_in_chat.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/chatty_ai_mode.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/context_item.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/data_collection_config.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/faq.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/follow_up_strategy.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/get_chat_with_prompt_response.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/instruction.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/knowleadge_base_components.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/n8n_agents_info.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/n8n_schema_incoming_message_output.json +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/n8n_schema_smart_follow_up_output.json +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/ai_agents_v2/pre_qualify_config.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/assignment/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/assignment/assignment_assets.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/automation.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/chat_assets.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/chatty_fast_answers/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/chatty_fast_answers/chatty_fast_answer.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/company_assets.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/contact_point.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/filter_criteria.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/flow.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/launch/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/launch/launch.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/launch/scheduled_communication.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/launch/subscription.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/media/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/media/file.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/notification.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/product.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/sale.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/tag.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/users/agent_chats_snapshot.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/users/user.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/users/user_asset_permission.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/workflow_execution.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/company_chats_snapshot.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/company_messaging_settgins.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/conversation_topic.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/empresa.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/form_field.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/insight.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/integrations/product_sync_status.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/integrations/shopify/company_shopify_integration.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/integrations/shopify/shopify_product_sync_status.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/integrations/shopify/shopify_webhook_topics.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/integrations/sync_status_enum.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/integrations/tienda_nube/company_tienda_nube_integration.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/integrations/tienda_nube/tienda_nube_product_sync_status.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/integrations/tienda_nube/tienda_nube_webhook_topics.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/notifications/notification.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/copilot/links.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/data_base/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/data_base/collection_interface.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/data_base/mongo_connection.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/execution/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/execution/execution.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/execution/executor.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/forms/company/auth0_company_registration_form.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/forms/company/meta_register.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/audio.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/base/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/base/chatty_message_json.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/base/message_base.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/base/message_draft.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/button.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/central_notification.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/contact.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/document.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/image.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/interactive.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/location.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/reaction.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_audio.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_button.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_central.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_contacts.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_document.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_image.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_interactive.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_location.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_media.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_reaction.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_sticker.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_text.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_content/content_video.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_context/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_referal/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/schema/chatty_referal/chatty_referal.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/sticker.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/text.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/chatty_messages/video.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/message_templates/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/message_templates/chatty_template_campaign.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/message_templates/filled_data_from_frontend.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/message_templates/payload_for_sending_template.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/message_templates/raw_meta_template.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/message_templates/recipient_of_template_campaign.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/message_templates/required_for_frontend_templates.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/meta_base_notification_json.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/meta_error_json.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/meta_inexistent_json.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/meta_message_json.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/meta_status_json.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/meta_unknown_json.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/content_messages/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/content_messages/button_content.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/content_messages/contacts_content.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/content_messages/interactive_content.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/content_messages/location_content.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/content_messages/multimedia_content.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/content_messages/order_content.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/content_messages/reaction_content.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/content_messages/system_content.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/content_messages/text_content.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/values/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/values/value_errors.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/values/value_messages.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/meta_message_model/schema/values/value_statuses.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/push_notifications/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/push_notifications/enums.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/push_notifications/user_device.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/custom_exceptions/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/custom_exceptions/custom_exceptions.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/definitions.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/CRUD_operations.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/channel_types.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/chats_actions.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/country.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/deletion_type.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/executor_types.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/identifier.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/message_status_types.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/message_types.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/phone_number.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/serializer_type.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/source_types.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/utils/types/typealiases.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/ai_agents/context_builder_v2.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/ai_agents/cot_follow_up_examples.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/ai_agents/followup_schema.json +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/ai_agents/smart_follow_up_context_builder_v2.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/ai_agents/smart_follow_up_service_v2.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/ai_agents/tool_descriptions/assign_chat_to_ai_agent_itself.json +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/ai_agents/tool_descriptions/human_handover.json +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/ai_agents/tool_descriptions.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/ai_components_service.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/chat/chat_extractors.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/chat/chat_service.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/chat/client_service.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/chat/conversation_topics_service.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/chat/whatsapp_apb_mode_service.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/chatty_assets/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/chatty_assets/asset_service.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/chatty_assets/base_container.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/chatty_assets/base_container_with_collection.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/chatty_assets/documentation_diagram.png +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/chatty_assets/readme.md +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/concurrent/concurrent.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/contact_points/contact_point_service.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/continuous_conversation_service/continuous_conversation_helper.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/events/events_manager.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/analytics/contact_point_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/analytics/events_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/analytics/smart_messages/topics_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/analytics/sources/helpers.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/analytics/sources/source_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/chats/chat_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/chatty_fast_answers/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/chatty_fast_answers/chatty_fast_answers_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/clients/client_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/company/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/company/empresa_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/lambda_ai_orchestrartor/lambda_events_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/messages/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/messages/central_notification_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/messages/chatty_message_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/messages/child_db_message_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/messages/child_request_message.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/messages/from_template_hot_fix.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/messages/message_templates/template_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/messages/message_templates/test.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/meta_notifications/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/meta_notifications/meta_notification_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/factories/product_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/filter_criteria_service.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/messages_helpers/__init__.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/messages_helpers/get_caption_or_body_or_preview.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/scheduled_messages_service/scheduled_messages_helpers.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/template_campaigns/template_campaign_service.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/users/agent_service.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/users/user_factory.py +0 -0
- {letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/services/validators/analytics_validator.py +0 -0
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: letschatty
|
|
3
|
-
Version: 0.4.346.
|
|
3
|
+
Version: 0.4.346.post36
|
|
4
4
|
Summary: Models and custom classes to work across the Chattyverse
|
|
5
5
|
License: MIT
|
|
6
|
+
License-File: LICENSE
|
|
6
7
|
Author: Axel
|
|
7
8
|
Author-email: axel@letschatty.com
|
|
8
9
|
Requires-Python: >=3.12,<4.0
|
|
@@ -10,6 +11,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
10
11
|
Classifier: Programming Language :: Python :: 3
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
13
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
13
15
|
Provides-Extra: db
|
|
14
16
|
Requires-Dist: motor (>=3.6.0,<4.0.0) ; extra == "db"
|
|
15
17
|
Requires-Dist: phonenumbers (>=9.0.2,<10.0.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "letschatty"
|
|
3
|
-
version = "0.4.346-
|
|
3
|
+
version = "0.4.346-post36" # Or whichever is your latest version
|
|
4
4
|
description = "Models and custom classes to work across the Chattyverse"
|
|
5
5
|
authors = ["Axel <axel@letschatty.com>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -10,6 +10,7 @@ class ChattyContext(BaseModel):
|
|
|
10
10
|
campaign_id: Optional[str] = Field(default=None)
|
|
11
11
|
response_id: Optional[str] = Field(default=None)
|
|
12
12
|
chain_of_thought_id: Optional[str] = Field(default=None)
|
|
13
|
+
cintia_id: Optional[str] = Field(default=None)
|
|
13
14
|
forwarded: Optional[bool] = Field(default=False)
|
|
14
15
|
continuous_conversation_id: Optional[str] = Field(default=None)
|
|
15
16
|
scheduled_messages_id: Optional[str] = Field(default=None)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/analytics/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/base_models/helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/channels/channel.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/highlight.py
RENAMED
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/preview.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/temporary_chat.py
RENAMED
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/chat/time_left.py
RENAMED
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/CRM/funnel.py
RENAMED
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/flow.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/sale.py
RENAMED
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/assets/tag.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/empresa.py
RENAMED
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/form_field.py
RENAMED
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/company/insight.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/copilot/links.py
RENAMED
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/data_base/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/execution/__init__.py
RENAMED
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/execution/execution.py
RENAMED
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/execution/executor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{letschatty-0.4.346.post35 → letschatty-0.4.346.post36}/src/letschatty/models/messages/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|