@hapl/api-queries 0.2.98 → 0.2.99--canary.227.16c57c6.0
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 +2 -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 +2 -1
- package/dist/api-queries.esm.js.map +1 -1
- package/dist/clients/v1/dictionaries/User.d.ts +1 -0
- package/dist/clients/v1/types/User.d.ts +1 -0
- package/package.json +1 -1
- package/src/clients/v1/dictionaries/User.ts +1 -0
- package/src/clients/v1/types/User.ts +1 -0
|
@@ -8046,6 +8046,7 @@ var UserLevel;
|
|
|
8046
8046
|
var UserContactInfoType;
|
|
8047
8047
|
|
|
8048
8048
|
(function (UserContactInfoType) {
|
|
8049
|
+
UserContactInfoType["CompassMessengerId"] = "compass-messenger-id";
|
|
8049
8050
|
UserContactInfoType["SlackId"] = "slack-id";
|
|
8050
8051
|
UserContactInfoType["SlackGroupId"] = "slack-group-id";
|
|
8051
8052
|
UserContactInfoType["SlackUsername"] = "slack-username";
|
|
@@ -8377,7 +8378,7 @@ var UserDictionary = {
|
|
|
8377
8378
|
TelephonyType: (_TelephonyType = {}, _TelephonyType[UserTelephonyType.Vox] = 'Vox', _TelephonyType),
|
|
8378
8379
|
GalleryType: (_GalleryType = {}, _GalleryType[GalleryImageType.Main] = 'Основная', _GalleryType[GalleryImageType.Portrait] = 'Портрет', _GalleryType),
|
|
8379
8380
|
PhoneType: (_PhoneType$1 = {}, _PhoneType$1[UserPhoneType.Sip] = 'Внутренний', _PhoneType$1[UserPhoneType.Main] = 'Основной', _PhoneType$1[UserPhoneType.Work] = 'Рабочий', _PhoneType$1[UserPhoneType.Home] = 'Домашний', _PhoneType$1[UserPhoneType.VirtualVox] = 'Общий виртуальный (VOX)', _PhoneType$1),
|
|
8380
|
-
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),
|
|
8381
|
+
ContactInfoType: (_ContactInfoType = {}, _ContactInfoType[UserContactInfoType.CompassMessengerId] = 'ID пользователя в Compass', _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),
|
|
8381
8382
|
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),
|
|
8382
8383
|
Gender: (_Gender = {}, _Gender[UserGender.Female] = 'Женщина', _Gender[UserGender.Male] = 'Мужчина', _Gender),
|
|
8383
8384
|
Level: (_Level = {}, _Level[UserLevel.SalesHead] = 'Директор по продажам', _Level[UserLevel.Teamleader] = 'Руководитель отдела продаж', _Level[UserLevel.Groupleader] = 'Руководитель группы', _Level[UserLevel.Expert] = 'Эксперт', _Level[UserLevel.TopExpert] = 'Топовый эксперт', _Level),
|