You've already forked npm-core-sdk
147 lines
4.9 KiB
TypeScript
147 lines
4.9 KiB
TypeScript
// @generated by protoc-gen-connect-es v0.13.0 with parameter "target=ts"
|
|
// @generated from file handlingunitInput.proto (package api, syntax proto3)
|
|
/* eslint-disable */
|
|
// @ts-nocheck
|
|
|
|
import { HandlingunitAttachmentAddedRequest, HandlingunitAttachmentAddedResponse, HandlingunitAttachmentRemovedRequest, HandlingunitAttachmentRemovedResponse, HandlingunitClaimAddedRequest, HandlingunitClaimAddedResponse, HandlingunitDeletedRequest, HandlingunitDeletedResponse, HandlingunitDispatchedRequest, HandlingunitDispatchedResponse, HandlingunitETAUpdatedRequest, HandlingunitETAUpdatedResponse, HandlingunitGoodsPreparedRequest, HandlingunitGoodsPreparedResponse, HandlingunitGoodsReceivedRequest, HandlingunitGoodsReceivedResponse, HandlingunitHUsAddedRequest, HandlingunitHUsAddedResponse, HandlingunitMetaDataUpdatedRequest, HandlingunitMetaDataUpdatedResponse, HandlingunitParentHUUpdatedRequest, HandlingunitParentHUUpdatedResponse, HandlingunitReadyToBeCollectedRequest, HandlingunitReadyToBeCollectedResponse, HandlingunitTrackingETAUpdatedRequest, HandlingunitTrackingETAUpdatedResponse, HandlingunitTrackingUpdatedRequest, HandlingunitTrackingUpdatedResponse } from "./handlingunitInput_pb.js";
|
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
|
|
/**
|
|
*
|
|
* API-server services
|
|
*
|
|
* @generated from service api.HandlingunitInputAPI
|
|
*/
|
|
export const HandlingunitInputAPI = {
|
|
typeName: "api.HandlingunitInputAPI",
|
|
methods: {
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.GoodsPrepared
|
|
*/
|
|
goodsPrepared: {
|
|
name: "GoodsPrepared",
|
|
I: HandlingunitGoodsPreparedRequest,
|
|
O: HandlingunitGoodsPreparedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.GoodsReceived
|
|
*/
|
|
goodsReceived: {
|
|
name: "GoodsReceived",
|
|
I: HandlingunitGoodsReceivedRequest,
|
|
O: HandlingunitGoodsReceivedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.HUsAdded
|
|
*/
|
|
hUsAdded: {
|
|
name: "HUsAdded",
|
|
I: HandlingunitHUsAddedRequest,
|
|
O: HandlingunitHUsAddedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.TrackingUpdated
|
|
*/
|
|
trackingUpdated: {
|
|
name: "TrackingUpdated",
|
|
I: HandlingunitTrackingUpdatedRequest,
|
|
O: HandlingunitTrackingUpdatedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.TrackingETAUpdated
|
|
*/
|
|
trackingETAUpdated: {
|
|
name: "TrackingETAUpdated",
|
|
I: HandlingunitTrackingETAUpdatedRequest,
|
|
O: HandlingunitTrackingETAUpdatedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.ETAUpdated
|
|
*/
|
|
eTAUpdated: {
|
|
name: "ETAUpdated",
|
|
I: HandlingunitETAUpdatedRequest,
|
|
O: HandlingunitETAUpdatedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.Dispatched
|
|
*/
|
|
dispatched: {
|
|
name: "Dispatched",
|
|
I: HandlingunitDispatchedRequest,
|
|
O: HandlingunitDispatchedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.AttachmentAdded
|
|
*/
|
|
attachmentAdded: {
|
|
name: "AttachmentAdded",
|
|
I: HandlingunitAttachmentAddedRequest,
|
|
O: HandlingunitAttachmentAddedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.AttachmentRemoved
|
|
*/
|
|
attachmentRemoved: {
|
|
name: "AttachmentRemoved",
|
|
I: HandlingunitAttachmentRemovedRequest,
|
|
O: HandlingunitAttachmentRemovedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.MetaDataUpdated
|
|
*/
|
|
metaDataUpdated: {
|
|
name: "MetaDataUpdated",
|
|
I: HandlingunitMetaDataUpdatedRequest,
|
|
O: HandlingunitMetaDataUpdatedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.ParentHUUpdated
|
|
*/
|
|
parentHUUpdated: {
|
|
name: "ParentHUUpdated",
|
|
I: HandlingunitParentHUUpdatedRequest,
|
|
O: HandlingunitParentHUUpdatedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.ClaimAdded
|
|
*/
|
|
claimAdded: {
|
|
name: "ClaimAdded",
|
|
I: HandlingunitClaimAddedRequest,
|
|
O: HandlingunitClaimAddedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.ReadyToBeCollected
|
|
*/
|
|
readyToBeCollected: {
|
|
name: "ReadyToBeCollected",
|
|
I: HandlingunitReadyToBeCollectedRequest,
|
|
O: HandlingunitReadyToBeCollectedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
/**
|
|
* @generated from rpc api.HandlingunitInputAPI.Deleted
|
|
*/
|
|
deleted: {
|
|
name: "Deleted",
|
|
I: HandlingunitDeletedRequest,
|
|
O: HandlingunitDeletedResponse,
|
|
kind: MethodKind.Unary,
|
|
},
|
|
}
|
|
} as const;
|
|
|