@hapl/api-queries 0.2.12 → 0.2.13
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/CHANGELOG.md +12 -0
- 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/ServiceRequest.d.ts +1 -0
- package/dist/clients/v1/types/ServiceRequest.d.ts +2 -1
- package/package.json +1 -1
- package/src/clients/v1/dictionaries/ServiceRequest.ts +1 -0
- package/src/clients/v1/types/ServiceRequest.ts +1 -0
package/dist/api-queries.esm.js
CHANGED
|
@@ -5096,6 +5096,7 @@ var ServiceRequestType;
|
|
|
5096
5096
|
(function (ServiceRequestType) {
|
|
5097
5097
|
ServiceRequestType["Buy"] = "buy";
|
|
5098
5098
|
ServiceRequestType["Sell"] = "sell";
|
|
5099
|
+
ServiceRequestType["AsiaSell"] = "asia_sell";
|
|
5099
5100
|
})(ServiceRequestType || (ServiceRequestType = {}));
|
|
5100
5101
|
|
|
5101
5102
|
var ServiceRequestInvestType;
|
|
@@ -5511,7 +5512,7 @@ var ServiceRequestDictionary = {
|
|
|
5511
5512
|
Category: (_Category$2 = {}, _Category$2[ServiceRequestCategory.Depublished] = 'Неликвидный', _Category$2[ServiceRequestCategory.Discounted] = 'Цена снижена', _Category$2[ServiceRequestCategory.Cold] = 'Холодный', _Category$2[ServiceRequestCategory.Warm] = 'Тёплый', _Category$2[ServiceRequestCategory.New] = 'Новый', _Category$2[ServiceRequestCategory.Hot] = 'Горячий', _Category$2),
|
|
5512
5513
|
ModerationStatus: (_ModerationStatus = {}, _ModerationStatus[ServiceRequestModerationStatus.None] = 'Нет', _ModerationStatus[ServiceRequestModerationStatus.Sent] = 'Отправлен', _ModerationStatus[ServiceRequestModerationStatus.Booked] = 'Взят в работу', _ModerationStatus[ServiceRequestModerationStatus.Done] = 'Готов', _ModerationStatus),
|
|
5513
5514
|
Status: (_Status$4 = {}, _Status$4[ServiceRequestStatus.LeadExpert] = 'Лид, заведённый экспертом', _Status$4[ServiceRequestStatus.LeadAdv] = 'Лид, пришедший от Homeapp', _Status$4[ServiceRequestStatus.Booked] = 'Неподтверждённая бронь', _Status$4[ServiceRequestStatus.Approved] = 'Бронь одобренная РОП', _Status$4[ServiceRequestStatus.Declined] = 'Бронь отклонённая РОП', _Status$4[ServiceRequestStatus.Signed] = 'Контракт подписан', _Status$4[ServiceRequestStatus.Terminated] = 'Контракт расторгнут', _Status$4[ServiceRequestStatus.BookingCanceled] = 'ЗОУ закрыто', _Status$4[ServiceRequestStatus.NoPrepayment] = 'Запланирована сделка без аванса', _Status$4[ServiceRequestStatus.PrepaymentPlanned] = 'Запланирован аванс', _Status$4[ServiceRequestStatus.Prepaid] = 'Получен аванс по сделке', _Status$4[ServiceRequestStatus.DealSigned] = 'Сделка подписана', _Status$4[ServiceRequestStatus.Registered] = 'Документы зарегистрированы', _Status$4[ServiceRequestStatus.DealDone] = 'Сделка закрыта', _Status$4),
|
|
5514
|
-
Type: (_Type$8 = {}, _Type$8[ServiceRequestType.Buy] = 'Покупка', _Type$8[ServiceRequestType.Sell] = 'Продажа', _Type$8),
|
|
5515
|
+
Type: (_Type$8 = {}, _Type$8[ServiceRequestType.Buy] = 'Покупка', _Type$8[ServiceRequestType.Sell] = 'Продажа', _Type$8[ServiceRequestType.AsiaSell] = 'Сбор заявок по Азии', _Type$8),
|
|
5515
5516
|
InvestType: (_InvestType = {}, _InvestType[ServiceRequestInvestType.Buyout] = 'Инвестпроект 1 этапа', _InvestType[ServiceRequestInvestType.Sell] = 'Инвестпроект 2 этапа', _InvestType),
|
|
5516
5517
|
DepublishReason: (_DepublishReason = {}, _DepublishReason[ServiceRequestDepublishReason.TemporaryDepublish] = 'Временное снятие объекта', _DepublishReason[ServiceRequestDepublishReason.DepublishOnAdvance] = 'Снятие объекта на время аванса', _DepublishReason[ServiceRequestDepublishReason.ClientRequest] = 'Просьба клиента убрать объект из рекламы', _DepublishReason[ServiceRequestDepublishReason.DeveloperRequest] = 'Запрет застройщика на размещение рекламы', _DepublishReason[ServiceRequestDepublishReason.BadObject] = 'Неликвидный объект, требуется работа с клиентом', _DepublishReason[ServiceRequestDepublishReason.BadObjectElite] = 'Неликвидный элитный объект', _DepublishReason[ServiceRequestDepublishReason.HardToSellObject] = '“Сложный“ в реализации объект', _DepublishReason[ServiceRequestDepublishReason.CrossSell] = 'Кросспродажи', _DepublishReason),
|
|
5517
5518
|
Source: (_Source = {}, _Source[ServiceRequestSource.Apk] = 'АПК', _Source[ServiceRequestSource.Recommendations] = 'Рекомендации', _Source[ServiceRequestSource.ColdCCMoscow] = 'ХО КЦ Москва', _Source[ServiceRequestSource.ColdCCZelenograd] = 'ХО КЦ Зеленоград', _Source[ServiceRequestSource.ColdCCZhukovsky] = 'ХО КЦ Жуковский', _Source[ServiceRequestSource.Marketing] = 'Маркетинг', _Source[ServiceRequestSource.Test] = 'Тест', _Source[ServiceRequestSource.Other] = 'Другое', _Source)
|