vobi_lib 1.6.7 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -41,7 +41,6 @@ interface UploadInitData {
41
41
  interface UploadParams {
42
42
  file: File;
43
43
  idCompany?: string;
44
- suffix?: string;
45
44
  }
46
45
  interface UploadCompleteData {
47
46
  location?: string;
@@ -246,10 +245,10 @@ declare const getDateOpenFinance: () => {
246
245
 
247
246
  declare const _setSharpForTesting: (mockSharp: any) => void;
248
247
 
249
- declare const upload: ({ file, idCompany, suffix }: UploadParams) => Promise<string | undefined>;
250
- declare const createThumbnail: (file: File, suffix?: string) => Promise<File | null>;
251
- declare const compressImage: (file: File, suffix?: string) => Promise<File>;
252
- declare const base64ToBlob: (base64: string, mime?: MimeType) => Blob;
248
+ declare const upload: ({ file, idCompany }: UploadParams) => Promise<string | undefined>;
249
+ declare const createThumbnail: (file: File, filename: string) => Promise<File | null>;
250
+ declare const compressImage: (file: File, filename: string) => Promise<File>;
251
+ declare const base64ToFile: (base64String: string, mimeType?: string, filename?: string) => File;
253
252
 
254
253
  declare const getUUIDFromEmail: (email: string) => string;
255
254
 
@@ -262,4 +261,4 @@ declare const configure: (options?: Record<string, any>) => void;
262
261
  declare const getConfig: () => ConfigType;
263
262
  declare const get: <T>(key: string, defaultValue?: T) => T;
264
263
 
265
- export { type ArrayItem, BAD_GATEWAY, BAD_REQUEST, type Encode, FORBIDDEN, type FormatCurrencyProps, type ICustomErrorParams, INTERNAL_SERVER_ERROR, IsJsonString, METHOD_NOT_ALLOWED, type MimeType, NOT_ALLOWED, NOT_FOUND, SERVICE_UNAVAILABLE, type SignUrls, UNAUTHORIZED, type UploadCompleteData, type UploadInitData, type UploadParams, type UploadPart, _setSharpForTesting, asArray, asBrazilianDate, asDate, asyncForEach, base64ToBlob, brazilianDateTime, brazilianDateToDate, capitalize, checkApprovalAuthority, checkCnpj, checkCpf, checkEmail, compressImage, configure, containsEncodedComponents, createThumbnail, currentDay, curry, dateIsValid, decodeToken, decrypt, diffObject, dynamici18nString, elasticTransformOr, encrypt, enumHelper, error, eventBus, extractMonthInfo, extractValueFromWhere, filterAttributes, filterEmpty, findValue, firstMonthDay, flatMapData, flattenChildren, formatCurrency, formatDate, formatDocument, formatNumber, formatNumberAnyFormat, get, getConfig, getDateOpenFinance, getExtension, getMonthNumber, getNameWithoutExtension, getNextDay, getNextWeekday, getPreviewsWeekday, getToday, getToken, getTomorrow, getUUIDFromEmail, getYesterday, imgSrcRegex, isAfter, isDateValid, isNumber, isOfAge, isValidUrl, lastMonthDay, makeRefurbishFileUrl, maxDateToList, minDateToList, monthsBetween, normalizeString, nullIfEmpty, padLeft, parseArrayAsObject, parseRouteToModel, prepareDoc, prepareSession, promiseAny, promiseEach, removeProperty, removeSpecialChar, replaceNumberOrPercentage, slugify, splitList, sum, sumByFunction, upload, validateAccess, validateMobilePhoneNumber, valueReplacer };
264
+ export { type ArrayItem, BAD_GATEWAY, BAD_REQUEST, type Encode, FORBIDDEN, type FormatCurrencyProps, type ICustomErrorParams, INTERNAL_SERVER_ERROR, IsJsonString, METHOD_NOT_ALLOWED, type MimeType, NOT_ALLOWED, NOT_FOUND, SERVICE_UNAVAILABLE, type SignUrls, UNAUTHORIZED, type UploadCompleteData, type UploadInitData, type UploadParams, type UploadPart, _setSharpForTesting, asArray, asBrazilianDate, asDate, asyncForEach, base64ToFile, brazilianDateTime, brazilianDateToDate, capitalize, checkApprovalAuthority, checkCnpj, checkCpf, checkEmail, compressImage, configure, containsEncodedComponents, createThumbnail, currentDay, curry, dateIsValid, decodeToken, decrypt, diffObject, dynamici18nString, elasticTransformOr, encrypt, enumHelper, error, eventBus, extractMonthInfo, extractValueFromWhere, filterAttributes, filterEmpty, findValue, firstMonthDay, flatMapData, flattenChildren, formatCurrency, formatDate, formatDocument, formatNumber, formatNumberAnyFormat, get, getConfig, getDateOpenFinance, getExtension, getMonthNumber, getNameWithoutExtension, getNextDay, getNextWeekday, getPreviewsWeekday, getToday, getToken, getTomorrow, getUUIDFromEmail, getYesterday, imgSrcRegex, isAfter, isDateValid, isNumber, isOfAge, isValidUrl, lastMonthDay, makeRefurbishFileUrl, maxDateToList, minDateToList, monthsBetween, normalizeString, nullIfEmpty, padLeft, parseArrayAsObject, parseRouteToModel, prepareDoc, prepareSession, promiseAny, promiseEach, removeProperty, removeSpecialChar, replaceNumberOrPercentage, slugify, splitList, sum, sumByFunction, upload, validateAccess, validateMobilePhoneNumber, valueReplacer };
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
- "use strict";var ne=Object.create;var R=Object.defineProperty;var se=Object.getOwnPropertyDescriptor;var ie=Object.getOwnPropertyNames;var le=Object.getPrototypeOf,ce=Object.prototype.hasOwnProperty;var de=(e,t)=>{for(var a in t)R(e,a,{get:t[a],enumerable:!0})},Y=(e,t,a,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of ie(t))!ce.call(e,n)&&n!==a&&R(e,n,{get:()=>t[n],enumerable:!(o=se(t,n))||o.enumerable});return e};var C=(e,t,a)=>(a=e!=null?ne(le(e)):{},Y(t||!e||!e.__esModule?R(a,"default",{value:e,enumerable:!0}):a,e)),ue=e=>Y(R({},"__esModule",{value:!0}),e);var Mt={};de(Mt,{BAD_GATEWAY:()=>ge,BAD_REQUEST:()=>d,FORBIDDEN:()=>me,INTERNAL_SERVER_ERROR:()=>U,IsJsonString:()=>he,METHOD_NOT_ALLOWED:()=>fe,NOT_ALLOWED:()=>L,NOT_FOUND:()=>O,SERVICE_UNAVAILABLE:()=>ye,UNAUTHORIZED:()=>P,_setSharpForTesting:()=>Rt,asArray:()=>F,asBrazilianDate:()=>j,asDate:()=>w,asyncForEach:()=>be,base64ToBlob:()=>kt,brazilianDateTime:()=>K,brazilianDateToDate:()=>Me,capitalize:()=>k,checkApprovalAuthority:()=>At,checkCnpj:()=>ve,checkCpf:()=>Ie,checkEmail:()=>Ae,compressImage:()=>Ft,configure:()=>De,containsEncodedComponents:()=>Ne,createThumbnail:()=>Ut,currentDay:()=>q,curry:()=>Be,dateIsValid:()=>Je,decodeToken:()=>nt,decrypt:()=>Re,diffObject:()=>Pe,dynamici18nString:()=>Te,elasticTransformOr:()=>we,encrypt:()=>Se,enumHelper:()=>r,error:()=>y,eventBus:()=>Le,extractMonthInfo:()=>It,extractValueFromWhere:()=>Oe,filterAttributes:()=>Fe,filterEmpty:()=>ke,findValue:()=>_,firstMonthDay:()=>V,flatMapData:()=>Ct,flattenChildren:()=>$,formatCurrency:()=>M,formatDate:()=>Q,formatDocument:()=>Nt,formatNumber:()=>Ke,formatNumberAnyFormat:()=>Qe,get:()=>N,getConfig:()=>Ee,getDateOpenFinance:()=>Bt,getExtension:()=>Xe,getMonthNumber:()=>ze,getNameWithoutExtension:()=>Ue,getNextDay:()=>_e,getNextWeekday:()=>X,getPreviewsWeekday:()=>ee,getToday:()=>Ge,getToken:()=>rt,getTomorrow:()=>$e,getUUIDFromEmail:()=>_t,getYesterday:()=>qe,imgSrcRegex:()=>et,isAfter:()=>Ve,isDateValid:()=>tt,isNumber:()=>at,isOfAge:()=>He,isValidUrl:()=>ot,lastMonthDay:()=>G,makeRefurbishFileUrl:()=>st,maxDateToList:()=>Ye,minDateToList:()=>We,monthsBetween:()=>je,normalizeString:()=>Et,nullIfEmpty:()=>it,padLeft:()=>lt,parseArrayAsObject:()=>ct,parseRouteToModel:()=>dt,prepareDoc:()=>ut,prepareSession:()=>pt,promiseAny:()=>mt,promiseEach:()=>xe,removeProperty:()=>ft,removeSpecialChar:()=>gt,replaceNumberOrPercentage:()=>vt,slugify:()=>yt,splitList:()=>ht,sum:()=>xt,sumByFunction:()=>bt,upload:()=>Ot,validateAccess:()=>Ce,validateMobilePhoneNumber:()=>Dt,valueReplacer:()=>S});module.exports=ue(Mt);var W={userNotFound:"Usu\xE1rio n\xE3o foi encontrado.",pageNotFound:"Desculpe. P\xE1gina n\xE3o encontrada.",notAuthorized:"N\xE3o autorizado.",tokenExpired:"Sess\xE3o expirada.",invalidToken:"Token inv\xE1lido.",notUpdated:"Nenhum registro foi alterado.",cantDelete:"Esse registro est\xE1 sendo usado, por isso n\xE3o \xE9 poss\xEDvel apaga-lo.",general:"Ocorreu um erro.",sentError:"Erro ao enviar proposta",noUser:"Usu\xE1rio n\xE3o encontrado.",noEmail:"E-mail n\xE3o foi informado",noPassword:"Senha n\xE3o foi informada.",invalidEmail:"O e-mail informado \xE9 inv\xE1lido.",uniqueEmail:"O e-mail informado j\xE1 est\xE1 cadastrado.",invalidCPF:"O CPF informado \xE9 inv\xE1lido.",invalidCNPJ:"O CNPJ informado \xE9 inv\xE1lido.",uniqueName:"Nome informado j\xE1 cadastrado.",noName:"Nome n\xE3o foi informado.",noData:"Dados n\xE3o informados.",noDate:"Data n\xE3o informada.",noModel:"Ocorreu um erro com a entidade",invalidId:"Id inv\xE1lido",invalidCredentials:"Usu\xE1rio e/ou senha inv\xE1lidos.",noPhone:"Telefone n\xE3o foi informado.",noCPF:"CPF n\xE3o foi informado.",noRG:"RG n\xE3o foi informado.",noZipcode:"CEP n\xE3o foi informado.",noStreet:"Endere\xE7o n\xE3o foi informado.",noNumber:"N\xFAmero n\xE3o foi informado.",noState:"Estado n\xE3o foi informado.",noCity:"Cidade n\xE3o foi informada.",noNeighborhood:"Bairro n\xE3o foi informado.",noCNPJ:"CNPJ n\xE3o foi informado.",noCompanyName:"Raz\xE3o social n\xE3o foi informada.",noTrademarkName:"Nome fantasia n\xE3o foi informado.",noCompanyZipcode:"CEP da empresa n\xE3o foi informado.",noCompanyStreet:"Endere\xE7o da empresa n\xE3o foi informado.",noCompanyNumber:"N\xFAmero da empresa n\xE3o foi informado.",noCompanyState:"Estado da empresa n\xE3o foi informado.",noCompanyCity:"Cidade da empresa n\xE3o foi informado.",noCompanyNeighborhood:"Bairro da empresa n\xE3o foi informado.",noBirthdate:"Data de nascimento n\xE3o foi informada.",noCompany:"Empresa n\xE3o informada.",invalidURL:"URL inv\xE1lida.",noPermissions:"Permiss\xF5es n\xE3o encontradas.",fileLimit50:"Os arquivos n\xE3o pode ter mais de 50 MB. Para arquivos maiores voc\xEA pode informar a url de um servidor externo.",fileLimit10:"Os arquivos n\xE3o pode ter mais de 10 MB. Para arquivos maiores voc\xEA pode informar a url de um servidor externo no corpo da mensagem.",maxLength:"O nome deve ter no m\xE1ximo 255 caracteres.",invalidData:"Dados inv\xE1lidos.",invalidDate:"Data inv\xE1lida.",invalidDates:"Data de in\xEDcio n\xE3o pode ser maior que data de fim.",invalidUUID:"A URL informada n\xE3o foi encontrada, verifique se est\xE1 correto o link desejado.",invalidValue:"Valor informado inv\xE1lido.",invalidDoc:"O documento informado (CNPJ/CPF) est\xE1 incorreto.",docAlreadyExists:"Documento j\xE1 cadastrado.",tokenPasswordError:"Link de recupera\xE7\xE3o de senha inv\xE1lido.",errPassword:"Senha est\xE1 inv\xE1lida.",noParameters:"Par\xE2metros n\xE3o informado.",uniqueCode:"C\xF3digo j\xE1 cadastrado."};var y={},J={en:W,"pt-br":"PT_BR_LOCALE"},c=J.en||J.en,d=400,L=405,P=401,me=403,O=404,fe=405,U=500,ge=502,ye=503;y.NOT_FOUND={userNotFound:{statusCode:O,code:"NF-00001",message:c.userNotFound},pageNotFound:{statusCode:O,code:"NF-00002",message:c.pageNotFound}};y.UNAUTHORIZED={notAuthorized:{statusCode:P,code:"UA-00001",message:c.notAuthorized},tokenExpired:{statusCode:P,code:"UA-00002",message:c.tokenExpired},invalidToken:{statusCode:P,code:"UA-00003",message:c.invalidToken}};y.NOT_ALLOWED={notUpdated:{statusCode:L,code:"NA-00001",message:c.notUpdated},cantDelete:{statusCode:L,code:"NA-00002",message:c.cantDelete}};y.INTERNAL_SERVER_ERROR={general:{statusCode:U,code:"ISE-00001",message:c.general},sentError:{statusCode:U,code:"ISE-00002",message:c.sentError}};y.BAD_REQUEST={noUser:{statusCode:d,code:"LIB-B-00001",message:c.noUser},noEmail:{statusCode:d,code:"LIB-B-00002",message:c.noEmail},noPassword:{statusCode:d,code:"LIB-B-00003",message:c.noPassword},invalidEmail:{statusCode:d,code:"LIB-B-00004",message:c.invalidEmail},uniqueEmail:{statusCode:d,code:"LIB-B-00005",message:c.uniqueEmail},invalidCPF:{statusCode:d,code:"LIB-B-00006",message:c.invalidCPF},invalidCNPJ:{statusCode:d,code:"LIB-B-00007",message:c.invalidCNPJ},uniqueName:{statusCode:d,code:"LIB-B-00008",message:c.uniqueName},noName:{statusCode:d,code:"LIB-B-00009",message:c.noName},noData:{statusCode:d,code:"LIB-B-00010",message:c.noData},invalidCredentials:{statusCode:d,code:"LIB-B-00011",message:c.invalidCredentials},tokenPasswordError:{statusCode:d,code:"LIB-B-00012",message:c.tokenPasswordError},errPassword:{statusCode:d,code:"LIB-B-00013",message:c.errPassword},noPhone:{statusCode:d,code:"LIB-B-00014",message:c.noPhone},noCPF:{statusCode:d,code:"LIB-B-00015",message:c.noCPF},noRG:{statusCode:d,code:"LIB-B-00016",message:c.noRG},noZipcode:{statusCode:d,code:"LIB-B-00017",message:c.noZipcode},noStreet:{statusCode:d,code:"LIB-B-00018",message:c.noStreet},noNumber:{statusCode:d,code:"LIB-B-00019",message:c.noNumber},noState:{statusCode:d,code:"LIB-B-00020",message:c.noState},noCity:{statusCode:d,code:"LIB-B-00021",message:c.noCity},noNeighborhood:{statusCode:d,code:"LIB-B-00022",message:c.noNeighborhood},noCNPJ:{statusCode:d,code:"LIB-B-00023",message:c.noCNPJ},noCompanyName:{statusCode:d,code:"LIB-B-00024",message:c.noCompanyName},noTrademarkName:{statusCode:d,code:"LIB-B-00025",message:c.noTrademarkName},noCompanyZipcode:{statusCode:d,code:"LIB-B-00026",message:c.noCompanyZipcode},noCompanyStreet:{statusCode:d,code:"LIB-B-00027",message:c.noCompanyStreet},noCompanyNumber:{statusCode:d,code:"LIB-B-00028",message:c.noCompanyNumber},noCompanyState:{statusCode:d,code:"LIB-B-00029",message:c.noCompanyState},noCompanyCity:{statusCode:d,code:"LIB-B-00030",message:c.noCompanyCity},noCompanyNeighborhood:{statusCode:d,code:"PRO-00031",message:c.noCompanyNeighborhood},noBirthdate:{statusCode:d,code:"LIB-B-00032",message:c.noBirthdate},noCompany:{statusCode:d,code:"LIB-B-00033",message:c.noCompany},noParameters:{statusCode:d,code:"LIB-B-00034",message:c.noParameters},invalidDoc:{statusCode:d,code:"LIB-B-00035",message:c.invalidDoc},docAlreadyExists:{statusCode:d,code:"LIB-B-00036",message:c.docAlreadyExists},invalidURL:{statusCode:d,code:"LIB-B-00037",message:c.invalidURL},noPermissions:{statusCode:d,code:"LIB-B-00038",message:c.noPermissions},fileLimit50:{statusCode:d,code:"LIB-B-00039",message:c.fileLimit50},fileLimit10:{statusCode:d,code:"LIB-B-00040",message:c.fileLimit10},invalidDates:{statusCode:d,code:"LIB-B-00041",message:c.invalidDates},maxLength:{statusCode:d,code:"LIB-B-00042",message:c.maxLength},uniqueCode:{statusCode:d,code:"LIB-B-00043",message:c.uniqueCode},invalidValue:{statusCode:d,code:"LIB-B-00044",message:c.invalidValue},invalidData:{statusCode:d,code:"LIB-B-00045",message:c.invalidData},invalidUUID:{statusCode:d,code:"LIB-B-00046",message:c.invalidUUID},noDate:{statusCode:d,code:"LIB-B-00047",message:c.noDate},invalidDate:{statusCode:d,code:"LIB-B-00048",message:c.invalidDate},invalidId:{statusCode:d,code:"LIB-B-00049",message:c.invalidId},noModel:{statusCode:d,code:"LIB-B-00050",message:c.noModel},sequelizeValidation:{statusCode:d,code:"LIB-B-00999"}};var he=e=>{try{JSON.parse(e)}catch{return!1}return JSON.parse(e)};var xe=async(e,t)=>{for(let a of e)await t(a,e.indexOf(a))};var F=e=>e==null?[]:Array.isArray(e)?e:[e];var be=async(e,t)=>{await Promise.all(e.map((a,o)=>t(a,o,e)))};var r={};r.fileType={receipt:"receipt",paymentVoucher:"paymentVoucher",quote:"quote",others:"others",project:"project",proposal:"proposal",bankBillet:"bankBillet",refund:"refund"};r.refurbishItemStatus={approved:{label:"Aprovado",value:"approved"},rejected:{label:"N\xE3o aprovado",value:"rejected"},pending:{label:"Para aprovar",value:"pending"},activeStatus:["approved","pending"]};r.companyStatus={created:{id:1,name:"Cadastro iniciado"},onBoarding:{id:2,name:"Aguardando libera\xE7\xE3o"},active:{id:3,name:"Ativo"},blocked:{id:4,name:"Bloqueado"},cancelled:{id:5,name:"Cancelada"}};r.companyType={architect:{id:1,name:"Arquitetura e design de interiores",roles:["architect"]},service:{id:2,name:"Execu\xE7\xE3o de obra"},store:{id:3,name:"Loja de produtos e materiais"},factory:{id:4,name:"Fabricante"},other:{id:10,name:"Outros"}};r.refurbishStatus={new:{id:1,name:"Novo"},contact:{id:2,name:"Em contato"},proposalSent:{id:3,name:"Proposta enviada"},archived:{id:4,name:"Arquivada"},winner:{id:5,name:"Ganha",winner:!0},execution:{id:5,name:"Em andamento"},finished:{id:6,name:"Finalizado"},cancelled:{id:7,name:"Cancelado"},activeOpportunity:[1,2,3],opportunity:[1,2,3,4],project:[5,6,7],end:[4,5,6,7]};r.refurbishStage={1:{id:1,name:"Oportunidade"},2:{id:2,name:"Projeto"}};r.roles={admin:{id:"admin",name:"Administrador"},sales:{id:"sales",name:"Venda"},arch:{id:"architect",name:"Arquitetura"},plan:{id:"plan",name:"Planejamento"},work:{id:"work",name:"Obra"},quality:{id:"quality",name:"Qualidade"},supply:{id:"supply",name:"Suprimentos"},contractor:{id:"contractor",name:"Empreiteiro"},beta:{id:"beta",name:"Beta user"}};r.userType={guest:{name:"Visitante",value:"guest",type:"visitante"},operator:{name:"Operador",value:"operator",type:"operador"},customer:{name:"Cliente",value:"customer",type:"cliente"},provider:{name:"Profissional",value:"provider",type:"profissional"},system:{name:"Sistema",value:"system",type:"sistema"},anonymous:{name:"An\xF4nimo",value:"anonymous"},realTypes:["guest","operator","customer","provider"],skipPermission:["operator","customer"],all:["system","provider","customer","operator"]};r.paymentStatus={waitingOrder:1,analyzing:2,waitingRelease:3,released:4,transferred:5,markAsPaid:6,allowTransfer:[3,4],allowChange:[1,6],sendEmail:[4,5]};r.personTypes={pf:"pf",pj:"pj"};r.asaasPersonTypes={pf:"FISICA",pj:"JURIDICA"};r.stepAccount={personal:0,address:1,documents:2};r.statusVobiPay={PENDING:{color:"#FF8E1B",label:"Em an\xE1lise"}};r.refurbishItemType={product:1,labor:2,parent:3,composition:4,notParent:[1,2,4],productLabor:[1,2]};r.notificationChannel={system:"system",email:"email",whatsApp:"whatsApp"};r.planType={free:{value:"free",label:"freemium"},paid:{value:"paid",label:"Pago"}};r.installmentStatuses={pendingPayment:1,paid:2,confirm:3,paidManually:4,inAnalysis:5,refunded:6,refundRequested:7,onGoingRefund:8,chargebackRequested:9,onGoingChargeback:10,waitingChargeback:11,cancelled:12,all:[1,2,3,4,5,6,7,8,9,10],paidVobiPay:[2,3,7,8,9,10,11],bankStatement:[2,4,6,7,8,9,10,11],allPaid:[2,3,4,7,8,9,10,11],allPaidBalance:[2,4,7,8,9,10,11],allPending:[1,5]};r.paymentStatuses={draft:1,open:2,paid:3,cancelled:4,realValues:[2,3],allStatus:[1,2,3,4]};r.billType={income:"receita",expense:"despesa",transfer:"transferencia",balance:"saldo inicial"};r.paymentTypeValues={expense:{value:"expense",label:"despesa"},income:{value:"income",label:"receita"},transfer:{value:"transfer",label:"transfer\xEAncia"},payment:{value:"payment",label:"pagamento"},balance:{value:"balance",label:"saldo inicial"}};r.financialCategories={serviceSelling:1,productsSelling:2,fee:3,investimentIncome:4,others:5,advanceFutureCapital:6,capitalIncrease:7,bankLoan:8,institutionLoan:9,partnerLoan:10,paymentShareCapital:11};r.getEnumValue=(e,t,a=["id","name"])=>{let o=null;return!e||!t||Object.keys(e).some(n=>e[n][a[0]]===t?(o=e[n][a[1]],!0):!1),o};r.asaasPixType={CPF:"CPF",CNPJ:"CNPJ",EMAIL:"E-mail",PHONE:"Celular",EVP:"Aleat\xF3ria"};r.paymentTypes={pix:1,bankSlip:2,creditCard:3,debitCard:4,transfer:5,money:6,other:7};r.paymentTypesDesc={1:"Pix",2:"Boleto",3:"Cart\xE3o de cr\xE9dito",4:"Cart\xE3o de d\xE9bito",5:"Transfer\xEAncia",6:"Dinheiro",7:"Outro"};r.vobiPayPaymentType={pix:1,bankSlip:2,creditCard:3,all:[1,2,3],1:"pix",2:"bankSlip",3:"creditCard"};r.asaasPaymentStatus={PENDING:{label:"PENDING",value:r.installmentStatuses.pendingPayment},RECEIVED:{label:"RECEIVED",value:r.installmentStatuses.paid},CONFIRMED:{label:"CONFIRMED",value:r.installmentStatuses.confirm},OVERDUE:{label:"OVERDUE",value:null},REFUNDED:{label:"REFUNDED",value:r.installmentStatuses.refunded},RECEIVED_IN_CASH:{label:"RECEIVED_IN_CASH",value:r.installmentStatuses.paidManually},REFUND_REQUESTED:{label:"REFUND_REQUESTED",value:r.installmentStatuses.refundRequested},REFUND_IN_PROGRESS:{label:"REFUND_IN_PROGRESS",value:r.installmentStatuses.onGoingRefund},CHARGEBACK_REQUESTED:{label:"CHARGEBACK_REQUESTED",value:r.installmentStatuses.chargebackRequested},CHARGEBACK_DISPUTE:{label:"CHARGEBACK_DISPUTE",value:r.installmentStatuses.onGoingChargeback},AWAITING_CHARGEBACK_REVERSAL:{label:"AWAITING_CHARGEBACK_REVERSAL",value:r.installmentStatuses.waitingChargeback},DUNNING_REQUESTED:{label:"DUNNING_REQUESTED",value:null},DUNNING_RECEIVED:{label:"DUNNING_RECEIVED",value:null},AWAITING_RISK_ANALYSIS:{label:"AWAITING_RISK_ANALYSIS",value:r.installmentStatuses.inAnalysis}};r.maxLimitPayment={credit:{value:2e4,label:"20.000,00"},installment:{value:15e4,label:"150.000,00"},minimumInstallmentValue:{value:10,label:"10,00"},maximumInstallments:{value:12}};r.asaasWithdrawStatus={PENDING:"PENDING",PROCESSING:"PROCESSING",DONE:"DONE",FAILED:"FAILED",CANCELLED:"CANCELLED",BLOCKED:"BLOCKED"};r.withdrawStatuses={DONE:"Efetuada",PENDING:"Pendente",BANK_PROCESSING:"Processando",CANCELLED:"Cancelada",FAILED:"Falhou",BLOCKED:"Bloqueado",group:{done:["DONE"],open:["PENDING","BANK_PROCESSING"],error:["CANCELLED","FAILED","BLOCKED"]}};r.vobiPayBankAccountType={corrente:"CONTA_CORRENTE",poupanca:"CONTA_POUPANCA",salario:"CONTA_SALARIO",pagamento:"CONTA_DE_PAGAMENTO"};r.withdrawSteps={list:1,fillData:2,confirmData:3};r.billingManagerStatus={pending:1,send:2,error:3,discarded:4,notSent:5,sending:6};r.billingManagerStatusDesc={1:"Aguardando",2:"Enviado",3:"Erro",4:"Descartado",5:"N\xE3o enviado",6:"Enviando"};r.billingManagerChannels={allChannels:["email","sms","whatsapp"],email:{value:"email",label:"E-mail"},sms:{value:"sms",label:"SMS"},whatsapp:{value:"whatsapp",label:"WhatsApp"}};r.billingManagerType={allTypes:["DC","D-3","D0","D+1","D+3","D+6"],billingRulerType:["D-3","D0","D+1","D+3","D+6"],DC:{label:"Cria\xE7\xE3o da cobran\xE7a",value:"DC",tooltip:"Ao criar a cobran\xE7a",message:"de cobran\xE7a criada para {customerName} {value}"},"D-3":{label:"3 dias antes do vencimento",value:"D-3",tooltip:"3 dias antes do vencimento das parcelas",message:"de aviso de vencimento em 3 dias para {customerName} {value}"},D0:{label:"Dia do vencimento",value:"D0",tooltip:"No dia do vencimento da parcela",message:"de aviso de cobran\xE7a vencendo hoje para {customerName} {value}"},"D+1":{label:"1 dia ap\xF3s o vencimento",value:"D+1",tooltip:"1 dia ap\xF3s o vencimento de cada parcela",message:"de aviso de cobran\xE7a vencida h\xE1 1 dia para {customerName} {value}"},"D+3":{label:"3 dias ap\xF3s o vencimento",value:"D+3",tooltip:"3 dias ap\xF3s o vencimento de cada parcela",message:"de aviso de cobran\xE7a vencida h\xE1 3 dias para {customerName} {value}"},"D+6":{label:"6 dias ap\xF3s o vencimento",value:"D+6",tooltip:"6 dias ap\xF3s o vencimento de cada parcela",message:"de aviso de cobran\xE7a vencida h\xE1 6 dias para {customerName} {value}"}};r.paymentCreditPermission={allowed:2e4,blocked:0};r.withdrawLimit={pj:{daytime:2e4,nightly:5e3},pf:{daytime:2e4,nightly:5e3}};r.optionsRefurbishReport={financialPhysical:"financialPhysics",budgeted:"budgeted",financial:"financial",physic:"physic",financialPhysicBudgeted:{value:"financialPhysics.budgeted"},physicBudgeted:{value:"physic.budgeted"},physicAccomplished:{value:"physic.accomplished"},financialBudgeted:{value:"financial.budgeted"},financialAccomplished:{value:"financial.accomplished"},financialBudAcp:{value:"financial.budgetedAccomplished"},physicBudAcp:{value:"physic.budgetedAccomplished"}};r.refurbishReportType={budgeted:[r.optionsRefurbishReport.financialPhysicBudgeted.value,r.optionsRefurbishReport.physicBudgeted.value,r.optionsRefurbishReport.financialBudgeted.value],accomplished:[r.optionsRefurbishReport.physicAccomplished.value,r.optionsRefurbishReport.financialAccomplished.value],budgetedAccomplished:[r.optionsRefurbishReport.financialBudAcp.value,r.optionsRefurbishReport.physicBudAcp.value],common:[r.optionsRefurbishReport.financialPhysicBudgeted.value,r.optionsRefurbishReport.physicBudgeted.value,r.optionsRefurbishReport.physicBudAcp.value,r.optionsRefurbishReport.financialBudgeted.value,r.optionsRefurbishReport.financialBudAcp.value],measurement:[r.optionsRefurbishReport.physicAccomplished.value],financial:[r.optionsRefurbishReport.financialAccomplished.value],customColumns:[r.optionsRefurbishReport.physicBudAcp.value,r.optionsRefurbishReport.financialBudAcp.value],simpleExport:[r.optionsRefurbishReport.physicAccomplished.value,r.optionsRefurbishReport.financialAccomplished.value,r.optionsRefurbishReport.physicBudgeted.value,r.optionsRefurbishReport.financialBudgeted.value]};r.reportTypeActions={consolidatedByProject:{model:"refurbishes",clickRow:!1,groupBy:"refurbishes",rangeField:"paidDate",idInstallmentStatus:r.installmentStatuses.allPaid,howDoesItsWorksId:"howFinancialReportByProjectStatusPaid",tableTitle:"Resultado de projetos",tableTitleTooltip:"S\xE3o contabilizadas apenas parcelas que j\xE1 foram marcadas como pago das receitas e despesas.",withResultChart:!0,filters:{dateRangePicker:!0,selectDateFieldTofilter:!0,yearPicker:!1,columns:!0},showLegend:!0,exportCsvModel:"financial/report",exportEntity:"consolidatedByProject"},foreseenByProject:{model:"refurbishes",clickRow:!1,groupBy:"refurbishes",rangeField:"dueDate",howDoesItsWorksId:"howFinancialReportByProjectAllStatus",tableTitle:"Previs\xE3o de resultado dos projetos",tableTitleTooltip:"S\xE3o contabilizadas todas as receitas e despesas, que j\xE1 foram pagas ou ainda em aberto.",withResultChart:!0,filters:{dateRangePicker:!0,selectDateFieldTofilter:!0,yearPicker:!1,columns:!0},showLegend:!0,exportCsvModel:"financial/report",exportEntity:"foreseenByProject"},resultsByInstallment:{model:"installments",clickRow:!0,groupBy:"months",rangeField:"paidDate",idInstallmentStatus:r.installmentStatuses.allPaid,howDoesItsWorksId:"howResultsWork",tableTitle:"Transa\xE7\xF5es realizadas",tableTitleTooltip:"S\xE3o contabilizadas apenas parcelas que j\xE1 foram marcadas como pago das receitas e despesas",withResultChart:!0,filters:{dateRangePicker:!0,selectDateFieldTofilter:!0,yearPicker:!1,columns:!0},showLegend:!0,exportCsvModel:"financial",exportEntity:"resultsByInstallment"},"cashFlow-monthly":{model:"cashFlow",idInstallmentStatus:r.installmentStatuses.allPaid,howDoesItsWorksId:"howCashFlowWork",tableTitle:"Fluxo de caixa",tableTitleTooltip:"",withResultChart:!1,filters:{dateRangePicker:!1,selectDateFieldTofilter:!1,yearPicker:!0,columns:!0},showLegend:!1,exportCsvModel:"financial/cashFlow",exportEntity:"cashFlow"},dre:{model:"dre",howDoesItsWorksId:"howDREWorks",filters:{dateRangePicker:!1,selectDateFieldTofilter:!1,yearPicker:!0,columns:!1},showLegend:!1,exportCsvModel:"financial/dre",exportEntity:"dre"},"cashFlow-daily":{model:"cashFlow",howDoesItsWorksId:"howDailyCashFlowWorks",tableTitleTooltip:"",filters:{dateRangePicker:!1,selectDateFieldTofilter:!1,monthPicker:!0,columns:!1,paymentBankAccount:!0},showLegend:!1,exportCsvModel:"financial/dailyCashFlow",exportEntity:"dailyCashFlow"}};r.extraValuesPayment={taxes:"taxes",discount:"discount",shipping:"shipping",dueDateDiscount:"dueDateDiscount",dueDateDiscountType:"dueDateDiscountType",dueDateLimitDays:"dueDateLimitDays",fine:"fine",fineType:"fineType",interest:"interest"};r.extraValuesPaymentType={simple:[r.extraValuesPayment.taxes,r.extraValuesPayment.discount,r.extraValuesPayment.shipping],asaas:[r.extraValuesPayment.dueDateDiscount,r.extraValuesPayment.dueDateDiscountType,r.extraValuesPayment.dueDateLimitDays,r.extraValuesPayment.fine,r.extraValuesPayment.fineType,r.extraValuesPayment.interest]};r.fineInterestDiscountType={percentage:{value:"PERCENTAGE",label:"Percentual"},fixed:{value:"FIXED",label:"Valor fixo"}};r.paymentPermissions={financialResume:"financialResume",financialSupplier:"financialSupplier",financialOwnBusiness:"financialOwnBusiness",financialIncome:"financialIncome",financialExpense:"financialExpense",financialTransfer:"financialTransfer",financialResults:"financialResults",financialBankStatement:"financialBankStatement",financialReport:"financialReport",projectResume:"projectResume",projectSupplier:"projectSupplier",projectOwnBusiness:"projectOwnBusiness",projectIncome:"projectIncome",projectExpense:"projectExpense",projectResults:"projectResults",projectBudgetedAccomplished:"projectBudgetedAccomplished"};r.colors={primary50:"#EBF0FF",primary100:"#D6E2FF",primary400:"#4F8EFA",primary500:"#2F74DE",teal500:"#00a296",teal600:"#009389",green500:"#46a22e",green600:"#40932A",yellow400:"#e0a819",yellow500:"#BA8A12",orange500:"#de7400",orange600:"#CA6A00",red50:"#fdeceb",red100:"#fac4c0",red500:"#ef4134",red600:"#D93B2F",pink500:"#e547a6",pink600:"#D04197",violet500:"#a145de",violet600:"#933FCA",neutral500:"#6F778B",neutral600:"#565E71"};r.maxInstallmentLength=60;r.purchaseSolicitationStatus={draft:1,open:2,quote:3,buy:4,closed:5,canceled:6,approved:19,rejected:20,editable:[1,2,20],ongoing:[2,3,4,19,20]};r.purchaseOrderStatus={draft:7,open:8,sent:9,accepted:10,refused:11,closed:12,approved:21,rejected:22,requestableRefund:[10,12],chargeableAdministrationFee:[10,12],editable:[7,8,22],ongoing:[8,9],finished:[10,12],allRejected:[11,22]};r.purchaseQuoteStatus={draft:13,open:14,pendingResponse:15,quoted:16,buy:17,finished:18,editable:[13,14,15],ongoing:[14,15,16,17]};r.groupPermission={admin:1,member:2};r.mimeTypes={DOCUMENT:{PDF:"application/pdf"},IMAGE:{JPEG:"image/jpeg",PNG:"image/png",WEBP:"image/webp"},AUDIO:{MPEG:"audio/mpeg",OGG:"audio/ogg",WAV:"audio/wav",MP4:"audio/mp4",AAC:"audio/aac"}};var A=r;var v={sources:[],baseUrl:""},De=(e={})=>{Object.keys(e).forEach(t=>{typeof e[t]=="object"&&e[t]!==null&&!Array.isArray(e[t])?v[t]={...v[t],...e[t]}:v[t]=e[t]})},Ee=()=>v,N=(e,t=null)=>e in v?v[e]:t;var Ce=({data:e,allowAudience:t=[...A.userType.all],permissions:a})=>{var o,n;try{let s=N("sources",[]),{user:l,isPublic:m,isAnonymous:p,source:u=""}=e;if(m||l!=null&&l.isCustomerView)return null;let f=[...t,A.userType.system.value];return!(l!=null&&l.id)||l.isActive===!1||p||!f.includes(l.userType||"")?y.UNAUTHORIZED.notAuthorized:(l==null?void 0:l.userType)===A.userType.system.value&&!(l!=null&&l.idCompany)?s!=null&&s.includes(u)?null:y.UNAUTHORIZED.notAuthorized:(o=A.userType.skipPermission)!=null&&o.includes((l==null?void 0:l.userType)||"")||!(a!=null&&a.length)?null:!((n=l.permissions)!=null&&n.find(D=>a==null?void 0:a.includes(D)))?y.UNAUTHORIZED.notAuthorized:null}catch{return y.UNAUTHORIZED.notAuthorized}};var k=e=>{if(typeof e!="string")return"";let t=e.trim();return t.charAt(0).toUpperCase()+t.slice(1)};var ve=e=>{let t,a,o,n,s,l,m=!0;if(e.length<14)return!1;for(let p=1;p<e.length;p++)if(e.charAt(p-1)!==e.charAt(p)){m=!1;break}if(!m){l=e.length-2,t=e.substring(0,l),a=e.substring(l),o=0,s=l-7;for(let p=0;p<l;p++)o+=parseInt(t.charAt(p))*s--,s<2&&(s=9);if(n=o%11<2?0:11-o%11,n!==parseInt(a.charAt(0)))return!1;l+=1,t=e.substring(0,l),o=0,s=l-7;for(let p=0;p<l;p++)o+=parseInt(t.charAt(p))*s--,s<2&&(s=9);return n=o%11<2?0:11-o%11,n===parseInt(a.charAt(1))}return!1};var Ie=(e,t=!1)=>{let a,o;return a=0,e.length<11||!t&&e.split("").every(n=>n===e[0])||(Array.from({length:9}).forEach((n,s)=>{a+=parseInt(e.substring(s,s+1),10)*(11-(s+1))}),o=a*10%11,(o===10||o===11)&&(o=0),o!==parseInt(e.substring(9,10),10))?!1:(a=0,Array.from({length:10}).forEach((n,s)=>{a+=parseInt(e.substring(s,s+1),10)*(12-(s+1))}),o=a*10%11,(o===10||o===11)&&(o=0),o===parseInt(e.substring(10,11),10))};var Ae=e=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e);var Ne=e=>decodeURI(e)!==decodeURIComponent(e);var Be=e=>(...t)=>e.length>t.length?e.bind(null,...t):e(...t);var T=C(require("crypto-js")),Re=(e,t)=>T.AES.decrypt(e,t).toString(T.enc.Utf8);var Pe=(e,t)=>Object.keys(t).reduce((a,o)=>{if(e[o]===t[o]||o==="lastModifiedBy"||o==="createdAt")return a;let{oldData:n,newData:s}=a;return{oldData:{...n,[o]:e[o]},newData:{...s,[o]:t[o]}}},{});var Te=(e,t)=>e&&typeof e=="string"?e.search(/[a-z]\.[a-z]/i)>=0?t.__(e):e:"";var we=e=>{let t={};return e==null||e.forEach(a=>{Object.keys(a).forEach(n=>{typeof a[n]=="string"&&(a[n].toLowerCase()==="true"||a[n].toLowerCase()==="false")?t[n]=a[n].toLowerCase()==="true":t[n]=a[n]})}),t};var Z=C(require("crypto-js")),Se=(e,t)=>(typeof e=="object"&&(e=JSON.stringify(e)),Z.AES.encrypt(e,t).toString());var Le={on(e,t){document.addEventListener(e,t)},dispatch(e,t){document.dispatchEvent(new CustomEvent(e,{detail:t}))},remove(e,t){document.removeEventListener(e,t)}};var _=(e,t)=>{if(Array.isArray(e)===!1)return null;let a=null;return e.some(o=>(a=t(o),!!a)),a};var Oe=(e,t)=>e?e[t]?e[t]:_(e.or,a=>a[t]):null;var Ue=e=>{let t=e.lastIndexOf(".");return t===-1?e:e.substring(0,t)};var Fe=(e,t)=>e&&e.length&&t&&t.length?e.map(a=>Object.entries(a).filter(([o])=>t.includes(o)).reduce((o,[n,s])=>Object.assign(o,{[n]:s}),{})):[];var ke=e=>e.filter(t=>F(t).length>0&&t);var M=(e,t={})=>{let a={decimalCount:2,decimal:",",thousands:".",...t},{decimal:o,thousands:n,currencySymbol:s}=a,{decimalCount:l}=a;try{l=Math.abs(l),l=isNaN(l)?2:l;let m=e<0?"-":"",p=parseInt(e=Math.abs(Number(e)||0).toFixed(l),10).toString(),u=p.length>3?p.length%3:0;return(s?`${m}${s}`:m)+(u?p.substr(0,u)+n:"")+p.substr(u).replace(/(\d{3})(?=\d)/g,`$1${n}`)+(l?o+Math.abs(e-parseInt(p,10)).toFixed(l).slice(2):"")}catch(m){return console.log(m),""}};var g=C(require("moment-timezone")),K=e=>{let t=e?new Date(e):new Date,a={timeZone:"America/Sao_Paulo"},o=t.toLocaleString("en-US",a);return new Date(o)},Q=(e,t,a,o,n)=>{if(!e)return null;if(n)return(0,g.default)(e,t);let s=g.default.utc(e);return o||s.local(),a&&s.locale(a),s.format(t)},_e=(e,t="YYYY-MM-DD")=>{let a=(0,g.default)(e,t).add(1,"days");return typeof e=="string"?a.format(t):a.toDate()},X=(e=new Date,t=1)=>{let a=new Date(e.setDate(e.getDate()+t));return a.getDay()%6?a:X(a)},ee=(e=new Date,t=1)=>{let a=new Date(e.setDate(e.getDate()-t));return a.getDay()%6?a:ee(a)},w=e=>e?g.default.utc(e).local():null,j=e=>e&&g.default.tz(new Date(e),"America/Sao_Paulo"),Me=(e,t)=>{let a=j(e);return a&&a.format(t||"YYYY-MM-DDTHH:mm:ssZ")},je=(e,t)=>{if(!e||!t)return null;let a=w(e),o=w(t);return!a||!o?null:o.diff(a,"months")},Ve=(e,t)=>{var a;return!e||!t?null:(a=w(e))==null?void 0:a.isAfter(t)},Ge=(e=!0)=>{let t=g.default.tz("America/Sao_Paulo");return e?t.startOf("day").toDate():t.toDate()},qe=(e=!0)=>{let t=g.default.tz("America/Sao_Paulo").subtract(1,"day");return e?t.startOf("day").toDate():t.toDate()},$e=(e=!0)=>{let t=g.default.tz("America/Sao_Paulo").add(1,"day");return e?t.startOf("day").toDate():t.toDate()},ze=e=>{let t=K(e);return`${t.getFullYear()}${t.getMonth().toString().padStart(2,"0")}`},He=(e,t)=>{let a=new Date(e),o=new Date;return new Date(o.getFullYear()-t,o.getMonth(),o.getDate()).getTime()>a.getTime()},Ye=e=>g.default.max(e),We=e=>g.default.min(e),Je=e=>(0,g.default)(e).isValid(),V=(e,t)=>new Date(e,t-1,1).toISOString().split("T")[0],G=(e,t)=>new Date(e,t,0).toISOString().split("T")[0],q=()=>{let e=new Date(j(new Date));return Q(e,"YYYY-MM-DD")};var Ze=C(require("dayjs"));var S=e=>e.length===2?[e[0].replace(/\./g,""),e[1].replace(/\./g,"")]:e;var te=e=>{let t=S(e.toString().replace("%","").replace("R$","").replace(/\s/g,"").trim().split(","));if(t.length===2)return t.join(".");let a=S(t[0].split("."));return a.length===2?a.join("."):t[0].replace(/\./g,"")},Ke=e=>{if(e==null)return e;if(!te(e))return null;let t=Number(te(e));return t>=Number.MAX_SAFE_INTEGER||Number.isNaN(t)?null:t},Qe=e=>{var a,o;if(!e)return null;let t=e.toString();return t.indexOf("/")>=0?null:(t=t.replace(/[^0-9.,-]/g,""),t.includes(",")&&t.includes(".")?(t.lastIndexOf(",")>t.lastIndexOf(".")?t=t.replace(/\./g,"").replace(",","."):t=t.replace(/,/g,""),Number(t)):t.includes(",")&&((a=t.split(",")[1])==null?void 0:a.length)>0?Number(t.replace(",",".")):t.includes(".")&&((o=t.split(".")[1])==null?void 0:o.length)>0?Number(t):Number(t.replace(/[.,]/g,"")))};var Xe=e=>{let t=e.indexOf("."),a=e.length;return t&&a?e.substr(t,a):""};var et=new RegExp('<img[^>]+src="(https://vobi-storage[^">]+)"',"gm");var tt=e=>{if(!e)return!1;let t=new Date(e);return!isNaN(t.getTime())};var at=e=>!isNaN(parseFloat(e))&&!isNaN(e-0);var ot=e=>{try{return!!new URL(e)}catch{return!1}};var ae=C(require("jwt-decode")),rt=e=>{var n;let{authorization:t,Authorization:a}=e,o=(n=t||a)==null?void 0:n.split(" ");return(o==null?void 0:o[0])==="Bearer"?o[1]:null},nt=e=>{let{user:t,isCustomerView:a,accessedBy:o,exp:n,iss:s}=e?(0,ae.default)(e):{};return{...t,isCustomerView:a,accessedBy:o,exp:n,currentDevice:s}};var st=(e,t,a,o)=>{let n=e.idStatus>=5?"projetos":"oportunidades",s=t==="customer"?"cliente":"profissional",l=`/${s}/${n}/perfil/${e.id}`,m=`/${s}`;return`${{operator:l,provider:l,customer:m}}/arquivos?arquivo=${a.id}${o?"&visualizar":""}`};var it=e=>(e==null?void 0:e.length)===0?null:e;var lt=(e,t="0000")=>(t+e).slice(t.length*-1);var ct=(e,t=!1)=>{let a={};for(let o=0;o<e.length;o++){let n=e[o];a[n.value]=t?{...n}:n.label}return a};var dt=e=>e.replace(/ /g,"").split("-").reduce((t,a)=>t+k(a),"");var ut=e=>e==null?void 0:e.replace(/[,-./]/g,"");var pt=({id:e,name:t,email:a,idCompany:o,userType:n,type:s,isOwner:l,MGMCode:m,groupPermission:p,isActive:u,limitAccess:f,company:h})=>({id:e,name:t,email:a,idCompany:o,userType:n,type:s,isOwner:l,MGMCode:m,groupPermission:p,isActive:u,limitAccess:f,idPlan:h==null?void 0:h.idPlan});var mt=e=>{let t=new Array(e.length),a=0;return new Promise((o,n)=>{e.forEach((s,l)=>{Promise.resolve(s).then(o).catch(m=>{t[l]=m,a+=1,a===e.length&&n(t)})})})};var ft=(e,t)=>Object.keys(t).filter(a=>a!==e).reduce((a,o)=>({...a,[o]:t[o]}),{});var gt=(e,t,a=!0)=>{if(!e)return e;let o=e.toLowerCase();return a&&(o=o.replace(new RegExp("\\s","g"),"")),o=o.replace(new RegExp("[\xE0\xE1\xE2\xE3\xE4\xE5]","g"),"a"),o=o.replace(new RegExp("\xE6","g"),"ae"),o=o.replace(new RegExp("\xE7","g"),"c"),o=o.replace(new RegExp("[\xE8\xE9\xEA\xEB]","g"),"e"),o=o.replace(new RegExp("[\xEC\xED\xEE\xEF]","g"),"i"),o=o.replace(new RegExp("\xF1","g"),"n"),o=o.replace(new RegExp("[\xF2\xF3\xF4\xF5\xF6]","g"),"o"),o=o.replace(new RegExp("\u0153","g"),"oe"),o=o.replace(new RegExp("[\xF9\xFA\xFB\xFC]","g"),"u"),o=o.replace(new RegExp("[\xFD\xFF]","g"),"y"),o=o.replace("'",""),o=o.replace("\xB4",""),o=o.replace("`",""),t&&(o=o.replace(new RegExp("\\W","g"),"")),o};var yt=e=>e==null?void 0:e.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^a-zA-Z0-9-/\s]/g,"").replace(/\//g,"").replace(/\s+/g,"-").toLowerCase();var ht=(e,t)=>e.reduce((a,o,n)=>{let s=Math.floor(n/t),l=[...a];return a[s]||(l[s]=[]),l[s].push(o),l},[]);var xt=(e,t,a)=>{let o=a||t;return(e==null?void 0:e.map(n=>o?n[a]||n[t]:n).reduce((n,s)=>n+(Number(s||0)||0),0))||0};var bt=(e,t)=>(e==null?void 0:e.map(a=>t(a)).reduce((a,o)=>a+(Number(o||0)||0),0))||0;var Dt=e=>{let t=e.replace(/\D/g,"");return/^(?:\+?55 ?)?(?:0?[1-9]{2})?9\d{8}$/.test(t)};var Et=e=>typeof e!="string"||!e?"":e.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase().trim();var $=(e,t="")=>!e||e.length<=0?[]:e.flatMap((a,o)=>{let n=t?`${t}.${o+1}`:`${o+1}`,{children:s,...l}=a;return[{...l,index:n},...$(s||[],n)]}),Ct=e=>$(e).reduce((a,o)=>o.id?{...a,[o.id]:o}:a,{});var vt=(e,t)=>{var o;let a=e?(o=Number(e).toFixed(2))==null?void 0:o.replace(".",","):0;return t?`${M(e*100)}%`:a};var It=e=>{if(!e)return{};let[t,a]=e.split("-").map(Number),o=q(),n=V(t,a),s=G(t,a);return{startDate:n,endDate:s,actualDate:o}};var At=({oldStatus:e,newStatus:t,total:a,user:o,moveStatus:n})=>{var h,D,x,b,E;let{userApprovalAuthorities:s,isOwner:l,groupPermission:m,company:p}=o||{},u=n==null?void 0:n[e];if(!((h=u==null?void 0:u[t])!=null&&h.isAllowed))return null;if(l||m===r.groupPermission.admin||!((D=u==null?void 0:u[t])!=null&&D.authorityLevel))return u==null?void 0:u[t];let f=s==null?void 0:s.find(B=>{var H;return(B==null?void 0:B.idApprovalAuthority)===((H=u==null?void 0:u[t])==null?void 0:H.authorityLevel)});return!f&&((b=p==null?void 0:p.approvalAuthority)!=null&&b[(x=u==null?void 0:u[t])==null?void 0:x.authorityLevel])?!1:(E=u==null?void 0:u[t])!=null&&E.maxAmount?!Number((f==null?void 0:f.maxAmount)||0)&&(f==null?void 0:f.maxAmount)!==0||Number(a||0)<=Number(f==null?void 0:f.maxAmount)?u==null?void 0:u[t]:!1:u==null?void 0:u[t]};var Nt=e=>{if(!e)return null;let t=e==null?void 0:e.replace(/\D/g,"");return(t==null?void 0:t.length)===11?t==null?void 0:t.replace(/(\d{3})(\d{3})(\d{3})(\d{2})/,"$1.$2.$3-$4"):(t==null?void 0:t.length)===14?t==null?void 0:t.replace(/(\d{2})(\d{3})(\d{3})(\d{4})(\d{2})/,"$1.$2.$3/$4-$5"):t};var z=C(require("dayjs")),Bt=()=>{let e=(0,z.default)().format("YYYY-MM-DD"),t=(0,z.default)().subtract(1,"day").format("YYYY-MM-DD");return{today:e,yesterday:t}};var I;try{I=require("sharp")}catch{}var Rt=e=>{I=e},oe=10*1024*1024,Pt=300,Tt=300,wt=9999,St=9999,re=80;var Lt=async(e,t)=>{let a=Object.keys(t);return await Promise.all(a.map(async o=>{let n=Number(o),s=n*oe,l=(n+1)*oe,m=e.slice(s,l),p=await fetch(t[o],{method:"PUT",body:m,headers:{"Content-Type":e.type},credentials:"omit"});if(!p.ok)throw new Error(`HTTP error! status: ${p.status}`);return{ETag:p.headers.get("etag"),PartNumber:n+1}}))},Ot=async({file:e,idCompany:t="",suffix:a=""})=>{let o=N("baseUrl","");if(!e)throw new Error("Nenhum arquivo fornecido");try{let{size:n=0,type:s="image/jpeg",name:l}=e,m={name:l,size:n,type:s},p=await fetch(`${o}/media/start/agent`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({identify:t,file:m})});if(!p.ok){let E=await p.json().catch(()=>({}));throw new Error(`Failed to start upload. Status: ${p.status}, Data: ${JSON.stringify(E)}`)}let u=await p.json(),{signUrls:f,uploadId:h}=u;console.log("file",e);let D=await Lt(e,f),x=await fetch(`${o}/media/complete/agent`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({identify:t,file:m,uploadId:h,parts:D})});if(!x.ok){let E=await x.json().catch(()=>({}));throw new Error(`Failed to complete upload. Status: ${x.status}, Data: ${JSON.stringify(E)}`)}let b=await x.json();return console.log("uploadCompleteData",b),b==null?void 0:b.location}catch(n){throw n}},Ut=async(e,t="")=>{var a,o;if(!I)throw new Error(`Sharp is required for image processing. Install it with:
1
+ "use strict";var re=Object.create;var B=Object.defineProperty;var se=Object.getOwnPropertyDescriptor;var ie=Object.getOwnPropertyNames;var le=Object.getPrototypeOf,ce=Object.prototype.hasOwnProperty;var de=(e,t)=>{for(var a in t)B(e,a,{get:t[a],enumerable:!0})},Y=(e,t,a,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of ie(t))!ce.call(e,r)&&r!==a&&B(e,r,{get:()=>t[r],enumerable:!(o=se(t,r))||o.enumerable});return e};var E=(e,t,a)=>(a=e!=null?re(le(e)):{},Y(t||!e||!e.__esModule?B(a,"default",{value:e,enumerable:!0}):a,e)),ue=e=>Y(B({},"__esModule",{value:!0}),e);var Mt={};de(Mt,{BAD_GATEWAY:()=>ge,BAD_REQUEST:()=>d,FORBIDDEN:()=>me,INTERNAL_SERVER_ERROR:()=>O,IsJsonString:()=>he,METHOD_NOT_ALLOWED:()=>fe,NOT_ALLOWED:()=>S,NOT_FOUND:()=>L,SERVICE_UNAVAILABLE:()=>ye,UNAUTHORIZED:()=>R,_setSharpForTesting:()=>Rt,asArray:()=>U,asBrazilianDate:()=>M,asDate:()=>T,asyncForEach:()=>xe,base64ToFile:()=>kt,brazilianDateTime:()=>K,brazilianDateToDate:()=>Me,capitalize:()=>F,checkApprovalAuthority:()=>At,checkCnpj:()=>ve,checkCpf:()=>Ie,checkEmail:()=>Ae,compressImage:()=>Ft,configure:()=>De,containsEncodedComponents:()=>Ne,createThumbnail:()=>Ut,currentDay:()=>G,curry:()=>Be,dateIsValid:()=>Je,decodeToken:()=>rt,decrypt:()=>Re,diffObject:()=>Pe,dynamici18nString:()=>Te,elasticTransformOr:()=>we,encrypt:()=>Se,enumHelper:()=>n,error:()=>y,eventBus:()=>Le,extractMonthInfo:()=>It,extractValueFromWhere:()=>Oe,filterAttributes:()=>Fe,filterEmpty:()=>ke,findValue:()=>k,firstMonthDay:()=>j,flatMapData:()=>Ct,flattenChildren:()=>q,formatCurrency:()=>_,formatDate:()=>Q,formatDocument:()=>Nt,formatNumber:()=>Ke,formatNumberAnyFormat:()=>Qe,get:()=>A,getConfig:()=>Ee,getDateOpenFinance:()=>Bt,getExtension:()=>Xe,getMonthNumber:()=>$e,getNameWithoutExtension:()=>Ue,getNextDay:()=>_e,getNextWeekday:()=>X,getPreviewsWeekday:()=>ee,getToday:()=>Ge,getToken:()=>nt,getTomorrow:()=>ze,getUUIDFromEmail:()=>_t,getYesterday:()=>qe,imgSrcRegex:()=>et,isAfter:()=>Ve,isDateValid:()=>tt,isNumber:()=>at,isOfAge:()=>He,isValidUrl:()=>ot,lastMonthDay:()=>V,makeRefurbishFileUrl:()=>st,maxDateToList:()=>Ye,minDateToList:()=>We,monthsBetween:()=>je,normalizeString:()=>Et,nullIfEmpty:()=>it,padLeft:()=>lt,parseArrayAsObject:()=>ct,parseRouteToModel:()=>dt,prepareDoc:()=>ut,prepareSession:()=>pt,promiseAny:()=>mt,promiseEach:()=>be,removeProperty:()=>ft,removeSpecialChar:()=>gt,replaceNumberOrPercentage:()=>vt,slugify:()=>yt,splitList:()=>ht,sum:()=>bt,sumByFunction:()=>xt,upload:()=>Ot,validateAccess:()=>Ce,validateMobilePhoneNumber:()=>Dt,valueReplacer:()=>w});module.exports=ue(Mt);var W={userNotFound:"Usu\xE1rio n\xE3o foi encontrado.",pageNotFound:"Desculpe. P\xE1gina n\xE3o encontrada.",notAuthorized:"N\xE3o autorizado.",tokenExpired:"Sess\xE3o expirada.",invalidToken:"Token inv\xE1lido.",notUpdated:"Nenhum registro foi alterado.",cantDelete:"Esse registro est\xE1 sendo usado, por isso n\xE3o \xE9 poss\xEDvel apaga-lo.",general:"Ocorreu um erro.",sentError:"Erro ao enviar proposta",noUser:"Usu\xE1rio n\xE3o encontrado.",noEmail:"E-mail n\xE3o foi informado",noPassword:"Senha n\xE3o foi informada.",invalidEmail:"O e-mail informado \xE9 inv\xE1lido.",uniqueEmail:"O e-mail informado j\xE1 est\xE1 cadastrado.",invalidCPF:"O CPF informado \xE9 inv\xE1lido.",invalidCNPJ:"O CNPJ informado \xE9 inv\xE1lido.",uniqueName:"Nome informado j\xE1 cadastrado.",noName:"Nome n\xE3o foi informado.",noData:"Dados n\xE3o informados.",noDate:"Data n\xE3o informada.",noModel:"Ocorreu um erro com a entidade",invalidId:"Id inv\xE1lido",invalidCredentials:"Usu\xE1rio e/ou senha inv\xE1lidos.",noPhone:"Telefone n\xE3o foi informado.",noCPF:"CPF n\xE3o foi informado.",noRG:"RG n\xE3o foi informado.",noZipcode:"CEP n\xE3o foi informado.",noStreet:"Endere\xE7o n\xE3o foi informado.",noNumber:"N\xFAmero n\xE3o foi informado.",noState:"Estado n\xE3o foi informado.",noCity:"Cidade n\xE3o foi informada.",noNeighborhood:"Bairro n\xE3o foi informado.",noCNPJ:"CNPJ n\xE3o foi informado.",noCompanyName:"Raz\xE3o social n\xE3o foi informada.",noTrademarkName:"Nome fantasia n\xE3o foi informado.",noCompanyZipcode:"CEP da empresa n\xE3o foi informado.",noCompanyStreet:"Endere\xE7o da empresa n\xE3o foi informado.",noCompanyNumber:"N\xFAmero da empresa n\xE3o foi informado.",noCompanyState:"Estado da empresa n\xE3o foi informado.",noCompanyCity:"Cidade da empresa n\xE3o foi informado.",noCompanyNeighborhood:"Bairro da empresa n\xE3o foi informado.",noBirthdate:"Data de nascimento n\xE3o foi informada.",noCompany:"Empresa n\xE3o informada.",invalidURL:"URL inv\xE1lida.",noPermissions:"Permiss\xF5es n\xE3o encontradas.",fileLimit50:"Os arquivos n\xE3o pode ter mais de 50 MB. Para arquivos maiores voc\xEA pode informar a url de um servidor externo.",fileLimit10:"Os arquivos n\xE3o pode ter mais de 10 MB. Para arquivos maiores voc\xEA pode informar a url de um servidor externo no corpo da mensagem.",maxLength:"O nome deve ter no m\xE1ximo 255 caracteres.",invalidData:"Dados inv\xE1lidos.",invalidDate:"Data inv\xE1lida.",invalidDates:"Data de in\xEDcio n\xE3o pode ser maior que data de fim.",invalidUUID:"A URL informada n\xE3o foi encontrada, verifique se est\xE1 correto o link desejado.",invalidValue:"Valor informado inv\xE1lido.",invalidDoc:"O documento informado (CNPJ/CPF) est\xE1 incorreto.",docAlreadyExists:"Documento j\xE1 cadastrado.",tokenPasswordError:"Link de recupera\xE7\xE3o de senha inv\xE1lido.",errPassword:"Senha est\xE1 inv\xE1lida.",noParameters:"Par\xE2metros n\xE3o informado.",uniqueCode:"C\xF3digo j\xE1 cadastrado."};var y={},J={en:W,"pt-br":"PT_BR_LOCALE"},c=J.en||J.en,d=400,S=405,R=401,me=403,L=404,fe=405,O=500,ge=502,ye=503;y.NOT_FOUND={userNotFound:{statusCode:L,code:"NF-00001",message:c.userNotFound},pageNotFound:{statusCode:L,code:"NF-00002",message:c.pageNotFound}};y.UNAUTHORIZED={notAuthorized:{statusCode:R,code:"UA-00001",message:c.notAuthorized},tokenExpired:{statusCode:R,code:"UA-00002",message:c.tokenExpired},invalidToken:{statusCode:R,code:"UA-00003",message:c.invalidToken}};y.NOT_ALLOWED={notUpdated:{statusCode:S,code:"NA-00001",message:c.notUpdated},cantDelete:{statusCode:S,code:"NA-00002",message:c.cantDelete}};y.INTERNAL_SERVER_ERROR={general:{statusCode:O,code:"ISE-00001",message:c.general},sentError:{statusCode:O,code:"ISE-00002",message:c.sentError}};y.BAD_REQUEST={noUser:{statusCode:d,code:"LIB-B-00001",message:c.noUser},noEmail:{statusCode:d,code:"LIB-B-00002",message:c.noEmail},noPassword:{statusCode:d,code:"LIB-B-00003",message:c.noPassword},invalidEmail:{statusCode:d,code:"LIB-B-00004",message:c.invalidEmail},uniqueEmail:{statusCode:d,code:"LIB-B-00005",message:c.uniqueEmail},invalidCPF:{statusCode:d,code:"LIB-B-00006",message:c.invalidCPF},invalidCNPJ:{statusCode:d,code:"LIB-B-00007",message:c.invalidCNPJ},uniqueName:{statusCode:d,code:"LIB-B-00008",message:c.uniqueName},noName:{statusCode:d,code:"LIB-B-00009",message:c.noName},noData:{statusCode:d,code:"LIB-B-00010",message:c.noData},invalidCredentials:{statusCode:d,code:"LIB-B-00011",message:c.invalidCredentials},tokenPasswordError:{statusCode:d,code:"LIB-B-00012",message:c.tokenPasswordError},errPassword:{statusCode:d,code:"LIB-B-00013",message:c.errPassword},noPhone:{statusCode:d,code:"LIB-B-00014",message:c.noPhone},noCPF:{statusCode:d,code:"LIB-B-00015",message:c.noCPF},noRG:{statusCode:d,code:"LIB-B-00016",message:c.noRG},noZipcode:{statusCode:d,code:"LIB-B-00017",message:c.noZipcode},noStreet:{statusCode:d,code:"LIB-B-00018",message:c.noStreet},noNumber:{statusCode:d,code:"LIB-B-00019",message:c.noNumber},noState:{statusCode:d,code:"LIB-B-00020",message:c.noState},noCity:{statusCode:d,code:"LIB-B-00021",message:c.noCity},noNeighborhood:{statusCode:d,code:"LIB-B-00022",message:c.noNeighborhood},noCNPJ:{statusCode:d,code:"LIB-B-00023",message:c.noCNPJ},noCompanyName:{statusCode:d,code:"LIB-B-00024",message:c.noCompanyName},noTrademarkName:{statusCode:d,code:"LIB-B-00025",message:c.noTrademarkName},noCompanyZipcode:{statusCode:d,code:"LIB-B-00026",message:c.noCompanyZipcode},noCompanyStreet:{statusCode:d,code:"LIB-B-00027",message:c.noCompanyStreet},noCompanyNumber:{statusCode:d,code:"LIB-B-00028",message:c.noCompanyNumber},noCompanyState:{statusCode:d,code:"LIB-B-00029",message:c.noCompanyState},noCompanyCity:{statusCode:d,code:"LIB-B-00030",message:c.noCompanyCity},noCompanyNeighborhood:{statusCode:d,code:"PRO-00031",message:c.noCompanyNeighborhood},noBirthdate:{statusCode:d,code:"LIB-B-00032",message:c.noBirthdate},noCompany:{statusCode:d,code:"LIB-B-00033",message:c.noCompany},noParameters:{statusCode:d,code:"LIB-B-00034",message:c.noParameters},invalidDoc:{statusCode:d,code:"LIB-B-00035",message:c.invalidDoc},docAlreadyExists:{statusCode:d,code:"LIB-B-00036",message:c.docAlreadyExists},invalidURL:{statusCode:d,code:"LIB-B-00037",message:c.invalidURL},noPermissions:{statusCode:d,code:"LIB-B-00038",message:c.noPermissions},fileLimit50:{statusCode:d,code:"LIB-B-00039",message:c.fileLimit50},fileLimit10:{statusCode:d,code:"LIB-B-00040",message:c.fileLimit10},invalidDates:{statusCode:d,code:"LIB-B-00041",message:c.invalidDates},maxLength:{statusCode:d,code:"LIB-B-00042",message:c.maxLength},uniqueCode:{statusCode:d,code:"LIB-B-00043",message:c.uniqueCode},invalidValue:{statusCode:d,code:"LIB-B-00044",message:c.invalidValue},invalidData:{statusCode:d,code:"LIB-B-00045",message:c.invalidData},invalidUUID:{statusCode:d,code:"LIB-B-00046",message:c.invalidUUID},noDate:{statusCode:d,code:"LIB-B-00047",message:c.noDate},invalidDate:{statusCode:d,code:"LIB-B-00048",message:c.invalidDate},invalidId:{statusCode:d,code:"LIB-B-00049",message:c.invalidId},noModel:{statusCode:d,code:"LIB-B-00050",message:c.noModel},sequelizeValidation:{statusCode:d,code:"LIB-B-00999"}};var he=e=>{try{JSON.parse(e)}catch{return!1}return JSON.parse(e)};var be=async(e,t)=>{for(let a of e)await t(a,e.indexOf(a))};var U=e=>e==null?[]:Array.isArray(e)?e:[e];var xe=async(e,t)=>{await Promise.all(e.map((a,o)=>t(a,o,e)))};var n={};n.fileType={receipt:"receipt",paymentVoucher:"paymentVoucher",quote:"quote",others:"others",project:"project",proposal:"proposal",bankBillet:"bankBillet",refund:"refund"};n.refurbishItemStatus={approved:{label:"Aprovado",value:"approved"},rejected:{label:"N\xE3o aprovado",value:"rejected"},pending:{label:"Para aprovar",value:"pending"},activeStatus:["approved","pending"]};n.companyStatus={created:{id:1,name:"Cadastro iniciado"},onBoarding:{id:2,name:"Aguardando libera\xE7\xE3o"},active:{id:3,name:"Ativo"},blocked:{id:4,name:"Bloqueado"},cancelled:{id:5,name:"Cancelada"}};n.companyType={architect:{id:1,name:"Arquitetura e design de interiores",roles:["architect"]},service:{id:2,name:"Execu\xE7\xE3o de obra"},store:{id:3,name:"Loja de produtos e materiais"},factory:{id:4,name:"Fabricante"},other:{id:10,name:"Outros"}};n.refurbishStatus={new:{id:1,name:"Novo"},contact:{id:2,name:"Em contato"},proposalSent:{id:3,name:"Proposta enviada"},archived:{id:4,name:"Arquivada"},winner:{id:5,name:"Ganha",winner:!0},execution:{id:5,name:"Em andamento"},finished:{id:6,name:"Finalizado"},cancelled:{id:7,name:"Cancelado"},activeOpportunity:[1,2,3],opportunity:[1,2,3,4],project:[5,6,7],end:[4,5,6,7]};n.refurbishStage={1:{id:1,name:"Oportunidade"},2:{id:2,name:"Projeto"}};n.roles={admin:{id:"admin",name:"Administrador"},sales:{id:"sales",name:"Venda"},arch:{id:"architect",name:"Arquitetura"},plan:{id:"plan",name:"Planejamento"},work:{id:"work",name:"Obra"},quality:{id:"quality",name:"Qualidade"},supply:{id:"supply",name:"Suprimentos"},contractor:{id:"contractor",name:"Empreiteiro"},beta:{id:"beta",name:"Beta user"}};n.userType={guest:{name:"Visitante",value:"guest",type:"visitante"},operator:{name:"Operador",value:"operator",type:"operador"},customer:{name:"Cliente",value:"customer",type:"cliente"},provider:{name:"Profissional",value:"provider",type:"profissional"},system:{name:"Sistema",value:"system",type:"sistema"},anonymous:{name:"An\xF4nimo",value:"anonymous"},realTypes:["guest","operator","customer","provider"],skipPermission:["operator","customer"],all:["system","provider","customer","operator"]};n.paymentStatus={waitingOrder:1,analyzing:2,waitingRelease:3,released:4,transferred:5,markAsPaid:6,allowTransfer:[3,4],allowChange:[1,6],sendEmail:[4,5]};n.personTypes={pf:"pf",pj:"pj"};n.asaasPersonTypes={pf:"FISICA",pj:"JURIDICA"};n.stepAccount={personal:0,address:1,documents:2};n.statusVobiPay={PENDING:{color:"#FF8E1B",label:"Em an\xE1lise"}};n.refurbishItemType={product:1,labor:2,parent:3,composition:4,notParent:[1,2,4],productLabor:[1,2]};n.notificationChannel={system:"system",email:"email",whatsApp:"whatsApp"};n.planType={free:{value:"free",label:"freemium"},paid:{value:"paid",label:"Pago"}};n.installmentStatuses={pendingPayment:1,paid:2,confirm:3,paidManually:4,inAnalysis:5,refunded:6,refundRequested:7,onGoingRefund:8,chargebackRequested:9,onGoingChargeback:10,waitingChargeback:11,cancelled:12,all:[1,2,3,4,5,6,7,8,9,10],paidVobiPay:[2,3,7,8,9,10,11],bankStatement:[2,4,6,7,8,9,10,11],allPaid:[2,3,4,7,8,9,10,11],allPaidBalance:[2,4,7,8,9,10,11],allPending:[1,5]};n.paymentStatuses={draft:1,open:2,paid:3,cancelled:4,realValues:[2,3],allStatus:[1,2,3,4]};n.billType={income:"receita",expense:"despesa",transfer:"transferencia",balance:"saldo inicial"};n.paymentTypeValues={expense:{value:"expense",label:"despesa"},income:{value:"income",label:"receita"},transfer:{value:"transfer",label:"transfer\xEAncia"},payment:{value:"payment",label:"pagamento"},balance:{value:"balance",label:"saldo inicial"}};n.financialCategories={serviceSelling:1,productsSelling:2,fee:3,investimentIncome:4,others:5,advanceFutureCapital:6,capitalIncrease:7,bankLoan:8,institutionLoan:9,partnerLoan:10,paymentShareCapital:11};n.getEnumValue=(e,t,a=["id","name"])=>{let o=null;return!e||!t||Object.keys(e).some(r=>e[r][a[0]]===t?(o=e[r][a[1]],!0):!1),o};n.asaasPixType={CPF:"CPF",CNPJ:"CNPJ",EMAIL:"E-mail",PHONE:"Celular",EVP:"Aleat\xF3ria"};n.paymentTypes={pix:1,bankSlip:2,creditCard:3,debitCard:4,transfer:5,money:6,other:7};n.paymentTypesDesc={1:"Pix",2:"Boleto",3:"Cart\xE3o de cr\xE9dito",4:"Cart\xE3o de d\xE9bito",5:"Transfer\xEAncia",6:"Dinheiro",7:"Outro"};n.vobiPayPaymentType={pix:1,bankSlip:2,creditCard:3,all:[1,2,3],1:"pix",2:"bankSlip",3:"creditCard"};n.asaasPaymentStatus={PENDING:{label:"PENDING",value:n.installmentStatuses.pendingPayment},RECEIVED:{label:"RECEIVED",value:n.installmentStatuses.paid},CONFIRMED:{label:"CONFIRMED",value:n.installmentStatuses.confirm},OVERDUE:{label:"OVERDUE",value:null},REFUNDED:{label:"REFUNDED",value:n.installmentStatuses.refunded},RECEIVED_IN_CASH:{label:"RECEIVED_IN_CASH",value:n.installmentStatuses.paidManually},REFUND_REQUESTED:{label:"REFUND_REQUESTED",value:n.installmentStatuses.refundRequested},REFUND_IN_PROGRESS:{label:"REFUND_IN_PROGRESS",value:n.installmentStatuses.onGoingRefund},CHARGEBACK_REQUESTED:{label:"CHARGEBACK_REQUESTED",value:n.installmentStatuses.chargebackRequested},CHARGEBACK_DISPUTE:{label:"CHARGEBACK_DISPUTE",value:n.installmentStatuses.onGoingChargeback},AWAITING_CHARGEBACK_REVERSAL:{label:"AWAITING_CHARGEBACK_REVERSAL",value:n.installmentStatuses.waitingChargeback},DUNNING_REQUESTED:{label:"DUNNING_REQUESTED",value:null},DUNNING_RECEIVED:{label:"DUNNING_RECEIVED",value:null},AWAITING_RISK_ANALYSIS:{label:"AWAITING_RISK_ANALYSIS",value:n.installmentStatuses.inAnalysis}};n.maxLimitPayment={credit:{value:2e4,label:"20.000,00"},installment:{value:15e4,label:"150.000,00"},minimumInstallmentValue:{value:10,label:"10,00"},maximumInstallments:{value:12}};n.asaasWithdrawStatus={PENDING:"PENDING",PROCESSING:"PROCESSING",DONE:"DONE",FAILED:"FAILED",CANCELLED:"CANCELLED",BLOCKED:"BLOCKED"};n.withdrawStatuses={DONE:"Efetuada",PENDING:"Pendente",BANK_PROCESSING:"Processando",CANCELLED:"Cancelada",FAILED:"Falhou",BLOCKED:"Bloqueado",group:{done:["DONE"],open:["PENDING","BANK_PROCESSING"],error:["CANCELLED","FAILED","BLOCKED"]}};n.vobiPayBankAccountType={corrente:"CONTA_CORRENTE",poupanca:"CONTA_POUPANCA",salario:"CONTA_SALARIO",pagamento:"CONTA_DE_PAGAMENTO"};n.withdrawSteps={list:1,fillData:2,confirmData:3};n.billingManagerStatus={pending:1,send:2,error:3,discarded:4,notSent:5,sending:6};n.billingManagerStatusDesc={1:"Aguardando",2:"Enviado",3:"Erro",4:"Descartado",5:"N\xE3o enviado",6:"Enviando"};n.billingManagerChannels={allChannels:["email","sms","whatsapp"],email:{value:"email",label:"E-mail"},sms:{value:"sms",label:"SMS"},whatsapp:{value:"whatsapp",label:"WhatsApp"}};n.billingManagerType={allTypes:["DC","D-3","D0","D+1","D+3","D+6"],billingRulerType:["D-3","D0","D+1","D+3","D+6"],DC:{label:"Cria\xE7\xE3o da cobran\xE7a",value:"DC",tooltip:"Ao criar a cobran\xE7a",message:"de cobran\xE7a criada para {customerName} {value}"},"D-3":{label:"3 dias antes do vencimento",value:"D-3",tooltip:"3 dias antes do vencimento das parcelas",message:"de aviso de vencimento em 3 dias para {customerName} {value}"},D0:{label:"Dia do vencimento",value:"D0",tooltip:"No dia do vencimento da parcela",message:"de aviso de cobran\xE7a vencendo hoje para {customerName} {value}"},"D+1":{label:"1 dia ap\xF3s o vencimento",value:"D+1",tooltip:"1 dia ap\xF3s o vencimento de cada parcela",message:"de aviso de cobran\xE7a vencida h\xE1 1 dia para {customerName} {value}"},"D+3":{label:"3 dias ap\xF3s o vencimento",value:"D+3",tooltip:"3 dias ap\xF3s o vencimento de cada parcela",message:"de aviso de cobran\xE7a vencida h\xE1 3 dias para {customerName} {value}"},"D+6":{label:"6 dias ap\xF3s o vencimento",value:"D+6",tooltip:"6 dias ap\xF3s o vencimento de cada parcela",message:"de aviso de cobran\xE7a vencida h\xE1 6 dias para {customerName} {value}"}};n.paymentCreditPermission={allowed:2e4,blocked:0};n.withdrawLimit={pj:{daytime:2e4,nightly:5e3},pf:{daytime:2e4,nightly:5e3}};n.optionsRefurbishReport={financialPhysical:"financialPhysics",budgeted:"budgeted",financial:"financial",physic:"physic",financialPhysicBudgeted:{value:"financialPhysics.budgeted"},physicBudgeted:{value:"physic.budgeted"},physicAccomplished:{value:"physic.accomplished"},financialBudgeted:{value:"financial.budgeted"},financialAccomplished:{value:"financial.accomplished"},financialBudAcp:{value:"financial.budgetedAccomplished"},physicBudAcp:{value:"physic.budgetedAccomplished"}};n.refurbishReportType={budgeted:[n.optionsRefurbishReport.financialPhysicBudgeted.value,n.optionsRefurbishReport.physicBudgeted.value,n.optionsRefurbishReport.financialBudgeted.value],accomplished:[n.optionsRefurbishReport.physicAccomplished.value,n.optionsRefurbishReport.financialAccomplished.value],budgetedAccomplished:[n.optionsRefurbishReport.financialBudAcp.value,n.optionsRefurbishReport.physicBudAcp.value],common:[n.optionsRefurbishReport.financialPhysicBudgeted.value,n.optionsRefurbishReport.physicBudgeted.value,n.optionsRefurbishReport.physicBudAcp.value,n.optionsRefurbishReport.financialBudgeted.value,n.optionsRefurbishReport.financialBudAcp.value],measurement:[n.optionsRefurbishReport.physicAccomplished.value],financial:[n.optionsRefurbishReport.financialAccomplished.value],customColumns:[n.optionsRefurbishReport.physicBudAcp.value,n.optionsRefurbishReport.financialBudAcp.value],simpleExport:[n.optionsRefurbishReport.physicAccomplished.value,n.optionsRefurbishReport.financialAccomplished.value,n.optionsRefurbishReport.physicBudgeted.value,n.optionsRefurbishReport.financialBudgeted.value]};n.reportTypeActions={consolidatedByProject:{model:"refurbishes",clickRow:!1,groupBy:"refurbishes",rangeField:"paidDate",idInstallmentStatus:n.installmentStatuses.allPaid,howDoesItsWorksId:"howFinancialReportByProjectStatusPaid",tableTitle:"Resultado de projetos",tableTitleTooltip:"S\xE3o contabilizadas apenas parcelas que j\xE1 foram marcadas como pago das receitas e despesas.",withResultChart:!0,filters:{dateRangePicker:!0,selectDateFieldTofilter:!0,yearPicker:!1,columns:!0},showLegend:!0,exportCsvModel:"financial/report",exportEntity:"consolidatedByProject"},foreseenByProject:{model:"refurbishes",clickRow:!1,groupBy:"refurbishes",rangeField:"dueDate",howDoesItsWorksId:"howFinancialReportByProjectAllStatus",tableTitle:"Previs\xE3o de resultado dos projetos",tableTitleTooltip:"S\xE3o contabilizadas todas as receitas e despesas, que j\xE1 foram pagas ou ainda em aberto.",withResultChart:!0,filters:{dateRangePicker:!0,selectDateFieldTofilter:!0,yearPicker:!1,columns:!0},showLegend:!0,exportCsvModel:"financial/report",exportEntity:"foreseenByProject"},resultsByInstallment:{model:"installments",clickRow:!0,groupBy:"months",rangeField:"paidDate",idInstallmentStatus:n.installmentStatuses.allPaid,howDoesItsWorksId:"howResultsWork",tableTitle:"Transa\xE7\xF5es realizadas",tableTitleTooltip:"S\xE3o contabilizadas apenas parcelas que j\xE1 foram marcadas como pago das receitas e despesas",withResultChart:!0,filters:{dateRangePicker:!0,selectDateFieldTofilter:!0,yearPicker:!1,columns:!0},showLegend:!0,exportCsvModel:"financial",exportEntity:"resultsByInstallment"},"cashFlow-monthly":{model:"cashFlow",idInstallmentStatus:n.installmentStatuses.allPaid,howDoesItsWorksId:"howCashFlowWork",tableTitle:"Fluxo de caixa",tableTitleTooltip:"",withResultChart:!1,filters:{dateRangePicker:!1,selectDateFieldTofilter:!1,yearPicker:!0,columns:!0},showLegend:!1,exportCsvModel:"financial/cashFlow",exportEntity:"cashFlow"},dre:{model:"dre",howDoesItsWorksId:"howDREWorks",filters:{dateRangePicker:!1,selectDateFieldTofilter:!1,yearPicker:!0,columns:!1},showLegend:!1,exportCsvModel:"financial/dre",exportEntity:"dre"},"cashFlow-daily":{model:"cashFlow",howDoesItsWorksId:"howDailyCashFlowWorks",tableTitleTooltip:"",filters:{dateRangePicker:!1,selectDateFieldTofilter:!1,monthPicker:!0,columns:!1,paymentBankAccount:!0},showLegend:!1,exportCsvModel:"financial/dailyCashFlow",exportEntity:"dailyCashFlow"}};n.extraValuesPayment={taxes:"taxes",discount:"discount",shipping:"shipping",dueDateDiscount:"dueDateDiscount",dueDateDiscountType:"dueDateDiscountType",dueDateLimitDays:"dueDateLimitDays",fine:"fine",fineType:"fineType",interest:"interest"};n.extraValuesPaymentType={simple:[n.extraValuesPayment.taxes,n.extraValuesPayment.discount,n.extraValuesPayment.shipping],asaas:[n.extraValuesPayment.dueDateDiscount,n.extraValuesPayment.dueDateDiscountType,n.extraValuesPayment.dueDateLimitDays,n.extraValuesPayment.fine,n.extraValuesPayment.fineType,n.extraValuesPayment.interest]};n.fineInterestDiscountType={percentage:{value:"PERCENTAGE",label:"Percentual"},fixed:{value:"FIXED",label:"Valor fixo"}};n.paymentPermissions={financialResume:"financialResume",financialSupplier:"financialSupplier",financialOwnBusiness:"financialOwnBusiness",financialIncome:"financialIncome",financialExpense:"financialExpense",financialTransfer:"financialTransfer",financialResults:"financialResults",financialBankStatement:"financialBankStatement",financialReport:"financialReport",projectResume:"projectResume",projectSupplier:"projectSupplier",projectOwnBusiness:"projectOwnBusiness",projectIncome:"projectIncome",projectExpense:"projectExpense",projectResults:"projectResults",projectBudgetedAccomplished:"projectBudgetedAccomplished"};n.colors={primary50:"#EBF0FF",primary100:"#D6E2FF",primary400:"#4F8EFA",primary500:"#2F74DE",teal500:"#00a296",teal600:"#009389",green500:"#46a22e",green600:"#40932A",yellow400:"#e0a819",yellow500:"#BA8A12",orange500:"#de7400",orange600:"#CA6A00",red50:"#fdeceb",red100:"#fac4c0",red500:"#ef4134",red600:"#D93B2F",pink500:"#e547a6",pink600:"#D04197",violet500:"#a145de",violet600:"#933FCA",neutral500:"#6F778B",neutral600:"#565E71"};n.maxInstallmentLength=60;n.purchaseSolicitationStatus={draft:1,open:2,quote:3,buy:4,closed:5,canceled:6,approved:19,rejected:20,editable:[1,2,20],ongoing:[2,3,4,19,20]};n.purchaseOrderStatus={draft:7,open:8,sent:9,accepted:10,refused:11,closed:12,approved:21,rejected:22,requestableRefund:[10,12],chargeableAdministrationFee:[10,12],editable:[7,8,22],ongoing:[8,9],finished:[10,12],allRejected:[11,22]};n.purchaseQuoteStatus={draft:13,open:14,pendingResponse:15,quoted:16,buy:17,finished:18,editable:[13,14,15],ongoing:[14,15,16,17]};n.groupPermission={admin:1,member:2};n.mimeTypes={DOCUMENT:{PDF:"application/pdf"},IMAGE:{JPEG:"image/jpeg",PNG:"image/png",WEBP:"image/webp"},AUDIO:{MPEG:"audio/mpeg",OGG:"audio/ogg",WAV:"audio/wav",MP4:"audio/mp4",AAC:"audio/aac"}};n.conciliationStatus={draft:"Rascunho",open:"Em an\xE1lise",done:"Finalizado",cancel:"Cancelado"};var I=n;var C={sources:[],baseUrl:""},De=(e={})=>{Object.keys(e).forEach(t=>{typeof e[t]=="object"&&e[t]!==null&&!Array.isArray(e[t])?C[t]={...C[t],...e[t]}:C[t]=e[t]})},Ee=()=>C,A=(e,t=null)=>e in C?C[e]:t;var Ce=({data:e,allowAudience:t=[...I.userType.all],permissions:a})=>{var o,r;try{let i=A("sources",[]),{user:s,isPublic:m,isAnonymous:p,source:u=""}=e;if(m||s!=null&&s.isCustomerView)return null;let f=[...t,I.userType.system.value];return!(s!=null&&s.id)||s.isActive===!1||p||!f.includes(s.userType||"")?y.UNAUTHORIZED.notAuthorized:(s==null?void 0:s.userType)===I.userType.system.value&&!(s!=null&&s.idCompany)?i!=null&&i.includes(u)?null:y.UNAUTHORIZED.notAuthorized:(o=I.userType.skipPermission)!=null&&o.includes((s==null?void 0:s.userType)||"")||!(a!=null&&a.length)?null:!((r=s.permissions)!=null&&r.find(b=>a==null?void 0:a.includes(b)))?y.UNAUTHORIZED.notAuthorized:null}catch{return y.UNAUTHORIZED.notAuthorized}};var F=e=>{if(typeof e!="string")return"";let t=e.trim();return t.charAt(0).toUpperCase()+t.slice(1)};var ve=e=>{let t,a,o,r,i,s,m=!0;if(e.length<14)return!1;for(let p=1;p<e.length;p++)if(e.charAt(p-1)!==e.charAt(p)){m=!1;break}if(!m){s=e.length-2,t=e.substring(0,s),a=e.substring(s),o=0,i=s-7;for(let p=0;p<s;p++)o+=parseInt(t.charAt(p))*i--,i<2&&(i=9);if(r=o%11<2?0:11-o%11,r!==parseInt(a.charAt(0)))return!1;s+=1,t=e.substring(0,s),o=0,i=s-7;for(let p=0;p<s;p++)o+=parseInt(t.charAt(p))*i--,i<2&&(i=9);return r=o%11<2?0:11-o%11,r===parseInt(a.charAt(1))}return!1};var Ie=(e,t=!1)=>{let a,o;return a=0,e.length<11||!t&&e.split("").every(r=>r===e[0])||(Array.from({length:9}).forEach((r,i)=>{a+=parseInt(e.substring(i,i+1),10)*(11-(i+1))}),o=a*10%11,(o===10||o===11)&&(o=0),o!==parseInt(e.substring(9,10),10))?!1:(a=0,Array.from({length:10}).forEach((r,i)=>{a+=parseInt(e.substring(i,i+1),10)*(12-(i+1))}),o=a*10%11,(o===10||o===11)&&(o=0),o===parseInt(e.substring(10,11),10))};var Ae=e=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e);var Ne=e=>decodeURI(e)!==decodeURIComponent(e);var Be=e=>(...t)=>e.length>t.length?e.bind(null,...t):e(...t);var P=E(require("crypto-js")),Re=(e,t)=>P.AES.decrypt(e,t).toString(P.enc.Utf8);var Pe=(e,t)=>Object.keys(t).reduce((a,o)=>{if(e[o]===t[o]||o==="lastModifiedBy"||o==="createdAt")return a;let{oldData:r,newData:i}=a;return{oldData:{...r,[o]:e[o]},newData:{...i,[o]:t[o]}}},{});var Te=(e,t)=>e&&typeof e=="string"?e.search(/[a-z]\.[a-z]/i)>=0?t.__(e):e:"";var we=e=>{let t={};return e==null||e.forEach(a=>{Object.keys(a).forEach(r=>{typeof a[r]=="string"&&(a[r].toLowerCase()==="true"||a[r].toLowerCase()==="false")?t[r]=a[r].toLowerCase()==="true":t[r]=a[r]})}),t};var Z=E(require("crypto-js")),Se=(e,t)=>(typeof e=="object"&&(e=JSON.stringify(e)),Z.AES.encrypt(e,t).toString());var Le={on(e,t){document.addEventListener(e,t)},dispatch(e,t){document.dispatchEvent(new CustomEvent(e,{detail:t}))},remove(e,t){document.removeEventListener(e,t)}};var k=(e,t)=>{if(Array.isArray(e)===!1)return null;let a=null;return e.some(o=>(a=t(o),!!a)),a};var Oe=(e,t)=>e?e[t]?e[t]:k(e.or,a=>a[t]):null;var Ue=e=>{let t=e.lastIndexOf(".");return t===-1?e:e.substring(0,t)};var Fe=(e,t)=>e&&e.length&&t&&t.length?e.map(a=>Object.entries(a).filter(([o])=>t.includes(o)).reduce((o,[r,i])=>Object.assign(o,{[r]:i}),{})):[];var ke=e=>e.filter(t=>U(t).length>0&&t);var _=(e,t={})=>{let a={decimalCount:2,decimal:",",thousands:".",...t},{decimal:o,thousands:r,currencySymbol:i}=a,{decimalCount:s}=a;try{s=Math.abs(s),s=isNaN(s)?2:s;let m=e<0?"-":"",p=parseInt(e=Math.abs(Number(e)||0).toFixed(s),10).toString(),u=p.length>3?p.length%3:0;return(i?`${m}${i}`:m)+(u?p.substr(0,u)+r:"")+p.substr(u).replace(/(\d{3})(?=\d)/g,`$1${r}`)+(s?o+Math.abs(e-parseInt(p,10)).toFixed(s).slice(2):"")}catch(m){return console.log(m),""}};var g=E(require("moment-timezone")),K=e=>{let t=e?new Date(e):new Date,a={timeZone:"America/Sao_Paulo"},o=t.toLocaleString("en-US",a);return new Date(o)},Q=(e,t,a,o,r)=>{if(!e)return null;if(r)return(0,g.default)(e,t);let i=g.default.utc(e);return o||i.local(),a&&i.locale(a),i.format(t)},_e=(e,t="YYYY-MM-DD")=>{let a=(0,g.default)(e,t).add(1,"days");return typeof e=="string"?a.format(t):a.toDate()},X=(e=new Date,t=1)=>{let a=new Date(e.setDate(e.getDate()+t));return a.getDay()%6?a:X(a)},ee=(e=new Date,t=1)=>{let a=new Date(e.setDate(e.getDate()-t));return a.getDay()%6?a:ee(a)},T=e=>e?g.default.utc(e).local():null,M=e=>e&&g.default.tz(new Date(e),"America/Sao_Paulo"),Me=(e,t)=>{let a=M(e);return a&&a.format(t||"YYYY-MM-DDTHH:mm:ssZ")},je=(e,t)=>{if(!e||!t)return null;let a=T(e),o=T(t);return!a||!o?null:o.diff(a,"months")},Ve=(e,t)=>{var a;return!e||!t?null:(a=T(e))==null?void 0:a.isAfter(t)},Ge=(e=!0)=>{let t=g.default.tz("America/Sao_Paulo");return e?t.startOf("day").toDate():t.toDate()},qe=(e=!0)=>{let t=g.default.tz("America/Sao_Paulo").subtract(1,"day");return e?t.startOf("day").toDate():t.toDate()},ze=(e=!0)=>{let t=g.default.tz("America/Sao_Paulo").add(1,"day");return e?t.startOf("day").toDate():t.toDate()},$e=e=>{let t=K(e);return`${t.getFullYear()}${t.getMonth().toString().padStart(2,"0")}`},He=(e,t)=>{let a=new Date(e),o=new Date;return new Date(o.getFullYear()-t,o.getMonth(),o.getDate()).getTime()>a.getTime()},Ye=e=>g.default.max(e),We=e=>g.default.min(e),Je=e=>(0,g.default)(e).isValid(),j=(e,t)=>new Date(e,t-1,1).toISOString().split("T")[0],V=(e,t)=>new Date(e,t,0).toISOString().split("T")[0],G=()=>{let e=new Date(M(new Date));return Q(e,"YYYY-MM-DD")};var Ze=E(require("dayjs"));var w=e=>e.length===2?[e[0].replace(/\./g,""),e[1].replace(/\./g,"")]:e;var te=e=>{let t=w(e.toString().replace("%","").replace("R$","").replace(/\s/g,"").trim().split(","));if(t.length===2)return t.join(".");let a=w(t[0].split("."));return a.length===2?a.join("."):t[0].replace(/\./g,"")},Ke=e=>{if(e==null)return e;if(!te(e))return null;let t=Number(te(e));return t>=Number.MAX_SAFE_INTEGER||Number.isNaN(t)?null:t},Qe=e=>{var a,o;if(!e)return null;let t=e.toString();return t.indexOf("/")>=0?null:(t=t.replace(/[^0-9.,-]/g,""),t.includes(",")&&t.includes(".")?(t.lastIndexOf(",")>t.lastIndexOf(".")?t=t.replace(/\./g,"").replace(",","."):t=t.replace(/,/g,""),Number(t)):t.includes(",")&&((a=t.split(",")[1])==null?void 0:a.length)>0?Number(t.replace(",",".")):t.includes(".")&&((o=t.split(".")[1])==null?void 0:o.length)>0?Number(t):Number(t.replace(/[.,]/g,"")))};var Xe=e=>{let t=e.indexOf("."),a=e.length;return t&&a?e.substr(t,a):""};var et=new RegExp('<img[^>]+src="(https://vobi-storage[^">]+)"',"gm");var tt=e=>{if(!e)return!1;let t=new Date(e);return!isNaN(t.getTime())};var at=e=>!isNaN(parseFloat(e))&&!isNaN(e-0);var ot=e=>{try{return!!new URL(e)}catch{return!1}};var ae=E(require("jwt-decode")),nt=e=>{var r;let{authorization:t,Authorization:a}=e,o=(r=t||a)==null?void 0:r.split(" ");return(o==null?void 0:o[0])==="Bearer"?o[1]:null},rt=e=>{let{user:t,isCustomerView:a,accessedBy:o,exp:r,iss:i}=e?(0,ae.default)(e):{};return{...t,isCustomerView:a,accessedBy:o,exp:r,currentDevice:i}};var st=(e,t,a,o)=>{let r=e.idStatus>=5?"projetos":"oportunidades",i=t==="customer"?"cliente":"profissional",s=`/${i}/${r}/perfil/${e.id}`,m=`/${i}`;return`${{operator:s,provider:s,customer:m}}/arquivos?arquivo=${a.id}${o?"&visualizar":""}`};var it=e=>(e==null?void 0:e.length)===0?null:e;var lt=(e,t="0000")=>(t+e).slice(t.length*-1);var ct=(e,t=!1)=>{let a={};for(let o=0;o<e.length;o++){let r=e[o];a[r.value]=t?{...r}:r.label}return a};var dt=e=>e.replace(/ /g,"").split("-").reduce((t,a)=>t+F(a),"");var ut=e=>e==null?void 0:e.replace(/[,-./]/g,"");var pt=({id:e,name:t,email:a,idCompany:o,userType:r,type:i,isOwner:s,MGMCode:m,groupPermission:p,isActive:u,limitAccess:f,company:h})=>({id:e,name:t,email:a,idCompany:o,userType:r,type:i,isOwner:s,MGMCode:m,groupPermission:p,isActive:u,limitAccess:f,idPlan:h==null?void 0:h.idPlan});var mt=e=>{let t=new Array(e.length),a=0;return new Promise((o,r)=>{e.forEach((i,s)=>{Promise.resolve(i).then(o).catch(m=>{t[s]=m,a+=1,a===e.length&&r(t)})})})};var ft=(e,t)=>Object.keys(t).filter(a=>a!==e).reduce((a,o)=>({...a,[o]:t[o]}),{});var gt=(e,t,a=!0)=>{if(!e)return e;let o=e.toLowerCase();return a&&(o=o.replace(new RegExp("\\s","g"),"")),o=o.replace(new RegExp("[\xE0\xE1\xE2\xE3\xE4\xE5]","g"),"a"),o=o.replace(new RegExp("\xE6","g"),"ae"),o=o.replace(new RegExp("\xE7","g"),"c"),o=o.replace(new RegExp("[\xE8\xE9\xEA\xEB]","g"),"e"),o=o.replace(new RegExp("[\xEC\xED\xEE\xEF]","g"),"i"),o=o.replace(new RegExp("\xF1","g"),"n"),o=o.replace(new RegExp("[\xF2\xF3\xF4\xF5\xF6]","g"),"o"),o=o.replace(new RegExp("\u0153","g"),"oe"),o=o.replace(new RegExp("[\xF9\xFA\xFB\xFC]","g"),"u"),o=o.replace(new RegExp("[\xFD\xFF]","g"),"y"),o=o.replace("'",""),o=o.replace("\xB4",""),o=o.replace("`",""),t&&(o=o.replace(new RegExp("\\W","g"),"")),o};var yt=e=>e==null?void 0:e.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^a-zA-Z0-9-/\s]/g,"").replace(/\//g,"").replace(/\s+/g,"-").toLowerCase();var ht=(e,t)=>e.reduce((a,o,r)=>{let i=Math.floor(r/t),s=[...a];return a[i]||(s[i]=[]),s[i].push(o),s},[]);var bt=(e,t,a)=>{let o=a||t;return(e==null?void 0:e.map(r=>o?r[a]||r[t]:r).reduce((r,i)=>r+(Number(i||0)||0),0))||0};var xt=(e,t)=>(e==null?void 0:e.map(a=>t(a)).reduce((a,o)=>a+(Number(o||0)||0),0))||0;var Dt=e=>{let t=e.replace(/\D/g,"");return/^(?:\+?55 ?)?(?:0?[1-9]{2})?9\d{8}$/.test(t)};var Et=e=>typeof e!="string"||!e?"":e.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase().trim();var q=(e,t="")=>!e||e.length<=0?[]:e.flatMap((a,o)=>{let r=t?`${t}.${o+1}`:`${o+1}`,{children:i,...s}=a;return[{...s,index:r},...q(i||[],r)]}),Ct=e=>q(e).reduce((a,o)=>o.id?{...a,[o.id]:o}:a,{});var vt=(e,t)=>{var o;let a=e?(o=Number(e).toFixed(2))==null?void 0:o.replace(".",","):0;return t?`${_(e*100)}%`:a};var It=e=>{if(!e)return{};let[t,a]=e.split("-").map(Number),o=G(),r=j(t,a),i=V(t,a);return{startDate:r,endDate:i,actualDate:o}};var At=({oldStatus:e,newStatus:t,total:a,user:o,moveStatus:r})=>{var h,b,x,D,$;let{userApprovalAuthorities:i,isOwner:s,groupPermission:m,company:p}=o||{},u=r==null?void 0:r[e];if(!((h=u==null?void 0:u[t])!=null&&h.isAllowed))return null;if(s||m===n.groupPermission.admin||!((b=u==null?void 0:u[t])!=null&&b.authorityLevel))return u==null?void 0:u[t];let f=i==null?void 0:i.find(N=>{var H;return(N==null?void 0:N.idApprovalAuthority)===((H=u==null?void 0:u[t])==null?void 0:H.authorityLevel)});return!f&&((D=p==null?void 0:p.approvalAuthority)!=null&&D[(x=u==null?void 0:u[t])==null?void 0:x.authorityLevel])?!1:($=u==null?void 0:u[t])!=null&&$.maxAmount?!Number((f==null?void 0:f.maxAmount)||0)&&(f==null?void 0:f.maxAmount)!==0||Number(a||0)<=Number(f==null?void 0:f.maxAmount)?u==null?void 0:u[t]:!1:u==null?void 0:u[t]};var Nt=e=>{if(!e)return null;let t=e==null?void 0:e.replace(/\D/g,"");return(t==null?void 0:t.length)===11?t==null?void 0:t.replace(/(\d{3})(\d{3})(\d{3})(\d{2})/,"$1.$2.$3-$4"):(t==null?void 0:t.length)===14?t==null?void 0:t.replace(/(\d{2})(\d{3})(\d{3})(\d{4})(\d{2})/,"$1.$2.$3/$4-$5"):t};var z=E(require("dayjs")),Bt=()=>{let e=(0,z.default)().format("YYYY-MM-DD"),t=(0,z.default)().subtract(1,"day").format("YYYY-MM-DD");return{today:e,yesterday:t}};var v;try{v=require("sharp")}catch{}var Rt=e=>{v=e},oe=10*1024*1024,Pt=300,Tt=300,wt=9999,St=9999,ne=80,Lt=async(e,t)=>{let a=Object.keys(t);return await Promise.all(a.map(async o=>{let r=Number(o),i=r*oe,s=(r+1)*oe,m=e.slice(i,s),p=await fetch(t[o],{method:"PUT",body:m,headers:{"Content-Type":e.type}});if(!p.ok)throw new Error(`HTTP error! status: ${p.status}`);return{ETag:p.headers.get("etag"),PartNumber:r+1}}))},Ot=async({file:e,idCompany:t=""})=>{let a=A("baseUrl","");if(!e)throw new Error("Nenhum arquivo fornecido");try{let{size:o=0,type:r="image/jpeg",name:i}=e,s={name:i,size:o,type:r},m=await fetch(`${a}/media/start/agent`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({identify:t,file:s})});if(!m.ok){let D=await m.json().catch(()=>({}));throw new Error(`Failed to start upload. Status: ${m.status}, Data: ${JSON.stringify(D)}`)}let p=await m.json(),{signUrls:u,uploadId:f}=p;console.log("file",e);let h=await Lt(e,u),b=await fetch(`${a}/media/complete/agent`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({identify:t,file:s,uploadId:f,parts:h})});if(!b.ok){let D=await b.json().catch(()=>({}));throw new Error(`Failed to complete upload. Status: ${b.status}, Data: ${JSON.stringify(D)}`)}let x=await b.json();return console.log("uploadCompleteData",x),x==null?void 0:x.location}catch(o){throw o}},Ut=async(e,t)=>{var a,o;if(!v)throw new Error(`Sharp is required for image processing. Install it with:
2
2
  For Lambda ARM64: npm install --platform=linux --arch=arm64 sharp
3
3
  For Lambda x86_64: npm install --platform=linux --arch=x64 sharp
4
- For local development: npm install sharp`);if(!((a=e==null?void 0:e.type)!=null&&a.includes("image"))||(o=e==null?void 0:e.type)!=null&&o.includes("tif"))return null;try{let n=await e.arrayBuffer(),s=await I(Buffer.from(n)).resize(Pt,Tt,{fit:"inside",withoutEnlargement:!0}).jpeg({quality:re}).toBuffer(),l=new Blob([s],{type:"image/jpeg"});return new File([l],"thumbnail.jpg",{type:"image/jpeg"})}catch(n){throw new Error(`Error creating thumbnail: ${n instanceof Error?n.message:"Unknown error"}`)}},Ft=async(e,t="")=>{var a,o;if(!I)throw new Error(`Sharp is required for image processing. Install it with:
4
+ For local development: npm install sharp`);if(!((a=e==null?void 0:e.type)!=null&&a.includes("image"))||(o=e==null?void 0:e.type)!=null&&o.includes("tif"))return null;try{let r=await e.arrayBuffer(),i=await v(Buffer.from(r)).resize(Pt,Tt,{fit:"inside",withoutEnlargement:!0}).jpeg({quality:ne}).toBuffer(),s=new Blob([i],{type:"image/jpeg"});return new File([s],t||e.name,{type:"image/jpeg"})}catch(r){throw new Error(`Error creating thumbnail: ${r instanceof Error?r.message:"Unknown error"}`)}},Ft=async(e,t)=>{var a,o;if(!v)throw new Error(`Sharp is required for image processing. Install it with:
5
5
  For Lambda ARM64: npm install --platform=linux --arch=arm64 sharp
6
6
  For Lambda x86_64: npm install --platform=linux --arch=x64 sharp
7
- For local development: npm install sharp`);if(!((a=e==null?void 0:e.type)!=null&&a.includes("image"))||(o=e==null?void 0:e.type)!=null&&o.includes("tif"))return e;try{let n=await e.arrayBuffer(),s=await I(Buffer.from(n)).resize(wt,St,{fit:"inside",withoutEnlargement:!0}).jpeg({quality:re}).toBuffer(),l=new Blob([s],{type:"image/jpeg"});return new File([l],"thumbnail.jpg",{type:"image/jpeg"})}catch{return e}},kt=(e,t="image/jpeg")=>{let a;try{e.includes("data:")?a=atob(e.split(",")[1]):a=atob(e);let o=new ArrayBuffer(a.length),n=new Uint8Array(o);for(let s=0;s<a.length;s++)n[s]=a.charCodeAt(s);return new Blob([o],{type:t})}catch(o){throw new Error(`Error processing base64: ${o instanceof Error?o.message:"Unknown error"}`)}};var _t=e=>e.split("+")[1].split("@")[0];0&&(module.exports={BAD_GATEWAY,BAD_REQUEST,FORBIDDEN,INTERNAL_SERVER_ERROR,IsJsonString,METHOD_NOT_ALLOWED,NOT_ALLOWED,NOT_FOUND,SERVICE_UNAVAILABLE,UNAUTHORIZED,_setSharpForTesting,asArray,asBrazilianDate,asDate,asyncForEach,base64ToBlob,brazilianDateTime,brazilianDateToDate,capitalize,checkApprovalAuthority,checkCnpj,checkCpf,checkEmail,compressImage,configure,containsEncodedComponents,createThumbnail,currentDay,curry,dateIsValid,decodeToken,decrypt,diffObject,dynamici18nString,elasticTransformOr,encrypt,enumHelper,error,eventBus,extractMonthInfo,extractValueFromWhere,filterAttributes,filterEmpty,findValue,firstMonthDay,flatMapData,flattenChildren,formatCurrency,formatDate,formatDocument,formatNumber,formatNumberAnyFormat,get,getConfig,getDateOpenFinance,getExtension,getMonthNumber,getNameWithoutExtension,getNextDay,getNextWeekday,getPreviewsWeekday,getToday,getToken,getTomorrow,getUUIDFromEmail,getYesterday,imgSrcRegex,isAfter,isDateValid,isNumber,isOfAge,isValidUrl,lastMonthDay,makeRefurbishFileUrl,maxDateToList,minDateToList,monthsBetween,normalizeString,nullIfEmpty,padLeft,parseArrayAsObject,parseRouteToModel,prepareDoc,prepareSession,promiseAny,promiseEach,removeProperty,removeSpecialChar,replaceNumberOrPercentage,slugify,splitList,sum,sumByFunction,upload,validateAccess,validateMobilePhoneNumber,valueReplacer});
7
+ For local development: npm install sharp`);if(!((a=e==null?void 0:e.type)!=null&&a.includes("image"))||(o=e==null?void 0:e.type)!=null&&o.includes("tif"))return e;try{let r=await e.arrayBuffer(),i=await v(Buffer.from(r)).resize(wt,St,{fit:"inside",withoutEnlargement:!0}).jpeg({quality:ne}).toBuffer(),s=new Blob([i],{type:"image/jpeg"});return new File([s],t||(e==null?void 0:e.name),{type:"image/jpeg"})}catch{return e}},kt=(e,t="application/octet-stream",a="file")=>{let o=e.replace(/^data:[^;]+;base64,/,""),r=atob(o),i=new Uint8Array(r.length);for(let s=0;s<r.length;s++)i[s]=r.charCodeAt(s);return new File([i.buffer],a,{type:t})};var _t=e=>e.split("+")[1].split("@")[0];0&&(module.exports={BAD_GATEWAY,BAD_REQUEST,FORBIDDEN,INTERNAL_SERVER_ERROR,IsJsonString,METHOD_NOT_ALLOWED,NOT_ALLOWED,NOT_FOUND,SERVICE_UNAVAILABLE,UNAUTHORIZED,_setSharpForTesting,asArray,asBrazilianDate,asDate,asyncForEach,base64ToFile,brazilianDateTime,brazilianDateToDate,capitalize,checkApprovalAuthority,checkCnpj,checkCpf,checkEmail,compressImage,configure,containsEncodedComponents,createThumbnail,currentDay,curry,dateIsValid,decodeToken,decrypt,diffObject,dynamici18nString,elasticTransformOr,encrypt,enumHelper,error,eventBus,extractMonthInfo,extractValueFromWhere,filterAttributes,filterEmpty,findValue,firstMonthDay,flatMapData,flattenChildren,formatCurrency,formatDate,formatDocument,formatNumber,formatNumberAnyFormat,get,getConfig,getDateOpenFinance,getExtension,getMonthNumber,getNameWithoutExtension,getNextDay,getNextWeekday,getPreviewsWeekday,getToday,getToken,getTomorrow,getUUIDFromEmail,getYesterday,imgSrcRegex,isAfter,isDateValid,isNumber,isOfAge,isValidUrl,lastMonthDay,makeRefurbishFileUrl,maxDateToList,minDateToList,monthsBetween,normalizeString,nullIfEmpty,padLeft,parseArrayAsObject,parseRouteToModel,prepareDoc,prepareSession,promiseAny,promiseEach,removeProperty,removeSpecialChar,replaceNumberOrPercentage,slugify,splitList,sum,sumByFunction,upload,validateAccess,validateMobilePhoneNumber,valueReplacer});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vobi_lib",
3
- "version": "1.6.7",
3
+ "version": "1.7.0",
4
4
  "description": "Vobi Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",