// @generated by protobuf-ts 2.11.1 with parameter use_proto_field_name,keep_enum_prefix // @generated from protobuf file "executionflowInput.proto" (package "api", syntax proto3) // tslint:disable import type { RpcTransport } from "@protobuf-ts/runtime-rpc"; import type { ServiceInfo } from "@protobuf-ts/runtime-rpc"; import { ExecutionflowInputAPI } from "./executionflowInput"; import type { ExecutionflowCustomFieldsUpdatedResponse } from "./executionflowInput"; import type { ExecutionflowCustomFieldsUpdatedRequest } from "./executionflowInput"; import type { ExecutionflowSanitisedResponse } from "./executionflowInput"; import type { ExecutionflowSanitisedRequest } from "./executionflowInput"; import type { ExecutionflowRenotifiedResponse } from "./executionflowInput"; import type { ExecutionflowRenotifiedRequest } from "./executionflowInput"; import type { ExecutionflowLinesDetectedResponse } from "./executionflowInput"; import type { ExecutionflowLinesDetectedRequest } from "./executionflowInput"; import type { ExecutionflowLinesAddedResponse } from "./executionflowInput"; import type { ExecutionflowLinesAddedRequest } from "./executionflowInput"; import type { ExecutionflowDeletedResponse } from "./executionflowInput"; import type { ExecutionflowDeletedRequest } from "./executionflowInput"; import type { ExecutionflowClaimAddedResponse } from "./executionflowInput"; import type { ExecutionflowClaimAddedRequest } from "./executionflowInput"; import type { ExecutionflowAllocationErrorResponse } from "./executionflowInput"; import type { ExecutionflowAllocationErrorRequest } from "./executionflowInput"; import type { ExecutionflowAttachmentRemovedResponse } from "./executionflowInput"; import type { ExecutionflowAttachmentRemovedRequest } from "./executionflowInput"; import type { ExecutionflowAttachmentAddedResponse } from "./executionflowInput"; import type { ExecutionflowAttachmentAddedRequest } from "./executionflowInput"; import type { ExecutionflowCarrierUpdatedResponse } from "./executionflowInput"; import type { ExecutionflowCarrierUpdatedRequest } from "./executionflowInput"; import type { ExecutionflowMetaDataUpdatedResponse } from "./executionflowInput"; import type { ExecutionflowMetaDataUpdatedRequest } from "./executionflowInput"; import type { ExecutionflowReceiptCompletedResponse } from "./executionflowInput"; import type { ExecutionflowReceiptCompletedRequest } from "./executionflowInput"; import type { ExecutionflowReceiptStartedResponse } from "./executionflowInput"; import type { ExecutionflowReceiptStartedRequest } from "./executionflowInput"; import type { ExecutionflowReceiptExpectedResponse } from "./executionflowInput"; import type { ExecutionflowReceiptExpectedRequest } from "./executionflowInput"; import type { ExecutionflowTransportCompletedResponse } from "./executionflowInput"; import type { ExecutionflowTransportCompletedRequest } from "./executionflowInput"; import type { ExecutionflowTransportStartedResponse } from "./executionflowInput"; import type { ExecutionflowTransportStartedRequest } from "./executionflowInput"; import type { ExecutionflowTransportExpectedResponse } from "./executionflowInput"; import type { ExecutionflowTransportExpectedRequest } from "./executionflowInput"; import type { ExecutionflowPreparationCompletedResponse } from "./executionflowInput"; import type { ExecutionflowPreparationCompletedRequest } from "./executionflowInput"; import type { ExecutionflowPreparationStartedResponse } from "./executionflowInput"; import type { ExecutionflowPreparationStartedRequest } from "./executionflowInput"; import type { ExecutionflowPreparationExpectedResponse } from "./executionflowInput"; import type { ExecutionflowPreparationExpectedRequest } from "./executionflowInput"; import type { ExecutionflowETAUpdatedResponse } from "./executionflowInput"; import type { ExecutionflowETAUpdatedRequest } from "./executionflowInput"; import type { ExecutionflowHUETAUpdatedResponse } from "./executionflowInput"; import type { ExecutionflowHUETAUpdatedRequest } from "./executionflowInput"; import type { ExecutionflowHUTrackingUpdatedResponse } from "./executionflowInput"; import type { ExecutionflowHUTrackingUpdatedRequest } from "./executionflowInput"; import type { ExecutionflowHUContentUpdatedResponse } from "./executionflowInput"; import type { ExecutionflowHUContentUpdatedRequest } from "./executionflowInput"; import type { ExecutionflowCompletedResponse } from "./executionflowInput"; import type { ExecutionflowCompletedRequest } from "./executionflowInput"; import type { ExecutionflowAnonymisedResponse } from "./executionflowInput"; import type { ExecutionflowAnonymisedRequest } from "./executionflowInput"; import type { ExecutionflowCancelledResponse } from "./executionflowInput"; import type { ExecutionflowCancelledRequest } from "./executionflowInput"; import type { ExecutionflowShipToAckedResponse } from "./executionflowInput"; import type { ExecutionflowShipToAckedRequest } from "./executionflowInput"; import type { ExecutionflowShipFromAckedResponse } from "./executionflowInput"; import type { ExecutionflowShipFromAckedRequest } from "./executionflowInput"; import type { ExecutionflowRedetectedResponse } from "./executionflowInput"; import type { ExecutionflowRedetectedRequest } from "./executionflowInput"; import type { ExecutionflowDetectedResponse } from "./executionflowInput"; import type { ExecutionflowDetectedRequest } from "./executionflowInput"; import { stackIntercept } from "@protobuf-ts/runtime-rpc"; import type { ExecutionflowCreatedResponse } from "./executionflowInput"; import type { ExecutionflowCreatedRequest } from "./executionflowInput"; import type { UnaryCall } from "@protobuf-ts/runtime-rpc"; import type { RpcOptions } from "@protobuf-ts/runtime-rpc"; /** * * API-server services * * @generated from protobuf service api.ExecutionflowInputAPI */ export interface IExecutionflowInputAPIClient { /** * @generated from protobuf rpc: Created */ created(input: ExecutionflowCreatedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: Detected */ detected(input: ExecutionflowDetectedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: Redetected */ redetected(input: ExecutionflowRedetectedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: ShipFromAcked */ shipFromAcked(input: ExecutionflowShipFromAckedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: ShipToAcked */ shipToAcked(input: ExecutionflowShipToAckedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: Cancelled */ cancelled(input: ExecutionflowCancelledRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: Anonymised */ anonymised(input: ExecutionflowAnonymisedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: Completed */ completed(input: ExecutionflowCompletedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: HUContentUpdated */ hUContentUpdated(input: ExecutionflowHUContentUpdatedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: HUTrackingUpdated */ hUTrackingUpdated(input: ExecutionflowHUTrackingUpdatedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: HUETAUpdated */ hUETAUpdated(input: ExecutionflowHUETAUpdatedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: ETAUpdated */ eTAUpdated(input: ExecutionflowETAUpdatedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: PreparationExpected */ preparationExpected(input: ExecutionflowPreparationExpectedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: PreparationStarted */ preparationStarted(input: ExecutionflowPreparationStartedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: PreparationCompleted */ preparationCompleted(input: ExecutionflowPreparationCompletedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: TransportExpected */ transportExpected(input: ExecutionflowTransportExpectedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: TransportStarted */ transportStarted(input: ExecutionflowTransportStartedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: TransportCompleted */ transportCompleted(input: ExecutionflowTransportCompletedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: ReceiptExpected */ receiptExpected(input: ExecutionflowReceiptExpectedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: ReceiptStarted */ receiptStarted(input: ExecutionflowReceiptStartedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: ReceiptCompleted */ receiptCompleted(input: ExecutionflowReceiptCompletedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: MetaDataUpdated */ metaDataUpdated(input: ExecutionflowMetaDataUpdatedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: CarrierUpdated */ carrierUpdated(input: ExecutionflowCarrierUpdatedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: AttachmentAdded */ attachmentAdded(input: ExecutionflowAttachmentAddedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: AttachmentRemoved */ attachmentRemoved(input: ExecutionflowAttachmentRemovedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: AllocationError */ allocationError(input: ExecutionflowAllocationErrorRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: ClaimAdded */ claimAdded(input: ExecutionflowClaimAddedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: Deleted */ deleted(input: ExecutionflowDeletedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: LinesAdded */ linesAdded(input: ExecutionflowLinesAddedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: LinesDetected */ linesDetected(input: ExecutionflowLinesDetectedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: Renotified */ renotified(input: ExecutionflowRenotifiedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: Sanitised */ sanitised(input: ExecutionflowSanitisedRequest, options?: RpcOptions): UnaryCall; /** * @generated from protobuf rpc: CustomFieldsUpdated */ customFieldsUpdated(input: ExecutionflowCustomFieldsUpdatedRequest, options?: RpcOptions): UnaryCall; } /** * * API-server services * * @generated from protobuf service api.ExecutionflowInputAPI */ export class ExecutionflowInputAPIClient implements IExecutionflowInputAPIClient, ServiceInfo { typeName = ExecutionflowInputAPI.typeName; methods = ExecutionflowInputAPI.methods; options = ExecutionflowInputAPI.options; constructor(private readonly _transport: RpcTransport) { } /** * @generated from protobuf rpc: Created */ created(input: ExecutionflowCreatedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[0], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: Detected */ detected(input: ExecutionflowDetectedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[1], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: Redetected */ redetected(input: ExecutionflowRedetectedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[2], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: ShipFromAcked */ shipFromAcked(input: ExecutionflowShipFromAckedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[3], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: ShipToAcked */ shipToAcked(input: ExecutionflowShipToAckedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[4], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: Cancelled */ cancelled(input: ExecutionflowCancelledRequest, options?: RpcOptions): UnaryCall { const method = this.methods[5], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: Anonymised */ anonymised(input: ExecutionflowAnonymisedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[6], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: Completed */ completed(input: ExecutionflowCompletedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[7], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: HUContentUpdated */ hUContentUpdated(input: ExecutionflowHUContentUpdatedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[8], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: HUTrackingUpdated */ hUTrackingUpdated(input: ExecutionflowHUTrackingUpdatedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[9], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: HUETAUpdated */ hUETAUpdated(input: ExecutionflowHUETAUpdatedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[10], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: ETAUpdated */ eTAUpdated(input: ExecutionflowETAUpdatedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[11], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: PreparationExpected */ preparationExpected(input: ExecutionflowPreparationExpectedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[12], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: PreparationStarted */ preparationStarted(input: ExecutionflowPreparationStartedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[13], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: PreparationCompleted */ preparationCompleted(input: ExecutionflowPreparationCompletedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[14], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: TransportExpected */ transportExpected(input: ExecutionflowTransportExpectedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[15], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: TransportStarted */ transportStarted(input: ExecutionflowTransportStartedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[16], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: TransportCompleted */ transportCompleted(input: ExecutionflowTransportCompletedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[17], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: ReceiptExpected */ receiptExpected(input: ExecutionflowReceiptExpectedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[18], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: ReceiptStarted */ receiptStarted(input: ExecutionflowReceiptStartedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[19], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: ReceiptCompleted */ receiptCompleted(input: ExecutionflowReceiptCompletedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[20], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: MetaDataUpdated */ metaDataUpdated(input: ExecutionflowMetaDataUpdatedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[21], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: CarrierUpdated */ carrierUpdated(input: ExecutionflowCarrierUpdatedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[22], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: AttachmentAdded */ attachmentAdded(input: ExecutionflowAttachmentAddedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[23], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: AttachmentRemoved */ attachmentRemoved(input: ExecutionflowAttachmentRemovedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[24], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: AllocationError */ allocationError(input: ExecutionflowAllocationErrorRequest, options?: RpcOptions): UnaryCall { const method = this.methods[25], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: ClaimAdded */ claimAdded(input: ExecutionflowClaimAddedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[26], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: Deleted */ deleted(input: ExecutionflowDeletedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[27], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: LinesAdded */ linesAdded(input: ExecutionflowLinesAddedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[28], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: LinesDetected */ linesDetected(input: ExecutionflowLinesDetectedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[29], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: Renotified */ renotified(input: ExecutionflowRenotifiedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[30], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: Sanitised */ sanitised(input: ExecutionflowSanitisedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[31], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } /** * @generated from protobuf rpc: CustomFieldsUpdated */ customFieldsUpdated(input: ExecutionflowCustomFieldsUpdatedRequest, options?: RpcOptions): UnaryCall { const method = this.methods[32], opt = this._transport.mergeOptions(options); return stackIntercept("unary", this._transport, method, opt, input); } }