{"version":3,"sources":["tplus-api/../src/const/app.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,QAAQ,EAAC,MAAsB,CAAC;AACtC,QAAA,MAAM,YAAY,EAAC,MAAiB,CAAC;AACrC,QAAA,MAAM,KAAK,EAAC,MAA4G,CAAC;AACzH,QAAA,MAAM,KAAK,EAAC,MAAoE,CAAC;AACjF,QAAA,MAAM,WAAW,EAAC,MAAkD,CAAC;AACrE,QAAA,MAAM,OAAO,EAAC,MAAkB,CAAC;AACjC,QAAA,MAAM,QAAQ,EAAC,KAAK,CAAC,MAAM,CAAiF,CAAC;AAC7G,QAAA,MAAM,UAAU,EAAC,MAAqB,CAAC;AACvC,QAAA,MAAM,WAAW,EAAC,KAAK,CAAC,MAAM,CAAgC,CAAC;AAC/D,QAAA,MAAM,aAAa,EAAC,MAAwB,CAAC;AAC7C,QAAA,MAAM,YAAY,EAAC,KAAK,CAAC,MAAM,CAA8D,CAAC;AAC9F,QAAA,MAAM,OAAO,EAAC,MAA4F,CAAC;AAC3G,QAAA,MAAM,kBAAkB,EAAC,MAAyD,CAAC;AACnF,QAAA,MAAM,cAAc,EAAC,KAAK,CAAC,MAAM,CAAyJ,CAAC;AAC3L,QAAA,MAAM,gBAAgB,EAAC,KAAK,CAAC,MAAM,CAAwB,CAAC;AAC5D,QAAA,MAAM,WAAW,EAAC,KAAK,CAAC,MAAM,CAAwB,CAAC;AACvD,QAAA,MAAM,YAAY,EAAC,MAA4L,CAAC;AAChN,QAAA,MAAM,aAAa,EAAC,MAAsC,CAAC;AAC3D,OAAO,EACL,QAAQ,EACR,YAAY,EACZ,KAAK,EACL,KAAK,EACL,WAAW,EACX,OAAO,EACP,QAAQ,EACR,UAAU,EACV,WAAW,EACX,aAAa,EACb,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,aAAa,EACb,OAAO,EACP,kBAAkB,EAClB,gBAAgB,EAChB,WAAW,EACZ,CAAA","file":"app.d.ts","sourcesContent":["const ciaEnvList = {\n  inte:'http://inte-cia.chanapp.chanjet.com',\n  moni:'http://moni-cia.chanapp.chanjet.com',\n  prod:'https://cia.chanapp.chanjet.com'\n}\n\nconst clientId:string = 'tplusclient';\nconst clientSecret:string = 'pwjd5q';\nconst cspAk:string = (typeof __AK__ !== 'undefined' ? btoa(__AK__) : \"OGY0NDJlYzMtNzEzZS00MTMzLWI2NGMtNWQyZDgyOGM1NDI2\");\nconst cspAS:string = (typeof __AS__ !== 'undefined' ?btoa(__AS__)  : 'amp5M3Vo');\nconst proxyServer:string = 'http://cloudproxy01.chanapp.chanjet.com';\nconst authKey:string = 'AuthKey';\nconst authKeys:Array<string> = ['userId','OrganID','accessToken','orgId','tplusToken','sid','authorization'];\nconst channelKey:string = 'ChannelKey';\nconst channelKeys:Array<string> = ['targetURL','throughProxy'];\nconst clientInfoKey:string = 'ClientInfoKey';\nconst ciaHostArray:Array<string> = [ciaEnvList['inte'],ciaEnvList['moni'],ciaEnvList['prod']];\nconst ciaHost:string = (typeof __CIA_ENV__ !== 'undefined' ? ciaEnvList[__CIA_ENV__] : ciaEnvList['prod']);\nconst tplusWebAppApiHost:string = 'https://webapp.tplus.chanjet.com/TPlus/api/v1/';\nconst tplusHostArray:Array<string> = ['http://webapp.tplus.chanjet.com','https://webapp.tplus.chanjet.com','http://test-webapp.tplus.chanjet.com','https://test-webapp.tplus.chanjet.com'];\nconst noProxyHostArray:Array<string> = ['log.aliyuncs.com'];\nconst noErrorTips:Array<string> = ['log.aliyuncs.com'];\nconst devProxyHost:string = 'http://' + (typeof __PROXY_URL__ !== 'undefined' ? __PROXY_URL__ : 'localhost') + ':' + (typeof __PROXY_PORT__ !== 'undefined' ? parseInt(__PROXY_PORT__) + 1 : '3001') + '/proxy';\nconst prodProxyHost:string = 'https://tfproxy.chanjet.com';\nexport {\n  clientId,\n  clientSecret,\n  cspAk,\n  cspAS,\n  proxyServer,\n  authKey,\n  authKeys,\n  channelKey,\n  channelKeys,\n  clientInfoKey,\n  ciaHostArray,\n  tplusHostArray,\n  devProxyHost,\n  prodProxyHost,\n  ciaHost,\n  tplusWebAppApiHost,\n  noProxyHostArray,\n  noErrorTips\n}\n"]}