{"code":"import * as tslib_1 from \"tslib\";\r\nimport { CoreStitchServiceClientImpl } from \"mongodb-stitch-core-sdk\";\r\nvar StitchServiceImpl = (function (_super) {\r\n    tslib_1.__extends(StitchServiceImpl, _super);\r\n    function StitchServiceImpl(requestClient, routes, name) {\r\n        return _super.call(this, requestClient, routes, name) || this;\r\n    }\r\n    StitchServiceImpl.prototype.callFunction = function (name, args, codec) {\r\n        var _this = this;\r\n        return new Promise(function (resolve, reject) {\r\n            resolve(_this.callFunctionInternal(name, args, codec));\r\n        });\r\n    };\r\n    return StitchServiceImpl;\r\n}(CoreStitchServiceClientImpl));\r\nexport default StitchServiceImpl;\r\n//# sourceMappingURL=StitchServiceImpl.js.map","map":"{\"version\":3,\"file\":\"StitchServiceImpl.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../../src/services/internal/StitchServiceImpl.ts\"],\"names\":[],\"mappings\":\";AAgBA,OAAO,EAEL,2BAA2B,EAI5B,MAAM,yBAAyB,CAAC;AAIjC;IAA+C,6CAA2B;IAExE,2BACE,aAAsC,EACtC,MAA2B,EAC3B,IAAY;eAEZ,kBAAM,aAAa,EAAE,MAAM,EAAE,IAAI,CAAC;IACpC,CAAC;IAEM,wCAAY,GAAnB,UACE,IAAY,EACZ,IAAW,EACX,KAAkB;QAHpB,iBAQC;QAHC,OAAO,IAAI,OAAO,CAAC,UAAC,OAAO,EAAE,MAAM;YACjC,OAAO,CAAC,KAAI,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC;QACxD,CAAC,CAAC,CAAC;IACL,CAAC;IACH,wBAAC;AAAD,CAAC,AAnBD,CAA+C,2BAA2B,GAmBzE\"}","dts":{"name":"/Users/eric/stitch/stitch-js-sdk/packages/browser/core/.rpt2_cache/placeholder/services/internal/StitchServiceImpl.d.ts","text":"import { CoreStitchServiceClientImpl, Decoder, StitchAuthRequestClient, StitchServiceRoutes } from \"mongodb-stitch-core-sdk\";\r\nimport StitchServiceClient from \"./StitchServiceClient\";\r\nexport default class StitchServiceImpl extends CoreStitchServiceClientImpl implements StitchServiceClient {\r\n    constructor(requestClient: StitchAuthRequestClient, routes: StitchServiceRoutes, name: string);\r\n    callFunction<T>(name: string, args: any[], codec?: Decoder<T>): Promise<T>;\r\n}\r\n"}}
