@snabcentr/common-lib 1.53.5 → 1.55.0
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/dist/manifest.json +1 -1
- package/dist/release_notes.tmp +2 -2
- package/dist/sc-common-lib.js +91 -86
- package/dist/sc-common-lib.js.map +1 -1
- package/dist/sc-common-lib.umd.cjs +1 -1
- package/dist/sc-common-lib.umd.cjs.map +1 -1
- package/dist/src/clients/enums/clients-additional-data-request-type-enum.d.ts +9 -1
- package/dist/src/clients/enums/clients-additional-data-request-type-enum.d.ts.map +1 -1
- package/dist/src/clients/providers/client-data-provider.d.ts +2 -2
- package/dist/src/clients/providers/client-data-provider.d.ts.map +1 -1
- package/dist/src/config/classes/app-base-config.d.ts +4 -0
- package/dist/src/config/classes/app-base-config.d.ts.map +1 -1
- package/dist/src/config/interfaces/i-app-base-config.d.ts +4 -0
- package/dist/src/config/interfaces/i-app-base-config.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/sc-common-lib.js
CHANGED
|
@@ -183,7 +183,7 @@ class Be {
|
|
|
183
183
|
this.lat = (r == null ? void 0 : r.lat) ?? 0, this.long = (r == null ? void 0 : r.long) ?? 0;
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
-
class
|
|
186
|
+
class K extends w {
|
|
187
187
|
}
|
|
188
188
|
class fe extends w {
|
|
189
189
|
/**
|
|
@@ -214,7 +214,7 @@ class fe extends w {
|
|
|
214
214
|
* Координаты склада.
|
|
215
215
|
*/
|
|
216
216
|
t(this, "coordinates");
|
|
217
|
-
this.address = (e == null ? void 0 : e.address) ?? "", this.isMain = (e == null ? void 0 : e.isMain) ?? !1, this.deliveryTypes = ((s = e == null ? void 0 : e.deliveryTypes) == null ? void 0 : s.map((i) => new
|
|
217
|
+
this.address = (e == null ? void 0 : e.address) ?? "", this.isMain = (e == null ? void 0 : e.isMain) ?? !1, this.deliveryTypes = ((s = e == null ? void 0 : e.deliveryTypes) == null ? void 0 : s.map((i) => new K(i))) ?? [], this.regions = (e == null ? void 0 : e.regions) ?? [], this.coordinates = new Be(e == null ? void 0 : e.coordinates);
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
class Ar {
|
|
@@ -684,6 +684,10 @@ class mt {
|
|
|
684
684
|
* Параметры тем для различных устройств.
|
|
685
685
|
*/
|
|
686
686
|
t(this, "themes");
|
|
687
|
+
/**
|
|
688
|
+
* Минимальная длина поискового запроса.
|
|
689
|
+
*/
|
|
690
|
+
t(this, "minSearchTermLength");
|
|
687
691
|
var e, s, i;
|
|
688
692
|
this.environment = (r == null ? void 0 : r.environment) ?? "production", this.currentDomain = (r == null ? void 0 : r.currentDomain) ?? "", this.devMode = (r == null ? void 0 : r.devMode) ?? {}, this.http = new Lr(r == null ? void 0 : r.http), this.deviceTypeByResolution = new Sr(r == null ? void 0 : r.deviceTypeByResolution), this.products = {
|
|
689
693
|
units: {
|
|
@@ -698,7 +702,7 @@ class mt {
|
|
|
698
702
|
api: ((e = r == null ? void 0 : r.dateFormats) == null ? void 0 : e.api) ?? "yyyy-MM-dd HH:mm:ss",
|
|
699
703
|
uiDate: ((s = r == null ? void 0 : r.dateFormats) == null ? void 0 : s.uiDate) ?? "dd.MM.yyyy",
|
|
700
704
|
uiDateWithTime: ((i = r == null ? void 0 : r.dateFormats) == null ? void 0 : i.uiDateWithTime) ?? "dd.MM.yyyy HH:mm"
|
|
701
|
-
}, this.themes = r == null ? void 0 : r.themes;
|
|
705
|
+
}, this.themes = r == null ? void 0 : r.themes, this.minSearchTermLength = (r == null ? void 0 : r.minSearchTermLength) ?? 3;
|
|
702
706
|
}
|
|
703
707
|
}
|
|
704
708
|
class ae {
|
|
@@ -1137,7 +1141,7 @@ class yt {
|
|
|
1137
1141
|
);
|
|
1138
1142
|
}
|
|
1139
1143
|
}
|
|
1140
|
-
class
|
|
1144
|
+
class U extends D {
|
|
1141
1145
|
/**
|
|
1142
1146
|
* Инициализирует экземпляр класса {@link UserShortInfo}.
|
|
1143
1147
|
*
|
|
@@ -1152,7 +1156,7 @@ class d extends D {
|
|
|
1152
1156
|
this.type = e == null ? void 0 : e.type;
|
|
1153
1157
|
}
|
|
1154
1158
|
}
|
|
1155
|
-
class
|
|
1159
|
+
class Ur extends D {
|
|
1156
1160
|
/**
|
|
1157
1161
|
* Инициализирует экземпляр класса {@link DiscountShortInfo}.
|
|
1158
1162
|
*
|
|
@@ -1188,7 +1192,7 @@ class dr extends D {
|
|
|
1188
1192
|
* Дата и время удаления.
|
|
1189
1193
|
*/
|
|
1190
1194
|
t(this, "deletedAt");
|
|
1191
|
-
this.costCoefficient = (e == null ? void 0 : e.costCoefficient) ?? 0, this.isLowPriceAllowed = (e == null ? void 0 : e.isLowPriceAllowed) ?? !1, this.publishedAt = m(e == null ? void 0 : e.publishedAt) ? f(e.publishedAt) : e == null ? void 0 : e.publishedAt, this.description = (e == null ? void 0 : e.description) ?? void 0, this.percent = (e == null ? void 0 : e.percent) ?? 0, this.owner = new
|
|
1195
|
+
this.costCoefficient = (e == null ? void 0 : e.costCoefficient) ?? 0, this.isLowPriceAllowed = (e == null ? void 0 : e.isLowPriceAllowed) ?? !1, this.publishedAt = m(e == null ? void 0 : e.publishedAt) ? f(e.publishedAt) : e == null ? void 0 : e.publishedAt, this.description = (e == null ? void 0 : e.description) ?? void 0, this.percent = (e == null ? void 0 : e.percent) ?? 0, this.owner = new U(e == null ? void 0 : e.owner), this.deletedAt = m(e == null ? void 0 : e.deletedAt) ? f(e.deletedAt) : e == null ? void 0 : e.deletedAt;
|
|
1192
1196
|
}
|
|
1193
1197
|
}
|
|
1194
1198
|
class B extends We {
|
|
@@ -1210,7 +1214,7 @@ class B extends We {
|
|
|
1210
1214
|
this.description = (e == null ? void 0 : e.description) ?? "", this.createdAt = m(e == null ? void 0 : e.createdAt) ? f(e.createdAt) : (e == null ? void 0 : e.createdAt) ?? /* @__PURE__ */ new Date();
|
|
1211
1215
|
}
|
|
1212
1216
|
}
|
|
1213
|
-
class
|
|
1217
|
+
class J extends _ {
|
|
1214
1218
|
/**
|
|
1215
1219
|
* Инициализирует экземпляр класса {@link ClientProduct}.
|
|
1216
1220
|
*
|
|
@@ -1246,10 +1250,10 @@ class K extends _ {
|
|
|
1246
1250
|
* Признак того, что указанный продукт входит в список избранных продуктов клиента.
|
|
1247
1251
|
*/
|
|
1248
1252
|
t(this, "isFavorite");
|
|
1249
|
-
this.costCoefficient = (e == null ? void 0 : e.costCoefficient) ?? 0, this.costSource = (e == null ? void 0 : e.costSource) ?? Se.Product, this.discount = e != null && e.discount ? new
|
|
1253
|
+
this.costCoefficient = (e == null ? void 0 : e.costCoefficient) ?? 0, this.costSource = (e == null ? void 0 : e.costSource) ?? Se.Product, this.discount = e != null && e.discount ? new Ur(e.discount) : void 0, this.priceTemplate = e != null && e.priceTemplate ? new B(e.priceTemplate) : void 0, this.isPreviouslyOrdered = e == null ? void 0 : e.isPreviouslyOrdered, this.isRequired = e == null ? void 0 : e.isRequired, this.isFavorite = e == null ? void 0 : e.isFavorite;
|
|
1250
1254
|
}
|
|
1251
1255
|
}
|
|
1252
|
-
class
|
|
1256
|
+
class dr {
|
|
1253
1257
|
/**
|
|
1254
1258
|
* Инициализирует экземпляр класса {@link ContactLinks}.
|
|
1255
1259
|
*
|
|
@@ -1293,7 +1297,7 @@ class oe extends D {
|
|
|
1293
1297
|
* Признак того, что менеджер является основным для клиента.
|
|
1294
1298
|
*/
|
|
1295
1299
|
t(this, "isDefault");
|
|
1296
|
-
e && (this.salesDirection = new S(e.salesDirection), this.photo = e.photo, e.contacts && (this.contacts = new
|
|
1300
|
+
e && (this.salesDirection = new S(e.salesDirection), this.photo = e.photo, e.contacts && (this.contacts = new dr(e.contacts)), e.isDefault !== void 0 && (this.isDefault = e.isDefault));
|
|
1297
1301
|
}
|
|
1298
1302
|
}
|
|
1299
1303
|
class ye extends oe {
|
|
@@ -1375,7 +1379,7 @@ class ce extends Gr {
|
|
|
1375
1379
|
* Список продуктов категории.
|
|
1376
1380
|
*/
|
|
1377
1381
|
t(this, "products");
|
|
1378
|
-
this.categories = (s = e == null ? void 0 : e.categories) == null ? void 0 : s.map((o) => new ce(o)), this.products = (i = e == null ? void 0 : e.products) == null ? void 0 : i.map((o) => new
|
|
1382
|
+
this.categories = (s = e == null ? void 0 : e.categories) == null ? void 0 : s.map((o) => new ce(o)), this.products = (i = e == null ? void 0 : e.products) == null ? void 0 : i.map((o) => new J(o));
|
|
1379
1383
|
}
|
|
1380
1384
|
}
|
|
1381
1385
|
class je {
|
|
@@ -1411,7 +1415,7 @@ class Ce extends je {
|
|
|
1411
1415
|
this.productCategory = new te(e == null ? void 0 : e.productCategory);
|
|
1412
1416
|
}
|
|
1413
1417
|
}
|
|
1414
|
-
class
|
|
1418
|
+
class Q extends w {
|
|
1415
1419
|
}
|
|
1416
1420
|
class ee extends w {
|
|
1417
1421
|
/**
|
|
@@ -1424,8 +1428,8 @@ class ee extends w {
|
|
|
1424
1428
|
/**
|
|
1425
1429
|
* Данные о стране, в которой расположен регион.
|
|
1426
1430
|
*/
|
|
1427
|
-
t(this, "country", new
|
|
1428
|
-
e && (this.country = new
|
|
1431
|
+
t(this, "country", new Q());
|
|
1432
|
+
e && (this.country = new Q(e.country));
|
|
1429
1433
|
}
|
|
1430
1434
|
}
|
|
1431
1435
|
class le extends w {
|
|
@@ -1569,7 +1573,7 @@ class ve extends je {
|
|
|
1569
1573
|
this.product = new _(e == null ? void 0 : e.product);
|
|
1570
1574
|
}
|
|
1571
1575
|
}
|
|
1572
|
-
class
|
|
1576
|
+
class Ke extends w {
|
|
1573
1577
|
}
|
|
1574
1578
|
class X extends D {
|
|
1575
1579
|
/**
|
|
@@ -1591,7 +1595,7 @@ class X extends D {
|
|
|
1591
1595
|
* Дополнительные метаданные свойства.
|
|
1592
1596
|
*/
|
|
1593
1597
|
t(this, "metadata");
|
|
1594
|
-
this.type = new
|
|
1598
|
+
this.type = new Ke(e == null ? void 0 : e.type), this.description = (e == null ? void 0 : e.description) ?? "", this.metadata = e == null ? void 0 : e.metadata;
|
|
1595
1599
|
}
|
|
1596
1600
|
}
|
|
1597
1601
|
class H {
|
|
@@ -1615,7 +1619,7 @@ class H {
|
|
|
1615
1619
|
}
|
|
1616
1620
|
class Mr extends w {
|
|
1617
1621
|
}
|
|
1618
|
-
class
|
|
1622
|
+
class Je extends w {
|
|
1619
1623
|
}
|
|
1620
1624
|
class wt extends w {
|
|
1621
1625
|
}
|
|
@@ -1641,12 +1645,12 @@ class pe extends D {
|
|
|
1641
1645
|
}
|
|
1642
1646
|
}
|
|
1643
1647
|
var b = /* @__PURE__ */ ((n) => (n.Person = "individual", n.Ic = "entrepreneur", n.UlR = "legal", n.UlNr = "non_resident_legal", n))(b || {});
|
|
1644
|
-
class
|
|
1648
|
+
class d extends w {
|
|
1645
1649
|
/**
|
|
1646
1650
|
* Возвращает сгенерированную запись-описание физического лица.
|
|
1647
1651
|
*/
|
|
1648
1652
|
static generatePersonItem() {
|
|
1649
|
-
return new
|
|
1653
|
+
return new d({
|
|
1650
1654
|
id: 1,
|
|
1651
1655
|
guid: "",
|
|
1652
1656
|
slug: b.Person,
|
|
@@ -1664,10 +1668,10 @@ class Br extends w {
|
|
|
1664
1668
|
}
|
|
1665
1669
|
class Wr extends w {
|
|
1666
1670
|
}
|
|
1667
|
-
class Je extends w {
|
|
1668
|
-
}
|
|
1669
1671
|
class Qe extends w {
|
|
1670
1672
|
}
|
|
1673
|
+
class Ee extends w {
|
|
1674
|
+
}
|
|
1671
1675
|
class R extends u {
|
|
1672
1676
|
/**
|
|
1673
1677
|
* Возвращает {@link Promise} для получения данных указанного справочника.
|
|
@@ -1684,7 +1688,7 @@ class R extends u {
|
|
|
1684
1688
|
* первичного интереса.
|
|
1685
1689
|
*/
|
|
1686
1690
|
getChannelPrimaryInterest() {
|
|
1687
|
-
return this.getTypedDataArrayRequester(
|
|
1691
|
+
return this.getTypedDataArrayRequester(Je, "/internal/references/channel-primary-interest", !0);
|
|
1688
1692
|
}
|
|
1689
1693
|
/**
|
|
1690
1694
|
* Возвращает {@link Promise} для получения справочника должностей контактных лиц.
|
|
@@ -1709,7 +1713,7 @@ class R extends u {
|
|
|
1709
1713
|
* Возвращает {@link Promise} для получения справочника данных организационно-правовых форм.
|
|
1710
1714
|
*/
|
|
1711
1715
|
getOpf() {
|
|
1712
|
-
return this.getTypedDataArrayRequester(
|
|
1716
|
+
return this.getTypedDataArrayRequester(d, "/public/references/opf", !0);
|
|
1713
1717
|
}
|
|
1714
1718
|
/**
|
|
1715
1719
|
* Возвращает {@link Promise} для получения справочника данных статусов оплаты заказов.
|
|
@@ -1733,7 +1737,7 @@ class R extends u {
|
|
|
1733
1737
|
* Возвращает {@link Promise} для получения справочника типов ресурсов.
|
|
1734
1738
|
*/
|
|
1735
1739
|
getResourceTypes() {
|
|
1736
|
-
return this.getTypedDataArrayRequester(
|
|
1740
|
+
return this.getTypedDataArrayRequester(Qe, "/internal/references/resource-type", !0);
|
|
1737
1741
|
}
|
|
1738
1742
|
/**
|
|
1739
1743
|
* Возвращает {@link Promise} для получения справочника данных направлений продаж.
|
|
@@ -1745,7 +1749,7 @@ class R extends u {
|
|
|
1745
1749
|
* Возвращает {@link Promise} для получения справочника данных об источнике первичного интереса.
|
|
1746
1750
|
*/
|
|
1747
1751
|
getSourcePrimaryInterest() {
|
|
1748
|
-
return this.getTypedDataArrayRequester(
|
|
1752
|
+
return this.getTypedDataArrayRequester(Ee, "/internal/references/source-primary-interest", !0);
|
|
1749
1753
|
}
|
|
1750
1754
|
/**
|
|
1751
1755
|
* Выполняет поиск данных о городах по терму в названии.
|
|
@@ -1769,13 +1773,13 @@ class R extends u {
|
|
|
1769
1773
|
* @param term Терм поиска.
|
|
1770
1774
|
*/
|
|
1771
1775
|
searchCountry(r) {
|
|
1772
|
-
return this.getTypedDataArrayRequester(
|
|
1776
|
+
return this.getTypedDataArrayRequester(Q, `/internal/references/country/search?term=${r}`);
|
|
1773
1777
|
}
|
|
1774
1778
|
/**
|
|
1775
1779
|
* Возвращает {@link Promise} для получения справочника типов доставки.
|
|
1776
1780
|
*/
|
|
1777
1781
|
getDeliveryTypes() {
|
|
1778
|
-
return this.getTypedDataArrayRequester(
|
|
1782
|
+
return this.getTypedDataArrayRequester(K, "/internal/references/delivery-type", !0);
|
|
1779
1783
|
}
|
|
1780
1784
|
/**
|
|
1781
1785
|
* Возвращает {@link Promise} для получения справочника складов.
|
|
@@ -1787,7 +1791,7 @@ class R extends u {
|
|
|
1787
1791
|
* Возвращает {@link Promise} для получения справочника типов свойств.
|
|
1788
1792
|
*/
|
|
1789
1793
|
getPropertyTypes() {
|
|
1790
|
-
return this.getTypedDataArrayRequester(
|
|
1794
|
+
return this.getTypedDataArrayRequester(Ke, "/internal/references/property-type", !0);
|
|
1791
1795
|
}
|
|
1792
1796
|
/**
|
|
1793
1797
|
* Возвращает {@link Promise} для получения справочника коэффициентов цен.
|
|
@@ -1826,7 +1830,7 @@ class Vr extends Ve {
|
|
|
1826
1830
|
this.type = e == null ? void 0 : e.type, this.canDoReclamations = (e == null ? void 0 : e.canDoReclamations) ?? !1, this.photo = e == null ? void 0 : e.photo;
|
|
1827
1831
|
}
|
|
1828
1832
|
}
|
|
1829
|
-
class
|
|
1833
|
+
class Kr extends u {
|
|
1830
1834
|
/**
|
|
1831
1835
|
* Возвращает данные о текущем пользователе.
|
|
1832
1836
|
*/
|
|
@@ -1835,7 +1839,7 @@ class Er extends u {
|
|
|
1835
1839
|
return this.get("/internal/users/info", {}, (r) => new Vr(r.data));
|
|
1836
1840
|
}
|
|
1837
1841
|
}
|
|
1838
|
-
class
|
|
1842
|
+
class Jr {
|
|
1839
1843
|
/**
|
|
1840
1844
|
* Инициализирует экземпляр класса {@link ProductPriceHistory}.
|
|
1841
1845
|
*
|
|
@@ -1878,7 +1882,7 @@ class Kr {
|
|
|
1878
1882
|
* Данные о валюте.
|
|
1879
1883
|
*/
|
|
1880
1884
|
t(this, "currency");
|
|
1881
|
-
this.cost = r.cost, this.costDate = m(r.costDate) ? f(r.costDate) : r.costDate, this.isLowCost = r.isLowCost, this.isRetail = r.isRetail, this.discountName = r.discountName, this.priceTemplateName = r.priceTemplateName, this.client = r.client ? new
|
|
1885
|
+
this.cost = r.cost, this.costDate = m(r.costDate) ? f(r.costDate) : r.costDate, this.isLowCost = r.isLowCost, this.isRetail = r.isRetail, this.discountName = r.discountName, this.priceTemplateName = r.priceTemplateName, this.client = r.client ? new U(r.client) : void 0, this.executor = r.executor ? new U(r.executor) : void 0, this.currency = r.currency ? new pe(r.currency) : void 0;
|
|
1882
1886
|
}
|
|
1883
1887
|
}
|
|
1884
1888
|
class xe {
|
|
@@ -2141,7 +2145,7 @@ class vt extends u {
|
|
|
2141
2145
|
price_coefficient_id: (i = s.coefficient) == null ? void 0 : i.id,
|
|
2142
2146
|
increase_percent: s.value
|
|
2143
2147
|
},
|
|
2144
|
-
(o) => new
|
|
2148
|
+
(o) => new J(o.data)
|
|
2145
2149
|
);
|
|
2146
2150
|
}
|
|
2147
2151
|
/**
|
|
@@ -2153,7 +2157,7 @@ class vt extends u {
|
|
|
2153
2157
|
* @see /doc/api/internal#/operations/api_internal_client_price_products_remove
|
|
2154
2158
|
*/
|
|
2155
2159
|
removeProductPrice(r, e) {
|
|
2156
|
-
return this.delete(`/internal/clients/${r}/price/products/${e}`, (s) => new
|
|
2160
|
+
return this.delete(`/internal/clients/${r}/price/products/${e}`, (s) => new J(s.data));
|
|
2157
2161
|
}
|
|
2158
2162
|
/**
|
|
2159
2163
|
* Добавляет указанный продукт в список товаров для дополнительных продаж.
|
|
@@ -2442,7 +2446,7 @@ class Dt extends u {
|
|
|
2442
2446
|
*/
|
|
2443
2447
|
getProductPriceHistory(r, e) {
|
|
2444
2448
|
const s = {};
|
|
2445
|
-
return Ge(e) || (s.clientId = e), this.get(`/internal/price/products/${r}/history`, s, (i) => ne(i.data, (o) => new
|
|
2449
|
+
return Ge(e) || (s.clientId = e), this.get(`/internal/price/products/${r}/history`, s, (i) => ne(i.data, (o) => new Jr(o)));
|
|
2446
2450
|
}
|
|
2447
2451
|
/**
|
|
2448
2452
|
* Выполняет публичный поиск данных о продуктах по терму.
|
|
@@ -2518,7 +2522,7 @@ class $t extends u {
|
|
|
2518
2522
|
showHidden: i,
|
|
2519
2523
|
withPriceCoefficients: s
|
|
2520
2524
|
},
|
|
2521
|
-
(o) => ne(o.data, (l) => new
|
|
2525
|
+
(o) => ne(o.data, (l) => new J(l))
|
|
2522
2526
|
);
|
|
2523
2527
|
}
|
|
2524
2528
|
}
|
|
@@ -2539,7 +2543,7 @@ class At extends u {
|
|
|
2539
2543
|
clientId: e,
|
|
2540
2544
|
withPriceCoefficients: s
|
|
2541
2545
|
},
|
|
2542
|
-
(i) => new
|
|
2546
|
+
(i) => new J(i.data)
|
|
2543
2547
|
);
|
|
2544
2548
|
}
|
|
2545
2549
|
}
|
|
@@ -3368,7 +3372,7 @@ class St extends u {
|
|
|
3368
3372
|
);
|
|
3369
3373
|
}
|
|
3370
3374
|
}
|
|
3371
|
-
var
|
|
3375
|
+
var Qr = /* @__PURE__ */ ((n) => (n.LastOrder = "last_order", n.Contacts = "contacts", n.PartnerGroups = "partner_groups", n.PreferredDeliveryType = "preferred_delivery_type", n.SalesDirection = "sales_direction", n.Managers = "managers", n))(Qr || {});
|
|
3372
3376
|
class Te extends F {
|
|
3373
3377
|
/**
|
|
3374
3378
|
* Инициализирует экземпляр класса {@link BankAccount}.
|
|
@@ -3470,7 +3474,7 @@ class Ye extends D {
|
|
|
3470
3474
|
/**
|
|
3471
3475
|
* Данные об организационно-правовой форме.
|
|
3472
3476
|
*/
|
|
3473
|
-
t(this, "opf",
|
|
3477
|
+
t(this, "opf", d.generatePersonItem());
|
|
3474
3478
|
/**
|
|
3475
3479
|
* Направление продаж.
|
|
3476
3480
|
*/
|
|
@@ -3512,7 +3516,7 @@ class Ye extends D {
|
|
|
3512
3516
|
*/
|
|
3513
3517
|
t(this, "updater");
|
|
3514
3518
|
if (e) {
|
|
3515
|
-
if (this.opf = new
|
|
3519
|
+
if (this.opf = new d(e.opf), this.salesDirection = new S(e.salesDirection), this.comment = e.comment, this.alternativeName = e.alternativeName, this.createdAt = m(e == null ? void 0 : e.createdAt) ? f(e.createdAt) : e.createdAt, this.creator = e.creator ? new U(e.creator) : void 0, this.updatedAt = m(e == null ? void 0 : e.updatedAt) ? f(e.updatedAt) : e.updatedAt, this.updater = e.updater ? new U(e.updater) : void 0, e.partnerGroup && (this.partnerGroup = new G(e.partnerGroup)), e.manager && (this.manager = new oe(e.manager)), e.contacts) {
|
|
3516
3520
|
const s = [];
|
|
3517
3521
|
e.contacts.forEach((i) => {
|
|
3518
3522
|
s.push(new M(i));
|
|
@@ -3527,7 +3531,7 @@ class Ye extends D {
|
|
|
3527
3531
|
}
|
|
3528
3532
|
}
|
|
3529
3533
|
}
|
|
3530
|
-
class
|
|
3534
|
+
class Er extends Ye {
|
|
3531
3535
|
/**
|
|
3532
3536
|
* Инициализирует экземпляр класса {@link ContragentPerson}.
|
|
3533
3537
|
*
|
|
@@ -3606,7 +3610,7 @@ class Yr extends Ze {
|
|
|
3606
3610
|
/**
|
|
3607
3611
|
* Страна регистрации юридического лица нерезидента.
|
|
3608
3612
|
*/
|
|
3609
|
-
t(this, "registrationCountry", new
|
|
3613
|
+
t(this, "registrationCountry", new Q());
|
|
3610
3614
|
/**
|
|
3611
3615
|
* Регистрационный номер юридического лица нерезидента.
|
|
3612
3616
|
*/
|
|
@@ -3615,7 +3619,7 @@ class Yr extends Ze {
|
|
|
3615
3619
|
* Налоговый номер юридического лица нерезидента.
|
|
3616
3620
|
*/
|
|
3617
3621
|
t(this, "taxNumber", "");
|
|
3618
|
-
e && (this.registrationCountry = new
|
|
3622
|
+
e && (this.registrationCountry = new Q(e.registrationCountry), this.registrationNumber = e.registrationNumber ?? "", this.taxNumber = e.taxNumber ?? "");
|
|
3619
3623
|
}
|
|
3620
3624
|
}
|
|
3621
3625
|
class ue {
|
|
@@ -3633,7 +3637,7 @@ class ue {
|
|
|
3633
3637
|
case b.UlNr:
|
|
3634
3638
|
return new Yr(r);
|
|
3635
3639
|
default:
|
|
3636
|
-
return new
|
|
3640
|
+
return new Er(r);
|
|
3637
3641
|
}
|
|
3638
3642
|
}
|
|
3639
3643
|
}
|
|
@@ -3774,10 +3778,10 @@ class qe extends se {
|
|
|
3774
3778
|
* Дополнительные данные о клиенте.
|
|
3775
3779
|
*/
|
|
3776
3780
|
t(this, "extraData");
|
|
3777
|
-
this.contragents = ((s = e == null ? void 0 : e.contragents) == null ? void 0 : s.map((p) => ue.createInstance(p))) ?? [], this.partnerGroups = ((i = e == null ? void 0 : e.partnerGroups) == null ? void 0 : i.map((p) => new G(p))) ?? [], this.contacts = ((o = e == null ? void 0 : e.contacts) == null ? void 0 : o.map((p) => new M(p))) ?? [], this.deliveryAddresses = ((l = e == null ? void 0 : e.deliveryAddresses) == null ? void 0 : l.map((p) => new he(p))) ?? [], this.channelPrimaryInterest = new
|
|
3781
|
+
this.contragents = ((s = e == null ? void 0 : e.contragents) == null ? void 0 : s.map((p) => ue.createInstance(p))) ?? [], this.partnerGroups = ((i = e == null ? void 0 : e.partnerGroups) == null ? void 0 : i.map((p) => new G(p))) ?? [], this.contacts = ((o = e == null ? void 0 : e.contacts) == null ? void 0 : o.map((p) => new M(p))) ?? [], this.deliveryAddresses = ((l = e == null ? void 0 : e.deliveryAddresses) == null ? void 0 : l.map((p) => new he(p))) ?? [], this.channelPrimaryInterest = new Je(e == null ? void 0 : e.channelPrimaryInterest), this.sourcePrimaryInterest = new Ee(e == null ? void 0 : e.sourcePrimaryInterest), this.preferredDeliveryType = new K(e == null ? void 0 : e.preferredDeliveryType), this.primaryDemand = e == null ? void 0 : e.primaryDemand, this.isExcludedFromMsCallsToClients = (e == null ? void 0 : e.isExcludedFromMsCallsToClients) ?? !1, this.preferredWarehouse = e != null && e.preferredWarehouse ? new fe(e.preferredWarehouse) : void 0, this.extraData = (e == null ? void 0 : e.extraData) ?? {};
|
|
3778
3782
|
}
|
|
3779
3783
|
}
|
|
3780
|
-
class
|
|
3784
|
+
class E {
|
|
3781
3785
|
/**
|
|
3782
3786
|
* Инициализирует экземпляр класса {@link DatePeriod}.
|
|
3783
3787
|
*
|
|
@@ -3845,11 +3849,11 @@ class Lt {
|
|
|
3845
3849
|
/**
|
|
3846
3850
|
* Период регистрации.
|
|
3847
3851
|
*/
|
|
3848
|
-
t(this, "createdAt", new
|
|
3852
|
+
t(this, "createdAt", new E());
|
|
3849
3853
|
/**
|
|
3850
3854
|
* Период последнего входа.
|
|
3851
3855
|
*/
|
|
3852
|
-
t(this, "lastLoginDate", new
|
|
3856
|
+
t(this, "lastLoginDate", new E());
|
|
3853
3857
|
/**
|
|
3854
3858
|
* Признак того, что в указанный период последнего входа, клиентом был сделан заказ.
|
|
3855
3859
|
*/
|
|
@@ -3887,8 +3891,8 @@ class Lt {
|
|
|
3887
3891
|
*/
|
|
3888
3892
|
t(this, "lastOrder");
|
|
3889
3893
|
var e, s, i;
|
|
3890
|
-
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
|
|
3891
|
-
createdAt: new
|
|
3894
|
+
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 Q(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 E(r == null ? void 0 : r.createdAt), this.lastLoginDate = new E(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 d(r == null ? void 0 : r.contragentType), this.preferredDeliveryType = new K(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
|
+
createdAt: new E((e = r == null ? void 0 : r.lastOrder) == null ? void 0 : e.createdAt),
|
|
3892
3896
|
creator: (s = r == null ? void 0 : r.lastOrder) == null ? void 0 : s.creator,
|
|
3893
3897
|
isApproved: (i = r == null ? void 0 : r.lastOrder) == null ? void 0 : i.isApproved
|
|
3894
3898
|
};
|
|
@@ -3937,10 +3941,10 @@ class Lt {
|
|
|
3937
3941
|
this.salesDirection = new S();
|
|
3938
3942
|
break;
|
|
3939
3943
|
case "contragentType":
|
|
3940
|
-
this.contragentType = new
|
|
3944
|
+
this.contragentType = new d();
|
|
3941
3945
|
break;
|
|
3942
3946
|
case "preferredDeliveryType":
|
|
3943
|
-
this.preferredDeliveryType = new
|
|
3947
|
+
this.preferredDeliveryType = new K();
|
|
3944
3948
|
break;
|
|
3945
3949
|
case "partnerGroup":
|
|
3946
3950
|
this.partnerGroup = new G();
|
|
@@ -3985,7 +3989,7 @@ class er extends F {
|
|
|
3985
3989
|
* Признак того, что заказ подтвержден в 1С.
|
|
3986
3990
|
*/
|
|
3987
3991
|
t(this, "isApproved1c");
|
|
3988
|
-
this.createdAt = m(e == null ? void 0 : e.createdAt) ? f(e.createdAt) : (e == null ? void 0 : e.createdAt) ?? /* @__PURE__ */ new Date(), this.creator = new
|
|
3992
|
+
this.createdAt = m(e == null ? void 0 : e.createdAt) ? f(e.createdAt) : (e == null ? void 0 : e.createdAt) ?? /* @__PURE__ */ new Date(), this.creator = new U(e == null ? void 0 : e.creator), this.isApproved1c = (e == null ? void 0 : e.isApproved1c) ?? !1;
|
|
3989
3993
|
}
|
|
3990
3994
|
}
|
|
3991
3995
|
class rr extends er {
|
|
@@ -4046,7 +4050,7 @@ class rr extends er {
|
|
|
4046
4050
|
date: m((p = e == null ? void 0 : e.delivery) == null ? void 0 : p.date) ? f(e.delivery.date) : ((g = e == null ? void 0 : e.delivery) == null ? void 0 : g.date) ?? /* @__PURE__ */ new Date(),
|
|
4047
4051
|
address: ($ = e == null ? void 0 : e.delivery) != null && $.address ? new he(e.delivery.address) : void 0,
|
|
4048
4052
|
warehouse: (A = e == null ? void 0 : e.delivery) != null && A.warehouse ? new fe(e.delivery.warehouse) : void 0
|
|
4049
|
-
}, this.attachedUser = new
|
|
4053
|
+
}, this.attachedUser = new U(e == null ? void 0 : e.attachedUser), this.status = (e == null ? void 0 : e.status) ?? 0, this.salesDirection = new S(e == null ? void 0 : e.salesDirection), this.pendingAt = m(e == null ? void 0 : e.pendingAt) ? f(e.pendingAt) : e == null ? void 0 : e.pendingAt, this.processedAt = m(e == null ? void 0 : e.processedAt) ? f(e.processedAt) : e == null ? void 0 : e.processedAt, this.isOnOrder = (e == null ? void 0 : e.isOnOrder) ?? !1, this.isNotInStock = (e == null ? void 0 : e.isNotInStock) ?? !1;
|
|
4050
4054
|
}
|
|
4051
4055
|
}
|
|
4052
4056
|
class Zr extends F {
|
|
@@ -4129,7 +4133,7 @@ class Zr extends F {
|
|
|
4129
4133
|
* который соответствует указанной ширине. Количество не ограничено.
|
|
4130
4134
|
*/
|
|
4131
4135
|
t(this, "sawing");
|
|
4132
|
-
this.product = new
|
|
4136
|
+
this.product = new J(e.product), this.quantity = e.quantity, this.currency = e.currency, this.costOne = e.costOne, this.costOneRub = e.costOneRub, this.cost = e.cost, this.costRub = e.costRub, this.marker = e.marker, this.height = e.height, this.length = e.length, this.width = e.width, this.logicGroupId = e.logicGroupId, this.salesDirection = e.salesDirection, this.specificationImgUrl = e.specificationImgUrl, this.configurator = e.configurator, this.configuratorParams = e.configuratorParams, this.sawing = e.sawing;
|
|
4133
4137
|
}
|
|
4134
4138
|
}
|
|
4135
4139
|
class et extends rr {
|
|
@@ -4234,7 +4238,7 @@ class rt extends D {
|
|
|
4234
4238
|
* Данные о последнем заказе клиента.
|
|
4235
4239
|
*/
|
|
4236
4240
|
t(this, "lastOrder");
|
|
4237
|
-
(s = e.contacts) != null && s.length && (this.contacts = e.contacts.map((o) => new M(o))), e.lastOrder && (this.lastOrder = new er(e.lastOrder)), (i = e.partnerGroups) != null && i.length && (this.partnerGroups = e.partnerGroups.map((o) => new G(o))), e.preferredDeliveryType && (this.preferredDeliveryType = new
|
|
4241
|
+
(s = e.contacts) != null && s.length && (this.contacts = e.contacts.map((o) => new M(o))), e.lastOrder && (this.lastOrder = new er(e.lastOrder)), (i = e.partnerGroups) != null && i.length && (this.partnerGroups = e.partnerGroups.map((o) => new G(o))), e.preferredDeliveryType && (this.preferredDeliveryType = new K(e.preferredDeliveryType));
|
|
4238
4242
|
}
|
|
4239
4243
|
}
|
|
4240
4244
|
class tt {
|
|
@@ -4346,14 +4350,15 @@ class Nt extends we {
|
|
|
4346
4350
|
/**
|
|
4347
4351
|
* Возвращает дополнительные данные об указанных клиентах.
|
|
4348
4352
|
*
|
|
4349
|
-
* @param
|
|
4353
|
+
* @param clients Список данных о клиентах, для которых необходимо получить дополнительные данные.
|
|
4350
4354
|
* @param dataTypes Список данных которые необходимо вернуть.
|
|
4351
4355
|
* @see /doc/api/internal#/Клиенты/api_internal_client_get_additional_data_for_clients_list
|
|
4352
4356
|
*/
|
|
4353
4357
|
getAdditionalClientsData(r, e) {
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4358
|
+
const s = r.map((i) => i.id);
|
|
4359
|
+
return this.post("/internal/clients/additional-data", { clients: s, requested_data_types: e }, (i) => {
|
|
4360
|
+
let o = [];
|
|
4361
|
+
return (i == null ? void 0 : i.data.length) > 0 && (o = i.data.map((l) => new rt(l))), o;
|
|
4357
4362
|
});
|
|
4358
4363
|
}
|
|
4359
4364
|
/**
|
|
@@ -5115,7 +5120,7 @@ class qt extends u {
|
|
|
5115
5120
|
return this.delete(`internal/catalog/categories/${r.id}/configurators/${(s = r.properties) == null ? void 0 : s.editor}/template/${e}`);
|
|
5116
5121
|
}
|
|
5117
5122
|
}
|
|
5118
|
-
class
|
|
5123
|
+
class Ut {
|
|
5119
5124
|
/**
|
|
5120
5125
|
* Возвращает диапазон дат по умолчанию.
|
|
5121
5126
|
*/
|
|
@@ -5170,8 +5175,8 @@ const V = class V {
|
|
|
5170
5175
|
* Список единиц измерения линейной величины.
|
|
5171
5176
|
*/
|
|
5172
5177
|
t(V, "linearValues", ["пог.м.", "м.", "м2"]);
|
|
5173
|
-
let
|
|
5174
|
-
class
|
|
5178
|
+
let Ue = V;
|
|
5179
|
+
class dt {
|
|
5175
5180
|
/**
|
|
5176
5181
|
* Генерирует и возвращает данные-заглушку неопределённого менеджера.
|
|
5177
5182
|
*/
|
|
@@ -5217,7 +5222,7 @@ class it {
|
|
|
5217
5222
|
this.name = r.name, this.content = r.content;
|
|
5218
5223
|
}
|
|
5219
5224
|
}
|
|
5220
|
-
class
|
|
5225
|
+
class de {
|
|
5221
5226
|
/**
|
|
5222
5227
|
* Инициализирует экземпляр класса {@link Seo}.
|
|
5223
5228
|
*
|
|
@@ -5253,7 +5258,7 @@ class Ue {
|
|
|
5253
5258
|
*/
|
|
5254
5259
|
t(this, "meta");
|
|
5255
5260
|
var e;
|
|
5256
|
-
this.resourceType = new
|
|
5261
|
+
this.resourceType = new Qe(r == null ? void 0 : r.resourceType), this.resourceId = (r == null ? void 0 : r.resourceId) ?? "", this.h1 = r == null ? void 0 : r.h1, this.title = r == null ? void 0 : r.title, this.description = r == null ? void 0 : r.description, this.keywords = r == null ? void 0 : r.keywords, this.meta = ((e = r == null ? void 0 : r.meta) == null ? void 0 : e.map((s) => new it(s))) ?? [];
|
|
5257
5262
|
}
|
|
5258
5263
|
}
|
|
5259
5264
|
class Gt extends u {
|
|
@@ -5264,7 +5269,7 @@ class Gt extends u {
|
|
|
5264
5269
|
* @param resourceId Идентификатор ресурса для которого необходимо получить SEO-данные.
|
|
5265
5270
|
*/
|
|
5266
5271
|
getResourceSeoData(r, e) {
|
|
5267
|
-
return this.get(`/internal/seo/${r.slug}/${e}`, {}, (s) => new
|
|
5272
|
+
return this.get(`/internal/seo/${r.slug}/${e}`, {}, (s) => new de(s.data));
|
|
5268
5273
|
}
|
|
5269
5274
|
/**
|
|
5270
5275
|
* Выполняет сохранение данных о SEO-параметрах для указанного ресурса.
|
|
@@ -5275,7 +5280,7 @@ class Gt extends u {
|
|
|
5275
5280
|
* в случае ошибок в запросах.
|
|
5276
5281
|
*/
|
|
5277
5282
|
saveResourceSeoData(r, e = {}) {
|
|
5278
|
-
return this.post(`/internal/seo/${r.resourceType.slug}/${r.resourceId}`, r, (s) => new
|
|
5283
|
+
return this.post(`/internal/seo/${r.resourceType.slug}/${r.resourceId}`, r, (s) => new de(s.data), e);
|
|
5279
5284
|
}
|
|
5280
5285
|
/**
|
|
5281
5286
|
* Возвращает {@link Promise} для удаления данных о SEO-параметрах указанного ресурса.
|
|
@@ -5538,7 +5543,7 @@ const P = ge("__references_private", () => {
|
|
|
5538
5543
|
*/
|
|
5539
5544
|
currentUser: v(() => {
|
|
5540
5545
|
const r = nt();
|
|
5541
|
-
return !r.currentUser && !r.dataLoaderList.currentUser && (r.dataLoaderList.currentUser = !0, u.getInstance(
|
|
5546
|
+
return !r.currentUser && !r.dataLoaderList.currentUser && (r.dataLoaderList.currentUser = !0, u.getInstance(Kr).getCurrentUser().then((e) => {
|
|
5542
5547
|
r.currentUser = e;
|
|
5543
5548
|
}).catch(y).finally(y)), r.currentUser;
|
|
5544
5549
|
})
|
|
@@ -5628,7 +5633,7 @@ export {
|
|
|
5628
5633
|
He as CatalogableItem,
|
|
5629
5634
|
q as Category,
|
|
5630
5635
|
ke as CategoryPricingRule,
|
|
5631
|
-
|
|
5636
|
+
Je as ChannelPrimaryInterest,
|
|
5632
5637
|
wt as City,
|
|
5633
5638
|
le as CityWithRegionAndCountry,
|
|
5634
5639
|
qe as Client,
|
|
@@ -5637,15 +5642,15 @@ export {
|
|
|
5637
5642
|
Nt as ClientDataProvider,
|
|
5638
5643
|
vt as ClientPriceProvider,
|
|
5639
5644
|
Pt as ClientPriceTemplateProvider,
|
|
5640
|
-
|
|
5645
|
+
J as ClientProduct,
|
|
5641
5646
|
$t as ClientProductCategoryDataProvider,
|
|
5642
5647
|
At as ClientProductDataProvider,
|
|
5643
5648
|
se as ClientShortInfo,
|
|
5644
|
-
|
|
5649
|
+
Qr as ClientsAdditionalDataRequestTypeEnum,
|
|
5645
5650
|
Lt as ClientsListFilters,
|
|
5646
5651
|
qt as ConfiguratorProvider,
|
|
5647
5652
|
be as Contact,
|
|
5648
|
-
|
|
5653
|
+
dr as ContactLinks,
|
|
5649
5654
|
M as ContactPerson,
|
|
5650
5655
|
Xr as ContactPersonRelated,
|
|
5651
5656
|
Fr as ContactPosition,
|
|
@@ -5653,22 +5658,22 @@ export {
|
|
|
5653
5658
|
Ye as ContragentBase,
|
|
5654
5659
|
ue as ContragentFactory,
|
|
5655
5660
|
Xe as ContragentIc,
|
|
5656
|
-
|
|
5661
|
+
Er as ContragentPerson,
|
|
5657
5662
|
Yr as ContragentUlNr,
|
|
5658
5663
|
Ze as ContragentUlR,
|
|
5659
5664
|
Se as CostSourceEnum,
|
|
5660
|
-
|
|
5665
|
+
Q as Country,
|
|
5661
5666
|
pe as Currency,
|
|
5662
5667
|
Ht as DataSuggestionProvider,
|
|
5663
5668
|
xt as DataTablePagination,
|
|
5664
5669
|
tt as DataTablePaginationRequestParams,
|
|
5665
5670
|
kt as DataTableSortRequestParams,
|
|
5666
|
-
|
|
5671
|
+
Ut as DateTimeProvider,
|
|
5667
5672
|
qr as DeletableNamedIdentity,
|
|
5668
5673
|
he as DeliveryAddress,
|
|
5669
|
-
|
|
5674
|
+
K as DeliveryType,
|
|
5670
5675
|
Sr as DeviceTypeResolutionConfig,
|
|
5671
|
-
|
|
5676
|
+
Ur as DiscountShortInfo,
|
|
5672
5677
|
zt as FieldValidationResultData,
|
|
5673
5678
|
re as FilterGroup,
|
|
5674
5679
|
Ne as FilterItem,
|
|
@@ -5683,11 +5688,11 @@ export {
|
|
|
5683
5688
|
br as Image,
|
|
5684
5689
|
ye as Manager,
|
|
5685
5690
|
oe as ManagerCommon,
|
|
5686
|
-
|
|
5691
|
+
dt as ManagerDataFactory,
|
|
5687
5692
|
st as ManagerDataProvider,
|
|
5688
5693
|
it as MetaTagItem,
|
|
5689
5694
|
D as NamedIdentity,
|
|
5690
|
-
|
|
5695
|
+
d as Opf,
|
|
5691
5696
|
b as OpfEnum,
|
|
5692
5697
|
et as Order,
|
|
5693
5698
|
rr as OrderInfo,
|
|
@@ -5717,10 +5722,10 @@ export {
|
|
|
5717
5722
|
Dt as ProductDataProvider,
|
|
5718
5723
|
Wr as ProductFileType,
|
|
5719
5724
|
_e as ProductPriceCoefficient,
|
|
5720
|
-
|
|
5725
|
+
Jr as ProductPriceHistory,
|
|
5721
5726
|
_t as PropertiesProvider,
|
|
5722
5727
|
X as Property,
|
|
5723
|
-
|
|
5728
|
+
Ke as PropertyType,
|
|
5724
5729
|
Nr as PropertyTypeEnum,
|
|
5725
5730
|
H as PropertyValue,
|
|
5726
5731
|
at as RecommendationsDataProvider,
|
|
@@ -5728,21 +5733,21 @@ export {
|
|
|
5728
5733
|
w as Reference,
|
|
5729
5734
|
R as ReferenceDataProvider,
|
|
5730
5735
|
ee as Region,
|
|
5731
|
-
|
|
5736
|
+
Qe as ResourceType,
|
|
5732
5737
|
S as SalesDirection,
|
|
5733
5738
|
Ir as SentryConfig,
|
|
5734
|
-
|
|
5739
|
+
de as Seo,
|
|
5735
5740
|
Gt as SeoDataProvider,
|
|
5736
|
-
|
|
5741
|
+
Ee as SourcePrimaryInterest,
|
|
5737
5742
|
Ar as StockCount,
|
|
5738
5743
|
ae as TypedInstanceFactory,
|
|
5739
|
-
|
|
5744
|
+
Ue as UnitsHelper,
|
|
5740
5745
|
Ot as UnknownClientDataProvider,
|
|
5741
5746
|
We as UpdatableNamedIdentity,
|
|
5742
5747
|
Vr as User,
|
|
5743
5748
|
Ve as UserCommonInfo,
|
|
5744
|
-
|
|
5745
|
-
|
|
5749
|
+
Kr as UserDataProvider,
|
|
5750
|
+
U as UserShortInfo,
|
|
5746
5751
|
jr as UserTypeEnum,
|
|
5747
5752
|
xr as VersionConfig,
|
|
5748
5753
|
fe as Warehouse,
|