{"version":3,"sources":["../../../packages/core/rpc/azure/rpc-azure-request-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAE7B,OAAO,EAAE,iBAAiB,EAAE,uBAAuB,EAAsB,MAAM,mBAAmB,CAAC;AAEnG,qBAAa,qBAAqB;IAC9B;;;;;OAKG;WACW,YAAY,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,uBAAuB,CAAC;CAGlG","file":"rpc-azure-request-client.d.ts","sourcesContent":["import { Rpc } from '../rpc';\r\nimport { RpcInboundClient } from '../rpc-inbound-client';\r\nimport { RpcAzureOperation, RpcAzureOperationResult, RpcAzureRequestKey } from './rpc-azure-model';\r\n\r\nexport class RpcAzureRequestClient {\r\n    /**\r\n     * The azure request client call.\r\n     *\r\n     * @param data the RpcLogRecord object.\r\n     * @return Promise<RpcAzureOperationResult> the promise object with operation result.\r\n     */\r\n    public static azureRequest(rpc: Rpc, data: RpcAzureOperation): Promise<RpcAzureOperationResult> {\r\n        return RpcInboundClient.call(rpc, RpcAzureRequestKey.command, RpcAzureRequestKey.version, data);\r\n    }\r\n}\r\n"]}