@hapl/api-queries 0.1.154 → 0.1.156

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 CHANGED
@@ -1,3 +1,27 @@
1
+ # v0.1.156 (Tue Apr 12 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Добавлено поле isOutCKAD в заявку на фото [#84](https://github.com/homeappcorporate/api-queries/pull/84) ([@alexandropavlov](https://github.com/alexandropavlov))
6
+
7
+ #### Authors: 1
8
+
9
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
10
+
11
+ ---
12
+
13
+ # v0.1.155 (Tue Apr 05 2022)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Доработки для кросс-продаж [#80](https://github.com/homeappcorporate/api-queries/pull/80) ([@alexandropavlov](https://github.com/alexandropavlov))
18
+
19
+ #### Authors: 1
20
+
21
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
22
+
23
+ ---
24
+
1
25
  # v0.1.154 (Mon Apr 04 2022)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -3683,7 +3683,7 @@ var ContractLegalDocumentDictionary = {
3683
3683
 
3684
3684
  var _ContractorType;
3685
3685
  var CrossSaleDictionary = {
3686
- ContractorType: (_ContractorType = {}, _ContractorType[CrossSaleContractorType.Owner] = 'Собственник', _ContractorType[CrossSaleContractorType.Agent] = 'Агент', _ContractorType[CrossSaleContractorType.Agency] = 'Агентство', _ContractorType)
3686
+ ContractorType: (_ContractorType = {}, _ContractorType[CrossSaleContractorType.Owner] = 'Собственник', _ContractorType[CrossSaleContractorType.Agent] = 'Частный агент', _ContractorType[CrossSaleContractorType.Agency] = 'Агентство', _ContractorType)
3687
3687
  };
3688
3688
 
3689
3689
  var _DealNoLawyerReason, _DealPartnerDealType, _DealStatus;