From f5b4cd2ef989b96fbb77a562516f9f89d2847acf Mon Sep 17 00:00:00 2001 From: ci core model Date: Mon, 23 Mar 2026 10:02:59 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- shared.ts | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d23c5a8..bbcc64a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/shared.ts b/shared.ts index f51ae56..fd998ab 100644 --- a/shared.ts +++ b/shared.ts @@ -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.