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> {
|
||||
|
||||
4
model.ts
4
model.ts
@@ -161,6 +161,7 @@ export interface GetSiteEntityModelResult {
|
||||
JsonFormatModel: string;
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf message api.GetEntitiesRequest
|
||||
*/
|
||||
export interface GetEntitiesRequest {
|
||||
@@ -170,6 +171,7 @@ export interface GetEntitiesRequest {
|
||||
Domain: string;
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf message api.GetEntitiesResult
|
||||
*/
|
||||
export interface GetEntitiesResult {
|
||||
@@ -717,6 +719,7 @@ class GetEntitiesRequest$Type extends MessageType<GetEntitiesRequest> {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated MessageType for protobuf message api.GetEntitiesRequest
|
||||
*/
|
||||
export const GetEntitiesRequest = new GetEntitiesRequest$Type();
|
||||
@@ -764,6 +767,7 @@ class GetEntitiesResult$Type extends MessageType<GetEntitiesResult> {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated MessageType for protobuf message api.GetEntitiesResult
|
||||
*/
|
||||
export const GetEntitiesResult = new GetEntitiesResult$Type();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reflex-platform/npm-core-sdk",
|
||||
"version": "1.13.0-SNAPSHOT-260310091636",
|
||||
"version": "1.13.0-SNAPSHOT-260310094056",
|
||||
"description": "npm libs from core model proto files",
|
||||
"homepage": "",
|
||||
"main": "index.ts",
|
||||
|
||||
Reference in New Issue
Block a user