You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user