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.13.0-SNAPSHOT-260323085232",
|
||||
"version": "1.13.0-SNAPSHOT-260323100216",
|
||||
"description": "npm libs from core model proto files",
|
||||
"homepage": "",
|
||||
"main": "index.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.
|
||||
|
||||
Reference in New Issue
Block a user