package.cjs.cypress-utils.constants.routes.js.map Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neeto-commons-frontend Show documentation
Show all versions of neeto-commons-frontend Show documentation
A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.
{"version":3,"file":"routes.js","names":["_common","require","allPath","concat","Cypress","config","tld","env","isProduction","requestApis","countries","getUrl","signUp","subdomainAvailability","teamMembers","all","bulkUpdate","index","show","id","allChatPath","myProfilePath","subdomain","settingsPath","exports","urlPaths","members","Object","defineProperty","get"],"sources":["../../../../src/cypress-utils/constants/routes.js"],"sourcesContent":["import { env, getUrl } from \"../utils/common\";\n\nconst allPath = () => `${Cypress.config(\"baseUrl\")}/**`;\nconst tld = env.isProduction ? \"com\" : \"net\";\nconst requestApis = {\n countries: getUrl(\"countries\"),\n signUp: getUrl(\"signups/**\"),\n subdomainAvailability: getUrl(\"subdomain_availability/**\"),\n teamMembers: {\n all: \"/team_members*/**\",\n bulkUpdate: \"/team_members/teams/bulk_update\",\n index: \"/team_members/teams\",\n show: id => `/team_members/teams/${id}`,\n },\n allChatPath: `https://*.neetochat.${tld}${getUrl(\"**\")}`,\n myProfilePath: subdomain =>\n `https://${subdomain}.neetoauth.${tld}/my/profile`,\n settingsPath: subdomain => `https://${subdomain}.neetoauth.${tld}/settings`,\n};\n\nconst urlPaths = { members: \"/members\" };\n\nObject.defineProperty(requestApis, \"allPath\", { get: allPath });\n\nexport { requestApis, urlPaths };\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAEA,IAAMC,OAAO,GAAG,SAAVA,OAAOA,CAAA;EAAA,UAAAC,MAAA,CAAYC,OAAO,CAACC,MAAM,CAAC,SAAS,CAAC;AAAA,CAAK;AACvD,IAAMC,GAAG,GAAGC,WAAG,CAACC,YAAY,GAAG,KAAK,GAAG,KAAK;AAC5C,IAAMC,WAAW,GAAG;EAClBC,SAAS,EAAE,IAAAC,cAAM,EAAC,WAAW,CAAC;EAC9BC,MAAM,EAAE,IAAAD,cAAM,EAAC,YAAY,CAAC;EAC5BE,qBAAqB,EAAE,IAAAF,cAAM,EAAC,2BAA2B,CAAC;EAC1DG,WAAW,EAAE;IACXC,GAAG,EAAE,mBAAmB;IACxBC,UAAU,EAAE,iCAAiC;IAC7CC,KAAK,EAAE,qBAAqB;IAC5BC,IAAI,EAAE,SAAAA,KAAAC,EAAE;MAAA,8BAAAhB,MAAA,CAA2BgB,EAAE;IAAA;EACvC,CAAC;EACDC,WAAW,yBAAAjB,MAAA,CAAyBG,GAAG,EAAAH,MAAA,CAAG,IAAAQ,cAAM,EAAC,IAAI,CAAC,CAAE;EACxDU,aAAa,EAAE,SAAAA,cAAAC,SAAS;IAAA,kBAAAnB,MAAA,CACXmB,SAAS,iBAAAnB,MAAA,CAAcG,GAAG;EAAA,CAAa;EACpDiB,YAAY,EAAE,SAAAA,aAAAD,SAAS;IAAA,kBAAAnB,MAAA,CAAemB,SAAS,iBAAAnB,MAAA,CAAcG,GAAG;EAAA;AAClE,CAAC;AAACkB,OAAA,CAAAf,WAAA,GAAAA,WAAA;AAEF,IAAMgB,QAAQ,GAAG;EAAEC,OAAO,EAAE;AAAW,CAAC;AAACF,OAAA,CAAAC,QAAA,GAAAA,QAAA;AAEzCE,MAAM,CAACC,cAAc,CAACnB,WAAW,EAAE,SAAS,EAAE;EAAEoB,GAAG,EAAE3B;AAAQ,CAAC,CAAC"}