You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -20,14 +20,14 @@ import type { AppointmentMetaDataUpdatedResponse } from "./appointmentInput";
|
||||
import type { AppointmentMetaDataUpdatedRequest } from "./appointmentInput";
|
||||
import type { AppointmentCarrierDepartedResponse } from "./appointmentInput";
|
||||
import type { AppointmentCarrierDepartedRequest } from "./appointmentInput";
|
||||
import type { AppointmentReceptionUnloadedResponse } from "./appointmentInput";
|
||||
import type { AppointmentReceptionUnloadedRequest } from "./appointmentInput";
|
||||
import type { AppointmentReceptionStartedResponse } from "./appointmentInput";
|
||||
import type { AppointmentReceptionStartedRequest } from "./appointmentInput";
|
||||
import type { AppointmentExpeditionLoadedResponse } from "./appointmentInput";
|
||||
import type { AppointmentExpeditionLoadedRequest } from "./appointmentInput";
|
||||
import type { AppointmentExpeditionStartedResponse } from "./appointmentInput";
|
||||
import type { AppointmentExpeditionStartedRequest } from "./appointmentInput";
|
||||
import type { AppointmentUnloadingCompletedResponse } from "./appointmentInput";
|
||||
import type { AppointmentUnloadingCompletedRequest } from "./appointmentInput";
|
||||
import type { AppointmentUnloadingStartedResponse } from "./appointmentInput";
|
||||
import type { AppointmentUnloadingStartedRequest } from "./appointmentInput";
|
||||
import type { AppointmentLoadingCompletedResponse } from "./appointmentInput";
|
||||
import type { AppointmentLoadingCompletedRequest } from "./appointmentInput";
|
||||
import type { AppointmentLoadingStartedResponse } from "./appointmentInput";
|
||||
import type { AppointmentLoadingStartedRequest } from "./appointmentInput";
|
||||
import type { AppointmentCarrierArrivedResponse } from "./appointmentInput";
|
||||
import type { AppointmentCarrierArrivedRequest } from "./appointmentInput";
|
||||
import type { AppointmentCarrierExpectedResponse } from "./appointmentInput";
|
||||
@@ -81,21 +81,21 @@ export interface IAppointmentInputAPIClient {
|
||||
*/
|
||||
carrierArrived(input: AppointmentCarrierArrivedRequest, options?: RpcOptions): UnaryCall<AppointmentCarrierArrivedRequest, AppointmentCarrierArrivedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ExpeditionStarted
|
||||
* @generated from protobuf rpc: LoadingStarted
|
||||
*/
|
||||
expeditionStarted(input: AppointmentExpeditionStartedRequest, options?: RpcOptions): UnaryCall<AppointmentExpeditionStartedRequest, AppointmentExpeditionStartedResponse>;
|
||||
loadingStarted(input: AppointmentLoadingStartedRequest, options?: RpcOptions): UnaryCall<AppointmentLoadingStartedRequest, AppointmentLoadingStartedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ExpeditionLoaded
|
||||
* @generated from protobuf rpc: LoadingCompleted
|
||||
*/
|
||||
expeditionLoaded(input: AppointmentExpeditionLoadedRequest, options?: RpcOptions): UnaryCall<AppointmentExpeditionLoadedRequest, AppointmentExpeditionLoadedResponse>;
|
||||
loadingCompleted(input: AppointmentLoadingCompletedRequest, options?: RpcOptions): UnaryCall<AppointmentLoadingCompletedRequest, AppointmentLoadingCompletedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ReceptionStarted
|
||||
* @generated from protobuf rpc: UnloadingStarted
|
||||
*/
|
||||
receptionStarted(input: AppointmentReceptionStartedRequest, options?: RpcOptions): UnaryCall<AppointmentReceptionStartedRequest, AppointmentReceptionStartedResponse>;
|
||||
unloadingStarted(input: AppointmentUnloadingStartedRequest, options?: RpcOptions): UnaryCall<AppointmentUnloadingStartedRequest, AppointmentUnloadingStartedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ReceptionUnloaded
|
||||
* @generated from protobuf rpc: UnloadingCompleted
|
||||
*/
|
||||
receptionUnloaded(input: AppointmentReceptionUnloadedRequest, options?: RpcOptions): UnaryCall<AppointmentReceptionUnloadedRequest, AppointmentReceptionUnloadedResponse>;
|
||||
unloadingCompleted(input: AppointmentUnloadingCompletedRequest, options?: RpcOptions): UnaryCall<AppointmentUnloadingCompletedRequest, AppointmentUnloadingCompletedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: CarrierDeparted
|
||||
*/
|
||||
@@ -191,32 +191,32 @@ export class AppointmentInputAPIClient implements IAppointmentInputAPIClient, Se
|
||||
return stackIntercept<AppointmentCarrierArrivedRequest, AppointmentCarrierArrivedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ExpeditionStarted
|
||||
* @generated from protobuf rpc: LoadingStarted
|
||||
*/
|
||||
expeditionStarted(input: AppointmentExpeditionStartedRequest, options?: RpcOptions): UnaryCall<AppointmentExpeditionStartedRequest, AppointmentExpeditionStartedResponse> {
|
||||
loadingStarted(input: AppointmentLoadingStartedRequest, options?: RpcOptions): UnaryCall<AppointmentLoadingStartedRequest, AppointmentLoadingStartedResponse> {
|
||||
const method = this.methods[7], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<AppointmentExpeditionStartedRequest, AppointmentExpeditionStartedResponse>("unary", this._transport, method, opt, input);
|
||||
return stackIntercept<AppointmentLoadingStartedRequest, AppointmentLoadingStartedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ExpeditionLoaded
|
||||
* @generated from protobuf rpc: LoadingCompleted
|
||||
*/
|
||||
expeditionLoaded(input: AppointmentExpeditionLoadedRequest, options?: RpcOptions): UnaryCall<AppointmentExpeditionLoadedRequest, AppointmentExpeditionLoadedResponse> {
|
||||
loadingCompleted(input: AppointmentLoadingCompletedRequest, options?: RpcOptions): UnaryCall<AppointmentLoadingCompletedRequest, AppointmentLoadingCompletedResponse> {
|
||||
const method = this.methods[8], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<AppointmentExpeditionLoadedRequest, AppointmentExpeditionLoadedResponse>("unary", this._transport, method, opt, input);
|
||||
return stackIntercept<AppointmentLoadingCompletedRequest, AppointmentLoadingCompletedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ReceptionStarted
|
||||
* @generated from protobuf rpc: UnloadingStarted
|
||||
*/
|
||||
receptionStarted(input: AppointmentReceptionStartedRequest, options?: RpcOptions): UnaryCall<AppointmentReceptionStartedRequest, AppointmentReceptionStartedResponse> {
|
||||
unloadingStarted(input: AppointmentUnloadingStartedRequest, options?: RpcOptions): UnaryCall<AppointmentUnloadingStartedRequest, AppointmentUnloadingStartedResponse> {
|
||||
const method = this.methods[9], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<AppointmentReceptionStartedRequest, AppointmentReceptionStartedResponse>("unary", this._transport, method, opt, input);
|
||||
return stackIntercept<AppointmentUnloadingStartedRequest, AppointmentUnloadingStartedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ReceptionUnloaded
|
||||
* @generated from protobuf rpc: UnloadingCompleted
|
||||
*/
|
||||
receptionUnloaded(input: AppointmentReceptionUnloadedRequest, options?: RpcOptions): UnaryCall<AppointmentReceptionUnloadedRequest, AppointmentReceptionUnloadedResponse> {
|
||||
unloadingCompleted(input: AppointmentUnloadingCompletedRequest, options?: RpcOptions): UnaryCall<AppointmentUnloadingCompletedRequest, AppointmentUnloadingCompletedResponse> {
|
||||
const method = this.methods[10], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<AppointmentReceptionUnloadedRequest, AppointmentReceptionUnloadedResponse>("unary", this._transport, method, opt, input);
|
||||
return stackIntercept<AppointmentUnloadingCompletedRequest, AppointmentUnloadingCompletedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: CarrierDeparted
|
||||
|
||||
Reference in New Issue
Block a user