update account creation fileds

This commit is contained in:
root
2026-05-25 14:05:37 -04:00
parent 813eb5404c
commit 914ae839a7
10 changed files with 448 additions and 50 deletions
@@ -19,14 +19,29 @@ describe('Company signup API', () => {
email: uniqueEmail('trial-owner'),
password: 'Password123!',
companyName: `Trial Cars ${Date.now()}`,
legalName: `Trial Cars SARL ${Date.now()}`,
legalForm: 'LLC',
registrationNumber: `REG-${Date.now()}`,
iceNumber: `ICE-${Date.now()}`,
taxId: `IF-${Date.now()}`,
operatingLicenseNumber: `AGR-${Date.now()}`,
operatingLicenseIssuedAt: '2026-01-15',
operatingLicenseIssuedBy: 'Wilaya de Casablanca',
streetAddress: '123 Main Street',
city: 'Casablanca',
country: 'Morocco',
zipCode: '20000',
companyPhone: '+212600000000',
companyEmail: uniqueEmail('trial-company'),
yearsActive: '1',
representativeName: 'Trial Representative',
representativeTitle: 'Managing Director',
responsibleName: 'Operations Lead',
responsibleRole: 'Responsible Manager',
responsibleIdentityNumber: `CIN-${Date.now()}`,
responsibleQualification: '10 years fleet operations experience',
responsiblePhone: '+212611111111',
responsibleEmail: uniqueEmail('trial-responsible'),
preferredLanguage: 'en',
plan: 'STARTER',
billingPeriod: 'MONTHLY',