@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 +25 -0
- package/dist/api-queries.cjs.development.js +2 -2
- 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 -2
- package/dist/api-queries.esm.js.map +1 -1
- package/dist/clients/v1/api/bill/createBill/index.d.ts +0 -2
- package/dist/clients/v1/api/expert/findExpertById/index.d.ts +2 -2
- package/dist/clients/v1/dictionaries/Bill.d.ts +1 -1
- package/dist/clients/v1/index.d.ts +1 -1
- package/dist/clients/v1/types/Bill.d.ts +1 -3
- package/package.json +1 -1
- package/src/clients/v1/api/bill/createBill/index.ts +0 -2
- package/src/clients/v1/api/expert/findExpertById/index.ts +2 -2
- package/src/clients/v1/dictionaries/Bill.ts +1 -1
- package/src/clients/v1/index.ts +1 -1
- package/src/clients/v1/types/Bill.ts +1 -3
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["
|
|
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.
|
|
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
|
|