Latest generation

This commit is contained in:
ci core model
2026-03-23 10:02:59 +00:00
parent 2ef175d0cf
commit f5b4cd2ef9
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@reflex-platform/npm-core-sdk",
"version": "1.13.0-SNAPSHOT-260323085232",
"version": "1.13.0-SNAPSHOT-260323100216",
"description": "npm libs from core model proto files",
"homepage": "",
"main": "index.ts",

View File

@@ -2728,7 +2728,11 @@ export enum RecoverType {
/**
* @generated from protobuf enum value: RECOVER_ALL = 2;
*/
RECOVER_ALL = 2
RECOVER_ALL = 2,
/**
* @generated from protobuf enum value: RECOVER_KV = 3;
*/
RECOVER_KV = 3
}
/**
* Enum representing the different types of resources which can be created in the platform.