{"version":3,"file":"utils.cjs","names":[],"sources":["../../../src/managers/EmbraceConfigManager/utils.ts"],"sourcesContent":["import type { RemoteConfigURLParams } from './types.ts';\n\nexport const getConfigURL = (\n  appId: string,\n  { osVersion, appVersion, deviceId }: RemoteConfigURLParams,\n  embraceConfigURL?: string,\n): string =>\n  `${embraceConfigURL || `https://a-${appId}.config.emb-api.com`}/v2/config?appId=${appId}&osVersion=${osVersion}&appVersion=${appVersion}&deviceId=${deviceId}`;\n"],"mappings":";;AAEA,MAAa,gBACX,OACA,EAAE,WAAW,YAAY,YACzB,qBAEA,GAAG,oBAAoB,aAAa,MAAM,qBAAqB,mBAAmB,MAAM,aAAa,UAAU,cAAc,WAAW,YAAY"}