You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -4,6 +4,20 @@
|
||||
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
||||
import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
|
||||
import { ActorInputAPI } from "./actorInput";
|
||||
import type { ActorWMSUpdatedResponse } from "./actorInput";
|
||||
import type { ActorWMSUpdatedRequest } from "./actorInput";
|
||||
import type { ActorConnectionUpdatedResponse } from "./actorInput";
|
||||
import type { ActorConnectionUpdatedRequest } from "./actorInput";
|
||||
import type { ActorPhotoURIUpdatedResponse } from "./actorInput";
|
||||
import type { ActorPhotoURIUpdatedRequest } from "./actorInput";
|
||||
import type { ActorCarrierInformationUpdatedResponse } from "./actorInput";
|
||||
import type { ActorCarrierInformationUpdatedRequest } from "./actorInput";
|
||||
import type { ActorTypologyUpdatedResponse } from "./actorInput";
|
||||
import type { ActorTypologyUpdatedRequest } from "./actorInput";
|
||||
import type { ActorPartnerLinkUpdatedResponse } from "./actorInput";
|
||||
import type { ActorPartnerLinkUpdatedRequest } from "./actorInput";
|
||||
import type { ActorStockManagementUpdatedResponse } from "./actorInput";
|
||||
import type { ActorStockManagementUpdatedRequest } from "./actorInput";
|
||||
import type { ActorCustomFieldsUpdatedResponse } from "./actorInput";
|
||||
import type { ActorCustomFieldsUpdatedRequest } from "./actorInput";
|
||||
import type { ActorSanitisedResponse } from "./actorInput";
|
||||
@@ -80,6 +94,34 @@ export interface IActorInputAPIClient {
|
||||
* @generated from protobuf rpc: CustomFieldsUpdated
|
||||
*/
|
||||
customFieldsUpdated(input: ActorCustomFieldsUpdatedRequest, options?: RpcOptions): UnaryCall<ActorCustomFieldsUpdatedRequest, ActorCustomFieldsUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: StockManagementUpdated
|
||||
*/
|
||||
stockManagementUpdated(input: ActorStockManagementUpdatedRequest, options?: RpcOptions): UnaryCall<ActorStockManagementUpdatedRequest, ActorStockManagementUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: PartnerLinkUpdated
|
||||
*/
|
||||
partnerLinkUpdated(input: ActorPartnerLinkUpdatedRequest, options?: RpcOptions): UnaryCall<ActorPartnerLinkUpdatedRequest, ActorPartnerLinkUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: TypologyUpdated
|
||||
*/
|
||||
typologyUpdated(input: ActorTypologyUpdatedRequest, options?: RpcOptions): UnaryCall<ActorTypologyUpdatedRequest, ActorTypologyUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: CarrierInformationUpdated
|
||||
*/
|
||||
carrierInformationUpdated(input: ActorCarrierInformationUpdatedRequest, options?: RpcOptions): UnaryCall<ActorCarrierInformationUpdatedRequest, ActorCarrierInformationUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: PhotoURIUpdated
|
||||
*/
|
||||
photoURIUpdated(input: ActorPhotoURIUpdatedRequest, options?: RpcOptions): UnaryCall<ActorPhotoURIUpdatedRequest, ActorPhotoURIUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: ConnectionUpdated
|
||||
*/
|
||||
connectionUpdated(input: ActorConnectionUpdatedRequest, options?: RpcOptions): UnaryCall<ActorConnectionUpdatedRequest, ActorConnectionUpdatedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: WMSUpdated
|
||||
*/
|
||||
wMSUpdated(input: ActorWMSUpdatedRequest, options?: RpcOptions): UnaryCall<ActorWMSUpdatedRequest, ActorWMSUpdatedResponse>;
|
||||
}
|
||||
/**
|
||||
*
|
||||
@@ -170,4 +212,53 @@ export class ActorInputAPIClient implements IActorInputAPIClient, ServiceInfo {
|
||||
const method = this.methods[10], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ActorCustomFieldsUpdatedRequest, ActorCustomFieldsUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: StockManagementUpdated
|
||||
*/
|
||||
stockManagementUpdated(input: ActorStockManagementUpdatedRequest, options?: RpcOptions): UnaryCall<ActorStockManagementUpdatedRequest, ActorStockManagementUpdatedResponse> {
|
||||
const method = this.methods[11], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ActorStockManagementUpdatedRequest, ActorStockManagementUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: PartnerLinkUpdated
|
||||
*/
|
||||
partnerLinkUpdated(input: ActorPartnerLinkUpdatedRequest, options?: RpcOptions): UnaryCall<ActorPartnerLinkUpdatedRequest, ActorPartnerLinkUpdatedResponse> {
|
||||
const method = this.methods[12], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ActorPartnerLinkUpdatedRequest, ActorPartnerLinkUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: TypologyUpdated
|
||||
*/
|
||||
typologyUpdated(input: ActorTypologyUpdatedRequest, options?: RpcOptions): UnaryCall<ActorTypologyUpdatedRequest, ActorTypologyUpdatedResponse> {
|
||||
const method = this.methods[13], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ActorTypologyUpdatedRequest, ActorTypologyUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: CarrierInformationUpdated
|
||||
*/
|
||||
carrierInformationUpdated(input: ActorCarrierInformationUpdatedRequest, options?: RpcOptions): UnaryCall<ActorCarrierInformationUpdatedRequest, ActorCarrierInformationUpdatedResponse> {
|
||||
const method = this.methods[14], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ActorCarrierInformationUpdatedRequest, ActorCarrierInformationUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: PhotoURIUpdated
|
||||
*/
|
||||
photoURIUpdated(input: ActorPhotoURIUpdatedRequest, options?: RpcOptions): UnaryCall<ActorPhotoURIUpdatedRequest, ActorPhotoURIUpdatedResponse> {
|
||||
const method = this.methods[15], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ActorPhotoURIUpdatedRequest, ActorPhotoURIUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: ConnectionUpdated
|
||||
*/
|
||||
connectionUpdated(input: ActorConnectionUpdatedRequest, options?: RpcOptions): UnaryCall<ActorConnectionUpdatedRequest, ActorConnectionUpdatedResponse> {
|
||||
const method = this.methods[16], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ActorConnectionUpdatedRequest, ActorConnectionUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: WMSUpdated
|
||||
*/
|
||||
wMSUpdated(input: ActorWMSUpdatedRequest, options?: RpcOptions): UnaryCall<ActorWMSUpdatedRequest, ActorWMSUpdatedResponse> {
|
||||
const method = this.methods[17], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<ActorWMSUpdatedRequest, ActorWMSUpdatedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user