You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -28,14 +28,17 @@ export interface IModelServiceClient {
|
||||
*/
|
||||
getEntityModel(input: GetEntityModelRequest, options?: RpcOptions): UnaryCall<GetEntityModelRequest, GetEntityModelResult>;
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: GetEntities
|
||||
*/
|
||||
getEntities(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult>;
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: GetEntitiesWithMetadata
|
||||
*/
|
||||
getEntitiesWithMetadata(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult>;
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: GetEntitiesWithDataRestriction
|
||||
*/
|
||||
getEntitiesWithDataRestriction(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult>;
|
||||
@@ -68,6 +71,7 @@ export class ModelServiceClient implements IModelServiceClient, ServiceInfo {
|
||||
return stackIntercept<GetEntityModelRequest, GetEntityModelResult>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: GetEntities
|
||||
*/
|
||||
getEntities(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult> {
|
||||
@@ -75,6 +79,7 @@ export class ModelServiceClient implements IModelServiceClient, ServiceInfo {
|
||||
return stackIntercept<GetEntitiesRequest, GetEntitiesResult>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: GetEntitiesWithMetadata
|
||||
*/
|
||||
getEntitiesWithMetadata(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult> {
|
||||
@@ -82,6 +87,7 @@ export class ModelServiceClient implements IModelServiceClient, ServiceInfo {
|
||||
return stackIntercept<GetEntitiesRequest, GetEntitiesResult>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: GetEntitiesWithDataRestriction
|
||||
*/
|
||||
getEntitiesWithDataRestriction(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult> {
|
||||
|
||||
Reference in New Issue
Block a user