diff --git a/package.json b/package.json index bdc7747..1005c60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.15.0-SNAPSHOT-260709080252", + "version": "1.15.0-SNAPSHOT-260709081227", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/shared.ts b/shared.ts index d4c20e7..dafedb2 100644 --- a/shared.ts +++ b/shared.ts @@ -2523,7 +2523,11 @@ export enum WorkflowTypeEnum { /** * @generated from protobuf enum value: SYNCHRONIZE_UMA_STORE = 32; */ - SYNCHRONIZE_UMA_STORE = 32 + SYNCHRONIZE_UMA_STORE = 32, + /** + * @generated from protobuf enum value: SEND_INPUT_EVENT = 33; + */ + SEND_INPUT_EVENT = 33 } /** * @generated from protobuf enum api.ModuleWorkflowTypeEnum