Latest generation

This commit is contained in:
ci core model
2025-04-03 14:12:56 +00:00
parent 078410d022
commit 350e473e35
2 changed files with 6 additions and 2 deletions

View File

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

View File

@@ -1982,7 +1982,11 @@ export enum WorkflowTypeEnum {
/** /**
* @generated from protobuf enum value: ANONYMIZE_DATA = 26; * @generated from protobuf enum value: ANONYMIZE_DATA = 26;
*/ */
ANONYMIZE_DATA = 26 ANONYMIZE_DATA = 26,
/**
* @generated from protobuf enum value: UPGRADE_MODEL = 27;
*/
UPGRADE_MODEL = 27
} }
/** /**
* @generated from protobuf enum api.ModuleWorkflowTypeEnum * @generated from protobuf enum api.ModuleWorkflowTypeEnum