Latest generation

This commit is contained in:
ci core model
2026-03-10 09:41:43 +00:00
parent da88897937
commit 6268a9e622
3 changed files with 11 additions and 1 deletions

View File

@@ -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> {

View File

@@ -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();

View File

@@ -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",