@snabcentr/common-lib 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- (function(c,T){typeof exports=="object"&&typeof module<"u"?T(exports,require("jwt-decode"),require("lodash-es"),require("ts-case-convert"),require("date-fns"),require("pinia"),require("vue"),require("axios")):typeof define=="function"&&define.amd?define(["exports","jwt-decode","lodash-es","ts-case-convert","date-fns","pinia","vue","axios"],T):(c=typeof globalThis<"u"?globalThis:c||self,T(c["SC Common Lib"]={},c["jwt-decode"],c["lodash-es"],c["ts-case-convert"],c["date-fns"],c.pinia,c.vue,c.axios))})(this,function(c,T,u,le,m,Q,f,zr){"use strict";var St=Object.defineProperty;var Tt=(c,T,u)=>T in c?St(c,T,{enumerable:!0,configurable:!0,writable:!0,value:u}):c[T]=u;var t=(c,T,u)=>Tt(c,typeof T!="symbol"?T+"":T,u);class U{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","");u.merge(this,r)}static getJwtPayload(r){const e=T.jwtDecode(r),i=new U(le.objectToCamel(e));return i.resourceAccess=e.resource_access,i}}class Wr extends U{constructor(e){super(e);t(this,"familyName");t(this,"middleName");t(this,"locale");t(this,"phoneNumber");t(this,"phoneNumberVerified");t(this,"address");u.merge(this,e)}static getJwtPayload(e){return new U(le.objectToCamel(T.jwtDecode(e)))}}const ne=class ne{static init(r){ne.config=r}static getConfig(){if(u.isUndefined(ne.config))throw new Error("Config is undefined. Please set config by AppConfigProvider.init().");return ne.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(ne,"config");let v=ne;class ue{static getActualDataFromStorage(r){if(!this.isLocalStorageAvailable())return;let e=null;try{e=localStorage.getItem(r)}catch{return}if(e)try{const i=JSON.parse(e);if(!i.availableFor||m.isAfter(m.parseISO(i.availableFor)||m.startOfToday(),new Date)){if(u.isNil(i.data)||u.isEmpty(i.data))throw new Error("Data is empty");return i.data}}catch{try{localStorage.removeItem(r)}catch{}}}static saveActualDataToStorage(r,e,i){if(this.isLocalStorageAvailable())try{if(u.isNil(e)||u.isEmpty(e))throw new Error("Data is empty");const s=JSON.stringify({availableFor:i,data:e});localStorage.setItem(r,s)}catch(s){if(s instanceof DOMException&&s.code===DOMException.QUOTA_EXCEEDED_ERR){this.clearOldData();try{const o=JSON.stringify({availableFor:i,data:e});localStorage.setItem(r,o)}catch{}}else try{localStorage.removeItem(r)}catch{}}}static isLocalStorageAvailable(){try{const r="__localStorage_test__";return localStorage.setItem(r,"test"),localStorage.removeItem(r),!0}catch{return!1}}static clearOldData(){try{const r=[];for(let e=0;e<localStorage.length;e++){const i=localStorage.key(e);if(i)try{const s=localStorage.getItem(i);if(s){const o=JSON.parse(s);o.availableFor&&!m.isAfter(m.parseISO(o.availableFor)||m.startOfToday(),new Date)&&r.push(i)}}catch{r.push(i)}}r.forEach(e=>{try{localStorage.removeItem(e)}catch{}})}catch{}}}function ir(n){try{const r=U.getJwtPayload(n);return new Date(r.exp*1e3)}catch{return}}const Y=Q.defineStore("__auth_state_private",()=>{const n=f.ref((()=>{var g;const o=ue.getActualDataFromStorage("sc.token");if(o)return Promise.resolve(o);const l=(g=v.getConfig().devMode)==null?void 0:g.initAuthBearerToken;return l?Promise.resolve(l):void 0})()),r=f.ref(void 0),e=f.ref(void 0),i=f.markRaw(new Map);function s(){e.value=void 0,u.isNil(n.value)||n.value.then(o=>{const l=U.getJwtPayload(o);e.value=l.exp*1e3>Date.now()?u.mapValues(l.resourceAccess,g=>(g==null?void 0:g.roles)??[]):void 0}).catch(u.noop)}return{jwtToken:n,jwtTokenUpdater:r,userPermissions:e,userPermissionsComputedRefs:i,recalculateUserPermissions:s}}),ve=Q.defineStore("__auth_state",()=>{const n=f.computed(()=>{const o=Y();if(u.isNil(o.jwtToken)&&!u.isNil(o.jwtTokenUpdater)){const l=o.jwtTokenUpdater();o.jwtToken=l,l.then(g=>{o.jwtToken=Promise.resolve(g),ue.saveActualDataToStorage("sc.token",g,ir(g)),o.recalculateUserPermissions()}).catch(u.noop)}return o.jwtToken});function r(o){Y().jwtTokenUpdater=o}function e(o){const l=Y();l.jwtToken=Promise.resolve(o),ue.saveActualDataToStorage("sc.token",o,ir(o)),l.recalculateUserPermissions()}function i(){const o=Y();o.jwtToken=void 0,o.userPermissions=void 0,ue.saveActualDataToStorage("sc.token",void 0)}function s(o){const l=Y();!u.isNil(l.jwtToken)&&u.isNil(l.userPermissions)&&l.jwtToken.then(C=>{const w=U.getJwtPayload(C);l.userPermissions=w.exp*1e3>Date.now()?u.mapValues(w.resourceAccess,A=>(A==null?void 0:A.roles)??[]):void 0}).catch(u.noop);const g=u.isArray(o)?o.join(" && "):o;if(l.userPermissionsComputedRefs.has(g))return l.userPermissionsComputedRefs.get(g);const h=f.computed(()=>{const C=w=>{var I;const A=u.split(w,".");if(A.length<2)return!1;const[L,d]=A,b=(I=Y().userPermissions)==null?void 0:I[L];return u.isArray(b)&&b.includes(d)};return u.isArray(o)?u.every(o,w=>C(w)):C(o)});return l.userPermissionsComputedRefs.set(g,h),h}return{jwtToken:n,setJwtTokenUpdater:r,setJwtToken:e,invalidateJwtToken:i,hasUserPermission:s}});class q{constructor(r,e){t(this,"id");t(this,"guid");this.id=r==null?void 0:r.id,u.isNil(this.id)&&(u.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==="":u.isNil(this.id)}}class S extends q{constructor(e){super(e);t(this,"name","");this.name=(e==null?void 0:e.name)??""}}class x extends S{constructor(e){super(e);t(this,"code","");this.code=(e==null?void 0:e.code)??""}}class Oe extends x{constructor(e){super(e);t(this,"slug");t(this,"type");this.slug=(e==null?void 0:e.slug)??""}}class Re extends Oe{constructor(e){super(e);t(this,"isPrimary");this.isPrimary=(e==null?void 0:e.isPrimary)??!1}}class pe extends Re{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])=>[u.toUpper(i),s])):void 0}}var Ne=(n=>(n.K0="k0",n.K1="k1",n.K2="k2",n.K3="k3",n.K4="k4",n.Retail="retail",n))(Ne||{});class P extends S{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 ge extends P{static getRetailPriceCoefficient(){return{id:-2,slug:Ne.Retail,name:"Розн. цена",guid:"",isNewRec:u.constant(!0)}}}class De{constructor(r){t(this,"coefficient");t(this,"value");t(this,"cost");t(this,"percent");t(this,"readOnly");this.coefficient=new ge(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 Ue{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 he 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 Ue(e==null?void 0:e.coordinates)}}class sr{constructor(r){t(this,"warehouse");t(this,"count");this.warehouse=new he(r==null?void 0:r.warehouse),this.count=(r==null?void 0:r.count)??0}}class nr extends Oe{constructor(e){super(e);t(this,"isHidden");this.isHidden=(e==null?void 0:e.isHidden)??!1}}class or{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 nr{constructor(e){var s,o,l,g;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=u.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(h=>new sr(h)))??[],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(h=>h.isPrimary));i&&(this.category=new Re({...i,isPrimary:!0}),this.categories=[this.category]),e!=null&&e.categories&&(this.categories=e.categories.map(h=>new Re(h))),this.images=((l=e==null?void 0:e.images)==null?void 0:l.map(h=>new or(h,v.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=((g=e==null?void 0:e.priceCoefficients)==null?void 0:g.map(h=>new De(h)))??[],e&&"codeNumber"in e&&!e.code&&(this.code=e==null?void 0:e.codeNumber)}getIsMeasurable(){var i;const e=(i=v.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 cr 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 pe,this.height=e.height,this.length=e.length,this.width=e.width,this.configurator=e.configurator,this.configuratorParams=e.configuratorParams&&u.cloneDeep(e.configuratorParams),this.isAdditionalSale=e.isAdditionalSale}}class lr extends cr{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 me{constructor(r){t(this,"items");t(this,"resultSum");t(this,"directionsSum");this.items=r.items.map(e=>new lr(e)),this.resultSum=r.resultSum,this.directionsSum=r.directionsSum}}class Ae{static simpleInstanceInitializer(r){return new r}static instanceInitializer(r,e){return new r(e)}}const O=class O{constructor(){t(this,"httpClient");t(this,"baseUrl",`${v.getConfig().http.portalApiUrl}/api`);t(this,"errorResponseHandler",u.noop);t(this,"interceptorIds",{request:{},response:{}});t(this,"setBaseUrlRequestInterceptor",r=>(r.baseURL=this.baseUrl,r));t(this,"authRequestInterceptor",async r=>{let e;return u.isNil(ve().jwtToken)||(e=await ve().jwtToken),e&&r.headers.set("Authorization",`Bearer ${e}`),r});t(this,"dataConverterRequestInterceptor",r=>(r.method&&(r.method==="get"&&r.params&&(r.params=le.objectToSnake(r.params)),["put","patch","post"].includes(u.toLower(r.method))&&r.data&&(r.data=le.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):(ve().invalidateJwtToken(),e.__isRetryRequest=!0,this.httpClient(e)):Promise.reject(r)});t(this,"dataConverterResponseInterceptor",r=>(r.data&&(r.data=le.objectToCamel(r.data)),r));const r=v.getConfig().version;this.errorResponseHandler=O.defaultErrorsResponseHandler,this.httpClient=zr.create({headers:{"APP-VERSION":`${r.name} (${r.version}, ${m.format(r.date,v.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=>O.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){O.defaultErrorsResponseHandler=r}static getInstance(r){return Object.prototype.hasOwnProperty.call(O.instances,r.name)||(O.instances[r.name]=Ae.simpleInstanceInitializer(r)),O.instances[r.name]}static convertHttpErrorResponse(r){var e,i;if(!u.isNil(r.request)||!u.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(O,"instances",{}),t(O,"defaultErrorsResponseHandler",u.noop);let y=O;class Jr extends y{getCart(r){return this.get(`internal/clients/${r.id}/cart`,{},e=>new me(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 me(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 me(s.data),i)}deleteCartItem(r,e){return this.get(`internal/clients/${r.id}/cart/${e.id}`,{})}addCartItemFromCSV(r,e){return this.post(`internal/clients/${r.id}/cart/add-products-from-csv`,e,i=>new me(i.data))}getCartItemFromCSVExample(r){return this.get(`internal/clients/${r.id}/cart/add-products-from-csv/example`,{},e=>new Blob([e.data],{type:"text/csv"}))}}var ur=(n=>(n.m2Cost="m2Cost",n.percent="percent",n.value="value",n))(ur||{}),Se=(n=>(n.Discount="discount",n.PriceTemplate="price_template",n.ClientPrice="client_price",n.Product="product",n))(Se||{}),pr=(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))(pr||{});class B extends pe{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 S{constructor(e){super(e);t(this,"updatedAt");this.updatedAt=u.isString(e==null?void 0:e.updatedAt)?m.parseISO(e.updatedAt):e==null?void 0:e.updatedAt}}class gr extends qe{constructor(e){super(e);t(this,"deletedAt");this.deletedAt=u.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class j extends S{constructor(e){super(e);t(this,"type");this.type=e==null?void 0:e.type}}class hr extends S{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=u.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 j(e==null?void 0:e.owner),this.deletedAt=u.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class z extends qe{constructor(e){super(e);t(this,"description");t(this,"createdAt");this.description=(e==null?void 0:e.description)??"",this.createdAt=u.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date}}class W 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)??Se.Product,this.discount=e!=null&&e.discount?new hr(e.discount):void 0,this.priceTemplate=e!=null&&e.priceTemplate?new z(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 mr{constructor(r){t(this,"phone");t(this,"email");this.phone=/^\d+$/.test(r.phone??"")?`+${r.phone}`:r.phone,this.email=r.email}}class k extends P{}class X extends S{constructor(e){super(e);t(this,"salesDirection",new k);t(this,"photo");t(this,"contacts");t(this,"isDefault");e&&(this.salesDirection=new k(e.salesDirection),this.photo=e.photo,e.contacts&&(this.contacts=new mr(e.contacts)),e.isDefault!==void 0&&(this.isDefault=e.isDefault))}}class fr extends S{constructor(e){super(e);t(this,"description");t(this,"canChangeLowCost");t(this,"parentRoleId");this.description=e.description,this.canChangeLowCost=e.canChangeLowCost,this.parentRoleId=e.parentRoleId}}class fe extends X{constructor(e){super(e);t(this,"isActive");t(this,"isSupervisor");t(this,"canDoReclamations");t(this,"createdAt");t(this,"supervisorId");t(this,"pricingRole");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,this.pricingRole=e!=null&&e.pricingRole?new fr(e.pricingRole):void 0}}class Vr extends pe{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 fe(e.manager):void 0}}class ye extends Vr{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 ye(o)),this.products=(s=e==null?void 0:e.products)==null?void 0:s.map(o=>new W(o))}}class je{constructor(r){t(this,"priceCoefficient");t(this,"increasePercent");this.priceCoefficient=(r==null?void 0:r.priceCoefficient)&&new ge(r.priceCoefficient),this.increasePercent=r==null?void 0:r.increasePercent}}class Te extends je{constructor(e){super(e);t(this,"productCategory");this.productCategory=new pe(e==null?void 0:e.productCategory)}}class J extends P{}class Z extends P{constructor(e){super(e);t(this,"country",new J);e&&(this.country=new J(e.country))}}class $e extends P{constructor(e){super(e);t(this,"region",new Z);e&&(this.region=new Z(e.region))}}class Ge extends S{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 k(e.salesDirection):void 0,this.createdAt=u.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):e==null?void 0:e.createdAt,this.lastLoginAt=u.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 E 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 k(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 $e(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 X(s)))??[]}}class ee extends q{constructor(e){super(e);t(this,"createdAt");t(this,"deletedAt");t(this,"client");t(this,"priceTemplate");this.createdAt=u.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date,this.deletedAt=u.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt,this.client=new E(e==null?void 0:e.client),this.priceTemplate=new z(e==null?void 0:e.priceTemplate)}}class be extends je{constructor(e){super(e);t(this,"product");this.product=new _(e==null?void 0:e.product)}}class Me extends P{}class re extends S{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 re(r==null?void 0:r.property),this.value=(r==null?void 0:r.value)??""}}class N{constructor(r){t(this,"from");t(this,"to");this.from=u.isString(r==null?void 0:r.from)?m.parseISO(r.from):(r==null?void 0:r.from)??null,this.to=u.isString(r==null?void 0:r.to)?m.parseISO(r.to):(r==null?void 0:r.to)??null}}class Fr{constructor(r){t(this,"id");t(this,"name");t(this,"description");t(this,"createdAt",new N);t(this,"updatedAt",new N);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 N(r==null?void 0:r.createdAt),this.updatedAt=new N(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 g=this[l];u.isNil(g)||u.isString(g)&&g.trim().length===0||u.isFunction(g.isNewRec)&&g.isNewRec()||(r[l]=g)}),!((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 te extends S{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 te(r==null?void 0:r.role),this.category=new pe(r==null?void 0:r.category),this.minCoefficient=new ge(r==null?void 0:r.minCoefficient)}}class yr{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 ar{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 Cr{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 Pr{constructor(r){t(this,"date");t(this,"name");t(this,"version");this.date=u.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,"broadcaster");t(this,"key");t(this,"wsHost");t(this,"wsPort");t(this,"wssPort");t(this,"forceTLS");t(this,"enabledTransports");this.broadcaster=r.broadcaster??"reverb",this.key=r.key??"",this.wsHost=r.wsHost??"",this.wsPort=r.wsPort??8080,this.wssPort=r.wssPort??8080,this.forceTLS=r.forceTLS??!1,this.enabledTransports=r.enabledTransports??["wss"]}}class Kr{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,"websocket");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 ar(r==null?void 0:r.http),this.deviceTypeByResolution=new yr(r==null?void 0:r.deviceTypeByResolution),this.sentry=new Cr({environment:this.environment,...r==null?void 0:r.sentry}),this.urls=r==null?void 0:r.urls,this.version=new Pr(r==null?void 0:r.version),this.websocket=r!=null&&r.websocket?new wr(r.websocket):void 0,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 Qr 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=`${v.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 Yr 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 W(o.data))}removeProductPrice(r,e){return this.delete(`/internal/clients/${r}/price/products/${e}`,i=>new W(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 xr extends y{getTemplateList(r){return this.get(`/internal/clients/${r}/price/templates`,{},e=>e.data.map(i=>new ee(i)))}getActiveTemplate(r){return this.get(`/internal/clients/${r}/price/templates/active`,{},e=>new ee(e.data))}attachTemplate(r,e,i){const s=v.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 ee(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=v.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 ee(l.data))}detachTemplate(r,e,i){return this.delete(`/internal/clients/${r}/price/templates/${e}/${i}`)}}class Xr 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=>u.map(s.data,o=>new _(o)))}getCategoryProductsCoefficients(r){return this.get(`/internal/catalog/categories/${r}/products/coefficients`,{},e=>{const{data:i}=e;return u.forEach(i,s=>s.map(o=>new De(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 Zr 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=>u.map(e.data,i=>new De(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 Er extends y{getRootCategoriesList(r,e=!1){return this.get("/internal/catalog/categories",{clientId:r,showHidden:e},i=>i.data.map(s=>new ye(s)))}getCategoryData(r,e,i=!1,s=!1){return this.get(`/internal/catalog/categories/${e}`,{clientId:r,showHidden:i,withNestedCategories:s},o=>new ye(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=>u.map(o.data,l=>new W(l)))}}class et extends y{getProductData(r,e,i=!1){return this.get(`/internal/catalog/products/${r}`,{clientId:e,withPriceCoefficients:i},s=>new W(s.data))}}var Ie=(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))(Ie||{});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)??Ie.Equals,this.value=(r==null?void 0:r.value)??""}toPrimitive(){const r={field:this.field,op:this.op};return r.value=u.isDate(this.value)?m.format(this.value,v.getConfig().dateFormats.api):this.value,r}}class ie{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 ie(s)))??[]}toPrimitive(){return{groupOp:this.groupOp,filters:this.filters.map(r=>r instanceof Be&&u.isFunction(r.toPrimitive)?r.toPrimitive():r),groups:this.groups.map(r=>r instanceof ie?r.toPrimitive():r)}}}class ae extends y{getPaginated(r,e,i,s,o,l,g){let h={page:(s==null?void 0:s.page)??1,perPage:(s==null?void 0:s.pageSize)??10};return e&&(h.filters=JSON.stringify((e instanceof ie?e:new ie(e)).toPrimitive())),u.isEmpty(i)||(h.sort=u.isArray(i)?i:[i]),o&&(h={...h,...o}),this.get(r,h,l,g)}}class rt extends ae{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 z(l)),o})}createTemplate(r,e={}){return this.post("/internal/price/templates",r,i=>new z(i.data),e)}getTemplate(r){return this.get(`/internal/price/templates/${r}`,{},e=>new z(e.data))}updateTemplate(r,e,i={}){return this.patch(`/internal/price/templates/${r}`,e,s=>new z(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 be(i)))}getProductTemplatePrice(r,e){return this.get(`/internal/price/templates/${r}/products/${e}`,{},i=>new be(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 be(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 Te(i)))}getCategoryTemplatePrice(r,e){return this.get(`/internal/price/templates/${r}/categories/${e}`,{},i=>new Te(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 Te(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 ee(i)))}}class tt extends y{getRoles(){return this.get("/internal/price/roles",{},r=>r.data.map(e=>new te(e)))}createRole(r){return this.post("/internal/price/roles",r,e=>new te(e.data))}getRole(r){return this.get(`/internal/price/roles/${r}`,{},e=>new te(e.data))}updateRole(r,e){return this.patch(`/internal/price/roles/${r}`,e,i=>new te(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 it extends ae{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 re(l)),o})}createProperty(r){const{typeId:e,...i}=r;return this.post("/internal/catalog/properties",{...i,type:e},s=>new re(s.data))}getProperty(r){return this.get(`/internal/catalog/properties/${r}`,{},e=>new re(e.data))}updateProperty(r,e){const{typeId:i,...s}=e;return this.patch(`/internal/catalog/properties/${r}`,{...s,type:i},o=>new re(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 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}function We(n){const r=[];return n.forEach(e=>{if(r.push(e),e.type==="category"){const i=e;i.products&&i.products.length>0&&r.push(...We(i.products)),i.categories&&i.categories.length>0&&r.push(...We(i.categories))}}),r}var vr=(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))(vr||{}),$=(n=>(n.Person="individual",n.Ic="entrepreneur",n.UlR="legal",n.UlNr="non_resident_legal",n))($||{});class Rr extends P{}class Je extends P{}class st extends P{}class Dr extends P{}class Ce extends S{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:$.Person,name:""})}}class Ar extends P{}class Sr extends P{}class F extends P{}class Tr extends P{}class $r extends P{}class Ve extends P{}class Fe extends P{}class _e extends q{constructor(e){super(e);t(this,"bankName","");t(this,"bic","");t(this,"accountNumber","");t(this,"correspondentAccount","");t(this,"currency",new Ce);e&&(this.bankName=e.bankName??"",this.bic=e.bic??"",this.accountNumber=e.accountNumber??"",this.correspondentAccount=e.correspondentAccount??"",this.currency=new Ce(e.currency))}}class ke extends S{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 ke{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=u.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class Ke extends S{constructor(e){super(e);t(this,"manager",new X);t(this,"opf",G.generatePersonItem());t(this,"salesDirection",new k);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 k(e.salesDirection),this.comment=e.comment,this.alternativeName=e.alternativeName,this.createdAt=u.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):e.createdAt,this.creator=e.creator?new j(e.creator):void 0,this.updatedAt=u.isString(e==null?void 0:e.updatedAt)?m.parseISO(e.updatedAt):e.updatedAt,this.updater=e.updater?new j(e.updater):void 0,e.partnerGroup&&(this.partnerGroup=new F(e.partnerGroup)),e.manager&&(this.manager=new X(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 _e(s))}),this.bankAccounts=i}}}}class br extends Ke{constructor(r){super(r)}}class Qe extends Ke{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 Ye extends Qe{constructor(e){super(e);t(this,"kpp","");e&&(this.kpp=e.kpp??"")}}class Ir extends Ye{constructor(e){super(e);t(this,"registrationCountry",new J);t(this,"registrationNumber","");t(this,"taxNumber","");e&&(this.registrationCountry=new J(e.registrationCountry),this.registrationNumber=e.registrationNumber??"",this.taxNumber=e.taxNumber??"")}}class Pe{static createInstance(r){switch(r.opf.slug){case $.Ic:return new Qe(r);case $.UlR:return new Ye(r);case $.UlNr:return new Ir(r);default:return new br(r)}}}class Le extends q{constructor(e){super(e);t(this,"isPrimary");this.isPrimary=e.isPrimary}}class _r 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 Le(i))),e.relations.clients&&(this.relations.clients=e.relations.clients.map(i=>new Le(i))),e.relations.contragents&&(this.relations.contragents=e.relations.contragents.map(i=>new Le(i))))}}class we extends gr{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 Ue(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 xe extends E{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(g=>Pe.createInstance(g)))??[],this.partnerGroups=((s=e==null?void 0:e.partnerGroups)==null?void 0:s.map(g=>new F(g)))??[],this.contacts=((o=e==null?void 0:e.contacts)==null?void 0:o.map(g=>new M(g)))??[],this.deliveryAddresses=((l=e==null?void 0:e.deliveryAddresses)==null?void 0:l.map(g=>new we(g)))??[],this.channelPrimaryInterest=new Je(e==null?void 0:e.channelPrimaryInterest),this.sourcePrimaryInterest=new Fe(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 he(e.preferredWarehouse):void 0,this.extraData=(e==null?void 0:e.extraData)??{}}}class nt{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 N);t(this,"lastLoginDate",new N);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,g;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(h=>new $e(h)),this.region=new Z(r==null?void 0:r.region),this.country=new J(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 N(r==null?void 0:r.createdAt),this.lastLoginDate=new N(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(h=>new fe(h)):[],this.salesDirections=(i=r==null?void 0:r.salesDirections)==null?void 0:i.map(h=>new k(h)),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(h=>new F(h)),this.contact=new ke(r==null?void 0:r.contact),this.lastOrder={createdAt:new N((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:(g=r==null?void 0:r.lastOrder)==null?void 0:g.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 Z;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 ke;break}return this}asClearRaw(){var e,i,s,o;const r={};return Object.keys(this).forEach(l=>{const g=this[l];u.isNil(g)||u.isString(g)&&g.trim().length===0||u.isFunction(g.isNewRec)&&g.isNewRec()||(r[l]=g)}),!((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=u.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date,this.creator=new j(e==null?void 0:e.creator),this.isApproved1c=(e==null?void 0:e.isApproved1c)??!1}}class kr extends S{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 Xe(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 k(e.salesDirection)),e.managers&&(this.managers=e.managers.map(o=>new X(o)))}}class Lr{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 ot extends Lr{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 ct{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 lt extends ae{getClient(r){return this.get(`/internal/clients/${r}`,{},e=>new xe(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(g=>new E(g)),l})}getClientByPhone(r){return this.getClientsList({groupOp:"and",groups:[],filters:[{field:"phone",op:Ie.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 kr(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 _r(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 xe(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 h,C,w,A,L,d,b,I;let s;const o=e,l=e,g=e;switch(e.opf.slug){case $.Ic:s={opf:o.opf.slug,name:o.name,alternative_name:o.alternativeName,partner_group_id:(h=o.partnerGroup)==null?void 0:h.id,manager_id:(C=o.manager)==null?void 0:C.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:(w=l.partnerGroup)==null?void 0:w.id,manager_id:(A=l.manager)==null?void 0:A.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:g.opf.slug,name:g.name,alternative_name:g.alternativeName,partner_group_id:(L=g.partnerGroup)==null?void 0:L.id,manager_id:(d=g.manager)==null?void 0:d.id,comment:g.comment,director_name:g.directorName,director_position:g.directorPosition,director_acts_on:g.directorActsOn,legal_address:g.legalAddress,postal_address:g.postalAddress,actual_address:g.actualAddress,registration_country_id:g.registrationCountry.id,registration_number:g.registrationNumber,tax_number:g.taxNumber||void 0};break;default:s={opf:e.opf.slug,name:e.name,alternative_name:e.alternativeName,partner_group_id:(b=e.partnerGroup)==null?void 0:b.id,manager_id:(I=e.manager)==null?void 0:I.id,comment:e.comment};break}return this.post(`/internal/clients/${r}/contragents`,s,K=>Pe.createInstance(K.data),i)}updateContragentClientData(r,e,i={}){var h,C,w,A,L,d,b,I;let s;const o=e,l=e,g=e;switch(e.opf.slug){case $.Ic:s={opf:o.opf.slug,name:o.name,alternative_name:o.alternativeName,partner_group_id:(h=o.partnerGroup)==null?void 0:h.id,manager_id:(C=o.manager)==null?void 0:C.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:(w=l.partnerGroup)==null?void 0:w.id,manager_id:(A=l.manager)==null?void 0:A.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:g.opf.slug,name:g.name,alternative_name:g.alternativeName,partner_group_id:(L=g.partnerGroup)==null?void 0:L.id,manager_id:(d=g.manager)==null?void 0:d.id,comment:g.comment,director_name:g.directorName,director_position:g.directorPosition,director_acts_on:g.directorActsOn,legal_address:g.legalAddress,postal_address:g.postalAddress,actual_address:g.actualAddress,registration_country_id:g.registrationCountry.id,registration_number:g.registrationNumber,tax_number:g.taxNumber||void 0};break;default:s={opf:e.opf.slug,name:e.name,alternative_name:e.alternativeName,partner_group_id:(b=e.partnerGroup)==null?void 0:b.id,manager_id:(I=e.manager)==null?void 0:I.id,comment:e.comment};break}return this.patch(`/internal/clients/${r}/contragents/${e.id}`,s,K=>Pe.createInstance(K.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,g=>new we(g.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,g=>new we(g.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 _e(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 _e(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,g;const o={name:e.name,position:e.position,comment:e.comment,...i};return(l=e.phone)!=null&&l.length&&(o.phone=e.phone),(g=e.email)!=null&&g.length&&(o.email=e.email),this.post(`/internal/clients/${r}/contacts`,o,h=>new M(h.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 oe=class oe extends y{constructor(){super();t(this,"responseDataCacheTimeout");this.responseDataCacheTimeout=v.getConfig().http.responseDataCacheTimeout}static getCachedResponse(e){const i=oe.responseDataCache.get(e);if(i&&i.validTo>new Date)return i.val}cacheResponse(e,i){oe.responseDataCache.set(e,{validTo:m.addSeconds(new Date,this.responseDataCacheTimeout),val:i})}getTypedDataArrayRequester(e,i,s=!1,o={}){const l=i+(u.isEmpty(o)?"":` >>> ${JSON.stringify(o)}`),g=s?oe.getCachedResponse(l):void 0;return g?Promise.resolve(g):this.get(i,o).then(h=>{const C=h.map(w=>Ae.instanceInitializer(e,w));return s&&C&&this.cacheResponse(i,C),C})}};t(oe,"responseDataCache",new Map);let se=oe;class ut 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 pt extends y{getConfiguratorSettings(r){var e;return this.get(`internal/catalog/categories/${r.id}/configurators/${(e=r.properties)==null?void 0:e.configurator}/settings`)}searchProduct(r,e,i={}){var o;const s=this.get(`internal/catalog/categories/${r.id}/configurators/${(o=r.properties)==null?void 0:o.configurator}/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.configurator}/template`,{...e},()=>{},i)}removeTemplate(r,e){var i;return this.delete(`internal/catalog/categories/${r.id}/configurators/${(i=r.properties)==null?void 0:i.configurator}/template/${e}`)}}class gt{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 ce=class ce{static setLinearValues(r){ce.linearValues=r}static productIsMeasurable(r){return ce.linearValues.includes(r.unit)}static getProductMultiplicity(r){var e,i;return!((e=r.properties)!=null&&e.ignoreMinCountCheck)&&((i=r.properties)!=null&&i.minCount)&&!ce.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(ce,"linearValues",["пог.м.","м.","м2"]);let Ze=ce;class ht{static generateUndefinedManagerInstance(){return new fe({id:0,name:"- Не назначен -",isActive:!0,guid:"-undefined-"})}static isUndefinedManagerInstance(r){return r.id===0&&r.guid==="-undefined-"}}class dr extends se{async getManagers(){const r="/internal/managers",e=se.getCachedResponse(r);if(e)return e;const s=(await this.get(r)).data.map(o=>Ae.instanceInitializer(fe,o));return this.cacheResponse(r,s),s}}class Ee extends Xe{constructor(e){var i,s,o,l,g,h,C,w;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 E(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:u.isString((g=e==null?void 0:e.delivery)==null?void 0:g.date)?m.parseISO(e.delivery.date):((h=e==null?void 0:e.delivery)==null?void 0:h.date)??new Date,address:(C=e==null?void 0:e.delivery)!=null&&C.address?new we(e.delivery.address):void 0,warehouse:(w=e==null?void 0:e.delivery)!=null&&w.warehouse?new he(e.delivery.warehouse):void 0},this.attachedUser=new j(e==null?void 0:e.attachedUser),this.status=(e==null?void 0:e.status)??0,this.salesDirection=new k(e==null?void 0:e.salesDirection),this.pendingAt=u.isString(e==null?void 0:e.pendingAt)?m.parseISO(e.pendingAt):e==null?void 0:e.pendingAt,this.processedAt=u.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 Or 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 W(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 Nr extends Ee{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 Or(i)),this.invoices=e.invoices??[],this.comment=e.comment,this.image=e.image,this.contragent=e.contragent?Pe.createInstance(e.contragent):void 0,this.barcode=e.barcode,this.orderSource=e.orderSource?new P(e.orderSource):void 0,this.isAllowProcessingWithoutPayment=e.isAllowProcessingWithoutPayment}}class mt extends ae{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 Ee(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 Nr(e.data))}}class de{constructor(r){t(this,"client");t(this,"product");t(this,"cost");t(this,"costCoefficient");t(this,"source");this.client=new E(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)??Se.Product}}const er=n=>{var r,e,i,s,o;return n?u.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=>u.isNil(l)||(u.isArray(l)||u.isObject(l))&&u.isEmpty(l)):{}},Ur=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 ft extends y{analyzeProductPrices(r,e,i){return this.get(`/internal/price/products/${r}/analyze`,{...Ur(e),filters:er(i)},s=>s.data.map(o=>new de(o)))}analyzeCategoryPrices(r,e,i){return this.get(`/internal/price/categories/${r}/analyze`,{...Ur(e),filters:er(i)},s=>s.data.map(o=>new de(o)))}analyzeCategoryPricesBySquare(r,e,i){return this.get(`/internal/price/categories/${r}/analyze/square`,{...e,filters:er(i)},s=>s.data.map(o=>new de(o)))}}class qr{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=u.isString(r.costDate)?m.parseISO(r.costDate):r.costDate??new Date,this.discountName=r.discountName,this.priceTemplateName=r.priceTemplateName,this.product=r.product?new x(r.product):void 0,this.client=r.client?new j(r.client):void 0,this.executor=r.executor?new j(r.executor):void 0,this.currency=r.currency?new Ce(r.currency):void 0}}class jr extends x{constructor(e){super(e);t(this,"history");this.history=u.map(e.history,i=>new qr(i))}}class yt extends y{constructor(){super(),this.baseUrl=`${v.getConfig().http.priceHistoryApiUrl??""}/api`}getProductPriceHistory(r){var s,o,l,g;const e=v.getConfig().dateFormats.api,i=u.omitBy(u.merge(r,{costDate:{from:u.isDate((s=r.costDate)==null?void 0:s.from)?m.format(r.costDate.from,e):(o=r.costDate)==null?void 0:o.from,to:u.isDate((l=r.costDate)==null?void 0:l.to)?m.format(r.costDate.to,e):(g=r.costDate)==null?void 0:g.to}}),h=>u.isNil(h)||(u.isArray(h)||u.isObject(h))&&u.isEmpty(h));return this.get("/internal/history",i,h=>u.map(h.data,C=>new jr(C)))}}class rr{constructor(r){t(this,"products",[]);t(this,"productCategories",[]);r!=null&&r.products&&(this.products=r.products.map(e=>new x(e))),r!=null&&r.productCategories&&(this.productCategories=r.productCategories.map(e=>new x(e)))}}class at extends y{constructor(){super(),this.baseUrl=`${v.getConfig().http.recommendationsApiUrl??""}/api`}getProductCategoryRecommendations(r){return this.get(`/internal/recommendations/categories/${r.id}`,{},e=>new rr(e.data))}getProductRecommendations(r){return this.get(`/internal/recommendations/products/${r.id}`,{},e=>new rr(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 R extends se{getReference(r,e=!1){return this.getTypedDataArrayRequester(Rr,`/internal/references/${r}`,e)}getChannelPrimaryInterest(){return this.getTypedDataArrayRequester(Je,"/internal/references/channel-primary-interest",!0)}getContactPositions(){return this.getTypedDataArrayRequester(Dr,"/internal/references/contact-position",!0)}getCurrency(){return this.getTypedDataArrayRequester(Ce,"/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(Ar,"/public/references/order-payment-status",!0)}getOrderStatuses(){return this.getTypedDataArrayRequester(Sr,"/public/references/order-status",!0)}getPaymentTypes(){return this.getTypedDataArrayRequester(Tr,"/public/references/payment-type",!0)}getResourceTypes(){return this.getTypedDataArrayRequester(Ve,"/internal/references/resource-type",!0)}getSalesDirections(){return this.getTypedDataArrayRequester(k,"/public/references/sales-direction",!0)}getSourcePrimaryInterest(){return this.getTypedDataArrayRequester(Fe,"/internal/references/source-primary-interest",!0)}searchCity(r){return this.getTypedDataArrayRequester($e,`/internal/references/city-with-region-and-country/search?term=${r}`)}searchRegion(r){return this.getTypedDataArrayRequester(Z,`/internal/references/region-with-country/search?term=${r}`)}searchCountry(r){return this.getTypedDataArrayRequester(J,`/internal/references/country/search?term=${r}`)}getDeliveryTypes(){return this.getTypedDataArrayRequester(H,"/internal/references/delivery-type",!0)}getWarehouses(){return this.getTypedDataArrayRequester(he,"/public/references/warehouse",!0)}getPropertyTypes(){return this.getTypedDataArrayRequester(Me,"/internal/references/property-type",!0)}getPriceCoefficients(){return this.getTypedDataArrayRequester(ge,"/internal/references/price-coefficient",!0)}getProductFileType(){return this.getTypedDataArrayRequester($r,"/public/references/product-file-type",!0)}}const D=Q.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),g=f.ref(void 0),h=f.ref(void 0),C=f.ref(void 0),w=f.ref(void 0),A=f.ref(void 0),L=f.ref(void 0),d=f.ref(void 0),b=f.ref(void 0),I=f.ref(void 0),K=f.ref(void 0),p=f.ref(void 0);return{dataLoaderList:n,channelPrimaryInterestReference:r,contactPositionsReference:e,currencyReference:i,deliveryTypeReference:s,managersList:o,opfReference:l,orderPaymentStatusReference:g,orderStatusReference:h,paymentTypeReference:C,partnerGroupReference:w,productFileTypeReference:A,resourceTypesReference:L,salesDirectionsReference:d,sourcePrimaryInterestReference:b,warehousesReference:I,propertyTypesReference:K,priceCoefficientsReference:p}}),Ct=Q.defineStore("references",()=>{const n=f.computed(()=>{const p=D();return!p.channelPrimaryInterestReference&&!p.dataLoaderList.channelPrimaryInterestReference&&(p.dataLoaderList.channelPrimaryInterestReference=!0,y.getInstance(R).getChannelPrimaryInterest().then(a=>{p.channelPrimaryInterestReference=a}).catch(u.noop)),p.channelPrimaryInterestReference}),r=f.computed(()=>{const p=D();return!p.contactPositionsReference&&!p.dataLoaderList.contactPositionsReference&&(p.dataLoaderList.contactPositionsReference=!0,y.getInstance(R).getContactPositions().then(a=>{p.contactPositionsReference=a}).catch(u.noop)),p.contactPositionsReference}),e=f.computed(()=>{const p=D();return!p.currencyReference&&!p.dataLoaderList.currencyReference&&(p.dataLoaderList.currencyReference=!0,y.getInstance(R).getCurrency().then(a=>{p.currencyReference=a}).catch(u.noop)),p.currencyReference}),i=f.computed(()=>{const p=D();return!p.opfReference&&!p.dataLoaderList.opfReference&&(p.dataLoaderList.opfReference=!0,y.getInstance(R).getOpf().then(a=>{p.opfReference=a}).catch(u.noop)),p.opfReference}),s=f.computed(()=>{const p=D();return!p.orderPaymentStatusReference&&!p.dataLoaderList.orderPaymentStatusReference&&(p.dataLoaderList.orderPaymentStatusReference=!0,y.getInstance(R).getOrderPaymentStatuses().then(a=>{p.orderPaymentStatusReference=a}).catch(u.noop)),p.orderPaymentStatusReference}),o=f.computed(()=>{const p=D();return!p.orderStatusReference&&!p.dataLoaderList.orderStatusReference&&(p.dataLoaderList.orderStatusReference=!0,y.getInstance(R).getOrderStatuses().then(a=>{p.orderStatusReference=a}).catch(u.noop)),p.orderStatusReference}),l=f.computed(()=>{const p=D();return!p.paymentTypeReference&&!p.dataLoaderList.paymentTypeReference&&(p.dataLoaderList.paymentTypeReference=!0,y.getInstance(R).getPaymentTypes().then(a=>{p.paymentTypeReference=a}).catch(u.noop)),p.paymentTypeReference}),g=f.computed(()=>{const p=D();return!p.partnerGroupReference&&!p.dataLoaderList.partnerGroupReference&&(p.dataLoaderList.partnerGroupReference=!0,y.getInstance(R).getPartnerGroup().then(a=>{p.partnerGroupReference=a}).catch(u.noop)),p.partnerGroupReference}),h=f.computed(()=>{const p=D();return!p.productFileTypeReference&&!p.dataLoaderList.productFileTypeReference&&(p.dataLoaderList.productFileTypeReference=!0,y.getInstance(R).getProductFileType().then(a=>{p.productFileTypeReference=a}).catch(u.noop)),p.productFileTypeReference}),C=f.computed(()=>{const p=D();return!p.resourceTypesReference&&!p.dataLoaderList.resourceTypesReference&&(p.dataLoaderList.resourceTypesReference=!0,y.getInstance(R).getResourceTypes().then(a=>{p.resourceTypesReference=a}).catch(u.noop)),p.resourceTypesReference}),w=f.computed(()=>{const p=D();return!p.salesDirectionsReference&&!p.dataLoaderList.salesDirectionsReference&&(p.dataLoaderList.salesDirectionsReference=!0,y.getInstance(R).getSalesDirections().then(a=>{p.salesDirectionsReference=a}).catch(u.noop)),p.salesDirectionsReference}),A=f.computed(()=>{const p=D();return!p.sourcePrimaryInterestReference&&!p.dataLoaderList.sourcePrimaryInterestReference&&(p.dataLoaderList.sourcePrimaryInterestReference=!0,y.getInstance(R).getSourcePrimaryInterest().then(a=>{p.sourcePrimaryInterestReference=a}).catch(u.noop)),p.sourcePrimaryInterestReference}),L=f.computed(()=>{const p=D();return!p.deliveryTypeReference&&!p.dataLoaderList.deliveryTypeReference&&(p.dataLoaderList.deliveryTypeReference=!0,y.getInstance(R).getDeliveryTypes().then(a=>{p.deliveryTypeReference=a}).catch(u.noop)),p.deliveryTypeReference}),d=f.computed(()=>{const p=D();return!p.managersList&&!p.dataLoaderList.managersList&&(p.dataLoaderList.managersList=!0,y.getInstance(dr).getManagers().then(a=>{p.managersList=a}).catch(u.noop)),p.managersList}),b=f.computed(()=>{const p=D();return!p.warehousesReference&&!p.dataLoaderList.warehousesReference&&(p.dataLoaderList.warehousesReference=!0,y.getInstance(R).getWarehouses().then(a=>{p.warehousesReference=a}).catch(u.noop)),p.warehousesReference}),I=f.computed(()=>{const p=D();return!p.propertyTypesReference&&!p.dataLoaderList.propertyTypesReference&&(p.dataLoaderList.propertyTypesReference=!0,y.getInstance(R).getPropertyTypes().then(a=>{p.propertyTypesReference=a}).catch(u.noop)),p.propertyTypesReference}),K=f.computed(()=>{const p=D();return!p.priceCoefficientsReference&&!p.dataLoaderList.priceCoefficientsReference&&(p.dataLoaderList.priceCoefficientsReference=!0,y.getInstance(R).getPriceCoefficients().then(a=>{p.priceCoefficientsReference=a}).catch(u.noop)),p.priceCoefficientsReference});return{channelPrimaryInterestsReference:n,contactPositionsReference:r,currencyReference:e,opfReference:i,orderPaymentStatusReference:s,orderStatusReference:o,paymentTypeReference:l,partnerGroupsReference:g,productFilesTypesReference:h,resourceTypesReference:C,salesDirectionsReference:w,sourcePrimaryInterestsReference:A,deliveryTypeReference:L,managersList:d,warehousesReference:b,propertyTypesReference:I,priceCoefficientsReference:K}});class Gr{constructor(r){t(this,"name");t(this,"content");this.name=r.name,this.content=r.content}}class tr{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 Gr(i)))??[]}}class Pt extends y{getResourceSeoData(r,e){return this.get(`/internal/seo/${r.slug}/${e}`,{},i=>new tr(i.data))}saveResourceSeoData(r,e={}){return this.post(`/internal/seo/${r.resourceType.slug}/${r.resourceId}`,r,i=>new tr(i.data),e)}deleteResourceSeoData(r,e){return this.delete(`/internal/seo/${r.slug}/${e}`)}}class wt 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 Mr=(n=>(n.Admin="admin",n.Manager="manager",n.Operator="operator",n.Client="client",n.Guest="guest",n))(Mr||{});class Hr 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 vt extends y{constructor(){super(),this.baseUrl=`${v.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 Br extends y{getCurrentUser(){return this.get("/internal/users/info",{},r=>new Hr(r.data))}}const Rt=Q.defineStore("__user_state_private",()=>{const n=f.ref({}),r=f.ref(void 0);return{dataLoaderList:n,currentUser:r}}),Dt=Q.defineStore("user_state",()=>({currentUser:f.computed(()=>{const r=Rt();return!r.currentUser&&!r.dataLoaderList.currentUser&&(r.dataLoaderList.currentUser=!0,y.getInstance(Br).getCurrentUser().then(e=>{r.currentUser=e}).catch(u.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=Rr,c.AppBaseConfig=Kr,c.AppConfigProvider=v,c.BankAccount=_e,c.BasePaginationProvider=ae,c.CalculationTypeEnum=ur,c.Cart=me,c.CartItem=lr,c.CartItemBase=cr,c.CartProvider=Jr,c.CatalogProvider=Qr,c.CatalogableItem=Oe,c.Category=B,c.CategoryPricingRule=He,c.ChannelPrimaryInterest=Je,c.City=st,c.CityWithRegionAndCountry=$e,c.Client=xe,c.ClientAdditionalData=kr,c.ClientCategory=ye,c.ClientDataProvider=lt,c.ClientPriceProvider=Yr,c.ClientPriceTemplateProvider=xr,c.ClientProduct=W,c.ClientProductCategoryDataProvider=Er,c.ClientProductDataProvider=et,c.ClientShortInfo=E,c.ClientsAdditionalDataRequestTypeEnum=vr,c.ClientsListFilters=nt,c.CodedIdentity=x,c.ConfiguratorProvider=pt,c.Contact=ke,c.ContactLinks=mr,c.ContactPerson=M,c.ContactPersonRelated=_r,c.ContactPosition=Dr,c.ContactRelation=Le,c.ContragentBase=Ke,c.ContragentFactory=Pe,c.ContragentIc=Qe,c.ContragentPerson=br,c.ContragentUlNr=Ir,c.ContragentUlR=Ye,c.CostSourceEnum=Se,c.Country=J,c.Currency=Ce,c.DataSuggestionProvider=wt,c.DataTablePagination=ot,c.DataTablePaginationRequestParams=Lr,c.DataTableSortRequestParams=ct,c.DateTimeProvider=gt,c.DeletableNamedIdentity=gr,c.DeliveryAddress=we,c.DeliveryType=H,c.DetailedJwtPayload=Wr,c.DeviceTypeResolutionConfig=yr,c.DiscountShortInfo=hr,c.FieldValidationResultData=At,c.FilterGroup=ie,c.FilterItem=Be,c.FilterOpEnum=Ie,c.GeoCoordinates=Ue,c.HiddenCatalogableItem=nr,c.HttpCachedRequester=se,c.HttpParamsConfig=ar,c.HttpRequester=y,c.Identity=q,c.Image=or,c.JwtPayload=U,c.Manager=fe,c.ManagerCommon=X,c.ManagerDataFactory=ht,c.ManagerDataProvider=dr,c.MetaTagItem=Gr,c.NamedIdentity=S,c.Opf=G,c.OpfEnum=$,c.Order=Nr,c.OrderInfo=Ee,c.OrderPaymentStatus=Ar,c.OrderProduct=Or,c.OrderShortInfo=Xe,c.OrderStatus=Sr,c.OrdersDataProvider=mt,c.PartnerGroup=F,c.PaymentType=Tr,c.PreferencesStorageProvider=ue,c.PriceAnalyze=de,c.PriceAnalyzeProvider=ft,c.PriceCoefficient=ge,c.PriceCoefficientEnum=Ne,c.PriceHistoryDataProvider=yt,c.PriceHistoryItem=qr,c.PriceTemplate=z,c.PriceTemplateCategory=Te,c.PriceTemplateClient=ee,c.PriceTemplateICatalogableItem=je,c.PriceTemplateProduct=be,c.PriceTemplateProvider=rt,c.PricingRole=te,c.PricingRoleProvider=tt,c.PrimaryCatalogableItem=Re,c.Product=_,c.ProductCategoryDataProvider=Xr,c.ProductDataProvider=Zr,c.ProductFileType=$r,c.ProductPriceCoefficient=De,c.ProductPriceHistory=jr,c.PropertiesProvider=it,c.Property=re,c.PropertyType=Me,c.PropertyTypeEnum=pr,c.PropertyValue=V,c.RecommendationsDataProvider=at,c.RecommendationsList=rr,c.Reference=P,c.ReferenceDataProvider=R,c.Region=Z,c.ResourceType=Ve,c.SalesDirection=k,c.SentryConfig=Cr,c.Seo=tr,c.SeoDataProvider=Pt,c.SourcePrimaryInterest=Fe,c.StockCount=sr,c.TemplatesListFilters=Fr,c.TypedInstanceFactory=Ae,c.UnitsHelper=Ze,c.UnknownClientDataProvider=ut,c.UpdatableNamedIdentity=qe,c.User=Hr,c.UserAuthDataProvider=vt,c.UserCommonInfo=Ge,c.UserDataProvider=Br,c.UserPricingRole=fr,c.UserShortInfo=j,c.UserTypeEnum=Mr,c.VersionConfig=Pr,c.Warehouse=he,c.WebSocketConfig=wr,c.findCatalogItemByIdRecursive=ze,c.flattenCatalogItems=We,c.useAuthStateStore=ve,c.useReferencesStore=Ct,c.useUserStateStore=Dt,Object.defineProperty(c,Symbol.toStringTag,{value:"Module"})});
1
+ (function(c,T){typeof exports=="object"&&typeof module<"u"?T(exports,require("jwt-decode"),require("lodash-es"),require("ts-case-convert"),require("date-fns"),require("pinia"),require("vue"),require("axios")):typeof define=="function"&&define.amd?define(["exports","jwt-decode","lodash-es","ts-case-convert","date-fns","pinia","vue","axios"],T):(c=typeof globalThis<"u"?globalThis:c||self,T(c["SC Common Lib"]={},c["jwt-decode"],c["lodash-es"],c["ts-case-convert"],c["date-fns"],c.pinia,c.vue,c.axios))})(this,function(c,T,u,le,m,Q,f,zr){"use strict";var St=Object.defineProperty;var Tt=(c,T,u)=>T in c?St(c,T,{enumerable:!0,configurable:!0,writable:!0,value:u}):c[T]=u;var t=(c,T,u)=>Tt(c,typeof T!="symbol"?T+"":T,u);class U{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","");u.merge(this,r)}static getJwtPayload(r){const e=T.jwtDecode(r),i=new U(le.objectToCamel(e));return i.resourceAccess=e.resource_access,i}}class Wr extends U{constructor(e){super(e);t(this,"familyName");t(this,"middleName");t(this,"locale");t(this,"phoneNumber");t(this,"phoneNumberVerified");t(this,"address");u.merge(this,e)}static getJwtPayload(e){return new U(le.objectToCamel(T.jwtDecode(e)))}}const ne=class ne{static init(r){ne.config=r}static getConfig(){if(u.isUndefined(ne.config))throw new Error("Config is undefined. Please set config by AppConfigProvider.init().");return ne.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(ne,"config");let v=ne;class ue{static getActualDataFromStorage(r){if(!this.isLocalStorageAvailable())return;let e=null;try{e=localStorage.getItem(r)}catch{return}if(e)try{const i=JSON.parse(e);if(!i.availableFor||m.isAfter(m.parseISO(i.availableFor)||m.startOfToday(),new Date)){if(u.isNil(i.data)||u.isEmpty(i.data))throw new Error("Data is empty");return i.data}}catch{try{localStorage.removeItem(r)}catch{}}}static saveActualDataToStorage(r,e,i){if(this.isLocalStorageAvailable())try{if(u.isNil(e)||u.isEmpty(e))throw new Error("Data is empty");const s=JSON.stringify({availableFor:i,data:e});localStorage.setItem(r,s)}catch(s){if(s instanceof DOMException&&s.code===DOMException.QUOTA_EXCEEDED_ERR){this.clearOldData();try{const o=JSON.stringify({availableFor:i,data:e});localStorage.setItem(r,o)}catch{}}else try{localStorage.removeItem(r)}catch{}}}static isLocalStorageAvailable(){try{const r="__localStorage_test__";return localStorage.setItem(r,"test"),localStorage.removeItem(r),!0}catch{return!1}}static clearOldData(){try{const r=[];for(let e=0;e<localStorage.length;e++){const i=localStorage.key(e);if(i)try{const s=localStorage.getItem(i);if(s){const o=JSON.parse(s);o.availableFor&&!m.isAfter(m.parseISO(o.availableFor)||m.startOfToday(),new Date)&&r.push(i)}}catch{r.push(i)}}r.forEach(e=>{try{localStorage.removeItem(e)}catch{}})}catch{}}}function ir(n){try{const r=U.getJwtPayload(n);return new Date(r.exp*1e3)}catch{return}}const Y=Q.defineStore("__auth_state_private",()=>{const n=f.ref((()=>{var g;const o=ue.getActualDataFromStorage("sc.token");if(o)return Promise.resolve(o);const l=(g=v.getConfig().devMode)==null?void 0:g.initAuthBearerToken;return l?Promise.resolve(l):void 0})()),r=f.ref(void 0),e=f.ref(void 0),i=f.markRaw(new Map);function s(){e.value=void 0,u.isNil(n.value)||n.value.then(o=>{const l=U.getJwtPayload(o);e.value=l.exp*1e3>Date.now()?u.mapValues(l.resourceAccess,g=>(g==null?void 0:g.roles)??[]):void 0}).catch(u.noop)}return{jwtToken:n,jwtTokenUpdater:r,userPermissions:e,userPermissionsComputedRefs:i,recalculateUserPermissions:s}}),ve=Q.defineStore("__auth_state",()=>{const n=f.computed(()=>{const o=Y();if(u.isNil(o.jwtToken)&&!u.isNil(o.jwtTokenUpdater)){const l=o.jwtTokenUpdater();o.jwtToken=l,l.then(g=>{o.jwtToken=Promise.resolve(g),ue.saveActualDataToStorage("sc.token",g,ir(g)),o.recalculateUserPermissions()}).catch(u.noop)}return o.jwtToken});function r(o){Y().jwtTokenUpdater=o}function e(o){const l=Y();l.jwtToken=Promise.resolve(o),ue.saveActualDataToStorage("sc.token",o,ir(o)),l.recalculateUserPermissions()}function i(){const o=Y();o.jwtToken=void 0,o.userPermissions=void 0,ue.saveActualDataToStorage("sc.token",void 0)}function s(o){const l=Y();!u.isNil(l.jwtToken)&&u.isNil(l.userPermissions)&&l.jwtToken.then(C=>{const w=U.getJwtPayload(C);l.userPermissions=w.exp*1e3>Date.now()?u.mapValues(w.resourceAccess,A=>(A==null?void 0:A.roles)??[]):void 0}).catch(u.noop);const g=u.isArray(o)?o.join(" && "):o;if(l.userPermissionsComputedRefs.has(g))return l.userPermissionsComputedRefs.get(g);const h=f.computed(()=>{const C=w=>{var I;const A=u.split(w,".");if(A.length<2)return!1;const[L,d]=A,b=(I=Y().userPermissions)==null?void 0:I[L];return u.isArray(b)&&b.includes(d)};return u.isArray(o)?u.every(o,w=>C(w)):C(o)});return l.userPermissionsComputedRefs.set(g,h),h}return{jwtToken:n,setJwtTokenUpdater:r,setJwtToken:e,invalidateJwtToken:i,hasUserPermission:s}});class q{constructor(r,e){t(this,"id");t(this,"guid");this.id=r==null?void 0:r.id,u.isNil(this.id)&&(u.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==="":u.isNil(this.id)}}class S extends q{constructor(e){super(e);t(this,"name","");this.name=(e==null?void 0:e.name)??""}}class x extends S{constructor(e){super(e);t(this,"code","");this.code=(e==null?void 0:e.code)??""}}class Oe extends x{constructor(e){super(e);t(this,"slug");t(this,"type");this.slug=(e==null?void 0:e.slug)??""}}class Re extends Oe{constructor(e){super(e);t(this,"isPrimary");this.isPrimary=(e==null?void 0:e.isPrimary)??!1}}class pe extends Re{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])=>[u.toUpper(i),s])):void 0}}var Ne=(n=>(n.K0="k0",n.K1="k1",n.K2="k2",n.K3="k3",n.K4="k4",n.Retail="retail",n))(Ne||{});class P extends S{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 ge extends P{static getRetailPriceCoefficient(){return{id:-2,slug:Ne.Retail,name:"Розн. цена",guid:"",isNewRec:u.constant(!0)}}}class De{constructor(r){t(this,"coefficient");t(this,"value");t(this,"cost");t(this,"percent");t(this,"readOnly");this.coefficient=new ge(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 Ue{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 he 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 Ue(e==null?void 0:e.coordinates)}}class sr{constructor(r){t(this,"warehouse");t(this,"count");this.warehouse=new he(r==null?void 0:r.warehouse),this.count=(r==null?void 0:r.count)??0}}class nr extends Oe{constructor(e){super(e);t(this,"isHidden");this.isHidden=(e==null?void 0:e.isHidden)??!1}}class or{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 nr{constructor(e){var s,o,l,g;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=u.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(h=>new sr(h)))??[],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(h=>h.isPrimary));i&&(this.category=new Re({...i,isPrimary:!0}),this.categories=[this.category]),e!=null&&e.categories&&(this.categories=e.categories.map(h=>new Re(h))),this.images=((l=e==null?void 0:e.images)==null?void 0:l.map(h=>new or(h,v.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=((g=e==null?void 0:e.priceCoefficients)==null?void 0:g.map(h=>new De(h)))??[],e&&"codeNumber"in e&&!e.code&&(this.code=e==null?void 0:e.codeNumber)}getIsMeasurable(){var i;const e=(i=v.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 cr 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 pe,this.height=e.height,this.length=e.length,this.width=e.width,this.configurator=e.configurator,this.configuratorParams=e.configuratorParams&&u.cloneDeep(e.configuratorParams),this.isAdditionalSale=e.isAdditionalSale}}class lr extends cr{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 me{constructor(r){t(this,"items");t(this,"resultSum");t(this,"directionsSum");this.items=r.items.map(e=>new lr(e)),this.resultSum=r.resultSum,this.directionsSum=r.directionsSum}}class Ae{static simpleInstanceInitializer(r){return new r}static instanceInitializer(r,e){return new r(e)}}const O=class O{constructor(){t(this,"httpClient");t(this,"baseUrl",`${v.getConfig().http.portalApiUrl}/api`);t(this,"errorResponseHandler",u.noop);t(this,"interceptorIds",{request:{},response:{}});t(this,"setBaseUrlRequestInterceptor",r=>(r.baseURL=this.baseUrl,r));t(this,"authRequestInterceptor",async r=>{let e;return u.isNil(ve().jwtToken)||(e=await ve().jwtToken),e&&r.headers.set("Authorization",`Bearer ${e}`),r});t(this,"dataConverterRequestInterceptor",r=>(r.method&&(r.method==="get"&&r.params&&(r.params=le.objectToSnake(r.params)),["put","patch","post"].includes(u.toLower(r.method))&&r.data&&(r.data=le.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):(ve().invalidateJwtToken(),e.__isRetryRequest=!0,this.httpClient(e)):Promise.reject(r)});t(this,"dataConverterResponseInterceptor",r=>(r.data&&(r.data=le.objectToCamel(r.data)),r));const r=v.getConfig().version;this.errorResponseHandler=O.defaultErrorsResponseHandler,this.httpClient=zr.create({headers:{"APP-VERSION":`${r.name} (${r.version}, ${m.format(r.date,v.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=>O.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){O.defaultErrorsResponseHandler=r}static getInstance(r){return Object.prototype.hasOwnProperty.call(O.instances,r.name)||(O.instances[r.name]=Ae.simpleInstanceInitializer(r)),O.instances[r.name]}static convertHttpErrorResponse(r){var e,i;if(!u.isNil(r.request)||!u.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(O,"instances",{}),t(O,"defaultErrorsResponseHandler",u.noop);let y=O;class Jr extends y{getCart(r){return this.get(`internal/clients/${r.id}/cart`,{},e=>new me(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 me(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 me(s.data),i)}deleteCartItem(r,e){return this.get(`internal/clients/${r.id}/cart/${e.id}`,{})}addCartItemFromCSV(r,e){return this.post(`internal/clients/${r.id}/cart/add-products-from-csv`,e,i=>new me(i.data))}getCartItemFromCSVExample(r){return this.get(`internal/clients/${r.id}/cart/add-products-from-csv/example`,{},e=>new Blob([e.data],{type:"text/csv"}))}}var ur=(n=>(n.m2Cost="m2Cost",n.percent="percent",n.value="value",n))(ur||{}),Se=(n=>(n.Discount="discount",n.PriceTemplate="price_template",n.ClientPrice="client_price",n.Product="product",n))(Se||{}),pr=(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))(pr||{});class B extends pe{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 S{constructor(e){super(e);t(this,"updatedAt");this.updatedAt=u.isString(e==null?void 0:e.updatedAt)?m.parseISO(e.updatedAt):e==null?void 0:e.updatedAt}}class gr extends qe{constructor(e){super(e);t(this,"deletedAt");this.deletedAt=u.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class j extends S{constructor(e){super(e);t(this,"type");this.type=e==null?void 0:e.type}}class hr extends S{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=u.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 j(e==null?void 0:e.owner),this.deletedAt=u.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class z extends qe{constructor(e){super(e);t(this,"description");t(this,"createdAt");this.description=(e==null?void 0:e.description)??"",this.createdAt=u.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date}}class W 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)??Se.Product,this.discount=e!=null&&e.discount?new hr(e.discount):void 0,this.priceTemplate=e!=null&&e.priceTemplate?new z(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 mr{constructor(r){t(this,"phone");t(this,"email");this.phone=/^\d+$/.test(r.phone??"")?`+${r.phone}`:r.phone,this.email=r.email}}class k extends P{}class X extends S{constructor(e){super(e);t(this,"salesDirection",new k);t(this,"photo");t(this,"contacts");t(this,"isDefault");e&&(this.salesDirection=new k(e.salesDirection),this.photo=e.photo,e.contacts&&(this.contacts=new mr(e.contacts)),e.isDefault!==void 0&&(this.isDefault=e.isDefault))}}class fr extends S{constructor(e){super(e);t(this,"description");t(this,"canChangeLowCost");t(this,"parentRoleId");this.description=e.description,this.canChangeLowCost=e.canChangeLowCost,this.parentRoleId=e.parentRoleId}}class fe extends X{constructor(e){super(e);t(this,"isActive");t(this,"isSupervisor");t(this,"canDoReclamations");t(this,"createdAt");t(this,"supervisorId");t(this,"pricingRole");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,this.pricingRole=e!=null&&e.pricingRole?new fr(e.pricingRole):void 0}}class Vr extends pe{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 fe(e.manager):void 0}}class ye extends Vr{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 ye(o)),this.products=(s=e==null?void 0:e.products)==null?void 0:s.map(o=>new W(o))}}class je{constructor(r){t(this,"priceCoefficient");t(this,"increasePercent");this.priceCoefficient=(r==null?void 0:r.priceCoefficient)&&new ge(r.priceCoefficient),this.increasePercent=r==null?void 0:r.increasePercent}}class Te extends je{constructor(e){super(e);t(this,"productCategory");this.productCategory=new pe(e==null?void 0:e.productCategory)}}class J extends P{}class Z extends P{constructor(e){super(e);t(this,"country",new J);e&&(this.country=new J(e.country))}}class $e extends P{constructor(e){super(e);t(this,"region",new Z);e&&(this.region=new Z(e.region))}}class Ge extends S{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 k(e.salesDirection):void 0,this.createdAt=u.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):e==null?void 0:e.createdAt,this.lastLoginAt=u.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 E 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 k(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 $e(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 X(s)))??[]}}class ee extends q{constructor(e){super(e);t(this,"createdAt");t(this,"deletedAt");t(this,"client");t(this,"priceTemplate");this.createdAt=u.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date,this.deletedAt=u.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt,this.client=new E(e==null?void 0:e.client),this.priceTemplate=new z(e==null?void 0:e.priceTemplate)}}class be extends je{constructor(e){super(e);t(this,"product");this.product=new _(e==null?void 0:e.product)}}class Me extends P{}class re extends S{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 re(r==null?void 0:r.property),this.value=(r==null?void 0:r.value)??""}}class N{constructor(r){t(this,"from");t(this,"to");this.from=u.isString(r==null?void 0:r.from)?m.parseISO(r.from):(r==null?void 0:r.from)??null,this.to=u.isString(r==null?void 0:r.to)?m.parseISO(r.to):(r==null?void 0:r.to)??null}}class Fr{constructor(r){t(this,"id");t(this,"name");t(this,"description");t(this,"createdAt",new N);t(this,"updatedAt",new N);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 N(r==null?void 0:r.createdAt),this.updatedAt=new N(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 g=this[l];u.isNil(g)||u.isString(g)&&g.trim().length===0||u.isFunction(g.isNewRec)&&g.isNewRec()||(r[l]=g)}),!((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 te extends S{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 te(r==null?void 0:r.role),this.category=new pe(r==null?void 0:r.category),this.minCoefficient=new ge(r==null?void 0:r.minCoefficient)}}class yr{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 ar{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 Cr{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 Pr{constructor(r){t(this,"date");t(this,"name");t(this,"version");this.date=u.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,"broadcaster");t(this,"key");t(this,"wsHost");t(this,"wsPort");t(this,"wssPort");t(this,"forceTLS");t(this,"enabledTransports");this.broadcaster=r.broadcaster??"reverb",this.key=r.key??"",this.wsHost=r.wsHost??"",this.wsPort=r.wsPort??8080,this.wssPort=r.wssPort??8080,this.forceTLS=r.forceTLS??!1,this.enabledTransports=r.enabledTransports??["wss"]}}class Kr{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,"websocket");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 ar(r==null?void 0:r.http),this.deviceTypeByResolution=new yr(r==null?void 0:r.deviceTypeByResolution),this.sentry=new Cr({environment:this.environment,...r==null?void 0:r.sentry}),this.urls=r==null?void 0:r.urls,this.version=new Pr(r==null?void 0:r.version),this.websocket=r!=null&&r.websocket?new wr(r.websocket):void 0,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 Qr 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=`${v.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 Yr 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 W(o.data))}removeProductPrice(r,e){return this.delete(`/internal/clients/${r}/price/products/${e}`,i=>new W(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 xr extends y{getTemplateList(r){return this.get(`/internal/clients/${r}/price/templates`,{},e=>e.data.map(i=>new ee(i)))}getActiveTemplate(r){return this.get(`/internal/clients/${r}/price/templates/active`,{},e=>new ee(e.data),!0)}attachTemplate(r,e,i){const s=v.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 ee(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=v.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 ee(l.data))}detachTemplate(r,e,i){return this.delete(`/internal/clients/${r}/price/templates/${e}/${i}`)}}class Xr 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=>u.map(s.data,o=>new _(o)))}getCategoryProductsCoefficients(r){return this.get(`/internal/catalog/categories/${r}/products/coefficients`,{},e=>{const{data:i}=e;return u.forEach(i,s=>s.map(o=>new De(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 Zr 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=>u.map(e.data,i=>new De(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 Er extends y{getRootCategoriesList(r,e=!1){return this.get("/internal/catalog/categories",{clientId:r,showHidden:e},i=>i.data.map(s=>new ye(s)))}getCategoryData(r,e,i=!1,s=!1){return this.get(`/internal/catalog/categories/${e}`,{clientId:r,showHidden:i,withNestedCategories:s},o=>new ye(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=>u.map(o.data,l=>new W(l)))}}class et extends y{getProductData(r,e,i=!1){return this.get(`/internal/catalog/products/${r}`,{clientId:e,withPriceCoefficients:i},s=>new W(s.data))}}var Ie=(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))(Ie||{});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)??Ie.Equals,this.value=(r==null?void 0:r.value)??""}toPrimitive(){const r={field:this.field,op:this.op};return r.value=u.isDate(this.value)?m.format(this.value,v.getConfig().dateFormats.api):this.value,r}}class ie{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 ie(s)))??[]}toPrimitive(){return{groupOp:this.groupOp,filters:this.filters.map(r=>r instanceof Be&&u.isFunction(r.toPrimitive)?r.toPrimitive():r),groups:this.groups.map(r=>r instanceof ie?r.toPrimitive():r)}}}class ae extends y{getPaginated(r,e,i,s,o,l,g){let h={page:(s==null?void 0:s.page)??1,perPage:(s==null?void 0:s.pageSize)??10};return e&&(h.filters=JSON.stringify((e instanceof ie?e:new ie(e)).toPrimitive())),u.isEmpty(i)||(h.sort=u.isArray(i)?i:[i]),o&&(h={...h,...o}),this.get(r,h,l,g)}}class rt extends ae{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 z(l)),o})}createTemplate(r,e={}){return this.post("/internal/price/templates",r,i=>new z(i.data),e)}getTemplate(r){return this.get(`/internal/price/templates/${r}`,{},e=>new z(e.data))}updateTemplate(r,e,i={}){return this.patch(`/internal/price/templates/${r}`,e,s=>new z(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 be(i)))}getProductTemplatePrice(r,e){return this.get(`/internal/price/templates/${r}/products/${e}`,{},i=>new be(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 be(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 Te(i)))}getCategoryTemplatePrice(r,e){return this.get(`/internal/price/templates/${r}/categories/${e}`,{},i=>new Te(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 Te(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 ee(i)))}}class tt extends y{getRoles(){return this.get("/internal/price/roles",{},r=>r.data.map(e=>new te(e)))}createRole(r){return this.post("/internal/price/roles",r,e=>new te(e.data))}getRole(r){return this.get(`/internal/price/roles/${r}`,{},e=>new te(e.data))}updateRole(r,e){return this.patch(`/internal/price/roles/${r}`,e,i=>new te(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 it extends ae{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 re(l)),o})}createProperty(r){const{typeId:e,...i}=r;return this.post("/internal/catalog/properties",{...i,type:e},s=>new re(s.data))}getProperty(r){return this.get(`/internal/catalog/properties/${r}`,{},e=>new re(e.data))}updateProperty(r,e){const{typeId:i,...s}=e;return this.patch(`/internal/catalog/properties/${r}`,{...s,type:i},o=>new re(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 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}function We(n){const r=[];return n.forEach(e=>{if(r.push(e),e.type==="category"){const i=e;i.products&&i.products.length>0&&r.push(...We(i.products)),i.categories&&i.categories.length>0&&r.push(...We(i.categories))}}),r}var vr=(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))(vr||{}),$=(n=>(n.Person="individual",n.Ic="entrepreneur",n.UlR="legal",n.UlNr="non_resident_legal",n))($||{});class Rr extends P{}class Je extends P{}class st extends P{}class Dr extends P{}class Ce extends S{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:$.Person,name:""})}}class Ar extends P{}class Sr extends P{}class F extends P{}class Tr extends P{}class $r extends P{}class Ve extends P{}class Fe extends P{}class _e extends q{constructor(e){super(e);t(this,"bankName","");t(this,"bic","");t(this,"accountNumber","");t(this,"correspondentAccount","");t(this,"currency",new Ce);e&&(this.bankName=e.bankName??"",this.bic=e.bic??"",this.accountNumber=e.accountNumber??"",this.correspondentAccount=e.correspondentAccount??"",this.currency=new Ce(e.currency))}}class ke extends S{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 ke{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=u.isString(e==null?void 0:e.deletedAt)?m.parseISO(e.deletedAt):e==null?void 0:e.deletedAt}}class Ke extends S{constructor(e){super(e);t(this,"manager",new X);t(this,"opf",G.generatePersonItem());t(this,"salesDirection",new k);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 k(e.salesDirection),this.comment=e.comment,this.alternativeName=e.alternativeName,this.createdAt=u.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):e.createdAt,this.creator=e.creator?new j(e.creator):void 0,this.updatedAt=u.isString(e==null?void 0:e.updatedAt)?m.parseISO(e.updatedAt):e.updatedAt,this.updater=e.updater?new j(e.updater):void 0,e.partnerGroup&&(this.partnerGroup=new F(e.partnerGroup)),e.manager&&(this.manager=new X(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 _e(s))}),this.bankAccounts=i}}}}class br extends Ke{constructor(r){super(r)}}class Qe extends Ke{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 Ye extends Qe{constructor(e){super(e);t(this,"kpp","");e&&(this.kpp=e.kpp??"")}}class Ir extends Ye{constructor(e){super(e);t(this,"registrationCountry",new J);t(this,"registrationNumber","");t(this,"taxNumber","");e&&(this.registrationCountry=new J(e.registrationCountry),this.registrationNumber=e.registrationNumber??"",this.taxNumber=e.taxNumber??"")}}class Pe{static createInstance(r){switch(r.opf.slug){case $.Ic:return new Qe(r);case $.UlR:return new Ye(r);case $.UlNr:return new Ir(r);default:return new br(r)}}}class Le extends q{constructor(e){super(e);t(this,"isPrimary");this.isPrimary=e.isPrimary}}class _r 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 Le(i))),e.relations.clients&&(this.relations.clients=e.relations.clients.map(i=>new Le(i))),e.relations.contragents&&(this.relations.contragents=e.relations.contragents.map(i=>new Le(i))))}}class we extends gr{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 Ue(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 xe extends E{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(g=>Pe.createInstance(g)))??[],this.partnerGroups=((s=e==null?void 0:e.partnerGroups)==null?void 0:s.map(g=>new F(g)))??[],this.contacts=((o=e==null?void 0:e.contacts)==null?void 0:o.map(g=>new M(g)))??[],this.deliveryAddresses=((l=e==null?void 0:e.deliveryAddresses)==null?void 0:l.map(g=>new we(g)))??[],this.channelPrimaryInterest=new Je(e==null?void 0:e.channelPrimaryInterest),this.sourcePrimaryInterest=new Fe(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 he(e.preferredWarehouse):void 0,this.extraData=(e==null?void 0:e.extraData)??{}}}class nt{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 N);t(this,"lastLoginDate",new N);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,g;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(h=>new $e(h)),this.region=new Z(r==null?void 0:r.region),this.country=new J(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 N(r==null?void 0:r.createdAt),this.lastLoginDate=new N(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(h=>new fe(h)):[],this.salesDirections=(i=r==null?void 0:r.salesDirections)==null?void 0:i.map(h=>new k(h)),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(h=>new F(h)),this.contact=new ke(r==null?void 0:r.contact),this.lastOrder={createdAt:new N((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:(g=r==null?void 0:r.lastOrder)==null?void 0:g.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 Z;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 ke;break}return this}asClearRaw(){var e,i,s,o;const r={};return Object.keys(this).forEach(l=>{const g=this[l];u.isNil(g)||u.isString(g)&&g.trim().length===0||u.isFunction(g.isNewRec)&&g.isNewRec()||(r[l]=g)}),!((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=u.isString(e==null?void 0:e.createdAt)?m.parseISO(e.createdAt):(e==null?void 0:e.createdAt)??new Date,this.creator=new j(e==null?void 0:e.creator),this.isApproved1c=(e==null?void 0:e.isApproved1c)??!1}}class kr extends S{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 Xe(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 k(e.salesDirection)),e.managers&&(this.managers=e.managers.map(o=>new X(o)))}}class Lr{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 ot extends Lr{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 ct{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 lt extends ae{getClient(r){return this.get(`/internal/clients/${r}`,{},e=>new xe(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(g=>new E(g)),l})}getClientByPhone(r){return this.getClientsList({groupOp:"and",groups:[],filters:[{field:"phone",op:Ie.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 kr(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 _r(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 xe(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 h,C,w,A,L,d,b,I;let s;const o=e,l=e,g=e;switch(e.opf.slug){case $.Ic:s={opf:o.opf.slug,name:o.name,alternative_name:o.alternativeName,partner_group_id:(h=o.partnerGroup)==null?void 0:h.id,manager_id:(C=o.manager)==null?void 0:C.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:(w=l.partnerGroup)==null?void 0:w.id,manager_id:(A=l.manager)==null?void 0:A.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:g.opf.slug,name:g.name,alternative_name:g.alternativeName,partner_group_id:(L=g.partnerGroup)==null?void 0:L.id,manager_id:(d=g.manager)==null?void 0:d.id,comment:g.comment,director_name:g.directorName,director_position:g.directorPosition,director_acts_on:g.directorActsOn,legal_address:g.legalAddress,postal_address:g.postalAddress,actual_address:g.actualAddress,registration_country_id:g.registrationCountry.id,registration_number:g.registrationNumber,tax_number:g.taxNumber||void 0};break;default:s={opf:e.opf.slug,name:e.name,alternative_name:e.alternativeName,partner_group_id:(b=e.partnerGroup)==null?void 0:b.id,manager_id:(I=e.manager)==null?void 0:I.id,comment:e.comment};break}return this.post(`/internal/clients/${r}/contragents`,s,K=>Pe.createInstance(K.data),i)}updateContragentClientData(r,e,i={}){var h,C,w,A,L,d,b,I;let s;const o=e,l=e,g=e;switch(e.opf.slug){case $.Ic:s={opf:o.opf.slug,name:o.name,alternative_name:o.alternativeName,partner_group_id:(h=o.partnerGroup)==null?void 0:h.id,manager_id:(C=o.manager)==null?void 0:C.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:(w=l.partnerGroup)==null?void 0:w.id,manager_id:(A=l.manager)==null?void 0:A.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:g.opf.slug,name:g.name,alternative_name:g.alternativeName,partner_group_id:(L=g.partnerGroup)==null?void 0:L.id,manager_id:(d=g.manager)==null?void 0:d.id,comment:g.comment,director_name:g.directorName,director_position:g.directorPosition,director_acts_on:g.directorActsOn,legal_address:g.legalAddress,postal_address:g.postalAddress,actual_address:g.actualAddress,registration_country_id:g.registrationCountry.id,registration_number:g.registrationNumber,tax_number:g.taxNumber||void 0};break;default:s={opf:e.opf.slug,name:e.name,alternative_name:e.alternativeName,partner_group_id:(b=e.partnerGroup)==null?void 0:b.id,manager_id:(I=e.manager)==null?void 0:I.id,comment:e.comment};break}return this.patch(`/internal/clients/${r}/contragents/${e.id}`,s,K=>Pe.createInstance(K.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,g=>new we(g.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,g=>new we(g.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 _e(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 _e(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,g;const o={name:e.name,position:e.position,comment:e.comment,...i};return(l=e.phone)!=null&&l.length&&(o.phone=e.phone),(g=e.email)!=null&&g.length&&(o.email=e.email),this.post(`/internal/clients/${r}/contacts`,o,h=>new M(h.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 oe=class oe extends y{constructor(){super();t(this,"responseDataCacheTimeout");this.responseDataCacheTimeout=v.getConfig().http.responseDataCacheTimeout}static getCachedResponse(e){const i=oe.responseDataCache.get(e);if(i&&i.validTo>new Date)return i.val}cacheResponse(e,i){oe.responseDataCache.set(e,{validTo:m.addSeconds(new Date,this.responseDataCacheTimeout),val:i})}getTypedDataArrayRequester(e,i,s=!1,o={}){const l=i+(u.isEmpty(o)?"":` >>> ${JSON.stringify(o)}`),g=s?oe.getCachedResponse(l):void 0;return g?Promise.resolve(g):this.get(i,o).then(h=>{const C=h.map(w=>Ae.instanceInitializer(e,w));return s&&C&&this.cacheResponse(i,C),C})}};t(oe,"responseDataCache",new Map);let se=oe;class ut 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 pt extends y{getConfiguratorSettings(r){var e;return this.get(`internal/catalog/categories/${r.id}/configurators/${(e=r.properties)==null?void 0:e.configurator}/settings`)}searchProduct(r,e,i={}){var o;const s=this.get(`internal/catalog/categories/${r.id}/configurators/${(o=r.properties)==null?void 0:o.configurator}/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.configurator}/template`,{...e},()=>{},i)}removeTemplate(r,e){var i;return this.delete(`internal/catalog/categories/${r.id}/configurators/${(i=r.properties)==null?void 0:i.configurator}/template/${e}`)}}class gt{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 ce=class ce{static setLinearValues(r){ce.linearValues=r}static productIsMeasurable(r){return ce.linearValues.includes(r.unit)}static getProductMultiplicity(r){var e,i;return!((e=r.properties)!=null&&e.ignoreMinCountCheck)&&((i=r.properties)!=null&&i.minCount)&&!ce.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(ce,"linearValues",["пог.м.","м.","м2"]);let Ze=ce;class ht{static generateUndefinedManagerInstance(){return new fe({id:0,name:"- Не назначен -",isActive:!0,guid:"-undefined-"})}static isUndefinedManagerInstance(r){return r.id===0&&r.guid==="-undefined-"}}class dr extends se{async getManagers(){const r="/internal/managers",e=se.getCachedResponse(r);if(e)return e;const s=(await this.get(r)).data.map(o=>Ae.instanceInitializer(fe,o));return this.cacheResponse(r,s),s}}class Ee extends Xe{constructor(e){var i,s,o,l,g,h,C,w;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 E(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:u.isString((g=e==null?void 0:e.delivery)==null?void 0:g.date)?m.parseISO(e.delivery.date):((h=e==null?void 0:e.delivery)==null?void 0:h.date)??new Date,address:(C=e==null?void 0:e.delivery)!=null&&C.address?new we(e.delivery.address):void 0,warehouse:(w=e==null?void 0:e.delivery)!=null&&w.warehouse?new he(e.delivery.warehouse):void 0},this.attachedUser=new j(e==null?void 0:e.attachedUser),this.status=(e==null?void 0:e.status)??0,this.salesDirection=new k(e==null?void 0:e.salesDirection),this.pendingAt=u.isString(e==null?void 0:e.pendingAt)?m.parseISO(e.pendingAt):e==null?void 0:e.pendingAt,this.processedAt=u.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 Or 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 W(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 Nr extends Ee{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 Or(i)),this.invoices=e.invoices??[],this.comment=e.comment,this.image=e.image,this.contragent=e.contragent?Pe.createInstance(e.contragent):void 0,this.barcode=e.barcode,this.orderSource=e.orderSource?new P(e.orderSource):void 0,this.isAllowProcessingWithoutPayment=e.isAllowProcessingWithoutPayment}}class mt extends ae{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 Ee(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 Nr(e.data))}}class de{constructor(r){t(this,"client");t(this,"product");t(this,"cost");t(this,"costCoefficient");t(this,"source");this.client=new E(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)??Se.Product}}const er=n=>{var r,e,i,s,o;return n?u.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=>u.isNil(l)||(u.isArray(l)||u.isObject(l))&&u.isEmpty(l)):{}},Ur=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 ft extends y{analyzeProductPrices(r,e,i){return this.get(`/internal/price/products/${r}/analyze`,{...Ur(e),filters:er(i)},s=>s.data.map(o=>new de(o)))}analyzeCategoryPrices(r,e,i){return this.get(`/internal/price/categories/${r}/analyze`,{...Ur(e),filters:er(i)},s=>s.data.map(o=>new de(o)))}analyzeCategoryPricesBySquare(r,e,i){return this.get(`/internal/price/categories/${r}/analyze/square`,{...e,filters:er(i)},s=>s.data.map(o=>new de(o)))}}class qr{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=u.isString(r.costDate)?m.parseISO(r.costDate):r.costDate??new Date,this.discountName=r.discountName,this.priceTemplateName=r.priceTemplateName,this.product=r.product?new x(r.product):void 0,this.client=r.client?new j(r.client):void 0,this.executor=r.executor?new j(r.executor):void 0,this.currency=r.currency?new Ce(r.currency):void 0}}class jr extends x{constructor(e){super(e);t(this,"history");this.history=u.map(e.history,i=>new qr(i))}}class yt extends y{constructor(){super(),this.baseUrl=`${v.getConfig().http.priceHistoryApiUrl??""}/api`}getProductPriceHistory(r){var s,o,l,g;const e=v.getConfig().dateFormats.api,i=u.omitBy(u.merge(r,{costDate:{from:u.isDate((s=r.costDate)==null?void 0:s.from)?m.format(r.costDate.from,e):(o=r.costDate)==null?void 0:o.from,to:u.isDate((l=r.costDate)==null?void 0:l.to)?m.format(r.costDate.to,e):(g=r.costDate)==null?void 0:g.to}}),h=>u.isNil(h)||(u.isArray(h)||u.isObject(h))&&u.isEmpty(h));return this.get("/internal/history",i,h=>u.map(h.data,C=>new jr(C)))}}class rr{constructor(r){t(this,"products",[]);t(this,"productCategories",[]);r!=null&&r.products&&(this.products=r.products.map(e=>new x(e))),r!=null&&r.productCategories&&(this.productCategories=r.productCategories.map(e=>new x(e)))}}class at extends y{constructor(){super(),this.baseUrl=`${v.getConfig().http.recommendationsApiUrl??""}/api`}getProductCategoryRecommendations(r){return this.get(`/internal/recommendations/categories/${r.id}`,{},e=>new rr(e.data))}getProductRecommendations(r){return this.get(`/internal/recommendations/products/${r.id}`,{},e=>new rr(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 R extends se{getReference(r,e=!1){return this.getTypedDataArrayRequester(Rr,`/internal/references/${r}`,e)}getChannelPrimaryInterest(){return this.getTypedDataArrayRequester(Je,"/internal/references/channel-primary-interest",!0)}getContactPositions(){return this.getTypedDataArrayRequester(Dr,"/internal/references/contact-position",!0)}getCurrency(){return this.getTypedDataArrayRequester(Ce,"/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(Ar,"/public/references/order-payment-status",!0)}getOrderStatuses(){return this.getTypedDataArrayRequester(Sr,"/public/references/order-status",!0)}getPaymentTypes(){return this.getTypedDataArrayRequester(Tr,"/public/references/payment-type",!0)}getResourceTypes(){return this.getTypedDataArrayRequester(Ve,"/internal/references/resource-type",!0)}getSalesDirections(){return this.getTypedDataArrayRequester(k,"/public/references/sales-direction",!0)}getSourcePrimaryInterest(){return this.getTypedDataArrayRequester(Fe,"/internal/references/source-primary-interest",!0)}searchCity(r){return this.getTypedDataArrayRequester($e,`/internal/references/city-with-region-and-country/search?term=${r}`)}searchRegion(r){return this.getTypedDataArrayRequester(Z,`/internal/references/region-with-country/search?term=${r}`)}searchCountry(r){return this.getTypedDataArrayRequester(J,`/internal/references/country/search?term=${r}`)}getDeliveryTypes(){return this.getTypedDataArrayRequester(H,"/internal/references/delivery-type",!0)}getWarehouses(){return this.getTypedDataArrayRequester(he,"/public/references/warehouse",!0)}getPropertyTypes(){return this.getTypedDataArrayRequester(Me,"/internal/references/property-type",!0)}getPriceCoefficients(){return this.getTypedDataArrayRequester(ge,"/internal/references/price-coefficient",!0)}getProductFileType(){return this.getTypedDataArrayRequester($r,"/public/references/product-file-type",!0)}}const D=Q.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),g=f.ref(void 0),h=f.ref(void 0),C=f.ref(void 0),w=f.ref(void 0),A=f.ref(void 0),L=f.ref(void 0),d=f.ref(void 0),b=f.ref(void 0),I=f.ref(void 0),K=f.ref(void 0),p=f.ref(void 0);return{dataLoaderList:n,channelPrimaryInterestReference:r,contactPositionsReference:e,currencyReference:i,deliveryTypeReference:s,managersList:o,opfReference:l,orderPaymentStatusReference:g,orderStatusReference:h,paymentTypeReference:C,partnerGroupReference:w,productFileTypeReference:A,resourceTypesReference:L,salesDirectionsReference:d,sourcePrimaryInterestReference:b,warehousesReference:I,propertyTypesReference:K,priceCoefficientsReference:p}}),Ct=Q.defineStore("references",()=>{const n=f.computed(()=>{const p=D();return!p.channelPrimaryInterestReference&&!p.dataLoaderList.channelPrimaryInterestReference&&(p.dataLoaderList.channelPrimaryInterestReference=!0,y.getInstance(R).getChannelPrimaryInterest().then(a=>{p.channelPrimaryInterestReference=a}).catch(u.noop)),p.channelPrimaryInterestReference}),r=f.computed(()=>{const p=D();return!p.contactPositionsReference&&!p.dataLoaderList.contactPositionsReference&&(p.dataLoaderList.contactPositionsReference=!0,y.getInstance(R).getContactPositions().then(a=>{p.contactPositionsReference=a}).catch(u.noop)),p.contactPositionsReference}),e=f.computed(()=>{const p=D();return!p.currencyReference&&!p.dataLoaderList.currencyReference&&(p.dataLoaderList.currencyReference=!0,y.getInstance(R).getCurrency().then(a=>{p.currencyReference=a}).catch(u.noop)),p.currencyReference}),i=f.computed(()=>{const p=D();return!p.opfReference&&!p.dataLoaderList.opfReference&&(p.dataLoaderList.opfReference=!0,y.getInstance(R).getOpf().then(a=>{p.opfReference=a}).catch(u.noop)),p.opfReference}),s=f.computed(()=>{const p=D();return!p.orderPaymentStatusReference&&!p.dataLoaderList.orderPaymentStatusReference&&(p.dataLoaderList.orderPaymentStatusReference=!0,y.getInstance(R).getOrderPaymentStatuses().then(a=>{p.orderPaymentStatusReference=a}).catch(u.noop)),p.orderPaymentStatusReference}),o=f.computed(()=>{const p=D();return!p.orderStatusReference&&!p.dataLoaderList.orderStatusReference&&(p.dataLoaderList.orderStatusReference=!0,y.getInstance(R).getOrderStatuses().then(a=>{p.orderStatusReference=a}).catch(u.noop)),p.orderStatusReference}),l=f.computed(()=>{const p=D();return!p.paymentTypeReference&&!p.dataLoaderList.paymentTypeReference&&(p.dataLoaderList.paymentTypeReference=!0,y.getInstance(R).getPaymentTypes().then(a=>{p.paymentTypeReference=a}).catch(u.noop)),p.paymentTypeReference}),g=f.computed(()=>{const p=D();return!p.partnerGroupReference&&!p.dataLoaderList.partnerGroupReference&&(p.dataLoaderList.partnerGroupReference=!0,y.getInstance(R).getPartnerGroup().then(a=>{p.partnerGroupReference=a}).catch(u.noop)),p.partnerGroupReference}),h=f.computed(()=>{const p=D();return!p.productFileTypeReference&&!p.dataLoaderList.productFileTypeReference&&(p.dataLoaderList.productFileTypeReference=!0,y.getInstance(R).getProductFileType().then(a=>{p.productFileTypeReference=a}).catch(u.noop)),p.productFileTypeReference}),C=f.computed(()=>{const p=D();return!p.resourceTypesReference&&!p.dataLoaderList.resourceTypesReference&&(p.dataLoaderList.resourceTypesReference=!0,y.getInstance(R).getResourceTypes().then(a=>{p.resourceTypesReference=a}).catch(u.noop)),p.resourceTypesReference}),w=f.computed(()=>{const p=D();return!p.salesDirectionsReference&&!p.dataLoaderList.salesDirectionsReference&&(p.dataLoaderList.salesDirectionsReference=!0,y.getInstance(R).getSalesDirections().then(a=>{p.salesDirectionsReference=a}).catch(u.noop)),p.salesDirectionsReference}),A=f.computed(()=>{const p=D();return!p.sourcePrimaryInterestReference&&!p.dataLoaderList.sourcePrimaryInterestReference&&(p.dataLoaderList.sourcePrimaryInterestReference=!0,y.getInstance(R).getSourcePrimaryInterest().then(a=>{p.sourcePrimaryInterestReference=a}).catch(u.noop)),p.sourcePrimaryInterestReference}),L=f.computed(()=>{const p=D();return!p.deliveryTypeReference&&!p.dataLoaderList.deliveryTypeReference&&(p.dataLoaderList.deliveryTypeReference=!0,y.getInstance(R).getDeliveryTypes().then(a=>{p.deliveryTypeReference=a}).catch(u.noop)),p.deliveryTypeReference}),d=f.computed(()=>{const p=D();return!p.managersList&&!p.dataLoaderList.managersList&&(p.dataLoaderList.managersList=!0,y.getInstance(dr).getManagers().then(a=>{p.managersList=a}).catch(u.noop)),p.managersList}),b=f.computed(()=>{const p=D();return!p.warehousesReference&&!p.dataLoaderList.warehousesReference&&(p.dataLoaderList.warehousesReference=!0,y.getInstance(R).getWarehouses().then(a=>{p.warehousesReference=a}).catch(u.noop)),p.warehousesReference}),I=f.computed(()=>{const p=D();return!p.propertyTypesReference&&!p.dataLoaderList.propertyTypesReference&&(p.dataLoaderList.propertyTypesReference=!0,y.getInstance(R).getPropertyTypes().then(a=>{p.propertyTypesReference=a}).catch(u.noop)),p.propertyTypesReference}),K=f.computed(()=>{const p=D();return!p.priceCoefficientsReference&&!p.dataLoaderList.priceCoefficientsReference&&(p.dataLoaderList.priceCoefficientsReference=!0,y.getInstance(R).getPriceCoefficients().then(a=>{p.priceCoefficientsReference=a}).catch(u.noop)),p.priceCoefficientsReference});return{channelPrimaryInterestsReference:n,contactPositionsReference:r,currencyReference:e,opfReference:i,orderPaymentStatusReference:s,orderStatusReference:o,paymentTypeReference:l,partnerGroupsReference:g,productFilesTypesReference:h,resourceTypesReference:C,salesDirectionsReference:w,sourcePrimaryInterestsReference:A,deliveryTypeReference:L,managersList:d,warehousesReference:b,propertyTypesReference:I,priceCoefficientsReference:K}});class Gr{constructor(r){t(this,"name");t(this,"content");this.name=r.name,this.content=r.content}}class tr{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 Gr(i)))??[]}}class Pt extends y{getResourceSeoData(r,e){return this.get(`/internal/seo/${r.slug}/${e}`,{},i=>new tr(i.data))}saveResourceSeoData(r,e={}){return this.post(`/internal/seo/${r.resourceType.slug}/${r.resourceId}`,r,i=>new tr(i.data),e)}deleteResourceSeoData(r,e){return this.delete(`/internal/seo/${r.slug}/${e}`)}}class wt 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 Mr=(n=>(n.Admin="admin",n.Manager="manager",n.Operator="operator",n.Client="client",n.Guest="guest",n))(Mr||{});class Hr 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 vt extends y{constructor(){super(),this.baseUrl=`${v.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 Br extends y{getCurrentUser(){return this.get("/internal/users/info",{},r=>new Hr(r.data))}}const Rt=Q.defineStore("__user_state_private",()=>{const n=f.ref({}),r=f.ref(void 0);return{dataLoaderList:n,currentUser:r}}),Dt=Q.defineStore("user_state",()=>({currentUser:f.computed(()=>{const r=Rt();return!r.currentUser&&!r.dataLoaderList.currentUser&&(r.dataLoaderList.currentUser=!0,y.getInstance(Br).getCurrentUser().then(e=>{r.currentUser=e}).catch(u.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=Rr,c.AppBaseConfig=Kr,c.AppConfigProvider=v,c.BankAccount=_e,c.BasePaginationProvider=ae,c.CalculationTypeEnum=ur,c.Cart=me,c.CartItem=lr,c.CartItemBase=cr,c.CartProvider=Jr,c.CatalogProvider=Qr,c.CatalogableItem=Oe,c.Category=B,c.CategoryPricingRule=He,c.ChannelPrimaryInterest=Je,c.City=st,c.CityWithRegionAndCountry=$e,c.Client=xe,c.ClientAdditionalData=kr,c.ClientCategory=ye,c.ClientDataProvider=lt,c.ClientPriceProvider=Yr,c.ClientPriceTemplateProvider=xr,c.ClientProduct=W,c.ClientProductCategoryDataProvider=Er,c.ClientProductDataProvider=et,c.ClientShortInfo=E,c.ClientsAdditionalDataRequestTypeEnum=vr,c.ClientsListFilters=nt,c.CodedIdentity=x,c.ConfiguratorProvider=pt,c.Contact=ke,c.ContactLinks=mr,c.ContactPerson=M,c.ContactPersonRelated=_r,c.ContactPosition=Dr,c.ContactRelation=Le,c.ContragentBase=Ke,c.ContragentFactory=Pe,c.ContragentIc=Qe,c.ContragentPerson=br,c.ContragentUlNr=Ir,c.ContragentUlR=Ye,c.CostSourceEnum=Se,c.Country=J,c.Currency=Ce,c.DataSuggestionProvider=wt,c.DataTablePagination=ot,c.DataTablePaginationRequestParams=Lr,c.DataTableSortRequestParams=ct,c.DateTimeProvider=gt,c.DeletableNamedIdentity=gr,c.DeliveryAddress=we,c.DeliveryType=H,c.DetailedJwtPayload=Wr,c.DeviceTypeResolutionConfig=yr,c.DiscountShortInfo=hr,c.FieldValidationResultData=At,c.FilterGroup=ie,c.FilterItem=Be,c.FilterOpEnum=Ie,c.GeoCoordinates=Ue,c.HiddenCatalogableItem=nr,c.HttpCachedRequester=se,c.HttpParamsConfig=ar,c.HttpRequester=y,c.Identity=q,c.Image=or,c.JwtPayload=U,c.Manager=fe,c.ManagerCommon=X,c.ManagerDataFactory=ht,c.ManagerDataProvider=dr,c.MetaTagItem=Gr,c.NamedIdentity=S,c.Opf=G,c.OpfEnum=$,c.Order=Nr,c.OrderInfo=Ee,c.OrderPaymentStatus=Ar,c.OrderProduct=Or,c.OrderShortInfo=Xe,c.OrderStatus=Sr,c.OrdersDataProvider=mt,c.PartnerGroup=F,c.PaymentType=Tr,c.PreferencesStorageProvider=ue,c.PriceAnalyze=de,c.PriceAnalyzeProvider=ft,c.PriceCoefficient=ge,c.PriceCoefficientEnum=Ne,c.PriceHistoryDataProvider=yt,c.PriceHistoryItem=qr,c.PriceTemplate=z,c.PriceTemplateCategory=Te,c.PriceTemplateClient=ee,c.PriceTemplateICatalogableItem=je,c.PriceTemplateProduct=be,c.PriceTemplateProvider=rt,c.PricingRole=te,c.PricingRoleProvider=tt,c.PrimaryCatalogableItem=Re,c.Product=_,c.ProductCategoryDataProvider=Xr,c.ProductDataProvider=Zr,c.ProductFileType=$r,c.ProductPriceCoefficient=De,c.ProductPriceHistory=jr,c.PropertiesProvider=it,c.Property=re,c.PropertyType=Me,c.PropertyTypeEnum=pr,c.PropertyValue=V,c.RecommendationsDataProvider=at,c.RecommendationsList=rr,c.Reference=P,c.ReferenceDataProvider=R,c.Region=Z,c.ResourceType=Ve,c.SalesDirection=k,c.SentryConfig=Cr,c.Seo=tr,c.SeoDataProvider=Pt,c.SourcePrimaryInterest=Fe,c.StockCount=sr,c.TemplatesListFilters=Fr,c.TypedInstanceFactory=Ae,c.UnitsHelper=Ze,c.UnknownClientDataProvider=ut,c.UpdatableNamedIdentity=qe,c.User=Hr,c.UserAuthDataProvider=vt,c.UserCommonInfo=Ge,c.UserDataProvider=Br,c.UserPricingRole=fr,c.UserShortInfo=j,c.UserTypeEnum=Mr,c.VersionConfig=Pr,c.Warehouse=he,c.WebSocketConfig=wr,c.findCatalogItemByIdRecursive=ze,c.flattenCatalogItems=We,c.useAuthStateStore=ve,c.useReferencesStore=Ct,c.useUserStateStore=Dt,Object.defineProperty(c,Symbol.toStringTag,{value:"Module"})});
2
2
  //# sourceMappingURL=sc-common-lib.umd.cjs.map