From 4065d12e8e0ef8398d8e252f949a596e1c176e5d Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 25 Aug 2026 12:41:47 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- shared.ts | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ee7065..d319c31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.15.0-SNAPSHOT-260824152645", + "version": "1.15.0-SNAPSHOT-260825124103", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/shared.ts b/shared.ts index c8a6ee6..cbf1527 100644 --- a/shared.ts +++ b/shared.ts @@ -2370,7 +2370,13 @@ export enum SeverityLevel { * * @generated from protobuf enum value: SECURITY = 4; */ - SECURITY = 4 + SECURITY = 4, + /** + * Send debug logs to client + * + * @generated from protobuf enum value: DEBUG = 5; + */ + DEBUG = 5 } /** * @generated from protobuf enum api.ResponseStatus