system-prompts-and-models-o.../dealix/auto_client_acquisition/launch_ops/private_beta.py
Sami Assiri b13cb389cc feat(dealix): sync full Dealix package to repo
- API routers, ACA modules, integrations (draft operators)
- Docs, landing pages, scripts (launch readiness, scorecard)
- Tests and CI workflow updates for Dealix

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-01 21:01:17 +03:00

29 lines
1.2 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""Private beta commercial offer — deterministic copy."""
from __future__ import annotations
from typing import Any
def build_private_beta_offer() -> dict[str, Any]:
return {
"title_ar": "Dealix — البيتا الخاصة",
"tagline_ar": "مدير نمو عربي: فرص، مسودات، موافقة، Proof — بدون إرسال حي افتراضياً.",
"included_ar": [
"تشخيص نمو مجاني أو مدفوع حسب الاتفاق",
"سباق ١٠ فرص أو ذكاء قائمة (حسب الحالة)",
"كروت موافقة عربية (أزرار ≤٣)",
"Proof Pack أسبوعي تجريبي",
],
"excluded_ar": [
"إرسال واتساب جماعي بارد",
"Gmail إرسال تلقائي",
"إدراج تقويم حي بدون موافقة",
"شحن بطاقات داخل Dealix",
],
"pilot_pricing_sar": {"low": 499, "high": 3000, "note_ar": "٧ أيام أو ٣٠ يوم — حسب النطاق"},
"monthly_after_sar": {"low": 2999, "high": 9999},
"live_send_default": False,
"demo": True,
}