{"version":3,"sources":["../../../packages/core/rpc/report/rpc-report-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAE7B,OAAO,EAAE,aAAa,EAAgB,MAAM,oBAAoB,CAAC;AAEjE,qBAAa,eAAe;IACxB;;;;;OAKG;WACW,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC;CAGrE","file":"rpc-report-client.d.ts","sourcesContent":["import { Rpc } from '../rpc';\r\nimport { RpcInboundClient } from '../rpc-inbound-client';\r\nimport { RpcReportData, RpcReportKey } from './rpc-report-model';\r\n\r\nexport class RpcReportClient {\r\n    /**\r\n     * The report data command.\r\n     *\r\n     * @param data the report data object.\r\n     * @return Promise<void> the promise object.\r\n     */\r\n    public static report(rpc: Rpc, data: RpcReportData): Promise<void> {\r\n        return RpcInboundClient.call(rpc, RpcReportKey.command, RpcReportKey.version, data);\r\n    }\r\n}\r\n"]}