@snabcentr/common-lib 1.53.0 → 1.53.1

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.
@@ -4,6 +4,6 @@
4
4
  "name": "public-api",
5
5
  "src": "src/public-api.ts",
6
6
  "isEntry": true,
7
- "integrity": "sha384-Ii4SPuUanWbsTMcA47M6uVWyy3wT8rRDLTDr2VcUM5rJf8V1nPDaaY9lGudR3P4p"
7
+ "integrity": "sha384-KU3quesNu9jyCi8+TDA47/ukAc94iYTJqaBLz/lGjIWNfj0wYWQ1+2mz5QKsj6CC"
8
8
  }
9
9
  }
@@ -1,7 +1,6 @@
1
- ## 1.53.0 (2025-05-28)
1
+ ## 1.53.1 (2025-05-28)
2
2
 
3
- ### added (2 changes)
3
+ ### added (1 change)
4
4
 
5
5
  - [#11663: Добавлен фильтр клиентов hasCostLessThenStop](web_soft/libs/ts/snabcentr-common-lib@73023a106a8f928be7f2f179d084cb29b35a62e3) ([merge request](web_soft/libs/ts/snabcentr-common-lib!87))
6
- - [#11607: В конфигурацию приложения добавлены параметры темы](web_soft/libs/ts/snabcentr-common-lib@743d0c28279d793c4a387597211decd4b032758b) ([merge request](web_soft/libs/ts/snabcentr-common-lib!88))
7
6
 
@@ -3879,6 +3879,10 @@ class St {
3879
3879
  * Группа партнеров (направление деятельности).
3880
3880
  */
3881
3881
  t(this, "partnerGroup");
3882
+ /**
3883
+ * Признак, что у клиента имеются цены ниже стоп-цен.
3884
+ */
3885
+ t(this, "hasCostLessThenStop");
3882
3886
  /**
3883
3887
  * Данные контактного лица.
3884
3888
  */
@@ -3888,7 +3892,7 @@ class St {
3888
3892
  */
3889
3893
  t(this, "lastOrder");
3890
3894
  var e, s, i;
3891
- this.id = (r == null ? void 0 : r.id) ?? "", this.name = (r == null ? void 0 : r.name) ?? "", this.alternativeName = (r == null ? void 0 : r.alternativeName) ?? "", this.searchTerm = (r == null ? void 0 : r.searchTerm) ?? "", this.city = new le(r == null ? void 0 : r.city), this.region = new ee(r == null ? void 0 : r.region), this.country = new J(r == null ? void 0 : r.country), this.phone = (r == null ? void 0 : r.phone) ?? "", this.email = (r == null ? void 0 : r.email) ?? "", this.isActive = r && Object.prototype.hasOwnProperty.call(r, "isActive") ? r == null ? void 0 : r.isActive : !0, this.createdAt = new Q(r == null ? void 0 : r.createdAt), this.lastLoginDate = new Q(r == null ? void 0 : r.lastLoginDate), this.lastLoginDateHasOrder = (r == null ? void 0 : r.lastLoginDateHasOrder) ?? void 0, this.managers = r != null && r.managers && r.managers.length > 0 ? r.managers.map((o) => new ye(o)) : [], this.salesDirection = new S(r == null ? void 0 : r.salesDirection), this.contragentInn = (r == null ? void 0 : r.contragentInn) ?? "", this.contragentType = new U(r == null ? void 0 : r.contragentType), this.preferredDeliveryType = new E(r == null ? void 0 : r.preferredDeliveryType), this.partnerGroup = new G(r == null ? void 0 : r.partnerGroup), this.contact = new be(r == null ? void 0 : r.contact), this.lastOrder = {
3895
+ this.id = (r == null ? void 0 : r.id) ?? "", this.name = (r == null ? void 0 : r.name) ?? "", this.alternativeName = (r == null ? void 0 : r.alternativeName) ?? "", this.searchTerm = (r == null ? void 0 : r.searchTerm) ?? "", this.city = new le(r == null ? void 0 : r.city), this.region = new ee(r == null ? void 0 : r.region), this.country = new J(r == null ? void 0 : r.country), this.phone = (r == null ? void 0 : r.phone) ?? "", this.email = (r == null ? void 0 : r.email) ?? "", this.isActive = r && Object.prototype.hasOwnProperty.call(r, "isActive") ? r == null ? void 0 : r.isActive : !0, this.createdAt = new Q(r == null ? void 0 : r.createdAt), this.lastLoginDate = new Q(r == null ? void 0 : r.lastLoginDate), this.lastLoginDateHasOrder = (r == null ? void 0 : r.lastLoginDateHasOrder) ?? void 0, this.managers = r != null && r.managers && r.managers.length > 0 ? r.managers.map((o) => new ye(o)) : [], this.salesDirection = new S(r == null ? void 0 : r.salesDirection), this.contragentInn = (r == null ? void 0 : r.contragentInn) ?? "", this.contragentType = new U(r == null ? void 0 : r.contragentType), this.preferredDeliveryType = new E(r == null ? void 0 : r.preferredDeliveryType), this.hasCostLessThenStop = r != null && r.hasCostLessThenStop ? !0 : void 0, this.partnerGroup = new G(r == null ? void 0 : r.partnerGroup), this.contact = new be(r == null ? void 0 : r.contact), this.lastOrder = {
3892
3896
  createdAt: new Q((e = r == null ? void 0 : r.lastOrder) == null ? void 0 : e.createdAt),
3893
3897
  creator: (s = r == null ? void 0 : r.lastOrder) == null ? void 0 : s.creator,
3894
3898
  isApproved: (i = r == null ? void 0 : r.lastOrder) == null ? void 0 : i.isApproved
@@ -3946,6 +3950,9 @@ class St {
3946
3950
  case "partnerGroup":
3947
3951
  this.partnerGroup = new G();
3948
3952
  break;
3953
+ case "hasCostLessThenStop":
3954
+ this.hasCostLessThenStop = void 0;
3955
+ break;
3949
3956
  case "contact":
3950
3957
  this.contact = new be();
3951
3958
  break;