@hapl/api-queries 0.1.148 → 0.1.149
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 +0 -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 +0 -1
- package/dist/api-queries.esm.js.map +1 -1
- package/dist/clients/v1/types/Deal.d.ts +0 -1
- package/package.json +1 -1
- package/src/clients/v1/types/Deal.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.1.149 (Fri Mar 18 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fix: удален depricated статус `commission` для сделок [#77](https://github.com/homeappcorporate/api-queries/pull/77) ([@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.148 (Fri Mar 18 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
|
@@ -2973,7 +2973,6 @@ var DealStatus;
|
|
|
2973
2973
|
DealStatus["Prepaid"] = "prepaid";
|
|
2974
2974
|
DealStatus["DealSigned"] = "deal_signed";
|
|
2975
2975
|
DealStatus["Registered"] = "registered";
|
|
2976
|
-
DealStatus["Commission"] = "commission";
|
|
2977
2976
|
DealStatus["DealDone"] = "deal_done";
|
|
2978
2977
|
DealStatus["Terminated"] = "terminated";
|
|
2979
2978
|
})(DealStatus || (DealStatus = {}));
|