You've already forked npm-core-sdk
94 lines
2.7 KiB
TypeScript
94 lines
2.7 KiB
TypeScript
// @generated by protoc-gen-connect-es v0.13.0 with parameter "target=ts"
|
|
// @generated from file trackingInput.proto (package api, syntax proto3)
|
|
/* eslint-disable */
|
|
// @ts-nocheck
|
|
|
|
import { TrackingAttachmentAddedRequest, TrackingAttachmentAddedResponse, TrackingAttachmentRemovedRequest, TrackingAttachmentRemovedResponse, TrackingDeletedRequest, TrackingDeletedResponse, TrackingDispatchedRequest, TrackingDispatchedResponse, TrackingETAUpdatedRequest, TrackingETAUpdatedResponse, TrackingHULabeledRequest, TrackingHULabeledResponse, TrackingNotifiedRequest, TrackingNotifiedResponse, TrackingSwitchedRequest, TrackingSwitchedResponse } from "./trackingInput_pb.js";
|
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
|
|
/**
|
|
*
|
|
* API-server services
|
|
*
|
|
* @generated from service api.TrackingInputAPI
|
|
*/
|
|
export const TrackingInputAPI = {
|
|
typeName: "api.TrackingInputAPI",
|
|
methods: {
|
|
/**
|
|
* @generated from rpc api.TrackingInputAPI.Notified
|
|
*/
|
|
notified: {
|
|
name: "Notified",
|
|
I: TrackingNotifiedRequest,
|
|
O: TrackingNotifiedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.TrackingInputAPI.ETAUpdated
|
|
*/
|
|
eTAUpdated: {
|
|
name: "ETAUpdated",
|
|
I: TrackingETAUpdatedRequest,
|
|
O: TrackingETAUpdatedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.TrackingInputAPI.Dispatched
|
|
* @deprecated
|
|
*/
|
|
dispatched: {
|
|
name: "Dispatched",
|
|
I: TrackingDispatchedRequest,
|
|
O: TrackingDispatchedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.TrackingInputAPI.HULabeled
|
|
*/
|
|
hULabeled: {
|
|
name: "HULabeled",
|
|
I: TrackingHULabeledRequest,
|
|
O: TrackingHULabeledResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.TrackingInputAPI.Switched
|
|
*/
|
|
switched: {
|
|
name: "Switched",
|
|
I: TrackingSwitchedRequest,
|
|
O: TrackingSwitchedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.TrackingInputAPI.AttachmentAdded
|
|
*/
|
|
attachmentAdded: {
|
|
name: "AttachmentAdded",
|
|
I: TrackingAttachmentAddedRequest,
|
|
O: TrackingAttachmentAddedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.TrackingInputAPI.AttachmentRemoved
|
|
*/
|
|
attachmentRemoved: {
|
|
name: "AttachmentRemoved",
|
|
I: TrackingAttachmentRemovedRequest,
|
|
O: TrackingAttachmentRemovedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.TrackingInputAPI.Deleted
|
|
*/
|
|
deleted: {
|
|
name: "Deleted",
|
|
I: TrackingDeletedRequest,
|
|
O: TrackingDeletedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
}
|
|
} as const;
|
|
|