@snabcentr/common-lib 1.43.0 → 1.44.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.
@@ -4,6 +4,6 @@
4
4
  "name": "public-api",
5
5
  "src": "src/public-api.ts",
6
6
  "isEntry": true,
7
- "integrity": "sha384-5PiD8f83VFDkUEYpefESS/7n64jfVr4NFQS/Ek1g7/8664rJcCkiTxQLKDcKvYti"
7
+ "integrity": "sha384-ukPb6cgmkEnU6lnD7zMDjbUiqWKTRI9Lt9EHhX2/JIZ6FRv2kIRwc3fFBJsSeCGY"
8
8
  }
9
9
  }
@@ -1,6 +1,6 @@
1
- ## 1.43.0 (2025-04-25)
1
+ ## 1.44.0 (2025-04-25)
2
2
 
3
3
  ### added (1 change)
4
4
 
5
- - [#11455: Добавлена возможность загрузки изображений категорий](web_soft/libs/ts/snabcentr-common-lib@2f246ba9a06accf5d72bb2cc33402d848b91fab6) ([merge request](web_soft/libs/ts/snabcentr-common-lib!69))
5
+ - [#11455: Добавлена HTTP конфигурация для media-сервера](web_soft/libs/ts/snabcentr-common-lib@fd8f7411bc6090e3d19e8bf50afc89fe8677b6c0) ([merge request](web_soft/libs/ts/snabcentr-common-lib!70))
6
6
 
@@ -264,7 +264,7 @@ const B = class B {
264
264
  * Конфигурация приложения.
265
265
  */
266
266
  s(B, "config");
267
- let d = B;
267
+ let O = B;
268
268
  class yr extends xe {
269
269
  /**
270
270
  * Инициализирует экземпляр класса {@link HiddenCatalogableItem}.
@@ -380,14 +380,14 @@ class x extends yr {
380
380
  const t = (e == null ? void 0 : e.category) ?? ((o = e == null ? void 0 : e.categories) == null ? void 0 : o.find((g) => g.isPrimary));
381
381
  t && (this.category = new fe({ ...t, isPrimary: !0 }), this.categories = [this.category]), e != null && e.categories && (this.categories = e.categories.map((g) => new fe(g))), this.images = ((l = e == null ? void 0 : e.images) == null ? void 0 : l.map((g) => {
382
382
  var y;
383
- return new wr(g, (y = d.getConfig().urls) == null ? void 0 : y.mediaServer);
383
+ return new wr(g, (y = O.getConfig().urls) == null ? void 0 : y.mediaServer);
384
384
  })) ?? [], this.properties = (e == null ? void 0 : e.properties) ?? {}, this.priceCoefficients = ((u = e == null ? void 0 : e.priceCoefficients) == null ? void 0 : u.map((g) => new De(g))) ?? [], e && "codeNumber" in e && !e.code && (this.code = e == null ? void 0 : e.codeNumber);
385
385
  }
386
386
  /**
387
387
  * Возвращает признак, что это измеряемый товар.
388
388
  */
389
389
  getIsMeasurable() {
390
- const e = d.getConfig().products.units;
390
+ const e = O.getConfig().products.units;
391
391
  return [...e.linear, ...e.square].includes(this.unit);
392
392
  }
393
393
  }
@@ -551,11 +551,15 @@ class Dr {
551
551
  * API URI для выполнения запросов.
552
552
  */
553
553
  s(this, "apiUri");
554
+ /**
555
+ * URL медиа-сервера.
556
+ */
557
+ s(this, "mediaUrl");
554
558
  /**
555
559
  * Время кэширования данных ответов на запросы (секунд).
556
560
  */
557
561
  s(this, "responseDataCacheTimeout");
558
- this.apiUri = (r == null ? void 0 : r.apiUri) ?? "", this.responseDataCacheTimeout = (r == null ? void 0 : r.responseDataCacheTimeout) ?? 3 * 60 * 60;
562
+ this.apiUri = (r == null ? void 0 : r.apiUri) ?? "", this.mediaUrl = (r == null ? void 0 : r.mediaUrl) ?? "", this.responseDataCacheTimeout = (r == null ? void 0 : r.responseDataCacheTimeout) ?? 3 * 60 * 60;
559
563
  }
560
564
  }
561
565
  class Pr {
@@ -719,7 +723,7 @@ const b = class b {
719
723
  * - validationFieldResultData Список полей, для которых необходимо установить данные об ошибках валидации в случае ошибок в запросах.
720
724
  */
721
725
  s(this, "defaultInstanceNotificationErrorResponseHandler", m);
722
- const t = d.getConfig().version;
726
+ const t = O.getConfig().version;
723
727
  this.defaultInstanceNotificationErrorResponseHandler = b.baseDefaultNotificationErrorResponseHandler, this.httpClient = gr.create({
724
728
  // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
725
729
  baseURL: r,
@@ -857,7 +861,7 @@ const W = class W extends ye {
857
861
  * Время кэширования данных ответов на запросы (секунд).
858
862
  */
859
863
  s(this, "responseDataCacheTimeout");
860
- const n = d.getConfig();
864
+ const n = O.getConfig();
861
865
  this.responseDataCacheTimeout = n.http.responseDataCacheTimeout;
862
866
  }
863
867
  /**
@@ -911,7 +915,7 @@ class p extends we {
911
915
  */
912
916
  constructor() {
913
917
  var t, n;
914
- const r = d.getConfig(), e = {};
918
+ const r = O.getConfig(), e = {};
915
919
  (t = r.devMode) != null && t.authBearerToken && (e.Authorization = `Bearer ${(n = r.devMode) == null ? void 0 : n.authBearerToken}`), super(`${r.http.apiUri}/api`, e);
916
920
  }
917
921
  }
@@ -1039,7 +1043,7 @@ class U extends ce {
1039
1043
  this.categories = (t = e == null ? void 0 : e.categories) == null ? void 0 : t.map((o) => new U(o)), this.products = (n = e == null ? void 0 : e.products) == null ? void 0 : n.map((o) => new x(o));
1040
1044
  }
1041
1045
  }
1042
- class de extends P {
1046
+ class Oe extends P {
1043
1047
  /**
1044
1048
  * Инициализирует экземпляр класса {@link UpdatableNamedIdentity}.
1045
1049
  *
@@ -1054,7 +1058,7 @@ class de extends P {
1054
1058
  this.updatedAt = e == null ? void 0 : e.updatedAt;
1055
1059
  }
1056
1060
  }
1057
- class Tr extends de {
1061
+ class Tr extends Oe {
1058
1062
  /**
1059
1063
  * Инициализирует экземпляр класса {@link UpdatableNamedIdentity}.
1060
1064
  *
@@ -1157,7 +1161,7 @@ class Sr extends P {
1157
1161
  this.costCoefficient = (e == null ? void 0 : e.costCoefficient) ?? 0, this.isLowPriceAllowed = (e == null ? void 0 : e.isLowPriceAllowed) ?? !1, this.publishedAt = e != null && e.publishedAt ? D(e.publishedAt) ? N(e.publishedAt) : e.publishedAt : void 0, this.description = (e == null ? void 0 : e.description) ?? void 0, this.percent = (e == null ? void 0 : e.percent) ?? 0, this.owner = new q(e == null ? void 0 : e.owner), this.deletedAt = e != null && e.deletedAt ? D(e.deletedAt) ? N(e.deletedAt) : e.deletedAt : void 0;
1158
1162
  }
1159
1163
  }
1160
- class _r extends de {
1164
+ class _r extends Oe {
1161
1165
  /**
1162
1166
  * Инициализирует экземпляр класса {@link PriceTemplate}.
1163
1167
  *
@@ -1215,7 +1219,7 @@ class ue extends x {
1215
1219
  this.costCoefficient = (e == null ? void 0 : e.costCoefficient) ?? 0, this.costSource = (e == null ? void 0 : e.costSource) ?? Ne.Product, this.discount = e != null && e.discount ? new Sr(e.discount) : void 0, this.priceTemplate = e != null && e.priceTemplate ? new _r(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;
1216
1220
  }
1217
1221
  }
1218
- class ar {
1222
+ class Lr {
1219
1223
  /**
1220
1224
  * Инициализирует экземпляр класса {@link ContactLinks}.
1221
1225
  *
@@ -1259,7 +1263,7 @@ class ee extends P {
1259
1263
  * Признак того, что менеджер является основным для клиента.
1260
1264
  */
1261
1265
  s(this, "isDefault");
1262
- e && (this.salesDirection = new T(e.salesDirection), this.photo = e.photo, e.contacts && (this.contacts = new ar(e.contacts)), e.isDefault !== void 0 && (this.isDefault = e.isDefault));
1266
+ e && (this.salesDirection = new T(e.salesDirection), this.photo = e.photo, e.contacts && (this.contacts = new Lr(e.contacts)), e.isDefault !== void 0 && (this.isDefault = e.isDefault));
1263
1267
  }
1264
1268
  }
1265
1269
  class pe extends ee {
@@ -1293,7 +1297,7 @@ class pe extends ee {
1293
1297
  this.isActive = (e == null ? void 0 : e.isActive) ?? !1, this.isSupervisor = (e == null ? void 0 : e.isSupervisor) ?? !1, this.canDoReclamations = (e == null ? void 0 : e.canDoReclamations) ?? !1, this.createdAt = e == null ? void 0 : e.createdAt, this.supervisorId = e == null ? void 0 : e.supervisorId;
1294
1298
  }
1295
1299
  }
1296
- class Lr extends ce {
1300
+ class ar extends ce {
1297
1301
  /**
1298
1302
  * Инициализирует экземпляр класса {@link BaseClientCategory}.
1299
1303
  *
@@ -1324,7 +1328,7 @@ class Lr extends ce {
1324
1328
  this.isDisabled = (e == null ? void 0 : e.isDisabled) ?? !1, this.isRequired = (e == null ? void 0 : e.isRequired) ?? !1, this.isFavorite = (e == null ? void 0 : e.isFavorite) ?? !1, this.hidingComment = e == null ? void 0 : e.hidingComment, this.manager = e != null && e.manager ? new pe(e.manager) : void 0;
1325
1329
  }
1326
1330
  }
1327
- class re extends Lr {
1331
+ class re extends ar {
1328
1332
  /**
1329
1333
  * Инициализирует экземпляр класса {@link ClientCategory}.
1330
1334
  *
@@ -1344,7 +1348,7 @@ class re extends Lr {
1344
1348
  this.categories = (t = e == null ? void 0 : e.categories) == null ? void 0 : t.map((o) => new re(o)), this.products = (n = e == null ? void 0 : e.products) == null ? void 0 : n.map((o) => new ue(o));
1345
1349
  }
1346
1350
  }
1347
- class Oe extends f {
1351
+ class de extends f {
1348
1352
  }
1349
1353
  class J extends P {
1350
1354
  /**
@@ -1366,7 +1370,7 @@ class J extends P {
1366
1370
  * Дополнительные метаданные свойства.
1367
1371
  */
1368
1372
  s(this, "metadata");
1369
- this.type = new Oe(e == null ? void 0 : e.type), this.description = (e == null ? void 0 : e.description) ?? "", this.metadata = e == null ? void 0 : e.metadata;
1373
+ this.type = new de(e == null ? void 0 : e.type), this.description = (e == null ? void 0 : e.description) ?? "", this.metadata = e == null ? void 0 : e.metadata;
1370
1374
  }
1371
1375
  }
1372
1376
  class F {
@@ -1467,10 +1471,10 @@ class Nr extends f {
1467
1471
  }
1468
1472
  class M extends f {
1469
1473
  }
1470
- class dr extends f {
1471
- }
1472
1474
  class Or extends f {
1473
1475
  }
1476
+ class dr extends f {
1477
+ }
1474
1478
  class qe extends f {
1475
1479
  }
1476
1480
  class Ge extends f {
@@ -1534,7 +1538,7 @@ class R extends p {
1534
1538
  * Возвращает {@link Promise} для получения справочника данных типов оплаты заказов.
1535
1539
  */
1536
1540
  getPaymentTypes() {
1537
- return this.getTypedDataArrayRequester(dr, "/public/references/payment-type", !0);
1541
+ return this.getTypedDataArrayRequester(Or, "/public/references/payment-type", !0);
1538
1542
  }
1539
1543
  /**
1540
1544
  * Возвращает {@link Promise} для получения справочника типов ресурсов.
@@ -1594,7 +1598,7 @@ class R extends p {
1594
1598
  * Возвращает {@link Promise} для получения справочника типов свойств.
1595
1599
  */
1596
1600
  getPropertyTypes() {
1597
- return this.getTypedDataArrayRequester(Oe, "/internal/references/property-type", !0);
1601
+ return this.getTypedDataArrayRequester(de, "/internal/references/property-type", !0);
1598
1602
  }
1599
1603
  /**
1600
1604
  * Возвращает {@link Promise} для получения справочника коэффициентов цен.
@@ -1606,7 +1610,7 @@ class R extends p {
1606
1610
  * Возвращает {@link Promise} для получения справочника типов файлов продуктов/категорий.
1607
1611
  */
1608
1612
  getProductFileType() {
1609
- return this.getTypedDataArrayRequester(Or, "/public/references/product-file-type", !0);
1613
+ return this.getTypedDataArrayRequester(dr, "/public/references/product-file-type", !0);
1610
1614
  }
1611
1615
  }
1612
1616
  var Ur = /* @__PURE__ */ ((i) => (i.Admin = "admin", i.Manager = "manager", i.Operator = "operator", i.Client = "client", i.Guest = "guest", i))(Ur || {});
@@ -1828,7 +1832,7 @@ class ls extends p {
1828
1832
  */
1829
1833
  // eslint-disable-next-line class-methods-use-this
1830
1834
  getPriceExportLink(r = "csv", e = !1, t = void 0) {
1831
- let o = `${d.getConfig().http.apiUri}/api/internal/price/export?format=${r}&show_hidden=${e}`;
1835
+ let o = `${O.getConfig().http.apiUri}/api/internal/price/export?format=${r}&show_hidden=${e}`;
1832
1836
  return t && (o += `&client_id=${t}`), o;
1833
1837
  }
1834
1838
  }
@@ -3765,7 +3769,7 @@ class Ds extends Ae {
3765
3769
  * @see /doc/api/internal#/Контрагенты/api_internal_client_contragent_create
3766
3770
  */
3767
3771
  createContragentClientData(r, e, t = {}) {
3768
- var g, y, A, S, _, a, L, I;
3772
+ var g, y, A, S, _, L, a, I;
3769
3773
  let n;
3770
3774
  const o = e, l = e, u = e;
3771
3775
  switch (e.opf.slug) {
@@ -3812,7 +3816,7 @@ class Ds extends Ae {
3812
3816
  name: u.name,
3813
3817
  alternative_name: u.alternativeName,
3814
3818
  partner_group_id: (_ = u.partnerGroup) == null ? void 0 : _.id,
3815
- manager_id: (a = u.manager) == null ? void 0 : a.id,
3819
+ manager_id: (L = u.manager) == null ? void 0 : L.id,
3816
3820
  comment: u.comment,
3817
3821
  inn: u.inn,
3818
3822
  kpp: u.kpp,
@@ -3833,7 +3837,7 @@ class Ds extends Ae {
3833
3837
  opf: e.opf.slug,
3834
3838
  name: e.name,
3835
3839
  alternative_name: e.alternativeName,
3836
- partner_group_id: (L = e.partnerGroup) == null ? void 0 : L.id,
3840
+ partner_group_id: (a = e.partnerGroup) == null ? void 0 : a.id,
3837
3841
  manager_id: (I = e.manager) == null ? void 0 : I.id,
3838
3842
  comment: e.comment
3839
3843
  };
@@ -3842,7 +3846,7 @@ class Ds extends Ae {
3842
3846
  return this.post(
3843
3847
  `/internal/clients/${r}/contragents`,
3844
3848
  n,
3845
- (O) => ne.createInstance(O.data),
3849
+ (d) => ne.createInstance(d.data),
3846
3850
  t
3847
3851
  );
3848
3852
  }
@@ -3857,7 +3861,7 @@ class Ds extends Ae {
3857
3861
  * @see /doc/api/internal#/Контрагенты/api_internal_client_contragent_update
3858
3862
  */
3859
3863
  updateContragentClientData(r, e, t = {}) {
3860
- var g, y, A, S, _, a, L, I;
3864
+ var g, y, A, S, _, L, a, I;
3861
3865
  let n;
3862
3866
  const o = e, l = e, u = e;
3863
3867
  switch (e.opf.slug) {
@@ -3904,7 +3908,7 @@ class Ds extends Ae {
3904
3908
  name: u.name,
3905
3909
  alternative_name: u.alternativeName,
3906
3910
  partner_group_id: (_ = u.partnerGroup) == null ? void 0 : _.id,
3907
- manager_id: (a = u.manager) == null ? void 0 : a.id,
3911
+ manager_id: (L = u.manager) == null ? void 0 : L.id,
3908
3912
  comment: u.comment,
3909
3913
  inn: u.inn,
3910
3914
  kpp: u.kpp,
@@ -3925,7 +3929,7 @@ class Ds extends Ae {
3925
3929
  opf: e.opf.slug,
3926
3930
  name: e.name,
3927
3931
  alternative_name: e.alternativeName,
3928
- partner_group_id: (L = e.partnerGroup) == null ? void 0 : L.id,
3932
+ partner_group_id: (a = e.partnerGroup) == null ? void 0 : a.id,
3929
3933
  manager_id: (I = e.manager) == null ? void 0 : I.id,
3930
3934
  comment: e.comment
3931
3935
  };
@@ -3934,7 +3938,7 @@ class Ds extends Ae {
3934
3938
  return this.patch(
3935
3939
  `/internal/clients/${r}/contragents/${e.id}`,
3936
3940
  n,
3937
- (O) => ne.createInstance(O.data),
3941
+ (d) => ne.createInstance(d.data),
3938
3942
  t
3939
3943
  );
3940
3944
  }
@@ -4441,7 +4445,7 @@ const z = class z {
4441
4445
  * Список единиц измерения линейной величины.
4442
4446
  */
4443
4447
  s(z, "linearValues", ["пог.м.", "м.", "м2"]);
4444
- let ae = z;
4448
+ let Le = z;
4445
4449
  class bs {
4446
4450
  /**
4447
4451
  * Генерирует и возвращает данные-заглушку неопределённого менеджера.
@@ -4488,7 +4492,7 @@ class Jr {
4488
4492
  this.name = r.name, this.content = r.content;
4489
4493
  }
4490
4494
  }
4491
- class Le {
4495
+ class ae {
4492
4496
  /**
4493
4497
  * Инициализирует экземпляр класса {@link Seo}.
4494
4498
  *
@@ -4535,7 +4539,7 @@ class Ts extends p {
4535
4539
  * @param resourceId Идентификатор ресурса для которого необходимо получить SEO-данные.
4536
4540
  */
4537
4541
  getResourceSeoData(r, e) {
4538
- return this.get(`/internal/seo/${r.slug}/${e}`, {}, (t) => new Le(t.data));
4542
+ return this.get(`/internal/seo/${r.slug}/${e}`, {}, (t) => new ae(t.data));
4539
4543
  }
4540
4544
  /**
4541
4545
  * Выполняет сохранение данных о SEO-параметрах для указанного ресурса.
@@ -4546,7 +4550,7 @@ class Ts extends p {
4546
4550
  * в случае ошибок в запросах.
4547
4551
  */
4548
4552
  saveResourceSeoData(r, e = {}) {
4549
- return this.post(`/internal/seo/${r.resourceType.slug}/${r.resourceId}`, r, (t) => new Le(t.data), e);
4553
+ return this.post(`/internal/seo/${r.resourceType.slug}/${r.resourceId}`, r, (t) => new ae(t.data), e);
4550
4554
  }
4551
4555
  /**
4552
4556
  * Возвращает {@link Promise} для удаления данных о SEO-параметрах указанного ресурса.
@@ -4559,7 +4563,7 @@ class Ts extends p {
4559
4563
  }
4560
4564
  }
4561
4565
  const v = oe("__references_private", () => {
4562
- const i = w({}), r = w(void 0), e = w(void 0), t = w(void 0), n = w(void 0), o = w(void 0), l = w(void 0), u = w(void 0), g = w(void 0), y = w(void 0), A = w(void 0), S = w(void 0), _ = w(void 0), a = w(void 0), L = w(void 0), I = w(void 0), O = w(void 0), c = w(void 0);
4566
+ const i = w({}), r = w(void 0), e = w(void 0), t = w(void 0), n = w(void 0), o = w(void 0), l = w(void 0), u = w(void 0), g = w(void 0), y = w(void 0), A = w(void 0), S = w(void 0), _ = w(void 0), L = w(void 0), a = w(void 0), I = w(void 0), d = w(void 0), c = w(void 0);
4563
4567
  return {
4564
4568
  /**
4565
4569
  * Список загружаемых/загруженных на данный момент значений.
@@ -4616,11 +4620,11 @@ const v = oe("__references_private", () => {
4616
4620
  /**
4617
4621
  * Справочник направлений продаж.
4618
4622
  */
4619
- salesDirectionsReference: a,
4623
+ salesDirectionsReference: L,
4620
4624
  /**
4621
4625
  * Справочник источников первичного интереса.
4622
4626
  */
4623
- sourcePrimaryInterestReference: L,
4627
+ sourcePrimaryInterestReference: a,
4624
4628
  /**
4625
4629
  * Справочник складов.
4626
4630
  */
@@ -4628,7 +4632,7 @@ const v = oe("__references_private", () => {
4628
4632
  /**
4629
4633
  * Справочник типов свойств.
4630
4634
  */
4631
- propertyTypesReference: O,
4635
+ propertyTypesReference: d,
4632
4636
  /**
4633
4637
  * Справочник коэффициентов цен.
4634
4638
  */
@@ -4700,12 +4704,12 @@ const v = oe("__references_private", () => {
4700
4704
  return !c.deliveryTypeReference && !c.dataLoaderList.deliveryTypeReference && (c.dataLoaderList.deliveryTypeReference = !0, p.getInstance(R).getDeliveryTypes().then((h) => {
4701
4705
  c.deliveryTypeReference = h;
4702
4706
  }).catch(m)), c.deliveryTypeReference;
4703
- }), a = C(() => {
4707
+ }), L = C(() => {
4704
4708
  const c = v();
4705
4709
  return !c.managersList && !c.dataLoaderList.managersList && (c.dataLoaderList.managersList = !0, p.getInstance(Kr).getManagers().then((h) => {
4706
4710
  c.managersList = h;
4707
4711
  }).catch(m)), c.managersList;
4708
- }), L = C(() => {
4712
+ }), a = C(() => {
4709
4713
  const c = v();
4710
4714
  return !c.warehousesReference && !c.dataLoaderList.warehousesReference && (c.dataLoaderList.warehousesReference = !0, p.getInstance(R).getWarehouses().then((h) => {
4711
4715
  c.warehousesReference = h;
@@ -4715,7 +4719,7 @@ const v = oe("__references_private", () => {
4715
4719
  return !c.propertyTypesReference && !c.dataLoaderList.propertyTypesReference && (c.dataLoaderList.propertyTypesReference = !0, p.getInstance(R).getPropertyTypes().then((h) => {
4716
4720
  c.propertyTypesReference = h;
4717
4721
  }).catch(m)), c.propertyTypesReference;
4718
- }), O = C(() => {
4722
+ }), d = C(() => {
4719
4723
  const c = v();
4720
4724
  return !c.priceCoefficientsReference && !c.dataLoaderList.priceCoefficientsReference && (c.dataLoaderList.priceCoefficientsReference = !0, p.getInstance(R).getPriceCoefficients().then((h) => {
4721
4725
  c.priceCoefficientsReference = h;
@@ -4777,11 +4781,11 @@ const v = oe("__references_private", () => {
4777
4781
  /**
4778
4782
  * Список менеджеров.
4779
4783
  */
4780
- managersList: a,
4784
+ managersList: L,
4781
4785
  /**
4782
4786
  * Справочник складов.
4783
4787
  */
4784
- warehousesReference: L,
4788
+ warehousesReference: a,
4785
4789
  /**
4786
4790
  * Справочник типов свойств.
4787
4791
  */
@@ -4789,7 +4793,7 @@ const v = oe("__references_private", () => {
4789
4793
  /**
4790
4794
  * Справочник коэффициентов цен.
4791
4795
  */
4792
- priceCoefficientsReference: O
4796
+ priceCoefficientsReference: d
4793
4797
  };
4794
4798
  }), Qr = oe("__user_state_private", () => {
4795
4799
  const i = w({}), r = w(void 0);
@@ -4814,7 +4818,7 @@ const v = oe("__references_private", () => {
4814
4818
  }).catch(m).finally(m)), r.currentUser;
4815
4819
  })
4816
4820
  }));
4817
- class as extends p {
4821
+ class Ls extends p {
4818
4822
  /**
4819
4823
  * Возвращает подсказки по адресам.
4820
4824
  *
@@ -4861,7 +4865,7 @@ class as extends p {
4861
4865
  });
4862
4866
  }
4863
4867
  }
4864
- class Ls {
4868
+ class as {
4865
4869
  /**
4866
4870
  * Инициализирует экземпляр класса {@link FieldValidationResultData}.
4867
4871
  *
@@ -4887,7 +4891,7 @@ class Ls {
4887
4891
  export {
4888
4892
  Ir as AnyReference,
4889
4893
  ns as AppBaseConfig,
4890
- d as AppConfigProvider,
4894
+ O as AppConfigProvider,
4891
4895
  Ce as BankAccount,
4892
4896
  Ae as BasePaginationProvider,
4893
4897
  X as Cart,
@@ -4913,7 +4917,7 @@ export {
4913
4917
  ws as ClientsListFilters,
4914
4918
  As as ConfiguratorProvider,
4915
4919
  ve as Contact,
4916
- ar as ContactLinks,
4920
+ Lr as ContactLinks,
4917
4921
  H as ContactPerson,
4918
4922
  Wr as ContactPersonRelated,
4919
4923
  xr as ContactPosition,
@@ -4927,7 +4931,7 @@ export {
4927
4931
  Ne as CostSourceEnum,
4928
4932
  E as Country,
4929
4933
  te as Currency,
4930
- as as DataSuggestionProvider,
4934
+ Ls as DataSuggestionProvider,
4931
4935
  vs as DataTablePagination,
4932
4936
  Er as DataTablePaginationRequestParams,
4933
4937
  Rs as DataTableSortRequestParams,
@@ -4937,7 +4941,7 @@ export {
4937
4941
  V as DeliveryType,
4938
4942
  Rr as DeviceTypeResolutionConfig,
4939
4943
  Sr as DiscountShortInfo,
4940
- Ls as FieldValidationResultData,
4944
+ as as FieldValidationResultData,
4941
4945
  je as FilterOpEnum,
4942
4946
  ke as GeoCoordinates,
4943
4947
  yr as HiddenCatalogableItem,
@@ -4963,7 +4967,7 @@ export {
4963
4967
  Nr as OrderStatus,
4964
4968
  Cs as OrdersDataProvider,
4965
4969
  M as PartnerGroup,
4966
- dr as PaymentType,
4970
+ Or as PaymentType,
4967
4971
  os as PreferencesStorageProvider,
4968
4972
  br as PriceCoefficientEnum,
4969
4973
  _r as PriceTemplate,
@@ -4973,12 +4977,12 @@ export {
4973
4977
  x as Product,
4974
4978
  us as ProductCategoryDataProvider,
4975
4979
  ps as ProductDataProvider,
4976
- Or as ProductFileType,
4980
+ dr as ProductFileType,
4977
4981
  De as ProductPriceCoefficient,
4978
4982
  Mr as ProductPriceHistory,
4979
4983
  fs as PropertiesProvider,
4980
4984
  J as Property,
4981
- Oe as PropertyType,
4985
+ de as PropertyType,
4982
4986
  $r as PropertyTypeEnum,
4983
4987
  F as PropertyValue,
4984
4988
  ys as RecommendationsDataProvider,
@@ -4989,14 +4993,14 @@ export {
4989
4993
  qe as ResourceType,
4990
4994
  T as SalesDirection,
4991
4995
  Pr as SentryConfig,
4992
- Le as Seo,
4996
+ ae as Seo,
4993
4997
  Ts as SeoDataProvider,
4994
4998
  Ge as SourcePrimaryInterest,
4995
4999
  fr as StockCount,
4996
5000
  Pe as TypedInstanceFactory,
4997
- ae as UnitsHelper,
5001
+ Le as UnitsHelper,
4998
5002
  Ps as UnknownClientDataProvider,
4999
- de as UpdatableNamedIdentity,
5003
+ Oe as UpdatableNamedIdentity,
5000
5004
  qr as User,
5001
5005
  Me as UserCommonInfo,
5002
5006
  Gr as UserDataProvider,