@snabcentr/common-lib 1.76.1 → 1.76.3
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/sc-common-lib.js +33 -29
- 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/orders/classes/order-info.d.ts +4 -0
- package/dist/src/orders/classes/order-info.d.ts.map +1 -1
- package/dist/src/orders/interfaces/i-order-info.d.ts +4 -0
- package/dist/src/orders/interfaces/i-order-info.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
package/dist/sc-common-lib.js
CHANGED
|
@@ -2,9 +2,9 @@ var br = Object.defineProperty;
|
|
|
2
2
|
var ar = (n, r, e) => r in n ? br(n, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[r] = e;
|
|
3
3
|
var t = (n, r, e) => ar(n, typeof r != "symbol" ? r + "" : r, e);
|
|
4
4
|
import { jwtDecode as nr } from "jwt-decode";
|
|
5
|
-
import { merge as fe, isUndefined as Sr, isNil as A, isEmpty as K, noop as w, mapValues as or, isArray as V, every as Ir, split as kr, toUpper as Lr, constant as xr, isString as C, cloneDeep as
|
|
5
|
+
import { merge as fe, isUndefined as Sr, isNil as A, isEmpty as K, noop as w, mapValues as or, isArray as V, every as Ir, split as kr, toUpper as Lr, constant as xr, isString as C, cloneDeep as _r, toLower as dr, isFunction as Ne, map as Pe, forEach as Or, isDate as xe, omitBy as cr, isObject as lr } from "lodash-es";
|
|
6
6
|
import { objectToCamel as Ue, objectToSnake as Ee } from "ts-case-convert";
|
|
7
|
-
import { isAfter as Je, parseISO as v, startOfToday as
|
|
7
|
+
import { isAfter as Je, parseISO as v, startOfToday as _e, format as x, addSeconds as qr, addBusinessDays as Nr, endOfTomorrow as Ur, startOfTomorrow as jr, endOfYesterday as Gr, startOfYesterday as Fr, endOfToday as Mr, endOfDay as Br, startOfDay as Hr } from "date-fns";
|
|
8
8
|
import { defineStore as ee } from "pinia";
|
|
9
9
|
import { ref as y, markRaw as zr, computed as R } from "vue";
|
|
10
10
|
import Wr from "axios";
|
|
@@ -210,7 +210,7 @@ class me {
|
|
|
210
210
|
if (e)
|
|
211
211
|
try {
|
|
212
212
|
const s = JSON.parse(e);
|
|
213
|
-
if (!s.availableFor || Je(v(s.availableFor) ||
|
|
213
|
+
if (!s.availableFor || Je(v(s.availableFor) || _e(), /* @__PURE__ */ new Date())) {
|
|
214
214
|
if (A(s.data) || K(s.data))
|
|
215
215
|
throw new Error("Data is empty");
|
|
216
216
|
return s.data;
|
|
@@ -284,7 +284,7 @@ class me {
|
|
|
284
284
|
const i = localStorage.getItem(s);
|
|
285
285
|
if (i) {
|
|
286
286
|
const o = JSON.parse(i);
|
|
287
|
-
o.availableFor && !Je(v(o.availableFor) ||
|
|
287
|
+
o.availableFor && !Je(v(o.availableFor) || _e(), /* @__PURE__ */ new Date()) && r.push(s);
|
|
288
288
|
}
|
|
289
289
|
} catch {
|
|
290
290
|
r.push(s);
|
|
@@ -497,7 +497,7 @@ class ur extends oe {
|
|
|
497
497
|
this.slug = (e == null ? void 0 : e.slug) ?? "";
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
|
-
class
|
|
500
|
+
class de extends ur {
|
|
501
501
|
/**
|
|
502
502
|
* Инициализирует экземпляр класса {@link PrimaryCatalogableItem}.
|
|
503
503
|
*
|
|
@@ -512,7 +512,7 @@ class _e extends ur {
|
|
|
512
512
|
this.isPrimary = (e == null ? void 0 : e.isPrimary) ?? !1;
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
|
-
class pe extends
|
|
515
|
+
class pe extends de {
|
|
516
516
|
/**
|
|
517
517
|
* Инициализирует экземпляр класса {@link BaseCategory}.
|
|
518
518
|
*
|
|
@@ -792,7 +792,7 @@ class I extends Jr {
|
|
|
792
792
|
t(this, "priceCoefficients");
|
|
793
793
|
this.supplierSku = e == null ? void 0 : e.supplierSku, this.unit = (e == null ? void 0 : e.unit) ?? "", this.pack = e == null ? void 0 : e.pack, this.minCount = e == null ? void 0 : e.minCount, this.quantityUnit = e == null ? void 0 : e.quantityUnit, this.currency = (e == null ? void 0 : e.currency) ?? "", this.cost = (e == null ? void 0 : e.cost) ?? 0, this.costRub = (e == null ? void 0 : e.costRub) ?? 0, this.costDate = C(e == null ? void 0 : e.costDate) ? v(e.costDate) : e == null ? void 0 : e.costDate, this.onOrder = (e == null ? void 0 : e.onOrder) ?? !1, this.stockCount = ((i = e == null ? void 0 : e.stockCount) == null ? void 0 : i.map((h) => new Er(h))) ?? [], this.currencySignature = (e == null ? void 0 : e.currencySignature) ?? "", this.type = "product";
|
|
794
794
|
const s = (e == null ? void 0 : e.category) ?? ((o = e == null ? void 0 : e.categories) == null ? void 0 : o.find((h) => h.isPrimary));
|
|
795
|
-
s && (this.category = new
|
|
795
|
+
s && (this.category = new de({ ...s, isPrimary: !0 }), this.categories = [this.category]), e != null && e.categories && (this.categories = e.categories.map((h) => new de(h))), this.images = ((c = e == null ? void 0 : e.images) == null ? void 0 : c.map((h) => new Vr(h, T.getConfig().http.mediaUrl))) ?? [], this.properties = (e == null ? void 0 : e.properties) ?? {}, this.retailCost = e == null ? void 0 : e.retailCost, this.retailCostRub = e == null ? void 0 : e.retailCostRub, this.priceCoefficients = ((u = e == null ? void 0 : e.priceCoefficients) == null ? void 0 : u.map((h) => new je(h))) ?? [], e && "codeNumber" in e && !e.code && (this.code = e == null ? void 0 : e.codeNumber);
|
|
796
796
|
}
|
|
797
797
|
/**
|
|
798
798
|
* Возвращает признак, что это измеряемый товар.
|
|
@@ -867,7 +867,7 @@ class Kr extends j {
|
|
|
867
867
|
* Признак того, что позиция является дополнительной продажей.
|
|
868
868
|
*/
|
|
869
869
|
t(this, "dopProdaga");
|
|
870
|
-
this.product = new I(e == null ? void 0 : e.product), this.quantity = e.quantity ?? 0, this.marker = e.marker, this.category = e.category ?? new pe(), this.height = e.height, this.length = e.length, this.width = e.width, this.configurator = e.configurator, this.configuratorParams = e.configuratorParams &&
|
|
870
|
+
this.product = new I(e == null ? void 0 : e.product), this.quantity = e.quantity ?? 0, this.marker = e.marker, this.category = e.category ?? new pe(), this.height = e.height, this.length = e.length, this.width = e.width, this.configurator = e.configurator, this.configuratorParams = e.configuratorParams && _r(e.configuratorParams), this.dopProdaga = e.dopProdaga;
|
|
871
871
|
}
|
|
872
872
|
}
|
|
873
873
|
class Qr extends Kr {
|
|
@@ -1008,7 +1008,7 @@ const S = class S {
|
|
|
1008
1008
|
* @param request Данные запроса.
|
|
1009
1009
|
*/
|
|
1010
1010
|
// eslint-disable-next-line class-methods-use-this
|
|
1011
|
-
t(this, "dataConverterRequestInterceptor", (r) => (r.method && (r.method === "get" && r.params && (r.params = Ee(r.params)), ["put", "patch", "post"].includes(
|
|
1011
|
+
t(this, "dataConverterRequestInterceptor", (r) => (r.method && (r.method === "get" && r.params && (r.params = Ee(r.params)), ["put", "patch", "post"].includes(dr(r.method)) && r.data && (r.data = Ee(r.data))), r));
|
|
1012
1012
|
/**
|
|
1013
1013
|
* Перехватчик ошибок ответов на запрос.
|
|
1014
1014
|
*
|
|
@@ -1330,7 +1330,7 @@ class Zr extends gr {
|
|
|
1330
1330
|
this.deletedAt = C(e == null ? void 0 : e.deletedAt) ? v(e.deletedAt) : e == null ? void 0 : e.deletedAt;
|
|
1331
1331
|
}
|
|
1332
1332
|
}
|
|
1333
|
-
class
|
|
1333
|
+
class d extends b {
|
|
1334
1334
|
/**
|
|
1335
1335
|
* Инициализирует экземпляр класса {@link UserShortInfo}.
|
|
1336
1336
|
*
|
|
@@ -1381,7 +1381,7 @@ class et extends b {
|
|
|
1381
1381
|
* Дата и время удаления.
|
|
1382
1382
|
*/
|
|
1383
1383
|
t(this, "deletedAt");
|
|
1384
|
-
this.costCoefficient = (e == null ? void 0 : e.costCoefficient) ?? 0, this.isLowPriceAllowed = (e == null ? void 0 : e.isLowPriceAllowed) ?? !1, this.publishedAt = C(e == null ? void 0 : e.publishedAt) ? v(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
|
|
1384
|
+
this.costCoefficient = (e == null ? void 0 : e.costCoefficient) ?? 0, this.isLowPriceAllowed = (e == null ? void 0 : e.isLowPriceAllowed) ?? !1, this.publishedAt = C(e == null ? void 0 : e.publishedAt) ? v(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 d(e == null ? void 0 : e.owner), this.deletedAt = C(e == null ? void 0 : e.deletedAt) ? v(e.deletedAt) : e == null ? void 0 : e.deletedAt;
|
|
1385
1385
|
}
|
|
1386
1386
|
}
|
|
1387
1387
|
class z extends gr {
|
|
@@ -2089,7 +2089,7 @@ class nt {
|
|
|
2089
2089
|
this.dsn = (r == null ? void 0 : r.dsn) ?? "", this.environment = (r == null ? void 0 : r.environment) ?? "production", this.ignoreErrors = (r == null ? void 0 : r.ignoreErrors) ?? [
|
|
2090
2090
|
/Network\s{1,3}Error/,
|
|
2091
2091
|
/Request\s{1,3}aborted/,
|
|
2092
|
-
/Request\s{1,3}failed\s{1,3}with\s{1,3}status\s{1,3}code\s{1,3}(401|403|422)/
|
|
2092
|
+
/Request\s{1,3}failed\s{1,3}with\s{1,3}status\s{1,3}code\s{1,3}(401|403|404|422)/
|
|
2093
2093
|
], this.trace = {
|
|
2094
2094
|
allowedTargets: ((e = r == null ? void 0 : r.trace) == null ? void 0 : e.allowedTargets) ?? [/^\//],
|
|
2095
2095
|
sampleRate: ((s = r == null ? void 0 : r.trace) == null ? void 0 : s.sampleRate) ?? 0
|
|
@@ -3541,7 +3541,7 @@ function Xe(n) {
|
|
|
3541
3541
|
}
|
|
3542
3542
|
}), r;
|
|
3543
3543
|
}
|
|
3544
|
-
var lt = /* @__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.Curators = "curators", n))(lt || {}),
|
|
3544
|
+
var lt = /* @__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.Curators = "curators", n))(lt || {}), _ = /* @__PURE__ */ ((n) => (n.Person = "individual", n.Ic = "entrepreneur", n.UlR = "legal", n.UlNr = "non_resident_legal", n))(_ || {});
|
|
3545
3545
|
class ut extends P {
|
|
3546
3546
|
}
|
|
3547
3547
|
class Cr extends P {
|
|
@@ -3577,7 +3577,7 @@ class N extends P {
|
|
|
3577
3577
|
return new N({
|
|
3578
3578
|
id: 1,
|
|
3579
3579
|
guid: "",
|
|
3580
|
-
slug:
|
|
3580
|
+
slug: _.Person,
|
|
3581
3581
|
name: ""
|
|
3582
3582
|
});
|
|
3583
3583
|
}
|
|
@@ -3731,7 +3731,7 @@ class Rr extends b {
|
|
|
3731
3731
|
*/
|
|
3732
3732
|
t(this, "updater");
|
|
3733
3733
|
if (e) {
|
|
3734
|
-
if (this.opf = new N(e.opf), this.comment = e.comment, this.alternativeName = e.alternativeName, this.createdAt = C(e == null ? void 0 : e.createdAt) ? v(e.createdAt) : e.createdAt, this.creator = e.creator ? new
|
|
3734
|
+
if (this.opf = new N(e.opf), this.comment = e.comment, this.alternativeName = e.alternativeName, this.createdAt = C(e == null ? void 0 : e.createdAt) ? v(e.createdAt) : e.createdAt, this.creator = e.creator ? new d(e.creator) : void 0, this.updatedAt = C(e == null ? void 0 : e.updatedAt) ? v(e.updatedAt) : e.updatedAt, this.updater = e.updater ? new d(e.updater) : void 0, e.partnerGroup && (this.partnerGroup = new Z(e.partnerGroup)), e.contacts) {
|
|
3735
3735
|
const s = [];
|
|
3736
3736
|
e.contacts.forEach((i) => {
|
|
3737
3737
|
s.push(new U(i));
|
|
@@ -3845,11 +3845,11 @@ class Ce {
|
|
|
3845
3845
|
*/
|
|
3846
3846
|
static createInstance(r) {
|
|
3847
3847
|
switch (r.opf.slug) {
|
|
3848
|
-
case
|
|
3848
|
+
case _.Ic:
|
|
3849
3849
|
return new Dr(r);
|
|
3850
|
-
case
|
|
3850
|
+
case _.UlR:
|
|
3851
3851
|
return new Ar(r);
|
|
3852
|
-
case
|
|
3852
|
+
case _.UlNr:
|
|
3853
3853
|
return new wt(r);
|
|
3854
3854
|
default:
|
|
3855
3855
|
return new yt(r);
|
|
@@ -4184,7 +4184,7 @@ class $r extends j {
|
|
|
4184
4184
|
* Признак того, что заказ подтвержден в 1С.
|
|
4185
4185
|
*/
|
|
4186
4186
|
t(this, "isApproved1c");
|
|
4187
|
-
this.createdAt = C(e == null ? void 0 : e.createdAt) ? v(e.createdAt) : (e == null ? void 0 : e.createdAt) ?? /* @__PURE__ */ new Date(), this.creator = new
|
|
4187
|
+
this.createdAt = C(e == null ? void 0 : e.createdAt) ? v(e.createdAt) : (e == null ? void 0 : e.createdAt) ?? /* @__PURE__ */ new Date(), this.creator = new d(e == null ? void 0 : e.creator), this.isApproved1c = (e == null ? void 0 : e.isApproved1c) ?? !1;
|
|
4188
4188
|
}
|
|
4189
4189
|
}
|
|
4190
4190
|
class vt extends b {
|
|
@@ -4326,7 +4326,7 @@ class k extends $e {
|
|
|
4326
4326
|
let e;
|
|
4327
4327
|
const s = r, i = r, o = r;
|
|
4328
4328
|
switch (r.opf.slug) {
|
|
4329
|
-
case
|
|
4329
|
+
case _.Ic:
|
|
4330
4330
|
e = {
|
|
4331
4331
|
opf: s.opf.slug,
|
|
4332
4332
|
name: s.name,
|
|
@@ -4343,7 +4343,7 @@ class k extends $e {
|
|
|
4343
4343
|
actual_address: s.actualAddress
|
|
4344
4344
|
};
|
|
4345
4345
|
break;
|
|
4346
|
-
case
|
|
4346
|
+
case _.UlR:
|
|
4347
4347
|
e = {
|
|
4348
4348
|
opf: i.opf.slug,
|
|
4349
4349
|
name: i.name,
|
|
@@ -4361,7 +4361,7 @@ class k extends $e {
|
|
|
4361
4361
|
actual_address: i.actualAddress
|
|
4362
4362
|
};
|
|
4363
4363
|
break;
|
|
4364
|
-
case
|
|
4364
|
+
case _.UlNr:
|
|
4365
4365
|
e = {
|
|
4366
4366
|
opf: o.opf.slug,
|
|
4367
4367
|
name: o.name,
|
|
@@ -5119,7 +5119,7 @@ class ss {
|
|
|
5119
5119
|
return {
|
|
5120
5120
|
// 'Следующий рабочий день' - это значение по-умолчанию
|
|
5121
5121
|
nextWorkingDay: { label: "Следующий рабочий день", from: Hr(r), to: Br(r) },
|
|
5122
|
-
today: { label: "Сегодня", from:
|
|
5122
|
+
today: { label: "Сегодня", from: _e(), to: Mr() },
|
|
5123
5123
|
yesterday: { label: "Вчера", from: Fr(), to: Gr() },
|
|
5124
5124
|
tomorrow: { label: "Завтра", from: jr(), to: Ur() }
|
|
5125
5125
|
};
|
|
@@ -5243,6 +5243,10 @@ class Tr extends $r {
|
|
|
5243
5243
|
* Признак того, что заказ создан из товаров, которые имеют признак "Нет в наличии".
|
|
5244
5244
|
*/
|
|
5245
5245
|
t(this, "isNotInStock");
|
|
5246
|
+
/**
|
|
5247
|
+
* Сумма заказа.
|
|
5248
|
+
*/
|
|
5249
|
+
t(this, "sum");
|
|
5246
5250
|
this.client = new he(e == null ? void 0 : e.client), this.payment = {
|
|
5247
5251
|
type: ((s = e == null ? void 0 : e.payment) == null ? void 0 : s.type) ?? -1,
|
|
5248
5252
|
status: ((i = e == null ? void 0 : e.payment) == null ? void 0 : i.status) ?? -1,
|
|
@@ -5252,7 +5256,7 @@ class Tr extends $r {
|
|
|
5252
5256
|
date: C((u = e == null ? void 0 : e.delivery) == null ? void 0 : u.date) ? v(e.delivery.date) : ((h = e == null ? void 0 : e.delivery) == null ? void 0 : h.date) ?? /* @__PURE__ */ new Date(),
|
|
5253
5257
|
address: (f = e == null ? void 0 : e.delivery) != null && f.address ? new ve(e.delivery.address) : void 0,
|
|
5254
5258
|
warehouse: (g = e == null ? void 0 : e.delivery) != null && g.warehouse ? new De(e.delivery.warehouse) : void 0
|
|
5255
|
-
}, this.attachedUser = new
|
|
5259
|
+
}, this.attachedUser = new d(e == null ? void 0 : e.attachedUser), this.status = (e == null ? void 0 : e.status) ?? 0, this.salesDirection = new O(e == null ? void 0 : e.salesDirection), this.pendingAt = C(e == null ? void 0 : e.pendingAt) ? v(e.pendingAt) : e == null ? void 0 : e.pendingAt, this.processedAt = C(e == null ? void 0 : e.processedAt) ? v(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, this.sum = (e == null ? void 0 : e.sum) ?? 0;
|
|
5256
5260
|
}
|
|
5257
5261
|
}
|
|
5258
5262
|
class Dt extends j {
|
|
@@ -5339,7 +5343,7 @@ class Dt extends j {
|
|
|
5339
5343
|
* Данные о пользователе, добавившем продукт в заказ.
|
|
5340
5344
|
*/
|
|
5341
5345
|
t(this, "creatorUser");
|
|
5342
|
-
this.product = new Y(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, this.creatorUser = e.creatorUser && new
|
|
5346
|
+
this.product = new Y(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, this.creatorUser = e.creatorUser && new d(e.creatorUser);
|
|
5343
5347
|
}
|
|
5344
5348
|
}
|
|
5345
5349
|
class rr extends Tr {
|
|
@@ -5604,7 +5608,7 @@ class At {
|
|
|
5604
5608
|
* @inheritDoc
|
|
5605
5609
|
*/
|
|
5606
5610
|
t(this, "currency");
|
|
5607
|
-
this.cost = r.cost ?? 0, this.isLowCost = r.isLowCost ?? !1, this.isRetail = r.isRetail ?? !1, this.costDate = C(r.costDate) ? v(r.costDate) : r.costDate ?? /* @__PURE__ */ new Date(), this.discountName = r.discountName, this.priceTemplateName = r.priceTemplateName, this.product = r.product ? new oe(r.product) : void 0, this.client = r.client ? new
|
|
5611
|
+
this.cost = r.cost ?? 0, this.isLowCost = r.isLowCost ?? !1, this.isRetail = r.isRetail ?? !1, this.costDate = C(r.costDate) ? v(r.costDate) : r.costDate ?? /* @__PURE__ */ new Date(), this.discountName = r.discountName, this.priceTemplateName = r.priceTemplateName, this.product = r.product ? new oe(r.product) : void 0, this.client = r.client ? new d(r.client) : void 0, this.executor = r.executor ? new d(r.executor) : void 0, this.currency = r.currency ? new we(r.currency) : void 0;
|
|
5608
5612
|
}
|
|
5609
5613
|
}
|
|
5610
5614
|
class $t extends oe {
|
|
@@ -6395,7 +6399,7 @@ export {
|
|
|
6395
6399
|
Tt as MetaTagItem,
|
|
6396
6400
|
b as NamedIdentity,
|
|
6397
6401
|
N as Opf,
|
|
6398
|
-
|
|
6402
|
+
_ as OpfEnum,
|
|
6399
6403
|
rr as Order,
|
|
6400
6404
|
Tr as OrderInfo,
|
|
6401
6405
|
ht as OrderPaymentStatus,
|
|
@@ -6420,7 +6424,7 @@ export {
|
|
|
6420
6424
|
Vt as PriceTemplateProvider,
|
|
6421
6425
|
ne as PricingRole,
|
|
6422
6426
|
Kt as PricingRoleProvider,
|
|
6423
|
-
|
|
6427
|
+
de as PrimaryCatalogableItem,
|
|
6424
6428
|
I as Product,
|
|
6425
6429
|
zt as ProductCategoryDataProvider,
|
|
6426
6430
|
Wt as ProductDataProvider,
|
|
@@ -6454,7 +6458,7 @@ export {
|
|
|
6454
6458
|
yr as UserCommonInfo,
|
|
6455
6459
|
St as UserDataProvider,
|
|
6456
6460
|
rt as UserPricingRole,
|
|
6457
|
-
|
|
6461
|
+
d as UserShortInfo,
|
|
6458
6462
|
bt as UserTypeEnum,
|
|
6459
6463
|
ot as VersionConfig,
|
|
6460
6464
|
De as Warehouse,
|