@hapl/api-queries 0.1.144 → 0.1.145
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 +10 -9
- 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 +10 -9
- package/dist/api-queries.esm.js.map +1 -1
- package/dist/clients/v1/dictionaries/ServiceRequest.d.ts +9 -8
- package/dist/clients/v1/types/ServiceRequest.d.ts +10 -9
- package/package.json +1 -1
- package/src/clients/v1/dictionaries/ServiceRequest.ts +9 -8
- package/src/clients/v1/types/ServiceRequest.ts +9 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.1.145 (Fri Mar 04 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fix: добавлен пропущенный статус Signed для контракта [#73](https://github.com/homeappcorporate/api-queries/pull/73) ([@abd2561024](https://github.com/abd2561024))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Andrey Romashin ([@abd2561024](https://github.com/abd2561024))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.1.144 (Thu Mar 03 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
|
@@ -2939,19 +2939,20 @@ var ServiceRequestModerationStatus;
|
|
|
2939
2939
|
var ServiceRequestStatus;
|
|
2940
2940
|
|
|
2941
2941
|
(function (ServiceRequestStatus) {
|
|
2942
|
-
ServiceRequestStatus["LeadExpert"] = "lead_expert";
|
|
2943
|
-
ServiceRequestStatus["LeadAdv"] = "lead_adv";
|
|
2944
|
-
ServiceRequestStatus["Booked"] = "booked";
|
|
2945
2942
|
ServiceRequestStatus["Approved"] = "approved";
|
|
2946
|
-
ServiceRequestStatus["
|
|
2947
|
-
ServiceRequestStatus["Terminated"] = "terminated";
|
|
2943
|
+
ServiceRequestStatus["Booked"] = "booked";
|
|
2948
2944
|
ServiceRequestStatus["BookingCanceled"] = "booking_canceled";
|
|
2949
|
-
ServiceRequestStatus["Prepaid"] = "prepaid";
|
|
2950
|
-
ServiceRequestStatus["DealSigned"] = "deal_signed";
|
|
2951
|
-
ServiceRequestStatus["Registered"] = "registered";
|
|
2952
2945
|
ServiceRequestStatus["DealDone"] = "deal_done";
|
|
2946
|
+
ServiceRequestStatus["DealSigned"] = "deal_signed";
|
|
2947
|
+
ServiceRequestStatus["Declined"] = "declined";
|
|
2948
|
+
ServiceRequestStatus["LeadAdv"] = "lead_adv";
|
|
2949
|
+
ServiceRequestStatus["LeadExpert"] = "lead_expert";
|
|
2953
2950
|
ServiceRequestStatus["NoPrepayment"] = "no_prepayment";
|
|
2951
|
+
ServiceRequestStatus["Prepaid"] = "prepaid";
|
|
2954
2952
|
ServiceRequestStatus["PrepaymentPlanned"] = "prepayment_planned";
|
|
2953
|
+
ServiceRequestStatus["Registered"] = "registered";
|
|
2954
|
+
ServiceRequestStatus["Signed"] = "signed";
|
|
2955
|
+
ServiceRequestStatus["Terminated"] = "terminated";
|
|
2955
2956
|
})(ServiceRequestStatus || (ServiceRequestStatus = {}));
|
|
2956
2957
|
|
|
2957
2958
|
var ServiceRequestType;
|
|
@@ -3326,7 +3327,7 @@ var _Category$2, _ModerationStatus, _Status$3, _Type$7, _InvestType, _DepublishR
|
|
|
3326
3327
|
var ServiceRequestDictionary = {
|
|
3327
3328
|
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),
|
|
3328
3329
|
ModerationStatus: (_ModerationStatus = {}, _ModerationStatus[ServiceRequestModerationStatus.None] = 'Нет', _ModerationStatus[ServiceRequestModerationStatus.Sent] = 'Отправлен', _ModerationStatus[ServiceRequestModerationStatus.Booked] = 'Взят в работу', _ModerationStatus[ServiceRequestModerationStatus.Done] = 'Готов', _ModerationStatus),
|
|
3329
|
-
Status: (_Status$3 = {}, _Status$3[ServiceRequestStatus.
|
|
3330
|
+
Status: (_Status$3 = {}, _Status$3[ServiceRequestStatus.Approved] = 'Бронь одобренная РОП', _Status$3[ServiceRequestStatus.Booked] = 'Неподтверждённая бронь', _Status$3[ServiceRequestStatus.BookingCanceled] = 'ЗОУ закрыто', _Status$3[ServiceRequestStatus.DealDone] = 'Сделка закрыта', _Status$3[ServiceRequestStatus.DealSigned] = 'Сделка подписана', _Status$3[ServiceRequestStatus.Declined] = 'Бронь отклонённая РОП', _Status$3[ServiceRequestStatus.LeadAdv] = 'Лид пришедший с рекламы', _Status$3[ServiceRequestStatus.LeadExpert] = 'Лид заведённый экспертом', _Status$3[ServiceRequestStatus.NoPrepayment] = 'Запланирована сделка без аванса', _Status$3[ServiceRequestStatus.Prepaid] = 'Получен аванс по сделке', _Status$3[ServiceRequestStatus.PrepaymentPlanned] = 'Запланирован аванс', _Status$3[ServiceRequestStatus.Registered] = 'Документы зарегистрированы', _Status$3[ServiceRequestStatus.Signed] = 'Контракт подписан', _Status$3[ServiceRequestStatus.Terminated] = 'Контракт расторгнут', _Status$3),
|
|
3330
3331
|
Type: (_Type$7 = {}, _Type$7[ServiceRequestType.Buy] = 'Покупка', _Type$7[ServiceRequestType.Sell] = 'Продажа', _Type$7),
|
|
3331
3332
|
InvestType: (_InvestType = {}, _InvestType[ServiceRequestInvestType.Buyout] = 'Инвестпроект 1 этапа', _InvestType[ServiceRequestInvestType.Sell] = 'Инвестпроект 2 этапа', _InvestType),
|
|
3332
3333
|
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),
|