{"version":3,"file":"span_export_service.client.cjs","names":["_transport: RpcTransport","SpanExportService"],"sources":["../../generated/ts/backend/span_export_service.client.ts"],"sourcesContent":["// @generated by protobuf-ts 2.11.1 with parameter generate_dependencies\n// @generated from protobuf file \"backend/span_export_service.proto\" (package \"tusk.drift.backend.v1\", syntax proto3)\n// tslint:disable\nimport type { RpcTransport } from \"@protobuf-ts/runtime-rpc\";\nimport type { ServiceInfo } from \"@protobuf-ts/runtime-rpc\";\nimport { SpanExportService } from \"./span_export_service\";\nimport { stackIntercept } from \"@protobuf-ts/runtime-rpc\";\nimport type { ExportSpansResponse } from \"./span_export_service\";\nimport type { ExportSpansRequest } from \"./span_export_service\";\nimport type { UnaryCall } from \"@protobuf-ts/runtime-rpc\";\nimport type { RpcOptions } from \"@protobuf-ts/runtime-rpc\";\n/**\n * @generated from protobuf service tusk.drift.backend.v1.SpanExportService\n */\nexport interface ISpanExportServiceClient {\n    /**\n     * @generated from protobuf rpc: ExportSpans\n     */\n    exportSpans(input: ExportSpansRequest, options?: RpcOptions): UnaryCall<ExportSpansRequest, ExportSpansResponse>;\n}\n/**\n * @generated from protobuf service tusk.drift.backend.v1.SpanExportService\n */\nexport class SpanExportServiceClient implements ISpanExportServiceClient, ServiceInfo {\n    typeName = SpanExportService.typeName;\n    methods = SpanExportService.methods;\n    options = SpanExportService.options;\n    constructor(private readonly _transport: RpcTransport) {\n    }\n    /**\n     * @generated from protobuf rpc: ExportSpans\n     */\n    exportSpans(input: ExportSpansRequest, options?: RpcOptions): UnaryCall<ExportSpansRequest, ExportSpansResponse> {\n        const method = this.methods[0], opt = this._transport.mergeOptions(options);\n        return stackIntercept<ExportSpansRequest, ExportSpansResponse>(\"unary\", this._transport, method, opt, input);\n    }\n}\n"],"mappings":";;;;;;;;;;;;;;AAuBA,IAAa,0BAAb,MAAsF;CAIlF,YAAY,AAAiBA,YAA0B;EAA1B;OAH7B,WAAWC,8CAAkB;OAC7B,UAAUA,8CAAkB;OAC5B,UAAUA,8CAAkB;;;;;CAM5B,YAAY,OAA2B,SAA0E;EAC7G,MAAM,SAAS,KAAK,QAAQ,IAAI,MAAM,KAAK,WAAW,aAAa,QAAQ;AAC3E,uDAA+D,SAAS,KAAK,YAAY,QAAQ,KAAK,MAAM"}