Latest generation

This commit is contained in:
ci core model
2025-05-26 12:14:28 +00:00
parent 65247e7fe4
commit cc9c6d0b4c
197 changed files with 15132 additions and 15052 deletions

View File

@@ -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 "handlingunitInput.proto" (package "api", syntax proto3)
// tslint:disable
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
@@ -43,59 +43,59 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
*/
export interface IHandlingunitInputAPIClient {
/**
* @generated from protobuf rpc: GoodsPrepared(api.HandlingunitGoodsPreparedRequest) returns (api.HandlingunitGoodsPreparedResponse);
* @generated from protobuf rpc: GoodsPrepared
*/
goodsPrepared(input: HandlingunitGoodsPreparedRequest, options?: RpcOptions): UnaryCall<HandlingunitGoodsPreparedRequest, HandlingunitGoodsPreparedResponse>;
/**
* @generated from protobuf rpc: GoodsReceived(api.HandlingunitGoodsReceivedRequest) returns (api.HandlingunitGoodsReceivedResponse);
* @generated from protobuf rpc: GoodsReceived
*/
goodsReceived(input: HandlingunitGoodsReceivedRequest, options?: RpcOptions): UnaryCall<HandlingunitGoodsReceivedRequest, HandlingunitGoodsReceivedResponse>;
/**
* @generated from protobuf rpc: HUsAdded(api.HandlingunitHUsAddedRequest) returns (api.HandlingunitHUsAddedResponse);
* @generated from protobuf rpc: HUsAdded
*/
hUsAdded(input: HandlingunitHUsAddedRequest, options?: RpcOptions): UnaryCall<HandlingunitHUsAddedRequest, HandlingunitHUsAddedResponse>;
/**
* @generated from protobuf rpc: TrackingUpdated(api.HandlingunitTrackingUpdatedRequest) returns (api.HandlingunitTrackingUpdatedResponse);
* @generated from protobuf rpc: TrackingUpdated
*/
trackingUpdated(input: HandlingunitTrackingUpdatedRequest, options?: RpcOptions): UnaryCall<HandlingunitTrackingUpdatedRequest, HandlingunitTrackingUpdatedResponse>;
/**
* @generated from protobuf rpc: TrackingETAUpdated(api.HandlingunitTrackingETAUpdatedRequest) returns (api.HandlingunitTrackingETAUpdatedResponse);
* @generated from protobuf rpc: TrackingETAUpdated
*/
trackingETAUpdated(input: HandlingunitTrackingETAUpdatedRequest, options?: RpcOptions): UnaryCall<HandlingunitTrackingETAUpdatedRequest, HandlingunitTrackingETAUpdatedResponse>;
/**
* @generated from protobuf rpc: ETAUpdated(api.HandlingunitETAUpdatedRequest) returns (api.HandlingunitETAUpdatedResponse);
* @generated from protobuf rpc: ETAUpdated
*/
eTAUpdated(input: HandlingunitETAUpdatedRequest, options?: RpcOptions): UnaryCall<HandlingunitETAUpdatedRequest, HandlingunitETAUpdatedResponse>;
/**
* @generated from protobuf rpc: Dispatched(api.HandlingunitDispatchedRequest) returns (api.HandlingunitDispatchedResponse);
* @generated from protobuf rpc: Dispatched
*/
dispatched(input: HandlingunitDispatchedRequest, options?: RpcOptions): UnaryCall<HandlingunitDispatchedRequest, HandlingunitDispatchedResponse>;
/**
* @generated from protobuf rpc: AttachmentAdded(api.HandlingunitAttachmentAddedRequest) returns (api.HandlingunitAttachmentAddedResponse);
* @generated from protobuf rpc: AttachmentAdded
*/
attachmentAdded(input: HandlingunitAttachmentAddedRequest, options?: RpcOptions): UnaryCall<HandlingunitAttachmentAddedRequest, HandlingunitAttachmentAddedResponse>;
/**
* @generated from protobuf rpc: AttachmentRemoved(api.HandlingunitAttachmentRemovedRequest) returns (api.HandlingunitAttachmentRemovedResponse);
* @generated from protobuf rpc: AttachmentRemoved
*/
attachmentRemoved(input: HandlingunitAttachmentRemovedRequest, options?: RpcOptions): UnaryCall<HandlingunitAttachmentRemovedRequest, HandlingunitAttachmentRemovedResponse>;
/**
* @generated from protobuf rpc: MetaDataUpdated(api.HandlingunitMetaDataUpdatedRequest) returns (api.HandlingunitMetaDataUpdatedResponse);
* @generated from protobuf rpc: MetaDataUpdated
*/
metaDataUpdated(input: HandlingunitMetaDataUpdatedRequest, options?: RpcOptions): UnaryCall<HandlingunitMetaDataUpdatedRequest, HandlingunitMetaDataUpdatedResponse>;
/**
* @generated from protobuf rpc: ParentHUUpdated(api.HandlingunitParentHUUpdatedRequest) returns (api.HandlingunitParentHUUpdatedResponse);
* @generated from protobuf rpc: ParentHUUpdated
*/
parentHUUpdated(input: HandlingunitParentHUUpdatedRequest, options?: RpcOptions): UnaryCall<HandlingunitParentHUUpdatedRequest, HandlingunitParentHUUpdatedResponse>;
/**
* @generated from protobuf rpc: ClaimAdded(api.HandlingunitClaimAddedRequest) returns (api.HandlingunitClaimAddedResponse);
* @generated from protobuf rpc: ClaimAdded
*/
claimAdded(input: HandlingunitClaimAddedRequest, options?: RpcOptions): UnaryCall<HandlingunitClaimAddedRequest, HandlingunitClaimAddedResponse>;
/**
* @generated from protobuf rpc: ReadyToBeCollected(api.HandlingunitReadyToBeCollectedRequest) returns (api.HandlingunitReadyToBeCollectedResponse);
* @generated from protobuf rpc: ReadyToBeCollected
*/
readyToBeCollected(input: HandlingunitReadyToBeCollectedRequest, options?: RpcOptions): UnaryCall<HandlingunitReadyToBeCollectedRequest, HandlingunitReadyToBeCollectedResponse>;
/**
* @generated from protobuf rpc: Deleted(api.HandlingunitDeletedRequest) returns (api.HandlingunitDeletedResponse);
* @generated from protobuf rpc: Deleted
*/
deleted(input: HandlingunitDeletedRequest, options?: RpcOptions): UnaryCall<HandlingunitDeletedRequest, HandlingunitDeletedResponse>;
}
@@ -112,98 +112,98 @@ export class HandlingunitInputAPIClient implements IHandlingunitInputAPIClient,
constructor(private readonly _transport: RpcTransport) {
}
/**
* @generated from protobuf rpc: GoodsPrepared(api.HandlingunitGoodsPreparedRequest) returns (api.HandlingunitGoodsPreparedResponse);
* @generated from protobuf rpc: GoodsPrepared
*/
goodsPrepared(input: HandlingunitGoodsPreparedRequest, options?: RpcOptions): UnaryCall<HandlingunitGoodsPreparedRequest, HandlingunitGoodsPreparedResponse> {
const method = this.methods[0], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitGoodsPreparedRequest, HandlingunitGoodsPreparedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GoodsReceived(api.HandlingunitGoodsReceivedRequest) returns (api.HandlingunitGoodsReceivedResponse);
* @generated from protobuf rpc: GoodsReceived
*/
goodsReceived(input: HandlingunitGoodsReceivedRequest, options?: RpcOptions): UnaryCall<HandlingunitGoodsReceivedRequest, HandlingunitGoodsReceivedResponse> {
const method = this.methods[1], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitGoodsReceivedRequest, HandlingunitGoodsReceivedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: HUsAdded(api.HandlingunitHUsAddedRequest) returns (api.HandlingunitHUsAddedResponse);
* @generated from protobuf rpc: HUsAdded
*/
hUsAdded(input: HandlingunitHUsAddedRequest, options?: RpcOptions): UnaryCall<HandlingunitHUsAddedRequest, HandlingunitHUsAddedResponse> {
const method = this.methods[2], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitHUsAddedRequest, HandlingunitHUsAddedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: TrackingUpdated(api.HandlingunitTrackingUpdatedRequest) returns (api.HandlingunitTrackingUpdatedResponse);
* @generated from protobuf rpc: TrackingUpdated
*/
trackingUpdated(input: HandlingunitTrackingUpdatedRequest, options?: RpcOptions): UnaryCall<HandlingunitTrackingUpdatedRequest, HandlingunitTrackingUpdatedResponse> {
const method = this.methods[3], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitTrackingUpdatedRequest, HandlingunitTrackingUpdatedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: TrackingETAUpdated(api.HandlingunitTrackingETAUpdatedRequest) returns (api.HandlingunitTrackingETAUpdatedResponse);
* @generated from protobuf rpc: TrackingETAUpdated
*/
trackingETAUpdated(input: HandlingunitTrackingETAUpdatedRequest, options?: RpcOptions): UnaryCall<HandlingunitTrackingETAUpdatedRequest, HandlingunitTrackingETAUpdatedResponse> {
const method = this.methods[4], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitTrackingETAUpdatedRequest, HandlingunitTrackingETAUpdatedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: ETAUpdated(api.HandlingunitETAUpdatedRequest) returns (api.HandlingunitETAUpdatedResponse);
* @generated from protobuf rpc: ETAUpdated
*/
eTAUpdated(input: HandlingunitETAUpdatedRequest, options?: RpcOptions): UnaryCall<HandlingunitETAUpdatedRequest, HandlingunitETAUpdatedResponse> {
const method = this.methods[5], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitETAUpdatedRequest, HandlingunitETAUpdatedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: Dispatched(api.HandlingunitDispatchedRequest) returns (api.HandlingunitDispatchedResponse);
* @generated from protobuf rpc: Dispatched
*/
dispatched(input: HandlingunitDispatchedRequest, options?: RpcOptions): UnaryCall<HandlingunitDispatchedRequest, HandlingunitDispatchedResponse> {
const method = this.methods[6], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitDispatchedRequest, HandlingunitDispatchedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: AttachmentAdded(api.HandlingunitAttachmentAddedRequest) returns (api.HandlingunitAttachmentAddedResponse);
* @generated from protobuf rpc: AttachmentAdded
*/
attachmentAdded(input: HandlingunitAttachmentAddedRequest, options?: RpcOptions): UnaryCall<HandlingunitAttachmentAddedRequest, HandlingunitAttachmentAddedResponse> {
const method = this.methods[7], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitAttachmentAddedRequest, HandlingunitAttachmentAddedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: AttachmentRemoved(api.HandlingunitAttachmentRemovedRequest) returns (api.HandlingunitAttachmentRemovedResponse);
* @generated from protobuf rpc: AttachmentRemoved
*/
attachmentRemoved(input: HandlingunitAttachmentRemovedRequest, options?: RpcOptions): UnaryCall<HandlingunitAttachmentRemovedRequest, HandlingunitAttachmentRemovedResponse> {
const method = this.methods[8], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitAttachmentRemovedRequest, HandlingunitAttachmentRemovedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: MetaDataUpdated(api.HandlingunitMetaDataUpdatedRequest) returns (api.HandlingunitMetaDataUpdatedResponse);
* @generated from protobuf rpc: MetaDataUpdated
*/
metaDataUpdated(input: HandlingunitMetaDataUpdatedRequest, options?: RpcOptions): UnaryCall<HandlingunitMetaDataUpdatedRequest, HandlingunitMetaDataUpdatedResponse> {
const method = this.methods[9], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitMetaDataUpdatedRequest, HandlingunitMetaDataUpdatedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: ParentHUUpdated(api.HandlingunitParentHUUpdatedRequest) returns (api.HandlingunitParentHUUpdatedResponse);
* @generated from protobuf rpc: ParentHUUpdated
*/
parentHUUpdated(input: HandlingunitParentHUUpdatedRequest, options?: RpcOptions): UnaryCall<HandlingunitParentHUUpdatedRequest, HandlingunitParentHUUpdatedResponse> {
const method = this.methods[10], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitParentHUUpdatedRequest, HandlingunitParentHUUpdatedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: ClaimAdded(api.HandlingunitClaimAddedRequest) returns (api.HandlingunitClaimAddedResponse);
* @generated from protobuf rpc: ClaimAdded
*/
claimAdded(input: HandlingunitClaimAddedRequest, options?: RpcOptions): UnaryCall<HandlingunitClaimAddedRequest, HandlingunitClaimAddedResponse> {
const method = this.methods[11], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitClaimAddedRequest, HandlingunitClaimAddedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: ReadyToBeCollected(api.HandlingunitReadyToBeCollectedRequest) returns (api.HandlingunitReadyToBeCollectedResponse);
* @generated from protobuf rpc: ReadyToBeCollected
*/
readyToBeCollected(input: HandlingunitReadyToBeCollectedRequest, options?: RpcOptions): UnaryCall<HandlingunitReadyToBeCollectedRequest, HandlingunitReadyToBeCollectedResponse> {
const method = this.methods[12], opt = this._transport.mergeOptions(options);
return stackIntercept<HandlingunitReadyToBeCollectedRequest, HandlingunitReadyToBeCollectedResponse>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: Deleted(api.HandlingunitDeletedRequest) returns (api.HandlingunitDeletedResponse);
* @generated from protobuf rpc: Deleted
*/
deleted(input: HandlingunitDeletedRequest, options?: RpcOptions): UnaryCall<HandlingunitDeletedRequest, HandlingunitDeletedResponse> {
const method = this.methods[13], opt = this._transport.mergeOptions(options);