oralify-common
Version:
Public shared repository for Oralify
1,677 lines (1,674 loc) • 63.6 kB
text/typescript
import { ServiceFormatKey, SpecialityKey, UserType } from '../types';
const generateFutureDate = (daysToAdd: number) => {
const date = new Date();
date.setDate(date.getDate() + daysToAdd);
return date;
};
export const mockUsers: UserType[] = [
{
id: '1',
username: 'AlexDantart',
name: 'Alex Dantart',
phone: '+34 123 456 789',
creation_date: new Date(),
birthday: new Date('1985-06-15'),
sex: 'male',
languages: ['es', 'en'],
score: 4.8,
headline:
'Fundó e invirtió +50 empresas. Vendió 4 por alrededor de 150M en total.',
education: 'Universidad de Barcelona',
highlights: {
id: '1',
specialityKey: 'startupAdvisor',
web: 'https://startupadvisor.es',
color: '#FF5733',
icon: 'rocket',
name: 'Startup Advisor',
position: 'CEO'
},
avatar:
'https://framerusercontent.com/images/RpYrDMXDlOWID5ThBOsHqfh8s.png',
email: 'alex.dantart@startupadvisor.es',
role: 'expert',
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: [
{
id: '1',
name: 'Consulta en Startup',
expertId: '1',
speciality: 'startupAdvisor',
description: 'Asesoramiento para startups',
price: 50,
duration: 60,
format: ServiceFormatKey.video
}
]
},
availability: [
{ day: 'Lu', hours: '16-18h' },
{ day: 'Mi', hours: '10-12h' }
],
reviews: [],
history: [],
speciality: 'startupAdvisor'
},
{
id: '2',
username: 'JorgeDobon',
name: 'Jorge Dobón',
phone: '+34 123 456 789',
creation_date: new Date(),
birthday: new Date('1987-04-10'),
sex: 'male',
languages: ['es', 'en'],
score: 4.9,
headline:
'Fundó Demium y lo llevó a 8 países. Levantó un fondo de +50M€ e invirtió en +350 emprendedores.',
education: 'Universidad de Cataluña',
highlights: {
id: '2',
specialityKey: 'fundraising',
web: 'https://demium.com',
color: '#FFD700',
icon: 'money',
name: 'Demium',
position: 'Fundador'
},
avatar:
'https://framerusercontent.com/images/sNf0uLDo63JithCyCb90rdetxaU.png',
email: 'jorge.dobon@demium.com',
role: 'expert',
is_connected: false,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.call]: [
{
id: '2',
name: 'Asesoramiento en Fundraising',
expertId: '2',
speciality: 'fundraising',
description: 'Consejos sobre levantamiento de fondos',
price: 40,
duration: 30,
format: ServiceFormatKey.call
}
]
},
availability: [
{ day: 'Ma', hours: '10-12h' },
{ day: 'Ju', hours: '14-16h' }
],
reviews: [],
history: [],
speciality: 'fundraising'
},
{
id: '3',
username: 'JavierMegias',
name: 'Javier Megías',
phone: '+34 123 456 789',
creation_date: new Date(),
birthday: new Date('1986-08-20'),
sex: 'male',
languages: ['es', 'en'],
score: 4.7,
headline:
'Ayudó a +500 startups a levantar +400M€. Lideró el fondo de inversión de la Generalitat Valenciana.',
education: 'Universidad Politécnica de Cataluña',
highlights: {
id: '3',
specialityKey: 'financialAdvisor',
web: 'https://startupsinvestment.com',
color: '#32CD32',
icon: 'currency-eur',
name: 'Startups Investment',
position: 'Director de Inversiones'
},
avatar:
'https://framerusercontent.com/images/QzaIB967MM0vnkYRUI989TToHG4.png',
email: 'javier.megias@startupsinvestment.com',
role: 'expert',
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.call]: [
{
id: '3',
name: 'Asesoramiento Financiero para Startups',
expertId: '3',
speciality: 'financialAdvisor',
description: 'Consejos sobre financiación y levantamiento de capital',
price: 60,
duration: 45,
format: ServiceFormatKey.call
}
]
},
availability: [
{ day: 'Mi', hours: '14-16h' },
{ day: 'Vi', hours: '10-12h' }
],
reviews: [],
history: [],
speciality: 'financialAdvisor'
},
{
id: '4',
username: 'RicardGarriga',
name: 'Ricard Garriga',
phone: '+34 123 456 789',
creation_date: new Date(),
birthday: new Date('1984-02-15'),
sex: 'male',
languages: ['es', 'en', 'ca'],
score: 4.8,
headline:
'Ayudó a +100 startups a internacionalizarse. Lideró el programa de aceleración de Wayra en 10 países.',
education: 'Universidad de Girona',
highlights: {
id: '4',
specialityKey: 'startupAdvisor',
web: 'https://wayraacceleration.com',
color: '#FF4500',
icon: 'globe',
name: 'Wayra Acceleration',
position: 'Director Global'
},
avatar:
'https://framerusercontent.com/images/a3pIM1h1CS3Sdean4ufgg5EX9lw.png',
email: 'ricard.garriga@wayraacceleration.com',
role: 'expert',
is_connected: false,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: [
{
id: '4',
name: 'Asesoramiento en Internacionalización',
expertId: '4',
speciality: 'startupAdvisor',
description:
'Consejos sobre cómo llevar tu startup al mercado internacional',
price: 70,
duration: 60,
format: ServiceFormatKey.video
}
]
},
availability: [
{ dayOfWeek: ['Lu'], hours: '10-12h' },
{ dayOfWeek: ['Ju'], hours: '16-18h' }
],
reviews: [],
history: [],
speciality: 'startupAdvisor'
},
/* {
id: '9f6e0799-7dff-4f8e-bad9-e5c07fbec0ac',
creation_date: new Date('2022-08-30T11:43:48.789Z'),
name: 'Jordi Miró',
email: 'jordimiro_startupguru@correo.es',
username: 'JordiMStartupGuru',
avatar:
'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/994.jpg',
birthday: new Date('1978-10-12T23:25:17.148Z'),
education: 'MBA, ESADE Business School',
job: 'Freelance',
languages: ['ES', 'EN', 'FR'],
phone: '+34 625 30 78 90',
exp: 247,
speciality: SpecialityKey.startupAdvisor,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: [
{
price: 80,
duration: 60,
name: 'Asesoramiento Startup 1h',
format: ServiceFormatKey.video,
time_slots: [
generateFutureDate(4),
generateFutureDate(6),
generateFutureDate(7)
],
availability: [
{
startTime: generateFutureDate(4).toISOString(),
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 120,
duration: 90,
name: 'Análisis en profundidad de tu Startup',
format: ServiceFormatKey.video,
time_slots: [
generateFutureDate(2),
generateFutureDate(3),
generateFutureDate(5)
],
availability: [
{
startTime: generateFutureDate(2).toISOString(),
duration: 3,
recurrence: 'monthly'
}
]
}
],
[ServiceFormatKey.call]: [
{
price: 60,
duration: 30,
name: 'Consulta rápida de Startup',
format: ServiceFormatKey.call,
time_slots: [
generateFutureDate(1),
generateFutureDate(2),
generateFutureDate(3)
]
}
]
}
},*/
{
id: '9f6e0799-7dff-4f8e-bad9-e5c07fbec0ac',
creation_date: new Date('2022-08-30T11:43:48.789Z'),
name: 'Jordi Miró',
email: 'jordimiro_startupguru@correo.es',
username: 'JordiMStartupGuru',
// timeslots: [
// '2023-10-01T08:31:49.248Z',
// '2023-10-03T14:20:40.098Z',
// '2023-10-04T22:18:10.833Z'
// ],
avatar:
'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/994.jpg',
reviews: 4.5,
birthday: new Date('1978-10-12T23:25:17.148Z'),
education: 'MBA, ESADE Business School',
job: 'Freelance',
languages: ['ES', 'EN', 'FR'],
phone: '+34 625 30 78 90',
score: 247,
speciality: SpecialityKey.startupAdvisor,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 80,
duration: 60,
name: 'Asesoramiento Startup 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-06T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 120,
duration: 90,
name: 'Análisis en profundidad de tu Startup',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-03T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 60,
duration: 30,
name: 'Consulta rápida de Startup',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-02T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 100,
duration: 60,
name: 'Estrategia de financiamiento para tu Startup',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-02T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: '9f6e0799-7334-4f8e-bad9-e5c07fbec0ac',
creation_date: new Date('2022-10-30T11:43:48.789Z'),
name: 'Louis Williams',
email: 'louis.williams@entretramites.com',
username: 'louisWLegal',
// timeslots: [
// '2023-10-01T08:15:30.248Z',
// '2023-09-23T08:30:00.098Z',
// '2023-09-24T10:30:10.833Z'
// ],
avatar:
'https://d3v0px0pttie1i.cloudfront.net/uploads/user/avatar/15329968/6a05f9ea.jpg',
reviews: 4.9,
birthday: new Date('1978-10-12T23:25:17.148Z'),
education: 'University of Cambridge, B.Sc. of Arts (B.A.), Economics',
highlights: {
name: 'EntreTrámites',
position: 'Co-Founder and CEO',
icon: 'https://d3v0px0pttie1i.cloudfront.net/uploads/team/avatar/370662/77788e66.png'
},
languages: ['ES', 'EN'],
phone: '+34 625 30 78 90',
score: 247,
speciality: SpecialityKey.legalAdvisor,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 60.5,
duration: 60,
name: 'Consulta Fiscal',
format: ServiceFormatKey.video,
description:
'✅ Resuelve tus dudas sobre autónomos, PYMEs, constitución de empresas, contabilidad y' +
' fiscalidad en España.🔔Por favor, verifica tu bandeja de correo electrónico, acepta la invitación a la consulta y así nuestra reunión quedará guardada exitosamente en tu Calendario.',
availability: [
{
startTime: '2024-10-06T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 30,
duration: 30,
name: 'Digital Nomad Visa',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-10-03T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 60,
duration: 30,
name: 'Consulta rápida de Startup',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-10-02T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 100,
duration: 60,
name: 'Estrategia de financiamiento para tu Startup',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-10-02T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'b4f35ed5-c1f5-4f0f-a604-4d64c3b5e1ea',
creation_date: '2022-09-20T10:40:32.634Z',
name: 'Maria Rodríguez',
email: 'mariarodriguez_psicologa@correo.es',
username: 'MariaRPsi',
// timeslots: [
// '2023-12-02T10:15:30.240Z',
// '2023-08-04T14:40:20.123Z',
// '2023-08-05T20:10:30.543Z'
// ],
avatar:
'https://img.freepik.com/free-photo/portrait-businesswoman-isolated-home_23-2148813223.jpg?w=826&t=st=1687715144~exp=1687715744~hmac=9167d3a1ec495a0069e4427007771982ee373007e9a35437fee02642b9b1c460',
reviews: 4.7,
birthday: '1980-05-10T23:20:15.132Z',
education: 'Ph.D. en Psicología, Universidad de Barcelona',
job: 'Consulta propia',
languages: ['ES', 'EN', 'CA'],
phone: '+34 634 20 78 90',
score: 220,
speciality: SpecialityKey.psycho,
is_connected: false,
email_verified: false,
phone_verified: false,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 90,
duration: 60,
name: 'Terapia individual 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-07T10:20:00.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 130,
duration: 90,
name: 'Terapia en profundidad',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-04T08:55:40.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 65,
duration: 30,
name: 'Consulta rápida de psicología',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-03T09:45:30.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 110,
duration: 60,
name: 'Estrategia de afrontamiento personal',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-03T10:48:45.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'a2c5e78d-2c17-44b7-96aa-8a46e5ed83dc',
creation_date: '2022-10-05T13:45:50.789Z',
name: 'Carlos Sánchez',
email: 'carlos_sanchez_innovacion@correo.es',
username: 'CarlosInnova',
// timeslots: [
// '2023-12-05T10:31:49.248Z',
// '2023-08-06T14:20:40.098Z',
// '2023-08-07T22:18:10.833Z'
// ],
avatar:
'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/993.jpg',
reviews: 4.8,
birthday: '1985-03-15T15:25:17.148Z',
education: 'MSc en Innovación, Universitat Politècnica de Catalunya',
job: 'Freelance',
languages: ['ES', 'EN', 'CA'],
phone: '+34 654 30 78 90',
score: 230,
speciality: SpecialityKey.computer,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 85,
duration: 60,
name: 'Asesoramiento en innovación 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-08T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 125,
duration: 90,
name: 'Análisis en profundidad de la innovación en tu empresa',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-05T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 60,
duration: 30,
name: 'Consulta rápida de innovación',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-04T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 100,
duration: 60,
name: 'Estrategia de innovación para tu empresa',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-04T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'b2f1bfae-5a6e-4118-9483-0faa780003ad',
creation_date: '2022-11-01T10:45:40.789Z',
name: 'Esteban Gutierrez',
email: 'esteban_gutierrez_marketing@correo.es',
username: 'EstebanGMarketing',
// timeslots: [
// '2023-12-06T08:31:49.248Z',
// '2023-08-07T14:20:40.098Z',
// '2023-08-08T22:18:10.833Z'
// ],
avatar:
'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/994.jpg',
reviews: 4.4,
birthday: '1982-07-12T13:25:17.148Z',
education: 'MBA, Marketing, ESADE Business School',
job: 'SEO Specialist',
languages: ['ES', 'EN'],
phone: '+34 678 30 78 90',
score: 235,
speciality: SpecialityKey.marketing,
is_connected: false,
email_verified: false,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 75,
duration: 60,
name: 'Asesoramiento en marketing 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-09T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 115,
duration: 90,
name: 'Análisis en profundidad de tu estrategia de marketing',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-06T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 55,
duration: 30,
name: 'Consulta rápida de marketing',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-05T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 95,
duration: 60,
name: 'Estrategia de marketing para tu empresa',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-05T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'f3b7826f-c6e7-4693-9863-d6f2599630ca',
creation_date: '2022-11-20T15:35:30.789Z',
name: 'Marcos M',
email: 'jordimiro_finanzas@correo.es',
username: 'JordiMFinanzas',
// timeslots: [
// '2023-12-07T08:31:49.248Z',
// '2023-08-08T14:20:40.098Z',
// '2023-08-09T22:18:10.833Z'
// ],
avatar:
'https://img.freepik.com/free-photo/portrait-man-laughing_23-2148859448.jpg?w=826&t=st=1687715218~exp=1687715818~hmac=af6d963c0777c58688e970fc1b95af929042c540fafa47d05ddf4ab5d907cd47',
reviews: 4.6,
birthday: '1984-02-22T11:25:17.148Z',
education: 'MSc en Finanzas, ESADE Business School',
job: 'Freelance',
languages: ['ES', 'EN', 'FR'],
phone: '+34 679 30 78 90',
score: 240,
speciality: SpecialityKey.financialAdvisor,
is_connected: false,
email_verified: false,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 80,
duration: 60,
name: 'Asesoramiento en finanzas 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-10T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 120,
duration: 90,
name: 'Análisis en profundidad de tus finanzas',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-07T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 60,
duration: 30,
name: 'Consulta rápida de finanzas',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-06T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 100,
duration: 60,
name: 'Estrategia de financiamiento para tu empresa',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-06T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'e0c8d84d-8d57-4d52-b565-9db27434817e',
creation_date: '2022-12-10T12:45:40.789Z',
name: 'Laura Pérez',
email: 'laura_perez_educacion@correo.es',
username: 'LauraPEducacion',
// timeslots: [
// '2023-12-08T08:31:49.248Z',
// '2023-08-09T14:20:40.098Z',
// '2023-08-10T22:18:10.833Z'
// ],
avatar:
'https://img.freepik.com/free-photo/caucasian-woman-smiling-casual_53876-137684.jpg?w=826&t=st=1687715280~exp=1687715880~hmac=dd03b6f1e191be0289a409ebad14552f834b7b93f5e88a6ff450e75f5954adba',
reviews: 4.5,
birthday: '1986-04-28T09:25:17.148Z',
education: 'PhD en Educación, Universitat de Barcelona',
job: 'Prof. Clases Particulares',
languages: ['ES', 'EN', 'CA'],
phone: '+34 680 30 78 90',
score: 245,
speciality: SpecialityKey.onlineTutor,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 70,
duration: 60,
name: 'Asesoramiento en educación 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-11T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 110,
duration: 90,
name: 'Análisis en profundidad de estrategias educativas',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-08T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 50,
duration: 30,
name: 'Consulta rápida de educación',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-07T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 90,
duration: 60,
name: 'Estrategias de aprendizaje personalizadas',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-07T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'd2b3a3c5-8f83-45dc-98e8-6600d4758a7a',
creation_date: '2023-01-01T10:45:40.789Z',
name: 'Pablo Ortiz',
email: 'pablo_ortiz_entrenamiento@correo.es',
username: 'PabloOEntrenamiento',
// timeslots: [
// '2023-12-09T08:31:49.248Z',
// '2023-08-10T14:20:40.098Z',
// '2023-08-11T22:18:10.833Z'
// ],
avatar:
'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/997.jpg',
reviews: 4.3,
birthday: '1987-06-15T09:25:17.148Z',
education: 'MSc en Ciencias del Deporte, Universidad de Granada',
job: 'Personal Trainer INEFC | Entrenador Dir ',
languages: ['ES', 'EN'],
phone: '+34 681 30 78 90',
score: 250,
speciality: SpecialityKey.personalTrainer,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 60,
duration: 60,
name: 'Asesoramiento en entrenamiento 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-12T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 100,
duration: 90,
name: 'Análisis en profundidad de tu entrenamiento',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-09T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 45,
duration: 30,
name: 'Consulta rápida de entrenamiento',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-08T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 85,
duration: 60,
name: 'Plan de entrenamiento personalizado',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-08T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'e2c4a3a5-8f98-45dc-98e8-6600d4758a7b',
creation_date: '2023-01-02T11:45:40.789Z',
name: 'Ana Sánchez',
email: 'ana_sanchez_legal@correo.es',
username: 'AnaSLegal',
// timeslots: [
// '2023-12-09T08:31:49.248Z',
// '2023-08-11T14:20:40.098Z',
// '2023-08-12T22:18:10.833Z'
// ],
avatar:
'https://img.freepik.com/free-photo/happy-woman-home-during-coronavirus-quarantine_53876-137722.jpg?w=826&t=st=1687715083~exp=1687715683~hmac=599e243d8a6f914a9e411050ba0952c5c6dd974f2a2debacea1e9280f99f0233',
reviews: 4.7,
birthday: '1985-07-25T09:25:17.148Z',
education: 'Licenciatura en Derecho, Universidad Complutense de Madrid',
job: 'Abogada adjunta en QuatreCases',
languages: ['ES', 'EN'],
phone: '+34 682 30 78 90',
score: 248,
speciality: SpecialityKey.legalAdvisor,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 90,
duration: 60,
name: 'Asesoramiento legal 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-13T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 150,
duration: 90,
name: 'Análisis en profundidad de tu caso legal',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-10T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 75,
duration: 30,
name: 'Consulta rápida de legal',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-09T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 110,
duration: 60,
name: 'Estrategia de defensa legal',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-09T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'f2d3a3d6-8f23-47cb-98e6-6645d4758a7c',
creation_date: '2023-02-20T11:45:40.789Z',
name: 'Paco López',
email: 'paco_lopez_sostenibilidad@correo.es',
username: 'PacoLSostenibilidad',
// timeslots: [
// '2023-12-15T08:31:49.248Z',
// '2023-08-17T14:20:40.098Z',
// '2023-08-18T22:18:10.833Z'
// ],
avatar:
'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/999.jpg',
reviews: 4.6,
birthday: '1982-05-20T09:25:17.148Z',
education: 'Máster en Gestión Ambiental, Universidad de Barcelona',
job: 'Freelance',
languages: ['ES', 'EN'],
phone: '+34 683 30 78 90',
score: 246,
speciality: SpecialityKey.sustainability,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 70,
duration: 60,
name: 'Asesoramiento en sostenibilidad 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-14T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 120,
duration: 90,
name: 'Análisis en profundidad de tu impacto ambiental',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-11T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 50,
duration: 30,
name: 'Consulta rápida de sostenibilidad',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-10T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 95,
duration: 60,
name: 'Estrategia de sostenibilidad',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-10T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'g2h4a3h6-8g26-47dc-98e9-6666d4758a7d',
creation_date: '2023-03-20T11:45:40.789Z',
name: 'Luis García',
email: 'luis_garcia_finanzas@correo.es',
username: 'LuisGFinanzas',
// timeslots: [
// '2023-12-20T08:31:49.248Z',
// '2023-08-20T14:20:40.098Z',
// '2023-08-22T22:18:10.833Z'
// ],
avatar:
'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/1000.jpg',
reviews: 4.8,
birthday: '1980-08-15T09:25:17.148Z',
education: 'Máster en Asesoría Fiscal, IE Business School',
job: 'Freelance',
languages: ['ES', 'EN'],
phone: '+34 684 30 78 90',
score: 250,
speciality: SpecialityKey.financialAdvisor,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 100,
duration: 60,
name: 'Asesoramiento financiero 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-15T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 170,
duration: 90,
name: 'Análisis en profundidad de tus finanzas',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-12T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 80,
duration: 30,
name: 'Consulta rápida de finanzas',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-11T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 120,
duration: 60,
name: 'Estrategia financiera',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-11T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'i2j4a3j6-8i23-47dc-98e6-6623d4758a7e',
creation_date: '2023-04-21T11:45:40.789Z',
name: 'María Fernández',
email: 'maria_fernandez_psicologia@correo.es',
username: 'MariaFPsicologia',
// timeslots: [
// '2023-12-25T08:31:49.248Z',
// '2023-08-25T14:20:40.098Z',
// '2023-08-26T22:18:10.833Z'
// ],
avatar:
'https://img.freepik.com/free-photo/young-beautiful-woman-looking-camera-trendy-girl-casual-summer-white-t-shirt-jeans-shorts-positive-female-shows-facial-emotions-funny-model-isolated-yellow_158538-15796.jpg',
reviews: 4.9,
birthday: '1985-04-12T09:25:17.148Z',
education:
'Doctorado en Psicología Clínica, Universidad Autónoma de Madrid',
job: 'Freelance',
languages: ['ES', 'EN'],
phone: '+34 685 30 78 90',
score: 252,
speciality: SpecialityKey.psycho,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 80,
duration: 60,
name: 'Sesión de terapia psicológica 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-16T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 130,
duration: 90,
name: 'Sesión de terapia intensiva',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-13T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 60,
duration: 30,
name: 'Consulta rápida de psicología',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-12T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 100,
duration: 60,
name: 'Sesión de terapia por teléfono',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-12T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'a4f2b1ae-5b7d-4138-9493-0faa780003ad',
creation_date: '2023-01-15T10:45:40.789Z',
name: 'Sofia Romero',
email: 'sofia_romero_psicologia@correo.es',
username: 'SofiaRPsicologia',
// timeslots: [
// '2023-12-09T08:31:49.248Z',
// '2023-08-10T14:20:40.098Z',
// '2023-08-11T22:18:10.833Z'
// ],
avatar:
'https://img.freepik.com/free-photo/toothy-smiling-woman-looking-camera-kitchen_23-2148113950.jpg?w=826&t=st=1688677968~exp=1688678568~hmac=f33770f2bb01834dc973c84dc5f69df7e06585f2a8ae40e09967be3f77a11a95',
reviews: 4.7,
birthday: '1985-05-18T10:25:17.148Z',
education: 'PhD en Psicología, Universidad Complutense de Madrid',
job: 'Freelance',
languages: ['ES', 'EN'],
phone: '+34 681 30 78 90',
score: 250,
speciality: SpecialityKey.psycho,
is_connected: false,
email_verified: false,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 85,
duration: 60,
name: 'Consulta de psicología 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-12T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 130,
duration: 90,
name: 'Terapia intensiva de psicología',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-09T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 65,
duration: 30,
name: 'Consulta rápida de psicología',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-08T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 105,
duration: 60,
name: 'Sesión de terapia de psicología',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-08T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'f3b7c2ef-c7e7-4693-9863-d6f2599630ca',
creation_date: '2023-02-25T15:35:30.789Z',
name: 'Alberto Garcia',
email: 'alberto_garcia_inmobiliaria@correo.es',
username: 'AlbertoGInmobiliaria',
// timeslots: [
// '2023-12-10T08:31:49.248Z',
// '2023-08-11T14:20:40.098Z',
// '2023-08-12T22:18:10.833Z'
// ],
avatar:
'https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/996.jpg',
reviews: 4.5,
birthday: '1983-03-27T12:25:17.148Z',
education:
'Licenciado en Administración y Dirección de Empresas, Universidad Carlos III de Madrid',
job: 'Freelance',
languages: ['ES', 'EN', 'FR'],
phone: '+34 682 30 78 90',
score: 255,
speciality: SpecialityKey.realState,
is_connected: false,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 90,
duration: 60,
name: 'Asesoramiento en inmobiliaria 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-08T03:48:47.881Z',
duration: 20,
recurrence: 'monthly'
}
]
}
]
},
audio: {
serviceDetails: [
{
price: 35,
duration: 30,
name: 'Financiar con banco o hipóteca',
format: ServiceFormatKey.audio,
availability: [
{
startTime: '2024-05-08T03:48:47.881Z',
duration: 5,
recurrence: 'monthly'
}
]
},
{
price: 65,
duration: 60,
name: 'Análisis de zona para compra',
format: ServiceFormatKey.audio,
availability: [
{
startTime: '2024-05-08T05:48:47.881Z',
duration: 10,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'aee2f3fd-9cba-46d4-a6f1-567e594bb8d3',
creation_date: '2022-12-12T11:05:40.789Z',
name: 'Carla Diaz',
email: 'carla_diaz_psicologia@correo.es',
username: 'CarlaDPsicologia',
// timeslots: [
// '2023-12-10T08:31:49.248Z',
// '2023-08-12T14:20:40.098Z',
// '2023-08-14T22:18:10.833Z'
// ],
avatar:
'https://img.freepik.com/free-photo/woman-cheerful-studio-portrait-concept_53876-14463.jpg?w=826&t=st=1688677570~exp=1688678170~hmac=9cda9b2bf6b0c38e6b17276d0c6ed50622a82d85c59932969fc7989ccc72f585',
reviews: 4.7,
birthday: '1985-09-20T13:25:17.148Z',
education: 'PhD en Psicología, Universitat Autònoma de Barcelona',
job: 'Freelance',
languages: ['ES', 'EN'],
phone: '+34 683 30 78 90',
score: 265,
speciality: SpecialityKey.psycho,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 75,
duration: 60,
name: 'Asesoramiento en psicología 1h',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-15T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
},
{
price: 115,
duration: 90,
name: 'Terapia psicológica profunda',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-12T06:59:44.016Z',
duration: 3,
recurrence: 'monthly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 55,
duration: 30,
name: 'Consulta rápida de psicología',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-11T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 95,
duration: 60,
name: 'Terapia psicológica telefónica',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-11T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
},
audio: {
serviceDetails: [
{
price: 40,
duration: 30,
name: 'Audios de autoayuda y mejora del bienestar',
format: ServiceFormatKey.audio,
availability: [
{
startTime: '2024-05-12T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
},
{
price: 19,
duration: 10,
name: 'Audios de terapia profunda',
format: ServiceFormatKey.audio,
availability: [
{
startTime: '2024-05-12T05:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
}
}
},
{
id: 'd3e2g5rd-7e7a-4713-b6d3-d7f2599631ab',
creation_date: '2023-03-02T14:15:30.789Z',
name: 'Luna Gonzalez',
email: 'luna_gonzalez_entrevistas@correo.es',
username: 'LunaGEntrevistas',
// timeslots: [
// '2023-12-12T08:31:49.248Z',
// '2023-08-15T14:20:40.098Z',
// '2023-08-16T22:18:10.833Z'
// ],
avatar:
'https://img.freepik.com/free-photo/businesswoman-happy-be-back-work_23-2148727621.jpg?w=826&t=st=1688678095~exp=1688678695~hmac=0907cf6a91ecb02a42c33fb939e2d5644c82a55e3e23915d983f3611bd27aa61',
reviews: 4.6,
birthday: '1990-06-21T14:25:17.148Z',
education: 'Licenciada en Recursos Humanos, Universidad de Salamanca',
job: 'Freelance',
languages: ['ES', 'EN'],
phone: '+34 684 30 78 90',
score: 280,
speciality: SpecialityKey.interviewPractice,
is_connected: true,
email_verified: true,
phone_verified: true,
services: {
[ServiceFormatKey.video]: {
serviceDetails: [
{
price: 50,
duration: 30,
name: 'Práctica de entrevista (Videollamada 30 min)',
format: ServiceFormatKey.video,
availability: [
{
startTime: '2024-05-16T11:20:04.644Z',
duration: 3,
recurrence: 'weekly'
}
]
}
]
},
[ServiceFormatKey.call]: {
serviceDetails: [
{
price: 30,
duration: 15,
name: 'Consulta rápida de entrevista',
format: ServiceFormatKey.call,
availability: [
{
startTime: '2024-05-16T03:48:47.881Z',
duration: 0,
recurrence: 'monthly'
}
]
}
]
},