getComplied.command('show', {hideClose: false, asNew: false})
getComplied.command('change-lang', 'pt-PT')
getComplied.command('change-view', 'index', 1)
getComplied.command('change-view', 'static', 'languages')
getComplied.command('user', {
Name: 'Firstname Lastname',
Email: '[email protected]',
Birthdate: {
Day: 1,
Month: 1,
Year: 1990
},
CallingCode: {
Code: '+351'
},
Country: {
Code: 'PT'
},
Gender: 0, // 0 - Male, 1 - Female, 2 - Other
Address1: 'Address Line 1',
Address2: 'Address Line 2',
City: 'CityName',
ZipCode: '0000-000',
PhoneNumber: '910 000 000',
BusinessEmail: '[email protected]',
CustomId: 'YOUR-CUSTOM-ID',
});