{"version":3,"file":"getMyProfile.dfec391a.js","sources":["../../../../../../src/grpc/profile/getMyProfile.ts"],"sourcesContent":["import * as grpcWeb from \"@improbable-eng/grpc-web\";\n\nimport { type ProfileGetReply, ProfileGetRequest } from \"@aymeric_henry_sr/svelte-proto/profile_pb\";\nimport { Profile, type ProfileGetProfile } from \"@aymeric_henry_sr/svelte-proto/profile_pb_service\";\n\nimport { GRPC_HOST } from '../../constants/env.constants';\nimport { unaryTransport } from \"../transport\";\nimport { grpcError } from \"$lib/utils/grpcError\";\n\nconst { grpc } = grpcWeb;\n\nexport function getMyProfile() {\n return new Promise<{ status: grpc.Code, message: ProfileGetReply }>((resolve, reject) => {\n const req = new ProfileGetRequest()\n\n grpc.unary(Profile.GetProfile, {\n request: req,\n host: GRPC_HOST,\n transport: unaryTransport,\n onEnd: res => {\n const { status, message } = res;\n if (status === grpc.Code.OK && message !== null) {\n resolve({\n status,\n message,\n })\n }\n\n reject(grpcError(\"Get my profile\", arguments, res))\n }\n })\n })\n}\n"],"names":["grpc","grpcWeb","getMyProfile","resolve","reject","req","ProfileGetRequest","Profile","GRPC_HOST","unaryTransport","res","status","message","grpcError"],"mappings":"yhBASA,KAAM,CAAE,KAAAA,CAAS,EAAAC,EAEV,SAASC,GAAe,CAC7B,OAAO,IAAI,QAAyD,CAACC,EAASC,IAAW,CACjF,MAAAC,EAAM,IAAIC,EAAAA,kBAEXN,EAAA,MAA6DO,EAAQ,WAAY,CACpF,QAASF,EACT,KAAMG,EACN,UAAWC,EACX,MAAcC,GAAA,CACN,KAAA,CAAE,OAAAC,EAAQ,QAAAC,CAAY,EAAAF,EACxBC,IAAWX,EAAK,KAAK,IAAMY,IAAY,MACjCT,EAAA,CACN,OAAAQ,EACA,QAAAC,CAAA,CACD,EAGHR,EAAOS,EAAU,iBAAkB,UAAWH,CAAG,CAAC,CACpD,CAAA,CACD,CAAA,CACF,CACH"}