@hapl/api-queries 0.2.60--canary.182.55fccac.0 → 0.2.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-queries.cjs.development.js +1 -1
- package/dist/api-queries.cjs.development.js.map +1 -1
- package/dist/api-queries.cjs.production.min.js +1 -1
- package/dist/api-queries.cjs.production.min.js.map +1 -1
- package/dist/api-queries.esm.js +1 -1
- package/dist/api-queries.esm.js.map +1 -1
- package/dist/clients/v1/dictionaries/User.d.ts +1 -0
- package/package.json +1 -1
- package/src/clients/v1/dictionaries/User.ts +1 -0
|
@@ -7620,7 +7620,7 @@ var UserDictionary = {
|
|
|
7620
7620
|
ContactInfoType: (_ContactInfoType = {}, _ContactInfoType[UserContactInfoType.SlackId] = 'ID пользователя в слак', _ContactInfoType[UserContactInfoType.SlackGroupId] = 'ID канала в слак', _ContactInfoType[UserContactInfoType.SlackUsername] = 'Имя пользователя в слак', _ContactInfoType[UserContactInfoType.SlackGroupName] = 'Название канала слак', _ContactInfoType[UserContactInfoType.Skype] = 'Skype', _ContactInfoType[UserContactInfoType.Email] = 'E-mail', _ContactInfoType[UserContactInfoType.Jabber] = 'Jabber', _ContactInfoType[UserContactInfoType.Icq] = 'ICQ', _ContactInfoType[UserContactInfoType.Imessage] = 'iMessage', _ContactInfoType[UserContactInfoType.Telegram] = 'telegram', _ContactInfoType[UserContactInfoType.Whatsapp] = 'whatsapp', _ContactInfoType[UserContactInfoType.Facebook] = 'Facebook', _ContactInfoType[UserContactInfoType.Linkedin] = 'LinkedIn', _ContactInfoType[UserContactInfoType.Vk] = 'Вконтакте', _ContactInfoType[UserContactInfoType.Odnoklassniki] = 'Одноклассники', _ContactInfoType[UserContactInfoType.Instagram] = 'Instagram', _ContactInfoType[UserContactInfoType.VoxAccount] = 'Аккаунт телефонии (vox)', _ContactInfoType),
|
|
7621
7621
|
Direction: (_Direction$2 = {}, _Direction$2[UserDirection.Resale] = 'Вторичка', _Direction$2[UserDirection.NewBuildings] = 'Новостройки', _Direction$2[UserDirection.Elite] = 'Элитное жилье', _Direction$2[UserDirection.Private] = 'Частные дома', _Direction$2[UserDirection.Commercial] = 'Коммерческая недвижимость', _Direction$2),
|
|
7622
7622
|
Gender: (_Gender = {}, _Gender[UserGender.Female] = 'Женщина', _Gender[UserGender.Male] = 'Мужчина', _Gender),
|
|
7623
|
-
Level: (_Level = {}, _Level[UserLevel.SalesHead] = 'Директор по продажам', _Level[UserLevel.Teamleader] = 'Руководитель отдела продаж', _Level[UserLevel.Groupleader] = 'Руководитель группы', _Level[UserLevel.Expert] = 'Эксперт', _Level),
|
|
7623
|
+
Level: (_Level = {}, _Level[UserLevel.SalesHead] = 'Директор по продажам', _Level[UserLevel.Teamleader] = 'Руководитель отдела продаж', _Level[UserLevel.Groupleader] = 'Руководитель группы', _Level[UserLevel.Expert] = 'Эксперт', _Level[UserLevel.TopExpert] = 'Топовый эксперт', _Level),
|
|
7624
7624
|
Office: (_Office = {}, _Office[UserOffice.Lyubertsy] = 'Люберцы', _Office[UserOffice.Moscow] = 'Москва', _Office[UserOffice.Zelenograd] = 'Зеленоград', _Office[UserOffice.Zhukovsky] = 'Жуковский', _Office),
|
|
7625
7625
|
Role: (_Role = {}, _Role[UserRole.User] = 'Пользователь', _Role[UserRole.Moderator] = 'Модератор', _Role[UserRole.Supervisor] = 'Супервайзор', _Role[UserRole.Trainee] = 'Стажер', _Role[UserRole.Expert] = 'Эксперт', _Role[UserRole.Mentor] = 'Наставник', _Role[UserRole.Invest] = 'Сотрудник инвестотдела', _Role[UserRole.Teamlead] = 'Руководитель отдела продаж', _Role[UserRole.GroupLead] = 'Руководитель группы', _Role[UserRole.CallOperator] = 'Оператор', _Role[UserRole.Admin] = 'Администратор', _Role[UserRole.Developer] = 'Разработчик', _Role[UserRole.Lawyer] = 'Юрист', _Role[UserRole.LawyerHead] = 'Главный юрист', _Role[UserRole.Finance] = 'Люба', _Role[UserRole.FinanceHead] = 'Директор финансового отдела', _Role[UserRole.ExternalPartner] = 'Внешний партнёр', _Role[UserRole.QualityAssessor] = 'Контролёр', _Role[UserRole.ChatQualityAssessor] = 'Контролёр чатов', _Role[UserRole.SalesHead] = 'Директор по продажам', _Role[UserRole.TechSupport] = 'Техподдержка', _Role[UserRole.LiquidityReportReader] = 'Чтение отчета по портфелю', _Role[UserRole.CashManager] = 'Управление наличными', _Role[UserRole.DataScience] = 'Data science', _Role[UserRole.Reader] = 'Чтение всего', _Role[UserRole.HR] = 'HR', _Role[UserRole.PersonalAssistantFirstLevel] = 'ПА-1', _Role[UserRole.PersonalAssistantSecondLevel] = 'ПА-2', _Role[UserRole.PersonalAssistantThirdLevel] = 'ПА-3', _Role[UserRole.PortfolioCoordinator] = 'Координатор набор портфеля', _Role[UserRole.ExpoCoordinator] = 'Координатор экспозиция', _Role),
|
|
7626
7626
|
FiredType: (_FiredType = {}, _FiredType[UserFiredType.Fired] = 'Уволен', _FiredType[UserFiredType.Quite] = 'По собственному желанию', _FiredType[UserFiredType.Agreement] = 'Обоюдное решение', _FiredType),
|