From 6268a9e6221af3fa3ca6c4c2b2dc7f6162706821 Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 10 Mar 2026 09:41:43 +0000 Subject: [PATCH] Latest generation --- model.client.ts | 6 ++++++ model.ts | 4 ++++ package.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/model.client.ts b/model.client.ts index 0f4c7dd..97d6726 100644 --- a/model.client.ts +++ b/model.client.ts @@ -28,14 +28,17 @@ export interface IModelServiceClient { */ getEntityModel(input: GetEntityModelRequest, options?: RpcOptions): UnaryCall; /** + * @deprecated * @generated from protobuf rpc: GetEntities */ getEntities(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall; /** + * @deprecated * @generated from protobuf rpc: GetEntitiesWithMetadata */ getEntitiesWithMetadata(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall; /** + * @deprecated * @generated from protobuf rpc: GetEntitiesWithDataRestriction */ getEntitiesWithDataRestriction(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall; @@ -68,6 +71,7 @@ export class ModelServiceClient implements IModelServiceClient, ServiceInfo { return stackIntercept("unary", this._transport, method, opt, input); } /** + * @deprecated * @generated from protobuf rpc: GetEntities */ getEntities(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall { @@ -75,6 +79,7 @@ export class ModelServiceClient implements IModelServiceClient, ServiceInfo { return stackIntercept("unary", this._transport, method, opt, input); } /** + * @deprecated * @generated from protobuf rpc: GetEntitiesWithMetadata */ getEntitiesWithMetadata(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall { @@ -82,6 +87,7 @@ export class ModelServiceClient implements IModelServiceClient, ServiceInfo { return stackIntercept("unary", this._transport, method, opt, input); } /** + * @deprecated * @generated from protobuf rpc: GetEntitiesWithDataRestriction */ getEntitiesWithDataRestriction(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall { diff --git a/model.ts b/model.ts index b406171..514b5ea 100644 --- a/model.ts +++ b/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 { } } /** + * @deprecated * @generated MessageType for protobuf message api.GetEntitiesRequest */ export const GetEntitiesRequest = new GetEntitiesRequest$Type(); @@ -764,6 +767,7 @@ class GetEntitiesResult$Type extends MessageType { } } /** + * @deprecated * @generated MessageType for protobuf message api.GetEntitiesResult */ export const GetEntitiesResult = new GetEntitiesResult$Type(); diff --git a/package.json b/package.json index 448ae8f..ad8033d 100644 --- a/package.json +++ b/package.json @@ -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",