You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "executionflowInput.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -71,115 +71,115 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
||||
*/
|
||||
export interface IExecutionflowInputAPIClient {
|
||||
/**
|
||||
* @generated from protobuf rpc: Created(api.ExecutionflowCreatedRequest) returns (api.ExecutionflowCreatedResponse);
|
||||
* @generated from protobuf rpc: Created
|
||||
*/
|
||||
created(input: ExecutionflowCreatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowCreatedRequest, ExecutionflowCreatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: Detected(api.ExecutionflowDetectedRequest) returns (api.ExecutionflowDetectedResponse);
|
||||
* @generated from protobuf rpc: Detected
|
||||
*/
|
||||
detected(input: ExecutionflowDetectedRequest, options?: RpcOptions): UnaryCall<ExecutionflowDetectedRequest, ExecutionflowDetectedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: Redetected(api.ExecutionflowRedetectedRequest) returns (api.ExecutionflowRedetectedResponse);
|
||||
* @generated from protobuf rpc: Redetected
|
||||
*/
|
||||
redetected(input: ExecutionflowRedetectedRequest, options?: RpcOptions): UnaryCall<ExecutionflowRedetectedRequest, ExecutionflowRedetectedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ShipFromAcked(api.ExecutionflowShipFromAckedRequest) returns (api.ExecutionflowShipFromAckedResponse);
|
||||
* @generated from protobuf rpc: ShipFromAcked
|
||||
*/
|
||||
shipFromAcked(input: ExecutionflowShipFromAckedRequest, options?: RpcOptions): UnaryCall<ExecutionflowShipFromAckedRequest, ExecutionflowShipFromAckedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ShipToAcked(api.ExecutionflowShipToAckedRequest) returns (api.ExecutionflowShipToAckedResponse);
|
||||
* @generated from protobuf rpc: ShipToAcked
|
||||
*/
|
||||
shipToAcked(input: ExecutionflowShipToAckedRequest, options?: RpcOptions): UnaryCall<ExecutionflowShipToAckedRequest, ExecutionflowShipToAckedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: Cancelled(api.ExecutionflowCancelledRequest) returns (api.ExecutionflowCancelledResponse);
|
||||
* @generated from protobuf rpc: Cancelled
|
||||
*/
|
||||
cancelled(input: ExecutionflowCancelledRequest, options?: RpcOptions): UnaryCall<ExecutionflowCancelledRequest, ExecutionflowCancelledResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: Anonymised(api.ExecutionflowAnonymisedRequest) returns (api.ExecutionflowAnonymisedResponse);
|
||||
* @generated from protobuf rpc: Anonymised
|
||||
*/
|
||||
anonymised(input: ExecutionflowAnonymisedRequest, options?: RpcOptions): UnaryCall<ExecutionflowAnonymisedRequest, ExecutionflowAnonymisedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: Completed(api.ExecutionflowCompletedRequest) returns (api.ExecutionflowCompletedResponse);
|
||||
* @generated from protobuf rpc: Completed
|
||||
*/
|
||||
completed(input: ExecutionflowCompletedRequest, options?: RpcOptions): UnaryCall<ExecutionflowCompletedRequest, ExecutionflowCompletedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: HUContentUpdated(api.ExecutionflowHUContentUpdatedRequest) returns (api.ExecutionflowHUContentUpdatedResponse);
|
||||
* @generated from protobuf rpc: HUContentUpdated
|
||||
*/
|
||||
hUContentUpdated(input: ExecutionflowHUContentUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowHUContentUpdatedRequest, ExecutionflowHUContentUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: HUTrackingUpdated(api.ExecutionflowHUTrackingUpdatedRequest) returns (api.ExecutionflowHUTrackingUpdatedResponse);
|
||||
* @generated from protobuf rpc: HUTrackingUpdated
|
||||
*/
|
||||
hUTrackingUpdated(input: ExecutionflowHUTrackingUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowHUTrackingUpdatedRequest, ExecutionflowHUTrackingUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: HUETAUpdated(api.ExecutionflowHUETAUpdatedRequest) returns (api.ExecutionflowHUETAUpdatedResponse);
|
||||
* @generated from protobuf rpc: HUETAUpdated
|
||||
*/
|
||||
hUETAUpdated(input: ExecutionflowHUETAUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowHUETAUpdatedRequest, ExecutionflowHUETAUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ETAUpdated(api.ExecutionflowETAUpdatedRequest) returns (api.ExecutionflowETAUpdatedResponse);
|
||||
* @generated from protobuf rpc: ETAUpdated
|
||||
*/
|
||||
eTAUpdated(input: ExecutionflowETAUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowETAUpdatedRequest, ExecutionflowETAUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: PreparationExpected(api.ExecutionflowPreparationExpectedRequest) returns (api.ExecutionflowPreparationExpectedResponse);
|
||||
* @generated from protobuf rpc: PreparationExpected
|
||||
*/
|
||||
preparationExpected(input: ExecutionflowPreparationExpectedRequest, options?: RpcOptions): UnaryCall<ExecutionflowPreparationExpectedRequest, ExecutionflowPreparationExpectedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: PreparationStarted(api.ExecutionflowPreparationStartedRequest) returns (api.ExecutionflowPreparationStartedResponse);
|
||||
* @generated from protobuf rpc: PreparationStarted
|
||||
*/
|
||||
preparationStarted(input: ExecutionflowPreparationStartedRequest, options?: RpcOptions): UnaryCall<ExecutionflowPreparationStartedRequest, ExecutionflowPreparationStartedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: PreparationCompleted(api.ExecutionflowPreparationCompletedRequest) returns (api.ExecutionflowPreparationCompletedResponse);
|
||||
* @generated from protobuf rpc: PreparationCompleted
|
||||
*/
|
||||
preparationCompleted(input: ExecutionflowPreparationCompletedRequest, options?: RpcOptions): UnaryCall<ExecutionflowPreparationCompletedRequest, ExecutionflowPreparationCompletedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: TransportExpected(api.ExecutionflowTransportExpectedRequest) returns (api.ExecutionflowTransportExpectedResponse);
|
||||
* @generated from protobuf rpc: TransportExpected
|
||||
*/
|
||||
transportExpected(input: ExecutionflowTransportExpectedRequest, options?: RpcOptions): UnaryCall<ExecutionflowTransportExpectedRequest, ExecutionflowTransportExpectedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: TransportStarted(api.ExecutionflowTransportStartedRequest) returns (api.ExecutionflowTransportStartedResponse);
|
||||
* @generated from protobuf rpc: TransportStarted
|
||||
*/
|
||||
transportStarted(input: ExecutionflowTransportStartedRequest, options?: RpcOptions): UnaryCall<ExecutionflowTransportStartedRequest, ExecutionflowTransportStartedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: TransportCompleted(api.ExecutionflowTransportCompletedRequest) returns (api.ExecutionflowTransportCompletedResponse);
|
||||
* @generated from protobuf rpc: TransportCompleted
|
||||
*/
|
||||
transportCompleted(input: ExecutionflowTransportCompletedRequest, options?: RpcOptions): UnaryCall<ExecutionflowTransportCompletedRequest, ExecutionflowTransportCompletedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ReceiptExpected(api.ExecutionflowReceiptExpectedRequest) returns (api.ExecutionflowReceiptExpectedResponse);
|
||||
* @generated from protobuf rpc: ReceiptExpected
|
||||
*/
|
||||
receiptExpected(input: ExecutionflowReceiptExpectedRequest, options?: RpcOptions): UnaryCall<ExecutionflowReceiptExpectedRequest, ExecutionflowReceiptExpectedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ReceiptStarted(api.ExecutionflowReceiptStartedRequest) returns (api.ExecutionflowReceiptStartedResponse);
|
||||
* @generated from protobuf rpc: ReceiptStarted
|
||||
*/
|
||||
receiptStarted(input: ExecutionflowReceiptStartedRequest, options?: RpcOptions): UnaryCall<ExecutionflowReceiptStartedRequest, ExecutionflowReceiptStartedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ReceiptCompleted(api.ExecutionflowReceiptCompletedRequest) returns (api.ExecutionflowReceiptCompletedResponse);
|
||||
* @generated from protobuf rpc: ReceiptCompleted
|
||||
*/
|
||||
receiptCompleted(input: ExecutionflowReceiptCompletedRequest, options?: RpcOptions): UnaryCall<ExecutionflowReceiptCompletedRequest, ExecutionflowReceiptCompletedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: MetaDataUpdated(api.ExecutionflowMetaDataUpdatedRequest) returns (api.ExecutionflowMetaDataUpdatedResponse);
|
||||
* @generated from protobuf rpc: MetaDataUpdated
|
||||
*/
|
||||
metaDataUpdated(input: ExecutionflowMetaDataUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowMetaDataUpdatedRequest, ExecutionflowMetaDataUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: CarrierUpdated(api.ExecutionflowCarrierUpdatedRequest) returns (api.ExecutionflowCarrierUpdatedResponse);
|
||||
* @generated from protobuf rpc: CarrierUpdated
|
||||
*/
|
||||
carrierUpdated(input: ExecutionflowCarrierUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowCarrierUpdatedRequest, ExecutionflowCarrierUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: AttachmentAdded(api.ExecutionflowAttachmentAddedRequest) returns (api.ExecutionflowAttachmentAddedResponse);
|
||||
* @generated from protobuf rpc: AttachmentAdded
|
||||
*/
|
||||
attachmentAdded(input: ExecutionflowAttachmentAddedRequest, options?: RpcOptions): UnaryCall<ExecutionflowAttachmentAddedRequest, ExecutionflowAttachmentAddedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: AttachmentRemoved(api.ExecutionflowAttachmentRemovedRequest) returns (api.ExecutionflowAttachmentRemovedResponse);
|
||||
* @generated from protobuf rpc: AttachmentRemoved
|
||||
*/
|
||||
attachmentRemoved(input: ExecutionflowAttachmentRemovedRequest, options?: RpcOptions): UnaryCall<ExecutionflowAttachmentRemovedRequest, ExecutionflowAttachmentRemovedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: AllocationError(api.ExecutionflowAllocationErrorRequest) returns (api.ExecutionflowAllocationErrorResponse);
|
||||
* @generated from protobuf rpc: AllocationError
|
||||
*/
|
||||
allocationError(input: ExecutionflowAllocationErrorRequest, options?: RpcOptions): UnaryCall<ExecutionflowAllocationErrorRequest, ExecutionflowAllocationErrorResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ClaimAdded(api.ExecutionflowClaimAddedRequest) returns (api.ExecutionflowClaimAddedResponse);
|
||||
* @generated from protobuf rpc: ClaimAdded
|
||||
*/
|
||||
claimAdded(input: ExecutionflowClaimAddedRequest, options?: RpcOptions): UnaryCall<ExecutionflowClaimAddedRequest, ExecutionflowClaimAddedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: Deleted(api.ExecutionflowDeletedRequest) returns (api.ExecutionflowDeletedResponse);
|
||||
* @generated from protobuf rpc: Deleted
|
||||
*/
|
||||
deleted(input: ExecutionflowDeletedRequest, options?: RpcOptions): UnaryCall<ExecutionflowDeletedRequest, ExecutionflowDeletedResponse>;
|
||||
}
|
||||
@@ -196,196 +196,196 @@ export class ExecutionflowInputAPIClient implements IExecutionflowInputAPIClient
|
||||
constructor(private readonly _transport: RpcTransport) {
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Created(api.ExecutionflowCreatedRequest) returns (api.ExecutionflowCreatedResponse);
|
||||
* @generated from protobuf rpc: Created
|
||||
*/
|
||||
created(input: ExecutionflowCreatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowCreatedRequest, ExecutionflowCreatedResponse> {
|
||||
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowCreatedRequest, ExecutionflowCreatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Detected(api.ExecutionflowDetectedRequest) returns (api.ExecutionflowDetectedResponse);
|
||||
* @generated from protobuf rpc: Detected
|
||||
*/
|
||||
detected(input: ExecutionflowDetectedRequest, options?: RpcOptions): UnaryCall<ExecutionflowDetectedRequest, ExecutionflowDetectedResponse> {
|
||||
const method = this.methods[1], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowDetectedRequest, ExecutionflowDetectedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Redetected(api.ExecutionflowRedetectedRequest) returns (api.ExecutionflowRedetectedResponse);
|
||||
* @generated from protobuf rpc: Redetected
|
||||
*/
|
||||
redetected(input: ExecutionflowRedetectedRequest, options?: RpcOptions): UnaryCall<ExecutionflowRedetectedRequest, ExecutionflowRedetectedResponse> {
|
||||
const method = this.methods[2], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowRedetectedRequest, ExecutionflowRedetectedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ShipFromAcked(api.ExecutionflowShipFromAckedRequest) returns (api.ExecutionflowShipFromAckedResponse);
|
||||
* @generated from protobuf rpc: ShipFromAcked
|
||||
*/
|
||||
shipFromAcked(input: ExecutionflowShipFromAckedRequest, options?: RpcOptions): UnaryCall<ExecutionflowShipFromAckedRequest, ExecutionflowShipFromAckedResponse> {
|
||||
const method = this.methods[3], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowShipFromAckedRequest, ExecutionflowShipFromAckedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ShipToAcked(api.ExecutionflowShipToAckedRequest) returns (api.ExecutionflowShipToAckedResponse);
|
||||
* @generated from protobuf rpc: ShipToAcked
|
||||
*/
|
||||
shipToAcked(input: ExecutionflowShipToAckedRequest, options?: RpcOptions): UnaryCall<ExecutionflowShipToAckedRequest, ExecutionflowShipToAckedResponse> {
|
||||
const method = this.methods[4], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowShipToAckedRequest, ExecutionflowShipToAckedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Cancelled(api.ExecutionflowCancelledRequest) returns (api.ExecutionflowCancelledResponse);
|
||||
* @generated from protobuf rpc: Cancelled
|
||||
*/
|
||||
cancelled(input: ExecutionflowCancelledRequest, options?: RpcOptions): UnaryCall<ExecutionflowCancelledRequest, ExecutionflowCancelledResponse> {
|
||||
const method = this.methods[5], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowCancelledRequest, ExecutionflowCancelledResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Anonymised(api.ExecutionflowAnonymisedRequest) returns (api.ExecutionflowAnonymisedResponse);
|
||||
* @generated from protobuf rpc: Anonymised
|
||||
*/
|
||||
anonymised(input: ExecutionflowAnonymisedRequest, options?: RpcOptions): UnaryCall<ExecutionflowAnonymisedRequest, ExecutionflowAnonymisedResponse> {
|
||||
const method = this.methods[6], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowAnonymisedRequest, ExecutionflowAnonymisedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Completed(api.ExecutionflowCompletedRequest) returns (api.ExecutionflowCompletedResponse);
|
||||
* @generated from protobuf rpc: Completed
|
||||
*/
|
||||
completed(input: ExecutionflowCompletedRequest, options?: RpcOptions): UnaryCall<ExecutionflowCompletedRequest, ExecutionflowCompletedResponse> {
|
||||
const method = this.methods[7], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowCompletedRequest, ExecutionflowCompletedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: HUContentUpdated(api.ExecutionflowHUContentUpdatedRequest) returns (api.ExecutionflowHUContentUpdatedResponse);
|
||||
* @generated from protobuf rpc: HUContentUpdated
|
||||
*/
|
||||
hUContentUpdated(input: ExecutionflowHUContentUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowHUContentUpdatedRequest, ExecutionflowHUContentUpdatedResponse> {
|
||||
const method = this.methods[8], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowHUContentUpdatedRequest, ExecutionflowHUContentUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: HUTrackingUpdated(api.ExecutionflowHUTrackingUpdatedRequest) returns (api.ExecutionflowHUTrackingUpdatedResponse);
|
||||
* @generated from protobuf rpc: HUTrackingUpdated
|
||||
*/
|
||||
hUTrackingUpdated(input: ExecutionflowHUTrackingUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowHUTrackingUpdatedRequest, ExecutionflowHUTrackingUpdatedResponse> {
|
||||
const method = this.methods[9], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowHUTrackingUpdatedRequest, ExecutionflowHUTrackingUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: HUETAUpdated(api.ExecutionflowHUETAUpdatedRequest) returns (api.ExecutionflowHUETAUpdatedResponse);
|
||||
* @generated from protobuf rpc: HUETAUpdated
|
||||
*/
|
||||
hUETAUpdated(input: ExecutionflowHUETAUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowHUETAUpdatedRequest, ExecutionflowHUETAUpdatedResponse> {
|
||||
const method = this.methods[10], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowHUETAUpdatedRequest, ExecutionflowHUETAUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ETAUpdated(api.ExecutionflowETAUpdatedRequest) returns (api.ExecutionflowETAUpdatedResponse);
|
||||
* @generated from protobuf rpc: ETAUpdated
|
||||
*/
|
||||
eTAUpdated(input: ExecutionflowETAUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowETAUpdatedRequest, ExecutionflowETAUpdatedResponse> {
|
||||
const method = this.methods[11], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowETAUpdatedRequest, ExecutionflowETAUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: PreparationExpected(api.ExecutionflowPreparationExpectedRequest) returns (api.ExecutionflowPreparationExpectedResponse);
|
||||
* @generated from protobuf rpc: PreparationExpected
|
||||
*/
|
||||
preparationExpected(input: ExecutionflowPreparationExpectedRequest, options?: RpcOptions): UnaryCall<ExecutionflowPreparationExpectedRequest, ExecutionflowPreparationExpectedResponse> {
|
||||
const method = this.methods[12], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowPreparationExpectedRequest, ExecutionflowPreparationExpectedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: PreparationStarted(api.ExecutionflowPreparationStartedRequest) returns (api.ExecutionflowPreparationStartedResponse);
|
||||
* @generated from protobuf rpc: PreparationStarted
|
||||
*/
|
||||
preparationStarted(input: ExecutionflowPreparationStartedRequest, options?: RpcOptions): UnaryCall<ExecutionflowPreparationStartedRequest, ExecutionflowPreparationStartedResponse> {
|
||||
const method = this.methods[13], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowPreparationStartedRequest, ExecutionflowPreparationStartedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: PreparationCompleted(api.ExecutionflowPreparationCompletedRequest) returns (api.ExecutionflowPreparationCompletedResponse);
|
||||
* @generated from protobuf rpc: PreparationCompleted
|
||||
*/
|
||||
preparationCompleted(input: ExecutionflowPreparationCompletedRequest, options?: RpcOptions): UnaryCall<ExecutionflowPreparationCompletedRequest, ExecutionflowPreparationCompletedResponse> {
|
||||
const method = this.methods[14], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowPreparationCompletedRequest, ExecutionflowPreparationCompletedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: TransportExpected(api.ExecutionflowTransportExpectedRequest) returns (api.ExecutionflowTransportExpectedResponse);
|
||||
* @generated from protobuf rpc: TransportExpected
|
||||
*/
|
||||
transportExpected(input: ExecutionflowTransportExpectedRequest, options?: RpcOptions): UnaryCall<ExecutionflowTransportExpectedRequest, ExecutionflowTransportExpectedResponse> {
|
||||
const method = this.methods[15], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowTransportExpectedRequest, ExecutionflowTransportExpectedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: TransportStarted(api.ExecutionflowTransportStartedRequest) returns (api.ExecutionflowTransportStartedResponse);
|
||||
* @generated from protobuf rpc: TransportStarted
|
||||
*/
|
||||
transportStarted(input: ExecutionflowTransportStartedRequest, options?: RpcOptions): UnaryCall<ExecutionflowTransportStartedRequest, ExecutionflowTransportStartedResponse> {
|
||||
const method = this.methods[16], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowTransportStartedRequest, ExecutionflowTransportStartedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: TransportCompleted(api.ExecutionflowTransportCompletedRequest) returns (api.ExecutionflowTransportCompletedResponse);
|
||||
* @generated from protobuf rpc: TransportCompleted
|
||||
*/
|
||||
transportCompleted(input: ExecutionflowTransportCompletedRequest, options?: RpcOptions): UnaryCall<ExecutionflowTransportCompletedRequest, ExecutionflowTransportCompletedResponse> {
|
||||
const method = this.methods[17], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowTransportCompletedRequest, ExecutionflowTransportCompletedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ReceiptExpected(api.ExecutionflowReceiptExpectedRequest) returns (api.ExecutionflowReceiptExpectedResponse);
|
||||
* @generated from protobuf rpc: ReceiptExpected
|
||||
*/
|
||||
receiptExpected(input: ExecutionflowReceiptExpectedRequest, options?: RpcOptions): UnaryCall<ExecutionflowReceiptExpectedRequest, ExecutionflowReceiptExpectedResponse> {
|
||||
const method = this.methods[18], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowReceiptExpectedRequest, ExecutionflowReceiptExpectedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ReceiptStarted(api.ExecutionflowReceiptStartedRequest) returns (api.ExecutionflowReceiptStartedResponse);
|
||||
* @generated from protobuf rpc: ReceiptStarted
|
||||
*/
|
||||
receiptStarted(input: ExecutionflowReceiptStartedRequest, options?: RpcOptions): UnaryCall<ExecutionflowReceiptStartedRequest, ExecutionflowReceiptStartedResponse> {
|
||||
const method = this.methods[19], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowReceiptStartedRequest, ExecutionflowReceiptStartedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ReceiptCompleted(api.ExecutionflowReceiptCompletedRequest) returns (api.ExecutionflowReceiptCompletedResponse);
|
||||
* @generated from protobuf rpc: ReceiptCompleted
|
||||
*/
|
||||
receiptCompleted(input: ExecutionflowReceiptCompletedRequest, options?: RpcOptions): UnaryCall<ExecutionflowReceiptCompletedRequest, ExecutionflowReceiptCompletedResponse> {
|
||||
const method = this.methods[20], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowReceiptCompletedRequest, ExecutionflowReceiptCompletedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: MetaDataUpdated(api.ExecutionflowMetaDataUpdatedRequest) returns (api.ExecutionflowMetaDataUpdatedResponse);
|
||||
* @generated from protobuf rpc: MetaDataUpdated
|
||||
*/
|
||||
metaDataUpdated(input: ExecutionflowMetaDataUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowMetaDataUpdatedRequest, ExecutionflowMetaDataUpdatedResponse> {
|
||||
const method = this.methods[21], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowMetaDataUpdatedRequest, ExecutionflowMetaDataUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: CarrierUpdated(api.ExecutionflowCarrierUpdatedRequest) returns (api.ExecutionflowCarrierUpdatedResponse);
|
||||
* @generated from protobuf rpc: CarrierUpdated
|
||||
*/
|
||||
carrierUpdated(input: ExecutionflowCarrierUpdatedRequest, options?: RpcOptions): UnaryCall<ExecutionflowCarrierUpdatedRequest, ExecutionflowCarrierUpdatedResponse> {
|
||||
const method = this.methods[22], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowCarrierUpdatedRequest, ExecutionflowCarrierUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: AttachmentAdded(api.ExecutionflowAttachmentAddedRequest) returns (api.ExecutionflowAttachmentAddedResponse);
|
||||
* @generated from protobuf rpc: AttachmentAdded
|
||||
*/
|
||||
attachmentAdded(input: ExecutionflowAttachmentAddedRequest, options?: RpcOptions): UnaryCall<ExecutionflowAttachmentAddedRequest, ExecutionflowAttachmentAddedResponse> {
|
||||
const method = this.methods[23], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowAttachmentAddedRequest, ExecutionflowAttachmentAddedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: AttachmentRemoved(api.ExecutionflowAttachmentRemovedRequest) returns (api.ExecutionflowAttachmentRemovedResponse);
|
||||
* @generated from protobuf rpc: AttachmentRemoved
|
||||
*/
|
||||
attachmentRemoved(input: ExecutionflowAttachmentRemovedRequest, options?: RpcOptions): UnaryCall<ExecutionflowAttachmentRemovedRequest, ExecutionflowAttachmentRemovedResponse> {
|
||||
const method = this.methods[24], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowAttachmentRemovedRequest, ExecutionflowAttachmentRemovedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: AllocationError(api.ExecutionflowAllocationErrorRequest) returns (api.ExecutionflowAllocationErrorResponse);
|
||||
* @generated from protobuf rpc: AllocationError
|
||||
*/
|
||||
allocationError(input: ExecutionflowAllocationErrorRequest, options?: RpcOptions): UnaryCall<ExecutionflowAllocationErrorRequest, ExecutionflowAllocationErrorResponse> {
|
||||
const method = this.methods[25], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowAllocationErrorRequest, ExecutionflowAllocationErrorResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ClaimAdded(api.ExecutionflowClaimAddedRequest) returns (api.ExecutionflowClaimAddedResponse);
|
||||
* @generated from protobuf rpc: ClaimAdded
|
||||
*/
|
||||
claimAdded(input: ExecutionflowClaimAddedRequest, options?: RpcOptions): UnaryCall<ExecutionflowClaimAddedRequest, ExecutionflowClaimAddedResponse> {
|
||||
const method = this.methods[26], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ExecutionflowClaimAddedRequest, ExecutionflowClaimAddedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Deleted(api.ExecutionflowDeletedRequest) returns (api.ExecutionflowDeletedResponse);
|
||||
* @generated from protobuf rpc: Deleted
|
||||
*/
|
||||
deleted(input: ExecutionflowDeletedRequest, options?: RpcOptions): UnaryCall<ExecutionflowDeletedRequest, ExecutionflowDeletedResponse> {
|
||||
const method = this.methods[27], opt = this._transport.mergeOptions(options);
|
||||
|
||||
Reference in New Issue
Block a user