{"code":"var StitchServiceClientImpl = (function () {\r\n    function StitchServiceClientImpl(proxy) {\r\n        this.proxy = proxy;\r\n    }\r\n    StitchServiceClientImpl.prototype.callFunction = function (name, args, codec) {\r\n        return this.proxy.callFunction(name, args, codec);\r\n    };\r\n    return StitchServiceClientImpl;\r\n}());\r\nexport default StitchServiceClientImpl;\r\n//# sourceMappingURL=StitchServiceClientImpl.js.map","map":"{\"version\":3,\"file\":\"StitchServiceClientImpl.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../../src/services/internal/StitchServiceClientImpl.ts\"],\"names\":[],\"mappings\":\"AAuBA;IACE,iCACmB,KAA8B;QAA9B,UAAK,GAAL,KAAK,CAAyB;IAC7C,CAAC;IAEE,8CAAY,GAAnB,UACE,IAAY,EACZ,IAAW,EACX,KAAkB;QAElB,OAAO,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;IACpD,CAAC;IACH,8BAAC;AAAD,CAAC,AAZD,IAYC\"}","dts":{"name":"/Users/eric/stitch/stitch-js-sdk/packages/browser/core/.rpt2_cache/placeholder/services/internal/StitchServiceClientImpl.d.ts","text":"import { CoreStitchServiceClient, Decoder } from \"mongodb-stitch-core-sdk\";\r\nimport StitchServiceClient from \"../StitchServiceClient\";\r\nexport default class StitchServiceClientImpl implements StitchServiceClient {\r\n    private readonly proxy;\r\n    constructor(proxy: CoreStitchServiceClient);\r\n    callFunction<T>(name: string, args: any[], codec?: Decoder<T>): Promise<T>;\r\n}\r\n"}}
