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