@hapl/api-queries 0.2.12--canary.135.66ecc4c.0 → 0.2.12

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,28 @@
1
+ # v0.2.12 (Tue Dec 27 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - FE-1460: изменения для рефакторинга страницы с оценкой [#131](https://github.com/homeappcorporate/api-queries/pull/131) ([@alexandropavlov](https://github.com/alexandropavlov))
6
+
7
+ #### Authors: 1
8
+
9
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
10
+
11
+ ---
12
+
13
+ # v0.2.11 (Thu Dec 22 2022)
14
+
15
+ #### ⚠️ Pushed to `main`
16
+
17
+ - Revert "FE-1355: правки значение в счетах на оплату" ([@alexandropavlov](https://github.com/alexandropavlov))
18
+ - FE-1355: правки значение в счетах на оплату ([@alexandropavlov](https://github.com/alexandropavlov))
19
+
20
+ #### Authors: 1
21
+
22
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
23
+
24
+ ---
25
+
1
26
  # v0.2.10 (Thu Dec 01 2022)
2
27
 
3
28
  #### 🐛 Bug Fix
@@ -4563,7 +4563,7 @@ var AvailableFundsPayerType;
4563
4563
  var BillServiceType;
4564
4564
 
4565
4565
  (function (BillServiceType) {
4566
- BillServiceType["SecurityDepositPayment"] = "security_deposit_payment";
4566
+ BillServiceType["PartPayment"] = "part_payment";
4567
4567
  BillServiceType["FullPayment"] = "full_payment";
4568
4568
  BillServiceType["BuyServicePayment"] = "buy_service_payment";
4569
4569
  })(BillServiceType || (BillServiceType = {}));
@@ -5402,7 +5402,7 @@ var AvailableFundsDictionary = {
5402
5402
 
5403
5403
  var _ServiceType, _ServiceUnit;
5404
5404
  var BillDictionary = {
5405
- ServiceType: (_ServiceType = {}, _ServiceType[BillServiceType.SecurityDepositPayment] = 'Оплата по соглашению о принятии ОП', _ServiceType[BillServiceType.FullPayment] = 'Окончательный расчет', _ServiceType[BillServiceType.BuyServicePayment] = 'Оплата оказания услуг', _ServiceType),
5405
+ ServiceType: (_ServiceType = {}, _ServiceType[BillServiceType.PartPayment] = 'Частичная оплата обеспечительного платежа', _ServiceType[BillServiceType.FullPayment] = 'Окончательный расчет', _ServiceType[BillServiceType.BuyServicePayment] = 'Оплата оказания услуг', _ServiceType),
5406
5406
  ServiceUnit: (_ServiceUnit = {}, _ServiceUnit[BillServiceUnit.Piece] = 'шт', _ServiceUnit)
5407
5407
  };
5408
5408