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 "trackingInput.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -33,40 +33,40 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
||||
*/
|
||||
export interface ITrackingInputAPIClient {
|
||||
/**
|
||||
* @generated from protobuf rpc: Notified(api.TrackingNotifiedRequest) returns (api.TrackingNotifiedResponse);
|
||||
* @generated from protobuf rpc: Notified
|
||||
*/
|
||||
notified(input: TrackingNotifiedRequest, options?: RpcOptions): UnaryCall<TrackingNotifiedRequest, TrackingNotifiedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ETAUpdated(api.TrackingETAUpdatedRequest) returns (api.TrackingETAUpdatedResponse);
|
||||
* @generated from protobuf rpc: ETAUpdated
|
||||
*/
|
||||
eTAUpdated(input: TrackingETAUpdatedRequest, options?: RpcOptions): UnaryCall<TrackingETAUpdatedRequest, TrackingETAUpdatedResponse>;
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: Dispatched(api.TrackingDispatchedRequest) returns (api.TrackingDispatchedResponse);
|
||||
* @generated from protobuf rpc: Dispatched
|
||||
*/
|
||||
dispatched(input: TrackingDispatchedRequest, options?: RpcOptions): UnaryCall<TrackingDispatchedRequest, TrackingDispatchedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: HULabeled(api.TrackingHULabeledRequest) returns (api.TrackingHULabeledResponse);
|
||||
* @generated from protobuf rpc: HULabeled
|
||||
*/
|
||||
hULabeled(input: TrackingHULabeledRequest, options?: RpcOptions): UnaryCall<TrackingHULabeledRequest, TrackingHULabeledResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: Switched(api.TrackingSwitchedRequest) returns (api.TrackingSwitchedResponse);
|
||||
* @generated from protobuf rpc: Switched
|
||||
*/
|
||||
switched(input: TrackingSwitchedRequest, options?: RpcOptions): UnaryCall<TrackingSwitchedRequest, TrackingSwitchedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: AttachmentAdded(api.TrackingAttachmentAddedRequest) returns (api.TrackingAttachmentAddedResponse);
|
||||
* @generated from protobuf rpc: AttachmentAdded
|
||||
*/
|
||||
attachmentAdded(input: TrackingAttachmentAddedRequest, options?: RpcOptions): UnaryCall<TrackingAttachmentAddedRequest, TrackingAttachmentAddedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: AttachmentRemoved(api.TrackingAttachmentRemovedRequest) returns (api.TrackingAttachmentRemovedResponse);
|
||||
* @generated from protobuf rpc: AttachmentRemoved
|
||||
*/
|
||||
attachmentRemoved(input: TrackingAttachmentRemovedRequest, options?: RpcOptions): UnaryCall<TrackingAttachmentRemovedRequest, TrackingAttachmentRemovedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: Deleted(api.TrackingDeletedRequest) returns (api.TrackingDeletedResponse);
|
||||
* @generated from protobuf rpc: Deleted
|
||||
*/
|
||||
deleted(input: TrackingDeletedRequest, options?: RpcOptions): UnaryCall<TrackingDeletedRequest, TrackingDeletedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: URLUpdated(api.TrackingURLUpdatedRequest) returns (api.TrackingURLUpdatedResponse);
|
||||
* @generated from protobuf rpc: URLUpdated
|
||||
*/
|
||||
uRLUpdated(input: TrackingURLUpdatedRequest, options?: RpcOptions): UnaryCall<TrackingURLUpdatedRequest, TrackingURLUpdatedResponse>;
|
||||
}
|
||||
@@ -83,14 +83,14 @@ export class TrackingInputAPIClient implements ITrackingInputAPIClient, ServiceI
|
||||
constructor(private readonly _transport: RpcTransport) {
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Notified(api.TrackingNotifiedRequest) returns (api.TrackingNotifiedResponse);
|
||||
* @generated from protobuf rpc: Notified
|
||||
*/
|
||||
notified(input: TrackingNotifiedRequest, options?: RpcOptions): UnaryCall<TrackingNotifiedRequest, TrackingNotifiedResponse> {
|
||||
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<TrackingNotifiedRequest, TrackingNotifiedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ETAUpdated(api.TrackingETAUpdatedRequest) returns (api.TrackingETAUpdatedResponse);
|
||||
* @generated from protobuf rpc: ETAUpdated
|
||||
*/
|
||||
eTAUpdated(input: TrackingETAUpdatedRequest, options?: RpcOptions): UnaryCall<TrackingETAUpdatedRequest, TrackingETAUpdatedResponse> {
|
||||
const method = this.methods[1], opt = this._transport.mergeOptions(options);
|
||||
@@ -98,49 +98,49 @@ export class TrackingInputAPIClient implements ITrackingInputAPIClient, ServiceI
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: Dispatched(api.TrackingDispatchedRequest) returns (api.TrackingDispatchedResponse);
|
||||
* @generated from protobuf rpc: Dispatched
|
||||
*/
|
||||
dispatched(input: TrackingDispatchedRequest, options?: RpcOptions): UnaryCall<TrackingDispatchedRequest, TrackingDispatchedResponse> {
|
||||
const method = this.methods[2], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<TrackingDispatchedRequest, TrackingDispatchedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: HULabeled(api.TrackingHULabeledRequest) returns (api.TrackingHULabeledResponse);
|
||||
* @generated from protobuf rpc: HULabeled
|
||||
*/
|
||||
hULabeled(input: TrackingHULabeledRequest, options?: RpcOptions): UnaryCall<TrackingHULabeledRequest, TrackingHULabeledResponse> {
|
||||
const method = this.methods[3], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<TrackingHULabeledRequest, TrackingHULabeledResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Switched(api.TrackingSwitchedRequest) returns (api.TrackingSwitchedResponse);
|
||||
* @generated from protobuf rpc: Switched
|
||||
*/
|
||||
switched(input: TrackingSwitchedRequest, options?: RpcOptions): UnaryCall<TrackingSwitchedRequest, TrackingSwitchedResponse> {
|
||||
const method = this.methods[4], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<TrackingSwitchedRequest, TrackingSwitchedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: AttachmentAdded(api.TrackingAttachmentAddedRequest) returns (api.TrackingAttachmentAddedResponse);
|
||||
* @generated from protobuf rpc: AttachmentAdded
|
||||
*/
|
||||
attachmentAdded(input: TrackingAttachmentAddedRequest, options?: RpcOptions): UnaryCall<TrackingAttachmentAddedRequest, TrackingAttachmentAddedResponse> {
|
||||
const method = this.methods[5], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<TrackingAttachmentAddedRequest, TrackingAttachmentAddedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: AttachmentRemoved(api.TrackingAttachmentRemovedRequest) returns (api.TrackingAttachmentRemovedResponse);
|
||||
* @generated from protobuf rpc: AttachmentRemoved
|
||||
*/
|
||||
attachmentRemoved(input: TrackingAttachmentRemovedRequest, options?: RpcOptions): UnaryCall<TrackingAttachmentRemovedRequest, TrackingAttachmentRemovedResponse> {
|
||||
const method = this.methods[6], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<TrackingAttachmentRemovedRequest, TrackingAttachmentRemovedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Deleted(api.TrackingDeletedRequest) returns (api.TrackingDeletedResponse);
|
||||
* @generated from protobuf rpc: Deleted
|
||||
*/
|
||||
deleted(input: TrackingDeletedRequest, options?: RpcOptions): UnaryCall<TrackingDeletedRequest, TrackingDeletedResponse> {
|
||||
const method = this.methods[7], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<TrackingDeletedRequest, TrackingDeletedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: URLUpdated(api.TrackingURLUpdatedRequest) returns (api.TrackingURLUpdatedResponse);
|
||||
* @generated from protobuf rpc: URLUpdated
|
||||
*/
|
||||
uRLUpdated(input: TrackingURLUpdatedRequest, options?: RpcOptions): UnaryCall<TrackingURLUpdatedRequest, TrackingURLUpdatedResponse> {
|
||||
const method = this.methods[8], opt = this._transport.mergeOptions(options);
|
||||
|
||||
Reference in New Issue
Block a user