You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dummyPlan.ts 1.2KB

1234567891011121314151617181920212223242526272829
  1. export const basicPlan = [
  2. { available: true, text: "Manual Knowledge Entry" },
  3. { available: true, text: "Upload 5 Text Docs/month" },
  4. { available: false, text: "Web Link Import" },
  5. { available: false, text: "Image-to-text OCR" },
  6. { available: false, text: "SOP Auto-Learning" },
  7. { available: true, text: "Max 10 Knowledge Sources" },
  8. { available: true, text: "Email Support" },
  9. ];
  10. export const standardPlan = [
  11. { available: true, text: "Manual Knowledge Entry" },
  12. { available: true, text: "Upload 5 Text Docs/month" },
  13. { available: true, text: "Web Link Import" },
  14. { available: true, text: "Image-to-text OCR" },
  15. { available: false, text: "SOP Auto-Learning" },
  16. { available: true, text: "Max 10 Knowledge Sources" },
  17. { available: true, text: "Email Support" },
  18. ];
  19. export const premiumPlan = [
  20. { available: true, text: "Manual Knowledge Entry" },
  21. { available: true, text: "Upload 5 Text Docs/month" },
  22. { available: true, text: "Web Link Import" },
  23. { available: true, text: "Image-to-text OCR" },
  24. { available: true, text: "SOP Auto-Learning" },
  25. { available: true, text: "Max 10 Knowledge Sources" },
  26. { available: true, text: "Email Support" },
  27. ];