@snabcentr/common-lib 2.7.7 → 2.7.8

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-gYDtXVfdSfxadtFk49KqAk3jkEHSubm0SPn+s9wfNmF1lL3tS37uH1CMiaOSk4GW"
7
+ "integrity": "sha384-Dctpte2LL6+uKv+LHbuztYrl5Qn8ojAtyFaLuzFIdEpr8BjMdZ1UDzDBrOiOl4Ot"
8
8
  }
9
9
  }
@@ -1,4 +1,6 @@
1
- ## 2.7.7 (2026-06-15)
1
+ ## 2.7.8 (2026-06-20)
2
2
 
3
- No changes.
3
+ ### changed (1 change)
4
+
5
+ - [#13186: Фильтр заказов «За кем закреплен заказ» поддерживает закрепление за менеджерами](web_soft/libs/ts/snabcentr-common-lib@6b8d65226a7e02e59a0c110cfd51dbc04d3f95b2) ([merge request](web_soft/libs/ts/snabcentr-common-lib!198))
4
6
 
@@ -359,7 +359,7 @@ const I = W("common.config", () => {
359
359
  }
360
360
  };
361
361
  });
362
- class ve {
362
+ class ae {
363
363
  /**
364
364
  * Возвращает актуальные и не просроченные данные из хранилища.
365
365
  *
@@ -480,7 +480,7 @@ const V = W("common.auth_state_private", () => {
480
480
  const i = y(
481
481
  (() => {
482
482
  var u;
483
- const o = ve.getActualDataFromStorage(
483
+ const o = ae.getActualDataFromStorage(
484
484
  "sc.token"
485
485
  /* JwtToken */
486
486
  );
@@ -524,7 +524,7 @@ const V = W("common.auth_state_private", () => {
524
524
  if (A(o.jwtToken) && !A(o.jwtTokenUpdater)) {
525
525
  const c = o.jwtTokenUpdater();
526
526
  o.jwtToken = c, c.then((u) => {
527
- o.jwtToken = Promise.resolve(u), ve.saveActualDataToStorage("sc.token", u, Ke(u)), o.recalculateUserPermissions();
527
+ o.jwtToken = Promise.resolve(u), ae.saveActualDataToStorage("sc.token", u, Ke(u)), o.recalculateUserPermissions();
528
528
  }).catch(v);
529
529
  }
530
530
  return o.jwtToken;
@@ -534,11 +534,11 @@ const V = W("common.auth_state_private", () => {
534
534
  }
535
535
  function e(o) {
536
536
  const c = V();
537
- c.jwtToken = Promise.resolve(o), ve.saveActualDataToStorage("sc.token", o, Ke(o)), c.recalculateUserPermissions();
537
+ c.jwtToken = Promise.resolve(o), ae.saveActualDataToStorage("sc.token", o, Ke(o)), c.recalculateUserPermissions();
538
538
  }
539
539
  function s() {
540
540
  const o = V();
541
- o.jwtToken = void 0, o.userPermissions = void 0, ve.saveActualDataToStorage("sc.token", void 0);
541
+ o.jwtToken = void 0, o.userPermissions = void 0, ae.saveActualDataToStorage("sc.token", void 0);
542
542
  }
543
543
  function n(o) {
544
544
  const c = V();
@@ -860,7 +860,7 @@ class Q extends ur {
860
860
  }
861
861
  }
862
862
  var gr = /* @__PURE__ */ ((i) => (i.K0 = "k0", i.K1 = "k1", i.K2 = "k2", i.K3 = "k3", i.K4 = "k4", i.Retail = "retail", i))(gr || {});
863
- class Re extends w {
863
+ class Pe extends w {
864
864
  /**
865
865
  * Возвращает значение справочника коэффициента розничной цены.
866
866
  */
@@ -895,7 +895,7 @@ class je {
895
895
  * Признак того, что указанный коэффициент доступен текущему пользователю только для просмотра.
896
896
  */
897
897
  t(this, "readOnly");
898
- this.coefficient = new Re(r == null ? void 0 : r.coefficient), this.value = (r == null ? void 0 : r.value) ?? 0, this.cost = (r == null ? void 0 : r.cost) ?? 0, this.percent = (r == null ? void 0 : r.percent) ?? 0, this.readOnly = (r == null ? void 0 : r.readOnly) ?? !0;
898
+ this.coefficient = new Pe(r == null ? void 0 : r.coefficient), this.value = (r == null ? void 0 : r.value) ?? 0, this.cost = (r == null ? void 0 : r.cost) ?? 0, this.percent = (r == null ? void 0 : r.percent) ?? 0, this.readOnly = (r == null ? void 0 : r.readOnly) ?? !0;
899
899
  }
900
900
  }
901
901
  class mr {
@@ -1817,7 +1817,7 @@ class pt extends S {
1817
1817
  this.description = e.description, this.canChangeLowCost = e.canChangeLowCost, this.parentRoleId = e.parentRoleId;
1818
1818
  }
1819
1819
  }
1820
- class Pe extends Be {
1820
+ class ve extends Be {
1821
1821
  /**
1822
1822
  * Инициализирует экземпляр класса {@link Manager}.
1823
1823
  *
@@ -1885,10 +1885,10 @@ class ht extends we {
1885
1885
  * Данные о менеджере за которым закреплена категория.
1886
1886
  */
1887
1887
  t(this, "manager");
1888
- 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;
1888
+ 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 ve(e.manager) : void 0;
1889
1889
  }
1890
1890
  }
1891
- class ae extends ht {
1891
+ class Ce extends ht {
1892
1892
  /**
1893
1893
  * Инициализирует экземпляр класса {@link ClientCategory}.
1894
1894
  *
@@ -1905,7 +1905,7 @@ class ae extends ht {
1905
1905
  * Список продуктов категории.
1906
1906
  */
1907
1907
  t(this, "products");
1908
- this.categories = (s = e == null ? void 0 : e.categories) == null ? void 0 : s.map((o) => new ae(o)), this.products = (n = e == null ? void 0 : e.products) == null ? void 0 : n.map((o) => new j(o));
1908
+ this.categories = (s = e == null ? void 0 : e.categories) == null ? void 0 : s.map((o) => new Ce(o)), this.products = (n = e == null ? void 0 : e.products) == null ? void 0 : n.map((o) => new j(o));
1909
1909
  }
1910
1910
  }
1911
1911
  class wr {
@@ -1923,7 +1923,7 @@ class wr {
1923
1923
  * Процент, который прибавляется к значению выбранного коэффициента.
1924
1924
  */
1925
1925
  t(this, "increasePercent");
1926
- this.priceCoefficient = (r == null ? void 0 : r.priceCoefficient) && new Re(r.priceCoefficient), this.increasePercent = r == null ? void 0 : r.increasePercent;
1926
+ this.priceCoefficient = (r == null ? void 0 : r.priceCoefficient) && new Pe(r.priceCoefficient), this.increasePercent = r == null ? void 0 : r.increasePercent;
1927
1927
  }
1928
1928
  }
1929
1929
  class de extends wr {
@@ -2306,7 +2306,7 @@ class Ye {
2306
2306
  * Минимальный коэффициент цены.
2307
2307
  */
2308
2308
  t(this, "minCoefficient");
2309
- this.role = new le(r == null ? void 0 : r.role), this.category = new we(r == null ? void 0 : r.category), this.minCoefficient = new Re(r == null ? void 0 : r.minCoefficient);
2309
+ this.role = new le(r == null ? void 0 : r.role), this.category = new we(r == null ? void 0 : r.category), this.minCoefficient = new Pe(r == null ? void 0 : r.minCoefficient);
2310
2310
  }
2311
2311
  }
2312
2312
  class Vt extends p {
@@ -2789,7 +2789,7 @@ class Zt extends p {
2789
2789
  clientId: r,
2790
2790
  showHidden: e
2791
2791
  },
2792
- (s) => s.data.map((n) => new ae(n))
2792
+ (s) => s.data.map((n) => new Ce(n))
2793
2793
  );
2794
2794
  }
2795
2795
  /**
@@ -2810,7 +2810,7 @@ class Zt extends p {
2810
2810
  showHidden: s,
2811
2811
  withNestedCategories: n
2812
2812
  },
2813
- (o) => new ae(o.data)
2813
+ (o) => new Ce(o.data)
2814
2814
  );
2815
2815
  }
2816
2816
  /**
@@ -3989,7 +3989,7 @@ class at extends br {
3989
3989
  e && (this.registrationCountry = new Z(e.registrationCountry), this.registrationNumber = e.registrationNumber ?? "", this.taxNumber = e.taxNumber ?? "");
3990
3990
  }
3991
3991
  }
3992
- class Ce {
3992
+ class Re {
3993
3993
  /**
3994
3994
  * Инициализирует и возвращает экземпляр класса с данными о контрагенте.
3995
3995
  *
@@ -4141,7 +4141,7 @@ class rr extends te {
4141
4141
  * @inheritDoc
4142
4142
  */
4143
4143
  t(this, "extraData");
4144
- this.contragents = ((s = e == null ? void 0 : e.contragents) == null ? void 0 : s.map((u) => Ce.createInstance(u))) ?? [], this.partnerGroups = ((n = e == null ? void 0 : e.partnerGroups) == null ? void 0 : n.map((u) => new ee(u))) ?? [], this.contacts = ((o = e == null ? void 0 : e.contacts) == null ? void 0 : o.map((u) => new z(u))) ?? [], this.deliveryAddresses = ((c = e == null ? void 0 : e.deliveryAddresses) == null ? void 0 : c.map((u) => new ue(u))) ?? [], this.channelPrimaryInterest = new Cr(e == null ? void 0 : e.channelPrimaryInterest), this.sourcePrimaryInterest = new Ar(e == null ? void 0 : e.sourcePrimaryInterest), this.preferredDeliveryType = new F(e == null ? void 0 : e.preferredDeliveryType), this.primaryDemand = e == null ? void 0 : e.primaryDemand, this.preferredWarehouse = e != null && e.preferredWarehouse ? new ye(e.preferredWarehouse) : void 0, this.extraData = (e == null ? void 0 : e.extraData) ?? {};
4144
+ this.contragents = ((s = e == null ? void 0 : e.contragents) == null ? void 0 : s.map((u) => Re.createInstance(u))) ?? [], this.partnerGroups = ((n = e == null ? void 0 : e.partnerGroups) == null ? void 0 : n.map((u) => new ee(u))) ?? [], this.contacts = ((o = e == null ? void 0 : e.contacts) == null ? void 0 : o.map((u) => new z(u))) ?? [], this.deliveryAddresses = ((c = e == null ? void 0 : e.deliveryAddresses) == null ? void 0 : c.map((u) => new ue(u))) ?? [], this.channelPrimaryInterest = new Cr(e == null ? void 0 : e.channelPrimaryInterest), this.sourcePrimaryInterest = new Ar(e == null ? void 0 : e.sourcePrimaryInterest), this.preferredDeliveryType = new F(e == null ? void 0 : e.preferredDeliveryType), this.primaryDemand = e == null ? void 0 : e.primaryDemand, this.preferredWarehouse = e != null && e.preferredWarehouse ? new ye(e.preferredWarehouse) : void 0, this.extraData = (e == null ? void 0 : e.extraData) ?? {};
4145
4145
  }
4146
4146
  }
4147
4147
  class Sr {
@@ -4263,7 +4263,7 @@ class cs extends Sr {
4263
4263
  * @inheritDoc
4264
4264
  */
4265
4265
  t(this, "lastOrder");
4266
- this.id = e == null ? void 0 : e.id, this.name = e == null ? void 0 : e.name, this.alternativeName = e == null ? void 0 : e.alternativeName, this.searchTerm = e == null ? void 0 : e.searchTerm, this.cities = (s = e == null ? void 0 : e.cities) == null ? void 0 : s.map((D) => new De(D)), this.region = new ge(e == null ? void 0 : e.region), this.country = new Z(e == null ? void 0 : e.country), this.phone = e == null ? void 0 : e.phone, this.email = e == null ? void 0 : e.email, this.isActive = e && Object.prototype.hasOwnProperty.call(e, "isActive") ? e == null ? void 0 : e.isActive : !0, this.createdAt = new b(e == null ? void 0 : e.createdAt), this.lastLoginDate = new b(e == null ? void 0 : e.lastLoginDate), this.lastLoginDateHasOrder = (e == null ? void 0 : e.lastLoginDateHasOrder) ?? void 0, this.managers = ((n = e == null ? void 0 : e.managers) == null ? void 0 : n.map((D) => new Pe(D))) ?? [], this.includeSubordinateManagers = (e == null ? void 0 : e.includeSubordinateManagers) ?? !0, this.curators = ((o = e == null ? void 0 : e.curators) == null ? void 0 : o.map((D) => new We(D))) ?? [], this.salesDirections = (c = e == null ? void 0 : e.salesDirections) == null ? void 0 : c.map((D) => new q(D)), this.contragentInn = e == null ? void 0 : e.contragentInn, this.contragentType = new B(e == null ? void 0 : e.contragentType), this.preferredDeliveryType = e != null && e.preferredDeliveryType ? new F(e == null ? void 0 : e.preferredDeliveryType) : void 0, this.partnerGroups = (u = e == null ? void 0 : e.partnerGroups) == null ? void 0 : u.map((D) => new ee(D)), this.contact = new Ue(e == null ? void 0 : e.contact), this.lastOrder = {
4266
+ this.id = e == null ? void 0 : e.id, this.name = e == null ? void 0 : e.name, this.alternativeName = e == null ? void 0 : e.alternativeName, this.searchTerm = e == null ? void 0 : e.searchTerm, this.cities = (s = e == null ? void 0 : e.cities) == null ? void 0 : s.map((D) => new De(D)), this.region = new ge(e == null ? void 0 : e.region), this.country = new Z(e == null ? void 0 : e.country), this.phone = e == null ? void 0 : e.phone, this.email = e == null ? void 0 : e.email, this.isActive = e && Object.prototype.hasOwnProperty.call(e, "isActive") ? e == null ? void 0 : e.isActive : !0, this.createdAt = new b(e == null ? void 0 : e.createdAt), this.lastLoginDate = new b(e == null ? void 0 : e.lastLoginDate), this.lastLoginDateHasOrder = (e == null ? void 0 : e.lastLoginDateHasOrder) ?? void 0, this.managers = ((n = e == null ? void 0 : e.managers) == null ? void 0 : n.map((D) => new ve(D))) ?? [], this.includeSubordinateManagers = (e == null ? void 0 : e.includeSubordinateManagers) ?? !0, this.curators = ((o = e == null ? void 0 : e.curators) == null ? void 0 : o.map((D) => new We(D))) ?? [], this.salesDirections = (c = e == null ? void 0 : e.salesDirections) == null ? void 0 : c.map((D) => new q(D)), this.contragentInn = e == null ? void 0 : e.contragentInn, this.contragentType = new B(e == null ? void 0 : e.contragentType), this.preferredDeliveryType = e != null && e.preferredDeliveryType ? new F(e == null ? void 0 : e.preferredDeliveryType) : void 0, this.partnerGroups = (u = e == null ? void 0 : e.partnerGroups) == null ? void 0 : u.map((D) => new ee(D)), this.contact = new Ue(e == null ? void 0 : e.contact), this.lastOrder = {
4267
4267
  createdAt: new b((h = e == null ? void 0 : e.lastOrder) == null ? void 0 : h.createdAt),
4268
4268
  creator: (m = e == null ? void 0 : e.lastOrder) == null ? void 0 : m.creator,
4269
4269
  isApproved: (f = e == null ? void 0 : e.lastOrder) == null ? void 0 : f.isApproved
@@ -4818,7 +4818,7 @@ class x extends Ae {
4818
4818
  return this.post(
4819
4819
  `/internal/clients/${r}/contragents`,
4820
4820
  x.transformContragentClientDataToRequest(e),
4821
- (n) => Ce.createInstance(n.data),
4821
+ (n) => Re.createInstance(n.data),
4822
4822
  s
4823
4823
  );
4824
4824
  }
@@ -4834,7 +4834,7 @@ class x extends Ae {
4834
4834
  return this.patch(
4835
4835
  `/internal/clients/${r}/contragents/${e.id}`,
4836
4836
  x.transformContragentClientDataToRequest(e),
4837
- (n) => Ce.createInstance(n.data),
4837
+ (n) => Re.createInstance(n.data),
4838
4838
  s
4839
4839
  );
4840
4840
  }
@@ -5394,7 +5394,7 @@ class ys {
5394
5394
  * Генерирует и возвращает данные-заглушку неопределённого менеджера.
5395
5395
  */
5396
5396
  static generateUndefinedManagerInstance() {
5397
- return new Pe({ id: 0, name: "- Не назначен -", isActive: !0, guid: "-undefined-" });
5397
+ return new ve({ id: 0, name: "- Не назначен -", isActive: !0, guid: "-undefined-" });
5398
5398
  }
5399
5399
  /**
5400
5400
  * Выполняет проверку, является ли указанная запись записью-заглушкой с данными о неопределённом менеджере.
@@ -5413,7 +5413,7 @@ class At extends me {
5413
5413
  const r = "/internal/managers", e = me.getCachedResponse(r);
5414
5414
  if (e)
5415
5415
  return e;
5416
- const n = (await this.get(r)).data.map((o) => Me.instanceInitializer(Pe, o));
5416
+ const n = (await this.get(r)).data.map((o) => Me.instanceInitializer(ve, o));
5417
5417
  return this.cacheResponse(r, n), n;
5418
5418
  }
5419
5419
  }
@@ -5692,7 +5692,7 @@ class T extends me {
5692
5692
  * Возвращает {@link Promise} для получения справочника коэффициентов цен.
5693
5693
  */
5694
5694
  getPriceCoefficients() {
5695
- return this.getTypedDataArrayRequester(Re, "/internal/references/price-coefficient", !0);
5695
+ return this.getTypedDataArrayRequester(Pe, "/internal/references/price-coefficient", !0);
5696
5696
  }
5697
5697
  /**
5698
5698
  * Возвращает {@link Promise} для получения справочника типов файлов продуктов/категорий.
@@ -5960,7 +5960,7 @@ class as extends Sr {
5960
5960
  /**
5961
5961
  * @inheritDoc
5962
5962
  */
5963
- t(this, "attachedOperators");
5963
+ t(this, "attachedUsers");
5964
5964
  /**
5965
5965
  * @inheritDoc
5966
5966
  */
@@ -6049,7 +6049,7 @@ class as extends Sr {
6049
6049
  * @inheritDoc
6050
6050
  */
6051
6051
  t(this, "onlyMyRegions");
6052
- this.attachedOperators = (s = e == null ? void 0 : e.attachedOperators) == null ? void 0 : s.map((u) => new Rr(u)), this.clientSearchTerm = e == null ? void 0 : e.clientSearchTerm, this.client = e != null && e.client ? new te(e.client) : void 0, this.contragent = e == null ? void 0 : e.contragent, this.createdAt = new b(e == null ? void 0 : e.createdAt), this.creator = e != null && e.creator ? new _(e.creator) : void 0, this.deliveryDate = new b(e == null ? void 0 : e.deliveryDate), this.deliveryAddressSearch = e == null ? void 0 : e.deliveryAddressSearch, this.clientCities = (n = e == null ? void 0 : e.clientCities) == null ? void 0 : n.map((u) => new De(u)), this.id = e == null ? void 0 : e.id, this.isApproved = e == null ? void 0 : e.isApproved, this.isNotInStock = e == null ? void 0 : e.isNotInStock, this.isOnOrder = e == null ? void 0 : e.isOnOrder, this.isLargeOrder = e == null ? void 0 : e.isLargeOrder, this.attachedAt = new b(e == null ? void 0 : e.attachedAt), this.salesDirections = (o = e == null ? void 0 : e.salesDirections) == null ? void 0 : o.map((u) => new q(u)), this.status = e == null ? void 0 : e.status, this.statusDetail = e == null ? void 0 : e.statusDetail, this.deliveryType = e != null && e.deliveryType ? new F(e.deliveryType) : void 0, this.paymentType = e != null && e.paymentType ? new Pr(e.paymentType) : void 0, this.warehouses = (c = e == null ? void 0 : e.warehouses) == null ? void 0 : c.map((u) => new ye(u)), this.isToProcess = e == null ? void 0 : e.isToProcess;
6052
+ this.attachedUsers = (s = e == null ? void 0 : e.attachedUsers) == null ? void 0 : s.map((u) => "isActive" in u ? new ve(u) : new Rr(u)), this.clientSearchTerm = e == null ? void 0 : e.clientSearchTerm, this.client = e != null && e.client ? new te(e.client) : void 0, this.contragent = e == null ? void 0 : e.contragent, this.createdAt = new b(e == null ? void 0 : e.createdAt), this.creator = e != null && e.creator ? new _(e.creator) : void 0, this.deliveryDate = new b(e == null ? void 0 : e.deliveryDate), this.deliveryAddressSearch = e == null ? void 0 : e.deliveryAddressSearch, this.clientCities = (n = e == null ? void 0 : e.clientCities) == null ? void 0 : n.map((u) => new De(u)), this.id = e == null ? void 0 : e.id, this.isApproved = e == null ? void 0 : e.isApproved, this.isNotInStock = e == null ? void 0 : e.isNotInStock, this.isOnOrder = e == null ? void 0 : e.isOnOrder, this.isLargeOrder = e == null ? void 0 : e.isLargeOrder, this.attachedAt = new b(e == null ? void 0 : e.attachedAt), this.salesDirections = (o = e == null ? void 0 : e.salesDirections) == null ? void 0 : o.map((u) => new q(u)), this.status = e == null ? void 0 : e.status, this.statusDetail = e == null ? void 0 : e.statusDetail, this.deliveryType = e != null && e.deliveryType ? new F(e.deliveryType) : void 0, this.paymentType = e != null && e.paymentType ? new Pr(e.paymentType) : void 0, this.warehouses = (c = e == null ? void 0 : e.warehouses) == null ? void 0 : c.map((u) => new ye(u)), this.isToProcess = e == null ? void 0 : e.isToProcess;
6053
6053
  }
6054
6054
  /**
6055
6055
  * @inheritDoc
@@ -6223,7 +6223,7 @@ class d extends kr {
6223
6223
  var c;
6224
6224
  const o = n.replacementId ? (c = e.products) == null ? void 0 : c.find((u) => u.id === n.replacementId) : void 0;
6225
6225
  return new St(n, o);
6226
- }), this.invoices = e.invoices ?? [], this.comment = e.comment, this.image = e.image, this.contragent = e.contragent ? Ce.createInstance(e.contragent) : void 0, this.barcode = e.barcode, this.orderSource = e.orderSource ? new w(e.orderSource) : void 0, this.isAllowProcessingWithoutPayment = e.isAllowProcessingWithoutPayment, this.nextStatuses = (s = e.nextStatuses) == null ? void 0 : s.map((n) => new $e(n)), this.actions = e.actions, this.operatorsComment = e.operatorsComment, this.operatorsForWarehouseComment = e.operatorsForWarehouseComment, this.erpOrderUrl = e.erpOrderUrl;
6226
+ }), this.invoices = e.invoices ?? [], this.comment = e.comment, this.image = e.image, this.contragent = e.contragent ? Re.createInstance(e.contragent) : void 0, this.barcode = e.barcode, this.orderSource = e.orderSource ? new w(e.orderSource) : void 0, this.isAllowProcessingWithoutPayment = e.isAllowProcessingWithoutPayment, this.nextStatuses = (s = e.nextStatuses) == null ? void 0 : s.map((n) => new $e(n)), this.actions = e.actions, this.operatorsComment = e.operatorsComment, this.operatorsForWarehouseComment = e.operatorsForWarehouseComment, this.erpOrderUrl = e.erpOrderUrl;
6227
6227
  }
6228
6228
  }
6229
6229
  class dt {
@@ -7099,7 +7099,7 @@ export {
7099
7099
  De as CityWithRegionAndCountry,
7100
7100
  rr as Client,
7101
7101
  Rt as ClientAdditionalData,
7102
- ae as ClientCategory,
7102
+ Ce as ClientCategory,
7103
7103
  x as ClientDataProvider,
7104
7104
  Kt as ClientPriceProvider,
7105
7105
  Qt as ClientPriceTemplateProvider,
@@ -7119,7 +7119,7 @@ export {
7119
7119
  ft as ContactPosition,
7120
7120
  ke as ContactRelation,
7121
7121
  $r as ContragentBase,
7122
- Ce as ContragentFactory,
7122
+ Re as ContragentFactory,
7123
7123
  Tr as ContragentIc,
7124
7124
  vt as ContragentPerson,
7125
7125
  at as ContragentUlNr,
@@ -7152,7 +7152,7 @@ export {
7152
7152
  re as Identity,
7153
7153
  st as Image,
7154
7154
  M as JwtPayload,
7155
- Pe as Manager,
7155
+ ve as Manager,
7156
7156
  Be as ManagerCommon,
7157
7157
  ys as ManagerDataFactory,
7158
7158
  At as ManagerDataProvider,
@@ -7178,10 +7178,10 @@ export {
7178
7178
  Sr as PaginationFiltersBase,
7179
7179
  ee as PartnerGroup,
7180
7180
  Pr as PaymentType,
7181
- ve as PreferencesStorageProvider,
7181
+ ae as PreferencesStorageProvider,
7182
7182
  Le as PriceAnalyze,
7183
7183
  Rs as PriceAnalyzeProvider,
7184
- Re as PriceCoefficient,
7184
+ Pe as PriceCoefficient,
7185
7185
  gr as PriceCoefficientEnum,
7186
7186
  Ps as PriceHistoryDataProvider,
7187
7187
  It as PriceHistoryItem,