@snabcentr/common-lib 1.68.0 → 1.69.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 +3 -3
- package/dist/sc-common-lib.js +367 -353
- 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/catalog/classes/index.d.ts +0 -1
- package/dist/src/catalog/classes/index.d.ts.map +1 -1
- package/dist/src/catalog/interfaces/index.d.ts +0 -1
- package/dist/src/catalog/interfaces/index.d.ts.map +1 -1
- package/dist/src/catalog/providers/index.d.ts +0 -1
- package/dist/src/catalog/providers/index.d.ts.map +1 -1
- package/dist/src/config/classes/http-params-config.d.ts +4 -0
- package/dist/src/config/classes/http-params-config.d.ts.map +1 -1
- package/dist/src/config/interfaces/i-http-params-config.d.ts +4 -0
- package/dist/src/config/interfaces/i-http-params-config.d.ts.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/price-history/providers/price-history-data-provider.d.ts +1 -1
- package/dist/src/recommendations/classes/index.d.ts +2 -0
- package/dist/src/recommendations/classes/index.d.ts.map +1 -0
- package/dist/src/{catalog → recommendations}/classes/recommendations-list.d.ts +3 -4
- package/dist/src/recommendations/classes/recommendations-list.d.ts.map +1 -0
- package/dist/src/recommendations/index.d.ts +4 -0
- package/dist/src/recommendations/index.d.ts.map +1 -0
- package/dist/src/{catalog → recommendations}/interfaces/i-recommendations-list.d.ts +3 -4
- package/dist/src/recommendations/interfaces/i-recommendations-list.d.ts.map +1 -0
- package/dist/src/recommendations/interfaces/index.d.ts +2 -0
- package/dist/src/recommendations/interfaces/index.d.ts.map +1 -0
- package/dist/src/recommendations/providers/index.d.ts +2 -0
- package/dist/src/recommendations/providers/index.d.ts.map +1 -0
- package/dist/src/{catalog → recommendations}/providers/recommendations-data-provider.d.ts +9 -1
- package/dist/src/recommendations/providers/recommendations-data-provider.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/src/catalog/classes/recommendations-list.d.ts.map +0 -1
- package/dist/src/catalog/interfaces/i-recommendations-list.d.ts.map +0 -1
- package/dist/src/catalog/providers/recommendations-data-provider.d.ts.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(function(c,D){typeof exports=="object"&&typeof module<"u"?D(exports,require("jwt-decode"),require("lodash-es"),require("ts-case-convert"),require("pinia"),require("vue"),require("date-fns"),require("axios")):typeof define=="function"&&define.amd?define(["exports","jwt-decode","lodash-es","ts-case-convert","pinia","vue","date-fns","axios"],D):(c=typeof globalThis<"u"?globalThis:c||self,D(c["SC Common Lib"]={},c["jwt-decode"],c["lodash-es"],c["ts-case-convert"],c.pinia,c.vue,c["date-fns"],c.axios))})(this,function(c,D,p,ne,K,f,m,Gr){"use strict";var vt=Object.defineProperty;var Rt=(c,D,p)=>D in c?vt(c,D,{enumerable:!0,configurable:!0,writable:!0,value:p}):c[D]=p;var t=(c,D,p)=>Rt(c,typeof D!="symbol"?D+"":D,p);class oe{constructor(r){t(this,"exp",0);t(this,"iat",0);t(this,"authTime",0);t(this,"jti","");t(this,"iss","");t(this,"aud",[]);t(this,"sub","");t(this,"typ","Bearer");t(this,"azp","");t(this,"sid","");t(this,"acr","");t(this,"allowedOrigins",[]);t(this,"realmAccess",{roles:[]});t(this,"resourceAccess",{});t(this,"scope","");t(this,"emailVerified",!1);t(this,"name","");t(this,"guid","");t(this,"preferredUsername","");t(this,"givenName","");t(this,"email","");p.merge(this,r)}static getJwtPayload(r){return new oe(ne.objectToCamel(D.jwtDecode(r)))}}class Mr extends oe{constructor(e){super(e);t(this,"familyName");t(this,"middleName");t(this,"locale");t(this,"phoneNumber");t(this,"phoneNumberVerified");t(this,"address");p.merge(this,e)}static getJwtPayload(e){return new oe(ne.objectToCamel(D.jwtDecode(e)))}}const te=class te{static init(r){te.config=r}static getConfig(){if(p.isUndefined(te.config))throw new Error("Config is undefined. Please set config by AppConfigProvider.init().");return te.config}static loadRemoteConfig(r="/config.json"){const e=fetch(r).then(i=>i.ok?i.json():(console.error(new Error(`Ошибка загрузки ${r}: ${i.statusText}`)),new Promise(s=>{s({})})));return e.catch(i=>{console.error(i)}),e}};t(te,"config");let a=te;const ke=K.defineStore("__auth_state_private",()=>{var e;const n=f.ref(Promise.resolve((e=a.getConfig().devMode)==null?void 0:e.initAuthBearerToken)),r=f.ref(void 0);return{accessToken:n,accessTokenUpdater:r}}),Pe=K.defineStore("__auth_state",()=>{const n=f.computed(()=>{const i=ke();if(p.isNil(i.accessToken)&&!p.isNil(i.accessTokenUpdater)){const s=i.accessTokenUpdater();i.accessToken=s,s.then(o=>{i.accessToken=Promise.resolve(o)}).catch(p.noop)}return i.accessToken});function r(i){ke().accessTokenUpdater=i}function e(){ke().accessToken=void 0}return{accessToken:n,setAccessTokenUpdater:r,invalidateAccessToken:e}});class q{constructor(r,e){t(this,"id");t(this,"guid");this.id=r==null?void 0:r.id,p.isNil(this.id)&&(p.isNil(e)?typeof(r==null?void 0:r.id)=="number"?this.id=-1:typeof(r==null?void 0:r.id)=="string"&&(this.id=""):this.id=e),this.guid=(r==null?void 0:r.guid)??""}isNewRec(){return typeof this.id=="number"?this.id===-1:typeof this.id=="string"?this.id==="":p.isNil(this.id)}}class A extends q{constructor(e){super(e);t(this,"name","");this.name=(e==null?void 0:e.name)??""}}class we extends A{constructor(e){super(e);t(this,"code","");this.code=(e==null?void 0:e.code)??""}}class de extends we{constructor(e){super(e);t(this,"slug");t(this,"type");this.slug=(e==null?void 0:e.slug)??""}}class ae extends de{constructor(e){super(e);t(this,"isPrimary");this.isPrimary=(e==null?void 0:e.isPrimary)??!1}}class ce extends ae{constructor(e){super(e);t(this,"isHidden");t(this,"parentCategoryId");t(this,"properties");t(this,"currencyRates");this.isHidden=(e==null?void 0:e.isHidden)??!1,this.parentCategoryId=e==null?void 0:e.parentCategoryId,this.properties=e==null?void 0:e.properties,this.type="category",this.currencyRates=e!=null&&e.currencyRates?Object.fromEntries(Object.entries(e.currencyRates).map(([i,s])=>[p.toUpper(i),s])):void 0}}var Oe=(n=>(n.K0="k0",n.K1="k1",n.K2="k2",n.K3="k3",n.K4="k4",n.Retail="retail",n))(Oe||{});class P extends A{constructor(e){super(e);t(this,"slug");t(this,"description");this.description=e==null?void 0:e.description,this.slug=e==null?void 0:e.slug}}class le extends P{static getRetailPriceCoefficient(){return{id:-2,slug:Oe.Retail,name:"Розн. цена",guid:"",isNewRec:p.constant(!0)}}}class ve{constructor(r){t(this,"coefficient");t(this,"value");t(this,"cost");t(this,"percent");t(this,"readOnly");this.coefficient=new le(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}}class Ne{constructor(r){t(this,"lat");t(this,"long");this.lat=(r==null?void 0:r.lat)??0,this.long=(r==null?void 0:r.long)??0}}class B extends P{}class ue extends P{constructor(e){var i;super(e);t(this,"address");t(this,"isMain");t(this,"deliveryTypes");t(this,"regions");t(this,"coordinates");this.address=(e==null?void 0:e.address)??"",this.isMain=(e==null?void 0:e.isMain)??!1,this.deliveryTypes=((i=e==null?void 0:e.deliveryTypes)==null?void 0:i.map(s=>new B(s)))??[],this.regions=(e==null?void 0:e.regions)??[],this.coordinates=new Ne(e==null?void 0:e.coordinates)}}class rr{constructor(r){t(this,"warehouse");t(this,"count");this.warehouse=new ue(r==null?void 0:r.warehouse),this.count=(r==null?void 0:r.count)??0}}class tr extends de{constructor(e){super(e);t(this,"isHidden");this.isHidden=(e==null?void 0:e.isHidden)??!1}}class ir{constructor(r,e){t(this,"image");t(this,"preview");t(this,"isDefault");this.image=`${e??""}${r.image}`,this.preview=`${e??""}${r.preview}`,this.isDefault=r.isDefault}}class S extends tr{constructor(e){var s,o,l,h;super(e);t(this,"supplierSku");t(this,"unit");t(this,"pack");t(this,"minCount");t(this,"quantityUnit");t(this,"currency");t(this,"currencySignature");t(this,"cost");t(this,"costRub");t(this,"costDate");t(this,"onOrder");t(this,"stockCount");t(this,"category");t(this,"categories");t(this,"images");t(this,"properties");t(this,"retailCost");t(this,"retailCostRub");t(this,"priceCoefficients");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=p.isString(e==null?void 0:e.costDate)?m.parseISO(e.costDate):e==null?void 0:e.costDate,this.onOrder=(e==null?void 0:e.onOrder)??!1,this.stockCount=((s=e==null?void 0:e.stockCount)==null?void 0:s.map(g=>new rr(g)))??[],this.currencySignature=(e==null?void 0:e.currencySignature)??"",this.type="product";const i=(e==null?void 0:e.category)??((o=e==null?void 0:e.categories)==null?void 0:o.find(g=>g.isPrimary));i&&(this.category=new ae({...i,isPrimary:!0}),this.categories=[this.category]),e!=null&&e.categories&&(this.categories=e.categories.map(g=>new ae(g))),this.images=((l=e==null?void 0:e.images)==null?void 0:l.map(g=>new ir(g,a.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=((h=e==null?void 0:e.priceCoefficients)==null?void 0:h.map(g=>new ve(g)))??[],e&&"codeNumber"in e&&!e.code&&(this.code=e==null?void 0:e.codeNumber)}getIsMeasurable(){var i;const e=(i=a.getConfig().catalog)==null?void 0:i.products.units;return[...(e==null?void 0:e.linear)??["пог.м.","м."],...(e==null?void 0:e.square)??["м2"]].includes(this.unit)}getRetailCost(){return this.retailCost??this.cost}getRetailCostRub(){return this.retailCostRub??this.costRub}}class sr extends q{constructor(e){super(e);t(this,"category");t(this,"product");t(this,"quantity");t(this,"height");t(this,"length");t(this,"width");t(this,"barcode");t(this,"marker");t(this,"configurator");t(this,"configuratorParams");t(this,"isAdditionalSale");this.product=new S(e==null?void 0:e.product),this.quantity=e.quantity??0,this.marker=e.marker,this.category=e.category??new ce,this.height=e.height,this.length=e.length,this.width=e.width,this.configurator=e.configurator,this.configuratorParams=e.configuratorParams&&p.cloneDeep(e.configuratorParams),this.isAdditionalSale=e.isAdditionalSale}}class nr extends sr{constructor(e){super(e);t(this,"currency");t(this,"cost");t(this,"costOne");t(this,"costOneRub");t(this,"costRub");t(this,"logicGroupId");t(this,"salesDirection");t(this,"specificationImgUrl");t(this,"sawing");this.currency=e.currency,this.cost=e.cost,this.costOne=e.costOne,this.costOneRub=e.costOneRub,this.costRub=e.costRub,this.logicGroupId=e.logicGroupId,this.salesDirection=e.salesDirection,this.specificationImgUrl=e.specificationImgUrl,this.sawing=e.sawing}}class pe{constructor(r){t(this,"items");t(this,"resultSum");t(this,"directionsSum");this.items=r.items.map(e=>new nr(e)),this.resultSum=r.resultSum,this.directionsSum=r.directionsSum}}class Re{static simpleInstanceInitializer(r){return new r}static instanceInitializer(r,e){return new r(e)}}const b=class b{constructor(){t(this,"httpClient");t(this,"baseUrl",`${a.getConfig().http.portalApiUrl}/api`);t(this,"errorResponseHandler",p.noop);t(this,"interceptorIds",{request:{},response:{}});t(this,"setBaseUrlRequestInterceptor",r=>(r.baseURL=this.baseUrl,r));t(this,"authRequestInterceptor",async r=>{let e;return p.isNil(Pe().accessToken)||(e=await Pe().accessToken),e&&r.headers.set("Authorization",`Bearer ${e}`),r});t(this,"dataConverterRequestInterceptor",r=>(r.method&&(r.method==="get"&&r.params&&(r.params=ne.objectToSnake(r.params)),["put","patch","post"].includes(p.toLower(r.method))&&r.data&&(r.data=ne.objectToSnake(r.data))),r));t(this,"authErrorsResponseInterceptors",r=>{var i;const e=r.rawError?(i=r.rawError)==null?void 0:i.config:void 0;return r.status===401?!e||e.__isRetryRequest?Promise.reject(r):(Pe().invalidateAccessToken(),e.__isRetryRequest=!0,this.httpClient(e)):Promise.reject(r)});t(this,"dataConverterResponseInterceptor",r=>(r.data&&(r.data=ne.objectToCamel(r.data)),r));const r=a.getConfig().version;this.errorResponseHandler=b.defaultErrorsResponseHandler,this.httpClient=Gr.create({headers:{"APP-VERSION":`${r.name} (${r.version}, ${m.format(r.date,a.getConfig().dateFormats.uiDate)})`,Accept:"application/json","Content-Type":"application/json"}}),this.interceptorIds.request.setBaseUrlRequestInterceptor=this.httpClient.interceptors.request.use(this.setBaseUrlRequestInterceptor,e=>Promise.reject(e)),this.interceptorIds.request.authRequestInterceptor=this.httpClient.interceptors.request.use(this.authRequestInterceptor,e=>Promise.reject(e)),this.interceptorIds.request.dataConverterRequestInterceptor=this.httpClient.interceptors.request.use(this.dataConverterRequestInterceptor,e=>Promise.reject(e)),this.interceptorIds.response.convertHttpErrorResponseInterceptor=this.httpClient.interceptors.response.use(e=>e,e=>b.convertHttpErrorResponse(e)),this.interceptorIds.response.authErrorsResponseInterceptor=this.httpClient.interceptors.response.use(e=>e,this.authErrorsResponseInterceptors),this.interceptorIds.response.dataConverterResponseInterceptor=this.httpClient.interceptors.response.use(this.dataConverterResponseInterceptor,e=>Promise.reject(e))}static setDefaultErrorsResponseHandler(r){b.defaultErrorsResponseHandler=r}static getInstance(r){return Object.prototype.hasOwnProperty.call(b.instances,r.name)||(b.instances[r.name]=Re.simpleInstanceInitializer(r)),b.instances[r.name]}static convertHttpErrorResponse(r){var e,i;if(!p.isNil(r.request)||!p.isNil(r.response)){const s=r==null?void 0:r.response;return Promise.reject({status:(s==null?void 0:s.status)??0,statusText:(s==null?void 0:s.statusText)??"Unknown",message:((e=s==null?void 0:s.data)==null?void 0:e.message)??"Unknown Error. Probably network error.",errors:(i=s==null?void 0:s.data)==null?void 0:i.errors,headers:(s==null?void 0:s.headers)??{},data:s==null?void 0:s.data,rawError:r})}return Promise.reject(r)}request(r,e=void 0,i={},s=!1){const o=this.httpClient.request(r).then(l=>e?e(l):l.data);return o.catch(l=>{this.errorResponseHandler(l,i,s)}),o}get(r,e={},i=void 0,s=!1){return this.request({method:"GET",url:r,params:e},i,{},s)}getBlob(r,e={},i=void 0,s=!1){return this.request({method:"GET",url:r,params:e,responseType:"blob"},i,{},s)}patch(r,e={},i=void 0,s={},o=!1){return this.request({method:"PATCH",url:r,data:e},i,s,o)}post(r,e={},i=void 0,s={},o=!1){return this.request({method:"POST",url:r,data:e},i,s,o)}delete(r,e=void 0,i=!1){return this.request({method:"DELETE",url:r},e,{},i)}};t(b,"instances",{}),t(b,"defaultErrorsResponseHandler",p.noop);let y=b;class Hr extends y{getCart(r){return this.get(`internal/clients/${r.id}/cart`,{},e=>new pe(e.data))}deleteCart(r){return this.delete(`internal/clients/${r.id}/cart`)}addCartItem(r,e,i={}){return this.patch(`internal/clients/${r.id}/cart`,{id:e.configurator&&e.category.id,productId:e.product.id,quantity:e.quantity,height:e.height,length:e.length,width:e.width,configurator:e.configurator,marker:e.marker,isAdditionalSale:e.isAdditionalSale,...e.configuratorParams},s=>new pe(s.data),i)}patchCartItem(r,e,i={}){return this.patch(`internal/clients/${r.id}/cart/${e.id}`,{id:e.configurator&&e.category.id,productId:e.product.id,quantity:e.quantity,height:e.height,length:e.length,width:e.width,configurator:e.configurator,marker:e.marker,isAdditionalSale:e.isAdditionalSale,...e.configuratorParams},s=>new pe(s.data),i)}deleteCartItem(r,e){return this.get(`internal/clients/${r.id}/cart/${e.id}`,{})}addCartItemFromCSV(r){return this.post(`internal/clients/${r.id}/cart/add-products-from-csv`,{},e=>new pe(e.data))}}var or=(n=>(n.m2Cost="m2Cost",n.percent="percent",n.value="value",n))(or||{}),De=(n=>(n.Discount="discount",n.PriceTemplate="price_template",n.ClientPrice="client_price",n.Product="product",n))(De||{}),cr=(n=>(n.Unknown="unknown",n.Bool="bool",n.Integer="integer",n.Float="float",n.String="string",n.Range="range",n.Json="json",n.Object="object",n))(cr||{});class U extends ce{constructor(e){var i,s;super(e);t(this,"categories");t(this,"products");this.categories=(i=e==null?void 0:e.categories)==null?void 0:i.map(o=>new U(o)),this.products=(s=e==null?void 0:e.products)==null?void 0:s.map(o=>new S(o))}}class qe extends A{constructor(e){super(e);t(this,"updatedAt");this.updatedAt=p.isString(e==null?void 0:e.updatedAt)?m.parseISO(e.updatedAt):e==null?void 0:e.updatedAt}}class lr extends qe{constructor(e){super(e);t(this,"deletedAt");this.deletedAt=p.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class Br{static getActualDataFromStorage(r){const e=localStorage.getItem(r);if(e)try{const i=JSON.parse(e);if(m.isAfter(m.parseISO(i.availableFor)||m.startOfToday(),new Date))return i.data??{}}catch{localStorage.removeItem(r)}}static saveActualDataToStorage(r,e,i){localStorage.setItem(r,JSON.stringify({availableFor:i,data:e}))}}class G extends A{constructor(e){super(e);t(this,"type");this.type=e==null?void 0:e.type}}class ur extends A{constructor(e){super(e);t(this,"costCoefficient");t(this,"isLowPriceAllowed");t(this,"publishedAt");t(this,"description");t(this,"percent");t(this,"owner");t(this,"deletedAt");this.costCoefficient=(e==null?void 0:e.costCoefficient)??0,this.isLowPriceAllowed=(e==null?void 0:e.isLowPriceAllowed)??!1,this.publishedAt=p.isString(e==null?void 0:e.publishedAt)?m.parseISO(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 G(e==null?void 0:e.owner),this.deletedAt=p.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class j extends qe{constructor(e){super(e);t(this,"description");t(this,"createdAt");this.description=(e==null?void 0:e.description)??"",this.createdAt=p.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date}}class z extends S{constructor(e){super(e);t(this,"costCoefficient");t(this,"costSource");t(this,"discount");t(this,"priceTemplate");t(this,"isPreviouslyOrdered");t(this,"isRequired");t(this,"isFavorite");this.costCoefficient=(e==null?void 0:e.costCoefficient)??0,this.costSource=(e==null?void 0:e.costSource)??De.Product,this.discount=e!=null&&e.discount?new ur(e.discount):void 0,this.priceTemplate=e!=null&&e.priceTemplate?new j(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}}class pr{constructor(r){t(this,"phone");t(this,"email");this.phone=/^\d+$/.test(r.phone??"")?`+${r.phone}`:r.phone,this.email=r.email}}class I extends P{}class Q extends A{constructor(e){super(e);t(this,"salesDirection",new I);t(this,"photo");t(this,"contacts");t(this,"isDefault");e&&(this.salesDirection=new I(e.salesDirection),this.photo=e.photo,e.contacts&&(this.contacts=new pr(e.contacts)),e.isDefault!==void 0&&(this.isDefault=e.isDefault))}}class he extends Q{constructor(e){super(e);t(this,"isActive");t(this,"isSupervisor");t(this,"canDoReclamations");t(this,"createdAt");t(this,"supervisorId");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}}class jr extends ce{constructor(e){super(e);t(this,"isDisabled");t(this,"isRequired");t(this,"isFavorite");t(this,"hidingComment");t(this,"manager");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 he(e.manager):void 0}}class ge extends jr{constructor(e){var i,s;super(e);t(this,"categories");t(this,"products");this.categories=(i=e==null?void 0:e.categories)==null?void 0:i.map(o=>new ge(o)),this.products=(s=e==null?void 0:e.products)==null?void 0:s.map(o=>new z(o))}}class Ue{constructor(r){t(this,"priceCoefficient");t(this,"increasePercent");this.priceCoefficient=(r==null?void 0:r.priceCoefficient)&&new le(r.priceCoefficient),this.increasePercent=r==null?void 0:r.increasePercent}}class Ae extends Ue{constructor(e){super(e);t(this,"productCategory");this.productCategory=new ce(e==null?void 0:e.productCategory)}}class W extends P{}class Y extends P{constructor(e){super(e);t(this,"country",new W);e&&(this.country=new W(e.country))}}class Te extends P{constructor(e){super(e);t(this,"region",new Y);e&&(this.region=new Y(e.region))}}class Ge extends A{constructor(e){super(e);t(this,"phone");t(this,"email");t(this,"getNews");t(this,"salesDirection");t(this,"createdAt");t(this,"lastLoginAt");t(this,"isActive");this.phone=/^\d+$/.test((e==null?void 0:e.phone)??"")?`+${e==null?void 0:e.phone}`:(e==null?void 0:e.phone)??"",this.email=(e==null?void 0:e.email)??"",this.getNews=(e==null?void 0:e.getNews)??!1,this.salesDirection=e!=null&&e.salesDirection?new I(e.salesDirection):void 0,this.createdAt=p.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):e==null?void 0:e.createdAt,this.lastLoginAt=p.isString(e==null?void 0:e.lastLoginAt)?m.parseISO(e.lastLoginAt):e==null?void 0:e.lastLoginAt,this.isActive=(e==null?void 0:e.isActive)??!1}}class X extends Ge{constructor(e){var i;super(e);t(this,"salesDirection");t(this,"debt");t(this,"alternativeName");t(this,"city");t(this,"comment");t(this,"isPhoneApproved");t(this,"isEmailApproved");t(this,"managers");this.salesDirection=new I(e==null?void 0:e.salesDirection),this.debt=(e==null?void 0:e.debt)??0,this.alternativeName=(e==null?void 0:e.alternativeName)??"",this.city=new Te(e==null?void 0:e.city),this.comment=e==null?void 0:e.comment,this.isPhoneApproved=(e==null?void 0:e.isPhoneApproved)??!1,this.isEmailApproved=(e==null?void 0:e.isEmailApproved)??!1,this.managers=((i=e==null?void 0:e.managers)==null?void 0:i.map(s=>new Q(s)))??[]}}class Z extends q{constructor(e){super(e);t(this,"createdAt");t(this,"deletedAt");t(this,"client");t(this,"priceTemplate");this.createdAt=p.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date,this.deletedAt=p.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt,this.client=new X(e==null?void 0:e.client),this.priceTemplate=new j(e==null?void 0:e.priceTemplate)}}class Se extends Ue{constructor(e){super(e);t(this,"product");this.product=new S(e==null?void 0:e.product)}}class Me extends P{}class x extends A{constructor(e){super(e);t(this,"type");t(this,"description");t(this,"metadata");this.type=new Me(e==null?void 0:e.type),this.description=(e==null?void 0:e.description)??"",this.metadata=e==null?void 0:e.metadata}}class V{constructor(r){t(this,"property");t(this,"value");this.property=new x(r==null?void 0:r.property),this.value=(r==null?void 0:r.value)??""}}class _{constructor(r){t(this,"from");t(this,"to");this.from=p.isString(r==null?void 0:r.from)?m.parseISO(r.from):(r==null?void 0:r.from)??null,this.to=p.isString(r==null?void 0:r.to)?m.parseISO(r.to):(r==null?void 0:r.to)??null}}class zr{constructor(r){t(this,"id");t(this,"name");t(this,"description");t(this,"createdAt",new _);t(this,"updatedAt",new _);this.id=r==null?void 0:r.id,this.name=r==null?void 0:r.name,this.description=r==null?void 0:r.description,this.createdAt=new _(r==null?void 0:r.createdAt),this.updatedAt=new _(r==null?void 0:r.updatedAt)}resetFilterValue(r){switch(r){case"id":case"name":case"description":this[r]=void 0;break;case"createdAt":this.createdAt.from=null,this.createdAt.to=null;break;case"updatedAt":this.updatedAt.from=null,this.updatedAt.to=null;break}return this}asClearRaw(){var e,i,s,o;const r={};return Object.keys(this).forEach(l=>{const h=this[l];p.isNil(h)||p.isString(h)&&h.trim().length===0||p.isFunction(h.isNewRec)&&h.isNewRec()||(r[l]=h)}),!((e=r==null?void 0:r.createdAt)!=null&&e.from)&&!((i=r==null?void 0:r.createdAt)!=null&&i.to)&&delete r.createdAt,!((s=r==null?void 0:r.updatedAt)!=null&&s.from)&&!((o=r==null?void 0:r.updatedAt)!=null&&o.to)&&delete r.updatedAt,r}}class He{constructor(r){t(this,"products",[]);t(this,"productCategories",[]);r!=null&&r.products&&(this.products=r.products.map(e=>new S(e))),r!=null&&r.productCategories&&(this.productCategories=r.productCategories.map(e=>new U(e)))}}class E extends A{constructor(e){super(e);t(this,"description");t(this,"canChangeLowCost");t(this,"parentRoleId");t(this,"subRoles",[]);t(this,"parentRole");t(this,"level",0);this.description=e==null?void 0:e.description,this.canChangeLowCost=(e==null?void 0:e.canChangeLowCost)??!1,this.parentRoleId=e==null?void 0:e.parentRoleId}}class Be{constructor(r){t(this,"role");t(this,"category");t(this,"minCoefficient");this.role=new E(r==null?void 0:r.role),this.category=new ce(r==null?void 0:r.category),this.minCoefficient=new le(r==null?void 0:r.minCoefficient)}}class hr{constructor(r){t(this,"phone");t(this,"tablet");t(this,"laptop");this.phone=(r==null?void 0:r.phone)??360,this.tablet=(r==null?void 0:r.tablet)??600,this.laptop=(r==null?void 0:r.laptop)??1024}}class gr{constructor(r){t(this,"portalApiUrl");t(this,"priceHistoryApiUrl");t(this,"mediaUrl");t(this,"responseDataCacheTimeout");this.portalApiUrl=(r==null?void 0:r.portalApiUrl)??"",this.priceHistoryApiUrl=(r==null?void 0:r.priceHistoryApiUrl)??"",this.mediaUrl=(r==null?void 0:r.mediaUrl)??"",this.responseDataCacheTimeout=(r==null?void 0:r.responseDataCacheTimeout)??3*60*60}}class mr{constructor(r){t(this,"dsn");t(this,"environment");t(this,"ignoreErrors");t(this,"trace");t(this,"replay");t(this,"additionalParams");var e,i,s,o;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)??[/Network\s{1,3}Error/,/Request\s{1,3}aborted/,/Request\s{1,3}failed\s{1,3}with\s{1,3}status\s{1,3}code\s{1,3}(401|403|422)/],this.trace={allowedTargets:((e=r==null?void 0:r.trace)==null?void 0:e.allowedTargets)??[/^\//],sampleRate:((i=r==null?void 0:r.trace)==null?void 0:i.sampleRate)??0},this.replay={replaysOnErrorSampleRate:((s=r==null?void 0:r.replay)==null?void 0:s.replaysOnErrorSampleRate)??0,replaysSessionSampleRate:((o=r==null?void 0:r.replay)==null?void 0:o.replaysSessionSampleRate)??0},this.additionalParams=(r==null?void 0:r.additionalParams)??{}}}class fr{constructor(r){t(this,"date");t(this,"name");t(this,"version");this.date=p.isString(r==null?void 0:r.date)?m.parseISO(r.date):(r==null?void 0:r.date)??new Date,this.name=(r==null?void 0:r.name)??"",this.version=(r==null?void 0:r.version)??"0.0.0"}}class Wr{constructor(r){t(this,"environment");t(this,"devMode");t(this,"http");t(this,"deviceTypeByResolution");t(this,"sentry");t(this,"urls");t(this,"version");t(this,"dateFormats");var e,i,s;this.environment=(r==null?void 0:r.environment)??"production",this.devMode=(r==null?void 0:r.devMode)??{},this.http=new gr(r==null?void 0:r.http),this.deviceTypeByResolution=new hr(r==null?void 0:r.deviceTypeByResolution),this.sentry=new mr({environment:this.environment,...r==null?void 0:r.sentry}),this.urls=r==null?void 0:r.urls,this.version=new fr(r==null?void 0:r.version),this.dateFormats={api:((e=r==null?void 0:r.dateFormats)==null?void 0:e.api)??"yyyy-MM-dd HH:mm:ss",uiDate:((i=r==null?void 0:r.dateFormats)==null?void 0:i.uiDate)??"dd.MM.yyyy",uiDateWithTime:((s=r==null?void 0:r.dateFormats)==null?void 0:s.uiDateWithTime)??"dd.MM.yyyy HH:mm"}}}class Vr extends y{search(r,e=!1){return this.get("/internal/catalog/search",{term:r,show_hidden:e})}getPriceExportLink(r="csv",e=!1,i=void 0,s=void 0){let l=`${a.getConfig().http.portalApiUrl}/api/internal/price/export?format=${r}&show_hidden=${e}`;return i&&(l+=`&category_id=${i}`),s&&(l+=`&client_id=${s}`),l}}class Fr extends y{importPrices(r,e){return this.post(`/internal/clients/${r}/price/import`,e)}updateCategoryPrices(r,e,i){var s;return this.patch(`/internal/clients/${r}/price/categories/${e}`,{price_coefficient_id:(s=i.coefficient)==null?void 0:s.id,increase_percent:i.value})}removeCategoryPrices(r,e){return this.delete(`/internal/clients/${r}/price/categories/${e}`)}markCategoryRequired(r,e){return this.post(`/internal/clients/${r}/price/categories/${e}/required`)}unmarkCategoryRequired(r,e){return this.delete(`/internal/clients/${r}/price/categories/${e}/required`)}markCategoryDisabled(r,e,i){return this.post(`/internal/clients/${r}/price/categories/${e}/disabled`,{comment:i})}unmarkCategoryDisabled(r,e){return this.delete(`/internal/clients/${r}/price/categories/${e}/disabled`)}addCategoryManager(r,e,i){return this.post(`/internal/clients/${r}/price/categories/${e}/manager`,{manager_id:i})}removeCategoryManager(r,e){return this.delete(`/internal/clients/${r}/price/categories/${e}/manager`)}updateProductPrice(r,e,i){var s;return this.patch(`/internal/clients/${r}/price/products/${e}`,{price_coefficient_id:(s=i.coefficient)==null?void 0:s.id,increase_percent:i.value},o=>new z(o.data))}removeProductPrice(r,e){return this.delete(`/internal/clients/${r}/price/products/${e}`,i=>new z(i.data))}markProductRequired(r,e){return this.post(`/internal/clients/${r}/price/products/${e}/required`)}unmarkProductRequired(r,e){return this.delete(`/internal/clients/${r}/price/products/${e}/required`)}getCommercialOfferHtml(r,e){return this.get(`/internal/clients/${r}/price/commercial-offer/view`,e,i=>new Blob([i.data],{type:"text/html"}))}getCommercialOfferPdf(r,e){return this.getBlob(`/internal/clients/${r}/price/commercial-offer/download`,e,i=>new Blob([i.request.response],{type:"application/pdf"}))}sendCommercialOffer(r,e){return this.post(`/internal/clients/${r}/price/commercial-offer/send`,e)}}class Jr extends y{getTemplateList(r){return this.get(`/internal/clients/${r}/price/templates`,{},e=>e.data.map(i=>new Z(i)))}getActiveTemplate(r){return this.get(`/internal/clients/${r}/price/templates/active`,{},e=>new Z(e.data))}attachTemplate(r,e,i){const s=a.getConfig().dateFormats.api;return this.post(`/internal/clients/${r}/price/templates/${e}`,i&&{startAt:i.startAt&&m.format(i.startAt,s),endAt:i.endAt&&m.format(i.endAt,s)},o=>new Z(o.data),{},!0)}applyTemplate(r,e){return this.post(`/internal/clients/${r}/price/templates/${e}/apply`,{},void 0,{},!0)}changeTemplate(r,e,i,s){const o=a.getConfig().dateFormats.api;return this.patch(`/internal/clients/${r}/price/templates/${e}/${i}`,s&&{startAt:s.startAt&&m.format(s.startAt,o),endAt:s.endAt&&m.format(s.endAt,o)},l=>new Z(l.data))}detachTemplate(r,e,i){return this.delete(`/internal/clients/${r}/price/templates/${e}/${i}`)}}class Kr extends y{getRootCategoriesList(r=!1){return this.get("/internal/catalog/categories",{showHidden:r},e=>e.data.map(i=>new U(i)))}getCategoryData(r,e=!1,i=!1){return this.get(`/internal/catalog/categories/${r}`,{showHidden:e,withNestedCategories:i},s=>new U(s.data))}getPublicCategoryData(r){return this.get(`/public/catalog/categories/${r}`,{},e=>new U(e.data))}getCategoryProductsList(r,e=!0,i=!1){return this.get(`/internal/catalog/categories/${r}/products`,{showHidden:i,withPriceCoefficients:e},s=>p.map(s.data,o=>new S(o)))}getCategoryProductsCoefficients(r){return this.get(`/internal/catalog/categories/${r}/products/coefficients`,{},e=>{const{data:i}=e;return p.forEach(i,s=>s.map(o=>new ve(o))),i})}publicSimpleSearch(r,e=10){return new Promise((i,s)=>{this.get(`/public/catalog/search/simple?limit=${e}&term=${r}`).then(o=>{i(o.categories.map(l=>new U(l)))}).catch(o=>{s(o)})})}}class Qr extends y{getProductData(r,e=!1){return this.get(`/internal/catalog/products/${r}`,{withPriceCoefficients:e},i=>new S(i.data))}getPublicProductData(r){return this.get(`/public/catalog/products/${r}`,{},e=>new S(e.data))}getProductPriceCoefficients(r){return this.get(`/internal/catalog/products/${r}/coefficients`,{},e=>p.map(e.data,i=>new ve(i)))}publicSimpleSearch(r,e=10){return new Promise((i,s)=>{this.get(`/public/catalog/search/simple?limit=${e}&term=${r}`).then(o=>{i(o.products.map(l=>new S(l)))}).catch(o=>{s(o)})})}}class Yr extends y{getRootCategoriesList(r,e=!1){return this.get("/internal/catalog/categories",{clientId:r,showHidden:e},i=>i.data.map(s=>new ge(s)))}getCategoryData(r,e,i=!1,s=!1){return this.get(`/internal/catalog/categories/${e}`,{clientId:r,showHidden:i,withNestedCategories:s},o=>new ge(o.data))}getCategoryProductsList(r,e,i=!0,s=!1){return this.get(`/internal/catalog/categories/${e}/products`,{client_id:r,showHidden:s,withPriceCoefficients:i},o=>p.map(o.data,l=>new z(l)))}}class Xr extends y{getProductData(r,e,i=!1){return this.get(`/internal/catalog/products/${r}`,{clientId:e,withPriceCoefficients:i},s=>new z(s.data))}}var $e=(n=>(n.BeginWith="bw",n.Contains="cn",n.Custom="custom",n.EndsWith="ew",n.Equals="eq",n.GreaterOrEqual="ge",n.GreaterThan="gt",n.InList="in",n.LessOrEqual="le",n.LessThan="lt",n.NotBeginWith="bn",n.NotContains="nc",n.NotEndsWith="en",n.NotEqual="ne",n.NotInList="ni",n.NotNull="nn",n.Null="nu",n))($e||{});class je{constructor(r){t(this,"field");t(this,"op");t(this,"value");this.field=(r==null?void 0:r.field)??"",this.op=(r==null?void 0:r.op)??$e.Equals,this.value=(r==null?void 0:r.value)??""}toPrimitive(){const r={field:this.field,op:this.op};return r.value=p.isDate(this.value)?m.format(this.value,a.getConfig().dateFormats.api):this.value,r}}class ee{constructor(r){t(this,"groupOp");t(this,"filters");t(this,"groups");var e,i;this.groupOp=(r==null?void 0:r.groupOp)??"and",this.filters=((e=r==null?void 0:r.filters)==null?void 0:e.map(s=>new je(s)))??[],this.groups=((i=r==null?void 0:r.groups)==null?void 0:i.map(s=>new ee(s)))??[]}toPrimitive(){return{groupOp:this.groupOp,filters:this.filters.map(r=>r instanceof je&&p.isFunction(r.toPrimitive)?r.toPrimitive():r),groups:this.groups.map(r=>r instanceof ee?r.toPrimitive():r)}}}class me extends y{getPaginated(r,e,i,s,o,l,h){let g={page:(s==null?void 0:s.page)??1,perPage:(s==null?void 0:s.pageSize)??10};return e&&(g.filters=JSON.stringify((e instanceof ee?e:new ee(e)).toPrimitive())),p.isEmpty(i)||(g.sort=p.isArray(i)?i:[i]),o&&(g={...g,...o}),this.get(r,g,l,h)}}class Zr extends me{getTemplateList(r,e,i){return this.getPaginated("/internal/price/templates",r,e,i,{},s=>{const o={...s.data};return o.data=o.data.map(l=>new j(l)),o})}createTemplate(r,e={}){return this.post("/internal/price/templates",r,i=>new j(i.data),e)}getTemplate(r){return this.get(`/internal/price/templates/${r}`,{},e=>new j(e.data))}updateTemplate(r,e,i={}){return this.patch(`/internal/price/templates/${r}`,e,s=>new j(s.data),i)}removeTemplate(r){return this.delete(`/internal/price/templates/${r}`)}getProductTemplatePrices(r){return this.get(`/internal/price/templates/${r}/products`,{},e=>e.data.map(i=>new Se(i)))}getProductTemplatePrice(r,e){return this.get(`/internal/price/templates/${r}/products/${e}`,{},i=>new Se(i.data))}saveProductTemplatePrice(r,e,i){var s;return this.post(`/internal/price/templates/${r}/products/${e}`,{price_coefficient_id:(s=i.coefficient)==null?void 0:s.id,increase_percent:i.value},o=>new Se(o.data))}deleteProductTemplatePrice(r,e){return this.delete(`/internal/price/templates/${r}/products/${e}`)}getCategoryTemplatePrices(r){return this.get(`/internal/price/templates/${r}/categories`,{},e=>e.data.map(i=>new Ae(i)))}getCategoryTemplatePrice(r,e){return this.get(`/internal/price/templates/${r}/categories/${e}`,{},i=>new Ae(i.data))}saveCategoryTemplatePrice(r,e,i,s=!1){var o;return this.request({method:"POST",url:`/internal/price/templates/${r}/categories/${e}`,data:{price_coefficient_id:(o=i.coefficient)==null?void 0:o.id,increase_percent:i.value},params:s?{recursively:!0}:{}},l=>new Ae(l.data))}deleteCategoryTemplatePrice(r,e,i=!1){return this.request({method:"DELETE",url:`/internal/price/templates/${r}/categories/${e}`,params:i?{recursively:!0}:{}})}getTemplateClients(r){return this.get(`/internal/price/templates/${r}/clients`,{},e=>e.data.map(i=>new Z(i)))}}class xr extends y{getRoles(){return this.get("/internal/price/roles",{},r=>r.data.map(e=>new E(e)))}createRole(r){return this.post("/internal/price/roles",r,e=>new E(e.data))}getRole(r){return this.get(`/internal/price/roles/${r}`,{},e=>new E(e.data))}updateRole(r,e){return this.patch(`/internal/price/roles/${r}`,e,i=>new E(i.data))}deleteRole(r){return this.delete(`/internal/price/roles/${r}`)}getCategoryRules(r){return this.get(`/internal/price/roles/rules/categories/${r}`,{},e=>e.data.map(i=>new Be(i)))}updateCategoryRules(r,e){return this.patch(`/internal/price/roles/rules/categories/${r}`,e,i=>i.data.map(s=>new Be(s)))}}class Er extends me{getProperties(r,e,i){return this.getPaginated("/internal/catalog/properties",r,e,i,{},s=>{const o={...s.data};return o.data=o.data.map(l=>new x(l)),o})}createProperty(r){const{typeId:e,...i}=r;return this.post("/internal/catalog/properties",{...i,type:e},s=>new x(s.data))}getProperty(r){return this.get(`/internal/catalog/properties/${r}`,{},e=>new x(e.data))}updateProperty(r,e){const{typeId:i,...s}=e;return this.patch(`/internal/catalog/properties/${r}`,{...s,type:i},o=>new x(o.data))}deleteProperty(r){return this.delete(`/internal/catalog/properties/${r}`)}getProductProperties(r){return this.get(`/internal/catalog/products/${r}/properties`,{},e=>e.data.map(i=>new V(i)))}getProductProperty(r,e){return this.get(`/internal/catalog/products/${r}/properties/${e}`,{},i=>new V(i.data))}updateProductProperty(r,e,i){return this.patch(`/internal/catalog/products/${r}/properties/${e}`,{value:i},s=>new V(s.data))}deleteProductProperty(r,e){return this.delete(`/internal/catalog/products/${r}/properties/${e}`)}getProductDescription(r){return this.get(`/internal/catalog/products/${r}/properties/description`)}updateProductDescription(r,e){return this.patch(`/internal/catalog/products/${r}/properties/description`,{text:e})}deleteProductDescription(r){return this.delete(`/internal/catalog/products/${r}/properties/description`)}getProductSpecification(r){return this.get(`/internal/catalog/products/${r}/properties/specification`)}updateProductSpecification(r,e){return this.patch(`/internal/catalog/products/${r}/properties/specification`,{text:e})}deleteProductSpecification(r){return this.delete(`/internal/catalog/products/${r}/properties/specification`)}getProductFiles(r){return this.get(`/internal/catalog/products/${r}/properties/files`)}addProductFile(r,e){return this.post(`/internal/catalog/products/${r}/properties/files`,e)}updateProductFile(r,e,i){return this.patch(`/internal/catalog/products/${r}/properties/files/${e}`,i)}deleteProductFile(r,e){return this.delete(`/internal/catalog/products/${r}/properties/files/${e}`)}updateProductSlug(r,e){return this.patch(`/internal/catalog/products/${r}/properties/slug`,{slug:e})}getCategoryProperties(r){return this.get(`/internal/catalog/categories/${r}/properties`,{},e=>e.data.map(i=>new V(i)))}getCategoryProperty(r,e){return this.get(`/internal/catalog/categories/${r}/properties/${e}`,{},i=>new V(i.data))}updateCategoryProperty(r,e,i){return this.patch(`/internal/catalog/categories/${r}/properties/${e}`,{value:i},s=>new V(s.data))}deleteCategoryProperty(r,e){return this.delete(`/internal/catalog/categories/${r}/properties/${e}`)}getCategoryDescription(r){return this.get(`/internal/catalog/categories/${r}/properties/description`)}updateCategoryDescription(r,e){return this.patch(`/internal/catalog/categories/${r}/properties/description`,{text:e})}deleteCategoryDescription(r){return this.delete(`/internal/catalog/categories/${r}/properties/description`)}getCategorySpecification(r){return this.get(`/internal/catalog/categories/${r}/properties/specification`)}updateCategorySpecification(r,e){return this.patch(`/internal/catalog/categories/${r}/properties/specification`,{text:e})}deleteCategorySpecification(r){return this.delete(`/internal/catalog/categories/${r}/properties/specification`)}getCategoryFiles(r){return this.get(`/internal/catalog/categories/${r}/properties/files`)}addCategoryFile(r,e){return this.post(`/internal/catalog/categories/${r}/properties/files`,e)}updateCategoryFile(r,e,i){return this.patch(`/internal/catalog/categories/${r}/properties/files/${e}`,i)}deleteCategoryFile(r,e){return this.delete(`/internal/catalog/categories/${r}/properties/files/${e}`)}updateCategorySlug(r,e){return this.patch(`/internal/catalog/categories/${r}/properties/slug`,{slug:e})}updateCategoryImage(r,e){return this.post(`/internal/catalog/categories/${r}/image`,{image:e})}}class et extends y{getProductCategoryRecommendations(r){return this.get(`/internal/catalog/recommendations/categories/${r.id}`,{},e=>new He(e.data))}getProductRecommendations(r){return this.get(`/internal/catalog/recommendations/products/${r.id}`,{},e=>new He(e.data))}saveProductCategoryRecommendations(r,e){return this.post(`/internal/catalog/recommendations/categories/${r.id}`,{product_categories:e.productCategories.map(i=>i.id),products:e.products.map(i=>i.id)})}saveProductRecommendations(r,e){return this.post(`/internal/catalog/recommendations/products/${r.id}`,{product_categories:e.productCategories.map(i=>i.id),products:e.products.map(i=>i.id)})}}function ze(n,r,e){let i;return n.some(s=>{if(s.type===e&&s.id===r)return i=s,!0;if(s.type==="product")return!1;const o=s;if(o.products&&o.products.length>0){const l=ze(o.products,r,e);if(l)return i=l,!0}if(o.categories&&o.categories.length>0){const l=ze(o.categories,r,e);if(l)return i=l,!0}return!1}),i}var yr=(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))(yr||{}),$=(n=>(n.Person="individual",n.Ic="entrepreneur",n.UlR="legal",n.UlNr="non_resident_legal",n))($||{});class Cr extends P{}class We extends P{}class rt extends P{}class Pr extends P{}class fe extends A{constructor(e){super(e);t(this,"signature","");t(this,"symbol","");e&&(this.signature=e.signature??"",this.symbol=e.symbol??"")}}class M extends P{static generatePersonItem(){return new M({id:1,guid:"",slug:$.Person,name:""})}}class wr extends P{}class ar extends P{}class F extends P{}class vr extends P{}class Rr extends P{}class Ve extends P{}class Fe extends P{}class Ie extends q{constructor(e){super(e);t(this,"bankName","");t(this,"bic","");t(this,"accountNumber","");t(this,"correspondentAccount","");t(this,"currency",new fe);e&&(this.bankName=e.bankName??"",this.bic=e.bic??"",this.accountNumber=e.accountNumber??"",this.correspondentAccount=e.correspondentAccount??"",this.currency=new fe(e.currency))}}class be extends A{constructor(e){super(e);t(this,"phone");t(this,"email");this.email=e==null?void 0:e.email,this.phone=/^\d+$/.test((e==null?void 0:e.phone)??"")?`+${e==null?void 0:e.phone}`:e==null?void 0:e.phone}}class H extends be{constructor(e){super(e);t(this,"isPrimary");t(this,"position");t(this,"notDisturb");t(this,"comment");t(this,"updatedAt");t(this,"deletedAt");this.isPrimary=(e==null?void 0:e.isPrimary)??!1,this.position=e==null?void 0:e.position,this.notDisturb=(e==null?void 0:e.notDisturb)??!1,this.comment=e==null?void 0:e.comment,this.updatedAt=e==null?void 0:e.updatedAt,this.deletedAt=p.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class Je extends A{constructor(e){super(e);t(this,"manager",new Q);t(this,"opf",M.generatePersonItem());t(this,"salesDirection",new I);t(this,"partnerGroup",new F);t(this,"contacts",[]);t(this,"bankAccounts",[]);t(this,"comment");t(this,"alternativeName");t(this,"createdAt");t(this,"creator");t(this,"updatedAt");t(this,"updater");if(e){if(this.opf=new M(e.opf),this.salesDirection=new I(e.salesDirection),this.comment=e.comment,this.alternativeName=e.alternativeName,this.createdAt=p.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):e.createdAt,this.creator=e.creator?new G(e.creator):void 0,this.updatedAt=p.isString(e==null?void 0:e.updatedAt)?m.parseISO(e.updatedAt):e.updatedAt,this.updater=e.updater?new G(e.updater):void 0,e.partnerGroup&&(this.partnerGroup=new F(e.partnerGroup)),e.manager&&(this.manager=new Q(e.manager)),e.contacts){const i=[];e.contacts.forEach(s=>{i.push(new H(s))}),this.contacts=i}if(e.bankAccounts){const i=[];e.bankAccounts.forEach(s=>{i.push(new Ie(s))}),this.bankAccounts=i}}}}class Dr extends Je{constructor(r){super(r)}}class Ke extends Je{constructor(e){super(e);t(this,"inn","");t(this,"okpo","");t(this,"directorName","");t(this,"directorPosition","");t(this,"directorActsOn","");t(this,"legalAddress","");t(this,"postalAddress","");t(this,"actualAddress","");e&&(this.inn=e.inn??"",this.okpo=e.okpo??"",this.directorName=e.directorName??"",this.directorPosition=e.directorPosition??"",this.directorActsOn=e.directorActsOn??"",this.legalAddress=e.legalAddress??"",this.postalAddress=e.postalAddress??"",this.actualAddress=e.actualAddress??"")}}class Qe extends Ke{constructor(e){super(e);t(this,"kpp","");e&&(this.kpp=e.kpp??"")}}class Ar extends Qe{constructor(e){super(e);t(this,"registrationCountry",new W);t(this,"registrationNumber","");t(this,"taxNumber","");e&&(this.registrationCountry=new W(e.registrationCountry),this.registrationNumber=e.registrationNumber??"",this.taxNumber=e.taxNumber??"")}}class ye{static createInstance(r){switch(r.opf.slug){case $.Ic:return new Ke(r);case $.UlR:return new Qe(r);case $.UlNr:return new Ar(r);default:return new Dr(r)}}}class _e extends q{constructor(e){super(e);t(this,"isPrimary");this.isPrimary=e.isPrimary}}class Tr extends H{constructor(e){super(e);t(this,"relations",{clients:[],contragents:[],addresses:[]});e.relations&&(e.relations.addresses&&(this.relations.addresses=e.relations.addresses.map(i=>new _e(i))),e.relations.clients&&(this.relations.clients=e.relations.clients.map(i=>new _e(i))),e.relations.contragents&&(this.relations.contragents=e.relations.contragents.map(i=>new _e(i))))}}class Ce extends lr{constructor(e){var i;super(e);t(this,"address","");t(this,"coordinates");t(this,"contacts");t(this,"comment");t(this,"operatingHours");t(this,"isOneTime");t(this,"isTransportCompanyAddress");this.address=(e==null?void 0:e.address)??"",this.coordinates=new Ne(e==null?void 0:e.coordinates),this.contacts=((i=e==null?void 0:e.contacts)==null?void 0:i.map(s=>new H(s)))??[],this.comment=e==null?void 0:e.comment,this.operatingHours=e==null?void 0:e.operatingHours,this.isOneTime=e==null?void 0:e.isOneTime,this.isTransportCompanyAddress=e==null?void 0:e.isTransportCompanyAddress}}class Ye extends X{constructor(e){var i,s,o,l;super(e);t(this,"contragents");t(this,"partnerGroups");t(this,"contacts");t(this,"deliveryAddresses");t(this,"channelPrimaryInterest");t(this,"sourcePrimaryInterest");t(this,"preferredDeliveryType");t(this,"primaryDemand");t(this,"isExcludedFromMsCallsToClients");t(this,"preferredWarehouse");t(this,"extraData");this.contragents=((i=e==null?void 0:e.contragents)==null?void 0:i.map(h=>ye.createInstance(h)))??[],this.partnerGroups=((s=e==null?void 0:e.partnerGroups)==null?void 0:s.map(h=>new F(h)))??[],this.contacts=((o=e==null?void 0:e.contacts)==null?void 0:o.map(h=>new H(h)))??[],this.deliveryAddresses=((l=e==null?void 0:e.deliveryAddresses)==null?void 0:l.map(h=>new Ce(h)))??[],this.channelPrimaryInterest=new We(e==null?void 0:e.channelPrimaryInterest),this.sourcePrimaryInterest=new Fe(e==null?void 0:e.sourcePrimaryInterest),this.preferredDeliveryType=new B(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 ue(e.preferredWarehouse):void 0,this.extraData=(e==null?void 0:e.extraData)??{}}}class tt{constructor(r){t(this,"id");t(this,"name");t(this,"alternativeName");t(this,"searchTerm");t(this,"cities");t(this,"region");t(this,"country");t(this,"phone");t(this,"email");t(this,"isActive");t(this,"createdAt",new _);t(this,"lastLoginDate",new _);t(this,"lastLoginDateHasOrder");t(this,"managers");t(this,"isManagerRequired");t(this,"salesDirections");t(this,"contragentInn");t(this,"contragentType");t(this,"preferredDeliveryType");t(this,"partnerGroups");t(this,"contact");t(this,"lastOrder");var e,i,s,o,l,h;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.cities=(e=r==null?void 0:r.cities)==null?void 0:e.map(g=>new Te(g)),this.region=new Y(r==null?void 0:r.region),this.country=new W(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 _(r==null?void 0:r.createdAt),this.lastLoginDate=new _(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(g=>new he(g)):[],this.salesDirections=(i=r==null?void 0:r.salesDirections)==null?void 0:i.map(g=>new I(g)),this.contragentInn=r==null?void 0:r.contragentInn,this.contragentType=new M(r==null?void 0:r.contragentType),this.preferredDeliveryType=new B(r==null?void 0:r.preferredDeliveryType),this.partnerGroups=(s=r==null?void 0:r.partnerGroups)==null?void 0:s.map(g=>new F(g)),this.contact=new be(r==null?void 0:r.contact),this.lastOrder={createdAt:new _((o=r==null?void 0:r.lastOrder)==null?void 0:o.createdAt),creator:(l=r==null?void 0:r.lastOrder)==null?void 0:l.creator,isApproved:(h=r==null?void 0:r.lastOrder)==null?void 0:h.isApproved}}resetFilterValue(r){switch(r){case"id":case"phone":case"email":case"name":case"alternativeName":case"searchTerm":case"contragentInn":this[r]=void 0;break;case"cities":this.cities=[];break;case"region":this.region=new Y;break;case"isActive":this.isActive=!0;break;case"createdAt":this.createdAt.from=null,this.createdAt.to=null;break;case"lastLoginDate":this.lastLoginDate.from=null,this.lastLoginDate.to=null;break;case"lastLoginDateHasOrder":this.lastLoginDateHasOrder=void 0;break;case"lastOrder":this.lastOrder={};break;case"managers":this.managers=[];break;case"salesDirections":this.salesDirections=[];break;case"contragentType":this.contragentType=new M;break;case"preferredDeliveryType":this.preferredDeliveryType=new B;break;case"partnerGroups":this.partnerGroups=[];break;case"contact":this.contact=new be;break}return this}asClearRaw(){var e,i,s,o;const r={};return Object.keys(this).forEach(l=>{const h=this[l];p.isNil(h)||p.isString(h)&&h.trim().length===0||p.isFunction(h.isNewRec)&&h.isNewRec()||(r[l]=h)}),!((e=r==null?void 0:r.createdAt)!=null&&e.from)&&!((i=r==null?void 0:r.createdAt)!=null&&i.to)&&delete r.createdAt,!((s=r==null?void 0:r.lastLoginDate)!=null&&s.from)&&!((o=r==null?void 0:r.lastLoginDate)!=null&&o.to)&&delete r.lastLoginDate,r}}class Xe extends q{constructor(e){super(e);t(this,"createdAt");t(this,"creator");t(this,"isApproved1c");this.createdAt=p.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date,this.creator=new G(e==null?void 0:e.creator),this.isApproved1c=(e==null?void 0:e.isApproved1c)??!1}}class Sr extends A{constructor(e){var i,s;super(e);t(this,"contacts",[]);t(this,"preferredDeliveryType");t(this,"partnerGroups",[]);t(this,"lastOrder");t(this,"salesDirection");t(this,"managers");(i=e.contacts)!=null&&i.length&&(this.contacts=e.contacts.map(o=>new H(o))),e.lastOrder&&(this.lastOrder=new Xe(e.lastOrder)),(s=e.partnerGroups)!=null&&s.length&&(this.partnerGroups=e.partnerGroups.map(o=>new F(o))),e.preferredDeliveryType&&(this.preferredDeliveryType=new B(e.preferredDeliveryType)),e.salesDirection&&(this.salesDirection=new I(e.salesDirection)),e.managers&&(this.managers=e.managers.map(o=>new Q(o)))}}class $r{constructor(r){t(this,"page",1);t(this,"pageSize",50);this.page=(r==null?void 0:r.page)??1,this.pageSize=(r==null?void 0:r.pageSize)??50}}class it extends $r{constructor(e){super(e);t(this,"itemCount",0);t(this,"pageCount",1);t(this,"pageSlot",5);t(this,"pageSizes",[25,50,100]);t(this,"showSizePicker",!0);this.itemCount=(e==null?void 0:e.itemCount)??0,this.pageCount=(e==null?void 0:e.pageCount)??1,this.pageSlot=(e==null?void 0:e.pageSlot)??5,this.pageSizes=(e==null?void 0:e.pageSizes)??[25,50,100],this.showSizePicker=(e==null?void 0:e.showSizePicker)??!0}}class st{constructor(r){t(this,"field");t(this,"direction");this.field=(r==null?void 0:r.field)??"",this.direction=(r==null?void 0:r.direction)??"asc"}}class nt extends me{getClient(r){return this.get(`/internal/clients/${r}`,{},e=>new Ye(e.data))}getClientsList(r,e,i,s){return this.getPaginated("/internal/clients",r,e,i,s,o=>{const l={...o.data};return l.data=l.data.map(h=>new X(h)),l})}getClientByPhone(r){return this.getClientsList({groupOp:"and",groups:[],filters:[{field:"phone",op:$e.Contains,value:r}]})}getAdditionalClientsData(r,e){const i=r.map(s=>s.id);return this.post("/internal/clients/additional-data",{clients:i,requested_data_types:e},s=>{let o=[];return(s==null?void 0:s.data.length)>0&&(o=s.data.map(l=>new Sr(l))),o})}getAllClientContacts(r){return this.get(`/internal/clients/${r}/contacts/all`,{},e=>{let i=[];return(e==null?void 0:e.data.length)>0&&(i=e.data.map(s=>new Tr(s))),i})}createClientCommonData(r,e={}){var i;return this.post("/internal/clients",{name:r.name,alternative_name:r.alternativeName,partner_groups:r.partnerGroups.map(s=>s.id),phone:r.phone,email:r.email,city_id:r.city.id,get_news:r.getNews,channel_primary_interest_id:r.channelPrimaryInterest.id,source_primary_interest_id:r.sourcePrimaryInterest.id,primary_demand:r.primaryDemand,is_excluded_from_ms_calls_to_clients:r.isExcludedFromMsCallsToClients,preferred_warehouse_id:(i=r.preferredWarehouse)==null?void 0:i.id},s=>new Ye(s.data),e)}updateClientCommonData(r,e={}){var i;return this.patch(`/internal/clients/${r.id}`,{name:r.name,alternative_name:r.alternativeName,partner_groups:r.partnerGroups.map(s=>s.id),phone:r.phone,email:r.email,city_id:r.city.id,get_news:r.getNews,channel_primary_interest_id:r.channelPrimaryInterest.id,source_primary_interest_id:r.sourcePrimaryInterest.id,primary_demand:r.primaryDemand,is_excluded_from_ms_calls_to_clients:r.isExcludedFromMsCallsToClients,preferred_warehouse_id:(i=r.preferredWarehouse)==null?void 0:i.id},void 0,e)}changeClientPassword(r,e,i,s={}){return this.patch(`/internal/clients/${r}`,{password:e,password_confirmation:i},void 0,s)}updateClientComment(r){return this.patch(`/internal/clients/${r.id}`,{comment:r.comment})}changeClientActivation(r){return this.patch(`/internal/clients/${r.id}`,{is_active:r.isActive})}async attachClientToManagers(r,e){const i=e.map(s=>this.patch(`/internal/clients/${r}/managers/${s.id}/attach`,{is_primary:s.isDefault}));await Promise.all(i)}async detachClientFromManagers(r,e){const i=e.map(s=>this.patch(`/internal/clients/${r}/managers/${s.id}/detach`));await Promise.all(i)}createContragentClientData(r,e,i={}){var g,w,T,L,k,d,O,N;let s;const o=e,l=e,h=e;switch(e.opf.slug){case $.Ic:s={opf:o.opf.slug,name:o.name,alternative_name:o.alternativeName,partner_group_id:(g=o.partnerGroup)==null?void 0:g.id,manager_id:(w=o.manager)==null?void 0:w.id,comment:o.comment,inn:o.inn,okpo:o.okpo,director_name:o.directorName,director_position:o.directorPosition,director_acts_on:o.directorActsOn,legal_address:o.legalAddress,postal_address:o.postalAddress,actual_address:o.actualAddress};break;case $.UlR:s={opf:l.opf.slug,name:l.name,alternative_name:l.alternativeName,partner_group_id:(T=l.partnerGroup)==null?void 0:T.id,manager_id:(L=l.manager)==null?void 0:L.id,comment:l.comment,inn:l.inn,kpp:l.kpp,okpo:l.okpo,director_name:l.directorName,director_position:l.directorPosition,director_acts_on:l.directorActsOn,legal_address:l.legalAddress,postal_address:l.postalAddress,actual_address:l.actualAddress};break;case $.UlNr:s={opf:h.opf.slug,name:h.name,alternative_name:h.alternativeName,partner_group_id:(k=h.partnerGroup)==null?void 0:k.id,manager_id:(d=h.manager)==null?void 0:d.id,comment:h.comment,director_name:h.directorName,director_position:h.directorPosition,director_acts_on:h.directorActsOn,legal_address:h.legalAddress,postal_address:h.postalAddress,actual_address:h.actualAddress,registration_country_id:h.registrationCountry.id,registration_number:h.registrationNumber,tax_number:h.taxNumber||void 0};break;default:s={opf:e.opf.slug,name:e.name,alternative_name:e.alternativeName,partner_group_id:(O=e.partnerGroup)==null?void 0:O.id,manager_id:(N=e.manager)==null?void 0:N.id,comment:e.comment};break}return this.post(`/internal/clients/${r}/contragents`,s,J=>ye.createInstance(J.data),i)}updateContragentClientData(r,e,i={}){var g,w,T,L,k,d,O,N;let s;const o=e,l=e,h=e;switch(e.opf.slug){case $.Ic:s={opf:o.opf.slug,name:o.name,alternative_name:o.alternativeName,partner_group_id:(g=o.partnerGroup)==null?void 0:g.id,manager_id:(w=o.manager)==null?void 0:w.id,comment:o.comment,inn:o.inn,okpo:o.okpo,director_name:o.directorName,director_position:o.directorPosition,director_acts_on:o.directorActsOn,legal_address:o.legalAddress,postal_address:o.postalAddress,actual_address:o.actualAddress};break;case $.UlR:s={opf:l.opf.slug,name:l.name,alternative_name:l.alternativeName,partner_group_id:(T=l.partnerGroup)==null?void 0:T.id,manager_id:(L=l.manager)==null?void 0:L.id,comment:l.comment,inn:l.inn,kpp:l.kpp,okpo:l.okpo,director_name:l.directorName,director_position:l.directorPosition,director_acts_on:l.directorActsOn,legal_address:l.legalAddress,postal_address:l.postalAddress,actual_address:l.actualAddress};break;case $.UlNr:s={opf:h.opf.slug,name:h.name,alternative_name:h.alternativeName,partner_group_id:(k=h.partnerGroup)==null?void 0:k.id,manager_id:(d=h.manager)==null?void 0:d.id,comment:h.comment,director_name:h.directorName,director_position:h.directorPosition,director_acts_on:h.directorActsOn,legal_address:h.legalAddress,postal_address:h.postalAddress,actual_address:h.actualAddress,registration_country_id:h.registrationCountry.id,registration_number:h.registrationNumber,tax_number:h.taxNumber||void 0};break;default:s={opf:e.opf.slug,name:e.name,alternative_name:e.alternativeName,partner_group_id:(O=e.partnerGroup)==null?void 0:O.id,manager_id:(N=e.manager)==null?void 0:N.id,comment:e.comment};break}return this.patch(`/internal/clients/${r}/contragents/${e.id}`,s,J=>ye.createInstance(J.data),i)}deleteClientContragent(r,e){return this.delete(`/internal/clients/${r}/contragents/${e.id}`)}createClientDeliveryAddress(r,e,i={}){var o,l;const s={address:e.address,is_one_time:e.isOneTime??!1,is_transport_company_address:e.isTransportCompanyAddress??!1,comment:e.comment??""};return e.coordinates&&(s.coordinates={lat:(o=e.coordinates)==null?void 0:o.lat,long:(l=e.coordinates)==null?void 0:l.long}),e.operatingHours&&(s.operating_hours={from:e.operatingHours.from,to:e.operatingHours.to}),this.post(`/internal/clients/${r}/delivery-addresses`,s,h=>new Ce(h.data),i)}updateClientDeliveryAddress(r,e,i={}){var o,l;const s={address:e.address,is_one_time:e.isOneTime??!1,is_transport_company_address:e.isTransportCompanyAddress??!1,comment:e.comment??""};return e.operatingHours&&(s.operating_hours={from:e.operatingHours.from,to:e.operatingHours.to}),e.coordinates&&(s.coordinates={lat:(o=e.coordinates)==null?void 0:o.lat,long:(l=e.coordinates)==null?void 0:l.long}),this.patch(`/internal/clients/${r}/delivery-addresses/${e.id}`,s,h=>new Ce(h.data),i)}deleteClientDeliveryAddress(r,e){return this.delete(`/internal/clients/${r}/delivery-addresses/${e.id}`)}createContragentBankAccount(r,e,i,s={}){return this.post(`/internal/clients/${r}/contragents/${e}/bank-accounts`,{bank_name:i.bankName,bic:i.bic,account_number:i.accountNumber,correspondent_account:i.correspondentAccount,currency_id:i.currency.id},o=>new Ie(o.data),s)}updateContragentBankAccount(r,e,i,s={}){return this.patch(`/internal/clients/${r}/contragents/${e}/bank-accounts/${i.id}`,{bank_name:i.bankName,bic:i.bic,account_number:i.accountNumber,correspondent_account:i.correspondentAccount,currency_id:i.currency.id},o=>new Ie(o.data),s)}deleteContragentBankAccount(r,e,i){return this.delete(`/internal/clients/${r}/contragents/${e}/bank-accounts/${i.id}`)}createClientContact(r,e,i={}){return this.createContact(r,e,{client:{id:r,is_primary:e.isPrimary??!1,not_disturb:e.notDisturb??!1}},i)}updateClientContact(r,e,i={}){return this.patch(`/internal/clients/${r}/contacts/${e.id}`,{name:e.name,position:e.position,phone:e.phone,email:e.email,comment:e.comment,not_disturb:e.notDisturb},s=>new H(s.data),i)}setPrimaryClientContact(r,e){return this.setPrimaryContact(`/internal/clients/${r}/contacts/${e.id}/primary`,e.isPrimary??!1)}detachClientContact(r,e){return this.detachContact(`/internal/clients/${r}/contacts/${e.id}/detach`)}createContragentContact(r,e,i,s={}){return this.createContact(r,i,{contragents:[{id:e,is_primary:i.isPrimary??!1,not_disturb:i.notDisturb??!1}]},s)}setPrimaryContragentContact(r,e,i){return this.setPrimaryContact(`/internal/clients/${r}/contragents/${e}/contacts/${i.id}/primary`,i.isPrimary??!1)}detachContragentContact(r,e,i){return this.detachContact(`/internal/clients/${r}/contragents/${e}/contacts/${i.id}/detach`)}createDeliveryAddressContact(r,e,i,s={}){return this.createContact(r,i,{addresses:[{id:e,is_primary:i.isPrimary??!1,not_disturb:i.notDisturb??!1}]},s)}setPrimaryDeliveryAddressContact(r,e,i){return this.setPrimaryContact(`/internal/clients/${r}/delivery-addresses/${e}/contacts/${i.id}/primary`,i.isPrimary??!1)}detachDeliveryAddressContact(r,e,i){return this.detachContact(`/internal/clients/${r}/delivery-addresses/${e}/contacts/${i.id}/detach`)}createContact(r,e,i,s={}){var l,h;const o={name:e.name,position:e.position,comment:e.comment,...i};return(l=e.phone)!=null&&l.length&&(o.phone=e.phone),(h=e.email)!=null&&h.length&&(o.email=e.email),this.post(`/internal/clients/${r}/contacts`,o,g=>new H(g.data),s)}setPrimaryContact(r,e){return this.patch(r,{is_primary:e})}detachContact(r){return this.patch(r)}sendClientEmailConfirmation(r){return this.get(`/internal/clients/${r.id}/verification/email?email=${r.email}`)}}const ie=class ie extends y{constructor(){super();t(this,"responseDataCacheTimeout");this.responseDataCacheTimeout=a.getConfig().http.responseDataCacheTimeout}static getCachedResponse(e){const i=ie.responseDataCache.get(e);if(i&&i.validTo>new Date)return i.val}cacheResponse(e,i){ie.responseDataCache.set(e,{validTo:m.addSeconds(new Date,this.responseDataCacheTimeout),val:i})}getTypedDataArrayRequester(e,i,s=!1,o={}){const l=i+(p.isEmpty(o)?"":` >>> ${JSON.stringify(o)}`),h=s?ie.getCachedResponse(l):void 0;return h?Promise.resolve(h):this.get(i,o).then(g=>{const w=g.map(T=>Re.instanceInitializer(e,T));return s&&w&&this.cacheResponse(i,w),w})}};t(ie,"responseDataCache",new Map);let re=ie;class ot extends y{checkPhoneIsBusy(r){return new Promise((e,i)=>{this.request({method:"GET",url:"/public/user/verification/phone/check",params:{phone:r}}).then(s=>{e(!!s.isBusy)}).catch(i)})}}class ct extends y{getConfiguratorSettings(r){var e;return this.get(`internal/catalog/categories/${r.id}/configurators/${(e=r.properties)==null?void 0:e.editor}/settings`)}searchProduct(r,e,i={}){var o;const s=this.get(`internal/catalog/categories/${r.id}/configurators/${(o=r.properties)==null?void 0:o.editor}/product`,{params:e},l=>new S(l.data));return s.catch(l=>{this.errorResponseHandler(l,i)}),s}createTemplate(r,e,i={}){var s;return this.post(`internal/catalog/categories/${r.id}/configurators/${(s=r.properties)==null?void 0:s.editor}/template`,{...e},()=>{},i)}removeTemplate(r,e){var i;return this.delete(`internal/catalog/categories/${r.id}/configurators/${(i=r.properties)==null?void 0:i.editor}/template/${e}`)}}class lt{static defaultDateRanges(){const r=m.addBusinessDays(new Date,1);return{nextWorkingDay:{label:"Следующий рабочий день",from:m.startOfDay(r),to:m.endOfDay(r)},today:{label:"Сегодня",from:m.startOfToday(),to:m.endOfToday()},yesterday:{label:"Вчера",from:m.startOfYesterday(),to:m.endOfYesterday()},tomorrow:{label:"Завтра",from:m.startOfTomorrow(),to:m.endOfTomorrow()}}}}const se=class se{static setLinearValues(r){se.linearValues=r}static productIsMeasurable(r){return se.linearValues.includes(r.unit)}static getProductMultiplicity(r){var e,i;return!((e=r.properties)!=null&&e.ignoreMinCountCheck)&&((i=r.properties)!=null&&i.minCount)&&!se.productIsMeasurable(r)?r.properties.minCount:1}static getProductLengthMultiplicity(r){var e,i,s;return(e=r.properties)!=null&&e.lengthStep?r.properties.lengthStep:!((i=r.properties)!=null&&i.ignoreMinCountCheck)&&((s=r.properties)!=null&&s.minCount)?r.properties.minCount:.01}};t(se,"linearValues",["пог.м.","м.","м2"]);let Ze=se;class ut{static generateUndefinedManagerInstance(){return new he({id:0,name:"- Не назначен -",isActive:!0,guid:"-undefined-"})}static isUndefinedManagerInstance(r){return r.id===0&&r.guid==="-undefined-"}}class Ir extends re{async getManagers(){const r="/internal/managers",e=re.getCachedResponse(r);if(e)return e;const s=(await this.get(r)).data.map(o=>Re.instanceInitializer(he,o));return this.cacheResponse(r,s),s}}class xe extends Xe{constructor(e){var i,s,o,l,h,g,w,T;super(e);t(this,"client");t(this,"payment");t(this,"delivery");t(this,"attachedUser");t(this,"status");t(this,"salesDirection");t(this,"pendingAt");t(this,"processedAt");t(this,"isOnOrder");t(this,"isNotInStock");this.client=new X(e==null?void 0:e.client),this.payment={type:((i=e==null?void 0:e.payment)==null?void 0:i.type)??-1,status:((s=e==null?void 0:e.payment)==null?void 0:s.status)??-1,onlinePaymentLink:(o=e==null?void 0:e.payment)==null?void 0:o.onlinePaymentLink},this.delivery={type:((l=e==null?void 0:e.delivery)==null?void 0:l.type)??-1,date:p.isString((h=e==null?void 0:e.delivery)==null?void 0:h.date)?m.parseISO(e.delivery.date):((g=e==null?void 0:e.delivery)==null?void 0:g.date)??new Date,address:(w=e==null?void 0:e.delivery)!=null&&w.address?new Ce(e.delivery.address):void 0,warehouse:(T=e==null?void 0:e.delivery)!=null&&T.warehouse?new ue(e.delivery.warehouse):void 0},this.attachedUser=new G(e==null?void 0:e.attachedUser),this.status=(e==null?void 0:e.status)??0,this.salesDirection=new I(e==null?void 0:e.salesDirection),this.pendingAt=p.isString(e==null?void 0:e.pendingAt)?m.parseISO(e.pendingAt):e==null?void 0:e.pendingAt,this.processedAt=p.isString(e==null?void 0:e.processedAt)?m.parseISO(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}}class br extends q{constructor(e){super(e);t(this,"product");t(this,"quantity");t(this,"currency");t(this,"costOne");t(this,"costOneRub");t(this,"cost");t(this,"costRub");t(this,"marker");t(this,"height");t(this,"length");t(this,"width");t(this,"logicGroupId");t(this,"salesDirection");t(this,"specificationImgUrl");t(this,"configurator");t(this,"configuratorParams");t(this,"sawing");this.product=new z(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}}class _r extends xe{constructor(e){super(e);t(this,"products");t(this,"invoices");t(this,"comment");t(this,"image");t(this,"contragent");t(this,"barcode");t(this,"orderSource");t(this,"isAllowProcessingWithoutPayment");this.products=(e.products??[]).map(i=>new br(i)),this.invoices=e.invoices??[],this.comment=e.comment,this.image=e.image,this.contragent=e.contragent?ye.createInstance(e.contragent):void 0,this.barcode=e.barcode,this.orderSource=e.orderSource?new P(e.orderSource):void 0,this.isAllowProcessingWithoutPayment=e.isAllowProcessingWithoutPayment}}class pt extends me{getOrders(r,e,i){return this.getPaginated("/internal/orders",r,e?[e]:void 0,i,{},s=>{const o={...s.data};return o.data=o.data.map(l=>new xe(l)),o})}getClientOrderStatistics(r,e){return this.get(`/internal/clients/${r}/orders/statistics`,e?{period:e}:{})}getOrder(r){return this.get(`/internal/orders/${r}`,{},e=>new _r(e.data))}}class Le{constructor(r){t(this,"client");t(this,"product");t(this,"cost");t(this,"costCoefficient");t(this,"source");this.client=new X(r==null?void 0:r.client),this.product=new S(r==null?void 0:r.product),this.cost=(r==null?void 0:r.cost)??0,this.costCoefficient=(r==null?void 0:r.costCoefficient)??0,this.source=(r==null?void 0:r.source)??De.Product}}const Ee=n=>{var r,e,i,s,o;return n?p.omitBy({cities:(r=n.cities)==null?void 0:r.map(l=>l.id),clients:(e=n.clients)==null?void 0:e.map(l=>l.id),managers:(i=n.managers)==null?void 0:i.map(l=>l.id),partnerGroups:(s=n.partnerGroups)==null?void 0:s.map(l=>l.id),salesDirections:(o=n.salesDirections)==null?void 0:o.map(l=>l.id),hideNotActive:n.hideNotActive},l=>p.isNil(l)||(p.isArray(l)||p.isObject(l))&&p.isEmpty(l)):{}},Lr=n=>{const r={};return n.from&&(n.from.coefficient||n.from.value)&&(r.from={},n.from.coefficient&&(r.from.priceCoefficientId=n.from.coefficient.id),n.from.value&&(r.from.increasePercent=n.from.value)),n.to&&(n.to.coefficient||n.to.value)&&(r.to={},n.to.coefficient&&(r.to.priceCoefficientId=n.to.coefficient.id),n.to.value&&(r.to.increasePercent=n.to.value)),r};class ht extends y{analyzeProductPrices(r,e,i){return this.get(`/internal/price/products/${r}/analyze`,{...Lr(e),filters:Ee(i)},s=>s.data.map(o=>new Le(o)))}analyzeCategoryPrices(r,e,i){return this.get(`/internal/price/categories/${r}/analyze`,{...Lr(e),filters:Ee(i)},s=>s.data.map(o=>new Le(o)))}analyzeCategoryPricesBySquare(r,e,i){return this.get(`/internal/price/categories/${r}/analyze/square`,{...e,filters:Ee(i)},s=>s.data.map(o=>new Le(o)))}}class kr{constructor(r){t(this,"cost");t(this,"isLowCost");t(this,"isRetail");t(this,"costDate");t(this,"discountName");t(this,"priceTemplateName");t(this,"product");t(this,"client");t(this,"executor");t(this,"currency");this.cost=r.cost??0,this.isLowCost=r.isLowCost??!1,this.isRetail=r.isRetail??!1,this.costDate=p.isString(r.costDate)?m.parseISO(r.costDate):r.costDate??new Date,this.discountName=r.discountName,this.priceTemplateName=r.priceTemplateName,this.product=r.product?new we(r.product):void 0,this.client=r.client?new G(r.client):void 0,this.executor=r.executor?new G(r.executor):void 0,this.currency=r.currency?new fe(r.currency):void 0}}class dr extends we{constructor(e){super(e);t(this,"history");this.history=p.map(e.history,i=>new kr(i))}}class gt extends y{constructor(){super(),this.baseUrl=`${a.getConfig().http.priceHistoryApiUrl}/api`}getProductPriceHistory(r){var s,o,l,h;const e=a.getConfig().dateFormats.api,i=p.omitBy(p.merge(r,{costDate:{from:p.isDate((s=r.costDate)==null?void 0:s.from)?m.format(r.costDate.from,e):(o=r.costDate)==null?void 0:o.from,to:p.isDate((l=r.costDate)==null?void 0:l.to)?m.format(r.costDate.to,e):(h=r.costDate)==null?void 0:h.to}}),g=>p.isNil(g)||(p.isArray(g)||p.isObject(g))&&p.isEmpty(g));return this.get("/internal/history",i,g=>p.map(g.data,w=>new dr(w)))}}class v extends re{getReference(r,e=!1){return this.getTypedDataArrayRequester(Cr,`/internal/references/${r}`,e)}getChannelPrimaryInterest(){return this.getTypedDataArrayRequester(We,"/internal/references/channel-primary-interest",!0)}getContactPositions(){return this.getTypedDataArrayRequester(Pr,"/internal/references/contact-position",!0)}getCurrency(){return this.getTypedDataArrayRequester(fe,"/public/references/currency",!0)}getPartnerGroup(){return this.getTypedDataArrayRequester(F,"/internal/references/partner-group",!0)}getOpf(){return this.getTypedDataArrayRequester(M,"/public/references/opf",!0)}getOrderPaymentStatuses(){return this.getTypedDataArrayRequester(wr,"/public/references/order-payment-status",!0)}getOrderStatuses(){return this.getTypedDataArrayRequester(ar,"/public/references/order-status",!0)}getPaymentTypes(){return this.getTypedDataArrayRequester(vr,"/public/references/payment-type",!0)}getResourceTypes(){return this.getTypedDataArrayRequester(Ve,"/internal/references/resource-type",!0)}getSalesDirections(){return this.getTypedDataArrayRequester(I,"/public/references/sales-direction",!0)}getSourcePrimaryInterest(){return this.getTypedDataArrayRequester(Fe,"/internal/references/source-primary-interest",!0)}searchCity(r){return this.getTypedDataArrayRequester(Te,`/internal/references/city-with-region-and-country/search?term=${r}`)}searchRegion(r){return this.getTypedDataArrayRequester(Y,`/internal/references/region-with-country/search?term=${r}`)}searchCountry(r){return this.getTypedDataArrayRequester(W,`/internal/references/country/search?term=${r}`)}getDeliveryTypes(){return this.getTypedDataArrayRequester(B,"/internal/references/delivery-type",!0)}getWarehouses(){return this.getTypedDataArrayRequester(ue,"/public/references/warehouse",!0)}getPropertyTypes(){return this.getTypedDataArrayRequester(Me,"/internal/references/property-type",!0)}getPriceCoefficients(){return this.getTypedDataArrayRequester(le,"/internal/references/price-coefficient",!0)}getProductFileType(){return this.getTypedDataArrayRequester(Rr,"/public/references/product-file-type",!0)}}const R=K.defineStore("__references_private",()=>{const n=f.ref({}),r=f.ref(void 0),e=f.ref(void 0),i=f.ref(void 0),s=f.ref(void 0),o=f.ref(void 0),l=f.ref(void 0),h=f.ref(void 0),g=f.ref(void 0),w=f.ref(void 0),T=f.ref(void 0),L=f.ref(void 0),k=f.ref(void 0),d=f.ref(void 0),O=f.ref(void 0),N=f.ref(void 0),J=f.ref(void 0),u=f.ref(void 0);return{dataLoaderList:n,channelPrimaryInterestReference:r,contactPositionsReference:e,currencyReference:i,deliveryTypeReference:s,managersList:o,opfReference:l,orderPaymentStatusReference:h,orderStatusReference:g,paymentTypeReference:w,partnerGroupReference:T,productFileTypeReference:L,resourceTypesReference:k,salesDirectionsReference:d,sourcePrimaryInterestReference:O,warehousesReference:N,propertyTypesReference:J,priceCoefficientsReference:u}}),mt=K.defineStore("references",()=>{const n=f.computed(()=>{const u=R();return!u.channelPrimaryInterestReference&&!u.dataLoaderList.channelPrimaryInterestReference&&(u.dataLoaderList.channelPrimaryInterestReference=!0,y.getInstance(v).getChannelPrimaryInterest().then(C=>{u.channelPrimaryInterestReference=C}).catch(p.noop)),u.channelPrimaryInterestReference}),r=f.computed(()=>{const u=R();return!u.contactPositionsReference&&!u.dataLoaderList.contactPositionsReference&&(u.dataLoaderList.contactPositionsReference=!0,y.getInstance(v).getContactPositions().then(C=>{u.contactPositionsReference=C}).catch(p.noop)),u.contactPositionsReference}),e=f.computed(()=>{const u=R();return!u.currencyReference&&!u.dataLoaderList.currencyReference&&(u.dataLoaderList.currencyReference=!0,y.getInstance(v).getCurrency().then(C=>{u.currencyReference=C}).catch(p.noop)),u.currencyReference}),i=f.computed(()=>{const u=R();return!u.opfReference&&!u.dataLoaderList.opfReference&&(u.dataLoaderList.opfReference=!0,y.getInstance(v).getOpf().then(C=>{u.opfReference=C}).catch(p.noop)),u.opfReference}),s=f.computed(()=>{const u=R();return!u.orderPaymentStatusReference&&!u.dataLoaderList.orderPaymentStatusReference&&(u.dataLoaderList.orderPaymentStatusReference=!0,y.getInstance(v).getOrderPaymentStatuses().then(C=>{u.orderPaymentStatusReference=C}).catch(p.noop)),u.orderPaymentStatusReference}),o=f.computed(()=>{const u=R();return!u.orderStatusReference&&!u.dataLoaderList.orderStatusReference&&(u.dataLoaderList.orderStatusReference=!0,y.getInstance(v).getOrderStatuses().then(C=>{u.orderStatusReference=C}).catch(p.noop)),u.orderStatusReference}),l=f.computed(()=>{const u=R();return!u.paymentTypeReference&&!u.dataLoaderList.paymentTypeReference&&(u.dataLoaderList.paymentTypeReference=!0,y.getInstance(v).getPaymentTypes().then(C=>{u.paymentTypeReference=C}).catch(p.noop)),u.paymentTypeReference}),h=f.computed(()=>{const u=R();return!u.partnerGroupReference&&!u.dataLoaderList.partnerGroupReference&&(u.dataLoaderList.partnerGroupReference=!0,y.getInstance(v).getPartnerGroup().then(C=>{u.partnerGroupReference=C}).catch(p.noop)),u.partnerGroupReference}),g=f.computed(()=>{const u=R();return!u.productFileTypeReference&&!u.dataLoaderList.productFileTypeReference&&(u.dataLoaderList.productFileTypeReference=!0,y.getInstance(v).getProductFileType().then(C=>{u.productFileTypeReference=C}).catch(p.noop)),u.productFileTypeReference}),w=f.computed(()=>{const u=R();return!u.resourceTypesReference&&!u.dataLoaderList.resourceTypesReference&&(u.dataLoaderList.resourceTypesReference=!0,y.getInstance(v).getResourceTypes().then(C=>{u.resourceTypesReference=C}).catch(p.noop)),u.resourceTypesReference}),T=f.computed(()=>{const u=R();return!u.salesDirectionsReference&&!u.dataLoaderList.salesDirectionsReference&&(u.dataLoaderList.salesDirectionsReference=!0,y.getInstance(v).getSalesDirections().then(C=>{u.salesDirectionsReference=C}).catch(p.noop)),u.salesDirectionsReference}),L=f.computed(()=>{const u=R();return!u.sourcePrimaryInterestReference&&!u.dataLoaderList.sourcePrimaryInterestReference&&(u.dataLoaderList.sourcePrimaryInterestReference=!0,y.getInstance(v).getSourcePrimaryInterest().then(C=>{u.sourcePrimaryInterestReference=C}).catch(p.noop)),u.sourcePrimaryInterestReference}),k=f.computed(()=>{const u=R();return!u.deliveryTypeReference&&!u.dataLoaderList.deliveryTypeReference&&(u.dataLoaderList.deliveryTypeReference=!0,y.getInstance(v).getDeliveryTypes().then(C=>{u.deliveryTypeReference=C}).catch(p.noop)),u.deliveryTypeReference}),d=f.computed(()=>{const u=R();return!u.managersList&&!u.dataLoaderList.managersList&&(u.dataLoaderList.managersList=!0,y.getInstance(Ir).getManagers().then(C=>{u.managersList=C}).catch(p.noop)),u.managersList}),O=f.computed(()=>{const u=R();return!u.warehousesReference&&!u.dataLoaderList.warehousesReference&&(u.dataLoaderList.warehousesReference=!0,y.getInstance(v).getWarehouses().then(C=>{u.warehousesReference=C}).catch(p.noop)),u.warehousesReference}),N=f.computed(()=>{const u=R();return!u.propertyTypesReference&&!u.dataLoaderList.propertyTypesReference&&(u.dataLoaderList.propertyTypesReference=!0,y.getInstance(v).getPropertyTypes().then(C=>{u.propertyTypesReference=C}).catch(p.noop)),u.propertyTypesReference}),J=f.computed(()=>{const u=R();return!u.priceCoefficientsReference&&!u.dataLoaderList.priceCoefficientsReference&&(u.dataLoaderList.priceCoefficientsReference=!0,y.getInstance(v).getPriceCoefficients().then(C=>{u.priceCoefficientsReference=C}).catch(p.noop)),u.priceCoefficientsReference});return{channelPrimaryInterestsReference:n,contactPositionsReference:r,currencyReference:e,opfReference:i,orderPaymentStatusReference:s,orderStatusReference:o,paymentTypeReference:l,partnerGroupsReference:h,productFilesTypesReference:g,resourceTypesReference:w,salesDirectionsReference:T,sourcePrimaryInterestsReference:L,deliveryTypeReference:k,managersList:d,warehousesReference:O,propertyTypesReference:N,priceCoefficientsReference:J}});class Or{constructor(r){t(this,"name");t(this,"content");this.name=r.name,this.content=r.content}}class er{constructor(r){t(this,"resourceType");t(this,"resourceId");t(this,"h1");t(this,"title");t(this,"description");t(this,"keywords");t(this,"meta");var e;this.resourceType=new Ve(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(i=>new Or(i)))??[]}}class ft extends y{getResourceSeoData(r,e){return this.get(`/internal/seo/${r.slug}/${e}`,{},i=>new er(i.data))}saveResourceSeoData(r,e={}){return this.post(`/internal/seo/${r.resourceType.slug}/${r.resourceId}`,r,i=>new er(i.data),e)}deleteResourceSeoData(r,e){return this.delete(`/internal/seo/${r.slug}/${e}`)}}class yt extends y{searchAddresses(r){return this.execSuggestionQuery("/public/suggestions/address",r)}searchBank(r){return this.execSuggestionQuery("/public/suggestions/bank",r)}searchOrganization(r){return this.execSuggestionQuery("/public/suggestions/organization",r)}execSuggestionQuery(r,e){return this.get(r,{query:e}).then(i=>{const s=[...i];let o=1;return s.forEach(l=>{l.id=o++}),s})}}var Nr=(n=>(n.Admin="admin",n.Manager="manager",n.Operator="operator",n.Client="client",n.Guest="guest",n))(Nr||{});class qr extends Ge{constructor(e){super(e);t(this,"type");t(this,"canDoReclamations");t(this,"photo");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}}class Ct extends y{constructor(){super(),this.baseUrl=`${a.getConfig().http.portalApiUrl}/api`,this.interceptorIds.request.authRequestInterceptor&&this.httpClient.interceptors.request.eject(this.interceptorIds.request.authRequestInterceptor)}getAccessToken(){return this.get("internal/users/current-tokens").then(r=>r.accessToken)}}class Ur extends y{getCurrentUser(){return this.get("/internal/users/info",{},r=>new qr(r.data))}}const Pt=K.defineStore("__user_state_private",()=>{const n=f.ref({}),r=f.ref(void 0);return{dataLoaderList:n,currentUser:r}}),wt=K.defineStore("user_state",()=>({currentUser:f.computed(()=>{const r=Pt();return!r.currentUser&&!r.dataLoaderList.currentUser&&(r.dataLoaderList.currentUser=!0,y.getInstance(Ur).getCurrentUser().then(e=>{r.currentUser=e}).catch(p.noop).finally(()=>{r.dataLoaderList.currentUser=!1})),r.currentUser})}));class at{constructor(r,e){t(this,"showFeedback",!1);t(this,"feedback","");t(this,"validationStatus");this.showFeedback=!!r,this.feedback=r,this.validationStatus=e}}c.AnyReference=Cr,c.AppBaseConfig=Wr,c.AppConfigProvider=a,c.BankAccount=Ie,c.BasePaginationProvider=me,c.CalculationTypeEnum=or,c.Cart=pe,c.CartItem=nr,c.CartItemBase=sr,c.CartProvider=Hr,c.CatalogProvider=Vr,c.CatalogableItem=de,c.Category=U,c.CategoryPricingRule=Be,c.ChannelPrimaryInterest=We,c.City=rt,c.CityWithRegionAndCountry=Te,c.Client=Ye,c.ClientAdditionalData=Sr,c.ClientCategory=ge,c.ClientDataProvider=nt,c.ClientPriceProvider=Fr,c.ClientPriceTemplateProvider=Jr,c.ClientProduct=z,c.ClientProductCategoryDataProvider=Yr,c.ClientProductDataProvider=Xr,c.ClientShortInfo=X,c.ClientsAdditionalDataRequestTypeEnum=yr,c.ClientsListFilters=tt,c.CodedIdentity=we,c.ConfiguratorProvider=ct,c.Contact=be,c.ContactLinks=pr,c.ContactPerson=H,c.ContactPersonRelated=Tr,c.ContactPosition=Pr,c.ContactRelation=_e,c.ContragentBase=Je,c.ContragentFactory=ye,c.ContragentIc=Ke,c.ContragentPerson=Dr,c.ContragentUlNr=Ar,c.ContragentUlR=Qe,c.CostSourceEnum=De,c.Country=W,c.Currency=fe,c.DataSuggestionProvider=yt,c.DataTablePagination=it,c.DataTablePaginationRequestParams=$r,c.DataTableSortRequestParams=st,c.DateTimeProvider=lt,c.DeletableNamedIdentity=lr,c.DeliveryAddress=Ce,c.DeliveryType=B,c.DetailedJwtPayload=Mr,c.DeviceTypeResolutionConfig=hr,c.DiscountShortInfo=ur,c.FieldValidationResultData=at,c.FilterGroup=ee,c.FilterItem=je,c.FilterOpEnum=$e,c.GeoCoordinates=Ne,c.HiddenCatalogableItem=tr,c.HttpCachedRequester=re,c.HttpParamsConfig=gr,c.HttpRequester=y,c.Identity=q,c.Image=ir,c.JwtPayload=oe,c.Manager=he,c.ManagerCommon=Q,c.ManagerDataFactory=ut,c.ManagerDataProvider=Ir,c.MetaTagItem=Or,c.NamedIdentity=A,c.Opf=M,c.OpfEnum=$,c.Order=_r,c.OrderInfo=xe,c.OrderPaymentStatus=wr,c.OrderProduct=br,c.OrderShortInfo=Xe,c.OrderStatus=ar,c.OrdersDataProvider=pt,c.PartnerGroup=F,c.PaymentType=vr,c.PreferencesStorageProvider=Br,c.PriceAnalyze=Le,c.PriceAnalyzeProvider=ht,c.PriceCoefficient=le,c.PriceCoefficientEnum=Oe,c.PriceHistoryDataProvider=gt,c.PriceHistoryItem=kr,c.PriceTemplate=j,c.PriceTemplateCategory=Ae,c.PriceTemplateClient=Z,c.PriceTemplateICatalogableItem=Ue,c.PriceTemplateProduct=Se,c.PriceTemplateProvider=Zr,c.PricingRole=E,c.PricingRoleProvider=xr,c.PrimaryCatalogableItem=ae,c.Product=S,c.ProductCategoryDataProvider=Kr,c.ProductDataProvider=Qr,c.ProductFileType=Rr,c.ProductPriceCoefficient=ve,c.ProductPriceHistory=dr,c.PropertiesProvider=Er,c.Property=x,c.PropertyType=Me,c.PropertyTypeEnum=cr,c.PropertyValue=V,c.RecommendationsDataProvider=et,c.RecommendationsList=He,c.Reference=P,c.ReferenceDataProvider=v,c.Region=Y,c.ResourceType=Ve,c.SalesDirection=I,c.SentryConfig=mr,c.Seo=er,c.SeoDataProvider=ft,c.SourcePrimaryInterest=Fe,c.StockCount=rr,c.TemplatesListFilters=zr,c.TypedInstanceFactory=Re,c.UnitsHelper=Ze,c.UnknownClientDataProvider=ot,c.UpdatableNamedIdentity=qe,c.User=qr,c.UserAuthDataProvider=Ct,c.UserCommonInfo=Ge,c.UserDataProvider=Ur,c.UserShortInfo=G,c.UserTypeEnum=Nr,c.VersionConfig=fr,c.Warehouse=ue,c.findCatalogItemByIdRecursive=ze,c.useAuthStateStore=Pe,c.useReferencesStore=mt,c.useUserStateStore=wt,Object.defineProperty(c,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(c,D){typeof exports=="object"&&typeof module<"u"?D(exports,require("jwt-decode"),require("lodash-es"),require("ts-case-convert"),require("pinia"),require("vue"),require("date-fns"),require("axios")):typeof define=="function"&&define.amd?define(["exports","jwt-decode","lodash-es","ts-case-convert","pinia","vue","date-fns","axios"],D):(c=typeof globalThis<"u"?globalThis:c||self,D(c["SC Common Lib"]={},c["jwt-decode"],c["lodash-es"],c["ts-case-convert"],c.pinia,c.vue,c["date-fns"],c.axios))})(this,function(c,D,p,oe,K,f,m,Gr){"use strict";var vt=Object.defineProperty;var Rt=(c,D,p)=>D in c?vt(c,D,{enumerable:!0,configurable:!0,writable:!0,value:p}):c[D]=p;var t=(c,D,p)=>Rt(c,typeof D!="symbol"?D+"":D,p);class ce{constructor(r){t(this,"exp",0);t(this,"iat",0);t(this,"authTime",0);t(this,"jti","");t(this,"iss","");t(this,"aud",[]);t(this,"sub","");t(this,"typ","Bearer");t(this,"azp","");t(this,"sid","");t(this,"acr","");t(this,"allowedOrigins",[]);t(this,"realmAccess",{roles:[]});t(this,"resourceAccess",{});t(this,"scope","");t(this,"emailVerified",!1);t(this,"name","");t(this,"guid","");t(this,"preferredUsername","");t(this,"givenName","");t(this,"email","");p.merge(this,r)}static getJwtPayload(r){return new ce(oe.objectToCamel(D.jwtDecode(r)))}}class Mr extends ce{constructor(e){super(e);t(this,"familyName");t(this,"middleName");t(this,"locale");t(this,"phoneNumber");t(this,"phoneNumberVerified");t(this,"address");p.merge(this,e)}static getJwtPayload(e){return new ce(oe.objectToCamel(D.jwtDecode(e)))}}const ie=class ie{static init(r){ie.config=r}static getConfig(){if(p.isUndefined(ie.config))throw new Error("Config is undefined. Please set config by AppConfigProvider.init().");return ie.config}static loadRemoteConfig(r="/config.json"){const e=fetch(r).then(i=>i.ok?i.json():(console.error(new Error(`Ошибка загрузки ${r}: ${i.statusText}`)),new Promise(s=>{s({})})));return e.catch(i=>{console.error(i)}),e}};t(ie,"config");let w=ie;const ke=K.defineStore("__auth_state_private",()=>{var e;const n=f.ref(Promise.resolve((e=w.getConfig().devMode)==null?void 0:e.initAuthBearerToken)),r=f.ref(void 0);return{accessToken:n,accessTokenUpdater:r}}),we=K.defineStore("__auth_state",()=>{const n=f.computed(()=>{const i=ke();if(p.isNil(i.accessToken)&&!p.isNil(i.accessTokenUpdater)){const s=i.accessTokenUpdater();i.accessToken=s,s.then(o=>{i.accessToken=Promise.resolve(o)}).catch(p.noop)}return i.accessToken});function r(i){ke().accessTokenUpdater=i}function e(){ke().accessToken=void 0}return{accessToken:n,setAccessTokenUpdater:r,invalidateAccessToken:e}});class q{constructor(r,e){t(this,"id");t(this,"guid");this.id=r==null?void 0:r.id,p.isNil(this.id)&&(p.isNil(e)?typeof(r==null?void 0:r.id)=="number"?this.id=-1:typeof(r==null?void 0:r.id)=="string"&&(this.id=""):this.id=e),this.guid=(r==null?void 0:r.guid)??""}isNewRec(){return typeof this.id=="number"?this.id===-1:typeof this.id=="string"?this.id==="":p.isNil(this.id)}}class A extends q{constructor(e){super(e);t(this,"name","");this.name=(e==null?void 0:e.name)??""}}class Q extends A{constructor(e){super(e);t(this,"code","");this.code=(e==null?void 0:e.code)??""}}class de extends Q{constructor(e){super(e);t(this,"slug");t(this,"type");this.slug=(e==null?void 0:e.slug)??""}}class ae extends de{constructor(e){super(e);t(this,"isPrimary");this.isPrimary=(e==null?void 0:e.isPrimary)??!1}}class le extends ae{constructor(e){super(e);t(this,"isHidden");t(this,"parentCategoryId");t(this,"properties");t(this,"currencyRates");this.isHidden=(e==null?void 0:e.isHidden)??!1,this.parentCategoryId=e==null?void 0:e.parentCategoryId,this.properties=e==null?void 0:e.properties,this.type="category",this.currencyRates=e!=null&&e.currencyRates?Object.fromEntries(Object.entries(e.currencyRates).map(([i,s])=>[p.toUpper(i),s])):void 0}}var Oe=(n=>(n.K0="k0",n.K1="k1",n.K2="k2",n.K3="k3",n.K4="k4",n.Retail="retail",n))(Oe||{});class P extends A{constructor(e){super(e);t(this,"slug");t(this,"description");this.description=e==null?void 0:e.description,this.slug=e==null?void 0:e.slug}}class ue extends P{static getRetailPriceCoefficient(){return{id:-2,slug:Oe.Retail,name:"Розн. цена",guid:"",isNewRec:p.constant(!0)}}}class ve{constructor(r){t(this,"coefficient");t(this,"value");t(this,"cost");t(this,"percent");t(this,"readOnly");this.coefficient=new ue(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}}class Ne{constructor(r){t(this,"lat");t(this,"long");this.lat=(r==null?void 0:r.lat)??0,this.long=(r==null?void 0:r.long)??0}}class H extends P{}class pe extends P{constructor(e){var i;super(e);t(this,"address");t(this,"isMain");t(this,"deliveryTypes");t(this,"regions");t(this,"coordinates");this.address=(e==null?void 0:e.address)??"",this.isMain=(e==null?void 0:e.isMain)??!1,this.deliveryTypes=((i=e==null?void 0:e.deliveryTypes)==null?void 0:i.map(s=>new H(s)))??[],this.regions=(e==null?void 0:e.regions)??[],this.coordinates=new Ne(e==null?void 0:e.coordinates)}}class rr{constructor(r){t(this,"warehouse");t(this,"count");this.warehouse=new pe(r==null?void 0:r.warehouse),this.count=(r==null?void 0:r.count)??0}}class tr extends de{constructor(e){super(e);t(this,"isHidden");this.isHidden=(e==null?void 0:e.isHidden)??!1}}class ir{constructor(r,e){t(this,"image");t(this,"preview");t(this,"isDefault");this.image=`${e??""}${r.image}`,this.preview=`${e??""}${r.preview}`,this.isDefault=r.isDefault}}class $ extends tr{constructor(e){var s,o,l,h;super(e);t(this,"supplierSku");t(this,"unit");t(this,"pack");t(this,"minCount");t(this,"quantityUnit");t(this,"currency");t(this,"currencySignature");t(this,"cost");t(this,"costRub");t(this,"costDate");t(this,"onOrder");t(this,"stockCount");t(this,"category");t(this,"categories");t(this,"images");t(this,"properties");t(this,"retailCost");t(this,"retailCostRub");t(this,"priceCoefficients");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=p.isString(e==null?void 0:e.costDate)?m.parseISO(e.costDate):e==null?void 0:e.costDate,this.onOrder=(e==null?void 0:e.onOrder)??!1,this.stockCount=((s=e==null?void 0:e.stockCount)==null?void 0:s.map(g=>new rr(g)))??[],this.currencySignature=(e==null?void 0:e.currencySignature)??"",this.type="product";const i=(e==null?void 0:e.category)??((o=e==null?void 0:e.categories)==null?void 0:o.find(g=>g.isPrimary));i&&(this.category=new ae({...i,isPrimary:!0}),this.categories=[this.category]),e!=null&&e.categories&&(this.categories=e.categories.map(g=>new ae(g))),this.images=((l=e==null?void 0:e.images)==null?void 0:l.map(g=>new ir(g,w.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=((h=e==null?void 0:e.priceCoefficients)==null?void 0:h.map(g=>new ve(g)))??[],e&&"codeNumber"in e&&!e.code&&(this.code=e==null?void 0:e.codeNumber)}getIsMeasurable(){var i;const e=(i=w.getConfig().catalog)==null?void 0:i.products.units;return[...(e==null?void 0:e.linear)??["пог.м.","м."],...(e==null?void 0:e.square)??["м2"]].includes(this.unit)}getRetailCost(){return this.retailCost??this.cost}getRetailCostRub(){return this.retailCostRub??this.costRub}}class sr extends q{constructor(e){super(e);t(this,"category");t(this,"product");t(this,"quantity");t(this,"height");t(this,"length");t(this,"width");t(this,"barcode");t(this,"marker");t(this,"configurator");t(this,"configuratorParams");t(this,"isAdditionalSale");this.product=new $(e==null?void 0:e.product),this.quantity=e.quantity??0,this.marker=e.marker,this.category=e.category??new le,this.height=e.height,this.length=e.length,this.width=e.width,this.configurator=e.configurator,this.configuratorParams=e.configuratorParams&&p.cloneDeep(e.configuratorParams),this.isAdditionalSale=e.isAdditionalSale}}class nr extends sr{constructor(e){super(e);t(this,"currency");t(this,"cost");t(this,"costOne");t(this,"costOneRub");t(this,"costRub");t(this,"logicGroupId");t(this,"salesDirection");t(this,"specificationImgUrl");t(this,"sawing");this.currency=e.currency,this.cost=e.cost,this.costOne=e.costOne,this.costOneRub=e.costOneRub,this.costRub=e.costRub,this.logicGroupId=e.logicGroupId,this.salesDirection=e.salesDirection,this.specificationImgUrl=e.specificationImgUrl,this.sawing=e.sawing}}class he{constructor(r){t(this,"items");t(this,"resultSum");t(this,"directionsSum");this.items=r.items.map(e=>new nr(e)),this.resultSum=r.resultSum,this.directionsSum=r.directionsSum}}class Re{static simpleInstanceInitializer(r){return new r}static instanceInitializer(r,e){return new r(e)}}const b=class b{constructor(){t(this,"httpClient");t(this,"baseUrl",`${w.getConfig().http.portalApiUrl}/api`);t(this,"errorResponseHandler",p.noop);t(this,"interceptorIds",{request:{},response:{}});t(this,"setBaseUrlRequestInterceptor",r=>(r.baseURL=this.baseUrl,r));t(this,"authRequestInterceptor",async r=>{let e;return p.isNil(we().accessToken)||(e=await we().accessToken),e&&r.headers.set("Authorization",`Bearer ${e}`),r});t(this,"dataConverterRequestInterceptor",r=>(r.method&&(r.method==="get"&&r.params&&(r.params=oe.objectToSnake(r.params)),["put","patch","post"].includes(p.toLower(r.method))&&r.data&&(r.data=oe.objectToSnake(r.data))),r));t(this,"authErrorsResponseInterceptors",r=>{var i;const e=r.rawError?(i=r.rawError)==null?void 0:i.config:void 0;return r.status===401?!e||e.__isRetryRequest?Promise.reject(r):(we().invalidateAccessToken(),e.__isRetryRequest=!0,this.httpClient(e)):Promise.reject(r)});t(this,"dataConverterResponseInterceptor",r=>(r.data&&(r.data=oe.objectToCamel(r.data)),r));const r=w.getConfig().version;this.errorResponseHandler=b.defaultErrorsResponseHandler,this.httpClient=Gr.create({headers:{"APP-VERSION":`${r.name} (${r.version}, ${m.format(r.date,w.getConfig().dateFormats.uiDate)})`,Accept:"application/json","Content-Type":"application/json"}}),this.interceptorIds.request.setBaseUrlRequestInterceptor=this.httpClient.interceptors.request.use(this.setBaseUrlRequestInterceptor,e=>Promise.reject(e)),this.interceptorIds.request.authRequestInterceptor=this.httpClient.interceptors.request.use(this.authRequestInterceptor,e=>Promise.reject(e)),this.interceptorIds.request.dataConverterRequestInterceptor=this.httpClient.interceptors.request.use(this.dataConverterRequestInterceptor,e=>Promise.reject(e)),this.interceptorIds.response.convertHttpErrorResponseInterceptor=this.httpClient.interceptors.response.use(e=>e,e=>b.convertHttpErrorResponse(e)),this.interceptorIds.response.authErrorsResponseInterceptor=this.httpClient.interceptors.response.use(e=>e,this.authErrorsResponseInterceptors),this.interceptorIds.response.dataConverterResponseInterceptor=this.httpClient.interceptors.response.use(this.dataConverterResponseInterceptor,e=>Promise.reject(e))}static setDefaultErrorsResponseHandler(r){b.defaultErrorsResponseHandler=r}static getInstance(r){return Object.prototype.hasOwnProperty.call(b.instances,r.name)||(b.instances[r.name]=Re.simpleInstanceInitializer(r)),b.instances[r.name]}static convertHttpErrorResponse(r){var e,i;if(!p.isNil(r.request)||!p.isNil(r.response)){const s=r==null?void 0:r.response;return Promise.reject({status:(s==null?void 0:s.status)??0,statusText:(s==null?void 0:s.statusText)??"Unknown",message:((e=s==null?void 0:s.data)==null?void 0:e.message)??"Unknown Error. Probably network error.",errors:(i=s==null?void 0:s.data)==null?void 0:i.errors,headers:(s==null?void 0:s.headers)??{},data:s==null?void 0:s.data,rawError:r})}return Promise.reject(r)}request(r,e=void 0,i={},s=!1){const o=this.httpClient.request(r).then(l=>e?e(l):l.data);return o.catch(l=>{this.errorResponseHandler(l,i,s)}),o}get(r,e={},i=void 0,s=!1){return this.request({method:"GET",url:r,params:e},i,{},s)}getBlob(r,e={},i=void 0,s=!1){return this.request({method:"GET",url:r,params:e,responseType:"blob"},i,{},s)}patch(r,e={},i=void 0,s={},o=!1){return this.request({method:"PATCH",url:r,data:e},i,s,o)}post(r,e={},i=void 0,s={},o=!1){return this.request({method:"POST",url:r,data:e},i,s,o)}delete(r,e=void 0,i=!1){return this.request({method:"DELETE",url:r},e,{},i)}};t(b,"instances",{}),t(b,"defaultErrorsResponseHandler",p.noop);let y=b;class Hr extends y{getCart(r){return this.get(`internal/clients/${r.id}/cart`,{},e=>new he(e.data))}deleteCart(r){return this.delete(`internal/clients/${r.id}/cart`)}addCartItem(r,e,i={}){return this.patch(`internal/clients/${r.id}/cart`,{id:e.configurator&&e.category.id,productId:e.product.id,quantity:e.quantity,height:e.height,length:e.length,width:e.width,configurator:e.configurator,marker:e.marker,isAdditionalSale:e.isAdditionalSale,...e.configuratorParams},s=>new he(s.data),i)}patchCartItem(r,e,i={}){return this.patch(`internal/clients/${r.id}/cart/${e.id}`,{id:e.configurator&&e.category.id,productId:e.product.id,quantity:e.quantity,height:e.height,length:e.length,width:e.width,configurator:e.configurator,marker:e.marker,isAdditionalSale:e.isAdditionalSale,...e.configuratorParams},s=>new he(s.data),i)}deleteCartItem(r,e){return this.get(`internal/clients/${r.id}/cart/${e.id}`,{})}addCartItemFromCSV(r){return this.post(`internal/clients/${r.id}/cart/add-products-from-csv`,{},e=>new he(e.data))}}var or=(n=>(n.m2Cost="m2Cost",n.percent="percent",n.value="value",n))(or||{}),De=(n=>(n.Discount="discount",n.PriceTemplate="price_template",n.ClientPrice="client_price",n.Product="product",n))(De||{}),cr=(n=>(n.Unknown="unknown",n.Bool="bool",n.Integer="integer",n.Float="float",n.String="string",n.Range="range",n.Json="json",n.Object="object",n))(cr||{});class B extends le{constructor(e){var i,s;super(e);t(this,"categories");t(this,"products");this.categories=(i=e==null?void 0:e.categories)==null?void 0:i.map(o=>new B(o)),this.products=(s=e==null?void 0:e.products)==null?void 0:s.map(o=>new $(o))}}class qe extends A{constructor(e){super(e);t(this,"updatedAt");this.updatedAt=p.isString(e==null?void 0:e.updatedAt)?m.parseISO(e.updatedAt):e==null?void 0:e.updatedAt}}class lr extends qe{constructor(e){super(e);t(this,"deletedAt");this.deletedAt=p.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class Br{static getActualDataFromStorage(r){const e=localStorage.getItem(r);if(e)try{const i=JSON.parse(e);if(m.isAfter(m.parseISO(i.availableFor)||m.startOfToday(),new Date))return i.data??{}}catch{localStorage.removeItem(r)}}static saveActualDataToStorage(r,e,i){localStorage.setItem(r,JSON.stringify({availableFor:i,data:e}))}}class U extends A{constructor(e){super(e);t(this,"type");this.type=e==null?void 0:e.type}}class ur extends A{constructor(e){super(e);t(this,"costCoefficient");t(this,"isLowPriceAllowed");t(this,"publishedAt");t(this,"description");t(this,"percent");t(this,"owner");t(this,"deletedAt");this.costCoefficient=(e==null?void 0:e.costCoefficient)??0,this.isLowPriceAllowed=(e==null?void 0:e.isLowPriceAllowed)??!1,this.publishedAt=p.isString(e==null?void 0:e.publishedAt)?m.parseISO(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=p.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class j extends qe{constructor(e){super(e);t(this,"description");t(this,"createdAt");this.description=(e==null?void 0:e.description)??"",this.createdAt=p.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date}}class z extends ${constructor(e){super(e);t(this,"costCoefficient");t(this,"costSource");t(this,"discount");t(this,"priceTemplate");t(this,"isPreviouslyOrdered");t(this,"isRequired");t(this,"isFavorite");this.costCoefficient=(e==null?void 0:e.costCoefficient)??0,this.costSource=(e==null?void 0:e.costSource)??De.Product,this.discount=e!=null&&e.discount?new ur(e.discount):void 0,this.priceTemplate=e!=null&&e.priceTemplate?new j(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}}class pr{constructor(r){t(this,"phone");t(this,"email");this.phone=/^\d+$/.test(r.phone??"")?`+${r.phone}`:r.phone,this.email=r.email}}class I extends P{}class Y extends A{constructor(e){super(e);t(this,"salesDirection",new I);t(this,"photo");t(this,"contacts");t(this,"isDefault");e&&(this.salesDirection=new I(e.salesDirection),this.photo=e.photo,e.contacts&&(this.contacts=new pr(e.contacts)),e.isDefault!==void 0&&(this.isDefault=e.isDefault))}}class ge extends Y{constructor(e){super(e);t(this,"isActive");t(this,"isSupervisor");t(this,"canDoReclamations");t(this,"createdAt");t(this,"supervisorId");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}}class jr extends le{constructor(e){super(e);t(this,"isDisabled");t(this,"isRequired");t(this,"isFavorite");t(this,"hidingComment");t(this,"manager");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 ge(e.manager):void 0}}class me extends jr{constructor(e){var i,s;super(e);t(this,"categories");t(this,"products");this.categories=(i=e==null?void 0:e.categories)==null?void 0:i.map(o=>new me(o)),this.products=(s=e==null?void 0:e.products)==null?void 0:s.map(o=>new z(o))}}class Ue{constructor(r){t(this,"priceCoefficient");t(this,"increasePercent");this.priceCoefficient=(r==null?void 0:r.priceCoefficient)&&new ue(r.priceCoefficient),this.increasePercent=r==null?void 0:r.increasePercent}}class Ae extends Ue{constructor(e){super(e);t(this,"productCategory");this.productCategory=new le(e==null?void 0:e.productCategory)}}class W extends P{}class X extends P{constructor(e){super(e);t(this,"country",new W);e&&(this.country=new W(e.country))}}class Te extends P{constructor(e){super(e);t(this,"region",new X);e&&(this.region=new X(e.region))}}class Ge extends A{constructor(e){super(e);t(this,"phone");t(this,"email");t(this,"getNews");t(this,"salesDirection");t(this,"createdAt");t(this,"lastLoginAt");t(this,"isActive");this.phone=/^\d+$/.test((e==null?void 0:e.phone)??"")?`+${e==null?void 0:e.phone}`:(e==null?void 0:e.phone)??"",this.email=(e==null?void 0:e.email)??"",this.getNews=(e==null?void 0:e.getNews)??!1,this.salesDirection=e!=null&&e.salesDirection?new I(e.salesDirection):void 0,this.createdAt=p.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):e==null?void 0:e.createdAt,this.lastLoginAt=p.isString(e==null?void 0:e.lastLoginAt)?m.parseISO(e.lastLoginAt):e==null?void 0:e.lastLoginAt,this.isActive=(e==null?void 0:e.isActive)??!1}}class Z extends Ge{constructor(e){var i;super(e);t(this,"salesDirection");t(this,"debt");t(this,"alternativeName");t(this,"city");t(this,"comment");t(this,"isPhoneApproved");t(this,"isEmailApproved");t(this,"managers");this.salesDirection=new I(e==null?void 0:e.salesDirection),this.debt=(e==null?void 0:e.debt)??0,this.alternativeName=(e==null?void 0:e.alternativeName)??"",this.city=new Te(e==null?void 0:e.city),this.comment=e==null?void 0:e.comment,this.isPhoneApproved=(e==null?void 0:e.isPhoneApproved)??!1,this.isEmailApproved=(e==null?void 0:e.isEmailApproved)??!1,this.managers=((i=e==null?void 0:e.managers)==null?void 0:i.map(s=>new Y(s)))??[]}}class x extends q{constructor(e){super(e);t(this,"createdAt");t(this,"deletedAt");t(this,"client");t(this,"priceTemplate");this.createdAt=p.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date,this.deletedAt=p.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt,this.client=new Z(e==null?void 0:e.client),this.priceTemplate=new j(e==null?void 0:e.priceTemplate)}}class Se extends Ue{constructor(e){super(e);t(this,"product");this.product=new $(e==null?void 0:e.product)}}class Me extends P{}class E extends A{constructor(e){super(e);t(this,"type");t(this,"description");t(this,"metadata");this.type=new Me(e==null?void 0:e.type),this.description=(e==null?void 0:e.description)??"",this.metadata=e==null?void 0:e.metadata}}class V{constructor(r){t(this,"property");t(this,"value");this.property=new E(r==null?void 0:r.property),this.value=(r==null?void 0:r.value)??""}}class _{constructor(r){t(this,"from");t(this,"to");this.from=p.isString(r==null?void 0:r.from)?m.parseISO(r.from):(r==null?void 0:r.from)??null,this.to=p.isString(r==null?void 0:r.to)?m.parseISO(r.to):(r==null?void 0:r.to)??null}}class zr{constructor(r){t(this,"id");t(this,"name");t(this,"description");t(this,"createdAt",new _);t(this,"updatedAt",new _);this.id=r==null?void 0:r.id,this.name=r==null?void 0:r.name,this.description=r==null?void 0:r.description,this.createdAt=new _(r==null?void 0:r.createdAt),this.updatedAt=new _(r==null?void 0:r.updatedAt)}resetFilterValue(r){switch(r){case"id":case"name":case"description":this[r]=void 0;break;case"createdAt":this.createdAt.from=null,this.createdAt.to=null;break;case"updatedAt":this.updatedAt.from=null,this.updatedAt.to=null;break}return this}asClearRaw(){var e,i,s,o;const r={};return Object.keys(this).forEach(l=>{const h=this[l];p.isNil(h)||p.isString(h)&&h.trim().length===0||p.isFunction(h.isNewRec)&&h.isNewRec()||(r[l]=h)}),!((e=r==null?void 0:r.createdAt)!=null&&e.from)&&!((i=r==null?void 0:r.createdAt)!=null&&i.to)&&delete r.createdAt,!((s=r==null?void 0:r.updatedAt)!=null&&s.from)&&!((o=r==null?void 0:r.updatedAt)!=null&&o.to)&&delete r.updatedAt,r}}class ee extends A{constructor(e){super(e);t(this,"description");t(this,"canChangeLowCost");t(this,"parentRoleId");t(this,"subRoles",[]);t(this,"parentRole");t(this,"level",0);this.description=e==null?void 0:e.description,this.canChangeLowCost=(e==null?void 0:e.canChangeLowCost)??!1,this.parentRoleId=e==null?void 0:e.parentRoleId}}class He{constructor(r){t(this,"role");t(this,"category");t(this,"minCoefficient");this.role=new ee(r==null?void 0:r.role),this.category=new le(r==null?void 0:r.category),this.minCoefficient=new ue(r==null?void 0:r.minCoefficient)}}class hr{constructor(r){t(this,"phone");t(this,"tablet");t(this,"laptop");this.phone=(r==null?void 0:r.phone)??360,this.tablet=(r==null?void 0:r.tablet)??600,this.laptop=(r==null?void 0:r.laptop)??1024}}class gr{constructor(r){t(this,"portalApiUrl");t(this,"priceHistoryApiUrl");t(this,"recommendationsApiUrl");t(this,"mediaUrl");t(this,"responseDataCacheTimeout");this.portalApiUrl=(r==null?void 0:r.portalApiUrl)??"",this.priceHistoryApiUrl=(r==null?void 0:r.priceHistoryApiUrl)??"",this.recommendationsApiUrl=(r==null?void 0:r.recommendationsApiUrl)??"",this.mediaUrl=(r==null?void 0:r.mediaUrl)??"",this.responseDataCacheTimeout=(r==null?void 0:r.responseDataCacheTimeout)??3*60*60}}class mr{constructor(r){t(this,"dsn");t(this,"environment");t(this,"ignoreErrors");t(this,"trace");t(this,"replay");t(this,"additionalParams");var e,i,s,o;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)??[/Network\s{1,3}Error/,/Request\s{1,3}aborted/,/Request\s{1,3}failed\s{1,3}with\s{1,3}status\s{1,3}code\s{1,3}(401|403|422)/],this.trace={allowedTargets:((e=r==null?void 0:r.trace)==null?void 0:e.allowedTargets)??[/^\//],sampleRate:((i=r==null?void 0:r.trace)==null?void 0:i.sampleRate)??0},this.replay={replaysOnErrorSampleRate:((s=r==null?void 0:r.replay)==null?void 0:s.replaysOnErrorSampleRate)??0,replaysSessionSampleRate:((o=r==null?void 0:r.replay)==null?void 0:o.replaysSessionSampleRate)??0},this.additionalParams=(r==null?void 0:r.additionalParams)??{}}}class fr{constructor(r){t(this,"date");t(this,"name");t(this,"version");this.date=p.isString(r==null?void 0:r.date)?m.parseISO(r.date):(r==null?void 0:r.date)??new Date,this.name=(r==null?void 0:r.name)??"",this.version=(r==null?void 0:r.version)??"0.0.0"}}class Wr{constructor(r){t(this,"environment");t(this,"devMode");t(this,"http");t(this,"deviceTypeByResolution");t(this,"sentry");t(this,"urls");t(this,"version");t(this,"dateFormats");var e,i,s;this.environment=(r==null?void 0:r.environment)??"production",this.devMode=(r==null?void 0:r.devMode)??{},this.http=new gr(r==null?void 0:r.http),this.deviceTypeByResolution=new hr(r==null?void 0:r.deviceTypeByResolution),this.sentry=new mr({environment:this.environment,...r==null?void 0:r.sentry}),this.urls=r==null?void 0:r.urls,this.version=new fr(r==null?void 0:r.version),this.dateFormats={api:((e=r==null?void 0:r.dateFormats)==null?void 0:e.api)??"yyyy-MM-dd HH:mm:ss",uiDate:((i=r==null?void 0:r.dateFormats)==null?void 0:i.uiDate)??"dd.MM.yyyy",uiDateWithTime:((s=r==null?void 0:r.dateFormats)==null?void 0:s.uiDateWithTime)??"dd.MM.yyyy HH:mm"}}}class Vr extends y{search(r,e=!1){return this.get("/internal/catalog/search",{term:r,show_hidden:e})}getPriceExportLink(r="csv",e=!1,i=void 0,s=void 0){let l=`${w.getConfig().http.portalApiUrl}/api/internal/price/export?format=${r}&show_hidden=${e}`;return i&&(l+=`&category_id=${i}`),s&&(l+=`&client_id=${s}`),l}}class Fr extends y{importPrices(r,e){return this.post(`/internal/clients/${r}/price/import`,e)}updateCategoryPrices(r,e,i){var s;return this.patch(`/internal/clients/${r}/price/categories/${e}`,{price_coefficient_id:(s=i.coefficient)==null?void 0:s.id,increase_percent:i.value})}removeCategoryPrices(r,e){return this.delete(`/internal/clients/${r}/price/categories/${e}`)}markCategoryRequired(r,e){return this.post(`/internal/clients/${r}/price/categories/${e}/required`)}unmarkCategoryRequired(r,e){return this.delete(`/internal/clients/${r}/price/categories/${e}/required`)}markCategoryDisabled(r,e,i){return this.post(`/internal/clients/${r}/price/categories/${e}/disabled`,{comment:i})}unmarkCategoryDisabled(r,e){return this.delete(`/internal/clients/${r}/price/categories/${e}/disabled`)}addCategoryManager(r,e,i){return this.post(`/internal/clients/${r}/price/categories/${e}/manager`,{manager_id:i})}removeCategoryManager(r,e){return this.delete(`/internal/clients/${r}/price/categories/${e}/manager`)}updateProductPrice(r,e,i){var s;return this.patch(`/internal/clients/${r}/price/products/${e}`,{price_coefficient_id:(s=i.coefficient)==null?void 0:s.id,increase_percent:i.value},o=>new z(o.data))}removeProductPrice(r,e){return this.delete(`/internal/clients/${r}/price/products/${e}`,i=>new z(i.data))}markProductRequired(r,e){return this.post(`/internal/clients/${r}/price/products/${e}/required`)}unmarkProductRequired(r,e){return this.delete(`/internal/clients/${r}/price/products/${e}/required`)}getCommercialOfferHtml(r,e){return this.get(`/internal/clients/${r}/price/commercial-offer/view`,e,i=>new Blob([i.data],{type:"text/html"}))}getCommercialOfferPdf(r,e){return this.getBlob(`/internal/clients/${r}/price/commercial-offer/download`,e,i=>new Blob([i.request.response],{type:"application/pdf"}))}sendCommercialOffer(r,e){return this.post(`/internal/clients/${r}/price/commercial-offer/send`,e)}}class Jr extends y{getTemplateList(r){return this.get(`/internal/clients/${r}/price/templates`,{},e=>e.data.map(i=>new x(i)))}getActiveTemplate(r){return this.get(`/internal/clients/${r}/price/templates/active`,{},e=>new x(e.data))}attachTemplate(r,e,i){const s=w.getConfig().dateFormats.api;return this.post(`/internal/clients/${r}/price/templates/${e}`,i&&{startAt:i.startAt&&m.format(i.startAt,s),endAt:i.endAt&&m.format(i.endAt,s)},o=>new x(o.data),{},!0)}applyTemplate(r,e){return this.post(`/internal/clients/${r}/price/templates/${e}/apply`,{},void 0,{},!0)}changeTemplate(r,e,i,s){const o=w.getConfig().dateFormats.api;return this.patch(`/internal/clients/${r}/price/templates/${e}/${i}`,s&&{startAt:s.startAt&&m.format(s.startAt,o),endAt:s.endAt&&m.format(s.endAt,o)},l=>new x(l.data))}detachTemplate(r,e,i){return this.delete(`/internal/clients/${r}/price/templates/${e}/${i}`)}}class Kr extends y{getRootCategoriesList(r=!1){return this.get("/internal/catalog/categories",{showHidden:r},e=>e.data.map(i=>new B(i)))}getCategoryData(r,e=!1,i=!1){return this.get(`/internal/catalog/categories/${r}`,{showHidden:e,withNestedCategories:i},s=>new B(s.data))}getPublicCategoryData(r){return this.get(`/public/catalog/categories/${r}`,{},e=>new B(e.data))}getCategoryProductsList(r,e=!0,i=!1){return this.get(`/internal/catalog/categories/${r}/products`,{showHidden:i,withPriceCoefficients:e},s=>p.map(s.data,o=>new $(o)))}getCategoryProductsCoefficients(r){return this.get(`/internal/catalog/categories/${r}/products/coefficients`,{},e=>{const{data:i}=e;return p.forEach(i,s=>s.map(o=>new ve(o))),i})}publicSimpleSearch(r,e=10){return new Promise((i,s)=>{this.get(`/public/catalog/search/simple?limit=${e}&term=${r}`).then(o=>{i(o.categories.map(l=>new B(l)))}).catch(o=>{s(o)})})}}class Qr extends y{getProductData(r,e=!1){return this.get(`/internal/catalog/products/${r}`,{withPriceCoefficients:e},i=>new $(i.data))}getPublicProductData(r){return this.get(`/public/catalog/products/${r}`,{},e=>new $(e.data))}getProductPriceCoefficients(r){return this.get(`/internal/catalog/products/${r}/coefficients`,{},e=>p.map(e.data,i=>new ve(i)))}publicSimpleSearch(r,e=10){return new Promise((i,s)=>{this.get(`/public/catalog/search/simple?limit=${e}&term=${r}`).then(o=>{i(o.products.map(l=>new $(l)))}).catch(o=>{s(o)})})}}class Yr extends y{getRootCategoriesList(r,e=!1){return this.get("/internal/catalog/categories",{clientId:r,showHidden:e},i=>i.data.map(s=>new me(s)))}getCategoryData(r,e,i=!1,s=!1){return this.get(`/internal/catalog/categories/${e}`,{clientId:r,showHidden:i,withNestedCategories:s},o=>new me(o.data))}getCategoryProductsList(r,e,i=!0,s=!1){return this.get(`/internal/catalog/categories/${e}/products`,{client_id:r,showHidden:s,withPriceCoefficients:i},o=>p.map(o.data,l=>new z(l)))}}class Xr extends y{getProductData(r,e,i=!1){return this.get(`/internal/catalog/products/${r}`,{clientId:e,withPriceCoefficients:i},s=>new z(s.data))}}var $e=(n=>(n.BeginWith="bw",n.Contains="cn",n.Custom="custom",n.EndsWith="ew",n.Equals="eq",n.GreaterOrEqual="ge",n.GreaterThan="gt",n.InList="in",n.LessOrEqual="le",n.LessThan="lt",n.NotBeginWith="bn",n.NotContains="nc",n.NotEndsWith="en",n.NotEqual="ne",n.NotInList="ni",n.NotNull="nn",n.Null="nu",n))($e||{});class Be{constructor(r){t(this,"field");t(this,"op");t(this,"value");this.field=(r==null?void 0:r.field)??"",this.op=(r==null?void 0:r.op)??$e.Equals,this.value=(r==null?void 0:r.value)??""}toPrimitive(){const r={field:this.field,op:this.op};return r.value=p.isDate(this.value)?m.format(this.value,w.getConfig().dateFormats.api):this.value,r}}class re{constructor(r){t(this,"groupOp");t(this,"filters");t(this,"groups");var e,i;this.groupOp=(r==null?void 0:r.groupOp)??"and",this.filters=((e=r==null?void 0:r.filters)==null?void 0:e.map(s=>new Be(s)))??[],this.groups=((i=r==null?void 0:r.groups)==null?void 0:i.map(s=>new re(s)))??[]}toPrimitive(){return{groupOp:this.groupOp,filters:this.filters.map(r=>r instanceof Be&&p.isFunction(r.toPrimitive)?r.toPrimitive():r),groups:this.groups.map(r=>r instanceof re?r.toPrimitive():r)}}}class fe extends y{getPaginated(r,e,i,s,o,l,h){let g={page:(s==null?void 0:s.page)??1,perPage:(s==null?void 0:s.pageSize)??10};return e&&(g.filters=JSON.stringify((e instanceof re?e:new re(e)).toPrimitive())),p.isEmpty(i)||(g.sort=p.isArray(i)?i:[i]),o&&(g={...g,...o}),this.get(r,g,l,h)}}class Zr extends fe{getTemplateList(r,e,i){return this.getPaginated("/internal/price/templates",r,e,i,{},s=>{const o={...s.data};return o.data=o.data.map(l=>new j(l)),o})}createTemplate(r,e={}){return this.post("/internal/price/templates",r,i=>new j(i.data),e)}getTemplate(r){return this.get(`/internal/price/templates/${r}`,{},e=>new j(e.data))}updateTemplate(r,e,i={}){return this.patch(`/internal/price/templates/${r}`,e,s=>new j(s.data),i)}removeTemplate(r){return this.delete(`/internal/price/templates/${r}`)}getProductTemplatePrices(r){return this.get(`/internal/price/templates/${r}/products`,{},e=>e.data.map(i=>new Se(i)))}getProductTemplatePrice(r,e){return this.get(`/internal/price/templates/${r}/products/${e}`,{},i=>new Se(i.data))}saveProductTemplatePrice(r,e,i){var s;return this.post(`/internal/price/templates/${r}/products/${e}`,{price_coefficient_id:(s=i.coefficient)==null?void 0:s.id,increase_percent:i.value},o=>new Se(o.data))}deleteProductTemplatePrice(r,e){return this.delete(`/internal/price/templates/${r}/products/${e}`)}getCategoryTemplatePrices(r){return this.get(`/internal/price/templates/${r}/categories`,{},e=>e.data.map(i=>new Ae(i)))}getCategoryTemplatePrice(r,e){return this.get(`/internal/price/templates/${r}/categories/${e}`,{},i=>new Ae(i.data))}saveCategoryTemplatePrice(r,e,i,s=!1){var o;return this.request({method:"POST",url:`/internal/price/templates/${r}/categories/${e}`,data:{price_coefficient_id:(o=i.coefficient)==null?void 0:o.id,increase_percent:i.value},params:s?{recursively:!0}:{}},l=>new Ae(l.data))}deleteCategoryTemplatePrice(r,e,i=!1){return this.request({method:"DELETE",url:`/internal/price/templates/${r}/categories/${e}`,params:i?{recursively:!0}:{}})}getTemplateClients(r){return this.get(`/internal/price/templates/${r}/clients`,{},e=>e.data.map(i=>new x(i)))}}class xr extends y{getRoles(){return this.get("/internal/price/roles",{},r=>r.data.map(e=>new ee(e)))}createRole(r){return this.post("/internal/price/roles",r,e=>new ee(e.data))}getRole(r){return this.get(`/internal/price/roles/${r}`,{},e=>new ee(e.data))}updateRole(r,e){return this.patch(`/internal/price/roles/${r}`,e,i=>new ee(i.data))}deleteRole(r){return this.delete(`/internal/price/roles/${r}`)}getCategoryRules(r){return this.get(`/internal/price/roles/rules/categories/${r}`,{},e=>e.data.map(i=>new He(i)))}updateCategoryRules(r,e){return this.patch(`/internal/price/roles/rules/categories/${r}`,e,i=>i.data.map(s=>new He(s)))}}class Er extends fe{getProperties(r,e,i){return this.getPaginated("/internal/catalog/properties",r,e,i,{},s=>{const o={...s.data};return o.data=o.data.map(l=>new E(l)),o})}createProperty(r){const{typeId:e,...i}=r;return this.post("/internal/catalog/properties",{...i,type:e},s=>new E(s.data))}getProperty(r){return this.get(`/internal/catalog/properties/${r}`,{},e=>new E(e.data))}updateProperty(r,e){const{typeId:i,...s}=e;return this.patch(`/internal/catalog/properties/${r}`,{...s,type:i},o=>new E(o.data))}deleteProperty(r){return this.delete(`/internal/catalog/properties/${r}`)}getProductProperties(r){return this.get(`/internal/catalog/products/${r}/properties`,{},e=>e.data.map(i=>new V(i)))}getProductProperty(r,e){return this.get(`/internal/catalog/products/${r}/properties/${e}`,{},i=>new V(i.data))}updateProductProperty(r,e,i){return this.patch(`/internal/catalog/products/${r}/properties/${e}`,{value:i},s=>new V(s.data))}deleteProductProperty(r,e){return this.delete(`/internal/catalog/products/${r}/properties/${e}`)}getProductDescription(r){return this.get(`/internal/catalog/products/${r}/properties/description`)}updateProductDescription(r,e){return this.patch(`/internal/catalog/products/${r}/properties/description`,{text:e})}deleteProductDescription(r){return this.delete(`/internal/catalog/products/${r}/properties/description`)}getProductSpecification(r){return this.get(`/internal/catalog/products/${r}/properties/specification`)}updateProductSpecification(r,e){return this.patch(`/internal/catalog/products/${r}/properties/specification`,{text:e})}deleteProductSpecification(r){return this.delete(`/internal/catalog/products/${r}/properties/specification`)}getProductFiles(r){return this.get(`/internal/catalog/products/${r}/properties/files`)}addProductFile(r,e){return this.post(`/internal/catalog/products/${r}/properties/files`,e)}updateProductFile(r,e,i){return this.patch(`/internal/catalog/products/${r}/properties/files/${e}`,i)}deleteProductFile(r,e){return this.delete(`/internal/catalog/products/${r}/properties/files/${e}`)}updateProductSlug(r,e){return this.patch(`/internal/catalog/products/${r}/properties/slug`,{slug:e})}getCategoryProperties(r){return this.get(`/internal/catalog/categories/${r}/properties`,{},e=>e.data.map(i=>new V(i)))}getCategoryProperty(r,e){return this.get(`/internal/catalog/categories/${r}/properties/${e}`,{},i=>new V(i.data))}updateCategoryProperty(r,e,i){return this.patch(`/internal/catalog/categories/${r}/properties/${e}`,{value:i},s=>new V(s.data))}deleteCategoryProperty(r,e){return this.delete(`/internal/catalog/categories/${r}/properties/${e}`)}getCategoryDescription(r){return this.get(`/internal/catalog/categories/${r}/properties/description`)}updateCategoryDescription(r,e){return this.patch(`/internal/catalog/categories/${r}/properties/description`,{text:e})}deleteCategoryDescription(r){return this.delete(`/internal/catalog/categories/${r}/properties/description`)}getCategorySpecification(r){return this.get(`/internal/catalog/categories/${r}/properties/specification`)}updateCategorySpecification(r,e){return this.patch(`/internal/catalog/categories/${r}/properties/specification`,{text:e})}deleteCategorySpecification(r){return this.delete(`/internal/catalog/categories/${r}/properties/specification`)}getCategoryFiles(r){return this.get(`/internal/catalog/categories/${r}/properties/files`)}addCategoryFile(r,e){return this.post(`/internal/catalog/categories/${r}/properties/files`,e)}updateCategoryFile(r,e,i){return this.patch(`/internal/catalog/categories/${r}/properties/files/${e}`,i)}deleteCategoryFile(r,e){return this.delete(`/internal/catalog/categories/${r}/properties/files/${e}`)}updateCategorySlug(r,e){return this.patch(`/internal/catalog/categories/${r}/properties/slug`,{slug:e})}updateCategoryImage(r,e){return this.post(`/internal/catalog/categories/${r}/image`,{image:e})}}function je(n,r,e){let i;return n.some(s=>{if(s.type===e&&s.id===r)return i=s,!0;if(s.type==="product")return!1;const o=s;if(o.products&&o.products.length>0){const l=je(o.products,r,e);if(l)return i=l,!0}if(o.categories&&o.categories.length>0){const l=je(o.categories,r,e);if(l)return i=l,!0}return!1}),i}var yr=(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))(yr||{}),S=(n=>(n.Person="individual",n.Ic="entrepreneur",n.UlR="legal",n.UlNr="non_resident_legal",n))(S||{});class Cr extends P{}class ze extends P{}class et extends P{}class Pr extends P{}class ye extends A{constructor(e){super(e);t(this,"signature","");t(this,"symbol","");e&&(this.signature=e.signature??"",this.symbol=e.symbol??"")}}class G extends P{static generatePersonItem(){return new G({id:1,guid:"",slug:S.Person,name:""})}}class wr extends P{}class ar extends P{}class F extends P{}class vr extends P{}class Rr extends P{}class We extends P{}class Ve extends P{}class Ie extends q{constructor(e){super(e);t(this,"bankName","");t(this,"bic","");t(this,"accountNumber","");t(this,"correspondentAccount","");t(this,"currency",new ye);e&&(this.bankName=e.bankName??"",this.bic=e.bic??"",this.accountNumber=e.accountNumber??"",this.correspondentAccount=e.correspondentAccount??"",this.currency=new ye(e.currency))}}class be extends A{constructor(e){super(e);t(this,"phone");t(this,"email");this.email=e==null?void 0:e.email,this.phone=/^\d+$/.test((e==null?void 0:e.phone)??"")?`+${e==null?void 0:e.phone}`:e==null?void 0:e.phone}}class M extends be{constructor(e){super(e);t(this,"isPrimary");t(this,"position");t(this,"notDisturb");t(this,"comment");t(this,"updatedAt");t(this,"deletedAt");this.isPrimary=(e==null?void 0:e.isPrimary)??!1,this.position=e==null?void 0:e.position,this.notDisturb=(e==null?void 0:e.notDisturb)??!1,this.comment=e==null?void 0:e.comment,this.updatedAt=e==null?void 0:e.updatedAt,this.deletedAt=p.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class Fe extends A{constructor(e){super(e);t(this,"manager",new Y);t(this,"opf",G.generatePersonItem());t(this,"salesDirection",new I);t(this,"partnerGroup",new F);t(this,"contacts",[]);t(this,"bankAccounts",[]);t(this,"comment");t(this,"alternativeName");t(this,"createdAt");t(this,"creator");t(this,"updatedAt");t(this,"updater");if(e){if(this.opf=new G(e.opf),this.salesDirection=new I(e.salesDirection),this.comment=e.comment,this.alternativeName=e.alternativeName,this.createdAt=p.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):e.createdAt,this.creator=e.creator?new U(e.creator):void 0,this.updatedAt=p.isString(e==null?void 0:e.updatedAt)?m.parseISO(e.updatedAt):e.updatedAt,this.updater=e.updater?new U(e.updater):void 0,e.partnerGroup&&(this.partnerGroup=new F(e.partnerGroup)),e.manager&&(this.manager=new Y(e.manager)),e.contacts){const i=[];e.contacts.forEach(s=>{i.push(new M(s))}),this.contacts=i}if(e.bankAccounts){const i=[];e.bankAccounts.forEach(s=>{i.push(new Ie(s))}),this.bankAccounts=i}}}}class Dr extends Fe{constructor(r){super(r)}}class Je extends Fe{constructor(e){super(e);t(this,"inn","");t(this,"okpo","");t(this,"directorName","");t(this,"directorPosition","");t(this,"directorActsOn","");t(this,"legalAddress","");t(this,"postalAddress","");t(this,"actualAddress","");e&&(this.inn=e.inn??"",this.okpo=e.okpo??"",this.directorName=e.directorName??"",this.directorPosition=e.directorPosition??"",this.directorActsOn=e.directorActsOn??"",this.legalAddress=e.legalAddress??"",this.postalAddress=e.postalAddress??"",this.actualAddress=e.actualAddress??"")}}class Ke extends Je{constructor(e){super(e);t(this,"kpp","");e&&(this.kpp=e.kpp??"")}}class Ar extends Ke{constructor(e){super(e);t(this,"registrationCountry",new W);t(this,"registrationNumber","");t(this,"taxNumber","");e&&(this.registrationCountry=new W(e.registrationCountry),this.registrationNumber=e.registrationNumber??"",this.taxNumber=e.taxNumber??"")}}class Ce{static createInstance(r){switch(r.opf.slug){case S.Ic:return new Je(r);case S.UlR:return new Ke(r);case S.UlNr:return new Ar(r);default:return new Dr(r)}}}class _e extends q{constructor(e){super(e);t(this,"isPrimary");this.isPrimary=e.isPrimary}}class Tr extends M{constructor(e){super(e);t(this,"relations",{clients:[],contragents:[],addresses:[]});e.relations&&(e.relations.addresses&&(this.relations.addresses=e.relations.addresses.map(i=>new _e(i))),e.relations.clients&&(this.relations.clients=e.relations.clients.map(i=>new _e(i))),e.relations.contragents&&(this.relations.contragents=e.relations.contragents.map(i=>new _e(i))))}}class Pe extends lr{constructor(e){var i;super(e);t(this,"address","");t(this,"coordinates");t(this,"contacts");t(this,"comment");t(this,"operatingHours");t(this,"isOneTime");t(this,"isTransportCompanyAddress");this.address=(e==null?void 0:e.address)??"",this.coordinates=new Ne(e==null?void 0:e.coordinates),this.contacts=((i=e==null?void 0:e.contacts)==null?void 0:i.map(s=>new M(s)))??[],this.comment=e==null?void 0:e.comment,this.operatingHours=e==null?void 0:e.operatingHours,this.isOneTime=e==null?void 0:e.isOneTime,this.isTransportCompanyAddress=e==null?void 0:e.isTransportCompanyAddress}}class Qe extends Z{constructor(e){var i,s,o,l;super(e);t(this,"contragents");t(this,"partnerGroups");t(this,"contacts");t(this,"deliveryAddresses");t(this,"channelPrimaryInterest");t(this,"sourcePrimaryInterest");t(this,"preferredDeliveryType");t(this,"primaryDemand");t(this,"isExcludedFromMsCallsToClients");t(this,"preferredWarehouse");t(this,"extraData");this.contragents=((i=e==null?void 0:e.contragents)==null?void 0:i.map(h=>Ce.createInstance(h)))??[],this.partnerGroups=((s=e==null?void 0:e.partnerGroups)==null?void 0:s.map(h=>new F(h)))??[],this.contacts=((o=e==null?void 0:e.contacts)==null?void 0:o.map(h=>new M(h)))??[],this.deliveryAddresses=((l=e==null?void 0:e.deliveryAddresses)==null?void 0:l.map(h=>new Pe(h)))??[],this.channelPrimaryInterest=new ze(e==null?void 0:e.channelPrimaryInterest),this.sourcePrimaryInterest=new Ve(e==null?void 0:e.sourcePrimaryInterest),this.preferredDeliveryType=new H(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 pe(e.preferredWarehouse):void 0,this.extraData=(e==null?void 0:e.extraData)??{}}}class rt{constructor(r){t(this,"id");t(this,"name");t(this,"alternativeName");t(this,"searchTerm");t(this,"cities");t(this,"region");t(this,"country");t(this,"phone");t(this,"email");t(this,"isActive");t(this,"createdAt",new _);t(this,"lastLoginDate",new _);t(this,"lastLoginDateHasOrder");t(this,"managers");t(this,"isManagerRequired");t(this,"salesDirections");t(this,"contragentInn");t(this,"contragentType");t(this,"preferredDeliveryType");t(this,"partnerGroups");t(this,"contact");t(this,"lastOrder");var e,i,s,o,l,h;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.cities=(e=r==null?void 0:r.cities)==null?void 0:e.map(g=>new Te(g)),this.region=new X(r==null?void 0:r.region),this.country=new W(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 _(r==null?void 0:r.createdAt),this.lastLoginDate=new _(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(g=>new ge(g)):[],this.salesDirections=(i=r==null?void 0:r.salesDirections)==null?void 0:i.map(g=>new I(g)),this.contragentInn=r==null?void 0:r.contragentInn,this.contragentType=new G(r==null?void 0:r.contragentType),this.preferredDeliveryType=new H(r==null?void 0:r.preferredDeliveryType),this.partnerGroups=(s=r==null?void 0:r.partnerGroups)==null?void 0:s.map(g=>new F(g)),this.contact=new be(r==null?void 0:r.contact),this.lastOrder={createdAt:new _((o=r==null?void 0:r.lastOrder)==null?void 0:o.createdAt),creator:(l=r==null?void 0:r.lastOrder)==null?void 0:l.creator,isApproved:(h=r==null?void 0:r.lastOrder)==null?void 0:h.isApproved}}resetFilterValue(r){switch(r){case"id":case"phone":case"email":case"name":case"alternativeName":case"searchTerm":case"contragentInn":this[r]=void 0;break;case"cities":this.cities=[];break;case"region":this.region=new X;break;case"isActive":this.isActive=!0;break;case"createdAt":this.createdAt.from=null,this.createdAt.to=null;break;case"lastLoginDate":this.lastLoginDate.from=null,this.lastLoginDate.to=null;break;case"lastLoginDateHasOrder":this.lastLoginDateHasOrder=void 0;break;case"lastOrder":this.lastOrder={};break;case"managers":this.managers=[];break;case"salesDirections":this.salesDirections=[];break;case"contragentType":this.contragentType=new G;break;case"preferredDeliveryType":this.preferredDeliveryType=new H;break;case"partnerGroups":this.partnerGroups=[];break;case"contact":this.contact=new be;break}return this}asClearRaw(){var e,i,s,o;const r={};return Object.keys(this).forEach(l=>{const h=this[l];p.isNil(h)||p.isString(h)&&h.trim().length===0||p.isFunction(h.isNewRec)&&h.isNewRec()||(r[l]=h)}),!((e=r==null?void 0:r.createdAt)!=null&&e.from)&&!((i=r==null?void 0:r.createdAt)!=null&&i.to)&&delete r.createdAt,!((s=r==null?void 0:r.lastLoginDate)!=null&&s.from)&&!((o=r==null?void 0:r.lastLoginDate)!=null&&o.to)&&delete r.lastLoginDate,r}}class Ye extends q{constructor(e){super(e);t(this,"createdAt");t(this,"creator");t(this,"isApproved1c");this.createdAt=p.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date,this.creator=new U(e==null?void 0:e.creator),this.isApproved1c=(e==null?void 0:e.isApproved1c)??!1}}class Sr extends A{constructor(e){var i,s;super(e);t(this,"contacts",[]);t(this,"preferredDeliveryType");t(this,"partnerGroups",[]);t(this,"lastOrder");t(this,"salesDirection");t(this,"managers");(i=e.contacts)!=null&&i.length&&(this.contacts=e.contacts.map(o=>new M(o))),e.lastOrder&&(this.lastOrder=new Ye(e.lastOrder)),(s=e.partnerGroups)!=null&&s.length&&(this.partnerGroups=e.partnerGroups.map(o=>new F(o))),e.preferredDeliveryType&&(this.preferredDeliveryType=new H(e.preferredDeliveryType)),e.salesDirection&&(this.salesDirection=new I(e.salesDirection)),e.managers&&(this.managers=e.managers.map(o=>new Y(o)))}}class $r{constructor(r){t(this,"page",1);t(this,"pageSize",50);this.page=(r==null?void 0:r.page)??1,this.pageSize=(r==null?void 0:r.pageSize)??50}}class tt extends $r{constructor(e){super(e);t(this,"itemCount",0);t(this,"pageCount",1);t(this,"pageSlot",5);t(this,"pageSizes",[25,50,100]);t(this,"showSizePicker",!0);this.itemCount=(e==null?void 0:e.itemCount)??0,this.pageCount=(e==null?void 0:e.pageCount)??1,this.pageSlot=(e==null?void 0:e.pageSlot)??5,this.pageSizes=(e==null?void 0:e.pageSizes)??[25,50,100],this.showSizePicker=(e==null?void 0:e.showSizePicker)??!0}}class it{constructor(r){t(this,"field");t(this,"direction");this.field=(r==null?void 0:r.field)??"",this.direction=(r==null?void 0:r.direction)??"asc"}}class st extends fe{getClient(r){return this.get(`/internal/clients/${r}`,{},e=>new Qe(e.data))}getClientsList(r,e,i,s){return this.getPaginated("/internal/clients",r,e,i,s,o=>{const l={...o.data};return l.data=l.data.map(h=>new Z(h)),l})}getClientByPhone(r){return this.getClientsList({groupOp:"and",groups:[],filters:[{field:"phone",op:$e.Contains,value:r}]})}getAdditionalClientsData(r,e){const i=r.map(s=>s.id);return this.post("/internal/clients/additional-data",{clients:i,requested_data_types:e},s=>{let o=[];return(s==null?void 0:s.data.length)>0&&(o=s.data.map(l=>new Sr(l))),o})}getAllClientContacts(r){return this.get(`/internal/clients/${r}/contacts/all`,{},e=>{let i=[];return(e==null?void 0:e.data.length)>0&&(i=e.data.map(s=>new Tr(s))),i})}createClientCommonData(r,e={}){var i;return this.post("/internal/clients",{name:r.name,alternative_name:r.alternativeName,partner_groups:r.partnerGroups.map(s=>s.id),phone:r.phone,email:r.email,city_id:r.city.id,get_news:r.getNews,channel_primary_interest_id:r.channelPrimaryInterest.id,source_primary_interest_id:r.sourcePrimaryInterest.id,primary_demand:r.primaryDemand,is_excluded_from_ms_calls_to_clients:r.isExcludedFromMsCallsToClients,preferred_warehouse_id:(i=r.preferredWarehouse)==null?void 0:i.id},s=>new Qe(s.data),e)}updateClientCommonData(r,e={}){var i;return this.patch(`/internal/clients/${r.id}`,{name:r.name,alternative_name:r.alternativeName,partner_groups:r.partnerGroups.map(s=>s.id),phone:r.phone,email:r.email,city_id:r.city.id,get_news:r.getNews,channel_primary_interest_id:r.channelPrimaryInterest.id,source_primary_interest_id:r.sourcePrimaryInterest.id,primary_demand:r.primaryDemand,is_excluded_from_ms_calls_to_clients:r.isExcludedFromMsCallsToClients,preferred_warehouse_id:(i=r.preferredWarehouse)==null?void 0:i.id},void 0,e)}changeClientPassword(r,e,i,s={}){return this.patch(`/internal/clients/${r}`,{password:e,password_confirmation:i},void 0,s)}updateClientComment(r){return this.patch(`/internal/clients/${r.id}`,{comment:r.comment})}changeClientActivation(r){return this.patch(`/internal/clients/${r.id}`,{is_active:r.isActive})}async attachClientToManagers(r,e){const i=e.map(s=>this.patch(`/internal/clients/${r}/managers/${s.id}/attach`,{is_primary:s.isDefault}));await Promise.all(i)}async detachClientFromManagers(r,e){const i=e.map(s=>this.patch(`/internal/clients/${r}/managers/${s.id}/detach`));await Promise.all(i)}createContragentClientData(r,e,i={}){var g,a,T,L,k,d,O,N;let s;const o=e,l=e,h=e;switch(e.opf.slug){case S.Ic:s={opf:o.opf.slug,name:o.name,alternative_name:o.alternativeName,partner_group_id:(g=o.partnerGroup)==null?void 0:g.id,manager_id:(a=o.manager)==null?void 0:a.id,comment:o.comment,inn:o.inn,okpo:o.okpo,director_name:o.directorName,director_position:o.directorPosition,director_acts_on:o.directorActsOn,legal_address:o.legalAddress,postal_address:o.postalAddress,actual_address:o.actualAddress};break;case S.UlR:s={opf:l.opf.slug,name:l.name,alternative_name:l.alternativeName,partner_group_id:(T=l.partnerGroup)==null?void 0:T.id,manager_id:(L=l.manager)==null?void 0:L.id,comment:l.comment,inn:l.inn,kpp:l.kpp,okpo:l.okpo,director_name:l.directorName,director_position:l.directorPosition,director_acts_on:l.directorActsOn,legal_address:l.legalAddress,postal_address:l.postalAddress,actual_address:l.actualAddress};break;case S.UlNr:s={opf:h.opf.slug,name:h.name,alternative_name:h.alternativeName,partner_group_id:(k=h.partnerGroup)==null?void 0:k.id,manager_id:(d=h.manager)==null?void 0:d.id,comment:h.comment,director_name:h.directorName,director_position:h.directorPosition,director_acts_on:h.directorActsOn,legal_address:h.legalAddress,postal_address:h.postalAddress,actual_address:h.actualAddress,registration_country_id:h.registrationCountry.id,registration_number:h.registrationNumber,tax_number:h.taxNumber||void 0};break;default:s={opf:e.opf.slug,name:e.name,alternative_name:e.alternativeName,partner_group_id:(O=e.partnerGroup)==null?void 0:O.id,manager_id:(N=e.manager)==null?void 0:N.id,comment:e.comment};break}return this.post(`/internal/clients/${r}/contragents`,s,J=>Ce.createInstance(J.data),i)}updateContragentClientData(r,e,i={}){var g,a,T,L,k,d,O,N;let s;const o=e,l=e,h=e;switch(e.opf.slug){case S.Ic:s={opf:o.opf.slug,name:o.name,alternative_name:o.alternativeName,partner_group_id:(g=o.partnerGroup)==null?void 0:g.id,manager_id:(a=o.manager)==null?void 0:a.id,comment:o.comment,inn:o.inn,okpo:o.okpo,director_name:o.directorName,director_position:o.directorPosition,director_acts_on:o.directorActsOn,legal_address:o.legalAddress,postal_address:o.postalAddress,actual_address:o.actualAddress};break;case S.UlR:s={opf:l.opf.slug,name:l.name,alternative_name:l.alternativeName,partner_group_id:(T=l.partnerGroup)==null?void 0:T.id,manager_id:(L=l.manager)==null?void 0:L.id,comment:l.comment,inn:l.inn,kpp:l.kpp,okpo:l.okpo,director_name:l.directorName,director_position:l.directorPosition,director_acts_on:l.directorActsOn,legal_address:l.legalAddress,postal_address:l.postalAddress,actual_address:l.actualAddress};break;case S.UlNr:s={opf:h.opf.slug,name:h.name,alternative_name:h.alternativeName,partner_group_id:(k=h.partnerGroup)==null?void 0:k.id,manager_id:(d=h.manager)==null?void 0:d.id,comment:h.comment,director_name:h.directorName,director_position:h.directorPosition,director_acts_on:h.directorActsOn,legal_address:h.legalAddress,postal_address:h.postalAddress,actual_address:h.actualAddress,registration_country_id:h.registrationCountry.id,registration_number:h.registrationNumber,tax_number:h.taxNumber||void 0};break;default:s={opf:e.opf.slug,name:e.name,alternative_name:e.alternativeName,partner_group_id:(O=e.partnerGroup)==null?void 0:O.id,manager_id:(N=e.manager)==null?void 0:N.id,comment:e.comment};break}return this.patch(`/internal/clients/${r}/contragents/${e.id}`,s,J=>Ce.createInstance(J.data),i)}deleteClientContragent(r,e){return this.delete(`/internal/clients/${r}/contragents/${e.id}`)}createClientDeliveryAddress(r,e,i={}){var o,l;const s={address:e.address,is_one_time:e.isOneTime??!1,is_transport_company_address:e.isTransportCompanyAddress??!1,comment:e.comment??""};return e.coordinates&&(s.coordinates={lat:(o=e.coordinates)==null?void 0:o.lat,long:(l=e.coordinates)==null?void 0:l.long}),e.operatingHours&&(s.operating_hours={from:e.operatingHours.from,to:e.operatingHours.to}),this.post(`/internal/clients/${r}/delivery-addresses`,s,h=>new Pe(h.data),i)}updateClientDeliveryAddress(r,e,i={}){var o,l;const s={address:e.address,is_one_time:e.isOneTime??!1,is_transport_company_address:e.isTransportCompanyAddress??!1,comment:e.comment??""};return e.operatingHours&&(s.operating_hours={from:e.operatingHours.from,to:e.operatingHours.to}),e.coordinates&&(s.coordinates={lat:(o=e.coordinates)==null?void 0:o.lat,long:(l=e.coordinates)==null?void 0:l.long}),this.patch(`/internal/clients/${r}/delivery-addresses/${e.id}`,s,h=>new Pe(h.data),i)}deleteClientDeliveryAddress(r,e){return this.delete(`/internal/clients/${r}/delivery-addresses/${e.id}`)}createContragentBankAccount(r,e,i,s={}){return this.post(`/internal/clients/${r}/contragents/${e}/bank-accounts`,{bank_name:i.bankName,bic:i.bic,account_number:i.accountNumber,correspondent_account:i.correspondentAccount,currency_id:i.currency.id},o=>new Ie(o.data),s)}updateContragentBankAccount(r,e,i,s={}){return this.patch(`/internal/clients/${r}/contragents/${e}/bank-accounts/${i.id}`,{bank_name:i.bankName,bic:i.bic,account_number:i.accountNumber,correspondent_account:i.correspondentAccount,currency_id:i.currency.id},o=>new Ie(o.data),s)}deleteContragentBankAccount(r,e,i){return this.delete(`/internal/clients/${r}/contragents/${e}/bank-accounts/${i.id}`)}createClientContact(r,e,i={}){return this.createContact(r,e,{client:{id:r,is_primary:e.isPrimary??!1,not_disturb:e.notDisturb??!1}},i)}updateClientContact(r,e,i={}){return this.patch(`/internal/clients/${r}/contacts/${e.id}`,{name:e.name,position:e.position,phone:e.phone,email:e.email,comment:e.comment,not_disturb:e.notDisturb},s=>new M(s.data),i)}setPrimaryClientContact(r,e){return this.setPrimaryContact(`/internal/clients/${r}/contacts/${e.id}/primary`,e.isPrimary??!1)}detachClientContact(r,e){return this.detachContact(`/internal/clients/${r}/contacts/${e.id}/detach`)}createContragentContact(r,e,i,s={}){return this.createContact(r,i,{contragents:[{id:e,is_primary:i.isPrimary??!1,not_disturb:i.notDisturb??!1}]},s)}setPrimaryContragentContact(r,e,i){return this.setPrimaryContact(`/internal/clients/${r}/contragents/${e}/contacts/${i.id}/primary`,i.isPrimary??!1)}detachContragentContact(r,e,i){return this.detachContact(`/internal/clients/${r}/contragents/${e}/contacts/${i.id}/detach`)}createDeliveryAddressContact(r,e,i,s={}){return this.createContact(r,i,{addresses:[{id:e,is_primary:i.isPrimary??!1,not_disturb:i.notDisturb??!1}]},s)}setPrimaryDeliveryAddressContact(r,e,i){return this.setPrimaryContact(`/internal/clients/${r}/delivery-addresses/${e}/contacts/${i.id}/primary`,i.isPrimary??!1)}detachDeliveryAddressContact(r,e,i){return this.detachContact(`/internal/clients/${r}/delivery-addresses/${e}/contacts/${i.id}/detach`)}createContact(r,e,i,s={}){var l,h;const o={name:e.name,position:e.position,comment:e.comment,...i};return(l=e.phone)!=null&&l.length&&(o.phone=e.phone),(h=e.email)!=null&&h.length&&(o.email=e.email),this.post(`/internal/clients/${r}/contacts`,o,g=>new M(g.data),s)}setPrimaryContact(r,e){return this.patch(r,{is_primary:e})}detachContact(r){return this.patch(r)}sendClientEmailConfirmation(r){return this.get(`/internal/clients/${r.id}/verification/email?email=${r.email}`)}}const se=class se extends y{constructor(){super();t(this,"responseDataCacheTimeout");this.responseDataCacheTimeout=w.getConfig().http.responseDataCacheTimeout}static getCachedResponse(e){const i=se.responseDataCache.get(e);if(i&&i.validTo>new Date)return i.val}cacheResponse(e,i){se.responseDataCache.set(e,{validTo:m.addSeconds(new Date,this.responseDataCacheTimeout),val:i})}getTypedDataArrayRequester(e,i,s=!1,o={}){const l=i+(p.isEmpty(o)?"":` >>> ${JSON.stringify(o)}`),h=s?se.getCachedResponse(l):void 0;return h?Promise.resolve(h):this.get(i,o).then(g=>{const a=g.map(T=>Re.instanceInitializer(e,T));return s&&a&&this.cacheResponse(i,a),a})}};t(se,"responseDataCache",new Map);let te=se;class nt extends y{checkPhoneIsBusy(r){return new Promise((e,i)=>{this.request({method:"GET",url:"/public/user/verification/phone/check",params:{phone:r}}).then(s=>{e(!!s.isBusy)}).catch(i)})}}class ot extends y{getConfiguratorSettings(r){var e;return this.get(`internal/catalog/categories/${r.id}/configurators/${(e=r.properties)==null?void 0:e.editor}/settings`)}searchProduct(r,e,i={}){var o;const s=this.get(`internal/catalog/categories/${r.id}/configurators/${(o=r.properties)==null?void 0:o.editor}/product`,{params:e},l=>new $(l.data));return s.catch(l=>{this.errorResponseHandler(l,i)}),s}createTemplate(r,e,i={}){var s;return this.post(`internal/catalog/categories/${r.id}/configurators/${(s=r.properties)==null?void 0:s.editor}/template`,{...e},()=>{},i)}removeTemplate(r,e){var i;return this.delete(`internal/catalog/categories/${r.id}/configurators/${(i=r.properties)==null?void 0:i.editor}/template/${e}`)}}class ct{static defaultDateRanges(){const r=m.addBusinessDays(new Date,1);return{nextWorkingDay:{label:"Следующий рабочий день",from:m.startOfDay(r),to:m.endOfDay(r)},today:{label:"Сегодня",from:m.startOfToday(),to:m.endOfToday()},yesterday:{label:"Вчера",from:m.startOfYesterday(),to:m.endOfYesterday()},tomorrow:{label:"Завтра",from:m.startOfTomorrow(),to:m.endOfTomorrow()}}}}const ne=class ne{static setLinearValues(r){ne.linearValues=r}static productIsMeasurable(r){return ne.linearValues.includes(r.unit)}static getProductMultiplicity(r){var e,i;return!((e=r.properties)!=null&&e.ignoreMinCountCheck)&&((i=r.properties)!=null&&i.minCount)&&!ne.productIsMeasurable(r)?r.properties.minCount:1}static getProductLengthMultiplicity(r){var e,i,s;return(e=r.properties)!=null&&e.lengthStep?r.properties.lengthStep:!((i=r.properties)!=null&&i.ignoreMinCountCheck)&&((s=r.properties)!=null&&s.minCount)?r.properties.minCount:.01}};t(ne,"linearValues",["пог.м.","м.","м2"]);let Xe=ne;class lt{static generateUndefinedManagerInstance(){return new ge({id:0,name:"- Не назначен -",isActive:!0,guid:"-undefined-"})}static isUndefinedManagerInstance(r){return r.id===0&&r.guid==="-undefined-"}}class Ir extends te{async getManagers(){const r="/internal/managers",e=te.getCachedResponse(r);if(e)return e;const s=(await this.get(r)).data.map(o=>Re.instanceInitializer(ge,o));return this.cacheResponse(r,s),s}}class Ze extends Ye{constructor(e){var i,s,o,l,h,g,a,T;super(e);t(this,"client");t(this,"payment");t(this,"delivery");t(this,"attachedUser");t(this,"status");t(this,"salesDirection");t(this,"pendingAt");t(this,"processedAt");t(this,"isOnOrder");t(this,"isNotInStock");this.client=new Z(e==null?void 0:e.client),this.payment={type:((i=e==null?void 0:e.payment)==null?void 0:i.type)??-1,status:((s=e==null?void 0:e.payment)==null?void 0:s.status)??-1,onlinePaymentLink:(o=e==null?void 0:e.payment)==null?void 0:o.onlinePaymentLink},this.delivery={type:((l=e==null?void 0:e.delivery)==null?void 0:l.type)??-1,date:p.isString((h=e==null?void 0:e.delivery)==null?void 0:h.date)?m.parseISO(e.delivery.date):((g=e==null?void 0:e.delivery)==null?void 0:g.date)??new Date,address:(a=e==null?void 0:e.delivery)!=null&&a.address?new Pe(e.delivery.address):void 0,warehouse:(T=e==null?void 0:e.delivery)!=null&&T.warehouse?new pe(e.delivery.warehouse):void 0},this.attachedUser=new U(e==null?void 0:e.attachedUser),this.status=(e==null?void 0:e.status)??0,this.salesDirection=new I(e==null?void 0:e.salesDirection),this.pendingAt=p.isString(e==null?void 0:e.pendingAt)?m.parseISO(e.pendingAt):e==null?void 0:e.pendingAt,this.processedAt=p.isString(e==null?void 0:e.processedAt)?m.parseISO(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}}class br extends q{constructor(e){super(e);t(this,"product");t(this,"quantity");t(this,"currency");t(this,"costOne");t(this,"costOneRub");t(this,"cost");t(this,"costRub");t(this,"marker");t(this,"height");t(this,"length");t(this,"width");t(this,"logicGroupId");t(this,"salesDirection");t(this,"specificationImgUrl");t(this,"configurator");t(this,"configuratorParams");t(this,"sawing");this.product=new z(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}}class _r extends Ze{constructor(e){super(e);t(this,"products");t(this,"invoices");t(this,"comment");t(this,"image");t(this,"contragent");t(this,"barcode");t(this,"orderSource");t(this,"isAllowProcessingWithoutPayment");this.products=(e.products??[]).map(i=>new br(i)),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 P(e.orderSource):void 0,this.isAllowProcessingWithoutPayment=e.isAllowProcessingWithoutPayment}}class ut extends fe{getOrders(r,e,i){return this.getPaginated("/internal/orders",r,e?[e]:void 0,i,{},s=>{const o={...s.data};return o.data=o.data.map(l=>new Ze(l)),o})}getClientOrderStatistics(r,e){return this.get(`/internal/clients/${r}/orders/statistics`,e?{period:e}:{})}getOrder(r){return this.get(`/internal/orders/${r}`,{},e=>new _r(e.data))}}class Le{constructor(r){t(this,"client");t(this,"product");t(this,"cost");t(this,"costCoefficient");t(this,"source");this.client=new Z(r==null?void 0:r.client),this.product=new $(r==null?void 0:r.product),this.cost=(r==null?void 0:r.cost)??0,this.costCoefficient=(r==null?void 0:r.costCoefficient)??0,this.source=(r==null?void 0:r.source)??De.Product}}const xe=n=>{var r,e,i,s,o;return n?p.omitBy({cities:(r=n.cities)==null?void 0:r.map(l=>l.id),clients:(e=n.clients)==null?void 0:e.map(l=>l.id),managers:(i=n.managers)==null?void 0:i.map(l=>l.id),partnerGroups:(s=n.partnerGroups)==null?void 0:s.map(l=>l.id),salesDirections:(o=n.salesDirections)==null?void 0:o.map(l=>l.id),hideNotActive:n.hideNotActive},l=>p.isNil(l)||(p.isArray(l)||p.isObject(l))&&p.isEmpty(l)):{}},Lr=n=>{const r={};return n.from&&(n.from.coefficient||n.from.value)&&(r.from={},n.from.coefficient&&(r.from.priceCoefficientId=n.from.coefficient.id),n.from.value&&(r.from.increasePercent=n.from.value)),n.to&&(n.to.coefficient||n.to.value)&&(r.to={},n.to.coefficient&&(r.to.priceCoefficientId=n.to.coefficient.id),n.to.value&&(r.to.increasePercent=n.to.value)),r};class pt extends y{analyzeProductPrices(r,e,i){return this.get(`/internal/price/products/${r}/analyze`,{...Lr(e),filters:xe(i)},s=>s.data.map(o=>new Le(o)))}analyzeCategoryPrices(r,e,i){return this.get(`/internal/price/categories/${r}/analyze`,{...Lr(e),filters:xe(i)},s=>s.data.map(o=>new Le(o)))}analyzeCategoryPricesBySquare(r,e,i){return this.get(`/internal/price/categories/${r}/analyze/square`,{...e,filters:xe(i)},s=>s.data.map(o=>new Le(o)))}}class kr{constructor(r){t(this,"cost");t(this,"isLowCost");t(this,"isRetail");t(this,"costDate");t(this,"discountName");t(this,"priceTemplateName");t(this,"product");t(this,"client");t(this,"executor");t(this,"currency");this.cost=r.cost??0,this.isLowCost=r.isLowCost??!1,this.isRetail=r.isRetail??!1,this.costDate=p.isString(r.costDate)?m.parseISO(r.costDate):r.costDate??new Date,this.discountName=r.discountName,this.priceTemplateName=r.priceTemplateName,this.product=r.product?new Q(r.product):void 0,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 ye(r.currency):void 0}}class dr extends Q{constructor(e){super(e);t(this,"history");this.history=p.map(e.history,i=>new kr(i))}}class ht extends y{constructor(){super(),this.baseUrl=`${w.getConfig().http.priceHistoryApiUrl}/api`}getProductPriceHistory(r){var s,o,l,h;const e=w.getConfig().dateFormats.api,i=p.omitBy(p.merge(r,{costDate:{from:p.isDate((s=r.costDate)==null?void 0:s.from)?m.format(r.costDate.from,e):(o=r.costDate)==null?void 0:o.from,to:p.isDate((l=r.costDate)==null?void 0:l.to)?m.format(r.costDate.to,e):(h=r.costDate)==null?void 0:h.to}}),g=>p.isNil(g)||(p.isArray(g)||p.isObject(g))&&p.isEmpty(g));return this.get("/internal/history",i,g=>p.map(g.data,a=>new dr(a)))}}class Ee{constructor(r){t(this,"products",[]);t(this,"productCategories",[]);r!=null&&r.products&&(this.products=r.products.map(e=>new Q(e))),r!=null&&r.productCategories&&(this.productCategories=r.productCategories.map(e=>new Q(e)))}}class gt extends y{constructor(){super(),this.baseUrl=`${w.getConfig().http.recommendationsApiUrl}/api`}getProductCategoryRecommendations(r){return this.get(`/internal/recommendations/categories/${r.id}`,{},e=>new Ee(e.data))}getProductRecommendations(r){return this.get(`/internal/recommendations/products/${r.id}`,{},e=>new Ee(e.data))}saveProductCategoryRecommendations(r,e){return this.post(`/internal/recommendations/categories/${r.id}`,{product_categories:e.productCategories.map(i=>i.id),products:e.products.map(i=>i.id)})}saveProductRecommendations(r,e){return this.post(`/internal/recommendations/products/${r.id}`,{product_categories:e.productCategories.map(i=>i.id),products:e.products.map(i=>i.id)})}}class v extends te{getReference(r,e=!1){return this.getTypedDataArrayRequester(Cr,`/internal/references/${r}`,e)}getChannelPrimaryInterest(){return this.getTypedDataArrayRequester(ze,"/internal/references/channel-primary-interest",!0)}getContactPositions(){return this.getTypedDataArrayRequester(Pr,"/internal/references/contact-position",!0)}getCurrency(){return this.getTypedDataArrayRequester(ye,"/public/references/currency",!0)}getPartnerGroup(){return this.getTypedDataArrayRequester(F,"/internal/references/partner-group",!0)}getOpf(){return this.getTypedDataArrayRequester(G,"/public/references/opf",!0)}getOrderPaymentStatuses(){return this.getTypedDataArrayRequester(wr,"/public/references/order-payment-status",!0)}getOrderStatuses(){return this.getTypedDataArrayRequester(ar,"/public/references/order-status",!0)}getPaymentTypes(){return this.getTypedDataArrayRequester(vr,"/public/references/payment-type",!0)}getResourceTypes(){return this.getTypedDataArrayRequester(We,"/internal/references/resource-type",!0)}getSalesDirections(){return this.getTypedDataArrayRequester(I,"/public/references/sales-direction",!0)}getSourcePrimaryInterest(){return this.getTypedDataArrayRequester(Ve,"/internal/references/source-primary-interest",!0)}searchCity(r){return this.getTypedDataArrayRequester(Te,`/internal/references/city-with-region-and-country/search?term=${r}`)}searchRegion(r){return this.getTypedDataArrayRequester(X,`/internal/references/region-with-country/search?term=${r}`)}searchCountry(r){return this.getTypedDataArrayRequester(W,`/internal/references/country/search?term=${r}`)}getDeliveryTypes(){return this.getTypedDataArrayRequester(H,"/internal/references/delivery-type",!0)}getWarehouses(){return this.getTypedDataArrayRequester(pe,"/public/references/warehouse",!0)}getPropertyTypes(){return this.getTypedDataArrayRequester(Me,"/internal/references/property-type",!0)}getPriceCoefficients(){return this.getTypedDataArrayRequester(ue,"/internal/references/price-coefficient",!0)}getProductFileType(){return this.getTypedDataArrayRequester(Rr,"/public/references/product-file-type",!0)}}const R=K.defineStore("__references_private",()=>{const n=f.ref({}),r=f.ref(void 0),e=f.ref(void 0),i=f.ref(void 0),s=f.ref(void 0),o=f.ref(void 0),l=f.ref(void 0),h=f.ref(void 0),g=f.ref(void 0),a=f.ref(void 0),T=f.ref(void 0),L=f.ref(void 0),k=f.ref(void 0),d=f.ref(void 0),O=f.ref(void 0),N=f.ref(void 0),J=f.ref(void 0),u=f.ref(void 0);return{dataLoaderList:n,channelPrimaryInterestReference:r,contactPositionsReference:e,currencyReference:i,deliveryTypeReference:s,managersList:o,opfReference:l,orderPaymentStatusReference:h,orderStatusReference:g,paymentTypeReference:a,partnerGroupReference:T,productFileTypeReference:L,resourceTypesReference:k,salesDirectionsReference:d,sourcePrimaryInterestReference:O,warehousesReference:N,propertyTypesReference:J,priceCoefficientsReference:u}}),mt=K.defineStore("references",()=>{const n=f.computed(()=>{const u=R();return!u.channelPrimaryInterestReference&&!u.dataLoaderList.channelPrimaryInterestReference&&(u.dataLoaderList.channelPrimaryInterestReference=!0,y.getInstance(v).getChannelPrimaryInterest().then(C=>{u.channelPrimaryInterestReference=C}).catch(p.noop)),u.channelPrimaryInterestReference}),r=f.computed(()=>{const u=R();return!u.contactPositionsReference&&!u.dataLoaderList.contactPositionsReference&&(u.dataLoaderList.contactPositionsReference=!0,y.getInstance(v).getContactPositions().then(C=>{u.contactPositionsReference=C}).catch(p.noop)),u.contactPositionsReference}),e=f.computed(()=>{const u=R();return!u.currencyReference&&!u.dataLoaderList.currencyReference&&(u.dataLoaderList.currencyReference=!0,y.getInstance(v).getCurrency().then(C=>{u.currencyReference=C}).catch(p.noop)),u.currencyReference}),i=f.computed(()=>{const u=R();return!u.opfReference&&!u.dataLoaderList.opfReference&&(u.dataLoaderList.opfReference=!0,y.getInstance(v).getOpf().then(C=>{u.opfReference=C}).catch(p.noop)),u.opfReference}),s=f.computed(()=>{const u=R();return!u.orderPaymentStatusReference&&!u.dataLoaderList.orderPaymentStatusReference&&(u.dataLoaderList.orderPaymentStatusReference=!0,y.getInstance(v).getOrderPaymentStatuses().then(C=>{u.orderPaymentStatusReference=C}).catch(p.noop)),u.orderPaymentStatusReference}),o=f.computed(()=>{const u=R();return!u.orderStatusReference&&!u.dataLoaderList.orderStatusReference&&(u.dataLoaderList.orderStatusReference=!0,y.getInstance(v).getOrderStatuses().then(C=>{u.orderStatusReference=C}).catch(p.noop)),u.orderStatusReference}),l=f.computed(()=>{const u=R();return!u.paymentTypeReference&&!u.dataLoaderList.paymentTypeReference&&(u.dataLoaderList.paymentTypeReference=!0,y.getInstance(v).getPaymentTypes().then(C=>{u.paymentTypeReference=C}).catch(p.noop)),u.paymentTypeReference}),h=f.computed(()=>{const u=R();return!u.partnerGroupReference&&!u.dataLoaderList.partnerGroupReference&&(u.dataLoaderList.partnerGroupReference=!0,y.getInstance(v).getPartnerGroup().then(C=>{u.partnerGroupReference=C}).catch(p.noop)),u.partnerGroupReference}),g=f.computed(()=>{const u=R();return!u.productFileTypeReference&&!u.dataLoaderList.productFileTypeReference&&(u.dataLoaderList.productFileTypeReference=!0,y.getInstance(v).getProductFileType().then(C=>{u.productFileTypeReference=C}).catch(p.noop)),u.productFileTypeReference}),a=f.computed(()=>{const u=R();return!u.resourceTypesReference&&!u.dataLoaderList.resourceTypesReference&&(u.dataLoaderList.resourceTypesReference=!0,y.getInstance(v).getResourceTypes().then(C=>{u.resourceTypesReference=C}).catch(p.noop)),u.resourceTypesReference}),T=f.computed(()=>{const u=R();return!u.salesDirectionsReference&&!u.dataLoaderList.salesDirectionsReference&&(u.dataLoaderList.salesDirectionsReference=!0,y.getInstance(v).getSalesDirections().then(C=>{u.salesDirectionsReference=C}).catch(p.noop)),u.salesDirectionsReference}),L=f.computed(()=>{const u=R();return!u.sourcePrimaryInterestReference&&!u.dataLoaderList.sourcePrimaryInterestReference&&(u.dataLoaderList.sourcePrimaryInterestReference=!0,y.getInstance(v).getSourcePrimaryInterest().then(C=>{u.sourcePrimaryInterestReference=C}).catch(p.noop)),u.sourcePrimaryInterestReference}),k=f.computed(()=>{const u=R();return!u.deliveryTypeReference&&!u.dataLoaderList.deliveryTypeReference&&(u.dataLoaderList.deliveryTypeReference=!0,y.getInstance(v).getDeliveryTypes().then(C=>{u.deliveryTypeReference=C}).catch(p.noop)),u.deliveryTypeReference}),d=f.computed(()=>{const u=R();return!u.managersList&&!u.dataLoaderList.managersList&&(u.dataLoaderList.managersList=!0,y.getInstance(Ir).getManagers().then(C=>{u.managersList=C}).catch(p.noop)),u.managersList}),O=f.computed(()=>{const u=R();return!u.warehousesReference&&!u.dataLoaderList.warehousesReference&&(u.dataLoaderList.warehousesReference=!0,y.getInstance(v).getWarehouses().then(C=>{u.warehousesReference=C}).catch(p.noop)),u.warehousesReference}),N=f.computed(()=>{const u=R();return!u.propertyTypesReference&&!u.dataLoaderList.propertyTypesReference&&(u.dataLoaderList.propertyTypesReference=!0,y.getInstance(v).getPropertyTypes().then(C=>{u.propertyTypesReference=C}).catch(p.noop)),u.propertyTypesReference}),J=f.computed(()=>{const u=R();return!u.priceCoefficientsReference&&!u.dataLoaderList.priceCoefficientsReference&&(u.dataLoaderList.priceCoefficientsReference=!0,y.getInstance(v).getPriceCoefficients().then(C=>{u.priceCoefficientsReference=C}).catch(p.noop)),u.priceCoefficientsReference});return{channelPrimaryInterestsReference:n,contactPositionsReference:r,currencyReference:e,opfReference:i,orderPaymentStatusReference:s,orderStatusReference:o,paymentTypeReference:l,partnerGroupsReference:h,productFilesTypesReference:g,resourceTypesReference:a,salesDirectionsReference:T,sourcePrimaryInterestsReference:L,deliveryTypeReference:k,managersList:d,warehousesReference:O,propertyTypesReference:N,priceCoefficientsReference:J}});class Or{constructor(r){t(this,"name");t(this,"content");this.name=r.name,this.content=r.content}}class er{constructor(r){t(this,"resourceType");t(this,"resourceId");t(this,"h1");t(this,"title");t(this,"description");t(this,"keywords");t(this,"meta");var e;this.resourceType=new We(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(i=>new Or(i)))??[]}}class ft extends y{getResourceSeoData(r,e){return this.get(`/internal/seo/${r.slug}/${e}`,{},i=>new er(i.data))}saveResourceSeoData(r,e={}){return this.post(`/internal/seo/${r.resourceType.slug}/${r.resourceId}`,r,i=>new er(i.data),e)}deleteResourceSeoData(r,e){return this.delete(`/internal/seo/${r.slug}/${e}`)}}class yt extends y{searchAddresses(r){return this.execSuggestionQuery("/public/suggestions/address",r)}searchBank(r){return this.execSuggestionQuery("/public/suggestions/bank",r)}searchOrganization(r){return this.execSuggestionQuery("/public/suggestions/organization",r)}execSuggestionQuery(r,e){return this.get(r,{query:e}).then(i=>{const s=[...i];let o=1;return s.forEach(l=>{l.id=o++}),s})}}var Nr=(n=>(n.Admin="admin",n.Manager="manager",n.Operator="operator",n.Client="client",n.Guest="guest",n))(Nr||{});class qr extends Ge{constructor(e){super(e);t(this,"type");t(this,"canDoReclamations");t(this,"photo");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}}class Ct extends y{constructor(){super(),this.baseUrl=`${w.getConfig().http.portalApiUrl}/api`,this.interceptorIds.request.authRequestInterceptor&&this.httpClient.interceptors.request.eject(this.interceptorIds.request.authRequestInterceptor)}getAccessToken(){return this.get("internal/users/current-tokens").then(r=>r.accessToken)}}class Ur extends y{getCurrentUser(){return this.get("/internal/users/info",{},r=>new qr(r.data))}}const Pt=K.defineStore("__user_state_private",()=>{const n=f.ref({}),r=f.ref(void 0);return{dataLoaderList:n,currentUser:r}}),wt=K.defineStore("user_state",()=>({currentUser:f.computed(()=>{const r=Pt();return!r.currentUser&&!r.dataLoaderList.currentUser&&(r.dataLoaderList.currentUser=!0,y.getInstance(Ur).getCurrentUser().then(e=>{r.currentUser=e}).catch(p.noop).finally(()=>{r.dataLoaderList.currentUser=!1})),r.currentUser})}));class at{constructor(r,e){t(this,"showFeedback",!1);t(this,"feedback","");t(this,"validationStatus");this.showFeedback=!!r,this.feedback=r,this.validationStatus=e}}c.AnyReference=Cr,c.AppBaseConfig=Wr,c.AppConfigProvider=w,c.BankAccount=Ie,c.BasePaginationProvider=fe,c.CalculationTypeEnum=or,c.Cart=he,c.CartItem=nr,c.CartItemBase=sr,c.CartProvider=Hr,c.CatalogProvider=Vr,c.CatalogableItem=de,c.Category=B,c.CategoryPricingRule=He,c.ChannelPrimaryInterest=ze,c.City=et,c.CityWithRegionAndCountry=Te,c.Client=Qe,c.ClientAdditionalData=Sr,c.ClientCategory=me,c.ClientDataProvider=st,c.ClientPriceProvider=Fr,c.ClientPriceTemplateProvider=Jr,c.ClientProduct=z,c.ClientProductCategoryDataProvider=Yr,c.ClientProductDataProvider=Xr,c.ClientShortInfo=Z,c.ClientsAdditionalDataRequestTypeEnum=yr,c.ClientsListFilters=rt,c.CodedIdentity=Q,c.ConfiguratorProvider=ot,c.Contact=be,c.ContactLinks=pr,c.ContactPerson=M,c.ContactPersonRelated=Tr,c.ContactPosition=Pr,c.ContactRelation=_e,c.ContragentBase=Fe,c.ContragentFactory=Ce,c.ContragentIc=Je,c.ContragentPerson=Dr,c.ContragentUlNr=Ar,c.ContragentUlR=Ke,c.CostSourceEnum=De,c.Country=W,c.Currency=ye,c.DataSuggestionProvider=yt,c.DataTablePagination=tt,c.DataTablePaginationRequestParams=$r,c.DataTableSortRequestParams=it,c.DateTimeProvider=ct,c.DeletableNamedIdentity=lr,c.DeliveryAddress=Pe,c.DeliveryType=H,c.DetailedJwtPayload=Mr,c.DeviceTypeResolutionConfig=hr,c.DiscountShortInfo=ur,c.FieldValidationResultData=at,c.FilterGroup=re,c.FilterItem=Be,c.FilterOpEnum=$e,c.GeoCoordinates=Ne,c.HiddenCatalogableItem=tr,c.HttpCachedRequester=te,c.HttpParamsConfig=gr,c.HttpRequester=y,c.Identity=q,c.Image=ir,c.JwtPayload=ce,c.Manager=ge,c.ManagerCommon=Y,c.ManagerDataFactory=lt,c.ManagerDataProvider=Ir,c.MetaTagItem=Or,c.NamedIdentity=A,c.Opf=G,c.OpfEnum=S,c.Order=_r,c.OrderInfo=Ze,c.OrderPaymentStatus=wr,c.OrderProduct=br,c.OrderShortInfo=Ye,c.OrderStatus=ar,c.OrdersDataProvider=ut,c.PartnerGroup=F,c.PaymentType=vr,c.PreferencesStorageProvider=Br,c.PriceAnalyze=Le,c.PriceAnalyzeProvider=pt,c.PriceCoefficient=ue,c.PriceCoefficientEnum=Oe,c.PriceHistoryDataProvider=ht,c.PriceHistoryItem=kr,c.PriceTemplate=j,c.PriceTemplateCategory=Ae,c.PriceTemplateClient=x,c.PriceTemplateICatalogableItem=Ue,c.PriceTemplateProduct=Se,c.PriceTemplateProvider=Zr,c.PricingRole=ee,c.PricingRoleProvider=xr,c.PrimaryCatalogableItem=ae,c.Product=$,c.ProductCategoryDataProvider=Kr,c.ProductDataProvider=Qr,c.ProductFileType=Rr,c.ProductPriceCoefficient=ve,c.ProductPriceHistory=dr,c.PropertiesProvider=Er,c.Property=E,c.PropertyType=Me,c.PropertyTypeEnum=cr,c.PropertyValue=V,c.RecommendationsDataProvider=gt,c.RecommendationsList=Ee,c.Reference=P,c.ReferenceDataProvider=v,c.Region=X,c.ResourceType=We,c.SalesDirection=I,c.SentryConfig=mr,c.Seo=er,c.SeoDataProvider=ft,c.SourcePrimaryInterest=Ve,c.StockCount=rr,c.TemplatesListFilters=zr,c.TypedInstanceFactory=Re,c.UnitsHelper=Xe,c.UnknownClientDataProvider=nt,c.UpdatableNamedIdentity=qe,c.User=qr,c.UserAuthDataProvider=Ct,c.UserCommonInfo=Ge,c.UserDataProvider=Ur,c.UserShortInfo=U,c.UserTypeEnum=Nr,c.VersionConfig=fr,c.Warehouse=pe,c.findCatalogItemByIdRecursive=je,c.useAuthStateStore=we,c.useReferencesStore=mt,c.useUserStateStore=wt,Object.defineProperty(c,Symbol.toStringTag,{value:"Module"})});
|
|
2
2
|
//# sourceMappingURL=sc-common-lib.umd.cjs.map
|